diff --git a/.gitignore b/.gitignore index ccf8c51..5ddcc32 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,13 @@ *.log *.vrb *.snm +*.fdb_latexmk .Rhistory +.latex.json +beamer.cls +*.pdf +*.bbl +*.blg +lectureDraftArchives/ +lecture_1_classroom_survey.csv +lecture_1_survey_data_clean.csv \ No newline at end of file diff --git a/Chp 2/2-1_numerical_data/figures/gpa_dot_plot/gpa.R b/Chp 2/2-1_numerical_data/figures/gpa_dot_plot/gpa.R index 4991bd0..34ca7ce 100644 --- a/Chp 2/2-1_numerical_data/figures/gpa_dot_plot/gpa.R +++ b/Chp 2/2-1_numerical_data/figures/gpa_dot_plot/gpa.R @@ -24,6 +24,19 @@ polygon(M + c(-2,2,0)*0.01, c(0.25, 0.25, 0.5), border=COL[4], col=COL[4]) dev.off() +# with median + +myPDF('gpa_dot_plot_median.pdf', 7, 1.5, mar=c(4,0.5,0.5,0.5), cex.lab = 1.5, cex.axis = 1.25) + +openintro::dotPlot(gpa, pch = 19, col = COL[1,4], xlab = "GPA", xlim = c(2.5,4), ylab = "") +M <- mean(d$gpa[d$gpa <= 4], na.rm = TRUE) +polygon(M + c(-2,2,0)*0.01, c(0.25, 0.25, 0.5), border=COL[7], col=COL[7]) +Med <- median(d$gpa[d$gpa <= 4], na.rm = TRUE) +polygon(Med + c(-2,2,0)*0.01, c(0.25, 0.25, 0.5), border=COL[4], col=COL[4]) + +dev.off() + + # stacked diff --git a/Chp 2/2-1_numerical_data/figures/gpa_dot_plot/gpa_dot_plot_median.pdf b/Chp 2/2-1_numerical_data/figures/gpa_dot_plot/gpa_dot_plot_median.pdf new file mode 100644 index 0000000..c56f645 Binary files /dev/null and b/Chp 2/2-1_numerical_data/figures/gpa_dot_plot/gpa_dot_plot_median.pdf differ diff --git a/Chp 2/2-1_numerical_data/figures/house_income/house_income.R b/Chp 2/2-1_numerical_data/figures/house_income/house_income.R index 25cca2c..4bbc0f7 100644 --- a/Chp 2/2-1_numerical_data/figures/house_income/house_income.R +++ b/Chp 2/2-1_numerical_data/figures/house_income/house_income.R @@ -5,6 +5,10 @@ d = read.csv("house_income.csv") house_income = d$house_income[!is.na(d$house_income) & d$house_income < 4000000] +# Sort the cleaned house_income vector and save as a new CSV +house_income_sorted <- sort(house_income) +write.csv(data.frame(house_income = house_income_sorted), file = "house_income_sorted.csv", row.names = FALSE) + myPDF('house_income_dot_stacked.pdf', 7, 3, mar=c(4,2,0.5,0.5), cex.lab = 1.5, cex.axis = 1.25) diff --git a/Chp 5/5-1_point_est_sampling_var/5-1_point_est_sampling_var.tex b/Chp 5/5-1_point_est_sampling_var/5-1_point_est_sampling_var.tex index e115770..a5e763b 100644 --- a/Chp 5/5-1_point_est_sampling_var/5-1_point_est_sampling_var.tex +++ b/Chp 5/5-1_point_est_sampling_var/5-1_point_est_sampling_var.tex @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\section{Point estimates and sampling variability} +\section{Point estimates and sampling variability!!!} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -52,9 +52,9 @@ \subsection{Understanding the variability of a point estimate} \frametitle{} \begin{center} -\includegraphics[width=0.95\textwidth]{5-1_point_est_sampling_var/figures/pew/pew1} \\ -\includegraphics[width=0.95\textwidth]{5-1_point_est_sampling_var/figures/pew/pew2} \\ -\includegraphics[width=0.95\textwidth]{5-1_point_est_sampling_var/figures/pew/pew3} +\includegraphics[width=0.95\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/pew/pew1} \\ +\includegraphics[width=0.95\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/pew/pew2} \\ +\includegraphics[width=0.95\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/pew/pew3} \end{center} \ct{\webURL{http://pewresearch.org/pubs/2191/young-adults-workers-labor-market-pay-careers-advancement-recession}} @@ -67,7 +67,7 @@ \subsection{Understanding the variability of a point estimate} \frametitle{Margin of error} \begin{center} -\includegraphics[width=0.95\textwidth]{5-1_point_est_sampling_var/figures/pew/pew4} +\includegraphics[width=0.95\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/pew/pew4} \end{center} \begin{itemize} @@ -157,7 +157,7 @@ \subsection{Application exercise} Suppose you were to repeat this process many times and obtain many $\hat{p}$s. This distribution is called a \hl{sampling distribution}. \begin{center} -\includegraphics[width=0.6\textwidth]{5-1_point_est_sampling_var/figures/solar-power/solar-power-sampling.pdf} +\includegraphics[width=0.6\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/solar-power/solar-power-sampling.pdf} \end{center} \end{frame} @@ -170,7 +170,7 @@ \subsection{Application exercise} \dq{What is the shape and center of this distribution? Based on this distribution, what do you think is the true population proportion?} \begin{center} -\includegraphics[width=0.6\textwidth]{5-1_point_est_sampling_var/figures/solar-power/solar-power-sampling.pdf} +\includegraphics[width=0.6\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/solar-power/solar-power-sampling.pdf} \end{center} $\:$ \\ @@ -282,7 +282,7 @@ \subsection{More details regarding the Central Limit Theorem} \soln{No, the success-failure condition is not met ($50 * 0.05 = 2.5$), hence we would not expect the sampling distribution to be nearly normal. \begin{center} -\includegraphics[width=0.55\textwidth]{5-1_point_est_sampling_var/figures/sf/low-p.pdf} +\includegraphics[width=0.55\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/sf/low-p.pdf} \end{center} } @@ -295,8 +295,8 @@ \subsection{More details regarding the Central Limit Theorem} \dq{What happens when $np$ and/or $n(1-p)$ $<$ 10?} \begin{center} -\includegraphics[width=0.45\textwidth]{5-1_point_est_sampling_var/figures/clt_prop_grid/clt_prop_grid_1.pdf} -\includegraphics[width=0.45\textwidth]{5-1_point_est_sampling_var/figures/clt_prop_grid/clt_prop_grid_2.pdf} +\includegraphics[width=0.45\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/clt_prop_grid/clt_prop_grid_1.pdf} +\includegraphics[width=0.45\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/clt_prop_grid/clt_prop_grid_2.pdf} \end{center} \end{frame} diff --git a/Chp 5/5-2_ci_prop/5-2_ci_prop.tex b/Chp 5/5-2_ci_prop/5-2_ci_prop.tex index b56780e..574b3b8 100644 --- a/Chp 5/5-2_ci_prop/5-2_ci_prop.tex +++ b/Chp 5/5-2_ci_prop/5-2_ci_prop.tex @@ -20,13 +20,13 @@ \subsection{Capturing the population parameter} $\:$ \\ \begin{columns}[c] \column{0.25\textwidth} -\includegraphics[width=\textwidth]{5-2_ci_prop/figures/spear} +\includegraphics[width=\textwidth]{\chp5@path/5-2_ci_prop/figures/spear} \column{0.5\textwidth} {\small We can throw a spear where we saw a fish but we will probably miss. If we toss a net in that area, we have a good chance of catching the fish. } \column{0.25\textwidth} -\includegraphics[width=\textwidth]{5-2_ci_prop/figures/net} +\includegraphics[width=\textwidth]{\chp5@path/5-2_ci_prop/figures/net} \end{columns} $\:$ \\ \item If we report a point estimate, we probably won't hit the exact population parameter. If we report a range of plausible values we have a good shot at capturing the parameter. @@ -135,7 +135,7 @@ \subsection{Constructing a 95\% confidence interval} \dq{Can you see any drawbacks to using a wider interval?} \begin{center} -\includegraphics[width=0.9\textwidth]{5-2_ci_prop/figures/garfield} +\includegraphics[width=0.9\textwidth]{\chp5@path/5-2_ci_prop/figures/garfield} \end{center} \pause @@ -192,7 +192,7 @@ \subsection{Changing the confidence level} \soln{\only<2>{ \begin{center} -\includegraphics[width=0.7\textwidth]{5-2_ci_prop/figures/middle98/middle98} +\includegraphics[width=0.7\textwidth]{\chp5@path/5-2_ci_prop/figures/middle98/middle98} \end{center} }} diff --git a/Chp 5/5-3_ht_prop/5-3_ht_prop.tex b/Chp 5/5-3_ht_prop/5-3_ht_prop.tex index 684a174..0201dd3 100644 --- a/Chp 5/5-3_ht_prop/5-3_ht_prop.tex +++ b/Chp 5/5-3_ht_prop/5-3_ht_prop.tex @@ -47,7 +47,7 @@ \subsection{Hypothesis testing framework} \frametitle{Result} \begin{center} -\includegraphics[width=0.75\textwidth]{5-3_ht_prop/figures/discRandDotPlot/discRandDotPlot} +\includegraphics[width=0.75\textwidth]{\chp5@path/5-3_ht_prop/figures/discRandDotPlot/discRandDotPlot} \end{center} \pause diff --git a/Chp 5/chp5.pdf b/Chp 5/chp5.pdf index ea7a626..c1bbd92 100644 Binary files a/Chp 5/chp5.pdf and b/Chp 5/chp5.pdf differ diff --git a/Chp 5/chp5.tex b/Chp 5/chp5.tex index 73fde1f..0729828 100644 --- a/Chp 5/chp5.tex +++ b/Chp 5/chp5.tex @@ -7,6 +7,7 @@ \documentclass[t,compress,mathserif]{beamer} \newcommand{\soln}[1]{\textit{#1}} \newcommand{\solnGr}[1]{#1} +\def\chp5@path{.} % Option 2: Handouts without solutions @@ -66,9 +67,9 @@ % Sections %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\input{5-1_point_est_sampling_var/5-1_point_est_sampling_var} -\input{5-2_ci_prop/5-2_ci_prop} -\input{5-3_ht_prop/5-3_ht_prop} +\input{\chp5@path/5-1_point_est_sampling_var/5-1_point_est_sampling_var} +\input{\chp5@path/5-2_ci_prop/5-2_ci_prop} +\input{\chp5@path/5-3_ht_prop/5-3_ht_prop} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Chp 7/7-1_one_t/figures/guiness/guiness.R b/Chp 7/7-1_one_t/figures/guiness/guiness.R new file mode 100644 index 0000000..690bba0 --- /dev/null +++ b/Chp 7/7-1_one_t/figures/guiness/guiness.R @@ -0,0 +1,78 @@ +# Guinness alcohol content example +library(openintro) + +# Data: alcohol content (% ABV) for 8 batches +alcohol <- c(4.8, 4.6, 4.7, 4.5, 4.9, 4.6, 4.8, 4.4) +target <- 4.5 + +# Histogram +myPDF("guinessHist.pdf", 1.1*5.5, 3.3, mar=c(3.5,3.5,0.15,0.5), mgp=c(2.4,0.7,0)) + +histPlot( + alcohol, + col="#22558833", + border="#225588", + xlab = "Alcohol Content of Guinness Batches (%)", + xlim = c(4.25, 5.05), + breaks = seq(4.25, 5.05, by = 0.1), + axes = FALSE +) +# Add custom x and y axes +axis(1, at=seq(4.3, 5.0, by=0.1)) +axis(2) + +dev.off() + + +# t-test +tres <- t.test(alcohol, mu=target, alternative = "two.sided") +tstat <- as.numeric(tres$statistic) +df <- tres$parameter +pval <- tres$p.value + +# P-value plot +myPDF('guinessPvalue.pdf', 4, 2, mar=c(4,1,0.1,1), mgp=c(5,0.45,0)) + +plot(c(-4, 4), c(0, dnorm(0)), type='n', axes=FALSE, ylab = "", xlab = "") +mean_alc <- mean(alcohol) +symm_val <- 2*target - mean_alc + +axis(1, at = c(-5, -tstat, 0, tstat, 5), + labels = c(NA, + -round(tstat,2), + 0, + round(tstat,2), + NA), + line=0) +mtext("t", side = 1, line = 0.5, at = 4, adj = 1, cex = 1) + +axis(1, at = c(-5, -tstat, 0, tstat, 5), + labels = c(NA, + round(symm_val,2), + expression(paste(mu, "= 4.5")), + bquote(bar(X) == .(round(mean_alc,2))), + NA), + line=2.5) + +abline(h=0) + +X <- seq(-8, 8, 0.01) +Y <- dt(X, df) +lines(X, Y, col="black") + +these <- which(X > tstat) +yy <- c(0, Y[these], 0) +these <- c(these[1], these, rev(these)[1]) +xx <- X[these] +polygon(xx, yy, col='#22558833', border='#225588') + +these <- which(X < -tstat) +yy <- c(0, Y[these], 0) +these <- c(these[1], these, rev(these)[1]) +xx <- X[these] +polygon(xx, yy, col='#22558833', border='#225588') + +text(3,0.8*max(Y),"df = 7", cex = 0.9) + +dev.off() + diff --git a/Chp 7/7-1_one_t/figures/guiness/guinessHist.pdf b/Chp 7/7-1_one_t/figures/guiness/guinessHist.pdf new file mode 100644 index 0000000..03ae242 Binary files /dev/null and b/Chp 7/7-1_one_t/figures/guiness/guinessHist.pdf differ diff --git a/Chp 7/7-1_one_t/figures/guiness/guinessPvalue.pdf b/Chp 7/7-1_one_t/figures/guiness/guinessPvalue.pdf new file mode 100644 index 0000000..fe34084 Binary files /dev/null and b/Chp 7/7-1_one_t/figures/guiness/guinessPvalue.pdf differ diff --git a/Week1/Lecture1/BigPicture1.png b/Week1/Lecture1/BigPicture1.png new file mode 100644 index 0000000..eeb66c4 Binary files /dev/null and b/Week1/Lecture1/BigPicture1.png differ diff --git a/Week1/Lecture1/BigPicture2.png b/Week1/Lecture1/BigPicture2.png new file mode 100644 index 0000000..0c33898 Binary files /dev/null and b/Week1/Lecture1/BigPicture2.png differ diff --git a/Week1/Lecture1/Lecture1_agenda.tex b/Week1/Lecture1/Lecture1_agenda.tex new file mode 100644 index 0000000..990b207 --- /dev/null +++ b/Week1/Lecture1/Lecture1_agenda.tex @@ -0,0 +1,23 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 1: Exploratory Data Analysis and Study Design} + \begin{itemize} + % \item \hl{This time: }Course introduction + \item \hl{Reading: }Chapter 1 for next time + \item \hl{Deadlines/Announcements: } + \begin{itemize} + \item See/email me (estephen@bu.edu) for any registration issues + \item Edfinity classroom survey by lecture on Friday \\ + (if you haven't done it yet) + \item Labs start this week (Friday) + \item Discussions start next week + \item Edfinity Homework 1 due on Monday + \end{itemize} + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week1/Lecture1/Lecture1_draft.tex b/Week1/Lecture1/Lecture1_draft.tex new file mode 100644 index 0000000..cd3be5d --- /dev/null +++ b/Week1/Lecture1/Lecture1_draft.tex @@ -0,0 +1,494 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 1]{MA213: Lecture 1} +\subtitle{Module 1: Exploratory Data Analysis and Study Design} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Course Introduction} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Welcome +\begin{frame} + \frametitle{Welcome to MA213: Basic Probability and Statistics} + This is a newly redesigned course! + \begin{itemize} + \item \hl{We tried to design the course to be} accessible, engaging, and relevant. + \item \hl{We want you to feel} connected to the course as a community and supported in your learning. + \item \hl{We hope you will take away} + \begin{itemize} + \item A conceptual understanding of randomness and variability + \item Practical skills for analyzing and interpreting data + \item Confidence in your ability to work with data + \item An appreciation for the beauty of statistics! + \end{itemize} + \item \hl{We will need your help} to make this course a success! + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Logistics +\begin{frame} + \frametitle{Class Logistics} + \begin{itemize} + \item \hl{Lectures}: Mon, Wed, Fri 11:15am-12:05pm + \item \hl{Labs}: Fridays + \begin{itemize} + \item Check your schedule for your time and location + \item Work in groups, practice analyzing data in R + \item Start this week! + \end{itemize} + \item \hl{Discussions}: Once a week + \begin{itemize} + \item Check your schedule for your time and location + \item Quizzes, review, practice problems + \item Start next week! + \end{itemize} + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% People +\begin{frame} + \frametitle{People} + \begin{itemize} + \item \hl{Instructor:} Prof. Emily Stephen + \item \hl{Labs:} Dr. Yongho Lim + \item \hl{Graduate Teaching Fellows (TFs):} + \begin{itemize} + \item 1 + \item 2 + \item 3 + \end{itemize} + \item \hl{Undergraduate Learning Assistants (LAs):} + \begin{itemize} + \item Yao Lu + \item Jack Hincks + \end{itemize} + \end{itemize} + + See the course website for office hours and contact info +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Course Webpage + +\begin{frame} + \frametitle{Course Webpage} + \begin{itemize} + \item \hl{Course website (Blackboard):} \url{https://learn.bu.edu} \\ + (Log in with your BU credentials) + \item \hl{What's there:} + \begin{itemize} + \item Announcements + \item Course documents: \textbf{Syllabus} (with Office Hours and Calendar), GenAI Policy, Learning Objectives + \item Links to Textbook, Edfinity, Gradescope + \item Course Forum + \item Lecture slides and videos + \item Lab materials + \item Your gradebook + \end{itemize} + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Textbook + +\begin{frame} + \frametitle{Textbook: OpenIntro} + \begin{columns} + \column{0.6\textwidth} + \begin{minipage}[t]{\linewidth} + \vspace{0pt} + \hl{OpenIntro Statistics}, 4th Edition \\ + David Diez, Mine \c{C}etinkaya-Rundel, and Christopher Barr \\ + \\ + \webLink{https://www.openintro.org/book/os/}{https://www.openintro.org/book/os/} \\ + \\ + Free download as PDF or \$25 for print copy + \end{minipage} + \column{0.4\textwidth} + \begin{minipage}[t]{\linewidth} + \vspace{0pt} + \centering + \includegraphics[width=0.9\columnwidth]{openintro_cover.jpeg} + \end{minipage} + \end{columns} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning Objectives + +\begin{frame} + \frametitle{Learning Objectives} + + \hl{Core Learning Objectives:} 19 core learning objectives \\ + \hl{Auxiliary Learning Objectives:} 11 auxiliary learning objectives \\ + + \vspace{10pt} + Module 1: Exploratory Data Analysis and Study Design \\(Chapters 1-2) + \begin{enumerate} + \item (core, Q1) Classify and analyze variables + \item (core, Q1) Evaluate Study Design and Its Implications + \item (core, Q1) Use R for Data Management and Exploration (core, Q1) + \item (core, Q1) Visualize and Describe Data Distributions + \item (aux, Q1) Conduct Hypothesis Testing Using Simulation + \end{enumerate} + See the syllabus for details +\end{frame} + +\begin{frame} + \frametitle{Learning Objectives} + Module 6: Global module (core) + \begin{enumerate} + \item I can carry out a complete, reproducible statistical workflow in R using the inference methods from the course [Lab Projects] + \item Given R code for a statistical analysis, I can explain what it does and why, and identify both programmatic and statistical errors [Quizzes] + \item When solving probability and statistics problems, I can support my answers by writing out the steps using the notation and conventions of statistical exposition [Quizzes] + \item I can recognize whether a statistical workflow is appropriate for the given data and data analysis goals, and explain the results of a statistical analysis to stakeholders [Lab Projects] + \end{enumerate} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Labs + +\begin{frame} + \frametitle{Labs} + Led by Yongho Lim, with support from TFs and LAs + \begin{itemize} + \item \hl{Weekly labs} on Fridays, starting this week + \item Practice analyzing data and running simulations in R + \item \hl{Skills labs} + \begin{itemize} + \item Work in pairs + \item Analyze data and run simulations in R + \item Post-lab questions to be submitted on Gradescope + \end{itemize} + \item \hl{Lab projects} + \begin{itemize} + \item Work in groups to explore real data + \item Project 1: Data analysis video presentation + \item Project 2: Statistical report + \end{itemize} + \end{itemize} + More details in Lab! +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Assignments and Grading Structure + +\begin{frame} + \frametitle{Assignments} + \begin{itemize} + \item 12 Weekly Edfinity \hl{homeworks} + \begin{itemize} + \item Due Mondays at 3:00pm + \item Low-stakes, graded for completion + \item Can revise and resubmit for full credit + \item \hl{Homework 1} due Monday + \end{itemize} + \item 5 \hl{Quizzes} + \begin{itemize} + \item 19 Core Learning Objectives, 11 Auxiliary Learning Objectives + \item 5-6 written problems, graded pass / almost pass / not yet + \item In discussion sections, see calendar in Syllabus + \item Can \textbf{qualify} to retake 3 quizzes at the end of the semester (details later) + \end{itemize} + \item 7 \hl{Skills Labs} + \item 2 \hl{Lab Projects} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Grading Structure} + \begin{table}[ht] + \centering + \small + \begin{tabular}{|l|c|c|c|} + \hline + & \textbf{A} & \textbf{B} & \textbf{C} \\ + \hline + Homeworks & 12/12 complete & 11/12 complete & 10/12 complete \\ + \hline + Quizzes (Core) & 18/19 passed & 15/19 passed & 12/19 passed \\ + \hline + Quizzes (Aux) & 9/11 passed & 6/11 passed & 0/11 passed \\ + \hline + Skills Labs & 7/7 passed & Labs 1-6 passed & Labs 1-6 passed \\ + \hline + Lab Projects & 2 satisfactory & 2 satisfactory & 2 satisfactory \\ + \hline + Lectures & $>$34 attended & $>$28 attended & $>$20 attended \\ + \hline + \end{tabular} + \end{table} + + \hl{Additional factors:} + \begin{itemize} + \item Grades between letter grades will be determined by how close you are to the next letter grade + \item Each ``unsatisfactory'' project will drop your course grade by half of a letter grade (e.g. B becomes B-) + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Class Policies} + \begin{itemize} + \item \hl{Attendance and participation:} + \begin{itemize} + \item Expected to attend all lectures, labs, and discussions. + \item In-class activities and participation will be part of your grade. + \item Email the instructor or your TF if you need to miss class/discussion/lab + \end{itemize} + \item \hl{Academic integrity:} + \begin{itemize} + \item All work must be your own. + \item Collaboration is allowed on homeworks and labs/projects, but \textbf{not on quizzes}. + \item See syllabus for details. + \end{itemize} + \item \hl{Use of Generative AI tools (e.g. ChatGPT):} + \begin{itemize} + \item Quizzes: \textbf{Not allowed}. + \item Homeworks: Use at your own discretion + \item Labs/Projects: Allowed for \textbf{specific uses} with \textbf{proper documentation}. + \item See syllabus and GenAI policy document for details. + \end{itemize} + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{A Case Study} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Treating Chronic Fatigue Syndrome} + +\begin{itemize} + +\item Objective: Evaluate the effectiveness of cognitive-behavior therapy for chronic fatigue syndrome. + +\item Participant pool: 142 patients who were recruited from referrals by primary care physicians and consultants to a hospital clinic specializing in chronic fatigue syndrome. + +\item Actual participants: Only 60 of the 142 referred patients entered the study. Some were excluded because they didn't meet the diagnostic criteria, some had other health issues, and some refused to be a part of the study. + +\end{itemize} + +\ct{Deale et. al. \textit{Cognitive behavior therapy for chronic fatigue syndrome: A randomized controlled trial}. The American Journal of Psychiatry 154.3 (1997).} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Study design} + +\begin{itemize} + +\item Patients randomly assigned to treatment and control groups, 30 patients in each group: +\begin{itemize} +\item \hl{Treatment}: Cognitive behavior therapy -- collaborative, educative, and with a behavioral emphasis. Patients were shown on how activity could be increased steadily and safely without exacerbating symptoms. +\item \hl{Control:} Relaxation -- No advice was given about how activity could be increased. Instead progressive muscle relaxation, visualization, and rapid relaxation skills were taught. +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Results} + +The table below shows the distribution of patients with good outcomes at 6-month follow-up. Note that 7 patients dropped out of the study: 3 from the treatment and 4 from the control group. + +\begin{center} +\begin{tabular}{ll cc c} + & & \multicolumn{2}{c}{\textit{Good outcome}} \\ +\cline{3-4} + & & Yes & No & Total \\ +\cline{2-5} + &Treatment & 19 & 8 & 27 \\ +\raisebox{1.5ex}[0pt]{\textit{Group}} &Control & 5 & 21 & 26 \\ +\cline{2-5} + &Total & 24 & 29 & 53 +\end{tabular} +\end{center} + +\pause + +\begin{itemize} + +\item Proportion with good outcomes in treatment group: +\[ 19 / 27 \approx 0.70 \rightarrow 70\% \] + +\pause + +\item Proportion with good outcomes in control group: +\[ 5 / 26 \approx 0.19 \rightarrow 19\% \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Think/pair/share: Do the data show a "real" difference between groups? Are the results generalizable? +\begin{frame} + \frametitle{Think/Pair/Share: Case Study} + \begin{itemize} + \item \textbf{Think:} Do the data show a "real" difference between groups? Are the results generalizable? + \item \textbf{Pair:} Discuss with a partner. + \item \textbf{Share:} Share your thoughts in the class discussion forum. + \end{itemize} + + The class discussion board is under the \textit{Discussions} tab in the course website. % TODO +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Understanding the results} + +\dq{Do the data show a ``real" difference between the groups?} + + +\begin{itemize} + +\item Suppose you flip a coin 100 times. While the chance a coin lands heads in any given coin flip is 50\%, we probably won't observe exactly 50 heads. This type of fluctuation is part of almost any type of data generating process. + +\item The observed difference between the two groups (70 - 19 = 51\%) may be real, or may be due to natural variation. + +\item Since the difference is quite large, it is more believable that the difference is real. + +\item We need statistical tools to determine if the difference is so large that we should reject the notion that it was due to chance. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Generalizing the results} + +\dq{Are the results of this study generalizable to all patients with chronic fatigue syndrome?} + + +These patients had specific characteristics and volunteered to be a part of this study, therefore they may not be representative of all patients with chronic fatigue syndrome. While we cannot immediately generalize the results to all patients, this first study is encouraging. The method works for patients with some narrow set of characteristics, and that gives hope that it will work, at least to some degree, with other patients. + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Big picture of statistics +% https://stats.libretexts.org/Bookshelves/Applied_Statistics/Biostatistics_-_Open_Learning_Textbook/Preliminaries/The_Big_Picture +% https://creativecommons.org/licenses/by-nc-sa/4.0/ + +\begin{frame} + \frametitle{Big Picture of Statistics} + \begin{center} + \includegraphics[width=0.95\textwidth]{BigPicture1.png} + \end{center} + \vspace{0.5em} + \footnotesize + Credit: \href{https://stats.libretexts.org/Bookshelves/Applied_Statistics/Biostatistics_-_Open_Learning_Textbook/Preliminaries/The_Big_Picture}{LibreTexts} + \\ + Licensed under \href{https://creativecommons.org/licenses/by-nc-sa/4.0/}{CC BY-NC-SA 4.0} +\end{frame} + +\begin{frame} + \frametitle{Big Picture of Statistics} + \begin{center} + \includegraphics[width=0.95\textwidth]{BigPicture2.png} + \end{center} + \vspace{0.5em} + \footnotesize + Credit: \href{https://stats.libretexts.org/Bookshelves/Applied_Statistics/Biostatistics_-_Open_Learning_Textbook/Preliminaries/The_Big_Picture}{LibreTexts} + \\ + Licensed under \href{https://creativecommons.org/licenses/by-nc-sa/4.0/}{CC BY-NC-SA 4.0} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% If time, start data basics slides % TODO + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Classroom Survey} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{How to access Edfinity} % TODO +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Final announcements +\include{Lecture1_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week1/Lecture1/Lecture1_plan.tex b/Week1/Lecture1/Lecture1_plan.tex new file mode 100644 index 0000000..484a0c4 --- /dev/null +++ b/Week1/Lecture1/Lecture1_plan.tex @@ -0,0 +1,23 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 20 min Lecture: course overview, syllabus + \item 5 min Lecture: Case Study + \item 5 min Lecture: Big Picture of statistics + \item 10 min Think/pair/share (forum): Do the data show a "real" difference between groups? Are the results generalizable? + \item 5 min Edfinity "classroom survey" poll to get data for next Lecture, briefly show results / Data basics slides + \item 1 min Final announcements (Plan for next time, Reading, Edfinity survey, labs/discussions start week 2) + \item (after class) Edfinity onboarding survey: getting to know the students: experience, interests, goals for the class, group formation + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: (Big picture) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% TODO: Instructions for Edfinity and Think/pair/share \ No newline at end of file diff --git a/Week1/Lecture1/openintro_cover.jpeg b/Week1/Lecture1/openintro_cover.jpeg new file mode 100644 index 0000000..40b669d Binary files /dev/null and b/Week1/Lecture1/openintro_cover.jpeg differ diff --git a/Week1/Lecture2/Lecture2_agenda.tex b/Week1/Lecture2/Lecture2_agenda.tex new file mode 100644 index 0000000..e70544e --- /dev/null +++ b/Week1/Lecture2/Lecture2_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 1: Exploratory Data Analysis and Study Design} + \begin{itemize} + \item \hl{Previously: }Course introduction, survey + \item \hl{This time: }Introduction to data (Chapter 1) + \item \hl{Reading: }Chapter 2 for next time + \item \hl{Deadlines/Announcements: }HW 1.1 due next Monday + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week1/Lecture2/Lecture2_demo.R b/Week1/Lecture2/Lecture2_demo.R new file mode 100644 index 0000000..b4b5842 --- /dev/null +++ b/Week1/Lecture2/Lecture2_demo.R @@ -0,0 +1,55 @@ + +# ---- 0. Set up and load libraries, if any ---- + +library(ggplot2) # We will use this to plot today, and throughout the course + +# Set the working directory: +if(!require("rstudioapi")) install.packages("rstudioapi") +setwd(dirname(getSourceEditorContext()$path)) +# (you probably won't need to use this yourselves) + + +# ---- 1. Load data ---- + +# Load the .csv data file into an object called a dataframe: +survey_data <- read.csv("lecture_1_survey_data_clean.csv") + +# Confirm that the object is indeed a dataframe: +print(is.data.frame(survey_data)) + +# Display the first row: +head(survey_data) + + +# ---- 32 Plotting ---- + +# Now we get to ask interesting questions about the data, and try to answer them +# using plots. For example, how many people in the class go to bed within each +# time range? How many Capricorns are in the class? Is there a relationship +# between hours of sleep and caffeinated drinks? How does bedtime factor in? + +# Bar plot of bedtimes: +ggplot(data=survey_data, aes(x=bedtime)) + + geom_bar() + + xlab("Bedtime options") + +# Bar plot of Zodiac signs: +ggplot(data=survey_data, aes(x=zodiac)) + + geom_bar() + + xlab("Zodiac sign") + +# Scatter plot of hours of sleep vs caffeinated drinks: +ggplot(data=survey_data, aes(x=caffeine, y=sleep)) + + geom_point() + + xlab("Number of caffeinated drinks") + + ylab("Hours of sleep") + +# Scatter plot of hours of sleep vs caffeinated drinks, colored by bedtimes +ggplot(data=survey_data, aes(x=caffeine, y=sleep, color=bedtime)) + + geom_point() + + xlab("Number of caffeinated drinks") + + ylab("Hours of sleep") + + labs(color="Bedtime") + +# What other questions can you think of asking? How would you make a plot to +# try to answer them? \ No newline at end of file diff --git a/Week1/Lecture2/Lecture2_demoSetup.R b/Week1/Lecture2/Lecture2_demoSetup.R new file mode 100644 index 0000000..9929e2c --- /dev/null +++ b/Week1/Lecture2/Lecture2_demoSetup.R @@ -0,0 +1,22 @@ +# Set the working directory: +if(!require("rstudioapi")) install.packages("rstudioapi") +setwd(dirname(getSourceEditorContext()$path)) + +# Load the original .csv file containing survey data results +data_og <- read.csv("lecture_1_classroom_survey.csv") + +# Remove unneeded columns (also anonymizes the data) +data_clean <- subset(data_og, select = -c(1:11)) +head(data_clean) + +# Rename the remaining columns to be more useful +colnames(data_clean) <- c("sleep", "bedtime", "countries", + "caffeine", "class", "zodiac", + "int-ext") + +# Instead of A/B for introverted/extroverted, replace with the words +data_clean$`int-ext`[data_clean$`int-ext` == "A"] <- "introverted" +data_clean$`int-ext`[data_clean$`int-ext` == "B"] <- "extraverted" + +# Save the now-clean and -anonymized data into a new .csv file +write.csv(data_clean, "lecture_1_survey_data_clean.csv", row.names=FALSE) diff --git a/Week1/Lecture2/Lecture2_draft.tex b/Week1/Lecture2/Lecture2_draft.tex new file mode 100644 index 0000000..5bde4e9 --- /dev/null +++ b/Week1/Lecture2/Lecture2_draft.tex @@ -0,0 +1,608 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\chp1@path{../../Chp 1} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 2]{MA213: Lecture 2} +\subtitle{Module 1: Exploratory Data Analysis and Study Design} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture2_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Jumping in: Data basics} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Observations and variables} + +\begin{frame} +\frametitle{Classroom survey} + +A survey was conducted on students in an introductory statistics course. Below are a few of the questions on the survey, and the corresponding variables the data from the responses were stored in: + +\begin{itemize} +\item \var{gender}: What is your gender? +\item \var{intro\_extra}: Do you consider yourself introverted or extraverted? +\item \var{sleep}: How many hours do you sleep at night, on average? +\item \var{bedtime}: What time do you usually go to bed? +\item \var{countries}: How many countries have you visited? +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Data matrix} + +Data collected on students in a statistics class on a variety of variables: + +\begin{center} +\begin{tabular}{l cccc l} + & \hl{variable} \\ + & \hl{$\downarrow$} \\ +\cline{1-5} +Stu. & \var{gender} & \var{intro\_extra} & $\cdots$ & \var{countries} \\ +\cline{1-5} +1 & male & extravert & $\cdots$ & 13 \\ +2 & female & extravert & $\cdots$ & 7 \\ +3 & female & introvert & $\cdots$ & 1 & \hl{$\leftarrow$} \\ +4 & female & extravert & $\cdots$ & 5 & \hl{observation} \\ +$\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ \\ +86 & male & extravert & $\cdots$ & 9 \\ +\cline{1-5} +\end{tabular} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Types of variables} + +\begin{frame} +\frametitle{Types of variables} + +\begin{center} +\includegraphics[width=0.9\textwidth]{\chp1@path/1-2_data_basics/figures/variables/variables} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Types of variables (cont.)} + +\begin{center} +{\footnotesize +\begin{tabular}{c ccc cc} + \hline + & \var{gender} & \var{sleep} & \var{bedtime} & \var{countries} \\ + \hline +1 & male & 5 & 12-2 & 13 \\ + 2 & female & 7 & 10-12 & 7 \\ + 3 & female & 5.5 & 12-2 & 1 \\ + 4 & female & 7 & 12-2 & \\ + 5 & female & 3 & 12-2 & 1 \\ + 6 & female & 3 & 12-2 & 9 \\ + \hline +\end{tabular} +} +\end{center} + +\begin{itemize} +\item \var{gender}: \pause \soln{\only<2->{categorical}} \pause +\item \var{sleep}: \pause \soln{\only<4->{numerical, continuous}} \pause +\item \var{bedtime}: \pause \soln{\only<6->{categorical, ordinal}} \pause +\item \var{countries}: \pause \soln{\only<8->{numerical, discrete}} \pause +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{R Demo: Loading and Visualizing Data} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Relationships among variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Relationships among variables} + +\dq{Does there appear to be a relationship between GPA and number of hours students study per week?} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp1@path/1-2_data_basics/figures/gpa_study_hours/gpa_study_hours} +\end{center} + +\pause + +\dq{Can you spot anything unusual about any of the data points?} + +\soln{\pause{There is one student with GPA $>$ 4.0, this is likely a data error.}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Explanatory and response variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Explanatory and response variables} + +\begin{itemize} + +\item To identify the explanatory variable in a pair of variables, identify which of the two is suspected of affecting the other: + +\begin{center} +explanatory variable $\xrightarrow{might~affect}$response variable +\end{center} + +\item Labeling variables as explanatory and response does not guarantee the relationship between the two is actually causal, even if there is an association identified between the two variables. We use these labels only to keep track of which variable we suspect affects the other. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Introducing observational studies and experiments} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Two primary types of data collection} + +\begin{itemize} + +\item \hl{Observational studies:} Collect data in a way that does not directly interfere with how the data arise (e.g. surveys). +\begin{itemize} +\item Can provide evidence of a naturally occurring association between variables, but they cannot by themselves show a causal connection. +\end{itemize} + +\pause + +\item \hl{Experiment:} Researchers randomly assign subjects to various treatments in order to establish causal connections between the explanatory and response variables. + + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Association vs. causation} + +\begin{itemize} + +\item When two variables show some connection with one another, they are called \hl{associated} variables. +\begin{itemize} +\item Associated variables can also be called \hl{dependent} variables and vice-versa. +\end{itemize} + +\item If two variables are not associated, i.e. there is no evident connection between the two, then they are said to be \hl{independent}. + +\item In general, association does not imply causation, and causation can only be inferred from a randomized experiment. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.55\textwidth]{\chp1@path/1-2_data_basics/figures/xkcd_correlation} \\ +{\tiny \webURL{http://xkcd.com/552/}} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Sampling principles and strategies} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Populations and samples} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Populations and samples} + + \twocol{0.4}{0.6}{ + \begin{center} + \includegraphics[width=\textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/running.png} + \end{center} + \vspace{-0.5cm} + {\tiny \webURL{http://well.blogs.nytimes.com/2012/08/29/finding-your-ideal-running-form}} + } + { + \hl{Research question:} Can people become better, more efficient runners on their own, merely by running? \\ + + \pause + + \hl{Population of interest:} \soln{\pause All people}\\ + \hl{Population parameter of interest:} \soln{\pause Average change in running pace after 10 weeks} + } + \pause + $\:$ \\ + \hl{Sample:} 10 adult women who recently joined a running group\\ + \hl{Sample statistic:} \soln{\pause Average change in running pace after 10 weeks in the sample} + + \pause + + \hl{Population to which results can be generalized:} \soln{\pause Adult women, if the data are randomly sampled} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Anecdotal evidence} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Anecdotal evidence and early smoking research} + + \begin{itemize} + \setlength\leftskip{-2em} + + \item Anti-smoking research started in the 1930s and 1940s when cigarette smoking became increasingly popular. While some smokers seemed to be sensitive to cigarette smoke, others were completely unaffected. + + \item Anti-smoking research was faced with resistance based on \hl{anecdotal evidence} such as ``My uncle smokes three packs a day and he's in perfectly good health", evidence based on a limited sample size that might not be representative of the population. + + \item It was concluded that ``smoking is a complex human behavior, by its nature difficult to study, confounded by human variability." + + \item In time researchers were able to examine larger samples of cases (smokers), and trends showing that smoking has negative health impacts became much clearer. + + \end{itemize} + + \ct{Brandt, \textit{The Cigarette Century} (2009), Basic Books.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Sampling from a population} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Census} + + \begin{itemize} + + \item Wouldn't it be better to just include everyone and ``sample" the entire population? + + \begin{itemize} + \item This is called a \hl{census}. + \end{itemize} + + \pause + + \item There are problems with taking a census: + + \begin{itemize} + \item It can be difficult to complete a census: there always seem to be some individuals who are hard to locate or hard to measure. \textit{And these difficult-to-find people may have certain characteristics that distinguish them from the rest of the population.} + \item Populations rarely stand still. Even if you could take a census, the population changes constantly, so it's never possible to get a perfect measure. + \item Taking a census may be more complex than sampling. + \end{itemize} + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz: population vs sample} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Exploratory analysis to inference} + + \begin{itemize} + \setlength\leftskip{-2em} + \item Sampling is natural. + \pause + \item Think about sampling something you are cooking - you taste (examine) a small part of what you're cooking to get an idea about the dish as a whole. + \pause + \item When you taste a spoonful of soup and decide the spoonful you tasted isn't salty enough, that's \hl{exploratory analysis}. + \pause + \item If you generalize and conclude that your entire soup needs salt, that's an \hl{inference}. + \pause + \item For your inference to be valid, the spoonful you tasted (the sample) needs to be \hl{representative} of the entire pot (the population). + + \begin{itemize} + \item If your spoonful comes only from the surface and the salt is collected at the bottom of the pot, what you tasted is probably not representative of the whole pot. + \item If you first stir the soup thoroughly before you taste, your spoonful will more likely be representative of the whole pot. + \end{itemize} + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Sampling bias} + + \begin{itemize} + \item \hl{Non-response:} If only a small fraction of the randomly sampled people choose to respond to a survey, the sample may no longer be representative of the population. + \pause + \item \hl{Voluntary response:} Occurs when the sample consists of people who volunteer to respond because they have strong opinions on the issue. Such a sample will also not be representative of the population. + \pause + \begin{center} + \includegraphics[width=0.25\textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/vol_resp_bias/vol_resp_bias_q}\pause + \includegraphics[width=0.25\textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/vol_resp_bias/vol_resp_bias_res} \\ + {\tiny cnn.com, Jan 14, 2012} + \end{center} + \pause + \item \hl{Convenience sample:} Individuals who are easily accessible are more likely to be included in the sample. + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Sampling bias example: Landon vs. FDR} + + A historical example of a biased sample yielding misleading results: \\ + + $\:$ \\ + + \begin{columns}[c] + \column{0.35\textwidth} + \includegraphics[width= \textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/landon_fdr/landon} + \column{0.3\textwidth} + In 1936, Landon sought the Republican presidential nomination opposing the re-election of FDR. + \column{0.35\textwidth} + \includegraphics[width= \textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/landon_fdr/fdr} + \end{columns} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{The Literary Digest Poll} + + \begin{columns} + \column{0.7\textwidth} + + \begin{itemize} + \item The Literary Digest polled about 10 million Americans, and got responses from about 2.4 million. + \item The poll showed that Landon would likely be the overwhelming winner and FDR would get only 43\% of the votes. + \item Election result: FDR won, with 62\% of the votes. + \end{itemize} + + \column{0.3\textwidth} + + \includegraphics[width= \textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/literaryDigest} + \end{columns} + + \begin{itemize} + \item The magazine was completely discredited because of the poll, and was soon discontinued. + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{The Literary Digest Poll -- what went wrong?} + + \begin{itemize} + \item The magazine had surveyed + \begin{itemize} + \item its own readers, + \item registered automobile owners, and + \item registered telephone users. + \end{itemize} + \item These groups had incomes well above the national average of the day (remember, this is Great Depression era) which resulted in lists of voters far more likely to support Republicans than a truly \hl{typical} voter of the time, i.e. the sample was not representative of the American population at the time. + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + + \frametitle{Large samples are preferable, but...} + + \begin{itemize} + \item The Literary Digest election poll was based on a sample size of 2.4 million, which is huge, but since the sample was \hl{biased}, the sample did not yield an accurate prediction. + \item Back to the soup analogy: If the soup is not well stirred, it doesn't matter how large a spoon you have, it will still not taste right. If the soup is well stirred, a small spoon will suffice to test the soup. + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Observational studies} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Observational studies} + + \begin{itemize} + \item Researchers collect data in a way that does not directly interfere with how the data arise. + \item Results of an observational study can generally be used to establish an association between the explanatory and response variables. + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Four sampling methods} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Obtaining good samples} + + \begin{itemize} + \item Almost all statistical methods are based on the notion of implied randomness. + \item If observational data are not collected in a random framework from a population, these statistical methods -- the estimates and errors associated with the estimates -- are not reliable. + \item Most commonly used random sampling techniques are \hl{simple}, \hl{stratified}, and \hl{cluster} sampling. + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Simple random sample} + + Randomly select cases from the population, where there is no implied connection between the points that are selected. + + \begin{center} + \includegraphics[width=0.9\textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/sampling_methods/simple} + \end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Stratified sample} + + \hl{Strata} are made up of similar observations. We take a simple random sample from \underline{each} stratum. + + \begin{center} + \includegraphics[width=0.9\textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/sampling_methods/stratified} + \end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Cluster sample} + + \hl{Clusters} are usually not made up of homogeneous observations. We take a simple random sample of clusters, and then sample \underline{all} observations in that cluster. Usually preferred for economical reasons. + + \begin{center} + \includegraphics[width=0.9\textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/sampling_methods/cluster} + \end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Multistage sample} + + \hl{Clusters} are usually not made up of homogeneous observations. We take a simple random sample of clusters, and then take a simple random sample of observations from the sampled clusters. + + \begin{center} + \includegraphics[width=0.9\textwidth]{\chp1@path/1-3_sampling_principles_strategies/figures/sampling_methods/multistage} + \end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Think/pair/share: sampling/bias} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{TPS Instructions} + + After reading the question (on the next slide)... + + \begin{itemize} + \item \textbf{Step 1: Think (3 minute):} Think to yourself about how you would answer the question. You can briefly write down your thoughts for the next steps. + \item \textbf{Step 2: Pair (2 minutes):} Get into pairs, get to know each other, and discuss the question together. + \item \textbf{Step 3: Share (3 minutes):} Share your and your partner's thoughts on the forum, and read others' responses. + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{TPS Question} + + A school district purchases language arts software to supplement the teaching of reading to students in grade 2. + After 3 months of using the software, the school wants to determine whether use of the program has led to improved reading levels. + There is concern that the program may not be as effective for students who are not accustomed to using a computer at home. + The district is considering two sampling techniques: + + \begin{enumerate} + \item Randomly sampling students who have a computer at home and students who don't, and assessing their reading skills. + \item Randomly sampling students regardless of whether they have a computer at home or not, and assessing their reading skills. + \end{enumerate} + + What is/are the population(s) of interest? Which sampling technique do you think they should use? Why? +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week1/Lecture2/Lecture2_plan.tex b/Week1/Lecture2/Lecture2_plan.tex new file mode 100644 index 0000000..d5e4773 --- /dev/null +++ b/Week1/Lecture2/Lecture2_plan.tex @@ -0,0 +1,31 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 1 min: Present results from Group formation vote + \item 3 min Lecture (3 frames): data basics (types) + \item 15 min R demonstration: loading data, examining dataframe, bar plot, scatterplot + \item 4 min Lecture (4 frames): data basics (Relationships, Explanatory/response, data collection, association/causation) + \item 3 min Lecture (3 frames): sampling principles and examples + \item 5 min Edfinity quiz: Population vs sample + \item 10 min Lecture (12 frames): sampling bias, good samples, Observational/Sampling + \item 8 min Think/pair/share: sampling, bias concepts + \item 1 min Final announcements (Plan for next time, Reading) + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO1: Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + \item \textbf{M1, LO2: Evaluate Study Design and Its Implications:} Identify and explain experimental design choices (observational vs. experimental, sampling methods, blinding, potential biases), and judge whether results can be generalized to a population or used to infer causation. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ No newline at end of file diff --git a/Week1/lab1/Convert_rmd_to_qmd.sh b/Week1/lab1/Convert_rmd_to_qmd.sh new file mode 100755 index 0000000..fe20b59 --- /dev/null +++ b/Week1/lab1/Convert_rmd_to_qmd.sh @@ -0,0 +1,41 @@ +#!/bin/bash + +# Check if the user provided an Rmd file name as an argument +if [ "$#" -ne 1 ]; then + echo "Usage: $0 " + exit 1 +fi + +RMD_FILE="$1" + +# Check if the input file exists +if [ ! -f "$RMD_FILE" ]; then + echo "Error: File '$RMD_FILE' not found!" + exit 1 +fi + +# Automatically generate the Qmd file name and title +QMD_FILE="${RMD_FILE%.Rmd}.qmd" # Replace .Rmd with .qmd +TITLE="${RMD_FILE%.Rmd}" # Remove .Rmd to derive the title + +# Define qmd YAML front matter with dynamic title +cat << EOF > "$QMD_FILE" +--- +title: "$TITLE" +format: revealjs +editor: visual +--- + +EOF + +# Extract content strictly from the first "## " up to "## Lab Activities" (case-sensitive), without copying anything after "## Lab Activities" +awk ' +BEGIN { in_section = 0 } +/^## / { in_section = 1 } +/^## Lab Activities$/ { print; exit } +in_section { print } +' "$RMD_FILE" >> "$QMD_FILE" + +# Notify user of success +echo "Conversion completed: $RMD_FILE -> $QMD_FILE" +echo "Title set to: '$TITLE'" \ No newline at end of file diff --git a/Week1/lab1/L1.Rmd b/Week1/lab1/L1.Rmd new file mode 100644 index 0000000..e7e6bcb --- /dev/null +++ b/Week1/lab1/L1.Rmd @@ -0,0 +1,430 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab1" +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## **Lab 1: Introduction to R** + +In this lab session, we will learn basic syntax of R and how to use R for exploratory data analyses. + +## Learning Objectives + +- Use R for Data Management and Exploration: Utilize R to load, pre-process, and explore data through visualization and summarization techniques. +- Data Handling and Preprocessing: I can use R to load, clean, and preprocess real-world data sets, applying techniques such as handling missing values, transforming variables, and merging data sources. +- Exploratory Data Analysis (EDA) and Visualization. I can conduct exploratory data analysis in R, creating appropriate visualizations (e.g., histograms, box plots, scatter plots) and summary statistics to uncover data patterns and inform subsequent analysis. + +#### Install R and RStudio. + +You can download and install R from + + + +And you can download and install RStudio from + + + +We assume that you have already installed R and Rstudio (You need to install first R and then install Rstudio because Rstudio is an IDE for R). + +## Pre-lab activities + +- We are going to work in groups. Let’s form pairs. You can discuss the exercise questions and post-lab activities with your members. + +```{r, eval=FALSE} +num_ppl_each_group = 2 +student_list <- read.csv("StudentList.csv") +N <- nrow(student_list) + +# Sort by last name +student_list <- student_list %>% arrange(Last) +student_list$number <- 1:N + +# Shuffle the student numbers randomly +shuffled <- sample(student_list$number) + +# Create group +group_ids <- rep(1:ceiling(N / num_ppl_each_group), num_ppl_each_group)[1:N] + +# Assign data frame +group_df <- data.frame(number = shuffled, group = group_ids) +grouped_students <- left_join(group_df, student_list, by = "number") + +grouped_students <- grouped_students %>% arrange(group) + +# Output +grouped_students %>% select(!number) +``` + +## Introduction of R + +- R is Programming language and environment statistical computing, data manipulation and graphical display. + +- R is free and open source. + +- Rstudio is also free and open source IDE (Integrated Development Environment) for R. + +## Brief walk through about RStudio interface + +![RStudio overview](Screen_Shot_Rstudio.png){width="767"} + +window `1` : script window (text editor) + +window `2` : console window (this is where you type your R code and run) + +window `3` : plots, files, packages, help... window + +window `4` : environment window + +## Set up `working directory` + +- You can go to `Session` → `set working directory` → `choose directory` and then choose your working directory. + + or + +- You can go to `Files` tap → ☸︎ →'copy folder path to Clipboard' + + then paste into `setwd()` function + +```{r, eval=FALSE, include=FALSE} + +setwd('path of your working directory') + +``` + +```{r, echo=TRUE, eval=FALSE, include=FALSE} + +# for example +setwd('/Users/ylim2/Documents/Work/MA213') # this will set up your working directory +getwd() # to check where you are at in term of your working directory + +``` + +or + +- You can go to `Files` tap → ☸︎ →'Set As Working Directory' + +## How to run code? + +1. Directly type your command in the console window. + +2. You can run your R chunk by pressing run button `▶` in the R chunk in your R markdown file. + +3. You can write your commands on your R script file and highlight the commands and press `run` + +``` +Run shortcut : `ctrl` + `enter` (windows) or `cmd` + `enter` (mac). +``` + +## R is basically a big calculator (some mathematics) : basic math operations to matrix operations + +> - Basic math operations +> +> `+`: add +> +> `-` : substract +> +> `*` : multiply +> +> `/` : divide +> +> `^` or `**`: exponent + +## For example + +$(\frac{12}{24})^2$ + +```{r, echo=TRUE} +(12/24)^(2) +#or +(12/24)**(2) + +``` + +## Assign values to a variable + +Let's say if you want to save 10 to variable `A`. You can do the following command. + +```{r, echo=TRUE} +A <- 10 +A <<- 10 +10 -> A +10 ->> A +A = 10 + +# A <- 10 +# A = 10 +# commonly used ones +``` + +## And you can check what value the variable `A` has by calling it or using `print()` function + +```{r, echo=TRUE} +A +print(A) +``` + +Assigning character type information to a variable + +```{r, echo=TRUE} +SchoolName <- "Boston University" +SchoolName +``` + +## Assign values to a vector + +You can assign multiple values to a vector. + +```{r, echo=TRUE} +GPA <- c(3.2, 3.7, 3.9, 2.3, 2.7) +FirstName <- c("Tom", "Sarah", "Nick", "Amy", "John") +GPA +FirstName + +``` + +There are some useful functions for a vector + +- `seq(from=a, to=b, by=c)` : this generates a sequence vector from value a to b by c increment. + +- `rep(x, times = n)` : this replicate element `x` for n times. + +- `length(x)` : this will give you the length of vector `x` + +## Examples + +```{r, echo=TRUE} +my_vector = seq(1, 10, 2) +my_vector + +``` + +```{r, echo=TRUE} +another_vector = 1:10 +another_vector + +``` + +```{r, echo=TRUE} + +vector3 = rep("BU", 25) +vector3 + +``` + +## Accessing vector elements + +Each element in a vector is associated with index number. The index in R starts from 1 as the first item. + +For example, + +```{r, echo=TRUE} +# +SomeNames <- c("Alpha", "Bravo", "Charlie") + + +``` + +![Index of Vector Elements](index.jpg) + +## For example + +You can access the third element of `SomeNames` by `SomeNames[3]` . + +You can also access, for example, the second and the third elements by `SomeNames[2:3]` . + +```{r, echo=TRUE} +# +SomeNames[3] + +SomeNames[2:3] + + +``` + +## Numeric vector can be subsetted using condition + +``` {.R style="gray"} + x[condition] +``` + +the conditional statements (condition) you can use could be + +``` {.R style="yellow"} +x == 20 # x equals to 20 +x < 100 +x <= 100 +x > 100 +x >= 100 +x != 100 # x not equal to 100 +``` + +## For example + +```{r, echo=TRUE} +Numbers <- c(20, 30, 50, 70, 120, 200) +Numbers[Numbers<100] + + +``` + +![Subsetting vector using condition](Slicing.jpg) + +## Importing and Subsetting Data + +You can import Data by using `read.table()` function. + +```{r, echo=TRUE} + +my_data <- read.csv("mtcars.csv") +# to be able to import this file, this file needs to be in your working directory + +``` + +## You can access subset data + +- Specific element by `my_data[row, column]` + + - \| for example, the element in the third row and the fourth column `my_data[3,4]` + +- Specific row by `my_data[row,]` + + - \| for example, all the element of the third row `my_data[3,]` + +## Also, + +- Specific column by `my_data[,column]` + + - \| for example, all the element of the fifth column `my_data[,5]` + +- Access the column by using `$` sign such as `my_data$column_name` + + - \| for example, `hp` column from `my_data` is `my_data$hp` + +- Conditional statement works similar as vectors (row wise and column wise) + + - \| for example, `my_data[my_data$hp<100,]` + +### Exercise + +#### Q0. Let's set up your working directory. + +```{r, echo=TRUE} + +# + +``` + +#### Q1. Use R commands to calculate those and print `C` . + +$A = \exp(3),$ $B = \frac{(-3)^{4}}{10},$ + +$C = A \times B$ + +```{r, echo=TRUE} +# + + +``` + +#### Q2. Print `Number` vector that has number from 1 to 99 all odd numbers. And make a vector named `School` that has 20 "Boston" and 10 "New York". + +```{r, echo=TRUE} +# + + +``` + +You are going to explore the data extracted from the 1974 *Motor Trend* US magazine, and comprises fuel consumption and 10 aspects of automobile design and performance for 32 automobiles (1973–74 models). + +You can look at the description of the data by `help(mtcars)` . + +Please remember to use `help()` function or `?function_name` method. You are going to use it a lot when you use R. + +Here are some useful functions for vectors. + +`length(x)` : get the length of vector `x` + +`unique(x)` : get the unique values of vector `x` + +`min(x)` : get the minimum value of vector `x` + +`max(x)` : get the maximum value of vector `x` + +`mean(x)` : get the mean (average) of vector `x` + +#### Q3. Import `mtcars.csv` to `cars_data` + +```{r} +# + + +``` + +#### Q4. You are interested in first five data (first five rows). Assign first five rows to `cars_data_5` and print it. + +```{r} +# + + +``` + +#### Q5. You are interested in cars with horsepower greater than 100. Show the cars that have horsepower greater than 100. + +```{r} +# + +``` + +#### Q6. This time, you are only interested in 4 cylinder cars with gross horsepower(5th column) and weight in 1000lbs (7th column). Show it! (You need to show `cyl`, `hp` and `wt` column which are 3rd, 5th and 7th column). + +```{r} +# + +``` + +#### Q7. You are interested in the total sum of horse power and the mean of mils per gallon of all the cars in the data. Assign them to `hp_sum` and `mpg_mean`. You can use `sum()` function and `mean()` function. + +```{r} +# + +``` + +------------------------------------------------------------------------ + +## Post-lab activities + +Please name your submission as `lab1.R` on GradeScope. + +1. Calculate these questions and assign the answers to the corresponding variables. + +a). $$a=\frac{45}{9}$$ + +b). $$ b=25^{4}$$ + +c). $$ c=\exp(-10) $$ + +For example, you would write a line of code as the following + +``` r +a <- 45/9 +``` + +2. Create a vector with + +(2,2,...,2,4,4,4) where there are 12 occurrences of 2 and 3 occurrences 4 and assign it to object `d` . + +3. You conducted a survey what courses a certain group of students are taking this semester. There are 17 for 'MA213', 5 for 'CH101' and 10 for 'MA 124'. Assign these to object `e`. + +4. In `mtcars.csv` data, + + Import `mtcars.csv` to `cars_data` , you are only interested in automatic transmission cars with weight over 3000 lbs. Assign it to `cars_data_sub` (You need to get `cars_data` and `cars_data_sub`). + +5. You are interested in how many different number of cylinders of the cars in the data. You can count them and distinguish them in this data. However, if it is a large data, it is not possible to do it manually. Assign unique number of cylinders of the cars in the data by using `unique()` function and assign it to variable `unique_cyl` . diff --git a/Week1/lab1/Lab1_activity.Rmd b/Week1/lab1/Lab1_activity.Rmd new file mode 100644 index 0000000..c1ab743 --- /dev/null +++ b/Week1/lab1/Lab1_activity.Rmd @@ -0,0 +1,120 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab1 Activity" +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## **Lab 1: Introduction to R** + +------------------------------------------------------------------------ + +## Lab Activities + +#### Q1. Let's set up your working directory. + +```{r, echo=TRUE} + +# + +``` + +#### Q2. Use R commands to calculate the following and print `C` . + +$A = \exp(3),$ $B = \frac{(-3)^{4}}{10},$ + +$C = A \times B$ + +```{r, echo=TRUE} +# + + +``` + +#### Q3. You are going to explore the data extracted from the 1974 *Motor Trend* US magazine, and comprises fuel consumption and 10 aspects of automobile design and performance for 32 automobiles (1973–74 models). + +You can look at the description of the data by `help(mtcars)` . + +Please remember to use `help()` function or `?function_name` method. You are going to use it a lot when you use R. + +Here are some useful functions for vectors. + +`length(x)` : get the length of vector `x` + +`unique(x)` : get the unique values of vector `x` + +`min(x)` : get the minimum value of vector `x` + +`max(x)` : get the maximum value of vector `x` + +`mean(x)` : get the mean (average) of vector `x` + +Import `mtcars.csv` to `cars_data` + +```{r} +# + + +``` + +#### Q4. You are interested in first five data (first five rows). Assign first five rows to `cars_data_5` and print it. + +```{r} +# + + +``` + +#### Q5. You are interested in cars with horsepower greater than 100. Show the cars that have horsepower greater than 100. + +```{r} +# + +``` + +#### Q6. This time, you are only interested in 4 cylinder cars with gross horsepower(5th column) and weight in 1000lbs (7th column). Show it! (You need to show `cyl`, `hp` and `wt` column which are 3rd, 5th and 7th column). + +```{r} +# + +``` + +#### Q7. You are interested in the total sum of horse power and the average of mils per gallon of all the cars in the data. Assign them to `hp_sum` and `mpg_mean`. You can use `sum()` function and `mean()` function. + +```{r} +# + +``` + +------------------------------------------------------------------------ + +## Post-lab activities + +Please name your submission as `lab1.R` on GradeScope. + +1. Calculate these questions and assign the answers to the corresponding variables. + +a). $$a=\frac{45}{9}$$ + +b). $$ b=25^{4}$$ + +c). $$ c=\exp(-10) $$ + +For example, you would write a line of code as the following + +``` r +a <- 45/9 +``` + +2. In `mtcars.csv` data, + + Import `mtcars.csv` to `cars_data` , you are only interested in automatic transmission cars with weight over 3000 lbs. Assign it to `cars_data_sub` (You need to get `cars_data` and `cars_data_sub`). + +3. You are interested in how many different number of cylinders of the cars in the datasets. You can count them and distinguish them in this dataset. However, if it is a large data, it is not possible to do it manually. Assign unique number of cylinders of the cars in the data by using `unique()` function and assign it to variable `unique_cyl` . diff --git a/Week1/lab1/Lab1_guide.Rmd b/Week1/lab1/Lab1_guide.Rmd new file mode 100644 index 0000000..7d66a2b --- /dev/null +++ b/Week1/lab1/Lab1_guide.Rmd @@ -0,0 +1,282 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab1 Guide" +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## **Lab 1: Introduction to R** + +In this lab session, we will learn basic syntax of R. + +## Learning Objectives + +- Use R for Data Management and Exploration: Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + +#### Install R and RStudio. + +You can download and install R from + + + +And you can download and install RStudio from + + + +We assume that you have already installed R and Rstudio (You need to install first R and then install Rstudio because Rstudio is an IDE for R). + +## Introduction of R + +- R is Programming language and environment statistical computing, data manipulation and graphical display. + +- R is free and open source. + +- Rstudio is also free and open source IDE (Integrated Development Environment) for R. + +## Brief walk through about RStudio interface + +![RStudio overview](Screen_Shot_Rstudio.png){width="767"} + +window `1` : script window (text editor) + +window `2` : console window (this is where you type your R code and run) + +window `3` : plots, files, packages, help... window + +window `4` : environment window + +## Set up `working directory` + +- You can go to `Session` → `set working directory` → `choose directory` and then choose your working directory. + + or + +- You can go to `Files` tap → ☸︎ →'copy folder path to Clipboard' + + then paste into `setwd()` function + +```{r, eval=FALSE, include=FALSE} + +setwd('path of your working directory') + +``` + +```{r, echo=TRUE, eval=FALSE, include=FALSE} + +# for example +setwd('/Users/ylim2/Documents/Work/MA213') # this will set up your working directory +getwd() # to check where you are at in term of your working directory + +``` + +or + +- You can go to `Files` tap → ☸︎ →'Set As Working Directory' + +## How to run code? + +1. Directly type your command in the console window. + +2. You can run your R chunk by pressing run button `▶` in the R chunk in your R markdown file. + +3. You can write your commands on your R script file and highlight the commands and press `run` + +``` +Run shortcut : `ctrl` + `enter` (windows) or `cmd` + `enter` (mac). +``` + +## R is basically a big calculator (some mathematics) : basic math operations to matrix operations + +> - Basic math operations +> +> `+`: add +> +> `-` : substract +> +> `*` : multiply +> +> `/` : divide +> +> `^` or `**`: exponent + +## For example + +$(\frac{12}{24})^2$ + +```{r, echo=TRUE} +(12/24)^(2) +#or +(12/24)**(2) + +``` + +## Assign values to a variable + +Let's say if you want to save 10 to variable `A`. You can do the following command. + +```{r, echo=TRUE} +A <- 10 +A <<- 10 +10 -> A +10 ->> A +A = 10 + +# A <- 10 +# A = 10 +# commonly used ones +``` + +## And you can check what value the variable `A` has by calling it or using `print()` function + +```{r, echo=TRUE} +A +print(A) +``` + +Assigning character type information to a variable + +```{r, echo=TRUE} +SchoolName <- "Boston University" +SchoolName +``` + +## Assign values to a vector + +You can assign multiple values to a vector. + +```{r, echo=TRUE} +GPA <- c(3.2, 3.7, 3.9, 2.3, 2.7) +FirstName <- c("Tom", "Sarah", "Nick", "Amy", "John") +GPA +FirstName + +``` + +There are some useful functions for a vector + +- `seq(from=a, to=b, by=c)` : this generates a sequence vector from value a to b by c increment. + +- `rep(x, times = n)` : this replicate element `x` for n times. + +- `length(x)` : this will give you the length of vector `x` + +## Examples + +```{r, echo=TRUE} +my_vector = seq(1, 10, 2) +my_vector + +``` + +```{r, echo=TRUE} +another_vector = 1:10 +another_vector + +``` + +```{r, echo=TRUE} + +vector3 = rep("BU", 25) +vector3 + +``` + +## Accessing vector elements + +Each element in a vector is associated with index number. The index in R starts from 1 as the first item. + +For example, + +```{r, echo=TRUE} +# +SomeNames <- c("Alpha", "Bravo", "Charlie") + + +``` + +![Index of Vector Elements](index.jpg) + +## For example + +You can access the third element of `SomeNames` by `SomeNames[3]` . + +You can also access, for example, the second and the third elements by `SomeNames[2:3]` . + +```{r, echo=TRUE} +# +SomeNames[3] + +SomeNames[2:3] + + +``` + +## Numeric vector can be subsetted using condition + +``` {.R style="gray"} + x[condition] +``` + +the conditional statements (condition) you can use could be + +``` {.R style="yellow"} +x == 20 # x equals to 20 +x < 100 +x <= 100 +x > 100 +x >= 100 +x != 100 # x not equal to 100 +``` + +## For example + +```{r, echo=TRUE} +Numbers <- c(20, 30, 50, 70, 120, 200) +Numbers[Numbers<100] + + +``` + +![Subsetting vector using condition](Slicing.jpg) + +## Importing and Subsetting Data + +You can import Data by using `read.table()` function. + +```{r, echo=TRUE} + +my_data <- read.csv("mtcars.csv") +# to be able to import this file, this file needs to be in your working directory + +``` + +## You can access subset data + +- Specific element by `my_data[row, column]` + + - \| for example, the element in the third row and the fourth column `my_data[3,4]` + +- Specific row by `my_data[row,]` + + - \| for example, all the element of the third row `my_data[3,]` + +## Also, + +- Specific column by `my_data[,column]` + + - \| for example, all the element of the fifth column `my_data[,5]` + +- Access the column by using `$` sign such as `my_data$column_name` + + - \| for example, `hp` column from `my_data` is `my_data$hp` + +- Conditional statement works similar as vectors (row wise and column wise) + + - \| for example, `my_data[my_data$hp<100,]` diff --git a/Week1/lab1/README_assignment_autograder.md b/Week1/lab1/README_assignment_autograder.md new file mode 100644 index 0000000..bb4ddfc --- /dev/null +++ b/Week1/lab1/README_assignment_autograder.md @@ -0,0 +1,88 @@ +# How to Use Gradescope to Autograde R Script Files + +Setting up autograding in Gradescope requires several files: + +``` +setup.sh +run_autograder +grade_one_submission.R +assignment1_tests.R +data.csv +``` + +## File Descriptions + +### 1. `setup.sh` +A Bash script that Gradescope runs to install R and any required R packages. **Do not rename this file**—Gradescope expects it to have this exact name. + +### 2. `run_autograder` +This script **must be named `run_autograder`**, as Gradescope relies on this filename. It handles each student's submission by: +- Copying the submitted R script to the expected directory. +- Running `grade_one_submission.R` to evaluate the submission. + +### 3. `assignment1_tests.R` +Contains unit tests using the `testthat` package to evaluate student submissions. +- You can rename this file, but if you do, update the reference in `grade_one_submission.R` accordingly. + +### 4. `grade_one_submission.R` +An R script that: +- Loads the student's submission. +- Runs `assignment1_tests.R` to evaluate the submission. + +### 5. `data.csv` (Optional) +If your assignment requires data, you can include a `.csv` file. This file can have any name, but ensure your script references it correctly. + +--- + +## Workflow + +1. **Create a new programming assignment** on Gradescope. +2. **Download or clone this repository** and modify the necessary files. +3. **Zip the modified files** and upload them to Gradescope. + +> ⚠ **Note:** Uploading the zip file may take a few minutes, as Gradescope sets up a fresh environment each time. A more complex `setup.sh` will increase upload times. + +For a step-by-step guide on using Gradescope, refer to their official documentation: +[Gradescope Autograders Guide](https://gradescope-autograders.readthedocs.io/en/latest/getting_started/) + +--- + +## Customizing for Your Assignment + +When adapting this setup for your own assignment, keep the following in mind: + +### 1. File Naming +Ensure that all student submissions follow a consistent naming convention. For example, if submissions are named `assignment1.R`, make sure all relevant scripts reference this filename. + +### 2. Updating `grade_one_submission.R` +Verify that: +- It references the correct filenames. +- It correctly integrates `assignment1_tests.R`. + +### 3. Providing Clear Assignment Instructions +Consider including explicit instructions for students, similar to this [example assignment](https://github.com/tbrown122387/Using-gradeR-for-the-Gradescope-Autograder/blob/master/example_hw_assignment/fake_hw1.pdf). This helps prevent confusion. + +### 4. Installing Required Packages +In `setup.sh`, install only the necessary R packages to optimize setup time. + +### 5. Keeping Gradescope's Expected Directory Structure +Do **not** modify the default directory paths in `run_autograder`, as Gradescope expects a specific structure. + +### 6. Managing Test Visibility +By default, all tests are hidden from students. To make a test visible, add `(visible)` to its filename. See this [example](https://github.com/tbrown122387/Using-gradeR-for-the-Gradescope-Autograder/blob/master/autograding_code_and_data/assignment1_tests.r). + +### 7. Matching Max Score to Number of Tests +Ensure that the total number of tests aligns with the max score set on Gradescope. + +### 8. Testing Before Finalizing +After uploading your autograder zip file: +- Click **"Test Autograder"** in Gradescope. +- Upload a correct solution to verify everything works as expected. +- Ensure the solution file follows the same naming convention as student submissions. + +--- + +## Additional Resources + +- [Gradescope Autograder Setup Guide](https://tbrown122387.github.io/autograder_site/) +- [gradeR Package Documentation](https://cran.r-project.org/web/packages/gradeR/vignettes/gradeR.html) diff --git a/Week1/lab1/Readme_Convert_rmd.md b/Week1/lab1/Readme_Convert_rmd.md new file mode 100644 index 0000000..c8f7425 --- /dev/null +++ b/Week1/lab1/Readme_Convert_rmd.md @@ -0,0 +1,16 @@ +# How to Use the Rmd to Qmd Conversion Script + +This script automates the process of converting an R Markdown (`.Rmd`) file into a Quarto Markdown (`.qmd`) file. + + +# Make sure it is executable (optional if not working) +``` +chmod +x Convert_rmd_to_qmd.sh +``` + + + +# Run the script from the command line, providing the Rmd file name +``` +./Convert_rmd_to_qmd.sh Lab1.Rmd +``` \ No newline at end of file diff --git a/Week1/lab1/Screen_Shot_Rstudio.png b/Week1/lab1/Screen_Shot_Rstudio.png new file mode 100644 index 0000000..deae415 Binary files /dev/null and b/Week1/lab1/Screen_Shot_Rstudio.png differ diff --git a/Week1/lab1/Slicing.jpg b/Week1/lab1/Slicing.jpg new file mode 100644 index 0000000..c95f863 Binary files /dev/null and b/Week1/lab1/Slicing.jpg differ diff --git a/Week1/lab1/StudentList.csv b/Week1/lab1/StudentList.csv new file mode 100644 index 0000000..c64ba6f --- /dev/null +++ b/Week1/lab1/StudentList.csv @@ -0,0 +1,4 @@ +First,Last +Emily ,Stephen +Jonathan,Huggins +Lucia,Vilallonga \ No newline at end of file diff --git a/Week1/lab1/housing.csv b/Week1/lab1/housing.csv new file mode 100644 index 0000000..9c724cd --- /dev/null +++ b/Week1/lab1/housing.csv @@ -0,0 +1,507 @@ +"","CRIM","ZN","INDUS","CHAS","NOX","RM","AGE","DIS","RAD","TAX","PTRATIO","B","LSTAT","MEDV" +"1",0.00632,18,2.31,0,0.538,6.575,65.2,4.09,1,296,15.3,396.9,4.98,24 +"2",0.02731,0,7.07,0,0.469,6.421,78.9,4.9671,2,242,17.8,396.9,9.14,21.6 +"3",0.02729,0,7.07,0,0.469,7.185,61.1,4.9671,2,242,17.8,392.83,4.03,34.7 +"4",0.03237,0,2.18,0,0.458,6.998,45.8,6.0622,3,222,18.7,394.63,2.94,33.4 +"5",0.06905,0,2.18,0,0.458,7.147,54.2,6.0622,3,222,18.7,396.9,5.33,36.2 +"6",0.02985,0,2.18,0,0.458,6.43,58.7,6.0622,3,222,18.7,394.12,5.21,28.7 +"7",0.08829,12.5,7.87,0,0.524,6.012,66.6,5.5605,5,311,15.2,395.6,12.43,22.9 +"8",0.14455,12.5,7.87,0,0.524,6.172,96.1,5.9505,5,311,15.2,396.9,19.15,27.1 +"9",0.21124,12.5,7.87,0,0.524,5.631,100,6.0821,5,311,15.2,386.63,29.93,16.5 +"10",0.17004,12.5,7.87,0,0.524,6.004,85.9,6.5921,5,311,15.2,386.71,17.1,18.9 +"11",0.22489,12.5,7.87,0,0.524,6.377,94.3,6.3467,5,311,15.2,392.52,20.45,15 +"12",0.11747,12.5,7.87,0,0.524,6.009,82.9,6.2267,5,311,15.2,396.9,13.27,18.9 +"13",0.09378,12.5,7.87,0,0.524,5.889,39,5.4509,5,311,15.2,390.5,15.71,21.7 +"14",0.62976,0,8.14,0,0.538,5.949,61.8,4.7075,4,307,21,396.9,8.26,20.4 +"15",0.63796,0,8.14,0,0.538,6.096,84.5,4.4619,4,307,21,380.02,10.26,18.2 +"16",0.62739,0,8.14,0,0.538,5.834,56.5,4.4986,4,307,21,395.62,8.47,19.9 +"17",1.05393,0,8.14,0,0.538,5.935,29.3,4.4986,4,307,21,386.85,6.58,23.1 +"18",0.7842,0,8.14,0,0.538,5.99,81.7,4.2579,4,307,21,386.75,14.67,17.5 +"19",0.80271,0,8.14,0,0.538,5.456,36.6,3.7965,4,307,21,288.99,11.69,20.2 +"20",0.7258,0,8.14,0,0.538,5.727,69.5,3.7965,4,307,21,390.95,11.28,18.2 +"21",1.25179,0,8.14,0,0.538,5.57,98.1,3.7979,4,307,21,376.57,21.02,13.6 +"22",0.85204,0,8.14,0,0.538,5.965,89.2,4.0123,4,307,21,392.53,13.83,19.6 +"23",1.23247,0,8.14,0,0.538,6.142,91.7,3.9769,4,307,21,396.9,18.72,15.2 +"24",0.98843,0,8.14,0,0.538,5.813,100,4.0952,4,307,21,394.54,19.88,14.5 +"25",0.75026,0,8.14,0,0.538,5.924,94.1,4.3996,4,307,21,394.33,16.3,15.6 +"26",0.84054,0,8.14,0,0.538,5.599,85.7,4.4546,4,307,21,303.42,16.51,13.9 +"27",0.67191,0,8.14,0,0.538,5.813,90.3,4.682,4,307,21,376.88,14.81,16.6 +"28",0.95577,0,8.14,0,0.538,6.047,88.8,4.4534,4,307,21,306.38,17.28,14.8 +"29",0.77299,0,8.14,0,0.538,6.495,94.4,4.4547,4,307,21,387.94,12.8,18.4 +"30",1.00245,0,8.14,0,0.538,6.674,87.3,4.239,4,307,21,380.23,11.98,21 +"31",1.13081,0,8.14,0,0.538,5.713,94.1,4.233,4,307,21,360.17,22.6,12.7 +"32",1.35472,0,8.14,0,0.538,6.072,100,4.175,4,307,21,376.73,13.04,14.5 +"33",1.38799,0,8.14,0,0.538,5.95,82,3.99,4,307,21,232.6,27.71,13.2 +"34",1.15172,0,8.14,0,0.538,5.701,95,3.7872,4,307,21,358.77,18.35,13.1 +"35",1.61282,0,8.14,0,0.538,6.096,96.9,3.7598,4,307,21,248.31,20.34,13.5 +"36",0.06417,0,5.96,0,0.499,5.933,68.2,3.3603,5,279,19.2,396.9,9.68,18.9 +"37",0.09744,0,5.96,0,0.499,5.841,61.4,3.3779,5,279,19.2,377.56,11.41,20 +"38",0.08014,0,5.96,0,0.499,5.85,41.5,3.9342,5,279,19.2,396.9,8.77,21 +"39",0.17505,0,5.96,0,0.499,5.966,30.2,3.8473,5,279,19.2,393.43,10.13,24.7 +"40",0.02763,75,2.95,0,0.428,6.595,21.8,5.4011,3,252,18.3,395.63,4.32,30.8 +"41",0.03359,75,2.95,0,0.428,7.024,15.8,5.4011,3,252,18.3,395.62,1.98,34.9 +"42",0.12744,0,6.91,0,0.448,6.77,2.9,5.7209,3,233,17.9,385.41,4.84,26.6 +"43",0.1415,0,6.91,0,0.448,6.169,6.6,5.7209,3,233,17.9,383.37,5.81,25.3 +"44",0.15936,0,6.91,0,0.448,6.211,6.5,5.7209,3,233,17.9,394.46,7.44,24.7 +"45",0.12269,0,6.91,0,0.448,6.069,40,5.7209,3,233,17.9,389.39,9.55,21.2 +"46",0.17142,0,6.91,0,0.448,5.682,33.8,5.1004,3,233,17.9,396.9,10.21,19.3 +"47",0.18836,0,6.91,0,0.448,5.786,33.3,5.1004,3,233,17.9,396.9,14.15,20 +"48",0.22927,0,6.91,0,0.448,6.03,85.5,5.6894,3,233,17.9,392.74,18.8,16.6 +"49",0.25387,0,6.91,0,0.448,5.399,95.3,5.87,3,233,17.9,396.9,30.81,14.4 +"50",0.21977,0,6.91,0,0.448,5.602,62,6.0877,3,233,17.9,396.9,16.2,19.4 +"51",0.08873,21,5.64,0,0.439,5.963,45.7,6.8147,4,243,16.8,395.56,13.45,19.7 +"52",0.04337,21,5.64,0,0.439,6.115,63,6.8147,4,243,16.8,393.97,9.43,20.5 +"53",0.0536,21,5.64,0,0.439,6.511,21.1,6.8147,4,243,16.8,396.9,5.28,25 +"54",0.04981,21,5.64,0,0.439,5.998,21.4,6.8147,4,243,16.8,396.9,8.43,23.4 +"55",0.0136,75,4,0,0.41,5.888,47.6,7.3197,3,469,21.1,396.9,14.8,18.9 +"56",0.01311,90,1.22,0,0.403,7.249,21.9,8.6966,5,226,17.9,395.93,4.81,35.4 +"57",0.02055,85,0.74,0,0.41,6.383,35.7,9.1876,2,313,17.3,396.9,5.77,24.7 +"58",0.01432,100,1.32,0,0.411,6.816,40.5,8.3248,5,256,15.1,392.9,3.95,31.6 +"59",0.15445,25,5.13,0,0.453,6.145,29.2,7.8148,8,284,19.7,390.68,6.86,23.3 +"60",0.10328,25,5.13,0,0.453,5.927,47.2,6.932,8,284,19.7,396.9,9.22,19.6 +"61",0.14932,25,5.13,0,0.453,5.741,66.2,7.2254,8,284,19.7,395.11,13.15,18.7 +"62",0.17171,25,5.13,0,0.453,5.966,93.4,6.8185,8,284,19.7,378.08,14.44,16 +"63",0.11027,25,5.13,0,0.453,6.456,67.8,7.2255,8,284,19.7,396.9,6.73,22.2 +"64",0.1265,25,5.13,0,0.453,6.762,43.4,7.9809,8,284,19.7,395.58,9.5,25 +"65",0.01951,17.5,1.38,0,0.4161,7.104,59.5,9.2229,3,216,18.6,393.24,8.05,33 +"66",0.03584,80,3.37,0,0.398,6.29,17.8,6.6115,4,337,16.1,396.9,4.67,23.5 +"67",0.04379,80,3.37,0,0.398,5.787,31.1,6.6115,4,337,16.1,396.9,10.24,19.4 +"68",0.05789,12.5,6.07,0,0.409,5.878,21.4,6.498,4,345,18.9,396.21,8.1,22 +"69",0.13554,12.5,6.07,0,0.409,5.594,36.8,6.498,4,345,18.9,396.9,13.09,17.4 +"70",0.12816,12.5,6.07,0,0.409,5.885,33,6.498,4,345,18.9,396.9,8.79,20.9 +"71",0.08826,0,10.81,0,0.413,6.417,6.6,5.2873,4,305,19.2,383.73,6.72,24.2 +"72",0.15876,0,10.81,0,0.413,5.961,17.5,5.2873,4,305,19.2,376.94,9.88,21.7 +"73",0.09164,0,10.81,0,0.413,6.065,7.8,5.2873,4,305,19.2,390.91,5.52,22.8 +"74",0.19539,0,10.81,0,0.413,6.245,6.2,5.2873,4,305,19.2,377.17,7.54,23.4 +"75",0.07896,0,12.83,0,0.437,6.273,6,4.2515,5,398,18.7,394.92,6.78,24.1 +"76",0.09512,0,12.83,0,0.437,6.286,45,4.5026,5,398,18.7,383.23,8.94,21.4 +"77",0.10153,0,12.83,0,0.437,6.279,74.5,4.0522,5,398,18.7,373.66,11.97,20 +"78",0.08707,0,12.83,0,0.437,6.14,45.8,4.0905,5,398,18.7,386.96,10.27,20.8 +"79",0.05646,0,12.83,0,0.437,6.232,53.7,5.0141,5,398,18.7,386.4,12.34,21.2 +"80",0.08387,0,12.83,0,0.437,5.874,36.6,4.5026,5,398,18.7,396.06,9.1,20.3 +"81",0.04113,25,4.86,0,0.426,6.727,33.5,5.4007,4,281,19,396.9,5.29,28 +"82",0.04462,25,4.86,0,0.426,6.619,70.4,5.4007,4,281,19,395.63,7.22,23.9 +"83",0.03659,25,4.86,0,0.426,6.302,32.2,5.4007,4,281,19,396.9,6.72,24.8 +"84",0.03551,25,4.86,0,0.426,6.167,46.7,5.4007,4,281,19,390.64,7.51,22.9 +"85",0.05059,0,4.49,0,0.449,6.389,48,4.7794,3,247,18.5,396.9,9.62,23.9 +"86",0.05735,0,4.49,0,0.449,6.63,56.1,4.4377,3,247,18.5,392.3,6.53,26.6 +"87",0.05188,0,4.49,0,0.449,6.015,45.1,4.4272,3,247,18.5,395.99,12.86,22.5 +"88",0.07151,0,4.49,0,0.449,6.121,56.8,3.7476,3,247,18.5,395.15,8.44,22.2 +"89",0.0566,0,3.41,0,0.489,7.007,86.3,3.4217,2,270,17.8,396.9,5.5,23.6 +"90",0.05302,0,3.41,0,0.489,7.079,63.1,3.4145,2,270,17.8,396.06,5.7,28.7 +"91",0.04684,0,3.41,0,0.489,6.417,66.1,3.0923,2,270,17.8,392.18,8.81,22.6 +"92",0.03932,0,3.41,0,0.489,6.405,73.9,3.0921,2,270,17.8,393.55,8.2,22 +"93",0.04203,28,15.04,0,0.464,6.442,53.6,3.6659,4,270,18.2,395.01,8.16,22.9 +"94",0.02875,28,15.04,0,0.464,6.211,28.9,3.6659,4,270,18.2,396.33,6.21,25 +"95",0.04294,28,15.04,0,0.464,6.249,77.3,3.615,4,270,18.2,396.9,10.59,20.6 +"96",0.12204,0,2.89,0,0.445,6.625,57.8,3.4952,2,276,18,357.98,6.65,28.4 +"97",0.11504,0,2.89,0,0.445,6.163,69.6,3.4952,2,276,18,391.83,11.34,21.4 +"98",0.12083,0,2.89,0,0.445,8.069,76,3.4952,2,276,18,396.9,4.21,38.7 +"99",0.08187,0,2.89,0,0.445,7.82,36.9,3.4952,2,276,18,393.53,3.57,43.8 +"100",0.0686,0,2.89,0,0.445,7.416,62.5,3.4952,2,276,18,396.9,6.19,33.2 +"101",0.14866,0,8.56,0,0.52,6.727,79.9,2.7778,5,384,20.9,394.76,9.42,27.5 +"102",0.11432,0,8.56,0,0.52,6.781,71.3,2.8561,5,384,20.9,395.58,7.67,26.5 +"103",0.22876,0,8.56,0,0.52,6.405,85.4,2.7147,5,384,20.9,70.8,10.63,18.6 +"104",0.21161,0,8.56,0,0.52,6.137,87.4,2.7147,5,384,20.9,394.47,13.44,19.3 +"105",0.1396,0,8.56,0,0.52,6.167,90,2.421,5,384,20.9,392.69,12.33,20.1 +"106",0.13262,0,8.56,0,0.52,5.851,96.7,2.1069,5,384,20.9,394.05,16.47,19.5 +"107",0.1712,0,8.56,0,0.52,5.836,91.9,2.211,5,384,20.9,395.67,18.66,19.5 +"108",0.13117,0,8.56,0,0.52,6.127,85.2,2.1224,5,384,20.9,387.69,14.09,20.4 +"109",0.12802,0,8.56,0,0.52,6.474,97.1,2.4329,5,384,20.9,395.24,12.27,19.8 +"110",0.26363,0,8.56,0,0.52,6.229,91.2,2.5451,5,384,20.9,391.23,15.55,19.4 +"111",0.10793,0,8.56,0,0.52,6.195,54.4,2.7778,5,384,20.9,393.49,13,21.7 +"112",0.10084,0,10.01,0,0.547,6.715,81.6,2.6775,6,432,17.8,395.59,10.16,22.8 +"113",0.12329,0,10.01,0,0.547,5.913,92.9,2.3534,6,432,17.8,394.95,16.21,18.8 +"114",0.22212,0,10.01,0,0.547,6.092,95.4,2.548,6,432,17.8,396.9,17.09,18.7 +"115",0.14231,0,10.01,0,0.547,6.254,84.2,2.2565,6,432,17.8,388.74,10.45,18.5 +"116",0.17134,0,10.01,0,0.547,5.928,88.2,2.4631,6,432,17.8,344.91,15.76,18.3 +"117",0.13158,0,10.01,0,0.547,6.176,72.5,2.7301,6,432,17.8,393.3,12.04,21.2 +"118",0.15098,0,10.01,0,0.547,6.021,82.6,2.7474,6,432,17.8,394.51,10.3,19.2 +"119",0.13058,0,10.01,0,0.547,5.872,73.1,2.4775,6,432,17.8,338.63,15.37,20.4 +"120",0.14476,0,10.01,0,0.547,5.731,65.2,2.7592,6,432,17.8,391.5,13.61,19.3 +"121",0.06899,0,25.65,0,0.581,5.87,69.7,2.2577,2,188,19.1,389.15,14.37,22 +"122",0.07165,0,25.65,0,0.581,6.004,84.1,2.1974,2,188,19.1,377.67,14.27,20.3 +"123",0.09299,0,25.65,0,0.581,5.961,92.9,2.0869,2,188,19.1,378.09,17.93,20.5 +"124",0.15038,0,25.65,0,0.581,5.856,97,1.9444,2,188,19.1,370.31,25.41,17.3 +"125",0.09849,0,25.65,0,0.581,5.879,95.8,2.0063,2,188,19.1,379.38,17.58,18.8 +"126",0.16902,0,25.65,0,0.581,5.986,88.4,1.9929,2,188,19.1,385.02,14.81,21.4 +"127",0.38735,0,25.65,0,0.581,5.613,95.6,1.7572,2,188,19.1,359.29,27.26,15.7 +"128",0.25915,0,21.89,0,0.624,5.693,96,1.7883,4,437,21.2,392.11,17.19,16.2 +"129",0.32543,0,21.89,0,0.624,6.431,98.8,1.8125,4,437,21.2,396.9,15.39,18 +"130",0.88125,0,21.89,0,0.624,5.637,94.7,1.9799,4,437,21.2,396.9,18.34,14.3 +"131",0.34006,0,21.89,0,0.624,6.458,98.9,2.1185,4,437,21.2,395.04,12.6,19.2 +"132",1.19294,0,21.89,0,0.624,6.326,97.7,2.271,4,437,21.2,396.9,12.26,19.6 +"133",0.59005,0,21.89,0,0.624,6.372,97.9,2.3274,4,437,21.2,385.76,11.12,23 +"134",0.32982,0,21.89,0,0.624,5.822,95.4,2.4699,4,437,21.2,388.69,15.03,18.4 +"135",0.97617,0,21.89,0,0.624,5.757,98.4,2.346,4,437,21.2,262.76,17.31,15.6 +"136",0.55778,0,21.89,0,0.624,6.335,98.2,2.1107,4,437,21.2,394.67,16.96,18.1 +"137",0.32264,0,21.89,0,0.624,5.942,93.5,1.9669,4,437,21.2,378.25,16.9,17.4 +"138",0.35233,0,21.89,0,0.624,6.454,98.4,1.8498,4,437,21.2,394.08,14.59,17.1 +"139",0.2498,0,21.89,0,0.624,5.857,98.2,1.6686,4,437,21.2,392.04,21.32,13.3 +"140",0.54452,0,21.89,0,0.624,6.151,97.9,1.6687,4,437,21.2,396.9,18.46,17.8 +"141",0.2909,0,21.89,0,0.624,6.174,93.6,1.6119,4,437,21.2,388.08,24.16,14 +"142",1.62864,0,21.89,0,0.624,5.019,100,1.4394,4,437,21.2,396.9,34.41,14.4 +"143",3.32105,0,19.58,1,0.871,5.403,100,1.3216,5,403,14.7,396.9,26.82,13.4 +"144",4.0974,0,19.58,0,0.871,5.468,100,1.4118,5,403,14.7,396.9,26.42,15.6 +"145",2.77974,0,19.58,0,0.871,4.903,97.8,1.3459,5,403,14.7,396.9,29.29,11.8 +"146",2.37934,0,19.58,0,0.871,6.13,100,1.4191,5,403,14.7,172.91,27.8,13.8 +"147",2.15505,0,19.58,0,0.871,5.628,100,1.5166,5,403,14.7,169.27,16.65,15.6 +"148",2.36862,0,19.58,0,0.871,4.926,95.7,1.4608,5,403,14.7,391.71,29.53,14.6 +"149",2.33099,0,19.58,0,0.871,5.186,93.8,1.5296,5,403,14.7,356.99,28.32,17.8 +"150",2.73397,0,19.58,0,0.871,5.597,94.9,1.5257,5,403,14.7,351.85,21.45,15.4 +"151",1.6566,0,19.58,0,0.871,6.122,97.3,1.618,5,403,14.7,372.8,14.1,21.5 +"152",1.49632,0,19.58,0,0.871,5.404,100,1.5916,5,403,14.7,341.6,13.28,19.6 +"153",1.12658,0,19.58,1,0.871,5.012,88,1.6102,5,403,14.7,343.28,12.12,15.3 +"154",2.14918,0,19.58,0,0.871,5.709,98.5,1.6232,5,403,14.7,261.95,15.79,19.4 +"155",1.41385,0,19.58,1,0.871,6.129,96,1.7494,5,403,14.7,321.02,15.12,17 +"156",3.53501,0,19.58,1,0.871,6.152,82.6,1.7455,5,403,14.7,88.01,15.02,15.6 +"157",2.44668,0,19.58,0,0.871,5.272,94,1.7364,5,403,14.7,88.63,16.14,13.1 +"158",1.22358,0,19.58,0,0.605,6.943,97.4,1.8773,5,403,14.7,363.43,4.59,41.3 +"159",1.34284,0,19.58,0,0.605,6.066,100,1.7573,5,403,14.7,353.89,6.43,24.3 +"160",1.42502,0,19.58,0,0.871,6.51,100,1.7659,5,403,14.7,364.31,7.39,23.3 +"161",1.27346,0,19.58,1,0.605,6.25,92.6,1.7984,5,403,14.7,338.92,5.5,27 +"162",1.46336,0,19.58,0,0.605,7.489,90.8,1.9709,5,403,14.7,374.43,1.73,50 +"163",1.83377,0,19.58,1,0.605,7.802,98.2,2.0407,5,403,14.7,389.61,1.92,50 +"164",1.51902,0,19.58,1,0.605,8.375,93.9,2.162,5,403,14.7,388.45,3.32,50 +"165",2.24236,0,19.58,0,0.605,5.854,91.8,2.422,5,403,14.7,395.11,11.64,22.7 +"166",2.924,0,19.58,0,0.605,6.101,93,2.2834,5,403,14.7,240.16,9.81,25 +"167",2.01019,0,19.58,0,0.605,7.929,96.2,2.0459,5,403,14.7,369.3,3.7,50 +"168",1.80028,0,19.58,0,0.605,5.877,79.2,2.4259,5,403,14.7,227.61,12.14,23.8 +"169",2.3004,0,19.58,0,0.605,6.319,96.1,2.1,5,403,14.7,297.09,11.1,23.8 +"170",2.44953,0,19.58,0,0.605,6.402,95.2,2.2625,5,403,14.7,330.04,11.32,22.3 +"171",1.20742,0,19.58,0,0.605,5.875,94.6,2.4259,5,403,14.7,292.29,14.43,17.4 +"172",2.3139,0,19.58,0,0.605,5.88,97.3,2.3887,5,403,14.7,348.13,12.03,19.1 +"173",0.13914,0,4.05,0,0.51,5.572,88.5,2.5961,5,296,16.6,396.9,14.69,23.1 +"174",0.09178,0,4.05,0,0.51,6.416,84.1,2.6463,5,296,16.6,395.5,9.04,23.6 +"175",0.08447,0,4.05,0,0.51,5.859,68.7,2.7019,5,296,16.6,393.23,9.64,22.6 +"176",0.06664,0,4.05,0,0.51,6.546,33.1,3.1323,5,296,16.6,390.96,5.33,29.4 +"177",0.07022,0,4.05,0,0.51,6.02,47.2,3.5549,5,296,16.6,393.23,10.11,23.2 +"178",0.05425,0,4.05,0,0.51,6.315,73.4,3.3175,5,296,16.6,395.6,6.29,24.6 +"179",0.06642,0,4.05,0,0.51,6.86,74.4,2.9153,5,296,16.6,391.27,6.92,29.9 +"180",0.0578,0,2.46,0,0.488,6.98,58.4,2.829,3,193,17.8,396.9,5.04,37.2 +"181",0.06588,0,2.46,0,0.488,7.765,83.3,2.741,3,193,17.8,395.56,7.56,39.8 +"182",0.06888,0,2.46,0,0.488,6.144,62.2,2.5979,3,193,17.8,396.9,9.45,36.2 +"183",0.09103,0,2.46,0,0.488,7.155,92.2,2.7006,3,193,17.8,394.12,4.82,37.9 +"184",0.10008,0,2.46,0,0.488,6.563,95.6,2.847,3,193,17.8,396.9,5.68,32.5 +"185",0.08308,0,2.46,0,0.488,5.604,89.8,2.9879,3,193,17.8,391,13.98,26.4 +"186",0.06047,0,2.46,0,0.488,6.153,68.8,3.2797,3,193,17.8,387.11,13.15,29.6 +"187",0.05602,0,2.46,0,0.488,7.831,53.6,3.1992,3,193,17.8,392.63,4.45,50 +"188",0.07875,45,3.44,0,0.437,6.782,41.1,3.7886,5,398,15.2,393.87,6.68,32 +"189",0.12579,45,3.44,0,0.437,6.556,29.1,4.5667,5,398,15.2,382.84,4.56,29.8 +"190",0.0837,45,3.44,0,0.437,7.185,38.9,4.5667,5,398,15.2,396.9,5.39,34.9 +"191",0.09068,45,3.44,0,0.437,6.951,21.5,6.4798,5,398,15.2,377.68,5.1,37 +"192",0.06911,45,3.44,0,0.437,6.739,30.8,6.4798,5,398,15.2,389.71,4.69,30.5 +"193",0.08664,45,3.44,0,0.437,7.178,26.3,6.4798,5,398,15.2,390.49,2.87,36.4 +"194",0.02187,60,2.93,0,0.401,6.8,9.9,6.2196,1,265,15.6,393.37,5.03,31.1 +"195",0.01439,60,2.93,0,0.401,6.604,18.8,6.2196,1,265,15.6,376.7,4.38,29.1 +"196",0.01381,80,0.46,0,0.422,7.875,32,5.6484,4,255,14.4,394.23,2.97,50 +"197",0.04011,80,1.52,0,0.404,7.287,34.1,7.309,2,329,12.6,396.9,4.08,33.3 +"198",0.04666,80,1.52,0,0.404,7.107,36.6,7.309,2,329,12.6,354.31,8.61,30.3 +"199",0.03768,80,1.52,0,0.404,7.274,38.3,7.309,2,329,12.6,392.2,6.62,34.6 +"200",0.0315,95,1.47,0,0.403,6.975,15.3,7.6534,3,402,17,396.9,4.56,34.9 +"201",0.01778,95,1.47,0,0.403,7.135,13.9,7.6534,3,402,17,384.3,4.45,32.9 +"202",0.03445,82.5,2.03,0,0.415,6.162,38.4,6.27,2,348,14.7,393.77,7.43,24.1 +"203",0.02177,82.5,2.03,0,0.415,7.61,15.7,6.27,2,348,14.7,395.38,3.11,42.3 +"204",0.0351,95,2.68,0,0.4161,7.853,33.2,5.118,4,224,14.7,392.78,3.81,48.5 +"205",0.02009,95,2.68,0,0.4161,8.034,31.9,5.118,4,224,14.7,390.55,2.88,50 +"206",0.13642,0,10.59,0,0.489,5.891,22.3,3.9454,4,277,18.6,396.9,10.87,22.6 +"207",0.22969,0,10.59,0,0.489,6.326,52.5,4.3549,4,277,18.6,394.87,10.97,24.4 +"208",0.25199,0,10.59,0,0.489,5.783,72.7,4.3549,4,277,18.6,389.43,18.06,22.5 +"209",0.13587,0,10.59,1,0.489,6.064,59.1,4.2392,4,277,18.6,381.32,14.66,24.4 +"210",0.43571,0,10.59,1,0.489,5.344,100,3.875,4,277,18.6,396.9,23.09,20 +"211",0.17446,0,10.59,1,0.489,5.96,92.1,3.8771,4,277,18.6,393.25,17.27,21.7 +"212",0.37578,0,10.59,1,0.489,5.404,88.6,3.665,4,277,18.6,395.24,23.98,19.3 +"213",0.21719,0,10.59,1,0.489,5.807,53.8,3.6526,4,277,18.6,390.94,16.03,22.4 +"214",0.14052,0,10.59,0,0.489,6.375,32.3,3.9454,4,277,18.6,385.81,9.38,28.1 +"215",0.28955,0,10.59,0,0.489,5.412,9.8,3.5875,4,277,18.6,348.93,29.55,23.7 +"216",0.19802,0,10.59,0,0.489,6.182,42.4,3.9454,4,277,18.6,393.63,9.47,25 +"217",0.0456,0,13.89,1,0.55,5.888,56,3.1121,5,276,16.4,392.8,13.51,23.3 +"218",0.07013,0,13.89,0,0.55,6.642,85.1,3.4211,5,276,16.4,392.78,9.69,28.7 +"219",0.11069,0,13.89,1,0.55,5.951,93.8,2.8893,5,276,16.4,396.9,17.92,21.5 +"220",0.11425,0,13.89,1,0.55,6.373,92.4,3.3633,5,276,16.4,393.74,10.5,23 +"221",0.35809,0,6.2,1,0.507,6.951,88.5,2.8617,8,307,17.4,391.7,9.71,26.7 +"222",0.40771,0,6.2,1,0.507,6.164,91.3,3.048,8,307,17.4,395.24,21.46,21.7 +"223",0.62356,0,6.2,1,0.507,6.879,77.7,3.2721,8,307,17.4,390.39,9.93,27.5 +"224",0.6147,0,6.2,0,0.507,6.618,80.8,3.2721,8,307,17.4,396.9,7.6,30.1 +"225",0.31533,0,6.2,0,0.504,8.266,78.3,2.8944,8,307,17.4,385.05,4.14,44.8 +"226",0.52693,0,6.2,0,0.504,8.725,83,2.8944,8,307,17.4,382,4.63,50 +"227",0.38214,0,6.2,0,0.504,8.04,86.5,3.2157,8,307,17.4,387.38,3.13,37.6 +"228",0.41238,0,6.2,0,0.504,7.163,79.9,3.2157,8,307,17.4,372.08,6.36,31.6 +"229",0.29819,0,6.2,0,0.504,7.686,17,3.3751,8,307,17.4,377.51,3.92,46.7 +"230",0.44178,0,6.2,0,0.504,6.552,21.4,3.3751,8,307,17.4,380.34,3.76,31.5 +"231",0.537,0,6.2,0,0.504,5.981,68.1,3.6715,8,307,17.4,378.35,11.65,24.3 +"232",0.46296,0,6.2,0,0.504,7.412,76.9,3.6715,8,307,17.4,376.14,5.25,31.7 +"233",0.57529,0,6.2,0,0.507,8.337,73.3,3.8384,8,307,17.4,385.91,2.47,41.7 +"234",0.33147,0,6.2,0,0.507,8.247,70.4,3.6519,8,307,17.4,378.95,3.95,48.3 +"235",0.44791,0,6.2,1,0.507,6.726,66.5,3.6519,8,307,17.4,360.2,8.05,29 +"236",0.33045,0,6.2,0,0.507,6.086,61.5,3.6519,8,307,17.4,376.75,10.88,24 +"237",0.52058,0,6.2,1,0.507,6.631,76.5,4.148,8,307,17.4,388.45,9.54,25.1 +"238",0.51183,0,6.2,0,0.507,7.358,71.6,4.148,8,307,17.4,390.07,4.73,31.5 +"239",0.08244,30,4.93,0,0.428,6.481,18.5,6.1899,6,300,16.6,379.41,6.36,23.7 +"240",0.09252,30,4.93,0,0.428,6.606,42.2,6.1899,6,300,16.6,383.78,7.37,23.3 +"241",0.11329,30,4.93,0,0.428,6.897,54.3,6.3361,6,300,16.6,391.25,11.38,22 +"242",0.10612,30,4.93,0,0.428,6.095,65.1,6.3361,6,300,16.6,394.62,12.4,20.1 +"243",0.1029,30,4.93,0,0.428,6.358,52.9,7.0355,6,300,16.6,372.75,11.22,22.2 +"244",0.12757,30,4.93,0,0.428,6.393,7.8,7.0355,6,300,16.6,374.71,5.19,23.7 +"245",0.20608,22,5.86,0,0.431,5.593,76.5,7.9549,7,330,19.1,372.49,12.5,17.6 +"246",0.19133,22,5.86,0,0.431,5.605,70.2,7.9549,7,330,19.1,389.13,18.46,18.5 +"247",0.33983,22,5.86,0,0.431,6.108,34.9,8.0555,7,330,19.1,390.18,9.16,24.3 +"248",0.19657,22,5.86,0,0.431,6.226,79.2,8.0555,7,330,19.1,376.14,10.15,20.5 +"249",0.16439,22,5.86,0,0.431,6.433,49.1,7.8265,7,330,19.1,374.71,9.52,24.5 +"250",0.19073,22,5.86,0,0.431,6.718,17.5,7.8265,7,330,19.1,393.74,6.56,26.2 +"251",0.1403,22,5.86,0,0.431,6.487,13,7.3967,7,330,19.1,396.28,5.9,24.4 +"252",0.21409,22,5.86,0,0.431,6.438,8.9,7.3967,7,330,19.1,377.07,3.59,24.8 +"253",0.08221,22,5.86,0,0.431,6.957,6.8,8.9067,7,330,19.1,386.09,3.53,29.6 +"254",0.36894,22,5.86,0,0.431,8.259,8.4,8.9067,7,330,19.1,396.9,3.54,42.8 +"255",0.04819,80,3.64,0,0.392,6.108,32,9.2203,1,315,16.4,392.89,6.57,21.9 +"256",0.03548,80,3.64,0,0.392,5.876,19.1,9.2203,1,315,16.4,395.18,9.25,20.9 +"257",0.01538,90,3.75,0,0.394,7.454,34.2,6.3361,3,244,15.9,386.34,3.11,44 +"258",0.61154,20,3.97,0,0.647,8.704,86.9,1.801,5,264,13,389.7,5.12,50 +"259",0.66351,20,3.97,0,0.647,7.333,100,1.8946,5,264,13,383.29,7.79,36 +"260",0.65665,20,3.97,0,0.647,6.842,100,2.0107,5,264,13,391.93,6.9,30.1 +"261",0.54011,20,3.97,0,0.647,7.203,81.8,2.1121,5,264,13,392.8,9.59,33.8 +"262",0.53412,20,3.97,0,0.647,7.52,89.4,2.1398,5,264,13,388.37,7.26,43.1 +"263",0.52014,20,3.97,0,0.647,8.398,91.5,2.2885,5,264,13,386.86,5.91,48.8 +"264",0.82526,20,3.97,0,0.647,7.327,94.5,2.0788,5,264,13,393.42,11.25,31 +"265",0.55007,20,3.97,0,0.647,7.206,91.6,1.9301,5,264,13,387.89,8.1,36.5 +"266",0.76162,20,3.97,0,0.647,5.56,62.8,1.9865,5,264,13,392.4,10.45,22.8 +"267",0.7857,20,3.97,0,0.647,7.014,84.6,2.1329,5,264,13,384.07,14.79,30.7 +"268",0.57834,20,3.97,0,0.575,8.297,67,2.4216,5,264,13,384.54,7.44,50 +"269",0.5405,20,3.97,0,0.575,7.47,52.6,2.872,5,264,13,390.3,3.16,43.5 +"270",0.09065,20,6.96,1,0.464,5.92,61.5,3.9175,3,223,18.6,391.34,13.65,20.7 +"271",0.29916,20,6.96,0,0.464,5.856,42.1,4.429,3,223,18.6,388.65,13,21.1 +"272",0.16211,20,6.96,0,0.464,6.24,16.3,4.429,3,223,18.6,396.9,6.59,25.2 +"273",0.1146,20,6.96,0,0.464,6.538,58.7,3.9175,3,223,18.6,394.96,7.73,24.4 +"274",0.22188,20,6.96,1,0.464,7.691,51.8,4.3665,3,223,18.6,390.77,6.58,35.2 +"275",0.05644,40,6.41,1,0.447,6.758,32.9,4.0776,4,254,17.6,396.9,3.53,32.4 +"276",0.09604,40,6.41,0,0.447,6.854,42.8,4.2673,4,254,17.6,396.9,2.98,32 +"277",0.10469,40,6.41,1,0.447,7.267,49,4.7872,4,254,17.6,389.25,6.05,33.2 +"278",0.06127,40,6.41,1,0.447,6.826,27.6,4.8628,4,254,17.6,393.45,4.16,33.1 +"279",0.07978,40,6.41,0,0.447,6.482,32.1,4.1403,4,254,17.6,396.9,7.19,29.1 +"280",0.21038,20,3.33,0,0.4429,6.812,32.2,4.1007,5,216,14.9,396.9,4.85,35.1 +"281",0.03578,20,3.33,0,0.4429,7.82,64.5,4.6947,5,216,14.9,387.31,3.76,45.4 +"282",0.03705,20,3.33,0,0.4429,6.968,37.2,5.2447,5,216,14.9,392.23,4.59,35.4 +"283",0.06129,20,3.33,1,0.4429,7.645,49.7,5.2119,5,216,14.9,377.07,3.01,46 +"284",0.01501,90,1.21,1,0.401,7.923,24.8,5.885,1,198,13.6,395.52,3.16,50 +"285",0.00906,90,2.97,0,0.4,7.088,20.8,7.3073,1,285,15.3,394.72,7.85,32.2 +"286",0.01096,55,2.25,0,0.389,6.453,31.9,7.3073,1,300,15.3,394.72,8.23,22 +"287",0.01965,80,1.76,0,0.385,6.23,31.5,9.0892,1,241,18.2,341.6,12.93,20.1 +"288",0.03871,52.5,5.32,0,0.405,6.209,31.3,7.3172,6,293,16.6,396.9,7.14,23.2 +"289",0.0459,52.5,5.32,0,0.405,6.315,45.6,7.3172,6,293,16.6,396.9,7.6,22.3 +"290",0.04297,52.5,5.32,0,0.405,6.565,22.9,7.3172,6,293,16.6,371.72,9.51,24.8 +"291",0.03502,80,4.95,0,0.411,6.861,27.9,5.1167,4,245,19.2,396.9,3.33,28.5 +"292",0.07886,80,4.95,0,0.411,7.148,27.7,5.1167,4,245,19.2,396.9,3.56,37.3 +"293",0.03615,80,4.95,0,0.411,6.63,23.4,5.1167,4,245,19.2,396.9,4.7,27.9 +"294",0.08265,0,13.92,0,0.437,6.127,18.4,5.5027,4,289,16,396.9,8.58,23.9 +"295",0.08199,0,13.92,0,0.437,6.009,42.3,5.5027,4,289,16,396.9,10.4,21.7 +"296",0.12932,0,13.92,0,0.437,6.678,31.1,5.9604,4,289,16,396.9,6.27,28.6 +"297",0.05372,0,13.92,0,0.437,6.549,51,5.9604,4,289,16,392.85,7.39,27.1 +"298",0.14103,0,13.92,0,0.437,5.79,58,6.32,4,289,16,396.9,15.84,20.3 +"299",0.06466,70,2.24,0,0.4,6.345,20.1,7.8278,5,358,14.8,368.24,4.97,22.5 +"300",0.05561,70,2.24,0,0.4,7.041,10,7.8278,5,358,14.8,371.58,4.74,29 +"301",0.04417,70,2.24,0,0.4,6.871,47.4,7.8278,5,358,14.8,390.86,6.07,24.8 +"302",0.03537,34,6.09,0,0.433,6.59,40.4,5.4917,7,329,16.1,395.75,9.5,22 +"303",0.09266,34,6.09,0,0.433,6.495,18.4,5.4917,7,329,16.1,383.61,8.67,26.4 +"304",0.1,34,6.09,0,0.433,6.982,17.7,5.4917,7,329,16.1,390.43,4.86,33.1 +"305",0.05515,33,2.18,0,0.472,7.236,41.1,4.022,7,222,18.4,393.68,6.93,36.1 +"306",0.05479,33,2.18,0,0.472,6.616,58.1,3.37,7,222,18.4,393.36,8.93,28.4 +"307",0.07503,33,2.18,0,0.472,7.42,71.9,3.0992,7,222,18.4,396.9,6.47,33.4 +"308",0.04932,33,2.18,0,0.472,6.849,70.3,3.1827,7,222,18.4,396.9,7.53,28.2 +"309",0.49298,0,9.9,0,0.544,6.635,82.5,3.3175,4,304,18.4,396.9,4.54,22.8 +"310",0.3494,0,9.9,0,0.544,5.972,76.7,3.1025,4,304,18.4,396.24,9.97,20.3 +"311",2.63548,0,9.9,0,0.544,4.973,37.8,2.5194,4,304,18.4,350.45,12.64,16.1 +"312",0.79041,0,9.9,0,0.544,6.122,52.8,2.6403,4,304,18.4,396.9,5.98,22.1 +"313",0.26169,0,9.9,0,0.544,6.023,90.4,2.834,4,304,18.4,396.3,11.72,19.4 +"314",0.26938,0,9.9,0,0.544,6.266,82.8,3.2628,4,304,18.4,393.39,7.9,21.6 +"315",0.3692,0,9.9,0,0.544,6.567,87.3,3.6023,4,304,18.4,395.69,9.28,23.8 +"316",0.25356,0,9.9,0,0.544,5.705,77.7,3.945,4,304,18.4,396.42,11.5,16.2 +"317",0.31827,0,9.9,0,0.544,5.914,83.2,3.9986,4,304,18.4,390.7,18.33,17.8 +"318",0.24522,0,9.9,0,0.544,5.782,71.7,4.0317,4,304,18.4,396.9,15.94,19.8 +"319",0.40202,0,9.9,0,0.544,6.382,67.2,3.5325,4,304,18.4,395.21,10.36,23.1 +"320",0.47547,0,9.9,0,0.544,6.113,58.8,4.0019,4,304,18.4,396.23,12.73,21 +"321",0.1676,0,7.38,0,0.493,6.426,52.3,4.5404,5,287,19.6,396.9,7.2,23.8 +"322",0.18159,0,7.38,0,0.493,6.376,54.3,4.5404,5,287,19.6,396.9,6.87,23.1 +"323",0.35114,0,7.38,0,0.493,6.041,49.9,4.7211,5,287,19.6,396.9,7.7,20.4 +"324",0.28392,0,7.38,0,0.493,5.708,74.3,4.7211,5,287,19.6,391.13,11.74,18.5 +"325",0.34109,0,7.38,0,0.493,6.415,40.1,4.7211,5,287,19.6,396.9,6.12,25 +"326",0.19186,0,7.38,0,0.493,6.431,14.7,5.4159,5,287,19.6,393.68,5.08,24.6 +"327",0.30347,0,7.38,0,0.493,6.312,28.9,5.4159,5,287,19.6,396.9,6.15,23 +"328",0.24103,0,7.38,0,0.493,6.083,43.7,5.4159,5,287,19.6,396.9,12.79,22.2 +"329",0.06617,0,3.24,0,0.46,5.868,25.8,5.2146,4,430,16.9,382.44,9.97,19.3 +"330",0.06724,0,3.24,0,0.46,6.333,17.2,5.2146,4,430,16.9,375.21,7.34,22.6 +"331",0.04544,0,3.24,0,0.46,6.144,32.2,5.8736,4,430,16.9,368.57,9.09,19.8 +"332",0.05023,35,6.06,0,0.4379,5.706,28.4,6.6407,1,304,16.9,394.02,12.43,17.1 +"333",0.03466,35,6.06,0,0.4379,6.031,23.3,6.6407,1,304,16.9,362.25,7.83,19.4 +"334",0.05083,0,5.19,0,0.515,6.316,38.1,6.4584,5,224,20.2,389.71,5.68,22.2 +"335",0.03738,0,5.19,0,0.515,6.31,38.5,6.4584,5,224,20.2,389.4,6.75,20.7 +"336",0.03961,0,5.19,0,0.515,6.037,34.5,5.9853,5,224,20.2,396.9,8.01,21.1 +"337",0.03427,0,5.19,0,0.515,5.869,46.3,5.2311,5,224,20.2,396.9,9.8,19.5 +"338",0.03041,0,5.19,0,0.515,5.895,59.6,5.615,5,224,20.2,394.81,10.56,18.5 +"339",0.03306,0,5.19,0,0.515,6.059,37.3,4.8122,5,224,20.2,396.14,8.51,20.6 +"340",0.05497,0,5.19,0,0.515,5.985,45.4,4.8122,5,224,20.2,396.9,9.74,19 +"341",0.06151,0,5.19,0,0.515,5.968,58.5,4.8122,5,224,20.2,396.9,9.29,18.7 +"342",0.01301,35,1.52,0,0.442,7.241,49.3,7.0379,1,284,15.5,394.74,5.49,32.7 +"343",0.02498,0,1.89,0,0.518,6.54,59.7,6.2669,1,422,15.9,389.96,8.65,16.5 +"344",0.02543,55,3.78,0,0.484,6.696,56.4,5.7321,5,370,17.6,396.9,7.18,23.9 +"345",0.03049,55,3.78,0,0.484,6.874,28.1,6.4654,5,370,17.6,387.97,4.61,31.2 +"346",0.03113,0,4.39,0,0.442,6.014,48.5,8.0136,3,352,18.8,385.64,10.53,17.5 +"347",0.06162,0,4.39,0,0.442,5.898,52.3,8.0136,3,352,18.8,364.61,12.67,17.2 +"348",0.0187,85,4.15,0,0.429,6.516,27.7,8.5353,4,351,17.9,392.43,6.36,23.1 +"349",0.01501,80,2.01,0,0.435,6.635,29.7,8.344,4,280,17,390.94,5.99,24.5 +"350",0.02899,40,1.25,0,0.429,6.939,34.5,8.7921,1,335,19.7,389.85,5.89,26.6 +"351",0.06211,40,1.25,0,0.429,6.49,44.4,8.7921,1,335,19.7,396.9,5.98,22.9 +"352",0.0795,60,1.69,0,0.411,6.579,35.9,10.7103,4,411,18.3,370.78,5.49,24.1 +"353",0.07244,60,1.69,0,0.411,5.884,18.5,10.7103,4,411,18.3,392.33,7.79,18.6 +"354",0.01709,90,2.02,0,0.41,6.728,36.1,12.1265,5,187,17,384.46,4.5,30.1 +"355",0.04301,80,1.91,0,0.413,5.663,21.9,10.5857,4,334,22,382.8,8.05,18.2 +"356",0.10659,80,1.91,0,0.413,5.936,19.5,10.5857,4,334,22,376.04,5.57,20.6 +"357",8.98296,0,18.1,1,0.77,6.212,97.4,2.1222,24,666,20.2,377.73,17.6,17.8 +"358",3.8497,0,18.1,1,0.77,6.395,91,2.5052,24,666,20.2,391.34,13.27,21.7 +"359",5.20177,0,18.1,1,0.77,6.127,83.4,2.7227,24,666,20.2,395.43,11.48,22.7 +"360",4.26131,0,18.1,0,0.77,6.112,81.3,2.5091,24,666,20.2,390.74,12.67,22.6 +"361",4.54192,0,18.1,0,0.77,6.398,88,2.5182,24,666,20.2,374.56,7.79,25 +"362",3.83684,0,18.1,0,0.77,6.251,91.1,2.2955,24,666,20.2,350.65,14.19,19.9 +"363",3.67822,0,18.1,0,0.77,5.362,96.2,2.1036,24,666,20.2,380.79,10.19,20.8 +"364",4.22239,0,18.1,1,0.77,5.803,89,1.9047,24,666,20.2,353.04,14.64,16.8 +"365",3.47428,0,18.1,1,0.718,8.78,82.9,1.9047,24,666,20.2,354.55,5.29,21.9 +"366",4.55587,0,18.1,0,0.718,3.561,87.9,1.6132,24,666,20.2,354.7,7.12,27.5 +"367",3.69695,0,18.1,0,0.718,4.963,91.4,1.7523,24,666,20.2,316.03,14,21.9 +"368",13.5222,0,18.1,0,0.631,3.863,100,1.5106,24,666,20.2,131.42,13.33,23.1 +"369",4.89822,0,18.1,0,0.631,4.97,100,1.3325,24,666,20.2,375.52,3.26,50 +"370",5.66998,0,18.1,1,0.631,6.683,96.8,1.3567,24,666,20.2,375.33,3.73,50 +"371",6.53876,0,18.1,1,0.631,7.016,97.5,1.2024,24,666,20.2,392.05,2.96,50 +"372",9.2323,0,18.1,0,0.631,6.216,100,1.1691,24,666,20.2,366.15,9.53,50 +"373",8.26725,0,18.1,1,0.668,5.875,89.6,1.1296,24,666,20.2,347.88,8.88,50 +"374",11.1081,0,18.1,0,0.668,4.906,100,1.1742,24,666,20.2,396.9,34.77,13.8 +"375",18.4982,0,18.1,0,0.668,4.138,100,1.137,24,666,20.2,396.9,37.97,13.8 +"376",19.6091,0,18.1,0,0.671,7.313,97.9,1.3163,24,666,20.2,396.9,13.44,15 +"377",15.288,0,18.1,0,0.671,6.649,93.3,1.3449,24,666,20.2,363.02,23.24,13.9 +"378",9.82349,0,18.1,0,0.671,6.794,98.8,1.358,24,666,20.2,396.9,21.24,13.3 +"379",23.6482,0,18.1,0,0.671,6.38,96.2,1.3861,24,666,20.2,396.9,23.69,13.1 +"380",17.8667,0,18.1,0,0.671,6.223,100,1.3861,24,666,20.2,393.74,21.78,10.2 +"381",88.9762,0,18.1,0,0.671,6.968,91.9,1.4165,24,666,20.2,396.9,17.21,10.4 +"382",15.8744,0,18.1,0,0.671,6.545,99.1,1.5192,24,666,20.2,396.9,21.08,10.9 +"383",9.18702,0,18.1,0,0.7,5.536,100,1.5804,24,666,20.2,396.9,23.6,11.3 +"384",7.99248,0,18.1,0,0.7,5.52,100,1.5331,24,666,20.2,396.9,24.56,12.3 +"385",20.0849,0,18.1,0,0.7,4.368,91.2,1.4395,24,666,20.2,285.83,30.63,8.8 +"386",16.8118,0,18.1,0,0.7,5.277,98.1,1.4261,24,666,20.2,396.9,30.81,7.2 +"387",24.3938,0,18.1,0,0.7,4.652,100,1.4672,24,666,20.2,396.9,28.28,10.5 +"388",22.5971,0,18.1,0,0.7,5,89.5,1.5184,24,666,20.2,396.9,31.99,7.4 +"389",14.3337,0,18.1,0,0.7,4.88,100,1.5895,24,666,20.2,372.92,30.62,10.2 +"390",8.15174,0,18.1,0,0.7,5.39,98.9,1.7281,24,666,20.2,396.9,20.85,11.5 +"391",6.96215,0,18.1,0,0.7,5.713,97,1.9265,24,666,20.2,394.43,17.11,15.1 +"392",5.29305,0,18.1,0,0.7,6.051,82.5,2.1678,24,666,20.2,378.38,18.76,23.2 +"393",11.5779,0,18.1,0,0.7,5.036,97,1.77,24,666,20.2,396.9,25.68,9.7 +"394",8.64476,0,18.1,0,0.693,6.193,92.6,1.7912,24,666,20.2,396.9,15.17,13.8 +"395",13.3598,0,18.1,0,0.693,5.887,94.7,1.7821,24,666,20.2,396.9,16.35,12.7 +"396",8.71675,0,18.1,0,0.693,6.471,98.8,1.7257,24,666,20.2,391.98,17.12,13.1 +"397",5.87205,0,18.1,0,0.693,6.405,96,1.6768,24,666,20.2,396.9,19.37,12.5 +"398",7.67202,0,18.1,0,0.693,5.747,98.9,1.6334,24,666,20.2,393.1,19.92,8.5 +"399",38.3518,0,18.1,0,0.693,5.453,100,1.4896,24,666,20.2,396.9,30.59,5 +"400",9.91655,0,18.1,0,0.693,5.852,77.8,1.5004,24,666,20.2,338.16,29.97,6.3 +"401",25.0461,0,18.1,0,0.693,5.987,100,1.5888,24,666,20.2,396.9,26.77,5.6 +"402",14.2362,0,18.1,0,0.693,6.343,100,1.5741,24,666,20.2,396.9,20.32,7.2 +"403",9.59571,0,18.1,0,0.693,6.404,100,1.639,24,666,20.2,376.11,20.31,12.1 +"404",24.8017,0,18.1,0,0.693,5.349,96,1.7028,24,666,20.2,396.9,19.77,8.3 +"405",41.5292,0,18.1,0,0.693,5.531,85.4,1.6074,24,666,20.2,329.46,27.38,8.5 +"406",67.9208,0,18.1,0,0.693,5.683,100,1.4254,24,666,20.2,384.97,22.98,5 +"407",20.7162,0,18.1,0,0.659,4.138,100,1.1781,24,666,20.2,370.22,23.34,11.9 +"408",11.9511,0,18.1,0,0.659,5.608,100,1.2852,24,666,20.2,332.09,12.13,27.9 +"409",7.40389,0,18.1,0,0.597,5.617,97.9,1.4547,24,666,20.2,314.64,26.4,17.2 +"410",14.4383,0,18.1,0,0.597,6.852,100,1.4655,24,666,20.2,179.36,19.78,27.5 +"411",51.1358,0,18.1,0,0.597,5.757,100,1.413,24,666,20.2,2.6,10.11,15 +"412",14.0507,0,18.1,0,0.597,6.657,100,1.5275,24,666,20.2,35.05,21.22,17.2 +"413",18.811,0,18.1,0,0.597,4.628,100,1.5539,24,666,20.2,28.79,34.37,17.9 +"414",28.6558,0,18.1,0,0.597,5.155,100,1.5894,24,666,20.2,210.97,20.08,16.3 +"415",45.7461,0,18.1,0,0.693,4.519,100,1.6582,24,666,20.2,88.27,36.98,7 +"416",18.0846,0,18.1,0,0.679,6.434,100,1.8347,24,666,20.2,27.25,29.05,7.2 +"417",10.8342,0,18.1,0,0.679,6.782,90.8,1.8195,24,666,20.2,21.57,25.79,7.5 +"418",25.9406,0,18.1,0,0.679,5.304,89.1,1.6475,24,666,20.2,127.36,26.64,10.4 +"419",73.5341,0,18.1,0,0.679,5.957,100,1.8026,24,666,20.2,16.45,20.62,8.8 +"420",11.8123,0,18.1,0,0.718,6.824,76.5,1.794,24,666,20.2,48.45,22.74,8.4 +"421",11.0874,0,18.1,0,0.718,6.411,100,1.8589,24,666,20.2,318.75,15.02,16.7 +"422",7.02259,0,18.1,0,0.718,6.006,95.3,1.8746,24,666,20.2,319.98,15.7,14.2 +"423",12.0482,0,18.1,0,0.614,5.648,87.6,1.9512,24,666,20.2,291.55,14.1,20.8 +"424",7.05042,0,18.1,0,0.614,6.103,85.1,2.0218,24,666,20.2,2.52,23.29,13.4 +"425",8.79212,0,18.1,0,0.584,5.565,70.6,2.0635,24,666,20.2,3.65,17.16,11.7 +"426",15.8603,0,18.1,0,0.679,5.896,95.4,1.9096,24,666,20.2,7.68,24.39,8.3 +"427",12.2472,0,18.1,0,0.584,5.837,59.7,1.9976,24,666,20.2,24.65,15.69,10.2 +"428",37.6619,0,18.1,0,0.679,6.202,78.7,1.8629,24,666,20.2,18.82,14.52,10.9 +"429",7.36711,0,18.1,0,0.679,6.193,78.1,1.9356,24,666,20.2,96.73,21.52,11 +"430",9.33889,0,18.1,0,0.679,6.38,95.6,1.9682,24,666,20.2,60.72,24.08,9.5 +"431",8.49213,0,18.1,0,0.584,6.348,86.1,2.0527,24,666,20.2,83.45,17.64,14.5 +"432",10.0623,0,18.1,0,0.584,6.833,94.3,2.0882,24,666,20.2,81.33,19.69,14.1 +"433",6.44405,0,18.1,0,0.584,6.425,74.8,2.2004,24,666,20.2,97.95,12.03,16.1 +"434",5.58107,0,18.1,0,0.713,6.436,87.9,2.3158,24,666,20.2,100.19,16.22,14.3 +"435",13.9134,0,18.1,0,0.713,6.208,95,2.2222,24,666,20.2,100.63,15.17,11.7 +"436",11.1604,0,18.1,0,0.74,6.629,94.6,2.1247,24,666,20.2,109.85,23.27,13.4 +"437",14.4208,0,18.1,0,0.74,6.461,93.3,2.0026,24,666,20.2,27.49,18.05,9.6 +"438",15.1772,0,18.1,0,0.74,6.152,100,1.9142,24,666,20.2,9.32,26.45,8.7 +"439",13.6781,0,18.1,0,0.74,5.935,87.9,1.8206,24,666,20.2,68.95,34.02,8.4 +"440",9.39063,0,18.1,0,0.74,5.627,93.9,1.8172,24,666,20.2,396.9,22.88,12.8 +"441",22.0511,0,18.1,0,0.74,5.818,92.4,1.8662,24,666,20.2,391.45,22.11,10.5 +"442",9.72418,0,18.1,0,0.74,6.406,97.2,2.0651,24,666,20.2,385.96,19.52,17.1 +"443",5.66637,0,18.1,0,0.74,6.219,100,2.0048,24,666,20.2,395.69,16.59,18.4 +"444",9.96654,0,18.1,0,0.74,6.485,100,1.9784,24,666,20.2,386.73,18.85,15.4 +"445",12.8023,0,18.1,0,0.74,5.854,96.6,1.8956,24,666,20.2,240.52,23.79,10.8 +"446",10.6718,0,18.1,0,0.74,6.459,94.8,1.9879,24,666,20.2,43.06,23.98,11.8 +"447",6.28807,0,18.1,0,0.74,6.341,96.4,2.072,24,666,20.2,318.01,17.79,14.9 +"448",9.92485,0,18.1,0,0.74,6.251,96.6,2.198,24,666,20.2,388.52,16.44,12.6 +"449",9.32909,0,18.1,0,0.713,6.185,98.7,2.2616,24,666,20.2,396.9,18.13,14.1 +"450",7.52601,0,18.1,0,0.713,6.417,98.3,2.185,24,666,20.2,304.21,19.31,13 +"451",6.71772,0,18.1,0,0.713,6.749,92.6,2.3236,24,666,20.2,0.32,17.44,13.4 +"452",5.44114,0,18.1,0,0.713,6.655,98.2,2.3552,24,666,20.2,355.29,17.73,15.2 +"453",5.09017,0,18.1,0,0.713,6.297,91.8,2.3682,24,666,20.2,385.09,17.27,16.1 +"454",8.24809,0,18.1,0,0.713,7.393,99.3,2.4527,24,666,20.2,375.87,16.74,17.8 +"455",9.51363,0,18.1,0,0.713,6.728,94.1,2.4961,24,666,20.2,6.68,18.71,14.9 +"456",4.75237,0,18.1,0,0.713,6.525,86.5,2.4358,24,666,20.2,50.92,18.13,14.1 +"457",4.66883,0,18.1,0,0.713,5.976,87.9,2.5806,24,666,20.2,10.48,19.01,12.7 +"458",8.20058,0,18.1,0,0.713,5.936,80.3,2.7792,24,666,20.2,3.5,16.94,13.5 +"459",7.75223,0,18.1,0,0.713,6.301,83.7,2.7831,24,666,20.2,272.21,16.23,14.9 +"460",6.80117,0,18.1,0,0.713,6.081,84.4,2.7175,24,666,20.2,396.9,14.7,20 +"461",4.81213,0,18.1,0,0.713,6.701,90,2.5975,24,666,20.2,255.23,16.42,16.4 +"462",3.69311,0,18.1,0,0.713,6.376,88.4,2.5671,24,666,20.2,391.43,14.65,17.7 +"463",6.65492,0,18.1,0,0.713,6.317,83,2.7344,24,666,20.2,396.9,13.99,19.5 +"464",5.82115,0,18.1,0,0.713,6.513,89.9,2.8016,24,666,20.2,393.82,10.29,20.2 +"465",7.83932,0,18.1,0,0.655,6.209,65.4,2.9634,24,666,20.2,396.9,13.22,21.4 +"466",3.1636,0,18.1,0,0.655,5.759,48.2,3.0665,24,666,20.2,334.4,14.13,19.9 +"467",3.77498,0,18.1,0,0.655,5.952,84.7,2.8715,24,666,20.2,22.01,17.15,19 +"468",4.42228,0,18.1,0,0.584,6.003,94.5,2.5403,24,666,20.2,331.29,21.32,19.1 +"469",15.5757,0,18.1,0,0.58,5.926,71,2.9084,24,666,20.2,368.74,18.13,19.1 +"470",13.0751,0,18.1,0,0.58,5.713,56.7,2.8237,24,666,20.2,396.9,14.76,20.1 +"471",4.34879,0,18.1,0,0.58,6.167,84,3.0334,24,666,20.2,396.9,16.29,19.9 +"472",4.03841,0,18.1,0,0.532,6.229,90.7,3.0993,24,666,20.2,395.33,12.87,19.6 +"473",3.56868,0,18.1,0,0.58,6.437,75,2.8965,24,666,20.2,393.37,14.36,23.2 +"474",4.64689,0,18.1,0,0.614,6.98,67.6,2.5329,24,666,20.2,374.68,11.66,29.8 +"475",8.05579,0,18.1,0,0.584,5.427,95.4,2.4298,24,666,20.2,352.58,18.14,13.8 +"476",6.39312,0,18.1,0,0.584,6.162,97.4,2.206,24,666,20.2,302.76,24.1,13.3 +"477",4.87141,0,18.1,0,0.614,6.484,93.6,2.3053,24,666,20.2,396.21,18.68,16.7 +"478",15.0234,0,18.1,0,0.614,5.304,97.3,2.1007,24,666,20.2,349.48,24.91,12 +"479",10.233,0,18.1,0,0.614,6.185,96.7,2.1705,24,666,20.2,379.7,18.03,14.6 +"480",14.3337,0,18.1,0,0.614,6.229,88,1.9512,24,666,20.2,383.32,13.11,21.4 +"481",5.82401,0,18.1,0,0.532,6.242,64.7,3.4242,24,666,20.2,396.9,10.74,23 +"482",5.70818,0,18.1,0,0.532,6.75,74.9,3.3317,24,666,20.2,393.07,7.74,23.7 +"483",5.73116,0,18.1,0,0.532,7.061,77,3.4106,24,666,20.2,395.28,7.01,25 +"484",2.81838,0,18.1,0,0.532,5.762,40.3,4.0983,24,666,20.2,392.92,10.42,21.8 +"485",2.37857,0,18.1,0,0.583,5.871,41.9,3.724,24,666,20.2,370.73,13.34,20.6 +"486",3.67367,0,18.1,0,0.583,6.312,51.9,3.9917,24,666,20.2,388.62,10.58,21.2 +"487",5.69175,0,18.1,0,0.583,6.114,79.8,3.5459,24,666,20.2,392.68,14.98,19.1 +"488",4.83567,0,18.1,0,0.583,5.905,53.2,3.1523,24,666,20.2,388.22,11.45,20.6 +"489",0.15086,0,27.74,0,0.609,5.454,92.7,1.8209,4,711,20.1,395.09,18.06,15.2 +"490",0.18337,0,27.74,0,0.609,5.414,98.3,1.7554,4,711,20.1,344.05,23.97,7 +"491",0.20746,0,27.74,0,0.609,5.093,98,1.8226,4,711,20.1,318.43,29.68,8.1 +"492",0.10574,0,27.74,0,0.609,5.983,98.8,1.8681,4,711,20.1,390.11,18.07,13.6 +"493",0.11132,0,27.74,0,0.609,5.983,83.5,2.1099,4,711,20.1,396.9,13.35,20.1 +"494",0.17331,0,9.69,0,0.585,5.707,54,2.3817,6,391,19.2,396.9,12.01,21.8 +"495",0.27957,0,9.69,0,0.585,5.926,42.6,2.3817,6,391,19.2,396.9,13.59,24.5 +"496",0.17899,0,9.69,0,0.585,5.67,28.8,2.7986,6,391,19.2,393.29,17.6,23.1 +"497",0.2896,0,9.69,0,0.585,5.39,72.9,2.7986,6,391,19.2,396.9,21.14,19.7 +"498",0.26838,0,9.69,0,0.585,5.794,70.6,2.8927,6,391,19.2,396.9,14.1,18.3 +"499",0.23912,0,9.69,0,0.585,6.019,65.3,2.4091,6,391,19.2,396.9,12.92,21.2 +"500",0.17783,0,9.69,0,0.585,5.569,73.5,2.3999,6,391,19.2,395.77,15.1,17.5 +"501",0.22438,0,9.69,0,0.585,6.027,79.7,2.4982,6,391,19.2,396.9,14.33,16.8 +"502",0.06263,0,11.93,0,0.573,6.593,69.1,2.4786,1,273,21,391.99,9.67,22.4 +"503",0.04527,0,11.93,0,0.573,6.12,76.7,2.2875,1,273,21,396.9,9.08,20.6 +"504",0.06076,0,11.93,0,0.573,6.976,91,2.1675,1,273,21,396.9,5.64,23.9 +"505",0.10959,0,11.93,0,0.573,6.794,89.3,2.3889,1,273,21,393.45,6.48,22 +"506",0.04741,0,11.93,0,0.573,6.03,80.8,2.505,1,273,21,396.9,7.88,11.9 diff --git a/Week1/lab1/index.jpg b/Week1/lab1/index.jpg new file mode 100644 index 0000000..28ba2a6 Binary files /dev/null and b/Week1/lab1/index.jpg differ diff --git a/Week1/lab1/mtcars.csv b/Week1/lab1/mtcars.csv new file mode 100644 index 0000000..a22b9c2 --- /dev/null +++ b/Week1/lab1/mtcars.csv @@ -0,0 +1,33 @@ +"","mpg","cyl","disp","hp","drat","wt","qsec","vs","am","gear","carb" +"Mazda RX4",21,6,160,110,3.9,2.62,16.46,0,1,4,4 +"Mazda RX4 Wag",21,6,160,110,3.9,2.875,17.02,0,1,4,4 +"Datsun 710",22.8,4,108,93,3.85,2.32,18.61,1,1,4,1 +"Hornet 4 Drive",21.4,6,258,110,3.08,3.215,19.44,1,0,3,1 +"Hornet Sportabout",18.7,8,360,175,3.15,3.44,17.02,0,0,3,2 +"Valiant",18.1,6,225,105,2.76,3.46,20.22,1,0,3,1 +"Duster 360",14.3,8,360,245,3.21,3.57,15.84,0,0,3,4 +"Merc 240D",24.4,4,146.7,62,3.69,3.19,20,1,0,4,2 +"Merc 230",22.8,4,140.8,95,3.92,3.15,22.9,1,0,4,2 +"Merc 280",19.2,6,167.6,123,3.92,3.44,18.3,1,0,4,4 +"Merc 280C",17.8,6,167.6,123,3.92,3.44,18.9,1,0,4,4 +"Merc 450SE",16.4,8,275.8,180,3.07,4.07,17.4,0,0,3,3 +"Merc 450SL",17.3,8,275.8,180,3.07,3.73,17.6,0,0,3,3 +"Merc 450SLC",15.2,8,275.8,180,3.07,3.78,18,0,0,3,3 +"Cadillac Fleetwood",10.4,8,472,205,2.93,5.25,17.98,0,0,3,4 +"Lincoln Continental",10.4,8,460,215,3,5.424,17.82,0,0,3,4 +"Chrysler Imperial",14.7,8,440,230,3.23,5.345,17.42,0,0,3,4 +"Fiat 128",32.4,4,78.7,66,4.08,2.2,19.47,1,1,4,1 +"Honda Civic",30.4,4,75.7,52,4.93,1.615,18.52,1,1,4,2 +"Toyota Corolla",33.9,4,71.1,65,4.22,1.835,19.9,1,1,4,1 +"Toyota Corona",21.5,4,120.1,97,3.7,2.465,20.01,1,0,3,1 +"Dodge Challenger",15.5,8,318,150,2.76,3.52,16.87,0,0,3,2 +"AMC Javelin",15.2,8,304,150,3.15,3.435,17.3,0,0,3,2 +"Camaro Z28",13.3,8,350,245,3.73,3.84,15.41,0,0,3,4 +"Pontiac Firebird",19.2,8,400,175,3.08,3.845,17.05,0,0,3,2 +"Fiat X1-9",27.3,4,79,66,4.08,1.935,18.9,1,1,4,1 +"Porsche 914-2",26,4,120.3,91,4.43,2.14,16.7,0,1,5,2 +"Lotus Europa",30.4,4,95.1,113,3.77,1.513,16.9,1,1,5,2 +"Ford Pantera L",15.8,8,351,264,4.22,3.17,14.5,0,1,5,4 +"Ferrari Dino",19.7,6,145,175,3.62,2.77,15.5,0,1,5,6 +"Maserati Bora",15,8,301,335,3.54,3.57,14.6,0,1,5,8 +"Volvo 142E",21.4,4,121,109,4.11,2.78,18.6,1,1,4,2 diff --git a/Week10/Lecture27/Lecture27_agenda.tex b/Week10/Lecture27/Lecture27_agenda.tex new file mode 100644 index 0000000..af34706 --- /dev/null +++ b/Week10/Lecture27/Lecture27_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 4: Inference} + \begin{itemize} + \item \hl{Previously: }Difference of two means (Chapter 7.3) + \item \hl{This time: }Power calculations for a difference of means (Chapter 7.4) + \item \hl{Reading: }Chapter 7.5 for next time + \item \hl{Deadlines/Announcements: }HW 4.2 due today, Q3 in discussions this week + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week10/Lecture27/Lecture27_draft.tex b/Week10/Lecture27/Lecture27_draft.tex new file mode 100644 index 0000000..f1c2930 --- /dev/null +++ b/Week10/Lecture27/Lecture27_draft.tex @@ -0,0 +1,324 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\chp7@path{../../Chp 7} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 27]{MA213: Lecture 27} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture27_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Motivation} +% Note: spitballed the language below, please feel free to formalize it, or scrap entirely +\begin{frame} + \frametitle{Measuring the ``strength'' of our inferences} + Last week, we did a lot of tests, computed confidence intervals and p-values, and made inferences. It would be natural to ask how ``strong" our conclusions are. + + Is there another way to measure the ``strength" of these conclusions, in addition to test significance levels? +\end{frame} + +% Introduce motivating example here? + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Note: might want to rename this section something like "review of decision errors" and then make a new section for computing power +\section{Computing the power for a 2-sample test} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\begin{center} +\begin{tabular}{l l | c c} +\multicolumn{2}{c}{} & \multicolumn{2}{c}{\textbf{Decision}} \\ +& & fail to reject $H_0$ & reject $H_0$ \\ + \cline{2-4} +& $H_0$ true & \onslide<4->{\green{$1 - \alpha$}} & \onslide<2->{\orange{Type 1 Error, $\alpha$}} \\ +\raisebox{1.5ex}{\textbf{Truth}} & $H_A$ true & \onslide<3->{\orange{Type 2 Error, $\beta$}} & \onslide<5->{\green{Power, $1 - \beta$}} \\ + \cline{2-4} +\end{tabular} +\end{center} + +\pause + +\begin{itemize} +\item Type 1 error is rejecting $H_0$ when you shouldn't have, and the probability of doing so is $\alpha$ (significance level) + +\pause + +\item Type 2 error is failing to reject $H_0$ when you should have, and the probability of doing so is $\beta$ (a little more complicated to calculate) + +\pause + +\item \hl{Power} of a test is the probability of correctly rejecting $H_0$, and the probability of doing so is $1 - \beta$ + +\pause + +\item In hypothesis testing, we want to keep $\alpha$ and $\beta$ low, but there are inherent trade-offs. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Type 2 error rate} + +If the alternative hypothesis is actually true, what is the chance that we make a Type 2 Error, i.e. we fail to reject the null hypothesis even when we should reject it? + +\begin{itemize} + +\item The answer is not obvious. + +\item If the true population average is very close to the null hypothesis value, it will be difficult to detect a difference (and reject $H_0$). + +\item If the true population average is very different from the null hypothesis value, it will be easier to detect a difference. + +\item Clearly, $\beta$ depends on the \hl{effect size} ($\delta$) +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Decision errors (review)} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Example - Blood Pressure (BP), hypotheses} + +{\dq +{\footnotesize +Suppose a pharmaceutical company has developed a new drug for lowering blood pressure, and they are preparing a clinical trial to test the drug's effectiveness. They recruit people who are taking a particular standard blood pressure medication, and half of the subjects are given the new drug (treatment) and the other half continue to take their current medication through generic-looking pills to ensure blinding (control). What are the hypotheses for a two-sided hypothesis test in this context? +} +} + +\pause + +\soln{ +\begin{align*} +H_0&: \mu_{treatment} - \mu_{control} = 0 \\ +H_A&: \mu_{treatment} - \mu_{control} \ne 0 +\end{align*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Example - BP, standard error} + +{\dq +{\footnotesize +Suppose researchers would like to run the clinical trial on patients with systolic blood pressures between 140 and 180 mmHg. Suppose previously published studies suggest that the standard deviation of the patients' blood pressures will be about 12 mmHg and the distribution of patient blood pressures will be approximately symmetric. If we had 100 patients per group, what would be the approximate standard error for difference in sample means of the treatment and control groups? +} +} + +\pause + +\soln{ +\[ SE = \sqrt{ \frac{12^2}{100} + \frac{12^2}{100} } = 1.70 \] +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Example - BP, minimum effect size required to reject $H_0$} + +{\dq +{\footnotesize +For what values of the difference between the observed averages of blood pressure in treatment and control groups (effect size) would we reject the null hypothesis at the 5\% significance level?} +} + +\pause + +\includegraphics[width=\textwidth]{\chp7@path/7-4_power/figures/power/power_null_B_0_1-7_with_rejection_region} + +\pause + +The difference should be at least +\[ 1.96 * 1.70 = 3.332 \] +or at most +\[ -1.96 * 1.70 = 3.332. \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Example - BP, power} + +{\dq +{\footnotesize +Suppose that the company researchers care about finding any effect on blood pressure that is 3 mmHg or larger vs the standard medication. What is the power of the test that can detect this effect? +}} + +\pause + +\includegraphics[width=\textwidth]{\chp7@path/7-4_power/figures/power/power_null_C_0_1-7_with_alt_at_3} + +\pause + +\[ Z = \frac{-3.332 - (-3)}{1.70} = -0.20 \] + +\pause + +\[ P(Z < -0.20) = 0.4207 \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Sample size for desired power} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Example - BP, required sample size for 80\% power} + +{\dq +{\footnotesize +What sample size will lead to a power of 80\% for this test? +}} + +\pause + +\includegraphics[width=\textwidth]{\chp7@path/7-4_power/figures/power/power_null_0_0-76_with_alt_at_3_and_shaded} + +\pause + +\[ SE = \frac{3}{2.8} = 1.07142 \] + +\pause + +\[ 1.07142 = \sqrt{ \frac{12^2}{n} + \frac{12^2}{n} } \] + +\pause + +\[ n = 250.88 \rightarrow n \ge 251 \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap} + +\begin{itemize} +\item Calculate required sample size for a desired level of power +\item Calculate power for a range of sample sizes, then choose the sample size that yields the target power (usually 80\% or 90\%) +\end{itemize} +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp7@path/7-4_power/figures/power/power_curve_neg-3} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: How would you increase power in your experiments or study design?} % Ask what students think before revealing the answers below; can be an open-answer question to get all their ideas + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Achieving desired power} + +There are several ways to increase power (and hence decrease type 2 error rate): + +\pause + +{\small +\begin{enumerate} + +\item Increase the sample size. + +\pause + +\item Decrease the standard deviation of the sample, which essentially has the same effect as increasing the sample size (it will decrease the standard error). With a smaller $s$ we have a better chance of distinguishing the null value from the observed point estimate. This is difficult to ensure but cautious measurement process and limiting the population so that it is more homogenous may help. + +\pause + +\item Increase $\alpha$, which will make it more likely to reject $H_0$ (but note that this has the side effect of increasing the Type 1 error rate). + +\pause + +\item Consider a larger effect size. If the true mean of the population is in the alternative hypothesis but close to the null value, it will be harder to detect a difference. + +\end{enumerate} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week10/Lecture27/Lecture27_plan.tex b/Week10/Lecture27/Lecture27_plan.tex new file mode 100644 index 0000000..2f5a013 --- /dev/null +++ b/Week10/Lecture27/Lecture27_plan.tex @@ -0,0 +1,45 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: last week we did a lot of tests and inference - but how strong are our conclusions? is there a way to measure that? + \item xx min Lecture: first, review decision errors (like slides 2-3) + \item xx min Edfinity quiz (short): decision errors, error rates practice (review) + \item xx min Lecture: set up a motivating example, calculate SE and minimum effect size (like slides 4-6) + \item xx min Lecture: finally, define power + \item xx min Edfinity quiz: power calculation and (think/pair/share?) intuition (e.g. how would the power change if we increased the sample size / effect size / alpha / standard deviation?) + % suggestion from ES for quiz above: "what do you think might increase the power of this test? (open answer) + \item xx min Board work/lecture: Quiz solutions + \item xx min Lecture: computing sample size + \item xx min Edfinity quiz: what sample size will lead to a power of XX\% for this test? (like slide 50, maybe 2 such examples) + \item xx min Lecture: review quiz answer(s), recap procedure to computing power and how to achieve desired power (like slide 8) + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + % Commenting out R LO because there are none currently planned + %\item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO1: Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO6: Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO6: Conduct and Interpret t-Tests:} Design, execute, and interpret t-tests for a single population mean, a difference of paired means, and a difference of independent means, calculating the standard error appropriately for each. Describe how to obtain a p-value for a t-test and a critical t-score for a confidence interval. + \item \textbf{M4, LO7: Calculate Test Power and Evaluate Factors:} Calculate the power of a test for a given effect size and significance level, and explain how the power would change with variations in effect size, sample size, significance level, or standard error. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Edfinity Quiz on decision errors +% TODO: Add a slide on how to choose the effect size (prior similar studies, pilot study, minimum relevant effect) +% TODO: Edfinity Quiz on power calculation and (think/pair/share?) intuition (e.g. how would the power change if we increased the sample size / effect size / alpha / standard deviation?) +% TODO: Prepare board work on what would happen if... +% TODO: Edfinity Quiz on sample size calculations (break it up into steps) +% TODO: Make slides for what if... scenarios (based on MA213) diff --git a/Week10/Lecture28/Lecture28_agenda.tex b/Week10/Lecture28/Lecture28_agenda.tex new file mode 100644 index 0000000..eb03333 --- /dev/null +++ b/Week10/Lecture28/Lecture28_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 4: Inference} + \begin{itemize} + \item \hl{Previously: }Power calculations for a difference of means (Chapter 7.4) + \item \hl{This time: }Comparing many means with ANOVA (Chapter 7.5) + \item \hl{Reading: }Chapter 7.5 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week10/Lecture28/Lecture28_draft.tex b/Week10/Lecture28/Lecture28_draft.tex new file mode 100644 index 0000000..1762bc0 --- /dev/null +++ b/Week10/Lecture28/Lecture28_draft.tex @@ -0,0 +1,684 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp7@path{../../Chp 7} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 28]{MA213: Lecture 28} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture28_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Motivation} +\begin{frame} + \frametitle{When do we compare means?} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Comparing means with ANOVA} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Aldrin in the Wolf River} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\begin{center} +\includegraphics[width=0.5\textwidth]{\chp7@path/7-5_anova/figures/aldrin/wolf} +\end{center} + +{\small +\begin{itemize} + +\item The Wolf River in Tennessee flows past an abandoned site once used by the pesticide industry for dumping wastes, including chlordane (pesticide), aldrin, and dieldrin (both insecticides). + +\pause + +\item These highly toxic organic compounds can cause various cancers and birth defects. + +\pause + +\item The standard methods to test whether these substances are present in a river is to take samples at six-tenths depth. + +\pause + +\item But since these compounds are denser than water and their molecules tend to stick to particles of sediment, they are more likely to be found in higher concentrations near the bottom than near mid-depth. + +\end{itemize} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Data} + +Aldrin concentration (nanograms per liter) at three levels of depth. \\ + +\begin{center} +\begin{tabular}{r | c | c} +\hline + & aldrin & depth \\ +\hline +1 & \textcolor{darkGray}{3.80} & \textcolor{darkGray}{bottom} \\ +2 & \textcolor{darkGray}{4.80} & \textcolor{darkGray}{bottom} \\ +... & & \\ +10 & \textcolor{darkGray}{8.80} & \textcolor{darkGray}{bottom} \\ +11 & \textcolor{blue}{3.20} & \textcolor{blue}{middepth} \\ +12 & \textcolor{blue}{3.80} & \textcolor{blue}{middepth} \\ +... & & \\ +20 & \textcolor{blue}{6.60} & \textcolor{blue}{middepth} \\ +21 & \textcolor{oiB}{3.10} & \textcolor{oiB}{surface} \\ +22 & \textcolor{oiB}{3.60} & \textcolor{oiB}{surface} \\ +... & & \\ +30 & \textcolor{oiB}{5.20} & \textcolor{oiB}{surface} \\ +\hline +\end{tabular} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Exploratory analysis} + +Aldrin concentration (nanograms per liter) at three levels of depth. \\ + +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp7@path/7-5_anova/figures/aldrin/dotplot} +\end{center} + +\begin{center} +\begin{tabular}{l | c c c} + & n & mean & sd \\ +\hline +bottom & 10 & 6.04 & 1.58 \\ +middepth& 10 & 5.05 & 1.10 \\ +surface & 10 & 4.20 & 0.66 \\ +\hline +overall & 30 & 5.1 0 & 1.37 +\end{tabular} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Research question} + +\dq{Is there a difference between the mean aldrin concentrations among the three levels?} + +\vspace{0.5cm} + +\pause + +\begin{itemize} + +\item To compare means of 2 groups we use a Z or a T statistic. + +\pause + +\item To compare means of 3+ groups we use a new test called \hl{ANOVA} and a new statistic called \hl{F}. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{ANOVA} + +ANOVA is used to assess whether the mean of the outcome variable is different for different levels of a categorical variable. + +\pause + +\begin{itemize} +\item[] \mathhl{H_0:} The mean outcome is the same across all categories, +\[\mu_1 = \mu_2 = \cdots = \mu_k, \] +where $\mu_i$ represents the mean of the outcome for observations in category $i$. +\item[] +\item[] \mathhl{H_A:} At least one mean is different than others. +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditions} + +\begin{enumerate} + +\item The observations should be independent within and between groups + +\begin{itemize} +\item If the data are a simple random sample from less than 10\% of the population, this condition is satisfied. +\item Carefully consider whether the data may be independent (e.g. no pairing). +\item Always important, but sometimes difficult to check. +\end{itemize} + +\pause + +\item The observations within each group should be nearly normal. + +\begin{itemize} +\item Especially important when the sample sizes are small. +\end{itemize} + +\dq{How do we check for normality?} + +\pause + +\item The variability across the groups should be about equal. + +\begin{itemize} +\item Especially important when the sample sizes differ between groups. +\end{itemize} + +\dq{How can we check this condition?} + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{$z$/$t$ test vs. ANOVA - Purpose} + +\twocol{0.5}{0.5} +{ +\[ \hl{$z$/$t$ test} \] +Compare means from \hl{two} groups to see whether they are so far apart that the observed difference cannot reasonably be attributed to sampling variability. +\[ H_0: \mu_1 = \mu_2 \] +} +{ +\[ \hl{ANOVA} \] +Compare the means from \hl{two or more} groups to see whether they are so far apart that the observed differences cannot all reasonably be attributed to sampling variability. +\[ H_0: \mu_1 = \mu_2 = \cdots = \mu_k \] +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{$z$/$t$ test vs. ANOVA - Method} + +\twocol{0.5}{0.5} +{ +\[ \hl{$z$/$t$ test} \] +Compute a test statistic (a ratio). +\[ z / t = \frac{(\bar{x}_1 - \bar{x}_2) - (\mu_1 - \mu_2)}{SE(\bar{x}_1 - \bar{x}_2)} \] +} +{ +\[ \hl{ANOVA} \] +Compute a test statistic (a ratio). +\[ F = \frac{\text{variability bet. groups}}{\text{variability w/in groups}} \] +} + +\vspace{1cm} + +\pause + +\begin{itemize} + +\item Large test statistics lead to small p-values. + +\item If the p-value is small enough $H_0$ is rejected, we conclude that the population means are not equal. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{$z$/$t$ test vs. ANOVA} + +\begin{itemize} + +\item With only two groups t-test and ANOVA are equivalent, but only if we use a pooled standard variance in the denominator of the test statistic. + +\pause + +\item With more than two groups, ANOVA compares the sample means to an overall \hl{grand mean}. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Setting the Hypotheses} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Hypotheses} + +\pq{What are the correct hypotheses for testing for a difference between the mean aldrin concentrations among the three levels?} + +\begin{enumerate}[(a)] +\item $H_0: \mu_B = \mu_M = \mu_S$ \\ +$H_A: \mu_B \ne \mu_M \ne \mu_S$ \\ +\item $H_0: \mu_B \ne \mu_ M \ne \mu_S$ \\ +$H_A: \mu_B = \mu_M = \mu_S$ \\ +\solnMult{$H_0: \mu_B = \mu_M = \mu_S$ \\ +$H_A:$ At least one mean is different.} +\item $H_0: \mu_B = \mu_M = \mu_S = 0$ \\ +$H_A:$ At least one mean is different. +\item $H_0: \mu_B = \mu_M = \mu_S$ \\ +$H_A: \mu_B > \mu_M > \mu_S$ \\ +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{ANOVA and the F test} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Test statistic} + +\dq{Does there appear to be a lot of variability within groups? How about between groups?} + +\[ F = \frac{\text{variability bet. groups}}{\text{variability w/in groups}} \] + +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp7@path/7-5_anova/figures/aldrin/dotplot_var} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%\begin{frame} +%\frametitle{Test statistic (cont.)} +% +%\[ F = \frac{\text{variability bet. groups}}{\text{variability w/in groups}} = \frac{\hl{MSG}}{\hl{MSE}} \] +% +%\begin{itemize} +% +%\item \hl{MSG} is mean square between groups +%\[ df_G = k - 1 \] +%where $k$ is number of groups +% +%\item \hl{MSE} is mean square error - variability in residuals +%\[ df_E = n - k \] +%where $n$ is number of observations. +% +%\end{itemize} +% +%\end{frame} +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{$F$ distribution and p-value} + +\[ F = \frac{\text{variability bet. groups}}{\text{variability w/in groups}} \] + +\vspace{-1cm} + +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp7@path/7-5_anova/figures/fdist/fdist} +\end{center} + +\begin{itemize} + +\item In order to be able to reject $H_0$, we need a small p-value, which requires a large F statistic. + +\item In order to obtain a large F statistic, variability between sample means needs to be greater than variability within sample means. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{ANOVA output, deconstructed} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\vspace{-0.5cm} + +{\footnotesize +\begin{center} +\begin{tabular}{ll >{\columncolor[gray]{.6}[.5\tabcolsep]}rrrrr} +\hline + & & Df & Sum Sq & Mean Sq & F value & Pr($>$F) \\ +\hline +(\hl{G}roup) & depth & 2 & 16.96 & 8.48 & 6.13 & 0.0063 \\ +(\hl{E}rror) & Residuals & 27 & 37.33 & 1.38 & & \\ +\hline + & \hl{T}otal & 29 & 54.29 \\ +\end{tabular} +\end{center} +} + +\formula{Degrees of freedom associated with ANOVA} +{ +\begin{itemize} +\item groups: $df_G = k - 1$, where $k$ is the number of groups +\item total: $df_T = n - 1$, where $n$ is the total sample size +\item error: $df_E = df_T - df_G$ +\end{itemize} +} + +\pause + +\begin{itemize} + +\item $df_G = k - 1 = 3 - 1 = 2$ \\ + +\pause + +\item $df_T = n - 1 = 30 - 1 = 29$ + +\pause + +\item $df_E = 29 - 2 = 27$ \\ + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Group computations, statistics} +% Thinking of the R Demo replacing the slides on these items, but unsure where to split for the next lecture. +% Trying ending on the F statistic here and continuing next time with the p-value. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{} + +\vspace{-0.25cm} + +{\footnotesize +\begin{center} +\begin{tabular}{ll r>{\columncolor[gray]{.6}[.5\tabcolsep]}rrrr} +\hline + & & Df & Sum Sq & Mean Sq & F value & Pr($>$F) \\ +\hline +(\hl{G}roup) & depth & 2 & \orange{16.96} & 8.48 & 6.13 & 0.0063 \\ +(\hl{E}rror) & Residuals & 27 & 37.33 & 1.38 & & \\ +\hline + & \hl{T}otal & 29 & 54.29 \\ +\end{tabular} +\end{center} +} + +\formula{Sum of squares between groups, SSG} +{ +Measures the variability between groups +\vspace{-0.25cm} +\[ SSG = \sum_{i = 1}^{k} n_i (\bar{x}_i - \bar{x})^2 \] +where $n_i$ is each group size, $\bar{x}_i$ is the average for each group, $\bar{x}$ is the overall (grand) mean. +} + +\pause + +\vspace{-0.5cm} + +\twocol{0.4}{0.5} +{ +{\small +\begin{center} +\begin{tabular}{l | c c } + & n & mean \\ +\hline +bottom & 10 & 6.04 \\ +middepth& 10 & 5.05 \\ +surface & 10 & 4.2 \\ +\hline +overall & 30 & 5.1 +\end{tabular} +\end{center} +} +} +{ +\pause +\begin{eqnarray*} +SSG &=& \pr{ 10 \times (6.04 - 5.1)^2 } \\ +\pause +&+& \pr{ 10 \times (5.05 - 5.1)^2 } \\ +\pause +&+& \pr{ 10 \times (4.2 - 5.1)^2 } \\ +\pause +&=& 16.96 \\ +\end{eqnarray*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\vspace{-0.25cm} + +{\footnotesize +\begin{center} +\begin{tabular}{ll r>{\columncolor[gray]{.6}[.5\tabcolsep]}rrrr} +\hline + & & Df & Sum Sq & Mean Sq & F value & Pr($>$F) \\ +\hline +(\hl{G}roup) & depth & 2 & 16.96 & 8.48 & 6.13 & 0.0063 \\ +(\hl{E}rror) & Residuals & 27 & 37.33 & 1.38 & & \\ +\hline + & \hl{T}otal & 29 & \orange{54.29} \\ +\end{tabular} +\end{center} +} + +\formula{Sum of squares total, SST} +{ +Measures the variability between groups +\vspace{-0.25cm} +\[ SST = \sum_{i = 1}^{n} (x_i - \bar{x})^2 \] +where $x_i$ represent each observation in the dataset. +} + +\pause + +\vspace{-0.75cm} + +\begin{eqnarray*} +SST &=& (3.8 - 5.1)^2 + (4.8 - 5.1)^2 + (4.9 - 5.1)^2 + \cdots + (5.2 - 5.1)^2 \\ +\pause +&=& (-1.3)^2 + (-0.3)^2 + (-0.2)^2 + \cdots + (0.1)^2 \\ +\pause +&=& 1.69 + 0.09 + 0.04 + \cdots + 0.01 \\ +\pause +&=& 54.29 +\end{eqnarray*} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\vspace{-0.25cm} + +{\footnotesize +\begin{center} +\begin{tabular}{ll r>{\columncolor[gray]{.6}[.5\tabcolsep]}rrrr} +\hline + & & Df & Sum Sq & Mean Sq & F value & Pr($>$F) \\ +\hline +(\hl{G}roup) & depth & 2 & 16.96 & 8.48 & 6.13 & 0.0063 \\ +(\hl{E}rror) & Residuals & 27 & \orange{37.33} & 1.38 & & \\ +\hline + & \hl{T}otal & 29 & 54.29 \\ +\end{tabular} +\end{center} +} + +\formula{Sum of squares error, SSE} +{ +Measures the variability within groups: +\[ SSE = SST - SSG \] +} + +\pause + +\[ SSE = 54.29 - 16.96 = 37.33 \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\vspace{-0.25cm} + +{\footnotesize +\begin{center} +\begin{tabular}{ll rr>{\columncolor[gray]{.6}[.5\tabcolsep]}rrr} +\hline + & & Df & Sum Sq & Mean Sq & F value & Pr($>$F) \\ +\hline +(\hl{G}roup) & depth & 2 & 16.96 & \orange{8.48} & 6.13 & 0.0063 \\ +(\hl{E}rror) & Residuals & 27 & 37.33 & \orange{1.38} & & \\ +\hline + & \hl{T}otal & 29 & 54.29 \\ +\end{tabular} +\end{center} +} + +\formula{Mean square error} +{ +Mean square error is calculated as sum of squares divided by the degrees of freedom. +} + +\pause + +\begin{eqnarray*} +MSG &=& 16.96 / 2 = 8.48 \\ +\pause +MSE &=& 37.33 / 27 = 1.38 +\end{eqnarray*} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\vspace{-0.25cm} + +{\footnotesize +\begin{center} +\begin{tabular}{ll rrr>{\columncolor[gray]{.6}[.5\tabcolsep]}rr} +\hline + & & Df & Sum Sq & Mean Sq & F value & Pr($>$F) \\ +\hline +(\hl{G}roup) & depth & 2 & 16.96 & 8.48 & \orange{6.14} & 0.0063 \\ +(\hl{E}rror) & Residuals & 27 & 37.33 & 1.38 & & \\ +\hline + & \hl{T}otal & 29 & 54.29 \\ +\end{tabular} +\end{center} +} + +\formula{Test statistic, F value} +{ +As we discussed before, the F statistic is the ratio of the between group and within group variability. +\[ F = \frac{MSG}{MSE} \] +} + +\pause + +\[ F = \frac{8.48}{1.38} = 6.14 \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week10/Lecture28/Lecture28_plan.tex b/Week10/Lecture28/Lecture28_plan.tex new file mode 100644 index 0000000..bbe58e8 --- /dev/null +++ b/Week10/Lecture28/Lecture28_plan.tex @@ -0,0 +1,38 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: Scandals in social science related to overreliance on hypothesis tests + \item xx min Lecture: Beauty and Sex Ratios + \item xx min Edfinity quiz: HT concepts (What is the probability of a Type 1 error, how to interpret a rejected hypothesis, statistical vs practical significance) + \item xx min Board work: How big did the effect size have to be to reach significance? + \item xx min Board work: How many subjects would be required to detect an effect of 1\%? + \item xx min Board work: What was the power of the test to detect an effect of 1\%? + \item xx min Lecture: Sampling distributions under H0 and Ha + \item xx min R Demo: Simulate realistic effect size of 1\%, simulate probability that a rejected HT is in the wrong direction + \item xx min Lecture: Takeaways and best practices + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO1: Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO6: Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Prepare slides on the issues of hypothesis testing, sign and magnitude errors (See Lecture 30 from MA213 Fall 2024, Lecture 34a from older) +% TODO: Edfinity quiz: HT concepts +% TODO: Prep board work on Sex ratios example +% TODO: Prep R demo on Sex ratios example + diff --git a/Week10/Lecture29/Lecture29_agenda.tex b/Week10/Lecture29/Lecture29_agenda.tex new file mode 100644 index 0000000..547c4ed --- /dev/null +++ b/Week10/Lecture29/Lecture29_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 4: Inference} + \begin{itemize} + \item \hl{Previously: }Power calculations for a difference of means (Chapter 7.4) + \item \hl{This time: }Comparing many means with ANOVA (Chapter 7.5) + \item \hl{Reading: }Chapter 8.1 for next time + \item \hl{Deadlines/Announcements: }HW 4.3 due Monday + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week10/Lecture29/Lecture29_draft.tex b/Week10/Lecture29/Lecture29_draft.tex new file mode 100644 index 0000000..36193bd --- /dev/null +++ b/Week10/Lecture29/Lecture29_draft.tex @@ -0,0 +1,420 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\chp7@path{../../Chp 7} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 29]{MA213: Lecture 29} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture29_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Review} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Review: Z- and t-tests} + +\end{frame} + +\begin{frame} + \frametitle{Review, continued} + + ANOVA allows us to compare 3+ means in different levels/categories, for example in (motivating lecture example). + + F-statistic... +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{ANOVA, continued} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{p-value in ANOVA} + +\vspace{-0.25cm} + +{\footnotesize +\begin{center} +\begin{tabular}{ll rrr>{\columncolor[gray]{.6}[.5\tabcolsep]}rr} +\hline + & & Df & Sum Sq & Mean Sq & F value & Pr($>$F) \\ +\hline +(\hl{G}roup) & depth & 2 & 16.96 & 8.48 & \orange{6.14} & 0.0063 \\ +(\hl{E}rror) & Residuals & 27 & 37.33 & 1.38 & & \\ +\hline + & \hl{T}otal & 29 & 54.29 \\ +\end{tabular} +\end{center} +} + +\formula{p-value} +{ +p-value is the probability of at least as large a ratio between the ``between group" and ``within group" variability, if in fact the means of all groups are equal. It's calculated as the area under the F curve, with degrees of freedom $df_G$ and $df_E$, above the observed F statistic. +} + +\pause + +\includegraphics[width=0.9\textwidth]{\chp7@path/7-5_anova/figures/aldrin/f} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: ANOVA practice} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: ANOVA, interpretation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conclusion - in context} + +\pq{What is the conclusion of the hypothesis test?} + +$\:$ \\ + +The data provide convincing evidence that the average aldrin concentration +\begin{enumerate}[(a)] + +\item is different for all groups. + +\item on the surface is lower than the other levels. + +\solnMult{is different for at least one group.} + +\item is the same for all groups. + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conclusion} + +\begin{itemize} + +\item If p-value is small (less than $\alpha$), reject $H_0$. The data provide convincing evidence that at least one mean is different from (but we can't tell which one). + +\pause + +\item If p-value is large, fail to reject $H_0$. The data do not provide convincing evidence that at least one pair of means are different from each other, the observed differences in sample means are attributable to sampling variability (or chance). + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Checking conditions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{(1) independence} + +\dq{Does this condition appear to be satisfied?} + +\soln{\only<2>{In this study the we have no reason to believe that the aldrin concentration won't be independent of each other.}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{(2) approximately normal} + +\dq{Does this condition appear to be satisfied?} + +\begin{center} +\includegraphics[width=\textwidth]{\chp7@path/7-5_anova/figures/aldrin/normal} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{(3) constant variance} + +\dq{Does this condition appear to be satisfied?} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp7@path/7-5_anova/figures/aldrin/homo} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Multiple comparisons \& Type 1 error rate} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Which means differ?} + +\begin{itemize} + +\item Earlier we concluded that at least one pair of means differ. The natural question that follows is ``which ones?" + +\pause + +\item We can do two sample $t$ tests for differences in each possible pair of groups. + +\pause + +\end{itemize} + +\dq{Can you see any pitfalls with this approach?} + +\pause + +\begin{itemize} + +\item When we run too many tests, the Type 1 Error rate increases. + +\item This issue is resolved by using a modified significance level. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Multiple comparisons} + +\begin{itemize} + +\item The scenario of testing many pairs of groups is called \hl{multiple comparisons}. + +\pause + +\item The \hl{Bonferroni correction} suggests that a more \orange{stringent} significance level is more appropriate for these tests: + +\[ \alpha^\star = \alpha / K \] + +where $K$ is the number of comparisons being considered. + +\pause + +\item If there are $k$ groups, then usually all possible pairs are compared and $K = \frac{k (k - 1)}{2}$. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Determining the modified $\alpha$} + +\pq{In the aldrin data set depth has 3 levels: bottom, mid-depth, and surface. If $\alpha = 0.05$, what should be the modified significance level for two sample $t$ tests for determining which pairs of groups have significantly different means?} + +\begin{enumerate}[(a)] +\item $\alpha^* = 0.05$ +\item $\alpha^* = 0.05 / 2 = 0.025$ +\solnMult{$\alpha^* = 0.05 / 3 = 0.0167$} +\item $\alpha^* = 0.05 / 6 = 0.0083$ +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Which means differ?} + +\pq{Based on the box plots below, which means would you expect to be significantly different?} + +\twocol{0.6}{0.4}{ +\includegraphics[width=\textwidth]{\chp7@path/7-5_anova/figures/aldrin/homo} +} +{ +\begin{enumerate}[(a)] +\item bottom \& surface +\item bottom \& mid-depth +\item mid-depth \& surface +\item bottom \& mid-depth; mid-depth \& surface +\item bottom \& mid-depth; bottom \& surface; mid-depth \& surface +\end{enumerate} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Which means differ? (cont.)} + +If the ANOVA assumption of equal variability across groups is satisfied, we can use the data from all groups to estimate variability: + +\begin{itemize} + +\item Estimate any within-group standard deviation with $\sqrt{MSE}$, which is $s_{pooled}$ + +\item Use the error degrees of freedom, $n - k$, for $t$-distributions + +\end{itemize} + +\formula{Difference in two means: after ANOVA}{ +\[ SE = \sqrt{ \frac{\sigma_1^2}{n_1} + \frac{\sigma_2^2}{n_2} } \approx \sqrt{ \frac{MSE}{n_1} + \frac{MSE}{n_2} } \] +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\dq{Is there a difference between the average aldrin concentration at the bottom and at mid depth?} + +\twocol{0.4}{0.7}{ +{\scriptsize +\begin{center} +\begin{tabular}{l | c c c} + & n & mean & sd \\ +\hline +bottom & 10 & \orange{6.04} & 1.58 \\ +middepth& 10 & \orange{5.05} & 1.10 \\ +surface & 10 & 4.2 & 0.66 \\ +\hline +overall & 30 & 5.1 & 1.37 +\end{tabular} +\end{center} +} +} +{ +{\scriptsize +\begin{center} +\begin{tabular}{l rrrrr} +\hline + & Df & Sum Sq & Mean Sq & F value & Pr($>$F) \\ +\hline +depth & 2 & 16.96 & 8.48 & 6.13 & 0.0063 \\ +Residuals & \orange{27} & 37.33 & \orange{1.38} & & \\ +\hline +Total & 29 & 54.29 \\ +\end{tabular} +\end{center} +} +} + +\begin{eqnarray*} +T_{df_E} &=& \frac{(\bar{x}_{bottom} - \bar{x}_{middepth})}{\sqrt{ \frac{MSE}{n_{bottom}} + \frac{MSE}{n_{middepth}} }} \\ +\pause +T_{27} &=& \frac{( 6.04 - 5.05 )}{\sqrt{ \frac{1.38}{10} + \frac{1.38}{10} }} = \frac{0.99}{0.53} =1.87 \\ +\pause +0.05 &<& p-value < 0.10 \qquad \text{{\footnotesize (two-sided)}} \\ +\pause +\alpha^\star &=& 0.05 / 3 = 0.0167 +\end{eqnarray*} + +\pause +{\small Fail to reject $H_0$, data do not provide convincing evidence of a difference between average aldrin concentrations at bottom and mid depth.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\app{Pairwise comparisons}{Is there a difference between the average aldrin concentration at the bottom and at surface?} + +\pause + +\soln{ +\begin{eqnarray*} +T_{df_E} &=& \frac{(\bar{x}_{bottom} - \bar{x}_{surface})}{\sqrt{ \frac{MSE}{n_{bottom}} + \frac{MSE}{n_{surface}} }} \\ +\pause +T_{27} &=& \frac{( 6.04 - 4.2 )}{\sqrt{ \frac{1.38}{10} + \frac{1.38}{10} }} = \frac{1.84}{0.53} =3.47 \\ +\pause +p-value = 0.0018 \qquad \text{{\footnotesize (two-sided)}} \\ +\pause +\alpha^\star &=& 0.05 / 3 = 0.0167 +\end{eqnarray*} +\pause +{\small Reject $H_0$, the data provide convincing evidence of a difference between the average aldrin concentrations at bottom and surface.} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week10/Lecture29/Lecture29_plan.tex b/Week10/Lecture29/Lecture29_plan.tex new file mode 100644 index 0000000..1bcb652 --- /dev/null +++ b/Week10/Lecture29/Lecture29_plan.tex @@ -0,0 +1,44 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: motivate using ANOVA to compare means across 3+ groups, maybe using an example to return to throughout the lecture + \item xx min Lecture: compare z/t test vs ANOVA (like slides 5-9) + \item xx min Edfinity quiz: in our lecture example, how would you set up the hypotheses? + \item xx min Lecture: explain the ANOVA test statistic, sum of squares between groups/total/error, mean squared error + \item xx min R Demonstration: Compute the ANOVA table up to the test statistic. Then simulate the shape of the distribution under the null hypothesis and plot the F distribution on top. Use the theoretical distribution to compute the p-value + \begin{itemize} + \item Highlight concepts of: between-group and within-group variability + \end{itemize} + \item xx min Lecture: p-value + \item xx min Edfinity quiz: now with all the tools in hand, conduct an ANOVA test, step-by-step + \item xx min R Demonstration: answers to the quiz in R + \item xx min Lecture review and interpretation of the test results + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO1: Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO6: Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4: LO8: Conduct and Interpret ANOVA:} Assess whether conditions for an ANOVA are met, and if so, design, execute, and interpret the test to compare sample means across several groups. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Combine slides on ANOVA +% TODO: Edfinity quiz on setting up the hypotheses +% TODO: R demo: ANOVA table for example, simulation to show shape of F distribution, calculate p-value +% TODO: Edfinity quiz: ANOVA, step by step +% TODO: R demo: quiz answers + diff --git a/Week10/P2work1/Data_generaion.R b/Week10/P2work1/Data_generaion.R new file mode 100644 index 0000000..090122b --- /dev/null +++ b/Week10/P2work1/Data_generaion.R @@ -0,0 +1,23 @@ +set.seed(213) + +# Generate with rnorm; truncate to [0, 4] +GPA_raw <- rnorm(10, mean=3, sd=0.2) +GPA <- pmin(pmax(GPA_raw, 0), 4) # Force values into [0, 4] +GPA <- as.data.frame(GPA) + +write.csv(GPA, file="GPA_t.csv", row.names = FALSE) + +## Paired data generation +set.seed(213) + +# Generate with rnorm; truncate to [0, 100] +midterm_raw <- round(rnorm(100, 80, 10), 2) +final_raw <- round(rnorm(100, 70, 10), 2) + +midterm <- pmin(pmax(midterm_raw, 0), 100) +final <- pmin(pmax(final_raw, 0), 100) + +Score_data <- data.frame(midterm_exam = midterm, final_exam = final) +write.csv(Score_data, file="Exam_data.csv", row.names = FALSE) + + diff --git a/Week10/P2work1/Exam_data.csv b/Week10/P2work1/Exam_data.csv new file mode 100644 index 0000000..b1796ed --- /dev/null +++ b/Week10/P2work1/Exam_data.csv @@ -0,0 +1,101 @@ +"midterm_exam","final_exam" +59.92,79.95 +83.3,77.05 +78,67.37 +57.12,82.67 +86.04,83.87 +63.34,79.98 +81.67,50.48 +80.25,77.26 +66.48,61.15 +84.21,76.55 +71.93,78.07 +80.97,79.16 +86.64,60.15 +92.34,43.55 +81.68,72.91 +79.61,80.41 +62.78,74.81 +75.11,65.03 +68.91,59.31 +87.02,60.94 +96.53,88.81 +99.38,60.4 +87.82,71.68 +86.14,72.14 +88.38,69.92 +82.95,75.93 +63.57,64.67 +86.59,89.4 +74.53,71.4 +94.93,92.08 +75.71,61.23 +61.45,70.68 +68.11,73.56 +76.5,75.75 +86.18,71.03 +77.14,81.64 +90.71,75.12 +79.34,51.57 +86.4,48.35 +83.64,74.67 +59.21,57.84 +77.96,65.65 +78.21,56.12 +80.32,65.36 +90.12,76.99 +69.85,72.47 +68.02,61.3 +73.37,54.74 +72.53,66.44 +96.26,66.95 +63.89,72.03 +87.46,77.92 +77.48,49.88 +87.39,79.25 +63.41,64.19 +77.68,60.69 +67.02,86.47 +97.26,62.08 +93.57,92.2 +75.54,83.25 +91.96,72.49 +81.02,50.01 +81.83,80.47 +81.76,59.7 +60.92,96.6 +73.86,68.26 +94.61,49.66 +81.44,67.27 +77.7,66.25 +78.66,78.38 +80.32,73.62 +65.32,66.08 +77.92,77.05 +56,79.2 +66.07,74.77 +85.95,71.73 +90.59,65.56 +90.37,69.01 +96.73,63.7 +94.24,66.5 +72.61,52.15 +97.23,83.44 +79.9,79.3 +90.31,69.03 +86.92,65.68 +64.55,82.98 +72.72,58.56 +71.04,78.62 +81.78,82.53 +75.37,76.73 +78.11,79.26 +80.08,66.47 +79.17,70.19 +82.07,67.63 +100,66.44 +83.26,48.73 +80.48,67.07 +88.12,70.48 +81.29,56.37 +69.7,54.93 diff --git a/Week10/P2work1/GPA_t.csv b/Week10/P2work1/GPA_t.csv new file mode 100644 index 0000000..51b7952 --- /dev/null +++ b/Week10/P2work1/GPA_t.csv @@ -0,0 +1,11 @@ +"GPA" +2.59845651678728 +3.06591276802334 +2.96005733659149 +2.54247915732447 +3.12079439015828 +2.66685713432883 +3.03333904232901 +3.00508716953271 +2.72961514617839 +3.08414400450728 diff --git a/Week10/P2work1/P2_Work1_Lab_guide.Rmd b/Week10/P2work1/P2_Work1_Lab_guide.Rmd new file mode 100644 index 0000000..7dd6545 --- /dev/null +++ b/Week10/P2work1/P2_Work1_Lab_guide.Rmd @@ -0,0 +1,145 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab 6 Guide" +output: + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## Project 2 work week 1 guide + +------------------------------------------------------------------------ + +## Learning Objectives + +- One sample means with the t-distribution + +- Paired Data + +## One sample means with the t-distribution + +A college wants to know whether their students’ average GPA is greater than the national average, which is reported to be 2.5. + +```{r} +# loading the data from csv file +df <- read.csv("GPA_t.csv") +df + +``` + +First, let's make a histogram plot for 10 students' GPA. + +```{r} +ggplot(data=df, aes(x=GPA)) + + geom_histogram(bins = 5) + +# Suggested bins based on Sturges' rule: ceiling(log2(n) + 1) +``` + +We can obtain the test statistic. + +```{r} +# hypothesis +# H_0 : mu = 2.5 vs H_a : mu > 2.5 + +# Sample mean and standard deviation +xbar <- mean(df$GPA) +s <- sd(df$GPA) + +xbar +s + +# ---- Test statistic and p-value ---- +n <- length(df$GPA) +SE <- s / sqrt(n) +Tstat = (xbar - 2.5) / SE +n +SE +Tstat + +``` + +Calculate the p-value of the test. + +```{r} + +df = n-1 + +1-pt(Tstat, df) +# or +pt(Tstat, df, lower.tail = FALSE) + +``` + +Based on the p-value, what is your conclusion at the 0.05 significance level? + +## Paired Data + +A course instructor wants to know whether the final exam is more difficult than the midterm exam. The instructor collects scores from 100 students for both the midterm and final exams. The data is stored in the file `Exam_data.csv`, with columns midterm_exam and final_exam, representing individual scores on each exam. + +```{r} +# loading the data from csv file +df <- read.csv("Exam_data.csv") +glimpse(df) + +``` + +Let's create a new column called `diff`, which represents the difference between midterm and final exam scores. + +```{r} +df_new <- df %>% mutate(diff = midterm_exam - final_exam) +glimpse(df_new) + + +``` + +First, let's make a histogram plot of `diff` + +```{r} +ggplot(data=df_new, aes(x=diff)) + + geom_histogram(bins=8) + +# ceiling(log2(100) + 1) # round up of 7.643856 +``` + +We can obtain the test statistic. + +```{r} +# hypothesis +# H_0 : mu_diff = 0 vs H_a : mu_diff > 0 + +# Sample mean and standard deviation +xbar <- mean(df_new$diff) +s <- sd(df_new$diff) + +xbar +s + +# ---- 3. Test statistic and p-value ---- +n <- length(df_new$diff) +SE <- s / sqrt(n) +Tstat = (xbar - 0) / SE # 0 represents the hypothesized mean difference (H0) +n +SE +Tstat + +``` + +Calculate the p-value. + +```{r} + +df = n-1 + +1-pt(Tstat, df) +# or +pt(Tstat, df, lower.tail = FALSE) + +``` + +Based on the p-value, what is your conclusion at the 0.05 significance level? diff --git a/Week10/P2work1/Project 2 Week 2.docx b/Week10/P2work1/Project 2 Week 2.docx new file mode 100644 index 0000000..51f88b1 Binary files /dev/null and b/Week10/P2work1/Project 2 Week 2.docx differ diff --git a/Week10/P2work1/resource/shortex.sty b/Week10/P2work1/resource/shortex.sty new file mode 100644 index 0000000..f472783 --- /dev/null +++ b/Week10/P2work1/resource/shortex.sty @@ -0,0 +1,684 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Latex Shortcuts and Redefinitions +%% +%% Original by Jonathan Huggins, with thanks to Dan Roy and Ryan Adams for allowing the use many of their definitions. +%% +%% Adapted by Trevor Campbell for personal use. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\usepackage{xifthen} +\usepackage{xstring} +\usepackage{xspace} % used at the end of macros to automatically determine whether spaces should be eaten or not +\usepackage[mathscr]{eucal} % use euler script instead of mathcal +\usepackage{dsfont} % doublestroke fonts (for things like reals, nats, complex numbers, etc) +\usepackage[nice]{nicefrac} % nice fraction typesetting, compact symbols for 1/2, etc +\usepackage[usenames]{color} % for using colored text +\usepackage[pdfborder={0 0 0}]{hyperref} % typical linking package +\usepackage{amsmath,amssymb,amsthm,bm,bbm,amsfonts,mathtools,thmtools} % math +\usepackage[capitalize,sort,compress]{cleveref} % nice reference package for automatically choosing names for references +% ensure that crefs appear correctly in bookmarks +\usepackage{crossreftools} % may not be available when uploading to arXiv +\pdfstringdefDisableCommands{% + \let\Cref\crtCref + \let\cref\crtcref +} +\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it} +\usepackage{import, subfiles} % packages for using subfile/folder structure +\usepackage{url} % nice URL typesetting +\usepackage{algpseudocode, algorithm} % typical alg typesetting packages +\usepackage{graphicx} % typical graphics package for figures +\usepackage{multirow} % multirow tables +\usepackage{wrapfig} % figures wrapped into the text +\usepackage{caption,subcaption} % package for sub-environments (figs, tables, etc) +\usepackage{microtype} % microtypesetting improvements for latex +\usepackage{booktabs} % professional quality tables + +\usepackage{xargs} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% Package Options Declarations %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%hyperref format/color/etc +\DeclareOption{colorhypersetup}{\hypersetup{colorlinks=true, allcolors=SubtleColor, pdfborder={0 0 0}}} +\DeclareOption{blackhypersetup}{\hypersetup{colorlinks=false, allcolors=black, pdfborder={0 0 0}}} +\def\boldorbar{\bar} +\DeclareOption{bbold}{\def\boldorbar{\bm}} +\DeclareOption{bbar}{\def\boldorbar{\bar}} +%autonum +\newif\ifuseautonum +\useautonumfalse +\DeclareOption{autonum}{\useautonumtrue} + +\ProcessOptions + +\ifuseautonum \usepackage{autonum} \fi + + +%%%%%%%%%%%%%%%%%% +%%% Commenting %%% +%%%%%%%%%%%%%%%%%% + +%% NA: needs attention (rough writing whose correctness needs to be verified) +%% TBD: instructions for how to fix a gap ("Describe the propagation by ...") +%% PROBLEM: bug or missing crucial bit + +%% use \fXXX versions of these macros to put additional explanation into a footnote (in the margin). +%% The idea is that we don't want to interrupt the flow of the paper or make it +%% impossible to read because there are a bunch of comments. + +%% NA's (and TBDs, those less crucially) should be written so +%% that they flow with the text. + +\definecolor{WowColor}{rgb}{.75,0,.75} +\definecolor{SubtleColor}{rgb}{0,0,.50} + +% inline +\newcommand{\NA}[1]{\textcolor{SubtleColor}{ {\tiny \bf ($\star$)} #1}} +\newcommand{\LATER}[1]{\textcolor{SubtleColor}{ {\tiny \bf ($\dagger$)} #1}} +\newcommand{\TBD}[1]{\textcolor{SubtleColor}{ {\tiny \bf (!)} #1}} +\newcommand{\PROBLEM}[1]{\textcolor{WowColor}{ {\bf (!!)} {\bf #1}}} + +% as margin notes +\newcounter{margincounter} +\newcommand{\displaycounter}{{\arabic{margincounter}}} +\newcommand{\incdisplaycounter}{{\stepcounter{margincounter}\arabic{margincounter}}} + +\newcommand{\fTBD}[1]{\textcolor{SubtleColor}{$\,^{(\incdisplaycounter)}$}\marginpar{\tiny\textcolor{SubtleColor}{ {\tiny $(\displaycounter)$} #1}}} + +\newcommand{\fPROBLEM}[1]{\textcolor{WowColor}{$\,^{((\incdisplaycounter))}$}\marginpar{\tiny\textcolor{WowColor}{ {\bf $\mathbf{((\displaycounter))}$} {\bf #1}}}} + +\newcommand{\fLATER}[1]{\textcolor{SubtleColor}{$\,^{(\incdisplaycounter\dagger)}$}\marginpar{\tiny\textcolor{SubtleColor}{ {\tiny $(\displaycounter\dagger)$} #1}}} + +\DeclareRobustCommand{\suppresscomments}{ +% For submission, make all render blank. +\renewcommand{\LATER}[1]{} +\renewcommand{\fLATER}[1]{} +\renewcommand{\TBD}[1]{} +\renewcommand{\fTBD}[1]{} +\renewcommand{\PROBLEM}[1]{} +\renewcommand{\fPROBLEM}[1]{} +\renewcommand{\NA}[1]{##1} %% Note, NA's pass through! +} + +% shorten paper -- the higher shortenval, the shorter the paper +\newcommand{\setshortness}[1]{\def\shortnessval{#1}} +\setshortness{0} +\newcommand{\condcomment}[2][1]{\ifnum#1>\shortnessval #2\fi} + +%%%%%%%%%%%%% +%%% Links %%% +%%%%%%%%%%%%% +\renewcommand*{\UrlFont}{\ttfamily\scriptsize\relax} + + +% Stacked Relations +%%%%%%%%%%%%%%%%%%% +\newcommand{\stk}[2]{\ensuremath{\stackrel{\text{#2}}{#1}}} +\newcommand{\stkm}[2]{\ensuremath{\stackrel{#2}{#1}}} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%% Bracket Shorthands %%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\newcommand{\lcr}[3]{\left #1 #2 \right #3} % autosize +\makeatletter +\newcommand{\@lcrx}[4][{-1}]{ + \IfEq{#1}{-1}{\left #2 {{{{#3}}}} \right #4}{ + \IfEq{#1}{0}{#2 {{{{#3}}}} #4}{ + \IfEq{#1}{1}{\bigl #2 {{{{#3}}}} \bigr #4}{ + \IfEq{#1}{2}{\Bigl #2 {{{{#3}}}} \Bigr #4}{ + \IfEq{#1}{3}{\biggl #2 {{{{#3}}}} \biggr #4}{ + \IfEq{#1}{4}{\Biggl #2 {{{{#3}}}} \Biggr #4}{ + \GenericWarning{"4th argument to @lcrx must be -1, 0, 1, 2, 3, or 4"} + }}}}}}} % specify size with {-1,...4} as optional argument +\newcommand{\lcrx}[4][{-2}]{ + \IfEq{#1}{-2}{\mathchoice{\@lcrx[-1]{#2}{#3}{#4}} + {\@lcrx[0]{#2}{#3}{#4}} + {\@lcrx[0]{#2}{#3}{#4}} + {\@lcrx[0]{#2}{#3}{#4}}} + {\@lcrx[#1]{#2}{#3}{#4}}} +\makeatother + +% Brackets and bracket-like functions +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\newcommand{\rbra}[2][{-2}]{\lcrx[#1] ( {#2} ) } +\newcommand{\cbra}[2][{-2}]{\lcrx[#1] \{ {#2} \} } +\newcommand{\sbra}[2][{-2}]{\lcrx[#1] [ {#2} ] } + +\newcommand{\abs}[2][{-2}]{\lcrx[#1] \vert {#2} \vert } +\newcommand{\set}[2][{-2}]{\lcrx[#1] \{ {#2} \}} +\newcommand{\floor}[2][{-2}]{\lcrx[#1] \lfloor {#2} \rfloor} +\newcommand{\ceil}[2][{-2}]{\lcrx[#1] \lceil {#2} \rceil} +\newcommand{\norm}[2][{-2}]{\lcrx[#1] \Vert {#2} \Vert} +\newcommand{\inner}[3][{-2}]{\lcrx[#1] \langle {{#2},\ {#3}} \rangle} +\newcommand{\card}[2][{-2}]{\lcrx[#1] \vert {#2} \vert } + +\newcommand{\normsub}[3][{-2}]{\lcrx[#1]{\Vert}{#2}{\Vert_{#3}}} +\newcommand{\innersub}[4][{-2}]{\lcrx[#1]{\langle}{{#2},\ {#3}}{\rangle_{#4}}} + + + + + +%%%%%%%%%%%%%%%%%%%%%%% +%%% Align shortcuts %%% +%%%%%%%%%%%%%%%%%%%%%%% +\AtBeginDocument{ %necessary to stop clash with autonum package +\def\[#1\]{\begin{align}#1\end{align}} % numbered +\def \<#1\>{\begin{aligned}#1\end{aligned}} +\def\(#1\){\begin{align*}#1\end{align*}} % unnumbered +} + + +%%%%%%%%%%%%%%%%%%%%%% +%%% Important Sets %%% +%%%%%%%%%%%%%%%%%%%%%% +\newcommand{\reals}{\ensuremath{\mathbb{R}}} +\newcommand{\extReals}{\overline{\reals}} +\newcommand{\posReals}{\reals_+} +\newcommand{\posExtReals}{{\overline\reals}_+} +\newcommand{\posPosReals}{\reals_{++}} +\newcommand{\posPosExtReals}{{\overline\reals}_{++}} + +\newcommand{\ints}{\ensuremath{\mathbb{Z}}} +\newcommand{\posInts}{\ints_+} + +\newcommand{\rats}{\ensuremath{\mathbb{Q}}} +\newcommand{\posRats}{\rats_+} + +\newcommand{\nats}{\ensuremath{\mathbb{N}}} +\newcommand{\natsO}{\nats_{0}} + +\newcommand{\comps}{\ensuremath{\mathbb{C}}} + +\newcommand{\measures}{\mathcal{M}} +\newcommand{\probMeasures}{\mathcal{M}_1} + + +% Set Operations +%%%%%%%%%%%%%%%% +\newcommand{\PowerSet}{\mathcal{P}} + +\newcommand{\union}{\cup} +\newcommand{\Union}{\bigcup} +\newcommand{\djunion}{\sqcup} +\newcommand{\djUnion}{\bigsqcup} + +\newcommand{\intersect}{\cap} +\newcommand{\Intersect}{\bigcap} + +\newcommand{\vol}{\operatorname{vol}} +\newcommand{\diam}{\operatorname{diam}} +\newcommand{\closure}{\operatorname{cl}} +\newcommand{\spann}{\operatorname{span}} + +\newcommand{\boundary}{\partial} + + +%%%%%%%%%%%%%%% +%%% Vectors %%% +%%%%%%%%%%%%%%% +\newcommand{\bone}{\mathbf{1}} +\newcommand{\bzero}{\mathbf{0}} +\newcommand{\bell}{\mathbf{\ell}} + + +%%%%%%%%%%%%%%%%%% +%%% Lp spaces and operators %%% +%%%%%%%%%%%%%%%%%% +\newcommand{\Lp}[1]{L_{#1}} +\newcommand{\Lpmeas}[3][{-2}]{\Lp{#2}\rbra[#1]{#3}} +\newcommand{\Lpnorm}[3][{-2}]{\normsub[#1]{#2}{\Lp{#3}}} +\newcommand{\Lpmeasnorm}[4][{-2}]{\normsub[#1]{#2}{\Lpmeas{#3}{#4}}} +\newcommand{\Lpinner}[4][{-2}]{\innersub[#1]{#2}{#3}{\Lp{#4}}} +\newcommand{\Lpmeasinner}[5][{-2}]{\innersub[#1]{#2}{#3}{\Lpmeas{#4}{#5}}} + + +%%%%%%%%%%%%%%%%%%%%%%%% +%%% Linear Algebra %%% +%%%%%%%%%%%%%%%%%%%%%%%% +\newcommand{\tr}{\operatorname{tr}} +\newcommand{\kron}{\operatorname{\otimes}} +\newcommand{\adjsym}{\dag} % adjoint symbol +\newcommand{\adj}{^{\adjsym}} % adjoint +\DeclareMathOperator{\spec}{\sigma} % spectrum +\DeclareMathOperator{\diag}{diag} % diagonal +\DeclareMathOperator{\rank}{rank} % rank + +\newcommand{\transposesym}{\top} +\newcommand{\transpose}{^{\transposesym}} +\newcommand{\invtranspose}{^{-\transposesym}} + + +%%%%%%%%%%%%%%%%%%%%%%% +%%% General Purpose %%% +%%%%%%%%%%%%%%%%%%%%%%% +\newcommand{\tuple}[1][]{\left\langle #1 \right\rangle} +\newcommand{\emptystr}{\text{\o}} +\newcommand{\ind}{\mathds{1}} % indicator function +\newcommand{\sgn}{\operatorname{sgn}} % sign function +\newcommand{\theset}[1]{\lbrace #1 \rbrace} +\newcommand{\sn}[2]{\ensuremath{#1\!\times\!10^{#2}}} % #1 x 10^{#2} + +\newcommand{\st}{\,:\,} +\newcommand{\given}{\mid} + +% Words in math +%%%%%%%%%%%%%%% +\newcommand{\stT}{\ \text{s.t.}\ } +\newcommand{\andT}{\ \text{and}\ } +\newcommand{\orT}{\ \text{or}\ } +\newcommand{\whereT}{\ \text{where}\ } +\newcommand{\withT}{\ \text{with}\ } + +% Words with special characters +%%%%%%%%%%%%%%%% +\def\cadlag{c\`adl\`ag\@\xspace} +\def\Gronwall{Gr\"onwall\xspace} +\def\Renyi{R\'enyi\xspace} +\def\Holder{H\"older\xspace} +\def\Ito{It\^o\xspace} +\def\Nystrom{Nystr\"om\xspace} +\def\Schatten{Sch\"atten\xspace} +\def\Matern{Mat\'ern\xspace} +\def\Frechet{Fr\'echet\xspace} + + +% New definition of square root: +% it renames \sqrt as \oldsqrt +\let\oldsqrt\sqrt +% it defines the new \sqrt in terms of the old one +\def\sqrt{\mathpalette\DHLhksqrt} +\def\DHLhksqrt#1#2{% +\setbox0=\hbox{$#1\oldsqrt{#2\,}$}\dimen0=\ht0 +\advance\dimen0-0.2\ht0 +\setbox2=\hbox{\vrule height\ht0 depth -\dimen0}% +{\box0\lower0.4pt\box2}} + +% min and max +\def\argmax{\operatornamewithlimits{arg\,max}} +\def\argmin{\operatornamewithlimits{arg\,min}} +\def\esssup{\operatornamewithlimits{ess\,sup}} +\def\essinf{\operatornamewithlimits{ess\,inf}} + +% Equality operators +\mathtoolsset{centercolon} +\newcommand{\defas}{:=} +\newcommand{\defines}{=:} +\newcommand{\xapprox}[1]{\underset{#1}{\approx}} +\newcommand{\medeq}{\!=\!} +\newcommand{\shorteq}{\!\!=\!\!} + +% Other binary operators +\newcommand{\sm}{\!-\!} +\newcommand{\splus}{\!+\!} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% Optimization %%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\newcommand{\prox}[2]{\ensuremath{\operatorname{prox}_{#1}\rbra{#2}}} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% Convex Analysis %%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\DeclareMathOperator{\cone}{cone} +\DeclareMathOperator{\conv}{conv} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% Algorithms %%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\algrenewcommand{\algorithmiccomment}[1]{\hfill$\triangleright$ #1} % fixes \Comment + +%properly indented comments +%usage: +%\LineComment{X}{Here is the comment}, where X = # additional indents. +%right after for / procedure / function calls, for whatever reason need to indent manually... +\newdimen{\algindent} +\setlength\algindent{1.5em} +\makeatletter +\newcommand{\LineComment}[2][0]{\Statex \hspace{#1\algindent} \hskip\ALG@thistlm $\triangleright$ #2} +\makeatother + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% Probability and Statistics %%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% text shortcuts +\newcommand{\iid}{\textrm{i.i.d.}\@\xspace} +\newcommand{\as}{\textrm{a.s.}\@\xspace} +\newcommand{\aev}{\textrm{a.e.}\@\xspace} + +% convergence +\newcommand{\convas}{\overset{a.s.}{\to}} +\newcommand{\convp}{\overset{p}{\to}} +\newcommand{\convd}{\overset{d}{\to}} +\newcommand{\eqd}{\overset{d}{=}} +\newcommand{\eqas}{\overset{a.s.}{=}} + +% unary/functions +\renewcommand{\Pr}{\mathbb{P}} % probability +\newcommand{\EE}{\mathbb{E}} % expectation +\newcommand{\Law}{\mcL} +\newcommand{\var}{\operatorname{Var}} % variance +\newcommand{\cov}{\operatorname{Cov}} % covariance +\newcommand{\corr}{\operatorname{Corr}} % correlation +\newcommand{\supp}{\operatorname{supp}} %support + +% binary operators +\newcommand{\distiid}{\overset{\textrm{\tiny\iid}}{\distas}} +\newcommand{\distind}{\overset{\textrm{\tiny\textrm{indep}}}{\distas}} +% maybe use these instead? can keep others for backward compatibility +\newcommand{\distas}{\sim} +\newcommand{\distiidas}{\stk{\distas}{iid}} +\newcommand{\distindas}{\stk{\distas}{ind}} +\newcommand{\pushfwdmeas}[2]{{{#1}_{\sharp} #2}} + +\def\independenT#1#2{\mathrel{\rlap{$#1#2$}\mkern4mu{#1#2}}} +\newcommand\indep{\protect\mathpalette{\protect\independenT}{\perp}} % independent + +% parametric distributions +\newcommand{\distNamed}[1]{{\sf{#1}}} +\newcommand{\distNorm}{\mathcal{N}} +\newcommand{\distT}{\mathcal{T}} +\newcommand{\distLaplace}{\distNamed{Lap}} +\newcommand{\distChiSq}{\chi^2} +%\newcommand{\distUnif}{\mathscr{U}} +\newcommand{\distUnif}{\distNamed{Unif}} +%\newcommand{\distGam}{\mathscr{G}{\scriptstyle\mathscr{A}}} +\newcommand{\distGam}{\distNamed{Gam}} +\newcommand{\distGumbel}{\distNamed{Gumbel}} +\newcommand{\distGEV}{\distNamed{GEV}} +\newcommand{\distCat}{\distNamed{Categorical}} +\newcommand{\distInvGam}{\distNamed{InvGam}} +%\newcommand{\distPoiss}{\mathscr{P}{\scriptstyle\mathscr{O}}} +\newcommand{\distPoiss}{\distNamed{Poiss}} +\newcommand{\distExp}{\distNamed{Exp}} +\newcommand{\distBeta}{\distNamed{Beta}} +\newcommand{\distBetaPrime}{\distNamed{Beta}'} +\newcommand{\distDir}{\distNamed{Dir}} +\newcommand{\distBinom}{\distNamed{Binom}} +\newcommand{\distMulti}{\distNamed{Multi}} +\newcommand{\distBern}{\distNamed{Bern}} +\newcommand{\distGeom}{\distNamed{Geom}} +\newcommand{\distWish}{\mathpzc{W}} +\newcommand{\distInvWish}{\mathpzc{IW}} +\newcommand{\distCauchy}{\distNamed{Cauchy}} +% non-parametric distributions +\newcommand{\distBeP}{\mathrm{BeP}} +\newcommand{\distDP}{\mathrm{DP}} +\newcommand{\distCRP}{\mathrm{CRP}} +\newcommand{\distPYP}{\mathrm{PY}} +\newcommand{\distGP}{{\mathrm{GP}}} % Gaussian process +\newcommand{\distPP}{\mathrm{PP}} +\newcommand{\distBP}{\mathrm{BP}} +\newcommand{\distBPP}{\mathrm{BPP}} +\newcommand{\distGammaP}{\mathrm{\Gamma P}} +\newcommand{\distNGammaP}{\mathrm{N\Gamma P}} +\newcommand{\distLP}{\mathrm{LP}} +\newcommand{\distObs}{\mathrm{Obs}} +\newcommand{\distCRM}{\mathrm{CRM}} +\newcommand{\distNCRM}{\mathrm{NCRM}} +\newcommand{\distVMF}{\mathrm{vMF}} + + +%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% Information Theory %%% +%%%%%%%%%%%%%%%%%%%%%%%%%% +\newcommand{\divergence}[4][]{\mathrm{D^{\ifthenelse{\isempty{#1}}{}{#1}}_{#2}}\rbra{#3 || #4}} +\newcommand{\distance}[4][]{\mathrm{D^{\ifthenelse{\isempty{#1}}{}{#1}}_{#2}}\rbra{#3, #4}} +\newcommand{\kl}[3][]{\divergence[#1]{KL}{#2}{#3}} +\newcommand{\tvd}[3][]{\distance[#1]{TV}{#2}{#3}} +\newcommand{\ent}[1]{\mathcal{H}\rbra{#1}} +\newcommand{\hell}[3][]{\distance[#1]{H}{#2}{#3}} + +%%%%%%%%%%%%%%%%%%%%% +%%% Special Funcs %%% +%%%%%%%%%%%%%%%%%%%%% +\newcommand*\pFq[2]{{}_{#1}F_{#2}} + +%%%%%%%%%%%%%%%% +%%% Calculus %%% +%%%%%%%%%%%%%%%% +\newcommand{\dee}{\mathrm{d}} +\newcommand{\grad}{\nabla} + +\newcommand{\der}[2]{\ensuremath{\frac{\dee #1}{\dee #2}}} +\newcommand{\dder}[2]{\ensuremath{\frac{d^2 #1}{d #2^2}}} +\newcommand{\D}[2]{\ensuremath{\frac{\partial #1}{\partial #2}}} +\newcommand{\DD}[2]{\ensuremath{\frac{\partial^2 #1}{\partial #2^2}}} +\newcommand{\Di}[2]{\ensuremath{\frac{\partial^i #1}{\partial #2^i}}} +\newcommand{\prt}[1]{\ensuremath{\frac{\partial}{\partial #1}}} +\newcommand{\hes}[2]{\ensuremath{\frac{\partial^2}{\partial #1 \partial #2}}} + + +%%%%%%%%%%%%% +%%% Logic %%% +%%%%%%%%%%%%% +\DeclareMathOperator{\notimplies}{\centernot\implies} + + +%%%%%%%%%%%%%%%%% +%%% Fractions %%% +%%%%%%%%%%%%%%%%% +\newcommand{\half}{\ensuremath{\nicefrac{1}{2}}\xspace} +\newcommand{\third}{\ensuremath{\nicefrac{1}{3}}\xspace} +\newcommand{\quarter}{\ensuremath{\nicefrac{1}{4}}\xspace} + + +%%%%%%%%%%%%%%%%% +%%% Shortcuts %%% +%%%%%%%%%%%%%%%%% +\newcommand{\eps}{\epsilon} +\newcommand{\veps}{\varepsilon} +\newcommand{\bmat}{\begin{pmatrix}} +\newcommand{\emat}{\end{pmatrix}} +\newcommand{\bitems}{\begin{itemize}} +\newcommand{\eitems}{\end{itemize}} +\newcommand{\benum}{\begin{enumerate}} +\newcommand{\eenum}{\end{enumerate}} +\newcommand{\bdesc}{\begin{description}} +\newcommand{\edesc}{\end{description}} +\newcommand{\angles}[1]{\langle #1 \rangle} +\newcommand{\ip}[2]{\angles{#1, #2}} + + +%%%%%%%%%%%%%% +%%% Proofs %%% +%%%%%%%%%%%%%% +\newcommand{\bprf}{\begin{proof}} +\newcommand{\eprf}{\end{proof}} +\newenvironment{proofof}[1]{\renewcommand{\proofname}{Proof of #1}\proof}{\endproof} +\newcommand{\bprfof}{\begin{proofof}} +\newcommand{\eprfof}{\end{proofof}} + +%%%%%%%%%%%%%%%%% +% Theorem-like environments + +% numbered +\declaretheorem[name=Theorem,numberwithin=section]{theorem} +\declaretheorem[name=Lemma,numberlike=theorem]{lemma} +\declaretheorem[name=Proposition,numberlike=theorem]{proposition} +\declaretheorem[name=Corollary,numberlike=theorem]{corollary} +\declaretheorem[name=Conjecture,numberlike=theorem]{conjecture} +\declaretheorem[name=Definition,numberlike=theorem]{definition} +\declaretheorem[name=Assumption,numberlike=theorem]{assumption} +\declaretheorem[qed=$\triangleleft$,name=Example,numberlike=theorem]{example} +\declaretheorem[qed=$\triangleleft$,name=Remark,numberlike=theorem]{remark} +\declaretheorem[qed=$\triangleleft$,name=Fact,numberlike=theorem]{fact} +\declaretheorem[qed=$\square$,name=Exercise,numberwithin=section]{exercise} + +% unnumbered +\declaretheorem[name=Theorem,numbered=no]{theorem*} +\declaretheorem[name=Lemma,numbered=no]{lemma*} +\declaretheorem[name=Proposition,numbered=no]{proposition*} +\declaretheorem[name=Corollary,numbered=no]{corollary*} +\declaretheorem[name=Conjecture,numbered=no]{conjecture*} +\declaretheorem[name=Definition,numbered=no]{definition*} +\declaretheorem[name=Assumption,numbered=no]{assumption*} +\declaretheorem[qed=$\triangleleft$,name=Example,numbered=no]{example*} +\declaretheorem[qed=$\triangleleft$,name=Remark,numbered=no]{remark*} +\declaretheorem[qed=$\triangleleft$,name=Fact,numbered=no]{fact*} +\declaretheorem[qed=$\square$,name=Exercise,numbered=no]{exercise*} + +% numbered shorthands +\long\def\bthm#1\ethm{\begin{theorem}#1\end{theorem}} +\long\def\blem#1\elem{\begin{lemma}#1\end{lemma}} +\long\def\bprop#1\eprop{\begin{proposition}#1\end{proposition}} +\long\def\bcor#1\ecor{\begin{corollary}#1\end{corollary}} +\long\def\bconj#1\econj{\begin{conjecture}#1\end{conjecture}} +\long\def\bdef#1\edef{\begin{definition}#1\end{definition}} +\long\def\bassump#1\ebassump{\begin{assumption}#1\end{assumption}} +\long\def\bexa#1\eexa{\begin{example}#1\end{example}} +\long\def\brmk#1\ermk{\begin{remark}#1\end{remark}} +\long\def\bfact#1\efact{\begin{fact}#1\end{fact}} +\long\def\bexer#1\eexer{\begin{exercise}#1\end{exercise}} + +% unnumbered shorthands +\def\bthmnn#1\ethmnn{\begin{theorem*}#1\end{theorem*}} +\def\blemnn#1\elemnn{\begin{lemma*}#1\end{lemma*}} +\def\bpropnn#1\epropnn{\begin{proposition*}#1\end{proposition*}} +\def\bcornn#1\ecornn{\begin{corollary*}#1\end{corollary*}} +\def\bconjnn#1\econjnn{\begin{conjecture*}#1\end{conjecture*}} +\def\bdefnn#1\edefnn{\begin{definition*}#1\end{definition*}} +\def\bassumpnn#1\ebassumpnn{\begin{assumption*}#1\end{assumption*}} +\def\bexann#1\eexann{\begin{example*}#1\end{example*}} +\def\brmknn#1\ermknn{\begin{remark*}#1\end{remark*}} +\def\bfactnn#1\efactnn{\begin{fact*}#1\end{fact*}} +\def\bexernn#1\eexernn{\begin{exercise*}#1\end{exercise*}} + + +%Proof clever ref names +\crefname{theorem}{Theorem}{Theorems} +\crefname{lemma}{Lemma}{Lemmas} +\crefname{proposition}{Proposition}{Propositions} +\crefname{corollary}{Corollary}{Corollaries} +\crefname{conjecture}{Conjecture}{Conjectures} +\crefname{definition}{Definition}{Definitions} +\crefname{assumption}{Assumption}{Assumptions} +\crefname{example}{Example}{Examples} +\crefname{remark}{Remark}{Remarks} +\crefname{fact}{Fact}{Facts} +\crefname{exercise}{Exercise}{Exercises} +\crefformat{footnote}{#1\footnotemark[#2]#3} + + +%%%%%%%%%%%%%%%%%%%%%%%% +%%% Symbol shortcuts %%% +%%%%%%%%%%%%%%%%%%%%%%%% + + +\newcommand{\charalphabetmacro}[3]{ +% #1: annotation prefix +% #2: annotation command (must be a single command!) +% #3: characters to define annotations for +% Create a macros of the form +% \newcommand{\#1##1}{#2{##1}} for each ##1 in #3 + \def\mydeffoo##1{\expandafter\def\csname #1##1\endcsname{#2{##1}}} + \def\mydefallfoo##1{\ifx##1\mydefallfoo\else\mydeffoo##1\expandafter\mydefallfoo\fi} + \expandafter \mydefallfoo #3\mydefallfoo +} + +\newcommand{\texalphabetmacro}[3]{ +% #1: annotation prefix +% #2: annotation command (must be a single command!) +% #3: latex symbol command text to define annotations for +% Create a macros of the form +% \newcommand{\#1##1}{#2{\##1}} for each ##1 in #3 + \def\mydeftex##1{\expandafter\def\csname #1##1\endcsname{#2{\csname ##1\endcsname}}} + \def\mydefalltex##1{\ifx\mydefalltex##1\else\mydeftex{##1}% + \lowercase{\mydeftex{##1}}\expandafter\mydefalltex\fi} + \expandafter \mydefalltex #3\mydefalltex +} + +\newcommand{\upperCaseRomanLetters}{ABCDEFGHIJKLMNOPQRSTUVWXYZ} +\newcommand{\lowerCaseRomanLetters}{abcdefghijklmnopqrstuvwxyz} +\newcommand{\lowerCaseRomanLettersNoMHT}{abcdefgijklnopqrsuvwxyz} +\newcommand{\lowerCaseRomanLettersNoG}{abcdefhijklmnopqrstuvwxyz} +\newcommand{\lowerCaseRomanLettersNoMF}{abcdeghijklnopqrstuvwxyz} + + +\newcommand{\lowerCaseGreekLetters}{{alpha}{beta}{gamma}{delta}{epsilon}{zeta}{eta}{theta}{iota}{kappa}{lambda}{mu}{nu}{xi}{omicron}{pi}{rho}{sigma}{tau}{upsilon}{phi}{chi}{psi}{omega}} +\newcommand{\lowerCaseGreekLettersNoEta}{{alpha}{beta}{gamma}{delta}{epsilon}{zeta}{theta}{iota}{kappa}{lambda}{mu}{nu}{xi}{omicron}{pi}{rho}{sigma}{tau}{upsilon}{phi}{chi}{psi}{omega}} +\newcommand{\upperCaseGreekLettersInLaTeX}{{Gamma}{Delta}{Theta}{Lambda}{Xi}{Pi}{Sigma}{Upsilon}{Phi}{Psi}{Omega}} + +% Bar everything shortcuts +\charalphabetmacro{bar}{\bar}{\upperCaseRomanLetters} +\charalphabetmacro{bar}{\bar}{\lowerCaseRomanLetters} + +\charalphabetmacro{b}{\boldorbar}{\upperCaseRomanLetters} +\charalphabetmacro{b}{\boldorbar}{\lowerCaseRomanLettersNoMF} % avoid clash with \bm and \bf +\newcommand{\boldf}{\bm{f}} % only need \boldf, since \barf already defined above + +\texalphabetmacro{b}{\boldorbar}{\lowerCaseGreekLettersNoEta} % avoid \beta <-> \bar{\eta} clash +\newcommand{\bareta}{\bar{\eta}} +\newcommand{\boldeta}{\bm{\eta}} +\texalphabetmacro{b}{\boldorbar}{\upperCaseGreekLettersInLaTeX} + +% Mathcal shortcuts +\charalphabetmacro{mc}{\mathcal}{\upperCaseRomanLetters} + +\newcommand{\hatmathcal}[1]{\hat{\mathcal{#1}}} +\charalphabetmacro{hmc}{\hatmathcal}{\upperCaseRomanLetters} + +% Mathfrak shortcuts +\charalphabetmacro{mf}{\mathfrak}{\upperCaseRomanLetters} +\charalphabetmacro{mf}{\mathfrak}{\lowerCaseRomanLetters} + + +% Bold Mathfrak shortcuts +\newcommand{\boldmathfrak}[1]{\mathbf{\mathfrak{#1}}} +\charalphabetmacro{bmf}{\boldmathfrak}{\upperCaseRomanLetters} +\charalphabetmacro{bmf}{\boldmathfrak}{\lowerCaseRomanLetters} + +% Hatted shortcuts +\charalphabetmacro{h}{\hat}{\upperCaseRomanLetters} +\charalphabetmacro{h}{\hat}{\lowerCaseRomanLettersNoMHT} +\texalphabetmacro{h}{\hat}{\lowerCaseGreekLetters} +\texalphabetmacro{h}{\hat}{\upperCaseGreekLettersInLaTeX} + +% Bold hatted shortcuts +\newcommand{\boldhat}[1]{\mathbf{\hat{#1}}} +\charalphabetmacro{bh}{\boldhat}{\upperCaseRomanLetters} +\charalphabetmacro{bh}{\boldhat}{\lowerCaseRomanLetters} +\texalphabetmacro{bh}{\boldhat}{\lowerCaseGreekLetters} +\texalphabetmacro{bh}{\boldhat}{\upperCaseGreekLettersInLaTeX} + + +%Wide hatted shortcuts +\charalphabetmacro{wh}{\widehat}{\upperCaseRomanLetters} +\charalphabetmacro{wh}{\widehat}{\lowerCaseRomanLettersNoMHT} + +% Tilde shortcuts +\charalphabetmacro{td}{\tilde}{\upperCaseRomanLetters} +\charalphabetmacro{td}{\tilde}{\lowerCaseRomanLetters} +\texalphabetmacro{td}{\tilde}{\lowerCaseGreekLetters} +\texalphabetmacro{td}{\tilde}{\upperCaseGreekLettersInLaTeX} + +% this had too many exceptions so i went with td instead of t :S + +% Bold tilde shortcuts +\newcommand{\boldtilde}[1]{\mathbf{\tilde{#1}}} + +\charalphabetmacro{btd}{\boldtilde}{\upperCaseRomanLetters} +\charalphabetmacro{btd}{\boldtilde}{\lowerCaseRomanLetters} +\texalphabetmacro{btd}{\boldtilde}{\lowerCaseGreekLetters} +\texalphabetmacro{btd}{\boldtilde}{\upperCaseGreekLettersInLaTeX} + +% bold italics +\def\mathbbi#1{\textbf{\em #1}} +\charalphabetmacro{bi}{\mathbbi}{\upperCaseRomanLetters} +\charalphabetmacro{bi}{\mathbbi}{\lowerCaseRomanLettersNoG} + +% bold hatted italics +\newcommand{\boldhatitalic}[1]{\hat{\mathbbi{#1}}} +\charalphabetmacro{bhi}{\boldhatitalic}{\upperCaseRomanLetters} +\charalphabetmacro{bhi}{\boldhatitalic}{\lowerCaseRomanLetters} + + + + + diff --git a/Week10/P2work1/resource/teaching.tex b/Week10/P2work1/resource/teaching.tex new file mode 100644 index 0000000..015c452 --- /dev/null +++ b/Week10/P2work1/resource/teaching.tex @@ -0,0 +1,47 @@ +\usepackage{mathtools,amssymb} +\usepackage{enumitem} +\usepackage{datetime} +\usepackage{fancyhdr} +\usepackage{ifthen} +\usepackage{pifont} +\usepackage{mathrsfs} +\usepackage[normalem]{ulem} +%\RequirePackage[usenames,dvipsnames]{color} + + +%% showing solutions +\newboolean{showsols} +\setboolean{showsols}{false} +\newcommand{\showsolutions}{\setboolean{showsols}{true}} +\newlength{\solspace} +\setlength{\solspace}{16em} +\newcommand{\nosolspace}{\setlength{\solspace}{0em}} + +\newcommand{\solution}[2]{\ifthenelse{\boolean{showsols}}{{\par\textcolor{red}{Rubric criterion: #1}\newline\textcolor{blue}{#2}}}{\vspace{\solspace}}} +\newcommand{\npforprint}{\ifthenelse{\boolean{showsols}}{}{\newpage}} +\newcommand{\vsforprint}[1]{\ifthenelse{\boolean{showsols}}{}{\vspace{#1}}} + +%% grading +\newcommand{\grades}[1]{~\newline\noindent\framebox[\textwidth][c]{E\quad \quad \quad \quad S \quad \quad \quad \quad R \quad \quad \quad \quad N}} + +\newcommand{\questiongrades}{\noindent\emph{Each item is marked $\checkmark$, $\checkmark\!-$, or \ding{55}:}\begin{center}\emph{$\checkmark$ = capable $~~$ $\checkmark\!-$ = mostly capable $~~$ \ding{55} = not yet}\end{center} } + +\newcommand{\triAssessments}{$\checkmark\quad\checkmark\!-\quad$\ding{55}\quad} +\newcommand{\biAssessments}{$\checkmark\quad$\ding{55}\quad} + +%% line for writing name and BUID +\newcommand{\nameBUID}{\noindent\textbf{Name:}\underline{\phantom{XXXXXXXXXXXXXXXXXXX}}\hfill\textbf{BUID:}\underline{\phantom{XXXXXXXXXXXXX}}\newline} + + +%% formatting +%\allowdisplaybreaks[3] +\renewcommand{\headrulewidth}{.4mm} % header line width +\renewcommand{\arraystretch}{1.25} + + +%% page style +\pagestyle{fancy} +\fancyhf{} +\rhead{Fall 2025} +\lhead{CAS MA 213: Basic Statistics and Probability} +%\rfoot{\thepage} \ No newline at end of file diff --git a/Week11/Lecture30/Lecture30_plan.tex b/Week11/Lecture30/Lecture30_plan.tex new file mode 100644 index 0000000..e95dddd --- /dev/null +++ b/Week11/Lecture30/Lecture30_plan.tex @@ -0,0 +1,40 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: ANOVA review. Which means differ? Motivate multiple comparisons + \item xx min R demo: multiple testing type I error, introduce concept of familywise error rate + \item xx min Board work: derive familywise error rate for independent tests + \item xx min Edfinity quiz: how to choose alpha to control FWER? + \item xx min R demo: multiple testing with Bonferroni + \item xx min Lecture: Go through t tests for ANOVA example + \item xx min Case study: Garden of forking paths, statistical vs practical significance + \item xx min Lecture: Best practices (avoid HT when inappropriate, preregistration, report effect size and CIs, data splitting for exploratory work) + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO1: Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO6: Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4: LO8: Conduct and Interpret ANOVA:} Assess whether conditions for an ANOVA are met, and if so, design, execute, and interpret the test to compare sample means across several groups. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Make this lecture 30 +% TODO: R demo simulating multiple testing with no effect +% TODO: Prep board work deriving FWER +% TODO: Edfinity quiz: adjusting alpha brainstorm +% TODO: Find a good case study for garden of forking paths, statistical vs practical significance (e.g. look at Gelman blog), prep it +% TODO: Prep lecture slides on garden of forking paths, best practices \ No newline at end of file diff --git a/Week11/Lecture31/Lecture31_agenda.tex b/Week11/Lecture31/Lecture31_agenda.tex new file mode 100644 index 0000000..579ccc9 --- /dev/null +++ b/Week11/Lecture31/Lecture31_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 5: Linear regression} + \begin{itemize} + \item \hl{Previously: }Comparing many means with ANOVA (Chapter 7.5) + \item \hl{This time: }Fitting a line, residuals, and correlation (Chapter 8.1) + \item \hl{Reading: }Chapter 8.2 for next time + \item \hl{Deadlines/Announcements: }HW 4.3 due today + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week11/Lecture31/Lecture31_draft.tex b/Week11/Lecture31/Lecture31_draft.tex new file mode 100644 index 0000000..897812d --- /dev/null +++ b/Week11/Lecture31/Lecture31_draft.tex @@ -0,0 +1,327 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\chp8@path{../../Chp 8} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 31]{MA213: Lecture 31} +\subtitle{Module 5: Linear regression} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture30_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Line fitting, residuals, and correlation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Fitting a line to data} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Modeling numerical variables} + +In this unit we will learn to quantify the relationship between two numerical variables, as well as modeling numerical response variables using a numerical or categorical explanatory variable. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{R Demonstration: Scatterplots and associations} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Poverty vs. HS graduate rate} + +The \hl{scatterplot} below shows the relationship between HS graduate rate in all 50 US states and DC and the \% of residents who live below the poverty line {\small (income below \$23,050 for a family of 4 in 2012)}. + +\twocol{0.55}{0.45}{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-1_linefit_res_corr/figures/poverty/poverty_hsgrad} +\end{center} +} +{ +\dq{Response variable?} +\pause +\soln{\% in poverty} +\pause +\dq{Explanatory variable?} +\pause +\soln{\% HS grad} +\pause +\dq{Relationship?} +\pause +\soln{linear, negative, moderately strong} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Defining relationships practice} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Using a linear regression to predict poverty} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +The linear model for predicting poverty from high school graduation rate in the US is + +\[ \hat{poverty} = 64.78 - 0.62 * HS_{grad} \] + +The ``hat" is used to signify that this is an estimate. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\dq{The high school graduate rate in Georgia is 85.1\%. What poverty level does the model predict for this state?} + +\pause + +\[ 64.78 - 0.62 * 85.1 = 12.018 \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Eyeballing the line} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Eyeballing the line} + +\twocol{0.3}{0.7} +{ +\pq{Which of the following appears to be the line that best fits the linear relationship between \% in poverty and \% HS grad? Choose one.} +\soln{\only<2>{\orange{ +(a) +}}} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_manylines} +\end{center} +} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Residuals} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Residuals} + +\hl{Residuals} are the leftovers from the model fit: Data = Fit + Residual + +\begin{center} +\includegraphics[width=0.8\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_res} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Residuals (cont.)} + +\formula{Residual}{ +Residual is the difference between the observed ($y_i$) and predicted $\hat{y}_i$. +\[ e_i = y_i - \hat{y}_i \] +} +\vspace{-0.5cm} +\twocol{0.6}{0.4} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_res_text} +\end{center} +} +{ +\pause +\begin{itemize} +\item \% living in poverty in DC is 5.44\% more than predicted. +\pause +\item \% living in poverty in RI is 4.16\% less than predicted. +\end{itemize} +} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Describing linear relationships with correlation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Quantifying the relationship} + +\begin{itemize} + +\item \hl{Correlation} describes the strength of the \orange{linear} association between two variables. + +\pause + +\item It takes values between -1 (perfect negative) and +1 (perfect positive). + +\pause + +\item A value of 0 indicates no linear association. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Correlation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Guessing the correlation} + +\pq{Which of the following is the best guess for the correlation between \% in poverty and \% HS grad?} +\twocol{0.4}{0.6} +{ +\begin{enumerate}[(a)] +\item 0.6 +\solnMult{-0.75} +\item -0.1 +\item 0.02 +\item -1.5 +\end{enumerate} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-1_linefit_res_corr/figures/poverty/poverty_hsgrad_line} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Guessing the correlation} + +\pq{Which of the following is the best guess for the correlation between \%~in~poverty and \%~female~householder,~no~husband~present?} + +\twocol{0.4}{0.6} +{ +\begin{enumerate}[(a)] +\item 0.1 +\item -0.6 +\item -0.4 +\item 0.9 +\solnMult{0.5} +\end{enumerate} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-1_linefit_res_corr/figures/poverty/poverty_nohusband} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Assessing the correlation} + +\pq{Which of the following is has the strongest correlation, i.e. correlation coefficient closest to +1 or -1?} + +\twocol{0.8}{0.2} +{ +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp8@path/8-1_linefit_res_corr/figures/cor/cor} +\end{center} +} +{ +\soln{\only<2>{\orange{ +(b) $\rightarrow$ correlation means \underline{linear} association +}}} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Preview to line-fitting} + +\begin{frame} + \frametitle{Motivation} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week11/Lecture31/Lecture31_plan.tex b/Week11/Lecture31/Lecture31_plan.tex new file mode 100644 index 0000000..6506d21 --- /dev/null +++ b/Week11/Lecture31/Lecture31_plan.tex @@ -0,0 +1,34 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: Motivate linear regression, modeling numerical variables + \item xx min R Demonstration: scatter plots, response/explanatory variable(s), determining relationships % like slide 2 + \item xx min Edfinity quiz: from scatter plots, practice determining response/explanatory and relationship between variables for different examples + \item xx min Lecture: residuals, correlation + \item xx min Edfinity quiz: guessing and then assessing correlation (like slides 9-11) + \item xx min Lecture: motivate line-fitting (next time) + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO1: Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \item \textbf{M5, LO1: Describe and Assess Relationships Between Two Variables:} Describe the association between two numerical variables in a scatter plot in terms of direction, shape (linear or nonlinear), and strength, and assess whether linear regression is an appropriate model. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: R demo for scatter plots, variable types, relationships +% TODO: Edfinity quiz on response/explanatory variables and relationships +% TODO: Edfinity quiz on guessing and then assessing correlation +% TODO: Slides to motivate line-fitting + diff --git a/Week11/Lecture32/Lecture32_agenda.tex b/Week11/Lecture32/Lecture32_agenda.tex new file mode 100644 index 0000000..5b97150 --- /dev/null +++ b/Week11/Lecture32/Lecture32_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 5: Linear regression} + \begin{itemize} + \item \hl{Previously: }Fitting a line, residuals, and correlation (Chapter 8.1) + \item \hl{This time: }Least squares regression (Chapter 8.2) + \item \hl{Reading: }Chapter 8.3 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week11/Lecture32/Lecture32_draft.tex b/Week11/Lecture32/Lecture32_draft.tex new file mode 100644 index 0000000..eb4b174 --- /dev/null +++ b/Week11/Lecture32/Lecture32_draft.tex @@ -0,0 +1,654 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\chp8@path{../../Chp 8} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 32]{MA213: Lecture 32} +\subtitle{Module 5: Linear regression} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture31_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Review} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Last time: residuals and correlation} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Fitting a line by least squares regression} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{An objective measure for finding the best line} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{An objective measure for finding the best line} + +\begin{itemize} + +\item We want a line that has small residuals: +\pause +\begin{enumerate} +\item Option 1: Minimize the sum of magnitudes (absolute values) of residuals +\[ |e_1| + |e_2| + \cdots + |e_n| \] +\pause +\item Option 2: Minimize the sum of squared residuals -- \hl{least squares} +\[ e_1^2 + e_2^2 + \cdots + e_n^2 \] +\end{enumerate} + +\pause + +\item Why least squares? +\pause +\begin{enumerate} +\item Most commonly used +\pause +\item Easier to compute by hand and using software +\pause +\item In many applications, a residual twice as large as another is usually more than twice as bad +\end{enumerate} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{The least squares line} + +\[ \mathhl{ \hat{y} = \beta_0 + \beta_1 x } \] + +\begin{itemize} +\item $\hat{y}$: Predicted value of the response variable, $y$ +\item $\beta_0$: Intercept, parameter +\begin{itemize} +\item $b_0$: Intercept, point estimate +\end{itemize} +\item $\beta_1$: Slope, parameter +\begin{itemize} +\item $b_1$: Slope, point estimate +\end{itemize} +\item $x$: Explanatory variable +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Conditions for the least squares line} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditions for the least squares line} + +\begin{enumerate} + +\item Linearity + +\pause + +\item Nearly normal residuals + +\pause + +\item Constant variability + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditions: (1) Linearity} + +\begin{itemize} + +\item The relationship between the explanatory and the response variable should be linear. + +\pause + +\item Methods for fitting a model to non-linear relationships exist, but are beyond the scope of this class. If this topic is of interest, an \href{http://www.openintro.org/download.php?file=os2_extra_nonlinear_relationships&referrer=/stat/textbook.php}{Online Extra is available on openintro.org} covering new techniques. + +\pause + +\item Check using a scatterplot of the data, or a \hl{residuals plot}. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp8@path/8-2_least_square_reg/figures/sampleLinesAndResPlots/sampleLinesAndResPlots} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Checking the conditions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Slope and intercept} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Practice with slope and intercept} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Regression, extrapolation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Putting it all together} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Anatomy of a residuals plot} + +\twocol{0.5}{0.5} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_resplot} +\end{center} +} +{ +\green{{\LARGE $\blacktriangle$}} \hl{RI:} +\begin{align*} +\%~HS~grad &= 81 \qquad \%~in~poverty = 10.3 \\ +\widehat{\%~in~poverty} &= 64.68 - 0.62 * 81 = 14.46 \\ +e &= \%~in~poverty - \widehat{\%~in~poverty} \\ +&= 10.3 - 14.46 = \green{$-4.16$} +\end{align*} +$\:$ +\pause +\textcolor{red}{{\Large $\blacksquare$}} \hl{DC:} +\begin{align*} +\%~HS~grad &= 86 \qquad \%~in~poverty = 16.8 \\ +\widehat{\%~in~poverty} &= 64.68 - 0.62 * 86 = 11.36 \\ +e &= \%~in~poverty - \widehat{\%~in~poverty} \\ +&= 16.8 - 11.36 = \textcolor{red}{5.44} +\end{align*} +} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditions: (2) Nearly normal residuals} + +\begin{itemize} + +\item The residuals should be nearly normal. + +\pause + +\item This condition may not be satisfied when there are unusual observations that don't follow the trend of the rest of the data. + +\pause + +\item Check using a histogram. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.5\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/normal_res} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditions: (3) Constant variability} + +\twocol{0.5}{0.5} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_tube} +\end{center} +} +{ +\begin{itemize} + +\item The variability of points around the least squares line should be roughly constant. + +\pause + +\item This implies that the variability of residuals around the 0 line should be roughly constant as well. + +\pause + +\item Also called \hl{homoscedasticity}. + +\pause + +\item Check using a residuals plot. + +\end{itemize} +} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Checking conditions} + +\twocol{0.5}{0.5} +{ +\pq{What condition is this linear model obviously violating?} +\begin{enumerate}[(a)] +\item Constant variability +\solnMult{Linear relationship} +\item Normal residuals +\item No extreme outliers +\end{enumerate} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/problems/nonlinear} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Checking conditions} + +\twocol{0.5}{0.5} +{ +\pq{What condition is this linear model obviously violating?} +\begin{enumerate}[(a)] +\solnMult{ Constant variability} +\item Linear relationship +\item Normal residuals +\item No extreme outliers +\end{enumerate} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/problems/heteroscedastic} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Finding the least squares line} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Given...} + +\twocol{0.5}{0.5} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad} +\end{center} +} +{ +\begin{tabular}{l r r} +\hline + & \% HS grad & \% in poverty \\ + & $(x)$ & $(y)$ \\ +\hline +mean & $\bar{x} = 86.01$ & $\bar{y} = 11.35$ \\ +sd & $s_x = 3.73$ & $s_y = 3.1$ \\ +\hline + & correlation & $R = -0.75$ \\ +\hline +\end{tabular} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Interpreting regression model parameter estimates} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Slope} + +\formula{Slope} +{The slope of the regression can be calculated as +\[ b_1 = \frac{s_y}{s_x} R \] +} + +\pause + +\hl{In context...} +\[ b_1 = \frac{3.1}{3.73} \times -0.75 = -0.62 \] + +\pause +$\:$ \\ +\hl{Interpretation} \\ +For each additional \% point in HS graduate rate, we would expect the \% living in poverty to be lower on average by 0.62\% points. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Intercept} + +\formula{Intercept} +{The intercept is where the regression line intersects the $y$-axis. The calculation of the intercept uses the fact the a regression line always passes through $(\bar{x},\bar{y})$. +\[ b_0 = \bar{y} - b_1 \bar{x} \] +} + +\pause + +\twocol{0.68}{0.32} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_line_wide} +\end{center} +} +{ +\pause +\begin{align*} +b_0 &= 11.35 - (-0.62) \times 86.01 \\ +&= 64.68 +\end{align*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\pq{Which of the following is the correct interpretation of the intercept?} + +\begin{enumerate}[(a)] +\item For each \% point increase in HS graduate rate, \% living in poverty is expected to increase on average by 64.68\%. +\item For each \% point decrease in HS graduate rate, \% living in poverty is expected to increase on average by 64.68\%. +\item Having no HS graduates leads to 64.68\% of residents living below the poverty line. +\solnMult{States with no HS graduates are expected on average to have 64.68\% of residents living below the poverty line.} +\item In states with no HS graduates \% living in poverty is expected to increase on average by 64.68\%. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{More on the intercept} + +Since there are no states in the dataset with no HS graduates, the intercept is of no interest, not very useful, and also not reliable since the predicted value of the intercept is so far from the bulk of the data. + +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_line_wide} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Regression line} + +\[ \widehat{\%~in~poverty} = 64.68 - 0.62~\%~HS~grad \] + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_line} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Recap: Interpreting the slope and the intercept} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Interpretation of slope and intercept} + +\twocol{0.5}{0.5}{ +\begin{itemize} + +\item \hl{Intercept:} When {$x = 0$}, {$y$} is expected to equal {the intercept}. \\ + +$\:$ \\ + +\item \hl{Slope:} For each {unit} in {$x$}, {$y$} is expected to {increase / decrease} on average by {the slope}. + +\end{itemize} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/diagram} +\end{center} +} + +\vspace{1cm} + +\Note{These statements are not causal, unless the study is a randomized controlled experiment.} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Prediction \& extrapolation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Prediction} + +\begin{itemize} + +\item Using the linear model to predict the value of the response variable for a given value of the explanatory variable is called \hl{prediction}, simply by plugging in the value of $x$ in the linear model equation. + +\item There will be some uncertainty associated with the predicted value. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.9\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_pred} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Extrapolation} + +\begin{itemize} + +\item Applying a model estimate to values outside of the realm of the original data is called \hl{extrapolation}. + +\item Sometimes the intercept might be an extrapolation. + +\end{itemize} + +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad_line_wide} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Examples of extrapolation} + +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/extrapolation} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Examples of extrapolation} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp8@path/8-2_least_square_reg/figures/womenOutsprintBBC} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Examples of extrapolation} + +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/womenOutsprint} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Using $R^2$ to describe the strength of a fit} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{$R^2$} + +\begin{itemize} + +\item The strength of the fit of a linear model is most commonly evaluated using \mathhl{R^2}. + +\pause + +\item $R^2$ is calculated as the square of the correlation coefficient. + +\pause + +\item It tells us what percent of variability in the response variable is explained by the model. + +\pause + +\item The remainder of the variability is explained by variables not included in the model or by inherent randomness in the data. + +\pause + +\item For the model we've been working with, $R^2 = (-0.75)^2 = 0.56$. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Interpretation of $R^2$} + +\pq{{\small Which of the below is the correct interpretation of $R = -0.75$, $R^2 = 0.56$?}} + +\twocol{0.65}{0.35}{ +\begin{enumerate}[(a)] + +\item 56\% of the variability in the \% of HG graduates among the 51 states is explained by the model. + +\solnMult{ 56\% of the variability in the \% of residents living in poverty among the 51 states is explained by the model.} + +\item 56\% of the time \% HS graduates predict \% living in poverty correctly. + +\item 75\% of the variability in the \% of residents living in poverty among the 51 states is explained by the model. + +\end{enumerate} +}{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-2_least_square_reg/figures/poverty/poverty_hsgrad} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week11/Lecture32/Lecture32_plan.tex b/Week11/Lecture32/Lecture32_plan.tex new file mode 100644 index 0000000..d48e01f --- /dev/null +++ b/Week11/Lecture32/Lecture32_plan.tex @@ -0,0 +1,43 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: review residuals, correlation from last time + \item xx min Lecture: how to "find" the best-fit line? different objectives - motivate least squares (like slide 2) + \item xx min Lecture: conditions for least squares (linearity, nearly-normal residuals, constant variability) (up to slide 8) + \item xx min Edfinity quiz: new examples, are the conditions met? (like slide 9, 10) + \item xx min Lecture: Interpreting the slope and intercept (slides 11-17) + \item xx min R Demonstration: slope and intercept in the lecture example (from scratch, and using lm); interpretation + \item xx min Edfinity quiz: practice interpreting the slope and intercept in new examples + \item xx min Lecture: Prediction and extrapolation (slides 18-22) + \item xx min R Demonstration: now that we have the slope and intercept, we can plot a regression line and make predictions; $R^2$ and its interpretation + \item xx min R Demonstration: extrapolation + \item xx min Lecture: R^2 + \item xx min Edfinity quiz: Full regression problem with new examples + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO1: Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \item \textbf{M5, LO1: Describe and Assess Relationships Between Two Variables:} Describe the association between two numerical variables in a scatter plot in terms of direction, shape (linear or nonlinear), and strength, and assess whether linear regression is an appropriate model. + \item \textbf{M5, LO2: Compute and Interpret Correlation and R²:} Compute and interpret correlation coefficients and R² values, while recognizing that correlation does not imply causation. + \item \textbf{M5, LO3: Fit and Interpret Linear Models Using Least Squares:} Fit the intercept and slope of a linear model to data using the least squares method, interpret the fitted values, and use the model to predict responses to new inputs. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Edfinity quiz: checking the conditions for linear regression +% TODO: R demo: Fitting the regression, interpreting Slope and intercept +% TODO: Edfinity quiz: interpreting slop and intercept +% TODO: R demo: prediction and extrapolation +% TODO: Edfinity quiz: full regression problem and interpretation +% TODO: Correct the locations of the slides indicating the Edfinity/R demos diff --git a/Week12/Lab7/Lab7_activity.Rmd b/Week12/Lab7/Lab7_activity.Rmd new file mode 100644 index 0000000..d3dc48b --- /dev/null +++ b/Week12/Lab7/Lab7_activity.Rmd @@ -0,0 +1,94 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab7 Activity" +bibliography: references.bib +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## Lab 7: Linear Regression + +### Lab activities + +#### Exercise Q6 + +Choose one dataset and perform data analysis using simple linear regression. Your group can choose a data from + +[Survey of Duke students on GPA, studying, and more](https://www.openintro.org/data/index.php?data=gpa) + +[US Crime Rates](https://www.openintro.org/data/index.php?data=us_crime_rates) + +[Normal Body Temperature](https://www.openintro.org/data/index.php?data=thermometry) + +[State-level data](https://www.openintro.org/data/index.php?data=state_stats) + +[SAT and GPA data](https://www.openintro.org/data/index.php?data=satgpa) + +[Pierce County House Sales Data for 2020](https://www.openintro.org/data/index.php?data=pierce_county_house_sales) + +0. Import the data + +```{r} + +# +# +# + + +``` + +1. Check the relationship between response variable and explanatory variable. + +```{r} +# +# +# + +``` + +2. Obtain the least square line and get the residuals. + +```{r} +# +# +# + +``` + +3. Show some plots to check model assumption. + +```{r} +# +# +# + +``` + +### Post-lab activities + +The Toluca Company manufactures refrigeration equipments as well as many replacement parts. In the past, one of the replacement parts has been produced periodically in lots of varying sizes. When a cost improvement program was undertaken, company officials wished to determine the optimum lot size for producing this part. The production of this part involves setting up the production process (which must be done no matter what is the lot size) and machining and assembly operations. One key input for the model to ascertain the optimum lot size was the relationship between lot size and labour hours required to produce the lot. To determine this relationship, data on lot size and work hours for 25 recent production runs were utilized. The production conditions were stable during the six-month period in which the 25 runs were made and were expected to continue to be the same during the next three years, the planning period for which the cost improvement program was being conducted. + +Please name your submission as `lab7.R` + +Data here is given in `toluca.csv` . + +1. Calculate the correlation coefficient and save it to object `r2.` + +2. Obtain standard deviations of `X` and `Y`, `sx` and `sy`, respectively. + +3. Obtain the sum of `X` and `Y`, `sumx` and `sumy`, respectively. + +4. Obtain `b0` estimate for $\beta_0$. + +5. Obtain the slope estimate `b1` . + +6. Obtain `R2` . + +7. What is the 5th residual value? Assign it to object `resid5` . diff --git a/Week12/Lab7/Lab7_guide.Rmd b/Week12/Lab7/Lab7_guide.Rmd new file mode 100644 index 0000000..159dde3 --- /dev/null +++ b/Week12/Lab7/Lab7_guide.Rmd @@ -0,0 +1,221 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab7 guide" +bibliography: references.bib +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## Lab 7: Linear Regression + +------------------------------------------------------------------------ + +## Learning Objectives + +- **Compute and Interpret Correlation and R²**: Compute and interpret correlation coefficients and R² values, while recognizing that correlation does not imply causation. +- **Describe and Assess Relationships Between Two Variables**: Describe the association between two numerical variables in a scatter plot in terms of direction, shape (linear or nonlinear), and strength, and assess whether linear regression is an appropriate model. +- **Fit and Interpret Linear Models Using Least Squares**: Fit the intercept and slope of a linear model to data using the least squares method, interpret the fitted values, and use the model to predict responses to new inputs. +- **Perform Inference for Regression Coefficients**: Use fit summary and parameter estimates (e.g., $\hat{\beta_1}$ and $\hat{\sigma^2}$ ) to perform hypothesis tests or construct confidence intervals for the slope, and interpret the results. + +### Lab activities + +***Beauty in the class*** + +Many college courses conclude by giving students the opportunity to evaluate the course and the instructor anonymously. However, the use of these student evaluations as an indicator of course quality and teaching effectiveness is often criticized because these measures may reflect the influence of non-teaching related characteristics, such as the physical appearance of the instructor. Researchers at University of Texas, Austin collected data on teaching evaluation score (higher score means better) and standardized beauty score (a score of 0 means average, negative score means below average, and a positive score means above average) for a sample of 463 professors. (The data was originally considered by @hamermesh2005beauty.) + +> Variables in the data frame : +> +> | Name | Details | +> |------------------------------------|------------------------------------| +> | minority | is the professor from a non-Caucasian ethnic minority? | +> | age | the professor’s age. | +> | gender | a factor indicating the professor’s gender. | +> | credits | a factor indicating whether the course is a single-credit elective (e.g. scuba diving or ballroom dancing, coded “single”) or an academic course (coded “more”). | +> | beauty | a rating of the professor’s physical attractiveness, as judged by a panel of six students. (The score was averaged across all six panelists, and shifted to have a mean of zero) | +> | eval | the professor’s average teaching evaluation for courses in the sample, on a scale of 1 to 5. | +> | division | whether the course is an upper or lower division course. | +> | native | whether the professor is a native English speaker. | +> | tenure | whether the professor is tenured/tenure-track, or not. | +> | students | the number of students that participated in the evaluation. | +> | allstudents | the number of students enrolled in the course. | +> | prof | a unique numerical identifier for the professor being rated. | + +1. Let's import the data. What are your interests? What could be the response and explanatory variables? + +```{r} +library(dplyr) +library(ggplot2) + +df <- read.csv("beauty.csv") + +glimpse(df) +head(df) + + + +``` + +We can think `eval` as response (dependent) variable and `beauty` as explanatory (independent) variable. + +Here are some statistics of the `beauty` and `eval`. + +| | beauty | eval | +|--------------------|--------|-------| +| Min | -1.450 | 2.100 | +| Median | -0.068 | 4.000 | +| Mean | 0.000 | 3.998 | +| Max | 1.970 | 5.000 | +| Standard Deviation | 0.788 | 0.554 | + +: Descriptive Statistics of beauty and eval (obtained from `summary()` ) + +2. Let's first see how response variable and explanatory variable are related. + +We can look at scatter plot to see how `beauty` and `eval` (course ratings) are related. + +```{r} + +ggplot(data=df, mapping = aes(x=beauty, y=eval)) + geom_point() + +# +# +# + +``` + +Let's also check correlation between `beauty` and `eval`. + +Correlation $$ +R = \frac{1}{n-1} \sum_{i=1}^{n} \frac{x_i - \bar{x}}{s_{x}} \frac{y_i - \bar{y}}{s_{y}} +$$ where $s_x$ is the standard deviation of explanatory variable $x$ and $s_y$ is the standard deviation of response variable. + +let's obtain the correlation between `beauty` and `eval`, $R$, using R. + +```{r} +# +# +# +n = dim(df)[1] +X = df$beauty +Y = df$eval + +xbar = mean(X) +ybar = mean(Y) + +sx = sd(X) +sy = sd(Y) + +R = 0 # initialize R +for (i in 1:n){ + R = R+((X[i] - xbar)/sx) * ((Y[i] - ybar)/sy) +} +R = R/(n-1) +R + + +# or vector wise calculation can be done as following +# sum(((X-xbar)/sx )* ((Y-ybar)/sy )) / (n-1) +``` + +Based on the correlation, what does it tell you? + +-\> Weak and positive relationship. + +3. Let's obtain least squares line where the model is $$ + y = \beta_0 + \beta_1 x + \epsilon + $$ The estimates are $$ + b_1 = \hat{\beta_1} = (\frac{s_y}{s_x}) R, + $$ + +$$ +b_0 = \hat{\beta_0} = \bar{y} - b_1 \bar{x} +$$ + +Let's obtain the least squares line. Obtain `b0` and `b1`. + +```{r} + +# +# +# +b1 = (sy/sx)*R +b1 + +b0 = ybar-b1*xbar +b0 + +``` + +We can check some of the assumptions (conditions) for the least square lines. + +Obtain residuals and show plot of residuals against explanatory variable + +```{r} + +# +# +# Residuals = y - yhat +yhat = b0+b1*X +Residuals = Y - yhat + +df = data.frame(Beauty = X, Residuals) + +ggplot(data = df, aes(x=Beauty, y=Residuals)) + geom_point() + + +``` + +We can check how residuals are distributed. + +How do you check if residuals are normally distributed? + +Show histogram plot of residuals + +```{r} +# +# +# +ggplot(data = df) + geom_histogram(mapping = aes(Residuals)) + +``` + +We can also check QQ plot, quantile-quantile plot. It is a graphical tool to assess if data comes from theoretical distribution (normal distribution in this case). We are expected to see If the points are on the diagonal line. + +```{r} + +qqnorm(Residuals) +qqline(Residuals) #this will draw 45 degree line for reference purposes. +``` + +Let's calculate $R^2$ to describe the strength of a fit + +```{r} +# +# +# +R_Squared = R^2 +R_Squared + +``` + +What does it mean? + +-\> **This means that about 3.5% of the variation in the data can be explained by using information about beauty to predict class evaluation.** + +Now, let us walk through the output from `lm()` function in R. + +```{r} + +# +model = lm(Y~X) +summary(model) + + +``` diff --git a/Week12/Lab7/StudentList.csv b/Week12/Lab7/StudentList.csv new file mode 100644 index 0000000..aeeaef9 --- /dev/null +++ b/Week12/Lab7/StudentList.csv @@ -0,0 +1,30 @@ +First,Last +A,AA +B,BB +C,CC +D,DD +E,EE +F,FF +G,GG +H,HH +I,II +J,JJ +K,KK +L,LL +M,MM +N,NN +O,OO +P,PP +Q,QQ +R,RR +S,SS +T,TT +U,UU +V,VV +W,WW +X,XX +Y,YY +Z,ZZ +A2,AA2 +B2,BB2 +C2,CC2 \ No newline at end of file diff --git a/Week12/Lab7/beauty.csv b/Week12/Lab7/beauty.csv new file mode 100644 index 0000000..15203c1 --- /dev/null +++ b/Week12/Lab7/beauty.csv @@ -0,0 +1,464 @@ +"minority","age","gender","credits","beauty","eval","division","native","tenure","students","allstudents","prof" +"yes",36,"female","more",0.2899157,4.3,"upper","yes","yes",24,43,"1" +"no",59,"male","more",-0.7377322,4.5,"upper","yes","yes",17,20,"2" +"no",51,"male","more",-0.5719836,3.7,"upper","yes","yes",55,55,"3" +"no",40,"female","more",-0.6779634,4.3,"upper","yes","yes",40,46,"4" +"no",31,"female","more",1.509794,4.4,"upper","yes","yes",42,48,"5" +"no",62,"male","more",0.5885687,4.2,"upper","yes","yes",182,282,"6" +"no",33,"female","more",-0.126001,4,"upper","yes","yes",33,41,"7" +"no",51,"female","more",-0.2581899,3.4,"upper","yes","yes",25,41,"8" +"no",33,"female","more",0.1496926,4.5,"upper","yes","yes",48,60,"9" +"no",47,"male","more",0.540917,3.9,"upper","yes","no",16,19,"10" +"yes",35,"male","more",0.2316134,3.1,"upper","no","yes",18,25,"11" +"no",37,"male","more",-0.0666737,4,"upper","yes","no",30,34,"12" +"no",42,"male","more",0.2168924,3.8,"upper","yes","yes",28,40,"13" +"no",49,"male","more",-0.2586962,3.4,"upper","no","yes",30,36,"14" +"no",37,"female","more",0.5502878,2.9,"upper","yes","yes",23,28,"15" +"no",45,"male","more",-0.0620358,4.5,"upper","yes","yes",23,33,"16" +"no",56,"female","more",-0.9823852,4,"upper","yes","no",27,41,"17" +"no",48,"male","more",-0.054344,3.8,"lower","yes","no",100,135,"18" +"no",46,"female","more",-0.0680143,4.3,"upper","yes","yes",25,31,"19" +"no",57,"female","more",0.0294137,3.4,"upper","yes","no",17,28,"20" +"no",52,"female","more",0.2394859,3.4,"upper","yes","no",19,22,"21" +"yes",29,"female","more",-0.8487269,3.3,"upper","no","yes",19,26,"22" +"no",62,"male","more",-0.7330914,4.3,"upper","yes","yes",30,39,"23" +"no",64,"male","more",-0.1111221,4.4,"upper","yes","yes",15,24,"24" +"no",34,"female","more",1.775517,4.6,"upper","yes","yes",20,26,"25" +"no",58,"male","more",-0.3218485,4.2,"upper","yes","yes",84,159,"26" +"yes",52,"male","more",0.2116939,4,"upper","no","yes",13,16,"27" +"no",73,"male","more",-0.717645,3.3,"upper","yes","yes",12,17,"28" +"no",70,"male","more",-0.7326927,4.4,"upper","yes","yes",47,134,"29" +"no",41,"female","more",0.4081676,2.3,"upper","yes","yes",10,12,"30" +"no",63,"male","more",-0.0102077,3.5,"upper","yes","no",28,43,"31" +"no",47,"male","more",-0.923957,4.7,"upper","yes","yes",10,15,"32" +"no",39,"male","more",0.5766805,3.9,"lower","yes","yes",86,246,"33" +"yes",47,"female","more",-0.0836015,4,"lower","yes","yes",21,21,"34" +"no",54,"male","more",-1.079558,4.3,"upper","yes","yes",15,15,"35" +"yes",44,"female","more",1.040902,3.8,"upper","yes","yes",30,55,"36" +"yes",47,"male","more",-1.052108,3.8,"upper","yes","yes",20,27,"37" +"no",62,"male","more",-0.7277681,4,"upper","yes","yes",12,13,"38" +"no",60,"male","more",-0.3953965,4.6,"upper","yes","yes",25,34,"39" +"no",37,"male","more",0.9333959,3.5,"upper","yes","yes",15,17,"40" +"no",42,"male","more",-0.2377786,4.7,"upper","yes","yes",13,14,"41" +"no",35,"male","more",0.274908,4.2,"upper","yes","yes",42,51,"42" +"no",39,"female","more",1.970023,3.4,"lower","yes","no",22,24,"43" +"no",49,"male","more",1.05095,3.9,"upper","yes","yes",28,45,"44" +"no",61,"male","more",0.2418185,4.5,"lower","yes","yes",22,27,"45" +"no",33,"male","more",1.349395,4.7,"upper","yes","yes",30,31,"46" +"no",58,"female","more",0.1115635,3.5,"upper","yes","yes",26,34,"47" +"no",56,"female","more",-0.2577254,3.7,"upper","yes","yes",12,19,"48" +"no",50,"female","more",-0.6562689,4,"lower","yes","no",22,27,"49" +"no",52,"male","more",-0.6563948,4.1,"upper","yes","yes",57,67,"50" +"no",33,"female","more",0.7244775,4.4,"upper","yes","yes",10,15,"51" +"no",57,"male","more",0.6318343,4.2,"upper","yes","yes",69,77,"52" +"no",38,"female","more",1.070944,4.5,"upper","yes","yes",46,65,"53" +"no",34,"female","more",-1.450494,3.8,"lower","yes","yes",54,91,"54" +"no",34,"male","more",1.15588,3.1,"upper","yes","yes",24,36,"55" +"no",32,"male","more",-0.3260148,3.7,"lower","yes","yes",85,248,"56" +"no",42,"female","more",0.8846435,3.9,"lower","yes","yes",44,62,"57" +"no",43,"female","more",-0.5583452,4,"lower","yes","yes",35,51,"58" +"no",35,"male","more",-0.3415543,3.3,"upper","no","yes",11,19,"59" +"no",62,"female","more",-0.5040575,3.1,"upper","yes","yes",22,27,"60" +"no",42,"male","more",-0.9005804,4,"upper","yes","yes",45,86,"61" +"no",39,"male","more",0.6430142,4.3,"upper","yes","yes",22,29,"62" +"no",52,"female","more",0.773524,3.7,"upper","yes","yes",64,88,"63" +"no",52,"female","more",1.063938,3.4,"upper","yes","yes",31,44,"64" +"no",52,"female","more",-1.090389,4.3,"upper","yes","no",59,75,"65" +"no",64,"male","more",-1.069162,3.7,"upper","yes","yes",9,11,"66" +"no",50,"male","more",1.415695,4.2,"upper","yes","yes",15,16,"67" +"no",60,"male","more",-1.422919,2.2,"upper","yes","yes",23,32,"68" +"no",51,"female","more",0.3918222,3,"upper","yes","yes",47,67,"69" +"no",43,"male","more",-0.4899626,4.3,"lower","yes","yes",19,22,"70" +"yes",50,"male","single",-0.5835869,4.6,"lower","yes","no",17,24,"71" +"no",52,"male","more",0.7566829,3.5,"upper","yes","yes",46,69,"72" +"no",51,"male","more",0.8808186,4.6,"lower","yes","yes",348,574,"73" +"no",38,"male","more",-0.5665014,3.7,"lower","yes","yes",44,87,"74" +"no",47,"female","more",0.3394037,3.8,"lower","yes","yes",19,24,"75" +"yes",43,"female","more",-0.1513687,3.6,"lower","yes","yes",47,103,"76" +"no",38,"female","more",-1.024997,4.4,"lower","yes","no",33,68,"77" +"no",43,"male","more",-0.0252444,4.1,"lower","yes","yes",10,13,"78" +"no",57,"male","more",-0.7467875,4.3,"upper","yes","yes",7,13,"79" +"no",51,"female","more",0.9889485,4,"upper","yes","yes",9,11,"80" +"no",45,"male","single",-0.5324199,4.8,"lower","yes","no",12,17,"81" +"no",57,"male","more",-0.7668921,3.5,"lower","yes","yes",13,14,"82" +"no",47,"female","more",1.154256,3.6,"lower","yes","no",16,21,"83" +"yes",54,"female","more",1.232602,3.8,"lower","yes","yes",18,18,"84" +"no",58,"male","more",1.774334,4.7,"lower","yes","no",16,17,"85" +"no",42,"male","more",1.773151,4.9,"lower","yes","yes",15,18,"86" +"no",33,"male","more",0.7245926,4.3,"lower","yes","yes",85,120,"87" +"no",62,"male","more",-1.181626,3.3,"lower","yes","yes",11,38,"88" +"yes",35,"female","more",1.769452,3.4,"lower","yes","yes",60,96,"89" +"no",61,"male","more",-0.5872612,3.6,"lower","yes","yes",27,39,"90" +"no",52,"female","more",-0.0018324,4,"lower","yes","yes",61,111,"91" +"no",60,"female","more",-0.0566766,3.9,"upper","no","yes",23,27,"92" +"no",32,"male","more",1.231394,4.3,"lower","yes","yes",98,132,"93" +"yes",42,"female","more",0.4203998,3.3,"upper","no","yes",48,84,"94" +"yes",36,"female","more",0.2899157,3.7,"upper","yes","yes",86,125,"1" +"yes",36,"female","more",0.2899157,3.6,"upper","yes","yes",76,125,"1" +"yes",36,"female","more",0.2899157,4.4,"upper","yes","yes",77,123,"1" +"no",59,"male","more",-0.7377322,4,"upper","yes","yes",35,40,"2" +"no",59,"male","more",-0.7377322,2.1,"upper","yes","yes",39,44,"2" +"no",51,"male","more",-0.5719836,3.2,"upper","yes","yes",111,195,"3" +"no",40,"female","more",-0.6779634,3.5,"upper","yes","yes",24,27,"4" +"no",40,"female","more",-0.6779634,4.1,"upper","yes","yes",24,25,"4" +"no",40,"female","more",-0.6779634,4.6,"upper","yes","yes",17,20,"4" +"no",40,"female","more",-0.6779634,3.8,"upper","yes","yes",14,25,"4" +"no",40,"female","more",-0.6779634,3.8,"upper","yes","yes",37,42,"4" +"no",40,"female","more",-0.6779634,3.8,"upper","yes","yes",18,20,"4" +"no",40,"female","more",-0.6779634,4.2,"upper","yes","yes",15,18,"4" +"no",31,"female","more",1.509794,3.9,"upper","yes","yes",40,44,"5" +"no",31,"female","more",1.509794,4.5,"upper","yes","yes",38,48,"5" +"no",31,"female","more",1.509794,4.5,"upper","yes","yes",40,45,"5" +"no",31,"female","more",1.509794,4.4,"upper","yes","yes",52,59,"5" +"no",31,"female","more",1.509794,4.4,"upper","yes","yes",49,87,"5" +"no",62,"male","more",0.5885687,4.4,"upper","yes","yes",160,292,"6" +"no",62,"male","more",0.5885687,4.5,"upper","yes","yes",79,130,"6" +"no",62,"male","more",0.5885687,4.3,"upper","yes","yes",176,285,"6" +"no",62,"male","more",0.5885687,4.6,"upper","yes","yes",155,272,"6" +"no",62,"male","more",0.5885687,4.8,"upper","yes","yes",166,286,"6" +"no",62,"male","more",0.5885687,4.3,"upper","yes","yes",186,302,"6" +"no",33,"female","more",-0.126001,4,"upper","yes","yes",29,34,"7" +"no",33,"female","more",-0.126001,4,"upper","yes","yes",37,41,"7" +"no",33,"female","more",-0.126001,3.9,"upper","yes","yes",29,41,"7" +"no",33,"female","more",-0.126001,3.3,"upper","yes","yes",28,34,"7" +"no",51,"female","more",-0.2581899,4.5,"upper","yes","yes",21,22,"8" +"no",51,"female","more",-0.2581899,4.5,"upper","yes","yes",13,21,"8" +"no",51,"female","more",-0.2581899,4.5,"upper","yes","yes",16,17,"8" +"no",51,"female","more",-0.2581899,2.5,"lower","yes","yes",24,30,"8" +"no",51,"female","more",-0.2581899,4.3,"upper","yes","yes",23,23,"8" +"no",51,"female","more",-0.2581899,4.5,"upper","yes","yes",20,20,"8" +"no",33,"female","more",0.1496926,4.7,"upper","yes","yes",29,33,"9" +"no",33,"female","more",0.1496926,3.5,"upper","yes","yes",11,44,"9" +"no",33,"female","more",0.1496926,4.5,"upper","yes","yes",29,49,"9" +"no",33,"female","more",0.1496926,3.8,"upper","yes","yes",25,29,"9" +"no",33,"female","more",0.1496926,4.5,"upper","yes","yes",42,48,"9" +"no",33,"female","more",0.1496926,4.3,"upper","yes","yes",34,40,"9" +"no",47,"male","more",0.540917,3.9,"upper","yes","no",12,16,"10" +"no",47,"male","more",0.540917,4.3,"upper","yes","no",14,15,"10" +"no",47,"male","more",0.540917,4.2,"upper","yes","no",22,23,"10" +"no",47,"male","more",0.540917,5,"lower","yes","no",10,11,"10" +"no",47,"male","more",0.540917,5,"lower","yes","no",17,29,"10" +"no",47,"male","more",0.540917,4.6,"upper","yes","no",16,21,"10" +"no",47,"male","more",0.540917,5,"lower","yes","no",15,18,"10" +"no",47,"male","more",0.540917,4.7,"upper","yes","no",16,19,"10" +"no",47,"male","more",0.540917,5,"lower","yes","no",16,20,"10" +"yes",35,"male","more",0.2316134,2.7,"upper","no","yes",30,33,"11" +"yes",35,"male","more",0.2316134,4,"upper","no","yes",23,24,"11" +"no",37,"male","more",-0.0666737,4.4,"upper","yes","no",13,21,"12" +"no",37,"male","more",-0.0666737,4.4,"upper","yes","no",24,30,"12" +"no",37,"male","more",-0.0666737,4.3,"upper","yes","no",24,25,"12" +"no",37,"male","more",-0.0666737,3.5,"upper","yes","no",25,35,"12" +"no",42,"male","more",0.2168924,3.8,"upper","yes","yes",18,30,"13" +"no",42,"male","more",0.2168924,3.9,"upper","yes","yes",28,42,"13" +"no",42,"male","more",0.2168924,3.7,"upper","yes","yes",25,57,"13" +"no",42,"male","more",0.2168924,3.3,"upper","yes","yes",40,57,"13" +"no",42,"male","more",0.2168924,4,"upper","yes","yes",40,51,"13" +"no",42,"male","more",0.2168924,3.8,"upper","yes","yes",18,30,"13" +"no",49,"male","more",-0.2586962,4.2,"upper","no","yes",31,37,"14" +"no",49,"male","more",-0.2586962,3.1,"upper","no","yes",15,29,"14" +"no",49,"male","more",-0.2586962,3.6,"upper","no","yes",23,27,"14" +"no",37,"female","more",0.5502878,3.3,"upper","yes","yes",34,52,"15" +"no",37,"female","more",0.5502878,2.9,"upper","yes","yes",21,26,"15" +"no",37,"female","more",0.5502878,3.1,"upper","yes","yes",29,30,"15" +"no",45,"male","more",-0.0620358,4,"lower","yes","yes",45,177,"16" +"no",45,"male","more",-0.0620358,4,"lower","yes","yes",90,199,"16" +"no",45,"male","more",-0.0620358,4.2,"upper","yes","yes",27,32,"16" +"no",45,"male","more",-0.0620358,3.8,"upper","yes","yes",35,37,"16" +"no",45,"male","more",-0.0620358,4.3,"lower","yes","yes",120,161,"16" +"no",56,"female","more",-0.9823852,4.6,"upper","yes","no",39,44,"17" +"no",56,"female","more",-0.9823852,4.3,"upper","yes","no",35,53,"17" +"no",56,"female","more",-0.9823852,3.6,"upper","yes","no",34,49,"17" +"no",56,"female","more",-0.9823852,4.2,"upper","yes","no",27,32,"17" +"no",48,"male","more",-0.054344,3.9,"upper","yes","no",20,33,"18" +"no",48,"male","more",-0.054344,4.1,"upper","yes","no",14,19,"18" +"no",48,"male","more",-0.054344,4,"lower","yes","no",65,111,"18" +"no",48,"male","more",-0.054344,4.3,"lower","yes","no",95,149,"18" +"no",48,"male","more",-0.054344,3.9,"upper","yes","no",18,27,"18" +"no",48,"male","more",-0.054344,4.2,"lower","yes","no",85,136,"18" +"no",48,"male","more",-0.054344,4.2,"lower","yes","no",113,140,"18" +"no",46,"female","more",-0.0680143,4.9,"lower","yes","yes",14,15,"19" +"no",46,"female","more",-0.0680143,4,"upper","yes","yes",23,29,"19" +"no",46,"female","more",-0.0680143,4.3,"upper","yes","yes",23,25,"19" +"no",46,"female","more",-0.0680143,4.9,"upper","yes","yes",9,18,"19" +"no",46,"female","more",-0.0680143,3.9,"upper","yes","yes",30,45,"19" +"no",46,"female","more",-0.0680143,4.9,"lower","yes","yes",15,15,"19" +"no",46,"female","more",-0.0680143,3.9,"upper","yes","yes",31,38,"19" +"no",46,"female","more",-0.0680143,4,"lower","yes","yes",12,15,"19" +"no",57,"female","more",0.0294137,3.5,"upper","yes","no",10,23,"20" +"no",57,"female","more",0.0294137,3.9,"upper","yes","no",15,19,"20" +"no",57,"female","more",0.0294137,4,"upper","yes","no",7,23,"20" +"no",57,"female","more",0.0294137,3.6,"upper","yes","no",7,22,"20" +"no",57,"female","more",0.0294137,3,"upper","yes","no",14,20,"20" +"no",57,"female","more",0.0294137,3,"upper","yes","no",8,19,"20" +"no",57,"female","more",0.0294137,3.6,"upper","yes","no",17,23,"20" +"no",57,"female","more",0.0294137,3.6,"upper","yes","no",10,22,"20" +"no",57,"female","more",0.0294137,3.2,"upper","yes","no",12,15,"20" +"no",52,"female","more",0.2394859,3.9,"upper","yes","no",27,31,"21" +"no",52,"female","more",0.2394859,3.5,"upper","yes","no",20,21,"21" +"no",52,"female","more",0.2394859,3.5,"upper","yes","no",31,36,"21" +"no",52,"female","single",0.2394859,3.1,"upper","yes","no",17,19,"21" +"no",52,"female","more",0.2394859,4.2,"upper","yes","no",23,37,"21" +"no",62,"male","more",-0.7330914,3.6,"lower","yes","yes",94,184,"23" +"no",62,"male","more",-0.7330914,4.5,"upper","yes","yes",46,50,"23" +"no",62,"male","more",-0.7330914,3.7,"lower","yes","yes",80,157,"23" +"no",62,"male","more",-0.7330914,3.4,"lower","yes","yes",61,164,"23" +"no",64,"male","more",-0.1111221,4.5,"upper","yes","yes",51,68,"24" +"no",64,"male","more",-0.1111221,4.6,"upper","yes","yes",22,47,"24" +"no",64,"male","more",-0.1111221,4.8,"upper","yes","yes",10,14,"24" +"no",64,"male","more",-0.1111221,4.5,"upper","yes","yes",11,15,"24" +"no",64,"male","more",-0.1111221,4.4,"upper","yes","yes",15,24,"24" +"no",64,"male","more",-0.1111221,4.1,"upper","yes","yes",21,39,"24" +"no",34,"female","more",1.775517,3.9,"upper","yes","yes",33,40,"25" +"no",58,"male","more",-0.3218485,4.3,"upper","yes","yes",71,151,"26" +"no",58,"male","more",-0.3218485,3.5,"lower","yes","yes",36,47,"26" +"no",58,"male","more",-0.3218485,4,"upper","yes","yes",73,122,"26" +"no",58,"male","more",-0.3218485,4,"lower","yes","yes",31,45,"26" +"yes",52,"male","more",0.2116939,4.6,"upper","no","yes",23,23,"27" +"yes",52,"male","more",0.2116939,4.6,"upper","no","yes",12,16,"27" +"yes",52,"male","more",0.2116939,3.7,"upper","no","yes",15,18,"27" +"yes",52,"male","more",0.2116939,3.5,"upper","no","yes",11,16,"27" +"yes",52,"male","more",0.2116939,3.6,"upper","no","yes",12,15,"27" +"yes",52,"male","more",0.2116939,3.9,"upper","no","yes",18,28,"27" +"no",73,"male","more",-0.717645,4.2,"upper","yes","yes",10,13,"28" +"no",73,"male","more",-0.717645,3.2,"upper","yes","yes",16,21,"28" +"no",73,"male","more",-0.717645,4.9,"upper","yes","yes",13,17,"28" +"no",70,"male","more",-0.7326927,4,"upper","yes","yes",5,48,"29" +"no",70,"male","more",-0.7326927,3.5,"upper","yes","yes",34,64,"29" +"no",70,"male","more",-0.7326927,3.4,"upper","yes","yes",24,69,"29" +"no",63,"male","more",-0.0102077,4.2,"upper","yes","no",11,14,"31" +"no",63,"male","more",-0.0102077,3.5,"upper","yes","no",10,15,"31" +"no",63,"male","more",-0.0102077,4.4,"upper","yes","no",14,18,"31" +"no",63,"male","more",-0.0102077,3.7,"upper","yes","no",12,16,"31" +"no",63,"male","more",-0.0102077,3.4,"upper","yes","no",8,10,"31" +"no",63,"male","more",-0.0102077,3,"upper","yes","no",23,47,"31" +"no",47,"male","more",-0.923957,3.9,"upper","yes","yes",10,14,"32" +"no",47,"male","more",-0.923957,2.8,"upper","yes","yes",10,12,"32" +"no",39,"male","more",0.5766805,3.7,"lower","yes","yes",154,316,"33" +"no",39,"male","more",0.5766805,4.6,"upper","yes","yes",12,15,"33" +"no",39,"male","more",0.5766805,4.2,"upper","yes","yes",14,15,"33" +"no",39,"male","more",0.5766805,4.4,"upper","yes","yes",27,29,"33" +"yes",47,"female","more",-0.0836015,3.8,"upper","yes","yes",8,8,"34" +"yes",47,"female","single",-0.0836015,4.1,"lower","yes","yes",16,16,"34" +"yes",47,"female","more",-0.0836015,3.7,"lower","yes","yes",24,26,"34" +"yes",47,"female","more",-0.0836015,4.1,"upper","yes","yes",7,10,"34" +"yes",47,"female","more",-0.0836015,3,"lower","yes","yes",25,26,"34" +"yes",47,"female","more",-0.0836015,3.2,"lower","yes","yes",24,26,"34" +"yes",47,"female","more",-0.0836015,2.8,"lower","yes","yes",24,26,"34" +"yes",47,"female","single",-0.0836015,4.7,"lower","yes","yes",20,21,"34" +"yes",47,"female","more",-0.0836015,4.2,"lower","yes","yes",12,12,"34" +"yes",47,"female","more",-0.0836015,3.2,"lower","yes","yes",25,27,"34" +"yes",47,"female","more",-0.0836015,3.1,"lower","yes","yes",26,27,"34" +"yes",47,"female","more",-0.0836015,4,"lower","yes","yes",24,25,"34" +"no",54,"male","more",-1.079558,4.2,"upper","yes","yes",10,15,"35" +"no",54,"male","more",-1.079558,4.3,"upper","yes","yes",16,17,"35" +"yes",44,"female","more",1.040902,3.3,"upper","yes","yes",35,48,"36" +"yes",44,"female","more",1.040902,4.1,"upper","yes","yes",21,21,"36" +"yes",44,"female","more",1.040902,3.7,"upper","yes","yes",35,39,"36" +"yes",47,"male","more",-1.052108,3.3,"upper","yes","yes",9,14,"37" +"yes",47,"male","more",-1.052108,3.8,"upper","yes","yes",21,26,"37" +"yes",47,"male","more",-1.052108,3.4,"upper","yes","yes",13,16,"37" +"yes",47,"male","more",-1.052108,4.2,"upper","yes","yes",13,16,"37" +"yes",47,"male","more",-1.052108,3.8,"upper","yes","yes",12,13,"37" +"yes",47,"male","more",-1.052108,3.5,"upper","yes","yes",14,14,"37" +"yes",47,"male","more",-1.052108,3.3,"upper","yes","yes",15,17,"37" +"no",62,"male","more",-0.7277681,4.3,"upper","yes","yes",13,15,"38" +"no",62,"male","more",-0.7277681,4.1,"upper","yes","yes",7,10,"38" +"no",60,"male","more",-0.3953965,4.5,"upper","yes","yes",12,16,"39" +"no",60,"male","more",-0.3953965,4.5,"upper","yes","yes",11,14,"39" +"no",60,"male","more",-0.3953965,4.6,"upper","yes","yes",8,12,"39" +"no",60,"male","more",-0.3953965,4.4,"upper","yes","yes",24,39,"39" +"no",60,"male","more",-0.3953965,4.1,"upper","yes","yes",15,35,"39" +"no",60,"male","more",-0.3953965,4.5,"upper","yes","yes",31,45,"39" +"no",60,"male","more",-0.3953965,4.3,"lower","yes","yes",36,45,"39" +"no",42,"male","more",-0.2377786,4.4,"upper","yes","yes",14,14,"41" +"no",42,"male","more",-0.2377786,4.9,"upper","yes","yes",13,14,"41" +"no",42,"male","more",-0.2377786,4.7,"upper","yes","yes",12,12,"41" +"no",42,"male","more",-0.2377786,4.6,"upper","yes","yes",13,15,"41" +"no",35,"male","more",0.274908,4.8,"lower","yes","yes",21,23,"42" +"no",35,"male","more",0.274908,4.2,"upper","yes","yes",49,57,"42" +"no",35,"male","more",0.274908,4.6,"lower","yes","yes",44,50,"42" +"no",39,"female","more",1.970023,4.7,"upper","yes","no",18,23,"43" +"no",39,"female","more",1.970023,4.6,"upper","yes","no",20,23,"43" +"no",39,"female","more",1.970023,3.6,"lower","yes","no",27,28,"43" +"no",49,"male","more",1.05095,3.9,"upper","yes","yes",27,42,"44" +"no",49,"male","more",1.05095,4,"upper","yes","yes",49,57,"44" +"no",61,"male","more",0.2418185,4.4,"upper","yes","yes",31,38,"45" +"no",61,"male","more",0.2418185,4.5,"lower","yes","yes",19,22,"45" +"no",61,"male","more",0.2418185,4.4,"upper","yes","yes",27,43,"45" +"no",33,"male","more",1.349395,3,"upper","yes","yes",12,13,"46" +"no",33,"male","more",1.349395,3.7,"upper","yes","yes",13,15,"46" +"no",56,"female","more",-0.2577254,3.6,"upper","yes","yes",16,20,"48" +"no",56,"female","more",-0.2577254,3.1,"upper","yes","yes",17,23,"48" +"no",50,"female","single",-0.6562689,3.8,"lower","yes","no",24,32,"49" +"no",50,"female","single",-0.6562689,4.7,"lower","yes","no",14,21,"49" +"no",50,"female","more",-0.6562689,3.8,"upper","yes","no",23,24,"49" +"no",50,"female","more",-0.6562689,3.8,"upper","yes","no",19,21,"49" +"no",50,"female","more",-0.6562689,2.8,"upper","yes","no",18,28,"49" +"no",50,"female","more",-0.6562689,4,"upper","yes","no",23,29,"49" +"no",52,"male","more",-0.6563948,4,"upper","yes","yes",81,89,"50" +"no",52,"male","more",-0.6563948,3.5,"upper","yes","yes",74,82,"50" +"no",52,"male","more",-0.6563948,3.4,"upper","yes","yes",102,122,"50" +"no",52,"male","more",-0.6563948,4,"upper","yes","yes",94,131,"50" +"no",52,"male","more",-0.6563948,3.5,"upper","yes","yes",89,114,"50" +"no",52,"male","more",-0.6563948,3.8,"upper","yes","yes",133,149,"50" +"no",52,"male","more",-0.6563948,4.7,"upper","yes","yes",22,23,"50" +"no",52,"male","more",-0.6563948,3.9,"upper","yes","yes",78,98,"50" +"no",52,"male","more",-0.6563948,4.5,"upper","yes","yes",22,27,"50" +"no",52,"male","more",-0.6563948,4.2,"upper","yes","yes",27,30,"50" +"no",52,"male","more",-0.6563948,4.7,"upper","yes","yes",27,30,"50" +"no",52,"male","more",-0.6563948,4,"upper","yes","yes",60,69,"50" +"no",33,"female","more",0.7244775,4.8,"upper","yes","yes",10,10,"51" +"no",33,"female","more",0.7244775,4.8,"upper","yes","yes",10,11,"51" +"no",33,"female","more",0.7244775,4.4,"upper","yes","yes",10,14,"51" +"no",33,"female","more",0.7244775,4.7,"upper","yes","yes",7,11,"51" +"no",33,"female","more",0.7244775,4.5,"upper","yes","yes",14,14,"51" +"no",57,"male","more",0.6318343,4.2,"upper","yes","yes",36,41,"52" +"no",57,"male","more",0.6318343,4.4,"upper","yes","yes",72,88,"52" +"no",57,"male","more",0.6318343,4.1,"upper","yes","yes",63,78,"52" +"no",38,"female","more",1.070944,4.2,"lower","yes","yes",109,157,"53" +"no",38,"female","more",1.070944,4.8,"upper","yes","yes",54,68,"53" +"no",38,"female","more",1.070944,4.4,"upper","yes","yes",51,67,"53" +"no",38,"female","more",1.070944,4.7,"upper","yes","yes",61,80,"53" +"no",38,"female","more",1.070944,4.2,"lower","yes","yes",102,137,"53" +"no",38,"female","more",1.070944,4.5,"upper","yes","yes",58,69,"53" +"no",34,"female","more",-1.450494,3.4,"lower","yes","yes",46,80,"54" +"no",34,"female","more",-1.450494,3.7,"lower","yes","yes",53,90,"54" +"no",34,"female","more",-1.450494,3.6,"upper","yes","yes",19,34,"54" +"no",34,"female","more",-1.450494,3.9,"upper","yes","yes",41,73,"54" +"no",34,"female","more",-1.450494,3.9,"upper","yes","yes",25,44,"54" +"no",34,"male","more",1.15588,3.7,"upper","yes","yes",16,20,"55" +"no",34,"male","more",1.15588,3,"lower","yes","yes",20,35,"55" +"no",32,"male","more",-0.3260148,3.6,"lower","yes","yes",69,168,"56" +"no",32,"male","more",-0.3260148,3.6,"lower","yes","yes",98,247,"56" +"no",32,"male","more",-0.3260148,4.3,"upper","yes","yes",20,22,"56" +"no",32,"male","more",-0.3260148,4.5,"upper","yes","yes",72,103,"56" +"no",42,"female","more",0.8846435,3.9,"upper","yes","yes",51,82,"57" +"no",43,"female","more",-0.5583452,4.6,"upper","yes","yes",18,35,"58" +"no",43,"female","more",-0.5583452,4.1,"lower","yes","yes",26,34,"58" +"no",43,"female","more",-0.5583452,4.2,"lower","yes","yes",28,37,"58" +"no",43,"female","more",-0.5583452,4.1,"lower","yes","yes",13,14,"58" +"no",43,"female","more",-0.5583452,3.1,"lower","yes","yes",174,266,"58" +"no",43,"female","more",-0.5583452,3.6,"lower","yes","yes",171,254,"58" +"no",43,"female","more",-0.5583452,4.2,"upper","yes","yes",10,13,"58" +"no",43,"female","more",-0.5583452,3,"lower","yes","yes",166,282,"58" +"no",43,"female","more",-0.5583452,4.2,"upper","yes","yes",17,17,"58" +"no",35,"male","more",-0.3415543,3.4,"lower","no","yes",22,42,"59" +"no",62,"female","more",-0.5040575,3.1,"upper","yes","yes",9,16,"60" +"no",62,"female","more",-0.5040575,2.7,"upper","yes","yes",14,19,"60" +"no",52,"female","more",0.773524,3.9,"upper","yes","yes",70,98,"63" +"no",52,"female","more",1.063938,3.9,"upper","yes","yes",49,65,"64" +"no",52,"female","more",1.063938,3.6,"upper","yes","yes",32,63,"64" +"no",52,"female","more",-1.090389,3.7,"upper","yes","no",35,43,"65" +"no",52,"female","more",-1.090389,3.6,"upper","yes","no",59,80,"65" +"no",52,"female","more",-1.090389,4.4,"upper","yes","no",45,52,"65" +"no",52,"female","more",-1.090389,4.3,"upper","yes","no",34,48,"65" +"no",52,"female","more",-1.090389,4.1,"upper","yes","no",50,66,"65" +"no",52,"female","more",-1.090389,3.7,"upper","yes","no",67,100,"65" +"no",64,"male","more",-1.069162,3.6,"upper","yes","yes",8,16,"66" +"no",64,"male","more",-1.069162,2.8,"upper","yes","yes",18,22,"66" +"no",64,"male","more",-1.069162,4,"upper","yes","yes",5,11,"66" +"no",64,"male","more",-1.069162,4.4,"upper","yes","yes",5,10,"66" +"no",64,"male","more",-1.069162,3.6,"upper","yes","yes",16,16,"66" +"no",50,"male","more",1.415695,3.7,"upper","yes","yes",9,10,"67" +"no",60,"male","more",-1.422919,2.9,"upper","yes","yes",7,10,"68" +"no",60,"male","more",-1.422919,2.6,"upper","yes","yes",10,16,"68" +"no",43,"male","single",-0.4899626,4.8,"lower","yes","yes",15,28,"70" +"no",43,"male","single",-0.4899626,4.9,"lower","yes","yes",18,30,"70" +"no",43,"male","more",-0.4899626,4.3,"lower","yes","yes",11,15,"70" +"no",43,"male","more",-0.4899626,4.4,"lower","yes","yes",10,13,"70" +"no",43,"male","single",-0.4899626,4.3,"lower","yes","yes",17,18,"70" +"no",43,"male","single",-0.4899626,4.7,"lower","yes","yes",22,26,"70" +"no",43,"male","single",-0.4899626,4.3,"lower","yes","yes",18,30,"70" +"no",43,"male","more",-0.4899626,4.6,"lower","yes","yes",14,14,"70" +"yes",50,"male","single",-0.5835869,4.9,"lower","yes","no",20,22,"71" +"yes",50,"male","single",-0.5835869,4.8,"lower","yes","no",21,25,"71" +"yes",50,"male","single",-0.5835869,4.7,"lower","yes","no",23,26,"71" +"yes",50,"male","single",-0.5835869,4.8,"lower","yes","no",19,22,"71" +"yes",50,"male","single",-0.5835869,4.9,"lower","yes","no",20,26,"71" +"yes",50,"male","single",-0.5835869,4.8,"lower","yes","no",17,20,"71" +"yes",50,"male","single",-0.5835869,4.8,"lower","yes","no",18,22,"71" +"yes",50,"male","single",-0.5835869,5,"lower","yes","no",20,21,"71" +"yes",50,"male","single",-0.5835869,4.5,"lower","yes","no",19,21,"71" +"no",52,"male","more",0.7566829,3.8,"upper","yes","yes",46,65,"72" +"no",52,"male","more",0.7566829,3.8,"upper","yes","yes",39,62,"72" +"no",52,"male","more",0.7566829,3.8,"upper","yes","yes",34,67,"72" +"no",52,"male","more",0.7566829,4,"upper","yes","yes",29,40,"72" +"no",52,"male","more",0.7566829,4.2,"upper","yes","yes",27,45,"72" +"no",51,"male","more",0.8808186,4.5,"lower","yes","yes",372,579,"73" +"no",51,"male","more",0.8808186,4.5,"lower","yes","yes",343,537,"73" +"no",51,"male","more",0.8808186,4.6,"lower","yes","yes",380,581,"73" +"no",51,"male","more",0.8808186,4.7,"lower","yes","yes",322,527,"73" +"no",38,"male","more",-0.5665014,4.1,"lower","yes","yes",66,84,"74" +"no",38,"male","more",-0.5665014,3.6,"lower","yes","yes",40,79,"74" +"no",38,"male","more",-0.5665014,4,"lower","yes","yes",60,92,"74" +"no",47,"female","more",0.3394037,3.4,"lower","yes","yes",38,67,"75" +"yes",43,"female","more",-0.1513687,2.8,"lower","yes","yes",93,190,"76" +"no",38,"female","more",-1.024997,4.1,"lower","yes","no",36,60,"77" +"no",38,"female","more",-1.024997,3.5,"lower","yes","no",29,64,"77" +"no",38,"female","more",-1.024997,3.4,"lower","yes","no",23,31,"77" +"no",38,"female","more",-1.024997,4.1,"lower","yes","no",36,62,"77" +"no",38,"female","more",-1.024997,4.2,"lower","yes","no",30,37,"77" +"no",43,"male","more",-0.0252444,4.3,"lower","yes","yes",8,13,"78" +"no",43,"male","more",-0.0252444,4.1,"upper","yes","yes",12,15,"78" +"no",43,"male","more",-0.0252444,3.4,"upper","yes","yes",65,79,"78" +"no",57,"male","more",-0.7467875,3.5,"upper","yes","yes",53,98,"79" +"no",57,"male","more",-0.7467875,3.6,"upper","yes","yes",58,97,"79" +"no",51,"female","more",0.9889485,3.7,"upper","yes","yes",67,78,"80" +"no",51,"female","more",0.9889485,3,"upper","yes","yes",36,56,"80" +"no",51,"female","more",0.9889485,4.6,"upper","yes","yes",17,20,"80" +"no",45,"male","single",-0.5324199,4,"lower","yes","no",17,20,"81" +"no",45,"male","more",-0.5324199,4.8,"lower","yes","no",13,19,"81" +"no",45,"male","single",-0.5324199,4.6,"lower","yes","no",19,26,"81" +"no",57,"male","more",-0.7668921,3.4,"lower","yes","yes",12,18,"82" +"no",57,"male","more",-0.7668921,4.4,"lower","yes","yes",12,12,"82" +"no",57,"male","more",-0.7668921,3.6,"lower","yes","yes",16,19,"82" +"no",57,"male","more",-0.7668921,3.8,"lower","yes","yes",12,16,"82" +"no",57,"male","more",-0.7668921,3.7,"lower","yes","yes",14,16,"82" +"no",57,"male","more",-0.7668921,4.7,"lower","yes","yes",11,12,"82" +"no",57,"male","more",-0.7668921,4.5,"lower","yes","yes",15,17,"82" +"no",57,"male","more",-0.7668921,5,"upper","yes","yes",6,15,"82" +"no",57,"male","more",-0.7668921,3.8,"lower","yes","yes",15,16,"82" +"no",57,"male","more",-0.7668921,4.1,"lower","yes","yes",12,17,"82" +"no",47,"female","single",1.154256,4.3,"lower","yes","no",15,17,"83" +"no",47,"female","single",1.154256,4.4,"lower","yes","no",10,10,"83" +"no",47,"female","single",1.154256,4.7,"lower","yes","no",16,17,"83" +"no",47,"female","more",1.154256,3.9,"lower","yes","no",15,17,"83" +"yes",54,"female","more",1.232602,4.8,"lower","yes","yes",15,16,"84" +"yes",54,"female","more",1.232602,4.3,"lower","yes","yes",21,26,"84" +"yes",54,"female","more",1.232602,4.6,"lower","yes","yes",14,18,"84" +"yes",54,"female","more",1.232602,3.8,"lower","yes","yes",16,20,"84" +"no",58,"male","more",1.774334,5,"lower","yes","no",21,21,"85" +"no",58,"male","more",1.774334,4.9,"lower","yes","no",18,21,"85" +"no",58,"male","more",1.774334,4.6,"lower","yes","no",17,20,"85" +"no",58,"male","more",1.774334,4.6,"lower","yes","no",19,20,"85" +"no",58,"male","more",1.774334,5,"lower","yes","no",11,13,"85" +"no",58,"male","more",1.774334,4.6,"lower","yes","no",14,16,"85" +"no",58,"male","more",1.774334,4.9,"lower","yes","no",16,17,"85" +"no",42,"male","more",1.773151,4,"lower","yes","yes",22,24,"86" +"no",42,"male","more",1.773151,3.9,"upper","yes","yes",17,20,"86" +"no",33,"male","more",0.7245926,4.1,"lower","yes","yes",67,155,"87" +"no",62,"male","more",-1.181626,2.9,"lower","yes","yes",28,70,"88" +"no",62,"male","more",-1.181626,2.8,"lower","yes","yes",61,149,"88" +"no",62,"male","more",-1.181626,2.8,"lower","yes","yes",49,137,"88" +"no",62,"male","more",-1.181626,4,"upper","yes","yes",13,29,"88" +"no",62,"male","more",-1.181626,3.3,"lower","yes","yes",28,55,"88" +"no",62,"male","more",-1.181626,3,"lower","yes","yes",67,136,"88" +"yes",35,"female","more",1.769452,3.6,"lower","yes","yes",20,60,"89" +"yes",35,"female","more",1.769452,3.8,"lower","yes","yes",43,108,"89" +"no",61,"male","more",-0.5872612,3.9,"lower","yes","yes",13,15,"90" +"no",52,"female","more",-0.0018324,4.7,"lower","yes","yes",14,17,"91" +"no",52,"female","more",-0.0018324,4.7,"lower","yes","yes",19,19,"91" +"no",60,"female","more",-0.0566766,3.9,"upper","no","yes",18,19,"92" +"no",60,"female","more",-0.0566766,4.4,"upper","no","yes",11,13,"92" +"no",60,"female","more",-0.0566766,3.6,"upper","no","yes",18,19,"92" +"no",60,"female","more",-0.0566766,4.2,"upper","no","yes",11,22,"92" +"no",60,"female","more",-0.0566766,3.4,"upper","no","yes",7,20,"92" +"no",60,"female","more",-0.0566766,4,"upper","no","yes",24,27,"92" +"no",32,"male","more",1.231394,4.2,"lower","yes","yes",111,127,"93" +"no",32,"male","more",1.231394,4.4,"upper","yes","yes",62,85,"93" +"no",32,"male","more",1.231394,4.5,"lower","yes","yes",76,101,"93" +"no",32,"male","more",1.231394,3.2,"lower","yes","yes",9,21,"93" +"no",32,"male","more",1.231394,4.3,"upper","yes","yes",52,86,"93" +"yes",42,"female","more",0.4203998,3.3,"upper","no","yes",52,67,"94" +"yes",42,"female","more",0.4203998,3.2,"upper","no","yes",54,66,"94" +"yes",42,"female","single",0.4203998,4.1,"lower","no","yes",28,35,"94" diff --git a/Week12/Lab7/datasets/gpa.csv b/Week12/Lab7/datasets/gpa.csv new file mode 100644 index 0000000..cb15f97 --- /dev/null +++ b/Week12/Lab7/datasets/gpa.csv @@ -0,0 +1,56 @@ +gpa,studyweek,sleepnight,out,gender +3.89,50,6,3,female +3.9,15,6,1,female +3.75,15,7,1,female +3.6,10,6,4,male +4,25,7,3,female +3.15,20,7,3,male +3.25,15,6,1,female +3.925,10,8,3,female +3.428,12,8,2,female +3.8,2,8,4,male +3.9,10,8,1,female +2.9,30,6,2,female +3.925,30,7,2,female +3.65,21,9,3,female +3.75,10,8.5,3.5,female +4.67,14,6.5,3,male +3.1,12,7.5,3.5,male +3.8,12,8,1,female +3.4,4,9,3,female +3.575,45,6.5,1.5,female +3.85,6,7,2.5,female +3.4,10,7,3,female +3.5,12,8,2,male +3.6,13,6,3.5,female +3.825,35,8,4,female +3.925,10,8,3,female +4,40,8,3,female +3.425,14,9,3,female +3.75,30,6,0,female +3.15,8,6,0,female +3.4,8,6.5,2,female +3.7,20,7,1,female +3.36,40,7,1,female +3.7,15,7,1.5,male +3.7,25,5,1,female +3.6,10,7,2,female +3.825,18,7,1.5,female +3.2,15,6,1,female +3.5,30,8,3,male +3.5,11,7,1.5,female +3,28,6,1.5,female +3.98,4,7,1.5,female +3.7,4,5,1,male +3.81,25,7.5,2.5,female +4,42,5,1,female +3.1,3,7,2,male +3.4,42,9,2,male +3.5,25,8,2,male +3.65,20,6,2,female +3.7,7,8,2,female +3.1,6,8,1,female +4,20,7,3,female +3.35,45,6,2,female +3.541,30,7.5,1.5,female +2.9,20,6,3,female diff --git a/Week12/Lab7/datasets/pierce_county_house_sales.csv b/Week12/Lab7/datasets/pierce_county_house_sales.csv new file mode 100644 index 0000000..4814d70 --- /dev/null +++ b/Week12/Lab7/datasets/pierce_county_house_sales.csv @@ -0,0 +1,16815 @@ +sale_date,sale_price,house_square_feet,attic_finished_square_feet,basement_square_feet,attached_garage_square_feet,detached_garage_square_feet,fireplaces,hvac_description,exterior,interior,stories,roof_cover,year_built,bedrooms,bathrooms,waterfront_type,view_quality,utility_sewer +2020-01-02,380000,2157,0,0,528,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,383000,2238,0,0,396,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-01,419900,1452,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,251660,832,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,500000,1780,0,384,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,250000,989,336,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,360000,2048,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-01,370000,1118,0,0,242,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,485000,978,340,968,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,475000,2238,0,0,436,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-01,442995,2180,0,0,642,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,535000,2483,0,0,688,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,775000,2750,0,711,575,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1978,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-02,516521,2738,0,0,433,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,265000,1374,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,2,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,358000,1518,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,230000,660,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,363000,960,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1963,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-02,415000,2150,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,483000,2418,0,792,0,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1991,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-02,248000,650,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1957,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,385000,2397,0,0,618,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,260000,789,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,690000,3027,0,0,866,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,317000,1032,0,468,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,479000,1947,0,0,0,484,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,353000,1734,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,280000,840,440,0,0,650,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1910,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,349500,1646,0,0,0,572,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,255000,1020,0,0,570,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,379950,1971,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,460000,2656,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,315000,1602,0,0,462,528,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,442000,2535,0,0,399,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,225000,960,0,960,220,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-01,422000,2701,0,0,471,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-01,286400,1348,0,594,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,151272,1299,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,480000,2086,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,199900,1160,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,370000,1440,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,325000,1176,0,392,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,695000,1898,0,0,264,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1895,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-02,306500,1056,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,280000,939,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1925,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-01,325000,1347,0,0,330,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,460000,1708,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,535000,2323,0,0,192,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,320000,1766,0,0,460,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,306000,1396,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,195000,1538,0,0,389,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,320000,1562,0,0,413,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,149950,864,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,245000,1056,0,0,0,288,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,319950,1588,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,385000,1725,0,1500,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,413000,2082,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,599000,1876,0,672,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-02,323750,1588,0,0,440,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,295000,1192,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1956,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,213888,1762,0,0,540,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,620000,1205,0,1205,0,504,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1950,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-03,545000,3072,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,433000,3104,0,1192,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,749999,4027,0,0,546,0,1,Heat Pump,Frame Siding,Drywall,2,Built Up Rock,1978,7,5,,,SEWER/SEPTIC INSTALLED +2020-01-03,335000,1551,0,0,370,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-01,235950,912,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,383500,1852,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,369000,2004,0,0,476,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,435000,2511,0,0,807,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,345000,1782,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,384900,2642,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,490000,1137,0,912,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,View Good,SEWER/SEPTIC INSTALLED +2020-01-02,214213,1411,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,285000,1387,0,0,345,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,359950,1368,0,0,392,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,459000,2194,0,0,396,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,485000,2537,0,0,427,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,650000,2853,0,0,816,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,471849,1983,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,520000,1248,472,0,2060,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,520000,5128,0,0,1048,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,3,5,,,SEWER/SEPTIC INSTALLED +2020-01-02,327000,1711,0,1023,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1936,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,363000,1432,0,880,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,456500,2523,0,0,591,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,369950,1908,0,0,494,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,380000,3209,0,0,409,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,326000,1548,0,0,472,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,435000,1907,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,615350,1130,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-06,438500,1884,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Concrete Tile,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,535000,2526,0,802,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,6,4,,,SEWER/SEPTIC INSTALLED +2020-01-06,361000,1720,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,467750,2797,0,0,722,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,385000,1935,0,0,407,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,314500,1438,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,410000,1711,0,0,504,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,440000,2795,0,0,650,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,407000,1694,0,1184,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1926,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,775000,2600,324,0,636,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,120000,1028,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,170000,1284,0,0,348,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,514990,2748,0,0,505,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,405000,1075,0,1075,250,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,5,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-06,299950,1562,0,0,0,528,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1937,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,226000,676,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-06,348500,1728,0,864,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,290000,1550,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,165000,1000,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1936,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-01,510000,1380,480,960,0,440,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,317500,1347,0,0,437,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,515000,3011,0,0,912,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,415000,2692,0,0,600,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,531580,2768,0,0,560,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,320000,1200,0,0,364,378,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,384000,2092,0,0,576,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,439900,2677,0,0,619,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,484995,3122,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,839995,3525,0,0,953,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Composition Shingle,1993,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-08,345000,1244,0,0,440,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,310000,812,420,812,0,252,0,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1944,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,263000,948,564,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,394950,1996,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,269000,1728,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,524950,2596,0,0,621,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,616950,2429,0,0,451,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,365000,2776,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,447000,1536,0,0,286,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1952,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-06,561000,2692,0,0,472,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,675000,2643,0,0,908,512,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,432000,2112,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,437500,2103,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,529990,3302,0,0,636,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,425000,2178,0,0,483,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,425000,864,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1960,0,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,250000,1816,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,395000,2476,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,452800,2986,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,423000,2158,0,0,714,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,290000,818,320,0,0,320,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-04,351000,2356,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,394950,1685,0,1270,546,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,524085,2695,0,0,651,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,299000,1078,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,435000,2593,0,0,458,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,460000,2618,0,0,798,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,350000,1308,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,330990,1070,0,0,260,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,263500,1172,0,0,330,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,340000,1252,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,412000,2375,0,0,560,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,430000,2070,0,0,484,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,429950,2638,0,696,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-06,326000,1642,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,5,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,400000,1604,456,898,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1948,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,345950,1452,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,425000,1994,0,835,430,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,375000,1276,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,230000,1088,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,714800,2853,0,1315,868,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,2002,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-02,295000,1511,0,420,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1961,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,451500,1416,0,666,0,0,1,Forced Air,Frame Stucco,Drywall,1,Concrete Tile,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,415000,1958,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-09,709500,3602,0,0,879,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-08,330000,2232,0,0,788,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,395000,1152,0,1152,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,400000,1376,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,330000,1272,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,564900,3086,0,0,640,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,404855,1983,0,0,631,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,379450,1953,0,0,544,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,273000,900,272,900,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,352000,1532,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,440000,1953,0,0,658,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,319500,1101,240,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-06,380000,1691,0,0,462,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,382800,1768,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,441000,2209,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,578450,2634,0,0,635,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,306500,1306,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,290000,1728,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,380000,2030,0,0,567,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,493000,1008,360,830,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,380000,856,0,800,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,345500,2145,0,0,398,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,314950,864,0,0,240,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,389950,1884,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,389950,420,0,0,756,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1940,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-10,242000,1442,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,700000,3451,0,0,667,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,250000,772,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-11,267700,1204,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2007,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,245000,984,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-06,549950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,319000,1478,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,515000,3166,0,0,978,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,656500,3832,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,6,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,125706,792,0,0,280,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,428000,2296,0,0,784,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,380000,2004,0,432,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1921,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,410000,2158,0,0,697,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-01,600000,2042,0,0,0,1152,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-01-01,600000,919,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-01-01,600000,516,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1965,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-01-10,312000,1463,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,560000,1951,588,0,360,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,269950,1668,0,1040,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,425560,2304,0,0,464,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,400000,2292,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,304304,1602,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,299950,1008,0,0,252,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,479900,2160,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,485000,3206,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,367900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,205000,884,0,0,0,240,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,288660,936,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,230000,1040,0,0,345,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-14,305000,1152,0,0,273,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,453000,1977,0,988,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,360000,912,190,912,0,288,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,575000,2821,0,0,470,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,569950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,300000,1580,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,475000,3065,0,0,880,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,315000,1398,0,870,0,364,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,389500,2238,0,0,396,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,382000,2161,0,0,399,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,400000,1458,0,0,449,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,310000,1590,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,580000,2672,0,1332,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2001,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-08,303850,1120,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,390000,2390,0,0,842,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,428000,1824,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-13,377000,1368,0,414,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1971,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,464800,2670,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,612000,3133,600,0,483,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,451620,2406,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,370000,1606,0,0,375,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,661170,1674,0,992,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1920,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,495000,1188,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1905,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,389000,1805,0,0,677,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,689900,4458,0,0,864,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,307500,1475,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,581000,2682,0,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,300000,1592,0,0,240,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,517000,3166,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,345000,2092,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,387000,2580,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,437500,2670,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,360000,2196,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,402000,1772,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,570913,1790,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,400000,1506,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,1350000,6542,0,0,1557,1692,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-08,600000,3198,0,0,432,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,6,4,,,SEWER/SEPTIC INSTALLED +2020-01-10,400000,1730,0,0,0,720,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,315000,1166,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,310000,896,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,343500,848,0,848,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-10,340000,1688,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,250000,1128,0,842,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,368000,1630,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,395000,1774,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,479950,1820,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,297500,1350,0,0,616,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,497500,2966,0,0,498,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,460000,2194,0,0,396,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,359950,1088,544,1088,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,350000,1336,0,660,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,395035,2953,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,622500,3273,0,240,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1965,3,4,,View Good,SEWER/SEPTIC INSTALLED +2020-01-03,489950,2647,0,0,437,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,342000,1690,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,417000,2226,0,0,0,560,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,304000,1400,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,335000,2202,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,419000,2460,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,450861,2441,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,332000,1314,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,714990,1841,0,1226,654,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,340000,1613,0,0,352,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,315000,1266,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,315000,1456,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,401000,1675,0,525,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1948,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,580000,2399,0,0,569,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,542950,1776,0,1125,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1945,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-01-08,420000,1690,0,0,286,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,319950,1248,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,283000,1354,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,405000,1245,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,355000,1588,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,559000,1584,0,1154,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1987,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-11,375000,1830,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,371650,1558,0,1042,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1942,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,430000,2112,0,0,528,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,380000,2412,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-04,352000,2213,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,99000,3100,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,355000,1688,0,0,600,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,525000,2509,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,345000,2172,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-01,534950,3072,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,310000,884,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,635929,2429,0,0,451,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,496500,2781,0,0,415,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-11,305000,1645,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,115000,2454,0,0,638,0,1,Heat Pump,Frame Siding,Drywall,0,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,255000,1152,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,501757,2576,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,479990,2954,0,0,658,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,589995,3583,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,450000,1608,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-08,360000,2381,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,631773,3039,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,359000,1482,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,354900,899,300,0,399,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-10,349950,2005,0,0,406,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,391500,1622,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,612858,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,394000,1848,0,816,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,599500,2485,0,658,632,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-07,449995,2318,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,475000,1759,0,0,550,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,412000,1999,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,313000,786,384,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,326000,1990,0,0,387,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,124754,1140,456,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1898,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,379000,1768,0,0,0,672,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,625600,3710,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,280000,1450,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-14,499950,2468,0,1980,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-16,390000,1613,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,400000,1562,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,303300,1350,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,2,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,305000,1591,0,0,391,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,442850,2461,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,675000,1690,528,850,0,336,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,5,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,96690,1633,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-15,215000,1680,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,690000,2293,0,0,744,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1987,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,280000,1062,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,660000,1128,0,1100,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2010,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-01-13,472000,2100,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,350000,1792,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,574950,2248,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,560000,2820,0,0,751,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-13,410000,1802,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,372603,2095,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,611950,2429,0,0,451,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,695000,2276,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-15,695000,805,0,0,989,0,1,Electric,Frame Siding,Drywall,2,Composition Shingle,2010,1,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-07,355000,1490,0,0,474,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,544950,2784,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,399950,2361,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,223500,965,0,0,0,440,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,342500,1525,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,352900,1104,0,636,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1916,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-15,383000,2374,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,320000,1971,0,0,370,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,445000,1982,0,945,0,0,0,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1947,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,424645,1579,0,0,661,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,359000,2165,0,0,764,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,465000,1935,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,320000,990,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,305000,1848,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,169000,1980,216,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,514990,2811,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,500000,1776,0,888,0,180,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,260000,1292,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,334800,1687,0,912,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,295000,2023,240,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,354500,1316,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,561274,3602,0,0,720,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,315000,1340,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,534000,2363,0,0,684,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,355000,2654,0,0,496,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,470000,2406,0,0,740,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,345000,2042,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,534000,1736,0,1788,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-07,459995,2429,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,524950,2446,0,0,552,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,620000,2684,0,640,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-15,370000,1876,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,390000,1728,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,384056,1854,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,640000,2863,0,0,1009,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,350000,1200,0,0,390,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,340000,742,0,682,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,379000,2564,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,330000,1324,0,0,360,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,415000,2607,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,773500,3995,0,0,786,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,335000,1474,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,335000,1428,0,0,312,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,145518,2080,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,485000,1348,0,1200,420,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,315000,1852,0,0,0,600,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1936,5,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,190000,910,336,420,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,325000,1016,0,0,0,816,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-10,50000,800,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-10,50000,576,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1972,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-14,457420,1400,0,1400,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-01-15,459000,2276,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-11,235000,684,0,0,0,920,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-10,520395,2503,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,300000,1373,0,0,483,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,205500,550,250,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-15,212000,1456,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-18,170000,486,0,0,220,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-14,445000,948,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,537033,3254,0,0,627,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,300000,1011,0,0,330,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,539000,2554,0,0,654,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,580000,1972,0,0,672,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-01-15,316000,1382,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,299888,1450,0,0,390,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,335000,1014,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,359950,1060,0,1060,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,360000,2246,0,0,616,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,333000,2520,0,0,575,0,2,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,237500,2500,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,427000,1700,0,1700,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,533000,2117,0,0,570,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,514500,2720,0,0,924,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,459000,1944,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,315000,1340,144,1425,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,310000,1310,0,0,285,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,380000,1073,518,348,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-16,599950,2120,720,0,656,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,620036,2136,0,0,451,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,360000,1764,0,0,468,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,455000,1552,0,1552,528,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,338000,1684,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1900,5,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,323000,1533,0,0,299,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,456000,1011,0,689,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-15,360000,1715,0,0,569,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,425000,2368,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,299950,1683,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,307000,1488,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-16,335750,1041,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-17,600000,2120,0,1060,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,365000,2144,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,365999,1390,0,0,294,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,347000,1806,0,0,472,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,535000,2216,0,0,840,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-18,295000,1656,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Wood Shake,1910,2,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,750000,1604,0,1604,552,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1968,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-17,104437,1080,0,0,240,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-06,465000,2276,0,0,682,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,325000,2481,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,358735,2150,0,0,576,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,451850,2441,0,0,431,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-10,582000,4024,0,0,0,910,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1977,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,430000,2631,0,0,500,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,499000,1160,0,1160,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-06,468000,2394,0,0,636,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,360000,1962,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,350000,2356,0,0,436,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,355000,1898,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-08,405000,2139,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,649990,3784,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-07,283500,945,0,945,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-15,180063,1095,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-17,317500,768,0,768,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,486700,2522,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,330000,1232,210,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,298500,912,0,0,352,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-16,99123,2042,0,0,435,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,373000,1984,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,335000,1910,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-20,160000,1056,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-17,411000,2096,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,555000,2142,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-01-07,489995,2726,0,0,688,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,745253,3340,0,0,712,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-09,291000,896,320,0,0,240,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,185000,1244,384,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,550000,2818,0,0,764,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,458179,2372,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,318000,1586,0,0,420,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-18,455000,2236,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,351000,966,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1905,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-14,275000,1062,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-15,310000,2016,0,1088,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,386300,1704,0,0,571,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,215797,1326,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,520000,1416,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1922,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,300000,1632,0,0,576,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,234000,1437,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1913,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,440000,1743,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,5,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,461990,1646,0,0,460,480,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,482500,1781,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,479990,2740,0,0,562,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,205000,920,0,0,322,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,430500,2096,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-06,162422,1246,0,156,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1904,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-15,348750,1784,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,439500,1866,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,299950,1040,0,720,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-01-17,850000,1854,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,180000,1099,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-21,230000,850,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,265000,936,0,0,0,440,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-15,551764,2727,0,0,588,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,683481,3465,0,0,873,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-21,575000,2013,0,0,668,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,207000,1368,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,170000,1524,0,1524,504,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-18,315000,1091,456,395,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,460000,1990,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,399950,1928,0,0,428,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,390000,1256,0,1152,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-21,386500,2045,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,217000,744,280,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,470000,2384,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,459995,2425,0,0,558,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,335000,1504,0,0,0,400,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,179000,961,0,0,0,448,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1913,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-20,220000,832,384,832,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,354375,916,0,0,452,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1955,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,525000,2697,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,265000,746,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,237335,858,0,858,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-18,510000,3193,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,403500,2372,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,379950,1725,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,338800,947,432,0,0,660,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,563000,3151,0,0,960,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,90000,1607,0,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,349950,1406,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,421500,2205,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,289000,848,360,0,0,0,0,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,366900,1482,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,387000,1432,0,0,387,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,377200,1268,0,440,506,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,593950,3483,0,0,561,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,300000,1502,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,309900,1100,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,284000,949,0,0,392,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-17,417500,1756,0,832,520,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,360000,2258,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,360500,1450,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-21,389000,1076,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,246500,1520,0,0,260,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,430000,1930,0,0,694,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,390000,1896,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,305000,1211,0,0,480,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,850000,3037,0,1800,0,0,3,Heat Pump,Frame Siding,Drywall,2,Built Up Rock,2007,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-07,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,400900,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,395950,1764,802,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,580000,2656,0,0,1342,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,350000,1084,0,1084,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,196000,962,0,962,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,309000,1159,0,1152,528,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,335000,2203,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,723000,3543,0,0,670,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-11,180000,1440,0,0,720,0,1,Electric Baseboard,Frame Hardboard,Drywall,2,Built Up Rock,1986,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,416280,2288,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,480000,1894,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,435000,3118,0,0,790,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,246950,960,0,0,0,1068,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-14,545000,2876,0,0,1092,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-02,198000,1651,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,265000,953,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,87386,1790,0,0,556,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,425000,1716,0,0,506,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,349000,1289,0,1169,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,550000,2640,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,6,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,426950,2471,0,0,567,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-22,300000,1796,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,1847000,3846,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-01-21,461000,1744,0,0,440,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,290000,1114,0,0,340,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,315000,1437,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1924,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,80000,1482,0,0,360,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,440000,2171,0,1080,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1912,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,415000,2252,0,0,456,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,549000,2509,0,0,648,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,390000,1920,0,0,576,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,205000,1260,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-13,467529,2536,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,455000,1804,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-24,451009,2230,0,0,630,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,297300,912,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,165000,1364,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Built Up Rock,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,549700,2778,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1956,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,440000,2171,0,1080,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1912,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,162000,1364,0,800,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,524995,2297,0,740,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,6,4,,,SEWER/SEPTIC INSTALLED +2020-01-24,517000,1965,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-02,284500,760,240,760,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-21,365000,1522,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,248000,1620,0,0,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,425000,2730,0,1386,340,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,6,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-01-22,372500,1495,0,866,462,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,332000,972,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-13,165613,2213,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,285000,1174,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,480000,2302,0,0,737,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,400000,1855,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,104817,864,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,415000,2400,0,0,636,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,335000,1686,0,0,648,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,429950,2016,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,565000,2558,0,1092,528,1440,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,4,,,SEWER/SEPTIC INSTALLED +2020-01-13,498655,2536,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,385000,1829,0,0,525,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-24,435000,2125,0,0,540,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,367900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,354000,2332,0,0,418,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,409950,2267,0,0,392,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,307500,1181,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,150000,1578,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,324000,1492,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,424000,2487,0,0,543,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,367500,2259,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,408000,1585,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,260000,1232,0,0,308,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,290000,1140,536,1076,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,580000,3061,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-10,327500,1692,0,0,390,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,342500,1466,0,399,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,411000,1790,0,0,528,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Concrete Tile,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-07,1500000,4761,0,1623,696,0,2,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,2002,4,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-01-22,351500,1968,0,0,576,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,344000,1838,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,535000,1428,0,1768,440,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-01-24,216000,845,0,0,0,546,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,429627,2592,0,0,434,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,415000,1857,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,282000,896,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-20,489068,1886,0,0,600,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,420000,2080,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,350000,1796,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,280000,1814,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2021,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-25,112370,856,260,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-18,464950,3048,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,679000,1366,0,1366,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1969,2,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-24,685000,1296,0,1253,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-22,303000,1244,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,352000,1702,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,268700,1648,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-06,529950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,725000,1000,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER AVAILABLE +2020-01-16,725000,504,0,0,0,0,0,None,Frame Siding,,0,,1940,0,0,,,SEWER AVAILABLE +2020-01-10,227300,736,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,409950,1776,0,0,456,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,477000,2757,0,0,660,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,562350,3096,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,350000,1599,0,0,696,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,280200,840,0,0,0,396,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-24,380000,1472,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,392000,1570,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,578000,2622,0,0,536,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-27,540000,1538,0,1538,702,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,380000,2044,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,409000,1911,0,0,638,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,300000,756,320,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,325000,1400,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,319900,968,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1933,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,306000,1014,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,395012,1629,0,0,650,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,549950,2459,0,0,441,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,329000,1206,0,0,286,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,348000,2126,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,130000,1027,0,0,0,484,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-14,494500,3272,0,0,656,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,665020,2740,0,0,997,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-24,378000,1256,0,0,0,384,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1915,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-03,584950,3195,0,0,581,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,492243,1929,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,571375,2653,0,0,662,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,305000,1259,0,0,428,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,600000,1560,0,1560,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Wood Shake,1983,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-01-24,559950,2459,0,0,441,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,205000,1824,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,170500,1032,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,486309,2740,0,0,562,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,536000,2831,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,323300,2132,0,0,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,375000,2110,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,308000,1679,0,500,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1903,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,320000,720,0,540,0,240,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,2,WF River,,SEWER/SEPTIC INSTALLED +2020-01-17,300000,1212,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,484799,2352,0,0,606,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1993,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,549997,2022,0,0,706,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,363950,1508,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,259000,848,0,0,0,300,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,222988,600,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1910,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-16,405000,1491,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,362500,1630,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,334000,1923,0,0,808,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,396500,2277,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,700000,2794,0,0,754,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,419000,3035,0,0,560,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,403000,1629,0,0,442,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,223000,1032,312,1032,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,720000,2740,0,1452,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-27,300000,1994,0,966,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1902,6,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,400000,2359,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,185000,1236,0,300,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,220000,1222,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,250000,2052,0,1144,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,435000,1042,192,0,320,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-24,283000,996,0,0,338,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-14,245500,1066,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-10,260000,1056,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-12,280000,1272,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,356099,1758,0,0,600,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,266615,1856,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,596139,3271,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-09,350000,1088,504,1088,0,440,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,350000,396,0,0,0,0,0,Electric Baseboard,Finished Cottage,,0,Composition Shingle,1951,0,0,,,SEWER/SEPTIC INSTALLED +2020-01-28,190000,952,0,896,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,840000,1288,0,630,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,840000,1288,340,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,840000,1232,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,840000,1310,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,565000,3010,0,0,624,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,430000,1794,0,0,400,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,300000,1056,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-30,197000,1334,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,369950,2643,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,291000,2016,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-24,515000,1268,0,1268,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,405000,2334,0,0,484,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,575000,1628,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Wood Shake,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-01,430000,1895,0,0,458,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-20,706500,2664,0,0,589,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-27,250000,1293,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,337500,820,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,399000,1672,0,0,220,0,0,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,641684,2238,0,0,506,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,240000,1470,0,936,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-26,280000,1034,430,520,0,400,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,305000,1642,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1953,5,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,308000,1087,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,467000,1802,0,1802,525,672,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,302000,1312,0,0,0,672,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,475000,1956,0,0,0,784,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,332150,933,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,425000,2230,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,465000,2306,0,0,615,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,417500,1512,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,250000,1371,0,1347,576,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1961,5,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-01-23,407000,2331,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,425000,2138,0,0,518,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1946,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,342000,1480,0,720,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,706875,2836,0,0,0,0,3,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1968,3,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-15,313650,1487,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1895,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,597500,2219,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,206000,528,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-16,650000,2012,0,0,668,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,322500,830,0,0,308,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-16,457000,1081,0,1081,332,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,605000,2489,0,0,638,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,662000,2595,0,0,704,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,469950,2752,0,0,666,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,193000,984,0,442,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-24,315000,1508,0,0,462,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,390855,2417,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,355000,2634,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,123497,2519,0,0,570,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,245000,992,0,0,326,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-30,248000,784,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-13,482825,2571,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,254000,792,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-21,617500,3147,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-24,320000,1568,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,410000,1873,0,0,442,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,147500,960,0,0,306,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,345000,1702,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-25,715000,2630,0,0,658,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,305000,1182,0,0,458,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,230000,1244,0,0,0,480,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1903,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,201000,1008,0,0,220,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,542000,1825,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,370000,1830,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,415608,1775,802,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,260000,1064,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,218000,910,0,0,330,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,435000,2355,0,0,750,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1919,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,370000,1281,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,434500,2637,0,0,620,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,399950,1326,0,0,336,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,410000,2303,0,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,1025000,6295,0,2335,1365,0,1,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,2006,5,5,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-27,260000,1250,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,367500,1680,0,0,545,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-25,200000,1600,0,0,156,0,1,Forced Air,Frame Vinyl,Drywall,2,Preformed Metal,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,360000,480,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,1,1,,View Avg +,SEWER/SEPTIC INSTALLED +2020-01-27,280000,1352,0,0,269,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,404500,2634,0,0,432,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,380000,1820,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,590000,2419,0,0,847,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,424150,1833,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,434000,1917,0,0,656,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,509950,2734,0,684,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,200000,1808,0,1064,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,340000,1232,0,616,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-24,325000,1382,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,690000,2486,0,1088,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,570000,2016,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,550000,2972,0,2412,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1955,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-27,190000,600,432,0,209,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,402950,1930,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,247000,1621,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-01-28,467500,2032,0,0,594,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,209000,1502,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1890,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,380000,2545,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-02,445000,2116,0,0,0,576,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1956,5,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,348000,1804,0,0,470,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,343000,1545,0,0,301,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1961,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-03,569950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-17,409396,1764,802,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,432875,835,360,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,460000,2755,0,0,676,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-29,381500,1699,0,0,0,0,1,Forced Air,Frame Rustic Log,Drywall,2,Formed Seam Metal,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,190644,1332,0,0,394,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,339000,1816,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,350000,2213,0,0,541,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,610000,2724,0,854,801,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1996,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-31,599995,2707,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,594000,3071,0,0,804,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,465000,2302,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1991,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-29,499995,2255,0,1463,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,435000,2166,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,295000,768,384,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-07,310000,1334,0,0,483,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,649500,1795,0,0,0,0,1,Heat Pump,Frame Rustic Log,Drywall,2,Wood Shake,1997,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-01-09,537871,2836,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,372500,1168,588,0,0,624,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,260000,1698,0,862,538,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,310000,1279,0,0,220,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,300000,1322,0,0,432,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-09,262750,720,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,244600,1400,0,0,288,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,47503,1548,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,345000,756,0,720,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,265000,1900,400,848,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1905,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-31,374600,1816,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,650000,2356,0,0,483,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,412500,1646,0,480,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1915,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,351350,1146,0,840,0,720,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-07,366900,1482,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,420000,2447,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,525000,2095,0,0,1331,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-17,350000,2080,0,0,456,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,1200000,3738,0,1366,0,0,2,Hot Water Baseboard,Frame Siding,Drywall,3,Composition Shingle,1906,5,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-07,400900,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,273375,1048,288,0,0,440,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,1100000,3392,0,0,924,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,410000,1692,0,0,522,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,540000,2240,0,0,882,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,187000,1112,160,840,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-17,239000,912,0,576,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1929,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-30,275000,1078,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,526400,2288,372,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-20,319391,1770,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-31,820000,2304,0,964,0,0,2,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,738280,3325,0,0,622,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,564950,2306,0,324,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-31,325000,1040,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-31,385000,2174,304,0,616,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,370000,1910,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,570000,1764,0,0,0,480,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,615000,1541,0,1344,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1956,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-01-24,615000,1536,0,0,1168,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,1,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-01-23,333000,2402,0,0,608,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,762000,2905,0,0,735,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,322750,1126,0,0,684,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,388850,1408,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,473950,2433,450,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-31,263000,1320,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-01,424900,2416,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,890000,2393,0,1434,1052,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1992,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-01-31,313500,928,0,928,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,758995,3816,0,0,740,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,5,,,SEWER/SEPTIC INSTALLED +2020-01-29,300000,2700,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1996,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,639950,3106,0,0,460,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-30,79533,1935,0,0,407,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,350000,1388,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,282500,1368,0,0,0,360,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,282500,420,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1948,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,275000,1364,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-16,345000,1340,0,0,0,420,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2000,2,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,272000,1117,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,350000,1388,0,0,486,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,439950,2320,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,140842,1038,0,0,364,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1986,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,445000,2760,0,0,400,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,288400,1008,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,935000,4480,0,0,792,0,3,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1957,5,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-03,329950,1890,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,363000,1950,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,330000,1952,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,379950,1782,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,424950,2108,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,335000,895,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,335000,1080,576,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1914,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,330000,1448,0,0,536,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,300000,1696,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-24,306000,1576,0,0,424,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-18,533500,1989,0,1216,0,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1984,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,750000,2151,144,1020,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,355000,1400,0,960,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,260000,3027,0,0,855,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,457750,1988,0,1079,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1992,4,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-01-31,230000,1254,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,2,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,629995,2945,0,0,623,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,387500,1240,0,0,0,0,1,Forced Air,Frame Rustic Log,Drywall,2,Composition Shingle,1985,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,370000,2822,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,4,,,SEWER/SEPTIC INSTALLED +2020-01-31,426500,2343,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-31,415000,1294,0,0,378,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,420900,2648,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-31,760000,4400,0,4000,0,0,1,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1936,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,151569,1608,0,840,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,566000,2568,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,530000,2138,0,1136,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-30,270000,808,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-30,530000,1996,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-24,410000,1836,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-26,549879,2132,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,260000,1872,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,455000,1768,0,1540,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,6,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,494950,1892,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,390000,875,455,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,4,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,467140,2678,0,0,420,0,1,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,494990,2926,0,0,608,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,415000,1452,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1916,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,335000,2462,0,984,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,589910,2136,0,0,451,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,280888,880,456,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,599950,2541,0,1027,418,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-05,419000,2382,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,369000,1376,0,1376,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,500753,2559,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,481903,2536,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-25,50000,777,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,315000,1118,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,315000,288,0,0,0,0,0,Electric Baseboard,Finished Cottage,,0,Composition Shingle,1963,0,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,413500,1836,0,0,394,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,575000,2820,0,0,690,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1994,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-30,649500,3115,0,0,886,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-31,756000,3697,0,0,1155,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-31,353000,1775,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-27,315000,1704,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Built Up Rock,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,300000,1224,0,610,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1904,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,270500,876,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,320000,1224,0,0,450,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-31,425000,2284,0,0,720,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,487500,1828,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,212500,1136,0,0,375,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,295000,970,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1895,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,449000,1822,0,1176,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,350000,1250,0,675,575,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-01-15,475000,3044,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-31,121125,764,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,484995,2726,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-31,121125,785,0,337,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1916,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,625950,2821,0,0,662,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,298650,944,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,440000,2659,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,475000,1483,0,1963,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,525000,2945,0,0,630,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,440000,1796,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-05,425000,1704,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-13,250000,1360,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-15,350000,1370,0,0,0,288,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1891,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,260000,1576,0,270,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,2,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,140000,1238,0,364,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,437000,3279,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-15,325000,1084,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,325000,1990,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,382001,955,336,0,0,399,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,308000,1136,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,606528,1848,0,0,518,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,430000,4104,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,6,4,,,SEWER/SEPTIC INSTALLED +2020-01-31,371000,1551,0,0,220,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,465000,2178,527,0,428,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-04,430000,1830,0,896,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,464995,2318,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,135000,640,200,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,330000,1656,0,800,0,480,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,175500,1355,0,0,529,0,2,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1966,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,410000,1284,0,764,0,420,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1944,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,410000,2251,0,0,625,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,331000,1470,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,367000,1839,0,0,677,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,721500,2722,0,0,768,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,721500,1200,0,0,1400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2000,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,295000,892,0,0,0,630,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,480000,1260,322,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-04,145000,1282,0,456,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1910,5,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,445000,3035,0,0,560,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2009,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,245000,1508,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,645000,2430,0,0,526,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Wood Shake,1985,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,419000,1864,0,0,576,0,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,328000,1246,0,0,286,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-21,517500,2858,0,0,628,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,320000,864,0,0,0,288,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-31,486000,2458,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,480000,2461,0,0,442,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,675000,3418,0,1769,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,5,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-02-06,382000,1554,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,431000,2088,0,0,520,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,186000,792,0,0,280,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,699000,2247,0,992,528,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-03,614700,1638,0,1200,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1920,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,506000,1440,0,1440,0,264,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,230000,880,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,235000,1472,0,775,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,587000,2350,0,0,642,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,323500,1418,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,492145,1949,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,250000,1554,0,0,446,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,319000,1996,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-16,1260000,2524,0,1659,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1940,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-01-23,464995,2712,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,354000,1002,390,1002,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,280000,1312,0,432,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-30,285000,960,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1917,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,320000,1915,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,359000,856,0,856,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-31,347000,1210,0,0,440,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,328000,1432,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,220000,1089,240,0,0,400,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,220000,718,0,0,0,0,0,Forced Air,Finished Cottage,Drywall,1,Composition Shingle,1946,1,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,400000,2085,0,0,897,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,375000,2312,0,0,454,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,505000,2038,280,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,300000,1008,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,295000,1028,510,510,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,315000,684,0,399,0,0,0,Hot Water Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,3500000,9510,816,0,985,0,4,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,1999,5,6,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-06,443000,2556,0,0,228,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,7,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,639192,2136,0,0,451,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,499950,2712,0,0,0,675,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,489000,1892,0,504,1030,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1983,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,455000,1795,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-03,589000,3113,280,0,1032,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,158000,820,0,168,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,275000,2208,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1917,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,469475,2797,0,0,722,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,430000,1988,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,257500,696,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,223200,1056,0,0,0,380,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-06,589000,3113,280,0,1032,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,260000,768,0,0,275,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-30,350000,1025,0,0,350,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,399000,1817,0,0,396,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,317300,724,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,380000,2369,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,450000,2158,0,0,697,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,357000,1422,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,415000,2413,0,0,500,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-23,290000,768,576,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,345000,1204,0,1204,0,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Built Up Rock,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,338000,1952,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,408000,1982,0,0,231,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-14,418200,2889,0,0,756,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,178450,640,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,1,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-01-24,280000,946,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-03,299000,1247,0,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-18,360000,1344,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,290000,1260,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,320000,1580,0,0,388,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,330000,1432,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,339900,1224,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-07,180000,975,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-24,340950,1133,0,0,435,864,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,420000,2456,0,0,748,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,435000,2156,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,700000,2747,416,0,2392,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,205000,1216,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-08,350000,960,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1916,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,1450000,2741,0,1360,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Preformed Metal,1977,5,3,,View Good,SEWER/SEPTIC INSTALLED +2020-01-28,315000,1496,0,0,780,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-23,384000,2072,0,0,432,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,430000,1564,0,480,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1903,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,325000,952,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,272512,2369,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,409900,2476,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,400000,1184,0,880,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,399500,2342,0,0,502,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,370000,1608,0,0,500,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,450000,2884,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-04,379000,1314,0,0,0,330,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,379000,570,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-10,340000,1558,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,312357,2123,0,1260,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1918,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,389950,1806,0,0,650,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,460000,2234,0,0,580,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1976,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,372000,1536,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,372000,240,0,0,0,0,0,Electric Baseboard,Finished Cottage,Paneling,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,750000,2596,0,948,0,1064,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1932,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,750000,896,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,1,1,,,SEWER/SEPTIC INSTALLED +2020-01-30,545000,1266,0,1092,546,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-05,332000,1352,0,0,0,400,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2000,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,391500,2995,0,0,717,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,512000,2999,0,0,652,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,325000,1328,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,427500,2357,0,0,364,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,340000,1688,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-14,479950,1535,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,485000,2507,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,200000,878,360,0,0,256,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,380000,1862,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,775343,3286,0,0,650,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,303000,1422,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,370000,1848,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,345000,2026,0,1218,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,455000,2812,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,624950,2583,0,480,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,400900,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,550000,1580,0,1200,0,1152,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,489950,2980,0,0,610,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,327000,1757,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,4,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,650565,2613,0,0,564,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,475000,2244,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,558000,1740,1212,0,480,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,2,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,274000,2088,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,512200,1138,0,1120,552,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,310000,1122,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-24,408431,2665,0,0,666,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-11,160000,1092,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,169001,924,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,379950,2161,0,0,399,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2019,3,4,,,SEWER/SEPTIC INSTALLED +2020-02-05,275000,1140,0,0,294,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,464990,2647,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,368950,2195,0,0,480,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,780000,2734,0,1247,547,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,5,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-01-30,330000,884,0,884,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,267000,922,256,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,267000,700,0,0,340,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,0,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,764995,3971,0,0,742,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-10,425000,2236,0,0,529,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,540000,2300,0,0,460,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,150000,1210,0,0,294,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,599980,3091,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,359000,1904,0,0,446,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,400000,2102,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,385000,1357,0,0,563,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,365000,1226,0,0,1131,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,384000,1620,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-23,484995,2738,0,0,556,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,206500,1184,0,506,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Preformed Metal,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-07,350000,1554,0,0,498,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,423000,2331,0,0,431,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,440000,3154,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,548000,2736,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-29,480632,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,365000,1456,0,0,600,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,550000,1284,0,1268,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,770000,1434,0,1434,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-03,225000,1242,152,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-31,304000,1008,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,303000,1246,0,0,394,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,440000,2279,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,425000,1176,0,1176,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,375000,1909,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,525000,3036,0,0,666,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,414921,2731,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,31500,2458,0,0,543,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,517379,2738,0,0,433,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,639950,2657,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,230000,1548,0,864,0,728,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,377999,1869,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,175000,2580,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2021,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-29,609578,1848,0,0,518,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,380000,1548,0,0,508,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,400000,2158,0,0,576,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,410123,1624,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,860000,3725,0,0,767,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,5,4,,,SEWER/SEPTIC INSTALLED +2020-02-12,375000,1909,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,298000,1295,0,0,0,720,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,435000,1747,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,751463,4047,0,0,710,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-12,408500,1276,0,280,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,330000,1314,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,364000,1832,0,0,468,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,695000,2971,0,0,768,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,430000,1564,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Preformed Metal,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,225000,794,0,0,0,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-01,325000,790,0,790,0,0,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1944,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-10,441341,2192,0,0,668,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,210000,936,0,140,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,390000,1610,0,540,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-12,350000,1965,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,390852,1854,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,390000,2468,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,524950,2905,0,0,558,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,320000,1120,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-07,320000,1637,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,415000,1566,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,400000,1280,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,515000,2898,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,4,,,SEWER/SEPTIC INSTALLED +2020-02-07,285000,1218,0,406,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,340000,1525,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,240000,884,360,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,535561,3024,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-02-12,592000,2282,0,0,886,0,1,Heat Pump,Frame Siding,Drywall,1,Wood Shake,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,300000,1422,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,400000,2360,0,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,436000,1915,0,0,441,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,354000,1470,0,466,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1929,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,599950,2362,0,0,450,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,340000,1478,0,0,520,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,260000,1368,0,0,432,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,774000,3487,0,0,794,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,298000,1012,0,0,308,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,144809,2006,0,0,650,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,518000,1957,0,0,996,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,450000,1663,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,549000,2768,0,0,675,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,355000,1908,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,419000,2605,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,524990,2945,0,0,630,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,385000,1994,0,874,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1932,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,446000,1543,0,0,529,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,455000,1675,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,551430,2348,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,579990,3602,0,0,720,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,509000,2490,0,0,816,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1992,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-02-11,365000,1464,0,948,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-08,298000,1150,0,0,340,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,2005,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-10,420000,2021,0,0,516,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,340000,1380,0,0,480,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-30,430000,1664,0,0,816,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,835000,2421,0,0,598,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,192000,1956,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-08,375000,2120,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,790000,2328,0,0,856,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-02-06,1500000,3342,0,1184,820,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-04,367900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,701500,2851,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,375000,2540,0,0,310,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,6,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,530000,1734,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,440000,2028,0,0,829,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,293000,1117,0,0,300,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-10,310500,2289,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,404900,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,322000,1929,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,320000,992,0,0,288,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,520000,2594,0,0,566,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,255000,1176,0,1176,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1958,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,327500,1623,0,0,720,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1994,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,107000,2151,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,325000,1295,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1999,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,589116,2787,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,419000,2110,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-16,669500,2086,0,1022,690,0,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1993,3,5,,View Good,SEWER/SEPTIC INSTALLED +2020-02-13,369000,1806,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,394607,1854,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,875000,2558,0,0,527,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1952,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-07,412750,1918,0,0,737,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,375000,1960,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,225000,1172,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-12,375000,1014,546,416,0,360,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,420000,2015,0,0,467,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,525407,1886,0,0,600,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,549000,1715,0,884,505,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,381000,2646,0,0,508,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,450000,1200,0,1584,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,335000,1368,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,308000,1352,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,424950,1812,0,0,0,440,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1971,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,296000,1130,0,0,299,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,323750,1700,0,0,0,864,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-10,445000,926,408,528,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-07,350000,2492,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,470000,2256,0,0,453,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-22,382000,1624,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,200000,846,304,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1909,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,417750,2002,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-10,300000,1090,0,0,364,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-13,320000,1488,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,486500,2216,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,545000,1290,0,1032,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,530000,2926,0,0,900,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,250000,1008,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-10,275000,1024,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-28,832990,3829,0,0,712,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-10,246000,1688,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1926,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,601525,2707,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-31,340000,1324,0,0,360,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,283000,1264,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,425000,2250,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,376000,1584,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1919,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,393000,2702,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,437500,2318,0,0,598,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,357000,1150,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,430000,1422,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,298000,812,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-13,355000,1929,0,0,420,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,367900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,480000,1652,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,307000,1820,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,730000,3196,0,0,916,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-05,335000,3060,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,332000,1622,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,355000,1344,0,0,0,720,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,125846,1080,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-10,303000,1038,232,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,675000,868,0,748,0,484,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-02-11,910000,3443,454,1306,962,0,4,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,2002,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-12,415000,1716,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-15,610000,2284,0,1200,0,624,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-14,699999,2537,0,0,1024,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-29,662925,2181,0,0,564,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,530000,2612,0,0,1016,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,285000,2606,0,0,400,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,285000,792,0,196,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1906,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-16,450000,2080,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,251100,1267,196,0,299,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,534500,2316,0,796,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,262000,1244,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,350000,1408,0,330,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,469000,1906,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-17,305000,1092,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,417000,1090,0,1090,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-08,215625,1050,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-07,350000,1408,0,330,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-14,348000,1328,0,0,0,406,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1908,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,454995,2244,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1968,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-15,182500,1162,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,598584,1922,0,0,878,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,327997,1240,0,0,532,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,345000,1866,0,0,609,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,497000,2401,0,0,466,600,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,612719,2823,0,315,441,0,1,Heat Pump,Frame Siding,Drywall,0,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,549900,1828,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,318000,1412,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,414689,2867,0,0,396,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,3,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,290000,947,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,325000,1056,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-13,314500,2000,0,0,682,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,421450,1774,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,380000,952,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-12,405000,1783,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,385000,1604,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,200000,2042,520,0,618,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,475000,4064,0,0,440,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,4,,,SEWER/SEPTIC INSTALLED +2020-01-30,199950,824,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-12,415000,3113,0,0,506,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-24,402000,2322,0,0,589,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,285000,1025,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,425000,1660,0,0,624,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-15,175000,1472,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,325000,1833,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,580567,2306,0,324,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,362500,1754,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1954,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,273000,882,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1927,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-14,350000,1612,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,537000,2875,0,0,660,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,306000,1591,0,0,391,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,370900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,412950,2867,0,0,596,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,185000,768,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-14,160000,692,0,0,0,220,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,367900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,315000,1296,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-09,273000,1458,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-07,325000,1224,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,602100,1919,0,1147,544,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,342600,1400,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,372159,1636,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,355000,2004,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,305000,962,0,0,338,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,172775,1175,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-12,374000,1869,0,0,542,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,275000,2860,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-15,549900,2167,0,0,0,0,0,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1904,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,460900,2236,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,480000,2248,0,0,576,280,0,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,415500,1926,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,389000,2140,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,380000,1694,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,561219,2768,0,0,560,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,2000000,4402,0,1101,1440,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Formed Seam Metal,1927,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-01-08,295000,1330,0,1330,460,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,700000,3308,0,0,1071,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,406500,2212,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-30,331485,1246,320,0,0,0,2,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1915,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,461900,3038,0,0,745,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,552350,3078,0,0,696,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-02,356000,1524,0,0,453,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,449500,1332,0,1332,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,422000,1300,0,1300,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,279000,936,0,936,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,684995,3349,0,0,666,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-02-11,370000,1398,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,370900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,454995,2360,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,1450000,2437,0,3113,881,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1991,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-13,380000,2145,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,370000,1631,0,0,399,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,371000,1622,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1931,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,539000,3125,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-02-18,594392,2904,0,0,696,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,419900,1692,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-17,388000,1280,0,824,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1914,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,79100,907,368,256,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,440000,2291,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1984,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,296888,892,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1895,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,385000,2283,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,325000,900,360,450,0,672,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-13,769493,3828,0,0,712,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-19,341000,1232,0,0,0,624,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,599900,2814,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,440000,1480,0,0,325,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,364950,1896,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,202500,1002,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-17,233000,916,0,0,624,0,0,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1969,2,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,745000,2737,0,0,851,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,745000,1196,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2000,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-13,325000,1068,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,295000,892,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,345000,1514,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,395000,2294,196,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,718825,2851,0,786,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,152912,1305,0,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,690000,1922,0,0,441,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,425000,2714,0,0,430,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,400000,1184,0,0,504,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,400000,1144,0,1144,912,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,500000,2003,0,0,276,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,424000,3386,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,6,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-11,470000,2770,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,386000,2576,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,395000,1352,0,840,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-07,924990,3413,0,2044,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,6,5,,View Lim +,SEWER/SEPTIC INSTALLED +2020-02-05,495000,1530,0,0,720,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,395000,1326,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,326000,1264,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-21,205000,1130,0,720,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,330000,1088,0,576,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1937,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-31,602000,2728,0,0,708,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,450000,2370,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,337500,1354,0,0,385,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,905000,2356,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,4,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-13,599999,3094,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-18,390000,1400,0,1400,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,50000,955,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-05,661726,3465,0,0,873,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-01-16,320000,1398,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-31,320000,1398,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,372500,1518,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-22,315000,1120,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,465000,811,394,811,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-13,386000,1832,0,0,308,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,305000,768,240,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-10,935000,3467,0,1696,610,0,3,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1992,4,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-02-19,680000,1320,0,1248,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1961,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-18,459990,2591,0,0,458,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-11,262000,1490,0,0,419,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,540000,1250,0,1250,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,192000,1336,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-30,717000,1024,384,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,2001,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-21,443105,2222,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,445000,2215,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,265000,2611,0,0,709,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,490000,1747,0,0,0,1704,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,354500,1728,0,0,440,0,0,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,676489,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,602020,2222,0,0,724,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,385000,2016,0,0,1040,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,340000,1680,0,0,0,480,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,635950,2819,0,0,590,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,300000,1074,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,433000,2840,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,290000,974,0,974,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-12,327000,1968,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,269420,2534,0,672,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1910,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,346000,1889,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,425000,1507,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,365000,1702,0,0,424,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,410000,2080,0,0,576,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-02-14,635000,3013,0,0,592,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,337000,1062,588,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,353500,1242,0,0,0,576,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1904,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,425000,1874,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,560000,2633,0,0,803,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,393000,2200,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,365000,2152,0,0,399,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,486544,2179,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,380000,1996,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,270000,2242,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,875000,1920,360,360,0,672,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1967,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-18,379000,2160,0,1033,510,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-19,410000,1452,210,0,0,528,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,285000,1424,0,1424,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,359950,1879,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,320000,1761,0,891,375,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1948,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,975000,2960,0,2960,484,0,2,Hot Water Baseboard,Frame Stucco,Drywall,1,Concrete Tile,1952,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-02-12,579950,3230,0,0,612,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,401000,2524,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,485000,2096,0,0,650,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,215000,1032,0,0,264,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-03,395035,2953,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,1086000,1,0,384,440,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Built Up Rock,1966,0,1,,View Avg +,SEWER/SEPTIC INSTALLED +2020-02-19,722709,2133,419,0,539,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,260000,844,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-21,300000,840,420,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-12,730000,3243,0,1554,660,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-04,367900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,399747,2224,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,185000,1344,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,364900,1395,0,819,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-02,429777,1845,0,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,322000,1020,0,0,600,0,2,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-10,320000,720,336,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-17,412000,2496,0,0,634,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,264755,1376,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,360500,1469,0,0,468,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,200000,1584,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,435000,2496,0,0,616,0,1,Heat Pump,Masonry Common Brick,Drywall,2,Preformed Metal,1968,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-22,359950,1736,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,404999,2028,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,490000,3074,0,0,632,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,390000,2125,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,309500,1572,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,348000,1800,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,1600000,2662,0,1604,736,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1975,3,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-19,795000,3200,0,0,619,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,3,4,,,SEWER/SEPTIC INSTALLED +2020-02-20,606874,1984,0,0,834,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,476400,2797,0,0,722,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,352000,1148,192,0,338,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,275000,1283,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-01,499950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,589980,1571,0,1092,597,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,450000,1974,0,0,616,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,380000,1964,0,0,380,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,365000,1504,0,0,0,400,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-22,399950,1982,0,0,231,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,260000,1246,0,0,286,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,386000,1740,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-22,1400000,2145,0,2060,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,4,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-02-24,335000,1686,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,375000,2061,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,299000,1200,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,510000,2242,0,0,720,0,1,Forced Air,Frame Vinyl,Drywall,1,Concrete Tile,1980,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-02-20,412000,1914,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,599975,2156,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,320000,1072,0,736,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,339950,1448,0,0,280,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,295000,990,0,0,0,0,0,Floor/Wall Furnace,Frame Stucco,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-04,599701,3784,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-02-11,457423,1747,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,370000,2235,0,0,447,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,620000,1079,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,372949,1649,0,0,436,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,710000,3027,0,0,817,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-23,285000,2469,0,0,411,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,4,,,SEWER/SEPTIC INSTALLED +2020-02-23,285000,2780,0,0,742,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-23,285000,2904,0,0,558,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-10,599713,3408,0,0,746,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-19,441050,2738,0,0,444,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,414063,1983,0,0,441,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,320000,1035,0,1035,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,426000,2239,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,450000,2073,0,0,568,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,325000,974,450,0,0,568,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,310000,1287,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,1,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,350000,1298,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,458000,2047,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,385000,2538,0,0,672,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,600000,1729,0,1683,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-02-21,443390,1643,0,0,833,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-02-18,613950,2919,0,0,858,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,340000,1291,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,553220,1848,0,0,518,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,400000,2064,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1901,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,320000,960,384,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-22,446400,2020,0,0,684,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,167500,734,0,734,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,580000,2713,0,0,617,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,525000,2533,0,0,712,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,442500,2334,0,0,680,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,529950,3072,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,421800,1560,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,410000,1989,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,445000,1564,0,1300,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,288600,880,0,0,0,0,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1922,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,427000,1476,0,450,0,480,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1973,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,342000,1648,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,268300,1183,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,200000,894,0,336,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,347000,1548,0,0,361,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,250000,997,250,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1914,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,387900,2012,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,240000,1676,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,249950,1318,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,416000,2122,0,0,462,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,607000,2282,0,0,664,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-06,609950,3550,0,0,510,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-17,459900,2739,0,0,538,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,715000,3443,0,0,849,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,2002,4,4,,View Good,SEWER/SEPTIC INSTALLED +2020-02-19,593395,3339,0,0,681,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,374950,1529,0,0,378,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,278000,688,0,0,240,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,487660,2488,0,0,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,405000,1560,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,860000,2775,0,2245,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1953,6,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-02-11,629950,2823,0,315,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,283250,1128,0,1056,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,322500,1284,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-05,560000,1776,0,1776,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,200000,1092,0,0,345,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,333000,1710,0,0,396,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,365000,1152,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,375000,2168,0,704,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1939,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,310000,1874,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-17,841000,1664,0,1122,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-02-25,330000,1882,0,0,562,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,205000,1056,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,512990,2804,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,567500,1399,0,820,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-20,824950,3314,0,1248,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,570130,1848,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,375000,1620,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,425000,1372,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,347000,1526,0,0,460,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,789000,2727,0,0,749,0,2,Forced Air,Frame Stucco,Drywall,2,Concrete Tile,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,430000,1092,420,416,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-21,230000,1367,0,0,616,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-04,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-07,599950,3550,0,0,510,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,415000,2203,0,0,357,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,284000,1348,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-11,585475,2836,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,349999,1492,420,510,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1948,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,450000,2873,0,0,908,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,749000,2674,0,0,856,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,503835,3302,0,0,636,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,935000,2765,0,0,804,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,1,Wood Shake,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,360000,1394,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,325000,1344,0,0,456,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,390000,1284,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,205000,1480,0,0,0,384,0,Floor/Wall Furnace,Frame Vinyl,Drywall,2,Composition Shingle,1902,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,325000,1760,0,0,0,575,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,393000,1903,0,0,358,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,510000,3060,0,0,796,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-01,504950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,307500,1360,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-21,491000,2988,0,0,766,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,549990,1868,0,0,618,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,620000,2440,460,0,828,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,499999,1972,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-09,231000,1562,0,1124,0,624,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-23,296534,1008,648,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,326000,1254,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,725577,3325,0,0,622,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,350000,1196,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,316000,2137,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1972,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,380000,2080,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,575000,2899,0,0,628,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,1485000,5305,0,0,1492,0,5,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,2002,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-02-19,413000,2432,0,0,483,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,451000,2012,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,455038,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-07,547750,2621,0,0,798,644,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,550000,1796,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1955,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,550000,1140,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-26,300000,799,408,799,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-24,375000,939,340,668,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1927,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-12,700000,2257,0,0,684,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,275000,1406,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,134000,838,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-26,327500,1734,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,520000,2579,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,385000,2204,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,502995,2304,0,706,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-02-20,118000,776,0,0,0,354,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,925000,2524,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1982,2,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-25,405000,1906,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,358000,2126,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-17,449000,2126,0,0,288,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,410000,1443,0,1649,572,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,500000,2605,0,0,693,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,262000,867,0,1038,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-17,349950,1990,168,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,426920,2304,0,0,464,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,317000,1008,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,449000,1805,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,205000,881,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,287000,1952,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,451000,1555,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,400000,1277,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,375000,1536,0,1536,576,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-14,558989,1848,0,0,518,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,370000,2715,0,1695,0,484,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,424950,1740,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,475000,3050,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,313000,1336,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,488000,3168,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,435000,2184,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,470000,2456,0,0,442,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,345000,1245,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,106500,1449,0,0,400,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,0,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,333000,2126,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,380000,1300,0,0,368,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,387000,2380,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,411000,2563,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,275000,1656,0,1200,616,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-25,365000,1782,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,360000,1610,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,995000,1956,140,1446,0,460,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1903,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-02-24,265000,3130,0,0,1374,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2021,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,252000,1104,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-24,265000,3100,0,0,1389,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2021,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,710000,3180,0,0,840,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2005,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-02-20,450000,2643,0,0,532,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,222000,868,0,638,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1917,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,121264,1186,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,680000,2199,0,1184,484,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1994,5,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-02-26,680000,3375,0,0,460,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,366000,1792,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,406500,2150,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,220000,672,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,355000,1554,0,0,528,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,565000,3010,0,0,470,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,175000,840,360,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,672500,1604,0,1604,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1948,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-18,375000,2254,0,0,480,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,369000,1787,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,395000,2026,0,0,400,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-23,367800,1471,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,510000,2238,0,1458,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1927,5,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,499990,2954,0,0,658,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,375000,1030,440,528,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,300000,1040,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-26,290000,1278,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-12,599990,3360,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-25,632500,2154,0,0,650,1008,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,475000,2564,0,0,616,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,325000,951,253,0,253,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,290000,2040,0,0,380,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,455100,2310,0,0,610,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,250000,896,0,384,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1929,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,522500,2973,0,0,656,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,527344,1886,0,0,600,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,137500,1104,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-14,495000,1985,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,362000,2035,0,0,437,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,547540,2727,0,0,588,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,486000,1504,0,1032,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1927,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,410000,1410,0,0,432,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,112200,1200,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-10,570384,2366,0,0,732,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,660000,2580,0,0,800,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,435000,600,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-21,300000,1060,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,345000,1008,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,320000,1142,0,0,530,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,275000,860,209,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-24,504990,3302,0,0,636,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,395000,1808,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,552500,1879,0,924,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,535000,2452,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-29,1175000,2634,0,1492,998,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-20,452250,1750,0,0,576,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-14,291000,902,320,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,505000,2203,288,1693,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,6,4,,,SEWER/SEPTIC INSTALLED +2020-02-24,420000,1713,0,1120,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,700000,4558,0,0,916,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1998,4,5,,View V-Good,SEWER/SEPTIC INSTALLED +2020-02-26,210000,888,264,384,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,650000,2554,0,0,860,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,250000,1056,0,0,264,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,420000,1721,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,850000,1422,0,1418,525,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1969,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-25,663900,2570,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,337000,816,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,330000,1886,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,406000,1890,0,0,324,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1956,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,370000,1563,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,623604,3254,0,0,627,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,509995,2780,0,0,742,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,423125,2623,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,285000,939,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,305000,1800,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,455000,2542,0,0,632,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,440000,2554,0,0,568,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-12,171500,1206,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2008,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,300000,1111,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-21,190000,995,0,0,300,440,1,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,292000,960,0,960,480,0,2,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,1200000,2632,0,1316,0,0,0,Electric Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1928,3,1,,,SEWER AVAILABLE +2020-02-27,1200000,1496,0,0,0,0,0,Electric Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1928,1,1,,,SEWER AVAILABLE +2020-02-28,368000,1829,0,0,432,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,453306,2867,0,0,596,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,3,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,367800,1706,0,0,0,400,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,435000,1356,0,1252,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,355000,1200,0,0,384,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,299500,1002,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1907,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-11,375000,2422,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,363055,1544,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,590000,1170,0,990,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-02-27,375000,2459,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,346000,1209,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,235000,816,340,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,330000,1208,0,0,0,396,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,455000,2680,0,0,576,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,329000,1188,0,0,624,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,215000,1000,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-24,919000,4373,0,0,576,0,3,Hot Water Baseboard,Frame Siding,Drywall,2,Wood Shake,1948,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,444995,2284,0,0,477,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,370000,1467,0,871,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1941,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,235951,1860,0,0,552,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,425000,2346,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,450000,1622,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,449995,2284,0,0,477,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,346000,1088,544,1088,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,430000,1384,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,435000,2593,0,0,568,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,754000,3035,0,0,820,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,404000,1248,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,630000,2871,0,0,1140,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,390000,2660,0,660,542,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-02-27,325000,1980,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,290000,3644,0,0,420,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,475000,3301,0,0,0,816,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,310000,1382,252,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,335000,1216,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,405500,1665,0,0,408,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,465000,2381,0,0,437,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,370000,1210,0,1152,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,600000,2274,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,455000,2627,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,200000,1606,0,0,427,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,777000,3050,0,0,836,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-25,425000,2194,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,408000,1736,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,350000,1548,0,0,361,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,327850,1717,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,339000,1800,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,385000,1204,0,572,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,142000,720,0,360,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-12,277500,910,420,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1922,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-20,200000,1764,336,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,392500,1450,0,1412,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,97500,912,336,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-26,339000,1402,0,442,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-05,356000,1064,0,1064,456,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,277000,1083,288,0,0,0,1,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,380498,1256,0,742,0,0,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1956,1,2,,View Good,SEWER/SEPTIC INSTALLED +2020-02-25,385000,1722,0,0,392,0,1,Electric Baseboard,Masonry Common Brick,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,475000,1512,0,1500,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-09,495000,1940,0,0,728,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,227500,1260,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,310000,1152,296,0,0,864,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,699000,1746,0,1746,576,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1965,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-02-24,539950,3072,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,380000,1556,0,0,352,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,491000,2746,0,0,666,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,280000,800,300,0,0,280,0,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-26,780000,1651,0,0,434,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-24,418000,1630,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,310134,896,448,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-28,500000,1515,336,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-27,420000,1247,0,799,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,368292,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,261000,1975,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,460000,2096,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,825000,3581,0,0,1050,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,669900,2330,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,428000,1196,0,0,492,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-24,291000,1154,0,0,0,625,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-13,320000,1681,0,0,410,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,450000,4609,0,2312,0,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,5,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-25,417000,1941,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-19,365222,1911,0,0,359,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-01,413000,1585,0,509,350,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Built Up Rock,1961,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-02-26,629990,2820,0,0,770,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,679210,2832,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,424950,2652,0,0,749,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,490006,2360,0,392,732,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-02,367000,2076,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,548000,2686,0,0,650,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,550000,2288,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,462000,1385,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,275000,1032,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,384950,1964,0,0,380,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,510000,2112,0,0,528,676,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,355000,1607,0,0,477,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,279999,650,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-29,660000,1940,0,0,0,0,0,Forced Air,Frame Rustic Log,Drywall,2,Formed Seam Metal,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-29,660000,672,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2007,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,280000,876,0,140,0,440,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,381000,1507,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,460000,1388,0,1388,546,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,378000,1468,0,936,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1918,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,357000,1616,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,529950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,472750,2242,0,0,669,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-04,275000,768,0,0,264,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-24,499950,1436,0,0,0,864,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,1,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,340000,968,0,0,320,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,374950,1688,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1936,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,298000,1155,0,0,253,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,507000,1788,0,828,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,350000,1663,0,0,452,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,325000,1142,0,280,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-24,350000,1442,0,0,438,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,297000,1710,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,380000,1536,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-29,565000,1218,0,1092,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1967,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-01,374950,1780,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,530000,2014,0,0,545,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,288000,2216,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,315000,1604,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,325000,858,300,0,0,352,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,498000,1230,0,1230,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,390000,1731,0,0,585,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,215000,1050,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,630479,3443,0,0,691,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-02,355000,1964,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,349500,1488,0,0,399,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,690000,3601,0,0,655,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,275000,1148,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,150000,1078,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,410000,2655,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,668000,2940,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,449000,2066,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,414000,2390,0,0,0,484,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1956,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-01,454900,2347,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-13,300000,1339,0,0,441,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,415000,2130,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-26,735000,3066,0,0,880,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,581157,2348,0,0,524,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,431000,1889,0,0,704,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,297000,870,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,545000,2860,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,435200,2320,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,420000,1558,0,0,1532,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-29,365000,2087,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,380000,2594,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,290000,576,160,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1971,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-02-28,470000,2913,0,0,629,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,725000,2060,0,1020,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-03,355000,1185,0,444,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,400000,2471,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,439500,2490,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-01,307500,818,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-21,315000,1315,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-29,475000,1990,0,0,492,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,450000,3056,0,0,592,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-28,226500,1187,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,559500,3049,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,517752,2592,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,477500,1911,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,370000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,340000,1229,0,0,444,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-29,123083,1712,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,371000,1232,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,398000,1316,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,425000,1880,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,629516,2366,0,0,524,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,100000,676,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-24,325000,627,260,572,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-28,360000,1380,0,0,483,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-22,90000,816,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,392000,2560,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,390000,1746,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1940,2,3,,,SEWER/SEPTIC INSTALLED +2020-03-01,272000,936,0,936,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1932,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-01,506657,2748,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,400000,1584,0,0,0,0,2,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-21,365000,1964,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,412000,1638,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,365000,1950,0,0,852,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,350000,1951,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1939,5,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,305000,1730,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-01,284000,2344,0,0,864,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,337000,1186,0,280,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-28,567000,2672,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-28,451000,984,560,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-29,495000,2812,0,0,516,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,294500,904,0,432,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,527000,1738,0,0,602,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-10,809144,3784,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-03,336000,1608,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,425000,1805,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,500000,2630,130,0,673,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,408000,1479,0,0,240,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,374000,1571,0,0,418,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,375000,2584,0,0,396,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,524950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,771630,3470,0,1717,877,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,7,5,,,SEWER/SEPTIC INSTALLED +2020-02-25,712995,3178,0,0,680,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,407950,1981,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-13,850000,2409,0,1076,520,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1987,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-03-04,465000,1392,0,832,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Preformed Metal,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,45000,336,0,0,0,0,1,No Heat,Finished Cottage,Drywall,1,Composition Shingle,1969,1,0,,View Lim -,SEWER/SEPTIC NO +2020-03-02,385000,1230,0,0,672,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,242500,1438,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,212500,987,0,0,330,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-26,575000,1528,0,1416,360,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-03,314500,2253,0,0,334,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,613000,2235,0,0,360,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,456700,1416,0,1376,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,900000,1890,0,1260,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-29,445000,2603,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,835000,1443,0,1393,0,768,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,3,3,,View Good +,SEWER/SEPTIC INSTALLED +2020-03-04,592100,2418,0,0,692,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,1200000,3953,425,0,921,0,2,Forced Air,Frame Siding,Drywall,1,Wood Shake,1990,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-02-11,714781,3971,0,0,742,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-03,416500,2386,0,0,703,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,320000,1176,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,435000,2024,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,319000,1545,0,0,0,0,1,Hot Water Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1951,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,215000,1158,624,552,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,378500,1074,0,1074,252,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-17,619000,3325,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,530000,2750,0,0,842,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,430000,1322,0,1322,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-27,350000,2056,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,454000,1880,0,680,0,780,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,498265,2748,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,320500,1128,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-28,702225,2152,0,0,555,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,325000,1460,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,310000,1706,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,349950,1200,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1936,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-03,426735,1820,0,0,694,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,370000,2189,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,242500,708,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-05,410000,2114,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,396200,1184,0,0,467,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,445000,1788,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,300000,864,320,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,570000,2729,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,600000,2908,0,0,768,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,399000,2243,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,320000,1008,0,0,308,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-03,365000,1374,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-26,353000,1704,0,0,419,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-23,478000,1644,0,0,1000,0,0,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,440000,1644,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,452920,2656,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,330000,1220,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,340900,1749,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,390000,2452,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,375000,2136,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,462000,2807,0,0,685,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,296500,988,0,0,312,640,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,578500,3264,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,312000,1088,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,395000,2063,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,595000,2304,0,922,864,0,0,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1994,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-03,353600,1424,0,0,552,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,448526,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,290000,954,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-26,808412,3233,0,0,1071,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,210000,1574,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-17,619000,3325,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,685000,1978,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,2,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-04,350000,1504,0,0,316,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,340000,1248,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1966,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,369000,1640,480,0,0,0,0,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,727004,3440,0,0,772,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-03,330000,1475,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,150000,1120,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1981,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,276000,1068,0,0,384,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,460000,2698,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,315000,1397,0,200,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,315000,864,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,500000,2428,0,0,0,1110,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1974,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,674500,2687,0,0,686,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,405000,2088,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,190000,1090,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,359000,1874,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,320000,1252,0,0,0,576,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,335000,1308,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,377250,1760,0,602,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1916,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,405000,2229,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,450000,1750,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,519777,2748,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,718000,2466,0,912,144,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,438000,1964,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,255000,3424,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1994,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-02-11,769000,2669,0,0,924,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,769000,720,0,0,720,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-05,450000,2386,0,0,409,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,534000,2454,0,0,846,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,475000,2012,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,790000,2670,0,1565,999,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-28,260000,720,240,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-03,364900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,474995,2676,0,0,476,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,394000,2601,0,0,399,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,410000,1713,0,0,504,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,316000,1444,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1929,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,580000,2812,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1987,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-05,445000,2770,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,371080,2258,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,325000,1716,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,367900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,310000,1344,0,0,440,1500,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,155000,1052,320,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,255000,1084,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,235500,810,0,0,300,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-05,330000,1001,0,1001,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1944,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,348000,1140,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,367900,1676,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,301875,2369,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,430000,2258,0,0,475,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,380500,1072,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,310000,1520,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,730000,3038,0,0,688,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,430599,1502,0,0,404,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,297500,784,260,676,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,447000,2630,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,650000,1740,0,552,0,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1936,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-07,268670,1216,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,493000,2432,0,0,642,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-14,642378,2136,0,0,451,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,400000,1600,0,0,480,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,290000,728,0,0,448,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,121984,1008,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-19,250000,658,0,0,0,468,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-09,465000,1678,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,277500,945,118,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-25,463000,2286,0,0,676,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,299000,1498,0,0,420,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,435000,1456,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-03,350000,1764,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,515000,2093,0,0,647,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,441500,2685,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,608721,2348,0,0,524,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,229200,1270,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-07,521000,2075,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,345000,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,390000,1551,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,590000,3286,0,0,620,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,297500,1264,240,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,235000,896,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-18,525000,2456,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,418100,1760,480,0,800,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1953,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,664191,3784,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-06,351000,1794,0,0,642,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-06,380000,2409,0,0,480,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,410000,1884,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,890000,2819,0,0,550,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,407500,2245,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,420000,1200,0,1200,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-06,509995,2904,0,0,558,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,422500,2064,0,0,689,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,300000,1716,0,0,280,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,620578,3223,0,0,872,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-19,535000,3136,0,0,692,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,272000,3002,0,0,912,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,382500,2142,0,0,570,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,565000,3581,0,0,460,288,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,198750,1312,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,398000,1552,0,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,396700,910,0,910,0,840,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,293000,1290,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-03,366000,1906,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,675000,2001,0,1368,828,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1990,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-03-05,424900,2776,0,0,624,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,580000,1847,288,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,275000,1048,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-09,357500,1633,0,0,431,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,460000,1408,0,880,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,378380,1670,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,252000,1011,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,788931,3142,0,1452,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-06,470500,2499,0,0,380,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-01-21,178000,2418,0,0,440,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,390000,1750,0,0,606,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-29,336000,1005,400,0,270,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-05,492000,2781,0,0,415,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,400000,1974,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,736995,3333,0,0,688,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-10,324950,1318,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-05,360000,1176,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,470000,3211,0,0,678,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,515000,2610,0,0,750,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,290000,1320,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,300000,1464,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,350000,1192,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,385000,876,360,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-07,375000,1530,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,317500,1216,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-11,615000,4815,0,0,904,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1967,7,4,,,SEWER/SEPTIC INSTALLED +2020-03-03,640000,1736,0,0,0,672,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1981,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,340000,1344,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,310000,1640,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-11,579950,3550,0,0,510,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,158000,988,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-05,575000,2701,0,0,960,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,375000,1055,552,1043,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1937,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,425000,2592,0,1478,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,306000,924,0,0,264,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,423000,2239,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,425000,2196,0,0,556,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,300000,988,0,0,312,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-03,471000,2300,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,330000,1500,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,325000,1268,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,587000,2294,0,0,528,864,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1984,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-03,570000,1489,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,350000,1610,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,799000,3270,0,0,689,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,637560,2945,0,0,623,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,525000,1580,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,669950,2550,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,669950,1456,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,410000,1256,0,520,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-06,561789,2738,0,0,433,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,824825,3276,0,0,794,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,359000,1664,0,0,484,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,543000,2264,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,547500,3232,0,0,627,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,405000,1542,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,386000,2822,0,0,398,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,337500,2114,0,480,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,371805,2417,0,0,396,0,1,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,595296,3089,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,416144,2490,0,0,580,0,1,Heat Pump,Frame Siding,Drywall,0,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,436545,1820,0,0,694,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,405000,1402,0,0,528,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,469995,2469,0,0,411,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,4,,,SEWER/SEPTIC INSTALLED +2020-03-10,475000,2490,0,0,622,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,505000,2348,0,0,628,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1988,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,362000,1646,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,368000,1186,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,376000,1562,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,350000,1842,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,808000,4413,0,0,1142,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-06,685325,4029,0,0,476,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,5,,,SEWER/SEPTIC INSTALLED +2020-03-11,539000,2909,0,0,784,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,505924,3359,0,0,716,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-29,535000,2800,0,0,614,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,375000,1948,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1937,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-08,355000,1469,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,131000,768,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-07,250000,620,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-06,282000,780,0,0,312,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-09,405000,2315,0,0,647,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-06,850812,3254,0,1219,827,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-09,530580,2297,0,953,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,6,4,,,SEWER/SEPTIC INSTALLED +2020-03-02,469000,2120,0,0,1230,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,286750,1604,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,297000,840,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-06,486467,2990,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,275000,1248,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-09,545000,1832,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1958,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,630000,1568,0,1488,624,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,385000,1737,0,0,736,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,451000,2701,0,0,471,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,260000,1108,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,219054,728,336,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1933,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,653995,2429,0,0,451,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,268500,1216,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,520000,3005,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,280000,1488,0,0,506,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,382500,2576,0,1725,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1904,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,540000,2466,0,1282,438,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-02,170000,1060,0,0,468,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,503000,2210,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-06,284000,1741,0,0,253,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,278500,1758,0,0,391,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,485000,1788,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,335000,1355,0,0,484,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,610000,2597,0,741,411,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,6,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-09,318000,1140,0,0,0,651,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-12,367000,1290,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,710000,2616,0,1547,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-26,555519,3132,0,0,452,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-27,677795,2233,0,0,506,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,398000,1668,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,347000,1520,0,0,414,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,383000,1491,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,529950,2724,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,405000,1114,0,1114,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,319000,720,0,720,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1919,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,404900,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,757154,2851,0,0,620,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,679000,1372,0,1372,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,387500,2004,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,520000,1818,0,1606,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,370000,1510,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,270000,752,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-11,425000,2010,0,0,718,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,312445,2384,0,0,625,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,379000,1404,0,912,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,321950,1149,0,0,684,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,574000,2113,0,0,728,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,637500,3138,0,996,648,0,0,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1973,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,220000,1467,320,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-12,220000,560,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1968,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-11,551000,3021,0,0,744,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,177000,1608,0,0,796,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-19,425000,2147,0,0,496,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,232500,1570,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-06,741578,796,324,432,0,360,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-12,375000,1744,0,0,0,440,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,549900,3004,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,682000,2513,0,0,1040,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,283250,1486,0,0,552,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,350000,1670,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1895,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,369800,2292,0,0,0,1310,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,286000,866,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-09,720000,3022,0,0,958,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,378000,2184,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,0,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,570000,1569,0,966,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-11,330000,1720,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,444000,1930,0,0,694,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-01,465000,2445,0,0,475,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,0,0,,,SEWER/SEPTIC INSTALLED +2020-03-12,432000,3070,0,0,0,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2009,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-03-11,355000,1304,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,2,1,,,SEWER/SEPTIC INSTALLED +2020-01-29,340000,1470,0,0,0,480,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,286000,1067,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-12,225000,1020,432,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,556742,2348,0,0,700,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,330000,1600,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,635000,2712,0,0,896,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,325000,1604,0,0,258,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,614950,3483,0,0,781,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,400000,1308,0,896,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,275000,1530,0,0,990,0,0,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1969,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,160000,2160,0,0,528,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,658000,2429,0,0,451,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,457526,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,243000,1694,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,515000,1290,0,1290,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,445000,1788,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,1625000,2490,0,1724,0,598,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-02-28,625000,2296,0,540,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,199900,876,404,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1917,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,508920,1886,0,0,600,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,300000,1136,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,155200,1172,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,212000,1504,0,1512,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,325000,1152,280,504,0,308,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-27,270000,1728,0,988,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,530000,2114,0,0,360,768,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,412000,1772,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1924,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,569950,2459,0,0,441,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,340000,1553,0,0,475,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,540000,1710,0,1710,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,387950,1871,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,450000,1730,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,385000,2490,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,335000,1222,0,676,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,472170,2312,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,270000,864,0,0,288,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-12,310500,1816,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,336200,1970,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,390000,1990,0,0,387,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,325000,1076,0,0,340,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,360000,1618,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,340000,1076,0,0,324,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-13,377000,1596,0,0,500,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,285000,864,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-03,620500,2280,0,1206,660,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1998,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-14,416000,1362,0,1344,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,259500,1164,0,0,0,576,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,585000,1292,0,570,0,666,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1930,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-03-03,935000,4372,0,0,792,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,2000,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-11,450000,1304,0,860,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,475000,1269,0,702,0,475,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,343000,1260,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,404000,2359,0,0,600,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,589997,1848,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,480000,2963,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,410000,1805,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,329000,1224,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-01,324000,1495,0,0,410,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,797450,3125,0,0,578,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-26,375000,1448,0,1088,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,525000,1733,724,840,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,265000,1456,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-02,300000,1480,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1909,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-13,270000,1228,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,335000,2388,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,350000,1368,0,462,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,140000,612,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1918,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,269000,1164,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-11,210000,891,344,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,550000,1388,560,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-28,398500,1712,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,410000,1670,0,0,425,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,215000,552,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1904,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-09,372000,936,0,0,960,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2010,2,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-03-10,415000,1881,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-14,375000,1468,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,150000,1972,0,1972,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-02-20,268289,1267,196,0,299,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,458884,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,550000,1663,0,784,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-01,429950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,390000,1880,0,0,428,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,117000,1076,484,988,0,576,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1909,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-06,160000,2246,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,137593,1803,0,0,440,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,450000,1647,240,1697,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-03-11,333000,1616,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,390000,1658,0,0,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-14,480000,1502,0,1344,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,2,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,445000,1988,0,0,600,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,325000,1446,0,0,0,576,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,427500,2058,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,408200,1628,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,395000,2469,0,0,405,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,559500,2736,0,0,778,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,445000,2580,0,0,488,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,285000,1008,0,0,288,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,552000,1400,0,624,645,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,500000,2424,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,529950,2300,0,0,460,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,796990,3604,0,0,654,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-16,160000,621,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-13,180000,997,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-12,330000,1650,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1918,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,515000,2620,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,5,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,305000,1854,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,250000,3483,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1905,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-04,269000,1344,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1975,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,375000,1708,0,0,528,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-06,297400,964,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-11,489900,2353,0,0,0,1008,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,255000,1484,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,400000,1024,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,1,1,WF Salt,,SEWER/SEPTIC NO PERC +2020-03-02,425000,2003,0,0,529,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,540000,2249,0,0,724,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,300000,1472,0,1472,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,425000,1692,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,525000,2214,0,0,668,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,805000,1569,0,1494,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-12,350000,816,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-07,367000,2126,0,0,398,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,455000,2526,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,193500,864,0,0,0,0,0,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1959,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,350000,738,0,0,288,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-16,369000,1302,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,365000,1538,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,549950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-27,275000,1111,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-17,240000,1088,0,0,802,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,427494,2552,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,440100,2046,0,0,528,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,427992,2594,0,0,652,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,720000,2594,311,0,730,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,350000,2118,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,724990,3202,0,0,636,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,338500,1301,0,0,575,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,295000,864,0,0,264,576,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,461000,2689,0,0,620,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-14,383000,2311,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,446000,2310,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,635000,3299,0,676,432,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1933,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,260000,1073,0,0,348,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-14,425000,2370,0,0,480,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,529950,2661,0,0,595,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-09,435000,2513,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,385000,2313,0,0,454,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,330000,1456,0,0,480,0,2,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1979,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,200000,1364,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,549980,2110,0,0,680,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,410300,1764,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,280000,806,0,0,1560,0,0,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-17,380000,1959,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,412000,2124,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,255000,1102,0,0,240,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,328500,1622,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,395000,2416,0,0,404,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,405000,2564,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-21,312500,1426,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,365000,1229,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-06,375000,1724,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,385000,1344,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,360000,1258,0,0,400,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,825000,2902,0,0,750,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,305000,1141,312,0,384,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,389000,2227,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,360500,1504,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,363000,1673,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,349000,1248,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,464950,3036,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,215000,1192,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1909,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-14,430000,1540,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,360000,1902,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,635000,2776,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,876566,3725,0,2013,691,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,6,5,,,SEWER/SEPTIC INSTALLED +2020-03-13,330000,1285,0,0,765,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,525000,1115,490,1140,276,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,559950,3103,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,533000,1556,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,410000,1326,0,0,506,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-27,376000,1121,270,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-11,490000,2989,0,0,560,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,489950,2514,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,315000,1415,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-26,330000,1149,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,395000,1846,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,635000,1720,0,456,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,529852,1758,0,0,616,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-10,410000,2050,0,0,410,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,292000,830,0,830,0,360,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-19,400000,1864,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,510000,2115,0,0,736,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,330000,1508,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,315000,1092,0,996,476,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,699950,2849,0,0,745,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1988,2,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-16,435200,1582,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,330000,1171,0,0,453,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,635000,3239,0,0,684,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-24,380000,1520,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,620000,2787,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,369900,1538,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,395000,2230,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,469990,2647,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,325000,1008,388,0,0,416,2,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,405000,1743,0,0,378,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,769717,3828,0,0,712,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-03,420000,2564,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,237368,1350,0,0,438,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-20,242000,825,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-16,345000,1577,0,0,322,0,2,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-18,364500,1788,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1976,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,398500,2040,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,292000,928,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,415000,1350,264,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,420000,1933,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,452000,2642,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,490000,2058,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,490000,2744,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,410000,1980,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-02,351801,2154,348,0,726,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,270000,1412,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,615000,2086,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,369000,1816,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,405000,2108,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,494000,1778,0,910,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,370000,1404,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,490000,2192,375,0,640,0,2,Forced Air,Frame Siding,Drywall,1,Wood Shake,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,812000,2632,420,0,956,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,378000,1739,0,0,462,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,449500,1432,120,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,168973,1372,0,0,0,672,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,369000,1269,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,591500,2549,0,991,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-02-27,555225,3132,0,0,452,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-17,518500,1526,0,0,504,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,252000,1759,0,1020,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1937,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,345000,1602,0,0,484,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,605000,2099,0,0,567,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-06,375000,1253,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,530000,2549,0,991,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-19,475000,2105,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,450000,2021,0,0,598,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,342500,1392,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,278250,1044,518,1073,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1931,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,405000,2312,0,0,690,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-15,52630,1208,0,121,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1921,3,2,,,SEWER/SEPTIC INSTALLED +2020-02-18,645000,2643,0,0,908,512,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,325000,960,360,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-19,515000,2015,256,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,464990,2647,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,337850,1014,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,507019,1886,0,0,600,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,295000,1300,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-18,368500,2181,0,0,529,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,779000,2671,0,1612,0,1224,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1936,6,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-18,415500,988,412,520,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1923,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,841950,3417,0,0,772,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-18,205000,800,458,0,0,384,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-19,260000,965,0,0,375,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-18,330000,1950,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,535000,2945,0,0,630,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,334000,896,448,0,0,312,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-05,410000,1753,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,401000,1754,0,0,598,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,434000,3231,0,0,600,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,350000,1824,0,0,336,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,708000,3305,0,0,814,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,4,,,SEWER/SEPTIC INSTALLED +2020-03-17,576000,1718,0,1148,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,525000,1737,0,1605,580,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,1,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,445000,1804,0,0,624,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,352000,1288,0,0,529,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,435000,2068,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,345000,1432,0,0,390,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,299950,1040,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-16,355000,1846,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,310000,1728,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,569950,2639,0,0,445,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,415000,2500,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,386808,2519,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,329900,1578,0,0,0,720,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,280000,1264,316,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1936,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-18,545000,2873,0,0,684,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,347000,1660,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,464000,2341,0,0,592,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,955000,3437,0,0,958,713,1,Forced Air,Frame Stucco,Drywall,2,Concrete Tile,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,955000,672,0,0,0,0,0,Heat Pump,Finished Cottage,Drywall,1,Concrete Tile,2009,0,0,,,SEWER/SEPTIC INSTALLED +2020-03-16,341500,1270,0,0,350,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,370000,1716,0,0,0,400,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,418000,1266,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,423343,2895,0,0,600,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-12,625000,1700,0,1700,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,325000,1058,0,0,546,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-18,735000,1812,0,1798,636,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,600000,1966,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,3,1,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-05,300000,768,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-20,729000,2957,0,0,612,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-11,315000,776,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-11,345000,1296,0,324,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1903,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,675000,2797,0,0,752,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,348950,1483,0,0,670,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,367500,1528,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-17,355000,1036,0,0,566,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,450000,1866,0,916,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,293500,816,415,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,525000,1120,0,1120,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1960,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-16,296000,1444,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,925000,3136,0,0,0,1152,2,Forced Air,Frame Rustic Log,Drywall,2,Composition Shingle,1997,4,2,,View Good,SEWER/SEPTIC INSTALLED +2020-03-09,520148,2836,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,360000,1574,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,250000,1145,0,1145,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1957,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,479995,2250,0,0,420,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,392000,1520,0,0,414,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,426510,2285,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,330000,1004,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-11,400000,1397,0,448,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,625000,2985,0,200,768,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1986,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-18,285000,1181,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,385000,930,0,862,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-05,380000,1762,0,0,370,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,699950,3487,0,0,842,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,4,,,SEWER/SEPTIC INSTALLED +2020-03-19,424950,2590,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-22,665000,3115,0,0,761,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,360000,1452,0,0,220,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,501000,1964,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,290000,1215,0,0,250,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,526000,2198,0,0,0,864,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,1,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,577992,1590,0,1650,528,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1961,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-19,449950,1716,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,355000,1240,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,375000,2610,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,500000,2827,0,0,950,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,350000,1760,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-15,360000,2316,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,526500,1766,0,0,506,648,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,500000,2591,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1953,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,550000,2446,0,0,982,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-12,495000,1702,0,919,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,375200,1672,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,420000,2203,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-20,410000,1640,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,1181000,3146,0,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1992,4,3,,View Good +,SEWER/SEPTIC INSTALLED +2020-03-20,465000,1861,0,654,560,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,480000,1460,0,1556,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,494320,2760,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,395000,1792,0,0,444,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,290000,1164,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,389950,1900,0,0,0,0,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,984949,2246,0,0,492,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-23,325000,2748,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,320000,1610,0,0,0,576,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-03,400000,2298,0,0,735,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,334950,1245,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-12,330000,1500,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,1602000,2464,0,0,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Formed Seam Metal,2009,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-05,559227,2649,0,0,577,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-18,630000,2823,0,0,748,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,589950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,612500,2465,0,0,476,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,350000,1322,0,0,399,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,305000,1300,0,0,240,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,399950,1801,0,0,541,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,155000,733,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-19,497500,2718,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,440000,2499,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-21,343000,1455,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-20,262000,768,0,0,0,720,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-20,336500,1605,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-18,290000,924,0,924,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,1217000,2476,0,2426,575,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,4,3,,View Good +,SEWER/SEPTIC INSTALLED +2020-03-18,754465,3971,0,0,742,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-23,330000,1648,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,6,2,,,SEWER/SEPTIC INSTALLED +2020-03-06,340000,882,0,0,252,0,0,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,949500,2366,0,0,0,692,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Formed Seam Metal,1940,2,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-23,355000,1392,0,0,288,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,474000,1882,576,0,0,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,565000,2268,336,672,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,700000,1312,0,1092,0,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-23,1100000,3031,0,0,1144,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1975,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-09,569000,2290,0,0,672,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,355000,1840,300,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,6,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,500000,3036,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,458500,2178,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1934,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-20,800000,2470,0,1547,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1936,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,337000,1366,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,301275,1267,196,0,299,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,385000,1140,0,696,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-21,686700,3510,0,0,576,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,371500,2127,0,0,736,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-21,585000,3219,0,0,724,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,6,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,613210,2765,0,0,663,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-22,125000,832,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-20,655155,2429,0,0,451,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,780000,3210,0,1470,641,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,465000,1336,0,880,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,272500,960,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-17,272500,2102,0,0,478,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,3,,,SEWER/SEPTIC AVAIL +2020-03-13,637000,3257,0,0,988,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-02,502500,2434,0,1102,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,216000,966,0,0,0,0,1,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,721500,3516,0,0,632,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,395000,934,0,936,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-23,495000,2781,0,0,415,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-21,499950,2112,0,0,1346,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,816600,1520,0,1520,0,1200,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1961,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-21,298000,1588,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,390000,2200,0,550,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,295000,2070,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,749950,2633,874,0,638,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,4,,,SEWER/SEPTIC INSTALLED +2020-03-18,520000,2080,0,0,514,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,312000,1292,0,0,440,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,449500,1831,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-21,407000,1990,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,345000,1008,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-20,395820,2224,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,170000,1113,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-03,550000,3250,470,624,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,6,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,729000,2957,0,0,612,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,422000,1994,0,835,430,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,369000,1688,0,0,240,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,265000,958,0,962,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-05,400000,1966,0,0,280,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,700000,2220,0,1290,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,310000,1716,0,0,484,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,455000,1631,0,989,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,510000,1696,0,0,576,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-21,391000,1717,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,510000,1586,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,510000,1404,0,0,1026,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,298000,1068,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,390000,2154,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,550000,3128,0,0,530,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-23,950000,1224,0,0,0,744,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,410000,2062,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,377000,1876,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,416000,2095,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1900,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,315000,966,380,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-28,413000,2001,0,0,712,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,382500,1890,0,0,490,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,520000,2117,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1990,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-17,392500,1560,0,0,724,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,510000,2662,0,0,761,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,795000,3452,0,0,984,0,3,Forced Air,Frame Siding,Drywall,2,Wood Shake,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,400000,1446,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,355000,1090,312,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,399950,736,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,375000,1110,0,0,364,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-20,450000,1088,0,1088,292,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,515809,3359,0,0,716,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,399000,2668,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,675000,3164,0,0,854,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,355000,1149,0,0,684,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,530000,1964,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,200000,1388,0,0,288,480,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,324500,1560,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,360000,1456,0,1456,308,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,737859,2181,0,0,604,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,925000,2800,0,2082,672,0,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1974,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-03-25,429000,2191,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,399000,1172,0,1106,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,415000,2195,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-25,319000,1664,0,0,484,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,350000,1674,0,0,357,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,439900,1990,0,0,448,0,2,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,640000,2901,0,0,841,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,340920,1446,0,0,0,672,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-21,405000,1651,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,300000,1797,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,587450,2366,0,840,394,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,6,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-21,479950,3046,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,639950,3734,0,0,672,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-24,350000,1860,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,437000,2898,0,0,693,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,420000,1344,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-19,1125000,3136,0,2912,1164,0,2,Heat Pump,Frame Stucco,Drywall,1,Composition Shingle,1994,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-03-06,260000,1152,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,632000,2221,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,415000,2946,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,325000,1239,0,0,345,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,517385,2614,0,0,645,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,225000,912,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-23,675000,1428,0,0,0,0,1,Forced Air,Frame Rustic Log,Paneling,2,Formed Seam Metal,1991,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,628000,1088,0,1088,336,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,276200,908,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-10,360000,2286,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,276200,908,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,443950,2200,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,469950,1630,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,468050,2593,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-21,335000,1597,0,0,435,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,275000,2209,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,355875,1418,0,0,384,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1995,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,193050,672,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,619000,2483,0,0,520,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,380000,1410,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,309000,910,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-13,549000,1330,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1935,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,475000,1638,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,485000,2664,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-22,311000,1360,0,504,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,629201,2862,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,628000,2905,0,0,702,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1963,5,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,385000,2254,0,0,480,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,550000,1310,0,1288,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,475000,1747,0,0,630,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,385000,2194,0,0,500,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,463280,2372,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,475930,2559,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,650000,1827,0,1755,601,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,405910,1764,802,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,689000,3046,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,390381,1854,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,574025,2043,0,0,681,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,420000,1658,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1929,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,690000,2796,0,0,1080,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,362500,1520,0,0,519,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,590000,1709,0,1697,516,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1955,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,485000,2322,0,0,589,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,519950,2008,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,450000,2634,0,0,672,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,335000,1724,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,587500,2849,0,0,744,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1992,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-01-29,820000,2213,0,2949,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1955,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-26,6090000,1425,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-26,6090000,6043,0,0,1204,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,2,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-24,295000,1508,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,200000,942,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,583389,3271,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,220000,560,224,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,470000,1601,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1946,5,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,600000,2996,0,0,596,0,1,Heat Pump,Frame Siding,Drywall,3,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-23,300000,1008,0,0,392,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,139000,412,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-13,625000,2413,0,0,1496,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,376000,1752,0,936,0,528,0,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1922,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,365000,1792,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,525000,2051,0,936,0,1380,2,Electric Baseboard,Log,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,365000,1424,0,0,704,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,338500,920,456,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,420000,1989,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,333500,1224,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,320000,1396,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-03-25,289999,1122,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1993,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,385000,1219,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,330000,1053,0,0,335,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,475000,1901,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-25,371000,1896,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,569000,3258,0,0,658,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,319950,946,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-23,300000,930,0,924,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-17,170712,930,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,340000,1390,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,255000,1056,0,0,364,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,299000,1280,0,0,250,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,580000,1716,0,0,484,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,250000,1040,0,0,288,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,280000,864,180,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-17,270000,728,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,231672,724,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1936,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,430000,1346,0,386,0,624,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,505000,3296,0,0,545,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,1399950,3160,0,1402,2227,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,5,WF Lake,,SEWER/SEPTIC INSTALLED +2020-03-27,775000,3633,0,0,796,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,635000,2359,0,1369,0,0,2,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1932,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,265000,672,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,624950,3483,0,0,781,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-25,390000,1906,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,231000,844,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-27,328500,1442,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1914,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,429990,2108,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-28,365000,2956,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1957,5,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,290500,832,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1931,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,676883,2471,0,0,706,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,315000,1206,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-28,339950,1607,0,0,424,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,382000,2199,0,0,448,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,165000,927,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,831000,2530,0,875,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,2,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,411254,2524,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-12,171352,1456,0,0,312,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,310000,504,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1944,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-23,432000,2024,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,360000,1631,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,4,2,,,SEWER/SEPTIC INSTALLED +2020-02-21,425000,2344,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,330000,998,360,998,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,375000,1394,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,484000,2942,0,0,425,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-28,684160,2044,0,1104,689,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-24,545000,1717,0,1139,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,357500,1646,121,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,786990,3333,0,0,688,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-12,595000,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-26,265000,1480,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,565000,3557,0,0,1073,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,370000,2247,0,0,513,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,400000,2482,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,235000,912,308,0,0,0,0,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-27,335000,1438,0,0,0,576,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-09,290000,2048,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1979,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-27,599000,3057,0,0,722,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,504000,2922,0,0,440,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,295000,1010,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,895000,2328,0,2328,528,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1962,3,4,,View Good,SEWER/SEPTIC INSTALLED +2020-03-13,580000,3058,0,890,0,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,679995,3496,0,0,637,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-13,529950,2570,0,0,638,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,435000,1958,0,0,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,370000,1918,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,430000,2579,0,0,0,0,0,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1900,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,563625,2645,0,0,658,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,389950,1008,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,657582,3942,0,0,485,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,5,,,SEWER/SEPTIC INSTALLED +2020-03-11,325000,780,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-09,1000000,2918,902,0,1766,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,4,,,SEWER/SEPTIC INSTALLED +2020-03-26,343000,1274,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,380000,2382,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1890,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,584814,1791,0,0,441,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,419500,1282,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,1000000,2918,902,0,1766,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,4,,,SEWER/SEPTIC INSTALLED +2020-03-25,375000,2150,0,0,465,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,470000,2112,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,389950,2064,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,326000,1595,0,902,462,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,549950,2933,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,330500,1296,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,360000,2070,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-28,388500,2256,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,504950,3317,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,555000,2595,0,0,842,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,466750,2372,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,330000,988,0,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,280000,1355,0,0,437,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,856500,1652,0,1610,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-26,377500,1561,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,510000,2476,0,0,308,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,625488,3254,0,0,627,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-29,435000,2800,0,0,630,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,551577,2768,0,0,560,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,367000,2081,0,0,462,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,410000,1934,0,0,466,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,336000,2296,0,0,0,668,2,Electric Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1919,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,314900,1264,0,0,288,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,430000,1134,0,0,0,216,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,1142000,2599,0,1382,956,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-03-05,400000,2335,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,669000,3059,0,0,672,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-31,337000,1950,0,0,288,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,325000,1414,0,720,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-20,615000,3094,0,0,800,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-30,424000,1526,288,0,484,520,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-03-24,415000,2043,240,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,535000,2316,0,0,566,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,480000,1480,0,1480,462,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,380000,949,0,792,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,523000,2408,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,220000,1592,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,329000,1064,336,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,475000,1870,0,0,441,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,330000,1400,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,510385,1983,0,0,651,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,524000,2554,0,0,692,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,420000,1440,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,294000,684,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,660000,2998,0,0,418,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Composition Shingle,2007,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-13,450000,3157,0,0,690,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,260000,800,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,515000,1951,0,0,656,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,609950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-27,303000,930,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-27,600000,1449,416,0,444,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1936,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,600000,288,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,1,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,420000,2776,0,0,624,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,495000,2441,0,0,576,0,2,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,373755,2224,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,410000,2252,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,605000,2736,0,0,720,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,320000,2253,0,0,415,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,348000,1000,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,222500,1200,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,367900,1482,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,275000,1018,0,0,392,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,385000,1779,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,270000,1197,0,696,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-29,355000,1312,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-23,311000,1040,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1905,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,224250,1300,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-31,305000,1368,0,0,0,520,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,340000,1724,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-03,429900,2648,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,130000,1470,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-11,383000,1913,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,380000,2246,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-01,429950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,360000,1444,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-29,430000,1816,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,499995,2318,0,642,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-26,315000,2440,0,0,408,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1969,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,450000,2418,0,0,846,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-23,476000,2259,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,490000,2544,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,645500,3306,0,0,640,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,439990,2618,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,479950,2896,0,0,701,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,385000,2005,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-29,665000,3154,0,0,1080,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,0,,,SEWER/SEPTIC INSTALLED +2020-03-03,314500,1444,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,499000,1230,0,0,0,280,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-02,485000,2568,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,595000,2653,0,0,519,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,332500,1418,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,172500,1292,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,469950,2212,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,360000,1120,0,1120,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,483000,2845,0,0,687,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,355000,1640,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,433500,1431,0,354,620,0,1,Forced Air,Frame Siding,Drywall,2,Preformed Metal,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,435000,1642,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,263000,1215,0,0,552,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,312000,1250,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,125000,1046,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,286000,1072,0,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-09,450000,2423,0,0,896,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,455000,2526,0,0,540,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,868878,2998,0,0,965,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-02-24,325000,1168,0,0,456,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-23,540000,1952,0,1176,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,450000,2423,0,0,896,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,350000,1632,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,485000,1453,0,895,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-01-17,355963,2420,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-03,411900,2476,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-21,265000,720,256,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1909,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,739950,2957,0,0,612,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,337000,1506,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,362000,1456,0,0,560,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,619000,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,990000,2254,0,2254,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Concrete Tile,1988,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-20,669900,1934,0,0,830,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,425000,1351,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,400000,2819,0,0,437,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-10,340500,2075,0,0,0,0,2,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-28,289000,898,408,798,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,310000,1589,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-28,392777,1416,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,420900,1859,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,355000,1520,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,525000,2150,0,0,576,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-03-30,225000,968,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,297500,1508,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,735000,2558,0,1620,704,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-03-30,476500,2520,0,0,575,0,2,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,205000,1596,0,0,0,768,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-21,400000,2458,0,0,462,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,340000,1795,0,0,424,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,380000,2070,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,340000,1216,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,649950,3550,0,0,510,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,415000,1638,0,0,734,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,320000,1001,121,0,253,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,360000,1122,0,758,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,382780,1854,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,750000,2561,0,0,896,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-03-07,258300,956,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1890,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,515000,2893,0,0,642,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,502575,2974,0,0,402,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,499950,2084,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,565000,1362,712,798,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,6,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,240083,1696,0,0,190,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-28,343760,1333,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,435000,2359,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,315000,1032,0,0,288,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-20,336000,1677,0,0,372,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,619950,2823,0,315,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,685000,1355,0,911,0,394,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-28,270000,1298,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,732000,1688,0,1688,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,410000,2951,0,0,520,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-03-30,799000,3686,0,0,1082,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-23,450000,1468,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,475000,2647,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-28,420000,2274,0,0,418,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,290000,1650,0,0,576,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-18,335000,1012,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,555000,2588,0,700,864,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-30,450000,2301,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,342000,1428,0,196,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,479950,2557,0,0,415,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,290000,1032,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-23,376000,1862,0,0,528,0,1,Heat Pump,Frame Hardboard,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,385000,1477,0,0,459,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,379950,1771,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,250000,1714,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1926,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,245000,1124,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,435000,1238,0,1194,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,325000,1196,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,555000,3028,0,0,851,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-24,350000,1286,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,444000,2270,0,0,636,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,345000,1076,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,286000,1768,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,935000,900,360,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-12,520000,1942,0,780,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,625000,2218,360,0,480,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,1007000,3444,0,0,678,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-03-31,345000,1371,576,784,0,0,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-31,535000,2212,0,0,640,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-03-25,435000,2294,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,535000,2204,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,322000,1368,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1968,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,603000,1398,0,440,0,576,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,375000,1180,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,530000,1584,0,1124,0,440,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1934,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-31,628000,1191,0,1191,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1955,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-30,320000,897,432,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,664900,2343,0,0,0,400,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,484161,1739,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,345000,1438,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,332500,1220,500,680,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-02,330000,1832,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,380000,1472,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,589995,3087,0,0,1017,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-18,630000,3257,0,0,988,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-23,335855,896,0,0,300,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,603794,3270,0,0,421,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,459000,1862,312,0,0,624,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-28,525000,2714,0,0,771,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,279000,1451,0,0,299,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-03-24,356000,1428,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1946,4,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,344500,1490,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,355000,1820,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,396419,2417,0,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,435000,1854,0,1854,650,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,425000,1576,0,0,434,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,329000,1312,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,350000,1792,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,397500,1484,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,311000,784,320,0,0,300,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-23,499950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,655000,3266,0,0,723,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-30,345000,2092,0,0,440,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,440000,2274,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,333500,1717,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,499000,2622,0,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,500000,1196,0,644,440,0,0,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-03-23,633995,2947,0,0,619,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,633550,2491,0,0,848,0,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,485000,2552,0,0,652,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,195000,940,360,0,0,528,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-02-06,152776,1529,0,0,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-31,685000,2007,0,1958,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,337500,1064,0,0,0,460,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,585000,2069,0,0,810,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,60667,1716,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,495000,2508,0,0,546,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,330000,3644,0,0,420,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,504950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,1109000,3480,0,0,1194,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,699960,3297,0,0,704,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,304000,1334,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,529000,2125,0,0,576,1620,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,540000,2150,0,0,528,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,190000,1820,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1944,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,425000,2374,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,177200,2166,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-31,845000,2882,0,1570,924,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,6,4,,View Good,SEWER/SEPTIC INSTALLED +2020-04-01,176566,2588,0,700,864,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,4,,,SEWER/SEPTIC INSTALLED +2020-03-26,550000,1184,0,1184,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-23,500000,2622,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,410000,1548,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,547206,1848,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,369950,1592,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,310000,1145,0,1145,0,460,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1941,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,423750,1508,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-05,262700,852,288,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,659950,3550,0,0,510,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,600000,2128,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,2,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-04-04,380000,1888,0,632,0,528,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,777742,3470,0,1717,877,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,6,5,,,SEWER/SEPTIC INSTALLED +2020-03-31,340000,1536,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,285000,888,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,435000,3037,0,0,423,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,600000,2534,880,1680,418,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-31,399000,2123,0,0,408,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,539000,2727,0,0,858,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-16,420000,2723,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,555000,3234,765,0,0,0,0,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,420000,2723,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,252000,1120,334,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-31,400000,1792,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,397000,1917,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,393500,2082,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,400000,1046,110,936,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,535000,822,384,822,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-13,286000,750,0,0,0,600,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-06,260000,1270,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,415000,1710,0,0,564,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,499000,1873,0,0,482,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,340000,1299,0,0,220,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,356000,1280,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,405000,1414,0,0,286,0,1,Forced Air,Frame Vinyl,Drywall,1,Built Up Rock,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,345000,1004,280,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,536000,2784,616,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,2,2,,,SEWER/SEPTIC INSTALLED +2020-02-24,400000,1810,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-12,385000,2769,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,325000,1324,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,425000,2057,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,860000,3234,0,0,785,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,750000,2788,0,1802,600,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,422500,2694,0,0,687,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-29,400000,1618,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-05,255000,1558,0,0,478,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,493290,2965,0,0,411,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,281900,776,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-27,1060000,2169,0,1387,570,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-04-01,535000,1953,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,424950,2344,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,785000,3188,0,0,1028,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,310000,866,384,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-06,550000,2858,0,0,628,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,424950,2344,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,340000,1275,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,375000,2648,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,5,2,,,SEWER/SEPTIC INSTALLED +2020-03-31,458000,2142,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-05,330000,1204,0,0,0,0,0,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,450000,2352,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,258000,956,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,632770,2181,0,0,564,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,355000,1640,0,0,380,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,240000,730,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,639000,1873,0,0,522,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,549000,2166,0,0,625,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,422500,2026,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,480000,2688,0,0,664,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,425000,2233,0,0,647,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,423000,1778,0,0,496,0,1,Electric Baseboard,Frame Siding,Drywall,2,Concrete Tile,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,440500,1552,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,312500,1432,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,373000,1526,0,0,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,225000,954,0,0,0,384,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-04,705000,3399,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,715946,3487,0,0,873,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-26,335000,990,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,467000,2239,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,327500,1174,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-16,380000,1201,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,374950,1026,360,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,335000,1584,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,380000,2046,0,0,413,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,400000,1281,0,0,462,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,190000,975,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1904,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,524995,2449,0,772,394,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,6,4,,,SEWER/SEPTIC INSTALLED +2020-03-23,504995,2304,0,706,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-03,585000,2272,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,397000,1496,0,0,494,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1952,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,518090,2748,0,0,505,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,435000,2110,0,0,0,624,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-27,340000,1544,0,0,396,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-29,530000,1738,0,0,604,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,412000,1755,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,255000,1303,0,0,264,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,668500,1642,0,850,620,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-02,300000,888,0,888,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,610000,2294,0,2302,576,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,640000,1350,0,1350,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1956,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-07,231000,1377,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,350000,1553,0,0,475,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,560000,1657,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-31,465000,2289,0,0,712,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,393955,1472,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,349950,1248,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,295000,1532,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,419950,1404,0,0,220,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,775000,1704,0,1624,0,780,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,265000,1158,0,0,418,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,397000,1772,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,399000,1656,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,560000,2366,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,470000,1825,0,0,525,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-01,520000,2016,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-02,540000,1905,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,265000,1435,0,1403,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,333000,1308,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-31,71900,1019,0,0,813,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,2,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,360000,1664,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,495000,3127,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,540000,2184,0,1356,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,2,Composition Shingle,1948,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,550000,2274,0,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,643602,2618,0,0,822,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,5,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-07,255000,1532,0,0,529,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,849000,3361,0,1966,773,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,2003,4,4,,View Good +,SEWER/SEPTIC INSTALLED +2020-04-06,360000,1675,0,0,356,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,493000,1880,0,520,0,320,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1917,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,541000,1700,0,1700,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,521000,2127,0,0,605,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,340000,1339,0,0,412,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,425000,1690,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,420000,1090,0,360,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,400000,1940,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-05,356000,1478,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,356625,1272,0,0,192,624,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-11,615000,2583,0,480,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,288000,1562,0,728,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,459000,1408,0,1408,0,720,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-03,870000,3318,0,0,0,960,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-06,630000,2232,0,0,703,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-07,530000,1596,0,1596,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,500000,1890,0,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-24,228000,1032,0,0,432,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1977,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-04,746000,3400,0,652,0,0,2,Hot Water Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1909,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-04,746000,996,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1992,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,450000,1682,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,175000,1176,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-06,445000,2123,0,0,415,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,300000,1065,0,0,327,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-26,270000,1048,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-06,325000,1158,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-26,348000,1316,0,0,350,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,267000,960,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1927,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,66000,1460,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,362000,1292,0,888,242,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,565000,1690,0,1144,546,0,1,Heat Pump,Frame Siding,Drywall,2,Built Up Rock,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,415000,2140,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,575000,2270,0,0,688,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-27,605000,1885,0,1885,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,4,,,SEWER/SEPTIC INSTALLED +2020-03-31,449900,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,284000,768,0,0,240,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,440000,1876,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,499000,3036,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,267500,1736,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,555000,1818,0,0,0,440,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,450000,972,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-13,485000,1800,0,704,462,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1952,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-04-07,456000,1430,0,1430,276,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,288000,884,0,0,338,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,222000,716,280,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,222000,401,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1913,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,282300,808,0,760,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,610000,1974,0,0,636,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,430000,2592,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,1200000,6103,0,0,1176,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,1982,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-24,504150,2944,0,0,609,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,450000,1638,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,410000,3409,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,370000,1921,0,0,426,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,537500,1739,0,1600,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,298000,780,0,0,0,240,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,382000,1674,0,0,434,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,451000,1818,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,363000,2448,0,0,425,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,215000,1726,0,0,414,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-31,420000,3446,0,700,0,0,1,Forced Air,Frame Stucco,Drywall,2,Built Up Rock,1942,2,1,,View Good,SEWER/SEPTIC INSTALLED +2020-04-08,311602,1054,0,0,330,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1987,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,410000,1437,0,0,441,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,405000,2550,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,353500,1689,0,0,340,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,220000,1422,0,0,344,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-03,499500,2439,0,0,702,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-29,500000,2296,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,485000,1437,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,471000,2189,0,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,415000,2374,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,575000,1282,602,600,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-31,445000,1386,0,1386,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,350000,1612,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,365500,1890,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,540000,2841,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,405000,1774,0,0,300,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,330000,1698,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,385000,1483,0,0,368,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,625000,2658,0,0,926,0,1,Heat Pump,Frame Siding,Drywall,2,Preformed Metal,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-09,295000,1828,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,221500,1653,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1917,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,466000,1874,0,0,462,720,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,333700,1018,536,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,307000,1739,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,361000,1938,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,567000,1546,0,1546,572,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1950,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,381000,1788,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-26,350000,1487,0,0,433,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,354000,1632,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,385000,1500,0,1500,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1959,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,529950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,665000,2196,0,1875,609,0,3,Forced Air,Frame Siding,Drywall,1,Concrete Tile,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,380500,1904,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,326000,1364,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,170000,1496,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,420000,2077,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,340000,1290,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,345900,1496,0,792,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,280000,858,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-29,362000,1542,0,0,388,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,631382,3169,0,0,1071,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,350000,1704,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,287000,920,0,880,720,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,500000,2670,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,380000,1586,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,455000,1889,0,0,753,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-28,335000,1530,0,0,370,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,305000,1187,0,572,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-06,300000,1023,0,480,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-10,1175000,4639,0,0,856,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,4,,,SEWER/SEPTIC INSTALLED +2020-04-03,305000,1704,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,485000,2670,0,0,660,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,370000,1336,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,369950,1519,0,0,432,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,471950,1904,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,200700,1741,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1890,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-04-03,410000,1700,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,266500,1372,0,1244,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,395600,1982,0,0,511,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,380000,2480,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,410000,1025,0,0,675,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-17,368000,1140,0,1140,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-11,580000,2470,0,0,810,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,389500,1715,0,0,546,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-30,465000,2036,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,190000,1452,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,599900,3160,0,0,736,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,360000,1825,0,0,484,256,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-04-08,695500,2511,0,0,576,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Formed Seam Metal,2007,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-03-31,260000,2020,0,0,483,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,610000,1250,0,1300,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-13,330000,1212,0,0,412,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,670000,1480,0,1480,506,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-03-27,414000,1835,0,787,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1900,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,304000,1426,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,450000,2542,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,455100,1061,0,1061,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,160449,1772,0,0,748,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,670000,1480,0,1480,506,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-07,350000,1056,0,0,288,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-06,375000,1358,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1948,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,327000,768,448,0,0,240,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,347500,864,384,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-09,500000,879,472,324,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1923,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,338000,1224,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,375000,2176,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,539999,3128,0,0,540,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,6,4,,,SEWER/SEPTIC INSTALLED +2020-04-02,425000,2466,0,560,418,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-12,352000,840,320,840,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,451000,1795,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,265000,756,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1917,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-03,299950,1121,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,290000,2345,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,620000,2316,0,0,516,0,3,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,505315,2748,0,0,505,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,380000,1560,192,0,864,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,460000,4021,0,0,1350,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,375000,1432,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,460000,2224,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,365000,1450,0,0,446,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,386750,2634,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,450000,1980,0,0,701,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,930000,2090,700,2090,0,0,2,Forced Air,Frame Rustic Log,Drywall,1,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,286000,768,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-30,423000,1769,0,0,520,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,559950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,272000,952,468,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-13,310000,1564,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-10,136200,2330,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,455000,1698,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,669900,2330,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,420000,1568,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,435000,1802,0,0,400,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,327565,1266,0,0,264,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,387000,1734,0,1020,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1961,2,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-06,850000,4301,315,1334,797,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-27,385000,1740,0,0,531,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,260000,768,0,0,288,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,450000,990,0,990,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,532000,2253,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,349000,1375,390,0,0,0,2,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,189000,576,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,268000,960,0,192,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-03,432500,2304,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,275000,836,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,275100,1200,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,321000,1050,488,100,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-13,391000,2186,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,615000,3677,0,0,537,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,315000,1026,0,0,335,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,340000,1428,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,420000,2297,0,0,686,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,449000,2440,0,0,740,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,440000,2147,0,0,704,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,340000,1367,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,567000,2927,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,545000,2801,0,0,616,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,430000,2390,0,0,842,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,190000,989,322,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,375000,1861,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,487000,2386,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,715000,3516,0,0,676,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,292500,900,416,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-13,799500,216,0,0,0,0,1,No Heat,Unfinished Cottage,Paneling,1,Formed Seam Metal,1985,0,0,,,SEWER/SEPTIC AVAIL +2020-04-06,690000,1468,0,1468,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1967,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-09,660000,1984,0,1930,576,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,360000,2104,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,460000,1697,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,135000,476,196,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1975,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-11,550000,1948,0,0,720,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,506000,2487,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,170379,1146,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,725000,3219,0,0,774,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,750000,3306,0,0,627,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,684995,3349,0,0,666,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-14,370000,1600,0,416,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1926,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,391000,2338,0,0,598,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-01,380000,1496,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,408000,1508,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,528277,1843,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,364000,960,0,0,0,720,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,306000,1212,0,0,412,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,301000,845,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,400000,2042,0,0,496,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,435000,1394,0,1394,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,410000,1973,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,429000,2764,0,0,478,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-27,990000,2064,0,1152,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,3,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-04-09,435000,1568,0,1014,832,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1946,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,569950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,470000,2025,0,0,576,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,394625,960,0,960,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,450000,1746,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,936000,4148,0,0,1020,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,300000,1494,0,0,0,0,0,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,315000,856,290,0,0,0,1,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-13,401500,1935,0,0,407,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,350000,1332,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,520000,1878,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,551000,1872,0,0,952,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,419950,2002,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,485000,2232,0,0,788,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,365000,1520,0,0,460,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,499950,1844,0,0,480,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,824950,3496,0,0,638,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,111000,896,0,896,300,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,705000,3120,0,0,0,528,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,275000,1104,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,480000,2420,0,1200,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,501000,2922,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,645000,2978,0,0,837,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,323000,1060,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-27,525000,2611,0,0,709,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,356000,1437,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1913,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,1575000,2709,0,1830,625,0,2,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1989,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-04-16,357500,1352,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,569000,1792,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1964,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,220000,1710,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,547950,2525,0,0,706,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-11,450000,1630,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,304700,666,422,462,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,900000,1470,0,840,0,380,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1950,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-16,740000,3562,0,0,693,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,399000,2546,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,365000,1832,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,385000,1554,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-11,475000,1008,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1977,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-10,380000,1489,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,680000,2403,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,300000,1312,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,194950,978,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-10,423750,2766,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,769000,1320,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,1,2,,,SEWER/SEPTIC INSTALLED +2020-04-03,769000,2304,0,1536,0,720,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,659000,3975,0,0,682,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-07,505000,2781,0,0,415,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,465025,2253,0,0,780,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,359260,1200,0,0,330,308,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-02,697995,3525,0,0,676,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-03,400000,1860,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,475000,2114,0,0,380,0,1,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-04,640000,2400,0,0,0,1224,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1985,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-13,535000,2420,0,0,680,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,594137,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,399950,2208,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,390000,2300,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,340000,2112,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,375000,1630,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,370000,1380,280,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,455000,1468,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,511000,1691,0,616,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,545000,2429,614,0,1044,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-12,260000,1491,0,0,273,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,356263,1319,0,0,499,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,360000,1143,0,1121,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,875000,2470,0,1184,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1914,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-04-15,320000,1498,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,525000,1659,0,0,0,616,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,650000,3279,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,664000,3296,0,0,624,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,682000,3034,0,0,610,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-08,350000,1348,0,0,353,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,387731,2112,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,285000,1640,0,0,430,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-10,947500,2901,620,1360,220,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,5,3,,View Good,SEWER/SEPTIC INSTALLED +2020-04-15,592000,2812,0,0,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-08,345000,1430,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,875000,3061,0,0,896,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-15,360000,1032,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,360000,380,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1994,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,315000,2304,0,0,418,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,324000,1485,0,0,435,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,351000,2162,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,370000,884,246,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,370000,864,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,500000,3060,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,420000,1248,0,1104,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,219000,1736,336,0,0,750,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,395000,1946,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-11,492000,2036,0,1656,484,720,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,466500,2740,0,0,572,880,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,399900,2108,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,385000,1568,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,368139,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,430000,1269,0,465,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,610000,3311,0,0,1000,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,558000,3092,0,0,649,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,6,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,600000,2938,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,418000,1671,0,0,616,256,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,450000,2566,0,0,588,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,265000,780,0,390,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-13,725000,1408,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1966,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-16,330000,1064,0,1064,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,427000,2820,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,362400,1286,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,450000,2496,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,230000,1776,0,0,479,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,664000,1328,0,1328,0,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1957,4,2,,View Good,SEWER/SEPTIC INSTALLED +2020-04-08,400000,1634,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,332650,914,0,540,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-02,115000,1659,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,115000,792,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1947,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,425000,1500,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,345000,1382,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,540000,2793,0,0,653,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,300000,1234,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,488000,2123,0,0,594,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,340000,1488,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,480000,1984,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,300000,1114,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,380000,2350,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-05,365000,1356,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,310000,1120,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,360000,1568,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,660000,3126,0,2370,1244,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1984,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-03-26,505000,2911,0,0,766,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,675900,2338,0,0,689,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,350000,1642,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Preformed Metal,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,484038,1739,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,370000,1802,0,0,472,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,449950,1948,0,306,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1908,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,340000,1918,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,540000,3524,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,310000,1094,0,0,312,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,425000,1770,0,0,512,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,585000,2953,0,0,927,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,398000,960,0,960,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,296000,1000,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,282500,960,192,0,0,280,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,285000,1008,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,539950,2180,0,0,624,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,665000,2096,0,0,636,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,340000,1450,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,430000,1808,0,0,664,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,430000,2484,0,0,440,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1968,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,213325,2327,0,0,469,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,345000,1372,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1947,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,425000,2298,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,249100,1402,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,300000,976,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,230000,611,0,0,0,532,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,218750,3359,0,0,540,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-03,390000,1920,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,458000,1302,0,1302,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,499900,2853,0,0,396,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,359950,2200,0,0,520,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,461000,2422,0,0,481,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,303000,832,320,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,435000,2239,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,525000,1795,0,0,0,361,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,461500,2696,0,0,720,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,340000,1674,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,375000,1750,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,369000,1582,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,243000,910,0,0,364,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-25,503000,2275,0,0,690,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,310000,1336,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,549000,2692,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,335500,1296,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,400000,3006,0,0,508,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-26,593000,2466,0,0,668,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,483000,2573,0,0,823,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,384000,1394,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,420000,1701,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,327000,1452,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,416000,2924,0,0,652,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-04-20,335000,912,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,335000,1333,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,416000,1768,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,337000,1338,0,0,410,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,390000,1886,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-21,352500,1157,0,1157,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1951,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,445000,1676,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,500000,1632,0,0,576,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,315000,1248,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,265000,798,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-17,475000,2490,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,352000,1936,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,320000,1512,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1910,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,224000,1127,0,880,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-18,510000,1354,0,1354,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,350000,1496,0,560,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,170000,1373,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,520000,2973,0,0,656,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,325000,1360,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,505000,2608,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,370000,912,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1979,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-24,622890,3090,0,0,420,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,340600,1132,384,0,0,0,2,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,242000,1501,0,0,0,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-03,535000,2478,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,519950,2569,0,0,730,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,4,,,SEWER/SEPTIC INSTALLED +2020-03-26,283500,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,590000,1685,0,1440,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,2,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-04-01,475000,1176,0,0,1176,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,2011,1,1,WF River,View Lim,SEWER/SEPTIC INSTALLED +2020-04-14,529950,3072,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,525000,2787,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,525000,1956,265,0,600,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1997,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,335000,925,459,891,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-19,360000,1723,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-08,1010000,2880,690,1740,864,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2002,4,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-17,879990,3602,0,0,720,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,View Good,SEWER/SEPTIC INSTALLED +2020-04-20,113000,880,0,392,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1904,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,500000,1272,0,1272,484,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-07,390000,2304,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,465000,1958,0,0,434,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,385000,2140,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,461500,2255,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,285000,1624,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,345000,1204,0,0,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,365000,2064,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,319900,1164,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,525000,2320,0,0,754,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-10,455000,1984,0,0,0,680,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,347000,1714,0,0,497,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,250000,1850,0,0,648,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,335000,1344,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,370000,2061,0,0,230,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,260000,1380,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,649950,3550,0,0,510,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-17,750000,1673,0,1315,504,0,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1963,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-01,579500,2818,0,0,762,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,790990,3369,0,0,622,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-18,332500,1002,0,0,315,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-03,276000,1001,0,0,317,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,299950,894,290,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-22,367800,2064,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,1225000,5151,377,0,1257,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1964,6,5,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-22,351000,2012,0,0,456,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,338000,1344,0,0,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,430000,1672,0,480,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1916,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,417000,1849,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-11,615000,3325,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,300800,1792,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1989,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,335000,1962,0,0,498,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,430000,1539,0,910,0,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1925,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,334000,1392,0,0,0,396,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,435000,1554,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,449500,2044,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,680000,1294,0,1294,528,880,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,1208000,1709,0,1299,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-23,615000,3325,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,507000,2917,0,0,686,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,419995,1807,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,399999,2458,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,445000,2865,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,422200,1490,0,998,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1939,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,490000,2746,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,340000,1316,0,0,350,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1986,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-25,420000,1653,0,0,422,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,747696,3971,0,0,742,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-20,458000,1918,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,154600,1365,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,700000,1948,0,937,0,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,201629,1506,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,300000,912,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,452950,2461,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,460000,2492,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,225000,1056,0,0,0,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Preformed Metal,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-21,492000,2458,0,2380,0,0,3,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1987,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-21,459900,2224,0,0,690,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,385340,2263,0,0,373,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,825000,2134,0,280,240,0,1,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,1999,1,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-21,539999,3306,0,0,759,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,405000,2448,0,0,377,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,300000,1759,0,1203,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1939,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,612600,2420,0,0,680,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,355000,1113,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-23,405900,2399,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,385000,1272,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Preformed Metal,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,632999,2181,0,0,564,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,376000,1904,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,545000,2521,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,514876,3302,0,0,636,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,343000,1480,0,0,484,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-30,470000,2064,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,330000,1224,0,0,286,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,153000,1065,504,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,365000,1038,0,1038,231,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-17,450000,1412,0,1362,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-22,380000,2529,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-19,545000,2569,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-21,387500,1794,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,300000,1865,0,0,430,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,354000,1524,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,260000,864,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-21,332000,1478,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-22,331000,1589,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,359500,1720,0,0,400,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2010,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,479000,3160,0,0,431,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,523500,2526,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,350000,2588,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,354700,1556,0,0,332,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-17,323000,1284,0,0,371,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,509000,2086,0,0,552,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,554950,3245,0,0,658,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-17,660000,2522,0,0,912,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,349950,816,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,1,1,,View Avg +,SEWER/SEPTIC INSTALLED +2020-04-20,265000,768,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1928,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-21,350000,1313,0,0,402,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,410000,2398,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,365650,2120,0,0,460,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,380000,2234,0,0,752,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,280000,1142,0,0,240,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,575000,1008,468,0,0,676,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,316000,1256,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,515000,2170,0,0,803,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,385000,1911,0,0,0,864,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,290000,1144,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,1265000,2056,0,1560,944,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,4,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-21,480000,2112,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,410000,1901,0,0,410,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,277000,1284,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,300000,944,0,0,0,520,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-17,489000,1609,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,606000,1416,0,1416,0,616,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-04-22,659950,2148,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,260000,1872,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,575000,3050,0,0,714,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1996,3,3,WF River,,SEWER/SEPTIC INSTALLED +2020-04-21,647000,1904,0,900,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,340000,1352,0,0,717,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,385000,1770,384,0,456,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,375000,2554,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,550000,2344,0,0,704,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,604950,2346,0,0,610,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,370000,2098,0,0,560,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,295000,984,0,0,322,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-14,325000,1118,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-02,536000,2035,0,0,792,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,390000,1685,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1914,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,800000,1551,0,1476,0,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1938,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-21,395000,1764,0,0,686,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,338000,1554,0,0,168,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,392000,816,272,408,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,1,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,392000,450,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,200000,917,0,364,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,410000,1312,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,402000,1978,0,1056,672,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1930,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,378000,1372,0,1352,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,316000,995,648,468,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,539950,3125,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-06,338000,1554,0,0,168,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-17,284870,1248,0,572,396,0,2,Forced Air,Frame Vinyl,Drywall,2,Built Up Rock,1965,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,100000,1221,0,1077,0,400,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-17,130000,1033,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,544950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,352000,1011,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,265000,1411,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,393807,1728,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,470000,1024,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-10,345000,1352,0,0,405,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,330002,784,336,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,416000,2334,0,0,554,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,337000,1108,0,0,364,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,370000,1835,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,567500,2819,0,0,445,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,455000,1070,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,455000,280,0,0,480,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,552000,2864,0,0,485,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,379999,2175,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,300000,1288,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,389999,1592,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,367500,956,0,0,228,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-09,85742,1249,0,988,734,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-04-24,354950,1832,0,1196,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-22,535000,2928,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,371000,1421,0,0,499,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,325000,1556,0,0,432,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-07,369000,1250,0,0,432,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,350000,1645,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,322500,1012,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,1300000,4631,0,0,1887,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,4,,,SEWER/SEPTIC INSTALLED +2020-04-20,305000,696,391,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-03-04,579384,1925,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,321000,1107,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,380000,1078,620,520,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1912,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-25,525000,2654,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,639000,3316,0,0,546,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-27,634000,3640,0,0,892,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,290000,800,0,0,0,576,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-17,459950,2712,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,94163,1537,0,1086,0,440,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,339000,1962,0,0,498,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,300000,1881,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-23,256084,2121,0,1513,0,0,2,Forced Air,Masonry Concrete Block,Drywall,2,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,496000,2588,0,0,528,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,405000,2694,0,0,687,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,740589,3828,0,0,712,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-27,330000,1200,0,1200,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1962,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-25,437500,1398,0,1398,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-25,320000,1726,0,0,550,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,425000,1412,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,306000,1008,0,0,308,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-23,609950,3550,0,0,510,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,825000,3464,0,0,816,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-04-13,545000,2226,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Preformed Metal,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,421000,2332,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,150000,764,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,250000,744,0,432,0,308,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,354250,1278,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-23,550000,1886,0,0,528,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,334950,1839,0,0,660,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,800000,3261,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-22,289000,960,0,0,648,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,830000,3348,0,0,738,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,450000,912,0,912,0,0,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,380000,2600,0,0,646,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-27,375000,1768,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,865000,2723,0,0,800,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,365000,1698,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,390000,1642,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,325000,1170,0,0,370,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1954,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,390000,1716,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,298000,798,0,798,0,360,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,360000,1819,0,0,361,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,378000,1392,0,0,338,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-21,1050000,2254,0,1078,384,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1957,2,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-04-21,1050000,624,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,2017,1,1,,View Avg +,SEWER/SEPTIC INSTALLED +2020-03-11,267500,753,310,0,0,240,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-23,365000,1443,0,0,494,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,530000,2082,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-25,416500,1992,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,549950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,403000,1846,0,0,621,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,370000,1490,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-09,609950,2306,0,324,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,303000,2037,0,0,276,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,425000,2004,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,350000,980,416,476,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,335500,1088,0,1088,528,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1966,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,305000,1334,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,251000,880,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1907,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,250000,1301,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,365000,1652,0,1024,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-23,315000,1439,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,84613,2233,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,320000,923,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,345444,2122,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,257500,872,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,551950,3473,0,0,631,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,487080,2816,0,0,722,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,440000,1528,0,0,0,560,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,384000,1206,0,0,352,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-22,339500,1850,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,827000,1821,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-23,320000,1114,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-13,305000,1128,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-28,320000,1364,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1999,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,359950,1940,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-19,349900,1316,0,0,462,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-26,314500,1463,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,330000,1252,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,800000,3639,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-24,230000,2244,0,0,586,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,431800,3506,0,0,610,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-21,337000,1294,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1963,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,318440,1200,0,0,0,0,1,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-28,450000,1836,0,894,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,5,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-08,355000,756,0,0,0,420,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-21,705000,2722,0,0,832,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,500000,1516,0,1516,484,0,1,Forced Air,Frame Hardboard,Drywall,1,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,394000,1374,0,0,288,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,550000,1542,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,467500,2484,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1993,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,397900,2125,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,408000,1556,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,285000,960,448,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-10,385000,1554,0,0,460,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,814950,2102,0,0,728,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,267000,756,0,0,0,0,0,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-28,200000,1152,0,0,320,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1970,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,295000,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,920000,2172,0,2160,0,960,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-27,330000,1748,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,630000,2576,0,0,584,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,5,4,,,SEWER/SEPTIC INSTALLED +2020-04-28,437000,1615,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,760000,2448,0,1246,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,312000,992,0,0,326,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,305000,814,200,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1909,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,330000,1158,0,0,312,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,1960000,3843,0,0,1060,0,5,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,3,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-16,392000,1680,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,419900,1860,0,0,446,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,335000,1376,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,549950,2564,0,0,812,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1997,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-14,430000,2080,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,385000,1376,0,0,0,660,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1959,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,370000,2166,0,0,520,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,577000,2073,0,869,0,1452,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-21,432000,1859,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,301000,1390,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,340000,1299,0,0,368,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,270000,778,0,712,0,0,0,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,746264,2890,0,0,743,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,394000,1464,0,0,466,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,1400000,3681,0,0,898,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2000,3,4,,,SEWER/SEPTIC INSTALLED +2020-04-20,355270,1788,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,255000,1080,300,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-21,338300,1296,432,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,374950,1843,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,380000,1992,0,0,456,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,453000,1604,0,0,220,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,370000,1868,198,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,389500,1306,500,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,449950,2908,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-14,349349,1341,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,393000,1826,0,0,458,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,479000,1753,0,0,870,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,495000,1084,0,1084,0,440,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,364000,1420,0,0,484,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,306000,1280,0,0,480,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,310000,1638,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,425000,1532,0,0,539,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,402000,1893,0,0,273,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,422000,2278,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,450000,1717,0,1350,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1980,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,449000,1836,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-13,350000,1396,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,375000,1820,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,469000,1164,0,582,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1919,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,437500,1652,0,0,0,672,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,424995,1252,0,799,0,504,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,150250,2240,0,0,528,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1977,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-25,287700,1020,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,652995,3364,0,0,448,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,335000,1252,0,754,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1929,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,431000,2320,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1962,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,431000,2722,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,554950,3070,0,0,628,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,238500,990,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,439950,1916,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,335000,1485,0,0,435,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,290000,1076,0,936,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,360000,1504,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,350000,2187,0,0,432,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,720000,2785,0,0,744,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,150000,775,320,384,0,480,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,399000,1859,0,0,663,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,286000,845,0,0,240,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,320000,1040,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,406277,1782,0,884,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,437500,1707,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,480000,1706,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,320000,1580,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,365000,2500,0,0,454,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,312500,992,0,0,0,0,1,No Heat,Frame Siding,Drywall,2,Formed Seam Metal,1974,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,387500,1472,0,0,567,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,435000,2282,0,0,388,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,395000,2120,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,552400,1328,0,1231,732,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-16,358400,1572,0,494,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,343000,1554,0,0,446,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,291400,864,360,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-21,246500,1792,0,0,0,576,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-06,461950,3062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,358750,1824,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,340000,1145,0,0,0,660,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,390000,1326,0,1326,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-17,569000,1863,0,1863,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,455000,2712,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,370000,1916,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,360000,2443,0,0,452,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1971,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-16,600000,2483,0,0,744,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,434000,2484,0,0,648,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,180000,982,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,315000,1489,0,996,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-30,190500,1440,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-30,275000,1180,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,275000,1161,0,0,280,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,699000,1638,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-27,354850,1365,0,0,338,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,335000,1600,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-10,590000,1624,0,1624,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,250000,1479,0,825,0,450,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,734495,3748,0,0,620,0,0,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-28,278500,1894,0,0,0,400,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-04-23,395000,1256,0,799,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,362000,1740,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,320000,1333,0,1333,252,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,220000,1146,564,0,0,600,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1932,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,460000,1889,0,0,753,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,690000,2255,0,0,755,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,450000,2143,0,0,684,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,350000,1662,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,937500,2937,0,1249,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,725000,2901,0,0,780,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,425000,1808,0,0,0,864,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,250000,759,0,0,0,0,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,571000,2462,0,0,442,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,367000,1888,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,439000,1928,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,545000,2049,0,0,684,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,858500,3598,0,0,925,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,250000,776,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,357000,816,0,0,288,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Built Up Rock,1971,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,449950,1693,0,0,366,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,545000,2150,0,0,576,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,350000,1632,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,575000,2420,0,0,680,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,336000,1573,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,600000,3463,0,0,660,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,517500,1838,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,340000,1148,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-25,599950,2948,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,115000,688,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,1,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,385000,2140,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,252000,768,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,540000,2621,0,0,705,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,499612,1790,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,360000,1984,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,599000,1368,0,1152,456,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-13,174900,1579,0,0,483,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,370000,1959,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,485000,2712,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,323000,1285,0,625,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-20,410000,2572,0,780,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1920,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,400000,2418,0,0,404,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,384950,2270,0,0,506,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,730000,3648,0,0,684,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,369000,1798,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,412000,2374,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,805000,3200,0,1036,643,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,7,4,,,SEWER/SEPTIC INSTALLED +2020-04-30,300000,1508,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,447000,1638,240,0,432,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,430000,1456,0,1056,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,390000,1942,0,0,744,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,360000,1757,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,3,4,,,SEWER/SEPTIC INSTALLED +2020-04-28,479000,2206,0,0,594,0,2,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,450000,1744,0,0,388,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,360000,1630,0,0,478,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,390000,1298,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-30,375000,1920,608,1120,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-30,345000,1140,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,549900,2810,0,0,684,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,357000,1740,0,0,495,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,705000,3732,0,0,704,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-04-29,525000,1841,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,585000,2232,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1889,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,380000,2633,0,0,503,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,544950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,499000,3121,0,0,751,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,330000,1155,0,286,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,752000,2240,552,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1890,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,262500,960,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,280000,1017,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,375000,1872,0,0,1152,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-30,750000,2718,492,0,0,1518,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-30,330000,1719,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,387750,906,0,906,0,360,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,480850,3217,0,0,600,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-02,415000,2126,180,0,0,1008,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,525000,2688,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,400000,1955,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-30,426000,1559,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-30,350000,1449,0,1170,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-31,383000,2193,0,1792,800,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,305000,1824,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,477707,1620,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1983,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-24,370000,1670,0,0,440,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-02,310000,1312,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,462500,1922,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,465000,2692,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,375000,1497,0,0,399,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,324000,1272,300,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,699900,2964,0,0,794,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,535000,1008,0,1008,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-01,440000,2461,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-20,238563,2040,0,0,400,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,368000,2064,0,0,398,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,400000,2230,0,0,600,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,120000,2296,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,418000,1826,0,0,419,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,330000,1040,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,55000,1962,0,0,304,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-30,350000,1529,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,545000,2880,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,510000,1758,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,285000,884,0,884,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-30,199000,864,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,1,1,,,SEWER/SEPTIC INSTALLED +2020-04-22,377000,1847,0,0,475,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,485000,2417,0,0,750,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-19,420000,2668,0,0,420,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-29,625000,2000,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-24,599000,2562,0,0,652,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-03,535000,2392,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-24,833000,1820,425,1496,504,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1995,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-28,549999,1884,0,0,912,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-25,390000,1792,0,0,624,0,2,Electric Baseboard,Frame Siding,Drywall,1,Preformed Metal,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,910000,1422,0,1422,0,896,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-03,650000,2206,0,780,0,0,1,Heat Pump,Frame Vinyl,Drywall,3,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,330000,1168,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,680000,2391,0,0,800,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-01,654000,3486,0,0,746,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-29,450000,1519,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,350000,1452,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,390500,2296,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,375000,1485,0,0,320,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,392900,1659,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-09,415000,1664,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,402950,1478,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,330000,1374,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,535000,3045,0,0,696,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,265000,1066,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-30,350000,1527,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,425000,2490,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,351300,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,624950,3325,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-06,407777,3408,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-17,358000,1930,0,0,485,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,432000,2317,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,550000,2296,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,320000,830,169,0,338,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-23,519950,2820,0,0,633,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-04-29,353000,1524,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,432000,2317,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,1400000,2358,0,0,0,852,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1969,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-30,500000,2577,0,0,780,576,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,550000,2282,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,410000,1162,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1956,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-28,525000,2167,0,0,758,0,2,Forced Air,Frame Siding,Drywall,2,Preformed Metal,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-03-04,550833,1848,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-02,312500,1002,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-30,700000,1232,0,1232,380,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1950,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-04,630000,1784,0,1020,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1926,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,374000,1712,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,413000,1708,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,468000,2634,0,0,798,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,442000,2119,0,0,548,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,368000,1356,0,0,494,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,320000,940,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,392000,2630,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,409000,1603,0,0,390,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-02,366000,1455,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,590250,3166,0,0,942,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,560000,2477,0,0,543,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-05,380000,1212,0,810,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-15,474950,2295,0,0,612,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,434000,2237,0,0,841,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,594950,3096,0,0,562,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,325500,1360,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,305000,1069,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1890,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,190000,784,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-28,335000,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,186409,912,384,912,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,310000,1660,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,750000,3111,0,0,578,0,1,Forced Air,Frame Stucco,Drywall,2,Built Up Rock,1996,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-05-05,195000,892,378,420,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-01,425000,1732,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-08,425000,1918,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,250000,720,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-28,580000,2842,0,0,636,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,386000,2040,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1971,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,686500,3404,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,108750,1344,0,1128,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,395000,1792,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,637000,988,0,788,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-01,390000,2060,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,435000,1664,0,0,484,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,561000,2666,0,0,986,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,349999,1716,0,0,460,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1996,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,448000,1744,0,0,780,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-03,1030000,1739,0,1063,495,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-03,1030000,440,0,0,0,0,1,No Heat,Pine Finished Cabin,Paneling,0,Composition Shingle,1953,0,0,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-27,290000,788,280,0,0,300,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,37500,729,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC NO +2020-05-01,256500,804,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,154643,1923,0,0,502,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,330000,1032,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,634310,2324,0,200,0,894,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1934,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,799950,1407,350,1343,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Concrete Tile,1925,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-30,393000,2345,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,350000,1976,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-15,415000,1860,0,1158,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,464228,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,394000,1984,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,275000,1248,264,0,572,0,1,Heat Pump,Frame Stucco,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,471119,4410,0,0,940,0,2,Heat Pump,Frame Stucco,Drywall,2,Concrete Tile,2005,5,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-05-04,420000,1404,0,770,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1913,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,360000,1938,0,1406,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1935,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,719000,2608,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-06,315000,1198,0,1080,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,560000,2234,0,0,664,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,432000,1820,0,0,400,720,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,585000,2184,0,0,600,0,0,Hot Water Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-03,439950,1598,0,0,576,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,429950,2852,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Preformed Metal,1976,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,375000,1454,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,675000,2345,0,0,766,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,336000,1328,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1935,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,315000,1191,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-12,268357,3204,0,0,732,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,5,4,,,SEWER/SEPTIC INSTALLED +2020-05-04,330000,922,300,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-04,519000,2388,0,0,676,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-02-18,1538750,1868,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,4,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-04-29,410000,1534,0,996,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,360000,1562,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,350000,1806,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,255000,832,448,832,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,0,1,,,SEWER/SEPTIC INSTALLED +2020-05-04,389950,2100,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,275000,1177,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-04,405000,2263,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-02,217500,1281,160,0,327,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,310000,1766,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,307500,1712,0,0,0,624,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-07,295000,1140,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,382150,1554,180,0,300,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,290000,956,420,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-22,740000,2390,0,0,920,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-12,425000,2616,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,577450,1622,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,592000,2800,0,0,462,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,487500,2327,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,355000,1214,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,305000,1168,0,384,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1917,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,315000,1038,0,1008,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,300000,580,400,160,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,560000,2534,0,924,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,550000,1554,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-05-02,254000,2580,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2021,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-05,529500,3002,0,0,628,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,335000,860,224,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,330000,864,384,0,0,480,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-04,375024,2476,0,0,420,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,715000,2530,0,928,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-05,415000,1820,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-01,430000,2222,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,5,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,627000,1456,0,840,440,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,285000,1388,0,0,280,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-19,320000,1269,380,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,355000,1336,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-04-28,357300,1210,0,0,522,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,615000,2216,0,2176,624,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1971,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-05,667000,2424,0,0,920,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,345000,1176,392,864,0,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1932,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,310000,1324,0,0,460,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,375000,1732,0,0,525,0,2,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1955,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-05-07,649000,2644,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1963,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,397000,2334,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,705000,2232,382,0,638,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,399900,1318,0,0,532,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,1,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,599500,3088,0,0,440,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,505000,1842,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,465000,2244,0,1020,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,400000,2396,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,329000,1488,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,338000,1372,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,600000,2343,0,0,678,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,350000,2271,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,329500,1008,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,340000,1268,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,297500,1284,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-23,406000,2458,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-01-27,702310,912,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-04-16,283000,1059,0,0,0,600,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,538000,2196,0,0,750,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,352500,1366,0,0,273,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-07,357500,1668,0,0,370,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,435000,1918,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,361000,1555,0,0,253,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,737000,1604,0,0,0,1528,0,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,355000,1953,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,385000,1538,500,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC AVAIL +2020-05-07,287000,1016,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-01,260000,912,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-04,470000,2468,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,303500,961,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,384950,1700,0,0,399,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,258000,2452,0,0,483,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,589900,3142,0,0,525,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1987,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-02,665000,1602,0,1342,528,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-05-05,429000,1950,0,0,525,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,325000,1437,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,100000,1627,0,0,482,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,323500,1394,0,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,695000,3581,0,0,460,288,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-07,290000,812,484,812,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1944,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,405000,2116,0,0,648,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,539000,2455,0,0,529,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,362000,1496,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-22,765000,2588,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-05-08,310000,1072,0,0,276,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,358000,1110,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,125000,762,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,535000,2240,0,0,0,240,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,560000,1964,352,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,414700,1720,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,315000,1572,0,0,726,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,417000,1770,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,480000,2124,0,0,420,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,371500,1222,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,280000,780,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,339000,1052,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,382000,2334,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,270000,1054,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,301000,820,0,0,0,408,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-30,736000,2748,0,883,600,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-02,370000,1636,0,0,220,440,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-09,408000,2712,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,190000,1100,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-07,338000,1519,0,0,373,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,1236000,3419,0,0,1069,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1989,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-08,429000,1080,324,0,602,0,1,Heat Pump,Frame Rustic Log,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,420000,2521,0,0,708,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,600000,3063,0,0,1000,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-28,308000,984,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,375000,2103,0,0,384,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,196000,467,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,416000,1999,0,0,0,576,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1985,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-08,550000,1536,0,1536,576,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-11,400000,1296,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-07,420000,2134,0,0,447,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,333250,1020,360,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,181501,762,280,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1910,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-01,580000,1636,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,350000,1228,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,170950,1280,480,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,455000,1480,0,0,604,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,325000,1593,0,648,0,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-09,479000,3141,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,248000,1028,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,329000,988,0,0,364,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,395000,1514,0,0,0,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,350000,1524,0,0,436,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,490000,2132,0,0,452,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,5,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,335000,1610,0,720,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1912,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,450000,1913,0,0,528,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1996,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-06,360000,1760,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,429950,1840,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,475000,2288,0,0,824,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,355000,787,0,460,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,391000,1928,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,280000,872,196,0,392,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-07,527645,1886,0,0,600,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,555000,2973,0,0,656,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,375000,1660,0,0,0,360,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-09,440000,2298,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,149000,1431,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,480000,2011,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-21,307442,2432,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1951,6,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,644000,3564,0,0,647,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,75000,1032,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-01,621000,3946,0,0,768,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,579950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,682000,2083,0,0,610,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,285000,885,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,359000,1526,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,266000,853,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-07,260000,1013,280,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1914,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-04,547000,2400,0,0,691,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,560000,1812,0,0,724,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,375000,1356,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-22,358500,1568,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,350000,980,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,324900,1574,0,0,476,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,398000,1850,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,500000,2200,0,0,616,0,1,No Heat,Frame Siding,Drywall,2,Composition Shingle,1985,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,384000,1600,0,0,448,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,737000,3664,0,0,792,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-05-05,546000,1288,224,952,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,300000,1022,384,756,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,391125,1948,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,279950,720,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,510000,2297,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,360100,1096,0,0,312,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,589950,2016,0,0,483,1056,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,374000,912,380,480,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,490000,1628,0,1144,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,335000,1104,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,320000,1752,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,515000,2836,0,0,392,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1964,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,647500,2416,0,0,748,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,2,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-05-07,371000,1216,0,0,400,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,375000,1497,0,0,423,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,775000,1688,0,688,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-06,280900,786,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,303500,1660,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,435000,1454,0,0,612,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,405000,1826,0,0,419,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,367500,1573,0,0,440,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,386000,1662,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,357450,1575,0,0,400,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,432000,1776,0,720,0,360,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,367000,1264,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,345000,1437,0,0,399,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-16,818475,3191,0,1602,882,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-07,713180,2747,0,0,696,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,155000,725,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,340000,1162,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,727308,2465,0,0,580,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,650000,2662,0,0,569,0,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,649823,2429,0,0,451,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,335000,1274,0,0,394,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1994,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,340000,1854,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,394500,1840,0,1080,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,450000,3303,0,0,858,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,435000,1820,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,355000,1960,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,250000,1922,0,0,588,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,165000,1232,0,0,252,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,370000,2069,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,399000,1844,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-10,300000,1988,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,326000,980,0,0,364,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,180000,1256,420,0,576,0,0,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,360000,1154,452,516,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,492000,2156,0,0,748,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,734950,3629,0,1814,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-13,350000,1612,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,265000,756,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,530000,2484,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,383500,1524,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,369000,1008,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,435000,1934,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,310000,1304,0,0,180,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-04,445000,1285,0,1053,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,388000,1696,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,405000,1691,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,411000,2214,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,301000,672,0,0,0,0,0,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,229500,2278,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-05-14,360000,1893,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1959,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,530000,3254,0,0,605,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,278000,679,156,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,380000,1050,0,0,252,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-01,625000,2876,0,0,618,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,318000,2016,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,371000,1340,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,150000,854,0,0,0,400,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1904,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,183749,2191,0,2191,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,6,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-11,260000,1095,0,0,339,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,380000,1931,0,0,642,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,325000,760,0,448,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,420000,1632,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,315900,1238,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,408000,1550,0,0,500,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,309500,870,0,0,330,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,405000,1940,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,299950,1216,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,380000,1850,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,350000,1419,0,0,384,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-02,322000,1099,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-27,325000,840,288,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-28,403400,1928,0,1348,125,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,7,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,399000,1740,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,342500,1824,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,505000,1200,0,1200,231,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1945,5,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,285000,1000,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-13,398950,1665,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,312000,1352,0,0,600,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,332500,1090,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-09,415000,1967,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,355000,2189,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-20,792450,3085,0,1126,637,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,7,4,,,SEWER/SEPTIC INSTALLED +2020-05-13,300000,1076,0,0,294,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,350000,1640,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,365000,2050,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,316000,1488,0,720,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,439000,2056,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,415000,2822,0,0,398,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,645000,3214,0,0,768,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,379000,2330,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,497500,1768,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,417500,2284,0,0,498,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,689600,3313,0,0,455,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,405000,1720,0,600,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,335000,1553,0,0,468,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,415000,2094,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,360000,1650,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,349950,1406,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,398000,1271,0,328,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-04-29,345000,1896,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,345000,1014,0,0,589,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,435000,2124,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,380000,1513,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,395950,2334,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,390000,1397,0,0,253,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,436000,1410,0,0,0,480,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,360000,2004,0,0,368,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,315000,1872,0,520,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,332500,1288,0,630,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,680000,3132,0,0,476,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,390000,1248,0,0,616,720,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,348750,1488,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1913,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,354000,1353,0,0,240,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,505000,1642,0,1020,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,376500,1635,0,0,387,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-27,360000,1780,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-27,263000,2500,0,0,676,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1980,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,396000,1670,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,247000,1358,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-28,250000,1276,0,744,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,570000,2778,0,0,783,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,299000,714,0,0,252,0,0,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-01,359500,2029,0,0,497,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,390000,2872,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,140000,1656,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,145000,878,0,0,452,0,0,Electric Baseboard,Frame Hardboard,Drywall,1,Built Up Rock,1975,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,424655,2181,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,348000,1524,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,199000,576,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-14,343000,2060,0,0,506,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1965,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,295000,972,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,405000,1970,0,0,654,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,640000,3248,0,1154,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-05-13,530000,2206,0,0,982,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,385000,2572,0,0,582,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,394000,1280,0,0,616,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,600000,2084,0,0,400,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-13,600000,1440,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,0,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-05,350000,1344,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,1322500,2940,0,1620,1152,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,4,5,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-13,1080000,1588,0,1444,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,2,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-12,325000,1242,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,339000,1008,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,423000,1979,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,491000,2306,0,0,615,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,411000,2418,0,0,404,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,465000,1922,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,387518,1241,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,440000,1500,0,948,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,251000,1350,0,0,438,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,300000,4443,0,0,817,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1960,5,5,,,SEWER/SEPTIC INSTALLED +2020-05-15,300000,576,0,528,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-13,351000,1761,0,0,415,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,293500,1061,0,0,252,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-07,529000,2112,0,0,528,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,345000,1482,0,0,586,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,410000,2812,0,0,631,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,290000,1528,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,430000,2608,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,365000,1526,0,0,460,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,382700,1456,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,520000,2905,0,0,873,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1997,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-15,365500,1472,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,425000,1768,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-15,201600,1829,0,0,0,744,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,580200,2238,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,580200,816,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,200000,744,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-17,180000,1984,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-15,325000,2162,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,340000,1512,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,335000,1032,0,0,462,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,319400,884,360,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,370000,1491,450,0,576,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,430000,1110,0,1254,0,0,1,Forced Air,Frame Stucco,Drywall,1,Built Up Rock,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,420000,1644,0,0,700,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,325000,1153,0,0,250,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,320000,1140,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-13,300000,1008,0,0,336,864,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,325000,2544,0,0,764,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2018,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,485000,2652,0,0,528,672,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,296000,894,0,336,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,479950,2656,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,1225000,3780,252,1748,933,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1987,4,4,WF River,View V-Good,SEWER/SEPTIC INSTALLED +2020-05-15,388000,1438,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,359000,1692,0,0,396,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,755000,3149,0,0,648,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,370000,2213,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,1225000,1248,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,1225000,1071,544,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,311000,1544,0,0,484,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,360000,1184,0,506,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Preformed Metal,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-16,419000,1008,300,798,0,400,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1947,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,358000,1748,0,0,692,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-09,160000,2592,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Built Up Rock,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-16,1195000,3136,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-06,400000,2372,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,385000,1474,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-16,300000,720,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,820000,2164,576,1056,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-16,257000,736,0,0,276,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-13,689995,2696,0,0,792,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,488000,2801,0,0,836,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,625000,3214,0,0,724,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,402000,1088,0,1088,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,295655,1385,0,0,493,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-05,847500,2946,0,0,877,0,2,Forced Air,Frame Stucco,Drywall,1,Concrete Tile,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,595685,2925,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,292000,820,0,0,360,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,282000,900,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,255000,2202,0,0,624,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,495000,2917,0,0,476,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-16,515000,2513,0,0,680,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,390000,2172,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,574000,1564,0,1308,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1953,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,300000,1373,0,0,0,480,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-18,113578,2238,0,0,602,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,417310,1854,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,350000,1742,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,457000,1699,0,0,0,504,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,354000,1762,0,0,564,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-18,395000,1559,0,0,436,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,286000,1032,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,321497,1123,0,0,0,750,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,575000,3022,0,0,510,440,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,377145,1854,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,460000,910,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Formed Seam Metal,1980,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-15,555000,3204,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,315000,840,0,0,0,384,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-16,500000,1592,0,1584,676,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,533000,2336,0,0,528,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-05-18,460000,2913,0,0,859,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,330000,1442,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,360000,1348,0,0,322,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,365000,1808,0,0,360,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,332900,1741,0,0,409,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,1100000,3671,0,0,1003,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-15,105000,200,0,0,0,0,0,Electric Baseboard,Pine Finished Cabin,Drywall,1,Formed Seam Metal,2018,1,1,,,SEWER/SEPTIC NO +2020-05-07,450000,1840,0,0,874,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,420000,1359,0,806,0,0,0,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,415000,2519,0,0,370,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,428000,1289,0,0,472,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,438000,2456,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,524950,3012,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,545000,3357,0,0,647,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-19,250000,1367,0,448,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,261000,864,0,0,0,280,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Built Up Rock,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-15,505000,2306,0,0,615,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,349000,1304,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,328000,1220,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-01,684950,3441,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,4,,,SEWER/SEPTIC INSTALLED +2020-05-19,714950,3132,0,0,1071,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,345000,1056,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,415000,2408,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-16,389000,1774,0,0,342,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,738000,3065,0,0,762,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,362500,2026,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,455000,2424,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,375000,1651,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,525000,3309,0,0,901,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,250000,1538,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,355000,1560,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,552000,1806,0,0,501,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,940000,2532,0,1180,660,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,5,4,,,SEWER/SEPTIC INSTALLED +2020-05-16,400000,2178,216,0,448,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,475000,2352,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,700000,2693,0,1072,864,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-04-21,335000,1104,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-20,410000,1872,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,315000,1377,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-13,345000,1148,420,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-15,280000,797,0,0,264,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-11,480000,1804,0,936,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,5,4,,,SEWER/SEPTIC INSTALLED +2020-05-12,600000,3175,0,0,1072,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,167500,1400,0,0,192,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,620000,2370,0,1255,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-18,620000,2168,0,560,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,402000,1689,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1904,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,750000,2752,0,2752,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,4,WF Stream/Creek,View Avg,SEWER/SEPTIC INSTALLED +2020-05-20,167500,2236,0,0,600,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,430000,2066,0,0,638,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,2,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,430000,1884,0,0,722,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-06,396500,1845,0,0,413,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,575000,3432,0,0,688,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,360500,1926,0,0,308,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,650000,3083,0,0,744,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-05-13,348000,1138,0,0,828,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,389000,2168,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,376000,1546,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-03-25,525000,2607,0,0,474,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,360000,852,300,744,0,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,545000,1482,0,1482,722,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-05-19,750000,2628,0,1188,874,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,400000,850,0,382,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,461000,1872,264,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-18,367000,1976,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,405000,1258,562,1258,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,395000,884,0,884,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,319950,1044,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-05-11,437980,2288,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,340000,1757,0,0,333,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-17,509995,2318,0,810,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-05-14,512400,2322,0,0,704,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-05-18,585000,2184,0,0,698,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,264000,1008,0,0,288,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,445000,1765,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,555000,1612,0,1612,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,425000,2036,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,420000,1944,0,1008,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-05-08,1020000,3505,0,0,894,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,320000,1260,0,0,0,672,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-10,380000,1633,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,339950,1680,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,330000,1272,0,0,0,864,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,380000,2884,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,4,,,SEWER/SEPTIC INSTALLED +2020-05-20,325000,1060,0,400,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,1,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,530000,3359,0,0,716,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,460000,2158,0,0,594,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,355000,1492,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,735000,3885,0,0,1075,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,325000,1344,0,0,456,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-16,379950,1208,360,504,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1938,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,500225,1963,0,1294,459,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,325500,1478,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,441800,1528,0,764,198,0,1,Hot Water Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-28,424950,2110,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-09,140000,1624,0,0,0,416,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1986,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,808000,2842,0,1456,738,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-19,580000,651,180,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-20,385000,1854,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,360000,1140,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,315950,975,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,660000,3074,0,0,784,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,1759990,1830,0,2481,727,0,3,Warm and Cool Air Zone,Frame Stucco,Drywall,1,Concrete Tile,2002,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-19,539900,3121,0,0,510,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,285000,902,0,902,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-18,485000,2563,0,0,744,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-04,424950,2110,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,332500,1498,0,0,218,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,486000,3078,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,364000,2006,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,375000,1454,0,0,528,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,360000,1432,0,864,0,280,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,589500,3065,0,0,880,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,345000,905,0,905,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-13,330000,1008,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,967000,2348,160,1316,888,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-18,305000,1492,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1935,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,450000,1335,0,1335,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,265000,968,0,0,0,308,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,642250,2823,0,315,441,0,1,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,378000,1212,216,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-02,445000,1372,0,0,0,864,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-15,357200,1034,0,936,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,434136,1820,0,0,694,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,405000,1969,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,408000,3004,0,0,444,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-22,305000,1524,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1931,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,230000,1403,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,300000,832,0,0,0,336,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-15,420000,2348,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,450000,1686,0,0,576,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,450350,3046,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,398000,1702,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,433500,2878,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,279500,912,0,0,240,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,635000,2529,0,0,592,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1994,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-05-20,1403000,5288,0,0,1212,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1995,5,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-19,1112500,1804,0,1566,0,611,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1935,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-21,424000,2258,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,540000,2507,0,0,480,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,215000,928,384,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,260000,1644,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1895,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,740000,2633,0,2629,884,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,5,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-20,628500,3441,0,0,660,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,339995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,479950,2180,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,220000,1951,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,168000,910,0,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,296000,992,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,407000,1608,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,620719,2823,0,315,441,0,1,Heat Pump,Frame Siding,Drywall,0,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,348000,1248,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-01,355000,1889,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,235000,952,0,0,280,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,520000,1988,0,972,775,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,391000,1553,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,360000,1618,0,0,528,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,368000,840,320,840,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,490000,2446,0,0,748,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,484000,2260,0,0,940,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,385000,2277,0,0,398,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,319000,1650,0,0,758,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-23,585600,3110,0,0,684,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,2001,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-21,364500,1832,0,0,468,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,675000,3452,0,0,0,550,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1967,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-19,336950,744,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-05,257000,1046,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,429950,2578,0,0,434,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,415000,1783,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,362000,910,336,420,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,481000,1722,0,610,1067,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,234000,1188,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,318150,2059,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,281000,768,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,355000,1535,0,0,460,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,315000,1498,0,0,230,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,383000,1622,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,530000,1700,0,1106,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,427500,2908,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,580000,1938,0,930,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Built Up Rock,1947,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,235000,1168,0,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,540000,1292,540,800,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1921,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,283250,1758,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,495000,2907,0,0,886,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,362250,1800,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,645000,1876,0,1816,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1959,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,350000,1574,0,0,462,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-02,369000,1666,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-21,356155,1831,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,460000,2252,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,925000,2858,0,0,858,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,283500,1012,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,184418,2054,0,0,286,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1970,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,350000,1196,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,433375,2272,0,0,674,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,680000,1392,312,0,445,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1973,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-18,495347,2868,0,0,780,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-23,425000,2128,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,3100000,5155,612,1250,0,1200,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,5,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-05,499900,3220,0,0,753,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,532950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,550000,1893,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,355000,1212,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,199000,484,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1913,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-15,345675,1755,0,0,567,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,843759,2364,0,1880,708,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-04-03,505643,2536,0,0,440,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,440000,1797,0,0,330,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,475000,1983,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,510400,3097,0,0,546,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,370000,1721,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,425000,2554,0,0,566,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,369950,1284,0,0,348,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,643500,2418,0,0,702,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,305000,836,0,836,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-15,502000,2726,0,0,336,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1954,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,368000,1400,0,0,364,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,270200,1388,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,530000,1479,0,912,0,792,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,520000,1845,0,0,624,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,285000,1008,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,385000,1976,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,330000,960,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1982,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,175646,1490,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,366000,1408,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,366000,720,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,432500,2121,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,362749,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,412000,1866,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-13,489999,2340,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,570000,3006,0,0,840,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,410000,1752,0,0,554,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,250000,2825,0,0,761,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,659950,3039,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,520000,1547,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,571273,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,396000,1904,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,360000,1438,0,0,500,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,515000,2055,0,0,450,672,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-23,355000,1780,0,0,264,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-04,402500,2280,0,0,589,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,450000,1989,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,460000,2310,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,415000,2412,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,500000,2016,0,0,672,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,459950,1857,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-03,394000,2078,0,1141,520,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,365000,1531,0,0,460,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,395000,2078,0,1141,520,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,350000,1478,0,0,546,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,240000,576,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-02-27,587000,2386,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-26,899000,2040,192,480,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-05-18,315000,1054,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,9,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,424327,2867,0,0,396,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,405801,2490,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,517000,2075,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,390000,2328,0,0,380,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,235000,746,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,375000,2466,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,367000,2048,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,570000,3432,0,0,688,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,320000,2150,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,2,,,SEWER/SEPTIC INSTALLED +2020-05-23,615000,2356,0,0,744,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,305000,810,0,0,0,576,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1929,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,672833,3432,0,0,946,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-23,315000,1173,0,0,384,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,335000,1806,0,888,425,0,2,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1976,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-26,529995,2297,0,953,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,6,4,,,SEWER/SEPTIC INSTALLED +2020-05-19,365000,1584,0,408,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,370000,996,632,996,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,370000,1108,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,383000,965,0,0,0,440,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,405000,2110,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,348000,1623,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,333100,1230,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,420000,2633,0,0,503,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,270000,900,0,0,0,400,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,335000,1854,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,370900,1513,0,878,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,461000,1714,0,0,534,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,450000,1846,0,0,439,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,556968,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,260000,561,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-23,450000,1372,0,0,586,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,200772,2466,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,475000,1296,0,1296,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,345000,1040,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,430000,1342,0,0,384,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,355000,1432,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,368000,826,300,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,525000,1800,0,1800,528,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-01,439950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,557000,1456,0,448,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-02,386000,1683,0,784,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,217340,1944,432,0,792,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-22,305000,906,0,0,452,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,375000,1870,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,318500,2016,0,0,420,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1979,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,385000,1996,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,429950,2346,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-23,405000,1840,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,330000,960,420,960,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,741000,3469,0,0,719,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,459880,2409,450,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,399950,1188,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,395000,1464,0,0,506,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,401000,2172,0,0,500,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,557950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,402319,1854,0,0,420,0,0,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-18,438196,2648,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,183000,992,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,337000,2191,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,415000,2180,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,432500,2304,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,481600,2452,0,0,578,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-25,460000,2592,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,349000,1810,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,560000,2414,0,0,693,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,331000,1088,0,0,224,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-15,355000,1174,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,464900,2113,0,0,656,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,299000,1215,0,0,250,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,425000,971,384,971,0,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,500000,1862,0,972,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,314950,550,250,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,614950,3550,0,0,510,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,481000,632,160,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,0,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-24,369000,908,336,840,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-26,340000,1338,0,0,336,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-05,270000,696,392,360,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,590000,1907,448,1216,0,528,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-23,385000,2426,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1911,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,234000,1090,0,0,400,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1937,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-26,429250,1841,270,520,0,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,302000,1520,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,690000,2662,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,WF River,,SEWER/SEPTIC INSTALLED +2020-05-05,325000,1194,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-14,295000,1258,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,715000,2593,0,0,1611,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,340000,1554,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,5,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,843000,2008,0,0,462,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-11,685000,2268,0,0,744,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,1100000,4661,0,899,992,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,302500,1090,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-21,212800,1127,432,504,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,365000,1504,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,505000,3278,0,0,759,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,330000,1449,0,0,360,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-18,550000,2232,0,0,736,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-24,408000,1917,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-30,278000,860,0,112,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1894,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,449000,2030,0,0,796,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,459500,1928,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,365000,1099,0,1060,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,396550,1668,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,520000,1467,0,871,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1941,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,408000,1818,0,0,426,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,465000,2298,0,0,400,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,477000,2543,0,0,690,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,414000,1309,0,598,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1923,4,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,274000,748,428,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1913,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,325000,878,360,0,0,256,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,504250,2447,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,425000,2297,0,0,360,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,470000,1697,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-29,485865,1502,0,0,404,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,435000,852,0,852,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1942,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,354900,1793,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,279000,832,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1907,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,840000,3189,0,0,930,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-22,454950,3062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,327000,1102,0,0,418,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,580000,1652,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-26,245000,1600,0,968,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,394000,2097,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,325000,2008,0,0,384,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,2450000,2307,571,2375,0,888,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Formed Seam Metal,2000,6,5,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-20,405000,1948,0,0,472,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,505000,636,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1982,1,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-19,505000,368,0,0,0,0,0,Electric Baseboard,Cedar Finished Cabin,Drywall,1,Formed Seam Metal,1982,1,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-18,412000,2202,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,339900,864,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,388000,1316,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,385000,1283,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,150000,1120,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,360000,1952,0,0,396,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,560000,2355,0,0,821,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,425000,2018,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,456900,2174,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,278000,832,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1917,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-16,403950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,405300,1728,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,262000,768,0,0,0,576,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,123936,1300,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-25,260000,884,0,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,343000,894,364,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-28,451000,1218,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-06,180000,1094,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,945000,4555,0,0,968,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1959,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-25,575000,2152,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-05-25,496972,1886,0,0,600,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,265000,660,0,0,0,720,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-07,469990,2015,0,0,482,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,310000,1414,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,466000,1566,0,1548,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1977,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,349950,1487,0,0,433,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,369000,1627,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1987,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,130000,2088,0,0,0,782,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,5,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,369950,1839,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-09,25000,1719,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,419950,2619,0,0,751,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,567000,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,262000,884,510,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,485000,2174,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,325000,989,180,0,0,352,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1902,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,435000,1284,504,312,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,450000,1731,240,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,240000,982,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,423950,2529,0,0,580,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,419990,2363,0,0,500,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,390000,1880,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-15,430000,2639,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,535000,2980,0,0,399,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,895000,2816,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,View V-Good,SEWER/SEPTIC INSTALLED +2020-05-19,584950,2643,0,0,441,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,338500,888,0,576,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,600000,2355,663,1155,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1895,6,4,,,SEWER/SEPTIC INSTALLED +2020-05-26,428400,2126,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,371000,868,0,868,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,490000,2896,0,0,612,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-07,490000,2896,0,0,612,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,577500,2348,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,980500,3816,0,0,504,0,4,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,5,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-05-28,499000,2856,0,0,400,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,360000,1056,0,0,624,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,497500,1462,0,0,492,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,420000,1727,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,773015,3276,0,0,794,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,274900,836,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,330000,1696,0,0,380,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,534990,3276,0,0,630,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,399000,1608,0,0,0,576,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-04-17,325000,1591,0,0,391,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,265000,1040,0,0,0,572,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,380500,1570,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,452600,1542,0,0,410,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,791950,2514,875,0,863,0,2,Forced Air,Frame Siding,Drywall,0,,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,537435,2727,0,0,588,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,721000,970,0,0,960,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-26,735000,2169,0,1520,686,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,290000,840,0,0,0,0,0,Electric Baseboard,Frame Stucco,Drywall,1,Built Up Rock,1978,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,359900,1786,0,792,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-28,378000,1620,0,0,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-28,398950,1518,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-23,119524,1472,0,0,0,342,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-26,332000,1068,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,468500,2200,476,0,722,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-19,470000,2578,0,0,486,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,359375,1472,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,360000,1402,0,420,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1903,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-08,542500,2729,0,0,672,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,297300,1294,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,390000,1260,0,968,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-26,188000,1119,0,1059,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Preformed Metal,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,345000,952,532,952,0,528,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-23,425000,2309,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,385000,2074,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,350000,1130,0,0,230,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,269300,1586,0,0,260,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-06,345000,1723,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,387000,1544,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,233000,748,0,0,286,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,513500,2173,330,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-25,392450,1562,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,468942,2928,0,0,596,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,3,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,361000,1698,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,187500,1378,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-23,401000,2194,0,0,560,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-25,303000,1469,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,326450,1816,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,415800,2714,0,0,506,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,335000,762,0,0,0,288,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,360000,1248,0,0,440,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,250000,908,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,250000,400,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,377500,1839,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,338000,696,312,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,690000,3546,0,0,706,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,5,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-28,390000,2188,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,575000,2690,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1974,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,389950,1372,0,1372,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,750000,3023,0,0,704,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-05-29,500000,1610,0,1196,660,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,5,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-20,227500,638,0,638,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1890,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-28,370000,1609,479,0,0,768,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1932,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-26,292000,1348,0,0,404,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,350000,920,352,648,0,520,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,525000,1438,0,910,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1944,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,399950,2864,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,300000,1112,0,0,216,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,380000,2752,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,499995,2769,0,0,580,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,1100000,3514,0,1846,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Wood Shake,1954,5,3,,View Good +,SEWER/SEPTIC INSTALLED +2020-05-27,156000,1044,660,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1906,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-23,405000,1687,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,398000,1612,0,0,506,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,450000,1857,0,0,439,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-25,432787,2419,0,0,441,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,286800,1522,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,253000,936,0,0,280,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,927000,1680,0,1680,0,560,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-25,260000,937,0,560,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,342000,980,0,980,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-25,371500,1137,0,0,315,960,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-23,345000,2140,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-25,339500,1554,0,0,168,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,575000,3406,0,0,888,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,409500,1778,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,335000,1355,0,0,437,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,359950,1300,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,340000,1279,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,470000,2728,0,0,669,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,395000,2552,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,270000,728,0,0,0,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1946,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,380000,1476,0,824,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,330000,1070,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,1775000,4785,0,0,702,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1984,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-26,415000,1656,0,0,406,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,319000,1406,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,415000,2120,0,0,440,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,188000,1033,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-28,152250,520,0,0,0,180,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-29,399950,1990,0,0,504,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,310000,1090,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,208750,1218,0,448,0,624,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,250000,746,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,500000,2156,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,520000,1340,0,1340,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,318500,1312,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,290500,3276,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,5,,,SEWER/SEPTIC INSTALLED +2020-05-28,198500,984,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1968,1,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-28,518000,2049,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,409999,2185,0,0,462,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,765000,2494,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1959,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-12,340000,1820,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,380000,1646,0,0,483,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,725000,3092,364,0,780,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,422500,2408,0,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,435000,3066,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2009,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,420000,960,0,0,384,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-28,439950,1371,0,0,286,1024,1,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,480950,2312,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,650000,1758,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1903,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,347700,2070,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,317500,1152,0,0,572,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,580000,2320,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,615000,2120,0,1093,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-25,400000,1204,0,0,294,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-23,375000,1248,0,0,528,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,360000,2327,0,0,469,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,390000,2193,0,1792,800,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,690000,3816,0,0,842,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,1993,5,4,,,SEWER/SEPTIC INSTALLED +2020-05-28,709990,3202,0,0,636,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,930000,1357,0,0,325,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1968,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-26,101951,1008,240,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1895,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,448000,2270,0,0,618,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,339000,1412,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,570000,1546,0,1546,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,5,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-29,370000,1570,0,0,504,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,207000,930,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,360000,1806,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,477500,1563,0,944,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-28,50412,3719,0,3063,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,5,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-05-13,274000,1554,0,0,396,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,1299999,5073,0,0,1092,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-21,1299999,918,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-20,450000,1830,0,896,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-18,395000,2222,0,0,744,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,382000,1512,0,0,364,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,312000,1543,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,485000,2424,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,678000,3162,0,0,792,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,255000,1703,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,285000,792,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Preformed Metal,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,713000,3061,0,0,1032,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,384000,1828,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,335000,1618,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,355000,1949,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,459000,890,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1937,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-28,459000,612,0,0,252,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1959,0,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,356000,2036,0,540,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1922,6,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,495000,3181,0,0,600,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,640000,1988,0,1204,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,405450,1724,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-05,399900,2009,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,261500,791,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-26,520000,2640,0,0,0,576,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-13,510530,2595,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,650000,3065,0,0,768,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,430000,2350,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1971,5,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,340000,1536,0,0,398,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-12,650000,3065,0,0,768,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,474000,1040,0,1040,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,305000,1248,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-29,415000,1958,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,202800,1248,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-28,590000,2140,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,375000,1856,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,575000,1837,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,490000,1434,0,437,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-05-21,315000,1080,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-30,315000,1096,0,680,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-29,440000,1176,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,331500,1394,0,0,422,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-31,527000,2920,0,0,790,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,765000,2578,0,1212,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,4,,,SEWER/SEPTIC INSTALLED +2020-05-27,394000,1444,336,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,380000,936,408,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-28,340000,2050,0,0,170,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,5,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,378000,1137,0,1137,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1964,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,460000,2745,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,375000,2403,0,0,483,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,325000,1186,0,0,0,480,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,535500,2154,0,0,576,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1941,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,90000,816,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,440000,1948,0,1032,0,336,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1919,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,395000,1843,0,0,640,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,260000,816,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,447000,2496,0,0,412,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,369000,1600,0,0,432,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,290000,1024,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,285000,900,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,597254,3254,0,0,627,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,445000,2200,0,0,660,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,358300,1500,0,0,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,273500,1128,336,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,258500,864,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-08,185000,1075,0,1032,0,240,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,280000,1232,0,0,308,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,4334100,1240,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,0,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,4334100,1240,0,0,0,0,0,None,,,1,,1981,0,0,,,SEWER/SEPTIC INSTALLED +2020-05-15,65000,1918,0,128,0,861,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1959,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,240000,1424,0,0,0,0,1,Forced Air,Frame Stucco,Drywall,1,Concrete Tile,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-02-08,201133,1380,0,1336,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,370000,1716,0,0,460,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1999,2,2,WF River,,SEWER/SEPTIC INSTALLED +2020-06-02,699000,2372,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-14,498750,2360,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-12,498750,2360,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,455000,2512,0,0,380,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,140500,720,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,400100,2338,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,470000,2069,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,338000,628,142,616,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,649950,4030,0,2671,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,5,5,,,SEWER/SEPTIC INSTALLED +2020-06-02,330000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,735000,2750,0,0,796,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-03,361000,1802,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,370000,879,0,879,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,405000,1498,0,0,668,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,365000,1504,0,0,0,400,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,419999,1924,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,752742,3193,0,0,796,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,525000,1850,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,492000,2313,0,0,686,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,125000,702,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,1,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,427000,2018,0,0,544,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,335000,1716,0,0,460,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1997,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,432350,1771,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,310000,952,280,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,385000,1910,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,385000,1294,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,459000,2446,0,0,442,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,420000,2122,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,390000,2784,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,168000,624,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-29,349950,1852,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,343000,1480,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,700000,2764,0,0,771,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,215000,1140,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,309000,1548,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,451000,2929,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,590000,2818,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-01,425000,1771,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,353000,1780,0,0,438,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,635000,2161,720,0,1131,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,465000,2277,0,0,594,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1966,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-30,322500,2774,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,700000,2670,0,0,990,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2010,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-01,410000,1991,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,460000,2135,0,0,492,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,159247,3161,0,1083,736,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1986,4,3,WF Stream/Creek,View Lim +,SEWER/SEPTIC INSTALLED +2020-05-15,510000,2456,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,370000,1248,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,345000,1339,0,0,377,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-29,341500,1014,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,370000,1763,0,195,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-30,151733,1034,352,384,0,416,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,655000,3142,0,0,737,0,2,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,467200,1860,0,0,403,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,519690,2689,0,0,617,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1988,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,300000,1498,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-13,210000,1134,0,400,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,1200000,5459,0,0,506,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,5,,,SEWER/SEPTIC INSTALLED +2020-06-03,250000,1079,0,0,360,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-07,324000,1344,0,0,340,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,399500,2288,0,0,442,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,6,3,,,SEWER/SEPTIC INSTALLED +2020-05-24,443000,2124,0,0,740,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,443000,2124,0,0,740,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,490000,1778,0,1778,483,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1955,5,4,,,SEWER/SEPTIC INSTALLED +2020-05-27,350000,1528,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,354950,1380,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,1600000,3881,0,1761,772,0,4,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,4,5,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-03,405000,1516,0,0,588,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,445000,928,0,928,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,615000,2430,0,0,818,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,425000,1836,0,0,322,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,455000,1912,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,405200,1032,312,1032,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,358000,1104,0,0,378,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,150000,384,96,0,0,0,0,Electric Baseboard,Cedar A-Frame,Drywall,1,Composition Shingle,1977,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,308000,768,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-29,635780,1925,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,513865,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,135000,824,0,624,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-04,465500,1303,0,1303,0,960,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,212000,1134,0,0,0,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,288000,1028,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,559000,3063,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,369000,1633,0,0,431,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-08,272000,982,0,696,200,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,350000,1334,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,535000,2242,0,0,658,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,749990,3771,0,0,576,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-01,414000,1280,0,0,0,1196,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,499950,952,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,385000,2001,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,250000,918,0,0,0,336,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,355000,1293,0,0,396,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,410000,1561,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,435000,1267,196,0,299,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,485000,1696,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,575000,2016,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-16,230000,1094,232,0,0,480,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1915,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,462000,1688,0,0,664,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,435000,2288,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,355000,928,0,856,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,549950,3128,0,0,530,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-04,490000,2837,0,0,611,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,200000,1264,0,960,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,390000,916,540,0,0,0,2,Electric Baseboard,Log,Paneling,1,Wood Shake,1977,2,1,WF River,,SEWER/SEPTIC INSTALLED +2020-06-04,258000,960,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1975,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-04,285000,808,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,360000,2162,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,300000,1414,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,385000,1580,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,442500,2364,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,549000,3224,0,0,672,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-20,292700,1136,0,0,280,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-14,261000,840,240,192,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,335000,1964,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,549000,2754,0,0,687,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,431000,3161,0,0,639,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,405000,1331,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,438500,1398,0,0,0,400,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,769895,3761,0,1152,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,340000,825,240,576,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,363000,1172,624,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,466078,2632,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,571000,920,0,0,0,0,1,Electric Baseboard,Masonry Concrete Block,Drywall,1,Built Up Rock,1962,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-02,485000,1392,0,1370,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-04,90000,1144,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1971,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,779950,3210,0,0,1071,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,295000,1073,0,0,348,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-12,700000,2646,0,1146,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-02,575000,2762,0,0,642,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,4,,,SEWER/SEPTIC INSTALLED +2020-05-27,450000,4064,0,0,440,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,4,,,SEWER/SEPTIC INSTALLED +2020-05-22,400000,1708,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,303000,920,0,0,330,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,350000,752,308,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1907,2,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-06-01,315000,1296,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-03-29,1525000,6355,0,0,920,600,4,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,2006,4,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-29,670000,2420,0,0,680,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,412000,1528,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,388950,2456,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,760000,1580,0,1560,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,230000,1909,0,998,0,216,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1914,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-01,406950,1764,802,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,495000,1084,0,1084,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-04,350000,1488,0,0,390,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,760000,2293,988,2293,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-29,749577,2613,0,0,564,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,650000,2292,0,0,624,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-03,270000,1482,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,422516,2490,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,605000,2269,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,410000,2091,0,0,652,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,428000,1686,0,0,944,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,538000,2576,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,405000,1466,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,523545,2378,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,535525,2348,0,2348,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1960,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-05-20,320000,1011,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,296000,937,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,488000,2742,0,0,492,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-07,436355,1481,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2014,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,286666,2280,0,0,768,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,322600,735,240,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,440000,3071,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,178000,940,320,228,0,656,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-23,350000,1092,0,0,345,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,255000,1728,0,1812,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1960,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,231000,1120,0,0,0,504,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-29,692500,1060,0,874,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-04,450000,2486,0,0,676,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1968,5,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,485000,2620,0,0,975,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-05-20,404000,1961,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,742105,3441,0,0,833,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-03,469900,1881,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,440000,2344,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,411000,1984,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,340575,888,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-04,352500,1344,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,459900,1542,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,440000,2390,0,0,842,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,399950,1541,0,0,371,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,360000,1524,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,355000,1332,0,0,0,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,331000,1556,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,460000,1776,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,295000,1176,0,1176,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,500000,1984,60,0,722,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,WF River,,SEWER/SEPTIC INSTALLED +2020-06-03,548250,2492,0,0,549,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,375000,1684,0,988,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,389950,2056,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,393000,2066,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,605000,1762,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,457000,3049,0,0,444,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-11,757050,2791,0,2073,983,0,2,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1950,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-08,320000,873,360,720,0,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-06,282500,1012,0,0,0,336,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,470000,1940,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1935,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,1212500,4594,0,0,964,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-03,530000,1810,0,0,462,768,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,302000,600,300,0,0,720,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,440000,2449,0,0,377,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,290000,942,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-01,500000,1386,660,528,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,385000,1651,0,0,644,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,790000,3417,0,0,1006,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,2007,4,4,,,SEWER/SEPTIC INSTALLED +2020-04-01,642692,3784,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-05-29,295000,1358,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-07,575000,1548,0,1164,506,728,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,340000,1008,0,0,411,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,399900,2191,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,533000,2980,0,0,661,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-04,500000,2428,0,1631,0,0,1,Heat Pump,Frame Siding,Drywall,1,,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-24,350000,1394,0,0,336,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,480000,2101,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,490000,2692,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,445000,1421,0,380,720,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-27,850000,2626,312,0,580,1740,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,545000,2522,0,0,767,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,350000,1892,0,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,2,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,550000,1920,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,419950,2870,0,0,510,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,739500,2532,0,2413,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-08,775000,3007,0,0,788,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,346950,1280,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,386000,1485,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,490000,1968,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,460000,2331,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,355000,1276,336,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,325000,1431,0,0,383,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,400100,1940,0,0,462,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,490000,1470,0,1408,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,280000,840,0,0,0,444,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,360000,1504,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,465000,2795,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,432000,1479,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,530000,3033,0,0,543,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,470000,2436,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,585000,3088,0,0,837,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,755628,3580,0,1400,746,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,5,,,SEWER/SEPTIC INSTALLED +2020-06-08,356000,1963,0,0,498,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,280000,960,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,380000,2235,0,0,447,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,351000,1086,0,0,550,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,319000,1874,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,1,Preformed Metal,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,316000,960,0,0,0,720,0,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1956,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,524000,2256,0,0,698,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-06,675000,3104,296,1392,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,242500,500,0,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1947,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,436200,2166,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,499000,1292,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,403000,1394,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,1040000,2014,0,700,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-28,490000,3094,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1976,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,330000,1440,0,0,0,484,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,325000,902,312,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,410000,1320,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,322000,728,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,399950,2161,0,0,399,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,460500,1528,0,288,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-01,828750,3331,0,1611,662,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,,SEWER/SEPTIC INSTALLED +2020-05-15,375000,1456,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1905,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,415000,1341,0,0,0,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Preformed Metal,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,340000,1950,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,330875,1618,0,468,0,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1921,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,730000,3546,0,0,632,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,271000,1932,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,380000,1452,0,0,447,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,385000,863,390,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-19,416500,1800,0,0,720,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,384950,1556,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,545000,1960,0,0,506,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,365000,1686,0,0,648,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,360000,1586,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,655000,2816,0,0,528,0,1,Forced Air,Frame Siding,,1,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,530000,1871,0,783,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,525000,2655,0,0,594,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,275000,1204,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2005,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,425000,2486,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,545000,2043,0,1997,464,0,3,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,295000,576,0,0,0,832,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-08,750000,3388,0,0,1022,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,350500,1377,0,0,456,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,370000,1376,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,410000,1894,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,332000,1368,0,816,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1913,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,482000,3200,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,425000,1587,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,12000,1551,0,875,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,12000,720,300,0,0,240,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-08,348000,1364,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,875990,3200,0,1036,643,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,7,4,,,SEWER/SEPTIC INSTALLED +2020-06-02,403000,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,360000,1281,495,0,315,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,310500,768,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-08,325000,1350,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,308000,1056,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-22,386000,1100,0,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,250000,879,288,0,0,768,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1931,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,438000,1573,0,0,500,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,310000,1602,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,539000,1290,0,1272,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,633000,3086,0,0,872,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,350000,1452,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,2016,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-27,495000,2922,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,511000,1449,0,0,534,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,360000,1488,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,435000,2153,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-06-04,400000,1854,0,1114,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1904,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,442950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,227100,1510,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,92802,834,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,714495,3816,0,0,740,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,5,,,SEWER/SEPTIC INSTALLED +2020-06-09,290000,1310,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,404900,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,333000,1044,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,350000,960,420,0,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1941,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,1025000,2502,0,0,844,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1985,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-21,535000,3021,0,0,744,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,6,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,240000,680,224,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,469250,1992,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,354647,2221,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,535000,3021,0,0,744,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,6,3,,,SEWER/SEPTIC INSTALLED +2020-05-18,692800,3496,0,0,637,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,255000,816,0,0,384,0,2,No Heat,Frame Siding,Drywall,1,Composition Shingle,1983,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,535000,2130,0,648,462,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,444300,1579,0,0,661,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,380000,1607,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,520000,1938,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-07,473000,2141,0,0,603,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,379500,1368,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,488000,1767,0,0,0,0,1,Heat Pump,Masonry Common Brick,Drywall,2,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,488000,680,0,0,680,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1960,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,655000,2255,0,2151,642,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1992,5,3,,View Good,SEWER/SEPTIC INSTALLED +2020-06-08,208000,780,0,0,286,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,400000,1486,0,0,356,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,430000,1994,0,835,430,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,439000,1465,0,0,660,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Wood Shake,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,465000,939,0,646,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1991,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,1210000,2903,0,0,685,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-03,502950,2580,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,469500,2615,0,0,635,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,500000,960,0,960,480,0,2,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,338000,1226,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,420000,2364,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,311500,1557,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,397500,1856,0,0,342,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,405000,1968,0,0,252,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,285000,945,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1922,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-19,1010000,2381,0,893,624,0,3,Heat Pump,Frame Siding,Drywall,2,Built Up Rock,1956,5,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-08,418000,1152,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,345000,1616,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,415000,808,0,752,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,300000,1144,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,365000,1698,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,297000,755,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,420000,1745,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,540000,2520,0,0,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,255000,892,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,340000,1278,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,335000,768,168,0,360,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,539950,3072,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,455950,2460,0,0,503,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,310000,1076,0,0,0,720,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,418000,1574,0,0,690,820,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,411000,1594,0,513,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,500000,2045,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,641290,2136,0,0,451,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,463000,1304,0,0,308,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-03,420000,1881,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,548500,1864,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1908,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,396000,2397,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,289000,720,0,0,0,352,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-04-01,589029,2764,0,0,420,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,407500,2284,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,401000,1687,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,345000,1224,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,320000,720,300,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,341000,1344,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,800000,1328,0,1146,0,440,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1955,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-12,325000,1038,0,575,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-04,610000,2178,0,1575,0,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1998,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-05-06,357000,1958,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,380000,1918,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,240000,1216,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,630000,3247,0,0,299,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1995,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-08,330000,1346,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,375000,1450,0,0,446,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,165000,544,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-08,330000,1400,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,315000,1382,0,0,264,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,251000,1424,0,0,0,0,1,Forced Air,Frame Stucco,Drywall,1,Concrete Tile,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,711000,3366,0,0,816,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,535000,1784,0,0,576,1024,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,435000,1549,0,0,242,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,464876,1579,0,0,661,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,758500,1894,0,812,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1959,3,2,,View V-Good,SEWER/SEPTIC INSTALLED +2020-06-10,635000,1904,0,0,690,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-07,330000,1200,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,275000,892,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,389250,1867,0,1095,485,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-10,335000,1510,0,0,0,960,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,420000,1716,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,430000,1436,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1916,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,815000,2961,0,0,802,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,310000,2238,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,449950,1756,0,0,682,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,385000,1557,0,0,0,0,2,Forced Air,Frame Rustic Log,Drywall,1,Composition Shingle,1943,3,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-06-09,347000,400,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,468950,2539,0,0,466,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,350000,1757,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,379000,1769,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,385000,2286,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,338000,1803,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,422000,1701,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,350000,1320,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,187500,1056,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,375000,1530,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,350000,1240,0,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,474900,2648,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,173200,1418,0,270,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,501500,1896,0,0,280,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,455001,1710,0,0,300,604,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,457000,2544,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-05-02,420000,2081,0,0,529,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-04-13,379000,1839,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,420000,2416,0,0,462,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-04-23,915000,4700,0,0,902,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,5,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-10,385000,1748,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1958,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,360000,2161,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,285000,1480,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,479995,2401,0,0,452,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,420000,1392,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,550000,2966,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,375000,2132,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,475000,3044,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,330000,905,0,0,325,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,405250,2206,0,0,505,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,595000,2385,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,335000,1664,0,0,450,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,440000,2192,0,0,540,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,262500,860,0,0,231,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-21,409000,1242,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,409000,1242,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,295000,912,0,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,295000,378,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,90000,1340,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,499000,2160,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,0,0,,,SEWER/SEPTIC INSTALLED +2020-06-11,450000,1210,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,475000,2078,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,487295,2544,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,375000,2036,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,374000,1530,0,0,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,410000,1550,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-29,420000,2081,0,0,529,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,362500,1050,0,0,300,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,345000,1470,0,0,240,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-07,590000,2787,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,454950,2660,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,575000,1932,0,0,546,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,395000,1208,0,1208,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,435000,2488,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-28,400000,1431,0,1079,484,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1969,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,1075000,3388,0,0,1060,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2010,3,4,WF River,View Good,SEWER/SEPTIC INSTALLED +2020-06-11,330000,1350,0,0,402,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2004,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-09,417450,2638,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,699900,2697,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,334000,1685,0,1685,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,327000,980,300,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1917,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,420000,1558,0,0,375,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,519950,2689,0,0,688,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,360000,1526,0,0,460,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,225000,1526,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-14,780000,1886,0,1854,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,2,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-06-11,530000,2935,0,0,676,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,1200000,4064,0,0,960,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,4,,View Good,SEWER/SEPTIC INSTALLED +2020-06-09,215586,2698,0,0,912,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,535000,2362,0,0,571,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,1190000,3782,0,0,1053,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-06-12,355000,1248,0,0,364,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-04,450000,2269,0,0,443,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,385000,2292,0,0,412,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,183000,1140,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,625000,3282,0,0,440,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,365000,1998,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,1000000,2171,0,0,936,0,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1991,2,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-03,422000,2120,0,0,552,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,595000,2092,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-05-15,320000,2869,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,517950,2724,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,452500,1580,0,1740,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,352000,1636,0,0,468,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,470000,2531,0,0,667,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,390000,1817,0,0,625,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-06-08,580000,1542,0,874,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,491500,1232,0,1232,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-13,420000,1548,0,0,512,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-05-19,480000,2018,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,771000,1408,0,1312,1118,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1956,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-06,538000,2224,0,0,708,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,335000,902,320,902,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,669000,1833,0,624,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1920,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,325050,1372,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,488132,2433,450,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,454950,2386,0,0,703,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-19,417000,2389,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-07,520000,2787,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,700000,1862,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1940,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,815000,3766,0,0,1111,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1988,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-05,359950,2042,0,0,386,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,700500,1593,0,1577,795,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,659900,2214,0,0,1029,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-07,675000,3274,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-09,500000,1934,0,0,504,432,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,308000,1588,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,405000,1370,0,900,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,505000,2306,0,0,615,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,710000,2447,0,1294,792,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,4,,,SEWER/SEPTIC INSTALLED +2020-06-03,880000,3211,0,0,764,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-12,362500,1394,0,0,270,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-03,610743,2346,0,0,690,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,236000,528,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,495000,2722,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,415000,1118,0,1118,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-10,415000,1800,0,0,338,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-03,824950,2451,0,1790,864,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1999,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-03,824950,832,0,0,856,0,0,Forced Air,Frame Siding,Drywall,1,Concrete Tile,2001,1,1,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-05,214000,868,0,0,294,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-02,544700,2252,0,0,600,768,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,340000,1430,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,358000,1806,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,405000,1764,0,0,357,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,403000,2042,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,625000,2098,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Built Up Rock,1963,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-11,333000,1117,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,535000,3208,0,0,666,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,580000,1976,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,214000,960,224,0,0,0,1,No Heat,Frame Siding,Drywall,1,Formed Seam Metal,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,387500,1740,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,432000,1500,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,401500,2584,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,390000,1296,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,365000,1901,0,0,448,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,360000,1696,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,470000,2064,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,350000,1120,0,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-27,156840,1710,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1971,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,402000,1775,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,265000,1562,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1918,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,419000,2180,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,175000,1120,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,498500,1600,0,0,480,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,400000,1528,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,120019,1436,0,0,588,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-11,535000,3208,0,0,666,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,411000,1549,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,547079,2787,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,790000,3381,0,0,691,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,352500,1120,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,365000,1260,0,0,276,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,340000,1184,0,0,210,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,830000,3208,0,1251,647,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,6,4,,,SEWER/SEPTIC INSTALLED +2020-06-15,410000,2142,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,452000,2211,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,376000,2062,0,0,0,864,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,330742,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,566000,3358,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,75000,384,192,0,0,0,0,Electric Baseboard,Pine A-Frame,Paneling,1,Composition Shingle,1977,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,350000,1800,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-03-20,882260,3470,0,1717,877,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,6,5,,,SEWER/SEPTIC INSTALLED +2020-05-25,605000,1488,0,1298,400,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,400000,2030,0,0,500,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,90000,630,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-05-28,361000,1328,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1968,2,2,,,SEWER/SEPTIC INSTALLED +2020-04-04,564338,3024,0,3024,480,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,4,4,,View Good,SEWER/SEPTIC INSTALLED +2020-06-01,470000,1804,0,0,540,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,348000,1632,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,320000,1146,0,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,380000,1308,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,454345,2738,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,600000,1796,0,1130,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1931,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,510000,2904,0,0,437,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,375000,1773,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,774950,2976,0,0,684,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,360000,1815,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,339950,1120,0,930,350,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-08,685548,3143,0,1162,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,267850,825,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,430000,1811,0,0,572,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-13,400000,2062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,625000,3330,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,365000,1309,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,819700,3602,0,0,682,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,450000,1452,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,300000,1011,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,370000,2088,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,525000,1320,0,1300,0,420,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,5,2,,,SEWER/SEPTIC INSTALLED +2020-03-19,260000,1596,0,480,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,360000,1490,0,0,456,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,384250,2417,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,430000,1392,0,280,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,565000,1860,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-14,450000,1887,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,260000,1384,0,900,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1913,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,360500,1246,0,0,456,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,381000,1498,0,0,420,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,605000,1656,160,1656,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,375000,1712,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,373000,1874,0,0,0,960,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,288000,924,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,370000,1646,0,0,484,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,509900,1942,0,1440,0,452,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,437000,1667,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,241000,1592,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,624320,3074,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-15,227000,1272,0,780,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1928,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,440000,1636,0,0,836,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-10,308000,1020,476,1020,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,496500,2360,570,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,330000,1188,0,0,0,432,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,340000,1150,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,382500,2157,0,0,694,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,1050000,4899,0,0,1108,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,6,,,SEWER/SEPTIC INSTALLED +2020-06-15,450000,1964,0,642,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,575000,2530,0,0,739,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,521987,1747,0,0,630,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,180000,1176,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1903,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,463000,2469,0,0,447,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,433000,890,0,890,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,370000,1136,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,1075000,2761,0,1710,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1946,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-11,340500,1256,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,605000,1885,0,528,0,1248,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,342000,1234,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,440000,2121,0,0,649,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,302500,1216,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,439950,2239,0,0,553,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-02,48000,1528,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-08,340000,1298,0,0,400,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,332000,1056,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-26,50000,1528,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,124461,1536,0,0,398,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,348000,996,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,579000,1573,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-25,503975,2602,0,0,0,625,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,470000,1765,0,758,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,302000,1243,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,452000,2177,0,0,556,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,411500,2541,0,0,517,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,645000,3114,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,363500,1630,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,350000,1188,0,0,0,280,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,419000,1616,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,391100,1536,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,362500,1273,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Built Up Rock,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,365000,1833,0,0,276,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,510000,1036,0,1036,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1963,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-17,410000,1665,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,357000,1296,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-13,360000,1594,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,600000,1586,320,728,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,370000,2374,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,450000,1830,0,896,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,719950,4476,0,0,1232,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,344000,1426,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,300000,1000,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1936,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-18,375000,1300,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,824995,3317,0,0,807,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,575000,1586,240,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,265000,1468,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-05,474950,2161,0,0,0,473,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,255000,2288,0,0,441,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,435000,2001,0,0,712,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,280000,790,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-13,399999,2069,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,372000,2254,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,240000,1644,0,1080,0,0,0,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-14,685000,2626,0,0,616,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1985,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-06-17,345000,1288,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,517747,2348,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,572000,3050,0,0,800,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,500000,2701,0,0,471,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,890000,3167,0,0,1032,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,460000,2183,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,780278,3331,0,1611,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,476290,1988,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,335000,2206,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,565000,1671,0,1401,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1974,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-10,495000,1800,0,1200,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,499950,2055,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,435000,1561,0,1016,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,405000,2492,0,0,708,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,360000,1398,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,747000,2806,0,0,1109,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,406000,1390,0,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,403000,2106,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,325000,1325,0,0,350,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-18,400000,1592,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,362500,1460,0,0,660,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,328000,1246,0,0,286,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,514650,2206,0,0,982,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,549950,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,425000,1693,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-19,454900,1728,0,864,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1910,5,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-12,379950,1784,0,0,394,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,281000,1755,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,345000,1176,0,0,396,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-10,399000,1742,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1975,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-18,359000,1734,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,395000,1567,0,1020,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,110000,668,0,0,0,240,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-13,405000,1122,470,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,749990,1841,0,1226,654,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,375000,1707,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,346500,1480,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,207000,1008,0,0,252,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-13,360000,864,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-12,445000,2355,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,529900,2097,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,629950,3483,0,0,781,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,369950,1526,0,932,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1907,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,500000,2320,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,450000,2586,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,247500,1242,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,358000,1412,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,635000,800,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1972,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-15,350000,1420,0,0,384,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,350000,1800,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,319725,1467,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,265000,900,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,375000,1692,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,725000,4172,0,1104,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-01,672646,3784,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-16,415000,1888,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,421500,1394,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,674950,3581,0,0,460,288,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,390000,1240,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,370000,1468,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,355000,1348,0,0,353,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,603066,1790,0,0,441,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-14,410000,2254,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,390000,1680,0,0,540,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,464950,2723,0,0,693,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,340000,1717,0,858,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,380000,1937,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,375000,1476,0,0,520,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,419000,3035,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-21,428900,1704,0,0,410,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,503000,2122,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,437000,1704,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,397000,2725,0,0,598,0,2,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1983,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-04,700000,3067,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1962,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,769950,3210,0,0,1055,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,335000,1576,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,1060000,4219,0,0,962,1440,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,4,,,SEWER/SEPTIC INSTALLED +2020-06-18,401500,2180,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,699487,3441,0,0,833,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-11,335000,1104,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-26,315000,1277,0,0,220,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,360000,1672,0,0,436,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-29,325000,975,0,951,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1903,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,470000,3644,0,0,420,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,350000,816,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,383500,1403,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,680000,2385,0,1382,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1918,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-13,690000,3218,0,0,852,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,420000,2667,0,0,706,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,265000,670,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-12,690000,3228,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1971,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,553000,1866,370,0,529,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,453000,1550,0,0,394,900,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-03-04,335000,1271,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1984,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,445000,2966,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,534000,2358,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,600000,3284,0,0,768,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-10,545000,2139,0,0,552,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,357000,1804,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-20,575000,3085,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,4,5,,,SEWER/SEPTIC INSTALLED +2020-06-16,271000,744,0,0,0,352,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-19,398000,1554,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,560000,2672,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-08,595000,702,0,702,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-10,240214,960,0,960,336,0,1,Forced Air,Frame Vinyl,Drywall,1,Built Up Rock,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,503075,1963,0,1294,459,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,418200,1968,0,0,576,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,357000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,285000,987,0,0,0,240,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,372500,884,0,0,0,336,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,926000,1200,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1965,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-19,357700,1160,0,0,286,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,360000,1263,0,0,503,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,261000,1296,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,980000,2162,0,1314,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1939,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-15,485000,2647,0,0,477,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,415000,2784,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,577565,2818,0,0,746,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,565000,1764,0,1000,0,0,2,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1931,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,585000,2940,0,0,704,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,505000,3240,0,0,728,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,426400,1262,0,0,540,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,444000,1836,0,0,496,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,860000,3990,0,0,1115,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,2017,5,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-12,337000,1408,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,690000,2632,350,0,506,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,85575,1092,0,0,594,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-19,570000,1613,0,0,525,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,570000,800,0,0,1280,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1973,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-18,378000,1508,0,0,0,792,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-12,975000,1632,0,1632,0,528,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-19,300000,1296,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,415000,1828,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,419950,2307,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,504990,2740,0,0,752,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,351950,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,370000,1124,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-19,370000,1990,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,1150000,3479,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-18,348500,1224,0,0,0,672,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,353500,1807,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,565000,1733,0,1698,361,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,370000,1970,0,672,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,470000,1584,0,576,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1907,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,389000,1501,0,0,372,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,274000,1620,0,810,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1964,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-19,365000,1802,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,257800,2352,0,0,572,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1970,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,400000,1952,0,0,420,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,610000,1748,0,1140,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,287000,1280,0,0,250,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,600000,2756,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,385000,1500,0,0,437,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,380000,1674,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,320000,1184,0,760,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1931,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-03,250000,1536,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,400000,1320,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,230000,1078,0,0,242,504,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-29,370000,1637,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,445000,2090,0,0,612,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-21,385000,1839,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,453500,1780,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-30,394000,2142,0,0,684,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,418500,2870,0,0,510,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,350000,1092,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,605000,3367,0,0,662,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-03,497045,1963,0,1294,459,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,464500,3118,0,0,622,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-01,565738,2348,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-21,120000,1098,144,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,402500,825,360,360,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,532000,2019,0,0,714,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,510000,2032,0,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,430000,1830,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,587000,3050,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-14,595000,2624,0,0,810,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,400000,1424,0,0,336,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-20,385000,1938,0,0,700,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,650000,2063,0,0,460,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,427000,2291,0,0,429,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,345000,2555,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,540000,3100,0,0,391,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,327000,1440,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1906,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,290000,1110,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-12,580000,2190,0,2190,0,528,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,651800,2958,0,0,944,0,1,Floor Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-18,550000,2881,0,0,757,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,420000,1792,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-22,505000,2011,0,0,1056,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-01,350000,1460,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,298000,1088,0,0,240,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-15,679200,2747,0,0,696,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,470000,1936,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,435000,2128,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,625000,1712,256,776,437,864,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,300000,1524,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,415000,2134,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,345000,919,328,864,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-26,413000,2844,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,370000,1268,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,654537,2181,0,0,564,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,410000,1392,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,315000,980,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,530000,2610,0,0,650,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-17,345000,1514,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,312500,1479,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,342000,1685,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,423000,2479,0,0,582,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,349990,1504,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,427000,1838,0,0,521,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,477950,2672,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,315000,1370,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,261000,884,360,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,300000,1468,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,556500,2218,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,387450,1827,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,512780,2609,0,0,0,506,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,779000,2653,0,1474,962,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,354500,1524,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-21,549950,3147,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,205000,1681,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1903,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,128841,3057,0,0,423,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-04-24,320000,1697,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,350000,1544,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,275000,1876,0,0,936,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-03,589950,3483,0,0,781,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,635000,3970,0,0,682,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-21,395000,1456,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,439000,1652,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,555000,1739,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,759900,3104,0,0,700,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,164500,1352,0,1352,0,720,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-17,393000,2347,0,0,367,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,545000,2434,0,0,455,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-06-22,360000,1525,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,410000,1602,0,0,304,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,485000,1360,0,342,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1956,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,950000,1524,0,1152,0,0,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1966,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-06-19,350000,1524,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,247000,1250,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,315000,936,0,468,0,220,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,278000,1408,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-08,360000,1663,0,0,452,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,459950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,316414,926,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,425000,1620,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,330000,1758,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,334000,1376,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,385635,1924,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,425000,1799,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,715000,1882,0,1628,702,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2008,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-19,545000,3712,0,0,656,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-17,900000,1542,0,748,0,0,1,Hot Water Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1927,5,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-06-20,435000,2060,0,0,416,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,355000,1680,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,195000,1478,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,328000,1929,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-26,432500,2364,0,0,445,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,1178500,2340,0,1275,672,0,5,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-18,890000,3370,0,0,0,0,2,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2002,4,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-18,272000,1124,0,0,294,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,296000,672,240,672,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-12,300000,733,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-19,570100,1531,0,860,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1917,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-04,467950,2660,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,695000,2558,0,0,913,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,452000,1006,455,0,0,280,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-10,499000,1925,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,197650,2944,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,940000,1430,726,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-17,370700,1620,0,0,400,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,125000,676,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-20,699000,3068,0,0,698,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,404000,1755,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,200000,1018,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1937,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-19,610000,2460,0,918,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,5,,,SEWER/SEPTIC INSTALLED +2020-06-22,170000,750,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-18,585000,3422,0,0,504,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1982,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,429000,1684,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,430000,1281,0,1281,0,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,440000,925,459,891,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,499950,2136,360,0,630,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,579000,2240,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,579950,1802,0,0,738,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,444900,2183,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,357000,1675,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,460000,2656,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,449990,3209,0,0,409,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,355000,1912,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,461000,2992,0,0,0,1444,2,No Heat,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-06-18,305000,1320,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,306000,1250,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-18,449950,1714,0,530,360,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-22,599950,1728,0,1728,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,310000,1335,0,999,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1905,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-11,582012,2698,0,0,572,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,235000,840,0,0,352,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,1872500,2852,0,1804,616,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1990,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-22,749700,1746,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-17,665000,2004,0,1136,752,0,2,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1979,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-23,609907,3360,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-24,348450,1076,0,0,0,440,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,330000,884,0,884,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,460000,1968,0,0,264,0,0,Forced Air,Frame Hardboard,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,313500,1484,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,379950,1782,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,498700,2524,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,390000,962,0,962,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,440000,2040,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,350000,1336,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,1182089,5518,0,0,0,0,2,Hot Water Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2004,6,5,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-18,405000,1794,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,375000,1716,0,0,0,400,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,430000,1683,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,363000,1424,0,0,390,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,431200,1280,0,320,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1903,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-20,534000,1320,0,0,0,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,358000,1456,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-02,350000,1188,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,435000,2356,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,520000,2606,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,1100000,4194,0,1288,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-23,635000,2756,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,560000,2985,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,1400000,1892,0,1892,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,4,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-06-24,1400000,612,0,0,900,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,2003,1,1,,View V-Good,SEWER/SEPTIC INSTALLED +2020-06-22,506000,2746,0,0,664,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,293000,1114,0,0,286,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,195000,1246,0,0,264,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,396500,2376,0,0,400,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2014,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-24,525000,1234,0,1120,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,359000,1353,0,0,240,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,595000,2704,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,372000,1114,0,1114,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1938,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,825000,1567,0,0,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1949,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-23,320000,1306,0,0,357,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,443500,2285,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,487000,1990,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1971,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,295000,1028,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-04,195000,952,0,0,588,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,339990,1014,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,315000,1120,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1981,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-15,370000,1504,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,505000,2983,0,0,652,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-24,319950,1300,0,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,468000,2656,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-13,410000,1638,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,420000,1472,0,0,0,0,0,No Heat,Frame Siding,Drywall,2,Composition Shingle,1903,4,1,,,SEWER/SEPTIC INSTALLED +2020-05-31,545100,1344,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,850000,3058,0,0,820,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-23,216000,1056,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,295000,748,364,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1946,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-12,459950,2290,0,0,780,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,515000,1937,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,135282,1467,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1903,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,400000,2062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,317000,928,390,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,375000,1572,0,0,480,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,519445,2945,0,0,630,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,449990,2246,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,529755,2695,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,1253000,5295,0,0,1068,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2005,3,4,,,SEWER/SEPTIC INSTALLED +2020-06-22,275000,1092,0,0,1000,0,2,Electric Baseboard,Frame Rustic Log,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,371000,1766,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,2400000,4337,0,2127,1052,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,2007,4,5,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-25,310000,1820,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,570000,2210,0,0,442,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,680000,2042,0,0,636,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,875000,3373,0,1446,816,0,2,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2006,3,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-24,275000,852,356,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-18,460000,2077,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1937,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,100000,936,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,305000,1536,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,595000,2860,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,420000,1913,0,0,0,540,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,410000,1608,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,425000,2114,0,0,544,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,420000,1894,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,422280,2490,0,0,380,0,2,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,100249,2056,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,730000,1789,0,1194,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1939,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,305000,1252,0,0,380,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,422500,2497,0,0,460,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1981,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,598000,3245,0,0,589,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,357500,1370,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,450555,1334,0,0,480,1020,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,356900,864,0,0,288,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,350000,1248,0,0,0,440,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,509000,1772,0,0,769,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,362000,1590,0,0,400,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,529950,2186,0,1632,440,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Built Up Rock,1968,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-25,200000,1459,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1952,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-08,325000,1452,0,390,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-15,494950,1264,0,1264,547,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-08,215000,626,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-15,505000,2688,0,0,601,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,360000,1644,0,0,0,672,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,497450,2406,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,279000,1360,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1963,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,330112,1190,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,720000,2697,0,0,567,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-26,399950,1935,0,0,406,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,330000,984,0,442,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,431000,2494,0,0,756,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,325007,1246,0,1246,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1971,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,410000,1492,0,0,0,980,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,365000,1560,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,360000,1630,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,525000,2637,0,0,889,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,160000,1242,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,850000,3000,0,0,1920,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,387000,2047,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-03,505950,2580,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,393750,1904,0,1208,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1937,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,439000,2341,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,477500,1839,0,1819,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,332500,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,724000,2178,0,0,864,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,494540,2433,450,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,454950,2461,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,356000,1818,0,0,438,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,330000,746,0,0,0,494,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,375000,1705,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,365000,1474,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,425000,2274,0,0,418,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,410000,1510,0,0,361,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,418824,1854,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,380000,1973,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,455000,2540,0,0,440,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1995,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-15,329900,1212,0,0,412,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,510000,1805,460,896,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,579000,2525,0,0,600,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-03,517950,2724,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,204950,642,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,345000,720,300,0,0,240,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,420000,2123,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,420000,1712,0,0,486,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-11,555000,3039,0,0,584,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,549500,1695,0,1695,672,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,1012000,2901,0,1725,626,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1968,6,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-11,427300,2305,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-25,320580,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,488000,1723,0,1375,576,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,382500,1758,0,0,391,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,155000,776,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-14,380000,2124,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,300000,1440,0,1440,0,0,1,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1948,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-18,340000,1708,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,185000,1140,0,0,0,264,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,1067000,2342,0,1092,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-24,549950,1734,0,998,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,879990,3204,0,0,1071,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,407000,2074,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,484995,2744,0,0,488,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,735000,3129,0,1448,0,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,330000,1768,0,0,460,0,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,280000,770,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,350000,1300,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,546000,2876,0,0,798,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-06-22,136796,992,0,0,352,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,264813,1624,0,902,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-16,492000,1059,525,520,0,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,215000,1360,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1904,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,1000000,3227,0,0,1085,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2009,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-18,505000,2702,0,0,658,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-11,425000,1720,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-27,487500,1360,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-27,487500,288,0,0,576,0,1,None,Frame Siding,Drywall,1,Composition Shingle,2001,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,530000,2554,0,0,826,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,600000,1394,0,1394,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,600000,1143,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,705000,2205,0,0,676,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,425000,2004,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,411000,2717,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,777000,1300,0,0,528,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,777000,5024,0,1837,1066,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,659000,2012,0,1122,0,560,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,274950,980,0,0,364,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-18,368000,1244,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,590000,2794,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,400000,1658,0,0,504,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1992,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,405000,2140,0,0,400,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,295000,1056,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,1250000,2936,749,2879,816,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2007,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-26,399000,1632,0,0,470,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,230000,1909,0,998,0,216,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1914,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-24,306000,914,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,280000,1616,0,1616,0,680,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-04,440000,1671,0,0,684,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,436000,1888,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,620000,2448,0,0,758,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1995,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-22,430000,3042,0,0,702,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,440000,2008,0,0,440,576,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,415000,2252,0,0,456,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,355000,1140,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,542000,2563,0,0,799,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,825000,1844,0,1844,630,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-23,515000,3476,0,0,572,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1973,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-25,280000,944,0,0,0,704,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,569990,2998,0,0,780,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,400000,1696,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,490000,3080,0,0,580,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,870000,1752,0,1752,0,240,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1951,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-19,379900,1898,0,0,719,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,330000,1120,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-21,343000,1378,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,380000,1656,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-05-20,545000,2818,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,380000,1746,0,0,458,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,375000,1676,0,510,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,371455,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,373000,1062,0,1062,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,400000,1410,0,0,0,576,1,Electric Baseboard,Frame Hardboard,Drywall,1,Formed Seam Metal,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-21,750000,5686,245,240,1040,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,335000,1106,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-03,376000,1260,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,349995,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,349650,2690,0,0,496,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,330000,896,372,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-20,344950,1398,0,0,200,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,298000,1260,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,340000,1478,0,0,400,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,345000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-14,820000,3172,0,0,824,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,650000,3080,0,0,962,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,330000,1433,0,0,574,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,375000,1930,0,0,485,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,375000,1339,0,0,412,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,2,2,,,SEWER/SEPTIC INSTALLED +2020-05-22,607219,2136,0,0,451,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,360000,808,0,728,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,415000,1504,0,952,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-09,729500,3640,0,0,722,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,5,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-06-09,729500,3640,0,0,722,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,5,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-06-23,405000,2981,0,0,497,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,517456,1886,0,0,600,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,435000,1716,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,495000,2637,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,435000,1710,0,0,0,600,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,630000,1924,0,0,744,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,300000,768,0,0,0,240,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,493325,2572,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,579000,1586,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,375000,1620,0,0,0,768,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1903,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,430000,2364,0,0,445,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,282500,1588,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,683550,3443,0,0,691,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-03,544950,3072,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,388100,2532,0,0,488,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,355000,1716,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,450000,2004,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-04,460950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-27,489950,2420,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,250000,948,0,884,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,514335,2612,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,430000,1058,0,1058,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,460000,2896,0,0,468,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,670000,2706,0,0,494,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-10,525000,2787,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,382500,752,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,305000,928,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-16,810000,2924,0,912,782,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,405000,1850,0,0,0,528,1,Forced Air,Masonry Concrete Block,Drywall,2,Composition Shingle,1940,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,360000,1224,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,490000,2740,0,0,562,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,508620,2612,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,445000,2305,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,386000,1436,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,325000,1032,0,0,351,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,614975,2783,0,0,483,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,436000,1475,0,0,410,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,487000,2264,0,0,864,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,425425,1732,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,360000,1324,0,768,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,569000,2828,0,0,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,625000,1676,0,2238,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-17,394900,1396,0,0,762,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,474488,2682,0,0,441,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,695500,3443,0,0,691,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-29,365000,971,408,0,280,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1956,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,381500,2064,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,350000,2700,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,360000,892,340,1104,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,395000,2018,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,293500,964,0,0,260,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,380000,1179,168,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,400000,1863,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,599000,3520,0,0,650,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-20,675000,2629,0,0,720,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,390000,1316,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,548000,2311,0,972,388,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-26,875000,2881,0,0,744,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-25,395000,2468,0,0,420,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,243300,1365,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,375000,1874,0,0,410,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,463500,2145,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,479990,2740,0,0,562,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,685000,2253,0,0,546,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,175000,988,240,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-28,395000,1518,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,480000,2360,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,443000,1780,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-19,305000,1071,549,528,0,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,395000,2466,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,525000,3249,0,0,825,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,425000,1500,0,0,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-27,366000,1788,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,615000,2487,0,0,791,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,670000,1879,0,1879,655,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Concrete Tile,2004,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-24,66000,1293,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,420000,1748,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,320000,1734,0,0,450,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,340000,1758,534,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1909,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,515815,2943,0,0,425,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,243075,987,0,0,330,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-27,363500,2131,0,0,361,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,363500,1320,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,356000,1792,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,2200000,3279,384,0,768,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-26,357000,851,288,727,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,519950,2408,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,375000,1632,0,0,288,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-27,552000,2486,0,0,651,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Concrete Tile,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,325000,1140,0,1140,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,193500,768,192,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,360000,1620,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,280000,962,408,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,365000,2364,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,487508,1886,0,0,400,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,244000,760,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,155000,764,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,470000,2469,0,0,411,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,4,,,SEWER/SEPTIC INSTALLED +2020-06-29,445000,2232,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,360000,1522,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,313000,1254,0,0,286,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,410000,1432,0,1516,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1961,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,390000,1298,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,325000,838,208,350,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,315000,1829,0,0,437,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,580000,2472,0,0,678,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,375000,1918,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,330000,1584,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,419250,1910,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-20,519950,2455,0,0,748,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,234000,932,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,650000,2161,0,0,713,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,333600,1704,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,310000,1008,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,118568,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,310000,1149,0,0,0,440,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,595000,2624,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-29,325810,1163,0,0,352,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,410000,1688,0,0,432,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-28,300000,800,384,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,475000,2006,0,0,640,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,705000,2120,0,0,660,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,795000,1220,0,0,0,0,1,Electric Baseboard,Log,Drywall,1,Composition Shingle,1966,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,795000,830,0,0,0,0,0,Electric Baseboard,Pine Finished Cabin,Drywall,1,Preformed Metal,1970,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,795000,1280,0,0,1280,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1990,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-27,495000,3030,0,0,770,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-24,446000,2309,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,540000,1732,0,918,498,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,345000,1232,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,465000,1716,0,0,576,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,400000,1468,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,373500,1381,0,0,392,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,575000,2930,0,0,940,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,693445,3784,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-24,435000,2726,0,0,655,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,330000,946,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,370000,1715,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,998000,4556,0,0,702,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-26,459000,2462,0,0,0,864,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,2,3,,,SEWER/SEPTIC INSTALLED +2020-06-28,505000,2166,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,451950,2859,0,0,600,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-29,565000,2074,0,0,704,0,2,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1984,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-23,680690,3143,0,1162,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,395000,2076,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,375000,1336,0,0,440,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,350000,2192,0,0,606,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,437500,972,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1910,3,1,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-25,176171,1341,0,0,345,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,245000,3081,0,0,0,0,3,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1948,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,471950,2678,0,0,420,0,1,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-27,472500,1140,532,1140,0,324,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1925,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,445500,1713,0,0,550,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,330000,1419,280,0,280,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,295000,1204,0,0,584,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-28,320000,1376,0,0,264,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,459000,1608,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Wood Shake,1943,4,1,,View Good +,SEWER/SEPTIC INSTALLED +2020-06-26,568000,1772,0,912,0,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1952,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,400000,2204,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,500000,1524,0,1148,440,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,1222000,2792,0,536,0,1344,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-30,375000,1579,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,265000,678,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1905,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,668000,3128,0,417,724,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,385000,2005,0,665,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,515000,2760,0,0,568,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,330000,1125,0,0,300,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,743042,3386,0,0,660,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,391400,1260,0,0,1665,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-27,520000,2631,0,0,642,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,550000,2890,0,0,562,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,310000,1244,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,1700000,1552,0,0,448,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,355000,1404,294,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1931,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,442000,1376,0,1696,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,770000,3873,0,0,762,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,560000,2814,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,345000,1952,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,840000,2120,0,1972,1008,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Concrete Tile,2005,4,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-19,275000,1240,0,140,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,312000,1336,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,4,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,910000,3523,0,2285,0,0,4,Forced Air,Frame Stucco,Drywall,2,Concrete Tile,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,327000,1056,0,0,448,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,220000,2837,406,0,1170,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2021,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-25,220000,3436,0,0,936,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,380000,1625,0,0,576,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,320000,1776,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,462950,2660,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,300000,960,504,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1983,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-29,879431,2787,0,1320,662,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,551000,3259,0,0,669,0,2,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-18,375000,1462,0,0,487,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,364000,1800,0,0,708,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,450000,1773,0,1065,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,5,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-25,222000,728,336,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1933,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,575000,2890,0,0,780,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,475000,2280,0,0,432,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,531000,1038,0,978,520,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,531000,600,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,400000,1818,0,784,0,336,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,409950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,367000,1988,0,0,336,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1986,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-14,1250000,4743,0,0,903,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,4,5,,,SEWER/SEPTIC INSTALLED +2020-06-29,542500,1072,340,1000,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,450000,1644,0,0,470,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,425000,1797,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,499000,2008,0,0,600,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,400000,2202,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-26,429000,1736,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,816000,2212,0,604,484,0,2,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1948,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-24,295000,1068,0,0,312,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,204000,1488,0,0,0,540,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,410000,1882,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,340000,1512,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,350000,1416,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,785000,4677,0,1833,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1982,5,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-29,1150000,3034,0,1211,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-29,435000,1743,255,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,755000,3474,0,2064,550,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-20,665000,2922,0,0,576,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,530000,3196,0,0,646,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,6,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,843270,3130,0,0,578,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,420000,1930,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,499000,3006,0,0,718,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-20,497500,672,384,336,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-27,850000,1920,0,1152,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,380000,1274,0,0,412,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,485000,3656,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,5,,,SEWER/SEPTIC INSTALLED +2020-07-01,840000,2810,0,0,504,0,1,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,668910,2181,0,0,604,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,467500,1984,0,0,392,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-01,404995,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,424000,1636,0,0,0,350,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1935,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,500000,3369,0,0,429,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,7,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,493000,2721,0,0,840,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,290300,960,0,0,288,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-23,387500,1866,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,415000,2550,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,281000,1284,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,975000,2329,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,2,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-28,601000,1170,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1969,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-30,480000,3287,0,0,651,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-23,330000,1728,0,1024,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,448000,1752,0,0,498,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,520000,1782,0,468,0,0,1,Forced Air,Frame Siding,Drywall,2,Preformed Metal,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,415000,1939,0,0,481,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-16,1490000,3681,0,3411,999,0,5,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,6,5,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-25,600000,2545,0,514,506,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1997,6,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-01,840000,2976,0,0,588,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Built Up Rock,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-30,299950,980,0,0,257,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,390000,2036,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,349950,1288,340,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,650000,1248,0,416,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-16,457500,2044,0,0,0,600,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,675000,3063,0,0,539,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-05,410000,1588,0,0,358,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,630000,3301,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,275000,776,0,840,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1903,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,377500,2198,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,480000,1688,420,0,780,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,450000,1991,0,0,550,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1984,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,395000,1500,0,0,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,485000,2344,0,0,677,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,510000,884,0,884,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1963,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-29,25000,292,96,0,0,0,2,No Heat,Finished Cottage,Paneling,1,Wood Shake,1900,1,0,WF River,,SEWER/SEPTIC NO +2020-07-01,430000,1392,0,1392,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Wood Shake,1949,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,430000,456,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,475000,2664,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,496000,2702,0,0,490,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-05,575000,2856,0,0,700,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,465000,1750,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,310000,2057,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,333150,1429,0,1429,0,936,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,453000,1384,0,920,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,506000,2795,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,354500,2085,0,0,420,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,450000,2578,0,0,434,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,397000,1466,0,0,410,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,340000,1247,0,0,475,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,385000,2370,0,0,414,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-15,190000,832,384,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,755000,1998,0,1280,0,624,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1935,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,360000,1676,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,750000,1538,0,1538,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1976,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-22,690000,3301,0,0,453,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,545000,2497,0,0,775,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,170000,660,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,390000,1748,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,350000,1408,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,400000,2368,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1907,6,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,275000,953,0,0,0,864,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,415000,2278,224,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,390000,1936,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,550000,1168,0,846,600,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-26,278000,856,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,455000,2084,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,505000,2670,0,0,556,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,439000,2034,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,430000,1806,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,467000,2628,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-01,410000,1990,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,372000,1975,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,425000,1440,0,0,520,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,485895,3039,0,0,499,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-06-27,500000,1744,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,350000,1092,0,0,520,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,730000,3122,0,0,562,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,200000,2748,0,1344,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,117952,1320,0,0,288,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,432000,1709,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,700000,2328,0,0,1183,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2013,4,2,,View Good,SEWER/SEPTIC INSTALLED +2020-06-23,674995,3496,0,0,637,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,280000,720,0,360,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,635000,1285,0,864,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,700000,2828,300,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1903,6,6,,,SEWER/SEPTIC INSTALLED +2020-07-04,386450,2195,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,500000,2316,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,500000,1268,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,2,Composition Shingle,1995,2,1,,,SEWER/SEPTIC INSTALLED +2020-05-02,435000,2808,360,0,377,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-01,683511,1919,0,0,714,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,405950,2040,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,490000,2009,0,0,573,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,349000,1344,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-28,550000,1943,0,0,484,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-03,92500,560,0,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-27,466500,2232,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,863500,1481,0,1400,0,0,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1972,4,2,,View Good +,SEWER/SEPTIC INSTALLED +2020-07-02,300000,1236,0,0,0,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-27,420000,2181,0,0,478,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,370000,976,0,734,460,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1936,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,405000,2416,0,0,404,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,220000,1476,0,0,252,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,432000,1742,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,435000,1656,0,0,200,480,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,415000,1716,504,0,616,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,320000,2208,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-28,515000,2724,0,0,827,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,548000,2241,0,0,525,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,350000,1683,0,0,599,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,310000,1073,0,0,348,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,525000,2630,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,395000,1631,0,0,569,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-28,400000,1520,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,350000,1107,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,861000,4978,240,0,912,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1983,5,4,,,SEWER/SEPTIC INSTALLED +2020-06-30,730000,2766,0,0,700,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-27,193000,2064,0,0,525,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-03,329900,1107,0,0,253,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,327500,1092,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-22,472500,2120,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,495000,2102,0,0,264,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,405000,2891,0,0,911,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,530000,2376,0,0,484,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,425000,1191,0,0,438,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1992,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-29,382000,1396,0,0,0,1080,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,295000,768,0,360,0,396,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,385000,988,0,988,0,576,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,444000,2415,0,0,415,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,165322,2248,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,365000,2375,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,400000,921,0,0,288,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,435000,2165,0,0,586,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,703000,2110,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-25,400000,2329,0,0,486,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-03,620000,1790,0,895,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,500000,2606,0,0,619,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1994,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,405000,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,263950,968,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-02,709950,2768,0,0,690,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-03,335000,1097,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,600000,2302,0,0,704,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,94105,1498,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,627000,2396,0,0,606,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-22,330000,1539,0,0,357,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,551000,2161,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,850500,2932,0,0,672,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,561000,1935,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,1485000,3438,0,1612,784,1032,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-01,499950,1908,0,0,0,1040,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,307896,1320,0,240,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,415000,1510,0,1510,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1957,4,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-03,432000,2249,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,460000,1774,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,350000,1824,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1895,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,475000,1914,0,0,748,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,387000,1448,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,199950,584,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-06,874950,3506,0,0,816,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,200000,896,384,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-15,205164,930,310,930,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,649950,2678,0,0,700,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,429999,1440,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,849950,2949,0,1679,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1925,6,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,343000,1660,0,0,936,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,450000,718,312,390,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,450000,576,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1927,1,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,411000,1368,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,365000,1952,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-03,362000,1160,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,464850,1754,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,901500,3139,0,0,336,0,2,Forced Air,Frame Vinyl,Drywall,1,Built Up Rock,1954,3,3,,View Good +,SEWER/SEPTIC INSTALLED +2020-07-01,1726000,3799,0,916,852,0,2,Heat Pump,Frame Siding,Drywall,2,Built Up Rock,1980,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-22,658125,2313,0,0,0,400,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,490000,1196,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,815000,2068,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-06-30,385000,1894,0,0,632,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,320000,912,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,480000,1580,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-06,62500,748,412,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,133300,1414,0,746,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,467500,2112,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,575000,2152,0,0,1008,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,WF River,,SEWER/SEPTIC INSTALLED +2020-06-24,372500,1636,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,250000,963,0,963,0,936,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1951,5,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,410000,1228,0,616,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,419950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,310000,1200,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,539950,3103,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,315000,904,256,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,330000,1589,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,412500,2115,0,0,736,0,0,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,385000,1248,0,0,1196,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,345000,1340,0,0,0,400,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2001,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,349950,1570,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-02,325000,1362,0,0,280,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-03,310000,720,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,950000,2924,0,0,0,936,2,Heat Pump,Frame Siding,Drywall,3,Composition Shingle,1989,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-20,420000,2532,0,0,488,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-05-22,95000,2674,0,0,720,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,430000,1797,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,594000,3360,0,0,647,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,91238,1934,0,0,525,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,455000,2056,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,250000,884,280,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,550000,1680,0,1008,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,384500,1890,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,375000,2425,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,498000,2109,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,435000,2124,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,427000,997,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,469500,2468,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,362500,1392,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,495000,2576,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,1600000,1142,0,980,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1955,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-07,495000,2229,504,0,776,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,399000,2569,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,470000,1910,0,1040,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,2,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-06-27,439000,961,0,961,0,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,510000,2164,0,0,480,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,190000,1124,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-02,231500,748,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,637000,2983,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,510000,1700,0,0,0,864,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,417500,2254,0,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,550000,2398,0,0,452,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,770000,3915,0,0,683,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,2273000,7725,0,0,1960,0,4,Heat Pump,Frame Stucco,Drywall,2,Concrete Tile,2006,3,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-07,396000,2584,0,0,396,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,425000,1958,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,540000,3026,0,0,657,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,326000,616,308,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,475000,1769,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,487000,1959,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-15,277000,692,0,0,360,0,1,No Heat,Frame Vinyl,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-24,395000,2019,0,1168,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,400000,1294,0,0,408,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,432000,2736,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,488500,3062,0,0,438,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,774500,2684,0,1104,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,454950,2703,0,0,585,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,293000,1189,392,1136,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-07,575000,352,0,0,0,0,0,No Heat,Finished Cottage,Paneling,1,Composition Shingle,1960,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-02,460000,2200,0,0,555,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,320110,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-06-09,135963,1694,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,359000,1798,0,493,0,286,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,520000,2289,0,0,800,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,390000,1600,0,0,264,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,910000,4032,0,0,800,0,0,Heat Pump,Frame Siding,Drywall,1,Preformed Metal,2005,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-06,690000,2997,0,0,435,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,6,4,,,SEWER/SEPTIC INSTALLED +2020-07-06,379950,1720,370,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1907,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,388500,2312,0,0,454,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,406630,782,0,1022,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,480000,2242,0,0,459,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,419950,1759,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,460000,3020,0,0,877,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,5,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-06-26,445000,1989,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,360000,1701,0,1053,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,358000,1691,0,0,514,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2009,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,350000,1658,0,0,547,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,570000,1425,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-08,300000,1049,600,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,335000,792,324,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1918,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,437000,1951,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,460000,1576,0,780,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-03,330000,1286,0,0,288,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,450000,1614,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,685000,4800,0,0,768,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1981,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-07,302000,2018,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,6,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,395000,1424,0,0,380,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,355000,1678,0,0,352,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,450000,1462,0,0,465,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,449950,2053,0,0,410,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,499999,2235,0,0,537,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,385000,2714,0,0,430,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,323000,1478,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,480000,2150,0,0,576,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,340000,956,0,0,308,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,378000,1597,0,0,552,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,410000,1728,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,910000,3516,0,2314,567,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-08,334995,1152,0,0,714,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,365000,928,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,1150000,2300,0,800,0,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-06-30,1150000,312,0,0,0,0,2,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,2007,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-07,425000,2476,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,660000,1704,0,1368,0,737,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,512500,1994,0,0,294,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,300000,1090,0,0,364,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,358500,1320,0,0,612,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,453000,2240,0,0,468,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,375000,2295,0,0,409,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-03,335000,1144,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,485000,2174,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,291000,1080,0,1080,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,839950,3077,0,0,817,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,332000,1118,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,1050000,3059,223,0,888,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1995,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-09,185000,641,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1930,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,365000,1720,0,1040,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,460000,1735,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,420000,1723,0,0,396,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,337000,1104,0,396,0,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,380000,1264,0,0,364,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,168000,630,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1943,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,420000,1626,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,385000,1951,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,660000,1713,0,1080,0,144,1,Electric Baseboard,Masonry Common Brick,Drywall,2,Composition Shingle,1946,7,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,255000,960,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,355000,1586,0,0,375,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,100000,1192,0,1192,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-01,508000,1396,0,1396,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-23,494482,1820,0,0,694,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,590000,3140,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,450000,955,488,955,0,0,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1944,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,411000,1373,0,648,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,350000,800,0,384,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,565000,2949,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,475235,2004,0,0,820,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,140000,768,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,475000,1468,0,1020,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1927,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,425000,1311,374,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,470000,4064,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,6,5,,,SEWER/SEPTIC INSTALLED +2020-07-08,799000,3080,0,0,1108,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,356500,2006,0,0,406,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,472950,2660,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,475650,2459,0,0,0,506,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,233000,1248,0,572,396,0,2,Forced Air,Frame Vinyl,Drywall,2,Built Up Rock,1965,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-28,150000,1787,0,0,0,720,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-08,549950,2556,0,0,376,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,800000,1844,0,816,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-07,425000,1436,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,480000,2740,0,0,562,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,465000,2450,0,0,692,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,392950,2132,0,0,516,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,795000,1260,0,1260,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-07,364000,2307,240,0,0,0,2,Forced Air,Masonry Common Brick,Drywall,1,Built Up Rock,1946,2,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-09,355000,1310,0,0,460,576,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,634995,2947,0,0,619,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,160000,1056,0,0,0,480,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,384000,1989,0,0,406,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,455500,2560,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,464500,1866,0,0,706,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,307500,1308,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-02,425000,2149,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,349000,1506,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,424950,1355,0,0,484,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,400942,2224,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,325000,1218,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,305000,952,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,419500,2986,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,536150,2836,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-08,300000,912,384,912,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,390000,1416,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,370000,1268,0,0,460,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,288500,1070,0,478,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,699000,2536,504,0,912,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,650000,876,0,622,806,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1936,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-10,310000,2375,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-07,900000,4157,0,0,1062,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,475500,2409,450,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-25,415000,1849,0,0,459,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,240000,680,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1938,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,429950,1545,0,0,517,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,395000,1151,504,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,525000,2837,0,0,620,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,520000,1934,0,0,804,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,1090000,4085,0,1060,724,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-06-24,465000,2701,0,0,471,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,415000,1330,0,0,450,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,345100,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,475450,2144,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-18,425000,2117,0,0,468,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,425000,1430,0,0,440,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,310000,918,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,479950,1324,0,1222,496,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,282000,850,0,850,400,0,1,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,675935,3251,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,420000,2222,0,0,504,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,420500,1896,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,368000,1066,0,520,0,216,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,430000,1724,0,832,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,387500,984,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,387500,984,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,350000,900,0,450,0,288,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,385000,1344,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,385000,1566,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,329500,1776,0,0,0,616,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,575000,1128,468,792,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,550000,2431,0,0,776,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,435000,2317,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,715000,3400,0,0,936,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,400000,2202,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,485000,2320,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,600000,3017,0,0,852,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,390000,1539,0,0,0,624,1,Hot Water Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,390000,2164,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,182000,1440,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,365000,891,344,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-17,800000,2372,0,1248,0,1152,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-06,168750,2106,0,0,748,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,370000,1245,0,560,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,435000,2317,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,310000,1440,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1919,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,622990,2876,0,0,618,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,485000,3298,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-07,360500,1008,0,0,0,748,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,437500,2109,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-08,430000,2208,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,585000,1764,0,0,440,0,0,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,295000,1752,0,1232,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,263000,972,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,325000,1752,0,1064,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,350000,1533,0,0,414,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,362000,1761,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,437900,1773,0,840,0,896,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,490000,2316,0,0,613,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,418000,2208,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-26,488570,2746,0,0,666,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-29,1000000,2964,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,500000,1144,0,1144,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-27,409000,1857,0,0,342,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,385000,1322,0,0,613,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,495000,1472,0,992,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,370000,1384,0,0,394,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1999,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,649950,2053,0,0,666,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,402500,1659,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,325000,1496,0,804,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-11,719950,3532,0,0,820,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,695000,3118,0,0,602,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,559000,1872,0,0,502,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,533000,1828,0,1164,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,524950,1074,0,1058,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-10,620000,2847,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-08,500000,1104,0,1056,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,169000,520,144,0,0,0,1,No Heat,Cedar A-Frame,Paneling,1,Formed Seam Metal,1965,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-09,695000,3581,0,0,460,288,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-08,347000,768,384,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,475000,1189,476,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,475000,530,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,,1910,0,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,135800,1148,0,0,468,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,405000,1926,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-08,421000,2438,0,0,514,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-06,387500,1728,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,615000,2614,0,0,706,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-28,325000,1120,0,0,1120,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1999,2,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-06-25,415000,1846,0,0,652,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,310000,880,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-11,275000,1296,0,720,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-10,437000,2174,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,475000,1640,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,512000,2404,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,649950,3030,0,0,609,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,762500,3255,0,0,633,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,140000,612,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1949,2,0,WF Lake,,SEWER/SEPTIC NO +2020-07-08,455000,3181,0,0,600,0,3,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,350000,2301,0,0,0,840,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1924,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,407000,1712,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-25,419800,1881,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,560000,2160,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,440000,2088,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,762500,3255,0,0,633,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,447500,1920,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-12,427502,1275,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,466000,2603,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,488729,3038,0,0,745,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,185400,1152,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,370000,948,504,936,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,699950,2578,0,0,888,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,22000,1268,224,0,352,0,1,No Heat,Frame Siding,Drywall,1,Formed Seam Metal,1966,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-11,404000,1801,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,481000,1260,540,600,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1934,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,481000,630,0,0,1505,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1978,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,395000,2238,0,0,396,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,460000,2526,0,0,650,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,535000,2770,0,0,676,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,289950,1407,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1918,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,350000,1570,0,0,504,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,370000,1774,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-28,440000,1210,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,549950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,208000,1582,0,316,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1894,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,1137500,1600,0,1600,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-07,533204,3048,0,0,510,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,415000,1530,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,400000,1862,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,357000,1488,0,0,399,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,500000,3022,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,400000,2004,0,0,508,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-11,343000,1850,0,0,492,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,200000,825,0,0,0,672,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1947,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-01,765000,1692,0,1452,764,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1950,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-06-29,361000,1278,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,348575,1288,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,358000,1516,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,230000,590,400,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1975,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-02,800000,1773,0,1707,702,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1985,5,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-01,326000,1008,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,459000,1958,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,361000,1735,0,0,406,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,370000,1059,0,0,0,462,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,454000,1924,0,336,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1909,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,385000,1566,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,405000,2004,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,963000,3468,0,0,868,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-07,550000,2142,0,1494,516,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-10,422500,2509,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-03,305000,1364,0,0,483,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,510000,2552,0,0,750,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,340000,3225,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,799000,1597,0,1495,616,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-08,357000,1610,0,0,370,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,515950,2724,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,340000,896,320,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,375300,1951,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,1090000,4162,0,0,1026,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,640000,3134,0,0,852,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,355000,1336,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,574950,3103,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,383500,2286,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,445000,1830,0,0,0,1000,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,674995,3281,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,420000,1650,0,0,576,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,729950,3064,0,0,752,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,668000,2126,0,0,660,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,392000,2073,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-12,906750,2704,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-07,495000,3239,0,0,684,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,577000,2759,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,404750,1230,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,726000,2132,0,676,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1917,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,385000,1394,0,0,484,0,0,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,126714,1640,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,380000,1392,0,832,0,440,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-13,440000,934,288,934,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-13,385000,1894,0,0,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1946,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,310000,1248,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-13,389000,1360,0,0,252,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,289000,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,294000,994,0,0,0,400,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,315000,1164,0,0,460,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,535000,1044,0,1044,416,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,340000,792,0,0,280,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,305010,1416,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-13,1325000,3290,0,0,650,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-10,431022,2120,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-07,500000,2681,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,490000,2136,360,0,630,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-13,400000,2094,0,0,452,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,610000,2838,0,0,432,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,305000,1615,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,320500,1228,0,0,0,306,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,359900,1216,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,353000,1303,425,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-14,443300,1909,0,1151,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1914,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-03,805000,2389,0,1430,547,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-14,356000,792,0,792,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,449950,2461,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,485000,1536,0,768,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,595000,2462,0,0,442,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,544000,1287,0,264,0,441,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1931,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-01,379000,1608,0,0,500,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,585000,1601,0,0,624,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1994,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,275000,1275,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,135000,756,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-14,659950,2185,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,315000,1459,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-14,265000,1115,0,504,0,240,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-22,424950,2867,0,0,396,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-19,445000,2282,351,0,386,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,515000,1828,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,380000,1558,0,0,492,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,400000,2120,0,0,240,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-05-27,350000,1128,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,420500,2000,0,0,484,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,420000,1928,0,0,572,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,315000,962,0,0,338,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-01,272575,746,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,622000,2196,0,0,848,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,811000,2592,0,0,713,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,314500,930,0,720,0,0,0,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,385000,2546,0,0,454,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,450000,2298,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,380000,1201,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-02,529950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,675000,2748,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,490450,3196,0,0,600,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,468000,2216,0,1424,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-23,835000,3858,0,0,1096,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2001,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-14,235000,640,0,640,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,339950,1356,0,0,483,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,475000,2228,0,0,858,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,1000000,3085,0,984,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,233098,1504,0,912,704,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,2,2,,View Good,SEWER/SEPTIC INSTALLED +2020-07-11,435000,1492,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1939,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-11,435000,700,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-13,426500,1460,0,0,338,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,455000,2492,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,289950,960,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1912,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-14,403000,1205,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,411950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,335000,1344,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,575000,1654,0,1578,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-17,417000,2012,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,560000,2224,0,0,838,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,455000,1739,0,1013,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,612803,3129,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,345000,1334,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,399999,2171,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,342000,1488,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,356000,752,0,0,0,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-10,335000,1470,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-26,445000,3038,0,0,547,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,373994,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,465000,2232,0,0,792,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-09,380000,1042,0,0,506,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,360000,1803,0,0,358,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,425550,2417,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,287000,717,0,0,0,360,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-11,422000,2432,0,0,404,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,680000,3176,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-10,315500,864,0,0,0,0,0,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1959,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-12,525000,1946,0,0,600,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,408000,2834,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,402500,2204,0,520,0,710,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1924,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,510000,2270,0,0,0,336,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1956,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,760795,2364,0,1880,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,482000,2232,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,247000,1726,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,380000,2295,0,0,409,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,500000,2425,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-13,351000,1075,0,0,242,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,500000,1286,0,1152,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,500000,632,260,480,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-02,449900,1725,0,1305,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1960,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,646000,3444,0,0,742,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-07,408900,1859,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,577000,2691,0,0,456,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-14,560000,2260,0,0,448,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,316500,1100,0,0,396,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,770000,3750,0,0,582,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,145000,884,0,0,264,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-11,525720,3496,0,0,447,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,300000,1290,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,577000,2691,0,0,456,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-13,459950,3050,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-12,242000,1927,0,0,460,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,292000,1248,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-07,500000,1880,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,420000,2554,0,0,714,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,1950000,4674,0,0,0,1012,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-15,170000,960,0,960,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-14,440000,2456,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,825995,2851,0,843,622,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,6,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-15,400000,1481,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1895,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,570000,2053,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,370000,1553,0,0,461,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,610000,3218,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,599950,2688,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-13,345000,1128,0,0,432,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,374000,1579,0,729,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,606123,2348,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,379000,1402,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,630000,2712,0,0,920,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-16,420000,2374,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,507000,912,416,912,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-12,657950,3441,0,0,833,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-10,685000,2498,0,1141,628,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-09,461300,2289,0,0,816,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,320000,1074,0,0,546,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,432500,2332,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,331400,1142,162,0,0,240,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-13,500000,3238,0,0,609,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-06-24,771656,2471,0,0,706,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-07-12,385000,1560,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,380000,1880,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,455000,2149,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,588500,2540,0,1255,826,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-10,600000,1840,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,535000,2986,0,0,350,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1956,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,501000,1530,0,0,0,648,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,444000,2127,0,0,504,1056,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,389900,1795,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,305000,1176,0,0,462,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,529300,3278,0,0,759,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,400000,1164,0,0,0,576,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-11,385000,1256,720,0,360,624,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-11,285700,1344,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,653000,2320,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,409995,1870,0,0,356,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,745000,1943,0,0,474,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-03,281000,980,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-14,692760,1351,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,1,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-13,260000,1064,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-13,435000,3096,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,6,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,655950,2058,0,1432,596,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1971,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-13,355000,1287,0,799,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,445000,2500,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,430000,1512,0,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2014,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,375000,2195,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,950000,2845,0,133,768,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,366000,1464,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-25,530000,2452,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,569000,2694,0,0,440,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,618224,3325,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,475000,2108,0,0,712,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,365000,1843,0,0,460,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,770000,1636,0,900,0,0,0,Heat Pump,Frame Siding,Drywall,2,Built Up Rock,1977,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-16,435000,1734,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,401000,2216,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,355000,1339,0,0,412,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,710000,2705,0,0,691,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,370000,2370,0,0,414,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,426350,3209,0,0,409,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,6,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,438000,1226,120,744,665,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,445000,2312,0,0,0,792,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,318000,988,324,972,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-16,449000,2133,0,0,0,528,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,272000,1340,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,387000,2304,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,385000,1679,0,0,457,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,445000,1528,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,480000,2446,0,0,704,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,360000,1161,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,337000,1176,0,0,392,0,0,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1995,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-14,675000,2520,0,1419,0,651,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1933,6,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,390000,2259,0,0,414,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,330000,1642,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,950000,2496,0,0,641,0,2,Heat Pump,Frame Stucco,Drywall,2,Concrete Tile,1981,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-16,375000,1676,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,450000,1808,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,647500,1287,0,1027,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-10,875788,3177,0,0,656,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,970727,1680,0,1680,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-07-07,445000,1444,0,1444,396,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,380000,1631,0,0,569,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,1550000,3811,0,0,1202,0,2,Heat Pump,Frame Stucco,Drywall,2,Concrete Tile,1996,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-07,499000,1993,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,398000,1858,0,0,460,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,485000,2478,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,819000,2820,0,2660,640,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,8,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-14,834990,3200,0,1036,643,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,,SEWER/SEPTIC INSTALLED +2020-07-16,400000,1592,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,504000,2382,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,541968,2695,0,0,651,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,330000,892,0,0,300,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,286000,721,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,300000,1786,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1920,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,500000,1610,0,0,441,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,385900,2538,0,0,408,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,375000,2045,0,0,399,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,168500,660,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1957,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,730000,3930,0,969,864,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-14,665000,1919,0,0,714,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,404000,1631,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,225000,677,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,440000,2330,0,0,480,0,2,Heat Pump,Frame Siding,Drywall,1,Wood Shake,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,548000,2138,0,0,544,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,701250,3001,0,0,1446,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,2,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-10,462000,2294,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,405000,2668,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,779000,3146,0,796,0,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,385000,1248,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-25,370950,2042,0,0,386,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,388000,1566,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,802000,2823,0,0,979,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,420000,1760,0,0,544,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,340000,1580,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,669900,2343,0,0,0,400,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,379000,1774,0,0,416,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,2,,,SEWER/SEPTIC INSTALLED +2020-06-24,545423,1790,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,399500,2048,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1972,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,474250,2816,0,0,722,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,560000,2035,0,0,697,0,1,Heat Pump,Frame Siding,Drywall,1,Wood Shake,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,947000,1910,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-15,673000,2541,0,1027,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-17,398000,2490,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,588000,2392,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1989,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-10,349950,1364,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Built Up Rock,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,407950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,502000,2689,0,0,684,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,472770,2048,0,0,469,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,820000,4768,0,0,1500,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,4,WF River,,SEWER/SEPTIC INSTALLED +2020-07-15,325000,1210,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-16,435000,1568,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,735000,2544,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Preformed Metal,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,630947,3063,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,415000,1318,0,0,532,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,1,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,495000,2513,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,280000,1092,410,1092,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1914,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-16,295000,1910,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,460950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,640000,2556,0,757,860,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,555000,2822,0,0,460,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,277000,1000,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,440000,1378,0,1378,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-11,455000,2596,0,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,405000,1530,0,0,456,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,462000,1560,0,1440,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1998,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-19,349990,1260,0,0,0,460,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1894,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,353000,1612,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,349950,1564,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,438000,1726,0,0,506,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,480000,2102,0,520,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,395000,1086,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-05,595000,2166,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,250000,632,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-19,390000,1403,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,366000,1699,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,399950,998,0,998,442,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,875950,2893,0,0,844,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-17,340000,1716,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-26,760000,2273,0,1229,832,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-16,640000,1976,0,1076,731,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-16,672500,1348,0,990,0,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1967,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-14,1285000,3812,0,0,0,936,3,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Composition Shingle,1990,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-14,261000,1120,0,1120,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1948,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,290000,1186,400,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,290000,720,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-16,357000,1432,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1902,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,87152,2100,120,0,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,333000,1742,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-19,394000,1802,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,430000,2189,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,866000,1710,0,887,352,0,3,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2007,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-25,535000,1408,0,1296,0,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1961,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-08,419000,2137,0,0,308,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,850310,3470,0,1717,877,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,6,5,,,SEWER/SEPTIC INSTALLED +2020-07-20,514459,2448,0,0,620,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,703829,3220,0,0,751,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,503000,2702,0,0,490,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,534950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,390000,1421,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,337500,1008,0,0,220,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-10,405000,1464,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-19,348136,1992,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,490000,2354,0,0,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-22,367200,1540,0,0,242,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-12,328500,1188,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,460000,3226,0,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,325000,1258,0,0,0,483,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,545000,2330,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,423000,2010,0,0,1174,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,535000,2705,0,1080,483,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1950,6,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,405000,1510,0,1110,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,609950,3483,0,0,781,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,360000,1832,0,0,388,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,575000,1560,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,251000,804,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,411500,1663,0,0,459,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,420000,2375,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,498000,2186,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,450000,2254,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,539950,3136,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,400000,1742,0,0,0,528,1,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-19,337000,1282,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1896,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,550000,1654,0,0,434,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,437000,2208,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,361250,1500,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,367500,1404,280,0,0,360,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,1014000,2414,0,690,576,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-07-17,463083,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,462500,2736,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,461500,1716,0,0,484,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,505475,1776,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,300000,1356,750,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,341000,1252,0,0,504,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,639990,3578,0,0,920,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,408000,1346,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,207000,752,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-29,275000,1048,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,449500,2376,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-01,315000,1434,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,365000,1598,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,385000,1890,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,505000,2314,0,0,500,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,455000,1918,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,487000,2277,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,395000,1676,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,460000,1856,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,330000,2400,0,0,0,624,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,375000,800,352,0,0,0,0,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,400000,1878,0,0,506,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,425998,1462,0,720,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,324900,1424,0,480,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,230000,794,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Formed Seam Metal,1915,1,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-14,230000,238,0,0,0,0,1,No Heat,Finished Cottage,Paneling,1,Formed Seam Metal,1915,1,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-13,735940,2364,0,1880,480,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,495000,2062,0,840,0,616,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,495000,896,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,248700,1080,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1904,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,305000,1296,0,0,384,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,422950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,417500,1936,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-10,298500,1224,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,515000,2933,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,536000,1751,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-20,450000,2594,0,0,884,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,1180000,1760,0,1530,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1981,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-15,570000,3694,0,0,1048,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,576500,3008,0,0,750,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,260000,925,504,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1903,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-19,470000,2112,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,789238,3828,0,0,712,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-20,484995,3036,0,0,395,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,575000,1602,0,1280,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,531660,3496,0,0,547,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,302000,1196,0,0,338,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,595000,1762,0,0,260,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,550000,901,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1989,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-20,615719,2823,0,315,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-23,295000,1400,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-02,415000,1826,0,0,340,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,465000,1788,0,0,400,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,450000,2640,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,276000,736,0,0,0,360,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,400000,1721,0,0,383,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,375000,1773,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,349950,1434,0,0,608,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,337500,1212,0,0,492,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,405000,1663,416,0,432,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,380000,1712,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,345000,960,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,729950,2133,419,0,539,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,430000,1770,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-10,410000,1438,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,361000,1349,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,520000,1890,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,476400,2712,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,597500,1908,0,1056,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,385000,1260,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,459990,2458,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,450000,2372,0,0,652,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,352000,1444,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,350000,1290,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,650000,1925,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,380000,1400,0,0,0,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-09,415000,1850,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,262500,1550,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,709950,2517,0,0,487,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,310000,816,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,352000,1498,0,0,413,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-18,213533,1020,0,1020,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-06-30,300000,1718,0,0,576,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,424000,1425,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,508250,1700,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,332000,1518,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,630000,1995,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,240000,976,0,976,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,510019,2716,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,569900,2918,0,0,686,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,365000,1377,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,1025000,2592,0,1848,0,0,3,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1990,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-20,385000,1104,0,0,288,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,316250,1038,456,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1890,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-19,372000,1835,0,0,560,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,992500,1614,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,1,2,WF River,,SEWER/SEPTIC INSTALLED +2020-07-08,242000,716,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,242000,480,0,0,0,0,0,Floor/Wall Furnace,Finished Cottage,Drywall,0,Composition Shingle,1950,0,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,370000,1361,0,958,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1939,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,785000,1431,0,1431,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1950,4,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-22,440000,1670,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,440000,1892,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,435000,1540,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,800000,3081,0,1429,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-22,370000,1800,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-18,360000,1540,0,0,412,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,375000,1588,0,0,520,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,389950,1873,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,400000,2348,0,0,510,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,432500,2679,0,0,664,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,317000,1875,0,0,671,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,450000,1408,0,1408,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,457520,2468,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,333000,1331,0,0,600,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,376000,1810,0,0,598,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,330000,1426,0,1152,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-19,461000,2064,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,674950,2205,0,0,714,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1993,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-17,419000,1700,0,960,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,410000,2025,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,477000,1731,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,390000,1456,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-06-24,576910,1790,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,142500,432,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-11,345000,1426,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,589900,1867,0,0,1233,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,700000,2354,0,1008,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-21,627980,2947,0,0,619,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,420000,1950,0,0,0,0,2,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1962,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,341000,1528,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,544900,1496,0,0,264,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,358000,1562,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,350000,1656,0,1612,483,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-19,390000,1811,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,290000,1019,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-06,584900,2622,0,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,470000,1956,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,666000,2750,0,0,667,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1992,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-21,382000,1384,0,360,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,591472,1664,0,0,616,768,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,320930,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,409000,1352,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,475000,1925,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,336192,1520,0,1146,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,645000,2570,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,417500,1834,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,440000,2896,0,0,504,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,437300,2800,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,399900,1003,0,795,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1894,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,425000,2004,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,697500,3243,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,48833,1232,0,1232,952,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,558752,2748,0,0,696,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,410000,2036,0,0,375,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,63365,1954,0,0,432,0,1,Electric Baseboard,Masonry Concrete Block,Drywall,1,Concrete Tile,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,521000,2318,340,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,362250,1291,0,0,0,396,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,589950,3194,0,0,811,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-22,325000,2126,0,0,736,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,532950,2052,0,0,525,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,240000,1578,0,850,0,480,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-18,360000,1662,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,775000,3233,0,0,870,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,455000,1232,0,1232,0,440,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,558000,1120,0,1120,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-21,403000,1562,0,0,499,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-18,750000,3206,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,390000,1885,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,360000,1956,0,0,475,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,338500,1128,0,0,276,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,239950,1248,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,435000,1102,0,1056,550,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1980,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,320000,1788,0,0,420,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,499000,1136,498,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1904,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,610000,2980,0,0,399,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,429100,1590,0,780,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-08,527030,2773,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,405000,2024,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,300000,800,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,620000,2091,0,2080,529,0,1,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1972,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-23,620000,576,0,0,0,288,0,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1973,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-20,322500,1208,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,559000,1694,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,415000,1794,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,337000,1396,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,365000,1492,0,0,361,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,750000,1576,0,1544,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,300000,1060,0,0,468,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,575000,2207,100,0,320,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-09,349000,2296,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,399950,1646,0,0,606,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,325000,942,0,0,0,300,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,355000,1144,0,0,0,384,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,505000,1736,0,832,0,484,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,541000,3005,0,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,450000,2009,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,360000,1348,0,0,480,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,540000,1830,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,407000,2722,0,0,760,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Built Up Rock,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,359990,1959,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,467500,2048,0,0,768,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,325000,744,360,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,481395,2375,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,402500,1114,576,375,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,552450,3245,0,0,658,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-23,450000,2053,0,0,410,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-15,1050000,1736,0,1082,784,0,3,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1994,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-07-21,374000,869,0,0,0,1400,0,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1959,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-02,470000,2386,0,0,660,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,160000,600,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,1,0,WF Lake,,SEWER/SEPTIC NO +2020-07-15,315000,1020,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-08,255000,1580,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,350000,1346,0,0,294,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,479950,2654,0,0,620,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,503519,2134,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,430000,2692,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,355000,1496,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,538355,2991,0,0,940,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,463800,1392,0,1323,0,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,550000,3269,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,267575,895,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,445000,2067,0,986,440,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,2004,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-16,400000,1934,0,0,404,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,323000,1040,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1907,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-12,553500,2678,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,395000,1650,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,664990,3408,0,0,746,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-21,295000,913,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-16,400000,1682,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,328500,1046,0,0,0,264,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-22,379900,2114,0,0,420,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,480000,2745,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,359500,1586,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,1225000,1908,0,1668,600,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-24,80000,1140,0,720,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,265000,1192,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,535000,3167,0,0,470,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,390000,1808,0,0,520,0,0,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,525000,2410,0,0,750,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,370000,1310,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,300000,1132,320,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1956,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,439950,993,0,910,380,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,17000,2583,0,0,695,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,View Good +,SEWER/SEPTIC INSTALLED +2020-07-22,492995,2544,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,305000,1192,0,808,209,0,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,555000,2829,0,0,682,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,292000,1756,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,265000,1408,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,335000,1008,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,305000,1476,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,470000,2546,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,270000,1902,0,0,0,576,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,650000,2234,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1969,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-16,392000,2277,0,0,398,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,412000,1008,0,0,0,640,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-13,375000,1576,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,975030,2479,0,980,680,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,420000,1290,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,463000,1912,0,0,504,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,390000,1488,0,0,676,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-18,1070000,3442,0,2038,816,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1993,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-23,181500,884,408,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,340000,1260,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,350000,1368,0,360,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1924,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,492900,703,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,492900,504,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,675000,1950,0,1950,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1959,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,439000,2016,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,475000,2605,0,0,620,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,399000,1651,0,555,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,380000,1446,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,370000,2070,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,400000,1096,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,475000,3217,0,0,600,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,2185000,2175,0,884,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-17,570000,2681,0,0,815,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,400000,2069,608,0,433,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1971,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,530000,2899,0,0,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,569892,1848,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,562241,2536,0,0,728,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,262375,983,0,963,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,320000,848,0,0,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,640000,3484,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,485000,2280,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,715000,1864,0,414,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,440000,2590,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,415000,1731,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,460000,2263,0,0,485,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,265000,1088,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,485000,2037,0,0,643,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-25,679000,3915,0,1216,0,860,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,7,4,,,SEWER/SEPTIC INSTALLED +2020-07-20,480000,2955,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,450000,1604,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,273500,1056,0,0,506,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,348500,1778,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,580000,2420,350,0,704,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-13,430000,1832,0,0,520,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,396500,2338,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-11,383500,2179,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,446076,1988,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,475000,2114,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,396500,2338,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,610000,3155,0,0,606,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,670000,2520,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,702000,1936,0,1020,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,445000,2104,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,380000,1453,0,0,488,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-25,355000,1744,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-07,485000,2469,0,0,411,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-24,358000,1636,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,375000,1260,0,0,308,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,513156,2134,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,1205000,1452,0,1336,0,864,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-24,485000,2108,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,226800,1164,0,0,286,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,405000,1663,0,0,459,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,383383,1540,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1970,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,305000,1088,0,0,0,352,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,435000,2123,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,540000,2378,0,0,528,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-22,715000,1324,0,1324,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1946,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-23,575000,2802,0,0,738,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-17,545000,2656,0,0,575,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,212500,1608,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,484950,3434,0,0,698,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,166000,1224,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,200000,633,240,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,500000,2498,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,398000,1416,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,260000,912,0,0,0,0,1,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,485000,2480,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,220150,1332,0,400,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-19,480000,1938,0,0,1596,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-15,776495,4140,0,0,740,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,5,,,SEWER/SEPTIC INSTALLED +2020-07-21,375000,1893,0,0,468,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-12,492500,2787,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,445000,1460,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,749990,2948,0,1216,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-21,865000,2136,0,1396,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1915,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-03-04,105600,528,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1962,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,399950,2319,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,684500,2855,0,0,700,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,333000,832,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1936,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,105000,528,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1962,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,885000,2178,0,940,0,0,1,Hot Water Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1926,4,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-10,615000,3060,0,0,848,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,405000,2030,0,0,567,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,390000,2258,0,0,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,372000,1100,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,485000,2469,0,0,411,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,4,,,SEWER/SEPTIC INSTALLED +2020-07-21,395000,1761,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-26,1058000,4508,0,483,720,0,2,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-21,706000,1280,0,768,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-16,298750,1803,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,358000,1673,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,275000,1600,0,0,0,624,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-26,300000,1620,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,430000,1994,0,835,430,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,300500,740,0,740,0,352,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,955000,3303,0,0,1004,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-27,425000,1582,0,0,418,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,307500,970,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,529950,2513,0,0,494,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,367500,1607,0,0,424,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,539950,2559,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,685000,2600,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,345000,1428,0,0,360,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,255000,1498,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,1050000,3083,0,2104,984,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-27,520000,2097,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,414965,2417,0,0,596,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,515000,1870,0,884,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,240000,480,130,0,0,0,1,Electric Baseboard,Finished Cottage,Drywall,1,Formed Seam Metal,1965,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-25,295000,1431,0,0,500,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,469900,1936,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,375000,1655,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,132000,480,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,432500,2219,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,382000,1844,0,0,0,0,1,Forced Air,Frame Stucco,Drywall,2,Formed Seam Metal,1929,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,313000,1440,0,0,322,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,529500,3173,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-19,515000,2642,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-19,895000,3129,0,1160,1054,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-15,695000,3150,0,0,697,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,265000,768,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,42101,992,0,0,288,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,349000,1273,0,0,529,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1986,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,350000,948,0,0,0,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,42101,992,0,0,288,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-15,375000,2070,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,745000,1432,0,1350,0,1452,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,340000,1226,0,0,502,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,650000,1567,0,1567,0,713,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1956,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-23,418000,1128,0,0,288,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,440835,1624,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,358750,1378,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,300000,1680,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,245000,768,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,330000,1008,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,300000,1484,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,717800,2593,0,0,594,0,1,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Composition Shingle,1974,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,565000,2425,0,0,583,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,670000,3252,0,0,980,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,375000,1636,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,805000,2150,0,2150,504,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1973,5,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-28,336000,1384,0,0,394,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1997,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,500000,2681,0,0,639,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,325000,1224,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,370000,1504,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,421000,2458,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,704950,2821,0,0,645,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,581210,2864,0,0,692,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,412000,2110,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,519000,2611,0,0,709,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,399500,960,480,432,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,889000,1292,0,952,0,0,2,Heat Pump,Frame Rustic Log,Drywall,2,Formed Seam Metal,1978,2,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,680000,1821,0,1517,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1914,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-28,680000,272,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1914,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-21,510000,2574,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,216020,1032,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,375000,1360,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-08,376000,1014,0,952,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,370000,1134,0,0,0,0,2,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,434000,1826,0,0,419,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,351000,978,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,382000,1080,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,470000,2222,0,0,1062,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,1075000,3502,0,0,816,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-20,923000,1537,0,1571,483,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-28,395000,1360,384,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-22,580000,2304,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,265000,612,384,0,0,0,1,No Heat,Cedar Finished Cabin,Paneling,1,Formed Seam Metal,1981,2,1,WF Salt,,SEWER/SEPTIC NO +2020-07-28,653300,1184,384,720,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1921,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,365000,1541,0,0,370,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,529000,2520,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,468644,2097,464,0,441,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,655000,3293,0,1321,508,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,315000,1168,0,320,0,0,1,Hot Water Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,390000,1588,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,265000,2910,0,0,1086,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-08,195000,2462,366,1189,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-25,520000,1088,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,359350,1136,0,0,375,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,310000,1500,0,0,420,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,504000,1092,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,450000,1376,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1899,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,2200000,4769,0,1238,2024,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,5,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-23,603000,3050,0,0,710,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,568000,2150,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,154151,3540,0,0,480,243,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,610000,2489,0,0,638,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,484000,2337,0,932,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,408000,1757,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,310000,1555,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,430000,1548,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,325000,1248,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,335000,1375,0,0,0,384,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,469995,2770,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,650000,2688,0,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1967,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-28,1375000,4451,0,0,1150,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-27,579000,1573,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2013,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,558000,1476,0,660,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-26,435000,1201,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,520000,2516,0,0,640,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,330000,1462,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,330000,596,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,535900,2820,0,0,751,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,499950,3160,0,0,431,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,660000,2669,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,489950,1984,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1941,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,508500,2118,0,0,525,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,487500,2323,0,0,734,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,435950,1732,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,103200,648,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-27,480000,2458,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-28,415000,1438,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,100000,832,336,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-22,542054,2836,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,220000,1659,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,220000,792,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1947,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,355000,1440,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,505000,1490,282,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,560000,1504,0,1008,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,475000,2288,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,252000,742,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,825000,1146,0,844,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1920,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-24,569950,2165,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1992,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,469900,2775,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,795000,3890,0,0,784,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1988,6,4,,,SEWER/SEPTIC INSTALLED +2020-07-27,485000,2949,0,0,647,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,445000,1950,0,0,680,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,520000,2090,0,0,0,1196,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,555000,2100,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1942,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,335000,1436,0,0,546,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,500000,1128,0,0,0,700,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,320000,1016,0,0,382,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,397000,1900,0,0,466,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,337000,1476,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,335000,945,320,0,0,528,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,560000,2450,0,0,543,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Wood Shake,1993,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-07-20,420000,1118,538,520,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,338000,1201,0,0,0,576,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,15000,1856,0,0,440,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,439000,1990,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,199000,2373,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-25,99411,1840,0,0,576,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,375000,1343,0,0,408,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-30,672033,2181,0,0,564,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,559990,3028,0,0,640,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-25,435000,1871,0,0,729,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,555000,2135,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,230000,640,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-28,535000,2232,0,0,528,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,440000,1606,0,0,476,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,540000,2389,0,0,757,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,325000,1220,0,0,132,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,368000,1854,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,719000,3066,0,0,873,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-03,320000,1555,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,750000,3407,0,0,1042,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-07-23,385315,1524,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,450000,2224,0,0,936,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-26,395000,2120,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-27,380000,858,0,624,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,855000,1834,0,1037,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1924,5,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-23,575000,1550,0,0,0,552,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,4,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-28,500000,2409,0,0,697,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,435000,2294,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,371467,1272,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,295344,1460,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,515000,1232,0,1232,525,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,326500,849,276,169,0,364,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,750000,1552,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1914,1,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-30,639995,2947,0,0,619,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,485000,2630,0,0,698,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,460000,2185,0,0,556,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,343304,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,406000,1847,0,0,475,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,456000,2878,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,430000,1844,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,420000,1920,0,0,336,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,400000,1548,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1937,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,370944,1801,0,0,408,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-14,365000,1952,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,506000,1489,0,996,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,499950,1899,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,426700,1760,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,620000,1684,0,374,0,500,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,353000,912,0,912,288,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,285000,896,240,880,0,336,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,281500,750,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1927,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,299117,1994,0,0,460,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,326472,1828,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,758000,3244,0,1664,0,0,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1988,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-27,406250,1626,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,354000,1638,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,450000,3080,0,0,0,768,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1920,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,900000,3587,0,0,575,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,325000,1080,384,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,405255,1624,0,1706,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,2650000,3769,0,2042,946,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Composition Shingle,2007,4,5,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-27,360000,1331,0,0,440,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1999,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,325000,1792,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,439950,1820,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,335020,2064,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,500000,1582,0,1232,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,394036,2465,0,0,473,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,303000,988,0,432,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,976000,4242,0,0,885,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,345395,1990,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,309841,1478,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,545325,2977,0,0,623,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,411250,2024,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,310284,1580,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,670000,3093,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,251360,988,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,528500,2178,210,0,638,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,360000,1830,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-18,510000,1591,0,1014,525,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,110000,900,0,0,1200,0,0,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,2001,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-14,601100,3108,0,0,608,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,550000,2310,0,0,448,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,400000,1580,0,912,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,899000,3976,0,1477,704,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-27,635800,2787,0,1446,575,0,2,Heat Pump,Masonry Common Brick,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,457000,2054,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,232000,1006,0,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,280000,960,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,601100,3108,0,0,608,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,334000,2410,0,0,703,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,444772,1820,0,0,694,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,665000,3810,0,0,750,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,6,4,,,SEWER/SEPTIC INSTALLED +2020-07-30,590000,2209,0,0,746,0,1,Heat Pump,Frame Siding,Drywall,1,Wood Shake,1987,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,418000,2166,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,350000,2015,0,0,528,364,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,487950,3067,0,0,592,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,6,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,535000,3833,0,0,429,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-30,765335,2613,0,0,564,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,282500,1034,0,1028,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,165667,1973,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,425000,2391,0,0,804,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,336000,1646,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-26,459000,1707,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,199500,1518,0,0,486,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,425000,2225,0,927,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-29,354000,1185,340,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-22,594900,2864,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,650000,3068,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,1,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,650000,932,0,0,0,0,1,None,Frame Siding,Drywall,2,Composition Shingle,1988,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,472000,816,0,496,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1918,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-28,339000,1020,0,0,264,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,247000,1548,0,432,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-10,442000,2479,0,0,610,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,351100,910,0,0,330,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,310000,1428,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,600000,2943,0,0,621,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,121875,762,0,360,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,425000,2980,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-27,169800,1072,384,0,0,0,1,No Heat,Frame Vinyl,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,380000,1449,0,0,322,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,372000,1697,0,0,333,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,357000,1344,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,395000,1666,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,222500,1662,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,400000,1274,0,1242,0,484,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-07-24,960000,3909,0,0,1070,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-28,400000,1228,0,924,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-28,495000,1642,0,462,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,50000,1048,658,936,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-15,368000,1914,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,360000,996,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-25,425000,1608,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,495000,2055,0,2320,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,2200000,3332,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1950,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-27,2200000,576,0,0,0,1224,0,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1900,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-14,366667,1949,0,1169,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,2,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-24,545000,1550,0,936,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,265000,1176,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-21,799990,3785,0,1164,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,410000,2060,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,660000,3282,0,0,440,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-17,146000,1176,0,0,588,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,394000,2376,0,0,583,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,390000,1014,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1912,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,113334,1338,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,430000,1732,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,417000,1850,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,367000,1311,0,196,412,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,500000,2520,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,385000,1760,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,399000,1975,0,0,407,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,480000,1850,0,0,528,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,435500,1740,0,0,539,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,420000,2277,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,515000,2360,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,370000,810,168,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,265000,1095,0,0,339,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-01,740000,2316,0,1224,630,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,332000,1807,0,832,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,499500,1858,0,0,462,960,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,436000,1596,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,585000,1876,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,400000,960,0,0,390,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,340000,1566,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,400000,952,480,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1920,5,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,330000,1728,0,780,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1931,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,740000,2316,0,1224,630,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,446400,1210,0,312,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,355000,1164,0,0,536,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,480000,2951,0,0,698,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,750000,3593,0,0,900,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,457000,1968,0,0,264,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,730000,2429,0,0,630,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-28,350000,1244,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,332000,1209,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,442000,2277,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,675000,2855,0,0,751,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-16,240000,2190,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,230000,642,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1894,1,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,384995,1883,0,0,395,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,299000,1064,336,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-20,400000,1376,0,440,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,475000,3276,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,5,,,SEWER/SEPTIC INSTALLED +2020-07-28,425000,1718,0,0,576,0,2,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1950,2,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-07-24,400000,2250,0,0,494,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,277000,1092,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,380500,1362,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,425000,2096,0,0,395,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,510640,2532,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,535000,1572,0,1632,0,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1987,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-30,389000,1690,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,450000,2197,0,0,528,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,809900,1696,0,1460,484,0,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1978,4,3,,View Good +,SEWER/SEPTIC INSTALLED +2020-07-28,305000,582,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1907,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,652500,2270,0,0,791,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,833004,3062,0,874,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-28,335000,1472,0,0,224,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,462000,2350,0,0,462,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-19,370000,1480,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,285000,1138,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,325000,746,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-19,325000,1150,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,395000,1796,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,421000,1720,0,1628,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-06,312500,780,0,0,0,440,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,260000,1091,0,0,343,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,657500,1560,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-22,535000,2060,0,0,732,748,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,425000,2132,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,489510,2746,0,0,666,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,250000,800,0,0,0,400,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,350000,1574,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,450000,1354,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,588000,3512,0,0,576,0,2,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,410000,1332,0,0,462,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,399000,1594,0,936,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,419000,1468,0,0,0,252,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1922,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-27,450000,3080,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,325000,828,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,270000,1132,310,0,0,352,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,465000,1896,0,1464,484,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,715002,3784,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-24,529000,2608,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,495000,1985,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,599900,1894,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,210000,1152,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,490000,2962,0,0,498,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,6,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,450000,1361,0,720,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,567500,1322,0,396,0,380,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,420000,1920,608,1120,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,1334000,2488,0,1627,0,1088,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1981,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-31,459999,1997,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,385000,1327,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,430000,1974,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,999000,1414,624,952,0,720,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-06-30,1270000,1507,0,1352,628,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1969,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-08,415000,1648,0,0,590,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-02,410000,2474,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,260000,1542,0,0,744,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,2,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,560000,2396,0,0,702,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,440000,2016,0,1008,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,507000,3206,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,333000,1128,0,0,390,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,267000,704,0,648,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,232000,1054,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,900000,1489,0,1123,575,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Built Up Rock,1967,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-23,419950,1100,300,312,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,431125,2304,0,0,464,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,458000,2590,0,0,514,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-26,340000,1444,0,514,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1900,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-22,648134,2410,0,0,733,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,380819,3096,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,376116,2609,0,0,503,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,440000,1560,0,400,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,277000,648,0,0,0,280,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,370000,1552,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,255000,961,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,640000,2153,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,358000,1541,0,0,370,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,370000,2020,0,0,352,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-03,92436,1512,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,329950,1616,0,456,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,495000,2023,0,0,489,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,436640,2285,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,320000,984,0,0,364,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-17,360000,2190,0,0,418,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,246000,600,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,432950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,335000,1125,0,0,312,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,439000,2274,0,0,418,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,200000,1360,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,464950,2798,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,375000,1410,0,0,780,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,355000,938,300,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,305000,2208,0,0,576,1248,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,496000,1280,360,400,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,570000,2728,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,340000,1412,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,360000,1541,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,395000,812,320,480,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,698000,3854,0,0,630,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,6,4,,,SEWER/SEPTIC INSTALLED +2020-07-27,700000,2606,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,5,4,,,SEWER/SEPTIC INSTALLED +2020-07-28,124134,1282,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,523000,1752,0,0,794,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,436000,1049,0,1049,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-20,364000,1872,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-06,360000,2190,0,0,418,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,325000,1457,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-26,124134,1282,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,529995,2450,0,772,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,6,4,,,SEWER/SEPTIC INSTALLED +2020-07-23,650000,3628,0,0,840,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1970,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,400000,1195,0,0,330,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,290000,1584,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,710000,2041,0,853,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,1250000,1424,0,1188,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-24,580000,2462,0,0,442,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,795000,2631,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1988,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-01,475000,1857,0,0,1008,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,650000,2437,286,1891,528,0,1,Electric Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1972,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,352500,1863,0,0,756,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,640000,3060,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,514950,2414,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-02,480000,2184,0,0,680,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,910000,2162,0,1610,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-02,205000,1064,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,315000,1680,0,0,336,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,287150,1008,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1909,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,200000,537,0,0,0,0,2,Electric Baseboard,Frame Siding,Paneling,1,Wood Shake,1936,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,359000,1838,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-09,1300000,3316,0,920,1148,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-31,345000,1242,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,470000,2369,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,395000,1914,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,759000,2956,0,1408,440,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1961,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-29,520000,1974,0,0,576,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-30,185000,1079,0,0,864,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,350000,1802,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,439950,2394,0,0,488,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-26,430000,2105,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,396000,1382,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,390000,2334,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,361500,1162,0,638,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1916,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,1025000,1242,0,0,0,330,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-04,450000,2232,0,0,624,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,449950,1862,0,1036,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1927,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,435000,2236,0,0,416,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,369950,1816,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,225000,1016,624,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,434950,2106,0,0,678,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,610000,3239,0,0,684,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,850000,2600,0,0,472,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-10,385000,966,0,0,0,0,1,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,270000,1120,0,0,0,0,0,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1933,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,613950,2609,0,0,844,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-07,442000,1692,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,419500,1453,0,0,449,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,452000,1448,0,1448,0,864,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,550000,1634,0,0,0,528,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,465000,1454,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,510000,2297,340,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,745000,3045,0,931,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,750000,3511,0,0,850,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,339557,1492,0,0,540,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,95909,1916,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,438500,2294,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,386000,1784,0,0,394,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,418000,1170,0,0,240,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,73687,1314,0,1288,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-29,275000,600,220,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,779950,2099,0,2025,684,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-04,310000,884,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,471829,2015,0,0,482,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,625000,2891,0,0,794,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-02,817750,1785,0,905,910,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2001,2,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,446000,1170,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,280000,1618,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,415000,1716,0,0,0,400,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,912500,432,0,0,816,0,0,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1950,1,1,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-29,912500,2761,0,1422,0,0,2,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,2011,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-03,358000,1056,384,1056,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,775000,3286,0,0,673,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-31,1150000,1652,0,1574,0,576,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-04,534995,3056,0,0,537,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,380000,2088,0,0,0,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,1892,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,350000,1500,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,387000,1320,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,455000,2054,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-01,315500,1140,0,0,299,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,330000,874,432,864,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,301000,1459,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1952,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-01,480000,2047,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,385000,2637,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-01,571000,2413,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,422000,1783,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,384950,1122,0,672,0,240,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,497350,2995,0,0,546,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,483000,2209,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,342000,1678,0,0,352,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,910000,1613,0,475,0,294,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1904,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-30,472000,2712,0,0,490,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,508257,2990,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,295000,1578,0,0,506,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,503774,2398,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,860000,3008,0,0,648,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-04,286500,748,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1905,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,478000,1060,0,1060,0,280,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,731000,1904,0,1744,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-04,700000,1624,0,400,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1949,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-31,460000,1541,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1956,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,687000,2881,0,0,768,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,350000,1416,0,0,0,480,2,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,678000,3001,0,0,638,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,440000,1792,0,988,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,544950,1036,0,1008,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,580000,1472,0,775,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,292000,1896,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-25,370000,1094,0,0,300,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,787000,966,0,400,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1972,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-04,284600,1640,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,405000,1960,0,0,652,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,442357,1747,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,337000,640,0,640,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,425000,2040,0,0,380,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,689000,2972,0,0,906,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,545500,2079,0,0,864,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,470000,1713,0,1603,735,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,393000,1893,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,495000,2304,0,1008,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,7,4,,,SEWER/SEPTIC INSTALLED +2020-08-03,505000,3669,0,0,399,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1978,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,258900,1651,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1915,5,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,270000,1051,0,0,396,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,375000,2029,0,0,496,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,595000,2030,0,0,792,0,0,Heat Pump,Frame Stucco,Drywall,1,Concrete Tile,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,418700,1389,0,640,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,250000,1118,0,0,240,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,475000,2568,0,0,418,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,455000,1857,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,525000,2688,0,0,456,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,485000,2070,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,680000,3554,0,0,602,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1986,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-04,474950,1792,0,0,0,576,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-14,372250,1456,0,1456,0,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,379950,1512,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,905000,2520,0,0,544,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-27,199500,744,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,575444,1848,0,0,518,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,405000,1971,0,0,400,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,825000,3591,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,775000,1702,0,1702,0,768,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,810500,1604,0,866,0,0,2,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1994,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-03,500000,3140,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,686335,3408,0,0,946,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-04,585000,2703,0,0,609,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,699820,3281,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,315000,924,0,0,351,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,315000,992,0,992,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-14,295000,936,0,912,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,510000,1824,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,340000,1066,0,1066,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,362500,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,301900,1001,0,120,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1903,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,371000,1479,286,0,638,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,340000,1488,0,0,0,484,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1909,5,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,359000,1804,0,0,470,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,469950,2207,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,349950,1204,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,405000,1905,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,367525,1606,0,0,528,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,452900,2292,0,0,418,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,306000,1224,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,409222,1557,0,0,521,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,778995,3971,0,0,742,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-04,415000,1998,0,0,513,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,379000,1918,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,345110,1462,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,599900,2208,0,0,512,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,325000,1711,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,514550,3097,0,0,769,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,326000,1900,0,0,412,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,475000,3088,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,390000,1368,0,948,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1938,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,245000,862,0,0,0,441,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,1650000,2091,0,1505,0,0,0,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1996,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,1650000,856,408,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-05,525000,2776,0,0,624,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,405000,1501,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-21,411005,866,0,1106,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,290000,660,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,307000,2010,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,5,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,387500,2832,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,250000,1090,0,0,364,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-05,300000,1134,0,0,0,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,455000,1916,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,910000,3339,320,0,1152,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,700000,2176,0,2176,483,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-07-29,326000,1120,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-05,440000,1003,464,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,385000,2242,0,0,466,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,400000,1434,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,460000,2501,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-02,136994,1950,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-15,430000,2120,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,325000,1116,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,527950,2146,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,324950,1120,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2009,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,370000,1248,0,0,448,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,265000,1290,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,403900,1680,0,1040,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1919,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,580997,2267,0,0,666,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,186000,1150,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1945,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,462000,1634,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,260000,558,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,410000,898,408,798,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,493000,1312,288,0,288,0,1,No Heat,Log,Drywall,1,Formed Seam Metal,1979,1,1,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-05,388000,1876,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,400000,1703,0,0,275,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,93000,528,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,640000,2902,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,200000,660,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-21,349950,696,0,576,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-23,290000,2318,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-28,514999,2328,0,1020,628,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-04,551000,2893,0,0,642,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,1150000,2536,0,0,528,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1976,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-23,585950,3103,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,355000,1504,0,0,286,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,450000,1056,0,0,0,1188,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-06,320000,780,240,780,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1944,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,340000,1107,0,0,330,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,385000,1691,0,0,462,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,465000,2309,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,450000,3384,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1930,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,520000,2498,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-05,406500,1998,0,0,513,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,315000,1058,0,0,588,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,750000,3334,0,0,572,0,2,Heat Pump,Frame Stucco,Drywall,2,Concrete Tile,1978,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,355000,1100,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,580000,2593,0,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1989,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-04,515000,2835,0,0,0,576,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,420000,1788,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,722700,1596,0,1260,702,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,2,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-06,820000,1964,0,1162,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-06,252400,1051,0,1051,330,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-01,435000,1434,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,468000,2934,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,440000,1645,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,505000,1128,0,1104,720,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,970000,4261,360,0,1730,0,2,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Concrete Tile,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,375000,1636,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,849950,2999,0,337,870,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,669000,3119,0,0,688,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-26,500000,1452,0,0,0,624,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,475000,1656,0,1108,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1929,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,420000,2870,0,0,510,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,312000,1320,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,809250,2003,258,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1985,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-05,430000,1948,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,469950,2168,0,0,376,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,365000,1936,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,350000,1294,0,0,636,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,511000,1394,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1988,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-29,290000,988,0,0,550,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Built Up Rock,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,460000,1760,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,445000,2520,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,390000,1810,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,714990,2465,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,266000,1640,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,499950,2958,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,416343,2224,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,340000,896,336,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1910,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,350000,1680,0,0,0,672,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,5,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,385000,2232,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,480000,2236,0,0,832,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,320000,1258,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,370000,1587,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,435000,1320,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,470000,2104,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,462000,1975,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,570000,3771,0,0,847,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-27,365000,1290,0,0,810,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,667000,2930,0,0,420,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1976,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-31,530000,2245,0,0,0,0,2,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1971,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-31,530000,648,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-04,305000,1049,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,375000,1779,0,0,649,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,250000,792,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,220000,768,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,905000,2155,0,2155,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-03,150000,490,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1910,0,0,WF Salt,,SEWER/SEPTIC NO +2020-08-05,625000,2085,0,680,0,484,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,359000,1467,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,455000,2135,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-01,620000,3341,0,0,537,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,380000,1762,0,824,0,912,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1909,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,440000,1806,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,463950,2632,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,398000,2492,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-03,443000,1446,0,0,364,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-04,319000,954,0,0,0,384,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,490000,1272,0,1272,0,440,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,370000,1430,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,480000,1484,0,1484,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-06,398119,2448,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,356380,1366,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,491772,2928,0,0,596,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,373000,1504,0,0,0,400,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,480000,1728,0,0,592,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,495000,2496,0,0,700,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,499950,1260,0,768,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,570000,2887,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-05,310000,1258,0,0,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,260000,1501,0,0,0,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-24,480000,2603,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,1975000,3011,0,0,744,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1980,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-05,635000,2166,0,0,0,576,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,430032,1988,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,255000,936,0,468,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,285000,1563,0,1563,458,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,377010,2476,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,850000,2176,0,1130,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1931,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,656498,2181,0,0,564,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,212500,560,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1950,1,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,375000,1228,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1975,3,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-07,345000,1756,0,0,388,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,525000,2417,0,0,399,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,403000,1699,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,595000,2248,0,1176,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1902,5,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-04,460000,1468,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,119656,1524,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,871250,2910,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,296000,924,0,1024,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,500000,2368,0,0,788,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-08,310000,1192,0,1000,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,372000,1687,0,0,513,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,399999,1496,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-01,485000,2028,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,350000,848,300,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,555000,2690,0,0,717,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,622000,4118,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1969,5,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-05,425000,2232,0,0,478,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,339450,816,408,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-06,619000,3020,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,540000,1862,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,336340,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,450000,1686,0,0,541,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,745000,2638,0,0,528,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-07,366000,1176,0,1176,0,484,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-06-05,315000,1188,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,800000,3551,0,0,729,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,520000,1696,0,0,784,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,460690,2368,0,0,452,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,650000,2313,0,2306,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,450000,2094,0,0,483,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,395000,1768,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,6,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,640000,2857,0,0,859,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,340000,1266,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,520000,1440,0,0,1439,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,785000,2292,360,240,0,900,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,985000,2856,784,1374,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1904,5,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-07,296025,1319,0,799,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,380001,1464,0,0,462,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,385000,1918,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,252275,920,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-25,270000,2295,0,0,409,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,314000,1104,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,519990,3147,0,0,415,0,2,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-04,450000,2022,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Built Up Rock,1907,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,457000,1835,0,0,484,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,783000,3142,0,936,660,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1996,5,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-07,440000,1690,0,0,418,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,235000,1008,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,548000,2677,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,187000,1060,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-02,337000,936,0,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,370000,1332,0,832,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,300000,980,0,0,0,336,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,300000,588,0,0,0,0,0,No Heat,Unfinished Cottage,,0,Formed Seam Metal,1994,0,0,,,SEWER/SEPTIC INSTALLED +2020-08-06,397000,2030,0,0,567,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,270000,1007,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,375000,1218,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1957,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,355000,1196,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,320000,1224,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,450000,1340,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,349950,1452,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-21,475000,2923,120,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,385000,1759,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,410000,1158,516,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1930,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,474995,2697,0,0,476,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,245000,888,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-05,500000,1985,0,0,1008,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,420000,1920,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,421000,1416,0,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,410000,1889,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1958,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,378000,1844,0,0,252,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,425000,2282,0,0,751,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,398000,1540,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-09,625000,3385,0,0,751,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-08,403000,2115,0,0,736,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,342000,1172,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,405000,1410,0,0,450,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,465000,2653,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,353000,1104,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,695000,2162,272,0,760,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,399000,1416,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,435241,1988,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,430000,1871,0,0,250,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,350000,1488,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1944,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-30,859000,2979,0,1639,0,0,1,Warm and Cool Air Zone,Frame Stucco,Drywall,1,Composition Shingle,2007,3,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-10,400000,1878,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,394000,2612,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,276551,2832,0,0,620,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,455000,1812,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,605000,2048,0,0,576,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,605000,600,0,0,0,0,0,No Heat,Cedar Unfinished Cabin,Drywall,1,Formed Seam Metal,1966,0,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,388000,1596,0,0,0,400,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,609000,2454,0,0,638,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,456500,1296,0,0,640,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,360000,1477,0,216,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,460000,2299,0,0,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-09,420000,1745,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,386332,2417,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-08,330000,2304,0,0,1280,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1920,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,765000,3709,0,0,538,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,2001,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-08-07,440000,2357,0,0,396,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,405000,1597,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,330000,1432,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,965000,3871,0,1328,810,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,4,5,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-10,200000,1568,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,405000,1888,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,400000,1184,394,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,380000,1592,0,0,461,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,360000,1338,0,0,361,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,260000,1104,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,452000,2492,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,630000,3728,0,0,580,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,420000,1458,0,0,449,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,660000,2244,0,0,484,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,815000,3221,0,0,720,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,475000,2745,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,524950,1631,0,921,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,435000,1120,0,1120,0,396,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,400000,1332,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,325000,1043,490,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,549900,2043,0,0,641,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,410000,1200,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,309500,857,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,326000,860,0,840,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,432500,2520,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,150146,2030,0,0,567,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,427200,1826,0,0,419,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,381000,1352,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,335000,1244,0,0,400,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,775000,3551,0,2289,0,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-09,1000000,2068,0,1008,0,1020,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-11,449950,1718,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,325000,1082,516,100,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,410000,2183,0,0,521,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,365000,1202,0,1092,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,400000,2100,0,0,228,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1970,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,360000,1480,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,225000,1377,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,441810,2288,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,215000,1473,0,384,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,450000,1528,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,468000,3173,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,142288,1717,0,0,748,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,352000,1463,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,350000,1868,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,450000,2481,0,0,570,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,457000,2862,0,0,630,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1978,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-03,637967,2609,0,0,844,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-11,555000,2374,0,0,936,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,545000,1782,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,370000,1672,0,0,364,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,550000,2204,0,0,516,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,372380,1824,0,0,336,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,375000,839,472,839,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,515000,2664,0,0,888,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,451500,1337,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,569950,2197,0,0,428,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,415000,1636,0,0,400,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-09,405000,1168,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,453000,2541,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,795500,3286,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-05,435000,1498,0,0,555,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,405000,1967,0,0,634,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,230000,1280,0,0,0,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,634275,2945,0,0,623,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,692450,580,0,580,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,1,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-24,600000,1736,0,0,0,936,3,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1944,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,607608,2348,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,405000,1496,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,347500,1677,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,545000,3017,0,0,764,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,405000,2348,0,0,510,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,270000,1672,0,0,300,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,583500,2089,0,0,661,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,625000,3000,0,0,680,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,507000,2780,0,0,742,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,1150000,1568,0,1576,0,816,1,Heat Pump,Masonry Common Brick,Drywall,1,Concrete Tile,1948,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-07-30,346000,1404,0,0,520,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,464950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,364000,1804,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,27750,1088,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1902,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,687950,2241,0,1603,0,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1996,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-12,725000,3506,0,0,670,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,268000,1396,0,0,312,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,511100,2760,0,0,444,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,367000,990,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,310000,988,0,988,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,270000,843,0,0,245,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-28,450000,1765,0,0,513,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,380000,1630,0,0,485,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-24,985000,1944,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,457000,1855,0,0,584,1656,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,250500,1546,0,0,480,440,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,500000,2204,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,555950,1739,0,0,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2018,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,310000,836,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,462350,1434,0,1434,0,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1950,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,90000,798,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,508940,2692,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-17,414950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,670000,3332,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-06,410000,1766,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,275000,1688,0,924,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1890,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,543000,2305,0,0,400,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,483442,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,405000,1941,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,355000,1607,0,0,424,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,480000,4036,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1972,7,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,360000,1499,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,694728,3264,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,459500,1736,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,479000,1808,0,1024,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,358000,1576,0,0,424,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,443000,1292,0,280,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,320000,1452,0,338,0,320,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,510000,2354,0,0,0,720,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,450000,2596,0,0,668,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,401000,1322,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,845000,1645,0,1200,675,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-10,300000,1311,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-17,554950,3072,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,640500,2214,0,1140,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,425000,1008,0,1008,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,460000,960,0,960,528,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,900000,2210,0,1050,528,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,2007,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-11,315000,1232,0,0,288,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,661500,3143,0,1162,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,874500,2634,0,0,638,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,348000,1334,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,655000,2556,0,1016,560,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-13,480000,2549,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,440000,1421,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-09,739000,2773,0,0,851,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,353000,1040,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,295000,1222,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Preformed Metal,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,544344,2783,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,1300000,1908,0,1210,0,704,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-17,504950,2580,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,980000,1842,0,1842,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1968,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-07,604950,2281,0,317,453,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,418000,1935,0,0,407,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,512000,1984,0,0,738,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,610000,1572,0,936,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,395500,1768,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,300000,920,0,0,360,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-13,325000,1082,0,0,294,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,389950,2264,0,0,373,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-09,591000,1744,0,0,576,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,599500,2949,0,0,423,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-06-18,460000,3023,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1957,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,729501,2152,0,0,555,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,462000,1704,0,0,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,400000,2466,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,500000,1748,0,0,400,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,473056,1478,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,521085,2804,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,526000,1940,0,0,484,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,375000,1420,0,0,569,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,232000,856,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,350000,982,250,0,0,432,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,655000,3175,0,0,689,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,620000,2915,0,0,804,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,781835,3289,0,1232,592,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-08,485000,2409,450,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-08,445000,2492,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,654950,3137,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,334000,1278,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,470000,2664,0,0,651,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,305000,928,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-02,366000,1510,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,5,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,236000,783,320,440,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,710000,2978,0,0,422,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,410000,1587,0,0,418,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,1102500,2782,0,1568,462,672,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-07-29,540000,3039,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,385000,1836,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,435000,2412,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,415000,1072,380,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,885000,2512,0,2284,660,0,4,Warm and Cool Air Zone,Frame Siding,Drywall,1,Concrete Tile,2001,5,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-12,450000,2019,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,225000,1614,272,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,500000,2142,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,407500,2180,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,433000,2068,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,420000,1732,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,315000,864,0,0,0,432,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,379500,600,0,300,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,357700,1986,0,0,398,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,725000,3068,0,0,571,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,415000,1566,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,394995,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,498416,1886,0,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,410000,2200,0,0,598,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,407000,1694,0,0,576,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,189000,1094,0,0,0,308,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,390000,1320,0,0,408,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,350000,1104,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,629999,2436,0,0,658,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,289500,762,280,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1910,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,530000,1532,0,1472,676,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,490000,1564,0,664,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,435000,1268,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,1350000,3813,0,524,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-10,350000,1489,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,679950,2248,0,0,760,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,330000,1169,0,560,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,350000,1528,0,576,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,330000,1440,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,650000,2904,432,0,864,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,515000,1545,0,1445,504,0,0,Forced Air,Frame Siding,Drywall,1,Wood Shake,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,227500,948,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,755000,2164,0,488,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-12,698000,2669,0,0,717,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,320000,1326,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,403000,2002,0,0,572,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,348500,1152,0,0,372,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,385380,2042,0,0,386,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,425000,2318,0,0,416,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,355000,1744,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,230000,1147,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1919,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,250000,897,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,346000,1160,0,0,0,320,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1944,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,390000,1919,0,0,840,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,338250,1533,0,1248,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,325000,1600,0,0,396,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1988,2,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-13,522000,2594,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,385000,1182,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,275000,742,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1905,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,510000,2764,0,0,504,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,430000,1909,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,425000,908,384,908,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,475000,1224,216,0,0,552,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,751000,3110,0,0,698,0,1,Heat Pump,Frame Siding,Drywall,2,,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,367500,1728,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,400000,1866,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,226875,1096,0,664,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1903,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-08,385000,1496,0,1404,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1977,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-10,925000,1822,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,740000,1217,0,1300,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1976,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-13,335000,1294,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,380000,1890,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,450000,1632,176,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,397500,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,471466,1820,0,0,694,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,250000,1240,0,390,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,350000,1371,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,406500,1668,0,0,0,866,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,409500,1818,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,410000,1664,852,0,0,748,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,285000,1392,0,816,0,528,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,800990,2257,0,2223,984,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,1765000,2029,0,0,0,598,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-13,1765000,369,0,0,0,0,1,Electric Baseboard,Finished Cottage,Drywall,0,Composition Shingle,1984,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-06,475000,1424,0,832,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,425000,1962,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,377000,1592,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,452500,2354,0,0,0,280,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-13,192000,912,360,0,0,400,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,250000,905,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,750000,4196,0,0,670,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,437000,1304,0,680,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,816000,4763,0,2239,733,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2000,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-12,380000,1240,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,499000,850,420,0,0,0,0,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,418000,2278,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,573000,1638,0,1638,506,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1978,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-28,325500,1679,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,1170000,2582,0,2576,688,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,4,4,,View Good,SEWER/SEPTIC INSTALLED +2020-08-13,571000,1983,0,1199,0,504,1,Heat Pump,Masonry Common Brick,Drywall,2,Composition Shingle,1936,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,452500,2329,0,0,770,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,340000,612,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-13,485000,1782,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,485000,933,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-17,340500,1562,0,0,410,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,360000,2336,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,603450,2455,0,0,557,0,2,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,365000,1336,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,360000,1674,0,0,357,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,347000,1376,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,375000,1504,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,520000,2805,0,0,380,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,550000,2854,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1964,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,550000,480,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,350000,1524,0,0,436,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,359500,1588,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-01,619500,1464,0,598,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1913,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,416950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,376500,1324,0,0,636,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,340000,954,0,0,330,0,0,Electric Baseboard,Frame Siding,Drywall,1,Preformed Metal,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,350000,1352,0,0,405,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-09,827000,1132,300,1020,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,View Good +,SEWER/SEPTIC INSTALLED +2020-08-14,495000,2174,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,92000,622,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,417000,1521,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,900000,3019,0,0,1230,0,2,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1971,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-05,430000,2306,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,425000,1931,0,225,704,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,350000,1280,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,755000,2852,0,0,760,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,417000,1428,0,918,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,380000,1306,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,425000,2288,0,0,384,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,580000,1812,0,1688,380,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1996,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,490000,2571,0,0,549,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,387500,2532,0,0,493,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-09,460000,1038,0,1038,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,409995,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-15,385500,1670,0,0,388,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,660000,1552,0,0,720,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-15,342000,1778,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,354125,1478,280,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,525000,1538,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-14,725000,2394,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-29,360000,2546,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,365000,1951,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,250000,996,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-13,580000,2320,0,0,528,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,325000,1255,0,0,374,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,350000,1424,0,832,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,380000,1829,0,0,390,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,295000,998,0,0,264,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-13,305000,840,0,0,0,276,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,760000,4011,0,0,936,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,515000,1874,0,0,462,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,520200,1921,0,0,422,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,447000,1576,0,0,434,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,725000,3329,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,740000,3089,0,0,668,0,2,Heat Pump,Frame Siding,Drywall,2,Wood Shake,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,662950,3078,0,0,696,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,42086,2345,0,0,0,0,0,Forced Air,Log,Drywall,2,Composition Shingle,2009,2,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,150199,1704,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,375000,1436,0,0,408,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,425000,2220,0,0,360,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,3,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,185000,494,0,0,0,0,1,No Heat,Log,Drywall,1,Composition Shingle,1978,1,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-06,355000,1220,0,0,480,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-29,706325,3443,0,0,691,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-06,330000,1068,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1953,4,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,360000,1032,0,0,432,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1977,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,388000,1915,0,0,433,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,525000,2390,0,0,680,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,472490,2469,0,0,411,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,4,,,SEWER/SEPTIC INSTALLED +2020-08-11,365000,1232,0,0,399,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,492105,3036,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,405000,1500,0,0,437,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,755000,2768,0,0,856,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,402090,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,845000,3170,0,926,797,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-12,339000,2012,0,0,440,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,400000,1608,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,390500,1655,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,427000,1180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,425000,1528,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,381000,2087,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,626000,1945,0,1001,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,417500,2096,0,0,0,400,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1907,6,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,360000,1320,0,0,0,672,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,360000,1421,0,0,360,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,355000,1913,0,0,468,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,449995,2108,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,351000,1292,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,940000,4337,0,0,695,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-07,458000,1824,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,369000,1560,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,774999,2887,566,0,728,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,295000,1262,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,355000,1292,0,456,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,400000,1868,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,394950,2070,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,360000,858,0,858,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1916,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,799950,3110,0,0,606,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-13,324000,1177,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,513000,2258,0,0,456,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,265000,1280,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,674950,2165,0,0,713,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,385000,870,0,0,0,252,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1923,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-05,424000,1314,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,410000,2372,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1959,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-30,255000,1091,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,198592,1764,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,320500,2266,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,609950,2859,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,409000,1416,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,935000,2474,0,1126,547,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1938,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-11,675000,3158,0,0,870,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,347500,1824,0,0,336,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,590000,1591,0,983,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,2,Composition Shingle,1929,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,512500,2904,0,0,558,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,270000,720,0,0,264,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-18,425000,1660,0,0,450,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,653825,2120,720,0,656,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-17,650000,2386,0,0,904,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,639000,1931,0,0,485,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,2,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,485000,1320,0,740,0,1064,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,487000,2560,0,0,636,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,325000,924,346,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-13,400000,1719,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,338888,880,0,360,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,549950,3090,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,6,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,445727,1983,0,0,651,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,393000,2135,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,327000,884,340,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,365000,896,0,896,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,478260,2399,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,340000,1488,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,400000,832,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1990,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,549950,1542,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,220000,1686,0,456,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,211345,1088,0,0,0,576,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,525000,1740,0,0,478,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,424995,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,190000,873,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,1650000,4365,960,0,993,0,3,Heat Pump,Frame Stucco,Drywall,2,Concrete Tile,1990,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-12,660610,3074,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,595603,1925,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,400000,1730,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,370000,1850,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,254000,2472,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,455000,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,385000,1600,0,0,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,440000,1977,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,252000,1426,0,0,260,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,520000,3187,0,0,537,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,400000,1408,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,313000,1156,0,1180,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,506000,2334,0,0,744,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,300000,1407,0,0,495,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,435000,1621,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-06,500000,2549,0,771,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,6,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,406000,1873,0,0,442,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,559396,2787,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,335000,1143,0,0,216,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,449950,1845,0,0,358,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,415000,1920,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-22,336000,1278,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,509400,2864,0,0,688,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,702500,320,0,0,0,0,0,Electric Baseboard,Unfinished Cottage,Paneling,1,Composition Shingle,1979,0,0,WF Lake,,SEWER/SEPTIC NO +2020-07-31,330000,1819,0,0,400,900,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,1455000,1656,0,0,720,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,390000,888,264,384,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-17,373000,1367,0,0,616,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,410000,2113,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-08,695000,3532,0,0,680,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,4,,,SEWER/SEPTIC INSTALLED +2020-07-21,852500,2815,0,1140,673,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-03,532412,2991,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,400000,2714,0,0,506,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,695000,3532,0,0,680,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-11,489000,2860,0,0,622,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,452000,910,457,910,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,521950,2724,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-16,705000,3430,0,0,912,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-14,689550,3366,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,496000,2482,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,385000,2243,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,510000,2116,0,686,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,680700,2799,0,0,642,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,372000,1459,0,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,340000,1020,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,1250000,2579,0,1316,0,0,2,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1929,4,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-19,555000,1873,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,376000,966,0,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-15,631500,2209,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,2,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,355000,1542,0,0,546,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,475000,1946,0,0,798,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,105000,784,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,749950,2806,0,0,528,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,25,4,,,SEWER/SEPTIC INSTALLED +2020-08-17,312000,840,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-30,419950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,480000,2712,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,390000,1492,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-23,421950,2274,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,430000,1713,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,667425,3297,0,0,704,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,295000,1158,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-15,820000,3228,0,0,644,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,285000,1478,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,436000,2049,0,1345,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,659627,3143,0,1162,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,485000,2232,0,0,478,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-15,514950,3088,0,0,790,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,309000,1056,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-18,300000,1886,696,432,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-18,535000,2611,0,0,709,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,689000,3049,0,0,996,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,499995,2744,0,0,488,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,357500,1449,0,0,400,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,0,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,330000,1092,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,450000,1719,0,0,749,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,440000,1900,0,0,1248,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,320000,1104,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,849000,2420,0,1820,572,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,5,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-17,430000,1983,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1935,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,600000,2504,0,0,726,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,440000,2117,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,104000,611,0,0,0,308,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,349950,1294,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,392000,1936,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,485000,2532,0,0,780,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,1490000,3969,0,0,792,0,2,Forced Air,Frame Stucco,Drywall,1,Concrete Tile,2000,3,5,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-18,810000,2277,0,1290,788,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,440000,2259,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,415000,2272,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,591500,2787,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,365000,1518,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,235000,840,392,840,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,519995,2319,0,810,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-06,373000,1644,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,1125000,3536,0,0,816,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-08-18,243500,1381,0,884,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-31,437000,2432,0,0,404,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,540000,2476,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,505000,2342,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,998950,3305,0,0,967,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,389000,1772,0,654,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,235000,660,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-15,520000,2538,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,346950,922,256,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-17,346950,700,0,0,340,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,0,1,,,SEWER/SEPTIC INSTALLED +2020-08-18,389000,1003,196,0,364,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,369995,1883,0,0,395,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,517000,2139,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,1425000,2652,0,2810,900,0,0,Heat Pump,Frame Stucco,Drywall,1,Concrete Tile,2001,4,4,,View V-Good,SEWER/SEPTIC INSTALLED +2020-08-19,700000,3204,0,0,656,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-14,520000,2072,0,0,584,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,1310000,3290,0,2084,1037,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-07,546500,2554,0,0,562,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,520000,1438,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,566750,2977,0,0,623,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,785000,2755,0,1450,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-23,559950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,250000,1250,0,720,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1919,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-09,485000,3217,0,0,600,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,450000,1280,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1972,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-19,305000,748,360,748,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-27,517000,1672,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,485000,1318,0,806,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,530000,1596,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,368000,1076,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,653311,2136,0,0,451,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,405000,1625,0,0,368,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,520000,2438,0,0,534,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,376000,984,0,984,280,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,1000000,6963,0,2828,1100,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1987,5,6,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-13,430000,2580,0,0,600,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,375000,1352,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,414995,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,474000,2192,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,369000,2283,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,524900,2238,0,0,421,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,294000,874,240,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-16,605000,1817,0,330,465,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,504446,2532,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,320000,1372,0,0,404,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,324000,1440,0,0,525,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1982,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-31,341000,1449,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,410000,1786,0,0,440,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,325000,1040,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,309500,824,0,624,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,580000,1966,0,0,840,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,445000,1404,0,0,0,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,385000,1845,0,0,441,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,530000,2088,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,430750,2128,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,555000,2523,792,0,429,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,355000,840,390,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,361175,1577,0,0,0,484,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,337000,1188,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,333000,728,0,0,0,352,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-18,728000,1950,0,1950,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1950,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-18,373000,1272,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,350000,1422,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,330000,1622,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,334000,1364,0,0,456,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,270000,1288,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,2,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-18,260000,874,420,420,0,720,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,435000,1994,0,835,430,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,536000,2807,0,0,553,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,510000,1992,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,425000,2995,0,0,453,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,380000,1144,0,0,0,374,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,430000,1643,0,0,338,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,515000,2786,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,390000,2044,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,269500,2953,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,640000,2174,0,1290,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,720000,4000,0,0,576,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1985,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,545000,1988,0,0,840,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,384000,1428,0,0,390,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,485000,3065,0,0,701,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,412000,2511,0,0,529,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,446500,2570,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,710000,2840,0,0,888,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1997,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-20,368410,1003,0,0,0,280,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,445000,1884,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,420000,1196,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,490000,2360,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,380000,1283,0,0,424,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,500000,2442,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,700000,2530,0,0,0,0,2,Hot Water Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1962,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-18,445000,1712,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,370000,1256,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1942,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,500000,1670,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,570000,1714,0,1714,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,460000,1650,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,450000,1924,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,268000,1020,0,912,264,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,439900,1862,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,656000,2402,0,0,619,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,375000,1304,0,0,440,484,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,530000,3312,0,0,524,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,483568,1747,0,0,630,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,529000,2692,0,0,601,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,600000,1684,0,0,504,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-05,330000,1092,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,180000,1392,0,0,440,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-16,770000,2376,0,0,708,0,2,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1994,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-17,625000,2368,0,0,484,1008,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,320000,1368,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,295000,1116,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-04,607256,3129,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,480000,2347,0,0,594,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,515000,2484,0,0,648,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,275000,936,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,220000,1717,0,0,748,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,760000,2192,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-19,610000,1486,0,1486,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,557555,1024,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,557555,864,0,0,0,0,0,Electric Baseboard,Frame Siding,Paneling,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,207000,816,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,310000,1439,0,0,360,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1961,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,372000,1466,0,0,280,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1954,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,862500,1782,0,1726,932,0,0,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Composition Shingle,1977,3,4,,,SEWER/SEPTIC INSTALLED +2020-08-20,433000,910,523,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,360000,1623,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,345000,1262,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-18,405000,2795,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,355000,1064,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,664995,3297,0,0,704,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,445000,1095,540,528,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,435000,1718,0,0,378,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,368000,836,360,836,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-22,435000,2590,0,0,632,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-04,639950,3483,0,0,561,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,400000,2357,0,0,483,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,629388,3029,0,0,630,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,703500,3014,0,0,646,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,540000,3238,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,274000,1896,0,0,592,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,262000,2578,0,0,1082,0,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2021,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,479000,460,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1960,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-20,1800000,4145,0,0,0,720,2,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1986,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-10,415000,2250,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,345000,1218,0,448,0,624,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,425000,1802,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,860000,3044,0,1786,0,0,1,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Composition Shingle,1973,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-14,515000,1896,0,0,672,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,1025000,2850,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1967,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-11,415000,2318,0,0,416,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,370000,1331,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,438000,1620,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,330000,816,0,816,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,370000,1732,0,0,552,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,138238,1716,0,0,484,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-10,392500,998,480,660,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-18,830000,1991,0,810,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1904,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,262500,1225,0,0,525,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,368000,2012,0,0,506,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,635000,1995,0,0,844,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,336000,724,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,410000,2448,0,0,748,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,402000,2016,0,0,410,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,504000,1756,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,420000,1593,0,0,300,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,625000,3073,0,0,600,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,569900,1968,0,626,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,534950,2941,0,0,683,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,500000,2196,0,0,748,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-23,470000,2492,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,390000,2073,1158,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,390000,740,294,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2003,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,350000,792,0,792,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1944,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-09,457000,2194,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,308200,1388,0,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,595000,1784,0,0,616,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,490000,1334,0,0,0,720,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,387870,1870,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,325000,1329,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-22,563500,3272,0,0,656,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,380000,1533,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,500000,1970,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,425000,2072,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,374950,1440,784,0,0,1200,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,280000,1029,216,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,410000,1951,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,585500,2087,0,0,814,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,559000,2062,0,0,712,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,444995,2375,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,574793,2709,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,355000,1700,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-16,275000,460,0,0,0,0,0,Forced Air,Cedar Finished Cabin,Drywall,1,Composition Shingle,1900,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-13,540000,2667,0,0,725,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,391000,1168,0,476,0,0,0,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,639000,2101,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,355000,1802,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,494115,2556,0,0,632,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,435000,1966,0,0,445,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,452000,1820,0,0,560,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,465697,1983,0,0,651,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,459950,2417,0,0,651,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,484775,3039,0,0,499,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-24,450000,2592,0,0,434,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,500655,3039,0,0,499,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-17,459000,2006,0,0,440,0,2,Electric Baseboard,Frame Vinyl,Drywall,2,Concrete Tile,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,350000,1342,0,0,420,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,417500,798,300,0,300,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,700000,964,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-08,462364,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,879950,3328,0,0,782,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-20,390000,1310,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,524000,2107,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,414000,1716,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,845000,5061,0,0,811,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2007,5,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-22,423000,1336,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,830000,2602,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-19,630000,1216,448,1216,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,392500,1652,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,582500,4628,0,2411,0,0,3,Hot Water Baseboard,Frame Stucco,Drywall,2,Concrete Tile,1911,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,800000,1400,0,1404,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-20,510000,2692,100,720,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,6,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,355100,1521,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,960000,3881,0,0,1362,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-17,169500,1304,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,425000,2922,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,350000,2348,0,0,0,900,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,425000,1828,0,0,438,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,475000,2052,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,421000,1696,0,0,484,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1988,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,325000,1424,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2007,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,520000,2297,0,0,460,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,715000,2740,0,833,636,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-21,925000,2102,0,0,936,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-25,497640,2447,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,1384685,4136,0,0,1048,0,2,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,1999,3,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-18,690000,2828,0,1120,418,0,2,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1948,5,5,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-17,450000,2166,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-24,385000,1720,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,375000,2009,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Formed Seam Metal,2009,2,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,500000,1968,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,619950,2221,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,459150,2461,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,365000,1411,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,290000,1036,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,375000,1594,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,659269,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,454565,2284,0,0,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,339500,895,0,0,0,480,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,621000,2084,280,1152,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,593000,1953,0,1141,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,520000,2463,0,0,593,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,405000,1797,0,0,644,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,385000,1774,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,540000,2493,0,0,520,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,460000,3224,0,0,584,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,365000,1105,448,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,420000,1619,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,485000,2182,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,628560,2945,0,0,623,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,126774,1360,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-22,380000,1732,0,0,512,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,400000,1526,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,755000,2381,0,605,476,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Built Up Rock,1956,5,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-24,331000,1030,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,424490,1854,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,425000,2267,0,0,924,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1986,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,171000,1572,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,343000,1043,110,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,452000,1640,0,0,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,350000,1554,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-18,563000,2864,0,0,918,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,430000,1540,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,699900,2721,0,0,822,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,515000,3061,0,0,766,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,548950,1149,0,1149,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-10,292100,768,384,768,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,575000,2033,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,265000,770,0,324,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,755000,1552,0,830,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1936,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,263300,896,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1922,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-13,824500,2395,0,1368,977,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-25,300000,620,0,0,0,440,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,453000,3175,0,0,600,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1958,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,426000,1668,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,469000,1230,0,1230,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-22,570000,2774,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,702819,2471,0,0,706,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,392500,1496,0,0,408,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,390000,1968,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,330000,1344,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,370000,1772,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2003,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,391500,1896,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,375000,2156,0,0,756,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,5,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,468000,2120,0,0,792,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,367500,1348,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1914,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,435000,2492,0,0,993,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,487375,2775,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,604995,2554,0,0,568,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,610000,2928,0,0,687,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,346000,1047,0,560,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1902,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,280000,1130,0,0,0,528,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,832000,2488,0,2022,776,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,4,,,SEWER/SEPTIC INSTALLED +2020-08-24,495000,2098,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,567000,1799,0,0,640,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1999,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,475000,2143,0,0,684,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,660000,3315,0,0,766,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-21,365000,1278,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,350000,1298,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,410000,1015,0,0,329,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,537500,2659,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,509995,3496,0,0,447,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,401000,1156,0,0,412,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,287000,1288,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,890000,4040,0,0,850,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1995,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-24,465000,2476,0,0,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,345000,1216,0,0,220,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,389950,2406,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,348750,1326,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-13,400000,2243,0,0,620,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,581990,3258,0,0,658,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,425000,1675,0,0,422,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,505000,2059,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,350000,1372,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-15,550000,1924,0,0,544,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,835208,3304,0,1614,670,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-20,475000,2112,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,628000,1918,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,445000,1424,0,1424,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,482345,2311,0,0,518,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,531900,2054,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,375000,1522,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-07-29,644499,2783,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,870000,2195,0,0,756,0,2,Heat Pump,Frame Stucco,Drywall,1,Concrete Tile,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,263000,938,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-03,649950,3483,0,0,781,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,499950,1856,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,625000,1596,0,1300,0,648,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,4,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-07-27,472950,2660,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,300000,1232,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1931,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-26,500000,1818,0,0,564,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,454564,1747,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,384000,1352,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,350000,1600,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,380000,2061,0,0,380,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,515000,3218,0,0,495,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-14,700000,2600,0,0,1024,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,365000,988,504,988,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,498875,1313,0,621,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,357000,1258,0,1258,399,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-09,370000,1761,0,0,408,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,410000,1658,0,842,0,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,350000,1779,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,380000,1880,0,0,480,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,589950,3103,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,485705,2134,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,440000,1853,0,0,680,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,350000,1294,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1918,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,405000,1647,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,697400,2624,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,416000,2516,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-12,415000,2481,0,0,570,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,449950,2036,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,640000,2043,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,327000,2018,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,480000,2943,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,295000,768,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,529000,2335,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,430000,1734,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,389950,1860,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,430000,1484,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,420000,1937,0,0,492,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,505630,3036,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,410000,1652,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,333000,994,0,558,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,499500,1722,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,610000,2650,0,0,476,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,319300,1226,0,0,502,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,432500,1528,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,460000,1522,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,400000,1604,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,430000,1192,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1903,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,415000,1414,0,100,0,528,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1954,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,450000,2096,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,494990,2740,0,0,752,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,499500,2497,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,610000,2376,0,365,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,360000,1656,0,0,704,0,2,Forced Air,Frame Vinyl,Drywall,2,Formed Seam Metal,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-22,285000,902,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,462500,2021,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-23,344800,1008,0,0,252,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,300000,1001,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,845000,2548,0,0,484,0,0,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,205000,462,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,355000,1026,0,294,264,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,674000,2936,0,0,744,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,386000,1268,0,0,460,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,390000,2184,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,415000,1185,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,390000,1341,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,350000,1129,416,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,496103,2447,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,275000,1012,0,220,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1896,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-25,885000,2926,700,0,1108,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-19,365000,1488,0,0,390,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-02,517000,1828,0,0,640,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-04,535950,2724,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,827205,3130,0,0,578,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,336000,1392,0,0,576,0,1,Electric Baseboard,Frame Hardboard,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,925000,2006,0,416,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1906,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-19,1152500,3208,0,1418,764,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-23,415000,1640,286,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,527000,2632,0,1116,810,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,531786,2532,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,400000,1500,0,0,820,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,668007,1542,0,1144,484,0,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1992,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-08-25,650000,2777,0,0,1090,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,233000,1496,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,299950,840,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,780000,1900,400,848,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1905,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-25,475000,2875,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,1230000,2538,0,0,648,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-24,764815,2168,0,0,555,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,405500,1592,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1907,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,798184,2247,0,0,537,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,485000,2140,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,685000,2143,0,0,550,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-27,330000,2070,0,0,0,624,1,Electric Baseboard,Frame Siding,Drywall,2,Built Up Rock,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,302000,1056,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-23,501000,1873,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,596590,2783,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,232000,520,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1937,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,624950,3194,0,0,811,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-06,444950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,577000,2783,0,0,483,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,352000,1320,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,450000,1743,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,369500,1340,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,454950,926,420,926,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-25,760000,2693,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,420000,1876,0,0,439,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,355000,1800,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,535000,2188,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,631109,2348,0,0,704,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,354000,1391,576,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1903,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,421000,1176,0,0,424,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,329995,1163,0,0,352,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,699000,3298,0,736,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1948,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-14,346000,1828,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,601950,3194,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-25,180000,3504,0,0,0,0,1,No Heat,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,428000,1882,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,534000,2536,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,350000,1424,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,445000,2102,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,381000,1568,0,0,0,0,2,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,512000,3179,0,0,782,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-26,347000,1104,0,864,0,864,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1981,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-23,355000,1450,0,0,446,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,779900,1756,0,1284,816,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,403000,1548,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,430000,1788,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,650000,2703,0,0,801,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,555000,2578,0,0,514,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,477950,1928,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,230000,1036,0,0,0,506,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,500000,2520,0,0,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-26,324950,1120,480,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1932,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-26,350000,1242,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,535500,2489,0,0,566,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,645000,2729,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,663405,3286,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,465000,1344,0,832,0,216,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1918,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,562500,1948,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,135000,802,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,549000,2240,0,0,0,0,1,Heat Pump,Frame Rustic Log,Drywall,2,Composition Shingle,1988,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,685000,1805,0,0,672,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,459995,2922,0,0,790,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,445000,2272,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,390000,2532,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-27,613905,3169,0,0,1071,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,499999,1003,399,864,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,360000,1651,0,0,242,0,0,Electric Baseboard,Frame Siding,Drywall,2,Preformed Metal,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,465000,2104,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-22,439950,1822,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-23,285000,892,0,852,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-26,370000,810,270,0,0,576,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-26,370000,1326,0,0,530,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,315000,1498,0,0,218,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-20,403000,1974,0,0,500,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,414393,1579,0,0,450,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,465000,2492,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,385000,1594,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,330000,988,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-13,385000,1212,500,288,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,4,2,,,SEWER/SEPTIC INSTALLED +2020-07-07,365000,1289,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1907,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,714950,3076,0,0,932,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,194000,704,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-25,410000,2024,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,515000,1467,0,0,252,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,352500,3038,0,0,702,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,405000,1996,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,450000,2713,0,0,654,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,431000,1567,0,0,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,340000,1402,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1937,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,685000,1928,0,0,0,1440,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,1025000,1401,0,1372,0,843,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1989,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-25,299500,870,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,380000,1350,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,350000,1224,0,480,0,528,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,510000,2011,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,447500,2034,0,0,460,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,355000,1642,0,0,522,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,410580,1883,0,0,395,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,442500,2503,0,0,621,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,455000,2922,0,0,590,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,755000,3397,0,0,426,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-28,165000,520,260,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1976,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-26,560000,2389,0,816,1050,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,475000,2155,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,426000,1684,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,400000,1392,0,0,482,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,560000,1768,0,510,544,0,0,Electric Baseboard,Frame Siding,Drywall,1,Concrete Tile,1982,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-27,695000,3065,0,0,592,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-28,335750,1138,0,0,560,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,327000,1392,0,0,1056,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-26,422000,2704,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-22,510000,2398,0,0,992,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,500000,2138,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,300000,1048,394,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1933,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,288000,956,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,425000,1524,0,0,373,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,449950,2024,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,360000,1338,0,0,410,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,640000,3122,0,0,380,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1975,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,307000,1176,100,0,0,1196,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,3,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-26,400000,2052,0,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,267500,800,320,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-25,355000,1950,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,344000,2599,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1985,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,550000,1584,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,370000,1808,0,0,360,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,449950,1330,0,0,472,780,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,385000,1208,0,1208,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,398000,2449,0,0,377,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,344000,2317,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,50000,2920,0,0,976,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-27,334500,696,0,0,312,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-26,289000,1332,0,400,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,395000,1779,0,0,484,0,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,539950,2549,0,0,540,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,175000,1008,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,499999,1699,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,2,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,350000,2451,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-07-31,484950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,375000,1830,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,554260,2748,0,0,696,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,735500,1550,196,1550,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,420000,1780,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,730000,3233,0,1264,796,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1993,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-28,305000,1158,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,365000,1422,0,0,532,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,491255,2770,0,0,560,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,375000,1756,0,0,388,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-03,519950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,395000,1546,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,589016,2727,0,0,587,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,466950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,66404,864,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,550000,2861,0,0,800,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,1100000,3481,0,1478,885,0,1,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,2009,5,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-28,316500,1064,384,896,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1918,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,410000,1254,0,0,0,0,0,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1941,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,595000,1664,0,1644,800,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,317000,1135,0,0,273,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-28,375000,1428,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-28,400000,1220,0,0,552,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,542500,2861,0,0,800,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,341500,1765,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,509950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,810000,3289,0,0,1050,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-26,1250000,2411,0,2379,1154,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,4,4,,View V-Good,SEWER/SEPTIC INSTALLED +2020-07-29,434000,2742,0,0,0,0,2,Electric Baseboard,Masonry Common Brick,Drywall,2,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,585000,1824,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-25,375000,2268,0,0,0,294,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1967,5,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,430000,1756,0,0,650,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,429995,2375,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,250000,934,0,0,0,528,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-28,525000,2483,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,450000,1554,396,0,0,396,1,Floor/Wall Furnace,Log,Paneling,2,Formed Seam Metal,1977,1,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,549950,2976,0,0,864,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,520000,1156,0,0,0,528,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,555000,1780,0,616,440,0,0,Heat Pump,Frame Vinyl,Drywall,2,Formed Seam Metal,1994,3,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-24,474950,2443,0,0,322,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,438000,1689,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,455000,2242,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,329000,696,230,0,0,0,1,Electric Baseboard,Frame Siding,Paneling,2,Composition Shingle,2000,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-12,431618,2963,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,430000,1697,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,749950,1893,0,1873,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-08-25,400000,999,0,888,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-29,400000,1407,0,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,443500,1444,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,300000,2186,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,225000,1092,0,0,216,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,357500,1248,476,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,330000,976,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1894,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-13,286500,1248,0,0,286,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-11,515000,2904,0,0,558,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,415000,2382,0,0,432,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,487080,2656,0,0,455,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-07-24,564950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,394000,1511,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,405000,1986,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,450000,2411,0,0,502,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,440000,1704,0,0,410,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,639950,2396,0,0,1225,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,310000,842,360,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-06,512950,2692,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,428500,1656,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,378000,2562,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,415000,1488,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,529000,1767,0,0,462,529,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,355000,1632,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,515000,2672,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-13,330000,1176,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,995000,2839,0,1601,1156,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1999,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-26,309000,1328,0,1120,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,429950,2133,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,382500,1584,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,381000,882,256,882,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-28,435000,2343,0,0,538,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,335000,858,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-07,300000,960,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,430000,1317,0,1317,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,739000,2851,0,0,1455,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,120000,562,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-20,410000,1675,0,0,422,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,365000,1652,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,344000,1120,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-29,216600,1388,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,425000,2038,0,0,418,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,559000,1664,0,1568,0,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,427000,1422,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,619950,2823,0,315,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,0,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,406500,1104,0,0,294,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1973,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,325000,884,0,884,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,455000,1793,0,0,485,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,425000,2321,0,0,429,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,1000000,2580,0,1184,0,684,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-26,450000,1637,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-29,320000,1350,0,1300,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,399000,1208,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1994,1,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,500000,1152,396,1152,0,360,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,369000,1692,0,0,482,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,415000,1699,0,0,440,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-27,372000,1720,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,504000,2080,736,0,0,0,1,Forced Air,Frame Rustic Log,Drywall,2,Formed Seam Metal,1991,2,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,320000,1488,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,380000,1892,0,0,0,280,0,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1950,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,438000,2060,0,0,496,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,575000,2984,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,425000,2038,0,0,418,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,669000,2048,0,777,552,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,541000,1370,364,0,0,270,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,388000,1425,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,300000,1232,0,0,560,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,494950,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,352000,1398,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-17,356000,1093,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-17,356000,396,0,0,576,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1940,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-25,375000,1540,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,405000,1837,0,0,429,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,395000,2286,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,152639,3740,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,5,5,,,SEWER/SEPTIC INSTALLED +2020-08-18,1300000,2165,0,684,0,0,3,Forced Air,Masonry Common Brick,Drywall,2,Wood Shake,1931,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-27,420000,1325,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-06,399950,2704,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,337500,1356,0,0,652,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,415000,2398,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,849000,1100,0,728,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,1,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-28,430000,2298,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,415000,2254,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,525000,2400,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,320000,1210,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,475000,2386,0,0,409,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,435000,2296,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1960,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,425000,2046,0,0,534,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,306700,2538,0,0,408,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-02,305000,1160,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-25,899000,528,0,0,0,0,1,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1939,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-25,899000,755,700,0,0,736,1,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1948,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-27,340000,1454,0,0,484,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Formed Seam Metal,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,459000,2358,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,280000,968,340,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,4,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-25,360000,1116,0,912,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-29,52500,1216,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,515000,2144,0,0,454,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,1592000,5172,0,1428,600,0,2,Heat Pump,Frame Stucco,Drywall,2,Concrete Tile,1994,4,6,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-31,370000,1574,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,478000,2124,0,0,424,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,425000,2040,0,0,380,0,0,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,460000,2530,0,0,472,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,610000,1791,0,0,441,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,310000,1352,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-25,345000,1354,0,0,468,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,401500,1134,0,0,0,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,553000,2690,0,0,626,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,640000,2174,280,0,616,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,450000,2948,0,0,400,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,200000,1497,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,393850,1546,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,725000,1342,0,812,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-20,450000,2948,0,0,400,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,140000,876,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-29,799950,1950,0,1212,528,0,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,250000,972,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,480000,2088,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-08-27,280000,1548,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1983,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,409900,1760,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,497000,3165,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,445000,2313,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-07,590000,2462,0,0,442,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,383000,1484,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,390000,1300,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,341000,1378,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,684000,1063,0,1112,480,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,329000,1012,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,549950,3153,0,0,688,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-10,605000,2798,0,0,736,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,425000,936,0,468,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-29,449950,2052,0,0,240,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,600000,3581,0,0,460,288,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,280000,1607,0,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,362000,2289,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-06,388000,816,340,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,656829,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,435000,1404,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1931,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-26,390000,1706,0,750,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,130000,984,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-14,849950,3418,0,0,774,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,773995,3971,0,0,742,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-26,415000,2303,0,0,652,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,695000,2495,0,1243,770,0,2,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1961,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-26,330000,948,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,400000,950,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1922,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,335000,1528,0,0,320,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,312000,960,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,355000,2108,0,672,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1948,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,385000,1880,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,490300,1550,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,615180,1848,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,250000,725,0,400,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,655000,2494,0,1232,558,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,320000,1682,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,480100,2934,0,0,482,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2007,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-28,215000,872,336,448,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,900000,2599,0,1676,0,0,1,Hot Water Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1951,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-01,587200,3045,0,0,550,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,499995,2945,0,0,423,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,470000,1498,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,510000,1509,704,1509,0,600,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1957,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,4126500,2022,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Built Up Rock,1907,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,529950,2858,0,0,840,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1985,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,210000,1428,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-28,945000,2074,0,1556,714,0,3,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,287000,908,336,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1913,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,375000,1559,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,396000,1566,0,1566,462,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,615000,3280,0,0,766,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,617372,2783,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,949000,2295,400,986,659,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2005,4,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-28,849900,2485,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-31,802500,3441,0,0,833,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-26,530000,1005,0,995,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-21,455000,2042,0,0,396,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,372000,1242,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,324995,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,525000,2949,0,0,620,0,2,Heat Pump,Frame Siding,Drywall,3,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,739000,4154,0,1104,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,1150000,2916,0,2916,0,0,1,Heat Pump,Frame Stucco,Drywall,1,Concrete Tile,1993,3,4,,View Good,SEWER/SEPTIC INSTALLED +2020-08-28,400000,1689,0,612,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1914,5,1,,,SEWER/SEPTIC INSTALLED +2020-08-10,350000,1778,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,405000,960,0,960,288,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,545000,2069,160,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,485000,3483,0,0,725,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-31,399950,1959,0,0,496,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,525000,2949,0,0,620,0,2,Heat Pump,Frame Siding,Drywall,3,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-22,385000,1309,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,449990,2372,0,0,652,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,510000,2352,0,0,836,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,884950,3095,0,0,823,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-30,432200,2018,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,340000,1106,0,0,308,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,500000,2928,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,600000,3024,0,0,0,0,1,Heat Pump,Masonry Common Brick,Drywall,2,Composition Shingle,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,595000,2428,0,0,920,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-12,350000,1591,0,0,391,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,384500,1373,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,444500,1935,0,780,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,240000,1383,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,380000,1396,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,291000,686,0,348,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,308000,1248,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,653000,2028,0,0,496,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1990,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-07-29,415000,1808,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,460000,2355,0,0,541,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,385000,1775,0,0,437,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,405000,1901,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,719500,2618,0,1771,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-29,165000,788,0,441,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,465000,1844,0,0,0,1280,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,320000,1296,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,438132,2490,0,0,580,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,470000,2588,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,300000,1660,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,425000,1975,0,0,456,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,303000,2954,0,2054,506,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,524950,3053,0,0,612,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,764300,2976,0,0,684,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,583411,3142,0,0,886,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,545000,2149,0,0,798,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-22,329500,640,200,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,295000,1828,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,430000,1892,0,0,544,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,565000,2463,0,0,510,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1959,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-31,610000,1080,252,327,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1991,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-02,488000,2162,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,445000,1941,0,0,692,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,530000,3051,0,0,605,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,420000,912,0,912,288,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,330000,1408,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,368700,1716,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,384000,1446,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,2,Preformed Metal,1984,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-31,640000,3200,0,0,734,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-01,388000,1350,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-28,443500,2456,0,0,658,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,780000,2000,0,0,0,672,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1945,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-03,479290,2318,0,0,556,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,670000,3062,468,0,772,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-31,393600,2070,0,0,450,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,450000,1816,0,0,912,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,419950,2316,196,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,400000,1560,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,375000,2192,0,0,606,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-30,430000,1372,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,420000,2176,0,0,504,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,465000,2360,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,390000,1898,0,420,0,0,2,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,525000,2000,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,410000,1695,0,0,789,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,385000,1462,0,600,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1914,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,810000,2808,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-08-31,385000,1636,0,0,510,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,374000,1832,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1962,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,1075000,4323,680,0,750,0,2,Forced Air,Frame Stucco,Drywall,2,Concrete Tile,1989,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-02,520000,2678,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,569000,1958,0,0,506,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-07,360000,1176,0,696,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,365000,1365,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,330000,630,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,335000,968,0,0,456,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,400000,1802,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,550550,2658,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,377500,1416,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1918,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,524950,2385,0,0,789,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,415000,1945,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,450000,1569,0,750,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,385000,1024,0,1024,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-13,628000,2760,0,0,899,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,316000,2180,0,0,414,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,7,4,,,SEWER/SEPTIC INSTALLED +2020-08-31,377500,1422,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,360000,1816,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,615000,2213,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,390000,1596,0,0,493,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,594000,2214,0,0,1029,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,356000,1733,0,0,0,336,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,470000,2236,0,0,416,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,370000,1112,0,800,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-29,437500,2524,0,0,465,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,5,4,,,SEWER/SEPTIC INSTALLED +2020-08-27,400000,1216,0,704,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,681523,2181,0,0,604,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,457935,2770,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,300000,898,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-23,146100,1036,0,0,276,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,348000,1200,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,325000,780,256,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,372000,1580,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,240000,2036,0,0,0,0,2,No Heat,Frame Siding,Drywall,1,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,240000,918,0,0,0,0,1,No Heat,Finished Cottage,Drywall,1,Composition Shingle,2000,1,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,624950,3483,0,0,561,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,415000,2189,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,615000,3195,0,0,580,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,709950,3220,0,0,647,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,535000,1676,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,2008,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-31,385000,1648,0,0,528,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,990000,2189,0,1227,832,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-27,380000,1456,0,0,380,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,225000,912,0,400,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,804045,3397,0,0,426,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-01,450000,1758,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,889000,1587,0,1587,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1964,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-09-03,379000,1080,0,1080,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,2004,1,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,347000,1009,0,0,264,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,440000,1458,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-29,450000,2249,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1956,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,589000,2533,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,195000,480,0,280,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1965,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-02,530000,2507,0,0,427,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,365000,1336,0,0,406,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,447950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-11,650000,1612,0,1104,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,256000,1774,0,0,416,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,411000,2088,0,0,438,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,649950,2505,0,0,600,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,610000,3316,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,398310,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,415000,2124,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,614000,2894,0,0,924,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,400000,1502,0,1502,504,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1955,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,465000,2861,0,0,492,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,524995,2450,0,772,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,6,4,,,SEWER/SEPTIC INSTALLED +2020-09-01,430000,1557,0,976,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,705000,2005,0,1491,581,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-01,410000,1502,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,190000,1139,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,545000,2534,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,510000,1552,0,1026,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-01,501800,2399,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,490000,2922,0,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,100000,252,70,0,0,0,1,No Heat,Cedar Finished Cabin,Paneling,1,Wood Shake,1934,1,0,,,SEWER/SEPTIC INSTALLED +2020-08-27,310000,1492,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,325000,804,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-25,891990,3200,0,1036,643,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-03,335000,1197,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,315000,1650,0,0,286,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,318500,1051,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,360000,1372,0,0,400,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,380000,2418,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,727490,3834,0,1054,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-01,752152,3125,0,1405,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,7,4,,,SEWER/SEPTIC INSTALLED +2020-08-27,410000,1348,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,403000,1232,0,0,252,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,332000,1368,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,443470,2285,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,374995,1883,0,0,395,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,1300000,2626,0,1235,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-31,708015,2234,0,0,636,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,441000,1680,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,340000,1168,0,1152,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,385000,1586,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,345000,1292,0,792,0,816,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,345000,1250,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,590000,2828,0,0,808,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-03,340000,992,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,255000,1179,279,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-30,460000,1730,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,450000,1260,0,0,0,325,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,285000,1056,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,530000,2024,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,725000,1693,0,1693,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1963,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-26,405000,1899,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,325000,1800,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,370000,800,458,0,0,384,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,320000,1660,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,324000,810,264,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,380000,1562,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1919,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-18,462000,1956,0,1080,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1918,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,539900,2417,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,644000,1428,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,585000,2914,0,0,686,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,313600,1468,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,290000,880,0,0,308,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,533045,3308,0,0,603,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,365000,1346,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,330000,1056,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,401250,1300,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,430000,1586,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,620000,2630,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,459950,2134,0,0,447,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,12752,1773,196,1630,544,0,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1990,5,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-01,535000,2979,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,532213,3359,0,0,716,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,330000,1016,0,0,580,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,380202,2101,0,0,382,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,210000,1398,0,0,200,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2021,3,3,,,SEWER/SEPTIC AVAIL +2020-09-04,210000,736,0,0,0,308,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,575000,1280,0,1186,400,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,500000,2646,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,470000,3236,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,747000,1430,0,1264,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-08-25,368500,1296,0,0,336,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1955,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,470000,2634,0,0,432,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-23,300000,747,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,627000,1378,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,365000,1136,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,460500,1215,156,0,273,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,629950,3441,0,0,660,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,690000,1664,0,882,528,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,395000,1904,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,390000,1722,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,342000,1657,0,0,410,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,286000,1260,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,362356,2088,0,1044,0,880,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-26,499995,2359,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,350000,1536,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,451746,2623,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,381500,3209,0,0,409,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,395000,1589,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,417000,984,0,840,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,205000,882,0,0,325,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-05,480000,876,0,576,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,310000,1123,0,0,0,400,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,440000,1516,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,409000,1828,0,0,438,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,760000,2544,0,0,640,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,200000,1008,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,410000,2024,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,750000,2870,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-11,570000,2555,0,0,455,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1991,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-07,481000,1946,0,0,0,240,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-05,450000,2156,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,500000,2048,284,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,949990,3487,0,0,912,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,600000,1260,0,1260,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-08-27,450000,1786,0,0,598,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,30000,760,324,648,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-02,615792,1092,372,572,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1930,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,359000,864,288,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,732100,2420,301,0,704,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,400000,1077,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,430000,1234,0,476,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-29,499000,2016,0,0,0,0,1,Electric Baseboard,Log,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,375000,1728,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1980,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-01,540000,2907,0,0,886,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-12,420000,1578,0,0,300,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,420000,2048,0,0,689,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,404000,1600,0,0,361,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,362500,1952,0,0,396,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,530373,2614,0,0,645,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,415000,2188,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-14,689000,3360,0,0,850,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,365000,1829,0,0,0,744,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,580295,2822,0,0,460,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,425000,1645,0,0,644,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,282000,764,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,600000,2146,0,864,0,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1987,4,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-04,455000,1099,0,823,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,557626,1820,0,0,694,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,889900,3243,0,0,835,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,4,,,SEWER/SEPTIC INSTALLED +2020-09-08,365000,1242,0,0,416,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,425000,2200,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,432500,2822,0,0,403,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,497500,1952,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,699500,2314,0,0,576,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2017,2,3,,,SEWER/SEPTIC INSTALLED +2020-08-22,435000,2239,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,435000,1633,0,0,460,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,477500,1602,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,400000,1152,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,380000,1566,0,0,506,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,375000,1155,0,0,307,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,555000,3231,0,0,664,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,520000,2787,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,360000,892,378,420,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-08,180000,838,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1912,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-08,649995,2947,0,0,619,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,510000,3008,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,425000,2488,0,0,400,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,389995,1870,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-07,669500,3707,0,0,724,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,320000,744,0,0,0,280,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-04,699950,2867,0,0,452,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,246500,2576,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,405000,1574,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,599950,2384,0,1300,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,4,,,SEWER/SEPTIC INSTALLED +2020-09-02,400000,3020,0,0,500,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,350000,1318,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-22,410000,1956,0,0,264,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,727000,2806,0,0,1109,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,1200000,1656,0,1656,2064,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1985,2,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-05,1465000,2458,0,1681,768,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1971,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-04,400000,1431,0,1176,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1954,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-02,635000,2455,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,445000,2548,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,379500,1322,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,370500,1998,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-08-21,410000,2429,0,0,475,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-30,380000,1342,0,0,0,440,1,Hot Water Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1951,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-03,316000,1995,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-07,385000,1398,0,1322,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,771045,2168,0,0,555,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,510000,2330,0,0,1080,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1975,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,506675,2311,0,0,518,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,325000,1086,420,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,485000,1460,288,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,510000,2212,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,695200,3110,0,0,662,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,387000,1891,0,0,429,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,432500,1310,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-12,288399,893,330,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,624995,2787,0,0,662,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,695000,1608,0,1512,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,516698,2928,0,0,648,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,405000,1328,0,806,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1937,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,579950,2140,0,654,648,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Concrete Tile,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,275000,832,560,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1967,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,330000,1175,0,600,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1917,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,365000,1105,0,0,0,308,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,514053,1988,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,445000,2933,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,440000,2451,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,393300,1929,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,532900,1890,0,1876,492,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1970,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,409950,1677,0,0,468,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,637500,2504,0,0,528,660,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-09-02,320000,1482,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1979,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,365000,728,260,728,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,445000,1386,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,385000,2222,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,700000,3234,0,0,1116,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-09,510000,1471,392,169,0,336,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,275000,645,0,0,300,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-04,490000,1762,232,0,0,0,0,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1942,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,325000,812,272,812,0,280,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,562000,2049,0,0,723,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,408450,1880,0,0,950,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,525000,1296,536,0,0,520,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,400000,1663,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,1085000,2319,628,2690,0,0,3,Heat Pump,Frame Stucco,Drywall,1,Composition Shingle,2009,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-07,426000,1754,0,0,440,840,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,519950,2116,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,290000,1533,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,1,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,779000,1402,0,1234,484,0,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,410000,1466,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,365000,1027,0,0,0,336,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1915,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,334712,1212,0,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,350000,1203,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-29,395000,1882,0,0,483,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,800000,3650,0,1004,572,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,5,5,,,SEWER/SEPTIC INSTALLED +2020-09-09,439950,2572,0,0,582,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,335000,1152,120,552,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-31,780000,2413,0,2413,600,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,1,Concrete Tile,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,599000,3349,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,385000,1332,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-08,363500,1072,0,0,360,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,355000,1481,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,571753,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,534000,2537,0,0,427,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,375000,1512,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,825000,2202,0,2111,792,0,2,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1998,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-08-26,415000,1845,0,0,358,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,385000,1804,0,0,470,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,415000,1236,0,660,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,650000,3056,0,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1957,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-09-04,400760,2417,0,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,322000,1041,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-04,358750,1092,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,500000,2748,0,0,578,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,400000,1852,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,710000,2072,0,1328,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1932,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,404165,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,825000,3301,0,0,725,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,345000,1358,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,635000,3602,0,0,720,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,475000,1704,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,225000,648,240,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,385000,1936,0,0,474,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,280000,1049,0,0,315,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-04,370000,1950,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,233000,472,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,375000,1200,0,0,336,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,300000,2010,0,0,654,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-21,975000,1926,0,0,576,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-08,415000,2822,0,0,398,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,4,,,SEWER/SEPTIC INSTALLED +2020-09-09,460000,2605,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,550000,2242,429,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,327589,2800,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,438000,1704,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,1325000,2143,0,0,768,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1988,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-05,430000,1955,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,400000,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,485000,3368,0,0,960,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1990,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-01,549232,2483,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,340000,756,168,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-08,825000,2796,0,0,820,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-09,1088000,3347,0,2807,1370,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1985,6,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-02,332500,940,320,228,0,656,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,550000,2855,0,0,800,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,460000,1716,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-25,760000,2400,0,0,960,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1997,4,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-08-26,515000,2224,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-10,710000,2967,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-09-09,415000,1943,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,418000,1612,0,1612,0,792,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,5,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-28,275200,1608,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,625000,1730,0,1730,808,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,2,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-09,744490,2172,0,0,535,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-19,413000,2262,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,570000,2687,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,450000,1800,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,750000,2040,0,1280,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,451750,2229,0,0,640,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,315000,1341,0,900,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1940,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,335000,812,0,812,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-09,390000,768,0,0,0,638,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-08-19,430000,1775,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,440000,2316,196,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,525000,1711,0,1050,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2004,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-04,360000,1738,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,400655,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,325000,1464,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Built Up Rock,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,265000,880,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-09,250000,1292,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,350000,1100,0,572,384,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1958,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,502500,1968,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-02,390000,1621,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,759900,2597,0,0,512,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,475000,1916,0,1240,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-08,410000,2406,0,0,503,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,490000,2028,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,699999,2823,0,315,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,410000,1632,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-29,414000,1915,0,0,433,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,835000,3397,0,1004,774,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-01,705000,2016,0,0,644,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,238000,1612,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,415000,1918,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,715000,2046,0,0,632,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,604995,3260,0,0,600,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,470000,1728,0,900,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,360000,1008,0,0,0,540,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1909,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,420000,2046,0,0,736,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-25,350000,1806,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,376000,1308,0,0,423,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,575000,1824,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-09,350000,1314,392,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,444000,1530,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,1025000,3131,0,0,905,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-03,529950,1756,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-05,800000,1416,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-05,800000,841,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1930,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-01,410000,1634,0,0,664,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-19,326360,1870,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,813500,2916,0,648,774,1440,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,485000,2744,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-10,485000,2744,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,399950,1460,0,0,488,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,830000,3468,0,1782,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,468000,1479,0,688,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,358000,1338,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,200000,1238,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,355000,1498,0,0,413,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,480000,1080,0,1080,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,400000,1648,0,0,608,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-06,344000,1536,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,385000,1768,0,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,400000,2164,0,0,276,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-18,312000,1187,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-09,884710,3106,0,1432,712,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,382000,1236,0,300,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,321120,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,715000,2190,0,0,0,480,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1994,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,405000,2199,0,0,495,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,300000,1191,0,0,488,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,325000,1054,0,600,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-09,375000,1884,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,567175,2828,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,480000,2389,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,537500,1798,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,850000,3598,0,0,570,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,386000,1355,0,0,529,0,2,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1966,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,231137,1852,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-11,365000,1422,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,410000,1762,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,280000,792,332,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1906,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-04,315000,2507,0,255,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1953,3,1,WF Salt,,SEWER/SEPTIC NO +2020-09-11,350000,1528,0,0,412,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,899950,1776,0,856,0,468,3,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1946,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-08-24,485000,2112,0,0,616,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,405000,2069,0,0,513,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,1265000,2576,0,1012,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1965,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-04,378000,1784,0,0,394,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-02,575000,2754,0,0,640,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,685000,2596,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,562900,3230,0,0,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1962,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,272450,2094,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,391000,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,569750,2672,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1974,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,399500,1791,0,0,0,660,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,465000,2830,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,350000,894,330,390,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-04,415000,1901,0,0,402,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,605000,1995,0,1432,760,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,499800,2995,0,0,546,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,197000,1412,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,579950,3194,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-02,420000,1275,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-29,285000,560,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1995,0,1,,,SEWER/SEPTIC INSTALLED +2020-08-27,410000,1976,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,399000,1780,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,470000,2616,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,330000,1265,0,0,475,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,420000,1839,0,0,900,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,410000,1802,0,1080,696,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,190000,936,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-08-19,579950,2860,0,0,656,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,330000,1046,0,0,286,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-11,485500,1784,0,0,860,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,410000,2269,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,785000,3072,0,0,681,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,297000,2564,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,455690,2406,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,451325,2419,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,363000,1952,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,795000,3120,0,0,792,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,624500,1558,0,1548,506,1008,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,395000,1270,0,0,456,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,474450,2270,0,0,505,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,546500,1280,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1985,3,2,WF River,,SEWER/SEPTIC INSTALLED +2020-09-12,350000,1661,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,285000,906,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,495000,2832,0,0,516,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-11,260539,1855,0,0,418,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,280000,1440,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,435000,1292,0,0,0,528,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,630000,1922,0,915,735,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,395000,1636,0,0,400,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1996,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,305000,1292,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,675000,2794,0,0,380,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-03,675000,648,0,0,1408,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-11,468500,1524,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-01,544500,2252,0,0,1056,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,450000,912,216,0,299,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,669950,1627,0,0,751,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,377000,1526,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,300000,1084,0,0,276,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,574995,3073,0,0,374,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,896871,2479,0,980,680,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,901000,2300,0,2160,754,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2003,5,5,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-12,404000,1264,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,224000,1125,0,0,312,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-11,381214,1435,0,0,429,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,357000,1392,0,0,457,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1982,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,480000,1776,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,410000,1164,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,325000,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,330025,1126,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,470000,1831,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,850000,3618,0,0,924,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-11,435000,2690,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,784950,2518,0,0,552,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,314599,1264,384,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-12,345000,1590,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,265000,1324,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-12,390000,1857,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,350000,1014,0,0,0,576,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,758000,2906,0,0,638,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,699000,2216,0,2060,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1964,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,1291250,4095,0,2225,816,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1994,5,5,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-26,493950,2302,0,0,612,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,448396,1983,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,390000,1513,0,0,431,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,369000,1896,0,0,388,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-02,335950,1008,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,154000,1984,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,330000,1120,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,395000,2212,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-12,390000,1901,0,0,402,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,427000,2375,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,620000,1198,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,490000,1893,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,475000,2647,0,0,477,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,340000,1158,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,2,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,639950,2975,0,0,654,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,93000,792,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,618500,2384,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,350000,1318,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1932,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,350000,480,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1932,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,415000,1444,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,708647,3584,0,0,740,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,5,,,SEWER/SEPTIC INSTALLED +2020-09-09,644990,1158,550,1140,432,0,1,Forced Air,Frame Vinyl,Drywall,1,Formed Seam Metal,1939,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,422746,2417,0,0,595,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,295000,954,0,954,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,509217,2693,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,520000,1906,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,425000,1836,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,357500,1133,0,0,377,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-12,365000,1520,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,134550,1206,312,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,499950,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,450000,2303,380,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,371000,1570,0,0,630,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-12,780000,2593,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,200000,1356,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-12,230000,3190,0,0,943,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,725450,2616,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,4,,,SEWER/SEPTIC INSTALLED +2020-09-14,610000,2272,0,0,723,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,487223,2836,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,333500,1090,0,0,350,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,455700,1364,0,0,536,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,465000,2701,0,0,471,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,478000,2123,0,0,600,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Concrete Tile,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,397000,2267,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,650000,2756,0,0,832,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,400000,1520,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,567000,2119,0,0,680,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1998,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-08,440000,2395,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,295000,1704,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,270000,820,0,168,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,425000,1688,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,400000,1664,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,330000,910,432,384,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-03,300000,1152,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,319500,970,0,0,254,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,655000,2231,0,1768,600,0,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1991,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-15,364950,1296,0,720,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,362000,1238,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,1120000,3456,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1968,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,390000,1344,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-13,477000,2300,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-22,455000,1905,0,0,420,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,624999,1616,0,1724,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-09-14,560000,2039,0,0,385,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,662800,3581,0,0,460,288,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-05,145703,1640,0,0,484,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,458000,1364,0,0,426,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,324995,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,541500,1598,0,1380,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,300000,1290,0,0,0,360,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,330000,1438,0,0,490,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,523000,2276,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,889000,3514,0,0,804,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,4,,,SEWER/SEPTIC INSTALLED +2020-09-15,475000,1783,0,1183,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,445000,2166,0,0,556,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,350000,1890,0,0,0,720,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,388300,1440,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,455000,2222,0,0,807,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,315000,1296,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,240000,2330,0,0,400,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,634995,2945,0,0,623,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,340000,1910,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,296000,832,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-04,500000,2162,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,950000,3036,528,962,864,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,5,,,SEWER/SEPTIC INSTALLED +2020-09-15,428000,2096,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,400000,2644,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,450000,1365,0,0,509,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1996,2,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,203000,1194,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,451950,3062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,405000,1740,210,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,405000,1728,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,366000,1448,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,562950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,384190,732,0,972,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,510000,2508,0,540,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-10,522875,2904,0,0,558,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,295000,1147,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,769000,2561,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,340000,1316,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,180000,1527,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,559000,1863,0,1029,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,660000,2364,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1909,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,660000,940,160,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1909,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-04,650000,1996,0,0,504,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,342040,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,190000,1004,0,0,0,312,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,355000,1677,0,0,372,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,380000,1440,0,891,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,590000,1152,624,1152,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,465000,1788,0,0,400,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,584950,2416,0,0,649,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,389000,1405,0,0,299,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,137980,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,355000,1332,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,285000,768,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,306875,820,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,365000,1264,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1902,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-12,306500,859,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1890,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-07,460000,1746,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,472500,2189,0,0,717,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,730000,1944,0,952,0,0,1,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,1903,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,490000,1413,0,1413,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,335000,1404,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,600000,2702,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,450000,1729,432,1729,0,630,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,511000,2250,0,0,420,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,425000,1152,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,451000,1533,0,1743,441,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,389950,1827,0,432,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-17,500000,1962,144,256,480,0,0,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-15,632000,1589,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,632000,455,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1916,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,570000,2238,0,0,624,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Built Up Rock,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,415000,1696,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,367000,1156,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,635000,2718,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,430000,2220,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,581743,1790,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,458000,2809,0,0,556,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,3,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,772500,2510,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-16,400000,1987,0,0,734,0,1,Heat Pump,Frame Siding,Drywall,1,Wood Shake,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,313500,868,0,868,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,390000,1368,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1932,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,320000,1278,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,415000,1430,0,600,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,498000,2536,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,294000,641,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1917,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,985000,4394,0,0,989,0,3,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,1996,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-03,531000,1812,0,0,528,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,415000,1981,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,2600000,3799,0,1652,1031,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-09,421000,1360,0,600,396,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,519364,2448,0,0,620,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,630000,1954,298,960,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,455000,1729,0,0,680,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,339950,1756,0,0,388,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,595000,1800,0,600,600,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-12,1225000,2663,0,0,685,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-09-17,542695,2727,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,516925,2572,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,260000,1360,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,638175,2181,0,0,564,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,620000,1625,0,0,483,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,625000,2776,0,0,506,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-15,400000,1716,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,582861,2840,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-12,325000,895,0,384,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,555069,1820,0,0,694,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,721500,3032,0,0,672,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-05,167863,1118,0,0,468,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,431000,1374,0,0,288,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,430000,2080,0,0,435,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,440000,2521,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1948,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,900000,2627,0,0,0,1268,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,554950,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,775000,2568,0,966,534,0,2,Forced Air,Frame Stucco,Drywall,2,Built Up Rock,2001,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-10,442500,1342,0,832,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-28,368000,1408,0,0,396,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,595000,2486,0,0,704,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,412000,1708,0,1620,1168,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1975,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-18,356365,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,405000,1887,0,0,715,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,375000,1770,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-02,188000,1002,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,300000,936,360,416,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,445000,1901,0,0,402,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,420000,2376,0,0,464,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,435000,1554,0,672,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1922,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,541000,1999,0,0,483,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,810000,2168,0,900,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-04,375000,1552,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-12,141730,1576,0,1088,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-14,595000,3004,0,0,470,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,540000,1393,0,1388,625,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-10,372000,1498,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,750000,2137,0,0,900,0,2,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,435000,1824,0,0,288,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,984500,1776,0,1220,855,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-14,427500,1753,0,0,665,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,474995,2318,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-03,345000,923,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,358000,2126,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,470000,1936,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,424950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-08,420000,2532,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,370500,1129,0,0,530,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,405000,2278,0,0,483,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,860000,3480,0,1310,660,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,6,4,,,SEWER/SEPTIC INSTALLED +2020-09-13,170000,641,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,405000,1528,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,1150000,3870,0,0,1054,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-17,304000,1320,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1914,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,634950,2641,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,1100000,3312,0,720,880,0,3,Forced Air,Frame Stucco,Drywall,2,Concrete Tile,1995,5,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-16,500000,2076,0,0,520,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,346000,1763,0,0,299,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,410000,1924,0,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,338000,1388,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,805000,3663,468,0,828,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-12,359000,1256,0,0,0,510,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,351950,1328,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,2250000,4852,442,0,1247,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2001,4,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-16,365000,2070,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,569000,2509,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-09-03,350000,1096,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,435000,1344,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,394950,1928,0,0,424,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,425000,1726,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-02-20,225000,1232,0,0,0,0,0,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,325000,1051,0,0,275,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-17,365000,1560,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,585000,1829,0,0,520,1500,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,505000,1570,0,0,276,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-03,431551,2490,0,0,580,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,420810,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,404889,1820,0,0,452,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,350000,1618,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,287000,768,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-09,470000,1602,0,557,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,360000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,505000,2618,0,0,592,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,375000,2056,0,500,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,442500,982,396,0,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1921,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,365000,1950,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,820000,1320,0,840,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,799950,2412,0,0,0,1008,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,295000,794,0,794,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,350000,1040,400,1040,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1916,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,346000,1415,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,380000,1510,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,332000,1273,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-20,689995,3110,0,0,662,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-13,435000,1858,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-13,435000,432,0,0,504,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2007,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,357200,1856,0,616,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-17,155000,1330,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,405000,1960,0,0,460,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,446000,1548,0,0,581,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,375000,1751,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,425000,2222,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,518000,2654,0,0,518,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,367155,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,425000,2402,0,0,483,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,474950,2660,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,370000,1788,0,0,484,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1956,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,285000,775,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,346000,1278,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,370000,1260,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,644400,1889,0,0,775,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,458000,1731,0,0,0,792,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,732465,3882,0,1062,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,830000,2869,0,0,466,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,380500,2050,0,0,230,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,370000,1580,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,462830,2867,0,0,595,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-12,430000,1947,0,0,816,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,750000,2017,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,335000,1534,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,499950,2992,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,735000,2260,0,1008,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,380000,1367,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,330000,1609,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,420000,2152,0,0,576,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,370000,1980,0,0,420,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,387000,1526,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,330000,1008,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,510000,1228,140,480,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,795000,1588,0,1512,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,2,2,,View Good,SEWER/SEPTIC INSTALLED +2020-09-09,608432,2850,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,495000,1729,0,0,556,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,622400,2471,0,0,483,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,380000,1583,0,0,581,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,1090000,2486,435,0,723,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-10,670000,1817,0,1817,578,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,4,4,,View Good +,SEWER/SEPTIC INSTALLED +2020-09-15,205000,960,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,399000,1875,0,0,460,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,630000,1481,0,1054,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,342500,1512,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,4,1,,,SEWER/SEPTIC INSTALLED +2020-08-28,864300,3140,0,1280,0,0,2,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1928,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-09-18,445000,1845,0,0,358,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-21,419950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-07-22,91600,840,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-07-22,128900,1012,0,884,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,476603,1802,324,0,0,756,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,295000,864,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,400000,1716,0,1040,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1954,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,409999,1562,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,491000,2414,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,387000,1660,0,0,644,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,515000,1706,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,438000,2679,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,685000,3179,0,0,724,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,362000,2300,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,440000,1588,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,5,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-11,455000,3004,0,0,444,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-10,431500,1488,0,0,360,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,380000,1973,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-18,263000,1022,0,0,0,0,1,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1947,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,370000,1591,0,0,391,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,353000,717,368,352,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,538000,2175,0,0,682,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,293000,955,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1980,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,420000,1885,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,380000,1182,560,273,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1910,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,540000,2852,0,0,468,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-20,376000,1656,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,2700000,5778,693,0,1086,0,2,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-19,2700000,672,0,0,0,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1995,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-02,436000,2275,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,775000,3118,0,0,602,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,572478,2136,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,585000,2312,457,0,477,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,599950,2160,0,0,0,816,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-17,316500,1014,0,0,336,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,430000,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,360000,1672,0,0,452,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,421000,2818,0,0,721,0,1,Heat Pump,Frame Siding,Drywall,2,Built Up Rock,1962,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,765000,3613,0,0,768,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-16,396000,2027,0,0,461,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2009,2,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,635000,2142,0,896,0,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1915,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-07-22,355000,1646,0,0,552,0,1,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,414400,1935,0,0,407,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,730000,2780,0,0,576,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-16,445000,1400,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,375000,1176,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,105821,1456,0,908,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1927,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,350000,1312,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,1935500,3098,0,641,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-17,1935500,592,0,0,952,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2002,1,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-16,370000,832,320,832,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,395000,1706,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,465000,1576,0,0,434,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,190000,1279,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-04-24,178800,2197,0,0,693,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,390000,1402,460,0,409,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-20,231300,1451,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,430000,1224,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,382000,1644,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,370000,1872,0,0,240,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-17,608766,2969,0,0,477,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,425000,1354,0,0,350,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,355000,2075,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,450000,1858,0,0,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,435000,2239,0,0,500,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-23,800000,3443,0,0,849,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,2002,4,4,,View Good,SEWER/SEPTIC INSTALLED +2020-09-21,397000,1320,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,393000,1501,0,0,381,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,330000,960,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,456000,1698,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,485000,1148,0,1148,484,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,429000,2682,0,0,408,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-31,450000,2175,0,0,483,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,425000,2434,0,0,404,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,436450,1584,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,425000,1440,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,225000,1040,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1895,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,373500,1740,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,1000000,2336,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1916,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,400000,1775,0,0,431,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,420000,2220,0,0,399,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,700000,3143,0,0,1071,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,315000,2090,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,355000,864,325,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,1,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-01,375000,960,0,960,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,590000,2764,0,0,775,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,225000,936,0,0,320,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-17,550000,2036,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,1050000,2280,392,672,0,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Wood Shake,1943,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-17,528000,2312,0,0,477,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,340000,1244,0,0,380,0,1,Electric Baseboard,Frame Siding,Drywall,1,Concrete Tile,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,383000,1269,552,0,475,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,323000,1056,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-08-24,602950,3103,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-16,350000,1300,0,0,1038,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,555000,1794,0,0,768,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,350000,1200,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,459900,2245,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,490000,2321,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-12,935000,2662,0,854,763,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,460000,1532,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,470000,3036,0,560,624,0,1,Forced Air,Masonry Common Brick,Drywall,2,Concrete Tile,1910,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,400000,1488,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,265000,440,280,0,0,288,1,None,Cedar Finished Cabin,Drywall,1,Composition Shingle,1990,2,1,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-21,368000,1238,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,375000,992,0,1064,0,0,1,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,420000,1004,0,864,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-19,479200,2664,0,0,426,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,545000,2320,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-10,335000,798,0,684,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,620000,3232,0,0,827,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-04,403000,1969,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,447205,3036,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,341000,1220,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,448000,2944,0,0,412,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,305000,1222,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,579950,2933,0,0,500,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,363000,1544,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-19,374600,1947,0,0,403,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,515000,2614,0,0,418,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,378500,1761,0,0,415,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,230000,1008,0,0,288,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,560000,2256,0,0,1056,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,231000,1599,0,0,522,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-12,800000,3305,0,0,1217,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,665000,3107,0,0,792,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,515000,2426,0,0,708,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,464950,1824,0,0,496,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-13,500000,1662,0,1562,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-18,430000,2138,0,0,484,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,586000,2204,0,0,0,500,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1948,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-12,499000,2100,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,6,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,345000,1300,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,375500,832,384,832,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,360000,1595,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,442950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,435000,2153,0,0,591,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,75350,3732,0,0,484,0,2,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1947,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-18,75350,512,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,460000,2297,0,0,548,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,520000,1857,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,402500,2116,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-20,673232,3143,0,1162,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,562000,2268,0,0,960,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-08,950000,2420,486,1488,720,478,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-21,438479,1820,0,0,694,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,468500,1655,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,646000,1638,0,1612,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,506000,2466,0,0,580,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,506000,2466,0,0,580,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,70116,1008,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1916,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,750000,3556,0,0,838,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,6,4,,,SEWER/SEPTIC INSTALLED +2020-09-19,465000,1792,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,435000,2278,0,0,710,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,425000,2319,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,445000,2469,0,0,405,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,97034,1384,0,0,0,0,0,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,880000,2485,0,0,776,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,447000,1787,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,380000,1372,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,440000,2198,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,425000,2447,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,230000,1040,0,0,0,600,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-17,477000,2749,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,380000,1764,0,1120,0,550,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-21,360000,1514,0,0,484,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,689950,2899,0,0,715,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-08,419000,2094,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,629950,2472,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,399000,1676,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,360000,1172,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,590979,2876,0,0,426,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,411000,1356,0,0,435,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-24,446950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,310000,1064,0,0,364,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,350000,913,0,913,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,350000,360,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,560000,2160,0,0,904,0,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,522000,1862,0,1624,1100,0,1,Hot Water Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1963,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-20,389900,1104,0,0,516,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,223610,1048,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,474950,2262,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,425000,2664,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,358888,1532,0,548,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,579900,3181,0,0,557,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,610000,2374,290,0,714,957,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,530000,1656,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,515000,2818,0,0,656,952,2,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-13,368000,2120,0,0,460,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,500000,2112,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,354400,700,0,0,739,0,0,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1930,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-22,800000,1991,0,0,0,624,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-22,185000,1058,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,495000,2023,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,636500,2062,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-27,338559,1294,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,288623,2200,0,1196,0,520,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1914,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-21,398000,1104,0,0,220,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,560895,1790,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,635000,1872,312,0,598,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,50000,1805,0,320,0,1480,2,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1950,2,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-09-15,250000,973,296,0,0,616,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-08,525000,1520,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,525000,652,0,0,716,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2009,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,493600,2770,0,0,600,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,468565,2318,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-05,340500,864,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-17,446000,1282,0,0,250,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,498748,2836,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,540000,1920,0,0,0,1040,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,395000,2304,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-20,485000,2357,0,0,596,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,287500,925,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-12,420000,1296,0,0,0,264,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2006,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,445000,1536,0,1536,504,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,597500,2720,0,0,816,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1970,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,605000,3432,0,0,688,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,554950,3072,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,420000,1872,0,0,651,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,320000,1746,0,0,242,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1979,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,500000,2809,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,725000,2183,0,900,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1914,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,359205,1507,0,0,520,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,429995,2552,0,0,378,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,455000,1576,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,790000,3178,0,0,502,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1982,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-09-16,442000,1918,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,475000,2896,0,0,504,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,568000,1838,0,1079,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,515000,2096,0,0,704,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,650000,2308,0,0,836,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,340000,1015,0,0,260,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,415000,2030,0,0,567,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-20,903195,3145,0,0,779,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-22,420000,2258,0,0,564,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,300000,1189,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,636000,2428,0,0,576,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,351000,1014,0,0,364,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,450000,1140,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,510000,2277,0,0,398,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,365000,1892,330,0,0,336,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,417000,2113,0,0,736,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-20,220000,3001,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,519515,1739,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,325000,1098,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,1099000,2760,0,1380,0,0,4,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1915,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,576039,2709,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,416000,2761,0,0,525,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,405000,1096,450,1096,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-24,539950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,505000,1953,0,0,550,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,549990,1278,0,1190,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,360000,1528,0,598,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,727294,3799,0,1164,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,381000,2217,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,489995,2974,0,0,402,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,569995,2945,0,0,503,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,372500,1545,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,435000,2102,0,0,0,576,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,685000,2936,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,648000,3282,0,0,440,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,387000,1248,0,0,0,336,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,370000,1570,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,291000,1065,0,0,312,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,350000,1588,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,449340,1983,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-20,400000,1418,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,364000,1116,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,390000,1694,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,335000,1120,507,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,326000,690,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,800499,3304,0,1614,670,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-22,500000,1680,0,1680,0,312,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1961,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,465000,2634,0,0,432,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,1850000,3720,528,0,753,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Formed Seam Metal,2019,3,4,,,SEWER/SEPTIC INSTALLED +2020-09-22,280000,688,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,600000,1024,0,512,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1936,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-22,731300,2168,0,0,660,0,3,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1916,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-11,365000,1334,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-14,327000,988,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,370000,1524,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,10000,880,508,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,2014,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-18,535000,2048,0,1024,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,535000,572,0,0,572,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,0,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,635000,2146,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,302500,910,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-22,700000,2624,0,977,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-21,293000,1200,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,305000,684,264,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-15,529555,2258,0,0,474,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,420000,2784,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,2300000,3863,0,0,0,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,1913,5,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-21,320000,2282,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,385634,1870,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,425000,2689,0,0,506,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,415000,1886,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,1240000,2646,0,1412,504,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-15,569950,3317,0,0,694,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,517000,1898,0,0,0,988,1,Electric Baseboard,Frame Siding,Drywall,1,Concrete Tile,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-19,550000,3036,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-08-27,629950,3195,0,0,580,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,400000,1318,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,491800,2258,0,0,674,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,465000,2677,0,0,619,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,505000,2763,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,615000,2435,0,0,660,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,1035000,2154,0,1172,744,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1942,5,3,,View Good,SEWER/SEPTIC INSTALLED +2020-09-24,550000,2126,300,909,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,851000,1524,0,728,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Wood Shake,1938,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,501319,2258,0,0,474,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,430000,1836,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-08-26,208820,1008,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,262000,1128,0,0,981,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-12,500800,1539,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,318000,975,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1904,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,324950,1188,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,324000,920,264,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1970,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,459000,2388,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,4,,,SEWER/SEPTIC INSTALLED +2020-08-26,192600,1008,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,556000,2488,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,530000,2633,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,455000,2213,0,0,596,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,507950,2224,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,334000,1282,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-17,270000,1922,0,1176,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,560000,2611,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,240000,2150,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,646170,2947,0,0,619,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,315000,1521,0,0,288,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,363000,1113,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-25,469995,2945,0,0,423,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,610000,2131,0,0,1052,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,405000,1683,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,385000,1653,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,563230,2828,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,375000,1838,0,0,512,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,195000,1150,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,85000,384,0,0,0,0,0,No Heat,Cedar Unfinished Cabin,Paneling,1,Formed Seam Metal,1968,1,0,WF Lake,,SEWER/SEPTIC NO +2020-09-22,790000,2904,0,0,950,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,349950,1532,0,0,339,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,319000,1384,0,843,0,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,481500,1662,0,0,483,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Preformed Metal,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,605000,2700,0,0,572,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,343480,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,600520,2707,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,305000,1264,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,457000,1457,0,0,0,720,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,487000,2596,0,0,810,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,464950,1498,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,310000,888,0,728,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,599950,2284,0,2304,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,630000,2902,0,0,668,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,2000,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,439950,1639,0,0,408,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,439000,1678,0,0,552,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,399000,1269,0,702,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,425000,1294,0,0,660,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,725000,1619,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1929,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-01,585000,2229,0,0,536,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-31,444000,3088,0,0,550,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,383450,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,717500,2626,0,0,638,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-24,510000,2098,0,0,656,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,445000,1892,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,580000,3475,0,0,714,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,350000,1993,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,484900,1694,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-20,600000,1876,240,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,445096,2623,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,280000,1071,0,384,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1912,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,435000,2220,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,435000,1875,564,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-09-23,330000,1112,0,372,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1903,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,410000,2092,0,0,300,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1954,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,366500,1795,0,0,424,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,377266,2136,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-06,1115000,3357,0,1867,1200,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-24,710000,2149,264,1152,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,320000,630,288,0,0,288,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1906,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,824000,1715,0,929,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-22,525000,2608,960,0,380,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,410970,866,0,1106,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-20,472000,2316,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,627500,3224,0,0,667,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,2001,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-17,420000,1796,0,0,404,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,374995,1564,0,0,0,576,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,500000,2110,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,430000,1536,0,0,416,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,748000,2430,0,2003,550,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-09-22,401000,1828,0,0,624,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,320000,1440,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,465000,1820,0,0,468,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,600000,2591,0,902,0,0,1,Electric Baseboard,Frame Siding,Drywall,3,Composition Shingle,1900,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,435000,1365,0,524,0,0,1,Hot Water Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,450000,2223,0,0,616,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-12,375000,1918,0,0,645,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,556000,2253,0,0,536,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,831500,3510,0,0,839,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,320000,864,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,1417900,3545,0,792,1161,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-24,605000,1460,0,1460,564,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1971,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,475000,2340,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,434999,2406,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,505000,2277,0,0,398,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,775000,3224,0,1600,710,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,2003,6,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-23,364000,2989,0,0,1000,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,331260,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,380000,1549,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,335000,1382,0,0,264,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,800000,3196,0,1054,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,430000,1374,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,280000,940,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,190000,582,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1910,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,400000,1158,624,552,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,535000,1792,0,240,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,379980,1435,0,0,429,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,330000,750,0,0,250,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1948,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,365000,1720,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,430000,1376,0,1232,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1914,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-13,379000,1489,306,0,408,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2000,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,426500,1917,0,0,418,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,556000,1460,0,1460,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,340110,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,599000,2212,0,0,945,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1990,2,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-09-23,2250000,3608,0,0,1248,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-24,485000,2681,0,0,403,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,657033,2181,0,0,564,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,440000,1787,0,0,0,720,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-23,247200,2426,0,0,576,1330,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-26,225000,1106,0,728,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,388000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,649900,1797,0,0,531,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,413835,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,247000,1374,0,0,330,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,544180,3308,0,0,503,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,360500,1044,0,0,412,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,473000,2225,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,690000,2993,0,0,674,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,520000,1920,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,367000,1712,0,0,432,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,520000,3166,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,505710,2836,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,853000,2879,0,1424,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,540000,1048,0,504,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,680000,3048,0,0,504,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,550000,1576,0,868,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-07-31,672000,1871,0,0,863,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-19,336000,1372,0,0,404,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,492500,2732,0,0,380,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,746252,2787,0,1320,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,317150,2264,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1965,8,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,475000,936,502,1020,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,4,1,WF River,,SEWER/SEPTIC INSTALLED +2020-09-24,407500,1776,0,0,479,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-26,935000,2168,0,1420,600,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,310000,1032,0,768,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,479995,2770,0,0,470,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,589000,3302,0,0,636,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,422000,1440,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,362500,840,0,840,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,879990,3085,0,1126,637,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,,SEWER/SEPTIC INSTALLED +2020-09-24,920000,3816,0,0,842,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,1993,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-26,471000,2496,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,550000,1796,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-24,420000,1692,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,450000,1780,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,665000,1917,0,0,648,0,2,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,585000,1422,0,572,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1909,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,340000,1272,0,768,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,585000,2832,0,0,592,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,420000,1905,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-20,285000,837,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,360000,1244,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,500000,1700,0,1700,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,375500,1963,0,0,651,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,415000,1680,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,425000,2448,0,0,425,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,469900,1849,0,0,457,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,0,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,325000,1008,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,754065,3465,0,0,873,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-15,1810000,3292,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-15,1810000,654,0,0,912,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-24,400000,1560,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,420000,1540,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,427450,1986,0,0,642,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,430000,2280,0,0,506,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,350000,1488,0,0,200,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,475000,2024,0,0,432,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,265000,2060,0,476,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1912,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,265000,476,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,745115,3072,0,0,528,0,2,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,6,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,447500,1905,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,463000,2370,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,754000,3035,0,0,820,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-19,490000,2036,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,699000,2136,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2000,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-09-24,1280000,2057,0,1206,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1955,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-25,394123,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,339000,999,0,0,625,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,375000,1756,0,0,312,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,390000,1430,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,500000,1718,0,0,576,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,416000,1833,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,162000,2680,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,6,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,469995,3036,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,482750,3036,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,346000,736,240,576,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,322000,1341,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,609900,3195,0,0,596,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,345000,1012,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,515000,1444,0,896,0,330,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,571375,2084,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-28,362100,930,440,910,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Formed Seam Metal,1945,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,369900,945,0,945,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,350000,1576,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,890000,2864,0,0,576,0,1,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-16,440000,1934,0,0,682,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,354510,1432,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1998,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-24,1085000,2802,0,1484,826,0,4,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-09-22,170000,704,252,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Formed Seam Metal,1986,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,561320,3308,0,0,693,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,474950,1640,0,0,456,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,442500,1828,0,0,438,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,435000,1958,0,0,530,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1974,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-20,509000,1667,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,400000,2128,0,0,409,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,449950,2933,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,345000,1530,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,410000,1366,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1927,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-24,350000,1510,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,410000,1712,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,530000,1260,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,599950,2676,0,0,521,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,484900,1344,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,373150,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,340000,1044,364,1044,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,308500,676,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-19,445000,1576,0,0,434,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,396500,1438,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,450000,2096,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,455000,2500,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,260000,760,0,352,0,450,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-25,745000,2484,0,0,660,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,458000,1914,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-26,433000,2642,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,268700,1876,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1900,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,562000,2420,0,1736,784,0,1,Electric Baseboard,Frame Siding,Drywall,1,Concrete Tile,1956,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,319000,1104,560,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-07,1550000,3159,0,968,440,0,3,Forced Air,Frame Siding,Drywall,2,Wood Shake,1930,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-24,335000,1200,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,625000,2002,0,0,0,416,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,2,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,385000,786,220,0,497,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-26,1000000,3187,0,1972,0,0,4,Heat Pump,Masonry Common Brick,Drywall,1,Concrete Tile,1955,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-28,291000,975,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1961,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,674513,3185,0,0,1123,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,654716,3143,0,1162,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,109147,1684,0,340,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1902,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,449950,1596,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-27,360000,1538,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,352000,1502,0,0,288,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,370000,1392,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,900000,2425,0,0,504,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-11,340000,1558,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,447830,2375,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,445000,2888,0,0,756,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,520000,1604,0,1496,378,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,6,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,20000,1015,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-19,661000,2049,0,0,730,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-27,365000,1622,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-09-26,410000,1074,438,0,0,352,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,429000,2193,0,0,451,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,395000,1174,0,0,414,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,1150000,2740,0,1689,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-21,604571,3360,0,0,460,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-28,370000,1506,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-01,140000,1916,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1903,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,430000,2327,0,0,396,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,450000,2269,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,369990,1456,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,541000,2171,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,515000,1896,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,234000,1122,0,0,312,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,430000,1645,0,0,442,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,552500,1916,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1990,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-27,540000,1523,0,810,525,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2011,4,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-23,412000,1818,0,0,438,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,254000,664,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,400000,1702,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,153343,2313,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,418000,2491,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,499950,1449,0,0,492,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,505000,2640,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,638000,3239,0,0,684,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-26,400000,1604,0,0,436,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,410000,1430,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,405000,1984,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-25,355000,910,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-25,355000,480,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,415000,1416,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,261000,510,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,525000,1529,0,1471,673,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,405000,768,384,768,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,360000,1365,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,390000,2098,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,518798,2134,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,375000,2148,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,223000,1067,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-20,489825,2572,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,375000,1316,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,661000,1966,0,848,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,550000,1428,0,1350,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,500000,1160,0,1160,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-15,365000,1640,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,430000,1332,0,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,520000,2016,0,0,420,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1979,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,360000,1364,0,0,0,240,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-26,335000,946,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,306000,1016,364,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,206000,808,0,422,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,350000,1216,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,1975000,2854,548,0,0,548,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-29,305000,1038,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,430000,1520,0,196,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,480000,1576,0,902,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-25,744300,1760,0,1120,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-26,475000,2294,196,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,519995,2318,0,810,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-28,324300,1470,0,1446,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-29,398500,1548,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,620000,2901,0,0,873,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,624950,3230,0,0,782,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,500000,1972,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,591500,2811,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,1900000,4185,0,1010,518,960,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1976,4,6,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-21,500726,1579,0,0,703,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,274000,1296,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,200000,1070,0,0,315,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,440000,1720,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,2038200,3651,1031,0,0,1548,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1940,5,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-23,2038200,1031,0,0,1548,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-29,356565,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,410000,1542,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-26,465000,1644,0,752,0,209,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,300000,1347,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1975,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-28,460000,1988,0,0,580,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,316000,768,240,0,0,360,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1944,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,530000,2310,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,497000,1376,0,0,513,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,464075,2361,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,415000,1694,0,0,468,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,405810,2119,0,0,414,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,470000,2163,0,0,586,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,440000,2509,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,313500,1487,0,0,220,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,370000,1544,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,400000,1511,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,339995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,525000,2306,0,0,615,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,410000,2150,0,0,410,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,360000,2040,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,329995,1163,0,0,352,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,370000,1238,0,0,482,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,440000,1874,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,450000,3062,0,0,438,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,276000,1302,0,0,286,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-09,385000,1962,0,0,588,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,592000,1596,0,0,624,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-25,849285,3106,0,0,555,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,444000,1553,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,400000,1682,0,1144,0,0,1,Forced Air,Frame Siding,Drywall,2,Preformed Metal,1927,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,470000,2208,0,0,676,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,245000,1559,0,0,306,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,1150000,2988,0,965,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-22,540000,2166,0,0,0,0,1,Hot Water Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1956,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-30,555000,1634,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,450000,1435,0,1403,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,480000,2701,0,0,471,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,865000,2086,0,1044,618,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,270000,800,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-01,389970,782,0,1022,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,240000,1227,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,392000,1944,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,433500,2010,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,415000,2070,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,502500,1453,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,435000,2134,0,0,447,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,430000,965,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1935,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,525000,1522,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1890,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-27,390000,1940,0,0,0,880,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,460000,2693,0,0,482,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,395000,912,0,0,384,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,327000,1385,0,665,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,575000,1905,0,0,686,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,1180000,1978,0,1370,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-09-29,270000,1808,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-30,437500,1784,0,0,696,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,687950,3027,0,0,817,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,458000,2456,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,440000,1632,0,0,415,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,400000,2534,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,417500,2309,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,339000,1108,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,385000,1644,0,0,0,500,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-26,306000,988,554,520,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,345000,1204,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-16,576000,2112,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,500000,1492,0,1485,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,290000,720,0,0,288,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-18,1300000,5236,0,0,1106,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-22,823000,3085,0,1126,637,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,7,4,,,SEWER/SEPTIC INSTALLED +2020-09-28,429995,840,180,840,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,362000,1663,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,369000,2012,0,0,506,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-24,743950,2824,0,1318,550,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-30,482500,2045,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,485000,1780,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,385000,1892,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,571000,3196,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,510000,1732,0,0,640,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,450000,2330,0,0,0,456,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,960000,3452,0,0,690,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,440000,2488,0,0,400,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,335000,1134,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,375000,998,340,478,0,364,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,379995,1863,0,0,414,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,402000,1527,0,0,428,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,340000,1335,0,795,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1931,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,935000,2080,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Built Up Rock,1960,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-24,569951,2378,0,0,0,528,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-19,430000,1350,466,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,315000,1008,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,370650,1456,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,470000,2589,0,0,632,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,616370,2120,720,0,656,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,810000,2625,0,969,770,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-30,357000,1912,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,278000,1176,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,640000,3258,0,0,676,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,4,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-27,1271000,4099,0,0,1503,0,3,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,1999,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-28,825000,1406,0,676,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,View Good +,SEWER/SEPTIC INSTALLED +2020-09-28,1365000,3312,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-25,450000,1756,0,780,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1929,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,660000,1839,0,1815,1222,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,599500,1573,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,624950,3483,0,0,561,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,566595,2974,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-07-29,475000,1598,0,1700,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1973,2,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-08-25,46500,1014,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,WF River,,SEWER/SEPTIC INSTALLED +2020-08-25,46500,2880,0,0,720,0,0,Forced Air,Frame Vinyl,Drywall,2,Preformed Metal,1995,3,3,WF River,,SEWER/SEPTIC INSTALLED +2020-09-29,355000,1164,607,676,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-11,529950,3004,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,628000,1762,0,520,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,435000,2477,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,635950,3093,0,0,794,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,337000,954,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,428000,1544,0,0,276,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,460000,1708,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,300000,850,0,675,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,650000,2068,0,1604,0,396,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Formed Seam Metal,1974,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,539950,2709,0,0,552,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,527500,2310,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,430000,1990,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,310000,1216,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-10,46500,1014,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,WF River,,SEWER/SEPTIC INSTALLED +2020-09-10,46500,2880,0,0,720,0,0,Forced Air,Frame Vinyl,Drywall,2,Preformed Metal,1995,3,3,WF River,,SEWER/SEPTIC INSTALLED +2020-09-30,470000,2590,0,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,375000,1172,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-14,560000,1647,446,1419,0,576,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,442000,2094,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,375000,1412,0,0,488,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,350000,1120,0,0,0,504,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-27,753720,3086,0,0,650,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,339995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,1197000,2394,0,2438,729,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,4,5,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-30,445000,2328,0,0,400,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,151378,780,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,391200,1388,0,0,0,252,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-28,375000,1758,0,0,519,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,420000,1198,0,0,986,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,449000,934,456,648,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,439000,2802,0,0,628,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,900000,1040,0,972,448,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1945,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-24,850000,3923,0,2560,787,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,354000,1815,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,424950,3409,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,405000,1376,0,0,0,720,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,410000,1740,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,490000,1712,0,0,0,1152,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1915,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,410000,1592,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,360000,1494,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,360000,1344,0,0,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,395000,1290,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,485000,1449,0,1001,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,295250,1636,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,360000,1660,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,375000,1856,0,0,0,650,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,300000,1989,0,1176,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1914,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,1535000,4127,0,0,770,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2003,4,4,,View Good,SEWER/SEPTIC INSTALLED +2020-09-28,595000,3102,0,0,792,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,250000,1806,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-26,445000,1568,0,0,378,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,549382,2727,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,960000,2760,0,540,0,0,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1959,2,2,,View Good +,SEWER/SEPTIC INSTALLED +2020-10-01,425000,1828,0,0,438,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-10,367000,1588,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,470000,2542,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,360000,1649,0,468,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1929,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,458000,2809,0,0,376,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,595000,1804,0,1708,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,510000,2780,0,0,742,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,420000,1380,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-26,489000,2450,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,281916,2239,0,0,651,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,799990,4794,160,0,800,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,360000,1248,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-24,899000,3919,0,0,932,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1985,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-23,450000,1718,0,0,378,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,434000,1496,0,570,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,2,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,227551,1247,0,288,0,504,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,306100,630,216,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,487950,1152,0,1152,0,720,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,789000,2722,0,0,1012,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,460000,2146,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,196000,1092,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,380000,1362,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,355000,1510,0,912,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1935,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,415000,2254,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,500000,1531,0,0,458,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,484950,1729,0,0,556,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,480000,2692,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,493500,2256,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,395000,1474,0,0,368,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,450950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,480000,2648,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,576000,2734,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,399990,2104,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,873000,2080,0,312,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-25,370000,1635,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,397466,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,469000,1408,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-26,320000,1043,420,1043,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,375000,1354,0,0,0,660,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,314000,808,0,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-09,300000,1326,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,387500,1448,0,598,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,739000,2383,0,2363,0,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-13,607245,3336,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,415000,2254,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,675000,3189,0,0,682,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,680000,2254,0,0,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1952,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-01,680000,504,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,830000,4343,0,0,952,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,6,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-01,1035000,1573,0,1248,0,960,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-20,469950,1857,0,0,439,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,354995,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,474950,2046,0,0,514,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,410000,1408,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,454950,2133,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,1740000,2845,0,0,260,480,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1956,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-01,509225,3035,0,0,558,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,343000,1336,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,585000,2171,0,0,908,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,489000,1598,0,0,630,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,470000,1830,0,0,525,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,315000,1231,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,355000,1591,0,0,403,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,495000,1734,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,249500,1218,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,460000,2872,0,0,510,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,425000,1236,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,452450,1648,0,1232,0,0,1,Electric Baseboard,Frame Rustic Log,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,265000,1328,288,416,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,260000,1686,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,325000,1672,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,109406,872,384,872,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,369000,1434,0,0,594,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-19,385000,1945,0,0,440,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,445000,2432,0,0,706,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,699950,3432,0,0,820,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-26,392000,1718,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,346000,1236,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,460000,2218,0,0,774,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,312000,1044,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,315500,897,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,325000,816,240,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,440000,1882,0,0,500,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,500000,2109,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,500000,2631,0,0,476,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,635000,1992,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,417725,963,328,951,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,570500,2672,0,0,667,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,435000,1426,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,410000,2104,0,0,400,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,535000,2399,0,0,620,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-01,558750,2855,0,0,859,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,525000,2901,0,0,748,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,485000,3290,0,0,651,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-02,369000,1120,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,359000,1641,0,0,576,0,1,Forced Air,Frame Vinyl,Drywall,2,Formed Seam Metal,1987,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-21,522000,3041,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,365000,1400,0,0,0,288,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,715000,2636,0,0,696,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,462000,2550,0,0,415,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,480000,1484,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,502950,2713,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,600000,2213,0,2213,779,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-09-30,264908,2538,0,0,484,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,262000,2750,0,0,806,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,422000,2164,0,0,484,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-03,430000,1706,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1931,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-03,430000,646,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1937,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-03,430000,552,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,440000,3004,0,0,444,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,443000,1842,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,725000,2373,456,0,621,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,515000,1870,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,894000,2672,0,0,880,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-01,280000,1486,0,0,425,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,539000,2689,0,0,798,880,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,1900000,3672,0,0,784,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1996,3,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-10-05,365000,1666,0,0,0,624,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1905,5,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,332000,793,176,0,0,600,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,250000,1557,0,0,360,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,534000,2317,0,0,595,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,719950,3163,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,475000,2925,0,0,694,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,564021,2136,0,0,451,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,305000,720,0,0,240,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,325000,1272,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,435000,1284,0,1196,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-03,289950,1044,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-03,426000,1797,0,0,440,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,378000,1198,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,436000,1346,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,498450,1600,0,0,0,828,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,408000,2278,0,0,483,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,1775000,3017,0,1182,856,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-02,282500,951,0,432,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,420000,1882,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,627100,2538,413,0,996,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-18,310000,1008,200,0,0,200,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,450000,2785,0,0,399,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-26,430000,1552,0,0,800,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,330000,1190,0,0,352,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,230000,720,0,720,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,419170,1854,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,525000,2725,0,0,484,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,5,5,,,SEWER/SEPTIC INSTALLED +2020-09-29,492000,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-26,599995,3092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,119639,1232,0,0,0,168,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,599999,2254,0,0,768,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-20,758377,2807,0,1123,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-03,145000,320,0,0,0,0,1,Electric Baseboard,Finished Cottage,Paneling,1,Formed Seam Metal,1950,0,0,WF Lake,,SEWER/SEPTIC NO +2020-09-29,500000,2174,0,0,275,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-04,355000,924,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,165000,1012,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,535000,1680,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,255000,1184,100,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,400000,1332,0,0,504,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,309950,1216,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,1,Preformed Metal,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,506950,2580,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-24,425000,764,336,728,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-06,684995,3349,0,0,666,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-02,345000,1512,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,319000,898,0,0,352,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-24,580000,2916,0,1218,810,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-01,245000,2154,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,520444,3062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,438000,2363,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,549000,2040,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1969,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-02,379950,1105,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-13,425000,2485,0,0,491,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,324995,1360,0,0,580,0,0,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,2002,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,330000,1184,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1902,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,480000,2006,0,0,420,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,433000,1097,396,972,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,430000,1704,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,490000,3548,0,0,495,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,6,4,,,SEWER/SEPTIC INSTALLED +2020-09-30,585000,3302,0,0,636,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,476000,2192,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,430000,2492,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,345000,1344,0,0,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,520000,1628,0,0,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-01,355000,1514,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,389980,1890,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,370000,896,384,896,0,0,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1939,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,319000,728,0,0,0,0,0,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,392950,1917,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,520000,1628,0,0,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-23,510000,2543,0,0,756,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,825000,2510,0,1360,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,434000,1608,0,1020,552,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,315000,822,300,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,577500,1939,0,0,440,1632,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,370000,1648,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,449950,2448,0,0,425,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,372000,1474,0,0,399,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,466800,2530,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,470000,1758,0,0,736,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,320000,792,360,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,770000,3559,0,0,956,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-28,669950,2180,0,0,680,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-08,605000,2428,0,0,1197,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2009,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-01,499000,2450,0,0,472,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,632500,1621,0,1621,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,30000,1640,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,500000,2634,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,399500,1348,0,1348,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-29,378000,1440,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-10,322500,1061,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,347000,2432,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1951,6,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,374995,1863,0,0,414,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,345000,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-15,382500,2022,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,435000,1572,368,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,324950,1224,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2008,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,370000,1344,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-03,660000,2590,0,0,742,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,280000,1051,0,0,360,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,530000,2524,0,0,635,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,1181000,1302,0,1302,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-23,843000,3180,0,0,1302,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2019,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-02,779950,2555,0,0,660,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-01,350000,1852,0,0,441,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-03,388000,1518,0,0,560,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,316000,1240,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,440000,1842,0,0,660,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,875000,3071,0,0,728,0,2,Forced Air,Frame Siding,Drywall,1,Wood Shake,1990,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-05,425000,1616,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,1075000,2480,0,1370,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1937,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-01,399800,1578,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,729950,2799,0,0,792,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,315000,896,300,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,590000,1284,0,1268,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,119900,1014,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,WF River,,SEWER/SEPTIC INSTALLED +2020-10-02,119900,2880,0,0,720,0,0,Forced Air,Frame Vinyl,Drywall,2,Preformed Metal,1995,3,3,WF River,,SEWER/SEPTIC INSTALLED +2020-09-22,752456,3811,0,1164,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,635000,3611,0,0,660,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,1250000,2181,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-25,1250000,925,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-05,333000,832,0,0,288,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1998,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,875000,3397,0,0,426,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-05,689000,2248,0,0,750,0,2,Forced Air,Frame Siding,Drywall,1,Wood Shake,1999,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,423000,1424,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,495000,2934,0,0,482,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-05,345000,1826,0,0,644,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,245000,1508,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,449000,2594,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,663410,3115,0,0,486,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,482000,3002,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,310000,952,0,0,1008,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1956,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,560000,1888,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,1875000,4442,0,0,864,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1990,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-06,340000,1064,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,419000,1948,0,0,418,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,420000,1418,360,1160,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,530000,2648,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,420000,1388,0,888,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,435000,1222,540,864,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1916,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,400000,2436,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,765000,3126,0,0,570,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,460000,2372,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,404750,1590,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,409500,1816,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-16,400000,1687,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,395000,2304,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,1500000,3316,0,0,818,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-28,450000,1998,0,1098,0,0,2,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,400000,1687,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,330000,848,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1920,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,510000,1954,0,0,702,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,409000,1953,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,605000,2028,0,0,474,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,605000,2028,0,0,474,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,990000,3098,0,0,818,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,990000,2954,0,0,658,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,990000,3098,0,0,818,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,990000,3347,0,0,595,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-07,990000,3347,0,0,595,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-07,990000,3245,0,0,658,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-06,356000,910,384,360,0,520,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1936,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,610000,2314,0,0,888,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-07,486790,2692,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,413000,1055,0,572,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,446000,3102,0,0,506,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,272400,1364,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,392500,1455,0,0,410,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,480500,1268,384,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,365000,1568,0,360,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-04,315000,1116,0,672,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-23,373450,1681,0,0,410,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,380000,1817,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,420000,1872,0,0,598,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,529950,3606,0,0,1360,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-24,355000,1540,0,0,0,432,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,499597,2640,0,0,620,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-04,445000,1592,0,912,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-04,560000,3272,0,0,656,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-03,460000,2314,0,0,507,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,535000,1940,0,0,728,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-03,465000,2216,0,0,432,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,315000,1120,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,575000,1024,0,1024,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1944,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,475000,2154,0,0,640,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,350000,746,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,634128,2618,0,0,822,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-02,375000,2120,0,0,460,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,385000,1680,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,2,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,681609,2557,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-07,435000,720,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-07,435000,480,0,0,0,0,0,Electric Baseboard,Frame Hardboard,Drywall,1,Composition Shingle,1930,1,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-02,525000,1825,0,0,674,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-04,450000,2370,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,182000,896,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,227000,1398,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,1800000,4688,0,2056,884,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-09-29,345000,1144,0,0,418,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,550000,2604,0,0,1116,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-23,475000,2156,0,0,684,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,360000,1340,0,0,0,400,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2001,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,452000,1942,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,434000,1496,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-01,315000,728,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,518000,3094,0,0,585,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,480000,1884,0,0,676,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-05,470000,1748,0,0,560,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-15,465000,2100,0,0,462,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,420000,1643,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-03,640000,2583,0,0,698,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-06,352500,1874,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,600000,3205,0,0,825,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,432000,2124,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,599000,2426,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,254000,1564,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,5,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,320000,1376,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,330000,778,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,740000,2223,0,0,800,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,420000,1108,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-08,480000,2562,0,0,455,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,395000,1464,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,619000,2831,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,320000,1024,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,365000,816,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,392500,1984,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,748500,2284,0,2284,875,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,504995,2304,0,706,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-09-28,325000,864,280,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,399950,1520,0,0,414,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,504995,3036,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,500000,2295,0,1030,0,400,2,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,506000,1718,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,535000,1996,0,0,662,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-17,735000,576,0,0,0,0,0,No Heat,Pine Finished Cabin,Paneling,1,,1963,0,0,WF Salt,,SEWER/SEPTIC NO +2020-10-06,819990,3085,0,1126,637,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,7,4,,,SEWER/SEPTIC INSTALLED +2020-10-02,746000,2654,0,0,620,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,330000,1103,0,0,466,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,405000,1368,0,912,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1902,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,270000,740,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,450000,2046,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,462000,2713,0,0,568,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,333000,1232,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,585000,1864,0,1560,504,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Built Up Rock,1963,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,325000,1099,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,857000,3208,0,1251,647,0,4,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,6,4,,,SEWER/SEPTIC INSTALLED +2020-10-09,391000,1446,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,505000,1512,0,360,0,720,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-26,938000,2248,0,1889,741,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-08,438000,2360,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,410000,1666,0,988,0,240,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,2395000,3430,0,2289,774,1224,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-01,333000,1008,0,0,336,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,610000,1456,0,1248,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-07,395000,1606,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,327000,1140,408,0,0,504,1,Hot Water Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,560000,1422,0,468,0,720,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,540000,1562,0,980,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1934,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,359950,1026,0,0,294,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-04,374500,1960,0,0,572,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1968,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,494000,2044,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,407500,1371,0,1371,0,0,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,252000,996,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,481000,2168,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,629900,1925,0,0,441,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,334950,2024,0,0,644,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,470000,1464,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,275000,1502,0,0,0,0,2,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,295000,804,0,0,0,280,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,323000,1320,0,780,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,831500,1850,0,434,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-26,534379,2622,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,496000,1781,0,0,460,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,497600,2740,0,0,600,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,362000,1144,440,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,605000,2395,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,405000,1628,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,375000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,305000,1440,0,0,286,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,520000,2875,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,380000,1550,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,490000,2683,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,547000,2256,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1988,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,355000,1674,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,370000,1240,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,387000,1358,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,690000,2572,0,1278,884,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,615000,3557,0,0,1073,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,400000,1224,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,385000,1901,0,0,448,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,945000,3848,0,0,935,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1997,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-07,459000,2207,0,0,462,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,300000,1218,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-08,192000,1752,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,396000,1494,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,305500,804,360,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,402000,1456,0,0,600,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,854000,2588,0,0,0,672,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,477500,2446,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,355000,1652,0,0,406,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,400000,2564,0,0,680,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,435000,1920,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,412000,1721,0,0,441,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,468950,2096,0,0,510,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,400000,1878,0,0,506,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,365000,735,0,735,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1892,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,292500,1520,0,0,644,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,510000,2537,0,0,427,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,315000,1020,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,340000,1252,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,580000,2913,0,0,686,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,339000,1572,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-08,615000,1594,0,1566,480,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1967,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,505000,2963,0,0,628,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,390000,1910,0,0,438,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,310000,1338,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,385000,1767,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,565000,2284,0,0,720,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,523842,2990,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,515000,2334,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,450000,1949,0,0,282,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1954,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,354000,1710,0,0,520,0,2,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,150000,1028,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Wood Shake,1987,1,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,150000,576,0,0,0,0,0,Forced Air,Finished Cottage,Drywall,0,,1987,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,237370,640,288,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-08,340000,1248,480,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,605000,3176,0,0,644,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,330000,1478,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,424289,1854,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,295000,2232,0,0,0,324,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,5,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,354000,1044,660,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1906,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-25,453950,2180,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,645000,1684,0,982,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1929,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-08,1270888,3163,0,0,816,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-05,231083,2564,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,395000,850,420,0,0,0,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1945,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,400000,1140,604,1140,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,390000,1676,0,1030,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1914,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,390000,535,0,0,0,0,0,None,Frame Siding,Drywall,1,Composition Shingle,1914,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,400000,1488,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,1020000,1825,0,1659,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-07,1020000,450,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Built Up Rock,1925,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-03,345000,1416,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,419950,1917,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,559950,3072,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-10,391950,1618,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,410000,1308,0,0,0,286,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,542000,1842,0,0,650,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,318776,1720,0,0,568,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,440000,1315,0,832,260,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-10,491000,2630,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-08,500000,2150,0,0,576,576,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,425000,1933,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-04,555000,2157,0,0,682,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,345000,890,288,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,404995,2119,0,0,414,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,424995,2119,0,0,414,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,399000,1832,0,0,488,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,370000,1372,0,0,1072,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-14,260000,3424,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,5,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,533340,2836,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,465000,2067,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,410000,2440,0,0,425,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,275000,1758,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,1080000,2446,0,0,882,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-05,420000,1310,0,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,319950,1124,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,380000,1726,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,375000,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,360000,1455,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,520000,2334,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,388000,1637,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,420000,1315,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,420000,520,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,1,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,501000,1222,0,0,0,504,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-10,635000,2156,0,1310,0,240,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,5,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-08,155000,668,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,740000,3097,0,0,730,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,866500,2468,0,968,476,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-09,375000,1560,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,699950,2021,0,0,456,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-27,495000,2380,306,0,746,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,590000,1904,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-11,296900,1726,0,0,550,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-07,1520000,1546,244,1546,0,864,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-23,509950,3236,0,1496,576,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,475000,1664,0,0,484,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,471655,2770,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,480000,1171,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,415000,1644,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,317000,960,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1966,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,240000,880,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,369000,1287,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,1,2,,,SEWER/SEPTIC INSTALLED +2020-10-03,429500,2540,0,0,942,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,327500,1255,0,0,381,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,310000,1736,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,423000,1743,0,0,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,106319,1876,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-01,501000,2995,0,0,546,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,335000,1278,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,380000,1510,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,415000,1818,0,0,260,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,150000,1452,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Built Up Rock,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,582500,2581,0,0,652,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,320000,904,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,285000,720,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,440000,1594,0,0,672,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,419500,1734,0,0,450,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,427500,2466,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,425000,2508,0,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,410000,2128,0,0,409,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,540000,753,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1943,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-07,428500,1994,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,440000,2292,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,310000,784,336,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-11,330000,1736,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,519950,2374,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-30,649950,2734,296,0,768,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,335000,1362,0,0,286,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1940,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-05,392000,2322,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,600000,1607,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1925,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-09-26,250000,1621,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,560000,1956,0,0,564,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,385000,1548,0,0,361,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,1055000,4065,0,838,898,0,1,Forced Air,Frame Stucco,Drywall,2,Concrete Tile,1999,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-12,360000,1624,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,400000,3905,0,392,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Built Up Rock,1946,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,925000,2112,0,1642,506,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-12,1050000,2352,0,2358,0,552,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1994,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-05,404999,1396,0,0,312,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,360000,1623,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,386300,1484,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,377000,1298,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,349000,1166,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,355000,1254,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,599997,2068,0,0,690,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,285000,1246,320,0,0,0,2,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1915,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-11,310000,912,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,385000,1759,0,0,276,0,1,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1953,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,335000,1526,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-10,425000,2254,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,298000,1128,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-02,636500,1298,168,1506,864,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-08,366000,1436,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,360000,1288,231,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,480000,2472,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-26,530000,2376,0,0,484,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,330000,1468,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,217000,1032,0,0,240,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,400500,1948,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,255000,742,0,0,0,561,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,402000,1479,0,899,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,402000,535,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,340000,2040,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-23,345000,1390,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,624995,2707,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,525000,2591,0,0,740,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,350000,1176,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,365000,1789,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,529900,2247,0,0,700,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,240000,852,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,565000,3224,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,6,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,790000,2976,0,0,691,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1998,5,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-02,591923,1848,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,126500,1902,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,625000,2008,0,1264,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,295000,884,0,884,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,405000,1077,0,0,276,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,410000,1905,0,0,546,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,220000,1485,0,855,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,250000,610,364,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1902,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,200000,1491,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,444995,2375,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,388000,1199,0,1199,357,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,532000,1136,0,1022,465,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,250000,1720,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-11,326000,936,0,0,275,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,405000,1292,0,0,552,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,645000,2541,0,1027,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-06,440000,1956,0,0,572,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,325000,1076,0,280,0,360,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,1090000,2156,0,1311,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1925,4,4,,View Good,SEWER/SEPTIC INSTALLED +2020-10-14,430000,2435,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,375500,1782,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,415000,2449,0,0,377,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,435000,2416,0,0,770,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,241500,1017,368,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,420000,1884,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,460000,1352,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,549950,1540,0,1540,480,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-10-06,325000,1034,0,0,242,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-19,650000,1898,0,692,550,1368,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,389950,2312,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,307000,1586,0,0,0,832,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1912,4,1,,,SEWER/SEPTIC INSTALLED +2020-09-21,707539,2364,0,1880,736,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,725341,2787,0,1320,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,619888,2832,0,0,687,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,657500,2589,0,0,770,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,349500,1450,0,0,548,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,380000,1904,115,120,352,0,0,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1938,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-10,699950,2678,0,0,652,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,360000,1760,0,0,1760,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Formed Seam Metal,1995,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-12,520000,1004,304,956,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,350000,1122,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,650000,2847,0,0,440,0,0,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,2017,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-09-17,433000,1470,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,252000,1220,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,1200000,3290,0,1026,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1975,3,5,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-07,425000,828,0,828,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,323000,1000,292,460,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1904,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,466000,1675,0,0,525,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,448000,1585,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,660000,875,0,850,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Built Up Rock,1925,2,1,WF River,,SEWER/SEPTIC INSTALLED +2020-10-05,510000,2191,0,0,596,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-17,410000,1925,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,329000,1071,0,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-08,435000,3133,0,0,483,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,365000,1626,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,1100000,3000,0,664,832,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1975,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-08,405000,1812,0,0,410,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,146761,2797,0,0,1764,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1994,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,300000,1498,0,0,218,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,340000,1094,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,365000,1394,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,280000,1282,0,792,0,0,1,Electric Baseboard,Masonry Common Brick,Drywall,2,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,725000,3270,0,0,518,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-12,752500,1981,734,676,600,0,2,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1992,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-07,138862,954,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-10,290000,884,0,0,286,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,825000,2282,0,1546,0,0,1,Heat Pump,Frame Rustic Log,Drywall,2,Composition Shingle,1996,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-01,662111,3039,0,0,442,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,549950,2803,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,635000,1859,0,0,549,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,494623,1874,0,0,630,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,353100,2369,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,2609788,2098,0,1959,0,0,1,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1962,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-12,365500,832,384,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,523691,2969,0,0,477,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,650000,2562,0,1248,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1982,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-12,372500,1854,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,323000,1530,0,0,512,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,312000,1176,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,455000,2230,0,0,600,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,385000,1664,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,380000,1738,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,466894,1859,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,372000,1100,0,0,0,440,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,517035,2773,0,0,580,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,474950,1729,0,0,556,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,310000,1120,0,448,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-08,895000,1496,0,708,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1920,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-08,895000,216,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1920,0,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-08,500000,2008,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,394950,1017,0,0,275,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,750000,3053,0,0,1078,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,405000,1421,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1998,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,469950,1451,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,502000,2359,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,359950,1538,0,0,389,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,385000,1436,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,1650000,2893,0,0,560,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,5,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-14,325000,1036,408,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1934,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,525000,2805,0,0,771,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,491696,1974,0,0,441,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,284500,1032,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,705000,3506,0,0,794,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,404100,1344,0,0,0,864,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,305000,1198,0,0,0,512,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,446500,1036,136,1036,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-08,699000,2236,0,0,684,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-25,444950,1940,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,407500,1616,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Concrete Tile,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,450000,1794,0,0,0,0,1,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,375000,1802,0,0,472,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,420000,1280,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,679000,2248,0,0,640,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,1,Concrete Tile,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,375000,1578,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,450000,2775,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,534000,2787,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,759995,3036,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,356895,1187,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1904,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,1950000,2075,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1987,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-09-29,345000,1474,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,397500,1352,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,420000,2364,0,0,400,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,3,Composition Shingle,2014,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-07,330000,1196,0,0,0,440,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,560000,1918,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1938,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,400000,1523,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,667600,2181,0,0,604,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,585000,2913,0,0,686,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,525000,2106,0,624,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,422500,1458,0,1458,640,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-10,333300,1164,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,345000,1092,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,410000,1480,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,384000,1196,330,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,319000,660,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,520000,2325,0,0,622,0,2,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1994,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-12,335000,912,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1922,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,362000,1350,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,620000,2173,0,0,414,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,574000,1664,0,0,0,676,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,800000,1800,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-08,510450,2609,0,0,0,506,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,809390,2247,0,0,537,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,560000,2086,0,0,730,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,418000,1728,0,0,1728,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Formed Seam Metal,1996,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,555000,1524,0,618,520,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,394100,1181,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,415000,1504,0,0,352,912,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,535000,2288,0,0,700,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1998,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-09-25,473950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,272000,736,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,390000,1763,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,393000,1901,0,0,402,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,1837700,1398,0,1272,528,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-13,475000,1380,0,768,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1907,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,509000,1431,0,354,620,0,1,Forced Air,Frame Siding,Drywall,2,Preformed Metal,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,330000,784,392,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1929,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,300000,780,0,0,0,624,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,200000,865,0,0,322,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,590000,2016,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,599000,2502,0,0,572,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,381000,1561,0,0,509,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,1250000,4073,0,0,958,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1994,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-09,385000,1580,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,455000,1412,0,0,0,1296,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,215500,762,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-11,495000,2732,0,0,639,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,390000,1920,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,1265000,4187,0,2087,1859,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1997,6,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-10-06,405000,2194,0,0,392,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,235000,1578,0,1020,0,0,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1942,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-10,429000,1773,0,0,568,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,400000,1488,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,315000,898,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-04,519000,1924,0,1220,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,480000,2001,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,1150000,1661,0,965,435,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-06,490000,1892,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,300000,1832,0,0,672,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,444000,2406,0,0,598,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2010,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,287150,650,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,287150,607,0,0,506,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,515000,2380,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,610000,2670,0,0,645,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,435000,1506,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,585000,1979,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-15,445500,1020,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,423500,2504,536,960,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1925,5,2,,,SEWER/SEPTIC INSTALLED +2020-09-20,406000,2188,0,0,520,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-26,507500,2602,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,945365,4064,332,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,479950,1808,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,375000,1594,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,289000,802,0,802,0,220,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,353000,1890,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,450000,1598,0,0,576,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,325000,620,288,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,684000,2378,0,0,0,0,1,Forced Air,Frame Rustic Log,Drywall,2,Formed Seam Metal,1989,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-09,859000,3515,0,0,732,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,649950,3419,0,0,492,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-12,331500,1030,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,720000,3609,0,0,736,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,484000,2088,0,0,496,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,370000,1806,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,280000,1862,0,0,612,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,50000,1730,0,504,0,324,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1917,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,450000,1617,0,0,400,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2007,2,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,484208,1988,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,535000,2160,0,0,1720,0,0,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,2020,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-14,260000,1327,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1909,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,385000,1860,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,457500,2525,0,0,544,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,410000,2491,0,0,401,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,356000,2007,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,350000,1678,0,0,352,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,532838,1974,0,0,651,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,505000,1565,0,436,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1933,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,430000,2064,0,0,398,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,489000,2234,0,0,0,0,2,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,1150000,1064,336,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-22,1150000,2001,0,1568,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,510000,3531,0,0,904,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,575000,1519,0,906,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1941,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-09-23,390000,1118,0,1050,546,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,505000,1752,0,0,0,432,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,435000,1970,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,707000,2455,0,0,704,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1973,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-12,442000,1220,0,1196,0,360,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,355000,1360,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,515000,2964,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,298000,1530,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,215000,928,0,0,352,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,479950,1729,0,0,556,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,460585,1650,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,505000,1626,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,437000,2382,0,0,636,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,247000,1232,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,865000,3587,0,0,836,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,385000,1816,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,520000,1838,0,0,442,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,420000,1994,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,422000,1776,396,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,427500,1832,0,0,640,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,500000,2774,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,390000,1896,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,504550,2492,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,410000,1816,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,600000,3313,0,0,615,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-11,430000,2452,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,527000,2936,0,0,432,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,415000,1528,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,543000,1432,0,1408,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,355000,1588,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,359000,882,0,0,252,0,1,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,435000,1621,0,0,440,0,2,Forced Air,Masonry Common Brick,Drywall,1,Concrete Tile,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,435000,2376,0,0,464,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,510000,2560,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,378000,1533,0,0,483,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,389950,1516,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,412000,1768,0,0,552,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,400000,1856,0,0,720,0,1,Warm and Cool Air Zone,Frame Siding,Paneling,1,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-09,540000,2010,0,0,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,340000,1144,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Formed Seam Metal,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-30,358750,1384,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,465000,2101,0,742,645,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-15,349000,1117,0,0,312,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,549950,1500,0,720,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,799000,1448,0,1448,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1946,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-16,650000,1680,0,1680,525,0,1,Heat Pump,Frame Siding,Drywall,1,Wood Shake,1970,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,792000,2501,0,572,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1907,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-10-02,577845,2136,0,0,451,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,430000,2406,0,0,503,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,312500,1032,0,0,240,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,525000,2171,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,728000,3224,0,0,392,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,499950,2660,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,175000,968,0,0,520,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,458070,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-17,467000,2755,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,696000,2531,0,0,477,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,367500,1216,0,1196,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,407500,1740,0,0,396,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,380000,2040,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,270000,909,0,864,256,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,479950,1729,0,0,556,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,850000,3828,0,0,712,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,615500,2447,0,0,582,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,295000,702,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,515000,1200,0,1200,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,340000,960,0,0,384,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,465000,2285,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,440000,1752,0,0,336,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,379995,1870,0,0,357,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,370000,1128,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,581000,2492,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,360000,1242,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,410000,1636,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,410200,1446,0,0,429,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,397000,1940,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,489950,1979,0,0,392,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,470000,1904,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,915000,1302,0,1302,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1964,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-02,378000,1370,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-17,639900,3530,0,0,920,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,255500,1360,0,0,0,672,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,425000,1208,348,0,264,0,0,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,418511,1636,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,400000,2152,0,0,380,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,602000,1566,0,1548,744,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,415000,2078,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,465000,1871,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,357000,1035,0,0,421,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,425000,2253,0,0,334,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,345000,2564,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,801000,2848,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,379000,1747,0,0,441,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,410000,1450,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-17,460000,1628,0,1628,0,0,1,Heat Pump,Frame Siding,Drywall,1,Wood Shake,1969,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-06,270500,832,0,0,0,960,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1967,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-28,244000,672,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,578500,2668,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-19,330000,1431,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,400000,2864,0,0,864,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,520000,3140,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-01,399900,1465,0,900,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1936,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,335000,1396,0,717,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,360000,1445,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,505000,2394,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,354500,1204,0,0,432,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,365000,1300,0,1300,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-11,490000,1745,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,461000,672,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,2,Composition Shingle,1991,0,1,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-14,785000,2999,0,1829,0,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1978,6,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-20,306000,900,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,375000,1302,0,0,330,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,385000,1314,0,0,489,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,1100000,2737,584,1518,0,1008,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,3,5,,,SEWER/SEPTIC INSTALLED +2020-10-16,550000,2000,0,0,0,1536,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,495000,2058,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,340000,1412,0,0,420,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,365000,1336,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,340000,764,0,764,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-18,181500,740,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,569950,3414,0,0,706,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-10,395000,1184,536,0,0,480,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,265000,1056,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,1,Formed Seam Metal,1960,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,327000,840,300,840,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1929,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,500000,1859,0,0,409,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,540000,2506,0,0,672,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1984,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,612586,3074,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,437000,2327,0,0,697,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-27,484500,1597,0,768,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-09,421000,972,432,194,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,406000,1825,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,435000,2256,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,612500,2474,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,310000,988,378,0,0,400,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,400000,1694,0,1130,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1927,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,612500,2474,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,365000,1564,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,280000,1108,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1909,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,355000,1100,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,450000,1383,0,0,575,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,458000,2258,0,0,650,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,410000,2136,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,70000,2549,0,0,502,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,445000,2534,0,0,408,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,840000,1904,0,1315,294,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1944,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-10-15,420000,2640,0,0,0,720,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,480000,2216,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-18,415000,1843,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,344000,1650,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,394000,1818,0,0,260,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC NO +2020-10-16,360000,1693,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,358000,1637,0,0,0,960,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,508811,1874,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,326000,768,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,373000,894,348,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,366000,1331,0,0,460,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1986,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,650000,2144,0,728,624,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-14,570000,2506,0,0,712,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,445000,2164,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,595000,1950,0,0,546,800,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,430000,1186,0,748,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,374950,1844,0,0,429,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,365000,1512,0,0,421,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,177000,824,280,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,335000,1280,0,0,0,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,207500,844,0,0,0,240,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,207500,484,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,665000,2573,0,0,777,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,385600,970,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,880000,2470,0,1116,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,559900,2552,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,415500,1591,0,0,390,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,380000,1295,0,0,597,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,645000,2269,0,1216,440,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-17,280000,900,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,669169,2181,0,0,604,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,348000,1092,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,414500,2588,0,0,380,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,419000,2192,0,0,668,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,209000,1140,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,282000,1362,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-11,550000,1959,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,130000,1149,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,660000,2793,0,0,600,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,345000,1357,0,0,399,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,329995,1163,0,0,352,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,370000,1460,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,360000,1716,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,630000,2336,900,1152,0,576,2,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1911,6,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,605000,1890,0,0,460,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,290000,1434,0,0,330,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,535000,2744,0,0,486,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,300000,960,272,0,0,624,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,499928,2895,0,0,600,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-13,260000,1618,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,455000,2042,0,0,396,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,463950,2638,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,710000,2840,0,1853,1018,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Preformed Metal,2003,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-15,360000,931,240,384,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,500500,2330,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,535000,2516,0,0,422,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,592899,3003,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,180265,1888,0,1128,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,325000,992,302,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,480000,1664,0,0,506,1577,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,260000,384,0,0,0,0,0,None,Pine Unfinished Cabin,,2,Composition Shingle,2015,0,0,WF Salt,,SEWER/SEPTIC AVAIL +2020-10-16,574000,1688,0,1688,0,240,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1945,4,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-14,785000,3376,0,0,600,0,0,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1986,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-16,435000,2100,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,420000,2081,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,474950,2098,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,450000,1726,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,500000,1256,0,1224,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,270000,900,0,0,580,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,650000,3412,0,0,480,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,350000,2546,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,300000,1103,0,672,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-24,100000,1076,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-16,574950,3347,0,0,595,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-15,646000,1174,700,780,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,578900,2496,0,0,884,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,390000,2006,0,0,486,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-11,505000,2106,0,0,456,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-11,545000,2916,0,0,520,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,580000,2027,0,0,529,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,295000,2010,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,625000,1947,0,0,502,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,665000,3100,0,0,636,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,335000,878,0,428,0,0,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,650000,3021,0,0,744,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,365000,852,256,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-18,281000,806,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,370500,1268,0,0,460,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,545000,2462,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1990,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-08,332500,907,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1937,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,655500,1743,0,1603,0,0,1,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1987,2,1,WF River,,SEWER/SEPTIC INSTALLED +2020-10-12,385825,1428,0,0,390,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-17,395000,1851,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,711689,3000,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,345000,714,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,550000,2487,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,280000,856,0,0,0,390,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,475950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,355000,1238,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-06,405000,1672,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,331000,1110,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,430000,1683,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-17,475000,1538,489,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,380000,1230,0,0,544,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-22,406000,1554,0,0,396,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,405200,1398,0,1146,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,415000,1823,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1920,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-10-20,381000,1616,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,625000,2290,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1992,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,432500,1658,0,0,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,385000,1573,0,0,472,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,369900,1276,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,415000,1296,0,1296,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,267000,1031,0,480,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,575000,2484,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,475007,2798,0,0,580,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,422500,2382,0,0,432,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-17,490000,1697,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-03,365000,1277,0,0,521,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,410000,2108,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-06,467366,2258,0,0,474,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,353000,1802,0,0,472,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,369000,1981,0,0,459,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,279000,728,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,590000,2709,0,0,721,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,308000,805,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,266638,1780,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,439950,2486,0,0,664,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,647000,2261,0,0,881,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,775000,3259,0,1514,915,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,719950,2174,0,871,380,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-16,345000,1224,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2007,2,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,325000,1282,0,456,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1910,5,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,380000,1456,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,659950,3386,0,0,746,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,400000,1302,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,497500,2064,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,310000,950,0,0,0,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,365000,1528,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,399950,1323,0,1122,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-19,505000,2468,0,0,828,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,535000,3074,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,,SEWER/SEPTIC INSTALLED +2020-09-30,1280000,1528,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-22,395845,1792,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,279000,1064,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1949,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,415000,1634,0,0,396,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,377180,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,410000,1932,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,369000,999,0,999,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,610000,1090,0,1000,244,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-10-21,355000,1281,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,382000,1591,0,0,391,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,426500,1516,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,151379,780,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,430000,1472,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,427000,1828,0,0,438,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,690000,3171,0,0,757,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,400000,2236,0,0,552,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,470000,2310,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-14,427000,1828,0,0,438,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,427000,2403,0,0,396,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-02,559342,1913,0,0,489,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,400000,2197,0,0,0,660,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,344995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,570500,2421,0,0,756,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-22,430000,1886,0,0,786,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,407000,2332,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,360000,3200,0,0,0,1152,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1933,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,459500,1992,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,428000,1350,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1937,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-13,262000,1694,0,0,517,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,853000,2943,0,1350,999,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-13,525000,1587,0,0,450,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,550000,996,0,996,434,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,385000,936,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,385000,1760,0,0,428,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,500000,2635,0,0,376,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,460000,2944,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,339000,1447,0,502,0,593,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,355200,960,0,0,336,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,365000,1830,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-03,395000,1438,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,355000,1171,0,0,453,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,310000,960,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,604990,3602,0,0,720,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-21,269000,1152,0,0,352,288,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,388000,1403,0,0,240,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,685000,2850,0,0,763,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2009,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-09,451500,2310,0,577,0,240,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,300000,1015,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,523000,1810,100,0,0,1080,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,2,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,417500,2036,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,215000,900,240,0,480,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,959000,2570,0,0,728,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,400000,1516,0,0,308,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,599601,2840,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,650000,2194,0,0,840,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,286000,958,180,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1924,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,1030000,1914,0,1169,648,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-10-11,569980,2090,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,675000,1500,0,1500,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,405000,2172,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,555380,1687,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,480000,1372,0,800,0,0,1,Electric Baseboard,Masonry Common Brick,Drywall,2,Composition Shingle,1930,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-22,360000,1344,0,0,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,780000,2638,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,455000,3015,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,550000,902,320,902,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,500000,2376,0,800,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,546000,1732,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-07,408000,1757,0,0,0,280,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,450000,2038,0,0,418,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,436000,1346,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,321000,725,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,475000,1296,0,0,526,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,503101,2258,0,0,474,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,400550,2519,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,457000,1953,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,460000,3133,0,0,483,0,3,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,590000,3178,0,0,552,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,425000,1718,0,0,378,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,689950,2799,0,0,620,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,515000,2306,0,0,615,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,384995,1867,0,0,359,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,462830,2464,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,731950,3365,0,0,858,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,402000,1381,0,0,392,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,525000,1735,0,0,660,1050,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,315000,1172,0,90,0,308,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1918,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,335000,1538,0,0,320,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1959,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,380000,1351,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,340000,1402,0,0,462,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,301000,1767,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,625000,1892,0,1880,0,0,2,Heat Pump,Frame Vinyl,Drywall,1,Concrete Tile,1992,4,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-23,485000,1596,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,539500,858,0,858,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,525000,2368,0,0,520,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,242000,1476,0,990,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1926,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,400000,1845,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-09-01,370500,1655,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-05,325000,892,290,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1945,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,342500,1108,0,0,468,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,315000,1176,0,616,0,228,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,325000,1590,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1949,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,705000,3104,0,0,798,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,515000,2271,0,0,376,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2016,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,210000,289,0,0,0,0,0,No Heat,Unfinished Cottage,Paneling,0,Concrete Tile,1997,0,0,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-21,365000,1270,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,425000,2216,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,241950,1091,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,365000,1176,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,420000,1782,0,0,504,0,0,Heat Pump,Frame Siding,Drywall,0,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,416500,1840,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,486950,1886,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,383175,1792,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,394500,1820,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-06,700000,2274,0,1424,766,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-22,235000,848,0,0,0,576,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1908,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,310000,1157,0,0,472,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,350000,1113,0,0,231,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,450000,2064,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,347000,1310,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,180700,1113,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,710000,2800,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,454359,2529,0,0,580,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,525000,2336,0,0,384,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,358000,1224,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,285000,1114,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,495000,2129,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,405000,2064,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,829900,3399,0,0,691,0,1,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,290000,1192,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,379500,1483,0,0,490,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,415000,2097,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,442500,1140,0,0,0,600,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,339000,1896,0,460,0,0,2,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1962,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,328500,1016,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,524800,2283,0,0,516,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,465000,2426,0,0,552,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,315000,944,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1890,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,595000,1774,0,0,572,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,284950,544,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Formed Seam Metal,2002,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,795000,3656,0,0,900,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,553000,2729,0,0,672,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,356000,1731,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,393000,1917,0,0,432,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,325000,1716,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,285000,960,0,0,276,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,325000,1666,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,455000,2199,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,419950,1861,0,0,446,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,450000,1998,0,0,746,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,365000,1497,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,327500,896,384,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,375000,1524,0,0,478,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,347000,1202,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,520000,2610,0,0,750,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,400000,1418,0,924,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,730000,2078,0,704,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1919,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,659950,2520,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,555000,1456,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-21,604990,3602,0,0,720,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-20,734990,2465,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,357000,1344,0,0,0,0,1,Electric Baseboard,Frame Hardboard,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,400000,1740,0,0,396,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,710000,3167,0,0,836,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-21,365000,1307,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,850000,1628,0,0,2816,0,0,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,2008,1,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-22,293000,786,0,0,660,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-05,345000,1386,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,340000,1272,0,0,0,384,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,355000,1008,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,461980,2649,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,510000,2454,0,0,552,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,385000,1596,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1890,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,450000,1934,0,0,924,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,437000,1824,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,171500,898,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,410000,1468,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,660000,2405,0,0,704,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,375000,1540,0,0,490,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,457000,2873,0,0,564,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,360000,1712,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,500000,1818,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,1685000,4764,0,0,856,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-23,315000,882,0,0,325,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,425000,1758,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,385000,1232,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,734950,3294,0,0,916,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,325000,1248,0,0,330,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,453000,1352,0,0,0,768,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,333700,864,208,864,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,290000,1203,0,0,273,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,347000,968,0,0,0,1024,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,480000,2150,0,0,393,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,512500,1720,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,435000,2379,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,365000,1560,0,0,484,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-01,770000,2950,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,5,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,828000,4188,0,0,1204,0,1,Forced Air,Frame Stucco,Drywall,1,Concrete Tile,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,405550,1794,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,250000,1768,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,279000,744,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,770000,3329,0,0,834,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,407710,1534,0,884,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,481950,2338,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,77802,1690,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,312500,1008,0,0,240,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,357000,1550,0,0,512,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,489995,2903,0,0,452,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,499950,2152,0,0,682,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-22,124930,2184,0,0,0,576,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-24,512000,1097,0,952,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,380933,1645,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,108082,1438,0,0,0,440,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1914,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,628100,1392,0,0,460,864,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,514950,2388,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,709095,3496,0,0,637,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC AVAIL +2020-10-26,377000,1482,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,389000,1628,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,590000,2046,0,0,528,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-29,509950,2660,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,450000,1728,0,1812,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1960,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,800000,3255,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-23,365000,1339,0,0,412,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,225000,1156,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,348000,1560,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,385000,2369,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,445000,1619,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,375000,1250,0,494,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,457000,2399,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-24,290000,670,0,0,0,240,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,320000,1484,0,176,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,325000,1172,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,333000,1086,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,579950,3049,0,0,720,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,555933,2969,0,0,477,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,45000,720,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1910,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,383000,1270,408,0,0,240,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1947,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,659900,3217,0,0,975,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,500000,1589,0,1589,614,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,77000,1012,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,690741,2686,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,325000,1278,260,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,570000,2547,0,0,599,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-24,305000,932,0,916,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-23,405000,1886,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,710000,2565,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,575500,2124,0,0,690,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,300000,1486,0,0,425,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,355000,1438,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,420000,2428,0,0,512,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,365000,1344,0,0,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,251750,841,330,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-23,398000,1804,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,715000,2379,0,0,924,510,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,435000,1088,0,1088,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-23,370000,2070,0,0,462,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-24,450000,2042,0,0,496,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,486000,2639,0,0,380,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,470000,2386,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,625000,2403,0,0,753,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,740000,2242,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-25,405000,1574,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-23,368000,1228,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,375000,1458,0,0,513,384,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,513000,2112,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,410000,1200,0,384,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,430000,1932,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,0,,,SEWER/SEPTIC INSTALLED +2020-10-23,100000,1070,0,0,0,744,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-23,465000,1488,0,1488,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-25,327500,1473,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,440000,3102,0,0,506,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,477950,2582,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-24,389950,1595,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,454995,2692,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,334000,1092,220,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,455000,2513,0,0,807,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,381000,1064,0,0,660,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,354000,988,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1936,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,385000,1280,259,0,406,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,569950,2741,0,0,490,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,525000,2086,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,365000,1812,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,549900,2292,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,510000,1673,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-13,184000,1032,0,800,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,450000,2293,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-28,491008,2638,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,337000,1540,0,0,240,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1981,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,490362,2623,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-25,665000,1302,0,1286,0,1056,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,2,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-26,875000,1740,0,1604,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1984,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-24,469900,2322,0,0,492,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,330500,1646,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,475535,2350,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,517000,3088,0,0,790,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,415500,3120,0,1792,0,528,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,275000,900,0,0,0,320,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,426500,1232,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,305000,1048,0,0,312,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,257500,1222,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,550000,2415,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,367000,914,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,400000,1077,372,0,0,576,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,425000,2040,0,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,905000,3415,0,0,864,800,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,309950,1296,0,0,240,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,375000,696,312,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-18,497125,2990,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,559000,3712,0,0,656,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-20,525000,2318,0,0,598,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,525000,1583,0,0,576,609,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-25,439200,1453,0,0,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,830000,3735,0,0,905,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-27,506000,2812,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,408000,1808,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,700000,2971,0,0,604,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,409500,2292,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,608000,3314,0,0,600,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,5,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-26,570000,3327,0,0,595,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-15,360000,1152,0,0,372,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,380000,1456,0,728,0,522,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1932,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,418000,2048,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,350000,896,320,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,111500,1280,0,0,264,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,370000,1320,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,500000,1788,0,1788,483,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,432950,3004,0,0,444,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,280000,1479,0,0,427,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,281000,948,204,0,348,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,995000,2578,0,0,933,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,419950,1678,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,363000,920,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-08,464950,2098,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,260000,916,0,0,0,392,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1937,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,499900,1716,0,0,516,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,256800,584,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,475000,2700,0,0,466,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,550000,2468,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,626000,2965,0,0,792,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-24,385000,1710,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-08,474950,2096,0,0,510,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,280000,1084,0,0,364,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,469950,2276,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,495000,2206,0,0,578,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-28,475000,2112,0,0,528,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2006,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,240300,1416,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1957,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,480000,2476,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,639320,3340,0,0,448,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-07,429000,1717,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,250000,508,0,462,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1921,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,250000,356,0,462,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,0,1,,,SEWER/SEPTIC INSTALLED +2020-10-23,419000,1663,416,0,432,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,530000,2148,0,0,626,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,430000,1676,0,0,470,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,450000,1676,0,0,600,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,446000,1528,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,362000,1364,0,924,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1936,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,738000,3030,0,0,682,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,482150,2459,0,0,0,506,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,528000,2252,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-27,615000,1554,0,1526,896,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-20,489950,2386,0,0,286,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,7,6,,,SEWER/SEPTIC INSTALLED +2020-10-09,365000,1472,0,0,371,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,755000,4576,0,0,800,0,2,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,775000,2345,0,0,720,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-22,1025000,2555,420,1373,0,660,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-22,597500,1872,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,335000,1194,210,0,294,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,747000,2806,0,0,1109,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,330000,1080,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,255000,1542,0,0,546,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,275000,812,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,500000,1864,0,1060,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,784000,2154,0,1610,700,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1987,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-28,660000,2748,0,1225,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,6,5,,,SEWER/SEPTIC INSTALLED +2020-10-21,385000,1382,0,0,440,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,250000,2811,0,0,682,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,159000,1546,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1895,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,590000,1560,0,0,506,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,412000,1848,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-24,567500,2468,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,452200,1704,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,460000,1017,0,1008,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-26,672400,3318,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-27,400000,1200,0,1200,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-08,1392000,3694,0,0,768,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-08,1392000,1255,0,915,0,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2011,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-11,558000,1739,0,0,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2018,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,365000,1488,0,0,390,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,570000,3140,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,625000,1171,0,908,0,1292,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1973,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-19,375000,1353,396,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-09,438000,3213,0,0,600,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,500000,2339,0,0,685,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,334500,1488,0,0,390,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-24,450000,1444,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,369000,1296,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,330000,756,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1950,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-28,330000,360,0,0,0,0,1,No Heat,Finished Cottage,Drywall,1,Composition Shingle,1950,0,0,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-19,370000,1672,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,512000,2220,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1907,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-25,275000,1172,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,368000,1136,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,260000,1028,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,455000,2259,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,445000,2008,0,0,496,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,445000,2428,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,490000,3072,0,0,440,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2006,6,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,446395,2465,0,0,473,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,877918,2348,0,1880,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,468274,2609,0,0,503,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,422342,2064,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,457661,1801,0,0,408,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,319000,660,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,375000,1066,0,0,390,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,390500,1948,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,500000,2870,0,0,510,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,462551,2692,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,415000,2488,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,360000,1633,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,485000,2256,0,896,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-28,620000,2816,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,555000,1942,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,345000,1175,0,1175,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,370000,1277,0,0,220,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,389950,1746,0,0,648,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,358471,1460,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,413044,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,457300,1524,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,330000,1092,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,389808,1994,0,0,460,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,350000,1065,0,192,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-28,329995,1163,0,0,352,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,380315,1648,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,400000,1751,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-25,1100000,5737,0,0,1192,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,3,Composition Shingle,2007,4,5,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-08,365000,1364,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,223200,1472,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,230000,795,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-24,505000,2155,0,0,384,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,645000,2562,0,0,700,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,185000,1304,0,0,468,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,885000,2897,0,0,840,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,305000,1809,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,540000,1482,0,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,383000,1364,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,470000,2092,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,349950,1580,0,0,280,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,575000,1890,0,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,744500,2181,0,0,604,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,2,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,899245,3564,0,0,602,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,760000,1680,0,0,432,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-27,325000,1260,0,494,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-02,678299,2360,0,0,622,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,368000,1717,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,250000,897,0,897,0,0,0,Electric Baseboard,Masonry Common Brick,Drywall,1,Wood Shake,1934,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,372000,1804,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,380000,1523,0,0,483,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,400000,1500,0,0,462,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,365000,1453,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,405000,1056,0,0,756,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,407000,1876,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,265000,1244,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,332000,1616,240,0,248,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1944,5,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,280000,1568,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-10,320000,2116,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,175000,1060,0,512,240,768,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-22,435000,1392,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-25,520000,1914,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,771258,2851,0,0,620,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,466000,2111,0,0,548,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,519000,3036,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,930000,3660,0,0,724,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,5,,,SEWER/SEPTIC INSTALLED +2020-10-29,85000,864,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1976,2,1,,,SEWER/SEPTIC INSTALLED +2020-09-29,300000,1200,200,0,528,0,1,Heat Pump,Frame Stucco,Drywall,1,Composition Shingle,1976,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,547500,2036,0,0,650,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,715550,2851,0,0,620,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,317000,1667,0,0,475,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,367000,1192,0,0,440,640,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,239000,576,144,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,385000,1140,328,0,0,330,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1903,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,370000,676,288,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2012,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-16,727000,2303,0,1188,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,495000,2193,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,1750000,2638,0,1654,896,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Wood Shake,1982,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-29,350000,1652,0,0,528,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,136012,1344,0,0,384,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,420000,1915,0,0,433,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,235000,944,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,819000,3502,0,0,736,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,378107,1580,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,635000,2454,0,0,638,0,1,Heat Pump,Frame Siding,Drywall,0,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,338000,1609,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,610000,3195,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,665000,2048,0,0,440,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,270000,1660,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,275000,1616,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,291000,720,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-14,440000,2081,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,300000,1190,0,1190,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,520000,1400,0,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,520000,812,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,385000,1468,0,0,434,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,361000,1488,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,435000,2448,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,575000,2031,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1930,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-29,232539,1152,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-24,425000,1551,0,0,440,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,390000,1309,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,320300,1340,0,0,440,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,640000,2521,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-27,505000,1818,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,400000,2503,0,0,598,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,525000,1644,0,0,636,0,1,Heat Pump,Frame Stucco,Drywall,1,Composition Shingle,1969,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-28,361000,882,0,0,416,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,710000,2636,0,0,544,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1987,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,562000,2548,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,637500,2149,0,0,451,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2015,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,530245,3036,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,685972,2598,0,0,722,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,449000,2084,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,460260,1272,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,538450,2640,0,0,0,576,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,285000,1050,364,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,500000,2386,0,0,409,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,514995,2945,0,0,423,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,525000,1848,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,440000,2222,0,0,807,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-24,865000,1987,0,0,260,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-29,689000,3638,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,4,5,,,SEWER/SEPTIC INSTALLED +2020-10-27,735000,2832,0,1616,930,0,3,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,5,4,,View Good,SEWER/SEPTIC INSTALLED +2020-10-22,326000,1011,0,0,330,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,590000,2632,0,0,952,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-30,351735,1341,0,0,355,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,625000,3341,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,1025000,5141,0,0,676,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-29,435000,1599,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Concrete Tile,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,350000,860,316,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-24,385000,1750,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,349950,880,0,0,0,280,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,378000,1863,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,310000,946,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1909,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,505000,2224,0,0,517,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,495000,2420,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,355000,1040,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,395000,2015,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,869990,3085,0,1126,637,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,,SEWER/SEPTIC INSTALLED +2020-10-26,301000,1202,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,375000,1128,0,0,322,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,1050000,4124,0,0,1096,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-29,300000,909,406,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,260000,984,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,752800,3640,0,0,892,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,680000,1818,0,796,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,381000,1584,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,705000,3241,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,290000,752,0,0,0,432,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,635000,2325,0,400,440,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1987,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-22,395000,2086,0,0,435,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,425000,1928,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-11,551250,4054,776,0,492,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1912,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,429000,2606,0,0,848,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,466500,360,0,0,0,0,0,Electric Baseboard,Frame Hardboard,Drywall,1,Composition Shingle,2013,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,439950,2176,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,370000,1290,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,398000,2007,0,0,672,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,270000,480,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1968,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-23,290000,816,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-29,1650000,1664,0,832,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-27,615500,2178,0,0,544,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,645000,2444,0,0,528,816,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,410000,1967,0,0,404,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,532500,2431,0,0,522,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,400000,1289,0,756,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,925000,1789,0,1114,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-05,335000,1601,0,0,441,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,540000,1515,0,1080,421,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,752800,3640,0,0,892,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,435000,2448,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,270000,1280,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,839000,2006,370,992,330,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,554980,1905,0,0,708,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,620000,3034,0,0,820,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,390000,1705,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,522500,2557,0,0,638,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,380000,1394,0,0,372,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,400000,1704,0,0,1024,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,235000,806,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,398000,2450,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,470000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,630000,3550,0,0,510,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-14,497000,1329,240,0,0,485,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,397000,1778,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,432500,2382,0,0,432,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,435000,2140,0,0,440,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,595000,2082,0,2052,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,4,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-28,740000,2336,0,728,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1917,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,475000,2110,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,240000,1318,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,350000,1264,0,0,352,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,370000,1320,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,399950,1636,0,0,510,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,435000,1731,0,1673,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-10-28,430000,2784,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,311000,924,0,0,252,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1956,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,646000,2054,0,2054,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,450000,1681,0,904,0,240,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,450000,364,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-30,325110,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,536000,2347,0,0,486,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,247000,1212,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,442000,1646,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1939,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,387000,1896,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,280000,970,0,858,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,575000,1176,0,1176,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,160000,1212,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,190000,1152,320,0,0,400,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1929,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,420000,2008,0,0,496,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,342100,996,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-25,1112500,1353,0,1148,0,0,2,Warm and Cool Air Zone,Frame Stucco,Drywall,1,Composition Shingle,1920,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-27,730000,1316,0,0,476,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-20,875550,1742,240,1742,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-29,514000,2526,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,350000,1119,0,1119,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,307000,1020,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2002,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-20,375000,1882,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,450000,2547,0,0,453,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,990000,2508,0,0,818,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,385000,1365,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,725000,2331,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,360000,1610,0,768,1090,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1917,5,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,142246,2207,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-01,520000,2983,0,0,652,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-29,480000,1947,0,0,579,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,1650000,3390,0,1130,610,0,3,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,5,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-20,645000,3334,0,0,676,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-30,595000,2054,0,0,650,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1963,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,335000,1850,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-31,589950,3483,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1905,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-21,430500,1524,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,2,Concrete Tile,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,462000,1926,0,0,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,1800000,5514,0,1853,1267,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-27,2900000,2386,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,2900000,1260,300,420,0,960,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1927,2,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,262500,1768,0,520,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,6,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,495000,1721,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,363300,1520,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,440159,1636,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,450000,1654,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,278700,768,0,0,288,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,540000,2298,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,480000,993,0,910,380,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,313500,1035,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-30,337800,944,384,0,0,375,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-31,450000,2220,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,950000,3073,0,0,672,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,455000,1545,0,0,658,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,295000,878,0,0,452,0,0,Electric Baseboard,Frame Hardboard,Drywall,1,Built Up Rock,1975,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-30,454995,2375,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,1275000,2682,0,0,840,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2001,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-30,659000,1396,0,769,0,0,1,Electric Baseboard,Frame Rustic Log,Paneling,1,Formed Seam Metal,1950,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-28,385000,1420,0,0,560,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,335000,1198,0,0,440,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Preformed Metal,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,700000,2986,0,0,440,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,450500,1350,0,1300,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-06,375000,1344,0,0,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,380000,1232,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,423000,1920,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,435500,1948,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1912,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-29,195000,680,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-23,420000,1320,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-30,402000,1704,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,325000,1389,0,0,0,0,2,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-14,400000,2080,0,0,461,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,529326,2640,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,438000,2137,0,0,395,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,499950,2884,0,0,608,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,634000,2330,1024,0,462,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,300000,1078,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,850000,3858,0,0,1046,0,2,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,2004,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-30,406000,1873,0,0,840,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,200000,420,0,0,1200,0,1,Floor/Wall Furnace,Frame Vinyl,Drywall,2,Formed Seam Metal,1982,1,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,485000,1818,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,100000,1308,0,1212,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,429500,1992,0,660,336,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1952,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,615000,1857,0,0,734,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,400000,1960,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Formed Seam Metal,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,352000,1360,0,0,468,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,349900,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,475000,1448,0,0,0,572,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,301098,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,399768,3036,0,0,394,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,420000,1744,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,625000,2688,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,391000,2364,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,700000,3196,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,485000,2288,0,0,441,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,358300,1506,644,0,644,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,430000,2440,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-16,160000,1164,408,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,675000,2750,0,1454,0,0,1,Heat Pump,Masonry Common Brick,Drywall,2,Composition Shingle,1929,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,675000,888,0,0,888,0,0,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1960,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,450000,2953,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,555000,2640,0,0,489,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,582500,1629,0,0,0,400,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,579950,3347,0,0,595,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-24,470000,2254,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,349000,1136,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,347000,1488,0,0,390,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,428000,2426,0,0,785,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,435000,1500,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,675000,1424,0,1296,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,675000,570,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1914,0,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,675000,803,0,221,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1914,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,450000,2054,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,557000,3138,0,0,788,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,405000,1578,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,579995,3036,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,474000,1753,0,1290,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,575000,2334,0,0,816,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,479950,1690,0,884,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-31,469900,2086,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,615000,2356,0,0,828,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-30,450000,1812,0,0,548,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,420000,2303,0,0,585,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,380000,1348,0,0,353,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-25,592500,2034,0,1560,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-30,456000,1972,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,444000,1792,0,0,704,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,500000,3062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,250000,658,0,0,0,468,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-30,459000,2820,0,0,404,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,447060,2375,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,965000,3284,0,1862,450,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,5,4,,View Good,SEWER/SEPTIC INSTALLED +2020-10-19,749950,3008,0,0,803,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-15,325000,912,0,576,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1929,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,561373,2727,0,0,587,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,697174,3114,0,620,650,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-30,540000,2326,0,0,754,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,785000,2721,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,370000,1595,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,1100000,2260,0,2138,506,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-03,450500,2556,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,350000,1296,0,0,352,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-29,579275,3245,0,0,658,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-03,420000,1450,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,675000,1952,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-02,382000,1444,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,649500,3113,0,0,600,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,450000,2460,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,3,,,SEWER/SEPTIC INSTALLED +2020-09-25,285000,1885,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,500000,2567,0,0,418,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,1300000,2880,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1958,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-26,360000,1314,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,960000,3368,0,0,664,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-30,675000,2324,0,1536,790,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,696406,2824,0,0,692,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,355000,1298,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,575000,3068,0,0,724,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,587000,2904,0,0,0,864,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,390000,1803,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,325000,1182,0,1182,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,325000,617,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,221000,956,0,364,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,559900,1740,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1958,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,450000,1748,0,0,544,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1976,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,443892,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,850000,3330,0,0,901,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,400000,1618,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,419000,2375,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,655750,1433,0,821,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-31,195000,1728,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,5,2,,,SEWER/SEPTIC INSTALLED +2020-10-26,400000,2126,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,410000,1592,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,410000,1481,0,1441,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1967,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-29,399000,1910,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,409995,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,309000,1692,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,500000,1372,420,788,0,0,2,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,350000,2220,0,0,558,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,170000,920,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,260000,1758,0,0,0,440,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,609500,3236,0,0,704,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,550000,1348,0,1182,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,500000,1738,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,475000,2060,0,0,412,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,350000,888,360,120,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-03,401000,1401,0,0,437,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,420000,2352,0,0,674,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,157787,1284,504,312,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,445000,2060,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,510000,2496,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,415810,1928,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,250000,1052,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,565000,1656,300,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-30,565000,960,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1980,2,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-24,128000,920,0,920,0,864,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,4,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,485000,1882,0,0,625,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,275000,1168,674,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,426475,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,252500,888,0,0,264,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,420000,1536,0,1536,0,264,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,605000,1388,560,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,760000,3660,0,1411,840,0,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1999,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-26,200000,1060,0,0,264,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,430000,2073,516,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,385000,1358,0,0,221,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,445500,1140,0,1140,0,936,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,366995,1698,0,1080,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,605000,2092,0,0,464,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-31,281750,1004,208,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,475000,1440,0,1440,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-12,1850000,2017,0,1940,819,0,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1991,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-10-12,1850000,456,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1955,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-02,650000,3232,0,0,627,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,390000,1348,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,385000,1648,0,0,648,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,850000,944,0,576,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,290000,1166,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-30,473000,2576,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,341000,1284,0,1284,340,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,410000,1304,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,307500,1216,476,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,487000,2359,0,0,580,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,1159000,3834,0,0,992,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,428000,1432,0,0,387,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,465000,1402,0,0,484,0,2,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,272000,1602,0,0,456,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1972,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,400000,1406,0,0,0,672,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,522000,2134,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,414900,1981,0,0,459,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,494995,2777,0,0,466,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,320000,1532,0,0,288,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-30,160000,786,0,0,0,0,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-30,290000,1364,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,370000,1136,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,636135,2707,0,0,662,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC AVAIL +2020-11-02,300000,618,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-03,485000,1707,0,0,454,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,315000,992,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,300000,768,240,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-07,370000,1202,0,0,464,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,907500,2659,0,0,974,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,425000,1880,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,475000,2701,0,0,471,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,490000,1412,0,1412,484,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-31,395000,1880,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,257500,816,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-12,446000,2142,0,0,570,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,490000,1304,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,650000,3341,0,0,537,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,431000,2714,0,0,506,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-01,715000,3169,0,0,1071,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,409336,1854,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,345000,1350,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,420000,2098,0,0,820,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,485000,2438,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,1025000,2238,0,0,0,829,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1980,2,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-29,362500,1774,0,0,370,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,684950,3710,0,0,504,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-28,275000,825,330,825,0,784,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1937,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,329600,907,384,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-03,530000,1580,0,0,396,1500,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,505000,2600,0,0,0,0,1,Forced Air,Frame Rustic Log,Drywall,1,Formed Seam Metal,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,210939,1247,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-23,440000,1279,0,799,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,831500,2594,0,0,728,576,2,Forced Air,Log,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,435000,2073,516,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,519995,2945,0,0,623,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,365000,1176,0,0,396,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,530000,2392,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1911,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-26,464000,1604,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,450000,1644,0,1644,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,399950,2263,0,0,506,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,595000,2876,0,0,460,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,335000,624,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1960,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-29,467000,2066,0,0,666,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,512855,2304,0,706,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-28,570000,2136,0,0,664,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,400000,1917,0,400,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1941,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,621979,3049,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,555000,3158,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1973,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-03,440000,1920,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-31,475000,1716,384,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,550000,2280,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-03,385000,1440,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,420000,1626,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,385000,1100,0,0,330,288,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,455000,1819,0,0,772,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,533858,2445,0,0,620,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-16,365000,2118,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,430000,2000,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-02,370000,1772,0,0,0,432,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,875000,2761,0,1535,0,767,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,460000,1335,0,1335,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-22,575000,1944,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,590000,2836,0,392,0,576,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1903,9,4,,,SEWER/SEPTIC INSTALLED +2020-11-02,760000,2246,0,780,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-28,455000,2278,196,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,558000,2352,0,0,0,528,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-11-03,390000,1702,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,351000,880,0,880,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,575000,3483,0,0,725,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,6,4,,,SEWER/SEPTIC INSTALLED +2020-11-04,474950,1729,0,0,556,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,550000,2087,0,0,630,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,575000,2419,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-10-30,590000,2180,0,0,740,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,355000,1592,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-01,624677,2840,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,408000,1708,0,0,483,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-19,460000,2701,0,0,471,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,473000,2596,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-20,427500,2823,0,0,397,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,660000,3208,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,500000,2184,0,0,384,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,375000,1614,0,0,552,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,480000,1712,0,1520,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,789950,2092,0,1252,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,525000,2190,0,0,953,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1985,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,352500,1200,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,352500,448,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1944,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,600000,1794,0,1794,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Built Up Rock,1962,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-28,350000,1480,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,480000,1703,0,0,275,320,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1971,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,290000,930,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1906,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-29,410000,1606,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,415000,1308,0,0,0,462,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,610000,2292,0,0,750,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-16,386000,1600,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,635000,2102,0,0,876,1080,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,311600,1276,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,475000,1788,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,305000,750,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,330000,1736,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,350000,864,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,421400,1337,0,384,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-11-05,425000,1840,0,1071,616,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,419000,1359,0,0,570,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,319000,1320,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-29,270000,2511,0,0,690,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,330000,1170,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1909,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,370750,1865,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,650000,2820,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-26,350840,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,380000,1504,0,0,461,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,390000,532,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-14,350000,1008,360,1008,572,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-03,330000,1296,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-05,352500,945,0,945,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,425000,1991,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-23,405000,1170,0,540,0,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1932,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,395000,1562,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1918,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,370000,1008,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,879000,3244,0,0,819,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-02,410000,1602,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,325000,996,0,0,352,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,320000,899,384,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,465000,2248,0,0,640,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,505000,2509,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,458500,1784,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,535000,1740,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,366263,1646,0,965,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,449950,1620,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-07,595000,3097,0,0,584,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,305000,1113,168,352,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-03,402000,1635,0,1040,0,324,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1918,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-01,390000,1770,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,343000,1200,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-01,400000,1456,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,240000,768,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-03,350000,840,216,840,0,360,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,462000,1873,0,0,442,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,656838,2120,720,0,656,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-05,425000,1742,0,0,471,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,485000,2899,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,338000,1104,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,385000,1808,0,0,394,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,920000,2464,0,0,552,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,475000,2384,0,0,840,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,510000,2500,0,0,676,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1980,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,300000,1280,0,1280,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,398000,1383,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,236000,985,500,985,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,400000,1432,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,1460000,3164,0,2912,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-30,415000,1960,0,0,336,0,0,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,599950,2498,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,507000,2204,0,0,572,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,540000,2150,0,0,576,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,420000,3415,0,1293,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,174900,540,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,1150000,3536,0,1492,0,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-12,371000,1560,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,455000,1504,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,142725,1908,0,0,676,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,355000,1648,0,0,500,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,447000,3002,0,0,456,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1969,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-05,510000,2128,0,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,700000,3523,0,0,608,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-01,416000,3006,0,0,508,0,2,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,380000,1773,0,0,375,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,495980,2519,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,592000,2626,0,0,752,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,489000,2552,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,428400,1688,0,0,556,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,850000,3729,0,0,1037,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-01,502500,3038,0,0,745,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-26,849000,2248,0,2248,772,0,3,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,376000,1152,0,0,372,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,481508,1988,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,339500,1218,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,560000,2300,0,0,1040,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,576803,1920,0,0,420,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,389990,1511,0,0,400,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,334000,1150,0,0,190,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,329000,832,394,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,329000,364,0,0,0,0,0,Electric,Finished Cottage,Drywall,1,Composition Shingle,1900,0,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,389000,2120,0,0,240,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,502500,1626,0,768,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-03,225000,2016,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-18,436000,2174,0,0,708,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,300000,1056,0,0,322,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,430000,2488,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,350000,1488,0,0,390,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,110218,1248,0,1248,576,0,0,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,645000,2112,0,0,2464,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-31,465000,2566,0,0,357,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,436000,2174,0,0,708,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,424995,1867,0,0,359,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,920000,2865,0,0,964,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,465000,2566,0,0,357,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-19,483240,2928,0,0,596,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,766523,3460,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-07,380000,1281,160,0,327,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,400000,1928,0,0,360,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,465000,1916,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,422768,1636,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,399000,1802,0,0,427,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-29,450000,2400,0,0,576,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1976,5,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,449950,1848,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,465000,1588,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,134546,952,0,0,418,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,390000,1636,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,453000,1971,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,485000,1988,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,789141,3386,0,0,660,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,975000,2792,0,0,550,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,357000,1576,0,0,424,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,639974,3325,0,0,420,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,600000,1500,0,1244,656,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,721312,2821,0,0,645,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,570000,2115,0,0,768,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,383000,1328,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1907,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-13,369000,1119,0,1059,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Preformed Metal,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,700000,2426,0,0,400,0,1,Forced Air,Frame Siding,Drywall,3,Built Up Rock,2019,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-10-30,415000,2500,0,0,454,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,700000,3206,0,0,746,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-10,675000,2227,0,0,724,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,1692500,2248,0,1044,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-05,790000,3028,0,650,500,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,380000,1672,0,0,357,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-07,315000,1008,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1996,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,410000,1892,0,0,410,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,899000,4027,0,0,1452,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,4,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-06,435000,1766,0,0,720,0,0,Electric Baseboard,Frame Siding,Drywall,2,Concrete Tile,1983,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-05,413000,1668,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-29,565000,2694,0,0,480,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-07,435000,1960,0,0,702,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,394995,1928,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,741808,3132,0,0,1071,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,320000,1076,392,266,0,280,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,330000,1200,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-15,320000,864,544,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-09,399980,1890,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,450000,1300,0,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,430000,1805,0,0,840,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,445000,1556,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,485000,2308,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,390000,1442,0,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,560000,2271,0,0,464,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,490000,3096,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,390000,1065,504,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,420000,2314,0,0,507,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,900000,3199,0,0,1008,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-08,295850,1264,0,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,383000,1498,0,0,0,576,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-29,535000,1512,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-06,380000,1936,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,585000,2709,0,0,399,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,471000,1727,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,699950,672,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1935,1,1,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-06,425000,1168,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Concrete Tile,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,436000,2192,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,615000,2626,0,0,504,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,625000,2968,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-05,384995,1870,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,440000,1599,0,0,562,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,385000,1440,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,455000,2492,0,0,400,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,399950,1367,0,448,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-07,689900,2989,0,0,671,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,310000,1112,0,1112,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-22,300000,1344,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,291100,1514,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1921,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,260000,800,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,408000,1706,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,360000,1088,0,0,802,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,359000,1091,0,0,343,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-24,425000,2426,0,0,550,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,335350,1211,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-21,639995,2491,0,0,724,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,500500,1824,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,420000,2126,0,0,398,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,607000,1976,608,650,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,330000,728,0,0,0,768,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-19,599000,1524,0,0,453,1536,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-26,669900,2516,0,0,682,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-09,599990,1872,0,0,576,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-05,279000,738,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,410000,1945,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,445000,2351,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-07,461500,1424,0,0,520,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,355000,1355,0,0,437,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,540000,3045,0,0,550,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,338000,1338,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-07,395000,1772,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,400000,2104,290,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,410000,1008,380,468,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1916,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,219500,969,187,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-06,365000,1480,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,566392,1790,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,595000,2382,0,0,482,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,590000,2573,0,0,448,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,873730,3106,0,0,555,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,400000,958,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,515000,3062,0,0,438,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,445000,1735,0,0,552,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,390000,2031,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,443000,1224,0,0,0,480,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,729950,3248,0,0,632,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,355000,1541,0,0,438,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,1350000,4177,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-23,470000,2605,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,415000,1267,0,0,704,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,634231,3131,0,660,440,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-10-29,386250,2084,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,470000,2334,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,550000,2161,0,0,664,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,415900,2270,0,0,501,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,537500,3239,0,0,684,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,435000,1488,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,608500,1710,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-12,599995,3267,0,0,539,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,591900,3083,0,0,644,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,275000,728,0,0,0,288,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,245000,720,240,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,430000,1781,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,542990,2112,0,0,616,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,775000,2701,0,0,440,0,2,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,2007,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-12,449995,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,322000,1059,664,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,502000,1568,0,0,440,0,2,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,567980,3122,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,365000,1360,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,445000,1360,0,0,0,432,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,537000,2000,0,1088,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,475000,1640,0,0,672,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,468000,1851,0,0,820,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,925000,2746,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1979,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-04,255000,672,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1976,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,539000,2253,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,345000,1360,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,320000,849,248,0,0,400,0,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,449950,1699,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,705000,2149,0,0,451,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2013,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,510000,1335,0,1335,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,474597,1739,0,0,460,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,355000,936,408,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1927,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-26,300000,648,270,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-06,605000,2784,0,0,580,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,735000,1774,0,1084,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1936,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,492500,1192,0,956,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,243000,968,0,0,264,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-03,385000,1464,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,240000,808,360,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,460000,1699,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,415000,2084,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,589000,1608,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1902,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,615000,2798,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,368000,1386,0,0,526,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,475000,2202,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,395000,1716,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,562000,2884,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-03,320000,1028,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-09,355000,1104,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-08,885000,2992,0,1778,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,280000,1528,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,540000,2054,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,455000,1676,0,0,992,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,355000,1506,0,0,384,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,869000,2166,0,2150,860,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,652787,3094,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-04,749950,2808,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,314000,1215,0,0,250,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,315000,1974,0,1287,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1928,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,465000,1670,0,0,425,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,360000,1808,0,0,418,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,460000,2038,104,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,549950,3496,0,0,447,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,450000,2462,0,0,546,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,365000,790,360,0,302,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,508000,1646,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,295000,808,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1935,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,285000,1700,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,567419,1784,0,0,531,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,504800,2602,0,0,0,625,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-24,410000,1604,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,56750,1056,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,320000,724,288,724,0,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-06,357000,1754,0,0,698,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,550000,2879,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,480000,1530,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,465000,2004,0,0,912,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-20,850000,1540,0,1340,422,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-07,325000,816,0,0,0,696,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-15,518600,2406,0,1210,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,462817,2419,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,395000,1620,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,640000,2188,0,1164,898,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,465000,2162,0,0,0,576,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,535000,1836,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,535000,2151,0,0,680,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,282000,1854,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,474995,2770,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,384950,1104,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,370000,1090,0,0,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-11,460000,2228,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,645000,2042,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,589950,2945,0,0,423,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,210000,1680,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,575000,2018,0,0,450,640,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-03,210005,780,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,400000,2000,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,637000,3062,0,0,740,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-04,375000,1008,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,450000,1660,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,325000,1078,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1912,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,265000,822,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,410000,1348,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,355000,848,312,416,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1936,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,607000,1910,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,450000,1892,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,505700,3118,0,0,622,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,605000,3050,0,0,800,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,376000,1531,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,725000,1630,0,1604,728,0,1,Warm and Cool Air Zone,Frame Stucco,Drywall,1,Concrete Tile,1996,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-09,520000,2284,0,624,400,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,605000,2852,0,0,744,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,350000,1100,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,321000,1172,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-11,815000,3231,0,0,731,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-11,400000,1730,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,556500,720,336,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,499000,2321,0,0,580,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-30,301000,1024,408,352,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,600000,2534,0,0,540,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-09,699950,2898,0,0,640,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-10,495000,1609,0,0,428,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,563000,2468,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,365000,1588,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,467150,2482,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-10-30,475000,1512,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,431000,1850,0,0,648,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,401445,1928,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,349000,1314,0,0,0,400,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,590000,2017,0,0,603,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-07,437500,1006,360,930,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1937,4,3,,,SEWER/SEPTIC INSTALLED +2020-08-28,295000,1564,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-08-28,295000,520,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,0,0,,,SEWER/SEPTIC INSTALLED +2020-11-05,540000,3122,0,0,530,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,275000,1410,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,411000,2690,0,0,454,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,379400,1533,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,595000,1664,0,1036,0,940,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1923,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,305000,960,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,544950,2761,0,0,584,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,725000,2926,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1947,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-09,345000,682,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,357500,1096,0,0,484,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,350000,1786,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,365000,1490,0,0,460,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,350000,1164,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-28,235000,1248,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,360000,880,400,440,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,670000,3046,0,0,750,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,442000,1506,320,0,0,768,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1997,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,345000,1733,0,0,264,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,655000,3331,0,0,989,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-03,468000,1625,0,1145,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1880,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-13,433000,1662,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,465000,1298,0,1008,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-31,322500,1247,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-01,324250,898,0,682,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1936,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,150000,2248,0,0,336,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-11,465000,1872,0,0,504,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,524990,1290,0,1300,0,672,2,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,430000,2036,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,451000,2425,0,0,415,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,320000,2118,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,330000,1504,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,400000,1240,0,0,440,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,370000,1301,0,0,195,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,459950,2928,0,0,396,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,140000,1008,0,0,442,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-01,420000,2144,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Preformed Metal,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,365000,1800,0,0,413,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,385000,1800,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,835000,1086,0,1086,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1950,2,2,,View Good,SEWER/SEPTIC INSTALLED +2020-11-06,330000,1070,0,0,315,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,350000,1352,0,0,405,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,430000,1986,0,0,642,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,503498,1739,0,0,460,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,450000,1979,0,1008,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,450000,648,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-11,158240,2044,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,750000,3874,0,0,756,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,552000,1967,0,0,420,240,0,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1990,4,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-09,362000,1536,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,574950,3103,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,410000,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,965000,2044,0,1996,0,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1992,3,3,,View V-Good,SEWER/SEPTIC INSTALLED +2020-11-11,260000,1488,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1930,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,449000,1250,0,1250,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,2000,1848,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,410000,1918,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,158240,2044,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,710000,2357,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,270000,1036,420,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1907,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,242000,920,0,0,0,700,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,150000,1512,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Built Up Rock,1922,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-13,955000,2733,0,0,725,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,784950,2821,0,0,645,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,460000,1587,0,0,529,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,435000,1928,0,0,584,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,330000,840,216,240,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,458000,2060,0,0,624,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,820292,2349,0,2303,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-02,449995,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,277000,1248,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-27,420000,1440,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1967,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,445000,1812,0,0,0,0,1,Electric Baseboard,Log,Drywall,2,Composition Shingle,1992,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-11-12,300000,912,0,0,0,308,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,540000,4324,0,1586,520,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-13,362025,1685,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,402000,2213,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,515000,1976,0,0,1088,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,330000,1008,0,0,288,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-09,384000,1883,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,1300000,2174,0,1148,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1910,4,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-02,385000,1144,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,518215,2451,0,0,620,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,100000,1414,0,0,484,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,314000,1296,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-09,599950,1786,0,0,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,1150000,3000,660,715,572,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-26,364000,1564,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,285000,846,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,705000,800,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,2008,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-06,700000,2678,0,0,731,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,295000,896,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,460000,2228,0,0,636,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,415000,1486,300,0,775,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,830000,3384,0,0,872,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,369000,977,429,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,845000,3235,0,0,730,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,498000,2648,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,580000,1920,0,0,576,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,477500,2713,0,0,497,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-08,420000,672,336,672,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1972,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,1662500,4555,0,2055,0,841,2,Hot Water Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1999,3,5,,View Good,SEWER/SEPTIC INSTALLED +2020-11-11,420000,1688,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,303000,1192,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,333000,1064,0,1064,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,355000,1416,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,975000,3908,0,0,1088,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,6,4,,,SEWER/SEPTIC INSTALLED +2020-11-12,380000,1707,0,0,415,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,500000,1319,0,799,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-08,750000,1620,0,0,360,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,1,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-05,435000,1458,0,0,575,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,357000,1214,0,624,0,600,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1922,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-16,346630,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,530000,2040,0,0,576,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,230276,2499,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,370000,1782,0,0,528,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,1275000,3400,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1900,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-03,412000,1544,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,480000,1838,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,435700,1786,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,425000,864,0,864,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-05,524950,3189,0,0,462,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-13,425000,2028,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-13,450000,1868,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,538619,1790,0,0,441,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,725000,3322,0,0,840,0,1,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,546410,2696,0,0,575,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-23,350000,793,0,0,0,660,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1992,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-14,438000,1662,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,368000,1937,0,0,506,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,440000,1298,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,509000,2424,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,385000,1652,0,0,576,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,110000,1312,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,427000,1452,0,0,537,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,610000,2403,0,0,483,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,357000,1736,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-27,300000,1196,0,0,308,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,150000,696,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,422455,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,740000,2752,0,0,650,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,619000,3232,0,0,627,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,634950,2470,0,0,748,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,405000,1840,0,0,480,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,1625000,4250,0,1829,962,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,5,,,SEWER/SEPTIC INSTALLED +2020-11-05,410000,1802,0,0,472,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,1202400,2723,0,1475,696,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1989,3,3,,View Good +,SEWER/SEPTIC INSTALLED +2020-11-16,357000,920,0,355,350,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-14,350000,1208,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,550000,1319,621,672,0,520,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,416000,2082,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,324500,1277,0,0,220,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,605000,1966,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,338000,1045,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1915,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,566540,2922,0,0,492,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,357500,720,288,202,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,454000,1806,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-14,695000,2138,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,925000,2323,0,1596,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,330000,1829,0,0,437,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,495000,3078,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,345000,1272,0,253,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1915,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,321000,1013,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,535000,2334,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,605000,1151,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,362500,1211,0,0,0,420,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,329995,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,275000,1002,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-11,439000,1911,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-21,728000,3463,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,360000,1780,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1995,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,350000,1660,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,385000,1412,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,699500,2614,0,0,0,528,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,430000,2000,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-14,490000,2752,0,0,666,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,335000,796,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC NO +2020-11-17,335000,840,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1910,1,1,,,SEWER/SEPTIC NO +2020-11-16,565000,1436,0,0,0,896,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-12,430000,1556,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,455000,1344,0,0,0,1080,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,703700,3584,0,0,740,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-10-19,428500,870,0,0,0,1000,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,640000,2454,0,0,876,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-09,1700000,4757,0,0,856,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-16,839000,1949,0,828,628,864,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1960,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,615000,2270,0,300,624,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,310000,1000,240,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,295000,1242,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-16,660000,1459,0,1418,516,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,4,2,,View Good,SEWER/SEPTIC INSTALLED +2020-11-13,702000,3229,0,576,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,1900000,2859,0,1763,936,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-11,375000,1196,480,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,514000,1932,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,420000,1138,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,729950,2844,0,0,596,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,489900,2168,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,372000,1030,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,285000,1030,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,485000,2165,0,0,672,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-03,505000,2119,0,1364,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,349950,1112,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,625000,2397,0,0,0,688,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,625000,1120,144,0,1120,0,0,Floor/Wall Furnace,Frame Siding,Drywall,0,Composition Shingle,1922,0,0,,,SEWER/SEPTIC INSTALLED +2020-11-13,483000,2224,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,375000,1595,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-15,719000,3301,0,0,653,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,47687,1488,0,0,390,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,403000,1801,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,331995,1163,0,0,352,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,485000,2186,0,0,363,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,499999,2016,0,0,0,1600,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,626000,2312,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-15,370000,1504,0,0,520,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,535000,2277,0,0,398,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,208000,1388,0,0,288,480,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,280000,1080,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,450000,2105,0,0,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,420000,2150,0,0,736,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,407500,1655,0,0,574,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,344995,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,400000,1414,0,622,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,550000,2500,0,1456,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,579950,1941,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,530347,1874,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,630000,3038,0,0,702,0,1,Forced Air,Frame Siding,Drywall,2,Built Up Rock,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,470000,2131,0,0,634,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,415000,2268,0,0,540,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-14,408000,2112,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,425000,1316,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,425000,624,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1989,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-09,335000,1114,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,535000,1784,0,0,846,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,640000,3325,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,689000,1668,0,984,0,800,1,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1932,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-14,645000,2999,0,0,667,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,455000,3032,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,463000,1680,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,400000,1344,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-14,625000,1682,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,382500,962,456,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-09,393000,1897,0,0,650,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,625000,3238,0,0,814,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,825000,2062,0,0,726,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-18,300000,996,0,0,316,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,515000,2455,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,541000,2473,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,329500,960,192,960,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1925,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,1070000,1983,0,1575,968,0,3,Forced Air,Frame Stucco,Drywall,1,Concrete Tile,2002,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-11-16,650000,1500,0,0,451,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,320000,1202,0,0,300,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,335000,1352,0,1352,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,408000,1396,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,325000,1092,0,0,364,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,750000,1855,0,1100,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1969,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-16,420000,1914,0,0,550,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,395000,2024,0,0,399,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,310000,1008,0,0,308,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,396000,1839,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,173338,3631,0,0,567,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,455000,1833,0,0,813,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,375000,1316,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-08,322000,736,0,0,276,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,1063800,2980,0,916,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-18,550000,1100,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,550000,1462,0,0,616,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,575000,1970,0,0,560,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,343000,1491,0,0,512,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,395000,1212,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1979,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,385000,1736,0,560,0,0,2,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,410000,1660,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,256000,816,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1956,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-14,499950,1978,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,300000,1579,0,0,483,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,350000,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,895000,5700,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,1985,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,314000,780,384,0,0,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,379900,1369,0,0,0,0,0,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,350000,1670,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,735000,2512,0,0,770,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,440000,1779,0,0,416,255,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,415000,2119,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,450000,1538,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,475000,1774,0,0,632,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,276035,1286,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,365000,1872,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,554100,3281,0,0,530,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,3150000,4201,0,1023,782,0,2,Heat Pump,Masonry Common Brick,Drywall,2,Formed Seam Metal,1940,4,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-13,425000,1792,0,0,285,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,260000,994,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,692500,2868,0,2868,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1963,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-10-25,385150,2161,0,0,736,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-07,399000,1870,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,524995,2318,0,810,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-09,799950,3372,0,0,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1976,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-17,399950,1250,0,0,576,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,395000,1418,0,0,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,560564,2783,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,405000,2024,0,0,380,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,390810,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,195000,833,0,833,0,846,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-14,381000,1079,0,0,864,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,610000,3358,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,355000,1286,0,0,294,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,700000,2821,0,0,662,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-14,400000,1479,0,0,418,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,845000,3553,0,0,893,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2020,4,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-05,535000,2198,0,0,400,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,395000,1482,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,525000,1844,0,0,480,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,253250,1460,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,265000,1408,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-09-30,390000,1812,0,0,651,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,360000,1116,0,0,308,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,457900,1796,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,740000,1338,0,584,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,477000,2262,0,0,486,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,890000,3558,0,0,1068,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,408850,1584,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,450000,960,544,960,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,550000,1406,0,1406,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,485000,2469,0,0,411,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,3,4,,,SEWER/SEPTIC INSTALLED +2020-11-17,350000,1106,0,0,252,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,839500,2228,672,0,0,672,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,485000,2182,0,0,416,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,548000,1916,0,0,320,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,720000,2174,0,1068,680,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1999,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-04,822178,3886,0,0,712,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,93000,651,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1950,1,1,,,SEWER/SEPTIC INSTALLED +2020-10-27,250000,1667,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,419950,1751,0,0,538,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-22,505000,2112,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2004,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,340000,964,0,0,252,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,644950,1922,0,0,441,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2017,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,540000,2214,0,0,520,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,525000,1398,0,1074,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,500000,1550,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,623800,1140,0,1140,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,319000,1038,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,525284,2681,0,0,490,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,339000,904,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,422980,2146,0,0,368,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,390000,1796,0,0,0,0,2,Electric Baseboard,Masonry Common Brick,Drywall,2,Built Up Rock,1948,3,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-17,355000,1042,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,485000,3356,0,0,700,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-18,450000,2226,0,0,420,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,200000,774,288,204,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,407000,2056,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,290000,1544,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,360000,1092,0,1092,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1932,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-02,100123,1647,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,389000,1233,0,1113,324,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,440000,1328,0,1328,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,495000,2098,0,0,730,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,389900,1010,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,354000,1040,470,598,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1890,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,590000,2729,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,80000,1318,495,0,330,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1957,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,430000,1176,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,184500,984,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,445000,2073,516,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,330000,1060,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-19,210000,696,0,0,0,400,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1934,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,83669,1554,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,674900,2478,0,0,671,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,240000,1020,288,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,497000,1940,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,439900,2362,0,0,441,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,479873,2015,0,0,482,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,390000,1793,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,196000,1448,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,747000,2205,0,0,818,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,370000,1360,0,0,395,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,470000,2294,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,487000,2239,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,470000,2245,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,332000,1282,0,0,242,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-10-21,750000,3599,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,377000,1671,0,0,420,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,650000,2883,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,1215000,2408,364,1398,0,676,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-18,505000,1964,0,0,828,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,388000,2000,0,2000,0,0,1,Heat Pump,Frame Siding,Drywall,1,Formed Seam Metal,1984,3,4,,,SEWER/SEPTIC INSTALLED +2020-11-20,449995,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,625000,2683,0,0,626,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,262000,872,0,872,286,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,423000,1958,0,0,594,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,830000,2000,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,673100,1612,0,1118,0,288,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-12,910000,2612,0,1836,841,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-18,400000,1282,0,0,616,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,345000,1495,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,520000,1880,0,300,484,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,358400,1620,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,350000,792,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1939,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,405000,1278,0,0,576,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,130000,896,0,896,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,1,1,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-11-19,1300000,4095,0,0,676,0,2,Hot Water Baseboard,Frame Rustic Log,Drywall,2,Formed Seam Metal,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,665000,2184,0,1391,900,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,270000,520,0,0,0,180,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-14,547500,2476,0,0,668,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,346900,1680,556,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,400000,1850,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,360000,1742,0,0,456,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,336000,918,0,494,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-10,1300000,3444,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-18,450000,2679,0,0,589,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,305000,1550,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,5,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,210000,1056,0,0,0,0,0,No Heat,Frame Siding,Drywall,1,Composition Shingle,1914,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-09,420000,1594,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,350000,1533,0,0,529,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,385000,2184,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,395000,1280,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,335000,1231,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,310000,764,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,580950,3347,0,0,595,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-20,349995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,427000,2092,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,325000,1039,0,0,0,280,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-19,340000,1304,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-05,365000,1717,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,459950,1624,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,899950,3189,0,0,930,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-20,380695,1792,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,540000,2028,400,1014,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,290000,1488,0,0,390,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,400000,1816,0,0,532,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,1899995,1705,0,1536,455,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1977,2,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-16,560000,2606,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,405000,1254,0,926,0,0,2,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1926,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-06,400000,1816,0,0,532,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-14,520000,1884,0,0,0,576,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,2012,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,46609,1042,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,354000,1948,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,1083450,1354,0,1354,0,432,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-18,400000,1066,0,0,286,1088,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,415000,2398,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,615000,1310,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-18,539060,1846,0,0,651,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,442000,1496,0,960,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,1335000,3771,0,624,624,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,4,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-17,274217,2667,0,0,669,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-11,575000,3108,0,0,608,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,2975000,5165,936,0,1107,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-19,474000,2389,0,0,465,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,355000,1398,0,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,680000,2632,0,0,984,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,610000,3345,0,0,622,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-19,445000,1508,0,264,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-28,347500,1418,0,0,390,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,332000,1098,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-19,463676,2264,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,620000,2076,0,0,696,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,419950,1659,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,425000,2026,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,475000,958,256,494,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,482000,1259,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,600000,3619,0,0,501,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,6,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,470000,2443,0,0,525,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,394995,1870,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,434700,1574,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,215000,1122,0,0,462,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,367000,1378,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,457500,1771,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,425000,1086,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-10-28,350000,1418,0,0,390,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,394995,1870,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,465000,2378,0,0,330,0,2,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1954,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,300000,870,0,0,0,240,0,Electric Baseboard,Frame Stucco,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,425000,1400,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,480500,1482,0,0,529,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,420000,1863,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,400000,2382,0,0,432,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,418318,1841,0,0,441,0,1,Forced Air,Frame Siding,Drywall,0,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,670000,2768,0,0,734,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,485000,1788,0,0,420,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,417000,1397,0,0,253,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,378000,1534,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,17000,1626,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,509175,2571,0,0,462,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC AVAIL +2020-11-13,349950,1398,0,0,360,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,409000,948,0,884,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,498500,2270,0,0,517,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,350000,1228,420,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,330000,1094,0,0,304,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-09,520000,1864,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,540000,2450,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,150000,936,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-11,442821,1636,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,340000,1146,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,500000,1548,0,864,0,728,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,325000,881,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,633150,2088,0,0,0,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,1892,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,330000,1762,0,0,370,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,455000,1382,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1947,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,670000,1816,0,1326,0,400,1,Heat Pump,Masonry Common Brick,Drywall,2,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,500000,1364,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,110000,1728,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,387000,1476,0,0,252,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,886700,2815,0,1140,673,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-04,430000,1148,352,0,0,604,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1998,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,455000,1752,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,374995,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,465000,2091,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,605000,2246,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-11-18,749950,2246,0,0,852,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-02,531412,1853,0,0,513,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,325000,1508,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,413000,1842,0,0,660,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2006,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,557000,1870,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,614900,1077,432,552,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,440000,1918,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,771223,3079,0,0,651,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2021,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,435000,1429,0,0,549,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,255000,1252,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,340000,1326,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,750000,2169,471,0,566,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,540000,2240,0,0,624,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,647911,3101,0,660,440,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,,SEWER/SEPTIC INSTALLED +2020-11-23,454995,2692,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,598950,2315,0,0,565,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,400000,1844,0,0,386,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,430582,2239,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,342500,962,0,450,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,435000,2152,0,0,552,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,460000,2313,0,0,551,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,4,,,SEWER/SEPTIC INSTALLED +2020-11-17,377000,1320,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,415000,1208,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,376000,1432,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,371000,884,0,884,288,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-06,350000,1580,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,320000,1242,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,386000,1264,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,410000,2112,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,474995,2770,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,450000,1808,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,725000,1768,0,0,0,672,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,475000,1994,0,835,430,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,350000,1252,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,726000,1904,0,640,160,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,440897,3066,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-09-29,499950,2736,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,385000,1820,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,401570,1792,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,929000,3433,0,1792,0,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2000,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-19,460000,1690,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,670000,1622,0,1296,768,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-18,200000,768,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,549000,1989,0,0,749,484,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,302500,762,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,385000,1839,0,0,0,380,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,491000,2052,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,960000,3865,0,534,940,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,330000,1023,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,825000,2725,0,2039,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,3,4,,,SEWER/SEPTIC INSTALLED +2020-11-23,381500,2132,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,1150000,2200,0,863,830,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,2,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-23,730000,1308,110,1308,0,704,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1983,4,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-23,280000,1169,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-13,360000,1865,0,0,430,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,476950,2274,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,350000,1312,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,285000,1234,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,599500,1790,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,495595,1650,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,360000,1746,0,0,504,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,350000,906,304,0,285,198,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-21,380000,1498,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-21,425000,1890,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,1234000,3151,0,974,644,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,2004,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-18,685000,1728,0,480,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-20,370000,1404,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,320000,784,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,480000,1808,0,1104,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1904,4,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,455000,1544,0,0,528,792,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-09,529950,1619,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1938,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,525000,1368,280,784,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-23,325000,1478,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,375000,1288,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,465000,1798,0,564,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,6,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,615000,2969,0,0,683,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,453000,1851,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,710000,2248,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,501000,1880,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,457000,2582,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,240000,732,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,330000,1140,456,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1898,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,417000,1364,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,345000,1440,0,0,260,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,643730,2222,0,0,524,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,96065,1363,0,0,0,368,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1919,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,800000,2224,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,367500,1312,0,0,500,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,385000,1632,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-21,260000,1041,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-19,860000,2772,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,473500,2221,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-04,520000,2376,0,0,0,1152,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,529900,3265,0,0,582,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,524995,2692,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,360000,1795,0,0,420,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,430000,2195,312,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,582550,2592,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,963000,2950,0,863,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-21,460000,1296,330,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,610000,1730,0,1400,484,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1954,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,371000,1420,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,535000,2684,0,0,441,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,272300,521,231,483,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-19,272300,472,288,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1919,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,538000,1875,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,278805,1052,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,535000,2190,0,0,598,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,380000,851,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,410000,2465,0,924,720,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Built Up Rock,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-12,532000,2920,0,0,590,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,375000,1360,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,360000,1225,0,0,0,336,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,460000,1876,0,0,936,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-05,331500,990,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,565000,2495,0,0,753,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,429950,938,0,842,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1937,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,935000,4099,0,2619,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1940,5,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-24,580000,2570,0,0,638,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,399950,1753,0,0,612,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,522000,1571,0,961,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1938,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,404550,1146,564,0,0,600,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1932,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,875000,3173,0,960,0,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-20,390000,1576,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,615000,3232,0,0,627,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,412000,1320,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,659999,3817,0,0,542,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1989,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-20,765000,2141,680,0,1011,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-11-23,350000,1436,0,0,616,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,500000,1736,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,390000,2005,0,0,406,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,300500,1676,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,470000,1793,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,485000,2067,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,394000,1092,0,0,600,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,489000,2360,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,532000,2800,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-05,403000,1068,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1890,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,351000,1582,0,0,502,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,365739,2228,0,0,726,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,360000,1841,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,445000,2252,0,0,742,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,500000,2212,0,0,896,0,1,Forced Air,Frame Siding,Paneling,2,Composition Shingle,1991,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,425000,1965,0,0,390,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-22,309000,936,0,0,552,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-08,324995,1630,0,780,0,0,1,Electric Baseboard,Masonry Common Brick,Drywall,2,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,459833,2615,0,0,399,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,300000,1428,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,257000,1696,0,0,190,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,490000,1556,0,0,0,572,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,432000,1888,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,350000,1210,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,519995,2359,0,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,350000,783,320,440,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-23,330000,1532,0,0,529,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,595000,2943,0,0,621,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,415000,1646,0,0,484,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,650000,2296,0,0,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,650000,288,96,0,576,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,325000,1194,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,595000,2655,0,0,686,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,250000,1822,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,666310,2945,0,0,621,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC AVAIL +2020-11-24,649950,1838,0,949,576,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-24,375000,1337,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,324950,1216,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1925,2,2,,,SEWER/SEPTIC INSTALLED +2020-10-30,385000,1162,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,415000,912,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,405000,1800,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,624950,2033,0,0,532,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,431000,1828,0,0,438,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,500000,1414,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,590000,1424,0,504,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,439950,1932,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,614995,3473,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,347500,1432,0,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,325000,1426,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,509995,3051,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,525000,2535,0,0,448,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1932,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,560000,2144,0,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,375000,1304,0,0,492,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-09,78330,480,0,482,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1966,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,350000,1620,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,460000,1896,0,0,660,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,412000,2120,0,0,440,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,409900,2584,0,0,396,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-22,450000,960,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1967,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-22,450000,1630,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,138000,1442,0,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-17,471580,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,415000,1740,0,0,322,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,172500,1188,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,415952,1624,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,627710,2707,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC AVAIL +2020-11-24,377000,1378,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,489900,2412,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,480000,1864,0,0,0,720,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,334995,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,290000,966,0,0,378,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,375000,1112,0,0,299,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-01,336828,1714,0,0,275,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,107000,544,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1993,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-23,450000,1752,0,0,498,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,655000,2787,0,0,662,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,699000,2348,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-23,825000,2671,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,181200,1804,0,0,864,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,488500,2656,0,0,600,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,400000,1376,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,377000,1507,0,0,450,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,750000,1385,0,1385,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1956,4,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-16,390000,2482,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,577620,1839,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,330000,856,260,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1915,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-22,380000,1736,0,0,672,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-11-23,210000,576,0,576,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1949,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,600000,2486,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,340000,816,0,408,0,768,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-04,431000,1756,0,0,0,576,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,422500,1752,0,0,483,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-21,375000,1032,480,480,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,345016,1124,0,320,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,395000,1550,410,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,275000,1013,0,407,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-10-20,1100000,1706,0,1685,916,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,5,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-28,425000,850,340,180,0,384,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,1790000,5354,0,1448,1192,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-17,450000,2896,0,0,504,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,275500,888,0,0,288,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,364995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,515000,2214,0,0,0,1118,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,158635,1984,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,565000,2697,0,0,652,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,549950,2756,0,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-27,327500,1937,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,340000,1463,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-19,459000,1500,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,530000,825,340,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1975,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-12,369950,3496,0,0,528,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,6,5,,,SEWER/SEPTIC AVAIL +2020-11-24,385000,1698,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,350000,1376,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1908,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,515670,2277,0,0,589,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,474000,1462,0,0,436,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,395000,1802,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,450000,1763,0,144,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,462700,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-27,529000,2423,0,0,410,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,508000,2473,0,0,399,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,315000,2108,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,550000,1436,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,974990,3775,0,923,0,650,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,415000,1836,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,419000,2095,0,930,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1960,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,239000,768,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,440000,1171,0,0,360,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,608000,2016,0,616,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1919,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,385000,1962,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,379000,1400,0,0,336,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,614995,3267,0,0,539,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,350000,1088,0,0,0,576,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,333500,1080,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,432000,937,200,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,432000,484,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1924,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,337000,1066,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,573188,2999,0,0,652,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,538000,2038,0,0,788,780,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,405000,1324,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,305000,892,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,421000,2011,0,0,651,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,375000,1327,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,508000,2670,0,0,700,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,475000,1716,384,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,430000,1818,0,0,832,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,485000,2433,0,0,507,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,488000,2500,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,106946,1404,0,0,1008,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,2,1,WF River,,SEWER/SEPTIC INSTALLED +2020-11-28,439000,1906,0,0,418,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,870000,2728,0,576,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-09-17,389000,2689,0,0,506,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,450000,1296,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,352750,1284,0,0,0,988,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,399500,1367,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-10,310000,1163,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,717000,2467,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,637500,2563,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-27,160000,984,0,0,0,360,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,385000,1650,0,0,400,0,0,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1997,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,445000,2942,0,0,671,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,500000,2529,0,2529,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1964,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,470000,2519,0,0,370,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2014,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,439000,2264,0,0,558,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,365000,1164,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,962500,1739,0,1100,0,792,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2016,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-24,472500,985,0,985,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,390000,1930,0,0,371,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,520000,2008,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,360000,1008,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-23,352125,2131,0,0,660,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,471000,1677,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,500000,2219,0,0,450,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,590000,1875,0,0,671,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,350000,1108,0,0,336,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1971,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,420000,1478,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,627000,2236,0,0,483,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,583000,1999,0,0,488,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,390000,1356,0,0,240,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,305000,1068,0,0,288,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,169391,672,196,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-23,310000,768,130,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-27,230000,528,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,550000,3102,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,350000,1008,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,1070000,3548,0,264,880,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1902,3,2,,View Good,SEWER/SEPTIC INSTALLED +2020-11-16,366900,2010,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,700000,2458,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,5,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,590793,2136,0,0,451,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,282500,873,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,440000,1759,0,1020,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1937,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,340000,1100,0,0,554,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,920000,3268,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,1279000,3095,0,1143,252,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-24,225000,1066,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,420335,1335,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,380000,1660,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1914,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,395000,1228,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,407000,1831,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,189971,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-27,220000,776,0,0,0,0,1,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,156000,524,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1925,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,250000,1064,0,1064,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,501234,1812,0,450,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,460000,2166,0,0,510,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,319950,1036,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,825000,1956,0,1668,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,5,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-25,450000,2468,0,0,546,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-04,452000,3053,0,0,423,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-27,130000,892,442,884,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1937,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,599500,3788,0,0,1108,0,0,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1992,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-24,355000,1094,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1890,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,567000,1765,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,567000,1240,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2004,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,409995,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,455000,1920,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,370000,1344,0,0,456,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2010,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,360000,849,390,0,0,400,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-21,475000,2679,0,0,400,0,0,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,425000,1446,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,346500,1530,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,485000,2343,0,0,478,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,575000,2275,0,0,576,864,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-30,1147500,4092,0,1719,898,0,3,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,2002,7,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-23,359950,1752,0,780,0,0,1,Heat Pump,Masonry Common Brick,Drywall,2,Composition Shingle,1933,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,599900,1894,0,0,484,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,425000,1828,0,0,438,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,700000,3136,0,0,738,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,860000,3020,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-24,1260000,2646,735,2612,775,0,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,2001,3,4,,View Good,SEWER/SEPTIC INSTALLED +2020-11-25,565000,2508,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,478337,1650,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,649950,2599,0,1666,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,574950,3272,0,0,536,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,550000,1635,0,953,0,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,510000,1843,0,0,819,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,452000,1802,416,0,576,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,380620,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,509995,2712,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,641645,3271,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,820000,2630,0,0,658,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,207000,1860,0,0,0,0,0,Hot Water Baseboard,Frame Siding,Drywall,2,Wood Shake,1906,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,400000,1364,0,800,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1907,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,430000,1404,0,0,0,924,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,80000,1568,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,View Lim -,SEWER/SEPTIC NO +2020-11-25,619950,3080,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-24,368000,1105,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,490000,2336,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-02,350000,1332,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-23,862500,1740,0,1740,760,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,435000,1669,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,1267500,4597,0,0,1369,0,1,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Concrete Tile,2000,3,5,,,SEWER/SEPTIC INSTALLED +2020-11-25,490000,2688,0,0,476,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,420000,1312,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,420000,1070,444,1170,0,576,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-16,405000,1120,0,1104,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,385000,1608,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,449950,1481,0,0,400,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-29,455000,2364,0,0,445,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,360000,1608,0,660,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,499000,1594,0,0,602,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,425000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,610000,3300,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-27,460000,1116,288,648,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,415000,944,320,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,565000,2412,0,0,761,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-13,250000,690,0,0,0,0,1,No Heat,Pine Unfinished Cabin,Drywall,1,Composition Shingle,1920,0,0,WF Salt,,SEWER/SEPTIC NO +2020-11-30,499000,3636,0,0,420,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2007,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-25,346000,1491,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1935,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,445000,1643,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,825000,3013,0,0,776,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,635000,2084,0,0,440,576,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1989,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-06,545000,2643,0,0,532,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,415000,1896,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,888500,3351,0,0,702,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-30,445000,1940,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,383000,1793,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,369950,1044,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,427000,1555,0,0,441,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,156107,2834,0,0,744,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,302000,1055,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-06,505000,1771,0,0,640,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,206000,1242,0,312,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,451650,2064,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,379000,2029,0,0,497,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,450000,1812,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1973,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,887000,3553,0,0,990,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,840000,3418,0,0,1008,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,650000,1919,0,1026,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1932,4,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-17,515000,2134,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,742500,2725,0,0,960,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,345000,1339,0,0,412,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,352000,1116,0,0,336,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,342000,1600,0,0,552,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,557000,2610,0,0,750,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,400000,800,0,0,0,0,1,Floor/Wall Furnace,Finished Cottage,Drywall,1,Formed Seam Metal,2000,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,465000,1724,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,560000,2443,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,775000,2366,0,2228,644,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-11-25,450000,1968,0,0,624,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-29,470000,720,0,672,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1976,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,320000,1011,0,0,330,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,743000,2681,0,0,636,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,508000,2073,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,540000,2420,0,0,651,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,435000,1592,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,655000,1773,0,1065,528,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1986,5,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-16,447811,1579,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-29,1100000,1392,0,1393,0,840,1,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1990,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-30,344000,806,308,180,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,608000,2496,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,425000,948,0,884,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,485875,2623,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,709950,3267,0,0,516,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,943900,2300,0,1830,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,9,5,,,SEWER/SEPTIC INSTALLED +2020-11-23,500000,2386,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,440000,1350,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,260000,1006,0,660,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1904,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-19,485000,3035,0,0,560,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,465000,3057,0,0,423,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-28,145500,1420,0,0,416,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,770000,1736,0,0,0,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,310000,936,432,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1909,4,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,950000,1894,0,0,624,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,260000,1688,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,525000,3219,0,0,695,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,665000,1020,0,1020,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-23,665000,480,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Formed Seam Metal,1900,1,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-11-02,915000,1344,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1925,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-18,803000,3577,0,1924,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,973008,3775,0,923,0,650,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-12,480000,2800,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,360000,1798,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,393000,1082,526,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1917,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,325000,945,0,945,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,445000,2273,0,0,380,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,452000,1932,0,0,308,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,425000,1284,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,350000,1280,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,715000,2818,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,378000,1520,0,0,476,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,365375,1056,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-19,415000,1785,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1941,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,550000,2201,0,360,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,272500,1088,320,976,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1915,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,333000,1259,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-01-28,145500,1420,0,0,416,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,475000,2060,0,0,506,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1965,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,360000,1088,0,0,0,400,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-23,429950,1192,560,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-01,357500,1473,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,360000,1152,0,0,372,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,410000,1460,0,0,476,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,425000,1910,0,300,0,240,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1943,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,437000,1110,0,1110,182,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-23,477000,1358,308,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,579900,3347,0,0,595,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-11-30,580000,2656,216,0,0,572,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,635143,2497,0,0,742,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,405000,1770,0,0,389,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,202783,1036,0,0,276,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,263000,1545,0,0,0,0,1,Hot Water Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,340000,856,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,865000,2634,104,0,0,0,1,Heat Pump,Frame Rustic Log,Paneling,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,615000,3432,0,0,688,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,345000,1006,0,0,480,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,265000,1032,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1927,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,410000,1280,312,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1890,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,360000,1200,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,405000,1181,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,435000,1545,0,0,517,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,405000,1648,0,0,270,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,350000,1224,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2012,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,507500,2376,0,0,576,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,472714,2461,0,0,722,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,387500,2076,0,0,342,0,0,Electric Baseboard,Frame Siding,Drywall,3,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,475000,1870,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,415000,1996,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,578000,2471,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,345000,1256,0,0,0,400,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1937,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,654900,2931,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-19,440000,1776,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,355000,1377,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,620000,2089,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-22,485000,1362,0,1362,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-27,490000,2016,0,0,624,0,2,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,585000,1429,0,1429,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,245000,960,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,1450000,1980,0,1624,684,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1987,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-01,375000,1939,0,0,590,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,240000,816,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,415000,1809,0,0,648,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,610500,3483,0,0,725,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,6,4,,,SEWER/SEPTIC INSTALLED +2020-12-01,305000,750,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-23,525000,2554,0,0,568,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,405000,1694,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,246927,1481,0,1229,583,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1990,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-03,552741,2969,0,0,477,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,410000,2178,0,0,627,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,370000,1647,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,535000,1578,0,255,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-03,899950,2755,0,1444,750,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Wood Shake,1998,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-03,285000,1374,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1976,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,1250000,5807,0,2020,1564,0,2,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2003,5,5,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-01,310000,1150,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1945,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,680000,2565,0,0,710,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,520000,2352,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1954,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,380000,1495,0,0,410,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,365000,1147,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1919,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,446358,2490,0,0,380,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,415999,1824,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,361950,960,288,960,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1919,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,375000,1793,0,0,529,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,535000,1305,0,1176,0,180,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,360000,1264,405,0,818,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1974,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,385000,1709,0,0,550,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,736877,3008,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-27,594500,1784,0,0,447,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-28,580000,1587,0,1028,0,720,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,414000,2030,0,0,437,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,442000,2220,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,435000,2995,0,0,453,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,340000,780,360,260,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,620000,2932,0,0,539,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,312000,1056,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,335000,1027,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,329000,966,364,0,0,252,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,265000,716,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1914,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,399000,1697,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,520200,2498,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,730000,3116,156,0,0,0,1,Heat Pump,Frame Stucco,Drywall,1,Composition Shingle,1979,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-01,394574,1960,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,422000,1300,0,0,264,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,330000,960,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2001,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,456000,2384,0,0,506,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,578694,3147,0,0,615,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-29,549000,1651,0,1651,0,400,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1942,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,973595,2681,0,2256,0,816,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1990,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-25,435000,1714,0,0,497,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,849950,1946,0,1896,624,0,1,Heat Pump,Frame Siding,Drywall,0,Formed Seam Metal,2020,2,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-01,450000,1521,0,500,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1924,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,485000,1792,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1978,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,730000,2574,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-25,525000,1540,0,996,0,240,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,530000,1380,0,0,0,480,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-29,450000,1128,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Concrete Tile,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,495000,2564,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,805000,2436,0,1218,0,0,1,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,1926,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,440000,1476,0,0,0,800,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,330000,600,432,0,209,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,370000,1478,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,360000,1170,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1904,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,465000,2439,0,0,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-29,519900,2668,0,0,864,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,777500,2821,0,0,948,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,353000,1356,0,0,357,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,470000,2431,0,0,763,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,410000,2360,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,250500,890,360,100,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,356000,1536,424,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,612500,2315,0,0,590,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-02,694405,2302,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,420000,2073,516,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,454995,2375,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,725000,2909,780,1371,0,576,0,Forced Air,Masonry Common Brick,Drywall,2,Composition Shingle,1900,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-30,468995,2313,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,375000,1148,0,0,560,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,350000,1208,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,400000,1837,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,620000,1712,0,864,480,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,375000,1664,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,373000,1297,0,0,436,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,308000,1400,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,325000,1452,0,0,0,480,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,395000,1880,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,795000,4325,0,1528,0,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,1890,8,5,,,SEWER/SEPTIC INSTALLED +2020-12-02,350000,800,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,365000,1462,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,932000,2658,0,1690,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,640000,2717,0,0,625,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-03,299999,840,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1892,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,332000,1292,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-11,350000,1416,0,0,0,576,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1922,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,465000,2066,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,376500,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,775000,1813,0,1813,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-09,480000,2081,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,297000,1144,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,330000,948,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,383400,1488,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,975000,4387,0,0,926,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1992,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-04,320000,2353,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,350000,822,440,780,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,475000,2263,0,0,640,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,322000,864,432,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-29,496674,2990,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,385500,1440,792,600,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,5,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,305000,1040,0,0,0,600,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,780000,3122,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,415000,2295,0,0,409,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,275000,810,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,430000,2108,0,400,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,392065,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,236000,924,0,0,338,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,51992,1138,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,342000,1680,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,500000,3096,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,300000,1272,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1919,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,510000,2694,0,0,687,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,456180,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,458308,1859,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,495000,2048,0,0,0,576,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,410000,1332,0,400,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,320000,960,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,350000,1824,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,989000,2238,0,2034,892,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,360000,1945,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,320000,1378,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1928,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,100000,720,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,625000,2942,0,0,630,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,612000,2241,0,0,506,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,573500,2052,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,820000,3472,0,0,720,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1949,4,5,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-03,505000,2258,0,0,459,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-05,390000,2052,228,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,410000,1504,0,0,0,400,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,370000,1896,0,0,399,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,400000,2189,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,425000,2800,0,0,720,0,1,Heat Pump,Frame Stucco,Drywall,2,Composition Shingle,1981,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,759000,3038,0,0,638,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,575000,2828,0,0,625,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,430000,2206,0,0,530,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,433980,2194,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,973000,3776,0,0,720,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-11-12,353500,776,160,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Preformed Metal,1974,3,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-03,415000,1422,0,0,344,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-04,605000,2364,0,0,483,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1959,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,390000,1248,0,0,260,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,787000,2130,517,0,724,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,5,,View Lim,SEWER/SEPTIC INSTALLED +2020-10-22,301000,959,0,0,350,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,345000,1177,276,0,480,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,420000,1882,0,0,368,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1971,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-16,375000,1584,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-04,920000,3001,0,0,759,0,2,Forced Air,Frame Stucco,Drywall,2,Concrete Tile,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,725000,2666,0,0,418,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,373822,2615,0,0,635,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,630000,2495,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,360000,1271,0,0,418,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,219500,2163,0,0,508,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,495000,1175,767,437,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,5,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,450000,2776,0,0,624,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,500000,2174,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-21,378000,1802,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,295000,1256,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,370000,1607,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,365000,884,0,884,286,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1957,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,505754,2990,0,0,638,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,350000,1244,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-06,491000,2054,0,0,506,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1990,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,404500,1640,0,0,700,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,478000,1796,0,1006,420,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1988,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,565000,1782,0,0,600,960,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,518700,2014,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,384150,1620,0,0,0,440,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,467745,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,410000,1640,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,468676,1706,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-10,775000,1036,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1944,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-05,615000,1916,0,1228,0,1194,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1942,5,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,217820,1208,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,736000,2595,0,600,793,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,4,,,SEWER/SEPTIC INSTALLED +2020-12-05,380000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,442500,1107,0,486,519,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,WF Stream/Creek,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-07,450000,2313,0,0,0,399,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,480000,2703,0,0,671,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-05,370000,1600,0,0,300,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1970,5,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,490000,2359,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,515000,2720,0,0,712,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,220100,668,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,705000,2905,0,0,814,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,447000,2832,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-11,475000,2514,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,425000,2104,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,362000,1152,0,1056,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,239000,800,0,0,0,364,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,398500,1012,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,430000,1983,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,558000,2930,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-05,365000,1424,0,380,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-13,454800,1631,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-07,493085,1717,0,0,450,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,560000,2398,0,0,452,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,405000,1952,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,685000,2659,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,407000,1557,0,0,360,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,525000,1392,0,1392,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,472305,2640,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,435000,1948,0,0,472,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,360000,1508,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,460000,2309,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,372000,1130,0,0,294,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-04,382500,1288,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-28,480000,2249,0,0,840,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,124490,1776,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,925000,1736,0,1352,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Formed Seam Metal,1956,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-12-01,498000,2430,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,552000,1936,0,0,480,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,500000,1928,0,0,506,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-24,430000,4117,0,0,572,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,4,,,SEWER/SEPTIC INSTALLED +2020-12-01,415000,1226,0,1226,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1974,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,1540000,2098,0,2066,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-12-01,735000,1461,0,1353,572,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1964,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-11-25,422000,2025,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,415000,1673,0,0,504,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,395000,2120,0,0,460,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,375000,1230,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,500000,1860,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,931745,2695,0,1285,0,0,2,Forced Air,Frame Siding,Paneling,2,Composition Shingle,1913,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-24,675000,1656,0,1612,483,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,475000,1048,660,0,0,0,2,No Heat,Log,Paneling,1,Formed Seam Metal,1960,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,537500,2904,0,0,558,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-17,490000,2054,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,535000,1972,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,430000,2420,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,412600,1791,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,720000,2744,0,928,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-02,700000,3199,0,0,664,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1994,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-07,440000,2211,0,0,644,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,589950,2658,0,0,826,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-03,225000,988,0,988,0,768,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,665000,2765,0,576,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1909,8,8,,,SEWER/SEPTIC INSTALLED +2020-12-04,490000,2571,0,0,549,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,399000,1566,0,0,264,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,432500,1550,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,460975,2566,0,0,357,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,402500,1485,0,0,380,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,365000,1900,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,473123,1988,0,0,462,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-05,385000,1510,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,502505,1925,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,524995,2557,0,0,376,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,390000,1402,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,461000,1020,0,465,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,300000,1191,0,1191,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,440000,1666,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,527000,1560,0,0,520,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,465269,1739,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,362000,1126,0,0,324,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,300000,1384,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,471500,2316,0,0,672,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1963,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,418000,2304,0,0,436,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,200000,2165,0,0,764,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,550000,3281,0,0,530,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,385110,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,355000,1885,0,0,456,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,425000,1936,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,859000,4047,0,0,710,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-05,448000,2278,0,0,398,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,327000,768,384,384,0,264,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,385000,1222,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,750000,3311,0,0,702,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-05,430000,1897,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,530000,2398,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,500000,2770,0,0,560,0,1,Heat Pump,Frame Siding,Drywall,3,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,720000,3238,0,0,660,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,350000,2275,0,0,0,1056,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,4,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-08,530000,1976,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-06,224000,1448,0,988,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,420000,2150,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,538000,2188,0,0,616,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,330000,1020,0,0,0,768,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,804145,3947,0,0,712,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-04,610000,2180,0,0,636,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,440000,1996,0,1176,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1919,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,721935,3294,0,0,706,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC AVAIL +2020-12-07,200000,1008,0,936,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1922,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,730000,1918,0,1078,768,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1983,4,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-08,350000,780,360,0,0,576,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1945,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,100000,320,0,0,0,0,0,No Heat,Finished Cottage,Paneling,1,Built Up Rock,1952,2,0,WF Lake,,SEWER/SEPTIC NO +2020-12-09,1250000,4049,0,0,764,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,459000,1923,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,440000,1842,0,0,388,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,408500,1952,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,514000,2729,0,0,472,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,610000,2810,0,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,400000,1346,0,0,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,400000,1824,0,912,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,300000,1018,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,570000,2824,0,0,552,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,420000,1852,0,0,260,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,457000,1922,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,63306,1669,0,0,456,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,290000,1256,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Composition Shingle,1997,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,439995,2375,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,344995,1163,0,0,352,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,450000,1504,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,492500,1930,0,0,494,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,699000,2737,0,0,748,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,425000,1704,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,360000,1920,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,377500,1352,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,295000,800,0,0,0,352,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,491950,2229,0,0,495,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,430000,1832,0,0,400,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,849950,2170,0,944,774,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,View Good,SEWER/SEPTIC INSTALLED +2020-11-30,576000,1643,0,0,722,0,1,Forced Air,Frame Stucco,Drywall,1,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,1000000,3514,0,800,0,1175,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-07,715000,2942,0,0,572,0,2,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-28,375000,1440,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,570000,2947,0,0,775,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2004,6,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,385000,1140,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,455000,1242,0,1242,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,325000,633,192,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,477725,2277,0,0,399,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,779000,2005,0,1202,806,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-07,403000,896,320,336,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,695000,2322,0,0,546,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-10,366950,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,441000,1709,0,0,567,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,227000,934,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,310000,768,0,0,275,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,326500,864,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,275000,1430,264,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1895,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,150000,1184,0,1184,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1937,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,230000,988,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-16,375000,785,0,0,0,0,1,Electric Baseboard,Frame Siding,Paneling,1,Composition Shingle,1960,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-11-20,595705,1831,0,0,497,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,365000,884,0,884,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,387500,1070,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Preformed Metal,1974,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,615000,1871,0,0,667,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,440000,1872,0,936,0,624,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1940,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,385000,1722,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,363850,1020,432,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,550000,3008,0,0,800,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-18,820000,3178,0,0,433,0,3,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,385000,1651,0,0,374,0,2,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,387500,1996,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-02,740000,3814,0,0,747,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-03,600000,2944,0,0,682,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,400000,1364,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,327000,1432,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,400000,1064,448,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,1,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-19,525000,2600,0,0,784,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,405000,1680,0,0,275,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,447500,1364,0,0,426,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,799000,2670,0,1811,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2018,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-04,875000,1712,0,0,546,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,View Good +,SEWER/SEPTIC INSTALLED +2020-12-02,445000,1830,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,250000,980,0,0,0,720,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1938,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-28,347000,684,264,0,0,0,1,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1900,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,350000,1498,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,812500,2557,0,0,742,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2018,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,325999,780,0,0,0,532,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,359000,864,432,864,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,2006,1,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,780000,1056,0,1056,0,624,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-11,205000,825,0,0,375,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,390000,1302,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1904,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,165524,1531,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-03,431600,1454,0,0,488,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,485000,3260,0,0,631,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,325000,1152,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,356000,1584,0,572,0,320,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,446000,1706,0,0,420,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,535000,1878,0,0,765,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,360000,1152,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,280000,672,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1928,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,975000,3666,0,0,756,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,410000,1676,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,840000,3081,0,0,748,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1993,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,510000,2036,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,320000,1586,0,806,0,520,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1912,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,275000,748,0,0,264,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-04,460000,1796,288,0,432,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,535000,852,280,752,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,330000,912,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,406000,1714,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,624950,2489,0,0,638,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,389000,1600,0,0,436,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,573730,2019,0,0,518,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,600000,3164,0,0,768,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,395000,1548,0,0,361,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,475000,1920,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2001,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,390000,1958,0,0,432,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1996,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,335000,1014,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,445000,2178,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,462240,1816,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,462240,480,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1965,0,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,932500,1560,0,960,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1930,4,4,,View Good,SEWER/SEPTIC INSTALLED +2020-11-16,580000,3281,0,0,530,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,300000,960,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,340000,972,0,0,500,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,360000,960,248,960,0,440,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1946,0,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,394800,1696,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,430000,1944,0,0,480,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,350000,1228,288,0,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1946,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-06,337000,1190,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,520000,2721,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,620000,1990,0,672,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,265000,1496,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,350000,768,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,439000,1846,0,0,590,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,180000,1200,0,0,594,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,445000,1599,0,0,522,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-24,390000,1581,0,0,440,992,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,493950,3062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-05,410000,1561,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,464014,1564,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC AVAIL +2020-12-04,10000,1572,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,345000,1157,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,280000,2076,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,263000,813,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1926,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-24,520000,2047,0,0,400,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,397000,1163,434,682,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1942,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,325000,1080,0,0,240,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,289000,1126,0,0,0,560,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,756340,3132,0,0,1071,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,322400,1280,0,0,456,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,355000,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,400000,1938,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,1050000,3307,0,1666,0,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2006,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-01,421000,1945,0,0,501,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,360000,1068,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,380000,1570,0,0,508,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,388000,1326,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,549950,1922,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,350000,936,0,0,240,0,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Formed Seam Metal,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,680000,2053,435,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,770000,2083,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,215000,768,0,0,0,0,0,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-11,670000,2236,0,1140,664,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,0,4,,View Good +,SEWER/SEPTIC INSTALLED +2020-12-08,445000,2679,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,315698,1500,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,430000,2124,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,307000,792,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1947,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,470000,2259,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-05,690000,2684,0,640,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-09,457000,2301,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,331950,1620,0,0,384,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1910,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,155000,616,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-05,350000,1344,0,135,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1917,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,400000,1383,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,555000,1361,384,1036,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,410000,1631,0,0,569,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,623000,1390,0,798,0,240,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,1922,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,505000,1008,440,0,0,576,1,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1902,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,505000,399,195,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1902,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,420000,2026,0,660,640,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,390000,2070,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,375000,1568,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1958,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,322000,1277,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,272151,1696,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,390200,1926,0,0,528,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,136433,396,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1941,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,240000,1008,0,0,0,728,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1907,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,463000,1248,0,728,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,486000,2024,0,0,432,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,472500,2898,0,0,693,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,459995,2692,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,569950,2902,0,0,688,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,465000,1687,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,441700,1216,468,1216,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-23,200000,792,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1954,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-04,260000,1928,0,0,392,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,475000,2283,0,0,770,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-13,390000,1334,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,417000,1884,0,0,864,0,3,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-12,525000,2334,0,0,1361,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,1095000,2091,0,836,0,620,5,Warm and Cool Air Zone,Frame Siding,Drywall,2,Formed Seam Metal,1900,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-09,895000,3391,0,0,886,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2008,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-07,445000,2372,0,0,478,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,505000,3180,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,387000,1080,0,520,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1934,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,530000,2484,0,0,770,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,375000,1612,0,0,768,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,242500,912,0,0,0,240,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,636900,2144,0,0,672,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,555000,3103,0,0,746,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2008,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,408000,1002,0,0,273,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-14,452350,1927,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,580000,3089,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-29,878000,3060,0,0,857,0,2,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1998,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-07,325000,1200,0,0,0,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,642000,3602,0,0,720,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,543000,2408,0,0,430,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,675000,2016,0,1164,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,385000,1254,0,1062,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1960,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-09,410000,1008,432,1008,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,428500,2220,0,0,480,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,300000,732,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,1385000,4055,0,0,1544,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-12-12,205000,1008,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,345000,1620,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,535000,1742,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,874500,2810,0,1597,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,4,,,SEWER/SEPTIC INSTALLED +2020-12-11,320000,1137,0,0,361,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,480000,2135,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,350000,900,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,1150000,1548,0,1548,780,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1968,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-12,850000,1526,0,1238,456,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,2,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-11,717000,1984,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1992,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-11,856000,2762,0,0,1056,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,401000,1637,0,0,444,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,435000,1183,0,0,286,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,445000,1240,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,581000,3089,0,0,662,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,638105,2946,0,0,422,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC AVAIL +2020-12-07,1580000,3384,0,0,1108,0,2,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1976,4,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-14,348000,1478,0,0,400,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,1050000,4944,0,1422,0,0,3,Forced Air,Frame Stucco,Drywall,1,Wood Shake,1991,3,4,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-11,765000,2905,0,1046,442,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,615000,1032,564,756,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,4,2,,,SEWER/SEPTIC INSTALLED +2020-11-18,280000,748,0,360,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,800000,2668,0,1038,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,489000,2178,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-30,375000,1550,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,380000,1716,0,0,252,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,510000,1412,0,1412,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,429000,2212,0,0,430,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,482000,2995,0,0,423,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,299500,991,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-12,619900,1728,0,864,0,720,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-12,1042500,4768,0,0,864,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1999,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-14,238500,569,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1923,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,390000,982,0,1782,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1952,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,565000,2424,0,0,0,900,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,381000,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,635000,2090,0,0,437,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC NO +2020-12-02,563478,2787,0,0,437,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,410000,1560,0,0,432,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,787791,3386,0,0,660,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,200000,750,0,264,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,886404,2761,0,0,711,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-12-14,463522,1564,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC AVAIL +2020-12-11,465000,2306,0,0,674,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,4,2,,View Avg +,SEWER/SEPTIC INSTALLED +2020-12-01,620000,2420,0,0,680,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,355000,1274,0,0,84,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,376000,1268,0,0,460,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,504100,1995,0,0,747,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-11,210000,1396,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,650000,864,0,864,0,0,1,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-15,554300,2556,0,0,566,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,390000,1156,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,430000,1979,0,0,459,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,449950,2623,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,407000,1672,0,0,884,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,380000,1944,0,0,264,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,410000,1476,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,341000,846,336,408,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,324995,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,363000,1402,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,1050000,3379,0,0,784,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-11-24,380000,998,504,998,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1934,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-12,360000,1165,0,0,352,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,295000,1092,0,0,300,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,401000,1964,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,280000,658,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1958,2,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-04,495300,2668,0,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,485000,1642,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,375000,1428,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,420200,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,470000,1713,0,0,693,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,480000,1264,0,0,0,384,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1901,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-04,411000,1229,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-14,515000,2595,0,0,462,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,465000,2519,0,0,370,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,389500,1540,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,440000,2129,0,0,413,0,2,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,3531723,768,0,768,0,576,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,500000,2503,0,0,675,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,390000,1320,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,305000,728,0,0,372,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,107613,1333,0,1333,308,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-09,325000,1272,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,399500,1228,0,0,528,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,305000,672,288,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1928,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,400000,1344,636,1344,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-27,452000,2503,0,0,660,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,312500,520,0,0,624,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1991,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,275000,1704,0,480,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1919,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,471000,2020,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,665000,1838,0,1698,0,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1958,5,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-04,500000,2629,0,0,618,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,370000,923,0,0,0,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,724950,1836,0,0,322,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,120250,1325,0,0,560,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,514849,2283,0,0,478,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC AVAIL +2020-12-11,200000,1290,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-12,770000,3301,0,0,400,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,564500,2822,0,0,692,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2021,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,719950,3007,0,0,675,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,377500,2062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,300000,1072,0,0,480,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1979,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,575000,2199,0,0,745,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,464000,2664,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,475000,2127,0,0,504,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-12,128550,908,392,448,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1928,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,585000,2358,0,0,537,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,641500,2776,0,0,624,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2005,5,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-14,360000,1056,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,360000,1722,0,0,459,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,375000,1120,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,430000,2108,0,0,698,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,480000,1574,0,0,552,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,819990,1841,0,1226,654,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-12,852500,2900,0,0,872,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,1100000,1801,0,1742,576,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Built Up Rock,1967,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-13,620000,2736,0,0,620,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,428000,1260,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,429400,2872,0,0,552,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,507000,1144,0,520,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,336000,728,0,728,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,523000,1872,0,0,796,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,190000,1340,0,352,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1904,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,595000,2372,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1985,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,536444,1336,656,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1976,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,994990,3201,0,0,1071,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,6,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,545000,2208,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,445000,1654,0,0,380,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2011,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,380000,1700,0,0,588,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,412000,1460,0,0,0,288,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,411250,1536,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,538000,2710,0,0,800,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,413000,3022,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,350000,1154,0,0,0,336,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1910,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,1795000,3744,406,0,903,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,2,4,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-13,610000,2414,0,0,700,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,315000,1046,0,0,444,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-13,300000,1840,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Built Up Rock,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,310000,974,336,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,400000,1922,0,0,546,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,374900,1240,0,0,440,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,410000,1696,0,1216,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1925,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,407000,1518,280,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1926,5,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,724900,2559,0,0,703,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,485000,2456,0,0,674,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,740000,2914,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,654446,2072,0,1164,712,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC NO +2020-11-12,609000,2304,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1962,4,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-11-20,630280,2136,0,0,451,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,410000,1304,0,0,484,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,1150000,2464,0,1360,0,240,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-14,1000000,912,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1933,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-14,1000000,720,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1960,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-14,450000,1455,0,0,569,0,0,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,405970,1870,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,250000,1430,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1926,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,420000,1166,0,0,396,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,582240,1853,0,0,507,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,799540,3947,0,0,712,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-02,605000,2144,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,425000,2934,0,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1950,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,343000,1096,0,0,0,384,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,757503,3674,0,0,766,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,5,,,SEWER/SEPTIC INSTALLED +2020-12-15,806000,3164,0,0,804,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-25,475000,2143,0,0,538,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,420000,906,336,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,541243,2640,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,285000,768,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,380000,1392,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,515000,1852,0,0,720,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1978,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-16,415000,1392,0,0,528,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,435000,1354,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-01,623000,2460,0,0,772,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,390000,1394,0,0,242,0,0,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1974,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-23,75692,1210,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,476280,3004,0,0,680,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,450000,1056,0,1056,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,325000,912,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,455000,2305,0,1008,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-14,494000,2565,0,0,589,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,572000,1292,0,1292,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,306500,1224,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,345000,1174,0,0,280,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,402000,2049,0,0,418,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,430000,1866,0,0,458,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,367000,1350,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,410000,988,324,972,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1928,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,464811,1717,0,0,660,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,312000,836,0,0,0,276,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,410000,1016,624,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,420000,1296,0,784,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1937,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,390000,1403,0,0,325,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,315000,912,384,912,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,5,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,520753,2853,0,0,396,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-04,880000,3481,0,0,816,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-15,265250,1512,0,0,252,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,498000,2633,0,0,498,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-07,675000,2500,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,270000,1208,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,500000,2251,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,299000,1384,0,0,483,622,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,355000,1659,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,1005000,4227,552,0,884,3664,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1988,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-13,420000,1818,0,0,540,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1985,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,351000,1421,0,224,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,675500,3087,0,0,528,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,795000,2693,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,495000,1187,0,352,0,252,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,464250,2102,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,555863,2136,0,0,451,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,315000,780,0,360,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,480000,1674,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,330000,1126,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,462000,1844,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,536761,1874,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,376500,1830,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,420000,1536,0,0,0,624,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,640000,3602,0,0,720,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,435000,1102,0,0,280,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1955,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-30,400000,1653,0,0,444,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,320000,1556,0,466,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-14,390000,1416,0,0,440,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,376500,1830,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,1360000,3673,0,0,671,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,1360000,3128,0,0,530,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-17,1360000,3128,0,0,530,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-17,1360000,3347,0,0,595,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-10,660000,2079,0,2063,754,1728,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,425000,1832,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,325000,976,0,0,336,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-18,145000,960,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Formed Seam Metal,2000,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,325950,1736,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-10,325950,1128,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1994,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-01,370000,1639,0,0,496,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,450000,912,0,912,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,6,2,,,SEWER/SEPTIC INSTALLED +2020-12-13,393000,1576,0,0,0,768,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,435000,1080,0,1080,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1905,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,506675,2459,0,0,0,506,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,505000,2462,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,545000,1646,0,588,656,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,390000,1900,0,0,720,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-28,380000,836,280,0,0,0,1,No Heat,Frame Siding,Drywall,1,Concrete Tile,1982,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,690000,2464,504,740,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1926,5,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,529000,1756,0,0,494,0,2,Electric Baseboard,Frame Siding,Paneling,2,Formed Seam Metal,1977,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,387500,1525,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,420000,1413,0,0,570,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2009,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,315000,1770,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,515000,2681,0,0,403,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,325000,1266,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,583000,1772,0,1064,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,825000,3110,832,0,572,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-14,300000,1189,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,420000,1580,0,790,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,534500,1828,0,0,0,360,1,Forced Air,Frame Siding,Drywall,1,Preformed Metal,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,522890,1717,0,0,660,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,4,2,,,SEWER/SEPTIC AVAIL +2020-12-18,346345,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,445000,2138,0,0,500,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,420000,1381,0,0,442,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,610000,2736,0,0,620,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,645351,2738,0,0,676,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,465000,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,735000,2874,0,0,484,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1983,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,405000,1100,0,1056,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1911,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,304250,1600,0,0,300,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,1,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,390000,1487,0,0,572,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,805000,2574,0,0,600,0,0,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1994,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-17,585000,2655,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,420000,1474,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,381000,1487,0,0,437,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-12,460000,1628,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1920,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,435000,1675,0,0,422,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,439000,1458,0,0,0,676,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,431300,2022,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,461000,1358,0,0,304,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,568200,1750,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-14,410000,1929,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2007,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,375000,1308,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,518617,2155,0,0,695,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,365000,1288,0,368,380,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,703000,2071,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1986,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-16,445000,1702,0,0,0,960,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1900,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,490000,2188,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,517500,2748,0,0,724,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,749950,1710,0,1666,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-17,320000,1660,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,425000,1453,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,700000,2634,516,1448,816,2182,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2007,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-10,580000,1720,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1920,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,420000,1594,0,0,390,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,345000,802,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,700000,1912,392,0,498,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,440000,2224,0,0,399,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,505000,2344,0,0,0,576,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,315000,834,0,834,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,471204,2859,0,0,380,0,1,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-15,644366,2120,720,0,696,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,467712,1836,0,0,726,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,261000,1333,0,0,483,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-03,415000,2158,0,0,410,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,255000,736,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,515000,2681,0,0,403,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,315000,956,0,956,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,545000,1660,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,625000,2322,0,0,0,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1960,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,424000,1264,0,960,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1927,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,250000,912,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1923,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,320000,1162,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,477275,2566,0,0,357,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,654119,3169,0,0,1071,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,450000,2944,0,0,412,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,460000,2400,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,710910,3496,0,0,637,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC AVAIL +2020-12-17,280000,1056,0,0,336,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,529900,2468,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,422700,1990,0,0,387,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,420000,2238,0,0,396,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,330000,746,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,850000,2188,514,1076,632,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,3,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-14,495000,2383,0,0,398,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,530000,3291,0,0,783,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,458437,2522,0,0,750,0,1,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,335000,903,430,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,585000,2343,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,255000,1926,0,1326,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1948,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,395000,1128,0,0,0,672,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1919,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,550000,1200,0,1312,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-11,646489,2988,0,0,1020,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-01,460000,2463,0,0,416,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,330000,768,384,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,390000,1276,0,0,576,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,639000,1586,240,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,5,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,425000,1440,0,0,500,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,476500,2686,0,437,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,550000,2443,0,576,650,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,420000,1264,0,0,444,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,1275000,4064,0,0,1123,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2007,4,4,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-10,305000,890,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,460000,1642,0,0,528,1008,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,460000,1896,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1963,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,2173000,4724,0,328,0,864,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1982,4,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-16,383500,1646,0,0,665,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,590000,3108,0,0,608,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,609375,2009,0,0,561,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,387500,1064,380,532,392,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-19,250000,1190,0,0,420,0,0,Electric Baseboard,Masonry Common Brick,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,500000,2299,0,0,480,0,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1995,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,495000,2784,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,521435,2360,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,347000,1594,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,448000,1392,0,0,528,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1967,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,157500,1488,0,1488,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,412000,1388,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,466000,3042,0,0,438,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,475115,2692,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,464995,2566,0,0,356,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,390000,1424,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,320000,1053,0,0,391,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,512060,2360,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,374995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,1800000,3132,0,1440,0,0,3,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1930,4,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-15,1800000,1019,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1910,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-15,1800000,1480,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1978,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-17,336000,900,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1919,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,225000,1118,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-03,370000,2052,0,1144,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,370000,1728,0,988,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1923,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,342500,1219,0,1219,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,550000,2334,0,0,640,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1991,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,609950,2682,0,0,984,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-14,375000,1424,0,0,390,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2008,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,679500,2190,0,0,506,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-04,329800,1797,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,432000,1484,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-19,330000,1640,0,0,440,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,615000,2388,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,308000,1432,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,1100000,1323,0,864,0,0,1,Electric Baseboard,Masonry Common Brick,Drywall,2,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,485000,2784,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,425000,1768,0,0,416,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-19,222500,744,0,768,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1914,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,372500,1696,280,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1902,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,225000,806,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1909,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,369900,1365,0,0,506,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,415000,1158,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,450000,2170,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,500000,2745,0,0,490,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,362000,1178,0,0,440,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,1052000,1710,0,561,0,0,0,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2013,3,3,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-19,377000,1688,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-13,303200,825,0,0,240,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1951,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-21,135950,1344,0,0,0,0,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,339000,1457,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-12,490000,2535,0,0,460,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2014,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,161704,2696,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,340000,832,384,832,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-07,420000,2127,0,0,598,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,350000,1410,0,887,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1941,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,300000,960,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-14,342000,1582,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,534995,2556,0,0,566,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,585000,1859,0,0,507,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2014,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,549950,1850,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,417000,2870,0,0,510,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-20,442000,2288,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,396500,1026,0,0,294,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1976,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,399995,1927,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,363000,1456,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,401000,1412,0,720,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,401000,494,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1940,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-06,456770,2379,0,0,596,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,275000,1318,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,447725,2375,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,479000,2062,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1976,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,305000,1144,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,400000,1183,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,335000,768,0,0,0,288,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,885000,2647,0,1434,0,442,1,Warm and Cool Air Zone,Frame Stucco,Drywall,2,Wood Shake,1926,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,425000,1943,0,0,437,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,380000,1713,0,0,483,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,310000,788,0,441,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,403000,1666,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,480000,1780,0,0,614,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,335000,1498,0,0,218,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,340000,1008,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1951,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,502500,2375,0,0,560,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-05,100000,307,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,0,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,439900,1186,0,1152,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,1300000,2009,0,2334,738,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2001,3,4,,View Avg +,SEWER/SEPTIC INSTALLED +2020-12-13,316000,1144,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,598000,1798,0,1200,624,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1993,3,4,,,SEWER/SEPTIC INSTALLED +2020-12-09,521650,3033,0,0,564,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,482000,2028,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1914,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,360000,1056,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-19,350000,2498,0,0,484,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,375000,904,0,864,0,864,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1984,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-14,410000,1970,0,0,480,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1979,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,305000,768,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,500000,2113,0,0,456,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,312500,943,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,575000,2494,0,0,725,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-16,480000,1512,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,350000,1667,0,0,505,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,380000,1200,0,0,0,572,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1909,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,935497,3686,0,0,668,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,315000,840,280,840,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,415000,2044,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-23,250000,720,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-21,350000,1158,0,1118,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,300000,888,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,506375,2609,0,0,0,506,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,419500,1346,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,370000,1664,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,370000,1225,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1930,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,270000,1296,0,0,352,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1900,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-25,85000,1538,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-19,547000,2399,0,0,548,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-19,240000,1478,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1995,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-20,350000,1588,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,270000,956,0,1008,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1923,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-12,351000,1440,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1908,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-12,435000,1848,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,430000,1894,0,0,650,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,988000,5057,0,0,1720,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-18,304950,1006,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1907,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,255000,780,0,768,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-13,150000,1440,0,0,462,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,527000,2590,0,0,632,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,435430,2137,0,0,394,0,0,Forced Air,Frame Siding,Drywall,3,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,86972,1008,0,0,520,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,478000,2092,0,0,580,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1966,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,448000,1174,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,1995,2,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-02,584950,1627,0,780,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1911,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,410000,1398,0,676,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1906,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,519000,1104,0,768,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1921,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,510000,1814,0,1296,440,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1990,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-02,945046,3290,0,2084,1037,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2008,4,4,,,SEWER/SEPTIC INSTALLED +2020-11-23,475000,1656,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,345000,864,384,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-21,1800000,3002,760,2276,2487,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1995,6,4,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-21,316000,996,384,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,500000,2707,0,0,690,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,381110,1792,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,864804,2520,0,0,680,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,669990,3236,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,216000,1338,0,0,410,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,370000,1100,0,1120,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1930,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,435777,2084,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,353000,1351,0,0,437,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-04,338000,1344,0,0,691,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,40000,1277,0,0,220,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,393000,1811,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,545000,1515,0,0,0,1136,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1974,2,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-21,285950,1124,336,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,WF River,,SEWER/SEPTIC INSTALLED +2020-12-07,750000,2268,216,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1900,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,281207,1056,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-13,473812,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,480000,2714,0,0,506,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,390000,1927,0,0,465,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,425000,1316,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,635000,2969,0,0,477,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-08,491100,2602,0,0,0,625,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,438000,1398,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1920,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,325000,895,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,390925,1792,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-20,650000,690,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1955,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-13,472761,2445,0,0,427,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-20,381326,2080,0,0,682,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-09,466425,2294,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,405000,1692,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,426500,1474,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,390000,1659,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2009,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-12,325000,1019,0,0,336,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1984,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,458000,2334,0,0,459,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,325000,740,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1918,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-04,820000,3336,312,0,926,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,551000,1703,0,0,400,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,510000,2400,0,0,672,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1966,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,1357440,4009,0,0,1141,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-18,350327,1504,0,912,704,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1983,2,2,,View Good,SEWER/SEPTIC INSTALLED +2020-12-13,458000,2334,0,0,459,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,699950,2387,0,0,769,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,290000,1166,0,0,576,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,370000,1580,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,380000,1424,0,0,240,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,695000,2366,0,0,440,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,497000,1414,0,746,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1922,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,754575,2964,0,0,610,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,509000,2443,0,0,646,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,300000,956,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,345000,1314,0,0,264,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,775000,3969,0,0,728,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,5,5,,,SEWER/SEPTIC INSTALLED +2020-12-18,114908,2064,0,0,528,864,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,365000,1158,0,0,875,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,376000,1157,0,0,880,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,605000,2715,0,0,747,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,2000,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,351000,1736,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,320000,774,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,390000,1601,0,0,231,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,496650,3033,0,0,564,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,330000,1476,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,569990,2656,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC AVAIL +2020-12-01,296000,1128,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1953,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,375000,1664,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2007,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,545000,2979,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,386020,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,465000,2676,0,0,440,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,459000,1791,0,0,603,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,561600,2798,0,0,690,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,371000,990,250,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1927,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,350000,984,0,984,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,492000,1140,0,1140,444,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-03,550000,2787,0,0,662,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,453500,1668,0,1668,462,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1973,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,605000,1825,0,0,400,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,351000,1588,0,0,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,524000,2639,0,0,420,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-19,875000,2582,0,0,816,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2018,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,380000,2321,0,0,429,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,467000,1516,0,442,0,836,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1927,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,370000,1372,0,0,288,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,505000,1948,0,0,0,760,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1961,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,391000,1748,0,0,396,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2010,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-02,100000,975,312,0,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1912,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,660000,2127,0,1184,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1944,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,470000,934,0,0,0,528,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,330000,1360,0,0,300,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-24,420000,1844,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1904,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,720000,3439,0,0,796,0,1,Heat Pump,Frame Siding,Drywall,2,Wood Shake,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,430000,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,450000,2140,0,0,0,0,0,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,1904,6,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,841000,3140,0,1280,0,0,2,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1928,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-12-16,364000,1067,0,0,312,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1987,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-19,270000,1444,280,200,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,290000,1600,0,0,0,816,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1946,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,359995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,175000,1104,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1952,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-24,270000,1008,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,437000,1388,0,902,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1941,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,302500,970,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,95250,1560,0,1560,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,500000,2800,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1967,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,390000,2018,0,0,400,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,640000,3424,0,1744,0,0,2,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,1955,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-23,640000,720,0,0,720,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1985,1,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-17,430000,2237,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1945,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-22,460000,2371,0,0,725,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1974,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,300000,1726,0,0,475,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,422000,2056,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-15,689325,1014,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1965,2,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-22,420000,1450,0,0,361,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,565000,2979,0,0,460,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,405000,1588,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,330000,1358,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,345000,1123,0,0,286,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,683000,1680,0,0,483,0,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1946,2,2,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-21,395000,1408,0,0,408,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,440950,2375,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,949990,2834,0,1082,720,0,3,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-15,365000,880,0,0,0,240,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-27,649000,1834,0,404,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1938,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-28,506419,2556,0,0,632,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,420000,2254,0,0,480,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,355000,1060,0,1054,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-18,530000,1436,0,1436,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,347500,1392,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,375280,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,228000,1064,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,440000,1312,460,426,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-12,600000,3043,120,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1910,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,425000,1286,0,0,0,888,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,359900,1384,0,0,394,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,1,Composition Shingle,1999,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,375000,1588,0,0,426,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,340000,1264,0,0,0,576,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,342500,1192,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,199856,2306,0,330,624,0,1,Forced Air,Frame Stucco,Drywall,2,Composition Shingle,1927,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,435000,1260,0,0,418,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,466000,1793,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,369995,1250,0,0,380,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,724950,3100,0,0,827,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2016,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,642000,2847,0,816,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1985,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,396500,1434,0,0,456,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,412000,1790,0,0,500,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,295500,736,0,0,0,360,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1953,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-21,420000,1626,0,0,484,0,2,Forced Air,Frame Siding,Drywall,2,Wood Shake,1977,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-17,1139900,3767,0,0,735,0,2,Heat Pump,Frame Siding,Drywall,0,Composition Shingle,2020,5,4,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-22,437000,1460,0,0,488,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,355000,1646,0,0,528,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1997,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,395000,1087,0,0,480,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,357000,1084,0,0,364,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,320000,684,240,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,258750,2412,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1957,3,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-22,750000,2443,560,0,1564,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,775000,4762,0,0,913,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1996,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-26,655000,2238,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,428000,500,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,1,Composition Shingle,1947,1,1,,,SEWER/SEPTIC INSTALLED +2020-11-20,428000,2542,0,0,484,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2006,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,399900,2357,0,0,506,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,350000,720,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1932,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,510000,1801,0,0,612,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,450000,1486,0,768,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1908,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,1050000,2260,312,0,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1904,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-23,390000,2258,0,0,450,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,515180,2639,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,420000,2251,0,0,488,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,625000,2114,308,0,572,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,355000,1288,0,460,0,0,1,Floor/Wall Furnace,Frame Vinyl,Drywall,2,Composition Shingle,1920,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,577272,3038,0,0,627,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,385000,1126,0,0,372,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-27,360000,728,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-27,675000,2144,0,0,550,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,369995,1163,0,0,352,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,335000,1108,0,0,392,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,405000,1485,0,0,0,864,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,385000,2331,0,0,506,0,2,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1978,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,195000,921,296,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1923,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,1200000,2260,0,1560,674,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2012,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-28,590000,1476,0,1476,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,5,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,420000,1416,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2001,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,347500,1006,0,0,312,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,682500,2326,0,0,462,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,367000,1053,336,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1949,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,387500,1430,0,0,576,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,753890,3257,0,0,680,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,541500,963,230,710,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1941,2,1,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-22,430325,2230,0,0,420,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,347000,1412,0,0,420,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2011,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,211497,1430,0,0,520,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,719963,2721,0,0,691,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,275000,2204,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-22,630000,1888,0,0,0,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1957,3,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-22,630000,256,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,0,Composition Shingle,1960,0,0,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-26,328500,1008,312,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,371000,1008,0,0,288,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,514995,2360,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,495000,3000,0,0,0,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,387000,1624,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1968,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-02,803000,1827,0,1159,576,0,1,Heat Pump,Frame Stucco,Drywall,2,Concrete Tile,1990,3,3,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-21,375000,1496,0,0,0,440,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,495000,2064,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1995,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-22,228000,1243,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1971,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,383000,1614,0,0,546,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,525000,1817,0,0,0,621,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1951,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,883000,2288,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1915,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-08,400000,1530,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,340000,1711,0,0,0,576,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1913,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,527000,2602,0,0,0,625,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,581000,1936,0,1292,0,528,2,Hot Water Baseboard,Frame Siding,Drywall,2,Concrete Tile,1981,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-21,330000,1730,0,0,0,0,0,Hot Water Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1920,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,465000,1977,0,0,0,600,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,397000,816,256,0,0,240,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1945,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,390000,1094,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,435000,1808,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1923,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,385000,1146,0,0,532,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1982,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,604900,2329,0,0,441,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,427474,2150,0,0,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,500000,2686,0,0,697,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,380000,1156,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1989,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-09,1049000,3835,0,0,770,0,2,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,1991,4,4,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-24,530000,2225,0,927,400,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-29,320000,1465,0,0,523,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1967,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,402000,1662,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,700000,2234,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,708882,2181,0,0,564,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,445100,1360,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1974,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,545000,2450,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,650817,3101,0,660,440,0,3,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,6,4,,,SEWER/SEPTIC INSTALLED +2020-12-28,430000,1796,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,504425,2602,0,0,0,625,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,450000,2037,0,0,276,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-25,310000,1440,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,2,3,,,SEWER/SEPTIC INSTALLED +2020-12-20,221450,480,0,0,0,0,0,Electric Baseboard,Masonry Concrete Block,Drywall,1,Composition Shingle,1947,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-30,407065,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,849950,1746,0,1746,576,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1965,4,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-29,501000,2592,0,0,624,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,800000,1276,0,1132,0,725,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1968,4,2,,View Good,SEWER/SEPTIC INSTALLED +2020-12-21,440000,1493,0,0,529,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-12,750486,3076,0,0,932,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,326000,2560,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,320000,1008,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-27,930000,3062,0,874,414,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-04,485000,2171,0,0,465,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2018,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,375000,1828,0,0,550,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1965,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-27,335000,1349,0,0,360,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1976,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,111810,1618,0,1093,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,410000,1737,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1960,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,476949,2015,0,0,482,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-26,275000,1768,0,0,192,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-10,375000,1734,0,0,462,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1983,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-13,800000,2114,0,1700,704,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,376000,1247,0,288,0,504,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,400000,1583,0,0,371,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2015,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,369000,1455,0,0,361,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-13,435000,1338,0,755,0,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1948,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,550000,2112,0,0,724,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,439000,2314,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-20,320000,804,432,240,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-26,375000,1200,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1975,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,295000,1572,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-20,400000,1480,0,0,0,0,2,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,371000,1040,400,0,572,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1940,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,825000,2264,0,1282,832,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-14,423900,1859,0,0,441,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,350000,1284,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,455000,1416,0,0,575,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-28,418872,1926,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,435000,1785,0,0,552,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,460000,1728,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,422950,1568,0,0,420,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,6130000,480,0,0,0,0,1,Electric Baseboard,Log,Drywall,1,Composition Shingle,1999,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-24,6130000,4188,568,2117,901,0,4,Heat Pump,Frame Rustic Log,Drywall,2,Composition Shingle,2001,5,5,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-11,452450,1564,0,0,484,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC AVAIL +2020-12-22,460000,1670,360,0,440,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,342000,1948,0,616,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1925,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,515000,1040,0,0,280,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-22,735000,3465,0,0,873,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-22,625000,1353,0,1263,576,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-20,85000,1516,0,0,380,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2021,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,470000,1709,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1992,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,400000,1710,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,380500,1545,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,355110,952,0,0,273,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,290000,1156,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1924,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,420000,1536,0,836,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1906,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,599950,1724,0,0,308,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1971,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,749950,2702,0,0,760,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,465000,1848,0,900,0,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1919,5,2,,,SEWER/SEPTIC INSTALLED +2020-12-13,613000,2972,0,0,570,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,446000,2092,0,0,428,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,450000,1216,0,768,0,416,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1914,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,598615,1913,0,0,489,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,679000,1947,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-21,645000,2520,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,405040,1518,0,0,360,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,372500,1196,0,0,364,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1967,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,335000,1140,0,1020,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,550000,2078,0,0,624,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1987,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,699950,1748,0,0,484,0,0,Heat Pump,Frame Siding,Drywall,1,Concrete Tile,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,512245,2375,0,0,380,0,0,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,709950,2746,0,0,786,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,290000,690,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,320000,1000,280,100,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1903,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,413500,1774,0,0,342,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,295000,1448,0,988,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1945,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,505000,2260,0,0,940,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,420000,1952,0,0,418,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,450000,1567,0,0,513,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,1993,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-16,310000,1032,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Formed Seam Metal,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,665000,2342,0,0,792,0,1,Forced Air,Frame Siding,Drywall,2,Wood Shake,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-26,1075000,3741,0,0,858,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2007,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-29,200000,949,0,0,0,396,2,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-26,500000,2586,0,0,0,720,2,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,400000,1442,0,0,438,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,367000,1015,0,1015,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,410000,1904,0,0,460,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-08,750000,2351,0,1234,808,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Concrete Tile,1992,3,3,,View Lim +,SEWER/SEPTIC INSTALLED +2020-12-29,465000,1530,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1970,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,75000,984,0,0,264,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,615000,2949,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,475000,1527,0,886,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1928,3,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-30,265000,1152,0,0,0,420,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,2000,2,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,415000,1034,0,1034,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-31,402500,1232,0,0,0,266,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,825000,2548,300,0,1772,0,0,Heat Pump,Frame Siding,Drywall,2,Formed Seam Metal,2019,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,400000,1096,492,0,0,392,1,Heat Pump,Frame Vinyl,Drywall,1,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-31,667275,2945,0,0,621,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC AVAIL +2020-12-31,410995,1792,0,0,342,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,235200,1226,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1921,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-31,365000,1164,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-26,379000,1237,0,0,300,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,450000,1366,0,0,702,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1982,2,1,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-21,799990,2942,0,0,866,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,595000,2415,0,1300,840,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2005,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-23,250000,1282,0,0,0,0,0,Floor/Wall Furnace,Frame Siding,Drywall,2,Composition Shingle,1890,5,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,445000,1709,0,0,812,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,740000,3421,0,0,660,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,498000,1692,0,1002,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,3,4,,,SEWER/SEPTIC INSTALLED +2020-10-28,665000,2756,0,0,832,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,310000,1038,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,430000,1318,0,0,532,0,1,Forced Air,Frame Siding,Drywall,1,Wood Shake,1998,1,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,392130,1870,0,0,356,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,510000,2327,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,405000,1711,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1999,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-18,585000,2522,0,0,484,0,1,Heat Pump,Frame Vinyl,Drywall,2,Concrete Tile,1990,3,3,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-29,400000,1584,0,0,380,0,0,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,505000,3161,0,0,639,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2006,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-23,65000,2062,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1993,3,3,,,SEWER/SEPTIC INSTALLED +2020-10-12,177000,1020,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1972,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,350000,1272,0,0,0,480,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1973,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,540000,2304,0,706,397,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-17,440000,1922,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1990,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,375000,1320,0,0,420,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,360000,1064,0,0,368,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,400000,1818,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1998,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,345000,1188,0,198,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-30,800000,3228,0,0,694,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,545834,2969,0,0,477,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,529900,2670,0,0,700,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,340000,1136,0,0,336,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,450000,1112,332,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1906,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,415000,1676,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,215000,1044,0,0,364,0,1,Electric Baseboard,Frame Siding,Drywall,1,Built Up Rock,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,357000,2569,0,0,460,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,435000,1627,0,0,504,0,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,446635,1588,0,0,484,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,380000,2046,0,0,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1975,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,537263,2974,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,400000,1302,0,0,576,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1982,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,289000,720,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,395000,1720,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,172650,2208,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,450000,1594,0,896,0,0,0,Electric Baseboard,Frame Stucco,Drywall,2,Composition Shingle,1928,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,633000,2188,0,0,624,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1976,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,1065000,1562,0,1128,529,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1962,2,2,,View V-Good,SEWER/SEPTIC INSTALLED +2020-12-29,394000,2219,0,0,545,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,445000,2295,0,0,409,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,131000,1980,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,358000,1724,0,0,0,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1953,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,255000,1360,0,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1972,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,400000,1660,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1972,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,689900,1460,0,1400,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1956,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-30,350000,763,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1948,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-21,295000,1636,0,0,322,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-12,375000,1227,0,1227,336,0,1,Warm and Cool Air Zone,Masonry Common Brick,Drywall,1,Composition Shingle,1955,2,1,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-28,426000,2632,0,0,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2011,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,499999,1677,0,0,506,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1969,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,470000,1985,0,0,588,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1992,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,425000,1546,0,0,0,526,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Built Up Rock,1950,3,2,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-20,314500,1197,0,0,361,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1998,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,386000,1368,0,0,0,480,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1927,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,535000,2072,0,840,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1917,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-23,577000,3230,0,0,616,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1969,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,519000,1710,0,635,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1947,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-11,560000,2647,0,0,437,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2014,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,320000,1260,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,360000,1186,0,0,0,320,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1940,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,300000,680,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1946,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-01,474950,1758,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,810000,1362,0,1212,0,672,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,355000,1230,0,0,420,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,715000,3512,0,1756,0,0,2,Electric Baseboard,Masonry Common Brick,Drywall,2,Preformed Metal,1924,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,325000,1832,0,0,264,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1949,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-11,465000,2350,0,0,541,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2013,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,320000,1129,0,0,286,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,370000,1160,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1998,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,347500,944,0,848,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1922,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,365000,1136,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1914,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,340000,1008,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1955,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,118000,1068,0,0,280,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-30,300000,1180,0,448,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,2,2,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-29,198000,826,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-14,350000,1440,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1963,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,848075,1320,120,0,0,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Formed Seam Metal,2006,2,2,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-16,385000,1900,0,0,422,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2000,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-31,166000,1904,0,0,0,600,2,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,385000,1306,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,430000,1332,0,0,0,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1981,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-07,266000,1138,0,0,0,320,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1975,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,180000,880,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-21,390000,900,0,0,0,0,1,No Heat,Frame Siding,Drywall,1,Formed Seam Metal,1950,1,1,WF Lake,,SEWER/SEPTIC INSTALLED +2020-12-30,430000,1688,0,0,480,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,320000,866,0,0,0,768,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-02,290000,884,0,0,286,0,1,Forced Air,Masonry Concrete Block,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,324900,910,442,196,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,365000,1373,0,0,378,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2000,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,415000,1724,360,0,399,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,265000,1400,184,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1885,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,330000,1204,0,0,286,400,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-31,300000,1183,0,0,0,0,1,Floor/Wall Furnace,Masonry Concrete Block,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-31,300000,308,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1954,0,0,,,SEWER/SEPTIC INSTALLED +2020-11-20,672645,2216,0,0,524,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-27,795000,2957,0,0,612,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,435000,2764,0,0,399,0,1,Forced Air,Frame Siding,Drywall,1,Concrete Tile,1964,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,410000,1810,0,0,572,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,525000,1216,0,0,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1916,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,525000,568,312,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1936,1,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,429950,2297,0,0,800,0,1,Warm and Cool Air Zone,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,579950,1904,0,0,537,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,690000,1368,0,948,0,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1938,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-31,355000,1012,0,0,260,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Built Up Rock,1949,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,635000,2526,0,802,394,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2017,6,4,,View Lim,SEWER/SEPTIC INSTALLED +2020-12-26,369000,1352,0,0,405,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,360000,1900,0,0,448,0,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2004,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-31,401000,1504,0,0,484,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1988,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,285000,1144,0,0,0,0,0,Forced Air,Frame Vinyl,Drywall,1,Preformed Metal,1907,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-17,280000,621,250,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1942,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,480000,2921,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2013,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,739900,2477,0,0,560,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,410000,2145,0,0,0,0,0,Electric Baseboard,Frame Vinyl,Drywall,2,Composition Shingle,1981,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,446950,1286,0,0,528,0,0,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-17,375000,1686,0,0,460,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,420000,1994,0,0,440,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,330000,1200,0,0,0,384,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-31,437500,1520,480,0,0,0,1,Electric Baseboard,Frame Vinyl,Drywall,1,Composition Shingle,1955,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,418000,1482,0,0,420,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1991,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,375000,1212,0,0,504,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1965,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,880000,3361,0,0,956,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2008,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-28,345000,1352,0,1352,180,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1968,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-17,450000,1355,0,1355,462,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1963,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,817000,3090,0,0,898,0,2,Forced Air,Frame Siding,Drywall,2,Concrete Tile,1996,4,3,,View Avg +,SEWER/SEPTIC INSTALLED +2020-12-30,368000,860,460,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1939,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-10,455000,2551,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,486000,1866,0,0,550,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,405000,1758,0,0,480,0,2,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,375000,1306,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,350000,1368,0,0,400,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2003,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,915000,3333,0,0,848,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-14,740000,4287,0,0,1092,0,3,Heat Pump,Frame Siding,Drywall,2,Concrete Tile,2001,5,3,,,SEWER/SEPTIC INSTALLED +2020-11-20,727335,2360,0,0,622,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,440000,1488,0,816,0,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1931,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-24,240000,1555,0,0,588,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,600000,1662,0,0,0,0,2,No Heat,Frame Siding,Drywall,1,Composition Shingle,1954,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-24,590000,2167,0,0,660,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1999,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-31,350000,1216,0,0,400,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2004,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-12,354125,1438,0,0,308,0,0,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,435000,1783,0,0,528,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-20,385000,1610,0,0,370,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2001,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,545000,2376,0,0,528,0,1,Heat Pump,Frame Siding,Drywall,2,Preformed Metal,1977,3,3,,View Avg,SEWER/SEPTIC INSTALLED +2020-12-17,475000,1966,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1978,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-31,550000,2276,0,0,520,0,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2015,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,240000,1350,0,0,460,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-11-20,657850,2130,0,0,600,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,705000,1996,0,1016,862,0,1,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,2021,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,517625,2814,0,0,0,675,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-22,312500,1040,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1900,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,783189,3900,0,0,712,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,5,4,,,SEWER/SEPTIC INSTALLED +2020-12-15,440000,1394,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,520000,2712,0,0,600,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-31,790660,3868,0,1062,0,0,2,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2020,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,505000,2189,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-14,397500,1688,0,0,240,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1997,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,595000,1698,0,1200,0,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1980,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,768000,3150,0,0,892,0,2,Hot Water Baseboard,Frame Siding,Drywall,2,Composition Shingle,2004,3,3,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-29,525000,1815,0,0,424,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1990,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-26,250000,1152,240,0,352,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1964,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,775000,2988,0,0,625,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,310000,1320,0,0,480,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1979,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,349000,1734,0,0,512,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1986,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,625000,2408,0,0,750,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2014,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,430000,1184,0,1184,0,0,1,Heat Pump,Masonry Common Brick,Drywall,1,Composition Shingle,1954,3,2,WF Stream/Creek,,SEWER/SEPTIC INSTALLED +2020-12-28,649500,1662,0,1824,0,0,2,Hot Water Baseboard,Frame Siding,Drywall,1,Composition Shingle,1970,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-31,337000,960,0,0,576,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1965,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,390000,1656,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1996,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,614000,3306,0,0,759,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,440000,3049,0,0,656,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,12510,384,96,0,0,0,0,No Heat,Finished Cottage,Drywall,1,Composition Shingle,2006,0,0,WF Lake,,SEWER/SEPTIC NO +2020-12-21,370000,2112,0,0,576,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1972,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-21,395000,1636,0,0,440,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1973,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-29,470000,2573,0,0,672,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,330000,1632,0,0,0,480,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1954,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-16,523700,1029,216,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1910,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-31,595000,2183,0,1008,0,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1911,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,420000,2560,0,0,624,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1963,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-16,677362,2450,0,986,645,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-16,450000,2230,0,0,400,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,310000,856,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1930,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-14,300000,746,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1943,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,292500,1016,0,0,600,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1972,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,580000,2291,0,0,366,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,390000,891,495,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1925,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,400000,1617,0,0,440,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1970,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-31,412500,1136,0,1136,240,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1947,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,275000,815,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Formed Seam Metal,1975,2,2,,,SEWER/SEPTIC INSTALLED +2020-12-18,425000,1128,0,1128,800,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1949,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-29,340000,912,360,0,0,400,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1926,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-24,141550,1916,0,0,0,848,0,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,1942,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,445000,912,504,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1921,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-21,730000,3239,0,0,684,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-29,601950,3266,0,0,723,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-28,471000,1464,0,0,280,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1962,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-16,546473,3359,0,0,716,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,283000,1560,0,0,528,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1966,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,636000,1640,432,0,441,864,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1992,2,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,1850000,7296,0,328,1120,0,4,Warm and Cool Air Zone,Frame Siding,Drywall,2,Composition Shingle,2004,4,5,,,SEWER/SEPTIC INSTALLED +2020-12-23,641025,824,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1940,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-23,641025,575,0,0,0,0,0,Electric Baseboard,Finished Cottage,Drywall,1,Composition Shingle,1947,1,1,WF Salt,,SEWER/SEPTIC INSTALLED +2020-12-31,409900,1396,0,0,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-30,285000,1020,0,0,440,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1978,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-21,585897,2913,0,0,389,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,42440,800,384,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Formed Seam Metal,1981,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-15,414750,1656,0,850,0,1080,0,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,1924,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-30,331500,1040,608,1040,0,0,0,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1913,4,1,,,SEWER/SEPTIC INSTALLED +2020-12-28,350000,1196,0,0,484,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1969,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-22,450000,1376,0,0,308,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,2007,3,2,WF River,View Lim,SEWER/SEPTIC INSTALLED +2020-11-20,562995,2018,0,0,518,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,765979,3357,0,0,680,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2020,4,4,,,SEWER/SEPTIC INSTALLED +2020-12-22,1275000,4849,0,208,1426,0,4,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,5,5,,,SEWER/SEPTIC INSTALLED +2020-11-20,544230,1831,0,0,497,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,2020,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,565000,2985,0,0,399,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2018,5,3,,,SEWER/SEPTIC INSTALLED +2020-12-30,342000,1500,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1977,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,400000,2002,0,0,0,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,1958,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-22,550000,2614,0,1064,0,0,3,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1948,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-14,685000,2223,0,2203,940,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,3,,View Good,SEWER/SEPTIC INSTALLED +2020-12-21,640385,3131,0,660,440,0,3,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-21,415000,1944,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1984,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,725000,3046,0,0,874,0,2,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2019,3,3,,,SEWER/SEPTIC INSTALLED +2020-12-29,310000,949,0,0,475,0,1,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1993,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-10,564000,2918,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1982,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-24,445000,2281,0,0,636,0,1,Heat Pump,Frame Vinyl,Drywall,2,Composition Shingle,2002,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,425000,1562,0,0,428,0,1,Forced Air,Frame Vinyl,Drywall,2,Composition Shingle,2005,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-09,321815,1667,0,0,540,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-29,321815,1667,0,0,540,0,1,Heat Pump,Frame Siding,Drywall,1,Composition Shingle,2002,3,2,,,SEWER/SEPTIC INSTALLED +2020-12-21,643995,3271,0,0,400,0,2,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2020,4,3,,,SEWER/SEPTIC INSTALLED +2020-11-03,325000,1216,0,0,364,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1950,2,1,,,SEWER/SEPTIC INSTALLED +2020-12-11,585000,3118,0,0,1020,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2012,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-23,418000,1821,0,0,0,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1961,4,2,,View Lim -,SEWER/SEPTIC INSTALLED +2020-12-28,425500,1114,0,1114,266,0,1,Forced Air,Frame Siding,Drywall,1,Built Up Rock,1955,5,2,,,SEWER/SEPTIC INSTALLED +2020-12-23,144000,1230,414,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,1,Wood Shake,1900,2,2,,,SEWER/SEPTIC INSTALLED +2020-11-19,285000,1851,0,0,0,0,0,Warm and Cool Air Zone,Frame Siding,Drywall,1,Composition Shingle,1951,4,2,,,SEWER/SEPTIC INSTALLED +2020-12-28,514171,2448,0,0,670,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2021,4,3,,,SEWER/SEPTIC AVAIL +2020-11-25,248487,2156,0,0,484,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2003,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-15,159781,1360,0,0,200,0,1,Forced Air,Frame Siding,Drywall,1,Composition Shingle,1959,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-04,545700,3234,0,0,528,0,2,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,1984,4,3,,,SEWER/SEPTIC INSTALLED +2020-12-28,76000,852,0,0,0,0,0,Floor/Wall Furnace,Frame Vinyl,Drywall,1,Composition Shingle,1944,2,1,,,SEWER/SEPTIC INSTALLED +2020-11-30,52924,1059,0,0,0,0,1,Forced Air,Masonry Common Brick,Drywall,1,Composition Shingle,1943,3,1,,,SEWER/SEPTIC INSTALLED +2020-12-15,516000,2570,0,0,380,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2016,4,3,,,SEWER/SEPTIC INSTALLED +2020-10-05,510000,1366,0,1726,0,0,1,Heat Pump,Frame Siding,Drywall,1,Built Up Rock,1961,3,2,,,SEWER/SEPTIC INSTALLED +2020-06-12,450000,3238,0,0,0,0,0,Heat Pump,Frame Vinyl,Drywall,1,Formed Seam Metal,1985,3,4,,,SEWER/SEPTIC INSTALLED +2020-06-30,179519,1632,0,0,0,0,0,Electric Baseboard,Frame Siding,Drywall,1,Composition Shingle,1994,3,2,,,SEWER/SEPTIC INSTALLED +2020-10-01,2000,3062,0,0,438,0,1,Forced Air,Frame Siding,Drywall,2,Composition Shingle,2004,4,3,,,SEWER/SEPTIC INSTALLED +2020-01-08,96103,1370,0,0,400,0,1,Heat Pump,Frame Siding,Drywall,2,Composition Shingle,2003,3,3,,,SEWER/SEPTIC INSTALLED +2020-09-21,140000,850,360,810,0,0,1,Forced Air,Frame Vinyl,Drywall,1,Composition Shingle,1948,3,1,,,SEWER/SEPTIC INSTALLED +2020-05-08,203000,1894,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1905,3,1,,,SEWER/SEPTIC INSTALLED +2020-11-17,150000,1040,0,0,0,0,1,Electric Baseboard,Frame Siding,Drywall,2,Composition Shingle,1971,2,1,WF Salt,,SEWER/SEPTIC INSTALLED diff --git a/Week12/Lab7/datasets/satgpa.csv b/Week12/Lab7/datasets/satgpa.csv new file mode 100644 index 0000000..3e78b7c --- /dev/null +++ b/Week12/Lab7/datasets/satgpa.csv @@ -0,0 +1,1001 @@ +sex,sat_v,sat_m,sat_sum,hs_gpa,fy_gpa +1,65,62,127,3.4,3.18 +2,58,64,122,4,3.33 +2,56,60,116,3.75,3.25 +1,42,53,95,3.75,2.42 +1,55,52,107,4,2.63 +2,55,56,111,4,2.91 +1,57,65,122,2.8,2.83 +1,53,62,115,3.8,2.51 +2,67,77,144,4,3.82 +1,41,44,85,2.6,2.54 +1,58,70,128,3.75,3.38 +2,45,57,102,3.75,3.02 +2,43,45,88,2.8,2.6 +2,50,58,108,3.75,3.81 +1,54,66,120,3.5,3.02 +2,55,57,112,3.75,3.48 +2,44,53,97,3.2,2.15 +1,53,68,121,4,3.8 +2,54,49,103,3.75,3.13 +2,47,55,102,4,3.4 +1,64,76,140,4,3.59 +2,39,33,72,3.25,1.62 +1,52,65,117,3.9,3.61 +1,49,58,107,3.5,2.54 +1,46,40,86,3.5,2.51 +2,43,49,92,2,0 +1,63,72,135,4,3.72 +2,46,45,91,2.3,0.87 +1,45,53,98,3.5,2.79 +1,35,45,80,3.5,2 +2,54,53,107,4,3.69 +2,66,66,132,3.75,3.48 +1,40,50,90,3,2.49 +2,53,67,120,4,3.92 +1,64,62,126,2.8,3.05 +1,44,39,83,2.75,2.4 +1,69,64,133,3.5,2.71 +2,47,60,107,3.75,1.58 +1,33,48,81,2,1.38 +1,61,63,124,3.75,2.52 +2,40,42,82,2.75,2.16 +1,52,62,114,3,2.57 +1,56,61,117,2.25,2.64 +1,38,49,87,3.5,2.47 +1,54,47,101,3,1 +1,33,43,76,3,2.73 +2,36,45,81,2.67,2.42 +2,36,47,83,3,2.3 +2,64,60,124,3.8,3.33 +1,49,42,91,3.1,2.37 +1,57,66,123,3,2.11 +1,50,60,110,3,2.91 +2,48,49,97,3,3.29 +2,54,55,109,3.25,2.67 +1,64,66,130,3.2,2.78 +2,57,50,107,3.8,3.13 +2,49,55,104,2.5,2.94 +2,64,68,132,4,4 +1,66,57,123,3.75,2.9 +2,43,46,89,3.5,2.92 +1,46,50,96,2.9,1.91 +1,41,51,92,2.9,3.11 +1,62,64,126,2.3,2.02 +1,43,63,106,2.8,2.51 +2,52,52,104,4,3.51 +2,45,54,99,4,3.24 +2,45,59,104,3.8,2.02 +2,71,59,130,4,2.65 +2,43,52,95,3.25,1.74 +1,55,54,109,2.7,1.54 +1,40,62,102,3.5,2.34 +2,66,61,127,3,2.49 +1,54,62,116,3.25,2.49 +1,45,60,105,2.75,2.08 +1,57,56,113,3,2.19 +2,37,51,88,2.5,1.8 +2,35,40,75,2.8,2.22 +1,61,59,120,3.5,2.95 +2,50,51,101,3.25,2.67 +1,50,56,106,4,2.89 +1,44,57,101,3.5,2.66 +1,58,50,108,3,2.18 +2,53,56,109,3.5,2.81 +1,42,52,94,3.75,2.06 +1,60,57,117,4,2.8 +1,39,53,92,3,2.59 +1,49,50,99,3.5,2.33 +1,45,65,110,4,3.55 +1,60,67,127,4,2.75 +2,50,43,93,3.75,3.59 +1,29,50,79,3.25,1.54 +1,48,60,108,3.75,2.98 +2,34,40,74,3,1.28 +1,49,47,96,2.5,1.24 +2,50,67,117,4,2.93 +2,53,52,105,3.75,2.48 +1,62,63,125,4,2.98 +2,53,56,109,2.7,1.17 +1,46,55,101,3.5,2.04 +2,63,57,120,3.2,2.37 +2,44,64,108,3.5,3 +2,63,57,120,2.75,2.98 +2,49,58,107,3.4,2.55 +1,42,55,97,2.8,1.86 +1,58,56,114,2,2.09 +1,63,73,136,4,2.89 +2,62,64,126,4,3.38 +2,57,60,117,3.9,3.94 +1,45,71,116,3,2.28 +1,59,72,131,3,2.43 +2,45,64,109,4,2.77 +2,52,52,104,2,3.33 +1,43,64,107,3,2.39 +2,43,46,89,3.7,2.37 +1,60,68,128,4,3.82 +1,50,77,127,3.75,3.63 +1,61,58,119,2.5,1.78 +1,48,59,107,3,3.22 +1,71,70,141,3.5,2.42 +1,54,71,125,4,3.82 +2,53,54,107,4,3.6 +2,45,46,91,3.75,1.84 +1,55,68,123,3.5,3.3 +1,63,66,129,3.8,3.7 +1,51,59,110,3,2.89 +1,43,39,82,2.3,2.38 +2,50,49,99,3.75,2.97 +2,51,50,101,4,3.37 +1,57,64,121,3.75,3.18 +2,42,44,86,3,1.33 +1,57,64,121,4,3 +1,58,66,124,4,3.75 +1,40,57,97,2.6,2.24 +2,49,44,93,2.75,2.44 +1,52,73,125,2.5,2.72 +1,62,58,120,2.5,1.69 +2,52,59,111,3.75,3.19 +2,35,50,85,3.5,3.1 +2,54,59,113,4,2.71 +2,67,70,137,4,3.45 +2,52,45,97,3.25,3.36 +2,45,53,98,3.2,1 +1,51,73,124,3.75,3.08 +2,53,51,104,2.75,3.16 +1,67,66,133,3.75,3.66 +2,59,63,122,4,3.82 +1,64,70,134,3.75,3.94 +2,58,58,116,3.75,3.79 +2,46,57,103,3.25,2.91 +1,39,56,95,3,2.33 +2,45,55,100,3.5,3.06 +1,48,54,102,3,1.91 +2,41,58,99,3,2.47 +2,54,60,114,3.5,2.96 +1,54,55,109,3.67,2.13 +2,38,32,70,2.4,1.98 +2,57,66,123,3.5,3.64 +2,44,59,103,2,0.6 +2,35,52,87,3,2.39 +1,60,53,113,3.5,1.95 +1,53,62,115,4,3.37 +2,41,52,93,4,3.02 +1,44,44,88,3,1.03 +2,51,54,105,4,3.42 +2,54,69,123,4,3.31 +1,68,69,137,3.5,2.31 +1,56,67,123,4,2.61 +1,41,49,90,2,0 +1,62,71,133,3.7,3.24 +2,55,57,112,4,3.48 +2,34,37,71,2.8,2.26 +2,49,43,92,3.25,2.4 +2,49,62,111,3.75,3.76 +2,49,61,110,2.75,1.14 +1,42,65,107,2.25,1.47 +1,49,48,97,3,2 +2,57,45,102,2.25,1.13 +2,43,47,90,2.5,1.7 +1,40,46,86,2,1.14 +1,49,54,103,3.2,2.54 +1,56,46,102,2.5,1.64 +1,38,50,88,2.5,2.95 +1,58,64,122,3,3.17 +2,41,47,88,4,1.12 +2,42,51,93,2.5,1.72 +1,53,51,104,2.3,1.91 +2,53,41,94,2.9,3 +2,53,59,112,2.75,3.2 +1,62,69,131,3,3.25 +2,59,69,128,3.2,2.26 +2,45,45,90,3,2.73 +1,58,57,115,3.4,2.47 +2,62,57,119,4,3.19 +2,37,55,92,3.5,1.38 +2,53,56,109,3.25,2.8 +1,50,63,113,3.4,2.52 +2,45,63,108,2.75,2.53 +2,35,41,76,2,2.24 +2,35,32,67,2.25,1.43 +2,44,41,85,2.5,2.06 +2,52,53,105,3.5,3.52 +1,41,43,84,2.25,1.58 +2,32,38,70,2.2,0.82 +1,65,64,129,2.5,2.21 +1,50,48,98,2,1.18 +1,58,57,115,2.5,3.64 +1,42,50,92,2.7,2.37 +1,39,43,82,2.25,1.18 +1,53,70,123,4,3.19 +1,49,54,103,3,1.59 +1,52,66,118,3.75,3.14 +1,51,56,107,2.75,3.63 +1,58,57,115,3,3.13 +1,56,64,120,4,3.09 +1,40,58,98,2.75,2.21 +2,63,56,119,4,2.86 +1,48,53,101,2.67,1.16 +2,53,62,115,4,3.89 +2,73,60,133,4,3.89 +1,47,41,88,3,1.45 +1,57,49,106,3,2.69 +2,44,56,100,2.6,2.27 +2,49,54,103,3.33,2.25 +2,62,57,119,4,3.36 +1,50,68,118,3,2.32 +2,61,49,110,4,2.91 +2,64,59,123,4,3.77 +1,48,64,112,3.8,3.04 +1,36,53,89,2.75,1.44 +2,42,60,102,3.8,2.07 +1,54,61,115,3.25,2.69 +2,49,51,100,3.75,2.67 +1,54,51,105,3.5,1.97 +1,43,49,92,2.25,1.08 +1,31,46,77,2,0.92 +2,39,33,72,3.5,1.7 +2,55,59,114,3.25,3 +2,53,57,110,3.75,3.34 +1,47,45,92,3.75,1.69 +1,69,61,130,4,3.37 +2,55,38,93,2.75,1.52 +1,44,55,99,3.75,2.73 +2,53,50,103,3.25,1.91 +2,68,62,130,3.7,2.98 +2,39,35,74,3.1,2.33 +1,40,45,85,3,1.79 +1,44,54,98,3.75,3.48 +2,52,52,104,3,1.63 +2,59,49,108,3,2.33 +2,63,54,117,3.75,3.35 +1,62,71,133,4,3.43 +1,48,41,89,2.3,1.71 +1,52,52,104,3.75,3.19 +1,43,50,93,2.5,1.69 +1,47,64,111,4,3.08 +2,33,32,65,3,1.43 +2,67,54,121,3.25,2.79 +2,51,41,92,3.5,1.7 +2,43,52,95,4,3.23 +2,40,42,82,3.5,2.12 +1,50,58,108,4,3.67 +2,76,57,133,4,3.94 +2,47,50,97,3.5,1.4 +2,45,49,94,3.4,1.9 +2,41,38,79,3.6,1.56 +1,56,54,110,4,1.85 +1,57,58,115,3,3 +1,36,52,88,3.4,2.37 +1,38,50,88,3.75,2.31 +1,59,66,125,4,3.77 +2,40,51,91,3.8,2.35 +1,58,62,120,4,3.79 +2,52,52,104,3.75,2.54 +2,64,53,117,3,2.19 +2,42,47,89,3,2.36 +1,41,52,93,2.2,2.05 +2,38,49,87,3.25,2.19 +2,50,55,105,3.25,1.8 +2,66,52,118,2.8,3.23 +2,41,59,100,3.3,0.48 +1,46,62,108,2.1,2.02 +2,59,51,110,3.4,2.44 +1,45,49,94,2.4,1.77 +1,46,58,104,3.7,3.2 +2,50,58,108,2.7,2.15 +1,50,60,110,3.5,2.6 +2,58,57,115,3.6,3.38 +1,56,50,106,2.5,0.55 +1,46,57,103,4,3.76 +2,47,48,95,3.25,3.06 +2,45,51,96,3.1,1.7 +1,55,65,120,2.1,2.62 +2,53,56,109,2.8,1.65 +2,51,55,106,3.5,1.89 +2,42,39,81,3.1,0.77 +1,50,65,115,2.9,3.24 +1,46,57,103,2.8,2.93 +2,69,55,124,4,3.57 +2,55,53,108,2.8,2.72 +2,48,53,101,3.3,2.4 +1,52,46,98,2.5,2.03 +1,53,52,105,2.7,2.21 +1,58,60,118,2.3,2.15 +2,50,48,98,2.6,1.75 +2,44,50,94,2.75,2.04 +2,39,51,90,2.75,1.15 +2,45,53,98,2.5,1.79 +2,63,64,127,3.8,3.63 +2,47,47,94,2.7,2 +2,62,56,118,3.25,3.13 +2,44,57,101,2.3,2.67 +1,39,38,77,3.2,2.24 +2,42,42,84,2.9,3.04 +2,48,43,91,2.8,3.27 +1,41,45,86,3.4,3.28 +1,50,59,109,2.5,2.56 +1,48,63,111,3.8,2.85 +2,50,62,112,3.3,3.38 +1,57,62,119,3.2,2.84 +2,47,55,102,3.3,3.22 +1,57,66,123,2.6,2.24 +1,36,56,92,3.1,2.08 +1,42,51,93,3.1,2.67 +2,49,38,87,3.2,2.13 +1,62,75,137,3.8,3.55 +1,42,66,108,3.3,1.5 +1,47,53,100,2.8,2.54 +2,49,58,107,3.5,1.19 +1,45,53,98,2.2,2.08 +2,39,42,81,2.75,0 +1,43,50,93,3.25,1.69 +1,39,50,89,3,2.26 +2,54,56,110,3.7,3.13 +2,47,46,93,2.9,1.73 +2,38,43,81,2.7,2.58 +2,39,63,102,2.8,2.09 +1,55,70,125,3.7,3 +2,54,61,115,3,2.04 +1,65,60,125,3.5,2.94 +2,44,43,87,4,2.31 +1,56,59,115,3.75,2.63 +2,51,61,112,3.5,2.79 +1,40,58,98,2.9,1.9 +2,47,50,97,3.5,3 +2,52,51,103,2.8,1.83 +1,48,54,102,2.8,2.33 +1,50,58,108,3.2,3.24 +1,53,59,112,3.2,2.7 +1,54,44,98,2.7,1.5 +1,51,42,93,3,3 +1,53,59,112,2.4,2.34 +2,58,66,124,4,3.44 +2,48,60,108,3,1.88 +1,57,60,117,2.1,2.86 +2,40,34,74,2.75,2.56 +1,41,40,81,2,1.49 +1,49,57,106,2.8,2.5 +2,49,50,99,2.9,1.83 +1,55,57,112,2.5,2.38 +1,37,40,77,3.1,1.82 +1,43,46,89,2.8,2.12 +1,47,59,106,3.1,2.59 +1,53,57,110,3,2.59 +2,40,50,90,3.1,2.02 +2,45,48,93,3.7,2.93 +2,46,47,93,2.9,2.24 +1,54,54,108,2.5,2.19 +1,41,60,101,3.4,1.95 +1,64,64,128,4,3.54 +2,62,61,123,3.75,2.86 +1,48,56,104,3.8,2.17 +2,46,49,95,3.4,2.3 +1,36,64,100,3.5,2.48 +2,40,48,88,3.5,3.02 +2,46,60,106,3.5,3.14 +1,55,60,115,2.7,2.22 +1,51,36,87,2.9,3.27 +2,42,35,77,2.5,2.47 +2,50,53,103,2.8,2.85 +2,50,52,102,4,3.77 +1,41,50,91,2.7,2.91 +1,50,53,103,3.5,2.61 +2,50,53,103,4,3.78 +1,46,54,100,2.9,1.19 +2,60,62,122,3.2,2.37 +1,49,65,114,3.7,3.69 +1,43,59,102,2.7,1.73 +2,50,47,97,2.7,2.48 +2,49,60,109,3,2.35 +1,52,50,102,3.5,1.95 +2,62,52,114,3.2,3.46 +2,47,56,103,2.8,2.27 +2,41,57,98,2.5,2.14 +1,43,64,107,2.5,3.34 +2,46,48,94,3.3,2.42 +1,52,67,119,3.3,3.22 +1,47,71,118,2.4,1.3 +1,47,61,108,3.2,1.79 +2,32,54,86,3,2.8 +2,45,45,90,2.6,2.8 +1,59,59,118,2.4,0.8 +2,52,40,92,3.5,2.45 +2,46,56,102,3.7,2.33 +1,31,51,82,2.7,1.76 +2,35,48,83,3,2.88 +1,45,57,102,3.1,2.52 +1,54,53,107,3.2,1.54 +2,43,47,90,3.7,2.66 +2,52,50,102,3.9,3.16 +1,49,58,107,3.8,1.94 +2,45,49,94,3.1,2.91 +2,62,51,113,2.9,2.37 +1,61,64,125,4,3.67 +1,50,59,109,4,4 +1,46,53,99,2.6,2.94 +2,39,64,103,2.9,1.37 +1,42,46,88,2.75,2.13 +2,46,57,103,3.3,2.68 +1,40,62,102,2.7,2.71 +1,45,35,80,2.4,1.57 +1,53,56,109,2.5,2.38 +2,67,59,126,3.4,1.16 +2,59,58,117,3.9,2.81 +2,47,58,105,3.4,2.52 +2,39,45,84,2.5,1.72 +2,39,53,92,2.9,2.23 +1,54,58,112,3,1.43 +1,46,52,98,2.5,1.54 +2,59,56,115,3.8,3.24 +1,48,60,108,3.6,2.18 +1,43,51,94,2.3,1.77 +1,48,62,110,3.4,2.16 +2,34,53,87,3.5,2.49 +2,54,61,115,4,3.74 +1,46,57,103,2.8,3.29 +2,36,43,79,2.9,1.37 +1,53,59,112,4,3.83 +2,64,66,130,3.7,2.9 +1,54,58,112,2.8,2.2 +1,57,55,112,2.7,2.11 +2,51,33,84,2.5,3.15 +2,46,53,99,3.4,2.65 +2,45,43,88,3,1.98 +2,55,58,113,3.8,2.93 +2,49,55,104,3.7,3.1 +2,46,50,96,3.7,3.34 +2,49,62,111,3.6,2.75 +2,50,52,102,3.4,2.9 +1,57,58,115,4,2.06 +2,42,40,82,3.2,1.87 +1,55,48,103,3.2,2.8 +2,54,40,94,2.6,1.38 +2,50,62,112,3.9,2.37 +1,29,58,87,2.7,0.9 +1,39,58,97,2.5,2.38 +2,39,38,77,2.6,1.62 +1,43,43,86,2.9,1.42 +2,34,40,74,2.8,1.52 +2,49,57,106,3.7,2.65 +1,38,60,98,2.9,1.92 +2,54,53,107,3.3,0.66 +1,43,68,111,3.8,1.85 +1,49,55,104,2.2,2.36 +1,44,57,101,3.3,1.86 +1,46,44,90,2.7,1.35 +2,47,57,104,2.9,2.8 +1,56,53,109,2.8,2.24 +2,43,51,94,3.8,2.17 +1,57,57,114,3.3,3.22 +2,39,49,88,3.1,2.02 +2,41,52,93,2.9,1.52 +1,33,57,90,2.8,2.27 +2,39,49,88,2.6,2.85 +1,36,59,95,2.9,2.62 +2,42,59,101,3.5,2.54 +2,58,51,109,3.8,3.76 +1,41,57,98,2.9,1.71 +1,41,59,100,3.3,1.88 +2,46,55,101,3.3,2.54 +2,50,57,107,3.2,2.25 +1,39,49,88,2.9,1.32 +2,44,33,77,3.5,2.71 +2,57,59,116,3.3,2.67 +1,55,57,112,3.4,2 +2,44,58,102,3.7,3.26 +2,37,38,75,2.9,1.51 +2,47,48,95,2.7,2.33 +1,53,60,113,3.8,2.82 +2,43,58,101,3.8,3.51 +1,45,47,92,3.7,1 +2,48,49,97,3.75,3.27 +1,49,54,103,2.8,0.73 +1,49,55,104,4,3.17 +2,47,54,101,4,2.69 +2,32,57,89,2.7,0.52 +1,37,50,87,2.2,1.77 +1,40,57,97,3.7,2.35 +1,55,55,110,2.9,2.06 +1,53,57,110,3.4,2.23 +2,47,47,94,2.6,1.67 +2,58,71,129,4,3.16 +1,35,53,88,3.9,2.24 +2,47,46,93,3.7,2.71 +1,52,64,116,3.9,3.98 +1,36,48,84,2.8,2.2 +2,38,47,85,2.5,2.88 +1,54,57,111,3.4,3 +2,41,44,85,3.7,1.55 +1,45,58,103,3.9,2 +1,24,29,53,2.47,2.19 +2,59,62,121,3.5,3.86 +1,45,55,100,2.8,1.47 +2,59,62,121,4,3.94 +1,37,58,95,2.4,1.37 +1,44,59,103,3.5,3.08 +1,54,64,118,3.8,1.95 +2,59,62,121,3.8,3.52 +1,48,55,103,3.2,1.74 +2,44,59,103,3.2,3.17 +2,61,56,117,3.5,2.67 +1,49,55,104,2.3,2.14 +1,53,52,105,3,2.54 +2,55,49,104,2.3,1.98 +2,46,45,91,2.3,2.04 +1,49,57,106,2.1,1.7 +1,53,62,115,3.7,1.8 +1,70,74,144,4,4 +2,48,52,100,3.9,4 +2,36,41,77,3,0.61 +2,49,57,106,3.8,3.34 +2,48,56,104,3.7,2.92 +1,53,62,115,3.8,3.62 +1,66,67,133,3.2,3.07 +2,41,57,98,3.4,3 +1,42,62,104,3.2,2.43 +2,38,45,83,3.4,3.11 +1,43,57,100,3.1,1.5 +2,49,54,103,3.7,2.58 +2,53,40,93,3.33,2.24 +1,40,55,95,2.1,1.96 +1,45,56,101,2.5,2.23 +2,53,51,104,2.8,2.24 +1,43,57,100,2.9,2.76 +2,49,52,101,3.1,2.59 +1,41,52,93,2.1,1.68 +2,38,47,85,3.1,2.92 +1,55,56,111,2.8,2.31 +1,41,57,98,3.5,2.56 +2,39,55,94,3.8,2.73 +2,63,49,112,3.4,3.11 +2,43,44,87,2.8,1.83 +1,47,47,94,2.6,2.88 +1,39,57,96,3,3.14 +1,46,51,97,2.6,1.87 +2,45,52,97,3.1,2.27 +2,51,55,106,3.4,2.56 +1,40,44,84,3.1,2.35 +2,42,55,97,3.4,3.02 +1,50,60,110,3.8,2.44 +1,50,58,108,3.7,1.33 +1,56,52,108,3.25,1.13 +1,54,52,106,3.4,3.4 +2,48,36,84,2.7,1.96 +1,53,49,102,3.5,1.96 +1,48,58,106,3.8,3.17 +2,45,58,103,3.2,1.6 +2,50,52,102,3,2.37 +1,52,53,105,3.5,1.43 +2,62,48,110,3.2,2.74 +1,46,48,94,3.2,1.95 +1,42,50,92,3.1,2.42 +2,48,52,100,3.6,3.04 +1,51,59,110,2.5,3 +2,50,42,92,3.5,3.73 +2,55,48,103,3.1,3.17 +1,56,63,119,3,1.57 +1,52,60,112,3.2,1.71 +1,51,57,108,2.5,2.09 +2,41,49,90,2.6,3.4 +1,33,38,71,3.5,2.1 +2,47,43,90,2.6,1.66 +2,54,49,103,3.5,3.16 +1,55,56,111,3.7,2.09 +2,49,57,106,3.7,3.6 +1,45,57,102,2.7,0.85 +1,57,59,116,3.3,1.88 +1,45,54,99,3.5,2.53 +1,60,60,120,3.7,1.82 +1,41,52,93,2.7,1.33 +2,47,51,98,2.56,2.81 +1,44,43,87,1.8,1.49 +2,49,55,104,3.5,2.51 +2,68,51,119,3.1,1.61 +2,39,41,80,2.7,1.65 +2,33,37,70,2.8,1.7 +2,50,54,104,3.6,3.13 +2,46,58,104,3.5,2.6 +2,35,40,75,3.25,1.87 +1,26,50,76,3.2,2.24 +2,36,55,91,2.8,1.6 +2,51,54,105,3.7,2.98 +2,47,51,98,3.9,3.6 +1,47,50,97,3.1,1.43 +1,44,62,106,3.7,3.02 +1,50,50,100,3.1,3.15 +1,34,52,86,3.3,2 +2,33,46,79,2.6,1.57 +2,38,34,72,2.8,1.78 +2,46,59,105,3.6,2.77 +1,42,56,98,3.8,3.25 +1,59,55,114,3.5,3.3 +1,42,37,79,4.5,1.13 +2,50,53,103,3.9,3.17 +2,41,55,96,3.4,2.04 +2,42,53,95,3,1.69 +1,41,65,106,2.5,1.8 +2,52,62,114,3.5,2.29 +1,62,67,129,4,3.41 +2,36,38,74,3.5,2 +2,47,56,103,4,3.11 +1,38,58,96,2.7,2.38 +1,45,63,108,3.3,2.62 +2,63,63,126,3.8,3.71 +1,44,50,94,3.8,3.27 +1,42,61,103,2.5,2.4 +1,51,63,114,2.5,3.25 +1,57,59,116,3.3,1.98 +1,49,61,110,3.5,3.04 +1,37,64,101,4,2.8 +1,62,71,133,4,4 +1,47,59,106,2.5,1.78 +1,55,65,120,3,2.54 +2,43,42,85,2.8,1.92 +1,56,74,130,4,3.48 +2,52,48,100,2.74,1.62 +1,47,60,107,3.5,2.56 +2,51,50,101,3.3,3.35 +1,41,66,107,2.7,2 +2,43,42,85,3,1.97 +1,58,51,109,3,3.21 +1,47,37,84,2.6,0.67 +1,41,57,98,3.5,2.38 +1,42,50,92,2.3,1.86 +2,50,43,93,2.3,2.53 +1,55,55,110,4,1.44 +1,45,59,104,3.5,2.19 +2,35,42,77,2.8,1.44 +1,43,50,93,3.4,2.36 +1,48,44,92,3,2.21 +2,40,57,97,3,2.6 +1,44,58,102,3.25,0.36 +1,47,61,108,3.3,2.47 +2,43,47,90,3.5,2.16 +2,39,53,92,2.7,1.63 +1,47,57,104,2.8,1.83 +2,34,69,103,2.1,2.66 +2,49,48,97,3.3,3.04 +2,47,45,92,2.4,2.54 +2,43,53,96,2.6,2.02 +1,61,49,110,2.2,1.49 +1,48,55,103,3.8,1.13 +2,37,46,83,3.1,2.02 +2,51,50,101,3.7,2.9 +2,35,60,95,2.75,1.81 +2,47,67,114,3.6,4 +1,41,37,78,2,2 +2,43,42,85,2.75,2.54 +2,49,48,97,4,2.65 +1,58,77,135,4,3.43 +2,47,45,92,3.7,2.91 +1,47,53,100,4,3.21 +1,37,52,89,2.5,1.75 +1,36,36,72,2.3,3.12 +2,56,58,114,3,2.09 +2,47,58,105,3.5,2.11 +1,56,50,106,3.3,2.56 +2,43,54,97,3.2,2.56 +2,45,48,93,3,1.24 +1,55,60,115,3,2.8 +1,55,35,90,2.6,2.17 +2,46,47,93,3.4,2.42 +2,39,51,90,3.6,3.56 +2,50,58,108,3.3,3.24 +2,45,57,102,3.6,3.42 +1,52,66,118,3.8,2.53 +2,47,47,94,2.8,2.38 +1,48,47,95,2.4,2.24 +1,35,53,88,2.7,2.12 +2,46,58,104,2.8,2.63 +2,54,47,101,2.5,1.98 +2,50,50,100,3.2,1.69 +1,58,59,117,4,2.47 +1,49,60,109,4,2.34 +2,43,47,90,2.67,2.58 +1,42,52,94,3,2 +1,46,51,97,2.7,1.63 +2,52,55,107,3.5,3.37 +1,45,46,91,2.8,1.64 +1,62,60,122,3.8,2.88 +2,58,62,120,4,3.12 +2,57,55,112,4,2.33 +2,60,59,119,3,2.45 +1,43,51,94,2.5,2.22 +1,51,65,116,3.5,2.17 +1,37,55,92,2.3,2.44 +1,49,48,97,3.1,2.98 +2,44,54,98,2.7,2.29 +2,44,52,96,3.5,2.56 +2,27,38,65,2.5,1.8 +1,48,55,103,3.1,2.43 +1,41,59,100,3.5,2.61 +2,35,58,93,3.1,3.09 +1,46,54,100,2.6,2.53 +1,52,64,116,2.7,2.48 +1,61,60,121,3.5,3.94 +1,48,64,112,3.4,2.86 +2,58,58,116,2.9,2.31 +1,44,40,84,2.6,2.18 +1,49,57,106,3.25,3.07 +1,40,45,85,2.1,1.64 +2,52,60,112,3,2.7 +1,36,50,86,3.5,2.08 +2,57,55,112,4,3.51 +2,48,62,110,4,3.63 +1,39,44,83,3,1.63 +2,54,61,115,4,3.76 +2,57,47,104,2.8,2.96 +1,40,48,88,3.25,2.83 +1,35,40,75,3,1.36 +1,61,65,126,3.8,2.91 +1,50,57,107,3.2,2.65 +2,41,52,93,3,2.56 +1,49,68,117,3,1.89 +1,50,57,107,2.8,2.04 +1,60,64,124,3.25,2.67 +1,54,72,126,3.75,3.29 +1,41,56,97,2.6,1.74 +1,44,41,85,2.8,2.98 +1,44,55,99,2.5,2.28 +2,50,42,92,2.4,1.21 +1,40,52,92,2.5,1.24 +2,55,54,109,3.5,3.47 +2,47,44,91,3.1,2.37 +2,38,57,95,4,3.49 +1,56,47,103,2.7,1.41 +2,49,52,101,4,2.04 +1,58,60,118,3.7,3.49 +1,51,64,115,2.6,1.7 +1,42,53,95,2.5,1.19 +2,52,49,101,3.6,3.63 +2,48,51,99,3.9,2.98 +1,48,62,110,3.4,2.35 +2,53,52,105,3.6,2.38 +2,57,57,114,3.8,2.38 +1,44,57,101,3.2,2.4 +2,29,60,89,2.5,1.92 +1,54,45,99,3.7,2.86 +1,41,63,104,3.25,2.9 +2,42,59,101,3.7,3.44 +2,53,65,118,2.9,1.88 +2,49,38,87,2.8,2.52 +1,48,54,102,4,1.17 +1,60,65,125,2.9,3.16 +1,45,57,102,3.25,1.64 +2,46,44,90,2.75,2.17 +2,31,41,72,2.67,1.62 +1,49,60,109,3,2.37 +1,47,43,90,3,3.19 +1,50,50,100,3,2.29 +2,59,69,128,4,3.41 +1,58,61,119,4,3.24 +2,48,60,108,3.3,2.64 +1,52,57,109,3.5,3.35 +1,47,50,97,2.75,1.87 +2,45,55,100,2.7,1.5 +2,37,59,96,4,2.98 +1,56,65,121,3.1,2.95 +2,52,52,104,2.8,2.2 +2,65,57,122,3.8,3.11 +2,42,49,91,4,3.12 +2,48,51,99,3.3,2.69 +2,45,58,103,4,2.91 +1,52,62,114,2.6,2.67 +1,51,57,108,3.2,2.49 +1,46,65,111,2.5,2.98 +1,50,72,122,3.1,3.06 +1,52,61,113,3.1,2.18 +1,52,68,120,4,3.5 +2,45,50,95,2.8,2.1 +2,54,50,104,3.4,3.8 +2,50,60,110,3.25,1.8 +1,41,63,104,4,2.14 +2,44,54,98,3.3,3.4 +2,45,48,93,2.8,2.66 +2,41,64,105,3.5,2.36 +1,45,43,88,2.9,1.98 +1,45,49,94,3,1.62 +1,56,53,109,3.2,2.03 +2,54,53,107,2.3,1.84 +1,50,67,117,3,2.02 +1,58,63,121,3.5,3.15 +1,51,35,86,2.75,1.54 +2,48,45,93,2.8,2.6 +2,41,50,91,3.8,2.58 +2,51,61,112,3.5,3.11 +2,39,34,73,2.7,1.19 +2,54,53,107,3.5,2.23 +2,44,53,97,2.2,1.78 +2,52,44,96,3,2.24 +2,53,37,90,3.3,2.29 +1,37,67,104,2.9,2.38 +1,35,48,83,2.2,0.95 +1,45,53,98,2.4,2.05 +2,43,47,90,3.1,2.49 +1,49,59,108,3.3,1.12 +2,37,43,80,2.03,1.31 +2,41,43,84,3.3,2.38 +2,40,45,85,3,2.74 +1,48,64,112,3,4 +1,44,59,103,3.8,2.66 +1,54,60,114,3.5,2.96 +2,63,42,105,2.1,1.88 +1,47,55,102,2.7,1.4 +2,56,52,108,3.5,3.31 +2,50,50,100,3.75,3.3 +1,64,64,128,4,3.21 +2,42,59,101,3.25,3.22 +1,43,48,91,2.8,2.28 +1,43,49,92,3.2,2.52 +1,52,52,104,4,2.62 +2,34,50,84,2,2 +2,44,45,89,3.6,2.02 +2,42,43,85,2.4,2.24 +2,47,48,95,4,3.12 +1,52,52,104,2.75,2.28 +2,49,59,108,3,2.13 +2,38,48,86,2.7,1.55 +2,62,56,118,3.7,2.4 +1,61,45,106,2.6,1.59 +1,44,55,99,3,2.94 +2,55,61,116,3.2,2.29 +1,47,66,113,3.5,2.98 +2,44,44,88,3.1,3.66 +1,41,56,97,2.9,0.38 +2,62,59,121,3.7,2.65 +2,60,68,128,3.7,1.95 +2,44,60,104,3.2,3.06 +2,63,58,121,3.7,3.87 +1,45,58,103,2.4,2.64 +1,43,55,98,2.4,2.54 +1,36,45,81,2.5,2.42 +2,58,53,111,3.3,3.44 +2,62,68,130,4,3.91 +1,41,61,102,4,2.46 +1,58,59,117,3.75,2.79 +2,46,43,89,2.7,1.79 +2,45,61,106,4,3.22 +1,40,41,81,2.3,0.57 +1,63,68,131,4,3.48 +2,53,54,107,3.5,2.13 +2,57,72,129,4,3.18 +1,39,56,95,3.75,3.81 +1,45,66,111,2.7,2.49 +1,52,67,119,3,1.87 +1,55,53,108,3.5,2.63 +1,44,48,92,2.2,1.91 +2,56,45,101,3.8,3.1 +1,64,62,126,4,3.12 +2,46,51,97,3.1,2.19 +1,64,61,125,3.6,3.21 +1,60,66,126,2.7,3.4 +1,52,60,112,3.1,2.37 +2,46,61,107,3.75,2.67 +2,58,58,116,3.5,3.59 +2,34,42,76,3.1,1.93 +2,54,64,118,3.8,3.17 +2,50,33,83,2.75,2.04 +1,59,63,122,3.2,1.96 +2,49,45,94,3.7,2.07 +1,37,42,79,2.2,2.35 +2,55,55,110,3.75,3.06 +1,32,66,98,2.9,2.48 +1,41,68,109,3.3,2.58 +2,47,53,100,2.8,2.15 +2,49,41,90,2.7,2.42 +1,53,68,121,3.2,2.09 +2,55,57,112,2.5,2.27 +1,43,52,95,2.7,2.31 +2,43,56,99,3,2.24 +2,50,53,103,3.5,1.92 +1,44,41,85,2,1.73 +1,64,59,123,2.5,3.38 +2,49,48,97,3.8,3.02 +1,49,55,104,3.2,2.29 +1,43,45,88,2.5,1.33 +1,64,71,135,3.3,2.83 +2,54,57,111,3.33,3.34 +2,40,47,87,3.2,1.51 +2,50,53,103,3.2,1.16 +2,57,64,121,3.75,1.94 +1,49,59,108,3.8,1.74 +1,50,55,105,3.2,2.17 +2,53,62,115,3.3,2.28 +1,54,59,113,3.5,2.75 +1,51,56,107,3,2.8 +2,38,40,78,3.8,2.53 +1,61,65,126,3.7,2.43 +2,44,44,88,2.7,1.84 +1,56,61,117,3.7,2.05 +1,48,63,111,3,2.48 +1,55,67,122,3.3,2.75 +1,61,51,112,2.3,3.24 +1,46,44,90,3.6,2.69 +1,51,66,117,3,2.21 +2,67,70,137,3.8,3.49 +1,49,40,89,2.3,2.24 +1,63,50,113,2.9,2.85 +2,40,50,90,2.5,1.62 +2,53,65,118,3.7,3.03 +2,48,42,90,3.6,3.1 +2,43,43,86,2.5,1.59 +1,46,63,109,2.8,2.21 +1,67,60,127,3.3,2.43 +1,46,60,106,3.5,2.46 +2,58,58,116,4,2.96 +2,43,61,104,2.8,2.2 +1,46,43,89,2.8,2.31 +1,49,49,98,3.25,2.35 +2,59,64,123,2.75,2.57 +1,39,55,94,2.8,3.04 +2,39,52,91,3,2.14 +2,67,52,119,4,2.27 +2,55,54,109,3,1.83 +1,57,61,118,3,2.75 +2,51,52,103,2.5,1.87 +1,52,67,119,3.5,3.22 +1,59,48,107,2.5,3.1 +1,45,64,109,2.9,2.29 +2,48,50,98,2.8,2.1 +1,52,52,104,3.5,2.96 +2,41,56,97,2,0.47 +2,47,48,95,3.5,2.88 +2,52,70,122,4,3.83 +1,49,57,106,3.4,1.6 +1,38,53,91,2.5,2.23 +1,44,50,94,2.5,3.07 +1,56,67,123,3.8,2.6 +1,45,58,103,2.75,1.15 +1,59,67,126,3.5,2.88 +1,53,72,125,3.7,3.71 +2,53,38,91,4,3.41 +2,66,66,132,3.5,3.65 +2,36,35,71,2.3,1.65 +2,57,54,111,3.7,2.15 +2,51,51,102,3.5,2.57 +2,76,68,144,4,3.66 +1,60,66,126,4,3.31 +1,46,52,98,3,2.84 +1,54,50,104,2.7,1.83 +2,55,64,119,3.6,3.35 +1,54,63,117,3.3,1.35 +2,52,43,95,3.4,3.1 +2,51,59,110,3.7,3.1 +1,49,51,100,3,2.19 +2,41,50,91,3,3.35 +2,57,59,116,4,3.91 +1,54,52,106,2.7,1.83 +2,32,38,70,2.2,1.29 +2,68,74,142,4,2.55 +2,49,51,100,3.25,2.68 +2,41,45,86,3.5,2.96 +2,47,48,95,3,2.45 +1,51,54,105,3.25,2.7 +1,57,59,116,3,2.24 +1,36,38,74,2.9,2.04 +1,44,59,103,3.67,2.38 +1,47,55,102,2.5,1.79 +1,47,44,91,3,2 +1,44,54,98,3.04,2.24 +1,43,46,89,2.5,1.63 +2,39,31,70,2.3,1.13 +1,49,48,97,2.5,1.73 +1,60,53,113,2.2,1.36 +1,50,60,110,3,2.81 +2,40,48,88,3.1,1.17 +2,60,59,119,3.5,2.48 +1,61,57,118,3.2,1.98 +1,42,57,99,2.8,1.72 +1,46,56,102,3.5,2.69 +2,50,56,106,4,2.98 +2,44,57,101,4,3.4 +1,68,73,141,4,3.48 +2,43,45,88,2.5,2.15 +1,54,60,114,3,2.4 +1,49,55,104,3,2.42 +2,50,50,100,3.7,2.19 +1,54,54,108,3.3,1.5 +1,56,58,114,3.5,3.17 +1,55,65,120,2.3,1.94 +1,49,44,93,2.7,2.38 diff --git a/Week12/Lab7/datasets/state_stats.csv b/Week12/Lab7/datasets/state_stats.csv new file mode 100644 index 0000000..e734c4b --- /dev/null +++ b/Week12/Lab7/datasets/state_stats.csv @@ -0,0 +1,52 @@ +state,abbr,fips,pop2010,pop2000,homeownership,multiunit,income,med_income,poverty,fed_spend,land_area,smoke,murder,robbery,agg_assault,larceny,motor_theft,soc_sec,nuclear,coal,tr_deaths,tr_deaths_no_alc,unempl +Alabama,AL,1,4779736,4447100,71.1,15.5,22984,42081,17.1,11.726134037528432,50645.33,24.8,8.2,141.4,5.2,55.4,6,18.5,16.3,56.6,23.7,1.3,7.6 +Alaska,AK,2,710231,626932,64.7,24.6,30726,66521,9.5,16.78656803209097,570640.95,25,4.8,80.9,65.5,366,55.1,8.9,0,9.5,10.1,7.3,7.1 +Arizona,AZ,4,6392017,5130632,67.4,20.7,25680,50448,15.3,9.847127596813337,113594.08,20.4,7.5,144.4,5.1,46.4,14.5,13.9,15.6,39.6,18.4,0.9,8.7 +Arkansas,AR,5,2915918,2673400,67.7,15.2,21274,39267,18,9.61118556831845,52035.48,23.5,6.7,91.1,13.3,93,9,18.7,13,48.2,22.2,2.2,7.6 +California,CA,6,37253956,33871648,57.4,30.7,29188,60883,13.7,8.885791055317723,155779.22,15.2,6.9,176.1,0.9,5.1,1.9,11.8,7,1.1,11.6,0.2,10.9 +Colorado,CO,8,5029196,4301261,67.6,25.6,30151,56456,12.2,9.152294521828141,103641.89,19.9,3.7,84.6,5.3,54.4,11.1,11.4,0,71.7,12,1.2,7.8 +Connecticut,CT,9,3574097,3405565,69.2,34.6,36775,67740,9.2,14.834472035873677,4842.36,16.5,2.9,113,3.9,51,8.3,16.3,25.6,11.9,7.7,1.6,7.8 +Delaware,DE,10,897934,783600,73.6,17.7,29007,57599,11,8.889538652061287,1948.54,20.7,4.4,154.8,47.7,238.8,31,16.6,0,59.4,14.9,5.7,7 +District of Columbia,DC,11,601723,572059,43.5,61.7,42078,58526,18.5,100.9090661317583,61.05,20.1,35.4,672.1,119.9,447.9,233,12,0,0,8,7.5,9.9 +Florida,FL,12,18801310,15982378,69.7,30,26551,47661,13.8,9.62100146213216,53624.76,21.6,5,169.4,2.6,14.1,2.3,18,7.3,28.4,18.8,0.3,9.4 +Georgia,GA,13,9687653,8186453,67.2,20.5,25134,49347,15.7,8.882244646871643,57513.49,22.2,6.2,154.8,2.7,28.4,5.1,12.3,11.1,63.8,17.8,0.7,9.1 +Hawaii,HI,15,1360301,1211537,59.3,39.2,28882,66420,9.6,13.956767656570127,6422.63,17.1,1.9,78.5,10.9,243.2,52.7,14.6,0,14.2,10.3,3.6,6.4 +Idaho,ID,16,1567582,1293953,71,14.9,22518,46423,13.6,8.824437892244234,82643.12,17.9,2.4,18.6,12.5,123.2,12.9,14,0,0.9,17.5,4.3,8 +Illinois,IL,17,12830632,12419293,69.2,33,28782,55735,12.6,8.517012256294157,55518.93,19.9,6,181.7,2.6,16.9,2.4,14.7,26.8,47.5,10.6,0.4,9.1 +Indiana,IN,18,6483802,6080485,71.5,18.6,24058,47697,13.5,9.449773605054565,35826.11,27.3,5.7,108.6,2.8,37.2,5.3,16,0,94.2,14.5,1,8.4 +Iowa,IA,19,3046355,2926324,73.2,18.6,25335,48872,11.6,9.502676149037129,55857.13,20.4,1.3,38.9,7.3,67.1,6.1,17.9,5.2,77.6,14.8,2.4,5.3 +Kansas,KS,20,2853118,2688418,69.4,17.4,25907,49424,12.4,10.36470450924217,81758.72,17.8,NA,NA,NA,NA,NA,15.7,10.6,75.2,15,2.3,6.1 +Kentucky,KY,21,4339367,4041769,69.9,17.7,22515,41576,17.7,12.963916856997807,39486.34,28.7,NA,NA,NA,NA,NA,18.1,0,91.1,22.7,1.6,8.7 +Louisiana,LA,22,4533372,4468976,68.2,17.8,23094,43445,18.1,11.611366770695192,43203.9,22.6,9.9,118,9.6,55,7,16.3,7.9,24.9,21.1,1.3,7 +Maine,ME,23,1328361,1274923,73.1,19.4,25385,46933,12.6,10.887619404664846,30842.92,20.9,1.4,24.4,4.6,138,7.7,19.9,0,1.7,12.7,4.9,7.1 +Maryland,MD,24,5773552,5296486,69,25.7,34849,70647,8.6,16.639838006135566,9707.24,19,9.9,256.7,7.2,39.7,10.5,13.2,13.9,55.7,10.6,1.1,6.5 +Massachusetts,MA,25,6547629,6349097,64,41.7,33966,64509,10.5,12.488459868450091,7800.06,18.1,2.7,119,4.7,23.3,4.5,16.3,4.9,25.3,6.8,0.9,6.9 +Michigan,MI,26,9883640,9938444,74.2,18,25135,48432,14.8,9.239120101501067,56538.9,22.1,6.1,131.8,3.7,19.4,4.8,17.4,13.1,57.8,11.4,0.6,8.8 +Minnesota,MN,27,5303925,4919479,74.2,21.5,29582,57243,10.6,8.359493016963853,79626.74,20,2.2,92,3,42,5.2,14.6,13.4,62.1,10.5,1.2,5.7 +Mississippi,MS,28,2967297,2844658,70.8,13.4,19977,37881,21.2,11.156513486853523,46923.27,23.7,7.3,82.3,5,70.2,8.6,18.4,7.5,36.9,31.4,2,9.5 +Missouri,MO,29,5988927,5595211,70,19.6,24724,46262,14,11.249529840654262,68741.52,23.4,6.9,124.1,6.1,45.9,7.4,17.5,5.8,85.3,21,1,7.4 +Montana,MT,30,989415,902195,69,16.3,23836,43872,14.5,10.463793251567846,145545.8,19.2,NA,NA,NA,NA,NA,16.8,0,63.8,25.4,5.1,6.2 +Nebraska,NE,31,1826341,1711263,68.6,19.3,25229,49342,11.8,9.193895334989469,76824.17,21.3,2.5,59.1,10.5,141,17.3,15.9,17.6,66.2,15.1,3.7,4 +Nevada,NV,32,2700551,1998257,60.1,29.4,27589,55726,11.9,7.366538532321737,109781.18,23.1,8.5,194.7,13.4,79.8,41.3,12.6,0,45.7,15.8,2.3,12.3 +New Hampshire,NH,33,1316470,1235786,72.6,25.7,31422,63277,7.8,8.945479198158713,8952.65,20.5,1.4,27.4,5.5,104.6,7.8,16.6,28.2,17.2,12.6,4.9,5.2 +New Jersey,NJ,34,8791894,8414350,66.9,36,34858,69811,9.1,9.052934100433877,7354.22,18.1,4.8,151.6,2.1,17.8,3.6,15.6,22.7,19.2,8.5,0.7,9 +New Mexico,NM,35,2059179,1819046,69.6,15.1,22966,43820,18.4,13.340663439166775,121298.15,21.5,7.4,98.7,26.3,128.2,20.1,14.8,0,85.2,23.7,3,7.2 +New York,NY,36,19378102,18976457,55.2,50.6,30948,55603,14.2,10.063556740489858,47126.4,20.5,4.5,182.7,1.2,8.1,1,15.7,13.2,14,7.4,0.3,8.5 +North Carolina,NC,37,9535483,8049313,68.1,16.9,24745,45570,15.5,9.002574489409714,48617.91,22.7,6.7,145.5,3,26.7,3.4,15.4,18.2,60.5,16.1,0.7,9.9 +North Dakota,ND,38,672591,642200,66.6,25.9,25803,46781,12.3,13.29540389330217,69000.8,20,1.1,7.4,9.7,223.1,24.7,17.1,0,94.8,18.3,7.8,3.1 +Ohio,OH,39,11536504,11353140,69.2,23,25113,47358,14.2,9.116575784137032,40860.69,22.3,5.1,163.1,1.2,21.1,3.1,16.9,6.2,87.2,11.5,0.5,7.6 +Oklahoma,OK,40,3751351,3450654,68.2,15.3,23094,42979,16.2,10.194196437496785,68594.92,25.1,5.3,91,9.9,70.5,10.4,16.6,0,53,21.4,1.7,6 +Oregon,OR,41,3831074,3421399,63.8,23.3,26171,49260,14,8.770311406148771,95988.01,18.5,2.2,68.1,4.7,81.2,13.8,15.9,0,7,12.7,1.7,8.8 +Pennsylvania,PA,42,12702379,12281054,71,20.7,27049,50398,12.4,11.012162288654748,44742.7,23.7,6.1,154.6,1.9,13.6,1.9,18.9,20.5,55.5,12.7,0.5,7.6 +Rhode Island,RI,44,1052567,1048319,62.5,40.5,28707,54902,12.2,10.869811612942454,1033.81,19.8,3.2,72.1,13.9,172.5,38.8,18.2,0,0,8.3,4.8,11 +South Carolina,SC,45,4625364,4012012,69.9,17.4,23443,43939,16.4,10.449227347296343,30060.7,22.6,7.4,132.1,12.5,63.9,8.3,16.2,28.7,38.7,23.6,1.2,9.1 +South Dakota,SD,46,814180,754844,68.9,18.5,24110,46369,13.7,11.84471124321403,75811,19.8,2.3,18.6,13.3,165,13.3,17.2,0,46,22.8,7,4.3 +Tennessee,TN,47,6346105,5689283,69.6,18.1,23722,43314,16.5,10.3252792066945,41234.9,26.8,7.2,167.3,8.5,44.6,6.6,16.9,16.4,61,20,1,8 +Texas,TX,48,25145561,20851820,64.8,24.1,24870,49646,16.8,8.605075424644532,261231.71,20,6.2,156.6,1.3,11.8,1.6,11.4,4.8,37.4,13.9,0.2,7.1 +Utah,UT,49,2763885,2233169,71.2,21.4,23139,56330,10.8,8.082408276755364,82169.62,11.5,2.3,44.3,5.2,105.6,12.4,9.5,0,94.2,10.2,3.1,5.7 +Vermont,VT,50,625741,608827,71.4,23.2,27478,51841,11.1,10.822412148157145,9216.66,19.3,1.3,11.7,13.3,269.5,16.4,17.6,50.5,0,11.7,9.6,4.9 +Virginia,VA,51,8001024,7078515,68.9,21.4,32145,61406,10.3,15.97270874328086,39490.09,20.6,6.1,99.2,1.9,25.4,2.6,13.9,15.2,44.9,11.8,0.8,5.7 +Washington,WA,53,6724540,5894121,64.8,25.9,29733,57244,12.1,10.258140482471664,66455.52,17.6,3.3,92.1,3.1,46.8,11.7,13.6,4.1,10.3,9.6,0.8,8.2 +West Virginia,WV,54,1852994,1808344,74.6,12.1,21232,38380,17.4,11.044192263979268,24038.21,26.6,4.4,44.6,11.1,96.8,11.3,22,0,97.6,20.2,3.6,7.2 +Wisconsin,WI,55,5686986,5363675,69.5,25.5,26624,51598,11.6,9.241626935603499,54157.8,20.8,3.5,82.2,2.4,35,4,16.5,9.8,67.4,14.3,1,6.9 +Wyoming,WY,56,563626,493782,70.2,15.8,27860,53802,9.8,11.543092405247451,97093.14,21.3,2.7,15.3,33.4,449.6,25.7,14.7,0,95.1,30.2,11,5.4 diff --git a/Week12/Lab7/datasets/thermometry.csv b/Week12/Lab7/datasets/thermometry.csv new file mode 100644 index 0000000..ab40af1 --- /dev/null +++ b/Week12/Lab7/datasets/thermometry.csv @@ -0,0 +1,131 @@ +body.temp,gender,heart.rate +96.3,male,70 +96.7,male,71 +96.9,male,74 +97,male,80 +97.1,male,73 +97.1,male,75 +97.1,male,82 +97.2,male,64 +97.3,male,69 +97.4,male,70 +97.4,male,68 +97.4,male,72 +97.4,male,78 +97.5,male,70 +97.5,male,75 +97.6,male,74 +97.6,male,69 +97.6,male,73 +97.7,male,77 +97.8,male,58 +97.8,male,73 +97.8,male,65 +97.8,male,74 +97.9,male,76 +97.9,male,72 +98,male,78 +98,male,71 +98,male,74 +98,male,67 +98,male,64 +98,male,78 +98.1,male,73 +98.1,male,67 +98.2,male,66 +98.2,male,64 +98.2,male,71 +98.2,male,72 +98.3,male,86 +98.3,male,72 +98.4,male,68 +98.4,male,70 +98.4,male,82 +98.4,male,84 +98.5,male,68 +98.5,male,71 +98.6,male,77 +98.6,male,78 +98.6,male,83 +98.6,male,66 +98.6,male,70 +98.6,male,82 +98.7,male,73 +98.7,male,78 +98.8,male,78 +98.8,male,81 +98.8,male,78 +98.9,male,80 +99,male,75 +99,male,79 +99,male,81 +99.1,male,71 +99.2,male,83 +99.3,male,63 +99.4,male,70 +99.5,male,75 +96.4,female,69 +96.7,female,62 +96.8,female,75 +97.2,female,66 +97.2,female,68 +97.4,female,57 +97.6,female,61 +97.7,female,84 +97.7,female,61 +97.8,female,77 +97.8,female,62 +97.8,female,71 +97.9,female,68 +97.9,female,69 +97.9,female,79 +98,female,76 +98,female,87 +98,female,78 +98,female,73 +98,female,89 +98.1,female,81 +98.2,female,73 +98.2,female,64 +98.2,female,65 +98.2,female,73 +98.2,female,69 +98.2,female,57 +98.3,female,79 +98.3,female,78 +98.3,female,80 +98.4,female,79 +98.4,female,81 +98.4,female,73 +98.4,female,74 +98.4,female,84 +98.5,female,83 +98.6,female,82 +98.6,female,85 +98.6,female,86 +98.6,female,77 +98.7,female,72 +98.7,female,79 +98.7,female,59 +98.7,female,64 +98.7,female,65 +98.7,female,82 +98.8,female,64 +98.8,female,70 +98.8,female,83 +98.8,female,89 +98.8,female,69 +98.8,female,73 +98.8,female,84 +98.9,female,76 +99,female,79 +99,female,81 +99.1,female,80 +99.1,female,74 +99.2,female,77 +99.2,female,66 +99.3,female,68 +99.4,female,77 +99.9,female,79 +100,female,78 +100.8,female,77 diff --git a/Week12/Lab7/datasets/toluca.csv b/Week12/Lab7/datasets/toluca.csv new file mode 100644 index 0000000..436cb0d --- /dev/null +++ b/Week12/Lab7/datasets/toluca.csv @@ -0,0 +1,26 @@ +"","lot_size","work_hours" +"1",80,399 +"2",30,121 +"3",50,221 +"4",90,376 +"5",70,361 +"6",60,224 +"7",120,546 +"8",80,352 +"9",100,353 +"10",50,157 +"11",40,160 +"12",70,252 +"13",90,389 +"14",20,113 +"15",110,435 +"16",100,420 +"17",30,212 +"18",50,268 +"19",90,377 +"20",110,421 +"21",30,273 +"22",90,468 +"23",40,244 +"24",80,342 +"25",70,323 diff --git a/Week12/Lab7/datasets/us_crime_rates.csv b/Week12/Lab7/datasets/us_crime_rates.csv new file mode 100644 index 0000000..51ebfe8 --- /dev/null +++ b/Week12/Lab7/datasets/us_crime_rates.csv @@ -0,0 +1,61 @@ +year,population,total,violent,property,murder,forcible_rape,robbery,aggravated_assault,burglary,larceny_theft,vehicle_theft +1960,179323175,3384200,288460,3095700,9110,17190,107840,154320,912100,1855400,328200 +1961,182992000,3488000,289390,3198600,8740,17220,106670,156760,949600,1913000,336000 +1962,185771000,3752200,301510,3450700,8530,17550,110860,164570,994300,2089600,366800 +1963,188483000,4109500,316970,3792500,8640,17650,116470,174210,1086400,2297800,408300 +1964,191141000,4564600,364220,4200400,9360,21420,130390,203050,1213200,2514400,472800 +1965,193526000,4739400,387390,4352000,9960,23410,138690,215330,1282500,2572600,496900 +1966,195576000,5223500,430180,4793300,11040,25820,157990,235330,1410100,2822000,561200 +1967,197457000,5903400,499930,5403500,12240,27620,202910,257160,1632100,3111600,659800 +1968,199399000,6720200,595010,6125200,13800,31670,262840,286700,1858900,3482700,783600 +1969,201385000,7410900,661870,6749000,14760,37170,298850,311090,1981900,3888600,878500 +1970,203235298,8098000,738820,7359200,16000,37990,349860,334970,2205000,4225800,928400 +1971,206212000,8588200,816500,7771700,17780,42260,387700,368760,2399300,4424200,948200 +1972,208230000,8248800,834900,7413900,18670,46850,376290,393090,2375500,4151200,887200 +1973,209851000,8718100,875910,7842200,19640,51400,384220,420650,2565500,4347900,928800 +1974,211392000,10253400,974720,9278700,20710,55400,442400,456210,3039200,5262500,977100 +1975,213124000,11292400,1039710,10252700,20510,56090,470500,492620,3265300,5977700,1009600 +1976,214659000,11349700,1004210,10345500,18780,57080,427810,500530,3108700,6270800,966000 +1977,216332000,10984500,1029580,9955000,19120,63500,412610,534350,3071500,5905700,977700 +1978,218059000,11209000,1085550,10123400,19560,67610,426930,571460,3128300,5991000,1004100 +1979,220099000,12249500,1208030,11041500,21460,76390,480700,629480,3327700,6601000,1112800 +1980,225349264,13408300,1344520,12063700,23040,82990,565840,672650,3795200,7136900,1131700 +1981,229146000,13423800,1361820,12061900,22520,82500,592910,663900,3779700,7194400,1087800 +1982,231534000,12974400,1322390,11652000,21010,78770,553130,669480,3447100,7142500,1062400 +1983,233981000,12108600,1258090,10850500,19310,78920,506570,653290,3129900,6712800,1007900 +1984,236158000,11881800,1273280,10608500,18690,84230,485010,685350,2984400,6591900,1032200 +1985,238740000,12431400,1328800,11102600,18980,88670,497870,723250,3073300,6926400,1102900 +1986,240132887,13211869,1489169,11722700,20613,91459,542775,834322,3241410,7257153,1224137 +1987,242288918,13508700,1483999,12024700,20096,91110,517704,855088,3236184,7499900,1288674 +1988,245807000,13923100,1566220,12356900,20680,92490,542970,910090,3218100,7705900,1432900 +1989,248239000,14251400,1646040,12605400,21500,94500,578330,951710,3168200,7872400,1564800 +1990,248709873,14475600,1820130,12655500,23440,102560,639270,1054860,3073900,7945700,1635900 +1991,252177000,14872900,1911770,12961100,24700,106590,687730,1092740,3157200,8142200,1661700 +1992,255082000,14438200,1932270,12505900,23760,109060,672480,1126970,2979900,7915200,1610800 +1993,257908000,14144800,1926020,12218800,24530,106010,659870,1135610,2834800,7820900,1563100 +1994,260341000,13989500,1857670,12131900,23330,102220,618950,1113180,2712800,7879800,1539300 +1995,262755000,13862700,1798790,12063900,21610,97470,580510,1099210,2593800,7997700,1472400 +1996,265228572,13493863,1688540,11805300,19650,96250,535590,1037050,2506400,7904700,1394200 +1997,267637000,13194571,1634770,11558175,18208,96153,498534,1023201,2460526,7743760,1354189 +1998,270296000,12475634,1531044,10944590,16914,93103,446625,974402,2329950,7373886,1240754 +1999,272690813,11634378,1426044,10208334,15522,89411,409371,911740,2100739,6955520,1152075 +2000,281421906,11608072,1425486,10182586,15586,90178,408016,911706,2050992,6971590,1160002 +2001,285317559,11876669,1439480,10437480,16037,90863,423557,909023,2116531,7092267,1228391 +2002,287973924,11878954,1423677,10455277,16229,95235,420806,891407,2151252,7057370,1246646 +2003,290690788,11826538,1383676,10442862,16528,93883,414235,859030,2154834,7026802,1261226 +2004,293656842,11679474,1360088,10319386,16148,95089,401470,847381,2144446,6937089,1237851 +2005,296507061,11565499,1390745,10174754,16740,94347,417438,862220,2155448,6783447,1235859 +2006,299398484,11401511,1418043,9983568,17030,92757,447403,860853,2183746,6607013,1192809 +2007,301621157,11251828,1408337,9843481,16929,90427,445125,855856,2176140,6568572,1095769 +2008,304374846,11160543,1392628,9767915,16442,90479,443574,842134,2228474,6588046,958629 +2009,307006550,10762956,1325896,9337060,15399,89241,408742,812514,2203313,6338095,795652 +2010,309330219,10363873,1251248,9112625,14772,85593,369089,781844,2168457,6204601,739565 +2011,311587816,10258774,1206031,9052743,14661,84175,354772,752423,2185140,6151095,716508 +2012,313873685,10219059,1217067,9001992,14866,85141,355051,762009,2109932,6168874,723186 +2013,316497531,9850445,1199684,8650761,14319,82109,345095,726575,1931835,6018632,700294 +2014,318907401,9395195,1186185,8209010,14164,84864,322905,731089,1713153,5809054,686803 +2015,320896618,9258298,1234183,8024115,15883,91261,328109,764057,1587564,5723488,713063 +2016,323405935,9214136,1285606,7928530,17413,132414,332797,802982,1516405,5644835,767290 +2017,325147121,8966863,1283875,7682988,17294,135666,320596,810319,1397045,5513000,772943 +2018,326687501,8471483,1252399,7219084,16374,143765,281278,810982,1235013,5232167,751904 +2019,328239523,8171087,1245410,6925677,16425,139815,267988,821182,1117696,5086096,721885 diff --git a/Week12/Lab7/evals.csv b/Week12/Lab7/evals.csv new file mode 100644 index 0000000..49cd665 --- /dev/null +++ b/Week12/Lab7/evals.csv @@ -0,0 +1,464 @@ +course_id,prof_id,score,rank,ethnicity,gender,language,age,cls_perc_eval,cls_did_eval,cls_students,cls_level,cls_profs,cls_credits,bty_f1lower,bty_f1upper,bty_f2upper,bty_m1lower,bty_m1upper,bty_m2upper,bty_avg,pic_outfit,pic_color +1,1,4.7,tenure track,minority,female,english,36,55.81395,24,43,upper,single,multi credit,5,7,6,2,4,6,5,not formal,color +2,1,4.1,tenure track,minority,female,english,36,68.8,86,125,upper,single,multi credit,5,7,6,2,4,6,5,not formal,color +3,1,3.9,tenure track,minority,female,english,36,60.8,76,125,upper,single,multi credit,5,7,6,2,4,6,5,not formal,color +4,1,4.8,tenure track,minority,female,english,36,62.60163,77,123,upper,single,multi credit,5,7,6,2,4,6,5,not formal,color +5,2,4.6,tenured,not minority,male,english,59,85,17,20,upper,multiple,multi credit,4,4,2,2,3,3,3,not formal,color +6,2,4.3,tenured,not minority,male,english,59,87.5,35,40,upper,multiple,multi credit,4,4,2,2,3,3,3,not formal,color +7,2,2.8,tenured,not minority,male,english,59,88.63636,39,44,upper,multiple,multi credit,4,4,2,2,3,3,3,not formal,color +8,3,4.1,tenured,not minority,male,english,51,100,55,55,upper,single,multi credit,5,2,5,2,3,3,3.333,not formal,color +9,3,3.4,tenured,not minority,male,english,51,56.92308,111,195,upper,single,multi credit,5,2,5,2,3,3,3.333,not formal,color +10,4,4.5,tenured,not minority,female,english,40,86.95652,40,46,upper,single,multi credit,2,5,4,3,3,2,3.167,not formal,color +11,4,3.8,tenured,not minority,female,english,40,88.88889,24,27,upper,single,multi credit,2,5,4,3,3,2,3.167,not formal,color +12,4,4.5,tenured,not minority,female,english,40,96,24,25,upper,multiple,multi credit,2,5,4,3,3,2,3.167,not formal,color +13,4,4.6,tenured,not minority,female,english,40,85,17,20,upper,single,multi credit,2,5,4,3,3,2,3.167,not formal,color +14,4,3.9,tenured,not minority,female,english,40,56,14,25,upper,single,multi credit,2,5,4,3,3,2,3.167,not formal,color +15,4,3.9,tenured,not minority,female,english,40,88.09524,37,42,upper,single,multi credit,2,5,4,3,3,2,3.167,not formal,color +16,4,4.3,tenured,not minority,female,english,40,90,18,20,upper,multiple,multi credit,2,5,4,3,3,2,3.167,not formal,color +17,4,4.5,tenured,not minority,female,english,40,83.33334,15,18,upper,multiple,multi credit,2,5,4,3,3,2,3.167,not formal,color +18,5,4.8,tenure track,not minority,female,english,31,87.5,42,48,upper,multiple,multi credit,7,9,9,7,6,6,7.333,not formal,color +19,5,4.6,tenure track,not minority,female,english,31,90.90909,40,44,upper,multiple,multi credit,7,9,9,7,6,6,7.333,not formal,color +20,5,4.6,tenure track,not minority,female,english,31,79.16666,38,48,upper,multiple,multi credit,7,9,9,7,6,6,7.333,not formal,color +21,5,4.9,tenure track,not minority,female,english,31,88.88889,40,45,upper,multiple,multi credit,7,9,9,7,6,6,7.333,not formal,color +22,5,4.6,tenure track,not minority,female,english,31,88.13559,52,59,upper,multiple,multi credit,7,9,9,7,6,6,7.333,not formal,color +23,5,4.5,tenure track,not minority,female,english,31,56.32184,49,87,upper,single,multi credit,7,9,9,7,6,6,7.333,not formal,color +24,6,4.4,tenured,not minority,male,english,62,64.53901,182,282,upper,multiple,multi credit,6,6,5,5,5,6,5.5,formal,color +25,6,4.6,tenured,not minority,male,english,62,54.79452,160,292,upper,multiple,multi credit,6,6,5,5,5,6,5.5,formal,color +26,6,4.7,tenured,not minority,male,english,62,60.76923,79,130,upper,multiple,multi credit,6,6,5,5,5,6,5.5,formal,color +27,6,4.5,tenured,not minority,male,english,62,61.75439,176,285,upper,single,multi credit,6,6,5,5,5,6,5.5,formal,color +28,6,4.8,tenured,not minority,male,english,62,56.98529,155,272,upper,multiple,multi credit,6,6,5,5,5,6,5.5,formal,color +29,6,4.9,tenured,not minority,male,english,62,58.04196,166,286,upper,multiple,multi credit,6,6,5,5,5,6,5.5,formal,color +30,6,4.5,tenured,not minority,male,english,62,61.58941,186,302,upper,single,multi credit,6,6,5,5,5,6,5.5,formal,color +31,7,4.4,tenure track,not minority,female,english,33,80.48781,33,41,upper,single,multi credit,4,4,5,4,4,4,4.167,not formal,color +32,7,4.3,tenure track,not minority,female,english,33,85.29412,29,34,upper,single,multi credit,4,4,5,4,4,4,4.167,not formal,color +33,7,4.1,tenure track,not minority,female,english,33,90.2439,37,41,upper,single,multi credit,4,4,5,4,4,4,4.167,not formal,color +34,7,4.2,tenure track,not minority,female,english,33,70.7317,29,41,upper,single,multi credit,4,4,5,4,4,4,4.167,not formal,color +35,7,3.5,tenure track,not minority,female,english,33,82.35294,28,34,upper,single,multi credit,4,4,5,4,4,4,4.167,not formal,color +36,8,3.4,tenured,not minority,female,english,51,60.97561,25,41,upper,multiple,multi credit,4,6,6,2,3,3,4,not formal,color +37,8,4.5,tenured,not minority,female,english,51,95.45454,21,22,upper,multiple,multi credit,4,6,6,2,3,3,4,not formal,color +38,8,4.4,tenured,not minority,female,english,51,61.90476,13,21,upper,multiple,multi credit,4,6,6,2,3,3,4,not formal,color +39,8,4.4,tenured,not minority,female,english,51,94.11765,16,17,upper,multiple,multi credit,4,6,6,2,3,3,4,not formal,color +40,8,2.5,tenured,not minority,female,english,51,80,24,30,lower,multiple,multi credit,4,6,6,2,3,3,4,not formal,color +41,8,4.3,tenured,not minority,female,english,51,100,23,23,upper,multiple,multi credit,4,6,6,2,3,3,4,not formal,color +42,8,4.5,tenured,not minority,female,english,51,100,20,20,upper,multiple,multi credit,4,6,6,2,3,3,4,not formal,color +43,9,4.8,tenure track,not minority,female,english,33,80,48,60,upper,multiple,multi credit,3,7,5,5,3,5,4.667,not formal,color +44,9,4.8,tenure track,not minority,female,english,33,87.87878,29,33,upper,single,multi credit,3,7,5,5,3,5,4.667,not formal,color +45,9,4.4,tenure track,not minority,female,english,33,25,11,44,upper,multiple,multi credit,3,7,5,5,3,5,4.667,not formal,color +46,9,4.7,tenure track,not minority,female,english,33,59.18367,29,49,upper,single,multi credit,3,7,5,5,3,5,4.667,not formal,color +47,9,4.4,tenure track,not minority,female,english,33,86.20689,25,29,upper,single,multi credit,3,7,5,5,3,5,4.667,not formal,color +48,9,4.7,tenure track,not minority,female,english,33,87.5,42,48,upper,multiple,multi credit,3,7,5,5,3,5,4.667,not formal,color +49,9,4.5,tenure track,not minority,female,english,33,85,34,40,upper,multiple,multi credit,3,7,5,5,3,5,4.667,not formal,color +50,10,4,teaching,not minority,male,english,47,84.21053,16,19,upper,single,multi credit,5,7,6,3,6,6,5.5,not formal,color +51,10,4.3,teaching,not minority,male,english,47,75,12,16,upper,multiple,multi credit,5,7,6,3,6,6,5.5,not formal,color +52,10,4.4,teaching,not minority,male,english,47,93.33334,14,15,upper,single,multi credit,5,7,6,3,6,6,5.5,not formal,color +53,10,4.5,teaching,not minority,male,english,47,95.65218,22,23,upper,single,multi credit,5,7,6,3,6,6,5.5,not formal,color +54,10,5,teaching,not minority,male,english,47,90.90909,10,11,lower,multiple,multi credit,5,7,6,3,6,6,5.5,not formal,color +55,10,4.9,teaching,not minority,male,english,47,58.62069,17,29,lower,multiple,multi credit,5,7,6,3,6,6,5.5,not formal,color +56,10,4.6,teaching,not minority,male,english,47,76.19048,16,21,upper,multiple,multi credit,5,7,6,3,6,6,5.5,not formal,color +57,10,5,teaching,not minority,male,english,47,83.33334,15,18,lower,multiple,multi credit,5,7,6,3,6,6,5.5,not formal,color +58,10,4.7,teaching,not minority,male,english,47,84.21053,16,19,upper,single,multi credit,5,7,6,3,6,6,5.5,not formal,color +59,10,5,teaching,not minority,male,english,47,80,16,20,lower,multiple,multi credit,5,7,6,3,6,6,5.5,not formal,color +60,11,3.6,tenure track,minority,male,non-english,35,72,18,25,upper,single,multi credit,5,7,4,2,4,7,4.833,not formal,color +61,11,3.7,tenure track,minority,male,non-english,35,90.90909,30,33,upper,single,multi credit,5,7,4,2,4,7,4.833,not formal,color +62,11,4.3,tenure track,minority,male,non-english,35,95.83334,23,24,upper,single,multi credit,5,7,4,2,4,7,4.833,not formal,color +63,12,4.1,teaching,not minority,male,english,37,88.23529,30,34,upper,multiple,multi credit,4,5,5,3,5,4,4.333,not formal,color +64,12,4.2,teaching,not minority,male,english,37,61.90476,13,21,upper,single,multi credit,4,5,5,3,5,4,4.333,not formal,color +65,12,4.7,teaching,not minority,male,english,37,80,24,30,upper,multiple,multi credit,4,5,5,3,5,4,4.333,not formal,color +66,12,4.7,teaching,not minority,male,english,37,96,24,25,upper,multiple,multi credit,4,5,5,3,5,4,4.333,not formal,color +67,12,3.5,teaching,not minority,male,english,37,71.42857,25,35,upper,multiple,multi credit,4,5,5,3,5,4,4.333,not formal,color +68,13,4.1,tenured,not minority,male,english,42,70,28,40,upper,multiple,multi credit,4,7,5,4,4,5,4.833,not formal,color +69,13,4.2,tenured,not minority,male,english,42,60,18,30,upper,multiple,multi credit,4,7,5,4,4,5,4.833,not formal,color +70,13,4,tenured,not minority,male,english,42,66.66666,28,42,upper,multiple,multi credit,4,7,5,4,4,5,4.833,not formal,color +71,13,4,tenured,not minority,male,english,42,43.85965,25,57,upper,single,multi credit,4,7,5,4,4,5,4.833,not formal,color +72,13,3.9,tenured,not minority,male,english,42,70.17544,40,57,upper,single,multi credit,4,7,5,4,4,5,4.833,not formal,color +73,13,4.4,tenured,not minority,male,english,42,78.43137,40,51,upper,single,multi credit,4,7,5,4,4,5,4.833,not formal,color +74,13,3.8,tenured,not minority,male,english,42,60,18,30,upper,multiple,multi credit,4,7,5,4,4,5,4.833,not formal,color +75,14,3.5,tenured,not minority,male,non-english,49,83.33334,30,36,upper,multiple,multi credit,3,3,5,1,7,5,4,not formal,color +76,14,4.2,tenured,not minority,male,non-english,49,83.78378,31,37,upper,single,multi credit,3,3,5,1,7,5,4,not formal,color +77,14,3.5,tenured,not minority,male,non-english,49,51.72414,15,29,upper,multiple,multi credit,3,3,5,1,7,5,4,not formal,color +78,14,3.6,tenured,not minority,male,non-english,49,85.18519,23,27,upper,single,multi credit,3,3,5,1,7,5,4,not formal,color +79,15,2.9,tenure track,not minority,female,english,37,82.14286,23,28,upper,single,multi credit,6,7,7,5,4,4,5.5,not formal,color +80,15,3.3,tenure track,not minority,female,english,37,65.38461,34,52,upper,multiple,multi credit,6,7,7,5,4,4,5.5,not formal,color +81,15,3.3,tenure track,not minority,female,english,37,80.76923,21,26,upper,single,multi credit,6,7,7,5,4,4,5.5,not formal,color +82,15,3.2,tenure track,not minority,female,english,37,96.66666,29,30,upper,single,multi credit,6,7,7,5,4,4,5.5,not formal,color +83,16,4.6,tenured,not minority,male,english,45,69.69697,23,33,upper,single,multi credit,2,4,3,5,4,7,4.167,not formal,color +84,16,4.2,tenured,not minority,male,english,45,25.42373,45,177,lower,single,multi credit,2,4,3,5,4,7,4.167,not formal,color +85,16,4.3,tenured,not minority,male,english,45,45.22613,90,199,lower,single,multi credit,2,4,3,5,4,7,4.167,not formal,color +86,16,4.4,tenured,not minority,male,english,45,84.375,27,32,upper,single,multi credit,2,4,3,5,4,7,4.167,not formal,color +87,16,4.1,tenured,not minority,male,english,45,94.5946,35,37,upper,single,multi credit,2,4,3,5,4,7,4.167,not formal,color +88,16,4.6,tenured,not minority,male,english,45,74.53416,120,161,lower,single,multi credit,2,4,3,5,4,7,4.167,not formal,color +89,17,4.4,teaching,not minority,female,english,56,65.85366,27,41,upper,single,multi credit,3,4,1,2,2,3,2.5,not formal,color +90,17,4.8,teaching,not minority,female,english,56,88.63636,39,44,upper,single,multi credit,3,4,1,2,2,3,2.5,not formal,color +91,17,4.3,teaching,not minority,female,english,56,66.03773,35,53,upper,multiple,multi credit,3,4,1,2,2,3,2.5,not formal,color +92,17,3.6,teaching,not minority,female,english,56,69.38776,34,49,upper,multiple,multi credit,3,4,1,2,2,3,2.5,not formal,color +93,17,4.3,teaching,not minority,female,english,56,84.375,27,32,upper,single,multi credit,3,4,1,2,2,3,2.5,not formal,color +94,18,4,teaching,not minority,male,english,48,74.07407,100,135,lower,multiple,multi credit,3,5,6,4,4,4,4.333,not formal,color +95,18,4.2,teaching,not minority,male,english,48,60.60606,20,33,upper,multiple,multi credit,3,5,6,4,4,4,4.333,not formal,color +96,18,4.1,teaching,not minority,male,english,48,73.68421,14,19,upper,multiple,multi credit,3,5,6,4,4,4,4.333,not formal,color +97,18,4.1,teaching,not minority,male,english,48,58.55856,65,111,lower,multiple,multi credit,3,5,6,4,4,4,4.333,not formal,color +98,18,4.4,teaching,not minority,male,english,48,63.75839,95,149,lower,multiple,multi credit,3,5,6,4,4,4,4.333,not formal,color +99,18,4.3,teaching,not minority,male,english,48,66.66666,18,27,upper,multiple,multi credit,3,5,6,4,4,4,4.333,not formal,color +100,18,4.4,teaching,not minority,male,english,48,62.5,85,136,lower,multiple,multi credit,3,5,6,4,4,4,4.333,not formal,color +101,18,4.4,teaching,not minority,male,english,48,80.71429,113,140,lower,multiple,multi credit,3,5,6,4,4,4,4.333,not formal,color +102,19,4.9,tenured,not minority,female,english,46,80.64516,25,31,upper,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +103,19,5,tenured,not minority,female,english,46,93.33334,14,15,lower,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +104,19,4.4,tenured,not minority,female,english,46,79.31035,23,29,upper,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +105,19,4.8,tenured,not minority,female,english,46,92,23,25,upper,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +106,19,4.9,tenured,not minority,female,english,46,50,9,18,upper,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +107,19,4.3,tenured,not minority,female,english,46,66.66666,30,45,upper,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +108,19,5,tenured,not minority,female,english,46,100,15,15,lower,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +109,19,4.7,tenured,not minority,female,english,46,81.57895,31,38,upper,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +110,19,4.5,tenured,not minority,female,english,46,80,12,15,lower,multiple,multi credit,4,4,5,2,6,5,4.333,not formal,black&white +111,20,3.5,teaching,not minority,female,english,57,60.71429,17,28,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +112,20,3.9,teaching,not minority,female,english,57,43.47826,10,23,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +113,20,4,teaching,not minority,female,english,57,78.94736,15,19,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +114,20,4,teaching,not minority,female,english,57,30.43478,7,23,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +115,20,3.7,teaching,not minority,female,english,57,31.81818,7,22,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +116,20,3.4,teaching,not minority,female,english,57,70,14,20,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +117,20,3.3,teaching,not minority,female,english,57,42.10526,8,19,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +118,20,3.8,teaching,not minority,female,english,57,73.91304,17,23,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +119,20,3.9,teaching,not minority,female,english,57,45.45454,10,22,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +120,20,3.4,teaching,not minority,female,english,57,80,12,15,upper,multiple,multi credit,5,4,4,5,2,6,4.333,not formal,color +121,21,3.7,teaching,not minority,female,english,52,86.36364,19,22,upper,single,multi credit,6,6,4,2,4,7,4.833,not formal,color +122,21,4.1,teaching,not minority,female,english,52,87.09677,27,31,upper,multiple,multi credit,6,6,4,2,4,7,4.833,not formal,color +123,21,3.7,teaching,not minority,female,english,52,95.2381,20,21,upper,multiple,multi credit,6,6,4,2,4,7,4.833,not formal,color +124,21,3.5,teaching,not minority,female,english,52,86.11111,31,36,upper,multiple,multi credit,6,6,4,2,4,7,4.833,not formal,color +125,21,3.5,teaching,not minority,female,english,52,89.47369,17,19,upper,multiple,one credit,6,6,4,2,4,7,4.833,not formal,color +126,21,4.4,teaching,not minority,female,english,52,62.16216,23,37,upper,single,multi credit,6,6,4,2,4,7,4.833,not formal,color +127,22,3.4,tenure track,minority,female,non-english,29,73.07692,19,26,upper,single,multi credit,3,3,4,2,3,2,2.833,not formal,color +128,23,4.3,tenured,not minority,male,english,62,76.92308,30,39,upper,single,multi credit,4,3,4,1,2,4,3,not formal,color +129,23,3.7,tenured,not minority,male,english,62,51.08696,94,184,lower,single,multi credit,4,3,4,1,2,4,3,not formal,color +130,23,4.7,tenured,not minority,male,english,62,92,46,50,upper,single,multi credit,4,3,4,1,2,4,3,not formal,color +131,23,3.9,tenured,not minority,male,english,62,50.95541,80,157,lower,single,multi credit,4,3,4,1,2,4,3,not formal,color +132,23,3.6,tenured,not minority,male,english,62,37.19512,61,164,lower,single,multi credit,4,3,4,1,2,4,3,not formal,color +133,24,4.5,tenured,not minority,male,english,64,62.5,15,24,upper,multiple,multi credit,5,4,5,3,3,5,4.167,not formal,color +134,24,4.5,tenured,not minority,male,english,64,75,51,68,upper,multiple,multi credit,5,4,5,3,3,5,4.167,not formal,color +135,24,4.8,tenured,not minority,male,english,64,46.80851,22,47,upper,multiple,multi credit,5,4,5,3,3,5,4.167,not formal,color +136,24,4.8,tenured,not minority,male,english,64,71.42857,10,14,upper,multiple,multi credit,5,4,5,3,3,5,4.167,not formal,color +137,24,4.7,tenured,not minority,male,english,64,73.33334,11,15,upper,multiple,multi credit,5,4,5,3,3,5,4.167,not formal,color +138,24,4.5,tenured,not minority,male,english,64,62.5,15,24,upper,multiple,multi credit,5,4,5,3,3,5,4.167,not formal,color +139,24,4.3,tenured,not minority,male,english,64,53.84615,21,39,upper,multiple,multi credit,5,4,5,3,3,5,4.167,not formal,color +140,25,4.8,tenure track,not minority,female,english,34,76.92308,20,26,upper,multiple,multi credit,8,9,8,6,8,8,7.833,not formal,color +141,25,4.1,tenure track,not minority,female,english,34,82.5,33,40,upper,multiple,multi credit,8,9,8,6,8,8,7.833,not formal,color +142,26,4.4,tenured,not minority,male,english,58,52.83019,84,159,upper,single,multi credit,4,4,5,2,4,4,3.833,not formal,color +143,26,4.3,tenured,not minority,male,english,58,47.01987,71,151,upper,single,multi credit,4,4,5,2,4,4,3.833,not formal,color +144,26,3.6,tenured,not minority,male,english,58,76.59574,36,47,lower,single,multi credit,4,4,5,2,4,4,3.833,not formal,color +145,26,4.5,tenured,not minority,male,english,58,59.83607,73,122,upper,single,multi credit,4,4,5,2,4,4,3.833,not formal,color +146,26,4.3,tenured,not minority,male,english,58,68.88889,31,45,lower,single,multi credit,4,4,5,2,4,4,3.833,not formal,color +147,27,4.4,tenured,minority,male,non-english,52,81.25,13,16,upper,single,multi credit,4,5,7,5,4,4,4.833,formal,color +148,27,4.7,tenured,minority,male,non-english,52,100,23,23,upper,single,multi credit,4,5,7,5,4,4,4.833,formal,color +149,27,4.8,tenured,minority,male,non-english,52,75,12,16,upper,single,multi credit,4,5,7,5,4,4,4.833,formal,color +150,27,3.5,tenured,minority,male,non-english,52,83.33334,15,18,upper,single,multi credit,4,5,7,5,4,4,4.833,formal,color +151,27,3.8,tenured,minority,male,non-english,52,68.75,11,16,upper,single,multi credit,4,5,7,5,4,4,4.833,formal,color +152,27,3.6,tenured,minority,male,non-english,52,80,12,15,upper,single,multi credit,4,5,7,5,4,4,4.833,formal,color +153,27,4.2,tenured,minority,male,non-english,52,64.28571,18,28,upper,multiple,multi credit,4,5,7,5,4,4,4.833,formal,color +154,28,3.6,tenured,not minority,male,english,73,70.58823,12,17,upper,single,multi credit,1,3,6,2,1,5,3,formal,color +155,28,4.4,tenured,not minority,male,english,73,76.92308,10,13,upper,single,multi credit,1,3,6,2,1,5,3,formal,color +156,28,3.7,tenured,not minority,male,english,73,76.19048,16,21,upper,multiple,multi credit,1,3,6,2,1,5,3,formal,color +157,28,4.3,tenured,not minority,male,english,73,76.47059,13,17,upper,single,multi credit,1,3,6,2,1,5,3,formal,color +158,29,4.6,tenured,not minority,male,english,70,35.07463,47,134,upper,single,multi credit,5,3,2,3,3,2,3,formal,color +159,29,4.6,tenured,not minority,male,english,70,10.41667,5,48,upper,single,multi credit,5,3,2,3,3,2,3,formal,color +160,29,4.1,tenured,not minority,male,english,70,53.125,34,64,upper,single,multi credit,5,3,2,3,3,2,3,formal,color +161,29,3.6,tenured,not minority,male,english,70,34.78261,24,69,upper,single,multi credit,5,3,2,3,3,2,3,formal,color +162,30,2.3,tenure track,not minority,female,english,41,83.33334,10,12,upper,single,multi credit,3,6,7,4,4,7,5.167,not formal,color +163,31,4.3,teaching,not minority,male,english,63,65.11628,28,43,upper,single,multi credit,5,4,6,4,2,5,4.333,not formal,color +164,31,4.4,teaching,not minority,male,english,63,78.57143,11,14,upper,multiple,multi credit,5,4,6,4,2,5,4.333,not formal,color +165,31,3.6,teaching,not minority,male,english,63,66.66666,10,15,upper,single,multi credit,5,4,6,4,2,5,4.333,not formal,color +166,31,4.4,teaching,not minority,male,english,63,77.77778,14,18,upper,multiple,multi credit,5,4,6,4,2,5,4.333,not formal,color +167,31,3.9,teaching,not minority,male,english,63,75,12,16,upper,multiple,multi credit,5,4,6,4,2,5,4.333,not formal,color +168,31,3.8,teaching,not minority,male,english,63,80,8,10,upper,multiple,multi credit,5,4,6,4,2,5,4.333,not formal,color +169,31,3.4,teaching,not minority,male,english,63,48.93617,23,47,upper,multiple,multi credit,5,4,6,4,2,5,4.333,not formal,color +170,32,4.9,tenured,not minority,male,english,47,66.66666,10,15,upper,multiple,multi credit,1,4,3,2,3,3,2.667,not formal,color +171,32,4.1,tenured,not minority,male,english,47,71.42857,10,14,upper,multiple,multi credit,1,4,3,2,3,3,2.667,not formal,color +172,32,3.2,tenured,not minority,male,english,47,83.33334,10,12,upper,single,multi credit,1,4,3,2,3,3,2.667,not formal,color +173,33,4.2,tenured,not minority,male,english,39,34.95935,86,246,lower,multiple,multi credit,5,6,6,6,5,5,5.5,not formal,color +174,33,3.9,tenured,not minority,male,english,39,48.73418,154,316,lower,multiple,multi credit,5,6,6,6,5,5,5.5,not formal,color +175,33,4.9,tenured,not minority,male,english,39,80,12,15,upper,multiple,multi credit,5,6,6,6,5,5,5.5,not formal,color +176,33,4.7,tenured,not minority,male,english,39,93.33334,14,15,upper,multiple,multi credit,5,6,6,6,5,5,5.5,not formal,color +177,33,4.4,tenured,not minority,male,english,39,93.10345,27,29,upper,single,multi credit,5,6,6,6,5,5,5.5,not formal,color +178,34,4.2,tenure track,minority,female,english,47,100,21,21,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +179,34,4,tenure track,minority,female,english,47,100,8,8,upper,multiple,multi credit,2,6,6,3,5,4,4.333,not formal,color +180,34,4.4,tenure track,minority,female,english,47,100,16,16,lower,single,one credit,2,6,6,3,5,4,4.333,not formal,color +181,34,3.9,tenure track,minority,female,english,47,92.30769,24,26,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +182,34,4.4,tenure track,minority,female,english,47,70,7,10,upper,multiple,multi credit,2,6,6,3,5,4,4.333,not formal,color +183,34,3,tenure track,minority,female,english,47,96.15385,25,26,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +184,34,3.5,tenure track,minority,female,english,47,92.30769,24,26,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +185,34,2.8,tenure track,minority,female,english,47,92.30769,24,26,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +186,34,4.6,tenure track,minority,female,english,47,95.2381,20,21,lower,single,one credit,2,6,6,3,5,4,4.333,not formal,color +187,34,4.3,tenure track,minority,female,english,47,100,12,12,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +188,34,3.4,tenure track,minority,female,english,47,92.59259,25,27,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +189,34,3,tenure track,minority,female,english,47,96.2963,26,27,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +190,34,4.2,tenure track,minority,female,english,47,96,24,25,lower,single,multi credit,2,6,6,3,5,4,4.333,not formal,color +191,35,4.3,tenured,not minority,male,english,54,100,15,15,upper,single,multi credit,1,2,4,1,2,4,2.333,formal,color +192,35,4.1,tenured,not minority,male,english,54,66.66666,10,15,upper,single,multi credit,1,2,4,1,2,4,2.333,formal,color +193,35,4.6,tenured,not minority,male,english,54,94.11765,16,17,upper,single,multi credit,1,2,4,1,2,4,2.333,formal,color +194,36,3.9,tenured,minority,female,english,44,54.54546,30,55,upper,multiple,multi credit,6,8,8,5,7,5,6.5,not formal,color +195,36,3.5,tenured,minority,female,english,44,72.91666,35,48,upper,single,multi credit,6,8,8,5,7,5,6.5,not formal,color +196,36,4,tenured,minority,female,english,44,100,21,21,upper,multiple,multi credit,6,8,8,5,7,5,6.5,not formal,color +197,36,4,tenured,minority,female,english,44,89.74359,35,39,upper,multiple,multi credit,6,8,8,5,7,5,6.5,not formal,color +198,37,3.9,tenured,minority,male,english,47,74.07407,20,27,upper,single,multi credit,2,2,2,2,2,4,2.333,not formal,color +199,37,3.3,tenured,minority,male,english,47,64.28571,9,14,upper,single,multi credit,2,2,2,2,2,4,2.333,not formal,color +200,37,4,tenured,minority,male,english,47,80.76923,21,26,upper,single,multi credit,2,2,2,2,2,4,2.333,not formal,color +201,37,3.8,tenured,minority,male,english,47,81.25,13,16,upper,multiple,multi credit,2,2,2,2,2,4,2.333,not formal,color +202,37,4.2,tenured,minority,male,english,47,81.25,13,16,upper,multiple,multi credit,2,2,2,2,2,4,2.333,not formal,color +203,37,4,tenured,minority,male,english,47,92.30769,12,13,upper,multiple,multi credit,2,2,2,2,2,4,2.333,not formal,color +204,37,3.8,tenured,minority,male,english,47,100,14,14,upper,single,multi credit,2,2,2,2,2,4,2.333,not formal,color +205,37,3.3,tenured,minority,male,english,47,88.23529,15,17,upper,multiple,multi credit,2,2,2,2,2,4,2.333,not formal,color +206,23,4.1,tenured,not minority,male,english,62,92.30769,12,13,upper,multiple,multi credit,3,2,5,3,2,3,3,formal,color +207,23,4.7,tenured,not minority,male,english,62,86.66666,13,15,upper,single,multi credit,3,2,5,3,2,3,3,formal,color +208,23,4.4,tenured,not minority,male,english,62,70,7,10,upper,multiple,multi credit,3,2,5,3,2,3,3,formal,color +209,38,4.8,tenured,not minority,male,english,60,73.52941,25,34,upper,multiple,multi credit,4,4,6,2,2,4,3.667,not formal,color +210,38,4.8,tenured,not minority,male,english,60,75,12,16,upper,single,multi credit,4,4,6,2,2,4,3.667,not formal,color +211,38,4.6,tenured,not minority,male,english,60,78.57143,11,14,upper,single,multi credit,4,4,6,2,2,4,3.667,not formal,color +212,38,4.6,tenured,not minority,male,english,60,66.66666,8,12,upper,single,multi credit,4,4,6,2,2,4,3.667,not formal,color +213,38,4.8,tenured,not minority,male,english,60,61.53846,24,39,upper,single,multi credit,4,4,6,2,2,4,3.667,not formal,color +214,38,4.4,tenured,not minority,male,english,60,42.85714,15,35,upper,single,multi credit,4,4,6,2,2,4,3.667,not formal,color +215,38,4.7,tenured,not minority,male,english,60,68.88889,31,45,upper,multiple,multi credit,4,4,6,2,2,4,3.667,not formal,color +216,38,4.7,tenured,not minority,male,english,60,80,36,45,lower,multiple,multi credit,4,4,6,2,2,4,3.667,not formal,color +217,39,3.3,tenure track,not minority,male,english,37,88.23529,15,17,upper,single,multi credit,4,8,7,5,5,8,6.167,not formal,color +218,40,4.4,tenure track,not minority,male,english,42,92.85714,13,14,upper,multiple,multi credit,3,5,3,3,6,4,4,not formal,color +219,40,4.3,tenure track,not minority,male,english,42,100,14,14,upper,multiple,multi credit,3,5,3,3,6,4,4,not formal,color +220,40,4.9,tenure track,not minority,male,english,42,92.85714,13,14,upper,multiple,multi credit,3,5,3,3,6,4,4,not formal,color +221,40,4.4,tenure track,not minority,male,english,42,100,12,12,upper,multiple,multi credit,3,5,3,3,6,4,4,not formal,color +222,40,4.7,tenure track,not minority,male,english,42,86.66666,13,15,upper,multiple,multi credit,3,5,3,3,6,4,4,not formal,color +223,41,4.3,tenured,not minority,male,english,35,82.35294,42,51,upper,single,multi credit,4,7,2,6,4,6,4.833,not formal,color +224,41,4.8,tenured,not minority,male,english,35,91.30434,21,23,lower,multiple,multi credit,4,7,2,6,4,6,4.833,not formal,color +225,41,4.5,tenured,not minority,male,english,35,85.96491,49,57,upper,single,multi credit,4,7,2,6,4,6,4.833,not formal,color +226,41,4.7,tenured,not minority,male,english,35,88,44,50,lower,multiple,multi credit,4,7,2,6,4,6,4.833,not formal,color +227,42,3.3,teaching,not minority,female,english,39,91.66666,22,24,lower,single,multi credit,8,8,8,7,9,9,8.167,not formal,color +228,42,4.7,teaching,not minority,female,english,39,78.26087,18,23,upper,multiple,multi credit,8,8,8,7,9,9,8.167,not formal,color +229,42,4.6,teaching,not minority,female,english,39,86.95652,20,23,upper,multiple,multi credit,8,8,8,7,9,9,8.167,not formal,color +230,42,3.6,teaching,not minority,female,english,39,96.42857,27,28,lower,single,multi credit,8,8,8,7,9,9,8.167,not formal,color +231,43,4,tenured,not minority,male,english,49,62.22222,28,45,upper,single,multi credit,6,6,7,6,9,5,6.5,formal,color +232,43,4.1,tenured,not minority,male,english,49,64.28571,27,42,upper,single,multi credit,6,6,7,6,9,5,6.5,formal,color +233,43,4,tenured,not minority,male,english,49,85.96491,49,57,upper,single,multi credit,6,6,7,6,9,5,6.5,formal,color +234,44,4.5,tenured,not minority,male,english,61,81.48148,22,27,lower,single,multi credit,5,5,4,4,5,6,4.833,formal,color +235,44,4.6,tenured,not minority,male,english,61,81.57895,31,38,upper,multiple,multi credit,5,5,4,4,5,6,4.833,formal,color +236,44,4.8,tenured,not minority,male,english,61,86.36364,19,22,lower,single,multi credit,5,5,4,4,5,6,4.833,formal,color +237,44,4.6,tenured,not minority,male,english,61,62.7907,27,43,upper,multiple,multi credit,5,5,4,4,5,6,4.833,formal,color +238,45,4.9,tenure track,not minority,male,english,33,96.77419,30,31,upper,single,multi credit,7,8,7,6,7,7,7,formal,color +239,45,3.1,tenure track,not minority,male,english,33,92.30769,12,13,upper,single,multi credit,7,8,7,6,7,7,7,formal,color +240,45,3.7,tenure track,not minority,male,english,33,86.66666,13,15,upper,single,multi credit,7,8,7,6,7,7,7,formal,color +241,46,3.7,tenured,not minority,female,english,58,76.47059,26,34,upper,single,multi credit,3,6,7,2,4,6,4.667,formal,black&white +242,47,3.9,tenured,not minority,female,english,56,63.15789,12,19,upper,single,multi credit,2,4,4,4,3,6,3.833,formal,color +243,47,3.9,tenured,not minority,female,english,56,80,16,20,upper,single,multi credit,2,4,4,4,3,6,3.833,formal,color +244,47,3.2,tenured,not minority,female,english,56,73.91304,17,23,upper,single,multi credit,2,4,4,4,3,6,3.833,formal,color +245,48,4.4,teaching,not minority,female,english,50,81.48148,22,27,lower,single,multi credit,2,3,5,2,3,4,3.167,not formal,color +246,48,4.2,teaching,not minority,female,english,50,75,24,32,lower,single,one credit,2,3,5,2,3,4,3.167,not formal,color +247,48,4.7,teaching,not minority,female,english,50,66.66666,14,21,lower,single,one credit,2,3,5,2,3,4,3.167,not formal,color +248,48,3.9,teaching,not minority,female,english,50,95.83334,23,24,upper,multiple,multi credit,2,3,5,2,3,4,3.167,not formal,color +249,48,3.6,teaching,not minority,female,english,50,90.47619,19,21,upper,multiple,multi credit,2,3,5,2,3,4,3.167,not formal,color +250,48,3.4,teaching,not minority,female,english,50,64.28571,18,28,upper,multiple,multi credit,2,3,5,2,3,4,3.167,not formal,color +251,48,4.4,teaching,not minority,female,english,50,79.31035,23,29,upper,multiple,multi credit,2,3,5,2,3,4,3.167,not formal,color +252,49,4.4,tenured,not minority,male,english,52,85.07462,57,67,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +253,49,4.1,tenured,not minority,male,english,52,91.01124,81,89,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +254,49,3.6,tenured,not minority,male,english,52,90.2439,74,82,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +255,49,3.5,tenured,not minority,male,english,52,83.60656,102,122,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +256,49,4.1,tenured,not minority,male,english,52,71.75572,94,131,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +257,49,3.8,tenured,not minority,male,english,52,78.07018,89,114,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +258,49,4,tenured,not minority,male,english,52,89.26174,133,149,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +259,49,4.8,tenured,not minority,male,english,52,95.65218,22,23,upper,single,multi credit,4,3,5,2,2,3,3.167,not formal,color +260,49,4.2,tenured,not minority,male,english,52,79.59184,78,98,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +261,49,4.6,tenured,not minority,male,english,52,81.48148,22,27,upper,single,multi credit,4,3,5,2,2,3,3.167,not formal,color +262,49,4.3,tenured,not minority,male,english,52,90,27,30,upper,single,multi credit,4,3,5,2,2,3,3.167,not formal,color +263,49,4.8,tenured,not minority,male,english,52,90,27,30,upper,single,multi credit,4,3,5,2,2,3,3.167,not formal,color +264,49,3.8,tenured,not minority,male,english,52,86.95652,60,69,upper,multiple,multi credit,4,3,5,2,2,3,3.167,not formal,color +265,50,4.5,tenure track,not minority,female,english,33,66.66666,10,15,upper,multiple,multi credit,3,7,9,4,5,7,5.833,not formal,black&white +266,50,4.9,tenure track,not minority,female,english,33,100,10,10,upper,multiple,multi credit,3,7,9,4,5,7,5.833,not formal,black&white +267,50,4.9,tenure track,not minority,female,english,33,90.90909,10,11,upper,multiple,multi credit,3,7,9,4,5,7,5.833,not formal,black&white +268,50,4.8,tenure track,not minority,female,english,33,71.42857,10,14,upper,multiple,multi credit,3,7,9,4,5,7,5.833,not formal,black&white +269,50,4.7,tenure track,not minority,female,english,33,63.63636,7,11,upper,multiple,multi credit,3,7,9,4,5,7,5.833,not formal,black&white +270,50,4.6,tenure track,not minority,female,english,33,100,14,14,upper,multiple,multi credit,3,7,9,4,5,7,5.833,not formal,black&white +271,51,4.3,tenured,not minority,male,english,57,89.61039,69,77,upper,multiple,multi credit,5,6,6,5,7,5,5.667,not formal,black&white +272,51,4.4,tenured,not minority,male,english,57,87.80488,36,41,upper,single,multi credit,5,6,6,5,7,5,5.667,not formal,black&white +273,51,4.5,tenured,not minority,male,english,57,81.81818,72,88,upper,multiple,multi credit,5,6,6,5,7,5,5.667,not formal,black&white +274,51,4.2,tenured,not minority,male,english,57,80.76923,63,78,upper,multiple,multi credit,5,6,6,5,7,5,5.667,not formal,black&white +275,52,4.8,tenured,not minority,female,english,38,70.76923,46,65,upper,single,multi credit,6,8,9,4,5,7,6.5,formal,black&white +276,52,4.6,tenured,not minority,female,english,38,69.42675,109,157,lower,multiple,multi credit,6,8,9,4,5,7,6.5,formal,black&white +277,52,4.9,tenured,not minority,female,english,38,79.41177,54,68,upper,single,multi credit,6,8,9,4,5,7,6.5,formal,black&white +278,52,4.8,tenured,not minority,female,english,38,76.1194,51,67,upper,single,multi credit,6,8,9,4,5,7,6.5,formal,black&white +279,52,4.8,tenured,not minority,female,english,38,76.25,61,80,upper,single,multi credit,6,8,9,4,5,7,6.5,formal,black&white +280,52,4.6,tenured,not minority,female,english,38,74.45255,102,137,lower,multiple,multi credit,6,8,9,4,5,7,6.5,formal,black&white +281,52,4.7,tenured,not minority,female,english,38,84.05797,58,69,upper,multiple,multi credit,6,8,9,4,5,7,6.5,formal,black&white +282,53,4.1,tenure track,not minority,female,english,34,59.34066,54,91,lower,multiple,multi credit,2,1,4,1,1,1,1.667,not formal,color +283,53,3.8,tenure track,not minority,female,english,34,57.5,46,80,lower,multiple,multi credit,2,1,4,1,1,1,1.667,not formal,color +284,53,4,tenure track,not minority,female,english,34,58.88889,53,90,lower,multiple,multi credit,2,1,4,1,1,1,1.667,not formal,color +285,53,4.1,tenure track,not minority,female,english,34,55.88235,19,34,upper,multiple,multi credit,2,1,4,1,1,1,1.667,not formal,color +286,53,4,tenure track,not minority,female,english,34,56.16438,41,73,upper,multiple,multi credit,2,1,4,1,1,1,1.667,not formal,color +287,53,4.1,tenure track,not minority,female,english,34,56.81818,25,44,upper,multiple,multi credit,2,1,4,1,1,1,1.667,not formal,color +288,54,3.5,tenure track,not minority,male,english,34,66.66666,24,36,upper,multiple,multi credit,6,7,7,6,8,6,6.667,not formal,color +289,54,4.1,tenure track,not minority,male,english,34,80,16,20,upper,single,multi credit,6,7,7,6,8,6,6.667,not formal,color +290,54,3.6,tenure track,not minority,male,english,34,57.14286,20,35,lower,multiple,multi credit,6,7,7,6,8,6,6.667,not formal,color +291,55,4,tenure track,not minority,male,english,32,34.27419,85,248,lower,multiple,multi credit,3,7,3,3,3,3,3.667,formal,black&white +292,55,3.9,tenure track,not minority,male,english,32,41.07143,69,168,lower,multiple,multi credit,3,7,3,3,3,3,3.667,formal,black&white +293,55,3.8,tenure track,not minority,male,english,32,39.67611,98,247,lower,multiple,multi credit,3,7,3,3,3,3,3.667,formal,black&white +294,56,4.4,tenure track,not minority,male,english,32,90.90909,20,22,upper,single,multi credit,3,8,3,3,3,3,3.833,formal,black&white +295,56,4.7,tenure track,not minority,male,english,32,69.90292,72,103,upper,multiple,multi credit,3,8,3,3,3,3,3.833,formal,black&white +296,57,3.8,tenured,not minority,female,english,42,70.96774,44,62,lower,multiple,multi credit,5,5,8,6,8,5,6.167,not formal,color +297,57,4.1,tenured,not minority,female,english,42,62.19512,51,82,upper,multiple,multi credit,5,5,8,6,8,5,6.167,not formal,color +298,58,4.1,tenured,not minority,female,english,43,68.62745,35,51,lower,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +299,58,4.7,tenured,not minority,female,english,43,51.42857,18,35,upper,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +300,58,4.3,tenured,not minority,female,english,43,76.47059,26,34,lower,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +301,58,4.4,tenured,not minority,female,english,43,75.67567,28,37,lower,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +302,58,4.5,tenured,not minority,female,english,43,92.85714,13,14,lower,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +303,58,3.1,tenured,not minority,female,english,43,65.41354,174,266,lower,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +304,58,3.7,tenured,not minority,female,english,43,67.32284,171,254,lower,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +305,58,4.5,tenured,not minority,female,english,43,76.92308,10,13,upper,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +306,58,3,tenured,not minority,female,english,43,58.86525,166,282,lower,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +307,58,4.6,tenured,not minority,female,english,43,100,17,17,upper,multiple,multi credit,2,3,5,3,3,4,3.333,not formal,color +308,59,3.7,tenure track,not minority,male,non-english,35,57.89474,11,19,upper,single,multi credit,4,3,3,4,3,5,3.667,not formal,black&white +309,59,3.6,tenure track,not minority,male,non-english,35,52.38095,22,42,lower,multiple,multi credit,4,3,3,4,3,5,3.667,not formal,black&white +310,60,3.2,tenured,not minority,female,english,62,81.48148,22,27,upper,multiple,multi credit,1,5,5,1,4,5,3.5,not formal,color +311,60,3.3,tenured,not minority,female,english,62,56.25,9,16,upper,multiple,multi credit,1,5,5,1,4,5,3.5,not formal,color +312,60,2.9,tenured,not minority,female,english,62,73.68421,14,19,upper,multiple,multi credit,1,5,5,1,4,5,3.5,not formal,color +313,61,4.2,tenured,not minority,male,english,42,52.32558,45,86,upper,multiple,multi credit,3,1,6,1,1,4,2.667,not formal,color +314,62,4.5,tenured,not minority,male,english,39,75.86207,22,29,upper,multiple,multi credit,5,8,6,4,5,6,5.667,not formal,color +315,63,3.8,tenured,not minority,female,english,52,72.72727,64,88,upper,multiple,multi credit,5,7,7,3,8,6,6,formal,black&white +316,63,3.7,tenured,not minority,female,english,52,71.42857,70,98,upper,multiple,multi credit,5,7,7,3,8,6,6,formal,black&white +317,64,3.7,tenured,not minority,female,english,52,70.45454,31,44,upper,multiple,multi credit,6,7,9,5,6,6,6.5,not formal,black&white +318,64,4,tenured,not minority,female,english,52,75.38461,49,65,upper,multiple,multi credit,6,7,9,5,6,6,6.5,not formal,black&white +319,64,3.7,tenured,not minority,female,english,52,50.79365,32,63,upper,multiple,multi credit,6,7,9,5,6,6,6.5,not formal,black&white +320,65,4.5,teaching,not minority,female,english,52,78.66666,59,75,upper,multiple,multi credit,2,3,4,2,1,2,2.333,not formal,color +321,65,3.8,teaching,not minority,female,english,52,81.39535,35,43,upper,multiple,multi credit,2,3,4,2,1,2,2.333,not formal,color +322,65,3.9,teaching,not minority,female,english,52,73.75,59,80,upper,multiple,multi credit,2,3,4,2,1,2,2.333,not formal,color +323,65,4.6,teaching,not minority,female,english,52,86.53846,45,52,upper,multiple,multi credit,2,3,4,2,1,2,2.333,not formal,color +324,65,4.5,teaching,not minority,female,english,52,70.83334,34,48,upper,multiple,multi credit,2,3,4,2,1,2,2.333,not formal,color +325,65,4.2,teaching,not minority,female,english,52,75.75758,50,66,upper,multiple,multi credit,2,3,4,2,1,2,2.333,not formal,color +326,65,4,teaching,not minority,female,english,52,67,67,100,upper,multiple,multi credit,2,3,4,2,1,2,2.333,not formal,color +327,66,3.8,tenured,not minority,male,english,64,81.81818,9,11,upper,multiple,multi credit,2,3,3,2,1,3,2.333,not formal,color +328,66,3.5,tenured,not minority,male,english,64,50,8,16,upper,multiple,multi credit,2,3,3,2,1,3,2.333,not formal,color +329,66,2.7,tenured,not minority,male,english,64,81.81818,18,22,upper,multiple,multi credit,2,3,3,2,1,3,2.333,not formal,color +330,66,4,tenured,not minority,male,english,64,45.45454,5,11,upper,multiple,multi credit,2,3,3,2,1,3,2.333,not formal,color +331,66,4.6,tenured,not minority,male,english,64,50,5,10,upper,multiple,multi credit,2,3,3,2,1,3,2.333,not formal,color +332,66,3.9,tenured,not minority,male,english,64,100,16,16,upper,multiple,multi credit,2,3,3,2,1,3,2.333,not formal,color +333,67,4.5,tenured,not minority,male,english,50,93.75,15,16,upper,multiple,multi credit,6,7,9,6,8,7,7.167,not formal,color +334,67,3.7,tenured,not minority,male,english,50,90,9,10,upper,multiple,multi credit,6,7,9,6,8,7,7.167,not formal,color +335,68,2.4,tenured,not minority,male,english,60,71.875,23,32,upper,multiple,multi credit,1,1,2,2,2,2,1.667,not formal,color +336,68,3.1,tenured,not minority,male,english,60,70,7,10,upper,multiple,multi credit,1,1,2,2,2,2,1.667,not formal,color +337,68,2.5,tenured,not minority,male,english,60,62.5,10,16,upper,multiple,multi credit,1,1,2,2,2,2,1.667,not formal,color +338,69,3,tenured,not minority,female,english,51,70.14925,47,67,upper,multiple,multi credit,4,5,7,4,5,6,5.167,formal,color +339,70,4.5,tenure track,not minority,male,english,43,86.36364,19,22,lower,multiple,multi credit,3,4,4,2,4,4,3.5,not formal,color +340,70,4.8,tenure track,not minority,male,english,43,53.57143,15,28,lower,multiple,one credit,3,4,4,2,4,4,3.5,not formal,color +341,70,4.9,tenure track,not minority,male,english,43,60,18,30,lower,multiple,one credit,3,4,4,2,4,4,3.5,not formal,color +342,70,4.5,tenure track,not minority,male,english,43,73.33334,11,15,lower,multiple,multi credit,3,4,4,2,4,4,3.5,not formal,color +343,70,4.6,tenure track,not minority,male,english,43,76.92308,10,13,lower,multiple,multi credit,3,4,4,2,4,4,3.5,not formal,color +344,70,4.5,tenure track,not minority,male,english,43,94.44444,17,18,lower,multiple,one credit,3,4,4,2,4,4,3.5,not formal,color +345,70,4.9,tenure track,not minority,male,english,43,84.61539,22,26,lower,multiple,one credit,3,4,4,2,4,4,3.5,not formal,color +346,70,4.4,tenure track,not minority,male,english,43,60,18,30,lower,multiple,one credit,3,4,4,2,4,4,3.5,not formal,color +347,70,4.6,tenure track,not minority,male,english,43,100,14,14,lower,multiple,multi credit,3,4,4,2,4,4,3.5,not formal,color +348,71,4.6,teaching,minority,male,english,50,70.83334,17,24,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +349,71,5,teaching,minority,male,english,50,90.90909,20,22,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +350,71,4.9,teaching,minority,male,english,50,84,21,25,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +351,71,4.6,teaching,minority,male,english,50,88.46154,23,26,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +352,71,4.8,teaching,minority,male,english,50,86.36364,19,22,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +353,71,4.9,teaching,minority,male,english,50,76.92308,20,26,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +354,71,4.9,teaching,minority,male,english,50,85,17,20,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +355,71,4.9,teaching,minority,male,english,50,81.81818,18,22,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +356,71,5,teaching,minority,male,english,50,95.2381,20,21,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +357,71,4.5,teaching,minority,male,english,50,90.47619,19,21,lower,multiple,one credit,1,5,4,1,4,5,3.333,not formal,color +358,72,3.5,tenured,not minority,male,english,52,66.66666,46,69,upper,multiple,multi credit,7,6,6,5,5,6,5.833,not formal,color +359,72,3.8,tenured,not minority,male,english,52,70.76923,46,65,upper,multiple,multi credit,7,6,6,5,5,6,5.833,not formal,color +360,72,3.9,tenured,not minority,male,english,52,62.90322,39,62,upper,multiple,multi credit,7,6,6,5,5,6,5.833,not formal,color +361,72,3.9,tenured,not minority,male,english,52,50.74627,34,67,upper,multiple,multi credit,7,6,6,5,5,6,5.833,not formal,color +362,72,4.2,tenured,not minority,male,english,52,72.5,29,40,upper,multiple,multi credit,7,6,6,5,5,6,5.833,not formal,color +363,72,4.1,tenured,not minority,male,english,52,60,27,45,upper,multiple,multi credit,7,6,6,5,5,6,5.833,not formal,color +364,73,4.8,tenured,not minority,male,english,51,60.62718,348,574,lower,multiple,multi credit,6,7,8,6,6,4,6.167,formal,color +365,73,4.8,tenured,not minority,male,english,51,64.2487,372,579,lower,multiple,multi credit,6,7,8,6,6,4,6.167,formal,color +366,73,4.8,tenured,not minority,male,english,51,63.87337,343,537,lower,multiple,multi credit,6,7,8,6,6,4,6.167,formal,color +367,73,4.8,tenured,not minority,male,english,51,65.40447,380,581,lower,multiple,multi credit,6,7,8,6,6,4,6.167,formal,color +368,73,4.9,tenured,not minority,male,english,51,61.10057,322,527,lower,multiple,multi credit,6,7,8,6,6,4,6.167,formal,color +369,74,4.2,tenured,not minority,male,english,38,50.57471,44,87,lower,multiple,multi credit,3,4,4,2,3,4,3.333,not formal,color +370,74,4.5,tenured,not minority,male,english,38,78.57143,66,84,lower,multiple,multi credit,3,4,4,2,3,4,3.333,not formal,color +371,74,3.9,tenured,not minority,male,english,38,50.63291,40,79,lower,multiple,multi credit,3,4,4,2,3,4,3.333,not formal,color +372,74,4.4,tenured,not minority,male,english,38,65.21739,60,92,lower,multiple,multi credit,3,4,4,2,3,4,3.333,not formal,color +373,75,4,tenured,not minority,female,english,47,79.16666,19,24,lower,single,multi credit,5,7,6,3,6,4,5.167,formal,color +374,75,3.6,tenured,not minority,female,english,47,56.71642,38,67,lower,single,multi credit,5,7,6,3,6,4,5.167,formal,color +375,76,3.7,tenured,minority,female,english,43,45.63107,47,103,lower,multiple,multi credit,5,6,4,2,4,4,4.167,formal,color +376,76,2.7,tenured,minority,female,english,43,48.94737,93,190,lower,multiple,multi credit,5,6,4,2,4,4,4.167,formal,color +377,77,4.5,teaching,not minority,female,english,38,48.52941,33,68,lower,multiple,multi credit,3,4,2,1,3,2,2.5,not formal,color +378,77,4.4,teaching,not minority,female,english,38,60,36,60,lower,single,multi credit,3,4,2,1,3,2,2.5,not formal,color +379,77,3.9,teaching,not minority,female,english,38,45.3125,29,64,lower,single,multi credit,3,4,2,1,3,2,2.5,not formal,color +380,77,3.6,teaching,not minority,female,english,38,74.19355,23,31,lower,single,multi credit,3,4,2,1,3,2,2.5,not formal,color +381,77,4.4,teaching,not minority,female,english,38,58.06452,36,62,lower,multiple,multi credit,3,4,2,1,3,2,2.5,not formal,color +382,77,4.4,teaching,not minority,female,english,38,81.08108,30,37,lower,multiple,multi credit,3,4,2,1,3,2,2.5,not formal,color +383,78,4.7,tenured,not minority,male,english,43,76.92308,10,13,lower,multiple,multi credit,4,4,5,4,4,5,4.333,formal,color +384,78,4.5,tenured,not minority,male,english,43,61.53846,8,13,lower,multiple,multi credit,4,4,5,4,4,5,4.333,formal,color +385,78,4.1,tenured,not minority,male,english,43,80,12,15,upper,single,multi credit,4,4,5,4,4,5,4.333,formal,color +386,78,3.7,tenured,not minority,male,english,43,82.27848,65,79,upper,single,multi credit,4,4,5,4,4,5,4.333,formal,color +387,79,4.3,tenured,not minority,male,english,57,53.84615,7,13,upper,multiple,multi credit,3,4,3,2,3,3,3,not formal,color +388,79,3.5,tenured,not minority,male,english,57,54.08163,53,98,upper,multiple,multi credit,3,4,3,2,3,3,3,not formal,color +389,79,3.7,tenured,not minority,male,english,57,59.79382,58,97,upper,multiple,multi credit,3,4,3,2,3,3,3,not formal,color +390,80,4,tenured,not minority,female,english,51,81.81818,9,11,upper,multiple,multi credit,5,8,5,6,8,6,6.333,not formal,color +391,80,4,tenured,not minority,female,english,51,85.89744,67,78,upper,multiple,multi credit,5,8,5,6,8,6,6.333,not formal,color +392,80,3.1,tenured,not minority,female,english,51,64.28571,36,56,upper,multiple,multi credit,5,8,5,6,8,6,6.333,not formal,color +393,80,4.5,tenured,not minority,female,english,51,85,17,20,upper,multiple,multi credit,5,8,5,6,8,6,6.333,not formal,color +394,81,4.8,teaching,not minority,male,english,45,70.58823,12,17,lower,single,one credit,1,4,2,5,4,4,3.333,not formal,color +395,81,4.2,teaching,not minority,male,english,45,85,17,20,lower,multiple,one credit,1,4,2,5,4,4,3.333,not formal,color +396,81,4.9,teaching,not minority,male,english,45,68.42105,13,19,lower,multiple,multi credit,1,4,2,5,4,4,3.333,not formal,color +397,81,4.8,teaching,not minority,male,english,45,73.07692,19,26,lower,multiple,one credit,1,4,2,5,4,4,3.333,not formal,color +398,82,3.5,tenured,not minority,male,english,57,92.85714,13,14,lower,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +399,82,3.6,tenured,not minority,male,english,57,66.66666,12,18,lower,single,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +400,82,4.4,tenured,not minority,male,english,57,100,12,12,lower,single,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +401,82,3.4,tenured,not minority,male,english,57,84.21053,16,19,lower,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +402,82,3.9,tenured,not minority,male,english,57,75,12,16,lower,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +403,82,3.8,tenured,not minority,male,english,57,87.5,14,16,lower,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +404,82,4.8,tenured,not minority,male,english,57,91.66666,11,12,lower,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +405,82,4.6,tenured,not minority,male,english,57,88.23529,15,17,lower,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +406,82,5,tenured,not minority,male,english,57,40,6,15,upper,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +407,82,3.8,tenured,not minority,male,english,57,93.75,15,16,lower,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +408,82,4.2,tenured,not minority,male,english,57,70.58823,12,17,lower,multiple,multi credit,2,3,3,2,1,6,2.833,not formal,black&white +409,83,3.3,teaching,not minority,female,english,47,76.19048,16,21,lower,multiple,multi credit,8,6,6,4,9,7,6.667,not formal,black&white +410,83,4.7,teaching,not minority,female,english,47,88.23529,15,17,lower,multiple,one credit,8,6,6,4,9,7,6.667,not formal,black&white +411,83,4.6,teaching,not minority,female,english,47,100,10,10,lower,multiple,one credit,8,6,6,4,9,7,6.667,not formal,black&white +412,83,4.6,teaching,not minority,female,english,47,94.11765,16,17,lower,multiple,one credit,8,6,6,4,9,7,6.667,not formal,black&white +413,83,4,teaching,not minority,female,english,47,88.23529,15,17,lower,multiple,multi credit,8,6,6,4,9,7,6.667,not formal,black&white +414,84,4.2,tenured,minority,female,english,54,100,18,18,lower,single,multi credit,8,5,8,4,9,7,6.833,not formal,black&white +415,84,4.9,tenured,minority,female,english,54,93.75,15,16,lower,single,multi credit,8,5,8,4,9,7,6.833,not formal,black&white +416,84,4.5,tenured,minority,female,english,54,80.76923,21,26,lower,single,multi credit,8,5,8,4,9,7,6.833,not formal,black&white +417,84,4.8,tenured,minority,female,english,54,77.77778,14,18,lower,single,multi credit,8,5,8,4,9,7,6.833,not formal,black&white +418,84,3.8,tenured,minority,female,english,54,80,16,20,lower,single,multi credit,8,5,8,4,9,7,6.833,not formal,black&white +419,85,4.8,teaching,not minority,male,english,58,94.11765,16,17,lower,single,multi credit,8,8,9,6,8,8,7.833,not formal,black&white +420,85,5,teaching,not minority,male,english,58,100,21,21,lower,single,multi credit,8,8,9,6,8,8,7.833,not formal,black&white +421,85,5,teaching,not minority,male,english,58,85.71429,18,21,lower,single,multi credit,8,8,9,6,8,8,7.833,not formal,black&white +422,85,4.9,teaching,not minority,male,english,58,85,17,20,lower,single,multi credit,8,8,9,6,8,8,7.833,not formal,black&white +423,85,4.6,teaching,not minority,male,english,58,95,19,20,lower,single,multi credit,8,8,9,6,8,8,7.833,not formal,black&white +424,85,5,teaching,not minority,male,english,58,84.61539,11,13,lower,single,multi credit,8,8,9,6,8,8,7.833,not formal,black&white +425,85,4.8,teaching,not minority,male,english,58,87.5,14,16,lower,single,multi credit,8,8,9,6,8,8,7.833,not formal,black&white +426,85,4.9,teaching,not minority,male,english,58,94.11765,16,17,lower,multiple,multi credit,8,8,9,6,8,8,7.833,not formal,black&white +427,86,4.9,tenured,not minority,male,english,42,83.33334,15,18,lower,multiple,multi credit,8,7,10,6,8,8,7.833,not formal,black&white +428,86,3.9,tenured,not minority,male,english,42,91.66666,22,24,lower,multiple,multi credit,8,7,10,6,8,8,7.833,not formal,black&white +429,86,3.9,tenured,not minority,male,english,42,85,17,20,upper,multiple,multi credit,8,7,10,6,8,8,7.833,not formal,black&white +430,87,4.5,tenure track,not minority,male,english,33,70.83334,85,120,lower,multiple,multi credit,6,7,6,5,6,5,5.833,not formal,color +431,87,4.5,tenure track,not minority,male,english,33,43.22581,67,155,lower,multiple,multi credit,6,7,6,5,6,5,5.833,not formal,color +432,88,3.3,tenured,not minority,male,english,62,28.94737,11,38,lower,multiple,multi credit,1,1,1,4,1,4,2,not formal,color +433,88,3.1,tenured,not minority,male,english,62,40,28,70,lower,multiple,multi credit,1,1,1,4,1,4,2,not formal,color +434,88,2.8,tenured,not minority,male,english,62,40.9396,61,149,lower,multiple,multi credit,1,1,1,4,1,4,2,not formal,color +435,88,3.1,tenured,not minority,male,english,62,35.76642,49,137,lower,multiple,multi credit,1,1,1,4,1,4,2,not formal,color +436,88,4.2,tenured,not minority,male,english,62,44.82759,13,29,upper,multiple,multi credit,1,1,1,4,1,4,2,not formal,color +437,88,3.4,tenured,not minority,male,english,62,50.90909,28,55,lower,multiple,multi credit,1,1,1,4,1,4,2,not formal,color +438,88,3,tenured,not minority,male,english,62,49.26471,67,136,lower,multiple,multi credit,1,1,1,4,1,4,2,not formal,color +439,89,3.3,tenure track,minority,female,english,35,62.5,60,96,lower,multiple,multi credit,7,9,10,6,7,8,7.833,not formal,color +440,89,3.6,tenure track,minority,female,english,35,33.33333,20,60,lower,multiple,multi credit,7,9,10,6,7,8,7.833,not formal,color +441,89,3.7,tenure track,minority,female,english,35,39.81482,43,108,lower,multiple,multi credit,7,9,10,6,7,8,7.833,not formal,color +442,90,3.6,tenured,not minority,male,english,61,69.23077,27,39,lower,multiple,multi credit,3,2,7,1,3,4,3.333,not formal,color +443,90,4.3,tenured,not minority,male,english,61,86.66666,13,15,lower,multiple,multi credit,3,2,7,1,3,4,3.333,not formal,color +444,91,4.1,tenured,not minority,female,english,52,54.95496,61,111,lower,multiple,multi credit,4,8,5,3,4,3,4.5,not formal,color +445,91,4.9,tenured,not minority,female,english,52,82.35294,14,17,lower,multiple,multi credit,4,8,5,3,4,3,4.5,not formal,color +446,91,4.8,tenured,not minority,female,english,52,100,19,19,lower,multiple,multi credit,4,8,5,3,4,3,4.5,not formal,color +447,92,3.7,tenure track,not minority,female,non-english,60,85.18519,23,27,upper,multiple,multi credit,4,6,6,2,3,5,4.333,formal,black&white +448,92,3.9,tenure track,not minority,female,non-english,60,94.73684,18,19,upper,multiple,multi credit,4,6,6,2,3,5,4.333,formal,black&white +449,92,4.5,tenure track,not minority,female,non-english,60,84.61539,11,13,upper,multiple,multi credit,4,6,6,2,3,5,4.333,formal,black&white +450,92,3.6,tenure track,not minority,female,non-english,60,94.73684,18,19,upper,multiple,multi credit,4,6,6,2,3,5,4.333,formal,black&white +451,92,4.4,tenure track,not minority,female,non-english,60,50,11,22,upper,multiple,multi credit,4,6,6,2,3,5,4.333,formal,black&white +452,92,3.4,tenure track,not minority,female,non-english,60,35,7,20,upper,multiple,multi credit,4,6,6,2,3,5,4.333,formal,black&white +453,92,4.4,tenure track,not minority,female,non-english,60,88.88889,24,27,upper,multiple,multi credit,4,6,6,2,3,5,4.333,formal,black&white +454,93,4.5,tenure track,not minority,male,english,32,74.24242,98,132,lower,multiple,multi credit,6,6,9,7,8,5,6.833,not formal,color +455,93,4.5,tenure track,not minority,male,english,32,87.40157,111,127,lower,multiple,multi credit,6,6,9,7,8,5,6.833,not formal,color +456,93,4.5,tenure track,not minority,male,english,32,72.94118,62,85,upper,multiple,multi credit,6,6,9,7,8,5,6.833,not formal,color +457,93,4.6,tenure track,not minority,male,english,32,75.24753,76,101,lower,multiple,multi credit,6,6,9,7,8,5,6.833,not formal,color +458,93,4.1,tenure track,not minority,male,english,32,42.85714,9,21,lower,multiple,multi credit,6,6,9,7,8,5,6.833,not formal,color +459,93,4.5,tenure track,not minority,male,english,32,60.46511,52,86,upper,multiple,multi credit,6,6,9,7,8,5,6.833,not formal,color +460,94,3.5,tenure track,minority,female,non-english,42,57.14286,48,84,upper,multiple,multi credit,3,8,7,4,6,4,5.333,not formal,color +461,94,4.4,tenure track,minority,female,non-english,42,77.61194,52,67,upper,multiple,multi credit,3,8,7,4,6,4,5.333,not formal,color +462,94,4.4,tenure track,minority,female,non-english,42,81.81818,54,66,upper,multiple,multi credit,3,8,7,4,6,4,5.333,not formal,color +463,94,4.1,tenure track,minority,female,non-english,42,80,28,35,lower,multiple,one credit,3,8,7,4,6,4,5.333,not formal,color diff --git a/Week12/Lab7/references.bib b/Week12/Lab7/references.bib new file mode 100644 index 0000000..06acf2f --- /dev/null +++ b/Week12/Lab7/references.bib @@ -0,0 +1,10 @@ +@article{hamermesh2005beauty, + title={Beauty in the classroom: Instructors’ pulchritude and putative pedagogical productivity}, + author={Hamermesh, Daniel S and Parker, Amy}, + journal={Economics of Education Review}, + volume={24}, + number={4}, + pages={369--376}, + year={2005}, + publisher={Elsevier} +} \ No newline at end of file diff --git a/Week12/Lab7/run17.csv b/Week12/Lab7/run17.csv new file mode 100644 index 0000000..db5581c --- /dev/null +++ b/Week12/Lab7/run17.csv @@ -0,0 +1,19962 @@ +bib,name,sex,age,city,net_sec,clock_sec,pace_sec,event +6,Hiwot G.,F,21,Ethiopia,3217,3217,321,10 Mile +22,Buze D.,F,22,Ethiopia,3232,3232,323,10 Mile +16,Gladys K.,F,31,Kenya,3276,3276,327,10 Mile +4,Mamitu D.,F,33,Ethiopia,3285,3285,328,10 Mile +20,Karolina N.,F,35,Poland,3288,3288,328,10 Mile +8,Firehiwot D.,F,33,Ethiopia,3316,3316,331,10 Mile +18,Tara W.,F,27,"Portland, OR",3334,3334,333,10 Mile +24,Nancy N.,F,21,Kenya,3357,3357,335,10 Mile +44,Hannah D.,F,26,"Saratoga Springs, NY",3359,3359,335,10 Mile +30,Susanna S.,F,26,"Reston, VA",3372,3372,337,10 Mile +38,Katie K.,F,25,"Boston, MA",3447,3447,344,10 Mile +23051,Mary D.,F,28,"Hummelstown, PA",3456,3456,345,10 Mile +34,Ashley B.,F,26,"Westminster, CO",3461,3461,346,10 Mile +640,Nicolette M.,F,22,"Kendall Park, NJ",3482,3482,348,10 Mile +150,Kathryn P.,F,27,"Fairport, NY",3484,3484,348,10 Mile +157,Julia R.,F,34,"Columbia, MD",3489,3489,348,10 Mile +191,Kerry A.,F,28,"Washington, DC",3529,3529,352,10 Mile +178,Amanda M.,F,27,"Bradley Beach, NJ",3542,3542,354,10 Mile +23053,Erin K.,F,29,"Hoboken, NJ",3575,3575,357,10 Mile +226,Jennifer O.,F,38,"Charlottesville, VA",3579,3579,357,10 Mile +203,Maura C.,F,28,"Arlington, VA",3596,3596,359,10 Mile +242,Elizabeth H.,F,34,"Columbia, MD",3599,3599,359,10 Mile +198,Laurel L.,F,31,"Springfield, VA",3612,3612,361,10 Mile +606,Amanda S.,F,29,"Boulder, CO",3630,3630,363,10 Mile +192,Jillian P.,F,28,"Arlington, VA",3635,3645,363,10 Mile +201,Sarah B.,F,34,"Fairfax, VA",3641,3641,364,10 Mile +209,Catherine C.,F,26,"Philadelphia, PA",3656,3658,365,10 Mile +216,Christina B.,F,28,"New York, NY",3657,3659,365,10 Mile +181,Caroline B.,F,33,"Columbia, MD",3668,3668,366,10 Mile +241,Jessica M.,F,36,"Arlington, VA",3682,3693,368,10 Mile +190,Jamie M.,F,28,"Philadelphia, PA",3699,3701,369,10 Mile +22352,Shauneen W.,F,32,"Springfield, VA",3702,3712,370,10 Mile +23058,Kari C.,F,27,"Minneapolis, MN",3728,3741,372,10 Mile +32,Heather C.,F,37,"Brookline, MA",3744,3745,374,10 Mile +195,Kelsey M.,F,27,"Morgantown, WV",3747,3749,374,10 Mile +213,Megan D.,F,28,"White Marsh, MD",3751,3753,375,10 Mile +225,Stephanie F.,F,27,"Alexandria, VA",3751,3763,375,10 Mile +706,Danielle G.,F,27,"East Rochester, NY",3756,3757,375,10 Mile +247,Marisa D.,F,26,"Washington, DC",3771,3782,377,10 Mile +792,Victoria B.,F,26,"Baltimore, MD",3776,3793,377,10 Mile +249,Jennifer P.,F,29,"Washington, DC",3792,3805,379,10 Mile +21717,Andrea K.,F,23,"Washington, DC",3793,3825,379,10 Mile +188,Tracey S.,F,36,"Warrington, PA",3798,3800,379,10 Mile +239,Rebecca P.,F,28,"Washington, DC",3802,3812,380,10 Mile +1493,Mollie Z.,F,30,"Washington, DC",3813,3826,381,10 Mile +281,Margaret J.,F,26,"Philadelphia, PA",3817,3831,381,10 Mile +252,Katie B.,F,25,"Mount Joy, PA",3820,3826,382,10 Mile +271,Hallie F.,F,29,"Washington, DC",3825,3839,382,10 Mile +1404,Catherine S.,F,23,"Arlington, VA",3828,3839,382,10 Mile +437,Brenda H.,F,45,"York, PA",3830,3832,383,10 Mile +1372,Becky M.,F,37,"Stephens City, VA",3831,3839,383,10 Mile +221,Emily D.,F,28,"Dover, PA",3833,3833,383,10 Mile +222,Michelle C.,F,24,"Leesburg, VA",3834,3852,383,10 Mile +59,Joan S.,F,59,"Bustins Island, ME",3835,3841,383,10 Mile +243,Donna L.,F,30,"Port Byron, NY",3837,3845,383,10 Mile +244,Mary Z.,F,51,"Wilton, CT",3838,3840,383,10 Mile +265,Cindy C.,F,55,"Kensington, MD",3840,3849,384,10 Mile +23052,Kristen H.,F,37,"Kensington, MD",3843,3848,384,10 Mile +748,Hannah O.,F,22,"Baltimore, MD",3845,3873,384,10 Mile +293,Madalyn N.,F,25,"Glen Allen, VA",3846,3892,384,10 Mile +1119,Molly A.,F,31,"Aldie, VA",3848,3859,384,10 Mile +223,Allison G.,F,31,"Jersey City, NJ",3854,3856,385,10 Mile +319,Jenn D.,F,31,"Arlington, VA",3855,3867,385,10 Mile +286,Amanda H.,F,33,"Washington, DC",3857,3876,385,10 Mile +211,Emily W.,F,35,"Richmond, VA",3859,3873,385,10 Mile +23130,Christina D.,F,39,"Chevy Chase, MD",3861,3866,386,10 Mile +278,Angela H.,F,30,"Hyattsville, MD",3861,3864,386,10 Mile +267,Erin S.,F,35,"Washington, DC",3864,3877,386,10 Mile +853,Molly R.,F,30,"Arlington, VA",3865,3874,386,10 Mile +918,Allison H.,F,24,"Washington, DC",3870,3887,387,10 Mile +636,Caitlin S.,F,28,"Boulder, CO",3874,3879,387,10 Mile +7149,Regina B.,F,24,"Gladwyne, PA",3880,4189,388,10 Mile +331,Julie D.,F,28,"Washington, DC",3883,3901,388,10 Mile +1292,Caroline M.,F,27,"Washington, DC",3883,3901,388,10 Mile +255,Kelly W.,F,45,"Ellicott City, MD",3887,3899,388,10 Mile +40,Carrie T.,F,40,"Saint Paul, MN",3888,3894,388,10 Mile +23399,Keira D.,F,32,"Midlothian, VA",3888,3894,388,10 Mile +258,Stephanie C.,F,25,"Bridgewater, VA",3890,3936,389,10 Mile +229,Fontaine H.,F,35,"Birmingham, AL",3897,3899,389,10 Mile +294,Greta S.,F,34,"Arlington, VA",3901,3910,390,10 Mile +237,Mollie B.,F,23,"Washington, DC",3904,3915,390,10 Mile +643,Heather M.,F,23,"Somerville, MA",3915,3948,391,10 Mile +436,Jilanne D.,F,25,"Arlington, VA",3916,3918,391,10 Mile +945,Eryn C.,F,35,"Falls Church, VA",3918,3932,391,10 Mile +22361,Jody B.,F,35,"Parkville, MD",3919,3926,391,10 Mile +282,Silvia B.,F,36,"Rockville, MD",3922,3945,392,10 Mile +1370,Emily K.,F,24,"Silver Spring, MD",3922,3940,392,10 Mile +1089,Cody M.,F,25,"Westminster, MD",3923,3927,392,10 Mile +285,Liz H.,F,48,"Darien, CT",3928,3930,392,10 Mile +219,Abigail A.,F,27,"Washington, DC",3929,3938,392,10 Mile +431,Helen B.,F,28,"Washington, DC",3935,3952,393,10 Mile +825,Arielle W.,F,22,"Falls Church, VA",3937,3952,393,10 Mile +246,Rachel C.,F,32,"Washington, DC",3941,3952,394,10 Mile +951,Daniella O.,F,29,"Washington, DC",3948,4135,394,10 Mile +240,Leila M.,F,22,"Penfield, NY",3952,3954,395,10 Mile +264,Sharon W.,F,27,"Washington, DC",3956,3991,395,10 Mile +227,Jordan D.,F,22,"Baltimore, MD",3958,3970,395,10 Mile +304,Shayna R.,F,24,"Baltimore, MD",3962,3974,396,10 Mile +288,Noel M.,F,33,"Sykesville, MD",3962,3979,396,10 Mile +1134,Danielle S.,F,29,"Washington, DC",3963,4215,396,10 Mile +284,Calesse C.,F,26,"Fairfax, VA",3966,3984,396,10 Mile +1120,Shannon K.,F,28,"Ann Arbor, MI",3976,3997,397,10 Mile +869,Kate W.,F,37,"Falls Church, VA",3987,4007,398,10 Mile +297,Laura O.,F,36,"Alexandria, VA",3997,4005,399,10 Mile +315,Marissa G.,F,27,"Philadelphia, PA",3997,3999,399,10 Mile +1162,Alison S.,F,33,"Washington, DC",4000,4018,400,10 Mile +251,Martha N.,F,35,"Washington, DC",4001,4186,400,10 Mile +298,Julia B.,F,23,"Washington, DC",4003,4019,400,10 Mile +1538,Sarah W.,F,28,"Washington, DC",4008,4028,400,10 Mile +15270,Dione R.,F,34,"Washington, DC",4010,4039,401,10 Mile +295,Hannah P.,F,29,"Fairfax, VA",4013,4032,401,10 Mile +1453,Ariel L.,F,24,"Washington, DC",4018,4033,401,10 Mile +1531,Kristen W.,F,23,"Stony Point, NY",4024,4056,402,10 Mile +1398,Amy B.,F,32,"Minneapolis, MN",4026,4056,402,10 Mile +311,Liz B.,F,29,"Arlington, VA",4027,4032,402,10 Mile +371,Elizabeth W.,F,32,"Washington, DC",4029,4045,402,10 Mile +299,Meghan B.,F,23,"Bristow, VA",4034,4037,403,10 Mile +1988,Jenny M.,F,31,"Washington Dc, DC",4038,4053,403,10 Mile +1184,Brittany C.,F,25,"Manassas, VA",4042,4059,404,10 Mile +2730,Rachal L.,F,30,"Washington, DC",4044,4299,404,10 Mile +283,Cathy G.,F,44,"Annapolis, MD",4046,4064,404,10 Mile +1295,Abigail F.,F,24,"Washington, DC",4054,4099,405,10 Mile +1693,Aaren P.,F,26,"State College, PA",4058,4103,405,10 Mile +1542,Christina M.,F,23,"Arlington, VA",4060,4067,406,10 Mile +1418,Mikala S.,F,34,"Harpers Ferry, WV",4061,4068,406,10 Mile +317,Rihana K.,F,31,"Arlington, VA",4065,4085,406,10 Mile +1360,Shaina C.,F,27,"Washington, DC",4065,4112,406,10 Mile +1514,Ani Z.,F,25,"Washington, DC",4069,4111,406,10 Mile +2268,Noelle C.,F,28,"Long Island City, NY",4070,4304,407,10 Mile +310,Meredith S.,F,36,"Chantilly, VA",4072,4110,407,10 Mile +2919,Megan M.,F,21,"Lynchburg, VA",4077,4274,407,10 Mile +1728,Nicole F.,F,29,"Washington, DC",4083,4113,408,10 Mile +1165,Natalie F.,F,27,"Providence, RI",4085,4109,408,10 Mile +1871,Liz L.,F,29,"Reston, VA",4087,4104,408,10 Mile +326,Veronica T.,F,30,"Washington, DC",4089,4127,408,10 Mile +1230,Caroline C.,F,34,"New York, NY",4094,4117,409,10 Mile +1616,Emily C.,F,28,"Washington, DC",4102,4138,410,10 Mile +4414,Allison T.,F,28,"East Windsor, NJ",4106,4143,410,10 Mile +1272,Pamela H.,F,31,"Falls Church, VA",4117,4165,411,10 Mile +325,Toni D.,F,38,"Potomac, MD",4120,4136,412,10 Mile +3130,Audrey P.,F,25,"Washington, DC",4120,4307,412,10 Mile +1436,Natalie T.,F,36,"Landenberg, PA",4121,4152,412,10 Mile +1856,Dioris R.,F,25,"Brooklyn, NY",4129,4172,412,10 Mile +339,Lisa R.,F,42,"Gaithersburg, MD",4134,4154,413,10 Mile +718,Liz G.,F,29,"Arlington, VA",4136,4162,413,10 Mile +348,Paula H.,F,47,"Fort Wayne, IN",4141,4170,414,10 Mile +1847,Emily P.,F,41,"Silver Spring, MD",4143,4162,414,10 Mile +3000,Kristen S.,F,28,"Rockville, MD",4146,4329,414,10 Mile +1952,Laura R.,F,34,"Washington, DC",4146,4181,414,10 Mile +321,Janel K.,F,40,"Arlington, VA",4152,4179,415,10 Mile +1766,Ashley H.,F,30,"Washington, DC",4152,4341,415,10 Mile +1092,Sydnie L.,F,28,"Washington, DC",4158,4389,415,10 Mile +320,Christie B.,F,44,"Chevy Chase, MD",4160,4178,416,10 Mile +1321,Sarah F.,F,28,"Washington, DC",4160,4186,416,10 Mile +322,Sarah F.,F,38,"Rockville, MD",4161,4175,416,10 Mile +1724,Laura D.,F,33,"Arlington, VA",4163,4195,416,10 Mile +1989,Deanne V.,F,34,"Kensington, MD",4164,4183,416,10 Mile +5381,Allison S.,F,30,"Washington, DC",4165,4373,416,10 Mile +1848,Gretchen D.,F,27,"Washington, DC",4167,4202,416,10 Mile +272,Tara S.,F,30,"New York, NY",4167,4170,416,10 Mile +1814,Kiera L.,F,20,"Washington, DC",4168,4201,416,10 Mile +1830,Allison H.,F,28,"Washington, DC",4169,4214,416,10 Mile +1428,Ashley E.,F,34,"Washington, DC",4174,4194,417,10 Mile +9109,Laura C.,F,43,"New York, NY",4176,4207,417,10 Mile +1917,Erin J.,F,36,"Dover, DE",4178,4205,417,10 Mile +3064,Andrea F.,F,45,"Arlington, VA",4178,4369,417,10 Mile +1799,Liz K.,F,28,"Bethesda, MD",4180,4207,418,10 Mile +807,Shannon M.,F,23,"Washington, DC",4183,4199,418,10 Mile +1712,Katherine G.,F,33,"Hummelstown, PA",4187,4408,418,10 Mile +1967,Laura A.,F,28,"Nashville, TN",4188,4212,418,10 Mile +323,Kristina W.,F,33,"Washington, DC",4191,4221,419,10 Mile +5850,Elissa A.,F,30,"Alexandria, VA",4191,4628,419,10 Mile +318,Shauna H.,F,36,"Oakton, VA",4193,4207,419,10 Mile +1213,Christina W.,F,27,"New York, NY",4196,4247,419,10 Mile +2925,Lauren U.,F,39,"Apex, NC",4197,4227,419,10 Mile +1803,Lindsey C.,F,31,"Alexandria, VA",4198,4253,419,10 Mile +1282,Melanie F.,F,24,"Washington, DC",4201,4232,420,10 Mile +1218,Melissa V.,F,37,"Severn, MD",4201,4222,420,10 Mile +7980,Katharine T.,F,29,"Arlington, VA",4205,4257,420,10 Mile +332,Amy C.,F,42,"Worcester, MA",4207,4210,420,10 Mile +333,Julie M.,F,26,"Washington, DC",4207,4236,420,10 Mile +1158,Jenny S.,F,35,"Toronto, ON",4209,4228,420,10 Mile +2055,Julie S.,F,44,"Rockville, MD",4211,4253,421,10 Mile +4027,Jocelyn L.,F,33,"Washington, DC",4211,4404,421,10 Mile +1403,Dannielle M.,F,31,"Brooklyn, NY",4212,4217,421,10 Mile +1422,Margaret N.,F,34,"Washington, DC",4213,4243,421,10 Mile +2294,Emma R.,F,27,"New York, NY",4215,4437,421,10 Mile +1925,Emilie Y.,F,29,"Arlington, VA",4217,4248,421,10 Mile +329,Mariana F.,F,30,"Philadelphia, PA",4221,4247,422,10 Mile +344,Elizabeth C.,F,38,"Chantilly, VA",4224,4237,422,10 Mile +1787,Martha F.,F,31,"Washington, DC",4225,4260,422,10 Mile +1903,Mindy F.,F,34,"Arlington, VA",4225,4248,422,10 Mile +1412,Melissa M.,F,36,"Pittsburgh, PA",4227,4250,422,10 Mile +8769,Michelle C.,F,27,"Washington, DC",4233,4484,423,10 Mile +2028,Lauren S.,F,29,"Apt. 547, DC",4234,4277,423,10 Mile +2392,Monika D.,F,30,"Burlington, VT",4235,4417,423,10 Mile +1898,Kaelan D.,F,30,"Washington, DC",4239,4274,423,10 Mile +22358,Carey S.,F,35,"West Chester, PA",4241,4262,424,10 Mile +981,Jennifer S.,F,42,"Chevy Chase, MD",4241,4256,424,10 Mile +3799,Claudia M.,F,17,"Mexico City, VA",4242,4486,424,10 Mile +1231,Kelsey C.,F,26,"Pringle, PA",4243,4289,424,10 Mile +1910,Steph L.,F,24,"Washington, DC",4243,4268,424,10 Mile +3267,Crystal T.,F,38,"Washington, DC",4245,4440,424,10 Mile +12329,Katherine N.,F,30,"Washington, DC",4246,5000,424,10 Mile +2161,Lily H.,F,25,"Washington, DC",4248,4301,424,10 Mile +3026,Kristin M.,F,31,"Boulder, CO",4249,4432,424,10 Mile +2540,Antonella P.,F,35,"Pittsburgh, PA",4252,4448,425,10 Mile +254,Sharon V.,F,62,"Old Greenwich, CT",4253,4259,425,10 Mile +1234,Laura C.,F,25,"Washington, DC",4254,4619,425,10 Mile +1691,Clare B.,F,25,"New York, NY",4254,4619,425,10 Mile +350,Anita F.,F,52,"Vienna, VA",4256,4278,425,10 Mile +1427,Lorena I.,F,32,"Arlington, VA",4264,4310,426,10 Mile +1757,Indre S.,F,27,"Washington, DC",4265,4316,426,10 Mile +2109,Gwen B.,F,30,"Frederick, MD",4270,4453,427,10 Mile +354,Sue H.,F,60,"Montpelier, VT",4272,4295,427,10 Mile +2770,Natalie K.,F,33,"Arlington, VA",4272,4531,427,10 Mile +22496,Kirby B.,F,31,"Annapolis, MD",4273,4465,427,10 Mile +2456,Jessica G.,F,28,"Washington, DC",4276,4310,427,10 Mile +1843,Aisha Q.,F,31,"Brooklyn, NY",4279,4336,427,10 Mile +2165,Emily S.,F,25,"Alexandria, VA",4280,4484,428,10 Mile +1996,Kate E.,F,32,"Winston-Salem, NC",4285,4311,428,10 Mile +336,Carrie D.,F,41,"Arlington, VA",4286,4309,428,10 Mile +22366,Kristen A.,F,36,"New York, NY",4289,4300,428,10 Mile +2996,Rachel P.,F,26,"Arlington, VA",4290,4488,429,10 Mile +1059,Laura Z.,F,44,"Washington, DC",4291,4323,429,10 Mile +4465,Paula R.,F,21,"Potomac, MD",4293,4639,429,10 Mile +1993,Kendra M.,F,32,"Cheverly, MD",4294,4334,429,10 Mile +2238,Kathryn R.,F,38,"Aldie, VA",4296,4335,429,10 Mile +1316,Martha M.,F,54,"Alexandria, VA",4296,4341,429,10 Mile +1222,Claudia A.,F,32,"Arlington, VA",4300,4322,430,10 Mile +3631,Regan B.,F,40,"West Lafayette, IN",4300,4491,430,10 Mile +1312,Ellen W.,F,32,"Washington, DC",4302,4334,430,10 Mile +2528,Sara B.,F,30,"New York, NY",4304,4558,430,10 Mile +21738,Christa W.,F,31,"Baltimore, MD",4306,4330,430,10 Mile +1854,Rachael C.,F,36,"Springfield, VA",4310,4331,431,10 Mile +11283,Amy K.,F,25,"Washington, DC",4312,5256,431,10 Mile +22378,Nancy N.,F,43,"Centreville, VA",4314,4354,431,10 Mile +1424,Laura C.,F,36,"Arlington, VA",4315,4353,431,10 Mile +1900,Janice L.,F,47,"Rockville, MD",4316,4352,431,10 Mile +337,Jackie C.,F,53,"Santa Barbara, CA",4318,4320,431,10 Mile +1340,Rachel R.,F,36,"Arlington, VA",4319,4376,431,10 Mile +2713,Emily W.,F,22,"New Haven, CT",4321,4515,432,10 Mile +1778,Kristen M.,F,32,"Arlington, VA",4323,4355,432,10 Mile +338,Shannon S.,F,51,"Washington, DC",4326,4342,432,10 Mile +22285,Kelly B.,F,35,"Arlington, VA",4326,4358,432,10 Mile +1310,Megan H.,F,31,"Arlington, MA",4327,4353,432,10 Mile +2122,Hassetou W.,F,46,"Washington, DC",4328,4543,432,10 Mile +3174,Kelly G.,F,40,"Washington, DC",4330,4535,433,10 Mile +2632,Lynse S.,F,33,"Springfield, VA",4330,4662,433,10 Mile +359,Nora C.,F,62,"Morristown, NJ",4331,4361,433,10 Mile +2907,Laura G.,F,27,"Sparta, NJ",4332,4594,433,10 Mile +2175,Karin C.,F,38,"Aldie, VA",4332,4371,433,10 Mile +2096,Katherine A.,F,34,"Arlington, VA",4332,4359,433,10 Mile +2280,Cheryl R.,F,32,"New York, NY",4333,4529,433,10 Mile +3073,Kelsey M.,F,25,"Washington, DC",4333,4578,433,10 Mile +1495,Shayna L.,F,23,"Washington, DC",4334,4387,433,10 Mile +1268,Lisa S.,F,32,"Washington, DC",4337,4359,433,10 Mile +1885,Allyson W.,F,29,"Oklahoma City, OK",4338,4357,433,10 Mile +1831,Sara K.,F,25,"Washington, DC",4339,4372,433,10 Mile +2620,Grace A.,F,25,"Alexandria, VA",4339,4382,433,10 Mile +21834,Katie B.,F,25,"Washington, DC",4340,4522,434,10 Mile +2313,Kimberly V.,F,34,"Gainesville, VA",4342,4526,434,10 Mile +1707,Tricia B.,F,31,"Woodstock, GA",4344,4546,434,10 Mile +3889,Whitney M.,F,30,"Arlington, VA",4344,4387,434,10 Mile +7883,Natalia G.,F,17,"Washington, DC",4347,4533,434,10 Mile +3366,Lesley B.,F,26,"Washington, DC",4347,4593,434,10 Mile +2202,Abby L.,F,29,"Kensington, MD",4347,4531,434,10 Mile +1915,Debbie M.,F,51,"Williamsburg, VA",4350,4380,435,10 Mile +1144,Kristi B.,F,42,"Washington, DC",4350,4396,435,10 Mile +4126,Emma V.,F,31,"Arlington, VA",4351,4551,435,10 Mile +1966,Kaitlyn G.,F,29,"Washington, DC",4353,4391,435,10 Mile +2285,Elizabeth E.,F,40,"Silver Spring, MD",4356,4417,435,10 Mile +2154,Alison G.,F,44,"South Riding, VA",4356,4540,435,10 Mile +949,Lauren S.,F,33,"Arlington, VA",4358,4411,435,10 Mile +15022,Alyssa P.,F,29,"Fulton, MD",4358,4650,435,10 Mile +2566,Meagan G.,F,28,"Washington, DC",4359,4629,435,10 Mile +2888,Jennifer S.,F,27,"Pittsburgh, PA",4359,4545,435,10 Mile +2240,Lecia M.,F,37,"Montreal, QC",4359,4628,435,10 Mile +2282,Julia T.,F,45,"Arlington, VA",4360,4554,436,10 Mile +1364,Meg R.,F,33,"Cambridge, MA",4362,4385,436,10 Mile +2876,Jamie G.,F,39,"Alexandria, VA",4362,4423,436,10 Mile +1502,Jill L.,F,27,"Washington, DC",4363,4397,436,10 Mile +1146,Annette R.,F,38,"Washington, DC",4366,4414,436,10 Mile +5995,Stephanie J.,F,18,"State College, PA",4368,4560,436,10 Mile +3091,Jade S.,F,25,"Washington, DC",4369,4556,436,10 Mile +1507,Lauren C.,F,25,"Washington, DC",4370,4408,437,10 Mile +3437,Maggie M.,F,20,"Rye, NY",4370,4421,437,10 Mile +22381,Nina O.,F,24,"Washington, DC",4371,4424,437,10 Mile +347,Dahlia K.,F,40,"Alexandria, VA",4375,4411,437,10 Mile +21785,Maggie F.,F,24,"Washington, DC",4375,4576,437,10 Mile +2598,Anabelle F.,F,41,"Potomac, MD",4375,4603,437,10 Mile +2777,Katherine D.,F,28,"Washington, DC",4376,4557,437,10 Mile +1567,Marilyn H.,F,29,"Washington, DC",4380,4600,438,10 Mile +2197,Meggie S.,F,27,"Washington, DC",4380,4434,438,10 Mile +314,Megan M.,F,27,"Washington, DC",4385,4420,438,10 Mile +2549,Amanda M.,F,36,"Arlington, VA",4385,4603,438,10 Mile +10040,Julie B.,F,34,"Washington, DC",4395,4828,439,10 Mile +5133,Rosie B.,F,24,"Lancaster, PA",4396,4639,439,10 Mile +13490,Kate S.,F,38,"Crofton, MD",4396,5232,439,10 Mile +2120,Gayle V.,F,42,"Washington, DC",4397,4593,439,10 Mile +2445,Christine E.,F,40,"Washington, DC",4398,4605,439,10 Mile +3317,Stephanie D.,F,33,"Washington, DC",4398,4585,439,10 Mile +5109,Colleen R.,F,24,"Washington, DC",4399,4613,439,10 Mile +1450,Laura J.,F,35,"Washington, DC",4402,4425,440,10 Mile +373,Edie S.,F,67,"Boulder, CO",4403,4411,440,10 Mile +1897,Lindsay C.,F,34,"Washington, DC",4403,4603,440,10 Mile +2088,Cynthia C.,F,34,"Washington, DC",4405,4446,440,10 Mile +2422,Tammy L.,F,50,"Ellicott City, MD",4405,4459,440,10 Mile +1969,Kim C.,F,32,"Rockville, MD",4405,4441,440,10 Mile +1081,Caroline L.,F,29,"Washington, DC",4407,4436,440,10 Mile +3560,Mary J.,F,28,"Washington, DC",4410,4660,441,10 Mile +2232,Casey H.,F,22,"Washington, DC",4411,4620,441,10 Mile +2351,Carly G.,F,24,"Washington, DC",4412,4676,441,10 Mile +3176,Tara M.,F,40,"State College, PA",4413,4619,441,10 Mile +2756,Amelia K.,F,23,"Ithaca, NY",4416,4699,441,10 Mile +1534,Brittany G.,F,33,"Burtonsville, MD",4416,4433,441,10 Mile +1977,Megan C.,F,23,"Arlington, VA",4417,4720,441,10 Mile +340,Kate M.,F,36,"Springfield, VA",4417,4435,441,10 Mile +199,Emily G.,F,25,"Baltimore, MD",4419,4433,441,10 Mile +364,Mary B.,F,51,"Silver Spring, MD",4419,4437,441,10 Mile +2304,Jessica G.,F,31,"Reston, VA",4420,4460,442,10 Mile +4765,Julia E.,F,22,"Washington, DC",4421,4472,442,10 Mile +233,Kaitlyn J.,F,23,"Austin, TX",4421,4472,442,10 Mile +330,Daryle L.,F,46,"Arlington, VA",4422,4471,442,10 Mile +4387,Cassie K.,F,25,"Washington, DC",4424,4459,442,10 Mile +3881,Brittany S.,F,27,"Bethesda, MD",4426,4632,442,10 Mile +1589,Rachel Q.,F,24,"Goshen, NY",4427,4453,442,10 Mile +3863,Kiera Z.,F,25,"Washington, DC",4428,4692,442,10 Mile +1834,Julie R.,F,32,"Roanoke, VA",4430,4457,443,10 Mile +1429,Robin B.,F,28,"Livonia, MI",4431,4471,443,10 Mile +1986,Rebecca S.,F,41,"Reston, VA",4435,4471,443,10 Mile +2080,Betsy H.,F,30,"Washington, DC",4436,4475,443,10 Mile +21777,Jennifer S.,F,37,"Washington, DC",4441,4677,444,10 Mile +2065,Connie D.,F,42,"Arlington, VA",4442,4469,444,10 Mile +360,Tina K.,F,52,"Kennesaw, GA",4442,4446,444,10 Mile +698,Amanda V.,F,30,"Washington, DC",4443,4695,444,10 Mile +20073,Ellyn S.,F,33,"Washington, DC",4446,4496,444,10 Mile +1645,Kate A.,F,24,"Washington, DC",4447,4733,444,10 Mile +2479,Grace M.,F,25,"Washington, DC",4447,4653,444,10 Mile +2444,Isabel R.,F,32,"Washington, DC",4451,4650,445,10 Mile +1405,Denise K.,F,48,"Baltimore, MD",4451,4482,445,10 Mile +2186,Nico B.,F,28,"New York, NY",4452,4729,445,10 Mile +3667,Erin V.,F,25,"San Francisco, CA",4457,4736,445,10 Mile +4028,Ali M.,F,41,"Mcmurray, PA",4457,4654,445,10 Mile +1170,Talia C.,F,24,"Washington, DC",4458,4490,445,10 Mile +1113,Aeriel E.,F,29,"Washington, DC",4458,4710,445,10 Mile +3109,Anna M.,F,35,"Jessup, MD",4462,4703,446,10 Mile +2489,Susannah H.,F,27,"Washington, DC",4463,4516,446,10 Mile +2950,Kristen S.,F,24,"Simsbury, CT",4464,4729,446,10 Mile +2196,Kathleen M.,F,36,"New York, NY",4464,4742,446,10 Mile +2320,Meghan D.,F,31,"Brooklyn, NY",4464,4741,446,10 Mile +2223,Diane P.,F,26,"Arlington, VA",4464,4654,446,10 Mile +2414,Louise F.,F,47,"Arlington, VA",4465,4703,446,10 Mile +358,Mary C.,F,57,"Arlington, VA",4466,4475,446,10 Mile +1559,Emma S.,F,23,"Washington, DC",4468,4530,446,10 Mile +4811,Sarah M.,F,25,"Baltimore, MD",4470,4931,447,10 Mile +4072,Chelsea B.,F,30,"Brooklyn, NY",4472,4530,447,10 Mile +356,Carole J.,F,60,"Philadelphia, PA",4472,4476,447,10 Mile +2203,Elizabeth S.,F,38,"Basking Ridge, NJ",4473,4660,447,10 Mile +3380,Christine P.,F,26,"Madison, WI",4476,4677,447,10 Mile +2399,Marie G.,F,27,"Latrobe, PA",4477,4708,447,10 Mile +3907,Kaitlyn H.,F,28,"Marshall, VA",4477,4688,447,10 Mile +2241,Diane M.,F,36,"Springfield, VA",4477,4828,447,10 Mile +4844,Lindsay B.,F,36,"Gaithersburg, MD",4478,5064,447,10 Mile +22402,Maggie A.,F,41,"Baltimore, MD",4479,4674,447,10 Mile +5536,Karina V.,F,30,"Washington, DC",4480,4914,448,10 Mile +3043,Asha N.,F,31,"New York, NY",4481,4686,448,10 Mile +2288,Carly C.,F,28,"Baltimore, MD",4481,4671,448,10 Mile +11214,Julia P.,F,25,"Washington, MD",4482,4712,448,10 Mile +1512,Sarah S.,F,28,"New York, NY",4483,4514,448,10 Mile +4173,Lauren K.,F,24,"Washington, DC",4484,4666,448,10 Mile +9618,Sharon H.,F,27,"Washington, DC",4484,5437,448,10 Mile +1581,Zoe B.,F,30,"Washington, DC",4484,4517,448,10 Mile +2470,Sarah L.,F,35,"Reston, VA",4485,4687,448,10 Mile +3006,Leah K.,F,30,"Washington, DC",4486,4518,448,10 Mile +1832,Meghan I.,F,30,"Washington, DC",4486,4528,448,10 Mile +3120,Ann L.,F,43,"Arlington, VA",4486,4674,448,10 Mile +1501,Mira P.,F,49,"Bowie, MD",4486,4513,448,10 Mile +21764,Claire G.,F,24,"Washington, DC",4487,4711,448,10 Mile +345,Maia D.,F,26,"New York, NY",4487,4523,448,10 Mile +4404,Chanel F.,F,29,"Durham, NC",4490,4674,449,10 Mile +1280,Kelly S.,F,22,"Arlington, VA",4491,4523,449,10 Mile +11626,Megan S.,F,23,"Washington, DC",4491,5928,449,10 Mile +2114,Madeline H.,F,25,"Brooklyn, NY",4491,4743,449,10 Mile +1669,Courtney B.,F,38,"Arlington, VA",4491,4545,449,10 Mile +1019,Gloria S.,F,31,"Brooklyn, NY",4495,4551,449,10 Mile +2538,Meryl D.,F,30,"Arlington, VA",4496,4716,449,10 Mile +23166,Amanda W.,F,22,"Washington, DC",4497,4728,449,10 Mile +4593,Abigail H.,F,23,"Washington, DC",4497,4707,449,10 Mile +3930,Kathryn E.,F,28,"Washington, DC",4498,4729,449,10 Mile +346,Kristen K.,F,38,"Centreville, VA",4500,4509,450,10 Mile +3269,Mary T.,F,34,"Mars, PA",4500,4738,450,10 Mile +2002,Grace T.,F,33,"Washington, DC",4502,4701,450,10 Mile +5280,Jennah H.,F,18,"Bethesda, MD",4503,5427,450,10 Mile +22369,Sandra S.,F,38,"Philadelphia, PA",4503,4518,450,10 Mile +2129,Monica H.,F,29,"Washington, DC",4504,4763,450,10 Mile +21747,Aisha W.,F,31,"Washington, DC",4505,4727,450,10 Mile +3128,Sam G.,F,30,"Alexandria, VA",4506,4752,450,10 Mile +2942,Doris Y.,F,28,"Washington, DC",4506,4690,450,10 Mile +1743,Laura Z.,F,26,"Washington Dc, DC",4511,4562,451,10 Mile +1263,Tamara E.,F,36,"Washington, DC",4511,4563,451,10 Mile +2235,Avery A.,F,17,"Eldersburg, MD",4513,4781,451,10 Mile +3913,Molly T.,F,39,"Kensington, MD",4513,4699,451,10 Mile +8913,Brigit Q.,F,26,"Baltimore, MD",4515,5006,451,10 Mile +5021,Emily B.,F,25,"Washington, DC",4516,4775,451,10 Mile +361,Julie H.,F,53,"Columbia, MD",4517,4564,451,10 Mile +3425,Kate W.,F,22,"Washington, DC",4518,4796,451,10 Mile +19586,Jessica T.,F,30,"Washington, DC",4521,4828,452,10 Mile +665,Erin H.,F,36,"Ellicott City, MD",4523,4562,452,10 Mile +2044,Rita S.,F,32,"Weymouth, MA",4525,4570,452,10 Mile +4080,Denise L.,F,47,"Alexandria, VA",4526,4827,452,10 Mile +822,Ashley C.,F,28,"Washington, DC",4527,4566,452,10 Mile +2778,Megan K.,F,31,"Springfield, VA",4527,4816,452,10 Mile +1846,Macon L.,F,31,"New York, NY",4528,4579,452,10 Mile +2784,Victoria B.,F,28,"Montreal, QC",4529,4797,452,10 Mile +374,Janeth S.,F,54,"Columbia, MD",4529,4586,452,10 Mile +3891,Caitlyn C.,F,29,"Washington, DC",4531,4803,453,10 Mile +1770,Lindsey M.,F,26,"Baltimore, MD",4531,4536,453,10 Mile +2436,Becky N.,F,46,"Hempstead, TX",4533,4726,453,10 Mile +1441,Alexandra O.,F,22,"Washington, DC",4534,4586,453,10 Mile +3530,Janice L.,F,32,"Arlington, VA",4535,4734,453,10 Mile +4401,Michele B.,F,37,"Bristow, VA",4537,4872,453,10 Mile +4796,Sara I.,F,30,"Front Royal, VA",4538,4763,453,10 Mile +3490,Suzanne R.,F,56,"Mclean, VA",4538,4890,453,10 Mile +2365,Alyssa P.,F,25,"Washington, DC",4539,4798,453,10 Mile +4958,Emily C.,F,25,"Washington Dc, DC",4541,4878,454,10 Mile +3963,Erin F.,F,29,"Arlington, VA",4542,4850,454,10 Mile +22517,Jackie B.,F,38,"Pa, PA",4543,4801,454,10 Mile +2581,Chandler S.,F,26,"New York, NY",4546,4766,454,10 Mile +5565,Leah W.,F,33,"Olney, MD",4548,4764,454,10 Mile +22385,Amy S.,F,61,"Potomac, MD",4548,4744,454,10 Mile +1621,Giulia L.,F,32,"Washington, DC",4551,4579,455,10 Mile +3975,Sara M.,F,26,"Arlington, VA",4552,4783,455,10 Mile +3053,Adela L.,F,36,"Arlington, VA",4553,4601,455,10 Mile +3605,Rachel L.,F,33,"Washington, DC",4554,5098,455,10 Mile +3217,Shayna D.,F,36,"New Providence, NJ",4554,4767,455,10 Mile +2759,Danelle O.,F,27,"Brookline, MA",4555,4754,455,10 Mile +4368,Taylor P.,F,25,"Arlington, VA",4557,4776,455,10 Mile +3179,Muriel S.,F,45,"Brooklyn, NY",4558,4787,455,10 Mile +4288,Annenoel O.,F,45,"Silver Spring, MD",4559,4749,455,10 Mile +3912,Caroline S.,F,25,"New York, NY",4559,4858,455,10 Mile +2735,Kate W.,F,26,"Arlington, VA",4560,4790,456,10 Mile +4584,Elaina S.,F,15,"Vienna, VA",4561,4841,456,10 Mile +2564,Katie A.,F,25,"Centreville, VA",4562,4747,456,10 Mile +2024,Leah K.,F,14,"Bethesda, MD",4563,4833,456,10 Mile +4786,Elizabeth C.,F,35,"Arlington, VA",4567,4918,456,10 Mile +5710,Mary R.,F,25,"Columbia, MD",4567,4779,456,10 Mile +6103,Maile H.,F,35,"Arlington, VA",4568,4617,456,10 Mile +4306,Jamie Q.,F,32,"Washington, DC",4569,5030,456,10 Mile +2171,Tina T.,F,38,"Charlotte, NC",4569,4790,456,10 Mile +1802,Katherine H.,F,48,"South Riding, VA",4572,4615,457,10 Mile +2205,Linda H.,F,48,"Apex, NC",4574,4764,457,10 Mile +3121,Chelsea S.,F,25,"Arlington, VA",4574,4758,457,10 Mile +22454,Adriana A.,F,35,"Woodbridge, VA",4576,4801,457,10 Mile +2269,Kate C.,F,25,"Washington, DC",4576,4854,457,10 Mile +2248,Allison C.,F,26,"Washington, DC",4576,4854,457,10 Mile +2145,Christina D.,F,44,"Rockville, MD",4577,4798,457,10 Mile +3081,Whitney B.,F,32,"Arlington, VA",4578,4798,457,10 Mile +2290,Chelsea M.,F,28,"Arlington, VA",4579,4845,457,10 Mile +2424,Anna S.,F,40,"Bethesda, MD",4581,4789,458,10 Mile +3518,Amy R.,F,36,"Washington, DC",4581,4797,458,10 Mile +3604,Linda Y.,F,55,"Milwaukee, WI",4582,4815,458,10 Mile +2981,Kial Y.,F,48,"Bethesda, MD",4582,4790,458,10 Mile +6393,Libby M.,F,27,"Ann Arbor, MI",4583,5018,458,10 Mile +3439,Rhonda S.,F,44,"Washington, DC",4583,4806,458,10 Mile +380,Tracy H.,F,52,"Potomac, MD",4583,4602,458,10 Mile +4192,Elizabeth G.,F,33,"Washington, DC",4584,4806,458,10 Mile +3270,Anne G.,F,26,"Washington, DC",4585,5085,458,10 Mile +5679,Kristen S.,F,26,"Washington, DC",4587,4821,458,10 Mile +21839,Daisy L.,F,26,"Washington, DC",4587,4816,458,10 Mile +22417,Lisa W.,F,32,"Potomac, MD",4590,4811,459,10 Mile +2346,Mary A.,F,41,"Falls Church, VA",4593,4837,459,10 Mile +13095,Elizabeth W.,F,24,"Dc, DC",4593,5340,459,10 Mile +1022,Karina O.,F,24,"Norwalk, CT",4594,4877,459,10 Mile +21789,Kelsey A.,F,25,"Washington, DC",4595,4779,459,10 Mile +2179,Emily L.,F,29,"Baltimore, MD",4595,4814,459,10 Mile +2446,Kathleen Y.,F,34,"Kensington, MD",4599,4800,459,10 Mile +3327,Audrey V.,F,20,"Washington, DC",4600,4801,460,10 Mile +21781,Margo B.,F,26,"Washington, DC",4600,5345,460,10 Mile +2372,Cheryl C.,F,45,"Dayton, OH",4600,4932,460,10 Mile +3011,Erica G.,F,40,"Wayland, MA",4600,4922,460,10 Mile +2194,Elizabeth F.,F,45,"Ellicott City, MD",4600,4785,460,10 Mile +2117,Kelly D.,F,39,"Fairfax, VA",4601,4891,460,10 Mile +2757,Elizabeth B.,F,40,"Annandale, VA",4601,4786,460,10 Mile +2959,Roxanne C.,F,39,"Alexandria, VA",4603,4793,460,10 Mile +4772,Anna L.,F,22,"Washington, DC",4604,4823,460,10 Mile +5051,Mariana A.,F,41,"Chevy Chase, MD",4604,4858,460,10 Mile +2316,Kenia R.,F,35,"Gaithersburg, MD",4604,4791,460,10 Mile +3724,Katherine C.,F,28,"Washington, DC",4605,4794,460,10 Mile +17766,Timesha H.,F,43,"Woodbridge, VA",4606,4873,460,10 Mile +4928,Susan M.,F,40,"Silver Spring, MD",4606,4796,460,10 Mile +6995,Katy C.,F,24,"Reston, VA",4607,4904,460,10 Mile +2694,Ebby G.,F,20,"Washington, DC",4607,4916,460,10 Mile +11323,Nicole I.,F,39,"Washington, DC",4607,5129,460,10 Mile +2183,Elizabeth W.,F,33,"Washington, DC",4610,4870,461,10 Mile +8134,Jenna T.,F,23,"Washington, DC",4610,5211,461,10 Mile +2513,Lealah F.,F,26,"Washington, DC",4615,4913,461,10 Mile +3330,Katherine M.,F,48,"New York, NY",4615,4811,461,10 Mile +2514,Grace F.,F,24,"Washington, DC",4615,4913,461,10 Mile +3378,Laura D.,F,38,"Silver Spring, MD",4616,4852,461,10 Mile +3608,Danielle H.,F,28,"Arlington, VA",4616,4854,461,10 Mile +2487,Cindy P.,F,41,"Cecil, PA",4616,4837,461,10 Mile +19244,Meg S.,F,38,"Bryn Mawr, PA",4617,4945,461,10 Mile +4696,Julie V.,F,25,"Reston, VA",4617,5536,461,10 Mile +2647,Erinn L.,F,30,"Greenville, NC",4617,4799,461,10 Mile +2166,Anne C.,F,25,"Washington, DC",4617,4837,461,10 Mile +4932,Candace V.,F,25,"Takoma Park, MD",4618,4951,461,10 Mile +3059,Christina B.,F,35,"Emerald Isle, NC",4619,4801,461,10 Mile +3871,Alexandra J.,F,30,"Washington, DC",4620,4851,462,10 Mile +3682,Erika K.,F,30,"Washington, DC",4620,4853,462,10 Mile +5148,Kate C.,F,27,"Washington, DC",4621,4868,462,10 Mile +3766,Ashley O.,F,24,"Washington, DC",4621,4907,462,10 Mile +4392,Jennifer D.,F,45,"Washington, DC",4622,4842,462,10 Mile +3148,Molly L.,F,33,"Alexandria, VA",4623,4878,462,10 Mile +2787,Katie R.,F,27,"Arlington, VA",4623,4842,462,10 Mile +4301,Ellena T.,F,35,"Burke, VA",4624,4812,462,10 Mile +7530,Dayne W.,F,27,"Washington, DC",4626,5416,462,10 Mile +3638,Kelly T.,F,28,"Washington, DC",4626,4809,462,10 Mile +3744,Sara D.,F,37,"Brooklyn, NY",4627,4871,462,10 Mile +4613,Kate M.,F,31,"Hoboken, NJ",4627,4966,462,10 Mile +5097,Lisa T.,F,40,"Wyomissing, PA",4628,4833,462,10 Mile +4327,Mary S.,F,30,"Washington, DC",4629,4856,462,10 Mile +1753,Linh D.,F,30,"Washington, DC",4629,4668,462,10 Mile +5427,Brynne K.,F,35,"Washington, DC",4629,4856,462,10 Mile +3971,Anna B.,F,39,"Washington, DC",4630,4692,463,10 Mile +15475,Sophia V.,F,30,"Washington, DC",4630,5581,463,10 Mile +3757,Alexandra W.,F,27,"Washington, DC",4632,4836,463,10 Mile +22509,Jeanne L.,F,60,"North Granby, CT",4632,4877,463,10 Mile +20712,Julianne J.,F,30,"Washington, DC",4632,6074,463,10 Mile +4896,Emily U.,F,27,"Arlington, VA",4633,4885,463,10 Mile +3481,Robin T.,F,27,"Mechanicsburg, PA",4633,4908,463,10 Mile +20331,Alex B.,F,27,"New York, NY",4634,5079,463,10 Mile +1015,Serena J.,F,22,"Arlington, VA",4635,4697,463,10 Mile +2958,Victoria M.,F,23,"Arlington, VA",4635,4973,463,10 Mile +2199,Rachel T.,F,35,"New York, NY",4635,4855,463,10 Mile +21811,Shontee P.,F,23,"Washington, DC",4636,4885,463,10 Mile +6196,Meagan H.,F,26,"Alexandria, VA",4636,4855,463,10 Mile +3321,Emma R.,F,28,"Washington, DC",4637,4831,463,10 Mile +5792,Kelly A.,F,35,"Brookeville, MD",4637,4820,463,10 Mile +7406,Carline M.,F,27,"Gaithersburg, MD",4637,4909,463,10 Mile +5662,Gloria M.,F,34,"Washington, DC",4637,4833,463,10 Mile +2611,Alyssa M.,F,43,"Washington, DC",4637,4861,463,10 Mile +3934,Katy C.,F,29,"Arlington, VA",4637,4867,463,10 Mile +2900,Courtney K.,F,30,"Falls Church, VA",4638,4858,463,10 Mile +4550,Susan V.,F,52,"Greensboro, NC",4638,4924,463,10 Mile +2115,Nancy L.,F,47,"Brooklyn, NY",4639,4883,463,10 Mile +1888,Jolee P.,F,22,"Hyattsville, MD",4639,4697,463,10 Mile +4952,Veronica E.,F,26,"Washington, DC",4640,4988,464,10 Mile +3919,Jennifer C.,F,48,"Seabrook, NH",4640,4852,464,10 Mile +12257,Kristen S.,F,36,"Washington, DC",4642,4956,464,10 Mile +5543,Angela C.,F,37,"Mclean, VA",4643,4834,464,10 Mile +2525,Cindy M.,F,37,"Herndon, VA",4643,4891,464,10 Mile +2420,Jurgita C.,F,36,"Washington, DC",4644,4955,464,10 Mile +2834,Olivia J.,F,25,"Silver Spring, MD",4644,4900,464,10 Mile +5446,Alison L.,F,26,"Arlington, VA",4644,4832,464,10 Mile +3563,Laura B.,F,29,"Hyattsville, MD",4646,4962,464,10 Mile +4047,Jaclyn S.,F,27,"Arlington, VA",4647,4840,464,10 Mile +3658,Lauren F.,F,27,"Pittsburgh, PA",4648,4901,464,10 Mile +3332,Kate E.,F,33,"Toronto, ON",4648,4858,464,10 Mile +3409,Katherine Z.,F,29,"Washington, DC",4649,4872,464,10 Mile +2350,Jenna E.,F,30,"Brooklyn, NY",4649,4847,464,10 Mile +5590,Kaitlyn M.,F,31,"Washington, DC",4649,4952,464,10 Mile +22527,Caroline M.,F,19,"Bethesda, MD",4650,4834,465,10 Mile +1243,Holly F.,F,37,"Madison, WI",4650,4695,465,10 Mile +3220,Alison P.,F,46,"Columbia, MD",4650,4893,465,10 Mile +3614,Jamie F.,F,19,"Binghamton, NY",4651,4836,465,10 Mile +5978,Caroline C.,F,18,"Lexington, VA",4651,4835,465,10 Mile +2334,Lauren M.,F,27,"Washington, DC",4652,4899,465,10 Mile +3170,Laura W.,F,46,"Arlington, VA",4652,4911,465,10 Mile +2246,Caroline G.,F,19,"Washington, DC",4653,4837,465,10 Mile +2331,Lauren T.,F,24,"Washington, DC",4653,4863,465,10 Mile +3316,Margot B.,F,26,"Washington, DC",4653,4916,465,10 Mile +366,Carol C.,F,54,"Luray, VA",4654,4688,465,10 Mile +3395,Laura L.,F,40,"Arlington, VA",4654,4897,465,10 Mile +3110,Elise R.,F,18,"Ashburn, VA",4655,4851,465,10 Mile +3246,Carrie D.,F,33,"Stephens City, VA",4655,4894,465,10 Mile +4136,Maryam N.,F,50,"Gaithersburg, MD",4658,4880,465,10 Mile +3263,Katharine G.,F,30,"Washington, DC",4659,4846,465,10 Mile +2512,Alex W.,F,30,"Washington, DC",4659,4864,465,10 Mile +3142,Cassie C.,F,29,"Chicago, IL",4659,4996,465,10 Mile +379,Diane S.,F,54,"Springfield, VA",4659,4715,465,10 Mile +3230,Amy P.,F,45,"Smithtown, NY",4659,4943,465,10 Mile +16505,Kathryn B.,F,29,"Arlington, VA",4659,4952,465,10 Mile +3050,Ellie B.,F,32,"Providence, RI",4660,4865,466,10 Mile +2308,Danielle Z.,F,27,"New York, NY",4660,4943,466,10 Mile +5491,Emily R.,F,24,"Washington, DC",4660,4961,466,10 Mile +2557,Amanda F.,F,32,"Washington, DC",4662,4952,466,10 Mile +3264,Rosalie D.,F,26,"Arlington, VA",4663,4886,466,10 Mile +1269,Lisa B.,F,27,"Washington, DC",4664,4679,466,10 Mile +6208,Karen R.,F,47,"Ashburn, VA",4665,5014,466,10 Mile +504,Kelsey F.,F,27,"Ithaca, NY",4665,4708,466,10 Mile +1983,Fiona B.,F,46,"Alexandria, VA",4667,4722,466,10 Mile +3355,Suzanne A.,F,36,"Washington, DC",4668,4901,466,10 Mile +4841,Mara J.,F,24,"Alexandria, VA",4668,4908,466,10 Mile +2032,Bridget F.,F,33,"Atlanta, GA",4669,4718,466,10 Mile +9959,Jenny S.,F,48,"Arlington, VA",4670,4902,467,10 Mile +5033,Tina-Lynn T.,F,38,"Arlington, VA",4671,4891,467,10 Mile +3857,Lucy C.,F,42,"Alexandria, VA",4671,4951,467,10 Mile +21753,Sarah S.,F,29,"Washington, DC",4672,4719,467,10 Mile +1500,Lillian M.,F,25,"Washington, DC",4673,4856,467,10 Mile +4741,Brooke D.,F,27,"Washington, DC",4673,4908,467,10 Mile +3730,Miranda S.,F,22,"Laporte, IN",4673,4903,467,10 Mile +8730,Stacey C.,F,33,"Rockville, MD",4674,5436,467,10 Mile +3860,Nicole A.,F,33,"Washington, DC",4674,4919,467,10 Mile +3477,Rebecca N.,F,35,"Lincoln University, PA",4675,4903,467,10 Mile +4910,Catherine P.,F,21,"Gaithersburg, MD",4676,4888,467,10 Mile +3133,Daniela D.,F,26,"Washington, DC",4676,4870,467,10 Mile +3646,Allison C.,F,24,"Bethlehem, PA",4676,4875,467,10 Mile +2909,Erin L.,F,30,"Washington, DC",4676,4898,467,10 Mile +2356,Barbara N.,F,43,"Burke, VA",4677,4967,467,10 Mile +22188,Kylie L.,F,26,"Arlington, VA",4677,6127,467,10 Mile +3909,Kerry M.,F,35,"Washington, DC",4678,5012,467,10 Mile +5810,Jackie R.,F,37,"Herndon, VA",4679,4896,467,10 Mile +2390,Laura J.,F,48,"Arlington, VA",4680,4950,468,10 Mile +3311,Tara C.,F,38,"Bethesda, MD",4681,4864,468,10 Mile +6253,Sarah N.,F,30,"Reston, VA",4681,4932,468,10 Mile +2965,Reem J.,F,47,"Skaneateles, NY",4683,4899,468,10 Mile +8299,Beata J.,F,41,"Arlington, VA",4684,4873,468,10 Mile +2631,Katie O.,F,25,"Washington, DC",4684,4990,468,10 Mile +4764,Kate A.,F,35,"Springfield, VA",4684,4941,468,10 Mile +5053,Megan L.,F,21,"Chester, MD",4685,4988,468,10 Mile +5616,Jessy P.,F,35,"Alexandria, VA",4685,4986,468,10 Mile +20590,Amanda G.,F,43,"Ashburn, VA",4687,4933,468,10 Mile +4501,Kristina L.,F,19,"Metuchen, NJ",4688,4907,468,10 Mile +3600,Nicole P.,F,30,"Washington, DC",4689,4995,468,10 Mile +22376,Monica S.,F,44,"Falls Church, VA",4689,4993,468,10 Mile +5476,Kirsten N.,F,35,"Washington, DC",4691,4881,469,10 Mile +3421,Catherine F.,F,32,"Arlington, VA",4692,4988,469,10 Mile +2027,Melissa E.,F,35,"Pittsburgh, PA",4692,4732,469,10 Mile +3426,Leslie F.,F,27,"Washington, DC",4693,5026,469,10 Mile +3762,Jennifer F.,F,38,"Gaithersburg, MD",4694,4909,469,10 Mile +3875,Patricia D.,F,24,"Falls Church, VA",4695,4983,469,10 Mile +6641,Michelle B.,F,33,"Alexandria, VA",4696,4922,469,10 Mile +8216,Lara C.,F,22,"Columbia, MD",4696,5488,469,10 Mile +5246,Happy C.,F,24,"Washington, DC",4698,5581,469,10 Mile +2724,Carolyn H.,F,31,"New York, NY",4699,4988,469,10 Mile +1570,Sara C.,F,30,"Baltimore, MD",4699,4883,469,10 Mile +2970,Amanda B.,F,30,"Chicago, IL",4699,4954,469,10 Mile +3535,Tereza O.,F,38,"Toronto, ON",4699,4909,469,10 Mile +3619,Diane B.,F,37,"Falls Church, VA",4699,4914,469,10 Mile +5690,Kayla Y.,F,26,"Washington, DC",4700,5136,470,10 Mile +3808,Jessica L.,F,24,"Mamaroneck, NY",4700,4990,470,10 Mile +5344,Katie D.,F,29,"Washington, DC",4701,4971,470,10 Mile +1942,Maria M.,F,53,"Annandale, VA",4701,4752,470,10 Mile +3376,Diana D.,F,29,"New York, NY",4704,5051,470,10 Mile +3315,Amanda D.,F,38,"Springfield, VA",4704,5014,470,10 Mile +22411,Katrina H.,F,50,"Washington, DC",4705,4976,470,10 Mile +3341,Amanda A.,F,27,"Newton, MA",4706,6146,470,10 Mile +9604,Sofia S.,F,28,"Arlington, VA",4706,4888,470,10 Mile +2036,Sarah W.,F,24,"Alexandria, VA",4706,4732,470,10 Mile +4395,Shae Q.,F,23,"Alexandria, VA",4707,4912,470,10 Mile +6319,Katie W.,F,28,"Hagerstown, MD",4709,4980,470,10 Mile +2986,Irene P.,F,27,"Rockville, MD",4711,4993,471,10 Mile +353,Cate R.,F,38,"University Park, MD",4712,4740,471,10 Mile +7321,Zoe K.,F,23,"Washington, DC",4712,5222,471,10 Mile +4431,Nicole T.,F,36,"New York, NY",4712,4909,471,10 Mile +4556,Alicia R.,F,38,"Herndon, VA",4713,4961,471,10 Mile +3016,Mallory S.,F,29,"Arlington, VA",4713,5077,471,10 Mile +4163,Janet M.,F,45,"Chevy Chase, MD",4714,4962,471,10 Mile +2910,Elise M.,F,25,"Washington, DC",4715,4991,471,10 Mile +5106,Cristine M.,F,46,"Hampstead, MD",4715,4921,471,10 Mile +5799,Janine H.,F,37,"Washington, DC",4716,5053,471,10 Mile +2660,Melissa H.,F,42,"Arlington, VA",4718,4951,471,10 Mile +21790,Elena E.,F,43,"Washington, DC",4719,4924,471,10 Mile +4172,Sara V.,F,33,"Ashburn, VA",4719,4973,471,10 Mile +7366,Kimberly D.,F,43,"Alexandria, VA",4721,5696,472,10 Mile +5331,Larisa A.,F,23,"Silver Spring, MD",4721,5184,472,10 Mile +4572,Brittany H.,F,29,"Mount Rainer, MD",4723,4937,472,10 Mile +2674,Miriam T.,F,30,"Ashburn, VA",4724,4951,472,10 Mile +2473,Zoemma W.,F,24,"Gloucester Point, VA",4725,4919,472,10 Mile +1684,Caroline K.,F,22,"Washington, DC",4725,4910,472,10 Mile +2042,Summer K.,F,30,"Washington, DC",4725,4786,472,10 Mile +2926,Monica G.,F,32,"Silver Spring, MD",4725,4964,472,10 Mile +3350,Magdalena K.,F,30,United Kingdom,4725,5024,472,10 Mile +4771,Lucia A.,F,42,"Silver Spring, MD",4727,5089,472,10 Mile +3141,Jen S.,F,42,"Durham, NC",4727,5308,472,10 Mile +3422,Bonnie W.,F,51,"Columbus, IN",4727,4783,472,10 Mile +22070,Kate T.,F,33,"Washington, DC",4730,5529,473,10 Mile +9563,Marri B.,F,31,"Pinehurst, NC",4730,5217,473,10 Mile +3088,Karen H.,F,46,"Vienna, VA",4730,4953,473,10 Mile +2454,Monica C.,F,27,"Maplewood, NJ",4731,4953,473,10 Mile +21685,Kate W.,F,27,"Arlington, VA",4732,4989,473,10 Mile +2247,Samantha S.,F,17,"Washington, DC",4732,5055,473,10 Mile +2135,Erin M.,F,36,"Gainesville, VA",4732,5077,473,10 Mile +6467,Jennie S.,F,28,"Arlington, VA",4732,5535,473,10 Mile +15781,Danielle P.,F,29,"Washington, DC",4732,5221,473,10 Mile +1781,Wambui W.,F,47,"New York, NY",4733,5037,473,10 Mile +3819,Brennan A.,F,28,"Washington, DC",4735,5070,473,10 Mile +3644,Ilana G.,F,35,"New York, NY",4735,4974,473,10 Mile +3537,Becky R.,F,49,"Columbia, MD",4736,4974,473,10 Mile +3224,Teresa W.,F,29,"Washington, DC",4738,5014,473,10 Mile +290,Leslie H.,F,42,"Santa Cruz, CA",4740,4765,474,10 Mile +7544,Maggie M.,F,25,"Washington, DC",4740,4951,474,10 Mile +3470,Ashlin O.,F,22,"Washington, DC",4740,4969,474,10 Mile +8101,Robin U.,F,30,"Germantown, MD",4741,5177,474,10 Mile +2128,Risa I.,F,27,"Washington, DC",4741,5024,474,10 Mile +4373,Abigail U.,F,23,"Philadelphia, PA",4741,4934,474,10 Mile +5152,Victoria B.,F,28,"Washington, DC",4742,5039,474,10 Mile +4443,Shelbi S.,F,28,"Washington, DC",4742,5041,474,10 Mile +3987,Elizabeth G.,F,25,"Arlington, VA",4742,5172,474,10 Mile +3650,Bethany I.,F,25,"Washington, DC",4743,5544,474,10 Mile +2026,Nicole C.,F,32,"Schaumburg, IL",4744,4801,474,10 Mile +4692,Lisa F.,F,46,"Bethesda, MD",4744,4970,474,10 Mile +13073,Mary K.,F,29,"Washington, DC",4744,5024,474,10 Mile +4482,Kathryn J.,F,35,"Washington, DC",4744,4997,474,10 Mile +291,Kelley P.,F,35,"Arlington, VA",4745,4767,474,10 Mile +5147,Joanne G.,F,28,"Washington, DC",4745,5002,474,10 Mile +8783,Emily C.,F,34,"Washington, DC",4745,5270,474,10 Mile +3562,Paula C.,F,50,"Hampstead, MD",4746,4971,474,10 Mile +2534,Calla S.,F,22,"Arlington, VA",4746,5114,474,10 Mile +5868,Jocelyn S.,F,22,"Arlington, VA",4746,4983,474,10 Mile +3553,Sarah G.,F,24,"Arlington, VA",4747,5033,474,10 Mile +5832,Marie M.,F,24,"Washington, DC",4748,5043,474,10 Mile +3150,Marne P.,F,24,"Washington, DC",4748,5496,474,10 Mile +4246,Julie O.,F,33,"Washington, DC",4749,5022,474,10 Mile +4756,Stephanie B.,F,37,"Washington, DC",4749,4989,474,10 Mile +5950,Karla P.,F,42,"Gainesville, VA",4750,4955,475,10 Mile +3917,Emily D.,F,47,"Alexandria, VA",4752,5050,475,10 Mile +3221,Patricia B.,F,44,"Reston, VA",4753,4965,475,10 Mile +3811,Carla D.,F,35,"New York, NY",4754,5016,475,10 Mile +5901,Rebecca M.,F,37,"Aldie, VA",4754,5058,475,10 Mile +3379,Abby P.,F,23,"Rockville, MD",4754,4971,475,10 Mile +3807,Elizabeth H.,F,31,"Washington, DC",4754,5054,475,10 Mile +3671,Jillian R.,F,38,"Mclean, VA",4756,5063,475,10 Mile +11112,Abir B.,F,52,"Washington, DC",4757,5388,475,10 Mile +5050,Salena C.,F,39,"Middletown, CT",4757,4989,475,10 Mile +2810,Stephanie C.,F,27,"Arlington, VA",4758,4940,475,10 Mile +3181,Blake R.,F,55,"Vienna, VA",4760,5014,476,10 Mile +20886,Monique Y.,F,38,"Washington, DC",4760,6273,476,10 Mile +6984,Kimberly H.,F,23,"Gettysburg, PA",4760,5392,476,10 Mile +8799,Allie M.,F,27,"Arlington, VA",4760,5248,476,10 Mile +9047,Natalie E.,F,24,"Hoboken, NJ",4761,5340,476,10 Mile +3910,Laura B.,F,35,"Rockville, MD",4761,5018,476,10 Mile +5239,Mytrang N.,F,46,"Alexandria, VA",4761,4969,476,10 Mile +3984,Wendy V.,F,37,"Washington, DC",4762,4968,476,10 Mile +2417,Kelsey D.,F,29,"Washington, DC",4762,4968,476,10 Mile +3827,Chiara S.,F,42,"Bethesda, MD",4763,5013,476,10 Mile +4185,Imogen B.,F,25,"Washington, DC",4763,4960,476,10 Mile +3256,Alex A.,F,25,"Rockville, MD",4763,5066,476,10 Mile +3297,Molly J.,F,29,"Herndon, VA",4763,5373,476,10 Mile +4843,Kate S.,F,33,"New York, NY",4764,5019,476,10 Mile +12532,Connie L.,F,40,"Alexandria, VA",4764,5077,476,10 Mile +5475,Julia M.,F,21,"Toronto, ON",4765,4991,476,10 Mile +3372,Michelle B.,F,39,"Winchester, VA",4767,5036,476,10 Mile +3684,Stacey L.,F,40,"West Liberty, OH",4768,5112,476,10 Mile +3410,Tracy P.,F,34,"Glen Allen, VA",4768,5106,476,10 Mile +10654,Miriam N.,F,32,"Washington, DC",4768,5684,476,10 Mile +2047,Allison G.,F,25,"Jacksonville, FL",4768,5079,476,10 Mile +11492,Heather M.,F,26,"Montreal, QC",4769,5389,476,10 Mile +11268,Indre V.,F,24,"Washington, DC",4769,5515,476,10 Mile +1852,Laura C.,F,30,"Washington, DC",4770,4815,477,10 Mile +5527,Belen S.,F,32,"Washington, DC",4770,5081,477,10 Mile +2213,Erin L.,F,29,"Chicago, IL",4770,5029,477,10 Mile +3856,Hallie B.,F,41,"Ellicott City, MD",4771,5012,477,10 Mile +3391,Diane T.,F,49,"Kensington, MD",4772,5037,477,10 Mile +3447,Kerry O.,F,43,"Washington, DC",4773,4959,477,10 Mile +1817,Nancy L.,F,26,"Brooklyn, NY",4773,5133,477,10 Mile +3868,Brittany S.,F,44,"Viera, FL",4773,5004,477,10 Mile +381,Geri C.,F,64,"Rye, NH",4774,4782,477,10 Mile +5471,Jennifer K.,F,44,"Washington, DC",4775,5040,477,10 Mile +22957,Holly B.,F,42,"Jacksonville, FL",4775,5086,477,10 Mile +5107,Jeannine G.,F,26,"Jupiter, FL",4775,4990,477,10 Mile +3397,Gwendolyn O.,F,31,"Arlington, VA",4775,5004,477,10 Mile +2719,Olga P.,F,39,"Alexandria, VA",4776,5044,477,10 Mile +3312,Caitlin H.,F,31,"Midlothian, VA",4776,5087,477,10 Mile +3946,Margaret H.,F,27,"Washington, DC",4776,5044,477,10 Mile +3548,Colleen D.,F,35,"Chevy Chase, MD",4777,5018,477,10 Mile +13298,Lydia O.,F,39,"Washington, DC",4777,5529,477,10 Mile +5692,Kristen S.,F,37,"Elkridge, MD",4777,4982,477,10 Mile +3219,Shannon F.,F,42,"Arlington, VA",4778,5063,477,10 Mile +6562,Hilary K.,F,26,"Germantown, MD",4778,5110,477,10 Mile +6835,Becky M.,F,35,"Nacogdoches, TX",4779,5216,477,10 Mile +8300,Emily S.,F,32,"New York, NY",4779,5131,477,10 Mile +4104,Catherine S.,F,31,"Boston, MA",4780,4963,478,10 Mile +3664,Linda S.,F,31,"Washington, DC",4780,5068,478,10 Mile +8145,Ariel S.,F,32,"Washington, DC",4780,5131,478,10 Mile +5334,Elizabeth W.,F,35,"Washington, DC",4781,4993,478,10 Mile +7353,Amanda W.,F,34,"Springfield, VA",4781,5123,478,10 Mile +1965,Magdalena S.,F,32,"Burke, VA",4781,5123,478,10 Mile +2426,Cynthia S.,F,31,"Washington, DC",4782,5073,478,10 Mile +2412,Rachel F.,F,31,"Washington, DC",4782,5024,478,10 Mile +3166,Cierra J.,F,31,"Astoria, NY",4783,5018,478,10 Mile +3092,Alicia S.,F,44,"Fairfax Station, VA",4785,5078,478,10 Mile +4944,Jessica L.,F,33,"Washington, DC",4786,5048,478,10 Mile +3067,Ariel S.,F,26,"Philadelphia, PA",4786,5048,478,10 Mile +5749,Ellen W.,F,23,"Washington, DC",4787,5107,478,10 Mile +5444,Veronika S.,F,35,"New York, NY",4789,4990,478,10 Mile +5815,Faryn S.,F,35,"Gaithersburg, MD",4789,5146,478,10 Mile +21769,Becky C.,F,33,"Washington, DC",4790,5015,479,10 Mile +4471,Shaune G.,F,39,"Washington, DC",4791,5021,479,10 Mile +2209,Jennifer T.,F,37,"Falls Church, VA",4791,5008,479,10 Mile +17112,Julia L.,F,31,"New York, NY",4791,5665,479,10 Mile +5032,Julie D.,F,41,"Lorton, VA",4791,4984,479,10 Mile +3443,Dara S.,F,41,"Arlington, VA",4791,5027,479,10 Mile +4025,Kayla K.,F,28,"Silver Spring, MD",4792,5018,479,10 Mile +3476,Laura B.,F,45,"Sparks, MD",4793,5226,479,10 Mile +4320,Lulis N.,F,24,Mexico,4793,4984,479,10 Mile +3440,Sarah K.,F,30,"Arlington, VA",4794,5005,479,10 Mile +17777,Kimberly D.,F,49,"Springfield, VA",4794,5614,479,10 Mile +1880,Jessica S.,F,32,"Richmond, VA",4795,4859,479,10 Mile +2452,Emily L.,F,39,"Islip, NY",4795,5056,479,10 Mile +5482,Rachel W.,F,30,"Alexandria, VA",4796,5035,479,10 Mile +3895,Lucy C.,F,32,"Richmond, VA",4797,5013,479,10 Mile +3359,Sidney L.,F,62,"Florence, MA",4797,5027,479,10 Mile +4937,Kirsten W.,F,41,"Milford, CT",4797,5060,479,10 Mile +5480,Alexis L.,F,28,"Washington, DC",4798,5028,479,10 Mile +3212,Jennifer B.,F,34,"Washington, DC",4799,5039,479,10 Mile +7870,Kelsey C.,F,24,"Washington, DC",4799,5046,479,10 Mile +16328,Carey R.,F,29,"Washington, DC",4799,5113,479,10 Mile +1217,Mari D.,F,31,"Brooklyn, NY",4800,4842,480,10 Mile +3288,Judy A.,F,34,"Bethesda, MD",4801,5016,480,10 Mile +4665,Laurel R.,F,28,"Washington, DC",4802,5095,480,10 Mile +3618,Holly W.,F,34,"Gaithersburg, MD",4802,5041,480,10 Mile +5739,Michelle A.,F,33,"Washington, DC",4803,5107,480,10 Mile +3722,Margaret B.,F,45,"Richmond, VA",4804,5677,480,10 Mile +3515,Jessie H.,F,28,"Washington, DC",4804,5072,480,10 Mile +5524,Allison S.,F,28,"Alexandria, VA",4804,5120,480,10 Mile +4354,Bridget W.,F,36,"Arlington, VA",4805,5014,480,10 Mile +3428,Christina S.,F,29,"Washington, DC",4805,5071,480,10 Mile +4914,Anne Z.,F,38,"Silver Spring, MD",4805,5066,480,10 Mile +3444,Lindsay A.,F,30,"Washington, DC",4807,5055,480,10 Mile +5303,Rachel K.,F,36,"Atlanta, GA",4808,5045,480,10 Mile +563,Sarah L.,F,31,"Doylestown, PA",4809,5042,480,10 Mile +4203,Kelsey F.,F,26,"Washington, DC",4810,5000,481,10 Mile +3122,Madison S.,F,28,"Arlington, VA",4811,5116,481,10 Mile +3190,Lucy B.,F,22,"Washington, DC",4811,5070,481,10 Mile +5089,Kylie B.,F,24,"Annapolis, MD",4811,5067,481,10 Mile +3204,Leah C.,F,45,"Charlottesville, VA",4812,5025,481,10 Mile +4864,Marina R.,F,53,"Upper Marlboro, MD",4812,5105,481,10 Mile +22292,Selina M.,F,25,"Gainesville, VA",4812,5244,481,10 Mile +7270,Amelia J.,F,22,"State College, PA",4812,5123,481,10 Mile +3385,Margaret C.,F,32,"New York, NY",4812,4998,481,10 Mile +5277,Signe A.,F,40,"Washington, DC",4813,5078,481,10 Mile +3398,Rebecca S.,F,28,"Lancaster, PA",4814,4997,481,10 Mile +5200,Lindsay L.,F,34,"Washington, DC",4815,5035,481,10 Mile +2648,Emilie C.,F,38,"Washington, DC",4816,5060,481,10 Mile +2915,Lucy L.,F,34,"Arlington, VA",4816,5265,481,10 Mile +3873,Heather S.,F,43,"Alexandria, VA",4816,5163,481,10 Mile +4122,Selene T.,F,34,"Burke, VA",4816,5030,481,10 Mile +4264,Olivia M.,F,15,"Warrenton, VA",4817,5010,481,10 Mile +5624,Nicki M.,F,29,"Alexandria, VA",4817,5081,481,10 Mile +5163,Kerrianne R.,F,33,"Stafford, VA",4818,5136,481,10 Mile +4271,Kristen R.,F,30,"New York, NY",4818,4999,481,10 Mile +22286,Tanya G.,F,37,"Arlington, VA",4818,5002,481,10 Mile +3926,Katy H.,F,25,"Washington, DC",4819,5061,481,10 Mile +5454,Margaret L.,F,34,"Washington, DC",4819,5099,481,10 Mile +4548,Grace T.,F,26,"Hopewell Junction, NY",4819,6118,481,10 Mile +1791,Colleen C.,F,35,"Lorton, VA",4820,4852,482,10 Mile +5539,Paula Z.,F,21,"Washington, DC",4821,5077,482,10 Mile +17765,Paulina O.,F,40,"Silver Spring, MD",4822,5638,482,10 Mile +12516,Megan M.,F,24,"Dallas, TX",4823,5089,482,10 Mile +2315,Margaret K.,F,54,"Riverdale, MD",4824,4868,482,10 Mile +3107,Jennifer S.,F,45,"Rockville, MD",4824,5103,482,10 Mile +9176,Deirdre G.,F,26,"Richmond, VA",4824,5297,482,10 Mile +20151,Heather H.,F,45,"Arlington, VA",4825,5616,482,10 Mile +8455,Yvette M.,F,43,"Rockville, MD",4826,5069,482,10 Mile +383,Catherine B.,F,60,"Bethesda, MD",4826,4852,482,10 Mile +3543,Nazlee S.,F,43,"Washington, DC",4827,5109,482,10 Mile +349,Elizabeth K.,F,58,"Washington, DC",4828,4833,482,10 Mile +5948,Hikari M.,F,23,"Washington, DC",4828,5053,482,10 Mile +3417,Tess C.,F,34,"Baltimore, MD",4829,5126,482,10 Mile +5249,Heather H.,F,35,"Baltimore, MD",4829,5126,482,10 Mile +5129,Elizabeth B.,F,26,"Potomac, MD",4829,5057,482,10 Mile +3558,Patricia D.,F,44,"Hyattsville, MD",4829,5051,482,10 Mile +5456,Lisa S.,F,30,"Washington, DC",4829,5078,482,10 Mile +5231,Stephanie C.,F,26,"Washington, DC",4830,5113,483,10 Mile +3681,Laura R.,F,25,"Fort Worth, TX",4830,5142,483,10 Mile +375,Betty B.,F,64,"Falls Church, VA",4831,4836,483,10 Mile +5327,Sophie B.,F,36,"New York City, NY",4832,5047,483,10 Mile +2508,Allyson M.,F,41,"Unionville, CT",4833,5132,483,10 Mile +6152,Hayley H.,F,25,"Arlington, VA",4833,5324,483,10 Mile +23093,Elizabeth L.,F,28,"Charlotte, NC",4834,5599,483,10 Mile +8646,Katie G.,F,36,"Herndon, VA",4836,5084,483,10 Mile +21788,Nnemdilim U.,F,23,"Washington, DC",4837,5022,483,10 Mile +6727,Katie T.,F,34,"Lexington Park, MD",4837,5336,483,10 Mile +22020,Christine S.,F,26,"Washington, DC",4839,5631,483,10 Mile +3578,Jacqueline S.,F,39,"Oneonta, NY",4839,5320,483,10 Mile +23179,Rachel L.,F,47,"Washington, DC",4839,5154,483,10 Mile +5093,Rael L.,F,28,"New York, NY",4839,5032,483,10 Mile +5157,Sweta M.,F,27,"Germantown, MD",4839,5028,483,10 Mile +6141,Rachel P.,F,34,"Washington, DC",4839,5072,483,10 Mile +19196,Anya K.,F,21,"Oakland, CA",4840,6244,484,10 Mile +3751,Angela G.,F,28,"Washington, DC",4840,5338,484,10 Mile +4934,Kathrin H.,F,46,"Fulton, MD",4840,5170,484,10 Mile +5019,Christine R.,F,47,"Norristown, PA",4840,5155,484,10 Mile +5508,Marin B.,F,28,"Washington, DC",4840,5085,484,10 Mile +6247,Tamara M.,F,28,"Bryn Mawr, PA",4842,5301,484,10 Mile +4803,Dorothy B.,F,34,"Leesburg, VA",4842,4885,484,10 Mile +4517,Susan G.,F,38,"Fairfax, VA",4843,5069,484,10 Mile +4190,Jacqueline M.,F,33,"Verona, NJ",4844,5053,484,10 Mile +4854,Francesca C.,F,25,"Washington, DC",4846,5120,484,10 Mile +3603,Shayla M.,F,38,"New York, NY",4846,5154,484,10 Mile +3245,Leah H.,F,29,"Alexandria, VA",4848,5118,484,10 Mile +4245,Rebecca F.,F,23,"New York City, NY",4848,5362,484,10 Mile +12297,Lorraine C.,F,36,"Alexandria, VA",4848,5606,484,10 Mile +3188,Sarah R.,F,42,"Washington, DC",4850,5198,485,10 Mile +7011,Natalija Q.,F,31,"Oakton, VA",4850,5363,485,10 Mile +384,Lisa F.,F,55,"Columbia Md, MD",4850,5088,485,10 Mile +4244,Helen F.,F,24,"New York City, NY",4850,5365,485,10 Mile +369,Paula G.,F,57,"Gaithersburg, MD",4851,4879,485,10 Mile +7199,Kaitlyn H.,F,23,"Arlington, VA",4851,5380,485,10 Mile +2833,Shelly A.,F,47,"Alexandria, VA",4851,5108,485,10 Mile +6225,Joanna F.,F,28,"New York City, NY",4852,5366,485,10 Mile +5650,Heather L.,F,37,"Harrisburg, PA",4853,5114,485,10 Mile +4006,Claire M.,F,38,"Arlington, VA",4853,5070,485,10 Mile +2151,Rachel D.,F,23,"Greensburg, PA",4853,5116,485,10 Mile +3255,Angela K.,F,27,"Washington, DC",4854,5161,485,10 Mile +2558,Elizabeth F.,F,25,"Washington, DC",4854,5161,485,10 Mile +4182,Kellie A.,F,41,"Alexandria, VA",4855,5189,485,10 Mile +5055,Cathy A.,F,42,"Arlington, VA",4855,5121,485,10 Mile +4225,Tabitha C.,F,30,"Frederick, MD",4855,5159,485,10 Mile +7912,Kim K.,F,34,"Alexandria, VA",4856,5330,485,10 Mile +3689,Kristin B.,F,49,"Boston, MA",4857,5481,485,10 Mile +6555,Rachel F.,F,24,"Bethesda, MD",4857,5205,485,10 Mile +13495,Helen A.,F,35,"Ashburn, VA",4857,5639,485,10 Mile +4691,Susan C.,F,33,"Beacon, NY",4859,5126,485,10 Mile +23391,Victoria B.,F,25,"Arlington, VA",4861,5077,486,10 Mile +5144,Chloe A.,F,26,"Montreal, QC",4863,5132,486,10 Mile +4026,Rumi R.,F,39,"Springfield, VA",4863,5698,486,10 Mile +6222,Kimberly N.,F,33,"Alexandria, VA",4863,5292,486,10 Mile +4377,Joyelle H.,F,38,"Germantown, MD",4864,5429,486,10 Mile +12740,Rebecca E.,F,34,"Raleigh, NC",4866,5665,486,10 Mile +1929,Marina M.,F,26,"New York, NY",4867,4917,486,10 Mile +7619,Christina T.,F,25,"Washington, DC",4868,5419,486,10 Mile +18293,Danielle S.,F,23,"Washington, DC",4868,5418,486,10 Mile +21786,Julia F.,F,26,"Washington, DC",4869,5206,486,10 Mile +3153,Anne T.,F,40,"Silver Spring, MD",4870,5193,487,10 Mile +5092,Jennifer P.,F,32,"Brooklyn, NY",4870,4926,487,10 Mile +14216,Devon M.,F,33,"Ellicott City, MD",4871,5147,487,10 Mile +2931,Libby S.,F,37,"Washington, DC",4871,5109,487,10 Mile +5882,Gisel D.,F,22,"Silver Spring, MD",4872,5189,487,10 Mile +22482,Kristina O.,F,45,"West Chester, PA",4872,5119,487,10 Mile +4362,Meghan M.,F,33,"Alexandria, VA",4872,5084,487,10 Mile +367,Carole F.,F,58,"Chadds Ford, PA",4872,4911,487,10 Mile +5075,Katie F.,F,26,"Washington, DC",4872,5138,487,10 Mile +9686,Alexandra P.,F,22,"Washington, DC",4872,5459,487,10 Mile +2455,Renee B.,F,49,"New Market, MD",4873,5104,487,10 Mile +2591,Kristin D.,F,31,"Arlington, VA",4874,5160,487,10 Mile +5124,Julie W.,F,35,"Mclean, VA",4874,5373,487,10 Mile +21824,Claire S.,F,28,"Washington, DC",4874,5616,487,10 Mile +4916,Johanne M.,F,41,"Beltsville, MD",4874,5116,487,10 Mile +3594,Stephanie D.,F,24,"Arlington, VA",4875,5161,487,10 Mile +5214,Katelyn K.,F,23,"Vienna, VA",4875,5136,487,10 Mile +21674,Susanna B.,F,22,"Washington, DC",4875,6101,487,10 Mile +4034,Karen M.,F,57,"Clifton, VA",4876,5079,487,10 Mile +8623,Rachel D.,F,35,"Arlington, VA",4876,5382,487,10 Mile +5018,Jenny H.,F,32,"Washington, DC",4877,5167,487,10 Mile +21545,Carlie H.,F,18,"Manassas, VA",4879,6092,487,10 Mile +23087,Courtney A.,F,26,"Washington, DC",4880,5311,488,10 Mile +11909,Jameson S.,F,27,"Washington, DC",4880,5722,488,10 Mile +3966,Alexandra V.,F,25,"Washington, DC",4881,5434,488,10 Mile +1941,Elisabeth R.,F,38,"New York, NY",4881,5067,488,10 Mile +15990,Diana C.,F,31,"Washington, DC",4881,5616,488,10 Mile +21529,Sarah C.,F,31,"Silver Spring, MD",4882,6286,488,10 Mile +2245,Holli F.,F,30,"Arlington, VA",4882,5069,488,10 Mile +21854,Robyn E.,F,33,"Washington, DC",4883,5238,488,10 Mile +9577,Jonelle S.,F,27,"Washington, DC",4883,5344,488,10 Mile +3699,Melissa K.,F,27,"Rockville, MD",4883,5073,488,10 Mile +4293,Katharina O.,F,32,"Washington, DC",4883,5170,488,10 Mile +9923,Rong Q.,F,36,"Dunn Loring, VA",4884,5317,488,10 Mile +2987,Chandell F.,F,46,"Vienna, VA",4884,5074,488,10 Mile +390,Sue H.,F,67,"Sedona, AZ",4884,4916,488,10 Mile +21876,Avery F.,F,27,"Washington, DC",4884,5239,488,10 Mile +2782,Anna B.,F,30,"Washington, DC",4884,5117,488,10 Mile +18762,Justyna M.,F,29,"Arlington, VA",4885,5177,488,10 Mile +4758,Caitlin M.,F,28,"Washington, DC",4886,5221,488,10 Mile +5593,Zoe H.,F,26,"New York, NY",4886,5210,488,10 Mile +4370,Donna M.,F,40,"Ashburn, VA",4887,5479,488,10 Mile +2354,Danielle R.,F,29,"Seven Field, PA",4887,5126,488,10 Mile +3154,Jennifer J.,F,43,"Ashburn, VA",4887,5479,488,10 Mile +4859,Elizabeth H.,F,32,"Washington, DC",4888,5182,488,10 Mile +5417,Christen C.,F,32,"Orleans, MA",4888,5179,488,10 Mile +5085,Courtney C.,F,36,"Mclean, VA",4888,5142,488,10 Mile +5459,Kristen L.,F,26,"Washington, DC",4888,5091,488,10 Mile +3967,Michelle B.,F,37,"Silver Spring, MD",4888,5319,488,10 Mile +2882,Natalie M.,F,32,"Arlington, VA",4889,5160,488,10 Mile +1594,Queta P.,F,44,"Arlington, VA",4889,5127,488,10 Mile +17762,Sarah K.,F,36,"Arlington, VA",4889,5534,488,10 Mile +512,Julia E.,F,36,"Ijamsville, MD",4890,5150,489,10 Mile +4973,Courtenay B.,F,49,"Alexandria, VA",4891,5086,489,10 Mile +3436,Michelle N.,F,37,"Fairfax, VA",4891,5147,489,10 Mile +2901,Sarah G.,F,44,"Washington, DC",4891,5153,489,10 Mile +2360,Melody P.,F,36,"Reston, VA",4892,5104,489,10 Mile +4206,Mary-Kaitlin R.,F,25,"Washington, DC",4892,5109,489,10 Mile +19390,Julie M.,F,36,"Falls Church, VA",4892,5131,489,10 Mile +3903,Lauren S.,F,39,"Arlington, VA",4893,5215,489,10 Mile +6777,Jennifer H.,F,29,"Charlottesville, VA",4893,5193,489,10 Mile +8525,Patricia H.,F,48,"Arlington, VA",4894,5253,489,10 Mile +4135,Sarah D.,F,31,"Arlington, VA",4894,5773,489,10 Mile +3756,Sara S.,F,34,"New York, NY",4895,5103,489,10 Mile +7570,Cara L.,F,28,"Arlington, VA",4895,5346,489,10 Mile +4538,Amie M.,F,40,"Oakton, VA",4896,5089,489,10 Mile +6739,Toni M.,F,32,"Lic, NY",4896,5693,489,10 Mile +7649,Haley S.,F,27,"Washington, DC",4896,5160,489,10 Mile +7292,Rashida R.,F,27,"Newark, DE",4896,5328,489,10 Mile +3666,Meghan T.,F,31,"Purcellville, VA",4897,5173,489,10 Mile +4001,Kelsey H.,F,27,"Bel Air, MD",4897,5167,489,10 Mile +4167,Elaine M.,F,25,"Washington, DC",4897,5161,489,10 Mile +5080,Jennifer M.,F,49,"Davenport, IA",4897,5092,489,10 Mile +5123,Lini H.,F,28,"New York, NY",4898,5419,489,10 Mile +5300,Megan H.,F,51,"Oakton, VA",4899,5132,489,10 Mile +4792,Madeline G.,F,21,"Lynchburg, VA",4899,5097,489,10 Mile +4662,Anna H.,F,21,"Washington, DC",4900,5181,490,10 Mile +21554,Angie E.,F,43,"Reston, VA",4900,6415,490,10 Mile +22078,K.c. J.,F,26,"Washington, DC",4900,5196,490,10 Mile +4995,Alex M.,F,23,"New York, NY",4901,5116,490,10 Mile +3733,Dijon S.,F,39,"Bloomington, IL",4901,5138,490,10 Mile +3126,Malinda A.,F,45,"Wynnewood, PA",4902,5107,490,10 Mile +5489,Jennifer C.,F,34,"Alexandria, VA",4902,5098,490,10 Mile +9257,Carly C.,F,24,"Alexandria, VA",4902,5449,490,10 Mile +5519,Briana D.,F,32,"Silver Spring, MD",4902,5212,490,10 Mile +1999,Patricia F.,F,30,"Alexandria, VA",4903,5189,490,10 Mile +3596,Jennifer F.,F,49,"Ann Arbor, MI",4903,5101,490,10 Mile +21807,Alice J.,F,40,"Washington, DC",4904,5130,490,10 Mile +5472,Michelle J.,F,34,"New York, NY",4904,5128,490,10 Mile +4837,Ellie M.,F,43,"Columbia, MD",4904,5145,490,10 Mile +6802,Laura S.,F,36,"Fairfax, VA",4905,5336,490,10 Mile +6392,Sarah B.,F,23,"Arlington, VA",4905,5694,490,10 Mile +5242,Lauren K.,F,32,"Fairfax, VA",4906,5119,490,10 Mile +6618,Anna T.,F,27,"Cape Elizabeth, ME",4907,5452,490,10 Mile +3407,Hope W.,F,27,"Arlington, VA",4907,5170,490,10 Mile +21870,Ann W.,F,35,"Washington, DC",4908,5145,490,10 Mile +4905,Michaela H.,F,38,"Arlington, VA",4908,5168,490,10 Mile +9540,Katie B.,F,27,"Charlotte, NC",4909,5674,490,10 Mile +2880,Kaitlin C.,F,23,"Arlington, VA",4909,5230,490,10 Mile +8572,Amanda C.,F,25,"Washington, DC",4910,5339,491,10 Mile +3502,Laura T.,F,32,"Washington, DC",4910,5127,491,10 Mile +23160,Maryanne H.,F,52,"Mcclean, VA",4910,5190,491,10 Mile +6094,Jessica A.,F,35,"Washington, DC",4911,5471,491,10 Mile +19812,Andrea R.,F,37,"Kensington, MD",4911,5478,491,10 Mile +2783,Donna H.,F,49,"Baltimore, MD",4911,5250,491,10 Mile +3013,Whitney M.,F,34,"Hummelstown, PA",4912,5168,491,10 Mile +5197,Angela R.,F,51,"Atlanta, GA",4913,5158,491,10 Mile +5578,Mona A.,F,26,"Herndon, VA",4913,5125,491,10 Mile +4267,Stephanie K.,F,27,"Arlington, VA",4913,5141,491,10 Mile +8958,Elizabeth Z.,F,45,"Potomac, MD",4915,6007,491,10 Mile +3525,Geri B.,F,50,"Oak Park, IL",4915,5158,491,10 Mile +393,Kimberly B.,F,55,"Bowie, MD",4915,4924,491,10 Mile +5852,Rebecca C.,F,35,"Fairfax, VA",4916,5217,491,10 Mile +7575,Chelsea R.,F,27,"Philadelphia, PA",4916,5350,491,10 Mile +15837,Kristine K.,F,26,"Brooklyn, NY",4917,5235,491,10 Mile +7108,Lindsay M.,F,33,"Annapolis, MD",4917,5501,491,10 Mile +10907,Kim C.,F,50,"Washington, DC",4917,5650,491,10 Mile +8413,Elizabeth S.,F,32,"Washington, DC",4919,5399,491,10 Mile +3303,Alexis S.,F,25,"Arlington, VA",4919,5720,491,10 Mile +4904,Grace P.,F,21,"Washington, DC",4920,5207,492,10 Mile +22398,Natalie M.,F,21,"Washington, DC",4920,5207,492,10 Mile +22621,Allison T.,F,27,"Tonawanda, NY",4920,5367,492,10 Mile +7005,Claire B.,F,21,"Charlottesville, VA",4921,5256,492,10 Mile +7450,Kathryn P.,F,31,"Alexandria, VA",4921,5213,492,10 Mile +20386,Joana N.,F,33,"Washington, DC",4921,6210,492,10 Mile +10110,Christine S.,F,35,"Washington, DC",4921,5687,492,10 Mile +3677,Sara S.,F,27,"Washington, DC",4921,5215,492,10 Mile +23079,Shari R.,F,32,"Ellicott City, MD",4922,5161,492,10 Mile +22604,Kasey M.,F,35,"York, PA",4922,5412,492,10 Mile +4289,Alex P.,F,29,"Washington, DC",4923,5261,492,10 Mile +3838,Tisha W.,F,42,"Washington, DC",4924,5108,492,10 Mile +6383,Heidi B.,F,45,"Winchester, VA",4924,5163,492,10 Mile +6131,Ariel C.,F,25,"Washington, DC",4925,5190,492,10 Mile +6547,Gentiana A.,F,44,"Bethesda, MD",4925,5508,492,10 Mile +3084,Casey H.,F,29,"New York, NY",4925,6365,492,10 Mile +6376,Loren G.,F,33,"Enola, PA",4925,5359,492,10 Mile +4329,Kara G.,F,27,"Burke, VA",4927,5378,492,10 Mile +8083,Alexsandra T.,F,28,"Salisbury, NC",4928,5380,492,10 Mile +6604,Meena S.,F,39,"Arlington, VA",4928,5224,492,10 Mile +5826,Sabrena Y.,F,30,"Alexandria, VA",4929,5178,492,10 Mile +2419,Blanca R.,F,34,"Union, NJ",4929,5141,492,10 Mile +6626,Alexa L.,F,24,"Rosslyn, VA",4929,5533,492,10 Mile +3837,Meghan T.,F,29,"Washington, DC",4929,5128,492,10 Mile +5079,Amy K.,F,36,"New Orleans, LA",4930,5373,493,10 Mile +5466,Elizabeth V.,F,49,"Washington, DC",4930,5178,493,10 Mile +1506,Lucy E.,F,49,"San Antonio, TX",4931,5134,493,10 Mile +6937,Juliana O.,F,39,"Kensington, MD",4932,5437,493,10 Mile +11060,Janina C.,F,23,"Arlington, VA",4933,5691,493,10 Mile +3772,Katie S.,F,30,"Brooklyn, NY",4934,5570,493,10 Mile +9797,Meredith K.,F,37,"Reston, VA",4934,5497,493,10 Mile +2590,Christina N.,F,31,"Washington, DC",4934,5141,493,10 Mile +6261,Keara M.,F,29,"Washington, DC",4934,5547,493,10 Mile +3046,Sokphal T.,F,37,"Arlingt, VA",4935,5672,493,10 Mile +6901,Marcy E.,F,26,"Washington, DC",4936,5280,493,10 Mile +7479,Caitlin S.,F,28,"Washington, DC",4937,5272,493,10 Mile +3389,Kaitlyn S.,F,32,"Alexandria, VA",4937,5190,493,10 Mile +5956,Ashley K.,F,31,"Washington, DC",4938,5271,493,10 Mile +9815,Sara B.,F,33,"Stafford, VA",4939,5405,493,10 Mile +5843,Ruta E.,F,33,"St.paul, MN",4939,4955,493,10 Mile +3307,Mary S.,F,43,"Houston, TX",4940,5146,494,10 Mile +5598,Chelsea T.,F,25,"Baltimore, MD",4940,5222,494,10 Mile +3195,Kate W.,F,24,"Washington, DC",4940,5199,494,10 Mile +5235,Lena L.,F,38,"Washington, DC",4940,5176,494,10 Mile +7634,Nicolle B.,F,40,"Crownsville, MD",4940,5370,494,10 Mile +9420,Rachel K.,F,35,"California, MD",4940,5406,494,10 Mile +4785,Blair C.,F,26,"Washington, DC",4940,5211,494,10 Mile +10454,Jennifer M.,F,37,"Springfield, VA",4940,5386,494,10 Mile +9769,Amy P.,F,32,"Washington, DC",4941,5241,494,10 Mile +4461,Ann L.,F,38,"Arlington, VA",4941,5201,494,10 Mile +5431,Astrid B.,F,53,"Mclean, VA",4942,5202,494,10 Mile +365,Miae J.,F,57,"Haverhill, MA",4942,4960,494,10 Mile +3329,Kelly D.,F,44,"Centreville, VA",4942,5406,494,10 Mile +4386,Yiran L.,F,32,"Washington, DC",4942,5256,494,10 Mile +3657,Casey C.,F,28,"Southern Pines, NC",4943,5398,494,10 Mile +4576,Emily R.,F,24,"Seattle, WA",4944,5241,494,10 Mile +20401,Susan B.,F,52,"Beltsville, MD",4944,5284,494,10 Mile +8102,Kaitlyn K.,F,27,"West Hartford, CT",4944,5379,494,10 Mile +3839,Rebecca C.,F,22,"Wilton, CT",4944,5237,494,10 Mile +3161,Janet B.,F,50,"Washington, DC",4945,5177,494,10 Mile +5928,Elizabeth G.,F,35,"Washington, DC",4945,5242,494,10 Mile +2722,Lauren E.,F,27,"Washington, DC",4947,5224,494,10 Mile +3777,Mary B.,F,21,"Gladwyne, PA",4947,5806,494,10 Mile +4366,Hannah R.,F,31,"Arlington, VA",4947,5260,494,10 Mile +14902,Kc D.,F,26,"Washington, DC",4947,5995,494,10 Mile +4962,Janet W.,F,38,"Hoboken, NJ",4947,5214,494,10 Mile +5391,Megan G.,F,28,"Washington, DC",4947,5272,494,10 Mile +9610,Aileen J.,F,42,"Sterling, VA",4948,5385,494,10 Mile +3113,Deborah K.,F,30,"Sterling, VA",4948,5386,494,10 Mile +4171,Stacey O.,F,40,"Arlington, VA",4949,5300,494,10 Mile +598,Stephanie H.,F,35,"Birmingham, AL",4949,4986,494,10 Mile +4290,Emily H.,F,38,"Washington, DC",4949,5218,494,10 Mile +3654,Jen G.,F,41,"Alexandria, VA",4949,5270,494,10 Mile +3066,Katie C.,F,23,"Burke, VA",4949,5161,494,10 Mile +3676,Linnea F.,F,25,"Arlington, VA",4950,5716,495,10 Mile +6412,Erin B.,F,38,"Severna Park, MD",4950,5535,495,10 Mile +5830,Lauren E.,F,29,"Washington, DC",4950,5199,495,10 Mile +6255,Anna K.,F,25,"Washington, DC",4951,5228,495,10 Mile +5358,Sara F.,F,33,"Arlington, VA",4951,5162,495,10 Mile +4497,Amy L.,F,36,"Annandale, VA",4952,5279,495,10 Mile +3247,Jami S.,F,41,"Washington, DC",4953,5138,495,10 Mile +3874,Lin Y.,F,41,"New York, NY",4954,5281,495,10 Mile +5342,Michelle H.,F,36,"Lewisburg, PA",4955,5234,495,10 Mile +5839,Rebecca R.,F,28,"Columbia, MD",4955,5211,495,10 Mile +4489,Maura O.,F,31,"Washington, DC",4955,5205,495,10 Mile +8260,Kimberly L.,F,25,"Arlington, VA",4956,5567,495,10 Mile +21801,Carla M.,F,40,"Huntingtown, MD",4956,5444,495,10 Mile +7104,Sophie P.,F,44,"Chevy Chase, MD",4957,5248,495,10 Mile +5538,Laura P.,F,24,"Charlottesville, VA",4960,5218,496,10 Mile +3322,Isabella H.,F,19,"Kensington, MD",4960,5546,496,10 Mile +8605,Ali S.,F,24,"Washington, DC",4961,5424,496,10 Mile +5574,Thi M.,F,24,"New York City, NY",4961,5019,496,10 Mile +2552,Loren R.,F,35,"Philadelphia, PA",4962,5019,496,10 Mile +7539,Mallory G.,F,32,"Rockville, MD",4963,5392,496,10 Mile +5120,Debbie W.,F,29,"Washington, DC",4965,5262,496,10 Mile +5567,Alexandra M.,F,45,"Silver Spring, MD",4965,5154,496,10 Mile +3771,Kalpana P.,F,47,"Kensington, MD",4965,5286,496,10 Mile +10967,Katherine R.,F,33,"Washington, DC",4966,5216,496,10 Mile +5921,Moriah G.,F,23,"Washington, DC",4966,5428,496,10 Mile +2544,Melissa C.,F,31,"Arlington, VA",4968,5165,496,10 Mile +5271,Elizabeth P.,F,30,"Alexandria, VA",4969,5200,496,10 Mile +5226,Char P.,F,28,"Alexandria, VA",4969,5304,496,10 Mile +4728,Kristin T.,F,40,"Arlington, VA",4970,5272,497,10 Mile +5204,Keo C.,F,36,"Washington, DC",4970,5710,497,10 Mile +3280,Robin L.,F,54,"Bethesda, MD",4971,5218,497,10 Mile +5966,Taylor G.,F,29,"Washington, DC",4971,5545,497,10 Mile +15792,Sarah D.,F,25,"Philadelphia, PA",4971,5465,497,10 Mile +6042,Katie B.,F,26,"Washington, DC",4972,5406,497,10 Mile +22485,Trisha D.,F,36,"Fort Mitchell, KY",4973,5218,497,10 Mile +4266,Mandy S.,F,38,"Elkins, WV",4973,5191,497,10 Mile +5324,Danielle C.,F,28,"New York, NY",4974,5158,497,10 Mile +4988,Kara B.,F,37,"Wayland, MA",4974,5300,497,10 Mile +5432,Sarah S.,F,27,"Washington, DC",4976,5189,497,10 Mile +5232,Jenni P.,F,30,"Vienna, VA",4976,5271,497,10 Mile +6189,Natalie C.,F,25,"Washington, DC",4976,5304,497,10 Mile +4976,Michelle C.,F,25,"Washington, DC",4976,5280,497,10 Mile +4994,Jen T.,F,34,"Burlingame, CA",4977,5205,497,10 Mile +13369,Abbey E.,F,32,"Washington, DC",4977,5744,497,10 Mile +2607,Madeleine P.,F,28,"Arlington, VA",4978,5321,497,10 Mile +3029,Leslie A.,F,54,"Rockville, MD",4978,5244,497,10 Mile +3922,Nicolette C.,F,23,"Washington, DC",4978,5250,497,10 Mile +15772,Angela B.,F,46,"Ashburn, VA",4978,5799,497,10 Mile +10311,Simone W.,F,28,"Washington, DC",4979,5213,497,10 Mile +3475,Christina T.,F,36,"Newark, DE",4981,5219,498,10 Mile +21814,Renata M.,F,33,"Washington, DC",4981,5246,498,10 Mile +7240,Audrey Q.,F,32,"Fairfax, VA",4981,5473,498,10 Mile +8267,Mollie M.,F,39,"Silver Spring, MD",4982,5471,498,10 Mile +5373,Megan N.,F,25,"Washington, DC",4983,5349,498,10 Mile +2491,Marci G.,F,36,"Atlanta, GA",4983,5227,498,10 Mile +4656,Kara M.,F,45,"Alexandria, VA",4983,5247,498,10 Mile +3452,Lydia H.,F,27,"Charlottesville, VA",4984,5287,498,10 Mile +3639,Elizabeth C.,F,27,"Arlington, VA",4984,5287,498,10 Mile +7706,Joe F.,F,23,"Arlington, VA",4984,5514,498,10 Mile +5146,Meredith H.,F,30,"Baltimore, MD",4985,5233,498,10 Mile +8872,Terry S.,F,46,"Fairfax, VA",4985,5485,498,10 Mile +5101,Morgan K.,F,26,"Washington, DC",4985,5261,498,10 Mile +6484,Sara R.,F,25,"Washington, DC",4986,5473,498,10 Mile +6694,Julianne T.,F,30,"Washington, DC",4986,5490,498,10 Mile +9861,Leslie G.,F,30,"Washington, DC",4986,5466,498,10 Mile +6290,Sarah G.,F,30,"Arlington, VA",4988,5516,498,10 Mile +1396,Lydia G.,F,33,"Brooklyn, NY",4988,5040,498,10 Mile +5951,Amy E.,F,41,"Mclean, VA",4988,5299,498,10 Mile +6954,Emily J.,F,28,"Gaithersburg, MD",4988,5327,498,10 Mile +7441,Anne C.,F,35,"Washington, DC",4989,5348,498,10 Mile +5479,Bridget A.,F,34,"Arlington, VA",4989,5351,498,10 Mile +4667,Risa B.,F,36,"Washington, DC",4990,5337,499,10 Mile +4462,Laura F.,F,36,"Washington, DC",4991,5337,499,10 Mile +14004,Monica C.,F,46,"Arlington, VA",4991,5723,499,10 Mile +1525,Nikki B.,F,36,"Amissville, VA",4991,5307,499,10 Mile +2835,Aerie E.,F,24,"Brooklyn, NY",4992,5262,499,10 Mile +5957,Catherine H.,F,26,"Washington Dc, DC",4992,5271,499,10 Mile +3534,Maria M.,F,44,"Chevy Chase, MD",4992,5223,499,10 Mile +4142,Erica M.,F,27,"Washington, DC",4993,5764,499,10 Mile +10261,Jessica D.,F,40,"Gaithersburg, MD",4993,5579,499,10 Mile +5497,Jessy G.,F,28,"Manassas, VA",4993,5259,499,10 Mile +7804,Katherine T.,F,28,"Washington, DC",4994,5335,499,10 Mile +5138,Jamie T.,F,55,"Birmingham, AL",4994,5273,499,10 Mile +21951,Vanessa V.,F,28,"Washington, DC",4995,5448,499,10 Mile +5047,Elizabeth D.,F,43,"Arlington, VA",4995,5297,499,10 Mile +5383,Ilana S.,F,29,"Washington, DC",4995,5278,499,10 Mile +19396,Jacquelynne K.,F,29,"Vesper, WI",4995,5592,499,10 Mile +4957,Hannah M.,F,43,"New York, NY",4996,5274,499,10 Mile +4090,Jamie O.,F,23,"Arlington, VA",4996,5301,499,10 Mile +13083,Colby W.,F,26,"Baltimore, MD",4996,5322,499,10 Mile +12957,Anne B.,F,53,"Mclean, VA",4996,5234,499,10 Mile +5343,Malissa Z.,F,46,"Reston, VA",4997,5185,499,10 Mile +3761,Lauren G.,F,28,"Washington, DC",4998,5204,499,10 Mile +6481,Kathryn K.,F,25,"Bridgeville, PA",4998,5993,499,10 Mile +22431,Elizabeth B.,F,60,"Stone Ridge, VA",4999,5038,499,10 Mile +2123,Ashleigh R.,F,28,"Washington, DC",5001,5196,500,10 Mile +3549,Tristyn H.,F,27,"Washington, DC",5002,5236,500,10 Mile +3394,Anne B.,F,32,"Brooklyn, NY",5003,5250,500,10 Mile +10337,Eva L.,F,28,"Washington, DC",5003,5554,500,10 Mile +4616,Angela G.,F,29,"Balitmore, MD",5004,5349,500,10 Mile +6113,Ashlinn Q.,F,42,"Washington, DC",5004,5250,500,10 Mile +8358,Yuliya B.,F,31,"San Francisco, CA",5004,5529,500,10 Mile +15488,Vyvy L.,F,29,"Arlington, VA",5004,5780,500,10 Mile +5139,Taylor J.,F,26,"New York, NY",5005,5367,500,10 Mile +5099,Mary B.,F,48,"Woodbridge, VA",5006,5312,500,10 Mile +3561,Barbara G.,F,62,"Niskayuna, NY",5006,5229,500,10 Mile +6434,Lily L.,F,24,"Arlington, VA",5006,5440,500,10 Mile +22475,Cheryl H.,F,41,"Shippensburg, PA",5006,5344,500,10 Mile +6752,Gina L.,F,27,"Falls Church, VA",5007,5438,500,10 Mile +7128,Jennifer G.,F,39,"Leesburg, VA",5007,5594,500,10 Mile +1157,Molly Z.,F,22,"Chevy Chase, MD",5008,5339,500,10 Mile +6071,Elizabeth E.,F,29,"Pittsburgh, PA",5008,5297,500,10 Mile +5341,Pamela K.,F,48,"Severna Park, MD",5009,5222,500,10 Mile +3747,Yoon J.,F,29,"Washington, DC",5009,5297,500,10 Mile +3304,Rebeccah R.,F,30,"Washington, DC",5010,5315,501,10 Mile +21891,Whitney P.,F,36,"Washington, DC",5010,5449,501,10 Mile +3456,Margaret K.,F,52,"Chesapeake, VA",5010,5294,501,10 Mile +5999,Margaret C.,F,42,"Wayland, MA",5011,5338,501,10 Mile +21388,Emily H.,F,29,"Arlington, VA",5011,6055,501,10 Mile +3292,Chelle A.,F,53,"Springfield, VA",5011,5270,501,10 Mile +3034,Maureen K.,F,43,"Bethesda, MD",5012,6453,501,10 Mile +19805,Chelsea Z.,F,28,"Chevy Chase, MD",5012,5342,501,10 Mile +15745,Amy P.,F,29,"Washington, DC",5012,5340,501,10 Mile +4164,Phoebe B.,F,25,"Washington, DC",5012,5304,501,10 Mile +3334,Christina B.,F,34,"Washington, DC",5012,5376,501,10 Mile +2302,Caroline G.,F,23,"Washington, DC",5013,5348,501,10 Mile +5119,Kara R.,F,40,"Falls Church, VA",5013,5323,501,10 Mile +3877,Nicole R.,F,27,"Arlington, VA",5015,5202,501,10 Mile +6263,Tessa M.,F,23,"Arlington, VA",5016,5448,501,10 Mile +6608,Lucie E.,F,27,"Washington, DC",5016,5521,501,10 Mile +3597,Natasha M.,F,37,"Toronto, ON",5017,5383,501,10 Mile +5779,Anne H.,F,36,"Gaithersburg, MD",5017,5249,501,10 Mile +13887,Tanya B.,F,39,"Arlington, VA",5017,5316,501,10 Mile +21882,Emma M.,F,28,"Washington, DC",5017,5234,501,10 Mile +6470,Kristin G.,F,36,"Bethesda, MD",5018,5548,501,10 Mile +3047,Peggy S.,F,46,"Rockville, MD",5018,5227,501,10 Mile +2711,Sara S.,F,42,"Arlington, VA",5018,5277,501,10 Mile +3694,Danye A.,F,37,"Bethesda, MD",5018,5268,501,10 Mile +13177,Rachel G.,F,28,"Washington, DC",5020,5500,502,10 Mile +7455,Diana C.,F,33,"Alexandria, VA",5020,5602,502,10 Mile +5753,Katherine S.,F,26,"New York, NY",5021,5293,502,10 Mile +9820,Sarah B.,F,25,"Bowie, MD",5021,5464,502,10 Mile +4532,Kristy S.,F,37,"Washington, DC",5021,5293,502,10 Mile +6905,Joanna K.,F,30,"Washington, DC",5022,5330,502,10 Mile +4818,Stephanie A.,F,40,"Washington, DC",5022,5248,502,10 Mile +7787,Vita T.,F,26,"New York, NY",5022,5348,502,10 Mile +5564,Katey M.,F,32,"Washington, DC",5023,5352,502,10 Mile +19351,Mara M.,F,25,"Washington Dc, DC",5023,5881,502,10 Mile +8687,Courtney C.,F,34,"Washington, DC",5023,5450,502,10 Mile +7801,Shao L.,F,24,"Brooklyn, NY",5023,5388,502,10 Mile +3851,Ana B.,F,31,"New York, NY",5024,5827,502,10 Mile +2693,Gabrielle G.,F,39,"Arlington, VA",5024,5623,502,10 Mile +7814,Alison L.,F,30,"Washington, DC",5024,5335,502,10 Mile +21092,Anne T.,F,22,"Arlington, VA",5024,6090,502,10 Mile +3314,Jinny H.,F,44,"Renfrew, PA",5024,5313,502,10 Mile +3524,Kaitlin K.,F,28,"Washington, DC",5025,5486,502,10 Mile +4960,Jessica S.,F,31,"Arlington, VA",5025,5353,502,10 Mile +20130,Diana C.,F,33,"Washington, DC",5025,6107,502,10 Mile +2866,Sydney M.,F,26,"Washington, DC",5026,5825,502,10 Mile +5243,Ellen W.,F,24,"Washinton, DC",5026,5326,502,10 Mile +21830,Rebekah M.,F,39,"Falls Church, VA",5027,5330,502,10 Mile +7998,Alex W.,F,26,"Washington, DC",5027,6191,502,10 Mile +6938,Marybeth D.,F,33,"Burke, VA",5028,5467,502,10 Mile +5506,Kristen P.,F,26,"Washington, DC",5028,5314,502,10 Mile +22484,Peggy C.,F,57,"Baltimore, MD",5028,5774,502,10 Mile +3018,Sarah C.,F,27,"Toronto, ON",5028,5237,502,10 Mile +5313,Lauren K.,F,29,"Aldie, VA",5028,5339,502,10 Mile +1763,Erin A.,F,28,"Toronto, ON",5028,5237,502,10 Mile +4435,Sara L.,F,28,"Chicago, IL",5028,5228,502,10 Mile +6810,Sarah R.,F,35,"Galveston, TX",5029,5651,502,10 Mile +6594,Kristina R.,F,27,"Bear, DE",5029,5523,502,10 Mile +21849,Sonia T.,F,34,"Washington, DC",5030,5398,503,10 Mile +19337,Lauren R.,F,25,"Arlington, VA",5030,5328,503,10 Mile +6182,Margaret A.,F,25,"New York, NY",5032,5337,503,10 Mile +540,Elizabeth D.,F,27,"Ashburn, VA",5032,5246,503,10 Mile +5114,Anna B.,F,23,"Annapolis, MD",5032,5337,503,10 Mile +10403,Kate B.,F,45,"Silver Spring, MD",5032,5522,503,10 Mile +6000,Samantha V.,F,28,"Arlington, VA",5035,5284,503,10 Mile +7821,Noreen O.,F,31,"Royersford, PA",5036,5390,503,10 Mile +21763,Elise P.,F,25,"Washington, DC",5036,5319,503,10 Mile +5486,Sarah K.,F,33,"Falls Church, VA",5037,5323,503,10 Mile +8820,Chelsea M.,F,43,"Jacksonville, FL",5037,5555,503,10 Mile +5919,Jill R.,F,43,"Springfield, VA",5037,5236,503,10 Mile +8023,Jennifer W.,F,34,"Washington, DC",5037,5391,503,10 Mile +7829,Timmie B.,F,27,"Washington, DC",5039,5489,503,10 Mile +7405,Annie M.,F,23,"Washington, DC",5039,5500,503,10 Mile +10519,Garland B.,F,26,"Washington, DC",5040,6100,504,10 Mile +4496,Darla G.,F,53,"Arlington, VA",5040,5549,504,10 Mile +5179,Melissa N.,F,43,"Arlington, VA",5040,5307,504,10 Mile +3106,Nina G.,F,29,"Silver Spring, MD",5041,5241,504,10 Mile +3738,Olivia H.,F,15,"Milford, MI",5041,5339,504,10 Mile +4101,Hunter C.,F,23,"Washington, DC",5041,5266,504,10 Mile +5944,Julie M.,F,35,"Washington, DC",5041,5269,504,10 Mile +9887,Stephanie L.,F,31,"Arlington, VA",5041,5346,504,10 Mile +7541,Shonna B.,F,38,"Ashburn, VA",5042,5601,504,10 Mile +5854,Jody W.,F,58,"Vienna, VA",5042,5352,504,10 Mile +21939,Camilla V.,F,26,"Washington, DC",5043,5476,504,10 Mile +23398,Mary K.,F,38,"Jamaica Plain, MA",5043,5495,504,10 Mile +3201,Jennifer C.,F,41,"Leesburg, VA",5043,5337,504,10 Mile +12235,Lydia K.,F,22,"Washington Dc, DC",5044,5790,504,10 Mile +6917,Caitlin H.,F,24,"Washington, DC",5044,5575,504,10 Mile +5657,Emily P.,F,26,"Washington, DC",5044,5369,504,10 Mile +2584,Claire B.,F,27,"Edina, MN",5044,5351,504,10 Mile +5887,Caitlin M.,F,25,"Washington, DC",5044,5575,504,10 Mile +5862,Hannah L.,F,24,"Rockville, MD",5045,6031,504,10 Mile +8792,Elizabeth L.,F,32,"Glen Burnie, MD",5045,5629,504,10 Mile +11639,Dana T.,F,38,"Washington, DC",5046,5798,504,10 Mile +5450,Jen B.,F,31,"Chicago, IL",5048,5297,504,10 Mile +3427,Nina Z.,F,53,"Washington, DC",5048,5304,504,10 Mile +5151,Tara L.,F,39,"Manassas, VA",5049,5258,504,10 Mile +6600,Sarah M.,F,34,"Washington, DC",5049,5479,504,10 Mile +4039,Jessica H.,F,21,"Bedford, NH",5051,5273,505,10 Mile +7940,Lauren B.,F,25,"Washington, DC",5051,5790,505,10 Mile +3129,Caroline F.,F,21,"Sugar Land, TX",5051,5273,505,10 Mile +22142,Leacy B.,F,27,"Washington, DC",5051,5790,505,10 Mile +19903,Kenzie G.,F,15,"Gainesville, VA",5053,6337,505,10 Mile +22494,Luciana J.,F,38,"Washington, DC",5054,5313,505,10 Mile +18207,Hope S.,F,26,"Falls Church, VA",5054,5842,505,10 Mile +6635,Annie K.,F,33,"Alexandria, VA",5055,5528,505,10 Mile +8819,Lori H.,F,42,"Crofton, MD",5055,5281,505,10 Mile +10498,Molly M.,F,27,"Washington, DC",5056,5792,505,10 Mile +21841,Jennifer B.,F,51,"Washington, DC",5056,5271,505,10 Mile +6162,Angela M.,F,34,"Connelly Springs, NC",5056,5510,505,10 Mile +4869,Jayna R.,F,29,"College Park, MD",5057,5322,505,10 Mile +5582,Rachel A.,F,22,"Arlington, VA",5057,5354,505,10 Mile +8721,Danielle G.,F,33,"Catonsville, MD",5057,5502,505,10 Mile +2827,Sophia W.,F,41,"Washington, DC",5057,5325,505,10 Mile +9224,Caitlin H.,F,31,"Arlington, VA",5058,5353,505,10 Mile +2573,Jennifer B.,F,33,"Falls Church, VA",5059,5296,505,10 Mile +6878,Lilia D.,F,31,"Washington, DC",5059,5560,505,10 Mile +9843,Annelise N.,F,31,"Falls Church, VA",5060,5556,506,10 Mile +5194,Jessica J.,F,34,"Washington, DC",5060,5378,506,10 Mile +5757,Madeleine L.,F,20,"Washington, DC",5061,5378,506,10 Mile +9560,Daphne J.,F,32,"Saint-Hubert, QC",5061,5677,506,10 Mile +10132,Casey D.,F,27,"Washington, DC",5061,5497,506,10 Mile +9485,Amy T.,F,28,"Newmanstown, PA",5062,5666,506,10 Mile +4391,Tomoko A.,F,47,"Silver Spring, MD",5062,5276,506,10 Mile +5886,Miho H.,F,53,"Rockville, MD",5062,5276,506,10 Mile +6191,Alyxe P.,F,22,"Burke, VA",5064,5340,506,10 Mile +3363,Cornelia P.,F,56,"Washington, DC",5065,5342,506,10 Mile +4397,Judith A.,F,52,"Warrenton, VA",5065,5361,506,10 Mile +4759,Elizabeth G.,F,33,"Arlington, VA",5065,5316,506,10 Mile +10025,Amy K.,F,37,"Union City, PA",5065,5504,506,10 Mile +7494,Valerie F.,F,26,"Arlington, VA",5066,5497,506,10 Mile +5483,Jennifer M.,F,29,"Washington, DC",5066,5367,506,10 Mile +6819,Brienna L.,F,27,"Alexandria, VA",5066,5509,506,10 Mile +5894,Amber L.,F,33,"Kensington, MD",5067,5290,506,10 Mile +2625,Tammy C.,F,54,"Lanham, MD",5067,5388,506,10 Mile +10672,Courtney J.,F,32,"Washington, DC",5067,5298,506,10 Mile +3630,Jenny P.,F,28,"New York, NY",5067,5315,506,10 Mile +4108,Jessica L.,F,40,"Vienna, VA",5068,5399,506,10 Mile +6316,Kali S.,F,19,"Wilmington, DE",5068,6002,506,10 Mile +2025,Olesja O.,F,37,"Ashburn, VA",5068,5399,506,10 Mile +8382,Allison R.,F,23,"Venetia, PA",5069,5840,506,10 Mile +3552,Kerri K.,F,24,"Washington, DC",5070,5284,507,10 Mile +6680,Noma M.,F,40,"Herndon, VA",5071,5506,507,10 Mile +1916,Maura B.,F,37,"Towson, MD",5071,5527,507,10 Mile +5621,Jo A.,F,55,"Oakton, VA",5071,5304,507,10 Mile +6095,Nicole R.,F,35,"Washington, DC",5071,5360,507,10 Mile +7651,Sarah S.,F,56,"Richmond, VA",5071,5526,507,10 Mile +2764,Christina P.,F,36,"Boyds, MD",5072,5314,507,10 Mile +5813,Beth H.,F,48,"Warrenton, VA",5072,5369,507,10 Mile +5941,Amy T.,F,32,"Washington, DC",5074,5350,507,10 Mile +4754,Maggie C.,F,25,"Annandale, VA",5074,5405,507,10 Mile +3134,Jane K.,F,52,"Montclair, VA",5074,5405,507,10 Mile +398,Lesa T.,F,56,"Warrenton, VA",5075,5392,507,10 Mile +21456,Jamie N.,F,35,"Glen Arm, MD",5076,6480,507,10 Mile +22397,Michelle G.,F,37,"Olney, MD",5077,5419,507,10 Mile +9999,Nicole B.,F,28,"New York, NY",5077,5599,507,10 Mile +2542,Laura G.,F,31,"Arlington, VA",5078,5366,507,10 Mile +5775,Karen D.,F,47,"Tampa, FL",5078,5337,507,10 Mile +6007,Daurie M.,F,36,"Washington, DC",5078,5362,507,10 Mile +13758,Hannah B.,F,28,"Washington, DC",5078,5399,507,10 Mile +2795,Emily K.,F,33,"Washington, DC",5078,5373,507,10 Mile +22488,Eileen H.,F,56,"Rockville, MD",5078,5348,507,10 Mile +5980,Colleen D.,F,35,"Bel Air, MD",5079,5390,507,10 Mile +7417,Anne D.,F,29,"Washington, DC",5079,6046,507,10 Mile +376,Claudia W.,F,65,"Alexandria, VA",5079,5089,507,10 Mile +9792,Elena R.,F,26,"Washington, DC",5079,5507,507,10 Mile +8653,Dana T.,F,26,"Arlington, VA",5079,5570,507,10 Mile +2569,Lindsey C.,F,37,"Washington, DC",5080,5348,508,10 Mile +21015,Katie H.,F,37,"Boulder, CO",5080,6157,508,10 Mile +8420,Ai-Mei C.,F,53,"Bethesda, MD",5080,5369,508,10 Mile +3804,Lydia I.,F,42,"Washington, DC",5080,5338,508,10 Mile +5439,Stephanie B.,F,29,"Dillon, CO",5080,5442,508,10 Mile +4220,Karly S.,F,25,"West Chester, PA",5080,5712,508,10 Mile +12474,Lydia R.,F,28,"Bethesda, MD",5080,5932,508,10 Mile +7776,Alicia K.,F,21,"Cambridge, MA",5081,5540,508,10 Mile +9795,Megan W.,F,31,"Brooklyn, NY",5081,5707,508,10 Mile +4723,Lisa M.,F,31,"Southborough, MA",5082,5361,508,10 Mile +7027,Naureen A.,F,39,"Rockville, MD",5082,5656,508,10 Mile +3085,Erin S.,F,33,"Annandale, VA",5082,5339,508,10 Mile +6674,Bryn W.,F,27,"Arlington, VA",5082,5599,508,10 Mile +9440,Erin E.,F,38,"Rochester, NY",5083,5548,508,10 Mile +5322,Anastasia B.,F,27,"Alexandria, VA",5083,5438,508,10 Mile +7244,Kelly C.,F,37,"Philadelphia, PA",5084,5694,508,10 Mile +5855,Meghan D.,F,32,"Arlington, VA",5084,5450,508,10 Mile +9543,Pamela C.,F,35,"Riva, MD",5084,5397,508,10 Mile +23172,Olivia C.,F,28,"Ny, NY",5084,5362,508,10 Mile +3294,Colleen C.,F,44,"Davidsonville, MD",5084,5397,508,10 Mile +18707,Isabel A.,F,23,"Washington, DC",5085,5545,508,10 Mile +6276,Melissa V.,F,22,"New York, NY",5086,5405,508,10 Mile +4999,Caitlin A.,F,45,"Cheverly, MD",5086,5440,508,10 Mile +16899,Alice T.,F,26,"Arlington, VA",5087,6248,508,10 Mile +7662,Andreea L.,F,42,"Bethesda, MD",5088,5431,508,10 Mile +6046,Kate E.,F,32,"Washington, DC",5088,5358,508,10 Mile +12045,Irene K.,F,22,"Washington, DC",5089,5978,508,10 Mile +11299,Leigh F.,F,25,"Philadelphia, PA",5089,5834,508,10 Mile +5215,Lisa C.,F,45,"Washington, DC",5090,5970,509,10 Mile +6021,Hillary D.,F,25,"Washington, DC",5090,5377,509,10 Mile +5217,Maryann D.,F,30,"New York, NY",5090,5385,509,10 Mile +2266,Quana F.,F,38,"Hanover, MD",5090,5891,509,10 Mile +3211,Julia R.,F,38,"Washington, DC",5091,5624,509,10 Mile +22524,Hillary D.,F,49,"Washington, DC",5091,5335,509,10 Mile +7056,Camille F.,F,28,"Washington, DC",5092,5711,509,10 Mile +8439,Stephanie K.,F,27,"Washington, DC",5092,5565,509,10 Mile +9840,Chelsea F.,F,43,"Milton, DE",5093,5707,509,10 Mile +14378,Nicole P.,F,23,"Washington, DC",5093,6191,509,10 Mile +5384,Jacqueline H.,F,32,"Washington, DC",5094,5649,509,10 Mile +6986,Julia B.,F,33,"Laurel, MD",5095,5577,509,10 Mile +13996,Grace B.,F,27,"Washington, DC",5095,5890,509,10 Mile +4514,Sophia A.,F,30,"Herndon, VA",5095,5430,509,10 Mile +10560,Jennifer F.,F,23,"Arlington, VA",5095,5895,509,10 Mile +5972,Julianne B.,F,26,"NW, DC",5096,5682,509,10 Mile +7241,Joanna C.,F,31,"Long Island City, NY",5096,5733,509,10 Mile +9961,Lisa L.,F,30,"Silver Spring, MD",5097,5881,509,10 Mile +7578,Christine N.,F,35,"Chevy Chase, MD",5097,5698,509,10 Mile +4510,Carol B.,F,53,"Rockville, MD",5098,5388,509,10 Mile +13400,Taylor M.,F,24,"Washington, DC",5098,5882,509,10 Mile +13328,Michelle P.,F,34,"Barnegat, NJ",5099,6261,509,10 Mile +22977,Kathleen R.,F,26,"Washington, DC",5100,6554,510,10 Mile +23068,Lindsay J.,F,34,"Baltimore, MD",5100,5430,510,10 Mile +4426,Noelle C.,F,37,"Stephens City, VA",5100,5340,510,10 Mile +5748,Allison M.,F,26,"Baltimore, MD",5101,5543,510,10 Mile +6144,Sarah L.,F,26,"New York, NY",5102,5932,510,10 Mile +11100,Virginia B.,F,39,"Holland, MI",5102,5851,510,10 Mile +17918,Angela J.,F,34,"Washington, DC",5102,6231,510,10 Mile +7444,Briana M.,F,33,"Washington, DC",5102,5460,510,10 Mile +5687,Katie T.,F,30,"Washington, DC",5103,6002,510,10 Mile +8173,Sarah B.,F,35,"Ashburn, VA",5103,5386,510,10 Mile +409,Katie F.,F,61,"Silver Spring, MD",5103,5106,510,10 Mile +7194,Anne P.,F,30,"Arlington, VA",5103,5611,510,10 Mile +2332,Naomi M.,F,24,"Greencastle, PA",5103,5413,510,10 Mile +22354,Nickey E.,F,47,"Shippensburg, PA",5103,5441,510,10 Mile +5453,Kateri R.,F,35,"Sterling, VA",5103,5386,510,10 Mile +5946,Harriet N.,F,30,"Washington, DC",5104,5352,510,10 Mile +6123,Karen M.,F,53,"Columbia, MD",5104,5289,510,10 Mile +6906,Risa C.,F,32,"Washington, DC",5104,6096,510,10 Mile +9334,Grace B.,F,21,"Washington, DC",5104,5541,510,10 Mile +6767,Randi K.,F,31,"Vienna, VA",5104,5624,510,10 Mile +4545,Lidia M.,F,30,"Washington, DC",5105,5625,510,10 Mile +4918,Yoriko N.,F,27,"Mclean, VA",5106,5457,510,10 Mile +3021,Lauren T.,F,29,"Arlington, VA",5106,5467,510,10 Mile +5998,Julia V.,F,33,"Washington, DC",5107,5389,510,10 Mile +21947,Amy B.,F,39,"Washington, DC",5107,5541,510,10 Mile +4713,Julia S.,F,25,"Washington Dc, DC",5107,5370,510,10 Mile +4342,Emily K.,F,27,"Philadelphia, PA",5107,5311,510,10 Mile +6155,Jingjing Y.,F,36,"Great Falls, VA",5107,5711,510,10 Mile +6881,Anna K.,F,27,"Washington, DC",5108,5592,510,10 Mile +8348,Jennifer H.,F,39,"Leesburg, VA",5108,5421,510,10 Mile +4552,Elizabeth C.,F,39,"Leesburg, VA",5108,5421,510,10 Mile +12077,Tracey T.,F,36,"Herndon, VA",5108,5940,510,10 Mile +4258,Judy G.,F,59,"Silver Spring, MD",5109,5417,510,10 Mile +8013,Katherine C.,F,24,"Washington, DC",5110,5450,511,10 Mile +18664,Sophie R.,F,26,"Washington, DC",5110,5346,511,10 Mile +4592,Taya P.,F,36,"Brooklyn, NY",5111,5451,511,10 Mile +5210,Alissa H.,F,44,"Washington, DE",5111,5369,511,10 Mile +6198,Amanda M.,F,35,"Washington, DC",5111,5372,511,10 Mile +22472,Lauren T.,F,30,"Wyomissing, PA",5111,5146,511,10 Mile +5203,Alicia W.,F,37,"Hagerstown, MD",5112,5383,511,10 Mile +15231,Meredith H.,F,27,"Falls Church, VA",5112,6090,511,10 Mile +5960,Frances L.,F,48,"Washington, DC",5112,5382,511,10 Mile +3929,Stephanie S.,F,25,"Washington, DC",5113,5444,511,10 Mile +9226,Kate C.,F,24,"Falls Church, VA",5113,5410,511,10 Mile +20830,Derya M.,F,40,"Alexandria, VA",5113,5337,511,10 Mile +16620,Tracy K.,F,56,"Lutz, FL",5113,5351,511,10 Mile +9990,Rebekah E.,F,45,"Washington, DC",5114,5454,511,10 Mile +5045,Melanie K.,F,38,"Woodside, NY",5114,5432,511,10 Mile +7493,Allison G.,F,31,"Washington, DC",5114,5979,511,10 Mile +21857,Annie C.,F,25,"Washington, DC",5115,5341,511,10 Mile +6273,Annie D.,F,29,"New Hope, MN",5115,5611,511,10 Mile +20973,Kristin M.,F,45,"Bethesda, MD",5115,6555,511,10 Mile +4697,Marisol D.,F,48,"Olney, MD",5115,5454,511,10 Mile +22523,Liane L.,F,41,"Bethesda, MD",5115,5414,511,10 Mile +3938,Michele D.,F,48,"Walton, NY",5115,5332,511,10 Mile +9110,Melissa N.,F,43,"Olney, MD",5116,5458,511,10 Mile +22205,Kateland J.,F,28,"Washington, DC",5116,5691,511,10 Mile +5532,Kathleen L.,F,50,"Great Falls, VA",5118,5455,511,10 Mile +13479,Diane B.,F,44,"Evans City, PA",5119,5930,511,10 Mile +5134,Carolyn D.,F,26,"Washington, DC",5119,5403,511,10 Mile +5509,Virginia S.,F,53,"Fort Washington, MD",5119,5300,511,10 Mile +13481,Ashley H.,F,30,"Cranberry Twp, PA",5120,5930,512,10 Mile +9460,Lynne T.,F,54,"Lititz, PA",5121,5612,512,10 Mile +10501,Jane L.,F,31,"Washington, DC",5121,5962,512,10 Mile +7342,Audra K.,F,25,"Washington, DC",5121,5603,512,10 Mile +6541,Maddy S.,F,25,"Ashburn, VA",5122,5594,512,10 Mile +6921,Kristen M.,F,47,"Alexandria, VA",5122,5464,512,10 Mile +5259,Emily S.,F,26,"Washington, DC",5122,5348,512,10 Mile +21770,Kathryn S.,F,29,"Washington, DC",5123,5339,512,10 Mile +5807,Susanna S.,F,40,"Philadelphia, PA",5123,5372,512,10 Mile +8362,Lauren B.,F,28,"Washington, DC",5123,5731,512,10 Mile +6374,Amy G.,F,30,"Washington, DC",5123,5878,512,10 Mile +5484,Susannah C.,F,35,"Baltimore, MD",5124,5449,512,10 Mile +21945,Alyssa H.,F,27,"Washington, DC",5125,5453,512,10 Mile +5785,Katherine R.,F,28,"Bethesda, MD",5125,5367,512,10 Mile +5724,Kate L.,F,45,"Woodbridge, NJ",5125,5451,512,10 Mile +8741,Kari K.,F,30,"Baltimore, MD",5125,5580,512,10 Mile +3577,Vanessa J.,F,44,"Washington, DC",5126,5354,512,10 Mile +7049,Kathlyn E.,F,27,"Washington, DC",5126,5747,512,10 Mile +7986,Joan K.,F,41,"Arlington, VA",5126,5603,512,10 Mile +14353,Natalie H.,F,23,"Pittsburgh, PA",5126,5393,512,10 Mile +11725,Stacy D.,F,25,"Washington, DC",5126,5964,512,10 Mile +5545,Melissa M.,F,35,"Olney, MD",5127,5407,512,10 Mile +8601,Lindsey W.,F,35,"Reston, VA",5127,5558,512,10 Mile +20379,Emily S.,F,36,"Reston, VA",5127,5558,512,10 Mile +6646,Lindsay L.,F,33,"Reston, VA",5127,5558,512,10 Mile +7239,Rose C.,F,34,"Brooklyn, NY",5127,5649,512,10 Mile +3749,Betty W.,F,34,"Washington, DC",5128,5356,512,10 Mile +6108,Kimberly V.,F,37,"Alexandria, VA",5128,5365,512,10 Mile +9285,Lauren S.,F,28,"Washington Dc, DC",5129,5389,512,10 Mile +8638,Emily K.,F,37,"Leesburg, VA",5130,5717,513,10 Mile +4560,Ashley O.,F,25,"Arlington, VA",5130,5617,513,10 Mile +6841,Erin A.,F,40,"Washington, DC",5131,5614,513,10 Mile +22501,Claudine C.,F,41,"Huntington Station, NY",5131,5326,513,10 Mile +3143,Michelle B.,F,40,"Nashua, NH",5131,5325,513,10 Mile +8274,Louisa B.,F,24,"Washington, DC",5131,6013,513,10 Mile +5801,Rebecca H.,F,51,"Alexandria, VA",5131,5363,513,10 Mile +3773,Megan C.,F,30,"Leesburg, VA",5132,5378,513,10 Mile +4196,Molly P.,F,26,"Washington, DC",5132,5385,513,10 Mile +7981,Jackie W.,F,25,"Warrenton, VA",5132,5569,513,10 Mile +9213,Ivana M.,F,27,"Washington, DC",5132,5896,513,10 Mile +7782,Nina H.,F,26,"Washington, DC",5132,5716,513,10 Mile +5773,Chelsea K.,F,25,"Blacksburg, VA",5133,5341,513,10 Mile +3932,Jennifer P.,F,39,"Alexandria, VA",5133,5457,513,10 Mile +2476,Janeen K.,F,34,"Jacksonville, FL",5133,5457,513,10 Mile +5222,Emily F.,F,27,"Pickerington, OH",5134,5328,513,10 Mile +22256,Tami T.,F,37,"Ashley, PA",5134,5582,513,10 Mile +2843,Carrielyn O.,F,30,"Sykesville, MD",5134,6313,513,10 Mile +10973,Taylor S.,F,21,"Elmhurst, NY",5135,5872,513,10 Mile +7751,Laurel A.,F,23,"Arlington, VA",5135,5684,513,10 Mile +3580,Jamie B.,F,27,"North Chesterfield, VA",5136,5491,513,10 Mile +6063,Meg P.,F,29,"Washington, DC",5136,5567,513,10 Mile +3145,Melissa T.,F,37,"Bluffton, SC",5136,5414,513,10 Mile +6832,Singer C.,F,25,"Washington, DC",5137,5728,513,10 Mile +3686,Holly S.,F,56,"Dover, DE",5137,5663,513,10 Mile +4775,Johanna R.,F,24,"Washington, DC",5137,6367,513,10 Mile +10122,Hannah G.,F,30,"Philadelphia, PA",5137,5629,513,10 Mile +5023,Jane F.,F,34,"Bel Air, MD",5137,5408,513,10 Mile +6552,Lauren M.,F,24,"Laurel, MD",5137,5616,513,10 Mile +3522,Tracey H.,F,48,"Charlottesville, VA",5137,5365,513,10 Mile +6114,Jennifer O.,F,32,"Washington, DC",5138,5754,513,10 Mile +4281,Melissa S.,F,35,"Marietta, GA",5138,6606,513,10 Mile +6375,Rebecca B.,F,34,"Washington, DC",5139,5920,513,10 Mile +8416,Rachelle Z.,F,23,"Washington, DC",5139,5705,513,10 Mile +21526,Kaitlyn F.,F,24,"East Petersburg, PA",5140,6371,514,10 Mile +5557,Courtney F.,F,37,"Washington, DC",5141,5925,514,10 Mile +7029,Lauryn A.,F,31,"Alexandria, VA",5142,5448,514,10 Mile +20811,Carolyn L.,F,29,"New York, NY",5142,5506,514,10 Mile +5609,Monica S.,F,46,"Centreville, VA",5142,5372,514,10 Mile +14950,Elena R.,F,31,"Malden, MA",5142,5476,514,10 Mile +3716,Nicole G.,F,31,"Toronto, ON",5143,5356,514,10 Mile +4915,Erin Y.,F,23,"Washington, DC",5143,5601,514,10 Mile +7167,Carolyn V.,F,29,"Alexandria, VA",5144,5632,514,10 Mile +9822,Makenna O.,F,26,"Washington, DC",5144,5685,514,10 Mile +3136,Kelli S.,F,23,"Arlington, VA",5145,5439,514,10 Mile +22025,Jaclyn K.,F,38,"Washington, DC",5146,6014,514,10 Mile +7176,Cristina S.,F,22,"Chevy Chase, MD",5147,5609,514,10 Mile +22405,Tracy K.,F,27,"Baltimore, MD",5147,5340,514,10 Mile +11117,Alyson E.,F,36,"Chantilly, VA",5149,5645,514,10 Mile +7939,Cathy W.,F,63,"Mclean, VA",5149,5498,514,10 Mile +8553,Susan M.,F,31,"Salisbury, NC",5150,5603,515,10 Mile +7584,Margaret C.,F,32,"San Marcos, TX",5150,5925,515,10 Mile +4128,Stephane R.,F,34,"Washington, DC",5150,5334,515,10 Mile +6649,Susan S.,F,37,"Burke, VA",5150,5620,515,10 Mile +8427,Caileen G.,F,35,"Falls Church, VA",5150,5339,515,10 Mile +5188,Jessica K.,F,40,"Washington, DC",5150,5740,515,10 Mile +6822,Sara V.,F,24,"Washington, DC",5151,5609,515,10 Mile +5504,Catherine D.,F,49,"Jefferson Township, PA",5151,5358,515,10 Mile +2349,Kara G.,F,25,"Washington, DC",5152,5420,515,10 Mile +6066,Katie H.,F,24,"Washington, DC",5152,5706,515,10 Mile +6677,Catherine C.,F,31,"Arlington, VA",5153,5647,515,10 Mile +15575,Laura L.,F,33,"Washington, DC",5153,6312,515,10 Mile +6576,Erin W.,F,49,"Hagerstown, MD",5155,5912,515,10 Mile +22796,Allison H.,F,31,"Washington, DC",5155,6237,515,10 Mile +7498,Nicole T.,F,29,"Washington, DC",5156,5395,515,10 Mile +7753,Jasmin R.,F,39,"New York, NY",5156,5488,515,10 Mile +8288,Nicole Y.,F,28,"Washington, DC",5156,5739,515,10 Mile +7325,Doh K.,F,34,"Alexandria, VA",5156,5644,515,10 Mile +5976,Brianna G.,F,31,"Bethesda, MD",5156,5933,515,10 Mile +13840,Suzanne A.,F,26,"Syracuse, NY",5156,6595,515,10 Mile +5535,Jane H.,F,48,"Chevy Chase, MD",5156,5478,515,10 Mile +4508,Lia W.,F,24,"Washington, DC",5156,5597,515,10 Mile +15122,Natalie W.,F,36,"Silver Spring, MD",5157,5606,515,10 Mile +4330,Robin R.,F,32,"Washington, DC",5157,5491,515,10 Mile +4466,Laura B.,F,31,"Philadelphia, PA",5157,5475,515,10 Mile +530,Jane O.,F,35,"Mantua, NJ",5157,5182,515,10 Mile +9894,Michelle L.,F,26,"Arlington, VA",5158,5443,515,10 Mile +20404,Helen W.,F,55,"Washington, DC",5158,5435,515,10 Mile +2701,Samantha K.,F,27,"Washington, DC",5158,6091,515,10 Mile +10899,Caroline B.,F,24,"Washington, DC",5158,5475,515,10 Mile +2700,Alisha K.,F,29,"Washington, DC",5158,6091,515,10 Mile +9900,Victoria S.,F,57,"Ashburn, VA",5158,5989,515,10 Mile +4985,Caroline F.,F,33,"Washington, DC",5158,5448,515,10 Mile +8990,Ana B.,F,26,"Washington, DC",5158,5622,515,10 Mile +12789,Sheryl G.,F,23,"Arlington, VA",5159,5891,515,10 Mile +20583,Allie F.,F,26,"Washington, DC",5160,5733,516,10 Mile +1741,Jyun-Fang C.,F,28,"Long Island City, NY",5160,5218,516,10 Mile +7276,Jane S.,F,24,"Washington, DC",5161,5624,516,10 Mile +21243,Charlotte H.,F,22,"Washington, DC",5161,5451,516,10 Mile +4440,Jamie S.,F,25,"New York, NY",5161,5504,516,10 Mile +9148,Alicia G.,F,26,"Washington, DC",5161,5786,516,10 Mile +2842,Rachel M.,F,27,"Washington, DC",5161,6016,516,10 Mile +3509,Natalie R.,F,22,"Washington, DC",5161,5451,516,10 Mile +4565,Alexis M.,F,32,"Washington, DC",5162,5505,516,10 Mile +8801,Kathleen O.,F,56,"Bethesda, MD",5162,5592,516,10 Mile +15266,Emma K.,F,19,"Northport, NY",5163,6094,516,10 Mile +9829,Helen A.,F,19,"Washington, DC",5163,5682,516,10 Mile +5610,Amy T.,F,42,"Bethesda, MD",5163,5706,516,10 Mile +10388,Aline P.,F,25,"Washington, DC",5163,5607,516,10 Mile +17778,Michelle G.,F,24,"Atlanta, GA",5163,6278,516,10 Mile +12208,Jodi K.,F,31,"Alexandria, VA",5165,5423,516,10 Mile +8596,Colleen K.,F,35,"Damascus, MD",5165,5777,516,10 Mile +4900,Leean T.,F,28,"Hyattsville, MD",5165,5373,516,10 Mile +8221,Neisha T.,F,30,"Washington, DC",5166,5597,516,10 Mile +8748,Christine Z.,F,24,"Washington, DC",5167,5919,516,10 Mile +17609,Amy D.,F,41,"Cincinnati, OH",5167,6573,516,10 Mile +7165,Mckane S.,F,31,"Washington, DC",5167,5736,516,10 Mile +7841,Karen O.,F,39,"Arlington, VA",5167,5605,516,10 Mile +4554,Taina V.,F,29,"Washington, DC",5167,5381,516,10 Mile +6350,Sarah T.,F,30,"Arlington, VA",5168,5773,516,10 Mile +21915,Emily M.,F,30,"Washington, DC",5168,5595,516,10 Mile +10223,Jeanie J.,F,27,"Washington, DC",5169,5513,516,10 Mile +7830,Lydia M.,F,30,"Alexandria, VA",5170,6452,517,10 Mile +2153,Caitlin F.,F,34,"Concord, NH",5172,5638,517,10 Mile +13573,Laura B.,F,24,"New Haven, CT",5172,6022,517,10 Mile +4503,Bo J.,F,23,"Arlington, VA",5173,5510,517,10 Mile +2198,Angela S.,F,45,"Washington, DC",5173,5534,517,10 Mile +7947,Caitlyn V.,F,23,"Arlington, VA",5173,5400,517,10 Mile +5735,Britt H.,F,33,"Washington, DC",5173,5746,517,10 Mile +6624,Stephanie B.,F,28,"Arlington, VA",5173,5518,517,10 Mile +14129,Caroline H.,F,25,"Washington, DC",5173,6281,517,10 Mile +7326,Brenna S.,F,28,"New York, NY",5174,5644,517,10 Mile +7198,Mary A.,F,47,"Westport, CT",5174,5653,517,10 Mile +11999,Sage S.,F,24,"Washington, DC",5174,5938,517,10 Mile +3750,Eileen B.,F,20,"Red Bank, NJ",5174,5486,517,10 Mile +5589,Ying F.,F,49,"Clarksburg, MD",5174,5693,517,10 Mile +6156,Julianne N.,F,28,"Washington, DC",5175,5805,517,10 Mile +15306,Shayna M.,F,28,"Washington Dc, DC",5175,5754,517,10 Mile +5311,Candice Y.,F,35,"Mclean, VA",5176,5380,517,10 Mile +7208,Amanda L.,F,30,"Silver Spring, MD",5176,5651,517,10 Mile +22531,Gretchen D.,F,42,"Gaithersburg, MD",5176,5479,517,10 Mile +2861,Stephanie G.,F,32,"Alexandria, VA",5177,5372,517,10 Mile +6551,Michelle H.,F,34,"Washington, DC",5177,6426,517,10 Mile +11875,Vanessa R.,F,32,"Aldie, VA",5177,6462,517,10 Mile +7192,Caitlin D.,F,24,"Washington, DC",5178,5613,517,10 Mile +6554,Tien N.,F,38,"Brooklyn, NY",5178,5672,517,10 Mile +8381,Dawn F.,F,37,"Crofton, MD",5178,5664,517,10 Mile +6214,Jody T.,F,57,"Potomac, MD",5178,5628,517,10 Mile +8580,Carissa G.,F,39,"Toronto, ON",5179,5389,517,10 Mile +10565,Janet H.,F,41,"Washington, DC",5179,5924,517,10 Mile +8691,Emily H.,F,26,"Reston, VA",5180,5729,518,10 Mile +6190,Sophia H.,F,24,"Washington, DC",5180,5408,518,10 Mile +4537,Margie K.,F,43,"Merion Station, PA",5181,5456,518,10 Mile +5648,Rebecca H.,F,41,"Brooklyn, NY",5181,5444,518,10 Mile +6572,Leticia D.,F,35,"Washington, DC",5182,5773,518,10 Mile +7096,Linda K.,F,56,"Alexandria, VA",5182,5651,518,10 Mile +6377,Emily B.,F,31,"Astoria, NY",5182,5794,518,10 Mile +7632,Larisa R.,F,47,"Fairfax, VA",5182,5633,518,10 Mile +7557,Megan G.,F,32,"Arlington, VA",5183,5625,518,10 Mile +12367,Mariel M.,F,23,"Washington, DC",5183,5941,518,10 Mile +6015,Sharleen B.,F,44,"Bel Air, MD",5184,5630,518,10 Mile +9276,Jessica M.,F,28,"Alexandria, VA",5184,5665,518,10 Mile +22533,Yolanda G.,F,45,"Gaithersburg, MD",5184,5486,518,10 Mile +9266,Christina E.,F,26,"Arlington, VA",5184,5617,518,10 Mile +6028,Jessica J.,F,37,"Alexandria, VA",5185,5412,518,10 Mile +6964,Valerie R.,F,55,"Bowie, MD",5185,6425,518,10 Mile +6391,Rachel C.,F,33,"Arlington, VA",5186,5681,518,10 Mile +12432,Amanda F.,F,33,"Washington, DC",5186,6130,518,10 Mile +12913,Annie F.,F,27,"New York, NY",5186,5413,518,10 Mile +6988,Amanda B.,F,23,"Washington Dc, DC",5186,5728,518,10 Mile +5158,Kindred H.,F,32,"New York, NY",5187,5673,518,10 Mile +4595,Neta K.,F,30,"New York, NY",5187,5425,518,10 Mile +1686,Anne S.,F,40,"Washington, DC",5187,5245,518,10 Mile +8444,Erin G.,F,23,"Washington, DC",5188,5556,518,10 Mile +7280,Shannon M.,F,28,"Washington, DC",5188,5623,518,10 Mile +9745,Susan M.,F,41,"Herndon, VA",5188,5699,518,10 Mile +7791,Victoria M.,F,36,"Gaithersburg, MD",5188,5632,518,10 Mile +4177,Sherri S.,F,33,"Millbury, MA",5189,5380,518,10 Mile +11136,Helyn K.,F,32,"Arlington, VA",5189,5634,518,10 Mile +5649,Kelsey F.,F,29,"Gloucester Point, VA",5190,5476,519,10 Mile +7424,Tara S.,F,45,"Burke, VA",5190,5675,519,10 Mile +5006,Amy M.,F,42,"Fairfax, VA",5190,5437,519,10 Mile +6593,Yadira R.,F,36,"New Rochelle, NY",5190,5624,519,10 Mile +6770,Kate G.,F,27,"Washington, DC",5190,5621,519,10 Mile +7316,Kristin L.,F,35,"Washington, DC",5191,5716,519,10 Mile +6405,Christina H.,F,28,"Glenview, IL",5191,5631,519,10 Mile +6171,Olivia F.,F,23,"Washington, DC",5191,5559,519,10 Mile +4085,Rebecca D.,F,41,"Chesapeake, VA",5192,5533,519,10 Mile +5477,Lisa M.,F,39,"Arlington, VA",5192,5782,519,10 Mile +6333,Cara T.,F,23,"Washington, DC",5192,5789,519,10 Mile +6239,Lucia D.,F,29,"Arlington, VA",5193,5988,519,10 Mile +5790,Orly K.,F,34,"Baltimore, MD",5193,5432,519,10 Mile +5985,Katelyn G.,F,29,"Alexandria, VA",5193,6176,519,10 Mile +5515,Elise M.,F,26,"Freehold, NJ",5194,5501,519,10 Mile +4229,Hilary H.,F,26,"Washington, DC",5194,5502,519,10 Mile +6465,Jennifer I.,F,46,"Chevy Chase, MD",5194,5725,519,10 Mile +6336,Afton H.,F,29,"Alexandria, VA",5195,5702,519,10 Mile +3806,Laura T.,F,45,"Baltimore, MD",5195,5543,519,10 Mile +3840,Kristin W.,F,34,"Washington, DC",5195,5478,519,10 Mile +3433,Suzanne M.,F,36,"Nottingham, MD",5195,5542,519,10 Mile +7850,Sara C.,F,44,"Elkins, WV",5196,5666,519,10 Mile +4583,Emily K.,F,30,"Arlington, VA",5196,5493,519,10 Mile +8045,Jenna M.,F,29,"New York, NY",5196,5636,519,10 Mile +4291,Kate W.,F,27,"Washington, DC",5198,5425,519,10 Mile +5540,Jennifer S.,F,30,"Washington, DC",5198,5630,519,10 Mile +2911,Portia D.,F,28,"New York, NY",5198,5411,519,10 Mile +4702,Kate B.,F,24,"Washington, DC",5198,5531,519,10 Mile +21822,Kelsie W.,F,24,"Washington Dc, DC",5198,5760,519,10 Mile +18486,Claudia P.,F,38,"Rockville, MD",5200,6115,520,10 Mile +14356,Stephanie S.,F,47,"Arlington, VA",5200,6123,520,10 Mile +7481,Esther L.,F,25,"Centreville, VA",5200,5704,520,10 Mile +6406,Adrienne B.,F,30,"Washington, DC",5200,5750,520,10 Mile +10126,Danielle Z.,F,35,"Richmond, VA",5200,5734,520,10 Mile +15477,Adrienne J.,F,33,"Pittsburgh, PA",5201,6252,520,10 Mile +7891,Mary S.,F,24,"Washington, DC",5201,5711,520,10 Mile +9957,Kimberly D.,F,36,"Arlington, VA",5201,5502,520,10 Mile +5599,Marianne W.,F,42,"Washington, DC",5202,5519,520,10 Mile +9965,Ji L.,F,27,"Fairfax, VA",5202,5720,520,10 Mile +9991,Laura G.,F,27,"Silver Spring, MD",5202,5825,520,10 Mile +8517,Breen S.,F,55,"Pittsburgh, PA",5202,5830,520,10 Mile +6579,Lara M.,F,36,"Alexandria, VA",5202,5683,520,10 Mile +4505,Kathryn H.,F,24,"Alexandria, VA",5203,5430,520,10 Mile +6036,Alyssa H.,F,35,"Washington, DC",5203,5787,520,10 Mile +4947,Melissa C.,F,34,"Fairfax, VA",5204,5664,520,10 Mile +22543,Mayumi P.,F,53,"Jacksonville, FL",5204,5656,520,10 Mile +7260,Jennifer S.,F,44,"Washington, DC",5204,5708,520,10 Mile +6352,Stefanie M.,F,22,"Washington, DC",5205,5686,520,10 Mile +3801,Mary B.,F,51,"Rehoboth, DE",5206,5508,520,10 Mile +12596,Elena M.,F,25,"Washington, DC",5206,6163,520,10 Mile +7259,Heather D.,F,28,"Washington, DC",5207,5835,520,10 Mile +14689,Stefanie H.,F,32,"Washington, DC",5207,6005,520,10 Mile +9390,Jennifer J.,F,28,"Washington, DC",5208,6674,520,10 Mile +5137,Lindsey R.,F,31,"Cheyenne, WY",5208,5648,520,10 Mile +2400,Ann A.,F,22,"Washington Dc, DC",5208,5423,520,10 Mile +5209,Jenny Q.,F,53,"Goshen, NY",5209,5691,520,10 Mile +5285,Christina A.,F,26,"Brooklyn, NY",5209,5512,520,10 Mile +9985,Tasneem H.,F,38,"Centereach, NY",5210,6018,521,10 Mile +22514,Michelle B.,F,47,"Charlottesville, VA",5211,5516,521,10 Mile +9084,Jennifer L.,F,38,"Alexandria, VA",5211,5747,521,10 Mile +9009,Blair F.,F,24,"Bethesda, MD",5211,5700,521,10 Mile +4523,Lacee A.,F,30,"Rockville, MD",5211,5432,521,10 Mile +7459,Lisa A.,F,60,"North Adams, MA",5211,5814,521,10 Mile +2195,Jessica H.,F,29,"Washington, DC",5212,5727,521,10 Mile +6463,Allison M.,F,34,"Washington, DC",5212,5762,521,10 Mile +21750,Ashley R.,F,32,"Alexandria, VA",5212,5246,521,10 Mile +10112,Corrinne R.,F,26,"Greensboro, NC",5212,5663,521,10 Mile +9426,Amanda K.,F,39,"Abingdon, MD",5212,5560,521,10 Mile +10424,Mary B.,F,42,"Bel Air, MD",5212,5523,521,10 Mile +9848,Alexa M.,F,21,"Hillsdale, NJ",5213,5836,521,10 Mile +4949,Hilary W.,F,36,"Washington, DC",5213,5401,521,10 Mile +3628,Kelly S.,F,39,"Harrisburg, PA",5214,5547,521,10 Mile +5579,Kellie M.,F,39,"Brooklyn, NY",5214,5578,521,10 Mile +21831,Christina B.,F,28,"Washington, DC",5214,5504,521,10 Mile +10969,Jennifer K.,F,43,"Ashburn, VA",5214,5985,521,10 Mile +10763,Eleanor B.,F,31,"Washington, DC",5214,5840,521,10 Mile +11206,Claire W.,F,30,"Medford, MA",5215,6077,521,10 Mile +6041,Angie S.,F,38,"New York, NY",5215,5548,521,10 Mile +10442,Christina M.,F,29,"Union Bridge, MD",5215,5523,521,10 Mile +11529,Jasmine R.,F,36,"Washington, DC",5216,6043,521,10 Mile +18430,Jody D.,F,41,"Falls Church, VA",5217,5754,521,10 Mile +5230,Belinda S.,F,51,"Monrovia, MD",5217,5483,521,10 Mile +5054,Brooke H.,F,33,"Silver Spring, MD",5217,5498,521,10 Mile +7464,Heather W.,F,34,"Clarksburg, MD",5217,5749,521,10 Mile +4569,Denise T.,F,26,"Falls Church, VA",5217,5545,521,10 Mile +4800,Rachel A.,F,34,"Silver Spring, MD",5217,5498,521,10 Mile +10992,Delaney T.,F,26,"Arlington, VA",5218,5446,521,10 Mile +6961,Rachel A.,F,35,"Arlington, VA",5218,5749,521,10 Mile +4981,Erin D.,F,26,"Arlington, VA",5218,5446,521,10 Mile +2435,Samantha J.,F,31,"New York, NY",5218,5548,521,10 Mile +10229,Kellyn E.,F,29,"Richmond, VA",5219,5548,521,10 Mile +23088,Maggie D.,F,29,"Washington, DC",5219,5708,521,10 Mile +7561,Kristen B.,F,35,"Sterling, VA",5219,5660,521,10 Mile +1912,Rachel D.,F,28,"West Hartford, CT",5219,5258,521,10 Mile +6994,Wren S.,F,26,"Washington, DC",5219,5446,521,10 Mile +9439,Dawn Z.,F,36,"Raleigh, NC",5219,5742,521,10 Mile +4858,Amy P.,F,41,"Washington, DC",5220,5548,522,10 Mile +9571,Jaclyn S.,F,30,"Washington, DC",5220,5707,522,10 Mile +8669,Emma N.,F,31,"Washington, DC",5220,5776,522,10 Mile +14029,Leah N.,F,25,"Washington, DC",5220,6052,522,10 Mile +4749,Sherene S.,F,38,"Silver Spring, MD",5220,5542,522,10 Mile +3820,Cecily J.,F,24,"Reston, VA",5220,5454,522,10 Mile +5164,Laurie N.,F,28,"Fairfax, VA",5221,5503,522,10 Mile +7134,Nuria M.,F,35,"Fairfax, VA",5222,5796,522,10 Mile +6067,Mary C.,F,29,"Washington, DC",5222,5748,522,10 Mile +8924,Malou M.,F,33,"Annandale, VA",5223,5588,522,10 Mile +10365,Amy H.,F,31,"Silver Spring, MD",5224,5776,522,10 Mile +7910,Audrey O.,F,25,"La Plata, MD",5225,5664,522,10 Mile +6354,Dana P.,F,28,"Washington, DC",5225,5706,522,10 Mile +12936,Jenica H.,F,24,"Washington, DC",5225,5681,522,10 Mile +6745,Maggie R.,F,55,"Peterborough, NH",5225,5540,522,10 Mile +5736,Maria G.,F,54,"Haddon Heights, NJ",5225,5994,522,10 Mile +14696,Nina K.,F,22,"Washington, DC",5226,6205,522,10 Mile +3442,Kelly M.,F,33,"Washington, DC",5227,5568,522,10 Mile +19958,Rachel N.,F,35,"Bethesda, MD",5227,5825,522,10 Mile +5368,Katherine A.,F,28,"Washington, DC",5227,5485,522,10 Mile +8187,Katie J.,F,33,"Inwood, WV",5227,5675,522,10 Mile +7546,Christine G.,F,31,"Arlington, VA",5227,5657,522,10 Mile +7311,Marjorie J.,F,36,"Montreal, QC",5228,5844,522,10 Mile +8775,Laura P.,F,29,"Washington, DC",5228,5668,522,10 Mile +9675,Enola T.,F,37,"Springfield, VA",5228,5999,522,10 Mile +6784,Veronica F.,F,36,"Washington, DC",5228,6064,522,10 Mile +7458,Jennifer M.,F,30,"Washington, DC",5229,5802,522,10 Mile +10024,Cynthia N.,F,34,"Bethesda, MD",5229,5837,522,10 Mile +11330,Hiland L.,F,41,"Arlington, VA",5229,5824,522,10 Mile +3956,Stephanie C.,F,30,"Washington, DC",5229,5498,522,10 Mile +21172,Rachael B.,F,24,"Baltimore, MD",5230,5740,523,10 Mile +5981,Anne F.,F,49,"Haddon Heights, NJ",5231,5541,523,10 Mile +6721,Katie M.,F,31,"Philadelphia, PA",5231,5689,523,10 Mile +3185,August C.,F,18,"Washington, DC",5232,5556,523,10 Mile +4597,Jeanlouise C.,F,39,"Hyattsville, MD",5232,5440,523,10 Mile +19321,Laura D.,F,26,"Oxon Hill, MD",5233,5668,523,10 Mile +7046,Kathryn H.,F,43,"Rockville, MD",5234,5694,523,10 Mile +9995,Hannah A.,F,22,"Washington, DC",5235,5679,523,10 Mile +9166,Karen L.,F,43,"Arlington, VA",5235,5823,523,10 Mile +7379,Lisa L.,F,52,"Falls Church, VA",5235,5601,523,10 Mile +6010,Nicole C.,F,24,"Washington, DC",5235,5523,523,10 Mile +8693,Amelia N.,F,25,"Washington, DC",5236,5733,523,10 Mile +8956,Claire A.,F,34,"Arlington, VA",5236,5856,523,10 Mile +9851,Elizabeth K.,F,31,"Washington, DC",5237,6056,523,10 Mile +6177,Amelia C.,F,32,"Silver Spring, MD",5237,5554,523,10 Mile +3904,Elizabeth K.,F,27,"Washington, DC",5237,5590,523,10 Mile +7294,Latonya D.,F,53,"Upper Marlboro, MD",5237,5671,523,10 Mile +9872,Annie F.,F,23,"Washington, DC",5237,5693,523,10 Mile +7857,Danielle M.,F,36,"Walled Lake, MI",5238,6002,523,10 Mile +9167,Lindsey K.,F,24,"Arlington, VA",5238,6023,523,10 Mile +22711,Crystal L.,F,57,"Albuquerque, NM",5238,5973,523,10 Mile +5507,Christie P.,F,38,"Boston, MA",5239,5751,523,10 Mile +9592,Lucie L.,F,18,"Springfield, VA",5239,5982,523,10 Mile +7803,Megan W.,F,47,"Fredericksburg, VA",5240,5720,524,10 Mile +8434,Lynch M.,F,30,"Newport Beach, CA",5240,5514,524,10 Mile +5751,Lindsay J.,F,33,"Richmond, VA",5241,5761,524,10 Mile +5755,Kristin T.,F,34,"Richmond, VA",5241,5761,524,10 Mile +13234,Stephanie B.,F,30,"Washington, CT",5242,6131,524,10 Mile +22465,Ashley O.,F,35,"Arlington, VA",5242,5583,524,10 Mile +18874,Elena P.,F,15,"Mclean, VA",5242,5573,524,10 Mile +6706,Shawna B.,F,36,"Arlington, VA",5243,6125,524,10 Mile +7768,Courtney R.,F,33,"Englewood, CO",5243,5676,524,10 Mile +11816,Heather J.,F,28,"Washington, DC",5243,6026,524,10 Mile +21972,Caitlin B.,F,26,"Washington, DC",5243,5544,524,10 Mile +7299,Martha E.,F,42,"Arlington, VA",5243,6125,524,10 Mile +9526,Alexandra B.,F,30,"Minneapolis, MN",5243,5799,524,10 Mile +4810,Jessica M.,F,33,"Arlington, VA",5244,5528,524,10 Mile +408,Lizzie S.,F,67,"Washington, DC",5245,5297,524,10 Mile +6983,Marciela D.,F,31,"Silver Spring, MD",5245,5680,524,10 Mile +10028,Tess C.,F,28,"Washington, DC",5245,5678,524,10 Mile +4011,Michaela C.,F,32,"Arlington, VA",5245,5688,524,10 Mile +6730,Whitney D.,F,37,"Washington, DC",5245,6019,524,10 Mile +18805,Courtney D.,F,22,"College Park, MD",5245,5846,524,10 Mile +22504,Kimberly T.,F,49,"Wilton, CT",5245,5468,524,10 Mile +6601,Cassidy L.,F,22,"Washington, DC",5246,5716,524,10 Mile +8016,Teresa S.,F,27,"New York, NY",5246,6032,524,10 Mile +5778,Chrissy S.,F,36,"Alexandria, VA",5246,5447,524,10 Mile +5374,Natasha E.,F,41,"Montgomery Village, MD",5246,5585,524,10 Mile +4603,Laurel M.,F,35,"Washington, DC",5247,5566,524,10 Mile +8365,Casey B.,F,25,"Richmond, VA",5247,5854,524,10 Mile +4040,Ana Q.,F,39,"Washington, DC",5247,5438,524,10 Mile +8077,Tahina M.,F,31,"Washington, DC",5247,6742,524,10 Mile +7711,Megan S.,F,28,"Arlington, VA",5248,5702,524,10 Mile +11433,Kathryn T.,F,38,"Rockville, MD",5248,5820,524,10 Mile +3928,Amanda K.,F,38,"Cypress, TX",5248,5508,524,10 Mile +10372,Jeanette C.,F,38,"Dumfries, VA",5249,6042,524,10 Mile +5264,Amanda E.,F,39,"Alexandria, VA",5250,5587,525,10 Mile +6931,Sara C.,F,34,"Minneapolis, MN",5251,5745,525,10 Mile +9026,Laura L.,F,28,"Washington, DC",5251,5739,525,10 Mile +13484,Alexandra P.,F,39,"Kensington, MD",5251,6109,525,10 Mile +19989,Laura P.,F,44,"New York, NY",5252,5869,525,10 Mile +6965,Anya B.,F,27,"Arlington, VA",5252,6090,525,10 Mile +21701,Jamie W.,F,28,"Boston, MA",5252,5794,525,10 Mile +9399,Michelle U.,F,39,"Arlington, VA",5253,5598,525,10 Mile +11315,Anna M.,F,46,"Arlington, VA",5253,5992,525,10 Mile +6234,Sarah H.,F,39,"Alexandria, VA",5253,5598,525,10 Mile +7946,Christine H.,F,26,"Washington, DC",5253,5794,525,10 Mile +9319,Mary-Kate G.,F,29,"Arlington, VA",5253,5829,525,10 Mile +7633,Susan T.,F,35,"Washington, DC",5253,5724,525,10 Mile +5996,Emily S.,F,26,"Washington, DC",5254,5530,525,10 Mile +7263,Elizabeth H.,F,30,"Charlotte, NC",5255,5255,525,10 Mile +5414,Eliza A.,F,24,"Washington, DC",5255,6156,525,10 Mile +9649,Yingsheng L.,F,48,"Potomac, MD",5255,5878,525,10 Mile +22526,Bryn C.,F,39,"Myersville, MD",5256,5528,525,10 Mile +8716,Brittany T.,F,32,"Rockville, MD",5257,5610,525,10 Mile +6684,Amanda K.,F,30,"Reston, VA",5257,6217,525,10 Mile +10243,Jennifer B.,F,35,"Bethesda, MD",5257,5613,525,10 Mile +5166,Olga K.,F,26,"Washington, DC",5258,5702,525,10 Mile +16092,Kara B.,F,45,"Dunkirk, MD",5258,5999,525,10 Mile +7452,Yinette D.,F,30,"New York, NY",5258,5780,525,10 Mile +8642,Darien L.,F,30,"Washington, DC",5259,5789,525,10 Mile +3859,Betsy B.,F,48,"Indian Harbour Beach, FL",5259,5610,525,10 Mile +7296,Debora H.,F,51,"Arlington, VA",5259,5764,525,10 Mile +7813,Dawn R.,F,46,"Frederick, MD",5259,5690,525,10 Mile +3746,Carolyn H.,F,33,"Washington, DC",5261,5892,526,10 Mile +5671,Michele L.,F,28,"Plantation, FL",5261,5584,526,10 Mile +7380,Emily S.,F,27,"Washington, DC",5261,5749,526,10 Mile +4096,Liz M.,F,39,"Springfield, VA",5261,5535,526,10 Mile +9555,Danielle S.,F,28,"Alexandria, VA",5262,5812,526,10 Mile +2321,Rachael M.,F,46,"Bethesda, MD",5262,5587,526,10 Mile +9181,Carleigh M.,F,26,"Washington, DC",5262,6314,526,10 Mile +9962,Katherine T.,F,44,"Fairfax Station, VA",5263,5602,526,10 Mile +10289,Erin D.,F,22,"Willow Street, PA",5263,5695,526,10 Mile +4666,Judith B.,F,32,"Washington, DC",5264,6017,526,10 Mile +13450,Amy R.,F,24,"Washington, DC",5264,6106,526,10 Mile +11185,Shannon N.,F,25,"Washington, DC",5264,6034,526,10 Mile +3977,Melissa S.,F,33,"Richmond, VA",5264,5758,526,10 Mile +6828,Caroline N.,F,28,"Washington, DC",5264,5518,526,10 Mile +4371,Heather D.,F,28,"Reston, VA",5264,5584,526,10 Mile +11471,Riza I.,F,26,"Baltimore, MD",5264,5590,526,10 Mile +2567,Lily A.,F,26,"Arlington, VA",5265,5558,526,10 Mile +5335,Jessica Y.,F,24,"Arlington, VA",5265,5547,526,10 Mile +16346,Lisa F.,F,49,"Philadelphia, PA",5265,6311,526,10 Mile +6665,Aliya R.,F,30,"Baltimore, MD",5265,5902,526,10 Mile +5490,Alyson M.,F,31,"Washington, DC",5265,5582,526,10 Mile +8736,Carly C.,F,24,"Washington, DC",5265,5729,526,10 Mile +4921,Sarah E.,F,36,"Washington, DC",5266,5606,526,10 Mile +9828,Kateri C.,F,24,"Washington, DC",5266,6032,526,10 Mile +5795,Shakira V.,F,38,"Alexandria, VA",5267,5779,526,10 Mile +7447,Katrina H.,F,35,"Avon Lake, OH",5267,5625,526,10 Mile +5043,Sara R.,F,28,"Reston, VA",5268,5588,526,10 Mile +10869,Kathryn B.,F,27,"Washington, DC",5268,6547,526,10 Mile +9812,Nkenge R.,F,41,"Philadelphia, PA",5268,5635,526,10 Mile +5865,Sarah C.,F,40,"Laurel, MD",5268,5873,526,10 Mile +7309,Caitlin R.,F,27,"Hartland, WI",5268,5703,526,10 Mile +10621,Kristen B.,F,30,"Washington, DC",5269,6021,526,10 Mile +4365,Molly P.,F,22,"Washington, DC",5269,5637,526,10 Mile +13155,Christina R.,F,42,"Washington, DC",5269,6233,526,10 Mile +5421,Emily D.,F,26,"Washington, DC",5270,5590,527,10 Mile +6880,Ruth S.,F,38,"Columbus, OH",5270,5853,527,10 Mile +4051,Jennifer M.,F,25,"Arlington, VA",5270,5524,527,10 Mile +16068,Diana E.,F,38,"Decatur, GA",5270,5598,527,10 Mile +6014,Bernadette N.,F,58,"Saratoga Springs, NY",5271,5728,527,10 Mile +21038,Suzanne B.,F,31,"Washington, DC",5271,6090,527,10 Mile +6104,Caroline K.,F,21,"Northport, NY",5271,5587,527,10 Mile +6766,Jackie T.,F,46,"Sidney Center, NY",5271,5704,527,10 Mile +6629,Sara S.,F,28,"North Beach, MD",5271,5759,527,10 Mile +7168,Nina D.,F,24,"Washington, DC",5271,5728,527,10 Mile +13403,Sara P.,F,29,"New York, NY",5272,6092,527,10 Mile +6487,Lana S.,F,29,"Washington, DC",5272,5832,527,10 Mile +15489,Yoko M.,F,33,"Washington, DC",5272,6007,527,10 Mile +23152,Grace B.,F,25,"New York, NY",5272,5530,527,10 Mile +3616,Sally S.,F,43,"Ashburn, VA",5272,6090,527,10 Mile +12490,Jennifer C.,F,35,"Henderson, NV",5273,6099,527,10 Mile +18877,Eliya G.,F,17,"Washington, DC",5273,6393,527,10 Mile +5892,Kelly P.,F,33,"Arlington, VA",5274,5456,527,10 Mile +6943,Lauren W.,F,28,"Washington, DC",5274,5758,527,10 Mile +10322,Melissa Y.,F,29,"Alexandria, VA",5275,6689,527,10 Mile +22719,Rachel W.,F,28,"Sherman Oaks, CA",5275,6012,527,10 Mile +9573,Dorothy S.,F,42,"Washington, DC",5275,5569,527,10 Mile +6631,Maria G.,F,62,"Bethesda, MD",5276,5706,527,10 Mile +15858,Chasity C.,F,28,"Washington, DC",5276,5759,527,10 Mile +5012,Michelle N.,F,44,"Alexandria, VA",5276,5581,527,10 Mile +8402,Kathryn D.,F,23,"Rockville, MD",5276,5840,527,10 Mile +20915,Anna T.,F,39,"Arlington, VA",5277,6750,527,10 Mile +7051,Rachel H.,F,42,"Cary, NC",5277,5769,527,10 Mile +6759,Julia S.,F,36,"Drexel Hill, PA",5277,5728,527,10 Mile +8255,Katherine B.,F,36,"Washington, DC",5278,5760,527,10 Mile +7781,Meagan C.,F,24,"Washington, DC",5278,5628,527,10 Mile +4755,Julie A.,F,32,"Washington, DC",5278,5515,527,10 Mile +6371,Sophie M.,F,30,"Washington, DC",5278,5718,527,10 Mile +11058,Melissa M.,F,43,"Washington, DC",5279,6104,527,10 Mile +5409,Delavane D.,F,34,"Washington, DC",5279,5609,527,10 Mile +11126,Kate Z.,F,27,"Arlington, VA",5279,6168,527,10 Mile +6129,Lauren B.,F,35,"Washington, DC",5279,5480,527,10 Mile +12314,Aileen W.,F,25,"Washington, DC",5280,5561,528,10 Mile +5614,Anna M.,F,27,"Ashburn, VA",5280,5569,528,10 Mile +8502,Loriann W.,F,48,"Potomac Falls, VA",5281,6072,528,10 Mile +5090,Meredith D.,F,24,"Catonsville, MD",5281,6180,528,10 Mile +3842,Bronwyn F.,F,27,"Arlington, VA",5281,5617,528,10 Mile +2868,Amy L.,F,34,"Brooklyn, NY",5281,5808,528,10 Mile +13748,Mikelle D.,F,36,"Washington, DC",5281,6078,528,10 Mile +7356,Kelsey S.,F,30,"Washington, DC",5281,5570,528,10 Mile +23081,Shana G.,F,40,"Washington, DC",5283,5540,528,10 Mile +10555,Amanda J.,F,36,"Washington, DC",5283,5743,528,10 Mile +3415,Patricia V.,F,25,"Brooklyn, NY",5283,5726,528,10 Mile +8938,Amanda P.,F,31,"Washington, DC",5283,5744,528,10 Mile +9706,Emelie G.,F,28,"West Cornwall, CT",5284,6054,528,10 Mile +13197,Cait N.,F,29,"Washington, DC",5285,5621,528,10 Mile +6018,Monica T.,F,29,"Alexandria, VA",5285,5637,528,10 Mile +8834,Holly H.,F,34,"Shaker Heights, OH",5285,5719,528,10 Mile +9661,Desiree I.,F,21,"Derwood, MD",5285,5776,528,10 Mile +1622,Catherine S.,F,34,"Jersey City, NJ",5285,5605,528,10 Mile +7463,Katarina J.,F,23,"Washington, DC",5286,5845,528,10 Mile +8487,Shannon K.,F,23,"Baltimore, MD",5286,5736,528,10 Mile +15141,Amanda C.,F,38,"Catonsville, MD",5286,6344,528,10 Mile +11392,Rachel W.,F,23,"Arlington, VA",5286,6064,528,10 Mile +6960,Briana C.,F,27,"Brooklyn, NY",5286,5728,528,10 Mile +4813,Nicole S.,F,26,"Oakton, VA",5287,5634,528,10 Mile +13882,Lien V.,F,26,"Annandale, VA",5287,6100,528,10 Mile +10505,Idanis P.,F,22,"Washington, DC",5287,5729,528,10 Mile +22607,Elizabeth S.,F,41,"Washington, DC",5287,5768,528,10 Mile +5287,Colleen B.,F,30,"Silver Spring, MD",5288,5601,528,10 Mile +2706,Lisa H.,F,27,"Springfield, VA",5288,5619,528,10 Mile +17821,Cindy J.,F,37,"Alexandria, VA",5288,5777,528,10 Mile +5174,Jennifer O.,F,36,"Edgewater, NJ",5289,5605,528,10 Mile +13639,Deniz B.,F,34,"Washington, DC",5289,5631,528,10 Mile +21881,Courtney A.,F,31,"Washington, DC",5289,5742,528,10 Mile +8552,Mariko O.,F,38,"Bethesda, MD",5290,5902,529,10 Mile +21351,Marina T.,F,33,"Washington, DC",5290,6142,529,10 Mile +6244,Tracey F.,F,31,"New York, NY",5291,5797,529,10 Mile +7474,Karen R.,F,66,"Arlington, VA",5292,5736,529,10 Mile +10335,Adrienne L.,F,24,"Washington, DC",5292,5874,529,10 Mile +21399,Kristie M.,F,22,"Washington, DC",5292,6522,529,10 Mile +14412,Mariele W.,F,34,"Washington, DC",5293,6332,529,10 Mile +6610,Allison T.,F,34,"Arlington, VA",5294,5900,529,10 Mile +570,Jennifer H.,F,42,"Henrico, VA",5294,5567,529,10 Mile +17179,Bettina W.,F,22,"Rockville, MD",5294,5814,529,10 Mile +9112,Melinda H.,F,34,"Stafford, VA",5294,6127,529,10 Mile +22263,Stephanie C.,F,26,"Arlington, VA",5295,5659,529,10 Mile +7350,Cindy A.,F,43,"Vienna, VA",5295,5800,529,10 Mile +13825,Priscila H.,F,30,"Severna Park, MD",5295,6449,529,10 Mile +15523,Artemis M.,F,38,"Arlington, VA",5296,5844,529,10 Mile +8163,Alethea D.,F,28,"Washington, DC",5296,5782,529,10 Mile +22258,Jacqueline D.,F,24,"Arlington, VA",5297,5661,529,10 Mile +6053,Angela H.,F,25,"Washington, DC",5298,5635,529,10 Mile +5943,Brianna C.,F,25,"New York, NY",5298,5636,529,10 Mile +9704,Kristina I.,F,33,"Silver Spring, MD",5298,5743,529,10 Mile +7400,Heather H.,F,43,"Essex Junction, VT",5299,5841,529,10 Mile +6513,Jenny D.,F,38,"Chevy Chase, MD",5299,6036,529,10 Mile +2273,Allison H.,F,21,"Haverford, PA",5299,6060,529,10 Mile +9743,Jessica W.,F,27,"Philadelphia, PA",5299,5876,529,10 Mile +8292,Megan B.,F,31,"Woodbridge, VA",5301,5907,530,10 Mile +9384,Julie H.,F,27,"Baltimore, MD",5301,5639,530,10 Mile +4472,Madeline C.,F,21,"Southern Pines, NC",5301,5665,530,10 Mile +9928,Ewa K.,F,38,"Rockville, MD",5301,5881,530,10 Mile +6262,Emily B.,F,31,"Brooklyn, NY",5301,5906,530,10 Mile +4993,Kimberly R.,F,32,"Alexandria, VA",5301,5744,530,10 Mile +21021,Julie B.,F,31,"Washington, DC",5301,6186,530,10 Mile +3060,Rebecca O.,F,35,"Long Island City, NY",5301,5577,530,10 Mile +6595,Nuria C.,F,39,"Chevy Chase, MD",5302,6092,530,10 Mile +5913,Hanna A.,F,27,"Washington, DC",5302,5596,530,10 Mile +10949,Bridget P.,F,33,"Arlington, VA",5302,5787,530,10 Mile +10826,Denise C.,F,41,"Yonkers, NY",5302,6047,530,10 Mile +7884,Tien T.,F,32,"Gaithersburg, MD",5303,5932,530,10 Mile +4204,Laura H.,F,38,"Germantown, MD",5303,5568,530,10 Mile +11201,Alexandra G.,F,31,"Washington, DC",5303,6046,530,10 Mile +9954,Nora M.,F,40,"Washington, DC",5303,5838,530,10 Mile +11554,Nabanita P.,F,29,"Washington, DC",5303,6198,530,10 Mile +10103,Angie C.,F,38,"Washington, DC",5304,5642,530,10 Mile +10545,Paula S.,F,42,"Ashburn, VA",5304,6136,530,10 Mile +6223,Julie W.,F,42,"Southampton, PA",5304,5548,530,10 Mile +21840,Sarah D.,F,35,"Washington, DC",5304,5847,530,10 Mile +9925,Cady W.,F,24,"Washington, DC",5304,5911,530,10 Mile +22519,Donna R.,F,50,"Greenwich, CT",5304,5833,530,10 Mile +5121,Kerry N.,F,28,"Boston, MA",5304,5491,530,10 Mile +6620,Iulia G.,F,33,"New York, NY",5305,5859,530,10 Mile +8081,Micheline D.,F,36,"Upper Marlboro, MD",5305,5819,530,10 Mile +4417,Morgan M.,F,27,"Washington, DC",5306,5646,530,10 Mile +21229,Jessica W.,F,42,"Alexandria, VA",5306,5812,530,10 Mile +8002,Rachele S.,F,31,"Washington, DC",5307,5908,530,10 Mile +5339,Laura N.,F,30,"Silver Spring, MD",5307,5596,530,10 Mile +21352,Andrea Z.,F,35,"Washington, DC",5307,5610,530,10 Mile +6726,Debra S.,F,58,"Saint Leonard, MD",5307,5757,530,10 Mile +9353,Jessica H.,F,32,"Washington, DC",5307,5895,530,10 Mile +7327,Chelsea C.,F,27,"Arlington, VA",5308,5792,530,10 Mile +11146,Elissa M.,F,24,"Washington, DC",5308,6106,530,10 Mile +11027,Marilys S.,F,30,"Hyattsville, MD",5309,5660,530,10 Mile +9039,Scottie W.,F,26,"Huntsville, TX",5309,5820,530,10 Mile +3651,Megan D.,F,31,"Brooklyn, NY",5310,5538,531,10 Mile +9594,Simone J.,F,21,"Ellicott City, MD",5310,6425,531,10 Mile +6966,Meghan P.,F,30,"Washington, DC",5310,5849,531,10 Mile +6761,Marni B.,F,32,"Washington, DC",5311,5817,531,10 Mile +4378,Najat B.,F,39,"Bethesda, MD",5312,5516,531,10 Mile +22541,Laura S.,F,32,"Joppa, MD",5312,6114,531,10 Mile +5329,Selena L.,F,32,"San Francisco, CA",5312,5661,531,10 Mile +7209,Meghana J.,F,26,"Arlington, VA",5312,6157,531,10 Mile +7074,Julie S.,F,43,"Medina, OH",5312,5758,531,10 Mile +5425,Katie C.,F,25,"Fairfax, VA",5312,5581,531,10 Mile +5694,Danielle G.,F,30,"Washington, DC",5313,6127,531,10 Mile +13354,Megan B.,F,30,"Washginton, DC",5313,6045,531,10 Mile +11192,Courtney D.,F,26,"Washington, DC",5313,6185,531,10 Mile +13576,Alice P.,F,34,"New York, NY",5313,6182,531,10 Mile +10081,Viviane C.,F,32,"Rockville, MD",5314,5742,531,10 Mile +9968,Lauren M.,F,28,"Washington, DC",5315,5863,531,10 Mile +4212,Katherine R.,F,28,"Arlington, VA",5316,5678,531,10 Mile +9699,Laura B.,F,39,"Arlington, DC",5316,6098,531,10 Mile +10100,Rebecca V.,F,24,"Annapolis, MD",5316,6164,531,10 Mile +3468,Amy L.,F,33,"Washington, DC",5316,5811,531,10 Mile +4240,Abigail E.,F,26,"Boston, MA",5316,5797,531,10 Mile +14171,Jessica P.,F,30,"Washington, DC",5317,6081,531,10 Mile +6957,Kristen S.,F,32,"Washington, DC",5317,5875,531,10 Mile +4094,Laura M.,F,32,"Washington, DC",5318,5804,531,10 Mile +7058,Lisa C.,F,27,"Arlington, VA",5319,6065,531,10 Mile +22618,Zaida C.,F,54,"Cooksville, MD",5319,6243,531,10 Mile +6696,Lori R.,F,52,"Storrs-Mansfield, CT",5319,5882,531,10 Mile +7249,Sandra C.,F,36,"Oakland Gardens, NY",5319,5757,531,10 Mile +7740,Liana R.,F,33,"Washington, DC",5319,5930,531,10 Mile +7620,Megan T.,F,49,"Mansfield Depot, CT",5319,5882,531,10 Mile +2672,Caroline B.,F,34,"Vienna, VA",5320,5589,532,10 Mile +6075,Liz G.,F,31,"Washington, DC",5320,5599,532,10 Mile +7408,Laurie S.,F,29,"Washington, DC",5320,5756,532,10 Mile +22653,Karin L.,F,46,"Highland, MD",5320,6244,532,10 Mile +8953,Ashley M.,F,28,"Arlington, VA",5320,5840,532,10 Mile +10032,Gayle S.,F,54,"Parkton, MD",5321,5761,532,10 Mile +3924,Jessica L.,F,32,"Washington, DC",5321,5657,532,10 Mile +5759,Anne M.,F,54,"Toronto, ON",5322,5894,532,10 Mile +8113,Abby S.,F,36,"Leesburg, VA",5323,5653,532,10 Mile +7763,Lisa G.,F,41,"Leesburg, VA",5323,5652,532,10 Mile +7456,Katherine M.,F,47,"Washington, DC",5323,6146,532,10 Mile +19119,Jean H.,F,40,"Arlington, VA",5324,6546,532,10 Mile +11074,Lindsay F.,F,33,"Bridgeport, CT",5324,6092,532,10 Mile +5697,Katarina W.,F,27,"Washington, DC",5324,5659,532,10 Mile +6970,Lauren W.,F,28,"Philadelphia, PA",5325,5839,532,10 Mile +6934,Jamie D.,F,28,"Arlington, VA",5326,5779,532,10 Mile +21191,Paula K.,F,44,"Kyle, TX",5326,6101,532,10 Mile +9114,Karen W.,F,36,"Woodbridge, VA",5326,5786,532,10 Mile +11269,Elizabeth F.,F,26,"Washington, DC",5327,6107,532,10 Mile +9373,Asenath M.,F,34,"Washington, DC",5327,6107,532,10 Mile +6855,Olga P.,F,41,"Washington, DC",5328,5967,532,10 Mile +9866,Liz R.,F,49,"Bethesda, MD",5328,5861,532,10 Mile +23144,Annmary B.,F,22,"Baltimore, MD",5328,5836,532,10 Mile +4850,Lauren S.,F,28,"Arlington, VA",5328,5610,532,10 Mile +12116,Devi M.,F,35,"Bethesda, MD",5328,6162,532,10 Mile +23139,Regina B.,F,25,"Baltimore, MD",5328,5836,532,10 Mile +23096,Jill W.,F,37,"Bethesda, MD",5328,5924,532,10 Mile +8649,Erin M.,F,51,"Tampa, FL",5328,6248,532,10 Mile +9179,Jacqueline K.,F,27,"Bethesda, MD",5329,5757,532,10 Mile +6516,Katie J.,F,28,"Hoboken, NJ",5329,5813,532,10 Mile +3703,Kate D.,F,29,"Arlington, VA",5330,5577,533,10 Mile +6472,Agnieszka O.,F,39,"Washington, DC",5330,6194,533,10 Mile +16019,Elise F.,F,29,"Silver Spring, MD",5331,6164,533,10 Mile +9188,Chava S.,F,30,"Washington, DC",5331,6164,533,10 Mile +22704,Caitlin C.,F,36,"Alexandria, VA",5331,6138,533,10 Mile +23129,Christina B.,F,29,"Manassas, VA",5332,6777,533,10 Mile +9992,Megan M.,F,32,"Fairfax, VA",5332,5878,533,10 Mile +8099,Farrah D.,F,40,"Washington, DC",5333,5650,533,10 Mile +6797,Liz Z.,F,36,"Arlington, VA",5333,5698,533,10 Mile +5959,Emilie C.,F,31,"Washington, DC",5333,5660,533,10 Mile +7672,Lisa K.,F,35,"Lessburg, VA",5333,5781,533,10 Mile +2255,Nicole D.,F,26,"Fairfax, VA",5334,5660,533,10 Mile +6969,Sasha D.,F,26,"Washington, DC",5334,5908,533,10 Mile +7513,Meghan M.,F,21,"Lowell, MA",5334,6128,533,10 Mile +4234,Thu N.,F,34,"Philadelphia, PA",5335,5623,533,10 Mile +6517,Katrina S.,F,47,"Bowie, MD",5335,5850,533,10 Mile +6863,Kathleen H.,F,27,"Arlington, VA",5335,5816,533,10 Mile +6170,Leah G.,F,25,"Alexandria, VA",5335,5799,533,10 Mile +10462,Rebecca C.,F,33,"Arlington, VA",5336,6175,533,10 Mile +14822,Lindsay P.,F,31,"Washington, DC",5336,6398,533,10 Mile +10067,Danielle Y.,F,27,"Washington, DC",5336,6209,533,10 Mile +11443,Katie A.,F,37,"Arlington, VA",5336,6104,533,10 Mile +13876,Stephanie C.,F,30,"Bethesda, MD",5336,6175,533,10 Mile +20541,Rebecca L.,F,24,"Washington, DC",5336,5890,533,10 Mile +11118,Chellye P.,F,37,"Alexandria, VA",5336,6172,533,10 Mile +7680,Meghan M.,F,25,"Arlington, VA",5337,5891,533,10 Mile +10359,Kimberly D.,F,46,"Columbia, MD",5337,5793,533,10 Mile +9622,Courtney A.,F,24,"Bel Air, MD",5337,5844,533,10 Mile +9718,Jessica B.,F,32,"Cambridge, MA",5337,6115,533,10 Mile +8395,Mary C.,F,28,"Washington, DC",5338,5803,533,10 Mile +22270,Nathalie F.,F,27,"Silver Spring, MD",5338,5780,533,10 Mile +5177,Cecile V.,F,41,"Washington, DC",5339,5692,533,10 Mile +6529,Violaine O.,F,36,"Washington, DC",5339,5573,533,10 Mile +10661,Rachelle C.,F,26,"Washington, DC",5339,5971,533,10 Mile +21826,Katherine A.,F,27,"Washington, DC",5339,6128,533,10 Mile +5361,Elena C.,F,31,"New York, NY",5339,5864,533,10 Mile +542,Bernadette G.,F,60,"Ventnor, NJ",5339,5367,533,10 Mile +3653,Melanie S.,F,26,"Baltimore, MD",5340,5682,534,10 Mile +5974,Angela M.,F,36,"Atlanta, GA",5340,5688,534,10 Mile +7888,Sofia B.,F,29,"Washington, DC",5340,6139,534,10 Mile +7670,Katelyn B.,F,27,"Pittsburgh, PA",5340,5854,534,10 Mile +6587,Erin R.,F,41,"Novi, MI",5340,6107,534,10 Mile +2816,Morgan D.,F,26,"Washington, DC",5340,5659,534,10 Mile +9760,Lucy K.,F,24,"Washington, DC",5341,5839,534,10 Mile +6064,Megan P.,F,37,"Arlington, VA",5341,6226,534,10 Mile +3571,Samantha W.,F,29,"Washington, DC",5341,5966,534,10 Mile +13062,Kristen K.,F,26,"Washington Dc, DC",5341,5839,534,10 Mile +9471,Molly S.,F,31,"Arlington, VA",5342,6124,534,10 Mile +5464,Julie S.,F,50,"Washington, DC",5344,5672,534,10 Mile +10441,Kristen A.,F,43,"Union Bridge, MD",5344,5654,534,10 Mile +8429,Kelly K.,F,27,"Arlington, VA",5345,5650,534,10 Mile +4076,Christine H.,F,35,"Washington, DC",5345,5635,534,10 Mile +7255,Sarah M.,F,34,"Washington, DC",5345,5896,534,10 Mile +11673,Katherine M.,F,32,"Rockville, MD",5345,6081,534,10 Mile +12921,Rachel P.,F,35,"Washington, DC",5345,6222,534,10 Mile +10897,Gina Q.,F,36,"Arlington, VA",5345,5961,534,10 Mile +13123,Lisa D.,F,40,"Arlington, VA",5346,5970,534,10 Mile +21987,Mary B.,F,23,"Washington, DC",5346,6183,534,10 Mile +7523,Jenny H.,F,55,"Norman, OK",5346,5936,534,10 Mile +5056,Alexandra B.,F,24,"Washington, DC",5346,5623,534,10 Mile +21955,Allison M.,F,23,"Washington, DC",5346,6183,534,10 Mile +6429,Perri S.,F,25,"Washington, DC",5346,5954,534,10 Mile +21962,Savannah R.,F,24,"Washington, DC",5346,5847,534,10 Mile +10407,Kame W.,F,36,"Washington, DC",5347,5654,534,10 Mile +8671,Ellie T.,F,27,"Philadelphia, PA",5348,5611,534,10 Mile +4209,Rhina R.,F,39,"Brooklyn, NY",5348,5704,534,10 Mile +11728,Jennifer C.,F,37,"Reston, VA",5348,5901,534,10 Mile +6866,Allison N.,F,32,"Washington, DC",5348,5880,534,10 Mile +22083,Meeran A.,F,31,"Washington, DC",5349,6613,534,10 Mile +7343,Doreen S.,F,57,"Ellicott City, MD",5349,5923,534,10 Mile +10705,Jessica H.,F,27,"Washington, DC",5349,5810,534,10 Mile +7798,Emily H.,F,24,"Durham, NC",5350,5537,535,10 Mile +10711,Laura V.,F,34,"Arlington, VA",5350,6132,535,10 Mile +9650,Catherine A.,F,30,"Washington, DC",5350,5820,535,10 Mile +5763,Zoe S.,F,33,"Washington, DC",5351,5557,535,10 Mile +7308,Cassie M.,F,26,"Washington, DC",5351,5806,535,10 Mile +11021,Debra L.,F,59,"State College, PA",5351,6127,535,10 Mile +8401,Lily V.,F,43,"Silver Spring, MD",5351,5687,535,10 Mile +6607,Karen G.,F,36,"Winchester, VA",5351,5928,535,10 Mile +6717,Rachel S.,F,23,"Springfield, VA",5352,5811,535,10 Mile +8056,Ann R.,F,53,"Winchester, VA",5352,5860,535,10 Mile +4507,Gina R.,F,30,"Falls Church, VA",5352,5636,535,10 Mile +15016,Alexandra S.,F,25,"Arlington, VA",5352,5806,535,10 Mile +7228,Morgan M.,F,23,"Washington, DC",5352,6136,535,10 Mile +6545,Petrina L.,F,45,"Mclean, VA",5353,5890,535,10 Mile +4415,Caitlyn K.,F,22,"Arlington, VA",5353,6418,535,10 Mile +19452,Ania L.,F,39,"Washington, DC",5353,5353,535,10 Mile +2732,Molly C.,F,31,"Washington, DC",5353,5899,535,10 Mile +5559,Angela W.,F,46,"Mechanicsville, VA",5353,5597,535,10 Mile +21615,Allison B.,F,36,"Gainesville, VA",5354,6222,535,10 Mile +12597,Susan A.,F,34,"Washington, DC",5355,6110,535,10 Mile +4046,Valerie D.,F,36,"Alexandria, VA",5355,5598,535,10 Mile +21878,Thea W.,F,24,"Washington, DC",5355,5955,535,10 Mile +5669,Kendall S.,F,28,"Chicago, IL",5357,5414,535,10 Mile +9558,Rachel V.,F,28,"Washington, DC",5357,5984,535,10 Mile +10158,Andrea B.,F,39,"Brooklyn, NY",5357,5830,535,10 Mile +7335,Nicole H.,F,32,"New York, NY",5357,5686,535,10 Mile +20549,Kayla M.,F,27,"Houston, TX",5357,6793,535,10 Mile +9201,Katie J.,F,25,"New York, NY",5357,6109,535,10 Mile +4313,Julia H.,F,23,"New York, NY",5357,5677,535,10 Mile +6871,Amanda H.,F,38,"Brooklyn, NY",5358,5864,535,10 Mile +396,Nancy A.,F,69,"Bethesda, MD",5358,5408,535,10 Mile +13932,Kerry M.,F,35,"Washington, DC",5358,6297,535,10 Mile +5838,Bailey E.,F,24,"Alexandria, VA",5358,6307,535,10 Mile +4963,Lina A.,F,40,"Arlington, VA",5358,5724,535,10 Mile +21998,Emily K.,F,23,"Washington, DC",5358,6289,535,10 Mile +7640,Erin D.,F,25,"Arlington, VA",5359,5833,535,10 Mile +10684,Abigail W.,F,28,"Washington, DC",5359,5820,535,10 Mile +11157,Miranda R.,F,23,"Hollidaysburg, PA",5359,6255,535,10 Mile +23009,Allison J.,F,30,"Atlanta, GA",5359,6782,535,10 Mile +6820,Lisa T.,F,51,"Warrenton, VA",5360,6837,536,10 Mile +649,Marie A.,F,31,"Cambridge, MA",5360,5889,536,10 Mile +9405,Lauren H.,F,27,"Hoboken, NJ",5361,5729,536,10 Mile +13065,Heather H.,F,43,"Chapel Hill, NC",5361,6242,536,10 Mile +7063,Begaiym S.,F,28,"Brooklyn, NY",5361,5794,536,10 Mile +21905,Lena S.,F,33,"Fairfax, VA",5361,6244,536,10 Mile +4547,Yahel S.,F,25,"Washington, DC",5361,6135,536,10 Mile +8612,Veronica S.,F,34,"Arlington, VA",5361,5988,536,10 Mile +7253,Virginia Z.,F,22,"Charlottesville, VA",5362,5818,536,10 Mile +5937,Anne C.,F,32,"New York, NY",5362,5622,536,10 Mile +20652,Lindsay L.,F,35,"Chicago, IL",5363,6808,536,10 Mile +10176,Amy W.,F,46,"Manassas, VA",5363,5891,536,10 Mile +6738,Jocelyn R.,F,29,"Richmond, VA",5363,6164,536,10 Mile +6651,Kathryn W.,F,36,"Silver Spring, MD",5363,5855,536,10 Mile +8342,Jessica S.,F,30,"Washington, DC",5364,5846,536,10 Mile +5470,Elizabeth G.,F,31,"Frederick, MD",5364,5596,536,10 Mile +9499,Alix P.,F,45,"Washington, DC",5364,5800,536,10 Mile +21920,Katy N.,F,25,"Arlington, VA",5364,5866,536,10 Mile +1516,Bethann T.,F,47,"Fairfax, VA",5364,5383,536,10 Mile +8692,Colby D.,F,22,"Alexandria, VA",5364,5818,536,10 Mile +10385,Jaclyn K.,F,29,"Arlington, VA",5364,6794,536,10 Mile +9023,Emma C.,F,25,"Washington, DC",5365,5859,536,10 Mile +1047,Becky P.,F,31,"Alexandria, VA",5366,5410,536,10 Mile +4773,Dee G.,F,55,"El Paso, TX",5366,5410,536,10 Mile +8813,Becky M.,F,35,"Waynesboro, PA",5368,6274,536,10 Mile +10720,Kelly H.,F,28,"Arlington, VA",5369,5850,536,10 Mile +3918,Wendy Y.,F,36,"Greenbelt, MD",5369,5692,536,10 Mile +9654,Adriana I.,F,24,"Arlington, VA",5369,5909,536,10 Mile +15001,Danielle Z.,F,24,"Washington, DC",5369,6462,536,10 Mile +4066,Ann H.,F,26,"New York, NY",5370,5885,537,10 Mile +8828,Lani P.,F,34,"Washington, DC",5370,5998,537,10 Mile +10832,Melissa B.,F,34,"Pocomoke City, MD",5370,6153,537,10 Mile +23131,Gisela B.,F,64,"Louisville, CO",5371,5717,537,10 Mile +9245,Annie M.,F,35,"Ashburn, VA",5371,5972,537,10 Mile +21994,Katherine T.,F,25,"Washington, DC",5371,6146,537,10 Mile +2501,Lily R.,F,20,"Washington, DC",5371,6305,537,10 Mile +10336,Terri K.,F,36,"Brooklyn, NY",5371,5806,537,10 Mile +6047,Laura N.,F,33,"Alexandria, VA",5371,5703,537,10 Mile +5791,Caroline G.,F,39,"Potomac Falls, VA",5372,6203,537,10 Mile +8790,Colleen K.,F,29,"Philadelphia, PA",5372,6000,537,10 Mile +2492,Rachel P.,F,35,"Hanover, MD",5373,5668,537,10 Mile +5867,Caitlin C.,F,30,"Washington, DC",5373,5831,537,10 Mile +4375,Hilary G.,F,34,"Washington, DC",5373,5838,537,10 Mile +15918,Alli P.,F,23,"Arlington, VA",5373,6424,537,10 Mile +6799,Heidi H.,F,41,"Great Falls, VA",5373,5876,537,10 Mile +7221,Alison L.,F,29,"Chantilly, VA",5374,5859,537,10 Mile +7825,Danielle W.,F,34,"Bethesda, MD",5374,5868,537,10 Mile +6909,Sharon S.,F,60,"Gaithersburg, MD",5374,5834,537,10 Mile +6548,Wendy G.,F,39,"Alexandria, VA",5374,5982,537,10 Mile +10889,Yumiko H.,F,26,"Washington, DC",5374,6368,537,10 Mile +6715,Kathleen D.,F,33,"Astoria, NY",5374,5986,537,10 Mile +9579,Marie-Genevieve F.,F,40,"Arlington, VA",5375,5991,537,10 Mile +9036,Loveleen S.,F,30,"Washington, DC",5375,5734,537,10 Mile +4908,Janine M.,F,33,"Silver Spring, MD",5375,5681,537,10 Mile +9762,Jordan H.,F,24,"Washington, DC",5375,5629,537,10 Mile +7052,Jessica M.,F,30,"Morgantown, WV",5375,5931,537,10 Mile +6571,Robyn K.,F,35,"Alexandria, VA",5375,5773,537,10 Mile +9042,Amanda C.,F,27,"Washington, DC",5376,5870,537,10 Mile +8004,Ashley M.,F,31,"Alexandrea, VA",5376,5899,537,10 Mile +20976,Leslie H.,F,34,"Alpharetta, GA",5376,6817,537,10 Mile +4604,Leah H.,F,34,"Washington, DC",5376,5651,537,10 Mile +8579,Adrian M.,F,37,"Arlington, VA",5376,5990,537,10 Mile +11531,Camille H.,F,25,"Washington, DC",5376,6460,537,10 Mile +5336,Erin C.,F,33,"Rockville, MD",5377,5711,537,10 Mile +4912,Miryam C.,F,40,"Centreville, VA",5377,5594,537,10 Mile +10102,Felicity R.,F,39,"Arlington, VA",5377,5992,537,10 Mile +5969,Cori H.,F,37,"Stow, OH",5377,5603,537,10 Mile +9908,Katya G.,F,33,"Arlington, VA",5378,5823,537,10 Mile +5761,Michelle K.,F,35,"Toronto, ON",5378,5741,537,10 Mile +7661,Caitlin F.,F,32,"Washington, DC",5378,6005,537,10 Mile +10929,Lydia T.,F,23,"Washington, DC",5379,6318,537,10 Mile +6844,Laura H.,F,23,"Arlington, VA",5379,5826,537,10 Mile +8153,Kimberly D.,F,32,"Mclean, VA",5380,6340,538,10 Mile +21991,Anna E.,F,26,"Washington, DC",5381,6116,538,10 Mile +20450,Ayla Y.,F,32,"Silver Spring, MD",5381,5811,538,10 Mile +21008,Taylor T.,F,24,"Arlington, VA",5381,6331,538,10 Mile +7921,Sara S.,F,27,"Washington, DC",5382,5897,538,10 Mile +21896,Kristen D.,F,29,"Washington, DC",5382,5843,538,10 Mile +13468,Dusty A.,F,37,"Alexandria, VA",5382,6142,538,10 Mile +9839,Mahlet Y.,F,24,"Washington, DC",5383,5979,538,10 Mile +6385,Heather G.,F,35,"Damascus, MD",5383,5829,538,10 Mile +7025,Sarah H.,F,26,"Clifton, VA",5383,5894,538,10 Mile +8231,Laura B.,F,31,"New York, NY",5384,6359,538,10 Mile +7477,Camille M.,F,24,"Washington, DC",5384,5918,538,10 Mile +7692,Mia S.,F,28,"Washington, DC",5385,5677,538,10 Mile +11203,Lindsay W.,F,32,"State College, PA",5385,6167,538,10 Mile +6569,Midori R.,F,36,"Arlington, VA",5385,6027,538,10 Mile +2062,Lisa P.,F,48,"Pottstown, PA",5385,6155,538,10 Mile +11204,Erin B.,F,32,"State College, PA",5385,6167,538,10 Mile +7862,Hailey M.,F,31,"Lafayette, LA",5385,6191,538,10 Mile +6821,Christine N.,F,49,"King Of Prussia, PA",5385,6155,538,10 Mile +4057,Lauren M.,F,31,"Mclean, VA",5386,5894,538,10 Mile +5859,Danielle L.,F,30,"Philadelphia, PA",5386,5963,538,10 Mile +7377,Lauren F.,F,29,"Arlington, VA",5386,6002,538,10 Mile +5563,Sylvia J.,F,46,"Silver Spring, MD",5386,6021,538,10 Mile +20362,Jessica H.,F,27,"Apt. 205, DC",5386,6001,538,10 Mile +7421,Cristina A.,F,39,"New York, NY",5386,5914,538,10 Mile +5462,Julie D.,F,29,"Allston, MA",5387,5594,538,10 Mile +5219,Michelle R.,F,52,"Rye, NH",5387,5667,538,10 Mile +4367,Jenna P.,F,26,"Westborough, MA",5387,5607,538,10 Mile +10234,Annie O.,F,33,"Alexandria, VA",5387,5990,538,10 Mile +5817,Staci M.,F,42,"Fairfax, VA",5387,5667,538,10 Mile +6897,Lisa K.,F,41,"Washington, DC",5387,5723,538,10 Mile +9087,Noura A.,F,21,"Washington, DC",5387,5949,538,10 Mile +11880,Allison E.,F,27,"Mclean, VA",5388,6176,538,10 Mile +5256,Caetlin B.,F,37,"Washington, DC",5388,6189,538,10 Mile +8957,Carolyn B.,F,56,"Oakton, VA",5388,5828,538,10 Mile +21869,Colleen G.,F,34,"Washington, DC",5388,6379,538,10 Mile +7233,Amanda R.,F,42,"Washington, DC",5388,6011,538,10 Mile +8047,Katharine S.,F,33,"Baltimore, MD",5389,5854,538,10 Mile +3709,Nell H.,F,39,"San Francisco, CA",5389,6302,538,10 Mile +8833,Tina C.,F,33,"Alexandria, VA",5389,5838,538,10 Mile +13428,Phoebe B.,F,24,"Washington, DC",5390,6151,539,10 Mile +22559,Elizabeth K.,F,36,"Catonsville, MD",5390,6480,539,10 Mile +10381,Rafferty P.,F,26,"Washington, DC",5390,5824,539,10 Mile +395,Merrilee S.,F,62,"Alexandria, VA",5391,5394,539,10 Mile +5665,Kristianne M.,F,26,"Philadelphia, PA",5391,5732,539,10 Mile +4802,Betty C.,F,30,"Washington, DC",5391,5648,539,10 Mile +11786,Victoria V.,F,37,"Fairfax, VA",5392,6283,539,10 Mile +9222,Angela C.,F,34,"New York, NY",5392,5755,539,10 Mile +15030,Kate W.,F,36,"State College, PA",5392,6471,539,10 Mile +8919,Teri C.,F,31,"Washington, DC",5392,5992,539,10 Mile +4551,Heather M.,F,32,"Chicago, IL",5392,5754,539,10 Mile +8975,Brean F.,F,30,"Philadelphia, PA",5393,6209,539,10 Mile +4442,Emily B.,F,24,"Jupiter, FL",5393,6646,539,10 Mile +15264,Calli O.,F,23,"Washington, DC",5393,6646,539,10 Mile +10349,Mary H.,F,34,"Silver Spring, MD",5393,5879,539,10 Mile +3645,Emily B.,F,37,"Columbia, MD",5393,5696,539,10 Mile +14050,Ilana W.,F,25,"Washington, DC",5393,6251,539,10 Mile +8003,Juliana G.,F,36,"Washington, DC",5394,5689,539,10 Mile +11590,Lila T.,F,26,"Washington, DC",5394,6371,539,10 Mile +7298,Michelle T.,F,32,"Washington, DC",5395,5835,539,10 Mile +10172,Angie H.,F,38,"Atlanta, GA",5395,5861,539,10 Mile +5831,Emily G.,F,30,"Washington, DC",5395,5732,539,10 Mile +6284,Karen C.,F,41,"Centreville, VA",5395,5860,539,10 Mile +4959,Kristen C.,F,31,"Ny, NY",5396,5639,539,10 Mile +5514,Lindsay D.,F,36,"Baltimore, MD",5396,5647,539,10 Mile +7140,Ilana S.,F,30,"Washington, DC",5396,5961,539,10 Mile +1369,Caitlin M.,F,31,"Brooklyn, NY",5396,6006,539,10 Mile +8040,Sarah D.,F,24,"Fairfax, VA",5397,5855,539,10 Mile +9676,Colleen M.,F,26,"Charlottesville, VA",5397,6004,539,10 Mile +5304,Rachel S.,F,22,"Washington, DC",5397,5764,539,10 Mile +8164,Traci S.,F,30,"Alexandria, VA",5397,6005,539,10 Mile +10410,Stephanie F.,F,30,"Washington, DC",5397,6005,539,10 Mile +9150,Claire C.,F,23,"Falls Church, VA",5398,5733,539,10 Mile +22729,Emily F.,F,24,"New York, NY",5398,5733,539,10 Mile +6522,Jasmine N.,F,26,"Washington, DC",5398,6005,539,10 Mile +11270,Idun K.,F,23,"Washington, DC",5398,5733,539,10 Mile +6118,Caroline K.,F,53,"Alexandria, VA",5399,5631,539,10 Mile +5990,Tirsit A.,F,30,"Arlington, VA",5399,6564,539,10 Mile +16543,Eleanor P.,F,23,"Washington, DC",5399,5696,539,10 Mile +18531,Kelly M.,F,29,"Washington, DC",5399,6480,539,10 Mile +6634,Allyson K.,F,26,"Alexandria, VA",5399,5964,539,10 Mile +8854,Eugenija K.,F,34,"Nassau, DE",5400,6024,540,10 Mile +13689,Christi H.,F,47,"Olney, MD",5401,6167,540,10 Mile +5658,Alison S.,F,29,"Washington, DC",5401,6176,540,10 Mile +9247,Susie W.,F,46,"Md, MD",5402,6167,540,10 Mile +10128,Katelyn M.,F,25,"Arlington, VA",5403,5879,540,10 Mile +1927,Katherine B.,F,27,"Arlington, VA",5403,5607,540,10 Mile +18636,Caroline G.,F,22,"Washington, DC",5403,5961,540,10 Mile +7130,Sarah V.,F,59,"Cos Cob, CT",5403,5851,540,10 Mile +7639,Olivia C.,F,24,"Arlington, VA",5403,5885,540,10 Mile +8961,Jacquelyn S.,F,27,"Cincinnati, OH",5404,6028,540,10 Mile +7110,Lauren R.,F,18,"Arlington, VA",5405,6366,540,10 Mile +7080,Gerri W.,F,53,"Arlington, VA",5405,5914,540,10 Mile +5888,Alicia C.,F,30,"Washington, DC",5405,5669,540,10 Mile +21322,Jessica D.,F,42,"Arlington, VA",5405,5966,540,10 Mile +9452,Debbie R.,F,54,"Roanoke, VA",5405,5734,540,10 Mile +22555,Emily H.,F,24,"New Y, NY",5406,6207,540,10 Mile +6669,Laura R.,F,34,"Washington, DC",5406,5908,540,10 Mile +15861,Kelly T.,F,27,"Washington, DC",5406,6450,540,10 Mile +9913,Emily W.,F,41,"Washington, DC",5406,5866,540,10 Mile +13917,Talia L.,F,32,"Columbia, MD",5406,5649,540,10 Mile +10898,Kendra E.,F,37,"Arlington, VA",5406,6021,540,10 Mile +8595,Emma S.,F,24,"Abingdon, VA",5406,5848,540,10 Mile +5898,Tara B.,F,27,"Washington, DC",5407,6297,540,10 Mile +8758,Lisa S.,F,36,"Point Of Rocks, MD",5407,5993,540,10 Mile +6734,Julia G.,F,27,"Kensington, MD",5407,5995,540,10 Mile +5922,Barbara R.,F,23,"Arlington, VA",5407,5687,540,10 Mile +11259,Olivia B.,F,30,"Brooklyn, NY",5407,5977,540,10 Mile +5359,Hannah C.,F,25,"Washington, DC",5407,6173,540,10 Mile +7169,Lilly R.,F,25,"Washington, DC",5407,5946,540,10 Mile +6301,Alison C.,F,28,"Baltimore, MD",5408,5885,540,10 Mile +22342,Kirsten R.,F,25,"New York, NY",5408,5949,540,10 Mile +11317,Lisa O.,F,45,"Washington, DC",5408,6230,540,10 Mile +10030,Lisa K.,F,48,"Colorado Springs, CO",5408,5877,540,10 Mile +7211,Margaret L.,F,33,"Washington, DC",5408,5879,540,10 Mile +2277,Jessica L.,F,23,"Washington, DC",5408,5725,540,10 Mile +7854,Natalie A.,F,26,"Baltimore, MD",5408,6282,540,10 Mile +7969,Blair C.,F,27,"Washington, DC",5408,6298,540,10 Mile +8527,Roseann V.,F,55,"Sparks, MD",5408,6557,540,10 Mile +7246,Meredith W.,F,41,"North Potomac, MD",5409,5864,540,10 Mile +10251,Ingrid S.,F,30,"Washington, DC",5409,5995,540,10 Mile +10137,Jenna C.,F,28,"Washington, DC",5409,5894,540,10 Mile +10178,Lauren M.,F,28,"Bethesda, MD",5409,5995,540,10 Mile +11726,Felicia K.,F,25,"Washington, DC",5409,5743,540,10 Mile +5983,Emily R.,F,30,"Gaithersburg, MD",5409,5645,540,10 Mile +10539,Samantha R.,F,30,"Arlington, MA",5409,5769,540,10 Mile +10536,Victoria E.,F,22,"Rockville, MD",5410,5872,541,10 Mile +4309,Jana L.,F,25,"Chevy Chase, MD",5410,5662,541,10 Mile +22550,Julie P.,F,53,"Oakton, VA",5410,5921,541,10 Mile +9764,Heather D.,F,28,"Arlington, VA",5410,5890,541,10 Mile +11186,Annie C.,F,23,"Washington, DC",5410,6320,541,10 Mile +5084,Amanda K.,F,39,"Brooklyn, NY",5410,5410,541,10 Mile +7688,Claire A.,F,24,"Washington, DC",5410,6002,541,10 Mile +12296,Meredith H.,F,44,"Bethesda, MD",5411,5989,541,10 Mile +521,Abby J.,F,30,"Washington, DC",5411,5439,541,10 Mile +6583,Laura S.,F,37,"Perrysburg, OH",5411,6372,541,10 Mile +261,Kathrine S.,F,70,"Bethesda, MD",5412,5431,541,10 Mile +12157,Kasey D.,F,23,"Washington, DC",5412,6198,541,10 Mile +11600,Patricia A.,F,42,"Woodbridge, VA",5413,5915,541,10 Mile +8220,Teresa R.,F,25,"Arlington, VA",5413,5964,541,10 Mile +11266,Gabriela G.,F,35,"Washington, DC",5414,6289,541,10 Mile +9801,Shannon S.,F,40,"Ashburn, VA",5414,5936,541,10 Mile +10307,Rachel L.,F,34,"College Park, MD",5414,5909,541,10 Mile +4112,Jennifer B.,F,48,"Toms River, NJ",5414,5677,541,10 Mile +7554,Mikaela F.,F,27,"Washington, DC",5414,5934,541,10 Mile +633,Yleana R.,F,32,"South Farmingdale, NY",5414,5848,541,10 Mile +12341,Stephanie Q.,F,27,"Arlington, VA",5415,6630,541,10 Mile +7667,Jennifer D.,F,27,"Washington, DC",5415,5994,541,10 Mile +9922,Margaret O.,F,60,"Severna Park, MD",5415,5879,541,10 Mile +12567,Vinca P.,F,26,"Washington, DC",5415,5925,541,10 Mile +11421,Tracy W.,F,41,"Arlington, VA",5415,5923,541,10 Mile +1255,Karen D.,F,24,"Washington, DC",5415,5995,541,10 Mile +15889,Dana R.,F,32,"Washington, DC",5415,6682,541,10 Mile +5971,Kathleen H.,F,26,"Gaithersburg, MD",5416,6905,541,10 Mile +7333,Melissa S.,F,33,"Washington, DC",5417,5966,541,10 Mile +13522,Brook B.,F,34,"Washington, DC",5417,6185,541,10 Mile +410,Brigitte S.,F,73,"Baltimore, MD",5417,5439,541,10 Mile +12833,Elizabeth B.,F,34,"Alexandria, VA",5417,6313,541,10 Mile +18854,Shayna P.,F,33,"Chevy Chase, MD",5418,6226,541,10 Mile +6597,Laura A.,F,33,"Bethesdsa, MD",5419,5419,541,10 Mile +6975,Hilary C.,F,52,"Saratoga Springs, NY",5419,5875,541,10 Mile +4097,Sumithra N.,F,26,"Washington, DC",5419,5766,541,10 Mile +11712,Laura R.,F,37,"Washington, DC",5419,6236,541,10 Mile +14719,Claire W.,F,39,"Washington, DC",5420,6482,542,10 Mile +3869,Alexandra G.,F,27,"Washington, DC",5420,5649,542,10 Mile +8294,Emily W.,F,41,"Mechanicsville, VA",5420,6032,542,10 Mile +5881,Katharine D.,F,26,"Washington, DC",5421,5767,542,10 Mile +10578,Nancy T.,F,30,"New York, NY",5422,5977,542,10 Mile +12169,Raiza V.,F,31,"Alexandria, VA",5422,5869,542,10 Mile +4450,Jenna S.,F,26,"Boyds, MD",5422,5728,542,10 Mile +4215,Erin J.,F,40,"Nyc, NY",5422,6557,542,10 Mile +13631,Isabel B.,F,42,"New York, NY",5423,6292,542,10 Mile +14861,Ann D.,F,39,"Springfield, VA",5423,5869,542,10 Mile +7741,Marie L.,F,33,"Ny, NY",5424,6000,542,10 Mile +12954,Caitlin G.,F,29,"Washington, DC",5424,6157,542,10 Mile +5354,Meg M.,F,26,"Washington, DC",5424,5986,542,10 Mile +9721,Karen P.,F,53,"Lebanon, NJ",5425,5855,542,10 Mile +19490,Lisa C.,F,36,"New York, NY",5425,6234,542,10 Mile +8585,Irene V.,F,31,"Washington, DC",5425,5752,542,10 Mile +10353,Meghan L.,F,29,"Washington, DC",5426,6020,542,10 Mile +9017,Rose S.,F,28,"Washington, DC",5426,6051,542,10 Mile +22388,Karen B.,F,44,"Bethesda, MD",5426,6952,542,10 Mile +8317,Evan B.,F,26,"Washington, DC",5426,6000,542,10 Mile +7073,Rhonda M.,F,51,"Clinton, MD",5427,5928,542,10 Mile +11257,Magan G.,F,33,"Washington, DC",5427,6287,542,10 Mile +7525,Erica J.,F,26,"Westmont, IL",5427,6200,542,10 Mile +8504,Courtney B.,F,31,"Washington, DC",5427,5937,542,10 Mile +3010,Jennifer D.,F,32,"Arlington, VA",5428,5955,542,10 Mile +5562,Jessica L.,F,32,"Boston, MA",5428,6010,542,10 Mile +8126,Tania M.,F,51,"Fairfax, VA",5429,5879,542,10 Mile +15592,Mary B.,F,28,"Washington, DC",5429,6257,542,10 Mile +7878,Jennifer W.,F,28,"Reston, VA",5429,6036,542,10 Mile +9275,Chelsea H.,F,27,"Washington, DC",5429,6008,542,10 Mile +5777,Lauren B.,F,25,"Burke, VA",5429,5902,542,10 Mile +21892,Victoria O.,F,23,"Washington, DC",5430,6029,543,10 Mile +7610,Jennifer L.,F,34,"Chevy Chase, MD",5430,5870,543,10 Mile +6207,Samantha M.,F,33,"Cheverly, MD",5430,5940,543,10 Mile +8095,Claudia H.,F,49,"Potomac, MD",5431,5753,543,10 Mile +4002,Martha S.,F,50,"Potomac, MD",5431,5753,543,10 Mile +3420,Claire P.,F,29,"Washington, DC",5431,6961,543,10 Mile +10417,Julie A.,F,37,"Union Bridge, MD",5431,5741,543,10 Mile +6692,Jodie C.,F,49,"Arlington, VA",5431,5740,543,10 Mile +6892,Tiffany G.,F,32,"Landover, MD",5431,5862,543,10 Mile +8861,Natalie D.,F,50,"New York, NY",5431,6056,543,10 Mile +3087,Salina L.,F,34,"Washington, DC",5431,5764,543,10 Mile +8587,Anne F.,F,42,"Sewickley, PA",5432,5939,543,10 Mile +4103,Karen R.,F,51,"Sewickley, PA",5432,5939,543,10 Mile +12299,Tanya B.,F,23,"Arlington, VA",5432,6017,543,10 Mile +7482,Rachel T.,F,35,"Arlington, VA",5433,6013,543,10 Mile +9899,Heather M.,F,27,"Washington, DC",5433,5886,543,10 Mile +7534,Elizabeth S.,F,40,"Arlington, VA",5433,5906,543,10 Mile +7448,Alexandra L.,F,43,"Washington, DC",5433,5873,543,10 Mile +9221,Elizabeth P.,F,41,"Pittsburgh, PA",5433,5957,543,10 Mile +5410,Laura T.,F,33,"Alexandria, VA",5434,5713,543,10 Mile +13619,Elizabeth S.,F,26,"Ashburn, VA",5435,5646,543,10 Mile +11662,Maria P.,F,47,"North Bethesda, MD",5435,6235,543,10 Mile +5252,Adrienne B.,F,32,"Washington, DC",5435,5998,543,10 Mile +10162,Carrie C.,F,24,"Washington, DC",5435,6030,543,10 Mile +12557,Marianela R.,F,41,"Alexandria, VA",5436,6268,543,10 Mile +7438,Sharon A.,F,40,"Chesapeake, VA",5436,5958,543,10 Mile +17917,Vanessa T.,F,24,"Rockville, MD",5436,6004,543,10 Mile +3033,Jessica R.,F,30,"Boston, MA",5436,6066,543,10 Mile +10862,Erin S.,F,23,"Arlington, VA",5436,5646,543,10 Mile +6857,Meredith L.,F,44,"Kensington, MD",5436,5986,543,10 Mile +6096,Melissa C.,F,46,"Woodbridge, VA",5436,5628,543,10 Mile +13791,Sara W.,F,31,"Washington, DC",5436,6194,543,10 Mile +11478,Catherine T.,F,35,"Washington, DC",5437,6069,543,10 Mile +9015,Rachel A.,F,34,"Arlington, VA",5437,6007,543,10 Mile +7072,Heather T.,F,40,"East Lyme, CT",5437,6019,543,10 Mile +746,Sarah J.,F,42,"Kensington, MD",5437,5988,543,10 Mile +15801,Larissa C.,F,21,"Baltimore, MD",5437,6381,543,10 Mile +6143,Emily Z.,F,36,"Madison, AL",5437,6511,543,10 Mile +17109,Pauline P.,F,21,"Baltimore, MD",5438,6382,543,10 Mile +10681,Christine M.,F,25,"Philadelphia, PA",5438,6271,543,10 Mile +6807,Jennifer M.,F,51,"Midlothian, VA",5438,5784,543,10 Mile +7322,Danielle C.,F,37,"Somerville, MA",5438,5951,543,10 Mile +8700,Miranda P.,F,34,"Washington, DC",5438,5979,543,10 Mile +8029,Laura L.,F,31,"Arlington, VA",5438,5788,543,10 Mile +17019,Janelle W.,F,30,"Washington, DC",5438,5979,543,10 Mile +12637,Melissa B.,F,22,"Richmond, VA",5439,6003,543,10 Mile +19834,Katya B.,F,28,"Silver Spring, MD",5439,5770,543,10 Mile +10635,Shannon N.,F,41,"Washington, DC",5439,6382,543,10 Mile +13742,Mary S.,F,46,"Silver Spring, MD",5439,6207,543,10 Mile +10196,Stephanie S.,F,37,"Stevensville, MD",5440,5881,544,10 Mile +10931,Mercedes V.,F,24,"Baltimore, MD",5440,5940,544,10 Mile +10541,Marcella S.,F,40,"Arlington, VA",5440,6175,544,10 Mile +8462,Joann T.,F,58,"Vienna, VA",5440,6199,544,10 Mile +5009,Michele M.,F,52,"Virginia Beach, VA",5440,5909,544,10 Mile +8575,Kym M.,F,31,"Alexandria, VA",5440,5962,544,10 Mile +776,Kristin H.,F,38,"Henrico, VA",5441,5714,544,10 Mile +7017,Hayley W.,F,31,"Clarksburg, MD",5441,5974,544,10 Mile +9724,Cecily H.,F,31,"Silver Spring, MD",5441,6056,544,10 Mile +1679,Hillary D.,F,24,"Washington, DC",5441,5741,544,10 Mile +5592,Lydia T.,F,52,"Orange, CT",5441,5997,544,10 Mile +4577,Maria I.,F,21,Mexico,5441,5632,544,10 Mile +6115,Nicole H.,F,48,"Arlington, VA",5441,6394,544,10 Mile +9691,Elsie D.,F,53,"Acton, MA",5441,5997,544,10 Mile +9708,Rebecca R.,F,29,"Silver Spring, MD",5441,6056,544,10 Mile +3880,Annie G.,F,36,"Santa Barbara, CA",5442,6079,544,10 Mile +14035,Kedryn S.,F,29,"Washington, DC",5442,6212,544,10 Mile +6591,Emily S.,F,33,"Henrico, VA",5442,5716,544,10 Mile +9749,Amanda S.,F,37,"Washington, DC",5442,6215,544,10 Mile +7698,Tammy F.,F,41,"Stafford, VA",5442,5932,544,10 Mile +7868,Kate G.,F,24,"Washington, DC",5442,5982,544,10 Mile +7490,Sophia H.,F,14,"Milford, MI",5442,5981,544,10 Mile +9128,Rosa C.,F,32,"Brooklyn, NY",5443,5940,544,10 Mile +12751,Melanie S.,F,24,"Falls Church, VA",5443,6193,544,10 Mile +12210,Beth R.,F,40,"Washington, DC",5443,6405,544,10 Mile +12315,Arielle A.,F,22,"Columbia, MD",5444,6029,544,10 Mile +10638,Stephanie S.,F,32,"Washington, DC",5444,6191,544,10 Mile +588,Martha G.,F,27,"Washington, DC",5444,5982,544,10 Mile +10341,Mary P.,F,28,"Washington, DC",5444,5982,544,10 Mile +10416,Julie B.,F,23,"Washington, DC",5445,5937,544,10 Mile +11494,Rebecca D.,F,24,"Arlington, VA",5445,6041,544,10 Mile +13968,Jessica S.,F,34,"Washington, DC",5445,6211,544,10 Mile +775,Rachel S.,F,31,"Washington Dc, DC",5447,5785,544,10 Mile +9344,Monique D.,F,40,"Alexandria, VA",5447,5964,544,10 Mile +3784,Sarah S.,F,28,"Washington, DC",5447,5791,544,10 Mile +10612,Jane P.,F,24,"Toronto, ON",5447,6344,544,10 Mile +22624,Karen S.,F,44,"Washington, DC",5447,5792,544,10 Mile +7324,Val O.,F,36,"Boston, MA",5448,5960,544,10 Mile +7713,Katherine G.,F,25,"Arlington, VA",5448,6078,544,10 Mile +7600,Erica H.,F,30,"Washington, DC",5448,5949,544,10 Mile +8681,Karen M.,F,47,"Bethesda, MD",5448,6236,544,10 Mile +10215,Lois W.,F,46,"Great Falls, VA",5448,5792,544,10 Mile +10280,Morgan B.,F,23,"Springfield, VA",5449,5881,544,10 Mile +12510,Amy M.,F,35,"Davis, WV",5449,5986,544,10 Mile +10345,Anne H.,F,61,"Mclean, VA",5449,5876,544,10 Mile +9415,Pamela C.,F,46,"Columbia, MD",5449,5765,544,10 Mile +11216,Kelsey Y.,F,28,"Arlington, VA",5450,6205,545,10 Mile +16291,Amy F.,F,24,"Rockville, MD",5451,5786,545,10 Mile +8610,Hali B.,F,45,"Tamarac, FL",5451,5897,545,10 Mile +6436,Stephanie M.,F,51,"Hingham, MA",5452,5946,545,10 Mile +12193,Mekia L.,F,39,"Washington, DC",5452,6258,545,10 Mile +9852,Lauren C.,F,30,"Bethesda, MD",5452,5812,545,10 Mile +9672,Anna D.,F,27,"Washington, DC",5452,6053,545,10 Mile +12513,Hannah S.,F,26,"Raleigh, NC",5453,6305,545,10 Mile +4322,Speedy E.,F,28,"Washington, DC",5454,5793,545,10 Mile +10412,Meghan D.,F,22,"Mclean, VA",5454,6226,545,10 Mile +10631,Giselle H.,F,39,"Washington, DC",5454,6297,545,10 Mile +6471,Jennifer K.,F,33,"Washington, DC",5454,5960,545,10 Mile +6798,Christine C.,F,46,"Ann Arbor, MI",5455,6013,545,10 Mile +10109,Hilary P.,F,31,"Brooklyn, NY",5455,5910,545,10 Mile +7669,Nicole M.,F,31,"Burke, VA",5455,5990,545,10 Mile +10361,Claire T.,F,30,"Washington, DC",5456,6314,545,10 Mile +10138,Jessica S.,F,40,"Kalamazoo, MI",5456,5924,545,10 Mile +12994,Mara M.,F,26,"Dc, DC",5456,6204,545,10 Mile +9075,Amy P.,F,32,"Arlington, VA",5457,5985,545,10 Mile +10183,Joanne C.,F,41,"West Chester, PA",5457,5893,545,10 Mile +16388,Holly J.,F,33,"Lansdale, PA",5457,5765,545,10 Mile +10321,Lauryn M.,F,31,"Chevy Chase, MD",5458,6200,545,10 Mile +10411,Maureen D.,F,50,"Mclean, VA",5458,6231,545,10 Mile +8467,Karyn R.,F,41,"Washington, DC",5458,6074,545,10 Mile +11085,Leslye S.,F,49,"Ellicott City, MD",5458,6279,545,10 Mile +9206,Kathryn L.,F,29,"Washington, DC",5458,6313,545,10 Mile +7885,Keiko K.,F,49,"Woodbridge, VA",5459,5908,545,10 Mile +7595,Hillary T.,F,27,"Columbia, MD",5460,5806,546,10 Mile +16231,Anna G.,F,31,"Arlington, VA",5460,6414,546,10 Mile +10308,Laurie S.,F,41,"Washington, DC",5460,6052,546,10 Mile +6185,Melissa P.,F,27,"Swampscott, MA",5460,6022,546,10 Mile +22460,Lindsay A.,F,33,"Westminster, MD",5460,5951,546,10 Mile +12313,Heather L.,F,32,"Jersey City, NJ",5460,6328,546,10 Mile +7281,Sara A.,F,22,"Washington, DC",5460,5963,546,10 Mile +22588,Ashley C.,F,35,"Winston Salem, NC",5460,5951,546,10 Mile +11751,Megan M.,F,29,"Laytonsville, MD",5461,6384,546,10 Mile +6493,Andrea B.,F,33,"Washington, DC",5461,5917,546,10 Mile +17930,Maya G.,F,36,"Washington, DC",5461,6056,546,10 Mile +3629,Jenifer F.,F,28,"Washington, DC",5462,6655,546,10 Mile +10173,Emilie M.,F,33,"Alexandria, VA",5462,6028,546,10 Mile +12903,Elizabeth B.,F,27,"Washington, DC",5462,6396,546,10 Mile +6695,Adrienne Y.,F,29,"Elmwood Park, NJ",5462,6043,546,10 Mile +22593,Christine B.,F,35,"Groton, MA",5462,5987,546,10 Mile +21512,Siya P.,F,24,"Washington, DC",5463,6450,546,10 Mile +2979,Tanya S.,F,35,"Washington, DC",5463,5749,546,10 Mile +17183,Fiorella S.,F,41,"Montclair, VA",5464,6555,546,10 Mile +12095,Kaitlyn P.,F,27,"New York, NY",5464,6397,546,10 Mile +4923,Jihyun O.,F,47,"New York, NY",5464,5704,546,10 Mile +14545,Kriszti F.,F,46,"Burke, VA",5464,6238,546,10 Mile +7402,Susanna S.,F,36,"Gambrills, MD",5464,6246,546,10 Mile +9193,Heid M.,F,36,"Washington, DC",5465,5781,546,10 Mile +7788,Erica K.,F,30,"Washington, DC",5465,6226,546,10 Mile +4821,Lindsey C.,F,29,"Alexandria, VA",5465,6222,546,10 Mile +6502,Carolyn B.,F,35,"Washington, DC",5465,6061,546,10 Mile +8883,Dana H.,F,21,"College Park, MD",5465,6581,546,10 Mile +12156,Carina R.,F,29,"Washington, DC",5466,6256,546,10 Mile +10736,Katelyn M.,F,25,"Washington, DC",5466,6211,546,10 Mile +8010,Caroline S.,F,30,"Baltimore, MD",5466,6325,546,10 Mile +7822,Niru P.,F,28,"Washington, DC",5467,6005,546,10 Mile +8390,Keri G.,F,37,"Boston, MA",5467,6102,546,10 Mile +8806,Kathleen L.,F,61,"Morristown, NJ",5467,5990,546,10 Mile +14001,Adrienne L.,F,24,"Washington, DC",5467,5772,546,10 Mile +10348,Linda M.,F,55,"South Riding, VA",5468,5937,546,10 Mile +7847,Abigail M.,F,36,"Washington, DC",5468,6003,546,10 Mile +8942,Jennifer L.,F,30,"Arlington, VA",5468,5990,546,10 Mile +8091,Evita M.,F,35,"Reston, VA",5469,5907,546,10 Mile +22010,Claire S.,F,22,"Washington Dc, DC",5470,6273,547,10 Mile +3152,Gianna M.,F,15,"Sea Ranch Lakes, FL",5470,5963,547,10 Mile +7288,Allison K.,F,39,"San Carlos, CA",5470,5902,547,10 Mile +14848,Erica M.,F,34,"Greenbelt, MD",5470,6542,547,10 Mile +15302,Laura F.,F,29,"Alexandria, VA",5470,5833,547,10 Mile +23090,Mallory B.,F,29,"Baltimore, MD",5470,6327,547,10 Mile +8241,Emily K.,F,27,"Arlington, VA",5471,6052,547,10 Mile +3743,Amanda M.,F,35,"Wetumpka, AL",5471,5802,547,10 Mile +6183,Heather F.,F,40,"Manassas, VA",5471,5797,547,10 Mile +10271,Hilary F.,F,43,"San Jose, CA",5471,5801,547,10 Mile +7262,Brynn L.,F,25,"Fairfax, VA",5471,6070,547,10 Mile +1755,Teresa A.,F,42,"Columbia, MD",5471,5925,547,10 Mile +7934,Laura W.,F,53,"Warrenton, VA",5471,5908,547,10 Mile +15042,July H.,F,27,"Chicago, IL",5472,6537,547,10 Mile +4681,Caroline G.,F,29,"New York, NY",5472,5751,547,10 Mile +8488,Nicki A.,F,27,"Washington, DC",5472,6363,547,10 Mile +8985,Allison G.,F,23,"Washington, DC",5472,6053,547,10 Mile +9121,Darcy H.,F,29,"Washington, DC",5473,5982,547,10 Mile +12701,Jennifer K.,F,31,"Washington, DC",5473,6248,547,10 Mile +9296,Alexa G.,F,26,"Arlington, VA",5474,5949,547,10 Mile +6293,Aleta G.,F,26,"Washington, DC",5474,6053,547,10 Mile +7859,Katie H.,F,33,"Washington, DC",5474,6093,547,10 Mile +8936,Tracey S.,F,45,"Easton, MD",5474,5818,547,10 Mile +4975,Jacqueline P.,F,21,"Monrovia, MD",5474,5734,547,10 Mile +11548,Kate W.,F,28,"Arlington, VA",5475,6050,547,10 Mile +11564,Katya B.,F,28,"New York, NY",5475,6313,547,10 Mile +10651,Alexandra H.,F,27,"Washington, DC",5475,6054,547,10 Mile +7789,Kathleen G.,F,27,"Washington, DC",5475,5967,547,10 Mile +9975,Amy D.,F,26,"Arlington, VA",5475,6039,547,10 Mile +8948,Allison T.,F,45,"Easton, MD",5475,5817,547,10 Mile +13283,Melissa H.,F,28,"Washington, DC",5476,6218,547,10 Mile +8567,Ann P.,F,28,"Laurel, MD",5476,5985,547,10 Mile +6268,Marie W.,F,44,"Fredericksburg, VA",5476,5674,547,10 Mile +4008,Randall D.,F,26,"Arnold, MD",5476,5839,547,10 Mile +10465,Lindsey F.,F,33,"Washington, DC",5476,6260,547,10 Mile +20920,Kathleen B.,F,33,"Boston, MA",5477,6071,547,10 Mile +8330,Carly B.,F,40,"Potomac, MD",5477,6216,547,10 Mile +12222,Lori S.,F,33,"Washington, DC",5477,6023,547,10 Mile +10597,Claire Z.,F,23,"Washington, DC",5477,6277,547,10 Mile +14730,Jane A.,F,33,"Laurel, MD",5478,5915,547,10 Mile +8398,Alexandra G.,F,27,"Arlington, VA",5478,5981,547,10 Mile +20000,Lorianne C.,F,39,"Falls Church, VA",5478,6771,547,10 Mile +9939,Karen P.,F,49,"Centreville, VA",5478,5975,547,10 Mile +14951,Keelin W.,F,23,"Washington, DC",5479,5966,547,10 Mile +10144,Lori W.,F,49,"Arlington, VA",5479,5970,547,10 Mile +11160,Candace B.,F,51,"Raleigh, NC",5479,6369,547,10 Mile +5233,Meryl W.,F,26,"Washington, DC",5479,5966,547,10 Mile +3954,Arielle T.,F,26,"Washington, DC",5479,5831,547,10 Mile +4982,Allison S.,F,30,"Chicago, IL",5480,6438,548,10 Mile +14385,Erin A.,F,25,"Washington, DC",5480,6537,548,10 Mile +8079,Jenn M.,F,37,"Herndon, VA",5480,6028,548,10 Mile +5962,Yevgeniya S.,F,37,"Washington, DC",5482,5939,548,10 Mile +9776,Anna J.,F,27,"New York, NY",5482,5996,548,10 Mile +7893,Kaitlyn H.,F,24,"Arlington, VA",5482,6087,548,10 Mile +7022,Laura S.,F,43,"Sewickley, PA",5482,5989,548,10 Mile +21946,Andrea M.,F,29,"Washington, DC",5482,5996,548,10 Mile +6494,Irene R.,F,28,"Washington, DC",5483,5913,548,10 Mile +8198,Jen M.,F,48,"Jersey City, NJ",5483,5970,548,10 Mile +6800,Kim T.,F,28,"Falls Church, VA",5483,5939,548,10 Mile +10002,Cynthia J.,F,54,"Takoma Park, MD",5483,6091,548,10 Mile +16791,Stephanie P.,F,30,"Reisterstown, MD",5483,6387,548,10 Mile +4169,Leah M.,F,31,"Alexandria, VA",5484,6226,548,10 Mile +6469,Mary M.,F,51,"Springfield, VA",5485,5821,548,10 Mile +7223,Audrey C.,F,27,"Washington, DC",5485,6335,548,10 Mile +6747,Molly M.,F,40,"Spring Lake, NJ",5485,5935,548,10 Mile +6344,Katie M.,F,39,"Riverdale, MD",5485,5994,548,10 Mile +9568,Molly R.,F,30,"Washington, DC",5485,6022,548,10 Mile +11619,Michelle M.,F,27,"Alexandria, VA",5485,6276,548,10 Mile +9307,Kris H.,F,42,"Gaithersburg, MD",5486,5850,548,10 Mile +22480,Sheryl S.,F,42,"Marlton, NJ",5486,5804,548,10 Mile +8729,Kathy B.,F,37,"Glenelg, MD",5487,6103,548,10 Mile +3031,Jessica G.,F,29,"Washington, DC",5487,5807,548,10 Mile +17033,Jennifer M.,F,35,"Fairfax, VA",5487,6246,548,10 Mile +4336,Lisa R.,F,41,"Woodbridge, VA",5487,6454,548,10 Mile +8842,Jennifer C.,F,26,"Oakton, VA",5488,6095,548,10 Mile +9837,Meredith L.,F,28,"Washington, DC",5488,6099,548,10 Mile +11115,Eva D.,F,28,"Philadelphia, PA",5488,6117,548,10 Mile +12467,Michelle R.,F,36,"Springfield, VA",5488,6097,548,10 Mile +9756,Margaret S.,F,24,"Arlington, VA",5488,6260,548,10 Mile +9299,Diane G.,F,61,"Davidsonville, MD",5488,6088,548,10 Mile +7856,Manuela F.,F,57,"Arlington, VA",5489,5925,548,10 Mile +10596,Jennifer V.,F,35,"Frederick, MD",5489,6413,548,10 Mile +8539,Katie C.,F,25,"Washington, DC",5489,5923,548,10 Mile +8307,Jody B.,F,38,"Alexandria, VA",5489,6431,548,10 Mile +10374,Courtney A.,F,30,"Baltimore, MD",5490,6340,549,10 Mile +10328,Rachel K.,F,28,"Mclean, VA",5490,5940,549,10 Mile +7410,Maggie G.,F,35,"Washington, DC",5490,6058,549,10 Mile +12104,Kanitta T.,F,38,"Washington, DC",5491,6235,549,10 Mile +22627,Abigail T.,F,24,"Bedford, PA",5491,6548,549,10 Mile +10147,Kellie S.,F,41,"Broadlands, VA",5492,6075,549,10 Mile +11622,Kate W.,F,29,"Arlington, VA",5492,6245,549,10 Mile +10050,April G.,F,38,"Gaithersburg, MD",5492,5856,549,10 Mile +6686,Lindsay R.,F,24,"Arlington, VA",5493,5995,549,10 Mile +12064,Jenna R.,F,32,"Ithaca, NY",5493,6126,549,10 Mile +9598,Laura G.,F,38,"Fairfax, VA",5493,5993,549,10 Mile +13548,Rebecca N.,F,25,"Arlington, VA",5493,5995,549,10 Mile +10489,Kerri D.,F,38,"Potomac Falls, VA",5493,6261,549,10 Mile +22202,Kathryn M.,F,26,"Arlington, VA",5494,6346,549,10 Mile +12952,Jennifer N.,F,31,"Washington, DC",5495,6327,549,10 Mile +10861,Alexandra C.,F,25,"New York, NY",5495,5838,549,10 Mile +8200,Sydney P.,F,26,"Arlingtin, VA",5495,5958,549,10 Mile +16290,Becki A.,F,31,"North Potomac, MD",5495,6471,549,10 Mile +8754,Joanna W.,F,34,"Washington Dc, DC",5496,6033,549,10 Mile +10607,Christina K.,F,34,"Southern Pines, NC",5497,6129,549,10 Mile +9375,Jennifer C.,F,34,"Columbia, MD",5497,6129,549,10 Mile +6500,Leah B.,F,37,"Laurel, MD",5497,6129,549,10 Mile +8516,Joni V.,F,55,"Pittsburgh, PA",5497,6126,549,10 Mile +21793,Abigail G.,F,31,"Alexandria, VA",5497,5975,549,10 Mile +6553,Jill F.,F,47,"Oakton, VA",5498,5957,549,10 Mile +6742,Pam V.,F,48,"Spotsylvania, VA",5498,5988,549,10 Mile +22462,Jaime D.,F,39,"Alexandria, VA",5498,5860,549,10 Mile +4343,Ashley R.,F,27,"Bethesda, MD",5499,5851,549,10 Mile +10846,Jessica S.,F,37,"Silver Spring, MD",5499,6236,549,10 Mile +11131,Nataile E.,F,26,"Astoria, NY",5499,6360,549,10 Mile +21075,Paola G.,F,29,"Springfield, VA",5499,6905,549,10 Mile +4116,Marie F.,F,37,"Brooklyn, NY",5499,5762,549,10 Mile +11495,Annette B.,F,55,"Manassas, VA",5500,6235,550,10 Mile +17839,Karyn W.,F,48,"Frederick, MD",5500,6252,550,10 Mile +6267,Rachel W.,F,27,"Washington, DC",5500,6004,550,10 Mile +6310,Elizabeth C.,F,40,"Alexandria, VA",5500,5861,550,10 Mile +7097,Natalie J.,F,58,"Gaithersburg, MD",5501,6137,550,10 Mile +16992,Sarah A.,F,39,"New York, NY",5501,6370,550,10 Mile +400,Linda M.,F,67,"Salisbury, MD",5501,5530,550,10 Mile +14761,Tara H.,F,24,"Port Matilda, PA",5501,6259,550,10 Mile +10445,Claire T.,F,27,"Philadelphia, PA",5501,6253,550,10 Mile +9010,Hanna S.,F,34,"Brooklyn, NY",5503,5958,550,10 Mile +20713,Ariella S.,F,32,"Washington D, DC",5503,6457,550,10 Mile +13982,Michelle M.,F,28,"Alexandria, VA",5503,6272,550,10 Mile +9359,Leah M.,F,34,"Washington, DC",5503,5866,550,10 Mile +9475,Jillian B.,F,28,"Wilmette, IL",5503,6358,550,10 Mile +20577,Ashley S.,F,23,"Durham, NC",5503,6981,550,10 Mile +8426,Kyle K.,F,33,"Springfield, VA",5503,5980,550,10 Mile +5875,Magdalena K.,F,41,"Arlington, VA",5504,6792,550,10 Mile +7345,Kaniesia E.,F,44,"Centreville, VA",5504,6034,550,10 Mile +10366,Kristine B.,F,37,"Alexandria, VA",5504,6379,550,10 Mile +9713,Megan H.,F,25,"Alexandria, VA",5504,5872,550,10 Mile +9614,Mary F.,F,34,"Washington, DC",5505,6297,550,10 Mile +9651,Wanda L.,F,53,"Washington, DC",5505,6297,550,10 Mile +3916,Mandy K.,F,23,"Silver Spring, MD",5506,6044,550,10 Mile +22193,Avery M.,F,22,"Chevy Chase, MD",5506,5690,550,10 Mile +510,Nga T.,F,27,"Falls Church, VA",5506,5963,550,10 Mile +6657,Markeen S.,F,38,"Alexandria, VA",5506,6242,550,10 Mile +4655,Stephanie M.,F,41,"Arlington, VA",5506,6052,550,10 Mile +10761,Carla B.,F,35,"Annandale, VA",5507,6480,550,10 Mile +8020,Liana A.,F,21,"Sunderland, MD",5507,6784,550,10 Mile +10608,Regina Z.,F,26,"Springfield, PA",5507,6455,550,10 Mile +7556,Liz D.,F,34,"New York, NY",5507,6030,550,10 Mile +9392,Catherine M.,F,31,"Mclean, VA",5508,6555,550,10 Mile +4419,Genevieve M.,F,26,"Washington, DC",5508,6455,550,10 Mile +5912,Sarah H.,F,41,"Bristow, VA",5508,5732,550,10 Mile +21902,Cassandra V.,F,27,"Washington, DC",5509,6005,550,10 Mile +7733,Kelli B.,F,38,"Ashburn, VA",5510,5967,551,10 Mile +12592,Hayley S.,F,26,"Leesburg, VA",5510,6282,551,10 Mile +19836,Eileen C.,F,52,"Lancaster, OH",5511,6359,551,10 Mile +9682,Shannon N.,F,35,"Washington, DC",5511,6281,551,10 Mile +10106,Krysti S.,F,27,"Washington, DC",5511,6072,551,10 Mile +4486,Jenna S.,F,26,"Fairfax, VA",5511,5782,551,10 Mile +8158,Tiffany W.,F,25,"Arlington, VA",5511,6004,551,10 Mile +8114,Margaret A.,F,48,"Mclean, VA",5512,5853,551,10 Mile +19837,Sherry O.,F,55,"Lancaster, OH",5512,6358,551,10 Mile +6749,Jane W.,F,57,"Silver Spring, MD",5512,6140,551,10 Mile +7265,Eve B.,F,23,"Baltimore, MD",5512,6013,551,10 Mile +12646,Elina P.,F,30,"Washington, DC",5512,6284,551,10 Mile +10347,Jennifer M.,F,24,"Richmond, VA",5512,6013,551,10 Mile +8831,Jean U.,F,55,"Papillion, NE",5512,6033,551,10 Mile +9646,Lauren M.,F,28,"Arlington, VA",5512,5996,551,10 Mile +7508,Allie S.,F,30,"Washington, DC",5513,6090,551,10 Mile +7375,Gabby G.,F,27,"Washington, DC",5513,6055,551,10 Mile +10958,Jane L.,F,41,"Washington, DC",5514,6316,551,10 Mile +21893,Laura T.,F,32,"Washington, DC",5514,6402,551,10 Mile +6117,Karen H.,F,53,"Bel Air, MD",5514,6301,551,10 Mile +9508,Maria V.,F,53,"Arlington, VA",5515,6094,551,10 Mile +1901,Christina W.,F,26,"Silver Spring, MD",5515,5962,551,10 Mile +5294,Susan H.,F,44,"Churchton, MD",5515,5861,551,10 Mile +11458,Cassandra P.,F,30,"Washington, DC",5515,6348,551,10 Mile +1595,Mercedes V.,F,24,"Baltimore, MD",5516,6341,551,10 Mile +22631,Sharese W.,F,41,"Alexandria, VA",5516,6259,551,10 Mile +3485,Andrea F.,F,31,"Washington, DC",5516,6262,551,10 Mile +15852,Betty R.,F,22,"Washington, DC",5516,6008,551,10 Mile +22579,Jennifer W.,F,40,"Gilbertsville, PA",5516,5966,551,10 Mile +7881,Debbie D.,F,46,"Clarksburg, MD",5517,6296,551,10 Mile +20947,Brielle E.,F,28,"Washington, DC",5517,6146,551,10 Mile +10890,Crystal K.,F,43,"North Potomac, MD",5518,6476,551,10 Mile +2718,Kyra P.,F,25,"Washington Dc, DC",5518,6147,551,10 Mile +5387,Kyle B.,F,38,"Santa Barbara, CA",5518,6155,551,10 Mile +9152,Colleen S.,F,24,"Arlington, VA",5519,6064,551,10 Mile +5229,Julia K.,F,31,"Chicago, IL",5519,6458,551,10 Mile +7612,Christine S.,F,37,"Bethesda, MD",5519,6130,551,10 Mile +435,Erica A.,F,28,"Washington, DC",5519,5952,551,10 Mile +4055,Madeleine S.,F,28,"Washington Dc, DC",5520,6290,552,10 Mile +3168,Nora M.,F,31,"Washington, DC",5520,6460,552,10 Mile +11852,Carolyn C.,F,29,"Washington, DC",5520,6100,552,10 Mile +20447,Alison Z.,F,37,"Washington, DC",5520,6460,552,10 Mile +13705,Katie W.,F,29,"Arlington, VA",5520,6099,552,10 Mile +9040,Virginia D.,F,30,"Silver Spring, MD",5520,5880,552,10 Mile +3780,Rachel C.,F,39,"Alexandria, VA",5520,5744,552,10 Mile +10738,Amy B.,F,33,"Iowa City, IA",5520,6495,552,10 Mile +4095,Trisha F.,F,17,"Fort Belvoir, VA",5520,5805,552,10 Mile +405,Elizabeth C.,F,61,"Wilton, CT",5521,5826,552,10 Mile +21670,Kaitlin H.,F,31,"Washington, DC",5521,6936,552,10 Mile +13367,Amanda A.,F,29,"Washington, DC",5521,6295,552,10 Mile +7660,Melissa D.,F,35,"Rockville, MD",5522,6003,552,10 Mile +14502,Angela N.,F,37,"Herndon, VA",5522,6579,552,10 Mile +7197,Justine K.,F,40,"Lorton, VA",5522,6287,552,10 Mile +13143,Gabrielle W.,F,16,"Manassas, VA",5522,6287,552,10 Mile +8506,Elizabeth C.,F,37,"Silver Spring, MD",5522,6133,552,10 Mile +11033,Andrea G.,F,31,"Eastlake, OH",5523,6373,552,10 Mile +12340,Jamie M.,F,36,"Sterling, VA",5523,6397,552,10 Mile +9944,Sara S.,F,45,"Falls Church, VA",5523,5886,552,10 Mile +7275,Katie S.,F,27,"Washington, DC",5523,6101,552,10 Mile +11560,Hillary H.,F,25,"Washington, DC",5523,6473,552,10 Mile +10360,Stephanie D.,F,38,"Gansevoort, NY",5524,5983,552,10 Mile +21890,Emily R.,F,26,"Washington, DC",5524,6125,552,10 Mile +21612,Heather E.,F,35,"Alexandria, VA",5525,6816,552,10 Mile +4757,Nadine S.,F,44,"Crownsville, MD",5526,5808,552,10 Mile +15631,Nancy C.,F,25,"Washington, DC",5526,6642,552,10 Mile +3998,Katherine B.,F,23,"Rockville, MD",5527,6150,552,10 Mile +4511,Emily B.,F,25,"Rockville, MD",5527,6151,552,10 Mile +13172,Amelia O.,F,30,"Mclean, VA",5527,6505,552,10 Mile +10201,Katherine L.,F,30,"Washington, DC",5527,6088,552,10 Mile +11151,Hila D.,F,34,"Burke, VA",5527,6118,552,10 Mile +12489,Valerie L.,F,38,"Falls Church, VA",5528,6457,552,10 Mile +9280,Jennifer G.,F,24,"Washington, DC",5528,6133,552,10 Mile +5434,Amy M.,F,28,"Wilmington, DE",5528,6038,552,10 Mile +5837,Colleen M.,F,26,"Washington, DC",5528,6000,552,10 Mile +11447,Sureia A.,F,48,"Laurel, MD",5529,5577,552,10 Mile +8852,Dorien R.,F,25,"Washington, DC",5529,6061,552,10 Mile +9497,Lea D.,F,27,"Montreal, QC",5529,5796,552,10 Mile +15047,Fotini G.,F,27,"Washington, DC",5529,6625,552,10 Mile +11249,Tina S.,F,53,"Falls Church, VA",5530,6346,553,10 Mile +12678,Rachel R.,F,25,"Washington, DC",5530,6301,553,10 Mile +8816,Elizabeth S.,F,41,"Alexandria, VA",5531,5892,553,10 Mile +975,Nicola B.,F,36,"Arlington, VA",5531,5569,553,10 Mile +11225,Aimee P.,F,38,"York Springs, PA",5531,6337,553,10 Mile +9184,Jacqueline L.,F,43,"Arlington, VA",5531,5959,553,10 Mile +14784,Marie B.,F,51,"Sterling, VA",5531,6578,553,10 Mile +9970,Christine C.,F,54,"Silver Spring, MD",5531,6011,553,10 Mile +8647,Kristina S.,F,38,"Alexandria, VA",5532,5993,553,10 Mile +12123,Katherine M.,F,31,"Washington, DC",5532,6387,553,10 Mile +679,Rachel H.,F,33,"Littlestown, PA",5532,5567,553,10 Mile +12229,Kelly B.,F,47,"Washington, DC",5532,6270,553,10 Mile +8896,Staci R.,F,34,"Houston, TX",5533,6010,553,10 Mile +9151,Margaret P.,F,52,"Highland, MD",5533,6006,553,10 Mile +9424,Sandra H.,F,40,"North Potomac, MD",5533,6322,553,10 Mile +10584,Karen M.,F,36,"Bethesda, MD",5533,6420,553,10 Mile +11569,Tara H.,F,40,"Graham, NC",5534,6353,553,10 Mile +412,Nini M.,F,63,"El Dorado Hills, CA",5534,5758,553,10 Mile +8695,Elizabeth P.,F,36,"Washington, DC",5535,6134,553,10 Mile +3828,Bonnie P.,F,35,"Woodside, NY",5535,5805,553,10 Mile +5585,Christina C.,F,33,"Washington, DC",5535,6389,553,10 Mile +19795,Curly F.,F,58,"Columbia, MD",5535,6958,553,10 Mile +4118,Michaelene H.,F,29,"Washington D.c., DC",5535,5812,553,10 Mile +10342,Debra V.,F,59,"Landenberg, PA",5536,6023,553,10 Mile +5982,Jennifer L.,F,50,"Easton, MA",5537,5731,553,10 Mile +2966,Jane D.,F,23,"New York, NY",5537,5904,553,10 Mile +7565,Rose F.,F,25,"Washington, DC",5537,5999,553,10 Mile +9734,Jennifer L.,F,37,"Arlington, VA",5537,6016,553,10 Mile +4088,Gina T.,F,38,"New York, NY",5537,5904,553,10 Mile +10129,Jitka H.,F,40,"Woodbridge, VA",5537,6411,553,10 Mile +20980,Shana C.,F,46,"Arlington, VA",5538,6016,553,10 Mile +15748,Tushina J.,F,27,"Washington, DC",5538,6584,553,10 Mile +11757,Dena G.,F,41,"Silver Spring, MD",5540,6330,554,10 Mile +6134,Emily S.,F,41,"Odenton, MD",5540,5885,554,10 Mile +7306,Nicole D.,F,36,"Washington, DC",5540,6417,554,10 Mile +7504,Stephanie B.,F,35,"Olney, MD",5541,6761,554,10 Mile +7501,Jessica H.,F,34,"Brookeville, MD",5542,6762,554,10 Mile +12094,Megan J.,F,29,"Washington, DC",5542,6415,554,10 Mile +4186,Morgan W.,F,25,"Arlington, VA",5542,5877,554,10 Mile +9005,Christine R.,F,27,"Arlington, VA",5542,6128,554,10 Mile +11715,Alexandra P.,F,23,"Arlington, VA",5543,6291,554,10 Mile +15449,Hannah S.,F,27,"Washington, DC",5543,6655,554,10 Mile +7852,Janet B.,F,30,"Annandale, VA",5543,6062,554,10 Mile +6886,Marcella M.,F,25,"Washington, DC",5544,5987,554,10 Mile +8689,Alena H.,F,36,"Vienna, VA",5544,6292,554,10 Mile +11004,Grace L.,F,30,"Philadelphia, PA",5544,6079,554,10 Mile +11322,Heather D.,F,31,"Alexandria, VA",5544,6345,554,10 Mile +9140,Jill G.,F,28,"Washington, DC",5544,5544,554,10 Mile +21276,Morgan H.,F,25,"Washington, DC",5544,5544,554,10 Mile +7492,Jessica H.,F,30,"Washington, DC",5544,6020,554,10 Mile +4878,Sophia R.,F,21,"Shelton, CT",5545,6404,554,10 Mile +11103,Rachel S.,F,26,"Arlington, VA",5545,6368,554,10 Mile +14388,Maria O.,F,23,"Baltimore, MD",5545,6479,554,10 Mile +8663,Linda L.,F,60,"Moorestown, NJ",5545,6028,554,10 Mile +9838,Alison L.,F,37,"Washington, DC",5545,6181,554,10 Mile +7558,Emily G.,F,27,"Baltimore, MD",5545,6034,554,10 Mile +4535,Theodora S.,F,31,"Washington, DC",5546,5801,554,10 Mile +11692,Lori D.,F,34,"Alexandria, VA",5546,6399,554,10 Mile +6772,Claire W.,F,25,"Brooklyn, NY",5546,6022,554,10 Mile +7338,Candace H.,F,30,"Gainesville, VA",5546,6517,554,10 Mile +7874,Amy C.,F,26,"Washington, DC",5547,6122,554,10 Mile +983,Monica O.,F,24,"Frederick, MD",5547,6297,554,10 Mile +11375,Renee C.,F,25,"Butler, PA",5547,6304,554,10 Mile +10300,Sarah C.,F,28,"Springfield, VA",5547,6304,554,10 Mile +14535,Leslie L.,F,60,"Baltimore, MD",5549,6638,554,10 Mile +11278,Amarilis N.,F,36,"Annandale, VA",5549,6477,554,10 Mile +10938,Tomi K.,F,47,"Ashburn, VA",5549,6452,554,10 Mile +6764,Carrie S.,F,38,"Fairfax, VA",5550,6180,555,10 Mile +7890,Tracy P.,F,48,"Monroe, CT",5550,6009,555,10 Mile +14265,Michelle C.,F,25,"Chicago, IL",5550,5762,555,10 Mile +2303,Monika H.,F,29,"Washington, DC",5551,6363,555,10 Mile +15414,Christy T.,F,33,"Rosemount, MN",5551,6608,555,10 Mile +5737,Angelina G.,F,34,"Pittsburgh, PA",5552,5878,555,10 Mile +7078,Ellen T.,F,38,"Alexandria, VA",5552,6126,555,10 Mile +8372,Rebecca S.,F,29,"Silver Spring, MD",5552,6096,555,10 Mile +6287,Katie R.,F,34,"Alexandria, VA",5552,6126,555,10 Mile +4349,Anna L.,F,32,"Worcester, MA",5552,5794,555,10 Mile +21159,Maura T.,F,24,"Washington, DC",5552,6763,555,10 Mile +8707,Natalie M.,F,41,"Washington, DC",5553,6020,555,10 Mile +10970,Marjo T.,F,42,"Mclean, VA",5553,6352,555,10 Mile +15563,Lindsey R.,F,37,"Brambleton, VA",5554,6682,555,10 Mile +6693,Kate M.,F,32,"Arlington, VA",5555,6075,555,10 Mile +23084,Lindsay H.,F,25,"Arlington, VA",5555,6029,555,10 Mile +8459,Sara H.,F,44,"Arlington, VA",5555,6070,555,10 Mile +9945,Maria M.,F,42,"Mars, PA",5555,6086,555,10 Mile +13571,Catherine S.,F,33,"Jersey City, NJ",5555,6415,555,10 Mile +21961,Jamie G.,F,27,"Washington, DC",5555,6184,555,10 Mile +14969,Carolyn B.,F,22,"College Park, MD",5556,6671,555,10 Mile +11511,Amalia L.,F,25,"Washington, DC",5556,6396,555,10 Mile +5036,Kelsea G.,F,24,"Washington, DC",5556,6360,555,10 Mile +13304,Zeinab B.,F,20,"Philadelphia, PA",5557,6328,555,10 Mile +7328,Victoria L.,F,31,"San Francisco, CA",5557,6051,555,10 Mile +7425,Katherine K.,F,27,"Laurel, MD",5558,6313,555,10 Mile +6256,Robin K.,F,32,"Washington, DC",5558,6007,555,10 Mile +9854,Jamie M.,F,28,"Washington, DC",5559,6168,555,10 Mile +21930,Caitlin P.,F,27,"Washington, DC",5559,6149,555,10 Mile +21903,Kirsten H.,F,25,"Arlington, VA",5559,6093,555,10 Mile +20749,Jill B.,F,42,"Arlington, VA",5559,6165,555,10 Mile +11272,Tracy F.,F,38,"Philadelphia, PA",5560,6661,556,10 Mile +9717,Elisabeth D.,F,44,"Mclean, VA",5561,6002,556,10 Mile +20728,Nicole U.,F,34,"North Bethesda, MD",5562,5907,556,10 Mile +9113,Haley S.,F,21,"Gainesville, FL",5562,6156,556,10 Mile +7026,Yunica J.,F,25,"Providence, RI",5562,6137,556,10 Mile +20178,Sachiko K.,F,49,"Washington, DC",5562,6821,556,10 Mile +6724,Charlotte H.,F,54,"Falls Church, VA",5563,6063,556,10 Mile +21076,Jilka P.,F,27,"Springfield, VA",5563,6969,556,10 Mile +10134,Deborah D.,F,54,"Baltimore, MD",5563,6075,556,10 Mile +9849,Danielle K.,F,21,"Middletown, MD",5564,6188,556,10 Mile +7212,Kristen O.,F,26,"Washington, DC",5564,6107,556,10 Mile +9097,Amy D.,F,40,"Silver Spring, MD",5564,6180,556,10 Mile +12389,Kay C.,F,52,"Dunkirk, MD",5564,6296,556,10 Mile +14536,Lilia B.,F,32,"Washington, DC",5564,6793,556,10 Mile +7903,Kristen W.,F,35,"Arlington, VA",5564,6178,556,10 Mile +7663,Megann H.,F,41,"West Chester, PA",5564,6113,556,10 Mile +502,Tanuka D.,F,28,"Washington, DC",5564,6436,556,10 Mile +12377,Christine N.,F,50,"Washington, DC",5564,6488,556,10 Mile +8489,Meredith S.,F,33,"East Stroudsburg, PA",5565,6623,556,10 Mile +21306,Jacqueline F.,F,28,"Washington, DC",5565,6348,556,10 Mile +10468,Kirsten F.,F,53,"Springfield, NY",5565,6733,556,10 Mile +22548,Kate C.,F,49,"Washington, DC",5566,6028,556,10 Mile +4480,Natasha S.,F,42,"Washington, DC",5568,5874,556,10 Mile +23127,Rachel R.,F,33,"Silver Spring, MD",5568,6042,556,10 Mile +23126,Hope G.,F,24,"Washingon Dc, DC",5568,6042,556,10 Mile +6101,Cara M.,F,23,"Boston, MA",5568,6062,556,10 Mile +9979,Ashley C.,F,24,"Saint Michaels, MD",5568,6147,556,10 Mile +10233,Emily Y.,F,38,"Waynesboro, PA",5568,6170,556,10 Mile +9412,Margaret H.,F,32,"Forest Park, IL",5568,6440,556,10 Mile +11594,Heidi S.,F,30,"Washington, DC",5569,6449,556,10 Mile +9892,Leighanne H.,F,44,"Pottstown, PA",5569,6142,556,10 Mile +6907,Susan S.,F,61,"Virginia Beach, VA",5569,6040,556,10 Mile +9904,Irene G.,F,28,"New York, NY",5570,6038,557,10 Mile +9172,Megan C.,F,27,"Reston, VA",5570,6352,557,10 Mile +12338,Michelle W.,F,45,"Crofton, MD",5570,6474,557,10 Mile +4555,Christy D.,F,39,"Washington, DC",5571,6423,557,10 Mile +7235,Margaret J.,F,29,"Santa Monica, CA",5571,6181,557,10 Mile +4347,Jeanette A.,F,42,"Beaufort, SC",5571,5768,557,10 Mile +8328,Ann M.,F,48,"Washington, DC",5571,6523,557,10 Mile +6865,Erin S.,F,40,"Washington, DC",5572,6093,557,10 Mile +11479,Leslie R.,F,52,"Silver Spring, MD",5572,6416,557,10 Mile +12204,Kristiane H.,F,27,"Washington, DC",5572,6686,557,10 Mile +6458,Rin-Rin Y.,F,40,"Silver Spring, MD",5572,6360,557,10 Mile +6512,Rachel B.,F,26,"Philadelphia, PA",5572,6538,557,10 Mile +8931,Yanhui Z.,F,31,"Washington, DC",5572,6104,557,10 Mile +10370,Sydney B.,F,23,"Washington, DC",5573,6131,557,10 Mile +9783,Erin G.,F,33,"Washington, DC",5573,6185,557,10 Mile +5745,Melissa L.,F,42,"Houston, TX",5573,5817,557,10 Mile +9244,Ariel M.,F,37,"Chevy Chase, MD",5573,6360,557,10 Mile +20293,Meagan N.,F,33,"Washington, DC",5573,5924,557,10 Mile +4589,Julie Q.,F,42,"Hagerstown, MD",5573,6439,557,10 Mile +6343,Valerie K.,F,30,"Arlington, VA",5575,6042,557,10 Mile +3139,Sydney J.,F,20,"Arlington, VA",5575,6998,557,10 Mile +11499,Shuhan H.,F,28,"New York, NY",5575,6396,557,10 Mile +6858,Mimi D.,F,25,"Washington, DC",5576,6010,557,10 Mile +21214,Christina I.,F,28,"Washington, DC",5577,6203,557,10 Mile +10811,Emma D.,F,24,"Washington, DC",5577,6135,557,10 Mile +12757,Theresa L.,F,24,"Falls Church, VA",5578,6036,557,10 Mile +10886,Nicole K.,F,35,"Cheyenne, WY",5579,6319,557,10 Mile +9753,Liqun Y.,F,41,"Alexandria, VA",5579,6037,557,10 Mile +6449,Kimberly R.,F,37,"Upper Marlboro, MD",5579,6211,557,10 Mile +9008,Abigail K.,F,25,"Washington, DC",5579,6138,557,10 Mile +9068,Jessica K.,F,37,"Arlington, VA",5579,6077,557,10 Mile +8802,Greer M.,F,23,"Washington Dc, DC",5580,6094,558,10 Mile +8798,Katherine S.,F,23,"Washington, DC",5580,6094,558,10 Mile +6248,Stephanie T.,F,35,"Washington, DC",5580,6036,558,10 Mile +6388,Miriam K.,F,25,"Silver Spring, MD",5580,6057,558,10 Mile +13672,Kyle R.,F,39,"Alexandria, VA",5581,6569,558,10 Mile +6120,Brandy B.,F,40,"Washington, DC",5581,6380,558,10 Mile +9930,Jennifer D.,F,39,"Bethesda, MD",5581,6178,558,10 Mile +11634,Karina L.,F,43,"Chevy Chase, MD",5581,5789,558,10 Mile +22071,Shelly S.,F,29,"Washington, DC",5581,6381,558,10 Mile +8392,Kelly A.,F,41,"Arlington, VA",5581,6086,558,10 Mile +10741,Rona E.,F,64,"Bethesda, MD",5582,6350,558,10 Mile +7016,Kerry C.,F,38,"Ashburn, VA",5582,5901,558,10 Mile +11229,Donna C.,F,43,"Fairfax, VA",5582,6353,558,10 Mile +10390,Ginny M.,F,44,"Washington, DC",5582,6319,558,10 Mile +10985,Cailin M.,F,34,"Baltimore, MD",5582,6317,558,10 Mile +8217,Pattie N.,F,58,"Dana Point, CA",5583,6176,558,10 Mile +11611,Stacy N.,F,34,"Arlington, VA",5583,6419,558,10 Mile +4024,Jessica S.,F,53,"West Chester, PA",5583,5779,558,10 Mile +10042,Leslie S.,F,51,"Worcester, MA",5583,6012,558,10 Mile +6946,Mary E.,F,23,"Washington, DC",5584,6144,558,10 Mile +2899,Megan N.,F,29,"Manassas, VA",5584,5791,558,10 Mile +10686,Allison W.,F,32,"Springfield, VA",5584,6493,558,10 Mile +9914,Rachael D.,F,38,"Bethesda, MD",5584,6151,558,10 Mile +6563,Kaitlin C.,F,31,"Arlington, VA",5584,6099,558,10 Mile +9393,Monica P.,F,27,"Washington Dc, DC",5584,6122,558,10 Mile +7273,Malen L.,F,37,"Washington, DC",5585,6416,558,10 Mile +10393,Kailen B.,F,27,"Gaithersburg, MD",5585,6551,558,10 Mile +8259,Miriam B.,F,35,"Columbia, MD",5585,6098,558,10 Mile +8152,Valerie B.,F,33,"Columbia, MD",5585,6098,558,10 Mile +8005,Hannah C.,F,23,"Arlington, VA",5586,6074,558,10 Mile +10677,Lynne O.,F,56,"Frederick, MD",5586,6338,558,10 Mile +6898,Tina C.,F,30,"Arlington, VA",5586,6492,558,10 Mile +10634,Nikki C.,F,36,"Herndon, VA",5586,6697,558,10 Mile +2948,Julie E.,F,47,"Arlington, VA",5587,5916,558,10 Mile +7842,Joanne J.,F,55,"Potomac, MD",5588,6119,558,10 Mile +20116,Ally R.,F,26,"Baltimore, MD",5588,5899,558,10 Mile +12662,Margaret F.,F,26,"Washington, DC",5588,6396,558,10 Mile +7628,Elizabeth N.,F,44,"Arlington, VA",5588,6088,558,10 Mile +5072,Kum R.,F,52,"Brooklyn, NY",5589,6409,558,10 Mile +5874,Jennifer S.,F,26,"Washington, DC",5589,6381,558,10 Mile +14022,Hope S.,F,23,"Lovettsville, VA",5589,5864,558,10 Mile +7138,Sara G.,F,39,"Clarksburg, MD",5589,6080,558,10 Mile +7205,Ashley B.,F,32,"Richmond, VA",5590,6114,559,10 Mile +9336,Stephanie C.,F,37,"Annandale, VA",5590,6152,559,10 Mile +735,Christina M.,F,29,"Washington, DC",5590,6080,559,10 Mile +13405,Kate S.,F,59,"Winchester, VA",5590,6339,559,10 Mile +9522,Janet R.,F,60,"Brooks, AB",5591,6125,559,10 Mile +3189,Haley G.,F,25,"Washington, DC",5591,6214,559,10 Mile +13353,Tracey B.,F,33,"Washington, DC",5591,6457,559,10 Mile +11540,Erin D.,F,33,"San Francisco, CA",5592,6324,559,10 Mile +8963,Dalia F.,F,25,"Rockville, MD",5592,6505,559,10 Mile +422,Jean O.,F,65,"Rockville, MD",5592,5638,559,10 Mile +13811,Natasha O.,F,35,"Odenton, MD",5592,6391,559,10 Mile +12553,Tiffany L.,F,25,"Washington, DC",5592,6533,559,10 Mile +11202,Mary B.,F,31,"Washington, DC",5592,6464,559,10 Mile +15881,Lauren V.,F,27,"Washington, DC",5593,6658,559,10 Mile +11756,Alexandra P.,F,29,"Arlington, VA",5593,5936,559,10 Mile +16081,Lynne C.,F,49,"Arlington, VA",5593,6689,559,10 Mile +12535,Fan Y.,F,33,"Washington, DC",5593,6406,559,10 Mile +10682,Amy E.,F,33,"Columbia, MD",5594,6407,559,10 Mile +9249,Mallory B.,F,24,"Washington, DC",5594,6216,559,10 Mile +6775,Erin B.,F,37,"Columbia, MD",5594,6395,559,10 Mile +12066,Shelly M.,F,46,"Columbia, MD",5594,6407,559,10 Mile +12723,Carolyn W.,F,22,"Baltimore, MD",5595,6126,559,10 Mile +14500,Stacy S.,F,35,"Washington, DC",5595,6169,559,10 Mile +5993,Kathryn L.,F,28,"Washington, DC",5595,5840,559,10 Mile +6643,Heather W.,F,49,"Somers Point, NJ",5596,6227,559,10 Mile +9195,Valerie W.,F,55,"Philadelphia, PA",5596,6173,559,10 Mile +20406,Jara S.,F,44,"Washington, DC",5596,6496,559,10 Mile +3982,Jennifer C.,F,33,"Washington, DC",5596,6214,559,10 Mile +5205,Erin S.,F,41,"Longport, NJ",5596,6228,559,10 Mile +7974,Bonnie W.,F,32,"Washington, DC",5597,6108,559,10 Mile +5247,Mary H.,F,57,"Forest Park, IL",5597,6467,559,10 Mile +13992,Alisa H.,F,24,"Arlington, VA",5597,6421,559,10 Mile +6163,Alaina B.,F,28,"Lothian, MD",5597,5951,559,10 Mile +6083,Heather G.,F,24,"Fairfax, VA",5597,5914,559,10 Mile +11911,Sabrina B.,F,31,"Falls Church, VA",5597,6427,559,10 Mile +15676,Roshni R.,F,30,"Bethesda, MD",5597,6528,559,10 Mile +4208,Ashley L.,F,28,"Baltimore, MD",5598,5878,559,10 Mile +9070,Gina T.,F,28,"Columbia, MD",5598,6111,559,10 Mile +9774,Jane R.,F,57,"Odenton, MD",5598,6111,559,10 Mile +10363,Elisabeth D.,F,35,"Woodbridge, VA",5599,7046,559,10 Mile +9000,Alexis B.,F,44,"Washington, DC",5599,6026,559,10 Mile +8378,Meredith A.,F,23,"Winston-Salem, NC",5599,6397,559,10 Mile +5363,Karen M.,F,41,"Brooklyn, NY",5600,6347,560,10 Mile +9809,Samantha B.,F,26,"Arlington, VA",5600,5909,560,10 Mile +4117,Jennie P.,F,25,"Washington, DC",5600,6788,560,10 Mile +8225,Tyler C.,F,27,"New York, NY",5601,6128,560,10 Mile +10027,Jodi B.,F,41,"Chicago, IL",5601,6375,560,10 Mile +8067,Alison L.,F,44,"Chesapeake Beach, MD",5601,5916,560,10 Mile +7965,Liz S.,F,37,"Broadview Heights, OH",5601,6153,560,10 Mile +22717,Lauren G.,F,34,"Salisbury, MD",5601,6361,560,10 Mile +6765,Debra M.,F,47,"Alexandria, VA",5601,5963,560,10 Mile +7959,Megan M.,F,27,"Washington, DC",5601,6069,560,10 Mile +4540,Miranda G.,F,29,"Alexandria, VA",5601,6431,560,10 Mile +17360,Diane R.,F,32,"Alexandria, VA",5601,6169,560,10 Mile +10167,Erika S.,F,39,"Hershey, PA",5602,6193,560,10 Mile +8137,Susanne B.,F,34,"Washington, DC",5602,6127,560,10 Mile +11092,Andrea R.,F,28,"Lancaster, NY",5602,6595,560,10 Mile +20827,Tahra K.,F,13,"Cockeysville, MD",5602,6451,560,10 Mile +6616,Julia P.,F,59,"Culpeper, VA",5602,6101,560,10 Mile +5436,Kimberly C.,F,27,"Cuyahoga Falls, OH",5603,6396,560,10 Mile +1591,Mary K.,F,30,"Washington, DC",5603,6351,560,10 Mile +22532,Jessica M.,F,35,"New York, NY",5603,6380,560,10 Mile +22583,Fiordaliza C.,F,43,"Bronx, NY",5604,6367,560,10 Mile +13210,Lindsey B.,F,33,"Philadelphia, PA",5604,6204,560,10 Mile +10538,Katherine G.,F,28,"Arlington, VA",5604,6376,560,10 Mile +12175,Sarah H.,F,39,"Washington, DC",5604,6357,560,10 Mile +7399,Megan R.,F,31,"New York, NY",5604,6358,560,10 Mile +6885,Janet S.,F,54,"Silver Spring, MD",5605,6092,560,10 Mile +4221,Lynn S.,F,49,"Leesburg, VA",5605,6591,560,10 Mile +6112,Kate S.,F,40,"Arlington, VA",5606,6079,560,10 Mile +11091,Julianna W.,F,28,"Washington D.c., DC",5606,6359,560,10 Mile +7201,Sydney H.,F,26,"Washington, DC",5606,6451,560,10 Mile +12007,Caitlin K.,F,23,"Washington Dc, DC",5606,6404,560,10 Mile +13263,Sarah H.,F,23,"Reston, VA",5607,6343,560,10 Mile +12356,Rachel H.,F,21,"Baltimore, MD",5607,6547,560,10 Mile +7502,Bennitt H.,F,19,"Annapolis, MD",5607,6101,560,10 Mile +22021,Alexa O.,F,29,"Washington, DC",5608,6491,560,10 Mile +7202,Emily Y.,F,25,"Arlington, VA",5608,6389,560,10 Mile +5629,Rebecca B.,F,27,"Washington, DC",5608,5815,560,10 Mile +8057,Meaghan M.,F,23,"Alexandria, VA",5608,6221,560,10 Mile +10675,Anne M.,F,24,"Arlington, VA",5608,6518,560,10 Mile +21813,Sonja S.,F,23,"Washington, DC",5608,5834,560,10 Mile +419,Peggy D.,F,65,"Fairfax, VA",5608,5852,560,10 Mile +11790,Chelsea H.,F,27,"Hyattsville, MD",5608,6441,560,10 Mile +7777,Arlen V.,F,31,"Washington, DC",5608,6062,560,10 Mile +5274,Lauren G.,F,27,"Philadelphia, PA",5608,5960,560,10 Mile +14675,Elizabeth M.,F,43,"Baltimore, MD",5609,6723,560,10 Mile +5273,Ashley N.,F,26,"Philadelphia, PA",5609,5960,560,10 Mile +7284,Samantha D.,F,26,"Jersey City, NJ",5609,5960,560,10 Mile +7340,Wei S.,F,43,"Vienna, VA",5609,6415,560,10 Mile +5038,Megan G.,F,26,"Philadelphia, PA",5609,5960,560,10 Mile +18482,Shira S.,F,30,"Washington, DC",5610,6565,561,10 Mile +11334,Samantha A.,F,26,"Arlington, VA",5610,6395,561,10 Mile +20968,Christina S.,F,24,"Germantown, MD",5610,7129,561,10 Mile +688,Alison P.,F,30,"Washington, DC",5610,6565,561,10 Mile +12509,Megan K.,F,33,"Kirtland, OH",5610,6460,561,10 Mile +8018,Claire B.,F,29,"Washington, DC",5611,6042,561,10 Mile +8761,Elizabeth C.,F,36,"Waldorf, MD",5611,6162,561,10 Mile +10884,Jessica R.,F,31,"Washington, DC",5612,6429,561,10 Mile +14375,Daniell D.,F,27,"Baltimore, MD",5612,6875,561,10 Mile +21894,Emily L.,F,33,"Washington, DC",5612,6430,561,10 Mile +21599,Rebecca M.,F,25,"Washington, DC",5612,7020,561,10 Mile +5927,Julie M.,F,25,"Bethesda, MD",5612,5938,561,10 Mile +8727,Katherine R.,F,23,"Washington, DC",5612,6064,561,10 Mile +10470,Whittney T.,F,27,"Washington, DC",5613,6538,561,10 Mile +10270,Angela L.,F,25,"Philadelphia, PA",5613,6217,561,10 Mile +7962,Susan O.,F,49,"Rockville, MD",5613,6184,561,10 Mile +22012,Melanie B.,F,26,"Washington, DC",5613,6152,561,10 Mile +8999,Rebecca S.,F,50,"Bethesda, MD",5613,6043,561,10 Mile +7274,Cindy K.,F,42,"Arlington, VA",5613,6381,561,10 Mile +14125,Kristen W.,F,21,"College Park, MD",5614,6730,561,10 Mile +12406,Hillary D.,F,32,"Bethesda, MD",5614,6538,561,10 Mile +21971,Diana B.,F,33,"Washington, DC",5614,6103,561,10 Mile +15871,Amanda S.,F,31,"Centreville, VA",5614,6652,561,10 Mile +10187,Nicole L.,F,34,"Washington, DC",5614,6072,561,10 Mile +7303,Haleigh B.,F,22,"Washington Dc, DC",5615,6156,561,10 Mile +416,Linda T.,F,71,"Timonium, MD",5615,5627,561,10 Mile +9629,Jeanne C.,F,36,"Virginia Beach, VA",5615,6063,561,10 Mile +22666,Zoe S.,F,21,"Rumson, NJ",5616,6712,561,10 Mile +8844,Lesley M.,F,24,"Arlington, VA",5616,6168,561,10 Mile +2946,Hannah F.,F,20,"North Potomac, MD",5616,5892,561,10 Mile +9177,Katherine K.,F,25,"Arlington, VA",5617,6169,561,10 Mile +10649,Amelia S.,F,13,"Chantilly, VA",5617,6454,561,10 Mile +22643,Whitney C.,F,30,"Lauderdale By The Sea, FL",5618,6356,561,10 Mile +10915,Yan L.,F,43,"Potomac, MD",5618,6353,561,10 Mile +15332,Celia R.,F,65,"Washingtom, DC",5618,6427,561,10 Mile +8254,Molly F.,F,23,"Washington, DC",5618,6426,561,10 Mile +20449,Danielle S.,F,22,"Arlington, VA",5619,6465,561,10 Mile +10301,Maggie W.,F,26,"Silver Spring, MD",5619,6376,561,10 Mile +10248,Laura B.,F,28,"Washington, DC",5619,6158,561,10 Mile +8590,Brianna S.,F,29,"Alexandria, VA",5619,6146,561,10 Mile +4783,Genna B.,F,25,"Arlington, VA",5619,5871,561,10 Mile +11176,Danelle G.,F,36,"Upper Marlboro, MD",5619,6407,561,10 Mile +13033,Elaine R.,F,43,"Kensington, MD",5620,6409,562,10 Mile +11417,Taryn M.,F,27,"Washington, DC",5620,6047,562,10 Mile +7001,Kristin T.,F,32,"Annapolis, MD",5620,6207,562,10 Mile +15432,Kathleen S.,F,36,"Washington, DC",5621,6684,562,10 Mile +21662,Lucy M.,F,30,"Washington, DC",5621,6090,562,10 Mile +5706,Cassandra Y.,F,22,"Rockville, MD",5622,6131,562,10 Mile +9937,Meredith L.,F,36,"Frederick, MD",5622,6105,562,10 Mile +9799,Lyndsey A.,F,36,"Arlington, VA",5622,6187,562,10 Mile +18234,Chloe L.,F,27,"Ny, NY",5622,6477,562,10 Mile +12878,Olivia T.,F,26,"Decatur, GA",5623,6432,562,10 Mile +9978,Kelly S.,F,44,"North Chesterfield, VA",5623,6167,562,10 Mile +9535,Patricia H.,F,48,"Bethpage, NY",5624,6196,562,10 Mile +8458,Lyn P.,F,41,"Olney, MD",5624,5968,562,10 Mile +3286,Patricia S.,F,59,"Chambersburg, PA",5624,6209,562,10 Mile +10073,Katie M.,F,32,"Washington, DC",5624,6098,562,10 Mile +5607,Megan T.,F,33,"Olney, MD",5624,5967,562,10 Mile +8072,Dana H.,F,30,"Holland, PA",5625,6214,562,10 Mile +12964,Julia T.,F,22,"Arlington, VA",5625,6434,562,10 Mile +9536,Olivia H.,F,19,"Bethpage, NY",5625,6196,562,10 Mile +6622,Delane B.,F,48,"Chambersburg, PA",5625,6209,562,10 Mile +8720,Jennifer S.,F,28,"Chicago, IL",5626,6119,562,10 Mile +14533,Carolyn G.,F,31,"Silver Spring, MD",5627,6457,562,10 Mile +11962,Alicia B.,F,36,"Alexandria, VA",5627,6507,562,10 Mile +19768,Krista C.,F,46,"Towson, MD",5627,6559,562,10 Mile +5422,Erika R.,F,35,"Arlington, VA",5627,5932,562,10 Mile +4635,Stephanie H.,F,27,"Washington, DC",5628,5930,562,10 Mile +397,Ann R.,F,67,"Bethesda, MD",5628,5959,562,10 Mile +6720,Alexis T.,F,26,"Atlanta, GA",5628,6131,562,10 Mile +7718,Sara K.,F,43,"Ashburn, VA",5628,6196,562,10 Mile +5367,Gina M.,F,21,"Medford, NJ",5629,6138,562,10 Mile +10483,Christine S.,F,39,"Long Beach, CA",5629,6366,562,10 Mile +12246,Michelle W.,F,38,"Columbia, MD",5630,6369,563,10 Mile +4385,Maggie O.,F,33,"Falls Church, VA",5631,5832,563,10 Mile +12439,Kayla T.,F,25,"Baltimore, MD",5631,6181,563,10 Mile +13272,Rebecca K.,F,36,"Washington, DC",5631,6484,563,10 Mile +7559,Mollie V.,F,25,"Arlington, VA",5632,6154,563,10 Mile +8797,Julie S.,F,30,"Philadelphia, PA",5632,6458,563,10 Mile +12197,Rachel D.,F,29,"Washington, DC",5633,5989,563,10 Mile +11716,Kate H.,F,32,"Arlington, VA",5633,6601,563,10 Mile +11855,Huma I.,F,31,"Washington, DC",5633,6441,563,10 Mile +14074,Nancy R.,F,36,"Arlington, VA",5633,6402,563,10 Mile +19429,Shelby H.,F,32,"Washington, DC",5633,6857,563,10 Mile +12854,Hannah B.,F,25,"Washington, DC",5633,6539,563,10 Mile +12285,Dana C.,F,35,"East Windsor, NJ",5634,6384,563,10 Mile +8379,Christine N.,F,28,"East Brunswick, NJ",5634,6261,563,10 Mile +11997,Miriam B.,F,23,"Philadelphia, PA",5634,6419,563,10 Mile +14540,Gina T.,F,45,"Mclean, VA",5634,6717,563,10 Mile +8142,Kara C.,F,37,"Silver Spring, MD",5635,5879,563,10 Mile +12536,Anne P.,F,27,"Alexandria, VA",5635,6177,563,10 Mile +20555,Kathy F.,F,32,"Washington, DC",5635,6072,563,10 Mile +12365,Cinnamon W.,F,47,"Mclean, VA",5635,6718,563,10 Mile +8014,Kerry L.,F,43,"Reston, VA",5635,6095,563,10 Mile +8384,Naomi S.,F,27,"Washington, DC",5635,6261,563,10 Mile +11087,Lindsay S.,F,27,"Washington, DC",5635,6544,563,10 Mile +11031,Erica H.,F,40,"Vienna, VA",5636,6455,563,10 Mile +6521,Yazmin M.,F,34,"New Castle, DE",5637,6603,563,10 Mile +2758,Maria T.,F,28,"New York, NY",5637,6404,563,10 Mile +407,Janice J.,F,70,"Arlington, VA",5637,5654,563,10 Mile +8807,Carrie O.,F,40,"Arlington, VA",5637,6170,563,10 Mile +9833,Janet L.,F,41,"Arlington, VA",5637,6117,563,10 Mile +8000,Amanda P.,F,24,"Washington, DC",5637,6108,563,10 Mile +8940,Briana S.,F,37,"Alexandria, VA",5638,6255,563,10 Mile +8224,Stacey G.,F,29,"Voorhees, NJ",5638,6084,563,10 Mile +15641,Amanda G.,F,22,"Herndon, VA",5638,6225,563,10 Mile +10467,Marta C.,F,36,"Washington, DC",5638,6159,563,10 Mile +8808,Sarah A.,F,38,"Washington, DC",5639,6171,563,10 Mile +9273,Danielle S.,F,46,"Arlington, VA",5639,6148,563,10 Mile +8218,Brenda B.,F,47,"Springfield, VA",5639,6194,563,10 Mile +11773,Rachel W.,F,26,"Redwood City, CA",5639,6394,563,10 Mile +9897,Elena J.,F,37,"Fairfax, VA",5639,6519,563,10 Mile +20778,Lauren S.,F,27,"Bethesda, MD",5640,6589,564,10 Mile +8219,Brianna R.,F,28,"Astoria, NY",5640,6128,564,10 Mile +6701,Christine R.,F,31,"Washington, DC",5640,6240,564,10 Mile +11239,Katrina C.,F,49,"Fayetteville, PA",5640,6224,564,10 Mile +17078,Samantha M.,F,26,"Ellicott City, MD",5640,6735,564,10 Mile +5364,Kathy J.,F,53,"Oakton, VA",5641,6171,564,10 Mile +10953,Emily M.,F,28,"Alexandria, VA",5641,6128,564,10 Mile +6359,Kimberly M.,F,27,"Philadelphia, PA",5641,5991,564,10 Mile +9638,Erin N.,F,30,"Fairfax, VA",5641,6151,564,10 Mile +7730,Kelly C.,F,54,"Fayetteville, PA",5641,6224,564,10 Mile +21011,Melanie C.,F,29,United Kingdom,5641,7079,564,10 Mile +16282,Connie U.,F,37,"Washington, DC",5641,6542,564,10 Mile +9059,Samantha G.,F,30,"Reston, VA",5641,5992,564,10 Mile +8281,Bekah E.,F,25,"Durham, NC",5641,6258,564,10 Mile +8639,Annie K.,F,22,"Oak Hill, VA",5641,6151,564,10 Mile +21827,Molly M.,F,25,"Washington, DC",5641,6008,564,10 Mile +4013,Erica E.,F,27,"Arlington, VA",5642,6446,564,10 Mile +20069,Mary D.,F,24,"Washington, DC",5642,6259,564,10 Mile +9403,Abigail H.,F,26,"Washington, DC",5642,6233,564,10 Mile +15456,Christine C.,F,29,"Newark, DE",5642,6834,564,10 Mile +6751,Elizabeth M.,F,31,"Arlington, VA",5642,6175,564,10 Mile +10231,Marnie K.,F,63,"Golden, CO",5642,6183,564,10 Mile +7019,Chris S.,F,34,"Baltimore, MD",5642,6186,564,10 Mile +6315,Luann S.,F,63,"Potomac, MD",5643,5957,564,10 Mile +12934,Jennie D.,F,33,"Pacific Palisades, CA",5643,6380,564,10 Mile +21804,Karlee T.,F,30,"Washington, DC",5643,5944,564,10 Mile +18541,Andrea M.,F,24,"Washington, DC",5643,7050,564,10 Mile +6166,Julia S.,F,37,"Washington, DC",5644,6418,564,10 Mile +7809,Christine C.,F,31,"Silver Spring, MD",5644,6137,564,10 Mile +21912,Daria P.,F,33,"Alexandria, VA",5645,6172,564,10 Mile +9880,Amor M.,F,43,"Mount Prospect, IL",5645,6116,564,10 Mile +9463,Megan A.,F,26,"Arlington, VA",5646,6227,564,10 Mile +8851,Megan M.,F,44,"Baltimore, MD",5646,6458,564,10 Mile +9363,Erika H.,F,28,"Nokesville, VA",5646,6396,564,10 Mile +4255,Christie M.,F,26,"Arlington, VA",5646,5864,564,10 Mile +10665,Fang Z.,F,40,"Rockville, MD",5646,6104,564,10 Mile +21917,Kelsey L.,F,27,"Washington, DC",5646,6589,564,10 Mile +9901,Laura D.,F,24,"Arlington, VA",5646,6217,564,10 Mile +11885,Joanna S.,F,40,"West Chester, PA",5647,6158,564,10 Mile +5703,Nicole R.,F,38,"Ocean City, MD",5648,5997,564,10 Mile +9528,Linda H.,F,47,"Upper Marlboro, MD",5648,6224,564,10 Mile +9921,Charlotte M.,F,52,"Bowie, MD",5648,6113,564,10 Mile +9529,Natalie W.,F,47,"Waldorf, MD",5648,6224,564,10 Mile +10563,Marie G.,F,41,"Alexandria, VA",5649,6469,564,10 Mile +22276,Kathy C.,F,39,"Vienna, VA",5649,5934,564,10 Mile +11965,Karen L.,F,51,"Alexandria, VA",5649,6519,564,10 Mile +4451,Anna Z.,F,26,"Washington, DC",5649,5895,564,10 Mile +12575,Sonia N.,F,39,"Potomac, MD",5649,6011,564,10 Mile +12068,Anu G.,F,51,"Fargo, ND",5650,6228,565,10 Mile +2405,Kyle S.,F,30,"New York City, NY",5650,6526,565,10 Mile +10071,Cheryl A.,F,35,"Washington, DC",5650,6196,565,10 Mile +6713,Harshita G.,F,20,"Fargo, ND",5650,6228,565,10 Mile +12899,Phoebe N.,F,26,"Severna Park, MD",5650,6486,565,10 Mile +22634,Karen K.,F,49,"Arlington, VA",5651,6400,565,10 Mile +5904,Elizabeth D.,F,28,"Brooklyn, NY",5652,6011,565,10 Mile +14303,Mei S.,F,46,"Rockville, MD",5653,6112,565,10 Mile +7391,Tricia A.,F,40,"Washington, DC",5653,6248,565,10 Mile +6283,Georgia H.,F,22,"Silver Spring, MD",5653,5987,565,10 Mile +9903,Julia S.,F,24,"Washington, DC",5654,6810,565,10 Mile +10683,Alyssa W.,F,27,"Germantown, MD",5654,6420,565,10 Mile +21335,Kate M.,F,33,"Richmond, VA",5654,6776,565,10 Mile +8473,Anne R.,F,52,"Fairfield, CT",5654,6613,565,10 Mile +7760,Justina Y.,F,39,"Washington, DC",5654,6477,565,10 Mile +10168,Nelle S.,F,28,"Washington, DC",5654,6259,565,10 Mile +7719,Isabel H.,F,45,"Vienna, VA",5654,6154,565,10 Mile +14624,Patricia M.,F,55,"Herndon, VA",5654,6192,565,10 Mile +12093,Christine B.,F,25,"Washington, DC",5655,6571,565,10 Mile +11003,Kelsey M.,F,24,"Philadelphia, PA",5655,6603,565,10 Mile +8475,Brenna C.,F,24,"Washington, DC",5655,6259,565,10 Mile +2168,Corry W.,F,46,"Washington, DC",5656,5960,565,10 Mile +6711,Siena R.,F,19,"Washington, DC",5656,6208,565,10 Mile +14120,Jessica C.,F,18,"Tampa, FL",5657,6695,565,10 Mile +9385,Julia O.,F,41,"Washington, DC",5657,6241,565,10 Mile +20858,Leah B.,F,27,"Washington, DC",5657,7063,565,10 Mile +9218,Melissa H.,F,24,"Fort Worth, TX",5657,6245,565,10 Mile +9864,Sara H.,F,32,"Athens, GA",5657,6136,565,10 Mile +20704,Molly W.,F,28,"Stafford, VA",5657,7119,565,10 Mile +6340,Nardha U.,F,25,"Fairfax, VA",5657,6417,565,10 Mile +8199,Hilary H.,F,39,"Washington, DC",5657,6149,565,10 Mile +9261,Susan W.,F,30,"Washington, DC",5657,6256,565,10 Mile +20898,Amelia C.,F,24,"Washington, DC",5658,6561,565,10 Mile +8324,Katherine B.,F,31,"Washington, DC",5658,6190,565,10 Mile +10444,Caitlin K.,F,29,"New York, NY",5659,6553,565,10 Mile +9217,Avery L.,F,27,"Washington, DC",5659,6238,565,10 Mile +7540,Yamile H.,F,54,"Faurfax, VA",5659,6090,565,10 Mile +11399,Kathleen R.,F,27,"Arlington, VA",5659,6209,565,10 Mile +9842,Deborah B.,F,50,"Silver Spring, MD",5660,6105,566,10 Mile +18601,Elizabeth A.,F,25,"Jersey City, NJ",5660,6729,566,10 Mile +4210,Jamie A.,F,31,"Washington, DC",5660,6022,566,10 Mile +13836,Tiffany M.,F,26,"Washington, DC",5660,6937,566,10 Mile +8827,Jacquelynn M.,F,37,"Stafford, VA",5660,5859,566,10 Mile +10142,Gina A.,F,52,"Gaithersburg, MD",5660,6297,566,10 Mile +16988,Lindsay P.,F,30,"Arlington, VA",5660,6792,566,10 Mile +22289,Ainsly R.,F,53,"Leesburg, VA",5660,5973,566,10 Mile +11524,Lindsey A.,F,36,"Washington, DC",5661,6473,566,10 Mile +13088,Anna R.,F,24,"Washington, DC",5661,6644,566,10 Mile +5008,Kristin Y.,F,34,"Gaithersburg, MD",5661,5857,566,10 Mile +22372,Monique N.,F,34,"Brooklyn, NY",5662,6132,566,10 Mile +8327,Shambhavi M.,F,33,"New York, NY",5662,6280,566,10 Mile +9064,Patricia B.,F,53,"Burke, VA",5663,6135,566,10 Mile +20859,Caroline H.,F,21,"Highland Park, IL",5663,6522,566,10 Mile +11209,Erinn C.,F,27,"Arlington, VA",5663,6459,566,10 Mile +4700,Alison B.,F,44,"Arlington, VA",5664,6419,566,10 Mile +2367,Brenann C.,F,25,"Brighton, MI",5665,5878,566,10 Mile +4429,Katee Y.,F,25,"Chicago, IL",5665,5878,566,10 Mile +9823,Dao H.,F,32,"Quantico, VA",5665,6286,566,10 Mile +10469,Ashley S.,F,27,"Cambridge, MA",5666,6453,566,10 Mile +8211,Maureen B.,F,37,"Washington, DC",5666,6216,566,10 Mile +7120,Laura N.,F,33,"Severn, MD",5666,6283,566,10 Mile +14063,Karen O.,F,30,"Arlington, VA",5666,6542,566,10 Mile +3674,Martha B.,F,35,"Eldersburg, MD",5666,6539,566,10 Mile +7531,Beth C.,F,35,"Baltimore, MD",5666,6757,566,10 Mile +4300,Rita A.,F,35,"Washington, DC",5666,5917,566,10 Mile +6918,Sandy T.,F,44,"Hanover, PA",5666,6420,566,10 Mile +14465,Nathalie F.,F,55,"Reston, VA",5667,6205,566,10 Mile +3785,Jennifer Y.,F,33,"Washington, DC",5667,5918,566,10 Mile +5702,Katelyn M.,F,27,"Washington, DC",5667,6559,566,10 Mile +10471,Sarah H.,F,31,"Chevy Chase, MD",5667,6611,566,10 Mile +10817,Vickie V.,F,49,"Arlington, VA",5667,6434,566,10 Mile +11012,Noelle C.,F,38,"Potomac, MD",5668,5991,566,10 Mile +6740,Janice P.,F,50,"Fairfax, VA",5668,6006,566,10 Mile +16274,Kristine W.,F,41,"Potomac, MD",5668,5991,566,10 Mile +20575,Holley B.,F,23,"Washington, DC",5668,7074,566,10 Mile +13317,Krystyna B.,F,38,"Occoquan, VA",5668,6420,566,10 Mile +10391,Lynn C.,F,57,"Rockport, MA",5669,6200,566,10 Mile +9202,Dana F.,F,33,"Washington, DC",5670,6179,567,10 Mile +2182,Allison K.,F,30,"New York, NY",5671,5909,567,10 Mile +7480,Rebecca H.,F,27,"Raleigh, NC",5671,6153,567,10 Mile +7243,Joanna R.,F,29,"Mclean, VA",5671,6157,567,10 Mile +13355,Yue C.,F,24,"Washington, DC",5671,6739,567,10 Mile +4752,Rachel P.,F,29,"Washington, DC",5672,6462,567,10 Mile +7543,Maria F.,F,50,"Washington, DC",5672,6142,567,10 Mile +5440,Carla J.,F,48,"Arlington, VA",5672,7095,567,10 Mile +12642,Christina F.,F,27,"Silver Spring, MD",5672,6525,567,10 Mile +12562,Jennifer G.,F,45,"Ellicott City, MD",5673,6420,567,10 Mile +18116,Mimi Y.,F,21,"Chevy Chase, MD",5673,7139,567,10 Mile +14560,Shannon F.,F,38,"Bethesda, MD",5673,6175,567,10 Mile +11822,Kristin B.,F,39,"Haddam, CT",5673,6309,567,10 Mile +7313,Sheila H.,F,50,"Rockville, MD",5673,6220,567,10 Mile +21304,Andrea C.,F,40,"Laurel, MD",5673,7132,567,10 Mile +9729,Kimberly R.,F,32,"Alexandria, VA",5674,6456,567,10 Mile +22450,Lauren T.,F,35,"Mclean, VA",5674,6964,567,10 Mile +5315,Julianna C.,F,21,"Ocean Grove, NJ",5675,6959,567,10 Mile +8184,Trisha P.,F,35,"Arlington, VA",5676,6543,567,10 Mile +2541,Jenna H.,F,29,"Mclean, VA",5676,6271,567,10 Mile +20868,Mary S.,F,29,"Washington, DC",5676,6271,567,10 Mile +13285,Megan C.,F,33,"Washington, DC",5676,6666,567,10 Mile +11123,Stephanie G.,F,36,"Washington, DC",5677,6227,567,10 Mile +8389,Jeannie P.,F,53,"Annandale, VA",5677,6420,567,10 Mile +12585,Steph M.,F,24,"Bethesda, MD",5678,6521,567,10 Mile +12107,Mary M.,F,27,"Washington, DC",5679,6547,567,10 Mile +8655,Linda P.,F,53,"Arlington, VA",5679,6422,567,10 Mile +10011,Elizabeth G.,F,36,"Henrico, VA",5679,6450,567,10 Mile +8169,Stephanie B.,F,29,"South Boston, MA",5679,6007,567,10 Mile +10942,Rachel E.,F,33,"Washington, DC",5679,6530,567,10 Mile +10399,Liz C.,F,31,"Washington, DC",5680,6504,568,10 Mile +10979,Karen B.,F,62,"Edina, MN",5680,6567,568,10 Mile +8033,Jeannine C.,F,40,"Collingswood, NJ",5680,6766,568,10 Mile +10180,Elizabeth B.,F,32,"Bowie, MD",5680,6177,568,10 Mile +9175,Katlin O.,F,28,"Conshohocken, PA",5681,6167,568,10 Mile +9867,Diana T.,F,38,"Fond Du Lac, WI",5682,6155,568,10 Mile +11389,Jamie H.,F,29,"Washington, DC",5682,6614,568,10 Mile +14762,Kate S.,F,31,"Baltimore, MD",5682,6773,568,10 Mile +21589,Elizabeth L.,F,33,"Washington, DC",5682,6002,568,10 Mile +9606,Kezee P.,F,37,"Hyattsville, MD",5682,6287,568,10 Mile +263,Stephanie S.,F,34,"Washingon, DC",5682,5700,568,10 Mile +13606,Julia A.,F,30,"Washington, DC",5683,6481,568,10 Mile +21361,Elizabeth S.,F,25,"Washington, DC",5683,6305,568,10 Mile +10652,Anila X.,F,48,"Fairfax Station, VA",5683,6431,568,10 Mile +11348,Stephanie A.,F,29,"Washington, DC",5683,6048,568,10 Mile +6349,Lindsay H.,F,31,"Washington, DC",5684,6416,568,10 Mile +11453,Karen M.,F,36,"North Bethesda, MD",5684,6507,568,10 Mile +10163,Susan W.,F,60,"Virginia Beach, VA",5684,6557,568,10 Mile +15963,Caroline L.,F,34,"New York, NY",5684,6729,568,10 Mile +9804,Petra F.,F,45,Germany,5685,6231,568,10 Mile +14937,Allison D.,F,24,"Washington, DC",5685,6457,568,10 Mile +15064,Erin A.,F,26,"Abingdon, VA",5685,6650,568,10 Mile +8667,Melissa C.,F,31,"Washington, DC",5686,6303,568,10 Mile +10535,Ashley G.,F,34,"Washington, DC",5686,6492,568,10 Mile +7310,Jean-Marie H.,F,46,"Boston, MA",5686,6785,568,10 Mile +10564,Sandy R.,F,41,"Alexandria, VA",5686,6159,568,10 Mile +7592,Gretchen W.,F,52,"Ashburn, VA",5686,6265,568,10 Mile +10463,Lisa B.,F,44,"Boyds, MD",5686,6424,568,10 Mile +12746,Sophia J.,F,24,"New York, NY",5686,6528,568,10 Mile +4608,Liyana K.,F,27,"Washington, DC",5687,6150,568,10 Mile +15660,Diana M.,F,25,"Gaithersburg, MD",5687,6222,568,10 Mile +11015,Julie R.,F,35,"Arlington, VA",5687,6574,568,10 Mile +6699,Sarah G.,F,39,"Washington, DC",5687,6115,568,10 Mile +11768,Crissy S.,F,46,"Mount Kisco, NY",5687,6785,568,10 Mile +1710,Beverly C.,F,51,"Alexandria, VA",5688,6754,568,10 Mile +20599,Suzanne K.,F,54,"Centreville, VA",5688,6227,568,10 Mile +10404,Maureen L.,F,31,"Washington, DC",5688,6424,568,10 Mile +7020,Tara L.,F,40,"Herndon, VA",5689,6275,568,10 Mile +9659,Kathleen L.,F,35,"Washington, DC",5689,6172,568,10 Mile +9600,Lisa P.,F,36,"Alexandria, VA",5689,6239,568,10 Mile +3381,Anne M.,F,34,"Arlington, VA",5689,6172,568,10 Mile +23180,Krysta D.,F,36,"Mcdonald, PA",5689,6292,568,10 Mile +6812,Renee K.,F,39,"Washington, DC",5689,6328,568,10 Mile +7256,Allyson F.,F,24,"Brookline, MA",5689,6256,568,10 Mile +11254,Hannah L.,F,28,"Washington, DC",5689,6644,568,10 Mile +8546,Amy Z.,F,43,"Falls Church, VA",5690,6569,569,10 Mile +6816,Kelly P.,F,47,"Tolland, CT",5690,6149,569,10 Mile +6325,Ashley W.,F,29,"Fairfax, VA",5690,6046,569,10 Mile +8556,Mary V.,F,23,"Sparks, MD",5690,6838,569,10 Mile +22159,Drenan D.,F,45,"Arlington, VA",5690,6682,569,10 Mile +8078,Megan G.,F,30,"Arlington, VA",5690,6137,569,10 Mile +18906,Lissa R.,F,27,"Denver, CO",5691,6464,569,10 Mile +21792,Grace R.,F,35,"Washington, DC",5691,6659,569,10 Mile +5926,Kelly F.,F,32,"Prince Frederick, MD",5691,6167,569,10 Mile +18287,Nelli G.,F,30,"Kensington, MD",5692,7119,569,10 Mile +10824,Stephanie N.,F,32,"Washington, DC",5692,6586,569,10 Mile +15263,Jessica G.,F,34,"Annandale, VA",5692,6182,569,10 Mile +10828,Catherine S.,F,39,"Arlington, VA",5692,6688,569,10 Mile +11124,Johanna A.,F,29,"Washington, DC",5692,6051,569,10 Mile +16544,Jennifer R.,F,36,"Silver Spring, MD",5692,6946,569,10 Mile +6443,Gayle M.,F,28,"Bethesda, MD",5692,6278,569,10 Mile +7522,Chanel B.,F,32,"Washington, DC",5692,6509,569,10 Mile +20997,Lydia H.,F,22,"Washington, DC",5692,7103,569,10 Mile +14459,Kate R.,F,32,"Takoma Park, MD",5693,6742,569,10 Mile +7905,Raquel C.,F,31,"Rockville, MD",5693,6297,569,10 Mile +5100,Christine M.,F,40,"Brooklyn, NY",5693,6539,569,10 Mile +11823,Brittany C.,F,31,"Westport, CT",5693,6297,569,10 Mile +8117,Michelle L.,F,28,"Bethesda, MD",5693,6192,569,10 Mile +10944,Danielle S.,F,33,"Rockville, MD",5693,6548,569,10 Mile +7236,Taylor S.,F,34,"New York, NY",5693,6165,569,10 Mile +13673,Elizabeth C.,F,39,"New Canaan, CT",5693,6297,569,10 Mile +7944,Kate T.,F,59,"Shrewsbury, MA",5693,6139,569,10 Mile +21251,Kristen L.,F,29,"New Market, MD",5693,6192,569,10 Mile +10554,Lisa C.,F,50,"Ashburn, VA",5693,6626,569,10 Mile +9909,Lisa G.,F,49,"Washington, DC",5693,6253,569,10 Mile +11223,Paula D.,F,25,"Arlington, VA",5694,6647,569,10 Mile +17223,Stephanie S.,F,33,"Washington, DC",5694,6757,569,10 Mile +14706,Marie M.,F,38,"Falls Church, VA",5694,6231,569,10 Mile +5605,Stephanie S.,F,29,"Washington, DC",5694,6650,569,10 Mile +10061,Megan B.,F,37,"Chevy Chase, MD",5695,6285,569,10 Mile +8357,Lori S.,F,40,"Columbia, MD",5695,6257,569,10 Mile +9108,Molly B.,F,40,"Falls Church, VA",5695,6173,569,10 Mile +11820,Melissa C.,F,44,"Burke, VA",5696,6551,569,10 Mile +8160,Allison F.,F,51,"Falls Church, VA",5696,6182,569,10 Mile +10782,Laura Z.,F,26,"Washington, DC",5696,6548,569,10 Mile +17962,Jessica A.,F,35,"Arlington, VA",5696,5729,569,10 Mile +3774,Laura O.,F,39,"Bethesda, MD",5696,6215,569,10 Mile +6839,Kim P.,F,50,"Fairfield, CT",5696,6655,569,10 Mile +16539,Kathleen J.,F,49,"Washington, DC",5696,6827,569,10 Mile +17097,Allison M.,F,52,"Falls Church, VA",5696,6182,569,10 Mile +10888,Maria-Veronica B.,F,29,"Washington, DC",5697,6475,569,10 Mile +7805,Rebecca H.,F,28,"Washington, DC",5698,6153,569,10 Mile +8773,Melanie S.,F,43,"Bethesda, MD",5698,6164,569,10 Mile +759,Sheilanor G.,F,36,"Hagerstown, MD",5698,6914,569,10 Mile +8128,Jessica B.,F,37,"Leesburg, VA",5699,6305,569,10 Mile +8232,Jessie M.,F,36,"Arlington, VA",5699,6189,569,10 Mile +17905,Maria R.,F,37,"Manassas, VA",5700,6819,570,10 Mile +14136,Caitlin C.,F,24,"Washington, DC",5700,6441,570,10 Mile +10017,Cathy B.,F,52,"Ashburn, VA",5700,6195,570,10 Mile +6951,Jeanine T.,F,36,"Washington, DC",5700,6295,570,10 Mile +17731,Allison O.,F,27,"Crofton, MD",5700,6906,570,10 Mile +12624,Eva H.,F,35,"Washington, DC",5701,6781,570,10 Mile +11992,Diana F.,F,27,"Washington, DC",5701,6433,570,10 Mile +12933,Barbara Q.,F,57,"Maplewood, NJ",5701,6539,570,10 Mile +7337,Sarah B.,F,31,"Alexandria, VA",5702,6260,570,10 Mile +3789,Emma S.,F,17,"Warrenton, VA",5703,5748,570,10 Mile +21523,Laura Z.,F,26,"Arlington, VA",5703,7111,570,10 Mile +12690,Andrea H.,F,21,"River Hills, WI",5703,6608,570,10 Mile +20510,Kaitlin P.,F,33,"Gainesville, VA",5703,5976,570,10 Mile +12654,Iffath S.,F,35,"Annapolis, MD",5703,6506,570,10 Mile +22828,Colleen C.,F,49,"Baltimore, MD",5704,6653,570,10 Mile +10735,Justine C.,F,30,"Silver Spring, MD",5704,6457,570,10 Mile +6169,Yolanda R.,F,33,"New York, NY",5704,6226,570,10 Mile +19215,Kelsey W.,F,29,"Washington, DC",5704,6567,570,10 Mile +10269,Meghan G.,F,23,"Washington, DC",5704,6248,570,10 Mile +17402,Lily L.,F,44,"Leesburg, VA",5704,6773,570,10 Mile +10236,Cheryl G.,F,55,"Sterling, VA",5704,6161,570,10 Mile +16001,Morganne C.,F,15,"New Milford, CT",5705,6851,570,10 Mile +17196,Meghan R.,F,38,"Washington, DC",5705,6585,570,10 Mile +7827,Sharon F.,F,51,"Hudson, MA",5705,6174,570,10 Mile +11860,Laurie C.,F,45,"Washington, DC",5705,6550,570,10 Mile +5495,Margaret M.,F,23,"South Haven, MI",5705,6249,570,10 Mile +17240,Kelly H.,F,26,"Washington, DC",5705,6758,570,10 Mile +2847,Violeta C.,F,33,"Fairfax, VA",5705,6758,570,10 Mile +5178,Renee B.,F,37,"Washington Dc, DC",5706,6042,570,10 Mile +11998,Danielle H.,F,34,"Ashburn, VA",5706,6547,570,10 Mile +12002,Erin M.,F,38,"Ashburn, VA",5706,6547,570,10 Mile +18658,Jordan A.,F,28,"Washington, DC",5707,6330,570,10 Mile +18721,Adria C.,F,36,"Brooklyn, NY",5707,7160,570,10 Mile +10847,Frances S.,F,35,"Durham, NC",5707,6452,570,10 Mile +7971,Kelsey S.,F,29,"Arlington, VA",5707,6330,570,10 Mile +13564,Olamide G.,F,26,"Washington, DC",5707,6179,570,10 Mile +10150,Joyce R.,F,55,"Washington, DC",5707,6246,570,10 Mile +5112,Anne R.,F,57,"Washington, DC",5708,6152,570,10 Mile +19269,Elena A.,F,29,"Suitland, MD",5708,7150,570,10 Mile +531,Erin M.,F,37,"Glenwood, MD",5708,6684,570,10 Mile +20772,Dayna I.,F,33,"Jupiter, FL",5708,6981,570,10 Mile +21995,Kristine O.,F,29,"East Windsor, NJ",5709,6536,570,10 Mile +21645,Heather R.,F,27,"Worcester, MA",5710,6767,571,10 Mile +7843,Lisa E.,F,29,"Washington, DC",5710,6328,571,10 Mile +11589,Cheryl Z.,F,36,"Springfield, VA",5710,6639,571,10 Mile +10619,Carly M.,F,28,"Washington, DC",5710,6551,571,10 Mile +12269,Alison H.,F,27,"Hoboken, NJ",5710,6669,571,10 Mile +10237,Georgia H.,F,29,"Washington, DC",5710,6488,571,10 Mile +1008,Marcella V.,F,39,"Alexandria, VA",5710,5932,571,10 Mile +3527,Valerie B.,F,27,"Washington, DC",5711,6577,571,10 Mile +2212,Dana S.,F,42,"Potomac, MD",5711,6244,571,10 Mile +10152,Alison H.,F,26,"Arlington, VA",5711,6658,571,10 Mile +9077,Beth F.,F,40,"Gaithersburg, MD",5711,6143,571,10 Mile +12373,Sarah S.,F,36,"Woodbridge, VA",5712,6302,571,10 Mile +20359,Carolyn F.,F,35,"Washington, DC",5712,6635,571,10 Mile +12362,Georgia G.,F,23,"Alexandria, VA",5712,6516,571,10 Mile +10729,Chaney M.,F,43,"Leesburg, VA",5712,6547,571,10 Mile +7269,Kiri H.,F,26,"Columbia, MD",5712,6255,571,10 Mile +5754,Jennifer S.,F,38,"Falls Church, VA",5712,6000,571,10 Mile +7679,Gillian G.,F,30,"Washington, DC",5712,6140,571,10 Mile +11570,Ilana F.,F,34,"Washington, DC",5712,6635,571,10 Mile +6305,Kendra A.,F,25,"Washington, DC",5713,6208,571,10 Mile +13271,Lindsey H.,F,40,"Leesburg, VA",5713,5756,571,10 Mile +5227,Monica M.,F,43,"Washington, DC",5713,5916,571,10 Mile +13027,Amy Z.,F,24,"Washington, DC",5713,6474,571,10 Mile +9926,Catharine W.,F,53,"Washington, DC",5713,6643,571,10 Mile +9647,Tia H.,F,37,"Huntsville, AL",5713,6169,571,10 Mile +5681,Taylor D.,F,24,"Washington, DC",5713,6499,571,10 Mile +9003,Kaitlyn C.,F,25,"Callaway, MD",5713,6199,571,10 Mile +11368,Kaitlin M.,F,26,"New York, NY",5713,6610,571,10 Mile +10999,Allyson P.,F,27,"Washington, DC",5714,6239,571,10 Mile +8061,Ashley E.,F,33,"Falls Church, VA",5714,6159,571,10 Mile +8768,Laura K.,F,29,"Washington, DC",5714,6647,571,10 Mile +8508,Rachel M.,F,26,"Washington, DC",5715,6275,571,10 Mile +7920,Kaitlin B.,F,29,"Washington, DC",5715,6649,571,10 Mile +11425,Jamie Z.,F,36,"Washington, DC",5715,6565,571,10 Mile +11042,Kelly B.,F,32,"Arlington, VA",5715,6634,571,10 Mile +1551,Maria D.,F,28,"Washington, DC",5715,6311,571,10 Mile +8875,Tara G.,F,28,"Washington, DC",5715,6256,571,10 Mile +16211,Lisa F.,F,53,"Chevy Chase, MD",5715,6222,571,10 Mile +22444,Laura D.,F,47,"Washington, DC",5715,6240,571,10 Mile +15580,Megan F.,F,35,"Annapolis, MD",5716,6757,571,10 Mile +12429,Yali P.,F,32,"Greenbelt, MD",5716,6640,571,10 Mile +11815,Laura H.,F,38,"Arlington, VA",5717,6689,571,10 Mile +19087,Bernadette A.,F,28,"Washington, DC",5717,6822,571,10 Mile +10452,Kara J.,F,42,"Arlington, VA",5717,6584,571,10 Mile +5595,Giovanna R.,F,23,"Brooklyn, NY",5717,6034,571,10 Mile +17565,Colleen R.,F,37,"Herndon, VA",5718,6691,571,10 Mile +11497,Randi O.,F,64,"Whitestone, NY",5718,6517,571,10 Mile +12572,Julianne C.,F,30,"Bridgewater, NJ",5718,6705,571,10 Mile +10640,Joanne T.,F,56,"Aberdeen, NJ",5718,6807,571,10 Mile +11290,Emma N.,F,24,"Arlington, VA",5718,6704,571,10 Mile +11486,Alexandra L.,F,23,"Bernardsville, NJ",5718,6705,571,10 Mile +562,Elizabeth F.,F,50,"North Grafton, MA",5719,5779,571,10 Mile +23145,Jami G.,F,31,"Baltimore, MD",5719,5953,571,10 Mile +17568,Andrea W.,F,62,"Norwalk, CT",5719,6220,571,10 Mile +22522,Jackie M.,F,43,"Kensington, MD",5719,6710,571,10 Mile +22674,Cindy O.,F,42,"Bethesda, MD",5719,6710,571,10 Mile +6710,Tanjima I.,F,29,"Washington, DC",5719,6171,571,10 Mile +12864,Linda N.,F,52,"Fulton, MD",5719,6451,571,10 Mile +10355,Bridget O.,F,34,"Washington, DC",5719,6254,571,10 Mile +7716,Pamela W.,F,50,"Rockville, VA",5719,6564,571,10 Mile +23137,Hannah N.,F,24,"Baltimore, MD",5719,5953,571,10 Mile +7085,Cathryn E.,F,28,"Washington, DC",5720,6456,572,10 Mile +9875,Becca M.,F,22,"Silver Spring, MD",5720,6189,572,10 Mile +9898,Allison G.,F,30,"Washington, DC",5720,6260,572,10 Mile +12133,Lisa K.,F,30,"Alexandria, VA",5720,6601,572,10 Mile +8770,Kate S.,F,30,"Bethesda, MD",5720,6320,572,10 Mile +9793,Theresa G.,F,31,"Baltimore, MD",5720,6661,572,10 Mile +8921,Carolyne D.,F,40,"Walton, NY",5720,6152,572,10 Mile +7088,Kate L.,F,28,"Washington, DC",5720,6456,572,10 Mile +5501,Anne C.,F,30,"Washington, DC",5721,6529,572,10 Mile +5035,Joanne L.,F,48,"Washington, DC",5721,5982,572,10 Mile +7535,Michelle G.,F,56,"Columbia, MD",5721,6675,572,10 Mile +10718,Kristen C.,F,27,"Washington, DC",5722,6263,572,10 Mile +6685,Laura B.,F,39,"Gainesville, VA",5722,6903,572,10 Mile +17958,Aglaia O.,F,26,"Washington, DC",5722,7129,572,10 Mile +21017,Linsey S.,F,31,"Garfield, NJ",5722,6992,572,10 Mile +13207,Ruby C.,F,57,"Rockville, MD",5722,6484,572,10 Mile +12361,Virginia G.,F,60,"Alexandria, VA",5723,6527,572,10 Mile +4369,Allyn D.,F,33,"Leesburg, VA",5723,6587,572,10 Mile +3693,Elizabeth L.,F,30,"Wyomissing, PA",5723,6357,572,10 Mile +1788,Julie W.,F,46,"Fredericksburg, VA",5724,6215,572,10 Mile +6873,Sara K.,F,26,"Arlington, VA",5724,6289,572,10 Mile +11901,Maryellen W.,F,54,"Linwood, NJ",5724,6657,572,10 Mile +21360,Stephanie M.,F,32,"Washington, DC",5724,7237,572,10 Mile +13212,Kristine M.,F,45,"Alexandria, VA",5724,6527,572,10 Mile +3692,Jessica R.,F,38,"Alexandria, VA",5724,6358,572,10 Mile +17354,Sarah L.,F,31,"Washington, DC",5724,6564,572,10 Mile +10790,Christine H.,F,27,"Falls Church, VA",5724,6287,572,10 Mile +12298,Bridget G.,F,38,"Lower Gwynedd, PA",5725,6827,572,10 Mile +10354,Wynsor T.,F,35,"Washington, DC",5725,6304,572,10 Mile +11862,Shea G.,F,25,"Vienna, VA",5725,6600,572,10 Mile +10111,Gillian C.,F,38,"Mcmurray, PA",5725,6561,572,10 Mile +7008,Emily H.,F,42,"Elliott City, MD",5726,6266,572,10 Mile +20984,Lisa H.,F,22,"Arlington, VA",5726,6484,572,10 Mile +9370,Melissa W.,F,35,"Arlington, VA",5726,6254,572,10 Mile +13985,Carleen S.,F,28,"Washington, DC",5727,6291,572,10 Mile +11148,Grace C.,F,26,"Washington, DC",5727,6819,572,10 Mile +11346,Krista Q.,F,46,"Westminster, MD",5727,6223,572,10 Mile +9155,Amanda H.,F,24,"Washington, DC",5727,6271,572,10 Mile +11226,Anne M.,F,28,"West Chester, PA",5727,6691,572,10 Mile +10141,Amy S.,F,21,"Saint Charles, IL",5727,6860,572,10 Mile +995,Weiyue L.,F,29,"Gaithersburg, MD",5728,6722,572,10 Mile +9744,Nicole C.,F,26,"Washington, DC",5728,6331,572,10 Mile +20647,Annalise B.,F,30,"Arlington, VA",5728,6623,572,10 Mile +3706,Ruchika B.,F,31,"Washington, DC",5728,6255,572,10 Mile +6296,Sarah M.,F,36,"Manteo, NC",5729,6226,572,10 Mile +22049,Kate M.,F,27,"Boston, MA",5729,6581,572,10 Mile +7514,Kristine S.,F,31,"Washington, DC",5729,6256,572,10 Mile +15633,Karen C.,F,32,"Baltimore, MD",5729,6725,572,10 Mile +13759,Cherinne A.,F,41,"Bethesda, MD",5730,6528,573,10 Mile +6853,Kathryn E.,F,45,"Washington, DC",5730,6369,573,10 Mile +8683,Constance K.,F,52,"Chevy Chase, MD",5732,6230,573,10 Mile +9736,Annelise G.,F,56,"Derwood, MD",5732,6300,573,10 Mile +10655,Sandra L.,F,37,"Chevy Chase, MD",5732,6567,573,10 Mile +5370,Gabriela B.,F,30,"Washington, DC",5732,6247,573,10 Mile +11376,Kathryn T.,F,32,"Springfield, VA",5732,6504,573,10 Mile +8536,Leena F.,F,46,"Boulder, CO",5733,6183,573,10 Mile +9712,Megan S.,F,28,"Frederick, MD",5733,6498,573,10 Mile +10794,Amee L.,F,31,"Frederick, MD",5733,6498,573,10 Mile +8550,Danielle G.,F,42,"Oak Hill, VA",5734,6898,573,10 Mile +10997,Sara F.,F,30,"Washington, DC",5734,6643,573,10 Mile +14599,Jennifer D.,F,34,"Doylestown, PA",5734,6821,573,10 Mile +13668,Bai Y.,F,44,"Columbia, MD",5734,6727,573,10 Mile +11747,Michelle G.,F,32,"Arlington, VA",5734,7255,573,10 Mile +13952,Jessica M.,F,35,"Stewartstown, PA",5735,6573,573,10 Mile +22047,Alex D.,F,23,"Arlington, VA",5735,6578,573,10 Mile +17371,Kelly S.,F,42,"Arlington, VA",5735,6044,573,10 Mile +9459,Michelle H.,F,35,"Severna Park, MD",5736,6533,573,10 Mile +8615,Amy R.,F,31,"Annapolis, MD",5736,6319,573,10 Mile +11958,Cara M.,F,37,"Washington, DC",5736,6554,573,10 Mile +8275,Jodi V.,F,61,"Stafford, VA",5737,6364,573,10 Mile +22005,Erica R.,F,25,"Washington, DC",5738,6482,573,10 Mile +13061,Rebecca W.,F,44,"Mclean, VA",5738,6572,573,10 Mile +11809,Jenny B.,F,30,"Columbus, OH",5738,6578,573,10 Mile +4114,Katherine M.,F,36,"Des Moines, IA",5739,6207,573,10 Mile +15948,Sarah P.,F,20,"Lynchburg, VA",5739,5937,573,10 Mile +8037,Brooke P.,F,26,"Washington, DC",5739,6529,573,10 Mile +7372,Allegra K.,F,28,"Baltimore, MD",5739,6962,573,10 Mile +9284,Alison O.,F,27,"Arlington, VA",5739,6250,573,10 Mile +11654,Krista H.,F,30,"Bethesda, MD",5739,6552,573,10 Mile +7638,Emily A.,F,34,"Woodbridge, VA",5740,6293,574,10 Mile +10989,Lindsay T.,F,29,"Washington, DC",5740,6612,574,10 Mile +10241,Tenia F.,F,32,"Milwaukee, WI",5741,6225,574,10 Mile +14955,Elizabeth W.,F,27,"Washington, DC",5741,6541,574,10 Mile +10866,Julie M.,F,49,"Annandale, VA",5741,6652,574,10 Mile +11562,Abby H.,F,29,"Brooklyn, NY",5741,6643,574,10 Mile +11008,Jeanette T.,F,55,"Norwalk, CT",5742,6244,574,10 Mile +12505,Lisa H.,F,38,"Winchester, VA",5742,6594,574,10 Mile +20734,Liz S.,F,25,"Arlington, VA",5742,7161,574,10 Mile +14276,Lauren M.,F,30,"Alexandria, VA",5742,7035,574,10 Mile +15629,Megan C.,F,29,"Arlington, VA",5743,6677,574,10 Mile +18853,Kanupriya B.,F,24,"Washington, DC",5743,6874,574,10 Mile +10580,Samara M.,F,40,"Woodbridge, VA",5743,6481,574,10 Mile +6001,Whitney W.,F,23,"Arlington, VA",5744,5999,574,10 Mile +9581,Abigail H.,F,36,"Washington, DC",5744,6040,574,10 Mile +22226,Katie K.,F,24,"Easton, MD",5745,6598,574,10 Mile +11377,Leah W.,F,34,"Washington, DC",5745,6554,574,10 Mile +6416,Nina B.,F,23,"Glassboro, NJ",5745,6376,574,10 Mile +16066,Anuja M.,F,36,"Mclean, VA",5745,6801,574,10 Mile +2904,Kathrine M.,F,37,"Columbia, MD",5745,6311,574,10 Mile +16319,Rosie P.,F,37,"Arlington, VA",5745,6801,574,10 Mile +10367,Paige E.,F,28,"Washington, DC",5745,6370,574,10 Mile +22575,Natalie S.,F,36,"Haymarket, VA",5745,6525,574,10 Mile +22225,Lindsey H.,F,35,"Cordova, MD",5745,6598,574,10 Mile +12053,Lauran T.,F,39,"Springfield, VA",5746,6664,574,10 Mile +15020,Courtney S.,F,28,"Washington, DC",5746,6858,574,10 Mile +6581,Sara C.,F,31,"Washington, DC",5746,6530,574,10 Mile +14416,Molly H.,F,27,"Arlington, VA",5746,6304,574,10 Mile +5168,Bridgett N.,F,46,"Germantown, MD",5747,6096,574,10 Mile +13776,Clarice L.,F,28,"Bethesda, MD",5747,6885,574,10 Mile +13796,Lori G.,F,26,"Washington Dc, DC",5747,6338,574,10 Mile +11954,Rose M.,F,36,"Springfield, VT",5748,6549,574,10 Mile +8555,Hiromi H.,F,49,"Potomac, MD",5748,6827,574,10 Mile +11940,Megan E.,F,30,"Washington, DC",5748,6311,574,10 Mile +12236,Jessie G.,F,27,"New York, NY",5748,6962,574,10 Mile +6654,Rhea K.,F,24,"Washington, DC",5748,6554,574,10 Mile +7224,Amanda S.,F,49,"Smyrna, GA",5748,6670,574,10 Mile +7772,Cheyenne F.,F,36,"Lorton, VA",5749,6931,574,10 Mile +11423,Savannah B.,F,27,"Washington, DC",5749,6512,574,10 Mile +11737,Lori B.,F,39,"Felton, DE",5749,6505,574,10 Mile +9461,Sonya W.,F,39,"Arnold, MD",5749,6319,574,10 Mile +22269,Katie M.,F,38,"Bethesda, MD",5749,6273,574,10 Mile +18756,Colleen Q.,F,21,"Prospect Park, PA",5749,7003,574,10 Mile +7533,Emily V.,F,30,"Washington, DC",5750,6345,575,10 Mile +6257,Colleen M.,F,33,"Washington, DC",5750,6581,575,10 Mile +3382,Kristen J.,F,30,"Silver Spring, MD",5750,6913,575,10 Mile +10107,Katherine L.,F,50,"Washington, DC",5750,6323,575,10 Mile +9728,Diana R.,F,28,"Bethesda, MD",5750,6728,575,10 Mile +13610,Elizabeth A.,F,50,"Woodbridge, VA",5750,6597,575,10 Mile +12248,Mary S.,F,25,"Arlington, VA",5751,6562,575,10 Mile +12422,Laura H.,F,34,"Philadelphia, PA",5751,6510,575,10 Mile +11950,Kelly S.,F,43,"New Market, MD",5751,6530,575,10 Mile +16624,Sally M.,F,25,"Arlington, VA",5751,6008,575,10 Mile +16376,April B.,F,34,"Silver Spring, MD",5751,6914,575,10 Mile +12506,Alison H.,F,28,"Washington, DC",5751,7176,575,10 Mile +6100,Michelle H.,F,33,"Boston, MA",5752,6247,575,10 Mile +10902,Courtenay M.,F,37,"Virginia Beach, VA",5752,6629,575,10 Mile +16985,Amy L.,F,33,"Washington, DC",5752,7035,575,10 Mile +14010,Ying C.,F,44,"Potomac, MD",5753,6363,575,10 Mile +10911,Bryce B.,F,27,"Colchester, VT",5753,6541,575,10 Mile +10016,Anne C.,F,51,"Alexandria, VA",5753,6281,575,10 Mile +9254,Lauren T.,F,34,"Washington, DC",5754,6215,575,10 Mile +15746,Laura M.,F,53,"Mclean, VA",5754,6824,575,10 Mile +12498,Rebecca M.,F,39,"Arlington, VA",5754,6638,575,10 Mile +21188,Amy B.,F,36,"Falls Church, VA",5755,6388,575,10 Mile +16043,Ashleigh G.,F,28,"Washington, DC",5755,6556,575,10 Mile +12781,Nicole C.,F,34,"Washington, DC",5755,6942,575,10 Mile +8915,Ruth M.,F,55,"Vienna, VA",5755,6298,575,10 Mile +394,Nancy Y.,F,61,"Cortlandt Manor, NY",5755,5789,575,10 Mile +14712,Michelle S.,F,31,"Alexandria, VA",5756,6916,575,10 Mile +9436,Maria D.,F,37,"Springfield, VA",5756,6341,575,10 Mile +21256,Karin R.,F,30,"Arlington, VA",5757,7057,575,10 Mile +13131,Nadira D.,F,44,"Washington, DC",5757,6315,575,10 Mile +9335,Lisa G.,F,29,"New York, NY",5758,6346,575,10 Mile +12354,Maya A.,F,25,"Gaithersburg, MD",5758,6367,575,10 Mile +12101,Jana C.,F,24,"Washington, DC",5758,6850,575,10 Mile +7630,Vickie J.,F,25,"Pittsburgh, PA",5758,6731,575,10 Mile +12074,Victoria B.,F,25,"Reston, VA",5758,6529,575,10 Mile +7095,Ameerah O.,F,35,"Ny, NY",5758,6347,575,10 Mile +8131,Rebecca K.,F,30,"Washington, DC",5758,6219,575,10 Mile +6240,Allison W.,F,47,"Washington, DC",5759,6555,575,10 Mile +13303,Maureen K.,F,56,"Woodbridge, VA",5759,6285,575,10 Mile +3487,Kimberly J.,F,24,"Stamford, CT",5759,6348,575,10 Mile +7090,Jennifer A.,F,36,"Aldie, VA",5759,6998,575,10 Mile +10818,Diana T.,F,45,"Rye, NY",5760,6667,576,10 Mile +19699,Cathy B.,F,44,"Washington, DC",5760,6392,576,10 Mile +9252,Camille R.,F,40,"Bethesda, MD",5760,6392,576,10 Mile +11039,Katharine K.,F,23,"Northport, NY",5760,6576,576,10 Mile +11005,Elana N.,F,41,"Herndon, VA",5760,6667,576,10 Mile +12958,Lori B.,F,41,"Mclean, VA",5760,6513,576,10 Mile +6466,Maura P.,F,30,"Washington, DC",5760,6310,576,10 Mile +11145,Yvette M.,F,51,"Woodbine, MD",5760,6504,576,10 Mile +19783,Connie B.,F,60,"Sterling, VA",5761,6861,576,10 Mile +13928,Sarah M.,F,30,"Washington, DC",5761,6619,576,10 Mile +12173,Jessica R.,F,29,"Arlington, VA",5761,6655,576,10 Mile +14014,Kathleen B.,F,24,"Arlington, VA",5762,6666,576,10 Mile +14191,Audra Z.,F,37,"Fairfax Starion, VA",5762,6500,576,10 Mile +545,Christine V.,F,43,"Bristow, VA",5762,6743,576,10 Mile +13315,Hannah B.,F,28,"Falls Church, VA",5763,6542,576,10 Mile +13242,Kate R.,F,25,"Arlington, VA",5763,6542,576,10 Mile +10867,Cristine C.,F,45,"Derwood, MD",5763,6358,576,10 Mile +15114,Meghan L.,F,21,"College Park, MD",5763,7040,576,10 Mile +7927,Katrin P.,F,35,"Herndon, VA",5763,6236,576,10 Mile +6756,Emily P.,F,31,"Washington, DC",5763,6380,576,10 Mile +12114,Meg C.,F,20,"Washington, DC",5764,6623,576,10 Mile +8918,Katia B.,F,26,"Washington, DC",5764,6226,576,10 Mile +7911,Patricia N.,F,64,"Saxonburg, PA",5764,6532,576,10 Mile +10779,Lauren L.,F,27,"Washington, DC",5765,6307,576,10 Mile +21461,Arezu H.,F,26,"Washington, DC",5765,6561,576,10 Mile +10523,Claire K.,F,28,"Baltimore, MD",5766,6318,576,10 Mile +7278,Kari G.,F,53,"Fair Lawn, NJ",5766,6741,576,10 Mile +22806,Colleen G.,F,40,"Philadelphia, PA",5766,6223,576,10 Mile +7021,Ashley R.,F,31,"Alexandria, VA",5766,6310,576,10 Mile +20874,M'Kai F.,F,23,"Hyattsville, MD",5767,7257,576,10 Mile +17578,Casey R.,F,24,"Falls Church, VA",5768,6329,576,10 Mile +8246,Emma W.,F,27,"Washington, DC",5768,6316,576,10 Mile +7266,Carrie L.,F,40,"Arlington, VA",5768,6665,576,10 Mile +16115,Maria B.,F,25,"Arlington, VA",5769,6824,576,10 Mile +9422,Leonie H.,F,40,"Vienna, VA",5769,6544,576,10 Mile +14037,Arthi P.,F,37,"Herndon, VA",5769,6511,576,10 Mile +21491,Camden T.,F,32,"Midlothian, VA",5769,6891,576,10 Mile +7846,Gwyn J.,F,56,"Washington, DC",5769,6265,576,10 Mile +14710,Natalie S.,F,44,"Baltimore, MD",5770,6952,577,10 Mile +14872,Meredith S.,F,32,"Washington, DC",5771,6600,577,10 Mile +13890,Kara S.,F,32,"Fairfax, VA",5771,6540,577,10 Mile +2261,Rosi P.,F,44,"Rockville, MD",5771,6695,577,10 Mile +11863,Melissa W.,F,41,"Atlanta, GA",5771,6693,577,10 Mile +10099,Ann M.,F,59,"Washington, DC",5772,6589,577,10 Mile +8864,Colleen B.,F,25,"Arlington, VA",5772,6339,577,10 Mile +9635,Mary F.,F,67,"Washington, DC",5772,6380,577,10 Mile +12046,Sarah B.,F,29,"Bethesda, MD",5772,6524,577,10 Mile +14269,Madison P.,F,26,"New York, NY",5772,6840,577,10 Mile +16670,Kate A.,F,41,"Leesburg, VA",5773,6851,577,10 Mile +10534,Abigail P.,F,32,"Arlington, VA",5773,6601,577,10 Mile +6298,Karyn F.,F,30,"Mount Airy, MD",5773,6395,577,10 Mile +7432,Alice C.,F,54,"Broadlands, VA",5773,6284,577,10 Mile +14845,Neelima D.,F,39,"North Bethesda, MD",5773,6574,577,10 Mile +7637,Lauren M.,F,25,"Herndon, VA",5774,6331,577,10 Mile +22832,Sara H.,F,27,"Silver Spring, MD",5775,6313,577,10 Mile +7352,Lori D.,F,53,"Bradenton, FL",5775,6366,577,10 Mile +9994,Outi J.,F,43,"Mclean, VA",5775,6603,577,10 Mile +4019,Kimberly B.,F,30,"Washington, DC",5775,6213,577,10 Mile +11107,Lana T.,F,30,"Arlington, VA",5775,6302,577,10 Mile +6928,Kate R.,F,28,"Arlington, VA",5775,6251,577,10 Mile +12082,Julie P.,F,47,"Frederick, MD",5775,6707,577,10 Mile +12366,Geraldine U.,F,26,"Silver Spring, MD",5776,6637,577,10 Mile +11993,Kirsten B.,F,24,"Richmond, VA",5776,6586,577,10 Mile +23108,Georgene L.,F,39,"Albuquerque, NM",5777,6934,577,10 Mile +3900,Kelly M.,F,21,"Norristown, PA",5778,6552,577,10 Mile +6056,Katie C.,F,30,"Germantown, MD",5778,6864,577,10 Mile +14567,Catherine J.,F,24,"Washington, DC",5778,6821,577,10 Mile +2811,Jacqueline L.,F,31,"Washington, DC",5778,6733,577,10 Mile +11516,Lorraine S.,F,34,"Clifton, VA",5778,6654,577,10 Mile +7050,Anita S.,F,43,"Bristow, VA",5778,6529,577,10 Mile +10789,Mindy A.,F,34,"Gettysburg, PA",5778,7229,577,10 Mile +12317,Linda S.,F,47,"Fruitland, MD",5779,6518,577,10 Mile +10859,Andrea B.,F,53,"Flemington, NJ",5779,6601,577,10 Mile +13966,Rachel C.,F,21,"Audubon, PA",5779,6553,577,10 Mile +8810,Christine F.,F,29,"Reston, VA",5779,6369,577,10 Mile +16874,Alexandra B.,F,23,"Washington, DC",5779,6822,577,10 Mile +11252,Kristin W.,F,46,"Ashburn, VA",5779,6347,577,10 Mile +19298,Eboni H.,F,28,"Silver Spring, MD",5779,6528,577,10 Mile +12929,Jennifer Y.,F,28,"Winston-Salem, NC",5780,6521,578,10 Mile +6793,Lindsay R.,F,39,"New York, NY",5780,6305,578,10 Mile +10415,Shelly P.,F,45,"Annapolis, MD",5780,6644,578,10 Mile +5823,Maggie C.,F,40,"Reston, VA",5780,6305,578,10 Mile +8284,Christian R.,F,33,"North Potomac, MD",5780,6340,578,10 Mile +12889,Kelissa M.,F,20,"Lubbock, TX",5780,6623,578,10 Mile +8320,Christine H.,F,45,"Arlington, VA",5781,6348,578,10 Mile +691,Shareese D.,F,53,"Clinton, MD",5781,6348,578,10 Mile +7331,Julissa G.,F,28,"Bronx, NY",5781,6246,578,10 Mile +10525,Kathleen S.,F,24,"Washington, DC",5781,6690,578,10 Mile +13617,Melissa M.,F,45,"Darnestown, MD",5781,6213,578,10 Mile +7948,Lisa C.,F,51,"Columbus, OH",5782,6350,578,10 Mile +6856,Nicole S.,F,29,"Washington, DC",5782,6389,578,10 Mile +21244,Kristina M.,F,31,"Washington, DC",5782,6734,578,10 Mile +17734,Tanuja G.,F,44,"Herndon, VA",5782,7070,578,10 Mile +10235,Rebecca S.,F,36,"Arlington, VA",5782,6308,578,10 Mile +21164,Carson G.,F,25,"Washington, DC",5782,6389,578,10 Mile +11704,Jaymie S.,F,35,"Sicklerville, NJ",5782,6549,578,10 Mile +12517,Marissa G.,F,30,"Washington, DC",5782,6690,578,10 Mile +11468,Karyss M.,F,22,"Dallas, TX",5783,6627,578,10 Mile +13111,Julianna H.,F,47,"Westminster, MA",5783,6827,578,10 Mile +11833,Allison G.,F,26,"Barnesville, OH",5783,6569,578,10 Mile +4355,Tina F.,F,30,"Pasadena, MD",5783,6049,578,10 Mile +10143,Cecilia P.,F,34,"Washington, DC",5783,6562,578,10 Mile +11942,Dawn B.,F,29,"Washington, DC",5784,6604,578,10 Mile +10193,Anna P.,F,37,"Arlington, VA",5784,6295,578,10 Mile +10726,Amy Y.,F,44,"Woodbridge, VA",5785,6579,578,10 Mile +9782,Karen R.,F,32,"Columbia, MD",5785,6225,578,10 Mile +11528,Kelly L.,F,32,"Arlington, VA",5785,6027,578,10 Mile +12171,Lorraine D.,F,53,"Fairfax, VA",5785,6654,578,10 Mile +11413,Lala Q.,F,36,"Washington, DC",5785,6400,578,10 Mile +15992,Leah B.,F,24,"Edina, MN",5785,6854,578,10 Mile +22654,Corrinne S.,F,35,"Bedford, PA",5786,6522,578,10 Mile +5388,Emily K.,F,27,"Washington, DC",5786,6389,578,10 Mile +13371,Alexandra S.,F,24,"Washington, DC",5786,6917,578,10 Mile +10845,Nicole D.,F,23,"Durham, NC",5786,6646,578,10 Mile +8100,Penelope R.,F,56,"Washington, DC",5787,6228,578,10 Mile +7924,Heather T.,F,47,"Hanover, PA",5787,6563,578,10 Mile +4279,Shilpa K.,F,31,"Arlington, VA",5787,6234,578,10 Mile +4763,Lauren K.,F,24,"Virginia Beach, VA",5787,6413,578,10 Mile +12334,Angela W.,F,30,"Washington, DC",5787,6053,578,10 Mile +11416,Janel J.,F,36,"Broomes Island, MD",5787,6575,578,10 Mile +5058,Alex K.,F,27,"Washington, DC",5787,6603,578,10 Mile +9766,Amber K.,F,29,"Virginia Beach, VA",5787,6413,578,10 Mile +3508,Audrey A.,F,34,"Washington, DC",5787,6070,578,10 Mile +20796,Claire B.,F,31,"Washington, DC",5788,6402,578,10 Mile +11721,Courtney Y.,F,30,"Arlington, VA",5788,6558,578,10 Mile +17842,Alie B.,F,36,"Alexandria, VA",5788,6324,578,10 Mile +8701,Catherine H.,F,27,"Washington, DC",5789,6363,578,10 Mile +12430,Devon S.,F,35,"Washington, DC",5789,6268,578,10 Mile +8713,Jennifer F.,F,32,"Arlington, VA",5789,6292,578,10 Mile +13716,Emily H.,F,26,"Silver Spring, MD",5789,6686,578,10 Mile +12306,Cristina R.,F,28,"Washington, DC",5789,6651,578,10 Mile +10117,Vikki F.,F,47,"Washington, DC",5789,6096,578,10 Mile +17117,Rahel B.,F,47,"Washington, DC",5790,6691,579,10 Mile +1197,Kathryn M.,F,22,"Doylestown, PA",5790,5844,579,10 Mile +7083,Katherine T.,F,33,"Washington, DC",5790,6544,579,10 Mile +9936,Barbara L.,F,52,"Darnestown, MD",5791,6366,579,10 Mile +11943,Tabitha H.,F,48,"Arlington, VA",5792,6162,579,10 Mile +6859,Katherine R.,F,23,"New Haven, CT",5792,7057,579,10 Mile +15295,Stacey B.,F,46,"Washington, DC",5792,6728,579,10 Mile +11241,Shirley C.,F,53,"Vienna, VA",5792,6609,579,10 Mile +12862,Lindsey R.,F,28,"Washington, DC",5792,7242,579,10 Mile +20740,Marion H.,F,22,"New York, NY",5793,7057,579,10 Mile +11629,Samantha D.,F,27,"Arlington, VA",5793,6242,579,10 Mile +10839,Rasheda H.,F,42,"Bronx, NY",5794,6382,579,10 Mile +12086,Marieke P.,F,44,"Mclean, VA",5794,6593,579,10 Mile +12364,Jennifer D.,F,36,"Alexandria, VA",5795,6242,579,10 Mile +9777,Allison G.,F,34,"Alexandria, VA",5795,6422,579,10 Mile +399,Ginny H.,F,66,"Warrenton, VA",5795,5808,579,10 Mile +8979,Kelsey T.,F,30,"Arlington, VA",5795,6243,579,10 Mile +11576,Rebecca P.,F,26,"Columbia, MD",5796,6757,579,10 Mile +10339,Rene A.,F,52,"Savage, MD",5796,6380,579,10 Mile +7146,Emily P.,F,23,"Yardley, PA",5796,6363,579,10 Mile +10292,Jinny S.,F,38,"Arnold, MD",5797,6542,579,10 Mile +11847,Lisa B.,F,60,"Arlington, VA",5797,6740,579,10 Mile +11803,Julie W.,F,31,"Silver Spring, MD",5797,6779,579,10 Mile +16795,Jacqueline F.,F,28,"Ft Lauderdale, FL",5797,7030,579,10 Mile +12521,Julie B.,F,26,"Silver Spring, MD",5797,6705,579,10 Mile +8584,Grace R.,F,20,"Washington Dc, DC",5798,6351,579,10 Mile +19290,Alison E.,F,36,"Odenton, MD",5798,7079,579,10 Mile +21454,Glenda C.,F,41,"Germantown, MD",5798,7322,579,10 Mile +8947,Mary K.,F,26,"Washington, DC",5799,6260,579,10 Mile +15557,Shuangyuan W.,F,28,"Vienna, VA",5799,6792,579,10 Mile +4341,Sarah B.,F,30,"Arlington, VA",5799,6393,579,10 Mile +13844,Diana A.,F,35,"Philadelphia, PA",5799,6844,579,10 Mile +4340,Casey G.,F,29,"Washington, DC",5799,6393,579,10 Mile +21977,Laurel S.,F,31,"Washington, DC",5799,6362,579,10 Mile +8791,Meeka H.,F,44,"Gaithersburg, MD",5799,6842,579,10 Mile +11022,Marcie C.,F,39,"Rockville, MD",5800,6735,580,10 Mile +14731,Bonnie L.,F,50,"Springfield, VA",5800,6543,580,10 Mile +2670,Annie G.,F,26,"Washington, DC",5800,6374,580,10 Mile +8354,Ariel F.,F,24,"Washington, DC",5800,6642,580,10 Mile +11558,Christine D.,F,33,"Arlington, VA",5800,6719,580,10 Mile +7179,Tamar H.,F,32,"Washington, DC",5801,6391,580,10 Mile +14096,Mackenzie T.,F,22,"Washington, DC",5801,6570,580,10 Mile +6639,Vanessa P.,F,34,"Fairfax, VA",5801,6336,580,10 Mile +8980,Elana F.,F,41,"Potomac, MD",5801,6334,580,10 Mile +9652,Sylvia T.,F,59,"Alexandria, VA",5802,6238,580,10 Mile +9122,Megan C.,F,36,"Washington, DC",5803,6299,580,10 Mile +13202,Laura H.,F,34,"Falls Church, VA",5803,6770,580,10 Mile +11521,Lisa M.,F,48,"Chapel Hill, NC",5803,6685,580,10 Mile +13828,Jessica S.,F,32,"Washington, DC",5803,6950,580,10 Mile +12974,Kim G.,F,47,"Arlington, VA",5803,6697,580,10 Mile +11598,Christine P.,F,24,"Hartsdale, NY",5803,6770,580,10 Mile +9916,Briton C.,F,30,"Arlington, VA",5804,6417,580,10 Mile +12476,Deedee S.,F,53,"Chapel Hill, NC",5804,6684,580,10 Mile +23082,Ivanna V.,F,42,"Washington, DC",5804,6241,580,10 Mile +13199,Clare H.,F,43,"Annapolis, MD",5804,6086,580,10 Mile +13152,Hillary D.,F,40,"Herndon, VA",5804,6612,580,10 Mile +12183,Jennifer R.,F,39,"Washington, DC",5804,6641,580,10 Mile +21877,Carol F.,F,27,"Columbia, MD",5805,6580,580,10 Mile +8093,Kari R.,F,27,"Alexandria, VA",5805,6245,580,10 Mile +8734,Erika C.,F,37,"Washington, DC",5805,6357,580,10 Mile +6203,Maria B.,F,42,"Washington, DC",5805,6323,580,10 Mile +15069,Kate G.,F,30,"Washington, DC",5805,6958,580,10 Mile +8278,Karen K.,F,50,"Boston, MA",5805,6251,580,10 Mile +23055,Claudia A.,F,35,"New York, NY",5806,6882,580,10 Mile +22625,Colleen F.,F,29,"Edgewater, MD",5806,7267,580,10 Mile +9521,Deborah M.,F,46,"Vienna, VA",5806,6265,580,10 Mile +10240,Jennifer B.,F,29,"Arlington, VA",5807,6304,580,10 Mile +10124,Sara B.,F,58,"Lynchburg, VA",5807,6594,580,10 Mile +11745,Catherine M.,F,28,"Brooklyn, NY",5807,6759,580,10 Mile +9282,Rachel G.,F,24,"Manassas, VA",5807,6378,580,10 Mile +6365,Cindy G.,F,49,"Austin, TX",5808,6250,580,10 Mile +7786,Sarah H.,F,36,"Astoria, NY",5808,6406,580,10 Mile +12961,Morgan B.,F,30,"North Potomac, MD",5808,6740,580,10 Mile +11777,Amanda S.,F,38,"Silver Spring, MD",5809,6653,580,10 Mile +5289,Hunter B.,F,53,"Alexandria, VA",5809,6641,580,10 Mile +13677,Greer D.,F,29,"Washington, DC",5809,6710,580,10 Mile +13005,Rita S.,F,25,"Washington, DC",5809,6650,580,10 Mile +10850,Stephanie D.,F,28,"New York, NY",5809,6561,580,10 Mile +22196,J. A.,F,25,"Washington, DC",5810,6598,581,10 Mile +7079,Marie H.,F,36,"Arlington, VA",5810,6389,581,10 Mile +9567,Amber R.,F,40,"Kirkville, NY",5810,6255,581,10 Mile +8951,Jenny P.,F,34,"Alexandia, VA",5810,6389,581,10 Mile +14921,Amanda M.,F,23,"Arlington, VA",5811,6880,581,10 Mile +11614,Hollis T.,F,29,"Salisbury, NC",5811,6560,581,10 Mile +22650,Samantha H.,F,25,"Bethesda, MD",5811,6605,581,10 Mile +13501,Lindsey P.,F,28,"Bethesda, MD",5811,6587,581,10 Mile +16536,Lynn C.,F,37,"Silver Spring, MD",5812,7093,581,10 Mile +11195,Julie S.,F,22,"Brooklyn, NY",5812,6683,581,10 Mile +10195,Sharon Y.,F,57,"Virginia Beach, VA",5813,6374,581,10 Mile +4143,Kathleen F.,F,31,"New York, NY",5813,7251,581,10 Mile +18605,Sumati R.,F,28,"Washington, DC",5813,6690,581,10 Mile +401,Jane S.,F,65,"Arlington, VA",5813,5850,581,10 Mile +17037,Christina G.,F,22,"Gettysburg, PA",5813,6855,581,10 Mile +19477,Ashley D.,F,23,"Pittsburgh, PA",5814,6925,581,10 Mile +9262,Heidi L.,F,44,"Hoboken, NJ",5814,6879,581,10 Mile +10629,Curry S.,F,42,"Millersville, MD",5814,6725,581,10 Mile +4788,Ayesha D.,F,25,"New York, NY",5814,6852,581,10 Mile +11675,Samantha P.,F,44,"California, MD",5814,6768,581,10 Mile +17846,Julie S.,F,25,"New York, NY",5814,6853,581,10 Mile +20303,Chinthika D.,F,42,"Washington, DC",5814,7037,581,10 Mile +10990,Susan C.,F,39,"New York, NY",5815,6618,581,10 Mile +7674,Kelly P.,F,31,"Broad Run, VA",5815,6281,581,10 Mile +21648,Janice S.,F,45,"Ashburn, VA",5815,6637,581,10 Mile +7848,Jessica C.,F,33,"New Castle, PA",5816,6452,581,10 Mile +13443,Dana P.,F,32,"Fairfax, VA",5816,6579,581,10 Mile +10346,Zoe C.,F,31,"Baltimore, MD",5816,7025,581,10 Mile +22611,Jamie S.,F,29,"Washington, DC",5816,6264,581,10 Mile +12726,Melissa B.,F,42,"Baltimore, MD",5816,6747,581,10 Mile +6289,Jackie T.,F,32,"Portland, OR",5817,6584,581,10 Mile +21913,Katherine R.,F,31,"Washington, DC",5817,6256,581,10 Mile +19311,Lisa H.,F,30,"Washington, DC",5817,6128,581,10 Mile +10185,Carol R.,F,56,"Washington, DC",5817,6584,581,10 Mile +18472,Allison P.,F,29,"New York, NY",5817,6584,581,10 Mile +14336,Kathryn P.,F,50,"Toms River, NJ",5817,6986,581,10 Mile +12905,Kristen B.,F,30,"Alexandria, VA",5817,6810,581,10 Mile +10896,Elisabet D.,F,34,"Arlington, VA",5817,6339,581,10 Mile +15193,Sheena D.,F,33,"Beaver Falls, PA",5818,6868,581,10 Mile +12166,Tracy L.,F,32,"New York, NY",5818,6681,581,10 Mile +11766,Emily-Anne P.,F,33,"Washington, DC",5818,6692,581,10 Mile +14163,Sarah L.,F,37,"Vienna, VA",5818,6619,581,10 Mile +13659,Ashley Z.,F,27,"Arlington, VA",5818,6605,581,10 Mile +7650,Kristine B.,F,37,"Springfield, VA",5819,6661,581,10 Mile +12056,Lucy C.,F,42,"Washington, DC",5819,6640,581,10 Mile +8945,Erin T.,F,32,"Chesapeake, VA",5820,6454,582,10 Mile +7808,Alysa R.,F,27,"Reston, VA",5821,6712,582,10 Mile +12049,Michelle L.,F,34,"New York, NY",5821,6564,582,10 Mile +12709,Susan O.,F,53,"Kensington, MD",5821,6747,582,10 Mile +13655,Diana C.,F,34,"Washington, DC",5821,6653,582,10 Mile +16824,Michelle D.,F,23,"Washington, DC",5822,6886,582,10 Mile +11982,Katherine M.,F,29,"Alexandria, VA",5822,6778,582,10 Mile +13050,Hongxia Z.,F,53,"Fairfax, VA",5822,6714,582,10 Mile +22612,Rachel D.,F,31,"Washington, DC",5822,6932,582,10 Mile +11889,Julia F.,F,40,"Washington, DC",5822,6898,582,10 Mile +6972,Sandra H.,F,32,"Galveston, TX",5822,6445,582,10 Mile +22662,Deb L.,F,50,"Bethesda, MD",5822,6780,582,10 Mile +7838,Emily L.,F,32,"Fredericksbrg, VA",5822,6314,582,10 Mile +13386,Emily M.,F,38,"Washington, DC",5823,6609,582,10 Mile +9032,Rosemary J.,F,47,"Silver Spring, MD",5823,6459,582,10 Mile +13092,April E.,F,27,"Alexandria, VA",5823,6561,582,10 Mile +890,Maura M.,F,53,"Crownsville, MD",5823,5850,582,10 Mile +22615,Connie B.,F,57,"Baltimore, MD",5823,6916,582,10 Mile +4478,Kim S.,F,49,"Arlington, VA",5825,6436,582,10 Mile +20490,Jessica H.,F,27,"Newport News, VA",5825,6133,582,10 Mile +11941,Emily V.,F,26,"Washington, DC",5825,6704,582,10 Mile +9800,Charlotte J.,F,33,"Exton, PA",5825,6909,582,10 Mile +5020,Rebecca D.,F,29,"Arlington, VA",5826,6734,582,10 Mile +11508,Maria V.,F,24,"Washington, DC",5826,6814,582,10 Mile +14192,Amanda S.,F,29,"Leesburg, VA",5826,6908,582,10 Mile +9609,Stephanie M.,F,29,"Baltimore, MD",5827,6374,582,10 Mile +16807,Kari G.,F,47,"Spearfish, SD",5828,6958,582,10 Mile +14173,Lucy M.,F,22,"Washington, DC",5828,6896,582,10 Mile +9428,Amy D.,F,45,"New York, NY",5828,6703,582,10 Mile +9357,Nicole V.,F,34,"Alexandria, VA",5828,6165,582,10 Mile +10136,Sally S.,F,59,"Oakton, VA",5828,6303,582,10 Mile +13953,Taylor M.,F,25,"Washington Dc, DC",5828,6373,582,10 Mile +9805,Amanda D.,F,37,"Washington, DC",5829,6949,582,10 Mile +14741,Merziyah P.,F,35,"Plainsboro, NJ",5829,6929,582,10 Mile +12346,Keary C.,F,25,"Laurel, MD",5829,6965,582,10 Mile +10283,Jessica K.,F,22,"Washington, DC",5829,6461,582,10 Mile +14403,Jeannie F.,F,26,"Washington, DC",5829,7038,582,10 Mile +9139,Megan D.,F,27,"Bethesda, MD",5830,6781,583,10 Mile +7585,Kirsten S.,F,27,"Washington, DC",5830,6781,583,10 Mile +13419,Tracy S.,F,34,"Austin, TX",5830,6798,583,10 Mile +6088,Yesenia N.,F,36,"Arlngton, VA",5830,6872,583,10 Mile +19085,Alice L.,F,23,"Oakton, VA",5830,7261,583,10 Mile +11404,Tina P.,F,31,"Boston, MA",5830,7346,583,10 Mile +19266,Iliana B.,F,37,"Ashburn, VA",5831,7240,583,10 Mile +2824,Lynn B.,F,20,"Washington, DC",5831,6103,583,10 Mile +9758,Carolyn B.,F,61,"Bradenton, FL",5831,7134,583,10 Mile +21558,Natasha J.,F,40,"Sterling, VA",5831,7240,583,10 Mile +12837,Erin O.,F,23,"Arlington, VA",5831,6641,583,10 Mile +8228,Mandi G.,F,31,"Levittown, NY",5832,6277,583,10 Mile +11055,Lynda A.,F,56,"Columbia, MD",5832,6595,583,10 Mile +5400,Arica V.,F,26,"Washington, DC",5832,6581,583,10 Mile +12523,Ronni S.,F,55,"Whitehouse Station, NJ",5833,6633,583,10 Mile +7966,Carly L.,F,24,"Washington, DC",5833,6799,583,10 Mile +12487,Deb R.,F,62,"New Hope, PA",5833,6633,583,10 Mile +8012,Twiggy H.,F,49,"Richardson, TX",5833,7137,583,10 Mile +1820,Ivy G.,F,26,"Frisco, TX",5834,6441,583,10 Mile +8882,Diane D.,F,47,"Melrose, MA",5834,6459,583,10 Mile +21868,Caitlin P.,F,31,"Washington, DC",5834,6305,583,10 Mile +21148,Sarah K.,F,26,"Chevy Chase, MD",5834,7304,583,10 Mile +2961,Ingrida S.,F,36,"Arlington, VA",5834,6053,583,10 Mile +11945,Erin B.,F,32,"Washington, DC",5834,6589,583,10 Mile +11065,Jacqueline W.,F,34,"Brooklyn, NY",5835,6755,583,10 Mile +12333,Kristin B.,F,38,"Leesburg, VA",5835,6670,583,10 Mile +7898,Christine W.,F,39,"Washington, DC",5835,6363,583,10 Mile +11891,Kelly A.,F,23,"Alexandria, VA",5835,6697,583,10 Mile +18479,Cecilia M.,F,33,"Moreno Valley, CA",5836,6391,583,10 Mile +11645,Jenna M.,F,26,"Fairfax, VA",5836,6909,583,10 Mile +5933,Erin S.,F,34,"Shoreview, MN",5836,6331,583,10 Mile +14190,Jillian P.,F,52,"Highland, MI",5836,6914,583,10 Mile +4176,Renee R.,F,32,"Charlottesville, VA",5836,6172,583,10 Mile +8368,Emily G.,F,34,"Arlington, VA",5836,6287,583,10 Mile +11657,Gina R.,F,30,"Philadelphia, PA",5836,6587,583,10 Mile +18503,Holly C.,F,46,"Amissville, VA",5836,7297,583,10 Mile +6300,Stephanie H.,F,32,"Mount Airy, MD",5836,6457,583,10 Mile +12926,Mary E.,F,56,"Herndon, VA",5836,6708,583,10 Mile +15073,Katherine P.,F,23,"Monrovia, MD",5837,7070,583,10 Mile +17301,Krystle R.,F,30,"Washington, DC",5838,6935,583,10 Mile +2379,Caroline P.,F,24,"Washington, DC",5838,6629,583,10 Mile +13741,Jordan C.,F,26,"Washington, DC",5838,6432,583,10 Mile +11428,Elizabeth E.,F,36,"Washington, DC",5838,6676,583,10 Mile +14145,A. G.,F,30,"Bethesda, MD",5839,6652,583,10 Mile +10264,Linda F.,F,61,"Ridgewood, NJ",5839,6181,583,10 Mile +14431,Krista A.,F,32,"Washington, DC",5839,6923,583,10 Mile +7359,Pamela M.,F,63,"Brookville, IN",5840,6303,584,10 Mile +12127,Diane A.,F,42,"Annandale, VA",5840,6575,584,10 Mile +418,Linda K.,F,70,"Leesburg, VA",5840,5871,584,10 Mile +23114,Samantha B.,F,24,"Washington, DC",5841,6421,584,10 Mile +9827,Amy J.,F,41,"New York, NY",5841,6404,584,10 Mile +7384,Kim A.,F,47,"Binghamton, NY",5842,7003,584,10 Mile +22656,Ellen K.,F,50,"Leesburg, VA",5842,6580,584,10 Mile +21862,Marliss M.,F,44,"Washington, DC",5843,6393,584,10 Mile +14271,Karen S.,F,28,"New York, NY",5843,6911,584,10 Mile +11221,Margaret H.,F,24,"Washington Dc, DC",5843,6961,584,10 Mile +14127,Holly T.,F,42,"Arlington, VA",5843,6351,584,10 Mile +13773,Kathleen C.,F,31,"Boston, MA",5843,6688,584,10 Mile +10784,Kathryn P.,F,32,"Chicago, IL",5843,7281,584,10 Mile +905,Brianne M.,F,37,"Fort Myers, FL",5843,6581,584,10 Mile +18871,Julia B.,F,28,"Washington, DC",5844,7310,584,10 Mile +13709,Stephanie S.,F,42,"Washington, DC",5844,6594,584,10 Mile +12480,Monique B.,F,43,"Glen Burnie, MD",5844,7269,584,10 Mile +9016,Cynthia S.,F,33,"Woodbridge, VA",5845,6364,584,10 Mile +21938,Mallory W.,F,32,"Washington, DC",5846,6423,584,10 Mile +5438,Jacalena J.,F,28,"Columbus, OH",5847,6088,584,10 Mile +9095,Zoe G.,F,27,"Arlington, VA",5847,6633,584,10 Mile +19846,Stephanie M.,F,27,"Boston, MA",5847,6284,584,10 Mile +6055,Erin S.,F,39,"Camp Lejeune, NC",5847,6292,584,10 Mile +12650,Amanda T.,F,23,"Washington, DC",5847,6629,584,10 Mile +4927,Roberta W.,F,44,"Brooklyn, NY",5848,6425,584,10 Mile +22032,Angela S.,F,35,"Phoenix, AZ",5848,7263,584,10 Mile +8180,Karen D.,F,39,"Washington, DC",5848,6184,584,10 Mile +13350,Kim D.,F,47,"Ashburn, MI",5848,6742,584,10 Mile +8814,Maya B.,F,27,"Wash Dc, DC",5849,6342,584,10 Mile +11596,Stephanie T.,F,43,"Kernersville, NC",5850,6790,585,10 Mile +15950,Molly W.,F,22,"Washington, DC",5850,6931,585,10 Mile +8907,Hope E.,F,25,"West Chester, PA",5850,6644,585,10 Mile +8901,Jessy M.,F,29,"Aldie, VA",5851,6317,585,10 Mile +22677,Mary E.,F,58,"Vienna, VA",5851,6772,585,10 Mile +12776,Mei X.,F,40,"Mclean, VA",5851,6715,585,10 Mile +12866,Samantha B.,F,28,"Washington, DC",5851,6720,585,10 Mile +11533,Ghada F.,F,35,"Bethesda, MD",5851,6434,585,10 Mile +20828,Allison A.,F,30,"New York, NY",5852,6484,585,10 Mile +11041,Cara L.,F,40,"Fulton, MD",5852,6681,585,10 Mile +13046,Ute R.,F,37,"Rockville, MD",5853,6321,585,10 Mile +8312,Melissa B.,F,32,"Dayton, OH",5853,6605,585,10 Mile +8836,Kris F.,F,47,"Arlington, VA",5853,6448,585,10 Mile +11643,Suzanne M.,F,38,"Silver Spring, MD",5853,6449,585,10 Mile +11483,Sang K.,F,54,"Paramus, NJ",5853,6830,585,10 Mile +8888,Meghan M.,F,29,"Arlington, VA",5853,6639,585,10 Mile +9883,Mc R.,F,34,"Washington, DC",5853,6449,585,10 Mile +13230,Hilary D.,F,30,"Green Bay, WI",5854,6929,585,10 Mile +13370,Maggie D.,F,29,"Arlington, VA",5854,6047,585,10 Mile +11967,Robyn C.,F,26,"Boston, MA",5854,6627,585,10 Mile +8668,Katherine K.,F,32,"Chevy Chase, MD",5854,6424,585,10 Mile +9888,Saori K.,F,35,"Springfield, VA",5854,6621,585,10 Mile +20006,Laura B.,F,32,"Washington, DC",5854,6424,585,10 Mile +7684,Melinda B.,F,45,"Nashville, TN",5855,6417,585,10 Mile +8273,Sarah M.,F,29,"Arlington, VA",5855,6148,585,10 Mile +14553,Larissa S.,F,26,"Arlington, VA",5855,6724,585,10 Mile +15566,Bre D.,F,29,"Pittsburgh, PA",5855,6724,585,10 Mile +10922,Jill M.,F,30,"Boston, MA",5855,6627,585,10 Mile +10708,Sarah P.,F,30,"Washington, DC",5856,6757,585,10 Mile +13409,Jenny C.,F,22,"Olney, MD",5856,6832,585,10 Mile +7687,Sara M.,F,45,"Washington, DC",5856,6418,585,10 Mile +13809,Jacquelyn D.,F,26,"Washington, DC",5856,6813,585,10 Mile +8177,Victoria C.,F,24,"Washington, DC",5856,6437,585,10 Mile +14890,Dayna K.,F,35,"Leominster, MA",5856,6736,585,10 Mile +11828,Elizabeth S.,F,38,"Richmond, VA",5857,6627,585,10 Mile +21510,Cecile M.,F,36,"Washington, DC",5858,7128,585,10 Mile +8450,Marjorie C.,F,39,"Washington, DC",5858,6430,585,10 Mile +11735,Suzanne L.,F,30,"Washington, DC",5858,6805,585,10 Mile +11355,Christina C.,F,26,"Washington, DC",5859,6757,585,10 Mile +12374,Aga S.,F,47,"Bowie, MD",5859,6688,585,10 Mile +13351,Sarah S.,F,24,"Arlington, VA",5859,7071,585,10 Mile +3503,Jennifer G.,F,27,"Devon, PA",5859,6782,585,10 Mile +10256,Shilpa R.,F,32,"Washington, DC",5859,6459,585,10 Mile +6542,Jill M.,F,25,"Silver Spring, MD",5860,6644,586,10 Mile +18468,Katherine J.,F,57,"York, PA",5860,7371,586,10 Mile +23175,Allison M.,F,36,"Lexington, KY",5860,6674,586,10 Mile +20225,Nicole C.,F,25,"Arlington, VA",5861,6353,586,10 Mile +15384,Dahlia K.,F,21,"Walkersville, MD",5861,6399,586,10 Mile +10842,Sara B.,F,35,"Arlington, VA",5861,6741,586,10 Mile +8738,Mary L.,F,28,"Washington, DC",5861,6305,586,10 Mile +14302,Julie T.,F,43,"Rockville, MD",5861,6320,586,10 Mile +6356,Kelly L.,F,26,"Coraopolis, PA",5861,6640,586,10 Mile +10478,Kelly N.,F,28,"Washington, DC",5862,6603,586,10 Mile +13305,Eleanor H.,F,23,"Washington, DC",5862,6615,586,10 Mile +20393,Rachel M.,F,27,"Washington, DC",5862,6915,586,10 Mile +6530,Megan G.,F,33,"Arnold, MD",5862,6387,586,10 Mile +11067,Anne B.,F,36,Switzerland,5862,6668,586,10 Mile +12807,Stephanie R.,F,25,"Arlington, VA",5863,6787,586,10 Mile +16196,Kimberly S.,F,38,"Oak Hill, VA",5863,6931,586,10 Mile +6744,Meredith W.,F,44,"Washington, DC",5863,6334,586,10 Mile +13476,Jill R.,F,26,"Washington, DC",5863,6316,586,10 Mile +13670,Kelley S.,F,26,"Washington, DC",5863,6611,586,10 Mile +8463,Mary E.,F,50,"Fort Washington, MD",5863,6350,586,10 Mile +21968,Allison S.,F,31,"Washington, DC",5863,6344,586,10 Mile +1930,Elyse B.,F,32,"Arlington, VA",5863,6102,586,10 Mile +897,Daria V.,F,50,"Middlefield, CT",5863,5901,586,10 Mile +7875,Margaret V.,F,24,"Washington, DC",5863,6945,586,10 Mile +8630,Sara L.,F,26,"Falls Church, VA",5864,6644,586,10 Mile +11617,Gabrielle W.,F,30,"Philadelphia, PA",5864,6344,586,10 Mile +11693,Lee M.,F,69,"West Palm Beach, FL",5864,5899,586,10 Mile +11498,Jeanette K.,F,64,"Hollywood, MD",5865,6606,586,10 Mile +11352,Christie D.,F,43,"Rehoboth Beach, DE",5865,6643,586,10 Mile +15775,Julie A.,F,31,"Raleigh, NC",5865,6929,586,10 Mile +22013,Catie S.,F,31,"Washington, DC",5865,6211,586,10 Mile +14743,Amy D.,F,36,"Arlington, VA",5865,6920,586,10 Mile +11748,Bethann W.,F,32,"Haymarket, VA",5865,7387,586,10 Mile +7793,Jeni P.,F,37,"Granger, IN",5865,6415,586,10 Mile +12737,Erin M.,F,36,"Aldie, VA",5866,6738,586,10 Mile +12582,Alexandra F.,F,29,"Arlington, VA",5866,6724,586,10 Mile +9765,Allison M.,F,38,"Pittsburgh, PA",5866,6469,586,10 Mile +11284,Paige W.,F,25,"Germantown, MD",5866,6694,586,10 Mile +23103,Katherine L.,F,29,"Washington, DC",5867,7303,586,10 Mile +13362,Aline B.,F,25,"Dallas, TX",5867,6715,586,10 Mile +9723,Heather D.,F,31,"Waldwick, NJ",5867,6812,586,10 Mile +17695,Oksana G.,F,39,"Springfield, VA",5867,6975,586,10 Mile +18598,Jeannie S.,F,45,"Annapolis, MD",5867,6383,586,10 Mile +16726,Sutton L.,F,32,"Decatur, GA",5867,6781,586,10 Mile +14881,Christine F.,F,28,"Arlington, VA",5867,6791,586,10 Mile +6681,Katherine C.,F,31,"Washington, DC",5868,6781,586,10 Mile +12205,Gerri L.,F,60,"Bethesda, MD",5868,6754,586,10 Mile +10750,Sandra S.,F,38,"Washington, DC",5869,6747,586,10 Mile +22747,Debra H.,F,45,"Canandaigua, NY",5869,6478,586,10 Mile +16802,Wendy R.,F,42,"Cabin John, MD",5869,6998,586,10 Mile +22436,Deanna J.,F,45,"Martinsburg, WV",5869,6478,586,10 Mile +16364,Marianne C.,F,46,"Ashburn, VA",5869,6369,586,10 Mile +13383,Diona M.,F,30,"Columbia, MD",5869,6604,586,10 Mile +9312,Kathryn S.,F,27,"Chicago, IL",5870,6626,587,10 Mile +20970,Vicky S.,F,35,"Colorado Springs, CO",5870,6944,587,10 Mile +10732,Eileen I.,F,33,"Torrance, CA",5870,6756,587,10 Mile +11837,Laura G.,F,33,"Silver Spring, MD",5870,6754,587,10 Mile +5883,Kaitlin S.,F,35,"Washington, DC",5870,6182,587,10 Mile +7977,Kate R.,F,34,"Delaware, OH",5870,6944,587,10 Mile +11342,Anne K.,F,40,"Millburn, NJ",5871,6621,587,10 Mile +21498,Danielle S.,F,29,"New York, NY",5871,7384,587,10 Mile +12972,Melissa C.,F,40,"Washington, DC",5871,6630,587,10 Mile +4021,Helen L.,F,36,"Arlington, VA",5872,6699,587,10 Mile +13752,Rebecca F.,F,36,"Hoboken, NJ",5872,6621,587,10 Mile +6869,Emily C.,F,30,"Baltimore, MD",5872,6324,587,10 Mile +22684,Jessica K.,F,34,"Center Valley, PA",5872,6644,587,10 Mile +7122,Aneli V.,F,18,"Palmetto, FL",5872,6389,587,10 Mile +8485,Kerry-Anne C.,F,26,"Arlington, VA",5872,6937,587,10 Mile +9400,Caroline C.,F,49,"Alexandria, VA",5872,6385,587,10 Mile +16077,Denise V.,F,25,"Arlington, VA",5872,6993,587,10 Mile +13729,Emma M.,F,29,"Silver Spring, MD",5873,6834,587,10 Mile +12584,Meghan F.,F,27,"Fairfax, VA",5874,6456,587,10 Mile +22655,Anne T.,F,37,"Richmond, VA",5874,6625,587,10 Mile +12228,Pattie L.,F,59,"Ellicott City, MD",5874,6790,587,10 Mile +15464,Leslie B.,F,29,"Arlington, VA",5875,7345,587,10 Mile +8977,Casey B.,F,54,"Exeter, NH",5875,6125,587,10 Mile +2862,Sandra C.,F,47,"New Market, MD",5875,6697,587,10 Mile +12325,Rebecca W.,F,32,"Washington, DC",5875,6610,587,10 Mile +9677,Nykeshia R.,F,30,"Laurel, MD",5875,6483,587,10 Mile +16983,Sarah W.,F,53,"Alexandria, VA",5875,6992,587,10 Mile +14228,Fran A.,F,29,"Washington, DC",5875,7000,587,10 Mile +7941,Beth R.,F,34,"Rockville, MD",5875,6486,587,10 Mile +10118,Mimi M.,F,49,"Roslyn Harbor, NY",5876,6312,587,10 Mile +14482,Lila F.,F,41,"Burke, VA",5876,7323,587,10 Mile +7694,Ivory H.,F,37,"Atlanta, GA",5876,6334,587,10 Mile +11595,Jessica H.,F,39,"Hollywood, MD",5877,6483,587,10 Mile +11571,Janet W.,F,60,"Washington, OK",5877,6678,587,10 Mile +6526,Lauren D.,F,33,"Washington, DC",5877,6719,587,10 Mile +16223,Katie H.,F,43,"Elkridge, MD",5877,6978,587,10 Mile +10837,Molly R.,F,25,"Washington, DC",5877,6673,587,10 Mile +12207,Kristen O.,F,57,"Vienna, VA",5877,6617,587,10 Mile +16805,Chelsea P.,F,24,"Washington, DC",5878,7005,587,10 Mile +10432,Maura K.,F,25,"Washington, DC",5878,7005,587,10 Mile +20738,Sarah B.,F,23,"Woodbridge, VA",5878,7404,587,10 Mile +10745,Marie B.,F,58,"Annapolis, MD",5878,6677,587,10 Mile +12615,Allison D.,F,25,"Washington, DC",5878,6870,587,10 Mile +522,Anna S.,F,33,"Rockville, MD",5878,6233,587,10 Mile +21029,Lindy F.,F,23,"New York, NY",5879,6835,587,10 Mile +12446,Jillian S.,F,26,"Washington, DC",5879,6764,587,10 Mile +9379,Kara T.,F,30,"Washington, DC",5879,6426,587,10 Mile +8092,Avery B.,F,28,"Virginia Beach, VA",5879,6972,587,10 Mile +12343,Muriel H.,F,64,"Bow, NH",5879,6181,587,10 Mile +4648,Jenna A.,F,35,"Essex, MD",5879,6752,587,10 Mile +10427,Anita G.,F,52,"Woodbridge, VA",5879,7002,587,10 Mile +11406,Lisa W.,F,24,"Springfield, VA",5879,6741,587,10 Mile +10581,Kelly C.,F,26,"Washington, DC",5880,6720,588,10 Mile +2831,Sarah V.,F,29,"New York, NY",5880,6237,588,10 Mile +13630,Katelynn M.,F,27,"Arlington, VA",5880,6818,588,10 Mile +11671,Sydney S.,F,26,"Washington, DC",5880,6836,588,10 Mile +3742,Samantha F.,F,25,"Bethesda, MD",5880,6835,588,10 Mile +21239,Heather M.,F,40,"Hoover, AL",5880,7328,588,10 Mile +11424,Susan F.,F,41,"Fairfax Station, VA",5880,7366,588,10 Mile +13653,Kelly C.,F,28,"Washington Dc, DC",5881,6626,588,10 Mile +14330,Elizabeth L.,F,23,"Washington Dc, DC",5881,6977,588,10 Mile +18020,Augustine D.,F,30,"Burke, VA",5881,7367,588,10 Mile +8352,Amee P.,F,31,"Washington, DC",5882,6493,588,10 Mile +13578,Trucmai L.,F,28,"Silver Spring, MD",5882,6824,588,10 Mile +7865,Tara C.,F,49,"Arlington, VA",5883,6391,588,10 Mile +20831,Alyssa G.,F,23,"Arlington, VA",5883,6708,588,10 Mile +11910,Tara S.,F,48,"Sykesville, MD",5883,6808,588,10 Mile +10995,Karina C.,F,24,"Arlington, VA",5883,6336,588,10 Mile +22639,Evelyn M.,F,52,"Fulton, MD",5883,6808,588,10 Mile +10694,Regan H.,F,37,"Alexandria, VA",5883,6764,588,10 Mile +9988,Jill D.,F,44,"Washington, DC",5883,6451,588,10 Mile +8602,Lauren S.,F,38,"Derry, NH",5884,6650,588,10 Mile +10003,Rhina C.,F,35,"Washington, DC",5884,6463,588,10 Mile +12162,Anna D.,F,54,"Princeton Junction, NJ",5884,6467,588,10 Mile +12681,Saartje V.,F,35,"Bethesda, MD",5884,6718,588,10 Mile +13592,Courtney W.,F,28,"Washington, DC",5885,6649,588,10 Mile +13896,Rachel A.,F,26,"Tysons, VA",5885,6771,588,10 Mile +10309,Kate D.,F,37,"Rockville, MD",5886,6384,588,10 Mile +8641,Lisa A.,F,45,"Leesburg, VA",5886,6474,588,10 Mile +14139,Ellen E.,F,33,"Washington, DC",5886,7000,588,10 Mile +15066,Elizabeth M.,F,22,"Washington, DC",5886,6812,588,10 Mile +14401,Katherine C.,F,42,"Kensington, MD",5886,6944,588,10 Mile +10611,Helen B.,F,52,"Toronto, ON",5886,6620,588,10 Mile +16853,Carolyn M.,F,55,"Arlington, VA",5886,6973,588,10 Mile +5897,Christa L.,F,24,"Rockville, MD",5887,6715,588,10 Mile +12165,Melissa M.,F,38,"Brooklyn, NY",5887,6629,588,10 Mile +10616,Elizabeth M.,F,41,"Bristow, VA",5887,6870,588,10 Mile +22664,Sarah A.,F,28,"Centreville, VA",5887,6958,588,10 Mile +8210,Emily S.,F,23,"Phoenxiville, PA",5887,6835,588,10 Mile +19475,Rachel H.,F,22,"Washington, DC",5887,6812,588,10 Mile +6288,Edie A.,F,51,"Mclean, VA",5887,6973,588,10 Mile +11439,Anne P.,F,42,"Leesburg, VA",5887,6475,588,10 Mile +17771,Melissa L.,F,29,"Ellicott City, MD",5887,6812,588,10 Mile +3540,Annie C.,F,24,"Oak Hill, VA",5887,6081,588,10 Mile +13129,Maram A.,F,32,"Arlington, VA",5888,6792,588,10 Mile +12775,Lauren H.,F,39,"Silver Spring, MD",5889,6819,588,10 Mile +8262,Lina N.,F,38,"Washington, DC",5889,6797,588,10 Mile +9138,Lisa M.,F,51,"Stephens City, VA",5889,6499,588,10 Mile +11925,Charli D.,F,31,"Washington, DC",5889,6624,588,10 Mile +11144,Irene C.,F,38,"Suffolk, VA",5889,6781,588,10 Mile +3855,Michelle H.,F,29,"Washington, DC",5889,6639,588,10 Mile +13112,Farida I.,F,36,"Washington, DC",5890,7082,589,10 Mile +21228,Mariam T.,F,30,"Arlington, VA",5890,6853,589,10 Mile +12182,Stephanie K.,F,45,"Malden, MA",5890,6999,589,10 Mile +9362,Cassie W.,F,29,"Red Lion, PA",5890,6107,589,10 Mile +10423,Amy C.,F,45,"Monrovia, MD",5890,6200,589,10 Mile +10513,Elizabeth O.,F,22,"Kensington, MD",5891,6624,589,10 Mile +12100,Smita S.,F,23,"Fairfax, VA",5891,7075,589,10 Mile +11504,Katelyn L.,F,25,"Washington, DC",5891,6650,589,10 Mile +15163,Nicole J.,F,28,"Arlington, VA",5891,6401,589,10 Mile +6226,Kathy B.,F,57,"Voorhees, NJ",5892,6408,589,10 Mile +11903,Lena Z.,F,38,"Washington, DC",5892,6887,589,10 Mile +9902,Carmen M.,F,59,"Orlando, FL",5893,6182,589,10 Mile +12462,Lauren L.,F,32,"Leesburg, VA",5893,6745,589,10 Mile +20688,Kelly D.,F,29,"Washington, DC",5893,6654,589,10 Mile +11010,Elizabeth S.,F,35,"Washington, DC",5893,6721,589,10 Mile +9030,Sarah A.,F,28,"Flushing, MI",5894,7351,589,10 Mile +7599,Linda H.,F,50,"Tampa, FL",5894,6815,589,10 Mile +6119,Elizabeth W.,F,22,"Washington, DC",5894,6443,589,10 Mile +15673,Andrea S.,F,35,"Rockville, MD",5895,7008,589,10 Mile +8001,Amy G.,F,42,"Columbia, MD",5895,6790,589,10 Mile +13256,Teresa B.,F,40,"Washington, DC",5895,6417,589,10 Mile +14669,Darlene R.,F,52,"New York, NY",5896,6981,589,10 Mile +13979,Heather C.,F,37,"Stafford, VA",5896,6839,589,10 Mile +14227,Beth D.,F,58,"Washington, DC",5897,7022,589,10 Mile +20807,Alison S.,F,33,"Washington Dc, DC",5898,7221,589,10 Mile +13899,Lynne F.,F,55,"Bethesda, MD",5898,6387,589,10 Mile +10788,Nguyet N.,F,32,"Denver, CO",5898,6750,589,10 Mile +10218,Leigh L.,F,41,"Arlington, VA",5898,7414,589,10 Mile +3370,Anita P.,F,41,"Washington, DC",5898,6798,589,10 Mile +13337,Jacqueline K.,F,28,"Falls Church, VA",5898,6637,589,10 Mile +14000,Jill T.,F,46,"Raleigh, NC",5898,6855,589,10 Mile +14780,Wendy C.,F,44,"Washington, DC",5899,6942,589,10 Mile +6329,Colleen W.,F,39,"Washington, DC",5899,6486,589,10 Mile +19885,Caitlin C.,F,29,"Arlington, VA",5899,7351,589,10 Mile +11800,Amy L.,F,24,"Washington, DC",5899,6883,589,10 Mile +11306,Charlotte N.,F,44,"Mclean, VA",5899,6110,589,10 Mile +13991,Allison P.,F,23,"Washington, DC",5899,6883,589,10 Mile +22568,Kathryn H.,F,48,"Washington, DC",5900,6488,590,10 Mile +14588,Tina P.,F,46,"Aldie, VA",5900,6980,590,10 Mile +22030,Michaela Y.,F,24,"Washington, DC",5900,6675,590,10 Mile +9755,Yanilka F.,F,37,"Annandale, VA",5900,6799,590,10 Mile +10615,Elise N.,F,29,"Washington, DC",5900,6962,590,10 Mile +13980,Erin F.,F,34,"Tysons, VA",5900,6842,590,10 Mile +12639,Rachel E.,F,22,"Arlington, VA",5901,6650,590,10 Mile +10227,Shoko K.,F,52,"New York, NY",5901,6827,590,10 Mile +4851,Adriana G.,F,38,"Chevy Chase, MD",5901,6451,590,10 Mile +9889,Jen W.,F,29,"Washington, DC",5902,6414,590,10 Mile +18905,Silvia S.,F,35,"Bethesda, MD",5902,7310,590,10 Mile +22967,Audra B.,F,34,"Vienna, VA",5903,7307,590,10 Mile +12750,Brianna S.,F,42,"Mclean, VA",5903,6673,590,10 Mile +22746,Misty P.,F,40,"Arlington, VA",5904,6504,590,10 Mile +4274,Bethany P.,F,23,"Moore, OK",5904,7003,590,10 Mile +14835,Rebecca B.,F,23,"Washington, DC",5905,6966,590,10 Mile +10352,Katrin O.,F,40,"Ashburn, VA",5905,7050,590,10 Mile +11459,Tamika K.,F,40,"Leesburg, VA",5905,6879,590,10 Mile +15732,Cate F.,F,35,"Arlington, VA",5905,6876,590,10 Mile +15007,Regan G.,F,33,"Washington, DC",5905,7058,590,10 Mile +14927,Farrin M.,F,24,"Arlington, VA",5905,6966,590,10 Mile +12226,Leah E.,F,31,"Washington, DC",5906,6746,590,10 Mile +7121,Bonnie M.,F,50,"Alexandria, VA",5906,6648,590,10 Mile +12573,Eva L.,F,37,"Washington, DC",5907,6781,590,10 Mile +7588,Christen S.,F,34,"Takoma Park, MD",5907,6675,590,10 Mile +15236,Caroline A.,F,23,"Arlington, VA",5908,7045,590,10 Mile +9524,Dollie P.,F,49,"District Heights, MD",5908,6729,590,10 Mile +5332,Leah D.,F,23,"Arlington, VA",5908,7045,590,10 Mile +14468,Elizabeth V.,F,21,"Pittsburgh, PA",5909,7015,590,10 Mile +13101,Denise M.,F,40,"California, MD",5909,6774,590,10 Mile +14672,Christina H.,F,30,"Chevy Chase, MD",5909,7027,590,10 Mile +20038,Shawna B.,F,27,"Washington, DC",5909,7133,590,10 Mile +11827,Jen H.,F,33,"Alexandria, VA",5909,6736,590,10 Mile +12590,Mikenna R.,F,17,"Brunswick, MD",5909,6711,590,10 Mile +10551,Michele C.,F,39,"Tampa, FL",5910,6831,591,10 Mile +13171,Ellen G.,F,56,"Pittsburgh, PA",5910,6776,591,10 Mile +10537,Erica G.,F,34,"Falls Church, VA",5910,6876,591,10 Mile +10840,Alexandra J.,F,30,"Washington, DC",5910,6796,591,10 Mile +14297,Megan H.,F,29,"Alexandria, VA",5911,6962,591,10 Mile +21637,Ali S.,F,22,"Washington, DC",5911,7333,591,10 Mile +9120,Larin R.,F,32,"Washington, DC",5911,6852,591,10 Mile +10772,Beth G.,F,43,"Hanover, MD",5912,6735,591,10 Mile +11630,Susan P.,F,43,"Washington, DC",5912,7121,591,10 Mile +18048,Angela S.,F,25,"Arlington, VA",5912,6794,591,10 Mile +11043,Megan M.,F,30,"Nashville, TN",5913,6899,591,10 Mile +14419,Lisa C.,F,40,"Greensboro, NC",5913,6416,591,10 Mile +5936,Aimee W.,F,35,"Hellertown, PA",5913,6133,591,10 Mile +22553,Lisa D.,F,53,"Haddon Heights, NJ",5913,6682,591,10 Mile +10974,Joanna L.,F,26,"Alexandria, VA",5913,6396,591,10 Mile +6179,Rachel E.,F,23,"College Park, MD",5914,6438,591,10 Mile +8065,Jessica S.,F,41,"Alexandria, VA",5914,6360,591,10 Mile +22011,Jacqueline L.,F,22,"Washington D.c., DC",5914,6783,591,10 Mile +14172,Leanne D.,F,34,"Pittsburgh, PA",5915,7000,591,10 Mile +4384,Mary J.,F,40,"Chevy Chase, MD",5916,6706,591,10 Mile +10338,Madeline L.,F,20,"Washington, DC",5916,6975,591,10 Mile +14262,Kara B.,F,24,"Laurel, MD",5916,6653,591,10 Mile +11286,Jennifer N.,F,45,"Laytonsville, MD",5917,6821,591,10 Mile +7360,Dana T.,F,45,"Port Deposit, MD",5917,6406,591,10 Mile +14801,Kristine F.,F,33,"Washington, DC",5917,6667,591,10 Mile +16216,Sophie O.,F,35,"Montreal, QC",5917,6439,591,10 Mile +1648,Manal D.,F,28,"Arlington, VA",5918,6492,591,10 Mile +9081,Mariclare M.,F,27,"Manassas, VA",5918,6477,591,10 Mile +14094,Kelly R.,F,27,"Washington, DC",5918,6820,591,10 Mile +11955,Kayla F.,F,27,"Alexandria, VA",5919,6843,591,10 Mile +18078,Melissa K.,F,25,"Washington, DC",5919,7056,591,10 Mile +13816,Jasmin C.,F,33,"Brooklyn, NY",5919,6663,591,10 Mile +10948,Anita K.,F,46,"Mclean, VA",5920,6719,592,10 Mile +7367,Amanda R.,F,29,"Arlington, VA",5920,6402,592,10 Mile +8021,Meredith H.,F,36,"Richmond, VA",5920,7041,592,10 Mile +7785,Betsy W.,F,41,"Chevy Chase, MD",5920,6436,592,10 Mile +18106,Trish M.,F,52,"Olney, MD",5920,6473,592,10 Mile +10265,Anastasia J.,F,21,"Pittsburgh, PA",5921,6681,592,10 Mile +12458,Ann-Marie E.,F,26,"Coopersburg, PA",5921,6784,592,10 Mile +18713,Alison N.,F,25,"Falls Church, VA",5921,7344,592,10 Mile +15345,Jillian E.,F,31,"Springfield, VA",5921,7023,592,10 Mile +10906,Kelly T.,F,39,"Baltimore, MD",5922,6831,592,10 Mile +14286,Deana V.,F,30,"Arlington, VA",5922,7093,592,10 Mile +10053,Julie W.,F,28,"Washington, DC",5924,6431,592,10 Mile +13725,Tiernan S.,F,43,"Washington, DC",5924,6442,592,10 Mile +5377,Jocelyn H.,F,39,"Sykesville, MD",5924,6189,592,10 Mile +9449,Cynthia N.,F,54,"Ardmore, PA",5924,6380,592,10 Mile +13764,Morgan C.,F,25,"Manassas, VA",5924,6735,592,10 Mile +10232,Emily T.,F,29,"Washington, DC",5925,6837,592,10 Mile +14115,Jacqueline E.,F,29,"Washington, DC",5925,7033,592,10 Mile +23097,Lauren I.,F,32,"Annapolis, MD",5925,6916,592,10 Mile +5977,Kristan C.,F,32,"Washington, DC",5925,6750,592,10 Mile +13715,Caroline C.,F,42,"Chevy Chase, MD",5925,6442,592,10 Mile +10046,Lauren F.,F,30,"Washington, DC",5925,6512,592,10 Mile +8678,Leeanne B.,F,54,"Batesville, IN",5925,6387,592,10 Mile +6232,Delaney K.,F,24,"Washington, DC",5925,7005,592,10 Mile +11658,Kelsey S.,F,33,"Washington, DC",5926,6786,592,10 Mile +14130,Sarah L.,F,30,"Washington, DC",5926,7375,592,10 Mile +12184,Janet M.,F,69,"Reston, VA",5927,6797,592,10 Mile +14455,Bianca L.,F,25,"Arlington, VA",5927,7182,592,10 Mile +22567,Julie H.,F,38,"Medway, MA",5927,6733,592,10 Mile +13838,Tracey G.,F,50,"Takoma Park, MD",5928,6769,592,10 Mile +11013,Pam Y.,F,29,"Washington, DC",5928,6706,592,10 Mile +10715,Nicole M.,F,45,"Alexandria, VA",5928,6795,592,10 Mile +11858,Dina E.,F,38,"Washington, DC",5928,6289,592,10 Mile +13478,Kate D.,F,24,"Washington, DC",5928,6660,592,10 Mile +7615,Christy B.,F,33,"Chattanooga, TN",5929,7012,592,10 Mile +8636,Stephanie S.,F,40,"Rockville, MD",5929,6689,592,10 Mile +22178,Jenny B.,F,27,"Washington, DC",5929,7040,592,10 Mile +22271,Kirsten E.,F,26,"Fairfax, VA",5929,6545,592,10 Mile +5652,Katie G.,F,29,"Washington, DC",5929,6869,592,10 Mile +12629,Elizabeth W.,F,26,"Arlington, VA",5929,6271,592,10 Mile +10986,Rebecca W.,F,37,"New York, NY",5929,7154,592,10 Mile +7387,Laura W.,F,29,"Springfield, VA",5929,6884,592,10 Mile +10036,Kathleen H.,F,35,"Williamsport, PA",5929,6559,592,10 Mile +17361,Heather F.,F,36,"Washington, DC",5930,7135,593,10 Mile +8120,Joanna S.,F,33,"Washington, DC",5930,7047,593,10 Mile +22275,Erin E.,F,27,"Damascus, MD",5930,6546,593,10 Mile +21927,Molly B.,F,24,"Washington, DC",5930,7040,593,10 Mile +14329,Brenda S.,F,29,"Falling Wtrs, WV",5931,7447,593,10 Mile +10606,Amy W.,F,52,"Chevy Chase, MD",5931,6772,593,10 Mile +10426,Alyssa M.,F,46,"Ellicott City, MD",5931,6744,593,10 Mile +12699,Andrea M.,F,33,"Chicago, IL",5932,6757,593,10 Mile +11347,Robin S.,F,44,"Rockville, MD",5932,6814,593,10 Mile +12499,Barbara B.,F,48,"Oakton, VA",5932,6744,593,10 Mile +13650,Jill D.,F,42,"Silver Spring, MD",5933,6864,593,10 Mile +20457,Emily R.,F,34,"Alexandria, VA",5933,6977,593,10 Mile +12504,Janet G.,F,48,"Oakton, VA",5933,6744,593,10 Mile +13017,Felicia H.,F,24,"Attleboro, MA",5933,6849,593,10 Mile +13593,Anna P.,F,33,"Vienna, VA",5933,7459,593,10 Mile +8821,Caroline K.,F,42,"Washington, DC",5933,6366,593,10 Mile +12408,Kendall H.,F,24,"Washington, DC",5933,6916,593,10 Mile +6278,Samantha R.,F,29,"Brooklyn, NY",5934,6433,593,10 Mile +10504,Anna Z.,F,31,"Hoboken, NJ",5934,6709,593,10 Mile +20580,Amy S.,F,41,"Silver Spring, MD",5935,7402,593,10 Mile +14272,Megan C.,F,23,"Washington, DC",5935,6927,593,10 Mile +4694,Julia B.,F,23,"Washington, DC",5935,6927,593,10 Mile +14983,Caitlin R.,F,30,"Greenbelt, MD",5935,6832,593,10 Mile +13790,Erin R.,F,32,"Washington, DC",5935,7464,593,10 Mile +12194,Kandy H.,F,64,"Savannah, GA",5935,6834,593,10 Mile +12672,Sara L.,F,31,"Silver Spring, MD",5935,7403,593,10 Mile +14085,Stephanie P.,F,38,"Fairfax Station, VA",5936,6777,593,10 Mile +9450,Maria H.,F,22,"Arlington, VA",5936,6522,593,10 Mile +4639,Fanny S.,F,38,"Arlington, VA",5936,6172,593,10 Mile +4895,Lisa P.,F,39,"Alexandria, VA",5937,6177,593,10 Mile +21538,Jennifer P.,F,33,"Centreville, VA",5937,7397,593,10 Mile +14402,Laura B.,F,36,"Gambrills, MD",5937,7001,593,10 Mile +14707,Denise K.,F,37,"Silver Spring, MD",5937,7001,593,10 Mile +19868,Lauren T.,F,21,"Washington, DC",5938,6878,593,10 Mile +12999,Sharanya S.,F,21,"Washington, CA",5938,6878,593,10 Mile +19922,Karen H.,F,39,"Reston, VA",5938,7430,593,10 Mile +13192,Susan H.,F,58,"Rochester, NY",5938,7103,593,10 Mile +14693,Mckinley C.,F,14,"Washington, DC",5938,7070,593,10 Mile +12250,Madison J.,F,26,"Lakewood, WA",5938,6841,593,10 Mile +19566,Zofia P.,F,24,"Rockville, MD",5938,7364,593,10 Mile +17535,Ashley S.,F,27,"Arlington, VA",5938,5979,593,10 Mile +3791,Melanie F.,F,16,"Purcellville, VA",5939,7044,593,10 Mile +7990,Tara F.,F,35,"Charlottesville, VA",5939,6530,593,10 Mile +7576,Tara L.,F,35,"Virginia Beach, VA",5939,6471,593,10 Mile +7587,Rachel C.,F,35,"Virginia Beach, VA",5939,6471,593,10 Mile +19938,Alana V.,F,24,"Alexandria, VA",5939,7430,593,10 Mile +9215,Lydia B.,F,35,"Tinton Falls, NJ",5939,6528,593,10 Mile +23134,Erin V.,F,22,"Alexandria, VA",5940,7430,594,10 Mile +14371,Angie N.,F,45,"Takoma Park, MD",5940,6896,594,10 Mile +12400,Dana R.,F,43,"Ellicott City, MD",5941,6856,594,10 Mile +20782,Julia R.,F,37,"Arlington, VA",5941,7220,594,10 Mile +14042,Susanna L.,F,46,"Washington, DC",5941,6797,594,10 Mile +19148,Nikki S.,F,39,"Washington, DC",5942,7354,594,10 Mile +14438,Patricia M.,F,37,"New York, NY",5943,6981,594,10 Mile +14411,Xin Z.,F,28,"Reston, VA",5943,7027,594,10 Mile +10701,Abigail R.,F,34,"Arlington, VA",5943,6854,594,10 Mile +15965,Karen R.,F,39,"Reston, VA",5943,7374,594,10 Mile +14434,Laurel G.,F,38,"Eastchester, NY",5944,7217,594,10 Mile +11850,Amy J.,F,39,"Burke, VA",5945,6827,594,10 Mile +21694,Audry N.,F,31,"Plymouth, MI",5945,7394,594,10 Mile +21211,Johana D.,F,32,"Miami, FL",5946,6505,594,10 Mile +21210,Deysi D.,F,30,"Washington, DC",5946,6505,594,10 Mile +3155,Vanessa R.,F,24,"Washington, DC",5946,6279,594,10 Mile +17937,Ashley B.,F,29,"Laurel, MD",5946,7101,594,10 Mile +15704,Samantha L.,F,29,"Washington, DC",5946,7064,594,10 Mile +11916,Marla H.,F,42,"Baltimore, MD",5947,6904,594,10 Mile +6427,Tess S.,F,26,"Washington, DC",5947,6545,594,10 Mile +12351,Lauren F.,F,30,"Falls Church, VA",5947,6784,594,10 Mile +15467,Lynn S.,F,28,"Washington, DC",5947,7002,594,10 Mile +13634,Tamerill F.,F,46,"Hanover, MD",5947,6510,594,10 Mile +13596,Shani B.,F,42,"New York, NY",5947,6817,594,10 Mile +12928,Teresa G.,F,28,"Arlington, VA",5948,6500,594,10 Mile +6109,Amber M.,F,41,"Rockville, MD",5948,6568,594,10 Mile +11194,Tory C.,F,39,"Washington, DC",5948,6900,594,10 Mile +19990,Jeannie M.,F,61,"Elkins Park, PA",5948,6469,594,10 Mile +16550,Shira B.,F,24,"Washington, DC",5948,7066,594,10 Mile +8685,Tatiana B.,F,39,"Washington, DC",5948,6568,594,10 Mile +13544,Sarah L.,F,26,"Alexandria, VA",5948,6782,594,10 Mile +21316,Allison H.,F,32,"Washington, DC",5949,7171,594,10 Mile +14748,Megan H.,F,33,"Washington, DC",5949,6993,594,10 Mile +5842,Mary S.,F,32,"Chicago, IL",5949,6478,594,10 Mile +15323,Margaret C.,F,57,"Centreville, VA",5950,6711,595,10 Mile +10543,Melissa C.,F,48,"Oxon Hill, MD",5950,6704,595,10 Mile +14304,Michelle K.,F,44,"New York, NY",5950,6992,595,10 Mile +9818,Brooke W.,F,26,"Washington, DC",5950,6546,595,10 Mile +17651,Kavita D.,F,46,"Lansdowne, VA",5950,7003,595,10 Mile +8633,Juliana R.,F,25,"Washington, DC",5950,7135,595,10 Mile +11167,Ariel C.,F,24,"Arlington, VA",5950,6313,595,10 Mile +15752,Caitlin D.,F,27,"Baltimore, MD",5950,7058,595,10 Mile +12293,Sydney L.,F,29,"Washington, DC",5951,6715,595,10 Mile +20460,Ibolya T.,F,34,"New York, NY",5951,7471,595,10 Mile +12965,Allison L.,F,25,"Fairfax, VA",5951,6738,595,10 Mile +12542,Hallie G.,F,39,"Stafford, VA",5951,6571,595,10 Mile +11526,Dana L.,F,52,"Bowie, MD",5951,6881,595,10 Mile +9684,Colleen D.,F,25,"Philadelphia, PA",5951,6546,595,10 Mile +22889,Susan K.,F,72,"Mclean, VA",5952,7256,595,10 Mile +16706,Emily Y.,F,39,"New York, NY",5952,7018,595,10 Mile +14184,Julie B.,F,26,"Arlington, VA",5952,6900,595,10 Mile +13178,Bryn S.,F,43,"Arlington, VA",5952,6736,595,10 Mile +12924,Emily H.,F,24,"Washington, DC",5952,6839,595,10 Mile +8377,Irisnelba R.,F,34,"Edgewood, MD",5952,6429,595,10 Mile +11839,Elaine C.,F,34,"Arlington, VA",5953,6714,595,10 Mile +12167,Rachel O.,F,27,"Hyattsville, MD",5953,7050,595,10 Mile +10641,Patricia T.,F,44,"Bronxville, NY",5953,6778,595,10 Mile +11358,Lesley S.,F,51,"Washington, DC",5954,6777,595,10 Mile +10730,Natalie B.,F,34,"North Chesterfield, VA",5954,6835,595,10 Mile +22314,Elisa E.,F,27,"Woodbridge, VA",5955,7370,595,10 Mile +10189,Anne-Marie C.,F,43,"Camp Hill, PA",5955,6553,595,10 Mile +18834,Dorothy G.,F,43,"Bristow, VA",5957,6527,595,10 Mile +6570,Karen S.,F,47,"Bristow, VA",5957,6526,595,10 Mile +16671,Faith K.,F,24,"Tampa, FL",5957,7079,595,10 Mile +10668,Rachelle G.,F,40,"Gaithersburg, MD",5958,6850,595,10 Mile +12620,Amanda C.,F,37,"Yorktown, VA",5958,6582,595,10 Mile +3056,Meredith F.,F,43,"Washington, DC",5958,7254,595,10 Mile +21950,Jill B.,F,30,"Washington, DC",5958,6512,595,10 Mile +8749,Veronica W.,F,30,"Poquoson, VA",5958,6582,595,10 Mile +6477,Corrine T.,F,30,"Washington, DC",5958,7139,595,10 Mile +9671,Daphne R.,F,32,"New York, NY",5959,7471,595,10 Mile +7871,Carolgene R.,F,47,"Herndon, VA",5959,6554,595,10 Mile +6955,Jennifer R.,F,38,"Washington, DC",5959,7004,595,10 Mile +22282,Stephanie D.,F,41,"Pace, FL",5959,7095,595,10 Mile +10598,Kelsey W.,F,33,"Durham, NC",5959,6811,595,10 Mile +8928,Faye Y.,F,29,"New York City, NY",5960,6564,596,10 Mile +12428,Kathryn B.,F,27,"Takoma Park, MD",5960,6897,596,10 Mile +14110,Angela H.,F,38,"Arlington, VA",5960,7048,596,10 Mile +16818,Ileen C.,F,32,"Washington, DC",5961,7098,596,10 Mile +10719,Elizabeth M.,F,26,"Washington, DC",5961,6708,596,10 Mile +5201,Kaitlyn M.,F,30,"Pompton Plains, NJ",5962,6814,596,10 Mile +23185,Jessie T.,F,25,"Williamsburg, VA",5962,7032,596,10 Mile +7028,Rebecca M.,F,34,"Washington, DC",5962,6566,596,10 Mile +4558,Taylor L.,F,26,"Washington, DC",5963,6210,596,10 Mile +10291,Jennifer C.,F,34,"Woodbridge, VA",5963,6844,596,10 Mile +9453,Julie V.,F,30,"Greenville, SC",5963,6565,596,10 Mile +1043,Latricia P.,F,43,"Gaithersburg, MD",5963,6875,596,10 Mile +13797,Eunice O.,F,29,"Washington, DC",5963,6808,596,10 Mile +12848,Savanah P.,F,30,"Washington, DC",5964,6798,596,10 Mile +7703,Brooke H.,F,42,"Sandy Hook, CT",5964,6486,596,10 Mile +14236,Anielka A.,F,28,"Arlington, VA",5964,7172,596,10 Mile +14547,Theresa G.,F,42,"Gainesville, VA",5964,7033,596,10 Mile +15668,Kira M.,F,31,"Washington, DC",5965,6574,596,10 Mile +8212,Tashick H.,F,35,"Glen Burnie, MD",5966,6757,596,10 Mile +19745,Rebecca L.,F,33,"Brooklyn, NY",5966,6906,596,10 Mile +8486,Hania H.,F,40,"Timonium, MD",5966,6435,596,10 Mile +5510,Ellen D.,F,24,"Washington, DC",5966,6874,596,10 Mile +14423,Andrea R.,F,31,"Hoboken, NJ",5966,7064,596,10 Mile +8090,Saamia D.,F,41,"Cockeysville, MD",5966,6435,596,10 Mile +12902,Kristen R.,F,35,"Fairfax, VA",5966,6755,596,10 Mile +13411,Karen A.,F,55,"Arlington, VA",5967,6896,596,10 Mile +12911,Sarah G.,F,25,"Washington, DC",5968,6959,596,10 Mile +14114,Nicole C.,F,42,"Washington, DC",5968,7034,596,10 Mile +415,Heide M.,F,78,"Lancaster, PA",5968,5972,596,10 Mile +14325,Cara K.,F,38,"Washington, DC",5968,6819,596,10 Mile +8409,Allison H.,F,29,"Washington, DC",5969,6536,596,10 Mile +11969,Robin K.,F,43,"Cheverly, MD",5969,6879,596,10 Mile +19241,Ximena V.,F,27,"Washington, DC",5969,6312,596,10 Mile +22068,Martha C.,F,24,"Washington, DC",5969,7044,596,10 Mile +5924,Crystal C.,F,34,"Washington, DC",5970,6174,597,10 Mile +4622,Kelly H.,F,30,"Washington, DC",5970,7398,597,10 Mile +15242,Emma W.,F,41,"Silver Spring, MD",5970,7088,597,10 Mile +16314,Tanisha C.,F,37,"Brooklyn, NY",5970,7042,597,10 Mile +14924,Meredith N.,F,24,"Washington, DC",5970,7209,597,10 Mile +16313,Tabinda B.,F,36,"Arlington, VA",5971,7011,597,10 Mile +18655,Rita Z.,F,35,"Washington, DC",5971,7457,597,10 Mile +21934,Becky C.,F,28,"Washington, DC",5971,6508,597,10 Mile +18230,Lindsay A.,F,25,"Washington, DC",5971,7402,597,10 Mile +15938,Geraldine G.,F,31,"Washington, DC",5971,6921,597,10 Mile +4484,Aubrey W.,F,31,"Lansdowne, VA",5972,6494,597,10 Mile +22855,Cassandra C.,F,35,"Waldorf, MD",5972,7048,597,10 Mile +20815,Emily K.,F,29,"Washington, DC",5972,7381,597,10 Mile +17715,Bess P.,F,28,"Chevy Chase, MD",5972,7110,597,10 Mile +10151,Allison L.,F,29,"Philadelphia, PA",5972,6832,597,10 Mile +13266,Laura T.,F,31,"Rockville, MD",5972,6866,597,10 Mile +10962,Julie H.,F,31,"Unit 102, VA",5973,6748,597,10 Mile +9714,Jennifer A.,F,29,"Newark, DE",5973,6548,597,10 Mile +12824,Kristine H.,F,44,"Vienna, VA",5973,6729,597,10 Mile +14618,Dana C.,F,51,"Silver Spring, MD",5974,6543,597,10 Mile +11437,Stephanie W.,F,32,"Dallas, TX",5974,6819,597,10 Mile +21618,Anna J.,F,35,"Washington, DC",5974,7496,597,10 Mile +4356,Alexia S.,F,25,"Washington, DC",5974,6257,597,10 Mile +1772,Grace E.,F,27,"Toronto, ON",5974,6339,597,10 Mile +9483,Lauren S.,F,26,"Gaithersburg, MD",5974,6601,597,10 Mile +13967,Sarah P.,F,24,"Arlington, VA",5974,6828,597,10 Mile +16261,Helga L.,F,48,"Rockville, MD",5974,6870,597,10 Mile +15134,Holly N.,F,36,"Rockville, MD",5974,6601,597,10 Mile +11398,Allison B.,F,44,"Falls Church, VA",5975,6715,597,10 Mile +10690,Alexis K.,F,25,"Mclean, VA",5975,6917,597,10 Mile +10179,Allison R.,F,31,"Washington, DC",5975,6792,597,10 Mile +12622,Erin K.,F,38,"Harrisonburg, VA",5975,6881,597,10 Mile +9376,Holly D.,F,50,"Mclean, VA",5975,6715,597,10 Mile +3796,Jacqueline D.,F,19,"Middleburg, VA",5975,6282,597,10 Mile +10408,Sharon M.,F,39,"Cayey, PR",5975,6915,597,10 Mile +8371,Rebecca T.,F,38,"Alexandria, VA",5975,6881,597,10 Mile +12545,Cheryl C.,F,53,"Arlington, VA",5975,6747,597,10 Mile +3794,Loren S.,F,16,"Middleburg, VA",5975,6282,597,10 Mile +11061,Schuyler A.,F,30,"Washington, DC",5976,6792,597,10 Mile +11666,Barbara M.,F,40,"Bethesda, MD",5976,6958,597,10 Mile +12531,Dawn T.,F,44,"Arlington, VA",5976,6768,597,10 Mile +5834,Bridget C.,F,25,"Washington, DC",5976,6918,597,10 Mile +10072,Isabel Z.,F,24,"Washington, DC",5976,6741,597,10 Mile +20223,Kara F.,F,27,"Washington, DC",5977,7467,597,10 Mile +13340,Hyland C.,F,36,"Washington, DC",5977,6906,597,10 Mile +22695,Meredith D.,F,31,"Arlington, VA",5977,6857,597,10 Mile +18742,Lauren D.,F,24,"Arlington, VA",5978,7268,597,10 Mile +9658,Kristina S.,F,27,"Alexandria, VA",5978,7497,597,10 Mile +11679,Grace R.,F,40,"Greenbackville, VA",5978,6801,597,10 Mile +7902,Karolina T.,F,33,"Toronto, ON",5978,6757,597,10 Mile +1664,Kim W.,F,55,"Dunkirk, MD",5978,6719,597,10 Mile +10894,Margaret B.,F,17,"Burke, VA",5978,6450,597,10 Mile +16817,Abigail Q.,F,24,"Washington, DC",5979,6921,597,10 Mile +15998,Rebecca P.,F,42,"Bloomsbury, NJ",5979,7063,597,10 Mile +7349,Shelley P.,F,41,"New York, NY",5979,6899,597,10 Mile +10807,Selma B.,F,27,"Alexandria, VA",5979,6325,597,10 Mile +19325,Holly F.,F,27,"Washington, DC",5980,7405,598,10 Mile +10119,Lina S.,F,33,"Mclean, VA",5980,6952,598,10 Mile +14414,Katelynn K.,F,28,"Arlington, VA",5980,7045,598,10 Mile +13297,Jenny S.,F,36,"New York, NY",5980,6945,598,10 Mile +8755,Naomi B.,F,47,"Brooklyn, NY",5980,6442,598,10 Mile +20334,Hilda G.,F,32,"Annandale, VA",5980,6912,598,10 Mile +15717,Tina S.,F,27,"Glenshaw, PA",5980,7182,598,10 Mile +10812,Alexa M.,F,23,"Washington, DC",5980,6753,598,10 Mile +8456,Cheryl D.,F,55,"Owings, MD",5981,6443,598,10 Mile +4407,Eleni T.,F,47,"Washington Dc, DC",5981,7230,598,10 Mile +11034,Ann B.,F,57,"Winchester, VA",5981,6800,598,10 Mile +17941,Alix H.,F,28,"Washington, DC",5981,7126,598,10 Mile +14170,Lillian D.,F,40,"Catonsville, MD",5982,6730,598,10 Mile +9701,Shannon E.,F,34,"Alexandria, VA",5983,6503,598,10 Mile +22673,Patricia M.,F,55,"Germantown, MD",5983,6905,598,10 Mile +10984,Suzanne R.,F,25,"Hoboken, NJ",5983,6855,598,10 Mile +18103,Rebecca A.,F,31,"Arlington, VA",5984,6780,598,10 Mile +8899,Kimberly B.,F,42,"Stevensville, MD",5984,6445,598,10 Mile +11821,Janine R.,F,39,"Redding, CT",5984,6743,598,10 Mile +6914,Lynn J.,F,31,"Bethesda, MD",5985,6933,598,10 Mile +13597,Latosha T.,F,30,"Bowie, MD",5985,6878,598,10 Mile +11755,Eliza B.,F,45,"Takoma Park, MD",5985,6942,598,10 Mile +11814,Ruth U.,F,38,"Washington, DC",5985,7443,598,10 Mile +21594,Madelyn F.,F,23,"New York, NY",5985,6577,598,10 Mile +10976,Melissa K.,F,36,"Atlanta, GA",5985,6452,598,10 Mile +13930,Jodi L.,F,52,"Bethesda, MD",5985,6577,598,10 Mile +12415,Dale M.,F,53,"Clifton, VA",5985,6851,598,10 Mile +9091,Samantha E.,F,26,"Astoria, NY",5985,6819,598,10 Mile +5829,Amanda D.,F,47,"Abington, PA",5985,6942,598,10 Mile +10926,Ann H.,F,53,"Middleton, WI",5985,6617,598,10 Mile +14529,Caitlin M.,F,33,"Alexandria, VA",5985,6505,598,10 Mile +7420,Elizabeth M.,F,28,"Washington, DC",5985,6791,598,10 Mile +11646,Marissa G.,F,29,"Brooklyn, NY",5985,6791,598,10 Mile +6532,Julie P.,F,55,"Minneapolis, MN",5986,6593,598,10 Mile +10925,Jody B.,F,45,"Madison, WI",5986,6617,598,10 Mile +5076,Kathleen L.,F,24,"Washington, DC",5986,6319,598,10 Mile +21001,Anne J.,F,62,"Brooks, AB",5986,6520,598,10 Mile +7000,Maria C.,F,42,"Washington, DC",5986,6452,598,10 Mile +13439,Mary L.,F,29,"Washington, DC",5987,6974,598,10 Mile +8889,Jennifer M.,F,43,"North Richland Hills, TX",5987,6566,598,10 Mile +9912,Janet B.,F,66,"Pittsburgh, PA",5988,6571,598,10 Mile +12212,Sara S.,F,26,"Arlington, VA",5989,6822,598,10 Mile +12413,Jennie P.,F,40,"Baltimore, MD",5989,6873,598,10 Mile +7832,Cheyenne G.,F,17,"Palmetto, FL",5989,6525,598,10 Mile +21925,Bridget D.,F,33,"Alexandria, VA",5989,6335,598,10 Mile +15098,Claire A.,F,26,"Washington, DC",5989,7056,598,10 Mile +14123,Morgan M.,F,27,"Arlington, VA",5989,6974,598,10 Mile +13301,Maureen E.,F,55,"Richmond, VA",5989,6883,598,10 Mile +12644,Alice K.,F,24,"Rockville, MD",5990,7405,599,10 Mile +10088,Sandy S.,F,41,"Bethesda, MD",5990,7290,599,10 Mile +9572,Dara J.,F,37,"Ashburn, VA",5990,7229,599,10 Mile +13740,Lauren E.,F,39,"Jersey City, NJ",5990,6910,599,10 Mile +16467,Susan B.,F,61,"Olney, MD",5990,6559,599,10 Mile +14389,Stephanie S.,F,39,"Hyattsville, MD",5990,7071,599,10 Mile +10376,Victoria A.,F,29,"Oakton, VA",5990,6820,599,10 Mile +12748,Danya T.,F,38,"Silver Spring, MD",5990,6895,599,10 Mile +6168,Cindy B.,F,49,"New Providence, PA",5990,6342,599,10 Mile +6708,Carla M.,F,57,"Carmel, NY",5990,6440,599,10 Mile +20651,Jennifer W.,F,29,"Arlington, VA",5990,7055,599,10 Mile +20985,Megan S.,F,25,"Falls Church, VA",5990,6820,599,10 Mile +22109,Caroline K.,F,22,"Potomac Falls, VA",5990,6851,599,10 Mile +10255,Kendall S.,F,27,"Morrisville, NC",5991,6817,599,10 Mile +14427,Diana B.,F,33,"Salisbury, MD",5991,7062,599,10 Mile +11364,Ranjana J.,F,43,"Falls Church, VA",5992,6629,599,10 Mile +4784,Courtney H.,F,24,"Washington, DC",5992,6752,599,10 Mile +14036,Jennifer Z.,F,28,"New York, NY",5992,6819,599,10 Mile +10184,Lydia J.,F,52,"Columbia, MD",5992,6489,599,10 Mile +13699,Vera C.,F,47,"Mclean, VA",5992,6879,599,10 Mile +12112,Rebecca L.,F,37,"Hyattsville, MD",5993,7124,599,10 Mile +11367,Rachel S.,F,29,"Washington, DC",5993,6828,599,10 Mile +11467,Jennifer M.,F,31,"Washington, DC",5993,6909,599,10 Mile +11951,Kristen F.,F,24,"Riverside, RI",5993,6836,599,10 Mile +8454,Eileen B.,F,41,"Washington, DC",5993,6909,599,10 Mile +4812,Christina R.,F,34,"Fredericksburg, VA",5993,6177,599,10 Mile +9798,Sarah F.,F,42,"Montrose, WV",5994,6569,599,10 Mile +22004,Paige L.,F,26,"Washington, DC",5994,6828,599,10 Mile +11040,In K.,F,33,"Silver Spring, MD",5994,6756,599,10 Mile +8823,Ann S.,F,48,"Darnestown, MD",5994,6569,599,10 Mile +3384,Nora C.,F,25,"Washington, DC",5995,7464,599,10 Mile +14450,Leonora F.,F,33,"Herndon, VA",5996,6758,599,10 Mile +8293,Debbie S.,F,59,"Chevy Chase, MD",5996,6822,599,10 Mile +12110,Ashley W.,F,32,"Washington, DC",5996,6791,599,10 Mile +16836,Saarah B.,F,25,"Washington, DC",5997,7120,599,10 Mile +16843,Qian Q.,F,30,"Washington, DC",5997,7110,599,10 Mile +17169,Mengge P.,F,26,"Gaithersburg, MD",5997,7100,599,10 Mile +11849,Young E.,F,29,"Centreville, VA",5997,7111,599,10 Mile +22051,Megan C.,F,32,"Washington, DC",5998,6762,599,10 Mile +11391,Linda W.,F,56,"Clinton, MD",5998,6770,599,10 Mile +12452,Shifra G.,F,30,"Washington Dc, DC",5998,7047,599,10 Mile +9243,Kelly W.,F,23,"Washington, DC",5998,6853,599,10 Mile +11868,Shari B.,F,44,"Washington, DC",5998,6799,599,10 Mile +12647,Yunjoo G.,F,43,"Arlington, VA",5999,6835,599,10 Mile +13933,Jessie B.,F,29,"Washington, DC",5999,7048,599,10 Mile +10804,Tara D.,F,48,"Arlington, VA",5999,6949,599,10 Mile +7323,Taryn C.,F,38,"Somerville, MA",6001,6513,600,10 Mile +16462,Carin M.,F,39,"Shippensburg, PA",6001,7288,600,10 Mile +12549,Lauren S.,F,31,"Washington, DC",6001,6817,600,10 Mile +13955,Sophie F.,F,35,"Montreal, QC",6001,6330,600,10 Mile +22570,Loni B.,F,41,"Shippensburg, PA",6001,7289,600,10 Mile +8884,Kelly G.,F,40,"Walton, NY",6001,6546,600,10 Mile +12168,Penney A.,F,51,"Falls Church, VA",6002,6818,600,10 Mile +16562,Hadiyah S.,F,22,"Centreville, VA",6002,6329,600,10 Mile +7363,Taylor A.,F,25,"Louisville, KY",6003,6529,600,10 Mile +14984,Rachel G.,F,28,"Washington Dc, DC",6003,7288,600,10 Mile +12986,Jessica D.,F,25,"Centreville, VA",6003,6908,600,10 Mile +12855,Sarah D.,F,24,"Arlington, VA",6003,6907,600,10 Mile +7430,Stacey R.,F,47,"Bala Cynwyd, PA",6003,6556,600,10 Mile +1771,Rachel C.,F,41,"Narberth, PA",6003,6556,600,10 Mile +21931,Elaine B.,F,34,"Silver Spring, MD",6003,6329,600,10 Mile +8034,Lauren B.,F,30,"Washington, DC",6004,6549,600,10 Mile +12247,Ruth W.,F,41,"Washington, DC",6004,6781,600,10 Mile +8588,Joann T.,F,28,"Washington, DC",6004,6490,600,10 Mile +15757,Aryana H.,F,43,"Doylestown, PA",6004,7235,600,10 Mile +13538,Julia Y.,F,23,"Bethesda, MD",6005,6832,600,10 Mile +22635,Katherine P.,F,35,"Ellicott City, MD",6005,6837,600,10 Mile +13539,Sierra L.,F,22,"Bethesda, MD",6005,6831,600,10 Mile +15540,Cheryl G.,F,61,"Harrisburg, PA",6005,7147,600,10 Mile +14832,Caitlin M.,F,23,"Gambrills, MD",6005,7068,600,10 Mile +6854,Mary H.,F,51,"Winchester, VA",6005,6754,600,10 Mile +12839,Meaghan S.,F,27,"Quincy, MA",6005,6958,600,10 Mile +11078,Anna H.,F,30,"Washington, DC",6005,6369,600,10 Mile +15658,Wendy H.,F,41,"Elkridge, MD",6005,7147,600,10 Mile +12249,Nicole B.,F,27,"Silver Spring, MD",6005,6790,600,10 Mile +21097,Erica J.,F,20,"Alexandria, VA",6006,7103,600,10 Mile +1473,Elizabeth S.,F,37,"Ellicott City, MD",6006,7147,600,10 Mile +5929,Carol H.,F,48,"Rockville, MD",6006,6232,600,10 Mile +7631,Karin S.,F,41,"Arlington, VA",6008,6463,600,10 Mile +15109,Janki B.,F,35,"Arlington, VA",6008,6863,600,10 Mile +10529,Beth F.,F,41,"Arlington, VA",6008,6956,600,10 Mile +13636,Erika H.,F,38,"Washington, DC",6008,6956,600,10 Mile +10647,Sarah P.,F,29,"Washington, DC",6008,6761,600,10 Mile +13165,Justine J.,F,32,"Minneapolis, MN",6009,6849,600,10 Mile +22343,Helen M.,F,60,"Washington, DC",6009,6018,600,10 Mile +11784,Christina A.,F,41,"Bethesda, MD",6009,6846,600,10 Mile +14433,Kelly T.,F,36,"Bloomington, IN",6009,7145,600,10 Mile +21640,Lokyee L.,F,25,"Arlington, VA",6010,7257,601,10 Mile +12012,Dana G.,F,47,"Bethesda, MD",6010,6891,601,10 Mile +16567,Janette M.,F,27,"Washington, DC",6010,7051,601,10 Mile +16747,Korrine M.,F,33,"Marysville, OH",6011,7113,601,10 Mile +8697,Grace L.,F,44,"Brooklyn, NY",6011,6334,601,10 Mile +1508,Lindsey D.,F,24,"Washington, DC",6012,6032,601,10 Mile +21593,Rinku P.,F,34,"Washington, DC",6012,7309,601,10 Mile +13433,Dayna K.,F,46,"Washington, DC",6012,6752,601,10 Mile +11168,Jeni A.,F,28,"Denver, CO",6013,6750,601,10 Mile +7491,Sarah R.,F,32,"Silver Spring, MD",6013,6534,601,10 Mile +13678,Liz E.,F,30,"Washington, DC",6014,6920,601,10 Mile +12919,Clara P.,F,24,"Derwood, MD",6014,6876,601,10 Mile +10879,Sharon P.,F,58,"Washington, DC",6014,6980,601,10 Mile +8841,Melissa B.,F,44,"Reston, VA",6015,6855,601,10 Mile +11002,Cristina S.,F,30,"Washington, DC",6015,6847,601,10 Mile +13059,Taylor N.,F,23,"New York, NY",6015,6854,601,10 Mile +11672,Courtney R.,F,30,"Washington, DC",6015,6920,601,10 Mile +11212,Anja S.,F,43,"Marshall, VA",6015,6752,601,10 Mile +21519,Colleen F.,F,35,"Ny, NY",6015,6544,601,10 Mile +15618,Rosemarie M.,F,22,"Garrison, NY",6016,7315,601,10 Mile +18138,Tara J.,F,36,"Takoma Park, MD",6017,6963,601,10 Mile +18181,Thais-Lyn T.,F,32,"Takoma Park, MD",6017,6466,601,10 Mile +16107,Meredith G.,F,51,"Chester, MD",6017,7299,601,10 Mile +14506,Katrina M.,F,37,"Odenton, MD",6017,6932,601,10 Mile +7824,Kia J.,F,34,"Germantown, MD",6018,6785,601,10 Mile +12076,Natasha M.,F,36,"Bethesda, MD",6018,6842,601,10 Mile +11920,Julie W.,F,46,"Burke, VA",6018,7182,601,10 Mile +13837,Taylor S.,F,25,"Alexandria, VA",6018,7295,601,10 Mile +5784,Heather S.,F,36,"Rockville, MD",6019,7317,601,10 Mile +15930,Angela D.,F,38,"Bowie, MD",6019,7123,601,10 Mile +14563,Sara K.,F,26,"Washington, DC",6019,7094,601,10 Mile +18303,Sandra S.,F,41,"Gainesville, VA",6019,7077,601,10 Mile +14059,Erin W.,F,36,"Washington, DC",6020,6831,602,10 Mile +22652,Casey G.,F,34,"Zanesfield, OH",6020,6903,602,10 Mile +10658,Carolyn S.,F,38,"Fairfax, VA",6020,6889,602,10 Mile +12000,Kristen L.,F,26,"Arlington, VA",6020,6805,602,10 Mile +12758,Emily B.,F,29,"Silver Spring, MD",6020,6879,602,10 Mile +11393,Allison B.,F,33,"Midlothian, VA",6020,6948,602,10 Mile +21002,Sherrie W.,F,48,"Burke, VA",6020,7185,602,10 Mile +11660,Kathryn Y.,F,29,"Washington, DC",6020,6795,602,10 Mile +10927,Lisa L.,F,39,"Owings Mills, MD",6021,6783,602,10 Mile +5819,Joyce L.,F,55,"Newtown, PA",6021,6806,602,10 Mile +22788,Tiffany P.,F,33,"Easton, PA",6021,7248,602,10 Mile +10941,Carolyn S.,F,54,"New York, NY",6022,6833,602,10 Mile +14798,Monique M.,F,33,"Washington, DC",6022,7280,602,10 Mile +14439,Ann B.,F,59,"Vienna, VA",6022,7103,602,10 Mile +14992,Margaret F.,F,34,"Woodbridge, VA",6022,7088,602,10 Mile +12614,Rebecca M.,F,31,"Alexandria, VA",6022,6922,602,10 Mile +17618,Jennifer M.,F,35,"Washington, DC",6022,7104,602,10 Mile +7835,Jennifer V.,F,42,"Washington, DC",6022,6601,602,10 Mile +12385,Shalene S.,F,46,"Burke, VA",6022,6893,602,10 Mile +16913,Sharnon B.,F,53,"Clinton, MD",6022,6915,602,10 Mile +12571,Rita J.,F,68,"Washington, DC",6022,6976,602,10 Mile +20064,Savitha S.,F,47,"Potomac, MD",6023,6879,602,10 Mile +19237,Sarah M.,F,30,"Washington, DC",6023,7494,602,10 Mile +5918,Nicki P.,F,35,"Alexandria, VA",6023,6326,602,10 Mile +8955,Lisa W.,F,28,"Riverdale, MD",6023,6623,602,10 Mile +18090,Kristen B.,F,31,"Quantico, VA",6023,7307,602,10 Mile +14458,Daniele S.,F,40,"Washington, DC",6023,6972,602,10 Mile +13604,Telvis M.,F,44,"Silver Spring, MD",6023,6841,602,10 Mile +9246,Selena C.,F,30,"Philadelphia, PA",6024,6775,602,10 Mile +15506,Samantha K.,F,25,"Arlington, VA",6024,7119,602,10 Mile +17388,Marissa S.,F,24,"Washington, DC",6024,7181,602,10 Mile +14687,Emily D.,F,24,"Arlington, VA",6024,7197,602,10 Mile +13684,Hayden T.,F,39,"Washington, DC",6024,6972,602,10 Mile +15408,Megan R.,F,25,"Washington, DC",6024,7527,602,10 Mile +22194,Kichelle W.,F,27,"Washington, DC",6025,7526,602,10 Mile +11539,Taina L.,F,25,"Bronx, NY",6025,7091,602,10 Mile +10893,Sarah D.,F,22,"Charlottesville, VA",6025,6760,602,10 Mile +9648,Kristina C.,F,27,"Washington, DC",6025,7159,602,10 Mile +535,Cee-Cee S.,F,30,"Rockville, MD",6026,6251,602,10 Mile +12684,Ginny M.,F,37,"Rockville, MD",6026,6607,602,10 Mile +8192,Emily F.,F,30,"Washington, DC",6026,6644,602,10 Mile +12713,Sarah A.,F,30,"Washington, DC",6026,6844,602,10 Mile +13531,Andreina S.,F,32,"Washington, DC",6027,6874,602,10 Mile +15667,Michele G.,F,40,"Fort Washington, MD",6027,6856,602,10 Mile +10077,Jessica E.,F,43,"Bethesda, MD",6027,6480,602,10 Mile +16057,Sarah M.,F,23,"Washington, CT",6028,6936,602,10 Mile +22899,Penny K.,F,48,"Knoxville, TN",6028,7446,602,10 Mile +10707,Kelly J.,F,30,"Fairfax, VA",6028,6919,602,10 Mile +14499,Anne D.,F,24,"College Park, MD",6028,6922,602,10 Mile +5635,Maura D.,F,21,"Chesterland, OH",6028,6922,602,10 Mile +16063,Jacquelyn S.,F,51,"Wilmington, MA",6028,7069,602,10 Mile +21975,Una L.,F,37,"Dc, DC",6028,7068,602,10 Mile +11172,Jamie H.,F,37,"Washington, DC",6028,6882,602,10 Mile +19822,Gayatri S.,F,33,"Arlington, VA",6029,7260,602,10 Mile +2468,Sara Z.,F,34,"New Haven, CT",6029,6586,602,10 Mile +11474,Grace W.,F,18,"Potomac Falls, VA",6029,6820,602,10 Mile +21339,Steffi F.,F,28,"New York, NY",6029,6884,602,10 Mile +22099,Erin M.,F,24,"Washington, DC",6029,7284,602,10 Mile +14348,Barb M.,F,58,"Takoma Park, MD",6030,7123,603,10 Mile +14608,Kristin J.,F,55,"Germantown, MD",6030,7093,603,10 Mile +12407,Sarah R.,F,24,"Arlington, VA",6030,6978,603,10 Mile +23178,Sarah K.,F,51,"Mclean, VA",6031,6078,603,10 Mile +12558,Isabella O.,F,24,"Glendale, NY",6032,6998,603,10 Mile +18849,Elizabeth R.,F,31,"Gaithersburg, MD",6032,6322,603,10 Mile +13938,Betsy F.,F,42,"Rockville, MD",6032,6976,603,10 Mile +7251,Dorothy W.,F,58,"Wilton, CT",6032,6535,603,10 Mile +11956,Samantha B.,F,25,"Washington, DC",6033,6963,603,10 Mile +11161,Michele M.,F,62,"Clarkston, MI",6033,6945,603,10 Mile +10577,Pamela L.,F,30,"Baltimore, MD",6033,6967,603,10 Mile +7653,Blanca F.,F,34,"Alexandria, VA",6033,6356,603,10 Mile +13043,Anne G.,F,60,"Wilton, CT",6034,6535,603,10 Mile +12529,Niveen M.,F,45,"Rockville, MD",6034,6841,603,10 Mile +12372,Jeanie A.,F,25,"Washington, DC",6034,6957,603,10 Mile +11088,Melanie L.,F,26,"Washington, DC",6034,6871,603,10 Mile +14073,Laurie D.,F,62,"Annapolis, MD",6034,6817,603,10 Mile +6312,Julie D.,F,37,"Olney, MD",6035,6799,603,10 Mile +11484,Laura G.,F,31,"Hoboken, NJ",6035,6802,603,10 Mile +11802,Lila F.,F,67,"Bethesda, MD",6035,6872,603,10 Mile +11496,Alesia A.,F,48,"Centreville, VA",6035,6864,603,10 Mile +13166,Sarah Y.,F,35,"Washington, DC",6036,6971,603,10 Mile +22761,Jennifer L.,F,28,"Glen Burnie, MD",6036,7146,603,10 Mile +12369,Anna L.,F,27,"Washington, DC",6036,6966,603,10 Mile +10436,Kathleen M.,F,35,"Baltimore, MD",6037,6989,603,10 Mile +11913,Stephenne H.,F,33,"Washington, DC",6037,7007,603,10 Mile +15192,Shelby M.,F,26,"Washington, DC",6037,7182,603,10 Mile +19792,Corinna R.,F,47,"Falls Church, VA",6037,7472,603,10 Mile +7547,Elizabeth M.,F,38,"Brighton, MA",6037,6561,603,10 Mile +15838,Genie B.,F,44,"Baltimore, MD",6038,7233,603,10 Mile +13469,Winifred L.,F,28,"Bethesda, MD",6038,7337,603,10 Mile +18770,Breanne C.,F,28,"Washington, DC",6038,7491,603,10 Mile +3790,Pia S.,F,17,"Middleburg, VA",6039,6374,603,10 Mile +20573,Kimberly J.,F,40,"Chapel Hill, NC",6039,7538,603,10 Mile +12593,Marta N.,F,35,"Lake Forest, CA",6039,6990,603,10 Mile +21675,Deidre D.,F,25,"Mclean, VA",6039,7490,603,10 Mile +20763,Samantha H.,F,25,"NW Wasshington, DC",6039,7473,603,10 Mile +22703,Lindsay A.,F,28,"Jackson Heights, NY",6039,6904,603,10 Mile +14095,Sarah S.,F,26,"Washington, DC",6040,6870,604,10 Mile +12050,Kellie F.,F,23,"Fairfax, VA",6040,7000,604,10 Mile +22669,Charlotte T.,F,25,"Washington, DC",6040,6921,604,10 Mile +7503,Michelle K.,F,38,"Boulder, CO",6041,6650,604,10 Mile +11859,Lauren S.,F,23,"Washington D.c., DC",6041,7021,604,10 Mile +10703,Bevin K.,F,31,"Washington, DC",6041,6874,604,10 Mile +13452,Kara P.,F,34,"Navarre, OH",6041,7154,604,10 Mile +20525,Sarah P.,F,38,"Sterling, VA",6041,7490,604,10 Mile +7983,Anna G.,F,24,"Washington, DC",6041,7294,604,10 Mile +16108,Renee B.,F,49,"Boston, MA",6041,7150,604,10 Mile +10198,Brita S.,F,40,"Ellicott City, MD",6041,6788,604,10 Mile +20761,Rachel R.,F,26,"Washington, DC",6042,6566,604,10 Mile +8858,Shannon C.,F,28,"Sterling, VA",6042,6883,604,10 Mile +8941,Laura H.,F,32,"Forest Park, IL",6042,6912,604,10 Mile +7646,Joan S.,F,27,"Philadelphia, PA",6042,7090,604,10 Mile +15034,Ellen S.,F,23,"Washington, DC",6042,7090,604,10 Mile +22112,Baillee B.,F,24,"Washington, DC",6042,7294,604,10 Mile +12606,Joan H.,F,52,"Fairfax Station, VA",6043,6814,604,10 Mile +21120,Sherresa B.,F,34,"Gaithersburg, MD",6043,6944,604,10 Mile +9101,Crystal W.,F,35,"North Beach, MD",6043,7187,604,10 Mile +20383,Aileen D.,F,52,"West Hartford, CT",6043,6585,604,10 Mile +11365,Emily L.,F,31,"Pittsburgh, PA",6043,6922,604,10 Mile +8144,Kathy S.,F,42,"Fairfax Station, VA",6043,6579,604,10 Mile +11971,Allison F.,F,22,"Washington, DC",6043,7124,604,10 Mile +12625,Kathy G.,F,54,"Phoenix, AZ",6044,6653,604,10 Mile +10809,Kaitlin S.,F,25,"Washington, DC",6044,7009,604,10 Mile +16728,Adrianna M.,F,22,"Manasquan, NJ",6044,7125,604,10 Mile +14640,Carolyn C.,F,32,"Washington, DC",6044,6678,604,10 Mile +3792,Laura S.,F,52,"Middleburg, VA",6045,6380,604,10 Mile +2731,Kara H.,F,25,"Manassas, VA",6045,6246,604,10 Mile +19702,Lisa S.,F,51,"West Friendship, MD",6045,7282,604,10 Mile +12189,Amanda A.,F,41,"Washington, DC",6045,6801,604,10 Mile +20912,Keaton V.,F,28,"Washington, DC",6045,7256,604,10 Mile +11623,Lena W.,F,25,"Atlanta, GA",6046,6914,604,10 Mile +11089,Kelly J.,F,52,"Arlington, VA",6046,6974,604,10 Mile +9977,Sarah B.,F,31,"Washington, DC",6046,6375,604,10 Mile +21447,Nisha C.,F,23,"Washington Dc, DC",6046,7346,604,10 Mile +11198,Megan L.,F,37,"Easton, PA",6048,6968,604,10 Mile +14019,Yenory G.,F,29,"Washington, DC",6048,6863,604,10 Mile +11563,Alison W.,F,35,"Landenberg, PA",6048,7013,604,10 Mile +5511,Camille W.,F,47,"Oxon Hill, MD",6049,6874,604,10 Mile +15180,Sarah B.,F,32,"Washington, DC",6049,6939,604,10 Mile +12253,Becca P.,F,28,"Denver, CO",6049,6885,604,10 Mile +7465,Katie M.,F,34,"Fuquay Varina, NC",6049,6968,604,10 Mile +19552,Mary K.,F,38,"Takoma Park, MD",6049,7180,604,10 Mile +13948,Lucy R.,F,27,"Washington, DC",6049,7564,604,10 Mile +14859,Allison B.,F,28,"Arlington, VA",6049,7143,604,10 Mile +18789,Georgia C.,F,21,"Washington, CT",6050,7148,605,10 Mile +11438,Priyanka J.,F,28,"Washington, DC",6050,6984,605,10 Mile +13366,Sherry G.,F,55,"Washington, DC",6050,6787,605,10 Mile +11690,Kelly O.,F,23,"Washington, DC",6050,7020,605,10 Mile +681,Iris Z.,F,20,"Timonium, MD",6050,6907,605,10 Mile +22175,Alexis K.,F,27,"Washington, DC",6050,7488,605,10 Mile +7833,Amanda J.,F,30,"Rockville, MD",6051,7496,605,10 Mile +16060,Arielle S.,F,31,"Washington, DC",6051,7167,605,10 Mile +17218,Jenae G.,F,22,"Washington, DC",6051,7148,605,10 Mile +7002,Katelyn N.,F,26,"Fairfax, VA",6053,7006,605,10 Mile +12581,Amanda D.,F,40,"Rockville, MD",6053,6980,605,10 Mile +12251,Natalie G.,F,25,"Arlington, VA",6053,7149,605,10 Mile +520,Larisa W.,F,51,"Fort Belvoir, VA",6053,6795,605,10 Mile +10696,Rachel M.,F,45,"Arlington, VA",6054,6951,605,10 Mile +10314,Carol T.,F,63,"Bethesda, MD",6054,6614,605,10 Mile +7385,Meg K.,F,25,"Washington, DC",6054,6679,605,10 Mile +2692,Breanna P.,F,23,"Moore, OK",6055,7155,605,10 Mile +11035,Kristina I.,F,40,"Arlington, VA",6055,6837,605,10 Mile +424,Karen K.,F,73,"Silver Spring, MD",6055,6116,605,10 Mile +17176,Rikki S.,F,36,"Washington, DC",6055,7120,605,10 Mile +9548,Jessica S.,F,33,"Washington, DC",6056,6585,605,10 Mile +15199,Thea M.,F,39,"Brooklyn, NY",6056,7297,605,10 Mile +13780,Courtney R.,F,36,"Washington, DC",6056,7002,605,10 Mile +11796,Megan H.,F,31,"Washington, DC",6056,7000,605,10 Mile +18942,Talia Q.,F,31,"Baltimore, MD",6056,7248,605,10 Mile +7563,Lindsey K.,F,29,"Washington, DC",6056,6552,605,10 Mile +12230,Becki O.,F,41,"Winchester, VA",6057,6309,605,10 Mile +11929,Michelle S.,F,43,"Washington, DC",6057,6936,605,10 Mile +14259,Sue V.,F,55,"Boulder, CO",6057,7210,605,10 Mile +13047,Sarah C.,F,35,"Wyckoff, NJ",6057,6308,605,10 Mile +13052,Elena L.,F,47,"Clarksburg, MD",6058,6901,605,10 Mile +13194,Tao P.,F,45,"Rockville, MD",6058,6899,605,10 Mile +10069,Monica P.,F,27,"Washington, DC",6059,6962,605,10 Mile +14043,Helen P.,F,28,"Alexandria, VA",6059,6991,605,10 Mile +9748,Michelle P.,F,38,"Washington, DC",6059,6905,605,10 Mile +3449,Alicia S.,F,46,"Baltimore, MD",6059,7202,605,10 Mile +14750,Hailin W.,F,39,"Rockville, MD",6060,6902,606,10 Mile +15027,Casey Z.,F,43,"Leesburg, VA",6060,6912,606,10 Mile +2788,Amelia B.,F,29,"Washington, DC",6060,7017,606,10 Mile +11788,Fatima B.,F,45,"Aldie, VA",6060,6823,606,10 Mile +8515,Cassandra M.,F,30,"Arlington, VA",6060,6831,606,10 Mile +16288,Dinah B.,F,42,"Haymarket, VA",6060,6902,606,10 Mile +12583,Kristin H.,F,31,"Arlington, VA",6060,6960,606,10 Mile +16332,Leanne R.,F,26,"Arlington, VA",6061,7210,606,10 Mile +23125,Maura D.,F,44,"Leesburg, VA",6061,6912,606,10 Mile +23123,Jane M.,F,51,"South Riding, VA",6061,6970,606,10 Mile +20125,Katherine C.,F,46,"Ashburn, VA",6062,7204,606,10 Mile +6697,Lisa J.,F,48,"Arlington, VA",6062,6632,606,10 Mile +17619,Tricia K.,F,32,"Laurel, MD",6062,7120,606,10 Mile +1646,Jen V.,F,44,"Winchester, VA",6062,6638,606,10 Mile +15993,Dana B.,F,31,"Gaithersburg, MD",6062,7222,606,10 Mile +14729,Nikoia G.,F,36,"Washington, DC",6063,7019,606,10 Mile +20593,Molly D.,F,24,"Washington, DC",6063,7470,606,10 Mile +17177,Nancy A.,F,39,"Washington, DC",6063,7110,606,10 Mile +15188,Bann A.,F,32,"Fairfax, VA",6063,7214,606,10 Mile +14807,Hannah B.,F,25,"Kalamazoo, MI",6064,6636,606,10 Mile +11825,Fresha R.,F,44,"Middletow, DE",6064,6868,606,10 Mile +13026,Heather F.,F,51,"Newburgh, NY",6064,6819,606,10 Mile +13302,Casey B.,F,27,"Washington, DC",6064,7171,606,10 Mile +22762,Melissa L.,F,34,"Frederick, MD",6064,7174,606,10 Mile +5682,Melissa P.,F,32,"Arlington, VA",6064,6607,606,10 Mile +22093,Kelsey M.,F,40,"Washington, DC",6065,6502,606,10 Mile +11656,June L.,F,39,"Washington, DC",6065,6799,606,10 Mile +10481,Lisa L.,F,47,"Lorton, VA",6065,7124,606,10 Mile +22675,Julie T.,F,58,"Richmond, VA",6066,6947,606,10 Mile +11566,Claire S.,F,33,"Alexandria, VA",6066,6919,606,10 Mile +5500,Christa B.,F,41,"Alexandria, VA",6066,7052,606,10 Mile +12363,Brianna B.,F,26,"Annapolis, MD",6066,7016,606,10 Mile +23073,Sarah F.,F,43,"Chantilly, VA",6066,6975,606,10 Mile +4053,Laura C.,F,25,"Rockville, MD",6066,7159,606,10 Mile +14513,Adrienne C.,F,31,"Washington, DC",6066,7325,606,10 Mile +14765,Natalia A.,F,27,"Washington, DC",6066,7159,606,10 Mile +18098,Samantha A.,F,34,"Takoma Park, MD",6066,7575,606,10 Mile +13931,Brooke J.,F,30,"Arlington, VA",6067,6872,606,10 Mile +15648,Chelsea C.,F,28,"Washington, DC",6067,6937,606,10 Mile +13004,Kavitha S.,F,29,"Arlington, VA",6068,6950,606,10 Mile +21680,Jocelyn C.,F,25,"Washington, DC",6068,6939,606,10 Mile +14846,Jennifer D.,F,27,"Washington, DC",6068,7122,606,10 Mile +2857,Kathlyn B.,F,29,"Washington, DC",6069,6980,606,10 Mile +8106,Sandra S.,F,51,"Severna Park, MD",6069,6634,606,10 Mile +12812,Elena D.,F,24,"Columbia, MD",6069,6924,606,10 Mile +11344,Aliza M.,F,24,"Washington, DC",6070,7046,607,10 Mile +9476,Elizabeth R.,F,29,"New York, NY",6070,6648,607,10 Mile +20602,Katherine H.,F,26,"Washington, DC",6070,6924,607,10 Mile +20619,Mrinalini G.,F,28,"Washington, DC",6070,7474,607,10 Mile +15009,Heather S.,F,49,"Arlington, VA",6070,6440,607,10 Mile +12420,Karen B.,F,51,"Bristow, VA",6070,6810,607,10 Mile +14653,Catie W.,F,27,"Alexandria, VA",6071,7174,607,10 Mile +11054,Lesli D.,F,40,"Silver Spring, MD",6071,6829,607,10 Mile +10728,Alexandria M.,F,28,"Worcester, MA",6071,6924,607,10 Mile +11345,Samantha J.,F,24,"Washington, DC",6071,7047,607,10 Mile +11760,Sasha E.,F,31,"Silver Spring, MD",6071,6972,607,10 Mile +11072,Samantha P.,F,31,"Astoria, NY",6072,7116,607,10 Mile +18556,Erika P.,F,29,"Washington, DC",6072,7349,607,10 Mile +11245,Eva L.,F,29,"Atlanta, GA",6072,6825,607,10 Mile +14100,Kate S.,F,41,"Silver Spring, MD",6072,7121,607,10 Mile +20470,Emily G.,F,24,"Arlington, VA",6072,7507,607,10 Mile +15867,Denise E.,F,44,"Columbia, MD",6072,7222,607,10 Mile +20653,Michele L.,F,46,"Washington, DC",6073,7551,607,10 Mile +19307,Sally S.,F,27,"Washington, DC",6073,7514,607,10 Mile +1359,Dana G.,F,30,"Washington, DC",6073,7176,607,10 Mile +22606,Katherine B.,F,34,"York, PA",6073,6695,607,10 Mile +20454,Hannah W.,F,23,"Washington, DE",6073,7509,607,10 Mile +13118,Shameka M.,F,37,"Alexandria, VA",6074,6922,607,10 Mile +13182,Susannah B.,F,31,"Washington, DC",6074,6996,607,10 Mile +10380,Starla S.,F,54,"East Freedom, PA",6074,6832,607,10 Mile +19830,Elizabeth P.,F,26,"Washington, DC",6074,7511,607,10 Mile +15325,Alyssa L.,F,29,"Arlington, VA",6075,7514,607,10 Mile +8512,Abigail G.,F,25,"Brookline, MA",6075,6405,607,10 Mile +8174,Kelly E.,F,27,"Washington, DC",6075,6870,607,10 Mile +11602,Susan E.,F,52,"Altoona, PA",6075,6833,607,10 Mile +16701,Annette W.,F,35,"Bethesda, MD",6075,6937,607,10 Mile +16910,Han N.,F,42,"Annandale, VA",6076,7170,607,10 Mile +18851,Christine S.,F,48,"Bethesda, MD",6076,7206,607,10 Mile +4817,Katherine L.,F,29,"Baltimore, MD",6076,7000,607,10 Mile +19305,Laura G.,F,36,"Germantown, MD",6076,6399,607,10 Mile +11615,Haley L.,F,27,"Washington, DC",6076,7357,607,10 Mile +20938,Grace B.,F,20,"Washington, DC",6076,7175,607,10 Mile +12784,Claire G.,F,43,"Chevy Chase, MD",6077,6709,607,10 Mile +11924,Elizabeth C.,F,60,"Richmond, VA",6077,6897,607,10 Mile +15171,Amy G.,F,20,"Washington, DC",6077,7135,607,10 Mile +18395,Jill D.,F,27,"Brandon, MS",6077,7052,607,10 Mile +11032,Jul C.,F,44,"Washington, DC",6077,6863,607,10 Mile +9697,Skye D.,F,44,"Arlington, VA",6077,6879,607,10 Mile +12355,Vanitha K.,F,36,"New York, NY",6077,7143,607,10 Mile +20610,Jennifer B.,F,31,"Hyattsville, MD",6077,7071,607,10 Mile +11313,Megan L.,F,33,"Washington, DC",6078,6862,607,10 Mile +13238,Colleen S.,F,41,"Streamwood, IL",6078,7014,607,10 Mile +13077,Leslie P.,F,36,"Alexandria, VA",6078,7124,607,10 Mile +14089,Meagan L.,F,29,"Arlington, VA",6078,6386,607,10 Mile +12838,Hannah G.,F,27,"Washington, DC",6079,7025,607,10 Mile +21544,Hannah S.,F,29,"Washington, DC",6079,7545,607,10 Mile +15100,Lauren J.,F,39,"Vienna, VA",6079,7249,607,10 Mile +14893,Paula P.,F,56,"Bedford, MA",6079,7176,607,10 Mile +14247,Julie D.,F,53,"Bethesda, MD",6080,6939,608,10 Mile +12679,Alyssa W.,F,27,"Arlington, VA",6080,6928,608,10 Mile +13009,Dominique N.,F,26,"Silver Spring, MD",6080,7132,608,10 Mile +12301,Olivia H.,F,17,"Fair Haven, NJ",6080,6981,608,10 Mile +15307,Andrea C.,F,29,"Silver Spring, MD",6080,7132,608,10 Mile +13331,Laura D.,F,50,"Powell, TN",6081,7005,608,10 Mile +16984,Dana P.,F,27,"Arlington, VA",6081,6633,608,10 Mile +10503,Jessica C.,F,33,"Somerville, MA",6082,6940,608,10 Mile +11338,Lisa M.,F,41,"Washington, DC",6082,6947,608,10 Mile +11337,Aj P.,F,35,"Washington, DC",6082,6947,608,10 Mile +11079,Gina P.,F,46,"Burnsville, DC",6082,6852,608,10 Mile +11898,Maria M.,F,33,Ireland,6083,6830,608,10 Mile +11899,Leslie T.,F,34,"Washington, DC",6083,6979,608,10 Mile +14958,Katherine K.,F,37,"Fairfax, VA",6083,7211,608,10 Mile +10296,Maria D.,F,44,"Gainesville, VA",6083,7066,608,10 Mile +12694,Katie D.,F,26,"Arlington, VA",6083,6368,608,10 Mile +18182,Jade T.,F,35,"Smithfield, NC",6083,7511,608,10 Mile +14279,Liz G.,F,32,"Raleigh, NC",6084,7149,608,10 Mile +10841,Chhaya K.,F,39,"Washington, DC",6084,6918,608,10 Mile +22926,Kathy K.,F,61,"Bel Air, MD",6084,6881,608,10 Mile +10648,Zhuangfang Y.,F,32,"Bethesda, MD",6084,7077,608,10 Mile +15511,Hala S.,F,48,"Rockville, MD",6084,6615,608,10 Mile +11246,Heather M.,F,49,"Radford, VA",6085,6888,608,10 Mile +11383,Nikki F.,F,21,"Scottsdale, AZ",6085,6917,608,10 Mile +15088,Brianna E.,F,24,"Arlington, VA",6085,7067,608,10 Mile +12028,Aliza A.,F,24,"New York, NY",6085,7051,608,10 Mile +12798,Susan F.,F,51,"Scottsdale, AZ",6085,6917,608,10 Mile +10673,Claire T.,F,30,"Washington, DC",6086,6959,608,10 Mile +5017,Wendy T.,F,43,"Glenelg, MD",6086,6657,608,10 Mile +13976,Nicole S.,F,30,"Arlington, VA",6086,6958,608,10 Mile +12244,Josalyne M.,F,36,"Bethesda, MD",6086,7148,608,10 Mile +15866,Michaela L.,F,31,"Arlington, VA",6086,6958,608,10 Mile +20655,Natalie S.,F,26,"Washington, DC",6086,7543,608,10 Mile +14679,Evelyn S.,F,48,"Fairfax, VA",6086,7179,608,10 Mile +10771,Abigail A.,F,23,"Tampa, FL",6087,6911,608,10 Mile +7499,Rebecca S.,F,26,"Nashville, TN",6087,6699,608,10 Mile +9493,Patricia C.,F,33,"Astoria, NY",6087,6654,608,10 Mile +15877,Erin V.,F,37,"Arlington, VA",6087,7165,608,10 Mile +10936,Anna S.,F,33,"Alexandria, VA",6088,6671,608,10 Mile +13803,Dina F.,F,38,"Washington, DC",6088,6945,608,10 Mile +11369,Jessica O.,F,21,"Balitmore, MD",6089,6974,608,10 Mile +22626,Anna M.,F,45,"Doylestown, PA",6089,6696,608,10 Mile +22348,Ana M.,F,27,"Baltimore, MD",6089,6123,608,10 Mile +7987,Emma D.,F,27,"Washington, DC",6089,7287,608,10 Mile +15117,Amy H.,F,39,"Leesburg, VA",6089,7076,608,10 Mile +12447,Hanna S.,F,22,"Washington D.c., DC",6090,6986,609,10 Mile +4158,Theresa O.,F,35,"Springfield, VA",6090,6381,609,10 Mile +20744,Lisa C.,F,59,"Arlington, VA",6090,7574,609,10 Mile +5078,Katie S.,F,21,"Nicholson, PA",6091,6293,609,10 Mile +15216,Denise R.,F,37,"Philadelphia, PA",6091,7350,609,10 Mile +11592,Jacqueline M.,F,64,"Colchester, VT",6091,6880,609,10 Mile +14844,Heather S.,F,41,"Washington, DC",6091,7371,609,10 Mile +9076,Heather K.,F,41,"Arlington, VA",6091,6603,609,10 Mile +20506,April G.,F,38,"Norfolk, VA",6092,6881,609,10 Mile +17476,Jennifer D.,F,30,"Dallas, TX",6092,7319,609,10 Mile +21490,April F.,F,33,"Alexandria, VA",6092,7517,609,10 Mile +9391,Lauren D.,F,30,"New York, NY",6092,6941,609,10 Mile +14882,Melanie B.,F,45,"Arlington, VA",6092,7145,609,10 Mile +11274,Jodi M.,F,30,"Lorton, VA",6093,6876,609,10 Mile +21052,Amanda V.,F,36,"Burke, VA",6093,7325,609,10 Mile +16089,Jennifer S.,F,50,"Laplata, MD",6093,7554,609,10 Mile +9158,Julia D.,F,34,"Washington, DC",6093,6885,609,10 Mile +5572,Kathleen A.,F,30,"Arlington, VA",6093,6910,609,10 Mile +4181,Krista A.,F,36,"Raleigh, NC",6094,6983,609,10 Mile +10875,Evalyn O.,F,28,"Toronto, ON",6094,6306,609,10 Mile +16172,Anjali M.,F,38,"Arlington, VA",6094,7175,609,10 Mile +13294,Lindsey G.,F,29,"Washington, DC",6094,6948,609,10 Mile +13822,Ashley T.,F,25,"Alexandria, VA",6094,7279,609,10 Mile +7764,Sarah S.,F,38,"Charles Town, WV",6094,6575,609,10 Mile +19278,Sydney B.,F,18,"Stafford, VA",6094,7586,609,10 Mile +20659,Yan L.,F,35,"Virginia Beach, VA",6095,7580,609,10 Mile +13691,Amy R.,F,45,"Alexandria, VA",6095,7533,609,10 Mile +15537,Sarah M.,F,22,"Baltimore, MD",6095,7340,609,10 Mile +11237,Natascha A.,F,43,"San Antonio, TX",6095,6903,609,10 Mile +12811,Alyse S.,F,32,"Gaithersburg, MD",6095,6696,609,10 Mile +10743,Kathleen H.,F,51,"Chesapeake, VA",6095,6891,609,10 Mile +17185,Hanna K.,F,27,"Annandale, VA",6095,6664,609,10 Mile +21380,Leyla K.,F,30,"Arlington, VA",6095,7534,609,10 Mile +15675,Maggie W.,F,22,"Baltimore, MD",6095,7340,609,10 Mile +18092,Alexandra B.,F,29,"Washington, DC",6095,7201,609,10 Mile +12176,Mandy E.,F,46,"Dickerson, MD",6096,6923,609,10 Mile +16665,Diana O.,F,38,"Washington, DC",6096,6698,609,10 Mile +15135,Ai V.,F,29,"Silver Spring, MD",6096,7256,609,10 Mile +15286,Lindsey D.,F,39,"Odenton, MD",6096,7617,609,10 Mile +612,Priscila B.,F,46,"Ellicott City, MD",6097,6913,609,10 Mile +9562,Natalie A.,F,44,"Alexandria, VA",6097,6395,609,10 Mile +21265,Michele F.,F,24,"Washington Dc, DC",6097,7200,609,10 Mile +21324,Rachel R.,F,30,"Arlington, VA",6097,7607,609,10 Mile +12651,Beth F.,F,32,"Arlington, VA",6097,7028,609,10 Mile +12043,Suzanne G.,F,48,"Ellicott City, MD",6097,6913,609,10 Mile +22069,Anna M.,F,31,"Washington, DC",6097,7244,609,10 Mile +13293,Kathleen C.,F,44,"Potomac, MD",6097,6923,609,10 Mile +10667,Margaux S.,F,35,"Washington, DC",6097,6960,609,10 Mile +6399,Carla F.,F,36,"Washington, DC",6097,6997,609,10 Mile +17098,Melanie C.,F,39,"Kensington, MD",6098,7186,609,10 Mile +7300,Kelly J.,F,25,"Washington, DC",6098,6872,609,10 Mile +13427,Meghan H.,F,28,"Arlington, VA",6098,6675,609,10 Mile +8116,Beth W.,F,40,"Woodbridge, VA",6098,6342,609,10 Mile +16560,Elise C.,F,34,"Arlington, VA",6098,6715,609,10 Mile +12539,Jessica B.,F,34,"Kensington, MD",6098,7186,609,10 Mile +14770,Olga L.,F,31,"Fairfax, VA",6098,7052,609,10 Mile +11335,Jenna W.,F,36,"Macungie, PA",6098,7012,609,10 Mile +11328,Kristin W.,F,46,"Raleigh, NC",6099,6955,609,10 Mile +12419,Annabella E.,F,39,"New York, NY",6099,7079,609,10 Mile +13203,Shameka W.,F,38,"Gambrills, MD",6101,6691,610,10 Mile +14157,Yesenia P.,F,32,"Bronx, NY",6101,7072,610,10 Mile +22002,Emily M.,F,32,"Washington, DC",6102,7011,610,10 Mile +22700,Dima F.,F,36,"Chevy Chase, MD",6102,6886,610,10 Mile +14758,Toyoko K.,F,44,"Washington, DC",6102,6671,610,10 Mile +12515,Amy G.,F,43,"Fairfax, VA",6102,6910,610,10 Mile +10159,Christine C.,F,42,"Herndon, VA",6102,6910,610,10 Mile +16294,Jessica M.,F,42,"Great Falls, VA",6103,7398,610,10 Mile +22161,Lauren S.,F,29,"Washington, DC",6103,7011,610,10 Mile +19479,Ann R.,F,46,"Washington, DC",6104,7221,610,10 Mile +11879,Pat K.,F,61,"Virginia Beach, VA",6104,6977,610,10 Mile +20850,Charlene A.,F,38,"Braywine, MD",6104,7179,610,10 Mile +9989,Mary A.,F,55,"Forest Hill, MD",6104,7246,610,10 Mile +15996,Francesca M.,F,26,"Washington, DC",6104,7171,610,10 Mile +8059,Casey T.,F,27,"Kensignton, MD",6104,6679,610,10 Mile +11319,Gillian B.,F,41,"Washington, DC",6105,6893,610,10 Mile +11390,Lisa L.,F,48,"Arlington, VA",6105,6965,610,10 Mile +15059,Brittany J.,F,23,"Arlington, VA",6105,7060,610,10 Mile +9286,Sarah C.,F,32,"Brooklyn, NY",6105,6740,610,10 Mile +14673,Molly B.,F,41,"Falls Church, VA",6106,7295,610,10 Mile +9586,Morgan R.,F,33,"Annandale, VA",6106,6862,610,10 Mile +4659,Emily L.,F,32,"Washington, DC",6106,6744,610,10 Mile +1739,Sonja K.,F,32,"Washington, DC",6106,6740,610,10 Mile +14840,Tanyia T.,F,41,"Woodbridge, VA",6106,6900,610,10 Mile +982,Maria Y.,F,43,"Washington, DC",6106,6163,610,10 Mile +21566,Ellee N.,F,18,"Silver Spring, MD",6106,7551,610,10 Mile +12891,Katrina S.,F,23,"New York, NY",6106,6875,610,10 Mile +11083,Emily S.,F,30,"Rockville, MD",6107,7057,610,10 Mile +14510,Grace G.,F,28,"Arlington, VA",6107,6684,610,10 Mile +15829,Diana D.,F,31,"Alexandria, VA",6108,7246,610,10 Mile +13296,Katie L.,F,29,"Washington, DC",6108,7237,610,10 Mile +6588,Anne D.,F,51,"Jay, ME",6108,6676,610,10 Mile +12062,Jill H.,F,23,"Washington, DC",6108,7377,610,10 Mile +22073,Jeanna B.,F,26,"Washington, DC",6108,7176,610,10 Mile +10343,Jessica S.,F,36,"Jonesboro, GA",6109,6689,610,10 Mile +9722,Heidi C.,F,43,"Oakton, VA",6109,7616,610,10 Mile +12378,Lindsay M.,F,31,"Washington, DC",6109,7030,610,10 Mile +12019,Ashley M.,F,29,"Rockville, MD",6109,6972,610,10 Mile +14440,Katy M.,F,34,"Arlington, VA",6109,7149,610,10 Mile +15600,Dorigen H.,F,39,"Rockville, MD",6109,7268,610,10 Mile +5348,Renee S.,F,32,"Washington, DC",6110,7073,611,10 Mile +22163,Casey B.,F,26,"Washington, DC",6110,7521,611,10 Mile +13870,Anne B.,F,28,"Alexandria, VA",6111,7250,611,10 Mile +7412,Jackie M.,F,32,"Beach Haven, NJ",6111,6736,611,10 Mile +22701,Cynthia B.,F,40,"Newton, MA",6111,6859,611,10 Mile +15976,Jeanna C.,F,36,"Silver Spring, MD",6111,7239,611,10 Mile +22164,Jennifer G.,F,27,"Washington, DC",6111,7521,611,10 Mile +8376,Ashley G.,F,26,"Pittston Township, PA",6111,7003,611,10 Mile +14734,Susan S.,F,62,"New York, NY",6112,7635,611,10 Mile +18634,Kathryn M.,F,27,"Clarksville, MD",6113,7601,611,10 Mile +22697,Aliza L.,F,44,"Washington, DC",6113,7106,611,10 Mile +16386,Jennifer M.,F,33,"New Market, MD",6113,7180,611,10 Mile +21949,Angela M.,F,24,"Washington, DC",6113,7180,611,10 Mile +15674,Karen O.,F,25,"Arlington, VA",6114,7155,611,10 Mile +13267,Nicky L.,F,49,"Washington, DC",6114,6968,611,10 Mile +14880,Valerie L.,F,49,"Forest Hills, NY",6114,7343,611,10 Mile +14225,Tolulope O.,F,35,"Montgomery Village, MD",6115,7169,611,10 Mile +9595,Julia Z.,F,38,"Washington, DC",6115,7106,611,10 Mile +9790,Zoe R.,F,27,"Cheverly, MD",6115,7305,611,10 Mile +10249,Alyson H.,F,42,"Winchester, VA",6115,7096,611,10 Mile +8766,Kimia A.,F,20,"Clarksville, MD",6116,6656,611,10 Mile +14471,Kristen S.,F,55,"Richmond, VA",6116,7020,611,10 Mile +13068,Laura A.,F,46,"State College, PA",6116,7020,611,10 Mile +9767,Rayne S.,F,50,"State College, PA",6116,7020,611,10 Mile +12347,Katie Q.,F,27,"New York, NY",6116,6955,611,10 Mile +18408,Myra C.,F,35,"Alexandria, VA",6116,7569,611,10 Mile +13345,Julie P.,F,23,"Columbia, MD",6116,7046,611,10 Mile +11696,Rachel B.,F,24,"Alexandria, VA",6116,6857,611,10 Mile +11427,Ashley H.,F,28,"Washington, DC",6117,7107,611,10 Mile +12700,Victoria C.,F,32,"Arlington, VA",6117,7061,611,10 Mile +16399,Alana S.,F,35,"Montgomery Village, MD",6118,7169,611,10 Mile +12930,Tessa V.,F,27,"Washington, DC",6118,7002,611,10 Mile +6136,Meghan B.,F,27,"Boston, MA",6118,7002,611,10 Mile +8332,Yasmin A.,F,26,"Boston, MA",6118,7002,611,10 Mile +11429,Trista A.,F,32,"Washington, DC",6118,7107,611,10 Mile +16820,Kristin L.,F,27,"Oakton, VA",6119,7337,611,10 Mile +14582,Brooke P.,F,32,"Bunker Hill, WV",6119,7221,611,10 Mile +22584,Dorie R.,F,34,"Gaithersburg, MD",6119,6653,611,10 Mile +22622,Natalie L.,F,46,"Bethesda, MD",6119,6653,611,10 Mile +11294,Jen G.,F,28,"Baltimore, MD",6119,6892,611,10 Mile +16193,Amanda L.,F,31,"Washington, DC",6120,7164,612,10 Mile +22880,Julia G.,F,55,"Fort Gratiot, MI",6120,7629,612,10 Mile +11957,Emily B.,F,43,"Silver Spring, MD",6121,7097,612,10 Mile +7572,Oluchi N.,F,33,"Vienna, VA",6121,7182,612,10 Mile +11073,Deedee M.,F,26,"Nashville, TN",6121,7108,612,10 Mile +11411,Lynda V.,F,60,"Brookeville, MD",6122,6985,612,10 Mile +14867,Sarah L.,F,46,"Silver Spring, MD",6122,7170,612,10 Mile +14704,Molly M.,F,38,"Gretna, NE",6123,7110,612,10 Mile +20164,Ashley N.,F,31,"Washington, DC",6123,7220,612,10 Mile +5646,Melissa A.,F,24,"Arlington, VA",6124,6686,612,10 Mile +17730,Elizabeth O.,F,25,"Crofton, MD",6124,7330,612,10 Mile +21124,Kathy R.,F,58,"Churchville, PA",6125,7326,612,10 Mile +13869,Becca K.,F,26,"Chicago, IL",6125,7326,612,10 Mile +11934,Marella N.,F,42,"Vienna, VA",6125,7101,612,10 Mile +13442,Lindsey M.,F,30,"New York, NY",6125,6951,612,10 Mile +8544,Kimberly M.,F,39,"Severn, MD",6125,7335,612,10 Mile +14159,Lilly K.,F,35,"Bethesda, MD",6125,7298,612,10 Mile +21929,Mackenzie S.,F,22,"Washington, DC",6126,7097,612,10 Mile +10823,Jennifer R.,F,42,"Bethesda, MD",6126,6932,612,10 Mile +18785,Sarah H.,F,26,"Alexandria, VA",6127,7600,612,10 Mile +15019,Lisa C.,F,30,"Princeton, NJ",6127,7399,612,10 Mile +12008,Clarissa R.,F,41,"Alexandria, VA",6127,7073,612,10 Mile +13100,Marissa S.,F,30,"Washington, DC",6127,7098,612,10 Mile +14908,Erin C.,F,35,"Washington, DC",6128,7187,612,10 Mile +11363,Catarina C.,F,37,"Falls Church, VA",6128,7099,612,10 Mile +9732,Jackeline A.,F,24,"Washington, DC",6128,7111,612,10 Mile +21906,Abigail H.,F,20,"Arlington, VA",6128,6586,612,10 Mile +20786,Melissa C.,F,32,"Cambridge, MA",6128,7272,612,10 Mile +21492,Sarah C.,F,28,"Chevy Chase, MD",6128,6738,612,10 Mile +13406,Sara C.,F,21,"Warwick, RI",6129,7374,612,10 Mile +10963,Julie P.,F,42,"Potomac, MD",6129,6966,612,10 Mile +14288,Stephanie S.,F,33,"Washington, DC",6129,7320,612,10 Mile +12669,Lara B.,F,23,"Washington, DC",6129,7012,612,10 Mile +5821,Jamie R.,F,40,"New York, NY",6129,6408,612,10 Mile +15211,Amanda M.,F,29,"Clarks Summit, PA",6130,7280,613,10 Mile +7904,Lananh V.,F,45,"Lorton, VA",6130,6764,613,10 Mile +15567,Riley O.,F,22,"Washington, DC",6130,7375,613,10 Mile +18523,Erin B.,F,39,"Takoma Park, MD",6131,6965,613,10 Mile +6395,Emily B.,F,46,"Alexandria, VA",6131,7223,613,10 Mile +11798,Tiffany H.,F,26,"Arlington, VA",6131,7284,613,10 Mile +11832,Keia C.,F,35,"Washington, DC",6131,6933,613,10 Mile +3505,Amie L.,F,44,"Bluffton, SC",6131,6343,613,10 Mile +15026,Pauline M.,F,24,"Falls Church, VA",6131,7169,613,10 Mile +22670,Marion A.,F,45,"Bethesda, MD",6131,6763,613,10 Mile +17899,Kathryn W.,F,30,"Washington, DC",6132,7252,613,10 Mile +10324,Beth B.,F,46,"Fort Myer, VA",6132,6913,613,10 Mile +11621,Laura C.,F,31,"Centreville, VA",6132,6955,613,10 Mile +16236,Nancy G.,F,49,"Bowie, MD",6132,7392,613,10 Mile +14273,Diana K.,F,28,"New Rochelle, NY",6132,6968,613,10 Mile +13232,Shelby S.,F,24,"Arlington, VA",6133,6951,613,10 Mile +11805,Virginia S.,F,42,"Olney, MD",6133,7399,613,10 Mile +9149,Jennifer E.,F,43,"Brookeville, MD",6133,6704,613,10 Mile +13694,Jessica P.,F,34,"Arlington, VA",6133,7043,613,10 Mile +6962,Elizabeth T.,F,47,"Laurel, MD",6133,7399,613,10 Mile +7985,Cara H.,F,36,"Martinsburg, WV",6133,7234,613,10 Mile +11099,Amy C.,F,23,"Ashburn, VA",6133,7662,613,10 Mile +8648,Kylene D.,F,29,"Washington, DC",6133,7427,613,10 Mile +7770,Lydia G.,F,56,"Washington, DC",6134,7619,613,10 Mile +10522,Malena B.,F,41,"Annandale, VA",6134,7231,613,10 Mile +18835,Samantha K.,F,29,"Philadelphia, PA",6134,7249,613,10 Mile +11512,Margaret S.,F,36,"San Francisco, CA",6134,6961,613,10 Mile +705,Sandra C.,F,42,"Washington, DC",6135,6360,613,10 Mile +22582,Kristen M.,F,30,"Arlington, VA",6135,6710,613,10 Mile +16007,Bethany B.,F,26,"Washington, DC",6135,7046,613,10 Mile +17484,Anju S.,F,56,"Fairfax, VA",6135,7319,613,10 Mile +10540,Kyla S.,F,44,"Washington, DC",6136,7237,613,10 Mile +11732,Stephanie H.,F,31,"Vienna, VA",6137,7605,613,10 Mile +4880,Alexandra L.,F,23,"Washington, DC",6137,7227,613,10 Mile +9740,Kathie P.,F,51,"Herndon, VA",6137,6694,613,10 Mile +14763,Jenny G.,F,25,"Arlington, VA",6137,6928,613,10 Mile +11826,Gabrielle C.,F,22,"Silver Spring, MD",6137,7133,613,10 Mile +17369,Laura-Brynn N.,F,22,"Washington, DC",6138,7250,613,10 Mile +11456,Leigh A.,F,42,"Alexandria, VA",6138,6988,613,10 Mile +10939,Mary J.,F,60,"Potomac, MD",6138,6939,613,10 Mile +17073,Qianlei L.,F,24,"Arlington, VA",6138,6681,613,10 Mile +11530,Megan C.,F,30,"Chevy Chase, MD",6138,6945,613,10 Mile +13145,Michele G.,F,55,"Warrenton, VA",6138,7075,613,10 Mile +12202,Emily C.,F,24,"St. Louis, MO",6138,7134,613,10 Mile +13290,Melissa F.,F,41,"Alexandria, VA",6138,6720,613,10 Mile +13175,Nicole W.,F,32,"Woodbridge, VA",6139,7124,613,10 Mile +13241,Morgan S.,F,29,"Morgantown, WV",6139,7124,613,10 Mile +11105,Eva W.,F,30,"Alexandria, VA",6139,7045,613,10 Mile +4319,Abigail G.,F,25,"Washington, DC",6139,6455,613,10 Mile +8988,Deanna H.,F,33,"Ijamsville, MD",6140,6685,614,10 Mile +9886,Mary L.,F,30,"Falls Church, VA",6140,7046,614,10 Mile +13373,Jenny M.,F,40,"Fairfax, VA",6140,7124,614,10 Mile +11442,Theresa F.,F,27,"St. Louis, MO",6140,7136,614,10 Mile +14717,Dana E.,F,41,"Annandale, VA",6140,7123,614,10 Mile +17131,Ashley C.,F,24,"Bethpage, NY",6140,7263,614,10 Mile +6776,Rebeckah H.,F,23,"Washington, DC",6141,7200,614,10 Mile +7566,Christin D.,F,31,"Altamont, NY",6141,6641,614,10 Mile +20933,Andrea E.,F,36,"Germantown, MD",6141,7046,614,10 Mile +12847,Erin W.,F,34,"Catonsville, MD",6141,7089,614,10 Mile +15914,Sarah S.,F,41,"Moon Twp, PA",6142,7046,614,10 Mile +6353,Aki S.,F,23,"Arlington, VA",6142,6608,614,10 Mile +14755,Lauren S.,F,37,"Nazareth, PA",6142,7251,614,10 Mile +14883,Karla M.,F,42,"Bethesda, MD",6142,7232,614,10 Mile +8484,Sonia T.,F,32,"Washington, DC",6142,6660,614,10 Mile +21693,Ellen W.,F,27,"Washington, DC",6142,7379,614,10 Mile +5526,Sharon M.,F,47,"Greenland, NH",6142,6387,614,10 Mile +18044,Jessica L.,F,24,"Washington, DC",6142,7000,614,10 Mile +6057,Michelle B.,F,32,"Washington, DC",6142,6930,614,10 Mile +13756,Marianne M.,F,43,"Washington, DC",6143,7116,614,10 Mile +15728,Samantha M.,F,41,"Washington, DC",6143,7116,614,10 Mile +17306,Jessica C.,F,38,"Arlington, VA",6143,7630,614,10 Mile +11678,Dolores G.,F,55,"Fairfax, VA",6143,6913,614,10 Mile +9162,Donna P.,F,43,"Columbia, MD",6143,7021,614,10 Mile +11515,Stacy W.,F,38,"Alexandria, VA",6144,7024,614,10 Mile +14169,Alyson B.,F,30,"Washington, DC",6144,7236,614,10 Mile +11487,Jennifer D.,F,30,"Charlottesville, VA",6144,7014,614,10 Mile +9984,Karynne A.,F,35,"Fairfax, VA",6144,6638,614,10 Mile +14936,Kristen R.,F,26,"Arlington, VA",6145,7265,614,10 Mile +10853,Heather B.,F,35,"Fairfax, VA",6145,7112,614,10 Mile +13934,Lauren R.,F,25,"Washington, DC",6145,7265,614,10 Mile +12546,Jeanine G.,F,31,"Alexandria, VA",6145,6578,614,10 Mile +1895,Heather C.,F,29,"Quantico, VA",6145,6178,614,10 Mile +11579,Carrie W.,F,28,"Hermitage, TN",6146,7069,614,10 Mile +13599,Renee T.,F,31,"Arlington, VA",6146,7048,614,10 Mile +21429,Laura P.,F,37,"Harpers Ferry, WV",6146,7628,614,10 Mile +15647,Holly B.,F,34,"Washington, DC",6147,6718,614,10 Mile +6098,Shannon F.,F,35,"Washington, DC",6147,6972,614,10 Mile +11829,Cameron B.,F,27,"Washington, DC",6147,7003,614,10 Mile +18626,Angela A.,F,37,"Waldorf, MD",6147,7680,614,10 Mile +16434,Jiarong G.,F,29,"Arlington, VA",6148,7298,614,10 Mile +11978,Jennifer C.,F,39,"Adelphi, MD",6148,6960,614,10 Mile +21795,Natalie A.,F,31,"Washington, DC",6148,7367,614,10 Mile +6460,Robin T.,F,35,"Washington, DC",6149,7662,614,10 Mile +14421,Sarah L.,F,22,"Silver Spring, MD",6149,7330,614,10 Mile +10507,Sarah V.,F,29,"Washington, DC",6149,7587,614,10 Mile +21180,Debra L.,F,24,"Washington, DC",6149,7555,614,10 Mile +17103,Angela A.,F,37,"Apex, NC",6149,6984,614,10 Mile +10920,Amelia H.,F,41,"Savannah, GA",6149,7386,614,10 Mile +13627,Kimberly C.,F,34,"Atlantic City, NJ",6150,7229,615,10 Mile +23107,Samantha M.,F,32,"Broadlands, VA",6151,6757,615,10 Mile +8466,Kristin K.,F,25,"Washington, DC",6151,6675,615,10 Mile +14307,Stephanie R.,F,41,"Linwood, NJ",6151,7224,615,10 Mile +15835,Burcu D.,F,41,"Washington, DC",6151,7257,615,10 Mile +14461,Stephanie D.,F,33,"Kensington, MD",6152,7110,615,10 Mile +12073,Katie M.,F,34,"Falls Church, VA",6152,7119,615,10 Mile +11477,Sarah C.,F,26,"Washington, DC",6152,6938,615,10 Mile +12170,Genevieve B.,F,30,"Washington, DC",6152,6922,615,10 Mile +7332,Molly H.,F,28,"Alexandria, VA",6153,6604,615,10 Mile +22268,Shelby Y.,F,45,"Ashley, PA",6153,6634,615,10 Mile +5356,Corinne R.,F,24,"Washington, DC",6153,6606,615,10 Mile +18923,Meagan R.,F,32,"Washington, DC",6153,7194,615,10 Mile +13795,Mariecken F.,F,43,"Winchester, VA",6153,7134,615,10 Mile +9578,Chioma O.,F,35,"Washington, DC",6153,6585,615,10 Mile +12435,Alana H.,F,35,"Columbia, MD",6153,6933,615,10 Mile +429,Claudia C.,F,70,"Simpsonville, SC",6154,6192,615,10 Mile +13509,Jessica B.,F,27,"Alexandria, VA",6154,6935,615,10 Mile +10983,Stacey C.,F,45,"Pittsburgh, PA",6154,6892,615,10 Mile +14449,Elena R.,F,53,"Lakewood, CA",6154,7223,615,10 Mile +13361,Cary C.,F,42,"Winchester, VA",6155,7136,615,10 Mile +11876,Susan D.,F,46,"Virginia Beach, VA",6155,6956,615,10 Mile +11410,Meghan G.,F,26,"Vienna, VA",6155,7119,615,10 Mile +11196,Rieman R.,F,39,"Boyce, VA",6155,7136,615,10 Mile +14240,Caroline C.,F,25,"Washington, DC",6155,7119,615,10 Mile +12794,Misti H.,F,41,"Saint Petersburg, FL",6155,6934,615,10 Mile +14435,Ilyse C.,F,35,"Wellesley, MA",6155,7218,615,10 Mile +7690,Jennifer G.,F,38,"Philadelphia, PA",6156,6750,615,10 Mile +12441,Megan L.,F,31,"Alexandria, VA",6156,7321,615,10 Mile +18894,Alyssa S.,F,27,"Reston, VA",6156,7039,615,10 Mile +8885,Tamara M.,F,41,"Boyce, VA",6156,7136,615,10 Mile +13136,Marisa B.,F,39,"Washington, DC",6156,7007,615,10 Mile +11281,April S.,F,41,"Vienna, VA",6157,6693,615,10 Mile +5397,Rachel F.,F,45,"Woodbridge, VA",6157,6633,615,10 Mile +13545,Stephanie K.,F,42,"Reston, VA",6157,7124,615,10 Mile +21503,Kimberly K.,F,29,"Baltimore, MD",6157,6669,615,10 Mile +4716,Jenae Q.,F,31,"Baltimore, MD",6157,6669,615,10 Mile +9060,Laurie D.,F,51,"Woodbridge, VA",6157,6633,615,10 Mile +21514,Melissa L.,F,30,"Baltimore, MD",6157,6669,615,10 Mile +10590,Jennifer D.,F,29,"Alexandria, VA",6158,7311,615,10 Mile +19757,Laura S.,F,31,"Annapolis, MD",6158,7601,615,10 Mile +12795,Dianeth S.,F,51,"Fairfax, VA",6158,7303,615,10 Mile +10880,Megan B.,F,30,"Fairfax, VA",6159,7444,615,10 Mile +15241,Julie K.,F,47,"Potomac, MD",6159,7208,615,10 Mile +413,Christy S.,F,68,"Glen Arm, MD",6160,6174,616,10 Mile +8917,Patricia V.,F,39,"Atlantic City, NJ",6160,7239,616,10 Mile +14760,Shannon M.,F,32,"Washington, DC",6160,7262,616,10 Mile +11744,Cathy P.,F,64,"Conway, AR",6160,7243,616,10 Mile +17260,Mary P.,F,50,"Rockville, MD",6161,7350,616,10 Mile +13184,Tina S.,F,28,"Annapolis, MD",6161,7047,616,10 Mile +6991,Callie U.,F,26,"Charlottesville, VA",6161,7120,616,10 Mile +13363,Nina W.,F,31,"Jessup, MD",6161,7023,616,10 Mile +13158,Shayla G.,F,23,"Arlington, VA",6162,7049,616,10 Mile +5767,Nicole S.,F,31,"Washington, DC",6162,6743,616,10 Mile +14142,Maris M.,F,34,"Silver Spring, MD",6162,7433,616,10 Mile +17887,Grace S.,F,22,"Washington, DC",6162,7431,616,10 Mile +14203,Stephanie H.,F,22,"Leesburg, VA",6162,7227,616,10 Mile +16295,Valentina X.,F,34,"Washington, DC",6162,7417,616,10 Mile +14093,Jessica D.,F,27,"Sunnyside, NY",6162,6894,616,10 Mile +15978,Petra C.,F,45,"Fairfax Station, VA",6163,7360,616,10 Mile +12843,Christina C.,F,34,"Westerville, OH",6163,6956,616,10 Mile +15503,Diana S.,F,25,"New York, NY",6163,6686,616,10 Mile +8248,Trinh H.,F,40,"Arlington, VA",6163,6728,616,10 Mile +15553,Ursula Z.,F,31,"Washington, DC",6163,6743,616,10 Mile +22095,Hannah C.,F,22,"Washington, DC",6164,7226,616,10 Mile +18354,Melissa L.,F,35,"Washington, DC",6164,7603,616,10 Mile +14422,Christine N.,F,31,"Vienna, VA",6164,7226,616,10 Mile +12275,Sharon H.,F,47,"Washington, DC",6164,7084,616,10 Mile +16974,Jennifer D.,F,38,"Fairfax Station, VA",6164,7360,616,10 Mile +21629,Michelle D.,F,24,"Arlington, VA",6165,7442,616,10 Mile +10610,Linda H.,F,45,"Wahoo, NE",6165,7063,616,10 Mile +4205,Su F.,F,41,"Clarksburg, MD",6165,6913,616,10 Mile +12619,Alejandra L.,F,29,"Gaithersburg, MD",6165,6914,616,10 Mile +12264,Jen G.,F,28,"Arlington, VA",6165,7467,616,10 Mile +15694,Jennifer K.,F,28,"Silver Spring, MD",6165,7467,616,10 Mile +14503,Elise C.,F,28,"Washington, DC",6165,7325,616,10 Mile +17133,Cania I.,F,37,"Bethpage, NY",6165,7233,616,10 Mile +15317,Emily M.,F,42,"Quincy, MA",6165,7459,616,10 Mile +10968,Shalini M.,F,30,"Arlington, VA",6165,6916,616,10 Mile +9662,Mandana F.,F,26,"Washington, DC",6166,7467,616,10 Mile +16176,Dawn S.,F,53,"Davison, MI",6166,7253,616,10 Mile +13257,Karen C.,F,61,"Poolesville, MD",6167,7090,616,10 Mile +8110,Juanli G.,F,41,"Mclean, VA",6167,7031,616,10 Mile +12270,Mary P.,F,54,"Hagerstown, MD",6167,7074,616,10 Mile +13157,Lisa H.,F,48,"Port Republic, MD",6167,6955,616,10 Mile +6309,Heather K.,F,46,"Arlington, VA",6167,6707,616,10 Mile +11289,Jennifer N.,F,30,"Falls Church, VA",6167,6623,616,10 Mile +22229,Tonya W.,F,44,"Laurel, MD",6168,7321,616,10 Mile +11794,Nancy K.,F,52,"Frederick, MD",6168,7076,616,10 Mile +22576,Jennifer V.,F,49,"Milford, PA",6168,6796,616,10 Mile +3450,Michele F.,F,30,"New York, NY",6169,7139,616,10 Mile +16004,Katie G.,F,26,"Silver Spring, MD",6169,7233,616,10 Mile +11381,Maria S.,F,49,"Burlington, NJ",6169,7015,616,10 Mile +4739,Lindsay N.,F,29,"Brooklyn, NY",6170,7140,617,10 Mile +14615,Jessica J.,F,25,"Durham, NC",6170,7287,617,10 Mile +7780,Lauren C.,F,33,"New York, NY",6170,6965,617,10 Mile +7370,Maura D.,F,50,"Bethesda, MD",6171,6601,617,10 Mile +10857,Jillian G.,F,36,"Stephenson, VA",6171,7283,617,10 Mile +13106,Elizabeth K.,F,36,"Boston, MA",6171,6947,617,10 Mile +11542,Leslie S.,F,42,"Chevy Chase, MD",6171,6999,617,10 Mile +14597,Carolyn E.,F,23,"Lexington Park, MD",6171,7329,617,10 Mile +15917,Lisa V.,F,51,"Montgomery Village, MD",6171,7083,617,10 Mile +11386,Jennifer F.,F,46,"Washington, DC",6171,7130,617,10 Mile +11318,Jessica B.,F,33,"Washington, DC",6171,7289,617,10 Mile +10295,Lauren S.,F,26,"Washington, DC",6171,6944,617,10 Mile +14118,Birgitte H.,F,43,"Washington, DC",6171,7258,617,10 Mile +7033,Liza G.,F,46,"Washington, DC",6172,6647,617,10 Mile +12591,Margo J.,F,33,"Washington, DC",6172,6944,617,10 Mile +8202,Katie R.,F,38,"Washington, DC",6172,6691,617,10 Mile +13288,Linda B.,F,49,"Haymarket, VA",6173,7110,617,10 Mile +22088,Veronica D.,F,31,"Washington, DC",6173,7213,617,10 Mile +18296,Ligia V.,F,29,"Rockville, MD",6173,7333,617,10 Mile +2823,Spomenka G.,F,59,"Greenbelt, MD",6173,7226,617,10 Mile +7497,Lesley K.,F,29,"Washington, DC",6174,6968,617,10 Mile +7127,Joyce J.,F,48,"Washington, DC",6174,7134,617,10 Mile +4311,Laura N.,F,42,"Silver Spring, MD",6174,7134,617,10 Mile +11980,Katherine H.,F,25,"Washington, DC",6174,7168,617,10 Mile +22716,Emily L.,F,38,"Silver Spring, MD",6174,7302,617,10 Mile +16870,Katie L.,F,25,"Arlington, VA",6175,7429,617,10 Mile +20783,Alicia D.,F,38,"Silver Spring, MD",6175,7304,617,10 Mile +18288,Emilie L.,F,35,"Alexandria, VA",6175,7401,617,10 Mile +17064,Katherine B.,F,33,"Alexandria, VA",6175,7149,617,10 Mile +5566,Dominique L.,F,29,"Alexandria, VA",6176,6728,617,10 Mile +18298,Evgenia G.,F,29,"Chantilly, VA",6176,7140,617,10 Mile +22152,Susannah S.,F,24,"Washington, DC",6176,7409,617,10 Mile +15936,Joyce H.,F,32,"Cleveland Heights, OH",6176,7117,617,10 Mile +17181,Shana B.,F,32,"Baltimore, MD",6176,7245,617,10 Mile +15687,Elizabeth F.,F,47,"Greenbelt, MD",6176,7401,617,10 Mile +10018,Risa G.,F,30,"Minneapolis, MN",6176,7118,617,10 Mile +13964,Anna B.,F,27,"Royal Oak, MI",6176,6998,617,10 Mile +15551,Nancy K.,F,40,"Washington, DC",6177,7416,617,10 Mile +4022,Audrey V.,F,34,"Hillsborough, NC",6177,7054,617,10 Mile +15520,Hailey K.,F,12,"Westminster, MD",6177,7296,617,10 Mile +21100,Allie E.,F,23,"Timonium, MD",6177,7353,617,10 Mile +8477,Anna K.,F,28,"Arlington, VA",6178,6641,617,10 Mile +15472,Meredith B.,F,38,"St. Petersburg, FL",6178,7306,617,10 Mile +12427,Louisa J.,F,26,"Washington, DC",6178,7137,617,10 Mile +14566,Carrie K.,F,39,"Woodbridge, VA",6178,7218,617,10 Mile +15153,Christine T.,F,31,"Zion Grove, PA",6179,7436,617,10 Mile +601,Danielle S.,F,44,"Crofton, MD",6179,6214,617,10 Mile +10492,Pauline K.,F,37,"New York, NY",6179,6952,617,10 Mile +11189,Sheila J.,F,46,"Arlington, VA",6179,7114,617,10 Mile +14920,Claudia R.,F,41,"Washington, DC",6179,7224,617,10 Mile +13855,Tierney C.,F,25,"Alexandria, VA",6179,6740,617,10 Mile +11588,Christy G.,F,51,"Edgewater, MD",6180,7252,618,10 Mile +12024,Jihan Q.,F,34,"New York, NY",6180,6919,618,10 Mile +20009,Hannah K.,F,23,"Arlington, VA",6180,6992,618,10 Mile +12177,Joann N.,F,51,"Middletown, NY",6180,7042,618,10 Mile +13335,Angela C.,F,24,"Cambridge, MA",6181,6977,618,10 Mile +5376,Molly B.,F,27,"Washington, DC",6181,7291,618,10 Mile +14223,Jennifer I.,F,43,"Aldie, VA",6181,7252,618,10 Mile +2380,Susan L.,F,49,"Bethesda, MD",6181,6460,618,10 Mile +12693,Samantha C.,F,27,"Washington, DC",6181,7291,618,10 Mile +14032,Tamara G.,F,37,"Falls Church, VA",6181,7598,618,10 Mile +13397,Emily L.,F,30,"Ellicott City, MD",6182,7121,618,10 Mile +20328,Rebecca Z.,F,37,"Falls Church, VA",6182,7598,618,10 Mile +18033,Emily U.,F,35,"Atlanta, GA",6182,7121,618,10 Mile +12376,Allison P.,F,25,"Washington, DC",6182,6978,618,10 Mile +11946,Simone E.,F,45,"Washington, DC",6182,7231,618,10 Mile +14332,Sarah S.,F,30,"Vienna, VA",6182,7259,618,10 Mile +13854,Allyse D.,F,29,"Washington, DC",6183,7118,618,10 Mile +12883,Kelly K.,F,30,"Washington, DC",6183,7121,618,10 Mile +12717,Stephanie K.,F,27,"Silver Spring, MD",6183,7085,618,10 Mile +8214,Meredith K.,F,31,"Arlington, VA",6183,6641,618,10 Mile +21389,Yilien B.,F,32,"Arlington, VA",6184,6493,618,10 Mile +6195,Sumeeta K.,F,36,"Washington, DC",6184,6534,618,10 Mile +14972,Libby S.,F,36,"Springfield, VA",6184,7312,618,10 Mile +12526,Julia R.,F,31,"Washington, DC",6184,7121,618,10 Mile +19838,Alexandra D.,F,33,"Bethesda, MD",6185,7711,618,10 Mile +15862,Paola L.,F,38,"Haslet, TX",6185,7431,618,10 Mile +17116,Christine K.,F,32,"Silver Spring, MD",6186,7466,618,10 Mile +14161,Kathryn P.,F,39,"Alexandria, VA",6186,7105,618,10 Mile +16246,Dahftanmyly I.,F,38,"Bethesda, MD",6186,7360,618,10 Mile +7892,Anna M.,F,31,"Reston, VA",6186,6719,618,10 Mile +12233,Lauren D.,F,30,"Columbia, MD",6186,7126,618,10 Mile +12399,Mary A.,F,58,"Laurel, MD",6186,6941,618,10 Mile +16141,Mariella I.,F,33,"Bethesda, MD",6186,7360,618,10 Mile +11159,Marci C.,F,38,"Baltimore, MD",6187,7406,618,10 Mile +14815,Liz J.,F,42,"Alexandria, VA",6187,7294,618,10 Mile +14601,Shelly G.,F,25,"Chicago, IL",6187,7236,618,10 Mile +7207,Joyce O.,F,25,"Washington, DC",6187,7082,618,10 Mile +11349,Laura G.,F,45,"Springfield, VA",6188,7311,618,10 Mile +22572,Dawn W.,F,47,"Ashburn, VA",6188,6506,618,10 Mile +9402,Natalie H.,F,25,"Arlington, VA",6188,6804,618,10 Mile +18067,Georgia C.,F,24,"Washington, DC",6188,6803,618,10 Mile +11963,Sheila S.,F,48,"Rockville, MD",6188,7123,618,10 Mile +14116,Shannon J.,F,25,"Madison, WI",6188,7311,618,10 Mile +13195,Patricia D.,F,59,"Washington, DC",6189,7046,618,10 Mile +15359,Jenn R.,F,38,"Alexandria, VA",6189,7297,618,10 Mile +2563,Kristen S.,F,36,"Alexandria, VA",6189,7298,618,10 Mile +10930,Meghan M.,F,29,"Rockville, MD",6189,7138,618,10 Mile +8493,Diane W.,F,48,"Alexandria, VA",6189,6637,618,10 Mile +13132,Anne L.,F,35,"Pittsburgh, PA",6190,6934,619,10 Mile +14715,Julie S.,F,52,"Arlington, VA",6190,7284,619,10 Mile +14076,Lolimar M.,F,47,"Union, NJ",6190,7439,619,10 Mile +17984,Amanda S.,F,35,"Alexandria, VA",6190,7300,619,10 Mile +7790,Julia G.,F,20,"Villanova, PA",6191,7359,619,10 Mile +10022,Eliza C.,F,23,"Washington, DC",6191,7030,619,10 Mile +7967,Sarah R.,F,37,"Fairfax, VA",6191,6721,619,10 Mile +10576,Rita C.,F,48,"Mclean, VA",6191,7091,619,10 Mile +13910,Morgan S.,F,24,"Arlington, VA",6191,7667,619,10 Mile +9519,Carolyn M.,F,41,"Washington, DC",6191,6934,619,10 Mile +10121,Peggy Y.,F,34,"Washington, DC",6191,7308,619,10 Mile +8984,Sophia B.,F,20,"Wallingford, CT",6191,7359,619,10 Mile +5877,Anne L.,F,28,"Philadelphia, PA",6192,7094,619,10 Mile +18693,Stephanie B.,F,40,"Clarksburg, MD",6192,7166,619,10 Mile +16040,Hana S.,F,31,"Arlington, VA",6193,7235,619,10 Mile +8039,Lisa M.,F,33,"Takom Park, MD",6193,6655,619,10 Mile +11635,Megan L.,F,31,"Philadelphia, PA",6193,7094,619,10 Mile +11734,Kelly W.,F,20,"Aldie, VA",6193,7003,619,10 Mile +16289,Lori H.,F,46,"Stafford, VA",6194,6815,619,10 Mile +3038,Nicole W.,F,39,"Locust Grove, VA",6194,6425,619,10 Mile +6830,Ingrid S.,F,43,"Oakton, VA",6194,6940,619,10 Mile +14099,Carol T.,F,63,"West River, MD",6194,6930,619,10 Mile +4139,Zoe B.,F,15,"State College, PA",6194,6425,619,10 Mile +20644,Liz H.,F,43,"Mclean, VA",6194,7801,619,10 Mile +7291,Melissa B.,F,27,"Richmond, VA",6194,7096,619,10 Mile +3149,Meredith B.,F,24,"Richmond, VA",6194,7096,619,10 Mile +18755,Joanne B.,F,41,"Rio Rancho, NM",6194,6726,619,10 Mile +4413,Anne M.,F,36,"Alexandria, VA",6195,6445,619,10 Mile +8272,Angie S.,F,30,"Arlington, VA",6195,6993,619,10 Mile +14505,Becky C.,F,25,"Arlington, VA",6195,7345,619,10 Mile +21643,Emily K.,F,24,"Washington, DC",6195,7474,619,10 Mile +19071,Joy B.,F,59,"Brookline, NH",6195,6804,619,10 Mile +14874,Lindsey L.,F,30,"Washington, DC",6195,7247,619,10 Mile +15945,Meagan M.,F,27,"Fairfax, VA",6195,7247,619,10 Mile +3668,Michelle S.,F,31,"Alexandria, VA",6195,6804,619,10 Mile +11632,Amy B.,F,48,"Washington, DC",6195,6960,619,10 Mile +21449,Patricia B.,F,26,"Hyattsville, MD",6196,7635,619,10 Mile +8614,Karen B.,F,29,"Alexandria, VA",6196,6509,619,10 Mile +11865,Nicole U.,F,31,"Arlington, VA",6196,6993,619,10 Mile +14147,Karen E.,F,37,"Germantown, MD",6197,7357,619,10 Mile +17285,Victoria A.,F,26,"Brooklyn, NY",6197,7420,619,10 Mile +22807,Kathryn D.,F,23,"New York, NY",6198,7255,619,10 Mile +13654,April M.,F,40,"Washington, DC",6198,7119,619,10 Mile +14267,Victoria G.,F,42,"Westport, CT",6199,7366,619,10 Mile +13154,Molly J.,F,25,"Washington, DC",6199,6509,619,10 Mile +20720,Christina N.,F,23,"Pittsburgh, PA",6199,7643,619,10 Mile +15922,Diana M.,F,54,"Pittsburgh, PA",6199,6673,619,10 Mile +13038,Kelly W.,F,37,"Washington, DC",6199,6992,619,10 Mile +9057,Christian D.,F,35,"Alexandria, VA",6199,7272,619,10 Mile +11974,Sara B.,F,31,"Germantown, MD",6199,7360,619,10 Mile +14322,Melissa F.,F,34,"Brookeville, MD",6200,7274,620,10 Mile +16569,Shanna L.,F,28,"Temple Hills, MD",6200,7179,620,10 Mile +13036,Rachael G.,F,27,"Washington, DC",6200,6992,620,10 Mile +10190,Kerri P.,F,37,"Hyattsville, MD",6201,6819,620,10 Mile +13270,Alyson M.,F,25,"Arlington, VA",6201,7147,620,10 Mile +9703,Phyllis M.,F,60,"Newfields, NH",6201,6651,620,10 Mile +10448,Tracey W.,F,45,"Stafford, VA",6201,7154,620,10 Mile +13633,Anu S.,F,37,"Vienna, VA",6201,6640,620,10 Mile +16155,Anne T.,F,41,"Chantilly, VA",6202,7346,620,10 Mile +17214,Dorothy W.,F,39,"Ny, NY",6202,7352,620,10 Mile +17909,Arathi R.,F,32,"Washington, DC",6202,7660,620,10 Mile +13605,Lindsey K.,F,32,"Washington, DC",6202,7101,620,10 Mile +2461,Cat G.,F,26,"New York, NY",6202,7247,620,10 Mile +2813,Jessica P.,F,26,"Baltimore, MD",6202,6656,620,10 Mile +14701,Lindsay F.,F,24,"Arlington, VA",6203,7270,620,10 Mile +13969,Tracy Z.,F,51,"Hagerstown, MD",6203,7100,620,10 Mile +12026,Sophia W.,F,31,"Washington, DC",6203,7153,620,10 Mile +12463,Meagan S.,F,39,"Ashburn, VA",6203,7143,620,10 Mile +5530,Catherine C.,F,25,"New York, NY",6203,7133,620,10 Mile +16144,Danielle D.,F,32,"Tampa, FL",6203,7324,620,10 Mile +9200,Jessica K.,F,34,"Olney, MD",6203,6789,620,10 Mile +4533,Kaylyn W.,F,24,"Washington, DC",6203,6410,620,10 Mile +16483,Hong P.,F,43,"Fairfax, VA",6203,7256,620,10 Mile +3565,Amanda D.,F,29,"Woodbridge, VA",6204,6707,620,10 Mile +5149,Lauren S.,F,30,"East Brunswick, NJ",6204,7178,620,10 Mile +15078,Andrea G.,F,30,"Ft. Lauderdale, FL",6204,7437,620,10 Mile +14400,Yuen C.,F,59,"New York, NY",6204,7018,620,10 Mile +2643,Elizabeth C.,F,28,"Washington, DC",6204,7249,620,10 Mile +18406,Minnie C.,F,50,"Potomac, MD",6204,6805,620,10 Mile +14896,Kimberly H.,F,48,"Bowie, MD",6204,7074,620,10 Mile +14838,Hyun M.,F,28,"Erie, PA",6204,7344,620,10 Mile +7775,Amy H.,F,31,"Franklin Lakes, NJ",6204,7178,620,10 Mile +10386,Ashley D.,F,23,"Davison, MI",6205,6772,620,10 Mile +9603,Brytni W.,F,23,"Baltimore, MD",6205,6651,620,10 Mile +10558,Ashley P.,F,27,"Arlington, VA",6205,7356,620,10 Mile +12803,Catherine P.,F,30,"Washington, DC",6206,7692,620,10 Mile +13218,Nicole T.,F,28,"Falls Church, VA",6206,7306,620,10 Mile +13925,Casey B.,F,24,"Broadlands, VA",6206,6942,620,10 Mile +23111,Theodora L.,F,43,"Centreville, VA",6206,7304,620,10 Mile +10260,Talia L.,F,25,"Rockville, MD",6206,7136,620,10 Mile +8937,Sarah G.,F,24,"Arlington, VA",6207,6699,620,10 Mile +17537,Andrea L.,F,49,"Mitchellville, MD",6207,7385,620,10 Mile +18425,Meredith H.,F,33,"Richmond, VA",6208,7491,620,10 Mile +7616,Annie A.,F,27,"Frederick, MD",6208,6795,620,10 Mile +11687,Amy S.,F,29,"Arlington, VA",6208,6743,620,10 Mile +6942,Britny B.,F,26,"Owings, MD",6208,6651,620,10 Mile +12353,Kerin D.,F,33,"Lafayette Hill, PA",6209,7129,620,10 Mile +13958,Christine K.,F,46,"Bristow, VA",6209,6717,620,10 Mile +11285,Lara S.,F,29,"Bethesda, MD",6209,7108,620,10 Mile +13402,Mairead T.,F,19,"College Park, MD",6209,7325,620,10 Mile +21341,Julie S.,F,38,"West Conshohocken, PA",6209,7129,620,10 Mile +12195,Bethany H.,F,32,"Warrenton, VA",6210,7371,621,10 Mile +14015,Jamie S.,F,36,"Warrenton, VA",6210,6717,621,10 Mile +15953,Shayla C.,F,37,"Silver Spring, MD",6210,6483,621,10 Mile +14301,Meghan J.,F,23,"Washington, DC",6210,6982,621,10 Mile +17439,Sarah M.,F,52,"Alexandria, VA",6211,7433,621,10 Mile +4512,Jaclyn R.,F,39,"Chantilly, VA",6211,6807,621,10 Mile +9432,Mary K.,F,49,"Philadelphia, PA",6211,6778,621,10 Mile +14877,Dana R.,F,46,"Washington, DC",6211,7320,621,10 Mile +12916,Pati H.,F,52,"Washington, DC",6212,7001,621,10 Mile +4991,Nicole M.,F,28,"Arlington, VA",6212,6446,621,10 Mile +932,Claudia B.,F,41,"Greenfield, IN",6212,7036,621,10 Mile +3815,Elizabeth S.,F,32,"Washington, DC",6212,7648,621,10 Mile +20122,Jessica M.,F,28,"Washington, DC",6213,7337,621,10 Mile +2257,Audrey B.,F,13,"Greenfield, IN",6213,7036,621,10 Mile +4134,Kimberly B.,F,31,"Washington, DC",6213,7036,621,10 Mile +13700,Paula J.,F,35,"Arlington, VA",6213,7327,621,10 Mile +3675,Elizabeth E.,F,39,"New York, NY",6213,7327,621,10 Mile +5503,Wendy I.,F,34,"Virginia Beach, VA",6214,7001,621,10 Mile +7887,Katherine M.,F,35,"Alexandria, VA",6214,7417,621,10 Mile +21059,Nairobi W.,F,38,"Upper Marlboro, MD",6214,7006,621,10 Mile +11582,Jennifer C.,F,45,"Gaithersburg, MD",6214,7186,621,10 Mile +8788,Jennifer N.,F,29,"Washington, DC",6215,6808,621,10 Mile +11874,Meredith P.,F,38,"Everett, WA",6215,7001,621,10 Mile +18442,Elizabeth D.,F,26,"Washington, DC",6215,7719,621,10 Mile +21283,Alissa R.,F,36,"Washington, DC",6215,7337,621,10 Mile +8794,Erin B.,F,38,"Philadelphia, PA",6215,6751,621,10 Mile +13245,Elizabeth M.,F,30,"Washington, DC",6216,7159,621,10 Mile +4409,Alexa L.,F,23,"Washington Dc, DC",6216,7203,621,10 Mile +12479,Emily L.,F,22,"Arlington, VA",6216,7049,621,10 Mile +15222,Ellie T.,F,27,"Hoover, AL",6216,7346,621,10 Mile +21193,Jacqueline K.,F,22,"Denver, CO",6216,7156,621,10 Mile +12153,Stephanie C.,F,23,"Washington, DC",6216,7334,621,10 Mile +20251,Caitlin D.,F,29,"Boston, MA",6217,6560,621,10 Mile +6044,Jemima A.,F,31,"Capitol Heights, MD",6217,7132,621,10 Mile +10877,Sara C.,F,43,"Easton, PA",6217,7069,621,10 Mile +11062,Elisabeth O.,F,35,"Washington, DC",6217,7656,621,10 Mile +12739,Courtney L.,F,27,"Washington, DC",6217,7360,621,10 Mile +22121,Alana W.,F,27,"Washington, DC",6217,7159,621,10 Mile +11332,Ingrid L.,F,39,"Silver Spring, MD",6218,6790,621,10 Mile +21382,Kristina O.,F,39,"New York, NY",6219,7190,621,10 Mile +12149,Carolyn L.,F,47,"Vienna, VA",6219,7195,621,10 Mile +12159,Li Z.,F,27,"Washington, DC",6219,7116,621,10 Mile +1549,Elizabeth B.,F,24,"Arlington, VA",6219,6759,621,10 Mile +16825,Kameca J.,F,32,"Astoria, NY",6219,7358,621,10 Mile +22636,Erin N.,F,37,"Gaithersburg, MD",6220,6992,622,10 Mile +8022,Amy S.,F,41,"Nashville, TN",6220,6721,622,10 Mile +13662,Jennifer C.,F,42,"Sterling, VA",6220,6957,622,10 Mile +8206,Rebecca S.,F,35,"Arlington, VA",6220,6700,622,10 Mile +8008,Stefanie R.,F,39,"New York, NY",6220,6721,622,10 Mile +8223,Elizabeth M.,F,32,"Washington, DC",6220,7354,622,10 Mile +5906,Toral P.,F,29,"Coppell, TX",6221,7354,622,10 Mile +8127,Courtney W.,F,24,"Newport News, VA",6221,7044,622,10 Mile +16413,Juli D.,F,41,"Lorton, VA",6221,7665,622,10 Mile +8994,Ashley W.,F,30,"Germantown, MD",6221,6799,622,10 Mile +16161,Sarah W.,F,40,"Washington, DC",6221,7118,622,10 Mile +19150,Stacey S.,F,45,"Burke, VA",6222,7388,622,10 Mile +10806,Maddie M.,F,22,"Arlington, VA",6222,6533,622,10 Mile +11953,Merry C.,F,39,"Denver, CO",6222,7165,622,10 Mile +12496,Ja L.,F,27,"Washington, DC",6222,7678,622,10 Mile +9705,Kim D.,F,48,"New Tripoli, MD",6222,6731,622,10 Mile +15934,Joanna S.,F,34,"Carnegie, PA",6223,7388,622,10 Mile +10268,Nancy M.,F,58,"Warren, NJ",6223,6800,622,10 Mile +19726,Jane K.,F,30,"Washington, DC",6223,7739,622,10 Mile +19388,Lynn R.,F,52,"Worcester, MA",6223,7455,622,10 Mile +14053,Mary B.,F,39,"Burke, VA",6224,7010,622,10 Mile +15106,Amy M.,F,39,"Springfield, VA",6225,7286,622,10 Mile +5378,Kay P.,F,53,"New Melle, MO",6226,7074,622,10 Mile +13327,Jackey D.,F,40,"Tonawanda, NY",6226,7003,622,10 Mile +11466,Christine S.,F,39,"West Warwick, RI",6227,6987,622,10 Mile +16381,Christina H.,F,29,"Arlington, VA",6227,7511,622,10 Mile +15457,Stephanie H.,F,45,"Elkridge, MD",6227,7404,622,10 Mile +17340,Martha W.,F,41,"Alexandria, VA",6228,7395,622,10 Mile +15150,Ariella G.,F,27,"Washington, DC",6228,7376,622,10 Mile +10272,Sara M.,F,28,"Washington, DC",6228,7162,622,10 Mile +12146,Elizabeth T.,F,52,"Morgantown, PA",6228,7067,622,10 Mile +14366,Katharine S.,F,23,"Arlington, VA",6228,7275,622,10 Mile +20103,Laurel W.,F,28,"Washington, IL",6228,7711,622,10 Mile +5517,Caron W.,F,59,"Arlington, VA",6228,6514,622,10 Mile +23163,Aleksandra J.,F,41,"Takoma Park, MD",6229,7132,622,10 Mile +14188,Katherine B.,F,29,"Washington, DC",6229,7426,622,10 Mile +17545,Ashley C.,F,30,"Arlington, VA",6229,7287,622,10 Mile +11366,Sharon E.,F,39,"Cheverly, MD",6229,7067,622,10 Mile +738,Lourdes R.,F,28,"Mclean, VA",6229,6229,622,10 Mile +9380,Lana K.,F,47,"Arlington, VA",6229,6833,622,10 Mile +13850,Anna C.,F,24,"Arlington, VA",6229,6789,622,10 Mile +12983,Caroline K.,F,25,"Washington, DC",6230,7163,623,10 Mile +12730,Alyssa A.,F,31,"Washington, DC",6230,7110,623,10 Mile +12658,Caitlin K.,F,29,"Washington, DC",6230,7093,623,10 Mile +23164,Gina L.,F,44,"Silver Spring, MD",6230,7132,623,10 Mile +7896,Cara S.,F,28,"Washington, DC",6230,6848,623,10 Mile +20716,Brooke G.,F,30,"Washington, DC",6230,7664,623,10 Mile +13035,Michelle W.,F,26,"Baltimore, MD",6231,7106,623,10 Mile +17556,Colleen C.,F,23,"West Islip, NY",6231,7311,623,10 Mile +10852,Christine W.,F,25,"Poolesville, MD",6231,7409,623,10 Mile +21321,Kasey M.,F,22,"Potomac, MD",6231,7409,623,10 Mile +16320,Emilia G.,F,35,"Baton Rouge, LA",6231,7529,623,10 Mile +10056,Melissa D.,F,40,"Toronto, ON",6231,6443,623,10 Mile +10998,Allix B.,F,30,"Washington, DC",6231,7134,623,10 Mile +8983,Christine C.,F,47,"Arlington, VA",6231,7181,623,10 Mile +14446,Beth W.,F,58,"Monrovia, MD",6231,7286,623,10 Mile +12113,Madison B.,F,44,"Gaithersburg, MD",6232,7051,623,10 Mile +6736,Liz B.,F,32,"Springfield, VA",6232,6717,623,10 Mile +13530,Jessica P.,F,29,"Falls Church, VA",6232,7228,623,10 Mile +6373,Christen M.,F,26,"Philadelphia, AZ",6232,7500,623,10 Mile +16238,Ashley R.,F,33,"Annapolis, MD",6232,7753,623,10 Mile +12817,Nicole T.,F,32,"New York, NY",6233,7319,623,10 Mile +14107,Leslie G.,F,46,"Morris Plains, NJ",6233,7401,623,10 Mile +12120,Mariana M.,F,32,"Rockville, MD",6233,7047,623,10 Mile +21078,Elizabeth R.,F,26,"Baltimore, MD",6233,7500,623,10 Mile +8607,Margaret B.,F,23,"Bethesda, MD",6234,7202,623,10 Mile +22825,Chanel L.,F,36,"Windsor Mill, MD",6234,6779,623,10 Mile +18580,Caitlin H.,F,31,"Washington, DC",6234,7156,623,10 Mile +9796,Holly G.,F,31,"Washington, DC",6234,7396,623,10 Mile +11296,Audrey P.,F,25,"Arlington, VA",6234,6785,623,10 Mile +7707,Carolyn F.,F,31,"Washington, DC",6234,6509,623,10 Mile +21726,Nora S.,F,27,"Arlington, VA",6234,6805,623,10 Mile +9288,Anne S.,F,54,"Potomac, MD",6234,6775,623,10 Mile +22680,Christine A.,F,54,"Cambridge, MA",6234,7093,623,10 Mile +14842,Amelia K.,F,34,"Washington, DC",6235,7167,623,10 Mile +15209,Elena S.,F,38,"Washington, DC",6235,7203,623,10 Mile +10774,Madeline D.,F,23,"Washington, DC",6235,7011,623,10 Mile +17091,Brie K.,F,27,"Arlington, VA",6235,7354,623,10 Mile +17026,Kim H.,F,40,"Broadlands, VA",6235,7167,623,10 Mile +5518,Roberta B.,F,44,"Alexandria, VA",6235,6794,623,10 Mile +12231,Arnedtra M.,F,44,"Apo, AP",6236,7073,623,10 Mile +9711,Ingrida K.,F,31,"Amarillo, TX",6236,6455,623,10 Mile +17126,Judy B.,F,52,"Huntingtown, MD",6236,7006,623,10 Mile +15699,Linda H.,F,53,"Fairfax, VA",6236,6600,623,10 Mile +8547,Stephanie S.,F,25,"Arlington, VA",6237,6838,623,10 Mile +7542,Irina H.,F,32,"Colmar Manor, MD",6237,6999,623,10 Mile +11774,Andrea K.,F,34,"Boyds, MD",6237,7292,623,10 Mile +18579,Denise K.,F,24,"Falls Church, VA",6237,7656,623,10 Mile +11921,Elizabeth K.,F,34,"Washington, DC",6237,7191,623,10 Mile +15025,Allison S.,F,27,"Washington, DC",6237,7219,623,10 Mile +14447,Christina M.,F,24,"Port Washington, NY",6237,6838,623,10 Mile +13666,Rachel D.,F,33,"Annapolis, MD",6238,7058,623,10 Mile +16911,Hanh K.,F,32,"Jersey City, NJ",6238,6836,623,10 Mile +696,Julia M.,F,27,"New York, NY",6238,7227,623,10 Mile +9102,Mika D.,F,26,"Washington, DC",6238,7226,623,10 Mile +6360,Katherine G.,F,26,"Washington, DC",6238,7227,623,10 Mile +20904,Elena P.,F,25,"Washington, DC",6239,7350,623,10 Mile +8910,Elsie W.,F,26,"Arlington, VA",6239,6838,623,10 Mile +12451,Stacey D.,F,36,"South Riding, VA",6239,7089,623,10 Mile +10978,Ivana G.,F,30,"Annapolis, MD",6239,7194,623,10 Mile +425,Pat W.,F,72,"Vienns, VA",6239,6271,623,10 Mile +8733,Erin B.,F,26,"Arlington, VA",6239,6838,623,10 Mile +13162,Elizabeth L.,F,39,"Arlington, VA",6239,7183,623,10 Mile +5866,Kimberly C.,F,49,"Ashburn, VA",6240,7058,624,10 Mile +13916,Joellen T.,F,50,"Bethpage, NY",6241,7098,624,10 Mile +13440,Mary L.,F,54,"Southern Shores, NC",6241,7165,624,10 Mile +16154,Molly M.,F,32,"Arlington, VA",6241,7514,624,10 Mile +8452,Dawn B.,F,40,"Burke, VA",6241,6764,624,10 Mile +14309,Erica H.,F,23,"Washington, DC",6242,7211,624,10 Mile +15515,Heather G.,F,48,"Potomac, MD",6242,7291,624,10 Mile +15466,Kathryn C.,F,30,"Washington, DC",6242,7744,624,10 Mile +16918,Tina O.,F,45,"Washington, DC",6242,7463,624,10 Mile +14980,Karin B.,F,50,"Silver Spring, MD",6242,7291,624,10 Mile +13806,Lori M.,F,58,"Montgomery Village, MD",6243,7152,624,10 Mile +17449,Emily J.,F,30,"Silver Spring, MD",6243,7413,624,10 Mile +12471,Amy V.,F,42,"Baltimore, MD",6243,7414,624,10 Mile +9550,Gia T.,F,37,"Baton Rouge, LA",6243,7541,624,10 Mile +17235,Dana N.,F,38,"Chapel Hill, NC",6243,7319,624,10 Mile +9053,Sarah E.,F,29,"Washington, DC",6243,6874,624,10 Mile +14523,Stacey R.,F,40,"Germantown, MD",6244,6789,624,10 Mile +12303,Shelly-Ann S.,F,38,"Arlington, VA",6244,7067,624,10 Mile +8507,Meghan F.,F,40,"New York, NY",6244,7042,624,10 Mile +14479,Jen G.,F,39,"Derwood, MD",6245,6790,624,10 Mile +11154,Elise A.,F,27,"Chevy Chase, MD",6246,7124,624,10 Mile +15586,Jenelle J.,F,36,"Tampa, FL",6246,7411,624,10 Mile +13812,Kristine L.,F,44,"Bethesda, MD",6247,7193,624,10 Mile +21479,Selen T.,F,30,"Gaithersburg, MD",6247,6575,624,10 Mile +20166,Lily D.,F,31,"Washington, DC",6248,7719,624,10 Mile +8650,Celine Y.,F,27,"Washington, DC",6249,6833,624,10 Mile +3575,Dori L.,F,30,"Providence, RI",6249,6555,624,10 Mile +4778,Faith H.,F,42,"New York, NY",6250,7533,625,10 Mile +7362,Ellie G.,F,25,"Washington, DC",6250,7120,625,10 Mile +12063,Michelle M.,F,49,"Mclean, VA",6250,7195,625,10 Mile +13265,Sierra S.,F,33,"Burke, VA",6250,7486,625,10 Mile +9186,Jennifer W.,F,30,"Washington, DC",6250,6608,625,10 Mile +14986,Rachel P.,F,33,"Severna Park, MD",6250,6752,625,10 Mile +16197,Kimberly A.,F,41,"Port Jefferson Station, NY",6251,7462,625,10 Mile +18487,Samantha P.,F,29,"Washington, DC",6251,7405,625,10 Mile +9323,Adrienne W.,F,27,"Silver Spring, MD",6251,7033,625,10 Mile +12860,Tenley H.,F,36,"Reading, MA",6251,7040,625,10 Mile +11057,Kristin F.,F,48,"Vienna, VA",6252,7395,625,10 Mile +8442,Jennifer A.,F,47,"Vienna, VA",6252,7395,625,10 Mile +22791,Brianne H.,F,37,"Annapolis, MD",6252,7403,625,10 Mile +4060,Annie F.,F,28,"Cranberry Township, PA",6252,7078,625,10 Mile +11713,Jennifer B.,F,45,"Washington, DC",6252,7121,625,10 Mile +21657,Gillian T.,F,33,"Dc, DC",6253,7370,625,10 Mile +14057,Qiong W.,F,29,"Rockville, MD",6253,7247,625,10 Mile +7743,Maureen C.,F,36,"Broadlands, VA",6253,6851,625,10 Mile +11605,Lucy C.,F,46,"Washington, DC",6253,7370,625,10 Mile +7950,Avis S.,F,58,"Parkton, MD",6253,7061,625,10 Mile +9570,Virginia W.,F,33,"Jackson Heights, NY",6253,6610,625,10 Mile +15590,Alexandra F.,F,30,"Washington, DC",6253,7470,625,10 Mile +20630,Camille D.,F,30,"Rockville, MD",6254,7748,625,10 Mile +15708,Erin S.,F,44,"Columbia, MD",6254,7167,625,10 Mile +7704,Emily R.,F,30,"Washington, DC",6254,7117,625,10 Mile +14201,Stephanie M.,F,32,"Arlington, VA",6254,7473,625,10 Mile +14456,Sarah M.,F,43,"Falls Church, VA",6254,7408,625,10 Mile +12256,Mary F.,F,32,"Washington, DC",6254,7713,625,10 Mile +13846,Kim R.,F,51,"Gaithersburg, MD",6254,7136,625,10 Mile +18365,Echo W.,F,29,"Rockville, MD",6254,7247,625,10 Mile +12445,Amanda D.,F,30,"Virginia Beach, VA",6255,7053,625,10 Mile +16095,Bethany L.,F,32,"Arlington, VA",6255,7300,625,10 Mile +15598,Nina P.,F,34,"Jersey City, NJ",6255,7515,625,10 Mile +22066,Noor S.,F,22,"Washington, DC",6255,7435,625,10 Mile +12444,Stephanie C.,F,29,"Brooklyn, CT",6255,7053,625,10 Mile +8996,Catherine M.,F,29,"Silver Spring, MD",6255,7346,625,10 Mile +13732,Amanda G.,F,25,"Glenmoore, PA",6256,7105,625,10 Mile +7505,Kay H.,F,36,"Arlington, VA",6257,7251,625,10 Mile +15102,Mirjam C.,F,63,"Ballwin, MO",6257,6856,625,10 Mile +13629,Melissa S.,F,24,"Washington, DC",6258,7380,625,10 Mile +11326,Hannah W.,F,28,"Washington, DC",6258,7101,625,10 Mile +12155,Angela W.,F,25,"Washington, DC",6258,7127,625,10 Mile +22998,Jennifer R.,F,41,"San Diego, CA",6258,7748,625,10 Mile +11567,Sarah C.,F,34,"Fairfax, VA",6258,7228,625,10 Mile +19965,Monica R.,F,39,"South Riding, VA",6259,7511,625,10 Mile +18140,Melinda W.,F,36,"Irwin, PA",6259,7754,625,10 Mile +20041,Nicole T.,F,27,"Washington, DC",6259,7507,625,10 Mile +16838,Mia Z.,F,26,"Washington Dc, DC",6260,7131,626,10 Mile +14318,Kelly D.,F,25,"Washington, DC",6260,7359,626,10 Mile +21561,Becky W.,F,35,"Huntingdon, PA",6260,7191,626,10 Mile +6127,Holly N.,F,34,"Rockville, MD",6260,7122,626,10 Mile +8974,Mary Z.,F,48,"West Hartford, CT",6261,6803,626,10 Mile +13205,Sophie T.,F,24,"Washington, DC",6261,7132,626,10 Mile +12312,Marika W.,F,24,"Washington, DC",6261,7132,626,10 Mile +7717,Claire J.,F,33,"Alexandria, VA",6261,6841,626,10 Mile +12518,Maria H.,F,52,"Stafford, VA",6261,7095,626,10 Mile +14071,Marnie G.,F,46,"Washington, DC",6262,7125,626,10 Mile +8533,Jillian S.,F,37,"Coeur Dalene, ID",6262,6776,626,10 Mile +4138,Susan B.,F,44,"State College, PA",6262,6493,626,10 Mile +2779,Christine A.,F,28,"Mt Laurel, NJ",6262,7351,626,10 Mile +22189,Christina N.,F,24,"Washington, DC",6262,6864,626,10 Mile +15388,Terri A.,F,56,"Perkiomenville, PA",6263,7438,626,10 Mile +13416,Liana S.,F,21,"College Park, MD",6265,7790,626,10 Mile +9078,Hannah K.,F,21,"Charlottesville, VA",6265,6720,626,10 Mile +10947,Deanna T.,F,45,"Brookfield, CT",6265,6786,626,10 Mile +12711,Josie W.,F,41,"Alexandria, VA",6265,6999,626,10 Mile +17351,Kate P.,F,31,"Silver Spring, MD",6265,7245,626,10 Mile +22826,Lisa E.,F,41,"Severna Park, MD",6265,7789,626,10 Mile +12989,Candace K.,F,32,"Washington, DC",6266,7157,626,10 Mile +10170,Laurel L.,F,43,"Washington, DC",6266,6715,626,10 Mile +2081,Maggie S.,F,24,"Baltimore, MD",6266,7340,626,10 Mile +7799,Amanda P.,F,33,"Prince Frederick, MD",6266,6884,626,10 Mile +16059,Jessica T.,F,26,"Alexandria, VA",6266,7314,626,10 Mile +14511,Jessica W.,F,31,"Washington, DC",6266,6561,626,10 Mile +12814,Lorin V.,F,47,"Arlington, VA",6266,6597,626,10 Mile +8161,Gabby M.,F,24,"Washington, DC",6267,7105,626,10 Mile +8843,Mingham J.,F,29,"Washington, DC",6267,6772,626,10 Mile +14186,Allison W.,F,24,"Washington, DC",6267,6521,626,10 Mile +14045,Lori F.,F,39,"Washington, DC",6267,7191,626,10 Mile +11339,Maureen C.,F,53,"Poolesvillw, MD",6267,7149,626,10 Mile +12677,Jennie B.,F,39,"Washington, DC",6267,7191,626,10 Mile +22173,Amber M.,F,24,"Washington Dc, DC",6267,7378,626,10 Mile +11181,Carly S.,F,31,"Washington, DC",6267,6833,626,10 Mile +21181,Amanda S.,F,24,"Baltimore, MD",6267,7341,626,10 Mile +8243,Jojo R.,F,43,"New York, NY",6268,7072,626,10 Mile +17095,Yasmin M.,F,42,"Washington, DC",6268,7359,626,10 Mile +11845,Carrie L.,F,41,"Washington, DC",6268,6735,626,10 Mile +12108,Becky C.,F,25,"Washington, DC",6268,7062,626,10 Mile +14025,Laura Z.,F,38,"Northborough, MA",6268,7152,626,10 Mile +15389,Eleanor B.,F,47,"Richmond, VA",6268,7362,626,10 Mile +16808,Katy P.,F,42,"Leonardtown, MD",6269,7222,626,10 Mile +13151,Robin P.,F,47,"Bethesda, MD",6269,7068,626,10 Mile +5708,Kimberley T.,F,39,"Washington, DC",6269,6571,626,10 Mile +17349,Ann-Kathryn S.,F,48,"Alexandria, VA",6269,7321,626,10 Mile +8082,Erica R.,F,34,"Arlington, VA",6270,7234,627,10 Mile +11763,Aileen B.,F,44,"Great Mills, MD",6270,7223,627,10 Mile +22881,Sara T.,F,38,"Vienna, VA",6270,7369,627,10 Mile +14564,Michelle S.,F,46,"Fairfax, VA",6270,7451,627,10 Mile +14650,Alice M.,F,30,"Washington, DC",6270,7416,627,10 Mile +22679,Pamela R.,F,62,"Vienna, VA",6271,7217,627,10 Mile +15076,Sara W.,F,55,"Gaithersburg, MD",6272,7399,627,10 Mile +14406,Khrista D.,F,33,"Arlignton, VA",6272,7131,627,10 Mile +11947,Jeanne G.,F,64,"Washington, DC",6272,7150,627,10 Mile +17313,Marcy W.,F,52,"Herndon, VA",6273,6790,627,10 Mile +10834,Lindsay W.,F,34,"Arlington, VA",6273,7238,627,10 Mile +18820,Jill M.,F,27,"Arlington, VA",6274,7044,627,10 Mile +14603,Sara L.,F,33,"Washington, DC",6274,7394,627,10 Mile +13226,Kristen D.,F,35,"Great Mills, MD",6274,7223,627,10 Mile +17688,Rachana D.,F,36,"Herndon, VA",6275,7437,627,10 Mile +17732,Lauren H.,F,30,"Philadelphia, PA",6275,7440,627,10 Mile +8492,Melissa F.,F,27,"Columbia, MD",6275,6751,627,10 Mile +7295,Ali F.,F,19,"Bethesda, MD",6276,7325,627,10 Mile +15110,Kristin B.,F,38,"Alexandria, VA",6276,7744,627,10 Mile +13772,Lois B.,F,59,"Palm Coast, FL",6276,7105,627,10 Mile +17020,Michelle G.,F,35,"Falls Church, VA",6276,7206,627,10 Mile +12623,Sara K.,F,23,"Silver Spring, MD",6276,7238,627,10 Mile +17016,Julia P.,F,33,"Vienna, VA",6276,7206,627,10 Mile +14621,Sarah S.,F,30,"Silver Spring, MD",6276,7426,627,10 Mile +11926,Jodi K.,F,41,"Vienna, VA",6276,7123,627,10 Mile +12640,Scarlett P.,F,28,"Alexandria, VA",6277,7478,627,10 Mile +12307,Jennifer M.,F,37,"Los Angeles, CA",6277,6850,627,10 Mile +11648,Susan K.,F,49,"Laurel, MD",6277,6481,627,10 Mile +22135,Bertha G.,F,30,"Washington, DC",6277,7791,627,10 Mile +16649,Donna W.,F,44,"Falls Church, VA",6278,6843,627,10 Mile +17513,Halliday H.,F,35,"Washington, DC",6278,7515,627,10 Mile +10591,Hawthorne H.,F,30,United Kingdom,6278,7515,627,10 Mile +20847,Kate K.,F,21,"Washington, DC",6278,7137,627,10 Mile +14766,Julie D.,F,32,"Silver Spring, MD",6278,7323,627,10 Mile +13608,Hannah S.,F,21,"Boston, MA",6279,7137,627,10 Mile +14475,Mira V.,F,31,"Arlington, VA",6279,6843,627,10 Mile +23086,Lauren B.,F,27,"Brooklyn, NY",6279,6897,627,10 Mile +15233,Sarag B.,F,30,"Washington, DC",6279,7398,627,10 Mile +4724,Melissa S.,F,38,"Apex, NC",6279,7039,627,10 Mile +21712,Niki J.,F,26,"Falls Church, VA",6279,7527,627,10 Mile +18778,Melissa L.,F,36,"Boyds, MD",6280,7755,628,10 Mile +11164,Allison S.,F,29,"Round Hill, VA",6280,7136,628,10 Mile +12570,Dorey S.,F,27,"Washington, DC",6281,7108,628,10 Mile +7006,Elizabeth K.,F,36,"Silver Spring, MD",6281,7242,628,10 Mile +12495,Kim D.,F,47,"Alexandria, VA",6281,7419,628,10 Mile +12321,Allison F.,F,21,"College Park, MD",6282,6906,628,10 Mile +14879,Julia W.,F,34,"Washington, DC",6283,7392,628,10 Mile +4566,Michelle S.,F,33,"Centreville, VA",6283,7030,628,10 Mile +11708,Leah S.,F,38,"Potomac, MD",6283,7029,628,10 Mile +16150,Elizabeth D.,F,24,"Washington, DC",6283,7401,628,10 Mile +5701,Ava Y.,F,34,"Washington, DC",6284,6571,628,10 Mile +14954,Elizabeth H.,F,30,"New York, NY",6284,7371,628,10 Mile +22294,Leslie S.,F,67,"Reston, VA",6284,7022,628,10 Mile +13174,Kathia R.,F,31,"Woodbridge, VA",6284,7554,628,10 Mile +14149,Dee F.,F,46,"Slingerlands, NY",6284,7325,628,10 Mile +20901,Lori R.,F,39,"Arlington, VA",6285,7475,628,10 Mile +17604,Amara T.,F,33,"Washington, DC",6285,7530,628,10 Mile +16106,Allison N.,F,35,"Hyattsville, MD",6285,7403,628,10 Mile +13463,Jaclyn E.,F,25,"Arlington, VA",6285,7051,628,10 Mile +12320,Olga L.,F,33,"Minneapolis, MN",6286,7214,628,10 Mile +15328,Diana B.,F,50,"Washington, DC",6286,7109,628,10 Mile +12522,Erin M.,F,38,"Baltimore, MD",6286,7554,628,10 Mile +15822,Pamela B.,F,27,"Gloucester Point, VA",6286,7550,628,10 Mile +13801,Megan A.,F,26,"Delmont, PA",6286,7122,628,10 Mile +11265,Carolena L.,F,29,"Philadelphia, PA",6287,7279,628,10 Mile +12977,Kelly D.,F,28,"Sterling, VA",6287,7121,628,10 Mile +12882,Tehya M.,F,27,"Ellicott City, MD",6287,7121,628,10 Mile +11933,Fran J.,F,51,"Cockeysville, MD",6287,7246,628,10 Mile +21240,Kiese H.,F,23,"Washington, DC",6287,7539,628,10 Mile +16654,Margaret M.,F,37,"Washington, DC",6287,7145,628,10 Mile +10713,Jess S.,F,36,"Washington, DC",6287,7145,628,10 Mile +14681,Jamison D.,F,30,"Washington, DC",6287,7418,628,10 Mile +9038,Joan M.,F,52,"Gettysburg, PA",6287,7356,628,10 Mile +16297,Marit S.,F,53,"Vienna, VA",6287,7400,628,10 Mile +7182,Willa S.,F,24,"Washington, DC",6287,7539,628,10 Mile +21628,Ashley W.,F,22,"Washington, DC",6288,7100,628,10 Mile +22735,Charyl D.,F,42,"Washington, DC",6288,7499,628,10 Mile +22428,Diane L.,F,52,"Gaithersburg, MD",6288,7105,628,10 Mile +11727,Elyse T.,F,26,"Washington, DC",6288,7084,628,10 Mile +14851,Melanie R.,F,32,"Takoma Park, MD",6288,7498,628,10 Mile +14445,Deanna W.,F,25,"Woodbridge, VA",6288,7118,628,10 Mile +15818,Allison F.,F,32,"Washington, DC",6289,7548,628,10 Mile +16371,Cristina O.,F,35,"Toronto, ON",6289,7415,628,10 Mile +16061,Kelly T.,F,29,"Alexandria, VA",6289,7346,628,10 Mile +11613,Katie H.,F,25,"Washington, DC",6289,7381,628,10 Mile +14594,Ashley Z.,F,41,"Washington, DC",6289,7423,628,10 Mile +3028,Abigail G.,F,28,"Rockville, MD",6289,7100,628,10 Mile +14551,Tiffani S.,F,39,"Washington, DC",6289,7478,628,10 Mile +12588,Lauren C.,F,25,"Washington, DC",6289,7175,628,10 Mile +13893,Grace Y.,F,47,"Fair Haven, NJ",6290,7192,629,10 Mile +10091,Carrie W.,F,29,"Washington, DC",6290,6884,629,10 Mile +13259,Nivedita C.,F,42,"Washington, DC",6290,7262,629,10 Mile +17160,Elbia R.,F,28,"Arlington, VA",6290,6884,629,10 Mile +12029,Molly O.,F,33,"Arlington, VA",6290,7085,629,10 Mile +12137,Sara C.,F,33,"Washington, DC",6290,7089,629,10 Mile +14214,Elizabeth Y.,F,29,"Collingswood, NJ",6290,6915,629,10 Mile +4296,Suzanne A.,F,40,"Philadelphia, PA",6291,6884,629,10 Mile +12727,Alice T.,F,35,"Toronto, ON",6291,7417,629,10 Mile +13188,Amanda H.,F,33,"Burke, VA",6291,7059,629,10 Mile +15158,Stephanie W.,F,24,"Washington, DC",6291,7503,629,10 Mile +17586,Zaviera R.,F,31,"South San Francisco, CA",6292,7583,629,10 Mile +13019,Robin H.,F,38,"Kensington, MD",6292,7035,629,10 Mile +14380,Victoria O.,F,26,"Washington, DC",6292,7381,629,10 Mile +14956,Anna K.,F,29,"Washington, DC",6292,7401,629,10 Mile +11139,Christine S.,F,49,"Gettysburg, PA",6292,7196,629,10 Mile +10600,Lorraine H.,F,46,"Silver Spring, MD",6293,7281,629,10 Mile +10601,Dagmar K.,F,44,"Silver Spring, MD",6293,7281,629,10 Mile +22742,Jennifer N.,F,56,"League City, TX",6293,7355,629,10 Mile +4073,Emmeline G.,F,22,"Washington, DC",6293,7396,629,10 Mile +4074,Anne M.,F,21,"Washington, DC",6293,7396,629,10 Mile +15379,Judy Z.,F,34,"Germantown, MD",6293,7334,629,10 Mile +20986,Katie O.,F,28,"Oakton, VA",6293,7122,629,10 Mile +16035,Polly T.,F,45,"Reston, VA",6294,7379,629,10 Mile +9170,Lawanda M.,F,42,"Wyndmoor, PA",6294,6825,629,10 Mile +14873,Kerensa H.,F,43,"Fairfax, VA",6295,7532,629,10 Mile +19650,Esther K.,F,40,"Centreville, VA",6295,7712,629,10 Mile +12437,Sarah G.,F,34,"Falls Church, VA",6295,7514,629,10 Mile +10008,Kimberly R.,F,43,"Sterling, VA",6296,7821,629,10 Mile +13956,Debra W.,F,55,"Springfield, VA",6296,7157,629,10 Mile +18922,Alejandra C.,F,23,"Miami, FL",6296,7190,629,10 Mile +15954,Verity H.,F,36,"Arlington, VA",6296,7515,629,10 Mile +21016,Allison M.,F,46,"Columbia, MD",6297,7715,629,10 Mile +9669,Pam R.,F,43,"Bristow, VA",6297,6898,629,10 Mile +12599,Madeleine M.,F,29,"Washington, DC",6298,7240,629,10 Mile +18559,Eileen H.,F,60,"Cheltenham, PA",6298,6307,629,10 Mile +12485,Martha-Rosalind S.,F,45,"Washington, DC",6298,7367,629,10 Mile +17571,Elizabeth C.,F,36,"Centreville, VA",6298,7538,629,10 Mile +21922,Allison G.,F,31,"Washington, DC",6298,7205,629,10 Mile +22272,Lasonya P.,F,51,"Cantonment, FL",6298,7434,629,10 Mile +11983,Stephanie M.,F,25,"College Station, TX",6299,7042,629,10 Mile +17457,Katherine M.,F,34,"Herndon, VA",6299,7394,629,10 Mile +22706,Brittany K.,F,32,"Arlington, VA",6300,7164,630,10 Mile +18113,Kristen P.,F,27,"Oakton, VA",6300,7711,630,10 Mile +22896,Laurin M.,F,42,"Emmitsburg, MD",6300,7783,630,10 Mile +15490,Gina P.,F,36,"Silver Spring, MD",6301,7142,630,10 Mile +17350,Carrie S.,F,29,"Alexandria, VA",6302,7455,630,10 Mile +9515,Elizabeth C.,F,40,"Bristow, VA",6302,7504,630,10 Mile +10700,Rachel H.,F,34,"New York, NY",6302,7735,630,10 Mile +19671,Beatriz D.,F,49,"Germantonw, MD",6302,6664,630,10 Mile +13453,Elizabeth G.,F,26,"Washington, DC",6303,7451,630,10 Mile +15116,Brenda B.,F,48,"Germantown, MD",6304,7367,630,10 Mile +11507,Christa S.,F,33,"Astoria, NY",6304,7291,630,10 Mile +6535,Alice K.,F,34,"Silver Spring, MD",6304,7604,630,10 Mile +14182,Maria J.,F,53,"Herndon, VA",6304,7101,630,10 Mile +18224,Jennifer B.,F,46,"Fairfax Station, VA",6305,7766,630,10 Mile +19881,Annie W.,F,22,"Washington, DC",6305,7737,630,10 Mile +15989,Becki G.,F,30,"Washington, DC",6305,7263,630,10 Mile +13446,Casey G.,F,26,"Washington, DC",6305,7263,630,10 Mile +18149,Sunny G.,F,29,"Berryville, VA",6306,7120,630,10 Mile +19575,Jennifer K.,F,20,"Chesterbrook, PA",6306,7475,630,10 Mile +11707,Elizabeth Y.,F,30,"Washington, DC",6307,7166,630,10 Mile +16088,Laura B.,F,31,"Washington, DC",6307,7441,630,10 Mile +6586,Maria N.,F,64,"Reston, VA",6307,6506,630,10 Mile +13037,Mary G.,F,57,"Washington, DC",6308,7251,630,10 Mile +13562,Sonya H.,F,52,"Bowie, MD",6308,7428,630,10 Mile +9846,Elaine M.,F,30,"Washington, DC",6308,6839,630,10 Mile +16490,Fe V.,F,41,"Stafford, VA",6308,7542,630,10 Mile +16395,Elizabeth E.,F,30,"Washington, DC",6308,7766,630,10 Mile +11761,Therese M.,F,36,"Alexandria, VA",6309,7264,630,10 Mile +7671,Amy G.,F,53,"Pasadena, MD",6309,7466,630,10 Mile +20451,Anita P.,F,49,"Willow Grove, PA",6309,7114,630,10 Mile +16508,Sarah P.,F,36,"Henrietta, NY",6309,7264,630,10 Mile +10622,Allison W.,F,23,"Vienna, VA",6310,7053,631,10 Mile +14975,Siriya M.,F,33,"Gaithersburg, MD",6310,7550,631,10 Mile +16051,Heather S.,F,37,"Peekskill, NY",6310,7510,631,10 Mile +13393,Jennifer R.,F,37,"Potomac, MD",6310,7140,631,10 Mile +18641,Ashley B.,F,28,"Washington, DC",6310,6883,631,10 Mile +14543,Gail E.,F,49,"Germantown, MD",6310,7489,631,10 Mile +9917,Mary B.,F,51,"Alexandria, VA",6311,7446,631,10 Mile +13459,Emily T.,F,27,"Arlington, VA",6311,7105,631,10 Mile +11210,Ilisa W.,F,25,"Arlington, VA",6312,7226,631,10 Mile +11231,Mollie M.,F,31,"Fort Belvoir, VA",6313,7186,631,10 Mile +8902,Taryn S.,F,37,"Capitol Heights, MD",6313,6935,631,10 Mile +18024,Katelyn J.,F,29,"Arlington, VA",6313,7539,631,10 Mile +11279,Samantha B.,F,29,"Washington, DC",6314,7409,631,10 Mile +17838,Laura R.,F,26,"Washington, DC",6314,7761,631,10 Mile +13314,Stacy P.,F,47,"Falls Church, VA",6314,7138,631,10 Mile +18271,Marifer M.,F,45,"Chevy Chase, MD",6314,6565,631,10 Mile +8745,Melissa L.,F,38,"Portland, ME",6314,7752,631,10 Mile +14420,Rose A.,F,39,"Durham, NC",6314,7369,631,10 Mile +20892,Emily D.,F,30,"Arlington, VA",6314,7593,631,10 Mile +15646,Sonia C.,F,46,"Hoboken, NJ",6314,7497,631,10 Mile +13524,Stephanie G.,F,28,"Burke, VA",6314,7138,631,10 Mile +12136,Kelly J.,F,25,"Arlington, VA",6315,7761,631,10 Mile +14141,Erica H.,F,27,"Arlington, VA",6315,7567,631,10 Mile +13889,Ishita A.,F,27,"Washington, DC",6316,7211,631,10 Mile +4742,Nicole D.,F,37,"Arlington, VA",6316,6678,631,10 Mile +19338,Joan D.,F,59,"Arlington, VA",6316,7506,631,10 Mile +12227,Anita W.,F,42,"Bear, DE",6316,7194,631,10 Mile +13470,Irene L.,F,36,"New York, NY",6316,7444,631,10 Mile +11454,Kristen P.,F,35,"New York, NY",6316,7294,631,10 Mile +18498,Janell H.,F,37,"Midlothian, VA",6317,7745,631,10 Mile +20497,Lindsey O.,F,33,"Silver Spring, MD",6317,7736,631,10 Mile +15605,Christine B.,F,43,"Falls Church, VA",6317,7139,631,10 Mile +14863,Leigh D.,F,38,"Leesburg, VA",6317,7396,631,10 Mile +8141,Katie L.,F,25,"Washington, DC",6317,7242,631,10 Mile +11652,Lynnette R.,F,44,"Alexandria, VA",6317,7053,631,10 Mile +11547,Amy P.,F,43,"Alexandria, VA",6317,7303,631,10 Mile +18352,Cassandra F.,F,24,"Arlington, VA",6318,6815,631,10 Mile +16538,Susan W.,F,65,"Silver Spring, MD",6318,7229,631,10 Mile +7045,Caroline D.,F,29,"Cambridge, MA",6318,7267,631,10 Mile +15999,Anvitha N.,F,16,"Chantilly, VA",6318,6793,631,10 Mile +11378,Catherine B.,F,55,"Rockville, MD",6318,7256,631,10 Mile +20781,Barbre M.,F,27,"Washington, DC",6318,7805,631,10 Mile +11273,Sara A.,F,39,"Washington, DC",6319,6877,631,10 Mile +16797,Melissa G.,F,31,"Harrisonburg, VA",6319,7536,631,10 Mile +13977,Jean H.,F,60,"Ann Arbor, MI",6319,7299,631,10 Mile +18795,Mina A.,F,25,"Washington, DC",6319,7224,631,10 Mile +16982,Ursa R.,F,26,"Philadelphia, PA",6319,7569,631,10 Mile +13214,Kari D.,F,41,"Silver Spring, MD",6319,7536,631,10 Mile +12454,Kelly W.,F,33,"Fredericksburg, VA",6319,7122,631,10 Mile +22847,Solette M.,F,44,"Fairfax, VA",6320,7075,632,10 Mile +9742,Stephanie H.,F,31,"Washington, DC",6320,6774,632,10 Mile +15039,Arosah A.,F,17,"Centreville, VA",6320,7580,632,10 Mile +2448,Deborah B.,F,25,"New York, NY",6320,7127,632,10 Mile +9501,Kacey S.,F,26,"Arlington, VA",6320,6820,632,10 Mile +14075,Carolyn Z.,F,25,"Washington, DC",6320,7127,632,10 Mile +12054,Taylor K.,F,25,"Washington, DC",6320,7112,632,10 Mile +20900,Megan M.,F,38,"Silver Spring, MD",6320,7439,632,10 Mile +21018,Doan T.,F,46,"Kensington, MD",6320,7379,632,10 Mile +15287,Gabrielle Q.,F,28,"Alexandria, VA",6321,6667,632,10 Mile +8959,Moira O.,F,27,"Vienna, VA",6321,6760,632,10 Mile +12181,Hermiela D.,F,42,"Alexandria, VA",6321,7165,632,10 Mile +15129,Carolyn D.,F,27,"Washington, DC",6321,7407,632,10 Mile +10660,Rachel M.,F,24,"Fairfax, VA",6322,7205,632,10 Mile +12115,Valerie E.,F,26,"Washington, DC",6322,7765,632,10 Mile +8369,Gretchen W.,F,37,"Warrenton, VA",6322,6831,632,10 Mile +8634,Caton L.,F,30,"Boston, MA",6323,7272,632,10 Mile +16455,Emily C.,F,24,"Baltimore, MD",6323,7365,632,10 Mile +15173,Allison D.,F,28,"Arlington, VA",6323,7399,632,10 Mile +7609,Elena V.,F,59,"Stamford, CT",6323,6825,632,10 Mile +16944,Mpho M.,F,38,"Mclean, VA",6323,7227,632,10 Mile +7623,Christina V.,F,26,"Stamford, CT",6323,6824,632,10 Mile +16454,Katherine C.,F,27,"Hartford, CT",6323,7366,632,10 Mile +16307,Valerie S.,F,41,"Washington, DC",6323,7425,632,10 Mile +908,Ingaborg B.,F,29,"Arlington, VA",6323,6815,632,10 Mile +16132,Stephanie D.,F,27,"Washington, DC",6324,7375,632,10 Mile +14976,Joaille A.,F,26,"Washington, DC",6324,7443,632,10 Mile +10375,Laurie F.,F,38,"Hilliard, OH",6325,6792,632,10 Mile +5988,Jeannette B.,F,40,"New York, NY",6325,6325,632,10 Mile +12716,Rachel C.,F,35,"Falls Church, VA",6325,7175,632,10 Mile +16699,Sarah B.,F,23,"Arlington, OH",6325,7287,632,10 Mile +9803,Tiffany G.,F,41,"Reston, VA",6325,6325,632,10 Mile +10284,Monica T.,F,41,"Staten Island, NY",6326,7303,632,10 Mile +7035,Emily H.,F,26,"Washington, DC",6326,7373,632,10 Mile +20174,Bree W.,F,27,"Ashburn, VA",6326,6880,632,10 Mile +14895,Katherine R.,F,34,"Silver Spring, MD",6327,7495,632,10 Mile +20557,Wendy S.,F,50,"Washington, DC",6327,7476,632,10 Mile +8440,Nicole B.,F,38,"Washington, DC",6327,7406,632,10 Mile +8167,Lauren F.,F,30,"New York, NY",6327,7775,632,10 Mile +11834,Erica Z.,F,36,"Alexandria, VA",6327,7259,632,10 Mile +17227,Amber G.,F,37,"Frederick, MD",6328,7626,632,10 Mile +15810,Karen P.,F,39,"Gainesville, VA",6328,7518,632,10 Mile +4214,Allison B.,F,32,"Wauconda, IL",6328,6864,632,10 Mile +14294,Susan K.,F,48,"Cliffside Park, NJ",6328,7434,632,10 Mile +11543,Brittney W.,F,29,"Washington, DC",6328,7062,632,10 Mile +16067,Shannon H.,F,39,"Bloomington, IL",6329,7368,632,10 Mile +14183,Alice M.,F,41,"Ellicott City, MD",6329,7752,632,10 Mile +17590,Rachel P.,F,47,"Allenstown, NH",6329,7477,632,10 Mile +13554,Elise E.,F,28,"Washington, DC",6329,7130,632,10 Mile +21178,Kari C.,F,33,"Washington, DC",6330,7763,633,10 Mile +6920,Ashley B.,F,28,"Arlington, VA",6330,7249,633,10 Mile +17818,Elizabeth R.,F,28,"Washington, DC",6330,7458,633,10 Mile +6868,Brittney I.,F,29,"Burke, VA",6330,7375,633,10 Mile +12923,Pamela T.,F,38,"Bowie, MD",6331,7130,633,10 Mile +8482,Hannah A.,F,26,"Bethesda, MD",6331,6685,633,10 Mile +4050,Lara H.,F,48,"Sandy Spring, MD",6331,7412,633,10 Mile +14148,Lisa C.,F,45,"Bethesda, MD",6331,7507,633,10 Mile +17968,Isela B.,F,40,"Severna Park, MD",6331,7778,633,10 Mile +12827,Mary C.,F,66,"Arlington, VA",6331,7134,633,10 Mile +17985,Sonya D.,F,34,"Washington, DC",6332,7468,633,10 Mile +16535,Naomi C.,F,23,"Chevy Chase, MD",6332,7281,633,10 Mile +12947,Amy R.,F,36,"Chevy Chase, MD",6333,7210,633,10 Mile +10912,Melissa S.,F,41,"Hanover, MD",6333,7247,633,10 Mile +13698,Ariane V.,F,29,"Washington, DC",6334,7640,633,10 Mile +18417,Duyen P.,F,58,"Burke, VA",6334,7498,633,10 Mile +14365,Emily M.,F,27,"Louisville, KY",6334,7517,633,10 Mile +15478,Victoria S.,F,41,"North Bethesda, MD",6334,7628,633,10 Mile +14970,Monica B.,F,30,"Washington, DC",6335,7431,633,10 Mile +6116,Karen A.,F,30,"Falls Church, VA",6335,7146,633,10 Mile +22930,Barbra B.,F,35,"Washington, DC",6335,7824,633,10 Mile +13862,Jaemee W.,F,38,"Alexandria, VA",6336,7250,633,10 Mile +14633,Genevieve C.,F,36,"Washington, DC",6336,7534,633,10 Mile +15492,Alisha S.,F,42,"Yorktown, VA",6336,7382,633,10 Mile +4183,Lenisse E.,F,38,"Alexandria, VA",6336,7850,633,10 Mile +10756,Pamela P.,F,34,"Takoma Park, MD",6336,7171,633,10 Mile +3546,Laura A.,F,39,"Arlington, VA",6337,6854,633,10 Mile +14870,Kiran E.,F,25,"Arlington, VA",6337,7523,633,10 Mile +16666,Robin B.,F,33,"San Jose, CA",6338,6892,633,10 Mile +19735,Etsehiwot A.,F,33,"West Springfield, VA",6338,7776,633,10 Mile +8631,Karlygash F.,F,44,"Reston, VA",6338,6859,633,10 Mile +4468,Michelle D.,F,57,"Fairfax, VA",6338,6665,633,10 Mile +14749,Mary S.,F,56,"Berryville, VA",6338,7379,633,10 Mile +17008,Gabriela A.,F,40,"Ellicott City, MD",6339,7762,633,10 Mile +12786,Jessica M.,F,24,"Bethesda, MD",6339,7116,633,10 Mile +12978,Alejandra V.,F,26,"Arlington, VA",6339,6889,633,10 Mile +12782,Katherine P.,F,23,"Washington, DC",6339,7116,633,10 Mile +6180,Lindsey H.,F,27,"Melrose, MA",6339,7482,633,10 Mile +12416,Theresa A.,F,47,"Silver Spring, MD",6339,7421,633,10 Mile +13810,Alexandra V.,F,36,"Washington, DC",6340,7465,634,10 Mile +16252,Anne L.,F,40,"Washington, DC",6340,7396,634,10 Mile +14384,Jessica D.,F,39,"Montgomery Village, MD",6340,7441,634,10 Mile +22751,Maria L.,F,32,"Ellicott City, MD",6340,7853,634,10 Mile +15412,Carina M.,F,43,"California, MD",6341,6778,634,10 Mile +15347,Iris O.,F,41,"Washington, DC",6341,7579,634,10 Mile +17204,Karen S.,F,51,"Arlington, VA",6341,7464,634,10 Mile +17101,Irene I.,F,41,"Washington, DC",6341,7445,634,10 Mile +12710,Frances M.,F,58,"Chesterfield, VA",6342,6945,634,10 Mile +1783,Kelly H.,F,31,"Reading, PA",6342,6377,634,10 Mile +10646,Jacquelyn T.,F,54,"Purcellville, VA",6342,7302,634,10 Mile +18913,Nina S.,F,27,"Washington, DC",6343,7627,634,10 Mile +14894,Erin B.,F,28,"Arlington, VA",6343,7570,634,10 Mile +16414,Megan C.,F,31,"Alexandria, VA",6343,7405,634,10 Mile +15984,Noraida L.,F,37,"Reston, VA",6343,6882,634,10 Mile +21973,Amanda T.,F,27,"Washington, DC",6344,6948,634,10 Mile +12901,Sarah M.,F,30,"Williamsburg, VA",6344,7192,634,10 Mile +11939,Sarah W.,F,20,"Washington, DC",6344,7149,634,10 Mile +12894,Kelsey D.,F,30,"Alexandria, VA",6344,7193,634,10 Mile +12574,Ashlee J.,F,31,"Washignton, DC",6344,7243,634,10 Mile +17051,Katherine M.,F,30,"Washington, DC",6344,7398,634,10 Mile +14592,Heather S.,F,44,"Bethesda, MD",6345,7396,634,10 Mile +21463,Angela M.,F,24,"Stevensville, MD",6345,7801,634,10 Mile +11018,Debra C.,F,50,"Washington, DC",6345,7136,634,10 Mile +15198,Avanthi C.,F,24,"Arlington, VA",6346,7491,634,10 Mile +16165,Kerri G.,F,50,"Burke, VA",6346,7443,634,10 Mile +16723,Jill C.,F,51,"Arlington, VA",6346,7639,634,10 Mile +20037,Sarah B.,F,36,"Edgewater, MD",6346,7323,634,10 Mile +22736,Jenn P.,F,35,"Gainesville, VA",6347,7541,634,10 Mile +17546,Sara H.,F,33,"Alexandria, VA",6347,7389,634,10 Mile +14328,Nadiya M.,F,40,"Lexington Park, MD",6347,6932,634,10 Mile +13268,Amy G.,F,41,"Leonardtown, MD",6347,6932,634,10 Mile +2559,Sandra G.,F,55,"California, MD",6347,6683,634,10 Mile +8747,Heather B.,F,41,"Hollywood, MD",6347,6932,634,10 Mile +3051,Linda K.,F,50,"West Chester, PA",6347,6598,634,10 Mile +5333,Dr. J.,F,44,"Sykesville, MD",6347,6599,634,10 Mile +7995,Tara S.,F,44,"Ellicott City, MD",6348,7260,634,10 Mile +14202,Deb W.,F,43,"Virginia Beach, VA",6348,7388,634,10 Mile +10819,Isabelle S.,F,26,"Walkersville, MD",6349,7335,634,10 Mile +17074,April K.,F,30,"Charlotte, NC",6349,7437,634,10 Mile +1655,Stephanie S.,F,42,"Crofton, MD",6350,6577,635,10 Mile +15885,Phyllis A.,F,33,"Rockville, MD",6350,7433,635,10 Mile +19341,Darlene F.,F,56,"Venice, FL",6350,7755,635,10 Mile +15210,Keesha G.,F,29,"Brandywine, MD",6350,7446,635,10 Mile +13570,Stuart M.,F,28,"Savannah, GA",6350,7185,635,10 Mile +10946,Noemi P.,F,37,"Alpine, NJ",6351,7291,635,10 Mile +12088,Aidia G.,F,36,"Alexandria, VA",6351,6805,635,10 Mile +14994,Celia G.,F,26,"Washington, DC",6351,7576,635,10 Mile +14441,Jacquie Y.,F,53,"Saskatoon, SK",6352,7503,635,10 Mile +22044,Nancy M.,F,26,"Washington Dc, DC",6352,7189,635,10 Mile +7069,Anastasiia S.,F,25,"Brooklyn, NY",6352,6867,635,10 Mile +13704,Ashley K.,F,25,"Washington, DC",6352,7193,635,10 Mile +14079,Alyssa D.,F,29,"Washington, DC",6352,7191,635,10 Mile +657,Ayanna T.,F,35,"Fairfax, VA",6353,6648,635,10 Mile +10589,Elizabeth P.,F,56,"St Louis, MO",6354,7243,635,10 Mile +18672,Susanne F.,F,42,"Chevy Chase, MD",6354,7759,635,10 Mile +10587,Alison W.,F,57,"Alexandria, VA",6354,7243,635,10 Mile +3458,Kelsey K.,F,25,"Chesapeake, VA",6354,6639,635,10 Mile +12852,Barbara L.,F,53,"Syracuse, NY",6354,7280,635,10 Mile +16079,Jennifer J.,F,44,"Bethesda, MD",6355,7406,635,10 Mile +5494,Rachel F.,F,27,"Washington, DC",6355,7470,635,10 Mile +19088,Shari F.,F,56,"Chesterfield, MO",6355,7243,635,10 Mile +5389,Kathryn R.,F,48,"Wildwood, MO",6355,7243,635,10 Mile +20048,Renee H.,F,27,"Centreville, VA",6355,7774,635,10 Mile +22648,Alyse C.,F,34,"Charleston, SC",6355,7101,635,10 Mile +10369,Rebecca F.,F,22,"Washington, DC",6355,7470,635,10 Mile +21481,Ann C.,F,56,"Silver Spring, MD",6355,6971,635,10 Mile +970,Donna S.,F,50,"Philadelphia, PA",6355,7141,635,10 Mile +6422,Jill A.,F,39,"Camillus, NY",6355,7786,635,10 Mile +13269,Laura F.,F,35,"Apex, NC",6356,7115,635,10 Mile +4563,Christine A.,F,25,"Bronx, NY",6356,6821,635,10 Mile +14466,Alicia O.,F,26,"Arlington, VA",6357,7489,635,10 Mile +15593,Kristin H.,F,37,"Bristow, VA",6357,7294,635,10 Mile +11293,Leigh H.,F,34,"Richmond, VA",6358,7480,635,10 Mile +16099,Lynn R.,F,54,"Bayonne, NJ",6358,7398,635,10 Mile +18826,Katelyn L.,F,23,"Washington, DC",6358,7768,635,10 Mile +14698,Christine H.,F,45,"Damascus, MD",6359,7139,635,10 Mile +22815,Stella G.,F,30,"Vienna, VA",6359,7442,635,10 Mile +14796,Jean M.,F,46,"Germantown, MD",6359,7138,635,10 Mile +8229,Erin D.,F,34,"Arnold, MD",6359,6862,635,10 Mile +18646,Krystal C.,F,35,"Reston, VA",6360,7819,636,10 Mile +14934,Erin M.,F,23,"Silver Spring, MD",6360,7454,636,10 Mile +16886,Kris B.,F,56,"Bethesda, MD",6360,7497,636,10 Mile +14940,Melissa S.,F,40,"Willowick, OH",6360,7586,636,10 Mile +22804,Cheryl O.,F,48,"Ashburn, VA",6360,7567,636,10 Mile +18055,Shannon W.,F,36,"San Antonio, TX",6361,7856,636,10 Mile +8490,Sandra B.,F,58,"Arlington, VA",6361,6891,636,10 Mile +18132,Meredith S.,F,26,"Washington, DC",6362,7424,636,10 Mile +11976,Jane R.,F,24,"Washington, DC",6362,7115,636,10 Mile +16293,Jillienne A.,F,37,"Oldwick, NJ",6364,7474,636,10 Mile +22034,Erica W.,F,45,"Chevy Chase, MD",6365,6971,636,10 Mile +13784,Chelsea R.,F,27,"Washington, DC",6365,7302,636,10 Mile +17119,Rebecca E.,F,44,"Annapolis, MD",6366,7479,636,10 Mile +16465,Maureen J.,F,37,"Arlington, VA",6366,7283,636,10 Mile +20685,Brianna J.,F,30,"Arlington, VA",6366,7811,636,10 Mile +16826,Ann J.,F,31,"Silver Spring, MD",6366,7593,636,10 Mile +19664,Rachel B.,F,27,"Washington, DC",6366,7799,636,10 Mile +12468,Emily D.,F,22,"Woodstock, GA",6367,7320,636,10 Mile +12410,Tristan W.,F,32,"Washington, DC",6367,7481,636,10 Mile +16326,Kelly Z.,F,26,"Dc, DC",6367,7211,636,10 Mile +18534,Karen D.,F,60,"Wilm, DE",6368,7580,636,10 Mile +12038,Lauren M.,F,39,"Frederick, MD",6368,7577,636,10 Mile +16446,Dena S.,F,27,"Washington, DC",6368,7492,636,10 Mile +9216,Anna C.,F,30,"Richmond, VA",6368,7489,636,10 Mile +16940,Claire S.,F,22,"Washington, DC",6369,7322,636,10 Mile +14409,Meghan S.,F,25,"Silver Spring, MD",6370,7364,637,10 Mile +14428,Jacquelyn D.,F,30,"Brooklyn, NY",6370,7193,637,10 Mile +16022,Olga M.,F,27,"Baltimore, MD",6370,7001,637,10 Mile +9220,Ashley C.,F,29,"New York, NY",6370,7193,637,10 Mile +12150,Alicia S.,F,24,"Falls Church, VA",6371,7630,637,10 Mile +22082,Katie S.,F,27,"Washington, DC",6372,7483,637,10 Mile +15470,Luella P.,F,28,"Washington, DC",6372,7562,637,10 Mile +11280,Christiana P.,F,30,"Alexandria, VA",6372,7128,637,10 Mile +13598,Michelle F.,F,24,"Darnestown, MD",6372,7351,637,10 Mile +11686,Jillian W.,F,29,"Falls Church, VA",6372,7110,637,10 Mile +13690,Judith M.,F,32,"Washington, DC",6374,7238,637,10 Mile +21353,Cindy B.,F,41,"New York, NY",6374,7472,637,10 Mile +15205,Barbara S.,F,52,"Leesburg, VA",6375,7560,637,10 Mile +19213,Allyse M.,F,25,"Washington, DC",6375,7795,637,10 Mile +15350,Meghan G.,F,28,"Baltimore, MD",6375,7495,637,10 Mile +19180,Kathleen W.,F,58,"Marshall, VA",6375,7279,637,10 Mile +7629,Emily S.,F,34,"Arlington, VA",6376,6952,637,10 Mile +15084,Elizabeth D.,F,46,"Ashburn, VA",6377,7523,637,10 Mile +13466,Lisa H.,F,47,"Jacksonville, FL",6377,6726,637,10 Mile +19728,Jennifer S.,F,36,"Washington, DC",6377,7604,637,10 Mile +12695,Alex D.,F,50,"Ashburn, VA",6377,7522,637,10 Mile +12381,Lisa K.,F,42,"Silver Sprinng, MD",6377,7457,637,10 Mile +12955,Elizabeth C.,F,36,"Bethesda, MD",6377,7245,637,10 Mile +14101,Erika L.,F,44,"Silver Spring, MD",6377,7458,637,10 Mile +10207,Kerry B.,F,48,"Falls Church, VA",6377,7015,637,10 Mile +12801,Lori H.,F,42,"Washington, DC",6377,7316,637,10 Mile +22487,Jaimie Y.,F,41,"Manassas, VA",6378,7129,637,10 Mile +12950,Michaelle W.,F,34,"St Petersburg, FL",6378,7129,637,10 Mile +12635,Shakirah H.,F,32,"Washington, DC",6379,7506,637,10 Mile +11267,Lady N.,F,35,"Sterling, VA",6379,7525,637,10 Mile +16893,Annaliese S.,F,29,"Rockville, MD",6379,7554,637,10 Mile +16321,Emily G.,F,28,"Shepherdstown, WV",6379,7554,637,10 Mile +13770,Jennifer J.,F,45,"Spring Lake Heights, NJ",6379,7195,637,10 Mile +14562,Jaime R.,F,51,"Rockville, MD",6380,7559,638,10 Mile +22090,Sydney F.,F,26,"Alexandria, VA",6380,7286,638,10 Mile +8367,Eliza C.,F,33,"Washington, DC",6380,6908,638,10 Mile +9303,Christine B.,F,31,"Arlington, VA",6380,6915,638,10 Mile +11312,Debbie F.,F,50,"Spring Lake, NJ",6381,7197,638,10 Mile +14197,Sarah L.,F,55,"Silver Spring, MD",6381,7550,638,10 Mile +13494,Bree T.,F,30,"Arlington, VA",6381,6725,638,10 Mile +12785,Kristin M.,F,43,"Arlington, VA",6381,7580,638,10 Mile +2863,Allison S.,F,32,"New York, NY",6381,7896,638,10 Mile +10858,Colleen H.,F,52,"Wood-Ridge, NJ",6381,7358,638,10 Mile +21684,Julia A.,F,29,"Washington, DC",6381,7896,638,10 Mile +13738,Angela B.,F,37,"Arlington, VA",6382,7357,638,10 Mile +9367,Sarah N.,F,34,"Philadelphia, PA",6382,6995,638,10 Mile +14006,Ashley S.,F,27,"Hanover, MD",6382,7550,638,10 Mile +7826,Erin H.,F,27,"Washington, DC",6383,6928,638,10 Mile +14312,Jennifer J.,F,43,"Woodbridge, VA",6383,7526,638,10 Mile +15107,Erin E.,F,25,"Washington, DC",6383,7553,638,10 Mile +13702,Margaret S.,F,31,"Washington, DC",6384,7219,638,10 Mile +14814,Susan L.,F,47,"Port Washington, NY",6384,7528,638,10 Mile +15643,Brianna B.,F,25,"Lexington Park, MD",6385,7541,638,10 Mile +4064,Laura K.,F,26,"Washington, DC",6386,6688,638,10 Mile +11262,Kristen D.,F,31,"Rockville, MD",6386,7441,638,10 Mile +15340,Caitlin F.,F,29,"Arlington, VA",6386,7169,638,10 Mile +14407,Kathryn P.,F,23,"Baltimore, MD",6386,7668,638,10 Mile +19131,Yunfan D.,F,42,"Potomac, MD",6386,7582,638,10 Mile +17450,Angela H.,F,39,"Washington, DC",6386,7664,638,10 Mile +22589,Krissy B.,F,39,"Vienna, VA",6387,7664,638,10 Mile +17261,Anne D.,F,30,"Washington, DC",6387,7516,638,10 Mile +11764,Brandy N.,F,31,"Alexandria, VA",6387,7269,638,10 Mile +12966,Rebecca M.,F,39,"Warrenton, VA",6387,7292,638,10 Mile +11864,Angela M.,F,39,"Washington, DC",6387,7292,638,10 Mile +11927,Diane M.,F,34,"Arlington, VA",6387,7122,638,10 Mile +16819,Gloria Y.,F,30,"Washington, DC",6387,7645,638,10 Mile +8098,Aly G.,F,18,"Lutherville, MD",6387,6914,638,10 Mile +16849,Shawnnell W.,F,43,"Suffolk, VA",6388,7514,638,10 Mile +11095,Jessica T.,F,34,"Stafford, VA",6388,7449,638,10 Mile +16385,Jawanna H.,F,32,"Washington, DC",6388,7559,638,10 Mile +13134,Nadia L.,F,34,"Pittsburgh, PA",6388,7228,638,10 Mile +16773,Julia A.,F,25,"Hoboken, NJ",6388,7430,638,10 Mile +22067,Megan A.,F,25,"Washington, DC",6388,7811,638,10 Mile +16112,Theresa L.,F,42,"Springfield, VA",6388,7621,638,10 Mile +20483,Lerin R.,F,24,"Maineville, OH",6389,7186,638,10 Mile +15831,Joy S.,F,34,"New York, NY",6389,7523,638,10 Mile +11905,Jennifer L.,F,35,"New York, NY",6389,7293,638,10 Mile +22728,Fainna K.,F,36,"New York, NY",6389,7258,638,10 Mile +13874,Kailey L.,F,28,"North Andover, MA",6389,7186,638,10 Mile +12951,Kelsey R.,F,25,"Oakton, VA",6389,7272,638,10 Mile +17232,Kate H.,F,34,"Washington, DC",6390,7505,639,10 Mile +11779,Elsa B.,F,19,"Bethesda, MD",6390,7476,639,10 Mile +19800,Corrina P.,F,43,"Mclean, VA",6390,7383,639,10 Mile +11778,Regina B.,F,50,"Bethesda, MD",6390,7476,639,10 Mile +14111,Jennifer C.,F,34,"New York, NY",6391,7390,639,10 Mile +17596,Lela T.,F,14,"Washington, DC",6391,7432,639,10 Mile +9496,Diana M.,F,47,"Bronx, NY",6392,7362,639,10 Mile +16391,Neeva S.,F,32,"Silver Spring, MD",6392,7666,639,10 Mile +17685,Julie M.,F,51,"Bethesda, MD",6392,7462,639,10 Mile +12743,Brooke S.,F,36,"Washington Dc, DC",6392,7556,639,10 Mile +2923,Kimberly H.,F,41,"Charlotte Hall, MD",6392,6676,639,10 Mile +19697,Loveleen S.,F,38,"Arlington, VA",6393,6872,639,10 Mile +2769,Maggie H.,F,33,"San Diego, CA",6393,7900,639,10 Mile +8643,Jessica U.,F,23,"Silver Spring, MD",6394,6960,639,10 Mile +9942,Debbie F.,F,53,"Chapel Hill, NC",6394,6877,639,10 Mile +15240,Alyssa W.,F,27,"Arlington, VA",6394,7489,639,10 Mile +21552,Lisabeth B.,F,28,"Washington, DC",6394,7805,639,10 Mile +16105,Christiana I.,F,52,"Boyds, MD",6394,7135,639,10 Mile +7879,Tara Q.,F,33,"Mars, PA",6394,6894,639,10 Mile +21963,Lila N.,F,26,"Washington, DC",6395,6843,639,10 Mile +12982,Olivia N.,F,25,"Washington, DC",6395,7258,639,10 Mile +17370,Olga O.,F,32,"Falls Church, VA",6396,7842,639,10 Mile +16147,Kristy D.,F,37,"Cheverly, MD",6396,7809,639,10 Mile +16852,Ellie T.,F,24,"Brookhaven, GA",6396,7626,639,10 Mile +16540,Desiree H.,F,34,"Arlington, VA",6397,7534,639,10 Mile +15920,Kristine S.,F,48,"Takoma Park, MD",6397,7473,639,10 Mile +9879,Kathy F.,F,48,"Camden, DE",6397,7166,639,10 Mile +15202,Fabiana P.,F,34,"Washington, DC",6398,7442,639,10 Mile +11158,Leah F.,F,25,"North Bethesda, MD",6398,7302,639,10 Mile +14153,Sandra L.,F,55,"Alexandria, VA",6399,7448,639,10 Mile +13972,Deborah S.,F,42,"West Chester, PA",6399,7663,639,10 Mile +13945,Karen S.,F,27,"Washington, DC",6399,7162,639,10 Mile +15892,Stephanie N.,F,25,"Blairstown, NJ",6399,7584,639,10 Mile +19831,Meghan B.,F,35,"Alexandria, VA",6399,7828,639,10 Mile +16031,Rebecca K.,F,43,"Solomons, MD",6400,7293,640,10 Mile +8753,Allison S.,F,24,"New York, NY",6401,7321,640,10 Mile +10854,Kris H.,F,49,"East Petersburg, PA",6401,7584,640,10 Mile +22725,Brooke H.,F,41,"Arlington, VA",6401,7166,640,10 Mile +12457,Wendy W.,F,47,"Morgantown, WV",6401,7169,640,10 Mile +17614,Kristal R.,F,37,"Gambrills, MD",6402,7615,640,10 Mile +21522,Li S.,F,43,"Valley View, OH",6402,7202,640,10 Mile +13014,Froukelien W.,F,43,"Arlington, VA",6403,7292,640,10 Mile +16686,Lourdes H.,F,58,"Arlington, VA",6403,7252,640,10 Mile +4729,Joy C.,F,29,"Sterling, VA",6403,7377,640,10 Mile +16255,Michelle B.,F,44,"Abingdon, MD",6403,7705,640,10 Mile +8443,Catherine S.,F,26,"Reston, VA",6404,6833,640,10 Mile +22863,Nazly P.,F,37,"Parkland, FL",6404,7399,640,10 Mile +10544,Alisha O.,F,29,"Washington, DC",6404,7921,640,10 Mile +16463,Emma B.,F,37,"Silver Spring, MD",6404,7468,640,10 Mile +7908,Stanita T.,F,25,"Alexndria, VA",6404,7388,640,10 Mile +9014,Candace C.,F,33,"White Plains, MD",6405,6858,640,10 Mile +3471,Christine S.,F,29,"Stockbridge, GA",6405,7290,640,10 Mile +11084,Jacquelyn A.,F,29,"Bethel Park, PA",6405,7291,640,10 Mile +11038,Amy W.,F,34,"Washington, DC",6405,7195,640,10 Mile +16221,Elizabeth M.,F,70,"Lilburn, GA",6405,7572,640,10 Mile +12953,Jessica B.,F,34,"Falls Church, VA",6405,7651,640,10 Mile +19986,Suzanne V.,F,44,"Creedmoor, NC",6405,7845,640,10 Mile +14663,Pia D.,F,46,"Arlington, VA",6405,7585,640,10 Mile +7568,Heather T.,F,29,"Pittsburgh, PA",6405,7290,640,10 Mile +15284,Melissa S.,F,25,"Arlington, VA",6406,7592,640,10 Mile +15763,Constance K.,F,31,"Arlington, VA",6406,7859,640,10 Mile +16058,Samantha P.,F,29,"Arlington, VA",6406,7604,640,10 Mile +14678,Christine K.,F,48,"Herndon, VA",6406,7704,640,10 Mile +17207,Krystal H.,F,35,"Silver Spring, MD",6406,7509,640,10 Mile +15348,Amy S.,F,47,"Leesburg, VA",6407,7819,640,10 Mile +16997,Lisa G.,F,37,"Columbia, MD",6407,7508,640,10 Mile +14651,Lynn S.,F,39,"New York, NY",6407,7514,640,10 Mile +14783,Jennifer S.,F,43,"New York, NY",6407,7514,640,10 Mile +12179,Katie L.,F,33,"Ambridge, PA",6407,7238,640,10 Mile +16489,Kristina H.,F,47,"Culpeper, VA",6408,7535,640,10 Mile +21610,Kartika P.,F,39,"Washington, DC",6408,7826,640,10 Mile +3164,Jennifer D.,F,36,"Palmyra, VA",6408,7651,640,10 Mile +9115,Gaylen M.,F,20,"Fleming Island, FL",6408,7004,640,10 Mile +18134,Judith S.,F,66,"Germantown, MD",6408,7318,640,10 Mile +19601,Jill D.,F,45,"Palmyra, VA",6408,7651,640,10 Mile +13276,Paula K.,F,37,"Falls Church, VA",6409,7472,640,10 Mile +10966,Daphne S.,F,33,"New York, NY",6409,7880,640,10 Mile +20567,Raquel T.,F,32,"Brooklyn, NY",6409,7881,640,10 Mile +13341,Joanne S.,F,51,"Owings, MD",6410,7284,641,10 Mile +21434,Barbara B.,F,45,"Ijamsville, MD",6411,7714,641,10 Mile +14860,Regina O.,F,46,"Gaithersburg, MD",6411,7935,641,10 Mile +14275,Sandy C.,F,47,"Manassas, VA",6411,7500,641,10 Mile +20240,Yunsoo P.,F,31,"Washington, DC",6412,7604,641,10 Mile +21162,Tirzah V.,F,34,"Aberdeen Proving Ground, MD",6412,6955,641,10 Mile +22124,Olivia O.,F,23,"Arlington, VA",6412,7593,641,10 Mile +16028,Diana R.,F,41,"Washington, DC",6413,7539,641,10 Mile +15063,Sophie G.,F,29,"Baltimore, MD",6413,7483,641,10 Mile +22794,Cindy M.,F,40,"New Canaan, CT",6413,7542,641,10 Mile +14746,Pamela R.,F,31,"Ashburn, VA",6413,7713,641,10 Mile +12863,Sasha P.,F,35,"Rockville, MD",6413,7180,641,10 Mile +14284,Tam N.,F,45,"King Of Prussia, PA",6413,7894,641,10 Mile +12563,Amanda S.,F,31,"Reston, VA",6414,7712,641,10 Mile +17810,Emily S.,F,26,"Washington, DC",6414,7573,641,10 Mile +11793,Courtney S.,F,36,"New York, NY",6414,7211,641,10 Mile +12533,Caryn L.,F,24,"Washington, DC",6414,7200,641,10 Mile +6023,Sookyung O.,F,36,"Washington, DC",6415,7846,641,10 Mile +22913,Christina P.,F,36,"Wilmington, DE",6416,7890,641,10 Mile +19280,Claire C.,F,38,"Silver Spring, MD",6416,6988,641,10 Mile +8776,Michelle B.,F,29,"Washington, DC",6416,6996,641,10 Mile +16973,Kristen T.,F,35,"Baltimore, MD",6416,7610,641,10 Mile +14335,Marybeth M.,F,50,"Arlington, MA",6416,7640,641,10 Mile +14379,Wendy H.,F,46,"Alexandria, VA",6417,7516,641,10 Mile +7922,Amanda F.,F,29,"Chicago, IL",6417,7164,641,10 Mile +14885,Jennifer Z.,F,52,"Rockville, MD",6417,7510,641,10 Mile +20656,Kimberly V.,F,34,"Los Angeles, CA",6417,7367,641,10 Mile +10057,Elaine W.,F,33,"Albany, NY",6417,6943,641,10 Mile +16345,Latonia C.,F,30,"Washington, DC",6417,7556,641,10 Mile +16187,Jocely M.,F,35,"Chevy Chase, MD",6417,6952,641,10 Mile +13471,Adrienne W.,F,30,"Washington, DC",6417,6942,641,10 Mile +5550,Laura S.,F,28,"Hollidaysburg, PA",6418,6948,641,10 Mile +18358,Sarah M.,F,35,"Bethesda, MD",6418,7254,641,10 Mile +15273,Megan F.,F,37,"Alexandria, VA",6418,7489,641,10 Mile +15083,M E.,F,46,"Richmond, VA",6419,7545,641,10 Mile +18010,Ayesha K.,F,27,"Arlington, VA",6419,7902,641,10 Mile +18457,Sarah B.,F,29,"Washington, DC",6419,7390,641,10 Mile +11000,Shelley B.,F,41,"San Diego, CA",6419,7390,641,10 Mile +14041,Brooke B.,F,34,"Silver Spring, MD",6419,7490,641,10 Mile +20398,Elice R.,F,25,"Washington, DC",6420,7295,642,10 Mile +11877,Bethany M.,F,30,"Alexandria, VA",6420,7238,642,10 Mile +17489,Tina P.,F,62,"Arlington, CA",6420,7361,642,10 Mile +11565,Molly S.,F,43,"Camden, DE",6421,7301,642,10 Mile +14233,Carol Z.,F,63,"Pennsylvania Furnace, PA",6421,7528,642,10 Mile +17496,Katharine P.,F,27,"Bethesda, MD",6421,7521,642,10 Mile +21096,Kelly R.,F,24,"Poolesville, MD",6421,7599,642,10 Mile +17497,Christy P.,F,30,"Washington, DC",6421,7521,642,10 Mile +12345,Nancy H.,F,55,"Washington, DC",6421,7407,642,10 Mile +17583,Megan K.,F,37,"Warrington, PA",6422,7523,642,10 Mile +17332,Kristin W.,F,47,"Potomac Falls, VA",6422,7539,642,10 Mile +6661,Alexandra C.,F,22,"Baltimore, MD",6422,7694,642,10 Mile +13078,Xiangxi W.,F,50,"Irving, TX",6422,7294,642,10 Mile +22803,Allie C.,F,32,"Rockville, MD",6422,7184,642,10 Mile +10453,Linda M.,F,47,"Mclean, VA",6422,7356,642,10 Mile +9465,Abby G.,F,22,"Baltimore, MD",6422,7694,642,10 Mile +13999,Micki A.,F,36,"Mclean, VA",6423,7239,642,10 Mile +20102,Sherri B.,F,43,"Egg Harbor Twp, NJ",6423,7498,642,10 Mile +11127,Julie S.,F,40,"Falls Church, VA",6424,7239,642,10 Mile +11080,Joanna S.,F,39,"New York, NY",6424,7231,642,10 Mile +9125,Elaina B.,F,24,"Edgewater, MD",6424,7943,642,10 Mile +14315,Maureen J.,F,44,"Marmora, NJ",6424,7498,642,10 Mile +19063,Serena R.,F,28,"Silver Spring, MD",6425,7625,642,10 Mile +707,Laura W.,F,32,"Columbia, MD",6425,6735,642,10 Mile +7141,Courtney F.,F,28,"Gaithersburg, MD",6425,6882,642,10 Mile +15802,Stacey M.,F,44,"Chevy Chase, MD",6425,7565,642,10 Mile +16568,Jenn A.,F,45,"College Park, MD",6425,7641,642,10 Mile +22821,Samantha M.,F,29,"Millbury, MA",6425,7475,642,10 Mile +13060,Emily M.,F,37,"Elkridge, MD",6426,7456,642,10 Mile +11700,Marisa V.,F,31,"Washington, DC",6426,7049,642,10 Mile +8751,Tulani E.,F,33,"Washington, DC",6426,6909,642,10 Mile +18669,Christen C.,F,31,"San Antonio, TX",6427,7943,642,10 Mile +3506,Anna L.,F,28,"Arlington, VA",6427,6710,642,10 Mile +14910,Jean K.,F,38,"Silver Spring, MD",6427,7667,642,10 Mile +14090,Ellaree M.,F,24,"Washington, DC",6427,7547,642,10 Mile +15854,Jacqueline R.,F,53,"Alexandria, VA",6427,7198,642,10 Mile +11937,Andrea C.,F,43,"Kensington, MD",6428,7202,642,10 Mile +17764,Katherine A.,F,57,"State College, PA",6428,7535,642,10 Mile +19509,Archana M.,F,37,"Washington, DC",6428,7184,642,10 Mile +22469,Nechama M.,F,24,"New York, NY",6428,7199,642,10 Mile +14478,Amelia P.,F,40,"Washington, DC",6428,7488,642,10 Mile +16011,Elizabeth G.,F,31,"Lewes, DE",6429,7644,642,10 Mile +17023,Theresa S.,F,48,"Washington, DC",6429,7592,642,10 Mile +12272,Margaret L.,F,58,"Mamaroneck, NY",6430,7192,643,10 Mile +12910,Julie K.,F,31,"Arlington, VA",6431,7681,643,10 Mile +18927,Patricia H.,F,33,"Arlington, VA",6431,6789,643,10 Mile +11220,Tiffani D.,F,43,"Arlington, VA",6431,6932,643,10 Mile +12326,Jeanie C.,F,35,"Wake Forest, NC",6431,7275,643,10 Mile +11175,Jessica L.,F,26,"Columbia, MD",6432,7579,643,10 Mile +11677,Jeanne H.,F,26,"Washington, DC",6432,7255,643,10 Mile +18612,Lilas M.,F,36,"Davidsonville, MD",6432,7228,643,10 Mile +9478,Randi W.,F,34,"Washington, DC",6432,6932,643,10 Mile +8251,Danielle B.,F,27,"Arlington, VA",6433,7719,643,10 Mile +6959,Vlada D.,F,37,"Simi Valley, CA",6433,6866,643,10 Mile +1600,Keagan G.,F,26,"New York, NY",6434,7554,643,10 Mile +18850,Monica G.,F,34,"Arlington, VA",6434,7910,643,10 Mile +22756,Nichole G.,F,45,"Stafford, VA",6434,7493,643,10 Mile +21051,Meghan B.,F,34,"Washington, NC",6435,7868,643,10 Mile +8050,Harriet C.,F,35,"Washington, DC",6435,7202,643,10 Mile +13291,Lauren C.,F,27,"Richmond, VA",6435,7193,643,10 Mile +12733,Julia H.,F,36,"Orlando, FL",6436,7059,643,10 Mile +16856,Krista S.,F,44,"Burke, VA",6436,7600,643,10 Mile +17534,Smita G.,F,52,"Rockville, MD",6437,7622,643,10 Mile +16495,Rheana T.,F,29,"Washington, DC",6437,7061,643,10 Mile +8316,Jacquie F.,F,37,"Washington, DC",6437,6972,643,10 Mile +12336,Sibyl T.,F,59,"Alexandria, VA",6438,7316,643,10 Mile +5949,Janee S.,F,39,"Reisterstown, MD",6438,7201,643,10 Mile +14805,Linda W.,F,59,"Lido Beach, NY",6438,7526,643,10 Mile +20310,Monica R.,F,34,"Arlington, VA",6439,7652,643,10 Mile +8063,Bridget B.,F,36,"Washington, DC",6440,7367,644,10 Mile +14579,Sharon D.,F,43,"Rockville, MD",6440,7884,644,10 Mile +13318,Michelle H.,F,43,"Alexandria, VA",6440,7256,644,10 Mile +17193,Erika D.,F,43,"Silver Spring, MD",6440,7585,644,10 Mile +18973,Christine C.,F,30,"Arlington, VA",6441,7530,644,10 Mile +10419,Stacey S.,F,39,"Arlington, VA",6441,7384,644,10 Mile +20931,Maggie C.,F,29,"Washington, DC",6441,7530,644,10 Mile +10490,Lindsay C.,F,24,"New York, NY",6441,7216,644,10 Mile +12456,Jennifer H.,F,46,"Washington, DC",6441,7308,644,10 Mile +11514,Lattany L.,F,28,"Springfield, VA",6441,7225,644,10 Mile +20553,Libby K.,F,36,"Armonk, NY",6441,7663,644,10 Mile +2592,Rithika M.,F,32,"Arlington, VA",6441,6670,644,10 Mile +17652,Alison P.,F,43,"Arlington, VA",6441,7383,644,10 Mile +12744,Caitlin D.,F,27,"Silver Spring, MD",6442,7580,644,10 Mile +16421,Cassie C.,F,37,"Poway, CA",6442,7480,644,10 Mile +9072,Kimberly P.,F,27,"Washington, DC",6442,7428,644,10 Mile +13196,Agnese B.,F,38,"Arlington, VA",6442,7187,644,10 Mile +8069,Shelley P.,F,35,"Springfield, VA",6442,7051,644,10 Mile +16522,Alison A.,F,28,"Washington, DC",6442,7614,644,10 Mile +11379,Courtney P.,F,36,"Rockville, MD",6443,7881,644,10 Mile +10917,Cailin F.,F,30,"Columbus, OH",6443,7896,644,10 Mile +15043,Megan M.,F,23,"Washington, DC",6443,7435,644,10 Mile +13421,Alexa R.,F,38,"Alexandria, VA",6443,7397,644,10 Mile +21981,Claire R.,F,23,"Washington, DC",6444,6954,644,10 Mile +11414,Allison G.,F,36,"Arlington, VA",6444,7330,644,10 Mile +4120,Ingrid C.,F,29,"Damascus, MD",6444,7395,644,10 Mile +15645,Bao L.,F,33,"Washington, DC",6446,7593,644,10 Mile +9780,Laurie D.,F,34,"Woodbridge, VA",6446,6999,644,10 Mile +14117,Laura D.,F,61,"Portland, OR",6446,7597,644,10 Mile +17416,Sarvin M.,F,46,"Potomac, MD",6447,7679,644,10 Mile +11513,Brett G.,F,26,"Leesburg, VA",6447,7212,644,10 Mile +14218,Zohreh M.,F,49,"Potomac, MD",6447,7679,644,10 Mile +10937,Lauren R.,F,28,"Washington, DC",6447,7362,644,10 Mile +2371,Jessica G.,F,25,"Olney, MD",6447,6930,644,10 Mile +14583,Claire D.,F,38,"Arlington, VA",6447,7618,644,10 Mile +12304,Nadia T.,F,40,"Glen Allen, VA",6448,7292,644,10 Mile +17524,Ellen L.,F,57,"Great Falls, VA",6448,7562,644,10 Mile +3795,Grace C.,F,16,"Middleburg, VA",6448,6651,644,10 Mile +22037,Rachel M.,F,28,"Washington, DC",6449,7551,644,10 Mile +16373,Samantha S.,F,33,"Hyattsville, MD",6449,7609,644,10 Mile +6019,Nina S.,F,42,"Sewickley, PA",6450,7496,645,10 Mile +22797,Faith R.,F,34,"Oakton, VA",6450,7607,645,10 Mile +2794,Wendy B.,F,32,"Mercersburg, PA",6450,6648,645,10 Mile +16204,Carrie L.,F,43,"Winchester, VA",6450,7496,645,10 Mile +12234,Christine T.,F,34,"Washington, DC",6450,7723,645,10 Mile +19062,Teresa R.,F,40,"Arnold, MD",6451,7595,645,10 Mile +15951,Stacey T.,F,29,"Pearland, TX",6451,7603,645,10 Mile +10182,Tanya B.,F,29,"College Park, MD",6451,6951,645,10 Mile +15969,Amanda L.,F,22,"Glenelg, MD",6451,7598,645,10 Mile +12935,Jennifer B.,F,50,"Highland, MI",6451,7282,645,10 Mile +18627,Emily G.,F,34,"Washington, DC",6451,7891,645,10 Mile +12995,Diana W.,F,34,"Washington, DC",6451,7203,645,10 Mile +18793,Marta T.,F,31,"Washington, DC",6452,7577,645,10 Mile +20615,Toni D.,F,48,"Lutherville, MD",6452,7411,645,10 Mile +17591,Tracy L.,F,46,"Dunkirk, MD",6453,7491,645,10 Mile +11412,Jennifer M.,F,38,"Washington, DC",6453,7576,645,10 Mile +6837,Eleanor A.,F,27,"New York, NY",6453,7666,645,10 Mile +16757,Amanda W.,F,40,"Springfield, VA",6453,7662,645,10 Mile +10602,Catherine W.,F,31,"Washington, DC",6453,7578,645,10 Mile +13829,Katie G.,F,41,"Arlington, VA",6453,7450,645,10 Mile +12609,Karen L.,F,43,"New Canaan, CT",6454,7270,645,10 Mile +15377,Laura H.,F,31,"Washington, DC",6454,7571,645,10 Mile +15595,Elizabeth S.,F,43,"Marriottsville, MD",6454,7619,645,10 Mile +15428,Amy H.,F,47,"Fairfax, VA",6456,7630,645,10 Mile +10575,Christine T.,F,47,"Arlington, VA",6456,7357,645,10 Mile +10306,Whitney S.,F,29,"Chicago, IL",6456,6937,645,10 Mile +14720,Marie-Louise H.,F,36,"Kensington, MD",6456,7739,645,10 Mile +8441,Jackie F.,F,30,"Washington, DC",6456,7033,645,10 Mile +9517,Ann V.,F,48,"Corning, NY",6457,6991,645,10 Mile +7527,Sandra W.,F,63,"Hempstead, NY",6457,7504,645,10 Mile +13534,Cheryl K.,F,47,"Park Ridge, IL",6458,7356,645,10 Mile +16210,Shannon H.,F,40,"Leesburg, VA",6458,7504,645,10 Mile +17938,Caroline G.,F,31,"Montreal, QC",6458,7076,645,10 Mile +16116,Rose K.,F,50,"Upper Marlboro, MD",6459,7763,645,10 Mile +13577,Mary F.,F,50,"Arlington, VA",6459,7266,645,10 Mile +1329,Mary P.,F,30,"Washington, DC",6459,7706,645,10 Mile +17203,Alexandra S.,F,22,"Washington, DC",6459,7499,645,10 Mile +11689,Elizabeth A.,F,29,"Montr???al, QC",6459,7075,645,10 Mile +13392,Heather L.,F,30,"Washington, DC",6459,7191,645,10 Mile +14606,Afua O.,F,36,"Washington, DC",6460,7535,646,10 Mile +12449,Lauren B.,F,27,"Fishersville, VA",6460,7373,646,10 Mile +10657,Katherine D.,F,31,"Washington, DC",6460,7367,646,10 Mile +18615,Victoria B.,F,22,"San Antonio, TX",6461,7964,646,10 Mile +7101,Jackie Z.,F,29,"Herndon, VA",6461,7366,646,10 Mile +9549,Necole J.,F,25,"Upper Marlboro, MD",6461,7068,646,10 Mile +10653,Kim G.,F,22,"Washington, DC",6461,7408,646,10 Mile +12766,Megan K.,F,29,"Arlington, VA",6461,7428,646,10 Mile +15162,Susan H.,F,60,"Lancaster, PA",6462,7939,646,10 Mile +15342,Yenvy T.,F,37,"Lighthouse Point, FL",6462,7288,646,10 Mile +15899,Megan F.,F,36,"Washington, DC",6462,7580,646,10 Mile +13919,Anya M.,F,31,"Washington, DC",6462,7966,646,10 Mile +16405,Shayda R.,F,25,"Mclean, VA",6462,7581,646,10 Mile +16663,Rachel L.,F,32,"Fulton, MD",6463,7720,646,10 Mile +16264,Katherine C.,F,31,"Washington, DC",6463,7349,646,10 Mile +14774,Susan S.,F,40,"Ashburn, VA",6463,7599,646,10 Mile +2034,Dana D.,F,21,"Salt Lake City, UT",6464,6748,646,10 Mile +11300,Rebecca H.,F,25,"Arlington, VA",6464,7940,646,10 Mile +4574,Jacqueline L.,F,52,"Solana Beach, CA",6464,6748,646,10 Mile +427,Linda Y.,F,73,"Bethesda, MD",6465,6471,646,10 Mile +10566,Samantha O.,F,34,"Alexandria, VA",6465,7362,646,10 Mile +8326,Nicole L.,F,31,"Alexandria, VA",6465,7313,646,10 Mile +22727,Nicole D.,F,34,"Alexandria, VA",6465,7294,646,10 Mile +17155,Shannon T.,F,36,"Alexandria, VA",6465,7362,646,10 Mile +11577,Caroline S.,F,14,"Vienna, VA",6465,7545,646,10 Mile +13506,Barbara K.,F,51,"Ashburn, VA",6465,7445,646,10 Mile +15740,Caitlyn K.,F,26,"Houston, TX",6465,7739,646,10 Mile +19221,Lindsay S.,F,32,"Springfield, VA",6465,7875,646,10 Mile +20730,Marissa J.,F,22,"Arlington, VA",6466,7277,646,10 Mile +9575,Erin K.,F,22,"Arlington, VA",6466,7277,646,10 Mile +13500,Beth F.,F,36,"Arlington, VA",6467,7545,646,10 Mile +9291,Theresa K.,F,46,"Olney, MD",6467,7914,646,10 Mile +10213,Deon G.,F,36,"Washington, DC",6468,7278,646,10 Mile +14021,Kelly H.,F,55,"Washington, DC",6468,7350,646,10 Mile +12282,Amy B.,F,36,"Washington, DC",6468,7278,646,10 Mile +19581,Lindy R.,F,50,"Vienna, VA",6468,7874,646,10 Mile +20941,Bernadette M.,F,47,"Annapolis, MD",6468,7312,646,10 Mile +7015,Christina L.,F,36,"Arlington, VA",6468,6918,646,10 Mile +13072,Ellen B.,F,49,"Arlington, VA",6468,7357,646,10 Mile +18456,Iben D.,F,45,"Mclean, VA",6469,7972,646,10 Mile +4698,Sara H.,F,35,"Alexandria, VA",6469,7398,646,10 Mile +20220,Jessica A.,F,29,"Arlington, VA",6470,7667,647,10 Mile +13881,Alexandra F.,F,31,"Washington, DC",6470,7401,647,10 Mile +16469,Nicole D.,F,28,"Baltimore, MD",6470,7733,647,10 Mile +13187,Suzanne M.,F,64,"Washington, DC",6471,7396,647,10 Mile +1554,Stephanie M.,F,25,"Washington, DC",6471,7608,647,10 Mile +14574,Kellieanne M.,F,29,"Washington, DC",6471,7726,647,10 Mile +18623,Kristie X.,F,28,"Washington, DC",6471,7950,647,10 Mile +22876,Amanda I.,F,41,"Columbia, MD",6472,7894,647,10 Mile +14165,Becky W.,F,24,"Wilton, CT",6472,6975,647,10 Mile +12078,Rachel D.,F,29,"Richmond, VA",6472,7305,647,10 Mile +6998,Kelly N.,F,48,"Pasadena, MD",6472,7544,647,10 Mile +19378,Lynn D.,F,36,"Washington, DC",6473,7686,647,10 Mile +8028,Eileen M.,F,51,"Syracuse, NY",6473,7725,647,10 Mile +17461,Nicole R.,F,38,"Washington, DC",6473,7618,647,10 Mile +17674,Mary A.,F,55,"North Potomac, MD",6474,7076,647,10 Mile +15559,Juliet J.,F,49,"Washington, DC",6474,7671,647,10 Mile +17478,Audrey K.,F,28,"Washington, DC",6474,7890,647,10 Mile +16792,Ofelia C.,F,52,"Reston, VA",6474,7609,647,10 Mile +14266,Jaclyn P.,F,25,"Alexandria, VA",6475,7761,647,10 Mile +19625,Karla R.,F,47,"Accokeek, MD",6475,7044,647,10 Mile +20657,Kelli S.,F,56,"Columbia, MD",6475,7897,647,10 Mile +17247,Meewa M.,F,28,"Washington, DC",6475,7946,647,10 Mile +13939,Susie N.,F,49,"District Of Columbia, DC",6476,7328,647,10 Mile +9566,Leah F.,F,30,"Arlington, VA",6476,7315,647,10 Mile +13087,Shannon H.,F,42,"Fairfaxstation, VA",6476,7459,647,10 Mile +16055,Terri D.,F,52,"New York, NY",6477,7315,647,10 Mile +9569,Jennifer B.,F,28,"New York, NY",6477,7315,647,10 Mile +10604,Karen M.,F,33,"Washington, DC",6477,7312,647,10 Mile +11559,Stephanie W.,F,37,"Montclair, VA",6477,7300,647,10 Mile +13352,Sara G.,F,22,"Arlington, VA",6477,7301,647,10 Mile +4432,Jillian M.,F,27,"Hoboken, NJ",6477,7273,647,10 Mile +16120,Tiffani S.,F,36,"Washington, DC",6477,7664,647,10 Mile +16029,Jennifer K.,F,32,"Mount Rainier, MD",6478,7524,647,10 Mile +16249,Emily H.,F,39,"Washington, DC",6478,7769,647,10 Mile +19691,Janet P.,F,54,"Cranberry Township, PA",6478,7701,647,10 Mile +12453,Amber V.,F,36,"Falls Church, VA",6478,7744,647,10 Mile +7958,Katherine S.,F,35,"Arlington, VA",6479,7433,647,10 Mile +9895,Dawn K.,F,34,"Ridgewood, NY",6479,7477,647,10 Mile +17420,Elise P.,F,22,"Washington, DC",6479,7654,647,10 Mile +15611,Giao P.,F,57,"Burke, VA",6479,7395,647,10 Mile +13415,Tess R.,F,34,"Eden, NY",6479,7477,647,10 Mile +12611,Melanie B.,F,41,"Fairfax, VA",6479,7433,647,10 Mile +4399,Callie K.,F,35,"Washington, DC",6480,7477,648,10 Mile +21414,Kelly S.,F,31,"Washington, DC",6480,7696,648,10 Mile +19283,Celeste J.,F,46,"Burke, VA",6480,7659,648,10 Mile +12144,Robyne D.,F,48,"Mclean, VA",6480,7659,648,10 Mile +16310,Anne R.,F,35,"Washington, DC",6480,7697,648,10 Mile +8855,Lindsey D.,F,31,"Metairie, LA",6480,6979,648,10 Mile +13688,Caroline W.,F,33,"Arlington, VA",6480,7256,648,10 Mile +13016,Lorena S.,F,41,"Washington, DC",6480,7556,648,10 Mile +20606,Denali L.,F,29,"New Orleans, LA",6481,6979,648,10 Mile +21496,Christina G.,F,18,"Baltimore, MD",6481,7754,648,10 Mile +16250,Kimberly S.,F,42,"Silver Spring, MD",6481,7584,648,10 Mile +22357,Amanda S.,F,44,"Morristown, TN",6483,7901,648,10 Mile +22778,Stephanie S.,F,27,"Ellicott City, MD",6483,7572,648,10 Mile +19228,Lynn J.,F,43,"Chicago, IL",6483,7970,648,10 Mile +17258,Melani R.,F,27,"Washington, DC",6484,7227,648,10 Mile +9877,Stephanie F.,F,27,"Annandale, VA",6484,7003,648,10 Mile +12103,Tristan B.,F,41,"Round Hill, VA",6484,7750,648,10 Mile +14308,Suzana K.,F,41,"Washington Dc, DC",6484,7022,648,10 Mile +8042,Amanda D.,F,33,"Kansas City, MO",6484,7789,648,10 Mile +20199,Elizabeth B.,F,40,"Rockport, MA",6485,7891,648,10 Mile +6936,Lori D.,F,53,"Purcellville, VA",6485,7443,648,10 Mile +16239,Theresa S.,F,52,"Orlando, FL",6485,7342,648,10 Mile +15309,Anne H.,F,41,"Washington, DC",6486,7547,648,10 Mile +14818,Lexa L.,F,44,"Woodbridge, VA",6486,7554,648,10 Mile +13115,Lissett L.,F,40,"Burke, VA",6486,7649,648,10 Mile +8725,Kristen D.,F,40,"Severna Park, MD",6487,7387,648,10 Mile +17794,Lindsey N.,F,33,"Washington, DC",6487,7778,648,10 Mile +15138,Sun S.,F,39,"Austin, TX",6487,7582,648,10 Mile +14496,Pamela F.,F,63,"Bethesda, MD",6487,7904,648,10 Mile +7828,Diana B.,F,24,"New York, NY",6487,7940,648,10 Mile +17201,Daphne L.,F,44,"Silver Spring, MD",6487,7542,648,10 Mile +13734,Lindsey E.,F,32,"Albany, NY",6487,7285,648,10 Mile +12319,Danielle D.,F,31,"New Brighton, MN",6487,7415,648,10 Mile +9004,Diane C.,F,36,"Washington, DC",6487,6919,648,10 Mile +19940,Shannon M.,F,28,"Alexandria, VA",6488,8021,648,10 Mile +16275,Alexandra W.,F,28,"Arlington, VA",6488,7740,648,10 Mile +14751,Shelley M.,F,49,"Berryville, VA",6488,7532,648,10 Mile +15033,Joanna B.,F,28,"Washington, DC",6488,7629,648,10 Mile +19936,Amy O.,F,32,"Arlington, VA",6488,8021,648,10 Mile +21070,Agata K.,F,33,"Willoughby, OH",6489,7714,648,10 Mile +8877,Stephanie D.,F,26,"Mentor, OH",6489,7714,648,10 Mile +14555,Elizabeth S.,F,32,"Long Island City, NY",6489,7338,648,10 Mile +14585,Aimee C.,F,35,"Philadelphia, PA",6489,7275,648,10 Mile +9433,Julia B.,F,40,"Washington, DC",6489,6965,648,10 Mile +10093,Martina B.,F,47,"Bethesda, MD",6489,7800,648,10 Mile +18282,Mary G.,F,53,"Chester, NJ",6489,7908,648,10 Mile +20217,Hannah F.,F,17,"Palmyra, VA",6489,7750,648,10 Mile +11382,Rebecca G.,F,41,"St Petersburg, FL",6489,7268,648,10 Mile +11754,Stephanie A.,F,26,"Washington, DC",6490,7364,649,10 Mile +6838,Jessica Z.,F,37,"Brooklyn, NY",6490,7078,649,10 Mile +11469,Andrea M.,F,27,"Brooklyn, NY",6490,7338,649,10 Mile +17459,Julia H.,F,43,"Boulder, CO",6490,7644,649,10 Mile +16524,Angelina L.,F,28,"Burke, VA",6490,7681,649,10 Mile +3867,Marquita F.,F,36,"New York, NY",6490,7078,649,10 Mile +18035,Kristen M.,F,25,"Bronx, NY",6490,7338,649,10 Mile +9443,Alea J.,F,37,"Los Angeles, CA",6491,7079,649,10 Mile +12098,Julia S.,F,28,"Washington, DC",6491,7771,649,10 Mile +14747,Anne K.,F,45,"Richmond, VA",6491,7696,649,10 Mile +7487,Amanda M.,F,42,"Stafford, VA",6491,6861,649,10 Mile +13497,Susan C.,F,53,"Washington, DC",6492,7467,649,10 Mile +17283,Jennifer H.,F,40,"Fairfax, VA",6492,7781,649,10 Mile +17316,Heather T.,F,32,"Alexandria, VA",6492,7651,649,10 Mile +10157,Anne D.,F,34,"Washington, DC",6492,6997,649,10 Mile +14680,Wendy M.,F,40,"Bowie, MD",6492,7650,649,10 Mile +14978,Sophie Q.,F,28,"Washington, DC",6492,7897,649,10 Mile +22813,Julie M.,F,48,"Fairfax, VA",6493,7657,649,10 Mile +15715,Carol S.,F,50,"Alexandria, VA",6493,7752,649,10 Mile +17431,Jamie O.,F,37,"Olney, MD",6494,7012,649,10 Mile +22097,Marissa E.,F,29,"Washington, DC",6494,7673,649,10 Mile +15529,Kathy C.,F,58,"Portsmouth, NH",6494,7461,649,10 Mile +12917,Helen D.,F,30,"Washington, DC",6494,7549,649,10 Mile +18856,Janice M.,F,39,"Upper Marlboro, MD",6494,7288,649,10 Mile +9630,Elizabeth T.,F,50,"Portsmouth, NH",6494,7461,649,10 Mile +15195,Jodie L.,F,44,"Herndon, VA",6494,7695,649,10 Mile +14623,Mary T.,F,45,"Fairfax, VA",6494,7695,649,10 Mile +16906,Hillary S.,F,29,"Arlington, VA",6495,7580,649,10 Mile +12203,Sunaree M.,F,34,"Washington, DC",6495,7357,649,10 Mile +16651,Jaime T.,F,40,"Millersville, MD",6496,7547,649,10 Mile +14055,Sha'Neal J.,F,26,"Washington, DC",6496,7641,649,10 Mile +20714,Layla B.,F,32,"Washington, DC",6496,7663,649,10 Mile +10768,Melissa T.,F,23,"Fairfax, VA",6496,7313,649,10 Mile +15845,Terri C.,F,56,"Woodbridge, VA",6496,7396,649,10 Mile +8967,Kristi H.,F,33,"Bowie, MD",6497,7082,649,10 Mile +10287,Stacy G.,F,33,"Kansas City, MO",6497,7081,649,10 Mile +18381,Kailani H.,F,59,"Washington, DC",6497,7954,649,10 Mile +16698,Katie T.,F,31,"Crownsville, MD",6497,7547,649,10 Mile +12486,Yun Z.,F,53,"Rockville, MD",6498,7711,649,10 Mile +14208,Tara B.,F,43,"Owings, MD",6499,7563,649,10 Mile +13994,Asma K.,F,34,"Savannah, GA",6499,7622,649,10 Mile +18532,Joanne C.,F,33,"Arlington, VA",6499,7997,649,10 Mile +11260,Jessica S.,F,32,"Arlington, VA",6499,7308,649,10 Mile +14368,Christina W.,F,32,"Washington, DC",6501,7563,650,10 Mile +14754,Jessica W.,F,38,"Kalamazoo, MI",6502,7610,650,10 Mile +16180,Nancy S.,F,54,"Falls Church, VA",6502,7970,650,10 Mile +15094,Yumiko K.,F,52,"Washington, DC",6502,7605,650,10 Mile +22055,Michal F.,F,48,"Bethesda, MD",6502,7354,650,10 Mile +19159,Rachel G.,F,48,"Washington, DC",6502,7986,650,10 Mile +4068,Beverly V.,F,28,"Washington, DC",6502,7493,650,10 Mile +9932,Susan C.,F,59,"Marshfield, MA",6503,7119,650,10 Mile +18919,Katherine H.,F,36,"Decatur, GA",6503,7924,650,10 Mile +12188,Kristen M.,F,49,"Ellicott Ciy, MD",6504,7370,650,10 Mile +20031,Sirin Y.,F,34,"Takoma Park, MD",6504,8032,650,10 Mile +22267,Shirley S.,F,37,"Aldie, VA",6504,6931,650,10 Mile +22064,Becca W.,F,27,"Washington, DC",6504,7270,650,10 Mile +13394,Maya M.,F,33,"Alexandria, VA",6504,7992,650,10 Mile +2496,Mackenzie R.,F,24,"Rockville, MD",6505,6860,650,10 Mile +20008,Amy C.,F,45,"Bethesda, MD",6505,7946,650,10 Mile +15727,Snusha R.,F,29,"College Park, MD",6505,7974,650,10 Mile +22667,Megan C.,F,37,"Houston, TX",6505,7251,650,10 Mile +14694,Laura S.,F,39,"Williamstown, MA",6506,7714,650,10 Mile +17320,Kathryn G.,F,37,"Haddon Heights, NJ",6506,7679,650,10 Mile +7658,Ashley B.,F,24,"San Diego, CA",6506,7694,650,10 Mile +14426,Malena M.,F,23,"Rockville, MD",6506,8000,650,10 Mile +15821,Toni E.,F,59,"Brookeville, MD",6506,7592,650,10 Mile +20942,Sophia M.,F,42,"Brandywine, MD",6506,7581,650,10 Mile +10079,Rachel G.,F,26,"Arlington, VA",6507,7141,650,10 Mile +21601,Ashley E.,F,27,"Washington, DC",6507,8009,650,10 Mile +21468,Amanda S.,F,25,"Chevy Chase, MD",6507,7980,650,10 Mile +16804,Courtney S.,F,39,"Burke, VA",6507,7772,650,10 Mile +14040,Lindsay B.,F,28,"Ashburn, VA",6507,8009,650,10 Mile +16834,Alyssa L.,F,19,"Arllington, VA",6508,7703,650,10 Mile +16788,Mara W.,F,19,"Saint Cloud, MN",6509,7613,650,10 Mile +20910,Elizabeth E.,F,40,"Boston, MD",6509,7988,650,10 Mile +18000,Sharon C.,F,27,"Pittsburgh, PA",6510,7738,651,10 Mile +15081,Thao S.,F,49,"Washington, DC",6510,7578,651,10 Mile +16789,Brenna W.,F,16,"Saint Cloud, MN",6510,7614,651,10 Mile +16232,Angela G.,F,38,"Silver Spring, MD",6510,7692,651,10 Mile +16074,Jo H.,F,31,"Rockville, MD",6510,7811,651,10 Mile +20813,Melinda P.,F,34,"Washington, DC",6511,8021,651,10 Mile +18189,Stina P.,F,52,"Baltimore, MD",6511,7679,651,10 Mile +16806,Melina Y.,F,31,"Quantico, VA",6511,7756,651,10 Mile +17234,Melanie N.,F,39,"Lorton, VA",6512,7359,651,10 Mile +15712,Lindsey R.,F,25,"Arlington, VA",6512,7779,651,10 Mile +19727,Samantha S.,F,23,"Washington Dc, DC",6512,7928,651,10 Mile +22812,Jacqueline K.,F,33,"Kensington, MD",6512,7438,651,10 Mile +20698,Alicia C.,F,31,"New York, NY",6512,7696,651,10 Mile +8664,Ally M.,F,22,"Washington, DC",6512,7945,651,10 Mile +14263,Patricia V.,F,37,"Miami, FL",6512,7550,651,10 Mile +16760,Elethia O.,F,36,"Stafford, VA",6512,7756,651,10 Mile +8237,Briggitte M.,F,27,"Ny, NY",6513,7127,651,10 Mile +22265,Marinn M.,F,26,"Arlington, VA",6513,6878,651,10 Mile +22799,Margie G.,F,49,"Roanoke, VA",6513,7717,651,10 Mile +15977,Rosalie S.,F,28,"Rockville, MD",6513,7706,651,10 Mile +9817,Britni H.,F,26,"Jamaica, NY",6513,7127,651,10 Mile +13485,Erica L.,F,60,"New York, NY",6513,7681,651,10 Mile +18265,Kian S.,F,41,"Southern Pines, NC",6513,7944,651,10 Mile +11402,Esther K.,F,39,"Fort Benning, GA",6513,7360,651,10 Mile +20667,Nazanin S.,F,26,"Washington, DC",6513,7625,651,10 Mile +11544,Geralyn O.,F,53,"Bethesda, MD",6514,7477,651,10 Mile +11883,Eve R.,F,51,"Arlington, VA",6514,7475,651,10 Mile +5953,Patricia S.,F,36,"Gaithersburg, MD",6514,7476,651,10 Mile +1339,Christine B.,F,31,"Arlington, VA",6514,7422,651,10 Mile +16848,Jan T.,F,54,"Bainbridge, GA",6515,7745,651,10 Mile +17279,Carmela B.,F,46,"Stafford, VA",6515,8008,651,10 Mile +14684,Julia A.,F,28,"Washington, DC",6515,7557,651,10 Mile +16510,Cathy T.,F,55,"Solgohachia, AR",6515,7599,651,10 Mile +18142,Kristen T.,F,49,"Kensington, MD",6516,7758,651,10 Mile +21342,Christine H.,F,34,"Stafford, VA",6516,7750,651,10 Mile +14745,Kimberly S.,F,54,"Fairfax, VA",6516,7688,651,10 Mile +3899,Carla B.,F,40,"Conway, AR",6516,7599,651,10 Mile +20613,Anna P.,F,34,"Falls Church, VA",6517,7936,651,10 Mile +18418,Cathy A.,F,53,"Rancho Cucamonga, CA",6517,7446,651,10 Mile +16218,Chris B.,F,57,"Rye, NH",6517,7744,651,10 Mile +12820,Caryn S.,F,45,"Bethesda, MD",6518,7821,651,10 Mile +767,Jeanetta J.,F,42,"College Park, MD",6518,7624,651,10 Mile +16229,Carrie H.,F,37,"West River, MD",6518,7579,651,10 Mile +903,Rebecca G.,F,30,"Washington, DC",6518,7713,651,10 Mile +11944,Laura L.,F,47,"Rockville, MD",6519,7824,651,10 Mile +8032,Phie S.,F,32,"Chesapeake Beach, MD",6519,7064,651,10 Mile +6231,Sarah P.,F,19,"Hamilton, NJ",6519,6989,651,10 Mile +4527,Sarah S.,F,34,"Bethesda, MD",6519,6707,651,10 Mile +16461,Emily K.,F,29,"Reston, VA",6520,7709,652,10 Mile +22129,Jennie W.,F,35,"Washington, DC",6520,7731,652,10 Mile +22841,Diana L.,F,35,"Brookeville, MD",6520,7960,652,10 Mile +17896,Julie C.,F,33,"Seattle, WA",6520,7726,652,10 Mile +22016,Alicia B.,F,31,"Washington Dc, DC",6521,7429,652,10 Mile +14002,Diane R.,F,63,"Virginia Beach, VA",6521,7724,652,10 Mile +15716,Julia R.,F,39,"Sterling, VA",6521,7816,652,10 Mile +22160,Laura S.,F,26,"Washington, DC",6522,7431,652,10 Mile +20692,Laura B.,F,31,"Washington, DC",6522,7705,652,10 Mile +12392,Susan D.,F,56,"Forest, VA",6522,7349,652,10 Mile +12528,Mary T.,F,41,"Falls Church, VA",6522,7478,652,10 Mile +14453,Emma P.,F,22,"Washington, DC",6522,7468,652,10 Mile +12466,Renee R.,F,52,"Lake Worth, FL",6522,7560,652,10 Mile +17702,Kelly S.,F,29,"Kensington, MD",6523,7640,652,10 Mile +10194,Angela T.,F,37,"Norfolk, VA",6523,7432,652,10 Mile +21066,Ali M.,F,31,"Kansas City, MO",6523,7467,652,10 Mile +20547,Ilona B.,F,38,"Silver Spring, MD",6523,7475,652,10 Mile +16262,Jane P.,F,56,"Columbia, MD",6523,7453,652,10 Mile +8470,Brigitte T.,F,33,"Alexandria, VA",6523,6961,652,10 Mile +17072,Amy G.,F,27,"Somerville, MA",6523,7705,652,10 Mile +9185,Amy M.,F,40,"Washington, DC",6524,7401,652,10 Mile +17704,Erica H.,F,38,"Falls Church, VA",6524,7801,652,10 Mile +18947,Rachael T.,F,27,"Washington, DC",6524,8021,652,10 Mile +11174,Christine K.,F,52,"Silver Spring, MD",6524,7282,652,10 Mile +21600,Stephanie K.,F,52,"Washington, DC",6525,7748,652,10 Mile +17385,Kerry A.,F,24,"Arlington, VA",6525,7480,652,10 Mile +19320,Elizabeth B.,F,36,"New York, NY",6525,7932,652,10 Mile +15661,Karen D.,F,29,"Springfield, VA",6525,7577,652,10 Mile +13407,Libby J.,F,34,"Alexandria, VA",6526,7605,652,10 Mile +17627,Lindsay C.,F,26,"New York, NY",6526,7749,652,10 Mile +13863,Pam C.,F,48,"Hagerstown, MD",6526,7393,652,10 Mile +16803,Allison Z.,F,49,"Santa Clara, CA",6526,7995,652,10 Mile +4437,Fatima D.,F,59,"Silver Spring, MD",6527,7446,652,10 Mile +18536,Shay S.,F,28,"Arlington, VA",6528,7801,652,10 Mile +15900,Jenna C.,F,24,"Brooksville, FL",6528,7711,652,10 Mile +12569,Nupur A.,F,28,"Washington, DC",6528,7504,652,10 Mile +13117,Marissa K.,F,28,"Arlington, VA",6528,7358,652,10 Mile +15901,Cassandra V.,F,24,"Washington, DC",6528,7711,652,10 Mile +12398,Valerie G.,F,59,"Berryville, VA",6528,7646,652,10 Mile +17387,Morgan L.,F,24,"Washington, DC",6528,7658,652,10 Mile +13119,Madeline M.,F,28,"Washington, DC",6528,7359,652,10 Mile +17253,Rebecca M.,F,37,"Washington, DC",6528,7810,652,10 Mile +19711,Amanda K.,F,31,"Washington, DC",6529,7965,652,10 Mile +20519,Shauna D.,F,37,"Washington, DC",6530,7828,653,10 Mile +14300,Sandy G.,F,46,"Leesburg, VA",6530,7688,653,10 Mile +16213,Wenxi L.,F,28,"Washington, DC",6531,7653,653,10 Mile +17801,Abby G.,F,25,"Pittsburgh, PA",6531,7643,653,10 Mile +15514,Sarah E.,F,29,"Reston, VA",6531,6852,653,10 Mile +17417,Nivia M.,F,37,"Vienna, VA",6531,7831,653,10 Mile +13381,Elisa R.,F,44,"Arlington, VA",6532,7292,653,10 Mile +12460,Ariel S.,F,28,"Woodbridge, VA",6532,7978,653,10 Mile +16203,Kelly S.,F,30,"Orlando, FL",6532,7826,653,10 Mile +16783,Michelle D.,F,28,"Ft. Lauderdale, FL",6532,7765,653,10 Mile +22110,Hanna A.,F,24,"Washington, DC",6532,7064,653,10 Mile +19210,Lauren L.,F,34,"Silver Spring, MD",6533,7650,653,10 Mile +13536,Kara B.,F,41,"Fairfax, VA",6533,7431,653,10 Mile +13601,Harriet T.,F,61,"Fort Washington, MD",6533,7350,653,10 Mile +17150,Madison K.,F,23,"New York, NY",6533,7328,653,10 Mile +12826,Kristi J.,F,29,"Alexandria, VA",6533,7047,653,10 Mile +20843,Sara G.,F,33,"Sterling, VA",6534,7945,653,10 Mile +13167,Juanita C.,F,45,"Alexandria, VA",6534,7324,653,10 Mile +13897,Philippa G.,F,34,"New York, NY",6534,7329,653,10 Mile +8461,Rachael S.,F,24,"Arlington, VA",6534,7780,653,10 Mile +4671,Deborah L.,F,30,"Silver Spring, MD",6535,7528,653,10 Mile +15373,Cameron W.,F,28,"Topsfield, MA",6535,7456,653,10 Mile +22094,Taylor W.,F,33,"Washington, DC",6535,7592,653,10 Mile +14210,Megan N.,F,30,"Arlington, VA",6535,7809,653,10 Mile +19330,Shelly S.,F,38,"Arlington, VA",6535,8027,653,10 Mile +20584,Ainsley A.,F,30,"Washington, DC",6536,7832,653,10 Mile +15841,Lior M.,F,31,"Silver Spring, MD",6536,7812,653,10 Mile +16243,Genny C.,F,29,"Alexandria, VA",6537,7822,653,10 Mile +13021,Lane M.,F,34,"Washington, DC",6537,7616,653,10 Mile +14742,Kathleen F.,F,26,"Washington, DC",6537,7712,653,10 Mile +12729,Baraka P.,F,43,"Lauderhill, FL",6537,7328,653,10 Mile +13720,Alison B.,F,28,"Gloucester Point, VA",6537,7064,653,10 Mile +23147,Monika D.,F,25,"Lynchburg, VA",6537,7799,653,10 Mile +16481,Jeanmarie O.,F,29,"Arlington, VA",6537,7678,653,10 Mile +4015,Maura D.,F,36,"Seven Fields, PA",6538,6801,653,10 Mile +8017,Veronica S.,F,43,"Washington, DC",6538,7094,653,10 Mile +14919,Mary B.,F,26,"Derwood, MD",6538,7658,653,10 Mile +12908,Emma S.,F,20,"Arlington, VA",6542,7835,654,10 Mile +13950,Paula F.,F,60,"Vienna, VA",6542,7494,654,10 Mile +9663,Olivia V.,F,30,"Cambridge, MA",6542,7627,654,10 Mile +13892,Sandra R.,F,49,"Alexandria, VA",6542,7047,654,10 Mile +19864,Christine C.,F,44,"Holly Springs, NC",6542,8003,654,10 Mile +12138,Maggie P.,F,27,"Washington, DC",6543,7627,654,10 Mile +11733,Michelle M.,F,47,"Lakewood, OH",6544,7432,654,10 Mile +16134,Sarah F.,F,35,"Washington, DC",6544,7658,654,10 Mile +18682,Nicole S.,F,31,"Forest, VA",6544,7806,654,10 Mile +19483,Beverly Y.,F,38,"Washington, DC",6544,7031,654,10 Mile +13747,Shea F.,F,26,"Washington, DC",6544,7451,654,10 Mile +18458,Meredith D.,F,22,"Washington, DC",6545,7977,654,10 Mile +18272,Cailyn G.,F,23,"Washington, DC",6545,7452,654,10 Mile +19629,Amanda C.,F,35,"Dumfries, VA",6545,7789,654,10 Mile +19286,Ingrid K.,F,44,"Stone Ridge, VA",6545,7797,654,10 Mile +14705,Lisa S.,F,49,"Boulder, CO",6545,7632,654,10 Mile +15707,Nicole N.,F,33,"Alexandria, VA",6546,7620,654,10 Mile +12283,Pamela C.,F,39,"Washington, DC",6547,7648,654,10 Mile +14911,Mia S.,F,26,"Washington, DC",6547,7674,654,10 Mile +13913,Lisa E.,F,49,"Sunderland, MD",6547,7395,654,10 Mile +18573,Clara K.,F,42,"Washington, DC",6548,7032,654,10 Mile +16555,Julie P.,F,40,"Germantown, MD",6548,7730,654,10 Mile +17625,Roseanne C.,F,29,"Arlington, VA",6548,7677,654,10 Mile +11006,Emily S.,F,47,"Glen Echo, MD",6549,7318,654,10 Mile +7949,Brenna H.,F,25,"Washington, DC",6549,7723,654,10 Mile +16592,Shakira G.,F,41,"Laurel, MD",6549,7975,654,10 Mile +11801,Holly S.,F,30,"Aberdeen Proving Ground, MD",6551,7772,655,10 Mile +16330,Kathryn M.,F,30,"Washington, DC",6551,7612,655,10 Mile +20201,Tiffany W.,F,30,"Mount Pleasant, SC",6551,7772,655,10 Mile +19060,Amanda S.,F,39,"Washington, DC",6551,7687,655,10 Mile +14724,Jennifer C.,F,35,"Felton, DE",6551,7643,655,10 Mile +17759,Beth S.,F,59,"Lakewood, OH",6552,7590,655,10 Mile +13727,Alyssa M.,F,28,"Shavertown, PA",6552,7290,655,10 Mile +22864,Elizabeth B.,F,51,"Catharpin, VA",6553,7673,655,10 Mile +16128,Katherine J.,F,30,"Silver Spring, MD",6553,7410,655,10 Mile +13247,Molly C.,F,29,"Washington, DC",6554,7395,655,10 Mile +17856,Julie B.,F,29,"Washington, DC",6554,7726,655,10 Mile +11036,Rosie S.,F,65,"Winchester, VA",6554,7373,655,10 Mile +9656,Eva S.,F,30,"Washington, DC",6555,7747,655,10 Mile +8335,Erica P.,F,34,"Arnold, MD",6555,7133,655,10 Mile +6149,Diana R.,F,53,"Millersville, MD",6555,7133,655,10 Mile +20558,Margaret S.,F,24,"Manassas, VA",6555,7343,655,10 Mile +8435,Diana N.,F,39,"Bowie, MD",6555,7133,655,10 Mile +8710,Bridget C.,F,26,"Washington, DC",6556,7153,655,10 Mile +13173,Joycelyn M.,F,49,"Las Vegas, NV",6557,7451,655,10 Mile +14316,Katie S.,F,44,"North Potomac, MD",6557,6910,655,10 Mile +15933,Allison O.,F,41,"Astoria, NY",6557,7598,655,10 Mile +15656,Julissa M.,F,35,"Falls Church, VA",6557,7512,655,10 Mile +17592,Muffet C.,F,72,"Crofton, MD",6557,7682,655,10 Mile +10868,Robyn R.,F,34,"Arlington, VA",6558,7748,655,10 Mile +8311,Caroline K.,F,35,"Washington, DC",6558,7397,655,10 Mile +9024,Natalie B.,F,30,"Brooklyn, NY",6558,7748,655,10 Mile +18959,Laura S.,F,36,"Charlottesville, VA",6559,7821,655,10 Mile +12464,Kristin M.,F,45,"York, PA",6559,7156,655,10 Mile +8388,Christine L.,F,30,"Markham, ON",6559,6925,655,10 Mile +17225,Sharona H.,F,58,"Chicago, IL",6559,7734,655,10 Mile +11351,Christine R.,F,47,"York, PA",6559,7156,655,10 Mile +17460,Angie G.,F,33,"Washington, DC",6559,7626,655,10 Mile +6106,Margaret B.,F,37,"Towson, MD",6560,7400,656,10 Mile +14392,Claudia K.,F,41,"Gainesville, VA",6560,7742,656,10 Mile +12084,Emily K.,F,35,"Washington, DC",6560,7552,656,10 Mile +12417,Stacey M.,F,41,"Brighton, MA",6561,7479,656,10 Mile +12731,Abbey W.,F,26,"Silver Spring, MD",6561,7696,656,10 Mile +14938,Alexandrea V.,F,32,"Arlington, VA",6561,7789,656,10 Mile +20476,Miriam Z.,F,24,"Arlington, VA",6561,7976,656,10 Mile +16479,Michelle R.,F,47,"Alexandria, VA",6561,7862,656,10 Mile +21487,Karen P.,F,41,"York, PA",6561,7158,656,10 Mile +16151,Teresa O.,F,57,"North Granby, CT",6561,7656,656,10 Mile +4762,Anamar M.,F,31,"Gainesville, VA",6561,7135,656,10 Mile +9956,Shannon M.,F,46,"Arlington, VA",6562,7177,656,10 Mile +8500,Nicole P.,F,42,"Fairfax, VA",6562,7177,656,10 Mile +14164,Xue Z.,F,55,"Reston, VA",6562,7364,656,10 Mile +11149,Kristin N.,F,29,"Reston, VA",6562,7480,656,10 Mile +15952,Joanna W.,F,35,"Washington, DC",6562,7785,656,10 Mile +14339,Natasha K.,F,36,"Potomac, MD",6562,7349,656,10 Mile +4065,Dionne T.,F,44,"Fairfax, VA",6562,6757,656,10 Mile +18421,Chelsea F.,F,28,"Fairfax, VA",6563,6818,656,10 Mile +17168,Ramona L.,F,37,"New York, NY",6563,7700,656,10 Mile +8253,Ashley G.,F,25,"Arlington, VA",6563,6818,656,10 Mile +20774,Jennifer H.,F,41,"Potomac, MD",6563,7719,656,10 Mile +15187,Shannon S.,F,40,"Springfield, VA",6564,7720,656,10 Mile +12985,Gabrielle I.,F,25,"Washington, DC",6564,7424,656,10 Mile +9685,Carlie H.,F,25,"Arlington, VA",6564,6818,656,10 Mile +20477,Patricia G.,F,24,"Arlington, VA",6564,7976,656,10 Mile +9873,Laurie D.,F,41,"Hagerstown, MD",6565,7490,656,10 Mile +10474,Christine F.,F,29,"Port Chester, NY",6565,7397,656,10 Mile +18843,Jamie K.,F,35,"Washington, DC",6565,8067,656,10 Mile +8465,Hyun K.,F,42,"Clarksburg, MD",6566,7722,656,10 Mile +15185,Nicole C.,F,34,"Arnold, MD",6566,7825,656,10 Mile +16692,Bongsun K.,F,32,"Richmond, VA",6566,7301,656,10 Mile +10951,Erin L.,F,39,"Arlington, VA",6567,7626,656,10 Mile +7982,Emily D.,F,23,"Arlington, VA",6567,7092,656,10 Mile +21898,Susanne G.,F,38,"Alexandria, VA",6567,7786,656,10 Mile +15421,Valerie D.,F,48,"Rockville, MD",6567,7870,656,10 Mile +17080,Diana G.,F,31,"Brooklyn, NY",6567,7832,656,10 Mile +11009,Beth N.,F,39,"Severna Park, MD",6567,7625,656,10 Mile +17599,Jaime R.,F,36,"Hamilton, VA",6567,7832,656,10 Mile +6987,Caroline H.,F,25,"Charlottesville, VA",6567,7093,656,10 Mile +11785,Catherine R.,F,27,"Washington, DC",6568,7495,656,10 Mile +17317,Melanie O.,F,36,"Wexford, PA",6568,7718,656,10 Mile +5413,Brittney F.,F,39,"Weston, MA",6568,7628,656,10 Mile +8285,Vyvy P.,F,34,"Springfield, VA",6568,7535,656,10 Mile +17773,Dyan L.,F,32,"Vienna, VA",6568,7656,656,10 Mile +13995,Arielle C.,F,25,"Washington Dc, DC",6568,7345,656,10 Mile +15849,Christina W.,F,36,"Washington, DC",6569,8054,656,10 Mile +11476,Katy R.,F,33,"Alexandria, VA",6569,8097,656,10 Mile +11610,Jennifer M.,F,24,"Washington, DC",6569,7415,656,10 Mile +13989,Julie C.,F,26,"Washington, DC",6569,7513,656,10 Mile +17047,Ayanna B.,F,34,"Washington, DC",6569,7712,656,10 Mile +12580,Augusta B.,F,28,"Washington, DC",6570,7544,657,10 Mile +17421,Georgia W.,F,24,"Falls Church, VA",6570,7632,657,10 Mile +17134,Ivana R.,F,25,"Bethpage, NY",6570,7638,657,10 Mile +14819,Mindy W.,F,36,"Ellicott City, MD",6571,7650,657,10 Mile +16453,Anita S.,F,36,"Silver Spring, MD",6571,7705,657,10 Mile +13121,Joana G.,F,36,"Washington, DC",6571,7805,657,10 Mile +14489,May H.,F,39,"Oakton, VA",6571,7808,657,10 Mile +11017,Liz T.,F,54,"Hastings, MN",6572,7464,657,10 Mile +15219,Melissa S.,F,45,"Rockville, MD",6572,8003,657,10 Mile +10762,Loretta K.,F,40,"College Park, MD",6572,7753,657,10 Mile +8303,Meagan T.,F,23,"Silver Spring, MD",6572,7464,657,10 Mile +10923,Paige B.,F,23,"New York, NY",6572,7045,657,10 Mile +849,Raina H.,F,45,"Falls Church, VA",6573,7650,657,10 Mile +14957,Jane F.,F,50,"Sterling, VA",6574,7723,657,10 Mile +18095,Jacquelyn J.,F,31,"Alexandria, VA",6574,7770,657,10 Mile +14793,Katherine K.,F,23,"Washington, DC",6574,8025,657,10 Mile +14982,Juliet B.,F,49,"Cary, NC",6574,7623,657,10 Mile +15054,Kristine K.,F,22,"Arnold, MD",6574,7491,657,10 Mile +19116,Temple F.,F,45,"Fredericksburg, VA",6574,7700,657,10 Mile +14377,Caroline D.,F,21,"Washington, NJ",6574,7679,657,10 Mile +21220,Kristy S.,F,36,"Alexandria, VA",6575,8082,657,10 Mile +11972,Melissa K.,F,25,"Gambrills, MD",6575,7552,657,10 Mile +13824,Courtney W.,F,27,"Washington, DC",6575,7716,657,10 Mile +16244,Tammy D.,F,44,"Silver Spring, MD",6575,7816,657,10 Mile +655,Irene G.,F,53,"Great Falls, VA",6575,8099,657,10 Mile +16256,Emily W.,F,32,"Alexandria, VA",6575,7682,657,10 Mile +18578,Suki L.,F,55,"Dayton, MD",6576,7999,657,10 Mile +13675,Maryann K.,F,53,"Chicago, IL",6576,7539,657,10 Mile +16588,Elizabeth B.,F,44,"Woodbridge, VA",6576,7702,657,10 Mile +21451,Elena V.,F,28,"Silver Spring, MD",6576,7716,657,10 Mile +18400,Kelly F.,F,31,"Conshohocken, PA",6577,7819,657,10 Mile +10739,Kathy A.,F,59,"Purcellville, VA",6577,7358,657,10 Mile +20919,Hailey K.,F,22,"Kensington, MD",6577,7756,657,10 Mile +14595,Kiri S.,F,34,"Kensington, MD",6578,7781,657,10 Mile +17148,Lindy R.,F,38,"Alexandria, VA",6578,7721,657,10 Mile +6645,Kyrene Z.,F,25,"Chambersburg, PA",6578,7691,657,10 Mile +6320,Karena T.,F,40,"Sidney Center, NY",6578,7060,657,10 Mile +17303,Larissa C.,F,41,"Arlington, VA",6578,7836,657,10 Mile +15983,Tracy F.,F,47,"Herndon, VA",6578,7727,657,10 Mile +10351,Kylie F.,F,31,"Washington, DC",6579,7015,657,10 Mile +18734,Lisa S.,F,33,"Washington, DC",6579,8069,657,10 Mile +17542,Michelle M.,F,33,"Scarsdale, NY",6579,7716,657,10 Mile +19067,Tamzin H.,F,35,"Washington, DC",6579,8053,657,10 Mile +15826,Suzanne S.,F,38,"Alexandria, VA",6579,7807,657,10 Mile +17436,Jennifer M.,F,45,"Alexandria, VA",6581,7764,658,10 Mile +17648,Melissa H.,F,37,"Beltsville, MD",6581,7637,658,10 Mile +16070,Aneta B.,F,30,"Arlington, VA",6582,7654,658,10 Mile +16556,Nicole G.,F,40,"Lorton, VA",6582,8045,658,10 Mile +17382,Frances C.,F,26,"Hyattsville, MD",6582,8036,658,10 Mile +19229,Kylie B.,F,34,"New York, NY",6582,8001,658,10 Mile +6783,Genny N.,F,44,"Bethesda, MD",6582,7149,658,10 Mile +9354,Carly P.,F,28,"Washington, DC",6583,7658,658,10 Mile +9819,Rebecca R.,F,49,"Kensington, MD",6583,7577,658,10 Mile +18432,Sandrina E.,F,23,"Arlington, VA",6583,8018,658,10 Mile +16725,Katherine L.,F,39,"Washington, DC",6585,7735,658,10 Mile +15825,Kavonna M.,F,32,"Washington, DC",6585,7653,658,10 Mile +13213,Francine C.,F,61,"Syracuse, NY",6585,7518,658,10 Mile +12443,Sue S.,F,52,"Irmo, SC",6585,7383,658,10 Mile +18005,Flavia B.,F,40,"Washington, DC",6585,7862,658,10 Mile +18545,Ewa G.,F,41,"Alexandria, VA",6585,7545,658,10 Mile +14671,Saira T.,F,37,"Ft. Washington, MD",6586,7823,658,10 Mile +23120,Dianne S.,F,71,"Vienna, VA",6586,8045,658,10 Mile +15086,Lindsay L.,F,28,"Arlington, VA",6586,7715,658,10 Mile +15947,Elizabeth B.,F,50,"Manassas, VA",6586,7846,658,10 Mile +16821,Liz M.,F,33,"Washington, DC",6587,7760,658,10 Mile +16738,Catherine M.,F,68,"Atlanta, GA",6587,7760,658,10 Mile +21588,Michelle M.,F,28,"Washington, DC",6587,7884,658,10 Mile +10499,Pam K.,F,49,"Reston, VA",6588,7533,658,10 Mile +15944,Lisa K.,F,29,"Alexandria, VA",6589,7807,658,10 Mile +15891,N T.,F,49,"Washington, DC",6589,7886,658,10 Mile +20493,Christina O.,F,36,"Newtown, PA",6590,7646,659,10 Mile +12214,Rebecca G.,F,43,"Bethesda, MD",6590,7359,659,10 Mile +13142,Christie W.,F,45,"Manassas, VA",6591,7470,659,10 Mile +16398,Rachel S.,F,42,"Falls Church, VA",6592,7652,659,10 Mile +1607,Katie R.,F,25,"Boston, MA",6592,6812,659,10 Mile +20608,Lynn S.,F,60,"Springfield, VA",6593,8065,659,10 Mile +18980,Daphne B.,F,55,"Baldwinsville, NY",6593,7844,659,10 Mile +12773,Erica K.,F,36,"Richmond, VA",6593,7394,659,10 Mile +14876,Liming W.,F,48,"Mclean, VA",6594,7713,659,10 Mile +16519,Brooke G.,F,37,"Washington, DC",6594,7692,659,10 Mile +11397,Sonia L.,F,32,"Washington, DC",6595,7892,659,10 Mile +14648,Jessica B.,F,32,"Woodbridge, VA",6595,7707,659,10 Mile +19811,Susanne G.,F,58,"Fairfax, VA",6595,7877,659,10 Mile +15197,Margriet W.,F,50,"Mclean, VA",6596,7839,659,10 Mile +12426,Jessica M.,F,35,"Washington, DC",6596,7527,659,10 Mile +16370,Rachel S.,F,24,"Washington, DC",6596,7634,659,10 Mile +7664,Kristen D.,F,45,"Bethesda, MD",6596,7800,659,10 Mile +16382,Shira G.,F,28,"Ny, NY",6597,7737,659,10 Mile +19565,Julie A.,F,29,"Washington, DC",6597,7579,659,10 Mile +16383,Adam K.,F,29,"Ny, NY",6597,7737,659,10 Mile +8540,Alle T.,F,29,"Washington, DC",6597,7527,659,10 Mile +8279,Gabrielle C.,F,26,"Washington, DC",6597,7573,659,10 Mile +18074,Jiyeon S.,F,40,"Herndon, VA",6597,7858,659,10 Mile +16564,Tracy N.,F,36,"Chantilly, VA",6598,7661,659,10 Mile +19331,Moira R.,F,21,"Gaithersburg, MD",6598,7490,659,10 Mile +12384,Kristen D.,F,36,"St. Louis, MO",6598,7656,659,10 Mile +14016,Karine D.,F,30,"Montr???al, QC",6598,7215,659,10 Mile +22092,Camarra W.,F,32,"Accokeek, MD",6599,8102,659,10 Mile +20838,Ilana T.,F,33,"Washington, DC",6599,7147,659,10 Mile +14794,Cathy R.,F,50,"Fairfax Station, VA",6600,7684,660,10 Mile +15677,Lucia M.,F,53,"Rockville, MD",6600,7706,660,10 Mile +16073,Irene C.,F,57,"Brookeville, MD",6600,8024,660,10 Mile +16186,Lulu M.,F,47,"Silver Spring, MD",6601,7833,660,10 Mile +14281,Rebecca G.,F,33,"Falls Church, VA",6601,7685,660,10 Mile +17784,Jennifer M.,F,31,"Woodbine, MD",6601,7728,660,10 Mile +17904,Jasmine W.,F,27,"Washington, DC",6601,7416,660,10 Mile +21957,Julie A.,F,40,"Washington, DC",6602,7145,660,10 Mile +20944,Kavel S.,F,39,"Troy, MI",6602,7798,660,10 Mile +18424,Shannon D.,F,39,"Fairfax, VA",6603,7684,660,10 Mile +6933,Kari H.,F,36,"Upper Marlboro, MD",6603,7396,660,10 Mile +18128,Heather L.,F,29,"Woodbridge, VA",6603,8073,660,10 Mile +15923,Marcy W.,F,38,"Somerville, MA",6603,7832,660,10 Mile +15482,Pam D.,F,48,"Edgewater, MD",6604,7675,660,10 Mile +5891,Rachel G.,F,25,"Washington, DC",6604,7722,660,10 Mile +17006,Allison G.,F,34,"Washington, DC",6604,7836,660,10 Mile +15487,Taylor C.,F,26,"Washington, DC",6604,7723,660,10 Mile +15665,Audrey D.,F,23,"Washington, DC",6605,7723,660,10 Mile +18751,Kelly W.,F,26,"Washington, DC",6605,7451,660,10 Mile +17292,Lilian S.,F,49,"Washington, DC",6605,7708,660,10 Mile +18258,Mallory V.,F,18,"Georgetown, DC",6605,8033,660,10 Mile +20349,Shelby E.,F,32,"Warrenton, VA",6606,8037,660,10 Mile +7991,Amanda M.,F,30,"Alexandria, VA",6606,7717,660,10 Mile +18402,Amy J.,F,60,"Cleveland, OH",6607,7788,660,10 Mile +14291,Edith K.,F,64,"Memphis, TN",6607,7754,660,10 Mile +1444,Cynthia B.,F,45,"Schoharie, NY",6607,7687,660,10 Mile +19015,Sherrie B.,F,46,"Glenn Dale, MD",6607,7708,660,10 Mile +16146,Jennifer F.,F,46,"Arlington, VA",6608,7689,660,10 Mile +17480,Meredith E.,F,35,"Glen Burnie, MD",6608,8128,660,10 Mile +14685,Linda B.,F,67,"Washington, DC",6608,7841,660,10 Mile +22404,Kathleen S.,F,29,"Annapolis, MD",6608,7538,660,10 Mile +14833,Greta S.,F,26,"Ames, IA",6609,7545,660,10 Mile +13258,Erin S.,F,29,"Minneapolis, MN",6609,7545,660,10 Mile +14688,Niki T.,F,40,"Montoursville, PA",6609,7737,660,10 Mile +16831,Sarah C.,F,41,"Washington, DC",6610,7797,661,10 Mile +15453,Daryl W.,F,54,"Fairfax, VA",6610,7712,661,10 Mile +21153,Shaina W.,F,30,"Alexandria, VA",6610,7531,661,10 Mile +17278,Leela P.,F,44,"Silver Spring, MD",6610,7702,661,10 Mile +16362,Erika E.,F,37,"Washington, DC",6611,7845,661,10 Mile +22765,Johanna S.,F,26,"Washington, DC",6611,7735,661,10 Mile +8874,Jessica G.,F,33,"Binghamton, NY",6611,7772,661,10 Mile +12069,Anna A.,F,33,"Arlington, VA",6611,7379,661,10 Mile +10870,Margaret O.,F,62,"Tipp City, OH",6612,7468,661,10 Mile +17222,Amy M.,F,50,"Alexandria, VA",6612,7836,661,10 Mile +12252,Evgenia E.,F,32,"Baltimore, MD",6612,7392,661,10 Mile +18202,Kate S.,F,55,"Potomac, MD",6612,7825,661,10 Mile +16206,Hannah O.,F,31,"Washington, DC",6612,7468,661,10 Mile +14224,Diane W.,F,63,"Annandale, VA",6612,7853,661,10 Mile +16962,Megan O.,F,27,"Gaithersburg, MD",6613,7563,661,10 Mile +14700,Christine C.,F,35,"Centreville, VA",6614,7771,661,10 Mile +16012,Kalika B.,F,27,"Bethesda, MD",6614,8073,661,10 Mile +16361,Allison B.,F,33,"Washington, DC",6614,7847,661,10 Mile +15267,Caitlin B.,F,31,"Glenelg, MD",6615,7436,661,10 Mile +16822,Dina R.,F,47,"Gaithersburg, MD",6616,7591,661,10 Mile +12859,Katelyn B.,F,27,"Washington, DC",6616,8075,661,10 Mile +12834,Meredith F.,F,29,"Alexandria, VA",6616,7826,661,10 Mile +15413,Sarah M.,F,30,"Washington, DC",6616,7758,661,10 Mile +14390,Patricia B.,F,37,"Riverdale, MD",6616,7758,661,10 Mile +12387,Kate M.,F,59,"State College, PA",6616,7528,661,10 Mile +13904,Pam M.,F,57,"State College, PA",6616,7528,661,10 Mile +16749,Debbie P.,F,57,"Laytonsville, MD",6617,7591,661,10 Mile +16687,Elizabeth S.,F,56,"Arlington, VA",6618,7911,661,10 Mile +18625,Danielle H.,F,27,"Washington, DC",6618,7369,661,10 Mile +10766,Allison D.,F,21,"Silver Spring, MD",6619,7548,661,10 Mile +19816,Maria G.,F,45,"Chicago, IL",6620,7360,662,10 Mile +22668,Kirsten Z.,F,26,"Arlington, VA",6620,7567,662,10 Mile +15531,Emily P.,F,32,"Bethesda, MD",6620,7774,662,10 Mile +14768,Amy G.,F,42,"Newark, DE",6621,7839,662,10 Mile +16613,Kristin B.,F,30,"Arlington, VA",6621,7819,662,10 Mile +18270,Kathryn W.,F,34,"Washington, DC",6622,8066,662,10 Mile +10643,Eva S.,F,48,"Stronsgville, OH",6622,7595,662,10 Mile +15447,Kimberly J.,F,46,"Westfield, IN",6622,7674,662,10 Mile +16763,Kimberly T.,F,55,"Annapolis, MD",6622,7185,662,10 Mile +15846,Itunuoluwa A.,F,31,"Washington, DC",6622,8132,662,10 Mile +17543,Suzzie T.,F,43,"Alexandria, VA",6622,7868,662,10 Mile +18759,Yingqian L.,F,26,"Falls Church, VA",6622,7617,662,10 Mile +4776,Claire C.,F,43,"Yorktown Heights, NY",6623,7905,662,10 Mile +12488,Betsey O.,F,69,"Virginia Beach, VA",6623,7498,662,10 Mile +15274,Christina C.,F,28,"Brooklyn, NY",6623,7121,662,10 Mile +14627,Kristin H.,F,40,"Washington, DC",6623,7601,662,10 Mile +16858,Julie L.,F,38,"Washington, DC",6623,7819,662,10 Mile +16742,Julia D.,F,28,"Cockeysville, MD",6623,7669,662,10 Mile +17550,Lorena G.,F,36,"Washington, DC",6623,7661,662,10 Mile +4907,Kari P.,F,32,"Avon, CT",6624,7719,662,10 Mile +433,Regina W.,F,75,"Marshfield, MA",6624,6688,662,10 Mile +12997,Shannon P.,F,42,"Washington, DC",6624,7601,662,10 Mile +16166,Leean R.,F,39,"Germantown, MD",6624,7570,662,10 Mile +14326,Carol D.,F,61,"Saint Albans, MO",6625,7515,662,10 Mile +21152,Grace A.,F,15,"Arlington, VA",6625,8083,662,10 Mile +7461,Casey M.,F,29,"Somerville, MA",6625,7439,662,10 Mile +16401,Deborah S.,F,39,"Odenton, MD",6625,7873,662,10 Mile +18993,Lindsey B.,F,28,"Germantown, MD",6626,8090,662,10 Mile +7926,Elizabeth L.,F,40,"Washington, DC",6626,7366,662,10 Mile +18995,Carolyn B.,F,26,"Germantown, MD",6626,8091,662,10 Mile +18313,Lara R.,F,36,"Vienna, VA",6627,8101,662,10 Mile +15599,Stephanie S.,F,47,"Arlington, VA",6627,7910,662,10 Mile +18889,Amanda B.,F,27,"Arlington, VA",6627,7445,662,10 Mile +16148,Megan K.,F,32,"Towson, MD",6627,7772,662,10 Mile +20718,Natalie O.,F,21,"Raleigh, NC",6627,7555,662,10 Mile +16722,Lauren S.,F,33,"Long Beach, NY",6627,7772,662,10 Mile +14056,Anne C.,F,53,"Reston, VA",6627,7542,662,10 Mile +11915,Sara L.,F,37,"Washington, DC",6628,7509,662,10 Mile +11298,Kiki F.,F,29,"Washington, DC",6628,7512,662,10 Mile +20100,Andrea C.,F,45,"Baltimore, MD",6628,8155,662,10 Mile +12555,Samantha P.,F,28,"Washington, DC",6628,7508,662,10 Mile +17530,Shermica F.,F,32,"Washington, DC",6628,7770,662,10 Mile +15747,Krysten J.,F,50,"Chevy Chase, MD",6629,8142,662,10 Mile +17741,Carol M.,F,61,"Fairfax, VA",6629,7820,662,10 Mile +21036,Amy W.,F,26,"Washington, DC",6629,7898,662,10 Mile +6368,Kate K.,F,35,"Mount Rainier, MD",6629,7898,662,10 Mile +17451,Astrid C.,F,48,"Erial, NJ",6630,7786,663,10 Mile +18428,Rashage G.,F,35,"Silver Spring, MD",6630,8118,663,10 Mile +19539,Kathleen H.,F,49,"Severna Park, MD",6630,7821,663,10 Mile +18886,Heather H.,F,35,"Chevy Chase, MD",6630,7842,663,10 Mile +18891,Tiffany T.,F,32,"Nixa, MO",6630,7842,663,10 Mile +18890,Mandy L.,F,37,"Johns Creek, GA",6630,7842,663,10 Mile +22167,Lauren D.,F,30,"Arlington, VA",6631,7503,663,10 Mile +17572,Alissa P.,F,40,"Dumfries, VA",6631,7424,663,10 Mile +16162,Nancy D.,F,42,"Fairfax Station, VA",6632,7835,663,10 Mile +18583,Karrie M.,F,38,"Spring, TX",6632,7735,663,10 Mile +9794,Nicole G.,F,37,"Alexandria, VA",6632,7083,663,10 Mile +7390,Katherine C.,F,43,"Mars, PA",6632,7163,663,10 Mile +16039,Dani H.,F,42,"Lynchburg, VA",6633,7805,663,10 Mile +13786,Aerlande W.,F,32,"Silver Spring, MD",6633,7198,663,10 Mile +15079,Michelle W.,F,27,"Arlington, VA",6633,7828,663,10 Mile +13529,Alisha C.,F,27,"Brooklyn, NY",6634,7088,663,10 Mile +12016,Eleanor C.,F,28,"Washington, DC",6634,7501,663,10 Mile +17330,Victoria W.,F,43,"Baltimore, MD",6634,7680,663,10 Mile +22120,Kalila H.,F,36,"Beltsville, MD",6634,7750,663,10 Mile +9332,Courtney C.,F,25,"St Charles, IL",6635,7089,663,10 Mile +15404,Jennifer H.,F,35,"Boyds, MD",6635,7432,663,10 Mile +16003,Ivana P.,F,32,"Washington, DC",6635,7674,663,10 Mile +9168,Susan D.,F,31,"Washington, DC",6636,7069,663,10 Mile +11638,Helen K.,F,26,"Washington, DC",6637,7489,663,10 Mile +16924,Rebecca B.,F,23,"Barrington, RI",6637,7836,663,10 Mile +16355,Stephanie D.,F,44,"Germantown, MD",6637,7573,663,10 Mile +8334,Martha A.,F,41,"Stafford, VA",6638,7259,663,10 Mile +13954,Edwige S.,F,42,"Washington, DC",6638,7420,663,10 Mile +16224,Sarah H.,F,30,"Washington, DC",6638,7920,663,10 Mile +23112,Rachel T.,F,31,"Baltimore, MD",6638,7930,663,10 Mile +12821,Dominique H.,F,26,"Arlington, VA",6639,7528,663,10 Mile +18359,Maura B.,F,29,"Leesburg, VA",6639,7926,663,10 Mile +18179,Joanne L.,F,64,"Silver Spring, MD",6639,8094,663,10 Mile +14382,Liz R.,F,34,"Chesterfield, VA",6639,7830,663,10 Mile +6308,Kelsey F.,F,27,"Centreville, VA",6639,7209,663,10 Mile +21502,Kathleen P.,F,25,"Washington Dc, DC",6640,6921,664,10 Mile +11894,Elizabeth M.,F,44,"Norfolk, VA",6641,8130,664,10 Mile +12316,Auburn H.,F,32,"Charlotte, NC",6642,7523,664,10 Mile +14038,Nereyda B.,F,35,"Silver Spring, MD",6642,7885,664,10 Mile +15115,Ali H.,F,43,"Bethesda, MD",6642,7946,664,10 Mile +17085,Cynthia L.,F,63,"Richmond, VA",6642,7805,664,10 Mile +15850,Karla M.,F,42,"Silver Spring, MD",6642,7885,664,10 Mile +10379,Nickie S.,F,40,"Pinehurst, NC",6643,7561,664,10 Mile +2613,Stephanie H.,F,35,"Toronto, ON",6643,6925,664,10 Mile +21202,Nicole K.,F,34,"Charlottesville, VA",6643,7754,664,10 Mile +18599,Lisa F.,F,42,"Washington, DC",6644,8131,664,10 Mile +13923,Marsha H.,F,41,"Washington, DC",6644,7420,664,10 Mile +18506,Mary J.,F,24,"Silver Spring, MD",6645,8118,664,10 Mile +14476,Alayna P.,F,25,"Washington, DC",6645,8118,664,10 Mile +18026,Corinna S.,F,33,"Purcellville, VA",6646,8062,664,10 Mile +16420,Katrina H.,F,27,"Owings Mills, MD",6646,7763,664,10 Mile +19198,Gretchen M.,F,42,"Silver Spring, MD",6646,8053,664,10 Mile +20419,Ana C.,F,35,"Washington, DC",6646,8067,664,10 Mile +4166,Amy L.,F,32,"Arlington, VA",6647,7926,664,10 Mile +17344,Mirtha B.,F,48,"Commerce City, CO",6647,7875,664,10 Mile +14181,Stephanie W.,F,32,"Baltimore, KY",6647,7771,664,10 Mile +18407,Steffi B.,F,43,"Mclean, VA",6648,8151,664,10 Mile +7895,Fran F.,F,35,"Washington, DC",6648,7097,664,10 Mile +20616,Maria V.,F,25,"Washington, DC",6648,7198,664,10 Mile +13128,Dina A.,F,47,"Schenectady, NY",6648,7400,664,10 Mile +16951,Leila W.,F,43,"Washington, DC",6648,7753,664,10 Mile +12914,Naomi E.,F,25,"Alexandria, VA",6649,7188,664,10 Mile +17790,Heather B.,F,36,"Washington, DC",6649,8083,664,10 Mile +16502,Misook B.,F,50,"Severn, MD",6649,7872,664,10 Mile +13744,Jessica S.,F,34,"Takoma Park, MD",6650,8083,665,10 Mile +22471,Julie W.,F,34,"Seven Valleys, PA",6651,7273,665,10 Mile +14083,Melissa B.,F,34,"Pittsburgh, PA",6651,7463,665,10 Mile +17919,Rebecca S.,F,39,"Takoma Park, MD",6651,8083,665,10 Mile +14220,Emily S.,F,36,"Washington, DC",6652,7784,665,10 Mile +16201,Emily B.,F,23,"Brogue, PA",6652,7692,665,10 Mile +554,Michelle B.,F,42,"Alexandria, VA",6652,7265,665,10 Mile +19794,Lisa T.,F,46,"Silver Spring, MD",6653,7889,665,10 Mile +14334,Sue H.,F,45,"Laurel, MD",6655,8069,665,10 Mile +20055,Marsha D.,F,36,"Hyattsville, MD",6655,7771,665,10 Mile +16960,Shirley S.,F,45,"Fairfax Station, VA",6655,7573,665,10 Mile +18564,Gloria M.,F,26,"Washington, DC",6656,8141,665,10 Mile +15154,Traci B.,F,40,"Herndon, VA",6656,7914,665,10 Mile +17531,Sarah E.,F,29,"Ellicott City, MD",6656,7911,665,10 Mile +15544,Laurie C.,F,40,"Ellicott City, MD",6657,7798,665,10 Mile +12332,Amanda M.,F,33,"Newark, NJ",6657,7556,665,10 Mile +14771,Gina S.,F,37,"Laurel, MD",6657,7885,665,10 Mile +13960,Marla S.,F,35,"Columbus, OH",6657,7463,665,10 Mile +10177,Karen C.,F,46,"Oakton, VA",6657,6890,665,10 Mile +16729,Julie R.,F,57,"Germantown, MD",6658,7797,665,10 Mile +10023,Stephanie K.,F,28,"Alexandria, VA",6658,7231,665,10 Mile +15418,Elise C.,F,30,"Bedminster, NJ",6658,7647,665,10 Mile +14942,Mydoanh C.,F,39,"Bethesda, MD",6659,7928,665,10 Mile +17916,Terese I.,F,40,"Fairfax, VA",6659,7581,665,10 Mile +14249,Laura E.,F,27,"Washington, DC",6659,7879,665,10 Mile +19086,Nicole T.,F,41,"Laurel, MD",6660,7814,666,10 Mile +19101,Massiel P.,F,27,"Brooklyn, NY",6660,7183,666,10 Mile +12938,Pamela K.,F,46,"Falls Church, VA",6660,7267,666,10 Mile +8935,Michelle B.,F,29,"Arlington, VA",6661,7220,666,10 Mile +14327,Lauren H.,F,28,"Arlington, VA",6661,7220,666,10 Mile +17826,Sadia I.,F,30,"Bethesda, MD",6661,7967,666,10 Mile +16641,Rachelle V.,F,46,"Vienna, VA",6661,7143,666,10 Mile +22831,Cady P.,F,30,"Baltimore, MD",6663,7709,666,10 Mile +12937,Sarah H.,F,41,"Haymarket, VA",6663,7962,666,10 Mile +20642,Melanie L.,F,38,"New York, NY",6664,7741,666,10 Mile +21045,Hannah H.,F,31,"Washington, DC",6664,8151,666,10 Mile +22947,Jill A.,F,36,"New York, NY",6664,7772,666,10 Mile +14619,Emily S.,F,27,"Washington, DC",6664,7949,666,10 Mile +16131,Phannath M.,F,42,"Bethesda, MD",6664,7962,666,10 Mile +12632,Amanda S.,F,40,"Bristow, VA",6664,7590,666,10 Mile +11604,Xina F.,F,33,"New York, NY",6665,7633,666,10 Mile +7407,Devyn M.,F,30,"Chicago, IL",6665,7130,666,10 Mile +11681,Mary B.,F,28,"New York, NY",6666,7772,666,10 Mile +10362,Katherine S.,F,28,"Washington, DC",6666,7172,666,10 Mile +9986,Sloane A.,F,20,"Old Tappan, NJ",6666,7913,666,10 Mile +10975,Brenda Z.,F,43,"Washington, DC",6667,7644,666,10 Mile +14198,Jenny S.,F,30,"Washington, DC",6667,7850,666,10 Mile +18844,Rene H.,F,35,"Washington, DC",6667,7544,666,10 Mile +18203,Kelley T.,F,33,"Philadelphia, PA",6667,7884,666,10 Mile +21091,Cornelia H.,F,26,"Washington, DC",6668,8141,666,10 Mile +17263,Kendra C.,F,30,"Irving, TX",6668,7921,666,10 Mile +20936,Nicole H.,F,35,"Bethesda, MD",6668,8153,666,10 Mile +16441,Amanda W.,F,37,"Stafford, VA",6668,7921,666,10 Mile +20595,Caitlin S.,F,32,"Washington, DC",6669,7926,666,10 Mile +21224,Haley A.,F,26,"Washington, DC",6669,7487,666,10 Mile +21095,Laurie I.,F,27,"Arlington, VA",6669,8141,666,10 Mile +22745,Diane S.,F,51,"Chevy Chase, MD",6670,7503,667,10 Mile +14659,Dawn R.,F,44,"New York, NY",6670,7776,667,10 Mile +2750,Celia C.,F,32,"Washington, DC",6670,6895,667,10 Mile +10530,Romina D.,F,33,"Silver Spring, MD",6670,6895,667,10 Mile +7746,Anne S.,F,35,"College Park, MD",6670,6895,667,10 Mile +16704,Heather B.,F,40,"Lenoir City, TN",6670,7919,667,10 Mile +17632,Holly D.,F,38,"Annapolis, MD",6670,7920,667,10 Mile +8266,Mary Z.,F,28,"Washington, DC",6671,7233,667,10 Mile +15678,Harriet T.,F,31,"Oakland, CA",6672,7294,667,10 Mile +7404,Carole C.,F,40,"Arlington, VA",6672,6672,667,10 Mile +1183,Leslie W.,F,42,"Memphis, TN",6672,7889,667,10 Mile +16423,Melissa V.,F,31,"Washington, DC",6673,7818,667,10 Mile +15097,Julie B.,F,57,"Vernon, TX",6673,7810,667,10 Mile +16430,Molly G.,F,34,"Brooklyn, NY",6673,7627,667,10 Mile +9752,Gardenia H.,F,66,"New Bern, NC",6673,7115,667,10 Mile +15257,Molly M.,F,30,"Brooklyn, NY",6673,7505,667,10 Mile +10205,Kate G.,F,37,"Silver Spring, MD",6674,7723,667,10 Mile +4481,Allison W.,F,34,"Arvada, CA",6674,7722,667,10 Mile +18082,Maria V.,F,32,"Oakton, VA",6674,7930,667,10 Mile +16646,Amber D.,F,29,"Stafford, VA",6676,7764,667,10 Mile +4110,Collette J.,F,36,"Alexandria, VA",6677,7929,667,10 Mile +16251,Eugenia H.,F,47,"Perrysburg, OH",6677,8099,667,10 Mile +17172,Carrie C.,F,40,"Leesburg, VA",6677,7290,667,10 Mile +11432,Leigh M.,F,37,"Alexandria, VA",6677,7667,667,10 Mile +15200,Amanda O.,F,33,"Arlington, VA",6679,7730,667,10 Mile +12414,June K.,F,27,"Washington, DC",6679,7980,667,10 Mile +19082,Kira S.,F,24,"Philadelphia, PA",6680,8123,668,10 Mile +19890,Ayesha J.,F,34,"Washington, DC",6680,7134,668,10 Mile +17982,Melissa P.,F,35,"Dublin, OH",6680,7891,668,10 Mile +17529,Robin M.,F,29,"Washington, DC",6680,7813,668,10 Mile +2174,Tania B.,F,29,"Manassas, VA",6680,7812,668,10 Mile +15622,Amber M.,F,38,"Springfield, VA",6681,7599,668,10 Mile +19496,Lisa S.,F,53,"Boyds, MD",6681,8182,668,10 Mile +12302,Dominique B.,F,29,"Washington, DC",6682,7824,668,10 Mile +2051,Qiuhong X.,F,43,"Oakton, VA",6682,6885,668,10 Mile +11653,Sam R.,F,40,"Washington, DC",6682,7261,668,10 Mile +22098,Seema I.,F,25,"Washington, DC",6682,7805,668,10 Mile +2612,Sofia G.,F,44,"Bethesda, MD",6683,6922,668,10 Mile +13875,Stephanie S.,F,28,"Washington, DC",6683,7589,668,10 Mile +12266,Erin G.,F,35,"Reisterstown, MD",6683,7267,668,10 Mile +16891,Santina R.,F,54,"Washington, DC",6683,8131,668,10 Mile +16570,Kris M.,F,46,"Chandler, AZ",6683,7818,668,10 Mile +22050,Molly M.,F,31,"Washington, DC",6684,7632,668,10 Mile +15357,Caitlin M.,F,29,"Durham, NC",6684,7738,668,10 Mile +14064,Avis M.,F,60,"Upper Marlboro, MD",6684,7909,668,10 Mile +16526,Katherine V.,F,29,"Arlington, VA",6684,7817,668,10 Mile +17115,Abbie M.,F,29,"Alexandria, VA",6684,7909,668,10 Mile +12577,Lauren C.,F,24,"West Hartford, CT",6685,7767,668,10 Mile +19700,Maeve A.,F,20,"New Britain, CT",6685,7767,668,10 Mile +15127,Anne M.,F,40,"Washington, DC",6686,7866,668,10 Mile +10909,Katie P.,F,37,"Bridgewater, MA",6686,7953,668,10 Mile +16299,Lauren C.,F,29,"Washington, DC",6686,7854,668,10 Mile +21671,Jessica B.,F,25,"Washington, DC",6686,7947,668,10 Mile +17083,Devon W.,F,27,"Arlington, VA",6686,7130,668,10 Mile +16248,Wendy M.,F,49,"Fulton, MD",6687,7902,668,10 Mile +6281,Lindsey M.,F,34,"Portland, OR",6687,7268,668,10 Mile +15666,Kiarra S.,F,37,"Chevy Chase, MD",6688,7732,668,10 Mile +16782,Zao W.,F,32,"Herndon, VA",6688,7843,668,10 Mile +15311,Minie S.,F,35,"Burke, VA",6688,7871,668,10 Mile +22851,Monica C.,F,44,"Midland, VA",6689,7801,668,10 Mile +21518,Teresa W.,F,47,"Phoenix, MD",6689,8135,668,10 Mile +22956,Alice M.,F,45,"Vienna, VA",6689,7560,668,10 Mile +22665,Erin M.,F,41,"Vienna, VA",6690,7560,669,10 Mile +11769,Maggie S.,F,28,"Charlottesville, VA",6690,7545,669,10 Mile +6647,Lori B.,F,49,"Arlington, VA",6690,8148,669,10 Mile +18600,Monica S.,F,38,"Washington, DC",6691,8126,669,10 Mile +11853,Jamie B.,F,24,"Arlington, VA",6692,7775,669,10 Mile +13372,Soon K.,F,32,"Germantown, MD",6692,7448,669,10 Mile +9808,Lynn A.,F,49,"Washington, DC",6693,7209,669,10 Mile +15681,Danni H.,F,39,"Manassas, VA",6693,7927,669,10 Mile +11102,Madeleine C.,F,26,"Philadelphia, PA",6693,7938,669,10 Mile +15683,Yuhning H.,F,37,"Manassas, VA",6693,7927,669,10 Mile +17142,Athena B.,F,25,"Arlington, VA",6693,7831,669,10 Mile +14778,Anna I.,F,52,Sweden,6694,7748,669,10 Mile +18003,Karen M.,F,42,"Winter Park, FL",6694,8181,669,10 Mile +15085,Vannie D.,F,30,"Brighton, MA",6694,7933,669,10 Mile +13320,Kristy A.,F,45,"College Park, MD",6695,7816,669,10 Mile +9611,Patricia B.,F,41,"Arlington, VA",6695,7816,669,10 Mile +9308,Marisa G.,F,37,"N. Bethesda, MD",6695,7619,669,10 Mile +11236,Tracy M.,F,40,"Ebensburg, PA",6695,7608,669,10 Mile +22905,Lindsey B.,F,30,"Richmond, VA",6696,7979,669,10 Mile +15276,Christine M.,F,48,"Alexandria, VA",6696,7893,669,10 Mile +13557,Sheryl W.,F,62,"Baltimore, MD",6697,7031,669,10 Mile +15946,Lindsay L.,F,28,"Washington, DC",6697,7758,669,10 Mile +14398,Shelby E.,F,22,"Washington, DC",6697,7770,669,10 Mile +19419,Meghann N.,F,29,"Washington, DC",6697,7210,669,10 Mile +12160,Morgan V.,F,22,"Herndon, VA",6697,7593,669,10 Mile +16525,Loree L.,F,42,"Wheaton, MD",6697,7857,669,10 Mile +21644,Joelle S.,F,29,"Silver Spring, MD",6698,7978,669,10 Mile +15331,Julia H.,F,21,"Southampton, MA",6699,7752,669,10 Mile +16397,Raquel M.,F,45,"Union, NJ",6700,7949,670,10 Mile +5196,Denise R.,F,64,"Reston, VA",6700,7293,670,10 Mile +16053,Laurie E.,F,44,"Miami, FL",6700,7684,670,10 Mile +11007,Natalia D.,F,27,"Washington, DC",6701,7823,670,10 Mile +13040,Claire M.,F,24,"Washington, DC",6701,7919,670,10 Mile +16333,Hannah G.,F,24,"West Friendship, MD",6702,7961,670,10 Mile +17668,Kathryn C.,F,29,"Durham, NC",6702,7762,670,10 Mile +15446,Breanne C.,F,26,"Arlington, VA",6703,7786,670,10 Mile +8932,Cynthia G.,F,43,"Alexandria, VA",6703,7249,670,10 Mile +11050,Kristin A.,F,28,"Philadelphia, PA",6703,7785,670,10 Mile +21658,Katherine Y.,F,27,"Downingtown, PA",6703,7786,670,10 Mile +12031,Carolyn B.,F,23,"Arlington, VA",6704,7584,670,10 Mile +6264,Katie G.,F,23,"Washington, DC",6704,7584,670,10 Mile +9378,Brooke F.,F,29,"Collegeville, PA",6704,7785,670,10 Mile +12240,Christine K.,F,38,"Arlington, VA",6704,7926,670,10 Mile +15574,Sarah S.,F,36,"Brooklyn, NY",6704,7926,670,10 Mile +21020,Virginia T.,F,27,"Falls Church, VA",6704,7519,670,10 Mile +13541,Angela B.,F,49,"Washington, DC",6704,7958,670,10 Mile +15339,Sherrie S.,F,34,"Washington, DC",6705,7960,670,10 Mile +15452,Andrea T.,F,34,"Washington, DC",6706,8128,670,10 Mile +15422,Cecilia R.,F,54,"Owings Mills, MD",6706,7245,670,10 Mile +17851,Perry L.,F,56,"Arlington, VA",6706,7869,670,10 Mile +19513,Melissa B.,F,44,"Ashburn, VA",6706,8112,670,10 Mile +546,Carina H.,F,36,"Spring City, PA",6707,7281,670,10 Mile +22155,Rebecca C.,F,25,"Washington, DC",6708,8188,670,10 Mile +11537,Gabrielle M.,F,24,"Columbia, MD",6708,8154,670,10 Mile +17522,Elizabeth T.,F,44,"Ellicott City, MD",6708,7765,670,10 Mile +17554,Emily D.,F,25,"North Bethesda, MD",6709,8003,670,10 Mile +12893,Katie S.,F,34,"Washington, DC",6709,7547,670,10 Mile +11409,Mallory S.,F,33,"Arlington, VA",6710,7553,671,10 Mile +4827,Sara C.,F,52,"Rochester, MN",6710,6905,671,10 Mile +7712,Gretchan B.,F,32,"Washington, DC",6710,7553,671,10 Mile +13552,Rebecca F.,F,28,"Alexandria, VA",6711,7287,671,10 Mile +15565,Pragna H.,F,32,"Vienna, VA",6711,7780,671,10 Mile +20756,Kristin R.,F,27,"Silver Spring, MD",6711,8161,671,10 Mile +19660,Carla H.,F,50,"Temple Hills, MD",6711,8172,671,10 Mile +16693,Melinda C.,F,51,"Washington, DC",6711,7793,671,10 Mile +13096,Adriana U.,F,32,"Washington, DC",6712,7491,671,10 Mile +21444,Jennifer S.,F,48,"Stratham, NH",6712,7820,671,10 Mile +17690,Katie L.,F,29,"Wauwatosa, WI",6712,7858,671,10 Mile +17129,Stacey T.,F,37,"Greenbelt, MD",6713,7860,671,10 Mile +4029,Emily M.,F,26,"Washington, DC",6714,7513,671,10 Mile +11147,Traci M.,F,51,"Henrico, VA",6714,7585,671,10 Mile +12962,Alaina M.,F,27,"Washington, DC",6714,7513,671,10 Mile +16278,Nell T.,F,25,"Arlington, VA",6714,7580,671,10 Mile +11122,Christina W.,F,46,"Richmond, VA",6714,7585,671,10 Mile +16739,Shivani P.,F,20,"Falls Church, VA",6715,7467,671,10 Mile +17342,Lucinda S.,F,41,"Hampstead, MD",6715,7646,671,10 Mile +17511,Debbie S.,F,48,"Ellicott City, MD",6715,7700,671,10 Mile +22989,Kim B.,F,49,"Monkton, MD",6715,7647,671,10 Mile +14753,Megan M.,F,43,"Center Valley, PA",6716,7840,671,10 Mile +13800,Stephenie S.,F,31,"Arlington, VA",6716,7696,671,10 Mile +17328,Carrie F.,F,45,"Dauphin, PA",6716,7900,671,10 Mile +19047,Emily W.,F,30,"Alexandria, VA",6716,7805,671,10 Mile +15181,Charlotte D.,F,36,"Chesapeake, VA",6716,8198,671,10 Mile +17331,Beth W.,F,48,"Rockville, MD",6716,7701,671,10 Mile +19714,Jennifer K.,F,29,"College Station, TX",6717,7805,671,10 Mile +15375,Sungsoon P.,F,54,"Kensington, MD",6718,7765,671,10 Mile +14082,Cara P.,F,51,"Washington, DC",6719,7324,671,10 Mile +14552,Erin W.,F,34,"Highland Heights, OH",6720,7834,672,10 Mile +13978,Leslie R.,F,29,"New Market, MD",6720,7509,672,10 Mile +22641,Gloria G.,F,54,"Washington, DC",6720,7802,672,10 Mile +13474,Franny T.,F,31,"Washington, DC",6720,7661,672,10 Mile +17974,Holly G.,F,40,"Silver Spring, MD",6720,8202,672,10 Mile +6121,Jennifer Y.,F,54,"Crownsville, MD",6721,7297,672,10 Mile +8881,Laverne M.,F,40,"Valley Stream, NY",6721,7993,672,10 Mile +17636,Anna C.,F,33,"Parkville, MD",6721,7904,672,10 Mile +21364,Sierra C.,F,27,"Laurel, MD",6721,8210,672,10 Mile +21185,Auden L.,F,23,"Washington, DC",6721,7869,672,10 Mile +6130,Pam F.,F,54,"Owings, MD",6721,7297,672,10 Mile +8911,Brigid B.,F,48,"Washington, DC",6721,7356,672,10 Mile +11291,Jessica M.,F,31,"Silver Spring, MD",6721,8137,672,10 Mile +14319,Shelbi H.,F,22,"Washington, DC",6721,7869,672,10 Mile +21378,Stephanie P.,F,38,"Sterling, VA",6722,7509,672,10 Mile +16736,Karuna L.,F,31,"Baltimore, MD",6722,8019,672,10 Mile +13252,Vinisha P.,F,31,"Washington, DC",6723,8152,672,10 Mile +20969,Rachel S.,F,43,"Arlington, VA",6723,7993,672,10 Mile +16582,Kristin G.,F,41,"Arlington, VA",6723,7270,672,10 Mile +19032,Katherine W.,F,36,"Montclair, VA",6723,7956,672,10 Mile +17136,Marjorie T.,F,55,"Bethpage, NY",6724,7875,672,10 Mile +16013,Leslie H.,F,41,"Arlington, VA",6724,7271,672,10 Mile +12753,Jessie G.,F,25,"Washington, DC",6725,7946,672,10 Mile +14852,Nichelle W.,F,31,"Owings Mills, MD",6725,7909,672,10 Mile +22819,Laurie S.,F,55,"Tampa, FL",6726,7701,672,10 Mile +20737,Angelina G.,F,27,"Washington, DC",6726,7816,672,10 Mile +7204,Agustina C.,F,28,"Washington, DC",6727,7260,672,10 Mile +13971,Mary P.,F,26,"Takoma Park, MD",6727,7468,672,10 Mile +17362,Laura H.,F,42,"Burke, VA",6728,7502,672,10 Mile +20617,Decelia W.,F,30,"Silver Spring, MD",6728,7953,672,10 Mile +1919,Emily H.,F,31,"Brooklyn, NY",6729,7933,672,10 Mile +15606,Julie S.,F,47,"Potomac, MD",6729,7908,672,10 Mile +4575,Mindy K.,F,47,"Potomac, MD",6729,7908,672,10 Mile +15725,Kimberly B.,F,45,"Ashburn, VA",6729,7843,672,10 Mile +20463,Khatija S.,F,51,"Sterling, VA",6730,6987,673,10 Mile +22125,Macey M.,F,29,"Washington, DC",6730,8143,673,10 Mile +19151,Marisa O.,F,24,"Washington, DC",6731,8181,673,10 Mile +17262,Sally D.,F,34,"Bethesda, MD",6732,7879,673,10 Mile +18812,Agnes D.,F,40,"Bethesda, MD",6732,8185,673,10 Mile +21198,Nancy G.,F,29,"Washington, DC",6733,7926,673,10 Mile +13711,Jackie M.,F,48,"Baltimore, MD",6733,7210,673,10 Mile +5758,Devon S.,F,35,"Forestdale, MA",6733,7712,673,10 Mile +14914,Victoria E.,F,22,"Washington, DC",6733,8141,673,10 Mile +16566,Stephanie M.,F,32,"Washington, DC",6733,8200,673,10 Mile +14387,Patricia S.,F,45,"Fairfax, VA",6735,7801,673,10 Mile +15546,Jennifer B.,F,45,"Philadelphia, PA",6735,7804,673,10 Mile +14108,Pattie F.,F,51,"Bethesda, MD",6735,7785,673,10 Mile +16492,Julia D.,F,50,"Ashburn, VA",6735,7819,673,10 Mile +16047,Courtney B.,F,32,"Gilbert, AZ",6735,7905,673,10 Mile +17215,Emily T.,F,25,"Arlington, VA",6735,7787,673,10 Mile +17699,Rebecca W.,F,35,"Mclean, VA",6736,8010,673,10 Mile +19569,Susan A.,F,34,"Denton, MD",6736,8197,673,10 Mile +20287,Emilie E.,F,24,"Greenwich, CT",6737,8144,673,10 Mile +8616,Jeanelle S.,F,35,"Baltimore, MD",6737,7328,673,10 Mile +16679,Dani F.,F,37,"Alexandria, VA",6737,7958,673,10 Mile +11059,Jessica M.,F,36,"Washington, DC",6737,7344,673,10 Mile +11919,Helen A.,F,28,"Brooklyn, NY",6737,7600,673,10 Mile +17843,Sarah V.,F,27,"Washington, DC",6738,7878,673,10 Mile +17239,Andrea S.,F,37,"Hampstead, MD",6738,8019,673,10 Mile +22856,Kretelia G.,F,35,"South Riding, VA",6738,7784,673,10 Mile +17516,Rupa D.,F,46,"Bethesda, MD",6739,7941,673,10 Mile +15124,Sara W.,F,48,"Pismo Beach, CA",6739,7832,673,10 Mile +16594,Karen M.,F,46,"Falls Church, VA",6739,7815,673,10 Mile +17593,Isabelle P.,F,21,"Natick, MA",6739,7986,673,10 Mile +13685,Robin M.,F,30,"Washington, DC",6740,7933,674,10 Mile +16402,Laurel L.,F,35,"Washington, DC",6740,7822,674,10 Mile +18204,Michele T.,F,46,"Endicott, NY",6740,8193,674,10 Mile +13343,Sarah T.,F,26,"Rockville, MD",6740,7933,674,10 Mile +14662,Karen M.,F,48,"Lorton, VA",6740,8202,674,10 Mile +16284,Jessica S.,F,40,"Takoma Park, MD",6740,7940,674,10 Mile +13423,Alexis G.,F,34,"Washington, DC",6741,7591,674,10 Mile +17311,Rachel R.,F,38,"Atlanta, GA",6741,7878,674,10 Mile +11831,Jill C.,F,36,"Brooklyn, NY",6741,7641,674,10 Mile +670,Lauren B.,F,27,"Arlington, VA",6741,7313,674,10 Mile +10250,Jennifer S.,F,39,"Arlington, VA",6742,8043,674,10 Mile +15049,Rachel M.,F,39,"Arden Hills, MN",6742,8043,674,10 Mile +21139,Leah Y.,F,39,"Washington, DC",6742,8042,674,10 Mile +10843,Kristy G.,F,39,"Bridgeville, PA",6742,7675,674,10 Mile +16754,Carol B.,F,59,"Greensburg, PA",6742,8266,674,10 Mile +14820,Danielle L.,F,38,"Brookhaven, GA",6742,7878,674,10 Mile +19270,Hannah B.,F,29,"Charlottesville, VA",6742,8265,674,10 Mile +15962,Diane H.,F,47,"Alexandria, VA",6742,7841,674,10 Mile +1907,Shannon F.,F,47,"Columbia, MD",6743,7920,674,10 Mile +17807,Maya L.,F,23,"Rockville, MD",6743,7673,674,10 Mile +18362,Jennifer B.,F,44,"Burke, VA",6745,7918,674,10 Mile +19161,Tara M.,F,30,"Tucson, AZ",6746,8154,674,10 Mile +12402,Barbara M.,F,29,"Washington, DC",6746,7697,674,10 Mile +21323,Donna L.,F,50,"Washington, DC",6747,8224,674,10 Mile +16329,Mimsy L.,F,57,"Washington, DC",6747,7299,674,10 Mile +17002,Kristin M.,F,24,"Evanston, IL",6749,7365,674,10 Mile +13553,Remy F.,F,46,"Potomac, MD",6749,7928,674,10 Mile +22772,Amy G.,F,40,"Severna Park, MD",6750,8008,675,10 Mile +17194,Marissa L.,F,40,"Silver Spring, MD",6750,7949,675,10 Mile +16668,Jamie M.,F,35,"Pittsburgh, PA",6750,7916,675,10 Mile +9754,Caitlin S.,F,25,"Brooklyn, NY",6751,7376,675,10 Mile +18996,Denise R.,F,43,"Upper Marlboro, MD",6751,7215,675,10 Mile +9605,Elizabeth B.,F,33,"Washington, DC",6751,7304,675,10 Mile +17561,Emma K.,F,28,"Herndon, VA",6751,8164,675,10 Mile +22733,Aimee K.,F,49,"Silver Spring, MD",6751,7530,675,10 Mile +22334,Meghan C.,F,23,"Woodbridge, VA",6751,8211,675,10 Mile +19526,Erin J.,F,32,"Manassas, VA",6751,8164,675,10 Mile +13499,Ellen L.,F,25,"Washington, DC",6751,8195,675,10 Mile +12832,Jayde S.,F,26,"Washington, DC",6752,7508,675,10 Mile +13808,Florence B.,F,52,"Bethesda, MD",6752,7386,675,10 Mile +17243,Aarti S.,F,46,"Fairfax, VA",6752,7807,675,10 Mile +12209,Sook K.,F,49,"Dumfries, VA",6752,7830,675,10 Mile +13274,Luisa M.,F,28,"Washington, DC",6752,7708,675,10 Mile +4056,Rajni K.,F,40,"Silver Spring, MD",6753,7891,675,10 Mile +16882,Olivia H.,F,26,"Madison, WI",6753,8038,675,10 Mile +6282,Emily R.,F,32,"Arlington, VA",6753,8038,675,10 Mile +8280,Samantha B.,F,25,"Washington, DC",6753,7180,675,10 Mile +16378,Alexandra F.,F,53,"Frederick, MD",6753,8055,675,10 Mile +17246,Avanti D.,F,28,"Philadelphia, PA",6754,7881,675,10 Mile +12823,Maxine N.,F,48,"Fairfax, VA",6755,7833,675,10 Mile +14162,Stephanie A.,F,28,"Washington, DC",6756,7610,675,10 Mile +4464,Daphne Y.,F,28,"Washington, DC",6756,8205,675,10 Mile +15206,Christina N.,F,37,"Richmond, VA",6756,7834,675,10 Mile +6279,Amber P.,F,35,"Fort Belvoir, VA",6757,7375,675,10 Mile +9486,Lalaine E.,F,46,"Oxon Hill, MD",6757,7314,675,10 Mile +10130,Jocelyn S.,F,34,"Fort Belvoir, VA",6757,7375,675,10 Mile +13663,Kim O.,F,56,"Occoquan, VA",6758,7235,675,10 Mile +8437,Allison N.,F,35,"Arlington, VA",6758,8047,675,10 Mile +9525,Meghan G.,F,31,"Cottage Grove, MN",6758,7313,675,10 Mile +18344,Amanda R.,F,28,"Alexandria, VA",6758,8164,675,10 Mile +18997,Megan P.,F,34,"Tarrytown, NY",6759,8047,675,10 Mile +18645,Mary B.,F,29,"Washington, DC",6759,7250,675,10 Mile +21639,Ashley S.,F,32,"Haymarket, VA",6759,8219,675,10 Mile +5402,Anna G.,F,29,"New York, NY",6759,7250,675,10 Mile +17708,Lauren P.,F,23,"North Bethesda, MD",6759,7598,675,10 Mile +16740,Maura F.,F,39,"Delmar, NY",6759,8047,675,10 Mile +14868,Kristen D.,F,28,"Baltimore, MD",6760,7907,676,10 Mile +4410,Donna N.,F,50,"Arlington, VA",6760,7929,676,10 Mile +17536,Erin B.,F,39,"Silver Spring, MD",6760,7993,676,10 Mile +14512,Elaine S.,F,31,"Washington, DC",6762,7875,676,10 Mile +20663,Siet M.,F,44,"Springfield, VA",6762,8242,676,10 Mile +8036,Kirsten O.,F,31,"Alexandria, VA",6762,7720,676,10 Mile +14617,Theresa M.,F,49,"Purcellville, VA",6762,7722,676,10 Mile +22338,Jamie C.,F,55,"Woodbridge, VA",6762,8222,676,10 Mile +20066,Kara C.,F,31,"Woodbridge, VA",6762,7720,676,10 Mile +12273,Rachel H.,F,35,"Washington, DC",6762,8281,676,10 Mile +12434,Melani T.,F,42,"Purcellville, VA",6762,7722,676,10 Mile +21163,Michael B.,F,34,"Pittsburgh, PA",6763,8263,676,10 Mile +19267,Elizabeth H.,F,37,"Washington, DC",6763,8214,676,10 Mile +18815,Emily B.,F,34,"Silver Spring, MD",6763,8263,676,10 Mile +16318,Julie H.,F,38,"Arlington, VA",6763,7888,676,10 Mile +15099,Anuskha R.,F,28,"Long Island City, NY",6764,7828,676,10 Mile +13168,Erin M.,F,37,"Louisville, KY",6764,7678,676,10 Mile +19404,Sarah R.,F,24,"Lutherville, MD",6764,8219,676,10 Mile +13929,Julie I.,F,32,"Bel Air, MD",6764,7617,676,10 Mile +18069,Pamela M.,F,47,"Washington, DC",6765,8199,676,10 Mile +13390,Kym T.,F,47,"Arlington, VA",6765,7501,676,10 Mile +22837,Anh T.,F,46,"Rockville, MD",6765,7295,676,10 Mile +21656,Kasey P.,F,24,"New York, NY",6765,7267,676,10 Mile +19000,Ebru B.,F,45,"Vienna, VA",6766,8264,676,10 Mile +18016,Kala D.,F,50,"Clifton, VA",6766,8037,676,10 Mile +18998,Susan S.,F,44,"Orlando, FL",6766,7915,676,10 Mile +7976,Kerry M.,F,28,"Washington, DC",6767,7361,676,10 Mile +16630,Ashley S.,F,24,"Centreville, VA",6768,7737,676,10 Mile +13944,Margaret B.,F,29,"Washington, DC",6768,7657,676,10 Mile +14175,Patricia P.,F,54,"Newark, DE",6769,7752,676,10 Mile +15808,Elizabeth H.,F,34,"Perkasie, PA",6769,7919,676,10 Mile +16476,Teresea S.,F,44,"Arlington, VA",6769,7919,676,10 Mile +16200,Lori W.,F,47,"Silver Spring, MD",6769,8046,676,10 Mile +16669,Eileen L.,F,46,"Middletown, NY",6770,8046,677,10 Mile +18229,Christel D.,F,24,"Richmond, VA",6770,7964,677,10 Mile +21942,Diane P.,F,32,"Washington, DC",6770,8232,677,10 Mile +13235,Lauren H.,F,27,"Washington, DC",6770,7826,677,10 Mile +19706,Liana L.,F,33,"Washington, DC",6770,8045,677,10 Mile +15068,Kayleigh W.,F,25,"Alexandria, VA",6770,7959,677,10 Mile +14355,Jessica W.,F,29,"New York, NY",6770,8196,677,10 Mile +6275,Christina H.,F,41,"San Francisco, CA",6770,7283,677,10 Mile +13237,Lori H.,F,56,"Greensboro, NC",6770,7826,677,10 Mile +15723,Colette O.,F,34,"Washington, DC",6770,7967,677,10 Mile +14991,Allison S.,F,21,"Washington, DC",6771,7922,677,10 Mile +14990,Rachel P.,F,22,"Pittsburgh, PA",6771,7921,677,10 Mile +8196,Natasha R.,F,35,"Laurel, MD",6772,7392,677,10 Mile +18390,Carrie H.,F,36,"Washington, DC",6772,8263,677,10 Mile +8230,Katherine S.,F,32,"Brooklyn, NY",6772,7600,677,10 Mile +18446,Kelsey L.,F,29,"Washington, DC",6772,8234,677,10 Mile +16625,Anneke C.,F,43,"Felton, DE",6773,8051,677,10 Mile +16977,Jennifer S.,F,45,"Hockessin, DE",6773,8062,677,10 Mile +16563,Seton M.,F,38,"Falls Church, VA",6773,7861,677,10 Mile +13067,Jessica C.,F,33,"Falls Church, VA",6773,7600,677,10 Mile +16681,Sophie D.,F,40,"Oakton, VA",6774,7859,677,10 Mile +20188,Alison G.,F,40,"Bethesda, MD",6774,8258,677,10 Mile +22185,Morgan C.,F,34,"Linthicum Heights, MD",6774,8239,677,10 Mile +11248,Heta M.,F,29,"Arlington, VA",6774,7663,677,10 Mile +16247,Katherine T.,F,61,"Gaithersburg, MD",6774,7849,677,10 Mile +19219,Erin Y.,F,39,"Falls Church, VA",6775,7968,677,10 Mile +17875,Jennifer G.,F,41,"Catonsville, MD",6776,7836,677,10 Mile +19225,Jennifer V.,F,28,"Arlington, VA",6776,8289,677,10 Mile +19610,April T.,F,40,"Lexington, KY",6776,8227,677,10 Mile +20891,Amy H.,F,26,"Arlington, VA",6777,8030,677,10 Mile +3647,Jennifer W.,F,54,"Arlington, VA",6778,8226,677,10 Mile +16442,Kathryn N.,F,37,"Halethorpe, MD",6778,7838,677,10 Mile +17345,Kara S.,F,31,"Silver Spring, MD",6778,8050,677,10 Mile +16966,Rylynn S.,F,36,"Washington, DC",6778,7944,677,10 Mile +13025,Cathy M.,F,64,"Manassas, VA",6778,7246,677,10 Mile +14395,April R.,F,39,"Culpeper, VA",6779,7850,677,10 Mile +20817,Allison I.,F,32,"Vienna, VA",6780,8183,678,10 Mile +20614,Bonnie G.,F,56,"Baltimore, MD",6780,7946,678,10 Mile +7757,Laine D.,F,34,"Medford, MA",6780,7595,678,10 Mile +14577,Stacey H.,F,25,"Arlington, VA",6780,8067,678,10 Mile +15985,Catherine R.,F,31,"Arlington, VA",6781,8001,678,10 Mile +13149,Megan N.,F,35,"Alexandria, VA",6781,7304,678,10 Mile +15415,Masako S.,F,61,"San Diego, CA",6781,7982,678,10 Mile +14187,Yolanda M.,F,45,"Washington, DC",6781,7931,678,10 Mile +12702,Gunay G.,F,47,"Potomac Falls, VA",6782,7967,678,10 Mile +14928,Alyson B.,F,37,"Arlington, VA",6782,8059,678,10 Mile +5251,Jenny B.,F,35,"Arlington, VA",6782,7116,678,10 Mile +18437,Margaret M.,F,38,"Washington, DC",6782,7528,678,10 Mile +5520,Anne S.,F,37,"Virginia Beach, VA",6783,7599,678,10 Mile +22879,Dina K.,F,41,"Bethesda, MD",6784,8249,678,10 Mile +17401,Jennifer W.,F,30,"Chicago, IL",6784,7937,678,10 Mile +18519,Ivy B.,F,33,"Arlington, VA",6785,8036,678,10 Mile +17566,Aimee R.,F,36,"Alexandria, VA",6785,8014,678,10 Mile +19160,Kristen L.,F,29,"Washington, DC",6786,7708,678,10 Mile +18802,Nancy H.,F,47,"Arlington, VA",6786,8228,678,10 Mile +16854,Janiece W.,F,32,"Reston, VA",6786,8057,678,10 Mile +12370,Megan P.,F,46,"Chicago, IL",6786,7602,678,10 Mile +15442,Jennifer V.,F,44,"Falls Church, VA",6787,8016,678,10 Mile +13330,Kristin L.,F,27,"Alexandria, VA",6787,7544,678,10 Mile +13491,Theresa L.,F,53,"Ft. Sam Houston, TX",6787,7543,678,10 Mile +19046,Laura B.,F,45,"Arlington, VA",6787,8017,678,10 Mile +17579,Deandrea G.,F,43,"Woodbridge, VA",6787,8058,678,10 Mile +16156,Lindsay M.,F,29,"Washington, DC",6788,7922,678,10 Mile +14546,Marisa P.,F,30,"Washington, DC",6788,7924,678,10 Mile +16778,Sherry B.,F,42,"Virginia Beach, VA",6788,7527,678,10 Mile +17595,Donna F.,F,58,"Ithaca, NY",6789,7957,678,10 Mile +13053,Cristina B.,F,23,"Arlington, VA",6790,7628,679,10 Mile +14576,Lauren M.,F,35,"Springfield, PA",6792,8091,679,10 Mile +18042,Wenyan H.,F,42,"Rockville, MD",6792,8293,679,10 Mile +18647,Randi Z.,F,60,"Cleveland, OH",6792,7939,679,10 Mile +13125,Stephanie P.,F,35,"Bristow, VA",6792,7684,679,10 Mile +13089,Jennifer P.,F,54,"Alexandria, VA",6793,7633,679,10 Mile +14232,Beverly C.,F,32,"Bethesda, MD",6794,7975,679,10 Mile +11607,Olivia B.,F,38,"Alexandria, VA",6794,7539,679,10 Mile +1682,Jessica K.,F,27,"Montgomery Village, MD",6794,7605,679,10 Mile +21286,Sara F.,F,36,"Fort Belvoir, VA",6794,7539,679,10 Mile +15104,Lindsay W.,F,34,"Rockville, MD",6795,8034,679,10 Mile +19387,Nancy D.,F,63,"Sterling, VA",6796,8207,679,10 Mile +12525,Annitta H.,F,28,"Rockville, MD",6796,7643,679,10 Mile +7157,Laura V.,F,24,"Arlington, VA",6796,8295,679,10 Mile +15278,Kathryn L.,F,24,"Vienna, VA",6796,8091,679,10 Mile +11792,Jennifer E.,F,33,"Washington, DC",6797,7941,679,10 Mile +16353,Andrea S.,F,34,"Silver Spring, MD",6797,7941,679,10 Mile +23165,Elizabeth P.,F,32,"Clarksville, MD",6797,7574,679,10 Mile +17867,Jane L.,F,26,"North Bethesda, MD",6797,7932,679,10 Mile +17559,Sheryl R.,F,50,"Silver Spring, MD",6797,7950,679,10 Mile +16689,Alexandra T.,F,22,"Washington, DC",6798,8042,679,10 Mile +20669,Taylor E.,F,22,"Arlington, VA",6798,8042,679,10 Mile +15338,Anna A.,F,22,"Hampstead, NH",6798,7887,679,10 Mile +18882,Kaitlyn F.,F,33,"Ashburn, VA",6799,8007,679,10 Mile +19640,Amy S.,F,31,"Chevy Chase, MD",6799,8229,679,10 Mile +15823,Holly R.,F,60,"Reston, VA",6800,7393,680,10 Mile +16367,Roya B.,F,30,"Washington, DC",6800,7887,680,10 Mile +19772,Patricia E.,F,45,"Vienna, VA",6800,7987,680,10 Mile +12436,Claire L.,F,30,"New York, NY",6801,8098,680,10 Mile +17093,Candace K.,F,59,"Washington, DC",6801,8213,680,10 Mile +18697,Megan A.,F,30,"Washington, DC",6801,8229,680,10 Mile +19651,Irna M.,F,35,"Silver Spring, MD",6801,8303,680,10 Mile +18031,Elizabeth W.,F,32,"Washington, DC",6802,8099,680,10 Mile +10458,Andrea H.,F,40,"Rumford, RI",6803,7668,680,10 Mile +11890,Alyssa S.,F,29,"Washington, DC",6803,7769,680,10 Mile +15848,Brittany M.,F,30,"Silver Spring, MD",6803,7935,680,10 Mile +10900,Katherine D.,F,27,"Washington, DC",6803,7927,680,10 Mile +12868,Jaclyn S.,F,34,"Bethesda, MD",6804,8249,680,10 Mile +18708,Kim P.,F,36,"Baltimore, MD",6805,8249,680,10 Mile +16431,Caitlin F.,F,19,"Hughesville, MD",6805,8063,680,10 Mile +18668,Christa W.,F,34,"San Antonio, TX",6806,8322,680,10 Mile +19254,Ashley N.,F,28,"Great Mills, MD",6806,7614,680,10 Mile +22569,Rebecca S.,F,29,"California, MD",6806,7615,680,10 Mile +13951,Sako N.,F,39,"Washington, DC",6807,7850,680,10 Mile +18345,Joanna V.,F,31,"Alexandria, VA",6807,8001,680,10 Mile +15898,Ellen R.,F,29,"Annandale, VA",6807,8320,680,10 Mile +11324,Elizabeth F.,F,31,"Washington, DC",6808,7729,680,10 Mile +13229,Ashley D.,F,29,"Baltimore, MD",6809,7786,680,10 Mile +18088,Emily M.,F,34,"Washington, DC",6809,8294,680,10 Mile +11688,Marianella C.,F,35,"Hyattsville, MD",6809,7560,680,10 Mile +22153,Emily B.,F,29,"Washington, DC",6810,8311,681,10 Mile +13462,Ashleigh A.,F,34,"Toronto, ON",6810,7762,681,10 Mile +5645,Wendy Z.,F,36,"Arlington, VA",6810,7572,681,10 Mile +16309,Christine G.,F,45,"Alexandria, VA",6810,8058,681,10 Mile +12502,Angela C.,F,37,"New York, NY",6810,7090,681,10 Mile +21057,Lauren G.,F,24,"Washington, DC",6810,8311,681,10 Mile +16851,Rashee K.,F,35,"Washington, DC",6811,7876,681,10 Mile +16957,Catherine J.,F,25,"St. Petersburg, FL",6811,7926,681,10 Mile +12959,Emily G.,F,22,"New York City, NY",6811,7307,681,10 Mile +4153,Emma P.,F,43,"Falls Church, VA",6811,7727,681,10 Mile +16253,Audrey G.,F,58,"Herndon, VA",6812,8030,681,10 Mile +19693,Lisa W.,F,38,"West Boylston, MA",6812,8003,681,10 Mile +20922,Katie M.,F,25,"Washington, DC",6812,8306,681,10 Mile +17293,Sarah J.,F,36,"Gainesville, VA",6813,8015,681,10 Mile +8411,Kris S.,F,59,"Chapel Hill, NC",6813,7797,681,10 Mile +13656,Laura J.,F,48,"Huntersville, NC",6813,7619,681,10 Mile +11183,Nancy P.,F,61,"Fredericksburg, VA",6813,7797,681,10 Mile +16241,Lajvonna T.,F,35,"Fort Belvoir, VA",6814,7446,681,10 Mile +15868,Kristin H.,F,39,"Alexandria, VA",6814,7779,681,10 Mile +17564,Nef M.,F,35,"Washington, DC",6814,7715,681,10 Mile +12223,Neela R.,F,38,"Fairfax, VA",6814,7708,681,10 Mile +18958,Erica M.,F,23,"Honey Brook, PA",6814,7663,681,10 Mile +11325,Erin K.,F,46,"Arlington, VA",6815,7586,681,10 Mile +13431,Mary E.,F,39,"Washington, DC",6815,7735,681,10 Mile +13333,Kathleen O.,F,40,"Silver Spring, MD",6815,7779,681,10 Mile +7744,Laura G.,F,27,"Washington, DC",6815,7257,681,10 Mile +6925,Bridgetta B.,F,49,"Frederick, MD",6816,7752,681,10 Mile +16514,Tracy Z.,F,41,"Arlington, VA",6816,7996,681,10 Mile +12813,Nicole M.,F,27,"Fulton, MD",6816,8010,681,10 Mile +11025,Sarah T.,F,30,"Bethesda, MD",6816,8010,681,10 Mile +14691,Kathryn T.,F,35,"Washington, DC",6817,7999,681,10 Mile +11503,Julie D.,F,53,"Catonsville, MD",6819,7717,681,10 Mile +15178,Meghan B.,F,27,"Washington, DC",6819,7948,681,10 Mile +16400,Holly S.,F,37,"Annapolis, MD",6819,7890,681,10 Mile +18478,Ingrid B.,F,46,"Washington, DC",6819,8096,681,10 Mile +19620,Teresa D.,F,24,"Henrico, VA",6819,8261,681,10 Mile +16466,Corin B.,F,39,"Chantilly, VA",6820,8052,682,10 Mile +1678,Rachel H.,F,25,"Washington, DC",6820,7577,682,10 Mile +16878,Joanna B.,F,33,"Alexandria, VA",6820,7577,682,10 Mile +14386,Lori S.,F,53,"Carlisle, PA",6820,8040,682,10 Mile +8236,Melissa C.,F,38,"New York, NY",6820,7695,682,10 Mile +22857,Sharon D.,F,41,"Herndon, VA",6820,8053,682,10 Mile +17873,Ellen A.,F,47,"Washington, DC",6821,8004,682,10 Mile +16637,Jana E.,F,25,"Washington, DC",6821,7914,682,10 Mile +18555,Jessica S.,F,31,"Washington Dc, DC",6821,8294,682,10 Mile +12942,Maureen P.,F,33,"Odenton, MD",6821,7715,682,10 Mile +15121,Kelly C.,F,53,"Salisbury, NC",6821,8294,682,10 Mile +16745,Kendra C.,F,50,"Millersville, MD",6821,7872,682,10 Mile +20077,Kristin G.,F,28,"Pittsburgh, PA",6821,8038,682,10 Mile +13399,Rebecca S.,F,42,"Poolesville, MD",6822,7722,682,10 Mile +13216,Karen G.,F,52,"Skippack, PA",6822,7997,682,10 Mile +8147,Priya P.,F,30,"Washington, DC",6823,8105,682,10 Mile +14610,Danielle B.,F,43,"Arlington, VA",6823,7328,682,10 Mile +11506,Snigdha R.,F,24,"Washington, DC",6823,7596,682,10 Mile +17647,Diana D.,F,41,"Alexandria, VA",6824,8007,682,10 Mile +16190,Kathleen L.,F,58,"Vienna, VA",6824,7996,682,10 Mile +22183,Shira S.,F,27,"Washington, DC",6826,8230,682,10 Mile +8165,Naomi C.,F,59,"Bethesda, MD",6826,7564,682,10 Mile +22783,Mary B.,F,55,"Eldersburg, MD",6826,8062,682,10 Mile +17364,Natalie R.,F,32,"Burtonsville, MD",6826,7970,682,10 Mile +2053,Jennifer L.,F,30,"Alexandria, VA",6826,8104,682,10 Mile +6640,Ruchama B.,F,23,"Boston, MA",6826,7402,682,10 Mile +15132,Hannah K.,F,29,"Washington, DC",6826,7947,682,10 Mile +14831,Rebekah S.,F,28,"Arlington, VA",6827,7969,682,10 Mile +15281,Michelle B.,F,36,"Herndon, VA",6827,7888,682,10 Mile +19685,Miriam M.,F,34,"Arlington, VA",6827,8231,682,10 Mile +20315,Debi S.,F,52,"Glen Burnie, MD",6827,8250,682,10 Mile +20792,Shannon C.,F,35,"Washington, DC",6828,8268,682,10 Mile +16880,Kellie H.,F,46,"Martinsburg, WV",6829,7928,682,10 Mile +17339,Carol R.,F,33,"Washington, DC",6829,8326,682,10 Mile +14113,Camille C.,F,40,"Bethesda, MD",6829,7628,682,10 Mile +14641,Carol C.,F,46,"Leonardtown, MD",6830,8038,683,10 Mile +22709,Susan H.,F,37,"Gaithersburg, MD",6830,8038,683,10 Mile +22816,Abigail J.,F,40,"Gaithersburg, MD",6830,8037,683,10 Mile +19227,Stephanie Y.,F,34,"Rockville, MD",6831,7802,683,10 Mile +1640,Leslie K.,F,61,"Crownsville, MD",6833,7905,683,10 Mile +17430,Leah B.,F,45,"Herndon, VA",6833,8310,683,10 Mile +18496,Carla T.,F,37,"Warrenton, VA",6833,8294,683,10 Mile +10371,Claudia P.,F,33,"Washington, DC",6833,7188,683,10 Mile +14570,Rebecca F.,F,35,"Boston, MA",6834,8014,683,10 Mile +8510,Emily M.,F,40,"Washington, DC",6834,7395,683,10 Mile +14790,Rachel B.,F,19,"Washington, DC",6834,7938,683,10 Mile +12005,Nicole T.,F,45,"Fulton, MD",6834,7715,683,10 Mile +21050,Madeline C.,F,23,"Boone, NC",6835,8274,683,10 Mile +13712,Sharon S.,F,57,"Baltimore, MD",6835,7729,683,10 Mile +14480,Natasha F.,F,31,"Laurel, MD",6835,7739,683,10 Mile +15401,Anne S.,F,50,"Durham, NC",6836,8141,683,10 Mile +15283,Nikki C.,F,30,"Fort Lauderdale, FL",6836,7881,683,10 Mile +18690,Theresa B.,F,54,"Arnold, MD",6837,8259,683,10 Mile +20705,Cristine K.,F,39,"Potomac, MD",6837,7666,683,10 Mile +21067,Liz K.,F,40,"Potomac, MD",6837,7666,683,10 Mile +17140,Lily B.,F,58,"Potomac, MD",6838,8320,683,10 Mile +22694,Sheila G.,F,55,"Saint Leonard, MD",6839,7608,683,10 Mile +11546,Marthe D.,F,35,"Santa Monica, CA",6839,7293,683,10 Mile +18114,Andrea H.,F,29,"Arlington, VA",6840,8058,684,10 Mile +13512,Kathleen O.,F,26,"Arlington, VA",6840,7717,684,10 Mile +13451,Alicia G.,F,32,"Simi Valley, CA",6840,7575,684,10 Mile +19531,Rachel B.,F,43,"Bethesda, MD",6840,8096,684,10 Mile +16301,Ludivine C.,F,30,"Rockville, MD",6840,8035,684,10 Mile +9035,Diane O.,F,58,"Delhi, NY",6840,7320,684,10 Mile +20725,Cate H.,F,42,"Cross Junction, VA",6841,8347,684,10 Mile +5014,Shimeng C.,F,30,"New York, NY",6842,7189,684,10 Mile +17482,Jennifer B.,F,35,"Great Falls, VA",6842,7817,684,10 Mile +13008,Kerri L.,F,38,"Alexandria, VA",6842,8267,684,10 Mile +18109,Elizabeth B.,F,25,"Washington, DC",6842,8345,684,10 Mile +14204,Katie W.,F,30,"Washington, DC",6842,7619,684,10 Mile +9144,Robin C.,F,35,"Springfield, VA",6842,7619,684,10 Mile +15235,Stephanie D.,F,38,"Woodbridge, VA",6843,7317,684,10 Mile +13086,Katelyn M.,F,29,"Washington, DC",6845,7839,684,10 Mile +18515,Virginia F.,F,28,"Arlington, VA",6846,8343,684,10 Mile +20448,Lindsay M.,F,38,"Washington, DC",6846,8350,684,10 Mile +17264,Leah W.,F,33,"Adelphi, MD",6847,7997,684,10 Mile +10219,Kaliene L.,F,24,"Washington, DC",6847,7937,684,10 Mile +16222,Michelle W.,F,39,"Riverhead, NY",6847,7977,684,10 Mile +16484,Holly F.,F,34,"Columbia, MD",6847,7997,684,10 Mile +10991,Maricia W.,F,45,"Lorton, VA",6848,7731,684,10 Mile +17384,Mari L.,F,31,"Washington, DC",6848,8307,684,10 Mile +15626,Jane A.,F,42,"Washington, DC",6848,8004,684,10 Mile +17943,Kennis D.,F,24,"Washington, DC",6848,7938,684,10 Mile +12091,Mary N.,F,36,"Silver Spring, MD",6848,7912,684,10 Mile +10727,Karlan J.,F,32,"Washington, DC",6848,7105,684,10 Mile +17166,Tiffanny W.,F,48,"Silver Spring, MD",6849,7896,684,10 Mile +20262,Kate M.,F,26,"Washington, DC",6850,7975,685,10 Mile +20067,Rachel C.,F,32,"Annandale, VA",6850,8312,685,10 Mile +19656,Melissa K.,F,46,"Arlington, VA",6850,8259,685,10 Mile +18976,Kimberly H.,F,48,"Bowie, MD",6850,8278,685,10 Mile +19688,Makini R.,F,38,"Philadelphia, PA",6850,7629,685,10 Mile +16779,Colleen C.,F,44,"Arlington, VA",6851,7736,685,10 Mile +17898,Elizabeth L.,F,42,"Reston, VA",6851,8061,685,10 Mile +16033,Michelle W.,F,30,"Jersey City, NJ",6851,8069,685,10 Mile +17552,Patricia M.,F,41,"Washington, DC",6853,7637,685,10 Mile +18300,Julie B.,F,46,"Woodbridge, VA",6854,8263,685,10 Mile +22921,Virginia B.,F,20,"Washington, DC",6854,7675,685,10 Mile +6241,Kaitlin K.,F,29,"Burke, VA",6854,7743,685,10 Mile +14739,Stephanie W.,F,44,"Alexandria, VA",6856,8123,685,10 Mile +23158,Annie P.,F,36,"Sterling, VA",6857,8058,685,10 Mile +17266,Amanda S.,F,31,"Chevy Chase, MD",6857,7914,685,10 Mile +14716,Jeannette S.,F,32,"Springfield, VA",6857,7898,685,10 Mile +11255,Jen S.,F,33,"Harrisburg, PA",6858,7779,685,10 Mile +15799,Emily S.,F,40,"Alexandria, VA",6858,8073,685,10 Mile +15533,Jeanette G.,F,27,"Frederick, MD",6859,7804,685,10 Mile +16915,Diana M.,F,59,"Gaithersburg, MD",6859,8114,685,10 Mile +13048,Pramila G.,F,45,"Woodbridge, VA",6859,8101,685,10 Mile +15468,Alissa M.,F,33,"Washington, DC",6859,7961,685,10 Mile +13480,Monee W.,F,36,"Hopkins, MN",6859,7442,685,10 Mile +12357,Sarah R.,F,52,"Gaithersburg, MD",6861,7603,686,10 Mile +16266,Heidi S.,F,29,"Washington, DC",6861,8343,686,10 Mile +21532,Sheryl R.,F,61,"Accokeek, MD",6861,8296,686,10 Mile +13220,Maggie P.,F,51,"Eagle River, WI",6861,7775,686,10 Mile +18195,Sybil C.,F,62,"Port St Lucie, FL",6861,8127,686,10 Mile +12633,Catherine C.,F,55,"Smithfield, VA",6862,7797,686,10 Mile +16494,Pamela H.,F,50,"Ridgewood, NJ",6862,7921,686,10 Mile +20660,Madeleine S.,F,23,"Washington, DC",6862,8306,686,10 Mile +14824,Allyson J.,F,37,"Ellicott City, MD",6862,7818,686,10 Mile +5714,Cassandra S.,F,16,"Boyds, MD",6862,7167,686,10 Mile +20530,Sarah T.,F,26,"Washington, DC",6862,8004,686,10 Mile +17071,Natasha A.,F,34,"Alexandria, VA",6863,7387,686,10 Mile +14856,Donna L.,F,48,"Gum Spring, VA",6863,7937,686,10 Mile +16859,Leighann Y.,F,33,"Silver Spring, MD",6864,8052,686,10 Mile +19127,Theryne M.,F,28,"Monroe, NC",6864,8086,686,10 Mile +6768,Prachi S.,F,31,"Hyattsville, MD",6865,7445,686,10 Mile +17209,Maria I.,F,50,"Gaithersburg, MD",6865,8053,686,10 Mile +12148,Rebecca M.,F,28,"Silver Spring, MD",6866,7720,686,10 Mile +18102,Kathryn D.,F,70,"Lafayette, CO",6866,7973,686,10 Mile +20021,Lydia K.,F,43,"Gaithersburg, MD",6867,7979,686,10 Mile +14501,Mary B.,F,42,"Charleston, WV",6867,8300,686,10 Mile +19293,Dawn P.,F,41,"Stafford, VA",6867,8300,686,10 Mile +9203,Kiera S.,F,27,"Philadelphia, PA",6867,7804,686,10 Mile +21597,Jessica W.,F,33,"Arlington, VA",6867,7978,686,10 Mile +15253,Kelly C.,F,47,"Laytonsville, MD",6868,8038,686,10 Mile +17742,Emily V.,F,33,"Washington, DC",6868,7908,686,10 Mile +17486,Maria P.,F,51,"Durham, NC",6869,8174,686,10 Mile +6420,Ellen K.,F,52,"Easton, MD",6869,7929,686,10 Mile +20144,Sadhana C.,F,28,"Chapel Hill, NC",6869,7974,686,10 Mile +13385,Quynh D.,F,43,"Chantilly, VA",6869,7696,686,10 Mile +790,Helen G.,F,25,"Pittsburgh, PA",6870,8078,687,10 Mile +4675,Natalya L.,F,31,"Washington, DC",6870,7978,687,10 Mile +17256,Rachel K.,F,30,"Washington, DC",6870,7946,687,10 Mile +21318,Bunmi E.,F,39,"Davidsonville, MD",6871,8143,687,10 Mile +17302,Sarah P.,F,40,"Durham, NC",6871,8177,687,10 Mile +14493,Sarah H.,F,33,"Baltimore, MD",6871,8101,687,10 Mile +15749,Maria O.,F,35,"Glenshaw, PA",6871,8078,687,10 Mile +12607,Meaghan D.,F,29,"Piscataway, NJ",6872,7646,687,10 Mile +16228,Zara T.,F,25,"Washington, DC",6872,8134,687,10 Mile +16879,Katherine V.,F,43,"Montclair, VA",6873,7963,687,10 Mile +20467,Carol S.,F,51,"Rockville, MD",6873,8378,687,10 Mile +22102,Rachael H.,F,25,"Washington, DC",6874,7339,687,10 Mile +12819,Kay P.,F,30,"Virginia Beach, VA",6874,7969,687,10 Mile +6252,Joanna B.,F,23,"Washington, DC",6874,7339,687,10 Mile +14726,Rosalie M.,F,52,"Skokie, IL",6875,8036,687,10 Mile +12328,Sarah G.,F,28,"New York, NY",6875,7867,687,10 Mile +19023,Maura C.,F,53,"Falls Church, VA",6875,8036,687,10 Mile +17744,Nancy M.,F,71,"Washington, DC",6875,7409,687,10 Mile +14457,Tara R.,F,34,"Fort Belvoir, VA",6876,7389,687,10 Mile +17094,Nichol H.,F,37,"Columbus, OH",6876,7938,687,10 Mile +15483,Heather B.,F,43,"Alexandria, VA",6877,8072,687,10 Mile +18052,Angela C.,F,39,"Bethesda, MD",6877,7776,687,10 Mile +12478,Jessica W.,F,67,"Mahopac, NY",6877,7180,687,10 Mile +14287,Lizz M.,F,55,"Green's Farms, CT",6877,8004,687,10 Mile +5558,Gloria M.,F,44,"Mt Airy, MD",6878,8181,687,10 Mile +19326,Margarita P.,F,55,"Bethesda, MD",6878,8314,687,10 Mile +20397,Alexandra Z.,F,24,"Arlington, VA",6879,7703,687,10 Mile +20833,Kelly J.,F,25,"Washington, DC",6879,7703,687,10 Mile +7736,Deborah M.,F,59,"Arlington, VA",6879,7496,687,10 Mile +18814,Martha B.,F,54,"Ewing, NJ",6880,8363,688,10 Mile +15690,Nicole B.,F,44,"Ellicott City, MD",6880,8302,688,10 Mile +16272,Miriam K.,F,50,"Potomac, MD",6881,8061,688,10 Mile +17307,Sarah A.,F,38,"Washington, DC",6881,7925,688,10 Mile +14660,Maryann K.,F,48,"Rockville, MD",6881,8061,688,10 Mile +17308,Patti R.,F,66,"Archer, FL",6881,7925,688,10 Mile +4007,Lorelyn C.,F,45,"Bronx New York, NY",6881,7767,688,10 Mile +10186,Barbara S.,F,56,"Shillington, PA",6881,8035,688,10 Mile +16018,Gina P.,F,40,"Washington, DC",6881,7939,688,10 Mile +17761,Shania L.,F,31,"Fairfax, VA",6881,8335,688,10 Mile +16038,Lori K.,F,54,"Shillington, PA",6881,8035,688,10 Mile +13243,Amy K.,F,34,"Bowie, MD",6882,7975,688,10 Mile +21266,Julia D.,F,35,"Washington, DC",6882,8155,688,10 Mile +17650,Ashley K.,F,32,"Jeffersonton, VA",6882,7954,688,10 Mile +17945,Isabel C.,F,47,"Hubert, NC",6882,8303,688,10 Mile +19592,Samantha M.,F,20,"Silver Spring, MD",6882,8333,688,10 Mile +18687,Adriana L.,F,31,"Silver Spring, MD",6882,7975,688,10 Mile +10045,Camille M.,F,24,"Garrison, NY",6883,8181,688,10 Mile +15869,Beth S.,F,45,"Kensington, MD",6883,8005,688,10 Mile +17415,Julianne D.,F,35,"Odenton, MD",6884,8094,688,10 Mile +19189,Fauve J.,F,30,"Arlington, VA",6884,8123,688,10 Mile +11197,Sarah M.,F,24,"Philadelphia, PA",6884,8343,688,10 Mile +13150,Kimberly T.,F,49,"Alexandria, VA",6884,7736,688,10 Mile +8944,Tien M.,F,30,"Falls Church, VA",6884,7835,688,10 Mile +21471,Kara W.,F,39,"North Potomac, MD",6885,7641,688,10 Mile +17186,Ayanna W.,F,30,"Bowie, MD",6885,8123,688,10 Mile +14507,Deb C.,F,53,"Bentonville, VA",6885,8011,688,10 Mile +13763,Jamie E.,F,36,"Omaha, NE",6886,8392,688,10 Mile +11770,Ann N.,F,36,"Omaha, NE",6886,8392,688,10 Mile +13308,Michelle K.,F,41,"Bowie, MD",6886,8044,688,10 Mile +11200,Jill T.,F,61,"Butler, PA",6886,7728,688,10 Mile +10422,Marianne D.,F,46,"Belmont, MA",6886,7747,688,10 Mile +15632,Amy F.,F,39,"Philadelphia, PA",6886,7966,688,10 Mile +14933,Kristine H.,F,35,"Omaha, NE",6886,8391,688,10 Mile +20385,Allison B.,F,29,"Washington, DC",6886,7784,688,10 Mile +13347,Agnes R.,F,31,"Alexandria, VA",6886,7730,688,10 Mile +21422,Melanie M.,F,52,"Alexandria, VA",6886,8367,688,10 Mile +18248,Karina C.,F,27,"Washington, DC",6888,8401,688,10 Mile +16300,Emily B.,F,31,"Springfield, VA",6888,8040,688,10 Mile +16298,Kelly B.,F,29,"Washington, DC",6888,8114,688,10 Mile +15966,Kimberly W.,F,40,"Fairfax, VA",6889,8043,688,10 Mile +15895,Catherine S.,F,43,"Potomac, MD",6889,8062,688,10 Mile +14166,Pamela C.,F,60,"Washington, DC",6889,7972,688,10 Mile +16572,Maureen B.,F,58,"Voorhees, NJ",6889,8069,688,10 Mile +7317,Erin H.,F,30,"Washington, DC",6890,7517,689,10 Mile +15479,Wanda P.,F,49,"Dover, PA",6890,7941,689,10 Mile +22614,Labrea B.,F,28,"Gaithersburg, MD",6892,7383,689,10 Mile +17791,Robin Z.,F,63,"Frederick, MD",6892,8111,689,10 Mile +17153,Margaret R.,F,30,"Arlington, VA",6892,7862,689,10 Mile +6843,Janel K.,F,27,"York, PA",6893,7377,689,10 Mile +14628,Randee B.,F,41,"Frederick, MD",6893,7481,689,10 Mile +14714,Rasika T.,F,34,"Washington, DC",6894,8028,689,10 Mile +18698,Rosie W.,F,43,"Orlando, FL",6895,8162,689,10 Mile +14442,Amy B.,F,45,"Orlando, FL",6896,8162,689,10 Mile +12804,Rachel M.,F,44,"Reston, VA",6898,7495,689,10 Mile +14964,Christina B.,F,34,"Columbus, OH",6899,8033,689,10 Mile +15495,Hollie P.,F,27,"Chesapeake Beach, MD",6900,7977,690,10 Mile +15616,Katie C.,F,36,"Marshfield, MA",6901,8364,690,10 Mile +17165,Rosemary C.,F,19,"Germantown, MD",6901,7885,690,10 Mile +20015,Joy T.,F,58,"Lorton, VA",6902,8350,690,10 Mile +14665,M. K.,F,56,"Warrenton, VA",6902,7410,690,10 Mile +18340,Carol P.,F,31,"Oakton, VA",6902,8115,690,10 Mile +17528,Jasmine M.,F,26,"Vienna, VA",6903,7716,690,10 Mile +20961,Julia K.,F,53,"Washington, DC",6903,8198,690,10 Mile +17448,Susan W.,F,36,"Alexandria, VA",6903,8124,690,10 Mile +2416,Madaleine H.,F,46,"Chevy Chase, MD",6904,8144,690,10 Mile +14018,Kirthana K.,F,25,"Alexandria, VA",6904,7825,690,10 Mile +15512,Robin O.,F,28,"Washington, DC",6905,8028,690,10 Mile +17788,Ellie E.,F,32,"Durham, NC",6905,8211,690,10 Mile +13859,Janine M.,F,29,"Washington, DC",6905,8041,690,10 Mile +19319,Susan P.,F,42,"Silver Spring, MD",6905,8336,690,10 Mile +18146,Navarana R.,F,39,"Takoma Park, MD",6905,8336,690,10 Mile +21287,Kellianne H.,F,22,"Washington, DC",6906,8145,690,10 Mile +12780,Julie L.,F,42,"Springfield, VA",6906,7775,690,10 Mile +17229,Amy G.,F,42,"Nunnelly, TN",6906,8078,690,10 Mile +17796,Gretchen Q.,F,24,"Oxon Hill, MD",6906,8406,690,10 Mile +16338,Kati S.,F,23,"Washington, DC",6906,8145,690,10 Mile +7319,Annie A.,F,27,"Arlington, VA",6906,7875,690,10 Mile +13239,Gail L.,F,42,"Fairfax, VA",6907,7747,690,10 Mile +16759,Heather L.,F,29,"New York, NY",6907,8362,690,10 Mile +16167,Jessica O.,F,31,"Washington, DC",6907,7875,690,10 Mile +20299,Alyssa P.,F,28,"Washington, DC",6908,8373,690,10 Mile +17300,Amanda A.,F,24,"Baltimore, MD",6908,8135,690,10 Mile +14647,Elizabeth B.,F,24,"Washington, DC",6908,8113,690,10 Mile +17230,Margaret H.,F,33,"Kansas City, MO",6909,8126,690,10 Mile +20750,Sarah W.,F,39,"Potomac, MD",6909,8378,690,10 Mile +16427,Sara A.,F,35,"Midlothian, VA",6909,8113,690,10 Mile +6448,Kristen C.,F,27,"Washington, DC",6909,7722,690,10 Mile +12799,Anne C.,F,52,"Washington, DC",6910,7671,691,10 Mile +20237,Gwen C.,F,55,"Parker, CO",6910,8326,691,10 Mile +11881,Lina A.,F,35,"Washington, DC",6910,7855,691,10 Mile +16717,Marta S.,F,31,"Arlington, VA",6910,7826,691,10 Mile +17286,Katelyn D.,F,21,"Baltimore, MD",6911,7854,691,10 Mile +16813,Kimberly R.,F,53,"Ft Washington, MD",6912,7957,691,10 Mile +20909,Claire M.,F,27,"Fairfax, VA",6912,8152,691,10 Mile +8355,Jessica B.,F,29,"Annandale, VA",6912,7481,691,10 Mile +15602,Corine W.,F,29,"Washington, DC",6912,8015,691,10 Mile +12991,Karen W.,F,29,"Clearwater, FL",6913,7800,691,10 Mile +17866,Soon K.,F,73,"Fairfax Station, VA",6913,7951,691,10 Mile +16844,Kathy A.,F,33,"Fairfax, VA",6914,8143,691,10 Mile +17099,Lise G.,F,26,"Rockville, MD",6914,8136,691,10 Mile +16491,Shelley H.,F,34,"Rockville, MD",6914,8137,691,10 Mile +19339,Jaspreet G.,F,28,"Washington, DC",6914,8208,691,10 Mile +16531,Vania V.,F,41,"Fairfax, VA",6914,8101,691,10 Mile +609,Jayleen Q.,F,25,"Arlington, VA",6914,8363,691,10 Mile +17553,Hijab S.,F,28,"Arlington, VA",6915,8103,691,10 Mile +12856,Ha M.,F,36,"Washington, DC",6915,7902,691,10 Mile +13588,Sarah K.,F,35,"San Francisco, CA",6916,7857,691,10 Mile +14176,Charla A.,F,62,"Washington, DC",6917,8142,691,10 Mile +10247,Alicia M.,F,26,"Washington D.c., DC",6917,7863,691,10 Mile +19612,Maggie C.,F,20,"Arlington, VA",6918,7689,691,10 Mile +17055,Jandi K.,F,46,"Falls Church, VA",6918,7956,691,10 Mile +19223,Rachel S.,F,42,"Takoma Park, MD",6919,8178,691,10 Mile +13911,Barbara P.,F,58,"Columbus, OH",6920,7889,692,10 Mile +8027,Laura H.,F,46,"New York, NY",6920,7781,692,10 Mile +22140,Nury G.,F,28,"Washington, DC",6920,8336,692,10 Mile +16181,Sara R.,F,43,"Silver Spring, MD",6920,7976,692,10 Mile +2932,Susan F.,F,36,"Washington, DC",6920,8113,692,10 Mile +18330,Giselle K.,F,42,"Ellicott City, MD",6921,8344,692,10 Mile +19362,Loretta F.,F,68,"Frederick, MD",6921,8140,692,10 Mile +20896,Caitlin S.,F,26,"Great Falls, VA",6921,7552,692,10 Mile +18268,Julie P.,F,34,"Laurel, MD",6922,8393,692,10 Mile +18748,Tamra F.,F,26,"Washington, DC",6922,8333,692,10 Mile +16448,Tasha S.,F,34,"Roanoke, VA",6922,7999,692,10 Mile +20709,Inessa K.,F,45,"Falls Church, VA",6922,8114,692,10 Mile +22901,Anna F.,F,41,"Washington Dc, DC",6922,8221,692,10 Mile +17327,Teresa O.,F,54,"Miami, FL",6922,7907,692,10 Mile +17573,Lara K.,F,52,"Bethesda, MD",6923,8220,692,10 Mile +14367,Nancy M.,F,49,"Poolesville, MD",6923,8038,692,10 Mile +14638,Teresa L.,F,50,"Woodbine, MD",6924,7420,692,10 Mile +17452,Jessica E.,F,38,"Burtonsville, MD",6924,8384,692,10 Mile +543,Anna G.,F,40,"Bethesda, MD",6924,7492,692,10 Mile +22297,Ming T.,F,44,"Rockville, MD",6925,8345,692,10 Mile +16969,Christina T.,F,35,"Fredericksburg, VA",6925,7759,692,10 Mile +15777,Carmalita D.,F,35,"Washington, DC",6926,7500,692,10 Mile +13572,Allison S.,F,26,"Arlington, VA",6926,7781,692,10 Mile +17034,Krista H.,F,45,"Sykesville, MD",6927,8181,692,10 Mile +12501,Cynthia K.,F,40,"Peabody, MA",6928,7877,692,10 Mile +23085,Jennifer L.,F,47,"Mclean, VA",6929,8356,692,10 Mile +13549,Kristie M.,F,47,"Maugansville, MD",6929,7669,692,10 Mile +23100,Tracey V.,F,43,"Alexandria, VA",6929,8357,692,10 Mile +13160,Kathy G.,F,43,"Fairfax, VA",6931,7704,693,10 Mile +19875,Karen F.,F,31,"Takoma Park, MD",6931,8406,693,10 Mile +10586,Carley D.,F,40,"Greencastle, PA",6931,8387,693,10 Mile +20960,Sangeeta I.,F,35,"Washington, DC",6933,8342,693,10 Mile +21812,Caren S.,F,32,"Arlington, VA",6933,8403,693,10 Mile +8621,Lauren U.,F,32,"Washington, DC",6933,7825,693,10 Mile +15724,Amanda H.,F,33,"Canandaigua, NY",6934,8105,693,10 Mile +22824,Anne W.,F,62,"Parkton, MD",6934,8027,693,10 Mile +16735,Jo F.,F,46,"Washington, DC",6934,8115,693,10 Mile +20255,Erin K.,F,32,"Washington, DC",6935,8351,693,10 Mile +18251,Jessica R.,F,37,"Norfolk, VA",6935,8383,693,10 Mile +13879,Hong-Nhu M.,F,32,"Washington, DC",6935,7790,693,10 Mile +15636,Kendall K.,F,23,"New York, NY",6936,8141,693,10 Mile +13042,Alexandra N.,F,28,"Somerville, MA",6937,8424,693,10 Mile +15695,Jennifer S.,F,47,"Columbia, MD",6937,8428,693,10 Mile +16357,Pat G.,F,54,"Ft. Lee, VA",6938,8169,693,10 Mile +18025,Maria K.,F,27,"Washington, DC",6938,8096,693,10 Mile +18083,Rebecca S.,F,45,"Derwood, MD",6938,8173,693,10 Mile +6902,Rebekah W.,F,35,"Fernley, NV",6938,8114,693,10 Mile +16090,Melissa D.,F,42,"Norfolk, VA",6939,7727,693,10 Mile +17889,Laura F.,F,26,"Washington, DC",6939,8054,693,10 Mile +7589,Anne G.,F,33,"Baltimore, MD",6939,8157,693,10 Mile +21027,Meg M.,F,31,"Charlottesville, VA",6940,6940,694,10 Mile +15573,Melissa T.,F,25,"Richmond, VA",6940,7909,694,10 Mile +1725,Kaysie B.,F,27,"Fairfax, VA",6940,7396,694,10 Mile +9951,Ashleigh F.,F,33,"Washington, DC",6941,7537,694,10 Mile +19549,Michelle H.,F,39,"Alexandria, VA",6941,8420,694,10 Mile +12368,Melissa M.,F,46,"Leesburg, VA",6941,7697,694,10 Mile +20835,Wendy T.,F,23,"Rockville, MD",6941,8412,694,10 Mile +16111,Meredith B.,F,31,"Washington, DC",6942,7984,694,10 Mile +17783,Loren S.,F,33,"Virginia Beach, VA",6942,8040,694,10 Mile +13894,Joy M.,F,39,"Falls Church, VA",6942,8390,694,10 Mile +15217,Michelle I.,F,45,"Fairfax, VA",6943,8405,694,10 Mile +12870,Marissa I.,F,21,"Chester, NJ",6943,7736,694,10 Mile +12258,Emily R.,F,43,"Washington, DC",6945,8121,694,10 Mile +9356,Charlotte K.,F,17,"Beltsville, MD",6945,7798,694,10 Mile +17248,Katia R.,F,45,"Laurel, MD",6946,7206,694,10 Mile +14736,Amanda H.,F,34,"Washington, DC",6946,8009,694,10 Mile +11455,Lindsey H.,F,23,"Philadelphia, PA",6946,7859,694,10 Mile +18155,Laura B.,F,29,"Alexandria, VA",6946,8011,694,10 Mile +17276,Jill B.,F,39,"State College, PA",6946,8239,694,10 Mile +12927,Crystal P.,F,24,"New York, NY",6946,8083,694,10 Mile +14899,Victoria P.,F,52,"Catonsville, MD",6946,8064,694,10 Mile +17325,Cassey E.,F,25,"Washington, DC",6947,8428,694,10 Mile +19867,Molly J.,F,23,"Washington Dc, DC",6947,8422,694,10 Mile +17717,Kristen G.,F,30,"Sykesville, MD",6947,8172,694,10 Mile +14631,Bronwyn G.,F,30,"Towson, MD",6947,7999,694,10 Mile +18839,Elizabeth S.,F,57,"Washington, DC",6947,8374,694,10 Mile +509,Solange N.,F,33,"Gaithersburg, MD",6948,7483,694,10 Mile +16986,Jackie W.,F,29,"Lakewood, OH",6949,8011,694,10 Mile +14614,Kristen L.,F,30,"Chester, MD",6949,8021,694,10 Mile +18893,Kristina V.,F,33,"Washington, DC",6950,8477,695,10 Mile +22836,Rebecca P.,F,48,"Spearfish, SD",6950,8079,695,10 Mile +8706,Jessica T.,F,25,"Arlington, VA",6952,8430,695,10 Mile +11171,Melissa W.,F,51,"Bethesda, MD",6952,8129,695,10 Mile +16589,Gabriela M.,F,27,"Boyce, VA",6953,8115,695,10 Mile +20099,Christine A.,F,29,"Brooklyn, NY",6953,8169,695,10 Mile +11995,Mary D.,F,24,"Washington, DC",6953,8207,695,10 Mile +15225,Malessa R.,F,30,"Mount Sinai, NY",6953,8115,695,10 Mile +9520,Sarah S.,F,43,"Kensington, MD",6953,7525,695,10 Mile +22138,Jennifer S.,F,41,"Ashburn, VA",6953,8069,695,10 Mile +19182,Lindsey K.,F,23,"Washington, DC",6953,8206,695,10 Mile +1795,Julissa G.,F,42,"Ny, NY",6954,7925,695,10 Mile +17408,Justine S.,F,51,"S. Berwick, ME",6954,8158,695,10 Mile +20689,Christina B.,F,30,"Washington, DC",6954,7934,695,10 Mile +19796,Molly S.,F,48,"Kensington, MD",6954,7525,695,10 Mile +6133,Tara W.,F,50,"Severn, MD",6955,7532,695,10 Mile +14823,Beth S.,F,49,"Dover, PA",6955,8216,695,10 Mile +15828,Mj B.,F,52,"Takoma Park, MD",6956,7798,695,10 Mile +17184,Natalie D.,F,39,"Durham, NC",6956,8261,695,10 Mile +12802,Uma M.,F,48,"Leesburg, VA",6957,8430,695,10 Mile +14806,Lynda S.,F,49,"Olney, MD",6957,8252,695,10 Mile +14351,Meghan C.,F,32,"Chester Springs, PA",6957,7843,695,10 Mile +14539,Cara S.,F,32,"Alexandria, VA",6958,8020,695,10 Mile +15387,Karen B.,F,48,"Woodbridge, VA",6958,7711,695,10 Mile +13461,Patricia R.,F,29,"Washington, DC",6959,7910,695,10 Mile +13110,Debbie M.,F,65,"Virginia Beach, VA",6959,8162,695,10 Mile +8626,Michelle S.,F,57,"Bethesda, MD",6959,7712,695,10 Mile +22809,Hsin H.,F,31,"Houston, TX",6960,8133,696,10 Mile +16602,Allison M.,F,43,"Winston-Salem, NC",6960,8204,696,10 Mile +17569,Lauren P.,F,32,"Alexandria, VA",6961,8145,696,10 Mile +18159,Mala C.,F,46,"Bethesda, MD",6961,8218,696,10 Mile +16573,Donna G.,F,51,"Fairfax, VA",6962,8086,696,10 Mile +13768,Heather M.,F,31,"Raleigh, NC",6962,7807,696,10 Mile +19074,Nicole C.,F,32,"Arlington, VA",6962,8385,696,10 Mile +17922,Susan S.,F,35,"Arlington, VA",6964,8458,696,10 Mile +15701,Cassidy S.,F,24,"Sykesville, MD",6964,7889,696,10 Mile +21171,Yu L.,F,25,"Washington, DC",6965,8421,696,10 Mile +21484,Andima U.,F,26,"Ellicott City, MD",6966,8494,696,10 Mile +18567,Andrea H.,F,49,"Durham, NC",6966,8271,696,10 Mile +16845,Emily B.,F,31,"Washington, DC",6967,8458,696,10 Mile +15804,Courtney S.,F,33,"Alexandria, VA",6968,8192,696,10 Mile +12772,Vimi P.,F,43,"Upper Marlboro, MD",6968,7702,696,10 Mile +18315,Melissa B.,F,35,"Washington, DC",6969,8395,696,10 Mile +18475,Zinga O.,F,37,"College Park, MD",6969,7958,696,10 Mile +15874,Emily H.,F,23,"Salisbury, MD",6970,7933,697,10 Mile +16117,Kathryn S.,F,25,"Washington, DC",6970,8207,697,10 Mile +3665,Sarah C.,F,31,"Alexandria, VA",6971,8220,697,10 Mile +16604,Carolyn D.,F,53,"Westerville, OH",6971,8145,697,10 Mile +13057,Kelly B.,F,24,"Chantilly, VA",6971,8103,697,10 Mile +9473,Erin M.,F,45,"Columbia, MD",6972,7801,697,10 Mile +23169,Jennifer P.,F,39,"Germantown, MD",6973,8109,697,10 Mile +23113,Jacqueline K.,F,35,"Ashburn, VA",6973,8429,697,10 Mile +793,Erika L.,F,29,"Washington, DC",6973,7934,697,10 Mile +17372,Saria S.,F,29,"Washington, DC",6973,8382,697,10 Mile +16083,Jaclyn J.,F,29,"Washington, DC",6973,7934,697,10 Mile +18563,Charlene A.,F,61,"Accokeek, MD",6973,7749,697,10 Mile +15293,Nancy F.,F,65,"New York, NY",6974,8197,697,10 Mile +14429,Molly H.,F,29,"Baltimore, MD",6974,8073,697,10 Mile +6795,Peggy D.,F,57,"Washington, DC",6974,8088,697,10 Mile +15588,Lauren F.,F,46,"Chevy Chase, MD",6974,8099,697,10 Mile +15157,Shemanne D.,F,33,"Philadelphia, PA",6975,8471,697,10 Mile +21476,Jari C.,F,45,"Silver Spring, MD",6975,7910,697,10 Mile +9587,Kelly H.,F,35,"Rockville, MD",6975,8073,697,10 Mile +18376,Sara R.,F,40,"Washington, DC",6975,8398,697,10 Mile +17391,Sandy O.,F,36,"Ashburn, VA",6975,8048,697,10 Mile +17044,Heather A.,F,43,"Ft Belvoir, VA",6975,8157,697,10 Mile +13820,Alexandra S.,F,33,"Washington, DC",6976,7550,697,10 Mile +19751,Jennifer M.,F,35,"Arlington, VA",6977,8145,697,10 Mile +18126,Eileen S.,F,47,"Reston, VA",6977,8423,697,10 Mile +18276,Karyn C.,F,52,"Blue Bell, PA",6977,8408,697,10 Mile +18353,Deanne D.,F,39,"Oakton, VA",6977,7882,697,10 Mile +14889,Christina N.,F,34,"Arlington, VA",6977,8119,697,10 Mile +19376,Stephanie S.,F,31,"Vienna, VA",6977,8428,697,10 Mile +17680,Judy L.,F,56,"Vienna, VA",6978,8082,697,10 Mile +20604,Felesia R.,F,27,"Brooklyn, NE",6978,8476,697,10 Mile +12481,Erin H.,F,43,"Leesburg, VA",6979,8080,697,10 Mile +12627,Chandra E.,F,42,"Leesburg, VA",6979,8079,697,10 Mile +18063,Kayla S.,F,23,"Arlington, VA",6980,7886,698,10 Mile +21297,Molly M.,F,26,"Washington, DC",6981,8106,698,10 Mile +8524,Rachelle S.,F,43,"Arlington, VA",6982,7793,698,10 Mile +14827,Sarah P.,F,28,"Alexandria, VA",6982,8145,698,10 Mile +10628,Giani S.,F,50,"Orlando, FL",6983,7717,698,10 Mile +21524,Elizabeth G.,F,32,"Alexandria, VA",6983,7957,698,10 Mile +15623,Christina N.,F,23,"Centreville, MD",6983,8542,698,10 Mile +6137,Emily C.,F,25,"Arlington, VA",6984,7774,698,10 Mile +18711,Linda M.,F,36,"Silver Spring, MD",6984,8413,698,10 Mile +11697,Tara K.,F,23,"Arlington, VA",6984,7774,698,10 Mile +13749,Katherine J.,F,27,"Denver, CO",6984,7949,698,10 Mile +17892,Laura M.,F,31,"Vienna, VA",6984,8225,698,10 Mile +17171,Bethany S.,F,26,"Chicago, IL",6985,8143,698,10 Mile +11419,Melisa A.,F,33,"Washington, DC",6985,7920,698,10 Mile +17980,Susie P.,F,39,"Rockville, MD",6986,7908,698,10 Mile +11674,Jean P.,F,24,"Dener, CO",6986,7951,698,10 Mile +1674,Melissa L.,F,33,"Hilliard, OH",6986,8175,698,10 Mile +15564,Melissa K.,F,34,"Hilliard, OH",6987,8175,698,10 Mile +15964,Jessica J.,F,35,"Washington, DC",6988,8103,698,10 Mile +21359,Stacy N.,F,27,"Falls Church, VA",6989,8498,698,10 Mile +12841,Zarin K.,F,34,"Arlington, VA",6989,8241,698,10 Mile +14782,Rachel G.,F,30,"Washington, DC",6989,8117,698,10 Mile +18243,Quinn A.,F,40,"Rockville, MD",6989,8458,698,10 Mile +17054,Meghan D.,F,34,"Washington, DC",6989,8261,698,10 Mile +16372,Linden D.,F,31,"Washington, DC",6990,8136,699,10 Mile +14241,Maryellen O.,F,49,"Garden City, NY",6990,8503,699,10 Mile +16765,Carri H.,F,39,"Alexandria, VA",6990,8282,699,10 Mile +20643,Molly O.,F,21,"Garden City, NY",6990,8503,699,10 Mile +18404,Liletha D.,F,45,"Bowie, MD",6991,7036,699,10 Mile +2886,Elisha N.,F,38,"Burtonsville, MD",6991,7304,699,10 Mile +21083,Marla R.,F,43,"Potomac, MD",6991,7820,699,10 Mile +19402,Sherry C.,F,29,"Alexandria, VA",6992,8452,699,10 Mile +21500,Kyra S.,F,30,"Washington, DC",6993,8458,699,10 Mile +17638,Katedra N.,F,44,"Upper Marlboro, MD",6993,8145,699,10 Mile +18036,Daria K.,F,36,"New York, NY",6993,8457,699,10 Mile +17696,Anna H.,F,51,"Milford, MI",6994,8034,699,10 Mile +12816,Elizabeth R.,F,26,"Washington, DC",6995,8424,699,10 Mile +2574,Dani B.,F,38,"Newport News, VA",6995,7248,699,10 Mile +22800,Paula G.,F,37,"Broomfield, CO",6995,8406,699,10 Mile +11573,Jaelyn T.,F,13,"Herndon, VA",6996,8228,699,10 Mile +13181,Stephanie W.,F,35,"Arlington, VA",6996,8261,699,10 Mile +15036,Christina B.,F,39,"Harrisburg, PA",6996,8143,699,10 Mile +20138,Brittny M.,F,31,"Arlington, VA",6996,8475,699,10 Mile +14979,Catherine U.,F,31,"Nashville, TN",6997,8436,699,10 Mile +13924,Laura J.,F,39,"Arlington, VA",6997,7985,699,10 Mile +12287,Alicia C.,F,37,"Bethesda, MD",6997,8261,699,10 Mile +14686,Hyacinth C.,F,41,"Bowie, MD",6998,8088,699,10 Mile +21317,Danielle D.,F,30,"Alexandria, VA",6998,8508,699,10 Mile +13591,Ana-Maria R.,F,32,"Arlington, VA",6998,7437,699,10 Mile +16961,Rita C.,F,63,"Arlington, VA",6998,8418,699,10 Mile +18828,Ann H.,F,47,"Bryn Mawr, PA",6998,8483,699,10 Mile +19849,Doreen P.,F,37,"Arlington, VA",6999,8410,699,10 Mile +16143,Amy V.,F,38,"Annapolis, MD",6999,8230,699,10 Mile +19643,Laura G.,F,42,"Annapolis, MD",6999,8230,699,10 Mile +15308,Jeyanthi M.,F,42,"Clarksburg, MD",7000,8226,700,10 Mile +17137,Jessica K.,F,39,"Bethpage, NY",7000,8120,700,10 Mile +17992,Kathleen D.,F,56,"Bethpage, NY",7001,8121,700,10 Mile +21660,Malica F.,F,40,"Laurel, MD",7002,8122,700,10 Mile +8606,Julie E.,F,52,"Annapolis, MD",7003,7349,700,10 Mile +22303,Lauren M.,F,34,"Philadelphia, PA",7003,7764,700,10 Mile +16533,Heidi W.,F,47,"Gaithersburg, MD",7004,8182,700,10 Mile +17643,Melissa A.,F,32,"Washington, DC",7005,8201,700,10 Mile +19798,Amy B.,F,43,"Madison, WI",7006,8509,700,10 Mile +11388,Dori Z.,F,27,"Silver Spring, MD",7006,7006,700,10 Mile +17087,Deb S.,F,57,"Richmond, VA",7007,8170,700,10 Mile +16418,Rachel C.,F,24,"Washington, DC",7007,8249,700,10 Mile +17691,Natalie M.,F,31,"Bristow, VA",7007,8206,700,10 Mile +18858,Jen L.,F,29,"Washington, DC",7007,8045,700,10 Mile +17438,Angela K.,F,29,"Myerstown, PA",7008,8199,700,10 Mile +16860,Christie W.,F,30,"Silver Spring, MD",7009,7604,700,10 Mile +9557,Abigail R.,F,26,"Washington, DC",7009,8502,700,10 Mile +5268,Lindsey S.,F,29,"Washington, DC",7010,7266,701,10 Mile +16075,Rebekah K.,F,25,"Arlington, VA",7010,8169,701,10 Mile +11752,Massa D.,F,34,"Washington, DC",7010,7865,701,10 Mile +20471,Emily G.,F,27,"Washington, DC",7011,7926,701,10 Mile +10257,Emilia G.,F,32,"Washington, DC",7011,7926,701,10 Mile +16233,Mollie D.,F,42,"Erie, PA",7011,8458,701,10 Mile +15147,Sushmitha K.,F,27,"Phiadelphia, PA",7011,8284,701,10 Mile +22659,Cindy M.,F,53,"Seville, OH",7011,7944,701,10 Mile +16477,Brenna O.,F,26,"Arlington, VA",7012,8133,701,10 Mile +21358,Sara S.,F,35,"Washington, DC",7013,8416,701,10 Mile +22914,Elizabeth C.,F,27,"Chicago, IL",7013,8510,701,10 Mile +9049,Lien D.,F,28,"Annandale, VA",7015,7989,701,10 Mile +12675,Jaime P.,F,57,"Rockville, MD",7015,7756,701,10 Mile +426,Imme D.,F,80,"Princeton, NJ",7015,7020,701,10 Mile +15312,Ashley A.,F,27,"Washington, DC",7016,8180,701,10 Mile +18374,Heidi B.,F,43,"Mount Rainier, MD",7016,8519,701,10 Mile +13792,Jennifer C.,F,29,"Pasadena, MD",7016,8151,701,10 Mile +20503,Christi M.,F,43,"Ellicot City, MD",7016,8122,701,10 Mile +18326,Meenakshi T.,F,42,"Fairfax Station, VA",7017,8490,701,10 Mile +16485,Caitlin E.,F,35,"Cambridge, MA",7017,8459,701,10 Mile +9234,Alexis F.,F,34,"Arlington, VA",7017,8168,701,10 Mile +4406,Marta S.,F,43,"Arlington, VA",7019,7388,701,10 Mile +17698,Molly C.,F,51,"Oswego, NY",7020,8262,702,10 Mile +15857,Beth A.,F,46,"Elkridge, MD",7020,8124,702,10 Mile +10493,Leslie G.,F,27,"Philadelphia, PA",7021,7526,702,10 Mile +17926,Jessica D.,F,33,"Washington, DC",7021,8429,702,10 Mile +16866,Johanna B.,F,46,"Arlington, VA",7022,7966,702,10 Mile +15151,Stefanie M.,F,29,"Sleepy Hollow, NY",7024,8297,702,10 Mile +15399,Chie H.,F,35,"Alexandria, VA",7024,8225,702,10 Mile +14568,Wendy G.,F,47,"Bowie, MD",7024,8254,702,10 Mile +20496,Kara L.,F,39,"Findlay, OH",7025,8485,702,10 Mile +22707,Claudia M.,F,50,"Vienna, VA",7025,8100,702,10 Mile +17318,Betsy R.,F,55,"Columbia, MD",7025,8065,702,10 Mile +18299,Anna I.,F,38,"Bethesda, MD",7025,8431,702,10 Mile +22842,Deirdre B.,F,47,"Chevy Chase, MD",7025,8097,702,10 Mile +18008,Jessica V.,F,46,"Titusville, FL",7026,8258,702,10 Mile +10988,Ashley H.,F,28,"Fairfax, VA",7026,7784,702,10 Mile +16064,Priya S.,F,32,"Washington, DC",7026,8071,702,10 Mile +14727,Yukimi D.,F,42,"Germantown, MD",7028,7546,702,10 Mile +15853,Sandra S.,F,38,"Mamaroneck, NY",7029,8301,702,10 Mile +16387,Laura L.,F,42,"Washington, DC",7029,8100,702,10 Mile +18156,Jenn C.,F,23,"Severn, MD",7030,8529,703,10 Mile +14521,Debbie-Anne R.,F,51,"Bowie, MD",7031,8250,703,10 Mile +9673,Charlotte T.,F,23,"Rockville, MD",7031,8235,703,10 Mile +8756,Julia P.,F,28,"Dundalk, MD",7031,7491,703,10 Mile +16470,Karin C.,F,43,"Laytonsville, MD",7031,8022,703,10 Mile +20802,Alison M.,F,27,"Baltimore, MD",7031,7491,703,10 Mile +10813,Lauren C.,F,35,"Washington, DC",7032,7779,703,10 Mile +21313,Guadalupe C.,F,18,"Palmetto, FL",7032,8330,703,10 Mile +17269,Selam M.,F,29,"Washington, DC",7032,8084,703,10 Mile +21102,Ariel P.,F,36,"New York, NY",7032,8171,703,10 Mile +19433,Astrid E.,F,49,"Stafford, VA",7033,8133,703,10 Mile +13782,Nancy S.,F,40,"South Riding, VA",7033,8289,703,10 Mile +16800,Crystal C.,F,37,"Fayetteville, PA",7033,8322,703,10 Mile +20751,Megan W.,F,35,"Paradise, PA",7034,8530,703,10 Mile +13706,Amy P.,F,27,"Arlington, VA",7034,7869,703,10 Mile +17291,Deborah M.,F,65,"Lake Frederick, VA",7034,8186,703,10 Mile +20747,Amy T.,F,40,"Aldie, VA",7034,8530,703,10 Mile +19780,Kellie B.,F,34,"Springfield, VA",7035,8319,703,10 Mile +19534,Lisa T.,F,44,"Vienna, VA",7035,8194,703,10 Mile +20686,Christine L.,F,37,"Alexandria, VA",7035,7834,703,10 Mile +18415,Patrica C.,F,56,"Laurel, MD",7036,7638,703,10 Mile +18509,Betty J.,F,46,"Miami, FL",7036,8020,703,10 Mile +14632,Thuy T.,F,45,"Philadelphia, PA",7037,7544,703,10 Mile +16308,Cara E.,F,36,"Washington, DC",7038,8165,703,10 Mile +22101,Kelly H.,F,30,"Washington, DC",7038,8272,703,10 Mile +19014,Kirsten C.,F,43,"Germantown, MD",7039,7352,703,10 Mile +14589,Nancy B.,F,57,"Washington, DC",7039,8224,703,10 Mile +19658,Jessica T.,F,54,"North Potomac, MD",7039,8031,703,10 Mile +16607,Rosemary S.,F,75,"Arlington, VA",7040,7977,704,10 Mile +20881,Stephanie E.,F,30,"Washington, DC",7040,8484,704,10 Mile +12238,Kelly S.,F,31,"Brooklyn, NY",7040,8093,704,10 Mile +13332,Stacey D.,F,35,"Alexandria, VA",7041,8160,704,10 Mile +18809,Cecilia V.,F,33,"Arlington, VA",7041,8451,704,10 Mile +18291,Donna B.,F,60,"Portland, ME",7041,8465,704,10 Mile +17893,Crystal S.,F,31,"North Potomac, MD",7041,7643,704,10 Mile +13660,Alyssa V.,F,26,"Alexandria, VA",7041,7852,704,10 Mile +17406,Kelly P.,F,28,"Silver Spring, MD",7042,8216,704,10 Mile +22306,Patricia D.,F,66,"Reston, VA",7043,8545,704,10 Mile +20770,Christine K.,F,30,"Potomac, MD",7043,8492,704,10 Mile +14581,Adijat F.,F,38,"Glenn Dale, MD",7043,8314,704,10 Mile +19808,Lisa K.,F,37,"Washington, DC",7043,8314,704,10 Mile +16498,Jennifer B.,F,36,"Germantown, MD",7044,7646,704,10 Mile +11896,Mallory O.,F,30,"Washington, DC",7044,8146,704,10 Mile +19371,Katie M.,F,26,"Silver Spring, MD",7045,8498,704,10 Mile +13730,Antoinette O.,F,47,"North Babylon, NY",7045,7873,704,10 Mile +9290,Kimberly P.,F,37,"Ashburn, VA",7046,7667,704,10 Mile +19102,Julia D.,F,22,"Raleigh, NC",7046,8339,704,10 Mile +11988,Zalak S.,F,27,"Washington, DC",7048,8177,704,10 Mile +16942,Holly S.,F,55,"Cary, NC",7048,8093,704,10 Mile +16184,Girija M.,F,35,"Springfield, VA",7048,8273,704,10 Mile +15630,Theresa E.,F,38,"Alexandria, VA",7048,8297,704,10 Mile +16175,Rosalie M.,F,57,"Nashua, NH",7048,8341,704,10 Mile +19412,Lisa S.,F,51,"West Hartford, CT",7049,8469,704,10 Mile +17394,Ronda G.,F,52,"West Hartford, CT",7050,8246,705,10 Mile +8840,Kathryn I.,F,32,"Washington, DC",7050,8118,705,10 Mile +15390,Kelly G.,F,48,"Sicklerville, NJ",7050,8110,705,10 Mile +17854,Erin C.,F,47,"Germantown., MD",7051,8343,705,10 Mile +19817,Concetta P.,F,39,"Washington, DC",7051,8501,705,10 Mile +11418,Kathy R.,F,35,"Washington, DC",7051,7933,705,10 Mile +18726,Elsa T.,F,66,"Washington, DC",7052,8456,705,10 Mile +19424,Ijeamaka O.,F,27,"Las Vegas, NV",7052,8191,705,10 Mile +14855,Shelley G.,F,51,"Ashburn, VA",7052,8125,705,10 Mile +18312,Maria C.,F,35,"Gaithersburg, MD",7053,8472,705,10 Mile +9126,Melanie E.,F,36,"Greensboro, NC",7054,8492,705,10 Mile +18411,Casey O.,F,27,"Hanover, MD",7054,8235,705,10 Mile +16435,Ellen B.,F,24,"Alexandria, VA",7054,8230,705,10 Mile +21262,Jillian S.,F,37,"York, PA",7054,8492,705,10 Mile +21109,Kelsa M.,F,44,"Annapolis, MD",7056,8503,705,10 Mile +17911,Rachel M.,F,38,"Arlington, VA",7056,8472,705,10 Mile +20687,Ashley L.,F,40,"Clifton, VA",7056,8353,705,10 Mile +17617,Katherine G.,F,22,"Gaithersburg, MD",7058,8180,705,10 Mile +19442,Breanna B.,F,23,"Arlington, VA",7058,8499,705,10 Mile +12023,Arlene G.,F,28,"Arlington, VA",7058,7800,705,10 Mile +20429,Maygan A.,F,24,"Washington, DC",7058,8332,705,10 Mile +14034,Alexis P.,F,23,"Washington, DC",7059,8250,705,10 Mile +16631,Anya L.,F,59,"Berkeley, CA",7059,7828,705,10 Mile +14324,Chris A.,F,54,"Glenmont, NY",7059,8005,705,10 Mile +3465,Susan O.,F,55,"Crofton, MD",7060,8267,706,10 Mile +21377,Julia A.,F,32,"Arlington, VA",7061,8507,706,10 Mile +10588,Mariya K.,F,38,"Bethesda, MD",7061,7671,706,10 Mile +22936,August M.,F,42,"Woodbridge, VA",7062,7857,706,10 Mile +21260,Jaime B.,F,41,"Stephens City, VA",7062,8313,706,10 Mile +17948,Beata C.,F,47,"Union, NJ",7062,8312,706,10 Mile +17501,Elizabeth L.,F,32,"Washington, DC",7062,7608,706,10 Mile +14068,Terry W.,F,57,"Bowie, MD",7063,8042,706,10 Mile +12836,Wendy S.,F,38,"Washington, DC",7063,7952,706,10 Mile +19463,Kate J.,F,27,"Lancaster, PA",7063,7861,706,10 Mile +15991,Suzanne Z.,F,25,"Washington, DC",7063,7861,706,10 Mile +13417,Beth T.,F,56,"Potomac Falls, VA",7064,8338,706,10 Mile +14317,Ma R.,F,41,"Laurel, MD",7064,8134,706,10 Mile +16170,Kara F.,F,31,"Washington, DC",7065,8306,706,10 Mile +17241,Elizabeth S.,F,41,"Windsor, CT",7065,8322,706,10 Mile +10556,Mary S.,F,43,"Gaithersburg, MD",7065,7886,706,10 Mile +15596,Anna N.,F,25,"Grand Prairie, TX",7065,8034,706,10 Mile +15628,Ellen A.,F,59,"Arlington, VA",7066,8221,706,10 Mile +9623,Edith D.,F,42,"Dumfries, VA",7066,7654,706,10 Mile +17630,Laura M.,F,50,"Arlington, VA",7066,8269,706,10 Mile +23117,Jennifer B.,F,42,"Binghamton, NY",7067,8331,706,10 Mile +18050,Katherine C.,F,35,"Washington, DC",7067,8532,706,10 Mile +23118,Rosanna F.,F,44,"Maine, NY",7067,8331,706,10 Mile +13886,Melissa M.,F,35,"Mclean, VA",7068,7833,706,10 Mile +18206,Varsha V.,F,17,"Ashburn, VA",7068,8516,706,10 Mile +18208,Katherine V.,F,34,"Annandale, NJ",7069,8044,706,10 Mile +17859,Michelle T.,F,33,"Falls Church, VA",7070,8313,707,10 Mile +19020,Lorraine D.,F,49,"Bethpage, NY",7071,8474,707,10 Mile +19019,Darlene A.,F,47,"Bethpage, NY",7071,8475,707,10 Mile +18100,Kristy B.,F,30,"Delaplane, VA",7072,8534,707,10 Mile +17844,Lalini P.,F,26,"Washington, DC",7072,8212,707,10 Mile +17272,Stephanie L.,F,48,"Yorktown, VA",7072,8591,707,10 Mile +7978,Sharon R.,F,46,"Delaplane, VA",7073,8534,707,10 Mile +19917,Kristin M.,F,38,"Burke, VA",7073,8591,707,10 Mile +22962,Megan M.,F,40,"Fairfax Station, VA",7073,8591,707,10 Mile +18505,Maricris K.,F,36,"Suffolk, VA",7074,8481,707,10 Mile +15232,Amanda M.,F,32,"Washington, DC",7075,8323,707,10 Mile +14898,Megan K.,F,29,"Washington, DC",7076,8289,707,10 Mile +17670,Nicole P.,F,26,"Sykesville, MD",7077,8155,707,10 Mile +7189,Jordi R.,F,23,"Arlington, VA",7078,8492,707,10 Mile +18394,Katherine P.,F,39,"Washington, DC",7078,8492,707,10 Mile +4542,Maria H.,F,33,"Sterling, VA",7078,8016,707,10 Mile +16084,Zeenat I.,F,35,"Arlington, VA",7078,8065,707,10 Mile +19176,Janet A.,F,49,"Temple Hills, MD",7079,8485,707,10 Mile +15382,Judy K.,F,43,"Chevy Chase, MD",7079,8257,707,10 Mile +18217,Kristen H.,F,31,"Washington, DC",7080,8128,708,10 Mile +15634,Verna H.,F,33,"Washington, DC",7080,8520,708,10 Mile +20499,Aleida V.,F,41,"Columbia, MD",7080,8501,708,10 Mile +20085,Vanessa S.,F,35,"Herndon, VA",7081,8385,708,10 Mile +18940,Carolina B.,F,22,"Washington, DC",7081,8328,708,10 Mile +17202,Stephanie R.,F,37,"Alexandria, VA",7082,8233,708,10 Mile +18237,Kellsye F.,F,30,"Pittsburgh, PA",7082,8579,708,10 Mile +17792,Carrie Z.,F,54,"Woodside, CA",7082,8269,708,10 Mile +16207,Jennifer J.,F,39,"Alexandria, VA",7082,8233,708,10 Mile +22039,Cara P.,F,29,"Washington, DC",7083,7928,708,10 Mile +17419,Kelly J.,F,48,"Oakton, VA",7083,8552,708,10 Mile +18391,Erica M.,F,38,"Ellicott City, MD",7083,8553,708,10 Mile +12059,Diana B.,F,26,"Miami Beach, FL",7084,8057,708,10 Mile +12636,Talia B.,F,27,"Washington, DC",7084,8057,708,10 Mile +11810,Sarah S.,F,27,"Washington, DC",7084,8057,708,10 Mile +15519,Eryka C.,F,33,"Westminster, MD",7085,8205,708,10 Mile +18968,Monica S.,F,33,"Washington, DC",7085,8515,708,10 Mile +16226,Emily G.,F,25,"Silver Spring, MD",7086,8387,708,10 Mile +14988,Teri M.,F,36,"Rockville, MD",7086,8262,708,10 Mile +19384,Latasha L.,F,37,"Bronx, NY",7086,8060,708,10 Mile +12895,Adaeze O.,F,42,"Woodbine, MD",7086,8282,708,10 Mile +8423,Suzanne P.,F,35,"New Albany, OH",7086,8324,708,10 Mile +15649,Ashley T.,F,30,"New York, NY",7086,8324,708,10 Mile +13866,Christine P.,F,33,"Durham, NC",7086,8308,708,10 Mile +18500,Jolene G.,F,36,"Reston, VA",7086,8612,708,10 Mile +17847,Kristen B.,F,42,"Savage, MD",7087,8228,708,10 Mile +14520,Jennifer S.,F,38,"Woodbridge, VA",7088,8169,708,10 Mile +15070,Lisa C.,F,35,"Elkridge, MD",7088,7975,708,10 Mile +17611,Nancy R.,F,54,"Hoboken, NJ",7088,8254,708,10 Mile +18170,Kathleen M.,F,45,"Va Beach, VA",7088,8264,708,10 Mile +21093,Amanda B.,F,30,"Columbia, MD",7089,8271,708,10 Mile +13975,Katie G.,F,25,"Philadelphia, PA",7091,7860,709,10 Mile +12552,Felicia B.,F,35,"Bel Air, MD",7091,8586,709,10 Mile +23133,Diane M.,F,53,"East Greenwich, RI",7092,8310,709,10 Mile +16685,Dawn C.,F,50,"Herndon, VA",7093,8315,709,10 Mile +673,Tricia O.,F,47,"Washington, DC",7094,8324,709,10 Mile +19132,Rose M.,F,60,"Silver Spring, MD",7094,8372,709,10 Mile +18746,Shanna C.,F,43,"Sykesville, MD",7094,8529,709,10 Mile +18861,Mary A.,F,54,"Newville, PA",7095,8290,709,10 Mile +17378,Katrina D.,F,25,"Carlisle, PA",7095,8289,709,10 Mile +17709,Alissa B.,F,35,"Germantown, MD",7096,8309,709,10 Mile +14912,Alexandra D.,F,30,"Arlington, VA",7096,7933,709,10 Mile +15973,Keyun W.,F,26,"Chevy Chase, MD",7097,8284,709,10 Mile +14314,Elizabeth B.,F,32,"Alexandria, VA",7097,8283,709,10 Mile +16285,Meghan D.,F,30,"Pittsburgh, PA",7097,8614,709,10 Mile +17274,Jasmine U.,F,31,"Washington, DC",7098,8158,709,10 Mile +4218,Daisy P.,F,42,"Arlington, VA",7098,7301,709,10 Mile +15272,Debbie C.,F,63,"Arlington, VA",7099,8379,709,10 Mile +15638,Thays L.,F,29,"Arlington, VA",7100,8610,710,10 Mile +15714,Lauren T.,F,29,"Washington, DC",7100,7419,710,10 Mile +10965,Tatiana A.,F,41,"Olney, MD",7100,7982,710,10 Mile +9469,Laura B.,F,30,"Philadelphia, PA",7100,7448,710,10 Mile +20987,Lena O.,F,40,"Arlington, VA",7100,7679,710,10 Mile +17426,Robin C.,F,49,"Odenton, MD",7102,8216,710,10 Mile +13028,Angela C.,F,47,"Arlington, VA",7102,7882,710,10 Mile +12707,Danielle K.,F,23,"New York, NY",7103,7610,710,10 Mile +20110,Monica F.,F,44,"Falls Church, VA",7103,8321,710,10 Mile +19465,Candise M.,F,27,"Washington, DC",7103,8257,710,10 Mile +14174,Beth P.,F,52,"Montclair, NJ",7104,8386,710,10 Mile +19130,Liza E.,F,40,"Chicago, IL",7104,8589,710,10 Mile +17334,Eleni M.,F,33,"North Bethesda, MD",7105,8193,710,10 Mile +3793,Maria M.,F,15,"Middleburg, VA",7105,8193,710,10 Mile +17273,Emily B.,F,25,"Alexandria, VA",7105,8347,710,10 Mile +420,Sue G.,F,71,"Warrenton, VA",7105,7126,710,10 Mile +19076,Dawn W.,F,47,"Alexandria, VA",7106,8327,710,10 Mile +14242,Elizabeth N.,F,43,"Arlington, VA",7107,8304,710,10 Mile +19638,Emily F.,F,24,"Alexandria, VA",7107,7472,710,10 Mile +19314,Nina B.,F,56,"Arlington, VA",7107,8297,710,10 Mile +9720,Jennifer H.,F,41,"Springfield, VA",7108,7861,710,10 Mile +14243,Catherine N.,F,14,"Arlington, VA",7108,8306,710,10 Mile +22158,Rosemary H.,F,39,"Washington, DC",7108,8546,710,10 Mile +19392,Kristin S.,F,37,"Lorton, VA",7108,8582,710,10 Mile +11703,Yazmin F.,F,38,"Woodbridge, VA",7109,7861,710,10 Mile +16529,Kimberly V.,F,34,"Arlington, VA",7110,8182,711,10 Mile +20277,Kim C.,F,38,"Oakton, VA",7110,8618,711,10 Mile +13590,Aisha P.,F,35,"Washington, DC",7110,8032,711,10 Mile +17585,Dana M.,F,31,"Washington, DC",7111,8275,711,10 Mile +19422,Megan K.,F,38,"Ashburn, VA",7111,8334,711,10 Mile +15335,Gwen C.,F,48,"Arlington, MA",7111,8029,711,10 Mile +14668,Maria B.,F,30,"Chevy Chase, MD",7111,8286,711,10 Mile +20092,Taryn H.,F,25,"Arlington, VA",7112,8013,711,10 Mile +12806,Anna D.,F,29,"Baltimore, MD",7112,8020,711,10 Mile +987,Jessie M.,F,36,"Sterling, VA",7112,7987,711,10 Mile +20148,Kim D.,F,53,"Lorton, VA",7113,8580,711,10 Mile +19273,Mary R.,F,52,"Fairfax, VA",7113,8312,711,10 Mile +21577,Patricia R.,F,53,"Vienna, VA",7113,8595,711,10 Mile +18111,Hetal S.,F,27,"Washington, DC",7113,8601,711,10 Mile +18699,Chrissy T.,F,28,"Washington, DC",7113,8359,711,10 Mile +18632,Emily M.,F,32,"Alexandria, VA",7113,8610,711,10 Mile +22877,Jessica B.,F,33,"Ashburn, VA",7114,8102,711,10 Mile +12337,Fabiana M.,F,35,"Annapolis, MD",7114,7915,711,10 Mile +20883,Kati S.,F,30,"New York, NY",7114,8609,711,10 Mile +8186,Angela S.,F,38,"Fort Belvoir, VA",7114,7576,711,10 Mile +9274,Natale T.,F,22,"Aurora, OH",7114,8293,711,10 Mile +18900,Leslie K.,F,44,"Alexandria, VA",7115,8198,711,10 Mile +14649,Kimberly E.,F,28,"Astoria, NY",7116,8412,711,10 Mile +16629,Lisa M.,F,54,"Rockville, MD",7116,8352,711,10 Mile +18136,Sarah G.,F,57,"North Potomac, MD",7116,8351,711,10 Mile +5350,Gina E.,F,25,"Washington, DC",7116,8033,711,10 Mile +21010,Heather E.,F,44,"Niantic, CT",7116,8358,711,10 Mile +17686,Emma B.,F,27,"Indianapolis, IN",7117,8280,711,10 Mile +16634,Ugochi O.,F,46,"Silver Spring, MD",7118,8314,711,10 Mile +19717,Heather M.,F,45,"Baltimore, MD",7118,8568,711,10 Mile +11718,Tara F.,F,31,"Washington, DC",7118,8005,711,10 Mile +19042,Marie S.,F,57,"Phoenix, AZ",7118,7882,711,10 Mile +16258,Jennifer C.,F,46,"Alexandria, VA",7119,8231,711,10 Mile +17729,Myrka L.,F,26,"Arlington, VA",7119,8280,711,10 Mile +16855,Kathryn K.,F,32,"Shelby Township, MI",7120,8297,712,10 Mile +18247,Colleen D.,F,53,"Dunkirk, MD",7121,8629,712,10 Mile +22131,Taylor R.,F,25,"Washington, DC",7121,8616,712,10 Mile +18279,Constance C.,F,52,"Arlington, VA",7121,8629,712,10 Mile +18325,Martha B.,F,29,"Laytonsville, MD",7122,7626,712,10 Mile +18101,Kimberly J.,F,26,"Stafford, VA",7122,8608,712,10 Mile +8308,Ella B.,F,27,"Silver Spring, MD",7122,7626,712,10 Mile +16616,Sarah D.,F,30,"Washington, DC",7123,8324,712,10 Mile +15582,Jill Y.,F,33,"Arlington, VA",7123,8320,712,10 Mile +17913,Madelyn R.,F,46,"Frederick, MD",7123,7945,712,10 Mile +10950,Samantha A.,F,28,"King George, VA",7123,7899,712,10 Mile +19110,Lydia K.,F,55,"Silver Spring, MD",7124,8528,712,10 Mile +16584,Radhika N.,F,48,"Potomac, MD",7124,7993,712,10 Mile +18130,Heidi H.,F,55,"Washington, DC",7124,8583,712,10 Mile +16286,Angela P.,F,52,"Frederick, MD",7125,8247,712,10 Mile +22840,Dolores F.,F,48,"Leesburg, VA",7125,8170,712,10 Mile +21197,Courtney J.,F,37,"South Riding, VA",7126,8238,712,10 Mile +16429,Barbara B.,F,55,"Germantown, TN",7126,8174,712,10 Mile +21115,Alyssa C.,F,34,"Washington, DC",7127,8631,712,10 Mile +21300,Abbi R.,F,29,"Omaha, NE",7127,8566,712,10 Mile +16102,Nershad S.,F,48,"Centreville, MD",7127,8271,712,10 Mile +10921,Tammy N.,F,33,"Silver Spring, MD",7127,7928,712,10 Mile +13109,Julianna K.,F,30,"Arlington, VA",7127,8112,712,10 Mile +18318,Iris H.,F,40,"Washington, DC",7128,8596,712,10 Mile +13835,Cindy Q.,F,57,"Derwood, MD",7128,8405,712,10 Mile +14306,Dawn B.,F,55,"West Haven, CT",7128,8276,712,10 Mile +9668,Jennifer A.,F,41,"New York, NY",7131,8582,713,10 Mile +16811,Elise L.,F,52,"Burke, VA",7131,8268,713,10 Mile +16999,Guenevere B.,F,34,"Washington, DC",7131,8187,713,10 Mile +16937,Amanda D.,F,31,"Upper Marlboro, MD",7131,8343,713,10 Mile +17294,Emily G.,F,33,"Washington, DC",7131,8395,713,10 Mile +18630,Margaret V.,F,57,"Poolesville, MD",7131,8366,713,10 Mile +5408,Prasanna V.,F,42,"Gaithersburg, MD",7132,7917,713,10 Mile +4820,Olutosin A.,F,40,"Severn, MD",7132,8305,713,10 Mile +11659,Kendra N.,F,33,"Washington, DC",7133,8397,713,10 Mile +18767,Celeste B.,F,61,"Winter Park, FL",7134,8622,713,10 Mile +20682,Priya N.,F,23,"Woodbridge, VA",7134,8588,713,10 Mile +14941,Lily P.,F,28,"Boston, MA",7134,8399,713,10 Mile +22872,Marcy G.,F,35,"Huntingtown, MD",7134,8211,713,10 Mile +17368,Katie G.,F,36,"De Pere, WI",7135,8349,713,10 Mile +15409,Jennifer B.,F,33,"Bethesda, MD",7135,7671,713,10 Mile +8432,Lauren C.,F,30,"Alexandria, VA",7136,8403,713,10 Mile +18188,Danielle M.,F,29,"Arlington, VA",7137,8321,713,10 Mile +18455,Yvonne H.,F,53,"Hyattsville, MD",7139,8590,713,10 Mile +22820,Anjali C.,F,48,"Chevy Chase, MD",7139,7679,713,10 Mile +20594,Samantha T.,F,32,"Chevy Chase, MD",7141,7995,714,10 Mile +17145,April F.,F,40,"Vienna, VA",7142,8255,714,10 Mile +14850,Karin M.,F,35,"Centreville, VA",7142,8377,714,10 Mile +9164,Elizabeth L.,F,28,"Washington, DC",7142,7996,714,10 Mile +690,Erin B.,F,29,"Boston, MA",7142,8034,714,10 Mile +16160,Diane M.,F,55,"Allison Park, PA",7143,8368,714,10 Mile +18706,Stephanie U.,F,49,"Warrenton, VA",7143,8604,714,10 Mile +19057,Paula H.,F,41,"Washington, DC",7144,8067,714,10 Mile +17802,Lisa K.,F,33,"Washington, DC",7144,8265,714,10 Mile +14853,Misty C.,F,34,"Woodbridge, VA",7144,7646,714,10 Mile +16168,Stacey S.,F,51,"Sewickley, PA",7145,8370,714,10 Mile +17956,Lola O.,F,28,"Washington, DC",7145,8128,714,10 Mile +13227,Kristin S.,F,38,"Palmetto, FL",7146,8067,714,10 Mile +16443,Lindsay D.,F,24,"Roseland, VA",7146,8399,714,10 Mile +15462,Deepa S.,F,37,"Washington, DC",7148,8431,714,10 Mile +22848,Christy F.,F,36,"Groveland, FL",7148,8453,714,10 Mile +16504,Maria B.,F,48,"Baltimore, MD",7148,8246,714,10 Mile +18705,Chandler S.,F,22,"Mcallen, TX",7148,8328,714,10 Mile +16390,Amber S.,F,27,"Washington, DC",7148,8453,714,10 Mile +12887,Kristin J.,F,26,"Washington, DC",7149,8062,714,10 Mile +19494,Jyothi V.,F,44,"Ashburn, VA",7149,8598,714,10 Mile +22811,Beth L.,F,63,"East Moriches, NY",7150,8063,715,10 Mile +17654,Bekah R.,F,29,"Arlington, VA",7151,8401,715,10 Mile +22722,Aileen Z.,F,63,"Manorville, NY",7151,8064,715,10 Mile +12013,Charlotte T.,F,26,"Bristow, VA",7152,8083,715,10 Mile +20794,Megan E.,F,31,"Philadelphia, PA",7152,7927,715,10 Mile +16305,Jan P.,F,63,"Bowling Green, KY",7153,8309,715,10 Mile +18724,Sarah P.,F,25,"Chambersburg, PA",7153,8611,715,10 Mile +19705,Erin T.,F,44,"Mclean, VA",7154,8424,715,10 Mile +18546,Jacqueline D.,F,32,"Alexandria, VA",7154,8616,715,10 Mile +16755,Elisabeth S.,F,37,"Washington, DC",7154,8296,715,10 Mile +18683,Allison L.,F,27,"Lansdale, PA",7154,8571,715,10 Mile +17622,Angela B.,F,50,"Bowie, MD",7154,8302,715,10 Mile +17964,Julia B.,F,34,"Woodbridge, VA",7155,8389,715,10 Mile +7961,Lauren L.,F,53,"St. Petersburg, FL",7156,8021,715,10 Mile +19603,Devon S.,F,41,"Hyattsville, MD",7157,8586,715,10 Mile +16871,Beth S.,F,39,"Manchester, MD",7157,8148,715,10 Mile +10574,Emily M.,F,27,"Alexandria, VA",7158,8127,715,10 Mile +17400,Rachel N.,F,30,"Washington, DC",7158,7736,715,10 Mile +12027,Saffa S.,F,45,"Long Island City, NY",7159,8073,715,10 Mile +20120,Pamela T.,F,21,"Hyattsville, MD",7159,8661,715,10 Mile +13359,Audrey L.,F,34,"Westerville, OH",7160,8330,716,10 Mile +22999,Sandy P.,F,34,"Springfield, VA",7161,8128,716,10 Mile +17705,Sara C.,F,30,"Frederick, MD",7161,8403,716,10 Mile +14151,Hillary M.,F,28,"Arlington, VA",7162,7901,716,10 Mile +19169,Sarah H.,F,45,"Bristow, VA",7162,8420,716,10 Mile +17413,Judith S.,F,70,"Silver Spring, MD",7162,8398,716,10 Mile +18547,Lolly M.,F,62,"Jenkintown, PA",7162,8131,716,10 Mile +15277,Anita B.,F,47,"Bethesda, MD",7163,7222,716,10 Mile +16667,Wendy C.,F,53,"Morganville, NJ",7163,8253,716,10 Mile +16575,Kattiya U.,F,37,"Alexandria, VA",7163,7988,716,10 Mile +13584,Katie B.,F,26,"Arlington, VA",7163,7948,716,10 Mile +17806,Melissa B.,F,42,"New York, NY",7164,8366,716,10 Mile +18427,Kathleen W.,F,59,"Great Falls, VA",7164,8579,716,10 Mile +2254,Amy A.,F,42,"Middleburg, VA",7164,7515,716,10 Mile +19095,Sonia Z.,F,45,"Leesburg, VA",7164,8453,716,10 Mile +17716,Allison V.,F,31,"Arlington, VA",7164,8431,716,10 Mile +15552,Patty A.,F,45,"Coral Springs, FL",7164,7618,716,10 Mile +13179,Stephanie S.,F,38,"Washington, DC",7164,7407,716,10 Mile +19107,Sue B.,F,45,"Olney, MD",7164,8453,716,10 Mile +15927,Virginia M.,F,54,"Houston, TX",7165,8250,716,10 Mile +15604,Devon H.,F,38,"Washington, DC",7165,7947,716,10 Mile +21094,Kelly B.,F,29,"Washington, DC",7165,8650,716,10 Mile +14078,Conley L.,F,28,"Charlotte, NC",7165,8097,716,10 Mile +20571,Tawny K.,F,36,"Philadelphia, PA",7166,8626,716,10 Mile +17446,Amy F.,F,40,"Cheverly, MD",7166,8465,716,10 Mile +19044,Asal N.,F,33,"Arlington, VA",7166,8031,716,10 Mile +18526,Mishka C.,F,46,"Washington, DC",7167,8267,716,10 Mile +9495,Jasmine S.,F,40,"Bronx, NY",7167,7972,716,10 Mile +22894,Lolita J.,F,48,"Stevensville, MD",7169,8606,716,10 Mile +17997,Cathy L.,F,53,"Reston, VA",7169,8603,716,10 Mile +22988,Julie G.,F,59,"Reston, VA",7169,8059,716,10 Mile +17236,Pam L.,F,50,"Upper Marlboro, MD",7169,8579,716,10 Mile +18502,Raven S.,F,33,"Hyattsville, MD",7170,8428,717,10 Mile +14674,Haley N.,F,33,"Washington, DC",7170,7802,717,10 Mile +15298,Teresa W.,F,47,"Haymarket, VA",7171,8406,717,10 Mile +22500,Sulang R.,F,39,"Chambersburg, PA",7171,8628,717,10 Mile +14200,Mindy R.,F,41,"Shippensburg, PA",7172,8628,717,10 Mile +16932,Maya S.,F,16,"St. Louis, MO",7172,7984,717,10 Mile +18620,Monika T.,F,33,"University Park, MD",7173,8669,717,10 Mile +14430,Judith P.,F,60,"Laurel, MD",7173,8621,717,10 Mile +19328,Jacqueline L.,F,27,"Silver Spring, MD",7173,8637,717,10 Mile +16577,Joanne E.,F,64,"Annandale, VA",7173,8304,717,10 Mile +16905,Chrissie W.,F,27,"New York, NY",7174,8358,717,10 Mile +11488,Aviana C.,F,28,"Columbia, MD",7174,8384,717,10 Mile +15092,Alexandra S.,F,48,"Washington, DC",7176,8325,717,10 Mile +18058,Kristine T.,F,34,"Washington, DC",7176,8649,717,10 Mile +12890,Genevieve S.,F,39,"Washington, DC",7176,8103,717,10 Mile +16761,Jessica B.,F,33,"Locust Grove, VA",7176,8411,717,10 Mile +6219,Shoshana G.,F,30,"Camden Wyoming, DE",7176,8679,717,10 Mile +16606,Jennifer C.,F,44,"Salisbury, NC",7177,8250,717,10 Mile +17077,Amanda S.,F,29,"Leesburg, VA",7178,8267,717,10 Mile +17663,Shannon S.,F,40,"Cambridge, MD",7178,8427,717,10 Mile +17966,Kristen A.,F,35,"Bristow, VA",7178,7758,717,10 Mile +15865,Kerry M.,F,35,"Locust Grove, VA",7179,8414,717,10 Mile +18696,Kaylan S.,F,32,"Falls Church, VA",7180,8600,718,10 Mile +18863,Jessica W.,F,27,"Rockville, MD",7180,8446,718,10 Mile +19171,Elizabeth B.,F,36,"Lake Charles, LA",7181,8591,718,10 Mile +20671,Catherine D.,F,26,"Minneapolis, MN",7182,8685,718,10 Mile +10749,Megan R.,F,33,"Washington, DC",7182,8030,718,10 Mile +17503,Jessica C.,F,36,"Springfield, VA",7182,8223,718,10 Mile +16008,Kendall K.,F,25,"Washington, DC",7183,8296,718,10 Mile +18197,Jamie F.,F,34,"Chevy Chase, MD",7184,8460,718,10 Mile +17594,Carolyn H.,F,50,"Morristown, NJ",7186,8460,718,10 Mile +16846,Laura S.,F,22,"Washington, DC",7186,8291,718,10 Mile +15995,Anne B.,F,44,"Silver Spring, MD",7186,8020,718,10 Mile +18163,Katherine R.,F,31,"Washington, DC",7186,8020,718,10 Mile +19724,Margaret P.,F,57,"Canandaigua, NY",7186,8001,718,10 Mile +19541,Jasmine B.,F,25,"Washington, DC",7186,8645,718,10 Mile +20043,Sophie G.,F,26,"Washington, DC",7186,8635,718,10 Mile +18777,Sarah N.,F,44,"Arlington, VA",7188,8685,718,10 Mile +15819,Cecilia J.,F,35,"Brooklyn, NY",7188,8330,718,10 Mile +23109,Lorelei P.,F,37,"Sterling, VA",7188,8287,718,10 Mile +14354,Allison K.,F,27,"Clarksburg, MD",7190,8466,719,10 Mile +14254,Stephanie C.,F,33,"Washington, DC",7190,8380,719,10 Mile +11591,Megan R.,F,39,"Arlington, VA",7192,8239,719,10 Mile +17310,Amber W.,F,43,"Frederick, MD",7193,8350,719,10 Mile +17567,Mary J.,F,49,"New Windsor, MD",7193,8350,719,10 Mile +22951,Molly M.,F,49,"Chevy Chase, MD",7194,8598,719,10 Mile +14728,Sharon G.,F,28,"Ellicott City, MD",7195,8403,719,10 Mile +16587,Kaila W.,F,31,"Woodbridge, VA",7195,8093,719,10 Mile +14132,Dawn D.,F,41,"Ashburn, VA",7197,8469,719,10 Mile +12232,Melissa A.,F,41,"Arlington, VA",7197,7673,719,10 Mile +9079,Elizabeth R.,F,26,"Washington, DC",7197,8256,719,10 Mile +19416,Kara K.,F,28,"Washington, DC",7198,8675,719,10 Mile +13316,Tristin J.,F,27,"Washington, DC",7198,8130,719,10 Mile +11142,Rebecca H.,F,44,"Chesapeake Beach, MD",7199,8275,719,10 Mile +15844,Lydia C.,F,39,"Fairfax, VA",7199,8704,719,10 Mile +21309,Dara O.,F,43,"Takoma Park, MD",7199,8185,719,10 Mile +20803,Jacquelyn G.,F,34,"Woodbridge, VA",7199,8474,719,10 Mile +17069,Jacqueline C.,F,35,"Silver Spring, MD",7200,8348,720,10 Mile +17740,Callie S.,F,41,"Washington, DC",7200,8396,720,10 Mile +16195,Paula M.,F,41,"Ellicott City, MD",7200,8367,720,10 Mile +22646,Danielle M.,F,36,"Takoma Park, MD",7200,8348,720,10 Mile +19407,Mary B.,F,55,"Fairfax Station, VA",7201,8630,720,10 Mile +22685,Angela L.,F,41,"Ellicott City, MD",7201,8367,720,10 Mile +19596,Sarah M.,F,26,"Arlington, VA",7201,8608,720,10 Mile +21255,Jess L.,F,28,"Washington, DC",7202,8654,720,10 Mile +14718,Alex S.,F,25,"Annapolis, MD",7202,8286,720,10 Mile +20798,Divya G.,F,33,"Adelphi, MD",7203,8718,720,10 Mile +15429,Karen H.,F,26,"Rockville, MD",7203,8418,720,10 Mile +18757,Austin S.,F,20,"San Jose, CA",7204,8473,720,10 Mile +16638,Erin K.,F,27,"Washington, DC",7204,8117,720,10 Mile +15721,Shotsie W.,F,56,"Mt Airy, MD",7204,8361,720,10 Mile +17758,Michele O.,F,42,"Colchester, CT",7204,8464,720,10 Mile +18831,Heller A.,F,56,"Chevy Chase, MD",7204,8410,720,10 Mile +16583,Jenny T.,F,28,"Fort Washington, MD",7205,8294,720,10 Mile +18684,Suzanne C.,F,42,"Vienna, VA",7205,8709,720,10 Mile +8933,Kamilah O.,F,39,"Washington, DC",7205,8191,720,10 Mile +7880,Barbara C.,F,30,"Washington, DC",7206,7685,720,10 Mile +22507,Jaime B.,F,40,"Edgewater, MD",7207,8402,720,10 Mile +22077,Twinkle P.,F,32,"Arlington, VA",7207,7740,720,10 Mile +18695,Catherine R.,F,40,"Riva, MD",7208,8402,720,10 Mile +13595,Margaret H.,F,40,"Washington, DC",7208,8445,720,10 Mile +21700,Aerial S.,F,31,"Dumfries, VA",7208,8689,720,10 Mile +17971,Judith D.,F,48,"Lanham, MD",7208,8661,720,10 Mile +20957,Rebecca G.,F,26,"Washington, DC",7209,8663,720,10 Mile +18864,Heather S.,F,43,"Columbus, OH",7209,8472,720,10 Mile +23161,Julia C.,F,31,"Washington, DC",7209,8732,720,10 Mile +17508,Nicole W.,F,27,"York, PA",7209,8200,720,10 Mile +18327,Branka B.,F,51,"Burke, VA",7210,8695,721,10 Mile +19386,Debra C.,F,27,"Chicago, IL",7210,8623,721,10 Mile +18792,Anna B.,F,30,"Bethesda, MD",7215,8717,721,10 Mile +17174,Sarah A.,F,27,"Washington, DC",7216,8664,721,10 Mile +15997,Michelle B.,F,43,"Washington, DC",7217,8727,721,10 Mile +12135,Crystal D.,F,36,"Valley Stream, NY",7217,7800,721,10 Mile +16439,Julia K.,F,37,"Silver Spring, MD",7217,8439,721,10 Mile +16085,Kendra S.,F,37,"New Haven, CT",7217,8481,721,10 Mile +6792,Jenny D.,F,29,"Washington, DC",7217,8100,721,10 Mile +19147,Stephanie D.,F,45,"Bowie, MD",7218,8320,721,10 Mile +21515,Lina B.,F,39,"New York, NY",7218,8023,721,10 Mile +15534,Sahra R.,F,27,"Washington, DC",7218,8031,721,10 Mile +7681,Ashley W.,F,27,"Pittsburgh, PA",7219,8334,721,10 Mile +15543,Cecilia A.,F,64,"Hillside, NJ",7221,8457,722,10 Mile +21263,Sakeenah G.,F,34,"Havre De Grace, MD",7221,8652,722,10 Mile +22603,Nelita P.,F,43,"Lutherville, MD",7223,8075,722,10 Mile +21396,Crystal C.,F,31,"Memphis, TN",7223,8688,722,10 Mile +17751,Cindy M.,F,43,"New Rochelle, NY",7223,8483,722,10 Mile +19473,Dawn W.,F,35,"Saint Leonard, MD",7224,8678,722,10 Mile +15581,Jennifer C.,F,37,"Elizabeth, NJ",7224,8460,722,10 Mile +21408,Sa-Eun P.,F,36,"Washington, DC",7224,8688,722,10 Mile +21452,Jayanthi S.,F,46,"Fairfax, VA",7226,8674,722,10 Mile +20322,Shabnaum A.,F,37,"Alexandria, VA",7226,8735,722,10 Mile +16433,Porsha S.,F,29,"Rockville, MD",7226,8381,722,10 Mile +18018,Cyndi L.,F,35,"Claysburg, PA",7226,8721,722,10 Mile +20239,Becca W.,F,28,"Washington, DC",7226,8672,722,10 Mile +21376,Suraiya H.,F,40,"Washington, DC",7226,8640,722,10 Mile +19777,Mary K.,F,54,"Windsor, CT",7227,8691,722,10 Mile +16678,Kristen W.,F,34,"Hyattsville, MD",7227,7854,722,10 Mile +4476,Tatiana Z.,F,26,"Washington, DC",7227,7699,722,10 Mile +18175,Manda A.,F,40,"Springfield, VA",7227,8634,722,10 Mile +13620,Caitlin T.,F,31,"Silver Spring, MD",7228,7985,722,10 Mile +20826,Marie H.,F,46,"Fairfax Station, VA",7229,8710,722,10 Mile +20537,Amy G.,F,37,"Takoma Park, MD",7229,8494,722,10 Mile +18266,Haleema R.,F,34,"Fairfax, VA",7229,8718,722,10 Mile +8548,Yushen L.,F,53,"Fairfax Station, VA",7229,8711,722,10 Mile +19712,Bonnie G.,F,40,"Riva, MD",7230,8425,723,10 Mile +23104,Gloria M.,F,48,"South Riding, VA",7231,8141,723,10 Mile +11888,Jennifer L.,F,24,"Washington, DC",7232,8348,723,10 Mile +20801,M L.,F,48,"Alexandria, VA",7232,8289,723,10 Mile +14213,Jennifer S.,F,50,"South Riding, VA",7232,8141,723,10 Mile +17600,Anita M.,F,46,"Alexandria, VA",7233,8290,723,10 Mile +16771,Bibiana C.,F,52,"Miami, FL",7234,8221,723,10 Mile +22934,Debbie Z.,F,53,"Morristown, TN",7234,8653,723,10 Mile +5561,Violet M.,F,52,"Lorton, VA",7234,8416,723,10 Mile +893,Tammy S.,F,42,"Chevy Chase, MD",7234,7774,723,10 Mile +17760,Lauren M.,F,31,"Washington, DC",7236,8369,723,10 Mile +14737,Susanna L.,F,30,"Derwood, MD",7237,8798,723,10 Mile +18105,Ann C.,F,57,"Ruckersville, VA",7238,8664,723,10 Mile +16896,Rainbow G.,F,41,"Norwood, PA",7239,8658,723,10 Mile +13170,Kristen D.,F,37,"Louisville, KY",7239,8152,723,10 Mile +1583,Patricia P.,F,47,"Centreville, VA",7240,8286,724,10 Mile +18617,Jennilyn T.,F,34,"Reston, VA",7240,8427,724,10 Mile +21384,Nicole P.,F,27,"Falls Church, VA",7240,8653,724,10 Mile +16312,Ruqayyah A.,F,28,"Washington, DC",7242,8327,724,10 Mile +19966,Wanda M.,F,53,"Baltimore, MD",7242,8765,724,10 Mile +16424,Carlen R.,F,25,"Washington, VA",7242,8305,724,10 Mile +22279,Gina F.,F,26,"Dumfries, VA",7243,8441,724,10 Mile +17507,Gretchen N.,F,37,"Woodbridge, VA",7243,8723,724,10 Mile +16614,Caitlyn K.,F,25,"Zebulon, NC",7244,8462,724,10 Mile +18311,Kristie N.,F,32,"Carmel, IN",7244,8537,724,10 Mile +18887,Vickie A.,F,49,"Richmond, VA",7244,8691,724,10 Mile +17902,Margaret M.,F,32,"Alexandria, VA",7244,8698,724,10 Mile +15572,Amy G.,F,29,"Arlington, VA",7245,8329,724,10 Mile +18373,Joy L.,F,47,"Potomac, MD",7245,8439,724,10 Mile +17514,Lisa L.,F,56,"Dallas, TX",7245,8228,724,10 Mile +13176,Merav D.,F,46,"Rockville, MD",7247,8690,724,10 Mile +22963,Orit G.,F,43,"Rockville, MD",7247,8690,724,10 Mile +16617,Emily S.,F,29,"Apex, NC",7247,8465,724,10 Mile +10279,Rosanna C.,F,44,"New York, NY",7247,7794,724,10 Mile +11787,Vanessa S.,F,30,"Arlington, VA",7248,8211,724,10 Mile +17483,Taylor C.,F,31,"4028 Center St., TX",7249,8478,724,10 Mile +21608,Casey S.,F,26,"Ashburn, VA",7250,8536,725,10 Mile +15830,Heidi S.,F,33,"Pasadena, MD",7250,8444,725,10 Mile +18011,Cristina N.,F,29,"Silver Spring, MD",7252,8464,725,10 Mile +19315,Kelly R.,F,38,"Bethesda, MD",7252,8466,725,10 Mile +19733,Michelle B.,F,41,"Upper Marlboro, MD",7252,8665,725,10 Mile +18255,Sarah V.,F,25,"Glen Mills, PA",7253,8766,725,10 Mile +22867,Latoya D.,F,41,"Herndon, VA",7253,8540,725,10 Mile +17789,Maroan C.,F,28,"Downingtown, PA",7253,8766,725,10 Mile +20948,Stephanie L.,F,27,"Towson, MD",7254,7730,725,10 Mile +8338,Natalie W.,F,32,"New York, NY",7254,7708,725,10 Mile +18821,Dorothy W.,F,52,"Gainesville, VA",7254,8385,725,10 Mile +10211,Michelle V.,F,36,"Chicago, IL",7255,8060,725,10 Mile +15476,Dawn B.,F,50,"York, PA",7255,8306,725,10 Mile +17336,Ayesha U.,F,33,"Washington, DC",7256,8515,725,10 Mile +22987,Elizabeth W.,F,45,"Ellicott City, MD",7257,8680,725,10 Mile +21186,Emily B.,F,31,"Washington, DC",7258,8239,725,10 Mile +16645,Martha S.,F,41,"Middletown, DE",7258,8312,725,10 Mile +16551,Jamayca W.,F,25,"Rockville, MD",7258,8394,725,10 Mile +17721,Rudynna C.,F,33,"Falls Church, VA",7258,8776,725,10 Mile +16358,Mariella B.,F,34,"Bethesda, MD",7259,8468,725,10 Mile +20851,Nora C.,F,38,"Bay Shore, NY",7260,8425,726,10 Mile +9591,Laura H.,F,39,"Burke, VA",7261,8522,726,10 Mile +19234,Kristine D.,F,49,"Bethesda, MD",7262,8667,726,10 Mile +18329,R R.,F,51,"Mclean, VA",7262,8013,726,10 Mile +22113,Melissa P.,F,35,"Hooksett, NH",7262,8305,726,10 Mile +17557,Stephanie S.,F,37,"Washington, DC",7263,8479,726,10 Mile +16943,Kelly A.,F,47,"Ho-Ho-kus, NJ",7263,8468,726,10 Mile +19036,Daniella L.,F,30,"Silver Spring, MD",7263,8526,726,10 Mile +13970,Gwen R.,F,47,"Hagerstown, MD",7263,8161,726,10 Mile +16076,Alexandra M.,F,24,"Arlington, VA",7264,8511,726,10 Mile +13186,Gelila T.,F,41,"Annandale, VA",7264,7532,726,10 Mile +16660,Sharon R.,F,28,"Cheshire, CT",7264,8527,726,10 Mile +17610,Nyree L.,F,41,"Arlington, VA",7265,8179,726,10 Mile +19518,Charul P.,F,38,"Ashburn, VA",7266,8772,726,10 Mile +16511,Shannyn S.,F,29,"Plymouth, MN",7267,8467,726,10 Mile +13147,Angela K.,F,39,"Middleburg Hts, OH",7269,8222,726,10 Mile +19056,Jess Y.,F,37,"Oxford, OH",7269,8519,726,10 Mile +13133,Allison D.,F,33,"Westlake, OH",7269,8222,726,10 Mile +4174,Lyra L.,F,43,"Bronx New York, NY",7270,8156,727,10 Mile +5372,Kelly A.,F,28,"New York, NY",7271,7761,727,10 Mile +11893,Jessica S.,F,34,"Washington, DC",7271,8381,727,10 Mile +17000,Lingfei R.,F,28,"Arlington, VA",7271,8339,727,10 Mile +17494,Angie R.,F,36,"Harpers Ferry, WV",7272,8314,727,10 Mile +15444,Jaquetta B.,F,42,"Woodbridge, VA",7273,8460,727,10 Mile +22024,Svetlana M.,F,32,"Washington, DC",7273,8205,727,10 Mile +15425,Wanda W.,F,66,"Bethesda, MD",7273,8200,727,10 Mile +18110,Holly S.,F,30,"Wixom, MI",7274,8538,727,10 Mile +19366,Veronica F.,F,24,"Bethesda, MD",7274,8773,727,10 Mile +17598,Britney S.,F,30,"Boston, MA",7274,8494,727,10 Mile +19364,Linda F.,F,59,"Bethesda, MD",7275,8773,727,10 Mile +18960,Maria A.,F,38,"Clarksburg, MD",7275,8800,727,10 Mile +17277,Alexandra R.,F,23,"Clifton, VA",7276,8529,727,10 Mile +20060,Tina W.,F,46,"Gaithersburg, MD",7276,8801,727,10 Mile +13762,Amber G.,F,24,"Olney, MD",7278,8016,727,10 Mile +18094,Stacy L.,F,32,"Huntsville, AL",7278,8715,727,10 Mile +15700,Mary K.,F,28,"Hoboken, NJ",7280,8460,728,10 Mile +18284,Ashley A.,F,31,"Washington, DC",7282,8059,728,10 Mile +19153,Amanda J.,F,28,"Arlington, VA",7285,8798,728,10 Mile +19156,Kinsey M.,F,20,"College Park, MD",7285,8691,728,10 Mile +22062,Valerie S.,F,30,"Washington, DC",7285,8325,728,10 Mile +19436,Jennifer U.,F,34,"Salisbury, MD",7287,8717,728,10 Mile +19437,Staci S.,F,36,"Grasonville, MD",7287,8717,728,10 Mile +16603,Corynne L.,F,51,"Gaithersburg, MD",7288,8280,728,10 Mile +16814,Julianne D.,F,41,"Gaithersburg, MD",7288,8280,728,10 Mile +17182,Stephanie S.,F,40,"Hatfield, PA",7289,8428,728,10 Mile +18076,Jordan G.,F,28,"Arlington, VA",7290,8694,729,10 Mile +17977,Kimberly B.,F,48,"Bayville, NJ",7291,8742,729,10 Mile +11426,Lianne D.,F,22,"Washington, DC",7292,8560,729,10 Mile +18201,Anne S.,F,29,"Baltimore, MD",7294,8561,729,10 Mile +20261,Tamara K.,F,39,"Severna Park, MD",7294,8716,729,10 Mile +14278,Alyssa F.,F,30,"Red Lion, PA",7295,8284,729,10 Mile +22525,Liz G.,F,46,"Vienna, VA",7296,8070,729,10 Mile +13914,May L.,F,48,"Reston, VA",7296,8070,729,10 Mile +13338,Karen K.,F,51,"Landenberg, PA",7297,8177,729,10 Mile +16619,Leanne L.,F,65,"Springfield, VA",7297,8372,729,10 Mile +19235,Jennifer C.,F,44,"Braintree, MA",7298,8726,729,10 Mile +16830,Jessica O.,F,30,"Baltimore, MD",7298,8523,729,10 Mile +16927,Regina G.,F,32,"Baltimore, MD",7299,8552,729,10 Mile +22383,Laura G.,F,46,"White Hall, MD",7299,8102,729,10 Mile +20063,Elizabeth H.,F,28,"Annapolis, MD",7299,8552,729,10 Mile +12541,Rita E.,F,65,"Spokane, WA",7299,8197,729,10 Mile +17407,Debbie P.,F,43,"Springfield, VA",7300,8518,730,10 Mile +18543,Vivian A.,F,34,"Miami, FL",7300,7861,730,10 Mile +12759,Hattie G.,F,38,"Hanover, PA",7302,8402,730,10 Mile +15770,Monica M.,F,38,"Fairfax, VA",7303,8454,730,10 Mile +21206,Sarah G.,F,25,"Washington, DC",7303,8749,730,10 Mile +19166,Elizabeth Z.,F,38,"Washington, DC",7305,8722,730,10 Mile +16609,Alex P.,F,27,"Washington, DC",7305,8442,730,10 Mile +22237,Mariya B.,F,36,"Rockville, MD",7307,8554,730,10 Mile +22117,Jennifer B.,F,30,"Washington, DC",7307,8540,730,10 Mile +13943,Sara B.,F,30,"Washington, DC",7307,8580,730,10 Mile +21605,Rebecca C.,F,33,"Alexandria, VA",7307,8497,730,10 Mile +18474,Julia W.,F,30,"Washington, DC",7307,8581,730,10 Mile +17774,Dominique D.,F,32,"Washington, DC",7309,8549,730,10 Mile +16440,Megan D.,F,43,"Springfield, VA",7309,8360,730,10 Mile +17463,Anna K.,F,34,"Washington, DC",7310,8491,731,10 Mile +18119,Christina B.,F,22,"Fairfax Station, VA",7310,7782,731,10 Mile +22798,Jennifer P.,F,47,"Seven, MD",7310,7310,731,10 Mile +20822,Emily K.,F,44,"Washington, DC",7310,8827,731,10 Mile +18639,Audrey P.,F,27,"Richmond, VA",7311,8831,731,10 Mile +8053,Beverly M.,F,36,"Ambler, PA",7312,7771,731,10 Mile +17120,Katherine C.,F,33,"Springfield, VA",7313,8530,731,10 Mile +16696,Mary W.,F,42,"Alexandria, VA",7314,8354,731,10 Mile +15111,Renea W.,F,44,"La Plata, MD",7315,8440,731,10 Mile +10246,Corinna S.,F,28,"Washington, DC",7315,7903,731,10 Mile +22885,Lynn G.,F,58,"Plymouth, MI",7315,8570,731,10 Mile +16835,Lisa B.,F,31,"Columbia, MD",7315,8295,731,10 Mile +16101,Ellie T.,F,46,"Falls Church, VA",7316,8412,731,10 Mile +17289,Maryann H.,F,49,"Rockville, MD",7316,8463,731,10 Mile +5827,Brittany M.,F,30,"Washington, DC",7316,7762,731,10 Mile +17825,Rhonda B.,F,50,"South Lyon, MI",7316,8570,731,10 Mile +16712,Leslie S.,F,53,"Annapolis, MD",7316,8474,731,10 Mile +17660,Cathy H.,F,49,"Westerville, OH",7316,8491,731,10 Mile +20645,Kerry B.,F,35,"New Haven, CT",7318,8743,731,10 Mile +18533,Jessica S.,F,31,"Bethesda, MD",7318,8413,731,10 Mile +18977,Jodi L.,F,51,"Brewerton, NY",7318,8569,731,10 Mile +16898,Elizabeth K.,F,48,"Darnestown, MD",7318,8396,731,10 Mile +16676,Susan A.,F,48,"Bethesda, MD",7319,8564,731,10 Mile +17878,Linda R.,F,55,"Gaithersburg, MD",7320,8527,732,10 Mile +14834,Christine M.,F,64,"Herndon, VA",7321,8360,732,10 Mile +16876,Heather T.,F,42,"Aldie, VA",7321,8577,732,10 Mile +17162,Heather D.,F,27,"Alexandria, VA",7322,8576,732,10 Mile +17280,Janelle M.,F,33,"Owings Mills, MD",7323,8420,732,10 Mile +19843,Mdhavi V.,F,48,"Herndon, VA",7323,8771,732,10 Mile +11780,Lacy H.,F,25,"Washington, DC",7323,8194,732,10 Mile +17410,Sepi G.,F,35,"Menlo Park, CA",7324,7933,732,10 Mile +15939,Kimberly R.,F,39,"New York City, NY",7325,8415,732,10 Mile +15465,Rebecca B.,F,46,"Purcellville, VA",7326,8501,732,10 Mile +19633,Nicole M.,F,31,"Washington, DC",7327,8732,732,10 Mile +21035,Kathryn J.,F,25,"Mclean, VA",7327,7912,732,10 Mile +16273,Hannah S.,F,26,"Washington, DC",7328,8428,732,10 Mile +15190,Isobel H.,F,21,"Forest Hill, MD",7328,8485,732,10 Mile +976,Valeria N.,F,48,"New Market, MD",7329,8407,732,10 Mile +17061,Chelsa G.,F,39,"Arlington, VA",7329,8411,732,10 Mile +13667,Nikkk H.,F,30,"Arlington, VA",7330,8300,733,10 Mile +14654,Jessie Y.,F,27,"Washington, DC",7330,8299,733,10 Mile +17757,Sara B.,F,29,"Washington, DC",7330,8451,733,10 Mile +18341,Yvonne D.,F,47,"Douglassville, PA",7332,8823,733,10 Mile +14756,Janet G.,F,53,"Westford, MA",7333,8587,733,10 Mile +13281,Christine G.,F,27,"Arlington, VA",7333,8586,733,10 Mile +14757,Melissa G.,F,23,"Westford, MA",7334,8587,733,10 Mile +22873,Noelia M.,F,41,"Forest Hills, NY",7334,8835,733,10 Mile +18982,Modupeola O.,F,30,"Washington, DC",7335,8814,733,10 Mile +16335,Erin S.,F,29,"Fort Washington, MD",7337,8459,733,10 Mile +16908,Judy L.,F,60,"Charlotte, NC",7338,8764,733,10 Mile +20089,Kimberly M.,F,46,"Alexandria, VA",7338,8503,733,10 Mile +20249,Melissa F.,F,28,"Lake Placid, NY",7339,8508,733,10 Mile +20180,Casey R.,F,27,"Norwalk, CT",7339,8485,733,10 Mile +20101,Jenny R.,F,46,"Haymarket, VA",7339,8575,733,10 Mile +14791,Megan K.,F,31,"Stone Ridge, VA",7340,8485,734,10 Mile +15912,Stacey B.,F,41,"Catonsville, MD",7341,8424,734,10 Mile +19468,Erin M.,F,41,"Walkersville, MD",7341,7899,734,10 Mile +10964,Sarah F.,F,51,"Leonardtown, MD",7342,8446,734,10 Mile +3574,Holly R.,F,36,"Gaithersburg, MD",7342,7607,734,10 Mile +7807,Cori S.,F,31,"Bristow, VA",7343,8595,734,10 Mile +16422,Janice M.,F,64,"Kansas City, MO",7343,8627,734,10 Mile +15139,Becky Z.,F,61,"Kansas City, MO",7343,8627,734,10 Mile +20639,Traci B.,F,32,"Washington, DC",7344,8486,734,10 Mile +18331,Rena S.,F,42,"Arlington, VA",7344,8800,734,10 Mile +19945,Katelyn L.,F,26,"Washington, DC",7344,8848,734,10 Mile +17287,Denise F.,F,44,"Manchester, MD",7344,8537,734,10 Mile +19068,Lainie P.,F,41,"Alexandria, VA",7344,8799,734,10 Mile +15608,Lindsay A.,F,34,"Bethesda, MD",7345,8869,734,10 Mile +14869,Priyanka P.,F,32,"Dumfries, VA",7345,8213,734,10 Mile +18951,Kristen F.,F,38,"Philadelphia, PA",7346,8446,734,10 Mile +10281,Caitlin S.,F,29,"Durham, NC",7346,8515,734,10 Mile +3601,Krista T.,F,29,"Alexandria, VA",7346,8515,734,10 Mile +19099,Tara M.,F,37,"Woodbridge, VA",7347,8829,734,10 Mile +17894,Julia T.,F,31,"Washington, DC",7347,8871,734,10 Mile +14408,Gryte V.,F,29,"Washington, DC",7348,8372,734,10 Mile +19291,Stacey S.,F,35,"Washington, DC",7348,8188,734,10 Mile +16114,Galit S.,F,38,"Bethesda, MD",7349,8643,734,10 Mile +20094,Jennifer O.,F,41,"New Market, MD",7351,7908,735,10 Mile +19973,Jennifer M.,F,39,"Washington, DC",7352,8322,735,10 Mile +17803,Christina G.,F,40,"Elkins Park, PA",7352,8443,735,10 Mile +19784,Loren R.,F,31,"State College, PA",7354,8847,735,10 Mile +19485,Colleen H.,F,53,"Springfield, VA",7354,8457,735,10 Mile +16237,Dorothy T.,F,36,"Springfield, VA",7354,8571,735,10 Mile +18681,Elizabeth F.,F,34,"Arlington, VA",7354,8505,735,10 Mile +17664,Enu M.,F,46,"Washington, DC",7355,8570,735,10 Mile +17427,Meg M.,F,42,"Bethesda, MD",7355,8569,735,10 Mile +15402,Jeannie D.,F,45,"State College, PA",7355,8847,735,10 Mile +17624,Cheryl Y.,F,28,"Pittsburgh, PA",7355,8849,735,10 Mile +7521,Sarah D.,F,26,"Alexandria, VA",7355,8641,735,10 Mile +16632,Rebecca P.,F,32,"State College, PA",7356,8848,735,10 Mile +18232,Jennifer W.,F,36,"State College, PA",7356,8848,735,10 Mile +22770,Margaret W.,F,49,"Philadelphia, PA",7356,8585,735,10 Mile +20860,Supriya K.,F,32,"Arlington, VA",7356,8637,735,10 Mile +17853,Lisa F.,F,51,"Mechanicsville, MD",7358,8547,735,10 Mile +17649,Ha N.,F,34,"North Bethesda, MD",7358,8592,735,10 Mile +20018,Rahel Y.,F,47,"Waldorf, MD",7358,8810,735,10 Mile +17795,Melody L.,F,42,"Gettysburg, PA",7358,8569,735,10 Mile +4454,Beate F.,F,52,"Northumberland, PA",7358,8425,735,10 Mile +12918,Rebecca C.,F,34,"Gaithersburg, MD",7360,8318,736,10 Mile +22560,Maria R.,F,50,"Washington Dc, DC",7360,8806,736,10 Mile +4093,Maria V.,F,45,"Fort Belvoir, VA",7362,7647,736,10 Mile +17822,Crystal H.,F,32,"Richmond, VA",7362,8466,736,10 Mile +18278,Wilma R.,F,51,"Elkridge, MD",7364,8790,736,10 Mile +12671,Shelly M.,F,33,"Arlington, VA",7365,8873,736,10 Mile +14759,Stefanie V.,F,33,"Falls Church, VA",7365,8539,736,10 Mile +16416,Rebecca C.,F,37,"College Park, MD",7365,8815,736,10 Mile +15644,Grace G.,F,52,"Herndon, VA",7366,7953,736,10 Mile +22822,Alicia M.,F,43,"Alexandria, VA",7367,8673,736,10 Mile +17096,Susan R.,F,30,"Chicago, IL",7367,8495,736,10 Mile +9062,Jennifer S.,F,48,"Laurel, MD",7367,7928,736,10 Mile +17978,Shaden S.,F,46,"Reston, VA",7367,8357,736,10 Mile +19306,Maureen P.,F,47,"Washington, DC",7368,8884,736,10 Mile +22739,Monica A.,F,41,"Glen Mills, PA",7368,8005,736,10 Mile +14973,Jane H.,F,32,"Bethesda, MD",7368,8897,736,10 Mile +19002,Erin S.,F,38,"Waxhaw, NC",7369,8796,736,10 Mile +17319,Gabriela M.,F,53,"Gaithersburg, MD",7369,8624,736,10 Mile +22104,Erica A.,F,40,"Washington, DC",7369,8292,736,10 Mile +19361,Julie H.,F,42,"Manassas, VA",7370,8545,737,10 Mile +15474,Courtney B.,F,35,"Springfield, VA",7372,7372,737,10 Mile +20504,Amanda V.,F,33,"Arlington, VA",7372,8606,737,10 Mile +17323,Stacey H.,F,48,"Leesburg, VA",7373,8462,737,10 Mile +18093,Alison D.,F,32,"Hoboken, NJ",7373,8857,737,10 Mile +19353,Diane C.,F,57,"Hopewell Junction, NY",7373,8811,737,10 Mile +17924,Jennifer D.,F,39,"Silver Spring, MD",7376,8643,737,10 Mile +16487,Sheri Y.,F,44,"Silver Spring, MD",7376,8663,737,10 Mile +16135,Vidya G.,F,52,"Potomac, MD",7376,8241,737,10 Mile +22777,April M.,F,41,"Lusby, MD",7376,8659,737,10 Mile +17988,Olga L.,F,46,"Bethesda, MD",7376,8673,737,10 Mile +17952,Lisa C.,F,61,"Herndon, VA",7377,8819,737,10 Mile +13873,Marisa G.,F,55,"Silver Spring, MD",7377,8361,737,10 Mile +19375,Kabara K.,F,32,"Silver Spring, MD",7378,8799,737,10 Mile +16471,Johanna C.,F,30,"Alexandria, VA",7379,8512,737,10 Mile +15824,Lien J.,F,65,"Washington, DC",7379,8588,737,10 Mile +15300,Amanda T.,F,25,"Pittsburgh, PA",7380,7933,738,10 Mile +14425,Amy F.,F,46,"Chantilly, VA",7380,8520,738,10 Mile +16360,Olivia S.,F,27,"Washington, DC",7380,8292,738,10 Mile +17706,Gina W.,F,52,"Springfield, VA",7381,8640,738,10 Mile +18520,Alicia P.,F,26,"Charlotte, NC",7381,8872,738,10 Mile +10924,Erica J.,F,37,"Springfield, VA",7383,8877,738,10 Mile +15585,Wendy C.,F,50,"Columbus, OH",7383,8558,738,10 Mile +16506,Christine S.,F,46,"New Albany, OH",7384,8558,738,10 Mile +22866,Mary A.,F,40,"Ellicott City, MD",7384,8572,738,10 Mile +19089,Silvana M.,F,30,"Falls Church, VA",7385,8803,738,10 Mile +17056,Jennifer W.,F,37,"Washington, DC",7385,8611,738,10 Mile +645,Tracy L.,F,45,"Sykesville, MD",7385,8810,738,10 Mile +18678,Jennifer H.,F,41,"Gaithersburg, MD",7385,8679,738,10 Mile +19205,Kelsey A.,F,24,"Hyattsville, MD",7385,8899,738,10 Mile +20387,Miranda M.,F,27,"Harrisburg, PA",7385,8679,738,10 Mile +21439,Kristen M.,F,35,"Bellwood, PA",7385,8879,738,10 Mile +9208,Claudia F.,F,26,"Washington, DC",7386,8265,738,10 Mile +18250,Stacey D.,F,29,"Bethesda, MD",7386,8836,738,10 Mile +19104,Elizabeth P.,F,35,"Washington, DC",7386,8811,738,10 Mile +15227,Linda-Duyen N.,F,44,"Annandale, VA",7386,7977,738,10 Mile +20019,Erin O.,F,31,"Washington, DC",7387,8803,738,10 Mile +20400,Lindsay B.,F,33,"Washington, DC",7387,8802,738,10 Mile +20354,Hetal J.,F,40,"Germantown, MD",7388,8823,738,10 Mile +14206,Amy S.,F,48,"Dayton, OH",7389,8667,738,10 Mile +18357,Erica J.,F,44,"Upper Darby, PA",7389,8667,738,10 Mile +17976,Jacqueline K.,F,31,"Chesapeake, VA",7392,8641,739,10 Mile +16046,Meredith S.,F,43,"Sterling, VA",7392,8641,739,10 Mile +14887,Susan D.,F,49,"Burke, VA",7392,8510,739,10 Mile +18080,Kristina E.,F,29,"Germantown, MD",7393,8850,739,10 Mile +18168,Erin M.,F,35,"Gaithersburg, MD",7393,8810,739,10 Mile +17879,Sandy L.,F,45,"Gaithersburg, MD",7394,8437,739,10 Mile +17414,Elizabeth S.,F,45,"Fort Belvoir, VA",7394,8918,739,10 Mile +8622,Keriem K.,F,50,"Arlington, VA",7394,8918,739,10 Mile +18465,Michelle R.,F,40,"Washington, DC",7395,7753,739,10 Mile +19756,Alison S.,F,43,"Gaithersburg, MD",7395,8437,739,10 Mile +22900,Cathleen B.,F,42,"New Freedom, PA",7396,8833,739,10 Mile +19289,Kira Z.,F,41,"Ashburn, VA",7396,8313,739,10 Mile +12030,Jennifer R.,F,42,"Ashburn, VA",7396,8387,739,10 Mile +18107,Evelyn B.,F,35,"New Market, MD",7397,8574,739,10 Mile +4646,Justina R.,F,26,"New York, NY",7397,8441,739,10 Mile +17127,Julie N.,F,43,"Clayton, NC",7399,8538,739,10 Mile +17669,Paige K.,F,28,"Washington, DC",7402,8548,740,10 Mile +14467,Tricia K.,F,40,"Arlington, VA",7403,8450,740,10 Mile +19537,Amanda H.,F,32,"Annandale, VA",7403,8578,740,10 Mile +16137,Phuong P.,F,56,"Boyds, MD",7404,8542,740,10 Mile +18193,Teresa F.,F,53,"Silver Spring, MD",7404,8181,740,10 Mile +15875,Victoria C.,F,22,"Alexandria, VA",7404,8479,740,10 Mile +15508,Amanda F.,F,26,"Arlington, VA",7404,8509,740,10 Mile +19246,Liza F.,F,52,"Arlington, VA",7405,8602,740,10 Mile +20568,Erin P.,F,41,"Washington, DC",7406,8905,740,10 Mile +15883,Erika B.,F,21,"Alexandria, VA",7406,8480,740,10 Mile +15120,Beth H.,F,27,"Silver Spring, MD",7407,8884,740,10 Mile +17254,Mercedes M.,F,29,"Philadelphia, PA",7407,8345,740,10 Mile +18966,Rachael F.,F,29,"Washington, DC",7408,8320,740,10 Mile +17555,Marylinda F.,F,48,"Bethesda, MD",7410,8679,741,10 Mile +6861,Hannah S.,F,27,"Berwyn Heights, MD",7411,8895,741,10 Mile +7411,Caroline C.,F,25,"College Park, MD",7411,8895,741,10 Mile +19574,Kimberly P.,F,30,"Arlington, VA",7412,8865,741,10 Mile +11519,Katya P.,F,31,"Houston, TX",7413,8902,741,10 Mile +17603,Amanda N.,F,31,"South Royalton, VT",7414,8620,741,10 Mile +22750,Elizabeth B.,F,39,"Washington, NC",7414,8713,741,10 Mile +17890,Emily P.,F,27,"Washington, DC",7414,8569,741,10 Mile +14725,Jacqueline F.,F,24,"Arlington, VA",7414,8620,741,10 Mile +19761,Allison B.,F,33,"Washington, DC",7415,8678,741,10 Mile +17381,Abby D.,F,34,"Pleasant Hill, OH",7415,8678,741,10 Mile +22310,Kate C.,F,31,"Reston, VA",7415,8841,741,10 Mile +18775,Jennifer B.,F,41,"Dunnsville, VA",7416,8491,741,10 Mile +11143,Jordan T.,F,24,"Towson, MD",7417,8331,741,10 Mile +18553,Juliet P.,F,28,"Silver Spring, MD",7417,8540,741,10 Mile +15744,Nancy B.,F,42,"Annapolis, MD",7417,8488,741,10 Mile +22309,Amy F.,F,32,"Reston, VA",7418,8844,741,10 Mile +22179,Katie C.,F,23,"Washington, DC",7418,8935,741,10 Mile +11135,Mariah P.,F,24,"Towson, MD",7418,8331,741,10 Mile +12988,Diedra F.,F,33,"Wilbraham, MA",7419,8262,741,10 Mile +19948,Lindsey L.,F,33,"Jacksonville, FL",7420,8834,742,10 Mile +17479,Colleen C.,F,22,"Vienna, VA",7421,8642,742,10 Mile +16680,Donna C.,F,43,"Colonial Beach, VA",7422,8493,742,10 Mile +16093,Taylor P.,F,28,"Washington, DC",7422,8612,742,10 Mile +18908,Victoria P.,F,27,"Boonsboro, MD",7422,8577,742,10 Mile +15133,Maria G.,F,37,"Bethesda, MD",7422,8410,742,10 Mile +16219,Kerri G.,F,38,"Broad Run, VA",7423,8480,742,10 Mile +11275,Karen H.,F,51,"Upper Marlboro, MD",7423,8316,742,10 Mile +18382,Carol W.,F,45,"Adamstown, MD",7423,8206,742,10 Mile +18060,Kathrine E.,F,45,"Washington, DC",7423,8596,742,10 Mile +17477,Meg D.,F,38,"Washington, DC",7423,8698,742,10 Mile +19069,Cynthia G.,F,31,"Upper Marlboro, MD",7424,8525,742,10 Mile +15434,Susan W.,F,47,"Haymarket, VA",7424,8481,742,10 Mile +19146,Priya B.,F,32,"Washington, DC",7425,8830,742,10 Mile +15271,Sarah M.,F,37,"Washington, DC",7425,8585,742,10 Mile +19300,Claudia R.,F,46,"Upper Marlboro, MD",7426,8935,742,10 Mile +12858,Michelle N.,F,25,"The Woodlands, TX",7426,8011,742,10 Mile +17212,Joyce A.,F,33,"Arlington, VA",7426,8585,742,10 Mile +22091,Elizabeth D.,F,29,"Washington, DC",7426,8491,742,10 Mile +16823,Bernadette B.,F,29,"Mclean, VA",7427,8616,742,10 Mile +2761,Lauren M.,F,26,"Philadelphia, PA",7427,8532,742,10 Mile +13460,Monica M.,F,23,"Arlington, VA",7428,8334,742,10 Mile +18104,Judith M.,F,56,"Shreveport, LA",7428,8696,742,10 Mile +14769,Adriana S.,F,35,"Washington, DC",7428,8534,742,10 Mile +19096,Katherine T.,F,41,"Broadlands, VA",7429,8867,742,10 Mile +17195,Lorraine M.,F,41,"Brooklyn, NY",7430,8681,743,10 Mile +17928,Jessica W.,F,36,"Washington, DC",7430,8025,743,10 Mile +19458,Donna M.,F,67,"Annapolis, MD",7431,8589,743,10 Mile +8007,Jenny D.,F,40,"Alexandria, VA",7432,8845,743,10 Mile +17198,Gina W.,F,46,"Elkridge, MD",7433,8539,743,10 Mile +21462,Lisa L.,F,47,"Arlington, VA",7433,8910,743,10 Mile +18323,Ilana S.,F,41,"Columbia, MD",7433,8376,743,10 Mile +22990,Heather P.,F,40,"Brooklyn, NY",7433,8845,743,10 Mile +10266,Angela L.,F,42,"Colorado Springs, CO",7434,7978,743,10 Mile +18049,Katie H.,F,26,"Indian Trail, NC",7435,8657,743,10 Mile +22917,Kimberly C.,F,44,"Vienna, VA",7436,8892,743,10 Mile +19955,Kristina P.,F,30,"Germantowm, MD",7437,8944,743,10 Mile +17769,Mary T.,F,33,"Arlington, VA",7439,8879,743,10 Mile +19443,Kim N.,F,46,"Germantwon, MD",7439,8884,743,10 Mile +19738,Carolyn C.,F,25,"Washington, DC",7439,8904,743,10 Mile +15320,Linda K.,F,58,"Gambrills, MD",7439,8282,743,10 Mile +7655,Brooke H.,F,25,"Washington, DC",7440,8685,744,10 Mile +17925,Puteri K.,F,47,"Ashburn, VA",7441,8574,744,10 Mile +17326,Crystal G.,F,57,"Ashburn, VA",7441,8574,744,10 Mile +18963,Trang W.,F,45,"Newport News, VA",7442,8290,744,10 Mile +17907,Domanique G.,F,31,"Arlington, VA",7444,8613,744,10 Mile +17549,Nikki Z.,F,27,"Alexandria, VA",7446,8629,744,10 Mile +16530,Priya C.,F,40,"Gaithersburg, MD",7446,8532,744,10 Mile +17876,Wendy K.,F,39,"Aldie, VA",7446,8629,744,10 Mile +13821,Erica K.,F,27,"Washington, DC",7447,8632,744,10 Mile +10777,Emily D.,F,22,"Flanders, NJ",7448,8409,744,10 Mile +10778,Kathryn W.,F,23,"Chicago, IL",7448,8410,744,10 Mile +18637,Charlet S.,F,53,"Centreville, VA",7449,8868,744,10 Mile +19004,Tania T.,F,27,"Staten Island, NY",7450,8673,745,10 Mile +16998,Tomi F.,F,40,"Bethesda, MD",7451,8529,745,10 Mile +18720,Kaitlyn G.,F,25,"Washington, DC",7451,8859,745,10 Mile +21474,Jessica M.,F,29,"Alexandria, VA",7452,8943,745,10 Mile +18027,Emily S.,F,29,"Baltimore, MD",7452,8667,745,10 Mile +20307,Erin N.,F,35,"Pylesville, MD",7453,8900,745,10 Mile +19957,Monica L.,F,35,"Silver Spring, MD",7453,8667,745,10 Mile +19694,Caitlin C.,F,31,"Washington, DC",7454,8727,745,10 Mile +19760,Christa B.,F,54,"Silver Spring, MD",7454,8905,745,10 Mile +17447,Alison R.,F,37,"Poolesville, MD",7454,8734,745,10 Mile +19111,Roxy M.,F,36,"Alexandria, VA",7455,8080,745,10 Mile +18297,Colleen C.,F,51,"Fairfax, VA",7455,8936,745,10 Mile +19976,Anisha J.,F,28,"Arlington, VA",7455,8616,745,10 Mile +18912,Shuhsuan L.,F,35,"New York, NY",7455,8958,745,10 Mile +16618,Melissa P.,F,39,"Rocky Hill, CT",7455,8716,745,10 Mile +9074,Jennifer R.,F,42,"Germantown, MD",7456,7960,745,10 Mile +20518,Kathleen P.,F,28,"Chicago, IL",7456,8433,745,10 Mile +9173,Jennifer C.,F,34,"Olney, MD",7456,7939,745,10 Mile +17642,Erica B.,F,27,"Alexandria, VA",7456,8081,745,10 Mile +11743,Marcela J.,F,44,"Ashburn, VA",7457,8212,745,10 Mile +19016,Elise P.,F,27,"New York, NY",7460,8751,746,10 Mile +19609,Kathryn P.,F,53,"Suffolk, VA",7460,8882,746,10 Mile +12881,Maggie M.,F,31,"Brooklyn, NY",7461,8345,746,10 Mile +15932,Jennifer N.,F,45,"Arlington, VA",7462,8620,746,10 Mile +17024,Sabina S.,F,51,"Hagerstown, MD",7463,8330,746,10 Mile +21401,Victoria T.,F,21,"Washington, DC",7466,8932,746,10 Mile +13483,Shannon M.,F,27,"New Castle, DE",7467,8390,746,10 Mile +19675,Laura R.,F,56,"Rockville, MD",7468,8932,746,10 Mile +19985,Renee M.,F,30,"Washington, DC",7468,8895,746,10 Mile +21215,Stefanie V.,F,31,"Arlington, VA",7468,8885,746,10 Mile +19415,Sharon E.,F,57,"Salisbury, NC",7468,8947,746,10 Mile +17827,Fatima G.,F,41,"Washington, DC",7469,8605,746,10 Mile +16586,Yadviga S.,F,41,"North Potomac, MD",7469,8516,746,10 Mile +18137,Susan K.,F,59,"Rockville, MD",7469,8933,746,10 Mile +13777,Erika G.,F,46,"Odenton, MD",7470,8903,747,10 Mile +18983,Pamela B.,F,46,"Randallstown, MD",7470,8991,747,10 Mile +22945,Elizabeth A.,F,39,"Herndon, VA",7470,8945,747,10 Mile +15911,Nancy J.,F,64,"Orange City, FL",7471,8533,747,10 Mile +15455,Amy Y.,F,27,"Baltimore, MD",7471,7471,747,10 Mile +15625,Patricia D.,F,45,"Debary, FL",7471,8533,747,10 Mile +19635,Pauline G.,F,60,"Ellicott City, MD",7471,8679,747,10 Mile +17605,Jennifer L.,F,24,"Washington, DC",7472,8565,747,10 Mile +20507,Erin K.,F,25,"Washington Dc, DC",7472,8976,747,10 Mile +13867,Amy B.,F,49,"Burke, VA",7473,8302,747,10 Mile +18869,Leah G.,F,38,"College Park, MD",7474,8924,747,10 Mile +20932,Tara J.,F,38,"Ellicott City, MD",7476,8898,747,10 Mile +17931,Mary N.,F,33,"Ardmore, PA",7477,8943,747,10 Mile +16748,Vonetta M.,F,51,"Montgomery Village, MD",7478,8520,747,10 Mile +11056,Helen E.,F,57,"Gaithersburg, MD",7478,8289,747,10 Mile +17206,Ana M.,F,35,"Pittsburgh, PA",7479,8710,747,10 Mile +12808,Willa L.,F,46,"Glen Burnie, MD",7480,8433,748,10 Mile +14630,Denise S.,F,48,"Morristown, NJ",7481,8739,748,10 Mile +20210,Stephanie S.,F,41,"Great Falls, VA",7482,8975,748,10 Mile +14943,Keneshia G.,F,33,"Washington, DC",7482,8987,748,10 Mile +18336,Lindsey G.,F,32,"Salisbury, NC",7482,8962,748,10 Mile +17296,Elizabeth P.,F,31,"Salisbury, NC",7483,8962,748,10 Mile +16939,Megan D.,F,36,"Columbia, MD",7483,8624,748,10 Mile +16639,Courtney J.,F,39,"Bethesda, MD",7483,8538,748,10 Mile +14828,Supna L.,F,40,"Fairfax, VA",7484,7923,748,10 Mile +16415,Katherine S.,F,23,"New York, NY",7484,8726,748,10 Mile +15251,Maife S.,F,35,"West Hempstead, NY",7484,8290,748,10 Mile +17745,Anna G.,F,33,"Arlington, VA",7485,8651,748,10 Mile +701,Kay S.,F,38,"New York, NY",7485,8929,748,10 Mile +2653,Brenda P.,F,42,"Bethesda, MD",7485,7740,748,10 Mile +17947,Corrie C.,F,38,"Chuluota, FL",7485,8752,748,10 Mile +20791,Samantha G.,F,22,"Washington, DC",7487,8729,748,10 Mile +12131,Anne M.,F,35,"Elkridge, MD",7487,8931,748,10 Mile +15726,Katherin S.,F,26,"Chantilly, VA",7487,8353,748,10 Mile +2726,Christina P.,F,33,"Arlington, VA",7488,8425,748,10 Mile +15105,Elizabeth B.,F,31,"Washington, DC",7489,8645,748,10 Mile +17383,Valoris S.,F,39,"Arlington, VA",7489,8696,748,10 Mile +16419,Wilma V.,F,67,"Alexandria, VA",7489,8677,748,10 Mile +16078,Jennifer K.,F,43,"Pittsburgh, PA",7490,8652,749,10 Mile +17779,Thanh R.,F,44,"Clarksburg, MD",7491,8732,749,10 Mile +18585,Loice G.,F,45,"Fairfax, VA",7493,8597,749,10 Mile +17042,Deirdre C.,F,42,"Henrico, VA",7493,8700,749,10 Mile +22710,Kristen C.,F,31,"South San Francisco, CA",7493,8047,749,10 Mile +18274,Amanda M.,F,40,"Davidsonville, MD",7494,8941,749,10 Mile +16217,Beth K.,F,35,"Washington, DC",7495,8914,749,10 Mile +16989,Grace I.,F,41,"Washington, DC",7495,8612,749,10 Mile +17453,Alison F.,F,31,"Arlington, VA",7496,8644,749,10 Mile +16652,Terrie K.,F,30,"Alexandria, VA",7496,8925,749,10 Mile +19109,Beth B.,F,39,"Silver Spring, MD",7497,8948,749,10 Mile +16991,Sophia M.,F,39,"Chantilly, VA",7497,8614,749,10 Mile +22145,Kristen J.,F,30,"Washington, DC",7497,8977,749,10 Mile +19274,Heather M.,F,31,"College Park, MD",7497,8950,749,10 Mile +20564,Sara T.,F,30,"Alexandria, VA",7497,8925,749,10 Mile +17809,Nicole R.,F,43,"Warrenton, VA",7498,8407,749,10 Mile +18239,Maggie M.,F,31,"Towson, MD",7498,8592,749,10 Mile +19192,Aprille S.,F,62,"Sterling, VA",7499,8973,749,10 Mile +20023,Nicole G.,F,39,"Falls Church, VA",7499,8923,749,10 Mile +15693,Rebecca C.,F,19,"Germantown., MD",7500,8792,750,10 Mile +20050,Cara E.,F,36,"Cherry Hill, NJ",7501,8720,750,10 Mile +18438,Jaclyn W.,F,28,"Riverview, FL",7501,8913,750,10 Mile +15791,Lashanta H.,F,42,"Fort Washington, MD",7501,8970,750,10 Mile +12461,Cassandra S.,F,38,"Vilas, NC",7501,8720,750,10 Mile +19615,Mary-Elizabeth W.,F,39,"Reston, VA",7502,8966,750,10 Mile +17322,Lisa G.,F,55,"Vienna, VA",7502,8656,750,10 Mile +18346,Nikki B.,F,39,"Stony Point, NY",7502,8916,750,10 Mile +18595,Lydia P.,F,39,"Woodbine, MD",7502,8762,750,10 Mile +13311,Tina Y.,F,43,"Arlington, VA",7503,8399,750,10 Mile +15486,Kellie F.,F,33,"Boston, MA",7503,8761,750,10 Mile +14963,Michele L.,F,42,"Arlington, VA",7503,8399,750,10 Mile +4901,Haley A.,F,24,"Silver Spring, MD",7504,8331,750,10 Mile +19355,Serena N.,F,25,"Germantown, MD",7504,8975,750,10 Mile +8431,Shannon C.,F,27,"Rockville, MD",7504,7785,750,10 Mile +22790,Annabel B.,F,52,"Chevy Chase, MD",7505,8337,750,10 Mile +19070,Natalie C.,F,35,"Accokeek, MD",7506,8667,750,10 Mile +9885,Melanie B.,F,31,"Silver Spring, MD",7506,8379,750,10 Mile +19667,Amanda D.,F,32,"Rockville, MD",7506,8808,750,10 Mile +10795,Rachel K.,F,28,"Washington, DC",7506,8379,750,10 Mile +19515,Jin K.,F,44,"Centreville, VA",7507,8933,750,10 Mile +19017,Emily P.,F,29,"Pelham, NY",7507,8797,750,10 Mile +16394,Heather M.,F,43,"Washington, DC",7507,8562,750,10 Mile +1736,Andrea T.,F,38,"Arnold, MD",7507,8710,750,10 Mile +15371,Carolyn S.,F,41,"Annandale, VA",7507,8488,750,10 Mile +16599,Jennierose D.,F,35,"Gaithersburg, MD",7508,8737,750,10 Mile +23057,Brittany P.,F,25,"Hoboken, NJ",7508,8254,750,10 Mile +19363,Johna R.,F,45,"Woodbridge, VA",7508,8728,750,10 Mile +15729,Vicki M.,F,39,"Annandale, VA",7508,8489,750,10 Mile +14764,Linda B.,F,59,"Phoenix, AZ",7508,8564,750,10 Mile +14785,Cecilia M.,F,57,"Hyattsville, MD",7509,8594,750,10 Mile +896,Diana O.,F,58,"Chevy Chase, DC",7510,7557,751,10 Mile +16025,Maria K.,F,38,"Burke, VA",7510,8607,751,10 Mile +16497,Rachel N.,F,37,"Arlington, VA",7511,8607,751,10 Mile +13024,Lisseth T.,F,39,"Alexandria, VA",7511,8607,751,10 Mile +1357,Tania M.,F,42,"Silver Spring, MD",7511,8497,751,10 Mile +19323,Leah C.,F,36,"Essex Junction, VT",7512,8993,751,10 Mile +15223,Amy H.,F,42,"Fairfax Station, VA",7513,8680,751,10 Mile +18017,Yaelmie G.,F,35,"Stafford, VA",7513,8680,751,10 Mile +19544,Dina M.,F,46,"Ithaca, NY",7514,8986,751,10 Mile +13692,Erika R.,F,31,"Concord, NH",7514,8348,751,10 Mile +15061,Kirsty J.,F,32,"New York, NY",7517,8748,751,10 Mile +19844,Sarguna M.,F,50,"Herndon, VA",7517,8964,751,10 Mile +17996,Taylor B.,F,24,"Gloucester, VA",7518,8983,751,10 Mile +19662,Haley H.,F,22,"Auburn, AL",7519,8977,751,10 Mile +20004,Aesha C.,F,37,"York, PA",7519,9032,751,10 Mile +20035,Kiyona M.,F,34,"Alexandria, VA",7522,8778,752,10 Mile +18562,Ileana R.,F,33,"Arlington, VA",7522,8988,752,10 Mile +19391,Julie S.,F,56,"Springfield, VA",7523,8771,752,10 Mile +19030,Ilyse S.,F,32,"Arlington, VA",7523,8988,752,10 Mile +14299,Marcie D.,F,36,"Rustburg, VA",7524,8764,752,10 Mile +16142,Jessica N.,F,32,"Bayside, NY",7524,8331,752,10 Mile +16171,Michelle W.,F,42,"Frederick, MD",7526,8768,752,10 Mile +19007,Grace H.,F,30,"Alexandria, VA",7526,9011,752,10 Mile +13581,Melissa G.,F,38,"Boonsboro, MD",7526,8768,752,10 Mile +20777,Jane K.,F,27,"New Wilmington, PA",7527,8755,752,10 Mile +20585,Erin K.,F,38,"Washington, DC",7527,8579,752,10 Mile +16014,Florence L.,F,30,"Rockville, MD",7527,9091,752,10 Mile +21416,Jeanne F.,F,47,"Lansdale, PA",7527,8341,752,10 Mile +18440,Margaret A.,F,40,"Potomac Falls, VA",7527,8778,752,10 Mile +21553,Toochi N.,F,29,"Washington D.c., DC",7529,8766,752,10 Mile +19681,Lili P.,F,53,"Fairfax Station, VA",7529,8446,752,10 Mile +19637,Erin D.,F,37,"Moon Township, PA",7530,8943,753,10 Mile +16840,Randi N.,F,51,"Bainbridge, GA",7530,8758,753,10 Mile +17122,Jennifer K.,F,44,"Arlington, VA",7530,8619,753,10 Mile +17066,Veronica G.,F,32,"Long Beach, NY",7532,8714,753,10 Mile +18616,Donna G.,F,40,"Alexandria, VA",7533,8831,753,10 Mile +18772,Andrea L.,F,42,"Ashburn, VA",7533,8750,753,10 Mile +7732,Brittni H.,F,28,"Washington, DC",7533,8660,753,10 Mile +13496,Jackie G.,F,28,"Philadelphia, PA",7533,8158,753,10 Mile +15815,Teresa P.,F,32,"Bowie, MD",7533,8659,753,10 Mile +17828,Karyn S.,F,54,"New Market, MD",7535,8987,753,10 Mile +11651,Margot C.,F,30,"Washington, DC",7535,8727,753,10 Mile +18084,Margo S.,F,67,"Frederick, MD",7535,8988,753,10 Mile +18032,Sara E.,F,28,"Washington, DC",7536,8801,753,10 Mile +15087,Shirleyne M.,F,40,"Springdale, MD",7539,8951,753,10 Mile +17953,Rebecca F.,F,45,"Cincinnati, OH",7540,8607,754,10 Mile +19257,Christina R.,F,35,"Alexandria, VA",7541,8823,754,10 Mile +22910,Elizabeth G.,F,27,"Trumbull, CT",7542,7886,754,10 Mile +13438,Beverly Y.,F,25,"Arlington, VA",7543,9032,754,10 Mile +13039,Leah W.,F,24,"Washington Dc, DC",7544,9032,754,10 Mile +20538,Ericka J.,F,48,"Upper Marlboro, MD",7544,8759,754,10 Mile +18173,Julia S.,F,33,"Gaithersburg, MD",7545,8987,754,10 Mile +3758,Swathy K.,F,16,"Palatine, IL",7546,8442,754,10 Mile +18954,Taryn Q.,F,27,"Derwood, MD",7546,8823,754,10 Mile +17631,Brooke T.,F,24,"Fairfax, VA",7548,8838,754,10 Mile +17885,Jolynda A.,F,35,"Upper Marlboro, MD",7548,8699,754,10 Mile +19178,Ann B.,F,57,"Elk Grove, CA",7549,8976,754,10 Mile +19709,Tamri G.,F,44,"Frederick, MD",7549,8970,754,10 Mile +680,Molly L.,F,19,"Forest Hill, MD",7549,8706,754,10 Mile +12696,Rachel V.,F,19,"Bethesda, MD",7549,8706,754,10 Mile +15156,Kim N.,F,50,"Bethesda, MD",7552,8731,755,10 Mile +20198,Abigail K.,F,35,"Arlington, VA",7553,9068,755,10 Mile +9608,Jacinta S.,F,29,"Silver Spring, MD",7553,8989,755,10 Mile +19865,Alexandra C.,F,29,"Washington, DC",7553,9068,755,10 Mile +8060,Claire O.,F,23,"New York, NY",7554,8461,755,10 Mile +16104,Arianne G.,F,30,"Washington, DC",7555,8690,755,10 Mile +9781,Liz O.,F,50,"Rockville, MD",7555,8462,755,10 Mile +18072,Christine P.,F,53,"Annandale, VA",7556,8986,755,10 Mile +7882,Lyric T.,F,32,"Washington, DC",7556,8156,755,10 Mile +18254,Laila A.,F,41,"Vienna, VA",7557,8769,755,10 Mile +19788,Julie B.,F,47,"Silver Spring, MD",7559,8734,755,10 Mile +19636,Teresa E.,F,51,"Rockville, MD",7559,8505,755,10 Mile +20766,Sabrina A.,F,28,"Silver Spring, MD",7560,8511,756,10 Mile +18589,Christy M.,F,37,"Wichita Falls, TX",7560,8979,756,10 Mile +18335,Janella F.,F,42,"Washington, DC",7560,9027,756,10 Mile +18588,Jennifer L.,F,43,"Arlington, VA",7560,8979,756,10 Mile +5770,Marie L.,F,57,"Washington, DC",7561,8412,756,10 Mile +21155,Nicole J.,F,38,"Fairfax Station, VA",7561,8978,756,10 Mile +16889,Anna P.,F,53,"New Castle, PA",7562,8610,756,10 Mile +20911,Alana K.,F,24,"Washington, DC",7567,9025,756,10 Mile +21314,Gloria L.,F,37,"Washington, DC",7567,8833,756,10 Mile +14017,Amna A.,F,34,"Vienna, VA",7570,8559,757,10 Mile +13682,Catherine S.,F,30,"Bethesda, MD",7570,9025,757,10 Mile +19373,Diane D.,F,62,"Tully, NY",7570,8996,757,10 Mile +19163,Julie L.,F,29,"Washington, DC",7571,9046,757,10 Mile +16650,Mina R.,F,52,"Vienna, VA",7572,8761,757,10 Mile +18925,Noel Z.,F,44,"Owings Mills, MD",7574,9096,757,10 Mile +16994,Liz C.,F,43,"Sykesville, MD",7575,8633,757,10 Mile +12440,Shaina V.,F,29,"Washington, DC",7575,8689,757,10 Mile +18577,Rachel L.,F,22,"Bristow, VA",7577,8872,757,10 Mile +18040,Madeline S.,F,30,"Woodbridge, VA",7577,8872,757,10 Mile +7759,Amanda N.,F,31,"Centreville, VA",7577,8872,757,10 Mile +11917,Mary F.,F,37,"Crofton, MD",7579,8402,757,10 Mile +10214,Beth S.,F,39,"Leonardtown, MD",7579,8402,757,10 Mile +20051,Danielle G.,F,22,"Lancaster, PA",7581,9093,758,10 Mile +18766,Christina B.,F,40,"Denton, MD",7581,9018,758,10 Mile +19799,Vyshali B.,F,36,"Washington, DC",7582,9018,758,10 Mile +17920,Grace B.,F,30,"Washington, DC",7582,9003,758,10 Mile +19385,Rashmi A.,F,33,"Washington, DC",7582,9018,758,10 Mile +15928,Jill B.,F,36,"Marietta, GA",7583,8850,758,10 Mile +3500,Amanda C.,F,37,"Crofton, MD",7584,8833,758,10 Mile +18360,Kathleen C.,F,58,"Waverly, NY",7584,8999,758,10 Mile +15975,Amanda F.,F,32,"Alexandria, VA",7584,8777,758,10 Mile +13127,Sharon H.,F,60,"Cicero, NY",7584,8999,758,10 Mile +13324,Kristen F.,F,45,"New York, NY",7585,8191,758,10 Mile +17187,Theresa F.,F,35,"Manassas, VA",7585,8787,758,10 Mile +18529,Kathy W.,F,59,"Mandan, ND",7585,8999,758,10 Mile +17462,Seena A.,F,40,"Silver Spring, MD",7585,8756,758,10 Mile +17130,Jacqueline C.,F,52,"Newport News, VA",7586,8631,758,10 Mile +19815,Chee Y.,F,36,"Rockville, MD",7587,8839,758,10 Mile +14607,Nicole J.,F,32,"Indianapolis, IN",7587,8394,758,10 Mile +19245,Renee P.,F,42,"Vienna, VA",7589,9051,758,10 Mile +16121,Sharon W.,F,54,"Ellicott City, MD",7590,8724,759,10 Mile +16863,Eileen G.,F,31,"Arlington, VA",7590,9116,759,10 Mile +16993,Jenna W.,F,39,"Ashburn, VA",7590,8710,759,10 Mile +19602,Mercedes T.,F,27,"Rockville, MD",7592,9087,759,10 Mile +17718,Dawn L.,F,46,"Charleston, WV",7593,9027,759,10 Mile +18350,Natalie N.,F,24,"Fairfax, VA",7593,9086,759,10 Mile +15358,Judy R.,F,59,"Houston, TX",7593,8798,759,10 Mile +18249,Kimberly S.,F,27,"Fairfax, VA",7594,8850,759,10 Mile +18222,Amanda P.,F,38,"Silver Spring, MD",7595,8750,759,10 Mile +16721,Cynthia R.,F,28,"Washington, DC",7596,8852,759,10 Mile +15459,Lyssa S.,F,27,"Washington, DC",7596,8852,759,10 Mile +13755,Priya M.,F,28,"Washington, DC",7597,8578,759,10 Mile +22991,Laura P.,F,25,"Baltimore, MD",7598,9052,759,10 Mile +20390,Fay K.,F,47,"Gaithersburg, MD",7599,8776,759,10 Mile +19428,Cristina G.,F,41,"Potomac, MD",7599,8583,759,10 Mile +1631,Josie P.,F,37,"Dumfries, VA",7602,9031,760,10 Mile +18361,Amanda S.,F,33,"Manassas, VA",7604,8876,760,10 Mile +15507,Leann H.,F,37,"Bristow, VA",7605,8877,760,10 Mile +13472,Emily R.,F,38,"Bristow, VA",7605,8877,760,10 Mile +19669,Christina W.,F,44,"Easton, MD",7605,9041,760,10 Mile +5189,Anita M.,F,29,"Washington, DC",7610,8547,761,10 Mile +18511,Loretta G.,F,45,"Baltimore, MD",7610,8846,761,10 Mile +18920,Kristina W.,F,51,"Louisburg, KS",7612,8895,761,10 Mile +19134,Candi S.,F,37,"Alexandria, VA",7613,9105,761,10 Mile +18321,Eve B.,F,44,"Allison Park, PA",7613,8919,761,10 Mile +11173,Megan M.,F,41,"New York, NY",7614,8471,761,10 Mile +22043,Elizabeth F.,F,28,"Alexandria, VA",7614,8547,761,10 Mile +19978,Stephanie D.,F,47,"Takoma Park, MD",7615,9031,761,10 Mile +4334,Jennifer M.,F,37,"Pasadena, MD",7617,9082,761,10 Mile +17880,Yi-Ping F.,F,38,"North Potomac, MD",7617,8700,761,10 Mile +10402,Deena S.,F,33,"New York, NY",7619,8858,761,10 Mile +15082,Laila C.,F,33,"Fairfax, VA",7619,8858,761,10 Mile +14080,Suzanne J.,F,55,"Manassas, VA",7619,8384,761,10 Mile +19833,Cynthia R.,F,57,"Alexandria, VA",7620,8704,762,10 Mile +19009,Jillian O.,F,27,"Alexandria, VA",7623,8616,762,10 Mile +11906,Katherine D.,F,26,"Arlington, VA",7624,8616,762,10 Mile +18941,Donna H.,F,41,"Silver Spring, MD",7625,8910,762,10 Mile +18226,Lexi K.,F,42,"Alexandria, VA",7625,9129,762,10 Mile +18227,Cynthia S.,F,60,"Silver Spring, MD",7625,9129,762,10 Mile +16408,Cindy C.,F,28,"West Hartford, CT",7626,8719,762,10 Mile +18441,Megan S.,F,36,"Takoma Park, MD",7629,9113,762,10 Mile +16534,Kendra S.,F,29,"Arlington, VA",7629,8816,762,10 Mile +20137,Melissa W.,F,39,"Frederick, MD",7629,8914,762,10 Mile +22974,Sarah R.,F,55,"Torrance, CA",7629,8858,762,10 Mile +19952,Lea M.,F,36,"Haymarket, VA",7629,8887,762,10 Mile +19025,Alexandra J.,F,25,"Strasburg, VA",7630,9126,763,10 Mile +22975,Roxy R.,F,17,"Torrance, CA",7630,8859,763,10 Mile +18794,Caroline J.,F,55,"Charlotte, NC",7631,9126,763,10 Mile +3238,Cynthia R.,F,30,"Fairfax, VA",7631,8527,763,10 Mile +12945,Marie V.,F,40,"Columbia, MD",7632,8723,763,10 Mile +17154,Kelly F.,F,32,"Alexandria, VA",7634,9078,763,10 Mile +18481,Maria I.,F,43,"Germantown, MD",7634,8722,763,10 Mile +2193,Padma K.,F,42,"Palatine, IL",7634,8527,763,10 Mile +20084,Karol R.,F,45,"Springfield, VA",7635,8865,763,10 Mile +21302,Manna B.,F,32,"Adelphi, MD",7636,9152,763,10 Mile +21636,Jasmina L.,F,26,"Washington, DC",7637,9133,763,10 Mile +18144,Joy A.,F,61,"Chevy Chase, MD",7638,8917,763,10 Mile +16633,Naomi S.,F,35,"Alexandria, VA",7638,8776,763,10 Mile +20059,Alanna T.,F,43,"Mount Airy, MD",7638,8903,763,10 Mile +20440,Ashlyn T.,F,14,"Mount Airy, MD",7638,8903,763,10 Mile +18129,Rosina I.,F,67,"Greenbelt, MD",7639,9111,763,10 Mile +13607,Wendy C.,F,26,"Silver Spring, MD",7640,8852,764,10 Mile +19787,Lindsey P.,F,26,"Norfolk, VA",7640,8831,764,10 Mile +19977,Peg M.,F,68,"Washington, DC",7640,9107,764,10 Mile +22144,Carolyn C.,F,35,"Silver Spring, MD",7642,9131,764,10 Mile +17474,Christina L.,F,40,"Sterling, VA",7642,9126,764,10 Mile +20083,Dee W.,F,41,"Falls Church, VA",7643,9127,764,10 Mile +7145,Amelia B.,F,13,"Bethesda, MD",7646,8850,764,10 Mile +18356,Allison R.,F,25,"Durham, NC",7646,9149,764,10 Mile +13055,Helena D.,F,46,"Bethesda, MD",7646,8851,764,10 Mile +17143,Candy C.,F,46,"Frisco, TX",7646,8735,764,10 Mile +10059,Lisa D.,F,48,"Clinton, MD",7647,8867,764,10 Mile +18398,Thuy N.,F,46,"Silver Spring, MD",7648,8115,764,10 Mile +19486,Annaleah L.,F,33,"San Francisco, CA",7649,9154,764,10 Mile +19538,Taiwo O.,F,54,"Silver Spring, MD",7649,8927,764,10 Mile +19417,Jolene L.,F,32,"Washington, DC",7653,9170,765,10 Mile +16086,Alyssa P.,F,28,"Norfolk, VA",7653,9170,765,10 Mile +12941,Kristen F.,F,48,"Ipswich, MA",7654,8761,765,10 Mile +21543,Veronika K.,F,48,"Stevensville, MD",7654,9090,765,10 Mile +17544,Sara P.,F,30,"Bethesda, MD",7654,8764,765,10 Mile +21650,Diane F.,F,30,"Rockville, MD",7655,8931,765,10 Mile +16700,Geraldine B.,F,50,"Hinckley, OH",7656,8618,765,10 Mile +20129,Brandy S.,F,18,"Washington, DC",7658,9126,765,10 Mile +20856,Tamara H.,F,39,"Annapolis, MD",7658,9164,765,10 Mile +18501,Brea O.,F,36,"Silver Spring, MD",7659,9087,765,10 Mile +20033,Andrea D.,F,28,"Washington, DC",7659,8724,765,10 Mile +17418,Jill R.,F,41,"Port Jervis, NY",7659,8947,765,10 Mile +21326,Yi-Shuan C.,F,34,"Jersey City, NJ",7661,8899,766,10 Mile +20629,Maria B.,F,42,"Falls Church, VA",7662,9078,766,10 Mile +4058,Mina S.,F,24,Serbia,7662,7861,766,10 Mile +16750,Amy L.,F,43,"Woodbridge, VA",7664,8939,766,10 Mile +18848,Carrie W.,F,41,"Silver Spring, MD",7664,9103,766,10 Mile +19555,Sarah R.,F,47,"Alexandria, VA",7665,9139,766,10 Mile +18485,Judy N.,F,54,"Montgomery Village, MD",7665,8957,766,10 Mile +22610,Sandra P.,F,52,"Bronx, NY",7665,7966,766,10 Mile +18364,Emily S.,F,49,"Gaithersburg, MD",7665,8957,766,10 Mile +2052,Andrea H.,F,35,"Fort Washington, MD",7667,8492,766,10 Mile +21133,Danielle B.,F,29,"Arlington, VA",7667,8737,766,10 Mile +11434,Ieshia N.,F,34,"Haddonfield, NJ",7667,8481,766,10 Mile +14047,Tatania G.,F,41,"Washington, DC",7668,8725,766,10 Mile +11217,Meghan K.,F,44,"Alexandria, VA",7668,8650,766,10 Mile +19956,Christina K.,F,37,"Washington, DC",7668,8650,766,10 Mile +18145,Nicole B.,F,38,"Odenton, MD",7669,9074,766,10 Mile +19438,Rebecca R.,F,25,"Washington, DC",7669,8657,766,10 Mile +18735,Donna L.,F,30,"Gaithersburg, MD",7669,8806,766,10 Mile +23116,Angie C.,F,54,"Bethesda, MD",7670,8000,767,10 Mile +19682,Jennifer S.,F,43,"Stafford, VA",7671,9106,767,10 Mile +20080,Sharmila H.,F,51,"Falls Church, VA",7672,8424,767,10 Mile +15165,Vicky S.,F,57,"Clifton, VA",7673,8828,767,10 Mile +18883,Lynn M.,F,48,"Hoboken, NJ",7674,8943,767,10 Mile +6061,Meggan E.,F,46,"Alexandria, VA",7674,8422,767,10 Mile +19349,Elizabeth H.,F,59,"New Castle, DE",7675,8959,767,10 Mile +18223,Mary W.,F,58,"Gaithersburg, MD",7675,9187,767,10 Mile +13516,Janina P.,F,64,"Reston, VA",7675,8789,767,10 Mile +20042,Julie H.,F,50,"Mclean, VA",7678,9112,767,10 Mile +22141,Paige S.,F,24,"Washington, DC",7679,8840,767,10 Mile +20195,Manasi P.,F,36,"Ashburn, VA",7680,9186,768,10 Mile +19296,Michelle F.,F,42,"Cheverly, MD",7680,8591,768,10 Mile +19984,Angela K.,F,43,"Fairfax, VA",7681,9177,768,10 Mile +15313,Rachel H.,F,30,"Washington, DC",7685,8786,768,10 Mile +15855,Sarah B.,F,27,"Joppa, MD",7685,8786,768,10 Mile +15768,Mary D.,F,27,"Arlington, VA",7687,8894,768,10 Mile +15794,Margaret S.,F,27,"Arlington, VA",7687,8894,768,10 Mile +15568,Monica G.,F,41,"New York, NY",7687,8991,768,10 Mile +19532,Patricia D.,F,60,"Coventry, CT",7688,9170,768,10 Mile +18771,Maureen W.,F,60,"Clinton, CT",7688,9170,768,10 Mile +3228,Dana A.,F,44,"Washington, DC",7689,8969,768,10 Mile +12661,Zheng L.,F,32,"Germantown, MD",7691,9174,769,10 Mile +18240,Barbara B.,F,56,"New Cumberland, PA",7691,8962,769,10 Mile +18153,Kathryn W.,F,65,"Bethesda, MD",7691,8969,769,10 Mile +20316,Carolyn M.,F,44,"Arlington, VA",7692,8890,769,10 Mile +19155,Renee W.,F,40,"Trenton, NJ",7692,9198,769,10 Mile +16707,Taneika D.,F,35,"Lexington Park, MD",7693,8884,769,10 Mile +4531,Sandra S.,F,53,"Falls Church, VA",7693,8543,769,10 Mile +20548,Na Z.,F,32,"Alexandria, VA",7693,9176,769,10 Mile +18371,Shiloh S.,F,38,"Charlotte, NC",7693,8944,769,10 Mile +17797,Roxanne F.,F,46,"Hyattsville, MD",7694,8998,769,10 Mile +18157,Janelle C.,F,45,"Spring Grove, PA",7695,9000,769,10 Mile +11152,Jessica G.,F,25,"New York, NY",7696,8567,769,10 Mile +17991,Tamara M.,F,42,"Fairfax, VA",7696,9127,769,10 Mile +18393,Kim R.,F,45,"Palmyra, PA",7696,9178,769,10 Mile +18754,Meghan F.,F,35,"Arlington, VA",7697,9120,769,10 Mile +15500,Kait R.,F,28,"Falls Church, VA",7698,8960,769,10 Mile +12845,Leah Y.,F,38,"Falls Church, VA",7699,8453,769,10 Mile +13273,Lindy W.,F,37,"Boone, NC",7699,8835,769,10 Mile +18779,Viviana G.,F,37,"Vienna, VA",7701,9175,770,10 Mile +14817,Heather R.,F,37,"Gaithersburg, MD",7702,8851,770,10 Mile +8006,Pattra M.,F,40,"Ipswich, MA",7702,8468,770,10 Mile +16987,Colleen A.,F,41,"Fairfax, VA",7702,9133,770,10 Mile +18661,Amie B.,F,43,"Bethesda, MD",7703,8851,770,10 Mile +18246,Kim D.,F,46,"Terryville, CT",7705,9132,770,10 Mile +18566,Melissa P.,F,35,"Washington, DC",7705,9190,770,10 Mile +10401,Tara M.,F,36,"Falls Church, VA",7705,9181,770,10 Mile +21014,Janice K.,F,57,"Silver Spring, MD",7706,9225,770,10 Mile +19853,Victoria C.,F,38,"Towson, MD",7706,8862,770,10 Mile +18316,Akiko E.,F,30,"Rockville, MD",7707,9144,770,10 Mile +20298,Billeye J.,F,46,"Alexandria, VA",7708,9214,770,10 Mile +23159,Molly S.,F,43,"Stafford, VT",7708,8187,770,10 Mile +4448,Alex D.,F,37,"Alexandria, VA",7708,8912,770,10 Mile +19317,Kori N.,F,35,"Washington, DC",7708,8643,770,10 Mile +19497,Jasmyne W.,F,28,"Washington, DC",7708,8866,770,10 Mile +9240,Angie Y.,F,46,"Ruther Glen, VA",7709,8029,770,10 Mile +19999,Elizabeth H.,F,31,"Washington, DC",7709,9120,770,10 Mile +22305,Tegest J.,F,46,"Ellicott City, MD",7711,9131,771,10 Mile +19455,Marianne J.,F,39,"Fairfax, VA",7711,9179,771,10 Mile +8620,Katie O.,F,45,"Sterling, VA",7711,9179,771,10 Mile +22984,Saturnina R.,F,41,"Ashburn, VA",7712,9141,771,10 Mile +20877,Carrie M.,F,26,"Silver Spring, MD",7712,9185,771,10 Mile +7582,Maureen F.,F,63,"Atlanta, GA",7713,8572,771,10 Mile +18489,Lena H.,F,30,"West Hartford, CT",7713,8920,771,10 Mile +19576,Linda M.,F,52,"New Cumberland, PA",7713,9182,771,10 Mile +18557,Kathryn W.,F,52,"Silver Spring, MD",7714,9140,771,10 Mile +19489,Arceli B.,F,43,"Springfield, VA",7714,8867,771,10 Mile +19996,Maria S.,F,46,"Arlington, VA",7714,8887,771,10 Mile +14909,Lindsey P.,F,31,"Norman, OK",7715,8946,771,10 Mile +19370,Anat P.,F,40,"Rockville, MD",7715,9160,771,10 Mile +18014,Joan G.,F,60,"State College, PA",7716,8924,771,10 Mile +15662,Melissa O.,F,28,"New York, NY",7718,8715,771,10 Mile +19512,Aleia T.,F,37,"Falls Church, VA",7718,8797,771,10 Mile +19960,Kristine C.,F,36,"New Milford, CT",7720,8863,772,10 Mile +19072,Kimerly W.,F,34,"Springfield, VA",7720,8342,772,10 Mile +18928,Jennafer B.,F,33,"Alexandria, VA",7721,9144,772,10 Mile +17781,Jane J.,F,48,"Hagerstown, MD",7721,8847,772,10 Mile +9287,Julie Y.,F,44,"Arlington, VA",7724,8352,772,10 Mile +20444,Farhana I.,F,29,United Kingdom,7725,9164,772,10 Mile +15832,Martha B.,F,42,"Alexandria, VA",7726,8704,772,10 Mile +16909,Andrea M.,F,34,"Philadelphia, PA",7727,8325,772,10 Mile +16024,Laura E.,F,35,"Clifton Park, NY",7727,9022,772,10 Mile +16374,Kara D.,F,50,"Reston, VA",7727,8950,772,10 Mile +16459,Holly H.,F,40,"Baltimore, MD",7727,9252,772,10 Mile +17957,Allison L.,F,29,"Bristow, VA",7728,8998,772,10 Mile +12360,Oyinda A.,F,26,"Bowie, MD",7728,8825,772,10 Mile +18522,Jessica M.,F,32,"Arlington, VA",7729,9000,772,10 Mile +19752,Margaret D.,F,55,"Chantilly, VA",7729,9210,772,10 Mile +1756,Kayla R.,F,30,"Odenton, MD",7729,8819,772,10 Mile +15570,Elizabeth M.,F,32,"Arlington, VA",7731,8928,773,10 Mile +9358,Allison L.,F,30,"Washington, DC",7732,8649,773,10 Mile +21325,Lori M.,F,54,"Sharpsburg, MD",7732,9162,773,10 Mile +17189,Emily R.,F,28,"Arlington, VA",7734,8873,773,10 Mile +22891,Pamela M.,F,45,"Mcdonough, GA",7734,9221,773,10 Mile +10755,Amelia F.,F,21,"Dover, MA",7735,7735,773,10 Mile +19282,Juli B.,F,45,"Woodside, NY",7736,9219,773,10 Mile +3593,Mary F.,F,27,"Washington, DC",7738,9237,773,10 Mile +19259,Carla C.,F,25,"Hyattsville, MD",7740,9194,774,10 Mile +18320,Jody C.,F,39,"Pittsburgh, PA",7740,9147,774,10 Mile +18990,Alex B.,F,36,"Washington, DC",7741,8917,774,10 Mile +15423,Sarah H.,F,35,"Hanover, MD",7741,8791,774,10 Mile +19304,Neelam S.,F,50,"North Bethesda, MD",7741,8592,774,10 Mile +13984,Kristen C.,F,34,"Catonsville, MD",7743,8803,774,10 Mile +19514,Kirsten S.,F,35,"Dallas, TX",7745,8373,774,10 Mile +14131,Lauren C.,F,46,"Gaithersburg, MD",7745,8938,774,10 Mile +20340,Caitlin F.,F,31,"Woodbridge, VA",7746,9159,774,10 Mile +19721,Amanda R.,F,34,"Flemington, NJ",7747,8947,774,10 Mile +18378,Leslie H.,F,40,"Springfield, VA",7748,9240,774,10 Mile +12663,Molly C.,F,31,"Washington, DC",7750,8726,775,10 Mile +7952,Jayne L.,F,53,"Sterling, MA",7751,8666,775,10 Mile +19251,Ashley W.,F,31,"Alexandria, VA",7751,9186,775,10 Mile +20576,Heather K.,F,33,"Kensington, MD",7752,9228,775,10 Mile +18686,Dianne D.,F,57,"Burke, VA",7753,9211,775,10 Mile +13289,Olivia C.,F,36,"Fort Belvoir, VA",7754,8606,775,10 Mile +20522,Donna W.,F,54,"Rockville, MD",7754,8931,775,10 Mile +18178,Olivia L.,F,48,"Leesburg, VA",7757,9267,775,10 Mile +21261,Julie P.,F,35,"Alexandria, VA",7758,9180,775,10 Mile +22038,Abby T.,F,29,"Washington, DC",7758,9244,775,10 Mile +21646,Pamela S.,F,33,"Washington, DC",7758,9002,775,10 Mile +23002,Heba T.,F,39,"Vienna, VA",7759,9202,775,10 Mile +22115,Taryn B.,F,28,"Washington, DC",7759,9245,775,10 Mile +18733,Eva B.,F,63,"Richmond, VA",7761,8236,776,10 Mile +19595,Amanda M.,F,31,"Enterprise, AL",7761,9281,776,10 Mile +20202,Nisha S.,F,36,"Washington, DC",7761,8002,776,10 Mile +19743,Lori S.,F,30,"Tampa, FL",7761,9281,776,10 Mile +20342,Erin R.,F,32,"Baltimore, MD",7762,9301,776,10 Mile +15814,Yuri C.,F,31,"Riverdale, MD",7762,8573,776,10 Mile +9980,Rachel M.,F,37,"Silver Spring, MD",7763,9201,776,10 Mile +21565,Deidre S.,F,55,"Bowie, MD",7764,9229,776,10 Mile +18872,Baishali M.,F,49,"Vienna, VA",7766,8893,776,10 Mile +17787,Joan U.,F,57,"Alameda, CA",7767,9035,776,10 Mile +13326,Shannon B.,F,41,"North Tonawanda, NY",7768,8545,776,10 Mile +18377,Nidhi R.,F,44,"Clarksburg, MD",7768,9235,776,10 Mile +19588,Stephanie V.,F,32,"Brooklyn, NY",7768,9225,776,10 Mile +18610,Kim H.,F,38,"Clarksburg, MD",7768,9235,776,10 Mile +15578,Sarah P.,F,38,"Winfield, PA",7770,8889,777,10 Mile +18488,Victoria C.,F,32,"Rockville, MD",7773,8360,777,10 Mile +20424,Sheena B.,F,48,"Mclean, VA",7774,8525,777,10 Mile +19026,Teresa S.,F,29,"Sterling, VA",7775,8907,777,10 Mile +20545,Yan S.,F,37,"Gaithersburg, MD",7775,9260,777,10 Mile +12960,Christine H.,F,26,"Arlington, VA",7775,8752,777,10 Mile +16571,Kristin C.,F,32,"Herndon, VA",7775,8906,777,10 Mile +14995,Joyce B.,F,40,"Arlington, VA",7775,9041,777,10 Mile +19577,Sandy H.,F,45,"Lawndale, NC",7775,9214,777,10 Mile +17090,Michelle C.,F,32,"Alexandria, VA",7776,8752,777,10 Mile +1526,Angie J.,F,40,"Sterling, VA",7776,8753,777,10 Mile +21638,Lisa M.,F,49,"Richmond, CA",7779,9251,777,10 Mile +22242,April L.,F,49,"Rockville, MD",7779,9029,777,10 Mile +20208,Andrea D.,F,42,"Chevy Chase, MD",7779,9288,777,10 Mile +7794,Jennifer R.,F,38,"Rockville, MD",7779,9029,777,10 Mile +22239,Elaine C.,F,45,"Clarksburg, MD",7780,9029,778,10 Mile +22236,Leah G.,F,40,"Gaithersburg, MD",7782,9029,778,10 Mile +19859,Anna F.,F,38,"Baltimore, MD",7783,9224,778,10 Mile +18034,Achaia W.,F,36,"Bowie, MD",7783,9246,778,10 Mile +18420,Heather B.,F,28,"Washington, DC",7784,9285,778,10 Mile +16597,Jennifer Y.,F,46,"Springfield, MO",7784,8855,778,10 Mile +18448,Jennifer N.,F,28,"Washington, DC",7785,9285,778,10 Mile +22232,Tracy T.,F,32,"Clarksburg, MD",7788,9030,778,10 Mile +20283,Brooke H.,F,29,"Baltimore, MD",7788,9285,778,10 Mile +19038,Anita W.,F,58,"Arlington, VA",7789,9205,778,10 Mile +22235,Claire L.,F,26,"Damascus, MD",7789,9030,778,10 Mile +19659,Jennifer G.,F,38,"Chantilly, VA",7793,9242,779,10 Mile +19332,Adele H.,F,68,"Union Grove, AL",7794,9006,779,10 Mile +16322,Annette H.,F,45,"Lovettsville, VA",7794,9041,779,10 Mile +22909,Tanja W.,F,44,"Lovettsville, VA",7794,9041,779,10 Mile +19352,Lea K.,F,26,"Washington, DC",7794,9294,779,10 Mile +12242,Rebecca J.,F,41,"Fairfax, VA",7795,9006,779,10 Mile +21238,Ebony H.,F,44,"Bowie, MD",7797,9246,779,10 Mile +18307,Elisa S.,F,52,"Olney, MD",7798,9315,779,10 Mile +20344,Paula B.,F,46,"Downsville, NY",7798,9314,779,10 Mile +18768,Michelle C.,F,40,"Arlington, VA",7800,9014,780,10 Mile +14394,Kelly K.,F,29,"Dallas, TX",7800,8947,780,10 Mile +1744,Jolleen T.,F,28,"Annandale, VA",7801,8614,780,10 Mile +20308,Danielle B.,F,27,"Kingstowne, VA",7802,8615,780,10 Mile +16189,Amanda P.,F,27,"Arlington, VA",7803,8936,780,10 Mile +17076,Amelia L.,F,32,"Baltimore, MD",7804,8720,780,10 Mile +19696,Christina C.,F,29,"Beltsville, MD",7805,9259,780,10 Mile +15416,Paula T.,F,65,"Takoma Park, MD",7806,9266,780,10 Mile +17692,Jennifer A.,F,50,"Alexandria, VA",7807,9233,780,10 Mile +21282,Sarah S.,F,33,"Baltimore, MD",7810,9290,781,10 Mile +17506,Abby H.,F,23,"Lawndale, NC",7811,8867,781,10 Mile +22830,Sukhpreet G.,F,30,"Falls Church, VA",7811,8918,781,10 Mile +15393,Jeri R.,F,58,"Middletown, NJ",7812,9017,781,10 Mile +8782,Jamie G.,F,28,"Brooklyn, NY",7812,8260,781,10 Mile +21150,Caitlin S.,F,33,"Springfield, OH",7812,9085,781,10 Mile +18584,Carrie P.,F,41,"Mclean, VA",7812,8137,781,10 Mile +15395,Jennifer R.,F,25,"Silver Spring, MD",7812,9017,781,10 Mile +18120,Mandee R.,F,44,"Potomac, MD",7813,9244,781,10 Mile +22781,Gerri B.,F,44,"Rockville, MD",7815,9246,781,10 Mile +13116,Christa L.,F,52,"Hagerstown, MD",7816,8556,781,10 Mile +20013,Juliette B.,F,27,"Boston, MA",7817,9314,781,10 Mile +20452,Kimberly H.,F,49,"Clear Spring, MD",7817,8556,781,10 Mile +19825,Kathleen H.,F,58,"Monmouth Junction, NJ",7818,9333,781,10 Mile +17884,Dee Y.,F,38,"Fairfax Station, VA",7820,9039,782,10 Mile +19218,Jennifer E.,F,26,"Silver Spring, MD",7820,9293,782,10 Mile +17580,Ranju S.,F,46,"Ashburn, VA",7820,8996,782,10 Mile +19493,Linda M.,F,54,"Rockville, MD",7820,9244,782,10 Mile +18135,Jennifer A.,F,45,"Burke, VA",7821,9039,782,10 Mile +18764,Heather D.,F,35,"Easton, MD",7824,9258,782,10 Mile +15182,Jessica L.,F,35,"Cordova, MD",7824,9257,782,10 Mile +16269,Deborah S.,F,38,"Adamstown, MD",7827,9047,782,10 Mile +13163,Nurgi G.,F,39,"Gaithersburg, MD",7827,8646,782,10 Mile +17267,Jaime L.,F,41,"Washington, DC",7828,9321,782,10 Mile +19855,Annabelle D.,F,33,"Washington, DC",7829,9090,782,10 Mile +15957,Lynne P.,F,58,"Pembroke Pines, OH",7829,8892,782,10 Mile +15833,Jennifer G.,F,31,"Gaithersburg, MD",7829,8880,782,10 Mile +20074,Alexandra S.,F,30,"Silver Spring, MD",7830,9345,783,10 Mile +15152,Paige W.,F,26,"Washington, DC",7831,8964,783,10 Mile +16136,Jeanne H.,F,57,"Potomac, MD",7832,9068,783,10 Mile +8089,Tammy K.,F,58,"Fredericskburg, VA",7832,9297,783,10 Mile +18866,Crystal R.,F,25,"Long Island City, NY",7835,9253,783,10 Mile +18089,Ann D.,F,42,"Gaithersburg, MD",7836,9315,783,10 Mile +13502,Rebecca W.,F,43,"Washington, DC",7837,8585,783,10 Mile +22854,Judy T.,F,46,"Gaithersburg, MD",7837,9316,783,10 Mile +20551,Jennifer H.,F,32,"Brooklyn, NY",7839,9311,783,10 Mile +19048,Jennifer Z.,F,35,"Arlington, VA",7839,9345,783,10 Mile +19401,Junnie H.,F,43,"Fairfax, VA",7840,9345,784,10 Mile +15170,Hindy B.,F,54,"Potomac, MD",7841,8578,784,10 Mile +18716,Karen G.,F,42,"Gainesville, VA",7843,9352,784,10 Mile +18057,Vanessa F.,F,60,"Olney, MD",7843,9268,784,10 Mile +17521,Melanie A.,F,39,"Sterling, VA",7845,9087,784,10 Mile +19627,Rachel T.,F,34,"Washington, DC",7845,9277,784,10 Mile +17711,Kelly H.,F,35,"Port Chester, NY",7845,9277,784,10 Mile +19690,Tara A.,F,43,"Mclean, VA",7848,9336,784,10 Mile +19716,Alicia M.,F,32,"Moon Township, PA",7848,9358,784,10 Mile +19431,Robin Z.,F,35,"Ottawa, ON",7848,9275,784,10 Mile +20193,Allison H.,F,29,"Bel Air, MD",7848,9294,784,10 Mile +576,Maria L.,F,48,"Clifton, VA",7848,8833,784,10 Mile +17113,Kristin H.,F,50,"Clifton, VA",7848,8833,784,10 Mile +21383,Jennifer P.,F,36,"Bethesda, MD",7849,9305,784,10 Mile +20175,Kimberly M.,F,33,"Clinton, TN",7849,9305,784,10 Mile +20126,Pravrutha R.,F,28,"College Park, MD",7849,9318,784,10 Mile +12605,Catherine T.,F,55,"Clifton, VA",7849,8834,784,10 Mile +20439,Cleonia T.,F,37,"Waldorf, MD",7849,9255,784,10 Mile +4884,Teressa W.,F,36,"Purcellville, VA",7849,9279,784,10 Mile +14967,Hannah S.,F,24,"Raleigh, NC",7850,8435,785,10 Mile +22147,Abigail D.,F,28,"Washington, DC",7851,8937,785,10 Mile +19157,Jessica H.,F,33,"Fairfax, VA",7852,9270,785,10 Mile +18551,Jenin Y.,F,29,"Mclean, VA",7853,9364,785,10 Mile +18638,Sarah R.,F,36,"Alexandria, VA",7853,9286,785,10 Mile +18399,Meegan B.,F,37,"Buffalo, NY",7854,9302,785,10 Mile +21012,Genevieve S.,F,33,"Washington, DC",7856,9376,785,10 Mile +15843,Judith L.,F,61,"Leesburg, VA",7862,8750,786,10 Mile +12805,Julie O.,F,48,"Alexandria, VA",7863,8975,786,10 Mile +20028,Tamara B.,F,35,"Arlington, VA",7863,9082,786,10 Mile +20715,Satori S.,F,26,"Washington, DC",7864,9333,786,10 Mile +19309,Susan F.,F,58,"N. Potomac, MD",7864,8053,786,10 Mile +19467,Ceara C.,F,29,"Mauston, WI",7865,9333,786,10 Mile +21292,Sherri E.,F,51,"Herndon, VA",7867,9377,786,10 Mile +17785,Ellen D.,F,58,"Pomfret, CT",7868,8922,786,10 Mile +19684,Stephanie D.,F,25,"Falls Church, VA",7868,8922,786,10 Mile +19397,Lauren R.,F,36,"Orlando, FL",7873,9287,787,10 Mile +19200,Lisa C.,F,51,"Purcellville, VA",7873,9366,787,10 Mile +19919,Anne T.,F,64,"Silver Spring, MD",7875,8809,787,10 Mile +18841,Lora B.,F,51,"Bowie, MD",7877,9303,787,10 Mile +18401,Susan T.,F,55,"New York, NY",7877,9112,787,10 Mile +682,Amanda P.,F,40,"Clarksburg, MD",7877,9343,787,10 Mile +18007,Michelle D.,F,38,"Clarksburg, MD",7878,9344,787,10 Mile +15383,Caitlin C.,F,30,"Baltimore, MD",7880,9382,788,10 Mile +9502,Joanie W.,F,56,"Dumfries, VA",7880,9362,788,10 Mile +18985,Jaclyn P.,F,35,"Philipsburg, PA",7880,9023,788,10 Mile +18652,Danielle O.,F,32,"Washington, DC",7882,9343,788,10 Mile +18322,Kuoting L.,F,29,"Baltimore, MD",7882,9382,788,10 Mile +19754,Anitha R.,F,41,"Ashburn, VA",7883,8376,788,10 Mile +18433,Brittany N.,F,29,"Quantico, VA",7885,9091,788,10 Mile +17713,Raygan L.,F,38,"Severn, MD",7886,9067,788,10 Mile +18568,Kate K.,F,35,"Washington, DC",7886,9370,788,10 Mile +19207,Carrie C.,F,41,"Upper Marlboro, MD",7887,9402,788,10 Mile +703,Cecelia M.,F,55,"Manassas, VA",7891,8400,789,10 Mile +19593,Cheryl H.,F,50,"Clifton Park, NY",7892,9315,789,10 Mile +22599,Rita F.,F,41,"Rockville, MD",7894,8807,789,10 Mile +18643,Kelly W.,F,37,"Alexandria, VA",7897,9073,789,10 Mile +19820,Ashley H.,F,27,"Woodbridge, VA",7897,9073,789,10 Mile +20007,Poonam S.,F,28,"Silver Spring, MD",7898,9193,789,10 Mile +20257,Gwen G.,F,47,"Parkville, MD",7900,9392,790,10 Mile +22919,Josette J.,F,47,"Newton, NJ",7900,9393,790,10 Mile +18816,Melissa B.,F,32,"Lorton, VA",7900,9087,790,10 Mile +17936,Jen A.,F,35,"Bristow, VA",7901,9105,790,10 Mile +19174,Camille B.,F,51,"Rockville, MD",7901,9386,790,10 Mile +14487,Barbara M.,F,59,"Arlington, VA",7901,9359,790,10 Mile +16708,Mallory H.,F,27,"Alexandria, VA",7904,8942,790,10 Mile +18332,Linda C.,F,75,"Potomac, MD",7905,8396,790,10 Mile +19348,Seema M.,F,52,"Fulton, MD",7907,8665,790,10 Mile +17805,Amy T.,F,47,"Severna Park, MD",7908,9030,790,10 Mile +20516,Helen Y.,F,25,"Lorton, VA",7908,9386,790,10 Mile +21459,Luciana S.,F,31,"Washington, DC",7909,9115,790,10 Mile +19165,Lynne Z.,F,67,"Kanata, ON",7909,9336,790,10 Mile +19164,Alexandra R.,F,65,"Kanata, ON",7909,9336,790,10 Mile +19841,Carolyn P.,F,38,"Montclair, VA",7913,9117,791,10 Mile +19281,Jolene W.,F,38,"Chantilly, VA",7913,9390,791,10 Mile +18537,Elaine A.,F,37,"Alexandria, VA",7914,9361,791,10 Mile +19678,Melanie L.,F,31,"Rockville, MD",7914,9367,791,10 Mile +15870,April A.,F,28,"Washington, DC",7916,9031,791,10 Mile +22902,Karen V.,F,50,"Herndon, VA",7919,9423,791,10 Mile +16552,Pauline L.,F,29,"Arlington, VA",7919,8958,791,10 Mile +16350,Andrea F.,F,45,"Windsor Mill, MD",7920,9156,792,10 Mile +19972,Kim H.,F,53,"Fredericksburg, VA",7921,9345,792,10 Mile +19021,Amanda A.,F,27,"Falls Church, VA",7921,9385,792,10 Mile +18649,Jill N.,F,56,"Arlington, VA",7922,9366,792,10 Mile +19292,Tammy R.,F,32,"Arlington, VA",7924,9360,792,10 Mile +19135,Cathy S.,F,55,"Hampstead, MD",7924,9414,792,10 Mile +18565,Christina B.,F,39,"Alexandria, VA",7926,9190,792,10 Mile +18608,Kristin L.,F,41,"Odenton, MD",7926,9190,792,10 Mile +19191,Wai A.,F,38,"Rahway, NJ",7926,9351,792,10 Mile +15783,Ashvini R.,F,35,"Washington, DC",7926,8135,792,10 Mile +16404,Caroline B.,F,38,"Edison, NJ",7926,8824,792,10 Mile +13045,Alies V.,F,43,"New York, NY",7927,8828,792,10 Mile +19557,Hebah A.,F,47,"Leesburg, VA",7927,9223,792,10 Mile +21634,Nina R.,F,25,"Washington, DC",7932,9409,793,10 Mile +20071,Hemalatha M.,F,48,"Ashburn, VA",7932,8168,793,10 Mile +19113,Lisa B.,F,38,"Knoxville, TN",7933,9340,793,10 Mile +17358,Frances T.,F,40,"Alexandria, VA",7935,9443,793,10 Mile +9351,Elsa K.,F,15,"Beltsville, MD",7940,8794,794,10 Mile +19616,Robin K.,F,35,"Rockville, MD",7940,9448,794,10 Mile +20150,Elizabeth R.,F,47,"Rockville, MD",7941,9351,794,10 Mile +12134,Jacqueline B.,F,34,"Bowie, MD",7942,8903,794,10 Mile +17748,Sorayda P.,F,34,"Frederick, MD",7943,9114,794,10 Mile +19008,Catherine A.,F,32,"Alexandria, VA",7945,9039,794,10 Mile +17725,Juliette P.,F,40,"Orlando, FL",7945,9051,794,10 Mile +18791,Nicole V.,F,21,"Washington, DC",7945,9043,794,10 Mile +22304,Shannon B.,F,24,"Fairfax, VA",7945,9432,794,10 Mile +19599,Alexis L.,F,41,"Alexandria, VA",7946,9441,794,10 Mile +21575,Mardee W.,F,57,"Arlington, VA",7948,9361,794,10 Mile +18434,Angela S.,F,40,"Annapolis Junction, MD",7949,8807,794,10 Mile +13010,Marie C.,F,54,"Oak Hill, VA",7951,8513,795,10 Mile +19559,Jasmine H.,F,38,"Jeffersonville, IN",7952,9413,795,10 Mile +20836,Anna L.,F,36,"Alexandria, VA",7953,9420,795,10 Mile +19604,Charmian L.,F,48,"Chesapeake, VA",7954,9462,795,10 Mile +15101,Thais V.,F,26,"Washington, DC",7955,9001,795,10 Mile +19614,Regina S.,F,46,"Alexandria, VA",7956,8851,795,10 Mile +19605,Mary T.,F,49,"Alexandria, VA",7958,9438,795,10 Mile +19921,Christina R.,F,36,"Springfield, VA",7959,9252,795,10 Mile +19979,Chloe T.,F,21,"Alexandria, VA",7959,9437,795,10 Mile +20409,Julia M.,F,34,"Gibsonia, PA",7960,9431,796,10 Mile +21054,Courtney E.,F,21,"Morris Plains, NJ",7960,9463,796,10 Mile +16753,Jean L.,F,36,"South Orange, NJ",7962,9252,796,10 Mile +18810,Jen H.,F,41,"Eldersburg, MD",7963,8846,796,10 Mile +15014,Lonni B.,F,45,"Owings Mills, MD",7963,8846,796,10 Mile +20680,Nadia H.,F,38,"Ellicott City, MD",7964,9233,796,10 Mile +13847,Melody S.,F,36,"New York, NY",7965,9134,796,10 Mile +18185,Alberta G.,F,50,"Pasadena, MD",7965,9389,796,10 Mile +20052,Kelly T.,F,32,"New Providence, PA",7966,9375,796,10 Mile +20899,Gloria D.,F,63,"Harrisonburg, VA",7966,9447,796,10 Mile +13832,Heather A.,F,30,"Arlington, VA",7967,8936,796,10 Mile +671,Crystal C.,F,52,"Pikesville, MD",7968,8905,796,10 Mile +19621,Macy C.,F,25,"Arlington, VA",7968,8937,796,10 Mile +20170,Lashawn D.,F,45,"Washington, DC",7972,9251,797,10 Mile +22874,Cassandra K.,F,32,"Houston, TX",7976,9425,797,10 Mile +18937,Trisha K.,F,37,"Centreville, VA",7978,9409,797,10 Mile +13701,Courtney B.,F,37,"Washington, DC",7981,8945,798,10 Mile +19814,Roxanne S.,F,38,"Washington, DC",7981,9398,798,10 Mile +10514,Sarah B.,F,26,"Charlottesville, VA",7981,8945,798,10 Mile +20367,Jennifer R.,F,26,"Preston, CT",7983,9448,798,10 Mile +13280,Carrie G.,F,33,"Alexandria, VA",7984,8774,798,10 Mile +19585,Jennifer R.,F,33,"Stafford, VA",7985,9524,798,10 Mile +16653,Komal K.,F,41,"Potomac, MD",7987,8852,798,10 Mile +16356,Andrea M.,F,53,"Chevy Chase, MD",7987,9264,798,10 Mile +20252,Loan N.,F,44,"Fairfax, VA",7989,8456,798,10 Mile +20990,Erin F.,F,20,"Brunswick, MD",7990,9428,799,10 Mile +20381,Josefina G.,F,35,"Arlington, VA",7991,8553,799,10 Mile +22336,Heather F.,F,43,"Beech Island, SC",7992,9457,799,10 Mile +20243,Tiffany P.,F,36,"Charlotte, NC",7992,8574,799,10 Mile +20989,Amy F.,F,51,"Brunswick, MD",7992,9431,799,10 Mile +1694,Paolina M.,F,27,"Falls Church, VA",7994,8034,799,10 Mile +14252,Jennifer F.,F,36,"Falls Church, VA",7995,9257,799,10 Mile +17526,Pamela M.,F,46,"California, MD",7998,9244,799,10 Mile +16342,Mary Y.,F,62,"Philadelphia, PA",7998,8992,799,10 Mile +18494,Alex M.,F,42,"Washington, DC",7998,8797,799,10 Mile +18028,Monica R.,F,60,"Kensington, MD",7999,9422,799,10 Mile +17021,Vicki T.,F,43,"California, MD",7999,9244,799,10 Mile +8566,Katie R.,F,39,"Millersville, MD",8000,8858,800,10 Mile +17589,Helene L.,F,63,"Brooklyn, NY",8000,9122,800,10 Mile +22146,Jacqueline B.,F,31,"Washington, DC",8001,9441,800,10 Mile +18087,Christine D.,F,57,"Oceanside, CA",8002,9067,800,10 Mile +18152,Xenia S.,F,59,"Bethesda, MD",8003,9425,800,10 Mile +9716,Rebecca H.,F,37,"Richmond, VA",8006,8750,800,10 Mile +20155,Montrece R.,F,49,"Waldorf, MD",8008,9132,800,10 Mile +19835,Tenikka G.,F,37,"Upper Marlboro, MD",8008,8802,800,10 Mile +21134,Marcia S.,F,63,"Washington, DC",8009,9455,800,10 Mile +13346,Carolee W.,F,59,"Chevy Chase, MD",8009,8763,800,10 Mile +19961,Jennifer G.,F,28,"Rockville, MD",8009,9504,800,10 Mile +22266,Leslie V.,F,38,"Arlington, VA",8009,8330,800,10 Mile +18158,Melissa P.,F,39,"Newington, CT",8014,9434,801,10 Mile +20446,Julie L.,F,40,"Leonardtown, MD",8014,9281,801,10 Mile +18150,Vanessa L.,F,32,"Baltimore, MD",8017,9296,801,10 Mile +15072,Rachel S.,F,31,"Silver Spring, MD",8017,9296,801,10 Mile +20115,Nancy L.,F,23,"Boyds, MD",8019,9490,801,10 Mile +21114,Lisa C.,F,52,"Highland, NY",8022,9526,802,10 Mile +18907,Amy B.,F,34,"Seminole, FL",8023,9511,802,10 Mile +19598,Leslie S.,F,56,"Boonton, NJ",8024,9489,802,10 Mile +19550,Shilpa R.,F,36,"Herndon, VA",8025,9518,802,10 Mile +19543,Anne Z.,F,27,"Washington, DC",8025,9496,802,10 Mile +8920,Stacy G.,F,41,"Bronx, NY",8026,9106,802,10 Mile +17746,Kimberley S.,F,33,"Reading, PA",8028,8600,802,10 Mile +17683,Micheala B.,F,32,"Purcellville, VA",8030,9140,803,10 Mile +8731,Melissa N.,F,45,"Arlington, VA",8031,8821,803,10 Mile +18673,Laetitia B.,F,37,"Washington, DC",8032,9258,803,10 Mile +1634,Ashley H.,F,28,"Washington, DC",8032,8843,803,10 Mile +19249,Sarah E.,F,30,"Sewanee, TN",8035,9536,803,10 Mile +19710,Jessica D.,F,30,"Columbia, MD",8036,9460,803,10 Mile +19162,Rita M.,F,30,"Spring, TX",8039,9496,803,10 Mile +18692,Mariana S.,F,37,"Boynton Beach, FL",8040,9465,804,10 Mile +17242,Amber S.,F,28,"Alexandria, VA",8040,9186,804,10 Mile +12763,Sara V.,F,26,"Clarksburg, MD",8041,8894,804,10 Mile +19426,Alaine G.,F,35,"Frederick, MD",8044,9221,804,10 Mile +12424,Jennifer B.,F,31,"Arlington, VA",8045,9155,804,10 Mile +12875,Stephanie S.,F,32,"Washington, DC",8046,9155,804,10 Mile +15280,Padma A.,F,44,"Germantown, MD",8046,9098,804,10 Mile +19411,Jennifer R.,F,34,"Oklahoma City, OK",8047,9480,804,10 Mile +19680,Vannaly Q.,F,35,"Vienna, VA",8052,8336,805,10 Mile +19022,Na'Tasha J.,F,34,"Washington, DC",8056,9199,805,10 Mile +22878,Kristen K.,F,39,"Clarksburg, MD",8059,9021,805,10 Mile +17465,Janelle C.,F,40,"Aldie, VA",8060,9136,806,10 Mile +19785,Rhonda J.,F,51,"Woodbridge, VA",8061,9469,806,10 Mile +20741,Sasipriya J.,F,44,"Lorton, VA",8062,9343,806,10 Mile +20945,Carol B.,F,47,"Washington Dc, DC",8068,9557,806,10 Mile +19597,Nicole F.,F,37,"Germantown, MD",8068,9030,806,10 Mile +20131,Angela B.,F,35,"Glenarden, MD",8069,9541,806,10 Mile +19619,Donna D.,F,41,"Rockville, MD",8075,9301,807,10 Mile +20211,Jenny P.,F,39,"Crystal Lake, IL",8077,9485,807,10 Mile +19741,Donna D.,F,50,"Leesburg, VA",8077,9609,807,10 Mile +19498,Brittany G.,F,24,"Monroe, NY",8077,9371,807,10 Mile +17714,Esther B.,F,43,"Springfield, VA",8080,9038,808,10 Mile +18422,Susan D.,F,52,"Benton, PA",8080,8827,808,10 Mile +19052,Maria P.,F,48,"Centreville, VA",8082,9382,808,10 Mile +6414,Maureen D.,F,37,"Annapolis, MD",8083,9618,808,10 Mile +19423,Deepa E.,F,38,"South Riding, VA",8084,8578,808,10 Mile +18252,Ann W.,F,58,"Parsonsburg, MD",8086,9504,808,10 Mile +18450,Jodi G.,F,50,"Rome, GA",8087,9587,808,10 Mile +14144,Thulile L.,F,38,"Bethesda, MD",8087,9153,808,10 Mile +22943,Kathlynn M.,F,28,"Burtonsville, MD",8088,9566,808,10 Mile +18719,Kellie D.,F,29,"Centreville, VA",8088,9546,808,10 Mile +20228,Katina R.,F,45,"Bowie, MD",8089,9498,808,10 Mile +20559,Juliane M.,F,50,"Alexandria, VA",8095,9594,809,10 Mile +21088,Catherine C.,F,27,"Marietta, GA",8095,9564,809,10 Mile +19275,Katie Y.,F,31,"Arlington, VA",8096,8972,809,10 Mile +14253,Georgette O.,F,69,"Millsboro, DE",8096,9022,809,10 Mile +19928,Shelba D.,F,41,"King George, VA",8097,9632,809,10 Mile +13961,Noelle K.,F,41,"Reston, VA",8098,8944,809,10 Mile +22331,Tamara D.,F,53,"Potomac, MD",8100,9267,810,10 Mile +13851,Veronica C.,F,32,"Moreno Valley, CA",8103,9043,810,10 Mile +7214,Mikel K.,F,33,"Lancaster, PA",8104,9600,810,10 Mile +18829,Ashley H.,F,27,"Woodbridge, VA",8107,9583,810,10 Mile +13215,Vanaja A.,F,38,"Arlington, VA",8109,9100,810,10 Mile +16537,Marie D.,F,38,"Orlando, FL",8111,9271,811,10 Mile +9210,Josie H.,F,36,"Arlington, VA",8111,8570,811,10 Mile +17075,Kelsey L.,F,28,"North East, MD",8114,9030,811,10 Mile +19558,Mary G.,F,45,"Sudbury, MA",8119,9539,811,10 Mile +19607,Julia T.,F,51,"Great Falls, VA",8119,9219,811,10 Mile +20025,Sara R.,F,66,"East New Market, MD",8122,9558,812,10 Mile +18685,Heather K.,F,43,"Annandale, VA",8123,9547,812,10 Mile +22882,Abigail M.,F,43,"Austin, TX",8126,9546,812,10 Mile +15856,Carole Y.,F,43,"Baltimore, MD",8127,9614,812,10 Mile +19953,Brenda W.,F,58,"Berryville, VA",8128,8949,812,10 Mile +19954,Elexa W.,F,33,"Berryville, VA",8128,8949,812,10 Mile +19970,Kara I.,F,22,"Gaithersburg, MD",8131,9642,813,10 Mile +18550,Julie M.,F,24,"Rockville, MD",8131,9642,813,10 Mile +4075,Hannah L.,F,23,"Boston, MA",8131,8708,813,10 Mile +18561,Angela L.,F,48,"Aldie, VA",8134,9621,813,10 Mile +16432,Manuela K.,F,30,"New York, NY",8136,9291,813,10 Mile +18414,Jooyon B.,F,44,"Clifton, VA",8137,9623,813,10 Mile +14310,Sarah V.,F,28,"New York, NY",8137,9291,813,10 Mile +16873,Patricia J.,F,48,"Dumfries, VA",8138,9033,813,10 Mile +19665,Neerja R.,F,32,"Baltimore, MD",8141,9352,814,10 Mile +22925,Mary H.,F,34,"Port St Lucie, FL",8142,9596,814,10 Mile +19547,Leslie A.,F,54,"Bowie, MD",8143,9301,814,10 Mile +21143,Alison L.,F,54,"Fairfax, VA",8143,9631,814,10 Mile +19524,Jennie H.,F,62,"Port St Lucie, FL",8143,9597,814,10 Mile +12015,Allie A.,F,32,"Fairfax, VA",8144,9631,814,10 Mile +17014,Hania S.,F,43,"Ellicott City, MD",8146,9569,814,10 Mile +19055,Whitney C.,F,43,"Washington, DC",8149,9349,814,10 Mile +20167,Valerie B.,F,42,"Collierville, TN",8149,9350,814,10 Mile +18002,Gigail C.,F,55,"Washington, DC",8149,9630,814,10 Mile +12281,Ismat Y.,F,29,"Washington, DC",8151,9400,815,10 Mile +23121,Therese B.,F,49,"South Riding, VA",8152,9061,815,10 Mile +18787,Namita S.,F,41,"Arlington, VA",8152,9251,815,10 Mile +19963,Laura F.,F,27,"Chester, VA",8152,9567,815,10 Mile +19653,Katie A.,F,33,"Centreville, VA",8155,9337,815,10 Mile +20168,Chris C.,F,42,"Glenwood, MD",8155,9639,815,10 Mile +20598,Raquel R.,F,30,"Bowie, MD",8156,9603,815,10 Mile +19737,Lidia P.,F,31,"Arlington, VA",8156,9255,815,10 Mile +19410,Lisa G.,F,33,"New York, NY",8157,9589,815,10 Mile +20173,Leslie H.,F,30,"Laurel, MD",8158,9605,815,10 Mile +18549,Nora S.,F,37,"Alexandria, VA",8160,9673,816,10 Mile +14932,Margaret S.,F,57,"Mount Prospect, IL",8161,9138,816,10 Mile +20179,Marcela A.,F,28,"Springfield, VA",8162,9621,816,10 Mile +8850,Vivian E.,F,56,"Washington, DC",8162,8726,816,10 Mile +16041,Jennifer O.,F,43,"Virginia Bch, VA",8163,9384,816,10 Mile +17409,Elise D.,F,27,"Virginia Beach, VA",8164,9385,816,10 Mile +16644,Keisha P.,F,30,"Virginia Beach, VA",8164,9385,816,10 Mile +17481,Marybeth K.,F,61,"Indiana, PA",8166,9598,816,10 Mile +18528,Jessica K.,F,27,"Annapolis, MD",8166,9598,816,10 Mile +21407,Kimberly G.,F,34,"Charlotte, NC",8169,9419,816,10 Mile +12017,Nicole R.,F,43,"Sykesville, MD",8170,9667,817,10 Mile +19617,Angela T.,F,43,"Bowie, MD",8172,9581,817,10 Mile +18970,Suzanne B.,F,37,"Edgewater, MD",8176,9016,817,10 Mile +20132,Kendra B.,F,46,"Laurel, MD",8176,9094,817,10 Mile +20112,Kaylyn W.,F,29,"Arlington, VA",8177,8177,817,10 Mile +22838,Bailey E.,F,28,"New York, NY",8178,9438,817,10 Mile +19967,Dawn A.,F,52,"Newport News, VA",8178,9222,817,10 Mile +22843,Erica S.,F,23,"East Hampton, NY",8181,9275,818,10 Mile +20290,Mariajose O.,F,26,"West New York, NJ",8181,9603,818,10 Mile +16770,Caryl K.,F,49,"Latrobe, PA",8182,9261,818,10 Mile +19177,Grace B.,F,44,"Gwynn Oak, MD",8184,9103,818,10 Mile +19324,Camille P.,F,37,"Alexandria, VA",8188,9682,818,10 Mile +18477,Marlene K.,F,60,"North Potomac, MD",8189,9122,818,10 Mile +20157,Alyssa D.,F,34,"Ft Belvoir, VA",8189,9706,818,10 Mile +20114,Natalie P.,F,35,"Arlington, VA",8190,8723,819,10 Mile +19043,Tatiana P.,F,33,"Chevy Chase, MD",8190,8931,819,10 Mile +13364,Zenaida C.,F,32,"Gaithersburg, MD",8191,8724,819,10 Mile +18187,Jessica E.,F,31,"Voorhees, NJ",8191,8728,819,10 Mile +18244,Melissa T.,F,42,"Manassas, VA",8192,9643,819,10 Mile +20086,Jillian T.,F,26,"Arlington, VA",8199,9710,819,10 Mile +18629,Rhonda C.,F,44,"White Plains, MD",8200,9632,820,10 Mile +20107,Jennifer C.,F,40,"Suitland, MD",8200,9631,820,10 Mile +17211,Pamela K.,F,33,"Astoria, NY",8201,9292,820,10 Mile +16393,Michelle L.,F,36,"Croton On Hudson, NY",8202,9293,820,10 Mile +18574,Crystal S.,F,37,"Portsmouth, VA",8203,9506,820,10 Mile +15751,Jane T.,F,35,"Springfield, VA",8208,9166,820,10 Mile +16595,Pam S.,F,43,"Alexandria, VA",8209,9259,820,10 Mile +19318,Lauren S.,F,35,"Hoboken, NJ",8210,9629,821,10 Mile +17315,Tricia A.,F,30,"Arlington, VA",8214,9299,821,10 Mile +16576,Camille F.,F,29,"Rockville, MD",8215,9471,821,10 Mile +21157,Dawn C.,F,39,"Alexandria, VA",8215,9660,821,10 Mile +16159,Sunny C.,F,53,"Arlington, VA",8217,9498,821,10 Mile +8138,Whitney H.,F,29,"Washington, DC",8218,9292,821,10 Mile +20939,Linda K.,F,65,"Clarksville, MD",8220,9630,822,10 Mile +19462,Jolene M.,F,42,"Ridge, MD",8220,9486,822,10 Mile +20930,Linda A.,F,66,"Columbia, MD",8221,9630,822,10 Mile +5031,Elizabeth W.,F,47,"Springfield, VA",8221,9178,822,10 Mile +19516,Briana B.,F,37,"Portsmouth, VA",8221,9639,822,10 Mile +20681,Stuti T.,F,37,"Washington, DC",8223,9635,822,10 Mile +19216,Elena I.,F,25,"Elkridge, MD",8228,8976,822,10 Mile +19093,Denise M.,F,53,"S Hempstead, NY",8228,9151,822,10 Mile +18642,Susan B.,F,44,"Oaklyn, NJ",8228,9730,822,10 Mile +20002,Tania B.,F,49,"Reisterstown, MD",8228,8976,822,10 Mile +18571,Kim L.,F,36,"Washington Dc, DC",8229,9699,822,10 Mile +20029,Annie D.,F,46,"Staten Island, NY",8231,9451,823,10 Mile +21584,Connie D.,F,48,"Houston, TX",8232,9431,823,10 Mile +12712,Beth M.,F,41,"Frederick, MD",8232,9666,823,10 Mile +19220,April A.,F,25,"Clinton, MD",8232,9731,823,10 Mile +17628,Chiara S.,F,17,"Middletown, DE",8233,9287,823,10 Mile +19472,Tammi D.,F,53,"Falls Church, VA",8239,9500,823,10 Mile +17523,Marie B.,F,28,"Woodbidge, VA",8241,9670,824,10 Mile +20196,Darllene B.,F,40,"Alexandria, VA",8241,9678,824,10 Mile +9947,Kathryn V.,F,31,"Washington, DC",8242,9513,824,10 Mile +8939,Emily R.,F,26,"Washington, DC",8242,9512,824,10 Mile +15910,Kris I.,F,35,"Washington, DC",8243,9513,824,10 Mile +19365,Joyce K.,F,56,"Alexandria, VA",8244,9667,824,10 Mile +19895,Sheila R.,F,58,"Great Falls, VA",8244,9689,824,10 Mile +21280,Princy F.,F,39,"Germantown, MD",8246,9765,824,10 Mile +19051,Liezl A.,F,41,"Baltimoe, MD",8248,9538,824,10 Mile +19430,Maria V.,F,42,"Baltimore, MD",8249,9538,824,10 Mile +20837,Tracey C.,F,48,"Middletown, CT",8251,9672,825,10 Mile +16801,Karen S.,F,62,"Woodbridge, VA",8252,9230,825,10 Mile +19789,Karen M.,F,52,"Reston, VA",8254,9558,825,10 Mile +18071,Laura L.,F,48,"Arlington, VA",8254,9658,825,10 Mile +21327,Regina B.,F,38,"Alexandria, VA",8256,9543,825,10 Mile +15555,Aubrey R.,F,40,"Frederick, MD",8256,9690,825,10 Mile +20445,Laura N.,F,33,"Southborough, MA",8261,9693,826,10 Mile +18367,Jennifer A.,F,27,"Washington, DC",8264,8264,826,10 Mile +667,Christine M.,F,33,"Phoenix, AZ",8266,9791,826,10 Mile +17178,Anna P.,F,37,"Silver Spring, MD",8270,9249,827,10 Mile +14974,Lindsay D.,F,22,"Alexandria, VA",8270,9566,827,10 Mile +20152,Claudia D.,F,44,"Pembroke Pines, FL",8274,9259,827,10 Mile +20416,Michele S.,F,44,"Washington, DC",8275,9798,827,10 Mile +13391,Stacie D.,F,35,"Bladensburg, MD",8275,9068,827,10 Mile +18737,Monique S.,F,37,"Randallstown, MD",8277,9546,827,10 Mile +20027,Susie A.,F,32,"Waldorf, MD",8279,9692,827,10 Mile +18628,Ami L.,F,41,"Arlington, VA",8283,8728,828,10 Mile +18535,Christina Y.,F,40,"Columbia, MD",8283,9697,828,10 Mile +18022,Mary T.,F,23,"Silver Spring, MD",8287,9568,828,10 Mile +18001,Natalia O.,F,40,"Bronxville, NY",8289,9561,828,10 Mile +19294,Meghan B.,F,30,"Washington, DC",8291,9274,829,10 Mile +20141,Chrysi L.,F,44,"Fairfax, VA",8292,9084,829,10 Mile +9619,Marie M.,F,50,"Fairfax, VA",8292,9084,829,10 Mile +22920,Gena P.,F,35,"Newark, DE",8292,9766,829,10 Mile +16493,Joanna M.,F,32,"Chevy Chase, MD",8294,9510,829,10 Mile +18242,Lisa K.,F,45,"Bethesda, MD",8294,9473,829,10 Mile +20286,Katie B.,F,37,"Somerville, MA",8295,9738,829,10 Mile +20374,Elizabeth R.,F,28,"Arlington, VA",8298,9792,829,10 Mile +20146,Judith R.,F,62,"Laughlintown, PA",8298,9792,829,10 Mile +19894,Amanda Y.,F,30,"Hilliard, OH",8303,9503,830,10 Mile +19125,Pam Y.,F,52,"Salem, OH",8303,9503,830,10 Mile +19327,Julie F.,F,23,"Sykesville, MD",8305,9382,830,10 Mile +19771,Kristin C.,F,37,"N. Ft. Myers, FL",8307,9819,830,10 Mile +20057,Sharon G.,F,41,"Springfield, VA",8309,9576,830,10 Mile +20586,Denise W.,F,45,"Glenn Dale, MD",8310,9718,831,10 Mile +20192,Melissa L.,F,38,"Springfield, VA",8310,9576,831,10 Mile +19197,Maureen H.,F,30,"Springfield, VA",8310,9577,831,10 Mile +19525,Teresa S.,F,34,"Burke, VA",8310,9576,831,10 Mile +15491,Christine V.,F,42,"Silver Spring, MD",8312,9741,831,10 Mile +22280,Joan C.,F,63,"Arlington, VA",8315,9767,831,10 Mile +22281,Pat M.,F,72,"Reston, VA",8315,9767,831,10 Mile +22931,Duyen T.,F,39,"Rockville, MD",8316,9807,831,10 Mile +21065,Sharonda L.,F,39,"Louisville, KY",8316,9822,831,10 Mile +20370,Judy M.,F,38,"Glen Burnie, MD",8316,9774,831,10 Mile +16768,Jessica C.,F,31,"Stamford, CT",8322,9373,832,10 Mile +21222,Carin L.,F,54,"Avon Park, FL",8325,9820,832,10 Mile +23153,Stephanie W.,F,37,"Washington, DC",8326,9821,832,10 Mile +18162,Stacy W.,F,43,"Bethesda, MD",8328,9745,832,10 Mile +20169,Kimberly T.,F,46,"Kensington, MD",8328,9745,832,10 Mile +15364,Mayra F.,F,35,"Laurel, MD",8330,9416,833,10 Mile +22928,Juanita F.,F,53,"Gaithersburg, MD",8336,8803,833,10 Mile +21617,Katherine W.,F,56,"Pittsburgh, PA",8336,9622,833,10 Mile +21630,Natasha O.,F,37,"Pittsburgh, PA",8338,9621,833,10 Mile +21319,Audrey L.,F,45,"Springfield, VA",8339,9766,833,10 Mile +14733,Kaye G.,F,34,"Baltimore, MD",8340,9781,834,10 Mile +19962,Amanda H.,F,28,"Alexandria, VA",8340,9435,834,10 Mile +19746,Anna L.,F,31,"Gaithersburg, MD",8341,9473,834,10 Mile +12880,Nunzia L.,F,40,"Murrieta, CA",8342,8898,834,10 Mile +18366,Christine N.,F,47,"Washington, DC",8343,9761,834,10 Mile +17563,Veronika S.,F,46,"Fayetteville, NC",8343,8898,834,10 Mile +15259,Meredith Q.,F,35,"Winchester, CA",8344,8898,834,10 Mile +20256,Claudia E.,F,54,"Rockville, MD",8345,9623,834,10 Mile +23115,Carla L.,F,61,"Bethesda, MD",8345,8675,834,10 Mile +21333,Kelsea W.,F,23,"Washington, DC",8349,9863,834,10 Mile +19336,Kathleen O.,F,40,"Alexandria, VA",8351,9855,835,10 Mile +20070,Susan L.,F,41,"Springfield, VA",8351,9618,835,10 Mile +19631,Casey R.,F,30,"Alexandria, VA",8352,9620,835,10 Mile +2798,Caroline G.,F,26,"Washington, DC",8356,9294,835,10 Mile +12975,Hannah H.,F,31,"Washington, DC",8356,9294,835,10 Mile +3719,Abby H.,F,27,"Washington, DC",8356,9294,835,10 Mile +17004,Kimberly K.,F,32,"Laurel, MD",8369,9480,836,10 Mile +20844,Lori F.,F,33,"Brooklyn, NY",8370,9799,837,10 Mile +19024,Christine M.,F,38,"Haymarket, VA",8372,9787,837,10 Mile +17824,Laurie G.,F,55,"Monroe, NY",8374,9669,837,10 Mile +19641,Marielle M.,F,37,"Coatesville, PA",8376,9896,837,10 Mile +22169,Lindsey B.,F,34,"Washington, DC",8377,9812,837,10 Mile +20258,Nicole S.,F,38,"Manassas, VA",8381,9511,838,10 Mile +19858,Amita G.,F,52,"Centreville, VA",8383,9132,838,10 Mile +17656,Traci J.,F,49,"Alexandria, VA",8383,9423,838,10 Mile +21535,Ashley S.,F,25,"Ashburn, VA",8383,9607,838,10 Mile +18701,Kathleen M.,F,34,"Washington, DC",8384,9685,838,10 Mile +19692,Katherine L.,F,33,"Somerville, MA",8395,8942,839,10 Mile +20646,Jordana G.,F,27,"Washington, DC",8398,9809,839,10 Mile +51,Stanley K.,M,27,"Oakland, CA",2796,2796,279,10 Mile +55,James K.,M,28,Kenya,2799,2799,279,10 Mile +13,Birhan N.,M,22,Ethiopia,2802,2802,280,10 Mile +9,Philemon C.,M,23,Kenya,2803,2803,280,10 Mile +63,Evans K.,M,24,Kenya,2803,2803,280,10 Mile +53,Dominic K.,M,23,Kenya,2805,2805,280,10 Mile +3,Edwin R.,M,28,Kenya,2806,2806,280,10 Mile +27,Christo L.,M,30,"Charlotte, NC",2808,2808,280,10 Mile +35,Kiya D.,M,27,"Flagstaff, AZ",2818,2818,281,10 Mile +7,Philip L.,M,26,Kenya,2818,2818,281,10 Mile +25,Paul S.,M,30,Kenya,2824,2824,282,10 Mile +11,Kevin K.,M,27,Kenya,2865,2865,286,10 Mile +57,Luke P.,M,27,"Eugene, OR",2877,2877,287,10 Mile +31,Sean K.,M,26,"Charlottesville, VA",2903,2903,290,10 Mile +110,Ryan M.,M,23,"Arlington, VA",2906,2906,290,10 Mile +39,Tim Y.,M,30,"Fredericksburg, VA",2910,2910,291,10 Mile +33,Tyler M.,M,30,"Boulder, CO",2912,2912,291,10 Mile +19,Nelson O.,M,24,Kenya,2913,2913,291,10 Mile +43,Eric F.,M,27,"Flagstaff, AZ",2920,2920,292,10 Mile +47,Nicholas K.,M,33,"Copperas Cove, TX",2956,2956,295,10 Mile +49,Daniel D.,M,27,"Saint Paul, MN",2994,2994,299,10 Mile +61,John R.,M,25,"New Fairfield, CT",2996,2996,299,10 Mile +37,Josh D.,M,26,"St. Louis Park, MN",3023,3023,302,10 Mile +29,Girma M.,M,29,"Alexandria, VA",3024,3024,302,10 Mile +112,Charlie H.,M,33,"Charlottesville, VA",3035,3035,303,10 Mile +114,Christopher S.,M,33,"Gaithersburg, MD",3066,3066,306,10 Mile +117,Brian F.,M,30,"Camp Hill, PA",3071,3072,307,10 Mile +119,Jerry G.,M,29,"Arlington, VA",3077,3077,307,10 Mile +41,Andrew W.,M,26,"Baltimore Md, MD",3081,3081,308,10 Mile +128,Graham T.,M,28,"Arlington, VA",3098,3098,309,10 Mile +122,Girma B.,M,36,"Washington, DC",3105,3105,310,10 Mile +111,Kieran O.,M,30,"Arlington, VA",3126,3126,312,10 Mile +118,Gregory M.,M,31,"Alexandria, VA",3126,3128,312,10 Mile +121,Thomas A.,M,30,"Charlottesville, VA",3137,3139,313,10 Mile +125,Philip R.,M,26,"Silver Spring, MD",3138,3139,313,10 Mile +528,Jack S.,M,24,"La Jolla, CA",3141,3143,314,10 Mile +131,Matt D.,M,31,"Arlington, VA",3143,3145,314,10 Mile +126,Carlos R.,M,34,"Fulton, MD",3152,3154,315,10 Mile +21714,Paul B.,M,27,"Washington, DC",3160,3161,316,10 Mile +22344,Andrew M.,M,29,"Catonsville, MD",3169,3169,316,10 Mile +21591,Denzel R.,M,33,"Hyattsville, MD",3194,3196,319,10 Mile +129,David W.,M,41,"Arlington, VA",3196,3198,319,10 Mile +127,Philippe R.,M,44,"Mclean, VA",3218,3220,321,10 Mile +143,Charlie B.,M,34,"Washington, DC",3225,3226,322,10 Mile +21713,Ammar M.,M,23,"Olympia, WA",3252,3253,325,10 Mile +580,Jackson D.,M,22,"Coatesville, PA",3262,3273,326,10 Mile +135,Jordan T.,M,25,"Baltimore, MD",3283,3289,328,10 Mile +149,Matthew B.,M,25,"Potomac, MD",3304,3305,330,10 Mile +583,Michael W.,M,23,"Washington, DC",3314,3317,331,10 Mile +574,Kevin F.,M,29,"Baltimore, MD",3322,3322,332,10 Mile +22345,Kenny R.,M,26,"Arlington, VA",3332,3333,333,10 Mile +564,Ben S.,M,25,"Washington, DC",3335,3343,333,10 Mile +538,Nicolas C.,M,32,"Gaithersburg, MD",3343,3353,334,10 Mile +141,Eric H.,M,30,"Homewood, IL",3347,3349,334,10 Mile +124,Mark B.,M,32,"Frederick, MD",3349,3351,334,10 Mile +525,Zach M.,M,25,"Harrisburg, PA",3356,3356,335,10 Mile +603,Tom M.,M,25,"Brooklyn, NY",3358,3360,335,10 Mile +555,Russell M.,M,26,"Alexandria, VA",3367,3367,336,10 Mile +593,Shlomo F.,M,25,"Silver Spring, MD",3372,3376,337,10 Mile +575,Jay H.,M,37,"Rockville, MD",3391,3394,339,10 Mile +23050,Matthew W.,M,40,"Ogden, UT",3399,3406,339,10 Mile +595,Ryan K.,M,27,"Washington, DC",3401,3408,340,10 Mile +145,Knox R.,M,42,"Brooklyn, NY",3402,3403,340,10 Mile +621,Matthew L.,M,30,"Washington, DC",3403,3405,340,10 Mile +591,Kent W.,M,37,"Columbia, MD",3410,3412,341,10 Mile +144,Marty M.,M,36,"Arlington, VA",3411,3414,341,10 Mile +123,Wilson K.,M,39,"Washington, DC",3418,3419,341,10 Mile +569,Zachary N.,M,34,"Hagerstown, MD",3426,3429,342,10 Mile +148,Matthew L.,M,33,"Washington, DC",3430,3432,343,10 Mile +193,Robert M.,M,27,"Durham, NC",3431,3433,343,10 Mile +733,Ryan G.,M,30,"Baltimore, MD",3435,3440,343,10 Mile +550,Mike W.,M,26,"Latrobe, PA",3437,3442,343,10 Mile +597,Shane S.,M,45,"Viera, FL",3442,3448,344,10 Mile +139,Sebi D.,M,26,"Princeton, NJ",3445,3447,344,10 Mile +147,David O.,M,40,"Alexandria, VA",3447,3449,344,10 Mile +573,Alvin Y.,M,31,"Silver Spring, MD",3449,3458,344,10 Mile +21573,Michael D.,M,23,"Laurel, MD",3449,3453,344,10 Mile +152,Noah Z.,M,45,"Washington, DC",3450,3453,345,10 Mile +171,Mark L.,M,36,"Columbia, MD",3453,3456,345,10 Mile +604,Sean L.,M,27,"Arlington, VA",3455,3468,345,10 Mile +579,Roni T.,M,26,"Somerville, MA",3462,3465,346,10 Mile +544,Sean O.,M,25,"Washington, DC",3465,3468,346,10 Mile +565,Ning R.,M,32,"Rockville, MD",3466,3472,346,10 Mile +578,Mark A.,M,25,"Arlington, VA",3471,3471,347,10 Mile +585,Nick O.,M,29,"Arlington, VA",3489,3497,348,10 Mile +651,Adam L.,M,34,"Mechanicsville, MD",3496,3503,349,10 Mile +620,Brian H.,M,40,"Silver Spring, MD",3500,3513,350,10 Mile +741,Martin S.,M,29,"Woodside, NY",3501,3509,350,10 Mile +22349,Kyle M.,M,39,"Spokane, WA",3503,3506,350,10 Mile +931,Robert Z.,M,38,"Middletown, MD",3504,3508,350,10 Mile +795,Colin S.,M,22,"Philadelphia, PA",3510,3521,351,10 Mile +561,Dylan H.,M,23,"Rockville, MD",3514,3519,351,10 Mile +727,Mark C.,M,37,"Alexandria, VA",3523,3526,352,10 Mile +634,Joe M.,M,33,"Silver Spring, MD",3527,3540,352,10 Mile +189,Byron C.,M,36,"Bethesda, MD",3527,3539,352,10 Mile +166,Martin L.,M,43,"Bethesda, MD",3528,3530,352,10 Mile +23056,Andrew S.,M,24,"Arlington, VA",3528,3535,352,10 Mile +791,Andrew C.,M,25,"Baltimore, MD",3529,3537,352,10 Mile +164,Stephen G.,M,38,"Burke, VA",3530,3538,353,10 Mile +616,Sean N.,M,37,"Atlanta, GA",3530,3542,353,10 Mile +811,Jared M.,M,30,"Washington, DC",3531,3538,353,10 Mile +605,Derk K.,M,34,"Eugene, OR",3531,3540,353,10 Mile +596,Bobby B.,M,31,"Arlington, VA",3532,3565,353,10 Mile +1701,Ian M.,M,25,"Columbia, MD",3534,3549,353,10 Mile +599,Adrian S.,M,34,"Silver Spring, MD",3534,3544,353,10 Mile +168,Alexander H.,M,49,"Vienna, VA",3548,3554,354,10 Mile +21720,Jonathan F.,M,28,"Arlington, VA",3549,3552,354,10 Mile +253,Peter S.,M,19,"Arlington, VA",3556,3561,355,10 Mile +752,Trevor B.,M,35,"Washington, DC",3558,3568,355,10 Mile +167,James D.,M,39,"Arlington, VA",3560,3572,356,10 Mile +196,Mick B.,M,44,"Washington, DC",3560,3566,356,10 Mile +187,Mark N.,M,55,"Derwood, MD",3562,3564,356,10 Mile +136,Paul D.,M,46,"Valparaiso, IN",3563,3571,356,10 Mile +615,Timothy D.,M,26,"Washington, DC",3564,3576,356,10 Mile +220,Daniel W.,M,16,"Washington, DC",3564,3572,356,10 Mile +183,John S.,M,56,"West Roxbury, MA",3566,3570,356,10 Mile +632,Andrew K.,M,37,"Oakton, VA",3567,3573,356,10 Mile +169,Peter M.,M,37,"Washington, DC",3567,3570,356,10 Mile +170,Jeff D.,M,56,"Garrett Park, MD",3571,3580,357,10 Mile +134,Chris S.,M,23,"Rising Sun, MD",3571,3575,357,10 Mile +162,Brian C.,M,31,"Leesburg, VA",3573,3577,357,10 Mile +781,Nicolas K.,M,29,"Washington, DC",3577,3587,357,10 Mile +276,Alex A.,M,17,"Potomac, MD",3577,3585,357,10 Mile +717,Tyler H.,M,22,"Washington, DC",3579,3590,357,10 Mile +158,Jason B.,M,35,"Glen Echo, MD",3582,3590,358,10 Mile +904,Mark S.,M,24,"Washington, DC",3588,3601,358,10 Mile +584,Chuck L.,M,31,"Madison, VA",3588,3594,358,10 Mile +802,Travis F.,M,20,"Lynchburg, VA",3589,3598,358,10 Mile +861,Sandor A.,M,24,"Washington, DC",3589,3623,358,10 Mile +647,Carlos B.,M,33,"Alexandria, VA",3591,3602,359,10 Mile +590,Brian M.,M,34,"Washington, DC",3591,3596,359,10 Mile +21721,Russell P.,M,26,"Washington, DC",3591,3592,359,10 Mile +22359,Jeremy S.,M,40,"Stephens City, VA",3594,3601,359,10 Mile +749,Jonathan L.,M,22,"Charlottesville, VA",3595,3601,359,10 Mile +747,Seth G.,M,28,"New York, NY",3598,3601,359,10 Mile +806,Shawn T.,M,35,"Burlingame, CA",3598,3603,359,10 Mile +644,Joseph W.,M,30,"Brooklyn, NY",3602,3607,360,10 Mile +948,Mario Z.,M,52,"Front Royal, VA",3603,3610,360,10 Mile +619,Michael W.,M,26,"Washington, DC",3603,3893,360,10 Mile +163,Mason B.,M,46,"Washington, DC",3612,3619,361,10 Mile +231,Bronson L.,M,44,"Washington, DC",3616,3620,361,10 Mile +151,Exavier W.,M,37,"Germantown, MD",3619,3623,361,10 Mile +3191,Sebastien L.,M,23,"Washington, DC",3622,3831,362,10 Mile +138,Anthony R.,M,23,"Arlington, VA",3622,3627,362,10 Mile +184,Matthew C.,M,40,"Arlington, VA",3627,3629,362,10 Mile +180,Jason T.,M,44,"Ellicott City, MD",3629,3631,362,10 Mile +602,Jonathan M.,M,28,"Falls Church, VA",3633,3651,363,10 Mile +592,Mike G.,M,32,"Washington, DC",3634,3662,363,10 Mile +627,Chris D.,M,34,"Baltimore, MD",3637,3643,363,10 Mile +208,Ed W.,M,54,"Ellicott City, MD",3644,3651,364,10 Mile +175,Jim Z.,M,54,"Goshen, CT",3646,3649,364,10 Mile +133,John H.,M,31,"Arlington, VA",3650,3650,365,10 Mile +737,Nathan C.,M,37,"Minneapolis, MN",3652,3665,365,10 Mile +818,Philip R.,M,25,"Baltimore, MD",3652,3658,365,10 Mile +728,Drew L.,M,30,"Washington, DC",3655,3659,365,10 Mile +176,Austin L.,M,36,"Washington, DC",3664,3673,366,10 Mile +770,William H.,M,28,"Washington, DC",3667,3680,366,10 Mile +194,Jonah G.,M,13,"Rye, NY",3669,3672,366,10 Mile +938,Daniel F.,M,35,"Philadelphia, PA",3670,3709,367,10 Mile +200,Adam S.,M,41,"Arlington, VA",3673,3676,367,10 Mile +21716,Andrew F.,M,25,"Washington, DC",3674,3677,367,10 Mile +880,Alexander P.,M,35,"Washington, DC",3676,3685,367,10 Mile +763,Ryan A.,M,33,"Chambersburg, PA",3677,3750,367,10 Mile +156,Lavar C.,M,36,"Washington, DC",3679,3684,367,10 Mile +594,Sean H.,M,38,"New York City, NY",3680,3682,368,10 Mile +1248,Charles N.,M,27,"Washington, DC",3683,3709,368,10 Mile +165,Jason H.,M,42,"Ann Arbor, MI",3683,3689,368,10 Mile +571,Juan L.,M,30,"Fairfax, VA",3684,3690,368,10 Mile +217,Allen H.,M,46,"Fairfax, VA",3685,3691,368,10 Mile +1110,Tyler E.,M,29,"Alexandria, VA",3689,3699,368,10 Mile +930,Ray D.,M,59,"Barrington, NH",3693,3740,369,10 Mile +197,David H.,M,55,"Rockville, MD",3695,3707,369,10 Mile +755,Chris B.,M,32,"Rockville, MD",3696,3748,369,10 Mile +913,Adam D.,M,30,"Arlington, VA",3696,3700,369,10 Mile +215,Peter T.,M,53,"Deale, MD",3699,3708,369,10 Mile +648,Ricky G.,M,34,"Washington, DC",3701,3711,370,10 Mile +1448,Charles H.,M,24,"Arlington, VA",3701,3710,370,10 Mile +766,Wes T.,M,45,"Colorado Springs, CO",3701,3705,370,10 Mile +218,Jon W.,M,46,"Chevy Chase, MD",3708,3713,370,10 Mile +230,Michael D.,M,48,"Skippack, PA",3709,3712,370,10 Mile +782,Martin R.,M,35,"Selbyville, DE",3719,3727,371,10 Mile +711,Kenny P.,M,27,"Atlanta, GA",3724,3735,372,10 Mile +22249,Juan T.,M,28,"Front Royal, VA",3724,3730,372,10 Mile +800,Chris S.,M,45,"Arlington, VA",3727,3733,372,10 Mile +23154,Matthew R.,M,37,"Fairfax, VA",3733,3756,373,10 Mile +22350,Jacob B.,M,26,"Austin, TX",3733,3747,373,10 Mile +23059,Christopher M.,M,42,"Vienna, VA",3735,3749,373,10 Mile +856,Tucker C.,M,27,"Vienna, VA",3738,3961,373,10 Mile +629,Andrew J.,M,38,"Dover, DE",3739,3745,373,10 Mile +537,William F.,M,25,"Arlington, VA",3742,3810,374,10 Mile +1021,Brenden C.,M,26,"Hempstead, NY",3745,3747,374,10 Mile +926,Jack D.,M,27,"Philadelphia, PA",3747,3756,374,10 Mile +22250,Brad S.,M,36,"Falls Church, VA",3747,3759,374,10 Mile +235,Kevin D.,M,55,"Bethesda, MD",3747,3761,374,10 Mile +875,Neal J.,M,25,"Dillon, MT",3749,3763,374,10 Mile +1715,Kasey H.,M,26,"Washington, DC",3751,3798,375,10 Mile +206,Sam W.,M,37,"Baltimore, MD",3752,3755,375,10 Mile +812,Jason H.,M,28,"New York, NY",3752,3760,375,10 Mile +5191,David M.,M,51,"Washington, DC",3755,3763,375,10 Mile +224,Stephen C.,M,48,"Vienna, VA",3758,3787,375,10 Mile +744,Michael S.,M,47,"Camden, DE",3758,3781,375,10 Mile +1196,Bowman D.,M,30,"Middletown, DE",3762,3781,376,10 Mile +142,Randy S.,M,29,"Washington, DC",3765,3769,376,10 Mile +177,Keith F.,M,43,"Centreville, VA",3771,3777,377,10 Mile +1075,Tony G.,M,29,"Derwood, MD",3774,3786,377,10 Mile +21727,John L.,M,22,"Bethesda, MD",3774,3789,377,10 Mile +1182,Eric T.,M,29,"Gaithersburg, MD",3775,3810,377,10 Mile +21723,Andrew S.,M,29,"Washington, DC",3776,3790,377,10 Mile +760,David M.,M,49,"Bainbridge Island, WA",3776,3788,377,10 Mile +204,Thomas J.,M,53,"Oakton, VA",3776,3784,377,10 Mile +809,Emet C.,M,15,"Shaker Heights, OH",3778,3791,377,10 Mile +943,Nathan M.,M,35,"Irondale, AL",3779,3796,377,10 Mile +1775,Chris D.,M,36,"Toronto, ON",3781,3842,378,10 Mile +517,Tim H.,M,26,"New Haven, CT",3781,3799,378,10 Mile +2127,Ty G.,M,31,"Warrenton, VA",3784,3975,378,10 Mile +1290,Andrew S.,M,25,"New York, NY",3784,3830,378,10 Mile +236,Akintunde M.,M,53,"Ellicott City, MD",3785,3791,378,10 Mile +1028,Geoffrey S.,M,24,"Washington, DC",3787,3809,378,10 Mile +868,Erich H.,M,35,"Washington, DC",3788,3833,378,10 Mile +186,Nathan H.,M,40,"Lynchburg, VA",3792,3801,379,10 Mile +1377,Joseph P.,M,35,"Alexandria, VA",3793,3813,379,10 Mile +1303,Aaron M.,M,24,"Centreville, VA",3794,3821,379,10 Mile +1328,Nathan K.,M,28,"Washington, DC",3798,4163,379,10 Mile +771,Jim D.,M,40,"Chevy Chase, MD",3798,3802,379,10 Mile +758,Yukun F.,M,38,"Aspen Hill, MD",3800,3810,380,10 Mile +772,Chad B.,M,41,"Sparks, MD",3800,4163,380,10 Mile +963,Jason L.,M,35,"Washington, DC",3802,3812,380,10 Mile +729,Lokesh M.,M,29,"Rockville, MD",3803,3810,380,10 Mile +572,Derek P.,M,41,"Douglassville, PA",3803,3826,380,10 Mile +810,Brian B.,M,35,"Fairfax, VA",3804,3815,380,10 Mile +994,John S.,M,44,"Liberty, NY",3805,3856,380,10 Mile +1078,Phillip L.,M,25,"Springfield, VA",3806,3828,380,10 Mile +21737,Stephen J.,M,28,"Washington, DC",3808,3836,380,10 Mile +15164,Brian L.,M,24,"Washington, DC",3810,3861,381,10 Mile +1351,Adam S.,M,36,"Washington, DC",3813,3824,381,10 Mile +1326,Eric L.,M,46,"Alexandria, VA",3814,3817,381,10 Mile +874,Stephen C.,M,30,"Southern Pines, NC",3815,3823,381,10 Mile +1281,Sean S.,M,42,"Charlottesville, VA",3815,3826,381,10 Mile +915,Cory B.,M,37,"Utica, NY",3816,3827,381,10 Mile +1051,William H.,M,31,"Washington, DC",3818,3864,381,10 Mile +210,Arjay J.,M,45,"New York, NY",3821,3826,382,10 Mile +996,Will K.,M,32,"Towson, MD",3824,4013,382,10 Mile +256,Andrew S.,M,47,"Mclean, VA",3824,3840,382,10 Mile +2005,Ryan G.,M,31,"Vienna, VA",3827,3847,382,10 Mile +21718,Bryan M.,M,27,"Lewes, DE",3828,3862,382,10 Mile +764,Brian M.,M,28,"Arlington, VA",3829,3839,382,10 Mile +1620,Michael L.,M,28,"Long Island City, NY",3837,3869,383,10 Mile +1219,Aaron P.,M,41,"Alexandria, VA",3837,3863,383,10 Mile +1123,Jeffrey D.,M,44,"Washington, DC",3839,3865,383,10 Mile +787,Jeremy C.,M,36,"Washington, DC",3839,3861,383,10 Mile +611,Joseph S.,M,33,"Brooklyn, NY",3840,3844,384,10 Mile +865,Tim P.,M,33,"Washington, DC",3841,3851,384,10 Mile +955,Andrew J.,M,29,"Washington Dc, DC",3842,3860,384,10 Mile +1052,Jeggi E.,M,32,"Long Island City, NY",3842,3845,384,10 Mile +1132,Blaize J.,M,24,"Vienna, VA",3844,4135,384,10 Mile +1223,Eskinder H.,M,48,"College Park, MD",3845,3855,384,10 Mile +1137,Michael W.,M,33,"Gaithersburg, MD",3846,3865,384,10 Mile +786,Connor M.,M,33,"Washington, DC",3847,3857,384,10 Mile +743,Alexander L.,M,34,"Winchester, VA",3856,3864,385,10 Mile +22355,Jonathan M.,M,37,"Baltimore, MD",3859,3873,385,10 Mile +979,Shaun K.,M,36,"Wadsworth, OH",3860,3871,386,10 Mile +1151,Michael P.,M,36,"Washington, DC",3863,3872,386,10 Mile +939,Maksym P.,M,34,"Crofton, MD",3863,3878,386,10 Mile +613,Andres W.,M,50,"Frederick, MD",3864,3870,386,10 Mile +1080,Michael G.,M,32,"Brookline, MA",3864,3888,386,10 Mile +630,Aaron A.,M,27,"Bryans Road, MD",3865,3869,386,10 Mile +946,Matthew G.,M,33,"Silver Spring, MD",3865,3873,386,10 Mile +953,Pablo T.,M,38,"Alexandria, VA",3867,3883,386,10 Mile +2762,Adam E.,M,24,"Washington, DC",3869,4168,386,10 Mile +1131,Ryan M.,M,22,"Arlington, VA",3870,3886,387,10 Mile +658,Garrett B.,M,24,"Arlington, VA",3872,3902,387,10 Mile +846,Michael R.,M,42,"University Park, MD",3874,3882,387,10 Mile +13625,Ezra R.,M,30,"Washington, DC",3874,4097,387,10 Mile +1179,Chris F.,M,32,"Washington, DC",3874,3889,387,10 Mile +641,Jason S.,M,33,"Washington, DC",3875,3885,387,10 Mile +638,Logan Y.,M,31,"East Brunswick, NJ",3876,3891,387,10 Mile +911,Dan S.,M,26,"Philadelphia, PA",3877,3887,387,10 Mile +1447,Barrett D.,M,30,"Arlington, VA",3878,3892,387,10 Mile +2427,Scott L.,M,45,"Indian Harbour Beach, FL",3879,4106,387,10 Mile +1126,David Z.,M,24,"Princeton, NJ",3880,3893,388,10 Mile +250,Howard F.,M,51,"Falls Church, VA",3880,3892,388,10 Mile +762,Jeremy G.,M,29,"Washington, DC",3880,3941,388,10 Mile +933,Stephen R.,M,29,"Washington, DC",3882,3900,388,10 Mile +1169,Russell M.,M,26,"Washington, DC",3883,3925,388,10 Mile +1084,James K.,M,32,"Washington, DC",3884,3892,388,10 Mile +922,Christopher C.,M,43,"Falls Church, VA",3884,3901,388,10 Mile +1423,Marco G.,M,29,"Washington, DC",3884,3896,388,10 Mile +845,Monte L.,M,32,"Washington, DC",3886,3906,388,10 Mile +1033,Taylor W.,M,34,"Silver Spring, MD",3886,3901,388,10 Mile +858,William D.,M,43,"New York, NY",3890,3894,389,10 Mile +1091,Brian B.,M,26,"Washington, DC",3890,3905,389,10 Mile +238,Steve K.,M,56,"Shillington, PA",3893,3895,389,10 Mile +2600,Kyle M.,M,27,"Washington, DC",3893,4075,389,10 Mile +794,Miguel M.,M,32,"Arlington, VA",3894,3931,389,10 Mile +820,Ryan C.,M,27,"Baltimore, MD",3895,3909,389,10 Mile +941,Matthew K.,M,39,"Arlington, VA",3895,3944,389,10 Mile +984,Michael H.,M,27,"Washington, DC",3897,3943,389,10 Mile +22954,Eric M.,M,30,"Forest Hills, NY",3898,3932,389,10 Mile +259,Robert R.,M,59,"Flourtown, PA",3899,3907,389,10 Mile +1136,Parks G.,M,32,"Arlington, VA",3899,3915,389,10 Mile +1167,Joshua M.,M,27,"Annandale, VA",3901,3918,390,10 Mile +920,Mateo A.,M,45,"Arlington, VA",3903,3906,390,10 Mile +827,Douglas P.,M,37,"Dayton, OH",3906,3942,390,10 Mile +22360,Jared L.,M,18,"Mountain Lakes, NJ",3907,3914,390,10 Mile +847,Enrico E.,M,35,"Washington, DC",3909,3931,390,10 Mile +5871,Jonathan M.,M,27,"Washington, DC",3912,3935,391,10 Mile +653,Jose D.,M,26,"Flushing, NY",3913,3946,391,10 Mile +260,Stephen S.,M,50,"Falls Church, VA",3914,3941,391,10 Mile +22365,Sean W.,M,41,"Clifton, VA",3914,3964,391,10 Mile +1079,Brent C.,M,39,"Washington, DC",3915,3945,391,10 Mile +245,Craig G.,M,52,"Manassas, VA",3916,3920,391,10 Mile +1121,Bernard K.,M,44,"Greenbelt, MD",3916,3932,391,10 Mile +22199,Pete B.,M,31,"Washington, DC",3916,3923,391,10 Mile +778,Ricky W.,M,46,"Alexandria, VA",3917,3925,391,10 Mile +1381,Andrew K.,M,28,"Philadelphia, PA",3917,3925,391,10 Mile +678,James S.,M,23,"Washington, DC",3918,3943,391,10 Mile +21731,Steven A.,M,35,"Bethesda, MD",3919,3986,391,10 Mile +1077,Dustin F.,M,30,"Washington Dc, DC",3921,3936,392,10 Mile +1235,Adam M.,M,37,"Columbia, MD",3921,3937,392,10 Mile +1322,Joseph N.,M,31,"Washington, DC",3923,3967,392,10 Mile +954,Keane B.,M,29,"Nashville, TN",3923,3948,392,10 Mile +3167,Chip C.,M,39,"Cary, NC",3923,4112,392,10 Mile +798,Jesse P.,M,39,"Alexandria, VA",3923,3976,392,10 Mile +882,J.d. S.,M,31,"Silver Spring, MD",3924,3946,392,10 Mile +1023,Lee F.,M,51,"North Potomac, MD",3929,3945,392,10 Mile +1267,Chris M.,M,39,"Springfield, VA",3929,3949,392,10 Mile +804,Aaron L.,M,25,"Baltimore, MD",3930,3951,393,10 Mile +248,Theo H.,M,49,"Lansdowne, VA",3931,3943,393,10 Mile +23184,Eric W.,M,24,"Washington, DC",3931,3945,393,10 Mile +745,Ben A.,M,36,"Alexandria, VA",3931,3950,393,10 Mile +1053,Chris R.,M,34,"New York, NY",3932,3948,393,10 Mile +1264,Daniel K.,M,31,"Washington, DC",3933,3985,393,10 Mile +709,Daniel R.,M,18,"Springfield, OH",3936,3955,393,10 Mile +21722,James C.,M,36,"Washington, DC",3936,3965,393,10 Mile +1181,Jedediah O.,M,35,"Washington, DC",3938,3950,393,10 Mile +2921,William L.,M,31,"Baltimore, MD",3939,4126,393,10 Mile +719,Eric J.,M,29,"Washington, DC",3941,4167,394,10 Mile +23157,Scott S.,M,37,"Arlington, VA",3942,3958,394,10 Mile +607,Thaddeus A.,M,31,"Hyattsville, MD",3943,3951,394,10 Mile +881,Argaw K.,M,50,"Montgomery Village, MD",3944,3960,394,10 Mile +22351,Colin P.,M,49,"University Park, MD",3944,3957,394,10 Mile +1056,Anthony D.,M,47,"Arlington, VA",3944,3991,394,10 Mile +1256,Leonet R.,M,28,"Wasington, DC",3944,3950,394,10 Mile +1385,Henry P.,M,23,"Washington, MD",3945,3981,394,10 Mile +270,Tim F.,M,56,"Rock Port, MO",3945,3958,394,10 Mile +715,William C.,M,30,"Chicago, IL",3945,4001,394,10 Mile +2998,James B.,M,31,"Washington, DC",3947,4143,394,10 Mile +547,Claton C.,M,34,"Portland, ME",3953,3955,395,10 Mile +292,Mike S.,M,56,"Springfield, VA",3955,3959,395,10 Mile +1148,Jeremy G.,M,35,"Washington, DC",3956,3974,395,10 Mile +1006,Andrew M.,M,41,"Washingon, DC",3956,3969,395,10 Mile +21732,Joe M.,M,29,"Washington, DC",3956,4690,395,10 Mile +21745,Will W.,M,26,"Takoma Park, MD",3959,3983,395,10 Mile +1005,Austin R.,M,38,"Washington, DC",3959,4002,395,10 Mile +2107,Sam E.,M,15,"Clarksburg, MD",3960,4142,396,10 Mile +780,Jason S.,M,42,"Arlington, VA",3961,4009,396,10 Mile +1145,Kyle S.,M,38,"Washington, DC",3961,3987,396,10 Mile +2391,Jamie D.,M,43,"Arlington, VA",3961,3982,396,10 Mile +1090,Ryan M.,M,39,"Charlotte, NC",3962,3972,396,10 Mile +721,John T.,M,35,"Lorton, VA",3963,3992,396,10 Mile +2336,Victor V.,M,38,"Washington, DC",3963,4152,396,10 Mile +1129,Matthew P.,M,38,"Washington, DC",3965,3984,396,10 Mile +1036,Matt K.,M,42,"Jersey City, NJ",3965,4000,396,10 Mile +819,Matthew B.,M,39,"Fairfax, VA",3966,4009,396,10 Mile +830,Rylan M.,M,28,"Montreal, QC",3967,3976,396,10 Mile +1384,Joe F.,M,37,"Arlington, VA",3967,3986,396,10 Mile +929,Josh G.,M,43,"Ashburn, VA",3969,4161,396,10 Mile +783,Sean F.,M,28,"Washington, DC",3972,4028,397,10 Mile +1605,Andrew B.,M,24,"Hilbert, WI",3972,3996,397,10 Mile +1469,Adam L.,M,31,"Washington, DC",3972,3994,397,10 Mile +916,Robert P.,M,40,"Silver Spring, MD",3972,3988,397,10 Mile +753,Dennis S.,M,26,"Jersey City, NJ",3974,4001,397,10 Mile +2018,Brandon P.,M,33,"Washington, DC",3975,3986,397,10 Mile +1721,Eli G.,M,30,"Washington, DC",3975,3993,397,10 Mile +862,Christopher C.,M,29,"Brooklyn, NY",3977,3981,397,10 Mile +1336,Stuart D.,M,27,"Washington, DC",3979,4005,397,10 Mile +1029,Chris H.,M,28,"Washington, DC",3988,4017,398,10 Mile +1633,Pat H.,M,35,"Vienna, VA",3990,4016,399,10 Mile +1826,Roland Y.,M,25,"Washington, DC",3991,4036,399,10 Mile +1252,Thomas U.,M,49,"Brooklyn, NY",3991,4009,399,10 Mile +1106,Charlie H.,M,41,"Vienna, VA",3992,4011,399,10 Mile +962,Kevin M.,M,44,"Washington, DC",3992,4025,399,10 Mile +1115,Andrew R.,M,39,"Washington, DC",3993,4297,399,10 Mile +947,Adam S.,M,25,"Los Angeles, CA",3993,4017,399,10 Mile +1571,Jeremy R.,M,41,"Washington, DC",3994,4026,399,10 Mile +832,Joey T.,M,32,"Mechanicsville, MD",3994,4005,399,10 Mile +207,Stephen C.,M,57,"Pittsburgh, PA",3994,4000,399,10 Mile +1074,Chris B.,M,36,"Washington, DC",3994,4007,399,10 Mile +232,Duane W.,M,53,"Warrenton, VA",3994,4001,399,10 Mile +1575,David A.,M,60,"Bethesda, MD",3996,4007,399,10 Mile +1380,Trigg B.,M,39,"Vienna, VA",3996,4011,399,10 Mile +1361,Jonathan G.,M,43,"Slingerlands, NY",3997,4016,399,10 Mile +1484,Phillip P.,M,35,"Washington, DC",3998,4065,399,10 Mile +1068,Matthew S.,M,38,"Mars, PA",3999,4013,399,10 Mile +2594,Jacob S.,M,37,"Arlington, VA",4004,4028,400,10 Mile +5836,Max K.,M,23,"Washington, DC",4006,4283,400,10 Mile +1206,Jeffrey B.,M,39,"Ellicott City, MD",4007,4038,400,10 Mile +1841,Mikhail P.,M,45,"Lutherville, MD",4008,4022,400,10 Mile +307,Jonathan B.,M,55,"Falls Church, VA",4010,4036,401,10 Mile +702,Samuel R.,M,36,"Toronto, ON",4011,4222,401,10 Mile +1390,Peter G.,M,27,"Arlington, VA",4011,4041,401,10 Mile +1228,Nick D.,M,35,"Washington, DC",4012,4022,401,10 Mile +1343,Austin E.,M,25,"Washington, DC",4013,4064,401,10 Mile +1044,Dale L.,M,47,"Washington, DC",4016,4028,401,10 Mile +313,Geoffrey M.,M,53,"Takoma Park, MD",4016,4032,401,10 Mile +902,Andrew H.,M,33,"Washington, DC",4016,4026,401,10 Mile +1828,Daniel B.,M,27,"Vienna, VA",4017,4068,401,10 Mile +1042,Sam R.,M,30,"New York, NY",4019,4074,401,10 Mile +1149,Bernardo N.,M,34,"Washington, DC",4020,4075,402,10 Mile +1395,James C.,M,37,"Arlington, VA",4021,4040,402,10 Mile +1045,Paul B.,M,45,"Alexandria, VA",4025,4209,402,10 Mile +3035,Wade B.,M,36,"Alexandria, VA",4026,4210,402,10 Mile +1889,Jeffrey K.,M,27,"Washington, DC",4027,4062,402,10 Mile +1140,Steven K.,M,37,"Alexandria, VA",4027,4054,402,10 Mile +2576,Gabriel P.,M,24,"Washington, DC",4028,4630,402,10 Mile +3325,Jason W.,M,30,"Long Island City, NY",4028,4262,402,10 Mile +1408,Nene R.,M,38,"Alexandria, VA",4030,4051,403,10 Mile +1313,Jack A.,M,34,"Washington, DC",4031,4069,403,10 Mile +308,John W.,M,55,"Rockville, MD",4031,4055,403,10 Mile +1838,Michael M.,M,25,"Washington, DC",4032,4067,403,10 Mile +1058,Brian F.,M,34,"Ellicott City, MD",4034,4080,403,10 Mile +8287,Richard H.,M,29,"Arlington, VA",4035,4223,403,10 Mile +1719,Adam F.,M,31,"New York, NY",4040,4055,404,10 Mile +4598,Joe A.,M,28,"Washington, DC",4041,4278,404,10 Mile +1236,Andrew F.,M,29,"Washington, DC",4043,4061,404,10 Mile +22368,Edward H.,M,40,"Bethesda, MD",4044,4102,404,10 Mile +1067,Nicholas G.,M,26,"Bethesda, MD",4045,4070,404,10 Mile +1111,Jamal A.,M,26,"Silver Spring, MD",4045,4058,404,10 Mile +2004,Joseph C.,M,21,"Washington, DC",4046,4065,404,10 Mile +1995,Jerry C.,M,24,"New York, NY",4047,4094,404,10 Mile +1087,Jamey B.,M,51,"Springfield, VA",4048,4072,404,10 Mile +1378,Trevor M.,M,33,"Vienna, VA",4049,4093,404,10 Mile +1224,Michael M.,M,34,"New York, NY",4050,4070,405,10 Mile +817,Colin G.,M,27,"New York, NY",4050,4113,405,10 Mile +831,Jeffrey S.,M,38,"Washington, DC",4051,4054,405,10 Mile +301,Jeffrey W.,M,51,"Ashburn, VA",4053,4073,405,10 Mile +1963,James M.,M,34,"Washington, DC",4053,4071,405,10 Mile +1003,Eric S.,M,38,"Alexandria, VA",4053,4063,405,10 Mile +1327,William B.,M,28,"Washington, DC",4058,4092,405,10 Mile +1239,Chase J.,M,34,"Washington, DC",4058,4078,405,10 Mile +2628,Timothy S.,M,34,"Washington, DC",4059,4318,405,10 Mile +1407,Jonathan L.,M,36,"Harrisburg, PA",4059,4090,405,10 Mile +1460,Marc P.,M,33,"Washington, DC",4059,4093,405,10 Mile +815,Casiano K.,M,21,"Laguna Beach, CA",4061,4080,406,10 Mile +1291,David W.,M,55,"Washington, DC",4061,4076,406,10 Mile +1940,Aaron E.,M,41,"Ellicott City, MD",4061,4097,406,10 Mile +1476,Anthony P.,M,38,"Arlington, VA",4061,4103,406,10 Mile +21932,Jason L.,M,43,"Arlington, VA",4061,4250,406,10 Mile +1232,Cory D.,M,34,"Baltimore, MD",4062,4085,406,10 Mile +1458,Tom B.,M,43,Switzerland,4062,4086,406,10 Mile +21742,Jeff G.,M,33,"Washington, DC",4065,4084,406,10 Mile +1466,Barry G.,M,33,"Alexandria, VA",4065,4086,406,10 Mile +1909,Robert S.,M,39,"Arlington, VA",4065,4101,406,10 Mile +879,Jason D.,M,40,"Washington, DC",4066,4112,406,10 Mile +1503,Kevin A.,M,29,"College Park, MD",4067,4095,406,10 Mile +821,Eric S.,M,36,"Fairfax, VA",4067,4088,406,10 Mile +23080,David C.,M,36,"Brooklyn, NY",4067,4541,406,10 Mile +614,Nick G.,M,39,"Great Falls, VA",4067,4430,406,10 Mile +1777,Shawn K.,M,46,"Huntingtown, MD",4068,4110,406,10 Mile +885,Douglas G.,M,37,"Washington, DC",4069,4090,406,10 Mile +1513,Maxwell B.,M,27,"Arlington, VA",4069,4099,406,10 Mile +1596,Yang S.,M,40,"Rockville, MD",4069,4082,406,10 Mile +1529,Gregory C.,M,37,"Chantilly, VA",4071,4084,407,10 Mile +808,Jad D.,M,48,"Alexandria, VA",4071,4084,407,10 Mile +2306,Perry W.,M,28,"San Francisco, CA",4071,4264,407,10 Mile +1873,Kevin K.,M,33,"Arlington, VA",4076,4098,407,10 Mile +1276,Stephen M.,M,27,"Washington, DC",4079,4103,407,10 Mile +860,Peter M.,M,31,"Astoria, NY",4080,4089,408,10 Mile +934,John C.,M,27,"Arlington, VA",4082,4087,408,10 Mile +1135,Michael K.,M,40,"East Norriton, PA",4084,4101,408,10 Mile +1437,John H.,M,26,"Washington, DC",4085,4107,408,10 Mile +2421,David K.,M,40,"Washington, DC",4085,4143,408,10 Mile +1233,Jonathan T.,M,38,"Washington, DC",4085,4118,408,10 Mile +961,Luke L.,M,26,"Washington, DC",4085,4130,408,10 Mile +1659,Trevor G.,M,41,"Arlington, VA",4085,4124,408,10 Mile +739,Jesse G.,M,32,"Washington, DC",4088,4119,408,10 Mile +1971,Cam G.,M,29,"New York, NY",4088,4119,408,10 Mile +1027,Jordan Y.,M,34,"New Market, MD",4088,4108,408,10 Mile +23138,Carlos D.,M,26,"Baltimore, MD",4088,4528,408,10 Mile +736,Jason G.,M,40,"Ellicott City, MD",4089,4110,408,10 Mile +1400,Owen K.,M,33,"Washington, DC",4089,4100,408,10 Mile +1296,Gene C.,M,32,"Philadelphia, PA",4090,4134,409,10 Mile +1192,Rahsaan W.,M,40,"Sterling, VA",4091,4137,409,10 Mile +1922,Jesse L.,M,29,"New York City, NY",4094,4101,409,10 Mile +1004,Sean W.,M,34,"Alexandria, VA",4095,4109,409,10 Mile +1416,Christopher W.,M,35,"Brooklyn, NY",4095,4119,409,10 Mile +4987,David K.,M,31,"Washington, DC",4096,4287,409,10 Mile +1338,Matteo I.,M,43,"Washington, DC",4097,4117,409,10 Mile +1227,Roberto P.,M,50,"Arlington, VA",4098,4113,409,10 Mile +1010,Paul D.,M,36,"Washington, DC",4098,4150,409,10 Mile +967,Jarett S.,M,29,"Asbury Park, NJ",4100,4107,410,10 Mile +1680,Andrew S.,M,28,"Washington, DC",4100,4341,410,10 Mile +1066,Nathan B.,M,32,"Washington, DC",4101,4160,410,10 Mile +921,Alex A.,M,34,"Silver Spring, MD",4101,4169,410,10 Mile +2131,Stephen C.,M,52,"Rockville, MD",4101,4125,410,10 Mile +1349,Paul M.,M,38,"Baltimore, MD",4103,4157,410,10 Mile +2551,Zack N.,M,24,"Washington, DC",4103,4414,410,10 Mile +2228,Ben R.,M,37,"Washington, DC",4104,4292,410,10 Mile +1225,Mark F.,M,49,"Fairfax, VA",4107,4134,410,10 Mile +21766,Michael W.,M,21,"Marietta, GA",4107,4306,410,10 Mile +1386,Brendan B.,M,37,"Washington, DC",4109,4167,410,10 Mile +1286,Brian W.,M,40,"Louisville, KY",4109,4141,410,10 Mile +21797,Connor C.,M,25,"Washington, DC",4109,4305,410,10 Mile +12530,Joshuah M.,M,33,"Washington, DC",4110,4298,411,10 Mile +1452,Scott G.,M,23,"Williamsburg, VA",4110,4160,411,10 Mile +1204,Kemal T.,M,51,"Kensington, MD",4111,4172,411,10 Mile +1105,Samuel R.,M,29,"Washington, DC",4111,4334,411,10 Mile +2840,Bert U.,M,26,"Oakton, VA",4112,4304,411,10 Mile +1520,Matthew M.,M,28,"Charlottesville, VA",4112,4169,411,10 Mile +956,Rex H.,M,34,"Greensboro, NC",4113,4129,411,10 Mile +1371,Paul K.,M,38,"Silver Spring, MD",4113,4158,411,10 Mile +1057,Nathan C.,M,37,"Washington, DC",4114,4134,411,10 Mile +1483,Peter B.,M,34,"Washington Dc, DC",4114,4144,411,10 Mile +1060,Aidan C.,M,33,"Washington, DC",4117,4177,411,10 Mile +287,Gregg B.,M,56,"Alexandria, VA",4118,4140,411,10 Mile +1241,Travis B.,M,25,"Springfield, VA",4119,4126,411,10 Mile +1586,Ayman A.,M,25,"Alexandria, VA",4120,4164,412,10 Mile +1860,Michael H.,M,29,"Washington Dc, DC",4121,4155,412,10 Mile +1505,Joseph J.,M,31,"Bethesda, MD",4122,4146,412,10 Mile +3198,David S.,M,22,"Washington Dc, DC",4123,4151,412,10 Mile +1482,James C.,M,46,"Macclenny, FL",4124,4136,412,10 Mile +2740,Nicholas B.,M,33,"Washington, DC",4124,4321,412,10 Mile +18967,Nikhil K.,M,25,"Washington, DC",4125,4152,412,10 Mile +1298,Mick B.,M,36,"Washington, DC",4126,4358,412,10 Mile +1872,Richard B.,M,43,"Manassas Park, VA",4126,4166,412,10 Mile +1127,Matt K.,M,33,"Washington, DC",4128,4145,412,10 Mile +1025,Jr P.,M,33,"Washington, DC",4128,4153,412,10 Mile +1055,Frank O.,M,39,"Pittsburgh, PA",4128,4145,412,10 Mile +1306,Theodore V.,M,32,"Arlington, VA",4128,4145,412,10 Mile +1394,Pj A.,M,38,"Baltimore, MD",4129,4143,412,10 Mile +1046,Kenneth C.,M,33,"Myersville, MD",4131,4153,413,10 Mile +1076,Jeff F.,M,35,"La Plata, MD",4131,4180,413,10 Mile +2076,Tom C.,M,34,"Washington, DC",4133,4163,413,10 Mile +23067,Raymond H.,M,33,"Baltimore, MD",4134,4361,413,10 Mile +23071,Eric B.,M,33,"Baltimore, MD",4134,4361,413,10 Mile +1030,John P.,M,52,"Centreville, VA",4134,4164,413,10 Mile +557,Jeremiah W.,M,15,"Falls Church, VA",4136,4168,413,10 Mile +1440,Kevin S.,M,36,"Leesburg, VA",4136,4159,413,10 Mile +1026,Malcolm E.,M,46,"Bronx, NY",4136,4146,413,10 Mile +850,Chris S.,M,48,"Fruitland, MD",4136,4147,413,10 Mile +923,Jim E.,M,51,"Arlington, VA",4138,4165,413,10 Mile +21757,Bradley S.,M,24,"Washington, DC",4139,4172,413,10 Mile +2546,Scott L.,M,25,"Greencastle, PA",4140,4384,414,10 Mile +9505,Jon W.,M,50,"Arlington, VA",4140,4631,414,10 Mile +1208,Mike K.,M,25,"Silver Spring, MD",4140,4158,414,10 Mile +21736,David S.,M,40,"Washington, DC",4140,4171,414,10 Mile +2596,Grant S.,M,30,"Washington, DC",4141,4166,414,10 Mile +1212,Rodney R.,M,37,"Poolesville, MD",4141,4192,414,10 Mile +1391,Brian S.,M,27,"Washington, DC",4142,4422,414,10 Mile +1383,Harrison G.,M,65,"Upper Marlboro, MD",4143,4163,414,10 Mile +21848,Zachary D.,M,26,"Washington, DC",4144,4335,414,10 Mile +262,Charles M.,M,64,"Littleton, CO",4144,4155,414,10 Mile +1480,Michael C.,M,46,"Arlington, VA",4144,4170,414,10 Mile +857,Harry J.,M,31,"Tsse Decelles, QC",4145,4208,414,10 Mile +3474,Bennett W.,M,16,"Annapolis, MD",4146,4500,414,10 Mile +1461,Brian Z.,M,39,"Santa Monica, CA",4147,4169,414,10 Mile +756,Joshua J.,M,33,"Washington, DC",4151,4920,415,10 Mile +1356,Chris B.,M,35,"North Bethesda, MD",4152,4177,415,10 Mile +1997,Michael W.,M,30,"Washington, DC",4153,4185,415,10 Mile +1499,Tc C.,M,45,"Pittsburgh, PA",4153,4176,415,10 Mile +2077,Bobby H.,M,53,"Rehoboth, DE",4154,4158,415,10 Mile +21719,Bart F.,M,39,"Arlington, VA",4154,4177,415,10 Mile +22364,Rob K.,M,46,"Alexandria, VA",4156,4191,415,10 Mile +834,Chris K.,M,55,"Westwood, MA",4157,4196,415,10 Mile +1257,Christopher W.,M,34,"Washington, DC",4158,4198,415,10 Mile +1402,Andrew M.,M,30,"Washington, DC",4158,4220,415,10 Mile +305,Al Y.,M,54,"Doylestown, OH",4159,4170,415,10 Mile +3291,Dan M.,M,24,"Washington, DC",4159,4396,415,10 Mile +635,Dave F.,M,37,"Silver Spring, MD",4160,4181,416,10 Mile +4325,Tom M.,M,42,"Mclean, VA",4160,4354,416,10 Mile +2415,Joseph B.,M,35,"Alexandria, VA",4160,4397,416,10 Mile +1749,Timothy R.,M,39,"Vilas, NC",4161,4397,416,10 Mile +2126,Matt T.,M,30,"Washington, DC",4161,4494,416,10 Mile +774,Ben C.,M,34,"Washington, DC",4161,4372,416,10 Mile +1537,Joseph D.,M,26,"Long Beach, CA",4161,4187,416,10 Mile +21755,Kirk S.,M,31,"Washington, DC",4162,4195,416,10 Mile +1858,Ken L.,M,57,"Doylestown, PA",4164,4203,416,10 Mile +19613,Kyle P.,M,27,"Washington, DC",4164,4360,416,10 Mile +1588,Bjorn M.,M,35,"Alexandria, VA",4165,4190,416,10 Mile +22318,Chris H.,M,33,"Springfield, VA",4165,4209,416,10 Mile +1695,William R.,M,24,"Arlington, VA",4166,4225,416,10 Mile +1862,Peter K.,M,29,"Arlington, VA",4166,4224,416,10 Mile +312,Thomas G.,M,52,"Burke, VA",4167,4183,416,10 Mile +1810,Patrick J.,M,21,"Washington, DC",4167,4200,416,10 Mile +1155,Christopher M.,M,34,"Alexandria, VA",4168,4193,416,10 Mile +1315,Chris P.,M,34,"Falls Church, VA",4168,4228,416,10 Mile +2707,Daniel S.,M,38,"Silver Spring, MD",4168,4215,416,10 Mile +1434,Haskell G.,M,32,"Brooklyn, NY",4170,4227,417,10 Mile +2775,Shea F.,M,27,"Rockville, MD",4171,4447,417,10 Mile +1341,Paul M.,M,53,"Garrison, NY",4171,4225,417,10 Mile +1928,Matthew M.,M,43,"Arlington, VA",4172,4206,417,10 Mile +22317,Kevin C.,M,28,"Vienna, VA",4172,4209,417,10 Mile +2917,Colm D.,M,43,"Vienna, VA",4173,4208,417,10 Mile +1185,Dashiell Q.,M,30,"Berryville, VA",4173,4987,417,10 Mile +2108,Nick P.,M,31,"Washington, DC",4173,4368,417,10 Mile +713,Nathan C.,M,23,"Lancaster, PA",4174,4216,417,10 Mile +1456,Micah W.,M,38,"Washington, DC",4175,4200,417,10 Mile +1414,Brent M.,M,35,"Silver Spring, MD",4175,4212,417,10 Mile +4998,Don C.,M,25,"Washington, DC",4179,4193,417,10 Mile +723,Nesta G.,M,33,"Arlington, VA",4180,4223,418,10 Mile +3491,David N.,M,34,"Fairfax, VA",4181,4394,418,10 Mile +1535,Nick H.,M,38,"Washington, DC",4181,4210,418,10 Mile +1265,Carlos P.,M,29,"Fairfax, VA",4182,4424,418,10 Mile +21567,Cameron S.,M,26,"Arlington, VA",4182,4439,418,10 Mile +2071,Andrew K.,M,27,"Washington, DC",4183,4501,418,10 Mile +835,Peter T.,M,28,"Washington D.c., DC",4184,4196,418,10 Mile +1797,Daniel G.,M,30,"Washington Dc, DC",4184,4208,418,10 Mile +1108,Zoran K.,M,51,"Bethesda, MD",4185,4220,418,10 Mile +928,Amir A.,M,55,"Falls Church, VA",4186,4214,418,10 Mile +1569,Aaron W.,M,32,"Washington, DC",4186,4488,418,10 Mile +582,Andrew H.,M,31,"Needham, MA",4186,4196,418,10 Mile +1354,Matthew R.,M,35,"Washington, DC",4187,4232,418,10 Mile +5806,Byron E.,M,30,"Woodbridge, VA",4188,4372,418,10 Mile +1130,Kevin C.,M,50,"Cohoes, NY",4189,4211,418,10 Mile +2110,Xian Z.,M,30,"Washington, DC",4189,4372,418,10 Mile +1104,Craig T.,M,44,"College Park, MD",4191,4213,419,10 Mile +1139,Martin M.,M,41,"Washington, DC",4191,4260,419,10 Mile +1517,Charles F.,M,20,"Washington, DC",4191,4237,419,10 Mile +3632,Stephen D.,M,47,"Silver Spring, MD",4193,4478,419,10 Mile +1979,Alejandro O.,M,34,"Fairfax, VA",4193,4201,419,10 Mile +3995,Matthew L.,M,36,"Cordova, MD",4193,4450,419,10 Mile +2033,James B.,M,32,"Silver Spring, MD",4195,4412,419,10 Mile +1277,Tom D.,M,29,"Arlington, VA",4197,4252,419,10 Mile +1931,Evan L.,M,29,"Reston, VA",4197,4221,419,10 Mile +18127,Hieu T.,M,54,"San Diego, CA",4198,5109,419,10 Mile +4475,Stephen K.,M,28,"Washington, DC",4198,4416,419,10 Mile +2560,Daniel G.,M,30,"New York, NY",4201,4241,420,10 Mile +1097,Antonio C.,M,26,"Washington, DC",4202,4234,420,10 Mile +1964,Aaron R.,M,27,"Alexandria, VA",4202,4242,420,10 Mile +1406,Matthew D.,M,48,"Falls Church, VA",4203,4224,420,10 Mile +279,Jeremy C.,M,20,"Shrewsbury, MA",4204,4236,420,10 Mile +1069,Erik N.,M,42,"Washington, DC",4204,4230,420,10 Mile +3240,Eric W.,M,48,"Oakton, VA",4204,4390,420,10 Mile +4893,Matthew S.,M,26,"Astoria, NY",4204,4492,420,10 Mile +2714,David P.,M,36,"Washington, DC",4204,4453,420,10 Mile +1159,Gregory R.,M,38,"Alexandria, VA",4205,4231,420,10 Mile +1504,Kevin H.,M,29,"Arlington, VA",4206,4394,420,10 Mile +2192,Marty T.,M,35,"Washington, DC",4206,4537,420,10 Mile +10197,Cory M.,M,38,"Salisbury, NC",4207,4245,420,10 Mile +1439,Brian W.,M,35,"Fairfax, VA",4207,4221,420,10 Mile +1415,Adam F.,M,29,"University Park, MD",4208,4460,420,10 Mile +1936,Eric P.,M,37,"Fort Washington, MD",4208,4235,420,10 Mile +1987,Michael B.,M,37,"Sterling, VA",4210,4258,421,10 Mile +3200,Carter B.,M,36,"Washington, DC",4211,4398,421,10 Mile +21780,Russell H.,M,27,"Washington, DC",4211,4830,421,10 Mile +2914,John M.,M,47,"Springfield, VA",4211,4409,421,10 Mile +1070,Justin F.,M,31,"Washington, DC",4212,4444,421,10 Mile +2507,John D.,M,29,"Ft Belvoir, VA",4215,4261,421,10 Mile +796,Reza M.,M,39,"Willow Grove, PA",4216,4465,421,10 Mile +1737,Karim H.,M,46,"Raleigh, NC",4218,4257,421,10 Mile +6327,Anthony M.,M,41,"Arlington, VA",4219,4647,421,10 Mile +2437,Kevin F.,M,39,"Arlington, VA",4220,4406,422,10 Mile +1093,Alvaro A.,M,29,"Washington, DC",4221,4241,422,10 Mile +1933,Pei H.,M,54,"Herndon, VA",4222,4248,422,10 Mile +2000,James W.,M,42,"Washington, DC",4223,4244,422,10 Mile +1956,Kenneth M.,M,54,"Potomac, MD",4224,4262,422,10 Mile +2139,Michael K.,M,56,Germany,4224,4483,422,10 Mile +1632,Alex S.,M,25,"Indianapolis, IN",4224,4273,422,10 Mile +268,Barry H.,M,54,"Bethesda, MD",4225,4242,422,10 Mile +1096,Christopher M.,M,30,"Washington, DC",4226,4284,422,10 Mile +21725,Erik S.,M,31,"Washington, DC",4230,4246,423,10 Mile +21806,Graham M.,M,31,"Washington, DC",4231,4426,423,10 Mile +1279,Luther L.,M,34,"Washington, DC",4231,4241,423,10 Mile +1301,Eric L.,M,42,"Washington, DC",4231,4270,423,10 Mile +21776,Joel C.,M,25,"Baltimore, MD",4232,4416,423,10 Mile +2358,Victor M.,M,35,"Washington, DC",4233,4441,423,10 Mile +22251,Bhanu G.,M,32,"Reston, VA",4234,4285,423,10 Mile +1713,Jonathan L.,M,31,"Pittsburgh, PA",4235,4431,423,10 Mile +1335,Scott N.,M,30,"Washington, DC",4236,4296,423,10 Mile +1490,Nick J.,M,29,"Wilmington, NC",4236,4424,423,10 Mile +5789,Andre H.,M,36,"Fairfax, VA",4237,4432,423,10 Mile +1411,Lou A.,M,57,"Louisville, KY",4237,4261,423,10 Mile +1190,Daniel R.,M,29,"Long Island City, NY",4239,4479,423,10 Mile +23195,Rostin B.,M,39,"Baltimore, MD",4239,4474,423,10 Mile +2169,Christopher R.,M,30,"Cranberry Twp, PA",4239,4479,423,10 Mile +1072,Tom N.,M,57,"Glen Allen, VA",4240,4283,424,10 Mile +1346,Robert M.,M,35,"Alexandria, VA",4240,4287,424,10 Mile +18743,Matt M.,M,25,"Woodbury, MN",4240,4678,424,10 Mile +2484,Aldo P.,M,28,"Washington, DC",4241,4302,424,10 Mile +919,Thomas R.,M,30,"Baltimore, MD",4242,4287,424,10 Mile +1117,Manuel R.,M,45,"New York, NY",4245,4294,424,10 Mile +1518,Mark V.,M,30,"Arlington, VA",4245,4275,424,10 Mile +1613,Dana S.,M,36,"Silver Spring, MD",4248,4293,424,10 Mile +6394,David L.,M,25,"Washington, DC",4250,4680,425,10 Mile +1433,John G.,M,30,"Washington, DC",4252,4485,425,10 Mile +1095,Josh B.,M,26,"Arlington, VA",4252,4275,425,10 Mile +2178,Peter D.,M,34,"Washington, DC",4252,4435,425,10 Mile +1806,Justin W.,M,31,"Washington, DC",4252,4442,425,10 Mile +4127,Michael S.,M,28,"Colorado Springs, CO",4253,4463,425,10 Mile +1893,Jonathan H.,M,32,"Frederick, MD",4254,4437,425,10 Mile +2121,Matthew O.,M,33,"Washington, DC",4254,4456,425,10 Mile +1319,Joseph S.,M,32,"Rochester, NY",4257,4486,425,10 Mile +3453,Alex B.,M,45,"Alexandria, VA",4259,4266,425,10 Mile +1455,Kent Y.,M,39,"Rego Park, NY",4259,4292,425,10 Mile +3405,Tyler A.,M,35,"Washington, DC",4260,4464,426,10 Mile +2642,Dennis W.,M,40,"Woodbridge, VA",4261,4462,426,10 Mile +1103,Joshua L.,M,32,"Washington, DC",4263,4314,426,10 Mile +4568,Mark G.,M,41,"College Park, MD",4264,4453,426,10 Mile +1379,Joe P.,M,24,"Philadelphia, PA",4264,4291,426,10 Mile +3949,Francisco R.,M,26,"Bethesda, MD",4265,4537,426,10 Mile +998,Jim B.,M,54,"Vienna, VA",4267,4510,426,10 Mile +1071,Jesse P.,M,30,"Columbia, MD",4268,4283,426,10 Mile +2105,Chase H.,M,33,"Washington, DC",4268,4568,426,10 Mile +1894,Aaron R.,M,33,"Washington, DC",4269,4322,426,10 Mile +2511,Ben M.,M,28,"Dillsburg, PA",4269,4452,426,10 Mile +1968,Stewart R.,M,36,"Washington, DC",4270,4286,427,10 Mile +1905,Nafis B.,M,32,"Brooklyn, NY",4271,4319,427,10 Mile +23061,Joshua D.,M,36,"Falls Church, VA",4272,4315,427,10 Mile +888,Daniel V.,M,18,"Potomac Falls, VA",4273,4307,427,10 Mile +1829,Corbin S.,M,24,"Washington, DC",4274,4310,427,10 Mile +1837,Andrew B.,M,32,"Arlington, VA",4274,4305,427,10 Mile +1822,Boris D.,M,29,"Maple Glen, PA",4274,4330,427,10 Mile +1973,Wing K.,M,26,"Vienna, VA",4275,4284,427,10 Mile +2287,Allen G.,M,51,"Washington, DC",4275,4304,427,10 Mile +1671,Joseph B.,M,53,"Silver Spring, MD",4276,4299,427,10 Mile +2176,Jerry G.,M,38,"Toronto, ON",4277,4487,427,10 Mile +2947,Charlie B.,M,32,"Washington, DC",4279,4478,427,10 Mile +1191,Michael J.,M,27,"Richmond, VA",4280,4301,428,10 Mile +1488,Robert C.,M,46,"Salem, NH",4281,4318,428,10 Mile +1073,Chris W.,M,39,"Arlington, VA",4281,4296,428,10 Mile +2639,Luis H.,M,51,"Washington, DC",4282,4476,428,10 Mile +1652,Benjamin C.,M,41,"Chevy Chase, MD",4282,4334,428,10 Mile +1882,Andrew E.,M,35,"Washington, DC",4284,4329,428,10 Mile +1487,Andres H.,M,24,"New York, NY",4285,4327,428,10 Mile +1511,Tim B.,M,51,"Alexandria, VA",4286,4323,428,10 Mile +1962,Nathan N.,M,39,"Washington, DC",4287,4308,428,10 Mile +2515,Gilbert P.,M,25,"Arlington, VA",4287,4482,428,10 Mile +1982,Nicholas S.,M,49,"Silver Spring, MD",4289,4327,428,10 Mile +2164,Alan S.,M,25,"Bronx, NY",4289,4474,428,10 Mile +21820,Saul H.,M,29,"Washington, DC",4291,4581,429,10 Mile +1866,John F.,M,33,"Arlington, VA",4293,4311,429,10 Mile +3850,Robert A.,M,27,"Washington, DC",4294,4641,429,10 Mile +1654,Ryan S.,M,42,"Crofton, MD",4295,4520,429,10 Mile +23054,Matthew F.,M,44,"Washington, DC",4295,4549,429,10 Mile +2050,Paul S.,M,43,"Washington, DC",4297,4343,429,10 Mile +1811,Karnail K.,M,53,"Chantilly, VA",4298,4322,429,10 Mile +2003,Geb H.,M,36,"Yonkers, NY",4298,4319,429,10 Mile +2069,Jose C.,M,29,"Arlington, VA",4299,4312,429,10 Mile +2524,Brian W.,M,31,"Washington, DC",4299,4346,429,10 Mile +1801,Brent G.,M,39,"Washington, DC",4299,4342,429,10 Mile +2279,Leonard B.,M,28,"Washington, DC",4300,4486,430,10 Mile +309,William C.,M,57,"Bethesda, MD",4300,4327,430,10 Mile +1475,Chad C.,M,43,"Washington, DC",4300,4326,430,10 Mile +1193,Greg G.,M,31,"Arlington, VA",4301,5219,430,10 Mile +1913,Christopher J.,M,41,"Washington, DC",4301,4347,430,10 Mile +1824,Jose A.,M,28,"New Haven, CT",4301,4322,430,10 Mile +2956,Romilio M.,M,38,"Oakton, VA",4301,4541,430,10 Mile +3607,Roger J.,M,66,"Washington, DC",4302,4490,430,10 Mile +1253,Andrew B.,M,26,"Washington, DC",4303,4355,430,10 Mile +3214,Christopher K.,M,46,"Takoma Park, MD",4305,4533,430,10 Mile +20044,Wayne S.,M,28,"Washington, DC",4305,4356,430,10 Mile +1260,Michael M.,M,32,"Sabillasville, MD",4306,4346,430,10 Mile +2353,Miika T.,M,30,"Arlington, VA",4306,4547,430,10 Mile +2441,Derek N.,M,37,"Bethesda, MD",4306,4520,430,10 Mile +1274,Stephen A.,M,45,"Alexandria, VA",4306,4336,430,10 Mile +355,Joseph D.,M,62,"Vienna, VA",4308,4316,430,10 Mile +894,Daniel H.,M,28,"Washington, DC",4308,4358,430,10 Mile +2111,Kevin M.,M,58,"Davenport, IA",4309,4505,430,10 Mile +2698,Vardell R.,M,36,"Fortwashington, MD",4309,4595,430,10 Mile +3387,Andrew J.,M,29,"Gaithersburg, MD",4310,4345,431,10 Mile +1887,Dylan L.,M,30,"Washington, DC",4311,4336,431,10 Mile +4718,Patrick T.,M,23,"Boise, ID",4311,4674,431,10 Mile +2343,Michael R.,M,49,"Arlington, VA",4312,4516,431,10 Mile +2403,Chris C.,M,31,"Arlington, VA",4313,4569,431,10 Mile +1875,Indrajit D.,M,43,"Alexandria, VA",4314,4340,431,10 Mile +2106,Adam C.,M,34,"Arlington, VA",4314,4516,431,10 Mile +1874,Christopher T.,M,38,"Washington, DC",4316,4338,431,10 Mile +936,Norm W.,M,45,"Washington, DC",4316,4339,431,10 Mile +1540,Jonathan B.,M,29,"Chicago, IL",4316,4349,431,10 Mile +1615,Scott H.,M,50,"Silver Spring, MD",4317,4325,431,10 Mile +2185,Eric N.,M,33,"Alexandria, VA",4317,4499,431,10 Mile +1539,John L.,M,48,"Mclean, VA",4317,4357,431,10 Mile +1270,Stephen H.,M,44,"Alexandria, VA",4318,4349,431,10 Mile +999,Matthew D.,M,37,"Scarsdale, NY",4319,4342,431,10 Mile +1152,Corey M.,M,30,"Alexandria, VA",4319,4360,431,10 Mile +2299,Jonathan B.,M,36,"Mars, PA",4321,4513,432,10 Mile +1853,Steven M.,M,33,"Washington, DC",4322,4527,432,10 Mile +2090,Max C.,M,26,"Arlington, VA",4322,4371,432,10 Mile +1515,Stephen B.,M,30,"Washington, DC",4322,4353,432,10 Mile +22363,Oleg I.,M,34,"Princeton, NJ",4322,4564,432,10 Mile +1250,Ask E.,M,41,"Silver Spring, MD",4323,4359,432,10 Mile +2464,Edward S.,M,28,"Washington, DC",4323,4769,432,10 Mile +4231,William B.,M,30,"New York, NY",4325,4590,432,10 Mile +324,David W.,M,62,"Washington, DC",4325,4381,432,10 Mile +3160,Bob D.,M,62,"Burke, VA",4325,4517,432,10 Mile +10414,Benjamin H.,M,33,"Alexandria, VA",4326,5178,432,10 Mile +1166,Jason L.,M,27,"Arlington, VA",4326,4383,432,10 Mile +840,Brandon F.,M,27,"Washington, DC",4326,4563,432,10 Mile +1667,Patrice D.,M,48,"Silver Spring, MD",4327,4375,432,10 Mile +21802,John R.,M,29,"Glen Echo, MD",4327,4589,432,10 Mile +21782,Patrick O.,M,28,"Arlington, VA",4327,4526,432,10 Mile +1309,Matt N.,M,40,"Arlington, MA",4327,4353,432,10 Mile +2669,Michael C.,M,40,"Fort Eustis, VA",4328,4539,432,10 Mile +2922,Neil A.,M,56,"Washington, DC",4329,4579,432,10 Mile +2237,Francis Y.,M,31,"Arlington, VA",4329,4528,432,10 Mile +1362,John S.,M,41,"Washington, DC",4329,4378,432,10 Mile +3846,Benjamin K.,M,34,"Washington, DC",4330,4549,433,10 Mile +1214,Ismail T.,M,40,"Washington, DC",4331,4806,433,10 Mile +1100,Andrew H.,M,30,"Washington, DC",4333,4391,433,10 Mile +4682,Alexander L.,M,27,"Arlington, VA",4333,4614,433,10 Mile +2937,Nate K.,M,27,"Allison Park, PA",4337,4524,433,10 Mile +2190,James L.,M,29,"Washington, DC",4338,4538,433,10 Mile +2773,Ted J.,M,46,"Washington, DC",4339,4386,433,10 Mile +1573,Russell S.,M,42,"Burke, VA",4340,4379,434,10 Mile +4791,Cosmo H.,M,14,"Richmond, CA",4340,4575,434,10 Mile +1564,Ryan D.,M,22,"Washington, DC",4341,4358,434,10 Mile +3414,Christopher B.,M,32,"Washington, DC",4341,4546,434,10 Mile +4273,Thomas C.,M,31,"Washington, DC",4342,4655,434,10 Mile +1519,Sparsh K.,M,34,"Washington, DC",4343,4394,434,10 Mile +1128,Brendan K.,M,27,"Sunnyside, NY",4343,4357,434,10 Mile +2658,Joseph S.,M,54,"Reston, VA",4345,4530,434,10 Mile +2583,Mathew S.,M,28,"Arlington, VA",4346,4405,434,10 Mile +9169,James T.,M,38,"Washington, DC",4346,4708,434,10 Mile +1698,Anthony C.,M,45,"Fairfield, CT",4347,4354,434,10 Mile +2013,Saurav K.,M,38,"Vienna, VA",4347,4382,434,10 Mile +4770,Chris D.,M,26,"Washington, DC",4348,4547,434,10 Mile +1738,Paul S.,M,44,"Fort Mill, SC",4349,4391,434,10 Mile +1590,Stefan R.,M,27,"Washington, DC",4349,4404,434,10 Mile +2630,Jonathan S.,M,32,"Springfield, VA",4349,4681,434,10 Mile +2020,Jere O.,M,36,"Woodbridge, VA",4350,4367,435,10 Mile +2679,Kyle M.,M,29,"Arlington, VA",4351,4539,435,10 Mile +6313,Keith B.,M,51,"Woodbridge, VA",4351,4902,435,10 Mile +2271,Robert M.,M,30,"East Greenbush, NY",4352,4540,435,10 Mile +2463,Derek P.,M,26,"Moorestown, NJ",4352,4536,435,10 Mile +2104,Steven M.,M,30,"Alexandria, VA",4353,4590,435,10 Mile +1560,Jack L.,M,43,"Frederick, MD",4353,4392,435,10 Mile +3009,Andrew S.,M,37,"Silver Spring, MD",4353,4413,435,10 Mile +2098,Josh J.,M,33,"Washington, DC",4353,4565,435,10 Mile +1839,Ian B.,M,33,"Silver Spring, MD",4356,4561,435,10 Mile +1760,Sean F.,M,46,"Arlington, VA",4357,4412,435,10 Mile +22367,Jeremy E.,M,33,"Washington, DC",4357,4380,435,10 Mile +1606,Clarence C.,M,27,"Washington, DC",4357,4419,435,10 Mile +986,Kevin L.,M,28,"Washington, DC",4357,4419,435,10 Mile +3173,Sebastian F.,M,34,"Washington, DC",4357,4690,435,10 Mile +9058,Brandon G.,M,31,"Reston, VA",4358,4685,435,10 Mile +3007,Konstantin K.,M,37,"Washington, DC",4358,4689,435,10 Mile +22377,Arlen J.,M,45,"Leesburg, VA",4358,4362,435,10 Mile +4430,David V.,M,31,"Easton, MD",4359,4549,435,10 Mile +3532,Jim B.,M,30,"Washington, DC",4359,4747,435,10 Mile +3335,Derek M.,M,27,"Washington, DC",4361,4692,436,10 Mile +3241,Eduardo M.,M,31,"Washington, DC",4361,4603,436,10 Mile +2619,Joseph C.,M,42,"Arlington, VA",4361,4678,436,10 Mile +1690,Joshua S.,M,38,"Arlington, VA",4363,4370,436,10 Mile +1435,Brian I.,M,42,"Alexandria, VA",4363,4420,436,10 Mile +1574,Asher B.,M,33,"Washington, DC",4364,4414,436,10 Mile +2604,Frank D.,M,41,"Springfield, VA",4364,4564,436,10 Mile +1375,David W.,M,33,"Washington, DC",4364,4414,436,10 Mile +3284,Allen L.,M,41,"Arlington, VA",4364,4406,436,10 Mile +3015,Jason L.,M,36,"Manassas, VA",4365,4556,436,10 Mile +1883,Ken E.,M,49,"Rockville, MD",4365,4402,436,10 Mile +1494,Michael T.,M,38,"Ashburn, VA",4365,4370,436,10 Mile +957,Matthew B.,M,39,"Buffalo, NY",4367,4404,436,10 Mile +942,Matt D.,M,33,"Alexandria, VA",4367,4394,436,10 Mile +1990,Jason K.,M,30,"Falls Church, VA",4367,4420,436,10 Mile +1629,David N.,M,36,"Washington, DC",4368,4421,436,10 Mile +2704,Mark R.,M,49,"Reston, VA",4368,4423,436,10 Mile +1229,Jonathan G.,M,27,"Washington, DC",4368,4393,436,10 Mile +1001,Robert M.,M,31,"Washington, DC",4369,4420,436,10 Mile +4712,Brendon T.,M,37,"Washington, DC",4369,4730,436,10 Mile +1419,Richard S.,M,40,"Emerald Isle, NC",4369,4413,436,10 Mile +2075,Jimmy R.,M,39,"Washington, DC",4369,4400,436,10 Mile +992,Tom S.,M,51,"Stillwater, MN",4369,4401,436,10 Mile +1892,Jose L.,M,48,"New York, NY",4370,4410,437,10 Mile +1304,Seth K.,M,49,"Washington, DC",4372,4592,437,10 Mile +2792,Chunxin W.,M,48,"Washington, DC",4373,4597,437,10 Mile +2634,David S.,M,32,"Silver Spring, MD",4374,4434,437,10 Mile +2188,Benjamin J.,M,28,"Columbus, OH",4374,4615,437,10 Mile +7346,Mark S.,M,57,"Virginia Beach, VA",4375,4419,437,10 Mile +2101,Peter B.,M,56,"Alexandria, VA",4375,4400,437,10 Mile +3095,Mark M.,M,41,"Alexandria, VA",4376,4567,437,10 Mile +22435,Deepak K.,M,43,"Fairfax, VA",4378,4562,437,10 Mile +306,Jeff G.,M,53,"Clifton, VA",4378,4420,437,10 Mile +1960,Jonathan H.,M,34,"Richmond, VA",4379,4417,437,10 Mile +3079,William B.,M,29,"College Park, MD",4380,4596,438,10 Mile +10104,Victor G.,M,32,"Washington, DC",4382,4643,438,10 Mile +22362,Tim G.,M,23,"Washington, DC",4382,4744,438,10 Mile +838,David C.,M,40,"Cheverly, MD",4384,4445,438,10 Mile +2239,Alex S.,M,31,"Providence, RI",4384,4670,438,10 Mile +1705,Brian B.,M,34,"Laurel, MD",4385,4426,438,10 Mile +2310,Kevin M.,M,35,"Astoria, NY",4385,4628,438,10 Mile +2283,Keith B.,M,43,"Falls Church, VA",4386,4598,438,10 Mile +3331,Joseph D.,M,32,"Washington, DC",4387,4636,438,10 Mile +1974,Zachary L.,M,24,"Washington, DC",4387,4587,438,10 Mile +3424,Sean L.,M,29,"Washington, DC",4387,4720,438,10 Mile +4044,Mark P.,M,37,"Vienna, VA",4388,4634,438,10 Mile +1344,Cameron B.,M,21,"Alameda, CA",4388,4420,438,10 Mile +1603,Mark R.,M,48,"Vienna, VA",4388,4417,438,10 Mile +2374,Tom J.,M,59,"Philadelphia, PA",4388,4579,438,10 Mile +1153,Joshua G.,M,33,"Washington, DC",4389,4401,438,10 Mile +2430,Stephen C.,M,36,"Parkville, MD",4389,4595,438,10 Mile +21418,Brad H.,M,28,"Gaithersburg, MD",4390,5793,439,10 Mile +2230,Thomas W.,M,18,"Potomac, MD",4391,4450,439,10 Mile +991,Patrick H.,M,40,"Martinsburg, WV",4391,4433,439,10 Mile +1599,James H.,M,45,"Burke, VA",4392,4406,439,10 Mile +1305,Brian B.,M,41,"Hyattsville, MD",4392,4420,439,10 Mile +2663,Samuel W.,M,25,"Washington, DC",4393,4454,439,10 Mile +2292,Charles H.,M,28,"Washington, DC",4393,4584,439,10 Mile +15859,Doug Y.,M,42,"Washington, DC",4394,4452,439,10 Mile +3184,Adam J.,M,26,"Bethesda, MD",4395,4576,439,10 Mile +1663,Christopher B.,M,34,"Sterling, VA",4395,4450,439,10 Mile +1114,Andrew L.,M,34,"Morristown, NJ",4396,4415,439,10 Mile +2469,Daniel M.,M,36,"Brooklyn, NY",4397,4695,439,10 Mile +21730,Grant C.,M,31,"Washington, DC",4400,4433,440,10 Mile +3096,Michael P.,M,25,"Washington, DC",4400,4608,440,10 Mile +2181,Michael H.,M,31,"New York, NY",4401,4637,440,10 Mile +1643,David C.,M,36,"Waldorf, MD",4401,4449,440,10 Mile +3125,Aaron K.,M,27,"Washington, DC",4401,4592,440,10 Mile +1808,Leyi L.,M,37,"Washington, DC",4401,4652,440,10 Mile +2243,Steven F.,M,38,"Washington, DC",4402,4588,440,10 Mile +1780,Taran K.,M,16,"Chantilly, VA",4402,4426,440,10 Mile +1865,Andrew P.,M,39,"Washington, DC",4403,4433,440,10 Mile +21767,Thomas E.,M,29,"Washington, DC",4404,4760,440,10 Mile +2177,Sean W.,M,33,"Toronto, ON",4405,4714,440,10 Mile +1592,Sean E.,M,48,"Montgomery Village, MD",4405,4424,440,10 Mile +6561,Kevin M.,M,32,"Washington, DC",4405,4855,440,10 Mile +21735,James G.,M,36,"Washington, DC",4405,4442,440,10 Mile +22386,Ari H.,M,15,"Baltimore, MD",4405,4745,440,10 Mile +2927,Jordan S.,M,33,"Cambridge, MA",4406,4590,440,10 Mile +1431,Timothy J.,M,40,"Rockville, MD",4408,4429,440,10 Mile +1413,Hale V.,M,53,"Washington, DC",4408,4716,440,10 Mile +4781,Brian M.,M,35,"Fairfax, VA",4408,4714,440,10 Mile +2624,Mark D.,M,55,"North Reading, MA",4409,4591,440,10 Mile +8261,Keith Z.,M,25,"Richmond, VA",4409,4927,440,10 Mile +685,Marc E.,M,27,"Washington Dc, DC",4410,4466,441,10 Mile +4105,James B.,M,33,"Baltimore, MD",4411,4451,441,10 Mile +3119,David C.,M,54,"Orange, TX",4411,4609,441,10 Mile +1566,Andrew F.,M,30,"Washington, DC",4411,4645,441,10 Mile +2224,Han F.,M,47,"Washington, DC",4412,4461,441,10 Mile +1195,Terrence D.,M,34,"Baltimore, MD",4412,4451,441,10 Mile +22473,David L.,M,27,"New York, NY",4412,4595,441,10 Mile +3100,Carl R.,M,28,"York, PA",4412,4466,441,10 Mile +2912,Aloe B.,M,28,"Washington, DC",4413,4731,441,10 Mile +2404,Steve K.,M,52,"Washington, DC",4413,4464,441,10 Mile +2364,Ivan C.,M,49,"Falls Church, VA",4414,4622,441,10 Mile +2318,Roy M.,M,49,"Woodbridge, VA",4415,4654,441,10 Mile +3879,Jonathan K.,M,25,"Silver Spring, MD",4415,4715,441,10 Mile +21779,Blaise S.,M,29,"Washington, DC",4416,4462,441,10 Mile +2644,Kostyantyn G.,M,40,"Ashburn, VA",4417,4609,441,10 Mile +303,Rob B.,M,52,"Oak Hill, VA",4418,4473,441,10 Mile +22389,Scott C.,M,40,"Rockville, MD",4418,4464,441,10 Mile +2500,Kurt R.,M,25,"Washington, DC",4419,4656,441,10 Mile +4831,Mario H.,M,42,"Silver Spring, MD",4419,4747,441,10 Mile +1472,Michael C.,M,44,"New York, NY",4420,4479,442,10 Mile +1926,Justin T.,M,38,"Washington, DC",4420,4458,442,10 Mile +3489,Christopher M.,M,35,"Centreville, VA",4421,4620,442,10 Mile +2097,Tom W.,M,52,"Potomac, MD",4422,4481,442,10 Mile +2204,Belay A.,M,45,"Annandale, VA",4422,4690,442,10 Mile +335,Glenn C.,M,64,"Ashburn, VA",4423,4458,442,10 Mile +1985,Michael C.,M,50,"Arlington, VA",4423,4458,442,10 Mile +1891,Phillip R.,M,24,"New York, NY",4424,4457,442,10 Mile +1657,Timothy H.,M,34,"Silver Spring, MD",4424,4482,442,10 Mile +1784,Donald H.,M,30,"Fairfax, VA",4425,4462,442,10 Mile +2984,David O.,M,50,"Springfield, VA",4425,4676,442,10 Mile +2742,Vince M.,M,50,"Washington, DC",4426,4655,442,10 Mile +2708,Marcus L.,M,46,"Herndon, VA",4428,4485,442,10 Mile +2531,Tom H.,M,30,"Washington, DC",4428,5072,442,10 Mile +2442,Andrew T.,M,58,"Washington, DC",4429,4671,442,10 Mile +1692,Matthew H.,M,28,"New York, NY",4429,4619,442,10 Mile +2548,Daniel B.,M,31,"Washington Dc, DC",4430,4894,443,10 Mile +4652,Kyle M.,M,22,"Cary, NC",4430,4616,443,10 Mile +1840,Steve K.,M,52,"Jacksonville, FL",4431,4462,443,10 Mile +3901,David E.,M,41,"Washington, DC",4431,4653,443,10 Mile +1890,Robert J.,M,60,"Bethesda, MD",4432,4462,443,10 Mile +1342,Jonathan R.,M,33,"Philadelphia, PA",4433,4479,443,10 Mile +3318,Matthew B.,M,34,"Centreville, VA",4433,4629,443,10 Mile +352,James L.,M,56,"Laplata, MD",4434,4441,443,10 Mile +3097,Timothy T.,M,47,"Towson, MD",4435,4733,443,10 Mile +2440,Anders S.,M,41,"Clarksburg, MD",4435,4706,443,10 Mile +1857,Paul D.,M,48,"Silver Spring, MD",4436,4456,443,10 Mile +2037,Barry T.,M,46,"Severna Park, MD",4436,4648,443,10 Mile +1975,Robert G.,M,29,"Fairfax, VA",4436,4472,443,10 Mile +1173,Spencer W.,M,25,"Chevy Chase, MD",4437,4663,443,10 Mile +2472,Tom S.,M,51,"Falls Church, VA",4437,4687,443,10 Mile +3624,Steve B.,M,40,"Severna Park, MD",4437,4693,443,10 Mile +1112,Jeff T.,M,41,"New York, NY",4437,4627,443,10 Mile +2218,Lon K.,M,54,"Arlington, VA",4437,4674,443,10 Mile +3687,Alexander M.,M,24,"Washington, DC",4437,4736,443,10 Mile +1240,Sayyad K.,M,27,"Washington, DC",4437,5048,443,10 Mile +3172,Jason H.,M,25,"Rockingham, VA",4438,5227,443,10 Mile +2133,Pete K.,M,24,"Northport, NY",4438,4758,443,10 Mile +2125,Alex Y.,M,31,"Alexandria, VA",4438,4669,443,10 Mile +6008,Seth S.,M,34,"Chevy Chase, MD",4438,4699,443,10 Mile +3117,Brandon K.,M,33,"Brooklyn, NY",4439,4734,443,10 Mile +7607,Nicholaus B.,M,23,"Falls Church, VA",4439,4872,443,10 Mile +3418,Florent D.,M,39,"Bethesda, MD",4441,4691,444,10 Mile +642,Dirk D.,M,27,"Peoria, IL",4441,4499,444,10 Mile +2084,Jeffrey M.,M,59,"Baltimore, MD",4441,4471,444,10 Mile +4239,Todd H.,M,25,"Chicago, IL",4441,4698,444,10 Mile +1082,Kevin M.,M,28,"Crofton, MD",4442,4498,444,10 Mile +3231,Peter F.,M,50,"Albuquerque, NM",4442,4640,444,10 Mile +1528,Samuel W.,M,45,"Arlington, VA",4442,4496,444,10 Mile +21768,Cj Y.,M,28,"Washington, DC",4442,4489,444,10 Mile +3074,Nikhil B.,M,38,"Vienna, VA",4442,4638,444,10 Mile +1697,Adam S.,M,33,"Glenn Dale, MD",4442,4503,444,10 Mile +8175,Andrew F.,M,38,"Arlington, VA",4443,5045,444,10 Mile +3301,Robert S.,M,31,"Washington, DC",4443,4481,444,10 Mile +2038,Kevin Q.,M,35,"Mars, PA",4444,4479,444,10 Mile +1202,Farangmeher G.,M,45,"Leesburg, VA",4444,4479,444,10 Mile +2616,Anthony N.,M,33,"Rockville, MD",4444,4658,444,10 Mile +2480,Jeff B.,M,32,"Silver Spring, MD",4444,4744,444,10 Mile +1020,Michael N.,M,23,"Arlington, VA",4444,5218,444,10 Mile +689,Ryan H.,M,31,"Silver Spring, MD",4445,5219,444,10 Mile +1579,Brady C.,M,29,"Washington, DC",4446,4482,444,10 Mile +2830,Stephen G.,M,33,"Alexandria, VA",4447,4642,444,10 Mile +4689,Chris W.,M,40,"Washington, DC",4447,4775,444,10 Mile +1524,Gregory H.,M,28,"Vienna, VA",4448,4483,444,10 Mile +3441,Daniel T.,M,39,"Baltimore, MD",4448,4695,444,10 Mile +1740,Gregory S.,M,51,"Bethesda, MD",4448,4476,444,10 Mile +21520,Jeff P.,M,23,"Washington, DC",4448,4669,444,10 Mile +958,Erick S.,M,46,"Liberty, NY",4449,4500,444,10 Mile +21733,Darin M.,M,29,"Washington, DC",4450,4510,445,10 Mile +1759,Christopher D.,M,29,"Ellicott City, MD",4451,4969,445,10 Mile +4467,Westley E.,M,30,"Roxbury Crossing, MA",4452,4652,445,10 Mile +1481,Mark A.,M,45,"Arlington, VA",4454,4466,445,10 Mile +17035,Percy G.,M,42,"Annandale, VA",4455,4501,445,10 Mile +3103,Alex C.,M,24,"Vienna, VA",4455,4708,445,10 Mile +9237,Irby T.,M,37,"Washington, DC",4455,4676,445,10 Mile +2300,John B.,M,40,"Milton, DE",4456,4644,445,10 Mile +2385,Matthew M.,M,26,"Malvern, PA",4456,4958,445,10 Mile +1014,Ed L.,M,33,"Washington, DC",4457,4690,445,10 Mile +3002,Kenneth B.,M,47,"Endwell, NY",4457,4738,445,10 Mile +1302,Arjun M.,M,26,"Pittsburgh, PA",4457,4653,445,10 Mile +1580,Rick B.,M,36,"Falls Church, VA",4457,4511,445,10 Mile +2936,Christian D.,M,37,"Bethesda, MD",4458,4663,445,10 Mile +1623,Jacob L.,M,23,"Washington, DC",4458,4642,445,10 Mile +3705,Klaas H.,M,30,"Washington, DC",4460,4698,446,10 Mile +3360,Regner P.,M,37,"Nanuet, NY",4461,4911,446,10 Mile +2432,Chris M.,M,45,"Arlington, VA",4461,4675,446,10 Mile +3936,Jonathan C.,M,34,"Washington, DC",4461,4652,446,10 Mile +1947,Brian R.,M,43,"Waterbury, VT",4461,4502,446,10 Mile +2695,Michael T.,M,33,"Hoboken, NJ",4461,4696,446,10 Mile +2723,Scott P.,M,34,"Washington, DC",4462,4766,446,10 Mile +4872,Amilcar A.,M,36,"New York, NY",4463,4780,446,10 Mile +1171,Chris O.,M,48,"New York, NY",4463,4480,446,10 Mile +10080,Tucker C.,M,24,"Washington, DC",4463,4894,446,10 Mile +1050,Ramiz A.,M,22,"Gaithersburg, MD",4464,4502,446,10 Mile +3205,Johan C.,M,23,"Rockville, MD",4464,4726,446,10 Mile +2431,Drew H.,M,30,"Washington, DC",4464,4654,446,10 Mile +3209,Aleksandr M.,M,40,"Herndon, VA",4464,4659,446,10 Mile +2429,Shenqian S.,M,54,"Clarksburg, MD",4465,4721,446,10 Mile +2683,Sam O.,M,43,"Boston, MA",4466,4990,446,10 Mile +3342,Brian J.,M,41,"Avon, CT",4466,4654,446,10 Mile +964,Matthew M.,M,30,"Washington, DC",4466,4706,446,10 Mile +2438,Rahul S.,M,32,"Arlington, VA",4466,4655,446,10 Mile +3178,Joel G.,M,42,"Arlington, VA",4467,4673,446,10 Mile +4768,Sergey B.,M,28,"Arlington, VA",4468,4701,446,10 Mile +2155,Ian H.,M,48,"Washington, DC",4468,4697,446,10 Mile +1946,Jorge A.,M,28,"Washington, DC",4468,4511,446,10 Mile +6574,Jeff B.,M,41,"Washington, DC",4469,4530,446,10 Mile +3333,James A.,M,26,"Washington, DC",4469,4730,446,10 Mile +23064,Jeff K.,M,58,"Fairfax, VA",4469,4650,446,10 Mile +2589,Lee L.,M,33,"Washington, DC",4471,5070,447,10 Mile +2278,Garrett C.,M,31,"Washington, DC",4471,4732,447,10 Mile +676,James G.,M,44,"New York, NY",4471,4994,447,10 Mile +2820,Jude C.,M,41,"Rockville, MD",4472,4786,447,10 Mile +3482,Matt G.,M,32,"Leesburg, VA",4472,4764,447,10 Mile +1352,Andrew S.,M,48,"Bethesda, MD",4472,4501,447,10 Mile +2130,Adam D.,M,35,"Washington, DC",4473,4721,447,10 Mile +1474,Kevin Q.,M,56,"Centreville, VA",4474,4505,447,10 Mile +5900,Rodney H.,M,41,"Washington, DC",4474,4818,447,10 Mile +2453,Adam S.,M,43,"Chapel Hill, NC",4474,4674,447,10 Mile +725,Eric Z.,M,49,"Chevy Chase, MD",4474,4522,447,10 Mile +17132,Keith C.,M,27,"Bethpage, NY",4475,4746,447,10 Mile +2477,Eric S.,M,48,"Allison Park, PA",4475,4734,447,10 Mile +2409,Scott G.,M,48,"Boulder, CO",4475,4785,447,10 Mile +2295,Jeffrey K.,M,39,"Montclair, VA",4476,4683,447,10 Mile +2451,Gustavo O.,M,59,"Mclean, VA",4476,4748,447,10 Mile +1614,Lorenzo F.,M,48,"Washington, DC",4477,4499,447,10 Mile +2147,Paul D.,M,52,"Austin, TX",4477,4666,447,10 Mile +342,Will C.,M,65,"Strasburg, PA",4477,4480,447,10 Mile +3248,Tom C.,M,33,"Washington, DC",4478,4671,447,10 Mile +2073,Craig M.,M,45,"Jacksonville, FL",4478,4514,447,10 Mile +9272,Brian M.,M,32,"Washington, DC",4478,5059,447,10 Mile +985,Benjamin P.,M,41,"Washington, DC",4478,4532,447,10 Mile +1626,Colin R.,M,33,"Fairfax, VA",4479,4525,447,10 Mile +2068,Jon C.,M,49,"Ann Arbor, MI",4479,4533,447,10 Mile +2156,Darrin H.,M,41,"Washington, DC",4479,4661,447,10 Mile +714,Skip W.,M,49,"Washington, DC",4479,4729,447,10 Mile +21756,Mark G.,M,28,"Washington, DC",4480,4527,448,10 Mile +1555,Grant A.,M,53,"Rancho Cucamonga, CA",4480,4520,448,10 Mile +2968,Erik S.,M,49,"Ashburn, VA",4480,4678,448,10 Mile +17219,Michael S.,M,44,"Washington, DC",4481,4534,448,10 Mile +3115,Benjamin M.,M,26,"Brooklyn, NY",4481,4702,448,10 Mile +2262,John J.,M,53,"Troy, IL",4481,4682,448,10 Mile +2338,Oron G.,M,45,"Washington, DC",4481,4530,448,10 Mile +3399,Timothy M.,M,35,"Palm Bay, FL",4482,4713,448,10 Mile +2971,Les B.,M,27,"Fresh Meadows, NY",4483,4807,448,10 Mile +1331,John B.,M,16,"Arlington, VA",4484,4542,448,10 Mile +8644,Anthony S.,M,38,"Alexandria, VA",4484,4945,448,10 Mile +1220,Marvin R.,M,46,"Arlington, VA",4485,4512,448,10 Mile +22394,Pablo L.,M,41,"Chevy Chase, MD",4485,4538,448,10 Mile +1464,Stephen G.,M,36,"Riverdale Park, MD",4486,4514,448,10 Mile +2992,Adam L.,M,40,"Washington, DC",4486,4761,448,10 Mile +1981,Daniel B.,M,28,"Falls Church, VA",4486,4722,448,10 Mile +1034,Victor Z.,M,36,"Olney, MD",4487,4536,448,10 Mile +1662,Chris T.,M,26,"Pasadena, MD",4487,4531,448,10 Mile +1417,Martin S.,M,40,"Arlington, VA",4488,4536,448,10 Mile +2395,Mike E.,M,32,"White Plains, MD",4488,4793,448,10 Mile +23140,Erik V.,M,28,"Baltimore, MD",4488,4929,448,10 Mile +1572,Luis C.,M,45,"Woodbridge, VA",4488,4530,448,10 Mile +22449,David L.,M,26,"Philadelphia, PA",4489,4741,448,10 Mile +1445,Thien N.,M,46,"Ann Arbor, MI",4489,4543,448,10 Mile +2646,Michael G.,M,38,"Arlington, VA",4489,4696,448,10 Mile +2502,Eric H.,M,50,"Potomac, MD",4489,4743,448,10 Mile +1959,Carlos B.,M,56,"Potomac, MD",4490,4515,449,10 Mile +4109,Joseph F.,M,26,"Arlington, VA",4490,4706,449,10 Mile +1457,Michael K.,M,28,"Washington, DC",4491,4523,449,10 Mile +1921,Waleed A.,M,42,"Alexandria, VA",4491,4521,449,10 Mile +1325,Stephen M.,M,18,"Elkins, WV",4492,4544,449,10 Mile +1254,Eric S.,M,33,"Arlington, VA",4492,4522,449,10 Mile +3892,Craig M.,M,46,"Washington, DC",4492,4674,449,10 Mile +6328,David G.,M,49,"Alexandria, VA",4495,4695,449,10 Mile +1612,Tim S.,M,25,"Arlington, VA",4495,4544,449,10 Mile +23182,Peter P.,M,27,"New Haven, CT",4495,5053,449,10 Mile +9300,Eric D.,M,37,"Washington, DC",4496,5293,449,10 Mile +2638,Neil T.,M,45,"Bethesda, MD",4497,4843,449,10 Mile +2070,Elton M.,M,43,"Springfield, VA",4497,4509,449,10 Mile +1861,Peter A.,M,34,"Arlington, VA",4498,5079,449,10 Mile +3057,Alexey C.,M,36,"Alexandria, VA",4499,4737,449,10 Mile +1040,David K.,M,50,"Framingham, MA",4502,4523,450,10 Mile +2339,Mark L.,M,49,"Washington, DC",4502,4735,450,10 Mile +2023,Daniel S.,M,53,"Arlington, VA",4502,4531,450,10 Mile +4036,Brendan W.,M,24,"Washington, DC",4503,4776,450,10 Mile +4881,Mark H.,M,31,"Washington, DC",4504,4726,450,10 Mile +2040,Chris M.,M,33,"Fairfax, VA",4504,4547,450,10 Mile +2753,Ronan M.,M,38,"Washington, DC",4505,4774,450,10 Mile +6617,Brian D.,M,27,"Washington, DC",4505,4733,450,10 Mile +2588,Drew C.,M,32,"Hyattsville, MD",4505,4838,450,10 Mile +898,Charlie I.,M,60,"Portland, ME",4506,4515,450,10 Mile +1675,John T.,M,31,"Chesapeake, VA",4506,4566,450,10 Mile +2990,Ryan R.,M,29,"Washington, DC",4507,5249,450,10 Mile +15403,Cody C.,M,31,"Washington, DC",4507,4807,450,10 Mile +2041,Binh L.,M,26,"Woodbridge, VA",4507,4549,450,10 Mile +1521,David P.,M,31,"Chantilly, VA",4508,4546,450,10 Mile +21003,Ravi G.,M,28,"Washington, DC",4508,4707,450,10 Mile +2301,Jeff B.,M,39,"Arlington, VA",4509,4723,450,10 Mile +8104,R A.,M,25,"Washington, DC",4509,5273,450,10 Mile +1210,Michael G.,M,49,"Washington, DC",4510,4550,451,10 Mile +2342,Dan M.,M,37,"Washington, DC",4510,4774,451,10 Mile +2087,Matt H.,M,55,"Vienna, VA",4511,4541,451,10 Mile +3813,James S.,M,52,"Chesapeake Beach, MD",4513,4569,451,10 Mile +16149,Christopher W.,M,36,"Severn, MD",4513,4840,451,10 Mile +1200,Dan V.,M,48,"Potomac Falls, VA",4514,4548,451,10 Mile +3111,Clint Y.,M,35,"Owings Mills, MD",4514,4716,451,10 Mile +3570,John G.,M,56,"Bethesda, MD",4515,4713,451,10 Mile +1835,James J.,M,45,"Washington, DC",4515,4571,451,10 Mile +22395,Adam M.,M,32,"Bedford, PA",4516,4751,451,10 Mile +1665,Liran A.,M,36,"New York, NY",4516,4563,451,10 Mile +9309,John F.,M,40,"Philadelphia, PA",4516,5288,451,10 Mile +1399,Christopher G.,M,50,"Arlington, VA",4517,4536,451,10 Mile +3233,Clayton R.,M,40,"Washington, DC",4518,4815,451,10 Mile +631,Bob V.,M,31,"Washington, DC",4518,5144,451,10 Mile +22371,John C.,M,28,"New York, NY",4519,4558,451,10 Mile +2148,Chris D.,M,29,"Boston, MA",4519,4705,451,10 Mile +4199,Gregory V.,M,58,"Washington, DC",4519,4708,451,10 Mile +1711,Gearin G.,M,35,"Hummelstown, PA",4520,4742,452,10 Mile +13717,Jacob D.,M,34,"Washington, DC",4520,5266,452,10 Mile +2627,Steven G.,M,34,"Takoma Park, MD",4520,4580,452,10 Mile +952,Wilhelm I.,M,27,"Washington, DC",4521,4568,452,10 Mile +2057,Ebal O.,M,39,"Washington, DC",4521,4562,452,10 Mile +2696,Kenneth K.,M,22,"Rockville, MD",4521,4853,452,10 Mile +3568,Adam R.,M,38,"Potomac Falls, VA",4522,4784,452,10 Mile +3872,James B.,M,37,"Drexel Hill, PA",4522,4787,452,10 Mile +2134,Joe B.,M,24,"Mclean, VA",4522,4838,452,10 Mile +2577,Benjamin H.,M,30,"Washington, DC",4525,4816,452,10 Mile +2807,Johnny R.,M,36,"Olney, MD",4526,4777,452,10 Mile +2222,Gregory B.,M,38,"Arlington, VA",4526,4569,452,10 Mile +889,Charles S.,M,30,"Washington, DC",4527,4567,452,10 Mile +1794,Benjamin C.,M,39,"Washington, DC",4527,4738,452,10 Mile +2766,Stephen R.,M,20,"Manassas, VA",4528,4775,452,10 Mile +23143,Bryan S.,M,27,"Baltimore, MD",4529,4971,452,10 Mile +3281,Raymond C.,M,38,"Falls Church, VA",4530,4716,453,10 Mile +3513,Eric W.,M,49,"Alexandria, VA",4531,4715,453,10 Mile +2116,Douglas B.,M,35,"Alexandria, VA",4532,4727,453,10 Mile +3547,Jack O.,M,28,"Washington, DC",4532,4736,453,10 Mile +3942,Peter V.,M,30,"Washington, DC",4532,4813,453,10 Mile +3392,Jason T.,M,37,"Accokeek, MD",4532,4719,453,10 Mile +4502,Sam G.,M,33,"Silver Spring, MD",4532,4764,453,10 Mile +3737,Adam S.,M,18,"Washington, DC",4534,4823,453,10 Mile +2466,P. M.,M,62,"Annapolis, MD",4534,4731,453,10 Mile +2207,Jack M.,M,45,"Fairfax, VA",4535,4727,453,10 Mile +1314,Aaron L.,M,36,"Silver Spring, MD",4535,4725,453,10 Mile +22401,Matt M.,M,44,"Chevy Chase, MD",4536,4762,453,10 Mile +5060,Darrell S.,M,50,"Alexandria, VA",4536,4753,453,10 Mile +2019,Ariel R.,M,40,"Washington, DC",4537,4542,453,10 Mile +2681,Austin P.,M,29,"Washington, DC",4538,4798,453,10 Mile +1994,Steven C.,M,25,"Washington, DC",4539,4579,453,10 Mile +10010,Eric B.,M,34,"Washington Dc, DC",4539,4811,453,10 Mile +2397,Matthew B.,M,28,"Washington, DC",4540,4785,454,10 Mile +21758,Noah S.,M,41,"Arlington, VA",4540,4581,454,10 Mile +22592,Anthony D.,M,25,"Montauk, NY",4540,5141,454,10 Mile +3769,Diego H.,M,45,"Chevy Chase, MD",4540,4764,454,10 Mile +993,Ken S.,M,42,"Rockville, MD",4540,4558,454,10 Mile +5455,Leibo D.,M,46,"Fairfax, VA",4541,4723,454,10 Mile +2989,Manuel L.,M,42,"Washington, DC",4542,4748,454,10 Mile +2039,Josh R.,M,30,"New York, NY",4542,4598,454,10 Mile +2433,Jose C.,M,39,"Corona, NY",4543,4600,454,10 Mile +8666,Daniel D.,M,27,"Washington, DC",4544,4994,454,10 Mile +4069,Samuel K.,M,32,"Washington, DC",4545,4740,454,10 Mile +22387,Brent S.,M,47,"Herndon, VA",4546,4796,454,10 Mile +2578,Mark M.,M,25,"New York, NY",4546,4766,454,10 Mile +1138,Mike J.,M,22,"New Cumberland, PA",4547,5691,454,10 Mile +1733,Michael Z.,M,32,"Washington, DC",4547,4806,454,10 Mile +13051,Ryan B.,M,31,"Boston, MA",4547,4853,454,10 Mile +1288,Jon T.,M,24,"Arlington, VA",4548,4570,454,10 Mile +4832,Brian D.,M,45,"Chicago, IL",4548,4753,454,10 Mile +2939,Matthew R.,M,32,"Washington, DC",4549,4851,454,10 Mile +2428,Ashley F.,M,36,"Washington, DC",4550,4782,455,10 Mile +3745,Agustin R.,M,36,"Bethesda, MD",4550,4603,455,10 Mile +2580,Percell D.,M,29,"New York, NY",4550,4761,455,10 Mile +813,Daniel C.,M,22,"Arlington, VA",4550,4592,455,10 Mile +2284,Thomas D.,M,24,"Washington, DC",4550,4748,455,10 Mile +2994,Thomas D.,M,34,"Washington, DC",4551,4754,455,10 Mile +1350,Andrew B.,M,40,"Alexandria, VA",4551,4606,455,10 Mile +2233,Ian L.,M,31,"Arlington, VA",4552,4794,455,10 Mile +363,Bob D.,M,62,"Alexandria, VA",4552,4561,455,10 Mile +3519,Daniel P.,M,37,"Silver Spring, MD",4552,4762,455,10 Mile +2094,Andy R.,M,30,"Arlington, VA",4552,4570,455,10 Mile +3609,John F.,M,53,"Milwaukee, WI",4553,4786,455,10 Mile +2815,Farrell M.,M,38,"Arlington, VA",4554,4762,455,10 Mile +3633,Brian W.,M,29,"Arlington, VA",4554,5294,455,10 Mile +3352,Tim A.,M,57,"Washington, DC",4554,4739,455,10 Mile +1118,Tucker B.,M,26,"Washington, DC",4554,4606,455,10 Mile +3037,Austin M.,M,24,"Silver Spring, MD",4554,4751,455,10 Mile +2447,Douglas S.,M,47,"Bowie, MD",4555,4885,455,10 Mile +2629,Richard M.,M,32,"Rockville, MD",4556,4800,455,10 Mile +3044,Mayur A.,M,31,"Washington, DC",4556,4757,455,10 Mile +1859,Ryan B.,M,29,"Arlington, VA",4557,4602,455,10 Mile +3008,Derek P.,M,39,"Saint-Lambert, QC",4559,4829,455,10 Mile +6323,Brett N.,M,29,"Alexandria, VA",4559,4898,455,10 Mile +3001,Michael G.,M,44,"Herndon, VA",4559,4765,455,10 Mile +3536,Chris G.,M,29,"Arlington, VA",4561,4742,456,10 Mile +3273,Joel C.,M,41,"Mclean, VA",4561,4794,456,10 Mile +2264,Ahmed B.,M,25,"Washington, DC",4561,4742,456,10 Mile +833,Chandler D.,M,25,"Arlington, VA",4561,4786,456,10 Mile +1374,Colin S.,M,35,"Toronto, ON",4561,4772,456,10 Mile +5468,Justin S.,M,27,"Knoxville, TN",4562,4762,456,10 Mile +1752,Mark R.,M,55,"Arlington, VA",4562,4591,456,10 Mile +2056,Christoffer H.,M,31,"Boulder, CO",4562,4925,456,10 Mile +21761,Nathaniel A.,M,34,"Washington, DC",4562,4612,456,10 Mile +3497,Dan P.,M,25,"Washington, DC",4564,4799,456,10 Mile +2312,Jon T.,M,39,"Washington, DC",4564,4813,456,10 Mile +2263,Stuart T.,M,26,"Arlington, VA",4564,4923,456,10 Mile +3843,Arthur B.,M,53,"Falls Church, VA",4564,4838,456,10 Mile +2396,Shannon M.,M,52,"Orange, CT",4564,4840,456,10 Mile +3569,James K.,M,35,"Brooklyn, NY",4564,4756,456,10 Mile +1934,Adam B.,M,41,"Falls Church, VA",4564,4601,456,10 Mile +7089,Adam T.,M,34,"Falls Church, VA",4564,4747,456,10 Mile +8495,Kai-Chung C.,M,18,"College Park, MD",4565,5050,456,10 Mile +1944,Paul S.,M,45,"Long Island City, NY",4565,4616,456,10 Mile +8534,Samuel H.,M,36,"Washington, DC",4566,5193,456,10 Mile +2265,Christopher K.,M,28,"Washington, DC",4566,4768,456,10 Mile +2920,Luis M.,M,38,"Washington, DC",4567,4931,456,10 Mile +3923,Jerry L.,M,44,"Falls Church, VA",4567,4775,456,10 Mile +22261,Nebiyou Y.,M,41,"Springfield, VA",4567,4870,456,10 Mile +3587,Tom M.,M,43,"Chantilly, VA",4567,4765,456,10 Mile +22080,Matthew L.,M,26,"Washington, DC",4568,5624,456,10 Mile +2997,Mark S.,M,44,"Leesburg, VA",4568,4879,456,10 Mile +2439,Garrett H.,M,24,"Baltimore, MD",4569,5347,456,10 Mile +4012,Daniel S.,M,27,"Pocasset, MA",4569,4763,456,10 Mile +2210,Gerald B.,M,56,"Alexandria, VA",4570,4805,457,10 Mile +1496,Dennis N.,M,35,"Little Silver, NJ",4571,4881,457,10 Mile +3213,Imants P.,M,64,"Silver Spring, MD",4571,4758,457,10 Mile +1300,Michael K.,M,34,"Vienna, VA",4571,4896,457,10 Mile +1768,Chris B.,M,27,"Washington, DC",4571,4625,457,10 Mile +1486,Tony M.,M,49,"Gaithersburg, MD",4572,4636,457,10 Mile +4658,Michael W.,M,31,"Manassas, VA",4572,4798,457,10 Mile +21525,Tommy C.,M,35,"Montreal, QC",4572,4842,457,10 Mile +2943,Jeremy T.,M,43,"Arlington, VA",4572,4769,457,10 Mile +3830,Robert B.,M,49,"Wilmington, DE",4572,4757,457,10 Mile +21436,Michael G.,M,25,"Annandale, VA",4572,6006,457,10 Mile +1709,Curtis K.,M,28,"Washington, DC",4573,4600,457,10 Mile +2407,Adam R.,M,37,"Washington, DC",4573,4819,457,10 Mile +1098,Peter C.,M,35,"Washington, DC",4574,4637,457,10 Mile +1116,Alan M.,M,44,"Columbia, MD",4574,4582,457,10 Mile +2099,Joe R.,M,29,"Harrisburg, PA",4574,4796,457,10 Mile +5087,Theo M.,M,38,"Jessup, MD",4574,4816,457,10 Mile +3265,Serge V.,M,54,"Alexandria, VA",4575,4829,457,10 Mile +2103,Steve H.,M,44,"Washington, DC",4575,4817,457,10 Mile +1587,Derek H.,M,45,"Alexandria, VA",4575,4873,457,10 Mile +2012,Daniel B.,M,38,"Washington, DC",4575,4801,457,10 Mile +3299,Felix T.,M,39,"Ashburn, VA",4576,4783,457,10 Mile +2017,George G.,M,33,"Philadelphia, PA",4577,4607,457,10 Mile +2801,Adam Y.,M,31,"Washington, DC",4577,4873,457,10 Mile +3346,Shaun B.,M,38,"Washington, DC",4577,4800,457,10 Mile +2951,Rick S.,M,48,"Lansdowne, VA",4578,4759,457,10 Mile +1923,Giohancle T.,M,32,"Bronx, NY",4578,4584,457,10 Mile +2575,Ryan B.,M,32,"Gaithersburg, MD",4578,4782,457,10 Mile +3082,Dennis B.,M,34,"Arlington, VA",4578,4799,457,10 Mile +3952,Patrick B.,M,38,"Miami, FL",4579,4818,457,10 Mile +1168,Marcellus V.,M,46,"Bethesda, MD",4579,4609,457,10 Mile +4344,Eric R.,M,28,"Washington, DC",4581,4847,458,10 Mile +5890,Jason N.,M,33,"Washington, DC",4582,4929,458,10 Mile +2746,Eric S.,M,45,"Winchester, VA",4583,4874,458,10 Mile +730,James H.,M,26,"Washington, DC",4583,4599,458,10 Mile +21741,Ryan N.,M,33,"Washington, DC",4583,4624,458,10 Mile +1720,Shreeshant P.,M,32,"Arlington, VA",4583,4846,458,10 Mile +4989,Stephen W.,M,50,"Laurel, MD",4583,4639,458,10 Mile +2656,John M.,M,35,"Brooklyn, NY",4583,4847,458,10 Mile +2554,Jonathan V.,M,34,"Arlington, VA",4584,4854,458,10 Mile +2903,Chip L.,M,48,"Washington, DC",4584,4833,458,10 Mile +867,Jeffrey M.,M,42,"Springfield, VA",4584,4633,458,10 Mile +1635,John W.,M,41,"Bethesda, MD",4585,4639,458,10 Mile +2892,Ken K.,M,48,"Washington, DC",4586,4825,458,10 Mile +3590,Samie T.,M,49,"Chevy Chase, MD",4587,4777,458,10 Mile +3004,Robert R.,M,34,"Warrenton, VA",4587,4857,458,10 Mile +19554,Yash D.,M,32,"Gaithersburg, MD",4588,4781,458,10 Mile +2387,Stuart G.,M,61,"Rockville, MD",4589,4810,458,10 Mile +2864,Dariusz O.,M,35,"Arlington, VA",4589,4813,458,10 Mile +1207,Stephen L.,M,38,"Washington, DC",4589,4909,458,10 Mile +1793,Miguel C.,M,40,"Clifton, VA",4589,4799,458,10 Mile +3208,Tim J.,M,45,"Washington, DC",4589,4813,458,10 Mile +2906,Nathan D.,M,35,"Clarksburg, MD",4590,4774,459,10 Mile +2785,Erich K.,M,40,"Arlington, VA",4591,4789,459,10 Mile +2875,Micah S.,M,29,"Silver Spring, MD",4591,4863,459,10 Mile +3715,Kyle D.,M,31,"Washington, DC",4594,4833,459,10 Mile +6045,Ken S.,M,52,"Washington, DC",4594,4827,459,10 Mile +5664,Daniel H.,M,29,"Washington, DC",4595,4906,459,10 Mile +9876,Gabriel G.,M,29,"Washington, DC",4595,4787,459,10 Mile +1548,Shawn S.,M,40,"Ashburn, VA",4595,4631,459,10 Mile +21853,Philip N.,M,28,"Rockville, MD",4596,4788,459,10 Mile +1376,Ted K.,M,29,"Somerville, MA",4596,4894,459,10 Mile +3202,Eddie S.,M,31,"Washington, DC",4597,4819,459,10 Mile +3822,Matthew R.,M,29,"Washington, DC",4597,4879,459,10 Mile +581,Enos B.,M,35,"Georgetown, DE",4597,4605,459,10 Mile +2870,Patrick H.,M,58,"Mclean, VA",4598,4837,459,10 Mile +1836,Richad A.,M,43,"Mclean, VA",4598,4866,459,10 Mile +3805,Chris A.,M,28,"Washington, DC",4598,4864,459,10 Mile +4155,Jeffery B.,M,56,"Ashburn, VA",4599,4804,459,10 Mile +1194,Destin F.,M,35,"Leesburg, VA",4599,4650,459,10 Mile +3165,Patton D.,M,42,"Atlanta, GA",4601,4840,460,10 Mile +3003,Greg F.,M,50,"Oakton, VA",4601,4794,460,10 Mile +1085,Brian M.,M,39,"Burke, VA",4601,4786,460,10 Mile +5029,Stewart N.,M,14,"Hummelstown, PA",4601,4788,460,10 Mile +2767,Andrew T.,M,29,"Washington, DC",4601,4789,460,10 Mile +3022,Mike P.,M,27,"New Market, MD",4601,4849,460,10 Mile +4292,Ned B.,M,28,"Washington, DC",4602,4888,460,10 Mile +343,Eric M.,M,68,"Bethesda, MD",4602,4627,460,10 Mile +2256,Chris G.,M,42,"Potomac Falls, VA",4603,4915,460,10 Mile +2896,Gary P.,M,62,"Burke, VA",4603,4819,460,10 Mile +5750,Pierre Y.,M,40,"Washington, DC",4603,4797,460,10 Mile +1332,Ignacio V.,M,45,"Brooklyn, NY",4603,5074,460,10 Mile +13558,Thomas W.,M,29,"Washington, DC",4604,4654,460,10 Mile +3582,Erez S.,M,35,"Silver Spring, MD",4604,5881,460,10 Mile +3678,Gary T.,M,51,"Washington, DC",4604,4800,460,10 Mile +2250,Simi B.,M,48,"Washington, DC",4604,4937,460,10 Mile +4840,Shaan D.,M,25,"Charlotte, NC",4604,4847,460,10 Mile +2381,Dustin B.,M,34,"Washington, DC",4605,5358,460,10 Mile +13467,Richard G.,M,41,"Washington, DC",4605,4899,460,10 Mile +362,Larry W.,M,65,"Rockville, MD",4605,4647,460,10 Mile +2366,Mike B.,M,48,"Reston, VA",4606,4940,460,10 Mile +3611,Ken S.,M,57,"Knoxville, TN",4606,4805,460,10 Mile +17304,Michael L.,M,28,"Arlington, VA",4606,4831,460,10 Mile +6446,Paul T.,M,44,"California, MD",4606,4803,460,10 Mile +2867,Nick B.,M,54,"Oak Park, IL",4606,4848,460,10 Mile +3844,Justin H.,M,39,"Washington, DC",4606,4829,460,10 Mile +21863,David O.,M,28,"Washington, DC",4607,4812,460,10 Mile +5175,Thomas C.,M,29,"Washington, DC",4607,4906,460,10 Mile +3778,Andrew D.,M,30,"Arlington, VA",4607,4888,460,10 Mile +10798,Luis L.,M,27,"Washington, DC",4608,5443,460,10 Mile +3951,Joseph K.,M,43,"Alexandria, VA",4609,4813,460,10 Mile +1938,Eamonn M.,M,35,"Arlington, VA",4609,4638,460,10 Mile +5626,Daniel P.,M,56,"Arlington, VA",4609,4814,460,10 Mile +2376,Ariel R.,M,28,"Silver Spring, MD",4609,4904,460,10 Mile +1951,Andrew W.,M,30,"Brooklyn, NY",4610,4675,461,10 Mile +2329,William K.,M,59,"Newark, DE",4610,4866,461,10 Mile +7190,Robert G.,M,31,"Indianapolis, IN",4611,4961,461,10 Mile +14030,Shyan F.,M,36,"Herndon, VA",4612,5379,461,10 Mile +2072,Stephen H.,M,31,"Dover, DE",4612,5079,461,10 Mile +2167,Anthony J.,M,25,"Washington, DC",4612,4833,461,10 Mile +8048,Sean C.,M,25,"Washington, DC",4612,5140,461,10 Mile +4631,Stanley C.,M,27,"Washington, DC",4613,4950,461,10 Mile +4033,Brett F.,M,27,"Washington, DC",4613,4856,461,10 Mile +2661,Rasan A.,M,34,"Olney, MD",4614,4971,461,10 Mile +1745,Sean S.,M,37,"Elkins, WV",4614,4666,461,10 Mile +2776,Derek B.,M,36,"Washington, DC",4614,4968,461,10 Mile +2999,Jason H.,M,47,"Arlington, VA",4614,4814,461,10 Mile +2595,Garrett C.,M,49,"Potomac, MD",4616,4876,461,10 Mile +3847,Alejandro M.,M,52,"Oakton, VA",4616,4811,461,10 Mile +2394,Ryan H.,M,30,"Arlington, VA",4617,4854,461,10 Mile +3093,Robert M.,M,31,"New York, NY",4618,4857,461,10 Mile +21128,Viktor H.,M,23,"Washington, DC",4618,4852,461,10 Mile +2132,Patrick G.,M,25,"Washington, DC",4618,4876,461,10 Mile +1609,Mike S.,M,29,"Washington, DC",4619,4851,461,10 Mile +3683,Nathan K.,M,29,"Washington, DC",4619,4853,461,10 Mile +1430,Daniel M.,M,50,"Washington, DC",4619,4649,461,10 Mile +9383,Prasad K.,M,52,"Great Falls, VA",4620,4973,462,10 Mile +2337,David L.,M,46,"Germantown, MD",4620,4838,462,10 Mile +2802,Drew G.,M,29,"Washington, DC",4621,4804,462,10 Mile +3337,William P.,M,23,"North Potomac, MD",4621,4954,462,10 Mile +22416,John L.,M,65,"Austin, TX",4621,4644,462,10 Mile +3713,Justin K.,M,31,"Washington, DC",4623,4845,462,10 Mile +21809,Kenneth L.,M,40,"Arlington, VA",4626,4846,462,10 Mile +3023,Doug M.,M,26,"Washington, DC",4626,5416,462,10 Mile +4469,Dustin S.,M,30,"Washington, DC",4628,4936,462,10 Mile +2231,Derek B.,M,29,"Fairfax, VA",4628,4842,462,10 Mile +22200,Carl M.,M,38,"Centreville, VA",4628,4874,462,10 Mile +2008,Chris J.,M,47,"Mclean, VA",4629,4829,462,10 Mile +3660,Yonas B.,M,41,"Dunn Loring, VA",4629,4877,462,10 Mile +2059,David B.,M,41,"Washington, DC",4630,4692,463,10 Mile +8096,Chris M.,M,32,"Washington, DC",4631,4893,463,10 Mile +4228,Justin E.,M,40,"Armonk, NY",4631,4895,463,10 Mile +5173,Raymond W.,M,31,"Alexandria, VA",4631,4928,463,10 Mile +3236,Chris D.,M,56,"Naples, FL",4631,4909,463,10 Mile +3140,Joel M.,M,26,"Washington, DC",4632,4933,463,10 Mile +22463,Anish P.,M,31,"Washington, DC",4632,4833,463,10 Mile +5207,Jesse G.,M,36,"Alexandria, VA",4632,5489,463,10 Mile +14494,Adam P.,M,31,"Washington, DC",4632,4855,463,10 Mile +2187,Tom J.,M,48,"Bristow, VA",4632,4914,463,10 Mile +2474,Marcel P.,M,41,"Chevy Chase, MD",4632,4820,463,10 Mile +2585,Jean C.,M,45,"Brooklyn, NY",4633,4822,463,10 Mile +5162,Tobias B.,M,30,"Stanhope, NJ",4633,4880,463,10 Mile +21838,Sterling M.,M,29,"Washington, DC",4633,4932,463,10 Mile +5306,Nir G.,M,49,"Gaithersburg, MD",4634,4852,463,10 Mile +5104,Nick L.,M,34,"Alexandria, VA",4634,4865,463,10 Mile +2505,Cristhian C.,M,34,"Washington, DC",4634,5460,463,10 Mile +6097,Jean N.,M,45,"Silver Spring, MD",4635,4900,463,10 Mile +3729,Andrew N.,M,33,"Derwood, MD",4636,4827,463,10 Mile +21765,Thomas S.,M,31,"Washington, DC",4636,4853,463,10 Mile +2281,Enrique P.,M,54,"New York, NY",4636,4975,463,10 Mile +5808,Eugene H.,M,31,"Arlington, VA",4636,4862,463,10 Mile +21751,Nathan B.,M,27,"Washington, DC",4637,4935,463,10 Mile +4418,Luis H.,M,55,"Bethesda, MD",4637,5069,463,10 Mile +1199,Gregory D.,M,34,"Washington, DC",4638,4688,463,10 Mile +2344,David C.,M,48,"New York, NY",4638,4879,463,10 Mile +4543,Timothy C.,M,47,"Alexandria, VA",4638,4937,463,10 Mile +3077,David B.,M,52,"Washington, DC",4639,4926,463,10 Mile +18216,Emre B.,M,41,"Washington, DC",4639,4700,463,10 Mile +4099,Tyler S.,M,25,"Falls Church, VA",4639,4931,463,10 Mile +4845,John C.,M,26,"Boston, MA",4639,4841,463,10 Mile +1653,Ryan S.,M,38,"Hyattsville, MD",4639,4700,463,10 Mile +1796,Michael M.,M,30,"Reston, VA",4639,4693,463,10 Mile +3298,Michael A.,M,31,"Raleigh, NC",4640,4948,464,10 Mile +2749,Adam B.,M,57,"Pittsburgh, PA",4640,4826,464,10 Mile +2373,Evan S.,M,33,"Philadelphia, PA",4640,5831,464,10 Mile +2553,Derek D.,M,36,"Annapolis, MD",4641,4992,464,10 Mile +1647,Gregory R.,M,26,"Washington, DC",4641,4678,464,10 Mile +3344,Stephen B.,M,37,"Washington, DC",4642,4692,464,10 Mile +11233,William M.,M,32,"Fort Belvoir, VA",4643,5516,464,10 Mile +3052,Evan L.,M,46,"Arlington, VA",4643,4692,464,10 Mile +1172,Justin W.,M,38,"Alexandria, VA",4643,4845,464,10 Mile +1825,Matthew C.,M,38,"Alexandria, VA",4643,4851,464,10 Mile +2720,Tad A.,M,55,"Potomac, MD",4643,4829,464,10 Mile +3925,Garrett O.,M,24,"Huntingtown, MD",4644,4851,464,10 Mile +1187,Michael M.,M,41,"Columbia, MD",4644,4668,464,10 Mile +1886,Matthew S.,M,35,"Mclean, VA",4644,4665,464,10 Mile +5057,John P.,M,27,"Washington, DC",4644,4863,464,10 Mile +20733,Matthew S.,M,36,"New York, NY",4645,5012,464,10 Mile +2215,Michael T.,M,33,"Washington, DC",4645,4910,464,10 Mile +4178,Stephen P.,M,30,"Rockville, MD",4645,4952,464,10 Mile +11258,Joshua C.,M,40,"Potomac, MD",4645,4969,464,10 Mile +9083,Ian W.,M,34,"Washington, DC",4646,5429,464,10 Mile +385,John H.,M,71,"Montpelier, VT",4646,4670,464,10 Mile +17164,Kohei S.,M,39,"Columbia, MD",4646,4865,464,10 Mile +1545,Andrew E.,M,30,"Washington, DC",4648,4871,464,10 Mile +4862,Christopher G.,M,39,"Washington, DC",4648,4871,464,10 Mile +3595,Jeff T.,M,51,"King George, VA",4650,4960,465,10 Mile +2754,John S.,M,57,"Phoenix, AZ",4650,4834,465,10 Mile +3388,Michael O.,M,26,"New York, NY",4651,4956,465,10 Mile +1209,Messay S.,M,40,"Washington Dc, DC",4652,4682,465,10 Mile +3841,Elijah A.,M,35,"Mclean, VA",4652,4926,465,10 Mile +2016,Murray S.,M,53,"Washington, DC",4652,4694,465,10 Mile +3572,James C.,M,49,"Ashburn, VA",4652,4940,465,10 Mile +1754,Erik A.,M,42,"Columbia, MD",4653,4864,465,10 Mile +3498,Frank P.,M,56,"Gaithersburg, MD",4653,4681,465,10 Mile +1249,James D.,M,30,"Washington, DC",4653,5006,465,10 Mile +6614,Andrew T.,M,28,"Alexandria, VA",4653,5116,465,10 Mile +1767,Chris C.,M,31,"Washington, DC",4654,4878,465,10 Mile +1641,Christopher D.,M,37,"Washington, DC",4656,4857,465,10 Mile +2972,Victor W.,M,42,"Suffolk, VA",4657,4889,465,10 Mile +2211,Anthony F.,M,38,"Dunn Loring, VA",4658,4929,465,10 Mile +4043,Bryan W.,M,40,"Washington, DC",4658,4934,465,10 Mile +3063,Matt W.,M,32,"Arlington, VA",4658,4900,465,10 Mile +866,Steve F.,M,24,"Washington, DC",4660,4708,466,10 Mile +2138,Matthew H.,M,36,"Shaker Heights, OH",4660,4852,466,10 Mile +3116,Mike P.,M,48,"Washington, DC",4660,4861,466,10 Mile +3283,Nicholas H.,M,38,"Arlington, VA",4661,4848,466,10 Mile +2326,Colin T.,M,34,"Montreal, QC",4661,4975,466,10 Mile +4669,Santiago M.,M,28,"Washington, DC",4661,4992,466,10 Mile +2550,Ben K.,M,25,"Chapel Hill, NC",4663,5964,466,10 Mile +3993,Henry C.,M,26,"Ellicott City, MD",4664,4960,466,10 Mile +21743,Mike D.,M,31,"Washington, DC",4664,4693,466,10 Mile +1471,Matthew S.,M,29,"Arlington, VA",4664,4715,466,10 Mile +2977,Josh G.,M,19,"Washington, DC",4664,4848,466,10 Mile +7613,Eric D.,M,28,"Washington, DC",4665,5101,466,10 Mile +23000,Simon C.,M,33,"Washington, DC",4665,6073,466,10 Mile +3061,Andrew H.,M,46,"Chevy Chase, MD",4666,4939,466,10 Mile +2993,Daniel N.,M,42,"Washington, DC",4667,4888,466,10 Mile +5570,Rafael S.,M,42,"Gaithersburg, MD",4668,5006,466,10 Mile +1851,Jerry R.,M,48,"Warren, PA",4668,4704,466,10 Mile +5292,George E.,M,26,"Arlington, VA",4668,4849,466,10 Mile +2163,Aj S.,M,33,"Washington, DC",4668,5225,466,10 Mile +4846,Alexander W.,M,50,"Arlington, VA",4668,4942,466,10 Mile +7668,Clayton K.,M,25,"Washington, DC",4668,4891,466,10 Mile +22903,Marwan K.,M,42,"Bethesda, MD",4668,5137,466,10 Mile +5086,Carlos G.,M,42,"San Clemente, CA",4668,4884,466,10 Mile +3071,John B.,M,50,"Washington, DC",4669,4896,466,10 Mile +4549,Steven P.,M,56,"Crofton, MD",4669,4955,466,10 Mile +22455,Tuan N.,M,44,"Silver Spring, DC",4669,4893,466,10 Mile +2498,Michael C.,M,34,"Washington, DC",4670,5009,467,10 Mile +22412,Charlie K.,M,27,"Washington, DC",4671,4962,467,10 Mile +3039,Ian F.,M,45,"Arlington, VA",4671,4957,467,10 Mile +1237,Patrick L.,M,27,"Washington, DC",4673,4856,467,10 Mile +6026,Joseph T.,M,26,"Towson, MD",4674,4947,467,10 Mile +4032,William K.,M,31,"Washington, DC",4674,4995,467,10 Mile +3138,Aaron W.,M,35,"Washington, DC",4674,4901,467,10 Mile +4148,William C.,M,33,"Washington, DC",4674,5066,467,10 Mile +4940,Michael H.,M,29,"Baltimore, MD",4675,4895,467,10 Mile +4909,Jonathan S.,M,22,"Highland, MD",4676,4888,467,10 Mile +2483,Luther I.,M,63,"Bowie, MD",4676,4885,467,10 Mile +3641,Dejan Z.,M,39,"Chevy Chase, MD",4676,4866,467,10 Mile +3462,Huan L.,M,49,"Urbana, MD",4676,4876,467,10 Mile +3030,Scott B.,M,42,"Alexandria, VA",4677,4866,467,10 Mile +2074,Daniel R.,M,42,"New York, NY",4678,4718,467,10 Mile +4747,John I.,M,61,"Laurel, MD",4678,4893,467,10 Mile +3579,Corey B.,M,24,"Arlington, VA",4678,4981,467,10 Mile +14667,Andre T.,M,33,"Portland, ME",4678,5014,467,10 Mile +3237,Grant M.,M,29,"Westfield, NJ",4678,4899,467,10 Mile +3826,Frank H.,M,37,"Arlington, VA",4679,4994,467,10 Mile +21833,Noah S.,M,25,"Washington, DC",4679,4992,467,10 Mile +22440,Joseph K.,M,58,"Apollo Beach, FL",4679,4899,467,10 Mile +1251,Eric L.,M,41,"Oakton, VA",4679,4727,467,10 Mile +3058,Miguel G.,M,52,"Fairfax, VA",4679,4899,467,10 Mile +4162,Stephen T.,M,26,"Arlington, VA",4679,4904,467,10 Mile +4490,Matt P.,M,30,"Arlington Va, VA",4680,5187,468,10 Mile +1088,Daniel K.,M,32,"Alexandria, VA",4681,4708,468,10 Mile +8509,Jonathan L.,M,34,"Aldie, VA",4681,4935,468,10 Mile +750,Ronald B.,M,51,"Herndon, VA",4681,4705,468,10 Mile +1855,Rajinder B.,M,49,"Vienna, VA",4682,4689,468,10 Mile +3266,Andrey N.,M,38,"Arlington, VA",4683,4868,468,10 Mile +1748,Richard G.,M,39,"New York, NY",4684,4915,468,10 Mile +1498,Peter C.,M,34,"Washington, DC",4684,4736,468,10 Mile +9532,Peter C.,M,36,"Great Falls, VA",4685,5116,468,10 Mile +21880,Andrew Z.,M,24,"Washington, DC",4686,5202,468,10 Mile +21774,Chad K.,M,36,"Arlington, VA",4686,4993,468,10 Mile +2368,Louis V.,M,33,"Chevy Chase, MD",4686,5788,468,10 Mile +3610,Mike G.,M,32,"Pittsburgh, PA",4688,4940,468,10 Mile +4018,Ian D.,M,41,"Herndon, VA",4688,4959,468,10 Mile +925,Jon-Michael E.,M,31,"Washington, DC",4689,4944,468,10 Mile +1584,Sean G.,M,53,"Washington, DC",4689,4875,468,10 Mile +5048,Samuel P.,M,24,"Canadaigua, NY",4690,4966,469,10 Mile +3183,Andrew D.,M,47,"Washington, DC",4691,4897,469,10 Mile +2908,Bart E.,M,49,"Urbana, MD",4691,4903,469,10 Mile +3862,Jesse F.,M,41,"Washington, DC",4692,4905,469,10 Mile +3287,Noah A.,M,37,"Bethesda, MD",4692,4907,469,10 Mile +2963,Joshua B.,M,30,"Brooklyn, NY",4692,5613,469,10 Mile +1459,Charles B.,M,49,"Vienna, VA",4692,4733,469,10 Mile +3996,Brandon D.,M,51,"Arlington, VA",4693,5017,469,10 Mile +3159,Esteban T.,M,30,"Washington, DC",4693,4901,469,10 Mile +23066,David C.,M,38,"Brooklyn, NY",4693,4959,469,10 Mile +4970,Kevin D.,M,29,"Washington, DC",4693,4999,469,10 Mile +4860,Mark R.,M,42,"Annapolis, MD",4693,4939,469,10 Mile +740,Omar M.,M,23,"West Bloomfield, MI",4693,4896,469,10 Mile +2200,Benjamin F.,M,30,"Bethesda, MD",4694,4992,469,10 Mile +2370,John D.,M,36,"Washington, DC",4694,4933,469,10 Mile +5297,Adam P.,M,31,"Washington Dc, DC",4695,4988,469,10 Mile +6560,Timothy M.,M,30,"Washington, DC",4696,4923,469,10 Mile +2664,Michael S.,M,31,"Washington, DC",4697,4986,469,10 Mile +3348,Derek H.,M,36,"Washington, DC",4697,4988,469,10 Mile +4660,Alban P.,M,39,"Arlington, VA",4697,4924,469,10 Mile +2348,Doc B.,M,56,"Arlington, VA",4698,4882,469,10 Mile +3253,Greg W.,M,67,"Annandale, VA",4699,4900,469,10 Mile +5136,Dave R.,M,60,"Hyattsville, MD",4699,4902,469,10 Mile +1617,Gabriel L.,M,41,"Mechanicsville, MD",4700,4732,470,10 Mile +1924,James S.,M,56,"Montgomery Village, MD",4700,4749,470,10 Mile +3521,Robert B.,M,44,"Alexandria, VA",4701,4922,470,10 Mile +4594,Jared K.,M,32,"New York, NY",4701,4940,470,10 Mile +3905,Andrew W.,M,31,"Washington, DC",4702,5044,470,10 Mile +3978,Kelly R.,M,38,"Wilson, NC",4703,4944,470,10 Mile +3950,Jeffrey W.,M,30,"Leesburg, VA",4703,4947,470,10 Mile +3986,Richard S.,M,50,"Lovettsville, VA",4703,4978,470,10 Mile +965,Ben L.,M,32,"Greenville, SC",4704,4749,470,10 Mile +4767,Michael I.,M,45,"Bel Air, MD",4704,5006,470,10 Mile +2780,John G.,M,39,"Fairfax, VA",4705,4931,470,10 Mile +4838,Ryan S.,M,16,"Cambridge, MD",4705,4922,470,10 Mile +2744,Timothy J.,M,41,"Arlington, VA",4705,4753,470,10 Mile +15062,Justin S.,M,25,"Washington, DC",4705,5760,470,10 Mile +2242,Patrick E.,M,28,"Bethesda, MD",4706,4967,470,10 Mile +1541,Zhen L.,M,35,"Washington, DC",4707,4751,470,10 Mile +3400,Jeremy K.,M,40,"Washington, DC",4707,4940,470,10 Mile +4740,Joe H.,M,41,"Alexandria, VA",4707,5064,470,10 Mile +2739,Jeff H.,M,44,"Baltimore, MD",4708,4948,470,10 Mile +1666,Brian D.,M,29,"Bethesda, MD",4709,4980,470,10 Mile +2682,Shane B.,M,33,"Washington, DC",4709,4944,470,10 Mile +16270,Salvatore P.,M,47,"New York, NY",4709,4923,470,10 Mile +4874,Cornelius R.,M,23,"Washington, DC",4710,4941,471,10 Mile +3890,Douglas G.,M,32,"Washington, DC",4711,5270,471,10 Mile +4412,Andrew M.,M,36,"Washington, DC",4711,4920,471,10 Mile +935,Andrew B.,M,30,"Annapolis, MD",4712,6223,471,10 Mile +1442,John F.,M,35,"Alexandria, VA",4712,4953,471,10 Mile +1389,Chance Y.,M,35,"Reston, VA",4712,4732,471,10 Mile +5481,Nathan W.,M,27,"Binghamton, NY",4712,6004,471,10 Mile +4966,Phil T.,M,40,"Washington, DC",4712,4958,471,10 Mile +3206,Jean j.,M,51,"Gaithersburg, MD",4712,5556,471,10 Mile +2494,Ben K.,M,32,"Washington, DC",4712,4921,471,10 Mile +3180,Jayendran D.,M,36,"Ashburn, VA",4712,4948,471,10 Mile +1176,Jack S.,M,29,"Hartford, CT",4713,4752,471,10 Mile +15878,Farrukh M.,M,35,"Mclean, VA",4713,5477,471,10 Mile +9683,Charles B.,M,38,"Lititz, PA",4713,5222,471,10 Mile +5298,Hendrik J.,M,58,"Charlotte, NC",4713,4906,471,10 Mile +3259,Steve S.,M,50,"Jamestown, ND",4713,4947,471,10 Mile +21832,Robert E.,M,38,"Washington, DC",4713,5069,471,10 Mile +21784,Jonathan M.,M,31,"Washington, DC",4714,4901,471,10 Mile +2991,Mark F.,M,44,"Ashburn, VA",4714,4930,471,10 Mile +2244,Neeraj P.,M,32,"Arlington, VA",4714,5015,471,10 Mile +1627,Rob S.,M,41,"Rockville, MD",4715,4767,471,10 Mile +13736,Martin M.,M,40,"Washington, DC",4715,4993,471,10 Mile +4042,Sean S.,M,40,"Federal Way, WA",4716,4990,471,10 Mile +5909,Christopher F.,M,45,"Falls Church, VA",4717,5041,471,10 Mile +3102,Fed B.,M,42,"Gaithersburg, MD",4717,4944,471,10 Mile +2486,Scott F.,M,39,"Washington, DC",4718,5009,471,10 Mile +2941,Scott W.,M,57,"Ashburn, VA",4718,5071,471,10 Mile +2443,Oscar L.,M,17,"Washington, DC",4718,5512,471,10 Mile +5766,Montrell S.,M,35,"Silver Spring, MD",4720,4993,472,10 Mile +5685,David L.,M,40,"Vienna, VA",4720,4950,472,10 Mile +3083,John B.,M,45,"Alexandria, VA",4721,4914,472,10 Mile +4917,David W.,M,51,"Silver Spring, MD",4721,4961,472,10 Mile +3045,Christian B.,M,25,"Washington, DC",4722,5167,472,10 Mile +3048,Nicolas K.,M,47,"Bethesda, MD",4722,4915,472,10 Mile +21257,John G.,M,17,"Fairfax, VA",4722,5978,472,10 Mile +5765,Peter L.,M,34,"Rockville, MD",4723,5476,472,10 Mile +1491,Alden F.,M,21,"Washington, DC",4724,5002,472,10 Mile +6407,Tyler B.,M,25,"Linwood, NJ",4724,5162,472,10 Mile +6091,Joe F.,M,34,"Washington, DC",4724,5040,472,10 Mile +3583,Mohit C.,M,39,"Nashville, TN",4724,4916,472,10 Mile +940,Austin K.,M,31,"Washington, DC",4725,4786,472,10 Mile +2061,Roberto R.,M,61,"Arlington, VA",4726,4755,472,10 Mile +4498,Nicholas B.,M,31,"Astoria, NY",4726,5166,472,10 Mile +4390,Roger S.,M,26,"Arlington, VA",4727,4943,472,10 Mile +2272,Ric W.,M,38,"Washington, DC",4727,4962,472,10 Mile +6331,Mac O.,M,30,"Arlington, VA",4727,5333,472,10 Mile +3271,Christopher B.,M,29,"Arlington, VA",4729,5036,472,10 Mile +7067,Luke V.,M,41,"Arlington, VA",4729,4763,472,10 Mile +2406,Humberto V.,M,32,"Washington, DC",4731,4964,473,10 Mile +3343,Michael S.,M,36,"Washington, DC",4731,4983,473,10 Mile +5715,Brian C.,M,33,"Annandale, VA",4731,4927,473,10 Mile +5068,Kyle K.,M,16,"Manassas, VA",4731,4973,473,10 Mile +5399,Jonathan P.,M,31,"Fulton, MD",4732,5024,473,10 Mile +6689,James R.,M,66,"Cheyenne, WY",4732,5172,473,10 Mile +3598,David K.,M,53,"Acton, MA",4732,4927,473,10 Mile +13041,John S.,M,36,"Washington, DC",4732,5498,473,10 Mile +2556,Michael G.,M,55,"Rockville, MD",4733,4974,473,10 Mile +4911,Bill D.,M,35,"Arlington, VA",4735,4983,473,10 Mile +5686,Olaf W.,M,50,"Lewis Center, OH",4735,5024,473,10 Mile +5027,Eric G.,M,47,"Bethesda, MD",4736,4974,473,10 Mile +3661,David J.,M,32,"New York, NY",4736,4769,473,10 Mile +2985,Russell S.,M,33,"Potomac, MD",4736,4943,473,10 Mile +5689,Macland G.,M,29,"Montr???al, QC",4736,5065,473,10 Mile +10429,Nathan H.,M,25,"Washington, DC",4736,5567,473,10 Mile +3147,Jorge W.,M,55,"Chevy Chase, MD",4737,5012,473,10 Mile +22320,Chris T.,M,27,"Fairfax, VA",4737,4959,473,10 Mile +10521,Kevin H.,M,52,"Arlington, VA",4737,5068,473,10 Mile +710,Omer D.,M,31,"Washington, DC",4738,4790,473,10 Mile +3371,Benjamin L.,M,41,"Castle Rock, CO",4738,4941,473,10 Mile +3192,Mark P.,M,57,"Reston, VA",4738,4974,473,10 Mile +887,Jonathan S.,M,37,"Kensington, MD",4739,4967,473,10 Mile +22245,John G.,M,23,"Arlington, VA",4740,5807,474,10 Mile +21773,Colin M.,M,28,"Arlington, VA",4740,6256,474,10 Mile +5145,Ben P.,M,34,"Washington, DC",4740,5029,474,10 Mile +4809,Greg L.,M,45,"Chevy Chase, MD",4740,4964,474,10 Mile +3480,Tim L.,M,58,"Kensington, MD",4741,4983,474,10 Mile +4152,Hary N.,M,26,"Rahway, NJ",4741,4985,474,10 Mile +6540,Michael K.,M,29,"Wheaton, MD",4741,4958,474,10 Mile +21394,Hayden S.,M,18,"Plantation, FL",4741,4970,474,10 Mile +3347,Pete S.,M,47,"Downingtown, PA",4741,4973,474,10 Mile +2797,Jeff R.,M,47,"New York, NY",4741,5020,474,10 Mile +3464,Omar P.,M,34,"Washington, DC",4742,5056,474,10 Mile +4252,Andrew J.,M,32,"Washington, DC",4742,5094,474,10 Mile +6089,Matthew C.,M,36,"Washington, DC",4742,5056,474,10 Mile +3955,Matt W.,M,48,"South Riding, VA",4742,4948,474,10 Mile +3541,Rod V.,M,48,"Chevy Chase, MD",4743,4988,474,10 Mile +3623,Elmer A.,M,28,"Hanover, MD",4743,4972,474,10 Mile +5155,Gregory E.,M,57,"Herndon, VA",4744,4949,474,10 Mile +3354,Christopher S.,M,29,"Allston, MA",4744,4952,474,10 Mile +4150,Madhu B.,M,32,"Lorton, VA",4745,5374,474,10 Mile +22254,Daniel V.,M,27,"Falls Church, VA",4745,5038,474,10 Mile +21952,Kevin S.,M,26,"Washington, DC",4746,5075,474,10 Mile +5911,Eli W.,M,12,"Alexandria, VA",4746,4948,474,10 Mile +4663,Timothy B.,M,37,"Washington, DC",4746,4746,474,10 Mile +4571,Benjamin K.,M,26,"Davidsonville, MD",4747,4995,474,10 Mile +2160,Myles M.,M,37,"Arlington, VA",4747,5017,474,10 Mile +5094,Chad D.,M,20,"Fishers, IN",4747,5025,474,10 Mile +6612,Jarrod R.,M,28,"Arlington, VA",4747,5048,474,10 Mile +2410,Michael A.,M,51,"New York, NY",4748,4945,474,10 Mile +7449,Chris P.,M,42,"University Park, MD",4748,5227,474,10 Mile +4855,Ricky K.,M,33,"Altoona, PA",4748,5077,474,10 Mile +3948,Jarod D.,M,35,"Arlington, VA",4749,5105,474,10 Mile +5314,Brennan B.,M,28,"Arlington, VA",4749,4955,474,10 Mile +6893,Mandela B.,M,30,"Milwaukee, WI",4749,5008,474,10 Mile +22172,Jay T.,M,27,"Washington, DC",4750,5350,475,10 Mile +1283,Gavin M.,M,49,"Washington, DC",4750,4761,475,10 Mile +5183,David C.,M,50,"Oak Hill, VA",4750,4987,475,10 Mile +3396,Jean P.,M,27,"Arlington, VA",4751,5009,475,10 Mile +6078,Stew N.,M,37,"Maple Plain, MN",4751,5070,475,10 Mile +4899,Jon-Robert W.,M,34,"Virginia Beach, VA",4751,4938,475,10 Mile +3308,John W.,M,49,"Bethesda, MD",4751,5055,475,10 Mile +1188,Kevin S.,M,34,"Arlington, VA",4751,4774,475,10 Mile +2618,Patrick C.,M,46,"Lexington, KY",4751,5307,475,10 Mile +21835,Kristofor E.,M,37,"Washington, DC",4752,4999,475,10 Mile +2506,Chord B.,M,36,"Washington, DC",4752,5865,475,10 Mile +2748,Wesley B.,M,39,"Bristow, VA",4752,5087,475,10 Mile +6197,Collin S.,M,28,"Alexandria, VA",4753,4975,475,10 Mile +22425,Scott K.,M,55,"Westminster, MD",4754,5041,475,10 Mile +3911,Grant R.,M,29,"Washington, DC",4754,4998,475,10 Mile +6974,Richard B.,M,29,"Falls Church, VA",4754,5184,475,10 Mile +11133,Jamie H.,M,34,"Washington, DC",4755,5653,475,10 Mile +23135,Bill R.,M,70,"Boston, MA",4755,4793,475,10 Mile +11292,Jim W.,M,41,"Potomac, MD",4756,5080,475,10 Mile +3878,Mark K.,M,55,"Frederick, MD",4756,4950,475,10 Mile +1608,Chris B.,M,40,"Alexandria, VA",4757,4816,475,10 Mile +2855,William H.,M,26,"Philadelphia, PA",4757,4941,475,10 Mile +2809,Nick C.,M,27,"Arlington, VA",4757,4940,475,10 Mile +4346,Ryan H.,M,25,"Washington D.c., DC",4757,5082,475,10 Mile +5844,James H.,M,30,"Arlington, VA",4758,5061,475,10 Mile +4070,Rutvik J.,M,22,"Washington, DC",4759,5090,475,10 Mile +21843,Thaddeus W.,M,28,"Washington, DC",4759,5089,475,10 Mile +6722,Quinn C.,M,37,"Charlottesville, VA",4759,5220,475,10 Mile +3351,Brian O.,M,41,"Arlington, VA",4760,4810,476,10 Mile +5301,Julian F.,M,33,"Washington, DC",4760,5320,476,10 Mile +4251,Justin R.,M,41,"Bristow, VA",4761,4994,476,10 Mile +7624,Tony D.,M,33,"Washington, DC",4762,5237,476,10 Mile +3210,Brian M.,M,32,"Washington, DC",4762,5043,476,10 Mile +2189,Bernie E.,M,49,"Columbia, MD",4763,5058,476,10 Mile +1734,Dani W.,M,28,"Alexandria, VA",4763,5294,476,10 Mile +4207,Nicholas H.,M,36,"Silver Spring, MD",4764,4975,476,10 Mile +4259,Carlos C.,M,44,"Fort Belvoir, VA",4764,4958,476,10 Mile +8268,William L.,M,35,"Alexandria, VA",4764,5222,476,10 Mile +4165,Ashish K.,M,41,"Falls Church, VA",4765,5281,476,10 Mile +1161,Luis C.,M,31,"Washington, AL",4765,5970,476,10 Mile +672,Dane L.,M,55,"Washington, DC",4766,4771,476,10 Mile +2144,Peter W.,M,22,"Washington, DC",4766,5044,476,10 Mile +3324,Corey W.,M,31,"Arlington, VA",4767,5288,476,10 Mile +5066,Michael M.,M,51,"Purcellville, VA",4767,5049,476,10 Mile +4151,Andrew C.,M,24,"Washington, DC",4767,5044,476,10 Mile +2362,Michael C.,M,25,"Washington, DC",4768,5124,476,10 Mile +1308,David J.,M,32,"Montreal, QC",4770,5389,477,10 Mile +13781,Brian L.,M,35,"Falls Church, VA",4770,5064,477,10 Mile +341,John D.,M,55,"Latrobe, PA",4770,5263,477,10 Mile +2871,Fred C.,M,32,"Arlington, VA",4771,4989,477,10 Mile +2529,Milbert S.,M,51,"Washington, DC",4771,5817,477,10 Mile +5118,Gregg H.,M,54,"Herndon, VA",4772,5017,477,10 Mile +4779,Jay J.,M,49,"Bethesda, MD",4772,5097,477,10 Mile +5487,Eric M.,M,38,"Ellicott City, MD",4772,5019,477,10 Mile +16956,Jim B.,M,49,"Washington, DC",4772,5617,477,10 Mile +3957,Michael C.,M,56,"Arnold, MD",4772,5082,477,10 Mile +4968,Mark S.,M,41,"Silver Spring, MD",4773,5080,477,10 Mile +5424,Robert G.,M,53,"Kingstowne, VA",4773,4996,477,10 Mile +388,Bert B.,M,67,"Raleigh, NC",4774,4776,477,10 Mile +5542,Patrick K.,M,30,"Washington, DC",4774,5129,477,10 Mile +6242,Dale P.,M,40,"Annandale, VA",4775,5046,477,10 Mile +1018,David R.,M,52,"Washington, DC",4775,5040,477,10 Mile +17697,Joseph W.,M,25,"Washington, DC",4776,5549,477,10 Mile +6718,Ian O.,M,31,"Washington, DC",4776,5243,477,10 Mile +2401,Todd G.,M,45,"Princeton Junction, NJ",4777,5118,477,10 Mile +10515,Brian Y.,M,31,"Washington, DC",4777,5650,477,10 Mile +3501,Richard T.,M,33,"Washington, DC",4777,4994,477,10 Mile +4113,Benjamin A.,M,23,"Baltimore, MD",4777,4993,477,10 Mile +22375,Eric G.,M,46,"Washington, DC",4778,4825,477,10 Mile +3459,Daniel D.,M,62,"Silver Spring, MD",4778,4968,477,10 Mile +2359,Volodymyr T.,M,37,"Washington, DC",4778,4826,477,10 Mile +3718,Ronlado M.,M,48,"Frederick, MD",4778,5011,477,10 Mile +3386,Marvin B.,M,58,"Chesterfield, VA",4778,5023,477,10 Mile +4459,Thomas C.,M,56,"Westbrook, CT",4778,5042,477,10 Mile +1368,Eli C.,M,14,"Shaker Heights, OH",4779,5646,477,10 Mile +3835,Andrew R.,M,40,"Arlington, VA",4780,4987,478,10 Mile +13586,Rob S.,M,36,"Washington, DC",4780,5587,478,10 Mile +1800,Dan D.,M,53,"Rockville, MD",4780,5005,478,10 Mile +3349,Brent H.,M,46,"Alexandria, VA",4780,5114,478,10 Mile +3979,Jon N.,M,32,"Washington, DC",4781,5037,478,10 Mile +2671,Mark C.,M,53,"Oak Hill, VA",4781,4977,478,10 Mile +3353,Bonieke R.,M,26,"Washington, DC",4781,5150,478,10 Mile +22511,Kerry G.,M,33,"Clarksburg, MD",4781,5033,478,10 Mile +3112,Drew Y.,M,38,"New York, NY",4782,4982,478,10 Mile +3234,Bradford K.,M,32,"Arlington, VA",4782,5037,478,10 Mile +3260,Andrew Q.,M,54,"New Market, MD",4782,5082,478,10 Mile +2159,Eric S.,M,47,"Mount Airy, MD",4782,5054,478,10 Mile +9644,Ryan S.,M,25,"Arlington, VA",4782,5311,478,10 Mile +2146,Austin Z.,M,31,"Washington, DC",4783,5013,478,10 Mile +2703,Tj P.,M,40,"Arlington, VA",4783,4997,478,10 Mile +3455,Carter D.,M,41,"Chevy Chase, MD",4783,5068,478,10 Mile +4473,Davie N.,M,28,"Washington, DC",4784,5124,478,10 Mile +7419,Tahir K.,M,53,"Herndon, VA",4785,5227,478,10 Mile +18712,Mark R.,M,38,"Annapolis, MD",4786,4830,478,10 Mile +21815,Rick N.,M,51,"Woodbridge, VA",4786,5080,478,10 Mile +2226,Timothy R.,M,33,"Washingtion, DC",4787,5001,478,10 Mile +8121,Brian D.,M,29,"Washington, DC",4787,5268,478,10 Mile +9533,Tamer R.,M,41,"Bethesda, MD",4787,5712,478,10 Mile +22506,Justin H.,M,37,"Lumberton, NJ",4787,5004,478,10 Mile +1703,James P.,M,22,"Fairfax, VA",4787,4791,478,10 Mile +3225,Mynor G.,M,49,"Silver Spring, MD",4788,5054,478,10 Mile +7443,Sheridan F.,M,25,"Washington, DC",4788,5030,478,10 Mile +6286,Dan G.,M,27,"Arlington, VA",4788,5118,478,10 Mile +5291,Geoffrey H.,M,32,"Arlington, VA",4789,4985,478,10 Mile +3768,Nitin P.,M,34,"Arlington, VA",4789,5034,478,10 Mile +2009,Blake E.,M,35,"Washington, DC",4789,4826,478,10 Mile +4107,Ritvik Y.,M,15,"Germantown, MD",4789,5235,478,10 Mile +2846,Kareem Z.,M,43,"Bethesda, MD",4789,5714,478,10 Mile +4398,Adi A.,M,40,"Arlington, VA",4790,4840,479,10 Mile +4737,Peter L.,M,26,"Arlington, VA",4790,5104,479,10 Mile +5496,Theodor T.,M,28,"Olney, MD",4790,5134,479,10 Mile +22391,Anthony P.,M,35,"Washington, DC",4790,5257,479,10 Mile +1727,John L.,M,37,"Woodbridge, VA",4790,5372,479,10 Mile +3216,Todd P.,M,40,"Baltimore, MD",4792,4987,479,10 Mile +3078,Bob O.,M,49,"Burke, VA",4792,5018,479,10 Mile +4345,Walter M.,M,24,"Austin, TX",4793,4984,479,10 Mile +6068,Steven L.,M,46,"Ellicott City, MD",4794,5002,479,10 Mile +21901,Peter R.,M,25,"Washington, DC",4794,5393,479,10 Mile +2006,Michael G.,M,38,"Springfield, VA",4794,4835,479,10 Mile +1289,Ryan C.,M,29,"Washington, DC",4794,4833,479,10 Mile +1906,Daniel F.,M,33,"Arlington, VA",4795,4859,479,10 Mile +4213,Wilbert P.,M,32,"New York, NY",4795,5112,479,10 Mile +3495,Jason G.,M,40,"Rochester, NY",4795,5147,479,10 Mile +22168,Peter R.,M,25,"Albuquerque, NM",4796,6219,479,10 Mile +3406,Tim S.,M,36,"Silver Spring, MD",4796,5042,479,10 Mile +3953,Ino R.,M,42,"Gaithersburg, MD",4797,5088,479,10 Mile +2622,Craig G.,M,23,"Herndon, VA",4797,4982,479,10 Mile +2649,Jeremy B.,M,32,"Arlington, VA",4798,4992,479,10 Mile +2341,Dave P.,M,41,"Washington, DC",4798,5055,479,10 Mile +5457,Craig S.,M,31,"Silver Spring, MD",4798,5151,479,10 Mile +7393,Philip S.,M,35,"Washington, DC",4799,5346,479,10 Mile +1367,Gershon C.,M,45,"Shaker Heights, OH",4799,5666,479,10 Mile +5581,William E.,M,40,"Burtonsville, MD",4799,5045,479,10 Mile +5861,Maurice W.,M,22,"Vienna, VA",4799,5109,479,10 Mile +21442,Victor M.,M,24,"Washington, DC",4800,5267,480,10 Mile +22993,Sudhir S.,M,58,"Kensington, MD",4800,5083,480,10 Mile +5083,Woo L.,M,37,"Washington, DC",4800,5124,480,10 Mile +1585,Albino C.,M,57,"Brookeville, MD",4801,4842,480,10 Mile +4922,Edward G.,M,47,"Washington, DC",4801,5151,480,10 Mile +1216,Kevin M.,M,31,"West Chester, PA",4801,4853,480,10 Mile +1320,Robert D.,M,51,"Arlington, VA",4801,4839,480,10 Mile +15614,Steve M.,M,28,"Baltimore, MD",4802,5142,480,10 Mile +1561,Jonathan B.,M,32,"Washington, DC",4803,4851,480,10 Mile +2413,Michael H.,M,25,"Marriottsville, MD",4803,5433,480,10 Mile +4766,Alan N.,M,26,"Jamaica Plain, MA",4804,5017,480,10 Mile +2481,Bruce R.,M,43,"Novi, MI",4805,5057,480,10 Mile +3132,Volker B.,M,45,"Mclean, VA",4805,5079,480,10 Mile +10497,Jesse W.,M,24,"Binghamton, NY",4805,5537,480,10 Mile +21980,Christopher J.,M,37,"Annapolis, MD",4805,5172,480,10 Mile +2375,David S.,M,20,"Wahington, DC",4805,4997,480,10 Mile +4886,David L.,M,33,"Destin, FL",4806,5138,480,10 Mile +3362,Jonathan R.,M,40,"Falls Church, VA",4806,5119,480,10 Mile +1816,John G.,M,51,"Arlington, VA",4806,4852,480,10 Mile +1258,Ronald E.,M,30,"Arlington, VA",4807,4850,480,10 Mile +6580,Bertram I.,M,26,"New York, NY",4808,5295,480,10 Mile +10781,Rahul P.,M,38,"Arlington, VA",4808,5555,480,10 Mile +1911,Aaron L.,M,19,"Oakton, VA",4809,5048,480,10 Mile +3429,Amado A.,M,44,"Washington, DC",4810,5107,481,10 Mile +3431,Martin W.,M,42,"Rockville, MD",4810,5032,481,10 Mile +7267,Shekhar M.,M,35,"Washington, DC",4810,5686,481,10 Mile +2609,Sean B.,M,35,"Bronx, NY",4811,5176,481,10 Mile +5478,Lee S.,M,25,"New York, NY",4811,5163,481,10 Mile +4230,Harry R.,M,27,"Washington, DC",4812,5126,481,10 Mile +22326,Alex Y.,M,28,"Alexandria, VA",4813,5545,481,10 Mile +2382,Michael C.,M,29,"Washington, DC",4814,5133,481,10 Mile +3242,Jeffrey T.,M,40,"Mclean, VA",4815,5048,481,10 Mile +4424,David B.,M,47,"Woodbridge, VA",4815,5151,481,10 Mile +6125,Stephen Y.,M,37,"Arlington, VA",4816,5107,481,10 Mile +3279,Anders K.,M,47,"Kennett Square, PA",4816,5063,481,10 Mile +21852,Nathan R.,M,32,"Washington, DC",4816,5042,481,10 Mile +2818,Travis M.,M,34,"Arlington, VA",4816,5079,481,10 Mile +3412,Benjamin R.,M,33,"New York, NY",4817,5013,481,10 Mile +3251,David S.,M,54,"Baltimore, MD",4817,5013,481,10 Mile +2535,Sam H.,M,25,"New York, NY",4818,4999,481,10 Mile +3068,Jonathan L.,M,27,"Brooklyn, NY",4818,5770,481,10 Mile +4805,Marc T.,M,50,"Fairfax Station, VA",4819,5156,481,10 Mile +6613,Michael L.,M,37,"Washington, DC",4820,5045,482,10 Mile +4222,Cody K.,M,43,"Alexandria, VA",4820,5169,482,10 Mile +4236,Jim D.,M,39,"Washington, DC",4820,5128,482,10 Mile +5548,Daniel E.,M,32,"Stilwell, KS",4820,5758,482,10 Mile +990,Scott K.,M,51,"West Chester, PA",4821,4837,482,10 Mile +15880,Andrew M.,M,29,"Greenbelt, MD",4821,5886,482,10 Mile +5851,Ian M.,M,40,"Washington, DC",4821,5101,482,10 Mile +1747,Joshua H.,M,39,"Arlington, VA",4821,5383,482,10 Mile +4559,Warren A.,M,37,"Arlington, VA",4821,5081,482,10 Mile +3356,Jack W.,M,29,"Washington, DC",4823,5033,482,10 Mile +14005,Pavel S.,M,43,"Montclair, VA",4823,5887,482,10 Mile +7909,Brian K.,M,41,"Leesburg, VA",4824,5404,482,10 Mile +4411,Jonathan M.,M,32,"Washington, DC",4824,5109,482,10 Mile +3024,Michael C.,M,31,"Washington, DC",4825,4858,482,10 Mile +2930,Daniel G.,M,29,"Washington, DC",4825,5037,482,10 Mile +2323,Scott L.,M,36,"Washington, DC",4825,5169,482,10 Mile +2327,Pete G.,M,49,"Fairfax, VA",4826,5012,482,10 Mile +5161,Rob M.,M,41,"Vienna, VA",4826,5152,482,10 Mile +1954,Brian S.,M,33,"Washington, DC",4826,5888,482,10 Mile +4948,Edward G.,M,34,"Hyattsville, MD",4826,5089,482,10 Mile +5731,Erik S.,M,26,"Mclean, VA",4827,5194,482,10 Mile +2267,Brendan S.,M,31,"Washington, DC",4827,5174,482,10 Mile +7185,Chris S.,M,46,"Bowie, MD",4827,5062,482,10 Mile +21847,James S.,M,33,"Alexandria, VA",4827,5121,482,10 Mile +2905,Wayne G.,M,49,"Arlington, VA",4828,5020,482,10 Mile +3469,Giovanni K.,M,50,"Great Falls, VA",4828,5386,482,10 Mile +3254,Tom F.,M,60,"New York City, NY",4829,5066,482,10 Mile +3032,Chris Y.,M,34,"Oak Hill, VA",4829,5150,482,10 Mile +1324,Robert K.,M,23,"Liberty Hill, TX",4830,5182,483,10 Mile +3845,John M.,M,42,"Arlington, VA",4831,5881,483,10 Mile +3723,Steve R.,M,58,"Fairfax Station, VA",4831,5187,483,10 Mile +3277,Brian O.,M,42,"Arlington, VA",4831,5026,483,10 Mile +6748,Kaiwah C.,M,38,"Falls Church, VA",4832,5678,483,10 Mile +5317,Jeongki L.,M,30,"New York, NY",4832,5141,483,10 Mile +4332,John D.,M,40,"Arlington, VA",4833,5190,483,10 Mile +4650,John D.,M,29,"Baltimore, MD",4833,5085,483,10 Mile +3531,Iman S.,M,38,"Bronx, NY",4834,5025,483,10 Mile +2001,Steve T.,M,29,"Washington, DC",4834,5941,483,10 Mile +3377,Michael A.,M,46,"Takoma Park, MD",4834,5101,483,10 Mile +3512,Justin K.,M,42,"Baltimore, MD",4834,5063,483,10 Mile +2988,Andrew H.,M,61,"Reston, VA",4835,5188,483,10 Mile +22441,Thomas C.,M,49,"Cinnaminson, NJ",4835,5276,483,10 Mile +3564,Michael K.,M,32,"Washington, DC",4837,5108,483,10 Mile +4331,Andrew T.,M,23,"Arlington, VA",4837,5080,483,10 Mile +3697,Westley B.,M,32,"Alexandria, VA",4837,5055,483,10 Mile +5880,Robert G.,M,29,"New York, NY",4837,5366,483,10 Mile +6404,Mark A.,M,50,"Princeton, NJ",4838,5119,483,10 Mile +10624,Jon C.,M,33,"Baltimore, MD",4838,5184,483,10 Mile +21846,Doug M.,M,29,"Washington, DC",4839,5170,483,10 Mile +13278,James V.,M,54,"Washington, DC",4841,5759,484,10 Mile +3494,James M.,M,59,"Silver Spring, MD",4841,5182,484,10 Mile +4223,Armando C.,M,38,"Washington, DC",4842,5133,484,10 Mile +8543,Cesar L.,M,37,"Bethesda, MD",4842,5349,484,10 Mile +3320,Mark B.,M,51,"Mclean, VA",4842,5114,484,10 Mile +6027,Ryan N.,M,34,"Herndon, VA",4842,5170,484,10 Mile +4516,Brian T.,M,45,"Williamsburg, VA",4843,5056,484,10 Mile +3516,Andrew S.,M,34,"Annandale, VA",4843,5391,484,10 Mile +2208,David C.,M,35,"Washington, DC",4843,5120,484,10 Mile +3915,Denis M.,M,47,"Takoma Park, MD",4843,5170,484,10 Mile +7151,Andrew N.,M,34,"Falls Church, VA",4844,5340,484,10 Mile +11140,Alain J.,M,51,"Washington, DC",4844,5809,484,10 Mile +23186,Corey H.,M,36,"Fort Belvoir, VA",4844,5110,484,10 Mile +848,Ted O.,M,14,"Purcellville, VA",4844,6348,484,10 Mile +3105,Lowen L.,M,46,"Alexamdria, VA",4845,5129,484,10 Mile +1639,Patrick K.,M,28,"Washington, DC",4845,5088,484,10 Mile +4848,Tomaz C.,M,35,"Washington, DC",4845,5155,484,10 Mile +22393,Mark P.,M,50,"Arlington, VA",4847,5053,484,10 Mile +4926,Danny G.,M,41,"Alexandria, VA",4847,5057,484,10 Mile +6728,Scott M.,M,38,"Severna Park, MD",4848,5336,484,10 Mile +9552,Loay N.,M,36,"Centreville, VA",4848,5429,484,10 Mile +3244,Matt H.,M,29,"Alexandria, VA",4848,5118,484,10 Mile +3599,Matt S.,M,40,"Washington, DC",4849,5110,484,10 Mile +4829,Nick R.,M,30,"Washington, DC",4850,5192,485,10 Mile +5651,Benjamin K.,M,29,"Baltimore, MD",4850,5141,485,10 Mile +7222,Kevin M.,M,26,"Washington, DC",4850,5339,485,10 Mile +4672,Alan C.,M,34,"Annandale, VA",4850,5078,485,10 Mile +2457,Scott A.,M,45,"Belmont, MA",4850,5146,485,10 Mile +3542,Evan L.,M,22,"Owings Mills, MD",4851,5360,485,10 Mile +2297,Jonathan S.,M,36,"Burke, VA",4851,5321,485,10 Mile +1532,Phil S.,M,40,"Jersey City, NJ",4851,5130,485,10 Mile +4248,Greg N.,M,39,"Bowie, MD",4852,5105,485,10 Mile +2636,Nick B.,M,34,"Vienna, VA",4852,5120,485,10 Mile +3226,Andrew L.,M,28,"Washington, DC",4852,5070,485,10 Mile +10737,Jason S.,M,40,"Columbia, MD",4852,5588,485,10 Mile +2388,Dennis B.,M,54,"Columbia, MD",4852,5061,485,10 Mile +3896,Daniel H.,M,26,"Washington, DC",4852,5160,485,10 Mile +6637,Colby W.,M,34,"Falls Church, VA",4853,5283,485,10 Mile +7115,Timothy M.,M,48,"Arlington, VA",4854,5322,485,10 Mile +3339,John H.,M,41,"Savannah, GA",4854,5178,485,10 Mile +4119,Paul S.,M,50,"Herndon, VA",4854,5195,485,10 Mile +2078,Derrick H.,M,45,"Jacksonville, FL",4854,5203,485,10 Mile +392,Norm C.,M,72,"Chevy Chase, MD",4855,4882,485,10 Mile +3809,Thomas W.,M,37,"Washington, DC",4855,5196,485,10 Mile +3958,Alejandro H.,M,39,"Reston, VA",4855,5162,485,10 Mile +2089,Stephen H.,M,51,"Tulsa, OK",4855,5109,485,10 Mile +23098,William T.,M,29,"Round Hill, VA",4856,5171,485,10 Mile +2974,Matthew M.,M,34,"Arlington, VA",4857,5341,485,10 Mile +3721,Christopher M.,M,27,"Arlington, VA",4858,6008,485,10 Mile +2058,Paul B.,M,54,"Reston, VA",4858,5618,485,10 Mile +6714,Bill S.,M,58,"State College, PA",4858,5356,485,10 Mile +22424,Greg G.,M,47,"Gainesville, VA",4859,5102,485,10 Mile +1785,Mark G.,M,41,"Richmond, VA",4859,4897,485,10 Mile +10084,Jeff C.,M,60,"Columbia, MD",4859,5444,485,10 Mile +5740,Brad S.,M,38,"Leesburg, VA",4860,5121,486,10 Mile +6092,Matthew G.,M,27,"Arlington, VA",4860,5126,486,10 Mile +5248,Douglas D.,M,63,"Potomac, MD",4860,5134,486,10 Mile +4180,Phuong H.,M,50,"Fairfax, VA",4860,5174,486,10 Mile +5528,Ross F.,M,26,"Centreville, VA",4860,5318,486,10 Mile +8772,Jacob M.,M,31,"Washington, DC",4861,5148,486,10 Mile +8793,Erik B.,M,31,"Washington, DC",4862,5298,486,10 Mile +9048,Yonfi P.,M,24,"New York, NY",4862,5333,486,10 Mile +2408,Lennie C.,M,63,"Washington, DC",4862,5071,486,10 Mile +5416,Michael S.,M,48,"Garden City, NY",4862,5112,486,10 Mile +6387,Bryce F.,M,26,"Dunn Loring, VA",4863,5070,486,10 Mile +5016,Malcolm P.,M,60,"Silver Spring, MD",4864,5077,486,10 Mile +5345,Arthur J.,M,24,"Arlington, VA",4864,5188,486,10 Mile +20895,Kevin D.,M,24,"New York, NY",4866,5085,486,10 Mile +4760,Alfonso D.,M,30,"Washington, DC",4867,5219,486,10 Mile +3586,Ned B.,M,36,"Washington, DC",4867,5205,486,10 Mile +2325,A. J.,M,37,"Bronx, NY",4868,5674,486,10 Mile +7445,Ryan C.,M,31,"Toronto, ON",4868,5648,486,10 Mile +5930,Jefferson C.,M,49,"White Plains, MD",4868,5072,486,10 Mile +5788,Casey E.,M,27,"Washington, DC",4869,5100,486,10 Mile +5380,Minesh S.,M,37,"Decatur, GA",4870,5177,487,10 Mile +3261,Steven H.,M,32,"Arlington, VA",4870,5130,487,10 Mile +2872,Brian P.,M,34,"Ellicott City, MD",4871,5147,487,10 Mile +2677,Christopher M.,M,32,"Knightstown, IN",4873,5077,487,10 Mile +3249,Tim P.,M,64,"Uniontown, PA",4873,5112,487,10 Mile +3648,John K.,M,36,"Washington, DC",4873,5306,487,10 Mile +5554,Abi K.,M,47,"Rockville, MD",4874,5121,487,10 Mile +3101,Bruce C.,M,60,"Greensboro, NC",4874,5179,487,10 Mile +5987,Michal K.,M,28,"Morristown, NJ",4874,5080,487,10 Mile +4847,Carlos E.,M,53,"Woodstock, MD",4874,5114,487,10 Mile +1998,Brady R.,M,25,"Washington, DC",4874,4874,487,10 Mile +5213,Trey W.,M,23,"Boyertown, PA",4875,5136,487,10 Mile +2523,Matt D.,M,28,"Silver Spring, MD",4875,5064,487,10 Mile +21759,Christopher B.,M,26,"Washington, DC",4876,4925,487,10 Mile +22409,Eric T.,M,28,"Baton Rouge, LA",4876,5096,487,10 Mile +3169,Stephen G.,M,52,"Arlington, VA",4876,5206,487,10 Mile +4509,John N.,M,27,"Bethesda, MD",4876,5197,487,10 Mile +5623,Frank D.,M,29,"Washington, DC",4877,5990,487,10 Mile +7195,Jonah H.,M,45,"Washington, DC",4877,5227,487,10 Mile +9666,Jared H.,M,27,"Arlington, VA",4877,5362,487,10 Mile +6122,Robert F.,M,36,"College Park, MD",4878,5091,487,10 Mile +4323,Kurt M.,M,59,"Bethesda, MD",4878,5222,487,10 Mile +841,Wolfgang K.,M,45,"Washington, DC",4878,4920,487,10 Mile +2877,Terrence C.,M,47,"Orlando, FL",4878,5176,487,10 Mile +12980,Alexander O.,M,32,"Silver Spring, MD",4879,5617,487,10 Mile +837,Kenneth D.,M,53,"Dayton, OH",4879,4905,487,10 Mile +8415,Damien D.,M,38,"Germantown, MD",4880,5341,488,10 Mile +3803,Christopher C.,M,57,"Stamford, CT",4880,5102,488,10 Mile +5257,Nicholas C.,M,27,"Callaway, MD",4881,5366,488,10 Mile +9063,Chris S.,M,28,"Washington, DC",4881,5348,488,10 Mile +8363,Al B.,M,44,"Boyds, MD",4882,5398,488,10 Mile +3486,Bennett M.,M,39,"Arlington, VA",4882,5146,488,10 Mile +8298,Ryan S.,M,27,"Washington, DC",4882,5315,488,10 Mile +5091,Steven H.,M,32,"Washington, DC",4883,5145,488,10 Mile +5600,Ethan W.,M,39,"Washington, DC",4884,5218,488,10 Mile +1049,Brian W.,M,38,"West Boylston, MA",4884,5069,488,10 Mile +4308,George J.,M,24,"Washington, DC",4885,5141,488,10 Mile +3282,Andy F.,M,43,"Annapolis, MD",4886,5663,488,10 Mile +4326,Brian C.,M,52,"Rockville, MD",4886,5234,488,10 Mile +3197,Daniel H.,M,24,"Arlington, VA",4886,5245,488,10 Mile +3086,Joe B.,M,26,"Brooklyn, NY",4887,5206,488,10 Mile +6040,Evan S.,M,29,"Washington, DC",4887,5139,488,10 Mile +1177,Hendrix P.,M,37,"Brooklyn, NY",4888,5358,488,10 Mile +9295,Cope W.,M,42,"Washington, DC",4890,5158,489,10 Mile +7598,Tyler B.,M,34,"Washington, DC",4890,5347,489,10 Mile +5070,Quansheng L.,M,50,"Rockville, MD",4891,5158,489,10 Mile +9174,Wesley J.,M,26,"Conshohocken, PA",4891,5376,489,10 Mile +9726,Joseph T.,M,27,"Lexington Park, MD",4892,5376,489,10 Mile +2690,Matt N.,M,30,"Quantico, VA",4892,5221,489,10 Mile +6908,Andrew B.,M,53,"Nokesville, VA",4892,5363,489,10 Mile +3865,Justin E.,M,30,"Washington, DC",4893,5482,489,10 Mile +3767,Luis D.,M,50,"Springfield, VA",4894,5191,489,10 Mile +4359,Manuel A.,M,44,"Danbury, CT",4895,5183,489,10 Mile +1582,Daniel N.,M,26,"Bethesda, MD",4895,5890,489,10 Mile +1533,Charles M.,M,49,"Vienna, VA",4895,4950,489,10 Mile +3446,Dan Q.,M,49,"Falls Church, VA",4895,5123,489,10 Mile +4798,Brandon S.,M,29,"Washington, DC",4896,5131,489,10 Mile +21871,Jason A.,M,28,"Washington, DC",4896,5359,489,10 Mile +3787,Francois B.,M,50,"Kensington, MD",4896,5189,489,10 Mile +5095,Benjamin H.,M,54,"Silver Spring, MD",4896,5210,489,10 Mile +3367,Tony C.,M,53,"Frederick, MD",4896,5082,489,10 Mile +6944,Danny S.,M,23,"Rockville, MD",4897,5375,489,10 Mile +5529,Matthew B.,M,52,"Arlington, VA",4897,5225,489,10 Mile +6102,John C.,M,47,"Germantown, MD",4897,5356,489,10 Mile +7647,Dan C.,M,42,"Arlington, VA",4897,5360,489,10 Mile +3463,Lauren U.,M,66,"Santa Barbara, CA",4897,5111,489,10 Mile +4302,Jonathan Y.,M,25,"Washington, DC",4897,5167,489,10 Mile +659,Yosef A.,M,37,"Chantilly, VA",4897,5490,489,10 Mile +1287,Donald G.,M,37,"Oak Hill, VA",4898,6058,489,10 Mile +9431,Mark L.,M,27,"Washington, DC",4898,5724,489,10 Mile +22259,Gurdeep F.,M,46,"Ashburn, VA",4899,5124,489,10 Mile +3049,Guillermo C.,M,46,"Clarksville, MD",4899,5106,489,10 Mile +2721,Jeffrey G.,M,35,"Washington, DC",4899,5139,489,10 Mile +3162,John C.,M,54,"Katonah, NY",4901,5120,490,10 Mile +2434,Brian K.,M,27,"Silver Spring, MD",4901,5421,490,10 Mile +1307,Scott M.,M,36,"Fort Washington, MD",4901,4935,490,10 Mile +7877,Mackenzie B.,M,26,"Takoma Park, MD",4901,5839,490,10 Mile +2790,Daniel J.,M,40,"Chevy Chase, MD",4902,5202,490,10 Mile +4557,Michael R.,M,40,"Alexandria, VA",4902,5111,490,10 Mile +3336,Scott F.,M,42,"Washington, DC",4902,5225,490,10 Mile +3423,James H.,M,44,"Chevy Chase, MD",4903,5157,490,10 Mile +23392,Lindsay G.,M,29,"Washington, DC",4904,5732,490,10 Mile +1432,Peter V.,M,59,"West Haven, CT",4904,4950,490,10 Mile +5160,John F.,M,48,"Arlington, VA",4904,5273,490,10 Mile +1597,Will K.,M,27,"Washington, DC",4905,5203,490,10 Mile +3983,James P.,M,36,"Washington, DC",4905,5165,490,10 Mile +6037,Steve C.,M,38,"Alexandria, VA",4905,5218,490,10 Mile +3969,Kassu W.,M,44,"Alexandria, VA",4905,5092,490,10 Mile +4054,Frank F.,M,27,"Washington, DC",4905,5135,490,10 Mile +5531,Alexie T.,M,34,"Ny, NY",4906,5708,490,10 Mile +5135,Nigel E.,M,47,"White Marsh, MD",4906,5156,490,10 Mile +1638,Michael C.,M,27,"New York, NY",4906,5218,490,10 Mile +19980,Darryl M.,M,40,"Washington, DC",4908,5706,490,10 Mile +3885,Frederick B.,M,52,"Falls Church, VA",4909,5111,490,10 Mile +5628,Peter A.,M,49,"Falls Curch, VA",4910,5124,491,10 Mile +3328,Richard B.,M,34,"Arlington, VA",4910,5255,491,10 Mile +7453,Milton V.,M,63,"Catonsville, MD",4910,5350,491,10 Mile +3345,Robert P.,M,57,"Bellerose, NY",4910,5146,491,10 Mile +3812,Antoine D.,M,41,"Washington, DC",4910,5170,491,10 Mile +4941,Leo D.,M,31,"Washington, DC",4910,5180,491,10 Mile +6265,Scott B.,M,38,"Washington, DC",4911,5355,491,10 Mile +2836,Nicholas N.,M,46,"Mclean, VA",4911,4967,491,10 Mile +1446,Hunter C.,M,28,"Greenbelt, MD",4911,5423,491,10 Mile +2383,Kurt Z.,M,49,"Middletown, MD",4911,5139,491,10 Mile +9044,Joseph P.,M,47,"Baltimore, MD",4911,5250,491,10 Mile +5575,Preston H.,M,32,"Bethesda, MD",4911,5097,491,10 Mile +2865,Shane A.,M,45,"Fort Washington, PA",4912,5145,491,10 Mile +7580,Paul L.,M,55,"Potomac, MD",4912,5355,491,10 Mile +4132,Barry M.,M,61,"Bethesda, MD",4913,5136,491,10 Mile +7594,Jeff G.,M,35,"Kensington, MD",4913,5154,491,10 Mile +4693,John G.,M,40,"Springfield, VA",4913,5195,491,10 Mile +6490,David Z.,M,33,"Washington, DC",4913,5364,491,10 Mile +6900,Thaddeus E.,M,26,"Washington, DC",4913,5257,491,10 Mile +4804,Jason L.,M,32,"Washington, DC",4914,5191,491,10 Mile +12058,Chip C.,M,54,"Arlington, VA",4915,5179,491,10 Mile +6461,Jonathan M.,M,25,"Washington, DC",4915,5512,491,10 Mile +3836,Reginald S.,M,45,"Gaithersburg, MD",4916,5106,491,10 Mile +5683,Matt M.,M,50,"Arlington, VA",4917,5098,491,10 Mile +3853,John C.,M,30,"Bethesda, MD",4917,5276,491,10 Mile +4726,Eric S.,M,33,"Silver Spring, MD",4917,5695,491,10 Mile +4211,Brian W.,M,34,"Alexandria, VA",4918,5214,491,10 Mile +7529,Joe I.,M,33,"Washington, DC",4919,5401,491,10 Mile +5970,Hasan M.,M,37,"Silver Spring, MD",4919,5181,491,10 Mile +5150,Benjamin S.,M,39,"Bristow, VA",4920,5171,492,10 Mile +3499,Anthony C.,M,51,"Vienna, VA",4920,5130,492,10 Mile +1818,Cody L.,M,30,"Washington, DC",4921,5215,492,10 Mile +15743,Lin Y.,M,32,"Germantown, MD",4921,5966,492,10 Mile +4606,Ian M.,M,34,"Silver Spring, MD",4921,5190,492,10 Mile +1463,S.d. S.,M,35,"Mclean, VA",4921,4971,492,10 Mile +5316,Robert V.,M,46,"Melrose, MA",4922,5199,492,10 Mile +8404,Ben W.,M,24,"Lido Beach, NY",4922,5281,492,10 Mile +20918,Robert C.,M,29,"Vienna, VA",4922,6328,492,10 Mile +4939,G. D.,M,44,"Washington Dc, DC",4922,5172,492,10 Mile +4889,Tom G.,M,33,"Washington, DC",4923,5138,492,10 Mile +9366,Christopher R.,M,50,"Alexandria, VA",4923,5390,492,10 Mile +10928,Stephen R.,M,32,"Washington, DC",4924,5682,492,10 Mile +4314,Mark H.,M,30,"New York, NY",4924,5197,492,10 Mile +5423,Shayan S.,M,24,"Washington, DC",4924,5497,492,10 Mile +8282,Chris D.,M,32,"Washington, DC",4924,5382,492,10 Mile +22157,Tim R.,M,30,"Arlington, VA",4925,6040,492,10 Mile +3098,Jan-Michael S.,M,37,"Arlington, VA",4926,5181,492,10 Mile +3554,Michael S.,M,45,"Arlington, VA",4926,5236,492,10 Mile +9369,Jeremy B.,M,36,"Washington, DC",4926,5395,492,10 Mile +5568,Hugh W.,M,43,"Washington, DC",4928,5664,492,10 Mile +3898,Chet B.,M,49,"Toms River, NJ",4928,5190,492,10 Mile +2322,David J.,M,56,"Johnson City, TN",4928,5175,492,10 Mile +4964,Richard M.,M,49,"Bel Alton, MD",4928,5134,492,10 Mile +5885,Sandy I.,M,39,"Bethpage, NY",4928,5173,492,10 Mile +3708,Robert N.,M,30,"Hyattsville, MD",4929,5235,492,10 Mile +3163,Keith G.,M,33,"Toronto, ON",4929,5138,492,10 Mile +6625,Joseph M.,M,33,"Brooklyn, NY",4929,5483,492,10 Mile +6158,James N.,M,44,"Bronxville, NY",4929,5275,492,10 Mile +6786,Dan F.,M,38,"Bethesda, MD",4929,5436,492,10 Mile +21278,Alex H.,M,25,"Washington, DC",4930,5226,493,10 Mile +5613,Doug W.,M,49,"Silver Spring, MD",4930,5264,493,10 Mile +6291,Robert M.,M,38,"Washington, DC",4931,5218,493,10 Mile +3882,Alex H.,M,31,"Washington, DC",4931,5180,493,10 Mile +22491,Justin B.,M,30,"Fairfax, VA",4931,5185,493,10 Mile +1899,Eric K.,M,58,"Annapolis, MD",4931,4957,493,10 Mile +2357,Charles P.,M,59,"Ballston Spa, NY",4932,5217,493,10 Mile +2296,Brian R.,M,24,"Washington, DC",4933,5198,493,10 Mile +4790,David S.,M,49,"Washington, DC",4934,5187,493,10 Mile +5323,Peter L.,M,67,"Alexandria, VA",4934,5128,493,10 Mile +1961,Dave K.,M,57,"Rockville, MD",4935,5482,493,10 Mile +2853,John B.,M,26,"Raleigh, NC",4935,5184,493,10 Mile +4067,Joshua B.,M,34,"Gaithersburg, MD",4935,6096,493,10 Mile +3968,Zeke Z.,M,73,"Jeffersonville, VT",4935,5205,493,10 Mile +6002,Mark M.,M,46,"Kensington, MD",4936,5199,493,10 Mile +6814,Stephen S.,M,34,"Washington, DC",4936,5386,493,10 Mile +5281,Christian P.,M,52,"New York, NY",4936,5230,493,10 Mile +8070,Michael L.,M,29,"Washington, DC",4936,5478,493,10 Mile +2398,Paul F.,M,41,"Arlington, VA",4937,5445,493,10 Mile +5250,Conor B.,M,23,"Exeter, NH",4937,5189,493,10 Mile +8356,Frank P.,M,38,"Arlington, VA",4937,5433,493,10 Mile +21803,Evan C.,M,28,"Washington, DC",4938,5162,493,10 Mile +5167,Michael V.,M,27,"Madison, WI",4938,5282,493,10 Mile +3727,James M.,M,42,"Silver Spring, MD",4939,5126,493,10 Mile +892,Robel W.,M,36,"Bristow, VA",4939,4955,493,10 Mile +23065,Hamid M.,M,41,"Arlington, VA",4939,5159,493,10 Mile +21818,Bharat R.,M,35,"Washington, DC",4940,5216,494,10 Mile +3620,Holger W.,M,53,"Washington, DC",4940,5213,494,10 Mile +10956,Thomas C.,M,55,"Silver Spring, MD",4940,5762,494,10 Mile +3937,Herman G.,M,46,"Gainesville, VA",4940,5235,494,10 Mile +7626,James D.,M,28,"Alexandria, VA",4940,5476,494,10 Mile +5141,Shivam P.,M,34,"Little Ferry, NJ",4942,5143,494,10 Mile +4931,Dane Y.,M,31,"Washington, DC",4942,5177,494,10 Mile +6899,Fang J.,M,47,"Potomac, MD",4942,6049,494,10 Mile +6292,Tim S.,M,52,"Triangle, VA",4943,5423,494,10 Mile +3157,Christopher C.,M,33,"Arlington, VA",4943,5157,494,10 Mile +4891,Paul S.,M,31,"Bristow, VA",4943,5148,494,10 Mile +5448,John Z.,M,45,"Centreville, VA",4943,5186,494,10 Mile +1902,Haifeng Q.,M,39,"Rockville, MD",4943,6049,494,10 Mile +10293,Lincoln P.,M,26,"Washington, DC",4943,5406,494,10 Mile +10787,James G.,M,28,"Washington, DC",4944,5850,494,10 Mile +5063,Johnathan T.,M,31,"Fairfax, VA",4944,5182,494,10 Mile +6753,Michael K.,M,35,"Edgewater, NJ",4944,5260,494,10 Mile +18264,Terence B.,M,24,"Beltsville, MD",4944,5284,494,10 Mile +1876,Gregory G.,M,40,"Brooklyn, NY",4944,4966,494,10 Mile +8839,Johnn G.,M,37,"Washington Dc, DC",4945,5387,494,10 Mile +11044,Gregory M.,M,33,"Ashburn, VA",4945,5211,494,10 Mile +12900,Carl M.,M,36,"Springfield, VA",4945,5717,494,10 Mile +4004,Matthew T.,M,28,"Mount Vernon, OH",4946,5156,494,10 Mile +6437,Adam S.,M,33,"Washington, DC",4947,5149,494,10 Mile +2547,James A.,M,29,"Washington, DC",4947,5251,494,10 Mile +5552,Brad W.,M,34,"Chevy Chase, MD",4948,5149,494,10 Mile +377,Brian B.,M,69,"Lincoln, MA",4948,4966,494,10 Mile +21921,Timothy B.,M,36,"Bethesda, MD",4948,5391,494,10 Mile +6146,Jared C.,M,36,"Herndon, VA",4949,5210,494,10 Mile +3832,Francis T.,M,47,"Montclair, VA",4949,5225,494,10 Mile +6205,Jeffrey S.,M,41,"Arlington, VA",4950,5401,495,10 Mile +2976,Andrew M.,M,29,"Washington, DC",4950,5199,495,10 Mile +6277,Adam F.,M,38,"Falls Church, VA",4950,5394,495,10 Mile +5143,Jose M.,M,29,"Washington, DC",4950,5394,495,10 Mile +4794,Brian A.,M,30,"Arlington, VA",4951,5229,495,10 Mile +10064,Nathaniel J.,M,35,"Washington, DC",4952,5379,495,10 Mile +6877,Anthony R.,M,37,"Atlanta, GA",4952,5418,495,10 Mile +4611,Ian B.,M,40,"Arlington, VA",4952,5159,495,10 Mile +2897,Charles H.,M,36,"Bowie, MD",4952,5300,495,10 Mile +2504,Brian C.,M,35,"Washington, DC",4953,5211,495,10 Mile +5580,Ken W.,M,43,"Potomac, MD",4953,5274,495,10 Mile +9089,Daniel M.,M,28,"Washington, DC",4953,5583,495,10 Mile +9710,Marcus C.,M,26,"Baltimore, MD",4953,5284,495,10 Mile +3177,Robert C.,M,51,"New York, NY",4953,5149,495,10 Mile +7039,Peter S.,M,24,"Washington, DC",4954,5469,495,10 Mile +23078,Kuang L.,M,37,"Fairfax, VA",4954,5451,495,10 Mile +3493,Edward C.,M,45,"Falls Church, VA",4954,5243,495,10 Mile +389,Ronnie W.,M,70,"Baltimore, MD",4954,4967,495,10 Mile +22958,Batch B.,M,41,"Jacksonville, FL",4954,5266,495,10 Mile +1844,Howard L.,M,58,"Lewisburg, WV",4955,4995,495,10 Mile +4317,Brad K.,M,44,"Leesburg, VA",4955,5947,495,10 Mile +2516,Mike C.,M,35,"Washington, DC",4955,5256,495,10 Mile +4488,Andrew B.,M,31,"Washington, DC",4955,5205,495,10 Mile +4638,Bhaven S.,M,28,"Philadelphia, PA",4956,5248,495,10 Mile +5102,Robert H.,M,32,"Pittsburgh, PA",4957,5248,495,10 Mile +5278,Tom W.,M,52,"Chevy Chase, MD",4957,5248,495,10 Mile +4602,Russell Z.,M,43,"Washington, DC",4957,5259,495,10 Mile +404,Daniel T.,M,73,"Arlington, VA",4959,4963,495,10 Mile +6609,Steve L.,M,33,"New York, NY",4960,5515,496,10 Mile +6950,William R.,M,63,"Bethesda, MD",4961,5262,496,10 Mile +3914,David L.,M,41,"Alexandria, VA",4962,5408,496,10 Mile +4830,Gregory Y.,M,43,"Silver Spring, MD",4962,5906,496,10 Mile +4979,Xiangwen L.,M,26,"Washington, DC",4962,5214,496,10 Mile +4447,Tread F.,M,51,"Northumberland, PA",4964,5703,496,10 Mile +3883,Doug I.,M,55,"Raynham, MA",4964,5233,496,10 Mile +21357,Jeff U.,M,36,"Arlington, VA",4964,5269,496,10 Mile +3735,Ted D.,M,50,"Alexandria, VA",4965,5156,496,10 Mile +8499,Thomas B.,M,48,"Burlington, VT",4965,5417,496,10 Mile +5587,Gordon G.,M,60,"Vienna, VA",4966,5159,496,10 Mile +6808,Ravi S.,M,41,"Silver Spring, MD",4966,5281,496,10 Mile +2543,Kevin C.,M,34,"Arlington, VA",4967,5165,496,10 Mile +4157,Tyrone C.,M,50,"Washington, DC",4967,5714,496,10 Mile +23008,Dick S.,M,60,"Vienna, VA",4967,5413,496,10 Mile +6671,Michael B.,M,31,"Chevy Chase, MD",4968,5710,496,10 Mile +3403,Perry E.,M,30,"Pittsburgh, PA",4968,5297,496,10 Mile +3728,Terrence B.,M,35,"Washington, DC",4968,5263,496,10 Mile +4703,Thomas W.,M,30,"Alexandria, VA",4968,5198,496,10 Mile +22429,Charles A.,M,46,"New York, NY",4968,5154,496,10 Mile +9905,Roger K.,M,29,"Silver Spring, MD",4970,5306,497,10 Mile +3094,Nicholas C.,M,30,"Washington, DC",4970,5197,497,10 Mile +1393,Kenyon E.,M,63,"Vienna, VA",4970,5217,497,10 Mile +3621,Paul M.,M,49,"311 Tschiffely Squarerd, MD",4970,5285,497,10 Mile +4996,Craig O.,M,21,"Washington D.c., DC",4971,5173,497,10 Mile +3870,Patrick T.,M,36,"Winchester, MA",4971,5267,497,10 Mile +8031,Kimon K.,M,42,"Washington, DC",4971,5825,497,10 Mile +1562,Patrick S.,M,46,"Woodbridge, VA",4972,5599,497,10 Mile +4562,Norman H.,M,39,"New York, NY",4974,5285,497,10 Mile +7188,Stephen T.,M,33,"Arlington, VA",4974,5413,497,10 Mile +7423,Matthew G.,M,40,"Alexandria, VA",4974,5477,497,10 Mile +2933,Oscar M.,M,52,"Annandale, VA",4974,5422,497,10 Mile +3504,Glenn L.,M,48,"Bluffton, SC",4975,5186,497,10 Mile +3947,Steven K.,M,33,"Falls Church, VA",4975,5242,497,10 Mile +2733,Kurt W.,M,36,"Jessup, MD",4975,5167,497,10 Mile +4710,Chris H.,M,32,"Elkridge, MD",4976,5756,497,10 Mile +2940,Rafael P.,M,42,"Bethesda, MD",4976,5216,497,10 Mile +4738,Scott H.,M,31,"Philadelphia, PA",4977,5345,497,10 Mile +3567,Barry C.,M,56,"Arlington, VA",4978,5275,497,10 Mile +3696,Jason K.,M,45,"Bolling AFB, DC",4978,5227,497,10 Mile +9159,Brandon S.,M,22,"Baltimore, MD",4978,5766,497,10 Mile +23075,Alexander A.,M,23,"Arlington, VA",4979,5302,497,10 Mile +22382,Matthew B.,M,18,"Brookeville, MD",4980,5232,498,10 Mile +5752,Alek S.,M,40,"Arlington, VA",4980,5273,498,10 Mile +6627,Matt W.,M,27,"Washington, DC",4980,5412,498,10 Mile +3802,Matt T.,M,41,"Arlington, VA",4980,5333,498,10 Mile +8071,Greg L.,M,31,"Arlington, VA",4980,5245,498,10 Mile +5262,Kang H.,M,36,"Alexandria, VA",4981,5802,498,10 Mile +4936,Randy V.,M,52,"Ashburn, VA",4981,5212,498,10 Mile +9265,Jeffrey P.,M,30,"Alexandria, VA",4982,5415,498,10 Mile +22255,Mike S.,M,47,"Springfield, VA",4982,5276,498,10 Mile +4286,Leland J.,M,32,"Washington, DC",4982,5185,498,10 Mile +1203,Ted B.,M,32,"Falls Church, VA",4982,5185,498,10 Mile +10006,Jeremy H.,M,44,"Chevy Chase, MD",4982,5756,498,10 Mile +5544,Baron K.,M,43,"Woodside, NY",4982,5272,498,10 Mile +5069,Jorge R.,M,37,"Vienna, VA",4983,5270,498,10 Mile +6452,Sam Y.,M,34,"New York, NY",4983,5347,498,10 Mile +4674,Paul L.,M,37,"Washington, DC",4984,5773,498,10 Mile +8676,David A.,M,45,"Silver Spring, MD",4984,5429,498,10 Mile +4590,Michael N.,M,44,"Washington, DC",4985,5220,498,10 Mile +5296,Brian E.,M,30,"Washington, DC",4985,5312,498,10 Mile +3680,Austin R.,M,27,"Fort Worth, TX",4985,5297,498,10 Mile +8538,Chihun H.,M,25,"Washington, DC",4986,5248,498,10 Mile +5719,Blake S.,M,34,"Washington, DC",4986,5285,498,10 Mile +3734,Martin J.,M,56,"Rockville, MD",4986,5174,498,10 Mile +22177,Samuel W.,M,23,"Washington, DC",4987,6445,498,10 Mile +6161,Jiheng H.,M,24,"New York, NY",4987,5208,498,10 Mile +15041,Joshua B.,M,24,"Gladwyne, PA",4987,6088,498,10 Mile +7114,John H.,M,45,"Newport News, VA",4987,5481,498,10 Mile +6813,Joshua C.,M,30,"Arlington, VA",4988,5523,498,10 Mile +4500,Jacob L.,M,31,"Hyattsville, MD",4989,5316,498,10 Mile +7064,David C.,M,34,"Rockville, MD",4989,5324,498,10 Mile +4719,Prasad G.,M,42,"North Potomac, MD",4989,5459,498,10 Mile +22003,Gregory S.,M,30,"Washington, DC",4989,5516,498,10 Mile +6712,Daniel K.,M,31,"New York, NY",4990,5546,499,10 Mile +4146,Jim C.,M,35,"Washington, DC",4990,5178,499,10 Mile +5747,Barrett L.,M,29,"Washington, DC",4991,5304,499,10 Mile +5125,Charles B.,M,41,"Gaithersburg, MD",4991,5506,499,10 Mile +4997,Todd H.,M,31,"Washington, DC",4991,5945,499,10 Mile +21829,Ryan B.,M,28,"Washington, DC",4991,5277,499,10 Mile +6831,Matthew S.,M,35,"Arlington, VA",4991,5428,499,10 Mile +6381,Christopher E.,M,46,"New Market, MD",4991,5586,499,10 Mile +2673,John B.,M,23,"Fort Collins, CO",4992,5277,499,10 Mile +5556,James L.,M,35,"Centreville, VA",4992,5809,499,10 Mile +2666,Tom M.,M,39,"Fairfax City, VA",4992,5304,499,10 Mile +12339,Dhananjaya A.,M,48,"Clarksburg, MD",4992,5742,499,10 Mile +5221,Timothy C.,M,52,"Edina, MN",4993,5323,499,10 Mile +3861,Greg W.,M,40,"Silver Spring, MD",4993,5260,499,10 Mile +2046,Sean T.,M,26,"Washington, DC",4993,5480,499,10 Mile +5896,Paul W.,M,49,"Washington, DC",4994,5213,499,10 Mile +15229,Christopher K.,M,27,"Arlington, VA",4994,5591,499,10 Mile +6012,Marc S.,M,45,"Takoma Park, MD",4994,5443,499,10 Mile +21855,Neil M.,M,33,"Washington, DC",4995,5814,499,10 Mile +4892,Paul B.,M,48,"Frederick, MD",4995,5339,499,10 Mile +7536,William J.,M,58,"Herndon, VA",4995,5226,499,10 Mile +6401,Raymond B.,M,58,"Montgomery Village, MD",4995,5469,499,10 Mile +6599,Justin R.,M,29,"Winchester, VA",4996,5358,499,10 Mile +4233,Dennis P.,M,54,"Highland, MI",4996,5337,499,10 Mile +7515,Chris G.,M,26,"New York, NY",4997,5497,499,10 Mile +6217,Derrick G.,M,44,"Springfield, VA",4997,6119,499,10 Mile +7252,Jeff H.,M,50,"Palm Bay, FL",4997,5514,499,10 Mile +6673,Chris C.,M,35,"New York, NY",4997,5293,499,10 Mile +5569,Nabin S.,M,39,"Silver Sprint, MD",4998,6272,499,10 Mile +21816,Erik K.,M,26,"Washington, DC",4998,5275,499,10 Mile +9317,John E.,M,35,"Cherry Hill, NJ",4999,5547,499,10 Mile +15733,Jose V.,M,33,"Washington, DC",4999,5277,499,10 Mile +5401,Mike D.,M,31,"Alexandria, VA",5000,5247,500,10 Mile +3517,Matthew C.,M,27,"Washington D.c., DC",5000,5236,500,10 Mile +3419,Frank T.,M,32,"Alexandria, VA",5000,5315,500,10 Mile +4483,Matthew M.,M,37,"Washington, DC",5001,5339,500,10 Mile +6979,Tom M.,M,43,"Chevy Chase, MD",5001,5516,500,10 Mile +4628,Ranjan B.,M,33,"Mclean, VA",5001,5829,500,10 Mile +10263,Ck N.,M,40,"Springfield, VA",5001,5477,500,10 Mile +8359,Graham J.,M,31,"San Francisco, CA",5002,5527,500,10 Mile +4338,Jay H.,M,51,"Alexandria, VA",5002,5437,500,10 Mile +6514,Brendan M.,M,52,"Media, PA",5003,5519,500,10 Mile +3218,Demetris C.,M,46,"Manassas, VA",5004,6069,500,10 Mile +5131,Martin S.,M,34,"Rockville, MD",5004,5920,500,10 Mile +2602,Justin G.,M,37,"Arlington, VA",5004,5339,500,10 Mile +4380,William P.,M,17,"Huntingtown, MD",5005,5257,500,10 Mile +4879,John O.,M,27,"Baltimore, MD",5005,5330,500,10 Mile +8498,Quang T.,M,42,"Fairfax, VA",5005,5307,500,10 Mile +21798,Mike L.,M,35,"Washington, DC",5007,5785,500,10 Mile +21165,Shane D.,M,34,"Washington, DC",5008,6461,500,10 Mile +6073,Walter B.,M,29,"Pittsburgh, PA",5008,5297,500,10 Mile +2655,Richard A.,M,66,"Washington, DC",5008,5270,500,10 Mile +4005,Kevin B.,M,58,"Groton, MA",5008,5295,500,10 Mile +1201,David H.,M,37,"Vienna, VA",5008,5044,500,10 Mile +5419,Chris S.,M,53,"Falls Church, VA",5008,5335,500,10 Mile +8321,Fred H.,M,54,"Arlington, VA",5008,5577,500,10 Mile +6065,Marcus L.,M,32,"Bethesda, MD",5008,5237,500,10 Mile +5272,Bret S.,M,57,"Fredericksburg, VA",5009,5369,500,10 Mile +6297,Justin C.,M,27,"Arlington, VA",5010,5764,501,10 Mile +2152,Kevin W.,M,52,"Mclean, VA",5011,5270,501,10 Mile +9775,Shahin B.,M,28,"Leesburg, VA",5011,6055,501,10 Mile +22439,Luke W.,M,35,"Arlington, VA",5011,5309,501,10 Mile +10140,Rick K.,M,58,"Lansdale, PA",5012,5549,501,10 Mile +5771,David R.,M,64,"Alexandria, VA",5013,5276,501,10 Mile +4925,Ian M.,M,24,"Arlington, VA",5013,5620,501,10 Mile +22451,Clay S.,M,27,"New York, NY",5013,5944,501,10 Mile +6473,Daniel L.,M,46,"Alexandria, VA",5013,5270,501,10 Mile +7429,Matthew B.,M,32,"Washington, DC",5014,5524,501,10 Mile +5549,Adam H.,M,30,"Chesapeake, VA",5014,5202,501,10 Mile +4485,Dharshan G.,M,32,"New York, NY",5014,5204,501,10 Mile +536,Brendan C.,M,36,"Arlington, VA",5015,5286,501,10 Mile +15362,Jeffrey H.,M,30,"Alexandria, VA",5015,5345,501,10 Mile +9157,Yonatan R.,M,40,"Rockville, MD",5016,5628,501,10 Mile +3764,Jeff S.,M,35,"Washington, DC",5016,5349,501,10 Mile +8705,David S.,M,37,"Washington, DC",5017,5506,501,10 Mile +5994,Peter O.,M,30,"Washington, DC",5018,5309,501,10 Mile +21844,Brandon B.,M,36,"Silver Spring, MD",5018,5330,501,10 Mile +9865,Guru K.,M,40,"Chantilly, VA",5020,5381,502,10 Mile +9607,Daniel C.,M,26,"Washington, DC",5020,6119,502,10 Mile +6515,Shi C.,M,29,"Fairfax, VA",5021,5836,502,10 Mile +5474,Todd B.,M,38,"Warrenton, VA",5021,5384,502,10 Mile +3962,Joe G.,M,51,"Grand Rapids, MI",5021,5328,502,10 Mile +17105,Paul A.,M,43,"Apex, NC",5021,5857,502,10 Mile +22262,Kiran S.,M,32,"Westlake, OH",5021,5518,502,10 Mile +18665,Michael N.,M,36,"New York, NY",5021,5928,502,10 Mile +2079,Jose M.,M,42,"Gaithersburg, MD",5022,5079,502,10 Mile +2539,Jonathan Z.,M,27,"Washington, DC",5022,5370,502,10 Mile +4123,Kyle S.,M,24,"Washington, DC",5022,5309,502,10 Mile +23155,Christopher W.,M,50,"Silver Spring, MD",5022,5310,502,10 Mile +1451,Kevin T.,M,57,"Columbia, MD",5023,5065,502,10 Mile +2983,Steve D.,M,49,"Mclean, VA",5023,5244,502,10 Mile +2960,Brad S.,M,46,"Stone Mountain, GA",5024,5304,502,10 Mile +6440,Kevin B.,M,41,"Washington, DC",5024,5653,502,10 Mile +4285,Michael F.,M,54,"Arlington, VA",5024,5036,502,10 Mile +2869,Aarash H.,M,33,"Washington, DC",5025,5825,502,10 Mile +7364,Hunter M.,M,34,"Washington, DC",5025,5597,502,10 Mile +1769,Paul Y.,M,43,"Arlington, VA",5025,5579,502,10 Mile +5244,Conor M.,M,25,"Washington, DC",5026,5326,502,10 Mile +6758,Daniel W.,M,46,"Takoma Park, MD",5027,5582,502,10 Mile +18917,Kyle W.,M,29,"Washington, DC",5027,6439,502,10 Mile +3243,Matt O.,M,55,"Kensington, MD",5029,5313,502,10 Mile +4479,Byron K.,M,32,"Arlington, VA",5029,5854,502,10 Mile +21874,Trevor T.,M,26,"Washington, DC",5029,5463,502,10 Mile +4653,John B.,M,48,"Bethesda, MD",5030,5238,503,10 Mile +5707,Derek L.,M,28,"Hyattsville, MD",5031,5350,503,10 Mile +2657,Dave B.,M,53,"Winchester, VA",5032,5277,503,10 Mile +7635,Irwin M.,M,50,"Ellicott City, MD",5032,5477,503,10 Mile +1024,Andres R.,M,45,"Arlington, VA",5032,6020,503,10 Mile +3613,Robert C.,M,63,"Montgomery Village, MD",5033,5221,503,10 Mile +2717,Dominic A.,M,34,"New York, NY",5033,5249,503,10 Mile +6451,Jonathan B.,M,25,"Ashburn, VA",5033,5246,503,10 Mile +6302,Ray P.,M,30,"New York, NY",5033,5589,503,10 Mile +14193,Jeff L.,M,49,"Phila, PA",5034,5215,503,10 Mile +6981,Sean S.,M,28,"Washington, DC",5034,5630,503,10 Mile +6384,Nicholas P.,M,28,"Washington, DC",5035,5970,503,10 Mile +5787,Ernesto Q.,M,38,"Rockville, MD",5035,5775,503,10 Mile +3369,Victor H.,M,44,"New York, NY",5036,5282,503,10 Mile +6135,Stephen L.,M,26,"Washington, DC",5037,5386,503,10 Mile +2837,Darshan R.,M,33,"New York, NY",5037,5778,503,10 Mile +5979,Armin P.,M,41,"Washington, DC",5038,5228,503,10 Mile +7810,Mike L.,M,26,"Collegeville, PA",5038,5323,503,10 Mile +21948,Joseph B.,M,35,"Washington, DC",5039,5479,503,10 Mile +4626,Steve S.,M,28,"Glenshaw, PA",5039,6223,503,10 Mile +6017,Sean K.,M,43,"Vienna, VA",5040,5247,504,10 Mile +22529,Joseph D.,M,37,"Bowie, MD",5040,5475,504,10 Mile +3438,Brent I.,M,40,"Stafford, VA",5041,5235,504,10 Mile +7160,Ryan W.,M,44,"Washington, DC",5041,5519,504,10 Mile +2150,William H.,M,52,"Milford, MI",5041,5339,504,10 Mile +6084,Zack V.,M,24,"Washington, DC",5041,5272,504,10 Mile +5947,Michael M.,M,25,"Falls Church, VA",5042,5340,504,10 Mile +2345,Nicholas B.,M,36,"Ashburn, VA",5042,5601,504,10 Mile +4701,Gregory H.,M,39,"Germantown, MD",5043,5332,504,10 Mile +2945,Robert C.,M,45,"Highlands Ranch, CO",5043,5308,504,10 Mile +5312,Dan K.,M,32,"Aldie, VA",5044,5354,504,10 Mile +4955,Gartrell W.,M,37,"Alexandria, VA",5045,5341,504,10 Mile +9071,Wes B.,M,32,"Washington, DC",5045,5646,504,10 Mile +4184,Barry M.,M,35,"Gaithersburg, MD",5045,5326,504,10 Mile +22170,Scott O.,M,29,"Washington, DC",5045,6451,504,10 Mile +19926,Stephen M.,M,36,"Alexandria, VA",5046,6567,504,10 Mile +4536,John P.,M,26,"New York, NY",5046,5332,504,10 Mile +22403,Gregg K.,M,40,"Baltimore, MD",5046,5239,504,10 Mile +2060,Jeff M.,M,41,"Fredericksburg, VA",5046,5321,504,10 Mile +5003,Andrew H.,M,33,"Swanton, OH",5047,5304,504,10 Mile +6682,Robert H.,M,59,"Washington, DC",5047,5476,504,10 Mile +1619,Scott P.,M,34,"Silver Spring, MD",5048,6566,504,10 Mile +4238,Robert D.,M,40,"New York, NY",5049,5338,504,10 Mile +5895,Robert B.,M,52,"Manassas, VA",5049,5517,504,10 Mile +2737,Tom K.,M,53,"Silver Spring, MD",5050,5331,505,10 Mile +4834,David H.,M,38,"Alexandria, VA",5050,5381,505,10 Mile +20461,Neil J.,M,35,"Washington, DC",5050,5525,505,10 Mile +5005,John C.,M,45,"Alexandria, VA",5050,5302,505,10 Mile +6997,Andrew B.,M,35,"Ashburn, VA",5051,5537,505,10 Mile +1063,Eddie B.,M,45,"Oreland, PA",5051,5250,505,10 Mile +7351,Michael M.,M,34,"Alexandria, VA",5051,5616,505,10 Mile +6895,Juan L.,M,29,"Providence, RI",5051,5583,505,10 Mile +23176,Brian B.,M,51,"Mechanicsville, VA",5052,6122,505,10 Mile +6809,Nathan M.,M,55,"South Windsor, CT",5052,5496,505,10 Mile +2450,George A.,M,53,"Arlington, VA",5052,5342,505,10 Mile +22590,Hugh B.,M,48,"Baltimore, MD",5052,5679,505,10 Mile +21305,Kip J.,M,51,"Merrimack, NH",5053,5568,505,10 Mile +5571,Erich S.,M,32,"Washington, DC",5053,5312,505,10 Mile +5202,Charles K.,M,46,"Washington, DC",5054,5483,505,10 Mile +5010,Rohit T.,M,41,"Germantown, MD",5054,5400,505,10 Mile +14105,Joseph G.,M,28,"Alexandria, VA",5055,5911,505,10 Mile +1333,Tanner D.,M,22,"Washington, DC",5055,5081,505,10 Mile +2633,Meng S.,M,35,"Potomac, MD",5055,5340,505,10 Mile +4732,Davif H.,M,48,"Fair Haven, NJ",5056,5350,505,10 Mile +6882,Christopher H.,M,43,"Washington, DC",5056,5539,505,10 Mile +3985,Rodney W.,M,38,"Columbus, OH",5057,5554,505,10 Mile +4709,Mathew W.,M,42,"Alexandria, VA",5058,5972,505,10 Mile +5802,Todd G.,M,37,"Washington, DC",5060,5379,506,10 Mile +18030,Matt F.,M,42,"Washington, DC",5060,5378,506,10 Mile +523,Jordan C.,M,29,"Washington, DC",5061,5246,506,10 Mile +5321,David J.,M,36,"New York, NY",5061,5276,506,10 Mile +2640,Michael H.,M,33,"Springfield, VA",5063,5270,506,10 Mile +5964,Dale H.,M,56,"Great Falls, VA",5063,5314,506,10 Mile +22459,Naim M.,M,40,"Columbia, MD",5064,5336,506,10 Mile +7133,Nicholas G.,M,32,"Washington, DC",5065,5585,506,10 Mile +9311,Alexander C.,M,26,"Arlington, VA",5065,5915,506,10 Mile +11835,Billy V.,M,29,"Washington, DC",5066,5832,506,10 Mile +3781,Drew S.,M,28,"Washington, DC",5066,5656,506,10 Mile +21104,Adam Q.,M,55,"Old Greenwich, CT",5067,6472,506,10 Mile +8387,Wayne S.,M,44,"Ellenville, NY",5067,5548,506,10 Mile +8981,Bill D.,M,28,"Washington, DC",5068,5917,506,10 Mile +20790,Neel K.,M,33,"Washington, DC",5069,6548,506,10 Mile +5172,Wei C.,M,52,"Gaithersburg, MD",5069,5377,506,10 Mile +4943,Kevin A.,M,28,"Washington, DC",5070,6287,507,10 Mile +22712,Timothy B.,M,51,"Oxonhill, MD",5070,5891,507,10 Mile +4491,Benjamin V.,M,55,"Fort Belvoir, VA",5070,5274,507,10 Mile +5310,Matt K.,M,32,"Washington, DC",5070,5343,507,10 Mile +1186,Chris H.,M,26,"Philadelphia, PA",5072,5117,507,10 Mile +5411,Eric H.,M,60,"Pittsburgh, PA",5072,5578,507,10 Mile +10769,Bryan M.,M,35,"Dallas, TX",5073,5918,507,10 Mile +1976,Joshua B.,M,27,"Washington, DC",5073,5122,507,10 Mile +4382,Mark B.,M,50,"Highland, MI",5074,5414,507,10 Mile +22442,Daniel H.,M,34,"Chantilly, VA",5074,5291,507,10 Mile +8122,Daniel P.,M,30,"Washington, DC",5074,5397,507,10 Mile +2973,Christian G.,M,50,"Springfield, VA",5074,5312,507,10 Mile +3383,Norman R.,M,47,"Arlington, VA",5074,5411,507,10 Mile +5942,Brian T.,M,36,"Washington, DC",5074,5350,507,10 Mile +7737,James M.,M,39,"Laurel, MD",5075,5338,507,10 Mile +4333,Todd A.,M,26,"Herndon, VA",5075,5378,507,10 Mile +3852,Derrick C.,M,51,"Silver Spring, MD",5075,5267,507,10 Mile +6326,Jim M.,M,47,"Washington, DC",5076,5542,507,10 Mile +5199,Michael C.,M,68,"Oakton, VA",5076,5334,507,10 Mile +5800,Will P.,M,39,"Alexandria, VA",5077,5379,507,10 Mile +9788,Anthony M.,M,25,"Springfield, VA",5077,5655,507,10 Mile +6184,Bryan E.,M,35,"Washington, DC",5077,5342,507,10 Mile +3712,Mathieu A.,M,28,"New York, NY",5078,5604,507,10 Mile +4226,Ismet G.,M,44,"Gaithersburg, MD",5078,5896,507,10 Mile +5822,Charles C.,M,41,"Washington, DC",5079,5346,507,10 Mile +5938,Alan B.,M,24,"Washington, DC",5079,6336,507,10 Mile +1881,Edward M.,M,24,"Gaithersburg, MD",5079,5379,507,10 Mile +8654,James L.,M,25,"Philadelphia, PA",5079,5570,507,10 Mile +4615,Jaime G.,M,42,"Annapolis, MD",5080,5395,508,10 Mile +7416,Kevin H.,M,34,"Washington, DC",5080,5892,508,10 Mile +3592,John L.,M,31,"Washington, DC",5080,6189,508,10 Mile +4499,Chris C.,M,51,"Washington, DC",5080,5338,508,10 Mile +4452,Andrew K.,M,29,"Arlington, VA",5080,5326,508,10 Mile +3373,Marc S.,M,41,"Alexandria, VA",5081,5365,508,10 Mile +2509,Christopher D.,M,28,"Toronto, ON",5081,5389,508,10 Mile +6924,Todd P.,M,54,"Washington, DC",5082,5425,508,10 Mile +3158,Christopher L.,M,57,"Washington, DC",5082,5328,508,10 Mile +5073,Brad S.,M,48,"Gaithersburg, MD",5083,5406,508,10 Mile +8891,Nils J.,M,54,"Alexandria, VA",5083,5536,508,10 Mile +6789,Joseph B.,M,28,"Washington, DC",5083,5654,508,10 Mile +6022,Scott K.,M,41,"Los Angeles, CA",5083,5375,508,10 Mile +4607,John H.,M,36,"Springfield, VA",5083,5441,508,10 Mile +9364,Gary M.,M,54,"Bethesda, MD",5083,5523,508,10 Mile +8049,Jack S.,M,27,"Alexandria, VA",5084,5401,508,10 Mile +4140,Douglas L.,M,46,"Rockville, MD",5085,5121,508,10 Mile +4453,Tim B.,M,56,"Cranberry Township, PA",5085,5290,508,10 Mile +1687,William L.,M,36,"Alexandria, VA",5086,5127,508,10 Mile +22495,Jason R.,M,43,"Fairfax, VA",5086,5302,508,10 Mile +5132,Jordan C.,M,35,"New York, NY",5086,5364,508,10 Mile +4200,Frank H.,M,58,"Alexandria, VA",5087,5357,508,10 Mile +5910,Matthew W.,M,31,"North Chesterfield, VA",5087,5322,508,10 Mile +12616,Mac J.,M,33,"Alexandria, VA",5087,5624,508,10 Mile +382,Barry B.,M,69,"Greensburg, PA",5087,5116,508,10 Mile +12397,Nick T.,M,43,"Arlington, VA",5088,5618,508,10 Mile +4149,Caleb B.,M,34,"Grand Rapids, MI",5088,5116,508,10 Mile +23091,Chris B.,M,40,"Sterling, VA",5088,5637,508,10 Mile +6619,Randall A.,M,54,"Oak Hill, VA",5089,5886,508,10 Mile +15610,Caleb W.,M,23,"Atlanta, GA",5089,5978,508,10 Mile +4102,Robert M.,M,33,"Cincinnati, OH",5089,5389,508,10 Mile +2651,Evan C.,M,30,"New York, NY",5089,5385,508,10 Mile +8155,Andrew S.,M,34,"Alexandria, VA",5089,5544,508,10 Mile +3227,Nicholas B.,M,24,"Washington, DC",5090,5433,509,10 Mile +5326,Mario S.,M,42,"Bowie, MD",5090,5306,509,10 Mile +6077,Andrew P.,M,54,"Annapolis, MD",5090,5294,509,10 Mile +7258,Ben R.,M,25,"Silver Spring, MD",5090,5675,509,10 Mile +11523,Mark N.,M,43,"Dumfries, VA",5090,5538,509,10 Mile +2804,Nicholas C.,M,32,"Arlington, VA",5091,5954,509,10 Mile +4799,Hagen G.,M,35,"Washington, DC",5091,5429,509,10 Mile +7511,Neville B.,M,24,"Washington, DC",5092,5570,509,10 Mile +5908,Prior L.,M,36,"Reston, VA",5093,5388,509,10 Mile +901,David J.,M,51,"Culpeper, VT",5093,5933,509,10 Mile +8074,Michael M.,M,30,"Alexandria, VA",5093,5532,509,10 Mile +15203,Nathan H.,M,33,"Washington, DC",5094,6074,509,10 Mile +5793,Allan A.,M,61,"Crofton, MD",5095,5400,509,10 Mile +10430,Jason L.,M,35,"Harrisburg, PA",5095,5933,509,10 Mile +6174,Mark M.,M,39,"Fairfax, VA",5095,5373,509,10 Mile +8252,Noah I.,M,35,"Arlington, VA",5095,5714,509,10 Mile +10149,Michael G.,M,40,"Alexandria, VA",5096,5564,509,10 Mile +6511,Brian B.,M,42,"Laurel, MD",5096,5729,509,10 Mile +6978,Byron B.,M,46,"Washington, DC",5097,5286,509,10 Mile +6016,Patrick H.,M,34,"Washington, DC",5097,5390,509,10 Mile +13998,Mauricio H.,M,39,"Washington, DC",5097,6049,509,10 Mile +10864,Tyce W.,M,30,"Washington, DC",5098,5894,509,10 Mile +6700,Charles H.,M,35,"Washington, DC",5098,5656,509,10 Mile +9414,Michael C.,M,32,"Baltimore, MD",5099,5551,509,10 Mile +8331,Boris F.,M,45,"Silver Spring, MD",5099,5360,509,10 Mile +3731,Matt L.,M,37,"Washington, DC",5099,5866,509,10 Mile +9171,Jeffrey O.,M,31,"Oakland, CA",5100,5723,510,10 Mile +10632,Peter N.,M,54,"Arnold, MD",5101,5306,510,10 Mile +1602,James F.,M,27,"Columbia, MD",5101,5577,510,10 Mile +3834,Oleg V.,M,21,"Frankfort, NY",5101,5449,510,10 Mile +7836,Michael G.,M,25,"Washington, DC",5101,5684,510,10 Mile +6963,Jesko H.,M,43,"Crofton, MD",5102,5594,510,10 Mile +2771,Andrew I.,M,29,"Bethesda, MD",5102,5356,510,10 Mile +3131,Chris F.,M,51,"Prince Frederick, MD",5102,5439,510,10 Mile +5627,David R.,M,26,"Arlington, VA",5103,5898,510,10 Mile +4956,Matthew K.,M,63,"Bethesda, MD",5103,5393,510,10 Mile +9339,Rob G.,M,30,"New York, NY",5103,5692,510,10 Mile +6935,Michael K.,M,35,"Boyds, MD",5103,5872,510,10 Mile +6860,Felix R.,M,36,"Bronx, NY",5103,5891,510,10 Mile +10397,Weston B.,M,37,"Washington, DC",5104,5948,510,10 Mile +22490,Liam D.,M,41,"Washington, DC",5105,5315,510,10 Mile +3099,Aaron F.,M,36,"Washington, DC",5106,5379,510,10 Mile +6850,Craig L.,M,36,"Silver Spring, MD",5106,5658,510,10 Mile +9698,Dale K.,M,30,"Reston, VA",5106,5567,510,10 Mile +21897,Eric K.,M,26,"Washington, DC",5107,5715,510,10 Mile +19403,Jin W.,M,29,"Washington, DC",5107,5370,510,10 Mile +7442,Diego R.,M,37,"Arlington, VA",5108,5543,510,10 Mile +4625,Michael M.,M,32,"Hoboken, NJ",5108,5442,510,10 Mile +7247,Robin G.,M,44,"Brooklyn, NY",5108,5576,510,10 Mile +7057,Michael L.,M,28,"Alexandria, VA",5108,5656,510,10 Mile +9772,Logan D.,M,25,"Washington, DC",5108,5463,510,10 Mile +21817,Joe D.,M,39,"Washington, DC",5109,5334,510,10 Mile +9408,Stephen W.,M,34,"Washington, DC",5110,5570,511,10 Mile +10496,Theerayut W.,M,43,"Fairfax, VA",5111,5465,511,10 Mile +5193,Robert C.,M,41,"Washington, DC",5111,5372,511,10 Mile +5061,Mike D.,M,28,"Alexandria, VA",5111,5425,511,10 Mile +8541,Antony D.,M,49,"Jefferson Township, PA",5112,5547,511,10 Mile +7162,Stephen H.,M,30,"Alexandria, VA",5113,5620,511,10 Mile +22264,Mark L.,M,51,"Falls Church City, VA",5113,5395,511,10 Mile +5212,Brian O.,M,38,"Bethesda, MD",5113,5460,511,10 Mile +5452,Timothy K.,M,42,"West Chester, PA",5113,5403,511,10 Mile +4526,Gregory K.,M,54,"Washington, DC",5113,5438,511,10 Mile +5108,Jeffrey K.,M,54,"Washington, DC",5114,5417,511,10 Mile +17175,Andrew B.,M,25,"Alexandria, VA",5114,5656,511,10 Mile +4299,Jared G.,M,31,"Washington, DC",5114,6008,511,10 Mile +3070,James F.,M,62,"N. Potomac, MD",5115,5303,511,10 Mile +7549,Adam B.,M,55,"Alexandria, VA",5115,5578,511,10 Mile +4513,Paul M.,M,38,"Herndon, VA",5115,5451,511,10 Mile +6274,Matt D.,M,34,"New Hope, MN",5115,5612,511,10 Mile +4868,Frank M.,M,55,"Arlington, VA",5115,5319,511,10 Mile +3268,Shawn S.,M,44,"Washington, DC",5115,5435,511,10 Mile +3732,Craig L.,M,58,"College Park, MD",5116,5457,511,10 Mile +7510,Evan H.,M,23,"Bowie, MD",5117,6252,511,10 Mile +6216,Chris H.,M,55,"Pittsburgh, PA",5117,5625,511,10 Mile +21791,Brendan D.,M,26,"Washington, DC",5118,5712,511,10 Mile +4037,Mark M.,M,35,"Washington, DC",5118,5475,511,10 Mile +2822,Michael M.,M,33,"Silver Spring, MD",5118,5475,511,10 Mile +2691,Alexis S.,M,35,"Bethesda, MD",5118,5377,511,10 Mile +3187,Brian H.,M,38,"Jersey City, NJ",5118,5986,511,10 Mile +2533,Thomas N.,M,34,"Bethesda, MD",5119,5377,511,10 Mile +5340,Andrew C.,M,37,"Washington, DC",5119,5326,511,10 Mile +4857,Thomas D.,M,22,"Washington, DC",5119,5480,511,10 Mile +4402,Adam S.,M,34,"Washington, DC",5120,5324,512,10 Mile +7604,Brian D.,M,35,"Springfield, VA",5120,5567,512,10 Mile +7520,Jeff S.,M,56,"Rockville, MD",5121,5598,512,10 Mile +2335,Kevin R.,M,28,"Washington, DC",5121,5387,512,10 Mile +13671,Jeffrey C.,M,36,"Washington, DC",5121,5756,512,10 Mile +9778,Timothy M.,M,30,"Silver Spring, MD",5122,5746,512,10 Mile +7289,Joseph D.,M,46,"Arlington, VA",5122,5555,512,10 Mile +3193,Sam P.,M,23,"Washington, DC",5122,5866,512,10 Mile +5266,Patrick F.,M,37,"Rockville, MD",5122,5359,512,10 Mile +6658,William F.,M,32,"Washington, DC",5123,5725,512,10 Mile +3927,Sam S.,M,52,"Rockville, MD",5123,5332,512,10 Mile +5814,Gary N.,M,52,"Alexandria, VA",5124,5363,512,10 Mile +3576,Ned J.,M,46,"Washington, DC",5126,5354,512,10 Mile +10670,Joshua A.,M,24,"Waxhaw, NC",5126,5939,512,10 Mile +8865,Tyson K.,M,42,"Arlington, VA",5126,5603,512,10 Mile +2736,Michael L.,M,38,"Arlington, VA",5126,5373,512,10 Mile +6367,Bruce W.,M,55,"Washington, DC",5126,5592,512,10 Mile +22492,John S.,M,55,"Bethesda, MD",5127,5346,512,10 Mile +3786,Craig K.,M,54,"Landenberg, PA",5127,5371,512,10 Mile +5597,Scott G.,M,37,"Washington, DC",5128,5410,512,10 Mile +5418,Michael H.,M,39,"Washington, DC",5128,5475,512,10 Mile +6845,Michael P.,M,38,"Mount Vernon, NY",5128,6384,512,10 Mile +6201,Eddie C.,M,48,"Fairfax, VA",5128,5649,512,10 Mile +1409,Jeremy K.,M,34,"Jacksonville, FL",5128,5182,512,10 Mile +9494,Fabian J.,M,35,"Brooklyn, NY",5128,5930,512,10 Mile +5668,Paul D.,M,52,"Chevy Chase, MD",5129,5659,512,10 Mile +6672,Frank N.,M,47,"Quincy, MA",5129,5558,512,10 Mile +3114,James G.,M,35,"Baltimore, MD",5129,5452,512,10 Mile +1546,Christopher C.,M,31,"Arlington, VA",5129,5361,512,10 Mile +9069,Ryan D.,M,35,"Washington, DC",5130,5573,513,10 Mile +2952,Emmet D.,M,59,"Catonsville, MD",5130,5379,513,10 Mile +21956,Mike H.,M,36,"Alexandria, VA",5130,5585,513,10 Mile +5216,Kevin S.,M,36,"Arlington, VA",5130,5345,513,10 Mile +6842,Jeremy A.,M,50,"Washington Dc, WA",5131,5614,513,10 Mile +6638,Phillip B.,M,47,"Arlington, VA",5131,5602,513,10 Mile +4272,Daniel K.,M,46,"Washington, DC",5131,5448,513,10 Mile +589,Andrew G.,M,57,"Washington, DC",5132,5603,513,10 Mile +5954,William H.,M,45,"Arlington, VA",5132,5401,513,10 Mile +2755,Patrick P.,M,49,"North Potomac, MD",5132,5351,513,10 Mile +5307,Andres V.,M,37,"Washington, DC",5132,5425,513,10 Mile +11593,Lee T.,M,33,"Germantown, MD",5133,6360,513,10 Mile +5934,Jay S.,M,27,"Washington, DC",5133,5426,513,10 Mile +7092,Leonard J.,M,42,"Washington, DC",5133,5999,513,10 Mile +14907,Joseph W.,M,41,"La Plata, MD",5134,6027,513,10 Mile +4131,John S.,M,54,"Baltimore, MD",5135,5338,513,10 Mile +5002,Benjamin M.,M,41,"North Potomac, MD",5135,5461,513,10 Mile +21699,Andrei R.,M,23,"Bethesda, MD",5135,5408,513,10 Mile +20197,Sam D.,M,38,"Washington, DC",5136,5446,513,10 Mile +4610,John L.,M,46,"Arlington, VA",5136,5417,513,10 Mile +5873,Jimmy M.,M,34,"Atlanta, GA",5136,5484,513,10 Mile +4278,Claudio D.,M,32,"Malden, MA",5136,5471,513,10 Mile +8149,Rodney L.,M,51,"Alexandria, VA",5137,5898,513,10 Mile +2314,Arlyce P.,M,41,"Washington, DC",5137,5352,513,10 Mile +6598,Joseph R.,M,36,"North Bethesda, MD",5138,5757,513,10 Mile +7388,Matthew A.,M,38,"Chantilly, VA",5139,5578,513,10 Mile +10848,Jonathan B.,M,42,"Great Falls, VA",5139,5888,513,10 Mile +1700,Christopher L.,M,50,"Rockville, MD",5141,5151,514,10 Mile +21056,Sean C.,M,22,"Sioux Falls, SD",5141,6569,514,10 Mile +3717,William B.,M,51,"Ft Belvoir, VA",5142,5372,514,10 Mile +765,Leroy H.,M,26,"Potomac, MD",5143,5424,514,10 Mile +9814,Daniel S.,M,25,"Arlington, VA",5143,5601,514,10 Mile +22478,Kyle C.,M,30,"Hilliard, OH",5143,6595,514,10 Mile +4188,Ryan C.,M,32,"Bethesda, MD",5143,5504,514,10 Mile +5116,Emmett B.,M,49,"Houston, TX",5144,5464,514,10 Mile +8530,Adam C.,M,53,"Washington, DC",5145,5627,514,10 Mile +5688,David M.,M,44,"Richmond, VA",5145,5496,514,10 Mile +21928,Daniel S.,M,25,"Arlington, VA",5145,5751,514,10 Mile +2309,Matthew O.,M,33,"Norfolk, VA",5145,5347,514,10 Mile +2565,Patrick W.,M,31,"Arlington, VA",5145,5347,514,10 Mile +3753,Graham M.,M,36,"Washington, DC",5145,5409,514,10 Mile +21837,Yvesner Z.,M,33,"Washington, DC",5145,5357,514,10 Mile +6790,James C.,M,31,"Washington, DC",5146,5690,514,10 Mile +2259,Joao M.,M,37,"Washington, DC",5146,5926,514,10 Mile +21417,Max O.,M,21,"Washington, DC",5146,6611,514,10 Mile +9165,Dwayne T.,M,54,"Baldwin, NY",5146,5628,514,10 Mile +7720,David S.,M,27,"Washington, DC",5149,5631,514,10 Mile +6295,Sandeep N.,M,29,"Washington, DC",5149,5490,514,10 Mile +3710,Kurt K.,M,44,"Haymarket, VA",5149,5424,514,10 Mile +6823,Chetan P.,M,33,"Brooklyn, NY",5149,5759,514,10 Mile +10041,David S.,M,54,"Crofton, MD",5149,5652,514,10 Mile +4187,Brandon A.,M,36,"Arlington, VA",5150,5339,515,10 Mile +5485,John H.,M,53,"Orchard Park, NY",5150,5422,515,10 Mile +2949,Matthew R.,M,27,"Washington, DC",5150,6069,515,10 Mile +7217,James C.,M,26,"Washington, DC",5151,5630,515,10 Mile +5674,Michael S.,M,37,"Woodbridge, VA",5151,5739,515,10 Mile +4984,Bob H.,M,57,"Orchard Park, NY",5151,5423,515,10 Mile +2635,Dustin G.,M,41,"Falls Church, VA",5151,5339,515,10 Mile +12191,Harold D.,M,36,"New Orleans, LA",5151,5650,515,10 Mile +5583,George G.,M,33,"Washington, DC",5153,5421,515,10 Mile +6582,Jerry F.,M,56,"Arlington, VA",5153,5706,515,10 Mile +7187,Kevin L.,M,24,"Washington, DC",5153,5911,515,10 Mile +22260,Marty W.,M,25,"Centreville, VA",5153,5442,515,10 Mile +4487,Craig G.,M,33,"Woodbridge, VA",5154,5923,515,10 Mile +21943,Barry P.,M,33,"Washington, DC",5154,5412,515,10 Mile +5935,Shailesh S.,M,37,"Alexandria, VA",5156,5448,515,10 Mile +4699,Justin P.,M,33,"Fort Rucker, AL",5156,5363,515,10 Mile +3921,Richard L.,M,36,"Jacksonville, FL",5156,5471,515,10 Mile +6285,Mark M.,M,43,"Annapolis, MD",5157,6949,515,10 Mile +4824,Martin D.,M,31,"Wahington Dc, DC",5157,5491,515,10 Mile +4052,Marquest M.,M,33,"New Orleans, LA",5157,5657,515,10 Mile +22544,David B.,M,46,"Chevy Chase, MD",5157,5468,515,10 Mile +10392,Dave A.,M,45,"Fairfax Station, VA",5157,5683,515,10 Mile +12788,Benjamin E.,M,24,"Arlington, VA",5157,5890,515,10 Mile +9687,John M.,M,33,"Leesburg, VA",5158,6131,515,10 Mile +6818,Ben S.,M,46,"Baltimore, MD",5159,5622,515,10 Mile +4833,James K.,M,46,"Washington, DC",5159,5380,515,10 Mile +4077,Benjamin M.,M,29,"District Of Columbia, WA",5160,5732,516,10 Mile +654,Senthil K.,M,39,"Aldie, VA",5160,5695,516,10 Mile +7545,Larry P.,M,56,"Columbia, MD",5160,5637,516,10 Mile +21783,Benjamin C.,M,28,"Washington, DC",5160,5464,516,10 Mile +4436,Vijay D.,M,43,"Washington, DC",5162,6077,516,10 Mile +12879,Conor H.,M,29,"Washington, DC",5162,6020,516,10 Mile +5816,Joe K.,M,34,"Roaring Brook Township, PA",5162,6585,516,10 Mile +5165,Matthew B.,M,31,"Washington, DC",5163,5709,516,10 Mile +5884,Scott R.,M,59,"Rockville, MD",5163,5527,516,10 Mile +9329,James S.,M,46,"Arlington, VA",5163,5475,516,10 Mile +10561,Marek R.,M,31,"Washington, DC",5164,5669,516,10 Mile +15367,Stephen H.,M,39,"Washington, DC",5164,5396,516,10 Mile +10502,Lain W.,M,31,"Arlington, VA",5164,6051,516,10 Mile +6876,Steven M.,M,47,"Silver Spring, MD",5165,5486,516,10 Mile +22421,Hunter M.,M,48,"Potomac, MD",5165,5476,516,10 Mile +21861,John L.,M,25,"Washington, DC",5165,5389,516,10 Mile +6211,Christopher H.,M,29,"Baltimore, MD",5165,5687,516,10 Mile +7560,Brian L.,M,36,"Potomac, MD",5165,5801,516,10 Mile +7396,Ben L.,M,41,"Washington, DC",5165,5924,516,10 Mile +4836,Brian H.,M,27,"Gaithersburg, MD",5165,5385,516,10 Mile +6910,Tyler D.,M,30,"Washington, DC",5165,5473,516,10 Mile +6829,Jeremy L.,M,42,"Arlington, VA",5166,5615,516,10 Mile +21711,Josh B.,M,23,"Arlington, VA",5166,5213,516,10 Mile +6228,Marc W.,M,67,"Olney, MD",5167,5607,516,10 Mile +21887,Mike M.,M,32,"Washington, DC",5167,5730,516,10 Mile +15245,Michael B.,M,34,"Falls Church, VA",5167,6146,516,10 Mile +4789,Frank T.,M,29,"Washington, DC",5167,5382,516,10 Mile +5319,Benjamin S.,M,26,"Washington, DC",5169,5468,516,10 Mile +7472,Christopher M.,M,49,"Arlington, VA",5169,6054,516,10 Mile +3361,Amirdara N.,M,24,"Washington, DC",5169,5943,516,10 Mile +1454,Justin S.,M,29,"Washington, DC",5170,5957,517,10 Mile +22767,John M.,M,40,"Mclean, VA",5170,6233,517,10 Mile +4680,Joshua T.,M,29,"Williamsburg, VA",5172,5493,517,10 Mile +9388,Quentin B.,M,28,"Washington, DC",5172,6077,517,10 Mile +10034,Teran J.,M,43,"Woodbridge, VA",5173,5524,517,10 Mile +6011,Maydur R.,M,28,"Queens Village, NY",5174,5467,517,10 Mile +5325,Andrew C.,M,37,"Alexandria, VA",5174,6056,517,10 Mile +4974,Justin K.,M,27,"Garden City, NY",5175,5405,517,10 Mile +11373,Noel H.,M,35,"Broadlands, VA",5175,5371,517,10 Mile +12035,Joseph P.,M,33,"Bel Air, MD",5175,5939,517,10 Mile +1141,Jesse B.,M,44,"Washington, DC",5176,5190,517,10 Mile +1174,Philip Y.,M,36,"Mclean, VA",5176,5381,517,10 Mile +1764,Gregory M.,M,36,"Washington, DC",5176,5219,517,10 Mile +5655,Shaun T.,M,44,"Arlington, VA",5177,6376,517,10 Mile +11501,Panos M.,M,57,"Centreville, VA",5177,6012,517,10 Mile +2702,Brett S.,M,28,"Washington, DC",5178,5471,517,10 Mile +9444,Philip M.,M,53,"Apex, NC",5178,5701,517,10 Mile +6679,Frank B.,M,30,"Alexandria, VA",5178,5370,517,10 Mile +19097,Cody H.,M,22,"Springfield, VA",5179,5994,517,10 Mile +4265,Alberto V.,M,34,"Washington, DC",5179,5474,517,10 Mile +9870,Mike H.,M,35,"Reston, VA",5179,5729,517,10 Mile +4243,Kanayo A.,M,34,"Gaithersburg, MD",5180,5429,518,10 Mile +16341,Joseph B.,M,33,"Warrenton, VA",5180,5994,518,10 Mile +5395,Sarantis P.,M,45,"Quincy, MA",5180,5368,518,10 Mile +5275,Eric C.,M,37,"Mclean, VA",5180,5994,518,10 Mile +4524,Spencer R.,M,55,"Wynnewood, PA",5181,5456,518,10 Mile +4016,Patrick C.,M,30,"Arlington, VA",5181,5475,518,10 Mile +7866,Camilo F.,M,28,"Washington, DC",5181,5762,518,10 Mile +9229,Timothy D.,M,38,"Washington, DC",5182,5633,518,10 Mile +6003,John W.,M,62,"East Lyme, CT",5182,5421,518,10 Mile +2274,Douglas R.,M,55,"Leesburg, VA",5182,5480,518,10 Mile +4449,Michael G.,M,38,"Alexandria, VA",5182,5473,518,10 Mile +5716,Ben J.,M,29,"Washington, DC",5183,5620,518,10 Mile +9910,George B.,M,30,"Arlington, VA",5183,5800,518,10 Mile +5803,Wesley D.,M,26,"Lutherville, MD",5183,6059,518,10 Mile +5064,Kei K.,M,48,"Washington, DC",5183,5785,518,10 Mile +7082,Chris T.,M,35,"Falls Church, VA",5184,5776,518,10 Mile +2626,Daniel O.,M,28,"Arlington, VA",5184,6093,518,10 Mile +19299,Craig K.,M,44,"Rockville, MD",5185,6157,518,10 Mile +7853,Kouri M.,M,34,"Washington, DC",5185,5745,518,10 Mile +4651,Arthur W.,M,31,"Washington, DC",5186,5537,518,10 Mile +2582,Sean E.,M,29,"Brooklyn, NY",5186,5434,518,10 Mile +1685,Blair S.,M,38,"Washington, DC",5186,5244,518,10 Mile +7900,Matthew H.,M,34,"Washington, DC",5186,5713,518,10 Mile +6060,Aaron P.,M,34,"Falls Church, VA",5186,5680,518,10 Mile +5001,Stephen D.,M,33,"Lusby, MD",5186,5389,518,10 Mile +4744,Kyrill V.,M,22,"Frankfort, NY",5187,5535,518,10 Mile +3306,Samuel J.,M,32,"Baltimore, MD",5187,6038,518,10 Mile +7163,Peter Q.,M,25,"Haymarket, VA",5188,5626,518,10 Mile +2805,Devon C.,M,29,"Washington, DC",5188,5484,518,10 Mile +1556,Carlos M.,M,43,"Burke, VA",5188,5241,518,10 Mile +7622,Larry D.,M,56,"Greensburg, PA",5188,5629,518,10 Mile +4405,Michael H.,M,22,"Fairfax Station, VA",5189,5778,518,10 Mile +6536,Damian E.,M,37,"Blakslee, PA",5189,5625,518,10 Mile +6602,Carl P.,M,55,"Bristow, VA",5189,5616,518,10 Mile +6160,Trung V.,M,35,"Washington, DC",5189,5444,518,10 Mile +6941,Connor S.,M,22,"Moseley, VA",5190,5779,519,10 Mile +2010,Eddie N.,M,40,"Washington, DC",5190,5483,519,10 Mile +7627,Owen B.,M,54,"Purcellville, VA",5192,5660,519,10 Mile +4030,Henry T.,M,42,"Washington, DC",5192,5699,519,10 Mile +22637,Christopher F.,M,37,"Centreville, VA",5192,5942,519,10 Mile +4159,Steve W.,M,50,"Nebwurgh, NY",5192,5948,519,10 Mile +4969,Justin T.,M,31,"Silver Spring, MD",5192,5478,519,10 Mile +6675,Ryan S.,M,35,"Arlington, VA",5192,5733,519,10 Mile +10267,Eddy A.,M,35,"Washington, DC",5193,5753,519,10 Mile +6485,Jimmy D.,M,42,"Chevy Chase, MD",5194,5657,519,10 Mile +731,Duncan M.,M,27,"Washington, DC",5194,5502,519,10 Mile +2887,Jonathan L.,M,30,"Washington, DC",5194,5503,519,10 Mile +9791,David W.,M,27,"Washington, DC",5194,5759,519,10 Mile +917,Shannon V.,M,33,"Washington, DC",5194,5391,519,10 Mile +8322,Samir G.,M,32,"Miami, FL",5195,5647,519,10 Mile +21393,Devon D.,M,27,"Annandale, VA",5195,5973,519,10 Mile +4704,Zach M.,M,30,"Durham, NC",5195,6258,519,10 Mile +7906,Suresh K.,M,33,"Chantilly, VA",5196,6480,519,10 Mile +4649,Joe F.,M,59,"Washington, DC",5196,5237,519,10 Mile +12125,Shay S.,M,35,"Washington, DC",5196,6172,519,10 Mile +23006,Frank S.,M,54,"Catharpin, VA",5197,5257,519,10 Mile +4761,Rob W.,M,54,"Washington, DC",5197,5535,519,10 Mile +19434,Nicholas F.,M,33,"Chester, MD",5197,6268,519,10 Mile +5738,Han P.,M,51,"Alexandria, VA",5197,5461,519,10 Mile +5869,Michael L.,M,46,"Cambridge, MA",5198,5517,519,10 Mile +10254,Bill B.,M,40,"Sykesville, MD",5198,5645,519,10 Mile +6147,Jeffrey C.,M,38,"Washington, DC",5198,6090,519,10 Mile +4256,Greg B.,M,40,"Washington, DC",5199,5655,519,10 Mile +7984,Hugo G.,M,34,"Arlington, VA",5199,5746,519,10 Mile +9396,Jongmin L.,M,47,"Washington, DC",5199,5632,519,10 Mile +1792,Steven M.,M,50,"Arlington, VA",5200,5236,520,10 Mile +11670,Peter D.,M,34,"Arlington, VA",5200,6063,520,10 Mile +22595,William W.,M,27,"Dallas, TX",5200,5743,520,10 Mile +9507,Dan P.,M,49,"Harrisburg, PA",5201,5658,520,10 Mile +3223,Christopher C.,M,28,"Washington, DC",5204,5423,520,10 Mile +9857,Mike B.,M,46,"Washington, DC",5204,5708,520,10 Mile +2140,Robert M.,M,51,"Falls Church, VA",5204,5530,520,10 Mile +9946,Biruk A.,M,39,"Falls Church, VA",5205,5771,520,10 Mile +22498,Michael D.,M,57,"Hanover, MD",5205,5439,520,10 Mile +9130,Chris H.,M,32,"Falls Church, VA",5205,5795,520,10 Mile +8735,James D.,M,54,"Falls Church, VA",5206,5731,520,10 Mile +8315,Richard R.,M,66,"Chester, NY",5207,5691,520,10 Mile +3526,Aaron A.,M,35,"Washington, DC",5208,6674,520,10 Mile +6357,Gregoy B.,M,36,"Ellicott City, MD",5208,5445,520,10 Mile +2586,Zachary W.,M,31,"Jacksonville, FL",5208,5533,520,10 Mile +3473,Benjmain C.,M,28,"Charlottesville, VA",5208,5429,520,10 Mile +19421,Brett M.,M,26,"Lorton, VA",5208,6189,520,10 Mile +8898,Khang H.,M,41,"Arlington, VA",5208,5799,520,10 Mile +534,Khalil S.,M,40,"Ny, NY",5209,5216,520,10 Mile +6663,Jorge G.,M,46,"Damascus, MD",5209,5662,520,10 Mile +2845,Christopher V.,M,32,"Clarksburg, MD",5210,5462,521,10 Mile +8472,Edwin G.,M,29,"Washington, DC",5210,6024,521,10 Mile +3637,Bob D.,M,56,"Washington, DC",5211,5567,521,10 Mile +7806,Yochi D.,M,40,"Washington, DC",5211,5757,521,10 Mile +8571,Jon N.,M,34,"Savage, MN",5212,5711,521,10 Mile +7816,Camron M.,M,36,"Brighton, CO",5212,5646,521,10 Mile +3448,Jose H.,M,39,"Arlington, VA",5212,5413,521,10 Mile +4049,Howard H.,M,58,"Newfields, NH",5212,5437,521,10 Mile +5488,Kent A.,M,56,"Washington, DC",5213,5732,521,10 Mile +9802,Steven K.,M,47,"Bethesda, MD",5213,5832,521,10 Mile +4654,Brett A.,M,37,"Arlington, VA",5213,5462,521,10 Mile +22564,Francois M.,M,48,"Chevy Chase, MD",5213,6018,521,10 Mile +5113,Jeff N.,M,49,"Arlington, VA",5213,5420,521,10 Mile +402,John B.,M,70,"Fairfax, VA",5214,5232,521,10 Mile +20726,Marcus H.,M,32,"Washington, DC",5216,6003,521,10 Mile +12783,Anthoni B.,M,25,"Washington, DC",5216,6003,521,10 Mile +4567,Anson C.,M,25,"Falls Church, VA",5216,5544,521,10 Mile +3893,Michael R.,M,50,"Chevy Chase, MD",5217,5483,521,10 Mile +1716,Jonathan S.,M,28,"Washington, DC",5217,5562,521,10 Mile +5460,Chad N.,M,43,"Washington, DC",5218,5418,521,10 Mile +6415,Patrick B.,M,34,"Washington, DC",5218,5789,521,10 Mile +6896,Michael M.,M,33,"Bethesda, MD",5219,5663,521,10 Mile +3617,David L.,M,37,"Washington, DC",5219,5530,521,10 Mile +11190,Zhe C.,M,27,"Rockville, MD",5219,6165,521,10 Mile +5893,Daniel F.,M,31,"Alexandria, VA",5220,5405,522,10 Mile +7171,Bowen V.,M,30,"Alexandria, VA",5220,5708,522,10 Mile +10120,Alejandro P.,M,49,"Bethesda, MD",5220,5733,522,10 Mile +2490,Mark D.,M,35,"Washington, DC",5221,5428,522,10 Mile +5445,Erick R.,M,35,"New York, NY",5221,5423,522,10 Mile +4866,Cameron A.,M,41,"Arlington, VA",5222,5477,522,10 Mile +7433,Thomas C.,M,50,"Potomac, MD",5222,5696,522,10 Mile +4014,Saumil S.,M,34,"Washington, DC",5223,5526,522,10 Mile +21842,Corey J.,M,27,"Washington, DC",5223,6011,522,10 Mile +5258,Curt A.,M,60,"Rockville, MD",5224,5522,522,10 Mile +10786,Thomas W.,M,29,"Arlington, VA",5224,6219,522,10 Mile +7858,Mathew S.,M,30,"Washington, DC",5224,5660,522,10 Mile +7583,Jonathan H.,M,40,"Rockville, MD",5224,5747,522,10 Mile +21864,Evan R.,M,46,"Washington, DC",5224,5408,522,10 Mile +6621,Damien C.,M,41,"Rockville, MD",5225,5713,522,10 Mile +21884,Colin B.,M,32,"Washington, DC",5225,5500,522,10 Mile +21828,Jeremy G.,M,32,"Washington, DC",5225,5499,522,10 Mile +2532,David Y.,M,29,"Arlington, VA",5226,6363,522,10 Mile +6004,Ian O.,M,35,"Arlington, VA",5226,5481,522,10 Mile +5640,John T.,M,25,"Washington, DC",5227,5759,522,10 Mile +1670,John D.,M,30,"Alexandria, VA",5227,6380,522,10 Mile +7230,James H.,M,46,"Reston, VA",5228,5810,522,10 Mile +6716,Christopher K.,M,42,"Washington, DC",5228,5657,522,10 Mile +7394,Edward H.,M,30,"Ashburn, VA",5229,5745,522,10 Mile +7471,Jonah B.,M,52,"Washington, DC",5229,5987,522,10 Mile +5362,Chris P.,M,35,"New York, NY",5230,5757,523,10 Mile +6337,Mike M.,M,41,"Washington, DC",5230,5707,523,10 Mile +8528,Sean Q.,M,28,"Catonsville, MD",5231,5719,523,10 Mile +13001,John L.,M,35,"College Park, MD",5231,5734,523,10 Mile +21796,Tj L.,M,36,"Washington, DC",5232,5522,523,10 Mile +7137,Chad D.,M,39,"Gaithersburg, MD",5232,6182,523,10 Mile +7722,Phillip M.,M,25,"Washington, DC",5232,5851,523,10 Mile +4870,Teddy G.,M,59,"Silver Spring, MD",5233,5999,523,10 Mile +368,Jay J.,M,67,"Arlington, VA",5234,5279,523,10 Mile +8952,Erik K.,M,35,"Washington, DC",5234,6226,523,10 Mile +1388,Keith C.,M,57,"Springfield, VA",5235,5265,523,10 Mile +6330,Austin C.,M,29,"Washington, DC",5235,6181,523,10 Mile +4284,Gary G.,M,42,"Silver Spring, MD",5235,6518,523,10 Mile +5117,Daniel W.,M,37,"Washington, DC",5236,5550,523,10 Mile +5305,Scott C.,M,39,"Arlington, VA",5236,5543,523,10 Mile +7132,Peter T.,M,56,"Washington, DC",5236,5739,523,10 Mile +9996,Joel T.,M,24,"Washington, DC",5236,5665,523,10 Mile +8269,Jonathan S.,M,31,"Washington, DC",5236,5571,523,10 Mile +7988,Alan S.,M,34,"Stadford, VA",5237,5810,523,10 Mile +6725,Sean P.,M,48,"Allenstown, NH",5237,5985,523,10 Mile +7590,Pete C.,M,57,"Newport News, VA",5237,5755,523,10 Mile +20708,Nathaniel K.,M,28,"Washington, DC",5237,6349,523,10 Mile +2878,Mark-Anthony G.,M,30,"Brooklyn, NY",5238,5449,523,10 Mile +6971,Adrian M.,M,33,"Baltimore, MD",5239,6448,523,10 Mile +15576,Christopher B.,M,28,"Washington, DC",5239,6291,523,10 Mile +2227,Jeff S.,M,51,"Medina, OH",5239,5502,523,10 Mile +9564,Matthew C.,M,35,"Dearborn, MI",5239,6002,523,10 Mile +2659,Jamarrah T.,M,40,"Randallstown, MD",5239,5590,523,10 Mile +20123,Jordan M.,M,29,"Washington, DC",5240,6680,524,10 Mile +8867,Patrick K.,M,50,"Arlington, VA",5240,5595,524,10 Mile +15005,Kaustubh A.,M,45,"Rockville, MD",5240,6454,524,10 Mile +5110,Steve B.,M,61,"Vienna, VA",5240,5539,524,10 Mile +8611,Arun S.,M,48,"Clifton, VA",5240,6308,524,10 Mile +2637,Brendan L.,M,34,"Arlington, VA",5240,5514,524,10 Mile +7693,Christopher S.,M,28,"Washington, DC",5241,5533,524,10 Mile +4822,Christopher S.,M,46,"Denver, CO",5242,5766,524,10 Mile +12973,Eric D.,M,29,"Hyattsville, MD",5242,6099,524,10 Mile +5390,Lenin B.,M,32,"Washington, DC",5242,5986,524,10 Mile +9490,Steve C.,M,55,"Locust Grove, VA",5243,5791,524,10 Mile +6050,David T.,M,58,"New York, NY",5244,5763,524,10 Mile +13426,Michael I.,M,52,"Washington Dc, DC",5244,5720,524,10 Mile +1544,Stefan S.,M,41,"Falls Church, VA",5244,6076,524,10 Mile +9055,Travis P.,M,41,"Washington, DC",5245,5853,524,10 Mile +9045,Shai K.,M,47,"Washington, DC",5245,5857,524,10 Mile +7007,Dan W.,M,47,"Washington, DC",5247,5767,524,10 Mile +4389,Chris H.,M,28,"Washington, DC",5247,5569,524,10 Mile +22486,Jerome S.,M,56,"Leesburg, VA",5247,6182,524,10 Mile +4842,Eric C.,M,32,"Annapolis, MD",5247,5568,524,10 Mile +5067,Caleb K.,M,29,"Cleveland, OH",5247,5872,524,10 Mile +5156,James B.,M,51,"Aldie, VA",5248,5526,524,10 Mile +6187,Carl P.,M,27,"Silver Spring, MD",5250,5584,525,10 Mile +2206,Tom B.,M,35,"Basking Ridge, NJ",5250,5535,525,10 Mile +6690,Joe F.,M,55,"Oakton, VA",5250,6676,525,10 Mile +556,Eamon D.,M,32,"Washington, DC",5250,5825,525,10 Mile +9116,Colin G.,M,29,"Annapolis, MD",5250,6143,525,10 Mile +9941,Eric B.,M,31,"Washington, DC",5251,6031,525,10 Mile +9028,Timothy C.,M,29,"Washington, DC",5251,5739,525,10 Mile +3615,Matt C.,M,36,"Ann Arbor, MI",5252,5577,525,10 Mile +2236,Peter K.,M,39,"Silver Spring, MD",5254,5855,525,10 Mile +5255,Gregory S.,M,39,"Alexandria, VA",5254,6177,525,10 Mile +5725,Mark P.,M,31,"Washington, DC",5255,5446,525,10 Mile +5634,Andreas E.,M,43,"Bethesda, MD",5255,5707,525,10 Mile +10636,Brian W.,M,27,"Arlington, VA",5256,6184,525,10 Mile +1443,Joseph I.,M,52,"Lusby, MD",5256,5536,525,10 Mile +4263,Todd W.,M,48,"Haymarket, VA",5257,5726,525,10 Mile +2676,Matthew W.,M,28,"Whitehouse Station, NJ",5257,5473,525,10 Mile +3404,Keith J.,M,39,"Mechanicville, NY",5257,5892,525,10 Mile +5551,John K.,M,26,"Philadelphia, PA",5258,5600,525,10 Mile +7699,Kevin G.,M,30,"Falls Church, VA",5260,5728,526,10 Mile +9967,Alex D.,M,28,"Washington, DC",5260,6156,526,10 Mile +3991,Eli B.,M,36,"Bethesda, MD",5260,5524,526,10 Mile +10378,Chad A.,M,30,"Oakton, VA",5260,6017,526,10 Mile +10305,Daniel L.,M,24,"Arlington, VA",5261,5732,526,10 Mile +21308,Jack C.,M,27,"Reston, VA",5261,6043,526,10 Mile +5670,Daniel A.,M,30,"Cambridge, MA",5261,5584,526,10 Mile +10058,Justin B.,M,34,"Silver Spring, MD",5261,5806,526,10 Mile +4561,Michal K.,M,42,"Arlington, VA",5262,5628,526,10 Mile +4383,Len F.,M,63,"Beverly, MA",5262,5557,526,10 Mile +6138,Peter D.,M,37,"Washington, DC",5262,5817,526,10 Mile +10317,James H.,M,31,"Cleveland Heights, OH",5262,5893,526,10 Mile +9338,Devlin B.,M,34,"Washington, DC",5263,5715,526,10 Mile +6093,William F.,M,27,"Washington, DC",5263,5747,526,10 Mile +2048,Charles D.,M,66,"Washington, DC",5263,5471,526,10 Mile +4717,James S.,M,30,"Washington, DC",5263,5629,526,10 Mile +7030,Omeid H.,M,26,"Baltimore, CA",5264,5590,526,10 Mile +5636,Jasper W.,M,26,"Berryville, VA",5264,6009,526,10 Mile +22585,Saul N.,M,37,"Washington, DC",5265,5762,526,10 Mile +5783,Mark A.,M,50,"South Easton, MA",5265,5553,526,10 Mile +5451,Rick D.,M,49,"Germantown, MD",5265,5481,526,10 Mile +5493,Daniel G.,M,31,"Washington, DC",5265,5582,526,10 Mile +8171,Brian A.,M,51,"Fairfax, VA",5265,5758,526,10 Mile +21778,Michael B.,M,33,"Washington, DC",5265,5572,526,10 Mile +5726,Adam S.,M,22,"Washington, DC",5265,6731,526,10 Mile +2363,Christopher Y.,M,26,"Arlington, VA",5266,5479,526,10 Mile +2518,Frank P.,M,49,"Baltimore, MD",5266,5520,526,10 Mile +12566,John B.,M,38,"Mount Airy, MD",5267,6551,526,10 Mile +3959,Jerry G.,M,57,"Warwick, NY",5268,5486,526,10 Mile +6664,Michael K.,M,45,"Alexandria, VA",5269,5704,526,10 Mile +6894,Rob R.,M,33,"Alexandria, VA",5269,5623,526,10 Mile +3585,Abbatti A.,M,48,"Silver Spring, MD",5270,5518,527,10 Mile +10285,Di L.,M,31,"Vienna, VA",5270,6216,527,10 Mile +4546,Axel K.,M,42,"Gaithersburg, MD",5270,5475,527,10 Mile +12335,Matthew A.,M,36,"Washington, DC",5270,5533,527,10 Mile +21845,Cameron G.,M,25,"Washington, DC",5271,5824,527,10 Mile +6788,Darren T.,M,30,"Arlington, VA",5271,5708,527,10 Mile +22562,Matthew G.,M,35,"Salisbury, MD",5272,5736,527,10 Mile +12949,Sake A.,M,50,"Arlington, VA",5272,6173,527,10 Mile +20825,Venkat I.,M,23,"Herndon, VA",5272,6676,527,10 Mile +5037,Jeff G.,M,37,"Concord, NH",5274,5571,527,10 Mile +5667,Patrick U.,M,40,"Washington, DC",5274,5602,527,10 Mile +8868,Joel C.,M,38,"Salem, VA",5274,6051,527,10 Mile +7091,Alex B.,M,31,"Bethesda, MD",5275,5778,527,10 Mile +9642,Dylan D.,M,25,"Arlington, VA",5275,5803,527,10 Mile +22649,James W.,M,40,"Sherman Oaks, CA",5275,6012,527,10 Mile +7112,Gerald H.,M,53,"Washington Dc, DC",5276,5765,527,10 Mile +8405,Steve D.,M,55,"Lake Elmo, MN",5276,5841,527,10 Mile +6087,Xiaofei P.,M,30,"Arlington, VA",5276,5792,527,10 Mile +9092,Jordan S.,M,35,"Jersey City, NJ",5276,6136,527,10 Mile +21123,Samuel P.,M,34,"Alexandria, VA",5277,6559,527,10 Mile +3945,Brian D.,M,38,"Arlington, VA",5277,5568,527,10 Mile +4865,Joe C.,M,58,"Londonderry, NH",5277,5628,527,10 Mile +22540,Jeff G.,M,65,"Rockville, MD",5277,5792,527,10 Mile +7524,Andrew B.,M,34,"Washington, DC",5278,5850,527,10 Mile +10671,Daniel H.,M,25,"Waxhaw, NC",5278,6090,527,10 Mile +7164,Richard C.,M,30,"Washington, DC",5280,5849,528,10 Mile +10048,Oleg V.,M,55,"Fairfax, VA",5280,5771,528,10 Mile +1833,Jackson H.,M,32,"Washington, DC",5280,6071,528,10 Mile +6774,Ben H.,M,47,"Washington, DC",5280,5532,528,10 Mile +10000,Alexander K.,M,59,"Burke, VA",5280,5707,528,10 Mile +8109,Jay S.,M,44,"Washington, DC",5281,6264,528,10 Mile +14238,Austin C.,M,24,"West Meblourne, FL",5281,6333,528,10 Mile +2530,Joshua C.,M,26,"Washington, DC",5281,5561,528,10 Mile +6891,Garrett S.,M,24,"Washington, DC",5282,5513,528,10 Mile +11549,John P.,M,27,"Chevy Chase, MD",5282,5590,528,10 Mile +7106,Mike W.,M,38,"Washington, DC",5282,5621,528,10 Mile +4219,Steve W.,M,44,"Arlington, VA",5283,5487,528,10 Mile +7010,James R.,M,56,"New Baltimore, VA",5283,5627,528,10 Mile +7368,Eric R.,M,30,"Arlington, VA",5283,5908,528,10 Mile +22477,Gabe H.,M,13,"Baltimore, MD",5285,5624,528,10 Mile +22046,Spencer K.,M,25,"Washington, DC",5285,6059,528,10 Mile +4797,Gregory M.,M,56,"Washington, DC",5285,5609,528,10 Mile +8302,Antonio A.,M,29,"West Hartford, CT",5285,6492,528,10 Mile +8570,Craig C.,M,41,"Washington, DC",5286,5735,528,10 Mile +2848,Jeffrey H.,M,34,"New York, NY",5286,5739,528,10 Mile +8062,Christopher K.,M,34,"Washington, DC",5286,5802,528,10 Mile +21676,Pascal Y.,M,27,"Laurel, MD",5286,6381,528,10 Mile +9785,Rutger T.,M,37,"Herndon, VA",5286,5907,528,10 Mile +15239,Kent K.,M,25,"Arlington, VA",5286,5883,528,10 Mile +21424,Keith F.,M,40,"Baltimore, MD",5287,6220,528,10 Mile +22284,Temesgen H.,M,46,"Arlington, VA",5288,6050,528,10 Mile +6848,Steven G.,M,40,"Leesburg, VA",5288,5878,528,10 Mile +3416,Charles L.,M,27,"Cuyahoga Falls, OH",5288,6081,528,10 Mile +1509,Charles K.,M,32,"Silver Spring, MD",5288,5601,528,10 Mile +10461,Nghia T.,M,31,"Beltsville, MD",5289,5903,528,10 Mile +7210,James S.,M,54,"Davison, MI",5289,5858,528,10 Mile +4270,David X.,M,26,"Silver Spring, MD",5291,5552,529,10 Mile +1244,Seth A.,M,31,"Brooklyn, NY",5291,5520,529,10 Mile +12006,Darin A.,M,52,"Fulton, MD",5291,6173,529,10 Mile +1935,Nicholas R.,M,55,"Alexandria, VA",5291,5551,529,10 Mile +9025,Jonathan B.,M,28,"Washington, DC",5292,5920,529,10 Mile +5584,Eric W.,M,27,"Mystic, CT",5292,5639,529,10 Mile +3864,Brian F.,M,54,"East Northport, NY",5292,5609,529,10 Mile +5433,Juan F.,M,53,"Ellicott City, MD",5292,5554,529,10 Mile +10139,Christopher J.,M,55,"Speedway, IN",5293,5764,529,10 Mile +3551,Whitney D.,M,48,"Arvada, CO",5293,5540,529,10 Mile +9907,Troy T.,M,37,"Silver Spring, MD",5293,5885,529,10 Mile +5463,Douglas K.,M,33,"Washington, DC",5294,5754,529,10 Mile +5254,Stephen R.,M,63,"Columbia, MD",5294,5550,529,10 Mile +3118,Douglas S.,M,49,"Fort Myer, VA",5295,6075,529,10 Mile +4774,Paul R.,M,45,"Aldie, VA",5295,6053,529,10 Mile +11076,Jacob Z.,M,33,"Germantown, MD",5295,6050,529,10 Mile +8286,Freddy C.,M,34,"Alexandria, VA",5296,5894,529,10 Mile +5675,Manjunath S.,M,43,"Potomac Falls, VA",5296,5518,529,10 Mile +7654,Garret L.,M,49,"Falls Church, VA",5298,5732,529,10 Mile +10060,David H.,M,45,"Potomac, MD",5298,6047,529,10 Mile +8627,Prashant D.,M,54,"Baltimore, MD",5298,5738,529,10 Mile +10090,Anders N.,M,30,"Washington, DC",5298,5891,529,10 Mile +3943,Justin S.,M,23,"New York, NY",5299,5651,529,10 Mile +9504,Ryan D.,M,35,"Gambrills, MD",5299,6101,529,10 Mile +8336,Eric S.,M,24,"Arlington, VA",5300,6044,530,10 Mile +4358,Nathan W.,M,28,"Arlington, VA",5300,5522,530,10 Mile +9372,Brian R.,M,54,"Potomac, MD",5300,5743,530,10 Mile +687,Nicolas R.,M,30,"Washington, DC",5300,6196,530,10 Mile +22253,Rodel S.,M,42,"Woodbridge, VA",5301,5604,530,10 Mile +2252,Ben C.,M,32,"Washington, DC",5301,6185,530,10 Mile +9826,Stephen K.,M,24,"Washington, DC",5301,5626,530,10 Mile +7710,Devin H.,M,27,"Washington, DC",5302,5863,530,10 Mile +5920,Richard P.,M,34,"Arlington, VA",5302,5787,530,10 Mile +5225,Michael H.,M,48,"Woodbridge, VA",5302,5559,530,10 Mile +2689,Matthew K.,M,40,"Leesburg, VA",5303,5892,530,10 Mile +13477,Colin B.,M,31,"Washington, DC",5303,6046,530,10 Mile +7451,Fabio E.,M,27,"Arlington, VA",5304,5788,530,10 Mile +5899,Michael C.,M,29,"Washington, DC",5304,6243,530,10 Mile +8779,Jake R.,M,14,"Bethesda, MD",5305,5587,530,10 Mile +5040,Mark E.,M,45,"Richmond, VA",5305,5655,530,10 Mile +18867,Jeremiah R.,M,24,"Long Island City, NY",5305,6724,530,10 Mile +5845,Tom T.,M,62,"Brooklyn, NY",5306,5573,530,10 Mile +4673,Timothy D.,M,30,"Philadelphia, PA",5306,5895,530,10 Mile +3672,Jack N.,M,35,"Durham, NC",5306,5595,530,10 Mile +10475,Jeremy M.,M,34,"Arlington, VA",5307,6091,530,10 Mile +3755,Marc A.,M,31,"Washington, DC",5307,5610,530,10 Mile +6049,Kelvin D.,M,60,"North Potomac, MD",5307,5599,530,10 Mile +3679,Leslie J.,M,51,"Jackson Heights, NY",5308,5546,530,10 Mile +3550,Gregory W.,M,45,"Springfield, VA",5308,5801,530,10 Mile +2214,Josh D.,M,33,"Chicago, IL",5309,5614,530,10 Mile +6221,Michael F.,M,55,"Pittsburgh, PA",5309,5751,530,10 Mile +5502,Andrew A.,M,53,"Kensington, MD",5310,5631,531,10 Mile +4495,Alex C.,M,29,"Washington, DC",5310,5619,531,10 Mile +18122,Edward V.,M,34,"Washington, DC",5310,6721,531,10 Mile +7075,Benjy S.,M,46,"Medina, OH",5310,5757,531,10 Mile +391,Gary L.,M,70,"Honor, MI",5311,5352,531,10 Mile +4275,John Z.,M,30,"Washington, DC",5311,6248,531,10 Mile +7617,Tod F.,M,47,"North Potomac, MD",5312,5760,531,10 Mile +7512,Steve V.,M,30,"Washington, DC",5312,6217,531,10 Mile +3818,Francisco S.,M,38,"Mount Prospect, IL",5313,5783,531,10 Mile +5630,Farhan P.,M,28,"Baltimore, MD",5313,5640,531,10 Mile +2747,Michael W.,M,28,"Washington, DC",5313,6060,531,10 Mile +4520,Larry M.,M,63,"Washington, DC",5313,5634,531,10 Mile +20162,Steve H.,M,54,"Arlington, VA",5313,5755,531,10 Mile +22597,Brian G.,M,38,"Huntingtown, MD",5313,5923,531,10 Mile +19010,Daryl B.,M,50,"Elkridge, MD",5314,5933,531,10 Mile +13626,Guanbo B.,M,32,"Baltimore, MD",5314,5674,531,10 Mile +11068,Wesley L.,M,24,"Washington, DC",5314,6159,531,10 Mile +21196,Nicholas A.,M,33,"Falls Church, VA",5315,6133,531,10 Mile +22291,Jason E.,M,41,"Arlington, VA",5316,5780,531,10 Mile +9479,Terry K.,M,46,"Washington, DC",5316,5745,531,10 Mile +6956,Matthew K.,M,33,"Washington, DC",5316,5875,531,10 Mile +6424,Benjamin G.,M,22,"Fort Collins, CO",5316,6284,531,10 Mile +12105,Richard W.,M,38,"Oakton, VA",5317,5804,531,10 Mile +21985,Marcos M.,M,32,"Washington, DC",5318,5780,531,10 Mile +9361,Michael M.,M,30,"Chicago, IL",5318,5888,531,10 Mile +2856,Tyler H.,M,28,"Washington, DC",5318,5888,531,10 Mile +1991,Brandon E.,M,31,"Alexandria, VA",5318,5357,531,10 Mile +7307,Jay L.,M,29,"Washington, DC",5319,5874,531,10 Mile +6691,Michael J.,M,41,"Vienna, VA",5319,5611,531,10 Mile +6318,Gilbert M.,M,62,"Stafford, VA",5319,5821,531,10 Mile +5103,Thomas E.,M,58,"Washington, DC",5320,5555,532,10 Mile +22415,Daniel D.,M,31,"Arlington, VA",5322,5666,532,10 Mile +5154,Javier G.,M,33,"Arlington, VA",5322,5672,532,10 Mile +7812,Kevin C.,M,33,"Washington, DC",5322,6069,532,10 Mile +4298,Christopher R.,M,34,"Arlington, VA",5323,5681,532,10 Mile +3714,Russell C.,M,54,"Mclean, VA",5323,5507,532,10 Mile +20638,Nick R.,M,30,"Washington, DC",5323,6097,532,10 Mile +5371,Jonathan M.,M,39,"New York, NY",5324,5564,532,10 Mile +5128,Hiroshi S.,M,49,"North Bethesda, MD",5324,5600,532,10 Mile +3309,Shelby B.,M,28,"Bowie, MD",5324,5511,532,10 Mile +2119,Jose P.,M,43,"Miami, FL",5324,6056,532,10 Mile +3981,Michael C.,M,48,"Bethesda, MD",5324,6260,532,10 Mile +7435,Gavin S.,M,33,"Washington, DC",5325,5837,532,10 Mile +7148,Dustin S.,M,43,"Ashburn, VA",5325,6159,532,10 Mile +1953,Mike A.,M,28,"Arlington, VA",5326,5788,532,10 Mile +21858,Michael S.,M,33,"Washington, DC",5326,5584,532,10 Mile +15872,Thomas W.,M,26,"Alrington, VA",5326,5819,532,10 Mile +7329,Andres G.,M,25,"Washington, DC",5327,6255,532,10 Mile +14119,Timothy C.,M,51,"Haymarket, VA",5328,5839,532,10 Mile +8576,Hans W.,M,50,"Behtesda, MD",5328,6131,532,10 Mile +10055,Sung L.,M,43,"Rockville, MD",5328,5787,532,10 Mile +9940,Paul M.,M,27,"Washington, DC",5328,5830,532,10 Mile +3626,Elliott H.,M,56,"Hyattsville, MD",5329,5617,532,10 Mile +7625,Christopher P.,M,46,"Ashburn, VA",5329,5801,532,10 Mile +10364,Arnie L.,M,47,"New Hyde Park, NY",5330,5839,533,10 Mile +7766,Gonzalo M.,M,33,"Washington, DC",5330,6536,533,10 Mile +5386,Scott G.,M,41,"Washington, DC",5330,6803,533,10 Mile +22257,Jim P.,M,53,"Oakton, VA",5330,5613,533,10 Mile +7466,Themistocles C.,M,42,"Arlington, VA",5333,5663,533,10 Mile +6492,Kameron C.,M,30,"Omaha, NE",5333,6120,533,10 Mile +5190,Ezra S.,M,34,"Columbus, OH",5334,5917,533,10 Mile +13528,Brandon H.,M,32,"Arlington, VA",5334,6744,533,10 Mile +4235,Charles R.,M,44,"Philadelphia, PA",5334,5623,533,10 Mile +4506,Charles L.,M,23,"Atlanta, GA",5335,5562,533,10 Mile +1790,Gregory M.,M,33,"Baltimore, MD",5336,5845,533,10 Mile +4793,Dru F.,M,46,"Arlington, VA",5337,5597,533,10 Mile +17335,Roman G.,M,43,"Washington, DC",5337,5665,533,10 Mile +4815,Greg H.,M,48,"Arlington, VA",5337,5597,533,10 Mile +6977,Erich Z.,M,40,"Washington, DC",5338,5809,533,10 Mile +9896,Glenn D.,M,43,"Millersville, MD",5338,5831,533,10 Mile +5917,Wil W.,M,56,"Hyattsville, MD",5339,5931,533,10 Mile +3739,Bernard L.,M,47,"Washington, DC",5339,5692,533,10 Mile +6039,Daniel K.,M,56,"Dumfries, VA",5339,5601,533,10 Mile +6528,Luke P.,M,24,"Washington, DC",5340,6135,534,10 Mile +21936,Matt C.,M,28,"Silver Spring, MD",5340,5693,534,10 Mile +6949,Tyson R.,M,29,"Reston, VA",5340,6115,534,10 Mile +21810,Charles K.,M,39,"Arlington, VA",5341,5590,534,10 Mile +9027,Lucas M.,M,28,"Washington, DC",5341,5687,534,10 Mile +4591,Anthony F.,M,40,"Baltimore, MD",5342,5683,534,10 Mile +4328,Brad D.,M,43,"Milford, DE",5342,5659,534,10 Mile +5025,Doug F.,M,56,"Chapel Hill, NC",5342,5684,534,10 Mile +8318,Chris G.,M,26,"Philadelphia, PA",5342,5835,534,10 Mile +8055,Will F.,M,37,"Bowie, MD",5343,5848,534,10 Mile +10127,Thomas B.,M,42,"Denver, CO",5344,6286,534,10 Mile +4063,Roberto S.,M,37,"Arlington, VA",5344,5667,534,10 Mile +5863,Jason P.,M,29,"Washington, DC",5344,5683,534,10 Mile +2137,Michael F.,M,36,"Dallas, TX",5345,5859,534,10 Mile +3627,Cory W.,M,38,United Kingdom,5345,5891,534,10 Mile +5872,Sean K.,M,36,"New York, NY",5345,5859,534,10 Mile +22007,Gene G.,M,32,"Washington, DC",5346,6132,534,10 Mile +7264,Sivasubramanian S.,M,33,"Fairfax, VA",5346,5787,534,10 Mile +22414,Walter R.,M,47,"Arlington, VA",5346,5561,534,10 Mile +7555,Maher I.,M,54,"Vienna, VA",5347,5790,534,10 Mile +18453,Andrew R.,M,27,"Washington, DC",5347,5814,534,10 Mile +8015,John E.,M,64,"Greencastle, PA",5347,5815,534,10 Mile +22340,Sean W.,M,31,"Reston, VA",5347,5565,534,10 Mile +5004,Joshua B.,M,35,"Washington, DC",5347,5814,534,10 Mile +2289,Brian K.,M,47,"Arlington, VA",5348,5553,534,10 Mile +11584,Mahan T.,M,36,"Washington, DC",5348,6198,534,10 Mile +3528,Joseph G.,M,36,"Arlington, VA",5348,5638,534,10 Mile +3123,Karl P.,M,36,"Brooklyn, NY",5349,5819,534,10 Mile +3250,James M.,M,56,"Woodbridge, VA",5349,5691,534,10 Mile +21497,Rushiel M.,M,17,"Ashburn, VA",5349,6789,534,10 Mile +6556,David L.,M,31,"Washington, DC",5350,5836,535,10 Mile +4098,Mauricio R.,M,61,"Potomac, MD",5350,5618,535,10 Mile +22600,Jason M.,M,39,"Philadelphia, PA",5350,5900,535,10 Mile +4553,Brian C.,M,33,"Chicago, IL",5350,5712,535,10 Mile +11568,Samuel C.,M,32,"Rockville, MD",5351,6106,535,10 Mile +10691,Bruce D.,M,45,"Great Falls, VA",5351,6102,535,10 Mile +15305,Evan H.,M,31,"Brooklyn, NY",5351,6329,535,10 Mile +6763,David I.,M,28,"Alexandria, VA",5352,5665,535,10 Mile +22430,James P.,M,53,"Leesburg, VA",5352,5583,535,10 Mile +5130,Chris R.,M,31,"Falls Church, VA",5352,5636,535,10 Mile +7181,Erik P.,M,30,"Alexandria, VA",5352,6113,535,10 Mile +9773,Bruce T.,M,32,"Yonkers, NY",5353,5878,535,10 Mile +9219,Joseph L.,M,42,"Woodbridge, VA",5353,5814,535,10 Mile +370,Prasad G.,M,58,"Washington, DC",5353,5368,535,10 Mile +1009,Richard V.,M,46,"Alexandria, VA",5353,5576,535,10 Mile +2781,Mike W.,M,53,"New York, NY",5353,5895,535,10 Mile +5903,Brian O.,M,37,"Washington, DC",5354,6309,535,10 Mile +20775,John E.,M,50,"Alexandria, VA",5355,5713,535,10 Mile +11169,Jack M.,M,26,"Arlington, VA",5355,6204,535,10 Mile +8247,Zachary C.,M,28,"Vienna, VA",5355,5833,535,10 Mile +4045,Brett D.,M,34,"Alexandria, VA",5355,5598,535,10 Mile +6099,Brian D.,M,61,"Naples, FL",5356,5822,535,10 Mile +5498,Jacob E.,M,27,"Washington, DC",5356,5681,535,10 Mile +14058,Arie S.,M,30,"Bethesda, MD",5356,6191,535,10 Mile +7041,Bob M.,M,46,"Bethesda, MD",5356,5862,535,10 Mile +20408,Alexey Z.,M,38,"Centreville, VA",5356,6867,535,10 Mile +1601,Taylor F.,M,30,"Arlington, VA",5356,5414,535,10 Mile +4983,Kevin B.,M,35,"Fort Bragg, NC",5357,5701,535,10 Mile +5858,Thomas W.,M,41,"Washington Dc, DC",5357,5629,535,10 Mile +4316,Mark H.,M,61,"Westfield, NJ",5357,5677,535,10 Mile +8124,Brent P.,M,32,"Washington, DC",5357,5925,535,10 Mile +21631,Matthew S.,M,23,"Herndon, VA",5357,6771,535,10 Mile +13094,Sam S.,M,35,"Mclean, VA",5357,5414,535,10 Mile +11555,Jason B.,M,40,"Montreal, QC",5359,5978,535,10 Mile +5798,Jerry M.,M,61,"Orange, CT",5360,5917,536,10 Mile +20821,Gene B.,M,46,"Washington, DC",5360,6773,536,10 Mile +16780,Jinesh G.,M,31,"Dover, DE",5360,5688,536,10 Mile +6299,Jp R.,M,34,"Northampton, MA",5361,5962,536,10 Mile +23072,Charles B.,M,49,"Washington, DC",5361,5958,536,10 Mile +21904,Jon B.,M,22,"Washington, DC",5361,6244,536,10 Mile +1438,Ed B.,M,34,"Arlington, VA",5361,5612,536,10 Mile +6306,Jamie P.,M,44,"Rockville, MD",5362,5964,536,10 Mile +9418,Chris K.,M,45,"Newtown Square, PA",5362,5654,536,10 Mile +6827,Clark R.,M,52,"Rockville, MD",5362,5964,536,10 Mile +4688,Craig K.,M,35,"Alexandria, VA",5362,5627,536,10 Mile +7849,Tim W.,M,37,"Cambridge, MA",5363,5927,536,10 Mile +10409,Hunter M.,M,32,"Washington, DC",5363,6255,536,10 Mile +7485,Edward H.,M,62,"Silver Spring, MD",5363,5991,536,10 Mile +6851,Jorge E.,M,34,"Oakon, VA",5363,5806,536,10 Mile +4623,Randy B.,M,47,"Washington, DC",5363,6111,536,10 Mile +4877,Jonathan D.,M,25,"Washington, DC",5364,5642,536,10 Mile +6428,Matthew R.,M,48,"Herndon, VA",5364,5959,536,10 Mile +21851,Trelaine I.,M,26,"Washington, DC",5364,6188,536,10 Mile +3358,Justin S.,M,31,"Arlington, VA",5364,5643,536,10 Mile +11170,Sean M.,M,26,"Arlington, VA",5365,6215,536,10 Mile +16377,Tony X.,M,41,"Gaithersburg, MD",5365,6435,536,10 Mile +6996,Alex C.,M,29,"Silver Spring, MD",5366,6162,536,10 Mile +1523,Daran T.,M,37,"Washington, DC",5366,5585,536,10 Mile +14531,Roberto G.,M,33,"Columbia, MD",5367,5586,536,10 Mile +3364,Kevin Y.,M,36,"Washington, DC",5367,5980,536,10 Mile +12835,Kyle F.,M,28,"Washington, DC",5367,6356,536,10 Mile +9593,Robert M.,M,58,"Pittsburgh, PA",5368,5919,536,10 Mile +4376,David L.,M,39,"Alexandria, VA",5368,5636,536,10 Mile +22052,Austin A.,M,23,"Washington, DC",5368,6275,536,10 Mile +907,Nicolas W.,M,33,"Brooklyn, NY",5370,5806,537,10 Mile +22171,Adam K.,M,42,"Smithfield, VA",5371,6783,537,10 Mile +6430,Marshall S.,M,60,"Springfield, VA",5371,6006,537,10 Mile +10642,Stephen M.,M,57,"Wasington, DC",5371,5953,537,10 Mile +22613,Christopher L.,M,42,"Alexandria, VA",5371,5848,537,10 Mile +2293,Adam F.,M,37,"New York, NY",5371,5623,537,10 Mile +4232,Chris P.,M,59,"Severna Park, MD",5371,5989,537,10 Mile +9689,Brian L.,M,29,"Washington, DC",5371,5967,537,10 Mile +7268,Daniel P.,M,57,"Allison Park, PA",5371,5989,537,10 Mile +14256,Jacob S.,M,32,"Alexandria, VA",5372,6434,537,10 Mile +13547,Justin G.,M,35,"Washington, DC",5372,5838,537,10 Mile +15556,Trenton P.,M,21,"Arlington, VA",5373,6424,537,10 Mile +15924,Gary P.,M,53,"Tipp City, OH",5373,6424,537,10 Mile +9599,Sean M.,M,48,"Chevy Chase???, MD",5374,5982,537,10 Mile +5320,Nathan B.,M,26,"Arlington, VA",5376,6135,537,10 Mile +4902,John B.,M,54,"Shepherdstown, WV",5376,5681,537,10 Mile +22432,G. B.,M,58,"Hollywood, MD",5377,6548,537,10 Mile +8964,Garnett L.,M,26,"Washington, DC",5377,5838,537,10 Mile +9377,Steven C.,M,59,"Springdale, MD",5377,6206,537,10 Mile +6887,Faber W.,M,68,"Roland, AR",5377,5854,537,10 Mile +4009,Rob L.,M,48,"Alexandria, VA",5377,6185,537,10 Mile +10816,Philip W.,M,30,"Sunnyside, NY",5379,5840,537,10 Mile +660,Jesse B.,M,37,"Washington, DC",5379,5735,537,10 Mile +9506,Scott B.,M,42,"Washington, DC",5379,5810,537,10 Mile +4676,Nick Q.,M,31,"Washington, DC",5379,5735,537,10 Mile +3854,Benham M.,M,57,"Arlington, VA",5380,6496,538,10 Mile +12292,John L.,M,45,"Arlington, VA",5380,6238,538,10 Mile +8438,Jeremy T.,M,31,"Washington Dc, DC",5380,5811,538,10 Mile +1102,James R.,M,18,"Annapolis, MD",5380,5949,538,10 Mile +8632,Jonathan P.,M,32,"Reisterstown, MD",5380,6286,538,10 Mile +6480,Kevin C.,M,46,"Arlington, VA",5381,5891,538,10 Mile +10659,Christopher B.,M,32,"Washington, DC",5381,6637,538,10 Mile +7562,Patrick D.,M,33,"Pawling, NY",5381,6656,538,10 Mile +6771,Jeffrey G.,M,29,"Edmonton, AB",5381,5814,538,10 Mile +6953,Joseph S.,M,58,"Waldorf, MD",5381,5903,538,10 Mile +5302,Matt D.,M,30,"Washington, DC",5381,5962,538,10 Mile +4438,Tom B.,M,58,"Washington, DC",5382,6249,538,10 Mile +8847,Jonathan G.,M,35,"De Pere, WI",5382,5815,538,10 Mile +18819,Sergio L.,M,46,"Alexandria, VA",5382,5641,538,10 Mile +8870,Ivan Z.,M,32,"Alexandria, VA",5382,5668,538,10 Mile +406,Francis S.,M,72,"Alexandria, VA",5382,5395,538,10 Mile +6967,Edward R.,M,44,"Washington, DC",5382,5743,538,10 Mile +9468,Toiwa L.,M,38,"Fairfax, VA",5383,5902,538,10 Mile +6386,Victor G.,M,34,"Damascus, MD",5383,5829,538,10 Mile +11029,Gregory M.,M,46,"Washington, DC",5384,6836,538,10 Mile +5283,Patrick C.,M,35,"Columbia, MD",5385,5628,538,10 Mile +11578,Jefferson D.,M,27,"Washington, DC",5385,6280,538,10 Mile +13387,Ryan D.,M,38,"Washington, DC",5385,6170,538,10 Mile +9259,Xiaoxiao C.,M,34,"Washington, DC",5386,5814,538,10 Mile +8172,Kevin D.,M,60,"Washington, DC",5386,5872,538,10 Mile +6826,Jacob C.,M,58,"Washington, DC",5386,5824,538,10 Mile +11288,Ciro B.,M,27,"Arlington, VA",5386,6131,538,10 Mile +22976,Scott R.,M,52,"Torrance, CA",5386,6332,538,10 Mile +6872,Nicholas E.,M,32,"Washington, DC",5387,5855,538,10 Mile +3539,Won L.,M,49,"Highland, MD",5387,5450,538,10 Mile +22827,Jeffrey B.,M,48,"Baltimore, MD",5387,6335,538,10 Mile +7823,Lloyd C.,M,55,"Vienna, VA",5387,6170,538,10 Mile +2710,Kittrell H.,M,31,"Woodbirdge, VA",5387,5658,538,10 Mile +9228,Kyle D.,M,49,"Bethesda, MD",5387,6171,538,10 Mile +6922,Reid O.,M,44,"Alexandria, VA",5387,5990,538,10 Mile +11738,Michael H.,M,53,"Woodbridge, VA",5388,6138,538,10 Mile +4388,Phillip O.,M,28,"Philadelphia, PA",5388,6233,538,10 Mile +21907,Dan R.,M,35,"Washington, DC",5389,5843,538,10 Mile +8863,Eddie C.,M,31,"Washington, DC",5389,5992,538,10 Mile +8760,Matthew E.,M,25,"Arlington, VA",5389,6174,538,10 Mile +22316,Michael C.,M,33,"Fairfax, VA",5389,5426,538,10 Mile +1016,Daniel Z.,M,33,"San Francisco, CA",5389,6302,538,10 Mile +1101,Johnathan R.,M,45,"Annapolis, MD",5390,5958,539,10 Mile +9466,Boyden W.,M,39,"Arnold, MD",5390,5961,539,10 Mile +8194,Cameron K.,M,27,"Richmond, VA",5391,5919,539,10 Mile +3430,David C.,M,27,"Washington, DC",5391,5648,539,10 Mile +7012,John D.,M,35,"Washington, DC",5392,6010,539,10 Mile +7864,Bryan B.,M,33,"Kensington, MD",5392,6856,539,10 Mile +8887,Felix P.,M,42,"Rockville, MD",5392,6313,539,10 Mile +5856,Romano M.,M,25,"Odenton, MD",5393,5668,539,10 Mile +11263,Timothy D.,M,31,"Rockville, MD",5393,6232,539,10 Mile +7218,Gregg S.,M,45,"Alexandria, VA",5393,5921,539,10 Mile +11918,Chavannes T.,M,37,"Arlington, VA",5394,6254,539,10 Mile +14062,Sam J.,M,31,"Chicago, IL",5394,6840,539,10 Mile +900,Zurab S.,M,38,"Washington, DC",5395,5690,539,10 Mile +7876,Bryan S.,M,41,"Washington, DC",5395,5720,539,10 Mile +7043,Richard O.,M,37,"Vienna, VA",5395,5747,539,10 Mile +9031,Aaron B.,M,47,"Silver Spring, MD",5396,6032,539,10 Mile +3876,Greg M.,M,45,"Columbia, MD",5396,5699,539,10 Mile +9534,Mark L.,M,28,"Arlington, VA",5396,5396,539,10 Mile +6447,Bin-Giang C.,M,38,"Wheaton, MD",5396,5654,539,10 Mile +411,Bob A.,M,72,"Northfield, MN",5396,5455,539,10 Mile +12126,Stephen S.,M,35,"Washington, DC",5396,6347,539,10 Mile +6732,David B.,M,44,"Chevy Chase, MD",5396,5721,539,10 Mile +6518,Patrick K.,M,65,"Golden, CO",5396,5937,539,10 Mile +19011,Jason K.,M,33,"Chesapeake Beach, MD",5396,6186,539,10 Mile +6227,Jeff B.,M,26,"Washington, DC",5397,5913,539,10 Mile +9191,Sean S.,M,32,"Arlington, VA",5398,5964,539,10 Mile +4277,Daniel M.,M,43,"Chevy Chase, MD",5398,5733,539,10 Mile +15351,Nick R.,M,31,"Washington, DC",5398,6581,539,10 Mile +12653,Magnus L.,M,60,"Waltham, MA",5398,5974,539,10 Mile +7409,Craig P.,M,46,"Jefferson Hills, PA",5398,5911,539,10 Mile +4304,Burt P.,M,53,"Darien, CT",5399,5696,539,10 Mile +6254,Gary M.,M,56,"Toronto, ON",5399,5971,539,10 Mile +21549,Greg R.,M,25,"Wheaton, MD",5400,6831,540,10 Mile +7636,Jareb K.,M,40,"Washington, DC",5401,5917,540,10 Mile +11647,Benjamin J.,M,29,"Washington, DC",5401,6275,540,10 Mile +5889,Arthur S.,M,57,"Mount Holly, NC",5402,5661,540,10 Mile +8637,David D.,M,49,"Burke, VA",5402,5881,540,10 Mile +22542,Joseph R.,M,43,"Vienna, VA",5403,5904,540,10 Mile +11739,Rick H.,M,51,"Elkridge, MD",5404,6333,540,10 Mile +4898,Doug B.,M,40,"Stony Point, NY",5405,5621,540,10 Mile +5115,Sachithra J.,M,28,"Silver Spring, MD",5406,5765,540,10 Mile +9304,Matt L.,M,28,"Raleigh, NC",5406,6233,540,10 Mile +22423,Gordon M.,M,32,"Gaithersburg, MD",5406,5683,540,10 Mile +20876,Garrett K.,M,25,"Washington, DC",5406,6370,540,10 Mile +7203,Steven L.,M,51,"Arlington, VA",5406,5600,540,10 Mile +5992,Damon W.,M,41,"Washington, DC",5406,5855,540,10 Mile +7778,Carson R.,M,38,"Mclean, VA",5407,5885,540,10 Mile +21748,Chris B.,M,33,"Washington, DC",5407,6306,540,10 Mile +2800,Doug C.,M,31,"Irving, TX",5407,5682,540,10 Mile +22438,Sean S.,M,46,"Washington, DC",5408,5652,540,10 Mile +5659,Todd H.,M,52,"Washington, DC",5408,6823,540,10 Mile +2330,Brendan F.,M,25,"New York, NY",5408,6372,540,10 Mile +5279,Mustafa H.,M,50,"Bethesda, MD",5408,5763,540,10 Mile +10105,Alejandro P.,M,51,Singapore,5408,6041,540,10 Mile +22640,Andreas L.,M,47,"Arlington, VA",5408,6173,540,10 Mile +10434,Stephen R.,M,37,"Washington, DC",5409,6235,540,10 Mile +22246,Steven C.,M,33,"Centreville, VA",5409,6271,540,10 Mile +9589,Brian R.,M,23,"Chester, NJ",5409,5949,540,10 Mile +6648,Mike M.,M,39,"Schenectady, NY",5410,6044,541,10 Mile +9763,Craig D.,M,46,"Fairfax, VA",5410,5890,541,10 Mile +6794,Bryan B.,M,41,"Fairfax, VA",5410,6229,541,10 Mile +10678,Michael O.,M,22,"Frederick, MD",5410,6163,541,10 Mile +10895,Matthew K.,M,29,"West Newton, PA",5410,6342,541,10 Mile +21866,Matt D.,M,36,"Washington, DC",5412,5764,541,10 Mile +22447,Thomas H.,M,44,"Washington, DC",5413,6336,541,10 Mile +6703,Juan P.,M,51,"Mclean, VA",5413,5889,541,10 Mile +17753,Thomas B.,M,34,"Falls Church, VA",5413,6392,541,10 Mile +16887,Rodney F.,M,30,"Arlington, VA",5413,6459,541,10 Mile +12547,Shawn J.,M,29,"Washington, DC",5414,6258,541,10 Mile +5263,John D.,M,61,"Annandale, VA",5414,5709,541,10 Mile +8195,Ryan R.,M,38,"Springfield, VA",5414,6880,541,10 Mile +637,Shawn R.,M,24,"Washington, DC",5415,5766,541,10 Mile +5547,James M.,M,29,"Olney, MD",5415,5694,541,10 Mile +12967,Rayshon P.,M,33,"Washington, DC",5415,5630,541,10 Mile +4247,Drew S.,M,32,"Carrboro, NC",5415,5688,541,10 Mile +1706,Wil S.,M,29,"Washington, DC",5415,5648,541,10 Mile +4883,Kev H.,M,28,"Arlington, VA",5416,5936,541,10 Mile +21117,Christopher H.,M,57,"Alexandria, VA",5416,6864,541,10 Mile +9858,Chris D.,M,32,"Brooklyn, NY",5417,6711,541,10 Mile +6181,John D.,M,38,"Falls Church, VA",5417,5988,541,10 Mile +5349,Andreas S.,M,53,"Midlothian, VA",5417,5966,541,10 Mile +5633,Reese R.,M,16,"Preston, MD",5417,5634,541,10 Mile +6890,Rene F.,M,61,"Virginia Beach, VA",5417,6004,541,10 Mile +7723,Andrew B.,M,47,"Arlington, VA",5418,5988,541,10 Mile +2738,Albert C.,M,24,"Arlington, VA",5418,5630,541,10 Mile +6506,Hari H.,M,41,"Doylestown, PA",5419,6650,541,10 Mile +6533,Gerald P.,M,60,"Minneapolis, MN",5419,6026,541,10 Mile +5729,Chris C.,M,40,"Washington, DC",5420,6164,542,10 Mile +21918,Brian A.,M,43,"Arlington, VA",5420,6310,542,10 Mile +18301,John P.,M,68,"Washington, DC",5421,6827,542,10 Mile +11184,Andy C.,M,51,"Oakton, VA",5421,6285,542,10 Mile +6474,Alex K.,M,27,"Washington, DC",5421,5920,542,10 Mile +16179,Jesse H.,M,34,"Washington, DC",5421,5734,542,10 Mile +3625,Perry D.,M,28,"Washington, DC",5422,6354,542,10 Mile +8403,Ben P.,M,33,"Alexandria, VA",5423,5906,542,10 Mile +6806,Ryan P.,M,36,"Philadelphia, PA",5423,6383,542,10 Mile +21899,Christopher D.,M,43,"Arlington, VA",5424,6314,542,10 Mile +11789,Doug C.,M,65,"Afton, VA",5425,6170,542,10 Mile +5443,Patrick R.,M,25,"Hyattsville, MD",5425,6516,542,10 Mile +22539,Karl B.,M,47,"Ashburn, VA",5426,6011,542,10 Mile +9637,Jason M.,M,40,"Alexandri, VA",5426,5902,542,10 Mile +22512,Bob B.,M,57,"Brookeville, MD",5426,5677,542,10 Mile +6409,Robert W.,M,30,"New York, NY",5427,5958,542,10 Mile +14792,Charlie D.,M,65,"West Grove, PA",5427,6410,542,10 Mile +5769,Frederick H.,M,58,"Adamstown, MD",5427,5795,542,10 Mile +22079,Nathan H.,M,37,"Arlington, VA",5427,6328,542,10 Mile +5596,Warrick S.,M,57,"Arlington, VA",5427,5668,542,10 Mile +8406,Matthew P.,M,57,"Olney, MD",5427,5766,542,10 Mile +11522,Michael D.,M,61,"Rockville, MD",5428,5673,542,10 Mile +6687,Philip L.,M,25,"Cambridge, MA",5429,6047,542,10 Mile +20754,Jonathan L.,M,36,"North Beach, MD",5429,6898,542,10 Mile +8132,Wes C.,M,38,"Frederick, MD",5429,5922,542,10 Mile +11155,Thomas R.,M,57,"Centreville, VA",5432,6264,543,10 Mile +5534,Bill L.,M,51,"Denver, CO",5432,6373,543,10 Mile +8554,Jeffrey C.,M,52,"Arlington, VA",5432,5880,543,10 Mile +524,Joshua M.,M,27,"Arlington, VA",5433,5886,543,10 Mile +2066,Mike L.,M,51,"Philadelphia, PA",5434,5468,543,10 Mile +8076,Oral J.,M,47,"Ft Washington, MD",5434,6271,543,10 Mile +2095,Scott F.,M,42,"Chesapeake, VA",5436,5958,543,10 Mile +6454,Paul H.,M,60,"Gaithersburg, MD",5437,5917,543,10 Mile +6345,Michael L.,M,40,"Alexandria, VA",5437,6019,543,10 Mile +12470,Paul D.,M,45,"Arlington, VA",5438,6908,543,10 Mile +909,Roger B.,M,33,"Silver Spring, MD",5438,5673,543,10 Mile +9583,Matthew G.,M,33,"Lafayette, LA",5438,6246,543,10 Mile +8558,Jason W.,M,39,"Washington, DC",5438,6045,543,10 Mile +14415,Courtney J.,M,48,"New Rochelle, NY",5439,5924,543,10 Mile +17472,Kevin B.,M,22,"College Park, MD",5440,6717,544,10 Mile +5360,Francis L.,M,26,"Washington, DC",5440,6211,544,10 Mile +7608,Peter K.,M,44,"Washington, DC",5441,6213,544,10 Mile +12885,Reza M.,M,33,"Washington, DC",5441,6202,544,10 Mile +8112,Dean K.,M,51,"Reston, VA",5441,6199,544,10 Mile +1789,George G.,M,35,"New York, NY",5441,5483,544,10 Mile +22617,James P.,M,46,"Baltimore, MD",5441,5881,544,10 Mile +6132,John M.,M,41,"Silver Spring, MD",5441,6333,544,10 Mile +6796,Will K.,M,35,"Baltimore, MD",5442,6002,544,10 Mile +19488,Reginald T.,M,68,"Fairfax Station, VA",5442,5884,544,10 Mile +9477,Brian K.,M,35,"Salisbury, MD",5442,6002,544,10 Mile +960,Hunter G.,M,29,"Washington Dc, DC",5443,5973,544,10 Mile +2170,James B.,M,29,"Washington, DC",5443,5973,544,10 Mile +5353,Ekene A.,M,36,"Philadelphia, PA",5443,5904,544,10 Mile +15246,David L.,M,34,"Arlington, VA",5443,6419,544,10 Mile +8549,Nikhil T.,M,40,"Olney, MD",5443,5949,544,10 Mile +7641,Craig S.,M,43,"Bethesda, MD",5444,6035,544,10 Mile +5512,John M.,M,54,"Baltimore, MD",5444,5710,544,10 Mile +9531,Nick R.,M,50,"Columbia, MD",5444,5880,544,10 Mile +7705,Marcus H.,M,23,"Washington, DC",5445,6069,544,10 Mile +6159,Stuart S.,M,71,"St. Paul, MN",5446,6402,544,10 Mile +7427,Will D.,M,33,"Washington, DC",5446,5993,544,10 Mile +3690,Andrew E.,M,26,"Arlington, VA",5446,6041,544,10 Mile +14003,Jonathan E.,M,40,"Derwood, MD",5447,6183,544,10 Mile +5187,Jim K.,M,56,"Washington, DC",5447,5675,544,10 Mile +6990,Thomas S.,M,29,"Washington, DC",5448,6076,544,10 Mile +9410,James M.,M,49,"Columbia, MD",5449,5765,544,10 Mile +6973,Christopher P.,M,36,"Washington, DC",5450,5964,545,10 Mile +1449,Jeff F.,M,40,"Huntingtown, MD",5451,5787,545,10 Mile +10398,Rafael D.,M,25,"Arlington, VA",5451,6025,545,10 Mile +21856,Chris K.,M,45,"Washington, DC",5451,5888,545,10 Mile +12543,Aaron M.,M,37,"Arlington, VA",5452,6298,545,10 Mile +5429,David G.,M,39,"Myersville, MD",5452,5733,545,10 Mile +7567,John F.,M,56,"Silver Spring, MD",5453,6226,545,10 Mile +6272,Phil S.,M,33,"Washington, DC",5453,5946,545,10 Mile +5860,Brian M.,M,33,"Alexandria, VA",5454,5758,545,10 Mile +10630,William R.,M,40,"Washington, DC",5454,6297,545,10 Mile +22724,Todd A.,M,33,"Reston, VA",5455,6244,545,10 Mile +6212,Michael S.,M,36,"Washington, DC",5455,6091,545,10 Mile +14158,Freddie W.,M,50,"Herndon, VA",5456,6743,545,10 Mile +13248,Eduardo A.,M,37,"Fairfax, VA",5456,6329,545,10 Mile +2916,Philip C.,M,33,"Arlington, VA",5456,5905,545,10 Mile +11207,Geoffrey H.,M,46,"Chevy Chase, MD",5457,5742,545,10 Mile +8412,Luis H.,M,46,Panama,5457,6024,545,10 Mile +14077,John M.,M,32,"Cheverly, MD",5457,5964,545,10 Mile +8739,Amos C.,M,37,"Washington, DC",5457,5896,545,10 Mile +7752,Neon N.,M,42,"Chantilly, VA",5458,6521,545,10 Mile +10325,John M.,M,58,"Brielle, NJ",5459,5895,545,10 Mile +7234,Robert G.,M,59,"Hunt Valley, MD",5460,5889,546,10 Mile +22503,Rob B.,M,31,"Quantico, VA",5460,5745,546,10 Mile +6423,Cesar R.,M,48,"Vienna, VA",5460,5962,546,10 Mile +6509,Thomas H.,M,29,"College Park, MD",5461,5959,546,10 Mile +15024,Matthew S.,M,41,"Jackson, NJ",5461,6958,546,10 Mile +17030,Luis D.,M,31,"Fairfax, VA",5461,6739,546,10 Mile +21073,John C.,M,29,"Springfield, VA",5461,6867,546,10 Mile +5041,Doug S.,M,32,"Arlington, VA",5461,5672,546,10 Mile +23094,Alexander O.,M,43,"Bethesda, MD",5461,5962,546,10 Mile +9270,Rodney P.,M,28,"Ny, NY",5462,5981,546,10 Mile +21275,Shengting P.,M,44,"Rockville, MD",5462,6344,546,10 Mile +21081,Enrico F.,M,31,"Laramie, WY",5463,6979,546,10 Mile +21672,Joseph C.,M,50,"Ashburn, MO",5463,6876,546,10 Mile +11520,Dennis N.,M,31,"College Park, MD",5464,6560,546,10 Mile +20800,Asitav M.,M,36,"Adelphi, MD",5464,6979,546,10 Mile +7061,Barry D.,M,49,"Arlington, VA",5464,5905,546,10 Mile +10510,Samuel R.,M,30,"Washington, DC",5465,6246,546,10 Mile +7401,Eugene S.,M,38,"Gambrills, MD",5465,6246,546,10 Mile +9620,Xuankhoa N.,M,34,"Philadelphia, PA",5465,6561,546,10 Mile +9725,Jd D.,M,45,"New York, NY",5465,5893,546,10 Mile +9633,Lawrence R.,M,48,"Vienna, VA",5465,5969,546,10 Mile +4894,Daniel D.,M,28,"New York, NY",5466,5687,546,10 Mile +21166,Robert B.,M,38,"Alexandria, VA",5466,6530,546,10 Mile +4303,Rob C.,M,35,"Washington, DC",5466,5970,546,10 Mile +5284,David H.,M,43,"Arlington, VA",5467,5782,546,10 Mile +22986,Aaron S.,M,35,"Arlington, VA",5467,6978,546,10 Mile +6705,Cory S.,M,35,"Falls Church, VA",5468,5800,546,10 Mile +8551,Jim Y.,M,49,"New Tripoli, PA",5468,5977,546,10 Mile +9860,Qingfeng H.,M,40,"Vienna, VA",5469,6045,546,10 Mile +13076,Pierce S.,M,28,"Alexandria, VA",5469,5834,546,10 Mile +22252,Drew T.,M,47,"Nashville, TN",5470,5802,547,10 Mile +13646,Ben S.,M,24,"Arlington, VA",5470,6215,547,10 Mile +5864,Jason S.,M,27,"Cambridge, MA",5470,5963,547,10 Mile +15504,Ryan W.,M,34,"Woodbridge, VA",5470,6411,547,10 Mile +8080,Norberto M.,M,53,"Sea Ranch Lakes, FL",5470,5963,547,10 Mile +5276,Nicolas L.,M,45,"Staten Island, NY",5470,5761,547,10 Mile +21964,Louis R.,M,26,"Washington, DC",5471,5905,547,10 Mile +8880,Roger T.,M,63,"Herndon, VA",5471,5984,547,10 Mile +8673,Michael B.,M,33,"Washington, DC",5471,6244,547,10 Mile +6496,Steven G.,M,70,"Jamesville, NY",5471,5751,547,10 Mile +1672,Robert H.,M,38,"Washington, DC",5472,5982,547,10 Mile +14246,Christian M.,M,26,"Ann Arbor, MI",5472,5994,547,10 Mile +10491,Rickard L.,M,46,"Great Falls, VA",5472,6312,547,10 Mile +7506,David W.,M,33,"Lewes, DE",5472,6218,547,10 Mile +5820,Robert M.,M,63,"Oakton, VA",5473,5742,547,10 Mile +6025,Michael B.,M,27,"Southwick, MA",5473,5826,547,10 Mile +7003,Ronnie H.,M,67,"Union Grove, AL",5473,5986,547,10 Mile +5218,Timothy N.,M,34,"Baton Rouge, LA",5473,5746,547,10 Mile +10007,Michael R.,M,41,"Woodbridge, VA",5474,6289,547,10 Mile +4427,Brian S.,M,41,"Cambridge, MD",5474,5817,547,10 Mile +20485,Michael L.,M,25,"Arlington, VA",5474,6554,547,10 Mile +9327,Troy R.,M,48,"Alexandria, VA",5474,6033,547,10 Mile +1896,Ira R.,M,24,"Washington, DC",5474,6052,547,10 Mile +22347,Nicholas V.,M,35,"Olney, MD",5475,5515,547,10 Mile +6238,John P.,M,33,"South Riding, VA",5475,6033,547,10 Mile +5693,Kevin L.,M,37,"Arlington, VA",5475,6090,547,10 Mile +3990,Brian T.,M,37,"Washington, DC",5475,5805,547,10 Mile +13703,Luke E.,M,26,"New Haven, CT",5476,6239,547,10 Mile +5537,Nicholas M.,M,28,"Washington, DC",5476,6327,547,10 Mile +3538,Jason S.,M,44,"Falls Church, VA",5476,6094,547,10 Mile +21666,Zephyr N.,M,25,"Washington Dc, DC",5477,6663,547,10 Mile +1642,Kevin W.,M,39,"Washington, DC",5477,5995,547,10 Mile +6364,Dennis C.,M,58,"Linthicum, MD",5477,5995,547,10 Mile +12254,Armando W.,M,42,"Virginia Beach, VA",5477,6330,547,10 Mile +6670,Taylor R.,M,25,"Herndon, VA",5478,5913,547,10 Mile +8904,Evan T.,M,34,"Alexandria, VA",5478,5990,547,10 Mile +6165,Lawny J.,M,40,"Bowie, MD",5478,5826,547,10 Mile +22287,Igor Z.,M,44,"Mclean, VA",5479,6773,547,10 Mile +10919,Jerry S.,M,39,"Stevensville, MD",5479,6213,547,10 Mile +9853,Philip B.,M,32,"Washington, DC",5479,6589,547,10 Mile +15587,Marc G.,M,37,"Alexandria, VA",5480,6543,548,10 Mile +3634,Nicholas J.,M,57,"State College, PA",5480,5789,548,10 Mile +7118,Sashisekaran T.,M,43,"Vienna, VA",5480,5921,548,10 Mile +7100,Barry C.,M,44,"Arlington, VA",5481,5752,548,10 Mile +8181,Don H.,M,58,"Pittsburgh, PA",5481,5989,548,10 Mile +4920,Cathal M.,M,26,"New York, NY",5481,5996,548,10 Mile +10464,Jason W.,M,40,"Washington, DC",5482,6219,548,10 Mile +11452,Steve N.,M,58,"Arlington, VA",5482,5918,548,10 Mile +12090,Alex F.,M,52,"Bethesda, MD",5482,6284,548,10 Mile +9500,John D.,M,64,"Silver Spring, MD",5483,6244,548,10 Mile +2460,Kelly B.,M,48,"Silver Spring, MD",5483,6026,548,10 Mile +3460,Nyerere D.,M,31,"Washington, DC",5485,5969,548,10 Mile +11695,Joe G.,M,52,"Washington, DC",5485,6476,548,10 Mile +15230,Ron W.,M,43,"Falls Church, VA",5485,6716,548,10 Mile +11854,Brian C.,M,53,"Macomb, MI",5487,6250,548,10 Mile +3069,Young P.,M,46,"Great Falls, VA",5487,5688,548,10 Mile +5473,Malik P.,M,31,"Washington, DC",5488,5833,548,10 Mile +3533,Christopher M.,M,43,"Chevy Chase, MD",5489,5719,548,10 Mile +3635,Adam R.,M,38,"Washington, DC",5489,5749,548,10 Mile +2258,Kevin L.,M,15,"Fairfax, VA",5490,6543,549,10 Mile +10669,Joseph G.,M,45,"Gaithersburg, MD",5491,6384,549,10 Mile +10148,Brett S.,M,42,"Broadlands, VA",5491,6075,549,10 Mile +21999,Brendan W.,M,38,"Washington, DC",5491,6257,549,10 Mile +12001,Damien G.,M,47,"Silver Spring, MD",5491,5971,549,10 Mile +8383,Sobhan M.,M,53,"Ellicott City, MD",5492,5936,549,10 Mile +21288,Nicholas C.,M,25,"Vienna, VA",5492,6896,549,10 Mile +21983,Steven S.,M,30,"Washington, DC",5493,6079,549,10 Mile +7231,Philippe G.,M,56,"White Plains, NY",5493,6238,549,10 Mile +8684,Jim K.,M,50,"Herndon, VA",5493,5939,549,10 Mile +8024,Richard G.,M,25,"Arlington, VA",5493,5995,549,10 Mile +11075,Ricardo L.,M,42,"Mclean, VA",5493,6250,549,10 Mile +1598,Hassan T.,M,44,"Bethesda, MD",5494,6301,549,10 Mile +6791,Steve G.,M,44,"Fairfax, VA",5495,6065,549,10 Mile +5780,Ben B.,M,47,"Durham, NC",5496,5828,549,10 Mile +21284,Allan B.,M,16,"Fairfax, VA",5496,5816,549,10 Mile +3940,Randall S.,M,34,"Washington, DC",5496,5737,549,10 Mile +7611,Vernon B.,M,35,"Forest Hills, NY",5497,5983,549,10 Mile +14065,Mark D.,M,64,"Washington, DC",5497,6229,549,10 Mile +7009,Will S.,M,28,"Lexington, VA",5497,5981,549,10 Mile +10146,Fred T.,M,62,"Olney, MD",5498,5933,549,10 Mile +13946,Anthony R.,M,27,"Arlington, VA",5498,6454,549,10 Mile +884,Daniel H.,M,31,"Washington, DC",5498,6038,549,10 Mile +15000,Stephen Z.,M,57,"Cincinnati, OH",5499,6591,549,10 Mile +7232,Joseph S.,M,50,"Faifax, VA",5499,6042,549,10 Mile +9269,Sean R.,M,53,"Arlington, VA",5499,5835,549,10 Mile +5024,Mckenley M.,M,58,"Petersburg, VA",5499,5768,549,10 Mile +21935,Randall B.,M,66,"Arlington, VA",5499,5951,549,10 Mile +9018,Leif B.,M,27,"Washington, DC",5500,6004,550,10 Mile +20814,Jesper F.,M,31,"Washington, DC",5500,6797,550,10 Mile +7779,Kyle W.,M,24,"College Park, MD",5501,6367,550,10 Mile +11333,Chris J.,M,32,"Herndon, VA",5502,6362,550,10 Mile +2275,Jason M.,M,44,"Richmond, VA",5503,6371,550,10 Mile +11948,Russell S.,M,46,"San Antonio, TX",5503,6371,550,10 Mile +5824,Graham P.,M,36,"Washington, DC",5503,5866,550,10 Mile +6062,Scott F.,M,36,"Bethesda, MD",5503,6005,550,10 Mile +7861,Joe D.,M,31,"Columbia, MD",5503,6249,550,10 Mile +9118,David L.,M,23,"Prince Frederick, MD",5504,6021,550,10 Mile +21069,Chase S.,M,28,"Arlington, VA",5505,6043,550,10 Mile +9421,Kevan L.,M,41,"Rockville, MD",5505,6477,550,10 Mile +4986,Patrick L.,M,33,"Vienna, VA",5506,6567,550,10 Mile +5722,Peter B.,M,30,"Alexandria, VA",5507,5964,550,10 Mile +4423,Joseph R.,M,47,"Springfield, VA",5508,5822,550,10 Mile +11719,Bradley S.,M,36,"Palmyra, PA",5508,5780,550,10 Mile +9283,Marc K.,M,45,"Arlington, VA",5508,6069,550,10 Mile +7774,Keith D.,M,33,"New York, NY",5508,6030,550,10 Mile +21823,Jim P.,M,40,"Washington, DC",5508,6486,550,10 Mile +6662,Ari K.,M,34,"Washington, DC",5509,6270,550,10 Mile +2082,Brock T.,M,40,"Washington, DC",5509,5558,550,10 Mile +13475,Paul M.,M,56,"Springfield, VA",5510,6308,551,10 Mile +13074,Vincent E.,M,54,"Alexandria, VA",5510,6260,551,10 Mile +10165,Joseph K.,M,56,"Washington, DC",5510,5988,551,10 Mile +3970,Philip R.,M,39,"Gaithersburg, MD",5511,5854,551,10 Mile +11557,Louis P.,M,33,"Reston, VA",5511,5999,551,10 Mile +7748,Tony W.,M,58,"Somersworth, NH",5511,5948,551,10 Mile +8665,Philip L.,M,31,"Brooklyn, NY",5512,5995,551,10 Mile +2874,Yancey E.,M,40,"Falls Church, VA",5513,5809,551,10 Mile +13813,David U.,M,25,"Fairfax, VA",5513,6352,551,10 Mile +20489,Guus B.,M,38,"Arlington, VA",5514,6035,551,10 Mile +6781,Benjamin H.,M,46,"Hollywood, FL",5515,5750,551,10 Mile +9738,James S.,M,29,"New Brunswick, NJ",5516,6086,551,10 Mile +13523,David H.,M,37,"Washington, DC",5516,6285,551,10 Mile +9948,William N.,M,35,"Pylesville, MD",5516,6963,551,10 Mile +6656,Tom M.,M,28,"Washington, DC",5516,6106,551,10 Mile +11047,Dale S.,M,50,"Clarksburg, MD",5517,6296,551,10 Mile +7237,James G.,M,54,"Alexandria, VA",5517,5952,551,10 Mile +6126,Carl F.,M,47,"Washington, DC",5517,6276,551,10 Mile +11051,Gene G.,M,68,"Timonium, MD",5517,6270,551,10 Mile +7860,Eric N.,M,61,"Severna Park, MD",5519,6009,551,10 Mile +6351,Keon D.,M,33,"Alexandria, VA",5519,6033,551,10 Mile +9429,Fernando M.,M,37,"Washington, DC",5519,5970,551,10 Mile +22992,Adrian P.,M,32,"Chicago, IL",5520,5863,552,10 Mile +10418,Hyung K.,M,39,"Arlington, VA",5520,5847,552,10 Mile +8159,Joe M.,M,39,"Haymarket, VA",5521,6279,552,10 Mile +8446,Fay H.,M,45,"Washington, DC",5521,6062,552,10 Mile +6307,Stephen N.,M,64,"Reston, VA",5521,6090,552,10 Mile +8675,James T.,M,32,"Washington, DC",5522,5957,552,10 Mile +871,Patrick C.,M,55,"Potomac, MD",5522,5569,552,10 Mile +8400,Jeff B.,M,48,"Oakton, VA",5522,6020,552,10 Mile +8578,Dave C.,M,51,"Bethesda, MD",5522,6325,552,10 Mile +14516,Christopher C.,M,38,"Kensington, MD",5523,6611,552,10 Mile +3821,Abdullodzhon S.,M,37,"Silver Spring, MD",5523,5821,552,10 Mile +7036,Keith G.,M,31,"Washington, DC",5523,6364,552,10 Mile +21149,Gal O.,M,44,"Rockville, MD",5524,6513,552,10 Mile +5555,Arthur M.,M,63,"Boston, MA",5524,5803,552,10 Mile +2113,Jamie S.,M,47,"Baltimore, MD",5524,5848,552,10 Mile +7279,Scott M.,M,39,"Washington, DC",5524,5999,552,10 Mile +22552,Jason C.,M,32,"Marshall, VA",5525,5977,552,10 Mile +21859,Charlie E.,M,35,"Washington, DC",5525,6142,552,10 Mile +10836,Andrew N.,M,29,"Washington, DC",5526,6421,552,10 Mile +5704,Jordan T.,M,22,"Washington, DC",5526,5719,552,10 Mile +21664,Conner M.,M,24,"Washington, DC",5526,6712,552,10 Mile +7155,Michael M.,M,34,"Vacaville, CA",5526,6150,552,10 Mile +8960,Tim F.,M,36,"Potomac, MD",5526,6357,552,10 Mile +6031,Nicolas R.,M,30,"Washington, DC",5527,5803,552,10 Mile +11090,Patrick O.,M,31,"Mclean, VA",5527,6505,552,10 Mile +12239,Armando M.,M,41,"Brooklyn, NY",5527,5998,552,10 Mile +9626,Marvin S.,M,34,"Alexandria, VA",5528,6061,552,10 Mile +5435,Matthew G.,M,30,"Wilmington, DE",5528,6038,552,10 Mile +7304,Bill D.,M,51,"Arlington, VA",5528,5965,552,10 Mile +8481,Kyle M.,M,27,"Bethesda, MD",5529,5883,552,10 Mile +10191,Jim Z.,M,48,"Gainesville, VA",5529,6347,552,10 Mile +21613,Philip B.,M,34,"Alexandria, VA",5529,6819,552,10 Mile +5848,Teddy O.,M,31,"Washington, DC",5529,6001,552,10 Mile +7348,Wesley W.,M,39,"Huntingtown, MD",5529,6019,552,10 Mile +2011,Richard S.,M,39,"Washington, DC",5529,6398,552,10 Mile +7901,Sterling S.,M,33,"Washington, DC",5529,6119,552,10 Mile +14039,Sam B.,M,44,"New York, NY",5529,6294,552,10 Mile +6644,Dan P.,M,24,"Washington, DC",5529,6300,552,10 Mile +12119,Robert L.,M,41,"Washington, DC",5530,6267,553,10 Mile +4137,Ivan L.,M,44,"Centreville, VA",5530,6747,553,10 Mile +13312,Jeff E.,M,46,"Rockville, MD",5530,6300,553,10 Mile +3980,Daniel C.,M,55,"Silver Spring, MD",5531,6011,553,10 Mile +11227,Shane M.,M,36,"York Springs, PA",5531,6337,553,10 Mile +4897,Chris D.,M,30,"Westlake, OH",5531,6076,553,10 Mile +3770,Hank S.,M,60,"Reston, VA",5531,5875,553,10 Mile +3810,Alan M.,M,49,"Mount Laurel, NJ",5531,5852,553,10 Mile +2854,Andrew S.,M,30,"Washington, DC",5533,6129,553,10 Mile +10092,Matt G.,M,26,"Princeton, NJ",5533,6136,553,10 Mile +20109,Tareq A.,M,48,"Ashburn, VA",5534,5787,553,10 Mile +9927,Raymond P.,M,30,"Salisbury, MD",5534,6015,553,10 Mile +8346,Scott S.,M,34,"Burke, VA",5535,6719,553,10 Mile +8869,Robert M.,M,49,"Washington, DC",5535,6713,553,10 Mile +10085,Russell L.,M,37,"Parkton, MD",5535,6031,553,10 Mile +4124,James B.,M,29,"Washington D.c., DC",5535,5812,553,10 Mile +8688,Eric V.,M,36,"Centreville, VA",5535,6110,553,10 Mile +4609,Jack M.,M,36,"Baltimore, MD",5535,5740,553,10 Mile +7802,Charles B.,M,32,"Durham, NC",5536,6057,553,10 Mile +2519,Zachary M.,M,31,"Washington, DC",5536,5848,553,10 Mile +3887,Andrew K.,M,27,"Burke, VA",5537,5887,553,10 Mile +2561,Brian Q.,M,24,"Astoria, NY",5537,5904,553,10 Mile +12720,Mark K.,M,50,"Ellicott City, MD",5537,6036,553,10 Mile +11179,Mark D.,M,29,"Arlingotn, VA",5537,6071,553,10 Mile +6074,Robert R.,M,27,"Uniondale, NY",5537,5904,553,10 Mile +12721,Julian W.,M,13,"Ellicott City, MD",5537,6037,553,10 Mile +14285,Justin C.,M,34,"Washington, DC",5539,6309,553,10 Mile +15497,Christopher C.,M,29,"Washington, DC",5539,6653,553,10 Mile +8786,William P.,M,35,"Alexandria, VA",5540,6031,554,10 Mile +8178,Mark P.,M,38,"Arlington, VA",5541,6304,554,10 Mile +9810,James C.,M,34,"Arlington, VA",5541,6300,554,10 Mile +12096,Brenton L.,M,30,"Washington, DC",5541,6415,554,10 Mile +7282,Colin F.,M,25,"Boston, MA",5541,6108,554,10 Mile +7468,Michael D.,M,33,"Pearland, TX",5541,6062,554,10 Mile +2654,Eliot G.,M,26,"Arlington, VA",5542,5877,554,10 Mile +4294,Robert M.,M,31,"New York, NY",5542,5987,554,10 Mile +9869,Paul M.,M,39,"Fort Washington, MD",5542,6600,554,10 Mile +22018,Joshua S.,M,27,"Billings, MT",5542,6388,554,10 Mile +10679,Matthew B.,M,25,"Frederick, MD",5543,6296,554,10 Mile +11415,James B.,M,31,"Annandale, VA",5543,6062,554,10 Mile +10748,Derek K.,M,39,"Rockville, MD",5544,6389,554,10 Mile +8347,Faramarz Z.,M,54,"Gaithersburg, MD",5544,6111,554,10 Mile +2537,Patrick H.,M,58,"West Chester, PA",5544,6291,554,10 Mile +9142,Caleb G.,M,29,"Washington, DC",5544,5544,554,10 Mile +22325,Devin S.,M,28,"Chantilly, VA",5544,6442,554,10 Mile +6501,Augustine K.,M,36,"Centreville, VA",5545,6517,554,10 Mile +7119,Michael C.,M,64,"Lyndell, PA",5546,5997,554,10 Mile +22410,Marco E.,M,34,"Washington, DC",5547,6590,554,10 Mile +7840,Andrew M.,M,28,"Washington, DC",5547,6590,554,10 Mile +21702,Tarrence T.,M,34,"Washington, DC",5547,6032,554,10 Mile +3390,Justin B.,M,32,"Washington, DC",5547,6655,554,10 Mile +10717,Rilind L.,M,29,"Washington, DC",5548,6112,554,10 Mile +9052,Andy U.,M,34,"Falls Church, VA",5548,6043,554,10 Mile +8950,Nicholas D.,M,31,"Hoboken, NJ",5548,6082,554,10 Mile +9958,Benjamin M.,M,45,"Adamstown, MD",5548,6066,554,10 Mile +22619,Justin H.,M,36,"Annapolis, MD",5549,6700,554,10 Mile +14966,Brett S.,M,31,"Washington, DC",5549,6702,554,10 Mile +10509,Thomas W.,M,25,"Washington, DC",5551,6515,555,10 Mile +3908,Michael M.,M,37,"Arlington, VA",5551,6337,555,10 Mile +9719,Junne A.,M,29,"Washington, DC",5551,6049,555,10 Mile +10721,Tom H.,M,65,"Allison Park, PA",5551,6529,555,10 Mile +8375,Andy P.,M,28,"Silver Spring, MD",5551,6096,555,10 Mile +4202,Gregory D.,M,44,"Washington, DC",5551,6454,555,10 Mile +4348,Bert L.,M,32,"Worcester, MA",5553,5794,555,10 Mile +6888,Joseph M.,M,39,"Arlington, VA",5553,6047,555,10 Mile +5577,Robert H.,M,45,"Fairfax Station, VA",5555,5768,555,10 Mile +7811,Kevin S.,M,33,"Arlington, VA",5555,6075,555,10 Mile +3472,Michael C.,M,31,"Hamden, CT",5555,6112,555,10 Mile +11109,Shane R.,M,47,"Ormond Beach, FL",5555,6330,555,10 Mile +11882,Seung Y.,M,42,"Alexandria, VA",5555,6440,555,10 Mile +1765,Sean F.,M,26,"Frostburg, MD",5555,6193,555,10 Mile +13754,Christopher W.,M,31,"Washington, DC",5556,6370,555,10 Mile +1932,Paul K.,M,34,"Alexandria, VA",5556,6361,555,10 Mile +6303,Justin S.,M,26,"Houston, TX",5556,6073,555,10 Mile +6992,Max M.,M,52,"Washington, DC",5556,6012,555,10 Mile +15670,Ryan L.,M,35,"Parkville, MD",5557,6621,555,10 Mile +3670,Rohan K.,M,21,"Fulton, MD",5557,6039,555,10 Mile +5318,Robert H.,M,38,"Philadelphia, PA",5557,5913,555,10 Mile +9437,Daniel B.,M,30,"Kenmore, NY",5558,6101,555,10 Mile +9565,Jose A.,M,43,"East Amherst, NY",5559,6101,555,10 Mile +8135,David M.,M,42,"Washington, DC",5560,6093,556,10 Mile +15324,Andrew G.,M,35,"Washington, DC",5560,6822,556,10 Mile +6204,Michael W.,M,33,"Alexandria, VA",5561,6119,556,10 Mile +6723,Nasha G.,M,39,"Clarksburg, MD",5562,6054,556,10 Mile +20729,Edward U.,M,34,"North Bethesda, MD",5562,5907,556,10 Mile +8295,Christopher O.,M,30,"Rockville, MD",5562,6149,556,10 Mile +10627,Todd S.,M,49,"Orlando, FL",5562,6297,556,10 Mile +12097,Noel H.,M,41,"West Chester, PA",5563,6113,556,10 Mile +7591,Joseph M.,M,50,"East Greenwich, RI",5563,5995,556,10 Mile +18386,Vincent C.,M,24,"Alexandria, VA",5565,6811,556,10 Mile +23077,Steve L.,M,44,"Brooklyn, NY",5565,6185,556,10 Mile +7124,William Z.,M,58,"Strasburg, PA",5565,6104,556,10 Mile +6945,Lyle R.,M,61,"Hopewell, NJ",5565,6043,556,10 Mile +21307,Ryan G.,M,29,"Washington, DC",5565,6348,556,10 Mile +5049,Robert M.,M,46,"Severn, MD",5566,6777,556,10 Mile +7815,Lorenz N.,M,28,"Washington, DC",5566,6792,556,10 Mile +6919,Andrew F.,M,47,"Vienna, VA",5566,6067,556,10 Mile +21595,Daniel V.,M,28,"Washington, DC",5566,6336,556,10 Mile +7715,Gary F.,M,56,"Rockville, VA",5567,6412,556,10 Mile +20184,Matthew S.,M,45,"Waterford, VA",5568,6125,556,10 Mile +6558,Westray C.,M,31,"Washington, DC",5568,6000,556,10 Mile +7518,Tomas S.,M,45,"Washington, DC",5568,6109,556,10 Mile +12178,Jason F.,M,32,"Weehawken, NJ",5568,6423,556,10 Mile +6968,Ronald B.,M,51,"Alexandria, VA",5569,6061,556,10 Mile +8876,Damen H.,M,46,"Washington, DC",5569,6477,556,10 Mile +22457,Brian R.,M,47,"Potomac, MD",5570,6117,557,10 Mile +11884,Chris S.,M,38,"West Chester, PA",5570,6081,557,10 Mile +5046,Edward D.,M,30,"Philadelphia, PA",5571,6537,557,10 Mile +22557,Dave M.,M,56,"Ashburn, VA",5571,6063,557,10 Mile +4867,Doug S.,M,35,"Washington, DC",5571,6423,557,10 Mile +22221,Les G.,M,55,"Washington, DC",5571,6035,557,10 Mile +3643,Carlos M.,M,36,"Ashburn, VA",5571,5859,557,10 Mile +4687,Patrick V.,M,42,"Falls Church, VA",5572,5932,557,10 Mile +9784,James M.,M,42,"Alexandria, VA",5572,6106,557,10 Mile +6140,William P.,M,46,"Arlington, VA",5572,5772,557,10 Mile +4357,Fabian F.,M,27,"Ann Arbor, MI",5572,5774,557,10 Mile +4393,Christopher C.,M,39,"Fairfax, VA",5573,6077,557,10 Mile +12145,Abhinav R.,M,34,"Brunswick, OH",5574,6518,557,10 Mile +5680,Thomas H.,M,56,"Mclean, VA",5574,5848,557,10 Mile +10123,Spencer R.,M,34,"Alexandira, VA",5575,6023,557,10 Mile +5732,Kenneth L.,M,35,"Alexandria, VA",5576,5806,557,10 Mile +10026,Jonathan S.,M,39,"Sandy Spring, MD",5576,6038,557,10 Mile +3886,Patrick F.,M,52,"Rockville, MD",5577,6356,557,10 Mile +21350,Bryandt D.,M,24,"Washington, DC",5577,6837,557,10 Mile +8742,Dan P.,M,22,"Philadelphia, PA",5577,6044,557,10 Mile +19502,Steve S.,M,42,"Potomac, MD",5577,6408,557,10 Mile +6069,Mark D.,M,40,"Ashburn, VA",5577,5895,557,10 Mile +10200,Robert S.,M,57,"Shillington, PA",5578,6141,557,10 Mile +5260,Mark L.,M,55,"Oakton, VA",5578,5941,557,10 Mile +6923,Edward R.,M,28,"New York, NY",5579,6024,557,10 Mile +5781,Michael G.,M,46,"New York, NY",5579,5808,557,10 Mile +10135,Ronald K.,M,60,"Parma, OH",5579,6017,557,10 Mile +11489,Jay F.,M,29,"Dallas, TX",5579,6409,557,10 Mile +5594,John D.,M,57,"West Deptford, NJ",5580,6171,558,10 Mile +3466,Bruce G.,M,61,"Fulton, MD",5580,6062,558,10 Mile +9205,Michael L.,M,35,"Washington, DC",5580,6059,558,10 Mile +7105,Jeremy R.,M,54,"Herndon, VA",5580,6020,558,10 Mile +11475,Kameron M.,M,28,"Pittsburgh, PA",5581,6554,558,10 Mile +10512,Clayton D.,M,31,"Washington, DC",5581,6451,558,10 Mile +9085,Sam L.,M,42,"Rockville, MD",5581,6059,558,10 Mile +10685,Anthony G.,M,26,"Washington, DC",5582,6377,558,10 Mile +12122,Cory E.,M,29,"Ashburn, VA",5582,6168,558,10 Mile +12897,Michael M.,M,30,"Washington, DC",5582,6415,558,10 Mile +21953,Tim D.,M,37,"Washington, DC",5582,6126,558,10 Mile +12996,Tim V.,M,36,"Washington, DC",5583,6510,558,10 Mile +14530,Scott C.,M,30,"Washington, DC",5583,6650,558,10 Mile +6849,Brian W.,M,29,"Washington, DC",5584,6166,558,10 Mile +9884,Daniel C.,M,27,"Washington, DC",5584,6177,558,10 Mile +8239,Taylor N.,M,27,"Washington, DC",5584,6176,558,10 Mile +12796,Jeremy H.,M,43,"St Petersburg, FL",5585,6342,558,10 Mile +12067,Jeff H.,M,43,"Clarksburg, MD",5585,6416,558,10 Mile +11510,Benjamin M.,M,34,"Arlington, VA",5586,6452,558,10 Mile +9258,Enrique B.,M,43,"Washington, DC",5586,6125,558,10 Mile +8767,Paul R.,M,30,"Washington, DC",5586,6181,558,10 Mile +7564,Michael A.,M,40,"Bowie, MD",5586,6059,558,10 Mile +11011,Matt F.,M,33,"Arlington, VA",5586,6506,558,10 Mile +10815,Jack E.,M,66,"Rockville, MD",5586,6409,558,10 Mile +9178,Joshua S.,M,38,"Washington, DC",5586,6129,558,10 Mile +10400,Dan W.,M,32,"Washington, DC",5587,6413,558,10 Mile +3775,Michael O.,M,41,"Bethesda, MD",5587,6106,558,10 Mile +8191,Les P.,M,64,"Silver Spring, MD",5588,5877,558,10 Mile +10959,Drew M.,M,27,"Arlington, VA",5588,6655,558,10 Mile +20953,Jeffrey W.,M,32,"Washington, DC",5588,6991,558,10 Mile +5467,Marc V.,M,52,"Washington, DC",5588,5837,558,10 Mile +6592,Peter G.,M,47,"New Hyde Park, NY",5589,6099,558,10 Mile +3156,Charlie E.,M,53,"Arlington, VA",5589,5918,558,10 Mile +7469,Stephen D.,M,27,"Washington, DC",5589,6194,558,10 Mile +10315,Jeffrey C.,M,44,"Annandale, VA",5589,6192,558,10 Mile +9997,Jason P.,M,40,"Alexandria, VA",5590,6180,559,10 Mile +6985,Mauricio O.,M,29,"Fairfax, VA",5590,6189,559,10 Mile +10693,Donald B.,M,28,"Ashburn, VA",5591,6846,559,10 Mile +5797,Hunter J.,M,24,"Washington, DC",5591,6214,559,10 Mile +9825,Luis C.,M,45,"Arlington, VA",5592,6387,559,10 Mile +19439,Charles B.,M,25,"Washington, DC",5593,6216,559,10 Mile +2606,Stephan K.,M,32,"Washington, DC",5593,6584,559,10 Mile +7869,Marc E.,M,45,"Washington, DC",5593,6064,559,10 Mile +720,James B.,M,32,"Hanover, MD",5594,6395,559,10 Mile +7725,Russell L.,M,61,"Frankford, DE",5594,6223,559,10 Mile +12196,Jude M.,M,39,"Beltsville, MD",5594,6366,559,10 Mile +2929,Robert M.,M,53,"Temple Hills, MD",5594,6041,559,10 Mile +10482,John W.,M,58,"Weston, CT",5595,6203,559,10 Mile +6564,Shahpour E.,M,47,"Annandale, VA",5595,6042,559,10 Mile +13618,Andrew W.,M,39,"Greenbelt, MD",5595,6187,559,10 Mile +6164,David R.,M,31,"Lothian, MD",5596,5951,559,10 Mile +6086,Stephen F.,M,24,"Centreville, VA",5597,5914,559,10 Mile +6911,Nathan T.,M,42,"Alexandria, VA",5597,6060,559,10 Mile +20172,John C.,M,20,"Falls Church, VA",5597,7001,559,10 Mile +6314,Michael T.,M,44,"Baltimore, MD",5598,6055,559,10 Mile +7478,Scott G.,M,30,"Silver Spring, MD",5598,5930,559,10 Mile +10770,John H.,M,34,"Chantilly, VA",5598,6483,559,10 Mile +13306,Dennis A.,M,54,"Washington, DC",5599,6406,559,10 Mile +11436,Scott W.,M,59,"Washington, OK",5599,6443,559,10 Mile +3965,Shawn C.,M,38,"Columbia, MD",5599,6836,559,10 Mile +8310,Max L.,M,32,"Arlington, VA",5600,6559,560,10 Mile +11481,Max R.,M,25,"Falls Church, VA",5600,6385,560,10 Mile +11341,Jozef G.,M,35,"Baltimore, MD",5600,6348,560,10 Mile +16877,Jacob H.,M,33,"Alexandria, VA",5601,6679,560,10 Mile +8491,Kyle M.,M,33,"Harrisburg, PA",5602,6405,560,10 Mile +6188,Eric F.,M,42,"Arlington, VA",5602,5903,560,10 Mile +9580,Matthew Z.,M,29,"Arlington, VA",5603,6114,560,10 Mile +16044,Brian H.,M,34,"Alexandria, VA",5603,6784,560,10 Mile +7365,Charles C.,M,53,"Winchester, VA",5605,6451,560,10 Mile +6623,Rodrigo L.,M,43,"Alexandria, VA",5605,6064,560,10 Mile +10676,Matthew S.,M,25,"Richmond, VA",5605,6515,560,10 Mile +20512,Brian H.,M,51,"Martinsburg, WV",5606,7015,560,10 Mile +21888,Hans B.,M,36,"Washington, DC",5606,6096,560,10 Mile +21805,Lee L.,M,32,"Alexandria, VA",5606,6096,560,10 Mile +7745,Bradley T.,M,32,"Takoma Park, MD",5606,6810,560,10 Mile +10933,Wes C.,M,36,"Arlington, VA",5606,6372,560,10 Mile +9527,Benjamin P.,M,32,"Cottage Grove, MN",5606,6160,560,10 Mile +9811,Mark F.,M,52,"Vienna, VA",5607,5817,560,10 Mile +15346,Jay G.,M,42,"Towaco, NJ",5607,6683,560,10 Mile +8309,Konstantine G.,M,33,"Rockville, MD",5607,6221,560,10 Mile +5989,Denis O.,M,55,"White Plains, NY",5608,6219,560,10 Mile +19606,Gregory B.,M,42,"West Chester, PA",5609,6572,560,10 Mile +20539,David P.,M,28,"Washington, DC",5610,7066,561,10 Mile +11970,Ben-Ari B.,M,26,"Washington, DC",5612,6722,561,10 Mile +5522,Brian G.,M,31,"Alexandria, VA",5612,5899,561,10 Mile +15234,Jeremiah L.,M,42,"Alexandria, VA",5612,6712,561,10 Mile +9401,Mike P.,M,36,"Washington, DC",5612,6246,561,10 Mile +9147,Jason C.,M,37,"Springfield, VA",5613,6389,561,10 Mile +16097,Justin P.,M,27,"Silver Spring, MD",5613,6883,561,10 Mile +4745,Jo I.,M,57,"Marriottsville, MD",5614,5817,561,10 Mile +22277,Michael C.,M,46,"Vienna, VA",5614,5898,561,10 Mile +7685,Aris M.,M,45,"Reston, VA",5614,5860,561,10 Mile +4084,Ryan M.,M,28,"Philadelphia, PA",5614,6217,561,10 Mile +10188,Zachary F.,M,37,"Washington, DC",5614,6072,561,10 Mile +6834,Poweide K.,M,52,"Bethesda, MD",5614,6076,561,10 Mile +7389,Dan K.,M,47,"Fairfax Station, VA",5615,6166,561,10 Mile +12348,Swamy K.,M,45,"Centreville, VA",5616,6429,561,10 Mile +1577,Edwin R.,M,40,"College Park, MD",5617,5646,561,10 Mile +9143,Bill B.,M,44,"Annandale, VA",5617,6098,561,10 Mile +17139,Stuart S.,M,38,"Bethpage, NY",5617,5824,561,10 Mile +10344,Griffin P.,M,41,"Astoria, NY",5617,6229,561,10 Mile +13603,Christopher S.,M,34,"Washington, DC",5617,6515,561,10 Mile +11441,Eric S.,M,25,"Washington, DC",5618,6426,561,10 Mile +7439,William G.,M,54,"Washington, DC",5618,6489,561,10 Mile +13746,Christopher T.,M,38,"Arlington, VA",5618,6423,561,10 Mile +9046,Alex F.,M,34,"Washington, DC",5619,6362,561,10 Mile +7819,Grant K.,M,33,"Alexandria, VA",5619,6494,561,10 Mile +8586,Joseph S.,M,29,"Washington, DC",5619,6106,561,10 Mile +7373,Gary F.,M,53,"Arlington, VA",5619,6058,561,10 Mile +8589,Joseph M.,M,29,"Durham, NC",5619,6146,561,10 Mile +13935,Tonny T.,M,28,"Burtonsville, MD",5620,6508,562,10 Mile +6719,Warren L.,M,65,"Bethesda, MD",5620,6111,562,10 Mile +16369,Atilla K.,M,47,"Alexandria, VA",5620,6727,562,10 Mile +10528,Menahem P.,M,53,"Washington, DC",5621,6596,562,10 Mile +8407,Mark R.,M,57,"Vienna, VA",5621,6161,562,10 Mile +17960,Matthew H.,M,44,"Washington, DC",5622,6759,562,10 Mile +11356,Timothy S.,M,54,"Bowie, MD",5622,6403,562,10 Mile +9381,Brett E.,M,27,"Washington, DC",5623,6416,562,10 Mile +2142,John G.,M,49,"Arlington, VA",5623,5880,562,10 Mile +15755,Paul F.,M,50,"Springfield, VA",5623,6806,562,10 Mile +17367,Andrew B.,M,44,"Potomac, MD",5624,6415,562,10 Mile +20824,Harpal K.,M,48,"Cockeysville, MD",5625,6474,562,10 Mile +5695,Jonathan L.,M,30,"Washington, DC",5626,5890,562,10 Mile +9021,Michael M.,M,55,"Orlando, FL",5626,6094,562,10 Mile +8265,Thomas D.,M,35,"Arlington, VA",5627,6512,562,10 Mile +6947,Robert H.,M,29,"Arlington, VA",5627,5974,562,10 Mile +4636,Robert H.,M,30,"Washington, DC",5627,5930,562,10 Mile +21908,Michael E.,M,25,"Washington, DC",5628,6381,562,10 Mile +18339,Mark P.,M,31,"Oakton, VA",5628,6840,562,10 Mile +8723,Doug C.,M,36,"Washington, DC",5628,6153,562,10 Mile +4637,Inocente M.,M,67,"Woodbridge, ON",5628,5930,562,10 Mile +5521,Peter M.,M,30,"Washington, DC",5628,5889,562,10 Mile +4297,Jordan J.,M,29,"Washington, DC",5628,5890,562,10 Mile +10005,Scott N.,M,52,"Milford, DE",5628,6408,562,10 Mile +10508,Andrew M.,M,62,"North Potomac, MD",5629,6696,562,10 Mile +13814,Siva S.,M,45,"Clarksburg M, MD",5629,6180,562,10 Mile +20934,James H.,M,25,"Washington, DC",5629,6252,562,10 Mile +21583,Alex P.,M,31,"Falls Church, VA",5630,6137,563,10 Mile +5619,Denny G.,M,65,"Arlington, VA",5632,6161,563,10 Mile +12132,Kevin O.,M,26,"Washington, DC",5632,6459,563,10 Mile +8796,Piotr W.,M,32,"Philadelphia, PA",5632,6458,563,10 Mile +5533,Sean P.,M,42,"Damascus, MD",5632,5956,563,10 Mile +10433,Vernon H.,M,37,"Winchester, VA",5632,6485,563,10 Mile +9987,Vincent F.,M,35,"Brooklyn, NY",5632,6399,563,10 Mile +2652,Phil P.,M,48,"Bethesda, MD",5632,5886,563,10 Mile +7473,Daniel V.,M,42,"Washington, DC",5634,6102,563,10 Mile +5206,Neil R.,M,50,"Monroe, NY",5635,6116,563,10 Mile +1578,Scott C.,M,28,"Washington, DC",5635,5697,563,10 Mile +6688,Tom F.,M,33,"Washington, DC",5637,6253,563,10 Mile +7225,James G.,M,55,"Melrose, MA",5637,6094,563,10 Mile +9690,Kevin F.,M,36,"Arlington, VA",5637,6236,563,10 Mile +14239,Eric D.,M,43,"Palmyra, VA",5638,6768,563,10 Mile +7999,David F.,M,24,"Arlington, VA",5638,6108,563,10 Mile +5398,Alexander P.,M,26,"Washington, DC",5638,5941,563,10 Mile +7369,Hanani W.,M,42,"Washington, DC",5638,6273,563,10 Mile +12305,Tom W.,M,36,"Henrico, VA",5638,6370,563,10 Mile +15046,Remarno C.,M,33,"Washington, DC",5639,6152,563,10 Mile +12047,Andres G.,M,29,"Silver Spring, MD",5639,6851,563,10 Mile +7475,Carlos J.,M,37,"Alexandria, VA",5639,6231,563,10 Mile +11973,Abi S.,M,25,"Arlington, VA",5640,6393,564,10 Mile +17255,Kaustubh D.,M,31,"Arlington, VA",5640,6769,564,10 Mile +21969,Jens U.,M,22,"Washington, DC",5640,7407,564,10 Mile +372,Robert W.,M,72,"Pittsburgh, PA",5641,5700,564,10 Mile +10892,Nathan B.,M,28,"Arlington, VA",5642,6584,564,10 Mile +20533,Jeff A.,M,29,"Arlington, VA",5642,6446,564,10 Mile +10304,Chalapathi B.,M,41,"Chantilly, VA",5642,6705,564,10 Mile +11807,Michael S.,M,29,"Washington, DC",5642,6437,564,10 Mile +8139,Kameel D.,M,40,"Springdale, MD",5644,6162,564,10 Mile +9033,Joe N.,M,51,"Falls Church, VA",5645,6156,564,10 Mile +10961,Rick B.,M,27,"Washington, DC",5645,6397,564,10 Mile +7248,Luis I.,M,34,"Burke, VA",5645,6472,564,10 Mile +12412,George M.,M,43,"Washington, DC",5646,6587,564,10 Mile +4257,Brett L.,M,26,"Arlington, VA",5646,5864,564,10 Mile +8658,Daniel W.,M,36,"Springfield, VA",5646,6177,564,10 Mile +21135,Philip H.,M,41,"Rockville, MD",5646,7101,564,10 Mile +9582,Taylor N.,M,27,"Arlington, VA",5646,6227,564,10 Mile +17152,Michael K.,M,27,"Baltimore, MD",5647,6140,564,10 Mile +3997,Con L.,M,44,"Kingstowne, VA",5647,5893,564,10 Mile +8906,Steve K.,M,30,"Arlington, VA",5648,6092,564,10 Mile +8353,Derrick T.,M,39,"Alexandria, VA",5648,6142,564,10 Mile +9051,Marcus L.,M,35,"Washington, DC",5648,6239,564,10 Mile +4852,Chris P.,M,37,"Long Island City, NY",5648,6705,564,10 Mile +8084,Kaare R.,M,61,"Washington, DC",5648,6583,564,10 Mile +8628,Marquez C.,M,50,"Washington, DC",5649,6189,564,10 Mile +11966,Craig H.,M,38,"Washington, DC",5649,6431,564,10 Mile +14264,Mitchell E.,M,29,"Washington, DC",5650,6009,565,10 Mile +5637,Simon D.,M,37,"Washington, DC",5650,6491,565,10 Mile +4351,Nicholas I.,M,27,"Staten Island, NY",5651,5856,565,10 Mile +6079,Andrew M.,M,34,"Washington, DC",5651,6209,565,10 Mile +13139,Jeremy D.,M,61,"Boonton, NJ",5652,6481,565,10 Mile +10583,Rob L.,M,41,"Washington, DC",5652,6551,565,10 Mile +7305,Mark W.,M,50,"Ashburn, VA",5652,6232,565,10 Mile +2697,Richard P.,M,22,"North Potomac, MD",5653,5987,565,10 Mile +13198,Dan H.,M,45,"Annapolis, MD",5653,6415,565,10 Mile +10171,Garrett K.,M,28,"Washington, DC",5654,6946,565,10 Mile +8011,Justin S.,M,31,"Baltimore, MD",5654,6513,565,10 Mile +9976,Mark G.,M,45,"Silver Spring, MD",5654,6541,565,10 Mile +21996,Mario S.,M,28,"Washington, DC",5655,6387,565,10 Mile +5022,Glenn W.,M,40,"Glen Burnie, MD",5656,6893,565,10 Mile +6076,Scott A.,M,39,"Ashburn, VA",5656,5902,565,10 Mile +5406,Albert E.,M,62,"Granite Bay, CA",5656,5938,565,10 Mile +2765,Nick G.,M,36,"Washington, PA",5656,6706,565,10 Mile +13449,Jae K.,M,52,"Annandale, VA",5657,6521,565,10 Mile +45,Bennett B.,M,67,"Bethesda, MD",5658,6127,565,10 Mile +8893,Frank O.,M,29,"Arlington, VA",5658,6183,565,10 Mile +5576,Paul V.,M,34,"Sykesville, MD",5658,5976,565,10 Mile +10650,Steven S.,M,40,"Chantilly, VA",5658,6495,565,10 Mile +8143,Roberto R.,M,28,"Arlington, VA",5658,6720,565,10 Mile +9214,Jordan S.,M,25,"Fort Worth, TX",5658,6245,565,10 Mile +10960,Matthew C.,M,33,"Washington, DC",5658,6702,565,10 Mile +9949,Charles C.,M,35,"Columbia, MD",5659,6219,565,10 Mile +12080,Chuong P.,M,41,"Philadelphia, PA",5660,6551,566,10 Mile +11182,Ari R.,M,36,"Washington, DC",5660,6550,566,10 Mile +21030,Matthew B.,M,25,"Washington, DC",5660,7087,566,10 Mile +6803,Jeffrey C.,M,62,"Silver Spring, MD",5660,6278,566,10 Mile +22296,Walter R.,M,54,"Leesburg, VA",5660,5973,566,10 Mile +3511,Brian S.,M,44,"Dayton, OH",5660,5891,566,10 Mile +9943,Andrew H.,M,39,"Alexandria, VA",5661,6149,566,10 Mile +1510,Ian W.,M,42,"Arlington, VA",5661,6551,566,10 Mile +18602,Bryan M.,M,27,"Jersey City, NJ",5661,6729,566,10 Mile +3824,Mike P.,M,52,"Annapolis, MD",5661,6091,566,10 Mile +5709,Stephen E.,M,27,"Berkley, MI",5661,6824,566,10 Mile +8170,Michael A.,M,46,"Fairfax, VA",5662,6211,566,10 Mile +7428,Matthew P.,M,34,"New York, NY",5662,6134,566,10 Mile +9855,Karl M.,M,32,"Washington, DC",5663,6175,566,10 Mile +15806,Kevin O.,M,33,"Alexandria, VA",5664,6887,566,10 Mile +6317,Brian L.,M,31,"Washington, DC",5664,6576,566,10 Mile +8304,Michael C.,M,37,"Washington, DC",5664,6175,566,10 Mile +6082,Kevin S.,M,32,"Apex, NC",5664,6188,566,10 Mile +9920,Philip K.,M,38,"Fairfax, VA",5667,6278,566,10 Mile +22017,Luke S.,M,29,"Washington, DC",5667,6402,566,10 Mile +13563,Pete M.,M,55,"Malvern, PA",5668,6006,566,10 Mile +11230,Colin W.,M,29,"Washington, DC",5668,6558,566,10 Mile +7749,Glenn B.,M,52,"Silver Spring, MD",5668,6741,566,10 Mile +11316,Thomas D.,M,33,"Washington, DC",5669,6614,566,10 Mile +4010,David B.,M,35,"Washington, DC",5669,5972,566,10 Mile +7517,Mark M.,M,31,"Beltsville, MD",5670,6284,567,10 Mile +7899,Jeff M.,M,62,"Portland, OR",5670,6452,567,10 Mile +7040,Dagoberto V.,M,41,"Washington, DC",5670,6190,567,10 Mile +16049,Eric F.,M,56,"Reston, VA",5670,6206,567,10 Mile +11691,Bradley K.,M,55,"Baltimore, MD",5672,6899,567,10 Mile +9731,Brian T.,M,53,"Purcellville, VA",5672,6300,567,10 Mile +5034,John S.,M,63,"Providence, RI",5673,5888,567,10 Mile +20889,Michael B.,M,41,"Haddam, CT",5673,6309,567,10 Mile +19045,Jayakumar P.,M,44,"Fallschurch, VA",5673,6114,567,10 Mile +15424,Michael C.,M,45,"Bethesda, MD",5673,6638,567,10 Mile +9830,Theodore L.,M,37,"Washington, DC",5674,6269,567,10 Mile +15827,Sean D.,M,41,"Washington, DC",5675,6312,567,10 Mile +18618,George N.,M,39,"Alexandria, VA",5676,7088,567,10 Mile +8019,Charles H.,M,36,"Sterling, VA",5676,6298,567,10 Mile +5718,David K.,M,37,"Charlottesville, VA",5676,6787,567,10 Mile +13286,Christopher O.,M,37,"Washington, DC",5677,6666,567,10 Mile +9305,Robert M.,M,42,"Hockessin, DE",5677,6567,567,10 Mile +15653,Fred L.,M,33,"Washington, DC",5677,6960,567,10 Mile +10329,Bryan B.,M,31,"Reisterstown, MD",5677,6241,567,10 Mile +683,Richard R.,M,66,"Washington, DC",5678,5721,567,10 Mile +6322,Maxwell N.,M,25,"Brooklyn, NY",5678,6273,567,10 Mile +12756,Ben B.,M,29,"Washington, DC",5678,6576,567,10 Mile +15904,Ethan K.,M,31,"Washington, DC",5679,6210,567,10 Mile +6321,Phil P.,M,31,"Chicago, IL",5679,6283,567,10 Mile +7354,Kenneth B.,M,65,"Washington, DC",5680,6137,568,10 Mile +12809,Benjamin E.,M,32,"Washington, DC",5680,6530,568,10 Mile +10637,Ron S.,M,51,"West Hartford, CT",5680,6461,568,10 Mile +7034,Jim R.,M,67,"Thomasville, NC",5681,6030,568,10 Mile +3725,Michael O.,M,60,"Mechanicsburg, PA",5682,7138,568,10 Mile +1083,John D.,M,37,"Washington, DC",5682,5700,568,10 Mile +22633,David G.,M,49,"Severn, MD",5682,6445,568,10 Mile +2617,Jeff G.,M,57,"Silver Spring, MD",5683,5971,568,10 Mile +4195,Ross R.,M,34,"Washington, DC",5684,6780,568,10 Mile +15065,Jordan F.,M,28,"Abingdon, VA",5684,6650,568,10 Mile +8923,David P.,M,48,"Silver Spring, MD",5684,6758,568,10 Mile +8998,Ryan G.,M,30,"Washington, DC",5684,6443,568,10 Mile +4849,Kristian L.,M,37,"Washington, DC",5685,5897,568,10 Mile +2029,David F.,M,33,"Brandywine, MD",5685,6949,568,10 Mile +5499,Brian S.,M,40,"Warrington, PA",5685,6234,568,10 Mile +11583,Christopher M.,M,38,"Washington, DC",5686,6471,568,10 Mile +18059,Williams S.,M,34,"Silver Spring, MD",5686,6481,568,10 Mile +8577,David R.,M,35,"Woodbridge, VA",5686,6957,568,10 Mile +5465,Rohan B.,M,26,"Washington, DC",5687,5908,568,10 Mile +7462,Andrew J.,M,36,"Alexandria, VA",5687,6160,568,10 Mile +7312,Robert O.,M,46,"Fayetteville, PA",5687,6316,568,10 Mile +5733,Rahul B.,M,22,"Walnut Creek, CA",5687,5908,568,10 Mile +10548,Gregory G.,M,61,"Reston, VA",5688,6275,568,10 Mile +6683,Seth R.,M,45,"Miami, FL",5688,6006,568,10 Mile +13029,Jake P.,M,17,"Willow Grove, PA",5688,6494,568,10 Mile +9131,Drew M.,M,32,"Washington, DC",5689,6645,568,10 Mile +9328,Robb M.,M,35,"Washington, DC",5689,6125,568,10 Mile +10075,Hermes F.,M,47,"Ashburn, VA",5689,6188,568,10 Mile +8205,Mathew L.,M,32,"Silver Spring, MD",5690,6299,569,10 Mile +8598,Kenny C.,M,64,"Floral Park, NY",5690,6224,569,10 Mile +10697,Sean C.,M,48,"Washington, DC",5691,6481,569,10 Mile +12747,Trevor S.,M,25,"New York, NY",5691,6533,569,10 Mile +5728,Dave D.,M,33,"Springfield, VA",5691,6005,569,10 Mile +11979,Charlie M.,M,66,"Westport, CT",5692,6171,569,10 Mile +10161,A.c. C.,M,52,"Washington, DC",5692,6483,569,10 Mile +8394,Marco S.,M,50,"Reston, VA",5692,6452,569,10 Mile +9430,Kevin R.,M,35,"Washington, DC",5692,6572,569,10 Mile +1215,Bill S.,M,31,"St. Louis, MO",5692,6514,569,10 Mile +22556,Gerry L.,M,50,"Mountain Lakes, NJ",5692,6455,569,10 Mile +10245,John D.,M,56,"North Wales, PA",5693,6145,569,10 Mile +11795,Keith H.,M,34,"Ashburn, VA",5693,6534,569,10 Mile +12872,Joseph B.,M,31,"Washington, DC",5693,6509,569,10 Mile +12327,Erick P.,M,28,"Washington, DC",5693,6588,569,10 Mile +8557,Jon R.,M,54,"University Park, MD",5693,6201,569,10 Mile +4695,Duane D.,M,28,"St. Louis, MO",5693,6514,569,10 Mile +5984,Ryan K.,M,31,"Washington, DC",5694,6650,569,10 Mile +8778,Michael R.,M,49,"Bethesda, MD",5694,5975,569,10 Mile +13858,Ryan M.,M,26,"Arlington, VA",5694,6802,569,10 Mile +7943,Evan H.,M,27,"Columbus, OH",5694,6260,569,10 Mile +11525,Alejandro G.,M,23,"Potomac, MD",5695,6643,569,10 Mile +7437,Steven W.,M,64,"Potomac, MD",5696,6180,569,10 Mile +9969,Jamie G.,M,35,"Bethesda, MD",5696,6285,569,10 Mile +9239,Christopher K.,M,31,"Arlington, VA",5696,6244,569,10 Mile +21606,Gino M.,M,36,"Alexandria, VA",5696,6437,569,10 Mile +9596,Kerry B.,M,60,"Arlington, VA",5696,6184,569,10 Mile +8314,Andrew P.,M,29,"Washington, DC",5696,6223,569,10 Mile +17114,Gabriel A.,M,30,"Washington, DC",5698,7162,569,10 Mile +16971,Joselito P.,M,37,"Middle River, MD",5698,6914,569,10 Mile +16343,Ross P.,M,32,"Washington, DC",5698,7142,569,10 Mile +19839,Shaun M.,M,23,"Silver Spring, MD",5698,7105,569,10 Mile +9141,Daniel C.,M,36,"Washington, DC",5699,6442,569,10 Mile +8207,Robert C.,M,32,"Washington, DC",5699,6303,569,10 Mile +21704,Michael W.,M,25,"Baltimore, MD",5699,6484,569,10 Mile +10733,Kevin D.,M,43,"Washington, DC",5699,6443,569,10 Mile +13878,Omari D.,M,36,"Arlington, VA",5699,6639,569,10 Mile +14692,Yoav S.,M,35,"North Bethesda, MD",5699,6805,569,10 Mile +779,Christopher Q.,M,38,"Ft Meade, MD",5700,5894,570,10 Mile +6636,Linden F.,M,36,"Washington, DC",5700,6185,570,10 Mile +7621,Ricky B.,M,27,"Columbia, MD",5700,6242,570,10 Mile +6151,Xiaodong Z.,M,53,"Vienna, VA",5701,6759,570,10 Mile +3701,Rony S.,M,30,"Fairfax, VA",5701,5956,570,10 Mile +663,Jason W.,M,40,"Washington, DC",5701,6034,570,10 Mile +10814,Hunter M.,M,45,"Durham, NC",5702,6485,570,10 Mile +403,Malcolm O.,M,77,"Chevy Chase, MD",5703,6003,570,10 Mile +8380,Mike R.,M,26,"Alexandria, VA",5703,6178,570,10 Mile +6035,Courtney R.,M,37,"Washington, DC",5704,6749,570,10 Mile +7618,Ted C.,M,47,"Fairfax, VA",5705,6772,570,10 Mile +10217,Matthew S.,M,46,"Arlington, VA",5705,6230,570,10 Mile +8257,Henry M.,M,53,"Arlington, VA",5707,6141,570,10 Mile +5492,Stephen S.,M,51,"Patuxent River, MD",5707,6044,570,10 Mile +5939,Tony A.,M,62,"Washington, DC",5707,5911,570,10 Mile +8717,James C.,M,57,"Birmingham, MI",5708,6471,570,10 Mile +22663,Brian M.,M,40,"Parkland, FL",5709,6704,570,10 Mile +9001,Shawn B.,M,38,"Washington, DC",5709,6805,570,10 Mile +4751,Dan O.,M,34,"Washington, DC",5709,5939,570,10 Mile +10620,Brad B.,M,27,"Orlando, FL",5710,6551,571,10 Mile +13805,Brandon S.,M,36,"Washington, DC",5710,6532,571,10 Mile +20991,Scott S.,M,47,"Potomac, MD",5711,6244,571,10 Mile +10822,Bengal R.,M,60,"Washington, DC",5711,6457,571,10 Mile +2225,Joshua M.,M,26,"Washington, DC",5711,6577,571,10 Mile +4668,Lynn T.,M,40,"Washington, DC",5712,6054,571,10 Mile +5228,James M.,M,58,"Washington, DC",5712,5916,571,10 Mile +10820,Daniel A.,M,32,"Rockville, MD",5712,6466,571,10 Mile +11081,Mohit R.,M,40,"Bethesda, MD",5712,6592,571,10 Mile +11702,Ryan H.,M,33,"North Potomac, MD",5713,6571,571,10 Mile +9050,John H.,M,60,"Canton Center, CT",5713,6209,571,10 Mile +8066,Thomas R.,M,39,"Falls Church, VA",5713,6159,571,10 Mile +12551,Adam R.,M,42,"Alexandria, VA",5713,6445,571,10 Mile +6628,Thien-Truc N.,M,46,"Clarksburg, MD",5713,6146,571,10 Mile +9679,Martin M.,M,47,"Germantown, MD",5714,6167,571,10 Mile +10253,Justin J.,M,40,"Silver Spring, MD",5714,6262,571,10 Mile +664,Zach D.,M,27,"Washington, DC",5716,6311,571,10 Mile +10891,Nand K.,M,32,"Calgary, AB",5717,6592,571,10 Mile +10455,Neethi D.,M,42,"Chantilly, VA",5717,6781,571,10 Mile +2799,Peter D.,M,38,"Arlington, VA",5718,6312,571,10 Mile +20482,Srikanth G.,M,27,"Reston, VA",5719,7126,571,10 Mile +10982,Phillip W.,M,35,"Baltimore, MD",5719,6461,571,10 Mile +15260,Daryl J.,M,52,"Severn, MD",5719,6892,571,10 Mile +8995,Chris B.,M,40,"Bethesda, MD",5719,6216,571,10 Mile +14432,Benjamin S.,M,29,"Falls Church, VA",5719,6981,571,10 Mile +21919,Martin D.,M,43,"Arlington, VA",5720,6082,572,10 Mile +9841,Joon S.,M,35,"Washington, DC",5720,6661,572,10 Mile +7614,Shawn C.,M,42,"Silver Spring, MD",5721,6283,572,10 Mile +6630,Scott M.,M,27,"Washington, DC",5722,6310,572,10 Mile +11857,Pablo I.,M,42,"Mclean, VA",5722,6507,572,10 Mile +16192,Ignacio R.,M,36,"Bethesda, MD",5722,6838,572,10 Mile +3454,Dave b.,M,46,"Gaithersburg, MD",5723,6311,572,10 Mile +15809,Andrew N.,M,30,"Morehead City, NC",5723,6357,572,10 Mile +7219,Francis A.,M,45,"Burke, VA",5723,6172,572,10 Mile +7318,Willaim W.,M,62,"Chevy Chase, MD",5723,6245,572,10 Mile +22180,Bentley J.,M,31,"Washington, DC",5724,6631,572,10 Mile +9094,Kristopher E.,M,34,"Alexandria, VA",5724,6358,572,10 Mile +17574,William S.,M,53,"Alexandria, VA",5725,6797,572,10 Mile +10222,Nikita P.,M,27,"Washington, DC",5725,6528,572,10 Mile +17755,Steve M.,M,60,"Kimberton, PA",5726,6590,572,10 Mile +9161,Joe M.,M,24,"Washington Dc, DC",5727,6271,572,10 Mile +13275,Gonzalo G.,M,42,"Washington, DC",5727,6890,572,10 Mile +6999,Douglas M.,M,53,"Allison Park, PA",5727,6244,572,10 Mile +11866,James A.,M,62,"Fredericksburg, VA",5727,6494,572,10 Mile +11228,Dave M.,M,33,"West Chester, PA",5727,6690,572,10 Mile +13988,Daniel S.,M,28,"Washington, DC",5728,6291,572,10 Mile +10903,James M.,M,48,"Columbia, MD",5728,6333,572,10 Mile +6202,Duane L.,M,48,"Arlington, VA",5728,6159,572,10 Mile +9640,Thomas K.,M,29,"Washington, DC",5728,6271,572,10 Mile +7750,Greg P.,M,45,"Dover, DE",5728,6297,572,10 Mile +10001,Pranav K.,M,24,"Arlington, VA",5729,6335,572,10 Mile +12142,Chris B.,M,41,"Silver Spring, MD",5729,6690,572,10 Mile +8542,Padman P.,M,44,"Princeton Jct, NJ",5729,6254,572,10 Mile +6229,Matthew A.,M,30,"Washington, DC",5730,6245,573,10 Mile +9584,Gary S.,M,48,"Asburn, VA",5730,6902,573,10 Mile +21046,Rob F.,M,46,"Potomac, MD",5731,6563,573,10 Mile +5234,Joey K.,M,43,"New York, NY",5732,6098,573,10 Mile +9509,Jim M.,M,52,"Lorton, VA",5732,6254,573,10 Mile +20727,Ryan E.,M,48,"Woodbridge, VA",5732,6898,573,10 Mile +21464,Bradley R.,M,32,"Arlington, VA",5733,7001,573,10 Mile +22608,Bill R.,M,71,"Cotati, CA",5733,6248,573,10 Mile +6054,Jermaine G.,M,35,"Boston, MA",5734,6664,573,10 Mile +1530,Matthew K.,M,34,"Burke, VA",5734,6279,573,10 Mile +10552,William R.,M,29,"Washington, DC",5734,6642,573,10 Mile +13249,Matthew S.,M,42,"Great Falls, VA",5735,6595,573,10 Mile +14996,Bobby S.,M,26,"Washington, DC",5735,6838,573,10 Mile +11420,Jeff M.,M,49,"Gainesville, VA",5735,6274,573,10 Mile +3798,Stephen B.,M,50,"Homer, AK",5735,5976,573,10 Mile +7004,Thaddeus B.,M,24,"Washington, DC",5735,6786,573,10 Mile +9456,Jason H.,M,39,"Severna Park, MD",5736,6533,573,10 Mile +12764,Alexander K.,M,29,"Washington, DC",5736,6303,573,10 Mile +11446,Forest S.,M,62,"Chantilly, VA",5737,5962,573,10 Mile +8617,Phil R.,M,30,"Annapolis, MD",5737,6319,573,10 Mile +21026,Robert B.,M,52,"Washington, DC",5737,7144,573,10 Mile +11851,Sergio D.,M,38,"Washington Dc, DC",5737,6481,573,10 Mile +1658,Kurt U.,M,60,"Papillion, NE",5737,6062,573,10 Mile +6567,Patrick O.,M,30,"Washington, DC",5739,6611,573,10 Mile +13236,Daniel L.,M,44,"Fairfax, VA",5740,6579,574,10 Mile +11480,Philip U.,M,53,"Bethesda, MD",5740,6477,574,10 Mile +8970,Dan W.,M,45,"Fredericksburg, VA",5741,6299,574,10 Mile +11053,Glenn G.,M,59,"Hanover, MD",5741,6547,574,10 Mile +9209,Donnelly M.,M,33,"Washington, DC",5741,6330,574,10 Mile +7336,Peter F.,M,31,"Washington, DC",5743,6655,574,10 Mile +10319,Lee Y.,M,26,"Arlington, VA",5743,6510,574,10 Mile +9409,John M.,M,63,"Lake Ariel, PA",5743,6226,574,10 Mile +13414,Krishna T.,M,41,"Ashburn, VA",5743,6513,574,10 Mile +13728,Bennett K.,M,25,"Washington, DC",5744,6088,574,10 Mile +9129,Bradley B.,M,28,"Arlington, VA",5744,6677,574,10 Mile +8698,Joseph J.,M,32,"Arlington, VA",5744,6574,574,10 Mile +18462,Darnelll G.,M,38,"Flushing, NY",5744,6310,574,10 Mile +7597,Tyler W.,M,28,"Mclean, VA",5745,6279,574,10 Mile +14229,Matthew L.,M,25,"Arlington, VA",5746,6304,574,10 Mile +16762,Freddy B.,M,32,"Locust Grove, VA",5746,6970,574,10 Mile +8025,Chauncey G.,M,33,"Arlinton, VA",5746,6308,574,10 Mile +7844,Arnel T.,M,48,"Millersville, MD",5747,6321,574,10 Mile +7596,William S.,M,44,"Arlington, VA",5747,6278,574,10 Mile +22028,David H.,M,33,"Wahington, DC",5747,6619,574,10 Mile +9634,Kishore K.,M,31,"Washington, DC",5747,6989,574,10 Mile +5644,Jeremy P.,M,27,"New York, NY",5747,6644,574,10 Mile +22201,Braden M.,M,24,"Washington, DC",5747,6597,574,10 Mile +21960,John K.,M,25,"Washington, DC",5747,6597,574,10 Mile +7820,John S.,M,39,"Washington, DC",5748,6228,574,10 Mile +5081,Chad B.,M,31,"Washington, DC",5749,6089,574,10 Mile +4619,Matt A.,M,32,"Washington, DC",5749,7272,574,10 Mile +15840,Patrick L.,M,28,"Bethpage, NY",5749,6821,574,10 Mile +22676,Cosimo L.,M,37,"Washington, DC",5750,6711,575,10 Mile +7970,Andrew V.,M,41,"Clinton, MD",5750,6186,575,10 Mile +9678,John A.,M,35,"Arlington, VA",5751,6317,575,10 Mile +11694,Thomas L.,M,53,"Washington, DC",5751,6710,575,10 Mile +12245,David L.,M,32,"New York, NY",5752,6710,575,10 Mile +11030,Shalinder S.,M,43,"Ashburn, VA",5752,6489,575,10 Mile +14011,Qianyu D.,M,44,"Potomac, MD",5753,6363,575,10 Mile +6259,Kihoon L.,M,56,"Gaithersburg, MD",5753,6222,575,10 Mile +8339,Brian V.,M,35,"Washington, DC",5753,6267,575,10 Mile +10553,Brady S.,M,22,"Catonsville, MD",5753,6535,575,10 Mile +1970,Max H.,M,26,"Oakton, VA",5754,5760,575,10 Mile +22374,Chirag S.,M,43,"Vienna, VA",5754,6886,575,10 Mile +2751,Peter M.,M,58,"Vienna, VA",5754,6297,575,10 Mile +10674,Keith K.,M,45,"Fairfax, VA",5755,6928,575,10 Mile +7250,Eloy M.,M,37,"Washington, DC",5755,6078,575,10 Mile +21189,Andrew B.,M,36,"Falls Church, VA",5755,6388,575,10 Mile +16245,Amir T.,M,46,"Silver Spring, MD",5755,6995,575,10 Mile +8418,Theo A.,M,35,"Houston, TX",5756,6229,575,10 Mile +6085,Robert S.,M,23,"Arlington, VA",5756,5988,575,10 Mile +6482,Matthew Z.,M,32,"Shaker Heights, OH",5756,6635,575,10 Mile +21343,Joseph M.,M,33,"Washington, DC",5756,7270,575,10 Mile +2180,Miguel V.,M,53,"Potomac, MD",5756,6580,575,10 Mile +7054,Tom P.,M,49,"Oakton, VA",5756,6351,575,10 Mile +22558,William M.,M,64,"Falls Church, VA",5758,6238,575,10 Mile +5660,Brad B.,M,45,"Macon, GA",5759,6005,575,10 Mile +14008,David L.,M,56,"Leonardtown, MD",5759,6519,575,10 Mile +6413,Jeff W.,M,26,"Washington, DC",5760,7008,576,10 Mile +21937,Nate H.,M,33,"Washington, DC",5760,6326,576,10 Mile +8494,Michael K.,M,63,"Washington, DC",5760,6232,576,10 Mile +15711,Benjamin S.,M,32,"Washington, DC",5760,6310,576,10 Mile +23183,Vasu J.,M,64,"Washington, DC",5760,6222,576,10 Mile +4587,Paul B.,M,34,"Beltsville, MD",5761,5984,576,10 Mile +9189,Keenon J.,M,36,"Upper Marlboro, MD",5762,6233,576,10 Mile +10830,Jeffrey M.,M,33,"Arlington, VA",5763,6604,576,10 Mile +12473,Alexander K.,M,31,"Charleston, SC",5764,6222,576,10 Mile +7107,Danny R.,M,30,"Washington, DC",5765,6369,576,10 Mile +10396,Tom B.,M,62,"Edina, MN",5766,6304,576,10 Mile +21889,Lane B.,M,29,"Washington, DC",5766,6667,576,10 Mile +6338,Jeffrey M.,M,55,"Aberdeen, NJ",5766,6269,576,10 Mile +19611,Raphael T.,M,38,"Washington, DC",5767,6909,576,10 Mile +6355,Leigh J.,M,42,"Washington, DC",5768,6317,576,10 Mile +10208,Yun C.,M,47,"Potomac, MD",5769,6251,576,10 Mile +8824,Shawn T.,M,51,"Stafford, VA",5769,6197,576,10 Mile +11401,Robert G.,M,51,"Laytonsville, MD",5769,6062,576,10 Mile +21499,Travis T.,M,35,"Midlothian, VA",5769,6891,576,10 Mile +22379,Michael L.,M,23,"Arlington, VA",5770,6851,577,10 Mile +6852,Sean C.,M,26,"Alexandria, VA",5770,6210,577,10 Mile +7460,Michae S.,M,24,"Davison, MI",5771,6340,577,10 Mile +12656,Patrick C.,M,53,"Alexandria, VA",5771,6703,577,10 Mile +2860,Robert H.,M,31,"Washington, DC",5772,6727,577,10 Mile +11663,Ricky M.,M,41,"Arlington, VA",5772,6563,577,10 Mile +11753,Hans W.,M,47,"Frederick, MD",5773,6333,577,10 Mile +3203,Samuel L.,M,22,"Washington, DC",5773,6040,577,10 Mile +9242,Jeremy B.,M,35,"Arlington, VA",5773,6362,577,10 Mile +14643,Andrew B.,M,53,"Alexandria, VA",5773,6816,577,10 Mile +6210,Marc M.,M,51,"Arlington, VA",5773,6225,577,10 Mile +15252,Francisco S.,M,46,"West Hempstead, NY",5774,6579,577,10 Mile +22008,John D.,M,25,"Washington, DC",5774,6722,577,10 Mile +10395,Edward M.,M,54,"Herndon, VA",5774,6292,577,10 Mile +15672,Ryan T.,M,28,"Camp Springs, MD",5775,6814,577,10 Mile +8041,Jeremy G.,M,30,"Baltimore, MD",5775,6281,577,10 Mile +12703,Sheng W.,M,41,"Vienna, VA",5775,6697,577,10 Mile +6929,Carlos M.,M,31,"Arlington, VA",5775,6251,577,10 Mile +10282,Christopher G.,M,31,"Brooklyn, NY",5776,6233,577,10 Mile +7571,Walt S.,M,48,"Bristow, VA",5776,6527,577,10 Mile +5184,Andrew W.,M,38,"Brooklyn, NY",5776,6099,577,10 Mile +8625,Tom A.,M,45,"Washington, DC",5776,6695,577,10 Mile +4493,Mike C.,M,42,"Washington, DC",5776,5966,577,10 Mile +19256,Wayne L.,M,42,"Washington, DC",5777,7190,577,10 Mile +16026,Luke V.,M,33,"Washington, DC",5777,6315,577,10 Mile +4720,Artlee C.,M,24,"Bronx, NY",5778,5968,577,10 Mile +8811,Paul F.,M,31,"Reston, VA",5778,6369,577,10 Mile +7153,Dan J.,M,42,"Reisterstown, MD",5779,6884,577,10 Mile +4318,Nicholas O.,M,36,"Millsboro, DE",5780,6244,578,10 Mile +15385,Todd P.,M,48,"Alexandria, VA",5780,6128,578,10 Mile +7975,Leonard W.,M,62,"Reisterstown, MD",5781,6885,578,10 Mile +7440,Nathaniel O.,M,65,"Hanover, PA",5781,6305,578,10 Mile +19564,Henry W.,M,37,"Harrison, NJ",5781,6252,578,10 Mile +12932,Charlie L.,M,30,"Winston-Salem, NC",5781,6522,578,10 Mile +6913,Graham M.,M,26,"Washington, DC",5782,6322,578,10 Mile +886,Nelson F.,M,28,"Baltimore, MD",5782,6246,578,10 Mile +13130,Jesse S.,M,45,"Washington, DC",5783,6341,578,10 Mile +12423,Alex B.,M,35,"Germantown, MD",5784,6763,578,10 Mile +12765,Paul F.,M,34,"Washington, DC",5785,6712,578,10 Mile +12147,Andrew E.,M,24,"Fairfax, VA",5785,6397,578,10 Mile +9632,Jonathan B.,M,42,"Silver Spring, MD",5786,6605,578,10 Mile +11616,Dennis S.,M,51,"Brambleton, VA",5786,6569,578,10 Mile +1702,Rigoberto B.,M,38,"Washington, DC",5787,6724,578,10 Mile +13064,Paul G.,M,62,"Crossville, TN",5787,6841,578,10 Mile +10520,Matthew M.,M,23,"Washington, DC",5788,6715,578,10 Mile +7925,John T.,M,52,"Hanover, PA",5788,6563,578,10 Mile +2049,Hsu W.,M,49,"Arlington, VA",5789,6009,578,10 Mile +4632,Arun S.,M,34,"Falls Church, VA",5789,6609,578,10 Mile +8715,Eric A.,M,31,"Arlington, VA",5790,6293,579,10 Mile +10476,Matthew H.,M,49,"Potomac, MD",5790,6728,579,10 Mile +20758,Mark Y.,M,49,"Fairfax, VA",5791,7275,579,10 Mile +11314,Robert H.,M,41,"Silver Spring, MD",5791,6328,579,10 Mile +21562,Peter W.,M,44,"Washington, DC",5791,6727,579,10 Mile +10908,Emory P.,M,50,"Woodbridge, VA",5792,6859,579,10 Mile +2597,Sol R.,M,42,"Alexandria, VA",5792,6285,579,10 Mile +12514,Michael L.,M,49,"Greenbelt, MD",5793,6789,579,10 Mile +22190,Daniel W.,M,24,"Washington, DC",5793,7207,579,10 Mile +10029,Bill P.,M,44,"Cecil, PA",5793,6364,579,10 Mile +3483,Eric G.,M,34,"Washington, DC",5793,6049,579,10 Mile +4374,Christian C.,M,34,"Fairfax, VA",5794,6068,579,10 Mile +3196,Matthew H.,M,41,"Great Falls, VA",5796,6299,579,10 Mile +10202,Michael N.,M,42,"Hummelstown, PA",5796,6261,579,10 Mile +9859,James M.,M,70,"Burke, VA",5796,6528,579,10 Mile +11804,Joel W.,M,31,"Silver Spring, MD",5797,6779,579,10 Mile +9807,James H.,M,30,"Arlington, VA",5797,6390,579,10 Mile +9709,David A.,M,39,"Nokesville, VA",5797,6315,579,10 Mile +21988,Joe H.,M,36,"Washington, DC",5798,6337,579,10 Mile +21205,Carl O.,M,31,"Washington, DC",5799,7274,579,10 Mile +8531,Scott C.,M,54,"Fultom, NY",5799,7287,579,10 Mile +8968,Fran I.,M,63,"Downingtown, PA",5799,6260,579,10 Mile +20458,Nigel C.,M,34,"Washington, DC",5800,7026,580,10 Mile +22551,John C.,M,74,"Arlington, VA",5800,6292,580,10 Mile +9514,Ryan F.,M,30,"Olney, MD",5800,6404,580,10 Mile +22061,Zade A.,M,25,"Washington, DC",5800,6708,580,10 Mile +11277,Keith S.,M,39,"Crofton, MD",5800,6636,580,10 Mile +7997,Syed H.,M,60,"Arlington, VA",5800,6284,580,10 Mile +8519,Nick S.,M,27,"Washington, DC",5801,6375,580,10 Mile +21455,Gonzalo E.,M,41,"Silver Spring, MD",5801,6920,580,10 Mile +13164,Robin B.,M,64,"Grand Rapids, MI",5802,6796,580,10 Mile +15353,Luke H.,M,34,"Washington, DC",5802,6582,580,10 Mile +21272,Brandon D.,M,24,"Arlington, VA",5802,6570,580,10 Mile +10286,John S.,M,56,"Sewickley, PA",5802,6319,580,10 Mile +5385,Stephane B.,M,37,"Montreal, QC",5803,6071,580,10 Mile +6505,Jerry M.,M,51,"Furlong, PA",5803,7056,580,10 Mile +14586,William Y.,M,45,"Columbia, MD",5803,7218,580,10 Mile +18097,Long N.,M,37,"Fairfax, VA",5803,6723,580,10 Mile +16139,Brandon F.,M,34,"Arlington, VA",5804,6306,580,10 Mile +10323,Thaddeus C.,M,33,"Washington, DC",5804,6294,580,10 Mile +6438,David B.,M,63,"North Bethesda, MD",5804,6402,580,10 Mile +6411,Russ B.,M,45,"Silver Spring, MD",5804,6401,580,10 Mile +1226,Ryan B.,M,31,"Washington, DC",5805,6958,580,10 Mile +9404,Ryan M.,M,38,"Alexandria, VA",5805,6357,580,10 Mile +7403,Tuan N.,M,54,"South Riding, VA",5806,6262,580,10 Mile +5805,Scott R.,M,32,"Arlington, VA",5806,7286,580,10 Mile +4890,Todd M.,M,35,"Royersford, PA",5806,6357,580,10 Mile +2173,John T.,M,30,"Washington, DC",5806,6692,580,10 Mile +8094,James M.,M,27,"Alexandria, VA",5806,6245,580,10 Mile +21161,Erik K.,M,25,"Washington, DC",5806,6666,580,10 Mile +5352,Steve R.,M,62,"Manassas, VA",5807,7287,580,10 Mile +6549,John L.,M,36,"Millington, MD",5807,6265,580,10 Mile +6366,John G.,M,54,"Austin, TX",5808,6250,580,10 Mile +17392,Yee L.,M,49,"Mclean, VA",5808,6664,580,10 Mile +10065,Scott M.,M,29,"Washington, DC",5809,6295,580,10 Mile +10078,Thomas S.,M,32,"Arlington, VA",5809,6337,580,10 Mile +21635,Joel H.,M,24,"Herndon, VA",5809,7222,580,10 Mile +12603,Allan M.,M,32,"Bel Air, MD",5809,6563,580,10 Mile +22586,Tom W.,M,59,"Davidsonville, MD",5809,6318,580,10 Mile +13282,Howard K.,M,59,"Bethesda, MD",5810,6376,581,10 Mile +10844,Joseph C.,M,56,"Chevy Chase, MD",5810,6623,581,10 Mile +6836,Daniel G.,M,25,"Washington, DC",5810,6403,581,10 Mile +22591,Jon H.,M,47,"Chevy Chase, MD",5811,6644,581,10 Mile +10878,Jason K.,M,33,"Fairfax, VA",5811,6729,581,10 Mile +13860,Jesus M.,M,32,"Moreno Valley, CA",5811,6750,581,10 Mile +10160,Rambabu U.,M,42,"Mclean, VA",5812,6406,581,10 Mile +22713,Dennis B.,M,63,"Ridge, MD",5814,6562,581,10 Mile +12564,Scott G.,M,44,"Reisterstown, MD",5814,6681,581,10 Mile +11701,Ted G.,M,60,"Washington, DC",5814,6793,581,10 Mile +14699,Matt B.,M,30,"Alexandria, VA",5816,6809,581,10 Mile +21819,Dennis S.,M,33,"Washington, DC",5817,6257,581,10 Mile +6363,Ryan R.,M,31,"Arlington, VA",5817,6328,581,10 Mile +10918,Edward A.,M,52,"Haymarket, VA",5817,6660,581,10 Mile +10278,Ousmane M.,M,27,"Washington, DC",5818,6889,581,10 Mile +10428,Bernie K.,M,70,"Turnersville, NJ",5818,6756,581,10 Mile +17576,Ryan B.,M,32,"Millersville, MD",5819,6713,581,10 Mile +14626,Ryan V.,M,31,"Washington, DC",5820,6785,582,10 Mile +10783,Zack M.,M,30,"Washington, DC",5820,6622,582,10 Mile +9512,Christian A.,M,41,"Washington, DC",5821,6621,582,10 Mile +22671,Oren M.,M,45,"Ashburn, VA",5821,6691,582,10 Mile +6603,Kosal N.,M,36,"Washington, DC",5821,6181,582,10 Mile +7184,Sean H.,M,38,"Bethesda, MD",5822,6410,582,10 Mile +9322,John P.,M,51,"Chevy Chase, MD",5823,6750,582,10 Mile +10076,Craig C.,M,33,"Washington, DC",5824,6317,582,10 Mile +2814,John M.,M,45,"Arlington, VA",5825,6694,582,10 Mile +13834,Jon F.,M,36,"Falls Church, VA",5825,6593,582,10 Mile +4647,Terrance M.,M,32,"Washington, DC",5826,6941,582,10 Mile +5742,George Q.,M,50,"Miami, FL",5827,6144,582,10 Mile +4885,Jack S.,M,13,"Vienna, VA",5828,6109,582,10 Mile +11535,Thom H.,M,49,"Alexandria, VA",5828,6919,582,10 Mile +8226,John L.,M,54,"Washington, DC",5828,6429,582,10 Mile +16515,Rene P.,M,47,"Germantown, MD",5828,7018,582,10 Mile +4677,John V.,M,35,"Alexandria, VA",5829,6165,582,10 Mile +9099,Bryan H.,M,31,"Washington, DC",5829,6466,582,10 Mile +16036,Joe V.,M,34,"Alexandria, VA",5829,6877,582,10 Mile +7103,Ed L.,M,47,"Alexandria, VA",5829,6391,582,10 Mile +4861,Anthony V.,M,53,"Washington, DC",5829,6083,582,10 Mile +9983,Patrick F.,M,22,"New York, NY",5830,6407,583,10 Mile +11765,Andrew A.,M,28,"Washington, DC",5830,6698,583,10 Mile +15008,Alexander S.,M,26,"Brookline, MA",5831,6987,583,10 Mile +6258,Devin F.,M,26,"Washington, DC",5831,6461,583,10 Mile +7434,Rodolfo A.,M,35,"Washington, DC",5832,6407,583,10 Mile +9503,Michael S.,M,37,"Washington, DC",5834,6297,583,10 Mile +6939,Myles G.,M,46,"Bethesda, MD",5835,6384,583,10 Mile +4179,Bruce R.,M,34,"Charlottesville, VA",5835,6172,583,10 Mile +19239,Peyton B.,M,39,"Leesburg, VA",5835,6670,583,10 Mile +21068,Michael K.,M,40,"Potomac, MD",5836,6665,583,10 Mile +11749,Brian K.,M,36,"Haymarket, VA",5836,7358,583,10 Mile +8804,Kevin M.,M,56,"Falls Church, VA",5836,6326,583,10 Mile +10009,Brian T.,M,33,"Washington, DC",5837,6324,583,10 Mile +11741,Paxton A.,M,31,"Centreville, VA",5837,6908,583,10 Mile +18936,Matt H.,M,34,"Bethesda, MD",5838,7009,583,10 Mile +15713,Kevin C.,M,25,"Baltimore, MD",5839,6780,583,10 Mile +13081,Nghia T.,M,33,"Sterling, VA",5839,6678,583,10 Mile +11193,Andy R.,M,40,"Washington, DC",5839,6791,583,10 Mile +19943,David P.,M,43,"Silver Spring, MD",5839,6894,583,10 Mile +22875,Steve B.,M,51,"Manassas, VA",5839,7274,583,10 Mile +3649,John K.,M,59,"Wilton, CT",5839,6035,583,10 Mile +10487,Prince T.,M,41,"Baltimore, MD",5839,6731,583,10 Mile +11396,Jon T.,M,48,"Reston, VA",5840,6591,584,10 Mile +15589,Abhijeet P.,M,43,"Chantilly, VA",5840,6463,584,10 Mile +12128,Adam S.,M,44,"Annandale, VA",5840,6575,584,10 Mile +23177,Samual K.,M,15,"Mclean, VA",5841,5887,584,10 Mile +11305,Robert M.,M,58,"Fairfax, VA",5841,6330,584,10 Mile +6958,Luis D.,M,57,"Chesapeake, VA",5842,6312,584,10 Mile +4736,Manh P.,M,36,"Washington, DC",5843,6338,584,10 Mile +7213,Alan S.,M,55,"Sterling, VA",5843,6829,584,10 Mile +10209,Jacob G.,M,35,"Arlington, VA",5843,6622,584,10 Mile +4253,Andrew S.,M,24,"Sunnyside, NY",5843,6148,584,10 Mile +6270,Albert R.,M,59,"Washington, DC",5845,7064,584,10 Mile +21740,Justin M.,M,28,"Washington, DC",5846,6476,584,10 Mile +6020,Eugene M.,M,50,"East Northport, NY",5846,6691,584,10 Mile +22084,Brett F.,M,41,"Silver Spring, MD",5848,6385,584,10 Mile +9196,Robert L.,M,47,"Haymarket, VA",5849,6642,584,10 Mile +8523,Scott S.,M,43,"Arlington, VA",5849,6660,584,10 Mile +21208,Yang W.,M,29,"Mclean, VA",5849,6800,584,10 Mile +12052,Jeremy G.,M,33,"Alexandria, VA",5850,6616,585,10 Mile +8789,Mark S.,M,30,"Philadelphia, PA",5850,6113,585,10 Mile +828,Eddie P.,M,27,"Hyattsville, MD",5851,6772,585,10 Mile +12403,Brian B.,M,34,"Arlington, VA",5851,6672,585,10 Mile +8900,Jason M.,M,33,"Aldie, VA",5851,6317,585,10 Mile +9510,Rick G.,M,56,"Herndon, VA",5851,6484,585,10 Mile +15890,Robyn H.,M,35,"Raleigh, NC",5851,7139,585,10 Mile +8659,Alan L.,M,25,"Baltimore, MD",5852,7306,585,10 Mile +7159,Todd W.,M,43,"Suitland, MD",5853,6439,585,10 Mile +5447,Jason L.,M,43,"Washington, DC",5854,6320,585,10 Mile +4241,Joshua J.,M,26,"Vienna, VA",5854,6047,585,10 Mile +22773,Ryan H.,M,40,"Sanford, ME",5854,6961,585,10 Mile +5426,Roberto P.,M,42,"Pembroke Pines, FL",5854,6112,585,10 Mile +8433,Matthew H.,M,31,"Springfield, VA",5854,6621,585,10 Mile +7068,Adam D.,M,27,"Washington, DC",5855,6414,585,10 Mile +13334,Matt G.,M,33,"Hyattsville, MD",5855,6481,585,10 Mile +22234,Richard W.,M,53,"Potomac, MD",5855,6840,585,10 Mile +13262,George W.,M,55,"Fairfax, VA",5855,6956,585,10 Mile +14140,Bibhav C.,M,30,"Falls Church, VA",5855,6920,585,10 Mile +22630,Hisham B.,M,41,"Oakton, VA",5855,6781,585,10 Mile +10368,Nathan S.,M,23,"Washington, DC",5856,6438,585,10 Mile +19668,Jeffrey T.,M,35,"Washington, DC",5856,6974,585,10 Mile +9407,Joseph N.,M,33,"Washington, DC",5857,6215,585,10 Mile +2712,Joshua W.,M,43,"Washington, DC",5857,6212,585,10 Mile +16737,Patrick C.,M,38,"Olney, MD",5858,6619,585,10 Mile +7344,Timothy P.,M,40,"Washington, DC",5858,6429,585,10 Mile +12342,David S.,M,56,"Bristow, VA",5858,6702,585,10 Mile +12537,Manas R.,M,28,"New Haven, CT",5859,6757,585,10 Mile +6912,Rick S.,M,63,"Baltimore, MD",5859,6350,585,10 Mile +14086,Raymond W.,M,57,"Rockville, MD",5859,6632,585,10 Mile +9315,Patrick F.,M,28,"Washington, DC",5859,6418,585,10 Mile +3171,Long N.,M,28,"College Park, MD",5860,6311,586,10 Mile +13141,Andrew H.,M,40,"Virginia Beach, VA",5861,6693,586,10 Mile +20372,Amol J.,M,35,"Arlington, VA",5862,7113,586,10 Mile +6589,Eric P.,M,37,"Laurel, MD",5862,6762,586,10 Mile +11959,Mac L.,M,68,"Hampton Cove, AL",5862,6627,586,10 Mile +12455,Joel H.,M,31,"Hawthorne, NJ",5862,6808,586,10 Mile +10116,Michael D.,M,26,"Washington, DC",5863,6400,586,10 Mile +9316,Gregory H.,M,24,"Washington, DC",5863,6946,586,10 Mile +17022,Evan B.,M,17,"Middletown, MD",5863,6989,586,10 Mile +19781,Matthew M.,M,24,"Round Hill, VA",5863,7281,586,10 Mile +4873,Walter K.,M,25,"Arlington, VA",5863,6103,586,10 Mile +7320,John S.,M,37,"Richmond, VA",5863,6464,586,10 Mile +10212,Chris K.,M,46,"Falls Church, VA",5864,6470,586,10 Mile +10542,Brett C.,M,48,"Oxon Hill, MD",5864,6618,586,10 Mile +4578,Alex S.,M,32,"Mclean, VA",5865,6207,586,10 Mile +5523,Brian M.,M,32,"Boston, MA",5865,6207,586,10 Mile +15541,Kennedy W.,M,51,"Arlington, VA",5865,7034,586,10 Mile +7526,Christopher M.,M,36,"Brooklyn, NY",5865,6207,586,10 Mile +9539,John C.,M,29,"Dallas, TX",5866,6715,586,10 Mile +12755,Mike F.,M,30,"Washington, DC",5866,6738,586,10 Mile +23102,Pell G.,M,30,"Washington, DC",5866,7304,586,10 Mile +11491,Jaron W.,M,34,"Kensington, MD",5867,7070,586,10 Mile +13568,David W.,M,36,"Arlington, VA",5867,6639,586,10 Mile +9931,Shawn F.,M,48,"Arlington, VA",5867,6439,586,10 Mile +3252,Chad S.,M,44,"Annapolis, MD",5868,6384,586,10 Mile +6743,Jason L.,M,59,"Bethesda, MD",5868,6755,586,10 Mile +6903,Jim M.,M,49,"Roslyn Harbor, NY",5868,6304,586,10 Mile +14738,Christiam P.,M,42,"Sterling, VA",5869,6907,586,10 Mile +11132,Matt C.,M,26,"College Park, MD",5869,6735,586,10 Mile +17653,Paul B.,M,28,"Alexandria, VA",5869,7070,586,10 Mile +21703,Louie S.,M,27,"Bethesda, MD",5869,7324,586,10 Mile +5696,Zack S.,M,35,"Washington Dc, DC",5870,6747,587,10 Mile +15738,Dushyant S.,M,25,"Chicago, IL",5870,6626,587,10 Mile +21504,Dan H.,M,53,"Port Washington, NY",5871,7383,587,10 Mile +9700,Helder D.,M,25,"Arlington, VA",5871,6208,587,10 Mile +7216,Lemma L.,M,41,"Laurel, MD",5871,6209,587,10 Mile +4579,Nicole P.,M,38,"Boston, MA",5872,6711,587,10 Mile +2305,Mesfin R.,M,37,"Potomac, MD",5872,6209,587,10 Mile +6780,Paul M.,M,40,"Alexandria, VA",5873,6350,587,10 Mile +14109,Richard C.,M,65,"Ballwin, MO",5873,6472,587,10 Mile +12241,Senthil B.,M,44,"Ashburn, VA",5873,6831,587,10 Mile +8583,Chris D.,M,51,"Charlottesville, VA",5873,6608,587,10 Mile +9667,Tj D.,M,42,"Arlington, VA",5874,6426,587,10 Mile +12405,Matt M.,M,41,"Leesburg, VA",5875,6864,587,10 Mile +4573,Andrew H.,M,25,"Burke, VA",5876,6319,587,10 Mile +8419,Andy R.,M,37,"Rockville, MD",5876,6486,587,10 Mile +12874,Joshua G.,M,46,"Jersey City, NJ",5877,6364,587,10 Mile +4586,George W.,M,44,"Mount Laurel, NJ",5878,6944,587,10 Mile +2172,Russell G.,M,62,"Needham, MA",5878,6979,587,10 Mile +12409,Matthew W.,M,29,"Odenton, MD",5878,6837,587,10 Mile +13447,Mil P.,M,38,"Arlington, VA",5878,6718,587,10 Mile +22182,Wes K.,M,35,"Washington, DC",5878,6977,587,10 Mile +9952,Franklin P.,M,58,"Suffolk, VA",5879,7300,587,10 Mile +10751,David P.,M,60,"Silver Spring, MD",5880,6639,588,10 Mile +13519,Patrick S.,M,27,"Hoboken, NJ",5880,6840,588,10 Mile +10164,Kevin K.,M,60,"Upper Marlboro, MD",5880,7058,588,10 Mile +4644,Jason B.,M,40,"Baltimore, MD",5880,6752,588,10 Mile +9423,David K.,M,45,"Centreville, VA",5880,6450,588,10 Mile +22114,Daniel S.,M,32,"Washington, DC",5880,6959,588,10 Mile +13624,Raymond R.,M,26,"Arlington, VA",5880,6818,588,10 Mile +6741,James P.,M,50,"Fairfax, VA",5881,6425,588,10 Mile +9446,Chris S.,M,46,"Upper Marlboro, MD",5882,6375,588,10 Mile +10698,David M.,M,31,"Washington, DC",5882,6654,588,10 Mile +4882,Joe M.,M,27,"Vienna, VA",5883,6322,588,10 Mile +13044,Ted R.,M,50,"Centreville, VA",5884,6866,588,10 Mile +9934,David B.,M,58,"Cockeysville, MD",5884,6482,588,10 Mile +8075,Prasad N.,M,57,"Potomac, MD",5885,6741,588,10 Mile +8976,Jim B.,M,57,"Exeter, NH",5885,6647,588,10 Mile +13898,George B.,M,27,"Tysons, VA",5885,6771,588,10 Mile +13652,Neil S.,M,32,"Alexandria, VA",5886,6705,588,10 Mile +2270,Jean-Paul C.,M,43,"Kensington, MD",5886,6944,588,10 Mile +4777,Edward O.,M,54,"Arlington, VA",5886,6081,588,10 Mile +16548,Louis C.,M,44,"Clarksburg, MD",5886,7040,588,10 Mile +21974,Abraham W.,M,31,"Washington, DC",5887,6431,588,10 Mile +9597,Vijay S.,M,42,"Herndon, VA",5887,6642,588,10 Mile +13922,Augustine M.,M,50,"Ashburn, VA",5887,6642,588,10 Mile +21879,Dan G.,M,28,"Washington, DC",5887,6244,588,10 Mile +14443,Wil M.,M,37,"Ashburn, VA",5888,7003,588,10 Mile +12075,Christopher D.,M,41,"Cockeysville, MD",5888,6865,588,10 Mile +7357,Rick P.,M,52,"Alexandria, VA",5889,6976,588,10 Mile +7277,Rick C.,M,57,"Clarksville, MD",5890,6515,589,10 Mile +12674,Blake C.,M,29,"Alexandria, VA",5891,6859,589,10 Mile +20795,Hong H.,M,27,"New York, NY",5892,7334,589,10 Mile +4091,Andrew G.,M,34,"Washington, DC",5892,6441,589,10 Mile +6034,Ridge B.,M,27,"Durham, NC",5892,6078,589,10 Mile +2157,Matthew D.,M,30,"New York, NY",5893,6250,589,10 Mile +15797,Jamal W.,M,45,"Washington, DC",5894,6999,589,10 Mile +6578,Harold C.,M,44,"Washington, DC",5894,7011,589,10 Mile +8333,Levi T.,M,30,"New York, NY",5894,6252,589,10 Mile +3514,Thomas P.,M,32,"Washington, DC",5894,6655,589,10 Mile +22535,Joseph P.,M,46,"Philadelphia, PA",5894,6351,589,10 Mile +9561,Albert B.,M,29,"Washington, DC",5894,6782,589,10 Mile +6154,Robert J.,M,23,"Washington, DC",5894,6443,589,10 Mile +17471,James T.,M,34,"Herndon, VA",5895,6995,589,10 Mile +13737,Stuart C.,M,48,"Washington, DC",5895,6782,589,10 Mile +21836,Samuel F.,M,28,"Washington, DC",5896,7107,589,10 Mile +13261,Phil B.,M,50,"Sparks, MD",5897,6700,589,10 Mile +8497,Kevin R.,M,43,"Washington, DC",5897,6508,589,10 Mile +5756,Bruce E.,M,53,"Richmond, VA",5898,6147,589,10 Mile +21682,Kevin H.,M,25,"Silver Spring, MD",5899,7352,589,10 Mile +2891,Trevor K.,M,34,"Washington, DC",5899,6486,589,10 Mile +10394,Curtis K.,M,62,"Maplewood, NJ",5899,6357,589,10 Mile +9082,Stuart M.,M,34,"Washington, DC",5900,6474,590,10 Mile +8746,Mark V.,M,59,"Aston, PA",5901,6520,590,10 Mile +21375,Maxwell H.,M,35,"Washington, DC",5902,7311,590,10 Mile +21762,Adnan M.,M,25,"Arlington, VA",5902,6119,590,10 Mile +7643,Britton M.,M,25,"Springfield, VA",5902,6988,590,10 Mile +19930,John F.,M,51,"Lorton, VA",5903,7431,590,10 Mile +15314,Colin D.,M,44,"Quincy, MA",5903,7197,590,10 Mile +17749,Rafael P.,M,38,"Cypress, TX",5903,6965,590,10 Mile +7726,Bill P.,M,63,"Rockville, MD",5903,6678,590,10 Mile +22538,Stuart T.,M,41,"South Riding, VA",5903,6501,590,10 Mile +8660,Sukhvir S.,M,42,"Centrevilee, VA",5904,6856,590,10 Mile +22247,Rob C.,M,35,"Chantilly, VA",5904,6979,590,10 Mile +10039,Edward B.,M,48,"Stafford, VA",5904,6785,590,10 Mile +5743,Ross S.,M,31,"Baltimore, MD",5905,6862,590,10 Mile +16674,Ryan M.,M,35,"Fairfax, VA",5906,6746,590,10 Mile +8150,Edward A.,M,41,"Potomac Falls, VA",5907,6360,590,10 Mile +8156,Linh H.,M,34,"Washington, DC",5907,6687,590,10 Mile +7484,Ben B.,M,52,"Takoma Park, MD",5908,6857,590,10 Mile +7150,Ryan D.,M,24,"Washington D.c., DC",5909,6653,590,10 Mile +18991,Jorge G.,M,38,"Springfield, VA",5909,6390,590,10 Mile +9251,Jean-Xavier B.,M,40,"Bethesda, MD",5909,6540,590,10 Mile +3817,Matt C.,M,41,"Greensboro, NC",5910,6417,591,10 Mile +3992,Michael H.,M,46,"Arlington, VA",5910,6218,591,10 Mile +15657,Joseph C.,M,53,"Erial, NJ",5910,7066,591,10 Mile +6590,Jim C.,M,49,"Washington, DC",5910,6417,591,10 Mile +13070,Robert D.,M,39,"La Habra, CA",5911,7391,591,10 Mile +11683,Francis F.,M,36,"Astoria, NY",5911,6887,591,10 Mile +7697,Kevin C.,M,51,"Rochester, NY",5911,6418,591,10 Mile +15392,Jon B.,M,41,"Maryville, TN",5911,7067,591,10 Mile +21296,Ben K.,M,30,"Washington, DC",5911,6958,591,10 Mile +7376,Michael F.,M,44,"Washington, DC",5911,6443,591,10 Mile +11350,Vinnie D.,M,35,"Rehoboth Beach, DE",5912,6690,591,10 Mile +7358,William S.,M,69,"Greenbelt, MD",5912,6426,591,10 Mile +9119,Patrick R.,M,32,"Washington, DC",5912,6852,591,10 Mile +5711,Dustin S.,M,26,"Arlington, VA",5912,6794,591,10 Mile +21590,Andrew B.,M,28,"Washington, DC",5913,7342,591,10 Mile +10742,Daniel A.,M,37,"Ashburn, VA",5914,6658,591,10 Mile +10980,Jonathan M.,M,45,"Falls Church, VA",5914,6665,591,10 Mile +13533,Ryan G.,M,41,"Columbia, MD",5915,6810,591,10 Mile +7683,Brian D.,M,38,"Bethesda, MD",5915,6195,591,10 Mile +12520,Sean M.,M,26,"Reston, VA",5915,6701,591,10 Mile +13765,Michael R.,M,39,"Washington, DC",5915,6908,591,10 Mile +7245,Devon D.,M,38,"Pittsburgh, PA",5915,6999,591,10 Mile +14839,William W.,M,34,"Alexandria, VA",5916,6740,591,10 Mile +10935,Cameron L.,M,54,"Stratford, CT",5917,6725,591,10 Mile +22300,Humberto P.,M,21,"Woodbridge, VA",5917,7131,591,10 Mile +13148,Richard H.,M,54,"Chevy Chase, MD",5917,6785,591,10 Mile +6006,Richard B.,M,42,"Montreal, QC",5917,6439,591,10 Mile +10773,Benjamin K.,M,29,"Washington, DC",5918,6693,591,10 Mile +8421,Jason B.,M,30,"Arlington, VA",5918,6492,591,10 Mile +9394,Saurabh S.,M,37,"Washington, DC",5918,6847,591,10 Mile +7361,Michael T.,M,51,"Port Deposit, MD",5918,6406,591,10 Mile +13802,Charles R.,M,64,"Washington, DC",5918,6863,591,10 Mile +20870,Ross M.,M,31,"Middletown, PA",5918,6493,591,10 Mile +1955,Joshua C.,M,27,"New York City, NY",5918,6999,591,10 Mile +19073,James I.,M,56,"Manchester, CT",5918,6671,591,10 Mile +7553,Timothy W.,M,43,"Washington, DC",5918,6485,591,10 Mile +12888,Lawrence C.,M,57,"Huntington, NY",5918,6999,591,10 Mile +10049,Kum-Sung W.,M,59,"Potomac, MD",5919,6476,591,10 Mile +21129,Ted E.,M,27,"Berwyn Heights, MD",5919,7442,591,10 Mile +11384,David B.,M,47,"Hughesville, MD",5919,6711,591,10 Mile +16720,Mac M.,M,62,"Arlington, VA",5919,6473,591,10 Mile +10851,Todd K.,M,66,"Plainsboro, NJ",5919,6815,591,10 Mile +12390,Michael G.,M,55,"Sterling, VA",5920,6790,592,10 Mile +6476,Joe R.,M,32,"Washington, DC",5920,6887,592,10 Mile +21509,Brian S.,M,41,"Washington, DC",5920,7059,592,10 Mile +10438,Patrick Q.,M,60,"Chantilly, VA",5921,6689,592,10 Mile +12459,Ryan V.,M,25,"Douglassville, PA",5921,6783,592,10 Mile +18714,Steven L.,M,29,"Gaithersburg, MD",5921,7344,592,10 Mile +6825,David W.,M,40,"Washington, DC",5922,6729,592,10 Mile +8925,Brian M.,M,36,"Springfield, VA",5922,6736,592,10 Mile +8991,Michael C.,M,57,"Vienna, VA",5923,6459,592,10 Mile +6611,Victor M.,M,42,"Dumfries, VA",5923,6441,592,10 Mile +9301,Artis J.,M,35,"Washington, DC",5923,6713,592,10 Mile +11684,Bryan P.,M,44,"Arlington, VA",5924,6809,592,10 Mile +15888,Samir C.,M,48,"Arlington, VA",5924,6994,592,10 Mile +8562,Clyde T.,M,62,"Falls Church, VA",5924,6370,592,10 Mile +12688,Michael S.,M,28,"Washington, DC",5924,6819,592,10 Mile +10054,Justin D.,M,39,"Oakton, VA",5926,6831,592,10 Mile +13830,Jaafar O.,M,33,"Lorton, VA",5926,6880,592,10 Mile +18405,Juan D.,M,33,"Fairfax, VA",5927,7361,592,10 Mile +15839,Colin H.,M,36,"Ada, MI",5928,6560,592,10 Mile +8929,Alex H.,M,25,"Alexandria, VA",5928,7137,592,10 Mile +22274,Matt S.,M,27,"Dillsburg, PA",5929,6545,592,10 Mile +732,Kevin K.,M,27,"Gaithersburg, MD",5930,7448,593,10 Mile +22065,Laurent C.,M,36,"Washington, DC",5930,6985,593,10 Mile +6875,Patrick D.,M,33,"Washington, DC",5930,6733,593,10 Mile +10052,David W.,M,55,"Bethesda, MD",5930,7397,593,10 Mile +10518,Isaac M.,M,30,"Washington, DC",5931,6786,593,10 Mile +9779,David K.,M,35,"Falls Church, VA",5931,6428,593,10 Mile +15143,Ed G.,M,55,"Chapel Hill, NC",5932,7121,593,10 Mile +10431,Himanshu A.,M,42,"Fairfax, VA",5932,7097,593,10 Mile +13848,Scott C.,M,43,"Damascus, MD",5932,6814,593,10 Mile +21697,Tyler S.,M,30,"Washington, DC",5932,7415,593,10 Mile +10384,Jeremy K.,M,29,"Arlington, VA",5933,7364,593,10 Mile +13020,Chuck L.,M,25,"Sterling, MA",5933,6849,593,10 Mile +4727,Brian D.,M,31,"Hoboken, NJ",5933,6709,593,10 Mile +10993,Jaisimha T.,M,44,"Chantilly, VA",5934,6743,593,10 Mile +10594,Brian S.,M,32,"Arlington, VA",5934,6793,593,10 Mile +4457,Peter D.,M,27,"Chevy Chase, MD",5935,6832,593,10 Mile +12493,Paul E.,M,60,"Rockville, MD",5936,6798,593,10 Mile +1958,Billy S.,M,26,"Arlington, VA",5938,5980,593,10 Mile +11431,Douglas P.,M,50,"Philadelphia, PA",5939,6481,593,10 Mile +5077,Timothy S.,M,64,"Philadelphia, PA",5940,6286,594,10 Mile +8188,Brendan W.,M,35,"Washington, DC",5940,6504,594,10 Mile +22223,Daman H.,M,44,"Upper Marlboro, MD",5943,7192,594,10 Mile +21028,James D.,M,32,"Charlottesville, VA",5943,6938,594,10 Mile +5641,Dean S.,M,42,"Bethesda, MD",5944,6306,594,10 Mile +8064,Ed S.,M,46,"Harrisburg, PA",5945,6544,594,10 Mile +14358,Andrew W.,M,34,"Reston, VA",5946,7010,594,10 Mile +15718,Ben L.,M,33,"Washington, DC",5946,7064,594,10 Mile +13731,Ramanathan K.,M,47,"Reston, VA",5948,6897,594,10 Mile +9187,Daniel K.,M,32,"Potomac, MD",5948,6808,594,10 Mile +6735,Peter B.,M,58,"Washington, DC",5948,6568,594,10 Mile +14948,Asad Z.,M,37,"Vienna, VA",5948,7138,594,10 Mile +10767,Joseph M.,M,56,"Ellicott City, MD",5949,6865,594,10 Mile +14923,Daniel N.,M,23,"Washington, DC",5950,7190,595,10 Mile +15435,Metin T.,M,22,"Washington, DC",5950,7136,595,10 Mile +7678,John C.,M,34,"Alexandria, VA",5950,6508,595,10 Mile +13555,Matthew F.,M,44,"Washington, DC",5950,7054,595,10 Mile +14137,Darin M.,M,42,"Elizabethtown, PA",5951,7045,595,10 Mile +8245,Michael F.,M,59,"Chantilly, VA",5951,6711,595,10 Mile +8624,Ron D.,M,63,"Sterling, VA",5951,6438,595,10 Mile +22549,Joseph F.,M,34,"Baltimore, MD",5952,6728,595,10 Mile +11211,Robert T.,M,47,"Huntingtown, MD",5953,6817,595,10 Mile +6468,Adam C.,M,36,"Washington, DC",5953,6562,595,10 Mile +5717,John G.,M,15,"Hurlock, MD",5953,6169,595,10 Mile +12310,Jason B.,M,33,"Washington, DC",5954,6718,595,10 Mile +13615,Ronnie M.,M,36,"Falls Church, VA",5955,6910,595,10 Mile +22063,Kyle G.,M,29,"Alexandria, VA",5955,7053,595,10 Mile +4525,Eric B.,M,32,"Arlington, VA",5955,6453,595,10 Mile +11116,Michael S.,M,40,"Bethesda, MD",5955,6815,595,10 Mile +14106,Michael H.,M,29,"Silver Spring, MD",5956,6858,595,10 Mile +5698,Christopher Y.,M,30,"Silver Spring, MD",5956,7039,595,10 Mile +13012,Michael S.,M,33,"Madison, WI",5957,6801,595,10 Mile +12686,Cody T.,M,26,"Hanover, MD",5957,7011,595,10 Mile +8815,Chris J.,M,43,"Sterling, VA",5957,6454,595,10 Mile +5270,Alberto B.,M,35,"Adelphi, MD",5957,6816,595,10 Mile +7913,Hugh T.,M,68,"Jackson, MS",5958,6584,595,10 Mile +13635,Di W.,M,46,"Washington, DC",5958,7256,595,10 Mile +3829,William H.,M,40,"Washington, DC",5958,6298,595,10 Mile +4906,Christopher C.,M,33,"Durham, NC",5959,6811,595,10 Mile +5991,Igor S.,M,41,"Arlington, VA",5959,6288,595,10 Mile +2716,Tim K.,M,55,"Rockville, MD",5959,6308,595,10 Mile +8949,Brett M.,M,34,"Brooklyn, NY",5960,6564,596,10 Mile +8574,Tyrin D.,M,37,"Baltimore, MD",5960,7179,596,10 Mile +12154,Dennis G.,M,40,"Alexandria, VA",5960,6768,596,10 Mile +14591,Armando R.,M,54,"Lakewood, CA",5961,7028,596,10 Mile +10825,Kendell J.,M,38,"Clinton, MD",5961,7001,596,10 Mile +8469,Matthew O.,M,39,"Ashburn, VA",5961,6835,596,10 Mile +11776,Neal C.,M,55,"Silver Spring, MD",5961,6719,596,10 Mile +14864,Salil G.,M,26,"Germantown, MD",5962,6462,596,10 Mile +15617,Christopher C.,M,44,"Severn, MD",5963,7026,596,10 Mile +6379,David R.,M,36,"Flemington, NJ",5963,6566,596,10 Mile +7084,Scott B.,M,58,"Chantilly, VA",5964,6465,596,10 Mile +13648,Michael B.,M,34,"Fairfax, VA",5964,6903,596,10 Mile +8301,Tom P.,M,42,"Arlington, VA",5965,6834,596,10 Mile +12992,Donald C.,M,28,"Falls Church, VA",5965,6912,596,10 Mile +7200,Charles C.,M,47,"New York, NY",5965,6801,596,10 Mile +11505,Alvin C.,M,27,"Washington, DC",5966,7040,596,10 Mile +8894,Richard B.,M,72,"Vienna, VA",5966,6467,596,10 Mile +10934,Kalan W.,M,28,"Washington, DC",5967,7081,596,10 Mile +13445,Mark G.,M,56,"Fairfax, VA",5967,6907,596,10 Mile +23149,Philip K.,M,37,"Takoma Park, MD",5968,7674,596,10 Mile +9546,Joshua J.,M,31,"Arlington, VA",5968,6732,596,10 Mile +9973,Ryan M.,M,32,"Washington, DC",5968,6732,596,10 Mile +20560,John R.,M,45,"Potomac, MD",5968,6799,596,10 Mile +997,David P.,M,56,"Alexandria, VA",5968,5980,596,10 Mile +15970,William F.,M,32,"Reston, VA",5969,7088,596,10 Mile +6048,Martin L.,M,46,"Chesapeake Beach, MD",5969,6285,596,10 Mile +22658,Rahul D.,M,31,"Millington, MD",5970,6726,597,10 Mile +12206,Adam B.,M,43,"Baltimore, MD",5970,7141,597,10 Mile +11872,Richard B.,M,38,"Washington, DC",5970,6747,597,10 Mile +3894,Benjamin S.,M,33,"Philadelphia, PA",5972,6832,597,10 Mile +14138,Rick W.,M,52,"Aldie, VA",5972,6782,597,10 Mile +21982,Bob S.,M,26,"Arlington, VA",5973,6509,597,10 Mile +13169,Kurt L.,M,63,"Saint Germain, WI",5973,6887,597,10 Mile +14160,Antonio M.,M,47,"Springfield, VA",5974,6884,597,10 Mile +8737,Patrick R.,M,31,"Westerville, OH",5974,6472,597,10 Mile +15045,Ben S.,M,29,"Washington, DC",5974,7096,597,10 Mile +8712,Jim A.,M,69,"Arlington, VA",5975,6311,597,10 Mile +11138,Joel N.,M,35,"Rockville, MD",5975,6602,597,10 Mile +21130,Marc H.,M,23,"Washington, DC",5975,7266,597,10 Mile +20524,Rajamanickam T.,M,41,"Germantown, MD",5975,6760,597,10 Mile +7831,Rafael C.,M,28,"Washington, DC",5976,6454,597,10 Mile +20996,Frank C.,M,32,"Washington, DC",5976,6906,597,10 Mile +11329,Paul C.,M,29,"New Rochelle, NY",5976,6813,597,10 Mile +2021,Michael G.,M,23,"Potomac, MD",5976,7266,597,10 Mile +10275,David F.,M,63,"Pittsburgh, PA",5977,6484,597,10 Mile +8393,John M.,M,65,"Tafton, PA",5977,6460,597,10 Mile +8085,Lewis L.,M,61,"Fairfield, CT",5977,6613,597,10 Mile +11422,Daniel A.,M,50,"Port Chester, NY",5977,6835,597,10 Mile +20927,Parker C.,M,27,"Washington, DC",5977,7419,597,10 Mile +22780,Douglas B.,M,64,"Albuquerque, NM",5978,7091,597,10 Mile +13609,Christopher K.,M,32,"Odenton, MD",5978,6822,597,10 Mile +16359,Alexander B.,M,33,"Bethesda, MD",5978,7187,597,10 Mile +4115,Aaron S.,M,33,"Potomac, MD",5979,7188,597,10 Mile +14150,Jack L.,M,54,"Rockville, MD",5979,6548,597,10 Mile +22661,Brian F.,M,30,"Hyattsville, MD",5979,6717,597,10 Mile +11110,Scott R.,M,48,"Buford, GA",5979,6910,597,10 Mile +1576,Jamey F.,M,42,"Gaithersburg, MD",5979,6012,597,10 Mile +11655,Daisuke M.,M,37,"Baltimore, MD",5980,7215,598,10 Mile +13084,Eric M.,M,35,"Arlington, VA",5981,6801,598,10 Mile +18994,John B.,M,37,"Brooklyn, NY",5981,6945,598,10 Mile +7537,Adam L.,M,54,"Decatur, GA",5982,7062,598,10 Mile +8704,Anthony Z.,M,49,"Northborough, MA",5983,6867,598,10 Mile +12664,Joseph K.,M,33,"Arlington, VA",5983,7092,598,10 Mile +21338,Angelo N.,M,45,"Waterford, VA",5984,7206,598,10 Mile +12055,Trent C.,M,33,"Fort Belvoir, VA",5984,6724,598,10 Mile +16283,Arjun N.,M,15,"Chantilly, VA",5984,6458,598,10 Mile +11137,Vincent G.,M,25,"Hoboken, NJ",5984,6855,598,10 Mile +12665,Emmanuel D.,M,28,"Arlington, VA",5985,7091,598,10 Mile +3144,Daniel M.,M,31,"Easy Meadow, NY",5985,6819,598,10 Mile +864,Sean G.,M,29,"Brooklyn, NY",5985,6791,598,10 Mile +9160,Mark B.,M,31,"Philadelphia, PA",5985,6800,598,10 Mile +5723,Brionte J.,M,18,"Ellenton, FL",5986,7285,598,10 Mile +10645,Edward C.,M,57,"Mclean, VA",5986,6975,598,10 Mile +12715,Joe L.,M,30,"New Market, MD",5986,6732,598,10 Mile +21312,Jorge S.,M,19,"Palmetto, FL",5986,7285,598,10 Mile +10095,Matthew M.,M,37,"Washington, DC",5987,7124,598,10 Mile +11914,Shaun L.,M,38,"Washington, DC",5987,6956,598,10 Mile +10549,Jorge B.,M,40,"Washington Dc, DC",5987,6975,598,10 Mile +11353,Michael C.,M,45,"Thurmont, MD",5988,6809,598,10 Mile +2954,Eric P.,M,24,"Falls Church, VA",5988,6286,598,10 Mile +13726,Parrish B.,M,48,"Washington, DC",5988,6810,598,10 Mile +4530,Andrew O.,M,30,"Washington, DC",5988,6286,598,10 Mile +21147,Alexander K.,M,25,"Chevy Chase, MD",5988,7458,598,10 Mile +18972,Derrick B.,M,53,"Ashburn, VA",5989,7395,598,10 Mile +5513,James B.,M,50,"New Providence, PA",5989,6342,598,10 Mile +4130,Robert S.,M,50,"Orlando, FL",5989,6285,598,10 Mile +10089,Corey S.,M,41,"Bethesda, MD",5989,7290,598,10 Mile +12508,Jonathan M.,M,30,"Washington, DC",5990,6837,599,10 Mile +8118,Jason D.,M,32,"Alexandria, VA",5990,6336,599,10 Mile +12371,Brendan D.,M,25,"Brooklyn, NY",5991,6762,599,10 Mile +13069,Stefan C.,M,36,"Washington, DC",5992,6882,599,10 Mile +12554,Giovanni H.,M,35,"Clinton, MD",5992,7507,599,10 Mile +16995,Zach C.,M,25,"Washington, DC",5992,7115,599,10 Mile +9470,Tony C.,M,38,"New York, NY",5993,6521,599,10 Mile +8890,Solomon C.,M,32,"Arlington, VA",5993,6491,599,10 Mile +15876,Dan J.,M,54,"North Potomac, MD",5993,7043,599,10 Mile +13368,Andrew M.,M,30,"Washington, DC",5994,6730,599,10 Mile +6172,Jonathan S.,M,38,"Philadelphia, PA",5994,6560,599,10 Mile +1593,Aj C.,M,43,"Fredericksburg, VA",5994,6177,599,10 Mile +9953,Brandon D.,M,28,"Alexandria, VA",5995,6521,599,10 Mile +14522,Michael P.,M,31,"Baltimore, MD",5995,7221,599,10 Mile +14031,Bob C.,M,58,"Chevy Chase, MD",5996,6821,599,10 Mile +11536,Jimmy K.,M,39,"Felton, DE",5996,6751,599,10 Mile +20808,Benjamin S.,M,25,"Washington, DC",5996,7464,599,10 Mile +4585,Kevin F.,M,53,"Philadelphia, PA",5997,6842,599,10 Mile +14134,Bill M.,M,60,"Silver Spring, MD",5997,7041,599,10 Mile +2838,James W.,M,59,"Raleigh, NC",5998,6853,599,10 Mile +8871,Matthew B.,M,35,"Washington, DC",5998,7047,599,10 Mile +428,Lou S.,M,75,"Silver Spring, MD",5999,6545,599,10 Mile +3849,Kevin F.,M,58,"Washington, DC",6000,6465,600,10 Mile +9554,Gregory K.,M,52,"Timonium, MD",6000,6834,600,10 Mile +14061,Brian C.,M,23,"Arlington, VA",6000,7080,600,10 Mile +7161,Daniel C.,M,34,"Fairfax, VA",6001,6465,600,10 Mile +11627,Sarah G.,M,36,"Annandale, VA",6001,6975,600,10 Mile +13868,Amardeep D.,M,38,"Washington, DC",6001,7165,600,10 Mile +3752,Ivan S.,M,62,"Mccalla, AL",6001,6316,600,10 Mile +22571,Tim B.,M,44,"Shippensburg, PA",6001,7289,600,10 Mile +5396,Rick E.,M,34,"Fairfax, VA",6001,6282,600,10 Mile +7152,David W.,M,28,"Chester, VA",6002,6529,600,10 Mile +1175,Pierre-Alexandr C.,M,28,"Montreal, QC",6003,6332,600,10 Mile +518,Alex B.,M,31,"Halethorpe, MD",6004,6078,600,10 Mile +11101,Siddharth A.,M,41,"Falls Church, VA",6005,7169,600,10 Mile +5786,Randy E.,M,34,"New York, NY",6005,6364,600,10 Mile +1318,Patrick C.,M,40,"Washington, DC",6006,6769,600,10 Mile +15798,Christian E.,M,25,"Washington, NY",6006,7306,600,10 Mile +13769,Robert B.,M,41,"Washington, DC",6007,6956,600,10 Mile +21944,Jacob P.,M,27,"Washington, DC",6008,6522,600,10 Mile +15771,Jay C.,M,47,"Silver Spring, MD",6009,7057,600,10 Mile +4197,Mark H.,M,54,"Pismo Beach, CA",6009,7101,600,10 Mile +12691,Erich W.,M,33,"Silver Spring, MD",6009,7179,600,10 Mile +14931,Philippe R.,M,34,"Washington, DC",6010,7141,601,10 Mile +9924,Thomas M.,M,44,"Kennett Square, PA",6010,6587,601,10 Mile +14930,Khalfani W.,M,36,"Silver Spring, MD",6012,7141,601,10 Mile +11001,Luke M.,M,27,"Washington, DC",6012,6538,601,10 Mile +14960,Shant M.,M,26,"Arlington, VA",6013,6576,601,10 Mile +3435,Andrew S.,M,30,"Washington, DC",6014,6920,601,10 Mile +8496,Ryan L.,M,25,"Los Altos, CA",6014,6965,601,10 Mile +14357,Jeff U.,M,57,"Mineral, VA",6014,7112,601,10 Mile +15469,Shane P.,M,39,"Woodbridge, VA",6015,7202,601,10 Mile +7739,Christopher C.,M,39,"Odenton, MD",6015,6931,601,10 Mile +4919,Phung T.,M,23,"Silver Spring, MD",6016,6872,601,10 Mile +16767,Howard A.,M,66,"Washington, DC",6016,7061,601,10 Mile +14486,Justin F.,M,31,"Hyattsville, MD",6017,6937,601,10 Mile +9397,Michael S.,M,52,"Silver Spring, MD",6018,6494,601,10 Mile +21055,Paul D.,M,30,"Washington, DC",6018,7452,601,10 Mile +15093,Erick C.,M,41,"Gainesville, VA",6019,7077,601,10 Mile +9559,Bryan B.,M,36,"Harleysville, PA",6020,6948,602,10 Mile +20579,Doug K.,M,39,"Potomac, MD",6020,6850,602,10 Mile +7907,Tim M.,M,49,"Deerfield, WI",6021,6573,602,10 Mile +8119,Robert C.,M,56,"Washington, DC",6021,6948,602,10 Mile +17738,Vinodh C.,M,39,"Aldie, VA",6021,7274,602,10 Mile +14993,Kenneth F.,M,36,"Woodbridge, VA",6022,7088,602,10 Mile +11235,Dwayne S.,M,51,"Clinton, MD",6023,6915,602,10 Mile +12164,Michael M.,M,36,"Bristow, VA",6023,7222,602,10 Mile +7839,Christopher C.,M,37,"Bethesda, MD",6025,6843,602,10 Mile +12714,Bram L.,M,36,"Washington, DC",6026,6845,602,10 Mile +9616,Sanjeev K.,M,43,"Bristow, VA",6027,7090,602,10 Mile +1337,Aubrey P.,M,15,"Easton, MD",6027,6032,602,10 Mile +1143,Frederick B.,M,17,"Denton, MD",6028,6032,602,10 Mile +1870,Samuel W.,M,16,"Centreville, MD",6028,6032,602,10 Mile +13787,David L.,M,40,"Washington, DC",6028,7077,602,10 Mile +4147,Jeff H.,M,45,"Derwood, MD",6028,6574,602,10 Mile +646,Diarmuid C.,M,38,"Bethesda, MD",6029,6960,602,10 Mile +16050,Shawn G.,M,26,"Smyrna, GA",6029,6999,602,10 Mile +11824,Steven S.,M,32,"Washington, DC",6030,6930,603,10 Mile +12185,Christopher W.,M,37,"Landenberg, PA",6030,6991,603,10 Mile +4078,Marcelo M.,M,37,"Burke, VA",6031,6085,603,10 Mile +3285,William I.,M,49,"Bethesda, MD",6032,6650,603,10 Mile +18263,Rishi S.,M,13,"Fairfax, VA",6032,7480,603,10 Mile +22295,Manfred B.,M,70,"Reston, VA",6032,6881,603,10 Mile +1122,Craig M.,M,46,"Fairfax Station, VA",6033,6976,603,10 Mile +10225,Tokuyuki K.,M,52,"New York, NY",6033,6959,603,10 Mile +5902,David P.,M,44,"Arlington, VA",6034,6284,603,10 Mile +7125,James B.,M,60,"Washington, DC",6035,6639,603,10 Mile +15651,Billy P.,M,43,"Navarre, OH",6035,7148,603,10 Mile +12682,Daniel O.,M,39,"Oakton, VA",6035,6893,603,10 Mile +11485,John H.,M,33,"Hoboken, NJ",6035,6802,603,10 Mile +21886,John S.,M,24,"Washngton, DC",6036,6638,603,10 Mile +13611,Alan L.,M,63,"Conway, AR",6037,7166,603,10 Mile +21334,Michael W.,M,27,"Washington, DC",6037,6951,603,10 Mile +14185,John L.,M,43,"Leesburg, VA",6037,7131,603,10 Mile +5825,Daniel S.,M,34,"Washington, DC",6037,6376,603,10 Mile +12051,Zac R.,M,22,"Fairfax, VA",6039,7000,603,10 Mile +22033,Will T.,M,34,"Washington, DC",6039,7109,603,10 Mile +12829,Jeffrey S.,M,38,"Arlington, VA",6039,7000,603,10 Mile +20983,Eric T.,M,34,"Alexandria, VA",6040,6566,604,10 Mile +2022,Justin K.,M,40,"Boulder, CO",6041,6650,604,10 Mile +12544,Arthur C.,M,54,"Arlington, VA",6041,6812,604,10 Mile +6982,Daniel S.,M,51,"South Orange, NJ",6041,6573,604,10 Mile +12680,Anthony C.,M,48,"Reston, VA",6044,6851,604,10 Mile +4372,Christopher M.,M,28,"Manassas, VA",6044,6246,604,10 Mile +12626,George G.,M,53,"Phoenix, AZ",6044,6653,604,10 Mile +12265,Mark L.,M,46,"Annapolis, MD",6044,6886,604,10 Mile +13871,Jayanth C.,M,55,"Herndon, VA",6045,6906,604,10 Mile +22814,Edward C.,M,57,"Hopewell Junction, NY",6045,7205,604,10 Mile +21556,Tim B.,M,31,"Silver Spring, MD",6046,6580,604,10 Mile +12072,Prakash B.,M,50,"Ashburn, VA",6047,7019,604,10 Mile +10863,Gilbert R.,M,45,"Manassas, VA",6047,6813,604,10 Mile +12610,Nigel M.,M,67,"Falls Church, VA",6047,6878,604,10 Mile +17249,Patrick P.,M,56,"Mclean, VA",6048,7161,604,10 Mile +13137,Vijay A.,M,44,"Ashburn, VA",6048,6958,604,10 Mile +14609,Brad F.,M,57,"Adelphi, MD",6048,6953,604,10 Mile +21356,Thomas C.,M,27,"Washington, DC",6049,7564,604,10 Mile +8424,Charles G.,M,65,"Blacksburg, VA",6049,6899,604,10 Mile +22373,Nicholas M.,M,33,"Philadelphia, PA",6050,6644,605,10 Mile +11385,Mitchell K.,M,35,"Washington, DC",6050,7044,605,10 Mile +11710,Gregory J.,M,24,"Washington, DC",6050,7020,605,10 Mile +7183,Reggie J.,M,39,"Atlanta, GA",6051,6941,605,10 Mile +5617,Tremayne D.,M,32,"Silver Spring, MD",6051,7122,605,10 Mile +19744,Dylan M.,M,37,"Chevy Chase, MD",6051,7218,605,10 Mile +22743,Michael J.,M,53,"Leland, NC",6051,6896,605,10 Mile +14436,Philip D.,M,42,"Washington, DC",6052,7244,605,10 Mile +17987,Rob W.,M,52,"Duluth, GA",6053,7457,605,10 Mile +3080,Buwaneka G.,M,31,"Olney, MD",6053,6252,605,10 Mile +19950,Amish P.,M,39,"Washington, DC",6054,6583,605,10 Mile +6930,John V.,M,57,"Bethesda, MD",6054,7217,605,10 Mile +17190,John M.,M,47,"Arlington, VA",6055,7293,605,10 Mile +23099,Ly T.,M,36,"Ashburn, VA",6055,7187,605,10 Mile +14177,Stephen A.,M,69,"Columbia, MD",6055,7095,605,10 Mile +15494,Ted P.,M,43,"Potomac, MD",6055,7316,605,10 Mile +21709,Alexander C.,M,40,"Arlington, VA",6055,7537,605,10 Mile +15103,Kelvin H.,M,49,"Mclean, VA",6056,7281,605,10 Mile +4156,Derek O.,M,42,"Winchester, VA",6057,6309,605,10 Mile +2100,Sean F.,M,29,"Arlington, VA",6057,6554,605,10 Mile +13750,Andrew T.,M,38,"Hyattsville, MD",6057,6888,605,10 Mile +20673,Emil M.,M,22,"Glen Burnie, MD",6058,7532,605,10 Mile +8592,Kris O.,M,40,"Loch Hill, MD",6058,6664,605,10 Mile +11372,Eddie E.,M,67,"Mclean, VA",6059,6809,605,10 Mile +12884,Jerry R.,M,48,"Centreville, VA",6059,6823,605,10 Mile +10527,Andrew S.,M,34,"Washington, DC",6059,6988,605,10 Mile +5656,Enrique P.,M,43,"Gaithersburg, MD",6061,6938,606,10 Mile +2459,Baptiste B.,M,32,"Montreal, QC",6062,6332,606,10 Mile +2623,Joseph R.,M,31,"Port Washington, NY",6063,6316,606,10 Mile +22139,Zachary A.,M,30,"Washington, DC",6064,7548,606,10 Mile +12213,Ryan S.,M,28,"Alexandria, VA",6064,6900,606,10 Mile +2527,Sam D.,M,24,"Spring Lake, MI",6064,6636,606,10 Mile +8962,Rapha???l M.,M,31,"Montreal, QC",6065,6332,606,10 Mile +9194,Steven S.,M,43,"Vienna, VA",6066,6602,606,10 Mile +16460,Matt N.,M,45,"Ny, NY",6066,6967,606,10 Mile +3510,Eric B.,M,44,"Chevy Chase, MD",6066,6966,606,10 Mile +14508,Chad M.,M,34,"Bensalem, PA",6066,7257,606,10 Mile +18722,Joseph R.,M,31,"Arlington, VA",6066,7316,606,10 Mile +10230,Max W.,M,27,"New York, NY",6067,6648,606,10 Mile +5288,Thomas R.,M,32,"Arlington, VA",6067,6845,606,10 Mile +10758,Daniel K.,M,42,"Fairfax, VA",6067,7289,606,10 Mile +6948,Erik H.,M,27,"London, ON",6067,6619,606,10 Mile +3135,Christopher B.,M,27,"Washington, DC",6068,6620,606,10 Mile +1746,Christopher M.,M,29,"Washington, DC",6068,6619,606,10 Mile +8107,David H.,M,35,"Fairfax, VA",6069,7594,606,10 Mile +870,Mark S.,M,53,"Severna Park, MD",6069,6634,606,10 Mile +11806,Robert M.,M,46,"Owings Mills, MD",6070,6831,607,10 Mile +3662,Anders D.,M,39,"Silver Spring, MD",6071,6829,607,10 Mile +8157,Robinson C.,M,45,"Washington, DC",6071,6588,607,10 Mile +13760,Paul C.,M,34,"Washington, DC",6071,6983,607,10 Mile +7175,Jeff R.,M,47,"Arlington, VA",6071,6439,607,10 Mile +10570,Zilvinas P.,M,37,"Greenbelt, MD",6072,7176,607,10 Mile +10932,Brian W.,M,41,"Alexandria, VA",6072,6871,607,10 Mile +12109,Shane B.,M,30,"New York, NY",6073,7481,607,10 Mile +4534,Dubby B.,M,45,"Ellicott City, MD",6074,6427,607,10 Mile +8176,Derek H.,M,30,"Washington, DC",6074,6870,607,10 Mile +9645,Attila N.,M,42,"Columbia, MD",6074,7042,607,10 Mile +21390,Joseph K.,M,32,"Washington, DC",6074,7583,607,10 Mile +16317,Brian M.,M,33,"Washington, DC",6075,7338,607,10 Mile +11618,Travis K.,M,28,"Washington, DC",6076,7357,607,10 Mile +4816,Bradlee H.,M,29,"Baltimore, MD",6076,7000,607,10 Mile +10910,Dominic D.,M,27,"Alexandria, VA",6077,7060,607,10 Mile +10835,Norry H.,M,56,"Centreville, VA",6077,6903,607,10 Mile +4254,Christopher N.,M,26,"Bowie, MD",6077,7600,607,10 Mile +10873,Paul L.,M,30,"Washington, DC",6078,6890,607,10 Mile +23146,Alberto S.,M,36,"Alexandria, VA",6078,7384,607,10 Mile +21546,Phillip J.,M,28,"Washington, DC",6078,7545,607,10 Mile +6676,John B.,M,31,"Hoboken, NJ",6079,7020,607,10 Mile +13240,Colin S.,M,47,"Streamwood, IL",6079,7014,607,10 Mile +6058,Don G.,M,62,"Ipswich, MA",6079,7026,607,10 Mile +22738,Eliseo R.,M,41,"Weston, FL",6079,6914,607,10 Mile +11977,Aravinda G.,M,27,"College Park, MD",6079,7338,607,10 Mile +1782,Kevin D.,M,42,"Boulder, CO",6079,6863,607,10 Mile +13448,Dashi X.,M,29,"Rockville, MD",6080,7075,608,10 Mile +10074,Patrick M.,M,46,"Washington, DC",6080,6718,608,10 Mile +21043,Mardin M.,M,31,"Arlington, VA",6080,7050,608,10 Mile +8822,Jami R.,M,37,"Arlington, VA",6080,6551,608,10 Mile +11867,Offie C.,M,59,"Aberdeen, MD",6080,6867,608,10 Mile +14711,Scott H.,M,51,"Chevy Chase, MD",6081,7186,608,10 Mile +11892,Darin Z.,M,40,"Fairfax, VA",6082,6713,608,10 Mile +1786,Ron E.,M,40,"Frederick, MD",6083,6975,608,10 Mile +18176,Dave M.,M,44,"Denver, CO",6083,7322,608,10 Mile +13504,Tim T.,M,40,"Washington, DC",6083,7170,608,10 Mile +20468,Anirudh V.,M,28,"Reston, VA",6084,7493,608,10 Mile +6550,Rohit K.,M,37,"Mclean, VA",6085,6581,608,10 Mile +11900,Jonathan D.,M,36,"Washington, DC",6085,6980,608,10 Mile +11247,Stephen K.,M,44,"Salem, VA",6086,6888,608,10 Mile +11545,Jerry M.,M,54,"Laplata, MD",6086,7240,608,10 Mile +16072,Jonathan F.,M,39,"Mclean, VA",6087,7254,608,10 Mile +3027,Joseph B.,M,32,"Washington, DC",6088,6446,608,10 Mile +10754,Brad H.,M,33,"Washington, DC",6089,6996,608,10 Mile +11086,Tony S.,M,47,"Ellicott City, MD",6089,6913,608,10 Mile +4971,Timothy J.,M,50,"Sykesville, MD",6090,7353,609,10 Mile +9950,Albert T.,M,50,"Springfield, VA",6090,6913,609,10 Mile +21495,Brian F.,M,43,"Alexandria, VA",6091,7517,609,10 Mile +5366,Zafir B.,M,64,"Colchester, VT",6091,6880,609,10 Mile +9360,Sal D.,M,48,"New York, NY",6092,6968,609,10 Mile +16917,Vince S.,M,32,"Centreville, VA",6092,7052,609,10 Mile +6615,Braeden S.,M,25,"Washington, DC",6093,6867,609,10 Mile +11311,Tom W.,M,64,"Allentown, PA",6093,6908,609,10 Mile +8051,Kevin A.,M,26,"Washington, DC",6093,6911,609,10 Mile +10526,Calvin M.,M,27,"Silver Spring, MD",6095,6998,609,10 Mile +10838,Brian W.,M,41,"Martinsburg, WV",6095,6873,609,10 Mile +17815,Michael B.,M,30,"Washington, DC",6095,7201,609,10 Mile +12800,Dileep S.,M,35,"Herndon, VA",6096,7364,609,10 Mile +15136,Christopher J.,M,29,"Silver Spring, MD",6096,7256,609,10 Mile +6213,Abiy Z.,M,50,"Olney, MD",6096,7170,609,10 Mile +16182,Cesar R.,M,47,"Silver Spring, MD",6096,7154,609,10 Mile +6400,Fernando D.,M,33,"Washington, DC",6096,6998,609,10 Mile +2928,Damon J.,M,41,"Washington, DC",6097,6295,609,10 Mile +5261,Michael T.,M,28,"Woodbridge, VA",6097,6315,609,10 Mile +18570,Ivan L.,M,27,"Washington, DC",6098,6965,609,10 Mile +6013,Eric H.,M,41,"Arlington, VA",6098,6882,609,10 Mile +15299,Craig S.,M,46,"Bethesda, MD",6098,6692,609,10 Mile +11327,Giri K.,M,47,"Manassas, VA",6099,6960,609,10 Mile +8787,Jason O.,M,37,"Alexandria, VA",6100,6613,610,10 Mile +10094,Tom H.,M,47,"Ashburn, VA",6101,7223,610,10 Mile +11746,Daniel H.,M,24,"Washington, DC",6102,7252,610,10 Mile +10849,Chris H.,M,50,"Silver Spring, MD",6102,6456,610,10 Mile +23089,Rajen R.,M,38,"Bethesda, MD",6102,6628,610,10 Mile +8035,James C.,M,68,"Pittsburgh, PA",6102,6565,610,10 Mile +14156,Sameh A.,M,27,"Baltimore, MD",6103,7276,610,10 Mile +14490,David G.,M,54,"North Potomac, MD",6103,6456,610,10 Mile +12401,Dan M.,M,30,"Washington, DC",6103,7200,610,10 Mile +14509,John C.,M,56,"Bentonville, VA",6104,7359,610,10 Mile +12948,Michael D.,M,52,"Fredericksburg, VA",6104,7016,610,10 Mile +14474,Sameer K.,M,39,"Mount Rainier, MD",6104,7228,610,10 Mile +21865,S. P.,M,33,"Chevy Chase, MD",6106,6950,610,10 Mile +15972,Ryan C.,M,38,"Arlington, VA",6106,7363,610,10 Mile +18671,Scott C.,M,32,"San Antonio, TX",6107,7624,610,10 Mile +17167,Inder S.,M,23,"Potomac, MD",6107,6708,610,10 Mile +13647,Manuel P.,M,41,"Washington Dc, DC",6107,7103,610,10 Mile +22041,Chris B.,M,38,"Washington, DC",6107,6966,610,10 Mile +8535,Rick E.,M,43,"Washington, DC",6109,6571,610,10 Mile +12018,Stephen M.,M,33,"Rockville, MD",6109,6971,610,10 Mile +12608,Reynaldo N.,M,42,"Herndon, VA",6110,6649,611,10 Mile +11720,Jim K.,M,47,"Chantilly, VA",6110,6923,611,10 Mile +8969,Richard G.,M,36,"Arlington, VA",6110,6656,611,10 Mile +13872,Max M.,M,31,"Alexandria, VA",6111,7250,611,10 Mile +20641,Daniel B.,M,28,"Arlington, VA",6111,6458,611,10 Mile +9492,Zhen Z.,M,44,"Clarksville, MD",6111,6604,611,10 Mile +656,Justin V.,M,23,"North Bethesda, MD",6111,6972,611,10 Mile +5677,Arthur N.,M,31,"Jersey City, NJ",6112,6384,611,10 Mile +15321,Edward O.,M,46,"Clarksburg, MD",6113,6449,611,10 Mile +17403,Gary B.,M,62,"Springfield, VA",6114,7085,611,10 Mile +8471,Darren K.,M,45,"Ashburn, VA",6115,7193,611,10 Mile +14847,Neal F.,M,55,"Lake Forest, IL",6115,7170,611,10 Mile +10356,Daniel M.,M,32,"Washington, DC",6115,6656,611,10 Mile +14396,Peter H.,M,54,"Attleboro, MA",6116,7033,611,10 Mile +10221,Carl H.,M,59,"Marshall, VA",6116,6551,611,10 Mile +20694,Timothy P.,M,27,"Washington, DC",6118,7002,611,10 Mile +12394,Joseph I.,M,51,"Alexandria, VA",6119,7186,611,10 Mile +15095,Edward G.,M,56,"Springfield, VA",6119,7292,611,10 Mile +9117,Micah S.,M,35,"Bryn Mawr, PA",6120,6726,612,10 Mile +10710,Will G.,M,34,"Washington, DC",6120,6726,612,10 Mile +16177,Patrick B.,M,48,"Centreville, VA",6121,7541,612,10 Mile +8234,Brian K.,M,28,"Arlington, VA",6122,6673,612,10 Mile +20871,David M.,M,36,"Mount Airy, MD",6123,7196,612,10 Mile +10066,Tim L.,M,59,"Reston, VA",6123,6564,612,10 Mile +11387,Ajmel Q.,M,35,"Takoma Park, MD",6124,6943,612,10 Mile +11936,Guy M.,M,59,"Potomac, MD",6124,7021,612,10 Mile +10276,Michael R.,M,41,"Alexandria, VA",6125,7071,612,10 Mile +16963,Paul P.,M,38,"Washington, DC",6125,7090,612,10 Mile +8680,Ravi K.,M,40,"Washington, DC",6126,7036,612,10 Mile +16612,Marc R.,M,38,"Potomac, MD",6128,6959,612,10 Mile +9613,Christopher K.,M,34,"Baltimore, MD",6128,7077,612,10 Mile +15355,Martin Y.,M,36,"Sandy Spring, MD",6129,7390,612,10 Mile +5774,Edward R.,M,58,"Rocky Hill, CT",6129,6365,612,10 Mile +5458,Peter H.,M,41,"Pittsburgh, PA",6130,6450,613,10 Mile +21053,Martin W.,M,53,Sweden,6130,7568,613,10 Mile +6192,Michael P.,M,46,"Livermore, CA",6130,6661,613,10 Mile +23004,Justin G.,M,29,"State College, PA",6131,7600,613,10 Mile +5672,Doug P.,M,51,"Ft Meade, MD",6131,6418,613,10 Mile +9054,Lance B.,M,47,"Alexandria, VA",6131,7223,613,10 Mile +5661,David K.,M,56,"Washington, DC",6131,6661,613,10 Mile +11637,Randy F.,M,53,"Milford, DE",6132,6982,613,10 Mile +18525,Andrew B.,M,44,"Takoma Park, MD",6132,6964,613,10 Mile +7488,Nick C.,M,18,"Washington, DC",6132,6460,613,10 Mile +10901,Wade P.,M,36,"Arlington, VA",6132,7043,613,10 Mile +21579,Andrew M.,M,22,"Andover, MA",6132,6574,613,10 Mile +6396,Daniel K.,M,29,"Philadelphia, PA",6133,7249,613,10 Mile +15571,Christopher B.,M,29,"Arlington, VA",6134,7331,613,10 Mile +12754,Samuel T.,M,39,"Washington, DC",6134,6352,613,10 Mile +8068,Eric G.,M,45,"South Riding, VA",6134,7216,613,10 Mile +22969,Jason J.,M,25,"Nottingham Md, MD",6135,7607,613,10 Mile +21431,Suriyanarayanan V.,M,32,"Chicago, IL",6135,7651,613,10 Mile +19232,Ryan D.,M,33,"Falls Church, VA",6136,7412,613,10 Mile +11163,Neil S.,M,54,"Washington, DC",6137,7004,613,10 Mile +11470,Prath R.,M,29,"Brooklyn, NY",6137,6985,613,10 Mile +1611,Craig M.,M,23,"Washington, DC",6138,6986,613,10 Mile +16710,Daniel V.,M,43,"Rockville, MD",6138,7288,613,10 Mile +17128,Kirby P.,M,60,"Clayton, NC",6139,7278,613,10 Mile +8728,Brian K.,M,48,"Lorton, VA",6139,6738,613,10 Mile +7602,Pat R.,M,32,"Alexandria, VA",6139,6931,613,10 Mile +16610,Joey L.,M,26,"Washington, DC",6139,7289,613,10 Mile +1462,Andrew T.,M,64,"West River, MD",6139,6874,613,10 Mile +13920,Mark S.,M,54,"Oakton, VA",6140,6961,614,10 Mile +11371,Jody S.,M,54,"Clifton, VA",6140,7067,614,10 Mile +11457,Brian H.,M,32,"Vienna, VA",6141,7610,614,10 Mile +15615,Ronald J.,M,59,"Salisbury, MD",6142,7411,614,10 Mile +12324,Ryan B.,M,39,"Alexandria, VA",6143,6978,614,10 Mile +14321,Steven K.,M,62,"Falls Church, VA",6143,6947,614,10 Mile +11308,Will M.,M,19,"Cary, NC",6143,6942,614,10 Mile +13600,Chris T.,M,31,"Arlington, VA",6145,7048,614,10 Mile +6358,Thomas H.,M,35,"Washington, DC",6145,6622,614,10 Mile +12483,Clinton F.,M,32,"Alexandria, VA",6146,6975,614,10 Mile +16952,Eric C.,M,26,"Alexandria, VA",6146,7217,614,10 Mile +13208,Allan C.,M,55,"Ashburn, VA",6147,7681,614,10 Mile +15816,Jorge Q.,M,28,"Mclean, VA",6147,6985,614,10 Mile +17613,Tin H.,M,31,"Washington, DC",6147,6657,614,10 Mile +15224,Billy D.,M,29,"Hoover, AL",6150,7280,615,10 Mile +13628,Jason C.,M,30,"Atlantic City, NJ",6151,7232,615,10 Mile +11869,Abdellah E.,M,45,"Herndon, VA",6151,7261,615,10 Mile +14462,Glenn L.,M,41,"Kensington, MD",6152,7110,615,10 Mile +4913,Joel F.,M,32,"Washington, DC",6152,7293,615,10 Mile +21374,Jared C.,M,34,"Tucson, AZ",6152,6987,615,10 Mile +17671,Daniyal H.,M,30,"Gaithersburg, MD",6153,7252,615,10 Mile +9847,Ryan B.,M,27,"Washington, DC",6153,7301,615,10 Mile +21453,John B.,M,31,"Washington, DC",6154,7579,615,10 Mile +14048,John M.,M,39,"Washington, DC",6154,7123,615,10 Mile +11304,Vincent H.,M,41,"Woodbridge, VA",6154,6936,615,10 Mile +22795,Anthony S.,M,37,"Bethesda, MD",6154,7030,615,10 Mile +9341,James B.,M,48,"Washington, DC",6155,6471,615,10 Mile +9693,Jeffrey E.,M,44,"Washington, DC",6155,6730,615,10 Mile +14655,Robert S.,M,60,"Fairfax, VA",6156,6717,615,10 Mile +14104,Jason B.,M,29,"Washington, DC",6156,7272,615,10 Mile +8594,Craig E.,M,41,"St.leonard, MD",6156,6984,615,10 Mile +13986,Rafael E.,M,56,"Bronx, NY",6157,6920,615,10 Mile +15812,Paul S.,M,68,"Brewer, ME",6157,6474,615,10 Mile +3700,David G.,M,27,"Baltimore, MD",6157,6458,615,10 Mile +6486,Joseph M.,M,37,"Washington, DC",6158,6638,615,10 Mile +13567,Matthew S.,M,25,"Washington, DC",6158,7004,615,10 Mile +8183,Andrew M.,M,38,"Silver Spring, MD",6158,7429,615,10 Mile +666,Manuel V.,M,44,"Bristow, VA",6159,7140,615,10 Mile +8714,Don C.,M,44,"Brooklyn, NY",6159,6483,615,10 Mile +10724,Dale J.,M,64,"Baldwin, MD",6159,6964,615,10 Mile +20992,Matthew S.,M,24,"Arlington, VA",6159,7319,615,10 Mile +16711,Benjamin E.,M,37,"Alexandria, VA",6160,7358,616,10 Mile +12396,Christopher F.,M,28,"Baltimore, MD",6161,6910,616,10 Mile +15795,Matt P.,M,39,"Germantown, MD",6161,7344,616,10 Mile +14695,Stephen T.,M,47,"Montoursville, PA",6161,7289,616,10 Mile +15710,John M.,M,36,"Arlington, VA",6161,7362,616,10 Mile +1980,Sean D.,M,32,"Washington, DC",6162,7417,616,10 Mile +6070,Charlie T.,M,30,"Washington, DC",6163,6761,616,10 Mile +16664,Nayanjeet M.,M,35,"Chevy Chase, MD",6164,7350,616,10 Mile +13251,Gerald R.,M,67,"Brookeville, MD",6165,7093,616,10 Mile +21489,Yodi J.,M,34,"Brooklyn, NY",6166,6936,616,10 Mile +9365,Danny G.,M,40,"Arlington, VA",6167,6724,616,10 Mile +11964,John S.,M,53,"Burlington, NJ",6168,7013,616,10 Mile +20834,Arren P.,M,26,"Glen Burnie, MD",6168,7640,616,10 Mile +17058,Mark M.,M,40,"Herndon, VA",6169,7162,616,10 Mile +14788,Deepak S.,M,41,"Montgomery Vlg, MD",6169,7428,616,10 Mile +12752,Johanan R.,M,32,"Washington Dc, DC",6169,6997,616,10 Mile +11585,Sam S.,M,30,"New York City, NY",6171,7290,617,10 Mile +878,Christopher K.,M,28,"Washington, DC",6172,7246,617,10 Mile +13107,Daniel K.,M,36,"Roslindale, MA",6172,6947,617,10 Mile +21170,Juan M.,M,40,"Washington, DC",6173,7000,617,10 Mile +15310,Ed C.,M,34,"Philadelphia, PA",6174,6914,617,10 Mile +16593,Allan F.,M,49,"Cincinnati, OH",6178,7245,617,10 Mile +12172,Bill S.,M,59,"Barryville, NY",6179,7042,617,10 Mile +7031,Christopher O.,M,38,"Alexandria, VA",6179,6684,617,10 Mile +10810,John E.,M,53,"Vienna, VA",6180,7271,618,10 Mile +2229,William H.,M,52,"Washington Dc, DC",6180,6526,618,10 Mile +10473,Patrick W.,M,52,"Vienna, VA",6180,6484,618,10 Mile +927,Colin P.,M,28,"Olney, MD",6181,6991,618,10 Mile +13804,Jonathon S.,M,33,"Laurel, MD",6181,7099,618,10 Mile +10644,Lejandro V.,M,42,"Leesburg, VA",6182,7071,618,10 Mile +22241,Philip M.,M,59,"Rockville, MD",6182,7671,618,10 Mile +11873,David P.,M,38,"Herndon, VA",6182,6966,618,10 Mile +19826,Keith S.,M,47,"Clarksburg, MD",6183,7397,618,10 Mile +22076,Ernesto R.,M,31,"Washington, DC",6183,7247,618,10 Mile +15968,Alvin R.,M,40,"Odenton, MD",6184,7312,618,10 Mile +4161,Greg V.,M,24,"Pittsburgh, PA",6184,6396,618,10 Mile +14444,Henry Y.,M,44,"Washington, DC",6185,7466,618,10 Mile +21624,Seung C.,M,39,"Arlington, VA",6185,6980,618,10 Mile +6243,Robertt M.,M,32,"Reston, VA",6186,6720,618,10 Mile +16334,Manthan S.,M,31,"Vienna, VA",6187,7253,618,10 Mile +14781,Kevin G.,M,29,"Arlington, VA",6188,7254,618,10 Mile +21331,Kevin R.,M,23,"Gaithersburg, MD",6189,7367,618,10 Mile +13292,Christopher L.,M,31,"Arlington, VA",6189,7351,618,10 Mile +16561,Vikram E.,M,37,"Ashburn, VA",6189,7257,618,10 Mile +14383,Steven V.,M,49,"South Riding, VA",6190,7352,619,10 Mile +17861,Andrew L.,M,31,"Washington, DC",6190,7286,619,10 Mile +18544,Jeffrey R.,M,28,"Arlington, VA",6190,7725,619,10 Mile +4670,Andrew O.,M,35,"Washington, DC",6190,7286,619,10 Mile +4539,Mark V.,M,33,"Washington, DC",6190,7336,619,10 Mile +7951,Christian H.,M,29,"Washington, DC",6192,6761,619,10 Mile +9348,Jason G.,M,34,"Washington, DC",6192,7333,619,10 Mile +22327,Jake B.,M,40,"Alexandria, VA",6192,6557,619,10 Mile +13313,Jeffrey C.,M,44,"Quincy, MA",6192,6998,619,10 Mile +7290,John B.,M,63,"Richmond, VA",6193,7095,619,10 Mile +6051,Brian I.,M,32,"Vienna, VA",6194,7256,619,10 Mile +9093,Timmy C.,M,39,"Crewe, VA",6194,7372,619,10 Mile +11633,Tom D.,M,48,"Washington, DC",6195,6960,619,10 Mile +13225,Richard G.,M,74,"New York, NY",6195,7017,619,10 Mile +4141,Scott B.,M,49,"State College, PA",6196,6427,619,10 Mile +2684,Jeffrey Y.,M,31,"New York, NY",6196,6993,619,10 Mile +15369,Chris E.,M,33,"Durham, NC",6196,7502,619,10 Mile +7800,Michael J.,M,50,"Springfield, VA",6197,6682,619,10 Mile +9757,Jeffrey K.,M,37,"Ellicott City, MD",6197,6718,619,10 Mile +13349,Joseph S.,M,57,"Washington, DC",6198,7072,619,10 Mile +13223,Howard L.,M,48,"Vienna, VA",6198,7323,619,10 Mile +13430,Jay G.,M,53,"Coral Springs, FL",6198,7068,619,10 Mile +7676,Shawn K.,M,52,"Pittsburgh, PA",6199,6673,619,10 Mile +11871,Alfred D.,M,63,"Kensington, MD",6199,6945,619,10 Mile +1660,Robert P.,M,51,"Westerville, OH",6201,7333,620,10 Mile +1868,Kalun N.,M,40,"Forest Hills, NY",6201,6559,620,10 Mile +8483,Andrew H.,M,28,"Washington, DC",6202,7330,620,10 Mile +5730,James R.,M,31,"Montrose, MN",6203,6757,620,10 Mile +16475,Robert N.,M,50,"Germantown, MD",6204,7331,620,10 Mile +14397,Andre L.,M,61,"Warner Robins, GA",6204,7266,620,10 Mile +14661,Houng S.,M,67,"Burke, VA",6204,7248,620,10 Mile +10192,Patrick W.,M,57,"Alexandria, VA",6205,6635,620,10 Mile +22054,Bobert G.,M,27,"Washington, DC",6205,7148,620,10 Mile +5505,Steven H.,M,37,"Bethlehem, PA",6205,7296,620,10 Mile +8860,Karthik G.,M,43,"Cranford, NJ",6206,6648,620,10 Mile +10131,Thomas D.,M,67,"Akron, OH",6206,6683,620,10 Mile +10759,Andrew P.,M,24,"Washington, DC",6206,7297,620,10 Mile +14635,Backhean T.,M,37,"Annandale, VA",6207,7340,620,10 Mile +21527,Jocelyn H.,M,34,"Longwood, FL",6207,7647,620,10 Mile +15386,Keshav R.,M,44,"Bristow, VA",6208,7379,620,10 Mile +15545,Ranajit P.,M,50,"Arlington, VA",6208,7299,620,10 Mile +13307,Brian B.,M,31,"Columbia, MD",6208,7188,620,10 Mile +7467,Duane E.,M,55,"Springfield, VA",6209,6696,620,10 Mile +10623,Patrick B.,M,24,"North Potomac, MD",6209,7021,620,10 Mile +6145,Michael S.,M,28,"New York, NY",6210,7040,621,10 Mile +8879,Yong C.,M,30,"Huntsville, AL",6210,7135,621,10 Mile +22000,Darnell L.,M,42,"Washington, DC",6211,6959,621,10 Mile +17192,Andrew S.,M,43,"Woodbine, MD",6211,7368,621,10 Mile +7285,Steven D.,M,31,"West Deptford, NJ",6212,6700,621,10 Mile +9256,Michael P.,M,29,"Arlington, VA",6212,6446,621,10 Mile +20161,Radhakrishnan S.,M,47,"Ashburn, VA",6213,7631,621,10 Mile +9919,Dennis L.,M,40,"Brooklyn, NY",6214,6739,621,10 Mile +13658,Charles C.,M,40,"Annapolis, MD",6214,6829,621,10 Mile +18443,Andrew B.,M,25,"Washington, DC",6215,7719,621,10 Mile +6779,Temple C.,M,44,"Hyattsville, MD",6215,6828,621,10 Mile +6932,Ray W.,M,33,"Columbia, MD",6215,6829,621,10 Mile +16169,Jason A.,M,38,"Falls Church, VA",6215,7144,621,10 Mile +11218,James P.,M,27,"Arlington, VA",6215,7154,621,10 Mile +10914,Steven B.,M,48,"Owings, MD",6215,7126,621,10 Mile +12907,Jason S.,M,41,"Annapolis, MD",6216,6829,621,10 Mile +13246,Cotter S.,M,28,"Washington, DC",6216,7159,621,10 Mile +5546,Chris B.,M,54,"Beavercreek, OH",6216,6427,621,10 Mile +7783,Ike M.,M,55,"Southern Shores, NC",6217,7140,621,10 Mile +18903,Tae R.,M,44,"Alexandria, VA",6217,7656,621,10 Mile +8699,Dashawn G.,M,33,"Astoria, NY",6218,7358,621,10 Mile +8115,Sean G.,M,27,"Hunt Valley, MD",6219,6759,621,10 Mile +21986,Reid H.,M,36,"Leesburg, VA",6219,6772,621,10 Mile +22006,John L.,M,25,"Arlington, VA",6219,7196,621,10 Mile +11791,Gary G.,M,55,"Ridgeley, WV",6220,7043,622,10 Mile +8209,Edward M.,M,65,"Annapolis, MD",6220,6700,622,10 Mile +10872,Walter B.,M,73,"Montgomery Vlg, MD",6220,7017,622,10 Mile +13389,Peter S.,M,24,"Washington, DC",6220,7329,622,10 Mile +11561,Cory P.,M,38,"Washington, DC",6220,6777,622,10 Mile +10702,John R.,M,57,"Canfield, OH",6220,7131,622,10 Mile +11538,Raymond M.,M,37,"Silver Spring, MD",6221,6730,622,10 Mile +18718,Christopher O.,M,36,"Fort Belvoir, VA",6221,7687,622,10 Mile +8009,John W.,M,35,"New York, NY",6221,6721,622,10 Mile +7098,Kevin G.,M,25,"Potomac, MD",6221,7165,622,10 Mile +16438,Michael R.,M,51,"Falls Church, VA",6221,7326,622,10 Mile +675,Sean H.,M,53,"Alexandria, VA",6223,6264,622,10 Mile +11451,Laird W.,M,61,"Arlington, VA",6223,7132,622,10 Mile +13382,Bryan Z.,M,25,"Washington, DC",6224,7101,622,10 Mile +11331,Gary W.,M,64,"Stevensville, MI",6224,7067,622,10 Mile +21568,Adam H.,M,37,"Washington Dc, DC",6226,6704,622,10 Mile +17161,Gurpreet T.,M,53,"Germantown, MD",6227,7202,622,10 Mile +11256,Kent B.,M,58,"Arlington, VA",6228,7076,622,10 Mile +13000,Syam N.,M,60,"Woodbridge, VA",6228,7193,622,10 Mile +13849,Kenneth C.,M,57,"Vienna, VA",6228,6789,622,10 Mile +12477,Gregory B.,M,28,"Washington, DC",6229,7122,622,10 Mile +11093,Daniel M.,M,41,"Chicago, IL",6229,6985,622,10 Mile +15609,Bernie H.,M,64,"Whitehouse Station, NJ",6229,7118,622,10 Mile +9617,Fred K.,M,46,"Clarksburg, ME",6230,6978,623,10 Mile +8826,Douglas H.,M,58,"Springfield, VA",6231,7034,623,10 Mile +9090,James P.,M,28,"Baltimore, MD",6231,7105,623,10 Mile +15297,Marc G.,M,66,"Bethesda, MD",6231,7134,623,10 Mile +21966,Daniel T.,M,32,"Washington, DC",6231,7745,623,10 Mile +22027,Romain P.,M,41,"Clarksburg, MD",6232,7699,623,10 Mile +11264,Sean T.,M,43,"Baltimore, MD",6233,7190,623,10 Mile +8088,Matt P.,M,35,"Annapolis, MD",6233,7203,623,10 Mile +14544,Andrew G.,M,45,"Silver Spring, MD",6235,7185,623,10 Mile +11609,Michael R.,M,32,"Washington, DC",6235,6997,623,10 Mile +15621,Chip M.,M,51,"Herndon, VA",6236,7493,623,10 Mile +9419,Reggie D.,M,37,"Washington, DC",6237,6999,623,10 Mile +3816,Jorge S.,M,38,"Washington, DC",6237,7672,623,10 Mile +695,Andrew L.,M,32,"New York, NY",6237,7226,623,10 Mile +17224,Kurt D.,M,60,"Springfield, VA",6237,7057,623,10 Mile +14644,Roy M.,M,29,"Houston, TX",6238,7350,623,10 Mile +14905,Ryan K.,M,37,"Annapolis, MD",6238,7195,623,10 Mile +14209,Christopher K.,M,39,"Washington, DC",6238,7191,623,10 Mile +14155,Andrew F.,M,46,"Atlanta, GA",6239,7453,623,10 Mile +19560,Michael H.,M,46,"Sudbury, MA",6239,7660,623,10 Mile +12892,Christopher J.,M,37,"Centreville, VA",6241,7126,624,10 Mile +15680,Robert S.,M,32,"Washington, DC",6245,7467,624,10 Mile +12618,Joseph L.,M,40,"Severn, MD",6245,7426,624,10 Mile +8912,Marlon P.,M,45,"Washington, DC",6245,6878,624,10 Mile +4038,Fred H.,M,48,"Takoma Park, MD",6245,6684,624,10 Mile +11114,Porzel W.,M,68,"Falls Church, VA",6245,7241,624,10 Mile +9602,Benjamin G.,M,26,"Morristown, NJ",6246,6682,624,10 Mile +6544,Antoni G.,M,63,"Potomac, MD",6247,7191,624,10 Mile +16339,Tyler S.,M,31,"Mechanicsburg, PA",6247,7286,624,10 Mile +11380,Sean M.,M,29,"Washington, DC",6248,6997,624,10 Mile +23173,George Y.,M,85,"Towson, MD",6248,6260,624,10 Mile +9250,Nicholas B.,M,33,"Baltimore, MD",6249,7084,624,10 Mile +9183,Stephen W.,M,32,"Washington, DC",6249,6607,624,10 Mile +1266,Emmet T.,M,34,"Jackson Heights, NY",6250,6610,625,10 Mile +17038,Michael X.,M,33,"Washington, DC",6250,6694,625,10 Mile +20863,Kevin N.,M,26,"Washington, DC",6250,6835,625,10 Mile +19520,Christopher C.,M,27,"Washington, DC",6250,7725,625,10 Mile +1017,Kent Y.,M,38,"Ny, NY",6251,6610,625,10 Mile +8410,Jonathan P.,M,35,"Washington, DC",6252,6994,625,10 Mile +17348,Daniel K.,M,27,"Arlington, VA",6253,7184,625,10 Mile +8213,Phil F.,M,58,"Springfield, VA",6254,7408,625,10 Mile +12450,Michael S.,M,53,"Mount Gretna, PA",6254,6753,625,10 Mile +18530,John M.,M,55,"Alexandria, VA",6254,7408,625,10 Mile +16916,Jerome F.,M,43,"Stafford, VA",6254,7205,625,10 Mile +15597,David L.,M,36,"Jersey City, NJ",6255,7515,625,10 Mile +13031,Justin H.,M,26,"West Chester, PA",6256,7105,625,10 Mile +13489,Butch H.,M,69,"Athens, OH",6257,7251,625,10 Mile +1031,Dirk M.,M,26,"Oakland, CA",6258,7127,625,10 Mile +4743,Anatoly B.,M,31,"New Hartford, NY",6259,6563,625,10 Mile +6520,Matthew B.,M,39,"Rockville, MD",6259,7410,625,10 Mile +23074,Ron L.,M,60,"Charlotte, NC",6259,7694,625,10 Mile +11783,Chris B.,M,33,"Lincoln, NE",6259,7410,625,10 Mile +5241,Michael M.,M,43,"Cincinnati, OH",6260,7187,626,10 Mile +13794,Mark L.,M,50,"Bethesda, MD",6261,7209,626,10 Mile +21058,Komal P.,M,28,"Herndon, VA",6261,7739,626,10 Mile +11066,Joseph R.,M,25,"Arlington, VA",6261,7161,626,10 Mile +1259,Dan W.,M,39,"Locust Grove, VA",6263,6492,626,10 Mile +14622,Algenis L.,M,28,"Burtonsville, MD",6264,7255,626,10 Mile +22319,Alan J.,M,32,"Falls Church, VA",6265,6546,626,10 Mile +10595,John W.,M,64,"Vienna, VA",6266,7249,626,10 Mile +22396,Michael W.,M,64,"Mechanicsville, MD",6266,7431,626,10 Mile +8848,Paul C.,M,29,"Washington, DC",6266,6771,626,10 Mile +2879,Vivek K.,M,49,"Gaithersburg, MD",6267,6474,626,10 Mile +11608,Jason S.,M,36,"Charlotte, NC",6267,7195,626,10 Mile +4310,William F.,M,62,"Arlington, VA",6267,6539,626,10 Mile +6483,Ben K.,M,29,"New Yok, NY",6268,7359,626,10 Mile +13007,Benjamin D.,M,38,"Washington, DC",6268,7187,626,10 Mile +10288,Robert M.,M,64,"Charlotte, NC",6268,7250,626,10 Mile +2645,Jaikumar M.,M,42,"Germantown, MD",6269,7457,626,10 Mile +3040,Jean-S???bastien V.,M,27,"Washington, DC",6272,7791,627,10 Mile +1950,Chris T.,M,28,"Washington, DC",6273,7238,627,10 Mile +21627,Benjamin B.,M,34,"Bowie, MD",6274,7736,627,10 Mile +18752,Krishnakanth T.,M,40,"Centerville, VA",6274,6575,627,10 Mile +15820,Alex B.,M,29,"Gloucester Point, VA",6276,7541,627,10 Mile +7728,Tim M.,M,42,"Oakton, VA",6277,7123,627,10 Mile +23083,Benjamin R.,M,27,"Brooklyn, NY",6277,6897,627,10 Mile +15579,Philip C.,M,32,"Washington, DC",6277,7358,627,10 Mile +12494,Kevin M.,M,28,"Arlington, VA",6278,7046,627,10 Mile +6348,Ruben B.,M,37,"Washington Dc, DC",6278,7515,627,10 Mile +20697,Jasjit S.,M,30,"Arlington, VA",6278,7684,627,10 Mile +501,Roy M.,M,43,"Queens, NY",6279,7802,627,10 Mile +10943,Andrew S.,M,54,"Silver Spring, MD",6280,7242,628,10 Mile +3831,Timothy L.,M,51,"Port Tobacco, MD",6284,6564,628,10 Mile +21218,David J.,M,41,"Harrisburg, PA",6285,7799,628,10 Mile +4819,Jon C.,M,39,"Washington, DC",6285,6598,628,10 Mile +11019,Michael N.,M,43,"Gainesville, VA",6285,7026,628,10 Mile +21221,Scott H.,M,40,"Washington, DC",6285,7792,628,10 Mile +13771,Enver H.,M,30,"Washington, DC",6286,7104,628,10 Mile +1625,Sean B.,M,30,"Arlington, VA",6289,7361,628,10 Mile +13189,Joseph H.,M,31,"Burke, VA",6291,7059,629,10 Mile +20554,Dimitris K.,M,43,"Reston, VA",6291,7258,629,10 Mile +13191,Daniel H.,M,34,"New York, NY",6291,7059,629,10 Mile +14194,Michael M.,M,53,"Washington, DC",6291,7213,629,10 Mile +8344,William H.,M,37,"Kensington, MD",6292,7035,629,10 Mile +20377,Marc L.,M,41,"Montreal, QC",6293,7732,629,10 Mile +2978,Tarun S.,M,29,"Manassas, VA",6294,7575,629,10 Mile +15909,Jeenly L.,M,35,"Silver Spring, MD",6295,7444,629,10 Mile +19674,Jeffery B.,M,50,"Fairfax, VA",6297,7757,629,10 Mile +9190,Tsung T.,M,37,"Alexandria, VA",6297,6907,629,10 Mile +5691,Marc G.,M,46,"Clarksville, MD",6298,6869,629,10 Mile +15189,Hussein A.,M,59,"Rice, VA",6299,7451,629,10 Mile +15075,Chad B.,M,70,"Havertown, PA",6299,7372,629,10 Mile +22955,John M.,M,29,"Garden City, NY",6301,7722,630,10 Mile +11444,David S.,M,58,"Reisterstown, MD",6301,6885,630,10 Mile +7989,Chris B.,M,57,"Westminster, MD",6301,6885,630,10 Mile +5365,Enrique S.,M,51,"Potomac, MD",6303,7782,630,10 Mile +10021,Tal S.,M,41,"North Bethesda, MD",6303,7782,630,10 Mile +15652,Roger K.,M,61,"Alexandria, VA",6303,7411,630,10 Mile +17395,John B.,M,58,"Frederick, MD",6303,7154,630,10 Mile +19896,Anil G.,M,58,"Centeville, VA",6306,7394,630,10 Mile +15549,Steve B.,M,33,"Washington, DC",6307,7440,630,10 Mile +4580,Mihir K.,M,39,"Boston, MA",6307,7147,630,10 Mile +17823,Joe P.,M,54,"Potomac Falls, VA",6307,7492,630,10 Mile +19553,Aaron C.,M,32,"Arlington, VA",6307,7754,630,10 Mile +12308,David Z.,M,47,"Clarksburg, MD",6308,7233,630,10 Mile +15842,Pradeep G.,M,54,"Princeton Junction, NJ",6308,7395,630,10 Mile +18909,Christian F.,M,31,"Washington, DC",6309,7751,630,10 Mile +21151,Gary L.,M,36,"Kensington, MD",6310,7752,631,10 Mile +5208,Philip M.,M,35,"Gaithersburg, MD",6310,7550,631,10 Mile +11812,Nick R.,M,62,"Washington, WV",6311,7207,631,10 Mile +9621,Robert S.,M,41,"Annapolis, MD",6311,6750,631,10 Mile +22230,Josh D.,M,37,"Catonsville, MD",6311,7379,631,10 Mile +16173,Erik D.,M,34,"Burke, VA",6311,7396,631,10 Mile +11150,Arunkumar M.,M,39,"Chantilly, VA",6311,7065,631,10 Mile +1547,Suresh S.,M,50,"Chantilly, VA",6313,7785,631,10 Mile +14345,Eric C.,M,49,"Olney, MD",6313,7538,631,10 Mile +18121,Connor F.,M,26,"Washington, DC",6315,7761,631,10 Mile +694,Christopher M.,M,39,"Downingtown Pa, PA",6315,6654,631,10 Mile +14722,Bala K.,M,39,"Herndon, VA",6315,6669,631,10 Mile +14542,Devon G.,M,45,"Bethesda, MD",6315,7820,631,10 Mile +16934,Kevin M.,M,33,"Alexandria, VA",6317,6841,631,10 Mile +2803,Ian A.,M,37,"Washington, DC",6318,6877,631,10 Mile +21614,Leon C.,M,48,"Arnold, MD",6319,7379,631,10 Mile +16375,Chris P.,M,50,"Germantown, MD",6320,7625,632,10 Mile +10038,Christopher S.,M,35,"Washington, DC",6321,6875,632,10 Mile +8905,Greg M.,M,35,"Annapolis, MD",6322,6783,632,10 Mile +7973,George L.,M,60,"Arlington, VA",6323,6850,632,10 Mile +15769,David J.,M,31,"Falls Church, VA",6323,7488,632,10 Mile +11407,Mark Y.,M,52,"Fredericksburg, VA",6324,7177,632,10 Mile +22315,Tung T.,M,56,"Burke, VA",6324,7782,632,10 Mile +12219,Brian C.,M,53,"Laytonsville, MD",6324,7494,632,10 Mile +5282,Himanshu T.,M,31,"Arlington, VA",6326,7608,632,10 Mile +20937,Ben B.,M,30,"Washington, DC",6327,7771,632,10 Mile +12906,Michael K.,M,29,"Washington, DC",6327,7153,632,10 Mile +17163,Shiju C.,M,45,"Ashburn, VA",6327,7987,632,10 Mile +11205,David N.,M,49,"Orange, CA",6327,7203,632,10 Mile +20752,Kenneth T.,M,29,"Washington, DC",6328,7776,632,10 Mile +14448,Chris M.,M,27,"Baltimore, MD",6330,7554,633,10 Mile +10516,Reggie B.,M,42,"Odenton, MD",6331,7227,633,10 Mile +17703,Samuel A.,M,26,"Baltimore, MD",6332,7207,633,10 Mile +8242,Dave S.,M,60,"Lakewood, OH",6332,6872,633,10 Mile +5914,Jordin C.,M,53,"Chevy Chase, MD",6333,7282,633,10 Mile +20875,Ricardo R.,M,33,"Washington, DC",6333,7756,633,10 Mile +15612,Eric D.,M,36,"Washington, DC",6333,7398,633,10 Mile +11302,Sean M.,M,30,"Washington, DC",6333,7296,633,10 Mile +12670,Jeremy S.,M,35,"Hanover, MD",6333,7247,633,10 Mile +8992,Keith B.,M,50,"St. Louis, MO",6334,6828,633,10 Mile +20631,Dylan M.,M,39,"Brooklyn, NY",6334,7181,633,10 Mile +16955,Thomas M.,M,52,"Ashburn, VA",6335,7395,633,10 Mile +2377,Frank J.,M,63,"Pennington, NJ",6335,7087,633,10 Mile +16990,Paul M.,M,43,"Fairfax, VA",6336,7767,633,10 Mile +14804,Terry H.,M,57,"Alexandria, VA",6337,7305,633,10 Mile +14154,Trevor S.,M,38,"New York, NY",6337,7465,633,10 Mile +13622,Steve A.,M,55,"Elmira, NY",6338,7768,633,10 Mile +5812,Hamaad C.,M,36,"Arlington, VA",6338,7607,633,10 Mile +16499,Mark W.,M,49,"Rockville, MD",6339,7644,633,10 Mile +15352,Jackson S.,M,16,"Leesburg, VA",6339,7751,633,10 Mile +22323,Seth L.,M,31,"Alexandria, VA",6340,7855,634,10 Mile +1211,Scott K.,M,60,"N Chesterfield, VA",6340,7157,634,10 Mile +13144,Nick G.,M,57,"Warrenton, VA",6340,7277,634,10 Mile +14811,Edward P.,M,51,"Chevy Chase, MD",6341,7443,634,10 Mile +13079,Shudong G.,M,52,"Irving, TX",6343,7214,634,10 Mile +7755,Andrew T.,M,27,"Arlington, VA",6343,7438,634,10 Mile +16091,Prashanth S.,M,41,"Rockville, MD",6343,7395,634,10 Mile +6976,Rob L.,M,52,"Reston, VA",6343,7145,634,10 Mile +20691,Greg W.,M,28,"Pittsburgh, PA",6344,7779,634,10 Mile +22045,Ethan M.,M,30,"Washington, DC",6344,7398,634,10 Mile +10764,W R.,M,59,"Washington, DC",6344,7288,634,10 Mile +14081,Matthew B.,M,37,"Fairfax, VA",6345,7186,634,10 Mile +22390,Damien P.,M,39,"Gainesville, VA",6346,7541,634,10 Mile +9627,Marcus M.,M,41,"Clifton, VA",6347,7822,634,10 Mile +7994,Edward S.,M,44,"Ellicott City, MD",6348,7260,634,10 Mile +3800,Alex N.,M,48,"Middleburg, VA",6348,7229,634,10 Mile +10154,James D.,M,61,"Tall Timbers, MD",6349,6818,634,10 Mile +9482,Ryan S.,M,31,"Riverdale, MD",6349,7161,634,10 Mile +12277,Bobo M.,M,28,"Savannah, GA",6350,7186,635,10 Mile +16045,Mike T.,M,49,"Leesburg, VA",6351,7436,635,10 Mile +12822,Damian P.,M,37,"Alpine, NJ",6352,7291,635,10 Mile +4337,Dan R.,M,51,"Woodbridge, VA",6352,7319,635,10 Mile +10517,Mike G.,M,41,"Lorton, VA",6352,7499,635,10 Mile +7792,Yu Z.,M,45,"Ashburn, VA",6353,7091,635,10 Mile +18670,Oliver F.,M,50,"Chevy Chase, MD",6354,7759,635,10 Mile +13616,Andrew A.,M,37,"Camillus, NY",6355,7786,635,10 Mile +17677,Mike G.,M,50,"Gainesville, VA",6355,7640,635,10 Mile +10377,Barry G.,M,61,"Chesterfield, MO",6355,7243,635,10 Mile +22973,Andrew W.,M,26,"Dallas, TX",6355,7645,635,10 Mile +12174,Brian S.,M,42,"Arlington, VA",6355,7166,635,10 Mile +15438,Martin M.,M,72,"Bethesda, MD",6356,7397,635,10 Mile +4564,Ivan D.,M,28,"Bronx, NY",6356,6821,635,10 Mile +16517,Thomas S.,M,33,"Washington, DC",6356,7827,635,10 Mile +8235,Hung D.,M,51,"Annapolis, MD",6358,6862,635,10 Mile +21142,Mike G.,M,35,"Washington, DC",6358,7774,635,10 Mile +14813,Chris B.,M,51,"Bayville, NJ",6358,7547,635,10 Mile +13190,Jack W.,M,67,"Potomac, MD",6359,6558,635,10 Mile +7330,Chris C.,M,30,"Washington, DC",6360,6946,636,10 Mile +9747,Jim M.,M,54,"Columbia, MD",6360,7454,636,10 Mile +9881,Gregory J.,M,31,"Washington, DC",6362,7503,636,10 Mile +9624,Daniel D.,M,29,"Arlington, VA",6362,7824,636,10 Mile +10313,Gabriel S.,M,31,"Rockville, MD",6363,7119,636,10 Mile +10070,Jason W.,M,35,"Washington, DC",6363,6926,636,10 Mile +13785,Nico G.,M,29,"Washington, DC",6364,7302,636,10 Mile +9340,Mike D.,M,24,"Washington D.c., DC",6364,7301,636,10 Mile +13013,Michael C.,M,39,"Silver Spring, MD",6365,6732,636,10 Mile +17816,Joshua M.,M,35,"Alexandria, VA",6365,7273,636,10 Mile +11450,Matthew H.,M,34,"Washington, DC",6365,7253,636,10 Mile +15419,Ronnie B.,M,29,"Colonial Beach, VA",6366,7437,636,10 Mile +14189,Gatumbi G.,M,34,"Alexandria, VA",6366,7507,636,10 Mile +13900,Sadasivam P.,M,56,"Herndon, VA",6367,7844,636,10 Mile +13807,Jacob P.,M,30,"Washington, DC",6367,7211,636,10 Mile +5734,Clifford B.,M,28,"Washington, DC",6367,7288,636,10 Mile +11612,Nicholas R.,M,21,"Atlanta, GA",6367,7320,636,10 Mile +10113,Gardener C.,M,30,"Vienna, VA",6368,6934,636,10 Mile +14199,Genilson B.,M,44,"Washington, DC",6368,6988,636,10 Mile +12037,Tim J.,M,52,"Frederick, MD",6369,7577,636,10 Mile +12956,Steven V.,M,34,"Brooklyn, NY",6370,7118,637,10 Mile +5330,Jim C.,M,58,"Westport, CT",6371,6569,637,10 Mile +14611,Anthony M.,M,55,"Washington, DC",6371,7485,637,10 Mile +11343,Richard C.,M,56,"Fairfax Station, VA",6372,7364,637,10 Mile +15471,Richard P.,M,35,"Washington, DC",6372,7562,637,10 Mile +14683,Howard S.,M,72,"Silver Spring, MD",6373,6921,637,10 Mile +5764,Emaad B.,M,47,"Potomac, MD",6373,6688,637,10 Mile +10546,Robert S.,M,69,"Bethesda, MD",6373,6921,637,10 Mile +9350,Edmundo M.,M,49,"Bethesda, MD",6374,6802,637,10 Mile +7873,Mark L.,M,56,"Glen Gardner, NJ",6374,6896,637,10 Mile +14013,Clay V.,M,33,"Washington, DC",6374,7238,637,10 Mile +13565,Gregory L.,M,56,"Washington, DC",6375,7355,637,10 Mile +16518,Eric D.,M,35,"Woodbridge, VA",6375,7416,637,10 Mile +12309,Curt W.,M,54,"Glen Echo, MD",6376,7118,637,10 Mile +9657,John F.,M,29,"Washington, DC",6376,7416,637,10 Mile +9462,Michael M.,M,61,"Newfields, NH",6377,6827,637,10 Mile +14526,Andrew S.,M,66,"Morton, PA",6377,7602,637,10 Mile +7283,Thomas C.,M,25,"Baltimore, MD",6378,7602,637,10 Mile +21270,Jack M.,M,27,"Frederick, MD",6379,7554,637,10 Mile +11445,Chris B.,M,46,"Ashburn, VA",6379,7158,637,10 Mile +9523,David M.,M,50,"Union City, NJ",6380,6829,638,10 Mile +10571,Robert R.,M,36,"Warrenton, VA",6382,7259,638,10 Mile +20212,Jonathan S.,M,37,"Washington, DC",6383,7553,638,10 Mile +11134,Richard R.,M,60,"Indianapolis, IN",6384,7289,638,10 Mile +15642,Michael M.,M,25,"Lexington Park, MD",6385,7541,638,10 Mile +16894,Brett B.,M,36,"Crofton, MD",6388,7449,638,10 Mile +8097,Len G.,M,57,"Lutherville, MD",6389,6916,638,10 Mile +21048,Thomas C.,M,33,"Alexandria, VA",6389,7878,638,10 Mile +21179,Mark T.,M,51,"Washington, DC",6390,7432,639,10 Mile +8997,Lawrence T.,M,52,"Kensington, MD",6391,7460,639,10 Mile +2924,Joshua S.,M,37,"Charlotte Hall, MD",6392,6676,639,10 Mile +4875,Anthony L.,M,26,"New York, NY",6393,7531,639,10 Mile +21072,Brandon R.,M,30,"Washington, DC",6394,7805,639,10 Mile +14219,Stephen S.,M,62,"Arlington, VA",6394,7444,639,10 Mile +22009,Jack L.,M,26,"Washington, DC",6395,6843,639,10 Mile +7652,Len D.,M,59,"Holland, PA",6395,6840,639,10 Mile +13228,Tyler S.,M,27,"Hoboken, NJ",6395,7493,639,10 Mile +17088,Brian E.,M,23,"Baltimore, MD",6396,7678,639,10 Mile +16516,Marc D.,M,47,"Arlington, VA",6396,7641,639,10 Mile +22026,Jacob M.,M,23,"Falls Church, VA",6396,7169,639,10 Mile +21125,Fernando T.,M,29,"Fairfax, VA",6397,7352,639,10 Mile +14810,Hai T.,M,50,"Fairfax Station, VA",6397,7501,639,10 Mile +20711,Eugene H.,M,31,"Rockville, MD",6398,7694,639,10 Mile +11706,Steven O.,M,43,"Arlington, VA",6398,7358,639,10 Mile +16949,Nathan P.,M,46,"Washington, DC",6399,7598,639,10 Mile +6577,Benjamin D.,M,24,"Blairstown, NJ",6399,7584,639,10 Mile +10605,Gary C.,M,40,"Lusby, MD",6399,7292,639,10 Mile +8752,Nathan W.,M,25,"New York, NY",6401,7322,640,10 Mile +15916,Andrew G.,M,27,"Arlington, VA",6401,7169,640,10 Mile +7166,Juwan M.,M,31,"Atlanta, GA",6401,6931,640,10 Mile +15790,Stephen M.,M,45,"Rockville, MD",6401,7493,640,10 Mile +13696,Jacob H.,M,32,"Washington, DC",6401,7236,640,10 Mile +9733,Eben B.,M,39,"Washington, DC",6402,7154,640,10 Mile +18586,Larry H.,M,55,"South Euclid, OH",6405,6973,640,10 Mile +10996,Brook M.,M,56,"Springfield, VA",6405,7280,640,10 Mile +3467,Matt D.,M,28,"Baltimore, MD",6406,6685,640,10 Mile +2894,Justin G.,M,31,"Chicago, IL",6406,6935,640,10 Mile +7897,Mahendra V.,M,43,"Chantilly, VA",6406,6970,640,10 Mile +22108,Perry A.,M,58,"Chevy Chase, MD",6407,7506,640,10 Mile +5290,Anthony C.,M,50,"Culpeper, VA",6408,7535,640,10 Mile +21990,David S.,M,45,"Washington, DC",6408,7506,640,10 Mile +13799,Bruce P.,M,58,"Chantilly, VA",6409,6991,640,10 Mile +14605,Oscar M.,M,38,"Leesburg, VA",6411,7524,641,10 Mile +17374,Joseph H.,M,52,"Richardson, TX",6412,7716,641,10 Mile +14359,Michael S.,M,60,"Greensburg, PA",6413,7669,641,10 Mile +19231,Dominic M.,M,26,"Washington, DC",6414,7572,641,10 Mile +10204,David M.,M,34,"Ellicott City, MD",6414,7356,641,10 Mile +1879,Erick T.,M,28,"Chicago, IL",6414,7162,641,10 Mile +15505,Baburanga P.,M,44,"Ashburn, VA",6415,7864,641,10 Mile +9104,Tyler V.,M,17,"North Beach, MD",6416,6921,641,10 Mile +17659,Christopher N.,M,40,"Chevy Chase, MD",6416,7154,641,10 Mile +5000,Laszlo M.,M,55,"Greencastle, PA",6416,6725,641,10 Mile +10350,Sean W.,M,33,"Albany, NY",6416,6943,641,10 Mile +6251,Amon G.,M,40,"King Of Prussia, PA",6417,7866,641,10 Mile +14257,Peter B.,M,44,"Annandale, VA",6417,7513,641,10 Mile +16113,John L.,M,29,"Washington, DC",6417,6943,641,10 Mile +13990,Kyle F.,M,30,"Bethesda, MD",6417,7875,641,10 Mile +16366,Thomas G.,M,42,"Alexandria, VA",6418,7654,641,10 Mile +11994,Nathan M.,M,40,"Bethesda, MD",6418,7254,641,10 Mile +18385,Anthony F.,M,41,"N. Ft. Myers, FL",6419,7931,641,10 Mile +6419,Blake S.,M,28,"Hollidaysburg, PA",6419,6949,641,10 Mile +11878,Bill H.,M,67,"Alexandria, VA",6419,7238,641,10 Mile +10406,Matthew E.,M,39,"Washington, DC",6420,7677,642,10 Mile +14656,Bruce E.,M,60,"Brookeville, MD",6420,7507,642,10 Mile +21098,Ryan H.,M,29,"Washington, DC",6421,7599,642,10 Mile +17533,Nitin G.,M,53,"Rockville, MD",6422,7607,642,10 Mile +9553,Warren C.,M,39,"Fairfax, VA",6422,7394,642,10 Mile +13745,Michael W.,M,62,"Towson, MD",6423,7344,642,10 Mile +2774,Hall W.,M,30,"Washington, DC",6424,6701,642,10 Mile +7037,Aaron W.,M,35,"Williamstown, NJ",6425,7324,642,10 Mile +15055,Michael O.,M,36,"Washington, DC",6426,7631,642,10 Mile +10477,Kenneth W.,M,62,"Beltsville, MD",6426,6735,642,10 Mile +4518,Jordan C.,M,29,"Arlington, VA",6427,6710,642,10 Mile +11551,Timothy L.,M,48,"Minneapolis, MN",6427,7352,642,10 Mile +14470,Bob E.,M,59,"New York, NY",6427,7597,642,10 Mile +13679,Manu R.,M,37,"Washington, DC",6427,7183,642,10 Mile +16205,Louis G.,M,77,"Sterling, VA",6427,7620,642,10 Mile +11981,Eric C.,M,43,"Kensington, MD",6428,7202,642,10 Mile +21729,Kevin B.,M,28,"Washington, DC",6428,6483,642,10 Mile +16349,Jason H.,M,41,"Bristow, VA",6430,6789,643,10 Mile +13063,James M.,M,34,"Elkridge, MD",6431,7456,643,10 Mile +23167,Walter C.,M,37,"Suitland, MD",6433,7857,643,10 Mile +12491,Trevor R.,M,48,"Clarksville, MD",6433,7300,643,10 Mile +4643,Eric R.,M,24,"Manassas, VA",6434,6688,643,10 Mile +22971,Tada Y.,M,30,"Columbus, OH",6434,7887,643,10 Mile +686,Colin S.,M,26,"Rochmond, VA",6435,7193,643,10 Mile +12777,Thomas M.,M,27,"Silver Spring, MD",6435,7289,643,10 Mile +10639,Jordan K.,M,32,"New Orleans, LA",6436,7265,643,10 Mile +10744,Andrew V.,M,37,"Rockville, MD",6437,7911,643,10 Mile +9834,Lincoln P.,M,28,"Arlington, VA",6437,7920,643,10 Mile +14504,Clifton P.,M,65,"West Milton, OH",6437,7509,643,10 Mile +21954,Norwood T.,M,30,"Washington, DC",6437,7062,643,10 Mile +16411,Glenn F.,M,32,"Alexandria, VA",6439,7378,643,10 Mile +11552,Jay B.,M,53,"Minneapolis, MN",6439,7361,643,10 Mile +13518,Mario V.,M,29,"Washington, DC",6441,7240,644,10 Mile +20565,Kennedy O.,M,26,"Hyattsville, MD",6442,7617,644,10 Mile +23162,Dan F.,M,64,"Silver Spring, MD",6442,7346,644,10 Mile +12433,Srinivasa M.,M,40,"Ashburn, VA",6443,7038,644,10 Mile +13422,Ken M.,M,58,"Alexandria, VA",6444,7397,644,10 Mile +11775,Jaryd W.,M,28,"Springfield, VA",6445,7401,644,10 Mile +12579,Paul E.,M,60,"Baltimore, MD",6445,7179,644,10 Mile +10885,Brian R.,M,67,"Alexandria, VA",6446,7409,644,10 Mile +15603,Andrew H.,M,25,"Arlington, VA",6447,7669,644,10 Mile +3411,David G.,M,32,"New York, NY",6448,6893,644,10 Mile +8408,Bill K.,M,26,"Arlington, VA",6448,7212,644,10 Mile +21706,Troy E.,M,26,"Arlington, VA",6449,7234,644,10 Mile +11668,William S.,M,34,"Hyattsville, MD",6449,7609,644,10 Mile +1293,Tim F.,M,32,"Washington, DC",6450,7066,645,10 Mile +18587,Ryan L.,M,36,"Silver Spring, MD",6450,7669,645,10 Mile +13827,Richard G.,M,41,"Arlington, VA",6452,7449,645,10 Mile +10603,Daniel L.,M,31,"Washington, DC",6452,7578,645,10 Mile +22105,Michael J.,M,50,"Washington, DC",6452,7649,645,10 Mile +16772,Carlos C.,M,50,"Miami, FL",6453,7441,645,10 Mile +13435,Jeffrey A.,M,55,"Somerset, NJ",6453,7318,645,10 Mile +13436,David B.,M,58,"Brooklyn, NY",6453,7318,645,10 Mile +18796,Matthew G.,M,31,"Washington, DC",6453,7578,645,10 Mile +22839,Kovar G.,M,41,"Bluemont, VA",6453,7974,645,10 Mile +20624,Alexander T.,M,28,"New Brunswick, NJ",6453,7667,645,10 Mile +3523,Alistair M.,M,46,"California, MD",6455,6652,645,10 Mile +20513,Christopher J.,M,23,"Clarksville, MD",6456,7746,645,10 Mile +4106,Lorne E.,M,51,"Arlington, VA",6456,7357,645,10 Mile +10625,John F.,M,41,"Arlington, VA",6456,7201,645,10 Mile +16140,James S.,M,52,"Mclean, VA",6458,7412,645,10 Mile +16194,Zachary V.,M,31,"Washington, DC",6458,7602,645,10 Mile +13903,Jim W.,M,49,"Arlington, VA",6458,7266,645,10 Mile +11808,Chester P.,M,29,"Washington, DC",6459,7369,645,10 Mile +16784,Donald A.,M,44,"Hyattsville, MD",6459,7679,645,10 Mile +20710,Jonathan S.,M,29,"Fort Belvoir, VA",6459,7922,645,10 Mile +515,Thomas F.,M,32,"Silver Spring, MD",6459,7923,645,10 Mile +19179,Chandra G.,M,48,"Chevy Chase, MD",6459,7656,645,10 Mile +7918,Matthew M.,M,32,"Alexandria, VA",6461,6946,646,10 Mile +18594,Edward R.,M,33,"Herndon, VA",6461,7366,646,10 Mile +17390,Dale G.,M,58,"Leesburg, VA",6461,7512,646,10 Mile +7682,Tony Z.,M,26,"Brooklyn, NY",6462,7905,646,10 Mile +11238,Raj N.,M,40,"Potomac, MD",6464,7254,646,10 Mile +19893,Yan Z.,M,51,"Greenbelt, MD",6464,7378,646,10 Mile +7993,Craig R.,M,32,"Arlington, VA",6465,7751,646,10 Mile +22720,Joseph K.,M,60,"Springfield, VA",6466,7879,646,10 Mile +13395,Travis F.,M,33,"Marbury, MD",6466,7254,646,10 Mile +14020,John M.,M,54,"Washington, DC",6468,7349,646,10 Mile +15956,J.d. G.,M,34,"Washington, DC",6468,7650,646,10 Mile +1164,Sm B.,M,55,"St Louis, MO",6469,6687,646,10 Mile +10689,Tony F.,M,67,"Chesterfield, VA",6469,7432,646,10 Mile +17979,Varun V.,M,13,"Ashburn, VA",6469,7916,646,10 Mile +13839,Chris C.,M,44,"Northwest, DC",6469,7399,646,10 Mile +11740,David H.,M,44,"Fairfax Station, VA",6472,7459,647,10 Mile +18051,Keith K.,M,52,"Washington, DC",6475,7671,647,10 Mile +9835,Mitchell D.,M,22,"Arnold, MD",6475,7393,647,10 Mile +15686,Adrian I.,M,35,"Fairfax, VA",6476,7399,647,10 Mile +4433,Findlay M.,M,65,"Chesapeake City, MD",6477,7273,647,10 Mile +6762,Paul R.,M,52,"Leesburg, VA",6477,6931,647,10 Mile +15282,Ramir M.,M,46,"Alexandria, VA",6480,7301,648,10 Mile +19504,Philip E.,M,30,"Brunswick, MD",6481,7887,648,10 Mile +7099,Adam C.,M,32,"Philadelphia, PA",6481,6933,648,10 Mile +12379,Benjamin B.,M,30,"Alexandria, VA",6484,7432,648,10 Mile +13358,Bryan L.,M,37,"Westerville, OH",6485,7655,648,10 Mile +12742,Kevin D.,M,53,"Purcellville, VA",6485,7443,648,10 Mile +16240,Roberto S.,M,52,"Orlando, FL",6485,7342,648,10 Mile +18797,Mohamed B.,M,30,"Silver Spring, MD",6486,7577,648,10 Mile +8256,Darren C.,M,39,"Ashburn, VA",6486,7571,648,10 Mile +503,Bruck N.,M,39,"Bowie, MD",6488,7399,648,10 Mile +8629,Frederick O.,M,47,"Virginia Beach, VA",6488,7434,648,10 Mile +20884,James W.,M,29,"Washington, DC",6488,7606,648,10 Mile +11830,Aashish G.,M,42,"Arlington, VA",6488,7413,648,10 Mile +6523,Will F.,M,44,"Severn, MD",6489,7434,648,10 Mile +10480,Garrison D.,M,18,"Palmyra, VA",6489,7750,648,10 Mile +14295,Mark H.,M,48,"Ft Meade, MD",6490,7648,649,10 Mile +16532,Jason C.,M,28,"Washington, DC",6490,7619,649,10 Mile +9133,John H.,M,52,"Gaithersburg, MD",6491,7369,649,10 Mile +19398,Mark G.,M,59,"Silver Spring, MD",6491,6966,649,10 Mile +15915,Martin M.,M,48,"Springfield, VA",6492,7547,649,10 Mile +13498,James C.,M,54,"Washington, DC",6492,7467,649,10 Mile +11895,Michael G.,M,59,"Alexandria, VA",6493,7382,649,10 Mile +12708,Mark R.,M,58,"Brookeville, MD",6494,7251,649,10 Mile +7193,Chris Q.,M,57,"Berryvillle, VA",6494,6949,649,10 Mile +15521,Peter K.,M,42,"Westminster, MD",6494,7614,649,10 Mile +3944,Dan T.,M,55,"Derby, NY",6495,7312,649,10 Mile +13310,Tom H.,M,41,"Bethesda, MD",6495,7013,649,10 Mile +15522,Jason K.,M,13,"Westminster, MD",6497,7614,649,10 Mile +22766,Matthew M.,M,42,"Vienna, VA",6498,8020,649,10 Mile +7659,Michael Y.,M,39,"Burke, VA",6498,7021,649,10 Mile +4992,John S.,M,43,"Arnold, MD",6499,6828,649,10 Mile +12421,Robert C.,M,66,"Annandale, VA",6499,7396,649,10 Mile +2499,Michael M.,M,36,"Washington, DC",6499,7027,649,10 Mile +11261,Joel S.,M,33,"Arlington, VA",6499,7308,649,10 Mile +18836,Rafael H.,M,46,"San Antonio, TX",6499,7308,649,10 Mile +10876,Devon T.,M,29,"Falls Church, VA",6500,7571,650,10 Mile +21126,Brad M.,M,30,"Alexandria, VA",6501,7612,650,10 Mile +7945,Paul P.,M,41,"Arlington, VA",6502,7058,650,10 Mile +14666,Jacob H.,M,32,"Madison, WI",6502,7759,650,10 Mile +11253,Toby O.,M,29,"Washington, DC",6502,7119,650,10 Mile +21652,Ben F.,M,63,"Chevy Chase, MD",6503,7621,650,10 Mile +11709,Ron T.,M,60,"Washington, DC",6504,7284,650,10 Mile +7196,Pete S.,M,49,"Sykesville, MD",6505,6756,650,10 Mile +14616,Richard N.,M,67,"Hollywood, MD",6506,7247,650,10 Mile +12216,Mark P.,M,53,"Fairfax, VA",6507,7443,650,10 Mile +21602,Joshua E.,M,35,"Washington, DC",6507,8009,650,10 Mile +16832,Jim R.,M,55,"Arlington, VA",6508,7704,650,10 Mile +17259,Venkat V.,M,42,"Chantilly, VA",6509,7650,650,10 Mile +10500,Scott S.,M,64,"San Diego, CA",6509,7448,650,10 Mile +20913,Tito M.,M,39,"Everett, MA",6509,7988,650,10 Mile +16615,Robert L.,M,52,"Shepherdstown, WV",6510,7613,651,10 Mile +5828,Gregory C.,M,48,"Rockville, MD",6510,6766,651,10 Mile +13049,Kiran R.,M,49,"Chantilly, VA",6512,7307,651,10 Mile +22678,Pradeep N.,M,56,"Vienna, VA",6512,7248,651,10 Mile +9615,Vince L.,M,27,"North Potomac, MD",6513,7360,651,10 Mile +18944,Scott M.,M,32,"Alexandria, VA",6514,7778,651,10 Mile +14404,Jonathan S.,M,28,"Washington, DC",6514,7649,651,10 Mile +15955,Vu N.,M,56,"North Beach, MD",6515,7701,651,10 Mile +16590,Henry S.,M,48,"Germantown, MD",6516,7713,651,10 Mile +14584,Jacob G.,M,33,"Arlington, VA",6516,7708,651,10 Mile +8702,Joseph P.,M,25,"Washington, DC",6517,7393,651,10 Mile +12089,Don P.,M,79,"Conway, AR",6517,7599,651,10 Mile +12976,Brian E.,M,44,"Alexandria, VA",6518,7495,651,10 Mile +18139,Kevin S.,M,51,"Reston, VA",6518,7963,651,10 Mile +21821,Joe M.,M,31,"Washington, DC",6518,6844,651,10 Mile +16907,Bruce H.,M,46,"Alexandria, VA",6518,7132,651,10 Mile +7914,Eugene E.,M,67,"Washington, DC",6520,7022,652,10 Mile +22979,William L.,M,43,"Brookeville, MD",6520,7960,652,10 Mile +12628,Brett K.,M,34,"New York, NY",6520,7726,652,10 Mile +21281,Allan B.,M,46,"Fairfax, VA",6521,6840,652,10 Mile +15380,Adam G.,M,36,"Falls Church, VA",6522,7720,652,10 Mile +21349,Christopher O.,M,28,"Arlington, VA",6523,7940,652,10 Mile +6218,Paul G.,M,63,"Camden Wyoming, DE",6523,7299,652,10 Mile +12612,Steve K.,M,61,"New Lenox, IL",6523,7444,652,10 Mile +13905,Josh S.,M,35,"Washington, DC",6525,7453,652,10 Mile +16786,Dan W.,M,49,"Saint Cloud, MN",6525,7629,652,10 Mile +21647,Charlie S.,M,47,"Ashburn, VA",6526,7348,652,10 Mile +21663,William R.,M,41,"Gaithersburg, MD",6527,7741,652,10 Mile +12595,Brian M.,M,33,"Washington, DC",6527,7382,652,10 Mile +17180,Brian F.,M,46,"Columbia, MD",6527,7705,652,10 Mile +15851,David L.,M,40,"Wye Mills, MD",6527,6863,652,10 Mile +17429,Allen M.,M,59,"Lorton, VA",6529,7342,652,10 Mile +16234,James I.,M,48,"Waldorf, MD",6529,7813,652,10 Mile +11928,Jeff D.,M,39,"Lorton, VA",6530,7974,653,10 Mile +15334,Joseph M.,M,65,"Harriman, NY",6531,7014,653,10 Mile +21541,Brock T.,M,41,"Birmingham, AL",6531,7165,653,10 Mile +6311,John M.,M,54,"Arlington, VA",6531,7618,653,10 Mile +13380,Daniel R.,M,44,"Arlington, VA",6532,7292,653,10 Mile +4515,Steven B.,M,40,"Fairfax, VA",6532,7431,653,10 Mile +14836,Steve B.,M,60,"Alexandria, VA",6533,7483,653,10 Mile +18483,Jonathan L.,M,47,"Durham, NC",6533,7950,653,10 Mile +22203,Josh D.,M,27,"Washington, DC",6534,7944,653,10 Mile +22116,Gideon B.,M,38,"Washington, DC",6535,7833,653,10 Mile +15374,Zoltan S.,M,29,"Topsfield, MA",6535,7456,653,10 Mile +18609,Daniel W.,M,26,"New York, NY",6535,7749,653,10 Mile +10803,Nick F.,M,32,"Brooklyn, NY",6536,7739,653,10 Mile +17032,Alex H.,M,31,"Washington Dc, DC",6536,7809,653,10 Mile +21923,Wallace H.,M,45,"Mclean, VA",6537,6894,653,10 Mile +15756,Trevor H.,M,43,"Columbus, OH",6537,7736,653,10 Mile +17910,Carlos R.,M,41,"Memphis, TN",6538,7310,653,10 Mile +20088,Salvador O.,M,51,"Fairfax, VA",6538,7998,653,10 Mile +10446,Ali T.,M,38,"Bethesda, MD",6538,7083,653,10 Mile +7696,Dennis T.,M,29,"Chicago, IL",6539,7067,653,10 Mile +12284,Christopher N.,M,46,"Lorton, VA",6540,7174,654,10 Mile +9368,Shiva S.,M,45,"Ashburn, VA",6541,6895,654,10 Mile +12797,Peter V.,M,31,"Arlington, VA",6541,7327,654,10 Mile +12853,Gerardo R.,M,36,"Corona, NY",6542,7518,654,10 Mile +19360,Andrew P.,M,33,"Cambridge, MA",6542,7627,654,10 Mile +10547,William S.,M,42,"Bristow, VA",6542,8003,654,10 Mile +16178,Ryan P.,M,31,"Reston, VA",6543,7650,654,10 Mile +9347,Ryan F.,M,29,"Alexandria, VA",6543,7649,654,10 Mile +7065,Matthew P.,M,40,"Washington, DC",6544,7057,654,10 Mile +13085,William B.,M,52,"Germantown, MD",6544,7607,654,10 Mile +11603,Reeves H.,M,26,"Washington, DC",6545,7452,654,10 Mile +8428,Jorge C.,M,36,"White Plains, MD",6546,7046,654,10 Mile +9530,David E.,M,39,"Sunderland, MD",6547,7394,654,10 Mile +18604,Colin C.,M,52,"Princeton, WV",6547,8055,654,10 Mile +5015,Sean O.,M,38,"Athens, WV",6548,8056,654,10 Mile +14024,Carlton M.,M,32,"Brooklyn, NY",6549,7608,654,10 Mile +21505,Hardik V.,M,37,"Herndon, VA",6549,7759,654,10 Mile +16202,Andrew S.,M,36,"Washington, DC",6549,7798,654,10 Mile +16323,William A.,M,52,"Fairfax, VA",6549,7721,654,10 Mile +9277,Steve P.,M,38,"Norfolk, VA",6552,7660,655,10 Mile +15096,Daniel C.,M,68,"Chevy Chase, MD",6554,7613,655,10 Mile +16872,Ray M.,M,53,"Burlington, NJ",6556,7729,655,10 Mile +15774,Juan M.,M,32,"Fairfax, VA",6556,7598,655,10 Mile +10456,Danny M.,M,52,"Ellicott City, MD",6556,7729,655,10 Mile +22330,Erik S.,M,24,"Burke, VA",6557,7455,655,10 Mile +18676,Matt W.,M,44,"Washington, DC",6557,8043,655,10 Mile +13441,Bob M.,M,69,"Burke, VA",6557,7503,655,10 Mile +18218,Christian N.,M,48,"Arlington, VA",6558,7487,655,10 Mile +18674,Zakee R.,M,33,"Herndon, VA",6558,7750,655,10 Mile +10805,Philip W.,M,38,"Alexandria, VA",6558,7397,655,10 Mile +18081,Daniel G.,M,48,"Potomac, MD",6558,7964,655,10 Mile +12482,Joaquin S.,M,37,"Brookeville, MD",6560,7308,656,10 Mile +15108,Douglas D.,M,28,"Washington, DC",6560,7604,656,10 Mile +18962,John S.,M,36,"Charlottesville, VA",6560,7821,656,10 Mile +16833,Yousef M.,M,42,"Washington, DC",6561,7748,656,10 Mile +15539,Rajeev S.,M,39,"Herndon, VA",6562,7712,656,10 Mile +13323,Bill B.,M,57,"Suitland, MD",6563,7322,656,10 Mile +19506,John M.,M,39,"Washington, DC",6564,8066,656,10 Mile +14313,Anthony J.,M,31,"Alexandria, VA",6564,7652,656,10 Mile +13940,Richard I.,M,60,"Parkton, MD",6564,7424,656,10 Mile +2488,David W.,M,50,"Annandale, VA",6565,6767,656,10 Mile +16327,Josh H.,M,27,"Washington, DC",6566,7513,656,10 Mile +20940,Philip P.,M,52,"Palmetto, FL",6567,7865,656,10 Mile +17772,Dong L.,M,31,"Vienna, VA",6568,7656,656,10 Mile +14196,Gavin L.,M,27,"Silver Spring, MD",6568,7678,656,10 Mile +12438,Tam P.,M,38,"Springfield, VA",6568,7535,656,10 Mile +12604,Walter S.,M,30,"Bowie, MD",6570,7361,657,10 Mile +3232,Peter L.,M,31,"Doylestown, PA",6571,7400,657,10 Mile +21506,Arjun M.,M,14,"Herndon, VA",6571,7499,657,10 Mile +20634,Chris C.,M,33,"New York, NY",6572,7798,657,10 Mile +17584,Wayne F.,M,49,"Fredericksburg, VA",6573,7700,657,10 Mile +15517,Scott M.,M,42,"Millersville, MD",6575,7792,657,10 Mile +17275,Anthony M.,M,29,"Jessup, MD",6575,7698,657,10 Mile +14405,Daniel P.,M,38,"Hyattsville, MD",6575,7849,657,10 Mile +16048,Doug S.,M,54,"Manassas, VA",6577,7635,657,10 Mile +3457,Peter K.,M,54,"Chesapeake, VA",6577,6860,657,10 Mile +1246,Terry B.,M,40,"Tarentum, PA",6578,7692,657,10 Mile +5952,Chris Z.,M,40,"Alexandria, VA",6578,7692,657,10 Mile +15961,Jeremy L.,M,41,"Creighton, PA",6579,7691,657,10 Mile +6524,Pedro R.,M,34,"Bronx, NY",6579,7384,657,10 Mile +16929,Philip G.,M,29,"Alexandria, VA",6581,7842,658,10 Mile +8276,Christopher J.,M,44,"Brambleton, VA",6581,7332,658,10 Mile +10387,Matthew S.,M,34,"Washington, DC",6582,7658,658,10 Mile +19425,Dean J.,M,28,"Washington, DC",6583,7845,658,10 Mile +22601,Satyavrat P.,M,48,"Centreville, VA",6584,7473,658,10 Mile +8501,Bruce D.,M,53,"Bradenton, FL",6586,7188,658,10 Mile +14363,Mark K.,M,56,"Bethesda, MD",6586,7702,658,10 Mile +13681,Eric H.,M,26,"Washington, DC",6587,7356,658,10 Mile +10252,Justin J.,M,43,"Penacook, NH",6587,7321,658,10 Mile +3313,Shen X.,M,51,"Rockville, MD",6588,7784,658,10 Mile +12386,Thomas B.,M,58,"Gaithersburg, MD",6588,7846,658,10 Mile +11473,Robert B.,M,61,"Spotsylvania, VA",6588,7390,658,10 Mile +13517,Christopher P.,M,61,"Reston, VA",6589,7704,658,10 Mile +15583,John K.,M,64,"Washington, DC",6589,7779,658,10 Mile +14298,Allan R.,M,54,"Oradell, NJ",6592,7711,659,10 Mile +15012,Zen L.,M,54,"New York, NY",6592,7762,659,10 Mile +15011,Matthew S.,M,54,"Washington, DC",6592,7762,659,10 Mile +21252,Cole D.,M,19,"Hagerstown, MD",6592,7517,659,10 Mile +16591,Chris D.,M,29,"Fairfax, VA",6593,7846,659,10 Mile +23174,Joseph O.,M,47,"Columbia, MD",6594,6597,659,10 Mile +15238,Chad B.,M,48,"Bethesda, MD",6594,7718,659,10 Mile +12652,Jeremy M.,M,36,"Alexandria, VA",6596,7391,659,10 Mile +12643,Jeffrey P.,M,41,"Washington, DC",6596,7734,659,10 Mile +10155,Armand D.,M,46,"Silver Spring, MD",6597,7027,659,10 Mile +17601,David S.,M,46,"Tempe, AZ",6597,7794,659,10 Mile +15940,Nick D.,M,39,"Cook Station, MO",6597,7655,659,10 Mile +16315,Ben K.,M,25,"Washington, DC",6600,7718,660,10 Mile +6559,Jon U.,M,32,"Washington, DC",6601,7417,660,10 Mile +17050,Harold W.,M,29,"Arlington, VA",6601,7831,660,10 Mile +11575,Daniel A.,M,41,"Washington, DC",6601,7416,660,10 Mile +13888,Chad B.,M,42,"Silver Spring, MD",6602,7363,660,10 Mile +21958,Robert S.,M,50,"Arlington, VA",6602,7145,660,10 Mile +14554,Patrick C.,M,47,"Burke, VA",6603,7864,660,10 Mile +5394,Jim E.,M,54,"Potomac, MD",6604,6922,660,10 Mile +16303,Rick N.,M,61,"Mclean, VA",6606,7768,660,10 Mile +18389,Paul B.,M,41,"Aldie, VA",6607,8033,660,10 Mile +14549,Jay S.,M,54,"Manassas, VA",6607,7653,660,10 Mile +22227,Huy P.,M,29,"Silver Spring, MD",6607,7402,660,10 Mile +18294,Luis U.,M,32,"Annandale, VA",6607,8084,660,10 Mile +21775,John F.,M,48,"Washington, DC",6608,6931,660,10 Mile +21596,Kebharu S.,M,41,"Washington, DC",6608,7778,660,10 Mile +21160,Gabriel G.,M,33,"Alexandria, VA",6610,7531,661,10 Mile +16348,Brian B.,M,34,"Springfield, VA",6611,7763,661,10 Mile +14234,Jacob P.,M,28,"Washington, DC",6612,7892,661,10 Mile +10511,Eric P.,M,53,"Silver Spring, MD",6612,7848,661,10 Mile +12871,Chase T.,M,34,"Fairfax, VA",6612,7532,661,10 Mile +8817,Minh B.,M,35,"Rockville, MD",6612,7385,661,10 Mile +17188,Reemberto R.,M,32,"Washington, DC",6613,7879,661,10 Mile +20563,Kenneth J.,M,38,"Alexandria, VA",6616,7556,661,10 Mile +11303,Edward F.,M,51,"New York, NY",6617,7478,661,10 Mile +1284,Nahum-Obed S.,M,38,"Castle Shannon, PA",6617,7556,661,10 Mile +15186,Jeffrey D.,M,43,"Annapolis, MD",6620,7878,662,10 Mile +20962,Kenneth D.,M,26,"Baltimore, MD",6620,8074,662,10 Mile +13114,Ron S.,M,37,"Abingdon, MD",6622,7443,662,10 Mile +19075,Michael K.,M,47,"Alexandria, VA",6622,7868,662,10 Mile +4711,Brian O.,M,40,"Washington, DC",6623,8143,662,10 Mile +18463,Jesse L.,M,29,"Boston, MA",6624,7439,662,10 Mile +17052,Mitch B.,M,31,"Fairfax, VA",6624,7719,662,10 Mile +16126,Martin K.,M,47,"Mclean, VA",6624,7717,662,10 Mile +15941,Doug K.,M,66,"The Villages, FL",6624,7756,662,10 Mile +15275,Chun-Yu C.,M,38,"Berkeley Heights, NJ",6625,7510,662,10 Mile +20550,Bryan R.,M,27,"Houston, TX",6626,8063,662,10 Mile +6233,Keith W.,M,44,"Alexandria, VA",6626,7167,662,10 Mile +19152,Chris M.,M,46,"Washington, DC",6628,7914,662,10 Mile +4734,Jp F.,M,31,"Washington, DC",6628,7512,662,10 Mile +21332,Mark W.,M,47,"Washington, DC",6628,7914,662,10 Mile +6080,Aaron S.,M,32,"Manassas, VA",6630,7413,663,10 Mile +18347,Christopher K.,M,29,"Washington, DC",6630,7685,663,10 Mile +13540,Chris H.,M,35,"Washington, DC",6631,7509,663,10 Mile +12771,Gary H.,M,55,"Columbia, MD",6633,7212,663,10 Mile +17337,Ketan G.,M,46,"Boyds, MD",6633,7847,663,10 Mile +9806,Joseph M.,M,32,"Silver Spring, MD",6633,7252,663,10 Mile +4400,Cameron S.,M,33,"Shirley, BC",6634,7089,663,10 Mile +19891,Robert S.,M,46,"La Plata, MD",6634,8080,663,10 Mile +10856,Adekunle F.,M,38,"Manassas, VA",6634,7454,663,10 Mile +8396,Won C.,M,43,"Fairfax, VA",6635,7856,663,10 Mile +15405,Keith H.,M,35,"Boyds, MD",6635,7432,663,10 Mile +22231,Derek G.,M,41,"Chambersburg, PA",6637,6871,663,10 Mile +14723,Akash T.,M,26,"Washington, DC",6637,7685,663,10 Mile +22714,Thomas H.,M,49,"Winston-Salem, NC",6637,7271,663,10 Mile +22715,Brian F.,M,51,"Coppell, TX",6637,7271,663,10 Mile +22224,Lewis S.,M,42,"Columbia, MD",6637,6871,663,10 Mile +12472,Doug B.,M,46,"Stafford, VA",6638,7580,663,10 Mile +4416,Chris A.,M,27,"Falls Church, VA",6638,7451,663,10 Mile +11669,Joseph D.,M,30,"Gettysburg, PA",6639,7461,663,10 Mile +12271,Oliver L.,M,39,"Washington, DC",6641,8160,664,10 Mile +14485,Jon G.,M,50,"Gainesville, VA",6641,7683,664,10 Mile +19054,Mark P.,M,26,"Madison, WI",6642,7927,664,10 Mile +22453,Barney G.,M,41,"Washington, DC",6643,6869,664,10 Mile +19491,Pandapotan M.,M,34,"Vienna, VA",6647,8173,664,10 Mile +21274,Paul H.,M,40,"Germantown, MD",6647,8166,664,10 Mile +23110,Ronald M.,M,57,"Albuquerque, NM",6647,7911,664,10 Mile +16281,Donald F.,M,45,"Broadview Heights, OH",6648,7859,664,10 Mile +101,Andy B.,M,40,"Ashburn, VA",6650,7294,664,10 Mile +15048,Landon M.,M,25,"Winchester, VA",6651,8072,665,10 Mile +9022,Tim L.,M,35,"Pittsburgh, PA",6651,7463,665,10 Mile +4624,John R.,M,53,"Washington, DC",6651,7400,665,10 Mile +21140,Dan K.,M,29,"New Wilmington, PA",6652,7880,665,10 Mile +22106,Ray C.,M,58,"Alexandria, VA",6652,7699,665,10 Mile +513,Derrick B.,M,42,"Alexandria, VA",6652,7265,665,10 Mile +18868,Ryan M.,M,27,"Berryville, VA",6653,8073,665,10 Mile +21190,Cary G.,M,57,"Reston, VA",6653,7542,665,10 Mile +10145,Nathan B.,M,40,"Laurel, MD",6654,7882,665,10 Mile +16565,Patrick J.,M,31,"Rockville, MD",6655,7861,665,10 Mile +6462,Sean M.,M,32,"Washington, DC",6655,7740,665,10 Mile +9096,James P.,M,49,"Severn, MD",6656,7884,665,10 Mile +8763,Ray F.,M,64,"Mount Airy, MD",6656,7278,665,10 Mile +14548,Paul W.,M,31,"Ellicott City, MD",6656,7911,665,10 Mile +12725,Evans M.,M,26,"Bethesda, MD",6656,7409,665,10 Mile +13193,Bob M.,M,30,"Washington, DC",6658,7647,665,10 Mile +22741,Amy N.,M,48,"Great Falls, VA",6658,7475,665,10 Mile +14903,Dale B.,M,58,"Lexington, VA",6659,7808,665,10 Mile +12613,Pierre G.,M,33,"Washington, DC",6660,8366,666,10 Mile +9146,Scott D.,M,43,"Alexandria, VA",6660,7226,666,10 Mile +22015,Ric H.,M,54,"Washington, DC",6662,7405,666,10 Mile +22058,J.t. M.,M,29,"Washington, DC",6663,7464,666,10 Mile +15149,Kenneth V.,M,54,"Lorton, VA",6663,6908,666,10 Mile +17868,Rafael L.,M,49,"Chantilly, VA",6664,8092,666,10 Mile +8711,David C.,M,33,"Silver Spring, MD",6665,7543,666,10 Mile +22960,Viran R.,M,34,"Silver Spring, MD",6665,7543,666,10 Mile +7516,Neal H.,M,36,"Woodbridge, VA",6666,7175,666,10 Mile +6879,Joe H.,M,27,"Arlington, VA",6667,7851,666,10 Mile +13219,Andrew Y.,M,44,"Bowie, MD",6667,7644,666,10 Mile +417,Ken Q.,M,79,"Vienna, VA",6668,6705,666,10 Mile +18651,Marcel S.,M,48,"Silver Spring, MD",6668,7198,666,10 Mile +20605,Benjamin S.,M,32,"Washington, DC",6669,7927,666,10 Mile +10722,Cannon G.,M,44,"Potomac Falls, VA",6669,7815,666,10 Mile +8417,Craig W.,M,49,"Bethesda, MD",6670,7521,667,10 Mile +13640,Albert G.,M,36,"Falls Church, VA",6670,7158,667,10 Mile +4003,Davy D.,M,37,"Annapolis, MD",6670,7921,667,10 Mile +14525,Rob L.,M,40,"Ny, NY",6671,7200,667,10 Mile +16673,Richard Z.,M,60,"Annapolis, MD",6671,7233,667,10 Mile +9135,Michael T.,M,21,"Washington, DC",6671,7263,667,10 Mile +14226,Edward H.,M,41,"Alexandria, VA",6672,7881,667,10 Mile +18205,Steven M.,M,63,"Clarkston, MI",6673,8140,667,10 Mile +5351,Jeff W.,M,49,"Madison, NJ",6676,6874,667,10 Mile +18780,John W.,M,34,"Arlington, VA",6676,7120,667,10 Mile +7087,Marco M.,M,39,"Washington, DC",6677,7612,667,10 Mile +9278,Jason B.,M,46,"Derwood, MD",6677,7255,667,10 Mile +22419,Claudio S.,M,42,"Washington, DC",6677,7645,667,10 Mile +22723,Nic C.,M,35,"Bellefontaine, OH",6677,7560,667,10 Mile +9100,Jeff B.,M,30,"New Albany, OH",6678,7916,667,10 Mile +22085,Aaron G.,M,33,"Washington, DC",6679,7868,667,10 Mile +15279,Srikanth Y.,M,48,"Germantown, MD",6680,7732,668,10 Mile +11024,Jared C.,M,49,"Washington, DC",6681,7414,668,10 Mile +18228,Lawrence K.,M,61,"Damascus, MD",6681,7723,668,10 Mile +16697,Steven Z.,M,34,"Arlington, VA",6682,7726,668,10 Mile +20893,Trevor L.,M,28,"Arlington, VA",6682,7935,668,10 Mile +17728,Jonathan F.,M,37,"Silver Spring, MD",6683,7760,668,10 Mile +17252,Douglas M.,M,66,"Upper Marlboro, MD",6684,7909,668,10 Mile +22165,Nick V.,M,22,"Washington, DC",6684,8157,668,10 Mile +16541,James R.,M,46,"Annapolis, MD",6686,7866,668,10 Mile +16257,Zak K.,M,31,"Washington, DC",6686,7854,668,10 Mile +21156,Evan B.,M,13,"Arlington, VA",6686,8144,668,10 Mile +20091,Kevin C.,M,24,"Woodbridge, VA",6687,8138,668,10 Mile +13365,Vasillios C.,M,37,"Gaithersburg, MD",6688,8147,668,10 Mile +10037,Jon N.,M,29,"Edgewater, MD",6688,7297,668,10 Mile +8350,Jeff B.,M,54,"Waldorf, MD",6691,7316,669,10 Mile +14841,Mike O.,M,40,"Bristow, VA",6692,7839,669,10 Mile +12770,Brian F.,M,40,"Rockville, MD",6693,7638,669,10 Mile +13515,Adam W.,M,32,"Falls Church, VA",6693,7839,669,10 Mile +20171,Michael W.,M,30,"Kensington, MD",6694,8158,669,10 Mile +14373,Theodore A.,M,57,"Washington, DC",6695,7745,669,10 Mile +14399,Joel E.,M,59,"Great Neck, NY",6697,7770,669,10 Mile +6889,Rama K.,M,40,"Ashburn, VA",6697,7436,669,10 Mile +14250,Hunter K.,M,27,"Washington, DC",6697,7918,669,10 Mile +17149,Michael C.,M,43,"Bethesda, MD",6697,7857,669,10 Mile +16509,Muhammad S.,M,41,"Bristow, VA",6698,7868,669,10 Mile +19211,Taylor W.,M,29,"Washington, DC",6698,7921,669,10 Mile +15318,Alex F.,M,40,"Miami, FL",6699,7684,669,10 Mile +15682,Alvin A.,M,46,"Manassas, VA",6699,7979,669,10 Mile +20903,Josh K.,M,38,"Washington Dc, DC",6700,8199,670,10 Mile +8886,Tim R.,M,43,"Alexandria, VA",6702,7249,670,10 Mile +16336,Alexander B.,M,38,"Sewanee, TN",6703,7746,670,10 Mile +14497,Antoine M.,M,36,"Freeport, NY",6705,7815,670,10 Mile +18190,Matthew W.,M,33,"Alexandria, VA",6705,8163,670,10 Mile +3432,Alek P.,M,33,"Washington, DC",6709,7547,670,10 Mile +17872,Larry S.,M,64,"Bethesda, MD",6709,7680,670,10 Mile +18219,Bill M.,M,71,"Easton, MD",6710,8196,671,10 Mile +13981,Mike M.,M,39,"Emmaus, PA",6712,7576,671,10 Mile +12294,Barameth C.,M,44,"Stone Ridge, VA",6712,7488,671,10 Mile +21254,Paul R.,M,31,"Lewisburg, PA",6713,8213,671,10 Mile +12692,Jim C.,M,52,"Fallston, MD",6714,7594,671,10 Mile +12519,Brandon W.,M,34,"Washington, DC",6714,7575,671,10 Mile +18302,Kyle H.,M,31,"Arlington, VA",6715,7935,671,10 Mile +21041,Nigel N.,M,52,"Brooklyn, NY",6719,8242,671,10 Mile +23106,Andrew Z.,M,43,"Falls Church, VA",6720,7588,672,10 Mile +1262,Charles B.,M,57,"Bowie, MD",6720,6749,672,10 Mile +12857,Abner G.,M,32,"Rockville, MD",6722,7614,672,10 Mile +12057,Brandon B.,M,34,"Prince Frederick, MD",6723,7619,672,10 Mile +16259,Bernard C.,M,49,"Alexandria, VA",6724,7836,672,10 Mile +20929,David H.,M,32,"La Plata, MD",6724,7816,672,10 Mile +18403,Ivan B.,M,29,"Fairfax, VA",6725,8159,672,10 Mile +5449,Dwayne H.,M,57,"Upper Marlboro, MD",6725,7915,672,10 Mile +17848,Richard T.,M,59,"Oakton, VA",6725,7980,672,10 Mile +18304,Arthur G.,M,51,"North Potomac, MD",6727,8218,672,10 Mile +16042,Dan O.,M,59,"Purcellville, VA",6727,8233,672,10 Mile +18077,Chiao C.,M,57,"Fairfax, VA",6729,7971,672,10 Mile +21537,Andrew W.,M,39,"North Bethesda, MD",6729,7810,672,10 Mile +20862,Daniel M.,M,39,"Ashburn, VA",6729,8155,672,10 Mile +8679,Michael O.,M,53,"Jefferson, MD",6730,7955,673,10 Mile +17657,Paul B.,M,56,"Middletown, MD",6730,7955,673,10 Mile +966,John B.,M,27,"Washington, DC",6731,7509,673,10 Mile +14418,Scott C.,M,51,"Washington, DC",6731,8221,673,10 Mile +14519,Dave H.,M,56,"Littlestown, PA",6732,7986,673,10 Mile +12667,Frank R.,M,69,"Arlington, VA",6733,7268,673,10 Mile +3014,Ryan S.,M,37,"Forestdale, MA",6734,7713,673,10 Mile +17216,John T.,M,56,"Roanoke, VA",6735,7788,673,10 Mile +10082,Antonio A.,M,33,"Denton, MD",6736,8197,673,10 Mile +13637,Timothy T.,M,56,"Westminster, MD",6737,8018,673,10 Mile +15361,John L.,M,29,"Montgomery Village, MD",6738,7978,673,10 Mile +14133,Mike S.,M,45,"Fairfax, VA",6739,7806,673,10 Mile +15518,Ken C.,M,45,"Silver Spring, MD",6739,7922,673,10 Mile +18021,Martin K.,M,65,"Germantown, MD",6740,8147,674,10 Mile +7773,Joseph L.,M,19,"Glen Gardner, NJ",6740,7263,674,10 Mile +14652,Brett D.,M,51,"Washington, DC",6740,7809,674,10 Mile +11064,Josh P.,M,35,"Oak Hill, VA",6741,8254,674,10 Mile +9538,Anthony R.,M,26,"Bethpage, NY",6741,7864,674,10 Mile +13424,Matthew G.,M,34,"Washington, DC",6744,7594,674,10 Mile +20375,Jack G.,M,33,"Washington, DC",6744,8001,674,10 Mile +9590,Todd V.,M,48,"Washington, DC",6744,7222,674,10 Mile +16458,Eric R.,M,32,"Washington, DC",6745,8001,674,10 Mile +18397,Eduardo V.,M,34,"Washington, DC",6749,8245,674,10 Mile +12425,Blaine R.,M,28,"Washington, DC",6750,7564,675,10 Mile +14708,Bill M.,M,61,"Chevy Chase, MD",6752,8028,675,10 Mile +15767,Jeffrey R.,M,27,"Arlington, VA",6752,7618,675,10 Mile +16719,Steven G.,M,51,"Kensington, MD",6753,7877,675,10 Mile +18283,Doug H.,M,61,"Howell, MI",6754,8038,675,10 Mile +22757,Michael W.,M,44,"Ashburn, VA",6754,7947,675,10 Mile +18413,Sean B.,M,34,"Alexandria, VA",6756,8209,675,10 Mile +20453,David C.,M,61,"Fairfax, VA",6757,7975,675,10 Mile +9692,Luis A.,M,59,"Mclean, VA",6757,7200,675,10 Mile +4828,Santiago A.,M,20,"Mclean, VA",6758,7200,675,10 Mile +18470,George J.,M,55,"York, PA",6759,8271,675,10 Mile +14009,Ryan T.,M,34,"Arlington, VA",6759,7587,675,10 Mile +14463,Raymond D.,M,48,"Chevy Chase, MD",6760,7964,676,10 Mile +22959,Andrew C.,M,47,"Potomac, MD",6760,8031,676,10 Mile +8108,Robert Z.,M,66,"East Palestine, OH",6760,7964,676,10 Mile +15265,Yinan C.,M,27,"Arlington, VA",6762,7392,676,10 Mile +19393,Jorge M.,M,58,"Washington, DC",6764,8011,676,10 Mile +9013,Christopher S.,M,45,"Brooklyn, NY",6765,7221,676,10 Mile +19872,Eric D.,M,31,"Arlington, VA",6765,8217,676,10 Mile +5796,Gary P.,M,53,"Philadelphia, PA",6766,7220,676,10 Mile +16145,Paul H.,M,70,"Ashburn, VA",6766,8171,676,10 Mile +9971,George S.,M,65,"Chevy Chase, MD",6766,7628,676,10 Mile +2662,Adam A.,M,35,"Washington, DC",6767,7361,676,10 Mile +11282,Larry W.,M,56,"Germantown, MD",6769,7599,676,10 Mile +17111,Alex W.,M,24,"Glen Allen, VA",6769,7964,676,10 Mile +14821,Joseph H.,M,45,"Leesburg, VA",6770,7932,677,10 Mile +22782,Paul M.,M,47,"Kensington, MD",6770,7590,677,10 Mile +19243,James F.,M,50,"Falls Church, VA",6770,7923,677,10 Mile +22181,Eduardo C.,M,33,"Washington, DC",6770,8232,677,10 Mile +16972,Jimmy F.,M,17,"Falls Church, VA",6771,7923,677,10 Mile +13098,Glenn E.,M,50,"Ijamsville, MD",6771,7635,677,10 Mile +22982,Scott O.,M,37,"Arlington, VA",6772,7832,677,10 Mile +20620,Trace J.,M,37,"Arlington, VA",6772,8292,677,10 Mile +17707,Curtis D.,M,65,"Columbia, MD",6774,8033,677,10 Mile +10572,Hal S.,M,45,"Oakton, VA",6776,7521,677,10 Mile +891,Matthew M.,M,30,"Washington, DC",6777,7246,677,10 Mile +13244,Michael T.,M,58,"North Bellmore, NY",6778,7613,677,10 Mile +3988,Patrick W.,M,34,"Silver Spring, MD",6778,8050,677,10 Mile +19718,Jeffrey J.,M,61,"Haymarket, VA",6780,8251,678,10 Mile +12886,Dan C.,M,38,"Silver Spring, MD",6780,8021,678,10 Mile +2599,John B.,M,61,"Reston, VA",6782,7567,678,10 Mile +16581,Robert C.,M,60,"Washington, DC",6786,8046,678,10 Mile +10531,John L.,M,73,"Rockaway Point, NY",6786,7786,678,10 Mile +1527,Jeremy O.,M,32,"Washington, DC",6786,8256,678,10 Mile +7086,Jonathan L.,M,30,"Leesburg, VA",6786,7937,678,10 Mile +11930,George C.,M,36,"New Castle, DE",6787,7747,678,10 Mile +14091,Monsoor R.,M,48,"Mclean, VA",6787,8085,678,10 Mile +16122,Tony W.,M,61,"Ellicott City, MD",6788,7923,678,10 Mile +16188,Jonatha K.,M,28,"Washington, DC",6788,7922,678,10 Mile +17396,Aaron K.,M,26,"Washington Dc, DC",6789,7956,678,10 Mile +13054,Casey B.,M,30,"Arlington, VA",6789,7628,678,10 Mile +15834,Michael D.,M,53,"Montgomery Village, MD",6789,7921,678,10 Mile +11320,Ezra D.,M,26,"Fairfax, VA",6790,7524,679,10 Mile +18290,John R.,M,46,"Purcellville, VA",6791,8067,679,10 Mile +11191,Mike H.,M,36,"Dublin, OH",6791,8002,679,10 Mile +4079,Dimas F.,M,33,"Fort Belvoir, VA",6792,7077,679,10 Mile +9163,Kris P.,M,46,"Columbia, MD",6793,7672,679,10 Mile +13183,Achyut K.,M,50,"Herndon, VA",6795,7656,679,10 Mile +11297,Irapaul T.,M,49,"New York, NY",6795,7794,679,10 Mile +12161,Benjamin F.,M,30,"Washington, DC",6796,7399,679,10 Mile +15773,Colin J.,M,27,"North Bethesda, MD",6797,7931,679,10 Mile +13071,Duong H.,M,33,"La Mirada, CA",6798,8278,679,10 Mile +17798,Jonathan T.,M,29,"Silver Spring, MD",6798,7935,679,10 Mile +15071,J. H.,M,49,"Alexandria, VA",6799,7986,679,10 Mile +21201,Shane B.,M,28,"Alexandria, VA",6802,8311,680,10 Mile +23196,Gene-Anthony H.,M,39,"Columba, MD",6802,8282,680,10 Mile +6249,Alexander P.,M,31,"Washington, DC",6804,7887,680,10 Mile +14102,Thomas G.,M,71,"Warrenton, VA",6804,7934,680,10 Mile +19284,Ricky A.,M,57,"Fredericksburg, VA",6805,8267,680,10 Mile +16885,Robert S.,M,47,"Washington, DC",6806,8283,680,10 Mile +13404,Dan C.,M,58,"Arlington, VA",6807,7170,680,10 Mile +21582,John W.,M,31,"Bethesda, MD",6810,7853,681,10 Mile +21623,Jonathan M.,M,39,"New Britain, CT",6811,8072,681,10 Mile +8686,Campbell P.,M,41,"Falls Church, VA",6811,7727,681,10 Mile +1776,James M.,M,35,"New Orleans, LA",6812,7307,681,10 Mile +7154,Caleb P.,M,30,"Meridianville, AL",6813,7717,681,10 Mile +21381,Jacob A.,M,18,"Parrish, FL",6814,8114,681,10 Mile +17658,Christopher H.,M,32,"Bethesda, MD",6815,8111,681,10 Mile +17373,Mikeal M.,M,38,"Vienna, VA",6816,8278,681,10 Mile +9653,Eric T.,M,37,"Vienna, VA",6817,7948,681,10 Mile +14862,Chuck A.,M,77,"Frisco, TX",6818,7866,681,10 Mile +12944,Michael P.,M,32,"Odenton, MD",6821,7714,682,10 Mile +18680,Terry K.,M,40,"New York, NY",6822,8096,682,10 Mile +4679,Bryce P.,M,46,"Ashburn, VA",6823,7446,682,10 Mile +15921,Vinayak B.,M,44,"Centreville, VA",6824,7345,682,10 Mile +10855,Todd O.,M,47,"Columbia, MD",6824,7570,682,10 Mile +8750,Benjamin M.,M,38,"Arlington, VA",6824,7366,682,10 Mile +12041,Frank R.,M,57,"Olney, MD",6825,7597,682,10 Mile +21402,Davis O.,M,21,"Washington, DC",6825,8291,682,10 Mile +20111,Bernardo V.,M,56,"New York, NY",6826,8012,682,10 Mile +14026,E L.,M,57,"Arnold, MD",6827,7656,682,10 Mile +19212,Bud W.,M,71,"Silver Spring, MD",6828,8284,682,10 Mile +14550,Lionel C.,M,41,"Bethesda, MD",6829,7954,682,10 Mile +16622,Rosario S.,M,37,"Alexandria, VA",6829,7690,682,10 Mile +10550,Sinil C.,M,33,"Dumfries, VA",6829,7696,682,10 Mile +20902,William P.,M,49,"Bethesda, MD",6829,8340,682,10 Mile +17257,Michael O.,M,59,"Dunkirk, MD",6831,7890,683,10 Mile +4394,Tinashe M.,M,31,"Baltimore, MD",6832,7165,683,10 Mile +9211,Sridhar D.,M,36,"Washington, DC",6833,7728,683,10 Mile +10913,Patrick E.,M,46,"Carslile Barracks, PA",6833,7711,683,10 Mile +20776,Taylor B.,M,32,"Washington, DC",6833,7188,683,10 Mile +19897,Paul D.,M,49,"Washington, DC",6833,7992,683,10 Mile +16793,Dwain E.,M,45,"Gaithersburg, MD",6835,7907,683,10 Mile +20532,Joshua B.,M,36,"Alexandria, VA",6836,7733,683,10 Mile +7930,Cyril C.,M,27,"Rockville, MD",6838,8033,683,10 Mile +16296,Bernie D.,M,61,"Washington, DC",6839,7949,683,10 Mile +5159,Francis D.,M,34,"Santa Monica, CA",6839,7293,683,10 Mile +16627,Jeff C.,M,43,"Felton, DE",6840,8119,684,10 Mile +14372,Issac G.,M,54,"Cheltenham, MD",6841,7397,684,10 Mile +937,Miguel F.,M,31,"Bolling AFB, DC",6841,8090,684,10 Mile +18231,Brian H.,M,40,"New Castle, DE",6843,8301,684,10 Mile +13852,Roderick G.,M,54,"Concord, NH",6843,7577,684,10 Mile +13864,Jose C.,M,66,"Moreno Valley, CA",6845,7785,684,10 Mile +14775,Kevin Q.,M,60,"Vienna, VA",6846,8078,684,10 Mile +15882,Venkata G.,M,48,"Ashburn, VA",6847,7587,684,10 Mile +4888,Michael T.,M,26,"Washington, DC",6847,7937,684,10 Mile +16734,Jack M.,M,54,"Rockville, MD",6847,8041,684,10 Mile +19747,Blake J.,M,31,"Falls Church, VA",6848,8269,684,10 Mile +22087,Andy V.,M,45,"Alexandria, VA",6849,7964,684,10 Mile +14143,Hunter H.,M,34,"Washington, DC",6851,8066,685,10 Mile +22096,David W.,M,33,"Washington, DC",6851,8067,685,10 Mile +19224,Allen W.,M,47,"Memphis, TN",6852,8080,685,10 Mile +13775,Cole T.,M,25,"Arlington, VA",6854,7709,685,10 Mile +7972,Neal M.,M,24,"Stevensville, MD",6857,7352,685,10 Mile +21241,Steve C.,M,24,"Washington, DC",6858,8132,685,10 Mile +13817,James M.,M,44,"Washington, DC",6858,8092,685,10 Mile +3688,Brian S.,M,32,"Harrisburg, PA",6858,7779,685,10 Mile +15166,Denaz G.,M,34,"Durham, NC",6859,8005,685,10 Mile +11430,Daniel P.,M,27,"Washington, DC",6859,7804,685,10 Mile +20978,David K.,M,44,"Rockville, MD",6861,8298,686,10 Mile +14023,Jason J.,M,37,"Ellicott City, MD",6861,7818,686,10 Mile +16953,Jack F.,M,20,"Silver Spring, MD",6862,7639,686,10 Mile +13454,Kevin C.,M,50,"Silver Spring, MD",6862,7627,686,10 Mile +22499,Greg M.,M,55,"Mclean, VA",6864,8298,686,10 Mile +10585,David Y.,M,34,"Silver Spring, MD",6864,8052,686,10 Mile +2967,James S.,M,43,"Derwood, MD",6865,8082,686,10 Mile +21540,Nick B.,M,29,"Clayton, NC",6867,8322,686,10 Mile +15750,Sean O.,M,35,"Glenshaw, PA",6869,8078,686,10 Mile +21398,Elan B.,M,33,"Washington, DC",6870,7979,687,10 Mile +16938,Prad N.,M,29,"Chapel Hill, NC",6870,7973,687,10 Mile +8464,Greg T.,M,66,"Columbia, MD",6872,7739,687,10 Mile +19708,Pv S.,M,44,"Frederick, MD",6873,8294,687,10 Mile +22740,Stuart G.,M,61,"Arlington, VA",6875,7867,687,10 Mile +6927,Monty N.,M,44,"Arlington, VA",6877,7866,687,10 Mile +14987,Michael W.,M,35,"Fairfax, VA",6877,8148,687,10 Mile +11301,John S.,M,61,"Beltsville, MD",6878,7617,687,10 Mile +9105,Brian W.,M,14,"North Beach, MD",6879,7384,687,10 Mile +21182,Christian W.,M,25,"New York, NY",6880,8334,688,10 Mile +17245,Mark G.,M,28,"Pasadena, MD",6880,8150,688,10 Mile +4059,John C.,M,50,"Bronx New York, NY",6884,7770,688,10 Mile +18363,Kevin R.,M,23,"Philadelphia, PA",6884,8343,688,10 Mile +18495,Gene J.,M,59,"Denver, CO",6884,8123,688,10 Mile +8943,Vu N.,M,30,"Falls Church, VA",6885,7835,688,10 Mile +8513,Fabrice D.,M,47,"Belmont, MA",6886,7747,688,10 Mile +10297,Clayton W.,M,25,"Arlington, VA",6886,7495,688,10 Mile +15032,Evan S.,M,27,"Washington Dc, DC",6886,7495,688,10 Mile +21127,Timothy M.,M,61,"Fairfax Station, VA",6889,7998,688,10 Mile +8385,Stacy W.,M,41,"Fairfax, VA",6889,8043,688,10 Mile +2603,Arne N.,M,32,"Falls Church, VA",6890,7517,689,10 Mile +19713,Eric C.,M,32,"Washington, DC",6890,8034,689,10 Mile +14886,Donte W.,M,38,"Windsor Mill, MD",6890,7781,689,10 Mile +17170,Michael B.,M,38,"Washington, DC",6893,7987,689,10 Mile +22554,Felix S.,M,45,"Fair Lawn, NJ",6893,7341,689,10 Mile +19342,Jason M.,M,46,"Pittsburgh, PA",6894,8401,689,10 Mile +15420,Reese B.,M,58,"Voorhees, NJ",6894,7949,689,10 Mile +15902,Jon-Paul D.,M,57,"Ashburn, VA",6894,7770,689,10 Mile +21113,Ben J.,M,26,"Austin, TX",6895,8185,689,10 Mile +6362,Carter E.,M,41,"Alexandria, VA",6899,7417,689,10 Mile +16948,Anil G.,M,58,"Centreville, VA",6900,7817,690,10 Mile +18039,Robinson H.,M,28,"Melrose, MA",6900,8043,690,10 Mile +21483,Natan Z.,M,47,"Silver Spring, MD",6903,8368,690,10 Mile +18211,Felix B.,M,25,"Adelphi, MD",6904,8390,690,10 Mile +7955,Larry S.,M,51,"St. Petersburg, FL",6904,7769,690,10 Mile +17672,Stephen L.,M,27,"Olney, MD",6907,7987,690,10 Mile +16897,Thomas G.,M,41,"Norwood, PA",6907,8327,690,10 Mile +6633,Nick H.,M,30,"Berwyn Heights, MD",6907,7872,690,10 Mile +17299,Patrick H.,M,25,"Baltimore, MD",6907,8135,690,10 Mile +15908,Richard K.,M,54,"Annandale, VA",6908,8048,690,10 Mile +10695,Cecil T.,M,47,"Washington, DC",6909,7693,690,10 Mile +16428,Andrew B.,M,36,"Midlothian, VA",6909,8112,690,10 Mile +18499,Avinash M.,M,31,"Ashburn, VA",6909,8435,690,10 Mile +17946,Benjamin B.,M,34,"Washington, DC",6909,8374,690,10 Mile +11287,Christopher R.,M,29,"Gaithersburg, MD",6909,7722,690,10 Mile +18855,Xiu Y.,M,29,"College Park, MD",6910,7875,691,10 Mile +22789,David H.,M,56,"Oak Hill, VA",6911,7981,691,10 Mile +14274,James M.,M,31,"Fairfax, VA",6912,8153,691,10 Mile +15942,Terrance M.,M,70,"Burke, VA",6912,7955,691,10 Mile +7731,John Z.,M,63,"Albion, NY",6912,8364,691,10 Mile +18286,Douglas G.,M,41,"Alexandria, VA",6912,7955,691,10 Mile +19877,Kestutis S.,M,35,"Chicago, IL",6914,7879,691,10 Mile +12375,Jeff L.,M,55,"Clarksville, MD",6915,7495,691,10 Mile +3702,Daniel S.,M,33,Germany,6916,7857,691,10 Mile +14697,Steve D.,M,60,"Columbia, MD",6919,7782,691,10 Mile +13621,Jarrod G.,M,30,"Burke, VA",6920,7673,692,10 Mile +5932,Robert F.,M,46,"Arlington, VA",6921,7265,692,10 Mile +20724,Sireesh C.,M,32,"Aldie, VA",6921,8415,692,10 Mile +16473,Daniel S.,M,42,"Arlington, VA",6921,8378,692,10 Mile +22513,Rob A.,M,44,"Worcester, MA",6922,8180,692,10 Mile +18749,Robert W.,M,26,"Washington, DC",6923,8333,692,10 Mile +15979,David M.,M,49,"Poolesville, MD",6923,8038,692,10 Mile +16183,Kirk B.,M,55,"Arlington, VA",6924,8073,692,10 Mile +4769,Carlos B.,M,58,"Landover, MD",6925,8395,692,10 Mile +17031,Jack H.,M,49,"Sykesville, MD",6927,8181,692,10 Mile +9107,Matthew M.,M,26,"Arlington, VA",6930,7781,693,10 Mile +19583,Paul M.,M,48,"Washington, DC",6931,8213,693,10 Mile +14473,Brandon M.,M,37,"Arlington, VA",6931,8042,693,10 Mile +4408,Paul L.,M,52,"Falls Church, VA",6931,8128,693,10 Mile +11904,Brian K.,M,30,"Washington, DC",6932,7766,693,10 Mile +8619,Sean M.,M,39,"Washington, DC",6933,7826,693,10 Mile +9230,Jacques V.,M,36,"Centreville, VA",6934,8461,693,10 Mile +17053,Henry D.,M,40,"Woodbridge, VA",6934,8164,693,10 Mile +5618,Joe R.,M,38,"Norfolk, VA",6936,8383,693,10 Mile +18370,Javier S.,M,52,"Columbia, MD",6936,8428,693,10 Mile +18607,Chester F.,M,30,"Washington, DC",6938,8096,693,10 Mile +14350,Scott M.,M,47,"Boilings Springs, PA",6938,7991,693,10 Mile +11045,Chris C.,M,28,"Somerville, MA",6938,8425,693,10 Mile +12698,Newton C.,M,30,"Washington, DC",6940,8151,694,10 Mile +16110,Scott J.,M,54,"Washington, DC",6942,7984,694,10 Mile +15322,Daniel A.,M,30,"Washington, DC",6943,8103,694,10 Mile +11886,Michael G.,M,69,"Potomac, MD",6944,8024,694,10 Mile +16451,Rodolfo C.,M,42,"Bethesda, MD",6945,8121,694,10 Mile +4249,Andrew G.,M,30,"Arlington, VA",6945,7688,694,10 Mile +17915,Jorge L.,M,22,Mexico,6948,8425,694,10 Mile +16628,Will B.,M,37,"Arlington, VA",6950,8025,695,10 Mile +11374,Henry W.,M,17,"Takoma Park, MD",6955,7797,695,10 Mile +14251,Corey V.,M,40,"Blacklick, OH",6957,7873,695,10 Mile +14352,Paul C.,M,59,"Chester Springs, PA",6957,7843,695,10 Mile +18384,Michael M.,M,62,"Woodbridge, VA",6959,8162,695,10 Mile +12668,Jason R.,M,41,"Herndon, VA",6959,8467,695,10 Mile +6334,Robin M.,M,46,"Raleigh, NC",6960,8204,696,10 Mile +22036,Wayne S.,M,29,"Washington, DC",6963,7858,696,10 Mile +21850,Julian B.,M,36,"Washington, DC",6963,7858,696,10 Mile +11985,Joseph B.,M,58,"Manassas, VA",6963,7784,696,10 Mile +18813,Chandramohan S.,M,47,"Fairfax, VA",6965,8438,696,10 Mile +17637,Vivek B.,M,45,"Yardley, PA",6965,8120,696,10 Mile +12987,Josh S.,M,39,"Rockville, MD",6968,7902,696,10 Mile +14600,Johnny J.,M,48,"Fairfax, VA",6970,8016,697,10 Mile +16579,Andrew H.,M,33,"Annapolis, MD",6971,8213,697,10 Mile +11750,Barry S.,M,64,"Silver Spring, MD",6971,7965,697,10 Mile +2249,James B.,M,23,"Warrenton, VA",6971,8103,697,10 Mile +17456,Mark C.,M,28,"Washington, DC",6972,7934,697,10 Mile +21144,John B.,M,55,"Woodbridge, VA",6972,8478,697,10 Mile +1651,Mike I.,M,44,"Reston, VA",6972,7521,697,10 Mile +7272,Sean R.,M,45,"Port Jefferson, NY",6973,8099,697,10 Mile +21234,Chaudhry S.,M,28,"Washington, DC",6973,8382,697,10 Mile +18212,Jonathan H.,M,33,"Waldorf, MD",6973,8491,697,10 Mile +9786,Jose C.,M,43,"New York, NY",6977,7782,697,10 Mile +20473,Richard W.,M,43,"Ashburn, VA",6978,8029,697,10 Mile +7917,Cecil C.,M,69,"Woodbridge, VA",6982,7794,698,10 Mile +11631,Judah G.,M,37,"Washington, DC",6982,7772,698,10 Mile +15741,Kendall H.,M,26,"Washington, DC",6982,8072,698,10 Mile +11541,Justin J.,M,39,"Washington, DC",6984,7723,698,10 Mile +16967,Renald C.,M,38,"Virginia Beach, VA",6985,8162,698,10 Mile +15688,Jeremy W.,M,39,"Takoma Park, MD",6988,7950,698,10 Mile +10033,Basil M.,M,52,"Mountain View, CA",6989,8188,698,10 Mile +22907,David B.,M,62,"Washington, DC",6989,8401,698,10 Mile +21707,Artemus M.,M,39,"New York, NY",6992,8411,699,10 Mile +16337,Ramakrishna B.,M,46,"Herndon, VA",6993,8036,699,10 Mile +21678,Michael F.,M,32,"Washington, DC",6993,8459,699,10 Mile +13493,Steven N.,M,50,"Ham Lake, MN",6995,7849,699,10 Mile +13743,Dinesh M.,M,48,"Rockville, MD",6995,8502,699,10 Mile +8341,Jonathan J.,M,40,"Raleigh, NC",6996,7633,699,10 Mile +14777,Saurabh D.,M,29,"Fairfax, VA",6997,8127,699,10 Mile +13587,Mihnea S.,M,30,"Arlington, VA",6998,7437,699,10 Mile +17487,William A.,M,32,"Washington, DC",6999,8247,699,10 Mile +18952,Joseph A.,M,35,"Arlington, VA",7000,8489,700,10 Mile +19501,Darrelll M.,M,52,"Alexandria, VA",7000,7635,700,10 Mile +15292,Lakshmi P.,M,40,"Clarksburg, MD",7001,8489,700,10 Mile +22299,Alex L.,M,35,"Silver Spring, MD",7002,7764,700,10 Mile +17814,Gaetano M.,M,53,"Morgantown, WV",7004,8135,700,10 Mile +3588,Brian B.,M,53,"Sunnyside, NY",7005,7516,700,10 Mile +17205,Leran M.,M,30,"Cambridge, MA",7005,8447,700,10 Mile +15378,James C.,M,56,"Laurel, MD",7006,8096,700,10 Mile +15370,Arnaldo M.,M,37,"Ashburn, VA",7006,8182,700,10 Mile +14565,Samuel L.,M,30,"Washington, DC",7007,8045,700,10 Mile +22759,Philip F.,M,28,"New York, NY",7007,8045,700,10 Mile +14744,Matthew F.,M,47,"Herndon, VA",7014,8510,701,10 Mile +11082,Fernando M.,M,45,"Severn, MD",7015,8225,701,10 Mile +18337,Theo M.,M,45,"Fairfax Station, VA",7017,8490,701,10 Mile +21344,Carlos M.,M,26,"South Riding, VA",7017,8463,701,10 Mile +17540,Steve B.,M,53,"Elkridge, MD",7018,8124,701,10 Mile +11242,Randy B.,M,68,"Evanston, IL",7020,7893,702,10 Mile +16643,Ben C.,M,33,"Arlington, VA",7025,8485,702,10 Mile +18823,Ralph K.,M,54,"Arlington, VA",7027,8247,702,10 Mile +17673,Kannan S.,M,42,"Aldie, VA",7027,8163,702,10 Mile +17891,Floyd C.,M,52,"Severn, MD",7030,8529,703,10 Mile +19090,Albert N.,M,32,"Silver Spring, MD",7030,7825,703,10 Mile +16191,Khalil B.,M,52,"Vienna, VA",7032,8332,703,10 Mile +23105,Michael B.,M,36,"Albuquerque, NM",7034,8192,703,10 Mile +21291,Bart L.,M,40,"Tempe, AZ",7037,8463,703,10 Mile +15619,Stuart S.,M,61,"Flushing, NY",7040,8093,704,10 Mile +19354,Travis P.,M,39,"Arlington, VA",7043,7575,704,10 Mile +15860,Raju K.,M,46,"Chantilly, VA",7045,8113,704,10 Mile +11717,Koroush P.,M,39,"Vienna, VA",7045,7933,704,10 Mile +22118,Jeremy B.,M,29,"Alexandria, VA",7045,8342,704,10 Mile +8971,Austin G.,M,30,"New York, NY",7045,8542,704,10 Mile +20026,Paul S.,M,35,"Waldorf, MD",7047,8460,704,10 Mile +20345,Keith B.,M,33,"Jackson, NJ",7047,8566,704,10 Mile +16017,Chris M.,M,41,"Alexandria, VA",7049,7982,704,10 Mile +22769,James C.,M,45,"Kensington, MD",7049,7869,704,10 Mile +17737,Venugopal C.,M,36,"Chantilly, VA",7050,8305,705,10 Mile +14033,Jose J.,M,37,"Rockville, MD",7051,8243,705,10 Mile +14126,Raymond J.,M,54,"Gaithersburg, MD",7051,8342,705,10 Mile +6347,Robert T.,M,63,"Butler, PA",7053,7528,705,10 Mile +17442,Marc S.,M,39,"Greenbelt, MD",7056,7970,705,10 Mile +8366,Scott L.,M,41,"Clifton, VA",7056,8353,705,10 Mile +23156,Patrick W.,M,12,"South Riding, VA",7057,7613,705,10 Mile +21580,Gabriel G.,M,69,"Catharpin, VA",7057,8357,705,10 Mile +19440,Steven B.,M,51,"Arlington, VA",7059,8499,705,10 Mile +13413,Ed G.,M,56,"Richmond, VA",7060,7960,706,10 Mile +21369,Nasir A.,M,35,"Arlington, VA",7060,8507,706,10 Mile +14968,Matthew B.,M,30,"Washington, DC",7060,8158,706,10 Mile +16260,Michael M.,M,59,"Tampa, FL",7060,7868,706,10 Mile +18262,Ravi S.,M,50,"Fairax, VA",7062,8510,706,10 Mile +13418,Don T.,M,51,"Potomac Falls, VA",7064,8338,706,10 Mile +10557,John T.,M,43,"Hagerstown, MD",7065,7886,706,10 Mile +19461,Ronald S.,M,78,"Arlington, VA",7065,8029,706,10 Mile +13664,John M.,M,45,"Washington, DC",7065,8228,706,10 Mile +22103,Marvin F.,M,31,"Arlington, VA",7069,8132,706,10 Mile +17538,Chad N.,M,42,"Baltimore, MD",7071,8249,707,10 Mile +14897,William W.,M,30,"Washington, DC",7074,8287,707,10 Mile +12779,David L.,M,31,"Queens, NY",7074,8072,707,10 Mile +18514,David B.,M,49,"Woodbridge, VA",7076,8558,707,10 Mile +18654,Robert H.,M,38,"Falls Church, VA",7077,8552,707,10 Mile +15118,Jack L.,M,35,"Philadelphia, PA",7080,8257,708,10 Mile +17676,Sean E.,M,38,"Rochester, NY",7080,8229,708,10 Mile +14495,Jay S.,M,44,"Baltimore, MD",7081,8301,708,10 Mile +15538,James M.,M,40,"Reston, VA",7085,8613,708,10 Mile +20376,Tin H.,M,36,"South Riding, VA",7086,7700,708,10 Mile +16227,Cameron B.,M,24,"Silver Spring, MD",7086,8387,708,10 Mile +14989,Shaun M.,M,34,"Rockville, MD",7086,8262,708,10 Mile +18169,Joel M.,M,46,"Va Beach, VA",7088,8264,708,10 Mile +10977,Todd M.,M,41,"Arlington, VA",7088,8004,708,10 Mile +16965,Barry G.,M,64,"Washington, DC",7090,8311,709,10 Mile +11931,Mark S.,M,37,"Woodbridge, VA",7091,8172,709,10 Mile +19591,Scott D.,M,45,"Chesapeake, VA",7093,8586,709,10 Mile +16766,Daniel D.,M,33,"Arlington, VA",7094,7933,709,10 Mile +5809,Van C.,M,37,"Clearfield, PA",7095,8391,709,10 Mile +19226,James C.,M,44,"Washington, DC",7095,8588,709,10 Mile +9343,Tyler D.,M,24,"Columbia, PA",7095,8289,709,10 Mile +9145,Brent D.,M,55,"Newville, PA",7096,8290,709,10 Mile +13080,Tal B.,M,32,"Somerville, MA",7097,8244,709,10 Mile +15137,Kevin G.,M,58,"Morrisville, NC",7097,8283,709,10 Mile +22869,Charlie Y.,M,37,"Clymer, PA",7097,8392,709,10 Mile +17912,James S.,M,66,"Herndon, VA",7098,8606,709,10 Mile +13082,Nathan R.,M,30,"Somerville, MA",7098,8244,709,10 Mile +8662,Raul Q.,M,29,"Chicago, IL",7098,7701,709,10 Mile +21245,Allen K.,M,29,"Washington, DC",7099,8609,709,10 Mile +15639,Clinton S.,M,27,"Arlington, VA",7099,8609,709,10 Mile +3290,Dan T.,M,29,"Washington, DC",7100,7419,710,10 Mile +22313,Jenry P.,M,41,"Woodbridge, VA",7100,8516,710,10 Mile +15485,Willard P.,M,67,"Fairfax Station, VA",7100,8339,710,10 Mile +9474,Benjamin G.,M,35,"Yardley, PA",7100,7448,710,10 Mile +17346,Gene E.,M,28,"Baltimore City, MD",7102,8375,710,10 Mile +18875,Nitin G.,M,39,"Washington, DC",7105,8581,710,10 Mile +16731,Steven H.,M,56,"Westminster, MA",7109,8153,710,10 Mile +21501,Dennis B.,M,71,"Arlington, VA",7110,8273,711,10 Mile +12840,Eric N.,M,53,"Silver Spring, MD",7111,7727,711,10 Mile +17939,Matthew C.,M,26,"Hyattsville, MD",7113,8601,711,10 Mile +15248,Robert K.,M,46,"Arlington, VA",7116,8191,711,10 Mile +20486,John D.,M,62,"Ledyard, CT",7117,8358,711,10 Mile +12152,Mark B.,M,27,"Washington, DC",7117,8033,711,10 Mile +21194,Selvakumar V.,M,24,"Chantilly, VA",7119,8182,711,10 Mile +2895,Rick B.,M,69,"West Berlin, WI",7120,7883,712,10 Mile +17942,Wilbert W.,M,45,"Columbia, MD",7127,8374,712,10 Mile +14981,Jeremy S.,M,45,"Washington, DC",7130,8194,713,10 Mile +21250,Kwame S.,M,30,"Washington, DC",7132,7589,713,10 Mile +3402,John S.,M,51,"Arlington, VA",7133,7485,713,10 Mile +19654,Jason G.,M,44,"Alexandria, VA",7134,8649,713,10 Mile +17539,Jd G.,M,28,"Laval, QC",7137,7467,713,10 Mile +1247,Youssef E.,M,28,"Montreal, QC",7137,7466,713,10 Mile +15130,David R.,M,33,"North East, MD",7138,8236,713,10 Mile +4083,Shirish P.,M,46,"Potomac, MD",7139,7740,713,10 Mile +17282,Christian H.,M,48,"Fairfax, VA",7140,8430,714,10 Mile +6667,Theodore M.,M,39,"Irvine, CA",7140,8609,714,10 Mile +18165,Michael S.,M,36,"Rockville, MD",7140,8609,714,10 Mile +16523,Bill V.,M,60,"New Britain, CT",7141,8216,714,10 Mile +16979,James D.,M,34,"Upper Marlboro, MD",7142,8355,714,10 Mile +20988,Luke H.,M,31,"Washington, DC",7144,8402,714,10 Mile +17834,Thomas M.,M,31,"Washington, DC",7145,8310,714,10 Mile +22817,Ben B.,M,45,"Leesburg, VA",7147,7925,714,10 Mile +8832,Robbie M.,M,37,"Arlington, VA",7147,8606,714,10 Mile +15461,Saiju G.,M,44,"Washington, DC",7148,8431,714,10 Mile +14590,Brian K.,M,66,"Silver Spring, MD",7151,8351,715,10 Mile +16756,Christopher S.,M,43,"Washington, IL",7154,8296,715,10 Mile +7734,Johnny M.,M,45,"Alexandria, VA",7157,8405,715,10 Mile +21258,Jason N.,M,26,"Fort Washington, MD",7158,8661,715,10 Mile +16056,John M.,M,36,"Alexandria, VA",7158,8325,715,10 Mile +12267,Albert H.,M,49,"Herndon, VA",7158,7944,715,10 Mile +19499,Gary P.,M,29,"Pittsburgh, PA",7158,8371,715,10 Mile +16868,Brian M.,M,64,"Towson, MD",7159,8435,715,10 Mile +16810,Kyle D.,M,27,"Dallas, TX",7160,8401,716,10 Mile +20974,Brandon B.,M,25,"Silver Spring, MD",7160,8664,716,10 Mile +3042,Jorge H.,M,40,"Arlington, VA",7162,7901,716,10 Mile +10664,Chris B.,M,28,"Alexandria, VA",7162,7988,716,10 Mile +18769,Matt A.,M,44,"Baltimore, MD",7163,8365,716,10 Mile +19372,Robert P.,M,33,"Gainesville, VA",7165,8659,716,10 Mile +17973,Nachiappan S.,M,43,"Chantilly, VA",7167,7641,716,10 Mile +19167,Dean C.,M,52,"Washington, DC",7167,8267,716,10 Mile +19528,Joe F.,M,39,"Silver Spring, MD",7169,8683,716,10 Mile +2411,Richard S.,M,27,"Washington, DC",7173,8354,717,10 Mile +13819,Mark R.,M,50,"Gainesville, VA",7174,8002,717,10 Mile +17199,Michael W.,M,44,"Springfield, VA",7174,8249,717,10 Mile +2045,Christopher A.,M,40,"Bristow, VA",7178,7758,717,10 Mile +15959,William J.,M,37,"Exton, PA",7178,8267,717,10 Mile +19584,William R.,M,59,"Poolesville, MD",7179,8611,717,10 Mile +17743,Sanjay G.,M,51,"Potomac, MD",7182,8049,718,10 Mile +1000,Vernon H.,M,54,"Upper Marlboro, MD",7184,7228,718,10 Mile +17870,Chandler H.,M,29,"Indianapolis, IN",7185,7520,718,10 Mile +21022,Evan S.,M,26,"Washington, DC",7186,8635,718,10 Mile +16340,John A.,M,31,"Arlington, VA",7187,8260,718,10 Mile +5612,Jesse G.,M,37,"Brooklyn, NY",7188,8331,718,10 Mile +19346,Jared N.,M,27,"Arlington, VA",7189,8380,718,10 Mile +6220,Andrew H.,M,33,"Camden Wyoming, DE",7190,8693,719,10 Mile +12915,Chuck R.,M,67,"Okatie, SC",7191,8239,719,10 Mile +17800,Chris E.,M,60,"Wyomissing, PA",7193,8357,719,10 Mile +11244,Doug J.,M,55,"Washington, DC",7194,8162,719,10 Mile +21413,Andy C.,M,26,"Alexandria, VA",7195,8411,719,10 Mile +20678,Ashish T.,M,37,"Washington, DC",7196,8609,719,10 Mile +20965,Gregory J.,M,57,"Takoma Park, MD",7198,8675,719,10 Mile +16715,Stephen D.,M,41,"Washington, DC",7198,7747,719,10 Mile +16636,Vincent T.,M,38,"Washington, DC",7199,8131,719,10 Mile +19033,John T.,M,32,"Arlington, VA",7200,8608,720,10 Mile +15169,Iman K.,M,38,"Arlington, VA",7206,7822,720,10 Mile +17423,Christopher S.,M,45,"Washington, DC",7208,8446,720,10 Mile +10579,Jose R.,M,26,"Durham, NC",7210,8015,721,10 Mile +8058,Brian N.,M,50,"Silver Spring, MD",7210,8021,721,10 Mile +19185,Bradley C.,M,52,"Vienna, VA",7212,8699,721,10 Mile +14491,Jon S.,M,35,"West Orange, NJ",7212,8353,721,10 Mile +3695,Prateek S.,M,36,"Washington, DC",7212,8627,721,10 Mile +14027,John C.,M,31,"Potomac, MD",7212,8686,721,10 Mile +21293,Lucas L.,M,29,"Omaha, NE",7213,8653,721,10 Mile +20823,Leonard C.,M,44,"New York, NY",7214,8725,721,10 Mile +21683,Tuan N.,M,39,"Rockville, MD",7216,8030,721,10 Mile +19779,Samuel L.,M,57,"Roanoke, VA",7219,8643,721,10 Mile +22793,Mark C.,M,46,"New Canaan, CT",7219,8349,721,10 Mile +15220,Jon B.,M,31,"Gaithersburg, MD",7222,8351,722,10 Mile +22997,Michael R.,M,28,"Bristol, RI",7222,8677,722,10 Mile +21409,Timothy D.,M,36,"Washington, DC",7224,8688,722,10 Mile +21387,Maruf H.,M,39,"Washington, DC",7225,8640,722,10 Mile +22904,Mark R.,M,47,"Bristol, RI",7225,8680,722,10 Mile +15140,Joshua R.,M,34,"Durham, NC",7226,8381,722,10 Mile +18657,Thomas M.,M,34,"Alexandria, VA",7227,8682,722,10 Mile +7102,Cory W.,M,31,"Alexandria, VA",7228,7984,722,10 Mile +17639,Arun N.,M,40,"Chantilly, VA",7229,8282,722,10 Mile +19536,Jerome T.,M,56,"Alexandria, VA",7230,8669,723,10 Mile +22563,Vinay B.,M,32,"Leominster, MA",7233,7684,723,10 Mile +22384,Robert G.,M,43,"White Hall, MD",7233,8035,723,10 Mile +19763,James M.,M,41,"Washington, DC",7239,8515,723,10 Mile +16000,Jeffrey E.,M,45,"Washington, DC",7241,8721,724,10 Mile +4242,Joel T.,M,36,"Reston, VA",7242,8427,724,10 Mile +21642,Joseph S.,M,36,"Fairfax, VA",7242,8659,724,10 Mile +22332,Ron S.,M,57,"Chantilly, VA",7244,8142,724,10 Mile +11141,Jason M.,M,39,"Falls Church, VA",7246,8489,724,10 Mile +12576,James R.,M,35,"Stephenson, VA",7248,8211,724,10 Mile +11731,Chris R.,M,28,"Houston, TX",7249,8478,724,10 Mile +16268,Gregory R.,M,52,"Fairfax, VA",7257,8514,725,10 Mile +20093,Peter T.,M,25,"Hyattsville, MD",7259,8761,725,10 Mile +17819,Daryl D.,M,67,"Arlington, VA",7262,8210,726,10 Mile +16777,David O.,M,58,"Fairfax, VA",7268,8485,726,10 Mile +17661,Charles Y.,M,46,"Oxford, OH",7269,8519,726,10 Mile +19448,Rick B.,M,64,"Gaithersburg, MD",7272,7616,727,10 Mile +7059,Ronald J.,M,61,"Springfield, VA",7274,8167,727,10 Mile +19405,Kenneth J.,M,68,"Omaha, NE",7275,8167,727,10 Mile +1477,Jimmy J.,M,40,"Raleigh, NC",7275,8167,727,10 Mile +19367,Thomas F.,M,57,"Bethesda, MD",7275,8773,727,10 Mile +8030,Chris S.,M,36,"Chesapeake Beach, MD",7277,7821,727,10 Mile +17518,Anthony L.,M,32,"Huntsville, AL",7278,8716,727,10 Mile +17865,Emir A.,M,41,"Vienna, VA",7283,8438,728,10 Mile +9236,Dunbar F.,M,49,"Upper Marlboro, MD",7284,8120,728,10 Mile +10258,Marc G.,M,57,"Springfield, VA",7286,7865,728,10 Mile +21521,Jim E.,M,46,"Valley View, OH",7288,8088,728,10 Mile +12311,Patrick S.,M,51,"Fairfax, VA",7288,8211,728,10 Mile +9513,Eric S.,M,43,"Crofton, MD",7288,7780,728,10 Mile +16827,Phil W.,M,49,"Gaithersburg, MD",7288,8280,728,10 Mile +20731,Emery L.,M,47,"Washington, DC",7292,8771,729,10 Mile +17329,Daniel S.,M,32,"Washington D.c, DC",7295,8198,729,10 Mile +18666,Thomas R.,M,28,"Denver, CO",7297,8460,729,10 Mile +21478,Alfonso J.,M,38,"Bethesda, MD",7297,8416,729,10 Mile +9878,Brian S.,M,34,"Gambrills, MD",7297,7826,729,10 Mile +18133,Bruce H.,M,58,"Vienna, VA",7298,8451,729,10 Mile +22233,Corey A.,M,38,"Gaithersburg, MD",7308,8555,730,10 Mile +19819,Brian S.,M,33,"Brighton, MA",7308,8819,730,10 Mile +22980,Leslie W.,M,35,"Manassas, VA",7308,8578,730,10 Mile +18640,Quan N.,M,26,"Richmond, VA",7311,8831,731,10 Mile +19481,Frank L.,M,50,"North Little Rock, AR",7316,8153,731,10 Mile +4581,Nathan D.,M,37,"Broadlands, VA",7321,7321,732,10 Mile +11063,Michael M.,M,63,"Ashburn, VA",7323,8198,732,10 Mile +17464,Edwin M.,M,59,"Silver Spring, MD",7325,8415,732,10 Mile +16119,Rich N.,M,57,"Alexandria, VA",7329,8442,732,10 Mile +4364,Sanjay G.,M,51,"Arlington, VA",7332,7546,733,10 Mile +16547,Kai G.,M,52,"Arlington, VA",7332,7701,733,10 Mile +20759,Mike O.,M,46,"Arlington, VA",7339,8608,733,10 Mile +777,Joe S.,M,44,"Gaithersburg, MD",7342,7607,734,10 Mile +16368,George S.,M,28,"Washington, DC",7342,8621,734,10 Mile +18512,William L.,M,67,"Alexandria, VA",7344,8835,734,10 Mile +16071,Scott S.,M,26,"Waldorf, MD",7353,8821,735,10 Mile +17138,Richard S.,M,49,"Bethpage, NY",7356,8476,735,10 Mile +19866,Jim M.,M,58,"Ringoes, NJ",7356,8766,735,10 Mile +20998,Vladimir A.,M,38,"Silver Spring, MD",7358,7984,735,10 Mile +16947,David W.,M,44,"Hamilton, VA",7358,8636,735,10 Mile +18510,Plauto F.,M,37,"Rockville, MD",7358,7984,735,10 Mile +18621,David G.,M,59,"Cambridge, MA",7362,7939,736,10 Mile +17726,Richard D.,M,71,"Silver Spring, MD",7368,8638,736,10 Mile +17927,Dale W.,M,61,"Virginia Beach, VA",7368,8005,736,10 Mile +16776,Stephen G.,M,44,"Brooklyn, NY",7368,8609,736,10 Mile +18504,Peter D.,M,61,"Reston, VA",7369,8782,736,10 Mile +17428,Mathuel B.,M,30,"Fairfax, VA",7370,8614,737,10 Mile +17059,Eddie W.,M,47,"Washington, DC",7376,8602,737,10 Mile +18878,Harry L.,M,28,"Arlington, VA",7377,8445,737,10 Mile +5428,Justin P.,M,27,"Morristown, NJ",7380,7933,738,10 Mile +15499,Edward W.,M,71,"Bethesda, MD",7383,8312,738,10 Mile +12388,Michael B.,M,60,"New Cumberland, PA",7384,8527,738,10 Mile +18115,Sridhar M.,M,48,"Lansdowne, VA",7386,8791,738,10 Mile +22042,Douglas G.,M,37,"Fairfax, VA",7386,8265,738,10 Mile +18210,Chandreshu D.,M,41,"Germantown, MD",7388,8823,738,10 Mile +19303,Shashi D.,M,65,"Herndon, VA",7389,8245,738,10 Mile +19288,Brian Z.,M,41,"Ashburn, VA",7396,8313,739,10 Mile +16480,James C.,M,65,"Stirling, NJ",7399,8557,739,10 Mile +20921,Kyle L.,M,30,"Washington, DC",7400,8839,740,10 Mile +13963,Patrick G.,M,25,"Baltimore, MD",7402,7402,740,10 Mile +17502,Robert C.,M,44,"Austin, TX",7403,8498,740,10 Mile +18741,Stephen M.,M,59,"Odenton, MD",7404,8561,740,10 Mile +5142,Rj T.,M,49,"Bethesda, MD",7409,8679,740,10 Mile +21269,Brian C.,M,34,"Damascus, MD",7410,8339,741,10 Mile +17975,Jonathan L.,M,38,"Chevy Chase, MD",7411,8663,741,10 Mile +17995,Hans N.,M,45,"Washington, DC",7411,8663,741,10 Mile +20592,Robert R.,M,35,"Washington, DC",7413,8901,741,10 Mile +19083,Andrew P.,M,34,"Reisterstown, MD",7416,8860,741,10 Mile +7938,Steve V.,M,54,"Reston, VA",7418,8606,741,10 Mile +16659,Roy C.,M,44,"Germantown, MD",7418,8403,741,10 Mile +17039,Adam K.,M,40,"Brooklyn, NY",7418,8709,741,10 Mile +17491,Rajagopal R.,M,58,"Boyds, MD",7419,8467,741,10 Mile +5870,Mark O.,M,55,"Frederick, MD",7422,8577,742,10 Mile +1522,Jack B.,M,25,"Mclean, VA",7427,8616,742,10 Mile +15044,Artis S.,M,40,"Houston, TX",7428,8534,742,10 Mile +17629,Mark S.,M,59,"Bethesda, MD",7429,8870,742,10 Mile +17197,Bill W.,M,45,"Elkridge, MD",7432,8540,743,10 Mile +17983,Douglas P.,M,41,"Columbia, MD",7432,8376,743,10 Mile +16225,Will W.,M,37,"Fernley, NV",7433,8611,743,10 Mile +21465,Matt L.,M,51,"Arlington, VA",7434,8910,743,10 Mile +19287,Adam M.,M,44,"Chevy Chase, MD",7434,8939,743,10 Mile +14645,Manish P.,M,45,"Ashburn, VA",7435,8624,743,10 Mile +21336,Joseph L.,M,34,"New York, NY",7437,8906,743,10 Mile +17770,Gary H.,M,33,"Arlington, VA",7438,8879,743,10 Mile +18965,Ricky W.,M,48,"Newport News, VA",7442,8290,744,10 Mile +18319,Tom K.,M,62,"Towson, MD",7442,8861,744,10 Mile +8189,Nick D.,M,33,"Washington, DC",7445,8225,744,10 Mile +21032,Brian R.,M,55,"Fairfax, VA",7449,8868,744,10 Mile +15931,Archer V.,M,57,"New Orleans, LA",7452,8714,745,10 Mile +17720,Robert P.,M,65,"Arlington, VA",7457,8416,745,10 Mile +1163,Mb B.,M,54,"Clarksville, MD",7463,7681,746,10 Mile +20757,Ryan G.,M,35,"Washington, DC",7464,8907,746,10 Mile +21622,John P.,M,34,"New Haven, CT",7464,8754,746,10 Mile +3989,Grant T.,M,39,"Chevy Chase, MD",7470,8720,747,10 Mile +19369,Stanley B.,M,44,"Portsmouth, VA",7470,8890,747,10 Mile +17488,Keith C.,M,50,"Alexandria, VA",7471,8546,747,10 Mile +22870,Stephen G.,M,56,"Arlington, VA",7475,8918,747,10 Mile +7113,Richard M.,M,30,"Cambridge, MD",7476,9000,747,10 Mile +17955,Irfan H.,M,34,"Woodside, NY",7477,8939,747,10 Mile +15542,Kendrick S.,M,40,"Hanover, MD",7480,8433,748,10 Mile +21111,Terry W.,M,35,"Laurel, MD",7481,8433,748,10 Mile +22333,Benjamin R.,M,32,"Chantilly, VA",7487,8353,748,10 Mile +9688,Mark F.,M,55,"Alexandria, VA",7488,8318,748,10 Mile +16743,Cedric C.,M,32,"Washington, DC",7488,8589,748,10 Mile +2727,David P.,M,32,"Arlington, VA",7488,8425,748,10 Mile +950,Peter B.,M,37,"Washington Dc, ME",7488,8318,748,10 Mile +8337,Tim F.,M,27,"Washington, DC",7489,8124,748,10 Mile +19181,Roderick R.,M,57,"Woodbridge, VA",7493,8956,749,10 Mile +17700,Dewayne M.,M,61,"Burke, VA",7493,8593,749,10 Mile +19742,Brent C.,M,41,"Alexandria, VA",7498,8907,749,10 Mile +19974,Andy S.,M,32,"Tigard, OR",7500,8963,750,10 Mile +20600,Michael C.,M,29,"Greenbelt, MD",7503,8330,750,10 Mile +21236,Karthik I.,M,25,"Fairfax, VA",7504,8929,750,10 Mile +21695,James S.,M,30,"Seaford, NY",7506,8797,750,10 Mile +16087,Stuart J.,M,52,"Arlington, VA",7507,8617,750,10 Mile +1735,Elmer T.,M,40,"Arnold, MD",7509,8711,750,10 Mile +20336,Dan C.,M,54,"Las Vegas, NV",7512,9008,751,10 Mile +19579,Cristobal F.,M,37,"Fairfax, VA",7515,9025,751,10 Mile +21574,Andrew S.,M,27,"Destin, FL",7518,8977,751,10 Mile +16883,Jeffery B.,M,29,"Manassas, VA",7528,9092,752,10 Mile +17616,Eric S.,M,38,"Moon Township, PA",7531,8944,753,10 Mile +4470,Brendan M.,M,29,"Ellicott City, MD",7532,8158,753,10 Mile +4935,Andrew B.,M,35,"Fairfax, VA",7540,8295,754,10 Mile +15417,Jarrett T.,M,38,"Arlington, VA",7543,8636,754,10 Mile +3054,Justin S.,M,39,"Brokeville, MD",7544,9021,754,10 Mile +20842,Marvin B.,M,17,"Sterling, VA",7547,9062,754,10 Mile +9491,Suresh Y.,M,46,"Ashburn, VA",7548,8632,754,10 Mile +19797,Bo G.,M,51,"Burke, VA",7548,9050,754,10 Mile +14935,Andrew M.,M,26,"Washington, DC",7558,8820,755,10 Mile +16890,Pasquale R.,M,68,"New Castle, PA",7562,8610,756,10 Mile +9080,Charles C.,M,39,"Washington, DC",7563,8035,756,10 Mile +11108,Michael R.,M,44,"Alexandria, VA",7565,7999,756,10 Mile +21619,Adrian D.,M,64,"Williamsburg, VA",7569,7569,756,10 Mile +16881,Bill W.,M,41,"Edgewater, NJ",7575,8408,757,10 Mile +10569,Steve C.,M,38,"Ocean, NJ",7576,8492,757,10 Mile +19183,John F.,M,76,"Clarksburg, MD",7579,8826,757,10 Mile +12778,Mohanraj A.,M,42,"Boyds, MD",7580,8836,758,10 Mile +18419,William B.,M,65,"Rehoboth Beach, DE",7580,7580,758,10 Mile +7656,John R.,M,61,"Rockwall, TX",7585,7853,758,10 Mile +15201,Steve F.,M,47,"Manassas, VA",7585,8787,758,10 Mile +7117,Mark B.,M,41,"Hanover, MD",7587,8394,758,10 Mile +18576,Federico T.,M,51,"Bethesda, MD",7592,9087,759,10 Mile +13566,Joseph N.,M,26,"Fairfax, VA",7593,9087,759,10 Mile +9628,Raymond F.,M,61,"Dayton, OH",7593,7958,759,10 Mile +19170,Kenneth A.,M,50,"Mclean, VA",7594,9094,759,10 Mile +10785,Justin W.,M,28,"Germantown, MD",7594,8850,759,10 Mile +9310,Tom M.,M,28,"Washington, DC",7597,8578,759,10 Mile +20022,Rondelle P.,M,38,"Bowie, MD",7599,8843,759,10 Mile +18053,Brian H.,M,59,"Dumfries, VA",7599,9071,759,10 Mile +153,Brendan O.,M,32,"Baltimore, MD",7611,8547,761,10 Mile +19478,Kevin C.,M,43,"Brooklyn, NY",7616,9024,761,10 Mile +12984,Leonard M.,M,36,"Virginia Beach, VA",7621,8417,762,10 Mile +18804,Christopher G.,M,33,"Baltimore, MD",7624,9126,762,10 Mile +18935,Steven H.,M,49,"Silver Spring, MD",7625,8910,762,10 Mile +11797,Matthew H.,M,42,"Washington, DC",7626,8570,762,10 Mile +20954,Timothy C.,M,30,"West Hartford, CT",7626,8719,762,10 Mile +19807,Dennis C.,M,43,"Washington, DC",7630,9039,763,10 Mile +12943,Sergio V.,M,40,"Columbia, MD",7631,8723,763,10 Mile +20389,Sudhakar B.,M,37,"Ashburn, VA",7631,8801,763,10 Mile +18723,Jay D.,M,60,"Bergenfield, NJ",7632,9054,763,10 Mile +21060,Timothy M.,M,52,"Stevensville, MD",7632,9103,763,10 Mile +15433,Mark G.,M,60,"Lothian, MD",7639,9116,763,10 Mile +6304,Eric W.,M,32,"San Francisco, CA",7648,9154,764,10 Mile +18931,Alexander T.,M,38,"Arlington, VA",7649,8745,764,10 Mile +19487,Bruce L.,M,71,"South Orange, NJ",7649,9154,764,10 Mile +18776,Jim F.,M,47,"Arlington, VA",7650,9147,765,10 Mile +18200,Brad K.,M,62,"Alexandria, VA",7652,9067,765,10 Mile +18663,Glen C.,M,39,"Silver Spring, MD",7652,8624,765,10 Mile +19723,Mukul M.,M,43,"Ashburn, VA",7653,9158,765,10 Mile +12844,Zachary F.,M,30,"Rockville, MD",7655,8931,765,10 Mile +19582,Tulasi K.,M,37,"Ashburn, VA",7661,8831,766,10 Mile +20627,Robert W.,M,46,"Falls Church, VA",7662,9078,766,10 Mile +18480,Adil D.,M,37,"Silver Spring, MD",7663,8932,766,10 Mile +17424,Alexander M.,M,61,"Cockeysville, MD",7666,8912,766,10 Mile +22823,Mike P.,M,42,"Blaine, MN",7666,8954,766,10 Mile +1054,Matthew T.,M,32,"Washington, DC",7670,8724,767,10 Mile +18736,Eric M.,M,55,"Melrose, MA",7671,9182,767,10 Mile +19533,David O.,M,59,"Sterling, VA",7671,9148,767,10 Mile +19983,Steven R.,M,44,"Annandale, VA",7673,8651,767,10 Mile +21080,Steven K.,M,36,"Rockville, MD",7675,9146,767,10 Mile +17808,Sam M.,M,31,"Morgantown, WV",7676,8870,767,10 Mile +16580,Brian D.,M,34,"Chesapeake, VA",7676,9158,767,10 Mile +21586,Naitik V.,M,34,"Washington, DC",7677,8725,767,10 Mile +21467,Kalyan C.,M,43,"Fairfax, VA",7681,8886,768,10 Mile +19920,Suresh R.,M,43,"Herndon, VA",7684,9163,768,10 Mile +19770,Vijay S.,M,44,"Stone Ridge, VA",7686,9164,768,10 Mile +20736,Camilo R.,M,11,"Prince Frederick, MD",7686,8860,768,10 Mile +16657,Mark M.,M,28,"Toronto, ON",7690,8849,769,10 Mile +18310,Omer Z.,M,43,"Rockville, MD",7691,9163,769,10 Mile +16688,Talib A.,M,55,"Brandywine, MD",7693,8954,769,10 Mile +15226,Tony S.,M,45,"Washington, DC",7694,8811,769,10 Mile +100,Kirby B.,M,44,"Laurel, MD",7696,7696,769,10 Mile +23119,Juan F.,M,34,"Albuquerque, NM",7698,8962,769,10 Mile +18653,David D.,M,35,"Washington, DC",7699,8928,769,10 Mile +22335,Kyle F.,M,29,"Arlington, VA",7699,9183,769,10 Mile +12469,Tom D.,M,49,"Terryville, CT",7702,9129,770,10 Mile +16065,Ryan M.,M,41,"Washington, DC",7710,8839,771,10 Mile +17532,Jerry W.,M,49,"San Francisco, CA",7715,8794,771,10 Mile +17820,John C.,M,42,"Woodbridge, VA",7716,8792,771,10 Mile +17079,Pete R.,M,32,"Odenton, MD",7718,8809,771,10 Mile +21616,Mario M.,M,34,"Ashburn, VA",7720,8341,772,10 Mile +17782,David J.,M,54,"Hagerstown, MD",7720,8848,772,10 Mile +18930,Michael B.,M,35,"Alexandria, VA",7721,9144,772,10 Mile +20017,Matthew R.,M,33,"Pittsburgh, PA",7721,8636,772,10 Mile +22961,Brad R.,M,45,"Aurora, CO",7722,9215,772,10 Mile +6294,Jon H.,M,32,"Richmond, VA",7727,8325,772,10 Mile +18524,John M.,M,31,"Arlington, VA",7729,9000,772,10 Mile +18811,Benjamin R.,M,28,"Washington, DC",7729,9203,772,10 Mile +17251,Ralph R.,M,57,"New York, NY",7729,8894,772,10 Mile +12876,Arthur M.,M,50,"Jersey City, NJ",7733,8898,773,10 Mile +13527,Patrick P.,M,24,"Alexandria, VA",7734,8873,773,10 Mile +18988,John T.,M,38,"Washington, DC",7740,8916,774,10 Mile +12503,Aaron G.,M,15,"Lorton, VA",7740,8887,774,10 Mile +14362,John S.,M,54,"Carlisle, PA",7743,8963,774,10 Mile +19078,Glenn D.,M,31,"Rockville, MD",7748,9212,774,10 Mile +18196,Samuel T.,M,62,"Springfield, VA",7749,9231,774,10 Mile +22691,Jesus C.,M,25,"Alexandria, VA",7750,8647,775,10 Mile +5611,Benjamin C.,M,29,"Washington, DC",7753,8704,775,10 Mile +14625,Patrick D.,M,16,"Clarksburg, MD",7753,8850,775,10 Mile +20176,Queshawn S.,M,15,"Capital Heights, MD",7759,9002,775,10 Mile +21669,Kenneth R.,M,38,"Atlantic, VA",7761,8974,776,10 Mile +15333,Michael D.,M,64,"Alexandria, VA",7762,8937,776,10 Mile +18873,Santosh M.,M,52,"Vienna, VA",7765,8893,776,10 Mile +16598,Ivan D.,M,49,"Clarksburg, MD",7774,8871,777,10 Mile +19734,Yogi L.,M,46,"Silver Spring, MD",7774,9188,777,10 Mile +13735,Bradley S.,M,35,"Vienna, VA",7775,8752,777,10 Mile +21411,Bob O.,M,37,"Sterling, VA",7777,8752,777,10 Mile +12106,Edwin Z.,M,44,"Silver Spring, MD",7778,9015,777,10 Mile +21633,Greg H.,M,46,"Fairfax, VA",7779,9252,777,10 Mile +17562,Scott R.,M,33,"Sewell, NJ",7781,8997,778,10 Mile +22228,Joe D.,M,57,"Rockville, MD",7781,9029,778,10 Mile +18449,Oluyai H.,M,30,"Brooklyn, NY",7783,9191,778,10 Mile +17849,Lou T.,M,50,"Sterling, VA",7798,9229,779,10 Mile +4189,Anulak S.,M,45,"Los Angeles, CA",7804,8426,780,10 Mile +20154,Chris L.,M,37,"Reston, VA",7805,8995,780,10 Mile +14929,Larry K.,M,30,"Washington, DC",7805,8426,780,10 Mile +13962,Gregory A.,M,46,"Reston, VA",7805,8651,780,10 Mile +17831,Saravanan R.,M,47,"Ashburn, VA",7807,8892,780,10 Mile +12065,R K.,M,48,"Sterling, VA",7813,8277,781,10 Mile +4191,Jason H.,M,42,"Washington, DC",7822,8407,782,10 Mile +20943,Raymond M.,M,63,"St. Petersburg, FL",7822,9250,782,10 Mile +17081,Nick P.,M,28,"Washington, DC",7823,9261,782,10 Mile +13926,Chris L.,M,38,"Lake Ridge, VA",7827,8566,782,10 Mile +12442,Mark L.,M,46,"Alexandria, VA",7830,8733,783,10 Mile +10451,Danny P.,M,26,"Chantilly, VA",7831,8964,783,10 Mile +8926,Anthony D.,M,38,"Baltimore, MD",7832,8708,783,10 Mile +20145,Todd R.,M,51,"Fredericksburg, VA",7832,9297,783,10 Mile +12828,Peter C.,M,67,"Arlington, VA",7834,8638,783,10 Mile +20317,Andre B.,M,47,"Queens Village, NY",7835,9286,783,10 Mile +10447,Charles I.,M,49,"Rockville, MD",7843,8342,784,10 Mile +13965,Manuel E.,M,50,"Arlington, VA",7844,8597,784,10 Mile +20732,Mario R.,M,48,"Prince Frederick, MD",7846,9021,784,10 Mile +18717,Stephen G.,M,41,"Gainesville, VA",7850,9359,785,10 Mile +20950,William L.,M,47,"Fairfax, VA",7852,9353,785,10 Mile +21013,Benjamin C.,M,26,"Washington, DC",7856,9376,785,10 Mile +12048,Hector E.,M,25,"Bronx, NY",7861,8666,786,10 Mile +17786,Stephen D.,M,64,"Pomfret, CT",7867,8922,786,10 Mile +20058,Maksim T.,M,41,"Falls Church, VA",7870,9302,787,10 Mile +20153,Richard C.,M,33,"Potomac, MD",7870,8347,787,10 Mile +19840,Ausaf Q.,M,29,"Arlington, VA",7872,9367,787,10 Mile +21227,Daniel S.,M,29,"Washington, DC",7873,9351,787,10 Mile +18492,Arthur B.,M,37,"Alexandria, VA",7874,9310,787,10 Mile +16718,Stephen S.,M,34,"Washington, DC",7881,8512,788,10 Mile +18333,Senthil S.,M,30,"Fairfax, VA",7882,9307,788,10 Mile +559,Pablo G.,M,35,"Washington, DC",7884,9091,788,10 Mile +18199,Rick T.,M,62,"Alexandria, VA",7886,9301,788,10 Mile +3788,Matt M.,M,57,"Herndon, VA",7891,8084,789,10 Mile +19676,John C.,M,65,"Burke, VA",7893,9411,789,10 Mile +16996,John N.,M,33,"Burke, VA",7894,9026,789,10 Mile +3338,Noel G.,M,33,"Yabucoa, PR",7899,9087,789,10 Mile +22149,Matthew B.,M,26,"Arlington, VA",7913,9375,791,10 Mile +18729,Joseph P.,M,37,"Montclair, VA",7914,9116,791,10 Mile +17398,Warren G.,M,54,"Woodbridge, VA",7916,9040,791,10 Mile +12768,Hon M.,M,35,"Arlington, VA",7918,8958,791,10 Mile +8724,Patrice P.,M,37,"Woodbridge, VA",7919,9348,791,10 Mile +12004,Timothy S.,M,41,"Washington, DC",7922,9346,792,10 Mile +8564,Chris L.,M,50,"Leesburg, VA",7927,9224,792,10 Mile +15050,Jason B.,M,35,"Crofton, MD",7927,9057,792,10 Mile +18038,Michael G.,M,52,"Washington, DC",7931,9441,793,10 Mile +16417,Jarrod W.,M,45,"Annapolis, MD",7932,9062,793,10 Mile +19114,Joshua A.,M,35,"Knoxville, TN",7932,9340,793,10 Mile +9349,Richard K.,M,51,"Beltsville, MD",7941,8794,794,10 Mile +12969,Peter S.,M,32,"Falls Church, VA",7943,9462,794,10 Mile +21569,Paul W.,M,57,"Arlington, VA",7945,9358,794,10 Mile +20816,J.c. W.,M,57,"Hoffman Estates, IL",7953,9392,795,10 Mile +17547,Gregory P.,M,57,"Herndon, VA",7954,9138,795,10 Mile +18309,Ryck L.,M,72,"Germantown, MD",7956,9453,795,10 Mile +708,Singha E.,M,30,"Fairfax, VA",7958,9426,795,10 Mile +21458,Essay W.,M,31,"New York, NY",7964,9133,796,10 Mile +20047,Mark M.,M,73,"Washington, DC",7967,9371,796,10 Mile +19335,Yamir D.,M,38,"Germantown, MD",7977,9176,797,10 Mile +19594,Saravanan S.,M,44,"Ashburn, VA",7977,8746,797,10 Mile +8849,Timothy S.,M,33,"Alexandria, VA",7984,8774,798,10 Mile +16928,Joshua S.,M,58,"St. Louis, MO",7984,7984,798,10 Mile +15817,Ronald A.,M,58,"Washington, DC",7989,9585,798,10 Mile +20951,Greg K.,M,41,"Burton, OH",7993,9427,799,10 Mile +18885,Yudha R.,M,47,"Clarksburg, MD",8002,9242,800,10 Mile +7013,Stephen S.,M,68,"Virginia Beach, VA",8005,8439,800,10 Mile +9981,Nick D.,M,48,"Richmond, VA",8005,8749,800,10 Mile +12278,Jeremy P.,M,35,"Manheim, PA",8019,9543,801,10 Mile +22858,Dennis S.,M,59,"Rumson, NJ",8023,9134,802,10 Mile +21049,Viet N.,M,31,"Washington, DC",8023,9509,802,10 Mile +20695,Anil V.,M,32,"Aldie, VA",8024,9518,802,10 Mile +20338,Carlos R.,M,33,"Hyattsville, MD",8027,9011,802,10 Mile +19295,Andrew F.,M,46,"College Park, MD",8034,9444,803,10 Mile +22307,R. T.,M,53,"Falls Church, VA",8035,9523,803,10 Mile +12215,Kevin C.,M,34,"Washington, DC",8046,9156,804,10 Mile +20127,Brandon T.,M,35,"Fairfax, VA",8051,9471,805,10 Mile +22929,Sean M.,M,39,"Hedgesville, WV",8074,9569,807,10 Mile +18469,Michael M.,M,32,"Forest Hills, NY",8095,9615,809,10 Mile +19941,Justin B.,M,18,"King George, VA",8098,9632,809,10 Mile +22328,Hamid F.,M,59,"Potomac, MD",8100,9266,810,10 Mile +16445,Vincent L.,M,48,"Cheltenham, MD",8101,8657,810,10 Mile +13551,Adam D.,M,40,"San Bruno, CA",8112,9272,811,10 Mile +6439,Jonathan B.,M,37,"Herndon, VA",8112,8571,811,10 Mile +8846,Mark W.,M,55,"Washington, DC",8122,8687,812,10 Mile +22935,Deepak S.,M,58,"Hunt Valley, MD",8130,9575,813,10 Mile +19673,Jack K.,M,29,"Arlington, VA",8138,9655,813,10 Mile +10062,Michael I.,M,42,"Arlington, VA",8140,9224,814,10 Mile +20133,Paul K.,M,61,"Great Falls, VA",8149,9601,814,10 Mile +8052,Jason B.,M,40,"Arlington, VA",8162,8616,816,10 Mile +19762,Harry C.,M,56,"Annapolis, MD",8169,9432,816,10 Mile +16002,Joseph B.,M,47,"Sykesville, MD",8170,9667,817,10 Mile +21315,Diego C.,M,17,"Palmetto, FL",8179,9479,817,10 Mile +16302,Obi O.,M,26,"Washington, DC",8179,9399,817,10 Mile +20531,John T.,M,66,"Baltimore, MD",8180,9468,818,10 Mile +22341,Baba M.,M,31,"Alexandria, VA",8182,9667,818,10 Mile +16769,Jim M.,M,51,"Vienna, VA",8183,9261,818,10 Mile +18476,Tim R.,M,62,"Damascus, MD",8191,9122,819,10 Mile +5011,Siva M.,M,50,"Ashburn, VA",8196,8432,819,10 Mile +20213,Timothy H.,M,30,"Arlington, VA",8197,9709,819,10 Mile +21298,Caleb L.,M,27,"Ellicott City, MD",8210,9669,821,10 Mile +20096,Ben B.,M,52,"Burke, VA",8212,9697,821,10 Mile +20187,Amit S.,M,50,"Rockville, MD",8224,9527,822,10 Mile +19193,Lakshmanan P.,M,40,"Ashburn, VA",8227,9452,822,10 Mile +21585,Freddy S.,M,55,"Houston, TX",8232,9431,823,10 Mile +21609,Martin G.,M,49,"Potomac, MD",8232,8672,823,10 Mile +22941,Andrew G.,M,28,"Baltimore, MD",8232,9705,823,10 Mile +1297,Roger M.,M,29,"Washington, DC",8242,9514,824,10 Mile +20402,John S.,M,67,"Arlington, VA",8246,9778,824,10 Mile +13895,Monirand S.,M,41,"Alexandria, VA",8248,9135,824,10 Mile +432,Alan R.,M,81,"Reston, VA",8251,8290,825,10 Mile +19905,William P.,M,69,"Olney, MD",8263,9565,826,10 Mile +8559,Jerry R.,M,57,"Middletown, NJ",8271,9028,827,10 Mile +11518,James R.,M,33,"Alexandria, VA",8283,9125,828,10 Mile +21679,Jamar M.,M,39,"Raleigh, NC",8307,9595,830,10 Mile +1568,Lakshmana S.,M,33,"Arlington, VA",8316,8545,831,10 Mile +21354,Somashekhar K.,M,45,"Chantilly, VA",8319,9402,831,10 Mile +4227,Ray C.,M,30,"Stamford, CT",8322,9373,832,10 Mile +20335,Rajesh M.,M,49,"Ashburn, VA",8325,9766,832,10 Mile +21363,Jun J.,M,45,"Washington, DC",8328,9122,832,10 Mile +20544,Vijay C.,M,59,"Mclean, VA",8335,9201,833,10 Mile +12873,Jesus L.,M,40,"Murrieta, CA",8342,8898,834,10 Mile +19279,Mark C.,M,55,"Washington, DC",8342,9761,834,10 Mile +18765,Thomas H.,M,64,"Trappe, MD",8378,9813,837,10 Mile +20364,Peter S.,M,37,"Manassas, VA",8380,9512,838,10 Mile +17226,Marlon S.,M,53,"Waldorf, MD",8383,9646,838,10 Mile +21213,Justin L.,M,27,"Washington, DC",8398,9809,839,10 Mile +266,Lisa G.,F,33,"Washington, DC",1275,1275,409,5K +6606,Jennifer P.,F,33,"Alexandria, VA",1296,1296,416,5K +23060,Christina M.,F,52,"Severna Park, MD",1309,1309,420,5K +316,Lisa C.,F,46,"North Bethesda, MD",1319,1320,424,5K +23517,Meghan Z.,F,28,"Chappaqua, NY",1372,1374,441,5K +3239,Pamela D.,F,33,"Washington, DC",1402,1405,450,5K +21787,Kelly M.,F,32,"Washington, DC",1411,1418,453,5K +23952,Brisa B.,F,23,"Washington, DC",1414,1439,454,5K +24928,Lindsay T.,F,30,"Arlington, VA",1424,1424,457,5K +2890,Darcy J.,F,32,"Alexandria, VA",1432,1477,460,5K +4353,Serena C.,F,35,"Cambridge, MA",1435,1437,461,5K +5039,Pamela D.,F,34,"Bethesda, MD",1442,1486,463,5K +24451,Brianna B.,F,20,"Greenwood, DE",1467,1602,471,5K +2562,Helen C.,F,24,"Oakton, VA",1471,1471,472,5K +5973,Meghan B.,F,38,"Arlington, VA",1479,1485,475,5K +526,Daniela T.,F,28,"Vienna, VA",1483,1642,476,5K +4641,Julie B.,F,41,"Santa Monica, CA",1492,1494,479,5K +12946,Nicole K.,F,33,"Washington, DC",1495,1500,480,5K +3151,Colleen G.,F,33,"Alexandria, VA",1503,1510,483,5K +23993,Caitlin M.,F,26,"Richmond, VA",1519,1617,488,5K +19120,Patricia M.,F,56,"Silver Spring, MD",1521,1546,489,5K +4031,Johanna L.,F,33,"Silver Spring, MD",1525,1545,490,5K +23646,Hannah P.,F,64,"Alexandria, VA",1530,1532,491,5K +8373,Stacey P.,F,33,"Round Hill, VA",1534,1562,493,5K +21914,Devin P.,F,26,"Washington, DC",1543,1553,496,5K +24884,Geena V.,F,28,"Silver Spring, MD",1555,1568,500,5K +24337,Hannah Q.,F,22,"Washington, DC",1559,1566,501,5K +5461,Kristin S.,F,35,"Washington, DC",1560,1573,501,5K +24759,Elizabeth T.,F,24,"Richmond, VA",1560,1567,501,5K +12279,Aditi M.,F,31,"Arlington, VA",1560,1564,501,5K +3888,Kristin D.,F,32,"Pikesville, MD",1560,1561,501,5K +7586,Jennifer H.,F,26,"Washington, DC",1562,1570,502,5K +8954,Anne S.,F,43,"Washington, DC",1569,1577,504,5K +24068,Annah O.,F,18,"Mendham, NJ",1576,1591,506,5K +8386,Sarah D.,F,33,"Baltimore, MD",1580,1601,508,5K +16781,Jeanette G.,F,43,"Gainesville, VA",1581,1584,508,5K +24069,Felicity W.,F,51,"Mendham, NJ",1584,1598,509,5K +10389,Ali H.,F,36,"Washington, DC",1589,1851,510,5K +13721,Kim G.,F,56,"Rye Beach, NH",1589,1613,510,5K +15886,Kristen N.,F,25,"Arlington, VA",1593,1616,512,5K +12810,Meghan C.,F,33,"Arlington, VA",1596,1618,513,5K +9106,Kelly B.,F,33,"Washington, DC",1597,1706,513,5K +10019,Grace H.,F,29,"Washington, DC",1599,1599,514,5K +24960,Cara W.,F,21,"Marriottsville, MD",1610,1610,517,5K +3704,Jessica B.,F,32,"Arlington, VA",1618,1627,520,5K +21232,Nida H.,F,33,"Chantilly, VA",1620,1756,520,5K +24444,Roxy W.,F,41,"Arlington, VA",1621,1653,521,5K +9737,Jacqueline K.,F,28,"Washington, DC",1621,1709,521,5K +3612,Stephanie Z.,F,37,"Sacramento, CA",1629,1633,523,5K +14244,Katherine H.,F,29,"Hoboken, NJ",1634,1640,525,5K +5180,Jia Y.,F,34,"Baltimore, MD",1635,1714,525,5K +23853,Allie M.,F,22,"Bethesda, MD",1636,1765,526,5K +24729,Andrea R.,F,52,"White Plains, NY",1639,1643,527,5K +11532,Gretchen S.,F,33,"Washington, DC",1640,1651,527,5K +8201,Kendall L.,F,31,"Silver Spring, MD",1640,1665,527,5K +2760,Elizabeth T.,F,29,"State College, PA",1645,2039,528,5K +20878,Tiffany D.,F,31,"Alwxandria, VA",1646,2040,529,5K +2849,Sachi C.,F,17,"Arlington, VA",1647,1650,529,5K +23980,Jody P.,F,56,"Vienna, VA",1648,1672,529,5K +13204,Dedee C.,F,35,"Alexandria, VA",1648,1654,529,5K +6585,Sandy P.,F,51,"Arlington, VA",1649,1743,530,5K +24673,Rose M.,F,30,"Glen Rock, PA",1650,1659,530,5K +24107,Colombe L.,F,25,"Washington, DC",1651,1699,530,5K +24859,Kimberly A.,F,32,"Washington, DC",1653,1705,531,5K +12745,Brienna H.,F,25,"Rockville, MD",1656,1714,532,5K +2423,Casey L.,F,26,"Parkton, MD",1657,1671,532,5K +7178,Haley H.,F,24,"Arlington, VA",1658,1681,533,5K +23778,Laura H.,F,24,"Washington, DC",1664,1697,535,5K +8215,Amanda T.,F,23,"Arlington, VA",1665,1674,535,5K +25224,Lindsey G.,F,30,"Bethesda, MD",1666,1675,535,5K +12260,Libby O.,F,24,"Arlington, VA",1669,1692,536,5K +24585,Monica G.,F,30,"Milwaukee, WI",1674,1698,538,5K +8809,Catherine G.,F,34,"Washington, DC",1674,1830,538,5K +12261,Jamie B.,F,24,"Arlington, VA",1677,1700,539,5K +24812,Chevelle M.,F,38,"Arlington, VA",1687,1809,542,5K +24186,Catherine M.,F,35,"Washington, DC",1688,1752,542,5K +23522,Maria P.,F,54,"Washington, DC",1693,1716,544,5K +697,Diana H.,F,52,"Pasadena, MD",1695,1707,545,5K +23492,Erin B.,F,35,"Pasadena, MD",1696,1707,545,5K +12190,Mai N.,F,26,"Annandale, VA",1696,1720,545,5K +21110,Bridget F.,F,22,"Rockville, MD",1697,1725,545,5K +24119,Katie B.,F,30,"Lima, OH",1701,1714,546,5K +10765,Megan W.,F,25,"Washington, DC",1703,1711,547,5K +4801,Amanda G.,F,29,"Washington Dc, DC",1704,1711,547,5K +23827,Claire G.,F,29,"Washington, DC",1704,1711,547,5K +23782,Cassandra K.,F,28,"Washington, DC",1704,1713,547,5K +21979,Abigail F.,F,24,"Washington, DC",1705,1745,548,5K +23518,Taylor Z.,F,25,"New York, NY",1705,1796,548,5K +15067,Dharana R.,F,32,"Washington, DC",1705,1711,548,5K +23741,Sulgi T.,F,30,"Campbell, CA",1705,1733,548,5K +14572,Megan J.,F,31,"Washington, DC",1706,1716,548,5K +24835,Karen B.,F,32,"Washington, DC",1709,1717,549,5K +3257,Lorraine B.,F,47,"Lynbrook, NY",1710,1712,549,5K +11729,Anne G.,F,25,"Washington, DC",1712,1832,550,5K +14054,Joyce W.,F,56,"Washington, DC",1713,1858,550,5K +8522,Allyson M.,F,27,"Alexandria, VA",1715,1727,551,5K +23142,Vanessa M.,F,28,"Baltimore, MD",1715,1730,551,5K +24348,Rian R.,F,37,"Gaithersburg, MD",1717,1785,552,5K +12556,Biljana B.,F,35,"Washington, DC",1720,1726,553,5K +20917,Laurel V.,F,21,"Washington, DC",1725,1754,554,5K +9002,Sarah B.,F,27,"Falls Church, VA",1726,1745,554,5K +23588,Jennifer S.,F,34,"Fairfax, VA",1727,1741,555,5K +23499,Sharyn P.,F,33,"Arlington, VA",1731,1751,556,5K +24882,Michelle M.,F,43,"Clarksburg, MD",1732,1768,556,5K +23903,Sabrina B.,F,10,"Philadelphia, PA",1732,1781,556,5K +14282,Laura B.,F,41,"Newport, RI",1733,1902,557,5K +19774,Elisabeth M.,F,26,"Bethesda, MD",1735,1743,557,5K +23535,Alexandria K.,F,32,"Arlington, VA",1737,1759,558,5K +24478,Allison S.,F,27,"Jamestown, ND",1738,1745,558,5K +24671,Michelle D.,F,55,"Lititz, PA",1739,1744,559,5K +10228,Michelle E.,F,37,"Washington, DC",1740,1766,559,5K +24993,Megan K.,F,26,"Bethesda, MD",1741,1806,559,5K +8645,Emily B.,F,29,"Middletown, DE",1742,1745,560,5K +23444,Nicole A.,F,30,"Rockville, MD",1745,1759,561,5K +13222,Jennifer W.,F,28,"Washington, DC",1748,1858,562,5K +8129,April S.,F,39,"Fairfax, VA",1748,1866,562,5K +24415,Michelle H.,F,22,"Arlington, VA",1748,1791,562,5K +24988,Jana S.,F,22,"Bethpage, NY",1749,1789,562,5K +15426,Rebeca O.,F,26,"Arlington, VA",1750,1757,562,5K +14571,Lilia C.,F,33,"Washington, DC",1751,1763,563,5K +24989,Alicia B.,F,22,"Bethpage, NY",1751,1791,563,5K +17156,Amaia S.,F,33,"Alexandria, VA",1753,1773,563,5K +23979,Vince S.,F,31,"White Plains, NY",1753,1804,563,5K +21103,Hannah P.,F,23,"Bristow, VA",1753,1848,563,5K +16794,Jennifer L.,F,32,"Arlington, VA",1754,1764,563,5K +24826,Sandra W.,F,57,"Forestville, MD",1755,1901,564,5K +24310,Angela W.,F,33,"Danbury, CT",1755,1804,564,5K +23566,Allison S.,F,39,"Germantown, MD",1756,1766,564,5K +24516,Dhriti P.,F,31,"Washington, DC",1756,1777,564,5K +23568,Marta A.,F,52,"Germantown, MD",1756,1766,564,5K +23449,Lucia G.,F,61,"Ipswich, MA",1757,1772,564,5K +24072,Elisabeth B.,F,53,"Melrose, MA",1758,1894,565,5K +5997,Connor S.,F,24,"Annapolis, MD",1761,1913,566,5K +10626,Christine S.,F,41,"Washington, DC",1761,1910,566,5K +25189,Sophia L.,F,13,"Mountain Lakes, NJ",1762,1877,566,5K +7642,Laura C.,F,30,"Washington, DC",1762,1839,566,5K +12217,Theresa M.,F,54,"Na, OH",1763,1865,566,5K +10449,Jennifer M.,F,44,"Alexandria, VA",1763,1865,566,5K +23837,Melinda C.,F,34,"Alexandria, VA",1765,1798,567,5K +20793,Jackie C.,F,52,"Arlington, VA",1766,1786,567,5K +24669,Femke D.,F,17,"Gaithersburg, MD",1766,1838,567,5K +24418,Kerri K.,F,39,"Washington, DC",1767,1794,568,5K +12524,Patty S.,F,48,"Washington, DC",1767,1780,568,5K +23884,Dashaun J.,F,31,"Reston, VA",1768,1798,568,5K +23738,Cheryl D.,F,53,"North Reading, MA",1768,1785,568,5K +6489,Meredith M.,F,36,"Falls Church, VA",1769,1813,568,5K +23101,Cassandra S.,F,31,"Alexandria, VA",1770,1780,569,5K +25014,Claire B.,F,28,"Washington, DC",1774,2015,570,5K +9871,Sabrina C.,F,29,"Washington, DC",1776,1785,571,5K +25203,Lisa S.,F,47,"Sykesville, MD",1776,1819,571,5K +13788,Stephanie J.,F,26,"Washington, DC",1776,1837,571,5K +17015,Mary E.,F,34,"Burlington, NJ",1777,1822,571,5K +23769,Christiane C.,F,37,"Washington, DC",1779,1784,572,5K +25164,Miranda O.,F,37,"Manassas, VA",1780,1861,572,5K +21346,Paola A.,F,39,"Bristow, VA",1780,1818,572,5K +14311,Lauren Z.,F,30,"Boston, MA",1781,2245,572,5K +12025,Elizabeth H.,F,31,"Washington, DC",1781,1795,572,5K +23751,Sydney M.,F,17,"Toronto, ON",1781,1825,572,5K +24732,Erica D.,F,34,"Lanham, MD",1782,2007,572,5K +14342,Natalia R.,F,35,"Warrenton, VA",1789,1826,575,5K +13574,Ruth F.,F,28,"Washington, DC",1789,1799,575,5K +20229,Erica D.,F,34,"Alexandria, VA",1790,1870,575,5K +12039,Julia L.,F,35,"West Islip, NY",1790,1797,575,5K +23967,Joanna D.,F,52,"Falls Church, VA",1791,1955,575,5K +18914,Leslie C.,F,48,"Laurel, MD",1791,1854,575,5K +22629,Michelle M.,F,34,"Arlington, VA",1792,1943,576,5K +24918,Betty G.,F,12,"Washington, DC",1794,2186,576,5K +14464,Kerry L.,F,48,"Alexandria, VA",1795,1884,577,5K +17675,Robin R.,F,35,"Washington, DC",1798,1811,578,5K +24120,Cathy B.,F,58,"Lima, OH",1799,1812,578,5K +21997,Delia B.,F,28,"Manassas, VA",1799,1931,578,5K +23675,Norah S.,F,11,"Rockville, MD",1801,1836,579,5K +16527,Davina M.,F,35,"Gaithersburg, MD",1804,1826,580,5K +13486,Janet L.,F,38,"Washington, DC",1805,1951,580,5K +12139,Bari F.,F,23,"Rockville, MD",1806,1856,580,5K +14103,Vanessa G.,F,23,"Staten Island, NY",1806,1855,580,5K +23700,Elizabeth J.,F,43,"Woodbridge, VA",1807,1818,581,5K +14167,Reanne T.,F,29,"Rockville, MD",1807,1919,581,5K +15903,Jessica B.,F,41,"Washington, DC",1807,1977,581,5K +11574,Katherine H.,F,23,"Washington, DC",1808,1827,581,5K +23900,Olivia S.,F,32,"Chester Springs, PA",1808,1819,581,5K +15788,Audrey K.,F,23,"Washington, DC",1808,1847,581,5K +23543,Melissa V.,F,24,"New York, NY",1809,1837,581,5K +16496,Solomiya S.,F,28,"Falls Church, VA",1810,1825,581,5K +23797,Liliana M.,F,26,"Washington, DC",1812,1841,582,5K +20618,Anna B.,F,27,"Washington, DC",1814,1944,583,5K +8283,Sophia B.,F,25,"Washington, DC",1815,1880,583,5K +23708,Karan K.,F,16,"Cockeysville, MD",1815,1852,583,5K +8414,Claire M.,F,34,"Washington, DC",1815,1864,583,5K +23966,Nicolle S.,F,28,"Washington, DC",1816,1909,583,5K +7727,Tessa D.,F,31,"Arlington, VA",1816,1954,583,5K +13425,Kate N.,F,32,"Washington, DC",1816,1946,583,5K +24801,Stephanie G.,F,30,"Fairfax, VA",1817,1938,584,5K +12849,Megan H.,F,24,"North Bethesda, MD",1817,1851,584,5K +13651,Alyssa B.,F,27,"Washington, DC",1817,1822,584,5K +20636,Jessica J.,F,25,"New Orleans, LA",1820,1868,585,5K +24926,Diane C.,F,57,"Rockville, NJ",1822,1827,585,5K +7886,Jill A.,F,36,"Bronxville, NY",1822,1825,585,5K +13224,Jenna M.,F,22,"New York, NY",1822,1919,585,5K +16976,Sinead G.,F,35,"Annapolis, MD",1822,1914,585,5K +17812,Annalisa S.,F,38,"Danbury, CT",1825,1837,586,5K +13643,Melanie Y.,F,31,"Washington, DC",1825,1980,586,5K +24522,Erica N.,F,56,"State College, PA",1825,1884,586,5K +24707,Daisy A.,F,56,"Herndon, VA",1827,1899,587,5K +17719,Kelly K.,F,29,"Washington, DC",1828,1856,587,5K +23879,Nicole W.,F,33,"Cooksville, MD",1830,1894,588,5K +24301,Lisa D.,F,41,"Washington, DC",1831,1880,588,5K +24597,Ann F.,F,64,"Gaithersburg, MD",1832,1904,589,5K +24652,Suzel F.,F,26,"Centreville, VA",1832,1984,589,5K +8297,Hadley S.,F,25,"Philadelphia, PA",1832,1880,589,5K +23689,Rebecca F.,F,25,"Arlington, VA",1837,1852,590,5K +24424,Bethany G.,F,28,"Harington, DE",1838,1972,590,5K +23095,Shannon S.,F,29,"Washington, DC",1838,1961,590,5K +16862,Martha L.,F,50,"Portsmouth, NH",1838,1928,590,5K +22764,Jillian L.,F,36,"White Plains, NY",1839,1842,591,5K +16212,Jennifer T.,F,26,"Washington, DC",1843,1986,592,5K +15982,Marissa C.,F,31,"Arlington, VA",1844,1876,592,5K +24248,Jenna M.,F,34,"Jacksonville, FL",1844,1879,592,5K +24906,Lizzie M.,F,26,"Washington, DC",1845,1954,593,5K +24307,Carly F.,F,28,"Stamford, CT",1845,1871,593,5K +13156,Hannah B.,F,35,"Washington, DC",1850,2036,594,5K +24694,Ileana M.,F,33,"Fairfax, VA",1851,2003,595,5K +24151,Arneta R.,F,31,"Washington, DC",1851,1980,595,5K +25104,Claudia F.,F,29,"Fairfax, VA",1851,2003,595,5K +5088,Karen A.,F,47,"Vienna, VA",1852,1871,595,5K +20623,Jessica H.,F,29,"Washington, DC",1853,1867,595,5K +15863,Kayla P.,F,28,"Washington, DC",1853,1996,595,5K +20495,Jin C.,F,31,"Washington, DC",1854,1860,596,5K +24021,Ellen M.,F,61,"Washington, DC",1854,1951,596,5K +15762,Jessica V.,F,31,"Washington, DC",1854,1975,596,5K +24036,Elena V.,F,23,"Washington, DC",1856,1890,596,5K +25039,Jen G.,F,33,"Washington, DC",1857,1952,597,5K +25040,Liz H.,F,30,"Washington, DC",1857,1952,597,5K +17466,Monica M.,F,28,"Washington, DC",1857,2166,597,5K +23705,Maria K.,F,42,"Cockeysville, MD",1857,1894,597,5K +22151,Courtney B.,F,23,"Arlington, TX",1859,1895,597,5K +24135,Leigh B.,F,45,"Fishersville, VA",1861,1891,598,5K +17040,Meghan M.,F,31,"Alexandria, VA",1861,1998,598,5K +14892,Candace B.,F,45,"Glen Allen, VA",1862,1880,598,5K +12141,Amanda G.,F,29,"Washington, DC",1863,2039,599,5K +13751,Erin C.,F,34,"Washington, DC",1864,1883,599,5K +23696,Tawna L.,F,53,"Pittsburgh, PA",1867,1889,600,5K +23729,Michelle B.,F,27,"Burke, VA",1867,1994,600,5K +5420,Julie P.,F,39,"Alexandria, VA",1868,1879,600,5K +17886,Carolina P.,F,40,"Washington, DC",1868,2038,600,5K +12990,Leigh M.,F,32,"Washington, DC",1869,1987,600,5K +24437,Olga P.,F,50,"Gaithersburg, MD",1869,1891,600,5K +7341,Jennifer B.,F,35,"Washington, DC",1870,1896,601,5K +9836,Luda P.,F,28,"Bethesda, MD",1870,1933,601,5K +17108,Katrina N.,F,42,"Springfield, VA",1873,1873,602,5K +13789,Sophia Y.,F,24,"Oakton, VA",1873,1889,602,5K +14087,Connie H.,F,24,"New York, NY",1874,1898,602,5K +17735,Jen H.,F,26,"Silver Spring, MD",1875,1925,602,5K +24532,Rachael B.,F,22,"Arlington, VA",1877,1966,603,5K +844,Elizabeth J.,F,32,"Atlanta, GA",1877,1920,603,5K +14634,Krystyn B.,F,41,"Arlington, VA",1880,1976,604,5K +23526,Samantha C.,F,25,"Washington, DC",1880,1921,604,5K +25202,Jennie B.,F,64,"Wyncote, PA",1880,1957,604,5K +14051,Asli S.,F,43,"Chapel Hill, NC",1881,2154,604,5K +25232,Lynn K.,F,38,"Arlington, VA",1883,1902,605,5K +24810,Carla M.,F,50,"Rockville, MD",1884,1990,605,5K +15967,Jana H.,F,30,"Chevy Chase, MD",1886,1953,606,5K +12598,Emily D.,F,37,"Brighton, MA",1886,2003,606,5K +20484,Kathleen T.,F,26,"New York, NY",1887,1947,606,5K +15051,Hannah J.,F,21,"State College, PA",1887,1911,606,5K +14999,Amanda L.,F,28,"Saint Cloud, FL",1888,1948,607,5K +23482,Mary K.,F,22,"Alexandria, VA",1889,1907,607,5K +10013,Ashley G.,F,36,"Richmond, VA",1889,1921,607,5K +20347,Mariana M.,F,36,"Springfield, VA",1890,1910,607,5K +17284,Natawnee F.,F,32,"Washington, DC",1891,2045,608,5K +23687,Robin K.,F,58,"Providence, RI",1892,2050,608,5K +14569,Kate E.,F,28,"Washington, DC",1893,1910,608,5K +24483,Margaret F.,F,13,"Manchester, MD",1893,1905,608,5K +17309,Mary C.,F,31,"Alexandria, VA",1894,1922,609,5K +25165,Aj D.,F,30,"Fairfax, VA",1895,1986,609,5K +14962,Jessica P.,F,29,"Frederick, MD",1895,1910,609,5K +16930,Maya S.,F,27,"Washington, DC",1896,1923,609,5K +25168,Ashley I.,F,24,"Alexandria, VA",1896,1987,609,5K +25042,Beth S.,F,32,"Washington, DC",1896,1991,609,5K +12705,Lisa S.,F,25,"Washington, DC",1898,2051,610,5K +14587,Corinne D.,F,27,"Washington, DC",1902,1949,611,5K +12003,Amy C.,F,36,"Aldie, VA",1903,1935,611,5K +17951,Ashley B.,F,29,"Columbia, MD",1903,1987,611,5K +16426,Petra K.,F,46,"Washington, DC",1904,1925,612,5K +23658,Adeena E.,F,35,"Forest Hills, NY",1905,1990,612,5K +24486,Elissa B.,F,41,"Washington, DC",1905,1922,612,5K +10425,Kathleen H.,F,30,"Baltimore, MD",1906,1920,612,5K +14245,Elizabeth C.,F,26,"Ann Arbor, MI",1906,1920,612,5K +18154,Amisha P.,F,33,"Alexandria, VA",1907,2028,613,5K +24730,Amanda S.,F,30,"Washington, DC",1908,1979,613,5K +24165,Danielle B.,F,39,"Falls Church, VA",1908,1945,613,5K +23695,Ana C.,F,40,"Fairfax, VA",1909,1914,613,5K +25192,Elizabeth G.,F,26,"Arlington, VA",1910,1944,614,5K +20466,Danielle F.,F,30,"Arlington, VA",1911,2062,614,5K +25054,Kristy M.,F,38,"Great Falls, VA",1912,2133,614,5K +12323,Lynn F.,F,30,"Arlington, VA",1912,1935,614,5K +12904,Tamar M.,F,31,"Arlington, VA",1912,1935,614,5K +24864,Morgan W.,F,23,"Aldie, VA",1912,2016,614,5K +13580,Lindsay L.,F,38,"Arlington, VA",1913,1942,615,5K +22089,Nicole C.,F,24,"Washington, DC",1913,1987,615,5K +17607,Emily G.,F,44,"Harrisburg, PA",1913,2014,615,5K +24395,Elizabeth C.,F,29,"Gaithersburg, MD",1916,1978,616,5K +14452,Tanishia D.,F,42,"Middletown, DE",1916,2135,616,5K +23889,Lisa H.,F,56,"Alexandria, VA",1916,1988,616,5K +23422,Anne P.,F,61,"Baltimore, MD",1916,2090,616,5K +4421,Julie K.,F,38,"Short Hills, NJ",1918,1986,616,5K +21071,Dalia K.,F,35,"Bethesda, MD",1918,1986,616,5K +6361,Savannah B.,F,22,"Arlington, VA",1919,1985,617,5K +19272,Anna T.,F,22,"Arlington, VA",1919,1986,617,5K +23654,Emily F.,F,27,"Washington Dc, DC",1919,1958,617,5K +14270,Katherine M.,F,26,"Manassas, VA",1919,1942,617,5K +23942,Sriya A.,F,31,"Washington, DC",1920,2054,617,5K +17067,Elena P.,F,32,"Reston, VA",1920,1948,617,5K +2092,Elizabeth B.,F,31,"Montclair, NJ",1920,2016,617,5K +19632,Christine S.,F,24,"Washington, DC",1920,1931,617,5K +23775,Molly T.,F,37,"Winchester, MA",1921,1942,617,5K +24161,Jenny P.,F,37,"College Park, MD",1922,2082,618,5K +23440,Marilyn H.,F,30,"Holiday, FL",1923,1942,618,5K +13023,Elisabeth D.,F,46,"Washington, DC",1926,1988,619,5K +13724,Phyllis D.,F,57,"Mitchellville, MD",1927,1967,619,5K +21625,Lauren C.,F,24,"St. Louis Park, MN",1927,2081,619,5K +24790,Jennifer T.,F,38,"Alexandria, VA",1927,2022,619,5K +25112,Diana E.,F,35,"Gainesville, VA",1927,2014,619,5K +23541,Chanelle B.,F,31,"Washington, DC",1928,2074,619,5K +23997,Amanda V.,F,23,"Arlington, VA",1928,1934,619,5K +10775,Laura K.,F,29,"Chevy Chase, MD",1929,2018,620,5K +24177,Jessica M.,F,39,"Arlington, VA",1929,2099,620,5K +18065,Nina S.,F,28,"Brooklyn, NY",1930,2085,620,5K +23838,Alison C.,F,36,"Washington, DC",1930,2011,620,5K +23693,Anita C.,F,38,"Falls Church, VA",1931,1954,620,5K +14918,Samantha A.,F,26,"Brooklyn, NY",1932,1945,621,5K +8290,Patricia L.,F,27,"Jamaica, NY",1933,1939,621,5K +24892,Ashley S.,F,32,"Washington, DC",1934,2137,621,5K +24937,Carly B.,F,26,"Washington, DC",1934,2137,621,5K +4444,Emily O.,F,29,"Hartsdale, NY",1935,1969,622,5K +23848,Maria O.,F,25,"Arlington, VA",1935,2013,622,5K +23552,Jessica R.,F,34,"Arlington, VA",1936,1974,622,5K +11354,Brittany K.,F,31,"Silver Spring, MD",1937,1946,622,5K +15112,Cynthia C.,F,36,"Millburn, NJ",1937,1960,622,5K +7286,Dea L.,F,29,"Cambridge, MA",1938,2048,623,5K +23825,Claire D.,F,17,"Los Alamos, NM",1938,1978,623,5K +24487,Lisa F.,F,36,"Clovis, CA",1938,1974,623,5K +24894,Clara N.,F,11,"Washington, DC",1938,2327,623,5K +15172,Sarah H.,F,22,"Alexandria, VA",1939,1978,623,5K +24938,Amy F.,F,34,"Fairfax, VA",1941,1959,624,5K +24577,Mei N.,F,35,"Clarksburg, MD",1942,2055,624,5K +24088,Luisa C.,F,43,"Washington, DC",1942,1959,624,5K +24569,Megan B.,F,23,"Bel Air, MD",1942,1962,624,5K +15501,Claire M.,F,26,"Washington, DC",1944,2074,625,5K +24949,Joy U.,F,25,"Sterling, VA",1945,2130,625,5K +25107,Sabrina D.,F,54,"Centreville, VA",1945,2122,625,5K +24053,Lisa M.,F,61,"Washington, DC",1946,2004,625,5K +15684,Stefanie I.,F,36,"Washington, DC",1946,1957,625,5K +17376,Tierney E.,F,34,"Silver Spring, MD",1947,2010,626,5K +17377,Frances M.,F,29,"Silver Spring, MD",1947,2010,626,5K +25037,Nezly S.,F,21,"Silver Spring, MD",1949,1958,626,5K +20701,Jou C.,F,29,"Bowie, MD",1949,2050,626,5K +25116,Marcela I.,F,29,"Ashburn, VA",1949,1964,626,5K +23737,Fiona C.,F,22,"Washington, DC",1949,2128,626,5K +11128,Erica E.,F,30,"Washington, DC",1951,2040,627,5K +20668,Ana M.,F,25,"Washington, DC",1952,2053,627,5K +20654,Meagan M.,F,30,"New York, NY",1952,2006,627,5K +10302,Amanda G.,F,32,"Arlington, VA",1954,2016,628,5K +15437,Kimberly T.,F,35,"Cleveland, OH",1954,2133,628,5K +23978,Elizabeth T.,F,34,"Arlington, VA",1954,2015,628,5K +23420,Cindy F.,F,62,"Gaithersburg, MD",1955,1965,628,5K +19570,Madelyn C.,F,26,"Washington, DC",1955,2098,628,5K +22912,Jennifer W.,F,33,"Arlington, VA",1956,1979,628,5K +17752,Karla K.,F,36,"Washington, DC",1956,1974,628,5K +16403,Tiffany M.,F,29,"Washington, DC",1957,2082,629,5K +14558,Jeanne J.,F,51,"Arlington, VA",1957,2006,629,5K +24803,Stephanie C.,F,32,"Royal Oak, MI",1958,2062,629,5K +19301,Lisa S.,F,44,"Alexandria, VA",1959,1992,629,5K +8908,Kathryn W.,F,28,"Arlington, VA",1960,2022,630,5K +18832,Shannon C.,F,33,"Washington, DC",1960,2100,630,5K +24283,Angelique R.,F,43,"Washington, DC",1961,2292,630,5K +19379,Marice F.,F,31,"Alexandria, VA",1963,1975,631,5K +12344,Morgan H.,F,34,"Washington, DC",1964,2057,631,5K +13503,Heather C.,F,35,"Arlington, VA",1965,2072,631,5K +18739,Jeanette N.,F,33,"Arlington, VA",1966,1975,632,5K +15811,Kirstie C.,F,33,"Gaithersburg, MD",1967,2107,632,5K +24309,Lucia A.,F,30,"Rockville, MD",1967,2029,632,5K +19209,Tina A.,F,34,"Washington, DC",1968,2003,632,5K +15125,Nikki M.,F,40,"Germantown, MD",1968,2107,632,5K +23703,Jenny W.,F,31,"Arlington, VA",1968,2069,632,5K +23803,Annie S.,F,51,"Woodstock, MD",1969,1980,633,5K +24079,Sharon M.,F,40,"Washington, DC",1970,2035,633,5K +23431,Erin R.,F,10,"Palmyra, PA",1970,2053,633,5K +24153,Leah K.,F,25,"Washington, DC",1970,1987,633,5K +24741,Kim O.,F,55,"Parkton, MD",1970,1987,633,5K +20326,Alisha M.,F,35,"Alexandria, VA",1971,2064,633,5K +14830,Megan F.,F,36,"Washington, DC",1971,2079,633,5K +24130,Liz V.,F,32,"Washington, DC",1971,2079,633,5K +16016,Jennifer W.,F,35,"Bowie, MD",1972,2026,634,5K +17701,Emily U.,F,29,"Washington, DC",1973,2008,634,5K +13927,Jenny A.,F,27,"Arlington, VA",1974,2001,634,5K +21271,Allison A.,F,23,"Washington, DC",1974,2000,634,5K +22029,Aliyah D.,F,33,"Washington, DC",1974,2001,634,5K +25034,Serena L.,F,23,"Washington, DC",1975,2022,635,5K +19233,Sarah G.,F,28,"Berwyn Heights, MD",1976,2089,635,5K +24142,Shannon W.,F,40,"Washington, DC",1976,2082,635,5K +18613,Lorelie D.,F,30,"Olney, MD",1977,2109,635,5K +15980,Nabila A.,F,22,"Rockville, MD",1977,2023,635,5K +10101,Sarah A.,F,26,"Southern Pines, NC",1978,2003,636,5K +11307,Jennifer G.,F,40,"Richmond, VA",1978,2120,636,5K +17352,Amanda W.,F,30,"Washington, DC",1979,1998,636,5K +18423,Neena S.,F,29,"New York, NY",1980,2015,636,5K +24923,Lindsay D.,F,31,"Washington, DC",1981,2152,636,5K +23956,Meg D.,F,27,"Arlington, VA",1982,2091,637,5K +15441,Michelle C.,F,30,"Washington, DC",1982,1990,637,5K +16935,Melissa H.,F,34,"Cadyville, NY",1983,2033,637,5K +25190,Caroline L.,F,42,"Annandale, VA",1983,2085,637,5K +16407,Kim F.,F,45,"Washington, DC",1985,2051,638,5K +23656,Kim F.,F,59,"Newburyport, MA",1986,2025,638,5K +24089,Jennifer L.,F,34,"Potomac, MD",1987,2000,638,5K +21121,Susan B.,F,26,"Washington, DC",1987,2060,638,5K +17712,Rebecca J.,F,24,"Herndon, VA",1987,2061,638,5K +25110,Alexzandra S.,F,37,"Herndon, VA",1988,2057,639,5K +17356,Laura M.,F,33,"Reston, VA",1989,2018,639,5K +18161,Reem H.,F,29,"Baltimore, MD",1989,2088,639,5K +24837,Miajah S.,F,12,"Capitol Heights, MD",1989,2160,639,5K +20848,Sarah S.,F,44,"Potomac, MD",1990,2062,639,5K +24138,Jennifer G.,F,47,"Fairfax, VA",1990,1993,639,5K +24909,Greta L.,F,35,"Washington, DC",1990,2161,639,5K +16124,Tanya S.,F,43,"Arlington, VA",1990,2033,639,5K +10488,Caroline H.,F,38,"Washington, DC",1990,2157,639,5K +21200,Susan B.,F,29,"Alexandria, VA",1991,2076,640,5K +14620,Krystina B.,F,31,"Washington, DC",1991,2129,640,5K +17089,Jennifer L.,F,40,"Reston, VA",1991,2132,640,5K +11215,Linda S.,F,32,"Washington, DC",1992,2174,640,5K +24775,Marie P.,F,52,"Monrovia, MD",1992,2009,640,5K +25004,Jnell S.,F,31,"Glenn Dale, MD",1992,1996,640,5K +23733,Sally C.,F,32,"Washington, DC",1992,2044,640,5K +17435,Alexandra B.,F,30,"Hoboken, NJ",1992,2003,640,5K +15803,Lisa H.,F,41,"Alexandria, VA",1993,2145,640,5K +10331,Shelley T.,F,47,"Northampton, MA",1993,2012,640,5K +24253,Gwen P.,F,26,"Washington, DC",1995,2014,641,5K +12896,Kiera M.,F,27,"Philadelphia, PA",1995,1999,641,5K +15498,Cristina D.,F,32,"Washington, DC",1995,2023,641,5K +17470,Tina T.,F,36,"Herndon, VA",1996,2039,641,5K +24163,Zoya W.,F,26,"Washington, DC",1996,2150,641,5K +23477,Alexandria Z.,F,30,"Rockville, MD",1996,2028,641,5K +17357,Marina C.,F,38,"Alexandria, VA",1996,2004,641,5K +11357,Rita E.,F,33,"Mount Vernon, NY",1996,2009,641,5K +23469,Lydie L.,F,28,"Silver Spring, MD",1996,2027,641,5K +8105,Hillary V.,F,30,"Arlington, VA",1997,2016,642,5K +15445,Emily L.,F,27,"Alexandria, VA",1997,2104,642,5K +23898,Ashley G.,F,27,"Virginia Beach, VA",1998,2041,642,5K +6410,Danielle B.,F,27,"Brooklyn, NY",1998,2126,642,5K +16021,Leah J.,F,39,"Lorton, VA",1999,2136,642,5K +17347,Lara F.,F,37,"Washington, DC",2000,2233,643,5K +10087,Viviana A.,F,33,"Washington, DC",2000,2137,643,5K +19172,Lauren W.,F,25,"Washington, DC",2000,2109,643,5K +24878,Stacey H.,F,32,"California, MD",2001,2102,643,5K +24557,Jamie M.,F,34,"Harrisburg, PA",2001,2065,643,5K +15778,Katie P.,F,29,"Washington, DC",2004,2050,644,5K +13488,Joanne S.,F,42,"Alexandria, VA",2004,2145,644,5K +24879,Megan H.,F,41,"Alexandria, VA",2005,2084,644,5K +24969,Grace R.,F,29,"Washington, DC",2005,2019,644,5K +12036,Christina O.,F,32,"Phoenix, AZ",2005,2011,644,5K +23595,Erika K.,F,37,"Oakton, VA",2007,2063,645,5K +15004,Amina T.,F,27,"Indianapolis, IN",2007,2146,645,5K +13942,Karen P.,F,34,"Washington, DC",2007,2104,645,5K +24099,Lauren R.,F,29,"Dumfries, VA",2009,2102,645,5K +17434,Lauri A.,F,31,"Washington, DC",2009,2044,645,5K +17386,Abby T.,F,23,"Washington, DC",2009,2152,645,5K +24328,Joanne Z.,F,45,"Arlington, VA",2010,2030,646,5K +17679,Holly H.,F,51,"Warren, OH",2012,2187,646,5K +15787,Caitlin G.,F,28,"Washington, DC",2013,2113,647,5K +7928,Amanda B.,F,33,"Madison, WI",2013,2124,647,5K +20699,Miryam P.,F,43,"Washington, DC",2015,2065,647,5K +24959,Michelle M.,F,54,"Lorton, VA",2016,2113,648,5K +16450,Claire T.,F,51,"Bethesda, MD",2018,2051,648,5K +15037,Caitlin R.,F,31,"Washington, DC",2019,2101,649,5K +24401,Rebecca M.,F,20,"Washington, DC",2019,2036,649,5K +24795,Laurie M.,F,42,"Rockville, MD",2019,2034,649,5K +23451,Julie M.,F,43,"Springfield, VA",2020,2072,649,5K +5746,Ivey S.,F,25,"Washington, DC",2021,2061,649,5K +22100,Rachel C.,F,27,"Washington, DC",2022,2062,650,5K +13388,Jessica R.,F,28,"Washington, DC",2023,2041,650,5K +23563,Melissa P.,F,35,"Fairfax, VA",2023,2045,650,5K +25044,Savannah P.,F,22,"Washington, DC",2024,2200,650,5K +19910,Barbara E.,F,48,"Warrenton, VA",2024,2049,650,5K +24073,Krista M.,F,52,"Brandywine, MD",2025,2046,651,5K +11121,Monika L.,F,36,"Long Island City, NY",2026,2185,651,5K +18822,Jessica K.,F,27,"Brighton, MA",2026,2158,651,5K +23850,Oriana P.,F,27,"Arlington, VA",2026,2093,651,5K +15873,Jessica P.,F,29,"Washington, DC",2027,2047,651,5K +25046,Emily Z.,F,30,"Arlington, VA",2028,2028,652,5K +18029,Hana R.,F,24,"Washington, DC",2028,2052,652,5K +18245,Rachel V.,F,31,"Woodbridge, VA",2028,2125,652,5K +24509,Lauren B.,F,35,"Washington, DC",2028,2074,652,5K +25205,Sharon T.,F,44,"Rockville, MD",2029,2055,652,5K +23408,Rachel G.,F,45,"Washington, DC",2029,2184,652,5K +24727,Avery J.,F,27,"Rockville, MD",2030,2051,652,5K +18824,Kristin S.,F,28,"Mclean, VA",2030,2162,652,5K +23488,Nancy L.,F,65,"State College, PA",2030,2090,652,5K +24572,Maggie L.,F,32,"Alexandria, VA",2030,2170,652,5K +23808,Jessica C.,F,33,"Falls Church, VA",2032,2086,653,5K +11986,Priya S.,F,31,"Arlington, VA",2032,2062,653,5K +24448,Victoria G.,F,31,"Washington, DC",2032,2072,653,5K +21970,Kelsey S.,F,28,"Arlington, VA",2032,2207,653,5K +17220,Rita P.,F,43,"Macungie, PA",2033,2173,653,5K +1750,Dorota Z.,F,50,"Chevy Chase, MD",2033,2050,653,5K +18267,Kelly M.,F,39,"Kensington, MD",2034,2196,654,5K +13974,Lisa F.,F,34,"Washington, DC",2034,2196,654,5K +23757,Kirsten C.,F,54,"Reston, VA",2034,2078,654,5K +24268,Mary H.,F,53,"Arlington, VA",2034,2074,654,5K +9235,Gillian R.,F,24,"Frankford, DE",2036,2069,654,5K +23999,Meredith P.,F,23,"Chevy Chase, MD",2036,2091,654,5K +20523,Deborah K.,F,48,"Manassas, VA",2036,2093,654,5K +8573,Maria K.,F,34,"Milford, CT",2036,2046,654,5K +15330,Kimberly C.,F,33,"Brooklyn, NY",2037,2174,654,5K +12014,Santasia N.,F,26,"Brooklyn, NY",2038,2159,655,5K +24970,Ratana W.,F,49,"Montgomery Village, MD",2038,2125,655,5K +17665,Denise H.,F,43,"Silver Spring, MD",2039,2052,655,5K +8360,Lauren J.,F,26,"Washington, DC",2039,2072,655,5K +25252,Isabel L.,F,46,"Germantown, MD",2039,2065,655,5K +21466,Thuba R.,F,34,"Arlington, VA",2041,2113,656,5K +14802,Debra B.,F,47,"Mclean, VA",2041,2184,656,5K +21079,Beth B.,F,46,"Bethesda, MD",2042,2186,656,5K +21007,Amanda A.,F,24,"Arlington, VA",2042,2058,656,5K +24113,Emily R.,F,33,"Washington, DC",2042,2063,656,5K +23500,Alexandria S.,F,26,"Alexandria, VA",2042,2175,656,5K +17990,Valerie G.,F,46,"Silver Spring, MD",2042,2111,656,5K +19523,Launa H.,F,47,"Arlington, VA",2042,2122,656,5K +24413,Lia G.,F,23,"Arlington, VA",2042,2125,656,5K +23713,Amy F.,F,65,"West Hartford, CT",2043,2061,656,5K +20742,Nancy F.,F,59,"Springfield, PA",2044,2151,657,5K +17057,Jenna H.,F,33,"Washington, DC",2046,2183,657,5K +17634,Sarah D.,F,23,"Washington, DC",2048,2115,658,5K +25257,Lisa T.,F,54,"Keymar, MD",2048,2151,658,5K +15847,Caitlin K.,F,33,"Washington, DC",2048,2176,658,5K +22953,Leslie B.,F,52,"Boston, MA",2050,2151,659,5K +12009,Missy H.,F,52,"Mechanicsville, VA",2052,2159,659,5K +16503,Carin F.,F,35,"Woodbridge, VA",2052,2057,659,5K +16623,Ashley S.,F,24,"Washington, DC",2053,2125,660,5K +17646,Lindsay C.,F,27,"Washington, DC",2054,2125,660,5K +24387,Heidi S.,F,42,"Arlington, VA",2055,2092,660,5K +24636,Yhamel C.,F,45,"Alexandria, VA",2056,2162,661,5K +24426,Joyce O.,F,36,"Rockville, MD",2056,2092,661,5K +23905,Amanda H.,F,28,"Arlington, VA",2058,2167,661,5K +23763,Ameneh A.,F,36,"Washington, DC",2058,2145,661,5K +19258,Susana J.,F,34,"Rockville, MD",2058,2164,661,5K +12201,Laura K.,F,32,"Astoria, NY",2059,2187,662,5K +15058,Samantha K.,F,25,"Washington, DC",2060,2088,662,5K +19871,Kathleen W.,F,44,"Cabin John, MD",2060,2068,662,5K +23621,Ilinca D.,F,36,"Germantown, MD",2061,2147,662,5K +4287,Annemarie B.,F,33,"Silver Spring, MD",2063,2139,663,5K +20952,Joelle T.,F,26,"Washington, DC",2063,2084,663,5K +16344,Anisa A.,F,38,"Silver Spring, MD",2063,2163,663,5K +23586,Dee D.,F,44,"Falls Church, VA",2064,2187,663,5K +24494,Tessa M.,F,33,"Fairfax, VA",2064,2117,663,5K +24440,Tina H.,F,38,"Falls Church, VA",2064,2117,663,5K +21653,Erin T.,F,36,"Washington, DC",2065,2136,663,5K +24407,Kate P.,F,26,"Closter, NJ",2065,2189,663,5K +13526,Stephanie T.,F,33,"Baltimore, MD",2066,2109,664,5K +24004,Nketia M.,F,40,"Waldorf, MD",2066,2151,664,5K +24377,Danielle P.,F,29,"Arlington, VA",2067,2218,664,5K +24371,Emily S.,F,26,"Arlington, VA",2069,2143,665,5K +18392,Katie M.,F,33,"Arlington, VA",2069,2082,665,5K +19444,Lyudmyla K.,F,27,"Arlington, VA",2073,2089,666,5K +24725,Melissa M.,F,32,"Odenton, MD",2073,2129,666,5K +23755,Cynthia C.,F,38,"Hamilton, VA",2074,2160,666,5K +22111,Rocio R.,F,27,"Arlington, VA",2075,2150,667,5K +17509,Marissa E.,F,26,"Washington, DC",2075,2160,667,5K +23750,Ann B.,F,63,"Concord, MA",2076,2076,667,5K +18852,Anne G.,F,30,"Annapolis, MD",2077,2107,667,5K +24753,Jenny O.,F,41,"Washington, DC",2077,2179,667,5K +25031,Alexis A.,F,33,"Washington, DC",2079,2234,668,5K +24041,Julie S.,F,43,"Arlington, VA",2079,2144,668,5K +18118,Katy T.,F,29,"Austin, TX",2080,2101,668,5K +16449,Jessica T.,F,33,"Milton, DE",2080,2180,668,5K +16406,Karen L.,F,44,"New York, NY",2080,2162,668,5K +23494,Julie C.,F,34,"Alexandria, VA",2081,2135,669,5K +17011,Kristen T.,F,30,"Washington, DC",2082,2118,669,5K +14926,Christina D.,F,34,"Washington, DC",2083,2110,669,5K +23136,Anita S.,F,61,"Pennington, NJ",2083,2122,669,5K +21687,Rachel A.,F,25,"Washington, DC",2083,2252,669,5K +23846,Julie R.,F,45,"Shorewood, WI",2084,2102,670,5K +16727,Stacey G.,F,37,"Union City, NJ",2084,2110,670,5K +25003,Angela T.,F,41,"Alexandria, VA",2085,2173,670,5K +18183,Danni S.,F,23,"Washington, DC",2085,2205,670,5K +6478,Katie P.,F,35,"Washington, DC",2089,2101,671,5K +24318,Marie D.,F,28,"Washington, DC",2090,2142,672,5K +14215,Kathleen L.,F,34,"Washington, DC",2090,2173,672,5K +24477,Bianca B.,F,27,"Arlington, VA",2091,2141,672,5K +24587,Stacie B.,F,37,"Washington, DC",2092,2235,672,5K +24553,Stephanie S.,F,37,"Washington, DC",2092,2235,672,5K +13959,Sharlene D.,F,53,"Seabrook, MD",2093,2190,672,5K +15017,Chimin T.,F,43,"Fairfax, VA",2093,2108,672,5K +21108,Sophie C.,F,26,"Washington, DC",2095,2754,673,5K +16279,Danielle C.,F,31,"East Brunswick, NJ",2095,2209,673,5K +20045,Jacquelyn M.,F,30,"New York, NY",2095,2149,673,5K +19813,Namrata R.,F,38,"Bethesda, MD",2096,2126,673,5K +10800,Sangeeta R.,F,34,"Washington, DC",2096,2202,673,5K +13707,Radhika B.,F,34,"Washington, DC",2096,2202,673,5K +16785,Leah B.,F,40,"Washington, DC",2097,2558,674,5K +9467,Alex M.,F,22,"Washington, DC",2097,2123,674,5K +6565,Bertha C.,F,50,"Washington, DC",2097,2309,674,5K +24288,Rena S.,F,35,"Bishopville, MD",2098,2149,674,5K +13437,Jessica L.,F,24,"Washington, DC",2098,2124,674,5K +21273,Katherine P.,F,14,"Bowie, MD",2098,2126,674,5K +20300,Mikiko B.,F,36,"Maryville, TN",2099,2140,674,5K +24127,Linda K.,F,59,"North Potomac, MD",2099,2162,674,5K +23723,Elizabeth C.,F,43,"Fort Belvoir, VA",2099,2100,674,5K +16276,Emily R.,F,35,"Alexandria, VA",2100,2132,675,5K +23740,Antoinette P.,F,44,"Laurel, MD",2100,2132,675,5K +14230,Marina S.,F,36,"Washington, DC",2101,2136,675,5K +24213,Tracey D.,F,54,"Whitehouse Station, NJ",2101,2250,675,5K +24459,Loren M.,F,34,"Purchase, NY",2103,2256,676,5K +24921,Sapana M.,F,29,"Gaithersburg, MD",2103,2149,676,5K +16447,Natalia L.,F,27,"Arlington, VA",2105,2150,676,5K +17157,Amanda S.,F,27,"Dc, DC",2105,2157,676,5K +13231,Becky B.,F,40,"Canton, CT",2105,2115,676,5K +21294,Annette A.,F,61,"Bethesda, MD",2105,2255,676,5K +13384,Jody W.,F,49,"St. Louis, MO",2106,2133,677,5K +18269,Sharon C.,F,61,"Washington, DC",2106,2161,677,5K +23959,Vickey C.,F,26,"Takoma Park, MD",2107,2225,677,5K +22075,Brittany R.,F,28,"Washtington, DC",2107,2148,677,5K +25242,Etasha H.,F,41,"Waldorf, MD",2107,2128,677,5K +10734,Chiara M.,F,42,"Washington, DC",2107,2129,677,5K +23982,Jennifer D.,F,52,"Rockville, MD",2108,2156,677,5K +24843,Kelsey S.,F,27,"Washington, DC",2108,2281,677,5K +14913,Eugenie B.,F,24,"New Orleans, LA",2109,2207,678,5K +20224,Amanda F.,F,46,"Alexandria, VA",2109,2253,678,5K +12760,Johanna C.,F,41,"Brambleton, VA",2109,2124,678,5K +23865,Brisa A.,F,26,"Frisco, TX",2109,2152,678,5K +21430,Ann H.,F,31,"Alexandria, VA",2111,2114,678,5K +10153,Crystal R.,F,30,"Denver, CO",2111,2139,678,5K +23822,Jillian K.,F,30,"Raleigh, NC",2111,2140,678,5K +17914,Stephanie A.,F,37,"Reston, VA",2112,2235,679,5K +24290,Erin W.,F,37,"Catonsville, MD",2113,2231,679,5K +24231,Rachel H.,F,29,"Philadelphia, PA",2114,2117,679,5K +23629,Meghan H.,F,39,"Burke, VA",2114,2247,679,5K +25002,Krista B.,F,43,"Arlington, VA",2114,2129,679,5K +15256,Michele A.,F,32,"Arlington, VA",2114,2251,679,5K +18375,Lisa B.,F,46,"Burke, VA",2114,2218,679,5K +15530,Emily B.,F,40,"Greencastle, PA",2114,2298,679,5K +24246,Jennifer B.,F,26,"Arlington, VA",2114,2133,679,5K +23842,Denise T.,F,47,"Stony Brook, NY",2115,2208,680,5K +17950,Angie M.,F,46,"Bethesda, MD",2116,2245,680,5K +24822,Lauren S.,F,19,"Washington, DC",2116,2515,680,5K +15400,Natalie S.,F,47,"Reston, VA",2116,2260,680,5K +15398,Rachel K.,F,29,"Reston, VA",2116,2261,680,5K +24885,Brenda P.,F,12,"Washington, DC",2116,2515,680,5K +24054,Diana R.,F,40,"Collegeville, PA",2117,2209,680,5K +19255,Donna R.,F,46,"Haymarket, VA",2117,2286,680,5K +23617,Nicole G.,F,24,"Washington, DC",2118,2273,681,5K +23655,Ann C.,F,62,"State College, PA",2119,2143,681,5K +24071,Sharon T.,F,44,"Falls Church, VA",2120,2161,681,5K +24581,Andrea K.,F,32,"Gambrills, MD",2120,2182,681,5K +24411,Ginget W.,F,42,"Ft Belvoir, VA",2122,2275,682,5K +7915,Charlotte D.,F,25,"Alexandria, VA",2124,2140,682,5K +19302,Patricia K.,F,51,"Silver Spring, MD",2125,2171,683,5K +24247,Charlotte R.,F,43,"Alexandria, VA",2126,2279,683,5K +3656,Crystal B.,F,27,"Washington, DC",2127,2175,683,5K +16730,Jillian S.,F,36,"Alexandria, VA",2127,2144,683,5K +24132,Joanne H.,F,61,"Collegeville, PA",2128,2170,684,5K +24592,Eva Y.,F,33,"Germantown, MD",2129,2241,684,5K +24549,Jennifer H.,F,29,"Chambersburg, PA",2129,2282,684,5K +19394,Leonor P.,F,37,"Fairfax, VA",2130,2141,684,5K +24093,Kathy L.,F,54,"Oakton, VA",2130,2185,684,5K +17505,Nicole M.,F,26,"Bethesda, MD",2130,2211,684,5K +23969,Racquel S.,F,26,"Washington, DC",2131,2192,685,5K +21089,Joanna D.,F,30,"Laurel, MD",2131,2263,685,5K +25005,Stephanie D.,F,31,"Arlington, VA",2132,2237,685,5K +24324,Shanta W.,F,36,"Arlington, VA",2132,2159,685,5K +17841,Holly S.,F,35,"Springfield, VA",2134,2152,686,5K +23927,Donna T.,F,56,"Orono, MN",2135,2147,686,5K +10593,Sofia V.,F,32,"Arlington, VA",2135,2169,686,5K +24171,Diba R.,F,39,"Rockville, MD",2136,2281,686,5K +22133,Katie F.,F,21,"Arlington, VA",2139,2175,687,5K +18280,Courtney K.,F,26,"Arlington, VA",2141,2222,688,5K +21365,Julia R.,F,33,"Baltimore, MD",2141,2280,688,5K +15691,Angie W.,F,37,"Silver Spring, MD",2142,2229,688,5K +21539,Judy Y.,F,34,"Washington, DC",2144,2174,689,5K +24272,Chantal M.,F,25,"Washington, DC",2145,2245,689,5K +19081,Connie R.,F,32,"Lexington Park, MD",2145,2283,689,5K +13336,Virginia D.,F,37,"Lexington Park, MD",2146,2283,690,5K +24797,Denise S.,F,34,"Roscommon, MI",2147,2305,690,5K +12383,Sara O.,F,38,"Gaithersburg, MD",2148,2248,690,5K +15805,Teresa T.,F,62,"Boise, ID",2148,2211,690,5K +9891,Stephanie H.,F,39,"Arlington, MD",2149,2212,690,5K +19236,Joscelyn L.,F,34,"Baltimore, MD",2149,2212,690,5K +17379,Chiamaka O.,F,32,"Laurel, MD",2150,2172,691,5K +24942,Carol M.,F,44,"Ashburn, VA",2151,2304,691,5K +18484,Monique R.,F,42,"Laurel, MD",2151,2188,691,5K +23594,Rebecca I.,F,36,"Alexandria, VA",2151,2276,691,5K +24173,Madeline P.,F,12,"Bowie, MD",2153,2181,692,5K +25124,Karla M.,F,34,"Sterling, VA",2154,2191,692,5K +24493,Brigitte H.,F,46,"Vienna, VA",2155,2226,692,5K +23930,Jayme S.,F,35,"Greensburg, PA",2156,2168,693,5K +24112,Jess D.,F,34,"Alexandria, VA",2156,2258,693,5K +24166,Kathryn E.,F,48,"Gaithersburg, MD",2157,2246,693,5K +6817,Bridget B.,F,26,"Vienna, VA",2157,2258,693,5K +16486,Caroline H.,F,59,"Herndon, VA",2157,2295,693,5K +24139,Katherine W.,F,29,"Washington, DC",2157,2191,693,5K +15569,Katy K.,F,36,"Greencastle, PA",2160,2344,694,5K +18066,Amanda W.,F,31,"Annapolis, MD",2161,2167,694,5K +24648,Eden T.,F,27,"Washington, DC",2161,2187,694,5K +20245,Angela M.,F,33,"Arlington, VA",2162,2267,695,5K +24642,Rachel S.,F,26,"Washington, DC",2162,2188,695,5K +25016,Ashley S.,F,24,"Washington, DC",2164,2239,695,5K +23505,Laura M.,F,59,"Kimberton, PA",2164,2244,695,5K +24635,Sonia J.,F,53,"Annandale, VA",2165,2378,696,5K +25094,Christie B.,F,39,"Springfield, VA",2168,2231,697,5K +24787,Cathy H.,F,50,"Manassas, VA",2168,2295,697,5K +19094,Susan T.,F,36,"Washington, DC",2169,2206,697,5K +25099,Jihan B.,F,35,"Fairfax, VA",2169,2296,697,5K +25090,Susan H.,F,36,"Haymarket, VA",2169,2232,697,5K +9845,Katherine M.,F,34,"Washington, DC",2170,2328,697,5K +17213,Juliet S.,F,41,"Washington, DC",2170,2233,697,5K +24397,Emily M.,F,35,"Arlington, VA",2172,2226,698,5K +19755,Tilcia T.,F,46,"Silver Spring, MD",2172,2285,698,5K +24217,Christie M.,F,41,"Silver Spring, MD",2173,2275,698,5K +19683,Allyson F.,F,30,"Alexandria, VA",2173,2203,698,5K +12718,Devlin H.,F,31,"Arlington, VA",2173,2238,698,5K +24227,Ashley F.,F,41,"Silver Spring, MD",2174,2275,699,5K +21145,Kristen W.,F,48,"Fall Church, VA",2175,2195,699,5K +17921,Mariam G.,F,35,"Arlington, VA",2176,2209,699,5K +16331,Stephanie S.,F,43,"Potomac, MD",2176,2207,699,5K +15343,Julie H.,F,35,"Belmont, MA",2176,2198,699,5K +14946,Carolina B.,F,29,"Washington, DC",2177,2209,700,5K +24285,Rachael G.,F,30,"Ellicott City, MD",2177,2290,700,5K +24257,Stephany P.,F,33,"Washington, DC",2178,2358,700,5K +22244,Sydney B.,F,20,"Germantown, MD",2182,2290,701,5K +18845,Kristi A.,F,28,"Wisconsin Rapids, WI",2182,2231,701,5K +18846,Donna A.,F,62,"Wisconsin Rapids, WI",2182,2231,701,5K +23502,Sandra K.,F,61,"Clarksburg, MD",2183,2232,701,5K +19503,Nandini N.,F,54,"Reston, VA",2183,2216,701,5K +23614,Jennifer C.,F,36,"Hershey, PA",2183,2353,701,5K +24002,Johanna S.,F,34,"Baltimore, MD",2185,2206,702,5K +18694,Nancy N.,F,25,"Alexandria, VA",2186,2293,702,5K +17723,Kate B.,F,37,"Washington, DC",2187,2201,703,5K +25030,Desiree M.,F,36,"Washington, DC",2187,2265,703,5K +16964,Elyse P.,F,29,"Alexandria, VA",2189,2322,703,5K +18343,Valerie M.,F,27,"Arlington, VA",2192,2282,704,5K +18575,Marisa C.,F,36,"Falls Church, VA",2194,2224,705,5K +17001,Daodao W.,F,24,"Arlington, VA",2195,2234,705,5K +668,Mary A.,F,27,"Washington, DC",2199,2373,707,5K +24934,Maggie D.,F,28,"Alexandria, VA",2199,2362,707,5K +22933,Linda E.,F,53,"Tampa, FL",2199,2257,707,5K +24897,Diana N.,F,11,"Washington, DC",2200,2366,707,5K +24889,Brittany P.,F,29,"Washington, DC",2200,2366,707,5K +24985,Sof???a P.,F,24,"Washington, DC",2201,2377,707,5K +19884,Ewa F.,F,46,"Blacksburg, VA",2201,2291,707,5K +19971,Petya Y.,F,33,"Centreville, VA",2202,2229,708,5K +23699,Lauryn S.,F,37,"Washington, DC",2203,2326,708,5K +20888,Arti J.,F,34,"New York, NY",2203,2280,708,5K +8179,Lydia C.,F,50,"Silver Spring, MD",2208,2243,709,5K +21264,Deepthi M.,F,32,"Fairfax, VA",2210,2229,710,5K +24445,Mary S.,F,56,"St. Inigoes, MD",2210,2320,710,5K +9271,Sarah S.,F,37,"Washington, DC",2212,2337,711,5K +21249,Jennifer L.,F,26,"Washington, DC",2212,2270,711,5K +15689,Carin G.,F,37,"Washington, DC",2212,2337,711,5K +18064,Jacina S.,F,37,"Hanover, MD",2213,2238,711,5K +18171,Natalie V.,F,23,"Wolcott, CT",2214,2258,711,5K +23592,Sarah C.,F,29,"Alexandria, VA",2214,2252,711,5K +16444,Rian K.,F,29,"Alexandria, VA",2215,2350,712,5K +16608,Erica C.,F,37,"Sunnyside, NY",2215,2337,712,5K +24714,Lydia H.,F,43,"Ashburn, VA",2216,2249,712,5K +8946,Shaunna M.,F,30,"Brooklyn, NY",2217,2257,712,5K +20971,Monica V.,F,35,"Washington, DC",2217,2294,712,5K +15761,Bren L.,F,37,"Washington, DC",2217,2389,712,5K +24428,Jane M.,F,46,"Sacramento, CA",2217,2226,712,5K +23662,Sylvia B.,F,55,"Silver Spring, MD",2217,2245,712,5K +13556,Nikardi J.,F,25,"Arlington, VA",2218,2266,713,5K +17570,Kaleigh S.,F,30,"Poolesville, MD",2219,2290,713,5K +23861,Laurel M.,F,26,"Arlington, VA",2220,2295,713,5K +18260,Franchesca W.,F,40,"Virginia Beach, VA",2220,2269,713,5K +19187,Tanya T.,F,27,"Falls Church, VA",2222,2277,714,5K +18277,Deidre D.,F,54,"New York, NY",2223,2272,714,5K +25166,Betelehem T.,F,44,"Alexandria, VA",2224,2240,715,5K +23868,Andrea V.,F,60,"North Potomac, MD",2224,2288,715,5K +7724,Lisa W.,F,55,"Frankford, DE",2224,2281,715,5K +12218,Rachel G.,F,35,"Chicago, IL",2227,2262,716,5K +18177,Lauren H.,F,28,"Christiansburg, VA",2227,2253,716,5K +16230,Amanda M.,F,29,"Fairfax, VA",2229,2244,716,5K +23567,Margaret S.,F,26,"Colorado Springs, CO",2229,2244,716,5K +25497,Angela E.,F,32,"Manheim, PA",2229,2385,716,5K +17298,Laura B.,F,35,"Falls Church, VA",2230,2267,717,5K +23521,Liz S.,F,35,"Brooklyn, NY",2231,2351,717,5K +23657,Kathy K.,F,58,"Crofton, MD",2231,2270,717,5K +18012,Kristine F.,F,34,"Pasadena, TX",2232,2260,717,5K +24273,Wendy M.,F,44,"Germantown, MD",2232,2315,717,5K +25131,Raquel M.,F,27,"Herndon, VA",2232,2635,717,5K +25212,Joy M.,F,53,"Arlington, VA",2232,2305,717,5K +24742,Hang N.,F,28,"Washington, DC",2234,2362,718,5K +24223,Kayla N.,F,31,"Washington, DC",2234,2246,718,5K +23845,Nancy P.,F,43,"Saint Louis, MO",2235,2313,718,5K +16812,Val R.,F,32,"Reston, VA",2235,2252,718,5K +18490,Chrisitna C.,F,39,"New York, NY",2236,2249,718,5K +23795,Francis C.,F,35,"Washington, DC",2236,2714,718,5K +24240,Mary S.,F,32,"Herndon, VA",2237,2402,719,5K +24204,Mandy W.,F,76,"Falls Church, VA",2237,2316,719,5K +17615,Mary S.,F,73,"Reston, VA",2237,2253,719,5K +24239,Dana D.,F,24,"Vienna, VA",2238,2403,719,5K +24308,Laura D.,F,31,"Tysons, VA",2239,2404,719,5K +25246,Elise S.,F,27,"Springfield, VA",2240,2269,720,5K +17158,Sarah P.,F,34,"Owings, MD",2240,2269,720,5K +24844,Maggie B.,F,45,"Washington, DC",2240,2407,720,5K +22805,Marla B.,F,58,"Arlington, VA",2242,2275,720,5K +23774,Chloe C.,F,24,"Washington, DC",2242,2321,720,5K +24886,Jaime P.,F,36,"Washington, DC",2242,2802,720,5K +25204,Denise K.,F,45,"Alexandria, VA",2243,2271,721,5K +24559,Rachael K.,F,35,"Clearwater, FL",2243,2259,721,5K +21138,Ghada S.,F,35,"Arlington, VA",2244,2323,721,5K +20578,April F.,F,38,"Cherry Tree, PA",2246,2368,722,5K +13322,Shaila C.,F,39,"Washington, DC",2246,2282,722,5K +11077,Ariel K.,F,29,"Astoria, NY",2247,2376,722,5K +25159,Ariana M.,F,18,"Woodbridge, VA",2247,2294,722,5K +24943,Nadia J.,F,12,"Washington, DC",2248,2414,722,5K +988,Suzanne C.,F,40,"Baltimore, MD",2249,2533,723,5K +24375,Samantha C.,F,26,"Washington, DC",2250,2429,723,5K +19091,Andrea M.,F,43,"Baltimore, MD",2251,2533,723,5K +15243,Kelly B.,F,41,"Cheverly, MD",2251,2534,723,5K +25235,Hye J.,F,38,"Arlington, VA",2252,2265,724,5K +24038,Christa W.,F,52,"Fairfax, VA",2252,2370,724,5K +24818,Tracy B.,F,47,"Ellicott City, MD",2253,2381,724,5K +25038,Elba C.,F,49,"Silver Spring, MD",2254,2263,724,5K +24848,Helena B.,F,13,"Washington, DC",2254,2420,724,5K +19138,Mary C.,F,53,"Washington, DC",2254,2288,724,5K +20056,Arianne P.,F,24,"Washington, DC",2254,2330,724,5K +24438,Leslie S.,F,44,"Falls Church, VA",2255,2343,725,5K +18659,Kathryn G.,F,32,"Washington, DC",2255,2423,725,5K +19918,Joann T.,F,57,"Hyattsville, MD",2255,2290,725,5K +24190,Monica M.,F,52,"Columbia, MD",2256,2396,725,5K +17897,Katie S.,F,39,"West Chester, PA",2258,2361,726,5K +24887,Kate A.,F,35,"Alexandria, VA",2258,2362,726,5K +19645,Allison N.,F,52,"Pasadena, MD",2259,2293,726,5K +20649,Leila D.,F,29,"Falls Church, VA",2259,2339,726,5K +23836,Danielle V.,F,28,"Washington, DC",2260,2412,726,5K +24356,Kathy A.,F,62,"Oak Hill, VA",2260,2348,726,5K +20271,Laura R.,F,30,"Alexandria, VA",2260,2339,726,5K +25017,Ceceli T.,F,34,"Washington Dc, DC",2261,2450,727,5K +17747,Karyn S.,F,40,"Washington, DC",2262,2409,727,5K +24901,Dawnyela M.,F,44,"Washington, DC",2263,2431,727,5K +24588,Julita W.,F,33,"Upper Marlboro, MD",2263,2315,727,5K +23744,Andrea K.,F,30,"Arlington, VA",2265,2372,728,5K +21517,Claudia F.,F,31,"Washington, DC",2265,2403,728,5K +8762,Desiree L.,F,36,"Washington, DC",2265,2305,728,5K +24006,Lizzy R.,F,24,"Washington, DC",2266,2333,728,5K +23600,Lauren G.,F,33,"Alexandria, VA",2267,2392,728,5K +24001,Sara A.,F,25,"Washington, DC",2267,2333,728,5K +18986,Maria M.,F,36,"Washington, DC",2267,2404,728,5K +24236,Georgia K.,F,19,"Easton, PA",2276,2417,731,5K +24462,Meredith B.,F,29,"Alexandria, VA",2276,2417,731,5K +23637,Sarah M.,F,23,"Washington, DC",2276,2324,731,5K +24470,Sandra W.,F,54,"Falls Church, VA",2277,2407,732,5K +20289,Cheryl S.,F,66,"Indianapolis, IN",2278,2317,732,5K +18444,Lorena G.,F,22,"Silver Spring, MD",2278,2410,732,5K +18540,Lauren J.,F,26,"Washington Dc, DC",2278,2332,732,5K +24433,Stephanie C.,F,25,"Washington, DC",2279,2389,732,5K +24252,Shomya T.,F,26,"Washington, DC",2280,2434,733,5K +24631,Jennifer G.,F,49,"Purcellville, VA",2281,2387,733,5K +24723,Jd S.,F,41,"Ft Washington, MD",2283,2389,734,5K +24722,Tuesday B.,F,31,"Columbia, MD",2283,2389,734,5K +20302,Mandana F.,F,32,"Washington, DC",2283,2318,734,5K +24311,Emily A.,F,32,"Mt. Pleasant, SC",2284,2423,734,5K +24380,Francesca F.,F,34,"Miami, FL",2284,2424,734,5K +24254,Emily D.,F,26,"Arlington, VA",2284,2303,734,5K +18471,Nicole B.,F,31,"Washington, DC",2284,2341,734,5K +23627,Jahnin D.,F,29,"Washington, DC",2285,2469,734,5K +23626,Nelajah D.,F,34,"Washington, DC",2285,2469,734,5K +24091,Jennifer S.,F,46,"Washington, DC",2286,2310,735,5K +20684,Allison W.,F,34,"Arlington, VA",2286,2342,735,5K +10957,Barbara F.,F,49,"Elliott City, MD",2287,2355,735,5K +24972,Kinsey B.,F,26,"Fairfax, VA",2288,2690,735,5K +24842,Daniya S.,F,11,"Washington, DC",2288,2690,735,5K +24839,Hannah A.,F,23,"Silver Spring, MD",2288,2689,735,5K +23962,Erica D.,F,30,"Washington, DC",2288,2383,735,5K +24495,Adrienne C.,F,40,"Rockville, MD",2289,2401,736,5K +24749,Mary K.,F,30,"Arlington, VA",2290,2313,736,5K +23754,Karen P.,F,53,"Upper Marlboro, MD",2291,2358,736,5K +24825,Danielle Y.,F,35,"Washington, DC",2292,2855,736,5K +12290,Bettina H.,F,32,"Washington, DC",2292,2454,736,5K +24911,Nakeisha J.,F,41,"Washington, DC",2293,2461,737,5K +24980,Ashley L.,F,26,"Laurel, MD",2293,2353,737,5K +24312,Rebecca F.,F,42,"Falls Church, VA",2293,2459,737,5K +19964,Nancy L.,F,64,"Washington, DC",2294,2311,737,5K +25262,Lori R.,F,55,"Gerrardstown, WV",2294,2422,737,5K +20890,Smita P.,F,35,"Washington, DC",2294,2371,737,5K +24855,Mandy D.,F,14,"Washington, DC",2295,2858,737,5K +23168,Donia M.,F,38,"Cape May Court House, NJ",2295,2420,737,5K +24863,Karyn M.,F,33,"Alexandria, VA",2295,2396,737,5K +13644,Simona C.,F,36,"Washington, DC",2295,2325,737,5K +24896,Samantha N.,F,28,"Washington, DC",2295,2858,737,5K +25241,Olivia S.,F,39,"Ashburn, VA",2296,2322,738,5K +20670,Vanessa K.,F,33,"Washington, DC",2296,2325,738,5K +20260,Siri F.,F,41,"Washington, DC",2296,2327,738,5K +25117,Shannon R.,F,29,"Fairfax, VA",2296,2333,738,5K +21226,Mimi V.,F,37,"Silver Spring, MD",2298,2406,738,5K +19027,Kacey M.,F,28,"Washington, DC",2300,2324,739,5K +21587,Laura R.,F,32,"Arlington, VA",2302,2434,740,5K +20012,Lisa T.,F,32,"Sharpsburg, MD",2303,2425,740,5K +19414,Katie F.,F,32,"Silver Spring, MD",2303,2439,740,5K +23901,Erika A.,F,33,"Alexandria, VA",2304,2447,740,5K +17597,Megan G.,F,30,"Centreville, VA",2304,2376,740,5K +14646,Kelly G.,F,39,"Arlington, VA",2304,2375,740,5K +20246,Michelle F.,F,26,"Arlington, VA",2304,2373,740,5K +12761,Brandi H.,F,38,"Germantown, MD",2304,2330,740,5K +23752,Lindsey S.,F,40,"Alexandria, VA",2305,2386,741,5K +22123,Sara O.,F,37,"Washington, DC",2307,2349,741,5K +15410,Kimberly S.,F,26,"Coatesville, PA",2308,2338,742,5K +24593,Delara D.,F,31,"Washington, DC",2308,2515,742,5K +25240,Tierra C.,F,27,"Atlanta, GA",2308,2332,742,5K +24144,Katherine M.,F,26,"Madison, WI",2309,2367,742,5K +24141,Sarah H.,F,27,"Rockville, MD",2309,2367,742,5K +24106,Lauren D.,F,25,"Edgewood, MD",2310,2335,742,5K +24014,Nicole S.,F,27,"Arlington, VA",2310,2379,742,5K +20435,Mary R.,F,29,"Frederick, MD",2311,2370,743,5K +24277,Paula P.,F,35,"Bethesda, MD",2311,2445,743,5K +16507,Laura S.,F,54,"Hopewell Junction, NY",2311,2356,743,5K +24964,Arya N.,F,25,"Vienna, VA",2313,2467,743,5K +18075,Patricia G.,F,51,"Silver Spring, MD",2313,2338,743,5K +20177,Kimberly C.,F,34,"Reston, VA",2314,2348,744,5K +704,Farheena R.,F,41,"Sandy Spring, MD",2318,2327,745,5K +23533,Marina M.,F,40,"Washington, DC",2318,2414,745,5K +11952,Claire L.,F,16,"Springfield, VA",2321,2504,746,5K +20479,Shuang H.,F,30,"Arlington, VA",2322,2726,746,5K +24350,Shauna C.,F,39,"Kensington, MD",2323,2391,746,5K +19381,Jodie K.,F,52,"Arlington, VA",2326,2453,747,5K +19080,Emily C.,F,48,"Mclean, VA",2326,2453,747,5K +16199,Leanne S.,F,43,"Alexandria, VA",2326,2459,747,5K +25089,Jhansi B.,F,51,"Centreville, VA",2327,2368,748,5K +10680,Terri H.,F,46,"Alexandria, VA",2327,2385,748,5K +19876,Deitra W.,F,56,"Manassas, VA",2328,2407,748,5K +15958,Erin S.,F,31,"Alexandria, VA",2329,2386,748,5K +12475,Megan M.,F,32,"Washington, DC",2329,2346,748,5K +20062,Amy R.,F,32,"Washington, DC",2330,2471,749,5K +20462,Lesley M.,F,27,"Washington, DC",2330,2382,749,5K +24287,Christine B.,F,47,"Olney, MD",2330,2366,749,5K +15637,Tammy T.,F,55,"Woodbridge, VA",2330,2410,749,5K +15937,Meghan S.,F,33,"Oak Ridge, NJ",2332,2360,749,5K +24188,Erin B.,F,43,"Portsmouth, NH",2333,2364,750,5K +19639,Stacey E.,F,31,"Destin, FL",2333,2467,750,5K +9065,Erin S.,F,35,"Greenbelt, MD",2334,2462,750,5K +23589,Mary S.,F,60,"Reston, VA",2334,2340,750,5K +23858,Robin J.,F,33,"Waldorf, MD",2334,2361,750,5K +23987,Joanne S.,F,37,"Washington, DC",2334,2433,750,5K +24933,Jessie J.,F,40,"Springfield, VA",2337,2405,751,5K +19652,Julie A.,F,49,"Springfield, VA",2338,2405,751,5K +20411,Sarah M.,F,32,"Alexandria, VA",2338,2496,751,5K +23599,Sonja G.,F,40,"Springfield, VA",2338,2442,751,5K +19322,Amanda S.,F,30,"Fairfax, VA",2339,2496,752,5K +24313,Susan G.,F,33,"Arlington, VA",2340,2370,752,5K +19262,Heather F.,F,47,"Washington, DE",2341,2538,752,5K +21641,Alison D.,F,34,"Baltimore, MD",2341,2377,752,5K +24016,Jennifer H.,F,53,"Washington, DC",2341,2467,752,5K +23766,Anne Z.,F,29,"Rockville, MD",2342,2489,753,5K +25021,Hillary L.,F,24,"Raleigh, NC",2342,2443,753,5K +2614,Stefani G.,F,24,"Norwalk, CT",2342,2483,753,5K +7935,Tsveta P.,F,32,"Washington, DC",2343,2484,753,5K +24256,Amy S.,F,43,"Silver Spring, MD",2345,2376,754,5K +19313,Suzanne G.,F,53,"Reston, VA",2345,2407,754,5K +24582,Brooke B.,F,31,"Prince Frederick, MD",2345,2395,754,5K +18342,Danyelle D.,F,29,"Washington, DC",2345,2375,754,5K +17727,Theresa D.,F,46,"Fairfax Station, VA",2347,2439,754,5K +11336,Angela S.,F,37,"Ashburn, VA",2350,2521,755,5K +18305,Erica S.,F,30,"Washington, DC",2350,2481,755,5K +17468,Andrea C.,F,39,"Washington, DC",2351,2373,755,5K +24321,Josephine T.,F,36,"Falls Church, VA",2353,2458,756,5K +18439,Judy S.,F,55,"New York, NY",2355,2485,757,5K +24341,Courtney N.,F,35,"Fairfax, VA",2356,2487,757,5K +19470,Erin K.,F,36,"Wilmington, MA",2358,2471,758,5K +20768,Amy S.,F,37,"Alexandria, VA",2358,2399,758,5K +20065,Lindsey B.,F,41,"Virginia Beach, VA",2359,2371,758,5K +17684,Kimber W.,F,46,"Clinton, VA",2359,2394,758,5K +20259,Jennifer S.,F,57,"Teaneck, NJ",2359,2463,758,5K +8146,Meera R.,F,33,"Fairfax, VA",2360,2434,758,5K +23546,Dominique P.,F,29,"Bronx, NY",2361,2409,759,5K +19908,Claire S.,F,61,"Virginia Beach, VA",2363,2490,759,5K +23685,Lucy G.,F,30,"Albany, NY",2364,2447,760,5K +24977,Janeen P.,F,44,"Centreville, VA",2364,2523,760,5K +24698,Martha W.,F,29,"Arlington, VA",2365,2452,760,5K +24800,Kym N.,F,40,"Manassas, VA",2366,2424,760,5K +24690,Maria B.,F,54,"Arlington, VA",2367,2434,761,5K +19128,Kelle M.,F,45,"Alexandria, VA",2368,2469,761,5K +19145,Elizabeth L.,F,56,"Gaithersburg, MD",2369,2399,761,5K +24082,Shelia B.,F,67,"Portsmouth, VA",2369,2416,761,5K +24362,Lisa R.,F,45,"Boyds, MD",2370,2462,762,5K +24059,Gueck L.,F,35,"Rockville, MD",2370,2473,762,5K +23745,Marie Z.,F,32,"East Northport, NY",2370,2508,762,5K +24449,Yuna K.,F,18,"New York, NY",2371,2447,762,5K +17297,Elizabeth F.,F,44,"Washington, DC",2371,2558,762,5K +19879,Cassedy D.,F,37,"Clarksburg, MD",2371,2377,762,5K +24325,Quatrina P.,F,41,"Vienna, VA",2373,2428,763,5K +18174,Nicole H.,F,30,"Washington, DC",2375,2532,763,5K +23878,Renee M.,F,62,"Bethlehem, PA",2375,2487,763,5K +24077,Laura V.,F,42,"Springfield, VA",2375,2450,763,5K +24080,Aparna S.,F,37,"North Potomac, MD",2376,2381,763,5K +24781,Julie E.,F,52,"Gahanna, OH",2376,2446,763,5K +23585,Rebecca T.,F,44,"Springfield, VA",2377,2453,764,5K +24720,Sabine B.,F,43,"Upper Marlboro, MD",2378,2527,764,5K +25243,Cynthia P.,F,54,"Arlington, VA",2379,2404,764,5K +19039,Sophia W.,F,60,"Newport News, VA",2382,2464,765,5K +18289,Lori C.,F,42,"Garrett Park, MD",2382,2451,765,5K +24688,Handan R.,F,55,"Herndon, VA",2385,2432,766,5K +24740,Monica J.,F,42,"Upper Marlboro, MD",2386,2423,767,5K +24908,Gabriela L.,F,13,"Washington, DC",2388,2788,767,5K +24833,Casey S.,F,25,"Arlington, VA",2388,2788,767,5K +21531,Alayna P.,F,31,"Washington, DC",2388,2457,767,5K +22859,Elizabeth D.,F,31,"Cincinnati, OH",2388,2406,767,5K +21576,Katharine Z.,F,34,"Washington, DC",2389,2466,768,5K +21167,Riah J.,F,41,"College Park, MD",2389,2564,768,5K +19382,Margaret L.,F,34,"Washington, DC",2390,2401,768,5K +24849,Melissa R.,F,33,"Hyattsville, MD",2390,2559,768,5K +20427,Christina W.,F,33,"Centreville, VA",2390,2428,768,5K +20200,Lisa M.,F,48,"Herndon, VA",2390,2425,768,5K +18454,Anna E.,F,43,"Centreville, VA",2391,2422,768,5K +19108,Catherine C.,F,57,"Alexandria, VA",2392,2435,769,5K +19642,Kendra Q.,F,32,"Ft Meade, MD",2393,2503,769,5K +24296,Farr Q.,F,35,"Alexandria, VA",2394,2475,769,5K +20075,Melanie Z.,F,37,"Washington, DC",2395,2552,770,5K +19194,Antonina S.,F,33,"Oakmont, PA",2395,2441,770,5K +24181,Zoe J.,F,15,"Mitchellville, MD",2397,2508,770,5K +23544,Claire T.,F,23,"Arlington, VA",2398,2440,771,5K +17412,Lori H.,F,37,"Frederick, MD",2399,2493,771,5K +24280,Emily T.,F,40,"Olney, MD",2401,2437,772,5K +7173,Alexandria M.,F,30,"Washington, DC",2401,2437,772,5K +24640,Julie C.,F,36,"Tampa, FL",2402,2479,772,5K +23413,Alison M.,F,35,"Hyattsvile, MD",2403,2557,772,5K +22682,Elizabeth M.,F,27,"Washington, DC",2404,2495,772,5K +23495,Arioth S.,F,38,"Alexandria, VA",2405,2564,773,5K +24919,Arsema G.,F,11,"Washington, DC",2406,2798,773,5K +24898,Heather M.,F,29,"Washington, DC",2406,2798,773,5K +24584,Aisha A.,F,49,"Bethesda, MD",2408,2545,774,5K +24122,Louise B.,F,58,"Portland, OR",2409,2493,774,5K +24389,Emily S.,F,27,"Philadelphia, PA",2409,2547,774,5K +24116,Annica W.,F,11,"North Beach, MD",2410,2529,774,5K +505,Francie D.,F,51,"Birmingham, AL",2410,2496,774,5K +14959,Newman D.,F,24,"Washington, DC",2410,2496,774,5K +24085,Michelle M.,F,35,"Woodbridge, VA",2411,2505,775,5K +24807,Kelly B.,F,27,"Alexandria, VA",2412,2454,775,5K +24962,Kelli S.,F,31,"Washington, DC",2413,2505,775,5K +24261,Jill H.,F,44,"Washington, DC",2413,2522,775,5K +17750,Katherine T.,F,33,"Fairfax, VA",2414,2568,776,5K +12981,Julia H.,F,35,"Silver Spring, MD",2417,2436,777,5K +20481,Kenda C.,F,43,"Bethesda, MD",2419,2591,777,5K +18306,Makkah A.,F,27,"Washington, DC",2420,2663,778,5K +22086,Bina S.,F,33,"Washington, DC",2420,2595,778,5K +23732,Lylah G.,F,27,"New York, NY",2422,2480,778,5K +18416,Katharine B.,F,45,"Littleton, MA",2422,2468,778,5K +23947,Francesca M.,F,48,"Stratham, NH",2422,2455,778,5K +24490,Alice H.,F,12,"Washington, DC",2426,2536,780,5K +19679,Pam N.,F,55,"Claremont, CA",2427,2595,780,5K +16474,Jennifer H.,F,30,"Washington, DC",2428,2445,780,5K +20040,Nicole S.,F,38,"Calgary, AB",2429,2476,781,5K +17693,Suzanne D.,F,38,"New Orleans, LA",2430,2545,781,5K +24783,Erika R.,F,25,"Washington, DC",2431,2473,781,5K +20186,Hilary S.,F,42,"Cambridge, MA",2432,2476,781,5K +12349,Colleen H.,F,42,"Washington, DC",2433,2588,782,5K +24221,Leslie K.,F,28,"Washington, DC",2435,2445,782,5K +23826,Olivia D.,F,15,"Los Alamos, NM",2436,2501,783,5K +23855,Sarah C.,F,32,"Raleigh, NC",2436,2515,783,5K +20552,Maria B.,F,45,"Silver Spring, MD",2438,2476,783,5K +23538,Barbara G.,F,58,"Haymarket, VA",2440,2554,784,5K +24025,Joy S.,F,55,"Nashua, NH",2440,2539,784,5K +25135,Denise H.,F,30,"Ashburn, VA",2441,2454,784,5K +20420,Christy K.,F,40,"Scott Depot, WV",2443,2497,785,5K +19898,Silviya Y.,F,26,"Fairfax, VA",2444,2471,785,5K +19618,Elizabeth S.,F,26,"Arlington, VA",2444,2750,785,5K +18236,Katie B.,F,36,"Warrenton, VA",2444,2607,785,5K +23598,Bobbi S.,F,62,"Fort Myers, FL",2445,2595,786,5K +20081,Lauren B.,F,34,"Silver Spring, MD",2445,2505,786,5K +24702,Vanessa D.,F,29,"Washington, DC",2446,2577,786,5K +23497,Becky K.,F,28,"Arlington, VA",2446,2498,786,5K +24503,Raquel J.,F,39,"Woodbridge, VA",2449,2528,787,5K +19856,Kelly H.,F,47,"Sterling, VA",2450,2618,787,5K +14773,Afenia H.,F,43,"Oxon Hill, MD",2451,2509,788,5K +16774,Jameela C.,F,28,"Washington, DC",2451,2507,788,5K +23596,Lynzy W.,F,23,"Woodbridge, VA",2452,2461,788,5K +24754,Madelene P.,F,46,"Fort Belvoir, VA",2455,2608,789,5K +24717,Maryam A.,F,37,"Potomac, MD",2456,2593,789,5K +24734,Carolyn M.,F,21,"Springfield, VA",2456,2477,789,5K +24291,Heather D.,F,30,"Washington, DC",2458,2608,790,5K +23715,Kristin S.,F,36,"Ipswich, MA",2460,2572,790,5K +24105,Karen S.,F,41,"Washington, DC",2462,2559,791,5K +23811,Michaela G.,F,32,"Washington, DC",2462,2508,791,5K +19084,Alena M.,F,39,"Arlington, VA",2463,2641,791,5K +24847,Araceli I.,F,34,"Burke, VA",2463,2498,791,5K +23710,Denise L.,F,55,"Columbia, MD",2464,2533,792,5K +21106,Vinita B.,F,28,"Sterling, VA",2465,2572,792,5K +22786,Waymee C.,F,36,"Chambersburg, PA",2465,2651,792,5K +15509,Cherish E.,F,41,"Greencastle, PA",2466,2650,792,5K +23436,Katrina C.,F,33,"Philadelphia, PA",2467,2549,793,5K +23951,Barbara D.,F,54,"Woodbridge, VA",2469,2532,793,5K +14803,Emily G.,F,44,"College Park, MD",2469,2529,793,5K +23611,Donna K.,F,64,"Bethlehem, PA",2470,2581,794,5K +15003,Kathy Q.,F,26,"Arlington, VA",2472,2516,794,5K +19308,Tatiana M.,F,40,"Alexandria, VA",2473,2527,795,5K +24226,Elizabeth C.,F,28,"Silver Spring, MD",2473,2509,795,5K +17883,Amy T.,F,33,"Erial, NJ",2475,2531,795,5K +19739,Jolie R.,F,34,"Washington, DC",2475,2511,795,5K +24566,Barbara G.,F,55,"Bel Air, MD",2478,2499,796,5K +24771,Ashley M.,F,29,"Alexandria, VA",2478,2519,796,5K +19028,Paula S.,F,46,"Washington, DC",2478,2648,796,5K +23897,Jade M.,F,34,"Alexandria, VA",2478,2519,796,5K +18827,Colleen P.,F,21,"Washington, DC",2479,2486,797,5K +24525,Stacy J.,F,53,"Odenton, MD",2479,2527,797,5K +25097,Marie P.,F,30,"Leesburg, VA",2479,2621,797,5K +24564,Patricia B.,F,52,"Parkton, MD",2479,2499,797,5K +23550,Jennifer S.,F,34,"Washington, DC",2483,2618,798,5K +25219,Kathy Y.,F,64,"Catonsville, MD",2485,2698,799,5K +24373,Monica B.,F,41,"Germantown, MD",2485,2576,799,5K +19901,Bridget H.,F,31,"Arlington, VA",2488,2574,800,5K +23814,Brandi A.,F,30,"Arlington, VA",2489,2661,800,5K +24076,Olga R.,F,26,"Washington, DC",2490,2529,800,5K +24696,Helena H.,F,6,"Arlington, VA",2490,2535,800,5K +24176,Sherri J.,F,55,"Mitchellville, MD",2491,2602,800,5K +22978,Elizabeth P.,F,32,"Milwaukee, WI",2491,2570,800,5K +25009,Kimberly S.,F,41,"Severn, MD",2494,2655,801,5K +19912,Sophia C.,F,32,"Arlington, VA",2496,2642,802,5K +16895,Lucy Y.,F,29,"Washintgon, DC",2496,2542,802,5K +24883,Maryellen W.,F,36,"Germantown, MD",2499,2547,803,5K +24695,Cathleen T.,F,39,"Arlington, VA",2500,2545,803,5K +24274,Sheila A.,F,29,"Bealeton, VA",2501,2666,804,5K +20422,Sarah A.,F,31,"Vienna, VA",2502,2673,804,5K +25234,Eun K.,F,35,"Centreville, VA",2507,2520,806,5K +25254,Janice D.,F,44,"Bethesda, MD",2508,2509,806,5K +19521,Paige F.,F,37,"Kalamazoo, MI",2509,2533,806,5K +24785,Annamaria B.,F,25,"Gaithersburg, MD",2510,2616,807,5K +23742,Ethel M.,F,36,"Silver Spring, MD",2510,2551,807,5K +23743,Marilyn T.,F,57,"Mclean, VA",2510,2551,807,5K +24094,Diane B.,F,47,"Laurel, MD",2510,2688,807,5K +25207,Kim M.,F,50,"Bronx, NY",2516,2539,809,5K +24299,Aerin B.,F,8,"Arlington, VA",2516,2559,809,5K +24699,Addison G.,F,9,"Lima, OH",2516,2635,809,5K +24297,Cassandra B.,F,43,"Arlington, VA",2516,2559,809,5K +23786,Ping P.,F,51,"Purcellville, VA",2516,2577,809,5K +23636,Jennifer D.,F,39,"Springfield, VA",2517,2680,809,5K +23574,Octavia H.,F,28,"Stafford, VA",2518,2657,809,5K +24692,Jessica G.,F,35,"Lima, OH",2518,2636,809,5K +12358,Ruthzee L.,F,30,"Boston, MA",2520,2644,810,5K +18938,Rochelle D.,F,52,"Salisbury, MD",2521,2568,810,5K +11493,Rachael T.,F,35,"Newport, KY",2522,2805,810,5K +19077,Ruth M.,F,47,"Odenton, MD",2522,2553,810,5K +24916,Linda H.,F,63,"Olney, MD",2522,2604,810,5K +19037,Nicole M.,F,38,"Lake Mary, FL",2524,2561,811,5K +24007,Jen T.,F,45,"Annapolis, MD",2526,2599,812,5K +25029,Emily W.,F,27,"Washington, DC",2530,2597,813,5K +19340,Erin F.,F,32,"Washington, DC",2530,2597,813,5K +17923,Sarah H.,F,38,"Alexandria, VA",2532,2540,814,5K +23510,Natalie G.,F,24,"Astoria, NY",2533,2610,814,5K +20434,Rose M.,F,57,"Clinton, MD",2537,2609,815,5K +23739,Kamesha L.,F,23,"Laurel, MD",2538,2567,816,5K +24279,Afua R.,F,26,"Arlington, VA",2539,2543,816,5K +24383,Hazel L.,F,60,"Upper Marlboro, MD",2539,2608,816,5K +18591,Linda K.,F,44,"Philadelphia, PA",2541,2612,817,5K +23411,Andrea G.,F,29,"Arlington, VA",2542,2704,817,5K +23462,Catrina G.,F,30,"Quantico, VA",2543,2561,817,5K +24517,Angel J.,F,38,"Washington, DC",2544,2710,818,5K +23124,Melanie I.,F,47,"Laurel, MD",2548,2585,819,5K +20332,Liz S.,F,46,"Washington, DC",2552,2713,820,5K +23565,Anika S.,F,35,"North Bethesda, MD",2552,2655,820,5K +24057,Van H.,F,39,"Mclean, VA",2554,2657,821,5K +23765,Kate M.,F,30,"Chevy Chase, MD",2556,2702,821,5K +15436,Rachel M.,F,29,"Washington, DC",2556,2701,821,5K +24055,Lee L.,F,34,"Washington, DC",2556,2658,821,5K +21419,Varada S.,F,32,"Chicago, IL",2562,2686,823,5K +24034,Ailene P.,F,31,"Washington, DC",2563,2626,824,5K +21433,Saudamini S.,F,28,"Evanston, IL",2563,2687,824,5K +23680,Sasha M.,F,46,"Fairfax, VA",2565,2641,824,5K +20394,Evelyn P.,F,66,"Santa Fe, NM",2568,2632,825,5K +24501,Debra G.,F,61,"Sheboygan Falls, WI",2568,2674,825,5K +23542,Amanda U.,F,37,"Washington, DC",2569,2725,826,5K +24724,Terri A.,F,43,"Centreville, VA",2573,2756,827,5K +19399,Christin V.,F,43,"Bethesda, MD",2575,2635,827,5K +19975,Jacquelyn H.,F,28,"Washington, DC",2576,2696,828,5K +23747,Laura S.,F,22,"Washington, DC",2576,2759,828,5K +23692,Barbara C.,F,39,"Washington, DC",2576,3055,828,5K +24330,Anna O.,F,38,"Helena, MT",2577,2670,828,5K +25228,Ann M.,F,52,"Baltimore, MD",2581,2591,829,5K +23641,Fabiana G.,F,24,"Rockville, MD",2581,2698,829,5K +19969,Dimana D.,F,31,"Bethesda, MD",2582,2688,830,5K +19810,Cathy W.,F,56,"Frederick, MD",2584,2722,830,5K +18879,Lucinda A.,F,61,"Fairfax, VA",2585,2650,831,5K +18744,Luvi-Anne T.,F,33,"Bethesda, MD",2585,2718,831,5K +17588,Casey D.,F,31,"Olney, MD",2585,2704,831,5K +23590,Marlana O.,F,54,"Rockville, MD",2590,2635,832,5K +24031,Diane B.,F,60,"Ft Myers, FL",2590,2734,832,5K +19701,Jacqueline M.,F,47,"Vienna, VA",2591,2657,833,5K +24632,Julie H.,F,48,"Woodbridge, VA",2591,2661,833,5K +20105,Jennifer P.,F,42,"Alexandria, VA",2592,2642,833,5K +25225,Constance R.,F,46,"Owings Mills, MD",2593,2651,833,5K +20743,Kristin B.,F,47,"Aldie, VA",2594,2660,834,5K +24030,Erin B.,F,36,"Arlington, VA",2594,2737,834,5K +23818,Brenda M.,F,42,"Chesapeake, VA",2596,2678,834,5K +25210,Janice B.,F,70,"Bradenton, FL",2596,2649,834,5K +19793,Tadeja G.,F,32,"Washington, DC",2597,2721,835,5K +20666,Jaime M.,F,40,"Washington, DC",2597,2722,835,5K +24208,Gabrielle J.,F,8,"Alexandria, VA",2599,2666,835,5K +17850,Kelli M.,F,37,"Washington, DC",2599,2693,835,5K +23994,Kaleo B.,F,46,"Philadelphia, PA",2600,2735,836,5K +23970,Lorraine R.,F,56,"Leonardtown, MD",2605,2662,837,5K +20994,Parimala N.,F,43,"Chantilly, VA",2606,2654,837,5K +24526,Emily F.,F,19,"York, PA",2607,2723,838,5K +23928,Renee P.,F,58,"Germantown, MD",2608,2662,838,5K +24626,Liz F.,F,26,"Washington, DC",2609,2666,838,5K +23833,Minna B.,F,46,"Falls Church, VA",2611,2651,839,5K +24189,Megan W.,F,30,"Alexandria, VA",2612,2754,839,5K +21289,Natasha M.,F,30,"N Chesterfield, VA",2614,2759,840,5K +21548,Charlotte T.,F,33,"Washington, DC",2614,2671,840,5K +23579,Kayla H.,F,23,"Murfreeboro, TN",2616,2675,841,5K +23991,Moutusi S.,F,33,"North Bethesda, MD",2617,2625,841,5K +24224,Rajeswari V.,F,33,"Clarksburg, MD",2618,2663,841,5K +24370,Susan A.,F,39,"Arlington, VA",2618,2664,841,5K +22760,Laurie D.,F,44,"Manasas, VA",2619,2690,842,5K +18622,Katherine M.,F,29,"Richmond, VA",2622,2683,843,5K +18213,Marcia R.,F,60,"Troy, NY",2627,2706,844,5K +24147,Helen M.,F,56,"Folsom, CA",2628,2718,845,5K +20509,Archana A.,F,38,"Herndon, VA",2629,2634,845,5K +16010,Reena S.,F,38,"Chantilly, VA",2629,2633,845,5K +20589,London M.,F,36,"College Park, MD",2632,2678,846,5K +24880,Ricki G.,F,52,"Dumfries, VA",2633,2683,846,5K +24366,Trisha Z.,F,47,"Middletown, MD",2633,2666,846,5K +18186,Markita B.,F,37,"Rockville, MD",2635,2723,847,5K +23619,Eileen N.,F,66,"Mclean, VA",2636,2706,847,5K +20194,Suzi W.,F,34,"Woodbridge, VA",2641,2691,849,5K +20626,Allison S.,F,31,"Newport News, VA",2643,2736,849,5K +20285,Courtney B.,F,28,"Warner Robins, GA",2643,2737,849,5K +23921,Karen A.,F,52,"Brandywine, MD",2644,2688,850,5K +24265,Angelina R.,F,31,"Rockville, MD",2646,2646,850,5K +23887,Jacqueline O.,F,38,"Burtonsville, MD",2647,2647,851,5K +24262,Erin S.,F,32,"Brighton, MA",2647,2748,851,5K +19441,Nicole T.,F,29,"Glen Burnie, MD",2649,2659,851,5K +24216,Pharyn S.,F,30,"Glen Allen, VA",2650,2799,852,5K +23606,Karolina K.,F,9,"Gaithersburg, MD",2652,2673,852,5K +23682,Debby S.,F,61,"North Plainfield, NJ",2652,2704,852,5K +19184,Dawn M.,F,50,"New York, NY",2655,2718,853,5K +24133,Jacqueline M.,F,58,"Ringoes, NJ",2655,2804,853,5K +20908,Catherine S.,F,45,"Ellicott City, MD",2656,2798,854,5K +24570,Sheena S.,F,58,"Silver Spring, MD",2657,2744,854,5K +23425,Theresa G.,F,46,"Woodbridge, VA",2659,2820,854,5K +23681,Laura M.,F,34,"Beaumont, TX",2659,2680,854,5K +18295,Liz G.,F,33,"Arlington, VA",2660,2779,855,5K +24406,Lauren Y.,F,32,"Herndon, VA",2660,2835,855,5K +23824,Michele D.,F,52,"Los Alamos, NM",2661,2727,855,5K +18491,Lori M.,F,44,"Crisfield, MD",2662,2758,855,5K +6178,Katey S.,F,38,"Lewes, DE",2663,2762,856,5K +24305,Anita P.,F,37,"New York, NY",2664,2717,856,5K +25065,Victoria H.,F,42,"Ellicott City, MD",2665,3228,856,5K +20491,Deon A.,F,51,"St. Louis, MO",2666,2726,857,5K +16125,Patricia H.,F,36,"Owings, MD",2667,2709,857,5K +17908,Anna N.,F,52,"Arlington, VA",2669,2759,858,5K +21047,Erin M.,F,42,"Washington, DC",2669,2759,858,5K +25215,Ericka A.,F,35,"Lumberton, NJ",2670,2721,858,5K +19053,Lori R.,F,42,"Purcellville, VA",2670,2712,858,5K +19888,Nicole F.,F,40,"Chantilly, VA",2671,2837,858,5K +24388,Darlene L.,F,57,"Glen Allen, VA",2672,2821,859,5K +24396,Valeria T.,F,44,"Bowie, MD",2672,2822,859,5K +25028,Rosemary L.,F,38,"Washington, DC",2674,2795,859,5K +23608,Kristine S.,F,38,"Gaithersburg, MD",2674,2696,859,5K +19982,Terri A.,F,43,"Laurel, MD",2675,2712,860,5K +16037,Shannon A.,F,36,"Prince Frederick, MD",2676,2719,860,5K +24172,Raha M.,F,11,"Rockville, MD",2679,2829,861,5K +24005,Anne S.,F,46,"Alexandria, VA",2679,2790,861,5K +23931,Danielle Y.,F,31,"Rockville, MD",2679,2781,861,5K +15288,Emily D.,F,31,"Alexandria, VA",2680,2835,861,5K +25191,Leanne L.,F,50,"Mountain Lakes, NJ",2680,2808,861,5K +24353,Virginia M.,F,33,"Rockville, MD",2680,2835,861,5K +24638,Kathryn D.,F,39,"Columbus, OH",2681,2758,862,5K +9438,Lara D.,F,23,"Reston, VA",2682,2824,862,5K +19883,Ana G.,F,40,"Gaithersburg, MD",2684,2768,863,5K +9442,Leah D.,F,20,"Reston, VA",2684,2825,863,5K +23630,Amy B.,F,25,"Washington, DC",2686,2807,863,5K +24860,Joy M.,F,42,"Germantown, MD",2688,2688,864,5K +22949,Cecile S.,F,38,"Lafayette Hill, PA",2690,2804,864,5K +20430,Monica E.,F,32,"Norfolk, VA",2691,2804,865,5K +16304,Christen K.,F,38,"Baltimore, MD",2693,2880,865,5K +24978,Amy A.,F,37,"Nokesville, VA",2695,2735,866,5K +23622,Marissa K.,F,35,"North Aurora, IL",2696,2816,866,5K +23525,Mary S.,F,31,"Gainesville, VA",2696,2816,866,5K +24200,Angela M.,F,39,"Ashton, MD",2698,2758,867,5K +23829,Jennifer Y.,F,34,"Washington, DC",2698,2815,867,5K +25024,Lindsay M.,F,34,"Alexandria, VA",2702,2823,868,5K +24819,Lisa S.,F,50,"Manassas, VA",2702,2739,868,5K +20241,Pauline M.,F,46,"Virginia Beach, VA",2707,2875,870,5K +23638,Luz E.,F,29,"Arlington, VA",2707,2867,870,5K +20365,Elaina M.,F,27,"Dover, PA",2707,2745,870,5K +23787,Gina R.,F,29,"Arlington, VA",2707,2867,870,5K +21603,Keila D.,F,33,"Arlington, VA",2707,2867,870,5K +23783,Sara K.,F,26,"Washington, DC",2708,2866,870,5K +24633,Miriam K.,F,75,"Arnold, MD",2709,2753,871,5K +10115,Margie D.,F,51,"Reston, VA",2710,2852,871,5K +24778,Erin L.,F,52,"Great Falls, VA",2713,2786,872,5K +24097,Chen C.,F,32,"Washington, DC",2713,2728,872,5K +23935,Justine W.,F,37,"Germantown, MD",2714,2834,872,5K +25075,Jennifer J.,F,34,"Laurel, MD",2714,2901,872,5K +23725,Suzanne L.,F,48,"Springfield, VA",2716,2809,873,5K +23796,Alyssa E.,F,39,"Fairfax, VA",2716,2809,873,5K +25145,Kristin S.,F,29,"Leesburg, VA",2717,2844,873,5K +24950,Danielle D.,F,28,"Capitol Heights, MD",2717,2768,873,5K +19001,Tahereh F.,F,51,"Potomac, MD",2718,2720,873,5K +7053,Ivey W.,F,29,"Washington, DC",2718,2751,873,5K +20329,Arezoo S.,F,46,"Mclean, VA",2718,2720,873,5K +17265,Jenee G.,F,32,"Washington, DC",2718,2752,873,5K +24149,Alka M.,F,54,"Vienna, VA",2726,2794,876,5K +24563,Shelly D.,F,42,"Manassas, VA",2729,2870,877,5K +23664,Beth H.,F,33,"Washington, DC",2730,2800,877,5K +24316,Mary P.,F,31,"Washington, DC",2733,2777,878,5K +24060,Naomi L.,F,63,"Alexandria, VA",2739,2895,880,5K +24270,Tamara S.,F,36,"Washington, DC",2742,2858,881,5K +24715,Victoria M.,F,NA,"Stafford, VA",2744,2801,882,5K +24645,Michele F.,F,50,"Alexandria, VA",2745,2801,882,5K +24634,Thuy V.,F,40,"Alexandria, VA",2745,2801,882,5K +23642,Jaclyn M.,F,28,"Harrisburg, PA",2746,2935,882,5K +24335,Lauren W.,F,27,"Washington, DC",2746,2866,882,5K +24050,Marcella W.,F,25,"Washington, DC",2746,2866,882,5K +23940,Sherry L.,F,24,"Fresh Meadows, NY",2747,2867,883,5K +15659,Gabrielle T.,F,34,"Alexandria, VA",2752,2925,884,5K +20494,Nadeeka H.,F,30,"Centreville, VA",2752,2813,884,5K +24598,Melany R.,F,38,"Mountville, PA",2754,2830,885,5K +16546,Laura B.,F,39,"Warrington, PA",2756,2825,886,5K +23673,Karen F.,F,41,"Woodbridge, VA",2757,2774,886,5K +23632,Julie M.,F,45,"Savannah, GA",2758,2873,886,5K +19994,Rhonda M.,F,47,"Baldwin, NY",2761,2820,887,5K +23678,Celeste B.,F,11,"Richmond, VA",2761,2836,887,5K +23489,Shana O.,F,28,"Washington, DC",2761,2899,887,5K +23540,Tammy K.,F,37,"Beltsville, MD",2763,2896,888,5K +24454,May-Ying L.,F,29,"Arlington, VA",2764,2788,888,5K +24752,Emilia S.,F,13,"Centreville, MD",2765,2885,889,5K +25095,Marie P.,F,66,"Oak Hill, VA",2765,2844,889,5K +23665,Wai-Ying L.,F,31,"Houston, TX",2767,2790,889,5K +24028,Diara C.,F,11,"Washington, DC",2767,2925,889,5K +20291,Houra R.,F,54,"Adelphi, MD",2768,2879,890,5K +20278,Christina C.,F,62,"Silver Spring, MD",2769,2879,890,5K +24764,Joanne M.,F,62,"Woodbridge, VA",2769,2923,890,5K +24853,Shelby B.,F,11,"Washington, DC",2771,2942,890,5K +24888,Morgan P.,F,32,"Washington, DC",2771,2942,890,5K +24061,Tina H.,F,37,"Arlington, VA",2771,2814,890,5K +17485,Kimberley P.,F,53,"Hyattsville, MD",2772,2897,891,5K +23635,Aiden J.,F,15,"Savannah, GA",2773,2886,891,5K +24241,Connie B.,F,37,"Arlington, VA",2775,2848,892,5K +24391,Carol B.,F,59,"Rockwood, TN",2779,2879,893,5K +18800,Ashley V.,F,48,"Cheverly, MD",2779,2891,893,5K +20001,Sherry S.,F,51,"Washington, DC",2779,2858,893,5K +24029,Kwanita B.,F,37,"Washington, DC",2779,2938,893,5K +24607,Jennifer W.,F,23,"Potomac, MD",2783,2931,894,5K +23539,Jacqueline O.,F,85,"Washington, DC",2786,2821,895,5K +22892,Jane R.,F,16,"Chatham, NJ",2787,2852,896,5K +19732,Mary C.,F,62,"Endwell, NY",2787,2845,896,5K +13865,Stephanie G.,F,44,"Sterling, VA",2787,3158,896,5K +22887,Rebecca R.,F,53,"Chatham, NJ",2787,2852,896,5K +23802,Richelle M.,F,57,"Silver Spring, MD",2787,2950,896,5K +23772,Stephanie H.,F,36,"Oxon Hill, MD",2788,2857,896,5K +23870,Allison C.,F,30,"Alexandria, VA",2789,2853,896,5K +24405,Abigail M.,F,8,"Nottingham, MD",2789,2800,896,5K +24716,Patricia P.,F,55,"Alexandria, VA",2790,2869,897,5K +20136,Lynn O.,F,45,"Germantown, MD",2790,2790,897,5K +23804,Tiffany S.,F,35,"Pasadena, CA",2791,2844,897,5K +24235,Jennifer L.,F,45,"Washington, DC",2797,2936,899,5K +21136,Vinu I.,F,29,"Fairfax, VA",2797,2813,899,5K +17993,Rebecca G.,F,34,"Baltimore, MD",2798,2927,899,5K +24623,Anne K.,F,49,"Timonium, MD",2800,2843,900,5K +23888,Kendall S.,F,20,"Westerville, OH",2800,2888,900,5K +23876,Melissa P.,F,59,"Orient, OH",2800,2888,900,5K +23919,Barbara M.,F,49,"Cleona, PA",2801,2917,900,5K +21077,Teresa B.,F,46,"Mclean, VA",2805,2945,901,5K +25495,Charlene F.,F,52,"Stafford, VA",2805,2893,901,5K +19173,Leeanna A.,F,36,"Atlanta, GA",2806,2950,902,5K +24538,Valerie B.,F,69,"Lee, MA",2813,2860,904,5K +23875,Denise T.,F,40,"Baltimore, MD",2814,2878,904,5K +24003,Nikki G.,F,67,"Rockville, MD",2816,2862,905,5K +23643,Melissa G.,F,39,"Hampton, VA",2817,2969,905,5K +24017,Anastasia V.,F,28,"Washington, DC",2818,2886,906,5K +18981,Patricia W.,F,56,"Hyattsville, MD",2819,2869,906,5K +20658,Ileka D.,F,37,"Elkridge, MD",2819,2854,906,5K +23441,Karen F.,F,53,"Ellicott City, MD",2825,2928,908,5K +24417,Patty H.,F,43,"Casa Grande, AZ",2826,2954,908,5K +21330,Charlotte D.,F,36,"Fairfax, VA",2827,2841,909,5K +24902,Marci I.,F,39,"Upper-Marlboro, MD",2827,2900,909,5K +21107,Rosslyn W.,F,42,"Fairfax, VA",2829,2843,909,5K +24446,Monique R.,F,39,"Sykesville, MD",2830,2898,909,5K +15620,Sarah P.,F,36,"Springfield, VA",2832,2967,910,5K +25081,Kim S.,F,34,"Waldorf, MD",2833,3015,910,5K +23791,Marty S.,F,51,"Silver Spring, MD",2833,2877,910,5K +23555,Yen-Ling L.,F,43,"Bethesda, MD",2834,2987,911,5K +24575,Mandy N.,F,35,"Boyds, MD",2844,2958,914,5K +20046,Sue W.,F,48,"Odenton, MD",2844,2898,914,5K +24784,Margo M.,F,26,"Rockville, MD",2846,2997,915,5K +24066,Maryanne B.,F,61,"Bay Shore, NY",2847,2865,915,5K +24044,Kelly M.,F,31,"La Plata, MD",2851,3018,916,5K +17290,Stacey C.,F,40,"Springfield, VA",2852,2967,917,5K +24866,Susan W.,F,49,"Bel Air, MD",2857,2964,918,5K +24282,Renschje H.,F,36,"Washington, DC",2857,2857,918,5K +24869,Laurie T.,F,55,"Bowie, MD",2857,2918,918,5K +24870,Alka D.,F,47,"Edgewater, MD",2857,2919,918,5K +18497,Ashley K.,F,34,"Arlington, VA",2858,2929,918,5K +15394,Julie R.,F,28,"Silver Spring, MD",2858,3012,918,5K +25138,Erica P.,F,22,"Woodbridge, VA",2861,2982,919,5K +23631,Meghan M.,F,39,"Alexandria, VA",2862,2966,920,5K +18004,Joanne P.,F,41,"Kennett Square, PA",2865,3004,921,5K +24979,Marleen G.,F,54,"Fort Washington, MD",2866,2935,921,5K +25123,Michaelle G.,F,28,"Temple Hills, MD",2867,2988,921,5K +24868,Katherine A.,F,48,"Manassas, VA",2868,3022,922,5K +24293,Amalia K.,F,30,"Arlington, VA",2869,2905,922,5K +24700,Libby F.,F,56,"Springfield, VA",2870,3049,922,5K +18275,Heather J.,F,37,"Washington, DC",2871,2906,923,5K +23406,Amily W.,F,36,"Falls Church, VA",2874,2995,924,5K +19098,Kristen E.,F,30,"Washington, DC",2875,2955,924,5K +18257,Dianna M.,F,55,"Ellicott City, MD",2878,3001,925,5K +21689,Jacqueline G.,F,27,"Pooler, GA",2878,3001,925,5K +23913,Lucy E.,F,26,"Washington, DC",2878,3001,925,5K +24199,Sabiha K.,F,37,"Vienna, VA",2881,2970,926,5K +13680,Brooke B.,F,23,"Annandale, VA",2881,2939,926,5K +25019,Renee G.,F,37,"Washington, DC",2883,3029,927,5K +24776,Jessica K.,F,26,"Woodbridge, VA",2887,2968,928,5K +24857,Marie K.,F,64,"Herndon, VA",2888,3072,928,5K +25175,Chaniece T.,F,24,"Hyattsville, MD",2889,2979,928,5K +24271,Sarah G.,F,61,"Burke, VA",2891,3074,929,5K +19580,Karen M.,F,56,"Washington, DC",2892,2892,929,5K +19474,Christina T.,F,37,"Bethesda, MD",2893,2952,930,5K +24043,Mariel C.,F,44,"Silver Spring, MD",2893,2942,930,5K +24782,Hope M.,F,61,"Rockville, MD",2895,3046,930,5K +20351,Katherine G.,F,31,"Coram Ny, NY",2895,3000,930,5K +24013,Meg K.,F,33,"Pittsburgh, PA",2895,3052,930,5K +25109,Lynn B.,F,45,"Sterling, VA",2896,3023,931,5K +20295,Samantha D.,F,28,"Gettysburg, PA",2902,2953,933,5K +25010,Natalie K.,F,33,"Washington, DC",2904,3074,933,5K +25226,Lenore E.,F,59,"North Bethesda, MD",2904,2947,933,5K +25092,Josephine K.,F,33,"Manassas, VA",2905,2970,934,5K +23958,Monica L.,F,67,"Staten Island, NY",2905,2938,934,5K +23834,Joan P.,F,65,"Severn, MD",2906,3011,934,5K +25091,Tasha C.,F,39,"Manassas Pk, VA",2907,2971,934,5K +24693,Gina R.,F,61,"Arlington, VA",2908,2984,935,5K +17495,Kim W.,F,39,"Rockville, MD",2910,3077,935,5K +25150,Ruby G.,F,49,"Aldie, VA",2915,3000,937,5K +25152,Kendal S.,F,39,"Herndon, VA",2915,3000,937,5K +24845,Miya E.,F,29,"Stafford, VA",2915,2995,937,5K +25103,Alicia N.,F,28,"Alexandria, VA",2916,2921,937,5K +25100,Donna N.,F,65,"Alexandria, VA",2916,2921,937,5K +23730,Maureen W.,F,56,"Wrightstown, WI",2916,2983,937,5K +22311,Kelli H.,F,53,"Falls Church, VA",2917,2966,937,5K +25130,Lucy H.,F,23,"Falls Church, VA",2918,2966,938,5K +21607,Kristen S.,F,33,"Washington, DC",2919,3016,938,5K +24187,Douraine D.,F,38,"Elkridge, MD",2920,2963,938,5K +24990,Antoniett G.,F,51,"Rockville, MD",2920,2976,938,5K +18901,Amy T.,F,29,"Virginia Beach, VA",2923,3070,939,5K +15654,Katherine K.,F,30,"Quantico, VA",2927,3350,941,5K +19776,Alesha T.,F,40,"Beltsville, MD",2927,2966,941,5K +25057,Ammoria S.,F,47,"Laurel, MD",2927,3108,941,5K +8934,Yanira S.,F,43,"Cheverly, MD",2927,3302,941,5K +19358,Tanya H.,F,37,"Bethesda, MD",2928,2993,941,5K +24263,Pamela T.,F,33,"Arlington, VA",2928,3072,941,5K +25230,Vicky A.,F,48,"Gaithersburg, MD",2929,3013,941,5K +24063,Jessica W.,F,34,"Glen Burnie, MD",2930,3109,942,5K +21673,Marcia D.,F,40,"Garner, NC",2935,3031,943,5K +14732,Jessica D.,F,33,"Washington, DC",2935,3080,943,5K +23473,Allysa C.,F,38,"Winchester, VA",2937,3020,944,5K +9417,Vickie P.,F,56,"Washington, DC",2937,2937,944,5K +18902,Eileen T.,F,38,"Brooklyn, NY",2940,3087,945,5K +24367,Kallie L.,F,35,"Arlington, VA",2941,2941,945,5K +12163,Belinda D.,F,58,"Falls Church, VA",2942,2973,945,5K +20380,Felicia F.,F,49,"Alexandria, VA",2942,2973,945,5K +23511,Lucia G.,F,48,"Washignton, DC",2947,2987,947,5K +25170,Sarah S.,F,38,"Alexandria, VA",2948,3055,947,5K +25174,Maria E.,F,44,"Alexandria, VA",2948,3055,947,5K +24808,Antoinette D.,F,49,"Columbus, GA",2948,3105,947,5K +22126,Jordan G.,F,24,"Washington, DC",2950,3049,948,5K +24382,Shante J.,F,38,"Dale City, VA",2953,3042,949,5K +19949,Magda F.,F,36,"Gaithersburg, MD",2954,3086,949,5K +21547,Bonnie N.,F,29,"Alexandria, VA",2954,3031,949,5K +25167,Erica C.,F,48,"Alexandria, VA",2957,3283,950,5K +24745,E. M.,F,51,"Suitland, MD",2957,3025,950,5K +24327,Janine M.,F,28,"Washington, DC",2962,3015,952,5K +19995,Peterann S.,F,66,"Port Clinton, OH",2965,3021,953,5K +18041,Carrie H.,F,41,"Greenville, NC",2971,3098,955,5K +24736,Kris K.,F,48,"Kalida, OH",2975,3103,956,5K +24737,Cheryl K.,F,45,"Kalida, OH",2975,3103,956,5K +23688,Terri B.,F,57,"Sicklerville, NJ",2976,3053,956,5K +24064,Emilia B.,F,9,"Washington, DC",2985,3161,959,5K +11472,Laura L.,F,34,"Annapolis, MD",2986,3042,960,5K +23819,Micheline C.,F,46,"Columbia, MD",2986,3164,960,5K +20330,Kristel R.,F,32,"Glen Burnie, MD",2986,3065,960,5K +5516,Kim W.,F,56,"Prince Frederick, MD",2987,3042,960,5K +20535,Alison M.,F,39,"Burke, VA",2990,3128,961,5K +20722,Michelle F.,F,37,"Laurel, MD",2992,3026,962,5K +22995,Nancy F.,F,51,"Bristol, RI",2993,3050,962,5K +23800,Widney M.,F,72,"Portland, OR",2997,3056,963,5K +24062,Julia P.,F,34,"Washington, DC",2998,3173,963,5K +25185,Lina A.,F,26,"Sterling, VA",2999,3133,964,5K +24924,Amore A.,F,29,"Rockville, MD",3000,3000,964,5K +24703,Christine N.,F,31,"Beltsville, MD",3000,3000,964,5K +23717,Linda I.,F,64,"Torrance, CA",3000,3112,964,5K +23697,Christina D.,F,27,"Alexandria, VA",3001,3072,964,5K +25184,Gurpreet M.,F,25,"Alexandria, VA",3001,3135,964,5K +25162,Eleni A.,F,40,"South Riding, VA",3002,3136,965,5K +13542,Linda H.,F,34,"Vienna, VA",3003,3106,965,5K +24058,Tina C.,F,34,"Rockville, MD",3003,3106,965,5K +23448,Kaitlin M.,F,24,"Newport News, VA",3004,3029,965,5K +23455,Jennifer S.,F,51,"Alexandria, VA",3004,3029,965,5K +23986,Leigh A.,F,55,"Richmond, VA",3005,3104,966,5K +24991,Oluwafemi O.,F,25,"Hyattsville, MD",3009,3084,967,5K +25018,Alia F.,F,26,"Washington, DC",3009,3009,967,5K +23523,Joan R.,F,51,"Wellington, FL",3009,3077,967,5K +22883,Kathleen L.,F,54,"Springfield, VA",3010,3199,967,5K +24530,Latasha M.,F,35,"Clinton, MD",3011,3035,968,5K +23582,Jaime L.,F,33,"Washington, DC",3012,3086,968,5K +24515,Valerie S.,F,45,"Mount Rainier, MD",3012,3104,968,5K +25048,Sarah M.,F,29,"Washington, DC",3014,3169,969,5K +24769,Susan S.,F,61,"Gaithersburg, MD",3014,3139,969,5K +25033,Amelia B.,F,26,"Washington, DC",3014,3169,969,5K +24441,Melissa M.,F,38,"Herndon, VA",3014,3189,969,5K +24767,Valery N.,F,57,"Gaithersburg, MD",3017,3143,970,5K +24552,Jocelyn H.,F,39,"Fairfax, VA",3017,3111,970,5K +24514,Leslie D.,F,58,"Burke, VA",3018,3115,970,5K +23618,Helen P.,F,54,"Bellerose, NY",3019,3153,970,5K +23577,Jaime A.,F,35,"Washington, DC",3020,3129,971,5K +24858,Marilynn W.,F,55,"Stafford, VA",3020,3344,971,5K +24346,Alexis G.,F,29,"Potomac, MD",3024,3280,972,5K +23968,Jean S.,F,64,"Rancho Santa Fe, CA",3026,3099,972,5K +23961,Kathryn S.,F,29,"Washington, DC",3026,3098,972,5K +23807,Candace S.,F,64,"Phoenix, AZ",3029,3067,973,5K +24602,Maria L.,F,60,"Falls Church, VA",3029,3095,973,5K +24994,Victoria W.,F,65,"Washington, DC",3029,3068,973,5K +23583,Michelle C.,F,59,"Howell, MI",3029,3067,973,5K +24600,Fe C.,F,61,"Oakton, VA",3030,3095,974,5K +24033,Rebecca B.,F,71,"Fort Washington, MD",3033,3191,975,5K +23934,Jeanel J.,F,64,"Miramar, FL",3036,3098,976,5K +25176,Sandra R.,F,39,"Arlington, VA",3037,3107,976,5K +25260,Luan L.,F,61,"Bethesda, MD",3041,3177,977,5K +23820,Pamela M.,F,56,"Centreville, VA",3042,3086,978,5K +24531,Destiny M.,F,18,"Clinton, MD",3043,3068,978,5K +24363,Elena H.,F,47,"Vienna, VA",3049,3136,980,5K +24351,Elaine J.,F,42,"Bladensburg, MD",3050,3137,980,5K +24359,Gail S.,F,43,"North Bethesda, MD",3051,3139,981,5K +25121,Harmonie T.,F,38,"Chantilly, VA",3055,3055,982,5K +24686,Nicole W.,F,41,"Sliver Srping, MD",3057,3225,982,5K +24169,Danielle P.,F,46,"Bowie, MD",3059,3100,983,5K +23427,Lynda W.,F,55,"Fort Washington, MD",3059,3084,983,5K +24084,Elaine D.,F,66,"Lorton, VA",3059,3095,983,5K +1637,Brenda P.,F,53,"Bowie, MD",3059,3100,983,5K +24225,Candyce P.,F,32,"Washington, DC",3059,3144,983,5K +23890,Samantha A.,F,25,"Austin, TX",3060,3101,983,5K +24711,Haley A.,F,32,"Silver Spring, MD",3061,3254,984,5K +24294,Wendy G.,F,59,"Portland, OR",3062,3162,984,5K +24929,Patricia T.,F,53,"Lorton, VA",3064,3216,985,5K +24809,Patricia T.,F,52,"Fairfax, VA",3065,3110,985,5K +24811,Sandra H.,F,54,"Burke, VA",3065,3110,985,5K +19862,Colleen W.,F,48,"Washington, DC",3066,3234,985,5K +25078,Pamela S.,F,34,"Upper Marlboro, MD",3067,3109,986,5K +20508,Nethra A.,F,37,"Philadelphia, PA",3070,3125,987,5K +25082,Renee D.,F,50,"Largo, MD",3072,3112,987,5K +16545,Kelly R.,F,23,"Ellicott City, MD",3072,3246,987,5K +13295,Laura C.,F,38,"Rockville, MD",3073,3248,988,5K +20090,Ashley I.,F,35,"Rockville, MD",3073,3248,988,5K +24118,Alana W.,F,9,"North Beach, MD",3075,3194,988,5K +23442,Dulce N.,F,35,"Washington, DC",3079,3079,990,5K +25193,Carrie P.,F,54,"Chevy Chase, MD",3080,3109,990,5K +23561,Vrinda K.,F,8,"Mclean, VA",3081,3177,990,5K +24326,Saira M.,F,34,"Mclean, VA",3084,3172,991,5K +18808,Joanna L.,F,32,"Washington, DC",3084,3266,991,5K +24065,Kierstyn B.,F,32,"Alexandria, VA",3087,3199,992,5K +19806,Nancy M.,F,61,"Gambrills, MD",3088,3139,992,5K +23976,Herma P.,F,46,"Washington Dc, DC",3090,3090,993,5K +24136,Angela D.,F,65,"Rosedale, NY",3092,3259,994,5K +24468,Arlene S.,F,41,"Sterling, VA",3099,3183,996,5K +24475,Pia S.,F,38,"Alexandria, VA",3099,3183,996,5K +18056,Alexis E.,F,24,"Tampa, FL",3099,3157,996,5K +23446,Ommar W.,F,54,"Mclean, VA",3099,3120,996,5K +24458,Joy R.,F,40,"Springfield, VA",3101,3183,997,5K +25125,Michelle R.,F,47,"Midland, VA",3101,3190,997,5K +24682,Eileen S.,F,67,"Rockville, MD",3106,3178,998,5K +24409,Aditi V.,F,34,"Washington, DC",3109,3193,999,5K +24735,Kathlea C.,F,39,"Silver Spring, MD",3110,3241,1000,5K +24708,Sheila L.,F,39,"Gaithersburg, MD",3110,3246,1000,5K +24339,Alison R.,F,49,"Falls Church, VA",3110,3194,1000,5K +24743,Julianne A.,F,26,"Washington, DC",3110,3240,1000,5K +24343,Emily G.,F,37,"Washington, DC",3112,3196,1000,5K +24408,Cynthia C.,F,45,"Washington, DC",3114,3196,1001,5K +23487,Revathi R.,F,62,"Fairfax, VA",3116,3190,1001,5K +25237,Fran G.,F,61,"Silver Spring, MD",3116,3164,1001,5K +24466,Sofia K.,F,6,"Bethesda, MD",3118,3235,1002,5K +24452,Najiyah K.,F,42,"Bethesda, MD",3120,3235,1003,5K +25177,Richa V.,F,44,"Vienna, VA",3121,3160,1003,5K +23623,Roxan C.,F,45,"District Heights, MD",3123,3163,1004,5K +24649,Elvera G.,F,48,"Waldorf, MD",3126,3193,1005,5K +24322,Pam M.,F,54,"Warrenton, VA",3132,3273,1007,5K +24987,Victoria M.,F,25,"Arlington, VA",3133,3273,1007,5K +23711,Rachel J.,F,50,"Chevy Chase, MD",3134,3233,1007,5K +19271,Tracy C.,F,37,"Alexandria, VA",3134,3225,1007,5K +20032,Jennifer D.,F,46,"Woodbridge, VA",3135,3225,1008,5K +14484,Amy H.,F,41,"Alexandria, VA",3135,3226,1008,5K +24286,Marianne L.,F,65,"Germantown, MD",3136,3329,1008,5K +24630,Karly C.,F,34,"Falls Church, VA",3136,3413,1008,5K +23880,Barbara K.,F,63,"Waterford Twp, MI",3136,3266,1008,5K +24968,Sandra H.,F,48,"Centreville, VA",3136,3219,1008,5K +25122,Jessica C.,F,38,"Centreville, VA",3137,3220,1008,5K +24075,Magnolia W.,F,61,"Highland Springs, VA",3141,3282,1009,5K +25111,Natalie G.,F,31,"Manassas, VA",3147,3230,1011,5K +23571,Madhurima U.,F,34,"Mclean, VA",3148,3245,1012,5K +24146,Sireesha K.,F,30,"Herndon, VA",3149,3245,1012,5K +24621,Latoya M.,F,30,"Alexandria, VA",3149,3308,1012,5K +24358,Kim A.,F,51,"Woodbridge, VA",3154,3232,1014,5K +24731,Carolyn T.,F,47,"Suitland, MD",3155,3245,1014,5K +23187,Sylvia J.,F,35,"Fredericksburg, VA",3157,3283,1015,5K +23188,Belinda F.,F,39,"Partlow, VA",3157,3282,1015,5K +16691,Stacy W.,F,47,"Stafford, VA",3158,3330,1015,5K +24281,Ardra L.,F,48,"Warrenton, VA",3166,3177,1018,5K +24701,Anne P.,F,46,"Windsor Mill, MD",3168,3259,1018,5K +20864,Soumya B.,F,37,"Yardley, PA",3168,3223,1018,5K +23916,Leigh G.,F,43,"Dumfries, VA",3176,3227,1021,5K +24074,Michelle M.,F,36,"Westchester, OH",3177,3301,1021,5K +23922,Julia R.,F,43,"Southbridge, VA",3177,3228,1021,5K +23938,Diane G.,F,63,"Wrightsville, PA",3179,3294,1022,5K +23437,Cristina P.,F,25,"Alexandria, VA",3180,3312,1022,5K +24770,Virginia W.,F,60,"Baltimore, MD",3182,3228,1023,5K +25064,Victoria T.,F,43,"Olney, MD",3183,3746,1023,5K +25023,Michelle V.,F,34,"Alexandria, VA",3184,3283,1023,5K +23418,Marlene W.,F,60,"Atglen, PA",3185,3276,1024,5K +23471,Susan P.,F,38,"Fairfax, VA",3185,3267,1024,5K +22923,Courtney W.,F,25,"Willow Grove, PA",3185,3275,1024,5K +25223,Carolyn M.,F,53,"Waldorf, MD",3185,3255,1024,5K +18933,Tonya B.,F,43,"Stafford, VA",3186,3186,1024,5K +17118,Denise T.,F,44,"Edgewater, MD",3186,3186,1024,5K +23937,Brigid W.,F,49,"Richmond, VA",3187,3263,1024,5K +24872,Madeline M.,F,16,"Crofton, MD",3188,3315,1025,5K +24357,Wendy M.,F,45,"Manassas, VA",3188,3266,1025,5K +24871,Michele M.,F,52,"Crofton, MD",3188,3315,1025,5K +15561,Christy F.,F,47,"Cheverly, MD",3198,3497,1028,5K +21004,Elizabeth K.,F,34,"Charlotte, NC",3202,3339,1029,5K +24704,Ana S.,F,63,"Burke, VA",3203,3393,1029,5K +25171,Sarah M.,F,40,"Fairfax, VA",3205,3344,1030,5K +17895,Katie A.,F,41,"Carmel, IN",3208,3352,1031,5K +7923,Brittany H.,F,31,"Bethesda, MD",3208,3394,1031,5K +13880,Laura G.,F,56,"Anchorage, AK",3210,3271,1032,5K +24193,Ellen G.,F,49,"Croton-On-hudson, NY",3211,3272,1032,5K +13284,Melissa M.,F,34,"Dallas, TX",3212,3300,1032,5K +20928,Jennifer H.,F,36,"Silver Spring, MD",3213,3300,1033,5K +25179,Kevyn M.,F,62,"Alexandria, VA",3217,3284,1034,5K +25022,Meghan O.,F,25,"Manassas, VA",3223,3324,1036,5K +23661,Laine M.,F,36,"Woodbridge, VA",3224,3349,1036,5K +23789,Jennifer W.,F,36,"Pensacola, FL",3229,3305,1038,5K +25129,Priscilla M.,F,33,"Gaithersburg, MD",3230,3351,1038,5K +20436,Shaunda T.,F,43,"Fairfax, VA",3230,3356,1038,5K +21246,Yolonda W.,F,45,"Fairfax, VA",3231,3357,1038,5K +20414,Karthika S.,F,40,"Chantilly, VA",3242,3299,1042,5K +24384,Ninette D.,F,55,"Washington, DC",3253,3333,1045,5K +25060,Ida B.,F,46,"Germantown, MD",3253,3361,1045,5K +24183,Jan S.,F,64,"Princeton, KY",3256,3377,1046,5K +24012,Erlinda P.,F,57,"Fort Belvoir, VA",3262,3392,1048,5K +23556,Emela S.,F,62,"Bethesda, MD",3263,3355,1049,5K +17581,Linda B.,F,51,"Arlington, VA",3265,3401,1049,5K +24344,Jessica K.,F,41,"Arlington, VA",3265,3370,1049,5K +15986,Keely I.,F,45,"Catonsville, MD",3268,3332,1050,5K +17775,Lisa W.,F,49,"Hanover, MD",3269,3333,1051,5K +23847,Bettye C.,F,66,"Columbia, MD",3270,3295,1051,5K +23403,Laura T.,F,65,"Washington, DC",3272,3293,1052,5K +18464,Laura C.,F,28,"Germantown, MD",3275,3349,1053,5K +18715,Alexandra S.,F,27,"Arlington, VA",3275,3349,1053,5K +23402,Patricia A.,F,64,"Gaithersburg, MD",3277,3348,1053,5K +24765,Jessica G.,F,23,"Centreville, VA",3278,3432,1054,5K +24881,Celestial A.,F,57,"Falls Church, VA",3278,3432,1054,5K +20357,Sarah P.,F,29,"Holden, MA",3279,3743,1054,5K +24545,Jodie V.,F,45,"Ashburn, VA",3280,3324,1054,5K +20250,Kathy H.,F,44,"Washington, DC",3281,3365,1054,5K +23690,Kristen P.,F,36,"Alexandria, VA",3283,3368,1055,5K +20358,Jaime K.,F,35,"Reston, VA",3298,3373,1060,5K +24876,Pleshette B.,F,37,"Brandywine, MD",3299,3346,1060,5K +24948,Kathleen K.,F,58,"Arlington, VA",3301,3490,1061,5K +23957,Kelly F.,F,42,"Reston, VA",3301,3437,1061,5K +24027,Verna C.,F,75,"Kissimmee, FL",3301,3381,1061,5K +24026,Susan M.,F,51,"Orlando, FL",3302,3380,1061,5K +23915,Diana D.,F,28,"Henderson, NV",3306,3363,1063,5K +23912,Sharon D.,F,65,"Henderson, NV",3306,3362,1063,5K +23516,Beth Z.,F,56,"Chappaqua, NY",3306,3401,1063,5K +24867,Joelle E.,F,32,"Manhattan, NY",3306,3412,1063,5K +23479,Kelly C.,F,29,"Arlington, VA",3307,3358,1063,5K +25178,Dorecia W.,F,43,"Indian Head, ME",3311,3875,1064,5K +23872,Sherri L.,F,47,"Bowie, MD",3315,3337,1065,5K +24174,Shibani M.,F,42,"Washington, DC",3316,3386,1066,5K +23874,Tianna L.,F,13,"Bowie, MD",3317,3338,1066,5K +25058,Kristie H.,F,38,"Sunderland, MD",3317,3467,1066,5K +20861,Margaret S.,F,41,"Arlington, VA",3323,3434,1068,5K +20395,Rowan D.,F,39,"Arlington, VA",3323,3434,1068,5K +23409,Christa B.,F,51,"Falls Church, VA",3328,3450,1070,5K +19476,Stephanie R.,F,29,"Alexandria, VA",3329,3329,1070,5K +24957,Oma G.,F,40,"Springfield, VA",3333,3454,1071,5K +24958,Michelle M.,F,44,"Springfield, VA",3333,3454,1071,5K +24145,Betty W.,F,69,"Marlton, NJ",3341,3417,1074,5K +25108,Elizabeth S.,F,41,"Bristow, VA",3348,3348,1076,5K +25148,Satvir G.,F,48,"Aldie, VA",3350,3436,1077,5K +23601,Jean D.,F,74,"Martinsburg, WV",3361,3478,1080,5K +25096,Kelly S.,F,40,"Chantilly, VA",3361,3547,1080,5K +25102,Ashlee T.,F,31,"Chantilly, VA",3361,3548,1080,5K +19655,Cindy S.,F,50,"Pikeville, KY",3368,3438,1082,5K +25156,Ashley V.,F,29,"Stafford, VA",3374,3465,1084,5K +24157,Courtney W.,F,29,"Manassas, VA",3377,3539,1085,5K +25047,Aurora P.,F,27,"Arlington, VA",3378,3701,1086,5K +24394,Nikol G.,F,29,"Warrenton, VA",3380,3423,1086,5K +24945,Helen T.,F,65,"Cross River, NY",3381,3498,1087,5K +20632,Kristina T.,F,36,"Washington, DC",3383,3499,1087,5K +23433,Becky F.,F,47,"Williamsburg, OH",3383,3543,1087,5K +23435,Sheri O.,F,51,"Bethel, OH",3384,3544,1088,5K +20441,Frankie W.,F,52,"Silver Spring, MD",3385,3385,1088,5K +19377,Tracy W.,F,39,"Washington, DC",3385,3385,1088,5K +24620,Nabila S.,F,46,"Falls Church, VA",3390,3432,1090,5K +24625,Sonia S.,F,14,"Falls Church, VA",3390,3431,1090,5K +23415,Sylvia H.,F,44,"Cincinnati, OH",3394,3555,1091,5K +25142,Amanda R.,F,32,"Woodbridge, VA",3401,3445,1093,5K +24218,Anne W.,F,54,"Newport News, VA",3402,3402,1093,5K +23960,Joanne T.,F,43,"Stafford, VA",3403,3539,1094,5K +24668,Lilian D.,F,51,"Gaithersburg, MD",3405,3475,1094,5K +24755,Lindsey L.,F,28,"Sterling, VA",3410,3567,1096,5K +25143,Kendra G.,F,25,"Woodbridge, VA",3421,3459,1100,5K +24416,Melissa M.,F,33,"Washington, DC",3421,3551,1100,5K +24334,Linda A.,F,40,"Alexandria, VA",3423,3551,1100,5K +23767,Kristin S.,F,45,"Waterford, VA",3423,3482,1100,5K +24423,Tonya A.,F,48,"Germantown, MD",3425,3519,1101,5K +24476,Eusi H.,F,39,"Montgomery Village, MD",3426,3519,1101,5K +23434,Jan I.,F,53,"Bethel, OH",3432,3593,1103,5K +25118,Bilen B.,F,25,"Springfield, VA",3434,3471,1104,5K +24427,Cynthia G.,F,58,"Chesapeake Beach, MD",3440,3528,1106,5K +25061,Vakila A.,F,62,"Silver Spring, MD",3447,3533,1108,5K +23609,Anne C.,F,35,"Falls Church, VA",3454,3580,1110,5K +23593,Bridget B.,F,47,"Arlington, VA",3454,3580,1110,5K +23604,Cheryl C.,F,46,"Severn, MD",3460,3601,1112,5K +24419,Renee S.,F,48,"Marriottsville, MD",3460,3601,1112,5K +25055,Zenabu Y.,F,48,"Upper Marlboro, MD",3464,3651,1113,5K +24639,Jennifer S.,F,41,"Glen Burnie, MD",3466,3633,1114,5K +25070,Hareesa M.,F,22,"Upper Marlboro, MD",3467,3654,1114,5K +12289,Kyung S.,F,38,"Fairfax, VA",3481,3790,1119,5K +24128,Joanna H.,F,28,"Arlington, VA",3484,3588,1120,5K +24655,Sabrina H.,F,52,"Bowie, MD",3488,3593,1121,5K +24653,Gina G.,F,41,"Bowie, MD",3488,3593,1121,5K +25261,Jessica P.,F,66,"Rockville, MD",3493,3630,1123,5K +24930,Josie M.,F,54,"Woodbridge, VA",3494,3545,1123,5K +23640,Leanna O.,F,40,"Fairfax, VA",3495,3672,1123,5K +23885,Vicky H.,F,37,"Arlington, VA",3495,3673,1123,5K +23975,Heather D.,F,44,"Washington, DC",3495,3672,1123,5K +23974,Jane F.,F,41,"Annandale, VA",3495,3673,1123,5K +24891,Rita M.,F,65,"Springfield, VA",3496,3547,1124,5K +24022,Esther C.,F,39,"Washington, DC",3501,3555,1125,5K +23416,Sonia W.,F,45,"Washington, DC",3501,3554,1125,5K +24667,Barbara C.,F,60,"Temple Hills, MD",3505,3656,1127,5K +24763,Sonya H.,F,48,"Fort Washington, MD",3507,3655,1127,5K +23973,Christina S.,F,48,"Chesterfield, VA",3518,3638,1131,5K +25063,Lisa G.,F,50,"Bowie, MD",3523,3711,1132,5K +25001,Mimi S.,F,25,"Washington, DC",3523,3619,1132,5K +22166,R R.,F,25,,3523,3619,1132,5K +25085,Deloria S.,F,49,"Bowie, MD",3525,3711,1133,5K +24304,Indu A.,F,67,"Potomac, MD",3525,3661,1133,5K +23720,Lara B.,F,31,"Columbia, MD",3525,3690,1133,5K +23946,Rumiko A.,F,30,"Springfield, VA",3526,3690,1133,5K +23749,Vicki T.,F,30,"Columbia, MD",3526,3690,1133,5K +24292,Jasna B.,F,61,"Great Falls, VA",3526,3663,1133,5K +24392,Kimberly H.,F,40,"New Market, MD",3533,3632,1136,5K +25134,Marki M.,F,41,"Gainesville, VA",3533,3973,1136,5K +24661,Maurene M.,F,60,"Bowie, MD",3533,3662,1136,5K +24497,Nicole G.,F,41,"Leesburg, VA",3534,3632,1136,5K +23963,Juliene D.,F,26,"Laurel, MD",3534,3669,1136,5K +24658,Diane B.,F,54,"Bowie, MD",3535,3663,1136,5K +24660,Alex C.,F,28,"Bowie, MD",3537,3668,1137,5K +24659,Arlene P.,F,46,"Bowie, MD",3537,3667,1137,5K +24386,Monica M.,F,41,"New Market, MD",3537,3632,1137,5K +24656,Sierra W.,F,30,"Bowie, MD",3537,3669,1137,5K +25126,Christine T.,F,65,"Reston, VA",3541,3633,1138,5K +25245,Catherine W.,F,51,"South Riding, VA",3541,3650,1138,5K +24182,Imelda B.,F,56,"Fairfax, VA",3548,3683,1140,5K +24194,Andrea J.,F,29,"Laurel, MD",3548,3683,1140,5K +24184,Isabella B.,F,18,"Fairfax, VA",3548,3682,1140,5K +24369,Melissa M.,F,36,"Christiansburg, VA",3564,3663,1145,5K +24372,Tiffany B.,F,36,"Charlotte, NC",3564,3663,1145,5K +24651,Anita G.,F,56,"Herndon, VA",3565,3709,1146,5K +23493,Sandra C.,F,40,"Elizabeth, NJ",3568,3727,1147,5K +25079,Jeanette E.,F,53,"Reston, VA",3574,3724,1149,5K +23882,Roberta G.,F,61,"Reston, VA",3597,3745,1156,5K +24125,Alicia M.,F,35,"Alexandria, VA",3611,3773,1161,5K +24529,Melissa G.,F,45,"Mount Holly Springs, PA",3612,3794,1161,5K +24524,Erin A.,F,36,"Enola, PA",3613,3794,1161,5K +24536,Stacy K.,F,47,"Enola, PA",3613,3794,1161,5K +24512,Michelle G.,F,47,"Annandale, VA",3639,3784,1170,5K +23480,Kil S.,F,38,"Centreville, VA",3650,3732,1173,5K +24681,Rossalyn C.,F,62,"Washington, DC",3652,3751,1174,5K +24429,Karen R.,F,49,"Owings Mills, MD",3653,3761,1174,5K +24436,Kateri R.,F,24,"Owings Mills, MD",3654,3761,1174,5K +24705,Karen Q.,F,63,"Washington, DC",3657,3756,1175,5K +23793,Fanta T.,F,35,"Philadelphia, PA",3687,3768,1185,5K +23857,Khurshid N.,F,42,"Washington, DC",3687,3768,1185,5K +23764,Suzanne S.,F,38,"Washington Dc, DC",3699,3847,1189,5K +23760,Eleanor K.,F,59,"Washington, DC",3699,3848,1189,5K +24967,Wing Y.,F,35,"Fort Washington, MD",3718,3868,1195,5K +24965,Theodora E.,F,60,"Merrifield, VA",3718,3868,1195,5K +24680,Eneida M.,F,33,"Hyattsville, MD",3720,3868,1196,5K +24338,Mahalia D.,F,49,"Silver Spring, MD",3726,3835,1198,5K +23520,Caroline F.,F,49,"Nashville, TN",3726,3835,1198,5K +23712,Linda H.,F,52,"Mclean, VA",3729,3771,1199,5K +19695,Tora E.,F,46,"Herndon, VA",3744,3864,1203,5K +22737,Clythie C.,F,48,"San Diego, CA",3744,3863,1203,5K +23722,Linda K.,F,69,"Memphis, TN",3757,3874,1208,5K +25056,Yaneth R.,F,23,"Germantown, MD",3798,3945,1221,5K +23481,Francesca B.,F,33,"Alexandria, VA",3799,3992,1221,5K +23728,Whitney R.,F,30,"Springfield, VA",3799,3993,1221,5K +24364,Jaya G.,F,31,"Wasington Dc, DC",3800,3991,1221,5K +24590,Shannan W.,F,34,"Annandale, VA",3865,4102,1242,5K +23948,Lauren A.,F,32,"Washington, DC",3869,3981,1244,5K +23949,Diane S.,F,56,"New Vernon, NJ",3870,3981,1244,5K +21621,Tara M.,F,39,"Ashburn, VA",3938,4142,1266,5K +25072,Mary O.,F,50,"Crownsville, MD",3949,4067,1269,5K +25231,Sharon M.,F,48,"Pasadena, MD",3950,4067,1270,5K +23439,Elizabeth R.,F,70,"Boyds, MD",3953,4151,1271,5K +23490,Alvera Y.,F,56,"Columbia, MD",3954,4151,1271,5K +25251,Stella C.,F,82,"Rehoboth Beach, DE",4031,4218,1296,5K +23686,So Y.,F,43,"New York, NY",4031,4031,1296,5K +4087,Jessica L.,F,39,"Bronx, NY",4081,4084,1312,5K +20288,Mary B.,F,71,"Arlington, VA",4087,4269,1314,5K +24167,Maggie D.,F,72,"Richmond, VA",4103,4176,1319,5K +25127,Judith A.,F,36,"Culpeper, VA",4136,4217,1329,5K +23587,Erin R.,F,40,"Washington, DC",4144,4144,1332,5K +18950,Olivia O.,F,38,"Bethesda, MD",4145,4145,1332,5K +25247,Karen F.,F,38,"Ny, NY",4246,4250,1365,5K +9863,Naresea B.,F,32,"Brooklyn, NY",4248,4250,1365,5K +23423,Elizabeth A.,F,64,"Alexandria, VA",4497,4673,1445,5K +24422,Mary E.,F,53,"Springfield, PA",4609,4694,1481,5K +24078,Maryann M.,F,67,"Ellicott City, MD",4612,4695,1482,5K +25140,Vanessa C.,F,25,"Manassas, VA",5472,5472,1759,5K +21435,Samantha G.,F,28,"Washington Dc, DC",NA,NA,NA,5K +22942,Ashley K.,F,36,"Springfield, VA",NA,NA,NA,5K +11586,Jennifer S.,F,38,"Alexandria, VA",NA,NA,NA,5K +23731,Iber G.,M,29,"New York, NY",1078,1078,346,5K +24018,Jared D.,M,21,"Cherry Hill, NJ",1093,1095,351,5K +24234,John M.,M,24,"Washington, DC",1117,1117,359,5K +23531,Offir G.,M,29,"New York, NY",1163,1164,373,5K +24794,James S.,M,31,"Enfield, NH",1165,1166,374,5K +1109,Mark T.,M,28,"Montreal, QC",1177,1177,378,5K +1401,Andrew L.,M,32,"Washington, DC",1183,1183,380,5K +23944,Chris C.,M,27,"Norwood, MA",1186,1186,381,5K +624,Zach O.,M,25,"Arlington, VA",1188,1188,381,5K +21760,Sebastien G.,M,40,"Arlington, VA",1259,1259,404,5K +1147,Gilbert G.,M,35,"New York, NY",1266,1268,407,5K +24637,Andrew F.,M,46,"Orlando, FL",1271,1271,408,5K +21754,Zak D.,M,24,"Washington, DC",1283,1289,412,5K +24049,Harrison S.,M,17,"Mclean, VA",1321,1330,424,5K +23964,Bryant R.,M,27,"Washington, DC",1334,1337,428,5K +4950,Ken B.,M,53,"Washington, DC",1339,1341,430,5K +25035,Jackie C.,M,24,"Washinton, DC",1339,1385,430,5K +23537,Daniel B.,M,30,"Silver Spring, MD",1347,1350,433,5K +2975,Mason H.,M,30,"Alexandria, VA",1353,1353,435,5K +824,Tyler A.,M,32,"Washington, DC",1356,1357,436,5K +24678,John K.,M,59,"Providence, RI",1356,1359,436,5K +2885,Richard S.,M,36,"Washington, DC",1361,1366,437,5K +24207,Douglas C.,M,51,"Montrose, WV",1373,1377,441,5K +23536,Andrew N.,M,35,"Washington, DC",1385,1387,445,5K +5098,Weili S.,M,35,"Washington, DC",1392,1394,447,5K +23405,Socrates T.,M,33,"Derwood, MD",1394,1396,448,5K +25013,Robert P.,M,24,"Washington, DC",1400,1413,450,5K +24666,Baltazar A.,M,39,"Falls Church, VA",1410,1410,453,5K +1798,William S.,M,30,"Washington, DC",1412,1415,454,5K +23899,Justin S.,M,32,"Chester Springs, PA",1413,1424,454,5K +7756,Gustavo Z.,M,16,"New York, NY",1417,1417,455,5K +24347,Bradley G.,M,30,"Potomac, MD",1422,1664,457,5K +23770,Bradley E.,M,48,"Leonardtown, MD",1432,1497,460,5K +3012,Colin R.,M,15,"Palmyra, PA",1437,1441,462,5K +24726,Adam K.,M,27,"Washington, DC",1440,1452,463,5K +23892,James M.,M,56,"Arlington, VA",1447,1447,465,5K +25088,Martin K.,M,26,"Centreville, VA",1448,1463,465,5K +8026,Daniel R.,M,36,"Warrenton, VA",1459,1497,469,5K +23945,Justin A.,M,34,"Springfield, VA",1467,1632,471,5K +7817,Christopher F.,M,28,"Washington, DC",1469,1479,472,5K +1039,Michael H.,M,52,"Oakton, VA",1473,1496,473,5K +1864,Rich K.,M,59,"Harrisburg, PA",1477,1523,474,5K +25011,Colin S.,M,30,"Washington, DC",1478,1519,475,5K +24779,Myles L.,M,13,"Great Falls, VA",1478,1482,475,5K +24780,Matijs L.,M,11,"Great Falls, VA",1479,1482,475,5K +23790,Gregory D.,M,39,"Alexandria, VA",1490,1520,479,5K +24611,Robert B.,M,28,"Prince Frederick, MD",1490,1540,479,5K +23809,Alfred W.,M,42,"Bowie, MD",1496,1951,481,5K +24154,Christopher N.,M,25,"Washington Dc, DC",1505,1522,483,5K +24647,Eric W.,M,24,"Vienna, VA",1507,1513,484,5K +24453,Jacob A.,M,26,"Washington, DC",1510,1538,485,5K +24150,Ronnie M.,M,54,"Vienna, VA",1511,1523,485,5K +23777,Phil B.,M,49,"Kalida, OH",1512,1520,486,5K +13250,Dan S.,M,37,"Burke, VA",1517,1519,487,5K +24571,Oscar B.,M,25,"Charlotte, NC",1520,1520,488,5K +20787,Fernando S.,M,25,"Washington, DC",1534,1551,493,5K +25132,Curtis C.,M,27,"Herndon, VA",1537,1699,494,5K +23591,Gregory H.,M,31,"Jacksonville, FL",1537,1546,494,5K +2883,James C.,M,31,"Fairfax, VA",1541,1583,495,5K +7942,Brian G.,M,32,"Arlington, MA",1542,1550,495,5K +24751,Hunter K.,M,24,"Dover, DE",1545,1545,496,5K +24646,Ryan F.,M,42,"Royal Oak, MI",1556,1564,500,5K +23780,Adam B.,M,9,"Kalida, OH",1556,1563,500,5K +24155,Javier O.,M,29,"Washington, DC",1558,1566,500,5K +24665,Eric A.,M,42,"West Friendship, MD",1558,1567,500,5K +12280,Rajit K.,M,33,"Arlington, VA",1560,1564,501,5K +23988,Jacob H.,M,27,"Alexandria, VA",1564,1574,502,5K +24015,Timothy S.,M,26,"Arlington, VA",1569,1656,504,5K +7603,Patrick J.,M,30,"Washington, DC",1571,1579,505,5K +6883,Jeffrey B.,M,30,"Arlington, VA",1573,1632,505,5K +16325,Sean K.,M,45,"Severna Park, MD",1575,1680,506,5K +10437,Andrew K.,M,29,"Washington, DC",1575,1719,506,5K +24111,Matthew T.,M,36,"Washington, DC",1576,1659,506,5K +4599,Mike H.,M,46,"Washington, DC",1577,1703,507,5K +6209,Joe B.,M,57,"Sicklerville, NJ",1577,1582,507,5K +24250,Reggie J.,M,35,"Washington, DC",1579,1600,507,5K +21691,Jr D.,M,33,"Washington, DC",1579,2184,507,5K +24831,Alazar T.,M,12,"Washington, DC",1580,2185,508,5K +23813,Dick P.,M,66,"Vienna, VA",1583,1607,509,5K +2791,Jim K.,M,41,"Washington, DC",1584,1589,509,5K +7929,Jason H.,M,31,"Madison, WI",1591,1703,511,5K +25147,Udeypartap G.,M,13,"Aldie, VA",1597,1683,513,5K +24821,Jeffrey K.,M,39,"Fairfax, VA",1603,1698,515,5K +2158,David J.,M,45,"Washington, DC",1604,1757,515,5K +24995,Jonathan I.,M,38,"Fairfax, VA",1604,1699,515,5K +24083,Karl S.,M,31,"Oakton, VA",1608,1669,517,5K +24961,Benjamin W.,M,19,"Sykesville, MD",1609,1609,517,5K +24874,Daniel C.,M,20,"Hubert, NC",1615,1630,519,5K +24684,Vincent D.,M,42,"Mclean, VA",1618,1629,520,5K +24670,Jim K.,M,66,"Bethlehem, PA",1625,1636,522,5K +4269,Joel C.,M,46,"Rockville, MD",1626,1682,522,5K +25007,John F.,M,25,"Washington, DC",1628,1869,523,5K +11321,Stephen P.,M,49,"Derwood, MD",1629,1775,523,5K +23923,Matt M.,M,37,"Vienna, VA",1629,1903,523,5K +586,Kyle P.,M,34,"Sacramento, CA",1629,1633,523,5K +8425,Arjun P.,M,35,"Washington, DC",1630,1746,524,5K +21248,Eli M.,M,41,"Arlington, VA",1630,1636,524,5K +24469,Adam K.,M,35,"Washington Dc, DC",1633,1663,525,5K +24728,Sheldon P.,M,53,"White Plains, NY",1637,1643,526,5K +23852,Eamonn P.,M,25,"Washington, DC",1637,1767,526,5K +24023,Nick R.,M,39,"Collegeville, PA",1637,1733,526,5K +5700,Sam W.,M,26,"Washington, DC",1638,1644,526,5K +3776,Colin R.,M,42,"Alexandria, VA",1639,1780,527,5K +24481,Willem M.,M,16,"Anchorage, AK",1641,1656,527,5K +8148,Brian S.,M,43,"Fairfax Station, VA",1642,1670,527,5K +24314,William P.,M,30,"Washington, DC",1643,1696,528,5K +24750,Daniel P.,M,28,"Boston, MA",1645,1756,528,5K +24789,Nathan T.,M,41,"Alexandria, VA",1647,1742,529,5K +24164,Joshua K.,M,18,"Manassas, VA",1648,1734,529,5K +11527,Matt S.,M,34,"Washington, DC",1650,1650,530,5K +24109,Thibault T.,M,29,"Washington, DC",1651,1699,530,5K +20648,Ian K.,M,48,"Gaithersburg, MD",1653,1656,531,5K +23779,Jack B.,M,9,"Kalida, OH",1658,1666,533,5K +674,Alan N.,M,29,"Washington, DC",1660,1758,533,5K +6230,Julian A.,M,42,"Alexandria, VA",1663,1769,534,5K +6750,Alex W.,M,30,"Washington, DC",1666,1714,535,5K +10874,Sean W.,M,29,"Washington, DC",1668,1699,536,5K +23983,Dallas L.,M,50,"Cohoes, NY",1670,1759,536,5K +23651,Jomi T.,M,39,"Falls Church, VA",1671,1843,537,5K +23714,Joseph W.,M,14,"Falls Church, VA",1674,1681,538,5K +23572,Robert A.,M,37,"Arlington, VA",1678,1682,539,5K +1779,Zeshaan R.,M,42,"Sandy Spring, MD",1680,1688,540,5K +1382,Dave K.,M,58,"Srongsville, OH",1681,1692,540,5K +24414,James M.,M,45,"Washington, DC",1684,1710,541,5K +25020,Leo S.,M,24,"Washington, DC",1686,1713,542,5K +25200,Mike C.,M,47,"Bowie, MD",1687,1859,542,5K +11699,James D.,M,29,"Silver Spring, MD",1689,1719,543,5K +24425,Wiilliam A.,M,50,"Olney, MD",1690,1776,543,5K +24619,Wendel R.,M,60,"Brooks, AB",1692,1762,544,5K +24791,Daniel C.,M,25,"Washington, DC",1694,1722,544,5K +20327,Oscar M.,M,43,"Alexandria, VA",1696,1789,545,5K +23851,Darryl M.,M,55,"Bethesda, MD",1702,1769,547,5K +23515,Robert Z.,M,58,"Chappaqua, NY",1705,1796,548,5K +23691,Ken K.,M,44,"Alexandria, VA",1707,1711,548,5K +11649,Zaki R.,M,35,"Washington, DC",1708,1825,549,5K +24618,Bill J.,M,63,"Brooks, AB",1714,1783,551,5K +12617,Jeffery W.,M,55,"Binghamton, NY",1717,1862,552,5K +3275,Evan T.,M,21,"Arlington, VA",1719,1748,552,5K +24815,T.d. M.,M,38,"Arlington, VA",1719,1841,552,5K +24087,Kyle M.,M,30,"Washington, DC",1721,1810,553,5K +24627,Sam T.,M,30,"Washington, DC",1723,1755,554,5K +10086,Michael S.,M,24,"Reston, VA",1725,1795,554,5K +24946,Puspa S.,M,42,"Springfield, VA",1726,1883,554,5K +24622,Steve C.,M,57,"Warwick, RI",1728,1736,555,5K +24047,Mehdi S.,M,51,"Mclean, VA",1730,1740,556,5K +6707,Steven S.,M,35,"Falls Church, VA",1730,1737,556,5K +1850,Ramon T.,M,34,"Arlington, VA",1731,1741,556,5K +22134,Vivek C.,M,29,"Washington, DC",1731,1848,556,5K +5238,Ian W.,M,31,"Marriottsville, MD",1733,3339,557,5K +24180,John M.,M,39,"Arlington, VA",1735,1905,557,5K +24992,Andrew K.,M,54,"Sumter, SC",1739,1804,559,5K +6904,Jesus M.,M,39,"New Yok, NY",1739,1767,559,5K +8197,Micheal M.,M,49,"Herndon, VA",1746,1779,561,5K +14800,Paul M.,M,15,"Herndon, VA",1746,1779,561,5K +11912,Nicholas M.,M,33,"Fairfax, VA",1747,1821,561,5K +3019,John S.,M,48,"Vienna, VA",1747,1792,561,5K +11271,Bartholomew S.,M,59,"Falls Church, VA",1748,1757,562,5K +24095,Paul L.,M,35,"Falls Church, VA",1750,1750,562,5K +24352,Noel C.,M,33,"Lagrangeville, NY",1753,1804,563,5K +8503,Steven G.,M,62,"Westwood, MA",1755,1808,564,5K +3754,Kaler H.,M,46,"Chevy Chase, MD",1755,1878,564,5K +24317,James C.,M,31,"Danbury, CT",1755,1804,564,5K +23570,Todd E.,M,37,"Arlington, VA",1758,1763,565,5K +23679,Andrew O.,M,28,"Washington, DC",1760,2417,565,5K +9020,Robert G.,M,35,"Washington, DC",1761,1813,566,5K +24121,Michael B.,M,65,"Lima, OH",1762,1773,566,5K +23810,Jalen W.,M,13,"Bowie, MD",1762,2218,566,5K +23817,Bryn V.,M,33,"Alexandria, VA",1765,1798,567,5K +23941,Jon B.,M,33,"Minneapolis, MN",1772,1791,569,5K +3833,Travis L.,M,32,"Pittsburgh, PA",1773,1807,570,5K +24788,Matthew W.,M,15,"Kensington, MD",1774,1799,570,5K +23456,Ioan I.,M,31,"Silver Spring, MD",1777,1811,571,5K +14341,Sang-Keun K.,M,27,"Arlington, VA",1780,1796,572,5K +20865,Vinay B.,M,12,"Yardley, PA",1780,1832,572,5K +25206,Andrew M.,M,33,"Olathe, KS",1782,1850,572,5K +14338,Scott L.,M,40,"Pasadena, TX",1785,1813,573,5K +24981,Ming W.,M,27,"Fairfax, VA",1786,1942,574,5K +12594,Justin S.,M,29,"Mechanicsburg, PA",1786,1858,574,5K +11070,Sean H.,M,35,"Alexandria, VA",1788,1795,574,5K +23677,William O.,M,56,"West Bend, WI",1788,1800,574,5K +21432,Tyler H.,M,31,"Alexandria, VA",1789,1793,575,5K +21425,Nhan N.,M,36,"Washington, DC",1789,1809,575,5K +7863,Francis X.,M,62,"Chevy Chase, MD",1791,1804,575,5K +24976,Joel H.,M,33,"Washington, DC",1792,2186,576,5K +8087,Chris G.,M,46,"Vienna, VA",1793,1884,576,5K +13487,William B.,M,46,"Washington, DC",1793,1939,576,5K +24568,Max G.,M,25,"Bel Air, MD",1793,1815,576,5K +20755,Hong L.,M,60,"Queens, NY",1795,1801,577,5K +9156,Jon S.,M,36,"Alexandria, VA",1795,1909,577,5K +8866,Joseph H.,M,23,"Hyattsville, MD",1796,1902,577,5K +14381,Minoru U.,M,48,"Edgewood, WA",1797,1858,577,5K +23917,Robert D.,M,53,"Sterlng, VA",1803,1829,579,5K +25105,Enrique Q.,M,46,"Sterling, VA",1808,1818,581,5K +24838,Kobe W.,M,15,"Washington, DC",1815,1929,583,5K +13146,Ryan C.,M,41,"Arlington, VA",1815,1911,583,5K +24953,Dave H.,M,34,"Alexandria, VA",1816,1929,583,5K +24802,Jonathan O.,M,31,"Fairfax, VA",1816,1938,583,5K +20703,Ming J.,M,32,"Bowie, MD",1816,1917,583,5K +24124,Dan B.,M,46,"Tacoma, WA",1818,1837,584,5K +11676,Christopher P.,M,44,"California, MD",1830,1942,588,5K +6150,Thomas B.,M,41,"Towson, MD",1837,1869,590,5K +24539,Curtis P.,M,30,"Arlington, VA",1838,1924,590,5K +17049,Shawn L.,M,28,"Seattle, WA",1838,1930,590,5K +24443,Philip B.,M,33,"Arlington, VA",1838,1981,590,5K +628,Allen N.,M,46,"Arlington, VA",1842,1939,592,5K +14949,Christopher K.,M,26,"Washington, DC",1843,1987,592,5K +15988,Gregory N.,M,21,"Washington, DC",1846,1954,593,5K +24915,Stephen H.,M,64,"Olney, MD",1846,1955,593,5K +23866,Mark F.,M,50,"Leesburg, VA",1848,1862,594,5K +24402,Joshua H.,M,11,"Centreville, VA",1849,1964,594,5K +25183,Mark C.,M,56,"Arlington, VA",1850,1855,594,5K +8635,Michael L.,M,38,"Kemah, TX",1850,2036,594,5K +22283,Matthew J.,M,35,"Fairfax, VA",1854,1980,596,5K +21410,David V.,M,29,"Washington, DC",1854,1975,596,5K +24496,Michael O.,M,52,"Arlington, VA",1854,1909,596,5K +9253,Michael M.,M,38,"Alexandria, VA",1855,1993,596,5K +24944,Omolade E.,M,12,"Washington, DC",1857,2031,597,5K +13941,Robert D.,M,50,"Washington, DC",1861,1922,598,5K +6557,Ryan T.,M,28,"Washington, DC",1863,2039,599,5K +7933,Carey C.,M,31,"Washington, DC",1868,1987,600,5K +24289,Daniel A.,M,31,"Ellicott City, MD",1869,1980,600,5K +24442,Sergey P.,M,52,"Gaithersburg, MD",1869,1892,600,5K +24594,Ranell W.,M,35,"Milwaukee, WI",1872,1872,601,5K +24479,Matthew T.,M,12,"Springfield, VA",1873,1899,602,5K +24533,Derek H.,M,22,"Arlington, VA",1876,1966,603,5K +23419,Steve F.,M,65,"Gaithersburg, MD",1877,1888,603,5K +23883,Bill W.,M,31,"Rockville, MD",1877,2025,603,5K +24152,Axel M.,M,37,"Windermere, FL",1882,1887,605,5K +25233,Neil K.,M,38,"Arlington, VA",1883,1903,605,5K +23674,Kamal S.,M,47,"Rockville, MD",1884,1918,605,5K +23995,Ron R.,M,56,"Purcellville, VA",1886,2011,606,5K +8364,Jared M.,M,36,"Herndon, VA",1887,2005,606,5K +8618,Cuong C.,M,41,"Alexandria, VA",1888,1894,607,5K +24086,Patrick M.,M,27,"Washington, DC",1888,1977,607,5K +4237,Willam C.,M,36,"Fort Meade, MD",1888,1999,607,5K +24616,Andre M.,M,39,"Arlington, VA",1890,1982,607,5K +21132,Omar K.,M,51,"Washington, DC",1891,2045,608,5K +19117,Vaughn S.,M,48,"Alexandria, VA",1896,1896,609,5K +12704,Colin S.,M,28,"Washington, DC",1898,2051,610,5K +15785,Charles K.,M,37,"Charleston, WV",1899,1932,610,5K +24482,James T.,M,37,"Ashburn, VA",1899,1954,610,5K +24899,Erez M.,M,23,"Washington, DC",1902,2000,611,5K +24903,Oscar M.,M,14,"Washington, DC",1902,2001,611,5K +13695,Bob O.,M,53,"River Falls, WI",1903,1915,611,5K +24733,Jeronimo J.,M,30,"Washington, DC",1906,1978,612,5K +24672,Michael Y.,M,30,"Rockville, MD",1908,1908,613,5K +25049,Christopher C.,M,40,"Washington, DC",1908,1980,613,5K +25077,Dondrae M.,M,33,"Waldorf, MD",1909,2093,613,5K +24865,Trevor S.,M,25,"Aldie, VA",1913,2017,615,5K +15015,Jacob P.,M,30,"Arlington, VA",1914,2037,615,5K +13582,Christian L.,M,42,"Arlington, VA",1914,1942,615,5K +14854,Anthony B.,M,52,"River Rouge, MI",1917,1995,616,5K +24399,Jonathan F.,M,35,"Montclair, NJ",1917,2016,616,5K +21379,Joshua W.,M,36,"Alexandria, VA",1917,1966,616,5K +23653,Patrick L.,M,26,"Washington Dc, DC",1918,1957,616,5K +7762,Edeward D.,M,43,"Middletown, DE",1919,2140,617,5K +24398,Peter H.,M,58,"Centreville, VA",1921,2037,617,5K +25113,Nicholas E.,M,33,"Gainesville, VA",1921,2004,617,5K +24162,Justin S.,M,25,"Bethesda, MD",1921,2055,617,5K +14268,Harrison G.,M,28,"Manassas, VA",1922,1944,618,5K +24232,Ravi M.,M,33,"Arlington, VA",1923,1935,618,5K +24904,Taylor M.,M,26,"Takoma Park, MD",1926,2025,619,5K +24519,John S.,M,64,"Reisterstown, MD",1927,2054,619,5K +24520,Chris D.,M,44,"Rockville, MD",1927,1955,619,5K +8652,Takashi K.,M,27,"Washington, DC",1929,2073,620,5K +13661,Josh S.,M,42,"Washington, DC",1929,1943,620,5K +23666,Gary W.,M,28,"Fairfax, VA",1932,2064,621,5K +25209,Shawn F.,M,29,"Mclean, VA",1937,1942,622,5K +24846,Jermar R.,M,32,"Washington, DC",1938,2327,623,5K +13097,Daniel P.,M,41,"Bethesda, MD",1940,2066,623,5K +24010,Steven R.,M,40,"Mountville, PA",1941,2017,624,5K +25186,Subhashish C.,M,51,"Mclean, VA",1942,2078,624,5K +24576,Chun N.,M,36,"Clarksburg, MD",1942,2055,624,5K +8222,William H.,M,39,"Washington, DC",1943,2095,624,5K +20061,Ric S.,M,27,"Bethesda, MD",1944,2033,625,5K +25067,Tom H.,M,32,"Cordova, MD",1946,2130,625,5K +24042,Joseph K.,M,44,"Arlington, VA",1946,2012,625,5K +15439,Michael E.,M,31,"Alexandria, VA",1948,2010,626,5K +25114,Nohman I.,M,34,"Ashburn, VA",1948,1964,626,5K +25213,Min C.,M,42,"Washington, DC",1949,2002,626,5K +25027,Dylan S.,M,25,"Washington, DC",1951,1978,627,5K +8323,Patrick M.,M,32,"Arlington, VA",1951,1964,627,5K +24679,Alex T.,M,37,"Washington, DC",1952,2100,627,5K +18865,Scott W.,M,29,"Rockville, MD",1955,1978,628,5K +25106,Bob D.,M,56,"Centreville, VA",1957,2135,629,5K +14557,Dave M.,M,51,"Arlington, VA",1957,2006,629,5K +25071,Ahmed M.,M,13,"Upper Marlboro, MD",1958,2146,629,5K +24098,Terry D.,M,28,"Silver Spring, MD",1964,2023,631,5K +11165,Allen R.,M,60,"Chevy Chase, MD",1966,2152,632,5K +18862,Benjamin T.,M,36,"Rockville, MD",1966,2120,632,5K +23788,Robb O.,M,56,"Parkton, MD",1969,1986,633,5K +23953,Robert C.,M,39,"Washington, DC",1969,2035,633,5K +23432,Tim R.,M,45,"Palmyra, PA",1970,2053,633,5K +23841,Jim W.,M,66,"Browns Summit, NC",1974,2075,634,5K +24306,Michael J.,M,27,"Washington, DC",1975,1993,635,5K +25083,Cory H.,M,35,"Frederick, MD",1978,2163,636,5K +24925,Patrick D.,M,30,"Washington, DC",1981,2152,636,5K +19214,Tyler M.,M,24,"Bronx, NY",1981,2042,636,5K +5631,Jeff R.,M,35,"Washington, DC",1982,1991,637,5K +16936,Nicholas H.,M,36,"Cadyville, NY",1983,2033,637,5K +5379,Michael H.,M,27,"Washington, DC",1986,2060,638,5K +14837,George T.,M,55,"Arlington, VA",1988,2141,639,5K +21875,Michael L.,M,34,"Washington, DC",1989,2164,639,5K +13543,James W.,M,35,"Vienna, VA",1990,2085,639,5K +20442,Hoang D.,M,38,"Silver Spring, MD",1990,2085,639,5K +20806,Gerald M.,M,31,"Silver Spring, MD",1991,2101,640,5K +9294,Gustavo O.,M,37,"Phoenix, AZ",1992,1998,640,5K +25259,Robert C.,M,59,"Silver Spring, MD",1992,2014,640,5K +13613,Pascual M.,M,33,"Washington, DC",1997,2137,642,5K +22968,Jeffrey G.,M,37,"Reston, VA",2000,2015,643,5K +17641,Donaldo F.,M,33,"Silver Spring, MD",2004,2039,644,5K +16277,Jonathan W.,M,57,"Arlington, VA",2005,2146,644,5K +20498,Joseph B.,M,30,"Arlington, VA",2007,2158,645,5K +24508,Walbert C.,M,23,"Sterling, VA",2008,2008,645,5K +17444,Andy R.,M,28,"Astoria, NY",2008,2116,645,5K +2091,Vincent B.,M,28,"Arlington, VA",2011,2113,646,5K +24537,David H.,M,52,"Warren, OH",2012,2187,646,5K +20526,Preston F.,M,48,"Riverview, FL",2016,2178,648,5K +10904,Allan B.,M,34,"Arlington, VA",2016,2034,648,5K +4262,Michel B.,M,35,"Washington, DC",2017,2479,648,5K +24796,Rino M.,M,42,"Rockville, MD",2018,2033,648,5K +18560,Jack S.,M,48,"Laurel, MD",2020,2048,649,5K +15496,David D.,M,30,"Washington, DC",2022,2051,650,5K +20459,Madhujith H.,M,32,"Centreville, VA",2023,2084,650,5K +14906,Andrew H.,M,33,"Arlington, VA",2025,2133,651,5K +24205,Michael P.,M,32,"Montgomery Village, MD",2026,2136,651,5K +14451,David H.,M,56,"Fairfax, VA",2026,2083,651,5K +23896,Eric T.,M,26,"Beltsville, MD",2029,2178,652,5K +23860,Richard M.,M,32,"Waldorf, MD",2030,2056,652,5K +24474,Alphonso T.,M,53,"Springfield, VA",2031,2058,653,5K +24573,Jared D.,M,32,"Alexandria, VA",2031,2170,653,5K +21967,Devan C.,M,25,"Washington, DC",2032,2207,653,5K +1751,Bruno Z.,M,8,"Chevy Chase, MD",2033,2049,653,5K +508,Piotr Z.,M,40,"Chevy Chase, MD",2033,2049,653,5K +23806,Kevin P.,M,32,"Hummelstown, PA",2034,2228,654,5K +6157,Chris C.,M,31,"Brooklyn, NY",2037,2174,654,5K +23453,Gregory P.,M,46,"Washington, DC",2042,2146,656,5K +23503,Joseph S.,M,28,"Alexandria, VA",2042,2175,656,5K +2191,Kyle E.,M,24,"Arlington, VA",2044,2126,657,5K +15128,John B.,M,43,"Newington, CT",2045,2062,657,5K +9960,Eric G.,M,31,"Arlington, VA",2045,2091,657,5K +24048,James R.,M,32,"Woodbridge, VA",2048,2081,658,5K +4753,Harry K.,M,21,"Chantilly, VA",2050,2053,659,5K +20872,Mike D.,M,36,"Mclean, VA",2052,2149,659,5K +24691,Ron S.,M,58,"Arlington, VA",2056,2121,661,5K +24875,Shawn C.,M,32,"Washington, DC",2058,2167,661,5K +24551,Dave H.,M,34,"Enola, PA",2064,2077,663,5K +24550,Sean O.,M,30,"Mechanicsburg, PA",2066,2079,664,5K +10821,Jeffrey R.,M,32,"Arlington, VA",2066,2134,664,5K +24379,Luke F.,M,30,"Arlington, VA",2067,2218,664,5K +25087,David R.,M,58,"Herndon, VA",2069,2229,665,5K +24245,Drew D.,M,31,"Arlington, VA",2074,2099,666,5K +24806,Roman M.,M,30,"Odenton, MD",2076,2130,667,5K +18054,Daniel P.,M,38,"Bethesda, MD",2076,2150,667,5K +23496,Yin C.,M,35,"Alexandria, VA",2078,2132,668,5K +21692,Jahidi T.,M,17,"Washington, DC",2082,2252,669,5K +14128,Ricardo C.,M,51,"Vienna, VA",2084,2143,670,5K +23877,Billy M.,M,65,"Bethlehem, PA",2090,2213,672,5K +25253,Gary T.,M,59,"Keymar, MD",2093,2196,672,5K +20368,Mike M.,M,60,"Clifton, VA",2094,2126,673,5K +19175,Michael B.,M,39,"Washington, DC",2094,2206,673,5K +20925,Son M.,M,50,"Chantilly, VA",2100,2146,675,5K +24410,Nick M.,M,25,"Washington, DC",2101,2152,675,5K +21604,Kareem H.,M,37,"Centreville, VA",2104,2157,676,5K +24912,Ernest J.,M,14,"Washington, DC",2108,2282,677,5K +25119,Caleb T.,M,12,"Chantilly, VA",2111,2111,678,5K +23843,Adam H.,M,39,"Burke, VA",2113,2247,679,5K +23911,Darnell L.,M,44,"Laurel, MD",2117,2148,680,5K +15706,Larry S.,M,53,"Washington, DC",2119,2229,681,5K +7507,Kelly C.,M,46,"Cheyney, PA",2121,2255,681,5K +24542,Richard L.,M,65,"Knoxville, TN",2122,2222,682,5K +12601,Augusto P.,M,29,"Alexandria, VA",2123,2259,682,5K +18590,Steve G.,M,66,"Springfield, VA",2123,2149,682,5K +24931,A. J.,M,40,"Germantown, MD",2124,2172,682,5K +24485,Brian F.,M,44,"Manchester, MD",2124,2136,682,5K +24614,Dave M.,M,61,"Odenton, MD",2128,2184,684,5K +20388,Montressor U.,M,38,"Washington, DC",2129,2290,684,5K +24589,Kang Y.,M,34,"Germantown, MD",2129,2241,684,5K +24143,Paul W.,M,36,"Washington, DC",2130,2238,684,5K +21090,Paul T.,M,28,"Laurel, MD",2131,2263,685,5K +12318,Jeffrey F.,M,38,"Cincinnati, OH",2132,2390,685,5K +25032,Samuel D.,M,30,"Arlington, VA",2132,2237,685,5K +20633,Kevin E.,M,24,"Mount Vernon, NY",2133,2195,685,5K +22156,Scott K.,M,35,"Arlington, VA",2136,2217,686,5K +18611,Edward R.,M,34,"Washington, DC",2138,2170,687,5K +511,Taylor B.,M,32,"Washington, DC",2140,2257,688,5K +23801,Jeff M.,M,56,"Silver Spring, MD",2143,2307,689,5K +23684,Al S.,M,59,"Hopewell Junction, NY",2143,2230,689,5K +13915,Daniel B.,M,29,"Enola, PA",2150,2271,691,5K +24774,Stuart W.,M,55,"Chevy Chase, MD",2151,2173,691,5K +23886,Brian S.,M,30,"Gilbert, AZ",2153,2252,692,5K +19195,Kenneth B.,M,47,"Arlington, VA",2155,2321,692,5K +13697,Randall M.,M,45,"Washington, DC",2159,2220,694,5K +13492,Hochol L.,M,41,"Falls Church, VA",2163,2250,695,5K +25182,Kunpeng H.,M,43,"Mclean, VA",2165,2222,696,5K +21105,Vinay V.,M,32,"Sterling, VA",2168,2274,697,5K +24567,Robert G.,M,55,"Bel Air, MD",2169,2194,697,5K +22339,Ricardo C.,M,55,"Annandale, VA",2172,2308,698,5K +12719,Weston H.,M,39,"Arlington, VA",2174,2238,699,5K +10450,Jeff S.,M,33,"Washington, DC",2175,2335,699,5K +13287,Neil M.,M,36,"Dallas, TN",2176,2184,699,5K +14965,Andrew D.,M,29,"Washington, DC",2177,2210,700,5K +24259,Brent C.,M,32,"Washington, DC",2178,2358,700,5K +24748,Miten M.,M,50,"Arlington, VA",2179,2252,700,5K +20399,Don W.,M,50,"Springfield, VA",2184,2214,702,5K +18709,Joseph W.,M,26,"Charlottesville, VA",2187,2294,703,5K +21551,Brian K.,M,33,"Arlington, VA",2193,2326,705,5K +12083,Jeffrey W.,M,61,"Swampscott, MA",2193,2245,705,5K +15249,Roger S.,M,44,"Rockville, MD",2194,2387,705,5K +2844,David Q.,M,47,"Ashville, OH",2194,2387,705,5K +20587,Sean F.,M,27,"North Potomac, MD",2199,2373,707,5K +24565,Victor B.,M,53,"Parkton, MD",2200,2219,707,5K +24447,James A.,M,59,"St. Inigoes, MD",2201,2310,707,5K +17045,Mark S.,M,25,"Silver Spring, MD",2211,2270,710,5K +17041,John S.,M,50,"Silver Spring, MD",2213,2270,711,5K +24511,Lee P.,M,56,"Smithtown, NY",2213,2301,711,5K +20739,Calvin C.,M,30,"Alexandria, VA",2213,2228,711,5K +18125,Avery H.,M,23,"Baltimore, MD",2214,2258,711,5K +18292,Jim A.,M,72,"Quincy, PA",2215,2275,712,5K +23616,David C.,M,40,"Hershey, PA",2218,2389,713,5K +21225,Stewart H.,M,50,"Bowie, MD",2220,2241,713,5K +13122,Keegan H.,M,29,"Washington, DC",2221,2277,714,5K +14997,Kristopher H.,M,43,"Leesburg, VA",2221,2299,714,5K +22162,Ricardo A.,M,24,"Washington, DC",2221,2665,714,5K +24832,Nobel T.,M,13,"Washington, DC",2226,2786,715,5K +24378,Isaac C.,M,28,"Washington, DC",2233,2412,718,5K +6250,Robert R.,M,34,"Reston, VA",2234,2252,718,5K +24284,Sam L.,M,28,"Washington, DC",2245,2276,721,5K +9198,Aaron B.,M,32,"Washington, DC",2247,2439,722,5K +23663,Kevin S.,M,29,"Astoria, NY",2248,2376,722,5K +15269,Brian L.,M,33,"Chantilly, VA",2250,2266,723,5K +23597,Ted B.,M,69,"Ft. Myers, FL",2252,2397,724,5K +24323,Garick M.,M,38,"Mclean, VA",2256,2420,725,5K +8521,Phil S.,M,39,"Avondale, PA",2259,2362,726,5K +25120,Rich T.,M,39,"Chantilly, VA",2264,2264,727,5K +910,Lyle G.,M,35,"Silver Spring, MD",2265,2304,728,5K +15023,Tyler G.,M,57,"Reston, VA",2269,2329,729,5K +22143,Patrick M.,M,53,"Stafford, VA",2269,2324,729,5K +25220,Ross S.,M,40,"Arlington, VA",2272,2348,730,5K +24548,Harry H.,M,66,"Carlisle, PA",2274,2351,731,5K +21137,Pavak S.,M,28,"New York, NY",2277,2306,732,5K +24354,Steven R.,M,25,"Washington Dc, DC",2279,2389,732,5K +16596,David S.,M,50,"Brighton, MI",2280,2407,733,5K +24196,Arka C.,M,29,"Laurel, MD",2288,2421,735,5K +24893,Wesley N.,M,13,"Washington, DC",2294,2857,737,5K +24856,Damian T.,M,39,"Falls Church, VA",2294,2772,737,5K +23859,Sumit S.,M,40,"Gaithersburg, MD",2300,2310,739,5K +24905,Micah M.,M,13,"Washington, DC",2304,2477,740,5K +24840,Laurence S.,M,21,"College Park, MD",2305,2476,741,5K +24108,Patrick D.,M,25,"Edgewood, MD",2308,2335,742,5K +25149,Abheypartap G.,M,16,"Aldie, VA",2309,2394,742,5K +23564,Stan L.,M,63,"State College, PA",2313,2364,743,5K +24966,Avinash N.,M,28,"Vienna, VA",2313,2467,743,5K +15411,Matthew T.,M,27,"Coatesville, PA",2315,2344,744,5K +23954,Jason P.,M,41,"Alexandria, VA",2318,2453,745,5K +24332,Nathan T.,M,10,"Olney, MD",2319,2355,745,5K +23985,Kevin L.,M,31,"Washington, DC",2321,2424,746,5K +24709,Isaiah L.,M,28,"Westminster, MD",2330,2466,749,5K +24403,Garrett M.,M,10,"Nottingham, MD",2331,2341,749,5K +24195,David G.,M,58,"Croton-On-hudson, NY",2340,2394,752,5K +24612,Julian L.,M,58,"Olney, MD",2341,2436,752,5K +18784,Herman C.,M,44,"Arlington, VA",2343,2373,753,5K +25026,Chris H.,M,43,"Arlington, VA",2347,2510,754,5K +25043,James H.,M,9,"Arlington, VA",2347,2510,754,5K +18061,Bruce L.,M,67,"Export, PA",2352,2449,756,5K +19451,John G.,M,59,"New York, NY",2357,2486,757,5K +20769,Chad S.,M,45,"Alexandria, VA",2358,2399,758,5K +24156,Christopher C.,M,31,"Manassas, VA",2359,2521,758,5K +23706,Jeevan K.,M,10,"Cockeysville, MD",2362,2400,759,5K +23683,Michael M.,M,32,"Bear, DE",2364,2447,760,5K +7191,Christian M.,M,17,"Washington, DC",2367,2537,761,5K +24381,Charles D.,M,33,"East Northport, NY",2370,2509,762,5K +24746,Tim D.,M,62,"Gaithersburg, MD",2370,2523,762,5K +20323,Tung D.,M,41,"Clarksburg, MD",2371,2377,762,5K +19445,Eli D.,M,34,"Washington, DC",2372,2449,762,5K +23926,Santiago T.,M,38,"Herndon, VA",2386,2546,767,5K +20428,William A.,M,31,"Centreville, VA",2389,2428,768,5K +24641,John K.,M,45,"Tampa, FL",2402,2479,772,5K +24804,Jason D.,M,32,"Royal Oak, MI",2404,2508,772,5K +24830,Erick V.,M,11,"Washington, DC",2406,2798,773,5K +9137,Matt S.,M,27,"Vienna, VA",2406,2545,773,5K +24492,Aj H.,M,9,"Washington, DC",2410,2518,774,5K +24971,Wilco F.,M,44,"Alexandria, VA",2411,2505,775,5K +23881,Andy M.,M,43,"Ashton, MD",2411,2469,775,5K +24936,Mike H.,M,55,"Arlington, VA",2413,2544,775,5K +17754,Douglas T.,M,38,"Fairfax, VA",2414,2568,776,5K +24935,Mark M.,M,12,"Arlington, VA",2415,2545,776,5K +23998,Brett W.,M,41,"Washington, DC",2420,2961,778,5K +23891,John Y.,M,59,"Virginia Beach, VA",2424,2462,779,5K +23702,Seng C.,M,34,"Rockville, MD",2425,2535,779,5K +14534,Rizwaan A.,M,29,"Washington, DC",2426,2668,780,5K +13379,Ryan P.,M,19,"Huntingtown, MD",2428,2444,780,5K +24488,Scott H.,M,46,"Washington, DC",2428,2536,780,5K +18348,Kyle P.,M,47,"Huntingtown, MD",2429,2444,781,5K +17694,Matt D.,M,38,"New Orleans, LA",2430,2545,781,5K +23812,Sibtain S.,M,35,"Plainsboro, NJ",2431,2514,781,5K +7489,George H.,M,37,"Washington, DC",2433,2588,782,5K +22972,William T.,M,68,"Carlisle, PA",2433,2463,782,5K +19832,Francis T.,M,50,"Stony Brook, NY",2447,2543,786,5K +24024,Brian S.,M,58,"Nashua, NH",2447,2488,786,5K +20270,Jim B.,M,56,"Washington, DC",2448,2562,787,5K +24920,Skyler E.,M,11,"Washington, DC",2453,2566,788,5K +24900,Benjamin M.,M,22,"Washington, DC",2453,2565,788,5K +24212,Matthew F.,M,36,"Silver Spring, MD",2454,2606,789,5K +24986,Stephen M.,M,52,"Ijamsville, MD",2459,2473,790,5K +24360,Darryl M.,M,29,"Alexandria, VA",2462,2533,791,5K +14498,David M.,M,39,"Bowie, MD",2464,2524,792,5K +25098,Raymond P.,M,32,"Leesburg, VA",2478,2621,796,5K +23815,Justin M.,M,31,"Elkridge, MD",2489,2661,800,5K +24718,Andrew H.,M,39,"Arlington, VA",2489,2535,800,5K +24586,Billy S.,M,46,"Herndon, VA",2497,2583,802,5K +19869,Philip D.,M,40,"Arlington, VA",2505,2542,805,5K +24786,Cody D.,M,25,"Gaithersburg, MD",2506,2616,805,5K +14178,James C.,M,35,"Annandale, VA",2507,2604,806,5K +19730,Dale R.,M,51,"Dumfries, VA",2514,2606,808,5K +16733,Kevin M.,M,65,"Gambrills, MD",2526,2599,812,5K +24040,Allan S.,M,55,"Cary, NC",2527,2603,812,5K +3823,Sachi D.,M,36,"Bethesda, MD",2529,2551,813,5K +25068,Aaron S.,M,26,"Millersville, MD",2530,2692,813,5K +23867,Douglas N.,M,53,"Portland, ME",2532,2601,814,5K +23929,Gary S.,M,35,"Greensburg, PA",2543,2554,817,5K +18445,Erik V.,M,27,"Alexandria, VA",2557,2688,822,5K +23483,Matthew B.,M,27,"Washington, DC",2560,2671,823,5K +18624,Evan S.,M,58,"Jenkintown, PA",2563,2601,824,5K +24214,Thomas D.,M,50,"Whitehouse Station, NJ",2571,2720,826,5K +24331,Barry O.,M,64,"Billings, MT",2573,2666,827,5K +20158,Daniel M.,M,20,"Aldie, VA",2577,2682,828,5K +23856,Patrick O.,M,43,"Washington, DC",2577,3056,828,5K +16306,Stephen W.,M,58,"Frederick, MD",2582,2721,830,5K +23830,Clifford L.,M,33,"Washington, DC",2591,2786,833,5K +9389,Dat L.,M,50,"South Riding, VA",2594,3160,834,5K +13185,Duy V.,M,50,"South Riding, VA",2595,3161,834,5K +18603,Anh T.,M,52,"Chantilly, VA",2595,3160,834,5K +24192,Jeff W.,M,33,"Alexandria, VA",2612,2754,839,5K +23576,Andrew J.,M,27,"Wasington, DC",2616,2675,841,5K +13714,John S.,M,56,"Baltimore, MD",2625,2764,844,5K +23971,Paul J.,M,75,"Culver City, CA",2626,2677,844,5K +24772,Carlos N.,M,25,"Annandale, VA",2630,2712,845,5K +25051,Bryan V.,M,29,"Silver Spring, MD",2644,2824,850,5K +23610,Jarrett K.,M,6,"Gaithersburg, MD",2651,2673,852,5K +23605,Russ K.,M,39,"Gaithersburg, MD",2652,2673,852,5K +16410,Lee B.,M,58,"North Potomac, MD",2656,2798,854,5K +20465,Mahendra W.,M,29,"Columbus, OH",2672,2734,859,5K +23932,Chris R.,M,33,"Rockville, MD",2678,2780,861,5K +24168,Irfan M.,M,41,"Rockville, MD",2680,2829,861,5K +21530,Juan A.,M,24,"Hummelstown, PA",2684,2758,863,5K +24777,Mark L.,M,52,"Great Falls, VA",2685,2757,863,5K +24528,Adam E.,M,20,"Hershey, PA",2692,2767,865,5K +24032,John P.,M,39,"Arlington, VA",2705,2814,869,5K +23828,James A.,M,48,"Arnold, MO",2706,2785,870,5K +23936,Brian W.,M,39,"Germantown, MD",2713,2834,872,5K +25154,Andrew S.,M,29,"Leesburg, VA",2717,2843,873,5K +16705,Narayan G.,M,45,"Woodbridge, VA",2722,2722,875,5K +23428,Henry H.,M,65,"Mclean, VA",2727,2903,876,5K +24258,Ayman R.,M,42,"Miami, FL",2742,2858,881,5K +21493,Jaime W.,M,30,"Silver Spring, MD",2743,2779,881,5K +24583,Larry M.,M,57,"Lanham, MD",2743,2921,881,5K +25052,Dean R.,M,48,"Washington, DC",2749,2749,883,5K +12728,James-Craig H.,M,72,"Washington, DC",2751,2758,884,5K +23805,Cary S.,M,69,"Glenview, IL",2754,2808,885,5K +23634,Michael D.,M,41,"Savannah, GA",2758,2873,886,5K +24179,Barrington J.,M,54,"Mitchellville, MD",2764,2876,888,5K +24450,Chiu-Wing L.,M,65,"Houston, TX",2765,2790,889,5K +24473,Mark D.,M,29,"Arlington, VA",2766,2790,889,5K +23472,Winrich D.,M,34,"Ashburn, VA",2771,2874,890,5K +18830,Thai L.,M,42,"Poolesville, MD",2777,2867,892,5K +23414,David F.,M,79,"Washington, DC",2777,2843,892,5K +24393,Lou B.,M,60,"Rockwood, TN",2781,2882,894,5K +18964,Ryan M.,M,33,"Richmond, VA",2786,2845,895,5K +24687,John P.,M,50,"Alexandria, VA",2790,2869,897,5K +24400,Shawn T.,M,50,"Nottingham, MD",2792,2804,897,5K +25244,John W.,M,60,"South Riding, VA",2795,2903,898,5K +24624,Ken K.,M,55,"Timonium, MD",2800,2843,900,5K +9929,Luis D.,M,44,"Arlington, VA",2804,2945,901,5K +23478,Patrick F.,M,54,"Leonardtown, MD",2804,2827,901,5K +23644,Aj G.,M,10,"Hampton, VA",2816,2969,905,5K +20284,Abraham B.,M,64,"Germantown, MD",2825,2983,908,5K +24242,Doug B.,M,42,"Ft Washington, MD",2825,2885,908,5K +5720,Neil M.,M,36,"Washington, DC",2826,2826,908,5K +24019,Vladimir V.,M,42,"Washington, DC",2826,2894,908,5K +21233,Travis F.,M,34,"Chantilly, VA",2828,2966,909,5K +18745,Niven T.,M,39,"Bethesda, MD",2844,2977,914,5K +24210,John M.,M,65,"Holtsville, NY",2846,2864,915,5K +24574,Norman L.,M,37,"Boyds, MD",2846,2959,915,5K +25163,Sam D.,M,60,"Fairfax, VA",2851,2979,916,5K +16892,Donald W.,M,39,"Springfield, VA",2852,2967,917,5K +14084,Jon V.,M,77,"Annapolis, MD",2858,2865,918,5K +20321,Josue P.,M,43,"Bowie, MD",2864,2904,920,5K +25086,Girado S.,M,55,"Laurel, MD",2865,3050,921,5K +25050,Chris C.,M,55,"Greenbelt, MD",2868,3049,922,5K +24813,Stephen F.,M,18,"Springfield, VA",2868,3047,922,5K +25053,Terence S.,M,50,"Laurel, MD",2869,3050,922,5K +24472,Kunal K.,M,40,"Sterling, VA",2872,2975,923,5K +20612,Ronaldo S.,M,51,"Centreville, VA",2873,2978,923,5K +25041,Clinton C.,M,33,"Washington, DC",2883,3029,927,5K +24046,Robert B.,M,52,"Silver Spring, MD",2893,2941,930,5K +20352,Ronald G.,M,32,"Coram Ny, NY",2895,3000,930,5K +25187,Byron A.,M,6,"Sterling, VA",2895,3023,930,5K +23671,Glenn E.,M,52,"Valrico, FL",2903,2962,933,5K +25227,Marcus A.,M,34,"North Bethesda, MD",2903,2946,933,5K +23835,Antonio G.,M,39,"Severn, MD",2908,3012,935,5K +24975,Adekunle F.,M,50,"Owings Mills, MD",2917,2974,937,5K +24342,Garrett W.,M,24,"Cheltenham, MD",2926,3048,940,5K +14977,James L.,M,59,"Warrenton, VA",2928,2992,941,5K +15655,Andrew K.,M,31,"Quantico, VA",2929,3350,941,5K +21199,Michael O.,M,56,"Mclean, VA",2932,3033,942,5K +10740,Michael M.,M,34,"Washington, DC",2934,3080,943,5K +25229,Wayne B.,M,58,"Stevensville, MD",2940,3122,945,5K +23512,Nicholas A.,M,14,"Washignton, DC",2946,2987,947,5K +24404,Matthew V.,M,63,"Stamford, CT",2967,3091,954,5K +24456,Amir K.,M,13,"Bethesda, MD",2989,3150,961,5K +23698,Samuel B.,M,29,"Alexandria, VA",3001,3072,964,5K +23989,Bill M.,M,69,"Richmond, VA",3005,3103,966,5K +23486,Michael R.,M,26,"Richmond, VA",3005,3030,966,5K +23457,Lane S.,M,47,"Alexandria, VA",3005,3029,966,5K +24455,Ali K.,M,43,"Bethesda, MD",3012,3172,968,5K +23584,Kurt L.,M,35,"Washington, DC",3013,3086,968,5K +23450,Jake S.,M,55,"Burke, VA",3019,3115,970,5K +20269,Kerry K.,M,69,"Rockville, MD",3034,3082,975,5K +21427,John R.,M,42,"Chambersburg, PA",3049,3049,980,5K +24460,Usman K.,M,10,"Bethesda, MD",3050,3165,980,5K +24464,Arif K.,M,7,"Bethesda, MD",3058,3173,983,5K +24710,Bradley W.,M,33,"Silver Spring, MD",3061,3254,984,5K +19861,Dave W.,M,74,"Gibsonia, PA",3067,3236,986,5K +19863,Amit V.,M,40,"Washington, DC",3068,3235,986,5K +20304,Nathan T.,M,40,"Arlington, VA",3072,3247,987,5K +24114,Jonathan W.,M,37,"North Beach, MD",3076,3194,989,5K +18806,Roee S.,M,31,"Washington, DC",3084,3266,991,5K +23709,Tom L.,M,53,"Columbia, MD",3087,3161,992,5K +5369,Scott H.,M,48,"Ellicott City, MD",3088,3161,992,5K +25146,Daniel S.,M,56,"Haymarket, VA",3101,3190,997,5K +23498,James T.,M,42,"Ashburn, VA",3110,3212,1000,5K +19902,Kevin M.,M,46,"Springfield, VA",3121,3254,1003,5K +25115,Everett G.,M,10,"Manassas, VA",3137,3220,1008,5K +25211,John G.,M,61,"Manassas Park, VA",3141,3314,1009,5K +23667,Luis G.,M,66,"Fairfax, VA",3156,3225,1014,5K +16690,Yves J.,M,54,"Woodbridge, VA",3158,3330,1015,5K +23924,James R.,M,7,"Southbridge, VA",3164,3216,1017,5K +23918,Jacob G.,M,10,"Dumfries, VA",3164,3216,1017,5K +23939,John G.,M,64,"Wrightsville, PA",3180,3295,1022,5K +14900,Denver A.,M,45,"Carmel, IN",3208,3352,1031,5K +23792,Doug W.,M,30,"Arlington, VA",3229,3305,1038,5K +24877,James A.,M,35,"Califoria, MD",3243,3344,1042,5K +16153,Alex G.,M,37,"Washington, DC",3254,3254,1046,5K +24211,Daniel N.,M,61,"Clarksville, MD",3267,3358,1050,5K +17173,Gregory T.,M,36,"Hyattsville, MD",3271,3307,1051,5K +4951,David L.,M,28,"Orlando, FL",3273,3392,1052,5K +24543,Joe C.,M,38,"Branchdale, PA",3279,3357,1054,5K +25141,Lyle M.,M,63,"Fairfax, VA",3279,3360,1054,5K +25133,Derrick M.,M,47,"Gainesville, VA",3306,3745,1063,5K +25059,Aaron H.,M,39,"Sunderland, MD",3313,3463,1065,5K +23871,Lincoln L.,M,49,"Bowie, MD",3316,3337,1066,5K +24244,Paul K.,M,62,"Niles, OH",3325,3401,1069,5K +24137,Douglas W.,M,65,"Marlton, NJ",3341,3416,1074,5K +23914,Bruce D.,M,63,"Henderson, NV",3351,3404,1077,5K +24982,Greg D.,M,34,"Woodbridge, VA",3353,3511,1078,5K +25158,Bladan C.,M,18,"Woodbridge, VA",3354,3404,1078,5K +25161,Victor C.,M,24,"Woodbridge, VA",3355,3405,1078,5K +24368,Michael R.,M,53,"Laurel, MD",3357,3450,1079,5K +23602,Ben D.,M,66,"Martinsburg, WV",3359,3477,1080,5K +22312,Maurice G.,M,31,"Stafford, VA",3374,3465,1084,5K +24158,Robert W.,M,59,"Carson, PA",3375,3540,1085,5K +24827,Jerome W.,M,18,"Washington, DC",3410,3811,1096,5K +24917,Brendan G.,M,27,"Washington, DC",3410,3811,1096,5K +24756,Matt L.,M,28,"Sterling, VA",3411,3567,1096,5K +24264,Dawud W.,M,35,"Columbia, MD",3429,3553,1102,5K +25093,Shailendra S.,M,59,"Chantilly, VA",3440,3483,1106,5K +24430,Darryl G.,M,58,"Chesapeake Beach, MD",3440,3527,1106,5K +25062,Pir A.,M,62,"Silver Sprint, MD",3448,3533,1108,5K +21192,Alexander B.,M,38,"Bethesda, MD",3462,3574,1113,5K +24129,Christian E.,M,30,"Arlington, VA",3473,3576,1116,5K +12291,Yong C.,M,41,"Fairfax, VA",3481,3790,1119,5K +23553,Manoj K.,M,27,"Herndon, VA",3498,3690,1124,5K +24644,Tom B.,M,45,"Prince Frederick, MD",3505,3655,1127,5K +23799,Ryan H.,M,31,"Columbia, MD",3525,3690,1133,5K +24662,Tony M.,M,59,"Bowie, MD",3536,3663,1136,5K +23734,Sanjiv P.,M,55,"Falls Church, VA",3564,3710,1145,5K +24558,Surendra G.,M,55,"Mclean, VA",3564,3709,1145,5K +19115,Subhash G.,M,59,"Herndon, VA",3565,3710,1146,5K +25080,Curt E.,M,55,"Reston, VA",3574,3724,1149,5K +24547,Gregory V.,M,57,"Ashburn, VA",3585,3630,1152,5K +24544,Jimmy V.,M,55,"Dumfries, VA",3585,3630,1152,5K +24513,Leo G.,M,61,"Washington, DC",3639,3784,1170,5K +23762,Wayne B.,M,39,"Gaithersburg, MD",3698,3847,1189,5K +25066,Joseph R.,M,28,"Germantown, MD",3798,3945,1221,5K +23950,Lenny S.,M,67,"New Vernon, NJ",3863,3981,1242,5K +13464,Ryan A.,M,33,"Washington, DC",3863,3982,1242,5K +21620,Patrick M.,M,35,"Ashburn, VA",3939,4145,1266,5K +25069,Doug O.,M,54,"Crownsville, MD",3950,4067,1270,5K +23759,Dixon H.,M,92,"Fairfax Sta, VA",3997,4115,1285,5K +25263,Alberto C.,M,85,"Rehoboth Beach, DE",4030,4218,1295,5K +23581,Erik B.,M,33,"Washington, DC",4145,4145,1332,5K +21412,Damon O.,M,37,"Bethesda, MD",4146,4146,1333,5K +23701,David M.,M,65,"Auburn, AZ",4319,4403,1388,5K +15179,Edward S.,M,40,"Eldersburg, MD",4500,4675,1446,5K +23421,John P.,M,67,"Baltimore, MD",4501,4674,1447,5K +25160,Jony R.,M,37,"Woodbridge, VA",5287,5334,1700,5K +25153,Andres E.,M,33,"Woodbridge, VA",5287,5334,1700,5K diff --git a/Week12/Lab7/satgpa.csv b/Week12/Lab7/satgpa.csv new file mode 100644 index 0000000..3e78b7c --- /dev/null +++ b/Week12/Lab7/satgpa.csv @@ -0,0 +1,1001 @@ +sex,sat_v,sat_m,sat_sum,hs_gpa,fy_gpa +1,65,62,127,3.4,3.18 +2,58,64,122,4,3.33 +2,56,60,116,3.75,3.25 +1,42,53,95,3.75,2.42 +1,55,52,107,4,2.63 +2,55,56,111,4,2.91 +1,57,65,122,2.8,2.83 +1,53,62,115,3.8,2.51 +2,67,77,144,4,3.82 +1,41,44,85,2.6,2.54 +1,58,70,128,3.75,3.38 +2,45,57,102,3.75,3.02 +2,43,45,88,2.8,2.6 +2,50,58,108,3.75,3.81 +1,54,66,120,3.5,3.02 +2,55,57,112,3.75,3.48 +2,44,53,97,3.2,2.15 +1,53,68,121,4,3.8 +2,54,49,103,3.75,3.13 +2,47,55,102,4,3.4 +1,64,76,140,4,3.59 +2,39,33,72,3.25,1.62 +1,52,65,117,3.9,3.61 +1,49,58,107,3.5,2.54 +1,46,40,86,3.5,2.51 +2,43,49,92,2,0 +1,63,72,135,4,3.72 +2,46,45,91,2.3,0.87 +1,45,53,98,3.5,2.79 +1,35,45,80,3.5,2 +2,54,53,107,4,3.69 +2,66,66,132,3.75,3.48 +1,40,50,90,3,2.49 +2,53,67,120,4,3.92 +1,64,62,126,2.8,3.05 +1,44,39,83,2.75,2.4 +1,69,64,133,3.5,2.71 +2,47,60,107,3.75,1.58 +1,33,48,81,2,1.38 +1,61,63,124,3.75,2.52 +2,40,42,82,2.75,2.16 +1,52,62,114,3,2.57 +1,56,61,117,2.25,2.64 +1,38,49,87,3.5,2.47 +1,54,47,101,3,1 +1,33,43,76,3,2.73 +2,36,45,81,2.67,2.42 +2,36,47,83,3,2.3 +2,64,60,124,3.8,3.33 +1,49,42,91,3.1,2.37 +1,57,66,123,3,2.11 +1,50,60,110,3,2.91 +2,48,49,97,3,3.29 +2,54,55,109,3.25,2.67 +1,64,66,130,3.2,2.78 +2,57,50,107,3.8,3.13 +2,49,55,104,2.5,2.94 +2,64,68,132,4,4 +1,66,57,123,3.75,2.9 +2,43,46,89,3.5,2.92 +1,46,50,96,2.9,1.91 +1,41,51,92,2.9,3.11 +1,62,64,126,2.3,2.02 +1,43,63,106,2.8,2.51 +2,52,52,104,4,3.51 +2,45,54,99,4,3.24 +2,45,59,104,3.8,2.02 +2,71,59,130,4,2.65 +2,43,52,95,3.25,1.74 +1,55,54,109,2.7,1.54 +1,40,62,102,3.5,2.34 +2,66,61,127,3,2.49 +1,54,62,116,3.25,2.49 +1,45,60,105,2.75,2.08 +1,57,56,113,3,2.19 +2,37,51,88,2.5,1.8 +2,35,40,75,2.8,2.22 +1,61,59,120,3.5,2.95 +2,50,51,101,3.25,2.67 +1,50,56,106,4,2.89 +1,44,57,101,3.5,2.66 +1,58,50,108,3,2.18 +2,53,56,109,3.5,2.81 +1,42,52,94,3.75,2.06 +1,60,57,117,4,2.8 +1,39,53,92,3,2.59 +1,49,50,99,3.5,2.33 +1,45,65,110,4,3.55 +1,60,67,127,4,2.75 +2,50,43,93,3.75,3.59 +1,29,50,79,3.25,1.54 +1,48,60,108,3.75,2.98 +2,34,40,74,3,1.28 +1,49,47,96,2.5,1.24 +2,50,67,117,4,2.93 +2,53,52,105,3.75,2.48 +1,62,63,125,4,2.98 +2,53,56,109,2.7,1.17 +1,46,55,101,3.5,2.04 +2,63,57,120,3.2,2.37 +2,44,64,108,3.5,3 +2,63,57,120,2.75,2.98 +2,49,58,107,3.4,2.55 +1,42,55,97,2.8,1.86 +1,58,56,114,2,2.09 +1,63,73,136,4,2.89 +2,62,64,126,4,3.38 +2,57,60,117,3.9,3.94 +1,45,71,116,3,2.28 +1,59,72,131,3,2.43 +2,45,64,109,4,2.77 +2,52,52,104,2,3.33 +1,43,64,107,3,2.39 +2,43,46,89,3.7,2.37 +1,60,68,128,4,3.82 +1,50,77,127,3.75,3.63 +1,61,58,119,2.5,1.78 +1,48,59,107,3,3.22 +1,71,70,141,3.5,2.42 +1,54,71,125,4,3.82 +2,53,54,107,4,3.6 +2,45,46,91,3.75,1.84 +1,55,68,123,3.5,3.3 +1,63,66,129,3.8,3.7 +1,51,59,110,3,2.89 +1,43,39,82,2.3,2.38 +2,50,49,99,3.75,2.97 +2,51,50,101,4,3.37 +1,57,64,121,3.75,3.18 +2,42,44,86,3,1.33 +1,57,64,121,4,3 +1,58,66,124,4,3.75 +1,40,57,97,2.6,2.24 +2,49,44,93,2.75,2.44 +1,52,73,125,2.5,2.72 +1,62,58,120,2.5,1.69 +2,52,59,111,3.75,3.19 +2,35,50,85,3.5,3.1 +2,54,59,113,4,2.71 +2,67,70,137,4,3.45 +2,52,45,97,3.25,3.36 +2,45,53,98,3.2,1 +1,51,73,124,3.75,3.08 +2,53,51,104,2.75,3.16 +1,67,66,133,3.75,3.66 +2,59,63,122,4,3.82 +1,64,70,134,3.75,3.94 +2,58,58,116,3.75,3.79 +2,46,57,103,3.25,2.91 +1,39,56,95,3,2.33 +2,45,55,100,3.5,3.06 +1,48,54,102,3,1.91 +2,41,58,99,3,2.47 +2,54,60,114,3.5,2.96 +1,54,55,109,3.67,2.13 +2,38,32,70,2.4,1.98 +2,57,66,123,3.5,3.64 +2,44,59,103,2,0.6 +2,35,52,87,3,2.39 +1,60,53,113,3.5,1.95 +1,53,62,115,4,3.37 +2,41,52,93,4,3.02 +1,44,44,88,3,1.03 +2,51,54,105,4,3.42 +2,54,69,123,4,3.31 +1,68,69,137,3.5,2.31 +1,56,67,123,4,2.61 +1,41,49,90,2,0 +1,62,71,133,3.7,3.24 +2,55,57,112,4,3.48 +2,34,37,71,2.8,2.26 +2,49,43,92,3.25,2.4 +2,49,62,111,3.75,3.76 +2,49,61,110,2.75,1.14 +1,42,65,107,2.25,1.47 +1,49,48,97,3,2 +2,57,45,102,2.25,1.13 +2,43,47,90,2.5,1.7 +1,40,46,86,2,1.14 +1,49,54,103,3.2,2.54 +1,56,46,102,2.5,1.64 +1,38,50,88,2.5,2.95 +1,58,64,122,3,3.17 +2,41,47,88,4,1.12 +2,42,51,93,2.5,1.72 +1,53,51,104,2.3,1.91 +2,53,41,94,2.9,3 +2,53,59,112,2.75,3.2 +1,62,69,131,3,3.25 +2,59,69,128,3.2,2.26 +2,45,45,90,3,2.73 +1,58,57,115,3.4,2.47 +2,62,57,119,4,3.19 +2,37,55,92,3.5,1.38 +2,53,56,109,3.25,2.8 +1,50,63,113,3.4,2.52 +2,45,63,108,2.75,2.53 +2,35,41,76,2,2.24 +2,35,32,67,2.25,1.43 +2,44,41,85,2.5,2.06 +2,52,53,105,3.5,3.52 +1,41,43,84,2.25,1.58 +2,32,38,70,2.2,0.82 +1,65,64,129,2.5,2.21 +1,50,48,98,2,1.18 +1,58,57,115,2.5,3.64 +1,42,50,92,2.7,2.37 +1,39,43,82,2.25,1.18 +1,53,70,123,4,3.19 +1,49,54,103,3,1.59 +1,52,66,118,3.75,3.14 +1,51,56,107,2.75,3.63 +1,58,57,115,3,3.13 +1,56,64,120,4,3.09 +1,40,58,98,2.75,2.21 +2,63,56,119,4,2.86 +1,48,53,101,2.67,1.16 +2,53,62,115,4,3.89 +2,73,60,133,4,3.89 +1,47,41,88,3,1.45 +1,57,49,106,3,2.69 +2,44,56,100,2.6,2.27 +2,49,54,103,3.33,2.25 +2,62,57,119,4,3.36 +1,50,68,118,3,2.32 +2,61,49,110,4,2.91 +2,64,59,123,4,3.77 +1,48,64,112,3.8,3.04 +1,36,53,89,2.75,1.44 +2,42,60,102,3.8,2.07 +1,54,61,115,3.25,2.69 +2,49,51,100,3.75,2.67 +1,54,51,105,3.5,1.97 +1,43,49,92,2.25,1.08 +1,31,46,77,2,0.92 +2,39,33,72,3.5,1.7 +2,55,59,114,3.25,3 +2,53,57,110,3.75,3.34 +1,47,45,92,3.75,1.69 +1,69,61,130,4,3.37 +2,55,38,93,2.75,1.52 +1,44,55,99,3.75,2.73 +2,53,50,103,3.25,1.91 +2,68,62,130,3.7,2.98 +2,39,35,74,3.1,2.33 +1,40,45,85,3,1.79 +1,44,54,98,3.75,3.48 +2,52,52,104,3,1.63 +2,59,49,108,3,2.33 +2,63,54,117,3.75,3.35 +1,62,71,133,4,3.43 +1,48,41,89,2.3,1.71 +1,52,52,104,3.75,3.19 +1,43,50,93,2.5,1.69 +1,47,64,111,4,3.08 +2,33,32,65,3,1.43 +2,67,54,121,3.25,2.79 +2,51,41,92,3.5,1.7 +2,43,52,95,4,3.23 +2,40,42,82,3.5,2.12 +1,50,58,108,4,3.67 +2,76,57,133,4,3.94 +2,47,50,97,3.5,1.4 +2,45,49,94,3.4,1.9 +2,41,38,79,3.6,1.56 +1,56,54,110,4,1.85 +1,57,58,115,3,3 +1,36,52,88,3.4,2.37 +1,38,50,88,3.75,2.31 +1,59,66,125,4,3.77 +2,40,51,91,3.8,2.35 +1,58,62,120,4,3.79 +2,52,52,104,3.75,2.54 +2,64,53,117,3,2.19 +2,42,47,89,3,2.36 +1,41,52,93,2.2,2.05 +2,38,49,87,3.25,2.19 +2,50,55,105,3.25,1.8 +2,66,52,118,2.8,3.23 +2,41,59,100,3.3,0.48 +1,46,62,108,2.1,2.02 +2,59,51,110,3.4,2.44 +1,45,49,94,2.4,1.77 +1,46,58,104,3.7,3.2 +2,50,58,108,2.7,2.15 +1,50,60,110,3.5,2.6 +2,58,57,115,3.6,3.38 +1,56,50,106,2.5,0.55 +1,46,57,103,4,3.76 +2,47,48,95,3.25,3.06 +2,45,51,96,3.1,1.7 +1,55,65,120,2.1,2.62 +2,53,56,109,2.8,1.65 +2,51,55,106,3.5,1.89 +2,42,39,81,3.1,0.77 +1,50,65,115,2.9,3.24 +1,46,57,103,2.8,2.93 +2,69,55,124,4,3.57 +2,55,53,108,2.8,2.72 +2,48,53,101,3.3,2.4 +1,52,46,98,2.5,2.03 +1,53,52,105,2.7,2.21 +1,58,60,118,2.3,2.15 +2,50,48,98,2.6,1.75 +2,44,50,94,2.75,2.04 +2,39,51,90,2.75,1.15 +2,45,53,98,2.5,1.79 +2,63,64,127,3.8,3.63 +2,47,47,94,2.7,2 +2,62,56,118,3.25,3.13 +2,44,57,101,2.3,2.67 +1,39,38,77,3.2,2.24 +2,42,42,84,2.9,3.04 +2,48,43,91,2.8,3.27 +1,41,45,86,3.4,3.28 +1,50,59,109,2.5,2.56 +1,48,63,111,3.8,2.85 +2,50,62,112,3.3,3.38 +1,57,62,119,3.2,2.84 +2,47,55,102,3.3,3.22 +1,57,66,123,2.6,2.24 +1,36,56,92,3.1,2.08 +1,42,51,93,3.1,2.67 +2,49,38,87,3.2,2.13 +1,62,75,137,3.8,3.55 +1,42,66,108,3.3,1.5 +1,47,53,100,2.8,2.54 +2,49,58,107,3.5,1.19 +1,45,53,98,2.2,2.08 +2,39,42,81,2.75,0 +1,43,50,93,3.25,1.69 +1,39,50,89,3,2.26 +2,54,56,110,3.7,3.13 +2,47,46,93,2.9,1.73 +2,38,43,81,2.7,2.58 +2,39,63,102,2.8,2.09 +1,55,70,125,3.7,3 +2,54,61,115,3,2.04 +1,65,60,125,3.5,2.94 +2,44,43,87,4,2.31 +1,56,59,115,3.75,2.63 +2,51,61,112,3.5,2.79 +1,40,58,98,2.9,1.9 +2,47,50,97,3.5,3 +2,52,51,103,2.8,1.83 +1,48,54,102,2.8,2.33 +1,50,58,108,3.2,3.24 +1,53,59,112,3.2,2.7 +1,54,44,98,2.7,1.5 +1,51,42,93,3,3 +1,53,59,112,2.4,2.34 +2,58,66,124,4,3.44 +2,48,60,108,3,1.88 +1,57,60,117,2.1,2.86 +2,40,34,74,2.75,2.56 +1,41,40,81,2,1.49 +1,49,57,106,2.8,2.5 +2,49,50,99,2.9,1.83 +1,55,57,112,2.5,2.38 +1,37,40,77,3.1,1.82 +1,43,46,89,2.8,2.12 +1,47,59,106,3.1,2.59 +1,53,57,110,3,2.59 +2,40,50,90,3.1,2.02 +2,45,48,93,3.7,2.93 +2,46,47,93,2.9,2.24 +1,54,54,108,2.5,2.19 +1,41,60,101,3.4,1.95 +1,64,64,128,4,3.54 +2,62,61,123,3.75,2.86 +1,48,56,104,3.8,2.17 +2,46,49,95,3.4,2.3 +1,36,64,100,3.5,2.48 +2,40,48,88,3.5,3.02 +2,46,60,106,3.5,3.14 +1,55,60,115,2.7,2.22 +1,51,36,87,2.9,3.27 +2,42,35,77,2.5,2.47 +2,50,53,103,2.8,2.85 +2,50,52,102,4,3.77 +1,41,50,91,2.7,2.91 +1,50,53,103,3.5,2.61 +2,50,53,103,4,3.78 +1,46,54,100,2.9,1.19 +2,60,62,122,3.2,2.37 +1,49,65,114,3.7,3.69 +1,43,59,102,2.7,1.73 +2,50,47,97,2.7,2.48 +2,49,60,109,3,2.35 +1,52,50,102,3.5,1.95 +2,62,52,114,3.2,3.46 +2,47,56,103,2.8,2.27 +2,41,57,98,2.5,2.14 +1,43,64,107,2.5,3.34 +2,46,48,94,3.3,2.42 +1,52,67,119,3.3,3.22 +1,47,71,118,2.4,1.3 +1,47,61,108,3.2,1.79 +2,32,54,86,3,2.8 +2,45,45,90,2.6,2.8 +1,59,59,118,2.4,0.8 +2,52,40,92,3.5,2.45 +2,46,56,102,3.7,2.33 +1,31,51,82,2.7,1.76 +2,35,48,83,3,2.88 +1,45,57,102,3.1,2.52 +1,54,53,107,3.2,1.54 +2,43,47,90,3.7,2.66 +2,52,50,102,3.9,3.16 +1,49,58,107,3.8,1.94 +2,45,49,94,3.1,2.91 +2,62,51,113,2.9,2.37 +1,61,64,125,4,3.67 +1,50,59,109,4,4 +1,46,53,99,2.6,2.94 +2,39,64,103,2.9,1.37 +1,42,46,88,2.75,2.13 +2,46,57,103,3.3,2.68 +1,40,62,102,2.7,2.71 +1,45,35,80,2.4,1.57 +1,53,56,109,2.5,2.38 +2,67,59,126,3.4,1.16 +2,59,58,117,3.9,2.81 +2,47,58,105,3.4,2.52 +2,39,45,84,2.5,1.72 +2,39,53,92,2.9,2.23 +1,54,58,112,3,1.43 +1,46,52,98,2.5,1.54 +2,59,56,115,3.8,3.24 +1,48,60,108,3.6,2.18 +1,43,51,94,2.3,1.77 +1,48,62,110,3.4,2.16 +2,34,53,87,3.5,2.49 +2,54,61,115,4,3.74 +1,46,57,103,2.8,3.29 +2,36,43,79,2.9,1.37 +1,53,59,112,4,3.83 +2,64,66,130,3.7,2.9 +1,54,58,112,2.8,2.2 +1,57,55,112,2.7,2.11 +2,51,33,84,2.5,3.15 +2,46,53,99,3.4,2.65 +2,45,43,88,3,1.98 +2,55,58,113,3.8,2.93 +2,49,55,104,3.7,3.1 +2,46,50,96,3.7,3.34 +2,49,62,111,3.6,2.75 +2,50,52,102,3.4,2.9 +1,57,58,115,4,2.06 +2,42,40,82,3.2,1.87 +1,55,48,103,3.2,2.8 +2,54,40,94,2.6,1.38 +2,50,62,112,3.9,2.37 +1,29,58,87,2.7,0.9 +1,39,58,97,2.5,2.38 +2,39,38,77,2.6,1.62 +1,43,43,86,2.9,1.42 +2,34,40,74,2.8,1.52 +2,49,57,106,3.7,2.65 +1,38,60,98,2.9,1.92 +2,54,53,107,3.3,0.66 +1,43,68,111,3.8,1.85 +1,49,55,104,2.2,2.36 +1,44,57,101,3.3,1.86 +1,46,44,90,2.7,1.35 +2,47,57,104,2.9,2.8 +1,56,53,109,2.8,2.24 +2,43,51,94,3.8,2.17 +1,57,57,114,3.3,3.22 +2,39,49,88,3.1,2.02 +2,41,52,93,2.9,1.52 +1,33,57,90,2.8,2.27 +2,39,49,88,2.6,2.85 +1,36,59,95,2.9,2.62 +2,42,59,101,3.5,2.54 +2,58,51,109,3.8,3.76 +1,41,57,98,2.9,1.71 +1,41,59,100,3.3,1.88 +2,46,55,101,3.3,2.54 +2,50,57,107,3.2,2.25 +1,39,49,88,2.9,1.32 +2,44,33,77,3.5,2.71 +2,57,59,116,3.3,2.67 +1,55,57,112,3.4,2 +2,44,58,102,3.7,3.26 +2,37,38,75,2.9,1.51 +2,47,48,95,2.7,2.33 +1,53,60,113,3.8,2.82 +2,43,58,101,3.8,3.51 +1,45,47,92,3.7,1 +2,48,49,97,3.75,3.27 +1,49,54,103,2.8,0.73 +1,49,55,104,4,3.17 +2,47,54,101,4,2.69 +2,32,57,89,2.7,0.52 +1,37,50,87,2.2,1.77 +1,40,57,97,3.7,2.35 +1,55,55,110,2.9,2.06 +1,53,57,110,3.4,2.23 +2,47,47,94,2.6,1.67 +2,58,71,129,4,3.16 +1,35,53,88,3.9,2.24 +2,47,46,93,3.7,2.71 +1,52,64,116,3.9,3.98 +1,36,48,84,2.8,2.2 +2,38,47,85,2.5,2.88 +1,54,57,111,3.4,3 +2,41,44,85,3.7,1.55 +1,45,58,103,3.9,2 +1,24,29,53,2.47,2.19 +2,59,62,121,3.5,3.86 +1,45,55,100,2.8,1.47 +2,59,62,121,4,3.94 +1,37,58,95,2.4,1.37 +1,44,59,103,3.5,3.08 +1,54,64,118,3.8,1.95 +2,59,62,121,3.8,3.52 +1,48,55,103,3.2,1.74 +2,44,59,103,3.2,3.17 +2,61,56,117,3.5,2.67 +1,49,55,104,2.3,2.14 +1,53,52,105,3,2.54 +2,55,49,104,2.3,1.98 +2,46,45,91,2.3,2.04 +1,49,57,106,2.1,1.7 +1,53,62,115,3.7,1.8 +1,70,74,144,4,4 +2,48,52,100,3.9,4 +2,36,41,77,3,0.61 +2,49,57,106,3.8,3.34 +2,48,56,104,3.7,2.92 +1,53,62,115,3.8,3.62 +1,66,67,133,3.2,3.07 +2,41,57,98,3.4,3 +1,42,62,104,3.2,2.43 +2,38,45,83,3.4,3.11 +1,43,57,100,3.1,1.5 +2,49,54,103,3.7,2.58 +2,53,40,93,3.33,2.24 +1,40,55,95,2.1,1.96 +1,45,56,101,2.5,2.23 +2,53,51,104,2.8,2.24 +1,43,57,100,2.9,2.76 +2,49,52,101,3.1,2.59 +1,41,52,93,2.1,1.68 +2,38,47,85,3.1,2.92 +1,55,56,111,2.8,2.31 +1,41,57,98,3.5,2.56 +2,39,55,94,3.8,2.73 +2,63,49,112,3.4,3.11 +2,43,44,87,2.8,1.83 +1,47,47,94,2.6,2.88 +1,39,57,96,3,3.14 +1,46,51,97,2.6,1.87 +2,45,52,97,3.1,2.27 +2,51,55,106,3.4,2.56 +1,40,44,84,3.1,2.35 +2,42,55,97,3.4,3.02 +1,50,60,110,3.8,2.44 +1,50,58,108,3.7,1.33 +1,56,52,108,3.25,1.13 +1,54,52,106,3.4,3.4 +2,48,36,84,2.7,1.96 +1,53,49,102,3.5,1.96 +1,48,58,106,3.8,3.17 +2,45,58,103,3.2,1.6 +2,50,52,102,3,2.37 +1,52,53,105,3.5,1.43 +2,62,48,110,3.2,2.74 +1,46,48,94,3.2,1.95 +1,42,50,92,3.1,2.42 +2,48,52,100,3.6,3.04 +1,51,59,110,2.5,3 +2,50,42,92,3.5,3.73 +2,55,48,103,3.1,3.17 +1,56,63,119,3,1.57 +1,52,60,112,3.2,1.71 +1,51,57,108,2.5,2.09 +2,41,49,90,2.6,3.4 +1,33,38,71,3.5,2.1 +2,47,43,90,2.6,1.66 +2,54,49,103,3.5,3.16 +1,55,56,111,3.7,2.09 +2,49,57,106,3.7,3.6 +1,45,57,102,2.7,0.85 +1,57,59,116,3.3,1.88 +1,45,54,99,3.5,2.53 +1,60,60,120,3.7,1.82 +1,41,52,93,2.7,1.33 +2,47,51,98,2.56,2.81 +1,44,43,87,1.8,1.49 +2,49,55,104,3.5,2.51 +2,68,51,119,3.1,1.61 +2,39,41,80,2.7,1.65 +2,33,37,70,2.8,1.7 +2,50,54,104,3.6,3.13 +2,46,58,104,3.5,2.6 +2,35,40,75,3.25,1.87 +1,26,50,76,3.2,2.24 +2,36,55,91,2.8,1.6 +2,51,54,105,3.7,2.98 +2,47,51,98,3.9,3.6 +1,47,50,97,3.1,1.43 +1,44,62,106,3.7,3.02 +1,50,50,100,3.1,3.15 +1,34,52,86,3.3,2 +2,33,46,79,2.6,1.57 +2,38,34,72,2.8,1.78 +2,46,59,105,3.6,2.77 +1,42,56,98,3.8,3.25 +1,59,55,114,3.5,3.3 +1,42,37,79,4.5,1.13 +2,50,53,103,3.9,3.17 +2,41,55,96,3.4,2.04 +2,42,53,95,3,1.69 +1,41,65,106,2.5,1.8 +2,52,62,114,3.5,2.29 +1,62,67,129,4,3.41 +2,36,38,74,3.5,2 +2,47,56,103,4,3.11 +1,38,58,96,2.7,2.38 +1,45,63,108,3.3,2.62 +2,63,63,126,3.8,3.71 +1,44,50,94,3.8,3.27 +1,42,61,103,2.5,2.4 +1,51,63,114,2.5,3.25 +1,57,59,116,3.3,1.98 +1,49,61,110,3.5,3.04 +1,37,64,101,4,2.8 +1,62,71,133,4,4 +1,47,59,106,2.5,1.78 +1,55,65,120,3,2.54 +2,43,42,85,2.8,1.92 +1,56,74,130,4,3.48 +2,52,48,100,2.74,1.62 +1,47,60,107,3.5,2.56 +2,51,50,101,3.3,3.35 +1,41,66,107,2.7,2 +2,43,42,85,3,1.97 +1,58,51,109,3,3.21 +1,47,37,84,2.6,0.67 +1,41,57,98,3.5,2.38 +1,42,50,92,2.3,1.86 +2,50,43,93,2.3,2.53 +1,55,55,110,4,1.44 +1,45,59,104,3.5,2.19 +2,35,42,77,2.8,1.44 +1,43,50,93,3.4,2.36 +1,48,44,92,3,2.21 +2,40,57,97,3,2.6 +1,44,58,102,3.25,0.36 +1,47,61,108,3.3,2.47 +2,43,47,90,3.5,2.16 +2,39,53,92,2.7,1.63 +1,47,57,104,2.8,1.83 +2,34,69,103,2.1,2.66 +2,49,48,97,3.3,3.04 +2,47,45,92,2.4,2.54 +2,43,53,96,2.6,2.02 +1,61,49,110,2.2,1.49 +1,48,55,103,3.8,1.13 +2,37,46,83,3.1,2.02 +2,51,50,101,3.7,2.9 +2,35,60,95,2.75,1.81 +2,47,67,114,3.6,4 +1,41,37,78,2,2 +2,43,42,85,2.75,2.54 +2,49,48,97,4,2.65 +1,58,77,135,4,3.43 +2,47,45,92,3.7,2.91 +1,47,53,100,4,3.21 +1,37,52,89,2.5,1.75 +1,36,36,72,2.3,3.12 +2,56,58,114,3,2.09 +2,47,58,105,3.5,2.11 +1,56,50,106,3.3,2.56 +2,43,54,97,3.2,2.56 +2,45,48,93,3,1.24 +1,55,60,115,3,2.8 +1,55,35,90,2.6,2.17 +2,46,47,93,3.4,2.42 +2,39,51,90,3.6,3.56 +2,50,58,108,3.3,3.24 +2,45,57,102,3.6,3.42 +1,52,66,118,3.8,2.53 +2,47,47,94,2.8,2.38 +1,48,47,95,2.4,2.24 +1,35,53,88,2.7,2.12 +2,46,58,104,2.8,2.63 +2,54,47,101,2.5,1.98 +2,50,50,100,3.2,1.69 +1,58,59,117,4,2.47 +1,49,60,109,4,2.34 +2,43,47,90,2.67,2.58 +1,42,52,94,3,2 +1,46,51,97,2.7,1.63 +2,52,55,107,3.5,3.37 +1,45,46,91,2.8,1.64 +1,62,60,122,3.8,2.88 +2,58,62,120,4,3.12 +2,57,55,112,4,2.33 +2,60,59,119,3,2.45 +1,43,51,94,2.5,2.22 +1,51,65,116,3.5,2.17 +1,37,55,92,2.3,2.44 +1,49,48,97,3.1,2.98 +2,44,54,98,2.7,2.29 +2,44,52,96,3.5,2.56 +2,27,38,65,2.5,1.8 +1,48,55,103,3.1,2.43 +1,41,59,100,3.5,2.61 +2,35,58,93,3.1,3.09 +1,46,54,100,2.6,2.53 +1,52,64,116,2.7,2.48 +1,61,60,121,3.5,3.94 +1,48,64,112,3.4,2.86 +2,58,58,116,2.9,2.31 +1,44,40,84,2.6,2.18 +1,49,57,106,3.25,3.07 +1,40,45,85,2.1,1.64 +2,52,60,112,3,2.7 +1,36,50,86,3.5,2.08 +2,57,55,112,4,3.51 +2,48,62,110,4,3.63 +1,39,44,83,3,1.63 +2,54,61,115,4,3.76 +2,57,47,104,2.8,2.96 +1,40,48,88,3.25,2.83 +1,35,40,75,3,1.36 +1,61,65,126,3.8,2.91 +1,50,57,107,3.2,2.65 +2,41,52,93,3,2.56 +1,49,68,117,3,1.89 +1,50,57,107,2.8,2.04 +1,60,64,124,3.25,2.67 +1,54,72,126,3.75,3.29 +1,41,56,97,2.6,1.74 +1,44,41,85,2.8,2.98 +1,44,55,99,2.5,2.28 +2,50,42,92,2.4,1.21 +1,40,52,92,2.5,1.24 +2,55,54,109,3.5,3.47 +2,47,44,91,3.1,2.37 +2,38,57,95,4,3.49 +1,56,47,103,2.7,1.41 +2,49,52,101,4,2.04 +1,58,60,118,3.7,3.49 +1,51,64,115,2.6,1.7 +1,42,53,95,2.5,1.19 +2,52,49,101,3.6,3.63 +2,48,51,99,3.9,2.98 +1,48,62,110,3.4,2.35 +2,53,52,105,3.6,2.38 +2,57,57,114,3.8,2.38 +1,44,57,101,3.2,2.4 +2,29,60,89,2.5,1.92 +1,54,45,99,3.7,2.86 +1,41,63,104,3.25,2.9 +2,42,59,101,3.7,3.44 +2,53,65,118,2.9,1.88 +2,49,38,87,2.8,2.52 +1,48,54,102,4,1.17 +1,60,65,125,2.9,3.16 +1,45,57,102,3.25,1.64 +2,46,44,90,2.75,2.17 +2,31,41,72,2.67,1.62 +1,49,60,109,3,2.37 +1,47,43,90,3,3.19 +1,50,50,100,3,2.29 +2,59,69,128,4,3.41 +1,58,61,119,4,3.24 +2,48,60,108,3.3,2.64 +1,52,57,109,3.5,3.35 +1,47,50,97,2.75,1.87 +2,45,55,100,2.7,1.5 +2,37,59,96,4,2.98 +1,56,65,121,3.1,2.95 +2,52,52,104,2.8,2.2 +2,65,57,122,3.8,3.11 +2,42,49,91,4,3.12 +2,48,51,99,3.3,2.69 +2,45,58,103,4,2.91 +1,52,62,114,2.6,2.67 +1,51,57,108,3.2,2.49 +1,46,65,111,2.5,2.98 +1,50,72,122,3.1,3.06 +1,52,61,113,3.1,2.18 +1,52,68,120,4,3.5 +2,45,50,95,2.8,2.1 +2,54,50,104,3.4,3.8 +2,50,60,110,3.25,1.8 +1,41,63,104,4,2.14 +2,44,54,98,3.3,3.4 +2,45,48,93,2.8,2.66 +2,41,64,105,3.5,2.36 +1,45,43,88,2.9,1.98 +1,45,49,94,3,1.62 +1,56,53,109,3.2,2.03 +2,54,53,107,2.3,1.84 +1,50,67,117,3,2.02 +1,58,63,121,3.5,3.15 +1,51,35,86,2.75,1.54 +2,48,45,93,2.8,2.6 +2,41,50,91,3.8,2.58 +2,51,61,112,3.5,3.11 +2,39,34,73,2.7,1.19 +2,54,53,107,3.5,2.23 +2,44,53,97,2.2,1.78 +2,52,44,96,3,2.24 +2,53,37,90,3.3,2.29 +1,37,67,104,2.9,2.38 +1,35,48,83,2.2,0.95 +1,45,53,98,2.4,2.05 +2,43,47,90,3.1,2.49 +1,49,59,108,3.3,1.12 +2,37,43,80,2.03,1.31 +2,41,43,84,3.3,2.38 +2,40,45,85,3,2.74 +1,48,64,112,3,4 +1,44,59,103,3.8,2.66 +1,54,60,114,3.5,2.96 +2,63,42,105,2.1,1.88 +1,47,55,102,2.7,1.4 +2,56,52,108,3.5,3.31 +2,50,50,100,3.75,3.3 +1,64,64,128,4,3.21 +2,42,59,101,3.25,3.22 +1,43,48,91,2.8,2.28 +1,43,49,92,3.2,2.52 +1,52,52,104,4,2.62 +2,34,50,84,2,2 +2,44,45,89,3.6,2.02 +2,42,43,85,2.4,2.24 +2,47,48,95,4,3.12 +1,52,52,104,2.75,2.28 +2,49,59,108,3,2.13 +2,38,48,86,2.7,1.55 +2,62,56,118,3.7,2.4 +1,61,45,106,2.6,1.59 +1,44,55,99,3,2.94 +2,55,61,116,3.2,2.29 +1,47,66,113,3.5,2.98 +2,44,44,88,3.1,3.66 +1,41,56,97,2.9,0.38 +2,62,59,121,3.7,2.65 +2,60,68,128,3.7,1.95 +2,44,60,104,3.2,3.06 +2,63,58,121,3.7,3.87 +1,45,58,103,2.4,2.64 +1,43,55,98,2.4,2.54 +1,36,45,81,2.5,2.42 +2,58,53,111,3.3,3.44 +2,62,68,130,4,3.91 +1,41,61,102,4,2.46 +1,58,59,117,3.75,2.79 +2,46,43,89,2.7,1.79 +2,45,61,106,4,3.22 +1,40,41,81,2.3,0.57 +1,63,68,131,4,3.48 +2,53,54,107,3.5,2.13 +2,57,72,129,4,3.18 +1,39,56,95,3.75,3.81 +1,45,66,111,2.7,2.49 +1,52,67,119,3,1.87 +1,55,53,108,3.5,2.63 +1,44,48,92,2.2,1.91 +2,56,45,101,3.8,3.1 +1,64,62,126,4,3.12 +2,46,51,97,3.1,2.19 +1,64,61,125,3.6,3.21 +1,60,66,126,2.7,3.4 +1,52,60,112,3.1,2.37 +2,46,61,107,3.75,2.67 +2,58,58,116,3.5,3.59 +2,34,42,76,3.1,1.93 +2,54,64,118,3.8,3.17 +2,50,33,83,2.75,2.04 +1,59,63,122,3.2,1.96 +2,49,45,94,3.7,2.07 +1,37,42,79,2.2,2.35 +2,55,55,110,3.75,3.06 +1,32,66,98,2.9,2.48 +1,41,68,109,3.3,2.58 +2,47,53,100,2.8,2.15 +2,49,41,90,2.7,2.42 +1,53,68,121,3.2,2.09 +2,55,57,112,2.5,2.27 +1,43,52,95,2.7,2.31 +2,43,56,99,3,2.24 +2,50,53,103,3.5,1.92 +1,44,41,85,2,1.73 +1,64,59,123,2.5,3.38 +2,49,48,97,3.8,3.02 +1,49,55,104,3.2,2.29 +1,43,45,88,2.5,1.33 +1,64,71,135,3.3,2.83 +2,54,57,111,3.33,3.34 +2,40,47,87,3.2,1.51 +2,50,53,103,3.2,1.16 +2,57,64,121,3.75,1.94 +1,49,59,108,3.8,1.74 +1,50,55,105,3.2,2.17 +2,53,62,115,3.3,2.28 +1,54,59,113,3.5,2.75 +1,51,56,107,3,2.8 +2,38,40,78,3.8,2.53 +1,61,65,126,3.7,2.43 +2,44,44,88,2.7,1.84 +1,56,61,117,3.7,2.05 +1,48,63,111,3,2.48 +1,55,67,122,3.3,2.75 +1,61,51,112,2.3,3.24 +1,46,44,90,3.6,2.69 +1,51,66,117,3,2.21 +2,67,70,137,3.8,3.49 +1,49,40,89,2.3,2.24 +1,63,50,113,2.9,2.85 +2,40,50,90,2.5,1.62 +2,53,65,118,3.7,3.03 +2,48,42,90,3.6,3.1 +2,43,43,86,2.5,1.59 +1,46,63,109,2.8,2.21 +1,67,60,127,3.3,2.43 +1,46,60,106,3.5,2.46 +2,58,58,116,4,2.96 +2,43,61,104,2.8,2.2 +1,46,43,89,2.8,2.31 +1,49,49,98,3.25,2.35 +2,59,64,123,2.75,2.57 +1,39,55,94,2.8,3.04 +2,39,52,91,3,2.14 +2,67,52,119,4,2.27 +2,55,54,109,3,1.83 +1,57,61,118,3,2.75 +2,51,52,103,2.5,1.87 +1,52,67,119,3.5,3.22 +1,59,48,107,2.5,3.1 +1,45,64,109,2.9,2.29 +2,48,50,98,2.8,2.1 +1,52,52,104,3.5,2.96 +2,41,56,97,2,0.47 +2,47,48,95,3.5,2.88 +2,52,70,122,4,3.83 +1,49,57,106,3.4,1.6 +1,38,53,91,2.5,2.23 +1,44,50,94,2.5,3.07 +1,56,67,123,3.8,2.6 +1,45,58,103,2.75,1.15 +1,59,67,126,3.5,2.88 +1,53,72,125,3.7,3.71 +2,53,38,91,4,3.41 +2,66,66,132,3.5,3.65 +2,36,35,71,2.3,1.65 +2,57,54,111,3.7,2.15 +2,51,51,102,3.5,2.57 +2,76,68,144,4,3.66 +1,60,66,126,4,3.31 +1,46,52,98,3,2.84 +1,54,50,104,2.7,1.83 +2,55,64,119,3.6,3.35 +1,54,63,117,3.3,1.35 +2,52,43,95,3.4,3.1 +2,51,59,110,3.7,3.1 +1,49,51,100,3,2.19 +2,41,50,91,3,3.35 +2,57,59,116,4,3.91 +1,54,52,106,2.7,1.83 +2,32,38,70,2.2,1.29 +2,68,74,142,4,2.55 +2,49,51,100,3.25,2.68 +2,41,45,86,3.5,2.96 +2,47,48,95,3,2.45 +1,51,54,105,3.25,2.7 +1,57,59,116,3,2.24 +1,36,38,74,2.9,2.04 +1,44,59,103,3.67,2.38 +1,47,55,102,2.5,1.79 +1,47,44,91,3,2 +1,44,54,98,3.04,2.24 +1,43,46,89,2.5,1.63 +2,39,31,70,2.3,1.13 +1,49,48,97,2.5,1.73 +1,60,53,113,2.2,1.36 +1,50,60,110,3,2.81 +2,40,48,88,3.1,1.17 +2,60,59,119,3.5,2.48 +1,61,57,118,3.2,1.98 +1,42,57,99,2.8,1.72 +1,46,56,102,3.5,2.69 +2,50,56,106,4,2.98 +2,44,57,101,4,3.4 +1,68,73,141,4,3.48 +2,43,45,88,2.5,2.15 +1,54,60,114,3,2.4 +1,49,55,104,3,2.42 +2,50,50,100,3.7,2.19 +1,54,54,108,3.3,1.5 +1,56,58,114,3.5,3.17 +1,55,65,120,2.3,1.94 +1,49,44,93,2.7,2.38 diff --git a/Week12/Lecture33/Lecture33_agenda.tex b/Week12/Lecture33/Lecture33_agenda.tex new file mode 100644 index 0000000..7f69408 --- /dev/null +++ b/Week12/Lecture33/Lecture33_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 5: Linear regression} + \begin{itemize} + \item \hl{Previously: }Least squares regression (Chapter 8.2) + \item \hl{This time: }Types of outliers in linear regression (Chapter 8.3) + \item \hl{Reading: }Chapter 8.4 for next time + \item \hl{Deadlines/Announcements: }HW 5.1 due Monday, Q4 in discussions next week + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week12/Lecture33/Lecture33_draft.tex b/Week12/Lecture33/Lecture33_draft.tex new file mode 100644 index 0000000..e864d2d --- /dev/null +++ b/Week12/Lecture33/Lecture33_draft.tex @@ -0,0 +1,252 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\chp8@path{../../Chp 8} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 33]{MA213: Lecture 33} +\subtitle{Module 5: Linear regression} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture32_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Review} + +\begin{frame} + \frametitle{Last time: linear regression, $R^2$, extrapolation} +\end{frame} + +\section{Types of outliers in linear regression} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Types of outliers} + +\twocol{0.5}{0.5} +{ +\dq{How do outliers influence the least squares line in this plot?} + +To answer this question think of where the regression line would be with and without the outlier(s). Without the outliers the regression line would be steeper, and lie closer to the larger group of observations. With the outliers the line is pulled up and away from some of the observations in the larger group. +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-3_outliers/figures/outlierPlots/out4} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Types of outliers} + +\twocol{0.4}{0.6} +{ +\dq{How do outliers influence the least squares line in this plot?} \\ +\soln{\only<2>{Without the outlier there is no evident relationship between $x$ and $y$.}} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-3_outliers/figures/outlierPlots/out5} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Some terminology} + +\begin{itemize} + +\item \hl{Outliers} are points that lie away from the cloud of points. + +\pause + +\item Outliers that lie horizontally away from the center of the cloud are called \hl{high leverage} points. + +\pause + +\item High leverage points that actually influence the \underline{slope} of the regression line are called \hl{influential} points. + +\pause + +\item In order to determine if a point is influential, visualize the regression line with and without the point. Does the slope of the line change considerably? If so, then the point is influential. If not, then it?s not an influential point. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Influential points} + +Data are available on the log of the surface temperature and the log of the light intensity of 47 stars in the star cluster CYG OB1. + +\twocol{0.7}{0.3} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-3_outliers/figures/stars/star} +\end{center} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-3_outliers/figures/stars/cyg} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Types of outliers} + +\twocol{0.4}{0.6} +{ +\pq{Which of the below best describes the outlier?} +\begin{enumerate}[(a)] +\item influential +\solnMult{high leverage} +\item none of the above +\item there are no outliers +\end{enumerate} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-3_outliers/figures/outlierPlots/out6} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Types of outliers} + +\twocol{0.4}{0.6} +{ +\dq{Does this outlier influence the slope of the regression line?} +\soln{\only<2>{Not much...}} + +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp8@path/8-3_outliers/figures/outlierPlots/out1} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Influential points and the best-fit line} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap} + +\pq{Which of following is \underline{true}?} + +\begin{enumerate}[(a)] +\item Influential points always change the intercept of the regression line. +\item Influential points always reduce $R^2$. +\item It is much more likely for a low leverage point to be influential, than a high leverage point. +\item When the data set includes an influential point, the relationship between the explanatory variable and the response variable is always nonlinear. +\solnMult{None of the above.} +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap (cont.)} + +\vspace{-1cm} + +\twocol{0.5}{0.5} +{ +\begin{center} +\[ R = 0.08, R^2 = 0.0064 \] +\includegraphics[width=\textwidth]{\chp8@path/8-3_outliers/figures/outlierPlots/out5-1} +\end{center} +} +{ +\begin{center} +\[ R = 0.79, R^2 = 0.6241 \] +\includegraphics[width=\textwidth]{\chp8@path/8-3_outliers/figures/outlierPlots/out5} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} diff --git a/Week12/Lecture33/Lecture33_plan.tex b/Week12/Lecture33/Lecture33_plan.tex new file mode 100644 index 0000000..f733244 --- /dev/null +++ b/Week12/Lecture33/Lecture33_plan.tex @@ -0,0 +1,36 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: review linear model, $R^2$, extrapolation from last time + \item xx min Lecture: motivate and then define outliers + \item xx min R Demonstration: how do influential points change the best-fit lines? + \item xx min Edfinity: outliers applet? + \item xx min Lecture and/or R Demonstration: what to do with or how to address outliers (?) % not in slides but feels missing? (ES: I agree. I think the answer is to run the regression with/without, and explain to the stakeholders as necessary. Is there more to it than that?) + \item xx min Lecture/Case Study: Telling a story with statistics and when statistics can be misleading, statistical ethics + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO1: Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \item \textbf{M5, LO1: Describe and Assess Relationships Between Two Variables:} Describe the association between two numerical variables in a scatter plot in terms of direction, shape (linear or nonlinear), and strength, and assess whether linear regression is an appropriate model. + \item \textbf{M5, LO2: Compute and Interpret Correlation and R²:} Compute and interpret correlation coefficients and R² values, while recognizing that correlation does not imply causation. + \item \textbf{M5, LO3: Fit and Interpret Linear Models Using Least Squares:} Fit the intercept and slope of a linear model to data using the least squares method, interpret the fitted values, and use the model to predict responses to new inputs. + \item \textbf{M5, LO4: Explain and Assess Model Fit:} Explain the least squares fitting procedure, assess whether the fit is unduly influenced by any particular points, and distinguish between interpolation and extrapolation in predictions. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: R demo on influential points and the best-fit line +% TODO: look for applets on outliers in regression, use for edfinity activity? +% TODO: Lecture / R demo on how to address outliers +% TODO: Lecture / Case Study on misleading statistics, statistical ethics \ No newline at end of file diff --git a/Week12/Lecture34/Lecture34_agenda.tex b/Week12/Lecture34/Lecture34_agenda.tex new file mode 100644 index 0000000..635a7e4 --- /dev/null +++ b/Week12/Lecture34/Lecture34_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 5: Linear regression} + \begin{itemize} + \item \hl{Previously: }Types of outliers in linear regression (Chapter 8.3) + \item \hl{This time: }Inference for linear regression (Chapter 8.4) + \item \hl{Reading: }Chapter 8.4 for next time + \item \hl{Deadlines/Announcements: }HW 5.1 due today, Q4 in discussions this week + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week12/Lecture34/Lecture34_draft.tex b/Week12/Lecture34/Lecture34_draft.tex new file mode 100644 index 0000000..9e12ffe --- /dev/null +++ b/Week12/Lecture34/Lecture34_draft.tex @@ -0,0 +1,238 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp8@path{../../Chp 8} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 34]{MA213: Lecture 34} +\subtitle{Module 5: Linear regression} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture33_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Linear regression so far} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Recap: Our tools for inference so far} + +\begin{frame} + \frametitle{Tools we already have...} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Inference for linear regression} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Understanding regression output from software} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Nature or nurture?} + +{\small In 1966 Cyril Burt published a paper called ``The genetic determination of differences in intelligence: A study of monozygotic twins reared together and apart". The data consist of IQ scores for [an assumed random sample of] 27 identical twins, one raised by foster parents, the other by the biological parents.} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp8@path/8-4_inf_lin_reg/figures/twins/twins_IQ} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{} + +\pq{Which of the following is \underline{false}?} + +{\footnotesize +\begin{verbatim} +Coefficients: + Estimate Std. Error t value Pr(>|t|) +(Intercept) 9.20760 9.29990 0.990 0.332 +bioIQ 0.90144 0.09633 9.358 1.2e-09 + +Residual standard error: 7.729 on 25 degrees of freedom +Multiple R-squared: 0.7779, Adjusted R-squared: 0.769 +F-statistic: 87.56 on 1 and 25 DF, p-value: 1.204e-09 +\end{verbatim} +} + +\begin{enumerate}[(a)] +\item Additional 10 points in the biological twin's IQ is associated with additional 9 points in the foster twin's IQ, on average. +\solnMult{Roughly 78\% of the foster twins' IQs can be accurately predicted by the model.} +\item The linear model is $\widehat{fosterIQ} = 9.2 + 0.9 \times bioIQ$. +\item Foster twins with IQs higher than average IQs tend to have biological twins with higher than average IQs as well. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Hypotheses for testing for the slope} % To replace slide below, then do t-test together + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Testing for the slope} + +\pq{Assuming that these 27 twins comprise a representative sample of all twins separated at birth, we would like to test if these data provide convincing evidence that the IQ of the biological twin is a significant predictor of IQ of the foster twin. What are the appropriate hypotheses?} + +\begin{enumerate}[(a)] +\item \mathhl{H_0:} $b_0 = 0$; \mathhl{H_A:} $b_0 \ne 0$ +\item \mathhl{H_0:} $\beta_0 = 0$; \mathhl{H_A:} $\beta_0 \ne 0$ +\item \mathhl{H_0:} $b_1 = 0$; \mathhl{H_A:} $b_1 \ne 0$ +\solnMult{ \mathhl{H_0:} $\beta_1 = 0$; \mathhl{H_A:} $\beta_1 \ne 0$ } +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Testing for the slope (cont.)} + +{\footnotesize +\begin{center} +\begin{tabular}{rrrrr} + \hline + & Estimate & Std. Error & t value & Pr($>$$|$t$|$) \\ + \hline +(Intercept) & 9.2076 & 9.2999 & 0.99 & 0.3316 \\ + bioIQ & 0.9014 & 0.0963 & 9.36 & 0.0000 \\ + \hline +\end{tabular} +\end{center} +} + +\pause + +\begin{itemize} + +\item We always use a $t$-test in inference for regression. $\:$ \\ + +\pause + +\Remember{Test statistic, $T = \frac{point~estimate - null~value}{SE}$} + +\pause + +\item Point estimate = $b_1$ is the observed slope. + +\pause + +\item $SE_{b_1}$ is the standard error associated with the slope. + +\pause + +\item Degrees of freedom associated with the slope is $df = n - 2$, where $n$ is the sample size. $\:$ \\ +\pause +\Remember{We lose 1 degree of freedom for each parameter we estimate, and in simple linear regression we estimate 2 parameters, $\beta_0$ and $\beta_1$.} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Testing for the slope (cont.)} + +{\small +\begin{center} +\begin{tabular}{rrrrr} + \hline + & Estimate & Std. Error & t value & Pr($>$$|$t$|$) \\ + \hline +(Intercept) & 9.2076 & 9.2999 & 0.99 & 0.3316 \\ + bioIQ & \orange{0.9014} & \green{0.0963} & \orange{9.36} & \textcolor{blue}{0.0000} \\ + \hline +\end{tabular} +\end{center} +} + +\pause + +\begin{eqnarray*} +T &=& \frac{\orange{0.9014} - 0}{\green{0.0963}} = \orange{9.36} \\ +\pause +df &=& 27 - 2 = 25 \\ +\pause +p-value &=& P(|T| > \orange{9.36}) < \textcolor{blue}{0.01} +\end{eqnarray*} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: $t$-test for the slope} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week12/Lecture34/Lecture34_plan.tex b/Week12/Lecture34/Lecture34_plan.tex new file mode 100644 index 0000000..52208f6 --- /dev/null +++ b/Week12/Lecture34/Lecture34_plan.tex @@ -0,0 +1,38 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min R Demonstration: recap linear regression so far (from previous lecture) + \item xx min Lecture: recap (briefly) our strategies for inference so far (tests, CI, p-values, etc) + \item xx min Lecture: putting it all together: motivate inference for linear regression, with an example to return to throughout the week + \item xx min Edfinity quiz: testing for the slope: what should the hypotheses be? (like slide 4) + \item xx min Lecture: review quiz answers, note t-test inference for regression - idea is to make this now a familiar concept + \item xx min Edfinity quiz: perform a t-test for the slope parameter, step-by-step + \item xx min R Demonstration: review quiz answers, interpret the test results together + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO1: Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \item \textbf{M5, LO1: Describe and Assess Relationships Between Two Variables:} Describe the association between two numerical variables in a scatter plot in terms of direction, shape (linear or nonlinear), and strength, and assess whether linear regression is an appropriate model. + \item \textbf{M5, LO2: Compute and Interpret Correlation and R²:} Compute and interpret correlation coefficients and R² values, while recognizing that correlation does not imply causation. + \item \textbf{M5, LO3: Fit and Interpret Linear Models Using Least Squares:} Fit the intercept and slope of a linear model to data using the least squares method, interpret the fitted values, and use the model to predict responses to new inputs. + \item \textbf{M5, LO4: Explain and Assess Model Fit:} Explain the least squares fitting procedure, assess whether the fit is unduly influenced by any particular points, and distinguish between interpolation and extrapolation in predictions. + \item \textbf{M5, LO5: Perform Inference for Regression Coefficients:} Use fit summary and parameter estimates (e.g., ˆβ1 and ˆσ2) to perform hypothesis tests or construct confidence intervals for the slope, and interpret the results. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Slides on brief recap of inference tools +% TODO: Edfinity quiz on formulating a hypothesis test for the slope +% TODO: Edfinity quiz on performing a t-test for slope +% TODO: R demo for quiz answers, interpretation diff --git a/Week12/Lecture35/Lecture35_agenda.tex b/Week12/Lecture35/Lecture35_agenda.tex new file mode 100644 index 0000000..bec5903 --- /dev/null +++ b/Week12/Lecture35/Lecture35_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 5: Linear regression} + \begin{itemize} + \item \hl{Previously: }Inference for linear regression (Chapter 8.4) + \item \hl{This time: }Inference for linear regression, continued (Chapter 8.4) + \item \hl{Reading: }Chapter 8.4 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week12/Lecture35/Lecture35_draft.tex b/Week12/Lecture35/Lecture35_draft.tex new file mode 100644 index 0000000..4cb19ad --- /dev/null +++ b/Week12/Lecture35/Lecture35_draft.tex @@ -0,0 +1,290 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp8@path{../../Chp 8} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 35]{MA213: Lecture 35} +\subtitle{Module 5: Linear regression} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture34_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Inferece for linear regression, continued} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Last time: $t$-test for the slope} +\end{frame} + + +\begin{frame} +\frametitle{\% College graduate vs. \% Hispanic in LA} + +\dq{What can you say about the relationship between \% college graduate and \% Hispanic in a sample of 100 zip code areas in LA?} + +\begin{center} +\includegraphics[width=0.49\textwidth]{\chp8@path/8-4_inf_lin_reg/figures/la/Prop_EduHigherThan16th}~~~~ +\includegraphics[width=0.49\textwidth]{\chp8@path/8-4_inf_lin_reg/figures/la/Prop_RaceEthHispanic} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{\% College educated vs. \% Hispanic in LA - another look} + +\dq{What can you say about the relationship between of \% college graduate and \% Hispanic in a sample of 100 zip code areas in LA?} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp8@path/8-4_inf_lin_reg/figures/la/la} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{\% College educated vs. \% Hispanic in LA - linear model} + +\pq{Which of the below is the best interpretation of the slope?} + +{\small +\begin{center} +\begin{tabular}{rrrrr} + \hline + & Estimate & Std. Error & t value & Pr($>$$|$t$|$) \\ + \hline +(Intercept) & 0.7290 & 0.0308 & 23.68 & 0.0000 \\ + \%Hispanic & -0.7527 & 0.0501 & -15.01 & 0.0000 \\ + \hline +% &&&&$df$ = 98 \\ +\end{tabular} +\end{center} +} + +\begin{enumerate}[(a)] +\item A 1\% increase in Hispanic residents in a zip code area in LA is associated with a 75\% decrease in \% of college grads. +\solnMult{A 1\% increase in Hispanic residents in a zip code area in LA is associated with a 0.75\% decrease in \% of college grads.} +\item An additional 1\% of Hispanic residents decreases the \% of college graduates in a zip code area in LA by 0.75\%. +\item In zip code areas with no Hispanic residents, \% of college graduates is expected to be 75\%. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{\% College educated vs. \% Hispanic in LA - linear model} + +\dq{Do these data provide convincing evidence that there is a statistically significant relationship between \% Hispanic and \% college graduates in zip code areas in LA?} + +{\small +\begin{center} +\begin{tabular}{rrrrr} + \hline + & Estimate & Std. Error & t value & Pr($>$$|$t$|$) \\ + \hline +(Intercept) & 0.7290 & 0.0308 & 23.68 & 0.0000 \\ + hispanic & -0.7527 & 0.0501 & -15.01 & 0.0000 \\ + \hline +% &&&&$df$ = 98 \\ +\end{tabular} +\end{center} +} +\soln{\only<2->{Yes, the p-value for \% Hispanic is low, indicating that the data provide convincing evidence that the slope parameter is different than 0. +}} + +$\:$ \\ + +\dq{How reliable is this p-value if these zip code areas are not randomly selected?} +\soln{\only<3->{Not very... +}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: CI for the slope} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: CI for the slope} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{CI for the slope} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Confidence interval for the slope} + +\pq{{\small Remember that a confidence interval is calculated as $point~estimate \pm ME$ and the degrees of freedom associated with the slope in a simple linear regression is $n - 2$. Which of the below is the correct 95\% confidence interval for the slope parameter? Note that the model is based on observations from 27 twins.}} + +{\footnotesize +\begin{center} +\begin{tabular}{rrrrr} + \hline + & Estimate & Std. Error & t value & Pr($>$$|$t$|$) \\ + \hline +(Intercept) & 9.2076 & 9.2999 & 0.99 & 0.3316 \\ + bioIQ & 0.9014 & 0.0963 & 9.36 & 0.0000 \\ + \hline +\end{tabular} +\end{center} +} + +\vspace{-0.5cm} + +\twocol{0.4}{0.6} +{ +\begin{enumerate}[(a)] +\item $9.2076 \pm 1.65 \times 9.2999$ +\solnMult{ $0.9014 \pm 2.06 \times 0.0963$} +\item $0.9014 \pm 1.96 \times 0.0963$ +\item $9.2076 \pm 1.96 \times 0.0963$ +\end{enumerate} +} +{ +\soln{\onslide<2->{\orange{ +\begin{eqnarray*} +\pause +n &=& 27 \qquad df = 27 - 2 = 25 \\ +\pause +95\%:~t^\star_{25} &=& 2.06 \\ +\pause +0.9014 &\pm& 2.06 \times 0.0963 \\ +\pause +(0.7 &,& 1.1) +\end{eqnarray*} +}}}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap} + +\begin{itemize} + +\item Inference for the slope for a single-predictor linear regression model: +\pause +\begin{itemize} +\item Hypothesis test: +\[ T = \frac{b_1 - null~value}{SE_{b_1}} \qquad df = n - 2 \] +\pause +\item Confidence interval: +\[ b_1 \pm t^\star_{df = n - 2} SE_{b_1} \] +\end{itemize} + +\pause + +\item The null value is often 0 since we are usually checking for \hl{any} relationship between the explanatory and the response variable. + +\pause + +\item The regression output gives $b_1$, $SE_{b_1}$, and \hl{two-tailed} p-value for the $t$-test for the slope where the null value is 0. + +\pause + +\item We rarely do inference on the intercept, so we'll be focusing on the estimates and inference for the slope. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Caution} + +\begin{itemize} + +\item Always be aware of the type of data you're working with: random sample, non-random sample, or population. + +\pause + +\item Statistical inference, and the resulting p-values, are meaningless when you already have population data. + +\pause + +\item If you have a sample that is non-random (biased), inference on the results will be unreliable. + +\pause + +\item The ultimate goal is to have independent observations. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week12/Lecture35/Lecture35_plan.tex b/Week12/Lecture35/Lecture35_plan.tex new file mode 100644 index 0000000..d130dc6 --- /dev/null +++ b/Week12/Lecture35/Lecture35_plan.tex @@ -0,0 +1,33 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: inference for regression so far (just the slope parameter) + \item xx min Lecture: two-tailed p-value, concept and interpretation + \item xx min R Demonstration: testing for the slope example (review) + \item xx min Edfinity quiz: create a CI for the slope, interpret results for different examples (like slide 6) + \item xx min Lecture: recap? + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO1: Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \item \textbf{M5, LO1: Describe and Assess Relationships Between Two Variables:} Describe the association between two numerical variables in a scatter plot in terms of direction, shape (linear or nonlinear), and strength, and assess whether linear regression is an appropriate model. + \item \textbf{M5, LO2: Compute and Interpret Correlation and R²:} Compute and interpret correlation coefficients and R² values, while recognizing that correlation does not imply causation. + \item \textbf{M5, LO3: Fit and Interpret Linear Models Using Least Squares:} Fit the intercept and slope of a linear model to data using the least squares method, interpret the fitted values, and use the model to predict responses to new inputs. + \item \textbf{M5, LO4: Explain and Assess Model Fit:} Explain the least squares fitting procedure, assess whether the fit is unduly influenced by any particular points, and distinguish between interpolation and extrapolation in predictions. + \item \textbf{M5, LO5: Perform Inference for Regression Coefficients:} Use fit summary and parameter estimates (e.g., ˆβ1 and ˆσ2) to perform hypothesis tests or construct confidence intervals for the slope, and interpret the results. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: R demo / edfinity quiz on CI for the slope \ No newline at end of file diff --git a/Week12/Lecture36/Lecture36_agenda.tex b/Week12/Lecture36/Lecture36_agenda.tex new file mode 100644 index 0000000..152aba0 --- /dev/null +++ b/Week12/Lecture36/Lecture36_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 5: Linear regression} + \begin{itemize} + \item \hl{Previously: }Inference for linear regression (Chapter 8.4) + \item \hl{This time: }Inference for linear regression, continued (Chapter 8.4) + \item \hl{Reading: } + \item \hl{Deadlines/Announcements: }HW 5.2 due Monday, review next week + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week12/Lecture36/Lecture36_draft.tex b/Week12/Lecture36/Lecture36_draft.tex new file mode 100644 index 0000000..d4d1c97 --- /dev/null +++ b/Week12/Lecture36/Lecture36_draft.tex @@ -0,0 +1,80 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp8@path{../../Chp 8} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 36]{MA213: Lecture 36} +\subtitle{Module 5: Linear regression} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture35_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Recap} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week12/Lecture36/Lecture36_plan.tex b/Week12/Lecture36/Lecture36_plan.tex new file mode 100644 index 0000000..5785848 --- /dev/null +++ b/Week12/Lecture36/Lecture36_plan.tex @@ -0,0 +1,29 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: recap inference for linear regression? maybe a case study? + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO1: Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \item \textbf{M5, LO1: Describe and Assess Relationships Between Two Variables:} Describe the association between two numerical variables in a scatter plot in terms of direction, shape (linear or nonlinear), and strength, and assess whether linear regression is an appropriate model. + \item \textbf{M5, LO2: Compute and Interpret Correlation and R²:} Compute and interpret correlation coefficients and R² values, while recognizing that correlation does not imply causation. + \item \textbf{M5, LO3: Fit and Interpret Linear Models Using Least Squares:} Fit the intercept and slope of a linear model to data using the least squares method, interpret the fitted values, and use the model to predict responses to new inputs. + \item \textbf{M5, LO4: Explain and Assess Model Fit:} Explain the least squares fitting procedure, assess whether the fit is unduly influenced by any particular points, and distinguish between interpolation and extrapolation in predictions. + \item \textbf{M5, LO5: Perform Inference for Regression Coefficients:} Use fit summary and parameter estimates (e.g., ˆβ1 and ˆσ2) to perform hypothesis tests or construct confidence intervals for the slope, and interpret the results. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Adapt drafted slides \ No newline at end of file diff --git a/Week2/Lab2/Group_Divider.Rmd b/Week2/Lab2/Group_Divider.Rmd new file mode 100644 index 0000000..07e6a6e --- /dev/null +++ b/Week2/Lab2/Group_Divider.Rmd @@ -0,0 +1,39 @@ +--- +title: "Group Divider" +author: "Yongho Lim" +date: "2025-06-10" +output: html_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## Group Divider + +```{r, eval=FALSE, echo=FALSE} +library(dplyr) + +num_ppl_each_group = 2 +student_list <- read.csv("StudentList.csv") +N <- nrow(student_list) + +# Sort by last name +student_list <- student_list %>% arrange(Last) +student_list$number <- 1:N + +# Shuffle the student numbers randomly +shuffled <- sample(student_list$number) + +# Create group +group_ids <- rep(1:ceiling(N / num_ppl_each_group), num_ppl_each_group)[1:N] + +# Assign data frame +group_df <- data.frame(number = shuffled, group = group_ids) +grouped_students <- left_join(group_df, student_list, by = "number") + +grouped_students <- grouped_students %>% arrange(group) + +# Output +grouped_students %>% select(!number) +``` diff --git a/Week2/Lab2/Lab2_activity.Rmd b/Week2/Lab2/Lab2_activity.Rmd new file mode 100644 index 0000000..516b10d --- /dev/null +++ b/Week2/Lab2/Lab2_activity.Rmd @@ -0,0 +1,138 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab2 Activity" +bibliography: references.bib +link-citations: true +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## **Lab 2:** Data transformation + +------------------------------------------------------------------------ + +## Load packages for Data + +If you didn't install `tidyverse` package + +```{r eval=FALSE} +install.packages("tidyverse") +``` + +Load package + +```{r, echo=TRUE} +library(tidyverse) +``` + +------------------------------------------------------------------------ + +## Lab Activities + +#### Q1. Import `airquality` data. Discuss which variable should be response variable and explanatory variables. You might consider using functions such as `glimpse(), head()` + +```{r} +# +# +# +``` + +#### Q2. You are interested in viewing temperature in Celsius. Create a column named `Temp_C`. Below is the formula for Celsius. + +$$ +C = (F-32) \times \frac{5}{9} +$$ + +```{r} +# +# +# +``` + +#### Q3. Show average Ozone level in each month. + +```{r} +# +# +# +``` + +#### Q4. Based on Beaufort wind scale, wind speed(mph) can be categorized into + +``` +Calm: Wind speed less than 1 mph. +Light Air: 1-4 mph. +Light Breeze: 4-7 mph. +Gentle Breeze: 7-12 mph. +Moderate Breeze: 12-18 mph. +Fresh Breeze: 18-24 mph. +Strong Breeze: Wind speed greater than 24 mph. +``` + +Also, we can categorize Ozone level into two levels as the following. + +``` +Low : if less than median of Ozone +High : if greater than median of Ozone +``` + +Create a contingency table to examine the relationship between Categorized_wind and Ozone level. + +```{r} +# +# +# + +``` + +#### Q5. Import the Titanic dataset, identify numerical and categorical variables, and discuss which variable should be the response variable and which should be the explanatory variables. + +```{r} +# +# +# +``` + +#### Q6. Create a contingency table to examine the relationship between Class and Survived. + +```{r} +# +# +# +``` + +#### Q7. Create a contingency table to examine the relationship between Sex and Survived. + +```{r} +# +# +# +``` + +## Post-lab activities + +Please name your submission as `lab2.R` + +We are going to analyze this New York Air Quality Measurements data again. This time, we are going to see how Solar radiation is behaving in terms of Temperature. + +We are going to work without missing values again. + +0. load the `airquality.csv` file and assign it to `my_df` object. And assign the data without `NA` value to `new_df` + + ```{r, eval=FALSE} + my_df <- read.csv("airquality.csv") + # new_df <- ? + ``` + +1. How many observations are in the data without missing value? In other words, how many rows in the data without missing value? Assign it to `n` + +2. What is the maximum daily temperature at LaGuardia airport? Assign it to `max_temp` + +3. What is the maximum Ozone(ppb) in month of June? Assign it to `max_ozone_june` + +4. You are interested in the median value of `wind` in August. Assign the value to `median_august_wind` diff --git a/Week2/Lab2/Lab2_guide.Rmd b/Week2/Lab2/Lab2_guide.Rmd new file mode 100644 index 0000000..60ceb48 --- /dev/null +++ b/Week2/Lab2/Lab2_guide.Rmd @@ -0,0 +1,198 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab2 Guide" +bibliography: references.bib +link-citations: true +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## **Lab 2:** Data transformation + +Data transformation is a crucial part in exploratory data analysis (EDA). EDA includes the processes of importing, cleaning, and visualizing data to uncover the patterns, relationships and hidden insights within the data. + +In this lab, we will learn data processing and subsetting to see more insights from the data. + +------------------------------------------------------------------------ + +## Learning Objectives + +- Use R for Data Management and Exploration: Utilize R to load, pre-process, and explore data through visualization and summarization techniques. +- Classify and Analyze Variables: Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + +------------------------------------------------------------------------ + +## Load packages for Data + +If you didn't install `tidyverse` package + +```{r eval=FALSE} +install.packages("tidyverse") +``` + +Load package + +```{r, echo=TRUE} +library(tidyverse) +``` + +## **New York Air Quality Data** + +Daily air quality measurements in New York, May to September 1973 stored within a data frame with 153 observations on 6 variables. It is obtained from the New York State Department of Conservation (ozone data) and the National Weather Service (meteorological data). It is cited by @chambers2018graphical. + +You can find the details fo the data description [here](https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/airquality.html). + +## Import the Data + +You can use `airquality` object from base R data. You can also `airquality.csv` file where the data is stored as a comma separated value (CSV) file. Each row holds information for a single observation. + +Import the data from `airquality.csv` and show first 6 rows to see how this data is organized. + +```{r, echo=TRUE} +df = read.csv("airquality.csv") +``` + +## `glimpse()` to take a quick peek at your data + +```{r, echo=TRUE} + +glimpse(df) + +``` + +## To view the names of the variables + +```{r, echo=TRUE} + +names(df) + +``` + +## To view the first 6 rows + +```{r, echo=TRUE} + +head(df) + +``` + +## The pipe operator + +`dplyr` (one of data packages in `tidyverse`) provides the `%>%` operator from magrittr. `x %>% f(y)` turns into `f(x, y)` so the result from one step is then “piped” into the next step. + +`df %>% filter(Month==5)` means "Select all rows with May" + +```{r, echo=TRUE, eval=TRUE} +df %>% filter(Month==5) + +``` + +## The pipe operator can be added + +You can use the pipe to rewrite multiple operations that you can read left-to-right, top-to-bottom (reading the pipe operator as “then”) (`%>%` and `|>` are equivalent) + +```{r, echo=TRUE, eval=TRUE} +df |> + select(Ozone, Wind, Month) |> + filter(Month==5) + +# +``` + +## `Dplyr` data manipulation functions + +- Rows: + + - [`filter()`](https://dplyr.tidyverse.org/reference/filter.html) chooses rows based on column values. + + - [`slice()`](https://dplyr.tidyverse.org/reference/slice.html) chooses rows based on location. + + - [`arrange()`](https://dplyr.tidyverse.org/reference/arrange.html) changes the order of the rows. + +- Columns: + + - [`select()`](https://dplyr.tidyverse.org/reference/select.html) changes whether or not a column is included. + + - [`rename()`](https://dplyr.tidyverse.org/reference/rename.html) changes the name of columns. + + - [`mutate()`](https://dplyr.tidyverse.org/reference/mutate.html) changes the values of columns and creates new columns. + + - [`relocate()`](https://dplyr.tidyverse.org/reference/relocate.html) changes the order of the columns. + +- Groups of rows: + + - [`summarise()`](https://dplyr.tidyverse.org/reference/summarise.html) collapses a group into a single row. + +## Some useful resources + + + + + + + +## Creating new column using `Dplyr` + +You can create new columns or modify existing ones using the `mutate()` function. + +For example, to create a new column that categorizes temperature: + +```{r, echo=TRUE} +df <- df %>% + mutate(Temp_Category = ifelse(Temp > 80, "High", "Moderate")) # if Temp>80 -> "High" otherwise "Moderate" + +head(df) +``` + +## Contingency Table using `dplyr` + +A contingency table displays the frequency distribution of variables. You can create contingency tables using `dplyr` in combination with `tidyr`. + +For example, to create a contingency table of Month vs. Ozone_Level: + +```{r, echo=TRUE} +df <- df %>% + mutate(Ozone_Level = ifelse(Ozone > median(Ozone, na.rm=TRUE), "High", "Low")) + +contingency_table <- df %>% + group_by(Month, Ozone_Level) %>% + summarise(Count = n()) %>% + pivot_wider(names_from = Ozone_Level, values_from = Count) + +print(contingency_table) +``` + +## Contingency Table with new categorized variable + +You can categorize `solar.R` by + +``` +Solar.R <= 115 : Low +115< Solar.R <= 185 : Medium +258< Solar.R : High +``` + +Create a contingency table for categorized `solar.R` vs `Ozone_level` + +```{r, echo=TRUE} + contingency_table2 <- df %>% + mutate(solar_cat = case_when( + Solar.R <= 115 ~ "Low", + Solar.R > 115 & Solar.R <= 185 ~ "Medium", + Solar.R > 258 ~ "High" + )) %>% + group_by(solar_cat, Ozone_Level) %>% + summarise(Count = n()) %>% + pivot_wider( + names_from = Ozone_Level, + values_from = Count + ) + + + print(contingency_table2) +``` diff --git a/Week2/Lab2/StudentList.csv b/Week2/Lab2/StudentList.csv new file mode 100644 index 0000000..aeeaef9 --- /dev/null +++ b/Week2/Lab2/StudentList.csv @@ -0,0 +1,30 @@ +First,Last +A,AA +B,BB +C,CC +D,DD +E,EE +F,FF +G,GG +H,HH +I,II +J,JJ +K,KK +L,LL +M,MM +N,NN +O,OO +P,PP +Q,QQ +R,RR +S,SS +T,TT +U,UU +V,VV +W,WW +X,XX +Y,YY +Z,ZZ +A2,AA2 +B2,BB2 +C2,CC2 \ No newline at end of file diff --git a/Week2/Lab2/Titanic.csv b/Week2/Lab2/Titanic.csv new file mode 100644 index 0000000..09bf09f --- /dev/null +++ b/Week2/Lab2/Titanic.csv @@ -0,0 +1,2202 @@ +"","Class","Sex","Age","Survived" +"1","3rd","Male","Child","No" +"2","3rd","Male","Child","No" +"3","3rd","Male","Child","No" +"4","3rd","Male","Child","No" +"5","3rd","Male","Child","No" +"6","3rd","Male","Child","No" +"7","3rd","Male","Child","No" +"8","3rd","Male","Child","No" +"9","3rd","Male","Child","No" +"10","3rd","Male","Child","No" +"11","3rd","Male","Child","No" +"12","3rd","Male","Child","No" +"13","3rd","Male","Child","No" +"14","3rd","Male","Child","No" +"15","3rd","Male","Child","No" +"16","3rd","Male","Child","No" +"17","3rd","Male","Child","No" +"18","3rd","Male","Child","No" +"19","3rd","Male","Child","No" +"20","3rd","Male","Child","No" +"21","3rd","Male","Child","No" +"22","3rd","Male","Child","No" +"23","3rd","Male","Child","No" +"24","3rd","Male","Child","No" +"25","3rd","Male","Child","No" +"26","3rd","Male","Child","No" +"27","3rd","Male","Child","No" +"28","3rd","Male","Child","No" +"29","3rd","Male","Child","No" +"30","3rd","Male","Child","No" +"31","3rd","Male","Child","No" +"32","3rd","Male","Child","No" +"33","3rd","Male","Child","No" +"34","3rd","Male","Child","No" +"35","3rd","Male","Child","No" +"36","3rd","Female","Child","No" +"37","3rd","Female","Child","No" +"38","3rd","Female","Child","No" +"39","3rd","Female","Child","No" +"40","3rd","Female","Child","No" +"41","3rd","Female","Child","No" +"42","3rd","Female","Child","No" +"43","3rd","Female","Child","No" +"44","3rd","Female","Child","No" +"45","3rd","Female","Child","No" +"46","3rd","Female","Child","No" +"47","3rd","Female","Child","No" +"48","3rd","Female","Child","No" +"49","3rd","Female","Child","No" +"50","3rd","Female","Child","No" +"51","3rd","Female","Child","No" +"52","3rd","Female","Child","No" +"53","1st","Male","Adult","No" +"54","1st","Male","Adult","No" +"55","1st","Male","Adult","No" +"56","1st","Male","Adult","No" +"57","1st","Male","Adult","No" +"58","1st","Male","Adult","No" +"59","1st","Male","Adult","No" +"60","1st","Male","Adult","No" +"61","1st","Male","Adult","No" +"62","1st","Male","Adult","No" +"63","1st","Male","Adult","No" +"64","1st","Male","Adult","No" +"65","1st","Male","Adult","No" +"66","1st","Male","Adult","No" +"67","1st","Male","Adult","No" +"68","1st","Male","Adult","No" +"69","1st","Male","Adult","No" +"70","1st","Male","Adult","No" +"71","1st","Male","Adult","No" +"72","1st","Male","Adult","No" +"73","1st","Male","Adult","No" +"74","1st","Male","Adult","No" +"75","1st","Male","Adult","No" +"76","1st","Male","Adult","No" +"77","1st","Male","Adult","No" +"78","1st","Male","Adult","No" +"79","1st","Male","Adult","No" +"80","1st","Male","Adult","No" +"81","1st","Male","Adult","No" +"82","1st","Male","Adult","No" +"83","1st","Male","Adult","No" +"84","1st","Male","Adult","No" +"85","1st","Male","Adult","No" +"86","1st","Male","Adult","No" +"87","1st","Male","Adult","No" +"88","1st","Male","Adult","No" +"89","1st","Male","Adult","No" +"90","1st","Male","Adult","No" +"91","1st","Male","Adult","No" +"92","1st","Male","Adult","No" +"93","1st","Male","Adult","No" +"94","1st","Male","Adult","No" +"95","1st","Male","Adult","No" +"96","1st","Male","Adult","No" +"97","1st","Male","Adult","No" +"98","1st","Male","Adult","No" +"99","1st","Male","Adult","No" +"100","1st","Male","Adult","No" +"101","1st","Male","Adult","No" +"102","1st","Male","Adult","No" +"103","1st","Male","Adult","No" +"104","1st","Male","Adult","No" +"105","1st","Male","Adult","No" +"106","1st","Male","Adult","No" +"107","1st","Male","Adult","No" +"108","1st","Male","Adult","No" +"109","1st","Male","Adult","No" +"110","1st","Male","Adult","No" +"111","1st","Male","Adult","No" +"112","1st","Male","Adult","No" +"113","1st","Male","Adult","No" +"114","1st","Male","Adult","No" +"115","1st","Male","Adult","No" +"116","1st","Male","Adult","No" +"117","1st","Male","Adult","No" +"118","1st","Male","Adult","No" +"119","1st","Male","Adult","No" +"120","1st","Male","Adult","No" +"121","1st","Male","Adult","No" +"122","1st","Male","Adult","No" +"123","1st","Male","Adult","No" +"124","1st","Male","Adult","No" +"125","1st","Male","Adult","No" +"126","1st","Male","Adult","No" +"127","1st","Male","Adult","No" +"128","1st","Male","Adult","No" +"129","1st","Male","Adult","No" +"130","1st","Male","Adult","No" +"131","1st","Male","Adult","No" +"132","1st","Male","Adult","No" +"133","1st","Male","Adult","No" +"134","1st","Male","Adult","No" +"135","1st","Male","Adult","No" +"136","1st","Male","Adult","No" +"137","1st","Male","Adult","No" +"138","1st","Male","Adult","No" +"139","1st","Male","Adult","No" +"140","1st","Male","Adult","No" +"141","1st","Male","Adult","No" +"142","1st","Male","Adult","No" +"143","1st","Male","Adult","No" +"144","1st","Male","Adult","No" +"145","1st","Male","Adult","No" +"146","1st","Male","Adult","No" +"147","1st","Male","Adult","No" +"148","1st","Male","Adult","No" +"149","1st","Male","Adult","No" +"150","1st","Male","Adult","No" +"151","1st","Male","Adult","No" +"152","1st","Male","Adult","No" +"153","1st","Male","Adult","No" +"154","1st","Male","Adult","No" +"155","1st","Male","Adult","No" +"156","1st","Male","Adult","No" +"157","1st","Male","Adult","No" +"158","1st","Male","Adult","No" +"159","1st","Male","Adult","No" +"160","1st","Male","Adult","No" +"161","1st","Male","Adult","No" +"162","1st","Male","Adult","No" +"163","1st","Male","Adult","No" +"164","1st","Male","Adult","No" +"165","1st","Male","Adult","No" +"166","1st","Male","Adult","No" +"167","1st","Male","Adult","No" +"168","1st","Male","Adult","No" +"169","1st","Male","Adult","No" +"170","1st","Male","Adult","No" +"171","2nd","Male","Adult","No" +"172","2nd","Male","Adult","No" +"173","2nd","Male","Adult","No" +"174","2nd","Male","Adult","No" +"175","2nd","Male","Adult","No" +"176","2nd","Male","Adult","No" +"177","2nd","Male","Adult","No" +"178","2nd","Male","Adult","No" +"179","2nd","Male","Adult","No" +"180","2nd","Male","Adult","No" +"181","2nd","Male","Adult","No" +"182","2nd","Male","Adult","No" +"183","2nd","Male","Adult","No" +"184","2nd","Male","Adult","No" +"185","2nd","Male","Adult","No" +"186","2nd","Male","Adult","No" +"187","2nd","Male","Adult","No" +"188","2nd","Male","Adult","No" +"189","2nd","Male","Adult","No" +"190","2nd","Male","Adult","No" +"191","2nd","Male","Adult","No" +"192","2nd","Male","Adult","No" +"193","2nd","Male","Adult","No" +"194","2nd","Male","Adult","No" +"195","2nd","Male","Adult","No" +"196","2nd","Male","Adult","No" +"197","2nd","Male","Adult","No" +"198","2nd","Male","Adult","No" +"199","2nd","Male","Adult","No" +"200","2nd","Male","Adult","No" +"201","2nd","Male","Adult","No" +"202","2nd","Male","Adult","No" +"203","2nd","Male","Adult","No" +"204","2nd","Male","Adult","No" +"205","2nd","Male","Adult","No" +"206","2nd","Male","Adult","No" +"207","2nd","Male","Adult","No" +"208","2nd","Male","Adult","No" +"209","2nd","Male","Adult","No" +"210","2nd","Male","Adult","No" +"211","2nd","Male","Adult","No" +"212","2nd","Male","Adult","No" +"213","2nd","Male","Adult","No" +"214","2nd","Male","Adult","No" +"215","2nd","Male","Adult","No" +"216","2nd","Male","Adult","No" +"217","2nd","Male","Adult","No" +"218","2nd","Male","Adult","No" +"219","2nd","Male","Adult","No" +"220","2nd","Male","Adult","No" +"221","2nd","Male","Adult","No" +"222","2nd","Male","Adult","No" +"223","2nd","Male","Adult","No" +"224","2nd","Male","Adult","No" +"225","2nd","Male","Adult","No" +"226","2nd","Male","Adult","No" +"227","2nd","Male","Adult","No" +"228","2nd","Male","Adult","No" +"229","2nd","Male","Adult","No" +"230","2nd","Male","Adult","No" +"231","2nd","Male","Adult","No" +"232","2nd","Male","Adult","No" +"233","2nd","Male","Adult","No" +"234","2nd","Male","Adult","No" +"235","2nd","Male","Adult","No" +"236","2nd","Male","Adult","No" +"237","2nd","Male","Adult","No" +"238","2nd","Male","Adult","No" +"239","2nd","Male","Adult","No" +"240","2nd","Male","Adult","No" +"241","2nd","Male","Adult","No" +"242","2nd","Male","Adult","No" +"243","2nd","Male","Adult","No" +"244","2nd","Male","Adult","No" +"245","2nd","Male","Adult","No" +"246","2nd","Male","Adult","No" +"247","2nd","Male","Adult","No" +"248","2nd","Male","Adult","No" +"249","2nd","Male","Adult","No" +"250","2nd","Male","Adult","No" +"251","2nd","Male","Adult","No" +"252","2nd","Male","Adult","No" +"253","2nd","Male","Adult","No" +"254","2nd","Male","Adult","No" +"255","2nd","Male","Adult","No" +"256","2nd","Male","Adult","No" +"257","2nd","Male","Adult","No" +"258","2nd","Male","Adult","No" +"259","2nd","Male","Adult","No" +"260","2nd","Male","Adult","No" +"261","2nd","Male","Adult","No" +"262","2nd","Male","Adult","No" +"263","2nd","Male","Adult","No" +"264","2nd","Male","Adult","No" +"265","2nd","Male","Adult","No" +"266","2nd","Male","Adult","No" +"267","2nd","Male","Adult","No" +"268","2nd","Male","Adult","No" +"269","2nd","Male","Adult","No" +"270","2nd","Male","Adult","No" +"271","2nd","Male","Adult","No" +"272","2nd","Male","Adult","No" +"273","2nd","Male","Adult","No" +"274","2nd","Male","Adult","No" +"275","2nd","Male","Adult","No" +"276","2nd","Male","Adult","No" +"277","2nd","Male","Adult","No" +"278","2nd","Male","Adult","No" +"279","2nd","Male","Adult","No" +"280","2nd","Male","Adult","No" +"281","2nd","Male","Adult","No" +"282","2nd","Male","Adult","No" +"283","2nd","Male","Adult","No" +"284","2nd","Male","Adult","No" +"285","2nd","Male","Adult","No" +"286","2nd","Male","Adult","No" +"287","2nd","Male","Adult","No" +"288","2nd","Male","Adult","No" +"289","2nd","Male","Adult","No" +"290","2nd","Male","Adult","No" +"291","2nd","Male","Adult","No" +"292","2nd","Male","Adult","No" +"293","2nd","Male","Adult","No" +"294","2nd","Male","Adult","No" +"295","2nd","Male","Adult","No" +"296","2nd","Male","Adult","No" +"297","2nd","Male","Adult","No" +"298","2nd","Male","Adult","No" +"299","2nd","Male","Adult","No" +"300","2nd","Male","Adult","No" +"301","2nd","Male","Adult","No" +"302","2nd","Male","Adult","No" +"303","2nd","Male","Adult","No" +"304","2nd","Male","Adult","No" +"305","2nd","Male","Adult","No" +"306","2nd","Male","Adult","No" +"307","2nd","Male","Adult","No" +"308","2nd","Male","Adult","No" +"309","2nd","Male","Adult","No" +"310","2nd","Male","Adult","No" +"311","2nd","Male","Adult","No" +"312","2nd","Male","Adult","No" +"313","2nd","Male","Adult","No" +"314","2nd","Male","Adult","No" +"315","2nd","Male","Adult","No" +"316","2nd","Male","Adult","No" +"317","2nd","Male","Adult","No" +"318","2nd","Male","Adult","No" +"319","2nd","Male","Adult","No" +"320","2nd","Male","Adult","No" +"321","2nd","Male","Adult","No" +"322","2nd","Male","Adult","No" +"323","2nd","Male","Adult","No" +"324","2nd","Male","Adult","No" +"325","3rd","Male","Adult","No" +"326","3rd","Male","Adult","No" +"327","3rd","Male","Adult","No" +"328","3rd","Male","Adult","No" +"329","3rd","Male","Adult","No" +"330","3rd","Male","Adult","No" +"331","3rd","Male","Adult","No" +"332","3rd","Male","Adult","No" +"333","3rd","Male","Adult","No" +"334","3rd","Male","Adult","No" +"335","3rd","Male","Adult","No" +"336","3rd","Male","Adult","No" +"337","3rd","Male","Adult","No" +"338","3rd","Male","Adult","No" +"339","3rd","Male","Adult","No" +"340","3rd","Male","Adult","No" +"341","3rd","Male","Adult","No" +"342","3rd","Male","Adult","No" +"343","3rd","Male","Adult","No" +"344","3rd","Male","Adult","No" +"345","3rd","Male","Adult","No" +"346","3rd","Male","Adult","No" +"347","3rd","Male","Adult","No" +"348","3rd","Male","Adult","No" +"349","3rd","Male","Adult","No" +"350","3rd","Male","Adult","No" +"351","3rd","Male","Adult","No" +"352","3rd","Male","Adult","No" +"353","3rd","Male","Adult","No" +"354","3rd","Male","Adult","No" +"355","3rd","Male","Adult","No" +"356","3rd","Male","Adult","No" +"357","3rd","Male","Adult","No" +"358","3rd","Male","Adult","No" +"359","3rd","Male","Adult","No" +"360","3rd","Male","Adult","No" +"361","3rd","Male","Adult","No" +"362","3rd","Male","Adult","No" +"363","3rd","Male","Adult","No" +"364","3rd","Male","Adult","No" +"365","3rd","Male","Adult","No" +"366","3rd","Male","Adult","No" +"367","3rd","Male","Adult","No" +"368","3rd","Male","Adult","No" +"369","3rd","Male","Adult","No" +"370","3rd","Male","Adult","No" +"371","3rd","Male","Adult","No" +"372","3rd","Male","Adult","No" +"373","3rd","Male","Adult","No" +"374","3rd","Male","Adult","No" +"375","3rd","Male","Adult","No" +"376","3rd","Male","Adult","No" +"377","3rd","Male","Adult","No" +"378","3rd","Male","Adult","No" +"379","3rd","Male","Adult","No" +"380","3rd","Male","Adult","No" +"381","3rd","Male","Adult","No" +"382","3rd","Male","Adult","No" +"383","3rd","Male","Adult","No" +"384","3rd","Male","Adult","No" +"385","3rd","Male","Adult","No" +"386","3rd","Male","Adult","No" +"387","3rd","Male","Adult","No" +"388","3rd","Male","Adult","No" +"389","3rd","Male","Adult","No" +"390","3rd","Male","Adult","No" +"391","3rd","Male","Adult","No" +"392","3rd","Male","Adult","No" +"393","3rd","Male","Adult","No" +"394","3rd","Male","Adult","No" +"395","3rd","Male","Adult","No" +"396","3rd","Male","Adult","No" +"397","3rd","Male","Adult","No" +"398","3rd","Male","Adult","No" +"399","3rd","Male","Adult","No" +"400","3rd","Male","Adult","No" +"401","3rd","Male","Adult","No" +"402","3rd","Male","Adult","No" +"403","3rd","Male","Adult","No" +"404","3rd","Male","Adult","No" +"405","3rd","Male","Adult","No" +"406","3rd","Male","Adult","No" +"407","3rd","Male","Adult","No" +"408","3rd","Male","Adult","No" +"409","3rd","Male","Adult","No" +"410","3rd","Male","Adult","No" +"411","3rd","Male","Adult","No" +"412","3rd","Male","Adult","No" +"413","3rd","Male","Adult","No" +"414","3rd","Male","Adult","No" +"415","3rd","Male","Adult","No" +"416","3rd","Male","Adult","No" +"417","3rd","Male","Adult","No" +"418","3rd","Male","Adult","No" +"419","3rd","Male","Adult","No" +"420","3rd","Male","Adult","No" +"421","3rd","Male","Adult","No" +"422","3rd","Male","Adult","No" +"423","3rd","Male","Adult","No" +"424","3rd","Male","Adult","No" +"425","3rd","Male","Adult","No" +"426","3rd","Male","Adult","No" +"427","3rd","Male","Adult","No" +"428","3rd","Male","Adult","No" +"429","3rd","Male","Adult","No" +"430","3rd","Male","Adult","No" +"431","3rd","Male","Adult","No" +"432","3rd","Male","Adult","No" +"433","3rd","Male","Adult","No" +"434","3rd","Male","Adult","No" +"435","3rd","Male","Adult","No" +"436","3rd","Male","Adult","No" +"437","3rd","Male","Adult","No" +"438","3rd","Male","Adult","No" +"439","3rd","Male","Adult","No" +"440","3rd","Male","Adult","No" +"441","3rd","Male","Adult","No" +"442","3rd","Male","Adult","No" +"443","3rd","Male","Adult","No" +"444","3rd","Male","Adult","No" +"445","3rd","Male","Adult","No" +"446","3rd","Male","Adult","No" +"447","3rd","Male","Adult","No" +"448","3rd","Male","Adult","No" +"449","3rd","Male","Adult","No" +"450","3rd","Male","Adult","No" +"451","3rd","Male","Adult","No" +"452","3rd","Male","Adult","No" +"453","3rd","Male","Adult","No" +"454","3rd","Male","Adult","No" +"455","3rd","Male","Adult","No" +"456","3rd","Male","Adult","No" +"457","3rd","Male","Adult","No" +"458","3rd","Male","Adult","No" +"459","3rd","Male","Adult","No" +"460","3rd","Male","Adult","No" +"461","3rd","Male","Adult","No" +"462","3rd","Male","Adult","No" +"463","3rd","Male","Adult","No" +"464","3rd","Male","Adult","No" +"465","3rd","Male","Adult","No" +"466","3rd","Male","Adult","No" +"467","3rd","Male","Adult","No" +"468","3rd","Male","Adult","No" +"469","3rd","Male","Adult","No" +"470","3rd","Male","Adult","No" +"471","3rd","Male","Adult","No" +"472","3rd","Male","Adult","No" +"473","3rd","Male","Adult","No" +"474","3rd","Male","Adult","No" +"475","3rd","Male","Adult","No" +"476","3rd","Male","Adult","No" +"477","3rd","Male","Adult","No" +"478","3rd","Male","Adult","No" +"479","3rd","Male","Adult","No" +"480","3rd","Male","Adult","No" +"481","3rd","Male","Adult","No" +"482","3rd","Male","Adult","No" +"483","3rd","Male","Adult","No" +"484","3rd","Male","Adult","No" +"485","3rd","Male","Adult","No" +"486","3rd","Male","Adult","No" +"487","3rd","Male","Adult","No" +"488","3rd","Male","Adult","No" +"489","3rd","Male","Adult","No" +"490","3rd","Male","Adult","No" +"491","3rd","Male","Adult","No" +"492","3rd","Male","Adult","No" +"493","3rd","Male","Adult","No" +"494","3rd","Male","Adult","No" +"495","3rd","Male","Adult","No" +"496","3rd","Male","Adult","No" +"497","3rd","Male","Adult","No" +"498","3rd","Male","Adult","No" +"499","3rd","Male","Adult","No" +"500","3rd","Male","Adult","No" +"501","3rd","Male","Adult","No" +"502","3rd","Male","Adult","No" +"503","3rd","Male","Adult","No" +"504","3rd","Male","Adult","No" +"505","3rd","Male","Adult","No" +"506","3rd","Male","Adult","No" +"507","3rd","Male","Adult","No" +"508","3rd","Male","Adult","No" +"509","3rd","Male","Adult","No" +"510","3rd","Male","Adult","No" +"511","3rd","Male","Adult","No" +"512","3rd","Male","Adult","No" +"513","3rd","Male","Adult","No" +"514","3rd","Male","Adult","No" +"515","3rd","Male","Adult","No" +"516","3rd","Male","Adult","No" +"517","3rd","Male","Adult","No" +"518","3rd","Male","Adult","No" +"519","3rd","Male","Adult","No" +"520","3rd","Male","Adult","No" +"521","3rd","Male","Adult","No" +"522","3rd","Male","Adult","No" +"523","3rd","Male","Adult","No" +"524","3rd","Male","Adult","No" +"525","3rd","Male","Adult","No" +"526","3rd","Male","Adult","No" +"527","3rd","Male","Adult","No" +"528","3rd","Male","Adult","No" +"529","3rd","Male","Adult","No" +"530","3rd","Male","Adult","No" +"531","3rd","Male","Adult","No" +"532","3rd","Male","Adult","No" +"533","3rd","Male","Adult","No" +"534","3rd","Male","Adult","No" +"535","3rd","Male","Adult","No" +"536","3rd","Male","Adult","No" +"537","3rd","Male","Adult","No" +"538","3rd","Male","Adult","No" +"539","3rd","Male","Adult","No" +"540","3rd","Male","Adult","No" +"541","3rd","Male","Adult","No" +"542","3rd","Male","Adult","No" +"543","3rd","Male","Adult","No" +"544","3rd","Male","Adult","No" +"545","3rd","Male","Adult","No" +"546","3rd","Male","Adult","No" +"547","3rd","Male","Adult","No" +"548","3rd","Male","Adult","No" +"549","3rd","Male","Adult","No" +"550","3rd","Male","Adult","No" +"551","3rd","Male","Adult","No" +"552","3rd","Male","Adult","No" +"553","3rd","Male","Adult","No" +"554","3rd","Male","Adult","No" +"555","3rd","Male","Adult","No" +"556","3rd","Male","Adult","No" +"557","3rd","Male","Adult","No" +"558","3rd","Male","Adult","No" +"559","3rd","Male","Adult","No" +"560","3rd","Male","Adult","No" +"561","3rd","Male","Adult","No" +"562","3rd","Male","Adult","No" +"563","3rd","Male","Adult","No" +"564","3rd","Male","Adult","No" +"565","3rd","Male","Adult","No" +"566","3rd","Male","Adult","No" +"567","3rd","Male","Adult","No" +"568","3rd","Male","Adult","No" +"569","3rd","Male","Adult","No" +"570","3rd","Male","Adult","No" +"571","3rd","Male","Adult","No" +"572","3rd","Male","Adult","No" +"573","3rd","Male","Adult","No" +"574","3rd","Male","Adult","No" +"575","3rd","Male","Adult","No" +"576","3rd","Male","Adult","No" +"577","3rd","Male","Adult","No" +"578","3rd","Male","Adult","No" +"579","3rd","Male","Adult","No" +"580","3rd","Male","Adult","No" +"581","3rd","Male","Adult","No" +"582","3rd","Male","Adult","No" +"583","3rd","Male","Adult","No" +"584","3rd","Male","Adult","No" +"585","3rd","Male","Adult","No" +"586","3rd","Male","Adult","No" +"587","3rd","Male","Adult","No" +"588","3rd","Male","Adult","No" +"589","3rd","Male","Adult","No" +"590","3rd","Male","Adult","No" +"591","3rd","Male","Adult","No" +"592","3rd","Male","Adult","No" +"593","3rd","Male","Adult","No" +"594","3rd","Male","Adult","No" +"595","3rd","Male","Adult","No" +"596","3rd","Male","Adult","No" +"597","3rd","Male","Adult","No" +"598","3rd","Male","Adult","No" +"599","3rd","Male","Adult","No" +"600","3rd","Male","Adult","No" +"601","3rd","Male","Adult","No" +"602","3rd","Male","Adult","No" +"603","3rd","Male","Adult","No" +"604","3rd","Male","Adult","No" +"605","3rd","Male","Adult","No" +"606","3rd","Male","Adult","No" +"607","3rd","Male","Adult","No" +"608","3rd","Male","Adult","No" +"609","3rd","Male","Adult","No" +"610","3rd","Male","Adult","No" +"611","3rd","Male","Adult","No" +"612","3rd","Male","Adult","No" +"613","3rd","Male","Adult","No" +"614","3rd","Male","Adult","No" +"615","3rd","Male","Adult","No" +"616","3rd","Male","Adult","No" +"617","3rd","Male","Adult","No" +"618","3rd","Male","Adult","No" +"619","3rd","Male","Adult","No" +"620","3rd","Male","Adult","No" +"621","3rd","Male","Adult","No" +"622","3rd","Male","Adult","No" +"623","3rd","Male","Adult","No" +"624","3rd","Male","Adult","No" +"625","3rd","Male","Adult","No" +"626","3rd","Male","Adult","No" +"627","3rd","Male","Adult","No" +"628","3rd","Male","Adult","No" +"629","3rd","Male","Adult","No" +"630","3rd","Male","Adult","No" +"631","3rd","Male","Adult","No" +"632","3rd","Male","Adult","No" +"633","3rd","Male","Adult","No" +"634","3rd","Male","Adult","No" +"635","3rd","Male","Adult","No" +"636","3rd","Male","Adult","No" +"637","3rd","Male","Adult","No" +"638","3rd","Male","Adult","No" +"639","3rd","Male","Adult","No" +"640","3rd","Male","Adult","No" +"641","3rd","Male","Adult","No" +"642","3rd","Male","Adult","No" +"643","3rd","Male","Adult","No" +"644","3rd","Male","Adult","No" +"645","3rd","Male","Adult","No" +"646","3rd","Male","Adult","No" +"647","3rd","Male","Adult","No" +"648","3rd","Male","Adult","No" +"649","3rd","Male","Adult","No" +"650","3rd","Male","Adult","No" +"651","3rd","Male","Adult","No" +"652","3rd","Male","Adult","No" +"653","3rd","Male","Adult","No" +"654","3rd","Male","Adult","No" +"655","3rd","Male","Adult","No" +"656","3rd","Male","Adult","No" +"657","3rd","Male","Adult","No" +"658","3rd","Male","Adult","No" +"659","3rd","Male","Adult","No" +"660","3rd","Male","Adult","No" +"661","3rd","Male","Adult","No" +"662","3rd","Male","Adult","No" +"663","3rd","Male","Adult","No" +"664","3rd","Male","Adult","No" +"665","3rd","Male","Adult","No" +"666","3rd","Male","Adult","No" +"667","3rd","Male","Adult","No" +"668","3rd","Male","Adult","No" +"669","3rd","Male","Adult","No" +"670","3rd","Male","Adult","No" +"671","3rd","Male","Adult","No" +"672","3rd","Male","Adult","No" +"673","3rd","Male","Adult","No" +"674","3rd","Male","Adult","No" +"675","3rd","Male","Adult","No" +"676","3rd","Male","Adult","No" +"677","3rd","Male","Adult","No" +"678","3rd","Male","Adult","No" +"679","3rd","Male","Adult","No" +"680","3rd","Male","Adult","No" +"681","3rd","Male","Adult","No" +"682","3rd","Male","Adult","No" +"683","3rd","Male","Adult","No" +"684","3rd","Male","Adult","No" +"685","3rd","Male","Adult","No" +"686","3rd","Male","Adult","No" +"687","3rd","Male","Adult","No" +"688","3rd","Male","Adult","No" +"689","3rd","Male","Adult","No" +"690","3rd","Male","Adult","No" +"691","3rd","Male","Adult","No" +"692","3rd","Male","Adult","No" +"693","3rd","Male","Adult","No" +"694","3rd","Male","Adult","No" +"695","3rd","Male","Adult","No" +"696","3rd","Male","Adult","No" +"697","3rd","Male","Adult","No" +"698","3rd","Male","Adult","No" +"699","3rd","Male","Adult","No" +"700","3rd","Male","Adult","No" +"701","3rd","Male","Adult","No" +"702","3rd","Male","Adult","No" +"703","3rd","Male","Adult","No" +"704","3rd","Male","Adult","No" +"705","3rd","Male","Adult","No" +"706","3rd","Male","Adult","No" +"707","3rd","Male","Adult","No" +"708","3rd","Male","Adult","No" +"709","3rd","Male","Adult","No" +"710","3rd","Male","Adult","No" +"711","3rd","Male","Adult","No" +"712","Crew","Male","Adult","No" +"713","Crew","Male","Adult","No" +"714","Crew","Male","Adult","No" +"715","Crew","Male","Adult","No" +"716","Crew","Male","Adult","No" +"717","Crew","Male","Adult","No" +"718","Crew","Male","Adult","No" +"719","Crew","Male","Adult","No" +"720","Crew","Male","Adult","No" +"721","Crew","Male","Adult","No" +"722","Crew","Male","Adult","No" +"723","Crew","Male","Adult","No" +"724","Crew","Male","Adult","No" +"725","Crew","Male","Adult","No" +"726","Crew","Male","Adult","No" +"727","Crew","Male","Adult","No" +"728","Crew","Male","Adult","No" +"729","Crew","Male","Adult","No" +"730","Crew","Male","Adult","No" +"731","Crew","Male","Adult","No" +"732","Crew","Male","Adult","No" +"733","Crew","Male","Adult","No" +"734","Crew","Male","Adult","No" +"735","Crew","Male","Adult","No" +"736","Crew","Male","Adult","No" +"737","Crew","Male","Adult","No" +"738","Crew","Male","Adult","No" +"739","Crew","Male","Adult","No" +"740","Crew","Male","Adult","No" +"741","Crew","Male","Adult","No" +"742","Crew","Male","Adult","No" +"743","Crew","Male","Adult","No" +"744","Crew","Male","Adult","No" +"745","Crew","Male","Adult","No" +"746","Crew","Male","Adult","No" +"747","Crew","Male","Adult","No" +"748","Crew","Male","Adult","No" +"749","Crew","Male","Adult","No" +"750","Crew","Male","Adult","No" +"751","Crew","Male","Adult","No" +"752","Crew","Male","Adult","No" +"753","Crew","Male","Adult","No" +"754","Crew","Male","Adult","No" +"755","Crew","Male","Adult","No" +"756","Crew","Male","Adult","No" +"757","Crew","Male","Adult","No" +"758","Crew","Male","Adult","No" +"759","Crew","Male","Adult","No" +"760","Crew","Male","Adult","No" +"761","Crew","Male","Adult","No" +"762","Crew","Male","Adult","No" +"763","Crew","Male","Adult","No" +"764","Crew","Male","Adult","No" +"765","Crew","Male","Adult","No" +"766","Crew","Male","Adult","No" +"767","Crew","Male","Adult","No" +"768","Crew","Male","Adult","No" +"769","Crew","Male","Adult","No" +"770","Crew","Male","Adult","No" +"771","Crew","Male","Adult","No" +"772","Crew","Male","Adult","No" +"773","Crew","Male","Adult","No" +"774","Crew","Male","Adult","No" +"775","Crew","Male","Adult","No" +"776","Crew","Male","Adult","No" +"777","Crew","Male","Adult","No" +"778","Crew","Male","Adult","No" +"779","Crew","Male","Adult","No" +"780","Crew","Male","Adult","No" +"781","Crew","Male","Adult","No" +"782","Crew","Male","Adult","No" +"783","Crew","Male","Adult","No" +"784","Crew","Male","Adult","No" +"785","Crew","Male","Adult","No" +"786","Crew","Male","Adult","No" +"787","Crew","Male","Adult","No" +"788","Crew","Male","Adult","No" +"789","Crew","Male","Adult","No" +"790","Crew","Male","Adult","No" +"791","Crew","Male","Adult","No" +"792","Crew","Male","Adult","No" +"793","Crew","Male","Adult","No" +"794","Crew","Male","Adult","No" +"795","Crew","Male","Adult","No" +"796","Crew","Male","Adult","No" +"797","Crew","Male","Adult","No" +"798","Crew","Male","Adult","No" +"799","Crew","Male","Adult","No" +"800","Crew","Male","Adult","No" +"801","Crew","Male","Adult","No" +"802","Crew","Male","Adult","No" +"803","Crew","Male","Adult","No" +"804","Crew","Male","Adult","No" +"805","Crew","Male","Adult","No" +"806","Crew","Male","Adult","No" +"807","Crew","Male","Adult","No" +"808","Crew","Male","Adult","No" +"809","Crew","Male","Adult","No" +"810","Crew","Male","Adult","No" +"811","Crew","Male","Adult","No" +"812","Crew","Male","Adult","No" +"813","Crew","Male","Adult","No" +"814","Crew","Male","Adult","No" +"815","Crew","Male","Adult","No" +"816","Crew","Male","Adult","No" +"817","Crew","Male","Adult","No" +"818","Crew","Male","Adult","No" +"819","Crew","Male","Adult","No" +"820","Crew","Male","Adult","No" +"821","Crew","Male","Adult","No" +"822","Crew","Male","Adult","No" +"823","Crew","Male","Adult","No" +"824","Crew","Male","Adult","No" +"825","Crew","Male","Adult","No" +"826","Crew","Male","Adult","No" +"827","Crew","Male","Adult","No" +"828","Crew","Male","Adult","No" +"829","Crew","Male","Adult","No" +"830","Crew","Male","Adult","No" +"831","Crew","Male","Adult","No" +"832","Crew","Male","Adult","No" +"833","Crew","Male","Adult","No" +"834","Crew","Male","Adult","No" +"835","Crew","Male","Adult","No" +"836","Crew","Male","Adult","No" +"837","Crew","Male","Adult","No" +"838","Crew","Male","Adult","No" +"839","Crew","Male","Adult","No" +"840","Crew","Male","Adult","No" +"841","Crew","Male","Adult","No" +"842","Crew","Male","Adult","No" +"843","Crew","Male","Adult","No" +"844","Crew","Male","Adult","No" +"845","Crew","Male","Adult","No" +"846","Crew","Male","Adult","No" +"847","Crew","Male","Adult","No" +"848","Crew","Male","Adult","No" +"849","Crew","Male","Adult","No" +"850","Crew","Male","Adult","No" +"851","Crew","Male","Adult","No" +"852","Crew","Male","Adult","No" +"853","Crew","Male","Adult","No" +"854","Crew","Male","Adult","No" +"855","Crew","Male","Adult","No" +"856","Crew","Male","Adult","No" +"857","Crew","Male","Adult","No" +"858","Crew","Male","Adult","No" +"859","Crew","Male","Adult","No" +"860","Crew","Male","Adult","No" +"861","Crew","Male","Adult","No" +"862","Crew","Male","Adult","No" +"863","Crew","Male","Adult","No" +"864","Crew","Male","Adult","No" +"865","Crew","Male","Adult","No" +"866","Crew","Male","Adult","No" +"867","Crew","Male","Adult","No" +"868","Crew","Male","Adult","No" +"869","Crew","Male","Adult","No" +"870","Crew","Male","Adult","No" +"871","Crew","Male","Adult","No" +"872","Crew","Male","Adult","No" +"873","Crew","Male","Adult","No" +"874","Crew","Male","Adult","No" +"875","Crew","Male","Adult","No" +"876","Crew","Male","Adult","No" +"877","Crew","Male","Adult","No" +"878","Crew","Male","Adult","No" +"879","Crew","Male","Adult","No" +"880","Crew","Male","Adult","No" +"881","Crew","Male","Adult","No" +"882","Crew","Male","Adult","No" +"883","Crew","Male","Adult","No" +"884","Crew","Male","Adult","No" +"885","Crew","Male","Adult","No" +"886","Crew","Male","Adult","No" +"887","Crew","Male","Adult","No" +"888","Crew","Male","Adult","No" +"889","Crew","Male","Adult","No" +"890","Crew","Male","Adult","No" +"891","Crew","Male","Adult","No" +"892","Crew","Male","Adult","No" +"893","Crew","Male","Adult","No" +"894","Crew","Male","Adult","No" +"895","Crew","Male","Adult","No" +"896","Crew","Male","Adult","No" +"897","Crew","Male","Adult","No" +"898","Crew","Male","Adult","No" +"899","Crew","Male","Adult","No" +"900","Crew","Male","Adult","No" +"901","Crew","Male","Adult","No" +"902","Crew","Male","Adult","No" +"903","Crew","Male","Adult","No" +"904","Crew","Male","Adult","No" +"905","Crew","Male","Adult","No" +"906","Crew","Male","Adult","No" +"907","Crew","Male","Adult","No" +"908","Crew","Male","Adult","No" +"909","Crew","Male","Adult","No" +"910","Crew","Male","Adult","No" +"911","Crew","Male","Adult","No" +"912","Crew","Male","Adult","No" +"913","Crew","Male","Adult","No" +"914","Crew","Male","Adult","No" +"915","Crew","Male","Adult","No" +"916","Crew","Male","Adult","No" +"917","Crew","Male","Adult","No" +"918","Crew","Male","Adult","No" +"919","Crew","Male","Adult","No" +"920","Crew","Male","Adult","No" +"921","Crew","Male","Adult","No" +"922","Crew","Male","Adult","No" +"923","Crew","Male","Adult","No" +"924","Crew","Male","Adult","No" +"925","Crew","Male","Adult","No" +"926","Crew","Male","Adult","No" +"927","Crew","Male","Adult","No" +"928","Crew","Male","Adult","No" +"929","Crew","Male","Adult","No" +"930","Crew","Male","Adult","No" +"931","Crew","Male","Adult","No" +"932","Crew","Male","Adult","No" +"933","Crew","Male","Adult","No" +"934","Crew","Male","Adult","No" +"935","Crew","Male","Adult","No" +"936","Crew","Male","Adult","No" +"937","Crew","Male","Adult","No" +"938","Crew","Male","Adult","No" +"939","Crew","Male","Adult","No" +"940","Crew","Male","Adult","No" +"941","Crew","Male","Adult","No" +"942","Crew","Male","Adult","No" +"943","Crew","Male","Adult","No" +"944","Crew","Male","Adult","No" +"945","Crew","Male","Adult","No" +"946","Crew","Male","Adult","No" +"947","Crew","Male","Adult","No" +"948","Crew","Male","Adult","No" +"949","Crew","Male","Adult","No" +"950","Crew","Male","Adult","No" +"951","Crew","Male","Adult","No" +"952","Crew","Male","Adult","No" +"953","Crew","Male","Adult","No" +"954","Crew","Male","Adult","No" +"955","Crew","Male","Adult","No" +"956","Crew","Male","Adult","No" +"957","Crew","Male","Adult","No" +"958","Crew","Male","Adult","No" +"959","Crew","Male","Adult","No" +"960","Crew","Male","Adult","No" +"961","Crew","Male","Adult","No" +"962","Crew","Male","Adult","No" +"963","Crew","Male","Adult","No" +"964","Crew","Male","Adult","No" +"965","Crew","Male","Adult","No" +"966","Crew","Male","Adult","No" +"967","Crew","Male","Adult","No" +"968","Crew","Male","Adult","No" +"969","Crew","Male","Adult","No" +"970","Crew","Male","Adult","No" +"971","Crew","Male","Adult","No" +"972","Crew","Male","Adult","No" +"973","Crew","Male","Adult","No" +"974","Crew","Male","Adult","No" +"975","Crew","Male","Adult","No" +"976","Crew","Male","Adult","No" +"977","Crew","Male","Adult","No" +"978","Crew","Male","Adult","No" +"979","Crew","Male","Adult","No" +"980","Crew","Male","Adult","No" +"981","Crew","Male","Adult","No" +"982","Crew","Male","Adult","No" +"983","Crew","Male","Adult","No" +"984","Crew","Male","Adult","No" +"985","Crew","Male","Adult","No" +"986","Crew","Male","Adult","No" +"987","Crew","Male","Adult","No" +"988","Crew","Male","Adult","No" +"989","Crew","Male","Adult","No" +"990","Crew","Male","Adult","No" +"991","Crew","Male","Adult","No" +"992","Crew","Male","Adult","No" +"993","Crew","Male","Adult","No" +"994","Crew","Male","Adult","No" +"995","Crew","Male","Adult","No" +"996","Crew","Male","Adult","No" +"997","Crew","Male","Adult","No" +"998","Crew","Male","Adult","No" +"999","Crew","Male","Adult","No" +"1000","Crew","Male","Adult","No" +"1001","Crew","Male","Adult","No" +"1002","Crew","Male","Adult","No" +"1003","Crew","Male","Adult","No" +"1004","Crew","Male","Adult","No" +"1005","Crew","Male","Adult","No" +"1006","Crew","Male","Adult","No" +"1007","Crew","Male","Adult","No" +"1008","Crew","Male","Adult","No" +"1009","Crew","Male","Adult","No" +"1010","Crew","Male","Adult","No" +"1011","Crew","Male","Adult","No" +"1012","Crew","Male","Adult","No" +"1013","Crew","Male","Adult","No" +"1014","Crew","Male","Adult","No" +"1015","Crew","Male","Adult","No" +"1016","Crew","Male","Adult","No" +"1017","Crew","Male","Adult","No" +"1018","Crew","Male","Adult","No" +"1019","Crew","Male","Adult","No" +"1020","Crew","Male","Adult","No" +"1021","Crew","Male","Adult","No" +"1022","Crew","Male","Adult","No" +"1023","Crew","Male","Adult","No" +"1024","Crew","Male","Adult","No" +"1025","Crew","Male","Adult","No" +"1026","Crew","Male","Adult","No" +"1027","Crew","Male","Adult","No" +"1028","Crew","Male","Adult","No" +"1029","Crew","Male","Adult","No" +"1030","Crew","Male","Adult","No" +"1031","Crew","Male","Adult","No" +"1032","Crew","Male","Adult","No" +"1033","Crew","Male","Adult","No" +"1034","Crew","Male","Adult","No" +"1035","Crew","Male","Adult","No" +"1036","Crew","Male","Adult","No" +"1037","Crew","Male","Adult","No" +"1038","Crew","Male","Adult","No" +"1039","Crew","Male","Adult","No" +"1040","Crew","Male","Adult","No" +"1041","Crew","Male","Adult","No" +"1042","Crew","Male","Adult","No" +"1043","Crew","Male","Adult","No" +"1044","Crew","Male","Adult","No" +"1045","Crew","Male","Adult","No" +"1046","Crew","Male","Adult","No" +"1047","Crew","Male","Adult","No" +"1048","Crew","Male","Adult","No" +"1049","Crew","Male","Adult","No" +"1050","Crew","Male","Adult","No" +"1051","Crew","Male","Adult","No" +"1052","Crew","Male","Adult","No" +"1053","Crew","Male","Adult","No" +"1054","Crew","Male","Adult","No" +"1055","Crew","Male","Adult","No" +"1056","Crew","Male","Adult","No" +"1057","Crew","Male","Adult","No" +"1058","Crew","Male","Adult","No" +"1059","Crew","Male","Adult","No" +"1060","Crew","Male","Adult","No" +"1061","Crew","Male","Adult","No" +"1062","Crew","Male","Adult","No" +"1063","Crew","Male","Adult","No" +"1064","Crew","Male","Adult","No" +"1065","Crew","Male","Adult","No" +"1066","Crew","Male","Adult","No" +"1067","Crew","Male","Adult","No" +"1068","Crew","Male","Adult","No" +"1069","Crew","Male","Adult","No" +"1070","Crew","Male","Adult","No" +"1071","Crew","Male","Adult","No" +"1072","Crew","Male","Adult","No" +"1073","Crew","Male","Adult","No" +"1074","Crew","Male","Adult","No" +"1075","Crew","Male","Adult","No" +"1076","Crew","Male","Adult","No" +"1077","Crew","Male","Adult","No" +"1078","Crew","Male","Adult","No" +"1079","Crew","Male","Adult","No" +"1080","Crew","Male","Adult","No" +"1081","Crew","Male","Adult","No" +"1082","Crew","Male","Adult","No" +"1083","Crew","Male","Adult","No" +"1084","Crew","Male","Adult","No" +"1085","Crew","Male","Adult","No" +"1086","Crew","Male","Adult","No" +"1087","Crew","Male","Adult","No" +"1088","Crew","Male","Adult","No" +"1089","Crew","Male","Adult","No" +"1090","Crew","Male","Adult","No" +"1091","Crew","Male","Adult","No" +"1092","Crew","Male","Adult","No" +"1093","Crew","Male","Adult","No" +"1094","Crew","Male","Adult","No" +"1095","Crew","Male","Adult","No" +"1096","Crew","Male","Adult","No" +"1097","Crew","Male","Adult","No" +"1098","Crew","Male","Adult","No" +"1099","Crew","Male","Adult","No" +"1100","Crew","Male","Adult","No" +"1101","Crew","Male","Adult","No" +"1102","Crew","Male","Adult","No" +"1103","Crew","Male","Adult","No" +"1104","Crew","Male","Adult","No" +"1105","Crew","Male","Adult","No" +"1106","Crew","Male","Adult","No" +"1107","Crew","Male","Adult","No" +"1108","Crew","Male","Adult","No" +"1109","Crew","Male","Adult","No" +"1110","Crew","Male","Adult","No" +"1111","Crew","Male","Adult","No" +"1112","Crew","Male","Adult","No" +"1113","Crew","Male","Adult","No" +"1114","Crew","Male","Adult","No" +"1115","Crew","Male","Adult","No" +"1116","Crew","Male","Adult","No" +"1117","Crew","Male","Adult","No" +"1118","Crew","Male","Adult","No" +"1119","Crew","Male","Adult","No" +"1120","Crew","Male","Adult","No" +"1121","Crew","Male","Adult","No" +"1122","Crew","Male","Adult","No" +"1123","Crew","Male","Adult","No" +"1124","Crew","Male","Adult","No" +"1125","Crew","Male","Adult","No" +"1126","Crew","Male","Adult","No" +"1127","Crew","Male","Adult","No" +"1128","Crew","Male","Adult","No" +"1129","Crew","Male","Adult","No" +"1130","Crew","Male","Adult","No" +"1131","Crew","Male","Adult","No" +"1132","Crew","Male","Adult","No" +"1133","Crew","Male","Adult","No" +"1134","Crew","Male","Adult","No" +"1135","Crew","Male","Adult","No" +"1136","Crew","Male","Adult","No" +"1137","Crew","Male","Adult","No" +"1138","Crew","Male","Adult","No" +"1139","Crew","Male","Adult","No" +"1140","Crew","Male","Adult","No" +"1141","Crew","Male","Adult","No" +"1142","Crew","Male","Adult","No" +"1143","Crew","Male","Adult","No" +"1144","Crew","Male","Adult","No" +"1145","Crew","Male","Adult","No" +"1146","Crew","Male","Adult","No" +"1147","Crew","Male","Adult","No" +"1148","Crew","Male","Adult","No" +"1149","Crew","Male","Adult","No" +"1150","Crew","Male","Adult","No" +"1151","Crew","Male","Adult","No" +"1152","Crew","Male","Adult","No" +"1153","Crew","Male","Adult","No" +"1154","Crew","Male","Adult","No" +"1155","Crew","Male","Adult","No" +"1156","Crew","Male","Adult","No" +"1157","Crew","Male","Adult","No" +"1158","Crew","Male","Adult","No" +"1159","Crew","Male","Adult","No" +"1160","Crew","Male","Adult","No" +"1161","Crew","Male","Adult","No" +"1162","Crew","Male","Adult","No" +"1163","Crew","Male","Adult","No" +"1164","Crew","Male","Adult","No" +"1165","Crew","Male","Adult","No" +"1166","Crew","Male","Adult","No" +"1167","Crew","Male","Adult","No" +"1168","Crew","Male","Adult","No" +"1169","Crew","Male","Adult","No" +"1170","Crew","Male","Adult","No" +"1171","Crew","Male","Adult","No" +"1172","Crew","Male","Adult","No" +"1173","Crew","Male","Adult","No" +"1174","Crew","Male","Adult","No" +"1175","Crew","Male","Adult","No" +"1176","Crew","Male","Adult","No" +"1177","Crew","Male","Adult","No" +"1178","Crew","Male","Adult","No" +"1179","Crew","Male","Adult","No" +"1180","Crew","Male","Adult","No" +"1181","Crew","Male","Adult","No" +"1182","Crew","Male","Adult","No" +"1183","Crew","Male","Adult","No" +"1184","Crew","Male","Adult","No" +"1185","Crew","Male","Adult","No" +"1186","Crew","Male","Adult","No" +"1187","Crew","Male","Adult","No" +"1188","Crew","Male","Adult","No" +"1189","Crew","Male","Adult","No" +"1190","Crew","Male","Adult","No" +"1191","Crew","Male","Adult","No" +"1192","Crew","Male","Adult","No" +"1193","Crew","Male","Adult","No" +"1194","Crew","Male","Adult","No" +"1195","Crew","Male","Adult","No" +"1196","Crew","Male","Adult","No" +"1197","Crew","Male","Adult","No" +"1198","Crew","Male","Adult","No" +"1199","Crew","Male","Adult","No" +"1200","Crew","Male","Adult","No" +"1201","Crew","Male","Adult","No" +"1202","Crew","Male","Adult","No" +"1203","Crew","Male","Adult","No" +"1204","Crew","Male","Adult","No" +"1205","Crew","Male","Adult","No" +"1206","Crew","Male","Adult","No" +"1207","Crew","Male","Adult","No" +"1208","Crew","Male","Adult","No" +"1209","Crew","Male","Adult","No" +"1210","Crew","Male","Adult","No" +"1211","Crew","Male","Adult","No" +"1212","Crew","Male","Adult","No" +"1213","Crew","Male","Adult","No" +"1214","Crew","Male","Adult","No" +"1215","Crew","Male","Adult","No" +"1216","Crew","Male","Adult","No" +"1217","Crew","Male","Adult","No" +"1218","Crew","Male","Adult","No" +"1219","Crew","Male","Adult","No" +"1220","Crew","Male","Adult","No" +"1221","Crew","Male","Adult","No" +"1222","Crew","Male","Adult","No" +"1223","Crew","Male","Adult","No" +"1224","Crew","Male","Adult","No" +"1225","Crew","Male","Adult","No" +"1226","Crew","Male","Adult","No" +"1227","Crew","Male","Adult","No" +"1228","Crew","Male","Adult","No" +"1229","Crew","Male","Adult","No" +"1230","Crew","Male","Adult","No" +"1231","Crew","Male","Adult","No" +"1232","Crew","Male","Adult","No" +"1233","Crew","Male","Adult","No" +"1234","Crew","Male","Adult","No" +"1235","Crew","Male","Adult","No" +"1236","Crew","Male","Adult","No" +"1237","Crew","Male","Adult","No" +"1238","Crew","Male","Adult","No" +"1239","Crew","Male","Adult","No" +"1240","Crew","Male","Adult","No" +"1241","Crew","Male","Adult","No" +"1242","Crew","Male","Adult","No" +"1243","Crew","Male","Adult","No" +"1244","Crew","Male","Adult","No" +"1245","Crew","Male","Adult","No" +"1246","Crew","Male","Adult","No" +"1247","Crew","Male","Adult","No" +"1248","Crew","Male","Adult","No" +"1249","Crew","Male","Adult","No" +"1250","Crew","Male","Adult","No" +"1251","Crew","Male","Adult","No" +"1252","Crew","Male","Adult","No" +"1253","Crew","Male","Adult","No" +"1254","Crew","Male","Adult","No" +"1255","Crew","Male","Adult","No" +"1256","Crew","Male","Adult","No" +"1257","Crew","Male","Adult","No" +"1258","Crew","Male","Adult","No" +"1259","Crew","Male","Adult","No" +"1260","Crew","Male","Adult","No" +"1261","Crew","Male","Adult","No" +"1262","Crew","Male","Adult","No" +"1263","Crew","Male","Adult","No" +"1264","Crew","Male","Adult","No" +"1265","Crew","Male","Adult","No" +"1266","Crew","Male","Adult","No" +"1267","Crew","Male","Adult","No" +"1268","Crew","Male","Adult","No" +"1269","Crew","Male","Adult","No" +"1270","Crew","Male","Adult","No" +"1271","Crew","Male","Adult","No" +"1272","Crew","Male","Adult","No" +"1273","Crew","Male","Adult","No" +"1274","Crew","Male","Adult","No" +"1275","Crew","Male","Adult","No" +"1276","Crew","Male","Adult","No" +"1277","Crew","Male","Adult","No" +"1278","Crew","Male","Adult","No" +"1279","Crew","Male","Adult","No" +"1280","Crew","Male","Adult","No" +"1281","Crew","Male","Adult","No" +"1282","Crew","Male","Adult","No" +"1283","Crew","Male","Adult","No" +"1284","Crew","Male","Adult","No" +"1285","Crew","Male","Adult","No" +"1286","Crew","Male","Adult","No" +"1287","Crew","Male","Adult","No" +"1288","Crew","Male","Adult","No" +"1289","Crew","Male","Adult","No" +"1290","Crew","Male","Adult","No" +"1291","Crew","Male","Adult","No" +"1292","Crew","Male","Adult","No" +"1293","Crew","Male","Adult","No" +"1294","Crew","Male","Adult","No" +"1295","Crew","Male","Adult","No" +"1296","Crew","Male","Adult","No" +"1297","Crew","Male","Adult","No" +"1298","Crew","Male","Adult","No" +"1299","Crew","Male","Adult","No" +"1300","Crew","Male","Adult","No" +"1301","Crew","Male","Adult","No" +"1302","Crew","Male","Adult","No" +"1303","Crew","Male","Adult","No" +"1304","Crew","Male","Adult","No" +"1305","Crew","Male","Adult","No" +"1306","Crew","Male","Adult","No" +"1307","Crew","Male","Adult","No" +"1308","Crew","Male","Adult","No" +"1309","Crew","Male","Adult","No" +"1310","Crew","Male","Adult","No" +"1311","Crew","Male","Adult","No" +"1312","Crew","Male","Adult","No" +"1313","Crew","Male","Adult","No" +"1314","Crew","Male","Adult","No" +"1315","Crew","Male","Adult","No" +"1316","Crew","Male","Adult","No" +"1317","Crew","Male","Adult","No" +"1318","Crew","Male","Adult","No" +"1319","Crew","Male","Adult","No" +"1320","Crew","Male","Adult","No" +"1321","Crew","Male","Adult","No" +"1322","Crew","Male","Adult","No" +"1323","Crew","Male","Adult","No" +"1324","Crew","Male","Adult","No" +"1325","Crew","Male","Adult","No" +"1326","Crew","Male","Adult","No" +"1327","Crew","Male","Adult","No" +"1328","Crew","Male","Adult","No" +"1329","Crew","Male","Adult","No" +"1330","Crew","Male","Adult","No" +"1331","Crew","Male","Adult","No" +"1332","Crew","Male","Adult","No" +"1333","Crew","Male","Adult","No" +"1334","Crew","Male","Adult","No" +"1335","Crew","Male","Adult","No" +"1336","Crew","Male","Adult","No" +"1337","Crew","Male","Adult","No" +"1338","Crew","Male","Adult","No" +"1339","Crew","Male","Adult","No" +"1340","Crew","Male","Adult","No" +"1341","Crew","Male","Adult","No" +"1342","Crew","Male","Adult","No" +"1343","Crew","Male","Adult","No" +"1344","Crew","Male","Adult","No" +"1345","Crew","Male","Adult","No" +"1346","Crew","Male","Adult","No" +"1347","Crew","Male","Adult","No" +"1348","Crew","Male","Adult","No" +"1349","Crew","Male","Adult","No" +"1350","Crew","Male","Adult","No" +"1351","Crew","Male","Adult","No" +"1352","Crew","Male","Adult","No" +"1353","Crew","Male","Adult","No" +"1354","Crew","Male","Adult","No" +"1355","Crew","Male","Adult","No" +"1356","Crew","Male","Adult","No" +"1357","Crew","Male","Adult","No" +"1358","Crew","Male","Adult","No" +"1359","Crew","Male","Adult","No" +"1360","Crew","Male","Adult","No" +"1361","Crew","Male","Adult","No" +"1362","Crew","Male","Adult","No" +"1363","Crew","Male","Adult","No" +"1364","Crew","Male","Adult","No" +"1365","Crew","Male","Adult","No" +"1366","Crew","Male","Adult","No" +"1367","Crew","Male","Adult","No" +"1368","Crew","Male","Adult","No" +"1369","Crew","Male","Adult","No" +"1370","Crew","Male","Adult","No" +"1371","Crew","Male","Adult","No" +"1372","Crew","Male","Adult","No" +"1373","Crew","Male","Adult","No" +"1374","Crew","Male","Adult","No" +"1375","Crew","Male","Adult","No" +"1376","Crew","Male","Adult","No" +"1377","Crew","Male","Adult","No" +"1378","Crew","Male","Adult","No" +"1379","Crew","Male","Adult","No" +"1380","Crew","Male","Adult","No" +"1381","Crew","Male","Adult","No" +"1382","1st","Female","Adult","No" +"1383","1st","Female","Adult","No" +"1384","1st","Female","Adult","No" +"1385","1st","Female","Adult","No" +"1386","2nd","Female","Adult","No" +"1387","2nd","Female","Adult","No" +"1388","2nd","Female","Adult","No" +"1389","2nd","Female","Adult","No" +"1390","2nd","Female","Adult","No" +"1391","2nd","Female","Adult","No" +"1392","2nd","Female","Adult","No" +"1393","2nd","Female","Adult","No" +"1394","2nd","Female","Adult","No" +"1395","2nd","Female","Adult","No" +"1396","2nd","Female","Adult","No" +"1397","2nd","Female","Adult","No" +"1398","2nd","Female","Adult","No" +"1399","3rd","Female","Adult","No" +"1400","3rd","Female","Adult","No" +"1401","3rd","Female","Adult","No" +"1402","3rd","Female","Adult","No" +"1403","3rd","Female","Adult","No" +"1404","3rd","Female","Adult","No" +"1405","3rd","Female","Adult","No" +"1406","3rd","Female","Adult","No" +"1407","3rd","Female","Adult","No" +"1408","3rd","Female","Adult","No" +"1409","3rd","Female","Adult","No" +"1410","3rd","Female","Adult","No" +"1411","3rd","Female","Adult","No" +"1412","3rd","Female","Adult","No" +"1413","3rd","Female","Adult","No" +"1414","3rd","Female","Adult","No" +"1415","3rd","Female","Adult","No" +"1416","3rd","Female","Adult","No" +"1417","3rd","Female","Adult","No" +"1418","3rd","Female","Adult","No" +"1419","3rd","Female","Adult","No" +"1420","3rd","Female","Adult","No" +"1421","3rd","Female","Adult","No" +"1422","3rd","Female","Adult","No" +"1423","3rd","Female","Adult","No" +"1424","3rd","Female","Adult","No" +"1425","3rd","Female","Adult","No" +"1426","3rd","Female","Adult","No" +"1427","3rd","Female","Adult","No" +"1428","3rd","Female","Adult","No" +"1429","3rd","Female","Adult","No" +"1430","3rd","Female","Adult","No" +"1431","3rd","Female","Adult","No" +"1432","3rd","Female","Adult","No" +"1433","3rd","Female","Adult","No" +"1434","3rd","Female","Adult","No" +"1435","3rd","Female","Adult","No" +"1436","3rd","Female","Adult","No" +"1437","3rd","Female","Adult","No" +"1438","3rd","Female","Adult","No" +"1439","3rd","Female","Adult","No" +"1440","3rd","Female","Adult","No" +"1441","3rd","Female","Adult","No" +"1442","3rd","Female","Adult","No" +"1443","3rd","Female","Adult","No" +"1444","3rd","Female","Adult","No" +"1445","3rd","Female","Adult","No" +"1446","3rd","Female","Adult","No" +"1447","3rd","Female","Adult","No" +"1448","3rd","Female","Adult","No" +"1449","3rd","Female","Adult","No" +"1450","3rd","Female","Adult","No" +"1451","3rd","Female","Adult","No" +"1452","3rd","Female","Adult","No" +"1453","3rd","Female","Adult","No" +"1454","3rd","Female","Adult","No" +"1455","3rd","Female","Adult","No" +"1456","3rd","Female","Adult","No" +"1457","3rd","Female","Adult","No" +"1458","3rd","Female","Adult","No" +"1459","3rd","Female","Adult","No" +"1460","3rd","Female","Adult","No" +"1461","3rd","Female","Adult","No" +"1462","3rd","Female","Adult","No" +"1463","3rd","Female","Adult","No" +"1464","3rd","Female","Adult","No" +"1465","3rd","Female","Adult","No" +"1466","3rd","Female","Adult","No" +"1467","3rd","Female","Adult","No" +"1468","3rd","Female","Adult","No" +"1469","3rd","Female","Adult","No" +"1470","3rd","Female","Adult","No" +"1471","3rd","Female","Adult","No" +"1472","3rd","Female","Adult","No" +"1473","3rd","Female","Adult","No" +"1474","3rd","Female","Adult","No" +"1475","3rd","Female","Adult","No" +"1476","3rd","Female","Adult","No" +"1477","3rd","Female","Adult","No" +"1478","3rd","Female","Adult","No" +"1479","3rd","Female","Adult","No" +"1480","3rd","Female","Adult","No" +"1481","3rd","Female","Adult","No" +"1482","3rd","Female","Adult","No" +"1483","3rd","Female","Adult","No" +"1484","3rd","Female","Adult","No" +"1485","3rd","Female","Adult","No" +"1486","3rd","Female","Adult","No" +"1487","3rd","Female","Adult","No" +"1488","Crew","Female","Adult","No" +"1489","Crew","Female","Adult","No" +"1490","Crew","Female","Adult","No" +"1491","1st","Male","Child","Yes" +"1492","1st","Male","Child","Yes" +"1493","1st","Male","Child","Yes" +"1494","1st","Male","Child","Yes" +"1495","1st","Male","Child","Yes" +"1496","2nd","Male","Child","Yes" +"1497","2nd","Male","Child","Yes" +"1498","2nd","Male","Child","Yes" +"1499","2nd","Male","Child","Yes" +"1500","2nd","Male","Child","Yes" +"1501","2nd","Male","Child","Yes" +"1502","2nd","Male","Child","Yes" +"1503","2nd","Male","Child","Yes" +"1504","2nd","Male","Child","Yes" +"1505","2nd","Male","Child","Yes" +"1506","2nd","Male","Child","Yes" +"1507","3rd","Male","Child","Yes" +"1508","3rd","Male","Child","Yes" +"1509","3rd","Male","Child","Yes" +"1510","3rd","Male","Child","Yes" +"1511","3rd","Male","Child","Yes" +"1512","3rd","Male","Child","Yes" +"1513","3rd","Male","Child","Yes" +"1514","3rd","Male","Child","Yes" +"1515","3rd","Male","Child","Yes" +"1516","3rd","Male","Child","Yes" +"1517","3rd","Male","Child","Yes" +"1518","3rd","Male","Child","Yes" +"1519","3rd","Male","Child","Yes" +"1520","1st","Female","Child","Yes" +"1521","2nd","Female","Child","Yes" +"1522","2nd","Female","Child","Yes" +"1523","2nd","Female","Child","Yes" +"1524","2nd","Female","Child","Yes" +"1525","2nd","Female","Child","Yes" +"1526","2nd","Female","Child","Yes" +"1527","2nd","Female","Child","Yes" +"1528","2nd","Female","Child","Yes" +"1529","2nd","Female","Child","Yes" +"1530","2nd","Female","Child","Yes" +"1531","2nd","Female","Child","Yes" +"1532","2nd","Female","Child","Yes" +"1533","2nd","Female","Child","Yes" +"1534","3rd","Female","Child","Yes" +"1535","3rd","Female","Child","Yes" +"1536","3rd","Female","Child","Yes" +"1537","3rd","Female","Child","Yes" +"1538","3rd","Female","Child","Yes" +"1539","3rd","Female","Child","Yes" +"1540","3rd","Female","Child","Yes" +"1541","3rd","Female","Child","Yes" +"1542","3rd","Female","Child","Yes" +"1543","3rd","Female","Child","Yes" +"1544","3rd","Female","Child","Yes" +"1545","3rd","Female","Child","Yes" +"1546","3rd","Female","Child","Yes" +"1547","3rd","Female","Child","Yes" +"1548","1st","Male","Adult","Yes" +"1549","1st","Male","Adult","Yes" +"1550","1st","Male","Adult","Yes" +"1551","1st","Male","Adult","Yes" +"1552","1st","Male","Adult","Yes" +"1553","1st","Male","Adult","Yes" +"1554","1st","Male","Adult","Yes" +"1555","1st","Male","Adult","Yes" +"1556","1st","Male","Adult","Yes" +"1557","1st","Male","Adult","Yes" +"1558","1st","Male","Adult","Yes" +"1559","1st","Male","Adult","Yes" +"1560","1st","Male","Adult","Yes" +"1561","1st","Male","Adult","Yes" +"1562","1st","Male","Adult","Yes" +"1563","1st","Male","Adult","Yes" +"1564","1st","Male","Adult","Yes" +"1565","1st","Male","Adult","Yes" +"1566","1st","Male","Adult","Yes" +"1567","1st","Male","Adult","Yes" +"1568","1st","Male","Adult","Yes" +"1569","1st","Male","Adult","Yes" +"1570","1st","Male","Adult","Yes" +"1571","1st","Male","Adult","Yes" +"1572","1st","Male","Adult","Yes" +"1573","1st","Male","Adult","Yes" +"1574","1st","Male","Adult","Yes" +"1575","1st","Male","Adult","Yes" +"1576","1st","Male","Adult","Yes" +"1577","1st","Male","Adult","Yes" +"1578","1st","Male","Adult","Yes" +"1579","1st","Male","Adult","Yes" +"1580","1st","Male","Adult","Yes" +"1581","1st","Male","Adult","Yes" +"1582","1st","Male","Adult","Yes" +"1583","1st","Male","Adult","Yes" +"1584","1st","Male","Adult","Yes" +"1585","1st","Male","Adult","Yes" +"1586","1st","Male","Adult","Yes" +"1587","1st","Male","Adult","Yes" +"1588","1st","Male","Adult","Yes" +"1589","1st","Male","Adult","Yes" +"1590","1st","Male","Adult","Yes" +"1591","1st","Male","Adult","Yes" +"1592","1st","Male","Adult","Yes" +"1593","1st","Male","Adult","Yes" +"1594","1st","Male","Adult","Yes" +"1595","1st","Male","Adult","Yes" +"1596","1st","Male","Adult","Yes" +"1597","1st","Male","Adult","Yes" +"1598","1st","Male","Adult","Yes" +"1599","1st","Male","Adult","Yes" +"1600","1st","Male","Adult","Yes" +"1601","1st","Male","Adult","Yes" +"1602","1st","Male","Adult","Yes" +"1603","1st","Male","Adult","Yes" +"1604","1st","Male","Adult","Yes" +"1605","2nd","Male","Adult","Yes" +"1606","2nd","Male","Adult","Yes" +"1607","2nd","Male","Adult","Yes" +"1608","2nd","Male","Adult","Yes" +"1609","2nd","Male","Adult","Yes" +"1610","2nd","Male","Adult","Yes" +"1611","2nd","Male","Adult","Yes" +"1612","2nd","Male","Adult","Yes" +"1613","2nd","Male","Adult","Yes" +"1614","2nd","Male","Adult","Yes" +"1615","2nd","Male","Adult","Yes" +"1616","2nd","Male","Adult","Yes" +"1617","2nd","Male","Adult","Yes" +"1618","2nd","Male","Adult","Yes" +"1619","3rd","Male","Adult","Yes" +"1620","3rd","Male","Adult","Yes" +"1621","3rd","Male","Adult","Yes" +"1622","3rd","Male","Adult","Yes" +"1623","3rd","Male","Adult","Yes" +"1624","3rd","Male","Adult","Yes" +"1625","3rd","Male","Adult","Yes" +"1626","3rd","Male","Adult","Yes" +"1627","3rd","Male","Adult","Yes" +"1628","3rd","Male","Adult","Yes" +"1629","3rd","Male","Adult","Yes" +"1630","3rd","Male","Adult","Yes" +"1631","3rd","Male","Adult","Yes" +"1632","3rd","Male","Adult","Yes" +"1633","3rd","Male","Adult","Yes" +"1634","3rd","Male","Adult","Yes" +"1635","3rd","Male","Adult","Yes" +"1636","3rd","Male","Adult","Yes" +"1637","3rd","Male","Adult","Yes" +"1638","3rd","Male","Adult","Yes" +"1639","3rd","Male","Adult","Yes" +"1640","3rd","Male","Adult","Yes" +"1641","3rd","Male","Adult","Yes" +"1642","3rd","Male","Adult","Yes" +"1643","3rd","Male","Adult","Yes" +"1644","3rd","Male","Adult","Yes" +"1645","3rd","Male","Adult","Yes" +"1646","3rd","Male","Adult","Yes" +"1647","3rd","Male","Adult","Yes" +"1648","3rd","Male","Adult","Yes" +"1649","3rd","Male","Adult","Yes" +"1650","3rd","Male","Adult","Yes" +"1651","3rd","Male","Adult","Yes" +"1652","3rd","Male","Adult","Yes" +"1653","3rd","Male","Adult","Yes" +"1654","3rd","Male","Adult","Yes" +"1655","3rd","Male","Adult","Yes" +"1656","3rd","Male","Adult","Yes" +"1657","3rd","Male","Adult","Yes" +"1658","3rd","Male","Adult","Yes" +"1659","3rd","Male","Adult","Yes" +"1660","3rd","Male","Adult","Yes" +"1661","3rd","Male","Adult","Yes" +"1662","3rd","Male","Adult","Yes" +"1663","3rd","Male","Adult","Yes" +"1664","3rd","Male","Adult","Yes" +"1665","3rd","Male","Adult","Yes" +"1666","3rd","Male","Adult","Yes" +"1667","3rd","Male","Adult","Yes" +"1668","3rd","Male","Adult","Yes" +"1669","3rd","Male","Adult","Yes" +"1670","3rd","Male","Adult","Yes" +"1671","3rd","Male","Adult","Yes" +"1672","3rd","Male","Adult","Yes" +"1673","3rd","Male","Adult","Yes" +"1674","3rd","Male","Adult","Yes" +"1675","3rd","Male","Adult","Yes" +"1676","3rd","Male","Adult","Yes" +"1677","3rd","Male","Adult","Yes" +"1678","3rd","Male","Adult","Yes" +"1679","3rd","Male","Adult","Yes" +"1680","3rd","Male","Adult","Yes" +"1681","3rd","Male","Adult","Yes" +"1682","3rd","Male","Adult","Yes" +"1683","3rd","Male","Adult","Yes" +"1684","3rd","Male","Adult","Yes" +"1685","3rd","Male","Adult","Yes" +"1686","3rd","Male","Adult","Yes" +"1687","3rd","Male","Adult","Yes" +"1688","3rd","Male","Adult","Yes" +"1689","3rd","Male","Adult","Yes" +"1690","3rd","Male","Adult","Yes" +"1691","3rd","Male","Adult","Yes" +"1692","3rd","Male","Adult","Yes" +"1693","3rd","Male","Adult","Yes" +"1694","Crew","Male","Adult","Yes" +"1695","Crew","Male","Adult","Yes" +"1696","Crew","Male","Adult","Yes" +"1697","Crew","Male","Adult","Yes" +"1698","Crew","Male","Adult","Yes" +"1699","Crew","Male","Adult","Yes" +"1700","Crew","Male","Adult","Yes" +"1701","Crew","Male","Adult","Yes" +"1702","Crew","Male","Adult","Yes" +"1703","Crew","Male","Adult","Yes" +"1704","Crew","Male","Adult","Yes" +"1705","Crew","Male","Adult","Yes" +"1706","Crew","Male","Adult","Yes" +"1707","Crew","Male","Adult","Yes" +"1708","Crew","Male","Adult","Yes" +"1709","Crew","Male","Adult","Yes" +"1710","Crew","Male","Adult","Yes" +"1711","Crew","Male","Adult","Yes" +"1712","Crew","Male","Adult","Yes" +"1713","Crew","Male","Adult","Yes" +"1714","Crew","Male","Adult","Yes" +"1715","Crew","Male","Adult","Yes" +"1716","Crew","Male","Adult","Yes" +"1717","Crew","Male","Adult","Yes" +"1718","Crew","Male","Adult","Yes" +"1719","Crew","Male","Adult","Yes" +"1720","Crew","Male","Adult","Yes" +"1721","Crew","Male","Adult","Yes" +"1722","Crew","Male","Adult","Yes" +"1723","Crew","Male","Adult","Yes" +"1724","Crew","Male","Adult","Yes" +"1725","Crew","Male","Adult","Yes" +"1726","Crew","Male","Adult","Yes" +"1727","Crew","Male","Adult","Yes" +"1728","Crew","Male","Adult","Yes" +"1729","Crew","Male","Adult","Yes" +"1730","Crew","Male","Adult","Yes" +"1731","Crew","Male","Adult","Yes" +"1732","Crew","Male","Adult","Yes" +"1733","Crew","Male","Adult","Yes" +"1734","Crew","Male","Adult","Yes" +"1735","Crew","Male","Adult","Yes" +"1736","Crew","Male","Adult","Yes" +"1737","Crew","Male","Adult","Yes" +"1738","Crew","Male","Adult","Yes" +"1739","Crew","Male","Adult","Yes" +"1740","Crew","Male","Adult","Yes" +"1741","Crew","Male","Adult","Yes" +"1742","Crew","Male","Adult","Yes" +"1743","Crew","Male","Adult","Yes" +"1744","Crew","Male","Adult","Yes" +"1745","Crew","Male","Adult","Yes" +"1746","Crew","Male","Adult","Yes" +"1747","Crew","Male","Adult","Yes" +"1748","Crew","Male","Adult","Yes" +"1749","Crew","Male","Adult","Yes" +"1750","Crew","Male","Adult","Yes" +"1751","Crew","Male","Adult","Yes" +"1752","Crew","Male","Adult","Yes" +"1753","Crew","Male","Adult","Yes" +"1754","Crew","Male","Adult","Yes" +"1755","Crew","Male","Adult","Yes" +"1756","Crew","Male","Adult","Yes" +"1757","Crew","Male","Adult","Yes" +"1758","Crew","Male","Adult","Yes" +"1759","Crew","Male","Adult","Yes" +"1760","Crew","Male","Adult","Yes" +"1761","Crew","Male","Adult","Yes" +"1762","Crew","Male","Adult","Yes" +"1763","Crew","Male","Adult","Yes" +"1764","Crew","Male","Adult","Yes" +"1765","Crew","Male","Adult","Yes" +"1766","Crew","Male","Adult","Yes" +"1767","Crew","Male","Adult","Yes" +"1768","Crew","Male","Adult","Yes" +"1769","Crew","Male","Adult","Yes" +"1770","Crew","Male","Adult","Yes" +"1771","Crew","Male","Adult","Yes" +"1772","Crew","Male","Adult","Yes" +"1773","Crew","Male","Adult","Yes" +"1774","Crew","Male","Adult","Yes" +"1775","Crew","Male","Adult","Yes" +"1776","Crew","Male","Adult","Yes" +"1777","Crew","Male","Adult","Yes" +"1778","Crew","Male","Adult","Yes" +"1779","Crew","Male","Adult","Yes" +"1780","Crew","Male","Adult","Yes" +"1781","Crew","Male","Adult","Yes" +"1782","Crew","Male","Adult","Yes" +"1783","Crew","Male","Adult","Yes" +"1784","Crew","Male","Adult","Yes" +"1785","Crew","Male","Adult","Yes" +"1786","Crew","Male","Adult","Yes" +"1787","Crew","Male","Adult","Yes" +"1788","Crew","Male","Adult","Yes" +"1789","Crew","Male","Adult","Yes" +"1790","Crew","Male","Adult","Yes" +"1791","Crew","Male","Adult","Yes" +"1792","Crew","Male","Adult","Yes" +"1793","Crew","Male","Adult","Yes" +"1794","Crew","Male","Adult","Yes" +"1795","Crew","Male","Adult","Yes" +"1796","Crew","Male","Adult","Yes" +"1797","Crew","Male","Adult","Yes" +"1798","Crew","Male","Adult","Yes" +"1799","Crew","Male","Adult","Yes" +"1800","Crew","Male","Adult","Yes" +"1801","Crew","Male","Adult","Yes" +"1802","Crew","Male","Adult","Yes" +"1803","Crew","Male","Adult","Yes" +"1804","Crew","Male","Adult","Yes" +"1805","Crew","Male","Adult","Yes" +"1806","Crew","Male","Adult","Yes" +"1807","Crew","Male","Adult","Yes" +"1808","Crew","Male","Adult","Yes" +"1809","Crew","Male","Adult","Yes" +"1810","Crew","Male","Adult","Yes" +"1811","Crew","Male","Adult","Yes" +"1812","Crew","Male","Adult","Yes" +"1813","Crew","Male","Adult","Yes" +"1814","Crew","Male","Adult","Yes" +"1815","Crew","Male","Adult","Yes" +"1816","Crew","Male","Adult","Yes" +"1817","Crew","Male","Adult","Yes" +"1818","Crew","Male","Adult","Yes" +"1819","Crew","Male","Adult","Yes" +"1820","Crew","Male","Adult","Yes" +"1821","Crew","Male","Adult","Yes" +"1822","Crew","Male","Adult","Yes" +"1823","Crew","Male","Adult","Yes" +"1824","Crew","Male","Adult","Yes" +"1825","Crew","Male","Adult","Yes" +"1826","Crew","Male","Adult","Yes" +"1827","Crew","Male","Adult","Yes" +"1828","Crew","Male","Adult","Yes" +"1829","Crew","Male","Adult","Yes" +"1830","Crew","Male","Adult","Yes" +"1831","Crew","Male","Adult","Yes" +"1832","Crew","Male","Adult","Yes" +"1833","Crew","Male","Adult","Yes" +"1834","Crew","Male","Adult","Yes" +"1835","Crew","Male","Adult","Yes" +"1836","Crew","Male","Adult","Yes" +"1837","Crew","Male","Adult","Yes" +"1838","Crew","Male","Adult","Yes" +"1839","Crew","Male","Adult","Yes" +"1840","Crew","Male","Adult","Yes" +"1841","Crew","Male","Adult","Yes" +"1842","Crew","Male","Adult","Yes" +"1843","Crew","Male","Adult","Yes" +"1844","Crew","Male","Adult","Yes" +"1845","Crew","Male","Adult","Yes" +"1846","Crew","Male","Adult","Yes" +"1847","Crew","Male","Adult","Yes" +"1848","Crew","Male","Adult","Yes" +"1849","Crew","Male","Adult","Yes" +"1850","Crew","Male","Adult","Yes" +"1851","Crew","Male","Adult","Yes" +"1852","Crew","Male","Adult","Yes" +"1853","Crew","Male","Adult","Yes" +"1854","Crew","Male","Adult","Yes" +"1855","Crew","Male","Adult","Yes" +"1856","Crew","Male","Adult","Yes" +"1857","Crew","Male","Adult","Yes" +"1858","Crew","Male","Adult","Yes" +"1859","Crew","Male","Adult","Yes" +"1860","Crew","Male","Adult","Yes" +"1861","Crew","Male","Adult","Yes" +"1862","Crew","Male","Adult","Yes" +"1863","Crew","Male","Adult","Yes" +"1864","Crew","Male","Adult","Yes" +"1865","Crew","Male","Adult","Yes" +"1866","Crew","Male","Adult","Yes" +"1867","Crew","Male","Adult","Yes" +"1868","Crew","Male","Adult","Yes" +"1869","Crew","Male","Adult","Yes" +"1870","Crew","Male","Adult","Yes" +"1871","Crew","Male","Adult","Yes" +"1872","Crew","Male","Adult","Yes" +"1873","Crew","Male","Adult","Yes" +"1874","Crew","Male","Adult","Yes" +"1875","Crew","Male","Adult","Yes" +"1876","Crew","Male","Adult","Yes" +"1877","Crew","Male","Adult","Yes" +"1878","Crew","Male","Adult","Yes" +"1879","Crew","Male","Adult","Yes" +"1880","Crew","Male","Adult","Yes" +"1881","Crew","Male","Adult","Yes" +"1882","Crew","Male","Adult","Yes" +"1883","Crew","Male","Adult","Yes" +"1884","Crew","Male","Adult","Yes" +"1885","Crew","Male","Adult","Yes" +"1886","1st","Female","Adult","Yes" +"1887","1st","Female","Adult","Yes" +"1888","1st","Female","Adult","Yes" +"1889","1st","Female","Adult","Yes" +"1890","1st","Female","Adult","Yes" +"1891","1st","Female","Adult","Yes" +"1892","1st","Female","Adult","Yes" +"1893","1st","Female","Adult","Yes" +"1894","1st","Female","Adult","Yes" +"1895","1st","Female","Adult","Yes" +"1896","1st","Female","Adult","Yes" +"1897","1st","Female","Adult","Yes" +"1898","1st","Female","Adult","Yes" +"1899","1st","Female","Adult","Yes" +"1900","1st","Female","Adult","Yes" +"1901","1st","Female","Adult","Yes" +"1902","1st","Female","Adult","Yes" +"1903","1st","Female","Adult","Yes" +"1904","1st","Female","Adult","Yes" +"1905","1st","Female","Adult","Yes" +"1906","1st","Female","Adult","Yes" +"1907","1st","Female","Adult","Yes" +"1908","1st","Female","Adult","Yes" +"1909","1st","Female","Adult","Yes" +"1910","1st","Female","Adult","Yes" +"1911","1st","Female","Adult","Yes" +"1912","1st","Female","Adult","Yes" +"1913","1st","Female","Adult","Yes" +"1914","1st","Female","Adult","Yes" +"1915","1st","Female","Adult","Yes" +"1916","1st","Female","Adult","Yes" +"1917","1st","Female","Adult","Yes" +"1918","1st","Female","Adult","Yes" +"1919","1st","Female","Adult","Yes" +"1920","1st","Female","Adult","Yes" +"1921","1st","Female","Adult","Yes" +"1922","1st","Female","Adult","Yes" +"1923","1st","Female","Adult","Yes" +"1924","1st","Female","Adult","Yes" +"1925","1st","Female","Adult","Yes" +"1926","1st","Female","Adult","Yes" +"1927","1st","Female","Adult","Yes" +"1928","1st","Female","Adult","Yes" +"1929","1st","Female","Adult","Yes" +"1930","1st","Female","Adult","Yes" +"1931","1st","Female","Adult","Yes" +"1932","1st","Female","Adult","Yes" +"1933","1st","Female","Adult","Yes" +"1934","1st","Female","Adult","Yes" +"1935","1st","Female","Adult","Yes" +"1936","1st","Female","Adult","Yes" +"1937","1st","Female","Adult","Yes" +"1938","1st","Female","Adult","Yes" +"1939","1st","Female","Adult","Yes" +"1940","1st","Female","Adult","Yes" +"1941","1st","Female","Adult","Yes" +"1942","1st","Female","Adult","Yes" +"1943","1st","Female","Adult","Yes" +"1944","1st","Female","Adult","Yes" +"1945","1st","Female","Adult","Yes" +"1946","1st","Female","Adult","Yes" +"1947","1st","Female","Adult","Yes" +"1948","1st","Female","Adult","Yes" +"1949","1st","Female","Adult","Yes" +"1950","1st","Female","Adult","Yes" +"1951","1st","Female","Adult","Yes" +"1952","1st","Female","Adult","Yes" +"1953","1st","Female","Adult","Yes" +"1954","1st","Female","Adult","Yes" +"1955","1st","Female","Adult","Yes" +"1956","1st","Female","Adult","Yes" +"1957","1st","Female","Adult","Yes" +"1958","1st","Female","Adult","Yes" +"1959","1st","Female","Adult","Yes" +"1960","1st","Female","Adult","Yes" +"1961","1st","Female","Adult","Yes" +"1962","1st","Female","Adult","Yes" +"1963","1st","Female","Adult","Yes" +"1964","1st","Female","Adult","Yes" +"1965","1st","Female","Adult","Yes" +"1966","1st","Female","Adult","Yes" +"1967","1st","Female","Adult","Yes" +"1968","1st","Female","Adult","Yes" +"1969","1st","Female","Adult","Yes" +"1970","1st","Female","Adult","Yes" +"1971","1st","Female","Adult","Yes" +"1972","1st","Female","Adult","Yes" +"1973","1st","Female","Adult","Yes" +"1974","1st","Female","Adult","Yes" +"1975","1st","Female","Adult","Yes" +"1976","1st","Female","Adult","Yes" +"1977","1st","Female","Adult","Yes" +"1978","1st","Female","Adult","Yes" +"1979","1st","Female","Adult","Yes" +"1980","1st","Female","Adult","Yes" +"1981","1st","Female","Adult","Yes" +"1982","1st","Female","Adult","Yes" +"1983","1st","Female","Adult","Yes" +"1984","1st","Female","Adult","Yes" +"1985","1st","Female","Adult","Yes" +"1986","1st","Female","Adult","Yes" +"1987","1st","Female","Adult","Yes" +"1988","1st","Female","Adult","Yes" +"1989","1st","Female","Adult","Yes" +"1990","1st","Female","Adult","Yes" +"1991","1st","Female","Adult","Yes" +"1992","1st","Female","Adult","Yes" +"1993","1st","Female","Adult","Yes" +"1994","1st","Female","Adult","Yes" +"1995","1st","Female","Adult","Yes" +"1996","1st","Female","Adult","Yes" +"1997","1st","Female","Adult","Yes" +"1998","1st","Female","Adult","Yes" +"1999","1st","Female","Adult","Yes" +"2000","1st","Female","Adult","Yes" +"2001","1st","Female","Adult","Yes" +"2002","1st","Female","Adult","Yes" +"2003","1st","Female","Adult","Yes" +"2004","1st","Female","Adult","Yes" +"2005","1st","Female","Adult","Yes" +"2006","1st","Female","Adult","Yes" +"2007","1st","Female","Adult","Yes" +"2008","1st","Female","Adult","Yes" +"2009","1st","Female","Adult","Yes" +"2010","1st","Female","Adult","Yes" +"2011","1st","Female","Adult","Yes" +"2012","1st","Female","Adult","Yes" +"2013","1st","Female","Adult","Yes" +"2014","1st","Female","Adult","Yes" +"2015","1st","Female","Adult","Yes" +"2016","1st","Female","Adult","Yes" +"2017","1st","Female","Adult","Yes" +"2018","1st","Female","Adult","Yes" +"2019","1st","Female","Adult","Yes" +"2020","1st","Female","Adult","Yes" +"2021","1st","Female","Adult","Yes" +"2022","1st","Female","Adult","Yes" +"2023","1st","Female","Adult","Yes" +"2024","1st","Female","Adult","Yes" +"2025","1st","Female","Adult","Yes" +"2026","2nd","Female","Adult","Yes" +"2027","2nd","Female","Adult","Yes" +"2028","2nd","Female","Adult","Yes" +"2029","2nd","Female","Adult","Yes" +"2030","2nd","Female","Adult","Yes" +"2031","2nd","Female","Adult","Yes" +"2032","2nd","Female","Adult","Yes" +"2033","2nd","Female","Adult","Yes" +"2034","2nd","Female","Adult","Yes" +"2035","2nd","Female","Adult","Yes" +"2036","2nd","Female","Adult","Yes" +"2037","2nd","Female","Adult","Yes" +"2038","2nd","Female","Adult","Yes" +"2039","2nd","Female","Adult","Yes" +"2040","2nd","Female","Adult","Yes" +"2041","2nd","Female","Adult","Yes" +"2042","2nd","Female","Adult","Yes" +"2043","2nd","Female","Adult","Yes" +"2044","2nd","Female","Adult","Yes" +"2045","2nd","Female","Adult","Yes" +"2046","2nd","Female","Adult","Yes" +"2047","2nd","Female","Adult","Yes" +"2048","2nd","Female","Adult","Yes" +"2049","2nd","Female","Adult","Yes" +"2050","2nd","Female","Adult","Yes" +"2051","2nd","Female","Adult","Yes" +"2052","2nd","Female","Adult","Yes" +"2053","2nd","Female","Adult","Yes" +"2054","2nd","Female","Adult","Yes" +"2055","2nd","Female","Adult","Yes" +"2056","2nd","Female","Adult","Yes" +"2057","2nd","Female","Adult","Yes" +"2058","2nd","Female","Adult","Yes" +"2059","2nd","Female","Adult","Yes" +"2060","2nd","Female","Adult","Yes" +"2061","2nd","Female","Adult","Yes" +"2062","2nd","Female","Adult","Yes" +"2063","2nd","Female","Adult","Yes" +"2064","2nd","Female","Adult","Yes" +"2065","2nd","Female","Adult","Yes" +"2066","2nd","Female","Adult","Yes" +"2067","2nd","Female","Adult","Yes" +"2068","2nd","Female","Adult","Yes" +"2069","2nd","Female","Adult","Yes" +"2070","2nd","Female","Adult","Yes" +"2071","2nd","Female","Adult","Yes" +"2072","2nd","Female","Adult","Yes" +"2073","2nd","Female","Adult","Yes" +"2074","2nd","Female","Adult","Yes" +"2075","2nd","Female","Adult","Yes" +"2076","2nd","Female","Adult","Yes" +"2077","2nd","Female","Adult","Yes" +"2078","2nd","Female","Adult","Yes" +"2079","2nd","Female","Adult","Yes" +"2080","2nd","Female","Adult","Yes" +"2081","2nd","Female","Adult","Yes" +"2082","2nd","Female","Adult","Yes" +"2083","2nd","Female","Adult","Yes" +"2084","2nd","Female","Adult","Yes" +"2085","2nd","Female","Adult","Yes" +"2086","2nd","Female","Adult","Yes" +"2087","2nd","Female","Adult","Yes" +"2088","2nd","Female","Adult","Yes" +"2089","2nd","Female","Adult","Yes" +"2090","2nd","Female","Adult","Yes" +"2091","2nd","Female","Adult","Yes" +"2092","2nd","Female","Adult","Yes" +"2093","2nd","Female","Adult","Yes" +"2094","2nd","Female","Adult","Yes" +"2095","2nd","Female","Adult","Yes" +"2096","2nd","Female","Adult","Yes" +"2097","2nd","Female","Adult","Yes" +"2098","2nd","Female","Adult","Yes" +"2099","2nd","Female","Adult","Yes" +"2100","2nd","Female","Adult","Yes" +"2101","2nd","Female","Adult","Yes" +"2102","2nd","Female","Adult","Yes" +"2103","2nd","Female","Adult","Yes" +"2104","2nd","Female","Adult","Yes" +"2105","2nd","Female","Adult","Yes" +"2106","3rd","Female","Adult","Yes" +"2107","3rd","Female","Adult","Yes" +"2108","3rd","Female","Adult","Yes" +"2109","3rd","Female","Adult","Yes" +"2110","3rd","Female","Adult","Yes" +"2111","3rd","Female","Adult","Yes" +"2112","3rd","Female","Adult","Yes" +"2113","3rd","Female","Adult","Yes" +"2114","3rd","Female","Adult","Yes" +"2115","3rd","Female","Adult","Yes" +"2116","3rd","Female","Adult","Yes" +"2117","3rd","Female","Adult","Yes" +"2118","3rd","Female","Adult","Yes" +"2119","3rd","Female","Adult","Yes" +"2120","3rd","Female","Adult","Yes" +"2121","3rd","Female","Adult","Yes" +"2122","3rd","Female","Adult","Yes" +"2123","3rd","Female","Adult","Yes" +"2124","3rd","Female","Adult","Yes" +"2125","3rd","Female","Adult","Yes" +"2126","3rd","Female","Adult","Yes" +"2127","3rd","Female","Adult","Yes" +"2128","3rd","Female","Adult","Yes" +"2129","3rd","Female","Adult","Yes" +"2130","3rd","Female","Adult","Yes" +"2131","3rd","Female","Adult","Yes" +"2132","3rd","Female","Adult","Yes" +"2133","3rd","Female","Adult","Yes" +"2134","3rd","Female","Adult","Yes" +"2135","3rd","Female","Adult","Yes" +"2136","3rd","Female","Adult","Yes" +"2137","3rd","Female","Adult","Yes" +"2138","3rd","Female","Adult","Yes" +"2139","3rd","Female","Adult","Yes" +"2140","3rd","Female","Adult","Yes" +"2141","3rd","Female","Adult","Yes" +"2142","3rd","Female","Adult","Yes" +"2143","3rd","Female","Adult","Yes" +"2144","3rd","Female","Adult","Yes" +"2145","3rd","Female","Adult","Yes" +"2146","3rd","Female","Adult","Yes" +"2147","3rd","Female","Adult","Yes" +"2148","3rd","Female","Adult","Yes" +"2149","3rd","Female","Adult","Yes" +"2150","3rd","Female","Adult","Yes" +"2151","3rd","Female","Adult","Yes" +"2152","3rd","Female","Adult","Yes" +"2153","3rd","Female","Adult","Yes" +"2154","3rd","Female","Adult","Yes" +"2155","3rd","Female","Adult","Yes" +"2156","3rd","Female","Adult","Yes" +"2157","3rd","Female","Adult","Yes" +"2158","3rd","Female","Adult","Yes" +"2159","3rd","Female","Adult","Yes" +"2160","3rd","Female","Adult","Yes" +"2161","3rd","Female","Adult","Yes" +"2162","3rd","Female","Adult","Yes" +"2163","3rd","Female","Adult","Yes" +"2164","3rd","Female","Adult","Yes" +"2165","3rd","Female","Adult","Yes" +"2166","3rd","Female","Adult","Yes" +"2167","3rd","Female","Adult","Yes" +"2168","3rd","Female","Adult","Yes" +"2169","3rd","Female","Adult","Yes" +"2170","3rd","Female","Adult","Yes" +"2171","3rd","Female","Adult","Yes" +"2172","3rd","Female","Adult","Yes" +"2173","3rd","Female","Adult","Yes" +"2174","3rd","Female","Adult","Yes" +"2175","3rd","Female","Adult","Yes" +"2176","3rd","Female","Adult","Yes" +"2177","3rd","Female","Adult","Yes" +"2178","3rd","Female","Adult","Yes" +"2179","3rd","Female","Adult","Yes" +"2180","3rd","Female","Adult","Yes" +"2181","3rd","Female","Adult","Yes" +"2182","Crew","Female","Adult","Yes" +"2183","Crew","Female","Adult","Yes" +"2184","Crew","Female","Adult","Yes" +"2185","Crew","Female","Adult","Yes" +"2186","Crew","Female","Adult","Yes" +"2187","Crew","Female","Adult","Yes" +"2188","Crew","Female","Adult","Yes" +"2189","Crew","Female","Adult","Yes" +"2190","Crew","Female","Adult","Yes" +"2191","Crew","Female","Adult","Yes" +"2192","Crew","Female","Adult","Yes" +"2193","Crew","Female","Adult","Yes" +"2194","Crew","Female","Adult","Yes" +"2195","Crew","Female","Adult","Yes" +"2196","Crew","Female","Adult","Yes" +"2197","Crew","Female","Adult","Yes" +"2198","Crew","Female","Adult","Yes" +"2199","Crew","Female","Adult","Yes" +"2200","Crew","Female","Adult","Yes" +"2201","Crew","Female","Adult","Yes" diff --git a/Week2/Lab2/airquality.csv b/Week2/Lab2/airquality.csv new file mode 100644 index 0000000..51719ac --- /dev/null +++ b/Week2/Lab2/airquality.csv @@ -0,0 +1,154 @@ +"","Ozone","Solar.R","Wind","Temp","Month","Day" +"1",41,190,7.4,67,5,1 +"2",36,118,8,72,5,2 +"3",12,149,12.6,74,5,3 +"4",18,313,11.5,62,5,4 +"5",NA,NA,14.3,56,5,5 +"6",28,NA,14.9,66,5,6 +"7",23,299,8.6,65,5,7 +"8",19,99,13.8,59,5,8 +"9",8,19,20.1,61,5,9 +"10",NA,194,8.6,69,5,10 +"11",7,NA,6.9,74,5,11 +"12",16,256,9.7,69,5,12 +"13",11,290,9.2,66,5,13 +"14",14,274,10.9,68,5,14 +"15",18,65,13.2,58,5,15 +"16",14,334,11.5,64,5,16 +"17",34,307,12,66,5,17 +"18",6,78,18.4,57,5,18 +"19",30,322,11.5,68,5,19 +"20",11,44,9.7,62,5,20 +"21",1,8,9.7,59,5,21 +"22",11,320,16.6,73,5,22 +"23",4,25,9.7,61,5,23 +"24",32,92,12,61,5,24 +"25",NA,66,16.6,57,5,25 +"26",NA,266,14.9,58,5,26 +"27",NA,NA,8,57,5,27 +"28",23,13,12,67,5,28 +"29",45,252,14.9,81,5,29 +"30",115,223,5.7,79,5,30 +"31",37,279,7.4,76,5,31 +"32",NA,286,8.6,78,6,1 +"33",NA,287,9.7,74,6,2 +"34",NA,242,16.1,67,6,3 +"35",NA,186,9.2,84,6,4 +"36",NA,220,8.6,85,6,5 +"37",NA,264,14.3,79,6,6 +"38",29,127,9.7,82,6,7 +"39",NA,273,6.9,87,6,8 +"40",71,291,13.8,90,6,9 +"41",39,323,11.5,87,6,10 +"42",NA,259,10.9,93,6,11 +"43",NA,250,9.2,92,6,12 +"44",23,148,8,82,6,13 +"45",NA,332,13.8,80,6,14 +"46",NA,322,11.5,79,6,15 +"47",21,191,14.9,77,6,16 +"48",37,284,20.7,72,6,17 +"49",20,37,9.2,65,6,18 +"50",12,120,11.5,73,6,19 +"51",13,137,10.3,76,6,20 +"52",NA,150,6.3,77,6,21 +"53",NA,59,1.7,76,6,22 +"54",NA,91,4.6,76,6,23 +"55",NA,250,6.3,76,6,24 +"56",NA,135,8,75,6,25 +"57",NA,127,8,78,6,26 +"58",NA,47,10.3,73,6,27 +"59",NA,98,11.5,80,6,28 +"60",NA,31,14.9,77,6,29 +"61",NA,138,8,83,6,30 +"62",135,269,4.1,84,7,1 +"63",49,248,9.2,85,7,2 +"64",32,236,9.2,81,7,3 +"65",NA,101,10.9,84,7,4 +"66",64,175,4.6,83,7,5 +"67",40,314,10.9,83,7,6 +"68",77,276,5.1,88,7,7 +"69",97,267,6.3,92,7,8 +"70",97,272,5.7,92,7,9 +"71",85,175,7.4,89,7,10 +"72",NA,139,8.6,82,7,11 +"73",10,264,14.3,73,7,12 +"74",27,175,14.9,81,7,13 +"75",NA,291,14.9,91,7,14 +"76",7,48,14.3,80,7,15 +"77",48,260,6.9,81,7,16 +"78",35,274,10.3,82,7,17 +"79",61,285,6.3,84,7,18 +"80",79,187,5.1,87,7,19 +"81",63,220,11.5,85,7,20 +"82",16,7,6.9,74,7,21 +"83",NA,258,9.7,81,7,22 +"84",NA,295,11.5,82,7,23 +"85",80,294,8.6,86,7,24 +"86",108,223,8,85,7,25 +"87",20,81,8.6,82,7,26 +"88",52,82,12,86,7,27 +"89",82,213,7.4,88,7,28 +"90",50,275,7.4,86,7,29 +"91",64,253,7.4,83,7,30 +"92",59,254,9.2,81,7,31 +"93",39,83,6.9,81,8,1 +"94",9,24,13.8,81,8,2 +"95",16,77,7.4,82,8,3 +"96",78,NA,6.9,86,8,4 +"97",35,NA,7.4,85,8,5 +"98",66,NA,4.6,87,8,6 +"99",122,255,4,89,8,7 +"100",89,229,10.3,90,8,8 +"101",110,207,8,90,8,9 +"102",NA,222,8.6,92,8,10 +"103",NA,137,11.5,86,8,11 +"104",44,192,11.5,86,8,12 +"105",28,273,11.5,82,8,13 +"106",65,157,9.7,80,8,14 +"107",NA,64,11.5,79,8,15 +"108",22,71,10.3,77,8,16 +"109",59,51,6.3,79,8,17 +"110",23,115,7.4,76,8,18 +"111",31,244,10.9,78,8,19 +"112",44,190,10.3,78,8,20 +"113",21,259,15.5,77,8,21 +"114",9,36,14.3,72,8,22 +"115",NA,255,12.6,75,8,23 +"116",45,212,9.7,79,8,24 +"117",168,238,3.4,81,8,25 +"118",73,215,8,86,8,26 +"119",NA,153,5.7,88,8,27 +"120",76,203,9.7,97,8,28 +"121",118,225,2.3,94,8,29 +"122",84,237,6.3,96,8,30 +"123",85,188,6.3,94,8,31 +"124",96,167,6.9,91,9,1 +"125",78,197,5.1,92,9,2 +"126",73,183,2.8,93,9,3 +"127",91,189,4.6,93,9,4 +"128",47,95,7.4,87,9,5 +"129",32,92,15.5,84,9,6 +"130",20,252,10.9,80,9,7 +"131",23,220,10.3,78,9,8 +"132",21,230,10.9,75,9,9 +"133",24,259,9.7,73,9,10 +"134",44,236,14.9,81,9,11 +"135",21,259,15.5,76,9,12 +"136",28,238,6.3,77,9,13 +"137",9,24,10.9,71,9,14 +"138",13,112,11.5,71,9,15 +"139",46,237,6.9,78,9,16 +"140",18,224,13.8,67,9,17 +"141",13,27,10.3,76,9,18 +"142",24,238,10.3,68,9,19 +"143",16,201,8,82,9,20 +"144",13,238,12.6,64,9,21 +"145",23,14,9.2,71,9,22 +"146",36,139,10.3,81,9,23 +"147",7,49,10.3,69,9,24 +"148",14,20,16.6,63,9,25 +"149",30,193,6.9,70,9,26 +"150",NA,145,13.2,77,9,27 +"151",14,191,14.3,75,9,28 +"152",18,131,8,76,9,29 +"153",20,223,11.5,68,9,30 diff --git a/Week2/Lab2/ggplot.jpg b/Week2/Lab2/ggplot.jpg new file mode 100644 index 0000000..cbd4136 Binary files /dev/null and b/Week2/Lab2/ggplot.jpg differ diff --git a/Week2/Lab2/references.bib b/Week2/Lab2/references.bib new file mode 100644 index 0000000..b68e761 --- /dev/null +++ b/Week2/Lab2/references.bib @@ -0,0 +1,6 @@ +@book{chambers2018graphical, + title={Graphical methods for data analysis}, + author={Chambers, John M}, + year={2018}, + publisher={Chapman and Hall/CRC} +} \ No newline at end of file diff --git a/Week2/Lecture3/Lecture3_agenda.tex b/Week2/Lecture3/Lecture3_agenda.tex new file mode 100644 index 0000000..1106771 --- /dev/null +++ b/Week2/Lecture3/Lecture3_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 1: Exploratory Data Analysis and Study Design} + \begin{itemize} + \item \hl{Previously: } Course Introduction, Intro to Data (Chapter 1) + \item \hl{This time: } Examining numerical data (Chapter 2.1) + \item \hl{Reading: } Chapter 2.2 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + + \end{frame} + \ No newline at end of file diff --git a/Week2/Lecture3/Lecture3_demo.R b/Week2/Lecture3/Lecture3_demo.R new file mode 100644 index 0000000..9cd749d --- /dev/null +++ b/Week2/Lecture3/Lecture3_demo.R @@ -0,0 +1,96 @@ +# ---- 0. Setup and load libraries, if any ---- + +library(ggplot2) # load the graphing library +library(dplyr) # load the data manipulation library + +if(!require("rstudioapi")) install.packages("rstudioapi") +setwd(dirname(getSourceEditorContext()$path)) # set working directory + +source("Lecture3_demoFunctions.R") + +# ---- 1. Generate data ---- + +data1 <- generate_data1() +head(data1) + +# Count the number of rows for each dataset +table(data1$dataset) + + +# ---- 2. Plot histograms ---- + +# What do the following histograms of the datasets tell you? +# i.e. are they uni-modal/bimodal/multimodal, or uniform? What are the mode(s)? +# Are they skewed, left/right, or symmetric? Are there any outliers? + +ggplot(data=data1, aes(x=x, fill=as.factor(dataset))) + + geom_histogram() + + facet_wrap(~dataset, ncol=1, scales = "free_y") + + guides(fill = "none") + +# Let's look at the datasets more closely: +# What is the mean here? What about the median? And the mode(s)? +# If the mean and median are different, why do you think that is? +data1_summary <- data1 %>% + group_by(dataset) %>% + summarise( + mean = mean(x), + median = median(x), + ) +print(data1_summary) + +ggplot(data=data1, aes(x=x, fill=as.factor(dataset))) + + geom_histogram() + + facet_wrap(~dataset, ncol=1, scales = "free_y") + + geom_vline(data = data1_summary, aes(xintercept = mean, col='mean')) + + geom_vline(data = data1_summary, aes(xintercept = median, col='median')) + + scale_color_manual( + name = "Statistic", + values = c(mean = "red", median = "blue"), + labels = c(mean = "Mean", median = "Median") + ) + + guides(fill = "none") + +# ---- 2. Comparing shapes of distributions and their outliers ---- + +# Let's try looking at distributions with different variances: +data2 <- generate_data2() +head(data2) + +table(data2$dataset) + +# Look at the distributions +ggplot(data=data2, aes(x=x, fill=as.factor(dataset))) + + geom_histogram() + + facet_wrap(~dataset, ncol=1) + + guides(fill = "none") + +# Compute summary statistics for central tendency and variability +data2_summary <- data2 %>% + group_by(dataset) %>% + summarise( + mean = round(mean(x),3), + variance = var(x), + std_dev = sd(x), + Q1 = quantile(x, 0.25), + median = median(x), + Q3 = quantile(x, 0.75), + IQR = IQR(x) + ) +print(data2_summary) + + +# Plot the distributions again, with lines to show mean+/-2SD +plot <- histograms_plusminus2sd(data2) +print(plot) + +# We can also look at the IQRs: +plot2 <- histograms_plusIQR(data2) +print(plot2) + +# What if the distributions are skewed? +data3 <- generate_data3() + +print(histograms_plusminus2sd(data3)) +print(histograms_plusIQR(data3)) + diff --git a/Week2/Lecture3/Lecture3_demoFunctions.R b/Week2/Lecture3/Lecture3_demoFunctions.R new file mode 100644 index 0000000..d3e567a --- /dev/null +++ b/Week2/Lecture3/Lecture3_demoFunctions.R @@ -0,0 +1,104 @@ +set.seed(42) + +generate_data1 <- function() { + x1 <- rchisq(100, 3) + x2 <- 20-rchisq(100, 2) + x3 <- c(rchisq(60, 5.8), rnorm(40, 16.5, 2)) + x4 <- c(rchisq(20, 3), rnorm(35, 12), rnorm(45, 18, 1.5)) + x5 <- runif(100,0,20) + + values = c(x1, x2, x3, x4, x5) + datasets = c(rep("A", 100), rep("B", 100), rep("C", 100), + rep("D", 100), rep("E", 100)) + + data <- do.call(rbind, Map(data.frame, x=values, dataset=datasets)) + return(data) +} + +generate_data2 <- function() { + x1 <- rnorm(100, 0, 1) + x2 <- rnorm(100, 0, 5) + x3 <- rnorm(100, 0, 10) + + values = append(append(x1, x2), x3) + datasets = c(rep("F", 100), rep("G", 100), rep("H", 100)) + + data <- do.call(rbind, Map(data.frame, x=values, dataset=datasets)) + return(data) +} + +generate_data3 <- function() { + x1 <- rchisq(100, 2)/2 + x2 <- rchisq(100, 2)*2 + x3 <- rchisq(100, 2)*5 + + values = append(append(x1, x2), x3) + datasets = c(rep("I", 100), rep("J", 100), rep("K", 100)) + + data <- do.call(rbind, Map(data.frame, x=values, dataset=datasets)) + return(data) +} + + + +# ---- Plotting functions + +histograms_plusminus2sd <- function(df) { + library(dplyr) + library(ggplot2) + + # Compute mean, sd, segment start/end + summary_df <- df %>% + group_by(dataset) %>% + summarise( + m = mean(x, na.rm = TRUE), + sd = sd(x, na.rm = TRUE) + ) %>% + mutate( + xstart = m - 2*sd, + xend = m + 2*sd + ) + + # histogram with segment + p <- ggplot(df, aes(x = x, fill = as.factor(dataset))) + + geom_histogram() + + facet_wrap(~dataset, ncol = 1) + + geom_segment( + data = summary_df, + aes(x = xstart, xend = xend, y = -5, yend = -5), + color = "black", + linewidth = 1, + inherit.aes = FALSE + ) + + geom_point( + data = summary_df, + aes(x = m, y = -5), + color = "black", + shape = 4, # shape 4 is an "x" + size = 1, + stroke = 1, + inherit.aes = FALSE + ) + + guides(fill = "none")+ + ylab("count") + + return(p) +} + + +histograms_plusIQR <- function(df) { + library(ggplot2) + + p <- ggplot(df, aes(x = x, fill = as.factor(dataset))) + + geom_histogram() + + geom_boxplot(aes(group = as.factor(dataset)), # Place boxplot below x-axis + width = 5, + outlier.shape = NA, + coef = 0, # remove the whiskers + position = position_nudge(y = -5) + ) + + facet_wrap(~dataset, ncol=1) + + guides(fill = "none") + + return(p) +} diff --git a/Week2/Lecture3/Lecture3_draft.tex b/Week2/Lecture3/Lecture3_draft.tex new file mode 100644 index 0000000..33496da --- /dev/null +++ b/Week2/Lecture3/Lecture3_draft.tex @@ -0,0 +1,701 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\chpi@path{../../Chp 1} % need 'chpi' and 'chpii' to get around TeX macro definition error +\def\chpii@path{../../Chp 2} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 3]{MA213: Lecture 3} +\subtitle{Module 1: Exploratory Data Analysis and Study Design} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\input{Lecture3_agenda.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Experiments} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Principles of experimental design} + + \begin{enumerate} + \item \hl{Control:} Control for the (potential) effect of variables other than the ones directly being studied. + \item \hl{Randomize:} Randomly assign subjects to treatments, and randomly sample from the population whenever possible. + \item \hl{Replicate:} Within a study, replicate by collecting a sufficiently large sample. Or replicate the entire study. + \item \hl{Block:} If there are variables that are known or suspected to affect the response variable, first group subjects into \hl{blocks} based on these variables, and then randomize cases within each block to treatment groups. + \end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{More on blocking} + + \twocol{0.25}{0.75} + { + \begin{center} + \includegraphics[width=\textwidth]{\chpi@path/1-4_experiments/figures/gu} + \end{center} + } + { + \begin{itemize} + \item We would like to design an experiment to investigate if energy gels make you run faster: + \pause + \begin{itemize} + \item Treatment: energy gel + \item Control: no energy gel + \end{itemize} + \pause + \item It is suspected that energy gels might affect pro and amateur athletes differently, therefore we block for pro status: + \pause + \begin{itemize} + \item Divide the sample to pro and amateur + \item Randomly assign pro athletes to treatment and control groups + \item Randomly assign amateur athletes to treatment and control groups + \item Pro/amateur status is equally represented in the resulting treatment and control groups + \end{itemize} + \end{itemize} + } + + \pause + \dq{Why is this important? Can you think of other variables to block for?} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{A study is designed to test the effect of light level and noise level on exam performance of students. The researcher also believes that light and noise levels might have different effects on males and females, so wants to make sure both genders are equally represented in each group. Which of the below is correct?} + +% \begin{enumerate}[(a)] +% \item There are 3 explanatory variables (light, noise, gender) and 1 response variable (exam performance) +% \solnMult{There are 2 explanatory variables (light and noise), 1 blocking variable (gender), and 1 response variable (exam performance)} +% \item There is 1 explanatory variable (gender) and 3 response variables (light, noise, exam performance) +% \item There are 2 blocking variables (light and noise), 1 explanatory variable (gender), and 1 response variable (exam performance) +% \end{enumerate} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Difference between blocking and explanatory variables} + + \begin{itemize} + \item Factors are conditions we can impose on the experimental units. + \item Blocking variables are characteristics that the experimental units come with, that we would like to control for. + \item Blocking is like stratifying, except used in experimental settings when randomly assigning, as opposed to when sampling. + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{More experimental design terminology...} + + \begin{itemize} + \item \hl{Placebo:} fake treatment, often used as the control group for medical studies + \item \hl{Placebo effect:} experimental units showing improvement simply because they believe they are receiving a special treatment + \item \hl{Blinding:} when experimental units do not know whether they are in the control or treatment group + \item \hl{Double-blind:} when both the experimental units and the researchers who interact with the patients do not know who is in the control and who is in the treatment group + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{What is the main difference between observational studies and experiments?} + +% \begin{enumerate}[(a)] +% \item Experiments take place in a lab while observational studies do not need to. +% \item In an observational study we only look at what happened in the past. +% \solnMult{Most experiments use random assignment while observational studies do not.} +% \item Observational studies are completely useless since no causal inference can be made based on their findings. +% \end{enumerate} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Random assignment vs. random sampling} + + \begin{center} + \includegraphics[width=\textwidth]{\chpi@path/1-4_experiments/figures/random_sample_assignment} + \end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Examining numerical data} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Scatterplots for paired data} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Scatterplot} + +\hl{Scatterplots} are useful for visualizing the relationship between two numerical variables. + +\begin{columns}[c] + +\column{0.6 \textwidth} + +\dq{Do life expectancy and total fertility appear to be \hl{associated} or \hl{independent}?} + +\soln{\onslide<2->{They appear to be linearly and negatively associated: as fertility increases, life expectancy decreases.}} + +\dq{Was the relationship the same throughout the years, or did it change?} + +\soln{\onslide<3->{The relationship changed over the years.}} + +\column{0.4 \textwidth} + +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/life_exp_child} + +\end{columns} + +\ct{\webURL{http://www.gapminder.org/world}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Dot plots and the mean} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Dot plots} + +Useful for visualizing one numerical variable. Darker colors represent areas where there are more observations. + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/gpa_dot_plot/gpa_dot_plot} +\end{center} + +\dq{How would you describe the distribution of GPAs in this data set? Make sure to say something about the center, shape, and spread of the distribution.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Dot plots \& mean} + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/gpa_dot_plot/gpa_dot_plot_mean} +\end{center} + +\begin{itemize} + +\item The \hl{mean}, also called the \hl{average} (marked with a triangle in the above plot), is one way to measure the center of a \hl{distribution} of data. + +\item The mean GPA is 3.59. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Mean} + +\begin{itemize} + +\item The \hl{sample mean}, denoted as \mathhl{\bar{x}}, can be calculated as + +\[ \bar{x} = \frac{x_1 + x_2 + \cdots + x_n}{n}, \] + +where $x_1, x_2, \cdots, x_n$ represent the \hl{n} observed values. + +\item The \hl{population mean} is also computed the same way but is denoted as \mathhl{\mu}. It is often not possible to calculate $\mu$ since population data are rarely available. + +\item The sample mean is a \hl{sample statistic}, and serves as a \hl{point estimate} of the population mean. This estimate may not be perfect, but if the sample is good (representative of the population), it is usually a pretty good estimate. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Dot plots \& median} + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/gpa_dot_plot/gpa_dot_plot_median} +\end{center} + +\begin{itemize} + +\item The \hl{median} is the value that splits the data in half when ordered in ascending order. It is another way to measure the center of a distribution. + +\item The mean GPA is 3.59, but the median GPA is 3.63. + +\end{itemize} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Median} + +\begin{itemize} + +\item The \hl{median} is the value that splits the data in half when ordered in ascending order. + +\[ 0,1,\orange{2},3,4 \] + +\item If there are an even number of observations, then the median is the average of the two values in the middle. + +\[ 0,1,\underline{2,3},4,5 \rightarrow \frac{2 + 3}{2} = \orange{2.5} \] + +\item Since the median is the midpoint of the data, 50\% of the values are below it. Hence, we also call it the \hl{$50^{th}$ percentile}. + +\end{itemize} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Stacked dot plot} + +Higher bars represent areas where there are more observations, makes it a little easier to judge the center and the shape of the distribution. + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/gpa_dot_plot/gpa_dot_plot_stacked} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Histograms and shape} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Histograms - Extracurricular hours} + +\begin{itemize} + +\item Histograms provide a view of the \hl{data density}. Higher bars represent where the data are relatively more common. + +\item Histograms are especially convenient for describing the \hl{shape} of the data distribution. + +\item The chosen \hl{bin width} can alter the story the histogram is telling. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.75\textwidth]{\chpii@path/2-1_numerical_data/figures/extracurr_hrs_hist/extracurr_hrs_hist} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Bin width} + +\dq{Which one(s) of these histograms are useful? Which reveal too much about the data? Which hide too much?} + +\begin{center} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-1_numerical_data/figures/extracurr_hrs_hist/extracurr_hrs_hist2} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-1_numerical_data/figures/extracurr_hrs_hist/extracurr_hrs_hist} \\ +\includegraphics[width=0.45\textwidth]{\chpii@path/2-1_numerical_data/figures/extracurr_hrs_hist/extracurr_hrs_hist20} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-1_numerical_data/figures/extracurr_hrs_hist/extracurr_hrs_hist30} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Shape of a distribution: modality} + +Does the histogram have a single prominent peak (\hl{unimodal}), several prominent peaks (\hl{bimodal/multimodal}), or no apparent peaks (\hl{uniform})? + +\begin{center} +\includegraphics[width=0.75\textwidth]{\chpii@path/2-1_numerical_data/figures/singleBiMultiModalUnifPlots/singleBiMultiModalUnifPlots} +\end{center} + +\Note{In order to determine modality, step back and imagine a smooth curve over the histogram -- imagine that the bars are wooden blocks and you drop a limp spaghetti over them, the shape the spaghetti would take could be viewed as a smooth curve.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Shape of a distribution: skewness} + +Is the histogram \hl{right skewed}, \hl{left skewed}, or \hl{symmetric}? + +\begin{center} +\includegraphics[width=0.8\textwidth]{\chpii@path/2-1_numerical_data/figures/skewedSymPlots/skewedSymPlots} +\end{center} + +\Note{Histograms are said to be skewed to the side of the long tail.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Shape of a distribution: unusual observations} + +Are there any unusual observations or potential \hl{outliers}? + +\begin{center} +\includegraphics[width=0.8\textwidth]{\chpii@path/2-1_numerical_data/figures/outlierPlots/outlierPlots} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%\begin{frame} +%\frametitle{Extracurricular activities} + +%\dq{How would you describe the shape of the distribution of hours per week students spend on extracurricular activities?} + +%\begin{center} +%\includegraphics[width=0.75\textwidth]{\chpii@path/2-1_numerical_data/figures/extracurr_hrs_hist/extracurr_hrs_hist} +%\end{center} + +%\soln{\pause{Unimodal and right skewed, with a potentially unusual observation at 60 hours/week.}} + +%\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Commonly observed shapes of distributions} + +\begin{itemize} + +\item modality \\ +$\:$ \\ +\pause + +\begin{columns}[c] +\column{0.25\textwidth} +unimodal \\ +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/shape_sketches/unimodal} +\pause +\column{0.25\textwidth} +bimodal \\ +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/shape_sketches/bimodal} +\pause +\column{0.25\textwidth} +multimodal \\ +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/shape_sketches/multimodal} +\pause +\column{0.25\textwidth} +uniform +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/shape_sketches/uniform} +\end{columns} + +\pause + +$\:$ \\ + +\item skewness \\ +$\:$ \\ +\pause + +\begin{columns}[c] +\column{0.25\textwidth} +right skew \\ +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/shape_sketches/right_skew} +\pause +\column{0.25\textwidth} +left skew \\ +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/shape_sketches/left_skew} +\pause +\column{0.25\textwidth} +symmetric \\ +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/shape_sketches/symmetric} +\end{columns} + +\end{itemize} + +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{R Demo: Plotting numerical data and computing means} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%\begin{frame} +%\frametitle{Practice} + +%\pq{Which of these variables do you expect to be uniformly distributed?} + +%\begin{enumerate}[(a)] +%\item weights of adult females +%\item salaries of a random sample of people from North Carolina +%\item house prices +%\solnMult{birthdays of classmates (day of the month)} +%\end{enumerate} + +%\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% TODO: could replicate this activity with an applet in Edfinity +%\begin{frame} +%\frametitle{Application activity: Shapes of distributions} + +%\app{Sketch the expected distributions of the following variables: +%\begin{itemize} +%\item number of piercings +%\item scores on an exam +%\item IQ scores +%\end{itemize} +%Come up with a concise way (1-2 sentences) to teach someone how to determine the expected distribution of any variable. +%} + +%\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Are you typical?} + +\begin{center} +\includegraphics[width=0.75\textwidth]{\chpii@path/2-1_numerical_data/figures/typical} +\end{center} + +\begin{center} +\footnotesize{\webURL{http://www.youtube.com/watch?v=4B2xOvKFFz4}} +\end{center} + +\pause + +\dq{How useful are centers alone for conveying the true characteristics of a distribution?} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Variance and standard deviation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Variance} + +\hl{Variance} is roughly the average squared deviation from the mean. + +\formula{ +\[ s^2 = \frac{\sum_{i = 1}^n (x_i - \bar{x})^2}{n - 1} \] +} + +\pause + +\twocol{0.5}{0.5} +{ +\begin{itemize} + +\item The sample mean is $\bar{x} = 6.71$, and the sample size is $n = 217$. + +\onslide<3->{\item The variance of amount of sleep students get per night can be calculated as:} +\end{itemize} +} +{ +\onslide<2->{ +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/sleep_hist/sleep_hist} +\end{center} +} +} +$\:$ +\onslide<3->{ +\[ s^2 = \frac{(5 - 6.71)^2 + (9 - 6.71)^2 + \cdots + (7 - 6.71)^2}{217 - 1} = 4.11~hours^2 \] +} + + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Variance (cont.)} + +\dq{Why do we use the squared deviation in the calculation of variance?} + +\soln{\pause +\begin{itemize} +\item To get rid of negatives so that observations equally distant from the mean are weighed equally. +\item To weigh larger deviations more heavily. +\end{itemize} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Standard deviation} + +The \hl{standard deviation} is the square root of the variance, and has the same units as the data + +\formula{ +\[ s = \sqrt{s^2} \] +} + +\pause + +\twocol{0.5}{0.5} +{ +\begin{itemize} + +\item The standard deviation of amount of sleep students get per night can be calculated as: +\[ s = \sqrt{4.11} = 2.03~hours\] + +\onslide<3->{\item We can see that all of the data are within 3 standard deviations of the mean.} +\end{itemize} +} +{ +\onslide<2->{ +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/sleep_hist/sleep_hist} +\end{center} +} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Box plots, percentiles, and quartiles} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Percentiles} + +\hl{Percentiles}: for any (large) set of n measurements (arranged in ascending or descending order), the $p$th percentile is a number such that $p\%$ of the measurements fall below that number and $(100-p)\%$ are equal to or above it. + +\hl{Quantiles}: Percentiles expressed in decimal form. E.g. The .37 quantile is equivalent to the 37th percentile. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}[fragile] +\frametitle{Q1, Q3, and IQR} + +\begin{itemize} + +\item The $25^{th}$ percentile is also called the first quartile, \hl{Q1}. + +\item The $50^{th}$ percentile is also called the median. + +\item The $75^{th}$ percentile is also called the third quartile, \hl{Q3}. + +\item Between Q1 and Q3 is the middle 50\% of the data. The range these data span is called the \hl{interquartile range}, or the \hl{IQR}. +\formula{\[ IQR = Q3 - Q1 \]} +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{R Demo: Measures of Variability (Variance, StDev, IQR)} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week2/Lecture3/Lecture3_plan.tex b/Week2/Lecture3/Lecture3_plan.tex new file mode 100644 index 0000000..3def63c --- /dev/null +++ b/Week2/Lecture3/Lecture3_plan.tex @@ -0,0 +1,39 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 10 min Lecture (5 frames) interspersed with Edfinity: experimental design + \item 10 min Lecture (11 frames): Plotting data, means + \item 8 min R demonstration: histograms and central tendency + \begin{itemize} + \item highlight: distribution mean/median/mode, (multi)modality, skewness, outliers + \end{itemize} + % \item 5 min Edfinity quiz (what kind of shapes do you expect these data to have...) + % \item 3 min R demonstration: quiz answer(s) + \item 3 min: Youtube video from Nat Geo (?) + \item 8 min: Think/pair/share on the Youtube video + \item 4 min Lecture (4 frames): variance, stddev, Q1 Q3 IQR + \item 4 min R demonstration: Comparing shapes of distributions with different summary statistics (eg. changing variance, etc.) + \begin{itemize} + \item Highlight: variance/std and IQR + \item Mean +/- 2 stddev lines above histogram + \item Box with no whiskers above histogram to visualize quartiles and motivate box plot + \end{itemize} + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO2: Evaluate Study Design and Its Implications:} Identify and explain experimental design choices (observational vs. experimental, sampling methods, blinding, potential biases), and judge whether results can be generalized to a population or used to infer causation. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Week2/Lecture4/Lecture4_agenda.tex b/Week2/Lecture4/Lecture4_agenda.tex new file mode 100644 index 0000000..a4b2b6c --- /dev/null +++ b/Week2/Lecture4/Lecture4_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 1: Exploratory Data Analysis and Study Design} + \begin{itemize} + \item \hl{Previously: } Examining numerical data (Chapter 2.1) + \item \hl{This time: } Considering categorial data (Chapter 2.2) + \item \hl{Reading: } Chapter 2.3 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + + \end{frame} + \ No newline at end of file diff --git a/Week2/Lecture4/Lecture4_demo.R b/Week2/Lecture4/Lecture4_demo.R new file mode 100644 index 0000000..ee71f1e --- /dev/null +++ b/Week2/Lecture4/Lecture4_demo.R @@ -0,0 +1,51 @@ +# ---- 0. Setup and load libraries, if any ---- + +library(ggplot2) # load the graphing library + +if(!require("rstudioapi")) install.packages("rstudioapi") +setwd(dirname(getSourceEditorContext()$path)) # set working directory + +set.seed(42) + +# ---- 1. Load data ---- +data(airquality) + +head(airquality) + +# Let's deliberately add an incorrect entry +new_row <- data.frame( + Ozone = 50, # example value + Solar.R = 200, # example value + Wind = -5, # outlier: negative wind speed + Temp = 80, # example value + Month = 6, # example value + Day = 15 # example value +) +airquality2 <- rbind(airquality, new_row) # add the row to the dataset +tail(airquality2) + +# ---- 2. Visualize data + +ggplot(data=airquality2, aes(x=Wind, y=Ozone)) + + geom_point() + +ggplot(data=airquality2, aes(x = Wind)) + + geom_histogram() + +# ---- 2. Boxplots ---- + +ggplot(data=airquality2, aes(y=Wind)) + + geom_boxplot(outlier.color = "orange") + +# Note: This is the code we used last time to plot the IQR: +ggplot(data=airquality2, aes(x = Wind)) + + geom_histogram() + + geom_boxplot(aes(x = Wind), # Place boxplot below x-axis + width = 1, + outlier.shape = NA, + coef = 0, + position = position_nudge(y = -2) + ) +guides(fill = "none") + + diff --git a/Week2/Lecture4/Lecture4_draft.tex b/Week2/Lecture4/Lecture4_draft.tex new file mode 100644 index 0000000..38e3962 --- /dev/null +++ b/Week2/Lecture4/Lecture4_draft.tex @@ -0,0 +1,650 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chpii@path{../../Chp 2} +\input{../../lec_style.tex} + +\usetikzlibrary{overlay-beamer-styles} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 4]{MA 213: Lecture 4} +\subtitle{Module 1: Exploratory Data Analysis and Study Design} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\input{Lecture4_agenda.tex} + +\begin{frame} +\frametitle{Box plot} + +The box in a \hl{box plot} represents the middle 50\% of the data, and the thick line in the box is the median. + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chpii@path/2-1_numerical_data/figures/study_hours/study_hours_box} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Anatomy of a box plot} + +\begin{center} +\includegraphics[width=0.95\textwidth]{\chpii@path/2-1_numerical_data/figures/study_hours/study_hours_box_layout} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Whiskers and outliers} + +\begin{itemize} + +\item \hl{Whiskers} of a box plot can extend up to $1.5 \times IQR$ away from the quartiles. +\formula{ +\vspace{-0.5cm} +\begin{align*} +\text{max~upper~whisker~reach} &= Q3 + 1.5 \times IQR \\ +\text{max~lower~whisker~reach} &= Q1 - 1.5 \times IQR +\end{align*} +} +\pause +\vspace{-0.5cm} +{\small +\begin{align*} +\text{IQR}&: 20 - 10 = 10 \\ +\text{max~upper~whisker~reach}&= 20 + 1.5 \times 10 = 35 \\ +\text{max~lower~whisker~reach}&= 10 - 1.5 \times 10 = -5 +\end{align*} +} + +\pause +\vspace{-0.25cm} +\item A potential \hl{outlier} is defined as an observation beyond the maximum reach of the whiskers. It is an observation that appears extreme relative to the rest of the data. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Outliers (cont.)} + +\dq{Why is it important to look for outliers?} + +\soln{ +\onslide<2->{ +\begin{itemize} +\item Identify extreme skew in the distribution. +\item Identify data collection and entry errors. +\item Provide insight into interesting features of the data. +\end{itemize} +} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{How many outliers?} +\begin{center} +\begin{tikzpicture} + % Image + \node[anchor=south west,inner sep=0] (img) at (0,0) {\includegraphics[width=0.95\textwidth]{avg_coffee.png}}; + % --- Stage 1: Median line --- + \draw[red,thick] (-0.3,2.4) -- (0.0,2.4); % Median + \node[anchor=east, text=red, font=\bfseries\small, visible on=<1>] at (-0.4,2.4) {Med}; + \pause + % --- Stage 2: Q1 and Q3 lines --- + \draw[red,thick] (-0.3,2.1) -- (0.0,2.1); % Q1 + \draw[red,thick] (-0.3,3.2) -- (0.0,3.2); % Q3 + \node[anchor=east, text=red, font=\bfseries\small, visible on=<2>] at (-0.4,2.1) {Q1}; + \node[anchor=east, text=red, font=\bfseries\small, visible on=<2>] at (-0.4,3.2) {Q2}; + \pause + % --- Stage 3: Box verticals --- + \draw[red,thick] (-0.3,2.1) -- (-0.3,3.2); % left vertical + \draw[red,thick] (0.0,2.1) -- (0.0,3.2); % right vertical + \draw[red,thick, visible on=<3>] (-0.4,2.1) -- (-0.5,2.1) -- (-0.5,3.2) -- (-0.4,3.2); + \node[anchor=east, text=red, font=\bfseries\small, visible on=<3>] at (-0.5,2.7) {IQR}; + \pause + % --- Stage 4: Whiskers --- + \draw[red,thick] (-0.3,0.6) -- (0.0,0.6); % Lower whisker + \draw[red,thick] (-0.15,2.1) -- (-0.15,0.6); % Lower whisker + \draw[red,thick] (-0.3,4.7) -- (0.0,4.7); % Upper whisker + \draw[red,thick] (-0.15,3.2) -- (-0.15,4.7); % Upper whisker + \pause + % --- Outlier circles and Impossible label --- + \draw[red,thick] (7.2,6.1) circle [radius=0.4]; % High outlier + \pause + \draw[red,thick] (2.7,1.4) circle [radius=0.4]; % Low outlier + \node[anchor=west, text=red, font=\bfseries\large] at (3.2,1.4) {Impossible}; +\end{tikzpicture} +\end{center} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Forum Brainstorm: Outliers} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{What to do with outliers?} +\begin{itemize} +\item \hl{Think:} +\begin{itemize} + \item What are some examples of outliers? + \item Are they errors or interesting features of the data? + \item Under what circumstances would you keep or remove them? +\end{itemize} +\item \hl{Share:} Share an example with the class in the forum, and your thoughts on what do with it/why +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{What to do with outliers? It's a judgment call!} +\begin{itemize} + \item Considerations: + \begin{itemize} + \item Are they consistent with the rest of the data, e.g. a ``long tail"? + \item Are they errors in data collection or entry, or data points from a different population? + \item How will your analysis be affected by their presence/absence? + \end{itemize} + \item Remove? + \begin{itemize} + \item If they are errors in data collection or entry + \item If they are from a different population + \end{itemize} + \item Keep? + \begin{itemize} + \item Consider using robust statistics + \item Consider using transformations e.g. to account for skewness + \item (Advanced) Consider using a different model for your population + \end{itemize} + \item Look into them! +\end{itemize} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Robust statistics} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Extreme observations} + +\dq{How would sample statistics such as mean, median, SD, and IQR of household income be affected if the largest value was replaced with \$10 million? What if the smallest value was replaced with \$10 million?} + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/house_income/house_income_dot_stacked} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Robust statistics applet} +\begin{enumerate} + \item https://www.isi-stats.com/isi2nd/ISIapplets2021.html + \item \hl{Quantitative $\rightarrow$ Descriptive Statistics:} + \item Load the house income data (house\_income\_sorted.csv) + \item Add boxplot with outliers $\rightarrow$ The data is skewed, so the box plot has a few ``outliers" + \item Show mean and median, see what happens when you add a zero to the highest datapoint + \item Show IQR and standard deviation, see what happens when you add a zero to the highest datapoint +\end{enumerate} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Robust statistics} + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-1_numerical_data/figures/house_income/house_income_dot_stacked} +\end{center} + +{\small +\begin{center} +\begin{tabular}{l c cc c cc} + \hline +& \hspace{0mm} & \multicolumn{2}{c}{\bf robust} & \hspace{2mm} & \multicolumn{2}{c}{\bf not robust} \\ +scenario && median & IQR && $\bar{x}$ & $s$ \\ + \hline +original data && 190K & 200K && 245K & 226K \\ +move largest to \$10 million && 190K & 200K && 309K & 853K \\ +move smallest to \$10 million && 200K & 200K && 316K & 854K \\ + \hline +\end{tabular} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Robust statistics} + +Median and IQR are more robust to skewness and outliers than mean and SD. Therefore, + +\begin{itemize} +\item for skewed distributions it is often more helpful to use median and IQR to describe the center and spread +\item for symmetric distributions it is often more helpful to use the mean and SD to describe the center and spread +\end{itemize} + +$\:$ \\ + +\pause + +\dq{If you would like to estimate the typical household income for a student, would you be more interested in the mean or median income?} + +\soln{\pause{Median}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Mean vs. median} + +\begin{itemize} + +\item If the distribution is symmetric, center is often defined as the mean: mean $\approx$ median + +\begin{center} +\includegraphics[width=0.33\textwidth]{\chpii@path/2-1_numerical_data/figures/mean_med/sym} +\end{center} + +\item If the distribution is skewed or has extreme outliers, center is often defined as the median +\begin{itemize} +\item Right-skewed: mean $>$ median +\item Left-skewed: mean $<$ median \\ +\end{itemize} + +\end{itemize} + +\begin{center} +\includegraphics[width=0.33\textwidth]{\chpii@path/2-1_numerical_data/figures/mean_med/rs} +\includegraphics[width=0.33\textwidth]{\chpii@path/2-1_numerical_data/figures/mean_med/ls}\\ +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{{\small Which is most likely true for the distribution of percentage of time actually spent taking notes in class versus on Facebook, Twitter, etc.?}} + +% \vspace{-0.5cm} + +% \begin{columns} +% \column{0.7\textwidth} +% \begin{center} +% % \includegraphics[width=0.9\textwidth]{\chpii@path/2-1_numerical_data/figures/notes_perc/notes_perc_hist} +% \end{center} +% \column{0.3\textwidth} +% $\:$ \\ +% $\:$ \\ +% \soln{\only<2>{\orange{median: 80\% \\ mean: 76\%}}} +% \end{columns} + +% {\small +% \begin{multicols}{2} +% \begin{enumerate}[(a)] +% \item mean$>$ median +% \solnMult{mean $<$ median} +% \item mean $\approx$ median +% \item impossible to tell +% \end{enumerate} +% \end{multicols} +% } + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity: Mean/median} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Transforming data} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Extremely skewed data} + +When data are extremely skewed, transforming them might make modeling easier. A common transformation is the \hl{log transformation}. + +$\:$ \\ +\pause +The histogram on the left shows the distribution of number of basketball games attended by students. The histogram on the right shows the distribution of log of number of games attended. + +\begin{center} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-1_numerical_data/figures/basket_games/basket_games_hist} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-1_numerical_data/figures/basket_games/basket_games_hist_log} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Pros and cons of transformations} + +\begin{itemize} + +\item Skewed data are easier to model with when they are transformed because outliers tend to become far less prominent after an appropriate transformation. \\ +$\:$ \\ +\renewcommand{\arraystretch}{1.5} +\begin{tabular}{l r r r r } +\# of games & 70 & 50 & 25 & $\cdots$ \\ +log(\# of games) & 4.25 & 3.91 & 3.22 & $\cdots$ +\end{tabular} + +$\:$ \\ + +\item However, results of an analysis in log units of the measured variable might be difficult to interpret. + +\end{itemize} + +\pause + +\dq{What other variables would you expect to be extremely skewed?} + +\soln{\pause{Salary, housing prices, etc.}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Mapping data} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Intensity maps} + +\dq{What patterns are apparent in the change in population between 2000 and 2010?} + +\begin{center} +\includegraphics[width=0.95\textwidth]{\chpii@path/2-1_numerical_data/figures/change_in_pop_intensity} +\end{center} + +\ct{\webURL{http://projects.nytimes.com/census/2010/map}} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Considering categorical data} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Contingency tables and bar plots} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Contingency tables} + +A table that summarizes data for two categorical variables is called a \hl{contingency table}. + +$\:$ \\ +\pause +The contingency table below shows the distribution of survival and ages of passengers on the Titanic. + +\begin{center} +\begin{tabular}{l l cc r} + & & \multicolumn{2}{c}{{Survival}} \\ + \cline{3-4} + & & Died & Survived & Total \\ + \cline{2-5} +\multirow{2}{*}{{Age}}& Adult & 1438 & 654 & 2092 \\ + & Child & 52 & 57 & 109\\ + \cline{2-5} + & Total & 1490 & 711 & 2201 \\ + \cline{2-5} +\end{tabular} +\end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Bar plots} + +A \hl{bar plot} is a common way to display a single categorical variable. A bar plot where proportions instead of frequencies are shown is called a \hl{relative frequency bar plot}. + +\begin{center} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-2_categorical_data/figures/titanic_age_survival/titanic_bar} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-2_categorical_data/figures/titanic_age_survival/titanic_rel_bar} +\end{center} + +\pause + +\dq{How are bar plots different than histograms?} + +\soln{\pause{{\tiny Bar plots are used for displaying distributions of categorical variables, histograms are used for numerical variables. The x-axis in a histogram is a number line, hence the order of the bars cannot be changed. In a bar plot, the categories can be listed in any order (though some orderings make more sense than others, especially for ordinal variables.)}}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Row and column proportions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Choosing the appropriate proportion} + +\dq{Does there appear to be a relationship between age and survival for passengers on the Titanic?} + +\begin{center} +\begin{tabular}{l l cc r} + & & \multicolumn{2}{c}{{Survival}} \\ + \cline{3-4} + & & Died & Survived & Total \\ + \cline{2-5} +\multirow{2}{*}{{Age}}& Adult & 1438 & 654 & 2092 \\ + & Child & 52 & 57 & 109\\ + \cline{2-5} + & Total & 1490 & 711 & 2201 \\ + \cline{2-5} +\end{tabular} +\end{center} + +\pause + +To answer this question we examine the row proportions: + +\pause + +\begin{itemize} + +\item \% Adults who survived: 654 / 2092 $\approx 0.31$ \\ + +\pause + +\item \% Children who survived: 57 / 109 $\approx 0.52$ \\ + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Using a bar plot with two variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Bar plots with two variables} + +\begin{itemize} + +\item \hl{Stacked bar plot:} Graphical display of contingency table information, +for counts. + +\item \hl{Side-by-side bar plot:} Displays the same information by placing bars +next to, instead of on top of, each other. + +\item \hl{Standardized stacked bar plot}: Graphical display of contingency table +information, for proportions. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\dq{What are the differences between the three visualizations shown below?} + +\begin{center} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-2_categorical_data/figures/titanic_age_survival/titanic_seg_bar} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-2_categorical_data/figures/titanic_age_survival/titanic_seg_bar_dodge} \\ +\includegraphics[width=0.45\textwidth]{\chpii@path/2-2_categorical_data/figures/titanic_age_survival/titanic_rel_seg_bar} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Mosaic plots} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Mosaic plots} + +\dq{What is the difference between the two visualizations shown below?} + +\begin{center} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-2_categorical_data/figures/titanic_age_survival/titanic_rel_seg_bar} +\includegraphics[width=0.45\textwidth]{\chpii@path/2-2_categorical_data/figures/titanic_age_survival/titanic_mosaic} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Pie charts} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Pie charts} + +\dq{Can you tell which order encompasses the lowest percentage of mammal species?} + +\vspace{-0.5cm} + +\begin{center} +\includegraphics[width=0.4\textwidth]{\chpii@path/2-2_categorical_data/figures/mammal_pie_chart/mammal_pie_chart} +\includegraphics[width=0.2\textwidth]{\chpii@path/2-2_categorical_data/figures/mammal_pie_chart/mammal_pie_chart_legend} +\end{center} + +\ct{Data from \webURL{http://www.bucknell.edu/msw3}.} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Comparing numerical data across groups} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Side-by-side box plots} + +\dq{Does there appear to be a relationship between class year and number of clubs students are in?} + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-2_categorical_data/figures/year_clubs/year_clubs} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week2/Lecture4/Lecture4_plan.tex b/Week2/Lecture4/Lecture4_plan.tex new file mode 100644 index 0000000..d3ea3f1 --- /dev/null +++ b/Week2/Lecture4/Lecture4_plan.tex @@ -0,0 +1,34 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 4 min Lecture (4 frames): Box plot and outliers + \item 4 min R demo: Box plots with whiskers, outliers (similar to R demo from Lecture 3) + \item 3 min Edfinity quiz: Outliers (coffee example)) + \item 5 min Forum brainstorm: what to do with outliers + \item 5 min: Applet demo: Robust statistics (e.g. mean vs median, IQR vs standard deviation) https://www.isi-stats.com/isi2nd/ISIapplets2021.html + \item 3 min Lecture (3 frames) Robust Statistics + \item 3 min: Edfinity quiz: Mean >< Median + \item 2 min Lecture (3 frames): Transformations and intensity maps + \item 8 min Lecture (8 frames): contingency tables + \item xx min Edfinity quiz(zes) or another active learning (contingency tables, interpreting plots from examples) + \item xx min Lecture: Set up problem for Case Study next lecture + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO1: Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Edfinity Quiz on Mean/median difference for a skewed distribution, and change with outliers (start with similar mean/median, then add an outlier) \ No newline at end of file diff --git a/Week2/Lecture4/avg_coffee.png b/Week2/Lecture4/avg_coffee.png new file mode 100644 index 0000000..7b6f2c9 Binary files /dev/null and b/Week2/Lecture4/avg_coffee.png differ diff --git a/Week2/Lecture4/house_income_sorted.csv b/Week2/Lecture4/house_income_sorted.csv new file mode 100644 index 0000000..9a5a880 --- /dev/null +++ b/Week2/Lecture4/house_income_sorted.csv @@ -0,0 +1,141 @@ +"house_income" +12000 +14000 +14000 +30000 +30000 +30000 +30000 +30000 +40000 +40000 +45000 +49000 +50000 +50000 +55000 +55000 +60000 +60000 +60000 +60000 +70000 +70000 +75000 +75000 +75000 +80000 +80000 +80000 +80000 +80000 +80000 +80000 +85000 +90000 +100000 +100000 +100000 +100000 +100000 +100000 +100000 +100000 +100000 +100000 +100000 +100000 +100000 +105000 +110000 +110000 +120000 +120000 +120000 +120000 +120000 +120000 +125000 +130000 +140000 +140000 +150000 +150000 +150000 +150000 +150000 +150000 +150000 +180000 +180000 +180000 +200000 +200000 +200000 +200000 +200000 +200000 +200000 +200000 +200000 +200000 +200000 +200000 +225000 +240000 +245000 +250000 +250000 +250000 +250000 +250000 +250000 +250000 +250000 +250000 +250000 +250000 +250000 +275000 +300000 +300000 +300000 +300000 +300000 +300000 +300000 +300000 +300000 +300000 +300000 +300000 +300000 +350000 +350000 +350000 +350000 +350000 +400000 +400000 +400000 +450000 +450000 +500000 +500000 +500000 +500000 +500000 +600000 +600000 +600000 +700000 +700000 +750000 +750000 +750000 +800000 +1000000 +1000000 +1000000 +1000000 +1000000 diff --git a/Week2/Lecture5/Lecture5_agenda.tex b/Week2/Lecture5/Lecture5_agenda.tex new file mode 100644 index 0000000..3698eb0 --- /dev/null +++ b/Week2/Lecture5/Lecture5_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 1: Exploratory Data Analysis and Study Design} + \begin{itemize} + \item \hl{Previously: } Considering categorial data (Chapter 2.2) + \item \hl{This time: } Two case studies + \item \hl{Reading: } Chapter 3.1 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week2/Lecture5/Lecture5_demo.R b/Week2/Lecture5/Lecture5_demo.R new file mode 100644 index 0000000..b09fb71 --- /dev/null +++ b/Week2/Lecture5/Lecture5_demo.R @@ -0,0 +1,103 @@ +# ---- 0. Setup and load libraries, if any ---- + +library(ggplot2) # load the graphing library + +if(!require("rstudioapi")) install.packages("rstudioapi") +setwd(dirname(getSourceEditorContext()$path)) # set working directory + + +# ---- 1. Generate data ---- + +# Our dataset consists of 24 male and 24 female employees (48 total) +# Of these, 21 male employees were promoted (and 3 not promoted), while +# 14 female employees were promoted (and 10 not promoted): +# +# Yes (promoted) No (not promoted) Total +# Male 21 3 24 +# Female 14 10 24 +# + +# We take 21+14 "yes" and 3+10 "no" as the total +data <- c(rep("yes", 35), rep("no", 13)) +head(data) + + +# ---- 2. Setting the null and alternative hypotheses ---- + +# What are the null and alternative hypotheses in this study? +# +# Based on the data, 21/24=87.5% of male employees were promoted, +# while 14/24=58.33% of female employees were promoted, leading to a difference +# in proportions of 29.167%. +# +# H0: The employees' gender and their promotion outcomes are independent. +# That is, they have no relationship and the observed difference between the +# proportion of employees who were promoted in each group, 29.167%, is due to +# chance. +# +# Ha: The employees' gender and their promotion outcomes are dependent. That is, +# the observed promotion outcomes are not due to chance and gender had an effect. + + +# ---- 3. Sampling once from the study population ---- + +# Randomly sample the male and female employees, independent of outcome +# (i.e. under the null hypothesis): +index <- sample(1:length(data), 24) +Male <- data[index] +Female <- data[-index] + +# Create a contingency table + +group <- c(rep("Male", length(Male)), rep("Female", length(Female))) +outcome <- c(Male, Female) +df <- data.frame(Group = group, Outcome = outcome) +df_table <- table(df) +df_table + +# Get the sample proportions and difference + +ratio1 = df_table[3] / 24 +ratio2 = df_table[4] / 24 +ratio2-ratio1 + + +# ---- 4. Repeat the sampling many times in a simulation ---- + +# First, create a function for sampling (like we did above): + +simulation <- function() { + index <- sample(1:48, 24) + Male <- data[index] + Female <- data[-index] + + group <- c(rep("Male", length(Male)), rep("Female", length(Female))) + outcome <- c(Male, Female) + + df <- data.frame(Group = group, Outcome = outcome) + df_table <- table(df) + + ratio1 = df_table[3] / 24 + ratio2 = df_table[4] / 24 + result <- ratio2-ratio1 + + return(result) +} + +# Now repeat many times: + +Nsim <- 100 +simulated_rates <- rep(0, Nsim) + +for(i in 1:Nsim) { + simulated_rates[i] <- simulation() +} + +# Plot the results: + +simulation_df <- data.frame(DifferenceProportion=simulated_rates) +ggplot(data=simulation_df, aes(x=DifferenceProportion)) + + geom_dotplot() + + geom_vline(xintercept = .29167, color = "red", linetype = "dashed") + +# What can we conclude? diff --git a/Week2/Lecture5/Lecture5_draft.tex b/Week2/Lecture5/Lecture5_draft.tex new file mode 100644 index 0000000..086da73 --- /dev/null +++ b/Week2/Lecture5/Lecture5_draft.tex @@ -0,0 +1,619 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +\usepackage{tikz} +\usetikzlibrary{shapes, positioning} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chpii@path{../../Chp 2} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 5]{MA 213: Lecture 5} +\subtitle{Module 1: Exploratory Data Analysis and Study Design} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).\\ +\\ +Dolphin Case Study adapted from Nathan Tintle et al., ``Teaching Statistics with Active Investigations'', April 8, 2025, Instats.}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\input{Lecture5_agenda.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Case study: Dolphin communication} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Can dolphins communicate abstract ideas?} + \begin{block}{Research Question} + Can dolphins communicate more than simple emotions---can they send abstract messages to each other (e.g., ``Push the \textbf{left} button'')? + \end{block} + \vspace{0.5cm} + \begin{itemize} + \item Dolphins are known to communicate simple feelings. + \item Dr. Jarvis Bastian designed an experiment to test for more complex communication. + \end{itemize} + \vspace{0.5cm} + \begin{center} + \begin{tikzpicture}[scale=1.5] + \node at (-1,0) {\includegraphics[width=2.5cm]{dolphin.pdf}}; + \node at (1,0) {\reflectbox{\includegraphics[width=2.5cm]{dolphin.pdf}}}; + \node at (0,-0.5) {\Large\bfseries ?}; + \end{tikzpicture} + \end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Training Phase 1: Learning Button Signals} + \begin{block}{Setup} + \begin{itemize} + \item Each dolphin has two buttons: left and right. + \item Steady headlight: \textbf{Push right button.} + \item Blinking headlight: \textbf{Push left button.} + \item Correct response = fish reward! + \end{itemize} + \end{block} + \bigskip + \begin{center} + \begin{tikzpicture}[scale=1.5] + % Pool + \draw[cyan, thick, fill=cyan!10] (-1.2,-0.5) rectangle (5.2,1.5); + % Dolphins (unflipped left, flipped right) + \node at (0,0.5) {\includegraphics[width=1.8cm]{dolphin.pdf}}; + \node at (4,0.5) {\reflectbox{\includegraphics[width=1.8cm]{dolphin.pdf}}}; + % Buttons for Doris (left dolphin) + \draw[fill=red] (-0.6,1.25) circle (0.09); + \draw[fill=green!60!black] (0.6,1.25) circle (0.09); + % Buttons for Buzz (right dolphin) + \draw[fill=red] (3.4,1.25) circle (0.09); + \draw[fill=green!60!black] (4.6,1.25) circle (0.09); + % Headlight (center, above pool) + \node[star,star points=5,fill=yellow!80!orange!70,minimum size=0.32cm,draw] at (2,1.7) {}; + \node at (2,2.0) {\scriptsize Headlight (steady/blink)}; + % Labels + \node at (0,-0.1) {Doris}; + \node at (4,-0.1) {Buzz}; + \end{tikzpicture} + \end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Training Phase 2: Buzz before Doris} + \begin{itemize} + \item Now, both must push correct buttons \textbf{in order:} + \begin{itemize} + \item Buzz goes first, + \item then Doris. + \end{itemize} + \item Only correct order earns reward! + \item Dolphins learn the new, more complex rule. + \end{itemize} + \vspace{0.3cm} + \begin{center} + \begin{tikzpicture}[scale=1.5] + % Pool + \draw[cyan, thick, fill=cyan!10] (-1.2,-0.5) rectangle (5.2,1.5); + % Dolphins + \node at (0,0.5) {\includegraphics[width=1.8cm]{dolphin.pdf}}; + \node at (4,0.5) {\reflectbox{\includegraphics[width=1.8cm]{dolphin.pdf}}}; + % Buttons for Doris + \draw[fill=red] (-0.6,1.25) circle (0.09); + \draw[fill=green!60!black] (0.6,1.25) circle (0.09); + % Buttons for Buzz + \draw[fill=red] (3.4,1.25) circle (0.09); + \draw[fill=green!60!black] (4.6,1.25) circle (0.09); + % Headlight + \node[star,star points=5,fill=yellow!80!orange!70,minimum size=0.32cm,draw] at (2,1.7) {}; + \node at (2,2.0) {\scriptsize Headlight}; + % Arrow for order + \draw[->,blue,very thick] (3.3,1.0) .. controls (2.7,1.5) and (1.2,1.5) .. (0.7,1.0); + \node[blue] at (2,1.1) {\scriptsize Buzz first, then Doris}; + % Labels + \node at (0,-0.1) {Doris}; + \node at (4,-0.1) {Buzz}; + \end{tikzpicture} + \end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Final Phase: The Curtain Test} + \begin{itemize} + \item A curtain is placed between the dolphins. + \item Only Doris can see the headlight; Buzz cannot. + \item Can Doris \textbf{tell} Buzz which button to push, using only sounds? + \end{itemize} + \vspace{0.25cm} + \begin{center} + \begin{tikzpicture}[scale=1.5] + % Pool + \draw[cyan, thick, fill=cyan!10] (-1.2,-0.5) rectangle (5.2,1.5); + % Curtain + \draw[very thick,gray] (2,1.5) -- (2,-0.5); + \node[gray!80!black,rotate=90] at (1.8,0.3) {\small Curtain}; + % Dolphins (one flipped) + \node at (0,0.5) {\includegraphics[width=1.8cm]{dolphin.pdf}}; + \node at (4,0.5) {\reflectbox{\includegraphics[width=1.8cm]{dolphin.pdf}}}; + % Headlight only on Doris's side + \node[star,star points=5,fill=yellow!80!orange!70,minimum size=0.32cm,draw] at (0,1.7) {}; + \node at (0,2.0) {\scriptsize Headlight }; + % Whistling arrow + \draw[->,blue,very thick] (0.7,1.0) .. controls (1.2,1.5) and (2.7,1.5) .. (3.3,1.0); + \node[blue] at (2,1.1) {\footnotesize whistling}; + % Buttons + \draw[fill=red] (-0.6,1.25) circle (0.09); + \draw[fill=green!60!black] (0.6,1.25) circle (0.09); + \draw[fill=red] (3.4,1.25) circle (0.09); + \draw[fill=green!60!black] (4.6,1.25) circle (0.09); + % Labels + \node at (0,-0.1) {Doris}; + \node at (4,-0.1) {Buzz}; + \end{tikzpicture} + \end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Measurement} + \begin{block}{Results} + In one phase of the study: + \begin{itemize} + \item Buzz was given 16 trials to push the correct button, + \item He chose correctly \textbf{15 out of 16 times.} + \end{itemize} + \end{block} + \vspace{0.3cm} + \begin{itemize} + \item Proportion correct: \[\frac{15}{16} = 0.9375\; (93.75\%)\] + \item What does this suggest? How likely is this by chance? + \end{itemize} + \vspace{0.5cm} + \begin{center} + \begin{tikzpicture}[scale=1.1] + \draw[fill=gray!40] (0,0) rectangle (4,0.6); + \draw[fill=green!70!black!80] (0,0) rectangle (3.75,0.6); + \node[white] at (2,0.3) {\large 15 correct}; + \node at (4.4,0.3) {\large / 16 trials}; + \end{tikzpicture} + \end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Think/Pair/Share} + \begin{block}{2 mins Think, 5 mins Pair, 5 mins Share:} + \begin{enumerate} + \item Based on these data, do you think Buzz somehow knew which button to push? + \item What are the two possible explanations for Buzz pushing the correct button most of the time? + \item If you were trying to convince someone that Buzz \emph{wasn't just guessing}, how could you do it? + \end{enumerate} + \end{block} + \vspace{0.6cm} + \begin{center} + \begin{tikzpicture}[scale=1.5] + \node at (-1,0) {\includegraphics[width=2.5cm]{dolphin.pdf}}; + \node at (1,0) {\reflectbox{\includegraphics[width=2.5cm]{dolphin.pdf}}}; + \node at (0,-0.5) {\Large \textit{Let's talk about it!}}; + \end{tikzpicture} + \end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Possible Explanations} + \begin{block}{Two possible explanations for Buzz's performance:} + \begin{itemize} + \item \textbf{Chance:} Buzz was just lucky, guessing correctly 15 out of 16 times. + \item \textbf{Communication:} Doris communicated the correct button to push, and Buzz understood her signals. + \end{itemize} + \end{block} +\end{frame} + +\begin{frame}{Convincing Someone Else} + \begin{block}{Convincing someone that Buzz wasn't just guessing:} + \begin{itemize} + \item We can simulate the situation using coin flips. + \item Each coin flip represents a trial where Buzz guesses. + \item If we flip a coin 16 times, how many heads (correct guesses) do we expect? + \item We can repeat this many times to see how often Buzz would get at least 15 heads by chance. + \end{itemize} + \end{block} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Applet: \href{https://www.isi-stats.com/isi2nd/ISIapplets2021.html}{Coin Flips}} +% https://www.isi-stats.com/isi2nd/ISIapplets2021.html +% One Proportion +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Parallels between simulation and real study} +\begin{table} + \renewcommand{\arraystretch}{1.4} % increases table row height for readability + %\rowcolors{2}{white}{blue!4!white} + \begin{tabular}{p{3.0cm} c p{6.0cm}} + \rowcolor{blue!30!black!15} + \textbf{Simulation} & & \textbf{Real Study}\\ + \hline + Coin flip & = & guess by Buzz \\ + Heads & = & correct guess \\ + Tails & = & wrong guess \\ + Chance of heads & = & $1/2$, probability of correct button when Buzz is just guessing \\ + One repetition & = & one set of 16 simulated attempts by Buzz \\ + \end{tabular} +\end{table} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Simulation-Based Inference: Big Picture} + \begin{itemize} + \item \hl{Statistic: }Compute the statistic from the observed data. + \item \hl{Simulate: } Identify a model that represents a chance explanation. Repeatedly simulate + values of the statistic that could have happened when the chance model is true and form a distribution. + \item \hl{Strength of evidence: }Consider whether the value of the observed statistic is unlikely to occur + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Case study: Gender discrimination} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Study description and data} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Gender discrimination} + +\begin{itemize} + +\item In 1972, as a part of a study on gender discrimination, 48 male bank supervisors were each given the same personnel file and asked to judge whether the person should be promoted to a branch manager job that was described as ``routine". + +\item The files were identical except that half of the supervisors had files showing the person was male while the other half had files showing the person was female. + +\item It was randomly determined which supervisors got ``male" applications and which got ``female" applications. + +\item Of the 48 files reviewed, 35 were promoted. + +\item The study is testing whether females are unfairly discriminated against. +\end{itemize} + +\dq{Is this an observational study or an experiment?} \soln{\onslide<2->{Experiment}} + +\ct{B.Rosen and T. Jerdee (1974), ``Influence of sex role stereotypes on personnel decisions", J.Applied Psychology, 59:9-14.} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Data} + +\dq{At a first glance, does there appear to be a relatonship between promotion and gender?} + +\begin{center} +\begin{tabular}{ll cc c} + & & \multicolumn{2}{c}{\textit{Promotion}} \\ +\cline{3-4} + & & Promoted & Not Promoted & Total \\ +\cline{2-5} +\multirow{2}{*}{\textit{Gender }} &Male & 21 & 3 & 24 \\ + &Female & 14 & 10 & 24 \\ +\cline{2-5} + &Total & 35 & 13 & 48 \\ +\end{tabular} +\end{center} + +\pause + +\textbf{\% of males promoted: $21 / 24 = 0.875$} \\ +\textbf{\% of females promoted: $14 / 24 = 0.583$} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Practice} + +\pq{We saw a difference of almost 30\% (29.2\% to be exact) between the proportion of male and female files that are promoted. Based on this information, which of the below is true?} + +\begin{enumerate}[(a)] + +\item If we were to repeat the experiment we will definitely see that more female files get promoted. This was a fluke. + +\item Promotion is dependent on gender, males are more likely to be promoted, and hence there is gender discrimination against women in promotion decisions. \soln{\only<2>{\red{Maybe}}} + +\item The difference in the proportions of promoted male and female files is due to chance, this is not evidence of gender discrimination against women in promotion decisions. \soln{\only<2>{\red{Maybe}}} + +\item Women are less qualified than men, and this is why fewer females get promoted. + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Competing claims} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Two competing claims} + +\begin{enumerate} + +\item ``There is nothing going on." \\ +Promotion and gender are \hl{independent}, no gender discrimination, observed difference in proportions is simply due to chance. $\rightarrow$ \hl{Null hypothesis} + +\pause + +\item ``There is something going on." \\ +Promotion and gender are \hl{dependent}, there is gender discrimination, observed difference in proportions is not due to chance. $\rightarrow$ \hl{Alternative hypothesis} + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{A trial as a hypothesis test} + +\twocol{0.5}{0.5} +{ +\begin{itemize} + +\item Hypothesis testing is very much like a court trial. + +\item $H_0$: Defendant is innocent \\ +$H_A$: Defendant is guilty + +\item We then present the evidence - collect data. + +\end{itemize} +} +{ +\includegraphics[width=\textwidth]{\chpii@path/2-3_gender_discrimination/figures/trial} +} + +\begin{itemize} + +\item Then we judge the evidence - ``Could these data plausibly have happened by chance if the null hypothesis were true?" +\begin{itemize} +\item If they were very unlikely to have occurred, then the evidence raises more than a reasonable doubt in our minds about the null hypothesis. +\end{itemize} + +\item Ultimately we must make a decision. How unlikely is unlikely? + +\end{itemize} + +\ct{Image from \webURL{http://www.nwherald.com/_internal/cimg!0/oo1il4sf8zzaqbboq25oevvbg99wpot}.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{A trial as a hypothesis test (cont.)} + +\begin{itemize} + +\item If the evidence is not strong enough to reject the assumption of innocence, the jury returns with a verdict of ``not guilty". +\begin{itemize} +\item The jury does not say that the defendant is innocent, just that there is not enough evidence to convict. +\item The defendant may, in fact, be innocent, but the jury has no way of being sure. +\end{itemize} + +\item Said statistically, we fail to reject the null hypothesis. +\begin{itemize} +\item We never declare the null hypothesis to be true, because we simply do not know whether it's true or not. +\item Therefore we never ``accept the null hypothesis". +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{A trial as a hypothesis test (cont.)} + +\begin{itemize} + +\item In a trial, the burden of proof is on the prosecution. + +\item In a hypothesis test, the burden of proof is on the unusual claim. + +\item The null hypothesis is the ordinary state of affairs (the status quo), so it's the alternative hypothesis that we consider unusual and for which we must gather evidence. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap: hypothesis testing framework} + +\begin{itemize} +\item We start with a \hl{null hypothesis ($H_0$)} that represents the status quo. +\item We also have an \hl{alternative hypothesis ($H_A$)} that represents our research question, i.e. what we're testing for. +\item We conduct a hypothesis test under the assumption that the null hypothesis is true, either via simulation (today) or theoretical methods (later in the course). +\item If the test results suggest that the data do not provide convincing evidence for the alternative hypothesis, we stick with the null hypothesis. If they do, then we reject the null hypothesis in favor of the alternative. +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Testing via simulation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Simulating the experiment...} + +... under the assumption of independence, i.e. leave things up to chance. \\ + +\vspace{0.5cm} + +If results from the simulations based on the \hl{chance model} look like the data, then we can determine that the difference between the proportions of promoted files between males and females was simply \hl{due to chance} (promotion and gender are independent). \\ + +\vspace{0.5cm} + +If the results from the simulations based on the chance model do not look like the data, then we can determine that the difference between the proportions of promoted files between males and females was not due to chance, but \hl{due to an actual effect of gender} (promotion and gender are dependent). + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Application activity: simulating the experiment} + +\app{ +Use a deck of playing cards to simulate this experiment. + +\begin{enumerate} +\item Let a face card represent \textit{not promoted} and a non-face card represent a \textit{promoted}. Consider aces as face cards. +\begin{itemize} +\item Set aside the jokers. +\item Take out 3 aces $\rightarrow$ there are exactly 13 face cards left in the deck (face cards: A, K, Q, J). +\item Take out a number card $\rightarrow$ there are exactly 35 number (non-face) cards left in the deck (number cards: 2-10). +\end{itemize} +\item Shuffle the cards and deal them intro two groups of size 24, representing males and females. +\item Count and record how many files in each group are promoted (number cards). + +\item Calculate the proportion of promoted files in each group and take the difference (male - female), and record this value. + +\item Repeat steps 2 - 4 many times. + +\end{enumerate} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Step 1} + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-3_gender_discrimination/figures/step1} +\end{center} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Step 2 - 4} + +\begin{center} +\includegraphics[width=\textwidth]{\chpii@path/2-3_gender_discrimination/figures/step2} +\end{center} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Checking for independence} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Practice} + +\pq{Do the results of the simulation you just ran provide convincing evidence of gender discrimination against women, i.e. dependence between gender and promotion decisions?} + +\begin{enumerate}[(a)] +\item No, the data do not provide convincing evidence for the alternative hypothesis, therefore we can't reject the null hypothesis of independence between gender and promotion decisions. The observed difference between the two proportions was due to chance. +\solnMult{Yes, the data provide convincing evidence for the alternative hypothesis of gender discrimination against women in promotion decisions. The observed difference between the two proportions was due to a real effect of gender.} +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Simulations using software} + +These simulations are tedious and slow to run using the method described earlier. In reality, we use software to generate the simulations. The dot plot below shows the distribution of simulated differences in promotion rates based on 100 simulations. + +\begin{center} +\includegraphics[width=0.8\textwidth]{\chpii@path/2-3_gender_discrimination/figures/discRandDotPlot/discRandDotPlot} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week2/Lecture5/Lecture5_plan.tex b/Week2/Lecture5/Lecture5_plan.tex new file mode 100644 index 0000000..0fa9485 --- /dev/null +++ b/Week2/Lecture5/Lecture5_plan.tex @@ -0,0 +1,31 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 10 min Lecture: + \item 10 min Think/pair/share: Based on these results, do you think dolphins can communicate abstract ideas? + \item 3 min Slide setting up a Coin Flip Experiment: how could we convince someone else? -- wait for someone to suggest coin flip + \item 5 min Applet: Coin flips + \item 10 min Lecture: Case study slides from OpenIntro, Hypothesis Test + \item 10 min R demo: Simulation-based hypothesis test + \item 1 min Lecture: wrap up + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO2: Evaluate Study Design and Its Implications:} Identify and explain experimental design choices (observational vs. experimental, sampling methods, blinding, potential biases), and judge whether results can be generalized to a population or used to infer causation. + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M1, LO4: Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). + \item \textbf{M1, L05: Conduct Hypothesis Testing Using Simulation:} Set up null and alternative hypotheses to test for independence between variables, and use simulation techniques to evaluate data support for these hypotheses. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + diff --git a/Week2/Lecture5/dolphin.pdf b/Week2/Lecture5/dolphin.pdf new file mode 100644 index 0000000..ebe7069 Binary files /dev/null and b/Week2/Lecture5/dolphin.pdf differ diff --git a/Week2/Lecture5/dolphin.svg b/Week2/Lecture5/dolphin.svg new file mode 100644 index 0000000..8a55408 --- /dev/null +++ b/Week2/Lecture5/dolphin.svg @@ -0,0 +1,149 @@ + + + + + + dolphin + + + + mammal + + animal + dolphin + + + + + Enrique Meza C + + + + + Enrique Meza C + + + + + Enrique Meza C + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + diff --git a/Week3/Lab3/.RData b/Week3/Lab3/.RData new file mode 100644 index 0000000..6931126 Binary files /dev/null and b/Week3/Lab3/.RData differ diff --git a/Week3/Lab3/Lab3_activity.Rmd b/Week3/Lab3/Lab3_activity.Rmd new file mode 100644 index 0000000..9e8e939 --- /dev/null +++ b/Week3/Lab3/Lab3_activity.Rmd @@ -0,0 +1,133 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab3 Activity" +bibliography: references.bib +link-citations: true +output: + html_document: + code_download: true + pdf_document: default +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## **Lab 3:** **Plotting and Summaries** activities + +------------------------------------------------------------------------ + +### **New York Air Quality Dataset** + +#### Q0. Import the `airquality.csv` file. + +```{r} +# +# +# +df <- read.csv("airquality.csv") +head(df) +names(df) +``` + +#### Q1. You are interested in Ozone level excluding May. You want to see how Ozone level is distributed in June, July, August and September by looking at a plot. + +```{r} + + +``` + +#### Q3. You want to see how average speed of wind changes over time (Month). Can you visualize it? + +```{r} + + +``` + +#### Q4. Do you see any patterns of level of Ozone over time? + +```{r} + + + +``` + +#### Q5. Show the scatter plot of Solar radiation and Temperature. + +```{r} +# +# +# + +``` + +#### Show the bar plot of average Solar radiation per each month. + +```{r} +# +# +# + +``` + +### **Survival of Passengers on the Titanic** + +#### Import the `titanic.csv` file. + +```{r} +# +# +# + +``` + +#### You are interested in how the data is categorized by sex visually. Show the pie chart of `sex` + +```{r} +# +# +# +``` + +#### You are interested in whether sex is related to survival in the Titanic disaster. How would you visualize or summarize this relationship? + +```{r} +# +# +# +``` + +#### You are also interested in exploring whether age is associated with survival. How would you go about visualizing or summarizing this relationship? + +```{r} +# +# +# +``` + +### Post-lab activities + +Please name your submission as `lab3.R` + +We are going to also analyze this New York Air Quality Measurements data again. This time, we are going to see how Solar radiation is behaving with Temperature. + +1. load the `airquality.csv` file and assign it to `my_df` object. + +2. Show the scatter plot of Solar radiation and Temperature. + +3. Show average Solar radiation in each month. Use bar plot. + + 2.1) Assign average Solar radiation into object `solar_radiation_avg` . + + 2.2) Show the bar plot of average Solar radiation per each month. + +Back to Titanic data. + +1. Show the pie chart of `sex` in `titanic` data. + + 3.1) Load `titanic.csv` file and assign it to `my_df2` object. + + 3.2) Show the pie chart of `sex` . + +### References diff --git a/Week3/Lab3/Lab3_guide.Rmd b/Week3/Lab3/Lab3_guide.Rmd new file mode 100644 index 0000000..d158827 --- /dev/null +++ b/Week3/Lab3/Lab3_guide.Rmd @@ -0,0 +1,226 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab3 Guide" +bibliography: references.bib +link-citations: true +output: + html_document: + code_download: true + pdf_document: default +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## **Lab 3: Plotting and Summaries** + +------------------------------------------------------------------------ + +## Learning Objectives + +- Classify and Analyze Variables: Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. +- Use R for Data Management and Exploration: Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + +------------------------------------------------------------------------ + +### Graphics with `ggplot2` package + +Plotting with `ggplot2` package begins with + +`ggplot(data = df, aes(x=x_xvariable, y=y_variable))` + +where + +`df` : your dataframe name, + +`aes()` : Aesthetics to define -\> specifying which variables are mapped to the x and y axes. + +and then you add `geoms` functions – geometrical objects as a graphical representation of the data in the plot (points, lines, bars). **`ggplot2`** offers many different geoms; We will use a few common ones today, including: + +- `geom_point()` : scatter plots, dot plots, etc. + +- `geom_line()` : trend lines, time-series, etc. + +- `geom_histogram()` : histograms + +In short, + +[![ggplot function overview (\ )](ggplot.jpg)](https://github.com/rstudio/cheatsheets/blob/main/data-visualization.pdf) + +# Plots to show **New York Air Quality Data** + +We want to examine the shape of `Ozone` to see whether the data is symmetric, skewed or how the mean is centered and where...? Let's see how this `Ozone` data is shaped by using several different methods. + +## Import the Data + +```{r, echo=TRUE} +df = read.csv("airquality.csv") +``` + +## 1. Summary of `Ozone`. + +```{r, echo=TRUE} + +summary(df$Ozone) +``` + +## 2. Stacked dot plot of `Ozone` . + +```{r, echo=TRUE} +ggplot(data = df, aes(Ozone)) + + geom_dotplot(binwidth = 5) # bins of width 5 + +``` + +## 3. Box plot of `Ozone`. + +```{r, echo=TRUE} +ggplot(data=df, aes(Ozone)) + + geom_boxplot() + +``` + +This shows that there are two suspected outliers. + +## 4. Histogram of `Ozone` . + +```{r, echo=TRUE} +# ggplot version + +ggplot(data=df ) + + geom_histogram(mapping=aes(Ozone), binwidth = 5) + + +``` + +## 5. Histogram with different bin option + +by choosing how many observations in each bin (e.g. `bins=5` means each bin contains 5 observations). + +```{r, echo=TRUE} + + +# bins = 5 +ggplot(data=df ) + geom_histogram(aes(Ozone), bins = 5) + +# bins = 30 +ggplot(data=df, aes(Ozone)) + + geom_histogram(bins = 30) + + +``` + +## 6. Labels in plot + +```{r, echo=TRUE} + + + +ggplot(data=df, aes(Ozone)) + + geom_histogram(bins = 30, color='yellow') + + labs(x='Ozone Level', y='Count', title = 'Histogram with 30 bins') + + +``` + +### We want to examine whether there is a relationship between ozone and temperature. How do we want to approach this? + +## 7. Scatter plot of `Ozone` and `Temp` . + +```{r, echo=TRUE} + +ggplot(df) + geom_point(aes(x=Ozone, y=Temp)) + + labs(title='Scatter plot of Ozone vs Temperature') + + +``` + +# Titanic Data + +We are going to work with titanic data `titanic.csv`. Let's import the data. + +```{r, echo=TRUE} +# loading from csv file +df <- read.csv("titanic.csv") +glimpse(df) + + +``` + +## 8. Barplot for `Survived` + +```{r, echo=TRUE} + +new_df <- df %>% count(Survived) +ggplot(new_df, aes(x = Survived, y=n)) + + geom_col() + + +``` + +## 9. Barplot of `Survived` and `Class` + +This shows summary table of `Survived` and `Class` + +```{r, echo=TRUE} + +df %>% + group_by(Survived, Class) %>% + summarise(count=n()) + +``` + +Adding `ggplot()` will turn it into barplot using `geom_col()` + +```{r, echo=TRUE} + +df %>% + group_by(Survived, Class) %>% + summarise(count=n()) %>% + ggplot(aes(x = factor(Survived), y=count, fill=factor(Class))) + + geom_col(position = "fill") + # position can be changed to "dodge", "stack", "jitter", "fill" + labs(x="Survived") + +# for positioning in geom functions +# https://ggplot2.tidyverse.org/reference/layer_positions.html + + +``` + +## 10. Pie chart of `Class` + +We need `table` class data first in order to show a pie chart + +```{r, echo=TRUE} + + +# dplyr + ggplot + +table_data <- df %>% + count(Class) %>% + mutate(Class = factor(Class)) + +table_data + + + + +``` + +Using this `table` class object `table_data`, we obtain a pie chart. + +```{r} +ggplot(data = table_data, aes(x="", y=n, fill=Class)) + + geom_col() + + geom_text(aes(label = n), position = position_stack(vjust = 0.5)) + + coord_polar(theta="y") + + theme_void() + +# or simply +ggplot(data = table_data, aes(x="", y=n, fill=Class)) + + geom_col() + + coord_polar(theta="y") + + theme_void() +``` diff --git a/Week3/Lab3/StudentList.csv b/Week3/Lab3/StudentList.csv new file mode 100644 index 0000000..aeeaef9 --- /dev/null +++ b/Week3/Lab3/StudentList.csv @@ -0,0 +1,30 @@ +First,Last +A,AA +B,BB +C,CC +D,DD +E,EE +F,FF +G,GG +H,HH +I,II +J,JJ +K,KK +L,LL +M,MM +N,NN +O,OO +P,PP +Q,QQ +R,RR +S,SS +T,TT +U,UU +V,VV +W,WW +X,XX +Y,YY +Z,ZZ +A2,AA2 +B2,BB2 +C2,CC2 \ No newline at end of file diff --git a/Week3/Lab3/Titanic.csv b/Week3/Lab3/Titanic.csv new file mode 100644 index 0000000..09bf09f --- /dev/null +++ b/Week3/Lab3/Titanic.csv @@ -0,0 +1,2202 @@ +"","Class","Sex","Age","Survived" +"1","3rd","Male","Child","No" +"2","3rd","Male","Child","No" +"3","3rd","Male","Child","No" +"4","3rd","Male","Child","No" +"5","3rd","Male","Child","No" +"6","3rd","Male","Child","No" +"7","3rd","Male","Child","No" +"8","3rd","Male","Child","No" +"9","3rd","Male","Child","No" +"10","3rd","Male","Child","No" +"11","3rd","Male","Child","No" +"12","3rd","Male","Child","No" +"13","3rd","Male","Child","No" +"14","3rd","Male","Child","No" +"15","3rd","Male","Child","No" +"16","3rd","Male","Child","No" +"17","3rd","Male","Child","No" +"18","3rd","Male","Child","No" +"19","3rd","Male","Child","No" +"20","3rd","Male","Child","No" +"21","3rd","Male","Child","No" +"22","3rd","Male","Child","No" +"23","3rd","Male","Child","No" +"24","3rd","Male","Child","No" +"25","3rd","Male","Child","No" +"26","3rd","Male","Child","No" +"27","3rd","Male","Child","No" +"28","3rd","Male","Child","No" +"29","3rd","Male","Child","No" +"30","3rd","Male","Child","No" +"31","3rd","Male","Child","No" +"32","3rd","Male","Child","No" +"33","3rd","Male","Child","No" +"34","3rd","Male","Child","No" +"35","3rd","Male","Child","No" +"36","3rd","Female","Child","No" +"37","3rd","Female","Child","No" +"38","3rd","Female","Child","No" +"39","3rd","Female","Child","No" +"40","3rd","Female","Child","No" +"41","3rd","Female","Child","No" +"42","3rd","Female","Child","No" +"43","3rd","Female","Child","No" +"44","3rd","Female","Child","No" +"45","3rd","Female","Child","No" +"46","3rd","Female","Child","No" +"47","3rd","Female","Child","No" +"48","3rd","Female","Child","No" +"49","3rd","Female","Child","No" +"50","3rd","Female","Child","No" +"51","3rd","Female","Child","No" +"52","3rd","Female","Child","No" +"53","1st","Male","Adult","No" +"54","1st","Male","Adult","No" +"55","1st","Male","Adult","No" +"56","1st","Male","Adult","No" +"57","1st","Male","Adult","No" +"58","1st","Male","Adult","No" +"59","1st","Male","Adult","No" +"60","1st","Male","Adult","No" +"61","1st","Male","Adult","No" +"62","1st","Male","Adult","No" +"63","1st","Male","Adult","No" +"64","1st","Male","Adult","No" +"65","1st","Male","Adult","No" +"66","1st","Male","Adult","No" +"67","1st","Male","Adult","No" +"68","1st","Male","Adult","No" +"69","1st","Male","Adult","No" +"70","1st","Male","Adult","No" +"71","1st","Male","Adult","No" +"72","1st","Male","Adult","No" +"73","1st","Male","Adult","No" +"74","1st","Male","Adult","No" +"75","1st","Male","Adult","No" +"76","1st","Male","Adult","No" +"77","1st","Male","Adult","No" +"78","1st","Male","Adult","No" +"79","1st","Male","Adult","No" +"80","1st","Male","Adult","No" +"81","1st","Male","Adult","No" +"82","1st","Male","Adult","No" +"83","1st","Male","Adult","No" +"84","1st","Male","Adult","No" +"85","1st","Male","Adult","No" +"86","1st","Male","Adult","No" +"87","1st","Male","Adult","No" +"88","1st","Male","Adult","No" +"89","1st","Male","Adult","No" +"90","1st","Male","Adult","No" +"91","1st","Male","Adult","No" +"92","1st","Male","Adult","No" +"93","1st","Male","Adult","No" +"94","1st","Male","Adult","No" +"95","1st","Male","Adult","No" +"96","1st","Male","Adult","No" +"97","1st","Male","Adult","No" +"98","1st","Male","Adult","No" +"99","1st","Male","Adult","No" +"100","1st","Male","Adult","No" +"101","1st","Male","Adult","No" +"102","1st","Male","Adult","No" +"103","1st","Male","Adult","No" +"104","1st","Male","Adult","No" +"105","1st","Male","Adult","No" +"106","1st","Male","Adult","No" +"107","1st","Male","Adult","No" +"108","1st","Male","Adult","No" +"109","1st","Male","Adult","No" +"110","1st","Male","Adult","No" +"111","1st","Male","Adult","No" +"112","1st","Male","Adult","No" +"113","1st","Male","Adult","No" +"114","1st","Male","Adult","No" +"115","1st","Male","Adult","No" +"116","1st","Male","Adult","No" +"117","1st","Male","Adult","No" +"118","1st","Male","Adult","No" +"119","1st","Male","Adult","No" +"120","1st","Male","Adult","No" +"121","1st","Male","Adult","No" +"122","1st","Male","Adult","No" +"123","1st","Male","Adult","No" +"124","1st","Male","Adult","No" +"125","1st","Male","Adult","No" +"126","1st","Male","Adult","No" +"127","1st","Male","Adult","No" +"128","1st","Male","Adult","No" +"129","1st","Male","Adult","No" +"130","1st","Male","Adult","No" +"131","1st","Male","Adult","No" +"132","1st","Male","Adult","No" +"133","1st","Male","Adult","No" +"134","1st","Male","Adult","No" +"135","1st","Male","Adult","No" +"136","1st","Male","Adult","No" +"137","1st","Male","Adult","No" +"138","1st","Male","Adult","No" +"139","1st","Male","Adult","No" +"140","1st","Male","Adult","No" +"141","1st","Male","Adult","No" +"142","1st","Male","Adult","No" +"143","1st","Male","Adult","No" +"144","1st","Male","Adult","No" +"145","1st","Male","Adult","No" +"146","1st","Male","Adult","No" +"147","1st","Male","Adult","No" +"148","1st","Male","Adult","No" +"149","1st","Male","Adult","No" +"150","1st","Male","Adult","No" +"151","1st","Male","Adult","No" +"152","1st","Male","Adult","No" +"153","1st","Male","Adult","No" +"154","1st","Male","Adult","No" +"155","1st","Male","Adult","No" +"156","1st","Male","Adult","No" +"157","1st","Male","Adult","No" +"158","1st","Male","Adult","No" +"159","1st","Male","Adult","No" +"160","1st","Male","Adult","No" +"161","1st","Male","Adult","No" +"162","1st","Male","Adult","No" +"163","1st","Male","Adult","No" +"164","1st","Male","Adult","No" +"165","1st","Male","Adult","No" +"166","1st","Male","Adult","No" +"167","1st","Male","Adult","No" +"168","1st","Male","Adult","No" +"169","1st","Male","Adult","No" +"170","1st","Male","Adult","No" +"171","2nd","Male","Adult","No" +"172","2nd","Male","Adult","No" +"173","2nd","Male","Adult","No" +"174","2nd","Male","Adult","No" +"175","2nd","Male","Adult","No" +"176","2nd","Male","Adult","No" +"177","2nd","Male","Adult","No" +"178","2nd","Male","Adult","No" +"179","2nd","Male","Adult","No" +"180","2nd","Male","Adult","No" +"181","2nd","Male","Adult","No" +"182","2nd","Male","Adult","No" +"183","2nd","Male","Adult","No" +"184","2nd","Male","Adult","No" +"185","2nd","Male","Adult","No" +"186","2nd","Male","Adult","No" +"187","2nd","Male","Adult","No" +"188","2nd","Male","Adult","No" +"189","2nd","Male","Adult","No" +"190","2nd","Male","Adult","No" +"191","2nd","Male","Adult","No" +"192","2nd","Male","Adult","No" +"193","2nd","Male","Adult","No" +"194","2nd","Male","Adult","No" +"195","2nd","Male","Adult","No" +"196","2nd","Male","Adult","No" +"197","2nd","Male","Adult","No" +"198","2nd","Male","Adult","No" +"199","2nd","Male","Adult","No" +"200","2nd","Male","Adult","No" +"201","2nd","Male","Adult","No" +"202","2nd","Male","Adult","No" +"203","2nd","Male","Adult","No" +"204","2nd","Male","Adult","No" +"205","2nd","Male","Adult","No" +"206","2nd","Male","Adult","No" +"207","2nd","Male","Adult","No" +"208","2nd","Male","Adult","No" +"209","2nd","Male","Adult","No" +"210","2nd","Male","Adult","No" +"211","2nd","Male","Adult","No" +"212","2nd","Male","Adult","No" +"213","2nd","Male","Adult","No" +"214","2nd","Male","Adult","No" +"215","2nd","Male","Adult","No" +"216","2nd","Male","Adult","No" +"217","2nd","Male","Adult","No" +"218","2nd","Male","Adult","No" +"219","2nd","Male","Adult","No" +"220","2nd","Male","Adult","No" +"221","2nd","Male","Adult","No" +"222","2nd","Male","Adult","No" +"223","2nd","Male","Adult","No" +"224","2nd","Male","Adult","No" +"225","2nd","Male","Adult","No" +"226","2nd","Male","Adult","No" +"227","2nd","Male","Adult","No" +"228","2nd","Male","Adult","No" +"229","2nd","Male","Adult","No" +"230","2nd","Male","Adult","No" +"231","2nd","Male","Adult","No" +"232","2nd","Male","Adult","No" +"233","2nd","Male","Adult","No" +"234","2nd","Male","Adult","No" +"235","2nd","Male","Adult","No" +"236","2nd","Male","Adult","No" +"237","2nd","Male","Adult","No" +"238","2nd","Male","Adult","No" +"239","2nd","Male","Adult","No" +"240","2nd","Male","Adult","No" +"241","2nd","Male","Adult","No" +"242","2nd","Male","Adult","No" +"243","2nd","Male","Adult","No" +"244","2nd","Male","Adult","No" +"245","2nd","Male","Adult","No" +"246","2nd","Male","Adult","No" +"247","2nd","Male","Adult","No" +"248","2nd","Male","Adult","No" +"249","2nd","Male","Adult","No" +"250","2nd","Male","Adult","No" +"251","2nd","Male","Adult","No" +"252","2nd","Male","Adult","No" +"253","2nd","Male","Adult","No" +"254","2nd","Male","Adult","No" +"255","2nd","Male","Adult","No" +"256","2nd","Male","Adult","No" +"257","2nd","Male","Adult","No" +"258","2nd","Male","Adult","No" +"259","2nd","Male","Adult","No" +"260","2nd","Male","Adult","No" +"261","2nd","Male","Adult","No" +"262","2nd","Male","Adult","No" +"263","2nd","Male","Adult","No" +"264","2nd","Male","Adult","No" +"265","2nd","Male","Adult","No" +"266","2nd","Male","Adult","No" +"267","2nd","Male","Adult","No" +"268","2nd","Male","Adult","No" +"269","2nd","Male","Adult","No" +"270","2nd","Male","Adult","No" +"271","2nd","Male","Adult","No" +"272","2nd","Male","Adult","No" +"273","2nd","Male","Adult","No" +"274","2nd","Male","Adult","No" +"275","2nd","Male","Adult","No" +"276","2nd","Male","Adult","No" +"277","2nd","Male","Adult","No" +"278","2nd","Male","Adult","No" +"279","2nd","Male","Adult","No" +"280","2nd","Male","Adult","No" +"281","2nd","Male","Adult","No" +"282","2nd","Male","Adult","No" +"283","2nd","Male","Adult","No" +"284","2nd","Male","Adult","No" +"285","2nd","Male","Adult","No" +"286","2nd","Male","Adult","No" +"287","2nd","Male","Adult","No" +"288","2nd","Male","Adult","No" +"289","2nd","Male","Adult","No" +"290","2nd","Male","Adult","No" +"291","2nd","Male","Adult","No" +"292","2nd","Male","Adult","No" +"293","2nd","Male","Adult","No" +"294","2nd","Male","Adult","No" +"295","2nd","Male","Adult","No" +"296","2nd","Male","Adult","No" +"297","2nd","Male","Adult","No" +"298","2nd","Male","Adult","No" +"299","2nd","Male","Adult","No" +"300","2nd","Male","Adult","No" +"301","2nd","Male","Adult","No" +"302","2nd","Male","Adult","No" +"303","2nd","Male","Adult","No" +"304","2nd","Male","Adult","No" +"305","2nd","Male","Adult","No" +"306","2nd","Male","Adult","No" +"307","2nd","Male","Adult","No" +"308","2nd","Male","Adult","No" +"309","2nd","Male","Adult","No" +"310","2nd","Male","Adult","No" +"311","2nd","Male","Adult","No" +"312","2nd","Male","Adult","No" +"313","2nd","Male","Adult","No" +"314","2nd","Male","Adult","No" +"315","2nd","Male","Adult","No" +"316","2nd","Male","Adult","No" +"317","2nd","Male","Adult","No" +"318","2nd","Male","Adult","No" +"319","2nd","Male","Adult","No" +"320","2nd","Male","Adult","No" +"321","2nd","Male","Adult","No" +"322","2nd","Male","Adult","No" +"323","2nd","Male","Adult","No" +"324","2nd","Male","Adult","No" +"325","3rd","Male","Adult","No" +"326","3rd","Male","Adult","No" +"327","3rd","Male","Adult","No" +"328","3rd","Male","Adult","No" +"329","3rd","Male","Adult","No" +"330","3rd","Male","Adult","No" +"331","3rd","Male","Adult","No" +"332","3rd","Male","Adult","No" +"333","3rd","Male","Adult","No" +"334","3rd","Male","Adult","No" +"335","3rd","Male","Adult","No" +"336","3rd","Male","Adult","No" +"337","3rd","Male","Adult","No" +"338","3rd","Male","Adult","No" +"339","3rd","Male","Adult","No" +"340","3rd","Male","Adult","No" +"341","3rd","Male","Adult","No" +"342","3rd","Male","Adult","No" +"343","3rd","Male","Adult","No" +"344","3rd","Male","Adult","No" +"345","3rd","Male","Adult","No" +"346","3rd","Male","Adult","No" +"347","3rd","Male","Adult","No" +"348","3rd","Male","Adult","No" +"349","3rd","Male","Adult","No" +"350","3rd","Male","Adult","No" +"351","3rd","Male","Adult","No" +"352","3rd","Male","Adult","No" +"353","3rd","Male","Adult","No" +"354","3rd","Male","Adult","No" +"355","3rd","Male","Adult","No" +"356","3rd","Male","Adult","No" +"357","3rd","Male","Adult","No" +"358","3rd","Male","Adult","No" +"359","3rd","Male","Adult","No" +"360","3rd","Male","Adult","No" +"361","3rd","Male","Adult","No" +"362","3rd","Male","Adult","No" +"363","3rd","Male","Adult","No" +"364","3rd","Male","Adult","No" +"365","3rd","Male","Adult","No" +"366","3rd","Male","Adult","No" +"367","3rd","Male","Adult","No" +"368","3rd","Male","Adult","No" +"369","3rd","Male","Adult","No" +"370","3rd","Male","Adult","No" +"371","3rd","Male","Adult","No" +"372","3rd","Male","Adult","No" +"373","3rd","Male","Adult","No" +"374","3rd","Male","Adult","No" +"375","3rd","Male","Adult","No" +"376","3rd","Male","Adult","No" +"377","3rd","Male","Adult","No" +"378","3rd","Male","Adult","No" +"379","3rd","Male","Adult","No" +"380","3rd","Male","Adult","No" +"381","3rd","Male","Adult","No" +"382","3rd","Male","Adult","No" +"383","3rd","Male","Adult","No" +"384","3rd","Male","Adult","No" +"385","3rd","Male","Adult","No" +"386","3rd","Male","Adult","No" +"387","3rd","Male","Adult","No" +"388","3rd","Male","Adult","No" +"389","3rd","Male","Adult","No" +"390","3rd","Male","Adult","No" +"391","3rd","Male","Adult","No" +"392","3rd","Male","Adult","No" +"393","3rd","Male","Adult","No" +"394","3rd","Male","Adult","No" +"395","3rd","Male","Adult","No" +"396","3rd","Male","Adult","No" +"397","3rd","Male","Adult","No" +"398","3rd","Male","Adult","No" +"399","3rd","Male","Adult","No" +"400","3rd","Male","Adult","No" +"401","3rd","Male","Adult","No" +"402","3rd","Male","Adult","No" +"403","3rd","Male","Adult","No" +"404","3rd","Male","Adult","No" +"405","3rd","Male","Adult","No" +"406","3rd","Male","Adult","No" +"407","3rd","Male","Adult","No" +"408","3rd","Male","Adult","No" +"409","3rd","Male","Adult","No" +"410","3rd","Male","Adult","No" +"411","3rd","Male","Adult","No" +"412","3rd","Male","Adult","No" +"413","3rd","Male","Adult","No" +"414","3rd","Male","Adult","No" +"415","3rd","Male","Adult","No" +"416","3rd","Male","Adult","No" +"417","3rd","Male","Adult","No" +"418","3rd","Male","Adult","No" +"419","3rd","Male","Adult","No" +"420","3rd","Male","Adult","No" +"421","3rd","Male","Adult","No" +"422","3rd","Male","Adult","No" +"423","3rd","Male","Adult","No" +"424","3rd","Male","Adult","No" +"425","3rd","Male","Adult","No" +"426","3rd","Male","Adult","No" +"427","3rd","Male","Adult","No" +"428","3rd","Male","Adult","No" +"429","3rd","Male","Adult","No" +"430","3rd","Male","Adult","No" +"431","3rd","Male","Adult","No" +"432","3rd","Male","Adult","No" +"433","3rd","Male","Adult","No" +"434","3rd","Male","Adult","No" +"435","3rd","Male","Adult","No" +"436","3rd","Male","Adult","No" +"437","3rd","Male","Adult","No" +"438","3rd","Male","Adult","No" +"439","3rd","Male","Adult","No" +"440","3rd","Male","Adult","No" +"441","3rd","Male","Adult","No" +"442","3rd","Male","Adult","No" +"443","3rd","Male","Adult","No" +"444","3rd","Male","Adult","No" +"445","3rd","Male","Adult","No" +"446","3rd","Male","Adult","No" +"447","3rd","Male","Adult","No" +"448","3rd","Male","Adult","No" +"449","3rd","Male","Adult","No" +"450","3rd","Male","Adult","No" +"451","3rd","Male","Adult","No" +"452","3rd","Male","Adult","No" +"453","3rd","Male","Adult","No" +"454","3rd","Male","Adult","No" +"455","3rd","Male","Adult","No" +"456","3rd","Male","Adult","No" +"457","3rd","Male","Adult","No" +"458","3rd","Male","Adult","No" +"459","3rd","Male","Adult","No" +"460","3rd","Male","Adult","No" +"461","3rd","Male","Adult","No" +"462","3rd","Male","Adult","No" +"463","3rd","Male","Adult","No" +"464","3rd","Male","Adult","No" +"465","3rd","Male","Adult","No" +"466","3rd","Male","Adult","No" +"467","3rd","Male","Adult","No" +"468","3rd","Male","Adult","No" +"469","3rd","Male","Adult","No" +"470","3rd","Male","Adult","No" +"471","3rd","Male","Adult","No" +"472","3rd","Male","Adult","No" +"473","3rd","Male","Adult","No" +"474","3rd","Male","Adult","No" +"475","3rd","Male","Adult","No" +"476","3rd","Male","Adult","No" +"477","3rd","Male","Adult","No" +"478","3rd","Male","Adult","No" +"479","3rd","Male","Adult","No" +"480","3rd","Male","Adult","No" +"481","3rd","Male","Adult","No" +"482","3rd","Male","Adult","No" +"483","3rd","Male","Adult","No" +"484","3rd","Male","Adult","No" +"485","3rd","Male","Adult","No" +"486","3rd","Male","Adult","No" +"487","3rd","Male","Adult","No" +"488","3rd","Male","Adult","No" +"489","3rd","Male","Adult","No" +"490","3rd","Male","Adult","No" +"491","3rd","Male","Adult","No" +"492","3rd","Male","Adult","No" +"493","3rd","Male","Adult","No" +"494","3rd","Male","Adult","No" +"495","3rd","Male","Adult","No" +"496","3rd","Male","Adult","No" +"497","3rd","Male","Adult","No" +"498","3rd","Male","Adult","No" +"499","3rd","Male","Adult","No" +"500","3rd","Male","Adult","No" +"501","3rd","Male","Adult","No" +"502","3rd","Male","Adult","No" +"503","3rd","Male","Adult","No" +"504","3rd","Male","Adult","No" +"505","3rd","Male","Adult","No" +"506","3rd","Male","Adult","No" +"507","3rd","Male","Adult","No" +"508","3rd","Male","Adult","No" +"509","3rd","Male","Adult","No" +"510","3rd","Male","Adult","No" +"511","3rd","Male","Adult","No" +"512","3rd","Male","Adult","No" +"513","3rd","Male","Adult","No" +"514","3rd","Male","Adult","No" +"515","3rd","Male","Adult","No" +"516","3rd","Male","Adult","No" +"517","3rd","Male","Adult","No" +"518","3rd","Male","Adult","No" +"519","3rd","Male","Adult","No" +"520","3rd","Male","Adult","No" +"521","3rd","Male","Adult","No" +"522","3rd","Male","Adult","No" +"523","3rd","Male","Adult","No" +"524","3rd","Male","Adult","No" +"525","3rd","Male","Adult","No" +"526","3rd","Male","Adult","No" +"527","3rd","Male","Adult","No" +"528","3rd","Male","Adult","No" +"529","3rd","Male","Adult","No" +"530","3rd","Male","Adult","No" +"531","3rd","Male","Adult","No" +"532","3rd","Male","Adult","No" +"533","3rd","Male","Adult","No" +"534","3rd","Male","Adult","No" +"535","3rd","Male","Adult","No" +"536","3rd","Male","Adult","No" +"537","3rd","Male","Adult","No" +"538","3rd","Male","Adult","No" +"539","3rd","Male","Adult","No" +"540","3rd","Male","Adult","No" +"541","3rd","Male","Adult","No" +"542","3rd","Male","Adult","No" +"543","3rd","Male","Adult","No" +"544","3rd","Male","Adult","No" +"545","3rd","Male","Adult","No" +"546","3rd","Male","Adult","No" +"547","3rd","Male","Adult","No" +"548","3rd","Male","Adult","No" +"549","3rd","Male","Adult","No" +"550","3rd","Male","Adult","No" +"551","3rd","Male","Adult","No" +"552","3rd","Male","Adult","No" +"553","3rd","Male","Adult","No" +"554","3rd","Male","Adult","No" +"555","3rd","Male","Adult","No" +"556","3rd","Male","Adult","No" +"557","3rd","Male","Adult","No" +"558","3rd","Male","Adult","No" +"559","3rd","Male","Adult","No" +"560","3rd","Male","Adult","No" +"561","3rd","Male","Adult","No" +"562","3rd","Male","Adult","No" +"563","3rd","Male","Adult","No" +"564","3rd","Male","Adult","No" +"565","3rd","Male","Adult","No" +"566","3rd","Male","Adult","No" +"567","3rd","Male","Adult","No" +"568","3rd","Male","Adult","No" +"569","3rd","Male","Adult","No" +"570","3rd","Male","Adult","No" +"571","3rd","Male","Adult","No" +"572","3rd","Male","Adult","No" +"573","3rd","Male","Adult","No" +"574","3rd","Male","Adult","No" +"575","3rd","Male","Adult","No" +"576","3rd","Male","Adult","No" +"577","3rd","Male","Adult","No" +"578","3rd","Male","Adult","No" +"579","3rd","Male","Adult","No" +"580","3rd","Male","Adult","No" +"581","3rd","Male","Adult","No" +"582","3rd","Male","Adult","No" +"583","3rd","Male","Adult","No" +"584","3rd","Male","Adult","No" +"585","3rd","Male","Adult","No" +"586","3rd","Male","Adult","No" +"587","3rd","Male","Adult","No" +"588","3rd","Male","Adult","No" +"589","3rd","Male","Adult","No" +"590","3rd","Male","Adult","No" +"591","3rd","Male","Adult","No" +"592","3rd","Male","Adult","No" +"593","3rd","Male","Adult","No" +"594","3rd","Male","Adult","No" +"595","3rd","Male","Adult","No" +"596","3rd","Male","Adult","No" +"597","3rd","Male","Adult","No" +"598","3rd","Male","Adult","No" +"599","3rd","Male","Adult","No" +"600","3rd","Male","Adult","No" +"601","3rd","Male","Adult","No" +"602","3rd","Male","Adult","No" +"603","3rd","Male","Adult","No" +"604","3rd","Male","Adult","No" +"605","3rd","Male","Adult","No" +"606","3rd","Male","Adult","No" +"607","3rd","Male","Adult","No" +"608","3rd","Male","Adult","No" +"609","3rd","Male","Adult","No" +"610","3rd","Male","Adult","No" +"611","3rd","Male","Adult","No" +"612","3rd","Male","Adult","No" +"613","3rd","Male","Adult","No" +"614","3rd","Male","Adult","No" +"615","3rd","Male","Adult","No" +"616","3rd","Male","Adult","No" +"617","3rd","Male","Adult","No" +"618","3rd","Male","Adult","No" +"619","3rd","Male","Adult","No" +"620","3rd","Male","Adult","No" +"621","3rd","Male","Adult","No" +"622","3rd","Male","Adult","No" +"623","3rd","Male","Adult","No" +"624","3rd","Male","Adult","No" +"625","3rd","Male","Adult","No" +"626","3rd","Male","Adult","No" +"627","3rd","Male","Adult","No" +"628","3rd","Male","Adult","No" +"629","3rd","Male","Adult","No" +"630","3rd","Male","Adult","No" +"631","3rd","Male","Adult","No" +"632","3rd","Male","Adult","No" +"633","3rd","Male","Adult","No" +"634","3rd","Male","Adult","No" +"635","3rd","Male","Adult","No" +"636","3rd","Male","Adult","No" +"637","3rd","Male","Adult","No" +"638","3rd","Male","Adult","No" +"639","3rd","Male","Adult","No" +"640","3rd","Male","Adult","No" +"641","3rd","Male","Adult","No" +"642","3rd","Male","Adult","No" +"643","3rd","Male","Adult","No" +"644","3rd","Male","Adult","No" +"645","3rd","Male","Adult","No" +"646","3rd","Male","Adult","No" +"647","3rd","Male","Adult","No" +"648","3rd","Male","Adult","No" +"649","3rd","Male","Adult","No" +"650","3rd","Male","Adult","No" +"651","3rd","Male","Adult","No" +"652","3rd","Male","Adult","No" +"653","3rd","Male","Adult","No" +"654","3rd","Male","Adult","No" +"655","3rd","Male","Adult","No" +"656","3rd","Male","Adult","No" +"657","3rd","Male","Adult","No" +"658","3rd","Male","Adult","No" +"659","3rd","Male","Adult","No" +"660","3rd","Male","Adult","No" +"661","3rd","Male","Adult","No" +"662","3rd","Male","Adult","No" +"663","3rd","Male","Adult","No" +"664","3rd","Male","Adult","No" +"665","3rd","Male","Adult","No" +"666","3rd","Male","Adult","No" +"667","3rd","Male","Adult","No" +"668","3rd","Male","Adult","No" +"669","3rd","Male","Adult","No" +"670","3rd","Male","Adult","No" +"671","3rd","Male","Adult","No" +"672","3rd","Male","Adult","No" +"673","3rd","Male","Adult","No" +"674","3rd","Male","Adult","No" +"675","3rd","Male","Adult","No" +"676","3rd","Male","Adult","No" +"677","3rd","Male","Adult","No" +"678","3rd","Male","Adult","No" +"679","3rd","Male","Adult","No" +"680","3rd","Male","Adult","No" +"681","3rd","Male","Adult","No" +"682","3rd","Male","Adult","No" +"683","3rd","Male","Adult","No" +"684","3rd","Male","Adult","No" +"685","3rd","Male","Adult","No" +"686","3rd","Male","Adult","No" +"687","3rd","Male","Adult","No" +"688","3rd","Male","Adult","No" +"689","3rd","Male","Adult","No" +"690","3rd","Male","Adult","No" +"691","3rd","Male","Adult","No" +"692","3rd","Male","Adult","No" +"693","3rd","Male","Adult","No" +"694","3rd","Male","Adult","No" +"695","3rd","Male","Adult","No" +"696","3rd","Male","Adult","No" +"697","3rd","Male","Adult","No" +"698","3rd","Male","Adult","No" +"699","3rd","Male","Adult","No" +"700","3rd","Male","Adult","No" +"701","3rd","Male","Adult","No" +"702","3rd","Male","Adult","No" +"703","3rd","Male","Adult","No" +"704","3rd","Male","Adult","No" +"705","3rd","Male","Adult","No" +"706","3rd","Male","Adult","No" +"707","3rd","Male","Adult","No" +"708","3rd","Male","Adult","No" +"709","3rd","Male","Adult","No" +"710","3rd","Male","Adult","No" +"711","3rd","Male","Adult","No" +"712","Crew","Male","Adult","No" +"713","Crew","Male","Adult","No" +"714","Crew","Male","Adult","No" +"715","Crew","Male","Adult","No" +"716","Crew","Male","Adult","No" +"717","Crew","Male","Adult","No" +"718","Crew","Male","Adult","No" +"719","Crew","Male","Adult","No" +"720","Crew","Male","Adult","No" +"721","Crew","Male","Adult","No" +"722","Crew","Male","Adult","No" +"723","Crew","Male","Adult","No" +"724","Crew","Male","Adult","No" +"725","Crew","Male","Adult","No" +"726","Crew","Male","Adult","No" +"727","Crew","Male","Adult","No" +"728","Crew","Male","Adult","No" +"729","Crew","Male","Adult","No" +"730","Crew","Male","Adult","No" +"731","Crew","Male","Adult","No" +"732","Crew","Male","Adult","No" +"733","Crew","Male","Adult","No" +"734","Crew","Male","Adult","No" +"735","Crew","Male","Adult","No" +"736","Crew","Male","Adult","No" +"737","Crew","Male","Adult","No" +"738","Crew","Male","Adult","No" +"739","Crew","Male","Adult","No" +"740","Crew","Male","Adult","No" +"741","Crew","Male","Adult","No" +"742","Crew","Male","Adult","No" +"743","Crew","Male","Adult","No" +"744","Crew","Male","Adult","No" +"745","Crew","Male","Adult","No" +"746","Crew","Male","Adult","No" +"747","Crew","Male","Adult","No" +"748","Crew","Male","Adult","No" +"749","Crew","Male","Adult","No" +"750","Crew","Male","Adult","No" +"751","Crew","Male","Adult","No" +"752","Crew","Male","Adult","No" +"753","Crew","Male","Adult","No" +"754","Crew","Male","Adult","No" +"755","Crew","Male","Adult","No" +"756","Crew","Male","Adult","No" +"757","Crew","Male","Adult","No" +"758","Crew","Male","Adult","No" +"759","Crew","Male","Adult","No" +"760","Crew","Male","Adult","No" +"761","Crew","Male","Adult","No" +"762","Crew","Male","Adult","No" +"763","Crew","Male","Adult","No" +"764","Crew","Male","Adult","No" +"765","Crew","Male","Adult","No" +"766","Crew","Male","Adult","No" +"767","Crew","Male","Adult","No" +"768","Crew","Male","Adult","No" +"769","Crew","Male","Adult","No" +"770","Crew","Male","Adult","No" +"771","Crew","Male","Adult","No" +"772","Crew","Male","Adult","No" +"773","Crew","Male","Adult","No" +"774","Crew","Male","Adult","No" +"775","Crew","Male","Adult","No" +"776","Crew","Male","Adult","No" +"777","Crew","Male","Adult","No" +"778","Crew","Male","Adult","No" +"779","Crew","Male","Adult","No" +"780","Crew","Male","Adult","No" +"781","Crew","Male","Adult","No" +"782","Crew","Male","Adult","No" +"783","Crew","Male","Adult","No" +"784","Crew","Male","Adult","No" +"785","Crew","Male","Adult","No" +"786","Crew","Male","Adult","No" +"787","Crew","Male","Adult","No" +"788","Crew","Male","Adult","No" +"789","Crew","Male","Adult","No" +"790","Crew","Male","Adult","No" +"791","Crew","Male","Adult","No" +"792","Crew","Male","Adult","No" +"793","Crew","Male","Adult","No" +"794","Crew","Male","Adult","No" +"795","Crew","Male","Adult","No" +"796","Crew","Male","Adult","No" +"797","Crew","Male","Adult","No" +"798","Crew","Male","Adult","No" +"799","Crew","Male","Adult","No" +"800","Crew","Male","Adult","No" +"801","Crew","Male","Adult","No" +"802","Crew","Male","Adult","No" +"803","Crew","Male","Adult","No" +"804","Crew","Male","Adult","No" +"805","Crew","Male","Adult","No" +"806","Crew","Male","Adult","No" +"807","Crew","Male","Adult","No" +"808","Crew","Male","Adult","No" +"809","Crew","Male","Adult","No" +"810","Crew","Male","Adult","No" +"811","Crew","Male","Adult","No" +"812","Crew","Male","Adult","No" +"813","Crew","Male","Adult","No" +"814","Crew","Male","Adult","No" +"815","Crew","Male","Adult","No" +"816","Crew","Male","Adult","No" +"817","Crew","Male","Adult","No" +"818","Crew","Male","Adult","No" +"819","Crew","Male","Adult","No" +"820","Crew","Male","Adult","No" +"821","Crew","Male","Adult","No" +"822","Crew","Male","Adult","No" +"823","Crew","Male","Adult","No" +"824","Crew","Male","Adult","No" +"825","Crew","Male","Adult","No" +"826","Crew","Male","Adult","No" +"827","Crew","Male","Adult","No" +"828","Crew","Male","Adult","No" +"829","Crew","Male","Adult","No" +"830","Crew","Male","Adult","No" +"831","Crew","Male","Adult","No" +"832","Crew","Male","Adult","No" +"833","Crew","Male","Adult","No" +"834","Crew","Male","Adult","No" +"835","Crew","Male","Adult","No" +"836","Crew","Male","Adult","No" +"837","Crew","Male","Adult","No" +"838","Crew","Male","Adult","No" +"839","Crew","Male","Adult","No" +"840","Crew","Male","Adult","No" +"841","Crew","Male","Adult","No" +"842","Crew","Male","Adult","No" +"843","Crew","Male","Adult","No" +"844","Crew","Male","Adult","No" +"845","Crew","Male","Adult","No" +"846","Crew","Male","Adult","No" +"847","Crew","Male","Adult","No" +"848","Crew","Male","Adult","No" +"849","Crew","Male","Adult","No" +"850","Crew","Male","Adult","No" +"851","Crew","Male","Adult","No" +"852","Crew","Male","Adult","No" +"853","Crew","Male","Adult","No" +"854","Crew","Male","Adult","No" +"855","Crew","Male","Adult","No" +"856","Crew","Male","Adult","No" +"857","Crew","Male","Adult","No" +"858","Crew","Male","Adult","No" +"859","Crew","Male","Adult","No" +"860","Crew","Male","Adult","No" +"861","Crew","Male","Adult","No" +"862","Crew","Male","Adult","No" +"863","Crew","Male","Adult","No" +"864","Crew","Male","Adult","No" +"865","Crew","Male","Adult","No" +"866","Crew","Male","Adult","No" +"867","Crew","Male","Adult","No" +"868","Crew","Male","Adult","No" +"869","Crew","Male","Adult","No" +"870","Crew","Male","Adult","No" +"871","Crew","Male","Adult","No" +"872","Crew","Male","Adult","No" +"873","Crew","Male","Adult","No" +"874","Crew","Male","Adult","No" +"875","Crew","Male","Adult","No" +"876","Crew","Male","Adult","No" +"877","Crew","Male","Adult","No" +"878","Crew","Male","Adult","No" +"879","Crew","Male","Adult","No" +"880","Crew","Male","Adult","No" +"881","Crew","Male","Adult","No" +"882","Crew","Male","Adult","No" +"883","Crew","Male","Adult","No" +"884","Crew","Male","Adult","No" +"885","Crew","Male","Adult","No" +"886","Crew","Male","Adult","No" +"887","Crew","Male","Adult","No" +"888","Crew","Male","Adult","No" +"889","Crew","Male","Adult","No" +"890","Crew","Male","Adult","No" +"891","Crew","Male","Adult","No" +"892","Crew","Male","Adult","No" +"893","Crew","Male","Adult","No" +"894","Crew","Male","Adult","No" +"895","Crew","Male","Adult","No" +"896","Crew","Male","Adult","No" +"897","Crew","Male","Adult","No" +"898","Crew","Male","Adult","No" +"899","Crew","Male","Adult","No" +"900","Crew","Male","Adult","No" +"901","Crew","Male","Adult","No" +"902","Crew","Male","Adult","No" +"903","Crew","Male","Adult","No" +"904","Crew","Male","Adult","No" +"905","Crew","Male","Adult","No" +"906","Crew","Male","Adult","No" +"907","Crew","Male","Adult","No" +"908","Crew","Male","Adult","No" +"909","Crew","Male","Adult","No" +"910","Crew","Male","Adult","No" +"911","Crew","Male","Adult","No" +"912","Crew","Male","Adult","No" +"913","Crew","Male","Adult","No" +"914","Crew","Male","Adult","No" +"915","Crew","Male","Adult","No" +"916","Crew","Male","Adult","No" +"917","Crew","Male","Adult","No" +"918","Crew","Male","Adult","No" +"919","Crew","Male","Adult","No" +"920","Crew","Male","Adult","No" +"921","Crew","Male","Adult","No" +"922","Crew","Male","Adult","No" +"923","Crew","Male","Adult","No" +"924","Crew","Male","Adult","No" +"925","Crew","Male","Adult","No" +"926","Crew","Male","Adult","No" +"927","Crew","Male","Adult","No" +"928","Crew","Male","Adult","No" +"929","Crew","Male","Adult","No" +"930","Crew","Male","Adult","No" +"931","Crew","Male","Adult","No" +"932","Crew","Male","Adult","No" +"933","Crew","Male","Adult","No" +"934","Crew","Male","Adult","No" +"935","Crew","Male","Adult","No" +"936","Crew","Male","Adult","No" +"937","Crew","Male","Adult","No" +"938","Crew","Male","Adult","No" +"939","Crew","Male","Adult","No" +"940","Crew","Male","Adult","No" +"941","Crew","Male","Adult","No" +"942","Crew","Male","Adult","No" +"943","Crew","Male","Adult","No" +"944","Crew","Male","Adult","No" +"945","Crew","Male","Adult","No" +"946","Crew","Male","Adult","No" +"947","Crew","Male","Adult","No" +"948","Crew","Male","Adult","No" +"949","Crew","Male","Adult","No" +"950","Crew","Male","Adult","No" +"951","Crew","Male","Adult","No" +"952","Crew","Male","Adult","No" +"953","Crew","Male","Adult","No" +"954","Crew","Male","Adult","No" +"955","Crew","Male","Adult","No" +"956","Crew","Male","Adult","No" +"957","Crew","Male","Adult","No" +"958","Crew","Male","Adult","No" +"959","Crew","Male","Adult","No" +"960","Crew","Male","Adult","No" +"961","Crew","Male","Adult","No" +"962","Crew","Male","Adult","No" +"963","Crew","Male","Adult","No" +"964","Crew","Male","Adult","No" +"965","Crew","Male","Adult","No" +"966","Crew","Male","Adult","No" +"967","Crew","Male","Adult","No" +"968","Crew","Male","Adult","No" +"969","Crew","Male","Adult","No" +"970","Crew","Male","Adult","No" +"971","Crew","Male","Adult","No" +"972","Crew","Male","Adult","No" +"973","Crew","Male","Adult","No" +"974","Crew","Male","Adult","No" +"975","Crew","Male","Adult","No" +"976","Crew","Male","Adult","No" +"977","Crew","Male","Adult","No" +"978","Crew","Male","Adult","No" +"979","Crew","Male","Adult","No" +"980","Crew","Male","Adult","No" +"981","Crew","Male","Adult","No" +"982","Crew","Male","Adult","No" +"983","Crew","Male","Adult","No" +"984","Crew","Male","Adult","No" +"985","Crew","Male","Adult","No" +"986","Crew","Male","Adult","No" +"987","Crew","Male","Adult","No" +"988","Crew","Male","Adult","No" +"989","Crew","Male","Adult","No" +"990","Crew","Male","Adult","No" +"991","Crew","Male","Adult","No" +"992","Crew","Male","Adult","No" +"993","Crew","Male","Adult","No" +"994","Crew","Male","Adult","No" +"995","Crew","Male","Adult","No" +"996","Crew","Male","Adult","No" +"997","Crew","Male","Adult","No" +"998","Crew","Male","Adult","No" +"999","Crew","Male","Adult","No" +"1000","Crew","Male","Adult","No" +"1001","Crew","Male","Adult","No" +"1002","Crew","Male","Adult","No" +"1003","Crew","Male","Adult","No" +"1004","Crew","Male","Adult","No" +"1005","Crew","Male","Adult","No" +"1006","Crew","Male","Adult","No" +"1007","Crew","Male","Adult","No" +"1008","Crew","Male","Adult","No" +"1009","Crew","Male","Adult","No" +"1010","Crew","Male","Adult","No" +"1011","Crew","Male","Adult","No" +"1012","Crew","Male","Adult","No" +"1013","Crew","Male","Adult","No" +"1014","Crew","Male","Adult","No" +"1015","Crew","Male","Adult","No" +"1016","Crew","Male","Adult","No" +"1017","Crew","Male","Adult","No" +"1018","Crew","Male","Adult","No" +"1019","Crew","Male","Adult","No" +"1020","Crew","Male","Adult","No" +"1021","Crew","Male","Adult","No" +"1022","Crew","Male","Adult","No" +"1023","Crew","Male","Adult","No" +"1024","Crew","Male","Adult","No" +"1025","Crew","Male","Adult","No" +"1026","Crew","Male","Adult","No" +"1027","Crew","Male","Adult","No" +"1028","Crew","Male","Adult","No" +"1029","Crew","Male","Adult","No" +"1030","Crew","Male","Adult","No" +"1031","Crew","Male","Adult","No" +"1032","Crew","Male","Adult","No" +"1033","Crew","Male","Adult","No" +"1034","Crew","Male","Adult","No" +"1035","Crew","Male","Adult","No" +"1036","Crew","Male","Adult","No" +"1037","Crew","Male","Adult","No" +"1038","Crew","Male","Adult","No" +"1039","Crew","Male","Adult","No" +"1040","Crew","Male","Adult","No" +"1041","Crew","Male","Adult","No" +"1042","Crew","Male","Adult","No" +"1043","Crew","Male","Adult","No" +"1044","Crew","Male","Adult","No" +"1045","Crew","Male","Adult","No" +"1046","Crew","Male","Adult","No" +"1047","Crew","Male","Adult","No" +"1048","Crew","Male","Adult","No" +"1049","Crew","Male","Adult","No" +"1050","Crew","Male","Adult","No" +"1051","Crew","Male","Adult","No" +"1052","Crew","Male","Adult","No" +"1053","Crew","Male","Adult","No" +"1054","Crew","Male","Adult","No" +"1055","Crew","Male","Adult","No" +"1056","Crew","Male","Adult","No" +"1057","Crew","Male","Adult","No" +"1058","Crew","Male","Adult","No" +"1059","Crew","Male","Adult","No" +"1060","Crew","Male","Adult","No" +"1061","Crew","Male","Adult","No" +"1062","Crew","Male","Adult","No" +"1063","Crew","Male","Adult","No" +"1064","Crew","Male","Adult","No" +"1065","Crew","Male","Adult","No" +"1066","Crew","Male","Adult","No" +"1067","Crew","Male","Adult","No" +"1068","Crew","Male","Adult","No" +"1069","Crew","Male","Adult","No" +"1070","Crew","Male","Adult","No" +"1071","Crew","Male","Adult","No" +"1072","Crew","Male","Adult","No" +"1073","Crew","Male","Adult","No" +"1074","Crew","Male","Adult","No" +"1075","Crew","Male","Adult","No" +"1076","Crew","Male","Adult","No" +"1077","Crew","Male","Adult","No" +"1078","Crew","Male","Adult","No" +"1079","Crew","Male","Adult","No" +"1080","Crew","Male","Adult","No" +"1081","Crew","Male","Adult","No" +"1082","Crew","Male","Adult","No" +"1083","Crew","Male","Adult","No" +"1084","Crew","Male","Adult","No" +"1085","Crew","Male","Adult","No" +"1086","Crew","Male","Adult","No" +"1087","Crew","Male","Adult","No" +"1088","Crew","Male","Adult","No" +"1089","Crew","Male","Adult","No" +"1090","Crew","Male","Adult","No" +"1091","Crew","Male","Adult","No" +"1092","Crew","Male","Adult","No" +"1093","Crew","Male","Adult","No" +"1094","Crew","Male","Adult","No" +"1095","Crew","Male","Adult","No" +"1096","Crew","Male","Adult","No" +"1097","Crew","Male","Adult","No" +"1098","Crew","Male","Adult","No" +"1099","Crew","Male","Adult","No" +"1100","Crew","Male","Adult","No" +"1101","Crew","Male","Adult","No" +"1102","Crew","Male","Adult","No" +"1103","Crew","Male","Adult","No" +"1104","Crew","Male","Adult","No" +"1105","Crew","Male","Adult","No" +"1106","Crew","Male","Adult","No" +"1107","Crew","Male","Adult","No" +"1108","Crew","Male","Adult","No" +"1109","Crew","Male","Adult","No" +"1110","Crew","Male","Adult","No" +"1111","Crew","Male","Adult","No" +"1112","Crew","Male","Adult","No" +"1113","Crew","Male","Adult","No" +"1114","Crew","Male","Adult","No" +"1115","Crew","Male","Adult","No" +"1116","Crew","Male","Adult","No" +"1117","Crew","Male","Adult","No" +"1118","Crew","Male","Adult","No" +"1119","Crew","Male","Adult","No" +"1120","Crew","Male","Adult","No" +"1121","Crew","Male","Adult","No" +"1122","Crew","Male","Adult","No" +"1123","Crew","Male","Adult","No" +"1124","Crew","Male","Adult","No" +"1125","Crew","Male","Adult","No" +"1126","Crew","Male","Adult","No" +"1127","Crew","Male","Adult","No" +"1128","Crew","Male","Adult","No" +"1129","Crew","Male","Adult","No" +"1130","Crew","Male","Adult","No" +"1131","Crew","Male","Adult","No" +"1132","Crew","Male","Adult","No" +"1133","Crew","Male","Adult","No" +"1134","Crew","Male","Adult","No" +"1135","Crew","Male","Adult","No" +"1136","Crew","Male","Adult","No" +"1137","Crew","Male","Adult","No" +"1138","Crew","Male","Adult","No" +"1139","Crew","Male","Adult","No" +"1140","Crew","Male","Adult","No" +"1141","Crew","Male","Adult","No" +"1142","Crew","Male","Adult","No" +"1143","Crew","Male","Adult","No" +"1144","Crew","Male","Adult","No" +"1145","Crew","Male","Adult","No" +"1146","Crew","Male","Adult","No" +"1147","Crew","Male","Adult","No" +"1148","Crew","Male","Adult","No" +"1149","Crew","Male","Adult","No" +"1150","Crew","Male","Adult","No" +"1151","Crew","Male","Adult","No" +"1152","Crew","Male","Adult","No" +"1153","Crew","Male","Adult","No" +"1154","Crew","Male","Adult","No" +"1155","Crew","Male","Adult","No" +"1156","Crew","Male","Adult","No" +"1157","Crew","Male","Adult","No" +"1158","Crew","Male","Adult","No" +"1159","Crew","Male","Adult","No" +"1160","Crew","Male","Adult","No" +"1161","Crew","Male","Adult","No" +"1162","Crew","Male","Adult","No" +"1163","Crew","Male","Adult","No" +"1164","Crew","Male","Adult","No" +"1165","Crew","Male","Adult","No" +"1166","Crew","Male","Adult","No" +"1167","Crew","Male","Adult","No" +"1168","Crew","Male","Adult","No" +"1169","Crew","Male","Adult","No" +"1170","Crew","Male","Adult","No" +"1171","Crew","Male","Adult","No" +"1172","Crew","Male","Adult","No" +"1173","Crew","Male","Adult","No" +"1174","Crew","Male","Adult","No" +"1175","Crew","Male","Adult","No" +"1176","Crew","Male","Adult","No" +"1177","Crew","Male","Adult","No" +"1178","Crew","Male","Adult","No" +"1179","Crew","Male","Adult","No" +"1180","Crew","Male","Adult","No" +"1181","Crew","Male","Adult","No" +"1182","Crew","Male","Adult","No" +"1183","Crew","Male","Adult","No" +"1184","Crew","Male","Adult","No" +"1185","Crew","Male","Adult","No" +"1186","Crew","Male","Adult","No" +"1187","Crew","Male","Adult","No" +"1188","Crew","Male","Adult","No" +"1189","Crew","Male","Adult","No" +"1190","Crew","Male","Adult","No" +"1191","Crew","Male","Adult","No" +"1192","Crew","Male","Adult","No" +"1193","Crew","Male","Adult","No" +"1194","Crew","Male","Adult","No" +"1195","Crew","Male","Adult","No" +"1196","Crew","Male","Adult","No" +"1197","Crew","Male","Adult","No" +"1198","Crew","Male","Adult","No" +"1199","Crew","Male","Adult","No" +"1200","Crew","Male","Adult","No" +"1201","Crew","Male","Adult","No" +"1202","Crew","Male","Adult","No" +"1203","Crew","Male","Adult","No" +"1204","Crew","Male","Adult","No" +"1205","Crew","Male","Adult","No" +"1206","Crew","Male","Adult","No" +"1207","Crew","Male","Adult","No" +"1208","Crew","Male","Adult","No" +"1209","Crew","Male","Adult","No" +"1210","Crew","Male","Adult","No" +"1211","Crew","Male","Adult","No" +"1212","Crew","Male","Adult","No" +"1213","Crew","Male","Adult","No" +"1214","Crew","Male","Adult","No" +"1215","Crew","Male","Adult","No" +"1216","Crew","Male","Adult","No" +"1217","Crew","Male","Adult","No" +"1218","Crew","Male","Adult","No" +"1219","Crew","Male","Adult","No" +"1220","Crew","Male","Adult","No" +"1221","Crew","Male","Adult","No" +"1222","Crew","Male","Adult","No" +"1223","Crew","Male","Adult","No" +"1224","Crew","Male","Adult","No" +"1225","Crew","Male","Adult","No" +"1226","Crew","Male","Adult","No" +"1227","Crew","Male","Adult","No" +"1228","Crew","Male","Adult","No" +"1229","Crew","Male","Adult","No" +"1230","Crew","Male","Adult","No" +"1231","Crew","Male","Adult","No" +"1232","Crew","Male","Adult","No" +"1233","Crew","Male","Adult","No" +"1234","Crew","Male","Adult","No" +"1235","Crew","Male","Adult","No" +"1236","Crew","Male","Adult","No" +"1237","Crew","Male","Adult","No" +"1238","Crew","Male","Adult","No" +"1239","Crew","Male","Adult","No" +"1240","Crew","Male","Adult","No" +"1241","Crew","Male","Adult","No" +"1242","Crew","Male","Adult","No" +"1243","Crew","Male","Adult","No" +"1244","Crew","Male","Adult","No" +"1245","Crew","Male","Adult","No" +"1246","Crew","Male","Adult","No" +"1247","Crew","Male","Adult","No" +"1248","Crew","Male","Adult","No" +"1249","Crew","Male","Adult","No" +"1250","Crew","Male","Adult","No" +"1251","Crew","Male","Adult","No" +"1252","Crew","Male","Adult","No" +"1253","Crew","Male","Adult","No" +"1254","Crew","Male","Adult","No" +"1255","Crew","Male","Adult","No" +"1256","Crew","Male","Adult","No" +"1257","Crew","Male","Adult","No" +"1258","Crew","Male","Adult","No" +"1259","Crew","Male","Adult","No" +"1260","Crew","Male","Adult","No" +"1261","Crew","Male","Adult","No" +"1262","Crew","Male","Adult","No" +"1263","Crew","Male","Adult","No" +"1264","Crew","Male","Adult","No" +"1265","Crew","Male","Adult","No" +"1266","Crew","Male","Adult","No" +"1267","Crew","Male","Adult","No" +"1268","Crew","Male","Adult","No" +"1269","Crew","Male","Adult","No" +"1270","Crew","Male","Adult","No" +"1271","Crew","Male","Adult","No" +"1272","Crew","Male","Adult","No" +"1273","Crew","Male","Adult","No" +"1274","Crew","Male","Adult","No" +"1275","Crew","Male","Adult","No" +"1276","Crew","Male","Adult","No" +"1277","Crew","Male","Adult","No" +"1278","Crew","Male","Adult","No" +"1279","Crew","Male","Adult","No" +"1280","Crew","Male","Adult","No" +"1281","Crew","Male","Adult","No" +"1282","Crew","Male","Adult","No" +"1283","Crew","Male","Adult","No" +"1284","Crew","Male","Adult","No" +"1285","Crew","Male","Adult","No" +"1286","Crew","Male","Adult","No" +"1287","Crew","Male","Adult","No" +"1288","Crew","Male","Adult","No" +"1289","Crew","Male","Adult","No" +"1290","Crew","Male","Adult","No" +"1291","Crew","Male","Adult","No" +"1292","Crew","Male","Adult","No" +"1293","Crew","Male","Adult","No" +"1294","Crew","Male","Adult","No" +"1295","Crew","Male","Adult","No" +"1296","Crew","Male","Adult","No" +"1297","Crew","Male","Adult","No" +"1298","Crew","Male","Adult","No" +"1299","Crew","Male","Adult","No" +"1300","Crew","Male","Adult","No" +"1301","Crew","Male","Adult","No" +"1302","Crew","Male","Adult","No" +"1303","Crew","Male","Adult","No" +"1304","Crew","Male","Adult","No" +"1305","Crew","Male","Adult","No" +"1306","Crew","Male","Adult","No" +"1307","Crew","Male","Adult","No" +"1308","Crew","Male","Adult","No" +"1309","Crew","Male","Adult","No" +"1310","Crew","Male","Adult","No" +"1311","Crew","Male","Adult","No" +"1312","Crew","Male","Adult","No" +"1313","Crew","Male","Adult","No" +"1314","Crew","Male","Adult","No" +"1315","Crew","Male","Adult","No" +"1316","Crew","Male","Adult","No" +"1317","Crew","Male","Adult","No" +"1318","Crew","Male","Adult","No" +"1319","Crew","Male","Adult","No" +"1320","Crew","Male","Adult","No" +"1321","Crew","Male","Adult","No" +"1322","Crew","Male","Adult","No" +"1323","Crew","Male","Adult","No" +"1324","Crew","Male","Adult","No" +"1325","Crew","Male","Adult","No" +"1326","Crew","Male","Adult","No" +"1327","Crew","Male","Adult","No" +"1328","Crew","Male","Adult","No" +"1329","Crew","Male","Adult","No" +"1330","Crew","Male","Adult","No" +"1331","Crew","Male","Adult","No" +"1332","Crew","Male","Adult","No" +"1333","Crew","Male","Adult","No" +"1334","Crew","Male","Adult","No" +"1335","Crew","Male","Adult","No" +"1336","Crew","Male","Adult","No" +"1337","Crew","Male","Adult","No" +"1338","Crew","Male","Adult","No" +"1339","Crew","Male","Adult","No" +"1340","Crew","Male","Adult","No" +"1341","Crew","Male","Adult","No" +"1342","Crew","Male","Adult","No" +"1343","Crew","Male","Adult","No" +"1344","Crew","Male","Adult","No" +"1345","Crew","Male","Adult","No" +"1346","Crew","Male","Adult","No" +"1347","Crew","Male","Adult","No" +"1348","Crew","Male","Adult","No" +"1349","Crew","Male","Adult","No" +"1350","Crew","Male","Adult","No" +"1351","Crew","Male","Adult","No" +"1352","Crew","Male","Adult","No" +"1353","Crew","Male","Adult","No" +"1354","Crew","Male","Adult","No" +"1355","Crew","Male","Adult","No" +"1356","Crew","Male","Adult","No" +"1357","Crew","Male","Adult","No" +"1358","Crew","Male","Adult","No" +"1359","Crew","Male","Adult","No" +"1360","Crew","Male","Adult","No" +"1361","Crew","Male","Adult","No" +"1362","Crew","Male","Adult","No" +"1363","Crew","Male","Adult","No" +"1364","Crew","Male","Adult","No" +"1365","Crew","Male","Adult","No" +"1366","Crew","Male","Adult","No" +"1367","Crew","Male","Adult","No" +"1368","Crew","Male","Adult","No" +"1369","Crew","Male","Adult","No" +"1370","Crew","Male","Adult","No" +"1371","Crew","Male","Adult","No" +"1372","Crew","Male","Adult","No" +"1373","Crew","Male","Adult","No" +"1374","Crew","Male","Adult","No" +"1375","Crew","Male","Adult","No" +"1376","Crew","Male","Adult","No" +"1377","Crew","Male","Adult","No" +"1378","Crew","Male","Adult","No" +"1379","Crew","Male","Adult","No" +"1380","Crew","Male","Adult","No" +"1381","Crew","Male","Adult","No" +"1382","1st","Female","Adult","No" +"1383","1st","Female","Adult","No" +"1384","1st","Female","Adult","No" +"1385","1st","Female","Adult","No" +"1386","2nd","Female","Adult","No" +"1387","2nd","Female","Adult","No" +"1388","2nd","Female","Adult","No" +"1389","2nd","Female","Adult","No" +"1390","2nd","Female","Adult","No" +"1391","2nd","Female","Adult","No" +"1392","2nd","Female","Adult","No" +"1393","2nd","Female","Adult","No" +"1394","2nd","Female","Adult","No" +"1395","2nd","Female","Adult","No" +"1396","2nd","Female","Adult","No" +"1397","2nd","Female","Adult","No" +"1398","2nd","Female","Adult","No" +"1399","3rd","Female","Adult","No" +"1400","3rd","Female","Adult","No" +"1401","3rd","Female","Adult","No" +"1402","3rd","Female","Adult","No" +"1403","3rd","Female","Adult","No" +"1404","3rd","Female","Adult","No" +"1405","3rd","Female","Adult","No" +"1406","3rd","Female","Adult","No" +"1407","3rd","Female","Adult","No" +"1408","3rd","Female","Adult","No" +"1409","3rd","Female","Adult","No" +"1410","3rd","Female","Adult","No" +"1411","3rd","Female","Adult","No" +"1412","3rd","Female","Adult","No" +"1413","3rd","Female","Adult","No" +"1414","3rd","Female","Adult","No" +"1415","3rd","Female","Adult","No" +"1416","3rd","Female","Adult","No" +"1417","3rd","Female","Adult","No" +"1418","3rd","Female","Adult","No" +"1419","3rd","Female","Adult","No" +"1420","3rd","Female","Adult","No" +"1421","3rd","Female","Adult","No" +"1422","3rd","Female","Adult","No" +"1423","3rd","Female","Adult","No" +"1424","3rd","Female","Adult","No" +"1425","3rd","Female","Adult","No" +"1426","3rd","Female","Adult","No" +"1427","3rd","Female","Adult","No" +"1428","3rd","Female","Adult","No" +"1429","3rd","Female","Adult","No" +"1430","3rd","Female","Adult","No" +"1431","3rd","Female","Adult","No" +"1432","3rd","Female","Adult","No" +"1433","3rd","Female","Adult","No" +"1434","3rd","Female","Adult","No" +"1435","3rd","Female","Adult","No" +"1436","3rd","Female","Adult","No" +"1437","3rd","Female","Adult","No" +"1438","3rd","Female","Adult","No" +"1439","3rd","Female","Adult","No" +"1440","3rd","Female","Adult","No" +"1441","3rd","Female","Adult","No" +"1442","3rd","Female","Adult","No" +"1443","3rd","Female","Adult","No" +"1444","3rd","Female","Adult","No" +"1445","3rd","Female","Adult","No" +"1446","3rd","Female","Adult","No" +"1447","3rd","Female","Adult","No" +"1448","3rd","Female","Adult","No" +"1449","3rd","Female","Adult","No" +"1450","3rd","Female","Adult","No" +"1451","3rd","Female","Adult","No" +"1452","3rd","Female","Adult","No" +"1453","3rd","Female","Adult","No" +"1454","3rd","Female","Adult","No" +"1455","3rd","Female","Adult","No" +"1456","3rd","Female","Adult","No" +"1457","3rd","Female","Adult","No" +"1458","3rd","Female","Adult","No" +"1459","3rd","Female","Adult","No" +"1460","3rd","Female","Adult","No" +"1461","3rd","Female","Adult","No" +"1462","3rd","Female","Adult","No" +"1463","3rd","Female","Adult","No" +"1464","3rd","Female","Adult","No" +"1465","3rd","Female","Adult","No" +"1466","3rd","Female","Adult","No" +"1467","3rd","Female","Adult","No" +"1468","3rd","Female","Adult","No" +"1469","3rd","Female","Adult","No" +"1470","3rd","Female","Adult","No" +"1471","3rd","Female","Adult","No" +"1472","3rd","Female","Adult","No" +"1473","3rd","Female","Adult","No" +"1474","3rd","Female","Adult","No" +"1475","3rd","Female","Adult","No" +"1476","3rd","Female","Adult","No" +"1477","3rd","Female","Adult","No" +"1478","3rd","Female","Adult","No" +"1479","3rd","Female","Adult","No" +"1480","3rd","Female","Adult","No" +"1481","3rd","Female","Adult","No" +"1482","3rd","Female","Adult","No" +"1483","3rd","Female","Adult","No" +"1484","3rd","Female","Adult","No" +"1485","3rd","Female","Adult","No" +"1486","3rd","Female","Adult","No" +"1487","3rd","Female","Adult","No" +"1488","Crew","Female","Adult","No" +"1489","Crew","Female","Adult","No" +"1490","Crew","Female","Adult","No" +"1491","1st","Male","Child","Yes" +"1492","1st","Male","Child","Yes" +"1493","1st","Male","Child","Yes" +"1494","1st","Male","Child","Yes" +"1495","1st","Male","Child","Yes" +"1496","2nd","Male","Child","Yes" +"1497","2nd","Male","Child","Yes" +"1498","2nd","Male","Child","Yes" +"1499","2nd","Male","Child","Yes" +"1500","2nd","Male","Child","Yes" +"1501","2nd","Male","Child","Yes" +"1502","2nd","Male","Child","Yes" +"1503","2nd","Male","Child","Yes" +"1504","2nd","Male","Child","Yes" +"1505","2nd","Male","Child","Yes" +"1506","2nd","Male","Child","Yes" +"1507","3rd","Male","Child","Yes" +"1508","3rd","Male","Child","Yes" +"1509","3rd","Male","Child","Yes" +"1510","3rd","Male","Child","Yes" +"1511","3rd","Male","Child","Yes" +"1512","3rd","Male","Child","Yes" +"1513","3rd","Male","Child","Yes" +"1514","3rd","Male","Child","Yes" +"1515","3rd","Male","Child","Yes" +"1516","3rd","Male","Child","Yes" +"1517","3rd","Male","Child","Yes" +"1518","3rd","Male","Child","Yes" +"1519","3rd","Male","Child","Yes" +"1520","1st","Female","Child","Yes" +"1521","2nd","Female","Child","Yes" +"1522","2nd","Female","Child","Yes" +"1523","2nd","Female","Child","Yes" +"1524","2nd","Female","Child","Yes" +"1525","2nd","Female","Child","Yes" +"1526","2nd","Female","Child","Yes" +"1527","2nd","Female","Child","Yes" +"1528","2nd","Female","Child","Yes" +"1529","2nd","Female","Child","Yes" +"1530","2nd","Female","Child","Yes" +"1531","2nd","Female","Child","Yes" +"1532","2nd","Female","Child","Yes" +"1533","2nd","Female","Child","Yes" +"1534","3rd","Female","Child","Yes" +"1535","3rd","Female","Child","Yes" +"1536","3rd","Female","Child","Yes" +"1537","3rd","Female","Child","Yes" +"1538","3rd","Female","Child","Yes" +"1539","3rd","Female","Child","Yes" +"1540","3rd","Female","Child","Yes" +"1541","3rd","Female","Child","Yes" +"1542","3rd","Female","Child","Yes" +"1543","3rd","Female","Child","Yes" +"1544","3rd","Female","Child","Yes" +"1545","3rd","Female","Child","Yes" +"1546","3rd","Female","Child","Yes" +"1547","3rd","Female","Child","Yes" +"1548","1st","Male","Adult","Yes" +"1549","1st","Male","Adult","Yes" +"1550","1st","Male","Adult","Yes" +"1551","1st","Male","Adult","Yes" +"1552","1st","Male","Adult","Yes" +"1553","1st","Male","Adult","Yes" +"1554","1st","Male","Adult","Yes" +"1555","1st","Male","Adult","Yes" +"1556","1st","Male","Adult","Yes" +"1557","1st","Male","Adult","Yes" +"1558","1st","Male","Adult","Yes" +"1559","1st","Male","Adult","Yes" +"1560","1st","Male","Adult","Yes" +"1561","1st","Male","Adult","Yes" +"1562","1st","Male","Adult","Yes" +"1563","1st","Male","Adult","Yes" +"1564","1st","Male","Adult","Yes" +"1565","1st","Male","Adult","Yes" +"1566","1st","Male","Adult","Yes" +"1567","1st","Male","Adult","Yes" +"1568","1st","Male","Adult","Yes" +"1569","1st","Male","Adult","Yes" +"1570","1st","Male","Adult","Yes" +"1571","1st","Male","Adult","Yes" +"1572","1st","Male","Adult","Yes" +"1573","1st","Male","Adult","Yes" +"1574","1st","Male","Adult","Yes" +"1575","1st","Male","Adult","Yes" +"1576","1st","Male","Adult","Yes" +"1577","1st","Male","Adult","Yes" +"1578","1st","Male","Adult","Yes" +"1579","1st","Male","Adult","Yes" +"1580","1st","Male","Adult","Yes" +"1581","1st","Male","Adult","Yes" +"1582","1st","Male","Adult","Yes" +"1583","1st","Male","Adult","Yes" +"1584","1st","Male","Adult","Yes" +"1585","1st","Male","Adult","Yes" +"1586","1st","Male","Adult","Yes" +"1587","1st","Male","Adult","Yes" +"1588","1st","Male","Adult","Yes" +"1589","1st","Male","Adult","Yes" +"1590","1st","Male","Adult","Yes" +"1591","1st","Male","Adult","Yes" +"1592","1st","Male","Adult","Yes" +"1593","1st","Male","Adult","Yes" +"1594","1st","Male","Adult","Yes" +"1595","1st","Male","Adult","Yes" +"1596","1st","Male","Adult","Yes" +"1597","1st","Male","Adult","Yes" +"1598","1st","Male","Adult","Yes" +"1599","1st","Male","Adult","Yes" +"1600","1st","Male","Adult","Yes" +"1601","1st","Male","Adult","Yes" +"1602","1st","Male","Adult","Yes" +"1603","1st","Male","Adult","Yes" +"1604","1st","Male","Adult","Yes" +"1605","2nd","Male","Adult","Yes" +"1606","2nd","Male","Adult","Yes" +"1607","2nd","Male","Adult","Yes" +"1608","2nd","Male","Adult","Yes" +"1609","2nd","Male","Adult","Yes" +"1610","2nd","Male","Adult","Yes" +"1611","2nd","Male","Adult","Yes" +"1612","2nd","Male","Adult","Yes" +"1613","2nd","Male","Adult","Yes" +"1614","2nd","Male","Adult","Yes" +"1615","2nd","Male","Adult","Yes" +"1616","2nd","Male","Adult","Yes" +"1617","2nd","Male","Adult","Yes" +"1618","2nd","Male","Adult","Yes" +"1619","3rd","Male","Adult","Yes" +"1620","3rd","Male","Adult","Yes" +"1621","3rd","Male","Adult","Yes" +"1622","3rd","Male","Adult","Yes" +"1623","3rd","Male","Adult","Yes" +"1624","3rd","Male","Adult","Yes" +"1625","3rd","Male","Adult","Yes" +"1626","3rd","Male","Adult","Yes" +"1627","3rd","Male","Adult","Yes" +"1628","3rd","Male","Adult","Yes" +"1629","3rd","Male","Adult","Yes" +"1630","3rd","Male","Adult","Yes" +"1631","3rd","Male","Adult","Yes" +"1632","3rd","Male","Adult","Yes" +"1633","3rd","Male","Adult","Yes" +"1634","3rd","Male","Adult","Yes" +"1635","3rd","Male","Adult","Yes" +"1636","3rd","Male","Adult","Yes" +"1637","3rd","Male","Adult","Yes" +"1638","3rd","Male","Adult","Yes" +"1639","3rd","Male","Adult","Yes" +"1640","3rd","Male","Adult","Yes" +"1641","3rd","Male","Adult","Yes" +"1642","3rd","Male","Adult","Yes" +"1643","3rd","Male","Adult","Yes" +"1644","3rd","Male","Adult","Yes" +"1645","3rd","Male","Adult","Yes" +"1646","3rd","Male","Adult","Yes" +"1647","3rd","Male","Adult","Yes" +"1648","3rd","Male","Adult","Yes" +"1649","3rd","Male","Adult","Yes" +"1650","3rd","Male","Adult","Yes" +"1651","3rd","Male","Adult","Yes" +"1652","3rd","Male","Adult","Yes" +"1653","3rd","Male","Adult","Yes" +"1654","3rd","Male","Adult","Yes" +"1655","3rd","Male","Adult","Yes" +"1656","3rd","Male","Adult","Yes" +"1657","3rd","Male","Adult","Yes" +"1658","3rd","Male","Adult","Yes" +"1659","3rd","Male","Adult","Yes" +"1660","3rd","Male","Adult","Yes" +"1661","3rd","Male","Adult","Yes" +"1662","3rd","Male","Adult","Yes" +"1663","3rd","Male","Adult","Yes" +"1664","3rd","Male","Adult","Yes" +"1665","3rd","Male","Adult","Yes" +"1666","3rd","Male","Adult","Yes" +"1667","3rd","Male","Adult","Yes" +"1668","3rd","Male","Adult","Yes" +"1669","3rd","Male","Adult","Yes" +"1670","3rd","Male","Adult","Yes" +"1671","3rd","Male","Adult","Yes" +"1672","3rd","Male","Adult","Yes" +"1673","3rd","Male","Adult","Yes" +"1674","3rd","Male","Adult","Yes" +"1675","3rd","Male","Adult","Yes" +"1676","3rd","Male","Adult","Yes" +"1677","3rd","Male","Adult","Yes" +"1678","3rd","Male","Adult","Yes" +"1679","3rd","Male","Adult","Yes" +"1680","3rd","Male","Adult","Yes" +"1681","3rd","Male","Adult","Yes" +"1682","3rd","Male","Adult","Yes" +"1683","3rd","Male","Adult","Yes" +"1684","3rd","Male","Adult","Yes" +"1685","3rd","Male","Adult","Yes" +"1686","3rd","Male","Adult","Yes" +"1687","3rd","Male","Adult","Yes" +"1688","3rd","Male","Adult","Yes" +"1689","3rd","Male","Adult","Yes" +"1690","3rd","Male","Adult","Yes" +"1691","3rd","Male","Adult","Yes" +"1692","3rd","Male","Adult","Yes" +"1693","3rd","Male","Adult","Yes" +"1694","Crew","Male","Adult","Yes" +"1695","Crew","Male","Adult","Yes" +"1696","Crew","Male","Adult","Yes" +"1697","Crew","Male","Adult","Yes" +"1698","Crew","Male","Adult","Yes" +"1699","Crew","Male","Adult","Yes" +"1700","Crew","Male","Adult","Yes" +"1701","Crew","Male","Adult","Yes" +"1702","Crew","Male","Adult","Yes" +"1703","Crew","Male","Adult","Yes" +"1704","Crew","Male","Adult","Yes" +"1705","Crew","Male","Adult","Yes" +"1706","Crew","Male","Adult","Yes" +"1707","Crew","Male","Adult","Yes" +"1708","Crew","Male","Adult","Yes" +"1709","Crew","Male","Adult","Yes" +"1710","Crew","Male","Adult","Yes" +"1711","Crew","Male","Adult","Yes" +"1712","Crew","Male","Adult","Yes" +"1713","Crew","Male","Adult","Yes" +"1714","Crew","Male","Adult","Yes" +"1715","Crew","Male","Adult","Yes" +"1716","Crew","Male","Adult","Yes" +"1717","Crew","Male","Adult","Yes" +"1718","Crew","Male","Adult","Yes" +"1719","Crew","Male","Adult","Yes" +"1720","Crew","Male","Adult","Yes" +"1721","Crew","Male","Adult","Yes" +"1722","Crew","Male","Adult","Yes" +"1723","Crew","Male","Adult","Yes" +"1724","Crew","Male","Adult","Yes" +"1725","Crew","Male","Adult","Yes" +"1726","Crew","Male","Adult","Yes" +"1727","Crew","Male","Adult","Yes" +"1728","Crew","Male","Adult","Yes" +"1729","Crew","Male","Adult","Yes" +"1730","Crew","Male","Adult","Yes" +"1731","Crew","Male","Adult","Yes" +"1732","Crew","Male","Adult","Yes" +"1733","Crew","Male","Adult","Yes" +"1734","Crew","Male","Adult","Yes" +"1735","Crew","Male","Adult","Yes" +"1736","Crew","Male","Adult","Yes" +"1737","Crew","Male","Adult","Yes" +"1738","Crew","Male","Adult","Yes" +"1739","Crew","Male","Adult","Yes" +"1740","Crew","Male","Adult","Yes" +"1741","Crew","Male","Adult","Yes" +"1742","Crew","Male","Adult","Yes" +"1743","Crew","Male","Adult","Yes" +"1744","Crew","Male","Adult","Yes" +"1745","Crew","Male","Adult","Yes" +"1746","Crew","Male","Adult","Yes" +"1747","Crew","Male","Adult","Yes" +"1748","Crew","Male","Adult","Yes" +"1749","Crew","Male","Adult","Yes" +"1750","Crew","Male","Adult","Yes" +"1751","Crew","Male","Adult","Yes" +"1752","Crew","Male","Adult","Yes" +"1753","Crew","Male","Adult","Yes" +"1754","Crew","Male","Adult","Yes" +"1755","Crew","Male","Adult","Yes" +"1756","Crew","Male","Adult","Yes" +"1757","Crew","Male","Adult","Yes" +"1758","Crew","Male","Adult","Yes" +"1759","Crew","Male","Adult","Yes" +"1760","Crew","Male","Adult","Yes" +"1761","Crew","Male","Adult","Yes" +"1762","Crew","Male","Adult","Yes" +"1763","Crew","Male","Adult","Yes" +"1764","Crew","Male","Adult","Yes" +"1765","Crew","Male","Adult","Yes" +"1766","Crew","Male","Adult","Yes" +"1767","Crew","Male","Adult","Yes" +"1768","Crew","Male","Adult","Yes" +"1769","Crew","Male","Adult","Yes" +"1770","Crew","Male","Adult","Yes" +"1771","Crew","Male","Adult","Yes" +"1772","Crew","Male","Adult","Yes" +"1773","Crew","Male","Adult","Yes" +"1774","Crew","Male","Adult","Yes" +"1775","Crew","Male","Adult","Yes" +"1776","Crew","Male","Adult","Yes" +"1777","Crew","Male","Adult","Yes" +"1778","Crew","Male","Adult","Yes" +"1779","Crew","Male","Adult","Yes" +"1780","Crew","Male","Adult","Yes" +"1781","Crew","Male","Adult","Yes" +"1782","Crew","Male","Adult","Yes" +"1783","Crew","Male","Adult","Yes" +"1784","Crew","Male","Adult","Yes" +"1785","Crew","Male","Adult","Yes" +"1786","Crew","Male","Adult","Yes" +"1787","Crew","Male","Adult","Yes" +"1788","Crew","Male","Adult","Yes" +"1789","Crew","Male","Adult","Yes" +"1790","Crew","Male","Adult","Yes" +"1791","Crew","Male","Adult","Yes" +"1792","Crew","Male","Adult","Yes" +"1793","Crew","Male","Adult","Yes" +"1794","Crew","Male","Adult","Yes" +"1795","Crew","Male","Adult","Yes" +"1796","Crew","Male","Adult","Yes" +"1797","Crew","Male","Adult","Yes" +"1798","Crew","Male","Adult","Yes" +"1799","Crew","Male","Adult","Yes" +"1800","Crew","Male","Adult","Yes" +"1801","Crew","Male","Adult","Yes" +"1802","Crew","Male","Adult","Yes" +"1803","Crew","Male","Adult","Yes" +"1804","Crew","Male","Adult","Yes" +"1805","Crew","Male","Adult","Yes" +"1806","Crew","Male","Adult","Yes" +"1807","Crew","Male","Adult","Yes" +"1808","Crew","Male","Adult","Yes" +"1809","Crew","Male","Adult","Yes" +"1810","Crew","Male","Adult","Yes" +"1811","Crew","Male","Adult","Yes" +"1812","Crew","Male","Adult","Yes" +"1813","Crew","Male","Adult","Yes" +"1814","Crew","Male","Adult","Yes" +"1815","Crew","Male","Adult","Yes" +"1816","Crew","Male","Adult","Yes" +"1817","Crew","Male","Adult","Yes" +"1818","Crew","Male","Adult","Yes" +"1819","Crew","Male","Adult","Yes" +"1820","Crew","Male","Adult","Yes" +"1821","Crew","Male","Adult","Yes" +"1822","Crew","Male","Adult","Yes" +"1823","Crew","Male","Adult","Yes" +"1824","Crew","Male","Adult","Yes" +"1825","Crew","Male","Adult","Yes" +"1826","Crew","Male","Adult","Yes" +"1827","Crew","Male","Adult","Yes" +"1828","Crew","Male","Adult","Yes" +"1829","Crew","Male","Adult","Yes" +"1830","Crew","Male","Adult","Yes" +"1831","Crew","Male","Adult","Yes" +"1832","Crew","Male","Adult","Yes" +"1833","Crew","Male","Adult","Yes" +"1834","Crew","Male","Adult","Yes" +"1835","Crew","Male","Adult","Yes" +"1836","Crew","Male","Adult","Yes" +"1837","Crew","Male","Adult","Yes" +"1838","Crew","Male","Adult","Yes" +"1839","Crew","Male","Adult","Yes" +"1840","Crew","Male","Adult","Yes" +"1841","Crew","Male","Adult","Yes" +"1842","Crew","Male","Adult","Yes" +"1843","Crew","Male","Adult","Yes" +"1844","Crew","Male","Adult","Yes" +"1845","Crew","Male","Adult","Yes" +"1846","Crew","Male","Adult","Yes" +"1847","Crew","Male","Adult","Yes" +"1848","Crew","Male","Adult","Yes" +"1849","Crew","Male","Adult","Yes" +"1850","Crew","Male","Adult","Yes" +"1851","Crew","Male","Adult","Yes" +"1852","Crew","Male","Adult","Yes" +"1853","Crew","Male","Adult","Yes" +"1854","Crew","Male","Adult","Yes" +"1855","Crew","Male","Adult","Yes" +"1856","Crew","Male","Adult","Yes" +"1857","Crew","Male","Adult","Yes" +"1858","Crew","Male","Adult","Yes" +"1859","Crew","Male","Adult","Yes" +"1860","Crew","Male","Adult","Yes" +"1861","Crew","Male","Adult","Yes" +"1862","Crew","Male","Adult","Yes" +"1863","Crew","Male","Adult","Yes" +"1864","Crew","Male","Adult","Yes" +"1865","Crew","Male","Adult","Yes" +"1866","Crew","Male","Adult","Yes" +"1867","Crew","Male","Adult","Yes" +"1868","Crew","Male","Adult","Yes" +"1869","Crew","Male","Adult","Yes" +"1870","Crew","Male","Adult","Yes" +"1871","Crew","Male","Adult","Yes" +"1872","Crew","Male","Adult","Yes" +"1873","Crew","Male","Adult","Yes" +"1874","Crew","Male","Adult","Yes" +"1875","Crew","Male","Adult","Yes" +"1876","Crew","Male","Adult","Yes" +"1877","Crew","Male","Adult","Yes" +"1878","Crew","Male","Adult","Yes" +"1879","Crew","Male","Adult","Yes" +"1880","Crew","Male","Adult","Yes" +"1881","Crew","Male","Adult","Yes" +"1882","Crew","Male","Adult","Yes" +"1883","Crew","Male","Adult","Yes" +"1884","Crew","Male","Adult","Yes" +"1885","Crew","Male","Adult","Yes" +"1886","1st","Female","Adult","Yes" +"1887","1st","Female","Adult","Yes" +"1888","1st","Female","Adult","Yes" +"1889","1st","Female","Adult","Yes" +"1890","1st","Female","Adult","Yes" +"1891","1st","Female","Adult","Yes" +"1892","1st","Female","Adult","Yes" +"1893","1st","Female","Adult","Yes" +"1894","1st","Female","Adult","Yes" +"1895","1st","Female","Adult","Yes" +"1896","1st","Female","Adult","Yes" +"1897","1st","Female","Adult","Yes" +"1898","1st","Female","Adult","Yes" +"1899","1st","Female","Adult","Yes" +"1900","1st","Female","Adult","Yes" +"1901","1st","Female","Adult","Yes" +"1902","1st","Female","Adult","Yes" +"1903","1st","Female","Adult","Yes" +"1904","1st","Female","Adult","Yes" +"1905","1st","Female","Adult","Yes" +"1906","1st","Female","Adult","Yes" +"1907","1st","Female","Adult","Yes" +"1908","1st","Female","Adult","Yes" +"1909","1st","Female","Adult","Yes" +"1910","1st","Female","Adult","Yes" +"1911","1st","Female","Adult","Yes" +"1912","1st","Female","Adult","Yes" +"1913","1st","Female","Adult","Yes" +"1914","1st","Female","Adult","Yes" +"1915","1st","Female","Adult","Yes" +"1916","1st","Female","Adult","Yes" +"1917","1st","Female","Adult","Yes" +"1918","1st","Female","Adult","Yes" +"1919","1st","Female","Adult","Yes" +"1920","1st","Female","Adult","Yes" +"1921","1st","Female","Adult","Yes" +"1922","1st","Female","Adult","Yes" +"1923","1st","Female","Adult","Yes" +"1924","1st","Female","Adult","Yes" +"1925","1st","Female","Adult","Yes" +"1926","1st","Female","Adult","Yes" +"1927","1st","Female","Adult","Yes" +"1928","1st","Female","Adult","Yes" +"1929","1st","Female","Adult","Yes" +"1930","1st","Female","Adult","Yes" +"1931","1st","Female","Adult","Yes" +"1932","1st","Female","Adult","Yes" +"1933","1st","Female","Adult","Yes" +"1934","1st","Female","Adult","Yes" +"1935","1st","Female","Adult","Yes" +"1936","1st","Female","Adult","Yes" +"1937","1st","Female","Adult","Yes" +"1938","1st","Female","Adult","Yes" +"1939","1st","Female","Adult","Yes" +"1940","1st","Female","Adult","Yes" +"1941","1st","Female","Adult","Yes" +"1942","1st","Female","Adult","Yes" +"1943","1st","Female","Adult","Yes" +"1944","1st","Female","Adult","Yes" +"1945","1st","Female","Adult","Yes" +"1946","1st","Female","Adult","Yes" +"1947","1st","Female","Adult","Yes" +"1948","1st","Female","Adult","Yes" +"1949","1st","Female","Adult","Yes" +"1950","1st","Female","Adult","Yes" +"1951","1st","Female","Adult","Yes" +"1952","1st","Female","Adult","Yes" +"1953","1st","Female","Adult","Yes" +"1954","1st","Female","Adult","Yes" +"1955","1st","Female","Adult","Yes" +"1956","1st","Female","Adult","Yes" +"1957","1st","Female","Adult","Yes" +"1958","1st","Female","Adult","Yes" +"1959","1st","Female","Adult","Yes" +"1960","1st","Female","Adult","Yes" +"1961","1st","Female","Adult","Yes" +"1962","1st","Female","Adult","Yes" +"1963","1st","Female","Adult","Yes" +"1964","1st","Female","Adult","Yes" +"1965","1st","Female","Adult","Yes" +"1966","1st","Female","Adult","Yes" +"1967","1st","Female","Adult","Yes" +"1968","1st","Female","Adult","Yes" +"1969","1st","Female","Adult","Yes" +"1970","1st","Female","Adult","Yes" +"1971","1st","Female","Adult","Yes" +"1972","1st","Female","Adult","Yes" +"1973","1st","Female","Adult","Yes" +"1974","1st","Female","Adult","Yes" +"1975","1st","Female","Adult","Yes" +"1976","1st","Female","Adult","Yes" +"1977","1st","Female","Adult","Yes" +"1978","1st","Female","Adult","Yes" +"1979","1st","Female","Adult","Yes" +"1980","1st","Female","Adult","Yes" +"1981","1st","Female","Adult","Yes" +"1982","1st","Female","Adult","Yes" +"1983","1st","Female","Adult","Yes" +"1984","1st","Female","Adult","Yes" +"1985","1st","Female","Adult","Yes" +"1986","1st","Female","Adult","Yes" +"1987","1st","Female","Adult","Yes" +"1988","1st","Female","Adult","Yes" +"1989","1st","Female","Adult","Yes" +"1990","1st","Female","Adult","Yes" +"1991","1st","Female","Adult","Yes" +"1992","1st","Female","Adult","Yes" +"1993","1st","Female","Adult","Yes" +"1994","1st","Female","Adult","Yes" +"1995","1st","Female","Adult","Yes" +"1996","1st","Female","Adult","Yes" +"1997","1st","Female","Adult","Yes" +"1998","1st","Female","Adult","Yes" +"1999","1st","Female","Adult","Yes" +"2000","1st","Female","Adult","Yes" +"2001","1st","Female","Adult","Yes" +"2002","1st","Female","Adult","Yes" +"2003","1st","Female","Adult","Yes" +"2004","1st","Female","Adult","Yes" +"2005","1st","Female","Adult","Yes" +"2006","1st","Female","Adult","Yes" +"2007","1st","Female","Adult","Yes" +"2008","1st","Female","Adult","Yes" +"2009","1st","Female","Adult","Yes" +"2010","1st","Female","Adult","Yes" +"2011","1st","Female","Adult","Yes" +"2012","1st","Female","Adult","Yes" +"2013","1st","Female","Adult","Yes" +"2014","1st","Female","Adult","Yes" +"2015","1st","Female","Adult","Yes" +"2016","1st","Female","Adult","Yes" +"2017","1st","Female","Adult","Yes" +"2018","1st","Female","Adult","Yes" +"2019","1st","Female","Adult","Yes" +"2020","1st","Female","Adult","Yes" +"2021","1st","Female","Adult","Yes" +"2022","1st","Female","Adult","Yes" +"2023","1st","Female","Adult","Yes" +"2024","1st","Female","Adult","Yes" +"2025","1st","Female","Adult","Yes" +"2026","2nd","Female","Adult","Yes" +"2027","2nd","Female","Adult","Yes" +"2028","2nd","Female","Adult","Yes" +"2029","2nd","Female","Adult","Yes" +"2030","2nd","Female","Adult","Yes" +"2031","2nd","Female","Adult","Yes" +"2032","2nd","Female","Adult","Yes" +"2033","2nd","Female","Adult","Yes" +"2034","2nd","Female","Adult","Yes" +"2035","2nd","Female","Adult","Yes" +"2036","2nd","Female","Adult","Yes" +"2037","2nd","Female","Adult","Yes" +"2038","2nd","Female","Adult","Yes" +"2039","2nd","Female","Adult","Yes" +"2040","2nd","Female","Adult","Yes" +"2041","2nd","Female","Adult","Yes" +"2042","2nd","Female","Adult","Yes" +"2043","2nd","Female","Adult","Yes" +"2044","2nd","Female","Adult","Yes" +"2045","2nd","Female","Adult","Yes" +"2046","2nd","Female","Adult","Yes" +"2047","2nd","Female","Adult","Yes" +"2048","2nd","Female","Adult","Yes" +"2049","2nd","Female","Adult","Yes" +"2050","2nd","Female","Adult","Yes" +"2051","2nd","Female","Adult","Yes" +"2052","2nd","Female","Adult","Yes" +"2053","2nd","Female","Adult","Yes" +"2054","2nd","Female","Adult","Yes" +"2055","2nd","Female","Adult","Yes" +"2056","2nd","Female","Adult","Yes" +"2057","2nd","Female","Adult","Yes" +"2058","2nd","Female","Adult","Yes" +"2059","2nd","Female","Adult","Yes" +"2060","2nd","Female","Adult","Yes" +"2061","2nd","Female","Adult","Yes" +"2062","2nd","Female","Adult","Yes" +"2063","2nd","Female","Adult","Yes" +"2064","2nd","Female","Adult","Yes" +"2065","2nd","Female","Adult","Yes" +"2066","2nd","Female","Adult","Yes" +"2067","2nd","Female","Adult","Yes" +"2068","2nd","Female","Adult","Yes" +"2069","2nd","Female","Adult","Yes" +"2070","2nd","Female","Adult","Yes" +"2071","2nd","Female","Adult","Yes" +"2072","2nd","Female","Adult","Yes" +"2073","2nd","Female","Adult","Yes" +"2074","2nd","Female","Adult","Yes" +"2075","2nd","Female","Adult","Yes" +"2076","2nd","Female","Adult","Yes" +"2077","2nd","Female","Adult","Yes" +"2078","2nd","Female","Adult","Yes" +"2079","2nd","Female","Adult","Yes" +"2080","2nd","Female","Adult","Yes" +"2081","2nd","Female","Adult","Yes" +"2082","2nd","Female","Adult","Yes" +"2083","2nd","Female","Adult","Yes" +"2084","2nd","Female","Adult","Yes" +"2085","2nd","Female","Adult","Yes" +"2086","2nd","Female","Adult","Yes" +"2087","2nd","Female","Adult","Yes" +"2088","2nd","Female","Adult","Yes" +"2089","2nd","Female","Adult","Yes" +"2090","2nd","Female","Adult","Yes" +"2091","2nd","Female","Adult","Yes" +"2092","2nd","Female","Adult","Yes" +"2093","2nd","Female","Adult","Yes" +"2094","2nd","Female","Adult","Yes" +"2095","2nd","Female","Adult","Yes" +"2096","2nd","Female","Adult","Yes" +"2097","2nd","Female","Adult","Yes" +"2098","2nd","Female","Adult","Yes" +"2099","2nd","Female","Adult","Yes" +"2100","2nd","Female","Adult","Yes" +"2101","2nd","Female","Adult","Yes" +"2102","2nd","Female","Adult","Yes" +"2103","2nd","Female","Adult","Yes" +"2104","2nd","Female","Adult","Yes" +"2105","2nd","Female","Adult","Yes" +"2106","3rd","Female","Adult","Yes" +"2107","3rd","Female","Adult","Yes" +"2108","3rd","Female","Adult","Yes" +"2109","3rd","Female","Adult","Yes" +"2110","3rd","Female","Adult","Yes" +"2111","3rd","Female","Adult","Yes" +"2112","3rd","Female","Adult","Yes" +"2113","3rd","Female","Adult","Yes" +"2114","3rd","Female","Adult","Yes" +"2115","3rd","Female","Adult","Yes" +"2116","3rd","Female","Adult","Yes" +"2117","3rd","Female","Adult","Yes" +"2118","3rd","Female","Adult","Yes" +"2119","3rd","Female","Adult","Yes" +"2120","3rd","Female","Adult","Yes" +"2121","3rd","Female","Adult","Yes" +"2122","3rd","Female","Adult","Yes" +"2123","3rd","Female","Adult","Yes" +"2124","3rd","Female","Adult","Yes" +"2125","3rd","Female","Adult","Yes" +"2126","3rd","Female","Adult","Yes" +"2127","3rd","Female","Adult","Yes" +"2128","3rd","Female","Adult","Yes" +"2129","3rd","Female","Adult","Yes" +"2130","3rd","Female","Adult","Yes" +"2131","3rd","Female","Adult","Yes" +"2132","3rd","Female","Adult","Yes" +"2133","3rd","Female","Adult","Yes" +"2134","3rd","Female","Adult","Yes" +"2135","3rd","Female","Adult","Yes" +"2136","3rd","Female","Adult","Yes" +"2137","3rd","Female","Adult","Yes" +"2138","3rd","Female","Adult","Yes" +"2139","3rd","Female","Adult","Yes" +"2140","3rd","Female","Adult","Yes" +"2141","3rd","Female","Adult","Yes" +"2142","3rd","Female","Adult","Yes" +"2143","3rd","Female","Adult","Yes" +"2144","3rd","Female","Adult","Yes" +"2145","3rd","Female","Adult","Yes" +"2146","3rd","Female","Adult","Yes" +"2147","3rd","Female","Adult","Yes" +"2148","3rd","Female","Adult","Yes" +"2149","3rd","Female","Adult","Yes" +"2150","3rd","Female","Adult","Yes" +"2151","3rd","Female","Adult","Yes" +"2152","3rd","Female","Adult","Yes" +"2153","3rd","Female","Adult","Yes" +"2154","3rd","Female","Adult","Yes" +"2155","3rd","Female","Adult","Yes" +"2156","3rd","Female","Adult","Yes" +"2157","3rd","Female","Adult","Yes" +"2158","3rd","Female","Adult","Yes" +"2159","3rd","Female","Adult","Yes" +"2160","3rd","Female","Adult","Yes" +"2161","3rd","Female","Adult","Yes" +"2162","3rd","Female","Adult","Yes" +"2163","3rd","Female","Adult","Yes" +"2164","3rd","Female","Adult","Yes" +"2165","3rd","Female","Adult","Yes" +"2166","3rd","Female","Adult","Yes" +"2167","3rd","Female","Adult","Yes" +"2168","3rd","Female","Adult","Yes" +"2169","3rd","Female","Adult","Yes" +"2170","3rd","Female","Adult","Yes" +"2171","3rd","Female","Adult","Yes" +"2172","3rd","Female","Adult","Yes" +"2173","3rd","Female","Adult","Yes" +"2174","3rd","Female","Adult","Yes" +"2175","3rd","Female","Adult","Yes" +"2176","3rd","Female","Adult","Yes" +"2177","3rd","Female","Adult","Yes" +"2178","3rd","Female","Adult","Yes" +"2179","3rd","Female","Adult","Yes" +"2180","3rd","Female","Adult","Yes" +"2181","3rd","Female","Adult","Yes" +"2182","Crew","Female","Adult","Yes" +"2183","Crew","Female","Adult","Yes" +"2184","Crew","Female","Adult","Yes" +"2185","Crew","Female","Adult","Yes" +"2186","Crew","Female","Adult","Yes" +"2187","Crew","Female","Adult","Yes" +"2188","Crew","Female","Adult","Yes" +"2189","Crew","Female","Adult","Yes" +"2190","Crew","Female","Adult","Yes" +"2191","Crew","Female","Adult","Yes" +"2192","Crew","Female","Adult","Yes" +"2193","Crew","Female","Adult","Yes" +"2194","Crew","Female","Adult","Yes" +"2195","Crew","Female","Adult","Yes" +"2196","Crew","Female","Adult","Yes" +"2197","Crew","Female","Adult","Yes" +"2198","Crew","Female","Adult","Yes" +"2199","Crew","Female","Adult","Yes" +"2200","Crew","Female","Adult","Yes" +"2201","Crew","Female","Adult","Yes" diff --git a/Week3/Lab3/airquality.csv b/Week3/Lab3/airquality.csv new file mode 100644 index 0000000..51719ac --- /dev/null +++ b/Week3/Lab3/airquality.csv @@ -0,0 +1,154 @@ +"","Ozone","Solar.R","Wind","Temp","Month","Day" +"1",41,190,7.4,67,5,1 +"2",36,118,8,72,5,2 +"3",12,149,12.6,74,5,3 +"4",18,313,11.5,62,5,4 +"5",NA,NA,14.3,56,5,5 +"6",28,NA,14.9,66,5,6 +"7",23,299,8.6,65,5,7 +"8",19,99,13.8,59,5,8 +"9",8,19,20.1,61,5,9 +"10",NA,194,8.6,69,5,10 +"11",7,NA,6.9,74,5,11 +"12",16,256,9.7,69,5,12 +"13",11,290,9.2,66,5,13 +"14",14,274,10.9,68,5,14 +"15",18,65,13.2,58,5,15 +"16",14,334,11.5,64,5,16 +"17",34,307,12,66,5,17 +"18",6,78,18.4,57,5,18 +"19",30,322,11.5,68,5,19 +"20",11,44,9.7,62,5,20 +"21",1,8,9.7,59,5,21 +"22",11,320,16.6,73,5,22 +"23",4,25,9.7,61,5,23 +"24",32,92,12,61,5,24 +"25",NA,66,16.6,57,5,25 +"26",NA,266,14.9,58,5,26 +"27",NA,NA,8,57,5,27 +"28",23,13,12,67,5,28 +"29",45,252,14.9,81,5,29 +"30",115,223,5.7,79,5,30 +"31",37,279,7.4,76,5,31 +"32",NA,286,8.6,78,6,1 +"33",NA,287,9.7,74,6,2 +"34",NA,242,16.1,67,6,3 +"35",NA,186,9.2,84,6,4 +"36",NA,220,8.6,85,6,5 +"37",NA,264,14.3,79,6,6 +"38",29,127,9.7,82,6,7 +"39",NA,273,6.9,87,6,8 +"40",71,291,13.8,90,6,9 +"41",39,323,11.5,87,6,10 +"42",NA,259,10.9,93,6,11 +"43",NA,250,9.2,92,6,12 +"44",23,148,8,82,6,13 +"45",NA,332,13.8,80,6,14 +"46",NA,322,11.5,79,6,15 +"47",21,191,14.9,77,6,16 +"48",37,284,20.7,72,6,17 +"49",20,37,9.2,65,6,18 +"50",12,120,11.5,73,6,19 +"51",13,137,10.3,76,6,20 +"52",NA,150,6.3,77,6,21 +"53",NA,59,1.7,76,6,22 +"54",NA,91,4.6,76,6,23 +"55",NA,250,6.3,76,6,24 +"56",NA,135,8,75,6,25 +"57",NA,127,8,78,6,26 +"58",NA,47,10.3,73,6,27 +"59",NA,98,11.5,80,6,28 +"60",NA,31,14.9,77,6,29 +"61",NA,138,8,83,6,30 +"62",135,269,4.1,84,7,1 +"63",49,248,9.2,85,7,2 +"64",32,236,9.2,81,7,3 +"65",NA,101,10.9,84,7,4 +"66",64,175,4.6,83,7,5 +"67",40,314,10.9,83,7,6 +"68",77,276,5.1,88,7,7 +"69",97,267,6.3,92,7,8 +"70",97,272,5.7,92,7,9 +"71",85,175,7.4,89,7,10 +"72",NA,139,8.6,82,7,11 +"73",10,264,14.3,73,7,12 +"74",27,175,14.9,81,7,13 +"75",NA,291,14.9,91,7,14 +"76",7,48,14.3,80,7,15 +"77",48,260,6.9,81,7,16 +"78",35,274,10.3,82,7,17 +"79",61,285,6.3,84,7,18 +"80",79,187,5.1,87,7,19 +"81",63,220,11.5,85,7,20 +"82",16,7,6.9,74,7,21 +"83",NA,258,9.7,81,7,22 +"84",NA,295,11.5,82,7,23 +"85",80,294,8.6,86,7,24 +"86",108,223,8,85,7,25 +"87",20,81,8.6,82,7,26 +"88",52,82,12,86,7,27 +"89",82,213,7.4,88,7,28 +"90",50,275,7.4,86,7,29 +"91",64,253,7.4,83,7,30 +"92",59,254,9.2,81,7,31 +"93",39,83,6.9,81,8,1 +"94",9,24,13.8,81,8,2 +"95",16,77,7.4,82,8,3 +"96",78,NA,6.9,86,8,4 +"97",35,NA,7.4,85,8,5 +"98",66,NA,4.6,87,8,6 +"99",122,255,4,89,8,7 +"100",89,229,10.3,90,8,8 +"101",110,207,8,90,8,9 +"102",NA,222,8.6,92,8,10 +"103",NA,137,11.5,86,8,11 +"104",44,192,11.5,86,8,12 +"105",28,273,11.5,82,8,13 +"106",65,157,9.7,80,8,14 +"107",NA,64,11.5,79,8,15 +"108",22,71,10.3,77,8,16 +"109",59,51,6.3,79,8,17 +"110",23,115,7.4,76,8,18 +"111",31,244,10.9,78,8,19 +"112",44,190,10.3,78,8,20 +"113",21,259,15.5,77,8,21 +"114",9,36,14.3,72,8,22 +"115",NA,255,12.6,75,8,23 +"116",45,212,9.7,79,8,24 +"117",168,238,3.4,81,8,25 +"118",73,215,8,86,8,26 +"119",NA,153,5.7,88,8,27 +"120",76,203,9.7,97,8,28 +"121",118,225,2.3,94,8,29 +"122",84,237,6.3,96,8,30 +"123",85,188,6.3,94,8,31 +"124",96,167,6.9,91,9,1 +"125",78,197,5.1,92,9,2 +"126",73,183,2.8,93,9,3 +"127",91,189,4.6,93,9,4 +"128",47,95,7.4,87,9,5 +"129",32,92,15.5,84,9,6 +"130",20,252,10.9,80,9,7 +"131",23,220,10.3,78,9,8 +"132",21,230,10.9,75,9,9 +"133",24,259,9.7,73,9,10 +"134",44,236,14.9,81,9,11 +"135",21,259,15.5,76,9,12 +"136",28,238,6.3,77,9,13 +"137",9,24,10.9,71,9,14 +"138",13,112,11.5,71,9,15 +"139",46,237,6.9,78,9,16 +"140",18,224,13.8,67,9,17 +"141",13,27,10.3,76,9,18 +"142",24,238,10.3,68,9,19 +"143",16,201,8,82,9,20 +"144",13,238,12.6,64,9,21 +"145",23,14,9.2,71,9,22 +"146",36,139,10.3,81,9,23 +"147",7,49,10.3,69,9,24 +"148",14,20,16.6,63,9,25 +"149",30,193,6.9,70,9,26 +"150",NA,145,13.2,77,9,27 +"151",14,191,14.3,75,9,28 +"152",18,131,8,76,9,29 +"153",20,223,11.5,68,9,30 diff --git a/Week3/Lab3/diamonds.csv b/Week3/Lab3/diamonds.csv new file mode 100644 index 0000000..847cc90 --- /dev/null +++ b/Week3/Lab3/diamonds.csv @@ -0,0 +1,53941 @@ +"carat","cut","color","clarity","depth","table","price","x","y","z" +"1",0.23,"Ideal","E","SI2",61.5,55,326,3.95,3.98,2.43 +"2",0.21,"Premium","E","SI1",59.8,61,326,3.89,3.84,2.31 +"3",0.23,"Good","E","VS1",56.9,65,327,4.05,4.07,2.31 +"4",0.29,"Premium","I","VS2",62.4,58,334,4.2,4.23,2.63 +"5",0.31,"Good","J","SI2",63.3,58,335,4.34,4.35,2.75 +"6",0.24,"Very Good","J","VVS2",62.8,57,336,3.94,3.96,2.48 +"7",0.24,"Very Good","I","VVS1",62.3,57,336,3.95,3.98,2.47 +"8",0.26,"Very Good","H","SI1",61.9,55,337,4.07,4.11,2.53 +"9",0.22,"Fair","E","VS2",65.1,61,337,3.87,3.78,2.49 +"10",0.23,"Very Good","H","VS1",59.4,61,338,4,4.05,2.39 +"11",0.3,"Good","J","SI1",64,55,339,4.25,4.28,2.73 +"12",0.23,"Ideal","J","VS1",62.8,56,340,3.93,3.9,2.46 +"13",0.22,"Premium","F","SI1",60.4,61,342,3.88,3.84,2.33 +"14",0.31,"Ideal","J","SI2",62.2,54,344,4.35,4.37,2.71 +"15",0.2,"Premium","E","SI2",60.2,62,345,3.79,3.75,2.27 +"16",0.32,"Premium","E","I1",60.9,58,345,4.38,4.42,2.68 +"17",0.3,"Ideal","I","SI2",62,54,348,4.31,4.34,2.68 +"18",0.3,"Good","J","SI1",63.4,54,351,4.23,4.29,2.7 +"19",0.3,"Good","J","SI1",63.8,56,351,4.23,4.26,2.71 +"20",0.3,"Very Good","J","SI1",62.7,59,351,4.21,4.27,2.66 +"21",0.3,"Good","I","SI2",63.3,56,351,4.26,4.3,2.71 +"22",0.23,"Very Good","E","VS2",63.8,55,352,3.85,3.92,2.48 +"23",0.23,"Very Good","H","VS1",61,57,353,3.94,3.96,2.41 +"24",0.31,"Very Good","J","SI1",59.4,62,353,4.39,4.43,2.62 +"25",0.31,"Very Good","J","SI1",58.1,62,353,4.44,4.47,2.59 +"26",0.23,"Very Good","G","VVS2",60.4,58,354,3.97,4.01,2.41 +"27",0.24,"Premium","I","VS1",62.5,57,355,3.97,3.94,2.47 +"28",0.3,"Very Good","J","VS2",62.2,57,357,4.28,4.3,2.67 +"29",0.23,"Very Good","D","VS2",60.5,61,357,3.96,3.97,2.4 +"30",0.23,"Very Good","F","VS1",60.9,57,357,3.96,3.99,2.42 +"31",0.23,"Very Good","F","VS1",60,57,402,4,4.03,2.41 +"32",0.23,"Very Good","F","VS1",59.8,57,402,4.04,4.06,2.42 +"33",0.23,"Very Good","E","VS1",60.7,59,402,3.97,4.01,2.42 +"34",0.23,"Very Good","E","VS1",59.5,58,402,4.01,4.06,2.4 +"35",0.23,"Very Good","D","VS1",61.9,58,402,3.92,3.96,2.44 +"36",0.23,"Good","F","VS1",58.2,59,402,4.06,4.08,2.37 +"37",0.23,"Good","E","VS1",64.1,59,402,3.83,3.85,2.46 +"38",0.31,"Good","H","SI1",64,54,402,4.29,4.31,2.75 +"39",0.26,"Very Good","D","VS2",60.8,59,403,4.13,4.16,2.52 +"40",0.33,"Ideal","I","SI2",61.8,55,403,4.49,4.51,2.78 +"41",0.33,"Ideal","I","SI2",61.2,56,403,4.49,4.5,2.75 +"42",0.33,"Ideal","J","SI1",61.1,56,403,4.49,4.55,2.76 +"43",0.26,"Good","D","VS2",65.2,56,403,3.99,4.02,2.61 +"44",0.26,"Good","D","VS1",58.4,63,403,4.19,4.24,2.46 +"45",0.32,"Good","H","SI2",63.1,56,403,4.34,4.37,2.75 +"46",0.29,"Premium","F","SI1",62.4,58,403,4.24,4.26,2.65 +"47",0.32,"Very Good","H","SI2",61.8,55,403,4.35,4.42,2.71 +"48",0.32,"Good","H","SI2",63.8,56,403,4.36,4.38,2.79 +"49",0.25,"Very Good","E","VS2",63.3,60,404,4,4.03,2.54 +"50",0.29,"Very Good","H","SI2",60.7,60,404,4.33,4.37,2.64 +"51",0.24,"Very Good","F","SI1",60.9,61,404,4.02,4.03,2.45 +"52",0.23,"Ideal","G","VS1",61.9,54,404,3.93,3.95,2.44 +"53",0.32,"Ideal","I","SI1",60.9,55,404,4.45,4.48,2.72 +"54",0.22,"Premium","E","VS2",61.6,58,404,3.93,3.89,2.41 +"55",0.22,"Premium","D","VS2",59.3,62,404,3.91,3.88,2.31 +"56",0.3,"Ideal","I","SI2",61,59,405,4.3,4.33,2.63 +"57",0.3,"Premium","J","SI2",59.3,61,405,4.43,4.38,2.61 +"58",0.3,"Very Good","I","SI1",62.6,57,405,4.25,4.28,2.67 +"59",0.3,"Very Good","I","SI1",63,57,405,4.28,4.32,2.71 +"60",0.3,"Good","I","SI1",63.2,55,405,4.25,4.29,2.7 +"61",0.35,"Ideal","I","VS1",60.9,57,552,4.54,4.59,2.78 +"62",0.3,"Premium","D","SI1",62.6,59,552,4.23,4.27,2.66 +"63",0.3,"Ideal","D","SI1",62.5,57,552,4.29,4.32,2.69 +"64",0.3,"Ideal","D","SI1",62.1,56,552,4.3,4.33,2.68 +"65",0.42,"Premium","I","SI2",61.5,59,552,4.78,4.84,2.96 +"66",0.28,"Ideal","G","VVS2",61.4,56,553,4.19,4.22,2.58 +"67",0.32,"Ideal","I","VVS1",62,55.3,553,4.39,4.42,2.73 +"68",0.31,"Very Good","G","SI1",63.3,57,553,4.33,4.3,2.73 +"69",0.31,"Premium","G","SI1",61.8,58,553,4.35,4.32,2.68 +"70",0.24,"Premium","E","VVS1",60.7,58,553,4.01,4.03,2.44 +"71",0.24,"Very Good","D","VVS1",61.5,60,553,3.97,4,2.45 +"72",0.3,"Very Good","H","SI1",63.1,56,554,4.29,4.27,2.7 +"73",0.3,"Premium","H","SI1",62.9,59,554,4.28,4.24,2.68 +"74",0.3,"Premium","H","SI1",62.5,57,554,4.29,4.25,2.67 +"75",0.3,"Good","H","SI1",63.7,57,554,4.28,4.26,2.72 +"76",0.26,"Very Good","F","VVS2",59.2,60,554,4.19,4.22,2.49 +"77",0.26,"Very Good","E","VVS2",59.9,58,554,4.15,4.23,2.51 +"78",0.26,"Very Good","D","VVS2",62.4,54,554,4.08,4.13,2.56 +"79",0.26,"Very Good","D","VVS2",62.8,60,554,4.01,4.05,2.53 +"80",0.26,"Very Good","E","VVS1",62.6,59,554,4.06,4.09,2.55 +"81",0.26,"Very Good","E","VVS1",63.4,59,554,4,4.04,2.55 +"82",0.26,"Very Good","D","VVS1",62.1,60,554,4.03,4.12,2.53 +"83",0.26,"Ideal","E","VVS2",62.9,58,554,4.02,4.06,2.54 +"84",0.38,"Ideal","I","SI2",61.6,56,554,4.65,4.67,2.87 +"85",0.26,"Good","E","VVS1",57.9,60,554,4.22,4.25,2.45 +"86",0.24,"Premium","G","VVS1",62.3,59,554,3.95,3.92,2.45 +"87",0.24,"Premium","H","VVS1",61.2,58,554,4.01,3.96,2.44 +"88",0.24,"Premium","H","VVS1",60.8,59,554,4.02,4,2.44 +"89",0.24,"Premium","H","VVS2",60.7,58,554,4.07,4.04,2.46 +"90",0.32,"Premium","I","SI1",62.9,58,554,4.35,4.33,2.73 +"91",0.7,"Ideal","E","SI1",62.5,57,2757,5.7,5.72,3.57 +"92",0.86,"Fair","E","SI2",55.1,69,2757,6.45,6.33,3.52 +"93",0.7,"Ideal","G","VS2",61.6,56,2757,5.7,5.67,3.5 +"94",0.71,"Very Good","E","VS2",62.4,57,2759,5.68,5.73,3.56 +"95",0.78,"Very Good","G","SI2",63.8,56,2759,5.81,5.85,3.72 +"96",0.7,"Good","E","VS2",57.5,58,2759,5.85,5.9,3.38 +"97",0.7,"Good","F","VS1",59.4,62,2759,5.71,5.76,3.4 +"98",0.96,"Fair","F","SI2",66.3,62,2759,6.27,5.95,4.07 +"99",0.73,"Very Good","E","SI1",61.6,59,2760,5.77,5.78,3.56 +"100",0.8,"Premium","H","SI1",61.5,58,2760,5.97,5.93,3.66 +"101",0.75,"Very Good","D","SI1",63.2,56,2760,5.8,5.75,3.65 +"102",0.75,"Premium","E","SI1",59.9,54,2760,6,5.96,3.58 +"103",0.74,"Ideal","G","SI1",61.6,55,2760,5.8,5.85,3.59 +"104",0.75,"Premium","G","VS2",61.7,58,2760,5.85,5.79,3.59 +"105",0.8,"Ideal","I","VS1",62.9,56,2760,5.94,5.87,3.72 +"106",0.75,"Ideal","G","SI1",62.2,55,2760,5.87,5.8,3.63 +"107",0.8,"Premium","G","SI1",63,59,2760,5.9,5.81,3.69 +"108",0.74,"Ideal","I","VVS2",62.3,55,2761,5.77,5.81,3.61 +"109",0.81,"Ideal","F","SI2",58.8,57,2761,6.14,6.11,3.6 +"110",0.59,"Ideal","E","VVS2",62,55,2761,5.38,5.43,3.35 +"111",0.8,"Ideal","F","SI2",61.4,57,2761,5.96,6,3.67 +"112",0.74,"Ideal","E","SI2",62.2,56,2761,5.8,5.84,3.62 +"113",0.9,"Premium","I","VS2",63,58,2761,6.16,6.12,3.87 +"114",0.74,"Very Good","G","SI1",62.2,59,2762,5.73,5.82,3.59 +"115",0.73,"Ideal","F","VS2",62.6,56,2762,5.77,5.74,3.6 +"116",0.73,"Ideal","F","VS2",62.7,53,2762,5.8,5.75,3.62 +"117",0.8,"Premium","F","SI2",61.7,58,2762,5.98,5.94,3.68 +"118",0.71,"Ideal","G","VS2",62.4,54,2762,5.72,5.76,3.58 +"119",0.7,"Ideal","E","VS2",60.7,58,2762,5.73,5.76,3.49 +"120",0.8,"Ideal","F","SI2",59.9,59,2762,6.01,6.07,3.62 +"121",0.71,"Ideal","D","SI2",62.3,56,2762,5.73,5.69,3.56 +"122",0.74,"Ideal","E","SI1",62.3,54,2762,5.8,5.83,3.62 +"123",0.7,"Very Good","F","VS2",61.7,63,2762,5.64,5.61,3.47 +"124",0.7,"Fair","F","VS2",64.5,57,2762,5.57,5.53,3.58 +"125",0.7,"Fair","F","VS2",65.3,55,2762,5.63,5.58,3.66 +"126",0.7,"Premium","F","VS2",61.6,60,2762,5.65,5.59,3.46 +"127",0.91,"Premium","H","SI1",61.4,56,2763,6.09,5.97,3.7 +"128",0.61,"Very Good","D","VVS2",59.6,57,2763,5.56,5.58,3.32 +"129",0.91,"Fair","H","SI2",64.4,57,2763,6.11,6.09,3.93 +"130",0.91,"Fair","H","SI2",65.7,60,2763,6.03,5.99,3.95 +"131",0.77,"Ideal","H","VS2",62,56,2763,5.89,5.86,3.64 +"132",0.71,"Very Good","D","SI1",63.6,58,2764,5.64,5.68,3.6 +"133",0.71,"Ideal","D","SI1",61.9,59,2764,5.69,5.72,3.53 +"134",0.7,"Very Good","E","VS2",62.6,60,2765,5.62,5.65,3.53 +"135",0.77,"Very Good","H","VS1",61.3,60,2765,5.88,5.9,3.61 +"136",0.63,"Premium","E","VVS1",60.9,60,2765,5.52,5.55,3.37 +"137",0.71,"Very Good","F","VS1",60.1,62,2765,5.74,5.77,3.46 +"138",0.71,"Premium","F","VS1",61.8,59,2765,5.69,5.73,3.53 +"139",0.76,"Ideal","H","SI1",61.2,57,2765,5.88,5.91,3.61 +"140",0.64,"Ideal","G","VVS1",61.9,56,2766,5.53,5.56,3.43 +"141",0.71,"Premium","G","VS2",60.9,57,2766,5.78,5.75,3.51 +"142",0.71,"Premium","G","VS2",59.8,56,2766,5.89,5.81,3.5 +"143",0.7,"Very Good","D","VS2",61.8,55,2767,5.68,5.72,3.52 +"144",0.7,"Very Good","F","VS1",60,57,2767,5.8,5.87,3.5 +"145",0.71,"Ideal","D","SI2",61.6,55,2767,5.74,5.76,3.54 +"146",0.7,"Good","H","VVS2",62.1,64,2767,5.62,5.65,3.5 +"147",0.71,"Very Good","G","VS1",63.3,59,2768,5.52,5.61,3.52 +"148",0.73,"Very Good","D","SI1",60.2,56,2768,5.83,5.87,3.52 +"149",0.7,"Very Good","D","SI1",61.1,58,2768,5.66,5.73,3.48 +"150",0.7,"Ideal","E","SI1",60.9,57,2768,5.73,5.76,3.5 +"151",0.71,"Premium","D","SI2",61.7,59,2768,5.71,5.67,3.51 +"152",0.74,"Ideal","I","SI1",61.3,56,2769,5.82,5.86,3.57 +"153",0.71,"Premium","D","VS2",62.5,60,2770,5.65,5.61,3.52 +"154",0.73,"Premium","G","VS2",61.4,59,2770,5.83,5.76,3.56 +"155",0.76,"Very Good","F","SI1",62.9,57,2770,5.79,5.81,3.65 +"156",0.76,"Ideal","D","SI2",62.4,57,2770,5.78,5.83,3.62 +"157",0.71,"Ideal","F","SI1",60.7,56,2770,5.77,5.8,3.51 +"158",0.73,"Premium","G","VS2",60.7,58,2770,5.87,5.82,3.55 +"159",0.73,"Premium","G","VS1",61.5,58,2770,5.79,5.75,3.55 +"160",0.73,"Ideal","D","SI2",59.9,57,2770,5.92,5.89,3.54 +"161",0.73,"Premium","G","VS2",59.2,59,2770,5.92,5.87,3.49 +"162",0.72,"Very Good","H","VVS2",60.3,56,2771,5.81,5.83,3.51 +"163",0.73,"Very Good","F","SI1",61.7,60,2771,5.79,5.82,3.58 +"164",0.71,"Ideal","G","VS2",61.9,57,2771,5.73,5.77,3.56 +"165",0.79,"Ideal","F","SI2",61.9,55,2771,5.97,5.92,3.68 +"166",0.73,"Very Good","H","VVS1",60.4,59,2772,5.83,5.89,3.54 +"167",0.8,"Very Good","F","SI2",61,57,2772,6.01,6.03,3.67 +"168",0.58,"Ideal","G","VVS1",61.5,55,2772,5.39,5.44,3.33 +"169",0.58,"Ideal","F","VVS1",61.7,56,2772,5.33,5.37,3.3 +"170",0.71,"Good","E","VS2",59.2,61,2772,5.8,5.88,3.46 +"171",0.75,"Ideal","D","SI2",61.3,56,2773,5.85,5.89,3.6 +"172",0.7,"Premium","D","VS2",58,62,2773,5.87,5.78,3.38 +"173",1.17,"Very Good","J","I1",60.2,61,2774,6.83,6.9,4.13 +"174",0.6,"Ideal","E","VS1",61.7,55,2774,5.41,5.44,3.35 +"175",0.7,"Ideal","E","SI1",62.7,55,2774,5.68,5.74,3.58 +"176",0.83,"Good","I","VS2",64.6,54,2774,5.85,5.88,3.79 +"177",0.74,"Very Good","F","VS2",61.3,61,2775,5.8,5.84,3.57 +"178",0.72,"Very Good","G","VS2",63.7,56.4,2776,5.62,5.69,3.61 +"179",0.71,"Premium","E","VS2",62.7,58,2776,5.74,5.68,3.58 +"180",0.71,"Ideal","E","VS2",62.2,57,2776,5.79,5.62,3.55 +"181",0.54,"Ideal","E","VVS2",61.6,56,2776,5.25,5.27,3.24 +"182",0.54,"Ideal","E","VVS2",61.5,57,2776,5.24,5.26,3.23 +"183",0.72,"Ideal","G","SI1",61.8,56,2776,5.72,5.75,3.55 +"184",0.72,"Ideal","G","SI1",60.7,56,2776,5.79,5.82,3.53 +"185",0.72,"Good","G","VS2",59.7,60.5,2776,5.8,5.84,3.47 +"186",0.71,"Ideal","G","SI1",60.5,56,2776,5.8,5.76,3.5 +"187",0.7,"Very Good","D","VS1",62.7,58,2777,5.66,5.73,3.57 +"188",0.71,"Premium","F","VS2",62.1,58,2777,5.67,5.7,3.53 +"189",0.71,"Very Good","F","VS2",62.8,57,2777,5.64,5.69,3.56 +"190",0.71,"Good","F","VS2",63.8,58,2777,5.61,5.64,3.59 +"191",0.71,"Good","F","VS2",57.8,60,2777,5.87,5.9,3.4 +"192",0.7,"Ideal","E","VS2",62.1,55,2777,5.7,5.67,3.53 +"193",0.7,"Premium","E","VS2",61.1,60,2777,5.71,5.64,3.47 +"194",0.7,"Premium","E","SI1",60,59,2777,5.79,5.75,3.46 +"195",0.7,"Premium","E","SI1",61.2,57,2777,5.73,5.68,3.49 +"196",0.7,"Premium","E","SI1",62.7,59,2777,5.67,5.63,3.54 +"197",0.7,"Premium","E","SI1",61,57,2777,5.73,5.68,3.48 +"198",0.7,"Premium","E","SI1",61,58,2777,5.78,5.72,3.51 +"199",0.7,"Ideal","E","SI1",61.4,57,2777,5.76,5.7,3.52 +"200",0.72,"Premium","F","SI1",61.8,61,2777,5.82,5.71,3.56 +"201",0.7,"Very Good","E","SI1",59.9,63,2777,5.76,5.7,3.43 +"202",0.7,"Premium","E","SI1",61.3,58,2777,5.71,5.68,3.49 +"203",0.7,"Premium","E","SI1",60.5,58,2777,5.77,5.74,3.48 +"204",0.7,"Good","E","VS2",64.1,59,2777,5.64,5.59,3.6 +"205",0.98,"Fair","H","SI2",67.9,60,2777,6.05,5.97,4.08 +"206",0.78,"Premium","F","SI1",62.4,58,2777,5.83,5.8,3.63 +"207",0.7,"Very Good","E","SI1",63.2,60,2777,5.6,5.51,3.51 +"208",0.52,"Ideal","F","VVS1",61.3,55,2778,5.19,5.22,3.19 +"209",0.73,"Very Good","H","VS2",60.8,56,2779,5.82,5.84,3.55 +"210",0.74,"Ideal","E","SI1",61.7,56,2779,5.84,5.8,3.59 +"211",0.7,"Very Good","F","VS2",63.6,57,2780,5.61,5.65,3.58 +"212",0.77,"Premium","G","VS2",61.2,58,2780,5.9,5.93,3.62 +"213",0.71,"Ideal","F","VS2",62.1,54,2780,5.68,5.72,3.54 +"214",0.74,"Ideal","G","VS1",61.5,55,2780,5.81,5.86,3.59 +"215",0.7,"Ideal","G","VS1",61.4,59,2780,5.64,5.73,3.49 +"216",1.01,"Premium","F","I1",61.8,60,2781,6.39,6.36,3.94 +"217",0.77,"Ideal","H","SI1",62.2,56,2781,5.83,5.88,3.64 +"218",0.78,"Ideal","H","SI1",61.2,56,2781,5.92,5.99,3.64 +"219",0.72,"Very Good","H","VS1",60.6,63,2782,5.83,5.76,3.51 +"220",0.53,"Very Good","D","VVS2",57.5,64,2782,5.34,5.37,3.08 +"221",0.76,"Ideal","G","VS2",61.3,56,2782,5.9,5.94,3.63 +"222",0.7,"Good","E","VS1",57.2,62,2782,5.81,5.77,3.31 +"223",0.7,"Premium","E","VS1",62.9,60,2782,5.62,5.54,3.51 +"224",0.75,"Very Good","D","SI2",63.1,58,2782,5.78,5.73,3.63 +"225",0.72,"Ideal","D","SI1",60.8,57,2782,5.76,5.75,3.5 +"226",0.72,"Premium","D","SI1",62.7,59,2782,5.73,5.69,3.58 +"227",0.7,"Premium","D","SI1",62.8,60,2782,5.68,5.66,3.56 +"228",0.84,"Fair","G","SI1",55.1,67,2782,6.39,6.2,3.47 +"229",0.75,"Premium","F","SI1",61.4,59,2782,5.88,5.85,3.6 +"230",0.52,"Ideal","F","IF",62.2,55,2783,5.14,5.18,3.21 +"231",0.72,"Very Good","F","VS2",63,54,2784,5.69,5.73,3.6 +"232",0.79,"Very Good","H","VS1",63.7,56,2784,5.85,5.92,3.75 +"233",0.72,"Very Good","F","VS2",63.6,58,2787,5.66,5.69,3.61 +"234",0.51,"Ideal","F","VVS1",62,57,2787,5.11,5.15,3.18 +"235",0.64,"Ideal","D","VS1",61.5,56,2787,5.54,5.55,3.41 +"236",0.7,"Very Good","H","VVS1",60.5,60,2788,5.74,5.77,3.48 +"237",0.83,"Very Good","I","VS1",61.1,60,2788,6.07,6.1,3.72 +"238",0.76,"Ideal","I","VVS2",61.8,56,2788,5.85,5.87,3.62 +"239",0.71,"Good","D","VS2",63.3,56,2788,5.64,5.68,3.58 +"240",0.77,"Good","G","VS1",59.4,64,2788,5.97,5.92,3.53 +"241",0.71,"Ideal","F","SI1",62.5,55,2788,5.71,5.65,3.55 +"242",1.01,"Fair","E","I1",64.5,58,2788,6.29,6.21,4.03 +"243",1.01,"Premium","H","SI2",62.7,59,2788,6.31,6.22,3.93 +"244",0.77,"Good","F","SI1",64.2,52,2789,5.81,5.77,3.72 +"245",0.76,"Good","E","SI1",63.7,54,2789,5.76,5.85,3.7 +"246",0.76,"Premium","E","SI1",60.4,58,2789,5.92,5.94,3.58 +"247",0.76,"Premium","E","SI1",61.8,58,2789,5.82,5.86,3.61 +"248",1.05,"Very Good","J","SI2",63.2,56,2789,6.49,6.45,4.09 +"249",0.81,"Ideal","G","SI2",61.6,56,2789,5.97,6.01,3.69 +"250",0.7,"Ideal","E","SI1",61.6,56,2789,5.72,5.75,3.53 +"251",0.55,"Ideal","G","IF",60.9,57,2789,5.28,5.3,3.22 +"252",0.81,"Good","G","SI2",61,61,2789,5.94,5.99,3.64 +"253",0.63,"Premium","E","VVS2",62.1,57,2789,5.48,5.41,3.38 +"254",0.63,"Premium","E","VVS1",60.9,60,2789,5.55,5.52,3.37 +"255",0.77,"Premium","H","VS1",61.3,60,2789,5.9,5.88,3.61 +"256",1.05,"Fair","J","SI2",65.8,59,2789,6.41,6.27,4.18 +"257",0.64,"Ideal","G","IF",61.3,56,2790,5.54,5.58,3.41 +"258",0.76,"Premium","I","VVS1",58.8,59,2790,6,5.94,3.51 +"259",0.83,"Ideal","F","SI2",62.3,55,2790,6.02,6.05,3.76 +"260",0.71,"Premium","F","VS1",60.1,62,2790,5.77,5.74,3.46 +"261",0.71,"Premium","F","VS1",61.8,59,2790,5.73,5.69,3.53 +"262",0.87,"Very Good","I","SI1",63.6,55.8,2791,6.07,6.1,3.87 +"263",0.73,"Ideal","E","SI1",62.2,56,2791,5.74,5.78,3.58 +"264",0.71,"Premium","E","SI1",59.2,59,2792,5.83,5.86,3.46 +"265",0.71,"Premium","E","SI1",61.8,59,2792,5.7,5.75,3.54 +"266",0.71,"Ideal","E","SI1",61.3,55,2792,5.72,5.77,3.52 +"267",0.7,"Premium","F","VS1",62.1,60,2792,5.71,5.65,3.53 +"268",0.7,"Premium","F","VS1",60.7,60,2792,5.78,5.75,3.5 +"269",0.76,"Premium","H","VVS2",59.6,57,2792,5.91,5.86,3.51 +"270",0.7,"Ideal","F","VS1",62.2,56,2792,5.73,5.68,3.55 +"271",0.79,"Very Good","G","SI1",60.6,57,2793,5.98,6.06,3.65 +"272",0.7,"Very Good","E","VS2",62.9,57,2793,5.66,5.69,3.57 +"273",0.7,"Good","E","VS2",64.1,55,2793,5.6,5.66,3.61 +"274",0.76,"Ideal","I","VS2",61.3,56,2793,5.87,5.91,3.61 +"275",0.73,"Ideal","H","VS2",62.7,55,2793,5.72,5.76,3.6 +"276",0.79,"Very Good","E","SI1",63.2,56,2794,5.91,5.86,3.72 +"277",0.71,"Very Good","E","VS2",60.7,56,2795,5.81,5.82,3.53 +"278",0.81,"Premium","I","VVS2",61.9,60,2795,5.91,5.86,3.64 +"279",0.81,"Ideal","F","SI2",62.6,55,2795,5.92,5.96,3.72 +"280",0.72,"Good","F","VS1",60.7,60,2795,5.74,5.72,3.48 +"281",0.72,"Premium","D","SI2",62,60,2795,5.73,5.69,3.54 +"282",0.72,"Premium","I","IF",63,57,2795,5.72,5.7,3.6 +"283",0.81,"Premium","H","VS2",58,59,2795,6.17,6.13,3.57 +"284",0.72,"Premium","G","VS2",62.9,57,2795,5.73,5.65,3.58 +"285",1,"Premium","I","SI2",58.2,60,2795,6.61,6.55,3.83 +"286",0.73,"Good","E","SI1",63.2,58,2796,5.7,5.76,3.62 +"287",0.81,"Very Good","H","SI2",61.3,59,2797,5.94,6.01,3.66 +"288",0.81,"Very Good","E","SI1",60.3,60,2797,6.07,6.1,3.67 +"289",0.71,"Premium","D","SI1",62.7,60,2797,5.67,5.71,3.57 +"290",0.71,"Premium","D","SI1",61.3,58,2797,5.73,5.75,3.52 +"291",0.71,"Premium","D","SI1",61.6,60,2797,5.74,5.69,3.52 +"292",0.57,"Ideal","F","VVS2",61.9,55,2797,5.34,5.35,3.31 +"293",0.51,"Ideal","D","VVS1",61.7,56,2797,5.12,5.16,3.17 +"294",0.72,"Ideal","G","VS2",61.9,58,2797,5.72,5.75,3.55 +"295",0.74,"Ideal","H","VS1",61.8,58,2797,5.77,5.81,3.58 +"296",0.74,"Ideal","H","VS1",61.6,56,2797,5.81,5.82,3.58 +"297",0.7,"Fair","G","VVS1",58.8,66,2797,5.81,5.9,3.44 +"298",0.8,"Premium","F","SI2",61,57,2797,6.03,6.01,3.67 +"299",1.01,"Fair","E","SI2",67.4,60,2797,6.19,6.05,4.13 +"300",0.8,"Very Good","H","VS2",63.4,60,2797,5.92,5.82,3.72 +"301",0.77,"Ideal","I","VS1",61.5,59,2798,5.87,5.91,3.62 +"302",0.83,"Very Good","E","SI2",58,62,2799,6.19,6.25,3.61 +"303",0.82,"Ideal","F","SI2",62.4,54,2799,5.97,6.02,3.74 +"304",0.78,"Ideal","D","SI1",61.9,57,2799,5.91,5.86,3.64 +"305",0.6,"Very Good","G","IF",61.6,56,2800,5.43,5.46,3.35 +"306",0.9,"Good","I","SI2",62.2,59,2800,6.07,6.11,3.79 +"307",0.7,"Premium","E","VS1",62.2,58,2800,5.6,5.66,3.5 +"308",0.9,"Very Good","I","SI2",61.3,56,2800,6.17,6.23,3.8 +"309",0.83,"Ideal","G","SI1",62.3,57,2800,5.99,6.08,3.76 +"310",0.83,"Ideal","G","SI1",61.8,57,2800,6.03,6.07,3.74 +"311",0.83,"Very Good","H","SI1",62.5,59,2800,5.95,6.02,3.74 +"312",0.74,"Premium","G","VS1",62.9,60,2800,5.74,5.68,3.59 +"313",0.79,"Ideal","I","VS1",61.8,59,2800,5.92,5.95,3.67 +"314",0.61,"Ideal","G","IF",62.3,56,2800,5.43,5.45,3.39 +"315",0.76,"Fair","G","VS1",59,70,2800,5.89,5.8,3.46 +"316",0.96,"Ideal","F","I1",60.7,55,2801,6.37,6.41,3.88 +"317",0.73,"Ideal","F","VS2",62.5,55,2801,5.8,5.76,3.61 +"318",0.73,"Premium","F","VS2",62.7,58,2801,5.76,5.7,3.59 +"319",0.75,"Ideal","H","SI1",60.4,57,2801,5.93,5.96,3.59 +"320",0.71,"Premium","F","VS2",62.1,58,2801,5.7,5.67,3.53 +"321",0.71,"Good","F","VS2",57.8,60,2801,5.9,5.87,3.4 +"322",0.71,"Good","F","VS2",63.8,58,2801,5.64,5.61,3.59 +"323",0.71,"Premium","F","VS2",62.8,57,2801,5.69,5.64,3.56 +"324",1.04,"Premium","G","I1",62.2,58,2801,6.46,6.41,4 +"325",1,"Premium","J","SI2",62.3,58,2801,6.45,6.34,3.98 +"326",0.87,"Very Good","G","SI2",59.9,58,2802,6.19,6.23,3.72 +"327",0.53,"Ideal","F","IF",61.9,54,2802,5.22,5.25,3.24 +"328",0.72,"Premium","E","VS2",63,55,2802,5.79,5.61,3.59 +"329",0.72,"Premium","F","VS1",62.4,58,2802,5.83,5.7,3.6 +"330",0.7,"Very Good","F","VS2",62.9,58,2803,5.63,5.65,3.55 +"331",0.74,"Very Good","E","SI1",63.5,56,2803,5.74,5.79,3.66 +"332",0.71,"Ideal","G","VS2",61.3,56,2803,5.75,5.71,3.51 +"333",0.73,"Ideal","E","SI1",60.6,54,2803,5.84,5.89,3.55 +"334",0.7,"Good","G","VS1",65.1,58,2803,5.56,5.59,3.63 +"335",0.71,"Premium","F","VS2",62.6,58,2803,5.7,5.67,3.56 +"336",0.71,"Premium","F","VS2",58,62,2803,5.85,5.81,3.38 +"337",0.71,"Premium","G","VS1",62.4,61,2803,5.7,5.65,3.54 +"338",0.77,"Premium","G","VS2",61.3,57,2803,5.93,5.88,3.62 +"339",0.71,"Premium","G","VS2",59.9,60,2803,5.81,5.77,3.47 +"340",0.78,"Premium","G","VS2",60.8,58,2803,6.03,5.95,3.64 +"341",0.71,"Very Good","G","VS1",63.5,55,2803,5.66,5.64,3.59 +"342",0.91,"Ideal","D","SI2",62.2,57,2803,6.21,6.15,3.85 +"343",0.71,"Very Good","E","VS2",63.8,58,2804,5.62,5.66,3.6 +"344",0.71,"Very Good","E","VS2",64,57,2804,5.66,5.68,3.63 +"345",0.8,"Very Good","E","SI2",62.5,56,2804,5.88,5.96,3.7 +"346",0.7,"Very Good","D","SI1",62.3,58,2804,5.69,5.73,3.56 +"347",0.72,"Ideal","F","VS1",61.7,57,2804,5.74,5.77,3.55 +"348",0.72,"Very Good","F","VS1",62.2,58,2804,5.75,5.7,3.56 +"349",0.82,"Ideal","H","VS2",61.5,56,2804,6.01,6.08,3.72 +"350",0.7,"Ideal","D","SI1",61,59,2804,5.68,5.7,3.47 +"351",0.72,"Ideal","D","SI1",62.2,56,2804,5.74,5.77,3.58 +"352",0.72,"Ideal","D","SI1",61.5,54,2804,5.77,5.8,3.56 +"353",0.9,"Fair","I","SI1",67.3,59,2804,5.93,5.84,3.96 +"354",0.74,"Premium","F","VS2",61.7,58,2805,5.85,5.78,3.59 +"355",0.74,"Premium","F","VS2",61.9,56,2805,5.8,5.77,3.58 +"356",0.73,"Ideal","E","SI2",61.8,58,2805,5.77,5.81,3.58 +"357",0.57,"Fair","E","VVS1",58.7,66,2805,5.34,5.43,3.16 +"358",0.73,"Premium","F","VS2",62.5,57,2805,5.75,5.7,3.58 +"359",0.72,"Ideal","G","VS2",62.8,56,2805,5.74,5.7,3.59 +"360",0.74,"Fair","F","VS2",61.1,68,2805,5.82,5.75,3.53 +"361",0.82,"Good","G","VS2",64,57,2805,5.92,5.89,3.78 +"362",0.81,"Very Good","G","SI1",62.5,60,2806,5.89,5.94,3.69 +"363",0.75,"Very Good","H","VVS1",60.6,58,2806,5.85,5.9,3.56 +"364",0.7,"Ideal","F","SI1",61.6,55,2806,5.72,5.74,3.53 +"365",0.71,"Very Good","F","VS1",62.2,58,2807,5.66,5.72,3.54 +"366",0.71,"Very Good","F","VS1",60,57,2807,5.84,5.9,3.52 +"367",0.93,"Premium","J","SI2",61.9,57,2807,6.21,6.19,3.84 +"368",0.8,"Very Good","H","VS2",62.8,57,2808,5.87,5.91,3.7 +"369",0.7,"Very Good","F","VS1",62,57,2808,5.64,5.71,3.52 +"370",1,"Fair","G","I1",66.4,59,2808,6.16,6.09,4.07 +"371",0.75,"Very Good","G","VS2",63.4,56,2808,5.78,5.74,3.65 +"372",0.58,"Ideal","E","VVS2",60.9,56,2808,5.41,5.43,3.3 +"373",0.73,"Very Good","D","SI1",63.1,57,2808,5.74,5.7,3.61 +"374",0.81,"Very Good","F","SI1",63.1,59,2809,5.85,5.79,3.67 +"375",0.81,"Premium","D","SI2",59.2,57,2809,6.15,6.05,3.61 +"376",0.71,"Premium","F","SI1",60.7,54,2809,5.84,5.8,3.53 +"377",1.2,"Fair","F","I1",64.6,56,2809,6.73,6.66,4.33 +"378",0.7,"Very Good","F","VS1",61.8,56,2810,5.63,5.7,3.5 +"379",0.7,"Very Good","F","VS1",59.9,60,2810,5.77,5.84,3.48 +"380",0.74,"Ideal","D","SI2",61.7,55,2810,5.81,5.85,3.6 +"381",0.7,"Good","F","VS1",62.8,61,2810,5.57,5.61,3.51 +"382",0.8,"Good","G","SI1",62.7,57,2810,5.84,5.93,3.69 +"383",0.75,"Very Good","F","SI1",63.4,58,2811,5.72,5.76,3.64 +"384",0.83,"Very Good","D","SI1",63.5,54,2811,5.98,5.95,3.79 +"385",1,"Fair","J","VS2",65.7,59,2811,6.14,6.07,4.01 +"386",0.99,"Fair","I","SI2",68.1,56,2811,6.21,6.06,4.18 +"387",0.7,"Very Good","G","VS1",63,60,2812,5.57,5.64,3.53 +"388",0.7,"Very Good","F","VS2",59.5,58,2812,5.75,5.85,3.45 +"389",0.7,"Good","E","SI1",63.5,59,2812,5.49,5.53,3.5 +"390",0.7,"Very Good","F","VS2",61.7,58,2812,5.63,5.69,3.49 +"391",0.32,"Premium","I","SI1",62.7,58,554,4.37,4.34,2.73 +"392",0.32,"Premium","I","SI1",62.8,58,554,4.39,4.34,2.74 +"393",0.32,"Ideal","I","SI1",62.4,57,554,4.37,4.35,2.72 +"394",0.32,"Premium","I","SI1",61,59,554,4.39,4.36,2.67 +"395",0.32,"Very Good","I","SI1",63.1,56,554,4.39,4.36,2.76 +"396",0.32,"Ideal","I","SI1",60.7,57,554,4.47,4.42,2.7 +"397",0.3,"Premium","H","SI1",60.9,59,554,4.31,4.29,2.62 +"398",0.3,"Premium","H","SI1",60.1,55,554,4.41,4.38,2.64 +"399",0.3,"Premium","H","SI1",62.9,58,554,4.28,4.24,2.68 +"400",0.3,"Very Good","H","SI1",63.3,56,554,4.29,4.27,2.71 +"401",0.3,"Good","H","SI1",63.8,55,554,4.26,4.2,2.7 +"402",0.3,"Ideal","H","SI1",62.9,57,554,4.27,4.22,2.67 +"403",0.3,"Very Good","H","SI1",63.4,60,554,4.25,4.23,2.69 +"404",0.32,"Good","I","SI1",63.9,55,554,4.36,4.34,2.78 +"405",0.33,"Ideal","H","SI2",61.4,56,554,4.85,4.79,2.95 +"406",0.29,"Very Good","E","VS1",61.9,55,555,4.28,4.33,2.66 +"407",0.29,"Very Good","E","VS1",62.4,55,555,4.2,4.25,2.63 +"408",0.31,"Very Good","F","SI1",61.8,58,555,4.32,4.35,2.68 +"409",0.34,"Ideal","H","VS2",61.5,56,555,4.47,4.5,2.76 +"410",0.34,"Ideal","H","VS2",60.4,57,555,4.54,4.57,2.75 +"411",0.34,"Ideal","I","VS1",61.8,55,555,4.48,4.52,2.78 +"412",0.34,"Ideal","I","VS1",62,56,555,4.5,4.53,2.8 +"413",0.3,"Ideal","G","VS1",62.3,56,555,4.29,4.31,2.68 +"414",0.29,"Ideal","F","VS1",61.6,56,555,4.26,4.31,2.64 +"415",0.35,"Ideal","G","SI1",60.6,56,555,4.56,4.58,2.77 +"416",0.43,"Very Good","E","I1",58.4,62,555,4.94,5,2.9 +"417",0.32,"Very Good","F","VS2",61.4,58,556,4.37,4.42,2.7 +"418",0.36,"Ideal","I","VS2",61.9,56,556,4.54,4.57,2.82 +"419",0.3,"Ideal","G","VS2",62,56,556,4.28,4.3,2.66 +"420",0.26,"Ideal","E","VS1",61.5,57,556,4.09,4.12,2.52 +"421",0.7,"Very Good","F","VS2",62.3,58,2812,5.64,5.72,3.54 +"422",0.7,"Very Good","F","VS2",60.9,61,2812,5.66,5.71,3.46 +"423",0.71,"Ideal","D","SI1",62.4,57,2812,5.69,5.72,3.56 +"424",0.99,"Fair","J","SI1",55,61,2812,6.72,6.67,3.68 +"425",0.73,"Premium","E","VS2",58.6,60,2812,5.92,5.89,3.46 +"426",0.51,"Ideal","F","VVS1",62,57,2812,5.15,5.11,3.18 +"427",0.91,"Premium","G","SI2",59.8,58,2813,6.3,6.29,3.77 +"428",0.84,"Very Good","E","SI1",63.4,55,2813,6,5.95,3.79 +"429",0.91,"Good","I","VS2",64.3,58,2813,6.09,6.05,3.9 +"430",0.76,"Premium","E","SI1",62.2,59,2814,5.86,5.81,3.63 +"431",0.76,"Ideal","E","SI1",61.7,57,2814,5.88,5.85,3.62 +"432",0.75,"Premium","E","SI1",61.1,59,2814,5.86,5.83,3.57 +"433",0.55,"Very Good","D","VVS1",61.5,56,2815,5.23,5.27,3.23 +"434",0.76,"Very Good","F","SI2",58.5,62,2815,5.93,6.01,3.49 +"435",0.74,"Premium","G","VS1",61.7,58,2815,5.79,5.81,3.58 +"436",0.7,"Ideal","H","SI1",60.4,56,2815,5.75,5.81,3.49 +"437",0.7,"Ideal","H","SI1",61.4,56,2815,5.7,5.76,3.52 +"438",0.7,"Ideal","H","SI1",61.5,55,2815,5.73,5.79,3.54 +"439",0.7,"Ideal","H","SI1",61.4,56,2815,5.72,5.77,3.53 +"440",0.9,"Fair","J","VS2",65,56,2815,6.08,6.04,3.94 +"441",0.95,"Fair","F","SI2",56,60,2815,6.62,6.53,3.68 +"442",0.89,"Premium","H","SI2",60.2,59,2815,6.26,6.23,3.76 +"443",0.72,"Premium","E","VS2",58.3,58,2815,5.99,5.92,3.47 +"444",0.96,"Fair","E","SI2",53.1,63,2815,6.73,6.65,3.55 +"445",1.02,"Premium","G","I1",60.3,58,2815,6.55,6.5,3.94 +"446",0.78,"Very Good","I","VVS2",61.4,56,2816,5.91,5.95,3.64 +"447",0.61,"Ideal","G","VVS2",60.1,57,2816,5.52,5.54,3.32 +"448",0.71,"Good","D","VS1",63.4,55,2816,5.61,5.69,3.58 +"449",0.78,"Premium","F","SI1",61.5,59,2816,5.96,5.88,3.64 +"450",0.87,"Ideal","H","SI2",62.7,56,2816,6.16,6.13,3.85 +"451",0.83,"Ideal","H","SI1",62.5,55,2816,6.04,6,3.76 +"452",0.71,"Premium","E","SI1",61.3,56,2817,5.78,5.73,3.53 +"453",0.71,"Ideal","I","VVS2",60.2,56,2817,5.84,5.89,3.53 +"454",0.71,"Ideal","E","VS2",62.7,57,2817,5.66,5.64,3.54 +"455",0.71,"Premium","E","VS2",62.3,58,2817,5.69,5.65,3.53 +"456",0.63,"Ideal","F","VVS2",61.5,56,2817,5.48,5.52,3.38 +"457",0.71,"Premium","E","SI1",59.2,59,2817,5.86,5.83,3.46 +"458",0.71,"Premium","E","SI1",61.8,59,2817,5.75,5.7,3.54 +"459",0.71,"Ideal","E","SI1",61.3,55,2817,5.77,5.72,3.52 +"460",0.71,"Premium","E","SI1",61.4,58,2817,5.77,5.73,3.53 +"461",0.9,"Ideal","J","VS2",62.8,55,2817,6.2,6.16,3.88 +"462",0.71,"Good","E","SI1",62.8,64,2817,5.6,5.54,3.5 +"463",0.7,"Premium","E","VS2",62.4,61,2818,5.66,5.63,3.52 +"464",0.7,"Premium","E","VS2",59.3,60,2818,5.78,5.73,3.41 +"465",0.7,"Premium","E","VS2",63,60,2818,5.64,5.6,3.54 +"466",1,"Premium","H","I1",61.3,60,2818,6.43,6.39,3.93 +"467",0.86,"Premium","F","SI2",59.3,62,2818,6.36,6.22,3.73 +"468",0.8,"Ideal","H","SI1",61,57,2818,6.07,6,3.68 +"469",0.7,"Ideal","E","VS1",62.9,57,2818,5.66,5.61,3.54 +"470",0.7,"Premium","E","VS1",59.6,57,2818,5.91,5.83,3.5 +"471",0.7,"Premium","F","VS2",61.8,60,2818,5.69,5.64,3.5 +"472",0.7,"Premium","E","VS1",62.7,57,2818,5.68,5.64,3.55 +"473",1,"Fair","H","SI2",65.3,62,2818,6.34,6.12,4.08 +"474",0.72,"Very Good","G","VS1",63.8,58,2819,5.64,5.68,3.61 +"475",0.72,"Ideal","H","VS1",62.3,56,2819,5.73,5.77,3.58 +"476",0.7,"Good","F","VS1",59.7,63,2819,5.76,5.79,3.45 +"477",0.86,"Good","F","SI2",64.3,60,2819,5.97,5.95,3.83 +"478",0.71,"Ideal","G","VS1",62.9,58,2820,5.66,5.69,3.57 +"479",0.75,"Ideal","E","SI1",62,57,2821,5.8,5.78,3.59 +"480",0.73,"Premium","E","VS2",61.6,59,2821,5.77,5.73,3.54 +"481",0.53,"Ideal","E","VVS1",61.9,55,2821,5.2,5.21,3.22 +"482",0.73,"Premium","E","SI1",61.3,58,2821,5.83,5.76,3.55 +"483",0.73,"Good","E","SI1",63.6,57,2821,5.72,5.7,3.63 +"484",0.73,"Premium","E","SI1",59.6,61,2821,5.92,5.85,3.51 +"485",0.73,"Premium","E","SI1",62.2,59,2821,5.77,5.68,3.56 +"486",0.73,"Premium","D","SI1",61.7,55,2821,5.84,5.82,3.6 +"487",0.73,"Very Good","E","SI1",63.2,58,2821,5.76,5.7,3.62 +"488",0.7,"Premium","E","VS1",60.8,60,2822,5.74,5.71,3.48 +"489",0.72,"Premium","E","VS2",60.3,59,2822,5.84,5.8,3.51 +"490",0.72,"Premium","E","VS2",60.9,60,2822,5.8,5.76,3.52 +"491",0.72,"Premium","E","VS2",62.4,59,2822,5.77,5.7,3.58 +"492",0.7,"Premium","E","VS2",60.2,60,2822,5.73,5.7,3.44 +"493",0.6,"Ideal","F","VVS2",62,55,2822,5.37,5.4,3.34 +"494",0.74,"Ideal","I","VVS1",60.8,57,2822,5.85,5.89,3.57 +"495",0.73,"Ideal","F","SI1",62.1,55,2822,5.75,5.78,3.58 +"496",0.71,"Premium","D","SI1",62.7,60,2822,5.71,5.67,3.57 +"497",0.71,"Premium","D","SI1",61.3,58,2822,5.75,5.73,3.52 +"498",0.7,"Premium","D","SI1",60.2,60,2822,5.82,5.75,3.48 +"499",0.7,"Ideal","D","SI1",60.7,56,2822,5.75,5.72,3.48 +"500",0.9,"Good","J","VS2",64,61,2822,6.04,6.03,3.86 +"501",0.71,"Ideal","D","SI1",60.2,56,2822,5.86,5.83,3.52 +"502",0.7,"Premium","E","VS2",61.5,59,2822,5.73,5.68,3.51 +"503",0.7,"Premium","E","VS2",62.6,56,2822,5.71,5.66,3.56 +"504",0.7,"Ideal","D","SI1",59.7,58,2822,5.82,5.77,3.46 +"505",0.7,"Good","E","SI1",61.4,64,2822,5.71,5.66,3.49 +"506",0.7,"Ideal","D","SI1",62.5,57,2822,5.62,5.59,3.51 +"507",0.7,"Ideal","D","SI1",61.8,56,2822,5.73,5.63,3.51 +"508",0.7,"Premium","E","VS2",60.7,62,2822,5.72,5.68,3.46 +"509",0.7,"Premium","F","VS2",60.6,58,2822,5.8,5.72,3.49 +"510",0.7,"Ideal","D","SI1",61.4,54,2822,5.75,5.71,3.52 +"511",0.79,"Very Good","D","SI2",62.8,59,2823,5.86,5.9,3.69 +"512",0.9,"Good","I","SI1",63.8,57,2823,6.06,6.13,3.89 +"513",0.71,"Premium","E","VS2",62.3,58,2823,5.71,5.66,3.54 +"514",0.61,"Ideal","E","VVS2",61.3,54,2823,5.51,5.59,3.4 +"515",0.9,"Fair","H","SI2",65.8,54,2823,6.05,5.98,3.96 +"516",0.71,"Ideal","E","SI1",60.5,56,2823,5.77,5.73,3.47 +"517",0.71,"Premium","D","VS2",61.2,59,2824,5.74,5.69,3.5 +"518",0.77,"Ideal","I","VVS2",62.1,57,2824,5.84,5.86,3.63 +"519",0.74,"Good","E","VS1",63.1,58,2824,5.73,5.75,3.62 +"520",0.82,"Ideal","F","SI2",62.4,54,2824,6.02,5.97,3.74 +"521",0.82,"Premium","E","SI2",60.8,60,2824,6.05,6.03,3.67 +"522",0.71,"Premium","G","VS1",62.2,59,2825,5.73,5.66,3.54 +"523",0.83,"Premium","H","SI1",60,59,2825,6.08,6.05,3.64 +"524",0.73,"Very Good","G","VS1",62,57,2825,5.75,5.8,3.58 +"525",0.83,"Premium","H","SI1",62.5,59,2825,6.02,5.95,3.74 +"526",1.17,"Premium","J","I1",60.2,61,2825,6.9,6.83,4.13 +"527",0.91,"Fair","H","SI2",61.3,67,2825,6.24,6.19,3.81 +"528",0.73,"Premium","E","VS1",62.6,60,2826,5.75,5.68,3.58 +"529",0.7,"Good","E","VS1",57.2,59,2826,5.94,5.88,3.38 +"530",0.9,"Premium","I","SI2",62.2,59,2826,6.11,6.07,3.79 +"531",0.7,"Premium","E","VS1",62.2,58,2826,5.66,5.6,3.5 +"532",0.7,"Very Good","D","VS2",63.3,56,2826,5.6,5.58,3.54 +"533",0.7,"Premium","E","VS1",59.4,61,2826,5.78,5.74,3.42 +"534",0.9,"Very Good","I","SI2",63.5,56,2826,6.17,6.07,3.88 +"535",0.78,"Premium","F","SI1",60.8,60,2826,5.97,5.94,3.62 +"536",0.96,"Ideal","F","I1",60.7,55,2826,6.41,6.37,3.88 +"537",0.7,"Very Good","D","SI1",62.3,59,2827,5.67,5.7,3.54 +"538",0.72,"Good","D","VS2",64,54,2827,5.68,5.7,3.64 +"539",0.79,"Premium","H","VVS2",62.6,58,2827,5.96,5.9,3.71 +"540",0.7,"Ideal","H","VVS1",61.6,57,2827,5.69,5.74,3.52 +"541",0.7,"Ideal","H","VVS1",62.3,55,2827,5.66,5.7,3.54 +"542",0.7,"Ideal","D","SI2",60.6,57,2828,5.74,5.77,3.49 +"543",1.01,"Premium","H","SI2",61.6,61,2828,6.39,6.31,3.91 +"544",0.72,"Premium","F","VS1",62.2,58,2829,5.75,5.7,3.56 +"545",0.8,"Good","E","SI2",63.7,54,2829,5.91,5.87,3.75 +"546",0.59,"Ideal","E","VVS1",62,56,2829,5.36,5.38,3.33 +"547",0.72,"Ideal","F","VS1",61.7,57,2829,5.77,5.74,3.55 +"548",0.75,"Premium","E","SI2",61.9,57,2829,5.88,5.82,3.62 +"549",0.8,"Premium","E","SI2",60.2,57,2829,6.05,6.01,3.63 +"550",0.71,"Very Good","E","VS2",62.7,59,2830,5.65,5.7,3.56 +"551",0.77,"Very Good","H","SI1",61.7,56,2830,5.84,5.89,3.62 +"552",0.97,"Ideal","F","I1",60.7,56,2830,6.41,6.43,3.9 +"553",0.53,"Ideal","F","VVS1",60.9,57,2830,5.23,5.29,3.19 +"554",0.53,"Ideal","F","VVS1",61.8,57,2830,5.16,5.19,3.2 +"555",0.8,"Ideal","I","VS2",62.1,54.4,2830,5.94,5.99,3.7 +"556",0.9,"Premium","G","SI1",60.6,62,2830,6.21,6.13,3.74 +"557",0.76,"Very Good","E","SI2",60.8,60,2831,5.89,5.98,3.61 +"558",0.72,"Ideal","E","SI1",62.3,57,2831,5.7,5.76,3.57 +"559",0.75,"Ideal","E","SI1",61.4,57,2831,5.82,5.87,3.59 +"560",0.72,"Premium","E","SI1",62.1,58,2831,5.73,5.76,3.57 +"561",0.79,"Ideal","G","SI1",61.8,56,2831,5.93,5.91,3.66 +"562",0.72,"Very Good","F","VS2",62.5,58,2832,5.71,5.75,3.58 +"563",0.91,"Very Good","I","SI2",62.8,61,2832,6.15,6.18,3.87 +"564",0.71,"Premium","G","VVS2",62.1,57,2832,5.75,5.65,3.54 +"565",0.81,"Premium","G","SI1",63,60,2832,5.87,5.81,3.68 +"566",0.82,"Ideal","H","SI1",62.5,57,2832,5.91,5.97,3.71 +"567",0.71,"Premium","F","VS1",62.2,58,2832,5.72,5.66,3.54 +"568",0.9,"Good","J","SI1",64.3,63,2832,6.05,6.01,3.88 +"569",0.8,"Very Good","I","VS2",62,58,2833,5.86,5.95,3.66 +"570",0.56,"Very Good","E","IF",61,59,2833,5.28,5.34,3.24 +"571",0.7,"Very Good","D","VS2",59.6,61,2833,5.77,5.8,3.45 +"572",0.7,"Ideal","D","VS2",61,57,2833,5.74,5.76,3.51 +"573",0.61,"Ideal","F","VVS2",61.7,55,2833,5.45,5.48,3.37 +"574",0.85,"Ideal","H","SI2",62.5,57,2833,6.02,6.07,3.78 +"575",0.7,"Ideal","F","SI1",60.7,57,2833,5.73,5.75,3.49 +"576",0.8,"Ideal","G","VS2",62.2,56,2834,5.94,5.87,3.67 +"577",0.8,"Ideal","H","VS2",62.8,57,2834,5.91,5.87,3.7 +"578",0.51,"Very Good","D","VVS1",59.9,58,2834,5.16,5.19,3.1 +"579",0.53,"Ideal","F","VVS1",61.4,57,2834,5.2,5.23,3.2 +"580",0.78,"Ideal","I","VS2",61.8,55,2834,5.92,5.95,3.67 +"581",0.9,"Very Good","J","SI1",63.4,54,2834,6.17,6.14,3.9 +"582",0.9,"Fair","G","SI2",65.3,59,2834,6.07,6,3.94 +"583",0.77,"Ideal","E","SI2",60.7,55,2834,6.01,5.95,3.63 +"584",0.73,"Ideal","F","VS1",61.2,56,2835,5.89,5.81,3.58 +"585",0.63,"Ideal","F","VVS2",61.9,57,2835,5.47,5.51,3.4 +"586",0.7,"Ideal","E","VS2",61.5,54,2835,5.7,5.75,3.52 +"587",0.72,"Ideal","E","VS2",62.8,57,2835,5.71,5.73,3.59 +"588",0.72,"Ideal","E","SI1",61,57,2835,5.78,5.8,3.53 +"589",0.75,"Premium","F","VS2",59.6,59,2835,6.04,5.94,3.57 +"590",0.82,"Very Good","H","SI1",60.7,56,2836,6.04,6.06,3.67 +"591",0.71,"Good","E","VS2",62.8,60,2836,5.6,5.65,3.53 +"592",0.7,"Premium","E","VS1",62.6,59,2837,5.69,5.66,3.55 +"593",0.7,"Ideal","E","VS1",61.8,56,2837,5.74,5.69,3.53 +"594",0.71,"Ideal","F","SI1",59.8,53,2838,5.86,5.82,3.49 +"595",0.76,"Very Good","H","SI1",60.9,55,2838,5.92,5.94,3.61 +"596",0.82,"Fair","F","SI1",64.9,58,2838,5.83,5.79,3.77 +"597",0.72,"Premium","F","VS1",58.8,60,2838,5.91,5.89,3.47 +"598",0.7,"Premium","F","VS2",62.3,58,2838,5.72,5.64,3.54 +"599",0.7,"Premium","F","VS2",61.7,58,2838,5.69,5.63,3.49 +"600",0.7,"Premium","G","VS1",62.6,55,2838,5.73,5.64,3.56 +"601",0.7,"Premium","F","VS2",59.4,61,2838,5.83,5.79,3.45 +"602",0.7,"Very Good","E","SI1",63.5,59,2838,5.53,5.49,3.5 +"603",0.7,"Premium","F","VS2",60.9,61,2838,5.71,5.66,3.46 +"604",0.7,"Premium","F","VS2",59.5,58,2838,5.85,5.75,3.45 +"605",0.7,"Premium","G","VS1",63,60,2838,5.64,5.57,3.53 +"606",0.74,"Very Good","E","SI1",60,57,2839,5.85,5.89,3.52 +"607",0.71,"Ideal","F","VS1",61.5,57,2839,5.74,5.71,3.52 +"608",0.7,"Ideal","F","VS1",61.6,54,2839,5.75,5.72,3.53 +"609",0.71,"Ideal","F","VS1",62.1,55,2839,5.82,5.68,3.57 +"610",0.71,"Premium","F","VS1",59.1,61,2839,5.84,5.81,3.44 +"611",0.71,"Premium","F","VS1",59,60,2839,5.82,5.8,3.43 +"612",0.71,"Premium","F","VS1",60.5,58,2839,5.75,5.72,3.47 +"613",0.7,"Ideal","F","VS1",62.4,53,2839,5.73,5.71,3.57 +"614",0.73,"Ideal","G","VS2",61.8,54,2839,5.8,5.82,3.59 +"615",0.7,"Ideal","E","VS2",62.1,54,2839,5.69,5.72,3.54 +"616",0.7,"Ideal","G","VS1",61.3,57,2839,5.71,5.74,3.51 +"617",0.71,"Premium","G","VVS2",60.3,58,2839,5.82,5.78,3.5 +"618",0.71,"Premium","F","VS1",59.2,58,2839,5.87,5.82,3.46 +"619",0.79,"Premium","G","VS2",59.3,62,2839,6.09,6.01,3.59 +"620",0.71,"Premium","F","VS1",62.7,59,2839,5.7,5.62,3.55 +"621",0.77,"Very Good","H","VS1",61,60,2840,5.9,5.87,3.59 +"622",0.75,"Very Good","F","SI2",59.8,56,2840,5.85,5.92,3.52 +"623",0.7,"Ideal","F","SI1",61,56,2840,5.75,5.8,3.52 +"624",0.71,"Premium","F","VS2",59.3,56,2840,5.88,5.82,3.47 +"625",0.92,"Ideal","D","SI2",61.9,56,2840,6.27,6.2,3.86 +"626",0.83,"Premium","F","SI2",61.4,59,2840,6.08,6.04,3.72 +"627",0.7,"Premium","H","VVS1",59.2,60,2840,5.87,5.78,3.45 +"628",0.73,"Premium","F","VS2",60.3,59,2841,5.9,5.87,3.55 +"629",0.71,"Very Good","D","VS1",63.4,55,2841,5.69,5.61,3.58 +"630",0.73,"Very Good","D","SI1",63.9,57,2841,5.66,5.71,3.63 +"631",0.82,"Ideal","F","SI2",61.7,53,2841,6,6.12,3.74 +"632",0.82,"Ideal","F","SI2",62.3,56,2841,5.96,6.02,3.73 +"633",0.82,"Very Good","F","SI2",59.7,57,2841,6.12,6.14,3.66 +"634",0.52,"Ideal","F","VVS1",61.2,56,2841,5.19,5.21,3.18 +"635",1,"Premium","F","I1",58.9,60,2841,6.6,6.55,3.87 +"636",0.95,"Fair","G","SI1",66.7,56,2841,6.16,6.03,4.06 +"637",0.73,"Ideal","D","SI1",61.4,57,2841,5.76,5.8,3.55 +"638",0.73,"Premium","F","VS2",59.9,59,2841,5.87,5.77,3.5 +"639",0.73,"Premium","G","VS1",61.4,58,2841,5.82,5.77,3.56 +"640",0.8,"Ideal","I","VS1",62.6,54,2842,5.92,5.96,3.72 +"641",0.7,"Premium","F","VS2",58.7,61,2842,5.8,5.72,3.38 +"642",0.7,"Very Good","E","VS2",60.2,62,2843,5.71,5.75,3.45 +"643",0.7,"Very Good","E","VS2",62.7,58,2843,5.65,5.67,3.55 +"644",0.71,"Very Good","E","VS2",59.4,58,2843,5.76,5.82,3.44 +"645",0.81,"Very Good","F","SI2",63.2,58,2843,5.91,5.92,3.74 +"646",0.71,"Very Good","D","SI1",61.5,58,2843,5.73,5.79,3.54 +"647",0.73,"Ideal","G","VVS2",61.3,57,2843,5.81,5.84,3.57 +"648",0.73,"Very Good","F","VS1",61.8,59,2843,5.73,5.79,3.56 +"649",0.72,"Ideal","E","VS2",62,57,2843,5.71,5.74,3.55 +"650",0.81,"Ideal","F","SI2",62.1,57,2843,5.91,5.95,3.68 +"651",0.71,"Ideal","G","VVS2",60.7,57,2843,5.81,5.78,3.52 +"652",0.73,"Very Good","E","SI1",57.7,61,2844,5.92,5.96,3.43 +"653",0.7,"Very Good","E","VS1",62,59,2844,5.65,5.68,3.51 +"654",1.01,"Ideal","I","I1",61.5,57,2844,6.45,6.46,3.97 +"655",1.01,"Good","I","I1",63.1,57,2844,6.35,6.39,4.02 +"656",0.79,"Ideal","H","VS2",62.5,57,2844,5.91,5.93,3.7 +"657",0.7,"Very Good","E","VS2",61.8,59,2845,5.65,5.68,3.5 +"658",0.7,"Very Good","E","VS2",58.9,60,2845,5.83,5.85,3.44 +"659",0.8,"Good","H","VS2",63.4,60,2845,5.92,5.82,3.72 +"660",1.27,"Premium","H","SI2",59.3,61,2845,7.12,7.05,4.2 +"661",0.79,"Ideal","D","SI1",61.5,56,2846,5.96,5.91,3.65 +"662",0.72,"Very Good","F","VS1",60.2,59,2846,5.79,5.84,3.5 +"663",0.73,"Ideal","H","VVS2",61.6,56,2846,5.79,5.84,3.58 +"664",1.01,"Fair","H","SI2",65.4,59,2846,6.3,6.26,4.11 +"665",1.01,"Good","H","I1",64.2,61,2846,6.25,6.18,3.99 +"666",0.73,"Ideal","E","SI1",59.1,59,2846,5.92,5.95,3.51 +"667",0.7,"Ideal","E","SI1",61.6,57,2846,5.71,5.76,3.53 +"668",0.7,"Good","F","VS2",59.1,61,2846,5.76,5.84,3.43 +"669",0.77,"Premium","E","SI1",62.9,59,2846,5.84,5.79,3.66 +"670",0.77,"Premium","G","VS2",61.3,60,2846,5.91,5.81,3.59 +"671",0.77,"Premium","G","VS1",61.4,58,2846,5.94,5.89,3.63 +"672",0.84,"Very Good","H","SI1",61.2,57,2847,6.1,6.12,3.74 +"673",0.72,"Ideal","E","SI1",60.3,57,2847,5.83,5.85,3.52 +"674",0.76,"Premium","D","SI1",61.1,59,2847,5.93,5.88,3.61 +"675",0.7,"Very Good","G","VVS2",62.9,59,2848,5.61,5.68,3.55 +"676",0.54,"Ideal","D","VVS2",61.5,55,2848,5.25,5.29,3.24 +"677",0.75,"Fair","D","SI2",64.6,57,2848,5.74,5.72,3.7 +"678",0.79,"Good","E","SI1",64.1,54,2849,5.86,5.84,3.75 +"679",0.74,"Very Good","E","VS1",63.1,58,2849,5.75,5.73,3.62 +"680",0.7,"Very Good","E","VS2",61,60,2850,5.74,5.77,3.51 +"681",0.7,"Ideal","F","VS2",60.8,59,2850,5.69,5.79,3.49 +"682",0.75,"Ideal","J","SI1",61.5,56,2850,5.83,5.87,3.6 +"683",1.2,"Very Good","H","I1",63.1,60,2850,6.75,6.67,4.23 +"684",0.8,"Very Good","F","SI1",63.4,57,2851,5.89,5.82,3.71 +"685",0.66,"Ideal","D","VS1",62.1,56,2851,5.54,5.57,3.45 +"686",0.87,"Very Good","F","SI2",61,63,2851,6.22,6.07,3.75 +"687",0.86,"Premium","H","SI1",62.7,59,2851,6.04,5.98,3.77 +"688",0.74,"Ideal","F","SI1",61,57,2851,5.85,5.81,3.56 +"689",0.58,"Very Good","E","IF",60.6,59,2852,5.37,5.43,3.27 +"690",0.78,"Ideal","I","VS1",61.5,57,2852,5.88,5.92,3.63 +"691",0.74,"Ideal","G","SI1",61.3,55,2852,5.85,5.86,3.59 +"692",0.73,"Ideal","E","SI1",62.7,55,2852,5.7,5.79,3.6 +"693",0.91,"Very Good","I","SI1",63.5,57,2852,6.12,6.07,3.87 +"694",0.71,"Premium","F","VS2",62.6,58,2853,5.67,5.7,3.56 +"695",0.71,"Good","G","VS1",63.5,55,2853,5.64,5.66,3.59 +"696",0.79,"Ideal","D","SI2",62.8,57,2853,5.9,5.85,3.69 +"697",0.79,"Premium","D","SI2",60,60,2853,6.07,6.03,3.63 +"698",0.71,"Premium","E","SI1",62.7,58,2853,5.73,5.66,3.57 +"699",0.82,"Premium","I","VS1",61.9,58,2853,5.99,5.97,3.7 +"700",0.78,"Very Good","H","VS1",61.9,57.1,2854,5.87,5.95,3.66 +"701",0.7,"Very Good","E","VS1",62.4,56,2854,5.64,5.7,3.54 +"702",1.12,"Premium","H","I1",59.1,61,2854,6.78,6.75,4 +"703",0.73,"Premium","E","VS2",62,57,2854,5.86,5.76,3.6 +"704",0.91,"Fair","J","VS2",64.4,62,2854,6.06,6.03,3.89 +"705",0.91,"Fair","J","VS2",65.4,60,2854,6.04,6,3.94 +"706",0.91,"Good","J","VS2",64.2,58,2854,6.12,6.09,3.92 +"707",0.91,"Fair","H","SI1",65.8,58,2854,6.04,6.01,3.96 +"708",0.7,"Premium","E","VS1",58.4,59,2854,5.91,5.83,3.43 +"709",0.68,"Premium","F","VVS2",61.7,57,2854,5.67,5.64,3.49 +"710",0.73,"Very Good","F","VS2",62.5,57,2855,5.7,5.75,3.58 +"711",1.03,"Good","J","SI1",63.6,57,2855,6.38,6.29,4.03 +"712",0.74,"Premium","D","VS2",62.4,57,2855,5.8,5.74,3.6 +"713",0.98,"Fair","E","SI2",53.3,67,2855,6.82,6.74,3.61 +"714",1.02,"Fair","I","SI1",53,63,2856,6.84,6.77,3.66 +"715",1,"Fair","G","SI2",67.8,61,2856,5.96,5.9,4.02 +"716",1.02,"Ideal","H","SI2",61.6,55,2856,6.49,6.43,3.98 +"717",0.6,"Ideal","F","VVS2",60.8,57,2856,5.44,5.49,3.32 +"718",0.8,"Ideal","G","SI2",61.6,56,2856,5.97,6.01,3.69 +"719",0.97,"Ideal","F","I1",60.7,56,2856,6.43,6.41,3.9 +"720",1,"Fair","I","SI1",67.9,62,2856,6.19,6.03,4.15 +"721",0.26,"Ideal","E","VS1",62.3,57,556,4.05,4.08,2.53 +"722",0.26,"Ideal","E","VS1",62.1,56,556,4.09,4.12,2.55 +"723",0.36,"Ideal","H","SI1",61.9,55,556,4.57,4.59,2.83 +"724",0.34,"Good","G","VS2",57.5,61,556,4.6,4.66,2.66 +"725",0.34,"Good","E","SI1",63.3,57,556,4.44,4.47,2.82 +"726",0.34,"Good","E","SI1",63.5,55,556,4.44,4.47,2.83 +"727",0.34,"Good","E","SI1",63.4,55,556,4.44,4.46,2.82 +"728",0.34,"Very Good","G","VS2",59.6,62,556,4.54,4.56,2.71 +"729",0.34,"Ideal","E","SI1",62.2,54,556,4.47,4.5,2.79 +"730",0.32,"Good","E","VS2",64.1,54,556,4.34,4.37,2.79 +"731",0.31,"Ideal","I","VVS1",61.6,55,557,4.36,4.41,2.7 +"732",0.31,"Ideal","I","VVS1",61.3,56,557,4.36,4.38,2.68 +"733",0.31,"Ideal","I","VVS1",62.3,54,557,4.37,4.4,2.73 +"734",0.31,"Ideal","I","VVS1",62,54,557,4.37,4.4,2.72 +"735",0.31,"Ideal","I","VVS1",62.7,53,557,4.33,4.35,2.72 +"736",0.31,"Ideal","I","VVS1",62.2,53,557,4.36,4.38,2.72 +"737",0.31,"Ideal","G","VS2",62.2,53.6,557,4.32,4.35,2.7 +"738",0.31,"Ideal","H","VS1",61.6,54.8,557,4.35,4.37,2.69 +"739",0.31,"Ideal","H","VS1",61.8,54.2,557,4.33,4.37,2.69 +"740",0.33,"Premium","G","SI2",59.4,59,557,4.52,4.5,2.68 +"741",0.33,"Premium","F","SI2",62.3,58,557,4.43,4.4,2.75 +"742",0.33,"Premium","G","SI2",62.6,58,557,4.42,4.4,2.76 +"743",0.33,"Ideal","G","SI2",61.9,56,557,4.45,4.41,2.74 +"744",0.33,"Premium","F","SI2",63,58,557,4.42,4.4,2.78 +"745",0.33,"Premium","J","VS1",62.8,58,557,4.41,4.38,2.76 +"746",0.33,"Premium","J","VS1",61.5,61,557,4.46,4.39,2.72 +"747",0.33,"Ideal","J","VS1",62.1,55,557,4.44,4.41,2.75 +"748",0.33,"Ideal","I","SI1",63,57,557,4.39,4.37,2.76 +"749",0.33,"Good","I","SI1",63.6,53,557,4.43,4.4,2.81 +"750",0.33,"Premium","I","SI1",60.4,59,557,4.54,4.5,2.73 +"751",1,"Fair","H","SI2",66.1,56,2856,6.21,5.97,4.04 +"752",0.77,"Premium","F","SI1",60.8,59,2856,5.92,5.86,3.58 +"753",0.77,"Premium","F","SI1",61,58,2856,5.94,5.9,3.61 +"754",0.7,"Good","E","VVS2",60.1,63,2857,5.68,5.71,3.42 +"755",0.9,"Very Good","G","SI2",63.1,58,2857,6.08,6.02,3.82 +"756",0.72,"Ideal","E","SI1",62.3,57,2857,5.76,5.7,3.57 +"757",0.9,"Premium","I","VS2",61.9,59,2857,6.2,6.14,3.82 +"758",0.72,"Premium","E","SI1",62.1,58,2857,5.76,5.73,3.57 +"759",0.7,"Ideal","G","VVS2",62.1,56,2858,5.63,5.71,3.52 +"760",0.81,"Very Good","F","SI1",61.3,57,2858,6.02,6.05,3.7 +"761",0.81,"Very Good","F","SI1",61.7,57,2858,6,6.05,3.72 +"762",0.71,"Premium","E","VS2",61,60,2858,5.76,5.69,3.49 +"763",0.7,"Premium","E","VS2",61.4,59,2858,5.73,5.7,3.51 +"764",0.71,"Premium","E","VS2",61.5,60,2858,5.76,5.68,3.52 +"765",0.71,"Very Good","E","VS2",63.5,59,2858,5.68,5.59,3.58 +"766",0.92,"Premium","J","SI1",62.9,58,2858,6.22,6.18,3.9 +"767",0.76,"Ideal","E","SI1",62.7,54,2858,5.88,5.83,3.67 +"768",0.73,"Ideal","D","SI1",61.5,56,2858,5.84,5.8,3.58 +"769",0.71,"Premium","D","VS2",60.4,62,2858,5.74,5.72,3.46 +"770",0.7,"Good","E","VVS2",63.6,62,2858,5.61,5.58,3.56 +"771",0.9,"Fair","G","SI2",64.5,56,2858,6.06,6,3.89 +"772",0.71,"Fair","D","VS2",56.9,65,2858,5.89,5.84,3.34 +"773",0.7,"Ideal","D","VS2",61,57,2859,5.76,5.74,3.51 +"774",0.7,"Premium","D","VS2",62.4,56,2859,5.72,5.66,3.55 +"775",0.77,"Premium","F","VS1",60.9,60,2859,5.91,5.88,3.59 +"776",0.71,"Ideal","G","VS1",61.5,56,2859,5.74,5.78,3.54 +"777",0.7,"Premium","D","VS2",59.6,61,2859,5.8,5.77,3.45 +"778",0.75,"Fair","F","VS1",55.8,70,2859,6.09,5.98,3.37 +"779",0.83,"Premium","E","SI2",59.2,60,2859,6.17,6.12,3.64 +"780",0.71,"Very Good","F","VS2",61.3,61,2860,5.68,5.73,3.5 +"781",0.9,"Very Good","J","SI2",63.6,58,2860,6.07,6.1,3.87 +"782",0.6,"Ideal","E","VVS2",61.9,54.9,2860,5.41,5.44,3.35 +"783",0.71,"Premium","D","VS1",62.9,57,2860,5.66,5.6,3.54 +"784",0.53,"Ideal","F","VVS1",61.4,57,2860,5.23,5.2,3.2 +"785",0.71,"Premium","D","SI1",60.7,58,2861,5.95,5.78,3.56 +"786",0.62,"Ideal","G","VVS2",61.6,56,2861,5.45,5.48,3.37 +"787",0.62,"Ideal","G","VVS2",61.6,56,2861,5.48,5.51,3.38 +"788",0.9,"Premium","I","SI1",63,58,2861,6.09,6.01,3.81 +"789",0.62,"Fair","F","IF",60.1,61,2861,5.53,5.56,3.33 +"790",0.82,"Premium","E","SI2",61.7,59,2861,6.01,5.98,3.7 +"791",0.66,"Premium","D","VS1",61,58,2861,5.67,5.57,3.43 +"792",0.7,"Very Good","D","SI1",62.5,55,2862,5.67,5.72,3.56 +"793",0.8,"Very Good","F","SI1",62.6,58,2862,5.9,5.92,3.7 +"794",0.8,"Very Good","D","SI2",62.5,59,2862,5.88,5.92,3.69 +"795",0.79,"Premium","F","SI1",62.3,54,2862,5.97,5.91,3.7 +"796",0.71,"Very Good","F","VVS1",63.2,60,2862,5.65,5.61,3.56 +"797",0.7,"Ideal","H","VS2",61.1,57,2862,5.71,5.74,3.5 +"798",0.7,"Very Good","E","VS2",58.7,63,2862,5.73,5.69,3.35 +"799",0.79,"Premium","H","VS1",60,60,2862,6.07,5.99,3.64 +"800",0.7,"Premium","E","VS2",59.5,59,2862,5.82,5.77,3.45 +"801",1.22,"Premium","E","I1",60.9,57,2862,6.93,6.88,4.21 +"802",1.01,"Fair","E","SI2",67.6,57,2862,6.21,6.11,4.18 +"803",0.73,"Premium","E","VS2",62.5,61,2862,5.78,5.64,3.59 +"804",0.91,"Good","I","VS2",64.3,58,2863,6.05,6.09,3.9 +"805",0.71,"Ideal","D","SI1",60.8,56,2863,5.8,5.77,3.52 +"806",0.83,"Premium","G","SI1",62.3,58,2863,6.01,5.97,3.73 +"807",0.84,"Premium","F","SI2",62.3,59,2863,6.06,6.01,3.76 +"808",0.71,"Premium","D","SI1",61,61,2863,5.82,5.75,3.53 +"809",0.71,"Premium","D","SI1",59.7,59,2863,5.82,5.8,3.47 +"810",0.71,"Premium","D","SI1",61.7,56,2863,5.8,5.68,3.54 +"811",0.71,"Ideal","D","SI1",61.7,57,2863,5.75,5.7,3.53 +"812",0.71,"Premium","D","SI1",61.4,58,2863,5.79,5.75,3.54 +"813",0.71,"Premium","D","SI1",60.6,58,2863,5.79,5.77,3.5 +"814",0.91,"Premium","J","SI1",59.5,62,2863,6.4,6.18,3.74 +"815",0.9,"Premium","J","VS2",59.8,62,2863,6.24,6.21,3.72 +"816",0.71,"Premium","H","VVS2",61.5,62,2863,5.74,5.68,3.51 +"817",0.71,"Premium","E","SI1",59.1,61,2863,5.84,5.8,3.44 +"818",0.72,"Ideal","F","VS2",59.5,57,2863,5.91,5.86,3.5 +"819",0.72,"Premium","E","SI1",60.9,60,2863,5.78,5.74,3.51 +"820",0.71,"Ideal","E","VS2",61,55,2863,5.79,5.75,3.52 +"821",0.81,"Ideal","E","SI2",60.3,57,2864,6.07,6.04,3.65 +"822",0.83,"Very Good","I","VS2",61.6,58,2865,6.05,6.07,3.73 +"823",0.73,"Premium","D","SI1",60.8,55,2865,5.87,5.81,3.55 +"824",0.56,"Very Good","D","VVS1",62,56,2866,5.25,5.3,3.27 +"825",0.56,"Very Good","D","VVS1",61.8,55,2866,5.27,5.31,3.27 +"826",0.71,"Ideal","E","VS1",62.2,55,2866,5.74,5.7,3.56 +"827",0.7,"Ideal","H","VVS1",62.3,58,2866,5.66,5.7,3.54 +"828",0.96,"Premium","I","SI1",61.3,58,2866,6.39,6.3,3.89 +"829",0.71,"Very Good","H","VVS1",62.9,57,2867,5.67,5.69,3.57 +"830",0.7,"Ideal","D","VS2",62.4,57,2867,5.68,5.61,3.52 +"831",0.71,"Ideal","H","VVS1",60.4,57,2867,5.78,5.81,3.5 +"832",0.8,"Premium","H","VS2",61.2,53,2867,6.05,5.98,3.68 +"833",0.95,"Premium","F","SI2",58.4,57,2867,6.49,6.41,3.77 +"834",0.82,"Ideal","F","SI2",62.3,56,2867,5.99,5.95,3.72 +"835",0.52,"Ideal","F","VVS1",61.2,56,2867,5.21,5.19,3.18 +"836",0.82,"Ideal","F","SI2",61.7,53,2867,6.12,6,3.74 +"837",0.82,"Ideal","F","SI2",62.3,56,2867,6.02,5.96,3.73 +"838",0.82,"Premium","F","SI2",59.7,57,2867,6.14,6.12,3.66 +"839",0.8,"Ideal","G","SI1",61.3,57,2867,5.96,5.91,3.64 +"840",0.96,"Fair","F","SI2",68.2,61,2867,6.07,5.88,4.1 +"841",0.72,"Ideal","I","VS1",62.4,55,2868,5.72,5.75,3.58 +"842",0.62,"Ideal","G","IF",60.5,57,2868,5.52,5.56,3.35 +"843",0.79,"Premium","E","SI2",61,58,2868,5.96,5.9,3.62 +"844",0.75,"Very Good","E","SI1",63.1,56,2868,5.78,5.7,3.62 +"845",1.08,"Premium","D","I1",61.9,60,2869,6.55,6.48,4.03 +"846",0.72,"Ideal","E","SI1",60.8,55,2869,5.77,5.84,3.53 +"847",0.62,"Ideal","G","IF",61.8,56,2869,5.43,5.47,3.37 +"848",0.73,"Ideal","G","VVS2",61.3,57,2869,5.84,5.81,3.57 +"849",0.72,"Ideal","H","VVS2",60.9,57,2869,5.79,5.77,3.52 +"850",0.52,"Premium","F","VVS2",61.8,60,2870,5.16,5.13,3.18 +"851",0.83,"Ideal","E","SI2",62.2,57,2870,6,6.05,3.75 +"852",0.64,"Premium","E","VVS2",62.1,58,2870,5.56,5.51,3.44 +"853",0.8,"Ideal","G","SI1",62.5,57,2870,5.94,5.9,3.7 +"854",0.74,"Ideal","H","SI1",62.1,56,2870,5.77,5.83,3.6 +"855",0.72,"Ideal","F","SI1",61.5,56,2870,5.72,5.79,3.54 +"856",0.82,"Ideal","H","VS2",59.5,57,2870,6.12,6.09,3.63 +"857",0.73,"Premium","E","VS1",61.3,59,2870,5.81,5.78,3.55 +"858",1.04,"Premium","I","I1",61.6,61,2870,6.47,6.45,3.98 +"859",0.73,"Very Good","E","SI1",61.3,58,2871,5.76,5.83,3.55 +"860",0.73,"Good","E","SI1",63.6,57,2871,5.7,5.72,3.63 +"861",0.9,"Premium","J","SI1",62.8,59,2871,6.13,6.03,3.82 +"862",0.75,"Ideal","I","SI1",61.8,55,2871,5.83,5.85,3.61 +"863",0.79,"Ideal","G","SI1",62.6,55,2871,5.91,5.95,3.71 +"864",0.7,"Good","D","SI1",62.5,56.7,2872,5.59,5.62,3.51 +"865",0.75,"Very Good","D","SI1",60.7,55,2872,5.87,5.92,3.58 +"866",1.02,"Ideal","I","I1",61.7,56,2872,6.44,6.49,3.99 +"867",0.7,"Very Good","G","SI2",59,62,2872,5.79,5.81,3.42 +"868",0.7,"Ideal","D","SI1",61.8,56,2872,5.63,5.73,3.51 +"869",0.7,"Good","E","SI1",61.4,64,2872,5.66,5.71,3.49 +"870",0.7,"Ideal","D","SI1",61.4,54,2872,5.71,5.75,3.52 +"871",0.7,"Ideal","D","SI1",60.7,56,2872,5.72,5.75,3.48 +"872",0.7,"Very Good","D","SI1",60.2,60,2872,5.75,5.82,3.48 +"873",0.72,"Very Good","E","VS2",58.3,57,2872,5.89,5.94,3.45 +"874",0.74,"Ideal","E","SI1",62.3,58,2872,5.74,5.78,3.59 +"875",0.84,"Good","G","SI1",65.1,55,2872,5.88,5.97,3.86 +"876",0.76,"Very Good","F","VS2",62,58,2873,5.8,5.86,3.62 +"877",0.77,"Very Good","E","SI1",63.2,58,2873,5.8,5.84,3.68 +"878",0.76,"Ideal","E","SI2",62.8,56,2873,5.78,5.82,3.64 +"879",1,"Ideal","I","SI2",61.7,56,2873,6.45,6.41,3.97 +"880",1,"Fair","H","SI1",65.5,62,2873,6.14,6.07,4 +"881",0.9,"Fair","I","SI1",65.7,58,2873,6.03,6,3.95 +"882",0.9,"Premium","J","SI1",61.8,58,2873,6.16,6.13,3.8 +"883",0.9,"Good","J","SI1",64,61,2873,6,5.96,3.83 +"884",0.9,"Fair","I","SI1",65.3,61,2873,5.98,5.94,3.89 +"885",0.9,"Fair","I","SI1",65.8,56,2873,6.01,5.96,3.94 +"886",0.9,"Premium","J","SI1",60.9,61,2873,6.26,6.22,3.8 +"887",0.78,"Premium","F","VS2",62.6,58,2874,5.91,5.82,3.67 +"888",0.71,"Premium","D","VS2",61.2,59,2874,5.69,5.74,3.5 +"889",0.7,"Premium","F","VS1",59,59,2874,5.79,5.77,3.41 +"890",0.7,"Premium","F","VS1",60.8,62,2874,5.71,5.67,3.46 +"891",0.7,"Premium","G","VVS2",61.8,58,2874,5.67,5.63,3.49 +"892",0.7,"Ideal","F","VS1",61,55,2874,5.77,5.73,3.51 +"893",0.7,"Ideal","F","VS1",61.6,55,2874,5.75,5.71,3.53 +"894",0.7,"Ideal","F","VS1",62.4,56,2874,5.69,5.65,3.54 +"895",0.7,"Premium","G","VVS2",62.9,59,2874,5.68,5.61,3.55 +"896",1,"Fair","H","SI2",67.7,60,2875,6.11,5.98,4.09 +"897",0.77,"Ideal","H","SI1",62.4,56,2875,5.84,5.9,3.66 +"898",1,"Fair","J","VS1",65.5,55,2875,6.3,6.25,4.11 +"899",1,"Fair","I","SI1",66.3,61,2875,6.08,6.03,4.01 +"900",1,"Fair","H","SI2",69.5,55,2875,6.17,6.1,4.26 +"901",0.73,"Premium","E","VS1",62.6,60,2876,5.68,5.75,3.58 +"902",0.79,"Premium","E","VS2",60.6,53,2876,6.04,5.98,3.64 +"903",0.72,"Very Good","H","VS1",62.2,54,2877,5.74,5.76,3.57 +"904",0.71,"Ideal","E","VS1",62.4,56,2877,5.75,5.7,3.57 +"905",0.74,"Ideal","G","VS2",62.3,55,2877,5.8,5.83,3.62 +"906",0.7,"Good","H","VVS1",62.7,56,2877,5.6,5.66,3.53 +"907",0.7,"Good","F","VS1",59.1,62,2877,5.82,5.86,3.44 +"908",0.79,"Very Good","F","SI1",62.8,59,2878,5.86,5.89,3.69 +"909",0.79,"Very Good","F","SI1",62.7,60,2878,5.82,5.89,3.67 +"910",0.79,"Very Good","D","SI2",59.7,58,2878,6,6.07,3.6 +"911",0.71,"Ideal","I","VS2",61.5,55,2878,5.76,5.78,3.55 +"912",0.79,"Ideal","F","SI1",62.8,56,2878,5.88,5.9,3.7 +"913",0.73,"Very Good","F","SI1",61.4,56,2879,5.81,5.86,3.58 +"914",0.63,"Premium","E","IF",60.3,62,2879,5.55,5.53,3.34 +"915",0.7,"Premium","F","VS1",60.4,60,2879,5.73,5.7,3.45 +"916",0.71,"Premium","F","VS1",62.7,58,2879,5.71,5.67,3.57 +"917",0.84,"Ideal","G","SI2",61,56,2879,6.13,6.1,3.73 +"918",0.84,"Ideal","G","SI2",62.3,55,2879,6.08,6.03,3.77 +"919",1.02,"Ideal","J","SI2",60.3,54,2879,6.53,6.5,3.93 +"920",0.72,"Fair","F","VS1",56.9,69,2879,5.93,5.77,3.33 +"921",0.72,"Ideal","F","VS1",62,56,2879,5.76,5.73,3.56 +"922",0.92,"Very Good","J","SI2",58.7,61,2880,6.34,6.43,3.75 +"923",0.74,"Very Good","D","SI1",63.9,57,2880,5.72,5.74,3.66 +"924",0.7,"Ideal","H","VVS1",62,55,2881,5.74,5.71,3.55 +"925",0.71,"Very Good","E","VS2",60,59,2881,5.84,5.83,3.5 +"926",1.05,"Premium","H","I1",62,59,2881,6.5,6.47,4.02 +"927",0.7,"Very Good","H","IF",62.8,56,2882,5.62,5.65,3.54 +"928",0.54,"Ideal","F","VVS1",61.8,56,2882,5.23,5.26,3.24 +"929",0.73,"Premium","F","VS2",59.9,58,2882,5.87,5.84,3.51 +"930",0.88,"Fair","F","SI1",56.6,65,2882,6.39,6.32,3.6 +"931",0.73,"Premium","F","VS2",58.7,57,2882,5.97,5.92,3.49 +"932",0.72,"Ideal","D","SI1",61.8,56,2883,5.75,5.81,3.57 +"933",0.9,"Good","H","SI2",62.7,64,2883,6.09,6,3.79 +"934",0.9,"Fair","H","SI2",65,61,2883,6.01,5.96,3.89 +"935",1.03,"Fair","I","SI2",65.3,55,2884,6.32,6.27,4.11 +"936",0.84,"Very Good","F","SI1",63.8,57,2885,5.95,6,3.81 +"937",1.01,"Premium","I","SI1",62.7,60,2885,6.36,6.27,3.96 +"938",0.77,"Ideal","D","SI2",61.5,55,2885,5.9,5.93,3.64 +"939",0.8,"Fair","E","SI1",56.3,63,2885,6.22,6.14,3.48 +"940",0.9,"Fair","D","SI2",66.9,57,2885,6.02,5.9,3.99 +"941",0.73,"Ideal","E","SI1",61.4,56,2886,5.79,5.81,3.56 +"942",0.72,"Ideal","E","SI1",62.7,55,2886,5.64,5.69,3.55 +"943",0.71,"Very Good","D","SI1",62.4,54,2887,5.71,5.79,3.59 +"944",0.7,"Premium","E","VS1",62.6,59,2887,5.66,5.69,3.55 +"945",0.79,"Ideal","I","VS1",61.7,59,2888,5.93,5.96,3.67 +"946",0.72,"Very Good","G","VVS2",62.5,58,2889,5.68,5.72,3.56 +"947",0.7,"Very Good","E","VS2",63.5,54,2889,5.62,5.66,3.58 +"948",0.7,"Very Good","F","VS1",62.2,58,2889,5.64,5.75,3.54 +"949",0.9,"Good","H","SI2",63.5,58,2889,6.09,6.14,3.88 +"950",0.71,"Very Good","F","VS1",62.8,56,2889,5.69,5.72,3.58 +"951",0.5,"Ideal","E","VVS2",62.2,54,2889,5.08,5.12,3.17 +"952",0.5,"Ideal","E","VVS2",62.2,54,2889,5.09,5.11,3.17 +"953",0.74,"Ideal","F","SI1",61.2,56,2889,5.83,5.87,3.58 +"954",0.77,"Premium","F","VS2",61.8,56,2889,5.94,5.9,3.66 +"955",0.77,"Premium","E","SI1",59.8,61,2889,5.99,5.95,3.57 +"956",0.8,"Ideal","F","SI1",61.5,54,2890,6.07,6,3.71 +"957",0.8,"Ideal","F","SI1",62.4,57,2890,5.9,5.87,3.67 +"958",0.8,"Premium","F","SI1",61.5,60,2890,5.97,5.94,3.66 +"959",0.8,"Good","F","SI1",63.8,59,2890,5.87,5.83,3.73 +"960",0.66,"Ideal","G","VVS1",61.5,56,2890,5.61,5.58,3.44 +"961",0.71,"Very Good","E","VS2",61.2,58,2891,5.71,5.79,3.52 +"962",0.71,"Ideal","F","VS2",61.2,56,2891,5.73,5.77,3.52 +"963",0.71,"Ideal","E","VS2",61.6,56,2891,5.74,5.76,3.54 +"964",0.71,"Ideal","E","VS2",62.7,56,2891,5.71,5.75,3.59 +"965",0.72,"Ideal","D","SI1",61.1,56,2891,5.78,5.81,3.54 +"966",0.71,"Good","D","VS2",62.3,61,2891,5.7,5.73,3.56 +"967",0.86,"Ideal","H","SI2",61.8,55,2892,6.12,6.14,3.79 +"968",1.19,"Fair","H","I1",65.1,59,2892,6.62,6.55,4.29 +"969",0.71,"Very Good","F","VS1",62.6,55,2893,5.66,5.71,3.56 +"970",0.82,"Very Good","G","SI2",62.5,56,2893,5.99,6.04,3.76 +"971",0.71,"Ideal","G","VVS2",61.5,57,2893,5.73,5.75,3.53 +"972",0.75,"Ideal","F","VS2",62.5,57,2893,5.78,5.83,3.63 +"973",0.7,"Very Good","H","VVS1",59.2,60,2893,5.87,5.78,3.45 +"974",0.8,"Ideal","G","SI2",62.5,55,2893,5.89,5.92,3.69 +"975",0.82,"Good","G","SI2",59.9,62,2893,6.02,6.04,3.61 +"976",0.82,"Very Good","G","SI1",63.4,55,2893,6,5.93,3.78 +"977",0.82,"Premium","G","SI1",59.9,59,2893,6.09,6.06,3.64 +"978",0.81,"Very Good","E","SI2",62.4,57,2894,5.91,5.99,3.71 +"979",0.81,"Ideal","G","SI2",62.2,57,2894,5.96,6,3.72 +"980",0.76,"Ideal","F","SI1",61.4,56,2894,5.88,5.92,3.62 +"981",0.71,"Very Good","G","VS2",60.9,56,2895,5.75,5.78,3.51 +"982",0.7,"Very Good","F","VS1",61.8,59,2895,5.66,5.76,3.53 +"983",0.7,"Ideal","G","VVS2",62.1,53,2895,5.71,5.75,3.56 +"984",0.74,"Very Good","G","VS1",59.8,58,2896,5.85,5.89,3.51 +"985",0.77,"Very Good","G","VS2",61.3,60,2896,5.81,5.91,3.59 +"986",0.77,"Very Good","G","VS2",58.3,63,2896,6,6.05,3.51 +"987",0.53,"Ideal","F","VVS1",61.6,56,2896,5.18,5.24,3.21 +"988",0.79,"Ideal","D","SI1",61.5,56,2896,5.91,5.96,3.65 +"989",0.73,"Ideal","E","SI2",61.5,55,2896,5.82,5.86,3.59 +"990",0.77,"Ideal","D","SI2",62.1,56,2896,5.83,5.89,3.64 +"991",0.77,"Premium","E","SI1",60.9,58,2896,5.94,5.88,3.6 +"992",1.01,"Very Good","I","I1",63.1,57,2896,6.39,6.35,4.02 +"993",1.01,"Ideal","I","I1",61.5,57,2896,6.46,6.45,3.97 +"994",0.6,"Very Good","D","VVS2",60.6,57,2897,5.48,5.51,3.33 +"995",0.76,"Premium","E","SI1",61.1,58,2897,5.91,5.85,3.59 +"996",0.54,"Ideal","D","VVS2",61.4,52,2897,5.3,5.34,3.26 +"997",0.72,"Ideal","E","SI1",62.5,55,2897,5.69,5.74,3.57 +"998",0.72,"Good","F","VS1",59.4,61,2897,5.82,5.89,3.48 +"999",0.74,"Premium","D","VS2",61.8,58,2897,5.81,5.77,3.58 +"1000",1.12,"Premium","J","SI2",60.6,59,2898,6.68,6.61,4.03 +"1001",0.75,"Ideal","D","SI1",62.3,55,2898,5.83,5.8,3.62 +"1002",0.77,"Ideal","D","SI1",62.6,57,2898,5.92,5.81,3.67 +"1003",0.98,"Good","H","SI2",57.9,56,2898,6.51,6.47,3.76 +"1004",0.79,"Ideal","G","SI1",61.1,57,2898,5.98,5.93,3.64 +"1005",0.79,"Ideal","G","SI1",62.3,57,2898,5.9,5.85,3.66 +"1006",0.79,"Ideal","G","SI1",62.3,57,2898,5.9,5.85,3.66 +"1007",0.79,"Ideal","G","SI1",62.3,57,2898,5.9,5.85,3.66 +"1008",0.79,"Ideal","G","SI1",62.3,57,2898,5.9,5.85,3.66 +"1009",0.79,"Ideal","G","SI1",62.3,57,2898,5.9,5.85,3.66 +"1010",0.7,"Good","G","VVS1",59.9,61,2899,5.75,5.81,3.46 +"1011",0.7,"Very Good","F","SI1",61.9,58,2900,5.71,5.72,3.54 +"1012",0.72,"Premium","D","VS1",62.7,58,2900,5.68,5.65,3.55 +"1013",0.8,"Premium","F","SI1",62.7,58,2901,5.91,5.93,3.71 +"1014",0.81,"Ideal","E","SI2",63,56,2901,5.95,5.9,3.73 +"1015",0.81,"Premium","E","SI2",62.5,59,2901,5.97,5.9,3.71 +"1016",0.74,"Ideal","E","VS2",61.9,57,2901,5.81,5.78,3.59 +"1017",0.73,"Premium","E","VS2",62,60,2902,5.76,5.73,3.56 +"1018",0.73,"Ideal","E","VS2",61.4,55,2902,5.82,5.8,3.57 +"1019",0.75,"Ideal","G","SI1",61.6,55,2902,5.82,5.86,3.6 +"1020",0.71,"Fair","E","VS2",64.6,59,2902,5.62,5.59,3.62 +"1021",0.71,"Premium","E","VS2",59.6,60,2902,5.85,5.8,3.47 +"1022",0.75,"Premium","D","SI1",62.8,60,2903,5.78,5.74,3.62 +"1023",0.75,"Ideal","D","SI1",62.3,57,2903,5.83,5.8,3.62 +"1024",0.72,"Ideal","D","SI1",61.9,55,2903,5.78,5.75,3.57 +"1025",0.72,"Premium","D","SI1",61.4,59,2903,5.79,5.71,3.53 +"1026",0.72,"Premium","E","VS2",61.1,59,2903,5.8,5.75,3.53 +"1027",0.79,"Very Good","F","SI1",63,54,2904,5.91,5.94,3.73 +"1028",0.79,"Very Good","D","SI2",62.8,57,2904,5.85,5.9,3.69 +"1029",0.7,"Very Good","E","VS1",58.4,59,2904,5.83,5.91,3.43 +"1030",0.62,"Ideal","E","VVS2",62,56,2904,5.48,5.52,3.41 +"1031",0.7,"Very Good","G","VVS2",59.3,62,2905,5.78,5.82,3.44 +"1032",0.7,"Very Good","G","VVS2",63.4,59,2905,5.62,5.64,3.57 +"1033",0.7,"Very Good","G","VVS2",63.3,59,2905,5.59,5.62,3.55 +"1034",0.71,"Very Good","G","VS2",62.1,58,2905,5.65,5.71,3.53 +"1035",0.86,"Very Good","I","VS1",61.2,58,2905,6.1,6.16,3.75 +"1036",0.53,"Ideal","D","VVS1",62.5,54,2905,5.16,5.21,3.24 +"1037",0.91,"Very Good","J","SI1",63.5,58,2905,6.17,6.12,3.9 +"1038",0.95,"Good","I","SI2",63.8,57,2905,6.23,6.13,3.94 +"1039",0.91,"Premium","J","SI1",62.8,59,2905,6.19,6.14,3.87 +"1040",0.74,"Very Good","D","VS2",62.4,57,2906,5.74,5.8,3.6 +"1041",0.8,"Ideal","I","VS1",62.2,58,2906,5.92,5.95,3.69 +"1042",0.74,"Good","E","SI1",62.8,61,2906,5.74,5.76,3.61 +"1043",0.61,"Ideal","E","VVS2",62.4,53.9,2907,5.42,5.43,3.38 +"1044",0.61,"Ideal","E","VVS2",62.4,53.6,2907,5.42,5.45,3.39 +"1045",0.61,"Ideal","E","VVS2",62.1,54.2,2907,5.43,5.45,3.38 +"1046",0.72,"Ideal","H","VVS1",62.8,57,2907,5.68,5.72,3.58 +"1047",0.7,"Ideal","F","VS2",62.3,53,2907,5.69,5.73,3.56 +"1048",0.71,"Ideal","F","VS1",61.9,56,2907,5.7,5.74,3.54 +"1049",0.79,"Ideal","G","SI1",60.3,60,2907,5.98,6.02,3.62 +"1050",0.72,"Ideal","E","SI1",62.6,56,2907,5.7,5.73,3.58 +"1051",0.33,"Ideal","G","SI2",62.9,55,557,4.46,4.41,2.79 +"1052",0.39,"Ideal","H","SI2",61.5,57,558,4.66,4.7,2.88 +"1053",0.32,"Ideal","D","SI1",61.3,55,558,4.41,4.46,2.72 +"1054",0.25,"Premium","F","VS1",61.2,59,558,4.05,4.02,2.47 +"1055",0.25,"Good","F","VS1",63.6,57,558,4.04,4.01,2.56 +"1056",0.25,"Premium","E","VS1",60.7,59,558,4.13,4.11,2.5 +"1057",0.25,"Premium","E","VS1",61.5,60,558,4.04,4.02,2.48 +"1058",0.31,"Premium","I","VS2",60.8,58,558,4.37,4.34,2.65 +"1059",0.31,"Premium","I","VS2",59.8,60,558,4.42,4.38,2.63 +"1060",0.31,"Very Good","I","VS2",63.2,55,558,4.4,4.3,2.75 +"1061",0.31,"Premium","I","VS2",62.3,57,558,4.35,4.32,2.7 +"1062",0.31,"Premium","H","SI1",58.7,60,558,4.47,4.43,2.61 +"1063",0.31,"Premium","H","SI1",62.7,58,558,4.34,4.31,2.71 +"1064",0.31,"Ideal","E","SI2",61.7,56,558,4.4,4.35,2.7 +"1065",0.31,"Ideal","E","SI2",60.1,57,558,4.44,4.41,2.66 +"1066",0.31,"Ideal","E","SI2",61.3,55,558,4.37,4.34,2.67 +"1067",0.31,"Premium","I","VS2",60.8,60,558,4.42,4.37,2.67 +"1068",0.31,"Ideal","I","VS2",59.9,57,558,4.4,4.38,2.63 +"1069",0.31,"Premium","I","VS2",59.9,60,558,4.44,4.41,2.65 +"1070",0.31,"Premium","I","VS2",61.1,58,558,4.38,4.36,2.67 +"1071",0.31,"Premium","I","VS2",60.7,61,558,4.34,4.32,2.63 +"1072",0.31,"Very Good","I","VS2",63.1,54,558,4.34,4.31,2.73 +"1073",0.31,"Premium","I","VS2",62.3,60,558,4.32,4.31,2.69 +"1074",0.31,"Premium","H","SI1",61.7,59,558,4.39,4.36,2.7 +"1075",0.31,"Premium","H","SI1",61,61,558,4.39,4.33,2.66 +"1076",0.31,"Good","H","SI1",63.6,57,558,4.31,4.28,2.73 +"1077",0.31,"Premium","H","SI1",62.4,57,558,4.35,4.31,2.7 +"1078",0.31,"Premium","H","SI1",62.8,58,558,4.32,4.28,2.7 +"1079",0.31,"Ideal","H","SI1",62.9,56,558,4.31,4.27,2.7 +"1080",0.31,"Premium","E","SI2",60.9,60,558,4.38,4.35,2.66 +"1081",0.82,"Very Good","H","SI1",63.6,56,2908,5.9,5.95,3.77 +"1082",0.73,"Ideal","I","VS1",61.5,55,2908,5.8,5.84,3.58 +"1083",0.7,"Premium","D","VS2",61,60,2909,5.75,5.7,3.49 +"1084",0.7,"Premium","D","VS2",60.9,57,2909,5.71,5.69,3.47 +"1085",0.71,"Ideal","H","VS1",61.2,56,2909,5.76,5.81,3.54 +"1086",0.71,"Ideal","H","VS1",61.9,56,2909,5.7,5.74,3.54 +"1087",0.9,"Ideal","I","SI2",61.9,57,2909,6.19,6.13,3.81 +"1088",0.71,"Very Good","D","VS1",62.9,57,2910,5.6,5.66,3.54 +"1089",1.05,"Premium","I","SI2",58.3,57,2911,6.72,6.67,3.9 +"1090",0.59,"Ideal","E","VVS2",61.1,57,2911,5.39,5.41,3.3 +"1091",0.71,"Ideal","G","VS2",60.6,56,2911,5.76,5.8,3.5 +"1092",0.77,"Good","F","VS2",60.3,61,2911,5.89,5.96,3.57 +"1093",0.73,"Good","E","VS2",64.2,54,2912,5.68,5.72,3.66 +"1094",0.7,"Good","E","VS2",58.7,63,2912,5.69,5.73,3.35 +"1095",0.73,"Good","E","VS2",63.2,56,2912,5.75,5.76,3.64 +"1096",0.8,"Premium","E","SI1",61.2,60,2912,5.97,5.95,3.65 +"1097",1,"Fair","H","SI2",65.2,54,2912,6.3,6.22,4.08 +"1098",1,"Fair","I","SI1",66,56,2912,6.31,6.24,4.13 +"1099",1,"Fair","H","SI2",67,55,2912,6.25,6.12,4.16 +"1100",0.7,"Very Good","D","VS2",60.7,60,2913,5.72,5.74,3.48 +"1101",0.71,"Premium","D","SI1",61.4,58,2913,5.75,5.79,3.54 +"1102",0.71,"Premium","G","SI2",60.8,59,2913,5.7,5.74,3.48 +"1103",0.71,"Premium","D","SI1",60.6,58,2913,5.77,5.79,3.5 +"1104",0.71,"Very Good","D","SI1",61.7,56,2913,5.68,5.8,3.54 +"1105",0.71,"Ideal","D","SI1",61.7,57,2913,5.7,5.75,3.53 +"1106",0.71,"Premium","D","SI1",59.7,59,2913,5.8,5.82,3.47 +"1107",0.91,"Premium","I","SI2",62,59,2913,6.18,6.23,3.85 +"1108",0.83,"Premium","E","SI1",62.2,59,2913,6.05,5.97,3.74 +"1109",0.85,"Ideal","G","SI2",62,57,2913,6.1,6.02,3.76 +"1110",0.8,"Very Good","F","SI1",63.5,55,2914,5.86,5.89,3.73 +"1111",0.73,"Ideal","E","SI1",61.4,58,2914,5.76,5.8,3.55 +"1112",0.83,"Very Good","I","VS2",62,55,2915,6.03,6.06,3.74 +"1113",0.77,"Very Good","G","SI1",63.6,57,2915,5.79,5.88,3.71 +"1114",0.8,"Very Good","G","SI2",62,55,2915,5.94,6.01,3.7 +"1115",0.71,"Ideal","F","VS2",62.2,56,2915,5.74,5.71,3.56 +"1116",0.73,"Very Good","H","VS1",60.8,57,2916,5.8,5.83,3.54 +"1117",0.93,"Ideal","I","SI1",62,57,2917,6.22,6.26,3.87 +"1118",0.74,"Premium","F","VS1",62.5,60,2917,5.78,5.74,3.6 +"1119",0.7,"Ideal","E","VS2",62.5,58,2917,5.63,5.67,3.53 +"1120",0.71,"Ideal","F","VS2",61.2,56,2917,5.77,5.73,3.52 +"1121",0.71,"Very Good","F","VS2",59.5,58,2918,5.82,5.87,3.48 +"1122",0.8,"Very Good","H","VS2",61.2,53,2918,5.98,6.05,3.68 +"1123",0.71,"Ideal","H","VVS1",62.1,54,2918,5.7,5.76,3.56 +"1124",0.72,"Ideal","I","VS2",61.8,55,2918,5.75,5.79,3.56 +"1125",0.83,"Very Good","D","SI2",63.1,57,2918,5.95,5.9,3.74 +"1126",0.72,"Very Good","G","VS1",60.5,57,2919,5.8,5.83,3.52 +"1127",0.8,"Very Good","H","SI1",62.5,56,2919,5.92,5.96,3.71 +"1128",0.73,"Premium","G","VVS2",62.2,56,2919,5.79,5.75,3.59 +"1129",0.7,"Good","F","VS1",63.8,58,2919,5.61,5.58,3.57 +"1130",0.73,"Ideal","H","VS1",61.9,55,2919,5.79,5.76,3.58 +"1131",0.73,"Ideal","G","VVS2",61.9,55,2919,5.83,5.77,3.59 +"1132",0.71,"Premium","E","VS1",59.7,57,2920,5.87,5.78,3.48 +"1133",0.72,"Ideal","F","SI1",61,55,2920,5.78,5.85,3.55 +"1134",0.71,"Premium","F","VS1",59.1,59,2920,5.88,5.83,3.46 +"1135",0.71,"Ideal","F","VS1",62.6,55,2920,5.71,5.67,3.56 +"1136",0.74,"Very Good","H","VVS2",60.5,60,2921,5.79,5.81,3.51 +"1137",0.71,"Very Good","E","VS2",59.9,59,2921,5.77,5.81,3.47 +"1138",0.71,"Very Good","E","VS2",60.7,60,2921,5.75,5.78,3.5 +"1139",0.71,"Very Good","D","SI1",60.1,60,2921,5.76,5.79,3.47 +"1140",0.65,"Ideal","F","VVS2",61.3,56,2921,5.58,5.61,3.43 +"1141",0.9,"Fair","I","VS2",64.1,66,2921,6.04,5.98,3.85 +"1142",0.71,"Very Good","E","VS2",63.7,58,2922,5.6,5.64,3.58 +"1143",0.71,"Very Good","E","VS2",63.3,59,2922,5.62,5.66,3.57 +"1144",0.68,"Very Good","F","VS1",59.7,57,2922,5.79,5.76,3.45 +"1145",0.53,"Ideal","F","VVS1",61.6,56,2922,5.24,5.18,3.21 +"1146",0.77,"Ideal","D","SI2",60.6,56,2922,5.95,5.9,3.59 +"1147",0.72,"Very Good","E","VS2",63,57,2923,5.69,5.73,3.6 +"1148",0.72,"Very Good","E","VS2",63.2,58,2923,5.67,5.72,3.6 +"1149",0.7,"Very Good","E","SI1",61.8,59,2923,5.63,5.69,3.5 +"1150",0.75,"Very Good","E","SI1",62.3,58,2923,5.78,5.81,3.61 +"1151",0.75,"Very Good","E","SI1",61.5,58,2923,5.82,5.86,3.59 +"1152",0.87,"Ideal","H","SI1",62.5,57,2923,6.13,6.06,3.81 +"1153",0.71,"Ideal","E","VS1",62.4,54,2923,5.71,5.74,3.57 +"1154",0.77,"Ideal","D","SI2",60.2,56,2923,5.98,6.04,3.62 +"1155",0.78,"Ideal","F","SI1",61.1,56,2923,5.94,5.98,3.64 +"1156",0.75,"Good","E","SI1",58.3,60,2923,5.94,5.99,3.48 +"1157",0.9,"Premium","I","VS2",58.7,60,2923,6.35,6.28,3.7 +"1158",0.7,"Ideal","I","VS1",61.5,56,2924,5.71,5.75,3.52 +"1159",0.8,"Very Good","D","SI1",58.2,63,2925,6.07,6.03,3.52 +"1160",0.7,"Very Good","F","VS1",64.5,58,2925,5.55,5.59,3.59 +"1161",0.51,"Very Good","E","IF",63.3,58,2925,5.03,5.08,3.2 +"1162",0.71,"Ideal","I","IF",61.5,56,2925,5.74,5.77,3.54 +"1163",1.02,"Ideal","I","I1",61.7,56,2925,6.49,6.44,3.99 +"1164",1.2,"Premium","I","I1",60.5,58,2925,6.9,6.79,4.14 +"1165",0.81,"Good","D","SI2",63.6,55,2926,5.91,5.86,3.74 +"1166",0.81,"Premium","F","SI1",61.2,56,2926,6.03,6,3.68 +"1167",0.81,"Premium","F","SI1",61.3,60,2926,6,5.94,3.66 +"1168",0.77,"Very Good","H","VS1",63.3,57,2927,5.79,5.83,3.68 +"1169",0.8,"Ideal","I","SI1",59.4,58,2927,6.07,6.09,3.61 +"1170",0.9,"Premium","H","SI2",59.5,60,2927,6.32,6.29,3.75 +"1171",0.7,"Very Good","F","VS2",61.3,54,2928,5.72,5.76,3.52 +"1172",0.7,"Very Good","D","VS2",60.8,59,2928,5.67,5.71,3.46 +"1173",0.74,"Very Good","E","SI1",61,58,2929,5.82,5.85,3.56 +"1174",0.8,"Very Good","G","VS2",61.1,57,2929,6.01,6.07,3.69 +"1175",0.7,"Ideal","G","VS2",61.8,57,2929,5.68,5.71,3.52 +"1176",0.7,"Ideal","E","SI1",60.1,57,2929,5.78,5.83,3.49 +"1177",0.71,"Very Good","E","VS2",61.3,60,2930,5.74,5.71,3.51 +"1178",0.7,"Premium","E","VS1",60.3,58,2930,5.7,5.74,3.45 +"1179",0.7,"Ideal","E","VS1",62.3,54,2930,5.67,5.72,3.55 +"1180",0.71,"Ideal","F","VS2",62.3,57,2930,5.69,5.74,3.56 +"1181",0.71,"Ideal","G","VS1",62.7,57,2930,5.69,5.73,3.58 +"1182",0.71,"Ideal","G","VS1",62.6,57,2930,5.67,5.7,3.56 +"1183",0.9,"Very Good","E","SI2",58.7,63,2930,6.23,6.2,3.65 +"1184",0.9,"Fair","E","SI2",65,58,2930,6.08,6.04,3.94 +"1185",0.71,"Ideal","G","VVS1",61.7,57,2930,5.75,5.7,3.53 +"1186",0.7,"Very Good","G","VVS2",60.8,57,2931,5.72,5.76,3.49 +"1187",0.72,"Very Good","F","VS2",63.3,57,2931,5.69,5.72,3.61 +"1188",0.72,"Ideal","F","VS2",61.8,59,2931,5.71,5.74,3.54 +"1189",0.7,"Premium","G","VVS1",62,61,2932,5.71,5.62,3.51 +"1190",0.7,"Premium","F","VVS2",61,57,2932,5.8,5.71,3.51 +"1191",0.7,"Very Good","F","VVS2",63.2,58,2932,5.66,5.6,3.56 +"1192",0.72,"Very Good","G","VVS2",62.2,57,2933,5.67,5.72,3.54 +"1193",0.59,"Very Good","D","VVS2",60.6,59,2933,5.44,5.49,3.31 +"1194",0.73,"Premium","F","VS2",59.9,58,2933,5.84,5.87,3.51 +"1195",0.75,"Ideal","F","VS2",62.3,57,2933,5.81,5.87,3.64 +"1196",0.75,"Good","D","SI2",57.6,56,2933,5.98,6.07,3.47 +"1197",0.9,"Good","H","SI2",62.7,64,2934,6,6.09,3.79 +"1198",0.71,"Ideal","D","SI2",62,54,2934,5.77,5.74,3.57 +"1199",0.91,"Premium","H","SI1",60.2,52,2935,6.27,6.15,3.74 +"1200",1.17,"Fair","I","I1",65.4,62,2935,6.68,6.57,4.33 +"1201",0.8,"Premium","H","VS1",62,60,2935,5.92,5.86,3.65 +"1202",0.7,"Very Good","G","VVS2",61.8,60,2936,5.63,5.69,3.5 +"1203",0.81,"Very Good","H","SI1",60.2,58,2936,6.06,6.1,3.66 +"1204",0.74,"Ideal","F","VS2",60.5,59,2936,5.81,5.86,3.53 +"1205",0.7,"Ideal","D","SI2",62.6,54,2936,5.69,5.72,3.57 +"1206",0.82,"Ideal","E","SI2",62.1,56,2937,6.01,5.98,3.72 +"1207",0.76,"Premium","E","SI1",58.3,62,2937,6.12,5.95,3.52 +"1208",0.76,"Premium","G","VS1",59.6,57,2937,6.01,5.91,3.55 +"1209",0.95,"Premium","G","SI2",58.8,60,2937,6.35,6.31,3.72 +"1210",0.71,"Very Good","H","VVS1",62.7,57,2938,5.66,5.72,3.57 +"1211",0.71,"Very Good","H","VVS1",62.7,59,2938,5.65,5.67,3.55 +"1212",0.81,"Ideal","E","SI2",60.2,57,2938,6.1,6.06,3.66 +"1213",0.73,"Very Good","F","VS2",62.7,58,2939,5.73,5.75,3.6 +"1214",0.73,"Very Good","G","VS1",60.7,57,2939,5.76,5.83,3.52 +"1215",0.83,"Very Good","F","SI2",61.9,56,2939,5.99,6.02,3.72 +"1216",0.77,"Premium","D","SI1",59.5,60,2939,6.01,5.95,3.56 +"1217",0.8,"Ideal","E","SI2",60.8,56,2939,6.02,6.01,3.66 +"1218",0.73,"Ideal","F","VS2",62.7,58,2939,5.72,5.77,3.6 +"1219",0.72,"Ideal","E","SI2",62.4,57,2939,5.71,5.74,3.57 +"1220",0.75,"Ideal","G","VS2",60.6,55,2939,5.93,5.91,3.59 +"1221",0.8,"Premium","E","SI2",59.9,58,2939,6.03,5.96,3.59 +"1222",0.81,"Ideal","I","VS2",61.8,56,2939,6.02,5.99,3.71 +"1223",0.82,"Premium","H","VS2",62.6,59,2939,5.99,5.93,3.73 +"1224",0.7,"Good","F","VVS2",63.1,57,2940,5.59,5.66,3.55 +"1225",1.24,"Very Good","J","I1",61.9,55,2940,6.85,6.92,4.26 +"1226",0.7,"Very Good","F","VVS2",62.6,59,2940,5.6,5.64,3.52 +"1227",0.7,"Ideal","F","VS1",61.2,54,2940,5.92,5.64,3.54 +"1228",0.75,"Fair","E","VS2",56,67,2940,6.18,6.08,3.43 +"1229",1,"Good","H","I1",57.6,61,2940,6.67,6.6,3.82 +"1230",0.75,"Ideal","E","VS2",61.6,57,2940,5.84,5.81,3.59 +"1231",0.7,"Ideal","E","VS2",61.5,56,2940,5.73,5.68,3.51 +"1232",0.79,"Very Good","E","SI2",59.2,59,2941,6.04,6.06,3.58 +"1233",0.8,"Good","F","SI1",63.8,59,2941,5.83,5.87,3.73 +"1234",0.81,"Very Good","F","SI2",62.7,58,2942,5.92,5.95,3.72 +"1235",0.71,"Premium","F","VS1",61.1,58,2942,5.76,5.72,3.51 +"1236",1.03,"Fair","G","SI2",65.7,59,2942,6.3,6.24,4.12 +"1237",0.7,"Ideal","F","VS2",60.8,56,2942,5.78,5.79,3.52 +"1238",0.76,"Premium","D","SI1",61.6,59,2942,5.84,5.82,3.59 +"1239",1.01,"Fair","G","SI2",67.1,59,2942,6.27,6.19,4.18 +"1240",0.73,"Ideal","D","SI1",61.4,56,2943,5.82,5.78,3.56 +"1241",0.72,"Ideal","F","VS2",62,56,2943,5.77,5.75,3.57 +"1242",0.74,"Very Good","H","VVS2",61.3,58,2944,5.8,5.85,3.57 +"1243",0.79,"Ideal","G","SI1",61.6,55,2944,5.96,5.98,3.68 +"1244",0.57,"Very Good","D","VVS1",60.4,57,2945,5.39,5.44,3.27 +"1245",0.79,"Very Good","H","VS2",61.5,55,2945,5.89,5.94,3.64 +"1246",0.78,"Very Good","D","SI1",62.4,58,2945,5.86,5.9,3.67 +"1247",0.85,"Good","G","SI1",64.9,56,2945,5.95,5.98,3.87 +"1248",0.71,"Very Good","E","VS1",63.3,59,2946,5.64,5.67,3.58 +"1249",0.71,"Very Good","E","VS1",62.7,57,2946,5.69,5.73,3.58 +"1250",0.72,"Ideal","H","VVS1",62.2,56,2946,5.72,5.75,3.57 +"1251",0.72,"Ideal","H","VVS1",62.5,57,2946,5.7,5.73,3.57 +"1252",0.77,"Ideal","I","SI1",61.5,56,2946,5.9,5.93,3.64 +"1253",0.79,"Ideal","E","SI1",62.3,55,2946,5.9,5.94,3.69 +"1254",0.78,"Very Good","H","VS1",61.7,56,2947,5.92,5.94,3.66 +"1255",0.76,"Ideal","E","VS1",62.1,57,2947,5.82,5.87,3.63 +"1256",0.92,"Ideal","H","SI2",58.5,57,2947,6.37,6.34,3.72 +"1257",0.73,"Premium","D","VS2",60.9,59,2947,5.82,5.77,3.53 +"1258",0.7,"Ideal","H","VVS1",61.2,57,2947,5.69,5.72,3.49 +"1259",0.7,"Ideal","H","VVS1",60.5,58,2947,5.76,5.81,3.5 +"1260",0.74,"Ideal","I","VS1",62,56,2947,5.79,5.82,3.6 +"1261",0.74,"Ideal","I","VS1",61.1,57,2947,5.83,5.86,3.57 +"1262",0.73,"Ideal","D","SI1",61.2,57,2947,5.79,5.81,3.55 +"1263",0.82,"Good","H","VS2",62.4,54,2947,5.97,6.04,3.75 +"1264",0.9,"Premium","I","SI1",60.9,56,2947,6.26,6.21,3.8 +"1265",0.73,"Ideal","G","VS1",61.7,55,2948,5.8,5.84,3.59 +"1266",0.7,"Ideal","E","SI1",62,56,2948,5.68,5.7,3.53 +"1267",0.9,"Premium","I","SI2",62.5,58,2948,6.15,6.1,3.83 +"1268",0.9,"Fair","I","SI2",66.4,60,2948,5.92,5.86,3.91 +"1269",0.9,"Premium","I","SI2",60.6,60,2948,6.28,6.23,3.79 +"1270",0.9,"Ideal","I","SI2",62,56,2948,6.2,6.16,3.83 +"1271",1,"Fair","E","SI2",65.8,58,2948,6.28,6.16,4.09 +"1272",0.72,"Very Good","E","VS2",63,56,2949,5.66,5.73,3.59 +"1273",0.76,"Ideal","E","SI1",61.7,57,2949,5.84,5.89,3.62 +"1274",0.77,"Ideal","D","SI1",62.6,57,2949,5.81,5.92,3.67 +"1275",0.72,"Ideal","H","VS1",62.3,55,2949,5.72,5.74,3.57 +"1276",0.99,"Fair","J","SI1",58,67,2949,6.57,6.5,3.79 +"1277",0.81,"Very Good","I","VS1",62.7,58,2950,5.9,5.96,3.72 +"1278",0.71,"Ideal","G","VS1",62.4,57,2950,5.68,5.73,3.56 +"1279",0.71,"Premium","D","VS2",62.1,60,2950,5.72,5.68,3.54 +"1280",0.54,"Ideal","F","VVS1",61.6,55,2951,5.27,5.28,3.25 +"1281",0.72,"Very Good","D","VS1",62.7,58,2951,5.65,5.68,3.55 +"1282",0.81,"Ideal","H","SI1",62.3,58,2951,5.95,5.96,3.71 +"1283",0.73,"Ideal","F","SI1",61.6,55,2951,5.77,5.81,3.56 +"1284",0.72,"Ideal","E","SI1",61,56,2951,5.84,5.79,3.55 +"1285",0.7,"Very Good","E","VS2",62.4,58,2952,5.66,5.68,3.54 +"1286",0.7,"Very Good","E","VS2",63.4,59,2952,5.63,5.67,3.58 +"1287",0.7,"Very Good","E","VS2",61.8,59,2952,5.63,5.67,3.49 +"1288",0.7,"Very Good","E","VS1",61.3,60,2952,5.68,5.7,3.49 +"1289",0.72,"Ideal","G","VS2",61.5,55,2952,5.76,5.79,3.55 +"1290",0.72,"Ideal","G","VS2",61.4,55,2952,5.76,5.8,3.55 +"1291",0.7,"Ideal","E","VS2",61.9,58,2952,5.7,5.73,3.54 +"1292",0.7,"Ideal","E","VS2",62.6,57,2952,5.63,5.68,3.54 +"1293",0.7,"Ideal","E","VS2",62.1,55,2952,5.71,5.75,3.56 +"1294",0.74,"Ideal","I","IF",62.1,53.9,2952,5.79,5.81,3.6 +"1295",0.7,"Good","E","VS1",61,61,2952,5.69,5.72,3.48 +"1296",0.8,"Very Good","H","VS2",59.1,59,2953,6.02,6.07,3.57 +"1297",0.79,"Premium","F","VS2",63,59,2953,5.84,5.8,3.66 +"1298",0.75,"Good","F","VS1",64.4,59,2953,5.67,5.72,3.66 +"1299",0.71,"Very Good","E","VS2",59.6,60,2954,5.8,5.85,3.47 +"1300",0.72,"Ideal","D","SI1",61.9,55,2954,5.75,5.78,3.57 +"1301",0.72,"Premium","E","VS2",61.1,59,2954,5.75,5.8,3.53 +"1302",0.72,"Premium","D","SI1",61.4,59,2954,5.71,5.79,3.53 +"1303",0.75,"Ideal","D","SI1",62.3,57,2954,5.8,5.83,3.62 +"1304",0.82,"Very Good","D","SI1",63.1,58,2954,5.97,5.95,3.76 +"1305",0.76,"Ideal","G","VS2",61.7,54,2954,5.88,5.92,3.64 +"1306",0.89,"Premium","I","VS1",62.2,62,2955,6.14,6.02,3.78 +"1307",0.7,"Very Good","F","VS2",62.4,57,2956,5.67,5.71,3.55 +"1308",0.74,"Very Good","H","VS1",61.4,56,2956,5.81,5.84,3.57 +"1309",0.74,"Very Good","H","VS1",62.3,56,2956,5.75,5.78,3.59 +"1310",0.95,"Good","I","SI2",63.8,57,2956,6.13,6.23,3.94 +"1311",0.91,"Very Good","J","SI1",62.8,59,2956,6.14,6.19,3.87 +"1312",0.7,"Ideal","F","VS2",60.8,57,2956,5.75,5.77,3.5 +"1313",0.71,"Good","F","VVS2",58.2,60,2956,5.89,5.94,3.44 +"1314",0.7,"Premium","D","VS1",60.4,58,2956,5.78,5.71,3.47 +"1315",0.72,"Ideal","F","VS2",62.6,56,2956,5.75,5.72,3.59 +"1316",0.72,"Ideal","F","VS2",62.2,56,2956,5.75,5.73,3.57 +"1317",0.72,"Ideal","H","VVS1",62,55,2958,5.74,5.77,3.57 +"1318",0.79,"Ideal","I","VS1",62.2,57,2958,5.89,5.94,3.68 +"1319",0.72,"Good","G","VS1",58,57.8,2958,5.85,5.87,3.4 +"1320",0.98,"Fair","F","SI2",61.6,66,2958,6.46,6.24,3.92 +"1321",0.56,"Very Good","D","VVS1",60.1,58,2959,5.36,5.42,3.24 +"1322",0.7,"Very Good","F","VS1",60.1,58,2959,5.73,5.79,3.46 +"1323",0.79,"Premium","G","VS2",62.3,58,2959,5.92,5.89,3.68 +"1324",0.82,"Ideal","I","SI1",61.8,55,2959,6,6.03,3.72 +"1325",0.74,"Fair","G","VVS2",65.2,58,2959,5.7,5.6,3.69 +"1326",0.71,"Very Good","H","VVS2",61.8,56,2960,5.7,5.73,3.53 +"1327",0.7,"Very Good","D","VS2",63,56,2960,5.61,5.69,3.56 +"1328",0.7,"Good","D","VS2",63.4,57,2960,5.6,5.67,3.57 +"1329",0.7,"Ideal","D","VS2",61.3,57,2960,5.72,5.76,3.52 +"1330",0.76,"Ideal","F","VS2",62.6,56,2960,5.82,5.78,3.63 +"1331",0.72,"Ideal","G","VS2",61.3,56,2960,5.77,5.81,3.55 +"1332",0.64,"Ideal","G","IF",61.7,58,2960,5.52,5.56,3.42 +"1333",0.71,"Good","F","VVS2",58.9,61,2960,5.8,5.9,3.44 +"1334",0.74,"Ideal","G","VS1",61.8,55,2960,5.85,5.8,3.6 +"1335",0.77,"Very Good","H","VS1",62.8,58,2961,5.75,5.78,3.62 +"1336",0.74,"Ideal","H","VVS2",61.2,57,2961,5.79,5.85,3.56 +"1337",0.72,"Premium","E","VS1",61.5,60,2961,5.79,5.75,3.55 +"1338",0.73,"Premium","F","VS1",61.9,56,2961,5.81,5.76,3.58 +"1339",0.73,"Premium","F","VS1",62.7,56,2961,5.75,5.73,3.6 +"1340",0.63,"Ideal","F","VVS2",62.3,56,2961,5.48,5.5,3.42 +"1341",0.72,"Ideal","H","VS1",61.1,57,2961,5.8,5.82,3.55 +"1342",0.76,"Ideal","E","SI1",60.6,57,2961,5.91,5.93,3.59 +"1343",0.71,"Premium","F","VS1",62.1,53,2961,5.77,5.7,3.56 +"1344",0.75,"Premium","H","VS1",61.9,61,2961,5.85,5.82,3.61 +"1345",0.96,"Premium","E","SI2",60.4,56,2961,6.32,6.23,3.79 +"1346",0.63,"Ideal","D","VVS2",62.6,56,2962,5.47,5.49,3.43 +"1347",0.72,"Ideal","E","VS2",62,56,2962,5.73,5.76,3.56 +"1348",0.71,"Ideal","G","VS1",62.2,56,2962,5.69,5.72,3.55 +"1349",0.82,"Premium","F","SI1",62.4,56,2962,6.01,5.98,3.74 +"1350",0.71,"Ideal","E","VS1",62.1,53,2963,5.76,5.73,3.57 +"1351",0.91,"Very Good","E","SI2",58.6,63,2963,6.38,6.32,3.72 +"1352",0.71,"Very Good","E","VS2",62.9,57,2964,5.68,5.7,3.58 +"1353",0.71,"Very Good","E","SI1",62.9,55,2964,5.64,5.68,3.56 +"1354",0.71,"Very Good","D","SI1",59.4,59,2964,5.78,5.81,3.44 +"1355",0.7,"Good","E","VS1",63.6,58,2964,5.61,5.56,3.55 +"1356",0.7,"Fair","E","VS1",64.5,57,2964,5.59,5.55,3.59 +"1357",0.75,"Ideal","E","SI1",61.7,56,2964,5.84,5.86,3.61 +"1358",0.9,"Fair","F","SI2",65.7,59,2964,6.03,5.99,3.95 +"1359",0.9,"Good","F","SI2",64.2,62,2964,6.08,6,3.88 +"1360",0.9,"Fair","J","VS1",65.4,60,2964,6.02,5.93,3.91 +"1361",0.9,"Premium","J","VS1",62.1,62,2964,6.12,6.05,3.78 +"1362",1,"Fair","G","SI1",65.7,54,2964,6.24,6.16,4.07 +"1363",1.5,"Fair","H","I1",65.6,54,2964,7.26,7.09,4.7 +"1364",1.05,"Premium","E","I1",61.4,58,2964,6.53,6.46,3.99 +"1365",0.9,"Fair","J","VS1",64.6,58,2964,6.12,6.06,3.93 +"1366",0.71,"Ideal","I","VS1",61.8,56,2965,5.68,5.72,3.52 +"1367",0.71,"Ideal","I","VS1",61.6,56,2965,5.71,5.75,3.53 +"1368",0.71,"Ideal","I","VS1",61.3,57,2965,5.73,5.76,3.52 +"1369",0.71,"Ideal","I","VS1",61.5,56,2965,5.72,5.76,3.52 +"1370",0.7,"Ideal","G","SI1",61.7,55,2965,5.7,5.73,3.53 +"1371",0.7,"Ideal","G","SI1",60.9,56,2965,5.73,5.79,3.51 +"1372",0.73,"Very Good","G","VS2",62.1,59,2966,5.68,5.73,3.54 +"1373",0.85,"Very Good","E","SI2",63.1,58,2966,6.02,6,3.79 +"1374",0.7,"Ideal","I","VVS1",61.8,56,2966,5.69,5.73,3.53 +"1375",0.75,"Ideal","F","SI1",61.2,55,2966,5.87,5.92,3.61 +"1376",0.82,"Ideal","F","SI2",60.9,57,2966,6.06,6.02,3.68 +"1377",0.7,"Very Good","E","VS1",61.3,56,2967,5.68,5.71,3.49 +"1378",0.7,"Very Good","E","VS1",61.5,56,2967,5.69,5.75,3.52 +"1379",0.86,"Very Good","G","SI2",62.6,56,2967,6.01,6.07,3.78 +"1380",0.79,"Ideal","H","VS2",62,56,2967,5.91,5.93,3.67 +"1381",0.31,"Premium","E","SI2",60.8,61,558,4.43,4.39,2.68 +"1382",0.31,"Premium","E","SI2",61.2,61,558,4.37,4.36,2.67 +"1383",0.31,"Ideal","G","SI2",61.4,55,558,4.39,4.37,2.69 +"1384",0.3,"Very Good","H","VVS2",62,56,559,4.28,4.3,2.66 +"1385",0.31,"Very Good","G","VS2",62.6,56,559,4.33,4.37,2.72 +"1386",0.31,"Very Good","G","VS2",61.4,55,559,4.38,4.41,2.69 +"1387",0.31,"Very Good","G","VS2",60.9,57,559,4.37,4.39,2.67 +"1388",0.24,"Ideal","G","VVS1",62.4,56,559,3.97,3.99,2.48 +"1389",0.24,"Ideal","G","VVS1",62.1,56,559,3.97,4,2.47 +"1390",0.24,"Ideal","G","VVS1",62.2,56,559,4,4.04,2.5 +"1391",0.24,"Ideal","G","VVS1",62,55,559,4.01,4.03,2.49 +"1392",0.24,"Ideal","G","VVS1",62,56,559,3.97,4.01,2.47 +"1393",0.32,"Ideal","E","SI1",61.9,55,559,4.4,4.43,2.73 +"1394",0.32,"Ideal","E","SI1",61,56,559,4.41,4.45,2.7 +"1395",0.24,"Ideal","G","IF",61.7,56,559,3.99,4.01,2.47 +"1396",0.24,"Ideal","G","IF",60.8,58,559,4.01,4.05,2.44 +"1397",0.24,"Ideal","G","IF",61.8,55,559,3.99,4.02,2.47 +"1398",0.24,"Ideal","G","IF",61.6,57,559,3.99,4.02,2.46 +"1399",0.24,"Ideal","G","IF",61.3,57,559,4,4.03,2.46 +"1400",0.32,"Ideal","G","VS1",62.3,55,559,4.39,4.41,2.74 +"1401",0.32,"Ideal","G","VS1",61.8,55,559,4.42,4.45,2.74 +"1402",0.25,"Very Good","E","VVS2",62,56,560,4.05,4.08,2.52 +"1403",0.25,"Very Good","E","VVS1",61.5,56,560,4.06,4.08,2.5 +"1404",0.25,"Very Good","F","IF",61.5,56,560,4.04,4.06,2.48 +"1405",0.27,"Very Good","F","IF",60.4,58,560,4.18,4.2,2.53 +"1406",0.32,"Ideal","G","VS2",61.6,54,560,4.4,4.43,2.72 +"1407",0.36,"Ideal","F","SI1",61.6,56,560,4.57,4.62,2.83 +"1408",0.41,"Ideal","I","SI1",61.7,55,561,4.77,4.8,2.95 +"1409",0.32,"Premium","H","VS1",60.2,58,561,4.43,4.47,2.68 +"1410",0.32,"Ideal","H","VS1",61.5,57,561,4.4,4.42,2.71 +"1411",0.75,"Very Good","E","SI1",60.2,60,2968,5.89,5.93,3.56 +"1412",0.92,"Premium","H","SI1",59.2,60,2968,6.4,6.35,3.76 +"1413",1.13,"Fair","H","I1",64.8,59,2968,6.52,6.42,4.19 +"1414",0.71,"Premium","D","VS2",58.7,61,2968,5.88,5.85,3.44 +"1415",1.06,"Premium","I","SI2",61.5,57,2968,6.57,6.49,4.02 +"1416",0.9,"Ideal","G","SI2",62.4,57,2968,6.16,6.13,3.84 +"1417",0.8,"Ideal","G","VS2",61.2,57,2969,6.02,6.07,3.7 +"1418",0.52,"Premium","E","VVS2",60.1,58,2970,5.23,5.18,3.13 +"1419",0.72,"Very Good","G","VS1",60.6,56,2970,5.84,5.87,3.55 +"1420",0.7,"Good","F","VS1",63.8,58,2970,5.58,5.61,3.57 +"1421",0.78,"Premium","E","VS2",62.6,57,2970,5.91,5.85,3.68 +"1422",0.78,"Ideal","H","VS2",61.6,56,2970,5.94,5.91,3.64 +"1423",1.04,"Good","I","SI2",59.9,64,2970,6.51,6.45,3.88 +"1424",0.91,"Fair","F","SI1",64.9,57,2971,6.13,6.08,3.96 +"1425",0.81,"Very Good","E","SI1",63.8,58,2972,5.85,5.97,3.77 +"1426",0.76,"Ideal","G","VS1",59.4,57,2972,5.99,6.03,3.57 +"1427",0.7,"Ideal","G","VS1",61.7,56,2972,5.64,5.71,3.5 +"1428",0.9,"Very Good","H","SI2",63.1,60,2972,6.14,6.09,3.86 +"1429",0.81,"Premium","H","VS1",62.6,58,2972,5.96,5.9,3.71 +"1430",0.9,"Very Good","J","SI2",63.3,59,2973,6.08,6.12,3.86 +"1431",0.75,"Ideal","G","VS1",62.3,57,2973,5.83,5.86,3.64 +"1432",0.77,"Ideal","D","SI2",60.6,56,2973,5.9,5.95,3.59 +"1433",0.7,"Ideal","E","VS1",60.5,56,2973,5.74,5.79,3.49 +"1434",0.81,"Very Good","E","SI1",59.5,60,2973,6.05,6.09,3.61 +"1435",0.7,"Good","E","VS1",59.8,62,2973,5.74,5.8,3.45 +"1436",0.82,"Ideal","F","SI1",62.6,57,2974,5.96,6.02,3.75 +"1437",0.57,"Ideal","F","IF",61.8,54,2974,5.33,5.35,3.3 +"1438",0.9,"Good","H","SI1",64.2,60,2974,6.05,6.02,3.87 +"1439",1,"Fair","D","SI2",69.3,58,2974,5.96,5.87,4.1 +"1440",0.71,"Ideal","G","VS2",59.5,57,2974,5.81,5.8,3.46 +"1441",0.7,"Very Good","F","VS1",62.1,57,2975,5.69,5.72,3.54 +"1442",0.7,"Premium","F","VVS2",62.2,58,2975,5.72,5.66,3.54 +"1443",0.82,"Very Good","E","SI2",63.3,56,2975,5.99,5.95,3.78 +"1444",0.8,"Ideal","F","SI1",62.8,54,2975,5.9,5.97,3.74 +"1445",0.83,"Premium","G","SI1",61.6,59,2975,6.02,5.99,3.7 +"1446",0.83,"Ideal","H","VS2",61.3,54,2975,6.1,6.06,3.73 +"1447",0.77,"Premium","E","SI1",60.4,58,2975,6,5.88,3.59 +"1448",0.79,"Ideal","F","SI1",62.5,57,2976,5.88,5.92,3.69 +"1449",0.72,"Ideal","E","SI1",61,56,2976,5.82,5.85,3.56 +"1450",0.91,"Ideal","I","SI2",63,54,2976,6.17,6.12,3.86 +"1451",0.71,"Very Good","G","VVS2",60.8,58,2977,5.75,5.77,3.5 +"1452",0.81,"Ideal","F","SI1",61.9,57,2977,5.98,6.01,3.71 +"1453",0.76,"Premium","D","VS2",60.9,58,2977,5.9,5.85,3.58 +"1454",0.54,"Ideal","F","VVS1",61.6,55,2977,5.28,5.27,3.25 +"1455",0.71,"Ideal","G","VVS2",62.5,58,2978,5.7,5.73,3.57 +"1456",0.7,"Ideal","E","VS1",61.3,54,2978,5.77,5.83,3.54 +"1457",0.8,"Ideal","E","SI2",61,55,2978,6,6.03,3.67 +"1458",0.76,"Ideal","E","SI2",62.1,56,2978,5.85,5.88,3.64 +"1459",0.72,"Ideal","H","VVS1",59.9,59,2979,5.76,5.82,3.47 +"1460",0.7,"Ideal","E","VS2",61.7,56,2979,5.74,5.71,3.53 +"1461",0.86,"Premium","F","SI2",61.8,58,2980,6.12,6.15,3.79 +"1462",0.7,"Ideal","E","VS2",61.5,57,2980,5.67,5.78,3.52 +"1463",0.7,"Good","D","SI1",61.3,61,2980,5.63,5.69,3.47 +"1464",0.64,"Good","F","IF",58.6,61,2980,5.69,5.71,3.34 +"1465",0.7,"Ideal","E","VS2",62.2,55,2981,5.67,5.71,3.54 +"1466",0.91,"Premium","I","SI2",60.2,59,2981,6.29,6.24,3.77 +"1467",0.91,"Ideal","I","SI2",61.6,57,2981,6.24,6.23,3.84 +"1468",0.9,"Good","E","SI2",58.7,63,2982,6.2,6.23,3.65 +"1469",0.71,"Ideal","G","VVS1",61.7,57,2982,5.7,5.75,3.53 +"1470",0.9,"Fair","E","SI2",65.8,59,2982,6.03,5.98,3.95 +"1471",0.71,"Ideal","E","VS2",59.5,57,2982,5.86,5.83,3.48 +"1472",0.71,"Very Good","G","VS1",60.8,63,2982,5.76,5.68,3.48 +"1473",0.71,"Premium","E","VS2",62.6,58,2982,5.72,5.68,3.57 +"1474",0.74,"Ideal","E","VS2",62.7,54,2984,5.8,5.77,3.63 +"1475",0.9,"Very Good","J","VS2",63.1,57,2984,6.12,6.06,3.84 +"1476",1,"Premium","G","I1",62.5,62,2984,6.42,6.35,3.99 +"1477",0.7,"Very Good","D","VS2",63.1,56,2985,5.62,5.69,3.57 +"1478",0.75,"Ideal","E","SI1",62.2,57,2985,5.82,5.86,3.63 +"1479",0.82,"Premium","H","VS1",62.3,60,2985,5.97,5.94,3.71 +"1480",0.77,"Very Good","G","VS1",62.8,58,2986,5.78,5.84,3.65 +"1481",0.8,"Ideal","I","VS1",61.9,54.1,2986,5.92,5.98,3.69 +"1482",0.82,"Ideal","I","VS1",61.6,57,2986,6,6.05,3.71 +"1483",0.84,"Ideal","G","SI2",62,56,2986,6.02,6.05,3.74 +"1484",0.7,"Ideal","G","VS1",61.3,59,2987,5.68,5.7,3.49 +"1485",0.74,"Ideal","D","SI1",61.5,56,2987,5.8,5.84,3.58 +"1486",0.77,"Premium","E","SI1",61.7,58,2988,5.86,5.9,3.63 +"1487",0.6,"Very Good","F","IF",60.1,54,2988,5.5,5.58,3.33 +"1488",1.03,"Very Good","G","I1",63.2,58,2988,6.44,6.34,4.04 +"1489",0.76,"Ideal","I","IF",61.6,55,2988,5.92,5.89,3.64 +"1490",0.72,"Ideal","F","VS2",62.1,54,2989,5.76,5.8,3.59 +"1491",0.83,"Premium","D","SI1",61.3,58,2990,6.03,6,3.69 +"1492",0.76,"Very Good","G","VS2",62.1,54,2990,5.88,5.94,3.67 +"1493",0.72,"Very Good","E","VS2",62.9,57,2990,5.68,5.73,3.59 +"1494",0.57,"Good","E","VVS1",59.1,65,2990,5.34,5.43,3.18 +"1495",0.75,"Ideal","G","VS2",60.6,55,2991,5.91,5.93,3.59 +"1496",0.7,"Ideal","D","VS2",60.3,60,2991,5.71,5.76,3.46 +"1497",0.7,"Very Good","E","VS2",62.8,56,2992,5.66,5.68,3.56 +"1498",0.75,"Ideal","H","VVS2",62,55.1,2992,5.83,5.85,3.62 +"1499",1.06,"Fair","J","SI2",61,66,2992,6.54,6.35,3.93 +"1500",0.69,"Very Good","F","VVS2",61.5,60,2993,5.64,5.67,3.48 +"1501",0.87,"Very Good","H","SI2",61,56,2993,6.15,6.19,3.77 +"1502",0.75,"Very Good","E","SI1",63.6,56,2993,5.73,5.75,3.65 +"1503",0.7,"Ideal","G","VVS2",63,55,2993,5.65,5.69,3.57 +"1504",0.7,"Ideal","F","VS1",62.4,55,2993,5.65,5.7,3.54 +"1505",0.75,"Ideal","E","SI1",61.1,57,2993,5.83,5.86,3.57 +"1506",0.72,"Ideal","D","SI1",61.1,59,2993,5.76,5.8,3.53 +"1507",1.01,"Fair","G","SI1",65.1,57,2993,6.27,6.22,4.07 +"1508",0.71,"Very Good","F","VS2",59.6,56,2994,5.84,5.88,3.49 +"1509",0.71,"Very Good","G","VS1",59.3,55,2994,5.88,5.95,3.51 +"1510",0.81,"Very Good","G","VS2",63.1,58,2994,5.88,5.84,3.7 +"1511",1.24,"Premium","J","I1",61.9,55,2994,6.92,6.85,4.26 +"1512",0.81,"Premium","G","VS2",62,58,2994,5.95,5.92,3.68 +"1513",0.81,"Premium","D","SI2",61.7,58,2994,5.97,5.93,3.67 +"1514",0.73,"Ideal","D","SI1",61.4,56,2995,5.78,5.82,3.56 +"1515",0.7,"Ideal","G","VS1",60.9,56,2995,5.76,5.8,3.52 +"1516",0.91,"Fair","F","SI2",65.3,51,2996,6.05,5.98,3.93 +"1517",0.88,"Very Good","I","VS1",63.3,55,2996,6.11,6.06,3.85 +"1518",0.77,"Ideal","D","SI1",61.4,56,2996,5.9,5.93,3.63 +"1519",0.74,"Ideal","I","VS2",61.9,55,2997,5.8,5.83,3.6 +"1520",0.72,"Ideal","H","SI1",61.1,56,2997,5.78,5.8,3.54 +"1521",0.7,"Ideal","D","VS2",62.8,57,2998,5.69,5.75,3.59 +"1522",0.72,"Ideal","H","VS1",61.4,56,2998,5.79,5.81,3.56 +"1523",0.7,"Ideal","F","VS1",61.6,57,2998,5.7,5.73,3.52 +"1524",1.01,"Fair","J","VVS2",66,56,2998,6.29,6.22,4.13 +"1525",0.85,"Fair","G","VS1",57.7,67,2998,6.26,6.19,3.59 +"1526",0.7,"Very Good","D","VS2",59.7,59,2999,5.82,5.78,3.46 +"1527",0.73,"Very Good","G","VS1",62.4,58.1,2999,5.71,5.75,3.58 +"1528",1.02,"Fair","H","I1",61.5,60,2999,6.4,6.34,3.92 +"1529",0.87,"Premium","F","SI2",61.6,58,2999,6.14,6.1,3.77 +"1530",0.71,"Ideal","F","SI1",61.9,56,2999,5.69,5.74,3.54 +"1531",0.7,"Premium","G","VVS2",60.6,60,2999,5.77,5.69,3.47 +"1532",0.74,"Premium","E","VS1",62.7,58,2999,5.83,5.74,3.63 +"1533",0.74,"Premium","E","VS1",60.9,62,2999,5.83,5.8,3.54 +"1534",0.7,"Premium","G","VVS2",60.2,61,2999,5.74,5.66,3.43 +"1535",0.77,"Ideal","E","SI1",62.5,56,3000,5.87,5.91,3.68 +"1536",0.93,"Good","J","VS2",63.6,61,3000,6.16,6.08,3.89 +"1537",0.9,"Premium","I","SI2",60.6,60,3001,6.23,6.28,3.79 +"1538",0.9,"Very Good","I","SI2",62.5,58,3001,6.1,6.15,3.83 +"1539",0.9,"Ideal","I","SI2",62,56,3001,6.16,6.2,3.83 +"1540",0.72,"Very Good","D","SI1",61.5,58,3001,5.74,5.78,3.54 +"1541",0.7,"Premium","D","VS1",61.6,61,3001,5.66,5.61,3.47 +"1542",0.7,"Good","D","VS1",63.6,60,3001,5.61,5.52,3.54 +"1543",0.7,"Very Good","D","VS1",63.4,59,3001,5.58,5.55,3.53 +"1544",0.6,"Ideal","G","VVS1",62.1,56,3001,5.42,5.43,3.37 +"1545",0.75,"Very Good","H","VVS2",60.6,57,3002,5.86,5.89,3.56 +"1546",0.83,"Very Good","E","SI1",62.1,58,3002,6.01,6.04,3.74 +"1547",0.77,"Very Good","E","SI2",60.4,58,3002,5.91,5.95,3.58 +"1548",0.71,"Premium","D","VS2",62.1,60,3002,5.68,5.72,3.54 +"1549",0.89,"Good","H","SI2",63.3,59,3002,6.04,6.09,3.84 +"1550",0.72,"Good","F","VS1",63.8,58,3002,5.68,5.63,3.61 +"1551",0.72,"Ideal","G","VVS2",61.6,55,3002,5.78,5.77,3.56 +"1552",0.8,"Premium","G","VS2",60.6,59,3002,6.02,5.97,3.63 +"1553",0.73,"Fair","F","VS1",58.6,66,3002,5.92,5.88,3.46 +"1554",0.76,"Ideal","E","SI1",61.5,56,3003,5.89,5.91,3.63 +"1555",1.01,"Fair","D","SI2",64.6,56,3003,6.31,6.24,4.05 +"1556",0.65,"Premium","D","VVS2",59.9,58,3003,5.69,5.63,3.39 +"1557",0.81,"Premium","F","SI1",61.9,58,3004,5.99,5.96,3.7 +"1558",0.81,"Ideal","F","SI1",61.8,55,3004,6.04,6,3.72 +"1559",0.7,"Ideal","H","VS1",61.7,55,3004,5.69,5.72,3.52 +"1560",0.61,"Ideal","E","VS1",61.3,54,3004,5.53,5.5,3.38 +"1561",0.78,"Ideal","G","SI1",60.6,57,3004,5.95,5.97,3.61 +"1562",0.72,"Ideal","F","SI1",62.3,56,3004,5.77,5.79,3.6 +"1563",0.92,"Premium","D","SI2",60.2,61,3004,6.32,6.27,3.79 +"1564",0.75,"Very Good","E","SI1",61.1,59,3005,5.85,5.9,3.59 +"1565",0.55,"Ideal","F","VVS1",61.2,54,3005,5.3,5.35,3.26 +"1566",0.8,"Very Good","H","SI1",63,57,3005,5.89,5.95,3.73 +"1567",0.72,"Ideal","I","VS1",60.4,56,3005,5.8,5.86,3.52 +"1568",0.73,"Ideal","H","VVS1",61.6,57,3005,5.81,5.78,3.57 +"1569",0.91,"Very Good","I","SI2",63.4,58,3006,6.08,6.12,3.87 +"1570",0.91,"Very Good","G","SI2",62.8,59,3006,6.09,6.14,3.84 +"1571",0.71,"Premium","E","VS1",61.1,58,3006,5.8,5.76,3.53 +"1572",0.71,"Very Good","E","VS1",63.2,60,3006,5.63,5.6,3.55 +"1573",0.55,"Premium","D","VVS1",60.3,59,3006,5.34,5.3,3.21 +"1574",0.71,"Ideal","I","VVS2",60.7,57,3007,5.76,5.8,3.51 +"1575",0.71,"Ideal","I","VVS2",60.4,57,3007,5.78,5.81,3.5 +"1576",0.7,"Premium","E","VVS2",62.7,53,3007,5.65,5.61,3.53 +"1577",0.71,"Ideal","G","SI1",61.3,55,3007,5.73,5.79,3.53 +"1578",0.71,"Ideal","G","SI1",61.6,55,3007,5.72,5.78,3.54 +"1579",0.71,"Ideal","G","SI1",61.9,56,3007,5.73,5.76,3.55 +"1580",0.71,"Ideal","G","SI1",61.6,57,3007,5.73,5.76,3.54 +"1581",0.71,"Ideal","G","SI1",61.4,56,3007,5.72,5.77,3.53 +"1582",0.76,"Ideal","D","SI1",61.2,57,3007,5.88,5.91,3.61 +"1583",0.91,"Very Good","F","SI1",63.1,60,3007,6.13,6.1,3.86 +"1584",0.7,"Very Good","D","VS1",60.4,58,3008,5.71,5.78,3.47 +"1585",0.61,"Ideal","G","VVS1",61.2,56,3008,5.46,5.48,3.35 +"1586",0.7,"Ideal","F","VS2",61.3,57,3008,5.7,5.76,3.51 +"1587",0.82,"Premium","H","VS1",62.5,59,3008,5.96,5.94,3.72 +"1588",0.71,"Very Good","E","VS1",63.7,58,3009,5.63,5.68,3.6 +"1589",0.71,"Very Good","E","VS1",62.1,57,3009,5.67,5.69,3.53 +"1590",0.71,"Very Good","E","VS1",63.4,58,3009,5.64,5.68,3.59 +"1591",0.74,"Very Good","E","SI1",61.3,58,3009,5.8,5.84,3.57 +"1592",0.83,"Ideal","F","SI1",62.1,57,3010,6,6.02,3.73 +"1593",0.83,"Very Good","F","SI1",62.1,58,3010,5.98,6.06,3.74 +"1594",0.8,"Ideal","I","VS1",60.7,59,3010,5.98,6.02,3.64 +"1595",0.8,"Ideal","D","SI1",62.2,57,3011,5.89,5.85,3.65 +"1596",0.73,"Very Good","G","VS1",60.7,55,3011,5.87,5.89,3.57 +"1597",1,"Very Good","G","I1",62.5,62,3011,6.42,6.35,3.99 +"1598",1.2,"Fair","J","I1",64.9,59,3011,6.61,6.54,4.27 +"1599",1.2,"Fair","I","I1",62.2,66,3011,6.77,6.7,4.2 +"1600",1.2,"Fair","I","I1",66.2,55,3011,6.61,6.51,4.34 +"1601",0.61,"Ideal","E","VVS2",62,54,3011,5.43,5.47,3.38 +"1602",0.7,"Ideal","F","VS2",61.9,55,3011,5.7,5.74,3.54 +"1603",0.7,"Ideal","F","VS2",61.8,57,3011,5.67,5.75,3.53 +"1604",0.7,"Ideal","F","VS2",62.7,55,3011,5.66,5.69,3.56 +"1605",0.7,"Ideal","F","VS2",61.4,58,3011,5.7,5.73,3.51 +"1606",0.77,"Ideal","D","SI2",62.3,55,3011,5.9,5.85,3.66 +"1607",0.75,"Ideal","H","SI1",61.9,55,3011,5.82,5.85,3.61 +"1608",0.75,"Ideal","H","SI1",61.9,56,3011,5.81,5.85,3.61 +"1609",1,"Fair","E","SI2",55.4,62,3011,6.63,6.59,3.66 +"1610",0.78,"Very Good","G","VS2",61.3,60,3012,5.89,5.96,3.63 +"1611",0.82,"Ideal","E","SI2",62.2,57,3012,6,5.97,3.72 +"1612",0.72,"Ideal","G","VS2",61.7,56,3012,5.74,5.78,3.55 +"1613",0.72,"Ideal","E","SI1",61,57,3012,5.77,5.8,3.53 +"1614",0.72,"Ideal","E","SI1",60.3,55,3012,5.85,5.89,3.54 +"1615",0.8,"Very Good","F","SI1",63.9,56,3013,5.84,5.87,3.74 +"1616",0.75,"Premium","F","VS2",61.6,58,3013,5.84,5.89,3.61 +"1617",0.71,"Very Good","F","VS1",62.1,53,3013,5.7,5.77,3.56 +"1618",0.71,"Ideal","F","VS1",61.1,57,3013,5.76,5.82,3.54 +"1619",0.81,"Ideal","E","SI2",61.8,56,3013,6,5.97,3.7 +"1620",0.81,"Ideal","E","SI2",60.1,57,3013,6.07,6.1,3.66 +"1621",0.9,"Premium","D","SI1",62.2,60,3013,6.08,6.05,3.77 +"1622",0.78,"Ideal","E","SI1",62.7,55,3014,5.9,5.87,3.69 +"1623",0.71,"Ideal","H","VVS1",61.8,56,3014,5.7,5.75,3.54 +"1624",0.73,"Very Good","D","SI1",60.8,59,3014,5.8,5.85,3.54 +"1625",1.01,"Premium","G","I1",61.1,61,3014,6.49,6.35,3.92 +"1626",0.9,"Good","G","SI2",63.7,62,3014,6.07,6.01,3.85 +"1627",0.84,"Very Good","G","SI2",62.8,57,3015,6,6.04,3.78 +"1628",0.91,"Very Good","E","SI2",58.6,63,3015,6.32,6.38,3.72 +"1629",0.78,"Ideal","H","VVS2",61.7,55,3015,5.9,5.94,3.65 +"1630",0.81,"Ideal","E","SI2",61,56,3015,5.99,6.05,3.67 +"1631",0.72,"Very Good","D","VS2",62.1,59,3016,5.7,5.73,3.55 +"1632",0.7,"Premium","E","VS1",61.8,58,3016,5.71,5.75,3.54 +"1633",0.7,"Ideal","E","VS1",62.7,57,3016,5.65,5.7,3.56 +"1634",0.9,"Good","F","SI2",64.2,62,3016,6,6.08,3.88 +"1635",0.76,"Ideal","H","VS2",61.9,55,3016,5.85,5.88,3.64 +"1636",0.96,"Premium","E","SI2",62.8,60,3016,6.3,6.24,3.94 +"1637",0.9,"Ideal","H","SI2",62.8,55,3016,6.18,6.11,3.86 +"1638",0.7,"Very Good","G","VS1",60.1,60,3017,5.73,5.76,3.45 +"1639",0.71,"Very Good","F","VS1",61.8,60,3017,5.66,5.7,3.51 +"1640",1.12,"Premium","G","I1",60.3,60,3017,6.75,6.69,4.05 +"1641",0.7,"Ideal","G","VS1",61.1,56,3017,5.72,5.74,3.5 +"1642",0.5,"Good","D","VVS2",62.4,64,3017,5.03,5.06,3.14 +"1643",1.12,"Very Good","G","I1",61.2,63,3017,6.68,6.59,4.05 +"1644",0.7,"Good","F","VVS1",63.2,58,3018,5.58,5.62,3.54 +"1645",1.03,"Very Good","G","I1",60.8,57,3018,6.51,6.55,3.97 +"1646",0.7,"Premium","F","VVS2",62.5,59,3018,5.68,5.61,3.53 +"1647",0.71,"Ideal","F","VVS2",62.6,56,3018,5.7,5.65,3.55 +"1648",0.72,"Ideal","H","VS2",61.2,57,3018,5.79,5.77,3.54 +"1649",0.7,"Good","E","VS1",60.2,61,3018,5.71,5.75,3.45 +"1650",1.02,"Very Good","F","SI2",63.3,56,3018,6.38,6.31,4.02 +"1651",0.77,"Premium","F","VS2",62.4,59,3018,5.85,5.81,3.64 +"1652",0.7,"Premium","F","VVS2",62.2,56,3018,5.72,5.63,3.53 +"1653",0.93,"Premium","G","SI2",61.4,56,3019,6.27,6.23,3.84 +"1654",0.78,"Premium","D","SI1",60.4,57,3019,6.02,5.97,3.62 +"1655",0.71,"Ideal","D","VS2",60.4,53,3020,5.81,5.85,3.52 +"1656",0.73,"Very Good","F","SI1",61.3,56,3023,5.78,5.84,3.56 +"1657",0.65,"Ideal","E","VVS2",62.1,57,3023,5.55,5.6,3.46 +"1658",0.85,"Ideal","G","SI1",61.6,55,3023,6.09,6.11,3.76 +"1659",0.9,"Good","H","SI2",63.1,60,3024,6.09,6.14,3.86 +"1660",0.9,"Good","H","SI2",63.1,55,3024,6.08,6.13,3.85 +"1661",0.75,"Premium","E","VS2",62.1,57,3024,5.9,5.79,3.63 +"1662",0.9,"Very Good","J","VS2",63.1,59,3024,6.09,6.05,3.83 +"1663",0.9,"Good","J","VS2",63.9,58,3024,6.15,6.08,3.91 +"1664",0.72,"Premium","E","VS2",60.4,61,3024,5.79,5.76,3.49 +"1665",0.9,"Fair","H","SI1",65.6,57,3024,6.04,6.01,3.95 +"1666",0.72,"Premium","E","VS2",62.5,59,3024,5.73,5.7,3.57 +"1667",0.75,"Good","D","SI1",63.6,58,3024,5.77,5.65,3.63 +"1668",0.75,"Premium","E","SI1",61.7,60,3024,5.84,5.8,3.59 +"1669",0.72,"Very Good","G","VS1",60.1,63,3024,5.86,5.82,3.51 +"1670",0.75,"Premium","D","SI1",59.2,58,3024,5.96,5.93,3.52 +"1671",0.65,"Very Good","D","VVS2",57.7,60,3025,5.69,5.74,3.3 +"1672",0.7,"Very Good","G","VS2",61.8,55,3026,5.69,5.74,3.53 +"1673",0.59,"Ideal","E","VVS2",61.8,57,3026,5.35,5.4,3.32 +"1674",0.71,"Ideal","E","VS2",62.3,56,3026,5.7,5.73,3.56 +"1675",0.83,"Ideal","H","VS2",61.3,54,3027,6.06,6.1,3.73 +"1676",1.02,"Fair","J","SI1",66.8,55,3027,6.25,6.18,4.15 +"1677",1,"Fair","G","SI2",64.9,57,3027,6.29,6.2,4.05 +"1678",1.02,"Premium","G","SI2",61.7,58,3027,6.46,6.41,3.97 +"1679",0.77,"Good","H","VVS2",57.9,61,3027,6.07,6.01,3.5 +"1680",0.7,"Very Good","F","VVS2",58.5,60,3028,5.82,5.94,3.44 +"1681",0.8,"Ideal","H","VS2",62.1,54,3030,5.96,5.99,3.71 +"1682",0.74,"Ideal","H","VS1",61.6,55,3030,5.79,5.83,3.58 +"1683",0.77,"Fair","F","VS1",66.8,57,3031,5.66,5.76,3.82 +"1684",0.72,"Premium","G","VS1",58.9,58,3032,5.93,5.85,3.47 +"1685",1.01,"Good","E","I1",63.8,57,3032,6.4,6.33,4.06 +"1686",1.01,"Very Good","H","SI2",63.5,55,3032,6.32,6.27,4 +"1687",0.55,"Ideal","F","VVS1",61.2,54,3032,5.35,5.3,3.26 +"1688",0.71,"Very Good","D","VS2",63,57,3033,5.67,5.7,3.58 +"1689",0.73,"Ideal","G","VS1",61.6,57,3033,5.76,5.79,3.56 +"1690",0.76,"Ideal","E","SI1",62.5,57,3033,5.8,5.82,3.63 +"1691",0.52,"Ideal","E","IF",61.1,57,3033,5.17,5.21,3.17 +"1692",0.7,"Good","D","VS2",64.1,59,3033,5.56,5.49,3.54 +"1693",0.7,"Very Good","D","VS2",63.2,60,3033,5.61,5.56,3.53 +"1694",0.7,"Good","D","VS2",63.9,58,3033,5.62,5.58,3.58 +"1695",0.92,"Fair","I","VS2",64.4,58,3033,6.13,6.1,3.94 +"1696",0.91,"Premium","H","SI1",63,57,3033,6.19,6.1,3.87 +"1697",0.91,"Ideal","I","SI2",61.6,57,3034,6.23,6.24,3.84 +"1698",0.91,"Good","I","SI2",60.2,59,3034,6.24,6.29,3.77 +"1699",0.7,"Ideal","G","VS1",61.4,57,3034,5.7,5.73,3.51 +"1700",0.72,"Very Good","E","VS2",63.8,57,3035,5.66,5.69,3.62 +"1701",0.71,"Ideal","E","VS2",59.5,57,3035,5.83,5.86,3.48 +"1702",0.72,"Ideal","G","VS1",62.4,59,3035,5.71,5.74,3.57 +"1703",0.78,"Ideal","D","SI1",62.4,57,3035,5.87,5.89,3.67 +"1704",0.71,"Ideal","D","SI1",60.6,57,3035,5.82,5.72,3.5 +"1705",0.8,"Very Good","H","VVS2",62.9,56,3036,5.9,5.96,3.73 +"1706",0.74,"Ideal","E","VS2",62.6,56,3036,5.73,5.81,3.61 +"1707",0.74,"Premium","D","SI1",62.4,59,3036,5.73,5.8,3.6 +"1708",0.61,"Ideal","D","VVS2",62.4,58,3036,5.38,5.42,3.37 +"1709",0.78,"Ideal","F","SI1",61,55,3036,6,5.96,3.65 +"1710",0.7,"Very Good","G","VVS1",63.3,57,3037,5.59,5.63,3.55 +"1711",0.32,"Good","E","SI1",63.3,56,561,4.34,4.35,2.75 +"1712",0.32,"Premium","G","VS2",60.5,58,561,4.41,4.42,2.67 +"1713",0.4,"Good","H","SI2",63.7,59,561,4.64,4.69,2.97 +"1714",0.32,"Premium","G","VS2",62.5,60,561,4.32,4.38,2.72 +"1715",0.32,"Ideal","G","VS2",61.4,56,561,4.37,4.39,2.69 +"1716",0.32,"Premium","G","VS2",59.8,59,561,4.48,4.52,2.69 +"1717",0.32,"Premium","I","VVS2",60.7,59,561,4.4,4.43,2.68 +"1718",0.32,"Very Good","G","VS2",60.2,57,561,4.42,4.45,2.67 +"1719",0.32,"Good","G","VS2",63.3,54,561,4.36,4.39,2.77 +"1720",0.32,"Good","H","VS1",63.1,57,561,4.34,4.37,2.75 +"1721",0.32,"Ideal","G","VS2",61.4,55,561,4.4,4.46,2.72 +"1722",0.32,"Ideal","G","VS2",59.8,57,561,4.43,4.46,2.66 +"1723",0.32,"Ideal","G","VS2",61.7,57,561,4.38,4.4,2.71 +"1724",0.32,"Premium","H","VS1",62.3,58,561,4.34,4.39,2.72 +"1725",0.32,"Very Good","H","VS1",63,57,561,4.32,4.35,2.73 +"1726",0.32,"Premium","G","VS2",61.9,58,561,4.36,4.43,2.72 +"1727",0.32,"Good","G","VS2",63.1,57,561,4.3,4.35,2.73 +"1728",0.32,"Very Good","H","VS1",63,57,561,4.37,4.39,2.76 +"1729",0.32,"Ideal","G","VS2",61.8,57,561,4.37,4.4,2.71 +"1730",0.32,"Very Good","H","VS1",61.7,58,561,4.37,4.41,2.71 +"1731",0.32,"Premium","H","VS1",61.7,58,561,4.38,4.44,2.72 +"1732",0.32,"Very Good","E","SI1",60.1,60,561,4.42,4.47,2.67 +"1733",0.32,"Ideal","G","VS2",61.8,55,561,4.41,4.42,2.73 +"1734",0.32,"Premium","G","VS2",61.7,60,561,4.32,4.4,2.69 +"1735",0.32,"Good","E","SI1",63.4,55,561,4.35,4.36,2.76 +"1736",0.32,"Very Good","G","VS2",62.6,58,561,4.37,4.39,2.74 +"1737",0.32,"Premium","G","VS2",62.3,58,561,4.36,4.41,2.73 +"1738",0.32,"Ideal","G","VS2",61.6,57,561,4.39,4.41,2.71 +"1739",0.32,"Ideal","H","VS1",61.9,55,561,4.4,4.42,2.73 +"1740",0.32,"Ideal","H","VS1",60.2,56,561,4.44,4.49,2.69 +"1741",0.72,"Ideal","E","SI1",62.2,58,3037,5.72,5.75,3.57 +"1742",0.76,"Ideal","H","VS2",61.4,57,3038,5.85,5.88,3.6 +"1743",0.7,"Ideal","H","VS2",61.5,56,3038,5.71,5.73,3.52 +"1744",0.73,"Ideal","E","SI1",62.2,56,3038,5.76,5.79,3.59 +"1745",0.7,"Very Good","G","VVS2",61,59,3039,5.67,5.7,3.47 +"1746",0.7,"Fair","F","VS1",64.9,59,3039,5.56,5.59,3.62 +"1747",0.77,"Very Good","D","SI1",62.1,58,3040,5.84,5.89,3.64 +"1748",0.92,"Premium","I","SI2",61.5,59,3040,6.27,6.21,3.84 +"1749",0.73,"Ideal","G","VS1",61.8,57,3041,5.78,5.81,3.58 +"1750",0.71,"Ideal","F","VS1",62.7,57,3041,5.66,5.7,3.56 +"1751",0.71,"Ideal","F","VS1",61.7,55,3041,5.73,5.77,3.55 +"1752",0.81,"Good","I","VS1",59.4,56,3042,5.97,6.11,3.59 +"1753",0.71,"Ideal","G","VVS2",62.5,57,3042,5.73,5.7,3.57 +"1754",0.72,"Very Good","G","VVS2",60.4,58,3043,5.77,5.82,3.5 +"1755",0.81,"Premium","F","SI1",61.9,59,3043,5.97,5.95,3.69 +"1756",0.81,"Ideal","I","SI1",61.3,56,3043,6.27,6.23,3.83 +"1757",0.77,"Very Good","F","SI1",59.6,60,3044,5.95,5.97,3.55 +"1758",0.83,"Ideal","G","SI1",62.1,57,3044,6.03,5.95,3.72 +"1759",0.71,"Very Good","F","VS1",62.2,55,3045,5.68,5.74,3.56 +"1760",0.71,"Very Good","F","VS1",61.2,57,3045,5.73,5.77,3.52 +"1761",0.78,"Very Good","F","SI1",62.4,58,3045,5.83,5.86,3.65 +"1762",0.71,"Very Good","D","VS2",62.8,56,3045,5.67,5.7,3.57 +"1763",0.72,"Premium","D","VS2",60.2,60,3045,5.76,5.81,3.48 +"1764",1.14,"Ideal","J","SI1",60.2,57,3045,6.81,6.71,4.07 +"1765",0.75,"Ideal","E","SI1",60.8,56,3045,5.91,5.89,3.59 +"1766",0.75,"Very Good","D","SI1",59.7,62,3046,5.89,5.94,3.53 +"1767",0.7,"Good","G","VVS2",61.1,61,3046,5.67,5.69,3.47 +"1768",0.79,"Very Good","F","SI1",61.5,58,3047,5.94,5.97,3.66 +"1769",0.73,"Fair","D","VS1",66,54,3047,5.56,5.66,3.7 +"1770",0.91,"Premium","G","SI2",60.1,62,3047,6.24,6.2,3.73 +"1771",0.91,"Premium","G","SI2",62.8,59,3047,6.14,6.12,3.85 +"1772",0.93,"Ideal","I","SI2",62.3,57,3047,6.22,6.2,3.87 +"1773",0.82,"Very Good","F","SI1",63.9,56.9,3048,5.85,5.92,3.76 +"1774",0.75,"Very Good","D","SI1",61.8,57,3048,5.78,5.81,3.58 +"1775",0.72,"Premium","H","IF",58.7,59,3048,5.94,5.88,3.47 +"1776",0.72,"Ideal","G","SI1",61.8,56,3048,5.7,5.76,3.55 +"1777",0.72,"Good","E","VS1",57.9,60,3048,5.97,5.91,3.44 +"1778",0.72,"Very Good","E","VS1",63.1,56,3048,5.7,5.65,3.58 +"1779",0.9,"Ideal","J","VS1",62.6,55,3048,6.13,6.11,3.83 +"1780",0.72,"Premium","D","SI1",60.5,57,3048,5.89,5.85,3.55 +"1781",0.72,"Premium","D","SI1",62.6,54,3048,5.78,5.72,3.6 +"1782",0.75,"Ideal","E","SI1",61.4,55,3049,5.8,5.86,3.58 +"1783",0.66,"Ideal","D","VVS2",61.6,57,3049,5.64,5.57,3.45 +"1784",0.83,"Ideal","E","SI2",61.9,53,3049,6.08,6.04,3.75 +"1785",0.62,"Very Good","D","VVS2",58.1,63,3050,5.59,5.66,3.27 +"1786",0.8,"Very Good","E","SI1",63.1,56,3050,5.93,5.83,3.71 +"1787",0.76,"Ideal","H","SI1",61.3,55,3050,5.87,5.93,3.62 +"1788",0.76,"Ideal","H","SI1",61.4,55,3050,5.82,5.9,3.6 +"1789",0.82,"Good","E","SI2",61.8,56,3050,5.95,5.99,3.69 +"1790",0.81,"Ideal","E","SI2",62.1,57,3050,5.97,5.91,3.69 +"1791",1.02,"Good","E","I1",63.1,60,3051,6.31,6.4,4.01 +"1792",0.66,"Very Good","G","IF",60.5,59,3051,5.69,5.74,3.46 +"1793",0.7,"Very Good","D","VS2",62.5,55,3052,5.65,5.71,3.55 +"1794",0.77,"Ideal","F","VS2",61.2,57,3052,5.93,5.97,3.64 +"1795",0.7,"Very Good","G","VVS2",60.2,61,3052,5.66,5.74,3.43 +"1796",1.03,"Fair","G","SI1",66.1,56,3052,6.26,6.2,4.12 +"1797",0.7,"Very Good","D","VS2",62.6,58,3053,5.67,5.7,3.56 +"1798",0.71,"Very Good","E","VS2",59.9,59,3053,5.79,5.83,3.48 +"1799",0.7,"Very Good","F","VS1",62.8,59,3053,5.65,5.69,3.56 +"1800",0.71,"Ideal","E","VS2",60.9,56,3053,5.77,5.83,3.53 +"1801",0.81,"Ideal","F","SI2",62.3,54,3053,5.94,5.98,3.72 +"1802",0.78,"Ideal","E","SI2",61,56,3053,5.92,5.98,3.63 +"1803",0.75,"Ideal","E","SI1",61.3,57,3053,5.84,5.91,3.6 +"1804",0.79,"Very Good","E","SI1",63.2,56,3053,5.91,5.83,3.71 +"1805",0.79,"Premium","G","VS1",62.3,56,3053,5.94,5.87,3.68 +"1806",0.79,"Premium","G","VS1",61.3,59,3053,5.97,5.91,3.64 +"1807",0.79,"Ideal","E","SI1",62.1,54,3053,5.96,5.92,3.69 +"1808",0.7,"Very Good","D","VS1",62.9,60,3054,5.62,5.67,3.55 +"1809",1.01,"Premium","H","SI2",61.1,60,3054,6.46,6.41,3.93 +"1810",1.01,"Premium","I","SI2",61.9,58,3054,6.45,6.41,3.98 +"1811",1.01,"Fair","I","SI2",66.1,58,3054,6.21,6.04,4.05 +"1812",1.01,"Fair","I","SI2",68.1,59,3054,6.14,6.11,4.17 +"1813",0.78,"Very Good","E","SI1",60.9,57,3055,5.93,5.97,3.62 +"1814",0.65,"Very Good","D","VVS2",59.9,58,3056,5.63,5.69,3.39 +"1815",0.61,"Ideal","E","VVS2",60.8,56,3056,5.5,5.47,3.34 +"1816",0.78,"Ideal","G","SI1",61.7,56,3056,5.9,5.93,3.65 +"1817",0.76,"Ideal","E","SI1",62.4,54,3056,5.84,5.86,3.65 +"1818",0.9,"Very Good","I","SI2",61.5,61,3057,6.13,6.16,3.78 +"1819",0.92,"Very Good","D","SI2",60.2,61,3057,6.27,6.32,3.79 +"1820",0.57,"Ideal","F","VVS1",61.1,55,3057,5.36,5.44,3.3 +"1821",0.76,"Good","F","VS1",59.9,61,3057,5.89,5.98,3.56 +"1822",0.9,"Good","I","SI2",60.7,58,3057,6.17,6.21,3.76 +"1823",0.82,"Fair","H","SI1",64.9,58,3057,5.82,5.77,3.76 +"1824",0.91,"Good","F","SI2",63.9,56,3058,6.11,6.06,3.89 +"1825",0.79,"Premium","D","SI1",61.4,59,3058,5.96,5.89,3.64 +"1826",0.91,"Premium","J","VS2",61.6,58,3058,6.28,6.23,3.85 +"1827",0.72,"Very Good","F","VS1",62.1,59,3059,5.69,5.74,3.55 +"1828",0.81,"Very Good","E","SI2",62.9,56,3059,5.87,5.9,3.7 +"1829",0.71,"Very Good","E","VS1",61.8,56,3059,5.74,5.78,3.56 +"1830",1.03,"Very Good","G","I1",62.4,57,3060,6.41,6.45,4.01 +"1831",0.9,"Good","G","SI2",63.6,57,3060,6.1,6.04,3.86 +"1832",0.74,"Very Good","H","VVS1",62.4,57,3061,5.76,5.81,3.61 +"1833",0.7,"Very Good","E","VS1",61.1,55,3061,5.72,5.77,3.51 +"1834",0.71,"Very Good","E","VS1",63.3,56,3061,5.64,5.68,3.58 +"1835",0.9,"Very Good","J","SI1",63.8,56,3061,6.11,6.14,3.91 +"1836",0.71,"Ideal","G","SI1",61.5,55,3061,5.75,5.79,3.55 +"1837",0.91,"Good","I","SI2",57.9,60,3061,6.46,6.39,3.72 +"1838",0.71,"Fair","G","VVS1",62.8,57,3062,5.67,5.57,3.53 +"1839",0.7,"Premium","F","VVS2",58.7,60,3062,5.8,5.75,3.39 +"1840",0.72,"Ideal","D","SI1",61.5,56.5,3062,5.76,5.79,3.55 +"1841",0.9,"Fair","F","SI2",65.7,63,3062,6.01,5.96,3.93 +"1842",0.71,"Premium","E","VS2",62.2,59,3062,5.71,5.61,3.52 +"1843",0.71,"Premium","E","VS2",62,61,3062,5.71,5.65,3.52 +"1844",0.93,"Premium","J","VS1",60.3,58,3062,6.37,6.31,3.82 +"1845",0.7,"Very Good","E","VS1",62.2,57,3063,5.63,5.68,3.52 +"1846",0.7,"Very Good","E","VS1",62.5,56,3063,5.64,5.68,3.54 +"1847",0.7,"Good","E","VS1",59.4,61,3063,5.79,5.83,3.45 +"1848",0.71,"Very Good","E","VS1",63.3,59,3064,5.64,5.68,3.58 +"1849",0.76,"Premium","E","VS2",61.7,62,3064,5.85,5.82,3.6 +"1850",0.7,"Ideal","F","VS2",61.4,56,3064,5.72,5.75,3.52 +"1851",0.7,"Ideal","F","VS2",61.6,55,3064,5.72,5.75,3.53 +"1852",0.8,"Ideal","F","SI2",61.4,56,3064,5.99,5.93,3.66 +"1853",0.72,"Very Good","E","VS2",63,58,3065,5.69,5.73,3.6 +"1854",0.7,"Ideal","G","VS1",61.5,56,3065,5.7,5.75,3.52 +"1855",0.65,"Ideal","H","IF",61.5,55,3065,5.6,5.62,3.45 +"1856",0.85,"Very Good","D","SI2",61.4,60,3066,6.05,6.13,3.74 +"1857",0.77,"Ideal","I","VS1",61.4,56,3066,5.9,5.93,3.63 +"1858",0.71,"Ideal","F","VS1",62,57,3066,5.7,5.75,3.55 +"1859",0.71,"Ideal","F","VS1",62.1,57,3066,5.73,5.76,3.57 +"1860",0.8,"Ideal","F","SI2",62.5,56,3066,5.94,5.99,3.73 +"1861",0.8,"Ideal","F","SI2",61.8,59,3066,5.94,5.96,3.68 +"1862",0.73,"Very Good","E","VS2",63.1,55,3066,5.77,5.71,3.62 +"1863",0.9,"Good","G","SI2",63.7,62,3067,6.01,6.07,3.85 +"1864",0.78,"Ideal","E","SI1",62.7,55,3067,5.87,5.9,3.69 +"1865",0.7,"Very Good","E","VS1",63.4,60,3068,5.63,5.66,3.58 +"1866",0.7,"Ideal","E","VS2",62.6,56,3068,5.65,5.69,3.55 +"1867",0.85,"Very Good","I","VS2",60,57,3070,6.1,6.16,3.68 +"1868",0.8,"Very Good","G","SI1",62.9,56,3070,5.88,5.95,3.72 +"1869",0.8,"Very Good","E","SI2",62.6,59,3070,5.84,5.91,3.68 +"1870",0.92,"Good","J","SI2",59,63,3070,6.3,6.35,3.73 +"1871",0.8,"Very Good","G","SI1",62.1,56,3071,6.01,5.85,3.68 +"1872",0.82,"Ideal","I","VS1",61.6,56,3071,6.05,6.01,3.72 +"1873",0.71,"Good","G","VVS1",62.7,61,3072,5.64,5.68,3.55 +"1874",0.7,"Very Good","G","VVS1",63.1,56,3073,5.64,5.67,3.57 +"1875",0.79,"Very Good","F","SI1",58.5,61,3073,6.03,6.08,3.54 +"1876",0.7,"Ideal","G","VVS1",61.6,55,3073,5.72,5.75,3.53 +"1877",0.75,"Ideal","G","VS2",61.6,55,3073,5.86,5.89,3.62 +"1878",0.71,"Ideal","E","VS2",62.2,57,3073,5.69,5.73,3.55 +"1879",0.62,"Premium","E","VVS1",61.9,59,3073,5.62,5.5,3.44 +"1880",1.03,"Premium","G","I1",60.8,57,3073,6.55,6.51,3.97 +"1881",0.7,"Good","D","VS2",58,65,3073,5.81,5.73,3.39 +"1882",0.78,"Very Good","G","VS2",61.7,58,3074,5.87,5.92,3.64 +"1883",0.9,"Fair","I","VVS2",67,56,3074,5.91,5.83,3.93 +"1884",0.77,"Ideal","H","VS1",61.4,55,3074,5.89,5.93,3.63 +"1885",0.9,"Good","G","SI1",63.7,56,3074,6.1,6.06,3.87 +"1886",0.72,"Very Good","D","VS2",61.8,58,3075,5.73,5.76,3.55 +"1887",0.72,"Very Good","D","VS2",62.6,59,3075,5.69,5.72,3.57 +"1888",0.71,"Very Good","F","SI2",61.4,56,3075,5.71,5.73,3.51 +"1889",0.7,"Very Good","D","SI1",62.4,57,3075,5.64,5.67,3.53 +"1890",0.72,"Ideal","H","VVS1",62.2,57,3075,5.72,5.75,3.57 +"1891",0.76,"Ideal","I","VS2",61.7,56,3075,5.87,5.9,3.63 +"1892",0.76,"Ideal","D","SI1",62.8,57,3075,5.81,5.85,3.66 +"1893",0.79,"Ideal","E","SI1",62.9,55,3075,5.93,5.86,3.71 +"1894",0.79,"Very Good","E","SI1",60.4,59,3077,5.97,5.99,3.61 +"1895",0.79,"Very Good","E","SI1",63.7,58,3077,5.79,5.85,3.71 +"1896",0.73,"Ideal","E","VS2",62.7,56,3077,5.75,5.8,3.62 +"1897",0.71,"Fair","D","VS2",64.7,58,3077,5.61,5.58,3.62 +"1898",0.71,"Premium","D","VS2",60.3,62,3077,5.76,5.69,3.45 +"1899",0.75,"Good","D","SI1",63.6,58,3078,5.65,5.77,3.63 +"1900",0.72,"Premium","E","VS2",62.5,59,3078,5.7,5.73,3.57 +"1901",0.83,"Premium","D","SI2",62.7,56,3078,6.01,5.98,3.76 +"1902",0.76,"Ideal","E","VS2",61.3,56,3079,5.79,5.83,3.56 +"1903",0.94,"Good","I","SI2",63.8,60,3079,6.21,6.14,3.94 +"1904",0.91,"Fair","D","SI2",62.5,66,3079,6.08,6.01,3.78 +"1905",1,"Very Good","E","I1",62.3,58,3080,6.33,6.38,3.96 +"1906",1,"Ideal","H","I1",61.3,57,3080,6.41,6.44,3.94 +"1907",1,"Fair","J","VS1",66.6,57,3080,6.07,6.03,4.03 +"1908",1,"Premium","H","SI2",59.4,60,3080,6.49,6.4,3.83 +"1909",1,"Premium","H","SI2",62.8,60,3080,6.46,6.34,4.02 +"1910",0.82,"Premium","F","SI1",61.1,60,3080,6.02,5.96,3.66 +"1911",0.71,"Ideal","H","VS2",61.8,55,3080,5.75,5.78,3.56 +"1912",0.71,"Ideal","H","VS2",61.8,55,3080,5.73,5.75,3.55 +"1913",0.79,"Very Good","D","SI2",63.2,57,3081,5.81,5.86,3.69 +"1914",0.75,"Ideal","F","VS2",62.1,57,3081,5.8,5.82,3.61 +"1915",0.79,"Ideal","F","SI1",62,55,3081,5.93,5.95,3.68 +"1916",0.71,"Ideal","E","VS1",62.2,57,3081,5.74,5.7,3.56 +"1917",0.8,"Very Good","F","SI1",63.5,58,3082,5.89,5.85,3.73 +"1918",0.91,"Very Good","H","SI1",63.4,55,3082,6.18,6.15,3.91 +"1919",0.6,"Ideal","E","VVS1",62.5,53.7,3082,5.35,5.43,3.38 +"1920",0.6,"Ideal","E","VVS1",62,53.7,3082,5.4,5.44,3.36 +"1921",0.7,"Good","D","VS2",57.7,60,3082,5.83,5.86,3.37 +"1922",0.91,"Very Good","J","VS1",63.5,55,3082,6.22,6.12,3.92 +"1923",0.71,"Premium","F","VS1",58.6,62,3082,5.88,5.82,3.43 +"1924",0.86,"Premium","H","VS2",61.3,59,3082,6.17,6.1,3.76 +"1925",0.8,"Ideal","F","SI1",61,56,3082,6.05,5.98,3.67 +"1926",0.8,"Premium","F","SI1",60.1,58,3082,6.07,6.05,3.64 +"1927",0.8,"Premium","D","SI2",61.1,58,3082,5.94,5.9,3.62 +"1928",0.92,"Premium","F","SI2",62.1,60,3083,6.21,6.26,3.87 +"1929",0.72,"Very Good","F","VS1",63.2,57,3083,5.69,5.73,3.61 +"1930",1.01,"Premium","H","SI2",59.4,62,3083,6.47,6.43,3.83 +"1931",0.71,"Very Good","D","VS2",61.8,55,3084,5.72,5.74,3.54 +"1932",0.72,"Very Good","E","SI2",61,59,3084,5.73,5.78,3.51 +"1933",0.81,"Premium","I","VVS2",62.9,59,3084,5.95,5.84,3.71 +"1934",0.53,"Ideal","E","VVS1",61.8,55,3084,5.19,5.24,3.22 +"1935",0.61,"Ideal","E","VVS1",62.2,56,3084,5.43,5.47,3.39 +"1936",0.85,"Ideal","G","SI1",62,54,3084,6.08,6.11,3.78 +"1937",0.75,"Good","E","VS2",62.6,58,3084,5.73,5.78,3.6 +"1938",0.9,"Good","E","SI2",64.1,57,3084,6.09,6.07,3.9 +"1939",0.9,"Very Good","E","SI2",63.4,62,3084,6.02,6,3.81 +"1940",0.9,"Premium","E","SI2",60.7,61,3084,6.22,6.16,3.76 +"1941",0.9,"Premium","E","SI2",59.5,61,3084,6.3,6.24,3.73 +"1942",0.9,"Fair","E","SI2",64.5,55,3084,6.12,6.03,3.92 +"1943",0.9,"Fair","E","SI2",65.8,58,3084,6.02,5.98,3.95 +"1944",0.9,"Premium","E","SI2",63,57,3084,6.08,6.05,3.82 +"1945",0.81,"Ideal","H","VS2",61.6,56,3084,6.03,5.98,3.7 +"1946",0.81,"Premium","G","VS2",61.2,60,3084,6,5.99,3.67 +"1947",0.9,"Very Good","E","SI2",63.1,54,3084,6.2,6.17,3.9 +"1948",1.02,"Fair","I","SI2",64.5,56,3084,6.28,6.25,4.04 +"1949",0.72,"Ideal","F","VS1",62.4,56,3084,5.76,5.72,3.58 +"1950",0.75,"Very Good","D","SI1",63.9,56,3085,5.73,5.75,3.67 +"1951",0.84,"Premium","E","SI2",59.2,59,3086,6.19,6.14,3.65 +"1952",0.75,"Ideal","E","VS1",61.8,55,3086,5.85,5.87,3.62 +"1953",0.7,"Good","D","VS2",63.9,58,3087,5.58,5.62,3.58 +"1954",0.7,"Good","D","VS2",63.2,60,3087,5.56,5.61,3.53 +"1955",0.91,"Very Good","H","SI1",63,57,3087,6.1,6.19,3.87 +"1956",0.7,"Good","D","VS2",64.1,59,3087,5.49,5.56,3.54 +"1957",0.76,"Ideal","E","SI1",62.4,57,3087,5.83,5.87,3.65 +"1958",0.74,"Ideal","D","VS2",61.9,56,3087,5.84,5.79,3.6 +"1959",1.01,"Good","J","SI2",63.7,60,3088,6.4,6.29,4.05 +"1960",1.01,"Very Good","J","SI2",63.3,53,3088,6.35,6.31,4.01 +"1961",0.79,"Premium","F","VS2",60.7,60,3089,5.95,5.97,3.62 +"1962",0.77,"Ideal","H","SI1",61.3,56,3089,5.87,5.91,3.61 +"1963",0.73,"Ideal","G","SI1",61.4,57,3089,5.74,5.79,3.54 +"1964",0.73,"Ideal","G","SI1",60.9,57,3089,5.81,5.85,3.55 +"1965",0.73,"Ideal","G","SI1",60.6,57,3089,5.84,5.87,3.55 +"1966",0.73,"Ideal","G","SI1",61.9,55,3089,5.76,5.8,3.58 +"1967",0.73,"Ideal","G","SI1",61.2,57,3089,5.79,5.86,3.56 +"1968",0.73,"Ideal","G","SI1",61.7,57,3089,5.78,5.81,3.57 +"1969",0.71,"Ideal","D","VS1",62.5,57,3090,5.71,5.68,3.56 +"1970",0.58,"Ideal","F","VVS1",61.7,55,3090,5.36,5.39,3.31 +"1971",0.87,"Ideal","F","SI2",62.2,56,3090,6.03,6.13,3.78 +"1972",0.71,"Premium","D","VS1",58.1,62,3090,5.89,5.84,3.41 +"1973",0.72,"Ideal","E","VS2",60.8,57,3091,5.79,5.82,3.53 +"1974",0.92,"Premium","J","VS2",60.9,62,3091,6.31,6.26,3.83 +"1975",1.2,"Premium","G","I1",60.3,58,3091,6.82,6.77,4.1 +"1976",0.8,"Premium","E","SI1",62.9,60,3091,5.89,5.87,3.7 +"1977",0.98,"Very Good","H","SI2",63.4,57,3091,6.41,6.32,4.04 +"1978",0.7,"Very Good","D","VS2",60.7,58,3092,5.7,5.73,3.47 +"1979",0.7,"Ideal","D","VS2",61.6,58,3092,5.66,5.7,3.5 +"1980",0.7,"Ideal","D","VS2",62.3,55,3092,5.67,5.7,3.54 +"1981",0.8,"Very Good","F","SI1",63.1,58,3093,5.89,5.93,3.73 +"1982",0.7,"Ideal","E","VS2",62,57,3093,5.68,5.71,3.53 +"1983",0.7,"Ideal","D","VS1",61.9,57,3093,5.69,5.72,3.53 +"1984",0.72,"Ideal","E","VVS2",62.1,57,3093,5.76,5.74,3.57 +"1985",0.71,"Ideal","G","VVS2",62.5,57,3095,5.7,5.73,3.57 +"1986",0.7,"Very Good","E","VS1",63.4,57,3095,5.63,5.67,3.58 +"1987",0.81,"Very Good","G","SI1",62.3,59,3095,5.93,5.98,3.71 +"1988",0.94,"Premium","F","SI2",62.3,59,3095,6.32,6.23,3.91 +"1989",0.9,"Premium","H","SI1",62.4,56,3095,6.13,6.05,3.8 +"1990",0.71,"Very Good","D","VS2",63.1,59,3096,5.64,5.67,3.57 +"1991",0.71,"Very Good","D","VS2",63,58,3096,5.65,5.68,3.57 +"1992",0.77,"Good","H","VVS1",63.1,57,3096,5.83,5.86,3.69 +"1993",0.91,"Premium","F","SI2",62.1,56,3096,6.26,6.21,3.87 +"1994",0.81,"Ideal","I","SI1",61.3,56,3097,6.23,6.27,3.83 +"1995",0.81,"Premium","F","SI1",60.3,59,3097,5.98,6.05,3.63 +"1996",0.52,"Ideal","E","VVS1",61.8,55,3097,5.19,5.2,3.21 +"1997",0.53,"Ideal","D","VVS1",61.6,55,3097,5.21,5.27,3.23 +"1998",1.29,"Good","I","I1",64.2,54,3098,6.93,6.83,4.42 +"1999",0.9,"Very Good","I","SI2",60.4,58,3099,6.25,6.31,3.79 +"2000",0.72,"Ideal","D","VS2",61.8,57,3099,5.76,5.73,3.55 +"2001",0.94,"Premium","G","SI2",63,59,3099,6.16,6.1,3.86 +"2002",0.93,"Ideal","I","SI2",62.3,57,3101,6.2,6.22,3.87 +"2003",0.74,"Ideal","F","VVS2",61.5,54,3101,5.84,5.86,3.6 +"2004",0.81,"Ideal","E","SI2",62.1,55,3101,5.94,5.98,3.7 +"2005",0.71,"Premium","E","VS2",62.2,59,3101,5.79,5.76,3.59 +"2006",0.72,"Very Good","D","SI1",60.5,57,3102,5.85,5.89,3.55 +"2007",0.9,"Very Good","J","VS1",62.6,55,3102,6.11,6.13,3.83 +"2008",0.72,"Ideal","G","VS1",61.3,56,3102,5.77,5.82,3.55 +"2009",0.9,"Ideal","J","SI1",62.6,54,3102,6.16,6.23,3.88 +"2010",0.83,"Ideal","E","SI2",61.9,53,3103,6.04,6.08,3.75 +"2011",0.66,"Ideal","D","VVS2",61.6,57,3103,5.57,5.64,3.45 +"2012",0.71,"Ideal","E","VS2",62.2,56,3103,5.7,5.75,3.56 +"2013",0.78,"Premium","D","SI1",61.8,59,3103,5.93,5.88,3.65 +"2014",0.81,"Very Good","H","VS1",63.6,57,3104,5.87,5.9,3.74 +"2015",0.71,"Very Good","F","VVS1",63.3,58,3104,5.67,5.64,3.58 +"2016",0.9,"Fair","G","SI2",55.9,62,3104,6.35,6.42,3.57 +"2017",0.9,"Fair","G","SI2",64.7,58,3104,5.94,6.03,3.87 +"2018",0.9,"Ideal","I","SI2",62.8,55,3104,6.19,6.14,3.87 +"2019",0.7,"Premium","F","VVS2",62.6,59,3105,5.66,5.62,3.53 +"2020",0.78,"Ideal","I","VS1",61.9,56,3105,5.91,5.94,3.67 +"2021",0.78,"Ideal","I","VS1",60.7,56,3105,5.97,6.03,3.64 +"2022",0.9,"Very Good","H","SI2",59.5,63,3105,6.31,6.26,3.74 +"2023",0.9,"Premium","H","SI2",62.4,61,3105,6.11,6.03,3.79 +"2024",0.9,"Very Good","H","SI2",61.1,63,3105,6.19,6.12,3.76 +"2025",1.52,"Good","E","I1",57.3,58,3105,7.53,7.42,4.28 +"2026",1.52,"Good","E","I1",57.3,58,3105,7.53,7.42,4.28 +"2027",0.9,"Ideal","J","VS2",59.8,56,3105,6.27,6.24,3.74 +"2028",0.9,"Fair","H","SI2",65.6,58,3105,6.05,5.95,3.95 +"2029",0.75,"Premium","D","SI1",58.9,60,3105,5.99,5.97,3.52 +"2030",0.7,"Premium","G","VVS1",61.2,56,3105,5.75,5.68,3.5 +"2031",0.9,"Very Good","H","SI2",63.4,60,3105,6.08,6.03,3.84 +"2032",0.72,"Ideal","F","VS1",62.4,55,3105,5.78,5.75,3.6 +"2033",0.9,"Premium","H","SI2",59.6,59,3105,6.38,6.24,3.76 +"2034",0.9,"Good","H","SI2",64.1,58,3105,6.05,6.02,3.87 +"2035",0.72,"Premium","F","VVS2",61.6,59,3105,5.78,5.72,3.54 +"2036",0.79,"Ideal","E","SI1",62.1,54,3107,5.92,5.96,3.69 +"2037",0.79,"Good","E","SI1",63.2,56,3107,5.83,5.91,3.71 +"2038",0.7,"Very Good","E","VS1",63.4,56,3107,5.6,5.63,3.56 +"2039",0.7,"Ideal","E","VS1",62.2,58,3107,5.62,5.69,3.52 +"2040",0.7,"Good","D","VS1",60.4,63,3107,5.73,5.76,3.47 +"2041",0.32,"Good","E","SI1",63.2,56,561,4.35,4.38,2.76 +"2042",0.32,"Ideal","I","VVS2",61.5,56,561,4.4,4.42,2.71 +"2043",0.32,"Ideal","H","VS1",61.3,55,561,4.41,4.43,2.71 +"2044",0.32,"Premium","G","VS2",61,59,561,4.42,4.46,2.71 +"2045",0.32,"Premium","H","VS1",61.3,60,561,4.33,4.38,2.67 +"2046",0.32,"Premium","G","VS2",62.3,60,561,4.37,4.4,2.73 +"2047",0.32,"Ideal","I","VVS2",62.6,54,561,4.37,4.41,2.75 +"2048",0.32,"Very Good","E","SI1",61.6,56,561,4.39,4.41,2.71 +"2049",0.32,"Ideal","G","VS2",61.8,57,561,4.38,4.42,2.72 +"2050",0.32,"Very Good","G","VS2",62.4,59,561,4.33,4.36,2.71 +"2051",0.32,"Good","E","SI1",63.1,56,561,4.36,4.39,2.76 +"2052",0.32,"Very Good","H","VS1",61.7,61,561,4.38,4.43,2.72 +"2053",0.32,"Premium","G","VS2",62,58,561,4.33,4.38,2.7 +"2054",0.32,"Premium","G","VS2",62.6,59,561,4.33,4.36,2.72 +"2055",0.32,"Very Good","E","SI1",62.8,57,561,4.34,4.39,2.74 +"2056",0.32,"Premium","G","VS2",62.6,60,561,4.33,4.36,2.72 +"2057",0.32,"Very Good","H","VS1",60.5,59,561,4.41,4.42,2.67 +"2058",0.32,"Very Good","E","SI1",62.2,57,561,4.38,4.43,2.74 +"2059",0.32,"Premium","H","VS1",60.6,60,561,4.4,4.44,2.68 +"2060",0.32,"Ideal","G","VS2",60.3,57,561,4.43,4.46,2.68 +"2061",0.32,"Very Good","E","VS2",60.5,58,561,4.4,4.42,2.67 +"2062",0.32,"Very Good","H","VS1",62.9,54,561,4.37,4.41,2.76 +"2063",0.32,"Premium","E","SI1",60.2,60,561,4.39,4.44,2.66 +"2064",0.32,"Premium","G","VS2",62.1,60,561,4.34,4.39,2.71 +"2065",0.32,"Premium","I","VVS2",61.9,59,561,4.35,4.38,2.7 +"2066",0.32,"Premium","H","VS1",62.4,58,561,4.35,4.4,2.73 +"2067",0.32,"Premium","G","VS2",61.5,58,561,4.35,4.4,2.69 +"2068",0.32,"Ideal","E","SI1",61.9,56,561,4.39,4.43,2.73 +"2069",0.32,"Premium","G","VS2",61.5,60,561,4.4,4.42,2.71 +"2070",0.32,"Premium","E","SI1",61.9,59,561,4.36,4.39,2.71 +"2071",0.76,"Premium","E","VS2",63,59,3107,5.79,5.76,3.64 +"2072",0.9,"Good","I","VS2",62.4,65,3107,6.12,6.09,3.81 +"2073",0.9,"Very Good","G","SI2",63.3,59,3107,6.12,6.07,3.86 +"2074",0.76,"Premium","E","VS2",60.3,60,3107,5.97,5.94,3.59 +"2075",0.81,"Premium","H","VS1",61.7,58,3107,5.98,5.95,3.68 +"2076",0.77,"Ideal","F","SI1",61.5,56,3108,5.89,5.95,3.64 +"2077",0.74,"Premium","E","VS2",62.4,59,3108,5.77,5.73,3.59 +"2078",0.75,"Premium","E","VS2",59.9,61,3108,5.97,5.91,3.56 +"2079",0.7,"Very Good","E","VS1",62,60,3109,5.61,5.64,3.49 +"2080",0.7,"Premium","F","VVS1",61.9,59,3109,5.67,5.6,3.49 +"2081",0.81,"Ideal","E","SI1",62.4,57,3109,5.92,5.97,3.71 +"2082",1.01,"Good","H","I1",63.2,58,3110,6.33,6.39,4.02 +"2083",0.76,"Very Good","E","VS2",61,58,3111,5.88,5.93,3.6 +"2084",1.01,"Good","H","SI2",64.1,56,3111,6.37,6.3,4.06 +"2085",0.8,"Ideal","H","VS1",63.1,58,3111,5.89,5.96,3.74 +"2086",0.68,"Very Good","F","VVS2",57.3,60,3112,5.83,5.89,3.36 +"2087",0.91,"Very Good","J","VS2",61.6,58,3112,6.23,6.28,3.85 +"2088",0.79,"Premium","D","SI1",61.4,59,3112,5.89,5.96,3.64 +"2089",0.71,"Very Good","E","VS1",59.8,58,3112,5.78,5.82,3.47 +"2090",0.71,"Very Good","H","IF",63,57,3112,5.63,5.7,3.57 +"2091",0.71,"Ideal","E","VS2",61.6,57,3112,5.71,5.79,3.54 +"2092",0.71,"Very Good","G","VVS2",61.2,58,3113,5.68,5.72,3.49 +"2093",0.78,"Very Good","G","VS2",62.6,58,3113,5.81,5.89,3.66 +"2094",0.82,"Ideal","I","VS1",61.3,57,3113,6.02,6.07,3.7 +"2095",0.9,"Good","H","SI2",60.4,61,3114,6.14,6.22,3.73 +"2096",0.9,"Very Good","G","SI2",60.1,60,3114,6.22,6.32,3.77 +"2097",0.76,"Ideal","G","VS2",61.7,55,3114,5.86,5.91,3.63 +"2098",0.77,"Ideal","G","VS2",62.1,56,3114,5.85,5.88,3.64 +"2099",0.9,"Good","H","SI2",64.3,58,3114,5.97,6.03,3.86 +"2100",0.93,"Ideal","G","SI2",61,54,3114,6.35,6.32,3.87 +"2101",0.86,"Very Good","H","SI1",63.8,56,3115,6.02,6.05,3.85 +"2102",0.7,"Good","E","VS2",60.3,60,3115,5.69,5.75,3.45 +"2103",0.9,"Good","H","SI2",64.3,60,3115,6,6.1,3.89 +"2104",0.84,"Premium","F","SI1",59,59,3115,6.18,6.13,3.63 +"2105",0.8,"Good","F","VS1",63.3,55,3116,5.87,5.92,3.73 +"2106",0.9,"Good","F","SI2",63.3,57,3116,6.08,6.14,3.87 +"2107",0.9,"Good","F","SI2",63.2,59,3116,6.06,6.13,3.85 +"2108",0.71,"Ideal","F","VS2",61.2,56,3116,5.77,5.79,3.54 +"2109",0.92,"Fair","F","SI1",64.9,58,3117,6.1,6.04,3.94 +"2110",1.08,"Premium","H","I1",61.7,59,3118,6.54,6.59,4.05 +"2111",0.85,"Ideal","G","SI1",60.4,56,3118,6.26,6.17,3.75 +"2112",0.83,"Very Good","F","SI1",63.1,58,3118,5.98,5.94,3.76 +"2113",1.16,"Fair","H","SI2",68.2,55,3118,6.47,6.37,4.38 +"2114",0.87,"Ideal","H","VS2",61.7,57,3118,6.14,6.09,3.77 +"2115",0.9,"Very Good","J","VS2",61.9,59,3119,6.14,6.2,3.82 +"2116",0.7,"Ideal","F","SI1",61.9,55,3119,5.7,5.74,3.54 +"2117",0.7,"Ideal","F","SI1",61.2,55,3119,5.74,5.76,3.52 +"2118",1.02,"Premium","J","SI2",62.3,58,3119,6.42,6.37,3.98 +"2119",1.02,"Fair","J","SI2",65,59,3119,6.34,6.24,4.08 +"2120",0.91,"Fair","E","SI2",64.5,60,3119,6.04,5.96,3.87 +"2121",0.75,"Ideal","E","VS2",62,56,3120,5.82,5.85,3.62 +"2122",0.9,"Very Good","I","SI1",63.2,56,3120,6.15,6.12,3.88 +"2123",0.77,"Ideal","G","VS1",62.4,54,3121,5.93,5.89,3.69 +"2124",0.76,"Good","G","VS1",60.3,60.7,3121,5.86,5.9,3.55 +"2125",0.9,"Premium","I","SI1",61.8,58,3121,6.26,6.2,3.85 +"2126",0.9,"Very Good","I","SI1",63.5,59,3121,6.1,6.05,3.86 +"2127",0.9,"Premium","I","SI1",62.1,59,3121,6.19,6.15,3.83 +"2128",0.86,"Ideal","I","VS2",62.1,57,3121,6.1,6.07,3.78 +"2129",0.71,"Very Good","E","SI1",60,56,3122,5.85,5.78,3.49 +"2130",0.72,"Ideal","H","VS2",61.7,56,3122,5.74,5.77,3.56 +"2131",0.72,"Ideal","H","VS2",60.1,56,3122,5.85,5.88,3.52 +"2132",0.92,"Good","I","SI1",57.4,65,3122,6.42,6.48,3.7 +"2133",0.9,"Very Good","G","SI2",64.2,56,3123,6.04,6.11,3.9 +"2134",0.7,"Ideal","G","VVS1",62.3,57,3123,5.61,5.65,3.51 +"2135",0.71,"Ideal","F","VS2",61.8,56.2,3123,5.7,5.75,3.53 +"2136",0.71,"Ideal","G","VS1",60.9,56.6,3123,5.75,5.79,3.52 +"2137",0.71,"Ideal","G","VS1",61.8,56.1,3123,5.72,5.74,3.54 +"2138",0.82,"Ideal","G","SI1",60.7,57,3123,6.07,6.06,3.68 +"2139",0.77,"Very Good","G","VS2",62.8,59,3124,5.81,5.84,3.66 +"2140",0.72,"Ideal","H","VVS1",61.4,56,3124,5.79,5.77,3.55 +"2141",0.84,"Very Good","E","SI2",62.1,58,3125,6.02,6.09,3.76 +"2142",0.83,"Ideal","E","SI2",61.3,57,3125,6.02,6.05,3.7 +"2143",0.94,"Good","D","SI2",57.9,61,3125,6.48,6.43,3.74 +"2144",0.9,"Good","H","SI1",60.5,64,3125,6.18,6.11,3.72 +"2145",0.52,"Ideal","E","VVS1",61.8,55,3125,5.2,5.19,3.21 +"2146",0.93,"Premium","J","VS2",61.1,59,3125,6.34,6.32,3.87 +"2147",0.57,"Very Good","D","VVS1",62.8,56,3126,5.27,5.31,3.32 +"2148",0.72,"Ideal","G","VVS2",61.2,57,3126,5.72,5.81,3.53 +"2149",0.57,"Ideal","D","VVS1",61.6,56,3126,5.33,5.35,3.29 +"2150",1.13,"Good","G","I1",63.4,58,3127,6.58,6.61,4.18 +"2151",0.7,"Very Good","G","VS1",61.6,57,3127,5.69,5.73,3.52 +"2152",0.7,"Very Good","G","VS1",61.9,57,3127,5.68,5.71,3.53 +"2153",0.73,"Ideal","G","VVS2",62.2,55,3127,5.77,5.74,3.58 +"2154",0.73,"Ideal","G","VVS2",61.9,56,3127,5.81,5.75,3.58 +"2155",0.73,"Premium","E","VS2",61.9,57,3127,5.79,5.75,3.57 +"2156",0.71,"Ideal","E","SI1",61.1,57,3128,5.75,5.77,3.52 +"2157",0.7,"Ideal","D","VS2",61.5,56,3129,5.7,5.74,3.52 +"2158",0.75,"Very Good","F","VS1",63.2,57,3129,5.78,5.74,3.64 +"2159",0.75,"Ideal","E","SI2",62.6,55,3129,5.72,5.79,3.6 +"2160",0.97,"Good","J","VS2",64.3,58,3129,6.25,6.22,4.01 +"2161",0.74,"Ideal","I","VVS2",61.3,57,3130,5.82,5.85,3.57 +"2162",0.74,"Ideal","G","SI1",60.6,55,3130,5.87,5.93,3.57 +"2163",0.74,"Ideal","G","SI1",61.9,55,3130,5.8,5.83,3.6 +"2164",0.74,"Ideal","G","SI1",61.3,57,3130,5.81,5.83,3.57 +"2165",0.7,"Very Good","D","VS2",61.2,60,3131,5.73,5.77,3.52 +"2166",0.71,"Very Good","D","VS2",60.3,62,3131,5.69,5.76,3.45 +"2167",0.82,"Ideal","E","SI2",62.6,55,3131,5.94,5.98,3.73 +"2168",0.72,"Ideal","H","VS1",61.6,55,3133,5.76,5.8,3.56 +"2169",0.82,"Ideal","G","SI1",61.8,55,3133,6.02,6.05,3.73 +"2170",0.74,"Premium","E","VS1",60,57,3133,5.94,5.89,3.55 +"2171",0.94,"Good","I","SI2",63.8,60,3134,6.14,6.21,3.94 +"2172",0.71,"Ideal","D","VS2",61.2,56,3135,5.76,5.78,3.53 +"2173",0.71,"Ideal","D","VS2",60.4,57,3135,5.77,5.82,3.5 +"2174",0.73,"Ideal","F","VS1",62.9,56,3135,5.71,5.77,3.61 +"2175",0.8,"Very Good","D","VS2",63.1,57,3135,5.94,5.89,3.73 +"2176",0.81,"Premium","D","SI1",60.7,58,3135,6.07,5.99,3.66 +"2177",0.7,"Premium","F","VVS2",62.6,59,3136,5.66,5.62,3.53 +"2178",1,"Fair","E","SI2",66.6,59,3136,6.07,6.01,4.02 +"2179",0.8,"Premium","G","VS2",59.6,59,3136,6.09,6,3.6 +"2180",0.75,"Ideal","E","VS2",60.2,57,3136,5.93,5.9,3.56 +"2181",1,"Premium","E","I1",62.3,58,3136,6.38,6.33,3.96 +"2182",0.71,"Ideal","D","VS1",62.2,55,3136,5.74,5.71,3.56 +"2183",1,"Fair","E","SI2",67,53,3136,6.19,6.13,4.13 +"2184",1,"Fair","E","SI2",67,53,3136,6.19,6.13,4.13 +"2185",1,"Premium","G","SI2",62.5,59,3136,6.41,6.33,3.98 +"2186",1,"Ideal","H","I1",61.3,57,3136,6.44,6.41,3.94 +"2187",0.8,"Ideal","F","SI1",61,56,3137,5.98,6.05,3.67 +"2188",0.72,"Premium","H","VVS1",61.4,58,3137,5.75,5.78,3.54 +"2189",0.71,"Ideal","H","VVS1",61.1,56,3137,5.78,5.81,3.53 +"2190",0.71,"Ideal","D","VS2",62.3,56,3137,5.68,5.72,3.55 +"2191",1.01,"Very Good","G","SI1",62,63,3137,6.34,6.25,3.9 +"2192",0.79,"Very Good","E","SI1",63.3,56.3,3138,5.85,5.88,3.71 +"2193",0.74,"Very Good","D","SI1",61.5,59,3138,5.76,5.82,3.56 +"2194",0.72,"Very Good","D","VS2",63.1,59,3139,5.67,5.7,3.59 +"2195",0.9,"Very Good","E","SI2",60.7,61,3139,6.16,6.22,3.76 +"2196",0.9,"Good","E","SI2",64.1,57,3139,6.07,6.09,3.9 +"2197",0.9,"Good","E","SI2",63.4,62,3139,6,6.02,3.81 +"2198",0.9,"Very Good","E","SI2",59.5,61,3139,6.24,6.3,3.73 +"2199",0.72,"Ideal","G","VVS2",62.4,57,3139,5.71,5.76,3.58 +"2200",0.54,"Ideal","D","VVS1",61.4,58,3139,5.28,5.25,3.23 +"2201",0.73,"Ideal","F","VS1",61.1,57,3140,5.8,5.89,3.57 +"2202",0.7,"Ideal","G","VS1",61.2,57,3140,5.7,5.74,3.5 +"2203",0.72,"Good","E","VS2",60.8,62,3140,5.73,5.78,3.5 +"2204",0.73,"Ideal","D","SI1",62.4,53,3140,5.82,5.79,3.62 +"2205",1.02,"Premium","H","I1",62.5,60,3141,6.39,6.41,4 +"2206",1.02,"Very Good","E","I1",60.6,63,3141,6.46,6.52,3.93 +"2207",0.9,"Premium","J","SI1",60.4,59,3141,6.27,6.24,3.78 +"2208",1,"Premium","G","SI2",59.1,59,3142,6.55,6.48,0 +"2209",0.7,"Ideal","E","VS2",61.9,56,3142,5.69,5.72,3.53 +"2210",1,"Fair","G","SI2",64.6,67,3142,6.25,6.19,4.02 +"2211",1.02,"Ideal","H","SI2",58.8,57,3142,6.61,6.55,3.87 +"2212",1,"Premium","G","SI2",61.5,56,3142,6.49,6.44,3.97 +"2213",1,"Fair","G","SI2",68.3,54,3142,6.21,6.12,4.2 +"2214",0.68,"Very Good","G","IF",62.7,56,3143,5.56,5.6,3.5 +"2215",0.83,"Ideal","E","SI2",61,57,3143,6.06,6.13,3.72 +"2216",0.8,"Very Good","H","VS1",62.7,56,3144,5.88,5.96,3.71 +"2217",1.21,"Good","E","I1",57.2,62,3144,7.01,6.95,3.99 +"2218",0.7,"Very Good","E","VS1",62.8,57,3145,5.65,5.68,3.56 +"2219",0.71,"Very Good","D","VS1",58.1,62,3145,5.84,5.89,3.41 +"2220",0.84,"Very Good","D","SI2",63.6,57,3145,5.95,6,3.8 +"2221",0.9,"Premium","I","VS1",60.7,58,3145,6.3,6.19,3.79 +"2222",0.9,"Very Good","J","VS2",63.5,56,3145,6.12,6.1,3.88 +"2223",0.7,"Ideal","H","VS2",61.2,56,3145,5.72,5.75,3.51 +"2224",0.7,"Ideal","H","VS2",61.2,57,3145,5.73,5.77,3.52 +"2225",0.71,"Ideal","E","VS2",60.1,59,3145,5.79,5.83,3.49 +"2226",0.7,"Ideal","G","SI1",61.6,55,3145,5.71,5.76,3.53 +"2227",0.9,"Fair","G","SI1",65.4,57,3145,6.04,5.95,3.92 +"2228",0.9,"Fair","G","SI1",65.6,56,3145,6.1,6.03,3.98 +"2229",0.9,"Fair","G","SI1",65.4,59,3145,6.04,6,3.94 +"2230",0.9,"Fair","H","SI1",66.8,55,3145,5.98,5.9,3.97 +"2231",0.74,"Premium","G","VVS1",61.2,59,3145,5.84,5.79,3.56 +"2232",0.72,"Ideal","E","VS2",60.6,57,3145,5.85,5.83,3.54 +"2233",0.72,"Good","F","VVS2",61.3,65,3145,5.76,5.72,3.52 +"2234",0.78,"Premium","D","SI1",60.9,55,3145,6,5.93,3.63 +"2235",0.71,"Very Good","F","VS2",63.3,57,3146,5.65,5.69,3.59 +"2236",0.71,"Ideal","H","IF",61.2,56,3146,5.74,5.79,3.53 +"2237",0.92,"Very Good","J","VS2",60.9,62,3146,6.26,6.31,3.83 +"2238",0.8,"Very Good","E","SI1",62.9,60,3146,5.87,5.89,3.7 +"2239",0.81,"Ideal","F","SI1",61.2,57,3146,6,6.05,3.69 +"2240",0.78,"Ideal","E","SI1",62.1,58,3146,5.86,5.9,3.65 +"2241",0.73,"Good","E","VS1",63.7,59,3146,5.67,5.69,3.62 +"2242",1.06,"Ideal","I","SI2",62.8,55,3146,6.51,6.46,4.07 +"2243",1,"Fair","F","SI2",65.5,56,3146,6.3,6.19,4.09 +"2244",0.77,"Ideal","G","VS1",62.2,56,3148,5.9,5.85,3.66 +"2245",0.7,"Good","E","VS1",61.2,58,3148,5.66,5.72,3.48 +"2246",0.7,"Good","E","VS1",58.7,60,3148,5.79,5.83,3.41 +"2247",1.02,"Ideal","I","VS2",62.8,57,3148,6.45,6.39,4.03 +"2248",0.91,"Good","G","SI2",62.5,60,3149,6.05,6.08,3.79 +"2249",1.03,"Good","J","SI2",64.1,62,3149,6.37,6.33,4.07 +"2250",1.03,"Fair","J","SI2",64.6,62,3149,6.3,6.21,4.06 +"2251",1.03,"Premium","J","SI2",62.2,59,3149,6.42,6.4,3.99 +"2252",0.94,"Very Good","F","SI2",62.3,59,3150,6.23,6.32,3.91 +"2253",0.88,"Very Good","E","SI2",59.1,58,3150,6.22,6.3,3.7 +"2254",0.75,"Ideal","E","VS2",61.7,56,3150,5.86,5.84,3.61 +"2255",0.75,"Premium","E","VS2",61.8,58,3150,5.85,5.83,3.61 +"2256",0.72,"Ideal","F","VS2",61.3,56,3151,5.78,5.8,3.55 +"2257",0.77,"Very Good","H","VS1",62.2,57,3152,5.81,5.86,3.63 +"2258",0.75,"Ideal","D","SI1",62,58,3152,5.81,5.84,3.61 +"2259",0.83,"Very Good","H","VS1",63.1,60,3153,5.91,5.98,3.75 +"2260",0.9,"Good","D","SI2",63.9,60,3153,6.07,6.11,3.89 +"2261",0.8,"Ideal","H","VS2",60.6,56,3153,6.03,6.08,3.67 +"2262",0.71,"Ideal","D","VS2",62,57,3153,5.69,5.73,3.54 +"2263",0.92,"Good","E","SI2",62,64,3153,6.2,6.16,3.83 +"2264",0.7,"Very Good","E","VVS2",59.2,61,3154,5.79,5.84,3.44 +"2265",0.7,"Very Good","E","VS1",62.2,55,3154,5.65,5.67,3.52 +"2266",0.7,"Very Good","E","VS1",63.6,57,3154,5.61,5.65,3.58 +"2267",0.95,"Very Good","J","SI1",63.4,55,3154,6.25,6.21,3.95 +"2268",0.58,"Ideal","D","VVS1",61.6,60,3154,5.34,5.35,3.29 +"2269",0.73,"Ideal","G","VS2",61.7,56,3154,5.79,5.81,3.58 +"2270",0.77,"Ideal","G","VS2",61.7,55,3154,5.87,5.9,3.63 +"2271",0.7,"Ideal","F","VS1",61.2,58,3154,5.7,5.73,3.5 +"2272",0.7,"Ideal","F","VS1",61.7,55,3154,5.72,5.76,3.54 +"2273",0.95,"Fair","J","SI1",58,66,3154,6.5,6.46,3.76 +"2274",0.8,"Ideal","D","SI2",61.9,54,3154,6,5.95,3.7 +"2275",1.22,"Premium","J","SI2",62.6,59,3156,6.79,4.24,3.76 +"2276",0.64,"Ideal","E","VVS2",62.1,53,3157,5.51,5.54,3.43 +"2277",1.06,"Premium","F","I1",60.3,58,3158,6.59,6.56,3.96 +"2278",0.77,"Ideal","D","SI1",62.3,56,3158,5.84,5.87,3.65 +"2279",0.8,"Very Good","G","VS1",59.5,63,3158,6.11,6.05,3.61 +"2280",0.82,"Premium","D","SI2",61.7,56,3159,6.01,5.99,3.7 +"2281",0.78,"Ideal","E","VS2",62.1,54,3159,5.92,5.94,3.68 +"2282",0.7,"Ideal","F","VVS2",62,57,3160,5.68,5.74,3.54 +"2283",0.9,"Very Good","H","SI2",62.8,57,3160,6.15,6.2,3.88 +"2284",0.77,"Very Good","D","SI1",58.6,59,3160,6,6.04,3.53 +"2285",0.9,"Good","H","SI2",63.4,60,3160,6.03,6.08,3.84 +"2286",0.9,"Very Good","H","SI2",62.9,57,3160,6.09,6.16,3.85 +"2287",0.9,"Good","H","SI2",62.4,61,3160,6.03,6.11,3.79 +"2288",0.9,"Very Good","H","SI2",59.5,63,3160,6.26,6.31,3.74 +"2289",0.9,"Ideal","J","VS2",61.3,57,3160,6.16,6.24,3.8 +"2290",0.9,"Very Good","H","SI2",61.1,63,3160,6.12,6.19,3.76 +"2291",0.9,"Very Good","H","SI2",59.2,61,3160,6.23,6.27,3.7 +"2292",0.81,"Ideal","D","SI2",61.9,54,3160,5.96,5.99,3.7 +"2293",0.9,"Fair","F","SI1",66,57,3160,6.06,6,3.98 +"2294",0.63,"Ideal","E","VVS1",62.4,56,3161,5.48,5.52,3.43 +"2295",0.71,"Premium","D","VS2",62.4,59,3161,5.73,5.68,3.56 +"2296",0.71,"Ideal","D","VS2",62.5,55,3161,5.74,5.71,3.58 +"2297",0.71,"Premium","D","VS2",59.2,59,3161,5.86,5.8,3.45 +"2298",0.76,"Very Good","E","VS2",63,59,3162,5.76,5.79,3.64 +"2299",0.9,"Good","I","VS2",62.4,65,3162,6.09,6.12,3.81 +"2300",0.9,"Good","G","SI2",63.3,59,3162,6.07,6.12,3.86 +"2301",0.9,"Very Good","H","SI2",63,55,3162,6.1,6.16,3.86 +"2302",0.7,"Ideal","F","VS1",61,58,3162,5.74,5.76,3.51 +"2303",0.74,"Good","E","VS2",63.9,54,3163,5.77,5.81,3.7 +"2304",0.74,"Good","E","VS2",63.5,56,3163,5.75,5.8,3.67 +"2305",0.78,"Good","F","VS1",64,54,3163,5.86,5.82,3.74 +"2306",0.79,"Ideal","F","SI1",61.3,56,3163,5.96,6.01,3.67 +"2307",0.73,"Ideal","H","VS2",61.4,55,3164,5.79,5.82,3.56 +"2308",0.73,"Ideal","H","VS2",61,56,3164,5.83,5.88,3.57 +"2309",1,"Fair","H","SI2",63.7,54,3164,6.42,6.27,4.06 +"2310",0.7,"Ideal","G","VVS1",62.8,57,3165,5.63,5.68,3.55 +"2311",0.92,"Premium","H","SI1",60.7,59,3165,6.34,6.25,3.82 +"2312",0.77,"Very Good","D","SI1",60.3,58,3166,5.89,5.96,3.57 +"2313",0.73,"Good","F","VVS2",58.2,63,3166,5.87,6.01,3.46 +"2314",0.87,"Fair","I","VS2",57.3,59,3166,6.29,6.44,3.65 +"2315",1.01,"Premium","H","I1",58.1,59,3167,6.66,6.6,0 +"2316",0.71,"Ideal","G","VVS1",62.1,56,3167,5.72,5.84,3.59 +"2317",0.72,"Ideal","H","VS1",61.8,55,3167,5.78,5.81,3.58 +"2318",0.7,"Ideal","E","VS1",62.6,55,3167,5.66,5.69,3.55 +"2319",0.79,"Ideal","H","SI1",61.4,56,3167,5.93,5.96,3.65 +"2320",0.85,"Ideal","E","SI1",61.8,54,3167,6.1,6.14,3.78 +"2321",0.7,"Ideal","H","IF",62.2,55,3167,5.68,5.71,3.54 +"2322",0.72,"Premium","F","VS1",62.2,57,3167,5.74,5.67,3.55 +"2323",1.01,"Fair","H","SI2",64.5,54,3167,6.26,6.15,4 +"2324",1.01,"Very Good","H","I1",63.2,58,3167,6.39,6.33,4.02 +"2325",1.08,"Ideal","F","I1",61.8,56,3168,6.64,6.62,4.1 +"2326",1.23,"Ideal","H","I1",61.6,55,3168,6.92,6.87,4.25 +"2327",0.91,"Very Good","J","SI2",62.4,61,3169,6.13,6.2,3.85 +"2328",0.79,"Ideal","F","SI1",61.2,56,3169,5.96,6.01,3.66 +"2329",0.77,"Ideal","F","SI1",61.4,55,3169,5.93,5.95,3.65 +"2330",0.76,"Very Good","G","VS2",61.1,57,3170,5.84,5.95,3.6 +"2331",0.92,"Very Good","J","SI1",62.6,58,3170,6.18,6.22,3.88 +"2332",0.92,"Ideal","J","SI1",62.3,56,3170,6.24,6.29,3.9 +"2333",0.76,"Ideal","E","SI1",61.8,57,3170,5.84,5.87,3.62 +"2334",0.75,"Ideal","E","SI1",62.1,55,3170,5.81,5.85,3.62 +"2335",0.74,"Premium","F","VS1",61.7,57,3170,5.85,5.79,3.59 +"2336",0.74,"Ideal","F","VS1",62.3,56,3170,5.79,5.76,3.6 +"2337",1.09,"Fair","F","SI2",66.3,56,3170,6.47,6.39,4.27 +"2338",0.74,"Ideal","F","VS1",61.7,56,3170,5.83,5.78,3.58 +"2339",0.74,"Ideal","F","VS1",62.3,57,3170,5.79,5.77,3.6 +"2340",0.74,"Ideal","F","VS2",62.1,56,3171,5.79,5.83,3.61 +"2341",0.83,"Very Good","G","SI1",62.3,58,3171,5.97,6.01,3.73 +"2342",0.83,"Ideal","H","VS2",61.6,55,3171,6.04,6.08,3.73 +"2343",0.78,"Ideal","G","VS2",62.2,57,3171,5.87,5.9,3.66 +"2344",0.75,"Ideal","G","SI1",61.8,55,3171,5.81,5.84,3.6 +"2345",0.83,"Ideal","G","SI1",61.8,55,3171,6.05,6.09,3.75 +"2346",0.79,"Ideal","E","SI1",60.3,56,3171,5.99,6.05,3.63 +"2347",1.03,"Ideal","H","I1",61.5,57,3172,6.48,6.52,4 +"2348",1.03,"Premium","H","I1",61.1,60,3172,6.46,6.51,3.96 +"2349",1.03,"Ideal","H","SI2",62.4,57,3172,6.43,6.36,4 +"2350",0.7,"Ideal","G","VS2",62.7,54,3172,5.65,5.7,3.65 +"2351",0.7,"Ideal","E","VS2",62.2,55,3172,5.64,5.67,3.52 +"2352",0.84,"Fair","F","VS2",65,57.2,3172,5.83,5.87,3.81 +"2353",0.93,"Fair","G","SI2",66.1,58.1,3172,6,6.04,3.98 +"2354",0.7,"Very Good","E","SI1",63.9,57,3173,5.55,5.66,3.58 +"2355",1.01,"Premium","G","SI2",60.1,58,3173,6.54,6.39,3.89 +"2356",0.8,"Ideal","D","SI2",61.5,58,3173,5.97,6,3.68 +"2357",1.01,"Fair","G","SI2",68.5,63,3173,6.08,6,4.14 +"2358",0.92,"Premium","H","SI2",60.4,59,3174,6.36,6.33,3.83 +"2359",0.71,"Very Good","F","VS1",62.9,55,3175,5.68,5.71,3.58 +"2360",0.7,"Ideal","H","VVS1",60.2,57,3175,5.78,5.82,3.49 +"2361",0.9,"Ideal","J","VS1",62.5,55,3175,6.18,6.14,3.85 +"2362",0.7,"Premium","E","VS1",62.9,61,3175,5.65,5.57,3.53 +"2363",0.9,"Premium","G","SI2",61.9,61,3175,6.13,6.06,3.77 +"2364",0.9,"Premium","J","VS1",62.3,56,3175,6.23,6.19,3.87 +"2365",0.7,"Good","E","VS1",63.6,58,3175,5.67,5.62,3.59 +"2366",1,"Fair","J","SI1",65.3,57,3175,6.33,6.12,4.08 +"2367",1.5,"Fair","H","I1",69.3,61,3175,6.99,6.81,4.78 +"2368",0.9,"Very Good","I","SI1",61.8,58,3176,6.2,6.26,3.85 +"2369",0.9,"Good","I","SI1",63.5,59,3176,6.05,6.1,3.86 +"2370",0.77,"Ideal","G","VS1",62.4,54,3176,5.89,5.93,3.69 +"2371",0.32,"Ideal","F","SI2",61.7,56,561,4.41,4.44,2.73 +"2372",0.32,"Premium","G","VS2",62.5,58,561,4.36,4.38,2.73 +"2373",0.32,"Ideal","G","VS2",62,57,561,4.39,4.41,2.73 +"2374",0.32,"Ideal","H","VS1",61.8,55,561,4.41,4.42,2.73 +"2375",0.32,"Ideal","G","VS2",61.5,57,561,4.4,4.41,2.71 +"2376",0.32,"Very Good","H","VS1",63,55,561,4.4,4.42,2.78 +"2377",0.32,"Premium","I","VVS2",62.1,59,561,4.35,4.38,2.71 +"2378",0.32,"Very Good","I","VVS2",63,57,561,4.33,4.37,2.74 +"2379",0.32,"Very Good","G","VS2",62.8,58,561,4.31,4.35,2.72 +"2380",0.32,"Premium","G","VS2",60.8,59,561,4.41,4.44,2.69 +"2381",0.32,"Premium","G","VS2",61.1,58,561,4.42,4.45,2.71 +"2382",0.32,"Very Good","G","VS2",59.9,57,561,4.47,4.51,2.69 +"2383",0.32,"Very Good","H","VS1",62.8,58,561,4.35,4.37,2.74 +"2384",0.32,"Very Good","E","SI1",62.2,58,561,4.36,4.39,2.72 +"2385",0.32,"Premium","E","SI1",62.3,58,561,4.37,4.4,2.73 +"2386",0.4,"Good","H","SI2",63.8,57,561,4.67,4.7,2.99 +"2387",0.32,"Premium","G","VS2",61.5,60,561,4.36,4.39,2.69 +"2388",0.32,"Premium","G","VS2",60.7,58,561,4.38,4.42,2.67 +"2389",0.32,"Premium","G","VS2",61.5,59,561,4.4,4.42,2.71 +"2390",0.32,"Ideal","G","VS2",61.4,57,561,4.39,4.4,2.7 +"2391",0.32,"Ideal","G","VS2",62,57,561,4.37,4.4,2.72 +"2392",0.32,"Ideal","E","SI1",61.8,55,561,4.42,4.45,2.74 +"2393",0.32,"Ideal","H","VS1",61.1,56,561,4.44,4.46,2.72 +"2394",0.32,"Ideal","G","VS2",62.5,56,561,4.38,4.42,2.75 +"2395",0.32,"Very Good","H","VS1",62.8,55,561,4.35,4.41,2.75 +"2396",0.32,"Ideal","G","VS2",61.8,55,561,4.41,4.43,2.73 +"2397",0.32,"Premium","G","VS2",61.2,59,561,4.38,4.41,2.69 +"2398",0.32,"Very Good","G","VS2",62,59,561,4.37,4.41,2.72 +"2399",0.26,"Very Good","F","VVS1",61.3,58,562,4.13,4.16,2.54 +"2400",0.31,"Ideal","G","VS2",61.7,55,562,4.37,4.39,2.7 +"2401",0.7,"Ideal","E","VS2",61.1,56,3176,5.73,5.76,3.51 +"2402",0.72,"Ideal","D","SI2",60.5,57,3176,5.82,5.89,3.54 +"2403",0.7,"Very Good","E","VS1",63.8,57,3177,5.61,5.65,3.59 +"2404",0.74,"Ideal","D","VS2",61.1,54,3177,5.86,5.89,3.59 +"2405",0.67,"Very Good","G","VVS1",62,56,3178,5.6,5.62,3.48 +"2406",0.74,"Ideal","H","VS2",62.2,55,3178,5.83,5.81,3.62 +"2407",0.72,"Ideal","G","VVS2",62.6,56,3179,5.7,5.74,3.58 +"2408",0.72,"Ideal","D","VS2",60.8,56,3179,5.8,5.84,3.54 +"2409",0.72,"Ideal","D","VS2",62.1,57,3179,5.69,5.75,3.55 +"2410",0.72,"Ideal","D","VS2",62.8,57,3179,5.68,5.73,3.58 +"2411",0.81,"Good","D","SI1",63.9,58,3179,5.9,5.85,3.75 +"2412",1.5,"Good","G","I1",57.4,62,3179,7.56,7.39,4.29 +"2413",0.74,"Very Good","E","VS2",61.8,58,3180,5.79,5.82,3.59 +"2414",0.93,"Very Good","J","VS2",61.1,59,3180,6.32,6.34,3.87 +"2415",0.87,"Very Good","H","SI1",62.2,57,3180,6.05,6.11,3.78 +"2416",0.72,"Ideal","H","VVS1",60.8,58,3180,5.77,5.8,3.52 +"2417",0.72,"Ideal","H","VVS1",61.8,55,3180,5.74,5.78,3.56 +"2418",0.72,"Ideal","H","VVS1",61.5,57,3180,5.74,5.76,3.54 +"2419",0.91,"Fair","H","SI1",64.4,60,3180,6.1,6.07,3.92 +"2420",0.91,"Fair","H","SI1",64.8,57,3180,6.12,6.07,3.95 +"2421",0.91,"Premium","H","SI1",62.2,56,3180,6.23,6.18,3.86 +"2422",0.91,"Very Good","J","SI2",62,56,3181,6.18,6.23,3.85 +"2423",0.95,"Premium","G","SI2",62.6,58,3181,6.22,6.18,3.88 +"2424",0.63,"Ideal","E","VVS1",61.1,58,3181,5.49,5.54,3.37 +"2425",0.92,"Ideal","J","SI1",61.7,57,3181,6.21,6.26,3.85 +"2426",0.95,"Premium","G","SI2",59.8,60,3181,6.36,6.34,3.8 +"2427",0.8,"Ideal","I","VVS1",61.7,56,3181,5.98,5.92,3.67 +"2428",0.73,"Very Good","D","VS2",63.5,58,3182,5.68,5.72,3.62 +"2429",0.73,"Ideal","D","VS2",62.1,56,3182,5.77,5.8,3.59 +"2430",0.73,"Ideal","G","VVS2",61.9,56,3183,5.74,5.81,3.61 +"2431",0.73,"Ideal","G","VVS2",62.2,55,3183,5.74,5.77,3.58 +"2432",0.72,"Very Good","E","SI1",63.3,56,3183,5.67,5.71,3.6 +"2433",1.11,"Premium","I","I1",61.8,59,3183,6.65,6.58,4.09 +"2434",0.85,"Ideal","H","SI1",60.8,57,3183,6.13,6.18,3.74 +"2435",0.76,"Ideal","G","VS2",61.5,55,3183,5.92,5.88,3.63 +"2436",0.7,"Premium","D","VS1",60.9,60,3183,5.75,5.71,3.49 +"2437",0.73,"Very Good","E","VS2",62.9,58,3184,5.7,5.75,3.6 +"2438",0.78,"Ideal","G","VS2",61.7,55,3184,5.94,5.89,3.65 +"2439",0.7,"Ideal","H","VS1",61.2,55,3185,5.71,5.76,3.51 +"2440",0.7,"Ideal","H","VS1",61,56,3185,5.75,5.79,3.51 +"2441",0.7,"Ideal","H","VS1",61.7,57,3185,5.66,5.7,3.5 +"2442",0.79,"Ideal","D","SI1",61.2,56,3185,6.02,5.95,3.66 +"2443",0.72,"Premium","G","IF",60.1,58,3185,5.89,5.86,3.53 +"2444",0.9,"Fair","E","SI2",57.5,68,3187,6.37,6.33,3.65 +"2445",0.96,"Premium","J","SI1",62.9,59,3187,6.3,6.22,3.94 +"2446",0.9,"Very Good","E","SI2",63.4,56,3187,6.15,5.99,3.85 +"2447",1.03,"Good","J","SI2",56.2,62,3188,6.69,6.73,3.77 +"2448",0.9,"Very Good","J","VS1",62.5,56,3188,6.11,6.21,3.85 +"2449",0.75,"Good","G","VVS1",58.4,56,3188,5.98,6.06,3.52 +"2450",0.77,"Ideal","E","SI1",61.6,57,3189,5.87,5.91,3.63 +"2451",0.91,"Very Good","G","SI2",60.3,59,3189,6.23,6.28,3.77 +"2452",0.85,"Ideal","E","SI2",62.8,57,3189,6.06,6.01,3.79 +"2453",0.71,"Ideal","H","VS2",61.9,55,3189,5.74,5.77,3.56 +"2454",0.74,"Ideal","E","VS2",59.5,57,3189,5.92,5.94,3.53 +"2455",0.73,"Ideal","D","SI1",61.8,56,3189,5.8,5.76,3.57 +"2456",0.73,"Ideal","D","SI1",61.9,56,3189,5.8,5.77,3.58 +"2457",1.01,"Premium","J","VS2",62.4,60,3190,6.45,6.35,3.99 +"2458",0.71,"Ideal","H","IF",62,54,3190,5.71,5.75,3.55 +"2459",0.89,"Premium","G","SI1",61.1,58,3190,6.24,6.17,3.79 +"2460",0.92,"Premium","I","SI1",62.9,60,3190,6.18,6.13,3.87 +"2461",1.01,"Fair","J","VS2",65.8,55,3190,6.29,6.24,4.12 +"2462",0.7,"Ideal","G","VVS2",60.6,56,3191,5.69,5.82,3.49 +"2463",0.7,"Ideal","G","VVS2",60.3,57,3191,5.75,5.83,3.49 +"2464",0.7,"Ideal","F","VVS2",62,55,3191,5.71,5.67,3.53 +"2465",0.71,"Ideal","E","VS2",62.1,57,3191,5.71,5.75,3.56 +"2466",0.71,"Ideal","E","VS2",62,57,3191,5.71,5.74,3.55 +"2467",0.8,"Ideal","E","VS2",61.4,55,3192,5.96,5.99,3.67 +"2468",0.71,"Ideal","D","VS1",62.2,55,3192,5.71,5.74,3.56 +"2469",0.75,"Ideal","E","VS2",60.2,57,3192,5.93,5.9,3.56 +"2470",0.71,"Very Good","E","VS1",62.1,60,3192,5.65,5.71,3.53 +"2471",0.71,"Very Good","E","VS1",61.5,57,3192,5.74,5.77,3.54 +"2472",0.81,"Ideal","G","SI1",62.2,57,3192,5.97,6.02,3.73 +"2473",0.76,"Ideal","E","VS2",61.5,56,3192,5.92,5.89,3.63 +"2474",0.91,"Good","H","VS2",63.8,59,3192,5.99,5.96,3.82 +"2475",1,"Good","H","SI2",62,64,3192,6.43,6.29,3.94 +"2476",0.76,"Premium","E","VS2",60.1,59,3192,6.01,5.97,3.6 +"2477",1,"Fair","H","SI2",64.4,57,3192,6.35,6.29,4.07 +"2478",0.81,"Premium","G","VS2",61.4,60,3193,6.02,5.99,3.69 +"2479",0.73,"Ideal","F","VVS2",62.2,54,3193,5.8,5.75,3.59 +"2480",0.9,"Good","J","VVS2",57.4,61,3193,6.42,6.37,3.67 +"2481",0.7,"Good","D","VS1",60.4,63,3193,5.68,5.74,3.45 +"2482",0.81,"Premium","G","VS2",62.9,58,3193,5.94,5.88,3.72 +"2483",0.9,"Good","H","SI2",63.6,60,3193,6.11,6.06,3.87 +"2484",0.54,"Premium","D","VVS1",61.4,57.5,3194,5.25,5.28,3.23 +"2485",0.83,"Very Good","G","VS2",62.7,58,3195,5.97,6.03,3.76 +"2486",0.73,"Ideal","D","SI1",62.4,53,3195,5.79,5.82,3.62 +"2487",0.71,"Ideal","G","VS1",62.3,54,3195,5.68,5.72,3.55 +"2488",0.8,"Ideal","D","SI1",61.7,56,3195,5.96,6,3.69 +"2489",0.83,"Good","G","VS2",63.7,60.9,3195,5.84,5.92,3.75 +"2490",0.91,"Very Good","F","SI1",63.5,58,3195,6.15,6.1,3.89 +"2491",0.91,"Very Good","F","SI1",63.3,60,3195,6.1,6.06,3.85 +"2492",0.6,"Ideal","F","VVS2",61.5,57,3196,5.42,5.45,3.34 +"2493",0.9,"Good","I","SI1",63,53,3196,6.08,6.15,3.85 +"2494",0.91,"Ideal","F","SI2",61.7,55,3196,6.27,6.2,3.85 +"2495",0.9,"Very Good","J","VS1",62.9,56,3197,6.13,6.18,3.87 +"2496",0.51,"Ideal","E","VVS1",61.3,56,3197,5.13,5.21,3.17 +"2497",0.77,"Very Good","G","VS1",61.1,54,3197,5.91,5.94,3.62 +"2498",1.01,"Fair","F","SI1",66.1,60,3197,6.15,6.13,4.06 +"2499",0.83,"Premium","F","SI1",62,59,3198,6.04,5.99,3.73 +"2500",0.73,"Ideal","E","VS2",62.2,59,3198,5.74,5.77,3.58 +"2501",0.71,"Ideal","E","VS1",61.4,59,3198,5.71,5.75,3.52 +"2502",0.71,"Ideal","E","VS1",62.3,56,3198,5.66,5.7,3.54 +"2503",0.83,"Ideal","F","SI1",62.1,55,3198,6.05,6,3.74 +"2504",0.7,"Premium","E","VS2",61,59,3199,5.74,5.7,3.49 +"2505",1,"Fair","J","SI2",56.3,64,3199,6.58,6.54,3.69 +"2506",0.71,"Ideal","F","VS1",62.6,57,3199,5.7,5.73,3.58 +"2507",0.71,"Ideal","F","VS1",61.1,56,3199,5.71,5.74,3.5 +"2508",1.02,"Very Good","E","I1",60.6,63,3199,6.52,6.46,3.93 +"2509",0.7,"Ideal","F","VS1",62.4,56,3199,5.67,5.65,3.53 +"2510",0.7,"Ideal","D","SI1",61.7,57,3199,5.76,5.73,3.54 +"2511",1.02,"Premium","H","I1",62.5,60,3199,6.41,6.39,4 +"2512",0.73,"Very Good","F","VS1",62,57,3200,5.73,5.75,3.56 +"2513",0.74,"Ideal","F","VS2",62.1,56,3200,5.83,5.79,3.61 +"2514",0.9,"Ideal","E","SI2",62.6,56,3200,6.15,6.06,3.82 +"2515",0.9,"Good","H","SI1",63.8,57,3201,6.07,6.13,3.89 +"2516",0.7,"Ideal","E","VS2",60.5,59,3201,5.72,5.75,3.47 +"2517",0.7,"Ideal","E","VS2",61.1,59,3201,5.67,5.73,3.48 +"2518",0.73,"Ideal","E","VS2",62.4,57,3201,5.75,5.79,3.6 +"2519",0.84,"Ideal","I","VS1",61.4,57,3201,6.03,6.09,3.72 +"2520",0.76,"Ideal","F","VS2",61,55,3201,5.92,5.89,3.6 +"2521",0.71,"Very Good","D","VS2",59.7,55,3203,5.85,5.88,3.5 +"2522",1.04,"Good","H","I1",63.9,58,3203,6.35,6.42,4.08 +"2523",1.04,"Very Good","H","I1",61.6,61,3203,6.45,6.47,3.98 +"2524",0.7,"Very Good","F","VVS1",63.3,62,3204,5.67,5.57,3.56 +"2525",0.7,"Premium","F","VVS1",63,60,3204,5.62,5.59,3.53 +"2526",1.02,"Ideal","G","SI2",62.3,56,3204,6.39,6.35,3.97 +"2527",1.04,"Good","J","SI2",63.8,56,3204,6.36,6.32,4.05 +"2528",0.7,"Very Good","F","VVS2",60.5,60,3205,5.7,5.73,3.46 +"2529",1.11,"Premium","H","I1",61,59,3205,6.61,6.67,4.05 +"2530",0.7,"Ideal","G","VVS2",60.8,56,3205,5.75,5.79,3.51 +"2531",0.7,"Ideal","G","VVS2",61,56,3205,5.74,5.77,3.51 +"2532",0.71,"Fair","F","IF",58.7,62,3205,5.87,5.81,3.43 +"2533",0.9,"Premium","D","SI2",62.7,59,3205,6.2,6.14,3.87 +"2534",0.9,"Fair","D","SI2",65.9,59,3205,6,5.95,3.94 +"2535",0.9,"Fair","D","SI2",66,58,3205,6,5.97,3.95 +"2536",0.9,"Fair","D","SI2",64.7,54,3205,6.1,6.04,3.93 +"2537",0.9,"Fair","D","SI2",65.7,60,3205,5.98,5.93,3.91 +"2538",0.9,"Fair","D","SI2",64.7,59,3205,6.09,5.99,3.91 +"2539",0.9,"Premium","D","SI2",59,61,3205,6.32,6.28,3.72 +"2540",0.72,"Premium","D","VS2",60.6,57,3205,5.82,5.79,3.52 +"2541",0.75,"Premium","E","VS2",61.8,58,3206,5.83,5.85,3.61 +"2542",0.75,"Ideal","E","VS2",61.7,56,3206,5.84,5.86,3.61 +"2543",0.75,"Very Good","E","VS2",62.8,55,3206,5.77,5.79,3.63 +"2544",0.58,"Ideal","D","VVS1",60.6,57,3206,5.38,5.41,3.27 +"2545",0.7,"Ideal","G","VS1",61.2,56,3206,5.71,5.75,3.5 +"2546",0.7,"Ideal","G","VS1",61.4,55,3206,5.71,5.76,3.53 +"2547",0.7,"Good","F","VVS1",59.9,62,3206,5.69,5.74,3.42 +"2548",0.83,"Very Good","F","SI1",63,55,3207,5.95,5.96,3.75 +"2549",0.83,"Ideal","D","SI2",62.1,56,3207,6,6.04,3.74 +"2550",1.01,"Ideal","J","SI1",62.1,54,3207,6.48,6.4,4 +"2551",0.77,"Very Good","H","VVS2",61.1,56,3208,5.89,5.92,3.61 +"2552",0.7,"Very Good","G","VVS1",62.4,59,3208,5.63,5.66,3.52 +"2553",0.7,"Very Good","D","VS1",60.1,60,3208,5.73,5.76,3.45 +"2554",0.9,"Very Good","H","SI2",61.5,59,3208,6.15,6.2,3.8 +"2555",0.93,"Very Good","J","VS2",63.3,61,3208,6.19,6.14,3.9 +"2556",0.8,"Very Good","H","VS1",61.7,62,3209,5.89,5.94,3.65 +"2557",0.9,"Very Good","I","VS2",62.5,57,3209,6.12,6.2,3.85 +"2558",0.73,"Ideal","G","VS1",60.8,56.4,3209,5.81,5.86,3.55 +"2559",0.79,"Ideal","D","SI1",61.1,57,3209,5.94,6,3.65 +"2560",0.8,"Ideal","D","SI2",61.9,54,3210,5.95,6,3.7 +"2561",0.7,"Premium","D","VVS2",61.5,60,3210,5.71,5.64,3.49 +"2562",0.71,"Ideal","G","VVS1",62.6,56,3210,5.65,5.69,3.55 +"2563",0.79,"Ideal","F","SI1",60.8,55,3210,5.98,6.05,3.66 +"2564",0.9,"Premium","F","SI2",62.6,62,3210,6.06,6.01,3.78 +"2565",0.9,"Good","F","SI2",64.3,57,3210,6.16,6.06,3.93 +"2566",0.9,"Premium","F","SI2",61.9,62,3210,6.12,6.07,3.77 +"2567",0.91,"Good","J","VS1",64.2,60,3210,6.01,5.95,3.84 +"2568",0.91,"Fair","F","SI2",64.9,56,3210,6.08,6.05,3.94 +"2569",0.9,"Very Good","I","SI1",63.1,54,3211,6.13,6.16,3.88 +"2570",0.73,"Premium","F","VS1",60.7,61,3211,5.79,5.75,3.5 +"2571",0.73,"Ideal","F","VS1",62.6,56,3211,5.73,5.71,3.58 +"2572",0.77,"Premium","F","VS1",59.5,58,3211,5.96,5.94,3.54 +"2573",0.82,"Premium","E","SI1",61.2,61,3211,5.98,5.95,3.65 +"2574",0.61,"Ideal","E","VVS1",59.9,61,3212,5.5,5.55,3.31 +"2575",0.71,"Ideal","D","VS2",62.7,57,3212,5.7,5.75,3.59 +"2576",0.71,"Ideal","E","VS1",61.9,54,3212,5.74,5.76,3.56 +"2577",0.71,"Ideal","E","VS1",62.3,54,3212,5.69,5.73,3.56 +"2578",0.76,"Ideal","G","SI1",61.2,57,3212,5.85,5.9,3.59 +"2579",0.81,"Premium","E","SI1",60.8,59,3213,5.99,5.95,3.63 +"2580",0.78,"Ideal","D","SI1",61.1,57,3214,5.95,5.97,3.64 +"2581",0.7,"Premium","D","VS1",62.9,59,3214,5.72,5.66,3.58 +"2582",0.95,"Good","D","SI2",56.5,61,3214,6.53,6.5,3.68 +"2583",0.92,"Ideal","J","VS2",61.1,57,3215,6.31,6.22,3.83 +"2584",0.96,"Fair","I","VS2",56.1,60,3215,6.62,6.58,3.7 +"2585",0.96,"Premium","G","SI2",62.7,60,3215,6.29,6.11,3.89 +"2586",1.1,"Premium","J","SI2",60,58,3216,6.77,6.66,4.03 +"2587",1.1,"Ideal","I","SI2",61.7,56,3216,6.65,6.6,4.09 +"2588",0.71,"Very Good","E","VS2",60.7,58,3217,5.73,5.81,3.5 +"2589",0.71,"Premium","D","VS2",59.2,59,3217,5.8,5.86,3.45 +"2590",0.71,"Ideal","D","VS2",62.5,55,3217,5.71,5.74,3.58 +"2591",0.71,"Very Good","D","VS2",62.4,59,3217,5.68,5.73,3.56 +"2592",1,"Very Good","I","SI2",62.4,63,3217,6.35,6.44,3.99 +"2593",0.9,"Very Good","F","SI2",62.8,54,3217,6.05,6.15,3.83 +"2594",0.64,"Ideal","F","VVS2",60.9,56,3217,5.57,5.59,3.4 +"2595",0.71,"Ideal","E","VS2",60.3,56,3217,5.8,5.84,3.51 +"2596",0.77,"Premium","F","VS2",62.1,59,3218,5.85,5.87,3.64 +"2597",0.52,"Ideal","D","VVS1",62,57,3218,5.15,5.17,3.2 +"2598",0.71,"Very Good","F","VS1",60.6,60,3218,5.68,5.73,3.46 +"2599",0.9,"Good","E","SI2",62,63,3218,6.09,6.14,3.79 +"2600",0.77,"Ideal","E","SI1",61.6,57,3218,5.91,5.87,3.63 +"2601",1.18,"Very Good","E","I1",59.9,63,3219,6.8,6.85,4.09 +"2602",0.72,"Very Good","F","VS1",63.3,57,3219,5.68,5.75,3.62 +"2603",0.72,"Very Good","F","VS1",62.8,58,3219,5.7,5.73,3.59 +"2604",0.72,"Very Good","F","VS1",63.3,58,3219,5.66,5.71,3.6 +"2605",0.72,"Ideal","D","VS2",62.7,56,3219,5.71,5.78,3.6 +"2606",0.72,"Ideal","D","VS2",62.7,56,3219,5.65,5.71,3.56 +"2607",0.9,"Very Good","I","SI1",62.6,58,3220,6.08,6.15,3.83 +"2608",0.9,"Very Good","I","SI1",60.5,58,3220,6.22,6.27,3.78 +"2609",0.75,"Very Good","F","VS1",60.9,59,3220,5.83,5.87,3.56 +"2610",0.73,"Ideal","H","VVS1",62.1,56,3220,5.75,5.8,3.59 +"2611",1.15,"Premium","H","SI2",60.4,58,3220,6.8,6.75,4.09 +"2612",0.71,"Very Good","D","VS2",63.1,58,3222,5.67,5.7,3.59 +"2613",0.71,"Ideal","D","VS2",61.4,57,3222,5.73,5.77,3.53 +"2614",0.51,"Ideal","D","VVS2",61.3,56,3223,5.14,5.15,3.16 +"2615",0.72,"Ideal","E","VS2",61.3,57,3223,5.76,5.79,3.54 +"2616",0.82,"Premium","I","IF",61.2,60,3224,6.03,5.99,3.68 +"2617",1.01,"Premium","H","SI1",62.9,58,3224,6.38,6.34,4 +"2618",0.9,"Very Good","J","SI1",63.6,57,3225,6.07,6.1,3.87 +"2619",0.68,"Good","G","VVS1",61.9,55,3225,5.63,5.68,3.5 +"2620",0.9,"Premium","G","SI2",61.3,55,3226,6.18,6.12,3.77 +"2621",0.74,"Very Good","F","VS1",61.7,57,3226,5.79,5.85,3.59 +"2622",0.74,"Ideal","F","VS1",62.3,56,3226,5.76,5.79,3.6 +"2623",0.73,"Very Good","E","VS1",62.3,58,3226,5.72,5.74,3.57 +"2624",0.8,"Premium","D","SI1",59.4,55,3226,6.06,6.02,3.59 +"2625",0.9,"Good","G","SI1",57.7,62,3226,6.29,6.23,3.61 +"2626",0.9,"Fair","H","VS2",65.5,57,3226,6.05,6.01,3.95 +"2627",0.72,"Ideal","F","VS2",61.1,56,3226,5.92,5.8,3.55 +"2628",0.51,"Ideal","E","VVS1",61.3,56,3226,5.21,5.13,3.17 +"2629",0.86,"Very Good","H","SI1",59.7,59,3228,6.14,6.23,3.69 +"2630",0.65,"Ideal","D","VVS2",61.4,60,3228,5.54,5.57,3.41 +"2631",0.74,"Premium","E","VS2",62.7,58,3228,5.77,5.72,3.6 +"2632",0.72,"Very Good","F","VS1",62.2,57,3229,5.7,5.74,3.56 +"2633",0.7,"Premium","D","VS1",61.6,60,3229,5.63,5.6,3.46 +"2634",0.7,"Ideal","D","VS1",62.9,57,3229,5.67,5.61,3.55 +"2635",0.71,"Ideal","H","VS1",61.8,55,3229,5.72,5.77,3.55 +"2636",0.71,"Ideal","H","VS1",61.7,55,3229,5.73,5.75,3.54 +"2637",0.71,"Ideal","H","VS1",60.8,57,3229,5.74,5.79,3.51 +"2638",0.71,"Ideal","H","VS1",61.4,56,3229,5.74,5.78,3.54 +"2639",0.96,"Premium","I","SI2",62.7,58,3229,6.24,6.2,3.9 +"2640",0.91,"Good","H","SI1",63.7,60,3229,6.16,6.09,3.9 +"2641",0.79,"Premium","E","VS2",59.4,60,3230,6.08,6.05,3.6 +"2642",1.03,"Ideal","H","I1",61.5,57,3230,6.52,6.48,4 +"2643",0.81,"Premium","F","SI1",61,59,3230,6.01,5.99,3.66 +"2644",0.75,"Good","E","VS1",63.1,55,3231,5.8,5.83,3.67 +"2645",0.81,"Ideal","E","VS2",60.4,57,3231,6.02,6.06,3.65 +"2646",0.9,"Very Good","J","VS1",62.3,56,3231,6.19,6.23,3.87 +"2647",0.7,"Very Good","D","VS1",62.9,60,3231,5.57,5.62,3.52 +"2648",0.83,"Ideal","E","SI1",62.7,57,3231,5.96,6.01,3.75 +"2649",0.59,"Very Good","D","VVS1",61.8,57,3234,5.37,5.41,3.33 +"2650",1,"Good","J","SI2",62.7,58,3234,6.28,6.32,3.95 +"2651",0.71,"Ideal","H","IF",62.2,57,3234,5.7,5.74,3.56 +"2652",1.05,"Very Good","E","I1",62.2,61,3234,6.48,6.51,4.04 +"2653",0.7,"Ideal","G","VVS2",59.9,58,3234,5.78,5.8,3.47 +"2654",0.71,"Ideal","D","VS2",61.4,56,3234,5.74,5.79,3.54 +"2655",0.7,"Very Good","F","VVS2",58.7,63,3234,5.82,5.79,3.41 +"2656",1.05,"Ideal","H","SI2",60.6,57,3234,6.59,6.55,3.98 +"2657",0.7,"Premium","G","VVS1",62.8,58,3234,5.68,5.62,3.55 +"2658",0.77,"Premium","E","VS2",60.5,59,3234,5.98,5.92,3.6 +"2659",0.7,"Very Good","G","VVS2",60,60,3235,5.78,5.85,3.49 +"2660",0.8,"Very Good","H","VS2",63.1,57,3235,5.87,5.92,3.72 +"2661",0.73,"Ideal","E","VS1",62.5,57,3235,5.73,5.76,3.59 +"2662",0.7,"Very Good","E","VS1",61.9,61,3235,5.59,5.65,3.48 +"2663",0.7,"Ideal","H","VVS2",62.2,55,3235,5.71,5.76,3.57 +"2664",0.72,"Ideal","E","VS2",62.1,57,3235,5.73,5.76,3.57 +"2665",0.72,"Ideal","D","VS2",60.9,55,3236,5.77,5.89,3.55 +"2666",0.95,"Premium","I","SI2",62.5,58,3237,6.3,6.24,3.92 +"2667",0.85,"Premium","G","VS2",61,58,3237,6.11,6.08,3.72 +"2668",0.89,"Very Good","I","VS2",63.1,55,3238,6.09,6.17,3.87 +"2669",0.72,"Very Good","F","VS2",61.6,58,3238,5.75,5.78,3.55 +"2670",0.76,"Very Good","F","VS2",62.5,58,3238,5.79,5.83,3.63 +"2671",0.91,"Very Good","G","SI2",62,59,3238,6.19,6.22,3.85 +"2672",0.7,"Ideal","E","VVS2",62.8,56,3238,5.68,5.6,3.54 +"2673",0.71,"Ideal","E","VS1",60.4,56,3238,5.8,5.85,3.52 +"2674",0.71,"Ideal","E","VS1",62.7,57,3238,5.66,5.69,3.56 +"2675",0.7,"Good","D","VS1",57.8,60,3239,5.85,5.87,3.39 +"2676",0.7,"Premium","D","VS1",60.6,58,3239,5.73,5.75,3.48 +"2677",0.7,"Very Good","D","VS1",61.5,55,3239,5.7,5.74,3.52 +"2678",0.73,"Ideal","I","VVS1",61.8,57,3239,5.75,5.77,3.56 +"2679",0.9,"Very Good","E","SI2",63.2,61,3239,6.06,5.99,3.81 +"2680",0.77,"Very Good","G","VS1",62.3,58,3240,5.82,5.86,3.64 +"2681",0.77,"Very Good","D","SI1",59.9,59,3241,5.9,5.95,3.55 +"2682",0.79,"Ideal","D","SI1",61.2,56,3242,5.95,6.02,3.66 +"2683",0.72,"Ideal","F","SI1",60.2,57,3242,5.83,5.86,3.52 +"2684",0.9,"Very Good","H","SI1",63.2,61,3242,6.12,6.03,3.84 +"2685",0.77,"Very Good","G","VS1",60.9,55,3243,5.9,5.96,3.61 +"2686",0.81,"Very Good","E","SI1",61.9,58,3243,5.92,5.97,3.68 +"2687",0.68,"Ideal","E","VS1",61.3,55,3243,5.67,5.71,3.49 +"2688",0.71,"Ideal","D","VS2",63,56,3245,5.69,5.65,3.58 +"2689",0.9,"Good","G","SI2",64.1,56,3246,6.12,6.08,3.91 +"2690",0.74,"Ideal","F","VS2",60.8,57,3246,5.85,5.87,3.56 +"2691",0.84,"Ideal","D","SI2",61.8,56,3246,6.04,6.06,3.74 +"2692",0.9,"Good","I","VS2",63.7,61,3246,6.1,6.06,3.87 +"2693",0.9,"Premium","G","SI2",62.1,58,3246,6.13,6.08,3.79 +"2694",0.9,"Good","I","VS2",63.8,55,3246,6.16,6.07,3.9 +"2695",0.9,"Good","G","SI2",63.8,59,3246,6.05,6.02,3.85 +"2696",0.9,"Very Good","G","SI2",63.4,59,3246,6.08,6.04,3.84 +"2697",0.9,"Good","G","SI2",63.8,56,3246,6.16,6.13,3.92 +"2698",0.9,"Premium","G","SI2",61.1,58,3246,6.22,6.18,3.79 +"2699",1.03,"Fair","J","SI2",56.2,62,3246,6.73,6.69,3.77 +"2700",0.9,"Fair","I","VS2",65.4,60,3246,6.03,5.96,3.93 +"2701",0.31,"Ideal","G","VS2",62.2,54,562,4.38,4.4,2.73 +"2702",0.31,"Ideal","G","VS2",62.2,54,562,4.34,4.38,2.71 +"2703",0.31,"Ideal","G","VS2",60.8,56,562,4.38,4.4,2.67 +"2704",0.31,"Ideal","G","VS2",61.1,57,562,4.37,4.4,2.68 +"2705",0.31,"Ideal","G","VS2",62.2,53,562,4.37,4.38,2.72 +"2706",0.31,"Ideal","H","VS1",62,53,562,4.34,4.37,2.7 +"2707",0.31,"Ideal","H","VS1",61.3,55,562,4.36,4.38,2.68 +"2708",0.39,"Very Good","H","SI2",62.4,59,562,4.58,4.65,2.88 +"2709",0.29,"Very Good","F","VVS1",61.5,56,563,4.26,4.3,2.63 +"2710",0.35,"Ideal","G","VS2",61.6,54,563,4.55,4.58,2.81 +"2711",0.31,"Ideal","G","SI1",61.6,55,563,4.34,4.37,2.68 +"2712",0.25,"Fair","D","VS1",61.2,55,563,4.09,4.11,2.51 +"2713",0.32,"Very Good","G","VS2",60.9,58,564,4.42,4.45,2.7 +"2714",0.32,"Ideal","G","VS2",61.8,55,564,4.4,4.43,2.73 +"2715",0.33,"Ideal","H","SI1",61.7,55,564,4.43,4.46,2.74 +"2716",0.33,"Ideal","H","SI1",60.6,56,564,4.46,4.49,2.72 +"2717",0.3,"Ideal","E","SI1",61.9,57,564,4.29,4.32,2.66 +"2718",0.3,"Ideal","E","SI1",62.3,57,564,4.28,4.32,2.68 +"2719",0.32,"Good","E","SI1",62.5,61,564,4.32,4.35,2.71 +"2720",0.26,"Good","D","VVS2",63.6,56,564,4.06,4.09,2.59 +"2721",0.26,"Ideal","E","VVS2",62.5,55,564,4.07,4.09,2.55 +"2722",0.26,"Very Good","E","VVS2",58.9,61,564,4.16,4.19,2.46 +"2723",0.26,"Very Good","E","VVS2",60.8,61,564,4.12,4.13,2.51 +"2724",0.26,"Very Good","E","VVS2",61.7,61,564,4.08,4.12,2.53 +"2725",0.26,"Good","F","VVS1",63.3,57,564,4.05,4.07,2.57 +"2726",0.36,"Ideal","G","SI2",61.8,56,565,4.58,4.61,2.84 +"2727",0.34,"Ideal","E","SI1",61.9,55,565,4.51,4.53,2.8 +"2728",0.34,"Ideal","E","SI1",62.6,55,565,4.46,4.49,2.8 +"2729",0.31,"Ideal","D","SI1",61.3,56,565,4.36,4.41,2.69 +"2730",0.31,"Ideal","D","SI1",61.7,55,565,4.37,4.41,2.71 +"2731",0.9,"Good","G","SI2",64.1,63,3246,6.02,5.99,3.85 +"2732",0.9,"Premium","I","VS2",62.8,61,3246,6.12,6.02,3.81 +"2733",0.91,"Ideal","F","SI2",61.1,55,3246,6.24,6.19,3.8 +"2734",0.7,"Very Good","F","VVS2",62.5,58,3247,5.63,5.67,3.53 +"2735",0.7,"Very Good","D","VS1",62.8,59,3247,5.63,5.68,3.55 +"2736",0.7,"Ideal","G","VVS1",62.6,57,3247,5.65,5.7,3.55 +"2737",0.71,"Ideal","E","VS2",62,55,3247,5.7,5.75,3.55 +"2738",0.71,"Ideal","E","VS2",62.5,55,3247,5.67,5.73,3.56 +"2739",0.52,"Ideal","D","VVS1",62,57,3247,5.17,5.15,3.2 +"2740",0.76,"Ideal","D","VS2",63,56,3248,5.83,5.79,3.66 +"2741",0.61,"Ideal","F","VVS2",61.5,55,3248,5.47,5.53,3.38 +"2742",0.61,"Ideal","F","VVS2",61.4,56,3248,5.44,5.49,3.36 +"2743",0.61,"Ideal","F","VVS2",61.1,57,3248,5.47,5.49,3.34 +"2744",0.65,"Ideal","G","VVS1",61.9,56,3248,5.56,5.59,3.45 +"2745",0.7,"Ideal","E","VS1",62.1,55,3248,5.72,5.77,3.57 +"2746",1,"Fair","H","SI2",66.5,62,3248,6.19,6.1,4.09 +"2747",0.83,"Very Good","H","VS2",61.7,59,3249,5.95,6.02,3.69 +"2748",0.76,"Ideal","E","VS2",61.5,56,3249,5.89,5.92,3.63 +"2749",0.76,"Good","E","VS2",63.2,56,3249,5.82,5.86,3.69 +"2750",0.76,"Ideal","H","VVS2",61,56,3249,5.85,5.91,3.59 +"2751",0.73,"Ideal","F","SI1",61.7,55,3249,5.79,5.82,3.58 +"2752",0.81,"Good","G","VS2",62.9,58,3250,5.88,5.94,3.72 +"2753",0.9,"Good","H","SI2",63.6,60,3250,6.06,6.11,3.87 +"2754",0.9,"Very Good","H","SI2",59.6,59,3250,6.38,6.24,3.76 +"2755",0.9,"Very Good","H","SI2",62.4,58,3250,6.11,6.16,3.83 +"2756",0.72,"Premium","F","VVS2",61.1,58,3250,5.78,5.84,3.55 +"2757",0.83,"Good","E","SI1",63.7,59,3250,5.95,5.89,3.77 +"2758",0.9,"Fair","G","SI1",65.2,59,3250,6.05,6.01,3.93 +"2759",0.9,"Good","G","SI1",64.2,58,3250,6.04,6.01,3.87 +"2760",0.93,"Premium","J","VS2",62.3,60,3250,6.3,6.23,3.9 +"2761",0.73,"Premium","D","VS2",59.8,58,3250,5.89,5.85,3.51 +"2762",0.9,"Very Good","I","SI1",63.3,59,3251,6.14,6.05,3.86 +"2763",0.71,"Ideal","G","VS1",61,56,3251,5.77,5.8,3.53 +"2764",0.8,"Ideal","E","SI2",60.9,57,3251,6,6.03,3.66 +"2765",0.82,"Ideal","F","SI1",62.6,56,3251,5.95,5.99,3.74 +"2766",0.9,"Ideal","I","SI1",62.3,56,3251,6.18,6.12,3.83 +"2767",0.9,"Ideal","I","SI1",60.8,57,3251,6.25,6.22,3.79 +"2768",0.9,"Premium","I","SI1",61.8,58,3251,6.21,6.19,3.83 +"2769",0.77,"Ideal","D","SI1",60.8,57,3251,5.94,5.9,3.6 +"2770",0.71,"Ideal","D","SI1",62,55,3252,5.71,5.76,3.56 +"2771",0.7,"Very Good","F","VVS1",63.3,56,3252,5.7,5.64,3.59 +"2772",0.7,"Ideal","G","VS2",61.9,56,3253,5.68,5.7,3.52 +"2773",0.7,"Ideal","G","VS2",61.5,57,3253,5.7,5.74,3.52 +"2774",0.7,"Ideal","G","VS2",61.6,57,3253,5.7,5.73,3.53 +"2775",0.77,"Ideal","G","SI1",61.5,56,3253,5.89,5.92,3.63 +"2776",0.9,"Good","G","SI2",61.8,56,3253,6.11,6.16,3.79 +"2777",0.78,"Good","D","SI1",60.1,61,3253,5.92,5.89,3.55 +"2778",0.83,"Ideal","F","SI1",62.1,55,3254,6,6.05,3.74 +"2779",0.71,"Ideal","G","VVS1",62.8,56,3254,5.71,5.76,3.6 +"2780",0.74,"Ideal","H","VS1",61,55,3254,5.86,5.88,3.58 +"2781",0.74,"Ideal","H","VS1",62.1,55,3254,5.82,5.84,3.62 +"2782",0.9,"Very Good","H","SI2",64.1,59,3255,5.97,6.07,3.86 +"2783",0.9,"Ideal","J","VS2",62.5,57,3255,6.16,6.26,3.88 +"2784",0.73,"Ideal","D","VS2",61.9,56,3255,5.76,5.81,3.58 +"2785",0.9,"Very Good","G","SI2",62.2,60,3256,6.09,6.2,3.82 +"2786",0.91,"Ideal","J","VS2",62.1,56,3256,6.18,6.22,3.85 +"2787",0.79,"Ideal","E","SI1",61.9,55,3256,5.97,5.89,3.67 +"2788",0.76,"Ideal","F","VS2",61,55,3257,5.89,5.92,3.6 +"2789",0.81,"Ideal","H","VS1",61.8,58,3257,5.97,6.04,3.71 +"2790",0.72,"Ideal","H","IF",61.4,56,3257,5.76,5.8,3.55 +"2791",0.91,"Very Good","J","VS2",61,58,3258,6.22,6.3,3.82 +"2792",0.78,"Very Good","D","SI1",62.5,58,3258,5.86,5.89,3.67 +"2793",0.93,"Fair","I","VS2",64.7,58,3258,6.09,6.06,3.93 +"2794",0.78,"Ideal","F","VS2",61.3,57,3259,5.91,5.93,3.63 +"2795",1,"Good","F","SI2",59.4,64,3259,6.52,6.48,3.86 +"2796",0.75,"Very Good","E","SI1",59.2,59,3260,5.93,5.97,3.52 +"2797",0.77,"Premium","E","VS1",60.8,56,3260,5.95,5.9,3.6 +"2798",0.7,"Very Good","F","VVS1",63,60,3261,5.59,5.62,3.53 +"2799",0.76,"Very Good","E","SI1",60.4,58,3261,5.91,5.97,3.59 +"2800",0.7,"Ideal","F","VS1",61.5,55,3261,5.73,5.75,3.53 +"2801",1.04,"Good","H","I1",63.9,58,3261,6.42,6.35,4.08 +"2802",1.04,"Premium","H","I1",61.6,61,3261,6.47,6.45,3.98 +"2803",0.9,"Very Good","D","SI2",59,61,3262,6.28,6.32,3.72 +"2804",0.71,"Ideal","D","SI1",60.9,57,3262,5.75,5.79,3.51 +"2805",0.91,"Premium","G","SI1",62.5,56,3262,6.3,6.18,3.9 +"2806",0.75,"Ideal","E","VS2",62.4,57,3263,5.76,5.81,3.61 +"2807",1.11,"Premium","H","I1",61,59,3263,6.67,6.61,4.05 +"2808",0.72,"Very Good","F","VS1",63.4,57,3264,5.68,5.7,3.61 +"2809",0.88,"Ideal","I","SI1",63.2,56,3264,6.04,6.09,3.83 +"2810",0.88,"Ideal","I","SI1",62.4,55,3264,6.12,6.16,3.83 +"2811",0.72,"Ideal","F","VS1",61.1,56,3265,5.76,5.79,3.53 +"2812",0.7,"Premium","E","VVS1",61.7,59,3265,5.67,5.71,3.51 +"2813",0.7,"Very Good","F","VS1",62.8,56,3265,5.64,5.66,3.55 +"2814",1,"Good","F","SI2",63.6,62,3265,6.25,6.2,3.96 +"2815",0.7,"Ideal","F","VS1",60.7,58,3265,5.72,5.75,3.48 +"2816",0.84,"Ideal","D","SI1",61.5,54,3265,6.07,6.13,3.75 +"2817",1,"Fair","I","VS2",65.7,58,3265,6.25,6.2,4.09 +"2818",1,"Very Good","I","VS2",63.2,58,3265,6.43,6.32,4.03 +"2819",1,"Good","J","VVS2",63.7,57,3265,6.34,6.31,4.03 +"2820",1,"Fair","F","SI2",65.1,55,3265,6.26,6.23,4.07 +"2821",1,"Fair","F","SI2",65.1,55,3265,6.26,6.23,4.07 +"2822",0.93,"Ideal","F","SI2",62,57,3266,6.31,6.28,3.9 +"2823",0.81,"Premium","H","VVS2",62.8,58,3266,5.92,5.89,3.71 +"2824",0.81,"Premium","D","SI1",62.4,59,3266,5.96,5.89,3.7 +"2825",1.12,"Premium","J","SI2",60.7,61,3266,6.71,6.64,4.05 +"2826",0.81,"Premium","G","VS1",62.3,56,3266,5.95,5.89,3.69 +"2827",0.9,"Good","F","SI2",64.3,57,3267,6.06,6.16,3.93 +"2828",0.9,"Good","F","SI2",63.1,57,3267,6.11,6.18,3.88 +"2829",0.9,"Good","F","SI2",63.2,57,3267,6.09,6.15,3.87 +"2830",0.9,"Good","F","SI2",61.9,62,3267,6.07,6.12,3.77 +"2831",0.91,"Ideal","J","VS1",60.7,57,3267,6.23,6.26,3.79 +"2832",0.7,"Good","D","VVS2",63.3,54,3267,5.6,5.64,3.56 +"2833",0.78,"Very Good","F","SI1",62.4,55,3267,5.85,5.89,3.66 +"2834",0.8,"Very Good","F","SI1",61.6,56,3267,5.96,6,3.68 +"2835",0.78,"Ideal","I","VVS2",62.4,56,3267,5.87,5.9,3.67 +"2836",0.78,"Ideal","G","SI1",62.2,55,3267,5.87,5.9,3.66 +"2837",0.75,"Very Good","F","VS1",57.9,62,3268,5.96,6,3.46 +"2838",0.7,"Ideal","E","VS2",62.6,55,3268,5.66,5.68,3.55 +"2839",0.96,"Premium","J","SI1",60.3,59,3269,6.4,6.36,3.85 +"2840",0.9,"Good","G","SI2",58.4,55,3269,6.34,6.39,3.72 +"2841",0.7,"Very Good","F","VVS1",59.3,62,3270,5.74,5.77,3.41 +"2842",0.72,"Very Good","E","VS2",59.8,57,3270,5.84,5.89,3.51 +"2843",0.75,"Very Good","F","VS1",62.3,57,3270,5.83,5.88,3.65 +"2844",0.81,"Premium","E","SI1",60.8,59,3270,5.95,5.99,3.63 +"2845",0.56,"Ideal","D","VVS1",61.8,56,3270,5.28,5.31,3.27 +"2846",0.73,"Ideal","G","VS1",61.5,56,3270,5.8,5.77,3.56 +"2847",0.73,"Ideal","E","VS2",62.2,56,3270,5.78,5.76,3.59 +"2848",0.79,"Ideal","D","SI1",61.3,54,3270,6.01,5.96,3.67 +"2849",0.9,"Very Good","I","SI1",61.4,55,3271,6.19,6.28,3.83 +"2850",1.1,"Premium","I","SI2",59.3,62,3271,6.75,6.7,3.99 +"2851",0.67,"Ideal","G","IF",61.6,55,3271,5.61,5.65,3.47 +"2852",0.71,"Ideal","E","VS1",59.7,57,3272,5.84,5.86,3.49 +"2853",0.8,"Very Good","H","VS1",60.9,57,3273,5.98,6.02,3.65 +"2854",0.73,"Ideal","G","VS1",60.2,56,3273,5.86,5.9,3.54 +"2855",0.8,"Good","E","VS2",63.4,56,3273,5.88,5.92,3.74 +"2856",0.8,"Good","E","VS2",64.5,56,3273,5.8,5.86,3.76 +"2857",0.9,"Very Good","I","SI1",61.7,58,3274,6.17,6.21,3.82 +"2858",0.9,"Good","E","SI1",62.2,65,3274,6.13,6.08,3.8 +"2859",0.72,"Ideal","H","VS1",60.7,55,3274,5.83,5.85,3.54 +"2860",0.72,"Ideal","H","VS1",61.5,55,3274,5.77,5.85,3.56 +"2861",0.72,"Ideal","H","VS1",61.6,56,3274,5.76,5.79,3.55 +"2862",0.7,"Very Good","F","VVS2",61.6,63,3275,5.65,5.69,3.49 +"2863",0.95,"Ideal","J","SI1",63,56,3275,6.32,6.26,3.96 +"2864",0.73,"Ideal","E","VS2",61.9,55,3275,5.76,5.8,3.57 +"2865",0.72,"Ideal","D","VS2",60.5,57,3275,5.81,5.83,3.52 +"2866",0.72,"Ideal","E","VS1",62.6,55,3275,5.7,5.73,3.58 +"2867",1.01,"Very Good","G","SI2",63.2,58,3275,6.42,6.35,4.04 +"2868",0.9,"Premium","I","VS2",58.4,62,3276,6.35,6.29,3.69 +"2869",0.7,"Very Good","G","VVS1",62.8,56,3276,5.63,5.67,3.55 +"2870",0.83,"Very Good","H","VS2",59.4,59,3276,6.08,6.11,3.62 +"2871",1,"Very Good","I","SI2",60.8,63,3276,6.41,6.34,3.88 +"2872",0.9,"Premium","I","SI1",59.6,60,3276,6.37,6.24,3.76 +"2873",1,"Very Good","I","SI2",62.4,63,3276,6.44,6.35,3.99 +"2874",0.9,"Fair","E","VS1",67.6,56,3276,5.94,5.9,4 +"2875",1,"Premium","J","SI1",62,62,3276,6.27,6.22,3.87 +"2876",0.78,"Ideal","E","VS2",62,55,3276,5.95,5.89,3.67 +"2877",1,"Ideal","I","SI2",62.5,56,3276,6.38,6.35,3.98 +"2878",1.25,"Ideal","E","I1",60.9,56,3276,6.95,6.91,4.22 +"2879",0.7,"Good","E","VS1",61.3,62,3277,5.64,5.72,3.48 +"2880",0.92,"Good","D","SI2",57.8,63,3277,6.4,6.36,3.69 +"2881",0.7,"Ideal","D","VS1",61.1,57,3278,5.73,5.75,3.51 +"2882",1.18,"Very Good","E","I1",59.9,63,3278,6.85,6.8,4.09 +"2883",0.91,"Fair","H","SI1",65.3,62,3278,6.11,6.01,3.96 +"2884",0.84,"Ideal","G","SI1",62.4,57,3279,6.06,6.03,3.77 +"2885",1.01,"Fair","I","SI1",65.5,58,3280,6.28,6.24,4.1 +"2886",0.71,"Very Good","G","VVS2",62.8,58,3281,5.69,5.75,3.59 +"2887",0.71,"Ideal","F","VS1",62.3,55,3281,5.74,5.76,3.58 +"2888",0.93,"Ideal","J","VS1",62.3,56,3281,6.26,6.22,3.89 +"2889",0.82,"Very Good","E","SI1",63.1,58,3282,5.95,6,3.77 +"2890",0.9,"Good","H","SI1",66.1,57,3282,5.94,5.99,3.94 +"2891",0.9,"Fair","H","SI1",61.4,61,3282,6.08,6.14,3.75 +"2892",0.91,"Premium","I","VS2",63,58,3282,6.15,6.07,3.85 +"2893",0.91,"Very Good","G","SI2",63.2,61,3282,6.27,6.01,3.88 +"2894",0.92,"Fair","F","SI2",65.3,58,3282,6.08,6.04,3.96 +"2895",0.92,"Good","F","SI2",64.2,58,3282,6.14,6.11,3.93 +"2896",0.91,"Good","G","SI2",63.6,59,3282,6.15,6.11,3.9 +"2897",0.91,"Very Good","G","SI2",63.3,57,3282,6.12,6.08,3.86 +"2898",0.92,"Fair","F","SI2",65.1,58,3282,6.12,6.07,3.97 +"2899",0.92,"Premium","F","SI2",58.1,58,3282,6.46,6.41,3.74 +"2900",0.92,"Premium","F","SI2",58.9,59,3282,6.38,6.35,3.75 +"2901",0.8,"Very Good","F","VS2",63.3,59.8,3283,5.79,5.83,3.68 +"2902",0.84,"Ideal","I","VS1",62.3,59,3283,5.99,6.04,3.75 +"2903",0.72,"Ideal","E","VS1",62.6,57,3283,5.69,5.72,3.57 +"2904",0.72,"Ideal","E","VS1",61.9,55,3283,5.74,5.77,3.56 +"2905",0.72,"Ideal","H","IF",62.1,58,3283,5.72,5.75,3.56 +"2906",0.8,"Good","F","VS2",60.5,62.3,3283,5.97,6.01,3.62 +"2907",0.8,"Good","G","VS1",63.2,60.1,3283,5.77,5.85,3.67 +"2908",0.52,"Ideal","D","VVS2",61.5,55,3284,5.19,5.22,3.2 +"2909",0.71,"Ideal","F","VS1",60.4,57,3284,5.78,5.81,3.5 +"2910",0.86,"Ideal","D","SI2",60.2,56,3284,6.16,6.19,3.72 +"2911",0.89,"Good","E","SI2",61.6,60.9,3284,6.13,6.24,3.82 +"2912",0.74,"Premium","E","VS2",62.7,58,3285,5.72,5.77,3.6 +"2913",0.8,"Premium","F","VS2",62.4,59,3285,5.92,5.85,3.67 +"2914",0.94,"Fair","H","SI1",68.4,53,3285,6.05,5.97,4.11 +"2915",0.8,"Premium","F","VS2",59.7,58,3285,6.02,5.97,3.58 +"2916",1.04,"Good","J","VS2",58.2,64,3285,6.64,6.53,3.85 +"2917",0.96,"Very Good","I","SI2",62.7,58,3286,6.2,6.24,3.9 +"2918",0.91,"Good","G","SI1",64.3,60,3286,6.12,6.04,3.91 +"2919",0.91,"Very Good","G","SI2",62.1,55,3287,6.16,6.21,3.84 +"2920",0.74,"Ideal","H","VVS1",62.5,55,3287,5.76,5.79,3.61 +"2921",0.7,"Ideal","D","VS1",62.5,57,3287,5.64,5.68,3.54 +"2922",0.7,"Ideal","D","VS1",62.6,58,3287,5.64,5.67,3.54 +"2923",0.91,"Good","I","VS2",64.2,55,3287,6.13,6.09,3.92 +"2924",1.03,"Premium","I","SI1",58.4,60,3288,6.6,6.58,3.85 +"2925",0.73,"Very Good","G","VVS2",61.4,58,3288,5.83,5.86,3.59 +"2926",1.01,"Very Good","G","I1",62.4,59,3288,6.35,6.41,3.98 +"2927",0.9,"Fair","I","VVS2",60.9,66,3288,6.1,6.12,3.72 +"2928",1.03,"Very Good","H","SI2",63.1,56,3288,6.43,6.38,4.04 +"2929",0.91,"Very Good","J","VS2",61.6,59,3290,6.13,6.25,3.81 +"2930",0.9,"Good","H","SI1",64.2,59,3290,6.05,6.01,3.87 +"2931",0.83,"Ideal","F","SI1",60.7,57,3290,6.02,6.1,3.68 +"2932",0.71,"Ideal","H","IF",61.1,56,3290,5.74,5.78,3.52 +"2933",0.71,"Ideal","H","IF",61.6,55,3290,5.75,5.78,3.55 +"2934",0.91,"Good","J","VS2",61.3,61,3290,6.18,6.25,3.81 +"2935",1.02,"Fair","I","SI2",66.2,57,3290,6.34,6.26,4.17 +"2936",0.77,"Premium","E","VS2",60.5,59,3291,5.92,5.98,3.6 +"2937",0.77,"Good","E","VS2",63.4,57,3291,5.8,5.84,3.69 +"2938",0.77,"Premium","D","VS2",61.8,58,3291,5.84,5.81,3.6 +"2939",0.9,"Premium","I","VS2",63,59,3292,6.1,6.06,3.83 +"2940",0.9,"Premium","I","VS2",62.6,62,3292,6.13,6.04,3.81 +"2941",0.86,"Very Good","G","SI1",62.9,55,3293,6.04,6.08,3.81 +"2942",1,"Very Good","J","SI2",62.8,63,3293,6.26,6.19,3.19 +"2943",0.8,"Very Good","E","SI1",63.1,57,3293,5.94,5.86,3.72 +"2944",1,"Very Good","J","SI2",63.2,62,3293,6.32,6.27,3.98 +"2945",0.8,"Ideal","F","SI1",60.1,60,3293,5.98,6.03,3.61 +"2946",1.05,"Premium","E","I1",62.2,61,3293,6.51,6.48,4.04 +"2947",1,"Premium","J","SI2",62.7,58,3293,6.32,6.28,3.95 +"2948",0.76,"Ideal","D","VS2",60.2,56,3293,5.95,5.92,3.57 +"2949",1.01,"Fair","E","SI2",64.6,59,3294,6.22,6.18,4.01 +"2950",0.72,"Ideal","F","VS1",61.1,56,3294,5.79,5.76,3.53 +"2951",0.7,"Premium","E","VVS1",61.7,59,3294,5.71,5.67,3.51 +"2952",0.74,"Premium","D","VS2",58,59,3294,6,5.93,3.46 +"2953",0.9,"Very Good","H","SI2",62.1,56,3295,6.13,6.23,3.84 +"2954",0.7,"Very Good","E","VVS2",60.7,56,3295,5.77,5.82,3.52 +"2955",0.83,"Very Good","E","SI1",63.8,54,3295,5.96,6.04,3.83 +"2956",0.72,"Ideal","G","VVS2",61,56,3295,5.8,5.84,3.55 +"2957",0.82,"Premium","E","SI1",62.5,56,3295,6.01,5.96,3.74 +"2958",1.01,"Premium","J","VS2",62.4,60,3296,6.45,6.35,3.99 +"2959",0.8,"Ideal","H","VS1",62.6,55,3296,5.9,5.93,3.7 +"2960",0.7,"Fair","D","VVS2",58.5,62,3296,5.72,5.81,3.37 +"2961",1.07,"Very Good","H","SI2",61.8,63,3296,6.57,6.47,4.03 +"2962",0.91,"Ideal","J","VS1",60.7,57,3296,6.26,6.23,3.79 +"2963",1.07,"Premium","G","SI2",62.5,59,3296,6.5,6.47,4.05 +"2964",0.8,"Ideal","E","SI1",62,57,3297,5.97,5.94,3.69 +"2965",0.8,"Premium","E","SI1",61.5,58,3297,5.97,5.93,3.66 +"2966",1.01,"Premium","F","SI2",60.9,60,3297,6.45,6.42,3.91 +"2967",1.02,"Good","J","SI2",63.1,58,3298,6.34,6.38,4.01 +"2968",0.91,"Very Good","D","SI2",62.7,59,3298,6.16,6.22,3.88 +"2969",0.78,"Good","D","VS2",64,54,3298,5.82,5.86,3.74 +"2970",0.78,"Very Good","D","VS2",58.5,56,3298,6.08,6.12,3.57 +"2971",0.7,"Ideal","I","VS2",61.9,57,3298,5.68,5.73,3.53 +"2972",0.91,"Very Good","J","VS2",62.6,55,3299,6.17,6.19,3.87 +"2973",1.01,"Very Good","I","SI2",61.5,62,3299,6.37,6.41,3.93 +"2974",0.62,"Ideal","F","VVS2",61.4,56,3299,5.46,5.5,3.37 +"2975",0.91,"Ideal","J","VS2",61.9,58,3299,6.18,6.22,3.84 +"2976",0.71,"Ideal","G","VS2",61.8,56,3299,5.68,5.72,3.52 +"2977",0.71,"Ideal","G","VS2",61.8,56,3299,5.73,5.76,3.55 +"2978",0.71,"Ideal","G","VS2",61.8,56,3299,5.72,5.75,3.55 +"2979",0.71,"Ideal","D","VS2",61.5,55,3299,5.75,5.79,3.55 +"2980",1.05,"Ideal","G","SI2",59.6,57,3299,6.58,6.53,3.91 +"2981",0.77,"Premium","G","VVS2",60.8,59,3299,5.96,5.92,3.61 +"2982",0.96,"Fair","G","SI1",69.7,59,3299,6.09,5.9,4.18 +"2983",1,"Very Good","E","I1",63,57,3300,6.32,6.35,3.99 +"2984",0.7,"Premium","F","VVS1",62.4,56,3300,5.69,5.63,3.53 +"2985",0.77,"Ideal","G","VS2",61.8,54,3300,5.91,5.94,3.66 +"2986",0.7,"Ideal","G","VS1",60.8,56,3300,5.73,5.8,3.51 +"2987",0.9,"Very Good","H","SI2",61.7,60,3301,6.17,6.24,3.83 +"2988",0.72,"Ideal","E","VS2",60.9,56,3301,5.81,5.84,3.55 +"2989",0.71,"Ideal","E","VS2",61.8,57,3301,5.69,5.74,3.53 +"2990",0.73,"Ideal","H","IF",62.2,54,3301,5.76,5.82,3.6 +"2991",0.91,"Good","H","VS2",56.9,61,3302,6.41,6.24,3.6 +"2992",1.08,"Fair","J","SI2",64.9,60,3302,6.46,6.32,4.15 +"2993",0.9,"Very Good","G","SI2",62.1,58,3303,6.08,6.13,3.79 +"2994",0.9,"Premium","G","SI2",61.1,58,3303,6.18,6.22,3.79 +"2995",0.9,"Good","I","VS2",63.8,55,3303,6.07,6.16,3.9 +"2996",0.9,"Good","G","SI2",63.8,59,3303,6.02,6.05,3.85 +"2997",0.9,"Good","I","VS2",63.7,61,3303,6.06,6.1,3.87 +"2998",0.9,"Good","G","SI2",63.4,59,3303,6.04,6.08,3.84 +"2999",0.9,"Very Good","G","SI2",59.2,57,3303,6.3,6.36,3.75 +"3000",0.9,"Good","G","SI2",63.8,56,3303,6.13,6.16,3.92 +"3001",0.7,"Ideal","G","VVS1",60.7,57,3303,5.73,5.76,3.49 +"3002",0.77,"Ideal","E","VS2",61,56,3303,5.91,5.96,3.62 +"3003",0.81,"Ideal","F","SI2",62.1,56,3303,5.95,6,3.71 +"3004",0.71,"Ideal","E","VS2",62.1,55,3304,5.72,5.75,3.56 +"3005",0.71,"Ideal","E","VS2",62,56,3304,5.72,5.75,3.55 +"3006",0.72,"Ideal","E","VS2",60.8,56,3304,5.81,5.84,3.54 +"3007",0.71,"Ideal","E","VS2",62.5,56,3304,5.69,5.71,3.56 +"3008",0.76,"Good","G","IF",64.6,61,3304,5.72,5.8,3.72 +"3009",1,"Fair","D","SI2",64.8,60,3304,6.23,6.18,4.02 +"3010",1,"Fair","G","SI1",65.8,55,3304,6.22,6.19,4.08 +"3011",1,"Very Good","D","SI2",63.4,58,3304,6.33,6.3,4.01 +"3012",1,"Good","D","SI2",64,54,3304,6.29,6.24,4.01 +"3013",0.82,"Ideal","E","VS1",60,55,3306,6.18,6.08,3.68 +"3014",0.76,"Ideal","D","VS2",61.8,57,3306,5.85,5.9,3.63 +"3015",0.76,"Ideal","D","SI1",62,57,3306,5.88,5.92,3.66 +"3016",0.53,"Very Good","D","VVS1",61.2,55,3307,5.21,5.26,3.21 +"3017",0.73,"Very Good","E","VS2",61.5,58,3307,5.71,5.8,3.54 +"3018",0.9,"Good","G","SI1",64.2,58,3307,6.01,6.04,3.87 +"3019",0.71,"Ideal","G","VVS2",61.7,57,3307,5.72,5.74,3.53 +"3020",0.71,"Ideal","G","VVS2",61.3,56,3307,5.75,5.77,3.53 +"3021",0.73,"Ideal","G","VS2",60.9,57,3307,5.8,5.86,3.55 +"3022",0.9,"Very Good","I","SI1",62.3,56,3308,6.12,6.18,3.83 +"3023",0.9,"Ideal","I","SI1",60.8,57,3308,6.22,6.25,3.79 +"3024",0.73,"Premium","D","VS2",59.8,58,3308,5.85,5.89,3.51 +"3025",0.81,"Very Good","F","SI1",62.2,56,3308,5.97,5.99,3.72 +"3026",0.66,"Very Good","E","VVS1",61.8,55,3309,5.6,5.66,3.48 +"3027",0.77,"Ideal","D","SI1",60.8,57,3309,5.9,5.94,3.6 +"3028",0.7,"Ideal","E","VS1",62.2,58,3309,5.67,5.71,3.54 +"3029",0.7,"Ideal","H","IF",61.3,59,3309,5.69,5.72,3.5 +"3030",1.01,"Very Good","I","SI2",63.2,58,3309,6.34,6.31,4 +"3031",0.31,"Ideal","D","SI1",62.2,54,565,4.36,4.39,2.72 +"3032",0.31,"Ideal","D","SI1",61.3,55,565,4.36,4.41,2.69 +"3033",0.26,"Very Good","H","VVS2",63.4,55,565,4.06,4.05,2.57 +"3034",0.26,"Premium","H","VVS2",59.8,61,565,4.18,4.15,2.49 +"3035",0.41,"Good","J","VS2",64,59,565,4.64,4.71,2.99 +"3036",0.31,"Ideal","G","VVS2",62.2,55,565,4.32,4.36,2.7 +"3037",0.3,"Good","G","VS1",63.4,55,565,4.26,4.32,2.72 +"3038",0.3,"Good","G","VS1",63.5,58,565,4.21,4.26,2.69 +"3039",0.3,"Good","F","VS2",63.4,59,565,4.23,4.25,2.69 +"3040",0.3,"Very Good","G","VS1",60.2,62,565,4.3,4.31,2.59 +"3041",0.3,"Good","G","VS1",63.3,56,565,4.28,4.31,2.72 +"3042",0.3,"Very Good","G","VS1",62,60,565,4.27,4.31,2.66 +"3043",0.3,"Ideal","F","VS2",62.4,57,565,4.29,4.33,2.69 +"3044",0.3,"Very Good","G","VS1",60.8,61,565,4.31,4.34,2.63 +"3045",0.27,"Very Good","G","VVS1",60.1,58,566,4.21,4.23,2.53 +"3046",0.27,"Very Good","G","VVS1",62.9,55,566,4.12,4.15,2.6 +"3047",0.27,"Very Good","G","VVS1",62.5,56,566,4.14,4.16,2.59 +"3048",0.27,"Very Good","G","VVS1",61,56,566,4.21,4.25,2.57 +"3049",0.27,"Very Good","G","VVS1",62.9,55,566,4.13,4.15,2.6 +"3050",0.27,"Very Good","G","IF",60.8,57,566,4.2,4.22,2.56 +"3051",0.27,"Ideal","G","VVS2",60.8,57,566,4.18,4.2,2.54 +"3052",0.38,"Ideal","G","SI2",62.8,57,566,4.58,4.59,2.88 +"3053",0.27,"Ideal","H","IF",61.6,56,566,4.18,4.21,2.58 +"3054",0.27,"Ideal","G","IF",61.6,57,566,4.18,4.21,2.58 +"3055",0.35,"Premium","H","SI2",61.6,58,566,4.54,4.49,2.78 +"3056",0.34,"Premium","F","SI1",59.3,60,566,4.52,4.58,2.7 +"3057",0.34,"Very Good","F","SI1",59.4,62,566,4.54,4.59,2.71 +"3058",0.34,"Very Good","F","SI1",63,54,566,4.48,4.5,2.83 +"3059",0.38,"Very Good","J","VS2",60.5,60,566,4.64,4.68,2.82 +"3060",0.34,"Premium","F","SI1",59.8,58,566,4.53,4.57,2.72 +"3061",0.7,"Good","F","VVS1",63.3,56,3310,5.64,5.7,3.59 +"3062",0.73,"Ideal","E","VS2",61.5,56,3310,5.79,5.82,3.57 +"3063",0.62,"Ideal","G","IF",61.8,56,3310,5.45,5.48,3.38 +"3064",0.76,"Premium","H","VVS1",60.7,58,3311,5.9,5.93,3.59 +"3065",0.73,"Ideal","E","VS1",62.3,56,3311,5.8,5.75,3.6 +"3066",0.73,"Premium","E","VS1",61.2,58,3311,5.83,5.77,3.55 +"3067",0.81,"Premium","G","VS1",62.1,58,3311,5.96,5.92,3.69 +"3068",0.81,"Premium","F","SI1",61.6,58,3311,5.96,5.92,3.66 +"3069",0.73,"Premium","E","VS1",60.9,61,3311,5.81,5.79,3.53 +"3070",0.8,"Premium","D","SI1",62.7,59,3312,5.89,5.85,3.68 +"3071",0.7,"Good","D","VVS2",63.6,57,3312,5.61,5.58,3.56 +"3072",0.8,"Premium","D","SI1",61.7,58,3312,5.96,5.93,3.67 +"3073",0.84,"Good","G","VS2",63.6,59,3312,5.94,5.89,3.76 +"3074",0.9,"Premium","D","SI2",58.1,60,3312,6.26,6.24,3.63 +"3075",0.96,"Good","J","VS2",63.9,58,3312,6.27,6.21,3.99 +"3076",1.24,"Ideal","I","SI2",62.5,57,3312,6.89,6.84,4.29 +"3077",0.9,"Premium","D","SI2",62.5,59,3312,6.18,6.13,3.85 +"3078",0.74,"Premium","E","VS1",61.2,58,3312,5.88,5.82,3.58 +"3079",0.7,"Good","D","VVS2",63.7,55,3312,5.66,5.61,3.59 +"3080",0.9,"Premium","D","SI2",61,61,3312,6.17,6.15,3.76 +"3081",1.24,"Ideal","J","SI1",62.3,57,3312,6.86,6.81,4.26 +"3082",0.57,"Ideal","F","VVS1",61.3,56,3313,5.37,5.4,3.3 +"3083",1.02,"Premium","H","SI2",58.3,59,3313,6.61,6.57,3.84 +"3084",0.95,"Very Good","J","VS2",63.5,56,3314,6.24,6.27,3.97 +"3085",0.81,"Very Good","H","VS1",62.2,57,3314,5.91,5.94,3.69 +"3086",0.75,"Very Good","E","VS1",61.5,54,3314,5.88,5.82,3.6 +"3087",0.83,"Ideal","I","SI1",61.9,57,3314,5.96,6.02,3.71 +"3088",0.74,"Ideal","E","VS2",61.7,56,3315,5.86,5.81,3.6 +"3089",0.84,"Good","G","VS1",63.6,57,3316,5.98,5.93,3.79 +"3090",0.71,"Ideal","D","SI1",62.3,56,3316,5.72,5.7,3.56 +"3091",0.93,"Premium","F","SI2",61.3,62,3317,6.26,6.17,3.81 +"3092",0.77,"Very Good","E","VS1",62,56,3318,5.88,5.92,3.66 +"3093",0.9,"Good","F","SI2",63.2,56,3318,6.15,6.2,3.9 +"3094",0.9,"Good","F","SI2",63.2,58,3318,6.09,6.12,3.86 +"3095",0.79,"Ideal","E","VS2",59.3,57,3318,6.06,6.02,3.58 +"3096",0.92,"Premium","G","SI2",62.3,59,3318,6.2,6.15,3.85 +"3097",0.73,"Ideal","D","VS2",61.8,54,3319,5.89,5.92,3.65 +"3098",0.7,"Ideal","F","VS1",61.5,55,3319,5.73,5.75,3.53 +"3099",1.02,"Ideal","G","I1",61.5,56,3321,6.46,6.49,3.98 +"3100",0.52,"Ideal","D","VVS1",60.9,56,3321,5.2,5.24,3.18 +"3101",0.71,"Ideal","D","VS2",62.1,56,3321,5.71,5.75,3.56 +"3102",0.71,"Ideal","D","VS2",61.2,57,3321,5.73,5.77,3.52 +"3103",0.77,"Ideal","F","SI1",61.5,55,3321,5.88,5.92,3.63 +"3104",1.06,"Ideal","G","SI2",61,56,3321,6.62,6.56,4.02 +"3105",0.83,"Very Good","F","SI1",61.9,58,3322,5.97,6.01,3.71 +"3106",0.72,"Ideal","D","SI1",62.2,56,3322,5.77,5.74,3.58 +"3107",0.86,"Premium","E","SI1",61.9,61,3323,6.07,5.99,3.73 +"3108",0.69,"Very Good","G","VVS1",60.8,55,3323,5.74,5.77,3.5 +"3109",0.71,"Very Good","F","VS2",63,54,3323,5.7,5.72,3.6 +"3110",0.74,"Very Good","E","VS2",62.8,58,3323,5.73,5.76,3.61 +"3111",0.53,"Ideal","E","VVS1",61.5,54,3323,5.23,5.25,3.22 +"3112",0.81,"Fair","G","VVS2",64.8,56.2,3323,5.82,5.98,3.82 +"3113",0.92,"Very Good","I","SI1",63.3,58,3323,6.18,6.14,3.9 +"3114",0.92,"Ideal","I","SI1",61.8,57,3323,6.27,6.25,3.87 +"3115",0.91,"Good","H","SI1",63.8,56,3323,6.09,6.04,3.87 +"3116",0.92,"Fair","F","SI1",66,57,3323,6.04,5.99,3.97 +"3117",0.81,"Good","D","SI1",64.1,54,3324,5.92,5.96,3.81 +"3118",0.9,"Very Good","H","SI2",62,58,3324,6.11,6.12,3.79 +"3119",0.79,"Ideal","H","VVS2",62,55.9,3324,5.88,5.95,3.67 +"3120",0.7,"Ideal","H","VVS2",61.8,55,3325,5.69,5.74,3.53 +"3121",0.7,"Ideal","H","VVS2",61,56,3325,5.75,5.78,3.52 +"3122",0.7,"Ideal","H","VVS2",60.9,56,3325,5.76,5.79,3.52 +"3123",0.78,"Ideal","G","VS2",62.6,57,3325,5.87,5.91,3.69 +"3124",0.96,"Ideal","J","VS2",61.5,57,3326,6.32,6.36,3.9 +"3125",0.9,"Premium","H","SI2",62.1,59,3326,6.13,6.04,3.78 +"3126",0.78,"Ideal","D","SI1",61.2,58,3326,5.92,5.95,3.63 +"3127",0.9,"Fair","F","SI1",65.3,61,3326,6,5.95,3.9 +"3128",0.9,"Premium","H","SI2",59.2,60,3326,6.3,6.24,3.71 +"3129",0.72,"Ideal","G","VVS1",61.7,55,3326,5.8,5.77,3.57 +"3130",0.9,"Premium","G","SI1",60.1,59,3326,6.25,6.2,3.74 +"3131",0.9,"Premium","G","SI2",59.5,61,3326,6.33,6.28,3.75 +"3132",0.73,"Ideal","E","VS1",62.8,57,3327,5.75,5.78,3.62 +"3133",0.79,"Ideal","D","SI1",61.3,54,3328,5.96,6.01,3.67 +"3134",0.73,"Ideal","E","VS2",62.2,56,3328,5.76,5.78,3.59 +"3135",0.74,"Very Good","G","VVS1",63.2,56,3328,5.74,5.72,3.62 +"3136",0.82,"Ideal","E","SI2",60.9,56,3328,6.06,6.12,3.71 +"3137",0.88,"Ideal","I","SI1",61.7,56,3328,6.14,6.18,3.8 +"3138",1.27,"Ideal","I","I1",62.3,56,3328,6.91,6.86,4.29 +"3139",0.88,"Ideal","E","SI2",62.2,57,3329,6.08,6.2,3.82 +"3140",0.72,"Ideal","F","VS1",62.5,54,3330,5.73,5.76,3.59 +"3141",0.7,"Ideal","E","SI1",61.9,56,3330,5.7,5.73,3.54 +"3142",0.7,"Ideal","E","SI1",61.1,56,3330,5.75,5.78,3.52 +"3143",0.7,"Ideal","E","SI1",61.6,56,3330,5.7,5.72,3.52 +"3144",0.71,"Very Good","F","VVS2",63.6,56,3332,5.65,5.7,3.61 +"3145",0.71,"Very Good","D","VS1",64.1,57,3332,5.64,5.66,3.62 +"3146",0.71,"Ideal","G","VVS1",61.4,59,3332,5.7,5.76,3.52 +"3147",0.77,"Ideal","H","VS2",60.9,56,3332,5.89,5.94,3.61 +"3148",0.71,"Ideal","E","VS1",61.8,55,3332,5.72,5.77,3.55 +"3149",0.9,"Fair","E","SI1",65,61,3332,6.05,6.02,3.92 +"3150",0.9,"Good","E","SI1",63.8,61,3332,6.08,6.05,3.87 +"3151",0.92,"Ideal","J","VS1",62.4,56,3332,6.23,6.19,3.88 +"3152",0.98,"Fair","G","SI2",66.6,56,3332,6.12,6.02,4.04 +"3153",0.6,"Very Good","F","VVS1",61.2,58,3333,5.42,5.46,3.33 +"3154",0.71,"Very Good","D","VS1",62.5,58,3333,5.68,5.71,3.56 +"3155",0.93,"Premium","F","SI2",60,60,3333,6.36,6.31,3.8 +"3156",0.9,"Very Good","I","VS2",58.4,62,3334,6.29,6.35,3.69 +"3157",0.9,"Very Good","I","VS2",58.4,62,3334,6.29,6.35,3.69 +"3158",0.78,"Very Good","E","VS2",61.7,58,3334,5.9,5.93,3.65 +"3159",0.78,"Ideal","E","VS2",62,55,3334,5.89,5.95,3.67 +"3160",0.72,"Ideal","H","VVS2",61.6,56,3334,5.75,5.77,3.55 +"3161",0.95,"Very Good","H","SI2",59,59,3335,6.38,6.51,3.77 +"3162",0.92,"Good","D","SI2",57.8,63,3335,6.36,6.4,3.69 +"3163",0.7,"Ideal","D","VS1",62,57,3335,5.69,5.76,3.55 +"3164",0.94,"Premium","H","SI2",61.9,57,3335,6.29,6.21,3.87 +"3165",0.64,"Ideal","F","VVS2",61,56,3336,5.55,5.59,3.4 +"3166",0.61,"Ideal","D","VVS2",60.1,57,3336,5.53,5.58,3.34 +"3167",0.75,"Ideal","F","SI1",61.5,55,3336,5.88,5.9,3.62 +"3168",0.75,"Ideal","F","SI1",61.8,56,3336,5.84,5.87,3.62 +"3169",1.01,"Premium","I","SI1",62.7,58,3337,6.4,6.33,3.99 +"3170",0.61,"Very Good","E","IF",61.7,58,3337,5.39,5.47,3.35 +"3171",0.99,"Fair","I","SI1",60.7,66,3337,6.42,6.34,3.87 +"3172",1.01,"Premium","D","SI2",58.9,59,3337,6.54,6.49,3.84 +"3173",0.72,"Very Good","F","VVS2",63.4,56,3338,5.68,5.71,3.61 +"3174",0.9,"Very Good","I","VS2",62,63,3338,6.13,6.03,3.77 +"3175",0.9,"Premium","I","VS2",61.2,62,3338,6.19,6.13,3.77 +"3176",0.81,"Ideal","E","SI1",61.3,57,3338,6.08,6.03,3.71 +"3177",0.9,"Ideal","G","SI2",62.5,55,3338,6.21,6.15,3.86 +"3178",0.71,"Very Good","E","VVS2",63.4,58,3340,5.64,5.69,3.59 +"3179",0.91,"Good","G","SI2",63.6,59,3340,6.11,6.15,3.9 +"3180",0.91,"Very Good","I","VS2",63,58,3340,6.07,6.15,3.85 +"3181",0.91,"Good","G","SI2",63.2,61,3340,6.01,6.27,3.88 +"3182",0.92,"Good","F","SI2",64.2,58,3340,6.11,6.14,3.93 +"3183",0.91,"Good","G","SI2",63.3,57,3340,6.08,6.12,3.86 +"3184",0.74,"Ideal","F","VS1",62,54.8,3340,5.81,5.83,3.61 +"3185",1.02,"Good","I","SI2",57.1,62,3342,6.66,6.58,3.78 +"3186",0.73,"Ideal","F","VVS1",61.9,56,3342,5.83,5.76,3.59 +"3187",0.71,"Ideal","E","VS2",61.1,56,3342,5.77,5.79,3.53 +"3188",0.73,"Ideal","G","VS1",62,55,3342,5.74,5.79,3.58 +"3189",0.73,"Ideal","G","VS1",60.8,58,3342,5.81,5.87,3.55 +"3190",0.9,"Very Good","E","SI2",63.4,60,3342,6.07,6.02,3.83 +"3191",0.9,"Fair","E","SI2",64.5,57,3342,6.13,6.09,3.94 +"3192",0.78,"Premium","F","VS1",60.6,57,3342,6,5.95,3.62 +"3193",0.78,"Ideal","G","VS2",61.1,56,3343,5.89,5.96,3.62 +"3194",0.77,"Premium","F","VS1",62.1,60,3343,5.82,5.77,3.6 +"3195",0.57,"Ideal","F","VVS1",61.3,56,3343,5.4,5.37,3.3 +"3196",0.71,"Very Good","E","VS2",62.5,58,3344,5.69,5.73,3.57 +"3197",1,"Premium","F","I1",62.4,59,3344,6.34,6.38,3.97 +"3198",0.91,"Good","G","SI1",64.3,60,3344,6.04,6.12,3.91 +"3199",0.72,"Ideal","G","VS2",61.7,55,3344,5.72,5.79,3.55 +"3200",0.92,"Very Good","I","SI1",63.7,58,3345,6.12,6.18,3.92 +"3201",0.7,"Ideal","E","VS1",62.3,54,3345,5.67,5.71,3.54 +"3202",0.78,"Ideal","E","SI1",61.6,56,3345,5.94,6,3.68 +"3203",0.77,"Ideal","D","SI1",62.5,56,3345,5.86,5.91,3.68 +"3204",0.97,"Premium","H","SI2",58.8,58,3346,6.44,6.41,3.78 +"3205",0.53,"Ideal","D","VVS2",61.6,56,3346,5.21,5.24,3.22 +"3206",0.73,"Ideal","D","VS2",61.5,57,3346,5.81,5.83,3.58 +"3207",0.71,"Ideal","E","VS1",62.3,56,3346,5.69,5.74,3.56 +"3208",0.91,"Premium","F","SI2",63,59,3346,6.17,6.12,3.87 +"3209",0.91,"Premium","F","SI2",62.9,57,3346,6.16,6.11,3.86 +"3210",0.71,"Premium","F","VVS1",58.1,58,3347,5.92,5.88,3.43 +"3211",0.83,"Premium","D","SI1",62.2,60,3347,6.01,5.98,3.73 +"3212",0.7,"Premium","F","VVS1",61.8,60,3348,5.67,5.63,3.49 +"3213",0.7,"Ideal","F","VVS1",62.2,55,3348,5.69,5.66,3.53 +"3214",0.9,"Good","H","SI2",61.3,61,3348,6.11,6.16,3.76 +"3215",1,"Fair","I","SI2",65.8,58,3348,6.23,6.27,4.11 +"3216",1.01,"Premium","G","I1",59.4,61,3348,6.51,6.45,3.85 +"3217",1.01,"Good","I","SI2",64.1,58,3349,6.26,6.31,4.03 +"3218",0.91,"Good","D","SI2",64.1,62,3349,6.06,6.01,3.87 +"3219",0.71,"Premium","H","IF",62.9,60,3349,5.74,5.67,3.59 +"3220",0.77,"Very Good","F","VS1",62.8,58,3350,5.79,5.86,3.66 +"3221",0.9,"Very Good","G","SI2",63.5,57,3350,6.09,6.13,3.88 +"3222",0.9,"Good","G","SI2",58.5,61,3350,6.28,6.33,3.69 +"3223",0.77,"Very Good","D","VS2",63,58,3351,5.81,5.85,3.67 +"3224",0.94,"Very Good","G","SI2",62.3,59,3351,6.2,6.26,3.88 +"3225",0.63,"Ideal","F","VVS2",61.2,56,3351,5.53,5.55,3.39 +"3226",0.76,"Ideal","D","VS2",60.2,56,3352,5.92,5.95,3.57 +"3227",0.72,"Ideal","G","VVS2",61.3,56,3352,5.76,5.8,3.54 +"3228",0.72,"Ideal","G","VVS2",62,55,3352,5.72,5.76,3.56 +"3229",0.72,"Ideal","G","VVS2",61.2,57,3352,5.76,5.77,3.53 +"3230",0.53,"Ideal","E","VVS1",61.5,54,3352,5.25,5.23,3.22 +"3231",1.05,"Premium","H","SI2",62.8,56,3352,6.54,6.47,4.08 +"3232",1.05,"Premium","H","SI2",61.7,59,3352,6.59,6.53,4.05 +"3233",0.74,"Premium","D","VS2",59.3,60,3353,5.89,5.91,3.5 +"3234",0.73,"Very Good","E","VS1",62.1,60,3353,5.71,5.79,3.57 +"3235",0.9,"Very Good","G","SI2",63.1,59,3353,6.11,6.16,3.87 +"3236",0.76,"Ideal","D","VS1",61.1,54,3353,5.86,5.89,3.59 +"3237",0.9,"Good","I","VS2",58.5,66,3353,6.23,6.25,3.65 +"3238",0.9,"Good","G","SI2",61.3,60,3353,6.13,6.2,3.78 +"3239",0.94,"Fair","H","SI2",66,50.1,3353,6.13,6.17,4.06 +"3240",0.81,"Ideal","D","SI1",61.9,57,3353,6.01,5.97,3.71 +"3241",0.71,"Very Good","F","VVS2",62.1,60,3354,5.69,5.72,3.54 +"3242",1.07,"Good","F","I1",64.3,59,3354,6.37,6.42,4.11 +"3243",0.7,"Ideal","G","VVS1",61.9,58,3354,5.67,5.74,3.53 +"3244",0.71,"Ideal","E","VS1",62.4,57,3354,5.67,5.71,3.55 +"3245",0.71,"Ideal","H","IF",63,57,3354,5.68,5.72,3.59 +"3246",0.81,"Ideal","I","VS2",61.4,55,3355,6.03,6.06,3.71 +"3247",0.96,"Premium","G","SI1",62,57,3355,6.34,6.31,3.92 +"3248",1.28,"Ideal","H","I1",61.9,56,3355,6.95,6.91,4.29 +"3249",0.8,"Premium","E","SI1",61.5,58,3356,5.93,5.97,3.66 +"3250",0.89,"Very Good","F","SI2",60.2,60,3356,6.18,6.21,3.73 +"3251",0.77,"Premium","F","VS1",62.7,58,3357,5.82,5.88,3.67 +"3252",0.77,"Ideal","F","VS1",62.5,57,3357,5.88,5.9,3.68 +"3253",0.8,"Ideal","I","IF",62.4,58,3357,5.9,5.96,3.7 +"3254",0.9,"Good","H","SI1",63.8,58,3357,6.05,6.12,3.88 +"3255",0.82,"Ideal","D","SI2",62.1,57,3357,6.04,6,3.74 +"3256",0.91,"Good","D","SI1",64,59,3357,6.13,6.02,3.89 +"3257",0.74,"Premium","E","VS1",62.8,59,3357,5.76,5.68,3.59 +"3258",0.74,"Very Good","E","VS1",63.4,55,3357,5.78,5.76,3.66 +"3259",0.9,"Very Good","J","VS1",60.4,58,3358,6.22,6.27,3.77 +"3260",0.7,"Very Good","E","VS1",60.7,57,3358,5.72,5.75,3.48 +"3261",0.93,"Fair","G","SI1",64.4,57,3358,6.14,6.09,3.94 +"3262",0.7,"Ideal","F","VS1",60.3,57,3359,5.74,5.79,3.47 +"3263",1.02,"Very Good","J","SI2",63.1,58,3359,6.38,6.34,4.01 +"3264",0.93,"Ideal","I","SI1",61.9,57,3359,6.23,6.21,3.85 +"3265",0.78,"Premium","E","VS1",60.9,57,3360,5.94,5.88,3.59 +"3266",0.7,"Ideal","D","VS2",61.4,55,3360,5.71,5.75,3.52 +"3267",0.71,"Ideal","E","SI1",61.9,55,3360,5.74,5.77,3.56 +"3268",0.71,"Ideal","E","SI1",60.8,57,3360,5.8,5.84,3.54 +"3269",1.01,"Premium","I","SI2",61.5,62,3360,6.41,6.37,3.93 +"3270",1,"Premium","H","SI2",59.4,60,3360,6.55,6.49,3.87 +"3271",1,"Good","I","SI1",64.3,57,3360,6.29,6.25,4.03 +"3272",1,"Very Good","I","SI2",58.3,63,3360,6.53,6.5,3.8 +"3273",1,"Ideal","E","I1",63,57,3360,6.35,6.32,3.99 +"3274",1,"Premium","H","SI2",59.8,61,3360,6.24,6.17,3.71 +"3275",1,"Premium","I","SI1",62.2,62,3360,6.39,6.33,3.96 +"3276",0.51,"Premium","F","SI1",62.7,62,3360,5.09,4.96,3.15 +"3277",1,"Very Good","I","SI1",59.3,63,3360,6.52,6.47,3.85 +"3278",0.7,"Ideal","D","VS1",62.5,57,3361,5.65,5.68,3.54 +"3279",0.82,"Ideal","F","SI1",62.1,56,3361,6.04,6,3.74 +"3280",0.78,"Ideal","F","SI1",61.3,56,3362,5.92,6,3.64 +"3281",0.8,"Ideal","E","SI1",61.5,58,3362,5.96,6,3.68 +"3282",0.91,"Premium","G","SI2",61.3,60,3363,6.2,6.17,3.79 +"3283",0.76,"Ideal","H","VVS1",62.1,56,3363,5.81,5.89,3.63 +"3284",0.63,"Ideal","G","IF",61.9,56,3363,5.5,5.52,3.41 +"3285",0.82,"Good","F","VS2",60.9,62.2,3363,5.97,6.04,3.66 +"3286",0.91,"Ideal","H","SI2",60.3,57,3363,6.31,6.27,3.79 +"3287",0.91,"Premium","H","SI2",62.7,58,3363,6.17,6.14,3.86 +"3288",0.91,"Good","F","SI1",64,57,3363,6.17,6.08,3.92 +"3289",0.91,"Premium","H","SI2",62.9,59,3363,6.15,6.12,3.86 +"3290",0.82,"Ideal","H","VS1",61.5,56,3364,6,6.04,3.7 +"3291",0.7,"Premium","D","VS1",62.5,59,3365,5.69,5.64,3.54 +"3292",0.75,"Very Good","E","VS2",62.3,56,3365,5.79,5.84,3.62 +"3293",0.95,"Very Good","J","VS1",62.4,57,3365,6.25,6.29,3.91 +"3294",0.83,"Very Good","E","SI1",63.5,58,3365,5.93,5.98,3.78 +"3295",0.8,"Good","E","VS2",63.3,59,3365,5.82,5.87,3.7 +"3296",0.74,"Premium","D","VS1",62.7,56,3365,5.8,5.77,3.63 +"3297",0.71,"Very Good","D","VS2",61.9,59,3366,5.68,5.72,3.53 +"3298",1.13,"Ideal","F","I1",61.2,56,3366,6.76,6.71,4.12 +"3299",0.76,"Very Good","H","IF",62.6,57,3367,5.8,5.83,3.64 +"3300",0.9,"Very Good","F","SI2",62.4,57,3368,6.11,6.16,3.83 +"3301",0.9,"Very Good","F","SI2",63,56,3368,6.09,6.16,3.86 +"3302",0.9,"Very Good","F","SI2",62.6,56,3368,6.13,6.17,3.85 +"3303",0.8,"Premium","F","VS2",62,61,3369,5.99,5.91,3.69 +"3304",0.69,"Good","D","VVS2",61.5,61,3369,5.61,5.65,3.46 +"3305",0.8,"Very Good","F","VS2",63.2,55,3369,5.9,5.88,3.72 +"3306",0.8,"Ideal","F","VS2",62.7,54,3369,5.95,5.91,3.72 +"3307",0.73,"Premium","E","VS1",61.2,58,3370,5.77,5.83,3.55 +"3308",0.73,"Ideal","E","VS1",62.3,56,3370,5.75,5.8,3.6 +"3309",0.73,"Very Good","E","VS1",60.9,61,3370,5.79,5.81,3.53 +"3310",0.84,"Good","G","VS2",63.6,59,3370,5.89,5.94,3.76 +"3311",0.7,"Ideal","E","VS2",61.1,56,3370,5.76,5.81,3.53 +"3312",0.9,"Very Good","D","SI2",58.1,60,3371,6.24,6.26,3.63 +"3313",0.9,"Very Good","D","SI2",61,61,3371,6.15,6.17,3.76 +"3314",0.71,"Ideal","H","VVS2",61.7,57,3371,5.68,5.73,3.53 +"3315",0.71,"Ideal","H","VVS2",61.9,56,3371,5.72,5.76,3.55 +"3316",0.9,"Premium","H","SI2",58.3,60,3371,6.34,6.31,3.69 +"3317",0.86,"Premium","F","SI1",62.6,58,3372,6.01,6.06,3.78 +"3318",0.87,"Ideal","H","VS2",62.3,57,3372,6.08,6.12,3.8 +"3319",0.76,"Ideal","G","VS1",61.6,56,3372,5.82,5.87,3.6 +"3320",0.71,"Ideal","D","VS2",62.4,56,3372,5.74,5.7,3.57 +"3321",0.82,"Very Good","E","SI1",62,60,3373,5.96,6,3.71 +"3322",0.52,"Ideal","D","VVS1",62.1,54,3373,5.15,5.18,3.21 +"3323",0.81,"Ideal","E","SI1",61.5,56,3373,6.01,6.03,3.7 +"3324",0.72,"Very Good","E","VVS2",59.3,60,3374,5.87,5.83,3.47 +"3325",0.74,"Ideal","E","VS2",61.7,56,3374,5.81,5.86,3.6 +"3326",0.7,"Very Good","D","VS1",62.8,58,3375,5.65,5.68,3.56 +"3327",0.72,"Very Good","D","VS1",64.1,57,3375,5.68,5.71,3.65 +"3328",0.9,"Fair","H","VS2",65.6,55,3375,6.01,5.97,3.93 +"3329",1.23,"Premium","F","I1",60.8,59,3375,6.96,6.91,4.22 +"3330",0.71,"Very Good","E","VVS2",61.7,60,3376,5.7,5.74,3.53 +"3331",0.93,"Good","F","SI2",61.3,62,3376,6.17,6.26,3.81 +"3332",0.91,"Premium","I","VS2",62.4,61,3376,6.18,6.16,3.85 +"3333",0.7,"Ideal","E","VS2",61,56,3376,5.76,5.79,3.52 +"3334",0.71,"Ideal","E","SI1",61.7,55,3376,5.73,5.77,3.55 +"3335",0.91,"Premium","G","SI2",60.4,61,3376,6.28,6.21,3.77 +"3336",1.01,"Ideal","F","I1",62.2,54,3377,6.42,6.44,4 +"3337",0.79,"Ideal","E","VS2",59.3,57,3377,6.02,6.06,3.58 +"3338",0.92,"Premium","G","SI2",62.3,59,3377,6.15,6.2,3.85 +"3339",0.9,"Premium","G","SI2",58.3,60,3377,6.39,6.33,3.71 +"3340",0.7,"Premium","E","VVS2",60.6,60,3377,5.74,5.72,3.47 +"3341",0.9,"Premium","H","SI1",62,55,3377,6.21,6.17,3.84 +"3342",0.9,"Premium","I","SI1",63,60,3377,6.08,5.99,3.8 +"3343",0.5,"Good","D","IF",63.2,59,3378,4.99,5.04,3.17 +"3344",0.5,"Very Good","D","IF",62.9,59,3378,4.99,5.09,3.17 +"3345",1.03,"Premium","J","SI2",62,58,3378,6.47,6.52,4.03 +"3346",0.73,"Ideal","H","IF",61.6,55,3378,5.8,5.82,3.58 +"3347",0.62,"Ideal","G","IF",60.3,57,3378,5.54,5.61,3.35 +"3348",0.95,"Very Good","I","SI1",63.5,58,3378,6.19,6.16,3.92 +"3349",0.91,"Very Good","E","SI2",63.4,58,3379,6.15,6.09,3.88 +"3350",0.91,"Premium","E","SI2",58.5,60,3379,6.34,6.31,3.7 +"3351",0.91,"Premium","E","SI2",60,60,3379,6.28,6.23,3.75 +"3352",0.82,"Ideal","E","SI1",62.1,54,3380,5.98,6.03,3.73 +"3353",0.7,"Good","G","VVS1",58.5,62,3380,5.8,5.82,3.4 +"3354",0.71,"Ideal","E","VS1",62,57,3380,5.72,5.66,3.53 +"3355",0.71,"Premium","E","VVS2",59,59,3380,5.88,5.82,3.45 +"3356",0.8,"Very Good","G","VS1",63.5,57,3381,5.87,5.91,3.74 +"3357",0.71,"Ideal","E","VS2",61.6,56,3381,5.71,5.75,3.53 +"3358",0.92,"Good","I","SI1",63.3,58,3382,6.14,6.18,3.9 +"3359",0.91,"Very Good","H","SI2",63.4,57,3382,6.1,6.18,3.89 +"3360",0.6,"Ideal","D","VVS2",61.9,55,3382,5.41,5.45,3.36 +"3361",0.3,"Very Good","I","SI1",61.2,58,405,4.28,4.31,2.63 +"3362",0.3,"Ideal","G","SI2",60.6,56,405,4.35,4.4,2.65 +"3363",0.31,"Very Good","I","VS2",59.3,59,406,4.38,4.42,2.61 +"3364",0.3,"Very Good","I","VS2",62.7,56,407,4.27,4.28,2.68 +"3365",0.3,"Very Good","I","VS2",60.7,56,407,4.32,4.34,2.63 +"3366",0.25,"Very Good","G","VS2",61.9,57,407,4.05,4.08,2.51 +"3367",0.25,"Very Good","G","VS2",63,54,407,4.04,4.06,2.55 +"3368",0.27,"Very Good","E","VS1",63.8,60,407,4.03,4.09,2.59 +"3369",0.27,"Very Good","E","SI1",61.2,57,407,4.2,4.23,2.58 +"3370",0.3,"Ideal","I","VS2",62.3,56,407,4.28,4.29,2.67 +"3371",0.3,"Ideal","I","VS2",62.4,55,407,4.32,4.34,2.7 +"3372",0.32,"Ideal","G","SI2",61.3,56,407,4.44,4.47,2.73 +"3373",0.3,"Ideal","H","SI1",62,58,407,4.25,4.33,2.66 +"3374",0.3,"Ideal","H","SI1",62.9,53,407,4.28,4.31,2.7 +"3375",0.25,"Ideal","G","SI1",62.3,57,407,4.03,4.09,2.53 +"3376",0.24,"Ideal","F","VS2",61.8,57,408,3.97,3.99,2.46 +"3377",0.3,"Ideal","H","SI2",60,56,408,4.41,4.43,2.65 +"3378",0.31,"Very Good","G","SI2",62.3,57,408,4.33,4.37,2.71 +"3379",0.31,"Good","G","SI2",63.2,55,408,4.31,4.33,2.73 +"3380",0.31,"Premium","I","SI1",61.3,58,408,4.34,4.37,2.67 +"3381",0.31,"Ideal","I","SI1",62.7,56,408,4.3,4.34,2.71 +"3382",0.31,"Premium","J","VS1",60.7,60,408,4.34,4.39,2.65 +"3383",0.31,"Very Good","I","SI1",61.4,61,408,4.34,4.39,2.68 +"3384",0.31,"Very Good","G","SI2",63,57,408,4.32,4.35,2.73 +"3385",0.31,"Good","I","SI1",63.5,56,408,4.28,4.32,2.73 +"3386",0.31,"Very Good","G","SI2",61.8,59,408,4.3,4.34,2.67 +"3387",0.31,"Premium","J","VS1",61.8,59,408,4.31,4.33,2.67 +"3388",0.31,"Premium","I","SI1",61.5,59,408,4.35,4.37,2.68 +"3389",0.31,"Very Good","F","SI2",63,58,408,4.34,4.36,2.74 +"3390",0.31,"Very Good","I","SI1",63,57,408,4.32,4.34,2.73 +"3391",0.34,"Very Good","F","SI1",62.8,56,566,4.42,4.46,2.79 +"3392",0.27,"Very Good","E","VVS2",59.7,61,567,4.24,4.27,2.54 +"3393",0.27,"Very Good","E","VVS2",59.4,64,567,4.16,4.19,2.48 +"3394",0.35,"Very Good","H","VS2",60.1,56,567,4.61,4.64,2.78 +"3395",0.27,"Very Good","F","IF",59.4,61,567,4.23,4.26,2.52 +"3396",0.32,"Ideal","I","VVS2",62.2,54.5,567,4.38,4.42,2.74 +"3397",0.32,"Ideal","I","VVS2",62,54.9,567,4.36,4.39,2.71 +"3398",0.3,"Ideal","H","VVS2",62.5,54,567,4.3,4.3,2.7 +"3399",0.3,"Ideal","F","VS2",62.6,54,567,4.3,4.33,2.7 +"3400",0.3,"Very Good","I","VS1",61.8,63,567,4.29,4.26,2.64 +"3401",0.3,"Premium","I","VS1",61.6,61,567,4.28,4.23,2.62 +"3402",0.28,"Premium","F","VS2",59.6,61,567,4.28,4.25,2.54 +"3403",0.27,"Premium","D","VS2",59.6,61,567,4.26,4.23,2.53 +"3404",0.4,"Good","J","VS1",64,56,567,4.66,4.69,2.99 +"3405",0.31,"Good","D","VS2",63.6,56,567,4.26,4.32,2.73 +"3406",0.33,"Good","D","SI1",63.1,55,567,4.38,4.4,2.77 +"3407",0.33,"Good","D","SI1",63.1,55,567,4.42,4.46,2.8 +"3408",0.33,"Ideal","D","SI1",62,56,567,4.44,4.47,2.76 +"3409",0.3,"Ideal","F","VS2",60.3,57,568,4.34,4.39,2.63 +"3410",0.3,"Ideal","F","VS2",62.1,57,568,4.27,4.3,2.66 +"3411",0.38,"Ideal","F","SI2",61.3,55,568,4.67,4.69,2.87 +"3412",0.38,"Ideal","F","SI2",62,55,568,4.67,4.69,2.9 +"3413",0.38,"Ideal","F","SI2",60.9,56,568,4.69,4.74,2.87 +"3414",0.39,"Ideal","J","SI1",61,56,568,4.71,4.73,2.88 +"3415",0.31,"Ideal","F","SI1",61.2,55,568,4.37,4.4,2.68 +"3416",0.36,"Premium","I","VS1",62,59,568,4.53,4.6,2.83 +"3417",0.3,"Very Good","D","VS2",61,57,568,4.32,4.34,2.64 +"3418",0.36,"Good","H","VS2",63.7,55,568,4.49,4.52,2.87 +"3419",0.36,"Very Good","H","VS2",61,60,568,4.55,4.6,2.79 +"3420",0.36,"Premium","H","VS2",60.9,59,568,4.58,4.62,2.8 +"3421",0.9,"Fair","D","SI1",66.4,59,3382,5.97,5.92,3.95 +"3422",0.9,"Very Good","I","VS2",63.2,54,3382,6.1,6.08,3.85 +"3423",1.02,"Ideal","G","I1",61.5,56,3382,6.49,6.46,3.98 +"3424",0.7,"Ideal","G","VS1",60.5,56,3384,5.77,5.79,3.5 +"3425",0.7,"Ideal","G","VS1",61.9,55,3384,5.67,5.71,3.52 +"3426",0.7,"Ideal","G","VS1",60.6,57,3384,5.73,5.79,3.5 +"3427",0.79,"Ideal","E","SI1",62,57,3384,5.92,5.96,3.68 +"3428",0.95,"Fair","D","SI2",64.4,60,3384,6.06,6.02,3.89 +"3429",0.71,"Premium","H","IF",60.2,61,3384,5.8,5.76,3.48 +"3430",0.76,"Ideal","D","VS2",61.2,57,3384,5.91,5.89,3.61 +"3431",0.78,"Very Good","E","SI1",59.8,57,3385,5.98,6.02,3.59 +"3432",0.9,"Premium","I","VS2",59.1,59,3385,6.28,6.24,3.7 +"3433",0.9,"Premium","G","SI2",62.8,61,3385,6.14,6.09,3.84 +"3434",0.72,"Ideal","E","VS2",61.5,56,3385,5.71,5.77,3.53 +"3435",0.91,"Very Good","G","SI2",64,61,3387,6.05,6.08,3.88 +"3436",0.91,"Very Good","G","SI2",62,58,3387,6.13,6.2,3.82 +"3437",0.9,"Premium","H","SI1",62.6,58,3387,6.12,6.08,3.82 +"3438",0.9,"Premium","H","SI1",61,59,3387,6.16,6.11,3.74 +"3439",0.9,"Premium","H","SI1",62.1,61,3387,6.11,6.07,3.78 +"3440",0.9,"Very Good","H","SI1",62.3,63,3387,6.13,6.06,3.8 +"3441",0.9,"Premium","H","SI1",62.8,62,3387,6.09,6.05,3.81 +"3442",0.9,"Fair","H","SI1",65.4,56,3387,6.11,6.04,3.97 +"3443",0.9,"Fair","I","VS1",65.2,60,3387,6,5.96,3.9 +"3444",0.77,"Ideal","F","VS1",62.1,57,3387,5.88,5.84,3.64 +"3445",0.9,"Very Good","H","SI1",63.4,58,3387,6.16,6.11,3.89 +"3446",0.9,"Premium","H","SI1",61.4,60,3387,6.13,6.08,3.75 +"3447",1,"Fair","F","SI1",68.7,55,3387,6.06,5.88,4.11 +"3448",1.01,"Ideal","E","I1",62,57,3388,6.37,6.41,3.96 +"3449",0.91,"Very Good","G","SI2",61.8,59,3388,6.17,6.23,3.83 +"3450",0.9,"Very Good","H","SI1",63,55,3388,6.12,6.16,3.87 +"3451",0.9,"Very Good","H","SI1",63.2,59,3388,6.08,6.14,3.86 +"3452",1.1,"Premium","H","SI2",59.2,59,3388,6.8,6.74,4.01 +"3453",0.74,"Ideal","G","VVS1",62.1,56,3388,5.78,5.82,3.6 +"3454",0.7,"Premium","E","VVS2",61,59,3389,5.64,5.71,3.5 +"3455",0.74,"Very Good","G","VS1",60.9,59,3389,5.9,5.86,3.58 +"3456",0.73,"Ideal","G","VS2",60.2,55,3389,5.85,5.9,3.54 +"3457",0.78,"Ideal","D","SI1",62.2,55,3389,5.92,5.95,3.69 +"3458",0.88,"Premium","D","SI2",60.9,61,3390,6.16,6.13,3.74 +"3459",0.79,"Ideal","E","SI2",61,57,3390,6,5.95,3.65 +"3460",0.9,"Good","E","SI1",63.8,61,3391,6.05,6.08,3.87 +"3461",0.9,"Very Good","G","SI2",61.2,57,3391,6.19,6.23,3.8 +"3462",0.72,"Ideal","I","VS2",60.3,57,3391,5.82,5.86,3.52 +"3463",0.72,"Ideal","I","VS2",61.4,56,3391,5.77,5.83,3.56 +"3464",1.06,"Premium","J","SI2",62.9,59,3391,6.43,6.39,4.03 +"3465",0.84,"Very Good","I","VVS2",61.7,56,3392,6.03,6.07,3.74 +"3466",0.91,"Premium","G","SI1",58,59,3392,6.45,6.38,3.72 +"3467",0.85,"Ideal","I","SI1",61.4,56,3392,6.06,6.12,3.74 +"3468",1.04,"Premium","E","SI2",60.1,58,3392,6.65,6.56,3.97 +"3469",1.04,"Premium","E","SI2",61.6,59,3392,6.51,6.47,4 +"3470",0.77,"Good","F","VS1",59.3,56,3393,5.98,6.03,3.56 +"3471",0.71,"Good","F","IF",62.1,62,3393,5.68,5.79,3.56 +"3472",0.83,"Premium","F","VS2",62,59,3393,6,5.96,3.71 +"3473",0.76,"Very Good","G","VVS2",61.5,59,3394,5.83,5.91,3.61 +"3474",0.94,"Very Good","H","SI2",61.9,57,3394,6.21,6.29,3.87 +"3475",1.01,"Premium","E","I1",59.8,58,3394,6.57,6.53,3.92 +"3476",1.01,"Good","I","SI1",58.4,64,3394,6.51,6.48,3.79 +"3477",1.01,"Premium","H","SI2",61.9,61,3394,6.34,6.29,3.91 +"3478",1.01,"Premium","H","SI2",60.9,59,3394,6.42,6.35,3.89 +"3479",1.05,"Very Good","J","SI2",60.9,60,3395,6.51,6.59,3.99 +"3480",0.73,"Ideal","G","VVS2",62.1,56,3396,5.78,5.81,3.59 +"3481",0.61,"Ideal","D","VVS2",62.2,54,3397,5.41,5.45,3.38 +"3482",0.81,"Ideal","G","VS2",61.5,55,3397,6,6.06,3.71 +"3483",0.79,"Very Good","F","VS1",58.6,57,3398,6.08,6.14,3.58 +"3484",0.9,"Good","H","SI1",63.2,61,3398,6.12,6.03,3.84 +"3485",0.9,"Premium","I","VS2",61.9,58,3398,6.18,6.23,3.84 +"3486",0.9,"Very Good","G","SI2",62.3,58,3398,6.15,6.2,3.85 +"3487",0.9,"Premium","I","VS2",61.8,59,3398,6.15,6.21,3.82 +"3488",0.9,"Very Good","I","VS2",62.4,58,3398,6.12,6.16,3.83 +"3489",0.9,"Good","I","VS2",62.5,59,3398,6.06,6.13,3.81 +"3490",0.9,"Good","I","VS1",62.8,57,3398,6.07,6.16,3.84 +"3491",0.85,"Premium","D","SI2",58.5,60,3398,6.23,6.21,3.64 +"3492",0.81,"Ideal","G","VS2",60.8,60,3398,5.98,6,3.64 +"3493",1.01,"Good","J","SI1",62.8,58,3399,6.28,6.33,3.96 +"3494",1.01,"Good","I","SI2",62.6,59,3399,6.24,6.35,3.94 +"3495",1.01,"Good","I","SI2",61.8,62,3399,6.28,6.35,3.9 +"3496",0.7,"Ideal","F","VS1",61.6,55,3399,5.68,5.71,3.51 +"3497",0.7,"Ideal","F","VS1",61.6,56,3399,5.65,5.72,3.5 +"3498",0.92,"Premium","F","SI1",58.5,57,3400,6.39,6.37,3.73 +"3499",0.9,"Good","E","SI1",64.3,62,3400,6,6.07,3.88 +"3500",0.88,"Premium","G","VS2",61.1,58,3400,6.19,6.15,3.77 +"3501",0.92,"Ideal","F","SI1",62.2,55,3400,6.25,6.19,3.87 +"3502",0.74,"Premium","E","VS1",61.1,58,3401,5.84,5.81,3.56 +"3503",0.9,"Good","E","SI2",63.2,57,3401,6.06,6.15,3.86 +"3504",0.9,"Good","E","SI2",63.4,60,3401,6.02,6.07,3.83 +"3505",0.78,"Very Good","F","VS1",60.6,57,3401,5.95,6,3.62 +"3506",0.76,"Ideal","D","VS2",61.8,55,3401,5.85,5.89,3.63 +"3507",0.76,"Ideal","E","SI1",61.2,56,3401,5.88,5.91,3.61 +"3508",0.74,"Ideal","G","VVS1",61.9,54,3402,5.8,5.84,3.6 +"3509",0.81,"Premium","G","VS1",61.7,59,3402,6.07,5.96,3.71 +"3510",0.75,"Ideal","E","VS1",62,55,3402,5.88,5.83,3.66 +"3511",1.14,"Fair","J","SI2",64.4,55,3403,6.56,6.54,4.22 +"3512",0.7,"Premium","E","IF",62.9,59,3403,5.66,5.59,3.4 +"3513",0.85,"Ideal","G","SI1",62.2,56,3403,6.06,6.09,3.78 +"3514",0.91,"Premium","D","SI2",62,62,3403,6.25,6.16,3.85 +"3515",0.81,"Very Good","H","VS1",62.5,57,3404,5.94,5.96,3.72 +"3516",0.71,"Ideal","F","VS1",61.5,57,3404,5.7,5.74,3.52 +"3517",0.71,"Ideal","F","VS1",61.1,56,3404,5.75,5.78,3.52 +"3518",0.71,"Ideal","F","VS1",61.5,57,3404,5.73,5.76,3.53 +"3519",0.81,"Ideal","E","SI1",62.3,57,3404,5.95,5.99,3.72 +"3520",0.91,"Very Good","F","SI2",63,59,3405,6.12,6.17,3.87 +"3521",0.72,"Very Good","G","IF",63.3,54,3405,5.64,5.73,3.6 +"3522",0.71,"Ideal","F","VS2",62.2,55,3405,5.72,5.76,3.57 +"3523",1,"Premium","F","I1",62.4,59,3405,6.38,6.34,3.97 +"3524",0.71,"Very Good","D","VS1",63.2,57,3406,5.63,5.67,3.57 +"3525",0.71,"Ideal","D","VS1",61.3,56,3406,5.75,5.77,3.53 +"3526",0.9,"Very Good","I","SI1",61,58,3407,6.19,6.23,3.79 +"3527",0.9,"Very Good","I","SI1",61.8,56,3407,6.19,6.24,3.84 +"3528",0.9,"Premium","G","SI1",60.6,60,3407,6.22,6.15,3.75 +"3529",0.92,"Fair","E","SI1",65.6,57,3407,6.1,6.07,3.99 +"3530",1.04,"Good","J","SI1",64.2,58,3407,6.42,6.34,4.1 +"3531",0.9,"Premium","G","SI1",60.6,61,3407,6.16,6.12,3.72 +"3532",0.91,"Good","D","SI2",64.1,62,3408,6.01,6.06,3.87 +"3533",0.91,"Very Good","H","SI2",58.4,63,3408,6.29,6.24,3.66 +"3534",0.83,"Premium","F","VS2",61.9,58,3408,6.05,6.01,3.73 +"3535",0.72,"Ideal","E","VS1",61.2,56,3409,5.78,5.83,3.55 +"3536",0.72,"Ideal","E","SI1",60.5,55,3409,5.8,5.86,3.53 +"3537",0.72,"Ideal","E","SI1",60.8,57,3409,5.77,5.8,3.52 +"3538",0.7,"Premium","D","VS1",62.5,60,3410,5.67,5.62,3.53 +"3539",0.73,"Very Good","D","VS2",60.5,59,3411,5.76,5.84,3.51 +"3540",0.73,"Ideal","G","VS1",60.7,57,3411,5.85,5.81,3.54 +"3541",1.01,"Good","I","SI2",64.1,58,3411,6.31,6.26,4.03 +"3542",1.01,"Premium","I","SI2",61.6,59,3411,6.4,6.35,3.93 +"3543",1.07,"Ideal","H","I1",62.1,55,3412,6.55,6.59,4.08 +"3544",0.73,"Ideal","D","VS2",62.7,53,3412,5.76,5.79,3.62 +"3545",0.74,"Very Good","G","VVS2",61.3,56,3413,5.85,5.9,3.6 +"3546",0.79,"Ideal","G","VS1",62,56,3413,5.91,5.93,3.67 +"3547",0.81,"Ideal","E","SI1",60.3,56,3413,6.05,6.13,3.67 +"3548",0.91,"Premium","H","SI1",60.9,58,3414,6.26,6.22,3.8 +"3549",0.76,"Very Good","E","VS1",62.1,58,3415,5.84,5.89,3.64 +"3550",1.07,"Ideal","H","SI1",61.5,54,3415,6.64,6.6,4.07 +"3551",0.77,"Very Good","F","VVS2",63.5,59,3415,5.77,5.72,3.65 +"3552",1.07,"Good","F","I1",64.3,59,3415,6.42,6.37,4.11 +"3553",1.21,"Good","G","I1",64,59,3415,6.78,6.73,4.32 +"3554",1,"Premium","J","SI1",62.7,57,3416,6.4,6.33,3.99 +"3555",0.74,"Good","E","VS1",63.4,55,3416,5.76,5.78,3.66 +"3556",0.74,"Very Good","E","VS1",62.8,59,3416,5.68,5.76,3.59 +"3557",0.92,"Very Good","H","SI2",62.8,59,3417,6.14,6.16,3.86 +"3558",0.79,"Ideal","H","VVS2",62.4,56,3417,5.91,5.94,3.7 +"3559",0.72,"Ideal","H","VVS2",61.7,55,3417,5.77,5.8,3.57 +"3560",0.72,"Ideal","H","VVS2",61.8,55,3417,5.75,5.77,3.56 +"3561",1.01,"Premium","H","SI1",59.2,58,3417,6.58,6.56,3.89 +"3562",0.9,"Very Good","J","VS1",62.4,58,3418,6.15,6.19,3.85 +"3563",0.9,"Ideal","J","VS1",62.1,57,3418,6.16,6.18,3.83 +"3564",0.93,"Good","F","SI2",59.4,61,3418,6.24,6.25,3.71 +"3565",0.86,"Fair","G","VS2",66.5,54.1,3418,5.89,5.97,3.94 +"3566",1.09,"Very Good","E","SI2",63.1,58,3418,6.51,6.46,4.09 +"3567",0.8,"Very Good","D","VS2",60.6,63,3419,5.94,5.9,3.59 +"3568",0.7,"Ideal","E","VS1",60.5,56,3419,5.78,5.83,3.51 +"3569",0.7,"Ideal","D","VS1",61.7,57,3419,5.71,5.74,3.53 +"3570",0.75,"Ideal","E","SI1",61.4,56,3419,5.83,5.89,3.6 +"3571",0.7,"Good","E","VS1",58.4,61,3419,5.85,5.89,3.43 +"3572",0.7,"Good","E","VS1",58.4,60,3419,5.84,5.87,3.42 +"3573",0.96,"Very Good","D","SI2",60.2,63,3419,6.36,6.3,3.81 +"3574",0.96,"Good","D","SI2",64,62,3419,6.16,6.13,3.93 +"3575",0.72,"Very Good","F","VVS2",63.6,59,3420,5.65,5.7,3.61 +"3576",0.78,"Very Good","E","VS1",60.9,57,3420,5.94,5.88,3.59 +"3577",0.71,"Very Good","D","VS1",62,61,3420,5.71,5.74,3.55 +"3578",0.82,"Ideal","H","VVS1",62.9,56,3420,5.99,5.91,3.74 +"3579",0.8,"Ideal","F","SI1",60.5,57,3420,6.02,6.07,3.66 +"3580",0.93,"Very Good","F","SI2",63.5,58,3420,6.14,6.05,3.87 +"3581",1.01,"Premium","J","SI2",63,60,3421,6.38,6.31,4 +"3582",0.71,"Ideal","E","VS2",62,55,3421,5.72,5.77,3.56 +"3583",0.71,"Ideal","F","SI1",61.2,55,3421,5.76,5.8,3.54 +"3584",0.59,"Ideal","E","VVS1",60.7,57,3422,5.41,5.45,3.29 +"3585",0.81,"Ideal","I","VS1",61.8,56,3422,5.97,6,3.7 +"3586",0.81,"Ideal","F","SI1",61.5,57,3422,6.01,6.06,3.71 +"3587",0.9,"Good","E","SI2",61.9,62,3422,6.14,6.18,3.81 +"3588",1,"Good","J","VS2",57.6,58,3422,6.59,6.56,3.79 +"3589",1,"Fair","J","VS2",65.3,61,3422,6.33,6.13,4.03 +"3590",0.91,"Good","F","SI1",64,57,3423,6.08,6.17,3.92 +"3591",0.91,"Premium","G","SI2",61.3,60,3423,6.17,6.2,3.79 +"3592",0.91,"Premium","H","SI2",62.7,58,3423,6.14,6.17,3.86 +"3593",0.91,"Ideal","H","SI2",60.3,57,3423,6.27,6.31,3.79 +"3594",0.76,"Ideal","H","VVS1",61.8,57,3423,5.82,5.86,3.61 +"3595",0.9,"Good","J","VS2",57.9,63,3423,6.32,6.35,3.67 +"3596",0.9,"Good","J","VS2",62.3,64,3423,6.09,6.17,3.82 +"3597",1.09,"Good","G","SI2",57.4,61,3424,6.82,6.75,3.89 +"3598",0.76,"Ideal","H","VS1",61.6,56,3424,5.85,5.9,3.62 +"3599",0.9,"Good","D","SI2",63.5,62,3425,6.09,6.13,3.88 +"3600",0.7,"Premium","D","VS1",61.2,60,3425,5.69,5.71,3.49 +"3601",0.71,"Very Good","G","VS1",62,53,3425,5.72,5.76,3.56 +"3602",0.91,"Ideal","G","SI2",62.2,57,3425,6.18,6.24,3.86 +"3603",0.93,"Good","G","SI2",64.5,56.3,3425,6.08,6.14,3.94 +"3604",0.91,"Good","H","SI1",63.9,60,3425,6.13,6.08,3.9 +"3605",1.04,"Good","J","SI2",64.2,59,3425,6.47,6.38,4.13 +"3606",1,"Fair","J","SI1",64.9,58,3427,6.29,6.23,4.06 +"3607",1,"Very Good","G","SI2",58.2,63,3427,6.53,6.49,3.79 +"3608",0.72,"Ideal","E","VS2",61.7,55,3427,5.8,5.77,3.57 +"3609",1.02,"Good","H","SI2",58.6,64,3427,6.32,6.26,3.68 +"3610",1,"Premium","G","SI2",60.7,59,3427,6.45,6.41,3.9 +"3611",0.9,"Good","F","SI1",64.3,57,3427,6.08,6.01,3.89 +"3612",0.9,"Ideal","G","SI2",62.7,55,3428,6.11,6.17,3.85 +"3613",0.82,"Ideal","F","SI1",61.1,56,3428,6.06,6.08,3.71 +"3614",0.77,"Good","D","VS2",64.3,56,3428,5.84,5.77,3.73 +"3615",1.05,"Ideal","I","VS2",62.2,56,3428,6.52,6.5,4.05 +"3616",0.77,"Very Good","D","VS2",63.1,57,3428,5.86,5.83,3.69 +"3617",0.77,"Premium","D","VS2",61.2,59,3428,5.91,5.86,3.6 +"3618",0.77,"Premium","D","VS2",61.3,60,3428,5.92,5.89,3.62 +"3619",0.7,"Very Good","E","VVS2",61.5,58,3429,5.67,5.71,3.5 +"3620",0.78,"Very Good","F","VS2",62.2,58,3429,5.86,5.9,3.66 +"3621",0.8,"Premium","F","VS2",61.6,58,3429,5.98,6.03,3.7 +"3622",0.8,"Ideal","F","VS2",62.7,54,3429,5.91,5.95,3.72 +"3623",0.8,"Good","F","VS2",63.2,55,3429,5.88,5.9,3.72 +"3624",0.73,"Ideal","E","VS2",61.6,56,3429,5.8,5.82,3.58 +"3625",0.89,"Ideal","E","SI2",62.4,56,3429,6.04,6.08,3.78 +"3626",0.73,"Ideal","H","IF",61.4,59,3429,5.77,5.83,3.56 +"3627",0.9,"Premium","I","VS2",59.8,61,3431,6.22,6.13,3.69 +"3628",0.9,"Premium","I","VS2",62.4,60,3431,6.16,6.06,3.81 +"3629",0.76,"Ideal","E","VS2",62.1,56,3431,5.83,5.87,3.63 +"3630",0.71,"Ideal","G","VS1",61.7,56,3431,5.72,5.75,3.53 +"3631",0.71,"Ideal","G","VS1",61.8,57,3431,5.69,5.73,3.53 +"3632",0.71,"Ideal","G","VS1",61.7,57,3431,5.7,5.75,3.53 +"3633",0.71,"Ideal","G","VS1",61.6,55,3431,5.71,5.75,3.53 +"3634",0.71,"Ideal","G","VS1",61.5,55,3431,5.72,5.77,3.54 +"3635",0.71,"Ideal","G","VS1",60.7,57,3431,5.76,5.8,3.51 +"3636",0.71,"Ideal","G","VS1",61.8,55,3431,5.71,5.76,3.55 +"3637",0.79,"Very Good","D","SI1",59.7,57,3432,5.96,5.99,3.57 +"3638",0.74,"Ideal","G","VS2",61.2,56,3434,5.82,5.85,3.57 +"3639",0.91,"Very Good","G","SI2",60.4,61,3435,6.21,6.28,3.77 +"3640",0.75,"Ideal","E","VS2",61.9,57,3435,5.81,5.83,3.6 +"3641",0.71,"Ideal","E","VS1",61.4,57,3435,5.81,5.78,3.56 +"3642",0.79,"Good","F","VS1",57.7,58,3436,6.06,6.14,3.52 +"3643",0.9,"Very Good","G","SI2",64.2,60,3437,6.02,6.09,3.89 +"3644",0.9,"Very Good","H","SI1",62.8,58,3437,6.13,6.16,3.86 +"3645",0.9,"Very Good","H","SI1",62.8,57,3437,6.14,6.18,3.87 +"3646",0.9,"Premium","F","SI1",62.6,62,3437,6.13,6.11,3.83 +"3647",0.9,"Fair","F","SI1",65.1,56,3437,6.08,6.05,3.95 +"3648",0.93,"Premium","H","SI2",63,59,3437,6.16,6.11,3.86 +"3649",0.93,"Premium","H","SI1",60.9,61,3437,6.24,6.2,3.79 +"3650",0.91,"Very Good","E","SI2",58.5,60,3438,6.31,6.34,3.7 +"3651",0.91,"Very Good","E","SI2",60,60,3438,6.23,6.28,3.75 +"3652",0.73,"Ideal","I","VS2",60.8,56,3438,5.82,5.85,3.55 +"3653",0.82,"Ideal","F","SI1",61.3,55,3439,6.06,6.08,3.72 +"3654",1.01,"Ideal","F","I1",62.2,54,3439,6.44,6.42,4 +"3655",0.73,"Ideal","D","VS2",62,56,3440,5.74,5.78,3.57 +"3656",0.85,"Ideal","E","SI2",60.7,55,3441,6.14,6.19,3.74 +"3657",0.8,"Premium","D","SI1",62.9,60,3441,5.94,5.89,3.72 +"3658",0.73,"Very Good","F","VVS2",61.9,59,3442,5.72,5.84,3.58 +"3659",0.53,"Ideal","D","VVS1",62.1,57,3442,5.15,5.18,3.21 +"3660",0.77,"Ideal","D","VS2",61.3,56,3442,5.87,5.9,3.61 +"3661",0.86,"Ideal","G","SI2",61.9,55,3442,6.11,6.14,3.79 +"3662",0.82,"Very Good","I","VVS1",62.8,58,3443,5.95,5.99,3.75 +"3663",0.76,"Good","D","VS2",63.5,55,3443,5.81,5.85,3.7 +"3664",0.76,"Ideal","D","VS2",61.2,57,3443,5.89,5.91,3.61 +"3665",1,"Fair","F","SI2",65.7,61,3443,6.13,6.11,4.02 +"3666",1.09,"Fair","J","VS2",64.6,58,3443,6.48,6.41,4.16 +"3667",1.22,"Very Good","J","SI2",63.5,58,3443,6.8,6.75,4.3 +"3668",1.03,"Ideal","F","I1",61.1,55,3444,6.51,6.54,3.99 +"3669",0.71,"Very Good","H","IF",60.2,61,3444,5.76,5.8,3.48 +"3670",1.03,"Premium","F","I1",62.3,59,3444,6.42,6.46,4.01 +"3671",1.02,"Premium","J","SI1",58.9,62,3444,6.51,6.43,3.81 +"3672",0.78,"Premium","E","VS1",62.5,57,3444,5.94,5.9,3.7 +"3673",0.9,"Very Good","I","VS2",61.4,58,3445,6.16,6.26,3.81 +"3674",0.9,"Very Good","G","SI2",62,59,3445,6.14,6.19,3.82 +"3675",0.9,"Premium","G","SI2",60.4,58,3445,6.25,6.3,3.79 +"3676",0.9,"Very Good","G","SI2",61.1,55,3445,6.21,6.26,3.81 +"3677",0.9,"Ideal","J","SI1",62.7,56,3445,6.21,6.16,3.88 +"3678",0.7,"Good","F","VVS2",62.5,58,3445,5.68,5.75,3.57 +"3679",0.91,"Very Good","G","SI1",63.1,63,3445,6.16,6.11,3.87 +"3680",0.78,"Premium","F","VS1",61.5,58,3446,5.93,5.98,3.66 +"3681",0.51,"Ideal","D","IF",62,56,3446,5.14,5.18,3.2 +"3682",0.76,"Ideal","F","VS1",61.6,56,3446,5.87,5.91,3.63 +"3683",0.51,"Ideal","D","IF",62.1,55,3446,5.12,5.13,3.19 +"3684",0.7,"Ideal","E","VS1",61,56,3446,5.7,5.77,3.5 +"3685",0.81,"Ideal","H","SI1",61.4,56,3446,6,6.05,3.7 +"3686",0.9,"Very Good","H","SI1",62.6,58,3447,6.08,6.12,3.82 +"3687",0.9,"Very Good","I","VS1",62.6,58,3447,6.14,6.17,3.85 +"3688",0.9,"Good","I","VS1",62.8,59,3447,6.11,6.18,3.86 +"3689",0.9,"Good","H","SI1",62.8,62,3447,6.05,6.09,3.81 +"3690",0.9,"Very Good","H","SI1",61,59,3447,6.11,6.16,3.74 +"3691",0.9,"Very Good","H","SI1",62.3,63,3447,6.06,6.13,3.8 +"3692",0.9,"Very Good","H","SI1",58.7,59,3447,6.3,6.35,3.71 +"3693",0.7,"Premium","G","IF",60,59,3447,5.75,5.79,3.46 +"3694",0.9,"Good","H","SI1",62.1,61,3447,6.07,6.11,3.78 +"3695",0.76,"Premium","E","VS2",60.5,56,3447,5.98,5.95,3.61 +"3696",0.7,"Ideal","D","VS2",62.7,57,3448,5.65,5.67,3.55 +"3697",0.72,"Very Good","G","VVS2",60.1,60,3449,5.79,5.82,3.49 +"3698",1.04,"Very Good","I","SI2",61.6,58,3449,6.47,6.58,4.02 +"3699",0.9,"Very Good","E","SI2",64.2,54,3449,6.08,6.11,3.91 +"3700",0.9,"Good","E","SI1",63.8,56,3449,6.17,6.09,3.91 +"3701",1,"Premium","E","SI2",62.9,61,3450,6.3,6.23,3.94 +"3702",1,"Good","E","SI2",64.3,58,3450,6.18,6.11,3.95 +"3703",0.72,"Ideal","D","VS2",62.1,54,3450,5.76,5.81,3.59 +"3704",1,"Ideal","E","SI2",62.9,56,3450,6.32,6.3,3.97 +"3705",1,"Ideal","E","SI2",62.9,56,3450,6.32,6.3,3.97 +"3706",1,"Premium","E","SI2",61,59,3450,6.4,6.33,3.88 +"3707",1.01,"Ideal","E","I1",62,57,3450,6.41,6.37,3.96 +"3708",0.7,"Premium","G","VVS2",59.3,54,3450,5.89,5.78,3.46 +"3709",0.77,"Premium","F","VVS2",60.5,56,3450,5.94,5.9,3.58 +"3710",1,"Premium","E","SI2",58.5,59,3450,6.62,6.51,3.84 +"3711",0.7,"Ideal","G","VS2",61.6,56,3451,5.7,5.73,3.52 +"3712",1.02,"Ideal","J","VVS2",62.7,57,3451,6.45,6.37,4.02 +"3713",0.93,"Very Good","H","SI2",61.9,57,3452,6.25,6.31,3.89 +"3714",0.9,"Very Good","G","SI2",63.1,55,3452,6.16,6.13,3.88 +"3715",0.84,"Very Good","E","SI1",58.8,58,3453,6.16,6.28,3.66 +"3716",0.73,"Ideal","E","SI1",61.5,56,3453,5.79,5.82,3.57 +"3717",0.82,"Ideal","F","VS2",61.9,57,3453,5.99,5.96,3.7 +"3718",0.91,"Premium","H","SI2",60.9,61,3453,6.24,6.18,3.78 +"3719",0.9,"Good","F","SI2",63.9,55,3453,6.15,6.12,3.92 +"3720",0.74,"Ideal","F","VS2",61.9,57,3454,5.79,5.81,3.59 +"3721",0.3,"Very Good","E","VS1",63,57,568,4.25,4.29,2.69 +"3722",0.36,"Good","H","VS2",63.5,54,568,4.55,4.59,2.9 +"3723",0.36,"Ideal","I","VS1",60.5,57,568,4.56,4.59,2.77 +"3724",0.36,"Good","I","VS1",63.3,56,568,4.51,4.56,2.87 +"3725",0.36,"Ideal","H","VS2",62.1,55,568,4.57,4.58,2.84 +"3726",0.36,"Ideal","I","VS1",62.1,56,568,4.55,4.59,2.84 +"3727",0.3,"Good","D","VS2",63.1,58,568,4.26,4.3,2.7 +"3728",0.36,"Ideal","H","VS2",62.1,55,568,4.57,4.61,2.85 +"3729",0.3,"Good","E","VS1",63.2,57,568,4.26,4.29,2.7 +"3730",0.36,"Very Good","H","VS2",60,62,568,4.58,4.62,2.76 +"3731",0.36,"Very Good","I","VS1",60.9,61,568,4.58,4.61,2.8 +"3732",0.36,"Very Good","I","VS1",60.3,60,568,4.58,4.64,2.78 +"3733",0.36,"Ideal","I","VS1",62.1,57,568,4.54,4.58,2.83 +"3734",0.26,"Very Good","E","VVS2",60.5,55,569,4.1,4.16,2.5 +"3735",0.35,"Ideal","J","IF",61.8,55,569,4.54,4.56,2.81 +"3736",0.35,"Ideal","J","IF",61.8,53,569,4.58,4.61,2.84 +"3737",0.3,"Ideal","F","VS2",61.1,55,569,4.37,4.32,2.66 +"3738",0.3,"Ideal","F","VS2",62.3,58,569,4.26,4.23,2.64 +"3739",0.33,"Ideal","I","VVS1",61.7,55.7,570,4.43,4.45,2.74 +"3740",0.41,"Good","G","SI2",63.7,55,570,4.7,4.75,3.01 +"3741",0.3,"Good","F","VS1",63.7,56,570,4.26,4.28,2.72 +"3742",0.3,"Premium","E","VS2",61.7,60,570,4.28,4.31,2.65 +"3743",0.3,"Ideal","F","VS1",61.7,56,570,4.32,4.34,2.67 +"3744",0.3,"Ideal","F","VS1",61,56,570,4.35,4.37,2.66 +"3745",0.3,"Premium","F","VS1",61,58,570,4.33,4.36,2.65 +"3746",0.3,"Very Good","F","VS1",61,60,570,4.3,4.22,2.6 +"3747",0.3,"Ideal","F","VS1",61.3,55,570,4.32,4.36,2.66 +"3748",0.3,"Ideal","F","VS1",62.6,57,570,4.29,4.34,2.7 +"3749",0.23,"Premium","F","VVS2",61.3,59,571,3.99,3.94,2.43 +"3750",0.36,"Very Good","I","VVS2",59.7,55,571,4.65,4.69,2.79 +"3751",0.74,"Ideal","D","VS2",62.2,56,3454,5.79,5.81,3.61 +"3752",0.78,"Ideal","D","SI2",61.4,57,3454,5.91,5.94,3.64 +"3753",0.7,"Ideal","D","SI1",61.8,56,3454,5.7,5.72,3.53 +"3754",0.96,"Good","H","SI2",56.7,62,3454,6.51,6.39,3.66 +"3755",1.02,"Very Good","E","I1",60.4,62,3455,6.47,6.52,3.92 +"3756",1.02,"Premium","J","SI2",61.4,60,3455,6.5,6.44,3.97 +"3757",0.9,"Ideal","I","SI1",62.3,57,3455,6.12,6.15,3.82 +"3758",1.02,"Ideal","E","SI2",62.3,56,3455,6.42,6.37,3.98 +"3759",0.75,"Ideal","D","VS2",62.4,55,3456,5.83,5.8,3.63 +"3760",0.86,"Ideal","E","SI1",62.3,54,3456,6.13,6.07,3.8 +"3761",0.94,"Premium","F","SI2",62.4,58,3456,6.23,6.17,3.87 +"3762",0.71,"Ideal","F","VS1",62.1,56,3457,5.69,5.75,3.55 +"3763",0.9,"Premium","F","SI2",61.1,54,3457,6.29,6.27,3.84 +"3764",1.05,"Premium","J","SI2",60.9,60,3457,6.59,6.51,3.99 +"3765",0.9,"Very Good","F","SI2",63.1,58,3457,6.13,6.11,3.86 +"3766",0.9,"Very Good","F","SI2",63.1,56,3457,6.18,6.12,3.88 +"3767",0.9,"Premium","F","SI2",61.6,58,3457,6.23,6.15,3.81 +"3768",1.5,"Premium","H","I1",60.1,57,3457,7.4,7.28,4.42 +"3769",1.04,"Very Good","J","SI2",62.8,57,3459,6.44,6.5,4.06 +"3770",1.02,"Ideal","G","I1",61.2,56,3459,6.47,6.5,3.97 +"3771",0.9,"Premium","J","VVS2",62.5,61,3459,6.15,6.08,3.82 +"3772",0.73,"Ideal","G","VS1",60.9,59,3459,5.79,5.83,3.54 +"3773",0.72,"Premium","D","VVS2",60,57,3459,5.92,5.84,3.53 +"3774",0.82,"Very Good","G","VS1",63.3,56,3460,5.96,5.98,3.78 +"3775",0.8,"Very Good","F","VS1",63.7,56,3460,5.87,5.9,3.75 +"3776",1.03,"Ideal","F","SI2",62.6,57,3461,6.44,6.4,4.02 +"3777",0.71,"Very Good","F","VVS1",61.8,55,3461,5.71,5.77,3.55 +"3778",1.01,"Fair","G","SI2",65.1,58,3461,6.29,6.21,4.07 +"3779",1.01,"Premium","G","SI2",61.5,58,3461,6.51,6.44,3.98 +"3780",1.06,"Ideal","F","SI2",62.7,56,3461,6.52,6.47,4.07 +"3781",1.01,"Premium","I","SI2",62.9,58,3461,6.34,6.31,3.98 +"3782",0.74,"Premium","D","VS1",62.3,58,3461,5.79,5.77,3.6 +"3783",1.01,"Good","G","SI2",64,59,3461,6.34,6.31,4.05 +"3784",0.96,"Ideal","I","VS2",59.8,57,3462,6.42,6.39,3.83 +"3785",0.74,"Premium","E","VS1",61.1,58,3462,5.81,5.84,3.56 +"3786",0.75,"Ideal","E","VS1",62,55,3462,5.83,5.88,3.66 +"3787",1.01,"Very Good","J","SI2",63.5,59,3462,6.3,6.36,4.02 +"3788",0.81,"Very Good","D","SI1",63.1,57,3462,5.91,5.94,3.74 +"3789",0.74,"Ideal","G","VVS2",62.2,57,3462,5.75,5.79,3.59 +"3790",0.73,"Ideal","F","VVS2",61.7,54,3463,5.82,5.76,3.57 +"3791",0.91,"Very Good","D","SI2",62,62,3463,6.16,6.25,3.85 +"3792",0.73,"Ideal","H","VVS2",61.6,56,3463,5.8,5.82,3.57 +"3793",0.7,"Good","D","VS1",60.4,62,3463,5.73,5.76,3.47 +"3794",0.71,"Very Good","E","VS1",62.6,59,3464,5.68,5.76,3.58 +"3795",0.71,"Very Good","E","VS1",61.6,59,3464,5.65,5.72,3.5 +"3796",0.9,"Very Good","I","SI2",60.5,56,3464,6.22,6.24,3.77 +"3797",0.73,"Ideal","D","VS2",61.6,56,3464,5.78,5.82,3.57 +"3798",0.71,"Ideal","E","VS1",60.4,57,3464,5.75,5.81,3.49 +"3799",0.71,"Good","E","VS1",59.4,61,3464,5.8,5.89,3.47 +"3800",1,"Good","I","SI2",63.9,60,3465,6.26,6.3,4.01 +"3801",1,"Ideal","J","SI2",62.1,56,3465,6.34,6.41,3.96 +"3802",1,"Very Good","J","SI1",61.9,62,3465,6.33,6.36,3.93 +"3803",0.56,"Ideal","D","VVS1",61.9,56,3465,5.28,5.32,3.28 +"3804",0.71,"Very Good","D","VS1",62.9,56,3465,5.65,5.7,3.57 +"3805",0.9,"Very Good","F","SI2",63.4,60,3465,6.06,6.09,3.85 +"3806",0.72,"Ideal","E","VS1",62.5,57,3465,5.73,5.76,3.59 +"3807",0.9,"Good","F","SI2",65.9,60,3465,5.98,6.01,3.95 +"3808",0.9,"Good","H","SI1",64.4,58,3465,6.04,6.08,3.9 +"3809",1.25,"Good","I","SI2",60.5,64,3465,6.91,6.82,4.15 +"3810",1.03,"Good","G","SI2",63.9,60,3466,6.33,6.37,4.06 +"3811",0.73,"Good","E","VS1",59,61,3466,5.88,5.92,3.48 +"3812",0.73,"Ideal","D","VS2",61.4,56,3467,5.81,5.78,3.56 +"3813",0.9,"Very Good","F","SI2",61.3,60,3468,6.18,6.22,3.8 +"3814",0.55,"Ideal","D","VVS2",60.8,56,3468,5.29,5.32,3.23 +"3815",0.55,"Ideal","D","VVS2",61.5,56,3468,5.26,5.28,3.24 +"3816",0.55,"Ideal","D","VVS2",60.8,56,3468,5.31,5.34,3.24 +"3817",0.7,"Ideal","F","VS2",61,55,3468,5.74,5.79,3.52 +"3818",0.77,"Ideal","H","VS1",61.3,56,3468,5.91,5.97,3.64 +"3819",0.9,"Premium","I","SI1",62.1,59,3468,6.2,6.17,3.84 +"3820",1.11,"Premium","I","SI2",62.5,56,3469,6.63,6.55,4.12 +"3821",0.73,"Ideal","E","VS2",61.7,57,3470,5.75,5.78,3.55 +"3822",0.9,"Good","F","SI2",57.9,62,3470,6.23,6.35,3.64 +"3823",0.7,"Premium","D","VS1",62.5,60,3471,5.62,5.67,3.53 +"3824",0.8,"Very Good","F","VS2",62.1,60,3471,5.86,5.92,3.66 +"3825",0.8,"Very Good","F","VS1",63.6,56,3471,5.83,5.94,3.74 +"3826",0.73,"Ideal","E","VS1",61.4,55,3471,5.8,5.82,3.57 +"3827",0.7,"Ideal","D","SI1",61.6,57,3471,5.69,5.74,3.52 +"3828",0.7,"Ideal","D","SI1",61.8,55,3471,5.72,5.74,3.54 +"3829",0.73,"Good","E","VS1",60.8,61,3471,5.77,5.8,3.52 +"3830",0.7,"Ideal","E","VS1",62.1,56,3472,5.7,5.66,3.53 +"3831",1,"Premium","H","SI2",61,60,3472,6.42,6.36,3.9 +"3832",1,"Ideal","I","SI1",58.5,55,3472,6.47,6.42,3.77 +"3833",0.88,"Very Good","H","VS2",63.2,57,3472,6.08,6.15,3.87 +"3834",0.78,"Very Good","G","VS1",61.5,55,3472,5.92,5.97,3.66 +"3835",1,"Good","H","SI2",63.7,58,3472,6.28,6.15,3.96 +"3836",1,"Premium","H","SI2",59,58,3472,6.62,6.5,3.87 +"3837",1,"Fair","H","SI2",66.1,59,3472,6.18,6.13,4.07 +"3838",0.9,"Very Good","D","SI2",60.3,63,3473,6.22,6.12,3.72 +"3839",0.9,"Good","D","SI2",60.3,64,3473,6.14,6.1,3.69 +"3840",0.9,"Fair","D","SI2",64.9,57,3473,6.03,5.98,3.9 +"3841",0.9,"Premium","D","SI2",63,58,3473,6.16,6.12,3.87 +"3842",0.9,"Fair","D","SI2",64.5,61,3473,6.1,6,3.9 +"3843",0.9,"Very Good","I","VS2",63.1,57,3473,6.12,6.09,3.85 +"3844",0.78,"Premium","D","VS2",63,58,3473,5.86,5.8,3.67 +"3845",0.91,"Premium","H","SI1",60.9,58,3475,6.22,6.26,3.8 +"3846",0.72,"Ideal","H","VVS2",60.9,56,3475,5.78,5.84,3.54 +"3847",0.84,"Ideal","I","VS2",61.7,55,3475,6.07,6.11,3.76 +"3848",0.74,"Very Good","D","VS2",59.8,58,3476,5.9,5.94,3.54 +"3849",0.7,"Very Good","D","VS1",61.6,58,3477,5.67,5.73,3.51 +"3850",0.8,"Good","F","VS1",59,60.9,3477,6.03,6.04,3.56 +"3851",1.01,"Fair","F","SI2",64.8,55,3477,6.37,6.26,4.1 +"3852",0.91,"Very Good","J","VS2",61.9,59,3478,6.11,6.16,3.8 +"3853",0.7,"Ideal","F","VVS2",61,57,3478,5.73,5.75,3.5 +"3854",0.72,"Ideal","G","VS1",61.6,56,3478,5.75,5.78,3.55 +"3855",0.72,"Ideal","G","VS1",61.3,56,3478,5.75,5.8,3.54 +"3856",0.72,"Ideal","G","VS1",61.2,57,3478,5.76,5.79,3.53 +"3857",0.72,"Ideal","G","VS1",61.7,56,3478,5.75,5.78,3.56 +"3858",0.72,"Ideal","G","VS1",61.4,56,3478,5.75,5.79,3.55 +"3859",0.72,"Ideal","G","VS1",61.8,56,3478,5.74,5.76,3.55 +"3860",0.72,"Ideal","G","VS1",60.3,57,3478,5.82,5.86,3.52 +"3861",0.72,"Ideal","G","VS1",61.5,57,3478,5.74,5.79,3.54 +"3862",0.72,"Ideal","G","VS1",61,55,3478,5.81,5.83,3.55 +"3863",0.72,"Ideal","G","VS1",60.4,57,3478,5.81,5.84,3.52 +"3864",0.86,"Ideal","E","SI2",60,56,3478,6.22,6.24,3.74 +"3865",0.9,"Premium","G","SI2",62.4,55,3478,6.17,6.13,3.84 +"3866",0.9,"Very Good","G","SI2",60.3,63,3478,6.33,6.25,3.79 +"3867",0.9,"Premium","I","VS2",61.6,58,3478,6.15,6.09,3.77 +"3868",0.71,"Premium","D","VS1",61.6,58,3479,5.78,5.72,3.54 +"3869",0.96,"Very Good","D","SI2",60.2,63,3480,6.3,6.36,3.81 +"3870",1.13,"Premium","H","I1",62.7,59,3480,6.58,6.63,4.14 +"3871",0.71,"Ideal","F","VS1",61.3,56,3480,5.76,5.78,3.53 +"3872",0.9,"Very Good","H","SI2",61.2,57,3481,6.21,6.27,3.82 +"3873",0.9,"Very Good","H","SI2",62.3,61,3481,6.15,6.17,3.84 +"3874",0.81,"Ideal","F","SI1",62.3,55,3481,5.96,6,3.72 +"3875",0.83,"Premium","E","SI1",60.7,58,3482,6.06,6.09,3.69 +"3876",0.9,"Very Good","E","SI2",63.7,56,3482,6.08,6.13,3.89 +"3877",0.83,"Ideal","F","SI1",62.8,56,3482,5.97,6.01,3.76 +"3878",1.01,"Fair","H","SI1",64.4,59,3482,6.22,6.17,3.99 +"3879",1.02,"Very Good","J","SI1",61.9,60,3483,6.37,6.42,3.96 +"3880",0.9,"Very Good","I","VS1",63.2,57,3484,6.1,6.05,3.84 +"3881",0.9,"Premium","I","VS1",62.9,60,3484,6.09,6.05,3.82 +"3882",0.9,"Very Good","I","VS1",63.5,57,3484,6.06,6.03,3.84 +"3883",0.9,"Good","H","SI1",63.1,63,3484,6.04,6.1,3.83 +"3884",1.01,"Good","I","VS1",64.2,60,3484,6.35,6.27,4.05 +"3885",0.9,"Premium","I","VS1",61.2,61,3484,6.2,6.15,3.78 +"3886",1.01,"Good","E","I1",61.5,65,3484,6.28,6.21,3.84 +"3887",0.91,"Good","H","SI1",63.9,60,3485,6.08,6.13,3.9 +"3888",0.98,"Premium","F","SI2",62.3,56,3485,6.44,6.35,3.98 +"3889",0.75,"Premium","G","VVS2",62.5,56,3486,5.84,5.78,3.63 +"3890",0.74,"Ideal","D","VS2",62,57,3487,5.79,5.83,3.6 +"3891",0.73,"Ideal","G","VVS1",61.6,56,3487,5.77,5.82,3.57 +"3892",0.77,"Very Good","E","VS1",59.4,61,3488,5.98,5.94,3.54 +"3893",0.9,"Very Good","I","VS2",63.4,57,3489,6.07,6.1,3.86 +"3894",0.9,"Very Good","I","VS2",63.4,56,3489,6.09,6.12,3.87 +"3895",0.77,"Very Good","D","VS2",61.2,59,3489,5.86,5.91,3.6 +"3896",0.77,"Good","D","VS2",63.1,57,3489,5.83,5.86,3.69 +"3897",0.9,"Very Good","G","SI2",61.4,58,3489,6.16,6.21,3.8 +"3898",0.91,"Very Good","F","SI2",63.1,56,3489,6.13,6.17,3.88 +"3899",0.89,"Premium","H","VS1",60.5,59,3489,6.22,6.17,3.75 +"3900",0.92,"Ideal","J","VS1",62,55,3489,6.24,6.27,3.88 +"3901",0.72,"Ideal","F","VS1",61.8,56,3489,5.72,5.77,3.55 +"3902",0.9,"Good","G","SI2",62.7,59,3489,6.04,6.12,3.81 +"3903",0.9,"Premium","G","SI2",59.9,58,3492,6.22,6.27,3.74 +"3904",0.73,"Very Good","E","VS1",61.5,57,3492,5.78,5.83,3.57 +"3905",0.9,"Very Good","H","SI2",62.1,58,3492,6.1,6.18,3.81 +"3906",0.72,"Ideal","G","VVS1",62.2,54.4,3492,5.73,5.76,3.57 +"3907",0.72,"Very Good","D","VS2",62.9,58,3493,5.67,5.71,3.58 +"3908",0.73,"Ideal","F","VS1",61.4,55,3493,5.81,5.84,3.57 +"3909",0.71,"Very Good","F","VVS2",60.6,58,3494,5.76,5.79,3.5 +"3910",0.8,"Premium","E","VS2",63,56,3494,5.91,5.84,3.7 +"3911",0.54,"Ideal","D","VVS1",61.2,57,3494,5.25,5.27,3.22 +"3912",0.8,"Ideal","G","VS2",62.1,57,3494,5.95,6,3.71 +"3913",0.78,"Premium","E","VS2",62.8,60,3494,5.86,5.79,3.66 +"3914",0.72,"Very Good","E","VVS2",61.3,60,3495,5.73,5.76,3.52 +"3915",0.74,"Ideal","G","VVS2",60.9,58,3495,5.85,5.88,3.57 +"3916",0.72,"Ideal","F","VS2",61.3,55,3495,5.78,5.83,3.56 +"3917",0.72,"Ideal","D","VS2",62.6,58,3495,5.7,5.73,3.58 +"3918",0.83,"Premium","F","VS2",60.2,60,3495,6.09,6.04,3.65 +"3919",1.02,"Premium","J","SI1",61.2,57,3496,6.58,6.43,3.98 +"3920",1.02,"Premium","G","SI2",61.8,58,3496,6.47,6.4,3.98 +"3921",0.56,"Ideal","D","VVS1",61.9,56,3496,5.32,5.28,3.28 +"3922",0.91,"Very Good","F","SI2",63.5,56,3496,6.16,6.12,3.89 +"3923",0.74,"Very Good","E","SI1",59.9,56,3497,5.89,5.93,3.54 +"3924",0.81,"Ideal","H","VVS2",62,57,3497,5.93,5.97,3.69 +"3925",0.76,"Ideal","E","VS2",61.5,59,3497,5.84,5.86,3.6 +"3926",0.74,"Ideal","E","SI1",60.8,56,3497,5.85,5.89,3.57 +"3927",1.51,"Good","G","I1",64,59,3497,7.29,7.17,4.63 +"3928",0.74,"Very Good","D","VS2",62.2,59,3498,5.8,5.84,3.62 +"3929",0.9,"Ideal","J","VS1",62.4,56,3498,6.15,6.18,3.85 +"3930",0.91,"Premium","H","SI2",62.1,56,3498,6.24,6.15,3.85 +"3931",1.01,"Premium","J","SI2",61.7,58,3499,6.4,6.44,3.96 +"3932",1.01,"Premium","J","SI2",61.8,60,3499,6.37,6.41,3.95 +"3933",1.01,"Very Good","J","SI1",62.9,57,3499,6.35,6.37,4 +"3934",0.62,"Ideal","F","VVS1",61.9,56,3499,5.46,5.48,3.38 +"3935",0.71,"Ideal","F","VVS2",62,57,3499,5.7,5.65,3.52 +"3936",0.9,"Very Good","H","SI1",63.3,58,3500,6.04,6.13,3.85 +"3937",0.93,"Good","H","VS1",59.1,64,3500,6.36,6.27,3.73 +"3938",0.9,"Ideal","G","SI2",62.4,56,3500,6.14,6.19,3.85 +"3939",0.83,"Ideal","F","SI1",61.7,57,3500,6.04,6.08,3.74 +"3940",0.9,"Fair","H","VS1",65.9,60,3500,5.99,5.96,3.94 +"3941",1.01,"Ideal","H","SI2",61.6,56,3501,6.48,6.44,3.98 +"3942",0.7,"Premium","D","VS1",61,59,3501,5.79,5.72,3.51 +"3943",0.8,"Very Good","D","SI1",62.9,60,3502,5.89,5.94,3.72 +"3944",0.72,"Ideal","G","VVS1",62.2,57,3502,5.72,5.75,3.57 +"3945",0.71,"Ideal","D","SI1",60.8,57,3502,5.75,5.78,3.5 +"3946",0.71,"Ideal","D","SI1",61.8,56,3502,5.72,5.76,3.54 +"3947",0.71,"Ideal","D","SI1",61.4,55,3502,5.78,5.82,3.56 +"3948",0.8,"Premium","F","VS2",62.1,60,3502,5.92,5.86,3.66 +"3949",0.9,"Very Good","I","SI2",61.5,57,3503,6.16,6.19,3.8 +"3950",0.85,"Ideal","E","SI1",62.8,56,3503,6.05,6.02,3.79 +"3951",0.7,"Premium","F","VVS1",61.6,59,3504,5.71,5.76,3.53 +"3952",0.71,"Ideal","G","VVS2",61.5,56,3504,5.74,5.69,3.52 +"3953",0.7,"Ideal","E","VS2",61,56,3504,5.74,5.78,3.52 +"3954",0.7,"Ideal","E","VS2",61.3,57,3504,5.73,5.75,3.52 +"3955",0.7,"Ideal","E","VS2",60.8,56,3504,5.74,5.78,3.5 +"3956",1.52,"Fair","H","I1",64.9,58,3504,7.18,7.13,4.65 +"3957",1.2,"Ideal","I","I1",61.9,56,3505,6.82,6.85,4.23 +"3958",0.9,"Good","D","SI1",61.9,64,3505,6.09,6,3.74 +"3959",0.91,"Good","G","SI1",63.1,63,3506,6.11,6.16,3.87 +"3960",0.83,"Premium","E","SI1",58.4,59,3506,6.22,6.18,3.62 +"3961",1.01,"Very Good","G","SI2",63.1,55,3507,6.36,6.31,4 +"3962",1.01,"Premium","H","SI2",62,60,3507,6.39,6.25,3.92 +"3963",0.81,"Very Good","G","VS1",63.1,58,3507,5.92,5.96,3.75 +"3964",1.01,"Premium","F","SI2",61.8,54,3507,6.47,6.42,3.98 +"3965",0.9,"Premium","F","SI2",62.2,61,3507,6.08,6.04,3.77 +"3966",0.9,"Premium","F","SI2",61.5,61,3507,6.1,6.06,3.74 +"3967",1.03,"Ideal","F","I1",61.1,55,3507,6.54,6.51,3.99 +"3968",1.19,"Very Good","E","I1",60.2,61,3508,6.87,6.91,4.15 +"3969",0.9,"Premium","E","SI1",59,59,3508,6.34,6.3,3.73 +"3970",0.9,"Very Good","E","SI1",63.5,55,3508,6.22,6.12,3.92 +"3971",0.9,"Fair","E","SI1",65.5,59,3508,6.06,6.03,3.96 +"3972",0.55,"Good","D","IF",58,62,3509,5.31,5.41,3.12 +"3973",0.73,"Ideal","D","VS1",61.1,57,3509,5.85,5.81,3.56 +"3974",0.9,"Good","E","SI1",63.8,56,3510,6.09,6.17,3.91 +"3975",1.15,"Very Good","G","I1",61.2,58,3510,6.74,6.8,4.14 +"3976",0.9,"Very Good","E","SI1",62.9,57,3510,6.11,6.17,3.86 +"3977",0.73,"Ideal","E","VS1",61.9,56,3510,5.78,5.81,3.59 +"3978",0.73,"Very Good","E","VVS2",63.4,58,3511,5.68,5.7,3.61 +"3979",0.91,"Premium","D","SI2",58.3,60,3511,6.4,6.33,3.71 +"3980",1,"Premium","H","SI1",62.2,51,3511,6.47,6.4,4 +"3981",1,"Fair","H","SI1",65.5,57,3511,6.26,6.21,4.08 +"3982",1,"Fair","H","SI1",65.5,57,3511,6.26,6.21,4.08 +"3983",1.01,"Good","G","SI2",60.8,63,3512,6.36,6.4,3.88 +"3984",1.04,"Premium","I","SI2",61.6,58,3512,6.58,6.47,4.02 +"3985",0.9,"Good","G","SI1",63.9,60,3512,6.1,6.07,3.89 +"3986",0.9,"Very Good","G","SI1",63.2,62,3512,6.19,6.09,3.88 +"3987",1.02,"Premium","J","VS2",61.6,58,3513,6.4,6.35,3.93 +"3988",0.82,"Premium","F","VS1",62.1,56,3513,6.02,5.97,3.72 +"3989",0.82,"Ideal","F","VS2",61.9,57,3514,5.96,5.99,3.7 +"3990",0.8,"Premium","G","VS1",62.5,58,3514,5.9,5.94,3.7 +"3991",0.81,"Ideal","H","SI1",61.9,56,3514,5.92,5.97,3.68 +"3992",1.06,"Very Good","I","SI2",58.4,62,3515,6.65,6.7,3.9 +"3993",0.71,"Ideal","F","VS2",61.5,55,3516,5.74,5.77,3.54 +"3994",0.71,"Ideal","F","VS2",61.8,55,3516,5.74,5.76,3.55 +"3995",0.71,"Ideal","F","VS2",61.6,56,3516,5.74,5.77,3.54 +"3996",0.71,"Ideal","E","VS1",62,56,3516,5.72,5.74,3.55 +"3997",0.9,"Ideal","H","SI2",62,57,3516,6.19,6.17,3.83 +"3998",0.76,"Very Good","E","VS2",63.4,58,3517,5.76,5.82,3.67 +"3999",0.7,"Ideal","H","VVS1",61.5,57,3517,5.69,5.73,3.51 +"4000",0.74,"Ideal","D","SI1",61.8,56,3517,5.84,5.88,3.62 +"4001",0.53,"Ideal","D","IF",61.5,54,3517,5.27,5.21,3.22 +"4002",0.94,"Very Good","F","SI2",62.4,58,3518,6.17,6.23,3.87 +"4003",0.74,"Ideal","E","VS2",60.2,55,3518,5.87,5.92,3.55 +"4004",0.71,"Ideal","D","VS1",60.9,57,3518,5.74,5.76,3.5 +"4005",0.9,"Very Good","I","VS2",63.3,58,3519,6.07,6.13,3.86 +"4006",0.9,"Very Good","F","SI2",60.3,57,3519,6.27,6.34,3.8 +"4007",0.9,"Very Good","F","SI2",61.1,54,3519,6.27,6.29,3.84 +"4008",0.9,"Very Good","F","SI2",61.4,57,3519,6.21,6.24,3.82 +"4009",0.9,"Very Good","F","SI2",61.6,58,3519,6.15,6.23,3.81 +"4010",0.9,"Good","F","SI2",63.1,58,3519,6.11,6.13,3.86 +"4011",0.9,"Very Good","F","SI2",62.4,59,3519,6.12,6.16,3.83 +"4012",0.9,"Very Good","F","SI2",62.3,58,3519,6.16,6.19,3.85 +"4013",0.9,"Good","F","SI2",63.1,56,3519,6.12,6.18,3.88 +"4014",0.79,"Very Good","F","SI1",62.9,57,3519,5.86,5.94,3.71 +"4015",1.02,"Premium","E","I1",60.4,62,3519,6.52,6.47,3.92 +"4016",1,"Ideal","E","I1",61.8,56,3520,6.38,6.43,3.96 +"4017",0.91,"Good","E","SI2",63.1,61,3520,6.04,6.14,3.84 +"4018",0.91,"Good","H","SI1",63.8,60,3520,6,6.16,3.88 +"4019",1.02,"Ideal","I","SI2",62.9,56,3521,6.45,6.37,4.03 +"4020",0.9,"Ideal","G","SI2",62.5,56,3521,6.15,6.2,3.86 +"4021",0.9,"Ideal","G","SI2",61.2,57,3521,6.24,6.28,3.83 +"4022",0.93,"Ideal","G","SI1",60.9,57,3521,6.29,6.25,3.82 +"4023",0.72,"Ideal","D","VS1",61.6,56,3522,5.73,5.8,3.55 +"4024",0.96,"Good","G","SI1",56.6,63,3522,6.52,6.39,3.67 +"4025",0.73,"Ideal","F","VVS2",61.7,54,3524,5.76,5.82,3.57 +"4026",0.7,"Ideal","H","VVS1",60.3,56,3524,5.77,5.82,3.49 +"4027",0.71,"Good","D","VS1",59.2,56,3524,5.84,5.85,3.46 +"4028",1.11,"Premium","J","SI1",59.5,58,3524,6.89,6.77,4.07 +"4029",0.75,"Ideal","G","VVS2",61.3,55,3525,5.85,5.89,3.59 +"4030",0.73,"Ideal","G","VS1",61.7,56,3525,5.76,5.79,3.56 +"4031",0.9,"Very Good","E","SI2",63.2,59,3526,6.1,6.15,3.87 +"4032",0.71,"Ideal","E","SI1",60.5,56,3527,5.81,5.84,3.53 +"4033",0.95,"Very Good","E","SI2",58.7,63,3527,6.43,6.37,3.76 +"4034",1,"Premium","F","SI1",62.4,58,3528,6.39,6.27,3.95 +"4035",1,"Ideal","G","SI2",60.3,57,3528,6.51,6.45,3.91 +"4036",0.82,"Very Good","G","VS2",62.1,56,3528,5.94,5.98,3.7 +"4037",0.73,"Ideal","D","VS2",61.4,56,3528,5.78,5.81,3.56 +"4038",1,"Good","H","SI2",63.9,58,3528,6.36,6.28,4.03 +"4039",1,"Premium","J","SI1",61.9,62,3528,6.36,6.33,3.93 +"4040",1,"Good","I","SI2",63.9,60,3528,6.3,6.26,4.01 +"4041",1.24,"Premium","E","I1",61.1,62,3528,6.91,6.86,4.21 +"4042",1,"Ideal","J","SI2",62.1,56,3528,6.41,6.34,3.96 +"4043",0.84,"Premium","E","VS2",62.4,60,3528,6.04,5.98,3.75 +"4044",1.05,"Ideal","J","VS1",60.6,56,3528,6.59,6.55,3.98 +"4045",1.05,"Ideal","H","SI2",62,57,3528,6.54,6.5,4.04 +"4046",0.92,"Premium","I","SI1",60.7,58,3529,6.3,6.25,3.81 +"4047",0.7,"Ideal","D","VS1",62.8,54,3529,5.65,5.69,3.56 +"4048",1.03,"Fair","G","SI2",65.7,58,3530,6.32,6.26,4.13 +"4049",1.03,"Ideal","I","SI2",59.8,56,3530,6.64,6.58,3.95 +"4050",1.03,"Fair","I","SI2",65.2,56,3530,6.42,6.35,4.16 +"4051",0.24,"Very Good","E","SI1",59.9,58,571,4.06,4.1,2.44 +"4052",0.35,"Ideal","H","VS2",61.2,56,571,4.54,4.55,2.78 +"4053",0.35,"Ideal","H","VS2",61.7,56,571,4.55,4.59,2.82 +"4054",0.35,"Ideal","H","VS2",61.2,56,571,4.53,4.56,2.78 +"4055",0.35,"Ideal","I","VS1",61.7,54,571,4.54,4.57,2.81 +"4056",0.35,"Ideal","I","VS1",62.1,54,571,4.54,4.57,2.83 +"4057",0.36,"Ideal","G","SI1",61.5,54,571,4.6,4.63,2.84 +"4058",0.36,"Ideal","G","SI1",61.1,55,571,4.58,4.62,2.81 +"4059",0.36,"Ideal","G","SI1",61.4,55,571,4.61,4.64,2.84 +"4060",0.32,"Ideal","G","SI1",62.6,55,571,4.41,4.38,2.75 +"4061",0.32,"Good","D","SI2",64.1,54,571,4.37,4.34,2.79 +"4062",0.34,"Very Good","E","SI2",63.1,56,571,4.51,4.46,2.83 +"4063",0.31,"Premium","D","SI1",62,58,571,4.3,4.35,2.68 +"4064",0.31,"Good","D","SI1",63.5,57,571,4.28,4.32,2.73 +"4065",0.31,"Ideal","D","SI1",62.3,54,571,4.33,4.37,2.71 +"4066",0.31,"Premium","D","SI1",61.4,58,571,4.33,4.36,2.67 +"4067",0.31,"Good","D","SI1",63.4,55,571,4.28,4.3,2.72 +"4068",0.31,"Ideal","D","SI1",61.9,57,571,4.33,4.36,2.69 +"4069",0.31,"Ideal","D","SI1",62.7,56,571,4.32,4.36,2.72 +"4070",0.31,"Very Good","D","SI1",63,55,571,4.32,4.34,2.73 +"4071",0.31,"Ideal","D","SI1",62,55,571,4.36,4.38,2.71 +"4072",0.31,"Ideal","I","VVS1",61.4,54,571,4.38,4.41,2.7 +"4073",0.31,"Good","D","SI1",63.5,56,571,4.29,4.31,2.73 +"4074",0.31,"Ideal","D","SI1",61.8,57,571,4.32,4.36,2.68 +"4075",0.31,"Ideal","D","SI1",62.4,56,571,4.33,4.35,2.71 +"4076",0.31,"Very Good","D","SI1",61.7,59,571,4.31,4.35,2.67 +"4077",0.31,"Ideal","D","SI1",61.7,57,571,4.34,4.38,2.69 +"4078",0.31,"Good","D","SI1",63.1,57,571,4.3,4.32,2.72 +"4079",0.31,"Ideal","D","SI1",61.4,55,571,4.35,4.38,2.68 +"4080",0.31,"Good","D","SI1",63.4,58,571,4.32,4.35,2.75 +"4081",0.91,"Very Good","G","SI2",60,57,3531,6.27,6.32,3.78 +"4082",0.78,"Ideal","F","VS2",60.4,58,3531,6,5.95,3.61 +"4083",0.78,"Ideal","F","VS2",61.5,56,3531,5.94,5.9,3.64 +"4084",0.78,"Ideal","F","VS2",62.3,56,3531,5.91,5.88,3.67 +"4085",1.01,"Good","F","SI2",63.8,57,3532,6.31,6.36,4.04 +"4086",0.77,"Ideal","F","VS2",61.8,56,3533,5.9,5.92,3.65 +"4087",0.96,"Fair","E","SI2",65.6,58,3533,6.11,6.15,4.02 +"4088",0.9,"Very Good","D","SI2",60.3,63,3534,6.12,6.22,3.72 +"4089",0.9,"Very Good","D","SI2",60.6,61,3534,6.14,6.2,3.74 +"4090",0.9,"Very Good","D","SI2",63,58,3534,6.12,6.16,3.87 +"4091",0.9,"Good","D","SI2",60.3,64,3534,6.1,6.14,3.69 +"4092",0.78,"Very Good","D","VS2",63,58,3534,5.8,5.86,3.67 +"4093",1.02,"Good","J","SI2",63.4,56,3534,6.36,6.42,4.05 +"4094",1.02,"Very Good","J","SI2",62.6,60,3534,6.39,6.42,4.01 +"4095",0.92,"Very Good","F","SI2",60.6,63,3534,6.34,6.25,3.81 +"4096",0.9,"Very Good","I","VS2",62.1,61,3535,6.08,6.12,3.79 +"4097",0.82,"Very Good","G","VS2",59.8,56,3535,6.13,6.18,3.68 +"4098",0.84,"Very Good","G","VS2",62,56,3535,6.07,6.09,3.77 +"4099",0.73,"Ideal","E","VVS2",61.6,55,3535,5.8,5.83,3.58 +"4100",0.7,"Ideal","D","VS1",62.2,56,3535,5.69,5.72,3.55 +"4101",1.01,"Premium","J","VS2",59.8,61,3535,6.47,6.43,3.86 +"4102",0.7,"Very Good","F","VVS1",60.6,60,3536,5.67,5.7,3.45 +"4103",0.65,"Ideal","G","IF",60.1,57,3536,5.61,5.65,3.38 +"4104",0.7,"Good","F","VVS1",61.2,61,3536,5.71,5.79,3.52 +"4105",1,"Good","J","SI2",57.8,61,3536,6.54,6.58,3.79 +"4106",0.92,"Fair","H","SI2",64.5,60,3536,6.06,6.01,3.89 +"4107",0.78,"Ideal","F","VS1",61.6,56,3537,5.9,5.92,3.64 +"4108",0.74,"Ideal","G","VVS1",62.1,54,3537,5.8,5.83,3.61 +"4109",1.08,"Ideal","J","SI2",61.8,57,3537,6.56,6.58,4.06 +"4110",0.9,"Ideal","I","SI1",62,56,3537,6.16,6.23,3.84 +"4111",0.91,"Good","E","SI2",63.9,61,3538,6.03,6.09,3.87 +"4112",0.9,"Fair","H","VS2",64.8,58,3538,6.07,6.03,3.92 +"4113",0.9,"Good","H","VS2",64,57,3538,6.14,6.11,3.92 +"4114",0.9,"Fair","H","VS2",64.6,55,3538,6.07,6,3.9 +"4115",0.78,"Premium","E","VS1",62.2,58,3538,5.9,5.86,3.66 +"4116",0.81,"Ideal","E","VS2",62,55,3538,5.99,5.97,3.71 +"4117",0.79,"Premium","G","SI1",61.2,56,3539,6,5.96,3.66 +"4118",0.79,"Very Good","E","VS2",62.7,56,3539,5.85,5.88,3.68 +"4119",0.9,"Premium","I","VS2",62.4,58,3539,6.16,6.22,3.86 +"4120",0.9,"Very Good","G","SI2",62.4,55,3539,6.13,6.17,3.84 +"4121",0.91,"Good","F","SI2",63.8,59,3539,6.04,6.09,3.87 +"4122",0.93,"Good","D","SI2",63.4,59,3540,6.15,6.18,3.91 +"4123",0.71,"Ideal","D","VS2",59.9,57,3540,5.8,5.83,3.48 +"4124",0.72,"Ideal","G","VS1",62,56,3540,5.74,5.78,3.57 +"4125",1.01,"Fair","F","SI2",64.6,59,3540,6.19,6.25,4.2 +"4126",0.64,"Very Good","E","VVS2",61.8,59,3541,5.51,5.53,3.41 +"4127",1,"Fair","G","SI2",64.7,58,3541,6.24,6.19,4.02 +"4128",1,"Good","G","SI2",58.1,65,3541,6.48,6.46,3.76 +"4129",1.52,"Premium","I","I1",61.2,58,3541,7.43,7.35,4.52 +"4130",1.13,"Ideal","F","I1",62.2,55,3542,6.63,6.68,4.14 +"4131",0.7,"Very Good","G","IF",58.5,60,3543,5.83,5.87,3.42 +"4132",0.75,"Very Good","E","VS1",61.9,58,3543,5.83,5.86,3.62 +"4133",0.72,"Ideal","D","VS2",62,54.8,3543,5.73,5.76,3.56 +"4134",1.06,"Ideal","F","I1",62.1,55,3544,6.54,6.57,4.07 +"4135",1.06,"Ideal","F","I1",61.8,55,3544,6.55,6.58,4.06 +"4136",0.81,"Very Good","G","VS1",62.6,55,3544,5.92,5.97,3.72 +"4137",0.95,"Very Good","I","SI1",61,61,3544,6.29,6.37,3.86 +"4138",0.86,"Ideal","I","VVS2",61.4,58,3544,6.07,6.1,3.74 +"4139",0.77,"Ideal","G","VS2",62.1,56,3544,5.84,5.88,3.64 +"4140",0.81,"Ideal","G","VS1",62.3,57,3544,5.99,5.95,3.72 +"4141",1.13,"Premium","H","I1",62.7,59,3544,6.63,6.58,4.14 +"4142",0.71,"Premium","G","IF",61.9,58,3545,5.74,5.77,3.56 +"4143",0.9,"Premium","H","SI1",62.7,58,3545,6.14,6.2,3.87 +"4144",0.9,"Ideal","I","VS1",62.4,57,3545,6.17,6.21,3.86 +"4145",1.07,"Fair","G","SI2",66.8,57,3545,6.34,6.26,4.21 +"4146",0.92,"Premium","I","SI1",58.8,59,3545,6.36,6.33,3.73 +"4147",1.07,"Premium","G","SI2",62.2,58,3545,6.56,6.49,4.06 +"4148",1.01,"Good","E","SI2",63.9,58,3546,6.31,6.37,4.05 +"4149",1.04,"Very Good","H","SI2",62.4,58,3546,6.4,6.49,4.02 +"4150",0.91,"Premium","F","SI2",58.9,61,3546,6.36,6.33,3.74 +"4151",0.91,"Premium","F","SI2",61,51,3546,6.24,6.21,3.8 +"4152",1.01,"Fair","H","SI1",66.4,57,3546,6.12,6.08,4.05 +"4153",0.72,"Ideal","G","VS2",61,55,3547,5.81,5.83,3.55 +"4154",1.07,"Premium","G","I1",62.3,60,3547,6.55,6.51,4.07 +"4155",0.9,"Ideal","H","SI2",62.6,57,3548,6.16,6.07,3.83 +"4156",0.72,"Ideal","G","VVS1",61.7,54.8,3548,5.73,5.77,3.55 +"4157",0.85,"Ideal","I","VS1",61.9,56,3548,6.08,6.1,3.77 +"4158",0.96,"Good","H","SI2",60.1,64,3548,6.43,6.35,3.84 +"4159",0.76,"Very Good","G","VVS2",62.3,57,3549,5.79,5.84,3.62 +"4160",1.09,"Ideal","G","I1",61,56,3549,6.62,6.66,4.05 +"4161",0.72,"Very Good","E","VS2",60,57,3550,5.81,5.86,3.5 +"4162",0.72,"Ideal","D","SI1",60.5,56,3550,5.79,5.84,3.52 +"4163",0.92,"Premium","D","SI2",62.5,59,3550,6.24,6.2,3.89 +"4164",0.75,"Very Good","F","VVS2",61.1,55,3551,5.85,5.9,3.59 +"4165",0.9,"Very Good","F","SI2",60.8,55,3552,6.25,6.28,3.81 +"4166",0.71,"Ideal","E","VS2",61.6,56,3553,5.73,5.77,3.54 +"4167",0.71,"Ideal","E","VS2",61.3,56,3553,5.76,5.79,3.54 +"4168",0.9,"Premium","F","SI2",60.7,59,3553,6.25,6.21,3.78 +"4169",1.04,"Ideal","I","SI2",61.9,56,3553,6.51,6.45,4.02 +"4170",1.03,"Premium","I","VS1",61.6,58,3553,6.5,6.42,3.98 +"4171",0.72,"Ideal","D","VS1",61.6,56,3554,5.8,5.73,3.55 +"4172",0.92,"Premium","G","SI2",62.4,57,3555,6.22,6.18,3.87 +"4173",0.92,"Premium","H","SI1",62,60,3555,6.27,6.21,3.87 +"4174",0.75,"Ideal","E","VS1",62.5,57,3555,5.8,5.85,3.64 +"4175",1.01,"Good","J","VS2",63.3,54,3555,6.34,6.42,4.04 +"4176",0.92,"Premium","G","SI2",59.4,62,3555,6.36,6.34,3.77 +"4177",0.9,"Premium","F","SI2",61.4,58,3556,6.19,6.13,3.78 +"4178",0.9,"Premium","F","SI2",61.3,59,3556,6.16,6.11,3.76 +"4179",0.83,"Premium","D","SI1",62.5,54,3556,6.08,6.02,3.78 +"4180",0.9,"Very Good","F","SI2",63.4,58,3556,6.08,6.01,3.83 +"4181",0.83,"Premium","D","SI1",59.7,59,3556,6.14,6.12,3.66 +"4182",0.73,"Premium","D","VS1",60,58,3557,5.9,5.86,3.53 +"4183",0.83,"Premium","F","VS2",60.2,60,3557,6.04,6.09,3.65 +"4184",0.91,"Ideal","G","SI2",62.7,57,3557,6.15,6.19,3.87 +"4185",0.91,"Ideal","G","SI2",61.8,56,3557,6.21,6.24,3.85 +"4186",0.88,"Ideal","H","SI1",61.6,56,3557,6.13,6.17,3.79 +"4187",0.95,"Ideal","J","VVS2",60.6,57,3558,6.4,6.34,3.86 +"4188",0.8,"Very Good","F","VS1",63.6,57,3559,5.82,5.91,3.73 +"4189",0.83,"Ideal","F","SI1",62.2,55,3560,6.01,6.03,3.74 +"4190",0.79,"Ideal","G","VS1",62,56,3561,5.91,5.94,3.67 +"4191",0.7,"Good","D","VS2",59.9,59,3561,5.69,5.73,3.42 +"4192",0.93,"Very Good","I","VS1",62.5,58,3562,6.2,6.25,3.89 +"4193",1,"Premium","F","SI2",59.2,61,3562,6.59,6.51,3.87 +"4194",1,"Ideal","F","SI2",61,55,3562,6.45,6.41,3.92 +"4195",0.75,"Ideal","D","VS2",61.7,55,3562,5.85,5.82,3.6 +"4196",0.93,"Very Good","I","VS2",63.5,57,3563,6.13,6.21,3.92 +"4197",0.78,"Very Good","F","VS1",63.3,56,3563,5.84,5.89,3.71 +"4198",1.01,"Very Good","I","SI1",63.1,58,3563,6.38,6.33,4.01 +"4199",1.01,"Premium","J","SI2",62.5,62,3563,6.41,6.36,3.99 +"4200",1.01,"Very Good","F","SI2",63.4,60,3563,6.33,6.26,3.99 +"4201",1.01,"Premium","J","SI2",61.7,58,3563,6.44,6.4,3.96 +"4202",1.01,"Premium","J","SI2",61.8,60,3563,6.41,6.37,3.95 +"4203",1.01,"Premium","F","SI2",60.2,61,3563,6.49,6.43,3.89 +"4204",0.78,"Very Good","E","VS1",61,55,3564,5.94,5.96,3.63 +"4205",1.04,"Premium","G","SI2",62.8,59,3564,6.47,6.42,4.05 +"4206",0.72,"Ideal","F","VS2",61.8,56,3564,5.72,5.74,3.54 +"4207",0.8,"Ideal","D","SI1",62.7,57,3564,5.88,5.92,3.7 +"4208",1.04,"Fair","G","SI2",66.1,60,3564,6.32,6.23,4.15 +"4209",0.73,"Very Good","E","VVS2",60.2,60,3565,5.81,5.85,3.51 +"4210",0.72,"Premium","E","VVS1",62.9,59,3566,5.75,5.67,3.59 +"4211",0.87,"Ideal","E","SI2",60.4,58,3566,6.19,6.23,3.75 +"4212",0.73,"Very Good","G","VVS1",60.2,61,3567,5.83,5.89,3.53 +"4213",0.9,"Good","D","SI1",61.9,64,3567,6,6.09,3.74 +"4214",0.7,"Very Good","D","VS1",61.2,56,3567,5.68,5.75,3.5 +"4215",0.91,"Very Good","H","VS2",63.1,56,3567,6.2,6.13,3.89 +"4216",0.9,"Premium","D","SI1",61.7,56,3568,6.16,6.09,3.78 +"4217",1,"Premium","G","SI1",60,60,3568,6.47,6.42,3.87 +"4218",0.72,"Ideal","D","SI1",61.7,55,3568,5.77,5.8,3.57 +"4219",0.9,"Very Good","F","SI2",62.7,59,3569,6.1,6.18,3.85 +"4220",0.9,"Very Good","F","SI2",62.4,58,3569,6.15,6.19,3.85 +"4221",1,"Good","D","SI2",64,59,3569,6.24,6.29,4.01 +"4222",0.97,"Ideal","F","SI2",62.4,55,3569,6.38,6.34,3.97 +"4223",0.72,"Good","D","VS1",63.3,55,3570,5.69,5.75,3.62 +"4224",0.9,"Good","E","SI1",63.5,55,3570,6.12,6.22,3.92 +"4225",0.83,"Ideal","H","VVS1",61.7,57,3570,6.02,6.07,3.73 +"4226",0.6,"Ideal","D","VVS1",61.6,56,3570,5.41,5.43,3.34 +"4227",0.9,"Very Good","I","VS2",63.2,56,3570,6.15,6.09,3.87 +"4228",1.2,"Ideal","I","I1",61.9,56,3570,6.85,6.82,4.23 +"4229",0.74,"Ideal","G","VS1",61.5,56,3572,5.79,5.82,3.57 +"4230",1.19,"Premium","E","I1",60.2,61,3572,6.91,6.87,4.15 +"4231",0.91,"Very Good","D","SI2",58.3,60,3573,6.33,6.4,3.71 +"4232",1.16,"Premium","H","SI2",62.1,58,3573,6.72,6.65,4.15 +"4233",1.1,"Very Good","I","SI1",63.5,57,3573,6.55,6.53,4.15 +"4234",0.9,"Good","G","SI1",63.2,62,3574,6.09,6.19,3.88 +"4235",0.9,"Good","G","SI1",63.9,60,3574,6.07,6.1,3.89 +"4236",0.91,"Ideal","I","SI1",62.4,56,3574,6.2,6.24,3.88 +"4237",1.15,"Premium","G","I1",61.2,58,3574,6.8,6.74,4.14 +"4238",1,"Very Good","H","SI2",59.1,62,3575,6.47,6.5,3.83 +"4239",1,"Fair","E","SI2",65.1,59,3575,6.3,6.23,4.08 +"4240",0.93,"Very Good","J","VS2",62.8,56,3576,6.14,6.22,3.88 +"4241",0.71,"Ideal","D","VS1",60.4,60,3576,5.77,5.82,3.5 +"4242",0.76,"Ideal","I","VS2",61.8,56,3577,5.85,5.89,3.63 +"4243",0.82,"Ideal","E","SI1",62.1,55,3577,5.98,6,3.72 +"4244",0.9,"Good","H","SI1",59,62,3577,6.23,6.27,3.69 +"4245",0.84,"Good","E","SI1",61.9,61,3577,6.03,6.05,3.74 +"4246",1.01,"Very Good","G","SI2",60.8,63,3577,6.4,6.36,3.88 +"4247",0.82,"Premium","E","VS2",62.6,60,3577,5.97,5.91,3.72 +"4248",0.9,"Ideal","H","SI2",62,57,3578,6.17,6.19,3.83 +"4249",0.9,"Premium","D","SI2",58.7,58,3578,6.3,6.28,3.69 +"4250",0.8,"Ideal","G","VS1",61.1,58,3578,5.96,6.03,3.66 +"4251",0.78,"Good","E","SI1",59.4,62,3578,6.02,6.07,3.59 +"4252",0.71,"Premium","F","IF",61.1,58,3578,5.8,5.72,3.52 +"4253",0.91,"Very Good","I","VS2",62.5,58,3579,6.13,6.19,3.85 +"4254",0.91,"Premium","I","VS2",62.7,58,3579,6.14,6.18,3.86 +"4255",1.06,"Premium","I","SI2",58.4,62,3579,6.7,6.65,3.9 +"4256",0.9,"Premium","D","SI2",58.8,59,3579,6.28,6.24,3.68 +"4257",0.71,"Very Good","E","VVS2",61.5,61,3580,5.7,5.75,3.52 +"4258",0.9,"Very Good","I","SI1",62.3,58,3580,6.12,6.17,3.83 +"4259",0.9,"Very Good","I","VS1",63.3,59,3580,6.1,6.06,3.85 +"4260",0.9,"Premium","I","VS1",62.2,58,3580,6.18,6.13,3.83 +"4261",1,"Good","J","VS2",64.3,59,3580,6.27,6.21,4.01 +"4262",0.9,"Very Good","I","VS2",61.6,57,3581,6.13,6.17,3.79 +"4263",0.76,"Premium","D","VS2",61.7,59,3581,5.87,5.9,3.63 +"4264",0.9,"Very Good","G","SI2",59.9,60,3581,6.19,6.23,3.72 +"4265",0.9,"Very Good","G","SI2",60.9,56,3581,6.18,6.24,3.78 +"4266",0.78,"Ideal","H","VVS2",62.1,56,3581,5.88,5.9,3.66 +"4267",1.04,"Good","F","SI2",64,60,3581,6.38,6.33,4.07 +"4268",0.8,"Ideal","H","VS1",62.2,56,3581,5.92,5.95,3.69 +"4269",1.02,"Premium","H","SI1",62.2,52,3581,6.47,6.43,4.01 +"4270",0.78,"Ideal","E","VS2",61.4,56,3582,5.91,5.95,3.64 +"4271",0.71,"Ideal","D","VS1",61.5,58,3582,5.75,5.77,3.54 +"4272",0.71,"Good","G","IF",57.8,62,3583,5.82,5.95,3.4 +"4273",0.79,"Premium","E","VS1",62.6,56,3583,5.92,5.87,3.69 +"4274",0.98,"Fair","H","SI1",68.6,58,3583,6.18,6.04,4.19 +"4275",0.9,"Very Good","E","SI2",61,59,3584,6.14,6.18,3.76 +"4276",1,"Premium","G","SI2",60.2,58,3584,6.55,6.48,3.92 +"4277",0.76,"Ideal","E","SI1",61.3,55,3584,5.87,5.91,3.61 +"4278",0.9,"Good","E","SI2",63.6,59,3584,6.05,6.09,3.86 +"4279",0.8,"Ideal","E","VS2",62.2,57,3584,5.98,5.95,3.71 +"4280",1,"Good","H","SI2",63.9,55,3584,6.41,6.34,4.07 +"4281",1,"Premium","H","SI2",61.3,57,3584,6.45,6.4,3.94 +"4282",1,"Fair","I","SI1",64.8,59,3584,6.23,6.14,4.01 +"4283",1,"Premium","H","SI2",60,62,3584,6.53,6.51,3.91 +"4284",1,"Premium","E","I1",60.9,61,3584,6.41,6.37,3.89 +"4285",1,"Ideal","E","I1",61.8,56,3584,6.43,6.38,3.96 +"4286",1,"Premium","F","SI2",60.2,58,3584,6.47,6.42,3.88 +"4287",0.7,"Ideal","E","VVS2",62.2,54,3585,5.68,5.74,3.55 +"4288",0.7,"Ideal","E","VVS2",62.4,54,3585,5.66,5.71,3.55 +"4289",0.97,"Premium","D","SI2",60.4,61,3585,6.4,6.37,3.86 +"4290",0.92,"Very Good","E","SI1",63.3,57,3586,6.22,6.17,3.92 +"4291",0.9,"Ideal","J","VS1",61.6,55,3587,6.24,6.27,3.85 +"4292",0.7,"Premium","F","VVS1",61.9,60,3587,5.68,5.63,3.5 +"4293",1.04,"Ideal","E","SI2",59,57,3588,6.65,6.6,3.91 +"4294",0.91,"Ideal","F","SI2",60.9,57,3588,6.27,6.3,3.83 +"4295",0.82,"Ideal","E","SI1",61.8,55,3588,5.97,6.01,3.7 +"4296",1.11,"Premium","D","I1",61.9,58,3589,6.63,6.66,4.11 +"4297",0.73,"Ideal","G","VS1",61.2,56,3589,5.82,5.85,3.57 +"4298",0.95,"Very Good","E","SI2",58.7,63,3590,6.37,6.43,3.76 +"4299",0.78,"Ideal","G","VS2",62,57,3590,5.9,5.86,3.65 +"4300",0.74,"Ideal","F","VS1",61.9,54,3590,5.78,5.82,3.59 +"4301",1.08,"Very Good","F","SI2",63.1,59,3590,6.51,6.46,4.09 +"4302",0.7,"Premium","G","IF",62.2,58,3591,5.63,5.69,3.52 +"4303",0.84,"Premium","E","VS2",62.4,60,3591,5.98,6.04,3.75 +"4304",1.01,"Very Good","J","SI2",61.9,59,3592,6.34,6.38,3.94 +"4305",1.01,"Very Good","H","SI2",63.4,57,3592,6.39,6.32,4.03 +"4306",0.9,"Very Good","G","SI2",62.6,60,3593,6.1,6.16,3.84 +"4307",0.82,"Very Good","D","SI1",61.3,56,3593,6.02,6.06,3.7 +"4308",0.99,"Fair","H","VS2",71.6,57,3593,5.94,5.8,4.2 +"4309",1.05,"Premium","J","VS2",59.4,62,3593,6.66,6.58,3.93 +"4310",0.74,"Ideal","F","VS1",62,57,3593,5.81,5.78,3.6 +"4311",0.93,"Premium","G","SI2",60.8,59,3594,6.35,6.28,3.84 +"4312",0.9,"Very Good","H","SI1",61.9,59,3595,6.17,6.21,3.83 +"4313",0.9,"Very Good","H","SI1",62.3,58,3595,6.16,6.19,3.85 +"4314",1.07,"Ideal","G","SI2",60.8,57,3595,6.62,6.6,4.02 +"4315",0.73,"Ideal","G","VS2",61.6,56,3595,5.8,5.83,3.58 +"4316",0.78,"Ideal","D","VS2",61.7,57,3595,5.87,5.93,3.64 +"4317",0.9,"Good","E","SI2",63.7,63,3595,6.05,6.1,3.87 +"4318",0.9,"Good","E","SI2",61.6,61,3595,6.12,6.16,3.78 +"4319",0.9,"Good","E","SI2",64.1,58,3595,6.04,6.09,3.89 +"4320",0.9,"Good","E","SI2",65.8,60,3595,5.94,5.97,3.92 +"4321",0.84,"Very Good","G","VS2",61.8,57,3596,6.04,6.07,3.74 +"4322",0.9,"Very Good","G","SI1",61.6,59,3597,6.13,6.19,3.8 +"4323",1.01,"Fair","F","SI2",60.1,66,3597,6.44,6.41,3.86 +"4324",0.8,"Ideal","D","SI1",62.6,55,3597,5.91,5.94,3.71 +"4325",1.01,"Good","F","SI2",63.8,57,3597,6.36,6.31,4.04 +"4326",1.01,"Fair","I","VS2",68.7,58,3597,6.14,6,4.19 +"4327",1.01,"Fair","F","SI2",67.3,62,3597,6.09,6.03,4.08 +"4328",1.01,"Fair","F","SI2",66.7,64,3597,6.14,6.05,4.06 +"4329",1.01,"Premium","F","SI2",61.3,58,3597,6.42,6.33,3.91 +"4330",1.01,"Premium","F","SI2",62.2,58,3597,6.4,6.37,3.97 +"4331",1.01,"Ideal","J","SI1",60.5,56,3599,6.49,6.53,3.94 +"4332",1.02,"Premium","J","SI2",62.6,60,3599,6.42,6.39,4.01 +"4333",0.9,"Premium","E","SI2",62.6,60,3599,6.18,6.09,3.84 +"4334",0.9,"Premium","E","SI2",62.2,60,3599,6.19,6.15,3.84 +"4335",1.05,"Premium","G","SI2",60.7,61,3599,6.56,6.52,3.97 +"4336",1.02,"Ideal","F","I1",61,56,3599,6.53,6.51,3.98 +"4337",0.9,"Ideal","E","SI2",62,55,3599,6.23,6.15,3.84 +"4338",1.02,"Very Good","J","SI2",63.4,56,3599,6.42,6.36,4.05 +"4339",1.5,"Premium","H","I1",61.1,59,3599,7.37,7.26,4.47 +"4340",0.9,"Good","H","VS2",64,57,3601,6.11,6.14,3.92 +"4341",0.81,"Ideal","E","VS2",62,55,3601,5.97,5.99,3.71 +"4342",0.78,"Very Good","E","VS1",60,56,3601,6,6.03,3.61 +"4343",1.02,"Very Good","J","SI2",61.1,61,3601,6.44,6.5,3.95 +"4344",0.9,"Very Good","F","SI2",61.6,56,3601,6.22,6.29,3.85 +"4345",0.72,"Ideal","E","VS2",61.1,56,3601,5.78,5.81,3.54 +"4346",0.78,"Ideal","E","VS2",61.7,55,3601,5.92,6,3.68 +"4347",0.72,"Ideal","E","VS2",60.8,56,3601,5.78,5.82,3.53 +"4348",0.72,"Ideal","E","VS2",61.4,56,3601,5.78,5.8,3.55 +"4349",0.72,"Ideal","E","VS2",61.5,56,3601,5.77,5.81,3.56 +"4350",0.72,"Premium","D","VS1",62.7,56,3601,5.76,5.69,3.59 +"4351",1.09,"Premium","G","SI2",61.3,60,3601,6.66,6.59,4.06 +"4352",0.7,"Ideal","F","VVS1",61,57,3602,5.71,5.76,3.5 +"4353",0.83,"Premium","G","VS1",58.8,58,3602,6.2,6.15,3.63 +"4354",1.13,"Ideal","H","I1",61.1,56,3603,6.71,6.77,4.12 +"4355",1.04,"Very Good","I","SI2",59.6,57,3603,6.6,6.62,3.94 +"4356",1.04,"Premium","J","SI2",62,59,3603,6.47,6.49,4.02 +"4357",0.8,"Very Good","F","VS1",63.8,55,3603,5.84,5.89,3.74 +"4358",0.83,"Very Good","F","VS1",63.3,56,3603,5.99,5.92,3.77 +"4359",1.1,"Premium","I","SI2",62.9,59,3604,6.6,6.53,4.13 +"4360",0.71,"Premium","F","VVS1",60.9,58,3604,5.76,5.8,3.52 +"4361",1.01,"Premium","D","SI2",58,60,3604,6.58,6.53,3.8 +"4362",0.9,"Good","D","VS2",57.9,62,3604,6.33,6.24,3.64 +"4363",1.1,"Premium","I","SI2",59.7,62,3604,6.8,6.64,4.01 +"4364",0.9,"Good","F","SI1",63.9,58,3604,6.12,6.08,3.9 +"4365",0.9,"Very Good","I","VS2",62.3,64,3605,6.1,6.13,3.81 +"4366",1.01,"Very Good","D","SI2",59.1,63,3605,6.54,6.59,3.88 +"4367",0.9,"Very Good","F","SI2",63.4,59,3605,6.07,6.11,3.86 +"4368",0.79,"Ideal","E","VS2",61.8,56,3605,5.91,5.94,3.66 +"4369",0.79,"Ideal","D","SI1",61.2,57,3605,5.94,5.98,3.65 +"4370",1.16,"Ideal","I","SI2",62.8,57,3605,6.8,6.64,4.22 +"4371",1.11,"Premium","H","SI2",60.4,59,3605,6.7,6.64,4.03 +"4372",0.73,"Very Good","G","VVS1",62.9,59,3606,5.7,5.78,3.61 +"4373",1.15,"Ideal","H","I1",62,55,3606,6.76,6.69,4.17 +"4374",0.73,"Very Good","E","VS1",63,60,3607,5.68,5.72,3.59 +"4375",1.13,"Premium","F","I1",62.3,56,3607,6.69,6.61,4.14 +"4376",1.03,"Good","D","SI2",63.8,54,3607,6.36,6.3,4.04 +"4377",1.13,"Ideal","F","I1",62.2,55,3607,6.68,6.63,4.14 +"4378",0.91,"Premium","F","SI2",61.7,58,3609,6.22,6.29,3.86 +"4379",1.06,"Ideal","F","I1",62.1,55,3609,6.57,6.54,4.07 +"4380",0.9,"Premium","E","SI1",62.4,57,3609,6.19,6.14,3.85 +"4381",0.31,"Very Good","D","SI1",61.1,57,571,4.35,4.36,2.66 +"4382",0.31,"Very Good","D","SI1",62.1,58,571,4.3,4.33,2.68 +"4383",0.31,"Ideal","D","SI1",62.3,55,571,4.33,4.37,2.71 +"4384",0.31,"Very Good","D","SI1",62.9,57,571,4.27,4.32,2.7 +"4385",0.31,"Ideal","I","VVS1",62,54,571,4.34,4.37,2.7 +"4386",0.31,"Premium","D","SI1",61.2,60,571,4.35,4.41,2.68 +"4387",0.31,"Good","D","SI1",63.5,56,571,4.29,4.31,2.73 +"4388",0.31,"Very Good","D","SI1",60,61,571,4.41,4.43,2.65 +"4389",0.31,"Ideal","D","SI1",61,57,571,4.38,4.41,2.68 +"4390",0.31,"Ideal","D","SI1",62.6,57,571,4.3,4.33,2.7 +"4391",0.31,"Very Good","D","SI1",62.9,56,571,4.31,4.34,2.72 +"4392",0.31,"Very Good","I","VVS1",62.8,55,571,4.33,4.36,2.73 +"4393",0.31,"Ideal","D","SI1",62.6,56,571,4.33,4.36,2.72 +"4394",0.31,"Premium","D","SI1",61.4,58,571,4.34,4.39,2.68 +"4395",0.31,"Good","D","SI1",63.5,58,571,4.27,4.3,2.72 +"4396",0.31,"Very Good","D","SI1",63,54,571,4.32,4.35,2.73 +"4397",0.31,"Good","D","SI1",63.7,54,571,4.31,4.35,2.76 +"4398",0.31,"Ideal","D","SI1",61.8,56,571,4.34,4.37,2.69 +"4399",0.31,"Ideal","D","SI1",62.1,56,571,4.33,4.37,2.7 +"4400",0.31,"Very Good","D","SI1",60.2,56,571,4.37,4.4,2.64 +"4401",0.31,"Ideal","D","SI1",61.1,56,571,4.36,4.38,2.67 +"4402",0.31,"Ideal","D","SI1",61.2,55,571,4.37,4.49,2.71 +"4403",0.31,"Ideal","D","SI1",60.8,56,571,4.32,4.37,2.64 +"4404",0.31,"Premium","I","VVS1",61,58,571,4.33,4.39,2.66 +"4405",0.31,"Ideal","D","SI1",62.4,56,571,4.31,4.35,2.7 +"4406",0.31,"Good","I","VVS1",63.1,59,571,4.25,4.31,2.7 +"4407",0.31,"Good","D","SI1",63.9,54,571,4.27,4.3,2.74 +"4408",0.31,"Ideal","D","SI1",62.6,57,571,4.3,4.32,2.7 +"4409",0.31,"Ideal","I","VVS1",62.1,56,571,4.35,4.38,2.71 +"4410",0.31,"Ideal","D","SI1",61.5,56,571,4.33,4.35,2.67 +"4411",0.91,"Good","G","SI2",63.6,56,3610,6.14,6.09,3.89 +"4412",0.72,"Very Good","H","VVS1",59.9,57,3610,5.83,5.86,3.5 +"4413",1.01,"Very Good","I","SI1",58.8,58,3610,6.52,6.57,3.85 +"4414",0.92,"Ideal","I","SI1",62.1,55,3610,6.24,6.29,3.89 +"4415",0.75,"Ideal","F","SI1",60.8,57,3610,5.87,5.9,3.58 +"4416",0.96,"Good","H","SI2",56.7,62,3611,6.51,6.39,3.66 +"4417",0.7,"Ideal","H","VVS1",60.9,57,3611,5.7,5.78,3.5 +"4418",1.01,"Good","E","SI2",63.9,58,3611,6.37,6.31,4.05 +"4419",1.04,"Premium","H","SI2",62.4,58,3611,6.49,6.4,4.02 +"4420",0.71,"Very Good","F","VVS2",62,56,3612,5.71,5.74,3.55 +"4421",0.7,"Ideal","E","VS2",61.7,55,3612,5.7,5.74,3.53 +"4422",1,"Premium","E","SI2",59.9,55,3612,6.48,6.4,3.86 +"4423",0.92,"Very Good","D","SI2",62.5,59,3613,6.2,6.24,3.89 +"4424",0.78,"Ideal","G","VS2",61.7,56,3613,5.89,5.94,3.65 +"4425",0.9,"Fair","F","SI2",64.6,56,3613,6.01,6.07,3.9 +"4426",1.15,"Ideal","G","SI2",62.8,57,3613,6.7,6.65,4.19 +"4427",0.72,"Very Good","G","IF",60.7,56,3614,5.78,5.81,3.52 +"4428",1,"Good","J","SI1",58.7,62,3614,6.47,6.51,3.81 +"4429",1.09,"Ideal","G","I1",61,56,3614,6.66,6.62,4.05 +"4430",0.91,"Very Good","G","SI2",62.9,54,3615,6.14,6.22,3.89 +"4431",0.9,"Very Good","G","SI1",63.8,53,3615,6.1,6.16,3.91 +"4432",0.9,"Very Good","G","SI1",63.4,54,3615,6.11,6.16,3.89 +"4433",1.05,"Fair","F","SI2",66,60,3615,6.3,6.22,4.13 +"4434",0.73,"Ideal","D","SI1",61.3,57,3615,5.81,5.83,3.57 +"4435",0.9,"Good","G","SI1",64.5,57,3615,6.04,6.09,3.91 +"4436",0.9,"Good","G","SI1",65,57,3615,5.96,6.01,3.89 +"4437",1.09,"Ideal","J","VS2",62.5,55,3615,6.64,6.58,4.13 +"4438",1.05,"Ideal","J","SI2",61.6,57,3616,6.55,6.51,4.02 +"4439",0.74,"Very Good","E","VVS2",61.9,59,3616,5.74,5.77,3.56 +"4440",0.73,"Good","F","VVS2",59.5,61,3616,5.8,5.83,3.46 +"4441",1,"Good","J","SI1",59.5,61,3616,6.46,6.52,3.86 +"4442",0.9,"Premium","J","VVS1",62,58,3617,6.19,6.11,3.81 +"4443",1.03,"Fair","H","SI1",65.1,57,3617,6.43,6.36,4.16 +"4444",0.91,"Premium","F","SI1",62.6,56,3618,6.18,6.13,3.85 +"4445",0.92,"Premium","H","SI1",62,60,3618,6.21,6.27,3.87 +"4446",0.92,"Very Good","G","SI2",59.4,62,3618,6.34,6.36,3.77 +"4447",0.91,"Very Good","I","VVS2",63.5,59,3618,6.1,6.06,3.86 +"4448",0.7,"Ideal","D","VS1",62.8,53.4,3618,5.64,5.68,3.55 +"4449",0.7,"Ideal","D","VS1",63.1,54,3618,5.62,5.65,3.56 +"4450",0.71,"Premium","D","VVS2",60,58,3618,5.92,5.84,3.53 +"4451",0.91,"Premium","F","SI2",61.4,60,3618,6.23,6.21,3.82 +"4452",0.9,"Ideal","F","SI2",61.9,56,3619,6.18,6.23,3.84 +"4453",0.9,"Premium","F","SI2",61.4,58,3619,6.13,6.19,3.78 +"4454",0.72,"Very Good","D","VS1",59.4,56,3619,5.85,5.9,3.49 +"4455",0.88,"Ideal","F","SI2",62.2,56,3619,6.11,6.17,3.82 +"4456",1.01,"Very Good","J","VS2",63.3,54,3620,6.42,6.34,4.04 +"4457",1.01,"Good","I","VS2",63.6,57,3620,6.3,6.21,3.98 +"4458",1.01,"Good","G","SI2",63.8,56,3620,6.32,6.22,4 +"4459",0.73,"Premium","D","VS1",60,58,3620,5.86,5.9,3.53 +"4460",0.91,"Premium","I","VS1",59.5,62,3620,6.3,6.24,3.73 +"4461",1.01,"Premium","H","SI2",60.1,58,3620,6.55,6.52,3.93 +"4462",0.93,"Premium","F","SI2",59.5,60,3620,6.39,6.36,3.79 +"4463",0.73,"Ideal","E","VS1",61.2,57,3620,5.85,5.8,3.57 +"4464",0.82,"Very Good","F","VS2",58.7,58,3621,6.1,6.2,3.61 +"4465",0.9,"Good","F","SI2",61.3,59,3621,6.12,6.15,3.76 +"4466",0.7,"Very Good","D","VVS2",62.3,56,3622,5.66,5.7,3.54 +"4467",0.7,"Very Good","D","VVS2",61.1,57,3622,5.7,5.75,3.5 +"4468",0.7,"Very Good","F","VVS1",63.1,58,3622,5.6,5.66,3.55 +"4469",0.72,"Ideal","D","VS1",61.4,56,3622,5.8,5.82,3.57 +"4470",0.72,"Ideal","D","VS1",62.3,54,3622,5.74,5.79,3.59 +"4471",0.8,"Ideal","E","SI1",62.3,54,3622,5.95,5.97,3.71 +"4472",0.82,"Ideal","E","SI1",61.8,58,3622,5.99,6.05,3.72 +"4473",0.98,"Fair","F","SI1",61.8,66,3622,6.38,6.27,3.91 +"4474",0.7,"Very Good","E","IF",63.4,58,3622,5.64,5.59,3.56 +"4475",1.1,"Ideal","F","I1",61.3,56.9,3623,6.62,6.68,4.08 +"4476",0.92,"Premium","H","SI1",62.4,58,3624,6.19,6.22,3.87 +"4477",0.94,"Very Good","H","SI2",62.7,61,3624,6.21,6.24,3.9 +"4478",0.9,"Very Good","F","SI1",63.1,58,3624,6.09,6.15,3.86 +"4479",0.81,"Ideal","F","VS2",61.9,55,3624,6,5.95,3.7 +"4480",0.81,"Ideal","F","VS2",61.8,55,3624,5.96,5.92,3.67 +"4481",0.75,"Ideal","D","VS2",61.7,55,3625,5.82,5.85,3.6 +"4482",0.92,"Very Good","F","SI2",59.9,60,3625,6.26,6.29,3.76 +"4483",0.61,"Ideal","D","VVS1",62.3,54,3625,5.4,5.45,3.38 +"4484",0.9,"Premium","E","SI1",60.7,61,3625,6.19,6.17,3.75 +"4485",0.83,"Premium","E","VS2",61.3,59,3625,6.08,6.02,3.71 +"4486",0.83,"Ideal","E","VS2",61.8,57,3625,6.04,6.03,3.73 +"4487",0.9,"Good","E","SI1",60.8,65,3625,6.31,6.18,3.8 +"4488",0.71,"Very Good","F","VVS1",62.7,58,3626,5.67,5.72,3.57 +"4489",1.01,"Good","G","SI2",63.6,58,3626,6.31,6.37,4.03 +"4490",1.01,"Good","G","SI2",63.7,58,3626,6.31,6.35,4.03 +"4491",0.9,"Good","H","SI2",64.5,58,3627,6,5.96,3.86 +"4492",0.79,"Premium","E","VS2",62.1,59,3628,5.9,5.86,3.65 +"4493",1,"Ideal","I","SI2",58.8,55,3629,6.53,6.46,3.82 +"4494",1,"Ideal","I","SI2",58.8,55,3629,6.53,6.46,3.82 +"4495",0.9,"Ideal","I","VS2",61.5,58,3629,6.19,6.23,3.82 +"4496",0.72,"Ideal","D","VS1",62.5,55,3629,5.71,5.74,3.58 +"4497",0.9,"Fair","G","SI1",64.5,57,3629,6.07,6.03,3.9 +"4498",0.9,"Ideal","H","SI1",62.8,57,3629,6.16,6.14,3.86 +"4499",0.9,"Premium","H","SI1",60,56,3629,6.33,6.27,3.78 +"4500",0.9,"Premium","H","SI1",61.9,58,3629,6.2,6.15,3.82 +"4501",0.9,"Premium","H","VS2",60,59,3629,6.23,6.16,3.72 +"4502",1.08,"Ideal","H","SI2",62,57,3629,6.65,6.55,4.06 +"4503",0.9,"Premium","F","SI2",58.4,62,3629,6.37,6.34,3.71 +"4504",0.9,"Very Good","F","SI2",60.3,63,3630,6.28,6.21,3.77 +"4505",0.8,"Ideal","E","SI1",61.7,56,3630,5.99,6.04,3.71 +"4506",1,"Fair","G","SI1",67.7,57,3631,6,6.15,4.11 +"4507",0.91,"Very Good","E","SI2",62.5,59,3632,6.16,6.23,3.87 +"4508",0.9,"Very Good","D","SI2",59.8,53,3632,6.2,6.25,3.72 +"4509",0.91,"Good","E","SI2",64.3,57,3632,6,6.04,3.87 +"4510",0.74,"Ideal","E","VVS2",61.9,57,3633,5.79,5.81,3.59 +"4511",1.02,"Good","F","SI2",59.6,64,3633,6.58,6.55,3.91 +"4512",1.06,"Fair","G","SI2",65.3,62,3633,6.33,6.25,4.11 +"4513",1.02,"Fair","F","SI2",66.6,58,3633,6.21,6.14,4.11 +"4514",1.02,"Good","F","SI2",64.2,61,3633,6.3,6.21,4.02 +"4515",0.94,"Very Good","D","SI2",62,57,3634,6.28,6.34,3.91 +"4516",1,"Premium","D","SI2",62,60,3634,6.38,6.3,3.93 +"4517",1,"Fair","D","SI2",65.2,56,3634,6.27,6.21,4.07 +"4518",1,"Good","D","SI2",64,59,3634,6.29,6.24,4.01 +"4519",1,"Fair","G","SI1",43,59,3634,6.32,6.27,3.97 +"4520",1,"Premium","G","SI1",60.1,61,3634,6.44,6.4,3.86 +"4521",1,"Premium","G","SI1",60.1,61,3634,6.44,6.4,3.86 +"4522",1.03,"Premium","J","SI2",62.8,58,3634,6.48,6.41,4.05 +"4523",1,"Good","D","SI2",63.9,56,3634,6.32,6.27,4.02 +"4524",1.03,"Ideal","F","I1",61,56,3634,6.58,6.52,3.99 +"4525",1.03,"Ideal","H","SI2",60.8,56,3634,6.56,6.47,3.96 +"4526",0.91,"Ideal","H","SI1",62.4,57,3635,6.18,6.23,3.87 +"4527",0.74,"Ideal","G","VS1",61.2,56,3635,5.83,5.86,3.58 +"4528",0.74,"Ideal","G","VS1",60.9,55,3635,5.84,5.91,3.58 +"4529",1.12,"Ideal","J","VS2",62.9,57,3638,6.55,6.52,4.11 +"4530",0.91,"Very Good","E","SI2",60.3,59,3638,6.28,6.25,3.78 +"4531",1.02,"Good","J","SI2",62.2,61,3639,6.41,6.48,4.01 +"4532",0.91,"Premium","E","SI2",61.1,59,3639,6.24,6.2,3.8 +"4533",0.91,"Premium","E","SI2",62.8,61,3639,6.09,6.07,3.82 +"4534",1.14,"Good","I","SI1",63.9,58,3639,6.64,6.6,4.23 +"4535",1,"Premium","F","SI2",59.8,58,3640,6.53,6.48,3.89 +"4536",0.76,"Very Good","F","VVS2",62.9,58,3640,5.76,5.85,3.65 +"4537",1.03,"Very Good","J","SI2",63.1,57,3640,6.41,6.43,4.05 +"4538",1,"Fair","H","SI2",65.1,58,3640,6.27,6.15,4.05 +"4539",1,"Premium","H","SI2",59.1,62,3640,6.5,6.47,3.83 +"4540",1,"Good","H","SI2",64.1,61,3640,6.36,6.27,4.05 +"4541",1,"Premium","H","SI2",59.6,62,3640,6.52,6.41,3.85 +"4542",1,"Good","I","SI1",57.6,61,3640,6.56,6.52,3.77 +"4543",1,"Good","H","SI2",63.8,55,3640,6.28,6.24,4 +"4544",1,"Very Good","I","SI1",63.3,54,3640,6.39,6.34,4.03 +"4545",1,"Premium","J","VS1",59.7,62,3640,6.52,6.46,3.87 +"4546",1,"Premium","G","SI2",63,56,3640,6.37,6.33,4 +"4547",1,"Good","H","SI2",63.8,57,3640,6.32,6.28,4.02 +"4548",0.82,"Very Good","E","VS2",62.6,60,3641,5.91,5.97,3.72 +"4549",0.85,"Ideal","F","VS2",62.4,57,3641,6.13,6.01,3.79 +"4550",0.71,"Premium","G","IF",62,58,3642,5.67,5.72,3.53 +"4551",0.91,"Ideal","F","SI2",62.7,57,3642,6.16,6.21,3.88 +"4552",0.9,"Very Good","J","VS1",62.4,57,3643,6.13,6.18,3.84 +"4553",0.9,"Very Good","D","SI2",58.8,59,3643,6.24,6.28,3.68 +"4554",0.77,"Very Good","D","VS1",62.4,58,3643,5.82,5.87,3.65 +"4555",0.81,"Very Good","E","SI1",61.9,60,3643,5.87,5.95,3.66 +"4556",0.9,"Very Good","H","SI1",63,58,3643,6.13,6.18,3.88 +"4557",1.16,"Premium","D","I1",61.8,59,3644,6.74,6.78,4.18 +"4558",0.9,"Good","I","VS1",63.3,59,3644,6.06,6.1,3.85 +"4559",0.9,"Ideal","H","SI1",61.5,57,3644,6.17,6.23,3.81 +"4560",0.9,"Very Good","I","VS1",62.2,58,3644,6.13,6.18,3.83 +"4561",0.93,"Very Good","G","SI2",60.8,62,3644,6.29,6.34,3.84 +"4562",0.7,"Ideal","F","VVS2",61.7,58,3644,5.66,5.71,3.51 +"4563",0.91,"Premium","E","SI2",61,58,3644,6.31,6.27,3.84 +"4564",0.91,"Premium","F","SI1",62.7,59,3644,6.23,6.18,3.89 +"4565",0.77,"Premium","D","VS1",62.1,57,3644,5.85,5.8,3.62 +"4566",1.16,"Good","G","SI2",63.7,57,3644,6.59,6.56,4.19 +"4567",1,"Good","G","SI2",61.4,61,3646,6.32,6.35,3.89 +"4568",0.93,"Premium","H","SI1",62.8,58,3646,6.24,6.21,3.91 +"4569",0.77,"Ideal","F","VS1",61.2,56,3647,5.9,5.93,3.62 +"4570",0.8,"Ideal","E","VS2",62.2,57,3648,5.95,5.98,3.71 +"4571",0.76,"Ideal","H","VVS1",61.9,54,3648,5.87,5.9,3.64 +"4572",0.76,"Ideal","F","VS2",61.9,57,3648,5.83,5.86,3.62 +"4573",0.76,"Ideal","G","VS1",61.3,54,3648,5.88,5.94,3.62 +"4574",0.92,"Premium","G","SI2",58.4,58,3648,6.4,6.34,3.73 +"4575",0.76,"Ideal","E","VS1",60.5,56,3649,5.94,5.99,3.61 +"4576",0.92,"Good","E","SI1",63.3,57,3649,6.17,6.22,3.92 +"4577",0.9,"Very Good","G","SI1",63.6,57,3649,6.09,6.12,3.88 +"4578",0.9,"Very Good","G","SI1",63.5,59,3649,6.07,6.11,3.87 +"4579",0.73,"Ideal","E","VS2",61.7,57,3649,5.77,5.8,3.57 +"4580",0.92,"Premium","G","SI2",62.9,58,3650,6.21,6.15,3.89 +"4581",0.93,"Very Good","J","VS1",63,53,3651,6.22,6.26,3.93 +"4582",1.02,"Premium","J","VS2",58.9,60,3651,6.57,6.53,3.86 +"4583",1,"Good","G","SI2",57.8,64,3651,6.55,6.5,3.77 +"4584",0.82,"Ideal","G","VS1",61.5,56,3652,6.01,6.05,3.71 +"4585",0.95,"Premium","H","SI2",58.8,60,3652,6.45,6.38,3.77 +"4586",0.8,"Very Good","F","VS2",62.3,57,3653,5.91,5.94,3.69 +"4587",0.91,"Very Good","F","SI2",61.6,59,3653,6.14,6.24,3.81 +"4588",0.8,"Ideal","F","VS2",62,55,3653,5.93,6,3.7 +"4589",0.76,"Very Good","G","VVS2",62.1,56,3655,5.81,5.85,3.63 +"4590",1.01,"Good","J","VS2",62.8,58,3655,6.3,6.35,3.97 +"4591",0.77,"Ideal","F","VS1",60.9,58,3655,5.91,5.95,3.61 +"4592",1.11,"Premium","D","I1",61.9,58,3655,6.66,6.63,4.11 +"4593",1.07,"Very Good","G","SI2",63.5,59,3655,6.52,6.46,4.12 +"4594",1.02,"Premium","G","SI2",62.5,58,3656,6.42,6.34,3.99 +"4595",0.9,"Very Good","I","VS1",63.3,58,3656,6.07,6.1,3.85 +"4596",0.7,"Ideal","H","VS2",61.9,56,3656,5.68,5.73,3.53 +"4597",0.7,"Ideal","H","VS2",60.8,56,3656,5.74,5.77,3.5 +"4598",0.9,"Ideal","J","VS1",62.6,54,3656,6.15,6.18,3.86 +"4599",1.02,"Good","H","SI2",64,57,3656,6.41,6.37,4.09 +"4600",1.02,"Ideal","I","SI1",62.9,57,3656,6.41,6.37,4.02 +"4601",1.01,"Premium","J","SI2",61.9,59,3658,6.38,6.34,3.94 +"4602",0.96,"Fair","H","VS2",68.8,56,3658,6.11,5.98,4.16 +"4603",0.91,"Very Good","F","SI2",62.4,58,3659,6.17,6.21,3.86 +"4604",0.9,"Good","F","SI1",62.8,64,3659,6.18,5.99,3.82 +"4605",0.73,"Ideal","E","VS1",60.9,55.8,3660,5.8,5.85,3.55 +"4606",0.9,"Good","E","SI2",59.9,61,3660,6.16,6.2,3.7 +"4607",0.91,"Good","D","SI2",63.3,62,3660,6.01,6.09,3.83 +"4608",1.09,"Premium","I","SI1",62.7,60,3662,6.57,6.51,4.1 +"4609",0.9,"Premium","E","SI2",62.2,60,3662,6.15,6.19,3.84 +"4610",0.9,"Very Good","E","SI2",62.4,57,3662,6.13,6.17,3.84 +"4611",0.9,"Premium","E","SI2",61.3,60,3662,6.17,6.23,3.8 +"4612",0.9,"Premium","E","SI2",60.8,60,3662,6.21,6.25,3.79 +"4613",0.9,"Very Good","E","SI2",62.6,60,3662,6.09,6.18,3.84 +"4614",0.9,"Ideal","E","SI2",62,55,3662,6.15,6.23,3.84 +"4615",0.7,"Ideal","F","VS1",61.2,56,3662,5.73,5.76,3.52 +"4616",1.22,"Very Good","H","I1",61.6,56,3663,6.8,6.87,4.21 +"4617",0.89,"Good","F","SI1",64.3,55,3663,6.12,6.01,3.9 +"4618",0.9,"Premium","I","VS2",60.1,59,3663,6.37,6.25,3.79 +"4619",0.91,"Very Good","I","VS2",61,57,3664,6.2,6.26,3.8 +"4620",0.87,"Very Good","D","SI1",60.2,60,3664,6.12,6.17,3.7 +"4621",0.91,"Ideal","G","SI2",62.3,56,3664,6.18,6.22,3.86 +"4622",1.01,"Premium","I","SI2",59.6,62,3665,6.56,6.5,3.89 +"4623",0.91,"Ideal","E","SI1",60.7,56,3665,6.26,6.22,3.79 +"4624",1.01,"Premium","H","SI2",59.6,60,3665,6.5,6.55,3.89 +"4625",1.19,"Ideal","H","I1",61.5,57,3665,6.79,6.83,4.19 +"4626",1.27,"Very Good","I","I1",60.2,62,3665,7,7.05,4.23 +"4627",0.91,"Premium","E","SI1",62.2,58,3665,6.29,6.18,3.86 +"4628",1.01,"Good","J","SI1",63.6,54,3665,6.44,6.36,4.07 +"4629",0.91,"Very Good","J","VS1",62.1,55,3666,6.16,6.24,3.85 +"4630",0.9,"Good","I","VS1",63.5,61,3666,5.96,6.01,3.8 +"4631",0.73,"Ideal","G","VVS1",61.3,56,3667,5.79,5.82,3.56 +"4632",0.7,"Very Good","D","VS2",60.6,60,3668,5.71,5.75,3.47 +"4633",0.78,"Very Good","D","VS2",62.2,56,3668,5.85,5.91,3.66 +"4634",1.03,"Premium","F","SI2",62.2,60,3668,6.47,6.45,4.02 +"4635",0.74,"Ideal","D","VS2",61.4,58,3668,5.8,5.83,3.57 +"4636",1.03,"Very Good","F","SI2",63.1,57,3668,6.42,6.38,4.04 +"4637",0.73,"Very Good","F","VVS2",63.8,59,3669,5.69,5.72,3.64 +"4638",0.95,"Premium","J","VVS2",62.6,59,3669,6.23,6.26,3.91 +"4639",0.85,"Very Good","D","SI1",60.3,57,3669,6.09,6.22,3.71 +"4640",0.73,"Ideal","G","VVS1",61.9,57,3669,5.76,5.8,3.58 +"4641",0.9,"Good","G","SI1",57.7,65,3669,6.25,6.29,3.62 +"4642",0.9,"Good","G","SI1",65.2,58,3669,6,6.06,3.93 +"4643",1.04,"Premium","J","SI2",62,59,3669,6.49,6.47,4.02 +"4644",0.91,"Premium","H","SI1",62.8,58,3669,6.16,6.13,3.86 +"4645",0.9,"Good","G","SI1",63.7,60,3669,6.11,6.07,3.88 +"4646",0.91,"Premium","I","VS1",61.9,57,3669,6.24,6.19,3.85 +"4647",0.9,"Very Good","G","SI1",63.1,59,3669,6.15,6.11,3.87 +"4648",0.9,"Good","I","IF",63.7,64,3669,6.07,6.02,3.85 +"4649",0.9,"Good","G","SI1",63.7,58,3669,6.12,6.09,3.89 +"4650",0.9,"Good","H","VS1",64,59,3669,6.05,6.01,3.86 +"4651",0.9,"Good","G","SI1",63.8,59,3669,6.08,6.05,3.87 +"4652",0.9,"Very Good","G","SI1",63.2,59,3669,6.1,6.05,3.84 +"4653",0.9,"Premium","G","SI1",62,61,3669,6.13,6.07,3.78 +"4654",1.12,"Premium","I","SI2",61.2,58,3669,6.72,6.68,4.1 +"4655",1,"Fair","F","SI1",66.7,57,3669,6.07,5.99,4.02 +"4656",1.04,"Ideal","H","SI2",62,57,3669,6.53,6.43,4.02 +"4657",0.91,"Ideal","I","VS1",62.5,55,3669,6.25,6.2,3.89 +"4658",0.9,"Premium","G","SI1",61.9,59,3669,6.18,6.13,3.81 +"4659",1.12,"Fair","I","SI2",64.6,57,3669,6.5,6.47,4.19 +"4660",1.17,"Premium","H","I1",62.8,58,3669,6.71,6.69,4.21 +"4661",1.13,"Ideal","H","I1",61.1,56,3669,6.77,6.71,4.12 +"4662",0.91,"Premium","H","SI1",62.2,60,3669,6.22,6.16,3.85 +"4663",1.04,"Ideal","I","SI1",59.7,56,3669,6.6,6.54,3.92 +"4664",0.9,"Premium","G","SI1",62.6,62,3669,6.08,6.06,3.8 +"4665",0.71,"Very Good","D","VVS2",62.7,59,3670,5.64,5.69,3.55 +"4666",0.85,"Ideal","G","SI1",62.2,56,3670,6.04,6.09,3.77 +"4667",1.13,"Ideal","H","SI2",60.6,57,3670,6.79,6.77,4.11 +"4668",1.01,"Premium","H","SI2",63,59,3671,6.33,6.27,3.97 +"4669",1.01,"Fair","G","SI1",66.1,56,3671,6.26,6.2,4.12 +"4670",1.01,"Good","D","SI2",63.8,61,3671,6.13,6.06,3.89 +"4671",0.76,"Ideal","G","VVS1",62,54.7,3671,5.83,5.87,3.62 +"4672",0.78,"Ideal","E","SI1",60.4,57,3671,5.95,6,3.61 +"4673",1.01,"Very Good","D","SI2",59.1,63,3671,6.59,6.54,3.88 +"4674",0.95,"Premium","G","SI2",60.5,62,3671,6.44,6.36,3.88 +"4675",0.78,"Very Good","D","VS2",59.8,60,3672,5.97,6.03,3.59 +"4676",1,"Good","F","SI2",60.6,62,3672,6.36,6.45,3.88 +"4677",1.06,"Premium","J","SI2",61.3,60,3672,6.52,6.59,4.02 +"4678",1.05,"Premium","F","SI2",61.1,59,3672,6.54,6.61,4.02 +"4679",0.7,"Ideal","G","IF",60.2,57,3672,5.78,5.84,3.5 +"4680",0.8,"Very Good","G","VS1",62.7,56,3673,5.9,5.94,3.71 +"4681",0.73,"Ideal","D","VS2",62.3,54,3673,5.77,5.8,3.6 +"4682",0.82,"Premium","G","SI1",61.8,58,3674,6.02,5.98,3.71 +"4683",0.71,"Ideal","D","SI1",61.4,56,3674,5.7,5.74,3.51 +"4684",0.71,"Ideal","D","SI1",60.6,56,3674,5.78,5.81,3.51 +"4685",0.96,"Fair","E","SI2",57.7,67,3674,6.49,6.46,3.73 +"4686",1.01,"Premium","E","SI2",62.3,55,3674,6.35,6.29,3.94 +"4687",1,"Ideal","F","SI2",61.1,54,3674,6.51,6.47,3.97 +"4688",0.81,"Premium","E","VS2",61.5,58,3674,5.99,5.94,3.97 +"4689",1.01,"Very Good","E","SI2",63.3,58,3674,6.4,6.31,4.02 +"4690",0.92,"Premium","H","SI1",62.2,58,3675,6.19,6.23,3.86 +"4691",1.03,"Premium","D","SI2",62.3,58,3675,6.5,6.4,4.03 +"4692",0.79,"Ideal","H","VVS1",62,56,3675,5.92,5.96,3.68 +"4693",0.63,"Premium","E","VS1",60.5,57,3675,5.58,5.53,3.36 +"4694",1,"Good","G","SI2",63.4,60,3676,6.22,6.34,3.98 +"4695",1.01,"Premium","H","SI2",60.3,59,3676,6.51,6.45,3.91 +"4696",1.01,"Fair","H","VS1",67.1,59,3676,6.16,6.09,4.11 +"4697",1.01,"Premium","H","SI2",61.6,60,3676,6.22,6.18,3.82 +"4698",1.01,"Very Good","I","SI1",63.2,55,3676,6.4,6.32,4.02 +"4699",1.01,"Good","I","SI1",64.1,59,3676,6.24,6.21,3.99 +"4700",0.9,"Ideal","J","IF",62.2,57,3677,6.17,6.14,3.83 +"4701",0.9,"Ideal","I","VS1",61.6,56,3677,6.22,6.16,3.81 +"4702",1.13,"Ideal","H","I1",62.2,55,3678,6.65,6.69,4.15 +"4703",1.1,"Ideal","F","I1",61.8,56,3678,6.61,6.65,4.1 +"4704",1.1,"Very Good","F","I1",59.8,61,3678,6.65,6.7,3.99 +"4705",0.9,"Very Good","F","SI1",63.6,58,3679,6.1,6.13,3.89 +"4706",0.75,"Ideal","D","VS2",61.1,55,3679,5.87,5.89,3.6 +"4707",0.92,"Very Good","E","SI2",63.2,54,3679,6.29,6.25,3.96 +"4708",1,"Good","J","SI1",63.9,60,3679,6.26,6.19,3.98 +"4709",0.9,"Ideal","F","SI2",62.3,57,3679,6.19,6.17,3.85 +"4710",0.9,"Premium","H","SI1",62,62,3679,6.13,6.03,3.77 +"4711",0.31,"Very Good","I","VVS1",62.2,60,571,4.3,4.32,2.68 +"4712",0.31,"Premium","D","SI1",60.9,60,571,4.38,4.39,2.67 +"4713",0.31,"Good","D","SI1",63.5,55,571,4.27,4.3,2.72 +"4714",0.31,"Ideal","D","SI1",62.4,53,571,4.33,4.35,2.71 +"4715",0.28,"Very Good","E","VVS2",64,54,572,4.11,4.17,2.65 +"4716",0.28,"Very Good","E","VVS2",60.1,62,572,4.25,4.27,2.56 +"4717",0.28,"Very Good","F","VVS1",58.9,62,572,4.27,4.32,2.53 +"4718",0.38,"Ideal","J","VS2",62.3,55,572,4.63,4.65,2.89 +"4719",0.24,"Ideal","F","VS1",62.7,54,572,3.99,4.02,2.51 +"4720",0.24,"Ideal","F","VS1",61.8,54,572,3.99,4.03,2.48 +"4721",0.37,"Ideal","F","SI2",60.9,56,572,4.65,4.68,2.84 +"4722",0.3,"Ideal","H","SI1",61.6,57,572,4.28,4.32,2.65 +"4723",0.33,"Premium","I","SI1",62.8,58,572,4.43,4.39,2.77 +"4724",0.33,"Ideal","I","SI1",62.7,56,572,4.44,4.4,2.77 +"4725",0.33,"Ideal","I","SI1",61.5,57,572,4.49,4.46,2.75 +"4726",0.33,"Premium","I","SI1",61.4,58,572,4.5,4.46,2.75 +"4727",0.33,"Premium","I","SI1",61.3,59,572,4.51,4.46,2.75 +"4728",0.33,"Very Good","I","SI1",63.2,58,572,4.38,4.36,2.76 +"4729",0.33,"Good","I","SI1",63.6,57,572,4.42,4.39,2.8 +"4730",0.42,"Very Good","G","SI2",59.5,61,573,4.85,4.9,2.9 +"4731",0.34,"Ideal","G","VS2",61.6,56,573,4.48,4.51,2.77 +"4732",0.3,"Ideal","F","VS2",61.6,56,573,4.3,4.33,2.66 +"4733",0.3,"Ideal","F","VS2",61.9,56,573,4.32,4.34,2.68 +"4734",0.3,"Ideal","F","VS2",62.2,55,573,4.3,4.32,2.68 +"4735",0.3,"Ideal","F","VS2",62.5,54,573,4.29,4.32,2.69 +"4736",0.3,"Ideal","F","VS2",62.3,55,573,4.3,4.34,2.69 +"4737",0.3,"Ideal","F","VS2",61.1,56,573,4.36,4.38,2.67 +"4738",0.3,"Ideal","F","VS2",60.9,56,573,4.35,4.39,2.66 +"4739",0.3,"Ideal","F","VS2",61.9,54,573,4.29,4.33,2.67 +"4740",0.3,"Ideal","F","VS2",61.7,58,573,4.28,4.31,2.65 +"4741",0.92,"Premium","E","SI2",61.8,59,3679,6.19,6.11,3.8 +"4742",0.76,"Ideal","F","VS1",62.2,56,3680,5.83,5.87,3.64 +"4743",0.9,"Very Good","G","SI1",63,57,3681,6.13,6.19,3.88 +"4744",1.01,"Very Good","G","SI2",62,58,3682,6.41,6.46,3.99 +"4745",0.91,"Premium","F","SI2",61.4,60,3682,6.21,6.23,3.82 +"4746",0.8,"Ideal","D","SI2",61.9,54,3682,5.98,5.96,3.7 +"4747",0.7,"Ideal","F","VVS1",62.5,57,3683,5.62,5.67,3.53 +"4748",0.92,"Premium","F","SI1",62.6,59,3684,6.23,6.19,3.89 +"4749",0.93,"Very Good","I","SI1",58.9,60,3685,6.43,6.48,3.8 +"4750",0.84,"Ideal","D","SI1",62.4,57,3685,6.03,6.08,3.78 +"4751",1,"Premium","J","VS2",62,62,3685,6.42,6.35,3.96 +"4752",1,"Premium","J","VS2",60.7,61,3685,6.5,6.41,3.92 +"4753",1.02,"Premium","F","SI2",62.5,58,3686,6.4,6.47,4.02 +"4754",1.21,"Ideal","I","I1",61.3,57,3686,6.94,6.89,4.24 +"4755",0.91,"Very Good","F","SI2",61.2,59,3688,6.2,6.22,3.8 +"4756",1.12,"Ideal","I","SI2",62.4,57,3688,6.69,6.62,4.15 +"4757",0.96,"Fair","F","SI2",65.2,58,3688,6.14,6.12,3.99 +"4758",0.9,"Premium","D","SI1",59.5,57,3689,6.29,6.21,3.72 +"4759",0.9,"Very Good","E","SI1",60.7,61,3689,6.17,6.19,3.75 +"4760",0.81,"Very Good","F","VS1",62.7,56,3689,5.92,5.98,3.73 +"4761",0.9,"Good","D","SI1",63.6,63,3689,6.07,6.03,3.85 +"4762",0.9,"Fair","D","SI1",64.8,59,3689,6.1,6.03,3.93 +"4763",0.9,"Fair","D","SI1",64.5,61,3689,6.05,6.01,3.89 +"4764",0.9,"Good","D","SI1",64.1,56,3689,6.07,6.04,3.88 +"4765",0.9,"Good","D","SI1",63.9,57,3689,6.1,6.04,3.88 +"4766",0.72,"Premium","F","VVS1",62.8,58,3689,5.75,5.68,3.59 +"4767",0.93,"Premium","G","SI2",62.2,55,3689,6.27,6.24,3.89 +"4768",0.71,"Good","D","VS1",64.2,58,3690,5.65,5.6,3.61 +"4769",0.72,"Ideal","E","VS1",62.1,54,3690,5.74,5.76,3.57 +"4770",1,"Good","J","SI1",61.7,62,3690,6.37,6.4,3.94 +"4771",0.96,"Premium","H","SI2",59.4,56,3690,6.47,6.42,3.83 +"4772",1.1,"Ideal","F","I1",61.3,57,3690,6.68,6.62,4.08 +"4773",0.94,"Very Good","D","SI2",60.9,62,3691,6.22,6.3,3.81 +"4774",0.71,"Very Good","F","VVS1",61.8,58,3692,5.63,5.73,3.51 +"4775",0.77,"Very Good","F","VS2",62.6,55,3692,5.85,5.88,3.67 +"4776",1.03,"Ideal","G","SI2",60.4,56,3692,6.56,6.53,3.95 +"4777",1.11,"Premium","I","SI2",61.3,59,3692,6.69,6.63,4.09 +"4778",1.03,"Very Good","F","SI2",63.3,59,3692,6.35,6.32,4.01 +"4779",1.03,"Ideal","H","SI2",60.5,57,3692,6.58,6.52,3.96 +"4780",1.23,"Fair","E","I1",67.4,56,3692,6.76,6.56,4.49 +"4781",0.97,"Ideal","H","SI2",61.6,55,3694,6.37,6.32,3.91 +"4782",0.74,"Ideal","F","VS1",62,54,3694,5.85,5.81,3.62 +"4783",1.21,"Premium","J","VS2",59,60,3694,6.93,6.88,4.07 +"4784",1,"Ideal","F","SI2",62.3,56,3696,6.34,6.27,3.93 +"4785",1.1,"Good","H","SI2",57.6,61,3696,6.82,6.73,3.9 +"4786",1,"Good","E","SI2",57.7,65,3696,6.55,6.59,3.79 +"4787",1.2,"Very Good","H","I1",58.6,57,3696,6.96,7.01,4.09 +"4788",0.9,"Good","F","SI1",64,59,3696,5.97,5.99,3.83 +"4789",1,"Fair","E","SI1",66.5,55,3696,6.21,6.19,4.12 +"4790",1,"Premium","G","SI2",59.1,59,3696,6.54,6.5,3.85 +"4791",1,"Good","E","SI1",57.6,65,3696,6.47,6.44,3.72 +"4792",1.1,"Premium","G","SI2",63,59,3696,6.5,6.47,0 +"4793",1.1,"Premium","I","SI2",62.4,59,3696,6.55,6.51,4.08 +"4794",1.1,"Premium","J","VS2",61.2,57,3696,6.66,6.61,4.06 +"4795",1.5,"Good","I","I1",63.7,61,3696,7.22,7.1,4.57 +"4796",1.2,"Fair","H","SI2",65.6,57,3696,6.73,6.57,4.36 +"4797",0.75,"Ideal","D","VS1",62.4,54,3696,5.86,5.84,3.65 +"4798",0.77,"Ideal","E","VS1",62,56,3697,5.87,5.9,3.65 +"4799",0.9,"Very Good","E","SI2",63.5,58,3697,6.08,6.14,3.88 +"4800",0.92,"Ideal","G","SI2",63,57,3697,6.16,6.13,3.87 +"4801",0.9,"Fair","H","VS2",64.7,58,3697,5.98,6.01,3.88 +"4802",0.82,"Premium","E","VS2",59.7,61,3697,6.08,6.04,3.62 +"4803",1.31,"Premium","J","SI2",59.7,59,3697,7.06,7.01,4.2 +"4804",1.01,"Good","J","SI1",63.6,54,3699,6.44,6.36,4.07 +"4805",0.9,"Very Good","F","SI1",63.8,54,3699,6.09,6.13,3.9 +"4806",0.9,"Very Good","F","SI1",63.4,57,3699,6.06,6.11,3.86 +"4807",0.9,"Good","F","SI1",58,58,3699,6.24,6.28,3.63 +"4808",1,"Fair","G","SI1",66.1,62,3700,6.1,6.03,4.01 +"4809",1.12,"Very Good","G","SI2",63.4,57,3700,6.51,6.47,4.12 +"4810",1.08,"Premium","G","SI2",59.3,61,3701,6.66,6.61,3.94 +"4811",1.02,"Premium","H","SI2",59.2,59,3701,6.57,6.54,3.88 +"4812",0.9,"Good","H","VS2",63.6,61,3701,6.03,5.97,3.8 +"4813",0.9,"Premium","E","SI2",59.2,60,3701,6.31,6.23,3.71 +"4814",0.71,"Ideal","F","VS1",61.1,56,3701,5.76,5.8,3.53 +"4815",0.71,"Ideal","F","VS1",61,56,3701,5.77,5.8,3.53 +"4816",0.71,"Good","F","VS1",61.8,57,3701,5.73,5.76,3.55 +"4817",0.77,"Ideal","F","SI1",61.7,56,3702,5.85,5.91,3.63 +"4818",0.91,"Premium","E","SI2",61.1,59,3703,6.2,6.24,3.8 +"4819",0.91,"Very Good","E","SI2",62.8,61,3703,6.07,6.09,3.82 +"4820",0.91,"Very Good","I","SI1",62.8,57,3703,6.09,6.18,3.85 +"4821",0.9,"Premium","F","SI2",60.5,57,3704,6.23,6.2,3.76 +"4822",0.9,"Ideal","F","SI2",62.6,57,3704,6.2,6.13,3.86 +"4823",0.9,"Premium","F","SI2",60.1,59,3704,6.31,6.24,3.77 +"4824",0.9,"Premium","F","SI2",62.3,57,3704,6.18,6.15,3.84 +"4825",0.9,"Premium","F","SI2",58,57,3704,6.41,6.34,3.7 +"4826",0.9,"Premium","F","SI2",61.5,59,3704,6.23,6.2,3.82 +"4827",0.9,"Premium","F","SI2",62,61,3704,6.16,6.14,3.81 +"4828",0.9,"Premium","F","SI2",61.4,62,3704,6.2,6.11,3.78 +"4829",0.9,"Premium","F","SI2",60.3,55,3704,6.35,6.28,3.81 +"4830",0.73,"Very Good","F","VVS2",62.1,57,3705,5.74,5.76,3.57 +"4831",0.85,"Very Good","F","VS2",62.2,56,3705,6.01,6.08,3.76 +"4832",0.71,"Ideal","F","VVS2",61.2,55,3705,5.73,5.84,3.54 +"4833",0.9,"Very Good","D","SI2",62.9,59,3706,6.06,6.15,3.84 +"4834",0.92,"Very Good","D","SI2",63.7,57,3707,6.12,6.21,3.93 +"4835",0.77,"Ideal","H","VVS2",61.3,56,3707,5.91,5.94,3.63 +"4836",0.72,"Ideal","H","VVS1",61.8,56,3708,5.75,5.78,3.56 +"4837",0.9,"Very Good","I","VS2",58.7,60,3709,6.28,6.35,3.71 +"4838",0.9,"Very Good","I","VS2",60.7,59,3709,6.23,6.26,3.79 +"4839",0.9,"Very Good","I","VS2",63,60,3709,6.15,6.17,3.88 +"4840",0.9,"Very Good","I","VS2",59.9,58,3709,6.17,6.22,3.71 +"4841",1.01,"Very Good","F","SI2",59.5,57,3709,6.61,6.66,3.95 +"4842",0.92,"Premium","H","SI1",59,59,3709,6.36,6.31,3.74 +"4843",0.86,"Ideal","D","SI1",62.8,56,3709,6.05,6.08,3.81 +"4844",0.91,"Very Good","H","SI1",63.4,59,3710,6.12,6.09,3.87 +"4845",0.75,"Ideal","F","VVS2",61.9,54,3710,5.83,5.84,3.61 +"4846",0.79,"Ideal","I","VS2",60.9,56,3710,5.97,5.99,3.64 +"4847",0.71,"Ideal","F","VS1",60.9,57,3710,5.76,5.78,3.51 +"4848",0.71,"Ideal","F","VS1",60.8,56,3710,5.81,5.82,3.54 +"4849",0.71,"Ideal","F","VS1",61.5,56,3710,5.72,5.76,3.53 +"4850",0.71,"Ideal","F","VS1",61.9,56,3710,5.7,5.74,3.54 +"4851",0.71,"Ideal","F","VS1",61.4,56,3710,5.75,5.78,3.54 +"4852",0.71,"Ideal","F","VS1",61.5,57,3710,5.71,5.77,3.53 +"4853",0.71,"Ideal","F","VS1",61.3,56,3710,5.69,5.75,3.51 +"4854",0.71,"Ideal","F","VS1",60.9,56,3710,5.76,5.79,3.52 +"4855",0.71,"Ideal","F","VS1",61.9,56,3710,5.69,5.72,3.53 +"4856",0.71,"Ideal","F","VS1",61.8,55,3710,5.71,5.73,3.54 +"4857",0.71,"Ideal","F","VS1",61.5,56,3710,5.72,5.75,3.52 +"4858",0.71,"Ideal","F","VS1",61.4,57,3710,5.72,5.73,3.52 +"4859",0.91,"Very Good","G","SI1",63.5,61,3710,6.1,6.05,3.86 +"4860",1.16,"Premium","D","I1",61.8,59,3711,6.78,6.74,4.18 +"4861",1,"Premium","I","SI2",61.6,59,3712,6.34,6.41,3.93 +"4862",1,"Premium","J","SI1",60.8,58,3712,6.39,6.44,3.9 +"4863",0.75,"Ideal","D","SI1",61.1,56,3712,5.85,5.9,3.59 +"4864",1.02,"Premium","I","VS2",61.1,59,3713,6.4,6.37,3.9 +"4865",0.78,"Ideal","E","VS2",61.1,55,3713,5.99,5.96,3.65 +"4866",0.92,"Very Good","G","SI2",62.4,60,3713,6.18,6.22,3.87 +"4867",0.8,"Ideal","F","VS2",61.2,58,3713,5.99,6.03,3.68 +"4868",1,"Premium","G","SI2",61.4,61,3713,6.35,6.32,3.89 +"4869",1.02,"Premium","I","SI1",60.2,60,3713,6.45,6.39,3.87 +"4870",1.02,"Good","H","SI2",64.3,60,3713,6.36,6.25,4.06 +"4871",1.02,"Premium","H","SI2",61.3,57,3713,6.51,6.45,3.97 +"4872",1,"Very Good","G","SI2",63.1,63,3713,6.33,6.23,3.96 +"4873",1.02,"Very Good","H","SI2",63.4,63,3713,6.36,6.32,4.02 +"4874",1.02,"Premium","H","SI2",60.8,58,3713,6.48,6.45,3.93 +"4875",1.02,"Ideal","H","SI2",62,56,3713,6.4,6.34,3.95 +"4876",1.02,"Ideal","I","SI1",62.1,56,3713,6.44,6.39,3.98 +"4877",0.9,"Premium","F","SI1",61.3,58,3714,6.13,6.08,3.74 +"4878",0.73,"Ideal","E","VVS2",62,57,3714,5.79,5.73,3.57 +"4879",0.9,"Very Good","E","SI2",61.6,58,3715,6.18,6.23,3.82 +"4880",0.9,"Very Good","E","SI2",62.2,54,3715,6.13,6.21,3.84 +"4881",0.79,"Ideal","E","SI1",61.6,55,3715,5.94,6.04,3.69 +"4882",0.76,"Ideal","F","VVS2",60.9,57,3716,5.89,5.96,3.61 +"4883",0.71,"Ideal","D","VS1",60.9,58,3716,5.72,5.78,3.5 +"4884",0.97,"Good","J","VS2",60,56,3717,6.4,6.46,3.86 +"4885",1.01,"Premium","F","SI2",60,60,3717,6.46,6.4,3.86 +"4886",1.01,"Good","I","VS2",57.1,63,3717,6.6,6.56,3.76 +"4887",0.75,"Very Good","E","VS2",63,57,3718,5.81,5.78,3.65 +"4888",0.9,"Very Good","G","SI1",63.6,57,3718,6.07,6.13,3.88 +"4889",0.9,"Ideal","G","SI2",62.3,56,3718,6.14,6.21,3.85 +"4890",0.9,"Good","I","VVS2",64.8,55,3718,6.04,6.15,3.95 +"4891",0.71,"Premium","D","VS1",59.2,59,3718,5.9,5.85,3.48 +"4892",1.04,"Ideal","F","I1",61.6,57,3718,6.51,6.46,4 +"4893",0.72,"Very Good","E","VVS2",62,58,3719,5.71,5.74,3.55 +"4894",0.73,"Very Good","F","VVS1",60.6,56,3720,5.79,5.83,3.52 +"4895",0.9,"Very Good","I","VS2",61.2,57,3720,6.15,6.2,3.78 +"4896",0.8,"Very Good","F","VS1",62.6,57,3720,5.9,5.98,3.72 +"4897",0.8,"Very Good","F","VS1",62.3,57,3720,5.92,5.95,3.7 +"4898",0.9,"Premium","I","VS1",61,55,3720,6.29,6.27,3.83 +"4899",0.77,"Ideal","D","VS2",61.8,56,3721,5.84,5.9,3.63 +"4900",1.01,"Premium","J","VS2",61,61,3722,6.28,6.22,3.81 +"4901",0.9,"Ideal","G","SI2",61.5,57,3722,6.07,6.19,3.77 +"4902",0.72,"Ideal","D","SI1",61.2,56,3722,5.77,5.79,3.54 +"4903",0.96,"Very Good","G","SI2",62.6,59,3723,6.18,6.29,3.9 +"4904",0.91,"Ideal","E","SI2",61.1,58,3723,6.25,6.29,3.83 +"4905",0.91,"Ideal","E","SI2",61.8,53,3723,6.22,6.3,3.87 +"4906",0.92,"Good","I","VS1",60.9,63,3723,6.27,6.34,3.84 +"4907",1.12,"Premium","F","SI2",62.4,59,3723,6.6,6.54,4.1 +"4908",0.95,"Premium","G","SI2",59.5,56,3724,6.41,6.36,3.8 +"4909",0.7,"Very Good","E","VVS1",62.5,56,3724,5.63,5.7,3.54 +"4910",0.7,"Very Good","E","VVS1",60.9,59,3724,5.67,5.81,3.5 +"4911",0.9,"Very Good","F","SI1",61.6,56,3724,6.14,6.2,3.8 +"4912",0.9,"Good","F","SI1",63.1,57,3724,6.12,6.15,3.87 +"4913",0.92,"Very Good","G","SI1",63.8,57,3724,6.13,6.16,3.92 +"4914",1.25,"Premium","F","I1",58,59,3724,7.12,7.05,4.11 +"4915",0.9,"Ideal","I","VS1",61.8,56,3724,6.2,6.23,3.84 +"4916",0.9,"Good","E","SI2",62.1,63,3724,6.09,6.12,3.79 +"4917",0.92,"Premium","I","VS1",61.4,58,3725,6.23,6.27,3.84 +"4918",0.7,"Very Good","G","IF",63,59,3725,5.58,5.62,3.53 +"4919",0.7,"Ideal","G","VVS2",61.6,57,3725,5.74,5.71,3.53 +"4920",0.9,"Fair","H","VS2",64.6,54,3725,6.09,6.14,3.95 +"4921",1.21,"Good","E","I1",63.3,63,3726,6.67,6.72,4.24 +"4922",0.91,"Very Good","F","SI2",61.4,60,3726,6.13,6.16,3.77 +"4923",1.1,"Premium","J","SI2",59.6,59,3726,6.74,6.72,4.01 +"4924",0.91,"Ideal","I","VS2",62.2,59,3726,6.13,6.18,3.83 +"4925",0.9,"Good","H","SI1",57.1,56,3726,6.33,6.28,3.6 +"4926",1.08,"Very Good","E","SI2",63.5,56,3726,6.53,6.48,4.13 +"4927",1.13,"Ideal","E","I1",62,55,3729,6.66,6.7,4.14 +"4928",1.03,"Very Good","J","SI2",58,60,3729,6.64,6.67,3.86 +"4929",0.97,"Ideal","H","SI2",60.7,55,3729,6.47,6.41,3.91 +"4930",1.11,"Very Good","J","VS2",63.2,59,3730,6.55,6.46,4.11 +"4931",0.9,"Very Good","I","SI1",60.6,56,3730,6.23,6.28,3.79 +"4932",0.9,"Good","H","SI1",61.4,60,3730,6.06,6.12,3.74 +"4933",0.91,"Fair","D","SI1",64.7,61,3730,6.06,5.99,3.9 +"4934",0.91,"Fair","D","SI1",65.2,57,3730,6.08,6.04,3.95 +"4935",0.91,"Good","D","SI1",64,58,3730,6.09,6.06,3.89 +"4936",0.9,"Premium","I","VVS2",60.9,59,3730,6.25,6.22,3.8 +"4937",1.11,"Fair","H","SI2",64.4,58,3730,6.55,6.5,4.2 +"4938",0.9,"Premium","H","SI1",60.7,59,3730,6.26,6.19,3.78 +"4939",0.98,"Very Good","H","SI2",62.1,59,3731,6.33,6.39,3.95 +"4940",1.01,"Ideal","J","SI2",61.6,55,3732,6.45,6.5,3.99 +"4941",1.01,"Premium","H","SI2",59.6,60,3732,6.55,6.5,3.89 +"4942",0.58,"Ideal","D","VVS1",62.1,55,3732,5.33,5.37,3.32 +"4943",0.76,"Ideal","D","SI1",62.3,55,3732,5.81,5.84,3.63 +"4944",0.8,"Ideal","H","VVS1",61.8,57,3732,5.93,5.89,3.65 +"4945",1.19,"Ideal","H","I1",61.5,57,3732,6.83,6.79,4.19 +"4946",1.27,"Premium","I","I1",60.2,62,3732,7.05,7,4.23 +"4947",1.01,"Ideal","F","SI2",62.4,56,3733,6.44,6.38,4 +"4948",1.01,"Premium","F","SI2",62.7,58,3733,6.38,6.32,3.98 +"4949",1.15,"Good","J","SI2",63.8,60,3733,6.63,6.56,4.21 +"4950",1.01,"Good","G","SI1",64.3,55,3733,6.34,6.31,4.07 +"4951",0.9,"Good","F","SI1",61,62,3733,6.17,6.26,3.79 +"4952",1.01,"Premium","H","SI2",60.8,59,3733,6.51,6.46,3.94 +"4953",1.01,"Ideal","I","SI2",61.9,55,3733,6.45,6.38,3.97 +"4954",1.01,"Fair","H","VS2",65.2,56,3733,6.23,6.19,4.05 +"4955",1.01,"Premium","J","SI2",61.2,59,3733,6.43,6.37,3.92 +"4956",0.9,"Good","G","SI1",62.8,59,3734,6.08,6.12,3.83 +"4957",0.9,"Good","G","SI1",63.8,59,3734,6.05,6.08,3.87 +"4958",0.9,"Premium","G","SI1",62.2,60,3734,6.1,6.16,3.81 +"4959",0.9,"Good","G","SI1",63.2,59,3734,6.05,6.1,3.84 +"4960",0.91,"Very Good","H","SI1",62.2,60,3734,6.16,6.22,3.85 +"4961",0.9,"Good","I","IF",63.7,64,3734,6.02,6.07,3.85 +"4962",0.9,"Good","H","VS1",64,59,3734,6.01,6.05,3.86 +"4963",0.9,"Very Good","G","SI1",62,61,3734,6.07,6.13,3.78 +"4964",0.9,"Good","G","SI1",63.1,59,3734,6.11,6.15,3.87 +"4965",0.9,"Good","G","SI1",63.7,58,3734,6.09,6.12,3.89 +"4966",0.9,"Good","G","SI1",63.7,60,3734,6.07,6.11,3.88 +"4967",0.91,"Very Good","H","SI1",62.8,58,3734,6.13,6.16,3.86 +"4968",0.91,"Very Good","I","VS1",61.9,57,3734,6.19,6.24,3.85 +"4969",0.9,"Good","H","SI1",58.9,61,3734,6.27,6.36,3.72 +"4970",1.13,"Premium","I","SI2",62.1,60,3734,6.74,6.66,4.16 +"4971",1.51,"Fair","F","I1",67.8,59,3734,7.09,7,4.78 +"4972",1.51,"Fair","F","I1",67.5,56,3734,7.17,7.05,4.8 +"4973",0.73,"Ideal","D","VS2",62.6,55,3735,5.71,5.76,3.59 +"4974",1.14,"Good","I","SI2",60,65,3735,6.8,6.75,4.06 +"4975",1.15,"Premium","H","SI2",59.6,59,3735,6.82,6.78,4.05 +"4976",0.78,"Ideal","D","VS2",62.9,56,3736,5.85,5.88,3.69 +"4977",0.78,"Ideal","G","VS1",61.6,55,3736,5.91,5.94,3.65 +"4978",0.9,"Good","E","SI2",63,58,3736,6.08,6.11,3.84 +"4979",0.8,"Very Good","H","VVS1",61.9,56,3737,5.93,5.96,3.69 +"4980",1.01,"Good","E","SI2",63.9,58,3737,6.37,6.31,4.05 +"4981",0.7,"Ideal","D","VVS2",60.9,59,3737,5.69,5.73,3.48 +"4982",0.93,"Very Good","G","SI2",62.7,57,3738,6.21,6.26,3.91 +"4983",1.03,"Ideal","J","SI1",62.3,57,3738,6.48,6.43,4.02 +"4984",0.71,"Ideal","G","IF",60.9,57,3739,5.74,5.79,3.51 +"4985",1.01,"Ideal","G","SI2",61.5,57,3739,6.42,6.46,3.96 +"4986",1.19,"Very Good","G","SI2",63.4,56,3739,6.69,6.56,4.2 +"4987",1,"Good","H","SI2",63.2,60,3740,6.27,6.3,3.97 +"4988",0.75,"Ideal","G","VVS2",62,56,3740,5.79,5.85,3.61 +"4989",1,"Fair","F","SI2",65.1,60,3740,6.19,6.1,4 +"4990",0.72,"Ideal","F","VVS2",62.3,57,3740,5.72,5.74,3.57 +"4991",1.06,"Premium","J","SI2",61.3,60,3740,6.59,6.52,4.02 +"4992",0.9,"Premium","D","SI2",61,59,3740,6.18,6.14,3.76 +"4993",0.9,"Good","D","SI2",63.8,58,3740,6.13,6.09,3.9 +"4994",0.9,"Premium","D","SI2",62.3,58,3740,6.27,6.05,3.84 +"4995",0.9,"Good","D","SI2",63.6,57,3740,6.07,6.03,3.85 +"4996",0.7,"Ideal","F","VVS2",61.9,54.8,3741,5.68,5.72,3.53 +"4997",0.58,"Ideal","D","VVS1",62.2,56,3741,5.34,5.36,3.33 +"4998",0.9,"Good","I","VVS1",63.9,63,3741,6.04,6.07,3.87 +"4999",1.08,"Good","J","SI2",63.2,59,3742,6.4,6.57,4.1 +"5000",1.05,"Very Good","I","SI2",62.3,59,3742,6.42,6.46,4.01 +"5001",0.87,"Premium","D","SI1",58.8,56,3742,6.3,6.26,3.69 +"5002",1.09,"Very Good","D","SI2",63.4,59,3742,6.59,6.54,4.16 +"5003",0.91,"Premium","E","SI2",61.6,60,3743,6.14,6.1,3.77 +"5004",0.91,"Ideal","H","VS2",63,56,3743,6.15,6.05,3.84 +"5005",1.03,"Good","D","SI2",57.2,59,3743,6.66,6.63,3.8 +"5006",0.9,"Fair","E","SI1",64.9,56,3743,6.12,6.18,3.99 +"5007",1.03,"Fair","D","SI2",66.4,56,3743,6.31,6.19,4.15 +"5008",0.92,"Good","E","SI2",61.8,59,3744,6.11,6.19,3.8 +"5009",0.78,"Very Good","F","VS1",61.7,55,3744,5.89,5.94,3.65 +"5010",0.93,"Good","D","SI2",59.2,62,3744,6.36,6.38,3.77 +"5011",1.02,"Very Good","J","SI2",63.3,56,3745,6.38,6.42,4.05 +"5012",1.13,"Ideal","H","I1",62.2,55,3745,6.69,6.65,4.15 +"5013",1.1,"Premium","F","I1",59.8,61,3745,6.7,6.65,3.99 +"5014",1.1,"Ideal","F","I1",61.8,56,3745,6.65,6.61,4.1 +"5015",1.52,"Fair","I","I1",67.7,58,3745,7.07,7,4.76 +"5016",0.91,"Premium","F","SI2",62.6,58,3746,6.14,6.09,3.83 +"5017",0.9,"Very Good","J","VVS1",60.4,60,3746,6.23,6.28,3.78 +"5018",0.72,"Ideal","F","VVS2",60.9,56,3746,5.77,5.83,3.53 +"5019",0.93,"Very Good","E","SI2",63,58,3746,6.16,6.18,3.89 +"5020",1.13,"Premium","G","I1",61.2,58,3746,6.77,6.66,4.11 +"5021",0.91,"Premium","F","SI2",58.2,61,3746,6.58,6.41,3.77 +"5022",0.91,"Very Good","F","SI2",63.3,54,3746,6.22,6.14,3.91 +"5023",0.74,"Ideal","D","VS1",61.7,55,3746,5.85,5.79,3.59 +"5024",0.91,"Ideal","F","SI2",62.2,56,3746,6.17,6.14,3.83 +"5025",0.91,"Ideal","F","SI2",62.4,57,3746,6.22,6.18,3.87 +"5026",0.91,"Good","I","VS2",58,62,3747,6.32,6.38,3.68 +"5027",0.9,"Very Good","E","SI1",62.5,60,3748,6.09,6.13,3.82 +"5028",0.71,"Ideal","E","VS1",61.5,55,3748,5.78,5.75,3.55 +"5029",0.92,"Premium","F","SI1",62.6,59,3749,6.19,6.23,3.89 +"5030",1.01,"Very Good","J","SI1",62.9,56,3749,6.35,6.4,4.01 +"5031",1.01,"Premium","I","SI2",61.7,60,3749,6.34,6.4,3.93 +"5032",1.03,"Ideal","F","SI2",61.9,56,3749,6.53,6.49,4.03 +"5033",0.63,"Ideal","F","IF",60.9,57,3749,5.53,5.57,3.38 +"5034",1.03,"Fair","H","SI2",66.3,57,3749,6.35,6.25,4.18 +"5035",1.03,"Premium","H","SI2",62.7,62,3749,6.43,6.38,4.02 +"5036",1.03,"Premium","J","SI1",61.1,61,3749,6.49,6.44,3.95 +"5037",1.03,"Premium","H","SI2",62,60,3749,6.47,6.41,4 +"5038",1.03,"Premium","I","SI1",62,58,3749,6.46,6.41,3.99 +"5039",0.9,"Good","F","VS1",63.8,56,3750,5.99,5.92,3.8 +"5040",1.08,"Premium","I","SI2",60.1,59,3750,6.75,6.69,4.04 +"5041",0.3,"Ideal","F","VS2",60.5,58,573,4.3,4.36,2.62 +"5042",0.33,"Ideal","I","VS1",61.7,55,573,4.44,4.47,2.75 +"5043",0.4,"Ideal","G","SI2",62.6,54,573,4.73,4.76,2.97 +"5044",0.4,"Ideal","G","SI2",62.4,56,573,4.71,4.75,2.95 +"5045",0.4,"Ideal","G","SI2",62.1,53,573,4.75,4.78,2.96 +"5046",0.4,"Ideal","I","SI1",61.8,55,573,4.74,4.78,2.94 +"5047",0.31,"Ideal","H","SI1",61.4,55,573,4.44,4.36,2.7 +"5048",0.31,"Premium","H","SI1",59,57,573,4.44,4.4,2.61 +"5049",0.31,"Premium","H","SI1",62.3,55,573,4.36,4.34,2.71 +"5050",0.31,"Premium","H","SI1",61.1,55,573,4.39,4.35,2.67 +"5051",0.31,"Good","H","SI1",63.6,57,573,4.33,4.32,2.75 +"5052",0.31,"Premium","H","SI1",62.4,60,573,4.34,4.32,2.7 +"5053",0.31,"Premium","H","SI1",61.1,57,573,4.35,4.32,2.65 +"5054",0.31,"Ideal","H","SI1",62.7,56,573,4.38,4.33,2.73 +"5055",0.31,"Premium","H","SI1",60.5,60,573,4.4,4.33,2.64 +"5056",0.31,"Very Good","H","SI1",63.1,57,573,4.34,4.31,2.73 +"5057",0.3,"Ideal","D","SI2",60.2,56,574,4.4,4.37,2.64 +"5058",0.31,"Ideal","G","VS2",61.4,57,574,4.35,4.38,2.68 +"5059",0.31,"Ideal","G","VS2",61.4,56,574,4.34,4.37,2.67 +"5060",0.34,"Premium","G","SI2",62.8,58,574,4.46,4.43,2.79 +"5061",0.34,"Very Good","F","SI2",63.3,54,574,4.48,4.46,2.83 +"5062",0.34,"Premium","F","SI2",60,58,574,4.58,4.55,2.74 +"5063",0.34,"Premium","F","SI2",61.7,61,574,4.48,4.44,2.75 +"5064",0.34,"Premium","F","SI2",63,58,574,4.47,4.45,2.81 +"5065",0.3,"Premium","G","SI1",62.6,57,574,4.34,4.25,2.69 +"5066",0.3,"Premium","G","SI1",61.6,59,574,4.28,4.26,2.63 +"5067",0.3,"Good","G","SI1",63.8,56,574,4.3,4.26,2.73 +"5068",0.3,"Premium","G","SI1",61.4,57,574,4.35,4.31,2.66 +"5069",0.3,"Premium","G","SI1",59.8,57,574,4.37,4.32,2.6 +"5070",0.3,"Premium","G","SI1",59.7,60,574,4.39,4.35,2.61 +"5071",0.77,"Ideal","F","VS1",61.9,54,3750,5.91,5.94,3.66 +"5072",0.95,"Good","F","SI2",59.7,57,3750,6.41,6.45,3.84 +"5073",0.9,"Fair","F","VS1",65.7,59,3750,5.96,5.92,3.9 +"5074",0.93,"Premium","H","SI1",61.8,59,3750,6.27,6.23,3.86 +"5075",0.9,"Fair","F","VS2",65.7,57,3750,6.03,5.99,3.95 +"5076",1.01,"Premium","G","SI2",62.9,57,3750,6.39,6.33,4 +"5077",0.93,"Fair","H","SI1",64.6,58,3750,6.13,6.07,3.94 +"5078",0.91,"Very Good","E","SI2",63.8,60,3751,6.05,6.09,3.87 +"5079",1.25,"Premium","J","VS2",59.8,58,3751,7.02,6.96,4.18 +"5080",0.92,"Premium","G","SI1",61.5,60,3751,6.26,6.19,3.83 +"5081",0.91,"Ideal","I","VS2",62.2,56,3751,6.22,6.18,3.86 +"5082",0.9,"Fair","D","SI1",65.7,65,3751,6.06,5.94,3.94 +"5083",0.9,"Very Good","G","SI1",63.3,56,3752,6.08,6.11,3.86 +"5084",0.9,"Very Good","G","SI1",63.8,57,3752,6.04,6.13,3.88 +"5085",0.7,"Ideal","D","VS1",61.4,54.2,3752,5.72,5.76,3.52 +"5086",0.9,"Good","G","SI1",60,61,3752,6.19,6.22,3.72 +"5087",1,"Good","E","SI2",57.9,59,3752,6.65,6.51,3.8 +"5088",1,"Premium","E","SI2",61,59,3752,6.4,6.33,3.89 +"5089",1.06,"Very Good","J","SI2",62,58,3754,6.45,6.53,4.04 +"5090",1.02,"Fair","F","SI2",65.5,59,3754,6.27,6.24,4.1 +"5091",1.02,"Premium","F","SI2",62.5,58,3754,6.47,6.4,4.02 +"5092",0.9,"Good","D","SI1",64.1,56,3755,6.04,6.07,3.88 +"5093",0.9,"Good","D","SI1",63.6,63,3755,6.03,6.07,3.85 +"5094",1.14,"Ideal","F","I1",61.7,57,3755,6.67,6.7,4.13 +"5095",1.03,"Very Good","G","SI2",63,60,3755,6.35,6.39,4.01 +"5096",1.02,"Very Good","J","SI2",62.9,59,3755,6.34,6.41,4.01 +"5097",0.77,"Ideal","D","VS2",61.8,56,3755,5.9,5.84,3.63 +"5098",0.91,"Ideal","E","SI2",62.7,57,3756,6.19,6.26,3.9 +"5099",0.91,"Very Good","H","SI2",63.3,58,3756,6.11,6.06,3.85 +"5100",0.81,"Ideal","F","VS2",61.7,57,3756,5.97,6.02,3.7 +"5101",1.01,"Good","J","SI2",59.5,62,3756,6.42,6.46,3.83 +"5102",0.86,"Fair","G","VS1",64.6,58.8,3756,5.95,6.04,3.87 +"5103",0.73,"Ideal","E","VS1",61.7,57,3758,5.77,5.8,3.57 +"5104",0.94,"Premium","E","SI2",60.4,59,3758,6.37,6.34,3.84 +"5105",0.61,"Ideal","D","VVS2",61.7,56,3758,5.47,5.42,3.36 +"5106",0.72,"Ideal","F","VS1",61.6,56,3759,5.76,5.79,3.56 +"5107",0.72,"Ideal","F","VS1",61.5,56,3759,5.77,5.8,3.56 +"5108",0.72,"Ideal","F","VS1",60.7,57,3759,5.79,5.87,3.54 +"5109",0.72,"Ideal","F","VS1",61.7,56,3759,5.75,5.78,3.56 +"5110",0.72,"Ideal","F","VS1",61.4,56,3759,5.75,5.79,3.54 +"5111",0.72,"Ideal","F","VS1",61,55,3759,5.77,5.81,3.53 +"5112",0.72,"Ideal","F","VS1",61.3,56,3759,5.74,5.78,3.54 +"5113",0.72,"Ideal","F","VS1",61.5,56,3759,5.74,5.77,3.53 +"5114",0.72,"Ideal","F","VS1",60.5,56,3759,5.82,5.85,3.53 +"5115",0.71,"Very Good","E","VVS2",60.3,52,3760,5.8,5.87,3.52 +"5116",0.79,"Ideal","G","VVS2",62.1,56,3760,5.89,5.93,3.67 +"5117",1.09,"Ideal","E","SI2",59.4,57,3760,6.74,6.65,3.98 +"5118",0.74,"Ideal","H","IF",60.9,57,3760,5.83,5.85,3.56 +"5119",1.01,"Premium","I","SI2",60.5,61,3761,6.47,6.42,3.9 +"5120",0.72,"Very Good","F","VVS1",62.1,55,3762,5.72,5.78,3.57 +"5121",0.91,"Very Good","H","SI1",62.7,56,3762,6.14,6.18,3.86 +"5122",1.04,"Ideal","J","SI2",60.4,57,3762,6.55,6.6,3.97 +"5123",0.92,"Very Good","F","SI2",62.9,58,3763,6.18,6.22,3.9 +"5124",0.91,"Very Good","E","SI2",62.9,56,3763,6.14,6.17,3.87 +"5125",0.91,"Very Good","G","SI1",63.4,59,3763,6.2,6.14,3.91 +"5126",0.7,"Ideal","G","VVS1",61.6,57,3763,5.69,5.73,3.52 +"5127",0.78,"Ideal","D","VS2",61.9,56,3763,5.88,5.94,3.66 +"5128",0.92,"Ideal","F","SI2",61.5,56,3763,6.27,6.32,3.87 +"5129",0.91,"Ideal","F","SI2",60.3,57,3763,6.26,6.34,3.8 +"5130",0.91,"Good","D","SI2",64.7,57,3763,6.02,6.04,3.9 +"5131",1,"Fair","E","SI2",64.6,54,3763,6.33,6.27,4.07 +"5132",1,"Good","E","SI2",57.7,65,3763,6.59,6.55,3.79 +"5133",1,"Fair","I","VS1",65.3,55,3763,6.34,6.25,4.11 +"5134",1,"Premium","I","VS1",60.3,62,3763,6.46,6.41,3.88 +"5135",1,"Premium","E","SI2",60.7,58,3763,6.45,6.38,3.9 +"5136",1,"Good","I","VS1",64,53,3763,6.34,6.28,4.04 +"5137",1.2,"Ideal","H","I1",58.6,57,3763,7.01,6.96,4.09 +"5138",1.12,"Ideal","H","SI2",61.4,56,3763,6.69,6.66,4.1 +"5139",1,"Premium","I","VS1",60.1,62,3763,6.5,6.47,3.9 +"5140",1,"Fair","E","SI2",69,56,3763,6.01,5.94,4.12 +"5141",1,"Very Good","E","SI2",63.2,56,3763,6.4,6.32,4.02 +"5142",0.91,"Premium","G","SI1",62.6,56,3763,6.21,6.16,3.87 +"5143",1.22,"Fair","G","SI2",64.7,61,3763,6.75,6.68,4.34 +"5144",1,"Very Good","E","SI2",63.5,56,3763,6.37,6.3,4.02 +"5145",0.9,"Very Good","I","VS2",62.8,52,3764,6.19,6.23,3.9 +"5146",1.51,"Fair","H","I1",65.6,61,3765,7.16,7,4.66 +"5147",1.03,"Fair","G","SI2",65.6,58,3765,6.3,6.26,4.12 +"5148",0.93,"Very Good","I","VS2",63.1,58,3766,6.19,6.21,3.91 +"5149",0.85,"Ideal","G","SI1",62.1,56,3766,6.05,6.1,3.77 +"5150",1.01,"Premium","I","SI2",59.6,62,3767,6.56,6.5,3.89 +"5151",0.76,"Premium","E","VVS2",60.6,59,3767,5.94,5.85,3.57 +"5152",1,"Fair","D","SI2",65.6,66,3767,6.1,6.01,3.97 +"5153",1.01,"Good","F","SI2",64,56,3768,6.25,6.32,4.02 +"5154",1.01,"Good","F","SI2",63.1,58,3768,6.34,6.38,4.01 +"5155",0.96,"Premium","H","SI1",62.7,58,3768,6.27,6.24,3.92 +"5156",1.02,"Premium","D","I1",61.4,60,3769,6.42,6.47,3.96 +"5157",1.02,"Very Good","I","SI2",63.4,57,3769,6.37,6.4,4.05 +"5158",1.02,"Premium","H","SI2",59.2,59,3769,6.57,6.54,3.88 +"5159",1,"Good","J","VS2",58.7,61,3769,6.5,6.52,3.82 +"5160",0.9,"Good","F","SI2",58,57,3770,6.34,6.41,3.7 +"5161",0.9,"Very Good","F","SI2",62,61,3770,6.14,6.16,3.81 +"5162",0.9,"Very Good","F","SI2",61.4,62,3770,6.11,6.2,3.78 +"5163",0.9,"Premium","F","SI2",61.5,59,3770,6.2,6.23,3.82 +"5164",1.01,"Very Good","I","SI2",62.1,56,3770,6.41,6.45,3.99 +"5165",0.9,"Very Good","H","SI1",60.8,57,3770,6.22,6.25,3.79 +"5166",0.9,"Ideal","H","SI2",61.5,56,3770,6.24,6.18,3.82 +"5167",1.02,"Good","H","SI2",57.9,61,3770,6.75,6.68,3.89 +"5168",0.91,"Very Good","H","SI1",63.4,56,3771,6.18,6.1,3.89 +"5169",0.91,"Very Good","E","SI2",63,56,3772,6.12,6.16,3.87 +"5170",0.9,"Very Good","H","SI1",61.7,57,3772,6.21,6.26,3.85 +"5171",0.91,"Ideal","E","SI2",62.6,57,3772,6.13,6.18,3.85 +"5172",0.71,"Ideal","G","IF",61.8,57,3772,5.7,5.75,3.54 +"5173",1.02,"Good","D","SI2",58.9,65,3773,6.54,6.59,3.87 +"5174",0.71,"Ideal","E","VS2",61.9,55,3773,5.68,5.72,3.53 +"5175",1.04,"Premium","I","SI2",62,57,3774,6.53,6.47,4.03 +"5176",1.04,"Premium","I","SI2",62,57,3774,6.53,6.47,4.03 +"5177",0.83,"Very Good","I","VVS1",61.8,56,3774,6,6.03,3.72 +"5178",1.29,"Very Good","F","I1",58.2,61,3774,7.11,7.15,4.15 +"5179",0.9,"Premium","G","SI1",62.9,58,3774,6.11,6.02,3.82 +"5180",0.9,"Premium","G","SI1",60.6,61,3774,6.21,6.16,3.75 +"5181",0.91,"Ideal","E","SI2",62.5,56,3774,6.16,6.19,3.86 +"5182",0.83,"Ideal","D","SI2",62,55,3774,6.02,6.05,3.74 +"5183",0.83,"Ideal","F","SI1",62,55,3774,6.03,6.07,3.75 +"5184",0.9,"Premium","G","SI1",61.3,60,3774,6.17,6.14,3.77 +"5185",0.9,"Premium","G","SI1",62.7,59,3774,6.14,6.1,3.84 +"5186",0.9,"Good","G","SI1",63.8,61,3774,6.09,6.05,3.87 +"5187",0.8,"Ideal","H","IF",61.1,56,3774,6.02,5.96,3.66 +"5188",0.9,"Premium","G","SI1",62.7,58,3774,6.13,6.08,3.83 +"5189",0.83,"Ideal","E","SI1",61.6,56,3775,6.03,6.05,3.72 +"5190",0.9,"Good","H","VS2",63.6,55,3775,6.14,6.09,3.89 +"5191",1.07,"Ideal","J","SI1",60.8,56,3775,6.61,6.57,4.01 +"5192",1.07,"Premium","H","SI2",60,59,3775,6.6,6.56,3.95 +"5193",0.91,"Very Good","G","VS2",62.7,63,3776,6.05,6,3.78 +"5194",0.91,"Good","G","SI1",63.5,61,3776,6.05,6.1,3.86 +"5195",1.06,"Ideal","I","SI2",61.4,57,3777,6.57,6.63,4.05 +"5196",0.73,"Ideal","G","VVS2",62.4,57,3777,5.71,5.79,3.59 +"5197",1.01,"Ideal","F","SI2",61.3,57,3777,6.4,6.35,3.91 +"5198",0.71,"Premium","E","VVS1",62.7,60,3779,5.73,5.62,3.56 +"5199",0.9,"Good","F","SI1",62.7,58,3780,6.11,6.13,3.84 +"5200",0.9,"Good","F","SI1",62.9,57,3780,6.08,6.13,3.84 +"5201",0.9,"Very Good","F","SI1",61.3,58,3780,6.08,6.13,3.74 +"5202",0.73,"Ideal","E","VVS2",62,57,3780,5.73,5.79,3.57 +"5203",1.04,"Very Good","D","SI2",63.1,58,3780,6.39,6.33,4.01 +"5204",1.04,"Premium","D","SI2",58.3,58,3780,6.67,6.63,3.88 +"5205",1,"Good","J","SI1",63.8,59,3780,6.34,6.27,4.02 +"5206",1.04,"Premium","G","SI1",60.3,58,3780,6.6,6.55,3.96 +"5207",1,"Premium","J","SI1",62.8,59,3780,6.37,6.27,3.97 +"5208",1,"Fair","J","SI1",64.7,52,3780,6.35,6.3,4.09 +"5209",1,"Premium","I","SI2",62.5,56,3780,6.38,6.3,3.96 +"5210",0.9,"Ideal","G","SI1",60.3,56,3780,6.27,6.23,3.77 +"5211",0.9,"Premium","D","SI2",59.8,61,3780,6.21,6.17,3.7 +"5212",0.72,"Ideal","F","VVS2",60.9,56,3780,5.83,5.77,3.53 +"5213",1,"Premium","J","SI1",60.8,58,3780,6.44,6.39,3.9 +"5214",1,"Premium","I","SI2",61.6,59,3780,6.41,6.34,3.93 +"5215",0.9,"Premium","F","SI2",62.7,58,3780,6.16,6.09,3.84 +"5216",1.04,"Fair","D","SI2",65.8,58,3780,6.32,6.25,4.13 +"5217",1.5,"Premium","D","I1",62.4,60,3780,7.37,7.19,4.54 +"5218",0.82,"Ideal","H","VVS2",61.4,56,3781,6.01,6.05,3.71 +"5219",0.91,"Premium","D","SI2",62.3,57,3781,6.22,6.14,3.85 +"5220",0.91,"Good","D","SI2",63.8,58,3781,6.09,6.04,3.87 +"5221",1.2,"Premium","J","SI2",61.7,57,3782,6.85,6.79,4.21 +"5222",1.01,"Premium","H","SI2",62.3,60,3782,6.39,6.32,3.96 +"5223",1.01,"Premium","I","SI1",62.8,58,3782,6.4,6.34,4 +"5224",1.07,"Very Good","J","SI2",61.6,54,3783,6.57,6.59,4.05 +"5225",0.73,"Ideal","G","VVS2",61,56,3783,5.82,5.86,3.56 +"5226",0.69,"Ideal","F","VVS1",61.6,56,3784,5.69,5.71,3.51 +"5227",0.73,"Ideal","H","IF",62.3,55,3785,5.77,5.79,3.6 +"5228",0.92,"Good","I","VS2",59.6,61,3785,6.28,6.34,3.76 +"5229",1.02,"Ideal","I","SI2",60.7,57,3786,6.54,6.57,3.98 +"5230",1.02,"Good","I","SI2",63.6,56,3786,6.37,6.4,4.06 +"5231",0.77,"Ideal","G","VS2",61.7,55,3786,5.89,5.91,3.64 +"5232",1.04,"Ideal","H","SI2",60.5,57,3786,6.55,6.51,3.95 +"5233",0.77,"Very Good","D","VS2",59.6,57,3787,6.01,6.03,3.59 +"5234",0.9,"Very Good","G","SI2",63.2,58,3787,6.05,6.1,3.84 +"5235",0.9,"Very Good","F","SI2",62.4,59,3787,6.1,6.17,3.83 +"5236",1.16,"Premium","F","SI2",62.1,59,3787,6.74,6.63,4.15 +"5237",0.85,"Ideal","E","SI2",60.1,56,3787,6.17,6.18,3.71 +"5238",0.9,"Fair","F","SI2",62.6,58,3787,6.01,6.06,3.78 +"5239",1.02,"Fair","G","SI2",65.3,58,3787,6.33,6.22,4.1 +"5240",0.92,"Good","F","SI2",63.7,64,3787,6.13,6.08,3.89 +"5241",0.92,"Premium","F","SI2",62.1,59,3787,6.26,6.21,3.87 +"5242",0.92,"Premium","F","SI2",61.8,58,3787,6.23,6.19,3.84 +"5243",0.7,"Ideal","D","VS2",61.2,57,3788,5.69,5.75,3.5 +"5244",1,"Ideal","J","SI1",62.7,58,3788,6.35,6.41,4 +"5245",1.23,"Ideal","G","SI2",61.6,55,3788,6.91,6.88,4.25 +"5246",1,"Very Good","F","SI2",62.7,58,3789,6.3,6.36,3.97 +"5247",1,"Very Good","F","SI2",61.7,58,3789,6.32,6.36,3.91 +"5248",0.9,"Very Good","D","SI2",64,58,3789,6.06,6.11,3.9 +"5249",1.01,"Premium","J","VS1",63,55,3790,6.39,6.34,4.01 +"5250",1.01,"Premium","H","SI2",60.7,58,3790,6.52,6.49,3.95 +"5251",1,"Premium","J","VS2",60.3,58,3790,6.49,6.44,3.9 +"5252",1.01,"Premium","H","SI2",61.9,59,3790,6.42,6.37,3.96 +"5253",1.24,"Very Good","J","SI2",63.1,60,3791,6.79,6.74,4.27 +"5254",0.59,"Ideal","D","VVS1",62.3,54,3791,5.36,5.39,3.35 +"5255",1.01,"Very Good","I","SI2",59.2,59,3792,6.52,6.62,3.89 +"5256",1.01,"Very Good","I","SI2",61.4,63,3792,6.33,6.38,3.9 +"5257",0.9,"Good","G","VS2",63.9,61,3792,6.01,5.97,3.83 +"5258",1.14,"Premium","J","SI1",62.4,59,3792,6.7,6.62,4.16 +"5259",1.01,"Very Good","J","SI2",62.7,55,3793,6.42,6.44,4.03 +"5260",0.8,"Ideal","F","VS1",61.2,56,3793,6.01,5.98,3.67 +"5261",1.19,"Ideal","H","I1",60.3,57,3794,6.83,6.93,4.15 +"5262",1.12,"Very Good","E","SI2",60.9,63,3794,6.59,6.65,4.03 +"5263",0.9,"Ideal","H","SI2",62.3,57,3794,6.16,6.19,3.85 +"5264",0.82,"Very Good","E","VS2",60.4,61,3795,6.06,6.09,3.67 +"5265",0.72,"Ideal","F","VVS1",61.7,56,3795,5.73,5.77,3.55 +"5266",1.21,"Very Good","E","I1",63.3,63,3795,6.72,6.67,4.24 +"5267",1.03,"Good","J","VS2",63.7,56,3795,6.42,6.35,4.07 +"5268",0.9,"Good","E","SI1",63.9,57,3795,6.12,6.08,3.9 +"5269",1.01,"Very Good","G","SI2",62.7,58,3796,6.32,6.43,4 +"5270",1.02,"Very Good","J","VS2",59.3,58,3796,6.56,6.62,3.91 +"5271",0.91,"Good","D","SI1",64,58,3796,6.06,6.09,3.89 +"5272",0.79,"Very Good","E","VVS1",63.1,60,3796,5.88,5.84,3.7 +"5273",0.9,"Ideal","F","SI2",61.9,56,3796,6.19,6.24,3.85 +"5274",0.73,"Ideal","F","VS1",61.2,57,3797,5.79,5.84,3.56 +"5275",0.73,"Ideal","F","VS1",61.4,55,3797,5.8,5.83,3.57 +"5276",1.13,"Ideal","H","SI2",60.4,56,3797,6.78,6.7,4.07 +"5277",1.13,"Ideal","E","I1",62,55,3797,6.7,6.66,4.14 +"5278",0.72,"Very Good","E","VVS2",60.5,55,3798,5.82,5.85,3.53 +"5279",0.79,"Very Good","D","VS1",58.8,60,3798,6.03,6.08,3.56 +"5280",0.9,"Very Good","D","SI2",62.5,58,3798,6.12,6.16,3.84 +"5281",0.82,"Ideal","F","VS2",61.5,57,3798,6.01,6.05,3.71 +"5282",0.9,"Ideal","D","SI2",60.9,57,3798,6.2,6.24,3.79 +"5283",0.9,"Good","D","SI2",59.5,62,3798,6.2,6.23,3.7 +"5284",0.71,"Very Good","D","VVS2",62.3,60,3799,5.65,5.71,3.54 +"5285",1,"Good","F","SI2",64.1,58,3799,6.35,6.26,4.04 +"5286",0.71,"Ideal","F","VS1",61.9,56,3799,5.66,5.72,3.53 +"5287",1,"Very Good","F","SI2",63.2,59,3799,6.31,6.25,3.97 +"5288",1.06,"Ideal","H","SI2",60.4,57,3799,6.64,6.58,3.99 +"5289",0.92,"Very Good","H","SI1",60.6,60,3800,6.28,6.33,3.82 +"5290",1.16,"Ideal","I","SI2",62.4,55,3800,6.76,6.69,4.2 +"5291",0.91,"Ideal","E","SI2",62.2,57,3800,6.2,6.24,3.87 +"5292",0.9,"Premium","E","SI1",62.3,61,3800,6.17,6.12,3.83 +"5293",0.78,"Very Good","D","VS1",63.2,58,3800,5.87,5.81,3.69 +"5294",0.9,"Good","E","SI1",63.8,56,3800,6.12,6.05,3.88 +"5295",1.01,"Premium","E","SI2",60.4,57,3801,6.53,6.49,3.93 +"5296",0.9,"Good","G","VS2",64,59,3801,6.04,6.08,3.88 +"5297",1.01,"Premium","E","SI2",59.5,60,3801,6.59,6.53,3.9 +"5298",0.71,"Ideal","D","VS1",62.1,57,3801,5.7,5.73,3.55 +"5299",1,"Good","F","SI2",63.4,60,3801,6.28,6.33,4 +"5300",1.01,"Fair","E","SI2",60,60,3801,6.48,6.38,3.86 +"5301",1.01,"Ideal","J","SI2",61.6,55,3801,6.5,6.45,3.99 +"5302",1.01,"Fair","I","VS1",64.9,56,3801,6.29,6.2,4.07 +"5303",1.01,"Premium","E","SI2",61.8,61,3801,6.35,6.29,3.9 +"5304",1.01,"Very Good","E","SI2",63.4,58,3801,6.43,6.34,4.05 +"5305",1.02,"Fair","I","SI2",65.5,57,3802,6.19,6.24,4.07 +"5306",0.93,"Premium","G","SI2",61.7,60,3802,6.25,6.2,3.84 +"5307",0.97,"Ideal","H","SI2",61.6,56,3802,6.39,6.36,3.93 +"5308",0.9,"Very Good","F","SI2",61.8,60,3803,6.13,6.14,3.79 +"5309",0.9,"Premium","F","SI2",59.9,59,3803,6.32,6.27,3.77 +"5310",0.9,"Premium","F","SI2",58.9,59,3803,6.31,6.26,3.7 +"5311",0.85,"Premium","E","VS2",60.2,60,3803,6.14,6.09,3.68 +"5312",0.9,"Premium","E","SI2",60.1,62,3804,6.28,6.24,3.76 +"5313",0.9,"Ideal","E","SI2",62.1,56,3804,6.25,6.19,3.86 +"5314",0.74,"Ideal","H","VVS1",61.1,56,3804,5.84,5.91,3.59 +"5315",0.74,"Ideal","E","VS1",62.1,53,3804,5.82,5.8,3.61 +"5316",1.11,"Premium","G","SI2",62.5,57,3804,6.54,6.49,4.07 +"5317",0.9,"Ideal","I","VS2",61.3,56,3805,6.24,6.2,3.81 +"5318",0.9,"Ideal","G","SI2",62.7,53,3805,6.18,6.22,3.89 +"5319",1.08,"Premium","I","SI2",62.7,57,3805,6.57,6.53,4.11 +"5320",0.9,"Good","D","SI2",62.3,58,3806,6.05,6.27,3.84 +"5321",0.9,"Very Good","D","SI2",61,59,3806,6.14,6.18,3.76 +"5322",0.9,"Good","D","SI2",63.8,58,3806,6.09,6.13,3.9 +"5323",0.79,"Very Good","F","VS1",61,55,3806,6.01,6.03,3.67 +"5324",0.9,"Fair","G","VS1",65.7,58,3806,6.02,5.97,3.94 +"5325",1.03,"Ideal","F","SI2",62.4,57,3807,6.43,6.38,4 +"5326",0.61,"Good","F","SI2",62.5,65,3807,5.36,5.29,3.33 +"5327",0.71,"Very Good","E","VVS1",63,57,3808,5.66,5.7,3.58 +"5328",1,"Premium","G","SI2",61.8,58,3808,6.44,6.4,3.97 +"5329",0.9,"Ideal","E","SI2",62.6,57,3808,6.13,6.2,3.86 +"5330",1,"Premium","I","SI1",58.5,59,3808,6.56,6.54,3.83 +"5331",0.96,"Premium","I","VS2",60.6,60,3808,6.47,6.4,3.9 +"5332",0.84,"Very Good","D","SI1",59.2,59,3809,6.18,6.21,3.67 +"5333",1.04,"Very Good","J","SI2",63.5,59,3810,6.37,6.42,4.06 +"5334",0.82,"Ideal","F","SI1",61.7,56,3810,6.01,6.06,3.72 +"5335",0.9,"Very Good","H","VS2",61.6,63,3810,6.14,6.1,3.77 +"5336",1.08,"Very Good","J","SI2",63.2,59,3810,6.57,6.4,4.1 +"5337",0.9,"Premium","H","VS2",62.8,58,3810,6.17,6.13,3.86 +"5338",0.9,"Premium","H","VS2",61.2,61,3810,6.21,6.14,3.78 +"5339",0.9,"Premium","H","VS2",63,61,3810,6.14,6.05,3.84 +"5340",1,"Ideal","I","SI2",60.9,57,3811,6.43,6.47,3.93 +"5341",0.78,"Ideal","D","VS2",61.9,56,3811,5.89,5.91,3.65 +"5342",1.02,"Good","F","SI2",63.3,61,3811,6.28,6.32,3.99 +"5343",0.91,"Ideal","F","SI2",62.2,56,3812,6.14,6.17,3.83 +"5344",0.91,"Ideal","F","SI2",62.4,57,3812,6.18,6.22,3.87 +"5345",0.74,"Ideal","D","VS1",61.3,57,3812,5.8,5.84,3.57 +"5346",0.53,"Ideal","D","IF",62.2,55,3812,5.17,5.19,3.22 +"5347",0.93,"Premium","D","SI1",60.8,60,3812,6.3,6.24,3.81 +"5348",0.9,"Premium","D","SI1",62.1,60,3812,6.2,6.14,3.83 +"5349",0.9,"Very Good","D","SI1",62.4,63,3812,6.13,6.04,3.8 +"5350",0.9,"Fair","D","SI1",60.4,61,3812,6.24,6.22,3.76 +"5351",0.93,"Good","D","SI1",63.8,59,3812,6.21,6.15,3.94 +"5352",0.8,"Premium","F","VS1",60.5,59,3813,6,6.03,3.64 +"5353",0.74,"Ideal","D","VS1",61.7,55,3813,5.79,5.85,3.59 +"5354",0.73,"Fair","E","VVS2",57.4,59,3813,5.99,5.95,3.43 +"5355",1.05,"Very Good","E","SI2",62.2,59,3816,6.44,6.51,4.03 +"5356",1.18,"Very Good","D","I1",61.5,62,3816,6.73,6.88,4.19 +"5357",0.93,"Premium","H","SI1",61.8,59,3816,6.23,6.27,3.86 +"5358",0.84,"Very Good","D","SI1",62.9,58,3816,5.93,6.02,3.76 +"5359",1.05,"Fair","D","SI2",65.4,59,3816,6.3,6.24,4.1 +"5360",0.72,"Ideal","F","VVS2",61.2,56,3816,5.78,5.81,3.55 +"5361",0.9,"Good","G","SI1",64.1,59.4,3816,6.04,6.08,3.88 +"5362",0.9,"Good","G","SI1",62.2,62.5,3816,6.08,6.1,3.78 +"5363",1.01,"Fair","G","SI2",58.7,67,3816,6.52,6.56,3.84 +"5364",1.01,"Fair","G","SI2",59.8,66,3816,6.42,6.48,3.86 +"5365",0.91,"Premium","G","SI1",62.2,57,3816,6.17,6.12,3.82 +"5366",0.91,"Fair","H","SI1",64.7,56,3816,6.1,6.07,3.94 +"5367",0.75,"Very Good","E","VS2",60.4,56,3817,5.9,5.96,3.58 +"5368",0.92,"Very Good","G","SI1",61.5,60,3817,6.19,6.26,3.83 +"5369",0.79,"Ideal","D","VS2",61.3,57,3818,5.95,6,3.66 +"5370",0.9,"Very Good","D","SI2",63.2,57,3818,6.08,6.1,3.85 +"5371",0.3,"Very Good","D","SI2",63.2,57,574,4.24,4.21,2.67 +"5372",0.3,"Ideal","D","SI2",63,55,574,4.26,4.25,2.68 +"5373",0.3,"Premium","D","SI2",61.8,58,574,4.32,4.29,2.66 +"5374",0.3,"Premium","D","SI2",61.2,60,574,4.31,4.28,2.63 +"5375",0.3,"Premium","G","SI1",62.7,58,574,4.27,4.22,2.66 +"5376",0.34,"Premium","J","VS1",61.7,58,574,4.47,4.41,2.74 +"5377",0.34,"Good","I","SI1",63.7,54,574,4.48,4.43,2.84 +"5378",0.34,"Premium","I","SI1",61.3,61,574,4.49,4.45,2.74 +"5379",0.34,"Premium","I","SI1",61.8,57,574,4.51,4.46,2.77 +"5380",0.34,"Premium","I","SI1",60.2,59,574,4.55,4.52,2.73 +"5381",0.34,"Premium","I","SI1",59.2,61,574,4.58,4.57,2.71 +"5382",0.34,"Premium","I","SI1",62.7,58,574,4.43,4.4,2.77 +"5383",0.34,"Premium","G","SI2",62.8,59,574,4.47,4.45,2.8 +"5384",0.34,"Very Good","F","SI2",63.5,56,574,4.48,4.44,2.83 +"5385",0.34,"Premium","F","SI2",60,62,574,4.55,4.51,2.72 +"5386",0.34,"Ideal","F","SI2",60.1,56,574,4.55,4.54,2.73 +"5387",0.3,"Premium","G","SI1",58.8,60,574,4.39,4.35,2.57 +"5388",0.3,"Premium","G","SI1",60.1,62,574,4.37,4.35,2.62 +"5389",0.3,"Ideal","G","SI1",62.8,56,574,4.32,4.28,2.7 +"5390",0.3,"Very Good","G","SI1",59.5,63,574,4.32,4.29,2.56 +"5391",0.3,"Premium","G","SI1",61,57,574,4.34,4.31,2.64 +"5392",0.3,"Premium","G","SI1",62.9,59,574,4.28,4.24,2.68 +"5393",0.3,"Premium","D","SI2",60.9,58,574,4.32,4.29,2.62 +"5394",0.3,"Premium","D","SI2",62.3,58,574,4.32,4.29,2.68 +"5395",0.3,"Ideal","D","SI2",61.1,55,574,4.35,4.32,2.65 +"5396",0.3,"Premium","D","SI2",60.2,60,574,4.35,4.32,2.61 +"5397",0.3,"Ideal","D","SI2",62.1,57,574,4.33,4.3,2.68 +"5398",0.3,"Premium","D","SI2",62.4,58,574,4.31,4.28,2.68 +"5399",0.3,"Premium","D","SI2",61.4,59,574,4.31,4.26,2.63 +"5400",0.3,"Very Good","D","SI2",63.3,57,574,4.3,4.26,2.71 +"5401",1.01,"Ideal","J","SI1",62.9,56,3818,6.4,6.35,4.01 +"5402",1.01,"Premium","I","SI2",62.6,58,3818,6.43,6.38,4.01 +"5403",1.01,"Premium","I","SI2",62.6,55,3818,6.43,6.38,4.01 +"5404",1.01,"Very Good","I","SI2",63.1,54,3818,6.39,6.35,4.02 +"5405",0.95,"Premium","I","VS2",62.9,57,3818,6.24,6.19,3.91 +"5406",1.01,"Premium","I","SI2",61.7,60,3818,6.4,6.34,3.93 +"5407",1,"Good","E","SI2",63.7,61,3819,6.27,6.32,4.01 +"5408",1,"Fair","H","VS2",64.8,55,3819,6.35,6.28,4.09 +"5409",1,"Premium","H","VS2",59.8,56,3819,6.5,6.48,3.88 +"5410",1,"Good","H","VS2",63.9,57,3819,6.32,6.26,4.02 +"5411",0.9,"Ideal","I","VS2",62.6,54.3,3820,6.14,6.17,3.86 +"5412",0.9,"Ideal","G","SI2",62.8,54,3820,6.11,6.15,3.85 +"5413",1.52,"Premium","G","I1",61.7,58,3820,7.43,7.34,4.56 +"5414",0.76,"Ideal","F","VS1",61.9,55,3820,5.88,5.84,3.63 +"5415",0.85,"Ideal","D","VS2",61.9,55,3821,6.07,6.14,3.78 +"5416",1.02,"Premium","G","SI2",62.3,58.1,3822,6.41,6.38,4 +"5417",0.75,"Premium","F","VVS2",62.4,57,3822,5.88,5.75,3.63 +"5418",1.05,"Premium","J","VS1",62.7,61,3822,6.58,6.49,4.09 +"5419",1.05,"Premium","H","SI2",63,57,3822,6.47,6.42,4.06 +"5420",1.05,"Good","H","SI2",63.9,56,3822,6.44,6.37,4.09 +"5421",0.91,"Premium","F","SI2",62.5,56,3822,6.21,6.15,3.86 +"5422",1.05,"Ideal","I","SI1",60.4,57,3822,6.6,6.58,3.98 +"5423",1.01,"Good","J","VS1",63.2,62,3823,6.29,6.33,3.99 +"5424",1.01,"Good","I","SI2",62.6,59,3823,6.34,6.43,4 +"5425",0.92,"Very Good","D","SI2",63.3,59,3823,6.18,6.12,3.89 +"5426",1.06,"Premium","J","SI2",62,58,3823,6.53,6.45,4.04 +"5427",1.03,"Premium","G","SI2",63,60,3824,6.39,6.35,4.01 +"5428",1.14,"Ideal","F","I1",61.7,57,3824,6.7,6.67,4.13 +"5429",0.94,"Premium","E","SI2",60.4,59,3825,6.34,6.37,3.84 +"5430",1.08,"Ideal","G","SI2",62.7,54,3825,6.63,6.57,4.14 +"5431",0.91,"Ideal","J","VVS2",60.2,57,3826,6.31,6.34,3.81 +"5432",1.01,"Good","F","SI2",63,60,3827,6.28,6.35,3.98 +"5433",0.79,"Ideal","E","VS2",62.2,55,3827,5.9,5.97,3.69 +"5434",0.79,"Very Good","E","VS1",62.2,55,3827,5.95,6.01,3.72 +"5435",0.53,"Very Good","D","IF",59.8,60,3827,5.22,5.28,3.14 +"5436",0.77,"Ideal","E","SI1",61,56,3827,5.92,5.94,3.62 +"5437",1.05,"Premium","G","SI2",60.1,60,3828,6.58,6.66,3.98 +"5438",0.91,"Very Good","D","SI2",59.3,60,3828,6.28,6.33,3.74 +"5439",0.86,"Ideal","E","SI2",61.8,57,3828,6.1,6.13,3.78 +"5440",0.93,"Ideal","F","SI2",59.5,57,3828,6.37,6.33,3.78 +"5441",0.77,"Very Good","G","VVS2",62.8,58,3829,5.84,5.78,3.65 +"5442",0.91,"Very Good","G","SI1",63,57,3830,6.14,6.2,3.89 +"5443",1.14,"Premium","H","SI2",62.2,61,3830,6.72,6.64,4.16 +"5444",0.9,"Very Good","E","SI1",63.2,57,3830,6.15,6.12,3.88 +"5445",0.7,"Ideal","F","VVS1",62.4,55,3830,5.63,5.71,3.54 +"5446",0.9,"Very Good","J","SI1",63.4,59,3830,6.14,6.1,3.88 +"5447",1,"Fair","H","SI1",55.2,64,3830,6.69,6.64,3.68 +"5448",1.2,"Premium","H","SI2",60.9,60,3830,6.91,6.81,4.18 +"5449",0.9,"Premium","E","SI2",61.7,58,3830,6.18,6.11,3.79 +"5450",1,"Premium","I","SI2",62.6,56,3830,6.4,6.34,3.99 +"5451",0.95,"Premium","G","SI2",59.7,61,3830,6.35,6.27,3.77 +"5452",1.06,"Premium","F","SI2",62.6,59,3831,6.47,6.51,4.06 +"5453",0.8,"Very Good","E","VS1",63.2,54,3831,5.88,5.93,3.73 +"5454",0.74,"Ideal","G","VVS2",60.7,56,3831,5.9,5.88,3.58 +"5455",0.71,"Premium","E","VVS1",62.5,57,3831,5.67,5.62,3.53 +"5456",1.04,"Premium","H","SI2",62.1,58,3832,6.5,6.52,4.04 +"5457",1.01,"Very Good","I","SI1",62,58,3832,6.43,6.47,4 +"5458",0.63,"Ideal","D","IF",61.2,53,3832,5.55,5.6,3.41 +"5459",0.76,"Very Good","E","VVS2",60.6,59,3833,5.85,5.94,3.57 +"5460",1.01,"Very Good","I","SI2",61.4,59,3833,6.42,6.45,3.95 +"5461",1,"Fair","G","SI1",68.2,60,3833,6.02,5.94,4.08 +"5462",1.17,"Fair","I","SI2",59.2,68,3833,6.91,6.84,4.07 +"5463",1,"Fair","G","SI1",68.9,56,3833,6.16,6.11,4.23 +"5464",1.23,"Very Good","H","I1",61.9,60.6,3835,6.79,6.85,4.22 +"5465",1,"Good","J","VS2",62,61,3835,6.36,6.45,3.97 +"5466",1,"Good","I","SI1",65.2,56,3836,6.21,6.27,4.07 +"5467",0.91,"Very Good","D","SI2",63.9,56,3837,6.06,6.09,3.88 +"5468",0.77,"Ideal","D","VS2",61.1,57,3837,5.93,5.96,3.63 +"5469",0.83,"Ideal","E","SI1",62.3,55,3837,5.98,6.02,3.74 +"5470",0.91,"Fair","F","VS2",66.8,58,3837,5.95,5.97,3.98 +"5471",1.01,"Fair","F","SI2",65.2,57,3837,6.33,6.24,4.1 +"5472",1.01,"Premium","F","SI2",59.2,58,3837,6.5,6.47,0 +"5473",0.93,"Very Good","H","SI1",59.3,61,3838,6.33,6.39,3.77 +"5474",1.02,"Good","E","SI2",62.8,64,3838,6.36,6.32,3.98 +"5475",0.71,"Ideal","D","VS2",61,56,3838,5.76,5.81,3.53 +"5476",1.02,"Fair","E","SI2",65.3,59,3838,6.28,6.22,4.08 +"5477",1.12,"Good","I","SI2",64.3,60,3838,6.59,6.56,4.23 +"5478",1.12,"Premium","G","SI2",61,60,3838,6.7,6.64,4.07 +"5479",1.02,"Premium","D","I1",61.4,60,3838,6.47,6.42,3.96 +"5480",0.9,"Premium","H","VS1",63,62,3838,6.09,6,3.81 +"5481",0.81,"Very Good","E","VS2",62.8,57,3839,5.9,5.95,3.72 +"5482",1.02,"Good","D","SI2",57.5,62,3839,6.6,6.62,3.8 +"5483",0.93,"Good","D","SI2",64.5,58,3839,6.11,6.14,3.95 +"5484",0.7,"Ideal","D","VS1",62.3,55,3840,5.64,5.68,3.53 +"5485",0.9,"Very Good","G","SI1",61.3,60,3841,6.14,6.17,3.77 +"5486",0.9,"Very Good","G","SI1",62,58,3841,6.14,6.18,3.82 +"5487",0.9,"Premium","G","SI1",62.7,59,3841,6.1,6.14,3.84 +"5488",0.9,"Ideal","G","SI1",62.6,56,3841,6.16,6.23,3.88 +"5489",0.9,"Premium","G","VS2",59,58,3841,6.29,6.25,3.7 +"5490",0.83,"Ideal","F","VS2",61.6,58,3841,6.04,6.07,3.73 +"5491",0.9,"Very Good","G","SI2",59.8,61,3842,6.32,6.28,3.77 +"5492",0.9,"Very Good","F","SI1",62.8,56,3842,6.11,6.15,3.85 +"5493",0.74,"Ideal","F","VVS2",61.4,56,3842,5.83,5.86,3.59 +"5494",1.06,"Good","I","SI2",58.7,60,3842,6.65,6.71,3.92 +"5495",1.02,"Good","D","SI2",58.9,65,3842,6.59,6.54,3.87 +"5496",0.91,"Premium","E","SI1",61.5,60,3842,6.24,6.19,3.82 +"5497",0.92,"Good","D","SI2",60.3,61,3843,6.29,6.38,3.82 +"5498",0.9,"Very Good","I","VS1",62.6,58,3844,6.09,6.15,3.83 +"5499",1.04,"Good","J","VS2",57.4,60,3844,6.76,6.72,3.87 +"5500",0.91,"Ideal","G","SI2",60.8,57,3844,6.28,6.22,3.81 +"5501",0.93,"Ideal","H","SI1",62,55,3844,6.32,6.29,3.91 +"5502",0.74,"Ideal","F","VS1",61.7,56,3845,5.79,5.87,3.6 +"5503",0.91,"Premium","F","SI2",59.1,60,3845,6.36,6.3,3.74 +"5504",0.91,"Premium","F","SI2",60.8,59,3845,6.28,6.25,3.81 +"5505",1.11,"Good","J","SI1",63.6,58,3846,6.48,6.57,4.15 +"5506",0.83,"Ideal","H","VVS1",63.4,56,3846,5.96,5.99,3.79 +"5507",0.91,"Premium","E","SI2",61.6,60,3846,6.14,6.1,3.77 +"5508",1.01,"Premium","F","SI2",61.7,58,3846,6.46,6.41,3.97 +"5509",1.08,"Very Good","F","SI2",63.4,55,3847,6.53,6.5,4.13 +"5510",0.9,"Fair","D","SI2",64.6,59,3847,6.04,6.01,3.89 +"5511",1.06,"Premium","I","SI2",61.5,58,3847,6.59,6.55,4.04 +"5512",0.91,"Premium","D","SI2",62.7,59,3848,6.17,6.21,3.88 +"5513",0.91,"Very Good","D","SI2",62.3,57,3848,6.14,6.22,3.85 +"5514",0.91,"Good","D","SI2",63.8,58,3848,6.04,6.09,3.87 +"5515",0.9,"Very Good","F","SI1",63.6,58,3848,6.08,6.12,3.88 +"5516",1.08,"Ideal","I","SI2",61.9,55,3849,6.58,6.61,4.08 +"5517",0.72,"Ideal","G","VVS2",61.9,57,3849,5.72,5.75,3.55 +"5518",1,"Good","I","SI1",63.8,58,3850,6.28,6.32,4.02 +"5519",1,"Good","H","SI2",63.4,61,3850,6.29,6.33,4 +"5520",1,"Very Good","H","SI2",60.2,61,3850,6.44,6.48,3.89 +"5521",1,"Premium","H","SI2",61.2,59,3850,6.38,6.42,3.92 +"5522",0.6,"Ideal","D","VVS1",62.3,55,3850,5.38,5.4,3.36 +"5523",0.9,"Premium","G","VS2",62.9,62,3850,6.06,6.02,3.8 +"5524",1.01,"Very Good","G","SI2",61.9,55,3852,6.43,6.46,3.99 +"5525",1.01,"Good","G","SI2",63.7,58,3852,6.31,6.35,4.03 +"5526",1.01,"Good","G","SI2",62.8,57,3852,6.3,6.34,3.97 +"5527",1.01,"Good","G","SI2",63.4,57,3852,6.32,6.37,4.02 +"5528",0.81,"Ideal","D","SI1",62,56,3852,5.97,6,3.71 +"5529",1.01,"Good","J","SI1",58.8,57,3853,6.57,6.63,3.88 +"5530",0.91,"Very Good","H","VS2",63.1,59,3853,6.16,6.13,3.88 +"5531",0.91,"Premium","H","VS2",59.6,60,3853,6.29,6.25,3.74 +"5532",1,"Premium","F","SI2",61.7,57,3853,6.42,6.35,3.94 +"5533",0.92,"Very Good","F","SI2",62.1,59,3854,6.21,6.26,3.87 +"5534",0.92,"Premium","F","SI2",61.8,58,3854,6.19,6.23,3.84 +"5535",0.9,"Very Good","F","SI1",61.7,60,3854,6.19,6.22,3.83 +"5536",1.11,"Premium","H","SI2",59.3,59,3854,6.8,6.76,4.02 +"5537",0.91,"Ideal","H","SI2",60.6,57,3854,6.3,6.26,3.81 +"5538",0.92,"Ideal","H","SI2",60.5,57,3854,6.3,6.29,3.81 +"5539",0.91,"Good","H","SI1",58.2,59,3855,6.36,6.4,3.71 +"5540",0.91,"Fair","D","SI1",64.4,60,3855,6.08,6.04,3.9 +"5541",0.73,"Very Good","D","VS1",62.2,56,3856,5.72,5.75,3.57 +"5542",0.71,"Ideal","D","VVS2",61.3,57,3856,5.7,5.81,3.53 +"5543",0.93,"Ideal","I","SI1",62.5,55,3856,6.23,6.29,3.91 +"5544",1.01,"Fair","G","SI2",64.7,58,3856,6.14,6.23,4 +"5545",1.02,"Premium","I","SI2",61.2,59,3856,6.51,6.46,3.97 +"5546",1.02,"Premium","J","SI1",63,58,3856,6.44,6.39,4.04 +"5547",1.02,"Ideal","J","SI1",62.8,54,3856,6.46,6.43,4.05 +"5548",1.02,"Premium","J","SI1",61.8,58,3856,6.5,6.44,4 +"5549",1.02,"Premium","I","SI2",62,59,3856,6.45,6.42,3.99 +"5550",1.02,"Good","I","SI2",63.6,56,3856,6.4,6.37,4.06 +"5551",1.02,"Ideal","I","SI2",60.7,57,3856,6.57,6.54,3.98 +"5552",0.9,"Premium","E","SI2",60.4,59,3856,6.24,6.21,3.76 +"5553",0.9,"Premium","E","SI2",61.6,59,3856,6.26,6.18,3.83 +"5554",1.01,"Very Good","E","SI2",59.4,59,3857,6.49,6.51,3.86 +"5555",1.02,"Very Good","J","SI1",62.5,58,3857,6.37,6.43,4 +"5556",1,"Very Good","F","SI2",63.5,55,3858,6.37,6.32,4.03 +"5557",1,"Premium","F","SI2",60.2,62,3858,6.53,6.45,3.91 +"5558",1,"Good","F","SI2",56.7,60,3858,6.62,6.58,3.74 +"5559",0.74,"Ideal","D","VS2",61.8,56,3858,5.79,5.82,3.59 +"5560",1,"Ideal","I","VS2",62.6,54,3858,6.39,6.35,3.99 +"5561",1,"Premium","F","SI2",61.7,58,3858,6.36,6.32,3.91 +"5562",0.96,"Ideal","G","SI2",61.7,57,3858,6.35,6.3,3.9 +"5563",1,"Good","F","SI2",59.8,65,3858,6.58,6.43,3.9 +"5564",1,"Premium","F","SI2",59.3,62,3858,6.49,6.43,3.83 +"5565",1,"Premium","F","SI2",60.4,58,3858,6.47,6.44,3.9 +"5566",1,"Good","F","SI2",59.4,64,3858,6.36,6.29,3.76 +"5567",0.9,"Good","G","VS2",63.9,61,3859,5.97,6.01,3.83 +"5568",0.8,"Ideal","F","VS1",61.2,56,3860,5.98,6.01,3.67 +"5569",1,"Good","G","SI2",59.7,63,3860,6.43,6.5,3.86 +"5570",1.04,"Premium","I","SI2",62.1,59,3861,6.46,6.52,4.03 +"5571",1.08,"Fair","E","SI2",64.9,60,3861,6.43,6.39,4.16 +"5572",1.04,"Premium","G","SI2",62.2,59,3861,6.57,6.49,4.06 +"5573",1.14,"Premium","J","SI2",60.4,59,3861,6.8,6.74,4.09 +"5574",0.79,"Ideal","E","VS2",62.2,55,3861,5.97,5.9,3.69 +"5575",0.94,"Very Good","D","SI2",59,59,3862,6.34,6.41,3.76 +"5576",1.21,"Fair","H","SI1",69.6,55,3862,6.49,6.42,4.49 +"5577",1.21,"Fair","H","SI2",65.6,56,3862,6.69,6.59,4.36 +"5578",0.9,"Very Good","E","SI1",62.9,55,3863,6.18,6.22,3.9 +"5579",0.9,"Very Good","E","SI1",63.6,57,3863,6.08,6.12,3.88 +"5580",0.91,"Ideal","J","VS1",61.9,56,3863,6.19,6.22,3.85 +"5581",1,"Premium","H","SI2",61,61,3864,6.31,6.27,3.84 +"5582",0.78,"Ideal","D","VS2",62.2,55,3864,5.87,5.97,3.68 +"5583",1.12,"Ideal","E","SI2",60.9,57,3864,6.66,6.6,4.04 +"5584",0.76,"Ideal","E","VS2",61.6,56,3864,5.85,5.9,3.62 +"5585",1.12,"Very Good","E","SI2",60.9,63,3864,6.65,6.59,4.03 +"5586",1,"Fair","F","SI2",65.5,54,3864,6.2,6.16,4.05 +"5587",1,"Premium","J","VVS2",59.6,61,3864,6.4,6.36,3.8 +"5588",1.19,"Ideal","H","I1",60.3,57,3864,6.93,6.83,4.15 +"5589",0.92,"Premium","F","SI2",59.3,61,3864,6.36,6.29,3.75 +"5590",1.5,"Good","F","I1",63.7,59,3864,7.29,7.18,4.62 +"5591",1.17,"Good","D","SI2",57.4,59,3866,7.02,6.95,4.01 +"5592",0.9,"Ideal","I","VS1",62.9,58,3867,6.13,6.18,3.87 +"5593",0.9,"Ideal","I","VS1",62.4,56,3867,6.14,6.19,3.85 +"5594",0.9,"Very Good","E","SI1",62.3,61,3868,6.12,6.17,3.83 +"5595",1.01,"Fair","H","SI1",64.5,59,3869,6.27,6.23,4.03 +"5596",1.01,"Fair","H","SI1",65.3,61,3869,6.23,6.18,4.05 +"5597",1.01,"Premium","H","SI1",62.1,57,3869,6.47,6.37,3.99 +"5598",1.01,"Premium","H","SI1",62.8,58,3869,6.43,6.34,4.01 +"5599",0.94,"Premium","F","SI2",62.6,57,3869,6.27,6.25,3.92 +"5600",0.85,"Very Good","E","VS2",60.2,60,3871,6.09,6.14,3.68 +"5601",1.2,"Premium","E","I1",62.3,60,3871,6.78,6.71,4.2 +"5602",1.01,"Good","G","SI1",62.2,65,3871,6.34,6.3,3.93 +"5603",0.96,"Ideal","G","SI2",62.1,57,3871,6.32,6.27,3.91 +"5604",0.9,"Ideal","D","SI2",62.3,57,3871,6.17,6.23,3.86 +"5605",0.96,"Good","F","VS2",63.7,54,3871,6.24,6.19,3.96 +"5606",1.01,"Fair","D","SI2",64.7,57,3871,6.31,6.27,4.07 +"5607",0.96,"Premium","H","SI2",59.2,61,3871,6.42,6.36,3.78 +"5608",0.9,"Very Good","I","VVS1",63.4,57,3872,6.09,6.12,3.87 +"5609",1.1,"Ideal","E","I1",61.9,56,3872,6.59,6.63,4.09 +"5610",0.74,"Very Good","E","VS1",62.1,53.4,3872,5.8,5.82,3.61 +"5611",0.9,"Very Good","E","SI2",59.4,58,3872,6.31,6.35,3.76 +"5612",0.89,"Ideal","E","SI2",61.8,56,3872,6.15,6.19,3.81 +"5613",0.92,"Very Good","F","SI2",62.8,56,3873,6.19,6.23,3.9 +"5614",0.98,"Ideal","I","SI2",62.6,54,3873,6.35,6.39,3.99 +"5615",0.87,"Premium","D","VS2",59.9,59,3873,6.2,6.16,3.7 +"5616",0.72,"Ideal","E","VVS2",62,56,3874,5.74,5.77,3.57 +"5617",1.12,"Ideal","G","I1",60.3,57,3874,6.73,6.8,4.08 +"5618",1.01,"Premium","I","SI2",61.1,58,3874,6.5,6.46,3.96 +"5619",1,"Good","H","SI2",63.2,59,3874,6.24,6.29,3.96 +"5620",1.02,"Very Good","F","SI2",58.7,63,3875,6.49,6.46,3.8 +"5621",0.9,"Fair","E","VS2",65.2,61,3875,6.01,5.98,3.91 +"5622",0.96,"Premium","I","VS2",60.6,60,3876,6.4,6.47,3.9 +"5623",0.91,"Very Good","E","SI2",62.8,59,3876,6.1,6.16,3.85 +"5624",1.03,"Fair","E","SI2",65.3,59,3876,6.3,6.25,4.1 +"5625",1.03,"Premium","E","SI2",61.7,61,3876,6.49,6.45,3.99 +"5626",1,"Premium","J","VS2",60.7,58,3877,6.49,6.52,3.95 +"5627",0.92,"Premium","D","SI2",59.4,59,3877,6.39,6.28,3.76 +"5628",0.71,"Premium","D","VVS2",60.4,59,3877,5.73,5.69,3.45 +"5629",0.9,"Very Good","H","VS2",61.2,61,3878,6.14,6.21,3.78 +"5630",0.9,"Very Good","H","VS2",61.6,63,3878,6.1,6.14,3.77 +"5631",0.9,"Very Good","H","VS2",63,61,3878,6.05,6.14,3.84 +"5632",0.9,"Very Good","H","VS2",62.8,58,3878,6.13,6.17,3.86 +"5633",1,"Good","H","SI2",63.9,55,3878,6.25,6.33,4.02 +"5634",1,"Good","I","SI1",60.5,57,3878,6.4,6.46,3.89 +"5635",0.95,"Premium","I","SI1",60,60,3878,6.39,6.37,3.83 +"5636",0.91,"Very Good","F","SI1",60.1,58,3879,6.3,6.35,3.8 +"5637",1.02,"Very Good","J","SI1",63.1,60,3879,6.35,6.4,4.02 +"5638",0.75,"Ideal","G","VVS2",62.2,56,3879,5.78,5.82,3.61 +"5639",0.9,"Premium","G","SI1",61,60,3879,6.17,6.12,3.75 +"5640",0.9,"Premium","G","SI1",60.2,59,3879,6.27,6.23,3.76 +"5641",0.74,"Ideal","F","VVS2",61.5,55,3879,5.85,5.82,3.59 +"5642",0.9,"Very Good","I","VS1",62,61,3880,6.12,6.18,3.81 +"5643",0.9,"Good","D","SI1",62.4,63,3880,6.04,6.13,3.8 +"5644",0.9,"Very Good","D","SI1",62.1,60,3880,6.14,6.2,3.83 +"5645",0.9,"Very Good","D","SI1",61.6,54,3880,6.18,6.25,3.83 +"5646",0.93,"Very Good","D","SI1",60.8,60,3880,6.24,6.3,3.81 +"5647",1.2,"Very Good","J","SI2",59.6,62,3880,6.9,6.95,4.13 +"5648",1.12,"Good","J","SI1",63.7,61,3880,6.5,6.54,4.15 +"5649",1,"Good","E","SI2",63.3,56,3880,6.3,6.36,4.01 +"5650",0.71,"Ideal","F","VVS1",61.8,56,3880,5.72,5.74,3.54 +"5651",0.82,"Ideal","G","VS1",61.9,54,3880,5.99,6.03,3.72 +"5652",0.73,"Ideal","F","IF",61.2,55,3880,5.86,5.8,3.57 +"5653",1.26,"Fair","H","SI2",64.9,60,3881,6.7,6.62,4.32 +"5654",0.9,"Good","F","SI1",63.6,59,3881,6.12,6.07,3.88 +"5655",0.9,"Premium","F","SI1",62.5,62,3881,6.11,6.08,3.81 +"5656",0.9,"Premium","F","SI1",62.6,60,3881,6.14,6.1,3.83 +"5657",0.9,"Very Good","F","SI1",63.2,61,3881,6.13,6.09,3.86 +"5658",0.9,"Very Good","F","SI1",63.1,58,3881,6.18,6.12,3.88 +"5659",1,"Premium","F","SI1",59.4,62,3881,6.55,6.52,3.88 +"5660",1.05,"Good","J","VS1",57.8,64,3881,6.74,6.67,3.88 +"5661",1,"Ideal","I","SI2",60.9,57,3881,6.47,6.43,3.93 +"5662",0.9,"Good","H","VS2",63.6,58,3881,6.11,6.09,3.88 +"5663",0.9,"Ideal","F","SI2",62.4,57,3881,6.23,6.15,3.86 +"5664",0.91,"Very Good","H","VS1",62.7,63,3881,6.1,6.03,3.8 +"5665",0.91,"Premium","H","VS1",59.2,62,3881,6.2,6.14,3.65 +"5666",1,"Premium","F","SI1",59.4,62,3881,6.55,6.52,3.88 +"5667",1.11,"Very Good","I","SI2",63.7,58,3882,6.57,6.53,4.17 +"5668",1.09,"Ideal","F","SI2",61.6,54,3882,6.69,6.62,4.1 +"5669",1.13,"Premium","D","SI2",58.3,60,3883,6.83,6.78,3.97 +"5670",1.29,"Very Good","J","SI2",63.5,57,3884,6.89,6.87,4.37 +"5671",0.91,"Ideal","G","SI1",62.6,57,3884,6.16,6.21,3.87 +"5672",0.91,"Very Good","G","SI1",62.2,57,3884,6.12,6.17,3.82 +"5673",0.9,"Good","E","SI1",58.1,64,3884,6.26,6.28,3.64 +"5674",1.02,"Good","H","SI2",63.7,58,3884,6.28,6.24,3.99 +"5675",0.8,"Ideal","F","VS1",62.4,55,3884,5.92,5.88,3.68 +"5676",0.8,"Ideal","F","VS1",61.6,54,3884,5.99,5.95,3.68 +"5677",0.95,"Ideal","I","VS2",62.2,57,3884,6.29,6.22,3.89 +"5678",0.97,"Ideal","F","SI1",61.7,56,3884,6.37,6.32,3.92 +"5679",1.01,"Very Good","I","SI2",61.8,60,3885,6.34,6.37,3.93 +"5680",0.91,"Very Good","F","SI1",62.2,55,3885,6.18,6.23,3.86 +"5681",1.01,"Good","F","SI2",62.5,59,3886,6.31,6.37,3.96 +"5682",1.01,"Good","F","SI2",62.7,61,3886,6.28,6.38,3.97 +"5683",0.94,"Very Good","E","SI2",62,58,3886,6.23,6.29,3.88 +"5684",1.05,"Premium","E","SI2",62.2,59,3886,6.51,6.44,4.03 +"5685",1.18,"Ideal","D","I1",61.5,62,3886,6.88,6.73,4.19 +"5686",1.01,"Fair","J","VS2",59.6,62,3886,6.54,6.49,3.88 +"5687",0.91,"Very Good","H","VS2",61.6,60,3887,6.19,6.21,3.82 +"5688",0.7,"Very Good","F","IF",61.5,58,3887,5.65,5.7,3.49 +"5689",1.01,"Very Good","H","SI2",60.6,61,3888,6.38,6.45,3.89 +"5690",1.01,"Very Good","I","SI1",62.8,58,3888,6.37,6.4,4.01 +"5691",1.01,"Very Good","I","SI1",62.1,58,3888,6.38,6.44,3.98 +"5692",1.01,"Good","H","SI2",63.9,58,3888,6.32,6.35,4.05 +"5693",1.01,"Very Good","I","SI1",60.3,57,3888,6.51,6.53,3.93 +"5694",1.01,"Very Good","I","SI1",62,54,3888,6.36,6.51,3.99 +"5695",0.73,"Ideal","F","VVS2",61.9,55.2,3888,5.74,5.79,3.58 +"5696",0.74,"Ideal","E","VS1",62.2,55,3888,5.79,5.82,3.61 +"5697",0.91,"Premium","D","SI2",61.2,58,3889,6.25,6.21,3.81 +"5698",1,"Good","E","SI2",63.7,61,3889,6.32,6.27,4.01 +"5699",1,"Fair","E","SI2",56.9,63,3889,6.54,6.49,3.71 +"5700",1.12,"Premium","H","SI2",61.4,59,3889,6.69,6.66,4.1 +"5701",0.3,"Very Good","D","SI2",63.4,56,574,4.29,4.26,2.71 +"5702",0.3,"Premium","D","SI2",62.9,58,574,4.29,4.26,2.69 +"5703",0.3,"Premium","D","SI2",62.4,59,574,4.28,4.25,2.66 +"5704",0.3,"Premium","D","SI2",62.2,59,574,4.3,4.25,2.66 +"5705",0.3,"Premium","D","SI2",61,61,574,4.31,4.25,2.61 +"5706",0.3,"Premium","D","SI2",61.2,57,574,4.33,4.3,2.64 +"5707",0.33,"Good","E","VS2",57.3,59,574,4.6,4.62,2.64 +"5708",0.25,"Very Good","F","VVS2",59,58,575,4.1,4.14,2.43 +"5709",0.25,"Very Good","F","VVS2",59.4,57,575,4.1,4.12,2.44 +"5710",0.25,"Very Good","F","VVS2",61.8,58,575,4.05,4.07,2.51 +"5711",0.25,"Very Good","F","VVS2",61,58,575,4.02,4.05,2.46 +"5712",0.25,"Very Good","F","VVS2",60.4,59,575,4.09,4.12,2.48 +"5713",0.25,"Very Good","F","VVS2",63.2,57,575,3.99,4.01,2.53 +"5714",0.27,"Very Good","E","VVS2",58.6,61,575,4.27,4.3,2.51 +"5715",0.25,"Very Good","E","VVS2",60.2,59,575,4.07,4.14,2.47 +"5716",0.25,"Very Good","E","VVS2",62.7,59,575,4.01,4.03,2.52 +"5717",0.27,"Very Good","E","VVS2",61.9,58,575,4.1,4.14,2.55 +"5718",0.25,"Very Good","E","VVS2",59.8,59,575,4.07,4.09,2.44 +"5719",0.25,"Very Good","E","VVS2",62.1,58,575,4.03,4.06,2.51 +"5720",0.25,"Very Good","E","VVS2",63,57,575,4,4.06,2.54 +"5721",0.25,"Very Good","E","VVS2",60.9,59,575,4.03,4.11,2.48 +"5722",0.25,"Very Good","E","VVS2",61.9,59,575,3.99,4.02,2.48 +"5723",0.25,"Very Good","E","VVS2",63.4,58,575,3.97,4.01,2.53 +"5724",0.25,"Very Good","E","VVS2",63,55,575,4,4.03,2.53 +"5725",0.25,"Very Good","E","VVS2",60.5,59,575,4.06,4.1,2.47 +"5726",0.25,"Very Good","D","VVS2",58.8,59,575,4.11,4.16,2.43 +"5727",0.27,"Very Good","D","VVS2",64.6,53,575,4.04,4.1,2.63 +"5728",0.25,"Very Good","D","VVS2",61.3,59,575,4.07,4.12,2.51 +"5729",0.25,"Very Good","E","VVS1",59.7,58,575,4.13,4.14,2.47 +"5730",0.25,"Very Good","E","VVS1",60.7,58,575,4.07,4.1,2.48 +"5731",0.9,"Very Good","H","VS2",60.8,58,3890,6.18,6.22,3.77 +"5732",1.09,"Very Good","D","SI2",61.9,61,3890,6.54,6.58,4.06 +"5733",0.8,"Ideal","E","SI1",61,57,3890,6,6.03,3.67 +"5734",0.9,"Good","H","VS2",64.3,60,3890,6.02,6.04,3.88 +"5735",0.92,"Good","D","SI2",63.3,59,3891,6.12,6.18,3.89 +"5736",0.91,"Very Good","G","SI2",63.4,60,3891,6.11,6.06,3.86 +"5737",1.1,"Fair","E","SI1",65.5,57,3891,6.45,6.37,4.2 +"5738",1.02,"Premium","G","SI2",62.3,58,3892,6.41,6.38,4 +"5739",1.03,"Good","H","SI2",65,57,3892,6.3,6.32,4.1 +"5740",1.03,"Fair","I","SI1",57.4,61,3892,6.67,6.71,3.84 +"5741",0.9,"Very Good","F","SI1",61.1,56,3893,6.23,6.3,3.83 +"5742",0.9,"Good","F","SI1",61.3,60,3893,6.13,6.18,3.77 +"5743",1.03,"Ideal","J","SI1",62.3,56,3893,6.51,6.45,4.04 +"5744",0.91,"Good","F","SI1",66.1,57,3893,5.99,6.03,3.97 +"5745",0.9,"Ideal","G","SI1",60.2,56,3894,6.24,6.29,3.77 +"5746",1.18,"Very Good","E","I1",62.5,58,3894,6.62,6.75,4.18 +"5747",1,"Good","D","SI2",64.3,53,3894,6.29,6.34,4.06 +"5748",0.9,"Very Good","E","VS2",63.4,59,3894,6.19,6.11,3.9 +"5749",0.76,"Premium","D","VS1",60.6,58,3894,5.95,5.89,3.59 +"5750",0.98,"Very Good","E","SI2",61.1,60,3895,6.31,6.36,3.87 +"5751",1.01,"Good","G","SI2",64.5,61,3895,6.24,6.31,4.05 +"5752",1.01,"Good","F","SI2",61.5,61,3895,6.33,6.38,3.91 +"5753",0.9,"Good","E","SI2",61.3,61,3895,6.13,6.17,3.77 +"5754",0.92,"Premium","I","VS2",60.9,58,3895,6.28,6.27,3.82 +"5755",0.93,"Good","F","SI2",63.4,54,3896,6.19,6.24,3.94 +"5756",0.72,"Ideal","D","VS1",60.9,56,3896,5.79,5.86,3.55 +"5757",1.24,"Premium","G","SI2",60,60,3896,6.94,6.88,4.15 +"5758",1.04,"Premium","G","SI2",60.6,59,3896,6.6,6.56,3.99 +"5759",1.01,"Premium","F","SI2",63,60,3897,6.35,6.28,3.98 +"5760",1.01,"Premium","F","SI2",58.3,58,3897,6.56,6.55,3.82 +"5761",1.01,"Premium","F","SI2",60,59,3897,6.47,6.41,3.86 +"5762",1.01,"Good","F","SI2",63.7,60,3897,6.37,6.29,4.02 +"5763",1.01,"Very Good","F","SI2",63.5,56,3897,6.38,6.35,4.04 +"5764",1.01,"Premium","J","VVS2",62.7,59,3897,6.46,6.39,4.03 +"5765",1.01,"Good","F","SI2",64.3,57,3897,6.32,6.25,4.04 +"5766",0.78,"Very Good","E","VS1",61.5,60,3898,5.86,5.92,3.62 +"5767",0.9,"Very Good","F","SI1",63.4,56,3898,6.06,6.12,3.86 +"5768",0.9,"Good","F","SI1",62.4,55,3898,6.17,6.21,3.86 +"5769",0.91,"Premium","E","SI2",62.8,59,3898,6.16,6.13,3.86 +"5770",1.05,"Premium","G","SI2",60.1,60,3898,6.66,6.58,3.98 +"5771",1.13,"Premium","E","SI2",62.5,57,3898,6.68,6.63,4.16 +"5772",0.91,"Ideal","E","SI2",60.8,56,3898,6.29,6.25,3.81 +"5773",0.91,"Ideal","E","SI2",61.5,56,3898,6.23,6.2,3.82 +"5774",1.05,"Good","G","SI2",63.7,59,3898,6.41,6.37,4.07 +"5775",1.01,"Premium","I","SI2",62.1,59,3899,6.39,6.42,3.98 +"5776",1.18,"Fair","D","SI2",57,66,3899,6.96,6.91,3.98 +"5777",0.73,"Ideal","F","VVS1",62.7,56,3900,5.76,5.72,3.6 +"5778",1.11,"Very Good","J","SI1",62,58,3901,6.57,6.62,4.09 +"5779",0.7,"Ideal","E","VVS2",62.6,54,3901,5.65,5.7,3.55 +"5780",1.06,"Premium","F","SI2",62.6,59,3901,6.51,6.47,4.06 +"5781",1.29,"Premium","E","I1",58.6,60,3901,7.18,7.12,4.19 +"5782",0.9,"Very Good","E","SI2",62.6,58,3902,6.1,6.16,3.84 +"5783",0.9,"Very Good","E","SI2",61.1,58,3902,6.12,6.26,3.78 +"5784",1.04,"Premium","H","SI1",60,58,3902,6.59,6.52,3.93 +"5785",0.9,"Good","H","VS2",64.1,56,3902,6,6.05,3.86 +"5786",0.72,"Very Good","E","VVS1",61.2,58,3903,5.75,5.79,3.53 +"5787",1.03,"Very Good","F","SI2",60.2,55,3903,6.53,6.59,3.95 +"5788",1.01,"Good","H","SI2",57.9,59,3903,6.64,6.59,3.83 +"5789",1.01,"Premium","F","SI2",61.1,57,3903,6.48,6.44,3.95 +"5790",0.82,"Ideal","E","VS2",61.9,57,3903,6.01,5.98,3.71 +"5791",1.02,"Premium","G","SI2",60.7,56,3904,6.56,6.51,3.97 +"5792",1.01,"Very Good","J","SI2",62.2,58,3905,6.37,6.4,3.97 +"5793",1.23,"Ideal","H","I1",61.9,61,3905,6.85,6.79,4.22 +"5794",1,"Good","F","SI2",63.7,57,3906,6.32,6.36,4.04 +"5795",1,"Very Good","F","SI2",62.4,56,3906,6.31,6.35,3.95 +"5796",1,"Very Good","F","SI2",61.9,59,3906,6.39,6.44,3.97 +"5797",1.01,"Very Good","J","SI2",62.8,59,3906,6.34,6.37,3.99 +"5798",0.91,"Ideal","I","VS1",62.1,57,3906,6.2,6.23,3.86 +"5799",1,"Good","G","SI2",64.2,57,3906,6.25,6.27,4.02 +"5800",0.71,"Very Good","E","VVS1",57.9,61,3907,5.88,5.96,3.43 +"5801",0.95,"Premium","E","SI2",58.9,61,3907,6.45,6.41,3.79 +"5802",0.9,"Ideal","I","SI1",61.6,55,3908,6.2,6.22,3.82 +"5803",1.24,"Very Good","J","SI2",63.3,60,3908,6.83,6.75,4.29 +"5804",0.9,"Very Good","G","SI2",60.8,57,3909,6.2,6.24,3.78 +"5805",0.71,"Ideal","G","VVS2",61.5,57,3909,5.74,5.78,3.54 +"5806",1.02,"Good","D","SI2",63.8,59,3909,6.43,6.33,4.07 +"5807",1.02,"Good","D","SI2",57.5,62,3909,6.62,6.6,3.8 +"5808",0.9,"Very Good","G","VS2",59,58,3910,6.25,6.29,3.7 +"5809",0.91,"Very Good","D","SI2",60.8,58,3910,6.26,6.31,3.82 +"5810",0.92,"Premium","F","SI1",62,60,3910,6.26,6.19,3.86 +"5811",0.77,"Very Good","E","VS2",60.4,58,3911,5.94,6.01,3.61 +"5812",0.91,"Premium","E","SI1",61.5,60,3911,6.19,6.24,3.82 +"5813",0.91,"Very Good","D","SI2",63.4,59,3911,6.12,6.15,3.89 +"5814",0.97,"Premium","H","SI1",58,62,3911,6.56,6.48,3.79 +"5815",1.02,"Ideal","I","SI2",62.7,57,3913,6.43,6.4,4.02 +"5816",0.73,"Ideal","G","VVS1",61.6,56,3913,5.76,5.79,3.56 +"5817",0.8,"Ideal","F","VS2",61.3,55,3913,5.98,6,3.67 +"5818",0.81,"Ideal","E","SI1",61.9,55,3913,5.98,6.01,3.71 +"5819",1.18,"Premium","J","VS2",62.8,59,3913,6.78,6.69,4.23 +"5820",1.39,"Very Good","I","I1",62.6,57,3914,7.1,7.15,4.46 +"5821",1.04,"Premium","E","SI2",61.6,58,3914,6.52,6.45,3.99 +"5822",1.02,"Ideal","H","I1",62.1,56,3915,6.4,6.45,3.99 +"5823",0.66,"Ideal","D","VVS2",61.3,57,3915,5.59,5.63,3.44 +"5824",0.94,"Ideal","E","SI2",61.1,55,3915,6.29,6.34,3.86 +"5825",1,"Premium","H","SI1",62.9,60,3915,6.36,6.32,3.99 +"5826",0.92,"Premium","H","VS2",59.6,59,3916,6.32,6.29,3.76 +"5827",1.01,"Fair","E","SI2",57.9,57,3916,6.51,6.55,3.78 +"5828",1.11,"Good","J","SI1",63.6,58,3916,6.57,6.48,4.15 +"5829",0.92,"Good","D","SI2",63.9,55,3916,6.14,6.09,3.91 +"5830",0.92,"Premium","G","SI2",59.4,60,3916,6.34,6.31,3.76 +"5831",0.77,"Very Good","F","VVS2",60.6,60,3917,5.89,5.92,3.58 +"5832",0.9,"Premium","E","SI1",60.3,60,3917,6.27,6.2,3.76 +"5833",1.1,"Good","F","SI2",63.7,58,3918,6.48,6.45,4.12 +"5834",0.9,"Good","G","VS2",62.9,62,3918,6.02,6.06,3.8 +"5835",0.9,"Very Good","D","SI2",63.5,58,3918,6.08,6.17,3.89 +"5836",0.95,"Ideal","I","SI2",61.2,56,3918,6.33,6.37,3.89 +"5837",1.1,"Premium","F","SI2",62.1,56,3918,6.68,6.56,4.12 +"5838",1,"Premium","I","VS2",62.7,62,3918,6.32,6.27,3.95 +"5839",0.9,"Very Good","G","SI1",62.6,60,3919,6.09,6.14,3.83 +"5840",0.9,"Very Good","H","VS2",63.1,60,3919,6.12,6.08,3.85 +"5841",0.9,"Good","H","VS2",64,58,3919,6.11,6.07,3.9 +"5842",0.9,"Premium","H","VS2",62.3,58,3919,6.18,6.09,3.82 +"5843",1,"Premium","H","SI2",60.2,61,3920,6.48,6.44,3.89 +"5844",1.01,"Premium","F","SI1",62.8,59,3920,6.4,6.36,4.01 +"5845",0.92,"Very Good","F","SI1",63.8,56,3920,6.12,6.17,3.92 +"5846",1,"Fair","I","SI1",56.4,61,3920,6.58,6.55,3.7 +"5847",1,"Good","I","SI1",62.9,64,3920,6.27,6.23,3.93 +"5848",1,"Very Good","G","SI2",63.3,56,3920,6.38,6.29,4.01 +"5849",1,"Premium","H","SI2",61.3,58,3920,6.45,6.41,3.94 +"5850",1,"Premium","H","SI2",61.2,59,3920,6.42,6.38,3.92 +"5851",1,"Very Good","H","SI2",63.4,61,3920,6.33,6.29,4 +"5852",1,"Good","I","SI1",63.8,58,3920,6.32,6.28,4.02 +"5853",1,"Good","J","VS1",58.1,64,3920,6.63,6.51,3.82 +"5854",1,"Good","I","SI1",63.7,64,3920,6.33,6.27,4.01 +"5855",1,"Premium","F","SI2",61.5,58,3920,6.41,6.38,3.93 +"5856",0.7,"Very Good","D","VVS1",61.5,63,3920,5.78,5.64,3.51 +"5857",1,"Premium","J","SI1",58.7,58,3920,6.55,6.51,3.83 +"5858",0.51,"Fair","F","VVS2",65.4,60,3920,4.98,4.9,3.23 +"5859",0.91,"Premium","H","VS2",59.6,60,3921,6.25,6.29,3.74 +"5860",0.91,"Good","H","VS2",63.1,59,3921,6.13,6.16,3.88 +"5861",1.03,"Ideal","J","SI1",61.9,56,3921,6.45,6.5,4.01 +"5862",0.9,"Good","G","SI1",60.2,63,3921,6.16,6.2,3.72 +"5863",0.88,"Premium","F","VS1",60.7,55,3921,6.28,6.22,3.79 +"5864",0.74,"Ideal","G","VVS2",61.7,55,3922,5.8,5.83,3.59 +"5865",1.03,"Ideal","J","SI1",62.6,57,3922,6.45,6.43,4.03 +"5866",0.78,"Very Good","D","VS1",61.5,57,3923,5.92,5.95,3.65 +"5867",1.01,"Premium","G","SI2",63,59,3923,6.38,6.32,4 +"5868",0.81,"Ideal","G","VS1",61.6,56,3923,5.99,6.02,3.7 +"5869",1.01,"Good","G","SI2",63.7,58,3923,6.35,6.31,4.03 +"5870",0.92,"Fair","H","VS1",56,60,3924,6.53,6.51,3.65 +"5871",0.91,"Very Good","H","VS2",63.7,57,3924,6.1,6.12,3.89 +"5872",0.9,"Premium","E","SI2",60.4,59,3924,6.21,6.24,3.76 +"5873",0.85,"Ideal","E","VS2",59.3,57,3924,6.19,6.22,3.68 +"5874",0.9,"Very Good","E","SI2",61.6,59,3924,6.18,6.26,3.83 +"5875",1.04,"Very Good","J","SI2",63.2,58.6,3924,6.35,6.39,4.03 +"5876",0.91,"Good","F","SI1",63.7,58,3924,6.17,6.1,3.91 +"5877",0.91,"Good","F","SI1",63.7,58,3924,6.09,6.02,3.86 +"5878",1.03,"Ideal","I","SI2",62.2,57,3925,6.46,6.5,4.03 +"5879",1.18,"Premium","I","SI2",62.9,58,3925,6.77,6.7,4.24 +"5880",1.01,"Ideal","J","SI1",62.8,57,3926,6.4,6.44,4.03 +"5881",1.01,"Good","H","SI2",65.7,60,3926,6.17,6.19,4.06 +"5882",1.02,"Very Good","I","SI1",60.4,58,3927,6.52,6.56,3.95 +"5883",1.02,"Ideal","H","SI2",61.6,56,3927,6.47,6.51,4 +"5884",1.02,"Very Good","H","SI2",62.4,59,3927,6.37,6.42,3.99 +"5885",1.02,"Very Good","I","SI1",62.9,58,3927,6.36,6.42,4.02 +"5886",0.76,"Ideal","G","VVS2",62,56,3927,5.86,5.88,3.64 +"5887",1.01,"Premium","E","SI2",59.4,59,3928,6.51,6.49,3.86 +"5888",1.03,"Good","G","SI2",63.7,60,3929,6.28,6.35,4.02 +"5889",1,"Ideal","J","SI1",59.2,62,3929,6.47,6.5,3.84 +"5890",0.8,"Ideal","E","VS2",60.9,57,3930,6.01,6.05,3.67 +"5891",0.9,"Fair","F","VS2",64.7,54,3931,6.09,6.03,3.92 +"5892",0.9,"Premium","I","VVS2",58.3,60,3931,6.32,6.28,3.67 +"5893",0.9,"Good","G","SI1",57.8,58,3931,6.42,6.38,3.7 +"5894",0.9,"Ideal","G","SI1",61.6,57,3931,6.24,6.17,3.82 +"5895",0.9,"Fair","D","VS2",57.5,66,3931,6.3,6.25,3.61 +"5896",1.04,"Ideal","J","SI1",61.1,57,3931,6.57,6.52,4 +"5897",0.9,"Premium","G","SI1",61,59,3931,6.29,6.17,3.8 +"5898",0.9,"Ideal","G","SI1",62.2,56,3931,6.2,6.14,3.84 +"5899",1.08,"Premium","F","SI2",59.9,58,3931,6.75,6.66,4.01 +"5900",1.2,"Ideal","I","SI2",62.5,56,3931,6.8,6.7,4.22 +"5901",1.01,"Good","D","SI2",64,59,3932,6.28,6.34,4.04 +"5902",0.92,"Premium","I","VVS1",62.4,59,3932,6.17,6.14,3.84 +"5903",1.06,"Ideal","J","SI2",61.3,57,3932,6.55,6.6,4.03 +"5904",0.9,"Premium","H","VS2",62.6,58,3933,6.14,6.19,3.86 +"5905",0.93,"Very Good","G","SI1",62.5,57.8,3933,6.15,6.28,3.87 +"5906",0.83,"Ideal","D","SI1",61.5,53,3933,6.09,6.07,3.74 +"5907",0.9,"Good","E","SI1",60.8,65,3933,6.14,6.17,3.74 +"5908",0.81,"Ideal","F","VS1",61.5,55,3933,6.01,5.96,3.68 +"5909",0.81,"Ideal","E","SI1",61.9,56,3935,5.97,6.02,3.71 +"5910",1.06,"Ideal","G","SI2",62.3,55,3936,6.54,6.49,4.06 +"5911",0.91,"Very Good","F","SI1",61.4,58,3936,6.19,6.23,3.81 +"5912",0.91,"Very Good","E","SI2",62.4,58,3936,6.11,6.14,3.82 +"5913",0.9,"Premium","F","SI1",61.7,62,3936,6.19,6.13,3.8 +"5914",0.84,"Ideal","G","VS2",62,55,3936,6.07,6.09,3.77 +"5915",0.92,"Good","D","SI2",59,58,3936,6.31,6.36,3.74 +"5916",1.02,"Ideal","J","VVS2",62.1,57,3936,6.46,6.43,4 +"5917",0.71,"Premium","E","VVS1",61.8,56,3936,5.71,5.68,3.52 +"5918",0.73,"Ideal","D","VS1",60.9,55,3937,5.83,5.86,3.56 +"5919",0.93,"Premium","H","VS2",60.3,61,3937,6.39,6.25,3.81 +"5920",0.94,"Very Good","F","SI2",62.6,57,3938,6.25,6.27,3.92 +"5921",1.02,"Good","H","SI2",58.2,60,3940,6.49,6.57,3.8 +"5922",1,"Good","G","SI2",57.4,60,3941,6.63,6.53,3.78 +"5923",1,"Good","G","SI2",64,55,3941,6.3,6.26,4.02 +"5924",0.93,"Ideal","F","SI2",61.9,57,3941,6.21,6.25,3.86 +"5925",0.92,"Ideal","E","SI2",62.1,57,3941,6.26,6.2,3.87 +"5926",0.92,"Premium","E","SI2",62.1,58,3941,6.22,6.18,3.85 +"5927",0.92,"Premium","E","SI2",61.7,59,3941,6.27,6.18,3.84 +"5928",0.92,"Ideal","E","SI2",62.1,53,3941,6.25,6.22,3.87 +"5929",0.92,"Ideal","E","SI2",62.2,56,3941,6.24,6.2,3.87 +"5930",1.12,"Premium","E","I1",61,59,3942,6.7,6.74,4.1 +"5931",1.28,"Premium","I","SI1",59.4,61,3942,7.11,7.04,4.2 +"5932",1.1,"Ideal","E","I1",61.9,56,3942,6.63,6.59,4.09 +"5933",0.91,"Premium","D","SI2",61,61,3943,6.24,6.16,3.78 +"5934",1.01,"Premium","I","SI1",61.6,58,3944,6.45,6.51,3.99 +"5935",0.9,"Fair","D","SI1",66.1,55,3945,5.98,5.92,3.93 +"5936",1.01,"Ideal","F","SI2",62.7,57,3945,6.37,6.43,4.01 +"5937",1.01,"Very Good","F","SI2",60.8,63,3945,6.32,6.38,3.86 +"5938",1.01,"Very Good","F","SI2",62.5,61,3945,6.33,6.37,3.97 +"5939",0.9,"Very Good","G","SI1",62.9,56,3945,6.11,6.17,3.86 +"5940",0.96,"Ideal","G","SI2",62,58,3945,6.3,6.34,3.92 +"5941",0.9,"Good","E","SI1",62.6,62,3945,6.15,6.18,3.86 +"5942",1.03,"Premium","H","SI1",61.8,58,3945,6.47,6.41,3.98 +"5943",1.12,"Ideal","G","I1",60.3,57,3945,6.8,6.73,4.08 +"5944",0.9,"Good","I","VVS2",62.9,61,3946,6.1,6.14,3.85 +"5945",0.93,"Good","I","VS2",58.2,60,3946,6.41,6.48,3.75 +"5946",1.02,"Very Good","E","SI2",63.6,59,3947,6.23,6.28,3.98 +"5947",0.72,"Ideal","E","VS1",61.1,57,3947,5.78,5.81,3.54 +"5948",0.74,"Very Good","F","VVS2",61.5,55.1,3948,5.82,5.85,3.59 +"5949",0.97,"Premium","I","VS2",62.2,56,3948,6.34,6.29,3.94 +"5950",0.76,"Ideal","H","VS2",62,56,3948,5.86,5.88,3.64 +"5951",0.9,"Good","E","VS2",63.7,58,3948,6.06,6.09,3.87 +"5952",1.01,"Good","G","SI2",61.1,62,3948,6.38,6.48,3.93 +"5953",0.91,"Premium","D","SI2",62.4,56,3949,6.2,6.17,3.86 +"5954",0.7,"Ideal","G","IF",61.3,56,3949,5.72,5.73,3.51 +"5955",1,"Good","G","SI2",63.8,56,3949,6.23,6.31,4 +"5956",0.9,"Good","F","SI1",63.1,58,3950,6.12,6.18,3.88 +"5957",0.9,"Very Good","F","SI1",62.5,62,3950,6.08,6.11,3.81 +"5958",0.9,"Very Good","F","SI1",62.6,60,3950,6.1,6.14,3.83 +"5959",0.9,"Good","F","SI1",63.3,60,3950,6.09,6.11,3.86 +"5960",0.9,"Very Good","F","SI1",62,59,3950,6.13,6.17,3.81 +"5961",0.9,"Very Good","F","SI1",62.6,57,3950,6.16,6.2,3.87 +"5962",0.9,"Good","F","SI1",57.5,60,3950,6.33,6.37,3.65 +"5963",0.9,"Good","F","SI1",63.6,59,3950,6.07,6.12,3.88 +"5964",0.9,"Very Good","F","SI1",61.7,60,3950,6.16,6.22,3.82 +"5965",0.9,"Good","F","SI1",63.2,61,3950,6.09,6.13,3.86 +"5966",0.9,"Ideal","F","SI1",61.8,57,3950,6.19,6.21,3.83 +"5967",0.9,"Very Good","F","SI1",60.4,60,3950,6.23,6.29,3.78 +"5968",0.9,"Good","F","SI1",57.6,60,3950,6.34,6.37,3.66 +"5969",1.14,"Premium","D","I1",61.8,59,3950,6.62,6.74,4.13 +"5970",0.9,"Very Good","F","SI1",63.7,58,3950,6.05,6.1,3.87 +"5971",0.9,"Very Good","F","SI1",63.4,58,3950,6.09,6.12,3.87 +"5972",0.9,"Very Good","F","SI1",62.5,60,3950,6.05,6.11,3.8 +"5973",0.9,"Very Good","F","SI1",62.3,55,3950,6.14,6.18,3.84 +"5974",0.76,"Good","D","VS1",63.7,56,3950,5.81,5.77,3.69 +"5975",0.9,"Premium","F","SI2",59.7,60,3951,6.25,6.22,3.72 +"5976",0.72,"Premium","E","IF",61.3,60,3951,5.74,5.71,3.51 +"5977",1.2,"Premium","J","SI2",59.6,62,3951,6.95,6.9,4.13 +"5978",1.12,"Good","J","SI1",63.7,61,3951,6.54,6.5,4.15 +"5979",0.9,"Premium","F","SI2",60.6,59,3951,6.27,6.21,3.78 +"5980",1,"Fair","I","VS1",64,49,3951,6.43,6.39,4.1 +"5981",1.05,"Premium","E","SI2",60.9,61,3951,6.61,6.55,4.01 +"5982",0.96,"Very Good","G","SI2",63.1,56,3951,6.29,6.22,3.95 +"5983",0.72,"Very Good","F","VVS2",59.2,63,3952,5.77,5.86,3.44 +"5984",1.13,"Good","F","SI2",64,58,3952,6.52,6.58,4.19 +"5985",1.01,"Very Good","J","SI1",58.9,59,3952,6.56,6.62,3.88 +"5986",0.71,"Premium","D","VVS1",58.8,58,3952,5.89,5.81,3.44 +"5987",0.8,"Ideal","F","VS1",61.6,54,3953,5.95,5.99,3.68 +"5988",1.04,"Ideal","I","SI2",62.4,57,3953,6.48,6.46,4.04 +"5989",0.8,"Very Good","F","VS2",61.3,55,3954,5.93,6.01,3.66 +"5990",0.9,"Very Good","F","SI1",62.5,59,3954,6.06,6.13,3.81 +"5991",0.91,"Ideal","I","VS1",62.4,57,3954,6.17,6.21,3.86 +"5992",0.9,"Good","F","SI1",64.7,54,3954,6.04,6.08,3.92 +"5993",1.16,"Ideal","J","SI1",60.7,57,3955,6.77,6.83,4.13 +"5994",0.71,"Ideal","G","VVS1",61.1,57,3955,5.76,5.8,3.53 +"5995",1.11,"Very Good","I","SI2",61.2,61,3956,6.65,6.69,4.08 +"5996",1.03,"Premium","J","VS1",61.8,58,3957,6.51,6.41,3.99 +"5997",0.91,"Premium","D","SI2",61.2,58,3958,6.21,6.25,3.81 +"5998",1.06,"Very Good","H","SI2",62.6,58,3958,6.46,6.52,4.06 +"5999",0.9,"Ideal","E","SI2",61.9,54,3958,6.23,6.18,3.84 +"6000",1.01,"Premium","H","SI2",62.8,61,3959,6.33,6.25,3.95 +"6001",1.01,"Premium","H","SI2",60.6,61,3959,6.45,6.38,3.89 +"6002",1.01,"Good","H","SI2",63.9,58,3959,6.35,6.32,4.05 +"6003",1.01,"Premium","H","SI2",62.5,58,3959,6.39,6.35,3.98 +"6004",1.01,"Premium","I","SI1",62.7,59,3959,6.43,6.36,4.01 +"6005",1.01,"Good","D","SI2",63.6,61,3959,6.35,6.33,4.03 +"6006",1.01,"Very Good","H","SI2",63.4,55,3959,6.35,6.29,4.01 +"6007",1.01,"Good","I","SI1",63.6,55,3959,6.39,6.31,4.04 +"6008",0.97,"Very Good","G","SI2",59.8,58,3960,6.38,6.42,3.83 +"6009",1.04,"Premium","I","SI2",61.6,56,3960,6.56,6.49,4.02 +"6010",0.91,"Very Good","G","SI1",63.6,57,3961,6.09,6.12,3.88 +"6011",0.75,"Ideal","D","VS1",62.4,56,3961,5.79,5.84,3.63 +"6012",0.91,"Premium","E","SI1",61.9,61,3961,6.14,6.11,3.79 +"6013",1.09,"Premium","D","SI2",61.9,61,3961,6.58,6.54,4.06 +"6014",0.88,"Ideal","D","SI2",62.2,56,3962,6.12,6.16,3.82 +"6015",0.91,"Very Good","F","SI1",62.7,56,3963,6.11,6.17,3.85 +"6016",0.94,"Very Good","E","SI2",62,60,3963,6.19,6.22,3.85 +"6017",0.91,"Premium","H","VS2",62.3,57,3963,6.22,6.13,3.85 +"6018",0.9,"Very Good","H","VS1",62.6,55,3964,6.14,6.19,3.86 +"6019",0.9,"Very Good","H","VS1",62.7,56,3964,6.15,6.2,3.87 +"6020",1.21,"Very Good","I","SI2",63.4,62,3964,6.84,6.69,4.31 +"6021",1,"Fair","G","SI1",68.3,61,3965,6.02,5.93,4.08 +"6022",1.18,"Very Good","E","I1",63.3,57,3965,6.7,6.64,4.22 +"6023",1.18,"Premium","E","I1",62.5,58,3965,6.75,6.62,4.18 +"6024",1,"Good","D","SI2",64.3,60,3965,6.22,6.19,3.99 +"6025",1,"Good","D","SI2",64.3,53,3965,6.34,6.29,4.06 +"6026",1,"Fair","G","SI1",65.2,62,3965,6.19,6.08,4.01 +"6027",1,"Very Good","D","SI2",63.2,56,3965,6.38,6.33,4.02 +"6028",1,"Very Good","D","SI2",60.8,63,3965,6.41,6.36,3.88 +"6029",1,"Good","G","SI1",62.2,65,3965,6.28,6.22,3.89 +"6030",1,"Fair","D","SI2",65,56,3965,6.27,6.23,4.06 +"6031",0.25,"Very Good","E","VVS1",60,56,575,4.1,4.14,2.47 +"6032",0.25,"Very Good","E","VVS1",60.2,59,575,4.11,4.13,2.48 +"6033",0.33,"Very Good","I","VS1",59.9,62,575,4.48,4.57,2.71 +"6034",0.3,"Very Good","E","VS2",62.1,62,575,4.21,4.26,2.63 +"6035",0.32,"Ideal","I","VVS1",62.2,53,575,4.42,4.45,2.76 +"6036",0.32,"Ideal","I","VVS1",61.4,56,575,4.42,4.44,2.72 +"6037",0.25,"Ideal","F","VVS1",60.9,57,575,4.06,4.09,2.48 +"6038",0.33,"Ideal","D","SI1",62.2,54,575,4.45,4.46,2.77 +"6039",0.25,"Good","E","VVS1",61.3,61,575,4.04,4.08,2.49 +"6040",0.37,"Good","F","SI1",63.7,55,575,4.55,4.59,2.91 +"6041",0.32,"Very Good","G","VS2",61.9,56,576,4.36,4.39,2.71 +"6042",0.32,"Ideal","H","SI1",60.6,57,576,4.44,4.4,2.68 +"6043",0.32,"Premium","E","SI2",62.4,58,576,4.4,4.35,2.73 +"6044",0.32,"Ideal","E","SI2",62,55,576,4.41,4.36,2.72 +"6045",0.32,"Premium","E","SI2",59.7,60,576,4.45,4.43,2.65 +"6046",0.32,"Ideal","E","SI2",62.7,57,576,4.37,4.34,2.73 +"6047",0.32,"Ideal","I","VS2",60.3,56,576,4.45,4.44,2.68 +"6048",0.32,"Ideal","I","VS2",61.5,56,576,4.41,4.4,2.71 +"6049",0.32,"Ideal","I","VS2",62.2,57,576,4.42,4.39,2.74 +"6050",0.32,"Premium","I","VS2",62.6,58,576,4.42,4.37,2.75 +"6051",0.32,"Ideal","I","VS2",62.5,55,576,4.39,4.38,2.74 +"6052",0.32,"Ideal","I","VS2",63,56,576,4.42,4.38,2.77 +"6053",0.32,"Ideal","I","VS2",61.3,56,576,4.43,4.38,2.7 +"6054",0.32,"Premium","I","VS2",61.1,57,576,4.42,4.39,2.69 +"6055",0.32,"Ideal","I","VS2",62.5,57,576,4.39,4.35,2.73 +"6056",0.32,"Ideal","I","VS2",62,57,576,4.41,4.36,2.72 +"6057",0.32,"Ideal","I","VS2",61.6,56,576,4.39,4.37,2.7 +"6058",0.32,"Ideal","I","VS2",62.5,55,576,4.4,4.37,2.74 +"6059",0.32,"Ideal","I","VS2",62.9,57,576,4.4,4.37,2.76 +"6060",0.32,"Premium","I","VS2",62.2,59,576,4.37,4.35,2.71 +"6061",1,"Fair","D","SI2",66.5,59,3965,6.24,6.21,4.14 +"6062",1.2,"Premium","H","SI2",62.1,57,3965,6.84,6.69,4.21 +"6063",0.77,"Very Good","G","VVS1",62.7,54,3966,5.84,5.89,3.67 +"6064",1.01,"Very Good","G","SI2",61.8,58,3966,6.36,6.39,3.94 +"6065",1.01,"Very Good","G","SI2",62.1,61,3966,6.27,6.38,3.93 +"6066",1.01,"Very Good","G","SI2",63,58,3966,6.29,6.34,3.98 +"6067",0.82,"Ideal","E","SI1",61.9,56,3966,6,6.02,3.72 +"6068",0.77,"Premium","D","VS1",59.4,59,3966,6,5.96,3.55 +"6069",0.8,"Premium","E","VS1",61.7,58,3967,5.98,5.95,3.68 +"6070",1.13,"Very Good","E","SI2",59.4,62,3967,6.78,6.83,4.04 +"6071",0.92,"Very Good","F","SI1",63.5,58,3967,6.16,6.12,3.9 +"6072",0.92,"Premium","F","SI1",61.8,59,3967,6.25,6.21,3.85 +"6073",0.9,"Ideal","H","SI1",61.1,58,3967,6.24,6.19,3.79 +"6074",1.09,"Premium","I","SI1",61.6,61,3968,6.64,6.57,4.07 +"6075",0.91,"Ideal","E","SI2",61.5,56,3968,6.2,6.23,3.82 +"6076",0.91,"Ideal","E","SI2",60.8,56,3968,6.25,6.29,3.81 +"6077",0.91,"Very Good","E","SI2",62.8,59,3968,6.13,6.16,3.86 +"6078",0.62,"Ideal","D","VVS1",62.2,54,3968,5.45,5.48,3.4 +"6079",1.09,"Premium","I","SI1",61.9,58,3968,6.65,6.58,4.1 +"6080",1.02,"Very Good","D","SI2",61.3,62,3971,6.42,6.46,3.95 +"6081",1.01,"Good","H","SI2",63.5,60,3971,6.23,6.31,3.98 +"6082",1.01,"Premium","I","SI2",62.1,59,3971,6.42,6.39,3.98 +"6083",1.01,"Premium","I","SI2",59.4,57,3971,6.59,6.57,3.91 +"6084",0.8,"Ideal","E","VS2",61.4,56,3972,5.97,6.02,3.68 +"6085",0.8,"Ideal","H","IF",62.4,54,3972,5.93,5.99,3.72 +"6086",0.9,"Good","I","VVS1",62.4,61,3972,6.05,6.09,3.79 +"6087",1.02,"Fair","H","SI1",64.6,55,3972,6.33,6.28,4.07 +"6088",0.91,"Good","E","SI1",64,61,3973,6.01,6.06,3.86 +"6089",0.7,"Very Good","F","VVS2",61.3,59,3974,5.69,5.73,3.5 +"6090",1.02,"Very Good","F","SI2",59.6,59,3974,6.51,6.54,3.89 +"6091",1.03,"Premium","F","SI2",60.2,55,3974,6.59,6.53,3.95 +"6092",1,"Very Good","H","SI2",63.1,58,3975,6.29,6.36,3.99 +"6093",0.9,"Very Good","D","SI2",62.2,57,3975,6.11,6.15,3.81 +"6094",0.9,"Very Good","D","SI2",61.2,54,3975,6.25,6.29,3.84 +"6095",0.81,"Ideal","E","VS2",61.5,57,3975,6,6.06,3.71 +"6096",1.06,"Ideal","I","SI2",62.4,57,3975,6.48,6.54,4.06 +"6097",0.96,"Good","H","SI2",61.6,59,3975,6.24,6.29,3.86 +"6098",1,"Fair","F","SI2",59.3,66,3975,6.44,6.51,3.84 +"6099",0.91,"Premium","G","SI1",62.2,59,3975,6.19,6.15,3.84 +"6100",0.91,"Premium","G","SI1",62.6,58,3975,6.17,6.14,3.85 +"6101",0.91,"Premium","G","SI1",62.8,58,3975,6.18,6.15,3.87 +"6102",0.91,"Premium","G","SI1",61.8,60,3975,6.21,6.18,3.83 +"6103",0.9,"Good","G","VS2",63.2,58,3976,6.09,6.16,3.87 +"6104",1.23,"Good","D","I1",63.7,58,3977,6.72,6.79,4.3 +"6105",0.97,"Very Good","F","SI2",59.6,59,3977,6.41,6.47,3.84 +"6106",0.9,"Very Good","F","SI2",62,59,3977,6.2,6.1,3.81 +"6107",0.9,"Good","G","VS1",64.5,57,3977,6.01,6.08,3.9 +"6108",1,"Good","F","SI2",63.7,57,3977,6.36,6.32,4.04 +"6109",1,"Premium","F","SI2",62.4,56,3977,6.35,6.31,3.95 +"6110",1.06,"Ideal","E","SI2",60.7,57,3977,6.61,6.59,4 +"6111",1.11,"Premium","I","SI1",61.9,58,3978,6.63,6.61,4.1 +"6112",0.82,"Ideal","E","SI1",61.8,53,3979,6.02,6.05,3.73 +"6113",0.91,"Good","H","VS2",62.7,62,3979,6.11,6.21,3.86 +"6114",1.02,"Very Good","I","SI2",62.8,56,3980,6.42,6.38,4.02 +"6115",0.77,"Ideal","D","VS2",61.6,55,3980,5.88,5.91,3.63 +"6116",0.73,"Ideal","D","VS2",61.5,55,3980,5.79,5.82,3.57 +"6117",1.08,"Good","J","VS2",64.3,58,3980,6.46,6.44,4.15 +"6118",1.08,"Fair","J","VS2",65.1,54,3980,6.47,6.44,4.2 +"6119",0.81,"Very Good","G","VVS2",63.5,55,3981,5.9,5.94,3.76 +"6120",1.01,"Premium","G","SI2",60.6,59,3981,6.49,6.41,3.91 +"6121",1.01,"Ideal","J","SI2",59,59,3982,6.57,6.61,3.89 +"6122",1.02,"Ideal","I","SI1",61.9,55,3983,6.43,6.46,3.99 +"6123",1.02,"Very Good","F","SI2",61.1,62,3984,6.49,6.54,3.98 +"6124",0.83,"Very Good","D","VS1",61.3,57.2,3984,6.02,6.11,3.72 +"6125",0.9,"Premium","G","SI1",62.2,60,3984,6.14,6.07,3.8 +"6126",1.21,"Fair","J","SI2",64.6,59,3984,6.74,6.64,4.32 +"6127",0.95,"Premium","H","SI1",62.9,58,3984,6.26,6.21,3.92 +"6128",0.93,"Premium","E","SI2",62.9,57,3984,6.25,6.19,3.91 +"6129",1.04,"Ideal","H","SI1",61.3,55,3984,6.49,6.44,3.96 +"6130",1.17,"Premium","F","I1",62.2,58,3984,6.76,6.72,4.19 +"6131",1.21,"Premium","J","SI2",60.8,58,3984,6.93,6.88,4.19 +"6132",0.93,"Ideal","H","SI1",61.6,54,3985,6.29,6.33,3.89 +"6133",1.39,"Premium","I","I1",62.6,57,3985,7.15,7.1,4.46 +"6134",0.91,"Ideal","G","SI2",61.6,56,3985,6.24,6.22,3.84 +"6135",0.92,"Very Good","G","SI1",62.5,60,3986,6.19,6.26,3.89 +"6136",0.91,"Very Good","E","SI2",60.5,59,3986,6.26,6.34,3.81 +"6137",1.13,"Very Good","I","SI2",59.1,63,3987,6.85,6.82,4.04 +"6138",1.13,"Premium","J","SI2",62.4,59,3987,6.68,6.62,4.15 +"6139",1.13,"Premium","I","SI2",62.2,59,3987,6.67,6.61,4.13 +"6140",1.02,"Ideal","H","I1",62.1,56,3987,6.45,6.4,3.99 +"6141",0.93,"Ideal","H","SI1",62.8,56,3988,6.19,6.27,3.91 +"6142",0.9,"Premium","H","VS2",62.1,58,3989,6.16,6.2,3.84 +"6143",0.9,"Good","H","VS2",63.1,60,3989,6.08,6.12,3.85 +"6144",0.9,"Very Good","H","VS2",62.6,58,3989,6.14,6.22,3.87 +"6145",0.9,"Very Good","H","VS2",62.1,57,3989,6.16,6.23,3.85 +"6146",0.9,"Good","H","VS2",61.9,58,3989,6.14,6.18,3.81 +"6147",0.9,"Very Good","D","SI2",59.5,58,3989,6.28,6.33,3.75 +"6148",0.96,"Premium","D","SI2",60,60,3989,6.47,6.43,3.87 +"6149",1.06,"Premium","E","SI2",60,59,3989,6.64,6.59,3.97 +"6150",1.05,"Good","F","SI2",63.6,59,3989,6.4,6.36,4.06 +"6151",0.7,"Ideal","E","VVS2",62.3,53.7,3990,5.67,5.72,3.55 +"6152",0.93,"Ideal","E","SI2",62.1,55,3990,6.27,6.29,3.9 +"6153",0.9,"Ideal","D","SI2",62.7,57,3990,6.1,6.15,3.84 +"6154",0.93,"Ideal","D","SI2",62.5,55,3990,6.2,6.24,3.89 +"6155",0.83,"Ideal","D","SI1",61.3,56,3990,6.04,6.06,3.71 +"6156",0.9,"Good","G","VS2",62,63,3990,6.06,6.13,3.78 +"6157",1.25,"Fair","H","SI2",64.4,58,3990,6.82,6.71,4.36 +"6158",0.73,"Ideal","F","VVS1",61.8,54,3990,5.8,5.78,3.58 +"6159",0.91,"Ideal","G","SI1",62.6,56,3991,6.27,6.3,3.81 +"6160",1,"Very Good","J","SI2",62.8,54,3991,6.35,6.43,4.01 +"6161",1,"Very Good","H","SI2",64.1,54,3991,6.3,6.33,4.05 +"6162",0.91,"Very Good","F","SI1",63.7,58,3991,6.08,6.11,3.88 +"6163",1.01,"Fair","E","SI2",56.8,66,3991,6.63,6.58,3.75 +"6164",1,"Good","H","SI2",63.2,60,3991,6.27,6.33,3.98 +"6165",1,"Good","H","SI2",59,61,3991,6.42,6.46,3.8 +"6166",1.01,"Fair","F","SI1",66.8,60,3991,6.21,6.13,4.12 +"6167",1.01,"Ideal","I","VS1",62.8,57,3991,6.42,6.38,4.02 +"6168",1,"Premium","H","SI1",61.8,60,3991,6.37,6.31,3.92 +"6169",1.08,"Premium","F","SI2",62.7,58,3992,6.53,6.49,4.08 +"6170",0.9,"Very Good","I","VS2",59.3,59,3992,6.27,6.3,3.73 +"6171",0.9,"Fair","F","VS2",58.9,67,3992,6.18,6.17,3.64 +"6172",0.9,"Premium","F","SI1",62.8,59,3992,6.16,6.13,3.86 +"6173",0.9,"Very Good","F","SI1",59.6,63,3992,6.24,6.17,3.7 +"6174",0.9,"Good","F","SI1",63.9,59,3992,6.09,6.06,3.88 +"6175",0.9,"Very Good","F","SI1",63.4,62,3992,6.05,6,3.82 +"6176",0.9,"Ideal","F","SI1",62.4,56,3992,6.22,6.18,3.87 +"6177",0.9,"Premium","F","SI1",61.6,60,3992,6.19,6.14,3.8 +"6178",0.81,"Very Good","F","VVS2",63.1,56,3992,5.99,5.9,3.75 +"6179",0.9,"Good","F","SI1",63.9,58,3992,6.08,6.03,3.87 +"6180",0.91,"Good","F","SI1",63.7,58,3993,6.1,6.17,3.91 +"6181",0.74,"Very Good","E","VVS1",63.5,58,3993,5.78,5.72,3.65 +"6182",0.97,"Premium","F","SI2",61.9,58,3993,6.35,6.31,3.92 +"6183",0.97,"Premium","F","SI2",59.9,59,3993,6.45,6.38,3.84 +"6184",0.91,"Very Good","I","VS2",61.5,58,3994,6.2,6.23,3.82 +"6185",0.95,"Ideal","H","SI2",59.3,59,3994,6.42,6.46,3.82 +"6186",0.91,"Good","F","SI1",64.4,60,3994,6.05,6.1,3.91 +"6187",1.06,"Very Good","H","SI2",62.6,60,3996,6.43,6.47,4.04 +"6188",0.77,"Ideal","H","VS2",61.3,56,3996,5.91,5.94,3.63 +"6189",1.02,"Premium","F","SI2",58,60,3996,6.7,6.64,3.87 +"6190",0.85,"Very Good","E","VS2",63.6,56,3997,5.97,6.01,3.81 +"6191",1.01,"Ideal","J","SI2",61.4,56,3997,6.44,6.47,3.97 +"6192",0.92,"Ideal","D","SI2",60.3,56,3997,6.32,6.35,3.82 +"6193",0.9,"Very Good","D","SI1",61.1,63,3997,6.21,6.17,3.78 +"6194",0.9,"Very Good","D","SI1",62.4,63,3997,6.18,6.15,3.85 +"6195",0.9,"Very Good","D","SI1",62.5,63,3997,6.14,6.11,3.83 +"6196",0.9,"Premium","D","SI1",62.8,59,3997,6.1,6.06,3.82 +"6197",0.9,"Very Good","D","SI1",63.2,62,3997,6.13,6.06,3.85 +"6198",1.03,"Ideal","I","SI2",62.2,57,3997,6.5,6.46,4.03 +"6199",1.01,"Very Good","I","SI2",63.7,57,3998,6.32,6.36,4.04 +"6200",1.01,"Very Good","J","SI1",62.8,57,3998,6.37,6.41,4.01 +"6201",0.91,"Very Good","H","SI1",59.2,60,3998,6.3,6.41,3.76 +"6202",1.02,"Premium","H","SI2",62.4,59,3998,6.42,6.37,3.99 +"6203",1.02,"Good","I","SI1",64.2,53,3998,6.3,6.26,4.03 +"6204",1,"Premium","G","SI2",59,62,3998,6.52,6.47,3.83 +"6205",1.19,"Premium","H","SI2",61.5,58,3998,6.88,6.78,4.2 +"6206",1.02,"Very Good","H","SI2",63.5,60,3998,6.33,6.24,3.99 +"6207",1,"Premium","G","SI2",62.2,57,3998,6.29,6.25,3.9 +"6208",1.01,"Good","H","SI2",63.7,55,3999,6.32,6.37,4.04 +"6209",1.01,"Premium","H","SI2",59.4,59,3999,6.53,6.56,3.89 +"6210",1.01,"Ideal","I","SI1",60.6,57,3999,6.51,6.56,3.96 +"6211",0.7,"Ideal","E","VS1",61.2,56,4000,5.72,5.75,3.51 +"6212",1.07,"Very Good","I","SI1",58.4,60,4001,6.68,6.78,3.93 +"6213",0.9,"Ideal","G","SI1",61.6,57,4001,6.17,6.24,3.82 +"6214",0.9,"Ideal","H","SI2",62.1,55,4001,6.17,6.2,3.84 +"6215",1.03,"Good","G","SI2",63.7,60,4001,6.35,6.28,4.02 +"6216",0.8,"Very Good","G","VVS2",62.5,56,4002,5.95,5.98,3.73 +"6217",0.99,"Very Good","J","SI1",60.3,57,4002,6.44,6.49,3.9 +"6218",0.7,"Very Good","D","VS1",59.3,55,4003,5.86,5.83,3.47 +"6219",0.89,"Very Good","E","SI1",62.7,57,4003,6.08,6.13,3.83 +"6220",1.01,"Ideal","G","SI1",62.9,57,4004,6.37,6.3,3.98 +"6221",1.01,"Very Good","F","SI2",60.7,57,4004,6.42,6.46,3.91 +"6222",1.01,"Good","F","SI2",63.1,58,4004,6.34,6.38,4.01 +"6223",1,"Good","E","SI2",60.5,61,4004,6.31,6.38,3.84 +"6224",1,"Very Good","E","SI2",58.8,62,4004,6.5,6.53,3.83 +"6225",1,"Very Good","E","SI2",59.5,63,4004,6.41,6.47,3.83 +"6226",1,"Very Good","E","SI2",59.1,61,4004,6.39,6.44,3.79 +"6227",1.02,"Very Good","H","SI2",58.3,61,4004,6.57,6.63,3.85 +"6228",1.02,"Very Good","H","SI2",63.5,58,4004,6.34,6.38,4.04 +"6229",0.9,"Very Good","F","SI1",63.3,55,4004,6.05,6.08,3.84 +"6230",0.9,"Good","F","SI1",58.8,60,4004,6.22,6.26,3.67 +"6231",1.01,"Fair","G","SI1",64.2,59,4004,6.31,6.28,4.04 +"6232",1.01,"Good","D","SI2",64,59,4004,6.34,6.28,4.04 +"6233",1.1,"Premium","H","SI2",59.5,57,4004,6.81,6.74,4.03 +"6234",1.1,"Premium","H","SI2",62.8,55,4004,6.68,6.57,4.16 +"6235",0.75,"Very Good","E","VVS2",62.8,57,4005,5.74,5.78,3.62 +"6236",0.9,"Good","F","SI1",62.6,58,4006,6.1,6.14,3.83 +"6237",0.9,"Ideal","H","VS2",62.6,57,4007,6.19,6.15,3.86 +"6238",0.75,"Ideal","D","VS1",62,58,4007,5.77,5.84,3.6 +"6239",0.71,"Ideal","H","IF",61.2,56,4007,5.76,5.86,3.54 +"6240",1.06,"Premium","I","SI2",58.4,58,4007,6.7,6.65,3.9 +"6241",0.9,"Premium","D","SI2",62.9,56,4007,6.19,6.09,3.86 +"6242",0.9,"Ideal","D","SI2",62.4,56,4007,6.24,6.16,3.87 +"6243",1.01,"Premium","F","SI2",61.8,59,4008,6.41,6.31,3.93 +"6244",0.91,"Very Good","I","VS2",59.9,58,4008,6.35,6.27,3.78 +"6245",1.03,"Ideal","J","SI2",62.1,54,4008,6.47,6.51,4.03 +"6246",0.9,"Ideal","G","SI1",60.8,58,4008,6.2,6.29,3.8 +"6247",0.9,"Ideal","G","SI1",61.9,59,4008,6.16,6.19,3.82 +"6248",0.9,"Ideal","G","SI1",61.6,58,4008,6.16,6.21,3.81 +"6249",0.9,"Good","G","SI1",62.5,62,4008,6.04,6.09,3.79 +"6250",0.9,"Very Good","F","SI1",63,61,4009,6.09,6.14,3.85 +"6251",0.83,"Ideal","F","SI1",61.8,55,4009,6.01,6.06,3.73 +"6252",1.05,"Very Good","E","SI2",61.7,59,4010,6.52,6.58,4.04 +"6253",1.17,"Good","G","SI2",63.6,62,4010,6.65,6.55,4.2 +"6254",0.93,"Premium","F","SI1",58.8,60,4010,6.49,6.37,3.78 +"6255",0.93,"Premium","F","SI1",62.5,58,4010,6.22,6.19,3.88 +"6256",0.92,"Very Good","E","SI2",62.1,58,4011,6.18,6.22,3.85 +"6257",0.92,"Premium","E","SI2",61.7,59,4011,6.18,6.27,3.84 +"6258",0.92,"Ideal","E","SI2",62.2,56,4011,6.2,6.24,3.87 +"6259",0.92,"Ideal","E","SI2",62.1,57,4011,6.2,6.26,3.87 +"6260",0.92,"Ideal","E","SI2",62.1,53,4011,6.22,6.25,3.87 +"6261",0.9,"Ideal","I","VVS2",61.9,55,4011,6.21,6.23,3.85 +"6262",1.01,"Good","F","SI2",58.3,60,4011,6.64,6.66,3.88 +"6263",1.01,"Good","F","SI2",59.4,60,4011,6.44,6.49,3.84 +"6264",1.27,"Premium","J","VS2",62.8,58,4011,6.96,6.92,4.36 +"6265",0.91,"Very Good","H","VS2",63.5,57,4012,6.12,6.16,3.9 +"6266",0.87,"Ideal","D","SI2",61.4,54,4012,6.15,6.2,3.79 +"6267",0.74,"Ideal","F","VVS1",60.9,57,4013,5.83,5.86,3.56 +"6268",0.9,"Good","F","SI2",61.9,59,4013,6.09,6.12,3.78 +"6269",1.04,"Very Good","F","SI2",63.2,58,4013,6.39,6.34,4.02 +"6270",1.04,"Ideal","I","VS2",62.9,56,4013,6.5,6.41,4.06 +"6271",1.04,"Premium","F","SI2",62.8,60,4013,6.41,6.38,4.01 +"6272",0.71,"Very Good","D","VVS2",61.7,58,4014,5.71,5.74,3.53 +"6273",1.12,"Premium","H","SI2",62.1,56,4014,6.7,6.65,4.14 +"6274",1.12,"Premium","E","I1",61,59,4014,6.74,6.7,4.1 +"6275",1,"Premium","E","SI2",60.4,62,4014,6.52,6.42,3.91 +"6276",1,"Very Good","H","SI2",63,61,4015,6.31,6.35,3.99 +"6277",1,"Good","I","SI1",63.2,56,4015,6.31,6.37,4.01 +"6278",0.71,"Ideal","G","VVS1",61.2,56,4015,5.75,5.81,3.54 +"6279",0.9,"Ideal","H","SI2",61,56,4016,6.23,6.29,3.82 +"6280",0.9,"Good","F","SI1",59.3,56,4016,6.27,6.32,3.73 +"6281",1.01,"Good","I","VS1",63.8,57,4016,6.31,6.23,4 +"6282",1.01,"Very Good","F","SI2",60.8,63,4017,6.38,6.32,3.86 +"6283",1.01,"Premium","F","SI2",62.5,61,4017,6.37,6.33,3.97 +"6284",1.01,"Ideal","F","SI2",62.7,57,4017,6.43,6.37,4.01 +"6285",1.25,"Premium","J","SI2",61.3,58,4018,6.98,6.95,4.27 +"6286",0.97,"Very Good","I","VS2",62.2,55.9,4018,6.34,6.29,3.94 +"6287",1.05,"Premium","G","SI2",62.7,54,4018,6.51,6.48,4.07 +"6288",0.91,"Premium","H","VS2",62.5,59,4018,6.19,6.09,3.84 +"6289",0.97,"Premium","F","SI2",58.9,58,4020,6.51,6.47,3.82 +"6290",0.97,"Good","H","SI1",62.1,60,4020,6.24,6.29,3.89 +"6291",1.07,"Ideal","G","SI2",61.1,57,4021,6.61,6.65,4.05 +"6292",0.9,"Very Good","H","VS1",62.5,56,4021,6.13,6.19,3.85 +"6293",0.9,"Very Good","H","VS1",63,62,4021,6.09,6,3.81 +"6294",1.15,"Very Good","J","SI2",63.6,57,4021,6.6,6.64,4.21 +"6295",0.7,"Ideal","F","VVS1",62.7,54,4021,5.66,5.7,3.56 +"6296",0.7,"Very Good","D","VVS2",62.8,60,4022,5.65,5.69,3.56 +"6297",1.01,"Premium","G","SI2",59.4,60,4022,6.55,6.58,3.9 +"6298",0.65,"Ideal","D","VVS1",61.8,57,4022,5.54,5.56,3.43 +"6299",0.91,"Ideal","I","VS1",61.9,56,4022,6.2,6.23,3.85 +"6300",0.9,"Good","G","VS2",63.6,59,4022,6.1,6.04,3.86 +"6301",1.14,"Premium","J","SI2",62.3,56,4022,6.73,6.66,4.17 +"6302",0.9,"Premium","G","VS2",61,58,4022,6.2,6.13,3.76 +"6303",0.9,"Premium","G","VS2",59.6,61,4022,6.25,6.2,3.71 +"6304",1.14,"Premium","D","I1",61.8,59,4022,6.74,6.62,4.13 +"6305",1.5,"Premium","H","I1",62.9,60,4022,7.31,7.22,4.57 +"6306",1.5,"Good","H","I1",64,56,4022,7.18,7.05,4.56 +"6307",1,"Premium","F","SI1",62.8,61,4022,6.37,6.25,3.96 +"6308",1.01,"Very Good","H","SI2",63.9,56,4023,6.29,6.38,4.05 +"6309",0.83,"Ideal","E","SI1",61.5,55,4024,6.05,6.08,3.73 +"6310",1.23,"Ideal","H","I1",61.8,56,4025,6.85,6.91,4.25 +"6311",0.56,"Very Good","D","IF",62.5,59,4025,5.26,5.3,3.3 +"6312",1.13,"Good","F","SI2",64,58,4025,6.58,6.52,4.19 +"6313",1.13,"Premium","F","SI2",58.3,61,4025,6.88,6.78,3.98 +"6314",0.91,"Premium","F","SI1",61,59,4026,6.23,6.19,3.79 +"6315",0.96,"Premium","H","SI1",63,58,4026,6.27,6.23,3.94 +"6316",1,"Good","E","SI2",64,54,4026,6.31,6.26,4.01 +"6317",0.71,"Ideal","E","VVS1",61.9,55,4027,5.73,5.77,3.56 +"6318",0.94,"Premium","E","SI2",62.4,58,4027,6.33,6.26,3.93 +"6319",1.16,"Ideal","J","SI1",60.7,57,4028,6.83,6.77,4.13 +"6320",1.01,"Good","F","SI2",61.3,62,4028,6.44,6.48,3.96 +"6321",1.11,"Premium","I","SI2",61.2,61,4028,6.69,6.65,4.08 +"6322",1.11,"Very Good","H","SI2",63.4,55,4028,6.54,6.51,4.14 +"6323",1,"Good","H","VS2",63.8,59,4028,6.28,6.26,4 +"6324",1.11,"Very Good","H","SI2",61.5,59,4029,6.56,6.61,4.05 +"6325",0.71,"Ideal","D","VS2",60.1,56,4029,5.77,5.83,3.48 +"6326",0.71,"Ideal","D","VS2",61.2,57,4029,5.72,5.76,3.51 +"6327",0.71,"Ideal","D","VS2",61.2,55,4029,5.74,5.78,3.53 +"6328",0.71,"Ideal","D","VS2",60.9,56,4029,5.76,5.79,3.52 +"6329",0.71,"Ideal","D","VS2",61.7,56,4029,5.71,5.74,3.53 +"6330",0.91,"Ideal","G","VS1",61.3,56,4029,6.28,6.21,3.83 +"6331",0.71,"Ideal","E","VVS2",61.2,57,4030,5.73,5.8,3.53 +"6332",0.83,"Ideal","F","VS1",62,57,4030,6.02,5.97,3.72 +"6333",0.91,"Very Good","E","SI1",61.9,61,4031,6.11,6.14,3.79 +"6334",1.06,"Premium","H","SI2",62.6,58,4031,6.52,6.46,4.06 +"6335",1,"Premium","H","SI2",61,57,4032,6.51,6.4,3.94 +"6336",1,"Premium","J","VS1",62.8,57,4032,6.39,6.35,4 +"6337",1,"Ideal","J","VS1",62.3,56,4032,6.43,6.38,3.99 +"6338",1,"Premium","H","SI2",61,57,4032,6.51,6.4,3.94 +"6339",0.57,"Very Good","D","IF",61.3,57,4032,5.33,5.41,3.29 +"6340",0.9,"Ideal","G","SI2",61.5,57,4032,6.19,6.23,3.82 +"6341",1,"Fair","E","SI2",57.3,62,4032,6.54,6.59,3.76 +"6342",1,"Fair","G","VS2",44,53,4032,6.31,6.24,4.12 +"6343",1,"Very Good","I","SI1",60.4,63,4032,6.44,6.37,3.87 +"6344",1.2,"Premium","H","SI2",59.8,58,4032,6.92,6.83,4.11 +"6345",0.9,"Premium","H","VS2",61.6,58,4032,6.26,6.18,3.83 +"6346",1.01,"Good","E","SI1",64.2,56,4032,6.31,6.27,4.04 +"6347",1,"Premium","H","SI2",62.7,59,4032,6.35,6.31,3.97 +"6348",1,"Good","I","VVS2",57.4,59,4032,6.61,6.53,3.77 +"6349",1.5,"Premium","E","I1",61.5,58,4032,7.38,7.2,4.5 +"6350",0.93,"Very Good","I","VS1",62.6,59,4033,6.17,6.2,3.87 +"6351",0.91,"Ideal","H","VS2",62.6,57,4033,6.2,6.23,3.89 +"6352",1,"Very Good","F","SI2",63.4,55,4033,6.3,6.38,4.02 +"6353",0.9,"Very Good","E","SI1",60.1,58,4034,6.25,6.29,3.77 +"6354",0.9,"Ideal","E","SI2",61.7,56,4034,6.21,6.26,3.85 +"6355",0.9,"Ideal","E","SI1",60.1,56,4034,6.3,6.35,3.8 +"6356",1.03,"Ideal","E","SI1",58.9,56,4035,6.61,6.57,3.88 +"6357",1,"Very Good","F","SI2",63.4,58,4036,6.31,6.25,3.98 +"6358",0.9,"Ideal","G","SI1",62.4,55,4036,6.19,6.15,3.85 +"6359",1,"Fair","F","SI2",59,67,4036,6.48,6.41,3.8 +"6360",0.91,"Premium","F","SI1",61.7,59,4036,6.21,6.17,3.82 +"6361",0.32,"Very Good","I","VS2",63.2,56,576,4.38,4.32,2.75 +"6362",0.32,"Premium","I","VS2",62.8,58,576,4.37,4.33,2.73 +"6363",0.32,"Ideal","I","VS2",63,57,576,4.37,4.33,2.74 +"6364",0.32,"Ideal","I","VS2",63,55,576,4.39,4.34,2.75 +"6365",0.32,"Very Good","I","VS2",63.4,55,576,4.37,4.33,2.76 +"6366",0.32,"Premium","H","SI1",61.9,59,576,4.41,4.38,2.72 +"6367",0.32,"Very Good","H","SI1",63.1,54,576,4.42,4.36,2.77 +"6368",0.32,"Premium","H","SI1",61.3,60,576,4.42,4.36,2.69 +"6369",0.32,"Premium","H","SI1",62.2,56,576,4.39,4.36,2.72 +"6370",0.32,"Premium","H","SI1",61.9,58,576,4.38,4.34,2.7 +"6371",0.32,"Very Good","H","SI1",63.1,55,576,4.37,4.34,2.75 +"6372",0.32,"Premium","E","SI2",61.2,58,576,4.44,4.39,2.7 +"6373",0.32,"Ideal","E","SI2",62.7,55,576,4.42,4.39,2.76 +"6374",0.32,"Premium","E","SI2",61.7,60,576,4.41,4.38,2.71 +"6375",0.3,"Premium","H","VS1",60,60,576,4.4,4.3,2.61 +"6376",0.25,"Very Good","F","VVS2",62,59,576,3.99,4.04,2.49 +"6377",0.25,"Very Good","F","VVS1",60.7,59,576,4.07,4.1,2.48 +"6378",0.25,"Premium","E","VVS1",60.7,60,576,4.09,4.11,2.49 +"6379",0.25,"Ideal","E","VVS1",61.2,57,576,4.08,4.12,2.51 +"6380",0.25,"Premium","E","VVS2",61.5,59,576,4.02,4.04,2.48 +"6381",0.25,"Premium","E","VVS2",62.5,59,576,4.02,4.05,2.52 +"6382",0.25,"Ideal","E","VVS2",62.1,57,576,4.04,4.07,2.52 +"6383",0.25,"Premium","E","VVS2",62,59,576,4.05,4.08,2.52 +"6384",0.25,"Premium","F","IF",61.1,58,576,4.08,4.1,2.5 +"6385",0.25,"Very Good","E","VVS1",62.9,59,576,3.99,4.02,2.52 +"6386",0.25,"Premium","E","VVS2",62.5,59,576,4.02,4.04,2.52 +"6387",0.25,"Good","E","VVS2",63.1,56,576,4,4.05,2.54 +"6388",0.25,"Ideal","E","VVS2",61.6,57,576,4.08,4.1,2.52 +"6389",0.25,"Very Good","E","VVS1",62.9,58,576,4.01,4.03,2.53 +"6390",0.36,"Premium","F","SI1",60.2,58,576,4.6,4.63,2.78 +"6391",1.04,"Premium","J","SI1",60.2,56,4036,6.61,6.54,3.96 +"6392",0.77,"Premium","D","VS1",59.4,59,4037,5.96,6,3.55 +"6393",0.92,"Premium","F","SI1",61.8,59,4037,6.21,6.25,3.85 +"6394",0.92,"Very Good","F","SI1",62.9,56,4037,6.2,6.24,3.91 +"6395",0.92,"Very Good","F","SI1",62.7,57,4037,6.14,6.2,3.87 +"6396",1,"Very Good","F","SI2",62.9,59,4037,6.27,6.38,3.98 +"6397",1.02,"Premium","H","SI1",59.1,60,4037,6.59,6.54,3.88 +"6398",1.01,"Premium","G","SI2",61.8,58,4038,6.39,6.36,3.94 +"6399",1.01,"Premium","G","SI2",62.1,61,4038,6.38,6.27,3.93 +"6400",1.01,"Premium","G","SI2",63,58,4038,6.34,6.29,3.98 +"6401",1.03,"Premium","I","SI1",61,58,4038,6.52,6.47,3.96 +"6402",1.03,"Fair","H","SI2",67,61,4038,6.25,6.17,4.16 +"6403",1.01,"Ideal","G","SI2",61.2,57,4038,6.45,6.4,3.92 +"6404",1.01,"Premium","G","SI2",61.1,58,4038,6.39,6.37,3.9 +"6405",1.01,"Ideal","G","SI2",63.2,57,4038,6.33,6.28,3.99 +"6406",1.03,"Premium","H","SI2",62.1,59,4038,6.47,6.42,4 +"6407",1.02,"Very Good","H","SI2",60.9,58,4039,6.41,6.53,3.94 +"6408",1.02,"Very Good","H","SI2",61.1,61,4039,6.48,6.51,3.97 +"6409",0.76,"Ideal","E","VS2",62.1,55,4039,5.84,5.88,3.64 +"6410",0.77,"Ideal","D","VS1",62.2,55,4039,5.85,5.88,3.65 +"6411",0.92,"Premium","H","VS1",61.7,62,4039,6.2,6.12,3.8 +"6412",1.13,"Premium","E","SI2",59.4,62,4040,6.83,6.78,4.04 +"6413",0.74,"Fair","D","VVS2",65.4,53,4040,5.73,5.71,3.74 +"6414",0.91,"Very Good","D","SI1",63.1,61,4041,6.16,6.1,3.87 +"6415",1.05,"Very Good","H","SI2",61.4,58,4042,6.54,6.58,4.03 +"6416",1,"Very Good","H","SI2",62.5,58,4042,6.27,6.36,3.95 +"6417",0.71,"Ideal","E","VVS2",62,53.9,4042,5.73,5.77,3.57 +"6418",0.54,"Ideal","D","VVS1",61.3,56,4042,5.24,5.26,3.22 +"6419",1,"Good","I","SI1",65.6,56,4042,6.23,6.3,4.11 +"6420",1.02,"Premium","F","SI2",61,58,4043,6.49,6.52,3.97 +"6421",0.8,"Ideal","F","VS2",60.9,57,4043,5.98,6.04,3.66 +"6422",0.8,"Ideal","F","VS2",62.1,56,4043,5.93,5.98,3.7 +"6423",1.04,"Premium","J","VS2",58.7,58,4043,6.68,6.61,3.9 +"6424",0.9,"Ideal","H","VS2",62.4,56,4044,6.15,6.18,3.85 +"6425",0.9,"Premium","H","VS2",60.6,60,4044,6.24,6.3,3.8 +"6426",1.01,"Premium","E","SI2",60.6,58,4044,6.47,6.53,3.94 +"6427",1.01,"Ideal","E","SI2",61.7,57,4044,6.5,6.47,4 +"6428",0.9,"Ideal","G","SI2",61.4,56,4044,6.19,6.23,3.81 +"6429",1.02,"Premium","D","SI2",61.3,62,4044,6.46,6.42,3.95 +"6430",1.01,"Fair","H","VS1",66.1,55,4044,6.28,6.24,4.14 +"6431",1.02,"Premium","D","SI2",62.3,58,4044,6.42,6.37,3.99 +"6432",1.02,"Ideal","G","SI1",62.4,56,4044,6.42,6.37,3.99 +"6433",1.02,"Ideal","D","SI2",62.5,57,4044,6.43,6.38,4 +"6434",1.02,"Fair","G","SI1",64.5,56,4044,6.3,6.23,4.04 +"6435",1.2,"Fair","G","SI2",65.5,59,4044,6.73,6.53,4.34 +"6436",0.91,"Premium","G","SI1",62.6,58,4045,6.14,6.17,3.85 +"6437",0.91,"Very Good","G","SI1",62.8,58,4045,6.15,6.18,3.87 +"6438",0.91,"Premium","G","SI1",62.2,59,4045,6.15,6.19,3.84 +"6439",0.91,"Premium","G","SI1",61.8,60,4045,6.18,6.21,3.83 +"6440",1.29,"Very Good","G","SI2",63.2,54,4045,6.96,6.94,4.39 +"6441",1.09,"Premium","J","SI1",62.3,59,4046,6.55,6.59,4.09 +"6442",0.79,"Ideal","H","IF",61.3,56,4046,5.96,5.98,3.66 +"6443",1.01,"Very Good","I","SI2",63.7,56,4047,6.33,6.38,4.05 +"6444",0.9,"Premium","F","SI1",62.3,58,4047,6.18,6.12,3.83 +"6445",0.72,"Ideal","D","VS1",61.7,56,4047,5.77,5.81,3.57 +"6446",1.01,"Good","G","SI2",59.2,65,4047,6.35,6.41,3.78 +"6447",1.01,"Fair","G","SI2",58.3,62,4047,6.46,6.5,3.78 +"6448",1.09,"Premium","G","SI2",60.7,57,4047,6.72,6.62,4.06 +"6449",1.1,"Ideal","H","VS2",62.6,57,4048,6.61,6.56,4.12 +"6450",0.91,"Very Good","F","SI1",62.3,60,4049,6.08,6.15,3.81 +"6451",0.91,"Ideal","G","SI1",61.8,57,4049,6.16,6.2,3.82 +"6452",1.01,"Good","F","SI2",65.7,58,4049,6.12,6.2,4.05 +"6453",1.14,"Very Good","F","I1",61.3,55.8,4050,6.74,6.76,4.13 +"6454",0.93,"Premium","H","VS2",61,60,4050,6.29,6.26,3.82 +"6455",1.23,"Good","D","I1",63.7,58,4050,6.79,6.72,4.3 +"6456",0.91,"Premium","D","SI2",61.5,56,4051,6.27,6.22,3.84 +"6457",0.91,"Premium","D","SI2",62.2,59,4051,6.23,6.19,3.86 +"6458",0.91,"Premium","D","SI2",61.1,60,4051,6.29,6.24,3.83 +"6459",1.01,"Very Good","H","SI1",62.5,58,4052,6.37,6.42,4 +"6460",0.99,"Good","F","SI2",63.3,54,4052,6.36,6.43,4.05 +"6461",0.9,"Premium","G","VS2",62.8,60,4052,6.14,6.08,3.84 +"6462",0.71,"Ideal","E","VS1",61.1,57,4053,5.74,5.78,3.52 +"6463",0.71,"Ideal","E","VS1",61.9,56,4053,5.7,5.73,3.54 +"6464",0.8,"Ideal","E","SI1",61.1,56,4053,5.98,6.01,3.66 +"6465",1,"Good","F","SI2",61.8,58,4053,6.43,6.48,3.99 +"6466",0.94,"Fair","F","SI1",56.8,67,4053,6.56,6.44,3.69 +"6467",1.17,"Good","J","SI1",63.9,55,4054,6.66,6.73,4.28 +"6468",0.9,"Very Good","E","SI1",61.8,60,4054,6.14,6.2,3.81 +"6469",0.9,"Very Good","E","SI1",62.2,60,4054,6.14,6.17,3.83 +"6470",0.9,"Very Good","F","SI1",59.8,54,4054,6.25,6.32,3.76 +"6471",0.9,"Very Good","F","SI1",63.3,57,4054,6.1,6.16,3.88 +"6472",0.91,"Very Good","F","SI2",60.9,58,4054,6.28,6.2,3.8 +"6473",1.03,"Ideal","J","SI2",62.4,56,4054,6.44,6.48,4.03 +"6474",0.9,"Ideal","F","SI1",62.5,56,4054,6.13,6.16,3.84 +"6475",0.88,"Ideal","F","SI1",62.3,53,4054,6.12,6.15,3.82 +"6476",0.9,"Good","G","VS2",62.1,59,4054,6.02,6.16,3.78 +"6477",0.9,"Good","E","SI1",62.4,62,4054,6.13,6.17,3.84 +"6478",1.01,"Premium","E","SI2",62.8,57,4054,6.41,6.36,4.01 +"6479",1.11,"Fair","J","SI2",64.8,55.1,4056,6.44,6.55,4.21 +"6480",1.02,"Premium","F","SI2",61.1,62,4057,6.54,6.49,3.98 +"6481",1.06,"Very Good","G","SI2",63.4,61,4057,6.46,6.37,4.07 +"6482",0.9,"Fair","E","VS2",65,55,4057,6.11,6.04,3.95 +"6483",1.22,"Very Good","J","SI2",62.2,60,4058,6.77,6.89,4.25 +"6484",1.24,"Fair","G","SI2",65.7,57,4058,6.72,6.68,4.4 +"6485",0.9,"Very Good","G","SI1",62.7,59,4059,6.12,6.17,3.85 +"6486",1.04,"Ideal","J","SI1",60.8,57,4059,6.54,6.59,3.99 +"6487",0.9,"Ideal","G","SI1",62.4,57,4059,6.15,6.19,3.85 +"6488",0.96,"Premium","G","SI2",61.1,59,4059,6.32,6.28,3.85 +"6489",1.03,"Very Good","G","SI2",63.1,58,4060,6.41,6.37,4.03 +"6490",1.01,"Good","G","SI2",63.7,59,4060,6.31,6.38,4.04 +"6491",0.96,"Very Good","D","SI2",60,60,4060,6.43,6.47,3.87 +"6492",1.25,"Very Good","H","SI2",63.5,57,4060,6.73,6.65,4.25 +"6493",1.06,"Good","H","SI1",57.2,60,4060,6.84,6.74,3.88 +"6494",1.02,"Premium","I","SI2",62.2,58,4061,6.41,6.36,3.97 +"6495",0.9,"Good","F","SI1",63.9,59,4062,6.06,6.09,3.88 +"6496",0.9,"Premium","F","SI1",60.4,59,4062,6.29,6.32,3.81 +"6497",0.9,"Very Good","E","VS2",61.1,63,4062,6.2,6.17,3.78 +"6498",0.89,"Ideal","G","VVS2",61.7,55,4062,6.22,6.19,3.83 +"6499",0.93,"Premium","G","SI1",61,59,4062,6.34,6.28,3.85 +"6500",0.9,"Premium","E","VS2",62.3,55,4062,6.18,6.14,3.84 +"6501",0.97,"Premium","F","SI2",61.9,58,4063,6.31,6.35,3.92 +"6502",0.97,"Very Good","F","SI2",59.9,59,4063,6.38,6.45,3.84 +"6503",0.97,"Fair","F","SI1",56.4,66,4063,6.59,6.54,3.7 +"6504",0.9,"Premium","H","VS1",61.8,56,4064,6.18,6.16,3.81 +"6505",0.9,"Very Good","H","VS2",62.1,60,4064,6.11,6.2,3.82 +"6506",1.01,"Very Good","D","SI2",62.9,59,4064,6.29,6.37,3.98 +"6507",1.01,"Good","G","SI1",63.1,55,4064,6.31,6.33,3.99 +"6508",1.01,"Very Good","G","SI1",62.3,59,4064,6.34,6.37,3.96 +"6509",0.96,"Very Good","H","SI1",63.1,58,4064,6.2,6.25,3.93 +"6510",0.9,"Premium","H","VS1",63,59,4064,6.13,6.1,3.85 +"6511",1.12,"Premium","J","SI1",62.3,57,4064,6.72,6.61,4.15 +"6512",1.12,"Premium","J","SI1",62.7,55,4064,6.65,6.61,4.16 +"6513",1.44,"Premium","J","SI2",58.2,58,4064,7.39,7.35,4.29 +"6514",0.9,"Ideal","H","VS1",61.2,57,4064,6.28,6.24,3.83 +"6515",0.9,"Premium","H","VS1",61.5,59,4064,6.19,6.13,3.79 +"6516",1.12,"Premium","H","SI2",62.4,58,4065,6.58,6.63,4.12 +"6517",1.1,"Good","E","SI2",63.3,56,4065,6.53,6.58,4.15 +"6518",0.92,"Ideal","F","SI2",62,54,4065,6.26,6.32,3.9 +"6519",1,"Good","D","SI2",64.3,59,4065,6.21,6.3,4.02 +"6520",0.91,"Very Good","H","VS1",61.7,56,4066,6.22,6.25,3.85 +"6521",0.91,"Very Good","H","VS1",62.7,63,4066,6.1,6.03,3.8 +"6522",1.12,"Very Good","J","SI2",58.5,60,4066,6.83,6.89,4.01 +"6523",1.1,"Very Good","G","SI2",63.4,56,4066,6.56,6.54,4.15 +"6524",0.91,"Ideal","D","SI2",62.6,54,4067,6.22,6.25,3.9 +"6525",0.91,"Good","F","SI1",58,57,4067,6.36,6.47,3.72 +"6526",0.9,"Very Good","D","SI1",62.4,63,4068,6.15,6.18,3.85 +"6527",0.9,"Very Good","D","SI1",61.8,61,4068,6.16,6.2,3.82 +"6528",0.9,"Very Good","D","SI1",62.5,63,4068,6.11,6.14,3.83 +"6529",0.9,"Very Good","D","SI1",61.1,63,4068,6.17,6.21,3.78 +"6530",0.9,"Good","D","SI1",63.2,62,4068,6.06,6.13,3.85 +"6531",0.9,"Very Good","D","SI1",62.8,59,4068,6.06,6.1,3.82 +"6532",0.92,"Ideal","G","SI2",62.4,56,4068,6.21,6.23,3.88 +"6533",0.95,"Ideal","E","SI2",62.2,56,4068,6.26,6.35,3.92 +"6534",0.84,"Ideal","E","SI1",61.7,53,4068,6.08,6.11,3.76 +"6535",0.8,"Ideal","F","VS1",62.8,56,4070,5.91,5.96,3.73 +"6536",0.95,"Premium","E","SI2",60.7,59,4070,6.36,6.3,3.84 +"6537",1.03,"Premium","E","SI2",58.8,62,4070,6.58,6.51,3.85 +"6538",1.1,"Ideal","E","SI2",59.4,54,4071,6.79,6.74,4.02 +"6539",1.18,"Good","E","SI2",63.6,57,4071,6.74,6.72,4.28 +"6540",1.12,"Premium","D","SI2",61.2,59,4071,6.7,6.66,4.09 +"6541",1.01,"Premium","I","SI1",61.8,58,4072,6.45,6.37,3.96 +"6542",1.01,"Premium","G","SI1",60.2,58,4072,6.48,6.44,3.89 +"6543",1.01,"Very Good","F","SI2",63.1,57,4072,6.37,6.3,4 +"6544",1.01,"Premium","D","SI2",61.7,59,4072,6.41,6.37,3.94 +"6545",0.9,"Ideal","H","VS2",62.7,57,4072,6.13,6.15,3.85 +"6546",0.9,"Good","H","VS1",60.6,61,4072,6.13,6.19,3.73 +"6547",1.01,"Premium","H","SI2",59.4,59,4072,6.56,6.53,3.89 +"6548",1.01,"Good","H","SI2",63.7,55,4072,6.37,6.32,4.04 +"6549",1.01,"Fair","G","VS2",65.7,54,4072,6.32,6.28,4.14 +"6550",1.01,"Very Good","I","SI1",63.4,62,4072,6.25,6.18,3.94 +"6551",1.01,"Premium","F","SI2",62,59,4072,6.49,6.43,4.01 +"6552",1.01,"Good","F","SI2",63.6,59,4072,6.38,6.34,4.04 +"6553",1.01,"Premium","I","SI2",60.5,60,4072,6.52,6.5,3.94 +"6554",1.01,"Premium","I","SI1",58.6,62,4072,6.51,6.45,3.8 +"6555",0.93,"Premium","I","VS2",62.7,61,4073,6.24,6.14,3.88 +"6556",1.11,"Ideal","J","SI2",62.5,57,4073,6.64,6.6,4.14 +"6557",0.9,"Very Good","F","SI1",61.6,58,4074,6.12,6.26,3.81 +"6558",0.99,"Premium","F","SI2",60.6,61,4075,6.45,6.38,3.89 +"6559",1.07,"Premium","I","SI1",58.4,60,4075,6.78,6.68,3.93 +"6560",1.11,"Very Good","I","SI2",63.1,57,4075,6.59,6.54,4.14 +"6561",1,"Ideal","E","SI2",62.3,57,4077,6.33,6.28,3.93 +"6562",0.91,"Ideal","E","VS2",62.1,55,4077,6.17,6.14,3.82 +"6563",0.92,"Premium","H","VS2",61.3,58,4077,6.21,6.26,3.82 +"6564",1.01,"Good","F","SI2",56.9,60,4077,6.68,6.64,3.79 +"6565",1,"Good","E","SI2",61.5,64,4077,6.29,6.22,3.85 +"6566",0.9,"Ideal","G","SI2",60.6,55,4077,6.27,6.33,3.82 +"6567",1,"Premium","E","SI2",60.5,61,4077,6.38,6.31,3.84 +"6568",1.12,"Premium","H","SI2",61,59,4077,6.72,6.66,4.08 +"6569",1,"Premium","E","SI2",59.1,61,4077,6.44,6.39,3.79 +"6570",1,"Very Good","E","SI2",59.5,63,4077,6.47,6.41,3.83 +"6571",1,"Ideal","E","SI2",60.7,55,4077,6.39,6.33,3.86 +"6572",1.12,"Premium","H","SI2",61,56,4077,6.68,6.65,4.07 +"6573",1,"Premium","E","SI2",62.6,56,4077,6.43,6.39,4.01 +"6574",1.04,"Ideal","H","SI2",59.6,56,4077,6.64,6.59,3.94 +"6575",1.04,"Ideal","H","SI2",62.2,56,4077,6.51,6.48,4.04 +"6576",1.12,"Premium","I","SI1",61.3,58,4077,6.69,6.68,4.1 +"6577",1,"Premium","E","SI2",62,59,4077,6.43,6.3,3.95 +"6578",1,"Premium","I","VS1",60.6,58,4077,6.47,6.4,3.9 +"6579",1,"Fair","E","SI2",64.6,60,4077,6.23,6.18,4.01 +"6580",0.9,"Good","D","SI2",64,59,4078,6.04,6.09,3.88 +"6581",0.9,"Very Good","D","SI2",62.9,56,4078,6.09,6.19,3.86 +"6582",0.9,"Ideal","D","SI2",62.4,56,4078,6.16,6.24,3.87 +"6583",1.03,"Premium","H","SI2",60.7,59,4078,6.48,6.54,3.95 +"6584",1.03,"Ideal","I","SI1",61.3,56,4078,6.49,6.53,3.99 +"6585",1.03,"Premium","H","SI2",62.3,59,4078,6.42,6.46,4.01 +"6586",1.09,"Very Good","I","SI2",63.8,57,4078,6.5,6.55,4.16 +"6587",1.01,"Ideal","H","SI2",60.7,59,4078,6.47,6.45,3.92 +"6588",1.01,"Ideal","H","SI2",61.3,59,4078,6.5,6.46,3.97 +"6589",0.97,"Ideal","E","SI2",62.3,56,4078,6.28,6.33,3.93 +"6590",1.06,"Premium","E","SI1",59.2,60,4078,6.64,6.6,3.92 +"6591",1.02,"Premium","G","SI2",58.1,58,4078,6.67,6.58,3.85 +"6592",1.19,"Premium","G","SI2",62.4,59,4078,6.74,6.71,4.2 +"6593",1.01,"Good","G","SI2",63.5,58,4079,6.34,6.39,4.04 +"6594",1.01,"Ideal","G","SI2",59.5,57,4079,6.56,6.59,3.91 +"6595",0.9,"Premium","G","VS2",60.6,61,4079,6.19,6.13,3.73 +"6596",1,"Very Good","I","SI2",60.7,59,4080,6.4,6.46,3.9 +"6597",0.91,"Very Good","G","SI1",63.5,58,4081,6.15,6.04,3.87 +"6598",0.9,"Very Good","G","VS2",63.5,62,4081,6.07,6.11,3.87 +"6599",1,"Very Good","F","SI2",62.8,57,4081,6.37,6.44,4.02 +"6600",1,"Good","I","VS2",62.6,59,4081,6.28,6.33,3.95 +"6601",1,"Very Good","F","SI2",62.9,59,4081,6.3,6.39,3.99 +"6602",1,"Very Good","F","SI2",62.6,58,4081,6.31,6.37,3.97 +"6603",1,"Good","F","SI2",63.8,58,4081,6.28,6.33,4.02 +"6604",1,"Good","F","SI2",62.7,57,4081,6.29,6.34,3.96 +"6605",0.93,"Very Good","F","SI1",58.8,60,4081,6.37,6.49,3.78 +"6606",0.93,"Premium","F","SI1",62.5,58,4081,6.19,6.22,3.88 +"6607",0.91,"Very Good","F","SI2",60.6,56,4081,6.27,6.3,3.81 +"6608",1,"Good","H","SI2",63,56,4081,6.31,6.38,4 +"6609",0.9,"Very Good","H","VS2",63.3,59,4082,6.05,6.01,3.82 +"6610",1,"Very Good","F","SI2",60.2,59,4082,6.41,6.48,3.88 +"6611",0.74,"Ideal","E","VVS2",62.2,57,4082,5.78,5.83,3.61 +"6612",0.72,"Ideal","D","VS2",61.8,56,4082,5.74,5.78,3.56 +"6613",0.72,"Ideal","D","VS2",61,55,4082,5.79,5.81,3.54 +"6614",0.9,"Premium","H","VS2",61.8,58,4082,6.17,6.12,3.8 +"6615",0.9,"Premium","H","VS2",61.3,59,4082,6.24,6.19,3.81 +"6616",0.9,"Premium","H","VS2",62.7,59,4082,6.15,6.1,3.84 +"6617",0.9,"Premium","H","VS2",62,57,4082,6.16,6.1,3.8 +"6618",0.9,"Premium","H","VS2",61.8,56,4082,6.25,6.18,3.84 +"6619",0.9,"Premium","H","VS2",60.7,58,4082,6.21,6.17,3.76 +"6620",1.35,"Premium","J","SI1",62.1,54,4082,7.15,7.09,4.42 +"6621",1.1,"Very Good","I","SI2",62.8,57,4083,6.56,6.63,4.14 +"6622",1.12,"Premium","G","SI2",61.2,58,4084,6.67,6.69,4.09 +"6623",1.04,"Very Good","G","SI2",60.3,62,4084,6.5,6.56,3.94 +"6624",1.02,"Very Good","I","SI2",62.6,56,4084,6.41,6.44,4.02 +"6625",0.64,"Ideal","D","VVS1",61.8,54,4084,5.54,5.56,3.43 +"6626",1.1,"Good","G","SI2",64.2,56,4084,6.55,6.51,4.19 +"6627",1.11,"Very Good","J","SI1",63.3,61,4084,6.56,6.49,4.13 +"6628",1.28,"Good","H","SI2",56.8,62,4086,7.22,7.16,4.08 +"6629",0.8,"Ideal","E","VS1",62.1,56,4086,5.92,5.97,3.69 +"6630",0.92,"Good","D","SI1",63.6,57,4086,6.14,6.09,3.89 +"6631",1,"Good","H","SI1",56.8,65,4086,6.61,6.49,3.72 +"6632",0.81,"Ideal","D","VS2",62.1,56,4087,6.01,5.98,3.72 +"6633",1,"Very Good","F","SI1",63.2,54,4088,6.3,6.23,3.96 +"6634",1,"Premium","H","SI2",58.6,59,4088,6.57,6.5,3.83 +"6635",0.9,"Ideal","G","SI1",62.1,56,4088,6.2,6.16,3.84 +"6636",1,"Premium","H","SI2",63,61,4088,6.35,6.31,3.99 +"6637",1,"Very Good","I","SI1",63.2,56,4088,6.37,6.31,4.01 +"6638",0.9,"Very Good","I","VS2",61.4,58,4089,6.22,6.25,3.83 +"6639",1.01,"Premium","E","SI2",60.8,58,4089,6.49,6.46,3.94 +"6640",0.85,"Ideal","E","SI1",63,56,4089,6,6.04,3.79 +"6641",0.92,"Good","G","SI1",60.6,60,4089,6.29,6.32,3.82 +"6642",1.09,"Premium","I","SI1",62,58,4090,6.6,6.56,4.08 +"6643",1.09,"Premium","I","VS2",59,61,4090,6.78,6.75,3.98 +"6644",0.9,"Ideal","E","SI2",62.7,54,4091,6.13,6.21,3.87 +"6645",1.17,"Premium","F","SI2",59.9,59,4092,6.82,6.86,4.1 +"6646",1.06,"Ideal","I","SI2",61.3,56,4092,6.55,6.59,4.03 +"6647",0.79,"Ideal","I","VVS2",61.7,56,4092,5.94,5.95,3.67 +"6648",1.11,"Ideal","J","SI2",61.7,57,4092,6.63,6.69,4.11 +"6649",0.9,"Very Good","E","SI1",63.1,61,4092,6.18,6.14,3.89 +"6650",0.9,"Premium","E","SI1",59.8,58,4092,6.26,6.21,3.73 +"6651",0.9,"Ideal","E","SI1",63,56,4092,6.15,6.1,3.86 +"6652",0.9,"Premium","E","SI1",62.7,62,4092,6.22,6.1,3.85 +"6653",0.9,"Very Good","E","SI1",63.1,60,4092,6.18,6.14,3.89 +"6654",0.9,"Good","G","VS2",63.6,59,4093,6.04,6.1,3.86 +"6655",0.9,"Very Good","G","VS2",59.6,61,4093,6.2,6.25,3.71 +"6656",1.02,"Good","H","SI1",57.1,61,4093,6.57,6.66,3.78 +"6657",0.9,"Ideal","I","VS1",61.3,55,4093,6.21,6.25,3.82 +"6658",1.13,"Premium","J","SI2",59.7,59,4093,6.85,6.76,4.06 +"6659",1.08,"Ideal","J","VS2",62.3,56,4093,6.6,6.53,4.09 +"6660",0.72,"Ideal","E","VVS2",62,54.9,4094,5.75,5.78,3.57 +"6661",1,"Premium","G","SI2",62.7,59,4095,6.3,6.36,3.97 +"6662",0.7,"Very Good","D","VS1",60.3,58,4095,5.76,5.79,3.48 +"6663",1.03,"Good","F","SI2",57.7,63,4095,6.68,6.64,3.84 +"6664",1.03,"Ideal","E","SI2",62,55,4095,6.46,6.44,4 +"6665",0.91,"Ideal","H","SI1",61.6,56,4096,6.21,6.25,3.84 +"6666",1.11,"Premium","G","SI1",60.9,59,4096,6.69,6.64,4.07 +"6667",0.92,"Premium","D","SI2",62.4,58,4096,6.19,6.18,3.86 +"6668",0.92,"Premium","D","SI2",62.4,60,4096,6.25,6.21,3.89 +"6669",1.5,"Premium","F","I1",62.6,57,4096,7.33,7.21,4.55 +"6670",1.06,"Premium","I","SI2",60.9,58,4096,6.6,6.56,4.01 +"6671",0.95,"Very Good","J","VVS2",60.5,59,4098,6.33,6.36,3.84 +"6672",0.94,"Premium","E","SI2",62.4,58,4098,6.26,6.33,3.93 +"6673",1.08,"Premium","J","SI1",61,60,4098,6.57,6.62,4.02 +"6674",1.23,"Ideal","H","I1",61.8,56,4098,6.91,6.85,4.25 +"6675",0.9,"Very Good","I","VVS1",61.3,59,4099,6.17,6.2,3.79 +"6676",1.01,"Ideal","J","SI2",61.9,55.3,4099,6.43,6.5,4.01 +"6677",0.9,"Very Good","F","SI1",62.8,59,4099,6.1,6.16,3.85 +"6678",1.22,"Fair","I","SI1",66.2,60,4099,6.61,6.56,4.36 +"6679",1.2,"Ideal","J","VS2",61.6,54,4099,6.88,6.82,4.22 +"6680",1.03,"Very Good","H","SI2",60.9,57,4101,6.5,6.58,3.98 +"6681",1.11,"Ideal","J","SI2",62.6,54,4101,6.61,6.64,4.15 +"6682",0.9,"Ideal","H","SI2",61.8,57,4101,6.17,6.19,3.82 +"6683",0.9,"Ideal","H","SI2",61.8,56,4101,6.17,6.2,3.82 +"6684",0.9,"Ideal","H","SI2",61.9,55,4101,6.21,6.19,3.84 +"6685",1.03,"Good","F","SI2",61.7,63,4101,6.46,6.51,4 +"6686",0.97,"Ideal","G","SI2",62.7,57,4101,6.31,6.28,3.95 +"6687",0.97,"Premium","G","SI2",61.3,57,4101,6.37,6.32,3.89 +"6688",1.11,"Very Good","E","SI2",61.6,61,4102,6.61,6.66,4.09 +"6689",1.11,"Very Good","E","SI2",61.7,63,4102,6.54,6.65,4.07 +"6690",1.2,"Very Good","J","SI2",61.8,56,4102,6.81,6.85,4.22 +"6691",0.31,"Premium","G","SI2",60.3,59,408,4.35,4.37,2.63 +"6692",0.31,"Very Good","I","SI1",60.7,60,408,4.33,4.37,2.64 +"6693",0.31,"Premium","I","SI1",62.3,59,408,4.29,4.32,2.68 +"6694",0.31,"Premium","G","SI2",61.3,58,408,4.37,4.4,2.69 +"6695",0.31,"Ideal","G","SI2",61.7,56,408,4.34,4.38,2.69 +"6696",0.31,"Good","I","SI1",63.3,53,408,4.3,4.32,2.73 +"6697",0.31,"Ideal","G","SI2",60.5,57,408,4.36,4.4,2.65 +"6698",0.31,"Good","I","SI1",63.8,55,408,4.31,4.34,2.76 +"6699",0.31,"Good","G","SI2",63.3,54,408,4.29,4.34,2.73 +"6700",0.32,"Ideal","J","VS2",61.5,53,409,4.44,4.47,2.74 +"6701",0.35,"Good","J","SI1",63.3,56,409,4.5,4.53,2.86 +"6702",0.25,"Very Good","E","VS2",59.7,61,409,4.08,4.1,2.44 +"6703",0.3,"Premium","H","SI2",60.2,62,410,4.37,4.34,2.62 +"6704",0.25,"Very Good","D","VS1",62.1,60,410,4.03,4.05,2.51 +"6705",0.36,"Premium","J","SI1",61.6,60,410,4.54,4.58,2.81 +"6706",0.3,"Ideal","J","VS1",62,57,411,4.28,4.3,2.66 +"6707",0.3,"Ideal","J","VS1",62.2,57,411,4.27,4.28,2.66 +"6708",0.23,"Premium","D","VS2",58.5,61,411,4.06,3.98,2.35 +"6709",0.24,"Very Good","E","VS1",62.5,55,412,3.96,3.98,2.48 +"6710",0.27,"Ideal","I","VVS2",62,54.5,412,4.15,4.19,2.58 +"6711",0.31,"Good","J","VS1",61.9,61,412,4.29,4.34,2.67 +"6712",0.27,"Very Good","E","VS1",60.6,59,413,4.19,4.22,2.55 +"6713",0.27,"Very Good","D","VS1",62.2,58,413,4.14,4.15,2.58 +"6714",0.3,"Very Good","G","SI1",60.1,58,413,4.31,4.34,2.6 +"6715",0.3,"Very Good","D","SI2",62.3,58,413,4.26,4.28,2.66 +"6716",0.3,"Ideal","J","VVS2",62,54,413,4.3,4.34,2.68 +"6717",0.32,"Ideal","J","VS2",62.3,55.3,413,4.36,4.37,2.72 +"6718",0.34,"Ideal","J","VS1",61.9,55,413,4.5,4.54,2.8 +"6719",0.33,"Ideal","F","SI2",61.4,57,413,4.44,4.48,2.74 +"6720",0.3,"Ideal","D","SI2",61.1,58,413,4.31,4.33,2.64 +"6721",0.23,"Very Good","D","VS2",60.2,57,577,4.02,4.07,2.43 +"6722",0.3,"Ideal","H","VVS2",61,55,577,4.33,4.34,2.65 +"6723",0.31,"Ideal","G","VS2",62.1,55,577,4.35,4.38,2.71 +"6724",0.27,"Ideal","F","VS2",60.9,57,577,4.17,4.2,2.55 +"6725",0.27,"Ideal","F","VS2",60.3,56,577,4.24,4.27,2.56 +"6726",0.27,"Ideal","E","VS2",61,55,577,4.18,4.2,2.56 +"6727",0.27,"Ideal","F","VS1",61.7,57,577,4.15,4.18,2.57 +"6728",0.27,"Ideal","E","VS1",60.5,56,577,4.21,4.22,2.55 +"6729",0.25,"Ideal","H","VVS1",62.5,56,577,4.06,4.03,2.53 +"6730",0.25,"Premium","H","VVS1",59.8,59,577,4.09,4.07,2.44 +"6731",0.25,"Premium","H","VVS1",60.1,62,577,4.11,4.08,2.46 +"6732",0.25,"Premium","H","VVS1",62.7,60,577,4.03,3.98,2.51 +"6733",0.33,"Premium","F","VS2",60,60,577,4.45,4.49,2.68 +"6734",0.31,"Very Good","H","VVS2",62.6,56,578,4.33,4.36,2.72 +"6735",0.31,"Very Good","H","VVS2",61.2,55,578,4.41,4.44,2.7 +"6736",0.26,"Ideal","I","VS1",61.6,54,578,4.08,4.12,2.53 +"6737",0.3,"Very Good","E","VS1",61.5,57,578,4.28,4.31,2.64 +"6738",0.4,"Very Good","F","SI2",62.6,53,579,4.7,4.75,2.96 +"6739",0.4,"Very Good","F","SI2",62.1,57,579,4.7,4.74,2.93 +"6740",0.36,"Ideal","G","VS2",62.3,54,579,4.59,4.62,2.87 +"6741",0.31,"Fair","E","SI1",56.9,66,579,4.53,4.47,2.56 +"6742",0.33,"Premium","E","SI1",60.4,59,579,4.43,4.47,2.69 +"6743",0.33,"Ideal","G","VS2",62.2,56,579,4.43,4.44,2.76 +"6744",0.33,"Very Good","G","VS2",60.6,61,579,4.46,4.49,2.71 +"6745",0.33,"Good","E","SI1",63.4,55,579,4.37,4.4,2.78 +"6746",0.33,"Very Good","E","SI1",60.2,58,579,4.49,4.55,2.72 +"6747",0.33,"Good","E","SI1",63.8,55,579,4.36,4.38,2.79 +"6748",0.33,"Very Good","E","SI1",60.3,60,579,4.47,4.49,2.7 +"6749",0.33,"Premium","G","VS2",61.3,59,579,4.44,4.46,2.73 +"6750",0.33,"Ideal","H","VS1",61.5,56,579,4.44,4.47,2.74 +"6751",1,"Good","F","SI2",65.7,62,4102,6.15,6.21,4.06 +"6752",1.01,"Fair","G","SI1",66.9,56,4102,6.15,6.22,4.14 +"6753",1.09,"Premium","E","SI2",60.1,62,4102,6.72,6.6,4 +"6754",1.02,"Premium","H","SI1",61.8,56,4102,6.47,6.42,3.98 +"6755",0.9,"Ideal","F","SI1",62.3,56,4103,6.17,6.13,3.83 +"6756",0.9,"Premium","F","SI1",62.6,60,4103,6.11,6.06,3.81 +"6757",1.06,"Ideal","I","SI2",61.9,59,4103,6.47,6.52,4.02 +"6758",0.9,"Very Good","F","SI1",63.1,56,4103,6.17,6.12,3.88 +"6759",0.91,"Very Good","G","VS2",64,56.6,4105,6.09,6.15,3.92 +"6760",1.07,"Premium","J","SI2",62.4,58,4105,6.54,6.47,4.06 +"6761",1.2,"Ideal","J","VS2",62.2,54,4106,6.84,6.8,4.24 +"6762",0.9,"Premium","E","SI1",61.1,58,4106,6.22,6.26,3.81 +"6763",1.01,"Good","E","SI1",64.3,59,4106,6.28,6.31,4.05 +"6764",0.94,"Premium","G","SI1",61.9,57,4106,6.29,6.24,3.88 +"6765",1.01,"Fair","E","SI1",65.6,59,4106,6.22,6.18,4.07 +"6766",1.3,"Very Good","J","VS2",63.3,57,4106,6.98,6.96,4.41 +"6767",1,"Very Good","I","SI2",62.6,57,4107,6.37,6.4,4 +"6768",0.91,"Fair","D","VS2",65.7,56,4107,6.1,6.05,3.99 +"6769",0.91,"Fair","D","VS2",65.7,58,4107,6.04,5.99,3.95 +"6770",0.91,"Ideal","F","SI1",60.2,57,4108,6.29,6.34,3.8 +"6771",0.91,"Very Good","F","SI1",62.2,57,4108,6.19,6.25,3.87 +"6772",0.87,"Ideal","D","SI1",62.6,56,4108,6.17,6.08,3.84 +"6773",0.9,"Good","G","VS1",65.8,59,4108,6,6.04,3.96 +"6774",0.91,"Ideal","H","VS1",62.9,55,4109,6.23,6.13,3.89 +"6775",0.93,"Very Good","G","SI1",61.5,57,4111,6.23,6.33,3.86 +"6776",0.81,"Ideal","H","IF",61.6,58,4111,5.98,6.01,3.69 +"6777",1.05,"Very Good","H","SI2",63.8,58,4112,6.38,6.45,4.09 +"6778",1.02,"Premium","H","SI2",60.9,58,4113,6.53,6.41,3.94 +"6779",0.91,"Good","D","SI1",63.1,61,4113,6.1,6.16,3.87 +"6780",1.09,"Very Good","F","SI2",58.5,59,4113,6.75,6.8,3.96 +"6781",0.93,"Very Good","E","SI2",62.5,58,4113,6.21,6.24,3.89 +"6782",1,"Good","G","SI2",57.6,62,4113,6.62,6.55,3.79 +"6783",0.82,"Ideal","D","SI1",61.9,56,4113,5.99,6.02,3.72 +"6784",1.13,"Fair","H","SI2",64.4,58,4113,6.59,6.51,4.22 +"6785",1.02,"Premium","H","SI2",61.1,61,4113,6.51,6.48,3.97 +"6786",1.13,"Premium","I","SI1",61.7,58,4113,6.66,6.62,4.1 +"6787",1.02,"Premium","I","SI1",61.7,58,4113,6.48,6.45,3.99 +"6788",1.2,"Premium","J","SI1",62.8,58,4113,6.77,6.7,4.23 +"6789",0.96,"Premium","E","SI2",62.6,60,4113,6.32,6.26,3.94 +"6790",1.02,"Ideal","I","SI2",60.6,56,4113,6.57,6.53,3.97 +"6791",0.7,"Very Good","E","VVS1",61.9,58,4114,5.6,5.67,3.49 +"6792",0.7,"Ideal","F","VVS2",61.7,55,4114,5.7,5.74,3.53 +"6793",0.7,"Ideal","F","VVS2",61.2,56,4114,5.73,5.78,3.52 +"6794",0.9,"Good","I","VVS1",63.6,58,4114,6.14,6.1,3.89 +"6795",0.9,"Premium","D","SI2",59.2,60,4114,6.34,6.3,3.74 +"6796",0.91,"Fair","H","VVS1",56.5,67,4115,6.38,6.4,3.61 +"6797",0.9,"Very Good","G","VS1",61.5,56,4116,6.15,6.2,3.8 +"6798",1.01,"Good","H","SI1",64,58,4116,6.31,6.37,4.06 +"6799",1.01,"Good","H","SI1",63.4,58,4116,6.37,6.41,4.05 +"6800",0.73,"Very Good","D","VS1",61.1,59,4116,5.79,5.86,3.56 +"6801",0.98,"Ideal","G","SI2",62.9,57,4116,6.33,6.29,3.97 +"6802",0.92,"Good","H","VS1",62.3,63,4116,6.18,6.3,3.88 +"6803",1.05,"Premium","H","SI2",61.4,58,4116,6.58,6.54,4.03 +"6804",1.05,"Premium","G","SI2",61.7,56,4116,6.57,6.53,4.04 +"6805",1.05,"Premium","J","VS1",60,60,4116,6.46,6.43,4 +"6806",1.05,"Ideal","J","VS1",62.8,57,4116,6.45,6.41,4.04 +"6807",1,"Premium","E","SI2",62.6,60,4116,6.35,6.33,3.97 +"6808",0.9,"Good","D","SI1",64.4,60,4117,5.95,6,3.85 +"6809",0.8,"Very Good","E","VS1",60.7,60,4118,6,6.09,3.67 +"6810",1.02,"Ideal","I","SI2",61.8,57,4118,6.44,6.46,3.99 +"6811",1.01,"Ideal","E","SI2",63,56,4118,6.34,6.3,3.98 +"6812",1.01,"Premium","E","SI2",60.6,58,4118,6.53,6.47,3.94 +"6813",1.01,"Fair","E","SI2",55.2,65,4118,6.78,6.67,3.71 +"6814",1.01,"Very Good","E","SI2",63.1,61,4118,6.34,6.27,3.98 +"6815",1.01,"Fair","E","SI2",64.7,55,4118,6.37,6.3,4.1 +"6816",1.01,"Fair","D","SI1",66.3,55,4118,6.22,6.17,4.11 +"6817",1.01,"Good","E","SI2",63.7,55,4118,6.38,6.31,4.05 +"6818",1.01,"Premium","G","SI1",63,60,4118,6.34,6.3,3.98 +"6819",1.01,"Ideal","I","VS1",62.9,56,4118,6.43,6.38,4.03 +"6820",1.01,"Premium","G","SI1",60,59,4118,6.51,6.47,3.89 +"6821",1.07,"Premium","H","SI2",62.2,59,4119,6.47,6.53,4.04 +"6822",0.9,"Good","F","SI1",62.5,59,4119,6.1,6.13,3.82 +"6823",0.9,"Very Good","F","SI1",62.7,59,4119,6.12,6.16,3.85 +"6824",1.01,"Very Good","F","SI2",62.8,58,4119,6.31,6.36,3.98 +"6825",1.01,"Ideal","H","SI2",62.8,56,4119,6.38,6.45,4.03 +"6826",1.01,"Good","F","SI2",58.2,63,4119,6.51,6.55,3.8 +"6827",1.01,"Very Good","J","VS2",59.3,59,4120,6.5,6.58,3.88 +"6828",1.11,"Premium","I","SI2",61.5,58,4120,6.61,6.65,4.08 +"6829",1.06,"Ideal","H","SI1",62.7,57,4120,6.48,6.53,4.08 +"6830",1.11,"Premium","I","SI2",61.8,58,4120,6.61,6.66,4.1 +"6831",0.9,"Good","D","SI1",63.8,58,4120,6.13,6.09,3.9 +"6832",1.09,"Premium","I","SI2",61.3,55,4120,6.66,6.62,4.07 +"6833",1.01,"Very Good","F","SI2",62.7,56,4121,6.35,6.4,4 +"6834",1.01,"Good","I","VS2",62.8,59,4121,6.34,6.4,4 +"6835",1.01,"Very Good","F","SI2",62.2,58,4121,6.36,6.4,3.97 +"6836",1.01,"Good","F","SI2",63.6,59,4121,6.34,6.37,4.04 +"6837",1.01,"Very Good","F","SI2",61,60,4121,6.44,6.48,3.94 +"6838",1.01,"Premium","F","SI2",60.6,60,4121,6.46,6.5,3.93 +"6839",0.91,"Premium","D","SI2",62.2,59,4123,6.19,6.23,3.86 +"6840",0.91,"Very Good","D","SI2",61.5,56,4123,6.22,6.27,3.84 +"6841",0.91,"Premium","D","SI2",61.1,60,4123,6.24,6.29,3.83 +"6842",1.13,"Fair","J","SI1",64.9,55,4123,6.49,6.56,4.24 +"6843",1.04,"Premium","D","SI2",60.9,57,4123,6.54,6.49,3.97 +"6844",0.9,"Very Good","F","VS2",62.7,62,4124,6.11,6.17,3.85 +"6845",0.71,"Ideal","E","VVS2",62,57,4124,5.7,5.72,3.54 +"6846",0.9,"Good","G","VS2",64.9,61,4124,5.91,5.99,3.86 +"6847",1.08,"Premium","G","SI2",63,54,4124,6.58,6.54,4.13 +"6848",1.14,"Ideal","F","I1",61.3,56,4124,6.76,6.74,4.13 +"6849",1,"Good","H","SI2",62.7,58,4125,6.31,6.33,3.96 +"6850",1,"Very Good","E","SI2",62.8,59,4125,6.3,6.34,3.97 +"6851",1,"Ideal","I","SI1",59.8,57,4125,6.44,6.5,3.87 +"6852",1,"Very Good","I","SI1",63,58,4125,6.3,6.33,3.98 +"6853",1.04,"Very Good","G","SI2",62.7,57,4125,6.4,6.46,4.03 +"6854",0.8,"Ideal","E","SI1",61.9,55,4125,5.94,5.98,3.69 +"6855",0.91,"Good","G","VS2",59.9,61,4125,6.2,6.33,3.75 +"6856",0.9,"Fair","E","VS2",64.5,61,4125,6.07,6.03,3.9 +"6857",0.8,"Very Good","F","VVS2",62.7,58,4126,5.88,5.92,3.7 +"6858",0.9,"Very Good","I","VS1",62.6,59,4126,6.11,6.15,3.84 +"6859",0.8,"Ideal","E","VS2",62.2,55,4126,5.95,5.98,3.71 +"6860",1.05,"Ideal","J","SI2",62.3,54,4126,6.52,6.55,4.07 +"6861",1.07,"Premium","I","SI1",61.2,58,4126,6.62,6.55,4.03 +"6862",0.81,"Ideal","G","VVS2",61.7,55.1,4127,5.97,6.04,3.71 +"6863",0.74,"Ideal","F","VVS1",60.8,60,4127,5.82,5.86,3.55 +"6864",0.89,"Ideal","F","SI1",62.1,55,4127,6.15,6.18,3.83 +"6865",1.01,"Fair","F","SI2",58.2,61,4127,6.48,6.52,3.78 +"6866",0.9,"Ideal","D","VS2",61.5,56,4128,6.25,6.2,3.83 +"6867",0.91,"Premium","H","VS2",62.8,58,4128,6.17,6.15,3.87 +"6868",0.91,"Premium","H","VS2",61.9,59,4128,6.23,6.18,3.84 +"6869",0.91,"Premium","H","VS2",61,59,4128,6.32,6.27,3.84 +"6870",1.07,"Ideal","F","SI2",61.2,57,4128,6.62,6.59,4.04 +"6871",0.91,"Premium","H","VS2",59.9,62,4128,6.33,6.26,3.77 +"6872",1.01,"Ideal","G","SI1",61.5,56,4129,6.52,6.46,3.99 +"6873",0.9,"Very Good","H","VS2",63.7,61,4129,6.04,6.07,3.86 +"6874",1.01,"Ideal","H","SI2",61.7,56,4129,6.47,6.43,3.98 +"6875",1.01,"Very Good","I","VS1",63.1,56,4129,6.42,6.36,4.03 +"6876",1.01,"Good","J","VS1",60.4,64,4129,6.48,6.44,3.9 +"6877",1.01,"Fair","H","SI2",64.9,56,4129,6.33,6.25,4.08 +"6878",1.01,"Premium","I","SI1",59.9,59,4129,6.46,6.42,3.86 +"6879",0.9,"Very Good","D","SI1",60.1,58,4130,6.27,6.3,3.78 +"6880",0.82,"Ideal","G","VVS2",62.1,56,4130,5.97,6.01,3.72 +"6881",1.08,"Ideal","I","SI2",62.3,57,4130,6.56,6.61,4.1 +"6882",1.16,"Good","F","SI2",60.8,65,4131,6.78,6.75,4.11 +"6883",1.01,"Ideal","H","SI2",60.1,60,4131,6.54,6.5,3.92 +"6884",1.09,"Ideal","J","VS2",61.3,57,4131,6.63,6.61,4.06 +"6885",1.2,"Premium","I","VS2",61.3,60,4131,6.79,6.75,4.15 +"6886",1.06,"Very Good","I","SI2",62.8,56,4132,6.47,6.55,4.09 +"6887",0.91,"Ideal","E","SI1",61,58,4132,6.23,6.29,3.82 +"6888",1.22,"Premium","J","SI2",62.2,60,4132,6.89,6.77,4.25 +"6889",0.9,"Premium","D","SI2",61.2,62,4133,6.22,6.07,3.76 +"6890",1.23,"Premium","I","SI1",60.3,60,4133,6.95,6.88,4.17 +"6891",1.01,"Very Good","J","SI1",63.3,55,4133,6.34,6.32,4.01 +"6892",1,"Ideal","I","SI1",61.6,59,4133,6.34,6.42,3.93 +"6893",1.1,"Good","I","SI1",63.1,61,4133,6.49,6.56,4.12 +"6894",0.9,"Ideal","G","VS2",62.7,56,4133,6.25,6.15,3.89 +"6895",0.9,"Premium","E","SI2",61.7,57,4133,6.23,6.21,3.84 +"6896",0.9,"Ideal","H","VS2",61.9,55,4133,6.22,6.19,3.84 +"6897",0.9,"Very Good","E","VS2",61.1,63,4134,6.17,6.2,3.78 +"6898",1.11,"Premium","F","SI2",62.5,59,4134,6.59,6.53,4.1 +"6899",0.73,"Ideal","D","VS2",60.7,57,4134,5.84,5.88,3.55 +"6900",0.73,"Ideal","D","VS2",61.6,56,4134,5.76,5.8,3.56 +"6901",0.9,"Very Good","G","VS2",63.4,59,4135,6.08,6.13,3.87 +"6902",0.82,"Very Good","E","VS2",62.8,59,4135,5.92,5.93,3.72 +"6903",0.82,"Ideal","D","SI1",61.6,57,4135,6.02,6.06,3.72 +"6904",0.82,"Ideal","D","SI1",62.2,55,4135,5.97,5.99,3.72 +"6905",0.9,"Good","G","VS2",64.4,62,4135,5.97,6.02,3.86 +"6906",1.04,"Ideal","I","SI1",63,56,4135,6.49,6.39,4.06 +"6907",1.01,"Good","G","SI2",63.7,59,4135,6.38,6.31,4.04 +"6908",0.9,"Very Good","H","VS1",61.5,59,4136,6.13,6.19,3.79 +"6909",0.9,"Very Good","H","VS1",61.8,56,4136,6.16,6.18,3.81 +"6910",0.96,"Very Good","H","VS2",61.2,57,4136,6.34,6.38,3.89 +"6911",0.9,"Very Good","H","VS1",62.7,57,4136,6.14,6.18,3.86 +"6912",0.9,"Very Good","H","VS1",63,59,4136,6.1,6.13,3.85 +"6913",0.96,"Very Good","G","SI1",62,59,4136,6.26,6.32,3.9 +"6914",1.02,"Very Good","J","SI1",61.4,58,4137,6.47,6.5,3.98 +"6915",0.9,"Premium","G","VS2",62.4,61,4137,6.17,6.13,3.84 +"6916",0.9,"Premium","G","VS2",60.8,56,4137,6.19,6.14,3.75 +"6917",0.9,"Premium","G","VS2",62,60,4137,6.19,6.14,3.82 +"6918",0.9,"Premium","G","VS2",62.8,58,4137,6.14,6.09,3.84 +"6919",1.01,"Premium","F","SI2",62.8,57,4137,6.31,6.24,3.94 +"6920",1,"Good","H","SI1",56.8,65,4138,6.61,6.49,3.72 +"6921",0.91,"Premium","E","SI1",60.5,61,4138,6.23,6.19,3.76 +"6922",0.91,"Premium","E","SI1",62.4,57,4138,6.23,6.11,3.85 +"6923",0.91,"Premium","E","SI1",61.9,61,4138,6.12,6.1,3.78 +"6924",1.01,"Premium","G","SI1",62.3,59,4138,6.37,6.34,3.96 +"6925",0.91,"Very Good","E","SI1",63.5,57,4138,6.11,6.07,3.87 +"6926",0.91,"Premium","E","SI1",62.6,58,4138,6.17,6.14,3.85 +"6927",1.01,"Good","G","SI1",64.2,56,4138,6.38,6.26,4.05 +"6928",1.05,"Premium","E","SI2",61.5,59,4139,6.52,6.58,4.03 +"6929",1.12,"Ideal","D","I1",60.6,55,4139,6.73,6.76,4.09 +"6930",0.97,"Very Good","G","SI1",60.2,61,4140,6.4,6.46,3.87 +"6931",1.01,"Good","F","SI2",64.9,60,4140,6.2,6.25,4.04 +"6932",1.01,"Good","F","SI2",58.2,61,4140,6.47,6.53,3.78 +"6933",1.1,"Very Good","E","SI2",63.3,56,4140,6.58,6.53,4.15 +"6934",1.32,"Fair","H","I1",65.8,55,4140,6.87,6.83,4.51 +"6935",0.8,"Ideal","F","VVS2",61.6,57,4140,5.97,5.94,3.67 +"6936",1.12,"Ideal","F","SI2",61.8,55,4140,6.69,6.66,4.13 +"6937",0.93,"Premium","D","SI2",62.6,57,4140,6.26,6.2,3.9 +"6938",0.93,"Premium","D","SI2",60.6,59,4140,6.34,6.3,3.83 +"6939",1.5,"Premium","G","I1",60.4,55,4140,7.4,7.32,4.45 +"6940",1,"Fair","E","SI1",66.3,62,4140,6.27,6.06,4.09 +"6941",1.5,"Good","G","I1",63.7,57,4140,7.28,7.21,4.62 +"6942",1.04,"Premium","I","SI2",61.3,59,4141,6.5,6.46,3.97 +"6943",0.82,"Very Good","F","VVS2",63.1,59,4141,5.91,5.97,3.75 +"6944",0.91,"Very Good","F","SI1",62,59,4141,6.2,6.22,3.85 +"6945",0.95,"Premium","E","SI2",60.7,59,4142,6.3,6.36,3.84 +"6946",1,"Very Good","G","SI2",62.4,60,4142,6.31,6.36,3.95 +"6947",0.96,"Very Good","F","SI2",60.9,57,4142,6.38,6.42,3.9 +"6948",0.73,"Ideal","G","IF",62.3,56,4142,5.72,5.78,3.58 +"6949",0.91,"Very Good","H","VVS2",63.6,56,4143,6.11,6.13,3.89 +"6950",1,"Premium","F","SI1",59,59,4144,6.55,6.5,3.85 +"6951",1,"Premium","J","VS1",62.8,57,4144,6.39,6.35,4 +"6952",1,"Ideal","J","VS1",62.3,56,4144,6.43,6.38,3.99 +"6953",0.9,"Very Good","E","SI1",62,62,4144,6.11,6.21,3.82 +"6954",0.93,"Very Good","G","SI1",62.3,58,4144,6.2,6.29,3.9 +"6955",1,"Premium","H","SI1",61.7,59,4144,6.41,6.36,3.94 +"6956",1,"Premium","F","SI2",61.5,59,4144,6.47,6.44,3.97 +"6957",1.41,"Fair","H","I1",64.7,58,4145,7.05,7,4.55 +"6958",1.05,"Premium","J","VS2",61.1,58,4145,6.56,6.51,3.99 +"6959",0.8,"Ideal","G","VVS2",62.6,54,4146,5.9,5.97,3.71 +"6960",1.21,"Fair","J","SI1",65,59,4147,6.64,6.57,4.29 +"6961",1.21,"Fair","J","SI1",65.3,60,4147,6.6,6.51,4.28 +"6962",0.9,"Ideal","E","SI1",61.7,56,4147,6.16,6.23,3.82 +"6963",0.9,"Good","E","SI1",60.4,58,4147,6.12,6.24,3.73 +"6964",1,"Very Good","I","SI1",63.1,58,4149,6.3,6.35,3.99 +"6965",1.01,"Good","H","SI2",64.8,58,4149,6.24,6.29,4.06 +"6966",1.01,"Good","E","SI2",63.3,58,4149,6.29,6.35,4 +"6967",1.14,"Ideal","H","SI2",62.6,57,4150,6.71,6.65,4.18 +"6968",0.92,"Premium","D","SI2",62.5,55,4150,6.21,6.18,3.87 +"6969",0.91,"Good","G","VS1",64.1,59,4150,6.1,6.13,3.92 +"6970",1.01,"Good","G","SI2",62.4,60,4150,6.32,6.38,3.96 +"6971",1,"Fair","H","SI1",56.3,63,4150,6.63,6.61,3.73 +"6972",0.95,"Premium","G","SI1",62.6,58,4150,6.26,6.21,3.9 +"6973",0.76,"Ideal","D","VVS2",62.3,57,4150,5.87,5.84,3.65 +"6974",1,"Premium","H","SI1",61.8,59,4150,6.4,6.35,3.94 +"6975",0.76,"Premium","F","IF",60.6,60,4150,5.89,5.85,3.56 +"6976",1.02,"Premium","F","SI2",62.7,59,4151,6.38,6.45,4.02 +"6977",0.9,"Very Good","E","SI1",63.1,58,4151,6.12,6.02,3.83 +"6978",0.9,"Premium","G","VS2",61.1,58,4152,6.22,6.25,3.81 +"6979",1.08,"Very Good","J","SI2",62.5,60,4152,6.51,6.57,4.09 +"6980",1.18,"Ideal","E","I1",61.6,56,4153,6.79,6.82,4.19 +"6981",1.01,"Very Good","J","SI1",61.3,57,4153,6.45,6.5,3.97 +"6982",1.03,"Premium","H","SI2",62.3,59,4153,6.46,6.42,4.01 +"6983",1.03,"Premium","J","SI1",61.7,54,4153,6.56,6.5,4.03 +"6984",1.01,"Premium","G","SI2",60.1,59,4154,6.45,6.39,3.86 +"6985",1.09,"Good","F","SI1",61,64,4154,6.58,6.63,4.03 +"6986",1.01,"Very Good","G","SI2",63.5,58,4154,6.39,6.34,4.04 +"6987",0.92,"Premium","H","VS1",61,62,4155,6.32,6.26,3.84 +"6988",0.9,"Very Good","H","VS2",62,57,4155,6.1,6.16,3.8 +"6989",0.9,"Premium","H","VS2",61.8,58,4155,6.12,6.17,3.8 +"6990",0.9,"Premium","H","VS2",61.3,59,4155,6.19,6.24,3.81 +"6991",0.9,"Very Good","H","VS2",61.8,56,4155,6.18,6.25,3.84 +"6992",0.9,"Very Good","H","VS2",62.7,59,4155,6.1,6.15,3.84 +"6993",1.02,"Very Good","I","SI2",63.2,60,4155,6.37,6.41,4.04 +"6994",1,"Good","F","SI2",57.3,61,4155,6.64,6.59,3.79 +"6995",1.06,"Premium","F","SI1",61.9,59,4155,6.57,6.52,4.05 +"6996",1,"Premium","I","VS2",62.6,59,4155,6.33,6.28,3.95 +"6997",1,"Good","F","SI2",63.8,58,4155,6.33,6.28,4.02 +"6998",1,"Ideal","F","SI2",62.7,57,4155,6.34,6.29,3.96 +"6999",1,"Premium","F","SI2",62.9,59,4155,6.39,6.3,3.99 +"7000",1,"Premium","F","SI2",62.6,58,4155,6.37,6.31,3.97 +"7001",1,"Premium","F","SI2",62.8,57,4155,6.44,6.37,4.02 +"7002",1,"Good","I","VS2",59.7,64,4155,6.51,6.45,3.87 +"7003",1,"Good","D","SI1",57.6,62,4155,6.62,6.5,3.78 +"7004",1.06,"Premium","D","SI2",60.9,60,4155,6.55,6.52,3.98 +"7005",1,"Premium","F","SI2",62.4,61,4155,6.34,6.32,3.95 +"7006",1,"Premium","F","SI2",59.4,62,4155,6.4,6.37,3.79 +"7007",1.06,"Premium","I","SI1",62.9,60,4155,6.47,6.43,4.06 +"7008",0.9,"Good","H","VS2",61.5,61,4156,6.15,6.24,3.81 +"7009",0.9,"Very Good","H","VS2",62.2,58,4157,6.11,6.18,3.82 +"7010",0.74,"Ideal","F","VVS2",61.7,57,4157,5.79,5.84,3.59 +"7011",0.9,"Ideal","I","VS2",62,53,4157,6.17,6.23,3.85 +"7012",1.1,"Ideal","J","SI2",60.9,56,4157,6.68,6.72,4.08 +"7013",1.16,"Premium","H","SI2",58.8,61,4157,6.93,6.84,4.05 +"7014",0.9,"Premium","F","SI1",61.2,59,4158,6.19,6.16,3.78 +"7015",0.9,"Very Good","F","SI1",63.2,56,4158,6.16,6.09,3.87 +"7016",0.92,"Good","D","SI1",63.6,57,4158,6.09,6.14,3.89 +"7017",0.92,"Good","D","SI1",63.1,58,4158,6.11,6.16,3.87 +"7018",1,"Good","F","SI1",63.7,58,4158,6.29,6.34,4.02 +"7019",1.05,"Very Good","H","SI2",63,59,4158,6.44,6.48,4.07 +"7020",1.1,"Ideal","I","SI2",62.8,57,4158,6.63,6.56,4.14 +"7021",1.12,"Premium","G","SI2",61.2,58,4158,6.69,6.67,4.09 +"7022",1.04,"Premium","G","SI2",60.3,62,4158,6.56,6.5,3.94 +"7023",1.36,"Fair","J","SI2",67.8,55,4158,6.73,6.66,4.54 +"7024",1.12,"Good","G","SI2",56.7,62,4158,6.91,6.86,3.9 +"7025",0.9,"Premium","E","SI1",62.9,58,4158,6.16,6.11,3.86 +"7026",0.9,"Premium","F","SI1",63,60,4158,6.13,6.09,3.85 +"7027",0.9,"Premium","F","SI1",59.9,59,4158,6.29,6.26,3.76 +"7028",1.12,"Ideal","G","SI2",62.8,54,4158,6.7,6.64,4.19 +"7029",0.83,"Ideal","D","SI1",61.9,56,4159,6.01,6.04,3.73 +"7030",1.02,"Good","G","SI2",59.9,58,4159,6.48,6.55,3.9 +"7031",0.94,"Premium","G","SI1",61.3,61,4159,6.33,6.27,3.86 +"7032",1.03,"Premium","G","SI2",59.3,58,4160,6.58,6.63,3.92 +"7033",0.91,"Ideal","E","SI2",61.8,56,4160,6.19,6.27,3.85 +"7034",1.32,"Premium","J","SI2",61.2,59,4160,7.08,7.04,4.32 +"7035",0.9,"Very Good","I","VVS1",63.5,58,4161,6.06,6.09,3.86 +"7036",0.9,"Ideal","G","SI1",62.1,56,4161,6.16,6.2,3.84 +"7037",0.9,"Ideal","G","SI1",61.9,55,4161,6.18,6.23,3.84 +"7038",0.59,"Ideal","D","IF",60.7,58,4161,5.45,5.49,3.32 +"7039",1.02,"Very Good","F","SI2",63,58,4162,6.38,6.44,4.04 +"7040",1.02,"Very Good","F","SI2",60.4,60,4162,6.49,6.53,3.93 +"7041",1.02,"Ideal","F","SI2",62.1,56,4162,6.41,6.44,3.99 +"7042",1.02,"Very Good","F","SI2",59.9,62,4162,6.5,6.53,3.9 +"7043",1.06,"Very Good","G","SI2",61.1,62,4162,6.55,6.61,4.02 +"7044",1.02,"Very Good","F","SI2",62,59,4162,6.33,6.42,3.95 +"7045",1.02,"Very Good","F","SI2",60.2,61,4162,6.48,6.52,3.91 +"7046",1.02,"Good","F","SI2",63.8,53,4162,6.37,6.46,4.09 +"7047",1.02,"Premium","F","SI2",59.9,59,4162,6.56,6.59,3.94 +"7048",1.03,"Ideal","I","SI2",62.3,59,4162,6.39,6.45,4 +"7049",0.93,"Very Good","G","SI2",62.9,56,4163,6.2,6.23,3.91 +"7050",1,"Fair","G","SI1",63.1,59,4163,6.32,6.27,3.97 +"7051",0.33,"Ideal","E","SI1",62.5,55,579,4.42,4.45,2.77 +"7052",0.33,"Ideal","I","VVS2",62.4,56,579,4.41,4.43,2.76 +"7053",0.33,"Premium","G","VS2",61.4,60,579,4.41,4.45,2.72 +"7054",0.33,"Ideal","H","VS1",62,55,579,4.44,4.46,2.76 +"7055",0.33,"Ideal","H","VS1",61.7,54,579,4.45,4.47,2.75 +"7056",0.33,"Very Good","E","SI1",62.7,56,579,4.39,4.45,2.77 +"7057",0.33,"Premium","G","VS2",61.9,59,579,4.4,4.46,2.74 +"7058",0.33,"Ideal","E","SI1",62.4,56,579,4.41,4.43,2.76 +"7059",0.33,"Very Good","E","SI1",60.7,57,579,4.43,4.47,2.7 +"7060",0.33,"Premium","I","VVS2",61,58,579,4.42,4.46,2.71 +"7061",0.33,"Very Good","G","VS2",60.9,56,579,4.46,4.5,2.73 +"7062",0.33,"Premium","I","VVS2",61,59,579,4.41,4.44,2.7 +"7063",0.33,"Very Good","G","VS2",62,58,579,4.42,4.45,2.75 +"7064",0.33,"Ideal","I","VVS2",62.7,54,579,4.42,4.45,2.78 +"7065",0.33,"Very Good","G","VS2",59.3,61,579,4.49,4.51,2.67 +"7066",0.33,"Good","I","VVS2",63.7,56,579,4.36,4.4,2.79 +"7067",0.33,"Ideal","H","VS1",61.8,56,579,4.41,4.46,2.74 +"7068",0.33,"Premium","G","VS2",62.6,58,579,4.41,4.44,2.77 +"7069",0.33,"Premium","I","VVS2",61.4,58,579,4.45,4.48,2.74 +"7070",0.33,"Very Good","E","SI1",59.1,58,579,4.51,4.56,2.68 +"7071",0.33,"Very Good","G","VS2",60.8,62,579,4.42,4.46,2.7 +"7072",0.33,"Ideal","I","VVS2",62.4,57,579,4.41,4.44,2.76 +"7073",0.33,"Ideal","G","VS2",62.5,57,579,4.39,4.41,2.75 +"7074",0.33,"Very Good","G","VS2",61.1,59,579,4.43,4.47,2.72 +"7075",0.33,"Premium","G","VS2",60.8,58,579,4.45,4.47,2.71 +"7076",0.33,"Very Good","H","VS1",60,61,579,4.48,4.52,2.7 +"7077",0.33,"Premium","E","SI1",62.2,59,579,4.41,4.43,2.75 +"7078",0.33,"Premium","H","VS1",61.9,58,579,4.43,4.45,2.75 +"7079",0.33,"Premium","H","VS1",62.1,59,579,4.43,4.46,2.76 +"7080",0.33,"Ideal","G","VS2",61.6,55,579,4.43,4.46,2.74 +"7081",1.05,"Ideal","I","SI2",60.9,57,4163,6.55,6.62,4.01 +"7082",1,"Ideal","H","SI2",62.5,54,4163,6.32,6.38,3.97 +"7083",1.04,"Premium","E","SI2",61.6,59,4164,6.55,6.57,4.04 +"7084",0.85,"Ideal","G","VS1",61.6,54,4164,6.08,6.12,3.76 +"7085",0.9,"Good","E","SI1",63.1,61,4165,6.14,6.18,3.89 +"7086",0.9,"Very Good","E","SI1",61.3,57,4165,6.24,6.29,3.84 +"7087",0.9,"Very Good","E","SI1",59.8,58,4165,6.21,6.26,3.73 +"7088",0.9,"Very Good","E","SI1",61.8,59,4165,6.11,6.16,3.79 +"7089",0.93,"Good","D","SI2",61.4,63,4165,6.22,6.26,3.83 +"7090",0.9,"Good","E","SI1",58.3,61,4165,6.24,6.29,3.65 +"7091",0.91,"Premium","D","SI1",61.5,59,4165,6.25,6.18,3.82 +"7092",1.01,"Very Good","I","SI1",62.9,58,4166,6.34,6.37,4 +"7093",1.01,"Premium","I","SI1",61.8,59,4166,6.37,6.44,3.96 +"7094",1.01,"Premium","H","SI2",61.6,59,4166,6.39,6.44,3.95 +"7095",1.01,"Good","F","SI2",63.7,59,4166,6.28,6.38,4.03 +"7096",1.01,"Very Good","H","SI2",58.8,58,4166,6.57,6.62,3.88 +"7097",1,"Fair","H","VS2",66.8,63,4166,6.19,6.08,4.1 +"7098",1,"Good","H","VS2",57.8,59,4166,6.53,6.47,3.75 +"7099",0.71,"Ideal","F","VVS2",62.2,56,4167,5.7,5.74,3.56 +"7100",0.71,"Ideal","F","VVS2",61.6,54,4167,5.76,5.79,3.56 +"7101",1.17,"Premium","F","SI2",59.9,59,4167,6.86,6.82,4.1 +"7102",1.02,"Good","H","SI1",57.1,61,4167,6.66,6.57,3.78 +"7103",1.06,"Ideal","I","SI2",61.3,56,4167,6.59,6.55,4.03 +"7104",0.9,"Ideal","D","SI2",60.8,56,4167,6.26,6.24,3.8 +"7105",1.08,"Very Good","F","SI2",63.3,59,4167,6.48,6.44,4.09 +"7106",1.51,"Fair","G","I1",65.6,54,4167,7.28,7.1,4.72 +"7107",1.01,"Good","E","SI2",63.3,58,4168,6.3,6.36,4.01 +"7108",0.92,"Premium","D","SI2",62.4,58,4168,6.18,6.19,3.86 +"7109",0.92,"Very Good","D","SI2",62.4,60,4168,6.21,6.25,3.89 +"7110",1.11,"Very Good","I","SI2",62.6,55,4168,6.65,6.71,4.18 +"7111",1.19,"Premium","D","SI2",58.6,61,4168,6.93,6.89,4.05 +"7112",1.11,"Very Good","E","SI2",60,61,4170,6.66,6.71,4.01 +"7113",0.8,"Ideal","D","VS2",61,57,4170,5.96,6,3.65 +"7114",1,"Premium","G","SI2",62.7,59,4170,6.36,6.3,3.97 +"7115",0.7,"Very Good","E","VVS1",61.6,61,4171,5.7,5.73,3.52 +"7116",1.01,"Very Good","I","SI2",62.9,55,4171,6.37,6.42,4.02 +"7117",0.95,"Premium","F","SI2",62.4,59,4171,6.26,6.21,3.89 +"7118",0.73,"Ideal","F","VVS1",61.1,56,4171,5.83,5.86,3.57 +"7119",1.01,"Good","E","SI2",57.5,63,4171,6.56,6.58,3.78 +"7120",1.01,"Good","I","SI1",61.7,58,4171,6.33,6.4,3.93 +"7121",1,"Ideal","H","VS2",62.4,57,4172,6.42,6.36,3.99 +"7122",0.6,"Ideal","D","VVS1",62.5,55,4172,5.4,5.42,3.38 +"7123",1,"Very Good","H","SI2",61.6,58,4172,6.43,6.47,3.97 +"7124",0.97,"Premium","H","SI1",61.9,60,4172,6.37,6.3,3.92 +"7125",1,"Premium","G","SI2",59.4,62,4172,6.5,6.47,3.85 +"7126",0.9,"Very Good","H","VS2",62.7,59,4173,6.11,6.17,3.85 +"7127",1.14,"Very Good","J","SI1",63.3,55,4173,6.6,6.67,4.2 +"7128",0.9,"Ideal","H","VS2",61.6,57,4173,6.17,6.29,3.84 +"7129",0.9,"Good","E","SI1",60.7,63,4173,6.07,6.13,3.7 +"7130",0.92,"Very Good","H","VS2",63.4,57,4173,6.17,6.11,3.89 +"7131",0.92,"Very Good","H","VS2",63.1,57,4173,6.2,6.17,3.9 +"7132",1.08,"Premium","J","SI1",61,60,4173,6.62,6.57,4.02 +"7133",0.92,"Ideal","G","SI1",62.6,56,4173,6.21,6.19,3.88 +"7134",1,"Ideal","I","SI1",62.7,56,4174,6.33,6.37,3.98 +"7135",1.01,"Ideal","J","SI2",61.9,55,4174,6.5,6.43,4.01 +"7136",1.04,"Very Good","I","SI1",62.5,62,4175,6.39,6.45,4.01 +"7137",1.03,"Ideal","J","SI1",61.6,57,4175,6.46,6.49,3.99 +"7138",1.13,"Fair","F","SI2",64.4,56,4176,6.58,6.52,4.22 +"7139",1.01,"Very Good","G","SI2",62.9,56,4176,6.36,6.39,4.01 +"7140",1.11,"Premium","E","SI2",61,60,4177,6.68,6.66,4.07 +"7141",1.03,"Good","D","SI2",57.6,58,4177,6.6,6.67,3.82 +"7142",1.11,"Premium","E","SI2",61.6,61,4177,6.66,6.61,4.09 +"7143",1.2,"Premium","J","SI2",61.8,56,4177,6.85,6.81,4.22 +"7144",1.11,"Very Good","E","SI2",61.7,63,4177,6.65,6.54,4.07 +"7145",0.9,"Good","D","SI1",63.8,57,4178,6.12,6.07,3.89 +"7146",1.01,"Good","E","SI1",63.8,60,4179,6.31,6.36,4.04 +"7147",0.93,"Ideal","E","SI1",62,56,4179,6.25,6.29,3.89 +"7148",1.02,"Good","F","SI2",64.1,60,4179,6.25,6.29,4.02 +"7149",0.91,"Premium","D","SI1",59.3,58,4179,6.38,6.33,3.77 +"7150",1.28,"Ideal","F","SI2",59.7,57,4179,7.12,7.06,4.23 +"7151",0.79,"Ideal","F","VVS2",61.9,57,4180,5.93,5.96,3.68 +"7152",0.9,"Premium","D","SI1",61.8,59,4181,6.13,6.11,3.78 +"7153",1.04,"Very Good","F","SI2",62.3,58,4181,6.44,6.5,4.03 +"7154",1,"Very Good","E","SI2",63.7,60,4181,6.24,6.32,4 +"7155",1.22,"Good","G","SI2",64,61,4181,6.75,6.68,4.3 +"7156",0.83,"Ideal","G","VS1",62.1,57,4181,5.99,6.03,3.73 +"7157",0.85,"Ideal","E","SI1",60.7,57,4181,6.11,6.14,3.72 +"7158",1.01,"Good","E","SI1",64.3,59,4181,6.31,6.28,4.05 +"7159",1.01,"Fair","E","SI1",64.7,59,4181,6.23,6.11,3.99 +"7160",0.9,"Very Good","G","VS2",62.4,60,4182,6.07,6.11,3.8 +"7161",0.73,"Ideal","G","VVS1",61.7,57,4182,5.77,5.8,3.57 +"7162",0.94,"Ideal","D","SI2",62.1,56,4182,6.21,6.25,3.87 +"7163",0.97,"Good","F","SI2",59.1,62,4182,6.49,6.54,3.85 +"7164",0.93,"Premium","F","SI1",61.1,59,4182,6.32,6.29,3.85 +"7165",0.9,"Premium","G","VS2",60.9,58,4183,6.34,6.19,3.79 +"7166",0.9,"Premium","F","SI1",62,55,4183,6.2,6.16,3.83 +"7167",0.92,"Ideal","E","SI1",61.4,55,4183,6.29,6.25,3.85 +"7168",0.78,"Ideal","D","VS2",62.3,54,4183,5.87,5.91,3.67 +"7169",0.92,"Very Good","E","SI1",63.2,58,4183,6.18,6.16,3.9 +"7170",0.91,"Good","G","VS2",63.6,58,4183,6.14,6.1,3.89 +"7171",0.92,"Premium","E","SI1",59.4,62,4183,6.3,6.24,3.73 +"7172",0.9,"Fair","F","VS1",66.2,55,4183,6.11,5.97,4 +"7173",0.92,"Good","E","SI1",63.7,57,4183,6.14,6.11,3.9 +"7174",0.65,"Ideal","E","IF",62.3,56,4184,5.52,5.56,3.45 +"7175",1,"Good","E","SI2",59.9,63,4184,6.45,6.5,3.88 +"7176",1.01,"Premium","I","SI1",61.8,58,4185,6.45,6.37,3.96 +"7177",1.01,"Very Good","H","SI2",58.9,60,4185,6.62,6.58,3.89 +"7178",1.01,"Good","G","SI2",63.8,53,4185,6.41,6.31,4.06 +"7179",1.01,"Very Good","I","SI1",63.4,55,4185,6.39,6.35,4.04 +"7180",1.11,"Ideal","G","SI2",61.9,55,4185,6.65,6.6,4.1 +"7181",1.01,"Very Good","G","SI1",63.3,57,4185,6.37,6.35,4.02 +"7182",0.9,"Very Good","H","VVS2",62.9,58,4186,6.1,6.15,3.85 +"7183",0.9,"Very Good","F","VS2",61.2,59,4186,6.2,6.26,3.81 +"7184",0.96,"Very Good","E","SI2",62.6,60,4186,6.26,6.32,3.94 +"7185",1.01,"Very Good","I","SI1",59.7,60,4186,6.49,6.55,3.89 +"7186",1.15,"Ideal","H","SI2",62.2,57,4186,6.68,6.63,4.14 +"7187",1.15,"Premium","F","SI2",61.8,54,4186,6.78,6.75,4.18 +"7188",0.96,"Very Good","I","VS2",59.6,59,4187,6.36,6.42,3.81 +"7189",0.9,"Good","I","VVS1",63.6,58,4187,6.1,6.14,3.89 +"7190",1.01,"Very Good","F","SI2",62.4,58,4187,6.37,6.42,3.99 +"7191",0.9,"Very Good","D","SI1",63.4,53,4187,6.1,6.17,3.89 +"7192",0.9,"Good","D","SI1",62,62,4187,6.06,6.1,3.77 +"7193",0.91,"Very Good","E","SI1",63.7,59,4188,6.13,6.17,3.92 +"7194",0.91,"Very Good","F","SI1",63.1,60,4188,6.13,6.17,3.88 +"7195",0.87,"Ideal","F","SI1",61.7,56,4188,6.1,6.12,3.77 +"7196",0.87,"Premium","D","SI1",62.1,58,4189,6.08,6.13,3.79 +"7197",1.01,"Very Good","I","SI1",63.6,58,4189,6.31,6.36,4.03 +"7198",0.85,"Ideal","E","VS1",63,57,4189,6.08,5.99,3.8 +"7199",1.02,"Ideal","I","SI2",62.8,58,4189,6.37,6.41,4.01 +"7200",1.01,"Good","J","VS1",61.5,61,4189,6.39,6.45,3.95 +"7201",1,"Premium","G","SI1",60,62,4189,6.48,6.45,3.88 +"7202",1.04,"Very Good","I","SI1",64.1,57,4190,6.35,6.38,4.08 +"7203",0.9,"Good","E","SI1",57.9,60,4190,6.3,6.34,3.66 +"7204",1.01,"Premium","H","SI1",60.3,59,4191,6.45,6.42,3.88 +"7205",0.86,"Very Good","D","VS2",62.8,55,4191,6.07,6.13,3.83 +"7206",1.21,"Very Good","J","VS2",62.4,58,4191,6.79,6.83,4.25 +"7207",0.91,"Very Good","E","SI1",63.3,56,4191,6.12,6.17,3.89 +"7208",0.91,"Very Good","E","SI1",58.8,59,4191,6.34,6.39,3.74 +"7209",0.9,"Ideal","E","SI2",62.2,55,4191,6.19,6.22,3.86 +"7210",1.04,"Good","D","SI2",57.6,63,4191,6.67,6.7,3.85 +"7211",1.01,"Good","H","SI1",64,58,4191,6.37,6.31,4.06 +"7212",0.9,"Premium","H","VS2",61.7,59,4191,6.19,6.13,3.8 +"7213",1.01,"Very Good","H","SI1",63.4,58,4191,6.41,6.37,4.05 +"7214",1.01,"Fair","H","SI1",64.6,55,4191,6.29,6.25,4.05 +"7215",1.01,"Premium","H","SI1",61.9,59,4191,6.35,6.32,3.92 +"7216",1.01,"Ideal","H","SI1",60.2,56,4191,6.47,6.42,3.88 +"7217",1.01,"Premium","H","SI1",61.2,59,4191,6.45,6.4,3.93 +"7218",1.01,"Premium","H","SI1",58.8,62,4191,6.59,6.54,3.86 +"7219",1.01,"Premium","H","SI1",58.2,62,4191,6.54,6.48,3.78 +"7220",1.1,"Very Good","I","SI2",62.6,59,4192,6.53,6.57,4.1 +"7221",1.21,"Good","J","SI2",63.7,55,4192,6.75,6.81,4.32 +"7222",0.89,"Ideal","D","SI2",60.8,56,4192,6.22,6.25,3.79 +"7223",1.04,"Very Good","I","SI1",63.2,54,4193,6.49,6.42,4.08 +"7224",0.91,"Very Good","H","VS2",58.3,59,4193,6.35,6.47,3.74 +"7225",0.9,"Good","D","SI1",63.8,58,4193,6.09,6.13,3.9 +"7226",1.04,"Good","H","SI2",57.9,58,4193,6.72,6.68,3.88 +"7227",1.04,"Ideal","H","SI2",60.3,56,4193,6.61,6.58,3.98 +"7228",0.8,"Premium","G","IF",62.6,58,4193,5.93,5.89,3.7 +"7229",1.07,"Good","I","VS2",63.8,60,4194,6.41,6.38,4.08 +"7230",0.9,"Ideal","H","VS1",61.8,56,4194,6.18,6.24,3.84 +"7231",0.95,"Very Good","G","SI2",62.6,58,4194,6.17,6.23,3.88 +"7232",1.01,"Very Good","J","SI1",63,54,4194,6.35,6.41,4.02 +"7233",0.92,"Premium","F","SI1",62.2,59,4194,6.21,6.14,3.84 +"7234",1.01,"Ideal","J","SI1",60.2,59,4194,6.48,6.51,3.91 +"7235",0.9,"Fair","I","VVS1",63.5,57,4194,5.98,6.09,3.83 +"7236",0.9,"Good","G","VS2",63.6,58,4194,6.12,6.08,3.88 +"7237",1.07,"Premium","H","SI2",62.2,59,4194,6.53,6.47,4.04 +"7238",0.9,"Premium","G","VS2",61.3,59,4194,6.21,6.15,3.79 +"7239",1.13,"Very Good","I","SI2",59.9,57,4195,6.76,6.8,4.06 +"7240",1.01,"Good","G","SI1",63.6,58,4195,6.29,6.35,4.02 +"7241",1,"Very Good","G","SI2",60,62,4195,6.45,6.48,3.88 +"7242",0.73,"Ideal","D","VS1",61.5,58,4196,5.76,5.79,3.55 +"7243",1.11,"Premium","I","SI2",61.5,58,4196,6.65,6.61,4.08 +"7244",1.06,"Ideal","H","SI1",62.7,57,4196,6.53,6.48,4.08 +"7245",1.11,"Ideal","E","SI2",62,57,4196,6.67,6.63,4.12 +"7246",1.11,"Premium","I","SI2",61.8,58,4196,6.66,6.61,4.1 +"7247",1.01,"Premium","F","SI2",59.6,59,4197,6.59,6.52,3.91 +"7248",1,"Ideal","F","SI2",61.8,57,4197,6.36,6.45,3.96 +"7249",1.06,"Very Good","I","SI1",62.7,56,4197,6.46,6.5,4.06 +"7250",1.18,"Premium","J","SI2",61.3,60,4197,6.78,6.83,4.17 +"7251",1.01,"Premium","F","SI2",61,60,4197,6.48,6.44,3.94 +"7252",1.01,"Premium","F","SI2",62.7,56,4197,6.4,6.35,4 +"7253",1.01,"Good","F","SI2",63.6,59,4197,6.37,6.34,4.04 +"7254",1.01,"Premium","F","SI2",58.8,62,4197,6.49,6.46,3.81 +"7255",1.01,"Good","I","VS2",63.9,59,4197,6.29,6.26,4.01 +"7256",1.01,"Good","F","SI2",64.3,59,4197,6.33,6.26,4.05 +"7257",1.01,"Ideal","F","SI2",60.8,55,4197,6.52,6.48,3.95 +"7258",0.7,"Good","D","VVS1",59.2,59,4198,5.76,5.79,3.42 +"7259",1.19,"Premium","J","SI2",58.4,60,4198,6.98,6.92,4.06 +"7260",0.9,"Ideal","F","SI2",61.5,56,4198,6.24,6.18,3.82 +"7261",1.05,"Premium","G","SI2",61.8,60,4198,6.49,6.46,4 +"7262",1.01,"Good","F","SI1",64.2,58,4199,6.31,6.33,4.06 +"7263",1.05,"Very Good","J","SI1",62.5,58,4199,6.47,6.52,4.06 +"7264",1.03,"Ideal","E","SI2",61.6,56,4199,6.5,6.45,3.99 +"7265",0.91,"Ideal","I","VS2",61.6,56,4199,6.17,6.25,3.83 +"7266",0.91,"Ideal","I","VS2",61.9,56,4199,6.18,6.22,3.84 +"7267",1.25,"Very Good","H","SI2",63.2,60,4199,6.87,6.81,4.32 +"7268",1.03,"Ideal","I","VS1",62.4,57,4199,6.48,6.4,4.02 +"7269",1.03,"Premium","I","VS1",60.1,59,4199,6.53,6.46,3.9 +"7270",1,"Ideal","I","SI1",61.4,56,4200,6.45,6.39,3.94 +"7271",1.04,"Ideal","G","SI2",62,57,4200,6.53,6.6,4.07 +"7272",1.04,"Very Good","G","SI2",60.9,58,4200,6.52,6.58,3.99 +"7273",1.04,"Premium","G","SI2",61.2,58,4200,6.5,6.57,4 +"7274",1.04,"Very Good","G","SI2",62.9,58,4200,6.43,6.47,4.06 +"7275",1,"Very Good","H","SI2",63.3,57,4200,6.37,6.3,4.01 +"7276",1,"Premium","I","SI1",60.5,59,4200,6.54,6.49,3.94 +"7277",1,"Good","H","SI1",63.7,55,4200,6.33,6.29,4.02 +"7278",1,"Ideal","I","SI1",59.8,57,4200,6.5,6.44,3.87 +"7279",1,"Premium","H","SI2",62.7,58,4200,6.33,6.31,3.96 +"7280",1,"Very Good","I","SI1",63.3,58,4200,6.34,6.3,4 +"7281",1,"Premium","F","SI2",62.5,59,4200,6.4,6.28,3.96 +"7282",1,"Premium","E","SI2",61,62,4200,6.41,6.34,3.89 +"7283",1,"Premium","E","SI2",62.8,59,4200,6.34,6.3,3.97 +"7284",1.25,"Premium","J","SI1",62,61,4200,6.86,6.84,4.25 +"7285",1.25,"Premium","H","SI2",60.5,61,4200,6.97,6.91,4.2 +"7286",0.9,"Very Good","H","VS1",60.5,63,4201,6.13,6.16,3.72 +"7287",1.07,"Very Good","G","SI2",58.5,61,4201,6.59,6.71,3.89 +"7288",1.07,"Premium","G","SI2",59.8,60,4201,6.65,6.7,3.99 +"7289",1.07,"Very Good","G","SI2",59.9,59,4201,6.61,6.67,3.98 +"7290",1.1,"Premium","E","SI2",60,60,4201,6.7,6.73,4.03 +"7291",0.91,"Very Good","H","VS2",59.9,62,4201,6.26,6.33,3.77 +"7292",0.91,"Very Good","H","VS2",62.8,58,4201,6.15,6.17,3.87 +"7293",0.91,"Premium","H","VS2",61.9,59,4201,6.18,6.23,3.84 +"7294",0.9,"Very Good","E","SI1",62.1,59,4201,6.13,6.17,3.82 +"7295",0.9,"Ideal","H","VS1",60.9,57,4201,6.2,6.24,3.79 +"7296",1.05,"Ideal","J","VS2",62.3,56,4201,6.55,6.51,4.07 +"7297",1.21,"Good","E","I1",64,57,4201,6.73,6.67,4.29 +"7298",1.1,"Very Good","I","SI2",60.5,59,4202,6.65,6.71,4.04 +"7299",1.11,"Very Good","I","SI2",61.1,58,4202,6.63,6.69,4.07 +"7300",1,"Premium","E","SI2",58.5,61,4202,6.52,6.48,3.8 +"7301",1,"Good","I","VS1",63.8,56,4202,6.35,6.32,4.04 +"7302",0.9,"Good","E","VS2",64,58,4203,6.07,6.02,3.87 +"7303",1.2,"Premium","D","SI2",60.2,60,4203,6.94,6.81,4.14 +"7304",1.05,"Good","E","SI2",63.2,59,4204,6.36,6.43,4.04 +"7305",1,"Good","F","SI2",62,59,4204,6.32,6.36,3.93 +"7306",0.96,"Premium","G","SI2",59.3,58,4204,6.49,6.43,3.83 +"7307",0.91,"Premium","F","SI1",62.1,56,4204,6.24,6.2,3.86 +"7308",0.84,"Very Good","D","SI1",59.9,54,4205,6.2,6.23,3.72 +"7309",0.7,"Ideal","E","VVS2",61.6,56,4205,5.72,5.75,3.53 +"7310",0.91,"Good","H","VVS2",65.5,57,4205,6.01,6.11,3.97 +"7311",1.01,"Fair","D","SI2",65.3,55,4205,6.33,6.19,4.09 +"7312",1.13,"Very Good","J","VS2",62,59,4206,6.62,6.66,4.12 +"7313",1.07,"Premium","I","SI2",59.7,59,4206,6.68,6.63,3.97 +"7314",1,"Very Good","G","SI2",62.8,57,4207,6.31,6.37,3.98 +"7315",1.02,"Premium","H","SI2",60.9,59,4207,6.46,6.51,3.95 +"7316",1.02,"Premium","H","SI2",59.8,59,4207,6.5,6.54,3.9 +"7317",1.02,"Very Good","F","SI2",60,60,4207,6.53,6.57,3.93 +"7318",1.02,"Good","H","SI2",63.1,59,4207,6.37,6.43,4.04 +"7319",1.02,"Ideal","H","SI2",61.8,55,4207,6.47,6.51,4.01 +"7320",1.01,"Very Good","I","SI1",60.9,59,4207,6.39,6.45,3.91 +"7321",0.59,"Ideal","D","IF",60.9,57,4208,5.4,5.43,3.3 +"7322",1.01,"Very Good","H","VS2",63.1,62,4208,6.18,6.15,3.89 +"7323",1.01,"Good","H","VS2",63.9,58,4208,6.26,6.22,3.99 +"7324",0.81,"Premium","D","VS1",62.3,58,4209,6,5.94,3.72 +"7325",1.01,"Ideal","G","SI2",62.1,59,4209,6.45,6.41,3.99 +"7326",0.9,"Premium","E","SI1",61.3,60,4209,6.19,6.14,3.78 +"7327",0.9,"Premium","E","SI1",60.3,56,4209,6.29,6.21,3.77 +"7328",0.9,"Premium","E","SI1",61.9,58,4209,6.17,6.1,3.8 +"7329",0.6,"Ideal","D","VVS1",62.5,55,4209,5.42,5.4,3.38 +"7330",0.91,"Good","G","VS1",63.6,60,4209,6.11,6.03,3.86 +"7331",0.91,"Very Good","G","VS1",63.2,58,4209,6.15,6.07,3.86 +"7332",0.91,"Very Good","G","VS1",63.4,54,4209,6.24,6.07,3.9 +"7333",0.9,"Very Good","G","VS2",62.4,61,4210,6.13,6.17,3.84 +"7334",0.9,"Very Good","G","VS2",61,60,4210,6.21,6.24,3.8 +"7335",0.9,"Good","G","VS2",60.8,56,4210,6.14,6.19,3.75 +"7336",1.01,"Good","G","SI2",62.8,61,4210,6.31,6.37,3.98 +"7337",0.85,"Very Good","D","VS2",61.8,56,4211,6.06,6.08,3.75 +"7338",0.91,"Very Good","E","SI1",60.5,61,4211,6.19,6.23,3.76 +"7339",0.91,"Very Good","E","SI1",61.9,61,4211,6.1,6.12,3.78 +"7340",0.91,"Premium","E","SI1",62.6,58,4211,6.14,6.17,3.85 +"7341",0.91,"Very Good","E","SI1",62.4,57,4211,6.11,6.23,3.85 +"7342",0.91,"Good","E","SI1",63.5,57,4211,6.07,6.11,3.87 +"7343",1.01,"Good","G","SI2",63.7,56,4211,6.26,6.34,4.01 +"7344",1.18,"Premium","D","SI2",61.8,58,4211,6.83,6.7,4.19 +"7345",1.01,"Very Good","I","SI1",62.7,56,4212,6.36,6.43,4.01 +"7346",1.14,"Ideal","J","SI2",61.5,57,4212,6.73,6.77,4.15 +"7347",1.09,"Ideal","H","SI2",61.5,55,4212,6.65,6.68,4.1 +"7348",1.11,"Premium","H","SI2",61.5,59,4212,6.61,6.56,4.05 +"7349",0.79,"Very Good","D","VS1",62.4,60,4213,5.86,5.88,3.66 +"7350",0.96,"Ideal","H","SI2",62.1,57,4213,6.3,6.35,3.93 +"7351",1,"Good","E","SI1",59.8,65,4213,6.56,6.45,3.89 +"7352",1,"Fair","E","SI1",58.1,63,4213,6.6,6.52,3.81 +"7353",0.93,"Very Good","D","SI2",60.6,59,4214,6.3,6.34,3.83 +"7354",0.93,"Very Good","D","SI2",62.6,57,4214,6.2,6.26,3.9 +"7355",1.13,"Premium","J","SI1",61.3,59,4214,6.77,6.67,4.12 +"7356",1.12,"Ideal","D","I1",60.6,55,4215,6.76,6.73,4.09 +"7357",1.12,"Premium","E","SI2",63,61,4215,6.66,6.61,4.18 +"7358",0.56,"Ideal","D","IF",62.4,56,4216,5.24,5.28,3.28 +"7359",1.1,"Very Good","J","SI2",61.9,55,4217,6.59,6.63,4.09 +"7360",1,"Good","G","SI1",63.9,58,4218,6.26,6.32,4.02 +"7361",1,"Good","G","SI1",63.1,56,4218,6.31,6.41,4.01 +"7362",1,"Good","D","SI2",61.5,63,4218,6.27,6.32,3.87 +"7363",1,"Good","D","SI2",57.8,58,4218,6.55,6.61,3.8 +"7364",1,"Good","D","SI2",63.5,59,4218,6.32,6.35,4.02 +"7365",1,"Very Good","G","SI1",58.6,63,4218,6.56,6.58,3.85 +"7366",1.03,"Very Good","F","SI2",61.1,59,4218,6.51,6.58,4 +"7367",0.96,"Very Good","F","SI2",59.8,59,4218,6.38,6.45,3.84 +"7368",0.93,"Ideal","H","VS2",61.5,57,4218,6.3,6.26,3.86 +"7369",0.9,"Fair","E","SI1",59.2,60,4220,6.17,6.22,3.67 +"7370",1.01,"Good","F","SI2",63.2,58,4221,6.3,6.43,4.02 +"7371",1.01,"Good","F","SI2",63.3,57,4221,6.37,6.39,4.04 +"7372",1.03,"Ideal","J","SI1",62.1,55,4221,6.46,6.51,4.03 +"7373",0.71,"Ideal","D","VVS2",61.6,56,4222,5.69,5.77,3.53 +"7374",1.12,"Ideal","G","SI2",62.1,57,4222,6.71,6.65,4.14 +"7375",1.16,"Fair","H","SI2",66.3,57,4222,6.56,6.5,4.33 +"7376",1.16,"Premium","J","SI1",62.5,58,4222,6.73,6.67,4.19 +"7377",0.76,"Ideal","D","VVS2",62.3,57,4223,5.84,5.87,3.65 +"7378",0.76,"Premium","F","IF",60.6,60,4223,5.85,5.89,3.56 +"7379",0.97,"Very Good","F","SI2",62.9,57,4223,6.28,6.31,3.96 +"7380",0.9,"Good","G","VS1",63.9,57,4223,6.08,6.03,3.87 +"7381",0.33,"Premium","H","VS1",61,59,579,4.45,4.5,2.73 +"7382",0.33,"Ideal","G","VS2",61.2,55,579,4.46,4.52,2.75 +"7383",0.33,"Ideal","G","VS2",62.6,57,579,4.45,4.47,2.79 +"7384",0.33,"Very Good","G","VS2",59.4,61,579,4.49,4.53,2.68 +"7385",0.33,"Very Good","E","SI1",63,54,579,4.38,4.42,2.77 +"7386",0.33,"Very Good","G","VS2",62.1,56,579,4.41,4.44,2.75 +"7387",0.33,"Very Good","H","VS1",59.7,59,579,4.52,4.53,2.7 +"7388",0.33,"Ideal","G","VS2",62.2,56,579,4.44,4.47,2.77 +"7389",0.33,"Very Good","I","VVS2",62.1,56,579,4.41,4.45,2.75 +"7390",0.33,"Very Good","H","VS1",60.2,62,579,4.44,4.47,2.68 +"7391",0.33,"Very Good","E","SI1",62,60,579,4.38,4.43,2.73 +"7392",0.33,"Ideal","G","VS2",62,57,579,4.44,4.47,2.76 +"7393",0.33,"Ideal","G","VS2",62.3,57,579,4.4,4.43,2.75 +"7394",0.33,"Premium","H","VS1",61.5,58,579,4.39,4.46,2.72 +"7395",0.33,"Premium","H","VS1",59.5,59,579,4.48,4.53,2.68 +"7396",0.33,"Premium","E","SI1",60.9,58,579,4.46,4.5,2.73 +"7397",0.33,"Very Good","H","VS1",62.9,59,579,4.35,4.4,2.75 +"7398",0.33,"Ideal","G","VS2",62.3,55,579,4.42,4.47,2.77 +"7399",0.33,"Ideal","H","VS1",61.4,57,579,4.44,4.49,2.74 +"7400",0.33,"Premium","I","VVS2",62.2,59,579,4.41,4.47,2.76 +"7401",0.33,"Ideal","H","VS1",60.2,57,579,4.5,4.54,2.72 +"7402",0.33,"Ideal","H","VS1",61.9,56,579,4.44,4.48,2.76 +"7403",0.33,"Very Good","G","VS2",62.8,54,579,4.4,4.42,2.77 +"7404",0.33,"Very Good","G","VS2",62.6,58,579,4.36,4.4,2.74 +"7405",0.33,"Very Good","G","VS2",62.6,56,579,4.38,4.41,2.75 +"7406",0.33,"Good","E","SI1",63.3,56,579,4.41,4.43,2.8 +"7407",0.33,"Premium","I","VVS2",61.5,58,579,4.43,4.45,2.73 +"7408",0.33,"Premium","E","SI1",61.1,58,579,4.43,4.47,2.72 +"7409",0.33,"Premium","G","VS2",60,58,579,4.47,4.49,2.69 +"7410",0.33,"Very Good","E","SI1",60.6,60,579,4.41,4.44,2.68 +"7411",1.05,"Ideal","H","SI1",62,56,4223,6.53,6.46,4.03 +"7412",1.06,"Very Good","F","SI2",60,59,4224,6.6,6.63,3.97 +"7413",0.91,"Very Good","H","VS1",63.4,56,4224,6.18,6.12,3.9 +"7414",1.07,"Premium","J","VS2",62.8,57,4224,6.54,6.49,4.09 +"7415",1.02,"Ideal","H","SI2",60.5,60,4225,6.56,6.53,3.96 +"7416",1.1,"Ideal","J","SI2",62,59,4226,6.58,6.61,4.09 +"7417",0.98,"Good","F","SI1",56.8,64,4226,6.68,6.52,3.75 +"7418",1.02,"Premium","F","SI2",62.7,59,4227,6.45,6.38,4.02 +"7419",1.02,"Fair","F","SI1",61.8,50,4227,6.59,6.51,4.05 +"7420",1.11,"Ideal","F","SI2",62,57,4227,6.67,6.64,4.13 +"7421",1,"Premium","G","SI2",62.9,60,4227,6.35,6.3,3.98 +"7422",1.02,"Premium","I","SI1",62.7,58,4227,6.44,6.41,4.03 +"7423",0.71,"Very Good","E","VVS1",62.8,59,4228,5.66,5.71,3.57 +"7424",0.92,"Very Good","H","VS1",61,62,4228,6.26,6.32,3.84 +"7425",0.92,"Very Good","H","VS1",62.9,58,4228,6.17,6.2,3.89 +"7426",0.92,"Very Good","H","VS1",61.7,62,4228,6.2,6.12,3.8 +"7427",1.01,"Very Good","G","SI2",63.3,56,4228,6.26,6.33,3.99 +"7428",0.86,"Ideal","E","SI1",60.6,56,4228,6.16,6.18,3.74 +"7429",0.72,"Ideal","F","IF",62,57,4228,5.71,5.78,3.56 +"7430",0.91,"Premium","D","SI1",62.8,57,4228,6.17,6.12,3.86 +"7431",1.02,"Very Good","H","SI2",62.6,60,4229,6.3,6.38,3.97 +"7432",0.76,"Ideal","D","VS1",61.3,57,4229,5.87,5.9,3.61 +"7433",0.9,"Good","E","SI1",59.8,64,4229,6.14,6.21,3.69 +"7434",0.93,"Premium","E","SI1",61.4,57,4229,6.34,6.23,3.86 +"7435",0.8,"Premium","E","VVS2",62.9,59,4229,5.95,5.88,3.72 +"7436",0.9,"Fair","F","VS2",64.4,53,4229,6.08,6.04,3.9 +"7437",0.9,"Premium","F","VS2",62.7,54,4229,6.13,6.11,3.84 +"7438",0.93,"Ideal","E","SI1",62.8,56,4229,6.24,6.19,3.9 +"7439",1.18,"Ideal","E","I1",61.6,56,4229,6.82,6.79,4.19 +"7440",1.09,"Good","F","SI1",61,64,4230,6.63,6.58,4.03 +"7441",0.94,"Premium","F","SI2",62.2,59,4230,6.27,6.23,3.89 +"7442",0.71,"Ideal","E","VVS1",62.3,55,4231,5.68,5.72,3.55 +"7443",0.9,"Very Good","F","SI1",63,60,4232,6.09,6.13,3.85 +"7444",0.9,"Good","F","SI1",64.2,56,4232,6.02,6.1,3.89 +"7445",0.9,"Premium","F","SI1",59.9,59,4232,6.26,6.29,3.76 +"7446",0.92,"Very Good","E","SI1",60.7,59,4232,6.25,6.28,3.8 +"7447",0.92,"Ideal","F","SI1",62.8,56,4232,6.14,6.18,3.87 +"7448",1.07,"Good","F","SI2",58.7,64,4232,6.64,6.68,3.91 +"7449",1.2,"Very Good","J","VS2",63.1,56,4232,6.77,6.71,4.25 +"7450",1.02,"Ideal","H","SI1",63,57,4233,6.36,6.3,3.99 +"7451",1.14,"Premium","G","SI2",62.8,58,4233,6.68,6.64,4.18 +"7452",1.14,"Good","G","SI2",63.7,60,4233,6.69,6.6,4.24 +"7453",0.9,"Premium","H","VS1",62.7,60,4234,6.12,6.07,3.82 +"7454",0.9,"Good","H","VS1",64.1,57,4234,6.07,6.04,3.88 +"7455",0.78,"Very Good","D","VS1",60.5,55,4234,6,6.03,3.64 +"7456",1,"Premium","F","SI1",63,60,4234,6.34,6.24,3.97 +"7457",1.01,"Good","D","SI2",64,56,4234,6.25,6.29,4.01 +"7458",0.96,"Good","G","SI1",57.6,59,4234,6.53,6.56,3.77 +"7459",0.9,"Premium","H","VS1",62.4,58,4234,6.19,6.15,3.85 +"7460",0.9,"Very Good","H","VS1",63.5,59,4234,6.13,6.1,3.88 +"7461",1.05,"Premium","H","SI2",63,59,4234,6.48,6.44,4.07 +"7462",0.9,"Premium","H","VS1",62.9,58,4234,6.12,6.06,3.83 +"7463",0.9,"Premium","H","VS1",62.1,59,4234,6.14,6.09,3.8 +"7464",0.9,"Good","F","VS2",63.6,59,4234,6.11,6.06,3.87 +"7465",0.9,"Premium","F","VS2",58.7,59,4234,6.34,6.3,3.71 +"7466",0.9,"Ideal","H","VS1",62,56,4234,6.22,6.19,3.85 +"7467",0.9,"Premium","H","VS1",60.2,58,4234,6.32,6.28,3.79 +"7468",1,"Premium","F","SI1",60.8,59,4234,6.44,6.38,3.9 +"7469",1.2,"Premium","I","SI2",59,60,4234,6.99,6.95,4.11 +"7470",1,"Very Good","F","SI1",63.1,59,4234,6.29,6.22,3.95 +"7471",1,"Premium","F","SI1",62.1,60,4234,6.29,6.23,3.88 +"7472",0.71,"Premium","D","VVS1",59.2,59,4234,5.88,5.84,3.47 +"7473",1.2,"Premium","J","SI2",61.1,59,4234,6.81,6.78,4.15 +"7474",1.2,"Ideal","J","SI1",63,57,4234,6.74,6.64,4.24 +"7475",1,"Premium","F","SI1",60.8,59,4234,6.45,6.41,3.91 +"7476",1.1,"Very Good","I","SI1",60.4,61,4235,6.69,6.73,4.05 +"7477",1.07,"Ideal","J","SI1",62,56,4235,6.53,6.57,4.06 +"7478",1.07,"Premium","H","SI1",58.9,59,4235,6.76,6.71,3.97 +"7479",1.07,"Very Good","I","SI1",60.7,61,4237,6.55,6.6,3.99 +"7480",1,"Ideal","I","SI1",62.8,56,4237,6.33,6.38,3.99 +"7481",1.02,"Premium","F","SI2",60.2,61,4238,6.52,6.48,3.91 +"7482",0.91,"Premium","H","VS2",61.8,60,4238,6.22,6.18,3.83 +"7483",1.06,"Premium","G","SI2",61.1,62,4238,6.61,6.55,4.02 +"7484",1.02,"Premium","F","SI2",60.4,60,4238,6.53,6.49,3.93 +"7485",1.02,"Ideal","F","SI2",62.1,56,4238,6.44,6.41,3.99 +"7486",1.02,"Premium","F","SI2",63,58,4238,6.44,6.38,4.04 +"7487",1.02,"Good","F","SI2",63.8,53,4238,6.46,6.37,4.09 +"7488",1.02,"Premium","F","SI2",62,59,4238,6.42,6.33,3.95 +"7489",1.06,"Ideal","G","SI2",62.5,55,4238,6.55,6.51,4.08 +"7490",1.02,"Premium","F","SI2",59.9,59,4238,6.59,6.56,3.94 +"7491",1.02,"Premium","F","SI2",59.9,62,4238,6.53,6.5,3.9 +"7492",1.01,"Good","I","VS2",62.5,59,4239,6.3,6.37,3.96 +"7493",1.01,"Ideal","F","SI2",60.6,57,4239,6.49,6.55,3.95 +"7494",1.01,"Ideal","I","VS2",62.6,54,4239,6.4,6.45,4.02 +"7495",1.01,"Ideal","F","SI2",61.4,56,4239,6.46,6.51,3.98 +"7496",0.91,"Very Good","D","SI1",61.5,59,4239,6.18,6.25,3.82 +"7497",0.9,"Very Good","E","SI1",61.5,62,4239,6.15,6.2,3.8 +"7498",1.04,"Premium","I","VS1",61.4,57,4240,6.52,6.47,3.99 +"7499",0.7,"Very Good","E","VVS2",61.7,57,4240,5.68,5.71,3.51 +"7500",0.79,"Ideal","E","VS1",62,56,4240,5.9,5.93,3.67 +"7501",0.91,"Ideal","G","SI1",62.1,57,4240,6.2,6.23,3.86 +"7502",1.04,"Premium","E","SI2",61.6,59,4240,6.57,6.55,4.04 +"7503",1.04,"Premium","E","SI2",61,60,4240,6.57,6.52,3.99 +"7504",1.05,"Premium","G","SI2",61.3,58,4241,6.55,6.6,4.03 +"7505",1.08,"Very Good","G","SI2",59.8,57,4241,6.66,6.72,4 +"7506",1.05,"Very Good","G","SI2",62.5,60,4241,6.45,6.5,4.05 +"7507",1.08,"Good","G","SI2",63.2,57,4241,6.5,6.54,4.12 +"7508",1.02,"Very Good","F","SI2",60.3,59,4241,6.5,6.53,3.93 +"7509",1.05,"Good","G","SI2",63.2,54,4241,6.49,6.52,4.11 +"7510",1.05,"Very Good","G","SI2",61.6,60,4241,6.49,6.56,4.02 +"7511",0.9,"Ideal","D","SI2",60.8,56,4241,6.24,6.26,3.8 +"7512",0.61,"Ideal","D","VVS1",62.1,56,4241,5.43,5.46,3.38 +"7513",1.01,"Ideal","I","SI1",60.2,59,4241,6.54,6.49,3.92 +"7514",0.9,"Good","F","SI1",61.8,63,4241,6.21,6.18,3.83 +"7515",0.91,"Premium","G","VS2",59.5,58,4241,6.34,6.26,3.75 +"7516",1.01,"Good","H","SI1",60.6,61,4242,6.35,6.39,3.86 +"7517",1.01,"Good","H","SI1",60.3,64,4242,6.49,6.52,3.92 +"7518",1.01,"Very Good","H","SI1",62.7,59,4242,6.27,6.33,3.95 +"7519",1.01,"Premium","I","SI1",62.9,58,4242,6.37,6.34,4 +"7520",1.01,"Premium","I","SI1",61.8,59,4242,6.44,6.37,3.96 +"7521",1.01,"Premium","H","SI2",61.9,60,4242,6.43,6.4,3.97 +"7522",1.01,"Premium","H","SI2",61.1,59,4242,6.54,6.46,3.97 +"7523",1.01,"Ideal","G","SI2",62.4,56,4242,6.42,6.37,3.99 +"7524",1.01,"Premium","H","SI2",59.9,59,4242,6.51,6.48,3.89 +"7525",1.01,"Premium","G","SI2",59.1,59,4242,6.55,6.51,3.86 +"7526",1.01,"Premium","H","SI2",58.8,58,4242,6.62,6.57,3.88 +"7527",1.01,"Premium","H","SI2",61.6,59,4242,6.44,6.39,3.95 +"7528",1.01,"Premium","H","SI2",61.5,60,4242,6.4,6.34,3.92 +"7529",1.01,"Ideal","D","SI2",62,57,4242,6.42,6.38,3.97 +"7530",1.01,"Premium","H","SI2",59.9,59,4242,6.55,6.48,3.9 +"7531",1.01,"Good","F","SI2",63.7,59,4242,6.38,6.28,4.03 +"7532",0.84,"Premium","F","VVS2",60.4,62,4243,6.15,6.1,3.7 +"7533",1.01,"Very Good","I","SI1",61.2,59,4243,6.34,6.44,3.92 +"7534",0.76,"Ideal","D","VS1",62,56,4243,5.84,5.87,3.63 +"7535",1.02,"Ideal","H","SI2",60.5,56,4243,6.53,6.57,3.96 +"7536",0.92,"Good","G","VS2",63.4,57,4243,6.17,6.23,3.93 +"7537",0.7,"Very Good","D","VVS1",62.7,54,4244,5.67,5.71,3.57 +"7538",1.04,"Very Good","F","SI2",62.8,55,4244,6.41,6.48,4.05 +"7539",1.09,"Very Good","D","SI2",59.2,63,4244,6.67,6.71,3.96 +"7540",1.01,"Very Good","I","SI2",63.5,57,4244,6.35,6.37,4.04 +"7541",1.01,"Ideal","I","SI2",62.8,57,4244,6.36,6.41,4.01 +"7542",1.1,"Good","F","SI2",63.8,56,4244,6.53,6.48,4.15 +"7543",1.01,"Very Good","E","SI2",63.3,58,4244,6.36,6.3,4.01 +"7544",1.02,"Good","D","SI2",57.7,64,4246,6.7,6.62,3.84 +"7545",0.7,"Ideal","F","VVS1",61.6,56,4246,5.86,5.71,3.51 +"7546",0.9,"Premium","H","VS2",60.4,59,4246,6.27,6.24,3.78 +"7547",0.92,"Good","H","VS2",63.4,57,4247,6.11,6.17,3.89 +"7548",0.96,"Very Good","G","SI1",63.2,57,4247,6.27,6.23,3.95 +"7549",1.03,"Premium","I","SI1",62,58,4248,6.43,6.47,4 +"7550",1.01,"Premium","G","SI2",62.5,60,4249,6.34,6.39,3.98 +"7551",1.01,"Very Good","G","SI2",61,58,4249,6.43,6.48,3.94 +"7552",1.01,"Very Good","G","SI2",62,58,4249,6.37,6.41,3.96 +"7553",0.92,"Ideal","G","SI1",62.6,55,4249,6.22,6.24,3.9 +"7554",1.21,"Ideal","H","SI1",62.7,56,4249,6.81,6.78,4.26 +"7555",1.21,"Ideal","H","SI1",62.9,57,4249,6.78,6.74,4.25 +"7556",1.01,"Very Good","H","SI1",63.4,55,4249,6.32,6.27,3.99 +"7557",1.15,"Premium","E","SI2",62.5,58,4250,6.65,6.72,4.18 +"7558",1.15,"Very Good","E","SI2",61.7,60,4250,6.7,6.78,4.16 +"7559",1.03,"Good","E","SI2",63.8,62,4250,6.3,6.37,4.04 +"7560",1.12,"Premium","H","SI2",62.4,58,4250,6.63,6.58,4.12 +"7561",1.1,"Ideal","H","SI2",61.9,56,4250,6.65,6.63,4.11 +"7562",0.93,"Premium","E","SI2",60.5,57,4250,6.37,6.32,3.84 +"7563",1.2,"Premium","G","SI2",62.6,61,4250,6.73,6.68,4.2 +"7564",0.9,"Premium","G","VS2",62.1,59,4252,6.15,6.09,3.8 +"7565",1.04,"Very Good","D","SI2",58.2,59,4252,6.62,6.67,3.87 +"7566",1.02,"Very Good","H","SI2",63.4,54,4252,6.37,6.43,4.06 +"7567",0.72,"Ideal","F","VVS1",62,56,4252,5.73,5.75,3.56 +"7568",0.9,"Fair","D","SI1",63.8,61,4252,6.07,5.99,3.85 +"7569",1.04,"Premium","I","SI1",62.5,62,4252,6.45,6.39,4.01 +"7570",0.73,"Ideal","D","VVS2",62.2,56,4252,5.79,5.73,3.58 +"7571",0.91,"Very Good","D","SI1",59.3,58,4253,6.33,6.38,3.77 +"7572",0.92,"Very Good","D","SI1",60.7,58,4253,6.27,6.39,3.84 +"7573",1.05,"Ideal","J","SI1",62.3,56,4253,6.47,6.5,4.04 +"7574",0.9,"Good","F","VS2",59.8,61,4253,6.18,6.22,3.71 +"7575",0.9,"Good","F","VS2",63.3,57,4253,6.04,6.09,3.84 +"7576",0.92,"Very Good","E","SI1",63,57,4254,6.17,6.21,3.9 +"7577",0.9,"Very Good","H","VS2",60,56,4255,6.3,6.34,3.79 +"7578",1,"Very Good","F","SI2",62.9,56,4255,6.36,6.42,4.02 +"7579",1,"Very Good","F","SI2",59.9,61,4255,6.42,6.46,3.86 +"7580",1.06,"Very Good","I","SI1",62.8,56,4255,6.47,6.52,4.08 +"7581",1,"Premium","F","SI2",61.5,58,4255,6.38,6.41,3.93 +"7582",1,"Very Good","F","SI2",61.6,62,4255,6.3,6.37,3.9 +"7583",1.26,"Good","J","SI1",63.9,58,4255,6.78,6.74,4.32 +"7584",1.02,"Ideal","G","SI2",61.4,56,4255,6.52,6.47,3.99 +"7585",0.93,"Very Good","F","SI1",59.8,58,4256,6.32,6.39,3.8 +"7586",1.13,"Premium","H","SI1",62.6,60,4256,6.68,6.62,4.16 +"7587",1,"Fair","E","SI2",65.2,56,4256,6.3,6.12,4.05 +"7588",0.91,"Premium","E","SI1",62.1,58,4256,6.18,6.15,3.83 +"7589",1.01,"Good","E","SI1",63.8,60,4256,6.36,6.31,4.04 +"7590",0.91,"Good","E","SI1",63.7,64,4256,6.09,6.03,3.86 +"7591",0.91,"Fair","E","SI1",65,62,4256,6.09,6.04,3.94 +"7592",1.01,"Fair","H","SI1",65.3,57,4256,6.33,6.23,4.1 +"7593",1,"Ideal","H","SI2",62.6,56,4256,6.38,6.34,3.98 +"7594",1,"Fair","F","SI1",66.4,57,4256,6.21,6.14,4.1 +"7595",1,"Premium","G","SI1",61.8,59,4256,6.43,6.38,3.96 +"7596",0.91,"Good","G","VS2",63.6,58,4257,6.1,6.14,3.89 +"7597",0.91,"Ideal","G","VS2",62.3,57,4257,6.18,6.24,3.87 +"7598",1.04,"Good","F","SI2",58.5,61,4257,6.63,6.68,3.89 +"7599",1.06,"Good","E","SI2",58.8,61,4257,6.63,6.67,3.91 +"7600",1.01,"Premium","F","SI2",61.8,56,4257,6.43,6.38,3.96 +"7601",0.9,"Very Good","H","VS2",63.6,58,4258,6.1,6.14,3.89 +"7602",0.92,"Good","E","SI1",63.7,57,4258,6.11,6.14,3.9 +"7603",0.92,"Good","E","SI1",63.2,58,4258,6.16,6.18,3.9 +"7604",0.92,"Ideal","E","SI1",61.4,54.6,4258,6.25,6.29,3.85 +"7605",0.92,"Premium","E","SI1",60.9,59,4258,6.25,6.27,3.81 +"7606",0.73,"Ideal","D","VS1",61.9,55,4258,5.78,5.81,3.59 +"7607",1,"Good","E","SI2",61.5,61,4258,6.35,6.43,3.93 +"7608",0.84,"Very Good","G","VVS2",60.4,55,4259,6.07,6.12,3.68 +"7609",1.11,"Ideal","J","SI1",62.1,56,4259,6.64,6.67,4.13 +"7610",1.17,"Premium","F","SI2",62.5,57,4259,6.8,6.71,4.22 +"7611",0.9,"Premium","G","VS2",60.8,61,4259,6.22,6.12,3.75 +"7612",0.9,"Premium","E","SI1",62.2,59,4259,6.21,6.16,3.88 +"7613",0.9,"Premium","G","VS2",62.1,59,4259,6.2,6.14,3.83 +"7614",1.01,"Very Good","D","SI2",60.8,61,4260,6.45,6.5,3.94 +"7615",1.01,"Premium","G","SI1",59.2,59,4260,6.52,6.58,3.88 +"7616",1.01,"Very Good","D","SI2",59.8,57,4260,6.51,6.57,3.91 +"7617",1.01,"Good","D","SI2",57.6,62,4260,6.56,6.66,3.81 +"7618",1.01,"Good","D","SI2",61.5,56,4260,6.36,6.42,3.93 +"7619",1.01,"Very Good","D","SI2",58.9,56,4260,6.55,6.59,3.87 +"7620",1.01,"Very Good","D","SI2",61.8,57,4260,6.42,6.47,3.98 +"7621",1.01,"Good","D","SI2",63.1,54,4260,6.37,6.43,4.04 +"7622",1,"Ideal","H","SI2",61.2,57,4260,6.42,6.45,3.94 +"7623",1.01,"Ideal","G","SI2",61.7,56,4260,6.47,6.43,3.98 +"7624",0.9,"Ideal","G","SI1",62.5,55,4260,6.17,6.21,3.87 +"7625",1.01,"Very Good","J","VS1",61.3,57,4262,6.43,6.5,3.96 +"7626",1.01,"Very Good","H","SI2",61.5,62,4262,6.35,6.44,3.93 +"7627",0.8,"Very Good","E","VS2",61.6,57,4263,5.95,5.97,3.67 +"7628",1.01,"Fair","I","VS1",64.9,58,4263,6.17,6.22,4.02 +"7629",1.09,"Ideal","H","SI2",62,57,4264,6.61,6.55,4.08 +"7630",0.94,"Premium","H","VS2",62.5,58,4264,6.26,6.18,3.89 +"7631",0.96,"Very Good","G","SI1",60.3,57,4265,6.35,6.38,3.84 +"7632",1,"Fair","E","SI2",65.9,62,4265,6.09,6.02,3.99 +"7633",0.91,"Good","D","SI1",64.6,58,4265,6.02,6.12,3.92 +"7634",1.11,"Premium","J","VS2",62.6,59,4265,6.6,6.56,4.12 +"7635",1,"Good","E","SI2",63.7,61,4265,6.27,6.2,3.97 +"7636",0.93,"Ideal","H","VS1",62.7,54,4265,6.25,6.2,3.9 +"7637",0.9,"Premium","H","VS2",61.7,59,4266,6.13,6.19,3.8 +"7638",1.06,"Very Good","I","SI1",60.4,59,4267,6.56,6.61,3.98 +"7639",1.06,"Ideal","H","SI2",60.6,59,4267,6.63,6.6,4.01 +"7640",0.91,"Ideal","F","SI1",62.3,56,4267,6.16,6.19,3.85 +"7641",0.9,"Very Good","F","VS2",64.2,59,4268,6.07,6.11,3.91 +"7642",0.8,"Premium","G","IF",62.6,58,4268,5.89,5.93,3.7 +"7643",1.03,"Very Good","H","SI2",62.3,57,4268,6.43,6.48,4.02 +"7644",0.9,"Good","F","VS2",65,58,4268,6.03,6.06,3.93 +"7645",0.9,"Good","F","VS2",64.5,60,4268,6.03,6.07,3.9 +"7646",1.21,"Premium","J","VS2",62.4,58,4268,6.83,6.79,4.25 +"7647",1.03,"Ideal","F","SI2",62.3,56,4268,6.51,6.43,4.03 +"7648",1.01,"Premium","G","SI2",60.1,59,4269,6.45,6.39,3.86 +"7649",0.9,"Premium","G","VS2",61.7,59,4269,6.14,6.22,3.81 +"7650",0.9,"Very Good","G","VS2",61.9,56,4269,6.17,6.23,3.84 +"7651",0.9,"Very Good","G","VS2",61.3,59,4269,6.15,6.21,3.79 +"7652",0.9,"Very Good","G","VS2",60.9,59,4269,6.18,6.24,3.78 +"7653",0.9,"Ideal","G","VS2",62.6,57,4269,6.14,6.2,3.86 +"7654",0.9,"Good","G","VS2",63.6,58,4269,6.08,6.12,3.88 +"7655",1,"Very Good","F","SI2",63.3,58,4269,6.26,6.29,3.97 +"7656",0.9,"Ideal","F","SI1",61.7,55,4269,6.19,6.16,3.81 +"7657",1.01,"Ideal","G","SI2",62.8,56,4269,6.4,6.44,4.03 +"7658",1.1,"Premium","I","SI2",62.6,59,4269,6.57,6.53,4.1 +"7659",1.21,"Good","J","SI2",63.7,55,4269,6.81,6.75,4.32 +"7660",1.21,"Premium","J","SI1",62.6,58,4269,6.74,6.71,4.21 +"7661",1.01,"Premium","G","SI2",60.1,60,4270,6.48,6.44,3.88 +"7662",1.01,"Very Good","F","SI2",63.4,54,4270,6.42,6.39,4.06 +"7663",0.81,"Ideal","F","VS1",61.8,55,4270,5.97,6.03,3.71 +"7664",1.06,"Ideal","I","SI2",61.8,57,4270,6.57,6.6,4.07 +"7665",1.15,"Premium","G","SI2",62.7,58,4270,6.71,6.69,4.2 +"7666",1.01,"Very Good","E","SI2",63.3,57,4270,6.39,6.31,4.02 +"7667",1.01,"Very Good","G","SI1",63.5,60,4271,6.41,6.38,3.92 +"7668",0.83,"Ideal","E","VS2",61.3,56,4271,6.06,6.08,3.72 +"7669",1.13,"Premium","I","SI2",59.9,57,4271,6.8,6.76,4.06 +"7670",1.11,"Very Good","I","SI1",61.9,59,4273,6.58,6.64,4.09 +"7671",1.11,"Ideal","I","SI1",62.4,55,4273,6.6,6.64,4.13 +"7672",1,"Very Good","H","SI2",59.7,58,4273,6.48,6.55,3.89 +"7673",1,"Good","I","SI1",58,58,4273,6.56,6.62,3.82 +"7674",1.09,"Premium","I","SI1",61.7,59,4273,6.59,6.53,4.05 +"7675",1.09,"Fair","I","SI1",56.4,62,4273,6.97,6.9,3.9 +"7676",1.02,"Premium","G","SI1",61.4,55,4273,6.51,6.48,3.99 +"7677",1.2,"Very Good","F","SI2",63.3,59,4274,6.7,6.66,4.23 +"7678",0.74,"Good","D","VVS1",59.2,62.6,4274,5.85,5.87,3.47 +"7679",1.01,"Good","H","SI1",64.6,56,4274,6.17,6.21,4 +"7680",1.18,"Premium","J","SI2",61.3,60,4274,6.83,6.78,4.17 +"7681",1,"Ideal","F","SI2",61.8,57,4274,6.45,6.36,3.96 +"7682",1.03,"Premium","H","SI1",62.4,58,4274,6.5,6.42,4.03 +"7683",0.92,"Premium","D","SI1",62.3,58,4274,6.27,6.21,3.89 +"7684",1.03,"Premium","H","SI1",63,59,4274,6.43,6.4,4.04 +"7685",0.96,"Premium","D","SI2",60,61,4274,6.36,6.32,3.81 +"7686",1.2,"Premium","F","SI2",62.7,60,4274,6.73,6.67,4.21 +"7687",0.65,"Ideal","D","VVS2",60.7,57,4275,5.63,5.65,3.42 +"7688",1.1,"Ideal","J","SI1",62.2,55,4275,6.62,6.65,4.13 +"7689",1.01,"Premium","F","SI1",62.7,54,4276,6.42,6.37,4.01 +"7690",0.9,"Very Good","G","VS2",58.4,61,4276,6.33,6.38,3.71 +"7691",1.1,"Very Good","H","SI1",63,58,4276,6.53,6.59,4.13 +"7692",1.1,"Very Good","H","SI1",62.1,58,4276,6.59,6.61,4.1 +"7693",1.08,"Very Good","I","SI1",60.5,60,4276,6.61,6.67,4.02 +"7694",1.14,"Ideal","I","SI2",62.1,55,4276,6.71,6.72,4.17 +"7695",1.07,"Ideal","J","SI1",62.1,56,4276,6.54,6.6,4.08 +"7696",1,"Good","H","SI1",64.9,56,4276,6.24,6.31,4.07 +"7697",1.01,"Good","F","SI1",64.2,58,4276,6.33,6.31,4.06 +"7698",1.01,"Good","F","SI1",64.1,60,4276,6.21,6.16,3.97 +"7699",1.01,"Fair","F","SI1",65.9,58,4276,6.16,6.1,4.04 +"7700",1.01,"Fair","F","SI1",67.2,60,4276,6.06,6,4.05 +"7701",1.01,"Fair","D","SI1",65.9,60,4276,6.32,6.18,4.12 +"7702",1.01,"Ideal","F","SI1",62.3,55,4276,6.38,6.31,3.95 +"7703",1.12,"Premium","E","SI2",62.4,58,4277,6.59,6.64,4.13 +"7704",1.29,"Fair","G","I1",66,58,4277,6.82,6.75,4.48 +"7705",0.9,"Fair","D","VS2",57.4,65,4277,6.26,6.29,3.6 +"7706",1.04,"Ideal","G","SI2",62,57,4277,6.6,6.53,4.07 +"7707",1.04,"Premium","G","SI2",60.9,58,4277,6.58,6.52,3.99 +"7708",1.04,"Premium","G","SI2",62.9,58,4277,6.47,6.43,4.06 +"7709",0.9,"Good","E","VS2",64,58,4278,6.02,6.07,3.87 +"7710",1,"Ideal","J","VS2",61.9,54,4278,6.41,6.45,3.98 +"7711",0.33,"Ideal","E","SI1",62,54,579,4.41,4.43,2.74 +"7712",0.33,"Ideal","E","SI1",62.5,55,579,4.42,4.45,2.77 +"7713",0.33,"Premium","H","VS1",59.2,58,579,4.5,4.55,2.68 +"7714",0.33,"Ideal","G","VS2",61.2,55,579,4.46,4.49,2.74 +"7715",0.33,"Ideal","E","SI1",61.9,57,579,4.43,4.46,2.75 +"7716",0.32,"Ideal","G","VS2",61.5,55,580,4.39,4.43,2.71 +"7717",0.32,"Ideal","H","VS1",61.4,55,580,4.43,4.49,2.74 +"7718",0.32,"Ideal","H","VS1",61,56,580,4.43,4.45,2.71 +"7719",0.26,"Premium","F","VS1",59.5,58,580,4.22,4.18,2.5 +"7720",0.26,"Ideal","F","VS1",62.3,56,580,4.1,4.08,2.55 +"7721",0.26,"Ideal","F","VS1",60.9,57,580,4.13,4.11,2.51 +"7722",0.26,"Premium","E","VS1",60.1,60,580,4.15,4.1,2.48 +"7723",0.26,"Premium","E","VS2",62.1,56,580,4.13,4.11,2.56 +"7724",0.26,"Premium","E","VS2",60.4,58,580,4.19,4.15,2.52 +"7725",0.26,"Ideal","E","VS1",61.8,55,580,4.13,4.09,2.54 +"7726",0.26,"Premium","E","VS1",61.9,58,580,4.11,4.1,2.54 +"7727",0.26,"Ideal","D","VS1",62,55,580,4.12,4.1,2.55 +"7728",0.35,"Ideal","I","SI2",61.6,55,580,4.62,4.53,2.82 +"7729",0.32,"Premium","E","VS2",59.3,58,580,4.45,4.49,2.65 +"7730",0.3,"Very Good","H","VVS2",63,56,581,4.24,4.27,2.68 +"7731",0.3,"Very Good","H","VVS2",62,59,581,4.27,4.34,2.67 +"7732",0.3,"Very Good","G","VS1",62.6,56,581,4.29,4.31,2.69 +"7733",0.3,"Ideal","H","VVS2",62.5,55,581,4.29,4.32,2.69 +"7734",0.3,"Ideal","H","VVS2",61.5,56,581,4.34,4.38,2.68 +"7735",0.38,"Ideal","D","SI1",62.3,57,581,4.6,4.65,2.88 +"7736",0.34,"Good","F","SI1",61.9,56,581,4.5,4.52,2.79 +"7737",0.43,"Premium","H","I1",62,59,581,4.83,4.78,2.98 +"7738",0.31,"Fair","E","VS2",55.9,62,581,4.6,4.56,2.56 +"7739",0.38,"Very Good","I","SI1",60.2,60,581,4.65,4.68,2.81 +"7740",0.38,"Ideal","I","SI1",62.3,56,581,4.58,4.63,2.87 +"7741",0.97,"Ideal","J","VS1",61.3,57,4278,6.37,6.41,3.92 +"7742",1.07,"Premium","G","SI2",58.5,61,4278,6.71,6.59,3.89 +"7743",1.07,"Premium","G","SI2",59.9,59,4278,6.67,6.61,3.98 +"7744",1.24,"Premium","E","SI2",60.8,57,4278,6.98,6.94,4.23 +"7745",1.24,"Premium","E","SI2",60.8,57,4278,6.98,6.94,4.23 +"7746",1.07,"Premium","G","SI2",59.8,60,4278,6.7,6.65,3.99 +"7747",0.91,"Good","F","SI1",63.9,55,4279,6.1,6.17,3.92 +"7748",0.91,"Very Good","F","SI1",59.7,55,4279,6.33,6.36,3.79 +"7749",0.61,"Ideal","D","VVS1",62.1,56,4279,5.46,5.43,3.38 +"7750",1.03,"Ideal","F","SI2",61.9,56,4280,6.47,6.43,3.99 +"7751",1.02,"Ideal","I","VS2",60.8,57,4281,6.42,6.5,3.93 +"7752",1.02,"Ideal","I","VS2",62.7,56,4281,6.37,6.43,4.01 +"7753",0.92,"Very Good","G","SI1",61.8,54,4281,6.25,6.37,3.9 +"7754",0.64,"Ideal","D","VVS1",61.5,56,4281,5.57,5.59,3.43 +"7755",0.98,"Fair","G","SI1",64.4,56,4281,6.33,6.24,4.03 +"7756",1.05,"Fair","I","VS1",58.9,66,4281,6.71,6.6,3.92 +"7757",1.05,"Very Good","E","SI2",63.2,59,4281,6.43,6.36,4.04 +"7758",1.13,"Very Good","F","SI2",62.3,59,4282,6.65,6.68,4.15 +"7759",1.03,"Very Good","F","SI1",62.5,59,4282,6.41,6.45,4.02 +"7760",1.03,"Ideal","J","VS2",61.6,57,4283,6.52,6.47,4 +"7761",1.11,"Very Good","J","VS2",61.8,56,4283,6.59,6.64,4.09 +"7762",1.1,"Very Good","J","SI2",61.8,58,4283,6.6,6.63,4.09 +"7763",1.03,"Very Good","H","SI2",62.8,59,4283,6.4,6.43,4.03 +"7764",1.03,"Ideal","H","SI2",60.6,56,4283,6.53,6.63,3.99 +"7765",1.11,"Premium","F","SI2",62.1,58,4283,6.63,6.51,4.1 +"7766",1.07,"Premium","E","SI2",60.5,59,4284,6.59,6.67,4.01 +"7767",0.91,"Good","G","VS1",63.4,54,4284,6.07,6.24,3.9 +"7768",0.91,"Good","G","VS1",63.6,60,4284,6.03,6.11,3.86 +"7769",0.91,"Good","G","VS1",63.2,58,4284,6.07,6.15,3.86 +"7770",0.81,"Premium","D","VS1",62.3,58,4284,5.94,6,3.72 +"7771",0.91,"Very Good","E","SI1",62.1,60,4284,6.21,6.25,3.87 +"7772",1.02,"Very Good","F","SI2",60.9,58,4284,6.43,6.55,3.95 +"7773",1,"Premium","G","SI2",61.8,60,4284,6.37,6.34,3.93 +"7774",1.5,"Fair","J","I1",68.8,57,4284,6.94,6.87,4.75 +"7775",0.91,"Ideal","E","SI1",62.3,57,4284,6.21,6.25,3.88 +"7776",1,"Ideal","G","SI2",62.8,57,4284,6.37,6.31,3.98 +"7777",1.02,"Very Good","H","SI2",63.1,59,4284,6.43,6.37,4.04 +"7778",1.02,"Premium","I","SI1",62.7,55,4284,6.48,6.41,4.04 +"7779",1.02,"Premium","H","SI2",62.5,54,4284,6.44,6.4,4.01 +"7780",1.02,"Premium","I","SI1",58,58,4284,6.84,6.6,3.9 +"7781",0.9,"Ideal","F","SI1",61.5,56,4284,6.25,6.2,3.83 +"7782",1.02,"Premium","H","SI2",60.9,59,4284,6.51,6.46,3.95 +"7783",1.02,"Premium","H","SI2",59.8,59,4284,6.54,6.5,3.9 +"7784",1.02,"Ideal","H","SI2",61.8,55,4284,6.51,6.47,4.01 +"7785",1.02,"Premium","F","SI2",60,60,4284,6.57,6.53,3.93 +"7786",0.72,"Ideal","E","VVS2",62.1,56,4285,5.72,5.77,3.57 +"7787",1.01,"Good","E","SI2",61.4,64,4285,6.29,6.42,3.9 +"7788",1.02,"Very Good","E","SI2",58.7,63,4286,6.61,6.55,3.86 +"7789",0.9,"Very Good","E","SI1",62.9,56,4286,6.09,6.12,3.84 +"7790",0.92,"Premium","G","VS2",61.6,62,4287,6.3,6.24,3.86 +"7791",0.9,"Very Good","E","SI2",59.9,57,4288,6.25,6.34,3.77 +"7792",0.71,"Good","D","VS2",63.6,54,4289,5.7,5.75,3.64 +"7793",0.91,"Very Good","E","SI1",63.9,57,4289,6.05,6.12,3.89 +"7794",0.9,"Very Good","D","SI1",62.1,60,4289,6.11,6.19,3.82 +"7795",1.04,"Very Good","I","SI1",62,57,4290,6.47,6.5,4.02 +"7796",1.04,"Premium","I","SI1",61.8,60,4290,6.47,6.51,4.01 +"7797",1.04,"Ideal","H","SI2",61.1,56,4290,6.6,6.66,4.05 +"7798",1.03,"Ideal","G","SI2",62.9,57,4290,6.37,6.47,4.04 +"7799",1.04,"Good","E","SI2",62.3,62,4290,6.4,6.44,4 +"7800",1.12,"Ideal","H","SI1",62.7,56,4290,6.66,6.61,4.16 +"7801",1.02,"Ideal","G","SI2",62.7,57,4291,6.42,6.44,4.03 +"7802",1.02,"Very Good","G","SI2",62.9,59,4291,6.38,6.4,4.02 +"7803",1.02,"Premium","G","SI2",62.5,59,4291,6.37,6.42,4 +"7804",1.02,"Very Good","G","SI2",61.6,61,4291,6.46,6.47,3.98 +"7805",0.9,"Very Good","D","SI1",61.8,59,4291,6.13,6.16,3.8 +"7806",1.29,"Premium","I","SI2",61.1,62,4291,7,6.94,4.26 +"7807",1.03,"Very Good","J","VS1",63.4,58,4292,6.36,6.42,4.05 +"7808",1.05,"Very Good","I","SI1",63.5,58,4292,6.46,6.43,4.09 +"7809",0.85,"Very Good","F","VS1",62,55,4293,6.08,6.14,3.78 +"7810",0.56,"Ideal","D","IF",61.9,57,4293,5.28,5.31,3.28 +"7811",0.91,"Premium","H","VS2",60.6,58,4293,6.3,6.25,3.8 +"7812",1.18,"Very Good","J","SI2",63.5,57,4294,6.68,6.74,4.26 +"7813",1.13,"Premium","H","SI2",62.3,59,4294,6.68,6.65,4.15 +"7814",1.01,"Very Good","J","SI1",62.2,57,4295,6.35,6.39,3.96 +"7815",1,"Ideal","H","SI2",59.4,55,4295,6.59,6.65,3.93 +"7816",1,"Very Good","D","SI2",61.5,63,4295,6.32,6.27,3.87 +"7817",1,"Good","D","SI2",57.8,58,4295,6.61,6.55,3.8 +"7818",1,"Very Good","D","SI2",63.5,59,4295,6.35,6.32,4.02 +"7819",1,"Fair","G","SI1",64.4,57,4295,6.32,6.28,4.06 +"7820",1,"Very Good","G","SI1",63.1,56,4295,6.41,6.31,4.01 +"7821",1,"Fair","G","SI1",66.2,58,4295,6.25,6.15,4.11 +"7822",1,"Very Good","D","SI2",63.3,60,4295,6.29,6.19,3.95 +"7823",1,"Premium","D","SI2",60.3,58,4295,6.48,6.45,3.9 +"7824",1,"Premium","D","SI2",60.8,60,4295,6.45,6.41,3.91 +"7825",0.9,"Very Good","G","VS2",60.5,60,4296,6.2,6.24,3.76 +"7826",0.9,"Good","G","VS2",61.5,61,4296,6.18,6.21,3.81 +"7827",1.02,"Ideal","H","SI2",60.5,57,4297,6.52,6.56,3.95 +"7828",0.9,"Very Good","G","VS1",62.4,58,4297,6.14,6.16,3.84 +"7829",0.93,"Premium","F","SI1",62.3,58,4297,6.22,6.18,3.86 +"7830",0.91,"Good","H","VS1",63.4,56,4298,6.12,6.18,3.9 +"7831",1.01,"Very Good","F","SI2",61.8,56,4298,6.43,6.38,3.96 +"7832",1.01,"Premium","E","SI1",61.6,59,4299,6.44,6.42,3.96 +"7833",1.01,"Very Good","E","SI2",63.4,59,4299,6.32,6.26,3.99 +"7834",1.01,"Very Good","F","SI2",63.2,58,4299,6.43,6.3,4.02 +"7835",1.01,"Very Good","F","SI2",63.3,57,4299,6.39,6.37,4.04 +"7836",1.01,"Ideal","G","SI2",61.5,57,4299,6.5,6.42,3.97 +"7837",1.2,"Very Good","I","SI1",63.1,61,4301,6.65,6.58,4.18 +"7838",1.2,"Premium","H","SI2",60.8,59,4301,6.8,6.75,4.12 +"7839",0.96,"Ideal","G","SI1",63,53,4301,6.24,6.21,3.92 +"7840",1.01,"Good","F","SI2",61.5,62,4302,6.41,6.46,3.96 +"7841",1.13,"Ideal","E","SI2",62.4,56,4303,6.66,6.63,4.15 +"7842",0.91,"Very Good","D","SI1",62.8,57,4303,6.12,6.17,3.86 +"7843",1.02,"Very Good","H","SI2",59.7,58,4303,6.53,6.57,3.91 +"7844",1.09,"Premium","J","VS1",59.3,57,4303,6.79,6.74,4.01 +"7845",0.77,"Very Good","F","VVS1",61.1,57,4304,5.91,5.94,3.62 +"7846",0.93,"Very Good","E","SI1",62.8,56,4304,6.19,6.24,3.9 +"7847",0.8,"Very Good","E","VVS2",62.9,59,4304,5.88,5.95,3.72 +"7848",1.01,"Very Good","F","SI2",59.1,57,4304,6.57,6.62,3.9 +"7849",0.9,"Ideal","D","SI1",60.7,57,4304,6.23,6.16,3.76 +"7850",0.9,"Very Good","D","SI1",63.3,57,4304,6.12,6.07,3.86 +"7851",0.9,"Premium","D","SI1",61.2,60,4304,6.19,6.14,3.77 +"7852",0.9,"Premium","D","SI1",62.7,56,4304,6.16,6.12,3.85 +"7853",0.9,"Premium","D","SI1",61.5,58,4304,6.21,6.15,3.8 +"7854",0.9,"Very Good","D","SI1",61,63,4304,6.13,6.1,3.73 +"7855",0.9,"Very Good","D","SI1",63.5,57,4304,6.15,6.11,3.89 +"7856",0.9,"Premium","D","SI1",59.4,62,4304,6.24,6.19,3.69 +"7857",0.9,"Premium","D","SI1",62.7,58,4304,6.15,6.09,3.84 +"7858",0.9,"Premium","D","SI1",62.6,58,4304,6.15,6.11,3.84 +"7859",1,"Good","H","VS2",63.6,57,4305,6.35,6.26,4.01 +"7860",1.01,"Very Good","H","SI1",62.5,58,4306,6.35,6.38,3.98 +"7861",1.01,"Very Good","H","SI1",62.3,57,4306,6.36,6.42,3.98 +"7862",1.13,"Ideal","I","SI2",61.7,57,4307,6.59,6.7,4.13 +"7863",1.11,"Very Good","E","SI2",62.3,58,4307,6.64,6.68,4.15 +"7864",1.07,"Very Good","I","SI1",61.8,60,4307,6.52,6.56,4.04 +"7865",1,"Good","E","SI2",62.1,61,4307,6.36,6.4,3.96 +"7866",1.16,"Fair","G","SI2",60.1,60,4307,6.9,6.72,4.09 +"7867",1,"Very Good","E","SI2",62.5,59,4308,6.31,6.37,3.96 +"7868",0.98,"Premium","F","SI2",61.8,58,4308,6.37,6.32,3.92 +"7869",1.01,"Premium","E","SI2",58.6,58,4308,6.66,6.62,3.89 +"7870",0.9,"Very Good","G","VS2",63.1,56,4309,6.14,6.04,3.84 +"7871",0.9,"Good","G","VS2",63.7,60,4309,6.02,5.98,3.82 +"7872",0.9,"Good","F","VS2",63.6,59,4309,6.06,6.11,3.87 +"7873",0.9,"Good","H","VS1",63.5,59,4309,6.1,6.13,3.88 +"7874",0.9,"Very Good","H","VS1",62.9,58,4309,6.06,6.12,3.83 +"7875",0.9,"Very Good","H","VS1",62.1,59,4309,6.09,6.14,3.8 +"7876",0.9,"Good","F","VS2",63.8,55,4309,6.09,6.13,3.9 +"7877",0.9,"Premium","H","VS1",62.4,58,4309,6.15,6.19,3.85 +"7878",0.91,"Good","H","VS2",59.9,61,4309,6.18,6.24,3.72 +"7879",0.9,"Premium","G","VS2",61.5,60,4309,6.16,6.13,3.78 +"7880",0.92,"Ideal","E","SI2",62.6,57,4309,6.22,6.18,3.88 +"7881",0.9,"Very Good","G","VS2",63.3,54,4309,6.19,6.11,3.89 +"7882",0.9,"Fair","G","VS2",65.8,61,4309,5.99,5.96,3.93 +"7883",0.9,"Ideal","G","VS2",62.4,54,4309,6.22,6.19,3.87 +"7884",1.04,"Very Good","H","SI1",63.2,57,4310,6.45,6.4,4.06 +"7885",1.21,"Premium","F","SI2",62.4,60,4310,6.77,6.73,4.21 +"7886",0.66,"Very Good","D","VVS2",60.7,59,4311,5.6,5.67,3.42 +"7887",1,"Very Good","E","SI2",61.9,59,4311,6.39,6.43,3.97 +"7888",1,"Very Good","E","SI2",60.7,59,4311,6.38,6.44,3.89 +"7889",1,"Fair","D","SI2",64.5,54,4312,6.34,6.28,4.07 +"7890",1,"Very Good","E","SI2",62.2,59,4312,6.35,6.38,3.96 +"7891",1.21,"Very Good","J","SI1",62.7,57,4312,6.72,6.77,4.23 +"7892",1,"Very Good","E","SI2",60.6,61,4312,6.39,6.44,3.89 +"7893",1,"Good","E","SI2",63.3,55,4312,6.25,6.29,3.97 +"7894",1.12,"Very Good","I","SI1",60.6,60,4312,6.73,6.77,4.09 +"7895",1.1,"Good","I","SI1",57.7,60,4312,6.82,6.77,3.92 +"7896",1.1,"Premium","I","SI1",60.4,61,4312,6.73,6.69,4.05 +"7897",1,"Fair","H","VVS2",65.3,58,4312,6.25,6.18,4.06 +"7898",1,"Fair","H","VVS2",65.1,57,4312,6.27,6.23,4.07 +"7899",1,"Premium","H","VVS2",61.9,61,4312,6.36,6.31,3.92 +"7900",1,"Fair","G","SI1",64.7,60,4312,6.22,6.18,4.01 +"7901",1,"Fair","F","VS2",68.3,58,4312,5.98,5.95,4.08 +"7902",1,"Good","D","SI1",64.3,62,4312,6.18,6.13,3.96 +"7903",1,"Ideal","H","SI2",61.4,56,4312,6.46,6.41,3.95 +"7904",0.91,"Premium","H","VS2",61.8,60,4313,6.18,6.22,3.83 +"7905",1.01,"Very Good","I","SI1",63.1,57,4313,6.32,6.36,4 +"7906",1.06,"Ideal","I","SI1",62.2,56,4313,6.49,6.53,4.05 +"7907",1.07,"Ideal","H","SI2",59.2,57,4314,6.7,6.64,3.95 +"7908",0.81,"Ideal","E","VS2",62,57,4314,5.96,5.98,3.7 +"7909",0.9,"Ideal","G","SI2",60.7,57,4314,6.19,6.33,3.8 +"7910",1.07,"Premium","I","SI1",60.7,61,4314,6.6,6.55,3.99 +"7911",1.07,"Very Good","E","SI1",60.4,63,4314,6.67,6.6,4.01 +"7912",1.03,"Very Good","G","SI2",63,57,4315,6.4,6.42,4.04 +"7913",0.9,"Very Good","E","SI1",62.6,58,4315,6.11,6.15,3.84 +"7914",0.9,"Very Good","E","SI1",62.6,61,4315,6.06,6.11,3.81 +"7915",0.9,"Very Good","E","SI1",63,56,4315,6.11,6.15,3.86 +"7916",1.15,"Ideal","H","SI2",60.5,56,4315,6.83,6.8,4.13 +"7917",0.81,"Ideal","D","VS2",59.5,60,4315,6.08,6.15,3.64 +"7918",1.09,"Ideal","I","SI2",60.3,57,4315,6.64,6.7,4.02 +"7919",0.9,"Good","E","VS2",64.2,59,4315,6.02,6.1,3.89 +"7920",1.11,"Premium","J","VS2",59.9,60,4315,6.78,6.71,4.04 +"7921",0.91,"Very Good","G","VS2",59.5,58,4316,6.26,6.34,3.75 +"7922",1,"Very Good","H","SI2",61.7,55,4316,6.4,6.46,3.97 +"7923",1.11,"Very Good","J","SI1",62.4,57.7,4316,6.57,6.64,4.12 +"7924",1.01,"Ideal","I","SI1",62.2,56,4316,6.35,6.42,3.97 +"7925",1.04,"Very Good","H","SI1",63.1,58,4316,6.43,6.37,4.04 +"7926",1.04,"Premium","H","SI1",62.1,56,4316,6.48,6.41,4.01 +"7927",1.01,"Premium","F","SI2",59.6,59,4317,6.59,6.52,3.91 +"7928",0.91,"Ideal","I","VS2",61.6,55,4317,6.21,6.28,3.85 +"7929",0.93,"Ideal","H","SI1",61.7,55,4317,6.26,6.29,3.87 +"7930",1.01,"Fair","F","SI2",65.3,59,4317,6.28,6.24,4.09 +"7931",0.84,"Very Good","F","VVS2",60.4,62,4318,6.1,6.15,3.7 +"7932",1.08,"Premium","G","SI2",60.7,60,4318,6.64,6.61,4.02 +"7933",0.9,"Ideal","F","SI1",62,57,4318,6.21,6.25,3.86 +"7934",1.02,"Good","D","SI2",61.5,61,4318,6.34,6.41,3.92 +"7935",1.08,"Premium","G","SI2",59.8,57,4318,6.72,6.66,4 +"7936",1.08,"Very Good","G","SI2",63.2,57,4318,6.54,6.5,4.12 +"7937",1.05,"Premium","G","SI2",62.5,60,4318,6.5,6.45,4.05 +"7938",1.05,"Premium","G","SI2",61.3,58,4318,6.6,6.55,4.03 +"7939",1.05,"Very Good","G","SI2",63.2,54,4318,6.52,6.49,4.11 +"7940",1.05,"Premium","G","SI2",61.6,60,4318,6.56,6.49,4.02 +"7941",1.02,"Premium","F","SI2",60.3,59,4318,6.53,6.5,3.93 +"7942",0.84,"Premium","E","VS1",59.7,59,4318,6.16,6.13,3.67 +"7943",1.02,"Very Good","F","SI2",63,58,4319,6.37,6.43,4.03 +"7944",1.02,"Ideal","F","SI2",62.4,57,4319,6.4,6.43,4 +"7945",1,"Premium","G","SI2",61.8,58,4319,6.39,6.43,3.96 +"7946",1.02,"Ideal","H","SI2",60.7,57,4319,6.51,6.54,3.96 +"7947",1.07,"Premium","F","SI2",58.2,58,4319,6.79,6.72,3.93 +"7948",1.07,"Ideal","I","VS2",61.1,57,4319,6.66,6.6,4.05 +"7949",1.16,"Premium","G","SI2",62,59,4320,6.74,6.62,4.14 +"7950",0.9,"Very Good","G","SI1",62.4,59,4320,6.1,6.15,3.82 +"7951",0.65,"Ideal","D","VVS1",61.9,56,4320,5.53,5.56,3.43 +"7952",1.01,"Premium","H","SI1",62.7,59,4320,6.33,6.27,3.95 +"7953",1.01,"Good","H","SI1",60.3,64,4320,6.52,6.49,3.92 +"7954",1.01,"Premium","H","SI1",60.6,61,4320,6.39,6.35,3.86 +"7955",1.45,"Fair","F","I1",64.8,67,4320,7.16,7,4.64 +"7956",1.07,"Very Good","G","SI2",62.9,59,4321,6.51,6.58,4.12 +"7957",0.9,"Premium","H","VS2",60.4,59,4321,6.24,6.27,3.78 +"7958",1,"Very Good","E","SI2",59.8,58,4321,6.47,6.53,3.89 +"7959",1,"Very Good","E","SI2",59.6,59,4321,6.48,6.51,3.87 +"7960",1,"Very Good","E","SI2",63.9,57,4321,6.24,6.27,4 +"7961",1.04,"Premium","F","SI2",62.8,55,4321,6.48,6.41,4.05 +"7962",1.04,"Good","F","SI2",64.2,56,4321,6.39,6.36,4.09 +"7963",1.12,"Premium","I","VS2",62.4,58,4321,6.63,6.59,4.13 +"7964",1.06,"Good","E","SI2",63.9,60,4321,6.45,6.41,4.11 +"7965",1.09,"Very Good","D","SI2",59.2,63,4322,6.71,6.67,3.96 +"7966",1.09,"Premium","G","SI1",62.5,59,4322,6.56,6.53,4.09 +"7967",1.09,"Premium","G","SI1",61.8,59,4322,6.59,6.53,4.06 +"7968",1.16,"Very Good","J","VS2",63.7,56,4323,6.63,6.68,4.24 +"7969",0.7,"Ideal","D","VS1",61.4,57,4323,5.71,5.76,3.52 +"7970",0.7,"Ideal","D","VS1",61.5,57,4323,5.68,5.71,3.5 +"7971",1.04,"Ideal","H","SI2",60.3,57,4323,6.54,6.59,3.96 +"7972",0.9,"Very Good","H","VS1",62.2,57,4324,6.1,6.15,3.81 +"7973",0.9,"Very Good","H","VS1",63.2,59,4324,6.08,6.11,3.85 +"7974",0.9,"Very Good","H","VS1",62.2,59,4324,6.14,6.18,3.83 +"7975",1.17,"Premium","F","SI2",59.6,60,4324,6.88,6.85,4.09 +"7976",1.27,"Good","F","I1",59.2,64,4324,7.06,6.99,4.16 +"7977",0.9,"Ideal","F","SI1",60.7,57,4324,6.25,6.21,3.78 +"7978",0.93,"Very Good","E","SI2",60.5,57,4325,6.32,6.37,3.84 +"7979",0.71,"Ideal","D","VVS2",61.6,54,4325,5.74,5.78,3.55 +"7980",0.68,"Ideal","D","VVS1",61.3,57,4325,5.66,5.69,3.48 +"7981",0.84,"Ideal","G","VS1",61.8,56,4325,6.02,6.11,3.75 +"7982",1.12,"Ideal","J","SI2",62.5,57,4325,6.63,6.59,4.13 +"7983",1.03,"Ideal","H","SI2",61.1,57,4325,6.48,6.52,3.97 +"7984",0.92,"Ideal","H","SI1",60.5,57,4325,6.27,6.32,3.81 +"7985",1.03,"Good","H","SI1",63.1,56,4326,6.35,6.39,4.02 +"7986",1.03,"Very Good","H","SI1",58.6,61,4326,6.6,6.64,3.88 +"7987",1.01,"Good","G","SI1",63.2,55,4326,6.32,6.4,4.02 +"7988",0.92,"Good","F","SI1",64,56,4326,6.12,6.17,3.93 +"7989",1.03,"Premium","I","SI1",62,58,4326,6.47,6.43,4 +"7990",1.16,"Premium","J","SI1",62.2,58,4326,6.75,6.68,4.18 +"7991",1.16,"Premium","I","SI2",62.1,58,4326,6.78,6.71,4.19 +"7992",1.03,"Very Good","E","SI2",60.7,63,4326,6.48,6.44,3.92 +"7993",1.01,"Premium","G","SI2",62.4,59,4327,6.39,6.34,3.97 +"7994",1.01,"Good","G","SI2",63.8,56,4327,6.32,6.28,4.02 +"7995",0.92,"Very Good","D","SI2",61.6,58,4327,6.19,6.22,3.82 +"7996",0.82,"Ideal","D","VS2",62.4,54,4327,5.99,6.02,3.75 +"7997",1.01,"Premium","G","SI2",62,58,4327,6.41,6.37,3.96 +"7998",1.01,"Premium","G","SI2",62.7,58,4327,6.44,6.38,4.02 +"7999",1.01,"Premium","G","SI2",60.5,58,4327,6.55,6.47,3.94 +"8000",1.01,"Premium","G","SI2",61.9,59,4327,6.46,6.39,3.98 +"8001",1.01,"Ideal","G","SI2",59.6,57,4327,6.59,6.54,3.91 +"8002",1.01,"Premium","G","SI2",60.1,59,4327,6.55,6.46,3.91 +"8003",1.01,"Ideal","G","SI2",60.5,58,4327,6.52,6.48,3.93 +"8004",1.01,"Premium","G","SI2",60.4,59,4327,6.57,6.52,3.95 +"8005",1.01,"Premium","G","SI2",62.5,60,4327,6.39,6.34,3.98 +"8006",1.01,"Premium","G","SI2",61,58,4327,6.48,6.43,3.94 +"8007",1.01,"Premium","G","SI2",60.1,61,4327,6.6,6.55,3.95 +"8008",0.9,"Very Good","H","VS2",62.3,59,4328,6.1,6.17,3.82 +"8009",0.9,"Very Good","H","VS1",62.5,58,4328,6.08,6.14,3.82 +"8010",1,"Fair","F","SI1",67.1,57,4328,6.06,6.1,4.08 +"8011",1.15,"Premium","E","SI2",62.5,58,4328,6.72,6.65,4.18 +"8012",1.15,"Premium","E","SI2",61.7,60,4328,6.78,6.7,4.16 +"8013",1.03,"Fair","I","VS1",57.6,58,4328,6.67,6.58,3.81 +"8014",1.03,"Premium","E","SI2",61.4,58,4328,6.49,6.45,3.97 +"8015",1.5,"Fair","I","SI2",70.1,58,4328,6.96,6.85,4.84 +"8016",0.92,"Ideal","H","VS1",60.9,57,4328,6.33,6.29,3.84 +"8017",1.19,"Very Good","J","SI2",63.4,56.8,4329,6.7,6.79,4.27 +"8018",1.04,"Premium","D","SI2",58.2,59,4330,6.67,6.62,3.87 +"8019",1.01,"Premium","E","SI1",61.7,56,4330,6.44,6.39,3.96 +"8020",1.05,"Ideal","H","SI2",61.2,57,4331,6.55,6.62,4.03 +"8021",1.05,"Ideal","H","SI2",61.2,57,4331,6.54,6.59,4.02 +"8022",1.25,"Premium","J","SI2",62.3,59,4331,6.82,6.86,4.26 +"8023",1.19,"Premium","H","SI2",61.9,58,4332,6.84,6.77,4.21 +"8024",0.91,"Premium","E","SI1",62.1,58,4332,6.15,6.18,3.83 +"8025",1.04,"Very Good","H","SI2",60.2,60,4332,6.52,6.57,3.94 +"8026",1.01,"Very Good","F","SI2",62.2,58,4332,6.33,6.38,3.95 +"8027",1.01,"Very Good","F","SI2",62.1,58,4332,6.35,6.41,3.96 +"8028",1.06,"Ideal","I","SI1",62.8,56,4333,6.52,6.47,4.08 +"8029",1.08,"Ideal","H","SI1",62.2,57,4333,6.56,6.6,4.09 +"8030",0.96,"Ideal","F","VS1",61.7,56,4333,6.4,6.34,3.93 +"8031",1,"Premium","F","SI2",62.9,56,4333,6.42,6.36,4.02 +"8032",1,"Premium","F","SI2",59.9,61,4333,6.46,6.42,3.86 +"8033",1,"Premium","F","SI2",61.6,62,4333,6.37,6.3,3.9 +"8034",0.91,"Very Good","F","SI2",62.5,58,4334,6.1,6.16,3.83 +"8035",0.88,"Ideal","H","VVS1",62,59,4334,6.12,6.13,3.8 +"8036",0.9,"Premium","E","VS2",62.9,58,4334,6.15,6.12,3.86 +"8037",0.9,"Good","D","VS2",62.6,65,4334,6.1,6.04,3.8 +"8038",0.9,"Premium","E","SI1",63,59,4334,6.13,6.1,3.85 +"8039",0.78,"Ideal","D","VS1",62.1,55,4336,5.9,5.95,3.68 +"8040",1.01,"Ideal","I","SI2",62.5,57,4336,6.38,6.45,4.01 +"8041",0.39,"Good","J","VS2",63.3,56,581,4.6,4.63,2.92 +"8042",0.39,"Ideal","J","VS2",61.4,57,581,4.66,4.72,2.88 +"8043",0.39,"Very Good","G","SI2",62.7,54,581,4.64,4.71,2.93 +"8044",0.38,"Premium","I","SI1",60.5,58,581,4.67,4.72,2.84 +"8045",0.39,"Premium","J","VS2",61.3,60,581,4.65,4.68,2.86 +"8046",0.25,"Ideal","G","VVS1",61.7,56,582,4.05,4.07,2.51 +"8047",0.25,"Ideal","G","VVS1",62.6,55,582,4.03,4.04,2.52 +"8048",0.25,"Ideal","G","VVS1",62.6,56,582,4.01,4.05,2.52 +"8049",0.31,"Ideal","E","SI1",62.1,56,582,4.35,4.38,2.71 +"8050",0.25,"Ideal","G","IF",61.1,57,582,4.06,4.07,2.48 +"8051",0.25,"Very Good","F","VVS2",61.2,55,583,4.1,4.14,2.52 +"8052",0.23,"Very Good","F","VVS2",61.4,56,583,3.94,3.97,2.43 +"8053",0.23,"Very Good","F","VVS2",61.5,56,583,3.95,4,2.44 +"8054",0.23,"Very Good","F","VVS2",61.6,57,583,3.96,3.99,2.45 +"8055",0.23,"Very Good","F","VVS1",61.8,57,583,3.94,3.96,2.44 +"8056",0.23,"Very Good","F","VVS1",62.3,55,583,3.93,3.96,2.46 +"8057",0.23,"Very Good","F","VVS1",62.8,54,583,3.92,3.94,2.47 +"8058",0.23,"Very Good","E","VVS1",62.4,54,583,3.95,3.98,2.47 +"8059",0.23,"Very Good","E","VVS1",62.2,57,583,3.93,3.96,2.45 +"8060",0.36,"Very Good","H","VS2",61,55,583,4.62,4.66,2.83 +"8061",0.27,"Ideal","F","VVS2",60,62,583,4.21,4.22,2.53 +"8062",0.27,"Ideal","F","VS2",61.9,54,583,4.14,4.16,2.57 +"8063",0.27,"Ideal","F","VS2",61.8,53,583,4.18,4.2,2.59 +"8064",0.37,"Ideal","F","SI1",61.3,55,583,4.61,4.65,2.84 +"8065",0.37,"Premium","J","VS2",61.1,60,583,4.63,4.6,2.82 +"8066",0.37,"Premium","J","VS2",60.7,60,583,4.68,4.65,2.83 +"8067",0.31,"Ideal","G","VS1",61.9,55,583,4.36,4.37,2.7 +"8068",0.31,"Good","G","VS1",63.3,57,583,4.28,4.31,2.72 +"8069",0.31,"Good","F","VS2",63.5,55,583,4.31,4.32,2.74 +"8070",0.31,"Ideal","F","VS2",61.6,56,583,4.35,4.38,2.69 +"8071",1.01,"Ideal","I","SI2",62.4,57,4336,6.37,6.41,3.99 +"8072",0.74,"Good","F","VVS1",58.4,60,4336,6.03,6.06,3.53 +"8073",1.01,"Very Good","J","VS2",60.6,59,4337,6.42,6.45,3.9 +"8074",0.91,"Ideal","H","SI1",62,56,4337,6.19,6.22,3.85 +"8075",1.21,"Premium","I","SI2",59.9,61,4337,6.89,6.85,4.11 +"8076",1.01,"Very Good","D","SI2",63.1,54,4338,6.43,6.37,4.04 +"8077",1.01,"Good","D","SI2",63.6,57,4338,6.34,6.3,4.02 +"8078",1.01,"Premium","D","SI2",60.8,61,4338,6.5,6.45,3.94 +"8079",1.01,"Good","D","SI2",57.6,62,4338,6.66,6.56,3.81 +"8080",1.01,"Premium","G","SI1",59.2,59,4338,6.58,6.52,3.88 +"8081",1.23,"Premium","J","VS2",58,61,4338,7.07,7.03,4.09 +"8082",1.01,"Premium","G","SI1",62.6,60,4338,6.39,6.35,3.99 +"8083",1.01,"Premium","D","SI2",61.8,57,4338,6.47,6.42,3.98 +"8084",1.01,"Premium","G","SI1",63,59,4338,6.32,6.27,3.96 +"8085",1.01,"Premium","D","SI2",62.6,60,4338,6.4,6.37,4 +"8086",1.01,"Premium","G","SI1",62.8,59,4338,6.33,6.29,3.96 +"8087",0.72,"Very Good","E","VVS1",60.8,58,4339,5.79,5.83,3.53 +"8088",1.01,"Good","F","SI1",63.4,55,4339,6.35,6.42,4.05 +"8089",1.01,"Good","F","SI1",64.2,58,4339,6.24,6.29,4.02 +"8090",1.07,"Very Good","G","SI2",64.6,60,4340,6.35,6.4,4.12 +"8091",1,"Premium","F","SI2",61.5,60,4340,6.35,6.33,3.9 +"8092",1.25,"Premium","I","SI2",60.1,60,4340,6.99,6.95,4.19 +"8093",1.25,"Premium","G","SI2",61.1,58,4340,6.96,6.91,4.24 +"8094",1.02,"Very Good","H","SI2",62.6,57,4341,6.42,6.46,4.03 +"8095",0.7,"Ideal","F","VVS1",62.4,55,4341,5.65,5.69,3.54 +"8096",1.02,"Premium","G","SI1",61.3,58,4341,6.47,6.45,3.96 +"8097",0.95,"Premium","D","SI2",60.1,61,4341,6.37,6.35,3.82 +"8098",1.08,"Ideal","H","SI2",62.1,56,4344,6.54,6.6,4.08 +"8099",1.04,"Ideal","I","SI1",61.7,57,4344,6.49,6.54,4.02 +"8100",0.91,"Good","E","VS2",63.1,58,4345,6.13,6.19,3.89 +"8101",1.52,"Premium","G","I1",62.3,60,4345,7.34,7.28,4.56 +"8102",1.01,"Very Good","J","SI1",61.9,58,4346,6.36,6.4,3.95 +"8103",1.2,"Good","D","I1",63.6,60,4346,6.72,6.67,4.26 +"8104",1.03,"Ideal","J","SI2",60.6,56,4347,6.58,6.57,3.99 +"8105",1.15,"Premium","J","SI1",62.3,55,4347,6.76,6.66,4.18 +"8106",1.15,"Premium","I","SI2",62.6,57,4347,6.73,6.69,4.2 +"8107",1.15,"Ideal","J","SI1",61.8,57,4347,6.73,6.67,4.14 +"8108",1.02,"Very Good","H","SI1",62.8,59,4348,6.33,6.38,3.99 +"8109",1,"Very Good","D","SI2",62.3,56,4348,6.33,6.39,3.96 +"8110",1.13,"Very Good","I","VS2",61.6,57,4348,6.73,6.78,4.16 +"8111",1.01,"Premium","H","VS2",58.1,60,4348,6.61,6.55,3.82 +"8112",1.09,"Very Good","H","SI2",60.9,57,4349,6.64,6.69,4.06 +"8113",1.13,"Premium","H","SI2",59.4,58,4350,6.74,6.8,4.02 +"8114",0.92,"Premium","D","SI1",62.3,58,4350,6.21,6.27,3.89 +"8115",0.78,"Ideal","D","VS1",62.2,57,4350,5.86,5.9,3.66 +"8116",1.01,"Ideal","G","SI2",62.1,57,4350,6.48,6.44,4.01 +"8117",0.93,"Very Good","H","VS2",62.8,59,4351,6.13,6.16,3.86 +"8118",0.9,"Ideal","D","SI1",61.6,56,4351,6.19,6.21,3.82 +"8119",1.01,"Very Good","E","SI2",60.4,60,4352,6.48,6.57,3.94 +"8120",0.91,"Premium","D","SI1",63,59,4352,6.15,6.11,3.86 +"8121",1.34,"Very Good","H","SI2",61.1,63,4352,7.08,7.01,4.3 +"8122",1.18,"Very Good","J","SI2",62.2,58,4353,6.74,6.79,4.21 +"8123",1.27,"Premium","G","SI2",62.4,56,4353,6.93,6.88,4.32 +"8124",1.02,"Ideal","H","SI2",61.9,56,4353,6.47,6.51,4.02 +"8125",0.9,"Good","E","VS1",64.8,54,4353,6.12,6.07,3.95 +"8126",1.02,"Very Good","J","VS2",63.9,57.9,4354,6.28,6.33,4.03 +"8127",1.1,"Premium","H","SI1",62.1,58,4354,6.61,6.59,4.1 +"8128",1.05,"Premium","F","SI2",60.4,57,4354,6.61,6.54,3.97 +"8129",1.08,"Ideal","I","SI1",61.4,57,4355,6.67,6.62,4.08 +"8130",0.9,"Premium","H","VS2",61.2,61,4355,6.18,6.08,3.75 +"8131",1.01,"Ideal","E","SI2",62.1,56,4355,6.39,6.43,3.98 +"8132",1.01,"Premium","E","SI2",62.5,60,4355,6.39,6.42,4 +"8133",1.01,"Very Good","E","SI2",61.8,56,4355,6.42,6.5,3.99 +"8134",1.01,"Very Good","E","SI2",62.4,58,4355,6.36,6.42,3.99 +"8135",1.01,"Very Good","E","SI2",59.6,61,4355,6.56,6.59,3.92 +"8136",1.01,"Very Good","E","SI2",62.8,57,4355,6.35,6.38,4 +"8137",1.01,"Good","E","SI2",63.3,58,4355,6.37,6.39,4.04 +"8138",1.01,"Very Good","F","SI2",63.4,56,4355,6.4,6.34,4.04 +"8139",1.01,"Premium","I","SI1",62.3,58,4355,6.44,6.4,4 +"8140",0.97,"Good","I","VS2",64.5,61,4355,6.16,6.21,3.99 +"8141",0.9,"Premium","H","VVS2",60.3,61,4355,6.25,6.22,3.76 +"8142",0.9,"Premium","H","VVS2",62,58,4355,6.16,6.13,3.81 +"8143",1.08,"Premium","I","SI1",60.5,60,4355,6.67,6.61,4.02 +"8144",1.01,"Fair","H","VVS2",65,55,4355,6.31,6.27,4.09 +"8145",1.01,"Premium","H","SI2",61.3,59,4355,6.47,6.41,3.95 +"8146",0.96,"Ideal","G","SI1",62.6,57,4355,6.28,6.24,3.92 +"8147",0.96,"Ideal","G","SI1",63,54,4355,6.27,6.24,3.94 +"8148",1.01,"Good","F","SI1",63.6,58,4355,6.36,6.28,4.02 +"8149",1.01,"Premium","I","SI1",61.9,58,4355,6.48,6.42,3.99 +"8150",1.01,"Premium","G","SI2",59.5,55,4355,6.59,6.53,3.9 +"8151",1.1,"Very Good","I","SI1",62.7,58,4356,6.54,6.58,4.11 +"8152",1.02,"Good","F","SI2",59.2,58,4356,6.51,6.56,3.87 +"8153",1.01,"Ideal","H","SI2",61.7,56,4357,6.41,6.46,3.97 +"8154",1.06,"Good","F","SI2",62.2,61,4357,6.47,6.53,4.04 +"8155",0.91,"Premium","G","VS2",60.8,56,4357,6.28,6.21,3.8 +"8156",0.9,"Very Good","G","VS1",62.4,55,4358,6.11,6.17,3.83 +"8157",1.02,"Ideal","H","SI2",61,58,4360,6.5,6.54,3.98 +"8158",0.91,"Ideal","G","SI2",61,57,4360,6.25,6.28,3.82 +"8159",1.13,"Premium","F","SI2",62.3,59,4360,6.68,6.65,4.15 +"8160",1.1,"Good","D","SI2",57,62,4361,6.91,6.84,3.92 +"8161",1.1,"Very Good","D","SI2",58.6,63,4361,6.76,6.69,3.94 +"8162",1.09,"Ideal","J","VS2",62,54,4361,6.64,6.61,4.11 +"8163",0.7,"Very Good","D","VVS1",63.4,59,4362,5.63,5.64,3.57 +"8164",1.03,"Premium","I","SI1",61.6,59,4362,6.46,6.49,3.99 +"8165",1.08,"Very Good","G","SI2",60.3,58,4362,6.65,6.72,4.03 +"8166",1.01,"Premium","G","SI2",62.4,58,4362,6.38,6.41,3.99 +"8167",0.72,"Ideal","F","VVS1",61,56,4362,5.78,5.8,3.53 +"8168",0.8,"Ideal","F","VS1",62.2,56,4362,5.93,5.96,3.7 +"8169",0.9,"Good","D","SI1",61.1,62,4362,6.2,6.24,3.8 +"8170",1.07,"Premium","E","SI2",60.5,59,4362,6.67,6.59,4.01 +"8171",0.71,"Very Good","D","VVS2",61,56,4363,5.75,5.79,3.52 +"8172",1.01,"Very Good","E","SI2",63.5,55,4363,6.32,6.38,4.03 +"8173",1.05,"Premium","F","SI2",61.7,60,4363,6.58,6.49,4.03 +"8174",1.02,"Ideal","G","SI2",62.6,58,4363,6.42,6.4,4.01 +"8175",0.85,"Ideal","E","SI1",61.6,57,4363,6.07,6.1,3.75 +"8176",1.05,"Premium","F","SI2",62.8,55,4363,6.55,6.48,4.09 +"8177",1.05,"Premium","F","SI2",62.3,56,4363,6.55,6.51,4.07 +"8178",1.04,"Very Good","F","SI2",62.4,54,4364,6.46,6.53,4.05 +"8179",1.05,"Ideal","J","SI2",61.3,56,4364,6.56,6.59,4.03 +"8180",0.96,"Premium","E","SI1",58.7,62,4365,6.41,6.39,3.76 +"8181",0.84,"Premium","D","VS1",60.6,57,4365,6.15,6.06,3.7 +"8182",1.07,"Premium","F","SI2",61.7,58,4366,6.55,6.58,4.05 +"8183",1.07,"Premium","F","SI2",61.8,58,4366,6.51,6.57,4.04 +"8184",1.02,"Ideal","G","SI2",62,55,4366,6.4,6.51,4 +"8185",0.94,"Ideal","E","SI2",60.9,57,4366,6.34,6.36,3.87 +"8186",1.2,"Ideal","I","SI1",62.2,57,4368,6.8,6.77,4.22 +"8187",1.5,"Fair","I","I1",71.3,58,4368,6.85,6.81,4.87 +"8188",1.2,"Fair","I","SI1",66.2,59,4368,6.55,6.47,4.31 +"8189",1.04,"Ideal","H","SI2",61.8,55,4368,6.54,6.5,4.03 +"8190",1.04,"Premium","H","SI1",60.4,59,4368,6.59,6.55,3.97 +"8191",1.2,"Ideal","H","SI2",61.1,57,4368,6.9,6.81,4.19 +"8192",1.02,"Good","F","SI2",61.4,61,4368,6.4,6.44,3.94 +"8193",1.04,"Premium","I","SI1",62,57,4368,6.5,6.47,4.02 +"8194",1.04,"Premium","I","SI1",61.8,60,4368,6.51,6.47,4.01 +"8195",1.04,"Premium","H","SI2",61.5,59,4368,6.54,6.51,4.01 +"8196",1.2,"Premium","H","SI2",62.5,58,4368,6.74,6.69,4.2 +"8197",1.3,"Premium","H","SI2",60.7,59,4368,7.06,7,4.27 +"8198",1.2,"Fair","H","SI2",64.8,58,4368,6.61,6.56,4.27 +"8199",1,"Premium","G","SI2",61.8,59,4368,6.38,6.33,3.93 +"8200",1.04,"Premium","H","SI2",58.6,60,4368,6.67,6.63,3.9 +"8201",1,"Fair","H","VS1",65.4,61,4368,6.22,6.17,4.05 +"8202",1.04,"Ideal","H","SI2",61.1,56,4368,6.66,6.6,4.05 +"8203",1,"Fair","H","VS1",57.4,68,4368,6.52,6.47,3.73 +"8204",0.51,"Fair","F","VVS2",60.7,66,4368,5.21,5.11,3.13 +"8205",0.9,"Very Good","G","VS2",62.5,58,4369,6.1,6.15,3.83 +"8206",1.01,"Very Good","H","SI1",62.6,58,4369,6.34,6.44,4 +"8207",0.7,"Ideal","D","VVS2",62,53.4,4369,5.69,5.72,3.54 +"8208",0.9,"Ideal","H","VS2",62.5,53,4369,6.17,6.22,3.87 +"8209",1.01,"Good","F","SI1",65.5,58,4369,6.11,6.25,4.05 +"8210",0.91,"Very Good","H","VS1",62.1,59,4370,6.17,6.2,3.84 +"8211",0.9,"Good","F","VS2",62.4,58,4370,6.08,6.1,3.8 +"8212",0.9,"Good","F","VS2",63.1,57,4370,6.13,6.16,3.88 +"8213",1.02,"Premium","G","SI2",62.9,59,4370,6.4,6.38,4.02 +"8214",1.02,"Very Good","G","SI2",63.1,60,4370,6.41,6.34,4.02 +"8215",1.04,"Premium","E","SI2",62.8,59,4370,6.45,6.41,4.04 +"8216",1.02,"Ideal","G","SI2",62.7,57,4370,6.44,6.42,4.03 +"8217",1.02,"Premium","G","SI2",62.5,59,4370,6.42,6.37,4 +"8218",1.13,"Ideal","J","SI2",61.9,56,4371,6.67,6.71,4.14 +"8219",1.01,"Premium","E","SI2",61,56,4371,6.42,6.36,3.9 +"8220",1.09,"Very Good","J","VS2",62.3,59,4372,6.56,6.63,4.11 +"8221",1.06,"Very Good","H","SI2",62.8,57,4372,6.49,6.57,4.1 +"8222",1.06,"Premium","I","SI1",61.9,59,4372,6.5,6.52,4.03 +"8223",1,"Very Good","F","SI2",61.3,61,4372,6.36,6.39,3.91 +"8224",1,"Very Good","F","SI2",61.6,61,4372,6.33,6.36,3.91 +"8225",1.06,"Premium","F","SI2",62.4,58,4372,6.5,6.54,4.07 +"8226",1,"Ideal","F","SI2",61.2,57,4372,6.39,6.48,3.94 +"8227",1,"Ideal","F","SI2",61.3,56,4372,6.43,6.46,3.95 +"8228",1,"Premium","I","VS2",61.6,59,4372,6.39,6.47,3.96 +"8229",1,"Good","F","SI1",64,57,4372,6.29,6.33,4.04 +"8230",1,"Very Good","F","SI2",61.1,61,4372,6.35,6.38,3.89 +"8231",0.73,"Ideal","D","VVS2",61.3,56,4372,5.79,5.82,3.56 +"8232",0.84,"Ideal","G","VS1",61.4,56,4372,6.04,6.15,3.74 +"8233",0.93,"Premium","F","SI1",62.3,58,4373,6.18,6.22,3.86 +"8234",1.12,"Premium","I","SI1",61.1,59,4373,6.66,6.69,4.08 +"8235",1.12,"Very Good","H","SI2",62.5,58,4373,6.58,6.63,4.13 +"8236",1.02,"Very Good","F","SI2",60,57,4373,6.53,6.57,3.93 +"8237",0.85,"Ideal","G","VS1",61.8,55,4373,6.09,6.11,3.77 +"8238",0.85,"Ideal","D","SI1",61.9,56,4373,6.03,6.09,3.75 +"8239",1.32,"Premium","G","SI2",59.2,61,4373,7.21,7.14,4.25 +"8240",1.03,"Very Good","G","SI2",62.2,56,4374,6.46,6.49,4.03 +"8241",1.07,"Ideal","F","SI2",61.9,55,4374,6.53,6.58,4.06 +"8242",0.93,"Ideal","E","SI1",62.2,55,4374,6.24,6.27,3.89 +"8243",1.05,"Premium","I","SI2",60.2,61,4374,6.64,6.61,3.99 +"8244",1.07,"Ideal","E","SI2",61.7,57,4374,6.59,6.56,4.06 +"8245",1.07,"Premium","H","VS2",60.6,60,4374,6.66,6.63,4.03 +"8246",1.04,"Ideal","G","SI2",60.7,57,4375,6.51,6.61,3.98 +"8247",1.04,"Ideal","G","SI2",61.4,57,4375,6.48,6.54,4 +"8248",1.04,"Very Good","G","SI2",62.6,58,4375,6.42,6.49,4.04 +"8249",1.01,"Very Good","I","SI1",60,62,4375,6.41,6.53,3.88 +"8250",1.24,"Premium","I","SI2",62.8,58,4375,6.88,6.79,4.28 +"8251",1.24,"Fair","F","SI2",64.9,60,4375,6.7,6.63,4.32 +"8252",1.02,"Ideal","H","SI2",60.5,57,4375,6.56,6.52,3.95 +"8253",0.93,"Good","G","SI1",63.8,58,4375,6.14,6.09,3.9 +"8254",1.11,"Ideal","I","SI2",61.9,57,4377,6.62,6.66,4.11 +"8255",0.76,"Ideal","D","VS1",61.7,56,4377,5.84,5.87,3.61 +"8256",1.21,"Ideal","F","I1",62,56,4377,6.84,6.8,4.23 +"8257",0.83,"Ideal","D","VS2",62,54.9,4378,6.03,6.04,3.74 +"8258",1.01,"Ideal","I","VS2",64.1,58,4378,6.27,6.21,4 +"8259",0.92,"Premium","E","SI1",61.3,58,4379,6.19,6.25,3.81 +"8260",1,"Very Good","H","SI2",62,57,4379,6.4,6.34,3.95 +"8261",0.9,"Very Good","F","SI1",61.4,58,4379,6.18,6.23,3.81 +"8262",0.71,"Ideal","D","VS1",61.7,56,4380,5.71,5.74,3.53 +"8263",1.02,"Premium","G","SI1",61.9,58,4381,6.47,6.42,3.99 +"8264",0.9,"Very Good","H","VS2",63,57,4381,6.09,6.13,3.85 +"8265",0.9,"Good","D","SI1",63.5,57,4381,6.11,6.15,3.89 +"8266",0.9,"Very Good","D","SI1",61,63,4381,6.1,6.13,3.73 +"8267",0.9,"Good","D","SI1",63.3,57,4381,6.07,6.12,3.86 +"8268",0.9,"Premium","D","SI1",62.7,58,4381,6.09,6.15,3.84 +"8269",0.9,"Very Good","D","SI1",59.4,62,4381,6.19,6.24,3.69 +"8270",0.9,"Very Good","D","SI1",61.5,58,4381,6.15,6.21,3.8 +"8271",0.9,"Very Good","D","SI1",62.6,58,4381,6.11,6.15,3.84 +"8272",0.9,"Good","D","SI1",63.2,55,4381,6.1,6.14,3.87 +"8273",0.9,"Very Good","D","SI1",62.7,56,4381,6.12,6.16,3.85 +"8274",0.9,"Very Good","D","SI1",61.2,60,4381,6.14,6.19,3.77 +"8275",0.9,"Good","H","VVS1",64.3,59,4381,6.04,6.09,3.9 +"8276",1.02,"Premium","D","SI2",60,62,4381,6.59,6.5,3.93 +"8277",1.02,"Fair","D","SI2",65.5,60,4381,6.27,6.24,4.1 +"8278",1.02,"Premium","D","SI2",60.9,61,4381,6.39,6.31,3.87 +"8279",1.02,"Premium","D","SI2",61.5,58,4381,6.51,6.33,3.95 +"8280",1.02,"Premium","D","SI2",62.1,57,4381,6.41,6.37,3.97 +"8281",0.9,"Very Good","E","SI1",63.2,54,4382,6.1,6.17,3.88 +"8282",0.9,"Good","G","VVS1",64,55,4382,6.05,6.02,3.86 +"8283",1.03,"Ideal","H","SI2",62.5,54,4382,6.46,6.5,4.05 +"8284",0.9,"Good","D","SI2",62.2,63,4382,6.14,6.23,3.85 +"8285",0.76,"Ideal","E","VVS1",61.8,54,4382,5.9,5.87,3.64 +"8286",1,"Very Good","F","SI2",62.2,55,4383,6.39,6.44,3.99 +"8287",1.09,"Ideal","H","SI2",60,59,4383,6.72,6.77,4.05 +"8288",1.01,"Ideal","G","SI2",61,56,4383,6.48,6.54,3.97 +"8289",0.74,"Ideal","F","IF",61.9,55,4383,5.79,5.84,3.6 +"8290",1.01,"Very Good","F","SI2",62.3,59,4384,6.31,6.37,3.95 +"8291",1.03,"Premium","H","SI1",60.7,60,4384,6.61,6.53,3.99 +"8292",1.03,"Ideal","H","SI2",61.1,57,4384,6.55,6.52,3.99 +"8293",0.9,"Premium","E","SI1",60.8,59,4385,6.24,6.19,3.78 +"8294",1.13,"Very Good","J","SI1",63.5,59,4385,6.62,6.55,4.18 +"8295",0.9,"Premium","E","SI1",59.1,62,4385,6.33,6.3,3.73 +"8296",0.9,"Premium","E","VS2",58,61,4385,6.45,6.34,3.71 +"8297",1.13,"Ideal","I","SI2",61.7,57,4385,6.7,6.59,4.13 +"8298",0.9,"Premium","E","SI1",61.6,57,4385,6.25,6.19,3.83 +"8299",0.9,"Premium","E","SI1",59.8,55,4385,6.34,6.3,3.78 +"8300",0.9,"Premium","G","VS2",61.8,60,4386,6.16,6.21,3.82 +"8301",0.9,"Very Good","G","VS2",61.5,60,4386,6.13,6.16,3.78 +"8302",0.91,"Ideal","H","SI1",61.9,56,4386,6.17,6.21,3.83 +"8303",1,"Good","F","SI2",60.2,65,4386,6.38,6.41,3.85 +"8304",1.2,"Premium","G","SI2",62.8,62,4387,6.69,6.65,4.19 +"8305",1.44,"Premium","I","I1",62.7,55,4387,7.21,7.18,4.51 +"8306",0.93,"Premium","H","VS2",58.3,60,4387,6.45,6.37,3.74 +"8307",0.8,"Ideal","G","VS1",61.1,57,4388,5.97,6,3.65 +"8308",0.96,"Premium","D","SI2",59.1,58,4388,6.53,6.44,3.83 +"8309",1,"Good","H","SI1",62.7,60,4389,6.24,6.3,3.93 +"8310",1,"Very Good","H","SI1",62.2,60,4389,6.34,6.45,3.98 +"8311",1,"Good","H","SI1",63.4,56,4389,6.34,6.37,4.03 +"8312",1,"Premium","H","SI1",59,60,4389,6.52,6.56,3.86 +"8313",1,"Good","H","SI1",63.9,56,4389,6.28,6.31,4.02 +"8314",1,"Good","H","SI1",61.2,62,4389,6.32,6.36,3.88 +"8315",0.91,"Very Good","D","SI1",63.5,56,4389,6.13,6.18,3.91 +"8316",1,"Ideal","H","SI2",58.3,61,4390,6.56,6.61,3.84 +"8317",1.1,"Ideal","J","SI1",61.5,55,4390,6.65,6.68,4.1 +"8318",0.9,"Ideal","F","SI1",62.2,55,4390,6.16,6.21,3.85 +"8319",1,"Very Good","E","SI2",63.3,55,4390,6.29,6.25,3.97 +"8320",1.12,"Premium","I","SI1",60.6,60,4390,6.77,6.73,4.09 +"8321",1,"Premium","E","SI2",62.2,59,4390,6.38,6.35,3.96 +"8322",1,"Premium","E","SI2",60.6,61,4390,6.44,6.39,3.89 +"8323",1.13,"Very Good","J","SI1",62.9,57.7,4391,6.6,6.64,4.16 +"8324",1.03,"Ideal","G","SI2",61.7,55,4391,6.48,6.52,4.01 +"8325",1.08,"Good","F","SI2",58,61,4391,6.72,6.77,3.91 +"8326",1.21,"Premium","J","SI1",62.7,57,4391,6.77,6.72,4.23 +"8327",1.21,"Premium","I","SI2",61.8,60,4391,6.86,6.76,4.21 +"8328",0.91,"Ideal","E","SI1",61,57,4392,6.2,6.26,3.8 +"8329",1,"Very Good","E","SI2",62.5,55,4392,6.38,6.41,4 +"8330",1,"Good","E","SI2",61,61,4394,6.37,6.44,3.91 +"8331",1.09,"Premium","H","SI2",61.2,62,4395,6.63,6.58,4.04 +"8332",1.09,"Premium","H","SI2",61.2,62,4395,6.63,6.58,4.04 +"8333",1.16,"Good","F","SI2",63.7,63,4395,6.55,6.63,4.2 +"8334",1,"Very Good","H","SI2",63.7,58,4395,6.31,6.35,4.03 +"8335",1.03,"Ideal","J","SI1",61.7,56,4395,6.49,6.53,4.02 +"8336",0.9,"Good","G","VS1",61,62,4395,6.16,6.24,3.78 +"8337",1.01,"Premium","G","SI1",58.8,58,4395,6.59,6.51,3.85 +"8338",1.01,"Premium","G","SI1",62.3,60,4395,6.31,6.25,3.91 +"8339",0.9,"Very Good","F","VS2",59.6,59,4397,6.27,6.31,3.75 +"8340",1.02,"Ideal","J","VS2",61.1,58,4397,6.45,6.49,3.95 +"8341",1.02,"Ideal","J","VS2",60.7,57,4397,6.5,6.54,3.96 +"8342",1.01,"Good","G","SI2",59.3,62,4397,6.51,6.58,3.88 +"8343",1.02,"Fair","H","SI2",59.6,57,4398,6.65,6.5,3.92 +"8344",1.02,"Very Good","E","SI2",60.5,58,4398,6.54,6.58,3.97 +"8345",1.02,"Good","E","SI2",63.3,59,4398,6.32,6.42,4.03 +"8346",1.02,"Very Good","E","SI2",62.8,55,4398,6.4,6.43,4.03 +"8347",1.02,"Very Good","E","SI2",62.9,56,4398,6.36,6.43,4.02 +"8348",1.02,"Very Good","E","SI2",63,57,4398,6.39,6.44,4.04 +"8349",1.02,"Ideal","E","SI2",62.4,55,4398,6.44,6.47,4.03 +"8350",1.02,"Very Good","E","SI2",59.6,59,4398,6.54,6.59,3.91 +"8351",1.05,"Very Good","E","SI2",62.9,57,4398,6.47,6.51,4.08 +"8352",1.04,"Fair","D","SI2",64.9,56,4398,6.39,6.34,4.13 +"8353",1.02,"Ideal","G","SI2",61.4,54,4398,6.55,6.52,4.01 +"8354",1,"Premium","G","SI2",61.8,58,4398,6.43,6.39,3.96 +"8355",1.02,"Premium","F","SI2",63,58,4398,6.43,6.37,4.03 +"8356",1.02,"Ideal","F","SI2",62.4,57,4398,6.43,6.4,4 +"8357",1.02,"Fair","D","SI1",70.6,57,4398,6.08,6.01,4.27 +"8358",1.02,"Ideal","H","SI2",60.7,57,4398,6.54,6.51,3.96 +"8359",0.77,"Very Good","F","VVS1",60.2,58,4399,5.93,5.97,3.58 +"8360",1.01,"Premium","E","SI1",62.4,58,4399,6.37,6.42,3.99 +"8361",1.01,"Good","E","SI1",64.1,59,4399,6.31,6.35,4.06 +"8362",1.01,"Good","E","SI1",64.1,62,4399,6.19,6.26,3.99 +"8363",1.01,"Very Good","E","SI1",61,56,4399,6.47,6.54,3.97 +"8364",1.01,"Good","E","SI1",59.3,64,4399,6.47,6.49,3.84 +"8365",1.14,"Premium","F","SI2",62.8,58,4399,6.61,6.56,4.14 +"8366",0.9,"Very Good","G","VS2",63.8,58,4400,6.08,6.12,3.89 +"8367",0.9,"Very Good","G","VS2",58.8,61,4400,6.28,6.3,3.7 +"8368",0.9,"Very Good","F","VS2",63.4,58,4400,6.07,6.11,3.86 +"8369",1,"Good","E","SI2",63.5,54,4400,6.35,6.41,4.05 +"8370",0.97,"Premium","G","SI1",62.6,58,4400,6.24,6.18,3.89 +"8371",0.31,"Very Good","F","VS2",60.7,61,583,4.36,4.4,2.66 +"8372",0.31,"Good","F","VS2",63.7,59,583,4.26,4.31,2.73 +"8373",0.31,"Ideal","F","VS2",60.8,57,583,4.38,4.41,2.67 +"8374",0.31,"Ideal","F","VS2",61.6,56,583,4.35,4.39,2.69 +"8375",0.31,"Premium","F","VS2",59.4,58,583,4.37,4.45,2.62 +"8376",0.31,"Very Good","F","VS2",63,57,583,4.27,4.33,2.71 +"8377",0.31,"Good","F","VS2",63.6,54,583,4.28,4.33,2.74 +"8378",0.31,"Very Good","G","VS1",58.2,61,583,4.42,4.45,2.58 +"8379",0.31,"Ideal","F","VS2",61.9,57,583,4.32,4.34,2.68 +"8380",0.31,"Very Good","F","VS2",58.3,61,583,4.44,4.48,2.6 +"8381",0.31,"Ideal","F","VS2",62.2,56,583,4.36,4.39,2.72 +"8382",0.35,"Ideal","F","SI1",62.5,54,583,4.5,4.52,2.82 +"8383",0.35,"Premium","F","SI1",60.2,58,583,4.54,4.6,2.75 +"8384",0.35,"Ideal","F","SI1",62.4,55,583,4.52,4.55,2.83 +"8385",0.35,"Ideal","F","SI1",62.2,56,583,4.48,4.52,2.8 +"8386",0.35,"Good","F","SI1",63.6,54,583,4.51,4.52,2.87 +"8387",0.35,"Good","F","SI1",63.1,56,583,4.46,4.51,2.83 +"8388",0.35,"Premium","F","SI1",62.3,58,583,4.49,4.53,2.81 +"8389",0.35,"Very Good","F","SI1",61.7,58,583,4.51,4.54,2.79 +"8390",0.26,"Very Good","E","VVS2",60.9,58,584,4.13,4.15,2.52 +"8391",0.32,"Very Good","E","SI1",59.9,57,584,4.47,4.49,2.68 +"8392",0.32,"Very Good","E","SI1",62.3,55,584,4.36,4.38,2.72 +"8393",0.5,"Fair","F","I1",69.8,55,584,4.89,4.8,3.38 +"8394",0.34,"Ideal","D","SI1",62,55,584,4.5,4.53,2.8 +"8395",0.37,"Good","H","VS2",63.1,55,584,4.59,4.63,2.91 +"8396",0.37,"Very Good","H","VS2",59.5,61,584,4.64,4.67,2.77 +"8397",0.37,"Good","H","VS2",63.7,55,584,4.54,4.56,2.9 +"8398",0.37,"Premium","I","VS1",61.4,59,584,4.55,4.61,2.81 +"8399",0.34,"Premium","D","SI1",62,58,584,4.43,4.47,2.76 +"8400",0.3,"Very Good","E","VS2",61.6,61,585,4.26,4.31,2.64 +"8401",1.07,"Premium","G","SI2",62,59,4401,6.54,6.5,4.04 +"8402",0.9,"Ideal","F","SI1",60.7,57,4401,6.21,6.25,3.78 +"8403",0.9,"Very Good","G","SI1",62.9,54,4401,6.14,6.16,3.87 +"8404",1.06,"Ideal","H","SI2",60.1,59,4401,6.65,6.63,3.99 +"8405",1.03,"Ideal","I","SI1",63.3,57,4401,6.37,6.46,4.06 +"8406",1.07,"Premium","G","SI2",62.9,59,4401,6.58,6.51,4.12 +"8407",0.9,"Good","G","VS1",63.9,60,4401,6.14,6.09,3.91 +"8408",1.07,"Ideal","G","SI2",62,57,4401,6.58,6.55,4.07 +"8409",1.06,"Ideal","H","SI2",62.8,57,4402,6.52,6.56,4.11 +"8410",1.04,"Ideal","F","SI1",59.9,56,4403,6.64,6.58,3.96 +"8411",0.9,"Ideal","H","VS2",61.9,58,4403,6.2,6.24,3.85 +"8412",1.04,"Fair","F","SI1",66.9,62,4403,6.22,6.15,4.14 +"8413",1.04,"Ideal","H","SI2",62.1,56,4404,6.48,6.5,4.03 +"8414",0.92,"Good","F","VS2",63.1,57,4404,6.11,6.16,3.87 +"8415",1.02,"Very Good","E","SI2",63.1,59,4404,6.33,6.39,4.01 +"8416",1.02,"Very Good","E","SI2",60.7,62,4404,6.44,6.47,3.92 +"8417",0.97,"Very Good","H","SI1",62.8,55,4404,6.25,6.3,3.94 +"8418",1.51,"Premium","H","I1",60.9,56,4404,7.38,7.26,4.46 +"8419",1.21,"Very Good","I","SI1",63.3,60,4404,6.76,6.69,4.26 +"8420",1.21,"Premium","I","SI1",61,56,4404,6.91,6.87,4.2 +"8421",1.15,"Very Good","I","SI2",62,58,4405,6.69,6.73,4.16 +"8422",1.05,"Ideal","J","SI1",61.7,55,4405,6.54,6.56,4.04 +"8423",1.05,"Ideal","J","SI1",61.5,55,4405,6.53,6.57,4.03 +"8424",1,"Good","H","SI1",61.6,61,4405,6.29,6.35,3.89 +"8425",0.93,"Good","G","SI1",58.8,61,4405,6.36,6.39,3.75 +"8426",0.92,"Ideal","G","VS2",62.6,56,4405,6.2,6.17,3.87 +"8427",1.06,"Ideal","I","VS2",61.4,57,4405,6.57,6.52,4.02 +"8428",0.92,"Ideal","G","SI2",61.9,57,4406,6.23,6.25,3.86 +"8429",0.92,"Good","E","VS2",58.9,57,4406,6.35,6.38,3.75 +"8430",1.03,"Premium","H","SI1",58.6,61,4406,6.64,6.6,3.88 +"8431",1.03,"Very Good","H","SI1",63.4,62,4406,6.46,6.27,4.05 +"8432",1.13,"Good","D","SI2",60.7,64,4406,6.68,6.63,4 +"8433",0.9,"Premium","D","SI1",61.4,62,4407,6.19,6.05,3.76 +"8434",1.08,"Very Good","F","SI2",62.6,56,4407,6.55,6.61,4.12 +"8435",1.08,"Premium","F","SI2",60.2,59,4407,6.6,6.65,3.99 +"8436",0.77,"Ideal","D","VS1",62.3,56,4407,5.83,5.89,3.65 +"8437",1.03,"Ideal","G","SI2",62.1,56,4407,6.44,6.48,4.01 +"8438",0.7,"Good","D","VVS1",61,61,4407,5.69,5.72,3.48 +"8439",1.23,"Premium","G","SI2",58.9,62,4408,7.03,6.97,4.12 +"8440",0.9,"Good","H","VS1",62.4,55,4409,6.09,6.16,3.82 +"8441",1.25,"Premium","J","SI2",62.3,59,4410,6.86,6.82,4.26 +"8442",1.05,"Ideal","H","SI2",61.2,57,4410,6.62,6.55,4.03 +"8443",1.05,"Ideal","H","SI2",61.2,57,4410,6.59,6.54,4.02 +"8444",1.01,"Premium","F","SI1",61.9,58,4412,6.38,6.34,3.94 +"8445",1.01,"Very Good","I","SI1",63.5,59,4412,6.36,6.31,4.02 +"8446",1.01,"Premium","H","VS2",62.3,58,4412,6.45,6.36,3.99 +"8447",0.81,"Ideal","F","VS1",62.3,55,4412,5.97,6,3.73 +"8448",1.01,"Very Good","H","VS1",63.5,56,4412,6.32,6.27,4 +"8449",1.01,"Premium","E","SI2",59.1,60,4412,6.57,6.55,3.88 +"8450",1.01,"Premium","H","SI2",60.3,60,4412,6.49,6.45,3.9 +"8451",1.06,"Very Good","J","VS2",62.6,59,4413,6.49,6.57,4.09 +"8452",1.07,"Premium","H","SI2",61.2,60,4413,6.53,6.57,4.01 +"8453",1.07,"Very Good","H","SI2",62.8,57,4413,6.5,6.58,4.11 +"8454",1,"Very Good","G","SI1",62.6,57,4413,6.31,6.37,3.97 +"8455",1.01,"Ideal","I","SI1",62.5,56,4413,6.4,6.44,4.01 +"8456",1.01,"Good","E","SI2",56.7,61,4413,6.68,6.7,3.79 +"8457",1.08,"Ideal","H","SI1",62.2,57,4413,6.6,6.56,4.09 +"8458",1.03,"Very Good","G","SI2",63.5,56,4413,6.37,6.33,4.03 +"8459",1.03,"Premium","G","SI2",59.9,60,4413,6.56,6.5,3.91 +"8460",1.02,"Good","E","SI2",64.2,59,4414,6.26,6.2,4 +"8461",1.02,"Very Good","E","SI2",58.7,63,4414,6.61,6.55,3.86 +"8462",1.08,"Premium","F","SI2",62.3,58,4414,6.55,6.52,4.07 +"8463",1.1,"Very Good","H","SI1",62.5,56,4414,6.56,6.63,4.12 +"8464",1.03,"Very Good","F","SI2",61.8,59,4414,6.43,6.48,3.99 +"8465",1.03,"Very Good","F","SI2",62,58,4414,6.43,6.51,4.01 +"8466",1.04,"Ideal","G","SI2",63.1,55,4414,6.45,6.52,4.09 +"8467",1.03,"Good","F","SI2",59,59,4414,6.55,6.6,3.88 +"8468",1.08,"Very Good","E","SI2",59.8,59,4415,6.65,6.73,4 +"8469",1.01,"Very Good","F","SI2",60,59,4416,6.48,6.61,3.93 +"8470",1.01,"Very Good","F","SI2",62.4,58,4416,6.37,6.41,3.99 +"8471",1.01,"Good","F","SI2",63.2,59,4416,6.35,6.38,4.02 +"8472",1.01,"Premium","F","SI2",62.2,59,4416,6.41,6.45,4 +"8473",1.01,"Premium","F","SI2",62.6,60,4416,6.35,6.37,3.98 +"8474",1.01,"Ideal","F","SI2",62.5,55,4416,6.39,6.4,4 +"8475",1.01,"Premium","F","SI2",61.3,60,4416,6.4,6.43,3.93 +"8476",1.01,"Premium","F","SI2",62.2,59,4416,6.38,6.42,3.98 +"8477",1.01,"Premium","F","SI2",61.6,58,4416,6.39,6.4,3.94 +"8478",1.01,"Ideal","F","SI2",60.5,57,4416,6.49,6.53,3.94 +"8479",1.01,"Good","F","SI2",63.9,54,4416,6.33,6.44,4.08 +"8480",1.01,"Very Good","F","SI2",62.7,59,4416,6.35,6.4,4 +"8481",1.01,"Very Good","F","SI2",62.8,60,4416,6.33,6.4,4 +"8482",1,"Good","G","SI1",62.2,62,4416,6.34,6.39,3.96 +"8483",1.06,"Ideal","H","VS2",62.4,57,4416,6.54,6.48,4.06 +"8484",0.83,"Ideal","F","VS2",62.3,56,4417,5.99,6.02,3.74 +"8485",1.01,"Fair","G","SI1",65.3,58,4417,6.14,6.2,4.03 +"8486",0.95,"Very Good","D","SI2",60.1,61,4418,6.35,6.37,3.82 +"8487",1.15,"Very Good","H","SI2",61.4,58,4418,6.7,6.75,4.13 +"8488",1.01,"Very Good","I","SI1",62.1,59,4418,6.36,6.42,3.97 +"8489",1.01,"Premium","F","SI1",62.2,59,4418,6.44,6.35,3.98 +"8490",0.9,"Very Good","E","VS2",62.8,57,4419,6.13,6.16,3.86 +"8491",1,"Very Good","D","SI2",63.7,55,4419,6.32,6.37,4.04 +"8492",0.9,"Very Good","D","SI1",59.5,57,4419,6.19,6.34,3.73 +"8493",0.9,"Ideal","E","VS2",62.1,57,4419,6.15,6.18,3.83 +"8494",1.07,"Ideal","G","SI2",62.4,57,4419,6.56,6.58,4.1 +"8495",0.9,"Good","D","SI1",61.9,62,4419,6.15,6.17,3.81 +"8496",0.92,"Premium","F","SI1",62.1,60,4420,6.22,6.21,3.86 +"8497",0.86,"Ideal","G","VS1",62.2,57,4420,6.05,6.1,3.78 +"8498",1.07,"Ideal","G","SI2",61.7,57,4421,6.55,6.59,4.05 +"8499",1.1,"Very Good","H","SI2",62.9,58,4422,6.53,6.56,4.12 +"8500",1.07,"Ideal","J","SI1",62.4,56,4422,6.52,6.56,4.08 +"8501",1.12,"Ideal","J","VS2",60.1,57,4422,6.82,6.75,4.08 +"8502",1.12,"Premium","J","VS2",58.6,58,4422,6.85,6.81,4 +"8503",1.04,"Ideal","I","SI1",61.4,55,4423,6.5,6.59,4.02 +"8504",0.91,"Very Good","F","VS1",63.1,59,4423,6.19,6.14,3.89 +"8505",1.17,"Premium","I","SI2",62.7,57,4423,6.77,6.69,4.22 +"8506",1.35,"Ideal","J","SI1",61,55,4423,7.17,7.09,4.35 +"8507",1.17,"Premium","J","SI1",61.9,58,4423,6.77,6.73,4.18 +"8508",1.35,"Good","I","SI2",57.9,60,4423,7.33,7.29,4.23 +"8509",1.35,"Fair","I","SI2",66.5,57,4423,6.79,6.74,4.5 +"8510",0.9,"Premium","G","VS2",60.2,59,4424,6.28,6.22,3.76 +"8511",1.03,"Fair","G","SI1",64.7,63,4424,6.36,6.31,4.1 +"8512",0.9,"Premium","G","VS2",60,59,4424,6.3,6.23,3.76 +"8513",1.16,"Ideal","G","SI2",61.3,55,4425,6.79,6.84,4.18 +"8514",1.01,"Very Good","F","SI2",60,55,4425,6.56,6.53,3.93 +"8515",1.01,"Ideal","J","VS2",62.3,55,4425,6.4,6.44,4 +"8516",1,"Ideal","F","SI2",61.3,57,4425,6.4,6.46,3.94 +"8517",0.93,"Good","G","VS1",63.8,59,4425,6.21,6.15,3.94 +"8518",1.04,"Ideal","F","SI1",62.1,56,4426,6.54,6.47,4.04 +"8519",1,"Very Good","E","SI2",62.6,58,4426,6.33,6.39,3.98 +"8520",1.04,"Very Good","I","SI1",61.9,58,4426,6.45,6.47,4 +"8521",0.95,"Premium","G","SI1",58,62,4426,6.47,6.42,3.74 +"8522",1.23,"Premium","G","SI2",62.8,59,4426,6.76,6.72,4.23 +"8523",1.04,"Good","F","SI2",63.1,60,4427,6.35,6.42,4.03 +"8524",1.05,"Very Good","G","SI2",63.5,57,4427,6.39,6.43,4.07 +"8525",1.04,"Very Good","F","SI2",60,61,4427,6.5,6.57,3.92 +"8526",0.9,"Premium","D","SI1",61.5,60,4427,6.19,6.17,3.8 +"8527",1,"Ideal","D","SI2",62.3,56,4427,6.39,6.33,3.96 +"8528",1,"Premium","G","SI1",60.2,59,4427,6.5,6.39,3.88 +"8529",1,"Good","D","SI2",58.1,65,4427,6.54,6.48,3.78 +"8530",1,"Good","G","SI1",64.3,58,4427,6.25,6.22,4.01 +"8531",0.9,"Very Good","H","VS1",62.5,58,4428,6.09,6.13,3.82 +"8532",1.28,"Ideal","G","I1",61.6,57,4428,6.93,6.96,4.28 +"8533",0.9,"Ideal","H","VS1",62.2,58,4428,6.14,6.17,3.83 +"8534",1.11,"Ideal","I","SI2",61.6,54,4428,6.66,6.72,4.12 +"8535",0.91,"Premium","D","SI1",60.2,60,4429,6.25,6.3,3.78 +"8536",0.91,"Very Good","D","SI1",63,59,4429,6.11,6.15,3.86 +"8537",1.05,"Very Good","G","SI1",59.1,57,4429,6.63,6.73,3.95 +"8538",0.91,"Very Good","G","SI1",60.2,58,4429,6.29,6.31,3.79 +"8539",0.91,"Ideal","E","SI1",60.8,57,4429,6.27,6.29,3.82 +"8540",0.91,"Very Good","H","VS2",60.8,58,4430,6.21,6.25,3.79 +"8541",1.13,"Premium","H","SI2",59.4,58,4430,6.8,6.74,4.02 +"8542",1.13,"Premium","I","VS2",60.2,61,4430,6.74,6.71,4.05 +"8543",0.9,"Very Good","H","VVS2",60.3,61,4432,6.22,6.25,3.76 +"8544",0.9,"Good","F","VS2",63.3,57,4432,6.11,6.15,3.88 +"8545",0.9,"Premium","H","VVS2",62,58,4432,6.13,6.16,3.81 +"8546",1.01,"Very Good","H","SI1",61.8,61,4432,6.4,6.47,3.98 +"8547",1.01,"Very Good","H","SI1",62.1,60,4432,6.4,6.44,3.99 +"8548",1.01,"Very Good","H","SI1",61.9,57,4432,6.36,6.41,3.95 +"8549",1.01,"Good","H","SI1",63.1,60,4432,6.37,6.41,4.03 +"8550",1.07,"Ideal","H","SI2",59.2,57,4434,6.7,6.64,3.95 +"8551",1.03,"Ideal","I","SI1",62.2,58,4434,6.45,6.41,4 +"8552",0.91,"Very Good","E","SI1",63.1,58,4434,6.17,6.12,3.88 +"8553",1.01,"Ideal","E","SI2",62.8,57,4434,6.38,6.35,4 +"8554",1.01,"Premium","E","SI2",62.5,60,4434,6.42,6.39,4 +"8555",1.01,"Very Good","E","SI2",63.3,58,4434,6.39,6.37,4.04 +"8556",0.91,"Very Good","F","VS2",63.4,55,4434,6.22,6.18,3.93 +"8557",1.01,"Premium","E","SI2",59.6,61,4434,6.59,6.56,3.92 +"8558",1.01,"Ideal","E","SI2",62.1,56,4434,6.43,6.39,3.98 +"8559",0.91,"Premium","E","SI1",62.5,61,4434,6.19,6.1,3.84 +"8560",1.1,"Premium","H","SI2",62.6,57,4435,6.6,6.56,4.12 +"8561",0.9,"Ideal","D","SI1",61.9,55,4435,6.22,6.18,3.84 +"8562",1.02,"Premium","G","SI1",62.2,58,4435,6.44,6.48,4.02 +"8563",1.04,"Very Good","H","SI2",62.9,57,4435,6.39,6.45,4.04 +"8564",1.01,"Very Good","G","SI2",59.3,61,4435,6.56,6.52,3.88 +"8565",1.01,"Very Good","G","SI2",62.1,60,4435,6.38,6.35,3.95 +"8566",0.9,"Very Good","G","SI1",62.2,58,4435,6.15,6.2,3.84 +"8567",1,"Very Good","E","SI2",60.5,59,4435,6.44,6.48,3.91 +"8568",0.9,"Premium","F","SI1",61.4,55,4435,6.18,6.16,3.79 +"8569",0.9,"Premium","E","VS2",61.4,57,4435,6.19,6.16,3.79 +"8570",1.2,"Premium","J","VS2",58,59,4435,6.98,6.92,4.03 +"8571",1.1,"Premium","I","SI1",62.7,58,4435,6.58,6.54,4.11 +"8572",1,"Good","E","SI1",63.1,64,4435,6.31,6.25,3.96 +"8573",0.9,"Very Good","F","SI1",58,63,4435,6.33,6.25,3.65 +"8574",1,"Very Good","E","SI1",63.1,58,4435,6.34,6.2,3.95 +"8575",1,"Fair","E","SI1",65.1,61,4435,6.15,6.08,3.98 +"8576",1,"Fair","G","VS2",69.8,54,4435,6.03,5.94,4.18 +"8577",1,"Premium","E","SI1",60.3,62,4435,6.52,6.43,3.91 +"8578",1.05,"Very Good","F","SI2",62.1,58,4436,6.47,6.5,4.03 +"8579",1.04,"Premium","E","SI2",60.1,60,4436,6.53,6.51,3.92 +"8580",1.01,"Good","E","SI2",60.7,62,4436,6.43,6.49,3.92 +"8581",1.13,"Very Good","G","SI2",60,61,4437,6.71,6.78,4.05 +"8582",0.91,"Very Good","F","SI1",60.4,59,4437,6.22,6.26,3.77 +"8583",1.15,"Premium","F","SI2",62.2,59,4437,6.7,6.62,4.14 +"8584",1.15,"Good","F","SI2",63.8,57,4437,6.65,6.6,4.23 +"8585",1.19,"Premium","I","SI2",61.6,56,4438,6.87,6.83,4.22 +"8586",1.01,"Very Good","I","VS2",61.3,56,4438,6.53,6.45,3.98 +"8587",0.9,"Very Good","D","SI1",60.9,57,4438,6.22,6.26,3.8 +"8588",1.01,"Premium","H","SI1",62.1,60,4439,6.43,6.39,3.98 +"8589",0.7,"Ideal","F","VVS2",61.5,56,4439,5.7,5.78,3.53 +"8590",0.9,"Ideal","E","SI1",59.1,59,4439,6.31,6.37,3.75 +"8591",0.91,"Fair","D","VS2",65.1,63,4439,6.02,6,3.91 +"8592",1.07,"Premium","H","SI1",62.9,61,4440,6.47,6.41,4.05 +"8593",0.56,"Very Good","D","IF",60.7,56,4440,5.34,5.36,3.25 +"8594",1.21,"Premium","J","SI2",60.9,60,4440,6.82,6.78,4.14 +"8595",1.01,"Good","E","SI2",63.9,55,4440,6.38,6.33,4.08 +"8596",1.03,"Ideal","E","SI2",62.5,56,4441,6.45,6.48,4.04 +"8597",1.03,"Premium","E","SI2",61,60,4441,6.46,6.53,3.96 +"8598",0.9,"Very Good","F","SI2",61,61,4441,6.14,6.18,3.76 +"8599",1.03,"Fair","D","SI1",65.5,58,4441,6.18,6.13,4.03 +"8600",1.03,"Premium","I","SI1",61.6,59,4441,6.49,6.46,3.99 +"8601",1.03,"Good","D","SI1",64.3,58,4441,6.31,6.28,4.05 +"8602",1.03,"Good","D","SI1",64.3,58,4441,6.31,6.28,4.05 +"8603",1.11,"Very Good","I","SI2",62.5,58,4442,6.59,6.65,4.14 +"8604",1.07,"Ideal","H","SI2",61.8,56,4442,6.58,6.63,4.08 +"8605",1.01,"Premium","G","SI2",62.4,58,4442,6.41,6.38,3.99 +"8606",1.08,"Premium","G","SI2",60.3,58,4442,6.72,6.65,4.03 +"8607",1.2,"Very Good","G","SI2",61.8,60,4443,6.78,6.85,4.21 +"8608",1.2,"Very Good","G","SI2",61.5,58,4443,6.83,6.85,4.21 +"8609",1.08,"Ideal","J","SI1",61.8,56.2,4443,6.55,6.58,4.06 +"8610",1.02,"Good","E","SI1",63.7,62,4443,6.31,6.4,4.05 +"8611",1.02,"Good","E","SI1",63.1,57,4443,6.37,6.43,4.04 +"8612",0.84,"Very Good","D","VS1",60.6,57,4443,6.06,6.15,3.7 +"8613",0.9,"Premium","E","SI1",62.7,60,4443,6.13,6.03,3.81 +"8614",1.01,"Ideal","J","VS2",62.2,54,4443,6.41,6.47,4.01 +"8615",0.91,"Very Good","D","SI1",62,60,4444,6.12,6.2,3.82 +"8616",0.8,"Good","E","VS1",60.2,54,4444,6.04,6.01,3.63 +"8617",1.09,"Premium","E","SI2",59.4,60,4444,6.81,6.7,4.01 +"8618",1.24,"Premium","H","SI2",62.3,58,4444,6.84,6.8,4.25 +"8619",1.01,"Very Good","E","SI2",62,60,4445,6.36,6.41,3.96 +"8620",1,"Good","I","VVS1",56.5,62,4445,6.58,6.55,3.71 +"8621",1.05,"Premium","F","SI1",61.8,58,4445,6.51,6.44,4.01 +"8622",1.07,"Premium","F","SI2",61.8,58,4446,6.57,6.51,4.04 +"8623",1.07,"Good","F","SI2",61.3,65,4446,6.59,6.41,4 +"8624",1.07,"Premium","F","SI2",61.7,58,4446,6.58,6.55,4.05 +"8625",0.9,"Very Good","D","SI1",63.4,57,4447,6.13,6.1,3.88 +"8626",0.71,"Ideal","E","VVS2",61.7,56,4447,5.78,5.8,3.57 +"8627",0.93,"Premium","D","SI1",60.8,59,4448,6.27,6.24,3.8 +"8628",1.06,"Ideal","I","VS2",62.3,56,4449,6.51,6.56,4.07 +"8629",0.9,"Very Good","E","VS1",63,55,4449,6.08,6.15,3.85 +"8630",1.03,"Very Good","F","SI2",62.2,56,4449,6.51,6.48,4.04 +"8631",1.13,"Ideal","F","SI2",60.4,56,4449,6.78,6.72,4.08 +"8632",1.02,"Premium","G","SI1",62.6,59,4449,6.43,6.38,4.01 +"8633",1.01,"Very Good","H","SI1",62.3,63,4449,6.3,6.23,3.9 +"8634",0.92,"Premium","H","VS2",62.4,60,4451,6.24,6.16,3.87 +"8635",1.04,"Very Good","J","VS2",59.5,59,4451,6.59,6.66,3.94 +"8636",1.07,"Very Good","I","SI1",62.6,58,4451,6.49,6.57,4.09 +"8637",0.85,"Premium","F","VVS2",61.2,60,4451,6.13,6.1,3.74 +"8638",0.93,"Good","G","SI1",63.8,58,4452,6.09,6.14,3.9 +"8639",0.9,"Ideal","G","SI1",62.3,58,4452,6.17,6.22,3.86 +"8640",1.06,"Premium","I","SI1",61.9,59,4452,6.52,6.5,4.03 +"8641",1,"Premium","I","VS2",61.6,59,4452,6.47,6.39,3.96 +"8642",1.06,"Premium","I","SI1",61.9,57,4452,6.61,6.51,4.06 +"8643",1,"Ideal","F","SI2",61.2,57,4452,6.48,6.39,3.94 +"8644",1,"Ideal","F","SI2",61.3,56,4452,6.46,6.43,3.95 +"8645",1.06,"Ideal","H","SI2",62.8,57,4452,6.57,6.49,4.1 +"8646",1.06,"Premium","F","SI2",62.4,58,4452,6.54,6.5,4.07 +"8647",1,"Premium","F","SI2",61.3,61,4452,6.39,6.36,3.91 +"8648",1,"Premium","F","SI2",61.1,61,4452,6.38,6.35,3.89 +"8649",1,"Premium","F","SI2",61.6,61,4452,6.36,6.33,3.91 +"8650",1,"Good","F","SI1",64,57,4452,6.33,6.29,4.04 +"8651",1.06,"Ideal","H","SI2",59.4,57,4452,6.67,6.63,3.95 +"8652",0.91,"Ideal","G","SI1",62,54,4453,6.23,6.26,3.87 +"8653",1.07,"Good","E","SI2",60,62,4453,6.57,6.62,3.96 +"8654",0.71,"Ideal","F","VVS1",62,56,4454,5.72,5.77,3.56 +"8655",1.03,"Ideal","F","SI2",61.8,56,4454,6.49,6.46,4 +"8656",1.02,"Premium","H","SI2",62.7,59,4455,6.41,6.34,4 +"8657",0.9,"Very Good","H","VS1",62.1,57,4455,6.17,6.23,3.85 +"8658",1.08,"Ideal","H","SI2",59.3,57,4455,6.71,6.74,3.99 +"8659",1.2,"Very Good","I","SI2",61.9,59,4455,6.77,6.84,4.21 +"8660",1.2,"Very Good","J","SI1",60.5,59,4455,6.79,6.84,4.12 +"8661",1.08,"Ideal","H","SI2",60.4,57,4455,6.63,6.68,4.02 +"8662",1.16,"Very Good","H","SI2",59.6,59,4455,6.85,6.87,4.09 +"8663",1.16,"Very Good","H","SI2",63.2,57,4455,6.66,6.7,4.22 +"8664",1.04,"Ideal","G","SI2",61.7,56,4455,6.57,6.52,4.04 +"8665",0.9,"Premium","G","SI1",62.6,57,4455,6.16,6.11,3.84 +"8666",1.3,"Premium","G","SI2",63,59,4455,6.97,6.9,4.37 +"8667",1.17,"Very Good","H","SI2",63.1,58,4455,6.72,6.64,4.22 +"8668",0.9,"Premium","G","SI1",60.6,57,4455,6.28,6.2,3.78 +"8669",1.02,"Premium","F","SI1",62.6,58,4455,6.42,6.36,4 +"8670",1.04,"Premium","G","SI2",62.6,58,4455,6.49,6.42,4.04 +"8671",1.04,"Ideal","G","SI2",61.4,57,4455,6.54,6.48,4 +"8672",1.04,"Ideal","G","SI2",60.7,57,4455,6.61,6.51,3.98 +"8673",1.02,"Fair","H","VS1",71.8,56,4455,6.04,5.97,4.31 +"8674",1,"Fair","G","VS1",64.9,65,4455,6.31,6.18,4.05 +"8675",1.02,"Ideal","I","SI1",61.3,56,4455,6.52,6.47,3.98 +"8676",1.11,"Good","H","SI2",63.5,60.3,4456,6.49,6.58,4.15 +"8677",1.11,"Very Good","H","SI2",59.8,60,4456,6.66,6.75,4.01 +"8678",0.96,"Good","H","VS1",63.9,54,4456,6.27,6.22,3.99 +"8679",1.09,"Premium","G","SI2",59,58,4456,6.78,6.72,3.98 +"8680",1.01,"Good","D","SI2",63.5,61,4457,6.33,6.37,4.03 +"8681",1.02,"Ideal","F","SI2",61,58,4457,6.48,6.51,3.96 +"8682",0.92,"Ideal","I","SI1",61.7,56,4457,6.2,6.23,3.83 +"8683",1.1,"Good","G","SI2",60.5,61,4457,6.69,6.74,4.06 +"8684",1.11,"Ideal","I","SI2",61.9,57,4457,6.66,6.62,4.11 +"8685",0.7,"Ideal","F","VVS1",62.2,57,4458,5.7,5.74,3.56 +"8686",1.01,"Ideal","F","SI2",61.5,56,4458,6.42,6.49,3.97 +"8687",1.01,"Ideal","F","SI2",62.1,55,4458,6.42,6.47,4 +"8688",1.03,"Ideal","I","SI1",60.7,60,4458,6.5,6.55,3.96 +"8689",1.07,"Ideal","H","VS2",62.1,57,4458,6.53,6.49,4.04 +"8690",1.02,"Premium","F","SI2",61.1,59,4459,6.41,6.45,3.93 +"8691",1.06,"Ideal","G","SI2",62.2,55,4459,6.53,6.56,4.07 +"8692",1.02,"Premium","F","SI2",61.5,58,4459,6.42,6.49,3.97 +"8693",1.02,"Premium","F","SI2",62.5,60,4459,6.36,6.43,4 +"8694",1.02,"Premium","I","VS2",62,58,4459,6.44,6.47,4 +"8695",0.91,"Premium","G","VS1",62.2,58,4459,6.22,6.12,3.85 +"8696",1,"Ideal","H","SI2",61.5,55.6,4459,6.41,6.48,3.96 +"8697",1.02,"Good","D","SI2",64.1,58,4459,6.25,6.32,4.03 +"8698",1.58,"Premium","I","I1",60.2,61,4459,7.55,7.51,4.53 +"8699",0.9,"Good","G","VS1",63.6,58,4460,6.12,6.09,3.88 +"8700",0.9,"Good","G","VS1",63.7,56,4460,6.15,6.07,3.89 +"8701",0.3,"Very Good","G","VS1",60.8,56,585,4.35,4.37,2.65 +"8702",0.3,"Very Good","G","VS1",62.1,55,585,4.28,4.31,2.67 +"8703",0.38,"Very Good","F","SI2",61.2,57,585,4.67,4.71,2.87 +"8704",0.4,"Premium","I","SI2",62.9,59,585,4.68,4.63,2.93 +"8705",0.28,"Very Good","G","VVS1",61.9,55,586,4.18,4.2,2.6 +"8706",0.28,"Very Good","G","VVS1",60.7,56,586,4.27,4.29,2.6 +"8707",0.28,"Ideal","G","VVS2",61.6,56,586,4.18,4.2,2.58 +"8708",0.28,"Ideal","G","VVS2",61.5,56,586,4.22,4.24,2.6 +"8709",0.28,"Ideal","H","VVS1",62,55,586,4.17,4.22,2.6 +"8710",0.39,"Ideal","J","VS2",61.8,55.9,586,4.66,4.69,2.89 +"8711",0.31,"Ideal","G","VS1",62.3,54,586,4.31,4.33,2.69 +"8712",0.23,"Ideal","E","VS1",61.9,55,586,3.94,3.98,2.45 +"8713",0.23,"Ideal","E","VS1",61.5,54,586,3.96,3.97,2.44 +"8714",0.37,"Ideal","G","SI1",61.4,56,586,4.63,4.65,2.85 +"8715",0.37,"Ideal","G","SI1",61.4,55,586,4.63,4.68,2.86 +"8716",0.37,"Ideal","G","SI1",62,55,586,4.62,4.64,2.87 +"8717",0.37,"Ideal","G","SI1",61.9,55,586,4.62,4.66,2.87 +"8718",0.32,"Ideal","F","SI1",61.4,54,586,4.42,4.44,2.72 +"8719",0.32,"Ideal","F","SI1",60.9,55,586,4.46,4.53,2.72 +"8720",0.28,"Ideal","H","IF",63,55,586,4.14,4.19,2.62 +"8721",0.28,"Ideal","H","IF",62,56,586,4.2,4.23,2.61 +"8722",0.3,"Fair","E","VVS2",66.6,54,586,4.14,4.18,2.77 +"8723",0.31,"Good","I","VS1",63.9,55,586,4.3,4.28,2.74 +"8724",0.31,"Premium","H","VS2",58.9,61,586,4.46,4.43,2.62 +"8725",0.31,"Good","H","VS2",63.8,56,586,4.33,4.29,2.75 +"8726",0.38,"Very Good","D","SI1",62,55,586,4.67,4.72,2.91 +"8727",0.27,"Very Good","E","VVS2",61.8,59,586,4.14,4.18,2.57 +"8728",0.27,"Ideal","D","VVS1",61.7,57,586,4.16,4.2,2.58 +"8729",0.27,"Ideal","E","VVS1",62,56,586,4.16,4.19,2.59 +"8730",0.27,"Good","E","VVS1",63.9,57,586,4.07,4.1,2.61 +"8731",1.18,"Premium","J","SI1",62.5,55,4460,6.82,6.74,4.24 +"8732",1.18,"Premium","I","SI2",61.2,59,4460,6.85,6.78,4.17 +"8733",0.9,"Premium","G","VS1",62.7,60,4460,6.13,6.06,3.82 +"8734",0.9,"Ideal","G","VS1",61.6,55,4460,6.27,6.23,3.85 +"8735",0.9,"Premium","G","VS1",62.3,60,4460,6.08,6,3.76 +"8736",1.04,"Ideal","H","SI2",61.7,57,4461,6.49,6.54,4.02 +"8737",1.02,"Fair","H","VS2",64.6,61,4462,6.32,6.24,4.06 +"8738",1.02,"Fair","F","SI1",65.1,56,4462,6.29,6.25,4.08 +"8739",0.96,"Premium","E","SI2",58.2,58,4462,6.52,6.47,3.78 +"8740",1.24,"Very Good","G","SI2",63.3,57,4462,6.85,6.79,4.32 +"8741",0.9,"Very Good","E","SI1",59.8,55,4463,6.3,6.34,3.78 +"8742",0.9,"Good","E","SI1",63.9,55,4463,6.08,6.13,3.9 +"8743",0.9,"Very Good","E","SI1",61.6,57,4463,6.19,6.25,3.83 +"8744",0.9,"Good","E","SI1",63.9,57,4463,6.05,6.1,3.88 +"8745",0.9,"Premium","E","SI1",60.8,59,4463,6.19,6.24,3.78 +"8746",1.14,"Premium","H","SI1",62.1,59,4463,6.73,6.61,4.14 +"8747",0.91,"Good","G","VVS2",64.1,58,4464,6.1,6.06,3.9 +"8748",1.06,"Very Good","I","SI2",61.4,56.5,4465,6.55,6.58,4.03 +"8749",1.06,"Very Good","H","SI2",61.7,59.5,4465,6.51,6.53,4.02 +"8750",1.02,"Ideal","E","SI2",61.6,56,4465,6.48,6.55,3.99 +"8751",1.09,"Ideal","J","SI1",62.7,57,4465,6.53,6.59,4.11 +"8752",0.9,"Very Good","H","VS1",61.7,58,4466,6.18,6.26,3.84 +"8753",1.2,"Good","J","VS2",63.7,58,4466,6.61,6.68,4.23 +"8754",1.03,"Very Good","G","SI2",61.4,54,4466,6.52,6.57,4.02 +"8755",0.91,"Very Good","D","SI1",63.2,59,4466,6.11,6.14,3.87 +"8756",0.91,"Very Good","D","SI1",60.2,60,4466,6.22,6.27,3.76 +"8757",0.91,"Very Good","D","SI1",62.1,59,4466,6.1,6.18,3.81 +"8758",0.9,"Very Good","D","SI1",61.7,60,4466,6.14,6.17,3.8 +"8759",0.9,"Very Good","D","SI1",62.8,59,4466,6.12,6.18,3.86 +"8760",0.9,"Very Good","D","SI1",62.5,59,4466,6.13,6.19,3.85 +"8761",1,"Ideal","J","VS1",61.1,57,4466,6.43,6.48,3.95 +"8762",1.05,"Ideal","I","SI1",62.6,56,4466,6.45,6.53,4.06 +"8763",0.9,"Good","F","VS2",62.6,57,4466,6.07,6.19,3.84 +"8764",1,"Good","G","SI1",62.5,62,4466,6.32,6.36,3.96 +"8765",1.01,"Good","D","VS2",64.1,57,4466,6.32,6.22,4.02 +"8766",1,"Very Good","H","SI1",63.6,54,4467,6.33,6.37,4.04 +"8767",0.71,"Ideal","E","VVS2",62,56,4467,5.71,5.74,3.55 +"8768",1.06,"Ideal","G","SI2",62.2,57,4467,6.51,6.49,4.04 +"8769",1.04,"Premium","G","SI1",62.3,57,4467,6.5,6.46,4.04 +"8770",1.04,"Premium","G","SI1",62.8,57,4467,6.5,6.41,4.05 +"8771",0.8,"Very Good","H","VVS1",62.9,58,4468,5.82,5.88,3.68 +"8772",1.01,"Good","D","SI2",64.6,59,4468,6.23,6.3,4.05 +"8773",1.01,"Good","D","SI2",65.1,57,4468,6.27,6.32,4.1 +"8774",1.01,"Premium","F","SI2",58.8,61,4468,6.53,6.46,3.82 +"8775",1.01,"Premium","F","SI2",62.6,54,4468,6.38,6.34,3.98 +"8776",1,"Good","H","SI1",57.9,54,4469,6.68,6.62,3.85 +"8777",0.95,"Ideal","G","SI1",60.7,56,4469,6.31,6.27,3.82 +"8778",1.04,"Ideal","J","SI1",62,53,4469,6.51,6.55,4.05 +"8779",0.9,"Good","D","SI1",58.5,63,4469,6.21,6.3,3.66 +"8780",1,"Very Good","H","SI1",63.4,56,4469,6.37,6.34,4.03 +"8781",1,"Premium","H","SI1",62.7,60,4469,6.3,6.24,3.93 +"8782",1,"Premium","H","SI1",61.2,62,4469,6.36,6.32,3.88 +"8783",1,"Premium","H","SI1",62.2,60,4469,6.45,6.34,3.98 +"8784",1,"Very Good","H","SI1",60,63,4469,6.37,6.34,3.81 +"8785",1,"Premium","D","SI1",62.3,60,4469,6.23,6.19,3.87 +"8786",1,"Ideal","H","SI1",62.6,57,4469,6.4,6.37,4 +"8787",1,"Ideal","H","SI1",61.4,55,4469,6.49,6.44,3.97 +"8788",1,"Good","H","SI1",63.9,56,4469,6.31,6.28,4.02 +"8789",1.14,"Very Good","J","SI2",62.4,57,4470,6.66,6.7,4.17 +"8790",1.23,"Premium","D","SI2",58,59,4470,7.02,6.97,4.06 +"8791",0.98,"Ideal","G","SI2",61.7,56,4470,6.36,6.4,3.93 +"8792",1.03,"Ideal","G","SI2",62.1,57,4470,6.44,6.42,3.99 +"8793",1.06,"Very Good","D","SI2",60.9,58,4471,6.57,6.63,4.02 +"8794",1.02,"Premium","G","SI2",62.5,58,4471,6.4,6.43,4.01 +"8795",1.21,"Premium","F","SI2",61.8,59,4472,6.82,6.77,4.2 +"8796",1.04,"Very Good","E","SI2",60.7,59,4472,6.5,6.54,3.96 +"8797",1.1,"Premium","E","SI1",60,58,4472,6.68,6.65,4.05 +"8798",1.01,"Very Good","D","SI2",63.4,57,4472,6.4,6.31,4.03 +"8799",1.21,"Premium","G","SI2",60.9,59,4472,6.87,6.82,4.17 +"8800",1.03,"Very Good","G","SI2",59.2,63,4473,6.55,6.6,3.89 +"8801",0.91,"Fair","F","VS2",58,56,4474,6.34,6.41,3.7 +"8802",1,"Good","E","SI1",63.8,55,4474,6.34,6.31,4.03 +"8803",1,"Very Good","F","SI1",63.1,56,4474,6.36,6.34,4.01 +"8804",1.05,"Premium","F","SI2",62.6,59,4475,6.43,6.47,4.04 +"8805",1.01,"Very Good","H","SI2",63.5,58,4475,6.29,6.37,4.02 +"8806",1.01,"Very Good","I","SI1",64.2,55,4475,6.28,6.34,4.05 +"8807",1.01,"Good","H","SI1",60.5,56,4475,6.43,6.49,3.91 +"8808",1.31,"Premium","J","SI1",60.7,58,4475,7.11,7.06,4.3 +"8809",0.91,"Premium","D","SI1",62.8,59,4476,6.21,6.17,3.89 +"8810",1.08,"Ideal","I","SI1",61.4,57,4476,6.67,6.62,4.08 +"8811",1.2,"Good","I","SI2",64.1,57,4476,6.7,6.62,4.27 +"8812",1.2,"Very Good","J","SI1",63.1,61,4476,6.66,6.58,4.18 +"8813",1.02,"Good","H","SI1",63.9,55,4476,6.37,6.4,4.08 +"8814",1.02,"Very Good","H","SI1",60.3,59,4476,6.44,6.5,3.9 +"8815",1.02,"Ideal","H","SI1",61.6,56,4476,6.51,6.55,4.02 +"8816",1.02,"Very Good","H","SI1",61.9,61,4476,6.34,6.42,3.95 +"8817",1.16,"Premium","F","SI2",61.9,59,4476,6.71,6.66,4.14 +"8818",1.16,"Good","F","SI2",63.7,63,4476,6.63,6.55,4.2 +"8819",1.08,"Premium","I","SI1",62.2,58,4476,6.6,6.56,4.09 +"8820",1.01,"Very Good","H","VS2",61.9,62,4477,6.37,6.45,3.97 +"8821",1.04,"Premium","H","VS2",58.7,62,4477,6.67,6.65,3.91 +"8822",1.23,"Very Good","G","SI2",61,63,4477,6.91,6.85,4.2 +"8823",1.02,"Good","E","SI2",64.3,58,4478,6.36,6.26,4.06 +"8824",1.16,"Ideal","I","SI2",62.6,56,4478,6.68,6.73,4.2 +"8825",1.03,"Very Good","D","SI2",61.8,60,4478,6.42,6.45,3.98 +"8826",1.12,"Very Good","G","SI2",63.3,58,4478,6.7,6.63,4.22 +"8827",1.02,"Ideal","E","SI2",62.8,55,4478,6.43,6.4,4.03 +"8828",1.02,"Ideal","E","SI2",62.4,55,4478,6.47,6.44,4.03 +"8829",1.02,"Premium","E","SI2",62.9,56,4478,6.43,6.36,4.02 +"8830",1.02,"Ideal","E","SI2",63,57,4478,6.44,6.39,4.04 +"8831",0.98,"Premium","E","SI2",61.7,61,4478,6.38,6.34,3.93 +"8832",1.12,"Premium","G","SI2",62.8,58,4478,6.62,6.57,4.14 +"8833",1.02,"Good","I","VS1",63.7,58,4478,6.33,6.26,4.01 +"8834",1.02,"Premium","E","SI2",59.9,58,4478,6.6,6.55,3.94 +"8835",1.02,"Premium","E","SI2",58.7,59,4478,6.61,6.57,3.87 +"8836",1.02,"Premium","E","SI2",59.6,59,4478,6.59,6.54,3.91 +"8837",1.02,"Very Good","E","SI2",63.3,59,4478,6.42,6.32,4.03 +"8838",1.02,"Premium","E","SI2",60.5,58,4478,6.58,6.54,3.97 +"8839",1.01,"Good","F","SI1",63.3,58,4479,6.31,6.4,4.02 +"8840",1.01,"Good","E","SI2",63.2,59,4479,6.34,6.38,4.02 +"8841",1.01,"Ideal","E","SI2",60.9,57,4479,6.47,6.51,3.95 +"8842",0.9,"Good","G","VS1",63.9,60,4479,6.09,6.14,3.91 +"8843",0.9,"Ideal","G","VS1",61.4,57,4479,6.18,6.32,3.84 +"8844",0.98,"Very Good","H","SI2",62.2,60,4479,6.31,6.36,3.94 +"8845",1,"Premium","F","SI2",58.2,59,4480,6.51,6.49,3.78 +"8846",1,"Ideal","E","SI1",62.6,56,4480,6.37,6.29,3.96 +"8847",0.96,"Premium","F","SI1",60.6,62,4480,6.39,6.35,3.86 +"8848",1.01,"Good","E","SI1",64.1,62,4480,6.26,6.19,3.99 +"8849",1.01,"Fair","E","SI1",65.1,61,4480,6.27,6.24,4.07 +"8850",1.01,"Good","E","SI1",64.1,59,4480,6.35,6.31,4.06 +"8851",1.01,"Premium","E","SI1",62.4,58,4480,6.42,6.37,3.99 +"8852",1.01,"Fair","E","SI1",64.8,58,4480,6.34,6.29,4.09 +"8853",1.01,"Good","E","SI1",59.3,64,4480,6.49,6.47,3.84 +"8854",1,"Fair","E","VS2",66.4,51,4480,6.31,6.22,4.16 +"8855",1,"Very Good","E","SI2",63.5,54,4480,6.41,6.35,4.05 +"8856",1.01,"Fair","G","VS2",66.8,56,4480,6.15,6.09,4.09 +"8857",1,"Premium","F","SI2",61.6,58,4480,6.44,6.35,3.94 +"8858",1,"Premium","G","SI2",62.2,59,4480,6.39,6.35,3.96 +"8859",1.08,"Very Good","H","SI2",63,59,4481,6.51,6.54,4.11 +"8860",1.13,"Ideal","I","SI2",61.4,56,4481,6.69,6.71,4.12 +"8861",0.97,"Premium","F","SI1",62.7,59,4481,6.31,6.28,3.95 +"8862",0.9,"Very Good","E","VS2",63.3,59,4482,6.08,6.12,3.86 +"8863",0.71,"Premium","D","VVS1",59.7,59,4482,5.81,5.88,3.49 +"8864",0.92,"Premium","E","SI1",62.2,58,4482,6.23,6.18,3.86 +"8865",0.9,"Ideal","G","VS2",62,57,4482,6.22,6.19,3.85 +"8866",0.92,"Fair","E","SI1",66.8,55,4482,6.04,5.99,4.02 +"8867",0.92,"Premium","E","SI1",62.1,58,4482,6.22,6.15,3.84 +"8868",1.15,"Very Good","H","SI2",63,54,4483,6.64,6.73,4.21 +"8869",1.06,"Premium","D","SI2",59.8,61,4483,6.63,6.58,3.95 +"8870",1.04,"Ideal","H","SI2",60.7,57,4484,6.51,6.43,3.93 +"8871",1.04,"Ideal","I","SI1",62.2,56,4484,6.51,6.47,4.04 +"8872",0.9,"Very Good","G","VS2",58.5,59,4484,6.35,6.36,3.72 +"8873",1.04,"Premium","E","SI2",59.2,58,4484,6.64,6.7,3.95 +"8874",1.01,"Very Good","F","SI2",61.9,57,4484,6.42,6.35,3.95 +"8875",1.04,"Ideal","I","SI1",61.8,59,4484,6.46,6.48,4 +"8876",1.04,"Very Good","H","SI1",58.9,63,4484,6.59,6.55,3.87 +"8877",1.04,"Ideal","H","SI2",62.1,56,4484,6.5,6.48,4.03 +"8878",1.1,"Ideal","G","SI1",62.5,57,4484,6.61,6.58,4.12 +"8879",0.9,"Very Good","H","VVS1",63.5,57,4485,6.02,6.07,3.84 +"8880",1.08,"Premium","G","SI1",61.2,59,4485,6.61,6.66,4.06 +"8881",1.02,"Ideal","J","VS2",62,56,4485,6.42,6.45,3.99 +"8882",0.9,"Good","G","VVS2",62.6,63,4485,6.1,6.14,3.83 +"8883",1.04,"Very Good","E","SI2",60.9,59,4486,6.58,6.62,4.02 +"8884",1.01,"Ideal","J","VS2",61.3,57,4486,6.47,6.54,3.99 +"8885",1.04,"Ideal","F","SI2",62.4,56,4486,6.4,6.48,4.02 +"8886",1.02,"Premium","G","SI2",60.9,59,4486,6.56,6.45,3.96 +"8887",0.9,"Premium","G","VVS2",63,58,4486,6.15,6.07,3.85 +"8888",1.02,"Very Good","H","SI1",63.5,55,4487,6.31,6.35,4.02 +"8889",0.94,"Very Good","G","VS2",62.9,58.6,4488,6.1,6.25,3.89 +"8890",1.06,"Good","F","SI1",57,64,4488,6.8,6.71,3.85 +"8891",1.06,"Very Good","F","SI1",59.5,63,4488,6.62,6.59,3.93 +"8892",1.17,"Ideal","I","SI2",62.2,56,4488,6.72,6.79,4.2 +"8893",0.92,"Ideal","I","SI1",61.8,57,4488,6.22,6.27,3.86 +"8894",1.01,"Good","H","SI1",57.1,58,4488,6.6,6.64,3.78 +"8895",1.08,"Premium","F","SI2",60.2,59,4488,6.65,6.6,3.99 +"8896",1.08,"Premium","F","SI2",62.6,56,4488,6.61,6.55,4.12 +"8897",1.08,"Ideal","G","SI2",62.3,56,4489,6.53,6.57,4.08 +"8898",1.01,"Good","H","VS2",64.3,58,4489,6.27,6.2,4.01 +"8899",1.31,"Premium","J","SI1",60.3,62,4490,7.12,7.04,4.26 +"8900",0.79,"Premium","E","VVS1",62.8,60,4490,5.89,5.8,3.67 +"8901",1.07,"Premium","F","SI2",60.8,58,4491,6.62,6.68,4.04 +"8902",1.07,"Premium","I","VS2",60.7,58,4491,6.62,6.66,4.03 +"8903",1.08,"Ideal","H","SI2",61.8,55,4491,6.57,6.6,4.07 +"8904",1.54,"Good","J","I1",61.7,60,4492,7.26,7.32,4.5 +"8905",1.21,"Premium","J","SI1",59.7,60,4492,6.9,6.93,4.13 +"8906",0.9,"Ideal","I","VS1",60.9,60,4492,6.2,6.24,3.79 +"8907",0.9,"Ideal","H","SI1",62.5,56,4492,6.14,6.18,3.85 +"8908",0.9,"Ideal","H","SI1",62.1,56,4492,6.14,6.19,3.83 +"8909",0.8,"Ideal","E","VVS2",61.4,57,4493,5.98,5.94,3.66 +"8910",0.9,"Very Good","F","VS2",61.7,57,4493,6.17,6.21,3.82 +"8911",0.9,"Good","F","VS2",62.7,59,4493,6.1,6.14,3.84 +"8912",1,"Good","G","SI2",61.7,63,4493,6.36,6.37,3.93 +"8913",1,"Premium","G","SI1",62.5,59,4493,6.35,6.29,3.95 +"8914",1.05,"Ideal","I","SI1",61,57,4494,6.55,6.62,4.02 +"8915",1.07,"Premium","H","SI2",61.2,60,4494,6.57,6.53,4.01 +"8916",1.07,"Ideal","H","SI2",62.8,57,4494,6.58,6.5,4.11 +"8917",1.07,"Premium","H","VS1",60.5,61,4494,6.67,6.59,4.01 +"8918",0.8,"Very Good","E","VS1",62.4,54,4495,5.98,5.94,3.72 +"8919",1.07,"Fair","E","SI2",62.2,66,4496,6.57,6.48,4.06 +"8920",1.09,"Premium","H","SI2",61.7,60,4496,6.57,6.59,4.06 +"8921",1,"Good","E","SI2",63.3,58,4496,6.32,6.35,4.01 +"8922",1,"Premium","E","SI2",62.7,58,4496,6.34,6.41,4 +"8923",1,"Very Good","H","SI2",60.8,60,4496,6.44,6.49,3.93 +"8924",1,"Good","I","SI1",61,60,4496,6.36,6.39,3.89 +"8925",1.01,"Good","H","SI1",62.9,57,4496,6.27,6.36,3.97 +"8926",0.9,"Very Good","D","SI1",62.3,58,4497,6.14,6.16,3.83 +"8927",0.71,"Ideal","F","VVS2",61.6,56,4497,5.73,5.75,3.53 +"8928",1.11,"Ideal","J","SI1",62.4,57,4497,6.57,6.6,4.11 +"8929",1.01,"Premium","F","SI2",62.7,59,4497,6.4,6.35,4 +"8930",1.1,"Premium","H","SI2",58.9,57,4497,6.86,6.82,4.03 +"8931",1.1,"Good","I","SI1",63.7,59,4497,6.56,6.5,4.16 +"8932",1.01,"Ideal","F","SI2",60.5,57,4497,6.53,6.49,3.94 +"8933",1.01,"Premium","F","SI2",61.6,58,4497,6.4,6.39,3.94 +"8934",1.01,"Premium","F","SI2",60,59,4497,6.61,6.48,3.93 +"8935",1.01,"Premium","F","SI2",62.2,59,4497,6.45,6.41,4 +"8936",1.01,"Premium","F","SI2",61.3,60,4497,6.43,6.4,3.93 +"8937",1.01,"Ideal","F","SI2",62.5,55,4497,6.4,6.39,4 +"8938",1.01,"Premium","F","SI2",62.8,60,4497,6.4,6.33,4 +"8939",1.01,"Premium","F","SI2",62.4,58,4497,6.41,6.37,3.99 +"8940",1.01,"Premium","F","SI2",62.6,60,4497,6.37,6.35,3.98 +"8941",1.01,"Very Good","F","SI2",63.2,59,4497,6.38,6.35,4.02 +"8942",1.01,"Premium","F","SI2",62.2,59,4497,6.42,6.38,3.98 +"8943",1.01,"Premium","F","SI2",61.6,58,4497,6.45,6.4,3.96 +"8944",1.12,"Very Good","H","SI2",60.9,60,4498,6.71,6.76,4.1 +"8945",1.12,"Very Good","H","SI2",62.9,58,4498,6.55,6.62,4.14 +"8946",1.01,"Very Good","G","SI2",63.7,57,4498,6.3,6.35,4.03 +"8947",0.9,"Very Good","F","SI1",59.1,59,4498,6.3,6.35,3.74 +"8948",1.19,"Good","J","SI1",59.8,64,4498,6.94,6.9,4.14 +"8949",1.19,"Premium","I","SI2",62.6,58,4498,6.82,6.69,4.23 +"8950",1.19,"Premium","I","SI2",60.1,59,4498,6.9,6.82,4.12 +"8951",1.19,"Premium","I","SI2",59.5,59,4498,6.95,6.89,4.12 +"8952",1.19,"Premium","J","SI1",63,54,4498,6.82,6.74,4.27 +"8953",1,"Good","I","VS1",63.9,56,4499,6.18,6.37,4.01 +"8954",0.96,"Ideal","F","SI2",60.9,60,4500,6.31,6.36,3.86 +"8955",0.9,"Premium","E","VS2",62.2,59,4500,6.18,6.13,3.83 +"8956",1.02,"Very Good","G","SI2",63.8,55,4501,6.37,6.4,4.07 +"8957",1.14,"Good","G","SI2",63.7,58,4501,6.62,6.54,4.19 +"8958",1.02,"Ideal","G","SI2",62.4,54,4501,6.39,6.47,4.02 +"8959",0.91,"Good","F","VS1",63.1,59,4502,6.14,6.19,3.89 +"8960",1.2,"Very Good","F","SI2",63.2,58,4502,6.78,6.74,4.27 +"8961",0.9,"Premium","E","SI1",62.3,56,4502,6.21,6.14,3.85 +"8962",1.34,"Premium","H","SI2",61.6,60,4502,7.05,6.97,4.32 +"8963",0.93,"Good","G","VS1",63.8,59,4503,6.15,6.21,3.94 +"8964",0.9,"Very Good","G","VS2",60.2,59,4503,6.22,6.28,3.76 +"8965",1.03,"Premium","F","SI2",60.7,60,4503,6.47,6.52,3.94 +"8966",1.03,"Very Good","F","SI2",61.4,57,4503,6.53,6.6,4.03 +"8967",1.03,"Premium","F","SI2",61.6,58,4503,6.43,6.46,3.97 +"8968",1.03,"Very Good","F","SI2",62.4,59,4503,6.38,6.45,4 +"8969",0.76,"Very Good","F","VVS1",62.1,57,4504,5.8,5.83,3.61 +"8970",0.76,"Very Good","F","VVS1",59.6,58,4504,5.91,5.96,3.54 +"8971",0.9,"Very Good","F","VS2",63.2,58,4504,6.11,6.16,3.88 +"8972",1,"Good","F","SI1",63.6,62,4504,6.24,6.3,3.99 +"8973",1,"Good","F","SI1",62.5,57,4504,6.28,6.39,3.96 +"8974",1.05,"Ideal","H","SI2",61.9,56,4504,6.49,6.56,4.04 +"8975",1,"Very Good","F","SI1",61.4,60,4504,6.35,6.38,3.91 +"8976",0.97,"Very Good","G","SI1",61,59,4504,6.36,6.4,3.89 +"8977",1.01,"Ideal","E","SI2",61.5,55,4504,6.45,6.49,3.98 +"8978",1.01,"Good","G","SI1",63.8,56,4504,6.32,6.37,4.05 +"8979",0.9,"Premium","D","VS2",58.7,62,4505,6.32,6.29,3.7 +"8980",1.01,"Good","E","SI2",58.5,61,4506,6.51,6.55,3.82 +"8981",1.06,"Very Good","I","SI1",60.2,59,4507,6.62,6.67,4 +"8982",1.04,"Premium","F","SI2",62.6,58,4507,6.49,6.44,4.05 +"8983",1.19,"Ideal","J","SI2",61.7,56,4508,6.8,6.85,4.21 +"8984",0.95,"Ideal","H","SI1",61.9,56,4508,6.29,6.35,3.91 +"8985",0.9,"Good","F","VS1",63.3,59,4508,6.03,6.07,3.83 +"8986",1.04,"Very Good","F","SI2",63.1,60,4508,6.42,6.35,4.03 +"8987",1.15,"Premium","H","SI2",62.4,57,4508,6.66,6.59,4.14 +"8988",1.36,"Premium","G","I1",62.1,57,4509,7.11,7.06,4.4 +"8989",1.2,"Ideal","J","SI2",59.1,62,4509,6.97,6.94,4.11 +"8990",1.01,"Ideal","I","SI1",61.9,57,4509,6.4,6.5,3.98 +"8991",1.28,"Ideal","G","I1",61.6,57,4509,6.96,6.93,4.28 +"8992",1.22,"Premium","H","SI2",61.3,60,4509,6.87,6.81,4.19 +"8993",1.22,"Premium","J","SI2",62.1,59,4509,6.82,6.77,4.22 +"8994",1,"Good","H","SI1",61,61,4510,6.36,6.42,3.9 +"8995",1.05,"Premium","G","SI1",59.1,57,4510,6.73,6.63,3.95 +"8996",0.91,"Premium","G","VS1",60.9,54,4510,6.38,6.27,3.85 +"8997",1.04,"Very Good","I","VS2",61.9,58,4511,6.47,6.55,4.03 +"8998",1,"Ideal","I","VS2",62.5,55,4511,6.41,6.36,4 +"8999",0.93,"Ideal","E","SI1",61.9,55,4511,6.26,6.31,3.89 +"9000",0.91,"Good","E","SI1",63.5,57,4512,6.11,6.14,3.89 +"9001",0.91,"Very Good","E","SI1",62.5,61,4512,6.1,6.19,3.84 +"9002",0.91,"Good","E","SI1",63.1,58,4512,6.12,6.17,3.88 +"9003",1.01,"Ideal","H","SI1",62.6,55,4513,6.42,6.36,4 +"9004",1.07,"Ideal","D","SI2",61.4,56,4513,6.55,6.58,4.03 +"9005",1.14,"Premium","D","SI2",62.4,58,4513,6.67,6.7,4.17 +"9006",0.93,"Very Good","G","SI1",61.7,56,4513,6.22,6.26,3.85 +"9007",1.01,"Premium","H","SI1",62.3,61,4513,6.39,6.32,3.96 +"9008",0.91,"Ideal","E","SI1",61.2,58,4513,6.24,6.3,3.84 +"9009",1.01,"Very Good","H","SI1",63.1,60,4513,6.41,6.37,4.03 +"9010",1.01,"Premium","H","SI1",61.8,61,4513,6.47,6.4,3.98 +"9011",1.01,"Premium","H","SI1",62.4,58,4513,6.41,6.35,3.98 +"9012",1.01,"Premium","H","SI1",62.3,58,4513,6.42,6.35,3.98 +"9013",1.01,"Premium","H","SI1",61.3,58,4513,6.47,6.39,3.94 +"9014",1.01,"Very Good","H","SI1",63.5,62,4513,6.36,6.24,4 +"9015",0.91,"Very Good","H","VS1",60,58,4514,6.29,6.38,3.8 +"9016",1.2,"Very Good","I","SI2",60.3,57,4514,6.88,6.95,4.17 +"9017",1.2,"Premium","J","SI1",60.7,60,4514,6.88,6.92,4.19 +"9018",0.9,"Very Good","D","SI1",61.9,55,4514,6.18,6.22,3.84 +"9019",1,"Very Good","H","VS2",63.3,60,4514,6.31,6.22,3.97 +"9020",1,"Premium","H","VS2",60.2,62,4514,6.46,6.43,3.88 +"9021",1,"Premium","H","VS2",58.9,56,4514,6.53,6.51,3.84 +"9022",1,"Premium","H","VS2",58.4,60,4514,6.36,6.3,3.7 +"9023",0.9,"Very Good","G","VS1",61.3,61,4515,6.15,6.25,3.8 +"9024",1.04,"Ideal","H","SI1",61.9,57,4515,6.49,6.46,4.01 +"9025",1.04,"Ideal","H","SI1",62.7,54,4515,6.51,6.47,4.07 +"9026",1,"Very Good","I","VS1",63.3,55,4516,6.39,6.34,4.03 +"9027",1.05,"Very Good","G","SI2",62.6,62,4516,6.45,6.49,4.05 +"9028",1.06,"Very Good","H","SI2",62.4,54,4516,6.5,6.54,4.07 +"9029",1.06,"Ideal","H","SI2",60.1,59,4516,6.58,6.67,3.98 +"9030",1.05,"Ideal","I","SI1",62.1,59,4516,6.5,6.47,4.03 +"9031",0.27,"Ideal","D","VVS2",61.5,56,586,4.15,4.18,2.56 +"9032",0.27,"Ideal","I","VVS2",61.2,56,587,4.18,4.2,2.56 +"9033",0.41,"Ideal","J","VS2",61.7,55,587,4.79,4.81,2.96 +"9034",0.36,"Ideal","H","VS2",61,57,587,4.59,4.63,2.81 +"9035",0.36,"Ideal","H","VS2",60.8,56,587,4.61,4.63,2.81 +"9036",0.36,"Ideal","H","VS2",61.4,57,587,4.59,4.63,2.83 +"9037",0.36,"Ideal","H","VS2",61,55,587,4.59,4.62,2.81 +"9038",0.36,"Ideal","H","VS2",61,56,587,4.61,4.63,2.82 +"9039",0.36,"Ideal","I","VS1",62,54,587,4.58,4.61,2.85 +"9040",0.31,"Ideal","G","VS1",60.6,58,587,4.39,4.42,2.67 +"9041",0.38,"Ideal","G","SI2",61.7,56,587,4.64,4.67,2.87 +"9042",0.39,"Ideal","F","SI2",62.2,55,587,4.68,4.71,2.92 +"9043",0.27,"Ideal","I","IF",60.5,57,587,4.2,4.22,2.55 +"9044",0.31,"Very Good","E","VS1",61.2,61,587,4.29,4.37,2.65 +"9045",0.3,"Ideal","F","VS1",61.5,55,587,4.33,4.35,2.67 +"9046",0.39,"Very Good","H","SI2",60.4,60,588,4.74,4.8,2.88 +"9047",0.33,"Very Good","F","SI1",60.9,54,588,4.47,4.52,2.73 +"9048",0.4,"Good","E","SI2",61.2,61,588,4.71,4.74,2.89 +"9049",0.28,"Very Good","E","VS1",63.1,55,588,4.18,4.15,2.63 +"9050",0.35,"Good","E","SI2",64,55,588,4.49,4.45,2.86 +"9051",0.34,"Premium","I","SI1",61.7,56,589,4.54,4.51,2.79 +"9052",0.34,"Premium","I","SI1",60,58,589,4.55,4.51,2.72 +"9053",0.34,"Premium","I","SI1",60.4,56,589,4.56,4.54,2.75 +"9054",0.34,"Ideal","I","SI1",61.9,57,589,4.52,4.49,2.79 +"9055",0.34,"Ideal","I","SI1",60.2,57,589,4.54,4.5,2.72 +"9056",0.34,"Ideal","I","SI1",62.8,57,589,4.45,4.43,2.79 +"9057",0.34,"Ideal","I","SI1",61.9,57,589,4.48,4.44,2.76 +"9058",0.34,"Ideal","I","SI1",62.4,56,589,4.49,4.45,2.79 +"9059",0.34,"Ideal","I","SI1",62.3,55,589,4.47,4.42,2.77 +"9060",0.32,"Very Good","D","SI1",62.6,58,589,4.33,4.36,2.72 +"9061",0.9,"Premium","I","IF",62.6,59,4516,6.15,6.12,3.84 +"9062",1,"Fair","E","SI2",65.2,59,4516,6.28,6.27,4.09 +"9063",1.2,"Ideal","J","SI2",62.5,57,4516,6.8,6.74,4.23 +"9064",1.28,"Good","H","SI2",63.8,55,4516,6.84,6.79,4.35 +"9065",1,"Fair","E","SI2",63,58,4516,6.35,6.26,3.97 +"9066",1.06,"Good","J","VS2",63.5,60.1,4517,6.43,6.51,4.11 +"9067",1.02,"Good","H","SI2",60.3,63,4517,6.45,6.49,3.9 +"9068",1.02,"Very Good","H","SI1",58.4,62,4518,6.55,6.61,3.84 +"9069",1.01,"Ideal","I","SI1",62.3,59,4518,6.41,6.37,3.98 +"9070",1.13,"Premium","G","SI2",60,61,4518,6.78,6.71,4.05 +"9071",1.09,"Premium","I","VS2",63,56,4519,6.61,6.57,4.15 +"9072",1.03,"Ideal","H","SI1",62.3,56,4520,6.45,6.48,4.03 +"9073",1.03,"Very Good","H","SI1",61.1,59,4520,6.5,6.56,3.99 +"9074",1.14,"Premium","D","SI2",62.6,58,4520,6.64,6.58,4.14 +"9075",1.11,"Ideal","H","SI2",61.3,60,4520,6.68,6.66,4.09 +"9076",1,"Good","D","SI2",62.8,61,4520,6.31,6.36,3.98 +"9077",1.2,"Very Good","G","SI1",63.4,55,4520,6.72,6.65,4.24 +"9078",0.83,"Very Good","D","VS1",58.2,59,4521,6.19,6.24,3.62 +"9079",1.08,"Ideal","I","SI1",62.1,59,4521,6.57,6.53,4.07 +"9080",1.02,"Good","H","SI2",61.4,60,4521,6.44,6.49,3.97 +"9081",0.9,"Very Good","D","VS2",63.5,61,4521,6.16,6.09,3.89 +"9082",1.03,"Ideal","E","SI2",62.5,56,4522,6.48,6.45,4.04 +"9083",1.03,"Premium","E","SI2",61,60,4522,6.53,6.46,3.96 +"9084",1.07,"Premium","G","SI2",62,59,4523,6.54,6.5,4.04 +"9085",1.11,"Good","H","SI1",64.2,58,4523,6.47,6.53,4.17 +"9086",1.2,"Very Good","J","SI2",61.2,58,4523,6.77,6.82,4.16 +"9087",0.9,"Very Good","D","SI1",64.2,55,4523,6.09,6.16,3.93 +"9088",0.9,"Very Good","D","SI1",63,58,4523,6.11,6.14,3.86 +"9089",1.06,"Ideal","H","SI2",62.7,57,4523,6.46,6.5,4.06 +"9090",0.9,"Ideal","F","SI1",62.5,57,4523,6.13,6.15,3.84 +"9091",0.9,"Ideal","D","SI1",62.1,57,4523,6.18,6.25,3.86 +"9092",0.91,"Good","E","SI1",60.2,60,4523,6.17,6.26,3.74 +"9093",1.32,"Premium","G","SI2",58.9,59,4524,7.25,7.18,4.25 +"9094",1.2,"Premium","G","SI2",61.8,60,4524,6.85,6.78,4.21 +"9095",1.02,"Very Good","E","SI1",63.1,57,4524,6.43,6.37,4.04 +"9096",1.08,"Ideal","J","SI1",61.8,56,4524,6.58,6.55,4.06 +"9097",1.01,"Premium","I","SI1",60.8,61,4525,6.47,6.43,3.92 +"9098",1.01,"Fair","E","VS2",66.6,55,4525,6.27,6.2,4.15 +"9099",1.01,"Very Good","I","SI1",63.2,54,4525,6.41,6.35,4.03 +"9100",1.01,"Premium","G","SI2",61.9,60,4525,6.37,6.33,3.93 +"9101",1.01,"Premium","G","SI1",63,58,4525,6.35,6.29,3.98 +"9102",0.93,"Very Good","D","SI1",60.8,59,4527,6.24,6.27,3.8 +"9103",1.01,"Very Good","D","SI2",62,59,4528,6.36,6.4,3.96 +"9104",1,"Good","G","SI1",62.5,65,4528,6.24,6.31,3.92 +"9105",1,"Good","G","SI1",61.6,62,4528,6.37,6.45,3.95 +"9106",1.05,"Good","I","VS2",63.1,58,4529,6.42,6.47,4.07 +"9107",0.96,"Premium","H","VS2",61.7,55,4529,6.36,6.31,3.91 +"9108",0.85,"Premium","F","VVS2",61.2,60,4530,6.1,6.13,3.74 +"9109",1.04,"Ideal","E","SI1",62,57,4530,6.47,6.5,4.02 +"9110",1.06,"Ideal","I","VS2",62.3,56,4530,6.56,6.51,4.07 +"9111",0.9,"Very Good","G","VS2",63.2,58,4531,6.11,6.17,3.88 +"9112",0.9,"Ideal","G","VS1",61.6,56.3,4531,6.22,6.3,3.86 +"9113",0.9,"Ideal","F","VS2",60.5,54,4531,6.22,6.17,3.75 +"9114",0.93,"Very Good","E","SI1",63.1,57,4531,6.19,6.17,3.9 +"9115",1.02,"Very Good","I","VS2",59.3,59,4532,6.56,6.6,3.9 +"9116",1,"Very Good","E","SI2",63.2,56,4532,6.33,6.36,4.01 +"9117",1.11,"Good","E","SI2",58.3,60,4532,6.76,6.83,3.96 +"9118",1.01,"Premium","F","SI2",61.7,60,4533,6.36,6.42,3.94 +"9119",1.12,"Very Good","I","SI2",61.2,59,4533,6.69,6.74,4.11 +"9120",0.93,"Very Good","F","SI1",61.1,58,4534,6.26,6.3,3.84 +"9121",1,"Fair","G","VVS2",66.9,55,4534,6.2,6.17,4.14 +"9122",0.96,"Good","H","VS1",63.9,54,4535,6.22,6.27,3.99 +"9123",1.13,"Ideal","H","SI2",61,60,4535,6.73,6.69,4.09 +"9124",1,"Good","E","SI1",63.5,62,4535,6.27,6.4,4.02 +"9125",0.91,"Very Good","G","VS1",63.1,61,4536,6.13,6.07,3.85 +"9126",0.9,"Premium","F","VS2",61.9,55,4536,6.25,6.23,3.86 +"9127",1.13,"Premium","I","SI1",61.8,59,4536,6.65,6.68,4.12 +"9128",1.2,"Ideal","J","SI1",62.5,55,4536,6.84,6.79,4.26 +"9129",1.2,"Premium","J","SI1",60.5,59,4536,6.84,6.79,4.12 +"9130",0.9,"Fair","F","VS2",59.5,67,4536,6.29,6.24,3.73 +"9131",1.08,"Ideal","H","SI2",61,57,4536,6.64,6.6,4.04 +"9132",1.08,"Ideal","H","SI2",59.3,57,4536,6.74,6.71,3.99 +"9133",1.08,"Ideal","H","SI2",60.4,57,4536,6.68,6.63,4.02 +"9134",1,"Premium","H","VS2",61.9,61,4536,6.37,6.23,3.9 +"9135",1.1,"Very Good","I","SI1",62,59,4537,6.54,6.59,4.07 +"9136",1.1,"Premium","H","SI2",62.2,58,4537,6.6,6.69,4.13 +"9137",1.1,"Ideal","H","SI2",62,55,4537,6.6,6.62,4.1 +"9138",1.1,"Ideal","H","SI2",62.6,56,4537,6.57,6.65,4.14 +"9139",1.13,"Very Good","H","SI2",59.8,59,4537,6.75,6.82,4.06 +"9140",1.13,"Very Good","H","SI2",62.5,62,4537,6.59,6.66,4.14 +"9141",0.93,"Very Good","E","SI1",62.5,58,4537,6.18,6.24,3.88 +"9142",1.1,"Ideal","J","VS2",62.4,55,4537,6.59,6.64,4.13 +"9143",1.12,"Very Good","H","SI2",62.4,55,4538,6.63,6.68,4.15 +"9144",1,"Very Good","I","SI1",63.3,56,4538,6.27,6.36,4 +"9145",1.01,"Very Good","D","SI2",63.5,61,4538,6.37,6.33,4.03 +"9146",1.01,"Fair","D","SI2",64.6,62,4538,6.26,6.21,4.03 +"9147",1.11,"Ideal","H","SI2",63.5,60,4538,6.58,6.49,4.15 +"9148",1.11,"Premium","H","SI2",59.8,60,4538,6.75,6.66,4.01 +"9149",1.01,"Good","G","SI1",63.5,64,4538,6.41,6.28,4.03 +"9150",1.09,"Premium","D","SI2",62.8,56,4538,6.49,6.45,4.06 +"9151",1.1,"Very Good","E","SI2",60,58,4539,6.72,6.75,4.04 +"9152",1.1,"Very Good","E","SI2",60.9,60,4539,6.61,6.66,4.04 +"9153",1,"Ideal","J","VS2",62.4,54,4539,6.4,6.46,4.01 +"9154",1.02,"Ideal","H","SI1",61.6,57,4540,6.43,6.5,3.98 +"9155",0.9,"Very Good","G","VS1",62.7,60,4540,6.06,6.13,3.82 +"9156",0.9,"Good","G","VS1",63.6,58,4540,6.09,6.12,3.88 +"9157",0.9,"Good","G","VS1",63.7,56,4540,6.07,6.15,3.89 +"9158",0.9,"Very Good","G","VS1",62.3,60,4540,6,6.08,3.76 +"9159",1.02,"Very Good","E","SI2",63.3,58,4540,6.31,6.4,4.02 +"9160",1.01,"Very Good","E","SI2",60,60,4540,6.57,6.49,3.92 +"9161",1,"Very Good","D","SI2",64.7,57,4541,6.29,6.36,4.09 +"9162",1,"Good","D","SI2",64.5,59,4541,6.25,6.31,4.05 +"9163",1.06,"Ideal","G","SI2",62.2,55,4541,6.56,6.53,4.07 +"9164",1.02,"Ideal","F","SI2",60.7,56,4541,6.53,6.5,3.95 +"9165",1.02,"Premium","F","SI2",61.5,58,4541,6.49,6.42,3.97 +"9166",1.02,"Premium","F","SI2",62.5,60,4541,6.43,6.36,4 +"9167",1.02,"Premium","F","SI2",61.1,59,4541,6.45,6.41,3.93 +"9168",0.98,"Very Good","G","SI2",62.2,57,4542,6.33,6.37,3.95 +"9169",1.27,"Good","J","SI2",66,59,4542,6.71,6.75,4.44 +"9170",0.9,"Very Good","G","VS2",62.7,59,4543,6.09,6.16,3.84 +"9171",0.91,"Good","G","VVS2",64.1,58,4543,6.06,6.1,3.9 +"9172",1,"Very Good","D","SI2",59.5,62,4543,6.49,6.52,3.87 +"9173",1,"Good","D","SI2",62.2,61,4543,6.3,6.36,3.94 +"9174",1,"Good","G","SI1",63.3,60,4543,6.24,6.33,3.98 +"9175",1,"Very Good","D","SI2",59.4,60,4543,6.48,6.56,3.87 +"9176",1,"Very Good","D","SI2",61.6,58,4543,6.37,6.45,3.95 +"9177",1,"Very Good","D","SI2",58.3,61,4543,6.54,6.59,3.83 +"9178",1.04,"Premium","D","SI2",61.9,58,4543,6.54,6.49,4.03 +"9179",1.04,"Ideal","I","SI1",62.6,56,4543,6.55,6.48,4.08 +"9180",1.25,"Premium","D","SI2",59.8,55,4543,7.07,7.01,4.21 +"9181",1.04,"Ideal","H","SI2",61.7,57,4543,6.54,6.49,4.02 +"9182",1.08,"Very Good","G","SI2",62.9,59,4544,6.53,6.57,4.12 +"9183",1.08,"Ideal","G","SI2",61.9,57,4544,6.55,6.57,4.06 +"9184",1.08,"Ideal","G","SI2",62.2,56,4544,6.56,6.59,4.09 +"9185",1.1,"Very Good","J","VS1",60.9,59,4545,6.65,6.74,4.08 +"9186",1.03,"Very Good","D","SI2",60.9,57,4545,6.53,6.55,3.98 +"9187",0.9,"Very Good","F","SI1",63.3,55,4545,6.18,6.12,3.89 +"9188",1.01,"Good","E","SI1",63.5,58,4546,6.28,6.35,4.01 +"9189",0.93,"Ideal","G","SI1",62,56,4546,6.22,6.26,3.87 +"9190",1.04,"Ideal","F","SI2",62.6,57,4547,6.45,6.48,4.05 +"9191",1.04,"Ideal","F","SI2",61.8,56,4547,6.49,6.53,4.02 +"9192",0.73,"Ideal","D","VVS2",62,53.6,4547,5.76,5.8,3.59 +"9193",0.9,"Good","G","VS2",60.4,61,4547,6.23,6.32,3.79 +"9194",1.06,"Ideal","H","SI2",61.7,60,4547,6.53,6.51,4.02 +"9195",1.02,"Ideal","E","SI2",61.6,56,4547,6.55,6.48,3.99 +"9196",1.31,"Premium","H","SI2",61.7,59,4548,7.03,6.98,4.32 +"9197",1.31,"Premium","H","SI2",61.7,59,4548,7.03,6.98,4.32 +"9198",1.2,"Good","J","VS2",63.7,58,4548,6.68,6.61,4.23 +"9199",0.94,"Premium","H","VS2",60.1,59,4548,6.35,6.32,3.81 +"9200",0.95,"Ideal","G","VS2",61.6,56,4549,6.34,6.3,3.89 +"9201",1.01,"Good","F","SI1",63.5,57,4549,6.29,6.33,4.01 +"9202",1.01,"Very Good","F","SI1",63,57,4549,6.36,6.4,4.02 +"9203",1.04,"Ideal","J","VS2",61.3,54,4550,6.53,6.55,4.01 +"9204",0.91,"Fair","E","VS2",61.8,66,4550,6.11,6.09,3.77 +"9205",1.05,"Good","I","VS2",64.3,55,4550,6.46,6.42,4.14 +"9206",1,"Ideal","G","SI2",62,53,4551,6.42,6.45,3.99 +"9207",1.26,"Fair","I","SI2",64.8,57,4551,6.73,6.69,4.35 +"9208",1.07,"Very Good","F","SI2",59.4,60,4552,6.68,6.75,3.99 +"9209",1.02,"Very Good","H","SI1",63.7,55,4552,6.31,6.38,4.04 +"9210",1.27,"Good","H","SI2",63.6,58,4552,6.82,6.74,4.31 +"9211",1.02,"Premium","G","SI2",62.5,58,4552,6.43,6.4,4.01 +"9212",1.28,"Premium","J","SI2",62.3,58,4553,6.89,6.94,4.31 +"9213",0.87,"Ideal","G","VS2",61.4,55,4553,6.15,6.17,3.78 +"9214",1.18,"Fair","I","VS2",62,66,4553,6.75,6.63,4.16 +"9215",1.07,"Fair","F","SI1",60.6,66,4554,6.65,6.46,3.97 +"9216",1.18,"Premium","I","SI2",61.7,58,4555,6.75,6.79,4.18 +"9217",0.91,"Very Good","D","SI1",62.8,59,4556,6.17,6.21,3.89 +"9218",1.01,"Ideal","G","SI2",59.3,60,4556,6.54,6.58,3.89 +"9219",1.13,"Ideal","H","SI2",62,57,4556,6.74,6.64,4.15 +"9220",1.13,"Ideal","H","SI1",61.3,57,4556,6.72,6.7,4.11 +"9221",1.04,"Ideal","H","SI2",61.7,55,4557,6.49,6.53,4.02 +"9222",1.03,"Ideal","G","SI2",62.8,54,4557,6.51,6.46,4.07 +"9223",1.05,"Premium","F","SI2",62.6,59,4557,6.47,6.43,4.04 +"9224",1.03,"Premium","G","SI2",60.6,60,4557,6.53,6.5,3.95 +"9225",1.1,"Premium","H","SI2",62.6,57,4558,6.6,6.56,4.12 +"9226",1.19,"Premium","I","SI2",61.6,56,4558,6.87,6.83,4.22 +"9227",1.02,"Ideal","H","SI1",61.8,57,4558,6.48,6.41,3.98 +"9228",1.02,"Good","H","SI1",63.9,55,4558,6.4,6.37,4.08 +"9229",1.02,"Premium","H","SI1",60.3,59,4558,6.5,6.44,3.9 +"9230",1.02,"Premium","H","SI1",61.9,61,4558,6.42,6.34,3.95 +"9231",1.05,"Premium","H","SI1",62.5,57,4558,6.52,6.45,4.05 +"9232",1.1,"Premium","H","SI2",60.9,57,4558,6.67,6.62,4.05 +"9233",1.02,"Good","D","SI1",64.3,54,4558,6.32,6.27,4.05 +"9234",1.19,"Very Good","H","SI2",63.4,58,4558,6.79,6.76,4.29 +"9235",1.14,"Ideal","G","SI2",63,57,4558,6.7,6.64,4.2 +"9236",1.01,"Good","H","SI1",63.3,58,4559,6.37,6.4,4.04 +"9237",1.01,"Very Good","H","SI1",63,60,4559,6.33,6.36,4 +"9238",1.01,"Premium","H","SI1",59.8,60,4559,6.48,6.52,3.89 +"9239",1.01,"Very Good","H","SI1",62.8,58,4559,6.36,6.38,4 +"9240",1.01,"Good","H","SI1",63.4,58,4559,6.34,6.38,4.03 +"9241",1.01,"Premium","H","SI1",61.2,58,4559,6.43,6.47,3.95 +"9242",1.01,"Good","H","SI1",60.3,64,4559,6.5,6.53,3.93 +"9243",1.01,"Ideal","H","SI1",62.4,53,4559,6.42,6.47,4.02 +"9244",1.21,"Good","J","SI2",60.4,56,4559,6.84,6.93,4.16 +"9245",1.01,"Premium","H","VS2",61.9,62,4559,6.45,6.37,3.97 +"9246",1.01,"Ideal","F","SI1",63,57,4559,6.39,6.34,4.01 +"9247",1.01,"Very Good","H","VS2",63.3,57,4559,6.32,6.27,3.99 +"9248",1.01,"Premium","H","VS2",62.9,60,4559,6.33,6.22,3.95 +"9249",1.35,"Ideal","G","I1",62.5,57,4560,7.01,7.04,4.39 +"9250",1.07,"Premium","F","SI2",61.8,59,4560,6.53,6.57,4.05 +"9251",0.96,"Very Good","F","SI1",60.6,62,4560,6.35,6.39,3.86 +"9252",0.9,"Very Good","E","SI1",63.2,58,4560,6.12,6.1,3.86 +"9253",1.01,"Ideal","G","SI2",61.6,54,4560,6.4,6.45,3.96 +"9254",1.05,"Good","D","SI2",60,63,4560,6.59,6.64,3.97 +"9255",1.03,"Premium","D","SI2",61.8,60,4560,6.45,6.42,3.98 +"9256",1.16,"Ideal","I","SI2",62.6,56,4560,6.73,6.68,4.2 +"9257",0.97,"Premium","F","SI1",62.7,59,4561,6.28,6.31,3.95 +"9258",0.9,"Ideal","G","VS2",62,57,4561,6.19,6.22,3.85 +"9259",1.1,"Very Good","H","SI2",59.8,60,4561,6.7,6.77,4.03 +"9260",0.91,"Very Good","D","SI1",60.8,60,4561,6.24,6.21,3.79 +"9261",1.05,"Ideal","G","SI2",62.3,56,4561,6.52,6.58,4.08 +"9262",0.92,"Ideal","D","SI1",62.2,56,4561,6.23,6.27,3.89 +"9263",1.01,"Very Good","E","SI2",63.2,59,4561,6.38,6.34,4.02 +"9264",1.01,"Fair","F","SI1",65.9,60,4561,6.25,6.17,4.09 +"9265",0.92,"Premium","E","SI1",62.2,58,4562,6.18,6.23,3.86 +"9266",0.92,"Premium","E","SI1",59.8,59,4562,6.33,6.37,3.8 +"9267",0.92,"Very Good","E","SI1",62.1,58,4562,6.15,6.22,3.84 +"9268",0.9,"Premium","E","VS2",63,57,4562,6.15,6.07,3.85 +"9269",0.9,"Premium","E","VS2",60.6,53,4562,6.3,6.27,3.81 +"9270",1.22,"Premium","I","VS2",61.6,59,4562,6.86,6.81,4.21 +"9271",1.01,"Very Good","E","SI1",61.1,57,4563,6.44,6.5,3.95 +"9272",1.06,"Ideal","H","SI2",60.9,56,4563,6.58,6.63,4.02 +"9273",1.01,"Good","E","SI1",64.5,56,4563,6.24,6.29,4.04 +"9274",1.07,"Ideal","E","SI2",61.6,55,4564,6.62,6.59,4.07 +"9275",1.04,"Very Good","H","SI1",62.8,57,4564,6.44,6.48,4.06 +"9276",1.01,"Very Good","D","SI2",59.7,58,4564,6.55,6.61,3.93 +"9277",1.01,"Very Good","D","SI2",61.4,60,4564,6.33,6.38,3.9 +"9278",1.08,"Ideal","H","SI2",61.2,57.4,4564,6.57,6.63,4.04 +"9279",1,"Ideal","H","SI1",61.4,57,4564,6.37,6.34,3.9 +"9280",0.9,"Very Good","G","VVS2",63,58,4565,6.07,6.15,3.85 +"9281",1.09,"Ideal","J","SI1",61.4,55,4565,6.61,6.67,4.08 +"9282",1.04,"Fair","E","SI2",67.5,56,4566,6.28,6.22,4.22 +"9283",1.01,"Very Good","E","SI2",60.9,58,4566,6.45,6.49,3.94 +"9284",1.04,"Ideal","G","SI2",60.4,58,4566,6.56,6.62,3.98 +"9285",1.01,"Good","E","SI2",60.2,60,4566,6.37,6.42,3.85 +"9286",0.91,"Good","H","VS1",57.8,61,4566,6.4,6.36,3.69 +"9287",1.04,"Premium","E","SI2",59.2,58,4566,6.7,6.64,3.95 +"9288",0.92,"Ideal","H","VS2",62.2,55,4568,6.21,6.27,3.88 +"9289",1.06,"Ideal","F","SI2",60.7,57,4568,6.57,6.61,4 +"9290",1,"Good","H","SI1",61.5,64,4568,6.38,6.41,3.93 +"9291",1,"Good","H","VS2",62.7,54,4569,6.26,6.31,3.94 +"9292",1.12,"Premium","F","SI2",60.5,59,4570,6.73,6.79,4.09 +"9293",0.79,"Very Good","E","VVS1",62.8,60,4570,5.8,5.89,3.67 +"9294",1.06,"Very Good","E","SI2",61.7,62,4570,6.5,6.54,4.02 +"9295",1.45,"Fair","J","SI2",58.6,68,4570,7.45,7.33,4.34 +"9296",0.91,"Premium","G","VS1",62.5,61,4570,6.17,6.05,3.82 +"9297",1.02,"Premium","F","SI2",62.5,57,4570,6.47,6.43,4.03 +"9298",1.06,"Premium","G","SI2",61.5,58,4571,6.6,6.54,4.04 +"9299",1.06,"Premium","G","SI2",61.9,60,4571,6.53,6.52,4.04 +"9300",1.12,"Premium","H","SI1",62,56,4572,6.69,6.59,4.13 +"9301",1.15,"Ideal","H","SI2",62.6,55,4572,6.74,6.65,4.19 +"9302",1,"Good","E","SI1",63.9,57,4573,6.31,6.34,4.04 +"9303",1.32,"Good","J","SI1",63.5,57,4573,6.95,6.98,4.42 +"9304",1.03,"Very Good","H","SI1",63.5,53,4573,6.43,6.46,4.09 +"9305",1.07,"Premium","F","SI2",62.4,57,4573,6.58,6.53,4.09 +"9306",1,"Very Good","H","SI1",62.4,58,4574,6.37,6.42,3.99 +"9307",1.01,"Good","H","SI1",62.9,55,4574,6.35,6.41,4.01 +"9308",1.21,"Premium","J","SI1",59.7,60,4574,6.93,6.9,4.13 +"9309",0.94,"Ideal","D","SI1",62.3,57,4575,6.24,6.29,3.9 +"9310",1.01,"Very Good","E","SI2",62.2,58,4575,6.36,6.43,3.98 +"9311",1,"Very Good","E","SI2",60.6,60,4576,6.33,6.4,3.86 +"9312",1.12,"Very Good","H","SI1",63.1,56,4576,6.62,6.59,4.17 +"9313",1.02,"Ideal","F","SI2",61.4,56,4578,6.47,6.5,3.98 +"9314",1.06,"Ideal","G","SI2",61,57,4578,6.56,6.61,4.02 +"9315",1.11,"Ideal","H","SI2",62.7,57,4578,6.59,6.66,4.14 +"9316",1.11,"Ideal","H","SI2",62,54,4578,6.61,6.64,4.11 +"9317",1.11,"Ideal","H","SI2",61.3,55,4578,6.65,6.73,4.1 +"9318",1.11,"Premium","H","SI2",61.6,60,4578,6.6,6.67,4.09 +"9319",1.09,"Premium","H","SI2",61.7,60,4578,6.59,6.57,4.06 +"9320",1.09,"Premium","H","SI2",62.1,55,4578,6.63,6.58,4.1 +"9321",1.01,"Premium","H","SI1",60.5,58,4578,6.47,6.39,3.89 +"9322",0.9,"Very Good","D","SI1",62.5,59,4579,6.11,6.15,3.83 +"9323",0.9,"Ideal","D","SI1",62.5,57,4579,6.12,6.2,3.85 +"9324",1.18,"Premium","I","SI2",60.8,58,4579,6.84,6.78,4.14 +"9325",1.03,"Premium","F","SI1",60.9,60,4579,6.52,6.45,3.95 +"9326",0.9,"Premium","G","VS1",62.7,58,4579,6.15,6.06,3.83 +"9327",1,"Premium","E","SI2",62.7,58,4579,6.41,6.34,4 +"9328",1,"Very Good","E","SI2",63.3,58,4579,6.35,6.32,4.01 +"9329",1.27,"Premium","J","VS2",62.2,58,4580,6.88,6.84,4.27 +"9330",0.9,"Very Good","E","VS2",59.1,62,4580,6.24,6.28,3.7 +"9331",0.9,"Good","F","VS1",63.5,57,4580,6.06,6.09,3.86 +"9332",0.9,"Very Good","E","VS2",62.2,59,4580,6.13,6.18,3.83 +"9333",0.9,"Good","E","VS2",63.1,58,4580,6.11,6.15,3.87 +"9334",0.9,"Very Good","E","VS2",62.9,57,4580,6.16,6.18,3.88 +"9335",1.2,"Very Good","J","SI2",61.8,60,4580,6.76,6.83,4.2 +"9336",1.03,"Very Good","D","SI2",63.7,56,4580,6.32,6.39,4.05 +"9337",1,"Ideal","H","SI2",62,55,4580,6.39,6.43,3.98 +"9338",0.94,"Premium","E","SI1",62,58,4580,6.27,6.24,3.88 +"9339",0.94,"Premium","E","SI1",60,58,4580,6.44,6.37,3.84 +"9340",0.94,"Premium","E","SI1",62.4,56,4580,6.27,6.24,3.9 +"9341",1.11,"Premium","E","SI2",62.5,58,4581,6.61,6.63,4.14 +"9342",1.01,"Very Good","E","SI2",63.3,58,4581,6.37,6.3,4.01 +"9343",1,"Good","I","VS1",63.9,56,4581,6.37,6.18,4.01 +"9344",1.03,"Ideal","G","SI2",61.8,55,4582,6.46,6.51,4.01 +"9345",1.03,"Good","J","VS1",60.1,62.4,4582,6.43,6.49,3.88 +"9346",1.24,"Very Good","J","SI2",62.2,58,4583,6.82,6.94,4.28 +"9347",1.02,"Premium","D","SI2",59.3,60,4583,6.56,6.52,3.88 +"9348",1.02,"Very Good","D","SI2",58.6,63,4583,6.56,6.54,3.84 +"9349",1.09,"Very Good","I","SI2",62.5,57,4584,6.56,6.58,4.11 +"9350",1.11,"Very Good","H","SI2",59,59,4584,6.79,6.82,4.02 +"9351",0.9,"Ideal","H","VS2",59.9,57,4584,6.27,6.31,3.77 +"9352",1.13,"Ideal","H","SI2",62.5,57,4584,6.67,6.71,4.18 +"9353",1.01,"Ideal","I","SI1",62.4,56,4584,6.36,6.4,3.98 +"9354",1.07,"Premium","G","SI2",62.1,59,4584,6.54,6.48,4.04 +"9355",1.03,"Ideal","H","SI1",59.7,55,4585,6.6,6.64,3.95 +"9356",1.02,"Ideal","E","SI2",62.7,57,4585,6.35,6.44,4.01 +"9357",1.09,"Ideal","G","SI2",61.2,57,4586,6.63,6.68,4.07 +"9358",1.09,"Ideal","G","SI2",62.1,56,4586,6.59,6.66,4.12 +"9359",1.16,"Very Good","I","SI1",62.9,58,4586,6.64,6.69,4.19 +"9360",1,"Good","F","SI1",63.6,62,4586,6.3,6.24,3.99 +"9361",0.32,"Ideal","D","SI1",61.3,55,589,4.39,4.42,2.7 +"9362",0.32,"Very Good","D","SI1",62.8,56,589,4.37,4.42,2.76 +"9363",0.32,"Premium","D","SI1",61.5,59,589,4.39,4.42,2.71 +"9364",0.32,"Ideal","D","SI1",61.3,57,589,4.37,4.41,2.69 +"9365",0.32,"Ideal","D","SI1",61.4,57,589,4.41,4.42,2.71 +"9366",0.32,"Good","D","SI1",63.1,57,589,4.37,4.38,2.76 +"9367",0.32,"Good","D","SI1",63.1,56,589,4.34,4.38,2.75 +"9368",0.32,"Good","D","SI1",63.7,55,589,4.35,4.38,2.78 +"9369",0.32,"Ideal","D","SI1",62.7,54,589,4.37,4.4,2.75 +"9370",0.32,"Very Good","D","SI1",58.3,58,589,4.49,4.54,2.63 +"9371",0.32,"Very Good","D","SI1",62.8,56,589,4.34,4.35,2.73 +"9372",0.32,"Premium","D","SI1",61.3,60,589,4.41,4.43,2.71 +"9373",0.32,"Premium","D","SI1",60.8,58,589,4.41,4.44,2.69 +"9374",0.32,"Ideal","D","SI1",61.9,57,589,4.36,4.4,2.71 +"9375",0.32,"Ideal","I","VVS1",62.5,55,589,4.37,4.4,2.74 +"9376",0.32,"Premium","D","SI1",60.2,58,589,4.4,4.43,2.66 +"9377",0.32,"Premium","D","SI1",60.4,58,589,4.44,4.47,2.69 +"9378",0.32,"Very Good","I","VVS1",63,58,589,4.32,4.38,2.74 +"9379",0.32,"Ideal","D","SI1",62,57,589,4.38,4.42,2.73 +"9380",0.32,"Ideal","I","VVS1",61.7,55,589,4.39,4.4,2.71 +"9381",0.36,"Premium","G","VS2",62.5,58,589,4.51,4.55,2.83 +"9382",0.32,"Good","D","SI1",63.5,55,589,4.31,4.35,2.75 +"9383",0.32,"Ideal","D","SI1",62,55,589,4.37,4.47,2.74 +"9384",0.32,"Very Good","D","SI1",58.9,60,589,4.47,4.49,2.64 +"9385",0.32,"Ideal","D","SI1",61.5,56,589,4.39,4.42,2.71 +"9386",0.32,"Good","D","SI1",63.6,56,589,4.34,4.37,2.77 +"9387",0.32,"Good","D","SI1",63.3,57,589,4.37,4.38,2.77 +"9388",0.32,"Good","D","SI1",63.8,56,589,4.33,4.35,2.77 +"9389",0.32,"Ideal","D","SI1",62.5,54,589,4.39,4.41,2.75 +"9390",0.32,"Good","D","SI1",63.2,54,589,4.36,4.38,2.76 +"9391",1,"Premium","F","SI1",61.4,60,4586,6.38,6.35,3.91 +"9392",0.9,"Premium","D","VS2",63,62,4586,6.13,6.06,3.84 +"9393",1.17,"Good","I","SI1",60,64,4586,6.91,6.83,4.12 +"9394",1,"Good","F","SI1",64.1,60,4586,6.25,6.19,3.99 +"9395",1,"Fair","F","SI1",64.8,58,4586,6.26,6.21,4.04 +"9396",1.03,"Ideal","F","SI2",60.5,58,4586,6.55,6.49,3.94 +"9397",1.26,"Premium","H","SI2",62,56,4586,6.92,6.88,4.28 +"9398",1,"Very Good","F","SI1",58.1,63,4586,6.45,6.36,3.72 +"9399",1.03,"Premium","F","SI2",60.7,60,4586,6.52,6.47,3.94 +"9400",1.03,"Premium","F","SI2",61.4,57,4586,6.6,6.53,4.03 +"9401",1.05,"Ideal","H","SI2",61.9,56,4586,6.56,6.49,4.04 +"9402",1.03,"Premium","F","SI2",62.4,59,4586,6.45,6.38,4 +"9403",1,"Good","F","SI1",63.8,58,4586,6.28,6.22,3.99 +"9404",1,"Premium","F","SI1",62.2,58,4586,6.39,6.35,3.96 +"9405",0.91,"Very Good","D","SI1",63.1,59,4586,6.14,6.1,3.86 +"9406",1.03,"Premium","F","SI2",61.6,58,4586,6.46,6.43,3.97 +"9407",1,"Premium","F","SI1",62.9,57,4586,6.37,6.32,3.99 +"9408",0.92,"Ideal","I","VS1",62.3,55,4587,6.24,6.28,3.9 +"9409",0.92,"Ideal","H","SI1",61.6,56,4587,6.21,6.25,3.84 +"9410",0.9,"Very Good","H","VS2",62.3,59,4588,6.13,6.17,3.83 +"9411",1.01,"Very Good","J","VS1",59.5,59,4588,6.54,6.6,3.91 +"9412",1.01,"Very Good","D","SI2",62.2,60,4588,6.4,6.43,3.99 +"9413",1.01,"Very Good","G","SI1",62.9,61,4588,6.36,6.4,4.01 +"9414",1.01,"Good","D","SI2",63.9,57,4588,6.29,6.36,4.04 +"9415",1.01,"Good","G","SI1",63.6,57,4588,6.33,6.37,4.04 +"9416",1.01,"Very Good","D","SI2",58.3,59,4588,6.63,6.67,3.88 +"9417",1.01,"Very Good","G","SI1",62.9,54,4588,6.41,6.47,4.05 +"9418",1.01,"Premium","G","SI1",62.5,60,4588,6.34,6.39,3.98 +"9419",1.01,"Good","G","SI1",63.5,60,4588,6.3,6.33,4.01 +"9420",1.01,"Very Good","G","SI1",59.6,61,4588,6.47,6.52,3.87 +"9421",1.01,"Good","G","SI1",63.4,58,4588,6.28,6.33,4 +"9422",1.01,"Very Good","D","SI2",60.3,57,4588,6.51,6.56,3.94 +"9423",1.01,"Good","G","SI1",63.9,57,4588,6.3,6.37,4.05 +"9424",1.01,"Ideal","G","SI1",61.8,57,4588,6.41,6.46,3.98 +"9425",1.01,"Very Good","D","SI2",61.8,60,4588,6.37,6.41,3.95 +"9426",1.01,"Very Good","D","SI2",62.8,59,4588,6.34,6.44,4.01 +"9427",1.28,"Premium","H","SI2",62.4,56,4588,6.97,6.89,4.34 +"9428",0.91,"Very Good","G","VS1",60.9,54,4590,6.27,6.38,3.85 +"9429",1.2,"Very Good","J","VS2",62.5,57,4590,6.72,6.79,4.22 +"9430",1.05,"Ideal","F","SI2",60.9,56,4591,6.56,6.64,4.02 +"9431",1.02,"Ideal","E","SI1",61.1,56,4591,6.45,6.51,3.96 +"9432",1.09,"Very Good","G","SI2",62.1,57,4591,6.58,6.63,4.1 +"9433",1.06,"Ideal","I","SI2",62.7,58,4591,6.48,6.5,4.07 +"9434",1.14,"Ideal","F","SI2",61.7,56,4591,6.71,6.67,4.13 +"9435",1.19,"Premium","I","VS2",59.3,59,4591,6.98,6.88,4.11 +"9436",1,"Good","H","SI2",57.9,62,4592,6.53,6.49,3.77 +"9437",1,"Premium","I","SI1",59.6,58,4592,6.55,6.5,3.89 +"9438",1,"Good","H","VVS2",59.5,64,4592,6.44,6.41,3.82 +"9439",0.9,"Very Good","H","VVS2",63.7,57,4592,6.09,6.02,3.86 +"9440",0.9,"Very Good","H","VS1",62.3,59,4592,6.12,6.17,3.83 +"9441",1.01,"Premium","I","VS2",62.5,58,4592,6.39,6.44,4.01 +"9442",0.9,"Ideal","H","VS1",61.6,56,4592,6.17,6.13,3.79 +"9443",0.83,"Ideal","F","VS1",62.3,56.4,4592,5.97,6.02,3.73 +"9444",1,"Ideal","D","SI1",63,56,4592,6.33,6.28,3.97 +"9445",0.9,"Ideal","F","SI2",61.8,56,4593,6.18,6.21,3.83 +"9446",0.9,"Ideal","F","SI2",61.9,57,4593,6.13,6.18,3.81 +"9447",0.9,"Ideal","F","SI2",62.4,55,4593,6.17,6.2,3.86 +"9448",1.02,"Very Good","F","SI1",63,58,4594,6.36,6.4,4.02 +"9449",1.02,"Good","F","SI1",63.5,57,4594,6.35,6.4,4.05 +"9450",1,"Very Good","D","SI2",62.8,58,4595,6.29,6.39,3.98 +"9451",0.9,"Very Good","I","IF",62.6,59,4596,6.12,6.15,3.84 +"9452",0.76,"Ideal","F","IF",59.6,58,4596,5.95,5.96,3.55 +"9453",1,"Good","H","SI1",63.8,53,4596,6.39,6.27,4.04 +"9454",1.14,"Premium","I","SI1",60.4,60,4596,6.78,6.73,4.08 +"9455",1.2,"Ideal","I","SI2",63,57,4596,6.77,6.7,4.24 +"9456",1.07,"Premium","F","SI1",61.7,58,4597,6.58,6.62,4.07 +"9457",0.9,"Very Good","E","VS2",63.8,55,4598,6.11,6.18,3.92 +"9458",1.09,"Very Good","D","SI2",62.2,59,4598,6.46,6.49,4.03 +"9459",1.38,"Good","J","SI2",63.7,58,4598,7.06,7.01,4.48 +"9460",1.05,"Premium","G","SI2",62.6,62,4598,6.49,6.45,4.05 +"9461",0.92,"Premium","E","VS2",61.2,62,4600,6.27,6.22,3.82 +"9462",0.9,"Very Good","G","VS2",62.5,57,4600,6.12,6.14,3.83 +"9463",1.51,"Very Good","J","I1",63.3,57,4600,7.31,7.23,4.6 +"9464",1.11,"Ideal","H","SI2",60.9,56,4600,6.71,6.73,4.09 +"9465",1.01,"Fair","E","SI2",57.1,59,4600,6.65,6.69,3.81 +"9466",0.9,"Good","D","VS2",63.5,61,4601,6.09,6.16,3.89 +"9467",0.9,"Very Good","G","VVS1",62.3,58,4601,6.14,6.21,3.85 +"9468",1.04,"Premium","I","SI1",60.7,59,4601,6.6,6.57,4 +"9469",1.07,"Ideal","J","VS2",61.6,56.3,4602,6.55,6.59,4.04 +"9470",1.07,"Good","J","VS2",61.7,57.7,4602,6.55,6.58,4.05 +"9471",1,"Ideal","I","SI1",61.8,55,4602,6.41,6.44,3.97 +"9472",1.06,"Ideal","H","SI1",60.8,54,4602,6.64,6.61,4.03 +"9473",1.2,"Very Good","H","SI1",61.4,63,4603,6.76,6.72,4.14 +"9474",1.03,"Premium","H","SI1",61.1,59,4603,6.56,6.5,3.99 +"9475",1.03,"Ideal","H","SI1",62.3,56,4603,6.48,6.45,4.03 +"9476",1.03,"Premium","H","SI1",60,60,4603,6.41,6.4,4.02 +"9477",1.02,"Very Good","H","SI1",62.6,59,4604,6.38,6.43,4.01 +"9478",1.02,"Premium","H","SI1",61.9,58,4604,6.43,6.47,3.99 +"9479",1.02,"Good","H","SI1",63.5,58,4604,6.36,6.39,4.05 +"9480",1.05,"Ideal","H","SI2",61.8,58,4604,6.52,6.55,4.04 +"9481",1.07,"Ideal","H","SI2",61,55,4604,6.62,6.65,4.05 +"9482",1.01,"Ideal","E","SI2",59.6,60,4604,6.52,6.6,3.91 +"9483",1.02,"Ideal","H","VS2",62.3,54,4604,6.48,6.39,4.01 +"9484",1.02,"Very Good","H","VS2",60,63,4604,6.54,6.49,3.91 +"9485",1.02,"Very Good","H","VS2",63.3,55,4604,6.4,6.33,4.03 +"9486",1.01,"Premium","G","SI1",62.8,59,4605,6.43,6.34,4.01 +"9487",0.91,"Very Good","F","VS2",60.8,57,4606,6.24,6.25,3.8 +"9488",1.01,"Very Good","D","SI2",62.7,58,4606,6.31,6.39,3.98 +"9489",1.01,"Good","D","SI2",64.5,58,4606,6.18,6.26,4.01 +"9490",1.11,"Good","H","SI1",64.2,58,4606,6.53,6.47,4.17 +"9491",1.1,"Very Good","E","SI2",60.1,62,4607,6.65,6.69,4.01 +"9492",1.05,"Very Good","H","SI1",59.5,58,4608,6.61,6.69,3.96 +"9493",1.05,"Good","H","SI1",63.1,60,4608,6.42,6.49,4.07 +"9494",1.05,"Premium","H","SI1",61.9,58,4608,6.45,6.5,4.01 +"9495",1.05,"Ideal","G","SI2",61.8,57,4608,6.51,6.57,4.04 +"9496",1,"Good","F","SI1",58.1,64,4608,6.56,6.6,3.82 +"9497",1.01,"Good","E","SI1",64.7,57,4608,6.22,6.29,4.05 +"9498",1.07,"Very Good","E","SI2",60.5,61,4609,6.55,6.61,3.98 +"9499",0.91,"Ideal","I","VVS1",60,57,4609,6.29,6.31,3.83 +"9500",1.01,"Good","H","SI1",63.7,56,4610,6.34,6.33,4.08 +"9501",1.13,"Premium","I","VS2",62,58,4611,6.64,6.69,4.13 +"9502",0.93,"Good","E","SI1",63.1,57,4611,6.17,6.19,3.9 +"9503",0.91,"Good","E","SI1",63.6,57,4611,6.13,6.1,3.89 +"9504",1.03,"Ideal","H","SI2",61.6,54,4611,6.51,6.55,4.02 +"9505",1.09,"Ideal","J","SI1",60.7,58,4611,6.64,6.68,4.04 +"9506",1.2,"Premium","J","VS2",61.8,59,4611,6.84,6.76,4.2 +"9507",1.16,"Fair","G","SI1",65.9,55,4612,6.54,6.51,4.3 +"9508",0.9,"Premium","D","SI1",62.2,60,4612,6.14,6.08,3.8 +"9509",1.01,"Ideal","I","SI1",60.2,59,4612,6.49,6.54,3.92 +"9510",0.9,"Premium","D","SI1",62.2,58,4612,6.18,6.11,3.82 +"9511",0.9,"Premium","D","SI1",62.8,59,4612,6.18,6.14,3.87 +"9512",1.05,"Very Good","I","VS2",63.1,58,4612,6.47,6.42,4.07 +"9513",1.22,"Good","J","SI1",63.8,57,4612,6.77,6.72,4.3 +"9514",0.9,"Ideal","D","SI1",62.7,56,4612,6.18,6.16,3.87 +"9515",0.9,"Premium","D","SI1",62.4,61,4612,6.17,6.13,3.84 +"9516",1.11,"Premium","F","SI2",58.9,60,4612,6.8,6.74,3.99 +"9517",1.22,"Ideal","I","SI2",61.8,57,4612,6.9,6.83,4.23 +"9518",1.07,"Ideal","E","SI2",62.4,57,4613,6.52,6.55,4.08 +"9519",1.04,"Ideal","E","SI1",62,57,4613,6.5,6.47,4.02 +"9520",1.14,"Very Good","H","SI2",63.3,57,4615,6.6,6.63,4.19 +"9521",1.01,"Premium","F","SI2",62.9,59,4616,6.32,6.27,3.96 +"9522",1.01,"Good","H","SI1",59.4,60,4616,6.49,6.54,3.87 +"9523",1.01,"Premium","F","SI2",61.7,60,4616,6.42,6.36,3.94 +"9524",0.9,"Very Good","F","VS2",61.6,63,4617,6.13,6.17,3.79 +"9525",0.9,"Very Good","F","VS2",62.2,57,4617,6.17,6.24,3.86 +"9526",0.9,"Good","F","VS2",64.3,57,4617,6.07,6.09,3.91 +"9527",0.9,"Very Good","H","VVS2",61.8,60,4617,6.11,6.15,3.79 +"9528",1.02,"Very Good","H","SI1",63,58,4617,6.34,6.4,4.01 +"9529",1.01,"Very Good","H","SI1",60.2,60,4617,6.5,6.48,3.91 +"9530",1.01,"Ideal","J","VS2",61.3,56,4617,6.46,6.5,3.97 +"9531",1.01,"Ideal","J","VS2",61.1,56,4617,6.49,6.51,3.97 +"9532",0.83,"Ideal","F","VS1",61.2,54,4617,6.07,6.11,3.73 +"9533",1.17,"Ideal","J","SI1",62.1,57,4617,6.74,6.81,4.21 +"9534",1.05,"Premium","G","SI2",63,57,4618,6.47,6.41,4.06 +"9535",1.01,"Very Good","F","SI1",63,58,4619,6.31,6.39,4 +"9536",1.01,"Good","F","SI1",62.4,59,4619,6.3,6.42,3.97 +"9537",1.01,"Very Good","F","SI1",61.9,57,4619,6.37,6.42,3.96 +"9538",1.01,"Good","E","SI1",63.2,59,4619,6.25,6.28,3.96 +"9539",1.01,"Very Good","H","SI1",58.5,56,4619,6.6,6.69,3.89 +"9540",0.8,"Ideal","D","VS1",62.4,56,4619,5.94,5.98,3.72 +"9541",1.13,"Premium","H","SI2",61.1,59,4619,6.73,6.65,4.09 +"9542",1.17,"Ideal","J","VS2",62.1,56,4619,6.8,6.75,4.21 +"9543",1,"Premium","E","SI2",61.1,58,4620,6.44,6.48,3.95 +"9544",1.5,"Good","I","I1",62.6,63,4620,7.19,7.25,4.52 +"9545",1,"Good","D","SI2",63.3,56,4620,6.35,6.38,4.03 +"9546",1,"Good","E","SI2",63.5,56,4620,6.31,6.38,4.03 +"9547",1,"Very Good","E","SI2",61.4,61,4620,6.36,6.41,3.92 +"9548",1.12,"Premium","H","SI2",61.9,58,4620,6.66,6.74,4.15 +"9549",1,"Very Good","F","SI1",60.3,61,4620,6.38,6.43,3.86 +"9550",1,"Very Good","E","SI2",62.4,57,4620,6.33,6.4,3.97 +"9551",1,"Premium","E","SI2",61.7,58,4620,6.34,6.39,3.93 +"9552",1,"Premium","E","SI2",61.2,60,4620,6.42,6.45,3.94 +"9553",1.26,"Ideal","I","SI2",59.6,57,4620,7.01,7.04,4.19 +"9554",1.1,"Premium","I","SI1",62,59,4620,6.59,6.54,4.07 +"9555",1,"Very Good","I","VS2",63.5,56,4620,6.33,6.3,4.01 +"9556",1.1,"Ideal","H","SI2",62,55,4620,6.62,6.6,4.1 +"9557",1.1,"Premium","H","SI2",62.2,58,4620,6.69,6.6,4.13 +"9558",1.1,"Ideal","H","SI2",62.6,56,4620,6.65,6.57,4.14 +"9559",0.92,"Very Good","F","SI1",62.2,55,4621,6.19,6.26,3.87 +"9560",1.01,"Very Good","H","SI1",62.6,61,4622,6.36,6.39,3.99 +"9561",1.06,"Ideal","H","SI2",60.6,55,4622,6.62,6.65,4.02 +"9562",1.1,"Premium","E","SI2",60.9,60,4622,6.66,6.61,4.04 +"9563",1,"Ideal","E","SI2",62,57,4623,6.37,6.41,3.96 +"9564",0.91,"Ideal","E","SI1",61.9,55,4623,6.18,6.22,3.84 +"9565",0.98,"Premium","H","VS2",59.9,60,4623,6.45,6.38,3.84 +"9566",1.12,"Very Good","H","SI2",61.8,58,4624,6.62,6.68,4.11 +"9567",1.1,"Ideal","J","SI2",60.1,57,4624,6.77,6.74,4.06 +"9568",1.1,"Ideal","I","SI2",62.6,55,4624,6.57,6.6,4.13 +"9569",1,"Good","I","VS1",59.6,61,4624,6.48,6.53,3.88 +"9570",0.9,"Premium","E","VS2",63,58,4625,6.16,6.13,3.87 +"9571",1.01,"Very Good","I","VS2",61.9,61,4626,6.36,6.41,3.95 +"9572",1,"Premium","D","SI2",62.2,61,4626,6.36,6.3,3.94 +"9573",1,"Very Good","G","SI1",63.3,60,4626,6.33,6.24,3.98 +"9574",1,"Premium","D","SI2",58.3,61,4626,6.59,6.54,3.83 +"9575",1,"Premium","D","SI2",59.4,60,4626,6.56,6.48,3.87 +"9576",1,"Premium","D","SI2",61.6,58,4626,6.45,6.37,3.95 +"9577",1,"Premium","D","SI2",59.5,62,4626,6.52,6.49,3.87 +"9578",1.35,"Fair","G","SI2",66,58,4627,6.89,6.81,4.52 +"9579",1.08,"Premium","G","SI2",62.2,56,4627,6.62,6.54,4.09 +"9580",1.08,"Premium","G","SI2",62.3,56,4627,6.6,6.52,4.09 +"9581",1.08,"Premium","G","SI2",62.9,59,4627,6.57,6.53,4.12 +"9582",1.08,"Ideal","G","SI2",61.9,57,4627,6.57,6.55,4.06 +"9583",1.08,"Ideal","G","SI2",62.2,56,4627,6.59,6.56,4.09 +"9584",0.9,"Very Good","F","VS2",63.1,59,4627,6.13,6.05,3.84 +"9585",1,"Very Good","D","SI2",63.2,57,4628,6.24,6.32,3.97 +"9586",0.82,"Ideal","D","VS2",60.8,57,4628,6.02,6.05,3.67 +"9587",0.82,"Ideal","D","VS2",61.9,56,4628,5.98,6.03,3.72 +"9588",0.95,"Premium","E","SI1",62.8,59,4628,6.25,6.21,3.91 +"9589",1.04,"Ideal","H","SI1",60.3,57,4629,6.55,6.58,3.96 +"9590",0.94,"Premium","H","VS2",60.1,59,4629,6.32,6.35,3.81 +"9591",1.09,"Very Good","F","SI2",58.6,63,4629,6.73,6.78,3.96 +"9592",1,"Very Good","E","SI2",63,54,4630,6.33,6.37,4 +"9593",1.06,"Ideal","I","SI1",61.2,56,4630,6.64,6.6,4.05 +"9594",1.06,"Ideal","I","SI1",61.2,56,4630,6.64,6.6,4.05 +"9595",0.81,"Ideal","F","VVS2",62.3,54,4630,5.94,6.01,3.72 +"9596",1.04,"Ideal","F","SI2",62.6,57,4630,6.48,6.45,4.05 +"9597",1,"Fair","G","VS1",63.1,63,4630,6.38,6.29,4 +"9598",1.04,"Ideal","F","SI2",61.8,56,4630,6.53,6.49,4.02 +"9599",1.21,"Ideal","G","SI2",62.9,57,4631,6.78,6.73,4.25 +"9600",1.17,"Premium","H","SI1",62.6,59,4631,6.78,6.71,4.22 +"9601",0.56,"Ideal","D","IF",60.8,58,4632,5.35,5.31,3.24 +"9602",1.01,"Very Good","F","SI1",63.5,58,4632,6.29,6.24,3.98 +"9603",1.01,"Premium","F","SI1",63,58,4632,6.33,6.29,3.98 +"9604",1.01,"Good","F","SI1",57.4,57,4632,6.52,6.48,3.73 +"9605",1.02,"Good","D","SI2",63.4,59,4633,6.37,6.41,4.05 +"9606",1.02,"Very Good","G","SI1",63,55,4633,6.4,6.45,4.05 +"9607",1.02,"Premium","G","SI1",60.8,58,4633,6.46,6.5,3.94 +"9608",1.02,"Premium","G","SI1",62.3,59,4633,6.4,6.44,4 +"9609",1.02,"Very Good","D","SI2",61.5,56,4633,6.47,6.51,3.99 +"9610",1.02,"Ideal","G","SI1",59.2,57,4633,6.52,6.56,3.87 +"9611",1.02,"Premium","G","SI1",61,59,4633,6.44,6.48,3.94 +"9612",1.02,"Very Good","G","SI1",62,57,4633,6.41,6.5,4 +"9613",1.02,"Very Good","D","SI2",60.3,58,4633,6.48,6.52,3.92 +"9614",1,"Good","J","VVS1",63.5,59,4633,6.29,6.34,4.01 +"9615",1.08,"Ideal","J","SI1",62.1,55,4633,6.54,6.57,4.07 +"9616",1.06,"Very Good","F","SI2",62.6,60,4634,6.54,6.44,4.06 +"9617",1.01,"Fair","F","SI1",65.5,57,4634,6.12,6.22,4.04 +"9618",1.33,"Premium","G","SI2",61.3,59,4634,7.06,6.93,4.29 +"9619",0.93,"Ideal","H","SI1",62.4,55,4635,6.2,6.24,3.88 +"9620",1.2,"Very Good","J","SI2",61.4,55,4636,6.85,6.92,4.23 +"9621",1.28,"Premium","J","SI2",62.3,58,4636,6.94,6.89,4.31 +"9622",1.2,"Good","J","VS2",64.3,56,4637,6.65,6.57,4.25 +"9623",0.9,"Very Good","F","VS2",63.4,57,4637,6.19,6.08,3.89 +"9624",0.9,"Premium","G","VS2",61.7,57,4637,6.21,6.11,3.8 +"9625",1.2,"Very Good","H","SI1",63.3,56,4637,6.75,6.72,4.26 +"9626",0.9,"Very Good","H","VVS2",59.9,61,4637,6.29,6.19,3.74 +"9627",1,"Good","H","VS2",63.6,61,4637,6.21,6.25,3.96 +"9628",0.92,"Premium","H","VVS2",62.5,58,4637,6.25,6.16,3.88 +"9629",0.91,"Premium","D","VS2",62.7,59,4637,6.16,6.13,3.85 +"9630",1.15,"Premium","I","SI1",62.2,56,4637,6.77,6.67,4.18 +"9631",1.21,"Very Good","G","SI1",63.4,60,4637,6.68,6.63,4.22 +"9632",1.21,"Fair","G","SI1",64.5,56,4637,6.69,6.62,4.29 +"9633",0.92,"Premium","E","SI1",61.7,57,4637,6.32,6.2,3.86 +"9634",1.01,"Ideal","I","SI1",61.9,59,4638,6.38,6.42,3.96 +"9635",1.01,"Premium","H","SI2",60.3,60,4638,6.49,6.47,3.91 +"9636",0.92,"Ideal","H","VS2",60.8,58,4639,6.27,6.32,3.83 +"9637",0.97,"Premium","D","SI1",62,60,4639,6.29,6.25,3.89 +"9638",1.09,"Premium","H","SI2",62.5,58,4639,6.61,6.55,4.11 +"9639",1.09,"Very Good","I","SI1",63.2,59,4639,6.54,6.5,4.12 +"9640",1.17,"Good","D","SI2",57.8,62,4639,6.97,6.91,4.01 +"9641",1.18,"Premium","I","SI2",61.7,58,4639,6.79,6.75,4.18 +"9642",1.1,"Very Good","I","SI1",61.2,61,4640,6.61,6.66,4.01 +"9643",1.1,"Premium","D","SI2",62.4,58,4640,6.57,6.6,4.11 +"9644",1.09,"Very Good","I","SI1",61.4,58,4640,6.61,6.69,4.08 +"9645",1,"Very Good","I","VS1",63.3,55,4641,6.39,6.34,4.03 +"9646",1.01,"Ideal","I","SI1",60.3,58,4641,6.5,6.56,3.94 +"9647",1.01,"Good","G","SI1",62.8,58,4641,6.36,6.29,3.97 +"9648",1.12,"Premium","H","SI2",59.7,60,4641,6.77,6.72,4.03 +"9649",1.12,"Premium","H","SI2",62,57,4641,6.68,6.61,4.12 +"9650",1.12,"Premium","H","SI1",61.2,59,4641,6.69,6.65,4.08 +"9651",1.12,"Premium","I","SI1",62,56,4641,6.73,6.65,4.15 +"9652",1.01,"Premium","H","SI1",62.5,59,4642,6.44,6.33,3.99 +"9653",0.91,"Ideal","F","SI2",62,57,4642,6.15,6.23,3.84 +"9654",0.91,"Ideal","F","SI2",61.7,56,4642,6.21,6.24,3.84 +"9655",0.91,"Ideal","F","SI2",62,56,4642,6.2,6.22,3.85 +"9656",1.01,"Premium","H","SI1",62.8,58,4642,6.38,6.36,4 +"9657",1.01,"Very Good","H","SI1",63.4,58,4642,6.38,6.34,4.03 +"9658",1.01,"Premium","H","SI1",61.2,58,4642,6.47,6.43,3.95 +"9659",1.01,"Premium","H","SI1",63,60,4642,6.36,6.33,4 +"9660",1.01,"Good","H","SI1",60.3,64,4642,6.53,6.5,3.93 +"9661",1.01,"Very Good","H","SI1",63.3,58,4642,6.4,6.37,4.04 +"9662",1.01,"Ideal","H","SI1",62.4,53,4642,6.47,6.42,4.02 +"9663",1.01,"Premium","H","SI1",61.8,60,4642,6.48,6.43,3.99 +"9664",0.9,"Very Good","E","VS2",63,57,4643,6.07,6.15,3.85 +"9665",1,"Very Good","F","SI1",62.5,56,4643,6.38,6.42,4 +"9666",1.06,"Ideal","J","VS2",62.4,54,4643,6.51,6.57,4.08 +"9667",1.35,"Ideal","G","I1",62.5,57,4643,7.04,7.01,4.39 +"9668",0.7,"Very Good","E","VVS1",63.2,57,4644,5.62,5.67,3.57 +"9669",1.07,"Premium","F","SI2",61.8,59,4644,6.57,6.53,4.05 +"9670",1.02,"Ideal","E","SI2",62,59,4645,6.43,6.4,3.98 +"9671",1.11,"Ideal","I","SI1",62.3,56,4645,6.59,6.64,4.12 +"9672",1,"Good","E","SI1",63.9,55,4646,6.28,6.34,4.03 +"9673",1.06,"Ideal","I","SI1",62.6,56,4646,6.46,6.54,4.07 +"9674",1.01,"Fair","G","SI1",60.4,62,4646,6.31,6.34,3.82 +"9675",1.13,"Premium","G","SI2",61.5,59,4647,6.73,6.69,4.13 +"9676",1,"Premium","E","SI2",60.4,60,4648,6.49,6.46,3.91 +"9677",1.52,"Fair","H","I1",69.7,55,4648,6.92,6.89,4.81 +"9678",1.52,"Fair","H","I1",65.4,62,4648,7.1,7.02,4.62 +"9679",1.04,"Ideal","H","SI1",62.5,57,4648,6.5,6.46,4.05 +"9680",1,"Very Good","I","SI1",58.5,61,4649,6.51,6.55,3.82 +"9681",1,"Ideal","H","SI2",62,56,4649,6.38,6.43,3.97 +"9682",1,"Ideal","I","SI1",62.5,56,4649,6.38,6.41,4 +"9683",1,"Ideal","I","SI1",61.5,57,4649,6.39,6.43,3.94 +"9684",1.23,"Premium","J","SI1",61.9,54,4649,6.89,6.86,4.26 +"9685",1.1,"Premium","G","SI2",61.4,59,4650,6.71,6.59,4.08 +"9686",1.14,"Very Good","F","SI2",62.9,59,4652,6.62,6.64,4.17 +"9687",1.06,"Premium","E","SI2",60.5,60,4652,6.61,6.67,4.02 +"9688",1.22,"Very Good","J","SI2",62.6,58,4652,6.78,6.84,4.26 +"9689",1.17,"Very Good","H","SI1",63.1,56,4652,6.76,6.71,4.25 +"9690",1,"Very Good","H","VS2",63.3,62,4652,6.37,6.29,4.01 +"9691",0.36,"Premium","E","SI1",62.2,59,589,4.53,4.57,2.83 +"9692",0.32,"Very Good","D","SI1",62.3,55,589,4.38,4.42,2.74 +"9693",0.32,"Ideal","D","SI1",62,57,589,4.37,4.4,2.72 +"9694",0.32,"Ideal","I","VVS1",61.9,55,589,4.39,4.4,2.72 +"9695",0.32,"Good","D","SI1",63.3,57,589,4.36,4.39,2.77 +"9696",0.32,"Very Good","D","SI1",62.7,57,589,4.34,4.37,2.73 +"9697",0.32,"Premium","D","SI1",61.4,58,589,4.38,4.42,2.7 +"9698",0.32,"Premium","D","SI1",60.9,60,589,4.39,4.41,2.68 +"9699",0.32,"Ideal","I","VVS1",62.4,55,589,4.34,4.38,2.72 +"9700",0.4,"Good","J","VS1",63.5,56,589,4.69,4.7,2.98 +"9701",0.32,"Very Good","D","SI1",63,58,589,4.36,4.4,2.76 +"9702",0.32,"Ideal","D","SI1",62.7,54,589,4.35,4.39,2.74 +"9703",0.32,"Ideal","D","SI1",62.6,55,589,4.36,4.39,2.74 +"9704",0.32,"Ideal","D","SI1",60.8,57,589,4.41,4.44,2.69 +"9705",0.32,"Ideal","D","SI1",59.3,55,589,4.51,4.53,2.68 +"9706",0.32,"Ideal","D","SI1",59.6,57,589,4.42,4.47,2.65 +"9707",0.32,"Ideal","D","SI1",60.9,56,589,4.4,4.43,2.69 +"9708",0.32,"Very Good","I","VVS1",60.1,61,589,4.4,4.45,2.66 +"9709",0.34,"Good","F","VS2",64.3,53,589,4.44,4.48,2.87 +"9710",0.31,"Ideal","E","VS2",62,56,589,4.36,4.38,2.71 +"9711",0.34,"Very Good","H","VS1",62.3,57,590,4.45,4.48,2.78 +"9712",0.26,"Very Good","F","SI1",59.6,55,590,4.18,4.24,2.51 +"9713",0.35,"Very Good","F","SI1",61,55,590,4.6,4.63,2.81 +"9714",0.38,"Very Good","E","SI2",62.5,61,590,4.59,4.63,2.88 +"9715",0.35,"Ideal","I","VVS2",62.4,54,590,4.51,4.53,2.82 +"9716",0.3,"Ideal","H","VVS2",62.2,57,590,4.26,4.29,2.66 +"9717",0.3,"Ideal","H","VVS2",62.4,56,590,4.28,4.31,2.68 +"9718",0.3,"Ideal","H","VVS2",62.1,54,590,4.32,4.35,2.69 +"9719",0.3,"Ideal","H","VVS2",61.5,55,590,4.34,4.37,2.68 +"9720",0.3,"Ideal","H","VVS2",62.7,53,590,4.29,4.32,2.7 +"9721",1.01,"Very Good","G","SI1",62.4,58,4653,6.39,6.44,4 +"9722",1.01,"Ideal","G","SI1",61.4,55,4653,6.46,6.5,3.98 +"9723",1.01,"Ideal","G","SI1",61.4,57,4653,6.44,6.5,3.97 +"9724",1.15,"Very Good","H","SI2",61.9,57,4654,6.68,6.72,4.15 +"9725",1.06,"Premium","E","SI2",61.7,62,4654,6.54,6.5,4.02 +"9726",1.12,"Premium","F","SI2",61.6,58,4654,6.69,6.63,4.1 +"9727",1.14,"Premium","H","SI1",63,57,4654,6.7,6.65,4.2 +"9728",1.12,"Premium","F","SI2",60.5,59,4654,6.79,6.73,4.09 +"9729",0.9,"Good","F","VS2",60,58,4655,6.21,6.26,3.74 +"9730",0.75,"Very Good","D","VVS2",59.4,59,4656,5.88,5.94,3.51 +"9731",1.26,"Ideal","J","SI2",62.5,53,4656,6.86,6.9,4.3 +"9732",1.08,"Premium","E","SI2",60.8,59,4656,6.57,6.62,4.01 +"9733",1.08,"Very Good","E","SI2",60.2,58,4656,6.61,6.68,4 +"9734",1.08,"Good","E","SI2",63.7,57,4656,6.49,6.54,4.15 +"9735",1,"Fair","F","VS2",68.4,58,4656,5.97,6.1,4.13 +"9736",1.06,"Premium","F","SI2",62,59,4656,6.57,6.52,4.06 +"9737",1.16,"Very Good","I","SI1",61.5,60.4,4657,6.71,6.76,4.14 +"9738",1.2,"Premium","J","SI1",61.5,59,4657,6.84,6.81,4.2 +"9739",0.9,"Premium","H","VVS2",62.4,58,4657,6.15,6.12,3.83 +"9740",1.32,"Very Good","J","SI1",63.5,57,4657,6.98,6.95,4.42 +"9741",1,"Fair","F","SI1",65.8,58,4657,6.23,6.15,4.07 +"9742",0.9,"Ideal","F","SI1",61.7,57,4657,6.25,6.2,3.84 +"9743",1.2,"Ideal","J","SI2",61.7,56,4659,6.79,6.87,4.21 +"9744",1.2,"Good","J","SI2",63.3,54.4,4659,6.72,6.78,4.27 +"9745",1.01,"Very Good","H","SI1",63.5,57,4659,6.31,6.35,4.02 +"9746",1.09,"Premium","I","VS2",61.3,58,4659,6.63,6.58,4.05 +"9747",1.04,"Premium","H","SI1",58.5,62,4659,6.67,6.64,3.89 +"9748",1.04,"Ideal","I","SI1",61.3,57,4659,6.56,6.53,4.01 +"9749",1.04,"Ideal","I","SI1",61.3,57,4659,6.57,6.54,4.02 +"9750",1.19,"Premium","I","SI2",62.6,58,4660,6.7,6.75,4.21 +"9751",1.27,"Premium","J","SI2",60.4,58,4660,7.04,7,4.24 +"9752",0.94,"Very Good","E","SI1",62.4,56,4661,6.24,6.27,3.9 +"9753",0.94,"Very Good","E","SI1",61.8,56,4661,6.29,6.33,3.9 +"9754",0.94,"Premium","E","SI1",60,58,4661,6.37,6.44,3.84 +"9755",0.94,"Premium","E","SI1",62,58,4661,6.24,6.27,3.88 +"9756",1.13,"Very Good","H","SI2",62.7,55,4661,6.61,6.69,4.17 +"9757",0.9,"Premium","G","VS1",62.7,58,4661,6.06,6.15,3.83 +"9758",1.23,"Very Good","F","SI2",60.9,58,4661,6.93,6.96,4.23 +"9759",1.15,"Very Good","H","SI2",63.7,56,4661,6.63,6.66,4.23 +"9760",1,"Very Good","D","SI2",62.5,58,4661,6.35,6.44,4 +"9761",0.9,"Ideal","D","SI1",61.3,58,4661,6.16,6.21,3.79 +"9762",1.11,"Premium","H","SI2",61.5,59,4662,6.67,6.63,4.09 +"9763",1.11,"Premium","H","SI2",62.9,59,4662,6.59,6.54,4.13 +"9764",1.02,"Premium","I","VS2",59.5,59,4662,6.54,6.5,3.88 +"9765",0.9,"Very Good","H","VS2",62.6,57,4662,6.11,6.09,3.82 +"9766",1.02,"Ideal","I","VS2",61.5,57,4662,6.49,6.45,3.98 +"9767",1.02,"Ideal","F","SI2",62.4,55,4662,6.46,6.43,4.02 +"9768",1.06,"Ideal","G","SI2",61,57,4662,6.61,6.56,4.02 +"9769",1.02,"Ideal","F","SI2",61.4,56,4662,6.5,6.47,3.98 +"9770",1.11,"Ideal","H","SI2",62.7,57,4662,6.66,6.59,4.14 +"9771",1.11,"Premium","H","SI2",61.6,60,4662,6.67,6.6,4.09 +"9772",1.11,"Ideal","H","SI2",62,54,4662,6.64,6.61,4.11 +"9773",1.11,"Ideal","H","SI2",61.3,55,4662,6.73,6.65,4.1 +"9774",0.91,"Ideal","I","VVS2",60.6,57,4663,6.25,6.27,3.79 +"9775",1.12,"Premium","D","SI2",59.5,59,4663,6.8,6.75,4.03 +"9776",0.91,"Premium","D","SI1",62.3,60,4663,6.21,6.15,3.85 +"9777",0.91,"Premium","D","SI1",59,61,4663,6.35,6.29,3.73 +"9778",0.9,"Very Good","H","VVS1",62.1,59,4664,6.17,6.19,3.84 +"9779",1,"Ideal","I","VS1",63.1,57,4664,6.32,6.39,4.01 +"9780",1.11,"Premium","E","SI2",62.5,58,4664,6.63,6.61,4.14 +"9781",0.91,"Very Good","H","VVS2",62.9,58,4665,6.14,6.17,3.87 +"9782",0.86,"Very Good","E","VS2",62.3,56,4665,6.05,6.08,3.78 +"9783",0.98,"Ideal","G","SI1",62.3,56,4665,6.37,6.34,3.96 +"9784",1.19,"Very Good","I","SI1",63.2,58,4665,6.82,6.7,4.27 +"9785",1,"Fair","H","SI1",67.6,59,4665,6.03,5.95,4.05 +"9786",1.01,"Very Good","I","VS2",62.3,60,4666,6.33,6.41,3.97 +"9787",1.01,"Very Good","E","SI2",59.5,59,4666,6.54,6.58,3.9 +"9788",1.01,"Ideal","E","SI2",62.2,54,4666,6.39,6.43,3.99 +"9789",1.01,"Very Good","D","SI1",62.4,58,4666,6.39,6.47,4.01 +"9790",1.01,"Ideal","E","SI2",61.2,54,4666,6.49,6.52,3.98 +"9791",1.01,"Premium","E","SI2",61.5,58,4666,6.4,6.43,3.95 +"9792",1.01,"Premium","E","SI2",62.6,59,4666,6.36,6.39,3.99 +"9793",1.01,"Very Good","E","SI2",61.5,56,4666,6.45,6.47,3.97 +"9794",1.01,"Ideal","E","SI2",61.1,57,4666,6.48,6.52,3.97 +"9795",1.01,"Good","E","SI2",63.7,58,4666,6.32,6.36,4.04 +"9796",1.24,"Ideal","J","SI2",61.6,57,4666,6.89,6.87,4.24 +"9797",1.24,"Premium","E","SI2",60.5,62,4666,6.97,6.89,4.19 +"9798",0.93,"Ideal","G","SI1",62.2,58,4666,6.2,6.24,3.87 +"9799",1.24,"Premium","J","SI2",62.2,58,4666,6.94,6.82,4.28 +"9800",1.05,"Ideal","G","SI2",62.2,54,4667,6.52,6.56,4.07 +"9801",1.04,"Ideal","F","SI2",62.1,57,4668,6.46,6.48,4.02 +"9802",0.9,"Very Good","G","VVS2",62.6,55,4668,6.12,6.19,3.85 +"9803",0.9,"Very Good","D","VS2",63,62,4668,6.06,6.13,3.84 +"9804",0.9,"Good","G","VVS2",62.6,58,4668,6.1,6.13,3.83 +"9805",1.03,"Very Good","E","SI2",62.1,59,4668,6.43,6.46,4 +"9806",0.91,"Very Good","E","SI2",63.2,56,4668,6.08,6.14,3.86 +"9807",1.01,"Ideal","E","SI2",61.6,58,4668,6.45,6.5,3.99 +"9808",1.16,"Ideal","I","SI1",61.7,56,4668,6.76,6.7,4.15 +"9809",1.01,"Very Good","H","SI1",63.3,56,4669,6.35,6.39,4.03 +"9810",1.21,"Good","F","SI2",63.7,64,4669,6.73,6.63,4.25 +"9811",1.21,"Premium","I","VS2",61.6,61,4669,6.86,6.8,4.21 +"9812",1.11,"Premium","G","SI2",61.5,58,4670,6.6,6.67,4.08 +"9813",0.91,"Premium","H","VS1",61,59,4670,6.25,6.18,3.79 +"9814",0.91,"Premium","H","VS1",61.8,54,4670,6.32,6.27,3.89 +"9815",0.91,"Very Good","H","VS1",59.4,63,4670,6.32,6.28,3.74 +"9816",1.09,"Ideal","G","SI2",61.2,57,4670,6.68,6.63,4.07 +"9817",1.09,"Ideal","G","SI2",62.1,56,4670,6.66,6.59,4.12 +"9818",1.03,"Good","D","SI2",59.3,58,4671,6.57,6.61,3.91 +"9819",1.01,"Premium","D","SI2",58.8,59,4672,6.58,6.55,3.86 +"9820",1.01,"Premium","G","SI1",61.2,61,4672,6.47,6.41,3.94 +"9821",1.01,"Good","G","SI1",60.7,59,4672,6.35,6.4,3.87 +"9822",1.01,"Premium","G","SI1",61,62,4672,6.49,6.4,3.93 +"9823",1.01,"Very Good","G","SI1",63.5,60,4672,6.33,6.3,4.01 +"9824",1.01,"Premium","D","SI2",62.8,59,4672,6.44,6.34,4.01 +"9825",1.01,"Very Good","G","SI1",63.4,58,4672,6.33,6.28,4 +"9826",1.01,"Good","G","SI1",63.9,57,4672,6.37,6.3,4.05 +"9827",1.01,"Premium","G","SI1",62.9,61,4672,6.4,6.36,4.01 +"9828",1.01,"Premium","D","SI2",62.2,60,4672,6.43,6.4,3.99 +"9829",1.01,"Good","G","SI1",63.6,57,4672,6.37,6.33,4.04 +"9830",1.01,"Premium","G","SI1",62.5,60,4672,6.39,6.34,3.98 +"9831",1.01,"Premium","D","SI2",61.8,60,4672,6.41,6.37,3.95 +"9832",1.01,"Ideal","G","SI1",62.9,54,4672,6.47,6.41,4.05 +"9833",1.01,"Premium","D","SI2",60.3,57,4672,6.56,6.51,3.94 +"9834",1.01,"Premium","G","SI1",59.6,61,4672,6.52,6.47,3.87 +"9835",1.01,"Good","D","SI2",63.9,57,4672,6.36,6.29,4.04 +"9836",1.01,"Premium","D","SI2",60.9,62,4672,6.45,6.43,3.92 +"9837",1.01,"Premium","D","SI2",58.3,59,4672,6.67,6.63,3.88 +"9838",1.12,"Very Good","H","SI1",63.1,56,4673,6.62,6.59,4.17 +"9839",0.91,"Ideal","G","SI1",62.5,56,4673,6.19,6.22,3.88 +"9840",1.1,"Good","F","SI2",60.5,61,4674,6.61,6.67,4.02 +"9841",1.21,"Premium","J","VS1",61,60,4675,6.88,6.83,4.18 +"9842",1.08,"Ideal","G","SI2",61.9,58,4675,6.55,6.57,4.06 +"9843",1.02,"Ideal","E","SI1",61.1,56,4675,6.51,6.45,3.96 +"9844",1.05,"Ideal","F","SI2",60.9,56,4675,6.64,6.56,4.02 +"9845",1.01,"Premium","I","VS2",62.5,58,4676,6.44,6.39,4.01 +"9846",0.92,"Very Good","D","SI1",62.9,56,4676,6.18,6.22,3.9 +"9847",1.22,"Ideal","J","SI2",61.2,57,4676,6.86,6.9,4.21 +"9848",0.91,"Premium","E","VS2",62.2,60,4676,6.21,6.13,3.84 +"9849",1,"Ideal","H","SI1",61.4,55,4676,6.49,6.44,3.97 +"9850",1.01,"Premium","F","SI2",61.9,58,4676,6.39,6.34,3.94 +"9851",0.9,"Premium","E","SI1",62.8,58,4677,6.13,6.09,3.84 +"9852",1.74,"Very Good","H","I1",63.2,55,4677,7.62,7.59,4.8 +"9853",1.07,"Ideal","F","SI2",62,57,4678,6.49,6.6,4.06 +"9854",1.07,"Ideal","F","SI2",61.5,57,4678,6.57,6.6,4.05 +"9855",0.9,"Very Good","F","VS2",61.9,57,4678,6.17,6.23,3.84 +"9856",0.9,"Ideal","F","VS2",62.7,56,4678,6.17,6.2,3.88 +"9857",0.9,"Very Good","F","VS2",61.7,56,4678,6.18,6.21,3.82 +"9858",1.02,"Premium","F","SI1",63,58,4678,6.4,6.36,4.02 +"9859",1.02,"Very Good","F","SI1",63.5,57,4678,6.4,6.35,4.05 +"9860",1.18,"Good","G","SI1",64.2,62,4678,6.6,6.51,4.25 +"9861",1.02,"Good","F","SI1",63.7,61,4678,6.27,6.23,3.98 +"9862",0.91,"Ideal","H","VS2",62.4,56,4678,6.2,6.14,3.85 +"9863",1.19,"Ideal","J","SI1",62,56,4678,6.8,6.77,4.21 +"9864",1.03,"Very Good","D","SI2",61.3,61,4679,6.46,6.49,3.97 +"9865",1.03,"Good","G","SI1",63.2,58,4679,6.38,6.43,4.05 +"9866",1.03,"Premium","D","SI2",61.7,58,4679,6.47,6.5,4 +"9867",1.03,"Very Good","D","SI2",62.8,56,4679,6.43,6.46,4.05 +"9868",1.03,"Ideal","D","SI2",61.2,57,4679,6.51,6.59,4.01 +"9869",1.03,"Ideal","G","SI1",62.4,57,4679,6.47,6.52,4.05 +"9870",1.03,"Ideal","D","SI2",61.8,56,4679,6.46,6.51,4.01 +"9871",0.7,"Very Good","E","IF",60.3,59,4679,5.72,5.76,3.46 +"9872",1.05,"Ideal","I","SI1",62.1,54,4679,6.54,6.55,4.06 +"9873",1,"Good","F","SI1",60.1,65,4679,6.4,6.44,3.86 +"9874",1,"Fair","F","SI1",56.5,60,4679,6.62,6.66,3.75 +"9875",1.28,"Good","G","SI2",63.6,57,4679,6.78,6.73,4.29 +"9876",1.01,"Very Good","H","SI1",59.8,61,4680,6.54,6.51,3.9 +"9877",1.01,"Ideal","H","SI1",61.4,60,4680,6.48,6.45,3.97 +"9878",0.9,"Very Good","F","VS2",62.6,58,4681,6.08,6.13,3.82 +"9879",1.01,"Very Good","I","SI1",62.1,58,4681,6.37,6.39,3.96 +"9880",1.04,"Very Good","H","SI1",59.7,60,4682,6.55,6.58,3.92 +"9881",0.95,"Premium","F","SI1",62.9,59,4682,6.24,6.13,3.89 +"9882",0.9,"Good","D","VS2",65.8,58,4682,5.99,6.01,3.95 +"9883",1.09,"Premium","D","SI2",62.2,59,4682,6.49,6.46,4.03 +"9884",1.09,"Good","D","SI2",63.8,60,4682,6.57,6.49,4.16 +"9885",1.06,"Ideal","D","SI2",61.2,57,4682,6.59,6.51,4.01 +"9886",1.1,"Very Good","H","SI1",63.5,55,4682,6.55,6.49,4.14 +"9887",0.95,"Premium","F","SI1",62.3,60,4682,6.3,6.26,3.91 +"9888",1.05,"Premium","H","SI1",62.2,58,4682,6.5,6.46,4.03 +"9889",1.03,"Ideal","F","SI2",61.6,55,4683,6.46,6.49,3.99 +"9890",1.02,"Ideal","F","SI2",61.6,56,4684,6.52,6.49,4.01 +"9891",0.9,"Very Good","H","VS1",63.6,55,4685,6.15,6.11,3.9 +"9892",0.9,"Very Good","H","VS1",62.8,59,4685,6.07,6.15,3.84 +"9893",1.08,"Very Good","G","SI2",62.8,56,4685,6.48,6.6,4.11 +"9894",1,"Very Good","E","SI2",59.6,62,4685,6.45,6.51,3.86 +"9895",1.01,"Ideal","I","VS2",59.9,61,4685,6.49,6.53,3.9 +"9896",1.02,"Ideal","I","SI1",61.3,57,4685,6.47,6.49,3.97 +"9897",0.9,"Good","H","VS2",58.2,59,4685,6.36,6.33,3.69 +"9898",1.01,"Good","E","SI2",58.7,63,4685,6.52,6.6,3.85 +"9899",1.2,"Premium","J","SI2",58.7,59,4685,6.99,6.94,4.09 +"9900",1.21,"Premium","I","SI2",62.3,59,4686,6.82,6.77,4.23 +"9901",1.07,"Ideal","J","VS2",61.7,58,4686,6.58,6.55,4.05 +"9902",1.07,"Ideal","J","VS2",61.6,56,4686,6.59,6.55,4.04 +"9903",1.24,"Premium","J","SI1",61.8,58,4687,6.9,6.86,4.25 +"9904",0.9,"Premium","E","VS2",62.6,59,4687,6.14,6.06,3.82 +"9905",0.9,"Premium","F","VS1",59,58,4687,6.33,6.29,3.72 +"9906",1.11,"Premium","H","VS1",62.3,57,4687,6.67,6.62,4.14 +"9907",1.05,"Very Good","I","SI1",62.6,56,4688,6.49,6.45,4.05 +"9908",1,"Fair","F","SI1",56.9,63,4688,6.45,6.52,3.69 +"9909",1.02,"Very Good","H","SI1",63.5,58,4688,6.39,6.36,4.05 +"9910",1.02,"Premium","H","SI1",62.6,59,4688,6.43,6.38,4.01 +"9911",1.01,"Premium","E","SI2",62.9,59,4688,6.37,6.31,3.99 +"9912",1.14,"Premium","G","SI2",61.1,59,4688,6.77,6.72,4.12 +"9913",1.02,"Very Good","H","SI1",63.2,57,4688,6.44,6.38,4.05 +"9914",1.15,"Premium","E","SI2",62.3,58,4688,6.73,6.67,4.18 +"9915",1.13,"Premium","H","SI1",61.2,59,4689,6.68,6.65,4.08 +"9916",1.1,"Very Good","H","SI1",63,57,4689,6.5,6.54,4.11 +"9917",0.9,"Ideal","H","VS1",61.9,56,4689,6.17,6.23,3.84 +"9918",1.06,"Premium","E","SI1",63,56,4689,6.54,6.45,4.09 +"9919",1.13,"Premium","H","SI1",62.1,58,4689,6.7,6.66,4.15 +"9920",1.13,"Very Good","H","SI1",63.3,56,4689,6.65,6.62,4.2 +"9921",1.01,"Very Good","F","SI2",62.5,58,4690,6.39,6.41,4 +"9922",1.01,"Very Good","D","SI2",60.1,60,4690,6.41,6.47,3.87 +"9923",1.25,"Premium","J","SI2",61.5,57,4690,7,6.93,4.28 +"9924",1.21,"Very Good","J","VS2",63,57,4691,6.73,6.77,4.25 +"9925",0.92,"Ideal","F","SI2",61.5,53,4691,6.26,6.3,3.86 +"9926",1.1,"Premium","E","SI2",60.1,62,4691,6.69,6.65,4.01 +"9927",1.01,"Good","E","SI1",63.3,57,4692,6.33,6.37,4.02 +"9928",1.09,"Ideal","I","SI1",59.4,61,4692,6.68,6.73,3.98 +"9929",1.05,"Premium","H","SI1",61.9,58,4692,6.5,6.45,4.01 +"9930",1.05,"Very Good","H","SI1",63.1,60,4692,6.49,6.42,4.07 +"9931",1.05,"Premium","H","SI1",59.5,58,4692,6.69,6.61,3.96 +"9932",1.11,"Premium","G","SI2",58.8,59,4692,6.8,6.76,3.99 +"9933",1.05,"Very Good","H","SI1",63.5,57,4692,6.47,6.44,4.1 +"9934",1.01,"Very Good","H","VS2",63.3,58,4692,6.33,6.27,3.99 +"9935",0.93,"Premium","D","SI2",62,56,4692,6.27,6.22,3.87 +"9936",1.27,"Ideal","J","SI2",62.6,57,4693,6.85,6.88,4.3 +"9937",0.9,"Very Good","D","SI1",59.6,62,4693,6.19,6.22,3.7 +"9938",0.9,"Very Good","D","SI1",62.4,61,4693,6.13,6.17,3.84 +"9939",0.9,"Premium","D","SI1",62.2,58,4693,6.11,6.18,3.82 +"9940",0.9,"Very Good","D","SI1",62.8,59,4693,6.14,6.18,3.87 +"9941",1.01,"Very Good","I","SI1",61.4,62,4693,6.39,6.45,3.94 +"9942",1.01,"Ideal","J","VS1",61.2,57,4693,6.45,6.49,3.96 +"9943",1.01,"Ideal","H","SI2",61.1,56,4693,6.44,6.48,3.95 +"9944",1.01,"Ideal","H","SI2",62.4,57,4693,6.36,6.43,3.99 +"9945",0.96,"Good","D","SI1",61,61,4693,6.29,6.33,3.85 +"9946",1.01,"Ideal","E","SI2",62,56,4694,6.46,6.42,3.99 +"9947",1.01,"Ideal","G","SI1",62.3,57,4694,6.41,6.36,3.98 +"9948",1.01,"Premium","D","SI2",60.4,60,4694,6.52,6.46,3.92 +"9949",1.04,"Ideal","F","SI2",62,54,4695,6.49,6.51,4.03 +"9950",1.13,"Fair","I","VS2",55.9,67,4695,7.05,6.94,3.9 +"9951",0.92,"Ideal","D","SI1",61.8,55,4696,6.25,6.28,3.87 +"9952",1.04,"Ideal","I","VS1",63,56,4696,6.44,6.41,4.05 +"9953",0.9,"Very Good","G","VVS1",63.3,58,4697,6.05,6.14,3.86 +"9954",1,"Very Good","D","SI1",60.1,60,4697,6.47,6.55,3.91 +"9955",1.09,"Good","F","SI2",60.3,61,4698,6.64,6.69,4.02 +"9956",1.07,"Ideal","E","SI2",62.4,57,4698,6.55,6.52,4.08 +"9957",1.33,"Fair","F","I1",62,56,4698,7.05,7.01,4.36 +"9958",1.11,"Premium","F","SI1",60.4,58,4699,6.68,6.66,4.03 +"9959",1.09,"Premium","H","SI2",62,57,4700,6.61,6.55,4.08 +"9960",0.93,"Ideal","E","SI1",59.6,57,4700,6.37,6.42,3.81 +"9961",1.07,"Premium","F","SI2",62,58,4700,6.57,6.52,4.06 +"9962",1.07,"Premium","F","SI2",60.3,58,4700,6.68,6.62,4.01 +"9963",1.09,"Good","H","SI1",62.4,64,4700,6.61,6.51,4.09 +"9964",1.15,"Premium","E","SI2",61.8,56,4701,6.75,6.7,4.15 +"9965",1.14,"Very Good","J","VS1",60,60,4702,6.76,6.81,4.07 +"9966",1,"Very Good","H","SI1",62.3,60,4702,6.34,6.38,3.96 +"9967",1,"Ideal","H","SI1",60.3,56,4702,6.52,6.54,3.94 +"9968",1,"Premium","H","SI1",61.5,58,4702,6.37,6.45,3.94 +"9969",1.25,"Very Good","J","SI1",62.5,57,4702,6.83,6.86,4.28 +"9970",1.14,"Good","I","SI1",63.5,56,4702,6.58,6.62,4.19 +"9971",1,"Good","H","SI1",63.7,60,4702,6.3,6.33,4.02 +"9972",1.14,"Premium","H","SI2",60.6,59,4702,6.77,6.8,4.11 +"9973",1,"Very Good","H","SI1",62.7,59,4702,6.3,6.37,3.97 +"9974",0.72,"Ideal","E","VVS1",61.6,56,4702,5.75,5.77,3.55 +"9975",1.16,"Premium","J","VS2",62.2,59,4702,6.74,6.69,4.18 +"9976",1.04,"Very Good","G","SI2",60.6,57,4703,6.56,6.6,3.99 +"9977",1.02,"Very Good","H","SI1",63.5,56,4703,6.36,6.43,4.06 +"9978",1.2,"Good","H","SI2",64.1,57,4704,6.68,6.65,4.27 +"9979",1.32,"Premium","I","SI2",60.8,58,4704,7.03,7.11,4.3 +"9980",1.02,"Very Good","G","SI1",62.9,56,4704,6.36,6.4,4.01 +"9981",1,"Fair","D","SI1",66.3,58,4704,6.15,6.04,4.04 +"9982",1.5,"Fair","I","I1",66.1,57,4704,7.12,7.04,4.68 +"9983",1.5,"Fair","I","I1",69.7,56,4704,6.94,6.9,4.82 +"9984",1,"Very Good","F","SI1",63.1,57,4704,6.37,6.33,4.01 +"9985",1,"Ideal","H","VS2",62.5,58,4704,6.38,6.33,3.97 +"9986",1.26,"Ideal","I","SI2",59.6,57,4704,7.04,7.01,4.19 +"9987",1,"Premium","E","SI2",61.2,60,4704,6.45,6.42,3.94 +"9988",1.12,"Premium","I","SI1",60.8,57,4704,6.76,6.7,4.09 +"9989",1.2,"Very Good","I","SI1",63.3,57,4704,6.7,6.66,4.23 +"9990",1.5,"Fair","I","SI2",64.9,61,4704,7.14,7.09,4.62 +"9991",1.2,"Premium","J","VS1",62,59,4704,6.77,6.72,4.18 +"9992",1.12,"Premium","H","SI2",61.9,58,4704,6.74,6.66,4.15 +"9993",1,"Premium","F","SI1",60.3,61,4704,6.43,6.38,3.86 +"9994",1,"Premium","E","SI2",61.7,58,4704,6.39,6.34,3.93 +"9995",1,"Very Good","D","SI2",63.3,56,4704,6.38,6.35,4.03 +"9996",1,"Very Good","E","SI2",63.5,56,4704,6.38,6.31,4.03 +"9997",1,"Premium","E","SI2",61.4,61,4704,6.41,6.36,3.92 +"9998",1,"Premium","E","SI2",61.1,58,4704,6.48,6.44,3.95 +"9999",1,"Premium","D","SI1",62,58,4704,6.41,6.29,3.94 +"10000",1,"Fair","D","SI1",64.9,59,4704,6.2,6.13,4 +"10001",1,"Fair","D","SI1",65.9,54,4704,6.24,6.2,4.1 +"10002",1.01,"Very Good","H","SI1",63.1,59,4705,6.34,6.43,4.03 +"10003",1.03,"Good","H","SI1",59.3,56,4705,6.57,6.66,3.92 +"10004",1.22,"Fair","F","SI2",65,56,4705,6.71,6.8,4.39 +"10005",0.91,"Ideal","E","SI1",61,57,4706,6.27,6.32,3.84 +"10006",1.01,"Premium","E","VS2",60.8,58,4706,6.43,6.4,3.9 +"10007",0.9,"Very Good","E","VS2",60.4,60,4707,6.23,6.29,3.78 +"10008",0.9,"Very Good","E","VS2",62.2,56,4707,6.12,6.17,3.82 +"10009",0.9,"Very Good","E","VS2",63,58,4707,6.13,6.16,3.87 +"10010",1.01,"Very Good","G","SI1",62.4,60,4707,6.34,6.39,3.97 +"10011",1.13,"Ideal","G","SI2",60.8,56,4707,6.64,6.72,4.06 +"10012",1.01,"Very Good","H","SI1",63.3,57,4707,6.41,6.36,4.04 +"10013",1.01,"Premium","H","SI1",62.2,54,4707,6.48,6.41,4.01 +"10014",1.01,"Premium","H","SI1",62.6,61,4707,6.39,6.36,3.99 +"10015",1.14,"Ideal","J","SI1",61.7,54,4708,6.71,6.74,4.15 +"10016",1.02,"Ideal","G","SI1",60.3,56,4708,6.57,6.54,3.95 +"10017",1.13,"Ideal","H","VS2",62,55,4708,6.68,6.65,4.13 +"10018",0.9,"Very Good","E","VS2",60.6,60,4709,6.14,6.27,3.76 +"10019",1.11,"Ideal","H","SI2",61.4,57,4709,6.63,6.67,4.08 +"10020",1.11,"Ideal","I","SI1",61.9,57,4709,6.62,6.67,4.11 +"10021",0.34,"Ideal","D","I1",62.5,57,413,4.47,4.49,2.8 +"10022",0.34,"Ideal","D","I1",61.4,55,413,4.5,4.52,2.77 +"10023",0.31,"Ideal","I","SI1",60.9,57,414,4.36,4.41,2.67 +"10024",0.23,"Ideal","I","VVS1",63,56,414,3.94,3.9,2.47 +"10025",0.23,"Premium","I","VVS1",60.5,61,414,3.98,3.95,2.4 +"10026",0.3,"Good","D","SI2",60.8,65,414,4.26,4.29,2.6 +"10027",0.23,"Very Good","G","VVS1",61.3,59,414,3.94,3.96,2.42 +"10028",0.23,"Very Good","G","VVS1",60.2,59,415,4,4.01,2.41 +"10029",0.29,"Good","F","VS1",62.1,56,415,4.24,4.26,2.64 +"10030",0.33,"Ideal","F","SI2",61.4,55,416,4.46,4.5,2.75 +"10031",0.3,"Fair","J","VS2",64.8,58,416,4.24,4.16,2.72 +"10032",0.33,"Good","H","SI2",63.5,57,416,4.36,4.39,2.78 +"10033",0.26,"Ideal","I","VS1",62.5,53,417,4.08,4.11,2.56 +"10034",0.31,"Ideal","H","SI1",61.2,58,417,4.37,4.39,2.68 +"10035",0.24,"Very Good","F","VS1",62,56,417,3.94,3.99,2.46 +"10036",0.24,"Premium","E","VS2",62.6,58,417,3.99,4.03,2.51 +"10037",0.24,"Ideal","F","VS2",61.8,57,417,3.97,4.02,2.47 +"10038",0.34,"Very Good","H","SI2",58.6,62,417,4.6,4.62,2.7 +"10039",0.3,"Good","G","SI1",63.2,55,417,4.26,4.29,2.7 +"10040",0.34,"Premium","J","VS2",62.3,60,417,4.46,4.49,2.79 +"10041",0.34,"Good","F","SI2",63.9,56,417,4.4,4.43,2.82 +"10042",0.26,"Very Good","G","VS1",61.9,56,418,4.07,4.1,2.53 +"10043",0.26,"Very Good","G","VS1",62.1,56,418,4.07,4.11,2.54 +"10044",0.31,"Ideal","J","SI1",61.3,56,418,4.37,4.4,2.69 +"10045",0.31,"Premium","I","SI1",59.6,58,418,4.39,4.44,2.63 +"10046",0.31,"Ideal","I","SI1",62.5,56,418,4.29,4.35,2.7 +"10047",0.31,"Very Good","I","SI1",62.8,60,418,4.29,4.31,2.7 +"10048",0.31,"Premium","I","SI1",60.1,59,418,4.38,4.41,2.64 +"10049",0.31,"Ideal","I","SI1",62.2,56,418,4.34,4.37,2.71 +"10050",0.31,"Very Good","I","SI1",62.3,58,418,4.35,4.38,2.72 +"10051",0.3,"Ideal","H","VVS2",60.8,58,590,4.33,4.38,2.65 +"10052",0.3,"Ideal","H","VVS2",62.1,55,590,4.33,4.36,2.7 +"10053",0.27,"Very Good","F","VVS2",62.3,59,591,4.14,4.18,2.59 +"10054",0.27,"Very Good","F","VVS2",60.8,59,591,4.17,4.19,2.54 +"10055",0.26,"Very Good","F","VVS1",61.2,60,591,4.13,4.14,2.53 +"10056",0.27,"Very Good","F","VVS1",62,55,591,4.16,4.16,2.59 +"10057",0.27,"Very Good","E","VVS1",62.4,55,591,4.18,4.22,2.62 +"10058",0.31,"Ideal","F","VS2",61.8,53,591,4.36,4.38,2.7 +"10059",0.31,"Ideal","F","VS2",60.5,57,591,4.39,4.41,2.66 +"10060",0.31,"Ideal","F","VS2",61.3,55,591,4.35,4.39,2.68 +"10061",0.31,"Ideal","H","SI1",61.5,56,591,4.36,4.39,2.69 +"10062",0.35,"Good","F","SI2",63.8,56,591,4.48,4.45,2.85 +"10063",0.32,"Premium","H","SI1",60.9,60,591,4.43,4.4,2.69 +"10064",0.32,"Premium","H","SI1",61.8,56,591,4.43,4.4,2.73 +"10065",0.32,"Very Good","H","SI1",63.1,58,591,4.36,4.33,2.74 +"10066",0.32,"Premium","H","SI1",63,59,591,4.37,4.33,2.74 +"10067",0.32,"Very Good","H","SI1",63.5,57,591,4.39,4.34,2.77 +"10068",0.32,"Very Good","H","SI1",63.4,55,591,4.38,4.36,2.77 +"10069",0.32,"Premium","H","SI1",62.3,60,591,4.4,4.36,2.73 +"10070",0.32,"Premium","H","SI1",62.6,55,591,4.38,4.37,2.74 +"10071",0.32,"Premium","H","SI1",62,58,591,4.39,4.38,2.72 +"10072",0.32,"Good","H","SI1",63.7,55,591,4.33,4.3,2.75 +"10073",0.35,"Premium","J","VS1",62.2,58,591,4.54,4.49,2.81 +"10074",0.35,"Ideal","F","SI2",62.8,55,591,4.53,4.48,2.83 +"10075",0.4,"Good","J","VS2",64,57,591,4.67,4.7,3 +"10076",0.29,"Very Good","F","VVS2",60.8,63,592,4.28,4.31,2.61 +"10077",0.31,"Very Good","F","VS1",61.8,58,592,4.29,4.35,2.67 +"10078",0.33,"Ideal","I","VVS1",62.1,54,592,4.46,4.49,2.78 +"10079",0.32,"Ideal","H","VS1",61.6,56,592,4.42,4.46,2.73 +"10080",0.33,"Ideal","H","VS1",62.2,53.3,592,4.45,4.48,2.77 +"10081",1.07,"Good","D","SI2",61,62,4710,6.6,6.68,4.05 +"10082",1.16,"Ideal","G","SI2",61.7,56,4710,6.82,6.76,4.18 +"10083",0.95,"Very Good","E","SI1",62.8,59,4711,6.21,6.25,3.91 +"10084",1.23,"Very Good","H","SI2",63.2,58,4711,6.8,6.74,4.28 +"10085",1.2,"Very Good","G","SI2",61.2,59,4712,6.78,6.84,4.17 +"10086",1.12,"Ideal","G","SI2",62.4,56,4712,6.63,6.67,4.15 +"10087",1.02,"Ideal","E","SI2",60.3,57,4712,6.5,6.53,3.95 +"10088",1,"Good","F","SI1",63.3,61,4712,6.29,6.31,3.99 +"10089",1,"Very Good","F","SI1",61.8,59,4712,6.33,6.38,3.93 +"10090",1.02,"Good","E","SI2",63.4,57,4712,6.41,6.43,4.07 +"10091",1.02,"Good","E","SI2",63.2,56,4712,6.37,6.41,4.04 +"10092",1.02,"Very Good","D","SI2",62.7,59,4712,6.36,6.44,4.01 +"10093",0.9,"Good","F","SI1",63.6,55,4712,6.15,6.12,3.9 +"10094",1.13,"Ideal","G","SI2",61.3,57,4712,6.73,6.67,4.11 +"10095",1.1,"Premium","G","SI1",59.6,60,4712,6.74,6.7,4 +"10096",0.9,"Very Good","D","VS2",63.2,58,4712,6.16,6.09,3.87 +"10097",1,"Ideal","H","SI2",61.4,60,4713,6.35,6.41,3.92 +"10098",1.05,"Ideal","E","SI2",60.3,61,4714,6.56,6.6,3.97 +"10099",1.22,"Ideal","I","SI2",60.7,57,4714,6.92,6.88,4.19 +"10100",1.31,"Very Good","G","SI2",63.4,58,4714,6.91,6.8,4.35 +"10101",0.9,"Very Good","F","VS2",63.2,59,4715,6.08,6.04,3.83 +"10102",0.9,"Very Good","F","VS2",63.2,57,4715,6.12,6.07,3.85 +"10103",1.2,"Premium","J","VS2",60.3,59,4715,6.9,6.94,4.17 +"10104",1.1,"Very Good","F","SI2",59.1,57,4715,6.72,6.82,4 +"10105",0.73,"Very Good","D","VVS1",61.8,61,4716,5.7,5.73,3.53 +"10106",1.07,"Very Good","H","SI2",62.1,58,4716,6.53,6.57,4.07 +"10107",1.2,"Premium","J","SI1",60,61,4717,6.89,6.84,4.12 +"10108",1.08,"Premium","H","SI2",61.2,58,4717,6.62,6.58,4.04 +"10109",1,"Very Good","J","VVS1",63.5,59,4717,6.34,6.29,4.01 +"10110",1.17,"Fair","H","SI2",60,66,4717,6.86,6.78,4.09 +"10111",0.9,"Premium","D","VS2",61.6,62,4717,6.12,6.09,3.76 +"10112",0.9,"Good","D","VS2",57.7,61,4717,6.34,6.32,3.65 +"10113",1.04,"Premium","F","SI2",60.2,58,4717,6.6,6.55,3.96 +"10114",1.02,"Very Good","G","SI1",63.2,59,4718,6.41,6.37,4.04 +"10115",1.02,"Premium","G","SI1",62.3,59,4718,6.44,6.4,4 +"10116",1.02,"Premium","G","SI1",63,55,4718,6.45,6.4,4.05 +"10117",1.02,"Premium","G","SI1",60.8,58,4718,6.5,6.46,3.94 +"10118",1.02,"Premium","G","SI1",61,59,4718,6.48,6.44,3.94 +"10119",1.02,"Very Good","D","SI2",63.4,59,4718,6.41,6.37,4.05 +"10120",1.02,"Premium","D","SI2",61.5,56,4718,6.51,6.47,3.99 +"10121",1.02,"Premium","D","SI2",60.3,58,4718,6.52,6.48,3.92 +"10122",1.01,"Very Good","G","SI1",60,58,4719,6.51,6.55,3.92 +"10123",1.01,"Very Good","G","SI1",60.2,58,4719,6.5,6.59,3.94 +"10124",1.01,"Good","D","SI2",63.6,57,4719,6.35,6.39,4.05 +"10125",1.01,"Premium","G","SI1",59.8,58,4719,6.54,6.58,3.92 +"10126",1.01,"Very Good","D","SI2",61.5,56,4719,6.39,6.46,3.95 +"10127",1,"Very Good","E","SI1",61,61,4719,6.4,6.45,3.92 +"10128",1.11,"Ideal","H","SI2",62.6,56,4719,6.58,6.65,4.14 +"10129",1.06,"Premium","F","SI2",62.5,58,4719,6.54,6.41,4.05 +"10130",1.32,"Premium","I","VS1",62.4,58,4719,7.01,6.96,4.36 +"10131",1.12,"Premium","H","SI1",61.6,58,4719,6.72,6.62,4.11 +"10132",0.91,"Very Good","D","VS2",62.7,59,4720,6.13,6.16,3.85 +"10133",1.12,"Ideal","F","SI2",61.6,57,4720,6.68,6.66,4.11 +"10134",0.97,"Premium","D","SI1",62,60,4721,6.25,6.29,3.89 +"10135",1.06,"Very Good","F","SI1",62.5,58,4721,6.46,6.5,4.05 +"10136",1,"Ideal","F","SI2",62.7,57,4721,6.37,6.42,4.01 +"10137",0.92,"Very Good","H","VS1",59.7,63,4721,6.34,6.29,3.77 +"10138",1,"Good","H","VS2",63.6,61,4722,6.25,6.21,3.96 +"10139",1.05,"Ideal","I","SI2",61.8,59,4723,6.53,6.49,4.02 +"10140",1.04,"Premium","D","SI2",61,59,4724,6.51,6.54,3.98 +"10141",1.04,"Very Good","G","SI1",59.2,61,4724,6.63,6.68,3.94 +"10142",1.12,"Very Good","I","SI1",61.7,58.1,4724,6.6,6.66,4.09 +"10143",1.02,"Ideal","H","SI1",60,59,4724,6.56,6.55,3.93 +"10144",0.9,"Ideal","F","SI1",61.3,56,4724,6.21,6.23,3.81 +"10145",0.93,"Ideal","D","SI1",61.6,57,4724,6.27,6.33,3.88 +"10146",1.14,"Ideal","I","SI1",61.8,57,4724,6.76,6.68,4.15 +"10147",1,"Premium","H","SI1",62.7,58,4724,6.41,6.32,3.99 +"10148",1.25,"Good","I","SI2",63.9,56,4725,6.81,6.77,4.34 +"10149",1.17,"Ideal","G","SI2",61.1,56,4725,6.8,6.86,4.17 +"10150",1,"Very Good","G","SI2",62.6,58,4725,6.34,6.38,3.98 +"10151",1.1,"Fair","D","SI2",64.6,54,4725,6.56,6.49,4.22 +"10152",1.1,"Premium","I","SI1",61.2,61,4725,6.66,6.61,4.01 +"10153",1.1,"Ideal","H","SI2",63.1,58,4725,6.54,6.53,4.12 +"10154",1.1,"Premium","D","SI2",62.4,58,4725,6.6,6.57,4.11 +"10155",0.97,"Premium","F","SI1",59.9,59,4726,6.39,6.36,3.82 +"10156",1.01,"Very Good","D","SI2",61.9,58,4727,6.43,6.49,4 +"10157",1.02,"Very Good","H","SI1",61.6,58,4727,6.49,6.54,4.01 +"10158",1,"Good","D","SI2",61.1,61,4727,6.37,6.43,3.91 +"10159",1.23,"Good","J","VS2",63.6,60,4727,6.77,6.73,4.29 +"10160",1.07,"Very Good","I","SI1",59.1,59,4728,6.68,6.71,3.96 +"10161",0.91,"Premium","E","SI1",59.8,59,4729,6.28,6.23,3.74 +"10162",0.9,"Very Good","D","VS2",58.8,61,4729,6.27,6.32,3.7 +"10163",1.05,"Ideal","F","SI1",61.8,57,4729,6.51,6.54,4.03 +"10164",1.05,"Good","F","SI1",57.9,62,4729,6.68,6.73,3.88 +"10165",1,"Premium","D","SI2",62.4,58,4730,6.33,6.36,3.96 +"10166",1.38,"Fair","G","SI2",61.2,59,4730,7.19,7.13,4.38 +"10167",1.03,"Premium","E","SI2",61.8,56,4730,6.5,6.47,4.01 +"10168",1.5,"Good","G","I1",64,61,4731,7.15,7.04,0 +"10169",0.91,"Ideal","G","SI1",61.9,56,4731,6.22,6.18,3.84 +"10170",1,"Good","H","VS1",62.1,64,4732,6.4,6.18,3.91 +"10171",1.3,"Premium","H","SI2",60.4,61,4732,7.09,7.04,4.27 +"10172",1,"Fair","F","VS2",66.7,57,4732,6.11,6.04,4.05 +"10173",1,"Very Good","H","VS1",63.3,53,4732,6.37,6.29,4.01 +"10174",1,"Premium","H","VS1",62.7,58,4732,6.37,6.33,3.98 +"10175",1,"Premium","H","VS1",59.1,60,4732,6.45,6.42,3.8 +"10176",1,"Fair","H","VS1",64.1,60,4732,6.3,6.22,4.01 +"10177",1.1,"Ideal","H","SI2",62,55,4733,6.61,6.65,4.11 +"10178",1.08,"Ideal","G","SI2",62.1,57,4733,6.56,6.58,4.08 +"10179",1.09,"Ideal","G","SI2",61.7,57,4733,6.57,6.62,4.07 +"10180",1.22,"Premium","I","SI2",61.5,61,4735,6.89,6.83,4.22 +"10181",1.22,"Premium","I","SI2",61.5,61,4735,6.89,6.83,4.22 +"10182",0.9,"Premium","D","SI1",59.4,61,4735,6.32,6.3,3.75 +"10183",0.9,"Premium","D","SI1",63,56,4735,6.14,6.09,3.85 +"10184",1.22,"Premium","I","SI2",61.7,59,4735,6.84,6.8,4.21 +"10185",1,"Good","G","SI1",63.9,60,4737,6.22,6.27,3.99 +"10186",1,"Ideal","G","SI1",62.7,56,4737,6.36,6.39,4 +"10187",1.24,"Very Good","J","SI2",60.4,61,4737,6.85,6.92,4.16 +"10188",1.33,"Premium","F","SI2",60.4,60,4737,7.17,7.11,4.31 +"10189",1.14,"Premium","F","SI2",62.9,59,4737,6.64,6.62,4.17 +"10190",1.06,"Premium","E","SI2",60.5,60,4737,6.67,6.61,4.02 +"10191",0.95,"Very Good","E","SI1",61.6,56,4738,6.31,6.36,3.9 +"10192",1.02,"Ideal","I","SI1",62,56,4738,6.44,6.46,4 +"10193",1,"Very Good","I","VS2",64,54,4739,6.28,6.34,4.04 +"10194",0.9,"Good","D","VS2",62.6,62,4739,6.11,6.15,3.84 +"10195",1.05,"Premium","H","VS2",60.5,58,4739,6.7,6.63,4.03 +"10196",0.91,"Premium","E","VS2",62.8,59,4739,6.17,6.15,3.87 +"10197",0.91,"Premium","E","VS2",61.6,58,4739,6.2,6.18,3.81 +"10198",0.91,"Very Good","F","VS1",63.5,56,4739,6.18,6.14,3.91 +"10199",0.93,"Premium","E","SI1",62.8,56,4739,6.26,6.2,3.91 +"10200",1.08,"Premium","H","SI1",61.7,59,4740,6.56,6.6,4.06 +"10201",1.08,"Ideal","H","SI1",62.7,57,4740,6.48,6.51,4.07 +"10202",0.9,"Very Good","H","VVS2",62.4,58,4740,6.12,6.15,3.83 +"10203",0.8,"Ideal","G","VVS2",61.5,55,4740,5.95,5.99,3.68 +"10204",0.8,"Ideal","G","VVS2",61.4,57,4740,5.96,6,3.67 +"10205",1.04,"Ideal","F","SI2",61.2,57,4740,6.54,6.6,4.02 +"10206",0.9,"Ideal","H","SI1",61.6,56,4740,6.17,6.23,3.82 +"10207",1.21,"Premium","F","SI2",61.5,57,4740,6.93,6.88,4.25 +"10208",1,"Very Good","G","SI1",59.3,63,4741,6.44,6.48,3.83 +"10209",1.04,"Premium","G","SI1",60.6,61,4742,6.63,6.59,4 +"10210",1.05,"Premium","E","SI2",59.5,59,4742,6.65,6.59,3.94 +"10211",1.02,"Ideal","H","SI2",59.8,58,4742,6.55,6.59,3.93 +"10212",1.08,"Good","E","SI2",63.7,57,4742,6.54,6.49,4.15 +"10213",1.05,"Premium","E","SI2",60.4,58,4742,6.59,6.55,3.97 +"10214",1.16,"Ideal","I","SI1",61.5,60,4742,6.76,6.71,4.14 +"10215",1.08,"Premium","E","SI2",60.2,58,4742,6.68,6.61,4 +"10216",1.26,"Ideal","J","SI2",62.5,53,4742,6.9,6.86,4.3 +"10217",1.21,"Premium","H","SI1",60.5,60,4743,6.81,6.72,4.09 +"10218",1.15,"Premium","H","SI2",61.6,60,4743,6.72,6.75,4.15 +"10219",1.15,"Very Good","H","SI2",62,58,4743,6.66,6.7,4.14 +"10220",1,"Ideal","E","SI2",61.8,57,4743,6.39,6.43,3.96 +"10221",1.01,"Very Good","H","SI1",62.7,58,4743,6.36,6.34,3.98 +"10222",1.31,"Premium","F","SI2",62.7,61,4743,7.03,6.86,4.36 +"10223",0.97,"Ideal","G","SI2",61.6,56,4743,6.31,6.39,3.91 +"10224",1.01,"Good","E","SI1",62.6,61,4743,6.38,6.43,4.01 +"10225",1,"Premium","F","VS2",58.7,56,4743,6.46,6.42,3.78 +"10226",1.11,"Premium","I","VS2",58.3,60,4744,6.84,6.78,3.97 +"10227",1.11,"Premium","I","VS2",63,53,4744,6.64,6.59,4.17 +"10228",1.2,"Ideal","J","SI2",63.3,54,4744,6.78,6.72,4.27 +"10229",1.2,"Ideal","J","SI2",61.7,56,4744,6.87,6.79,4.21 +"10230",0.91,"Good","G","VS1",64.1,60,4744,6.11,6.06,3.9 +"10231",1.03,"Very Good","H","SI2",61.3,56,4745,6.5,6.53,3.99 +"10232",1.06,"Ideal","I","SI1",61.9,54,4745,6.56,6.59,4.07 +"10233",1.01,"Premium","H","VS2",62.6,60,4745,6.39,6.36,3.99 +"10234",1.19,"Premium","I","SI2",62.6,58,4745,6.75,6.7,4.21 +"10235",1.02,"Ideal","F","SI2",61.8,57,4746,6.43,6.49,3.99 +"10236",0.91,"Very Good","D","SI1",62.3,60,4746,6.15,6.21,3.85 +"10237",1.03,"Very Good","G","SI1",61,58,4746,6.5,6.54,3.98 +"10238",1.26,"Fair","D","SI2",64.5,59,4746,6.75,6.71,4.34 +"10239",1.02,"Ideal","H","SI1",62.5,57,4746,6.41,6.46,4.02 +"10240",1.13,"Premium","I","SI1",62.8,57,4746,6.68,6.64,4.18 +"10241",1.18,"Premium","H","SI1",60.1,60,4746,6.89,6.75,4.1 +"10242",1.13,"Premium","H","SI2",62.7,55,4746,6.69,6.61,4.17 +"10243",1.11,"Premium","H","SI1",58.9,59,4748,6.82,6.76,4 +"10244",0.94,"Premium","F","SI1",59.8,61,4748,6.39,6.35,3.81 +"10245",1,"Very Good","F","SI2",63.3,60,4749,6.32,6.25,3.98 +"10246",1.01,"Good","H","SI1",63.4,59,4749,6.28,6.34,4 +"10247",1.01,"Ideal","H","SI1",62.6,55,4749,6.39,6.43,4.01 +"10248",1.01,"Good","H","SI1",63.1,59,4749,6.32,6.36,4 +"10249",1.01,"Good","H","SI1",63.7,60,4749,6.3,6.35,4.03 +"10250",1.01,"Very Good","I","SI1",63.3,54,4749,6.34,6.36,4.02 +"10251",1,"Premium","F","SI2",61.4,61,4749,6.47,6.4,3.95 +"10252",1.06,"Ideal","I","SI1",61.2,56,4749,6.6,6.57,4.03 +"10253",1.06,"Ideal","H","SI2",59.9,58,4749,6.67,6.63,3.98 +"10254",1.1,"Ideal","G","SI2",62.1,56,4750,6.63,6.61,4.11 +"10255",0.93,"Premium","G","VS2",62.2,59,4750,6.26,6.21,3.88 +"10256",1.01,"Premium","E","SI2",61.6,56,4751,6.45,6.4,3.96 +"10257",0.81,"Ideal","G","IF",62.4,54,4751,5.93,5.99,3.72 +"10258",1.01,"Fair","D","SI1",63.5,58,4751,6.35,6.25,4 +"10259",1.01,"Fair","H","VS2",64.5,60,4751,6.3,6.25,4.05 +"10260",1.01,"Premium","E","SI2",62.6,59,4751,6.39,6.36,3.99 +"10261",1.01,"Premium","E","SI2",61.5,58,4751,6.43,6.4,3.95 +"10262",1.01,"Good","E","SI2",63.7,58,4751,6.36,6.32,4.04 +"10263",1.01,"Ideal","E","SI2",61.2,54,4751,6.52,6.49,3.98 +"10264",1.01,"Premium","E","SI2",59.5,59,4751,6.58,6.54,3.9 +"10265",1.01,"Ideal","E","SI2",62.2,54,4751,6.43,6.39,3.99 +"10266",1.01,"Premium","E","SI2",62.6,57,4751,6.35,6.33,3.97 +"10267",1.01,"Fair","D","SI1",64.6,60,4751,6.12,6.08,3.94 +"10268",1.01,"Premium","D","SI1",62.8,58,4751,6.37,6.3,3.98 +"10269",1.01,"Ideal","E","SI2",59.2,56,4751,6.63,6.59,3.91 +"10270",1.01,"Ideal","E","SI2",61.1,57,4751,6.52,6.48,3.97 +"10271",1.01,"Fair","D","SI1",66.9,54,4751,6.25,6.21,4.17 +"10272",1.2,"Good","I","SI1",63.1,58,4752,6.66,6.72,4.22 +"10273",1.2,"Very Good","J","SI1",61.4,59,4752,6.82,6.87,4.2 +"10274",1.03,"Ideal","D","SI2",60.7,55,4752,6.53,6.61,3.99 +"10275",1.07,"Ideal","G","SI2",62.1,55,4752,6.54,6.61,4.08 +"10276",1.04,"Ideal","G","SI2",62,56,4752,6.52,6.49,4.03 +"10277",1,"Very Good","D","SI2",62.8,58,4753,6.33,6.37,3.99 +"10278",1.01,"Ideal","D","SI2",61.2,56,4753,6.41,6.46,3.94 +"10279",1.21,"Very Good","J","VS2",59.9,59,4754,6.86,6.92,4.13 +"10280",1.02,"Premium","H","SI1",59.2,58,4754,6.6,6.57,3.9 +"10281",1.04,"Ideal","F","SI2",62.1,57,4754,6.48,6.46,4.02 +"10282",0.96,"Very Good","F","SI1",62.1,62,4755,6.24,6.32,3.9 +"10283",1.11,"Premium","G","SI2",62.3,58,4755,6.65,6.61,4.13 +"10284",1.11,"Premium","G","SI2",61.2,59,4755,6.74,6.66,4.1 +"10285",1.11,"Ideal","G","SI2",60.5,56,4755,6.71,6.67,4.05 +"10286",1.11,"Premium","G","SI2",61.5,58,4755,6.67,6.6,4.08 +"10287",1.01,"Very Good","I","VS1",62.2,60,4756,6.39,6.35,3.96 +"10288",1.08,"Ideal","I","SI1",60.3,60,4757,6.67,6.62,4.01 +"10289",1.03,"Ideal","E","SI2",62.3,56,4758,6.44,6.52,4.04 +"10290",1.03,"Premium","E","SI2",61.8,59,4758,6.42,6.47,3.98 +"10291",1,"Good","G","SI1",57.2,59,4758,6.66,6.62,3.8 +"10292",1,"Premium","D","SI2",61.6,60,4758,6.37,6.33,3.91 +"10293",1.2,"Very Good","D","SI2",63.5,59,4758,6.61,6.56,4.18 +"10294",1.02,"Fair","H","SI1",65.5,60,4758,6.29,6.22,4.1 +"10295",1.19,"Premium","G","SI2",58.9,60,4758,7,6.92,4.09 +"10296",0.91,"Very Good","E","VS2",62.2,60,4759,6.13,6.21,3.84 +"10297",1.01,"Good","F","SI1",63.5,59,4759,6.3,6.39,4.03 +"10298",1.01,"Very Good","F","SI1",62.8,58,4759,6.35,6.43,4.01 +"10299",1.01,"Very Good","I","SI1",62.9,58,4759,6.36,6.4,4.01 +"10300",1.03,"Ideal","H","SI1",61,55,4759,6.56,6.59,4.01 +"10301",0.9,"Very Good","E","SI1",62.8,58,4760,6.09,6.13,3.84 +"10302",1.01,"Very Good","D","SI2",62.9,60,4760,6.35,6.46,4.03 +"10303",1,"Ideal","E","SI2",61.9,56,4760,6.43,6.4,3.97 +"10304",1,"Good","I","VS2",61.7,60.2,4761,6.29,6.35,3.9 +"10305",1.19,"Premium","J","VS2",62.8,57,4761,6.78,6.7,4.23 +"10306",1.09,"Premium","H","SI2",59.6,61,4761,6.69,6.63,3.97 +"10307",1.02,"Very Good","I","VS2",59.3,59,4762,6.57,6.62,3.91 +"10308",1.18,"Very Good","I","SI2",63.5,57,4763,6.75,6.8,4.3 +"10309",0.99,"Ideal","I","SI1",61.8,57,4763,6.4,6.42,3.96 +"10310",0.9,"Good","H","VVS1",63.8,59,4763,6.13,6.09,3.9 +"10311",1.05,"Very Good","E","SI2",63.3,57,4763,6.5,6.46,4.1 +"10312",1.1,"Ideal","H","SI1",62.5,57,4764,6.6,6.56,4.11 +"10313",1.25,"Ideal","J","SI1",62.7,57,4764,6.86,6.88,4.31 +"10314",0.81,"Ideal","E","VS1",61.6,55,4764,5.96,6.02,3.69 +"10315",1.03,"Premium","D","SI2",61.7,58,4764,6.5,6.47,4 +"10316",1.03,"Very Good","G","SI1",63.2,58,4764,6.43,6.38,4.05 +"10317",1.03,"Ideal","D","SI2",62.8,56,4764,6.46,6.43,4.05 +"10318",1.03,"Premium","D","SI2",61.3,61,4764,6.49,6.46,3.97 +"10319",1.03,"Ideal","D","SI2",61.2,57,4764,6.59,6.51,4.01 +"10320",1.03,"Ideal","G","SI1",62.4,57,4764,6.52,6.47,4.05 +"10321",1.07,"Ideal","I","VS2",62.1,56,4764,6.61,6.53,4.08 +"10322",1.03,"Premium","D","SI2",62.5,54,4764,6.5,6.42,4.04 +"10323",1.03,"Very Good","G","SI1",63.1,57,4764,6.45,6.41,4.06 +"10324",1.07,"Premium","H","SI1",60.7,60,4764,6.64,6.61,4.02 +"10325",1.03,"Ideal","D","SI2",61.8,56,4764,6.51,6.46,4.01 +"10326",1.07,"Ideal","F","SI2",62,57,4764,6.6,6.49,4.06 +"10327",1.07,"Ideal","F","SI2",61.5,57,4764,6.6,6.57,4.05 +"10328",0.91,"Fair","D","VS2",64.5,55,4765,6.24,6.07,3.97 +"10329",1.15,"Very Good","J","VS2",62.9,57,4766,6.73,6.63,4.2 +"10330",1.13,"Very Good","I","SI1",61.5,60,4766,6.68,6.72,4.12 +"10331",1.12,"Good","I","VS2",63.8,55,4766,6.57,6.63,4.21 +"10332",1.02,"Very Good","G","SI1",60.8,60,4766,6.5,6.55,3.97 +"10333",1.01,"Good","E","SI1",64.3,59,4766,6.31,6.34,4.07 +"10334",1.01,"Very Good","E","SI1",58.6,58,4766,6.52,6.58,3.84 +"10335",1.01,"Very Good","E","SI1",62.9,59,4766,6.3,6.38,3.99 +"10336",1.09,"Good","F","SI2",63.2,58,4766,6.49,6.54,4.12 +"10337",1.02,"Ideal","H","SI2",61.4,58,4766,6.47,6.52,3.99 +"10338",1,"Ideal","E","SI2",61.9,56,4766,6.39,6.43,3.97 +"10339",1.15,"Very Good","H","SI2",63.2,58,4767,6.64,6.68,4.21 +"10340",1.01,"Ideal","H","SI1",61.9,58,4767,6.42,6.48,3.99 +"10341",1.11,"Premium","G","SI1",61.5,58,4768,6.73,6.63,4.1 +"10342",1.03,"Very Good","G","SI2",63.9,59,4769,6.33,6.39,4.07 +"10343",1.06,"Very Good","G","SI2",61,57,4769,6.58,6.61,4.02 +"10344",1.11,"Very Good","E","SI2",62,58,4769,6.61,6.68,4.12 +"10345",1.01,"Premium","H","VS2",62.4,58,4769,6.42,6.36,3.99 +"10346",1.01,"Premium","H","VS2",62.3,62,4769,6.39,6.35,3.97 +"10347",1.03,"Ideal","F","SI2",61.6,55,4769,6.49,6.46,3.99 +"10348",1.21,"Premium","J","SI1",59.9,60,4770,6.89,6.86,4.12 +"10349",0.9,"Ideal","E","VS2",62.7,56,4770,6.14,6.18,3.86 +"10350",0.9,"Good","E","VS2",63.7,54,4770,6.13,6.15,3.91 +"10351",0.9,"Premium","F","VS1",59,58,4770,6.29,6.33,3.72 +"10352",0.9,"Good","F","VS1",62.8,57,4770,6.04,6.1,3.81 +"10353",0.9,"Ideal","E","SI2",61.8,56,4770,6.18,6.22,3.83 +"10354",0.91,"Fair","E","VS1",64.5,58,4770,6.14,6.1,3.95 +"10355",1.04,"Premium","F","SI1",61.5,59,4770,6.53,6.47,4 +"10356",1.04,"Ideal","F","SI1",62.2,57,4770,6.5,6.4,4.01 +"10357",1.01,"Premium","H","SI1",59.5,59,4771,6.56,6.52,3.89 +"10358",1.11,"Ideal","I","SI1",62.3,58,4771,6.6,6.65,4.13 +"10359",1.2,"Ideal","H","VS2",62.8,57,4771,6.71,6.67,4.2 +"10360",1.01,"Premium","H","SI1",60.7,58,4771,6.49,6.45,3.93 +"10361",1.08,"Ideal","G","SI1",61.4,56,4771,6.62,6.6,4.06 +"10362",1.15,"Premium","H","SI1",60.2,60,4772,6.87,6.78,4.11 +"10363",1.23,"Ideal","I","SI2",62.3,55,4773,6.85,6.82,4.26 +"10364",1.23,"Ideal","I","SI2",62.3,55,4773,6.85,6.82,4.26 +"10365",0.9,"Ideal","G","VS2",61.7,56,4773,6.19,6.26,3.84 +"10366",1.01,"Ideal","H","SI1",62.9,55,4773,6.35,6.4,4.01 +"10367",1.01,"Ideal","H","SI1",62.2,58,4773,6.37,6.43,3.98 +"10368",1.23,"Premium","I","SI2",62.1,59,4773,6.83,6.79,4.23 +"10369",1.06,"Premium","F","SI1",61.9,58,4774,6.53,6.58,4.06 +"10370",1,"Ideal","D","SI1",60.2,57,4774,6.48,6.54,3.92 +"10371",1.06,"Premium","F","SI1",62.4,58,4774,6.51,6.56,4.07 +"10372",1.01,"Premium","F","SI1",62.2,58,4775,6.35,6.28,3.93 +"10373",0.91,"Ideal","G","VS1",62.3,55,4775,6.22,6.17,3.86 +"10374",1.15,"Premium","G","SI1",62,58,4776,6.68,6.77,4.17 +"10375",1.19,"Premium","I","SI1",62.2,58,4777,6.73,6.77,4.2 +"10376",1,"Very Good","E","SI2",61.2,58,4777,6.37,6.41,3.91 +"10377",1.2,"Premium","J","SI1",58.5,61,4778,6.95,6.89,4.05 +"10378",1.09,"Ideal","J","VS2",43,54,4778,6.53,6.55,4.12 +"10379",0.9,"Good","F","VS2",62.8,58,4778,6.04,6.09,3.81 +"10380",1.13,"Ideal","F","SI2",62.3,57,4778,6.67,6.61,4.14 +"10381",0.29,"Fair","D","VS2",64.7,62,592,4.14,4.11,2.67 +"10382",0.32,"Good","F","SI1",63.8,59,593,4.33,4.29,2.75 +"10383",0.41,"Very Good","H","SI2",61.5,59,593,4.8,4.82,2.96 +"10384",0.37,"Very Good","E","SI1",61.4,60,593,4.6,4.62,2.83 +"10385",0.36,"Very Good","E","SI1",63.5,58,593,4.46,4.49,2.84 +"10386",0.38,"Ideal","I","SI1",61.9,54,593,4.64,4.67,2.88 +"10387",0.38,"Ideal","I","SI1",61.8,54,593,4.66,4.7,2.89 +"10388",0.3,"Fair","F","VS1",61.7,66,593,4.25,4.31,2.64 +"10389",0.31,"Ideal","G","SI1",62.2,55,593,4.38,4.36,2.72 +"10390",0.31,"Premium","G","SI1",58.8,62,593,4.42,4.39,2.59 +"10391",0.31,"Premium","G","SI1",61.4,58,593,4.35,4.31,2.66 +"10392",0.31,"Premium","G","SI1",61.8,60,593,4.35,4.32,2.68 +"10393",0.31,"Ideal","G","SI1",62.8,55,593,4.38,4.32,2.73 +"10394",0.31,"Premium","G","SI1",62.1,58,593,4.36,4.33,2.7 +"10395",0.31,"Premium","G","SI1",61.9,56,593,4.38,4.34,2.7 +"10396",0.31,"Ideal","G","SI1",62.2,55,593,4.36,4.35,2.71 +"10397",0.31,"Very Good","G","SI1",63.1,59,593,4.33,4.29,2.72 +"10398",0.31,"Premium","G","SI1",62.6,58,593,4.34,4.29,2.7 +"10399",0.31,"Premium","G","SI1",63,58,593,4.34,4.3,2.72 +"10400",0.31,"Very Good","G","SI1",63.2,54,593,4.33,4.31,2.73 +"10401",0.31,"Premium","G","SI1",62.4,55,593,4.34,4.31,2.7 +"10402",0.31,"Very Good","G","SI1",63.2,57,593,4.3,4.27,2.71 +"10403",0.31,"Premium","D","SI2",61.8,60,593,4.37,4.33,2.69 +"10404",0.31,"Premium","D","SI2",60.1,58,593,4.4,4.38,2.64 +"10405",0.31,"Good","D","SI2",63.7,58,593,4.3,4.27,2.73 +"10406",0.31,"Premium","D","SI2",61.5,60,593,4.34,4.31,2.66 +"10407",0.31,"Good","G","SI1",63.6,57,593,4.33,4.29,2.74 +"10408",0.31,"Ideal","G","SI1",63,56,593,4.34,4.3,2.72 +"10409",0.31,"Premium","G","SI1",61.5,59,593,4.38,4.34,2.68 +"10410",0.31,"Premium","G","SI1",61.7,55,593,4.38,4.37,2.7 +"10411",1.06,"Ideal","G","SI2",62.2,56,4778,6.55,6.48,4.05 +"10412",1.27,"Ideal","J","SI2",62.6,57,4779,6.88,6.85,4.3 +"10413",1.01,"Premium","H","VS1",61.9,57,4779,6.43,6.39,3.97 +"10414",1.01,"Ideal","H","VS1",61.5,56,4779,6.48,6.43,3.97 +"10415",0.9,"Very Good","G","VS1",62.7,56,4780,6.1,6.14,3.84 +"10416",0.99,"Very Good","E","SI2",61.8,59,4780,6.3,6.33,3.9 +"10417",1,"Very Good","E","SI2",62.9,60,4781,6.3,6.35,3.98 +"10418",0.8,"Ideal","D","VS2",61.3,56,4781,5.97,6,3.67 +"10419",1.01,"Good","G","SI1",63.3,59,4781,6.24,6.31,3.97 +"10420",1.03,"Ideal","I","SI1",61.1,55,4782,6.53,6.57,4 +"10421",1.03,"Ideal","I","SI1",62.2,54,4782,6.46,6.5,4.03 +"10422",1.22,"Good","H","SI2",61.5,64,4782,6.93,6.87,4.25 +"10423",0.9,"Ideal","H","VVS1",61.9,57,4783,6.19,6.24,3.85 +"10424",1.01,"Ideal","G","SI2",61.5,57,4783,6.43,6.45,3.96 +"10425",1.24,"Ideal","J","SI2",60.1,57,4783,7.02,6.98,4.21 +"10426",1.09,"Good","H","SI1",63.2,57,4784,6.54,6.57,4.14 +"10427",1.09,"Ideal","H","SI1",62.2,56,4784,6.56,6.59,4.09 +"10428",1.09,"Ideal","H","SI1",62.4,55,4784,6.59,6.68,4.14 +"10429",1.09,"Ideal","H","SI1",61.9,56,4784,6.61,6.64,4.1 +"10430",1.09,"Very Good","H","SI1",61.8,58,4784,6.58,6.63,4.08 +"10431",1.14,"Very Good","I","VS2",62.5,59,4785,6.63,6.66,4.15 +"10432",1.06,"Very Good","H","SI1",62.8,58,4785,6.47,6.49,4.07 +"10433",1.06,"Premium","H","SI1",61.6,59,4785,6.54,6.55,4.03 +"10434",1.01,"Ideal","D","SI2",62.6,56,4785,6.34,6.4,3.99 +"10435",1.16,"Very Good","H","SI2",61.8,58,4785,6.75,6.81,4.19 +"10436",1.16,"Very Good","I","SI1",62.7,57,4785,6.67,6.76,4.21 +"10437",1.2,"Very Good","I","SI1",61.7,56,4785,6.82,6.76,4.19 +"10438",1.01,"Premium","G","SI1",61,59,4785,6.45,6.51,3.95 +"10439",0.91,"Very Good","F","SI1",62.3,58,4785,6.14,6.19,3.84 +"10440",1,"Good","D","SI1",65.1,54,4786,6.23,6.27,4.07 +"10441",1.09,"Premium","I","VS1",62.3,54,4786,6.65,6.61,4.13 +"10442",1.01,"Ideal","E","SI2",61.1,59,4787,6.53,6.47,3.97 +"10443",1,"Premium","H","SI1",61.3,60,4788,6.38,6.35,3.9 +"10444",1,"Premium","H","SI1",59.4,58,4788,6.51,6.46,3.85 +"10445",1,"Good","H","SI1",57.5,62,4788,6.51,6.47,3.73 +"10446",1.01,"Ideal","E","SI2",62.2,56,4788,6.42,6.45,4 +"10447",1.01,"Very Good","G","SI1",59.9,56,4788,6.45,6.6,3.91 +"10448",1,"Premium","H","SI1",62.3,60,4788,6.38,6.34,3.96 +"10449",1,"Good","H","SI1",63.7,60,4788,6.33,6.3,4.02 +"10450",1.14,"Premium","I","SI1",62.2,58,4788,6.7,6.67,4.16 +"10451",1.14,"Premium","I","SI1",59.1,58,4788,6.83,6.81,4.03 +"10452",1.14,"Ideal","H","SI2",62.6,57,4788,6.72,6.63,4.18 +"10453",1.14,"Premium","I","SI1",60.1,60,4788,6.81,6.76,4.08 +"10454",1,"Premium","H","SI1",62.1,56,4788,6.48,6.38,3.99 +"10455",1,"Premium","H","SI1",61.5,58,4788,6.45,6.37,3.94 +"10456",1,"Ideal","H","SI1",60.3,56,4788,6.54,6.52,3.94 +"10457",1.14,"Very Good","I","SI1",63.5,56,4788,6.62,6.58,4.19 +"10458",1,"Premium","H","SI1",62.7,59,4788,6.37,6.3,3.97 +"10459",0.9,"Ideal","E","VS2",62.3,57,4788,6.19,6.17,3.85 +"10460",1.14,"Premium","H","SI2",60.6,59,4788,6.8,6.77,4.11 +"10461",1.14,"Ideal","H","SI1",60.3,57,4789,6.79,6.85,4.11 +"10462",1.24,"Very Good","J","SI2",62.8,58,4789,6.77,6.83,4.27 +"10463",1.08,"Very Good","I","VS1",62.5,57,4790,6.51,6.54,4.08 +"10464",1.01,"Premium","E","SI2",60.4,60,4790,6.46,6.49,3.91 +"10465",1.08,"Fair","E","SI1",53.8,63,4790,6.99,6.81,3.71 +"10466",0.94,"Good","D","SI1",63.6,56,4790,6.25,6.2,3.96 +"10467",1.1,"Very Good","E","SI1",61.3,58,4791,6.64,6.71,4.09 +"10468",1.21,"Very Good","I","SI2",62.1,59,4791,6.8,6.86,4.24 +"10469",1.21,"Very Good","I","SI2",59.9,58,4791,6.91,6.94,4.15 +"10470",1.04,"Very Good","H","SI1",62.2,57,4791,6.42,6.48,4.01 +"10471",1.24,"Premium","I","SI1",62.4,59,4791,6.89,6.87,4.29 +"10472",1.01,"Fair","F","VS2",64.8,56,4791,6.3,6.25,4.07 +"10473",1.01,"Fair","F","VS2",64.8,56,4791,6.3,6.25,4.07 +"10474",1.01,"Fair","F","VS2",66.1,61,4791,6.1,6.04,4.01 +"10475",0.92,"Ideal","E","SI1",61,55,4791,6.27,6.25,3.82 +"10476",1,"Premium","H","VS2",63,59,4791,6.43,6.34,4.02 +"10477",1.22,"Very Good","J","VS2",61.9,57,4793,6.82,6.87,4.24 +"10478",0.93,"Premium","G","VS1",62.1,59,4793,6.21,6.16,3.84 +"10479",1.01,"Very Good","I","SI1",63.5,53,4794,6.32,6.4,4.04 +"10480",1.09,"Premium","G","SI2",61.1,59,4794,6.69,6.63,4.07 +"10481",0.91,"Very Good","E","VS2",59.4,59,4795,6.3,6.36,3.76 +"10482",0.9,"Very Good","E","SI1",61.7,58,4795,6.15,6.2,3.81 +"10483",1.25,"Ideal","I","VS2",60,57,4795,7.07,7.02,4.23 +"10484",0.9,"Ideal","F","SI1",61.8,58,4795,6.21,6.24,3.85 +"10485",1.01,"Premium","F","SI2",62.2,57,4796,6.43,6.36,3.98 +"10486",1.02,"Premium","H","SI1",62,60,4796,6.37,6.4,3.96 +"10487",1.02,"Good","H","SI1",63.4,57,4796,6.36,6.42,4.05 +"10488",1.02,"Very Good","H","SI1",62.9,59,4796,6.38,6.41,4.02 +"10489",1.01,"Ideal","F","SI2",60,57,4796,6.55,6.51,3.92 +"10490",0.9,"Fair","D","SI1",64,63,4796,6.12,6.04,3.89 +"10491",1.05,"Very Good","E","SI2",60.5,58,4797,6.55,6.6,3.98 +"10492",1.16,"Ideal","H","SI2",61.9,56,4797,6.73,6.77,4.18 +"10493",1.04,"Ideal","F","SI2",62.2,56,4797,6.45,6.48,4.02 +"10494",1.02,"Premium","H","SI2",62.6,58,4798,6.44,6.4,4.02 +"10495",0.76,"Very Good","E","IF",61.9,56,4798,5.83,5.85,3.62 +"10496",1.02,"Ideal","I","VS1",60.2,57,4798,6.56,6.49,3.93 +"10497",1,"Fair","E","SI1",65.8,59,4798,6.07,6.15,4.02 +"10498",1.02,"Fair","D","SI1",66.4,60,4798,6.29,6.21,4.15 +"10499",1.19,"Ideal","H","SI2",61.7,56,4798,6.83,6.78,4.2 +"10500",1.12,"Premium","G","SI2",60.8,55,4798,6.84,6.69,4.11 +"10501",1.02,"Ideal","E","SI2",62.9,57,4798,6.44,6.38,4.03 +"10502",1,"Fair","F","SI1",65.4,59,4798,6.27,6.2,4.08 +"10503",1.02,"Ideal","H","VVS2",60.9,57,4798,6.49,6.44,3.94 +"10504",1.02,"Ideal","E","SI2",62.1,55,4798,6.51,6.4,4.01 +"10505",1,"Very Good","F","SI1",63.3,61,4798,6.31,6.29,3.99 +"10506",1.12,"Ideal","G","SI2",62.4,56,4798,6.67,6.63,4.15 +"10507",1.02,"Ideal","E","SI2",60.3,57,4798,6.53,6.5,3.95 +"10508",1.02,"Ideal","D","SI1",62.1,53,4798,6.43,6.38,3.98 +"10509",1.01,"Very Good","D","SI2",60.5,58,4799,6.45,6.5,3.92 +"10510",1.07,"Ideal","E","SI2",61.2,56,4799,6.63,6.66,4.07 +"10511",1.03,"Very Good","H","SI1",60.4,58,4800,6.48,6.56,3.94 +"10512",0.63,"Very Good","D","IF",59.6,59,4800,5.55,5.59,3.32 +"10513",1.03,"Ideal","H","SI1",62.4,56,4800,6.45,6.5,4.04 +"10514",0.9,"Premium","F","VS2",62.4,58,4801,6.15,6.22,3.86 +"10515",0.9,"Ideal","F","VS2",62.6,56,4801,6.16,6.23,3.88 +"10516",1.04,"Ideal","H","SI1",62.1,57,4801,6.49,6.52,4.04 +"10517",0.91,"Ideal","F","SI1",62,57,4801,6.22,6.24,3.86 +"10518",0.71,"Ideal","E","VVS1",62,56,4802,5.69,5.73,3.54 +"10519",1.01,"Ideal","G","SI2",61.4,57,4803,6.44,6.48,3.97 +"10520",0.9,"Very Good","D","VS2",60.9,62,4804,6.11,6.18,3.74 +"10521",1.04,"Ideal","E","SI2",62,55,4804,6.48,6.51,4.03 +"10522",1.04,"Ideal","E","SI2",61.4,56,4804,6.5,6.56,4.01 +"10523",1.01,"Very Good","I","SI1",64.4,54,4805,6.31,6.4,4.09 +"10524",1.01,"Ideal","D","SI2",63,54,4805,6.43,6.39,4.04 +"10525",1.01,"Premium","G","SI1",60,58,4805,6.55,6.51,3.92 +"10526",1.01,"Good","D","SI2",63.6,57,4805,6.39,6.35,4.05 +"10527",1,"Good","G","VS1",63.7,60,4805,6.38,6.31,4.04 +"10528",1.23,"Ideal","I","SI2",60.6,57,4805,6.97,6.88,4.2 +"10529",1,"Premium","E","SI1",59.1,58,4805,6.52,6.44,3.83 +"10530",1.01,"Premium","G","SI1",60.2,60,4805,6.45,6.43,3.88 +"10531",1.01,"Premium","G","SI1",62.1,56,4805,6.42,6.36,3.97 +"10532",1.01,"Good","D","SI2",63.6,56,4805,6.38,6.33,4.04 +"10533",1.1,"Premium","I","SI1",62.7,57,4805,6.6,6.55,4.12 +"10534",1.01,"Premium","D","SI2",61.5,56,4805,6.46,6.39,3.95 +"10535",1,"Premium","E","SI1",62.8,59,4805,6.4,6.3,3.99 +"10536",1,"Very Good","E","SI1",63.4,58,4805,6.29,6.26,3.98 +"10537",1,"Premium","E","SI1",61,61,4805,6.45,6.4,3.92 +"10538",1.01,"Good","E","SI2",58.5,61,4807,6.51,6.61,3.84 +"10539",1.01,"Premium","G","SI1",61,58,4808,6.53,6.49,3.97 +"10540",1,"Ideal","E","SI2",62.9,55,4808,6.38,6.41,4.02 +"10541",1,"Ideal","E","SI2",62.2,52,4808,6.42,6.47,4.01 +"10542",1.01,"Premium","G","SI1",62.7,59,4808,6.41,6.35,4 +"10543",1.01,"Ideal","I","VS1",62.6,56,4808,6.42,6.36,4 +"10544",1.01,"Ideal","E","SI2",62.4,56,4808,6.43,6.39,4 +"10545",1.1,"Ideal","F","SI2",60.4,55,4809,6.73,6.77,4.08 +"10546",0.97,"Premium","F","SI1",59.9,59,4810,6.36,6.39,3.82 +"10547",1.04,"Premium","G","SI1",59.2,61,4811,6.68,6.63,3.94 +"10548",1.04,"Premium","D","SI2",61.6,58,4811,6.52,6.46,4 +"10549",1.12,"Ideal","I","SI1",61.7,58,4811,6.66,6.6,4.09 +"10550",1.04,"Premium","D","SI2",61,59,4811,6.54,6.51,3.98 +"10551",1.24,"Ideal","I","SI2",60.7,57,4812,6.98,6.92,4.22 +"10552",1.01,"Very Good","F","SI1",62.7,56,4812,6.37,6.39,4 +"10553",1.04,"Ideal","H","SI1",59.7,60,4812,6.61,6.59,3.94 +"10554",1.02,"Very Good","E","SI1",60.5,63,4813,6.48,6.54,3.94 +"10555",1.16,"Premium","H","SI1",59.6,58,4814,6.86,6.83,4.08 +"10556",1.08,"Ideal","G","SI2",61.8,56,4814,6.54,6.6,4.06 +"10557",1.06,"Premium","G","SI1",59.6,58,4815,6.67,6.73,3.99 +"10558",1.21,"Very Good","J","VS2",60.9,58,4816,6.86,6.91,4.19 +"10559",1.11,"Very Good","G","SI2",58.5,61,4816,6.74,6.8,3.96 +"10560",1.08,"Very Good","F","SI1",61.3,57,4816,6.62,6.6,4.05 +"10561",1,"Premium","H","SI1",62.8,58,4816,6.38,6.36,4 +"10562",0.8,"Ideal","F","VS2",61.4,56,4816,5.99,6,3.68 +"10563",1.01,"Good","F","SI1",61.6,63,4816,6.42,6.47,3.97 +"10564",1.05,"Ideal","F","SI1",61.8,57,4816,6.54,6.51,4.03 +"10565",1,"Premium","G","SI1",60.8,58,4816,6.48,6.45,3.93 +"10566",1,"Premium","H","SI1",58.3,60,4816,6.5,6.44,3.77 +"10567",1,"Premium","H","SI1",62.4,59,4816,6.42,6.37,3.99 +"10568",0.91,"Premium","D","SI1",60.2,58,4816,6.31,6.28,3.79 +"10569",1,"Premium","D","SI2",62.4,58,4816,6.36,6.33,3.96 +"10570",0.94,"Premium","D","SI1",60.7,60,4817,6.32,6.27,3.82 +"10571",1.11,"Good","I","VS1",59.2,64,4817,6.8,6.77,4.02 +"10572",0.94,"Premium","D","SI1",58.4,58,4817,6.51,6.41,3.77 +"10573",1.02,"Premium","D","SI2",62.5,59,4818,6.38,6.43,4 +"10574",0.9,"Ideal","D","SI1",62.6,55,4819,6.1,6.16,3.84 +"10575",1.03,"Good","I","VS2",60,62,4819,6.51,6.55,3.92 +"10576",1.02,"Premium","H","SI1",58.3,59,4819,6.68,6.59,3.87 +"10577",1.02,"Ideal","H","SI1",58.8,57,4819,6.66,6.6,3.9 +"10578",1.02,"Premium","H","SI1",61.2,57,4819,6.54,6.5,3.99 +"10579",1.23,"Ideal","F","SI2",62.1,57,4819,6.83,6.8,4.23 +"10580",1.16,"Premium","F","SI2",61.2,61,4820,6.77,6.74,4.14 +"10581",1.01,"Very Good","D","SI1",59.1,61,4821,6.46,6.5,3.83 +"10582",1.01,"Very Good","H","VS2",62.2,56,4821,6.35,6.44,3.98 +"10583",1.01,"Very Good","H","VS2",62.6,61,4821,6.35,6.4,3.99 +"10584",1.01,"Very Good","H","VS2",62.5,57,4821,6.37,6.44,4 +"10585",1.01,"Ideal","H","VS2",62.3,57,4821,6.35,6.4,3.97 +"10586",1.01,"Very Good","D","SI1",62.7,58,4821,6.34,6.38,3.99 +"10587",1.01,"Good","D","SI1",64.1,60,4821,6.27,6.3,4.03 +"10588",0.91,"Ideal","E","SI2",62.4,57,4821,6.17,6.21,3.86 +"10589",0.91,"Good","F","VS1",63.5,56,4823,6.14,6.18,3.91 +"10590",0.91,"Very Good","E","VS2",61.6,58,4823,6.18,6.2,3.81 +"10591",0.91,"Very Good","E","VS2",62.9,55,4823,6.13,6.17,3.87 +"10592",0.91,"Very Good","E","VS2",58.4,63,4823,6.31,6.32,3.69 +"10593",0.91,"Very Good","E","VS2",62.8,59,4823,6.15,6.17,3.87 +"10594",0.91,"Good","E","VS2",56.3,64,4823,6.37,6.42,3.6 +"10595",1.02,"Ideal","E","SI2",61.6,55,4824,6.46,6.52,4 +"10596",1.07,"Very Good","E","SI2",61.6,56,4824,6.54,6.6,4.05 +"10597",1.21,"Good","J","SI2",61.1,60.8,4824,6.83,6.89,4.18 +"10598",1,"Good","G","SI1",63.9,60,4824,6.27,6.22,3.99 +"10599",1,"Ideal","G","SI1",62.7,56,4824,6.39,6.36,4 +"10600",1.29,"Fair","F","SI2",64.4,57,4824,6.85,6.79,4.39 +"10601",1.01,"Ideal","H","SI2",62,57,4825,6.4,6.43,3.98 +"10602",1.01,"Ideal","I","SI1",61.2,56,4825,6.48,6.51,3.97 +"10603",0.98,"Very Good","H","VS2",59.9,60,4826,6.45,6.38,3.84 +"10604",1.17,"Very Good","I","SI1",62.6,58,4826,6.64,6.71,4.18 +"10605",1.17,"Very Good","H","SI2",62.7,56,4826,6.68,6.74,4.21 +"10606",1.17,"Good","H","SI2",63.8,58,4826,6.57,6.73,4.24 +"10607",1.08,"Premium","H","SI1",62.6,56,4826,6.58,6.52,4.1 +"10608",1.39,"Premium","I","SI2",61.9,59,4826,7.15,7.11,4.41 +"10609",1.1,"Very Good","H","SI1",61.6,56,4827,6.61,6.66,4.09 +"10610",1.1,"Ideal","H","SI1",60.2,56,4827,6.74,6.82,4.08 +"10611",1,"Very Good","G","SI1",59.3,63,4827,6.48,6.44,3.83 +"10612",1.02,"Premium","H","VS1",62.1,57,4827,6.46,6.42,4 +"10613",1.04,"Good","F","SI1",63.1,57,4828,6.36,6.41,4.03 +"10614",1.2,"Good","G","SI1",63.5,60,4828,6.68,6.74,4.26 +"10615",1.01,"Ideal","F","SI1",62.3,57,4829,6.4,6.44,4 +"10616",1.01,"Premium","F","SI1",60.3,58,4829,6.53,6.61,3.96 +"10617",1.06,"Ideal","H","SI2",62.5,57.1,4829,6.46,6.5,4.05 +"10618",1.12,"Ideal","I","SI1",62,56,4829,6.69,6.64,4.13 +"10619",1.1,"Ideal","E","SI2",61.6,57,4829,6.68,6.64,4.1 +"10620",1.1,"Premium","E","SI2",60.7,58,4829,6.77,6.65,4.07 +"10621",1,"Fair","F","VS2",64.7,59,4829,6.22,6.15,4 +"10622",1.22,"Premium","H","SI1",61,59,4829,6.92,6.86,4.2 +"10623",1,"Ideal","E","SI2",61.8,57,4829,6.43,6.39,3.96 +"10624",1.07,"Premium","H","VS2",58.9,58,4830,6.7,6.65,3.93 +"10625",1.07,"Ideal","H","SI1",62,57,4830,6.51,6.56,4.05 +"10626",1,"Very Good","H","SI1",62.8,56,4830,6.33,6.37,3.99 +"10627",1,"Very Good","H","SI1",62.2,59,4830,6.32,6.35,3.94 +"10628",0.73,"Ideal","E","VVS1",62,56,4830,5.75,5.79,3.58 +"10629",1.2,"Ideal","J","SI1",62.3,56,4830,6.77,6.81,4.23 +"10630",1.15,"Premium","H","SI2",61.6,60,4830,6.75,6.72,4.15 +"10631",1.15,"Premium","I","SI1",62.2,59,4830,6.75,6.68,4.18 +"10632",1.15,"Ideal","H","SI2",62,57,4830,6.75,6.66,4.16 +"10633",1.01,"Very Good","E","SI1",63.2,59,4830,6.28,6.25,3.96 +"10634",1.15,"Premium","H","SI2",62,58,4830,6.7,6.66,4.14 +"10635",1.22,"Premium","I","SI2",62.3,58,4831,6.8,6.85,4.25 +"10636",1.2,"Very Good","H","SI2",60.7,60,4831,6.81,6.89,4.16 +"10637",1.2,"Ideal","J","SI1",61.6,57,4831,6.79,6.87,4.21 +"10638",1.01,"Ideal","E","SI2",61.9,56,4832,6.43,6.46,3.99 +"10639",1.07,"Good","H","SI1",58.1,60,4832,6.72,6.78,3.92 +"10640",1.1,"Premium","F","SI2",62.6,57,4832,6.6,6.56,4.12 +"10641",1.02,"Ideal","F","SI2",61.8,57,4832,6.49,6.43,3.99 +"10642",0.9,"Premium","E","VS2",62.1,55,4833,6.23,6.14,3.84 +"10643",0.93,"Premium","G","VS2",62.2,59,4834,6.21,6.26,3.88 +"10644",1.11,"Very Good","G","VS2",63.4,56,4834,6.62,6.54,4.18 +"10645",1.03,"Very Good","H","SI1",60.8,60,4836,6.47,6.5,3.94 +"10646",1.04,"Ideal","I","SI1",61.7,55,4836,6.5,6.54,4.02 +"10647",1.01,"Very Good","H","SI1",63.1,59,4836,6.36,6.32,4 +"10648",1.01,"Very Good","H","SI1",63.4,59,4836,6.34,6.28,4 +"10649",1.01,"Good","H","SI1",63.7,60,4836,6.35,6.3,4.03 +"10650",1.01,"Premium","H","SI1",60,62,4836,6.51,6.45,3.89 +"10651",1.01,"Ideal","H","SI1",62.2,57,4836,6.43,6.37,3.98 +"10652",1.01,"Premium","H","SI1",62.4,60,4836,6.36,6.33,3.96 +"10653",1.27,"Premium","I","SI2",62,60,4836,6.91,6.86,4.27 +"10654",1.01,"Ideal","H","SI1",62.6,55,4836,6.43,6.39,4.01 +"10655",1.01,"Ideal","D","SI2",60.5,57,4837,6.53,6.6,3.97 +"10656",1.15,"Ideal","G","SI2",62.3,56,4838,6.67,6.75,4.18 +"10657",1,"Fair","G","VS2",66.1,61,4838,6.08,5.99,3.99 +"10658",1,"Good","G","VS2",56.7,62,4838,6.64,6.59,3.75 +"10659",1.18,"Ideal","I","SI2",62.2,57,4838,6.73,6.76,4.2 +"10660",1.2,"Premium","H","VS1",61.7,59,4838,6.78,6.74,4.17 +"10661",1.2,"Very Good","I","SI1",63.1,58,4838,6.72,6.66,4.22 +"10662",1.2,"Premium","J","SI1",60.6,59,4838,6.88,6.84,4.16 +"10663",0.9,"Ideal","H","VVS2",62,57,4838,6.2,6.15,3.83 +"10664",1.2,"Premium","I","SI2",61.5,58,4838,6.82,6.77,4.18 +"10665",1.2,"Fair","J","SI1",65.2,58,4838,6.67,6.58,4.32 +"10666",1.2,"Premium","J","SI1",61.4,59,4838,6.87,6.82,4.2 +"10667",0.9,"Premium","F","VS2",62.3,58,4838,6.16,6.14,3.83 +"10668",0.9,"Ideal","F","VS2",62,56,4838,6.23,6.15,3.84 +"10669",1.2,"Premium","J","VS2",60.8,60,4839,6.85,6.89,4.18 +"10670",1.01,"Good","H","VS2",64.2,55,4839,6.38,6.34,4.08 +"10671",1.01,"Premium","H","VS2",60.5,58,4839,6.46,6.4,3.89 +"10672",1.03,"Ideal","D","SI2",60.7,55,4839,6.61,6.53,3.99 +"10673",1.08,"Very Good","E","SI2",59.5,59,4840,6.71,6.78,4.01 +"10674",1.14,"Very Good","I","SI1",62.6,55,4840,6.66,6.72,4.19 +"10675",1.07,"Ideal","H","SI2",62.4,55,4840,6.56,6.59,4.1 +"10676",1.12,"Ideal","J","SI1",62.4,57,4840,6.65,6.6,4.14 +"10677",1,"Ideal","I","VS2",62.4,52,4841,6.41,6.45,4.02 +"10678",1.21,"Premium","J","VS2",59.9,59,4841,6.92,6.86,4.13 +"10679",0.9,"Very Good","H","VVS2",59.7,62,4842,6.2,6.23,3.71 +"10680",1,"Very Good","H","VS2",63,59,4842,6.43,6.34,4.02 +"10681",1.11,"Premium","H","SI1",58.4,60,4842,6.87,6.83,4 +"10682",1.03,"Premium","H","SI1",62.2,60,4843,6.4,6.43,3.99 +"10683",1.03,"Good","H","SI1",63.3,57,4843,6.39,6.41,4.05 +"10684",1.01,"Ideal","F","SI2",62.7,57,4843,6.36,6.39,4 +"10685",1,"Very Good","G","SI1",62.6,59,4844,6.29,6.33,3.95 +"10686",0.82,"Very Good","G","IF",61.9,57,4844,5.96,6,3.7 +"10687",1,"Good","F","SI1",63.8,57,4844,6.21,6.29,3.99 +"10688",1,"Good","F","SI1",64.9,57,4844,6.25,6.32,4.08 +"10689",1.01,"Fair","E","SI1",65.3,59,4844,6.13,6.19,4.02 +"10690",1,"Fair","E","SI1",57.4,61,4844,6.53,6.63,3.78 +"10691",1.2,"Premium","I","VS2",62.3,57,4844,6.79,6.74,4.22 +"10692",1.2,"Ideal","I","VS2",62.6,57,4844,6.74,6.67,4.2 +"10693",1.05,"Good","H","SI1",59.2,60,4845,6.59,6.62,3.91 +"10694",1.03,"Fair","D","SI1",64.4,61,4845,6.33,6.25,4.05 +"10695",1.03,"Ideal","E","SI2",62.3,56,4845,6.52,6.44,4.04 +"10696",1.03,"Premium","E","SI2",61.8,59,4845,6.47,6.42,3.98 +"10697",0.9,"Very Good","F","VS2",62.3,59,4846,6.1,6.16,3.82 +"10698",0.9,"Very Good","D","SI1",60.4,59,4846,6.21,6.24,3.76 +"10699",1.04,"Ideal","I","SI1",61.2,56,4846,6.53,6.55,4 +"10700",1.01,"Very Good","F","SI1",63.5,59,4846,6.39,6.3,4.03 +"10701",0.72,"Very Good","E","VVS1",61.2,57,4847,5.73,5.78,3.53 +"10702",1.2,"Good","G","SI2",63.1,57,4847,6.73,6.77,4.26 +"10703",0.9,"Good","H","VVS1",63.8,59,4847,6.09,6.13,3.9 +"10704",1.11,"Very Good","G","SI2",63.2,56,4848,6.61,6.56,4.16 +"10705",1.03,"Very Good","I","SI1",63,55,4848,6.37,6.42,4.03 +"10706",0.91,"Very Good","G","VVS2",63.4,58,4849,6.1,6.14,3.88 +"10707",1.09,"Very Good","H","SI1",61.7,59,4849,6.53,6.59,4.05 +"10708",1.11,"Ideal","I","SI1",61.4,60,4849,6.61,6.65,4.07 +"10709",0.96,"Fair","F","SI1",60.7,65,4849,6.43,6.28,3.86 +"10710",1.64,"Fair","G","I1",64.5,60,4849,7.44,7.35,4.76 +"10711",0.31,"Premium","G","SI1",60.4,58,593,4.42,4.39,2.66 +"10712",0.31,"Premium","G","SI1",60.7,60,593,4.36,4.34,2.64 +"10713",0.31,"Ideal","D","SI2",61.3,56,593,4.41,4.36,2.69 +"10714",0.31,"Premium","D","SI2",60.1,60,593,4.41,4.38,2.64 +"10715",0.31,"Ideal","D","SI2",62.1,57,593,4.34,4.32,2.69 +"10716",0.31,"Good","D","SI2",63.7,55,593,4.35,4.32,2.76 +"10717",0.31,"Very Good","D","SI2",63.1,54,593,4.38,4.33,2.75 +"10718",0.31,"Ideal","D","SI2",62.8,53,593,4.37,4.35,2.74 +"10719",0.31,"Ideal","D","SI2",62.3,56,593,4.38,4.35,2.72 +"10720",0.31,"Ideal","D","SI2",62.5,55,593,4.34,4.3,2.7 +"10721",0.31,"Premium","D","SI2",62.7,59,593,4.35,4.3,2.71 +"10722",0.31,"Ideal","D","SI2",62.9,54,593,4.35,4.3,2.72 +"10723",0.31,"Good","D","SI2",63.6,54,593,4.34,4.31,2.75 +"10724",0.31,"Premium","D","SI2",62.1,59,593,4.35,4.31,2.69 +"10725",0.31,"Ideal","D","SI2",62.6,57,593,4.35,4.27,2.7 +"10726",0.31,"Premium","D","SI2",62.9,59,593,4.31,4.28,2.7 +"10727",0.31,"Good","D","SI2",63.9,57,593,4.33,4.28,2.75 +"10728",0.31,"Premium","I","SI1",60.7,58,593,4.42,4.38,2.67 +"10729",0.31,"Ideal","D","SI2",62,56,593,4.35,4.33,2.69 +"10730",0.3,"Premium","H","VVS1",61.3,58,593,4.3,4.32,2.64 +"10731",0.32,"Very Good","E","VS2",61.6,58,594,4.4,4.47,2.73 +"10732",0.33,"Premium","I","VS2",61,61,594,4.46,4.43,2.71 +"10733",0.33,"Premium","I","VS2",60.6,58,594,4.47,4.44,2.7 +"10734",0.33,"Premium","I","VS2",62,60,594,4.46,4.41,2.75 +"10735",0.33,"Ideal","I","VS2",61.5,57,594,4.49,4.42,2.74 +"10736",0.33,"Premium","I","VS2",62.6,58,594,4.42,4.34,2.74 +"10737",0.33,"Ideal","I","VS2",62.4,56,594,4.43,4.39,2.75 +"10738",0.33,"Premium","I","VS2",61.1,59,594,4.44,4.4,2.7 +"10739",0.33,"Ideal","H","SI1",63,56,594,4.42,4.41,2.78 +"10740",0.33,"Premium","E","SI2",60,59,594,4.49,4.47,2.69 +"10741",1.01,"Very Good","J","VVS2",62.2,56,4850,6.37,6.42,3.98 +"10742",1.15,"Very Good","I","SI1",62.5,60,4851,6.68,6.72,4.19 +"10743",1.05,"Very Good","E","SI2",62.3,56,4851,6.47,6.54,4.05 +"10744",1,"Very Good","F","SI1",61.4,62,4851,6.32,6.36,3.89 +"10745",1,"Good","F","SI1",63.6,58,4851,6.27,6.31,4 +"10746",1,"Premium","F","SI1",59.7,60,4851,6.48,6.51,3.88 +"10747",1,"Very Good","F","SI1",62.8,59,4851,6.32,6.36,3.98 +"10748",1,"Good","F","SI1",63.4,61,4851,6.29,6.35,4.01 +"10749",1.02,"Ideal","F","SI2",62.6,56,4851,6.38,6.44,4.01 +"10750",1.01,"Ideal","H","SI1",62.7,56,4851,6.41,6.44,4.03 +"10751",1.12,"Very Good","G","SI2",60.2,59,4852,6.7,6.85,4.08 +"10752",0.99,"Very Good","F","SI2",61.2,56,4852,6.4,6.45,3.93 +"10753",1.22,"Ideal","F","SI2",62,57,4852,6.88,6.83,4.25 +"10754",1.01,"Very Good","F","SI2",62.7,55,4853,6.32,6.4,3.99 +"10755",1.09,"Very Good","F","SI2",63.2,58,4853,6.54,6.49,4.12 +"10756",1.01,"Good","E","SI1",64.3,59,4853,6.34,6.31,4.07 +"10757",1.01,"Premium","E","SI1",62.9,59,4853,6.38,6.3,3.99 +"10758",1.12,"Good","I","VS2",63.8,55,4853,6.63,6.57,4.21 +"10759",1.01,"Premium","G","VS1",59.5,60,4853,6.49,6.48,3.86 +"10760",1.01,"Good","E","SI1",60.9,64,4853,6.29,6.22,3.81 +"10761",1.01,"Fair","E","SI1",69.5,55,4853,6,5.94,4.15 +"10762",1.01,"Ideal","E","SI1",60.7,57,4853,6.52,6.49,3.95 +"10763",1.01,"Premium","E","SI1",59.6,59,4853,6.53,6.46,3.87 +"10764",1.01,"Premium","E","SI1",62,58,4853,6.41,6.37,3.96 +"10765",1.01,"Very Good","E","SI1",63.1,55,4853,6.41,6.34,4.02 +"10766",1.13,"Ideal","D","SI2",61.6,55,4854,6.73,6.7,4.14 +"10767",0.89,"Ideal","F","VS2",61.5,55,4854,6.18,6.21,3.81 +"10768",1.11,"Ideal","J","VS1",61.7,57,4854,6.67,6.72,4.13 +"10769",0.9,"Ideal","E","SI1",61.1,56,4854,6.21,6.23,3.8 +"10770",1.24,"Premium","H","SI2",62.1,58,4854,6.92,6.88,4.28 +"10771",1.13,"Premium","I","SI1",61.5,60,4854,6.72,6.68,4.12 +"10772",1.01,"Very Good","H","SI1",61.8,60,4855,6.38,6.44,3.96 +"10773",1.02,"Ideal","F","SI2",61.3,56,4855,6.5,6.48,3.98 +"10774",1.02,"Premium","G","SI1",60.7,60,4855,6.51,6.48,3.94 +"10775",1.02,"Premium","F","SI1",58.4,59,4855,6.65,6.57,3.86 +"10776",1.23,"Premium","J","VS2",62.7,58,4856,6.81,6.77,4.26 +"10777",1.08,"Very Good","E","SI2",63.4,56,4857,6.55,6.5,4.14 +"10778",1.05,"Premium","G","SI1",62.1,60,4857,6.48,6.44,4.01 +"10779",1.01,"Very Good","I","VS1",59.7,58,4858,6.53,6.57,3.91 +"10780",0.9,"Very Good","E","VS2",62.7,56,4858,6.13,6.21,3.87 +"10781",1.01,"Ideal","F","SI2",62.9,57,4858,6.35,6.41,4.01 +"10782",0.93,"Ideal","E","SI2",60.5,54,4858,6.4,6.38,3.87 +"10783",1.24,"Premium","I","VS2",61.2,58,4858,6.94,6.89,4.23 +"10784",0.79,"Ideal","F","VVS1",61.5,55,4858,5.98,5.95,3.67 +"10785",1,"Good","G","SI1",61.9,61,4859,6.36,6.4,3.95 +"10786",0.91,"Ideal","G","VS1",62.3,55,4860,6.17,6.22,3.86 +"10787",0.71,"Ideal","E","VVS1",61,57,4860,5.75,5.76,3.51 +"10788",0.91,"Fair","G","VS2",64.9,54,4860,6.04,6.08,3.93 +"10789",1.26,"Ideal","J","SI2",62.8,54,4860,6.91,6.89,4.33 +"10790",1,"Fair","H","VS2",64.8,62,4861,6.22,6.13,4 +"10791",1.07,"Very Good","G","SI1",60.5,62,4861,6.6,6.69,4.02 +"10792",1.07,"Very Good","D","SI2",62.6,61,4861,6.42,6.49,4.04 +"10793",1.07,"Good","G","SI1",63.1,59,4861,6.45,6.49,4.08 +"10794",1.22,"Very Good","J","SI2",60.5,58.5,4861,6.84,6.96,4.17 +"10795",1,"Ideal","D","SI1",60.2,57,4861,6.54,6.48,3.92 +"10796",1.15,"Premium","G","SI2",62.5,55,4861,6.72,6.68,4.19 +"10797",1.24,"Good","G","SI2",63.7,60,4861,6.77,6.7,4.3 +"10798",1,"Ideal","G","SI2",62.3,56,4861,6.46,6.44,3.96 +"10799",1,"Premium","H","VS2",59.7,58,4861,6.57,6.52,3.91 +"10800",1,"Good","H","VS2",63.7,59,4861,6.3,6.26,4 +"10801",1.06,"Ideal","F","SI1",61.3,57,4862,6.56,6.51,4.01 +"10802",1.06,"Premium","F","SI1",62.4,58,4862,6.56,6.51,4.07 +"10803",1.06,"Ideal","F","SI1",61.2,55,4862,6.62,6.57,4.03 +"10804",1.06,"Premium","F","SI1",61.9,58,4862,6.58,6.53,4.06 +"10805",0.99,"Very Good","G","SI1",62.8,56,4863,6.34,6.36,3.99 +"10806",1.15,"Premium","G","SI1",62,58,4863,6.77,6.68,4.17 +"10807",1.31,"Good","G","SI2",63.8,56,4864,7.03,6.89,4.44 +"10808",1.08,"Premium","F","SI1",62.1,58,4864,6.57,6.61,4.09 +"10809",1,"Ideal","E","SI1",61.5,57,4864,6.41,6.47,3.96 +"10810",1,"Very Good","E","SI1",61.9,62,4864,6.34,6.4,3.94 +"10811",1,"Very Good","E","SI1",62.1,57,4864,6.35,6.4,3.96 +"10812",0.72,"Ideal","E","VVS1",61.4,57,4864,5.74,5.79,3.54 +"10813",0.96,"Premium","E","SI1",60,60,4864,6.44,6.39,3.85 +"10814",1.01,"Fair","G","VS1",66.8,61,4864,6.15,6.06,4.08 +"10815",1.19,"Premium","I","SI1",62.2,58,4865,6.77,6.73,4.2 +"10816",1.01,"Good","H","SI2",63,61,4865,6.32,6.29,3.97 +"10817",1.05,"Ideal","F","SI2",62.7,54,4866,6.5,6.54,4.09 +"10818",1,"Ideal","G","SI1",62.4,56,4867,6.34,6.41,3.98 +"10819",1,"Very Good","D","SI2",62.6,57,4867,6.37,6.4,4 +"10820",1.01,"Very Good","H","SI1",59.3,62,4868,6.57,6.55,3.89 +"10821",1.1,"Ideal","I","SI1",60.8,61,4868,6.63,6.7,4.05 +"10822",1.01,"Ideal","G","SI1",60.7,58,4868,6.55,6.52,3.97 +"10823",1.16,"Very Good","I","VS2",62.6,59,4869,6.63,6.69,4.17 +"10824",1.16,"Ideal","I","VS2",59.3,56,4869,6.84,6.88,4.07 +"10825",0.84,"Very Good","D","VS1",60.1,58,4869,6.12,6.15,3.69 +"10826",1.01,"Very Good","F","SI1",60.8,59,4869,6.49,6.53,3.96 +"10827",1.15,"Ideal","H","SI2",62,56,4870,6.68,6.75,4.16 +"10828",1.23,"Good","J","SI1",63.1,57.6,4870,6.74,6.8,4.27 +"10829",1.02,"Ideal","H","SI2",62.4,55,4870,6.41,6.46,4.02 +"10830",1.11,"Very Good","H","SI1",62,55,4871,6.61,6.68,4.12 +"10831",0.9,"Ideal","H","VS2",60.9,54,4871,6.19,6.22,3.78 +"10832",0.92,"Ideal","E","SI2",62.3,56,4871,6.21,6.25,3.88 +"10833",0.9,"Ideal","G","SI1",61.9,57,4871,6.16,6.19,3.82 +"10834",1.09,"Ideal","H","SI1",61.9,56,4871,6.64,6.61,4.1 +"10835",1.09,"Very Good","H","SI1",63.2,57,4871,6.57,6.54,4.14 +"10836",1.09,"Premium","H","SI1",61.8,58,4871,6.63,6.58,4.08 +"10837",1.09,"Ideal","H","SI1",62.2,56,4871,6.59,6.56,4.09 +"10838",1.09,"Ideal","H","SI1",62.4,55,4871,6.68,6.59,4.14 +"10839",0.9,"Very Good","G","VS1",61.7,60,4872,6.11,6.2,3.8 +"10840",1.2,"Premium","I","SI1",61.7,56,4872,6.82,6.76,4.19 +"10841",1.01,"Ideal","I","SI1",60,60,4872,6.53,6.57,3.93 +"10842",1.16,"Premium","H","SI2",61.8,58,4872,6.81,6.75,4.19 +"10843",1.06,"Premium","H","SI1",61.6,59,4872,6.55,6.54,4.03 +"10844",1.06,"Premium","H","SI1",62.8,58,4872,6.49,6.47,4.07 +"10845",1.16,"Premium","I","SI1",60,58,4872,6.82,6.78,4.08 +"10846",1.16,"Premium","H","SI2",60.2,59,4872,6.84,6.78,4.1 +"10847",1,"Ideal","H","SI1",61.9,57,4872,6.43,6.39,3.97 +"10848",1.16,"Premium","I","SI1",62.7,57,4872,6.76,6.67,4.21 +"10849",1.01,"Ideal","D","SI2",62.6,56,4872,6.4,6.34,3.99 +"10850",1.01,"Premium","G","SI1",62.6,59,4872,6.38,6.3,3.97 +"10851",1.03,"Ideal","E","SI1",58.9,57,4873,6.62,6.56,3.88 +"10852",1.07,"Very Good","I","VS2",62.5,56,4873,6.5,6.53,4.07 +"10853",1.01,"Very Good","H","SI1",63.6,56,4873,6.31,6.37,4.03 +"10854",1.03,"Ideal","G","SI2",61.8,55,4873,6.5,6.52,4.02 +"10855",1.13,"Premium","H","SI2",62.3,57,4873,6.68,6.65,4.15 +"10856",1.13,"Premium","J","VS1",61.1,59,4873,6.74,6.67,4.1 +"10857",1.13,"Premium","H","SI2",60.7,54,4873,6.82,6.72,4.11 +"10858",1.11,"Fair","E","SI2",64.7,61,4873,6.42,6.39,4.14 +"10859",1.03,"Premium","H","VS1",59.2,58,4874,6.66,6.61,3.92 +"10860",1.03,"Ideal","H","VS1",61.5,57,4874,6.49,6.45,3.98 +"10861",1.24,"Ideal","J","SI1",61.8,57,4875,6.92,6.86,4.26 +"10862",1.14,"Very Good","G","SI2",62.4,60,4875,6.6,6.67,4.14 +"10863",1.02,"Very Good","H","SI1",61.2,57,4875,6.47,6.53,3.98 +"10864",1.01,"Premium","G","SI1",59.9,56,4875,6.6,6.45,3.91 +"10865",1.01,"Ideal","E","SI2",62.2,56,4875,6.45,6.42,4 +"10866",1.01,"Very Good","H","SI1",61.8,59,4876,6.37,6.41,3.95 +"10867",1.01,"Very Good","H","SI1",60,58,4876,6.54,6.6,3.94 +"10868",1.23,"Premium","F","SI2",61.7,58,4876,6.85,6.95,4.26 +"10869",1.01,"Ideal","H","SI1",62.3,59,4876,6.36,6.41,3.98 +"10870",1.15,"Ideal","G","SI2",62.4,56,4877,6.7,6.74,4.19 +"10871",1.11,"Good","D","SI2",60.1,63,4877,6.68,6.7,4.02 +"10872",1.08,"Premium","I","VS1",62.5,57,4877,6.54,6.51,4.08 +"10873",1.1,"Very Good","I","VS1",61,59,4878,6.65,6.67,4.06 +"10874",1.28,"Good","J","SI1",63.4,59,4878,6.84,6.89,4.35 +"10875",1.05,"Good","E","SI1",64.2,61,4878,6.33,6.41,4.09 +"10876",1.06,"Very Good","H","SI1",62.2,58,4878,6.45,6.53,4.04 +"10877",1.01,"Premium","E","SI2",60.4,60,4878,6.49,6.46,3.91 +"10878",1.05,"Premium","F","SI1",62.8,59,4879,6.43,6.4,4.03 +"10879",0.93,"Very Good","G","VS1",62.1,59,4879,6.16,6.21,3.84 +"10880",1.21,"Ideal","J","VS2",62.2,57,4879,6.78,6.82,4.23 +"10881",1.03,"Very Good","H","SI1",61.4,57,4879,6.45,6.54,3.99 +"10882",1.32,"Premium","H","SI2",59.4,54,4879,7.21,7.09,4.25 +"10883",1.21,"Ideal","I","SI2",64.6,56,4879,6.67,6.62,4.29 +"10884",1.21,"Premium","I","SI2",62.1,59,4879,6.86,6.8,4.24 +"10885",1.21,"Premium","I","SI2",60.7,60,4879,6.88,6.82,4.16 +"10886",1.21,"Premium","I","SI2",59.9,58,4879,6.94,6.91,4.15 +"10887",1.16,"Ideal","G","SI2",61.9,56,4880,6.73,6.77,4.18 +"10888",1.21,"Ideal","I","SI2",60.7,56,4880,6.86,6.91,4.18 +"10889",1.02,"Ideal","G","SI1",60.5,59,4882,6.55,6.51,3.95 +"10890",1,"Good","G","SI1",64.4,54,4882,6.29,6.32,4.06 +"10891",1.11,"Premium","G","SI2",60.7,56,4882,6.73,6.68,4.07 +"10892",1.11,"Ideal","H","SI2",61.5,55,4883,6.65,6.69,4.1 +"10893",1.17,"Ideal","J","SI1",62.3,55,4883,6.74,6.77,4.21 +"10894",1.02,"Premium","F","SI1",62.5,56,4884,6.44,6.35,4 +"10895",1.14,"Premium","G","SI2",60.4,59,4884,6.8,6.78,4.1 +"10896",1.02,"Premium","H","SI1",62.9,59,4884,6.41,6.38,4.02 +"10897",0.9,"Ideal","G","VS2",60.8,57,4884,6.26,6.17,3.78 +"10898",1.21,"Premium","I","VS2",62.6,59,4884,6.77,6.67,4.21 +"10899",1.02,"Premium","H","SI1",60.5,60,4884,6.58,6.51,3.96 +"10900",1.02,"Very Good","H","SI1",63.4,57,4884,6.42,6.36,4.05 +"10901",1.02,"Premium","H","SI1",62,60,4884,6.4,6.37,3.96 +"10902",1.03,"Premium","E","SI2",62,59,4885,6.42,6.49,4 +"10903",1.18,"Ideal","E","SI2",60.8,57,4885,6.89,6.83,4.17 +"10904",1.01,"Ideal","H","SI1",62.1,56,4886,6.38,6.47,3.99 +"10905",1.21,"Very Good","G","SI2",58.9,61,4887,6.91,6.98,4.09 +"10906",1.01,"Ideal","I","VS2",61.3,53,4887,6.52,6.54,4 +"10907",1.06,"Good","I","VS1",58.8,62,4887,6.65,6.72,3.93 +"10908",1.01,"Fair","G","VS2",64.9,56,4887,6.27,6.21,4.05 +"10909",1.01,"Fair","G","VS2",64.4,58,4887,6.25,6.18,4 +"10910",0.75,"Very Good","E","VVS1",62.3,57,4889,5.73,5.83,3.6 +"10911",1.04,"Premium","H","SI1",59.5,58,4890,6.58,6.67,3.94 +"10912",1.04,"Premium","H","SI1",62.6,59,4890,6.43,6.47,4.04 +"10913",1.14,"Very Good","H","SI1",59.2,58,4890,6.8,6.86,4.04 +"10914",1.01,"Very Good","F","SI1",59.8,59,4890,6.39,6.43,3.83 +"10915",1.01,"Very Good","G","SI1",63,57,4890,6.28,6.35,3.98 +"10916",1.2,"Ideal","I","SI2",59.6,61,4890,6.95,6.97,4.15 +"10917",1.02,"Ideal","G","SI2",61,57,4890,6.51,6.58,3.99 +"10918",1.11,"Ideal","I","SI1",62.2,56,4890,6.62,6.65,4.13 +"10919",0.9,"Premium","H","VVS1",62.3,59,4890,6.15,6.09,3.81 +"10920",1.03,"Ideal","F","SI2",60.9,56,4891,6.56,6.51,3.98 +"10921",1.09,"Ideal","F","SI2",61.2,57,4891,6.6,6.64,4.05 +"10922",1.2,"Very Good","J","SI1",61.3,59,4891,6.83,6.9,4.21 +"10923",1,"Fair","G","VS1",63.1,68,4892,6.32,6.17,3.94 +"10924",1.04,"Premium","E","SI2",62.4,57,4892,6.51,6.43,4.04 +"10925",1.04,"Premium","I","VS1",61.6,56,4892,6.59,6.52,4.04 +"10926",0.96,"Very Good","G","VS1",60.5,63,4892,6.32,6.28,3.81 +"10927",1.04,"Ideal","E","SI2",61.4,56,4892,6.56,6.5,4.01 +"10928",1.04,"Ideal","E","SI2",62,55,4892,6.51,6.48,4.03 +"10929",0.91,"Premium","F","VS2",62.2,58,4892,6.21,6.17,3.85 +"10930",0.8,"Very Good","E","VVS2",62.8,57,4893,5.93,5.95,3.73 +"10931",1.05,"Very Good","I","VS2",63.2,56,4895,6.47,6.51,4.1 +"10932",1.23,"Very Good","J","VS2",62.9,59,4896,6.8,6.85,4.29 +"10933",1.1,"Ideal","F","SI2",60.4,55,4897,6.77,6.73,4.08 +"10934",1.1,"Ideal","I","VS2",62,56,4897,6.67,6.62,4.12 +"10935",0.9,"Very Good","F","VS1",62.1,58,4898,6.15,6.19,3.83 +"10936",0.9,"Good","F","VS1",62.8,60,4898,6.11,6.15,3.85 +"10937",1.47,"Fair","H","I1",66.7,59,4898,6.98,6.94,4.64 +"10938",1.01,"Very Good","F","SI1",59.5,62,4899,6.45,6.53,3.86 +"10939",1.01,"Very Good","F","SI1",61,61,4899,6.44,6.47,3.94 +"10940",1.01,"Good","F","SI1",63.3,59,4899,6.38,6.42,4.05 +"10941",1.01,"Good","F","SI1",63.6,58,4899,6.31,6.37,4.03 +"10942",1.01,"Very Good","F","SI1",59.7,61,4899,6.49,6.55,3.89 +"10943",1.01,"Good","F","SI1",63.7,57,4899,6.35,6.4,4.06 +"10944",1.01,"Good","F","SI1",63.8,59,4899,6.29,6.32,4.02 +"10945",1.01,"Good","F","SI1",63.5,59,4899,6.29,6.38,4.02 +"10946",1.01,"Premium","F","SI1",62.5,58,4899,6.39,6.42,4 +"10947",1.01,"Premium","F","SI1",61.8,59,4899,6.34,6.41,3.94 +"10948",0.87,"Ideal","G","VS2",61.8,56,4899,6.11,6.13,3.78 +"10949",1.07,"Ideal","H","SI2",62.8,56,4899,6.5,6.56,4.1 +"10950",1.03,"Ideal","G","SI1",60.9,57,4900,6.54,6.5,3.97 +"10951",1.06,"Very Good","H","SI1",60.2,59,4900,6.6,6.55,3.96 +"10952",1.03,"Ideal","H","SI1",62,56,4900,6.43,6.5,4.01 +"10953",0.97,"Good","F","SI1",60.1,65,4900,6.46,6.36,3.85 +"10954",1.03,"Premium","G","SI1",61.6,59,4900,6.53,6.5,4.01 +"10955",1.03,"Ideal","G","SI1",61.6,57,4900,6.53,6.46,4 +"10956",1.03,"Premium","G","SI1",58.2,59,4900,6.7,6.64,3.88 +"10957",1.25,"Ideal","H","SI2",61.6,54,4900,6.94,6.88,4.25 +"10958",1,"Very Good","F","SI2",62.6,59,4901,6.34,6.38,3.98 +"10959",1.02,"Very Good","E","SI1",60.5,63,4901,6.54,6.48,3.94 +"10960",0.94,"Very Good","D","SI1",58.4,58,4902,6.41,6.51,3.77 +"10961",0.94,"Very Good","D","SI1",60.7,60,4902,6.27,6.32,3.82 +"10962",1.18,"Fair","F","SI2",55.9,64,4903,7.15,7.01,3.95 +"10963",1.06,"Premium","D","SI2",61.6,61,4903,6.59,6.53,4.04 +"10964",1.03,"Very Good","G","SI1",63.1,58,4903,6.41,6.37,4.03 +"10965",1.06,"Premium","G","SI1",59.6,58,4903,6.73,6.67,3.99 +"10966",0.78,"Very Good","E","VVS1",61.3,60,4904,5.86,5.92,3.61 +"10967",1.02,"Very Good","D","SI2",60.9,61,4904,6.47,6.53,3.96 +"10968",1.14,"Very Good","J","VS1",61.5,59,4905,6.64,6.75,4.11 +"10969",1.08,"Very Good","G","SI1",60.6,58,4906,6.58,6.73,4.03 +"10970",1.04,"Very Good","D","SI2",58.6,58,4906,6.65,6.72,3.92 +"10971",1.14,"Ideal","J","VS2",61.4,55,4906,6.74,6.77,4.15 +"10972",1.2,"Premium","H","SI2",59.6,60,4906,6.91,6.84,4.1 +"10973",1.24,"Premium","F","SI2",62.7,59,4907,6.83,6.77,4.26 +"10974",1.02,"Premium","D","SI2",62.5,59,4907,6.43,6.38,4 +"10975",1.01,"Premium","D","SI1",62.7,58,4909,6.38,6.34,3.99 +"10976",1.01,"Good","D","SI1",64.1,60,4909,6.3,6.27,4.03 +"10977",1.01,"Premium","D","SI1",59.1,61,4909,6.5,6.46,3.83 +"10978",1.01,"Good","H","VS2",59.6,64,4909,6.53,6.45,3.87 +"10979",1.01,"Ideal","H","VS2",62.1,54,4909,6.5,6.44,4.02 +"10980",1.01,"Premium","H","VS2",62.3,60,4909,6.32,6.27,3.92 +"10981",1.13,"Ideal","H","SI2",61.6,55,4911,6.68,6.72,4.13 +"10982",1.11,"Premium","I","SI1",60.6,59,4911,6.73,6.66,4.06 +"10983",1.15,"Ideal","H","SI1",63,57,4911,6.71,6.66,4.21 +"10984",1.04,"Very Good","H","VS2",63.2,58,4911,6.45,6.42,4.07 +"10985",1.01,"Good","E","SI1",63.4,59,4912,6.34,6.38,4.03 +"10986",1.01,"Good","E","SI1",63.1,60,4912,6.34,6.37,4.01 +"10987",1.01,"Very Good","E","SI1",62.6,57,4912,6.36,6.41,4 +"10988",1.01,"Very Good","E","SI1",62.4,60,4912,6.32,6.35,3.95 +"10989",1.02,"Premium","D","SI2",59.5,62,4912,6.56,6.52,3.89 +"10990",1.02,"Ideal","E","SI2",61.6,55,4912,6.52,6.46,4 +"10991",0.91,"Very Good","G","VVS2",62.1,60,4913,6.14,6.19,3.83 +"10992",1.21,"Premium","H","SI2",62.9,58,4913,6.74,6.69,4.23 +"10993",1.12,"Very Good","I","VS2",63.9,52,4914,6.58,6.65,4.23 +"10994",1.11,"Very Good","E","SI2",62.8,55,4914,6.6,6.62,4.15 +"10995",0.91,"Very Good","E","SI1",62.3,59,4914,6.18,6.21,3.86 +"10996",1.19,"Ideal","H","SI2",62,57,4914,6.77,6.81,4.21 +"10997",1.17,"Good","H","SI2",63.8,58,4914,6.73,6.57,4.24 +"10998",0.9,"Premium","E","VS1",62.3,56,4914,6.19,6.1,3.83 +"10999",0.9,"Good","G","VVS2",63.6,58,4914,6.11,6.1,3.88 +"11000",0.9,"Premium","D","VS2",62.6,59,4914,6.17,6.14,3.85 +"11001",1.17,"Good","I","SI1",63.6,61,4914,6.66,6.64,4.23 +"11002",1.22,"Ideal","H","VS2",61.9,55,4914,6.88,6.83,4.24 +"11003",1.17,"Premium","H","SI2",62.7,56,4914,6.74,6.68,4.21 +"11004",1.17,"Premium","I","SI1",62.6,58,4914,6.71,6.64,4.18 +"11005",1.2,"Fair","F","SI2",65.1,58,4915,6.62,6.56,4.29 +"11006",1.14,"Very Good","E","SI2",62.6,56,4915,6.63,6.69,4.17 +"11007",1.15,"Very Good","F","SI2",63.1,63,4915,6.67,6.57,4.18 +"11008",0.97,"Premium","E","SI1",61,61,4915,6.32,6.28,3.84 +"11009",1.1,"Premium","H","SI1",63,58,4916,6.6,6.55,4.14 +"11010",1.1,"Premium","H","SI1",63,58,4916,6.6,6.55,4.14 +"11011",1.01,"Premium","G","SI1",61.5,59,4916,6.43,6.48,3.97 +"11012",1.01,"Very Good","G","SI1",62.6,59,4916,6.38,6.3,3.97 +"11013",1.01,"Ideal","D","SI2",61.6,57,4916,6.42,6.46,3.97 +"11014",1.01,"Ideal","D","SI2",61.3,54,4916,6.47,6.52,3.99 +"11015",1.01,"Very Good","G","SI1",60.6,57,4916,6.49,6.52,3.94 +"11016",1.24,"Premium","D","SI2",60.6,59,4916,6.99,6.96,4.23 +"11017",1.14,"Ideal","H","SI1",62.2,57,4916,6.73,6.67,4.17 +"11018",0.59,"Ideal","D","IF",60.9,60,4916,5.41,5.39,3.29 +"11019",1,"Good","E","SI1",60.4,61,4916,6.37,6.44,3.87 +"11020",1,"Good","E","SI1",59.3,61,4916,6.42,6.53,3.84 +"11021",1.2,"Fair","H","SI2",64.8,60,4916,6.55,6.59,4.26 +"11022",1.1,"Premium","H","SI1",61.6,56,4916,6.66,6.61,4.09 +"11023",1.24,"Ideal","G","SI1",62.7,56,4916,6.89,6.85,4.31 +"11024",1.33,"Fair","E","SI2",65,57,4916,6.93,6.89,4.49 +"11025",1.18,"Premium","H","VS2",61.1,60,4916,6.8,6.76,4.14 +"11026",1.1,"Ideal","H","SI1",60.2,56,4916,6.82,6.74,4.08 +"11027",0.91,"Very Good","F","VS2",62.1,58,4917,6.19,6.24,3.86 +"11028",1.02,"Ideal","H","SI2",62.5,53,4918,6.43,6.47,4.03 +"11029",1.07,"Ideal","H","SI1",62,57,4918,6.56,6.51,4.05 +"11030",1.23,"Premium","G","SI2",62.1,58,4918,6.85,6.8,4.24 +"11031",0.9,"Ideal","D","SI1",61.8,57,4919,6.22,6.17,3.83 +"11032",0.9,"Very Good","E","VS2",62.1,55,4919,6.14,6.23,3.84 +"11033",1,"Very Good","G","SI1",61.4,57,4919,6.45,6.42,3.95 +"11034",0.91,"Ideal","H","SI1",62.1,57,4919,6.18,6.21,3.85 +"11035",1.22,"Premium","I","SI2",62.3,58,4919,6.85,6.8,4.25 +"11036",1.09,"Good","H","SI1",63.6,56,4920,6.53,6.56,4.16 +"11037",1.06,"Premium","I","VS1",62.4,55,4920,6.57,6.5,4.08 +"11038",0.9,"Very Good","E","SI1",60.3,58,4921,6.26,6.32,3.79 +"11039",0.9,"Ideal","E","SI1",61.7,57,4921,6.18,6.24,3.83 +"11040",1.01,"Premium","H","VS2",60.7,61,4921,6.47,6.39,3.9 +"11041",0.33,"Premium","E","SI2",59.7,58,594,4.53,4.48,2.69 +"11042",0.33,"Ideal","G","SI2",60.2,57,594,4.5,4.47,2.7 +"11043",0.31,"Ideal","H","VS2",61.6,55,595,4.34,4.38,2.69 +"11044",0.25,"Ideal","F","VS1",62.1,57,595,4.01,4.04,2.5 +"11045",0.25,"Ideal","F","VS1",61.1,58,595,4.04,4.08,2.48 +"11046",0.25,"Ideal","F","VS1",61.8,56,595,4.07,4.09,2.52 +"11047",0.31,"Ideal","E","SI1",60.6,56,595,4.39,4.42,2.67 +"11048",0.31,"Ideal","H","SI1",61.9,56,595,4.38,4.35,2.7 +"11049",0.37,"Good","I","VS2",64,56,595,4.58,4.45,2.89 +"11050",0.32,"Very Good","H","VVS2",62.4,56,596,4.35,4.37,2.72 +"11051",0.28,"Very Good","F","VVS2",61.8,60,596,4.16,4.19,2.58 +"11052",0.28,"Very Good","E","VVS2",63.6,56,596,4.13,4.17,2.64 +"11053",0.28,"Very Good","E","VVS2",61.4,60,596,4.18,4.22,2.58 +"11054",0.32,"Very Good","I","VVS1",60.9,57,596,4.45,4.48,2.71 +"11055",0.28,"Very Good","D","VVS1",60.3,62,596,4.22,4.24,2.55 +"11056",0.31,"Ideal","H","VVS2",61.2,56,596,4.34,4.37,2.66 +"11057",0.31,"Ideal","G","VS1",61.6,55,596,4.37,4.4,2.7 +"11058",0.4,"Ideal","H","SI2",61.9,58,596,4.71,4.73,2.92 +"11059",0.4,"Ideal","H","SI2",62.2,56,596,4.71,4.75,2.94 +"11060",0.35,"Ideal","F","SI1",61.5,55.9,596,4.53,4.56,2.8 +"11061",0.34,"Ideal","D","SI1",60.9,56,596,4.53,4.56,2.76 +"11062",0.28,"Good","F","VVS2",61.2,62,596,4.16,4.21,2.56 +"11063",0.35,"Good","F","VS2",57.9,60,596,4.65,4.68,2.7 +"11064",0.38,"Premium","E","SI2",59.9,56,596,4.79,4.72,2.85 +"11065",0.34,"Good","E","SI1",63.9,56,596,4.44,4.48,2.85 +"11066",0.34,"Premium","E","SI1",61.8,58,596,4.47,4.5,2.77 +"11067",0.34,"Very Good","G","VS2",62.9,55,596,4.45,4.52,2.82 +"11068",0.34,"Ideal","E","SI1",62,57,596,4.46,4.48,2.77 +"11069",0.34,"Ideal","H","VS1",62.7,57,596,4.45,4.48,2.8 +"11070",0.34,"Ideal","E","SI1",62.7,55,596,4.46,4.47,2.8 +"11071",1.01,"Ideal","E","SI2",61.9,56,4921,6.46,6.43,3.99 +"11072",1.01,"Premium","E","SI2",60,61,4921,6.53,6.47,3.9 +"11073",0.91,"Very Good","H","VS2",62.6,57,4922,6.15,6.21,3.87 +"11074",1.13,"Very Good","E","SI1",62.7,57,4922,6.62,6.65,4.16 +"11075",0.91,"Very Good","G","SI1",62.8,56,4922,6.16,6.2,3.88 +"11076",0.91,"Ideal","G","SI1",62,56,4922,6.19,6.22,3.85 +"11077",0.91,"Ideal","G","SI1",60.8,58,4922,6.21,6.29,3.8 +"11078",0.9,"Very Good","F","VS2",62.3,58,4924,6.14,6.16,3.83 +"11079",0.9,"Ideal","H","VVS2",62,57,4924,6.15,6.2,3.83 +"11080",1.02,"Ideal","H","SI1",61.9,57,4924,6.4,6.46,3.98 +"11081",0.93,"Very Good","F","VS2",62.7,58,4925,6.21,6.27,3.91 +"11082",0.9,"Very Good","E","VS2",60.4,59,4925,6.26,6.3,3.79 +"11083",1.15,"Ideal","I","SI1",62.3,57,4925,6.74,6.67,4.18 +"11084",1,"Fair","F","SI1",62.6,59,4925,6.25,6.3,3.93 +"11085",0.81,"Ideal","F","VVS2",62.2,53.9,4926,5.97,6.01,3.72 +"11086",1.21,"Fair","E","SI2",65.6,59,4926,6.62,6.56,4.32 +"11087",0.72,"Ideal","E","VVS2",61.7,55,4927,5.76,5.78,3.56 +"11088",1.2,"Ideal","J","VS2",62.3,57,4927,6.82,6.75,4.23 +"11089",1.15,"Ideal","G","SI2",62.3,56,4927,6.75,6.67,4.18 +"11090",1,"Good","D","SI1",63.8,53,4928,6.35,6.4,4.07 +"11091",1.01,"Good","E","SI1",56.9,61,4928,6.65,6.6,3.77 +"11092",1,"Ideal","D","SI1",62.5,55,4928,6.43,6.38,4 +"11093",1.03,"Ideal","G","SI2",62.3,59,4928,6.44,6.46,4.02 +"11094",1.03,"Ideal","G","SI1",61.9,56,4928,6.46,6.5,4.01 +"11095",1,"Fair","G","VVS2",65.5,54,4928,6.3,6.22,4.1 +"11096",1.1,"Premium","F","SI2",62,59,4928,6.62,6.6,4.1 +"11097",1,"Premium","D","SI2",59.9,59,4928,6.48,6.44,3.87 +"11098",1.21,"Very Good","I","SI2",60,58,4929,6.89,6.97,4.16 +"11099",1,"Premium","H","VS2",60.7,60,4930,6.55,6.49,3.96 +"11100",1.27,"Ideal","J","SI2",61.2,55.7,4931,6.95,6.99,4.27 +"11101",0.82,"Ideal","F","VS2",61.3,56,4931,6.02,6.05,3.7 +"11102",0.9,"Ideal","G","VS1",61.8,56,4931,6.19,6.24,3.84 +"11103",1.19,"Good","J","VS1",63.6,54,4931,6.78,6.74,4.3 +"11104",1.02,"Very Good","H","SI1",62.8,58,4932,6.37,6.43,4.02 +"11105",1.02,"Very Good","H","SI1",62.2,58,4932,6.42,6.48,4.01 +"11106",1.13,"Ideal","H","SI2",62.1,55,4932,6.65,6.68,4.14 +"11107",1.05,"Ideal","D","SI2",60.2,57,4932,6.58,6.65,3.98 +"11108",1.03,"Premium","H","SI1",61.9,58,4932,6.49,6.43,4 +"11109",1.03,"Very Good","H","SI1",63.3,57,4932,6.41,6.39,4.05 +"11110",1.03,"Premium","H","SI1",62.2,60,4932,6.43,6.4,3.99 +"11111",1.08,"Very Good","I","SI1",62.2,57,4933,6.57,6.54,4.08 +"11112",1.21,"Premium","E","SI2",61,58,4933,6.93,6.88,4.21 +"11113",1.14,"Very Good","G","SI2",59.5,59,4935,6.79,6.85,4.06 +"11114",1.02,"Fair","H","SI1",56.9,58,4935,6.64,6.75,3.81 +"11115",1,"Good","E","SI1",62.4,59,4936,6.35,6.4,3.98 +"11116",1.02,"Good","F","SI1",64.3,58,4936,6.28,6.32,4.05 +"11117",1.13,"Premium","E","SI2",61.4,59,4936,6.78,6.7,4.14 +"11118",1.13,"Ideal","I","SI1",61.4,57,4936,6.72,6.69,4.12 +"11119",1.27,"Ideal","G","SI2",58.8,56,4936,7.16,7.06,4.18 +"11120",1.05,"Good","H","SI1",63.2,56,4937,6.47,6.51,4.1 +"11121",1.05,"Ideal","H","SI1",62.5,56,4937,6.43,6.52,4.05 +"11122",0.71,"Ideal","F","VVS1",61.1,54,4937,5.78,5.84,3.55 +"11123",1.24,"Ideal","I","SI2",60.7,57,4937,6.98,6.92,4.22 +"11124",1.29,"Very Good","G","SI2",63.3,61,4937,6.84,6.8,4.32 +"11125",1.1,"Very Good","H","SI1",62.4,58,4938,6.58,6.62,4.12 +"11126",1,"Ideal","F","SI1",62.4,55,4939,6.45,6.37,4 +"11127",1,"Ideal","F","SI1",60,57,4939,6.45,6.41,3.86 +"11128",0.9,"Very Good","H","VS1",63,55,4939,6.18,6.13,3.88 +"11129",1.5,"Fair","H","I1",65.7,58,4939,7.07,7.02,4.63 +"11130",1.5,"Fair","H","I1",66.6,54,4939,7.05,7.01,4.68 +"11131",1.01,"Premium","D","SI2",61,62,4939,6.43,6.39,3.91 +"11132",1.26,"Ideal","E","SI2",62.4,57,4939,6.91,6.85,4.29 +"11133",0.91,"Ideal","H","VS1",60.8,58,4939,6.27,6.32,3.83 +"11134",1,"Premium","F","SI1",62.8,59,4939,6.36,6.32,3.98 +"11135",1,"Premium","F","SI1",59.7,60,4939,6.51,6.48,3.88 +"11136",1,"Premium","F","SI1",59.3,60,4939,6.61,6.57,3.91 +"11137",1.4,"Premium","J","SI1",62.9,59,4939,7.16,7.07,4.48 +"11138",1.15,"Premium","I","SI1",62.5,60,4939,6.72,6.68,4.19 +"11139",1,"Very Good","F","SI1",63.4,61,4939,6.35,6.29,4.01 +"11140",1,"Premium","F","SI1",61.4,62,4939,6.36,6.32,3.89 +"11141",1,"Good","F","SI1",63.6,58,4939,6.31,6.27,4 +"11142",1.05,"Premium","E","SI2",62.3,56,4939,6.54,6.47,4.05 +"11143",1.15,"Very Good","D","SI2",63.5,58,4939,6.73,6.69,4.26 +"11144",1.13,"Ideal","I","VS2",62.3,56,4940,6.63,6.73,4.16 +"11145",0.9,"Ideal","E","SI1",61.7,57,4940,6.21,6.24,3.84 +"11146",1.04,"Ideal","I","SI1",61.9,54,4941,6.51,6.57,4.05 +"11147",1.03,"Premium","F","SI1",62.2,59,4942,6.45,6.41,4 +"11148",1.11,"Premium","I","VS2",60.4,58,4942,6.79,6.73,4.08 +"11149",1.11,"Ideal","F","SI2",61.7,55,4942,6.66,6.63,4.1 +"11150",1.07,"Premium","E","SI2",61.3,59,4943,6.58,6.64,4.05 +"11151",1.07,"Premium","E","SI2",59.7,58,4943,6.66,6.68,3.98 +"11152",1.01,"Ideal","H","SI1",61.2,58,4943,6.42,6.49,3.95 +"11153",1.01,"Premium","H","SI1",61.8,60,4943,6.44,6.38,3.96 +"11154",0.97,"Ideal","H","VS2",62.9,56,4943,6.35,6.31,3.98 +"11155",0.91,"Premium","H","VVS1",62.5,59,4944,6.19,6.16,3.86 +"11156",1.21,"Very Good","H","SI1",63.5,58,4944,6.73,6.63,4.24 +"11157",0.9,"Very Good","D","SI2",62.5,55,4946,6.16,6.2,3.86 +"11158",1.02,"Ideal","D","SI2",61.4,56,4946,6.42,6.57,3.99 +"11159",1.21,"Premium","D","SI2",59.7,58,4946,7.06,6.96,4.19 +"11160",1.02,"Good","F","SI1",63.3,58,4948,6.35,6.39,4.03 +"11161",1.02,"Good","D","SI1",56.9,62,4948,6.64,6.69,3.79 +"11162",1.02,"Very Good","F","SI1",62.5,57,4948,6.35,6.41,3.99 +"11163",1.04,"Very Good","I","SI1",62.9,54,4948,6.42,6.49,4.06 +"11164",1.04,"Premium","G","SI1",62.6,55,4948,6.49,6.42,4.04 +"11165",1.14,"Premium","H","SI1",62.5,58,4948,6.71,6.67,4.18 +"11166",1.07,"Premium","D","SI2",62.4,61,4949,6.51,6.48,4.05 +"11167",1.07,"Very Good","G","SI1",63.1,59,4949,6.49,6.45,4.08 +"11168",1.07,"Premium","G","SI1",60.5,62,4949,6.69,6.6,4.02 +"11169",1.07,"Premium","D","SI2",62.6,61,4949,6.49,6.42,4.04 +"11170",1.01,"Premium","H","SI1",61.9,57,4949,6.49,6.4,3.99 +"11171",1.25,"Very Good","I","SI2",61,60,4950,6.93,6.98,4.24 +"11172",1,"Premium","H","VS1",62.4,58,4950,6.43,6.4,4 +"11173",0.98,"Ideal","F","SI1",62.7,55,4950,6.37,6.27,3.96 +"11174",0.7,"Ideal","F","VVS1",61,56,4951,5.72,5.75,3.5 +"11175",0.7,"Ideal","F","VVS1",61.7,56,4951,5.68,5.73,3.52 +"11176",1.12,"Very Good","F","SI2",61.5,58,4953,6.63,6.68,4.09 +"11177",1,"Very Good","H","SI1",61.9,58,4953,6.3,6.37,3.92 +"11178",1.26,"Good","I","SI2",63.7,58,4953,6.84,6.79,4.34 +"11179",1.14,"Ideal","I","SI1",62.2,56,4953,6.65,6.7,4.15 +"11180",1,"Premium","E","SI1",61.9,62,4953,6.4,6.34,3.94 +"11181",1.08,"Premium","F","SI1",62.1,58,4953,6.61,6.57,4.09 +"11182",1.34,"Premium","G","SI2",60.1,61,4953,7.11,7.06,4.26 +"11183",1.07,"Ideal","F","SI2",61.6,56,4954,0,6.62,0 +"11184",1.12,"Ideal","G","SI2",62.2,55,4955,6.68,6.64,4.14 +"11185",1.07,"Ideal","H","SI1",61.1,56,4955,6.63,6.6,4.04 +"11186",1.01,"Premium","H","VVS1",60.5,57,4955,6.55,6.48,3.94 +"11187",1,"Ideal","D","SI2",61.5,56,4956,6.45,6.41,3.95 +"11188",1,"Ideal","G","SI1",62,57,4956,6.39,6.32,3.94 +"11189",1.18,"Premium","I","SI1",60.5,59,4956,6.9,6.82,4.15 +"11190",1.18,"Premium","H","SI2",61.6,57,4956,6.81,6.73,4.17 +"11191",1.18,"Premium","H","SI2",58.7,60,4956,7.01,6.93,4.09 +"11192",1.18,"Premium","I","SI1",61.1,59,4956,6.78,6.73,4.13 +"11193",1,"Ideal","G","SI1",61.6,55,4956,6.51,6.41,3.98 +"11194",1,"Ideal","G","SI1",62.4,56,4956,6.41,6.34,3.98 +"11195",1,"Ideal","G","SI1",62.2,57,4956,6.45,6.38,3.99 +"11196",1,"Premium","G","SI1",63,59,4956,6.44,6.32,4.02 +"11197",1.14,"Very Good","D","SI2",59.2,61,4957,6.82,6.84,4.04 +"11198",1.02,"Premium","H","VS2",60,58,4958,6.56,6.5,3.92 +"11199",1.07,"Ideal","I","SI1",62,55,4958,6.56,6.6,4.08 +"11200",0.95,"Ideal","H","SI1",61.9,56,4958,6.31,6.35,3.92 +"11201",1.16,"Premium","I","VS2",62.2,58,4958,6.74,6.67,4.17 +"11202",1.02,"Premium","H","VS2",61,60,4958,6.5,6.46,3.95 +"11203",1.09,"Very Good","I","VS2",62,56,4959,6.57,6.59,4.08 +"11204",1.13,"Very Good","H","SI1",60.1,60,4959,6.73,6.77,4.06 +"11205",1.13,"Ideal","H","SI1",62,57,4959,6.66,6.73,4.15 +"11206",1.01,"Very Good","H","VS2",61,63,4959,6.38,6.41,3.9 +"11207",1.01,"Premium","H","VS2",61.3,59,4959,6.44,6.48,3.96 +"11208",1.01,"Premium","H","VS2",61.2,59,4959,6.45,6.47,3.95 +"11209",1.01,"Good","H","VS2",63.5,61,4959,6.24,6.32,3.99 +"11210",1.15,"Premium","H","SI2",62.9,56,4959,6.7,6.59,4.18 +"11211",1.15,"Premium","I","SI1",59.6,58,4959,6.86,6.82,4.08 +"11212",1.23,"Ideal","J","SI1",63.1,58,4959,6.8,6.74,4.27 +"11213",1.15,"Ideal","H","SI2",62,56,4959,6.75,6.68,4.16 +"11214",1.11,"Premium","H","SI1",61.9,58,4960,6.63,6.59,4.09 +"11215",1.23,"Very Good","J","VS2",62.8,59,4960,6.75,6.82,4.26 +"11216",0.9,"Very Good","F","VS1",62.5,58,4961,6.1,6.15,3.83 +"11217",0.9,"Very Good","F","VS1",62.4,59,4961,6.1,6.15,3.82 +"11218",0.93,"Premium","F","VS2",61.7,58,4961,6.22,6.29,3.86 +"11219",0.93,"Premium","F","VS2",62.1,59,4961,6.24,6.28,3.89 +"11220",1,"Very Good","F","SI1",59.4,60,4961,6.47,6.52,3.86 +"11221",1,"Good","F","SI1",57.9,62,4961,6.55,6.58,3.8 +"11222",1.1,"Ideal","I","VS2",61.8,56,4962,6.65,6.6,4.1 +"11223",0.9,"Very Good","H","VVS2",63.5,55,4963,6.14,6.08,3.88 +"11224",1.2,"Very Good","J","VS2",62.6,57,4963,6.72,6.8,4.23 +"11225",1.11,"Good","I","VS2",63.6,58,4963,6.52,6.57,4.16 +"11226",1.03,"Very Good","D","SI2",63.3,58,4963,6.38,6.42,4.05 +"11227",0.83,"Ideal","G","VVS1",61.9,56,4963,6.03,6.05,3.74 +"11228",1.02,"Good","G","SI1",63.6,58,4964,6.34,6.39,4.05 +"11229",1.02,"Very Good","D","SI2",58.8,58,4964,6.62,6.68,3.91 +"11230",1.02,"Very Good","D","SI2",62.8,55,4964,6.38,6.46,4.03 +"11231",1.02,"Very Good","G","SI1",62.8,57,4964,6.35,6.38,4 +"11232",1.03,"Very Good","H","SI2",62.8,59,4964,6.41,6.46,4.04 +"11233",0.9,"Ideal","H","VS1",61.8,55,4964,6.21,6.14,3.82 +"11234",1.13,"Premium","I","VS2",62.4,59,4964,6.63,6.58,4.12 +"11235",1.08,"Ideal","H","SI1",62.8,57,4964,6.55,6.51,4.1 +"11236",1.32,"Very Good","I","SI2",60.9,59,4965,7.02,7.19,4.33 +"11237",1.09,"Ideal","H","SI1",61.8,57,4965,6.57,6.6,4.07 +"11238",1.01,"Premium","H","SI1",60,58,4965,6.6,6.54,3.94 +"11239",1.01,"Premium","H","SI1",61.8,59,4965,6.41,6.37,3.95 +"11240",1.55,"Good","G","I1",63.6,58,4965,7.34,7.29,4.65 +"11241",1.01,"Ideal","H","SI1",62.6,55,4965,6.44,6.38,4.01 +"11242",1.26,"Fair","G","SI2",53.2,61,4966,7.44,7.36,3.94 +"11243",1.1,"Premium","E","SI2",59.1,60,4967,6.77,6.7,3.98 +"11244",1.1,"Premium","E","SI2",59.1,60,4967,6.77,6.7,3.98 +"11245",1.1,"Good","I","VS1",63.7,60,4967,6.61,6.45,4.16 +"11246",1.28,"Very Good","J","SI1",63.4,59,4967,6.89,6.84,4.35 +"11247",1.05,"Good","E","SI1",64.2,61,4967,6.41,6.33,4.09 +"11248",1.28,"Ideal","J","SI1",61.2,57,4967,7.02,6.96,4.28 +"11249",1.02,"Ideal","F","SI2",61.6,56,4968,6.47,6.5,3.99 +"11250",1.21,"Ideal","J","SI1",61.9,57,4968,6.84,6.89,4.25 +"11251",1.21,"Premium","J","VS2",61.9,58,4968,6.84,6.79,4.22 +"11252",1.21,"Ideal","J","VS2",59.6,57,4968,6.98,6.94,4.15 +"11253",1.01,"Ideal","F","SI1",62.5,56,4969,6.38,6.42,4 +"11254",1.01,"Very Good","F","SI1",62.1,57,4969,6.41,6.48,4 +"11255",1.01,"Very Good","F","SI1",61.3,59,4969,6.44,6.47,3.96 +"11256",1.01,"Premium","F","SI1",62.3,59,4969,6.38,6.4,3.98 +"11257",1.22,"Very Good","J","SI1",58.8,61,4969,6.94,7,4.1 +"11258",1.11,"Ideal","E","SI2",62.2,56,4969,6.58,6.66,4.12 +"11259",1.11,"Ideal","E","SI2",61.2,57,4969,6.7,6.74,4.11 +"11260",0.91,"Premium","E","VS1",62.7,59,4969,6.19,6.15,3.87 +"11261",1.16,"Premium","G","SI2",62.6,58,4969,6.72,6.66,4.19 +"11262",0.91,"Premium","D","VS2",62,60,4969,6.23,6.19,3.85 +"11263",0.91,"Premium","E","VS1",62.8,60,4969,6.11,6.08,3.83 +"11264",1.16,"Ideal","G","SI2",61.9,56,4969,6.77,6.73,4.18 +"11265",1.16,"Premium","G","SI2",62.5,58,4969,6.72,6.68,4.19 +"11266",1.05,"Very Good","H","VS1",63.4,57,4969,6.48,6.45,4.1 +"11267",1.09,"Ideal","G","SI1",62.2,56,4970,6.6,6.55,4.09 +"11268",1.02,"Ideal","D","SI2",58.9,61,4971,6.56,6.62,3.88 +"11269",1.01,"Very Good","F","SI1",60.3,60,4972,6.46,6.55,3.92 +"11270",1.06,"Very Good","E","SI2",62.1,56,4972,6.52,6.59,4.07 +"11271",0.94,"Ideal","E","SI2",61.6,57,4972,6.29,6.31,3.88 +"11272",1.14,"Premium","D","SI2",60.3,58,4972,6.79,6.71,4.07 +"11273",1.01,"Fair","E","VS2",64.8,59,4972,6.34,6.26,4.08 +"11274",1.11,"Very Good","H","SI2",63.2,58,4973,6.64,6.53,4.16 +"11275",1.11,"Premium","H","SI2",61.9,59,4973,6.6,6.56,4.07 +"11276",1.04,"Ideal","G","SI2",61.9,58,4973,6.47,6.51,4.02 +"11277",1.2,"Premium","H","SI2",62.8,61,4973,6.7,6.62,4.18 +"11278",1.07,"Ideal","E","SI1",60.4,57,4973,6.62,6.56,3.98 +"11279",1.35,"Premium","J","VS2",61.2,61,4974,7.13,7.08,4.35 +"11280",1.22,"Premium","E","SI2",62.1,56,4974,6.89,6.83,4.26 +"11281",1.22,"Ideal","E","SI2",62.8,54,4974,6.78,6.75,4.25 +"11282",1.03,"Premium","E","SI2",62,59,4974,6.49,6.42,4 +"11283",1.22,"Premium","E","SI2",60.5,60,4974,6.93,6.89,4.18 +"11284",1.05,"Premium","G","SI1",60.3,57,4974,6.64,6.59,3.99 +"11285",1.05,"Very Good","I","VS2",62.4,59,4975,6.48,6.51,4.05 +"11286",1,"Very Good","E","SI2",58.7,59,4975,6.5,6.58,3.84 +"11287",1.05,"Ideal","H","SI1",61.8,56,4975,6.52,6.58,4.05 +"11288",1.21,"Premium","G","SI2",58.9,61,4976,6.98,6.91,4.09 +"11289",0.9,"Very Good","H","VVS1",62.3,59,4977,6.09,6.15,3.81 +"11290",1.01,"Good","D","SI1",62.9,57,4977,6.34,6.37,4 +"11291",1.29,"Very Good","F","SI2",63.4,57,4977,6.92,6.77,4.35 +"11292",1.01,"Premium","H","SI1",60.4,60,4977,6.55,6.47,3.93 +"11293",1.01,"Ideal","H","SI1",62.3,55,4977,6.43,6.37,3.99 +"11294",1,"Very Good","H","VS2",60.7,60,4978,6.55,6.49,3.96 +"11295",1,"Very Good","H","VS2",59.6,59,4978,6.47,6.54,3.88 +"11296",1.27,"Very Good","H","SI2",63.1,57,4978,6.88,6.84,4.33 +"11297",0.91,"Premium","F","VS2",62.2,58,4979,6.17,6.21,3.85 +"11298",1.16,"Premium","H","SI2",62.6,57,4979,6.75,6.67,4.2 +"11299",1.14,"Premium","H","SI1",59.2,58,4980,6.86,6.8,4.04 +"11300",1.04,"Premium","H","SI1",58.7,61,4980,6.62,6.57,3.87 +"11301",1.54,"Premium","H","I1",62,60,4980,7.32,7.4,4.56 +"11302",1.04,"Premium","H","SI1",62.6,59,4980,6.47,6.43,4.04 +"11303",1.04,"Premium","H","SI1",59.5,58,4980,6.67,6.58,3.94 +"11304",1.2,"Premium","H","SI1",62.8,56,4980,6.76,6.68,4.22 +"11305",0.9,"Very Good","D","VS2",63.3,59,4981,6.12,6.17,3.89 +"11306",0.71,"Ideal","F","VVS1",61.1,54,4981,5.84,5.78,3.55 +"11307",1.09,"Ideal","F","SI2",61.2,57,4981,6.64,6.6,4.05 +"11308",1.02,"Ideal","E","SI2",62.6,54.6,4983,6.4,6.44,4.02 +"11309",1.06,"Premium","H","SI1",61,58,4984,6.57,6.61,4.02 +"11310",1.13,"Ideal","F","SI2",61.8,56,4984,6.69,6.73,4.15 +"11311",1.01,"Ideal","E","SI2",62.2,55,4984,6.4,6.43,3.99 +"11312",1,"Premium","H","VS2",60.4,58,4984,6.51,6.46,3.92 +"11313",1,"Fair","F","VS1",67,52,4984,6.12,6.08,4.09 +"11314",1.15,"Premium","G","SI2",62.2,60,4985,6.69,6.66,4.15 +"11315",1.23,"Ideal","J","VS2",61.8,56,4986,6.87,6.81,4.23 +"11316",1.23,"Ideal","J","VS2",61.8,56,4986,6.87,6.81,4.23 +"11317",1.05,"Very Good","I","VS2",63.2,59,4986,6.47,6.44,4.08 +"11318",1.01,"Good","E","SI1",63.3,58,4986,6.37,6.39,4.04 +"11319",1.01,"Very Good","E","SI1",62.6,57,4986,6.38,6.43,4.01 +"11320",1.23,"Premium","J","VS2",62.9,59,4986,6.85,6.8,4.29 +"11321",1.12,"Premium","I","VS2",62.8,57,4986,6.68,6.61,4.17 +"11322",1.12,"Ideal","I","VS2",62.8,55,4986,6.69,6.66,4.19 +"11323",1.06,"Ideal","G","SI2",62.1,58,4987,6.49,6.53,4.04 +"11324",1.05,"Ideal","F","SI2",60.3,55,4987,6.55,6.68,3.99 +"11325",1.12,"Premium","I","VS1",59.6,58,4987,6.82,6.77,4.05 +"11326",1.02,"Ideal","G","SI1",62.2,57,4988,6.43,6.49,4.02 +"11327",1.18,"Premium","G","SI2",60.5,60,4988,6.88,6.81,4.14 +"11328",1.08,"Ideal","E","SI2",61.7,57,4989,6.55,6.6,4.06 +"11329",1.2,"Premium","I","SI2",60,58,4989,6.91,6.93,4.15 +"11330",1.5,"Good","E","I1",62.4,64,4989,7.22,7.26,4.52 +"11331",1.26,"Very Good","J","SI1",61.8,58,4989,6.88,6.91,4.26 +"11332",1.01,"Premium","F","SI1",58.5,60,4989,6.6,6.57,3.85 +"11333",1.01,"Premium","F","SI1",59.1,59,4989,6.56,6.5,3.86 +"11334",0.83,"Ideal","G","VS1",62.1,55,4989,6.02,6.05,3.75 +"11335",1,"Good","E","SI1",62.6,61,4989,6.29,6.32,3.95 +"11336",1.01,"Good","F","SI1",63.6,58,4989,6.37,6.31,4.03 +"11337",1.01,"Good","F","SI1",63.7,57,4989,6.4,6.35,4.06 +"11338",1.01,"Premium","F","SI1",59.5,62,4989,6.53,6.45,3.86 +"11339",1.01,"Very Good","F","SI1",63.3,59,4989,6.42,6.38,4.05 +"11340",1.01,"Good","F","SI1",63.8,59,4989,6.32,6.29,4.02 +"11341",1.01,"Premium","F","SI1",59.7,61,4989,6.55,6.49,3.89 +"11342",1.01,"Good","F","SI1",60.5,64,4989,6.48,6.45,3.91 +"11343",1.01,"Good","F","SI1",58.8,64,4989,6.58,6.51,3.85 +"11344",1.01,"Premium","I","VVS1",62,59,4989,6.39,6.32,3.94 +"11345",1.01,"Good","F","SI1",57.8,58,4989,6.65,6.6,3.83 +"11346",1.01,"Premium","F","SI1",62.5,58,4989,6.42,6.39,4 +"11347",1.01,"Very Good","F","SI1",63.5,59,4989,6.38,6.29,4.02 +"11348",1.01,"Premium","F","SI1",61.8,59,4989,6.41,6.34,3.94 +"11349",1.01,"Ideal","H","SI1",62.6,54,4989,6.38,6.34,3.98 +"11350",1.21,"Very Good","J","SI1",61.6,59,4990,6.8,6.83,4.2 +"11351",1.02,"Premium","E","SI2",58.7,58,4990,6.68,6.61,3.9 +"11352",1.12,"Ideal","G","SI2",61.3,55,4990,6.74,6.7,4.12 +"11353",1.21,"Very Good","H","SI2",61.1,60,4991,6.86,6.91,4.21 +"11354",1.01,"Premium","E","SI1",59.9,59,4991,6.49,6.46,3.88 +"11355",1.25,"Premium","G","SI2",62.8,57,4991,6.86,6.78,4.28 +"11356",1.23,"Good","J","SI2",63.2,57.5,4992,6.74,6.82,4.29 +"11357",0.99,"Very Good","D","SI2",62.5,57,4993,6.3,6.34,3.95 +"11358",1.3,"Very Good","J","VS1",63.2,57,4994,6.91,6.86,4.35 +"11359",1.12,"Premium","H","SI1",62.4,56,4994,6.74,6.63,4.17 +"11360",1.06,"Very Good","F","SI1",62.3,56,4995,6.5,6.57,4.07 +"11361",1,"Very Good","H","SI1",62,54,4995,6.43,6.47,4 +"11362",1,"Very Good","H","SI1",61.8,57,4995,6.39,6.42,3.96 +"11363",1.03,"Very Good","F","SI1",61.5,59,4996,6.42,6.49,3.97 +"11364",1.1,"Very Good","G","SI1",62.3,58,4997,6.55,6.61,4.1 +"11365",1.1,"Very Good","G","SI1",59.4,58,4997,6.72,6.79,4.01 +"11366",1.1,"Good","G","SI1",63.4,57,4997,6.52,6.55,4.14 +"11367",1,"Very Good","G","SI1",59.6,60,4997,6.43,6.49,3.85 +"11368",1,"Ideal","G","SI1",61.9,56,4997,6.37,6.45,3.97 +"11369",1.04,"Ideal","I","VS1",62.9,43,4997,6.45,6.41,4.04 +"11370",1.13,"Good","F","SI2",56.5,62,4998,6.93,6.88,3.9 +"11371",0.4,"Very Good","G","SI2",61.9,61,596,4.69,4.74,2.92 +"11372",0.34,"Ideal","E","SI1",62.2,55,596,4.45,4.49,2.78 +"11373",0.34,"Ideal","E","SI1",61.7,56,596,4.49,4.52,2.78 +"11374",0.34,"Ideal","G","VS2",61.5,55,596,4.47,4.5,2.76 +"11375",0.34,"Premium","H","VS1",61.4,59,596,4.5,4.53,2.77 +"11376",0.34,"Ideal","E","SI1",62.1,55,596,4.47,4.51,2.79 +"11377",0.34,"Very Good","E","SI1",60.3,57,596,4.53,4.56,2.74 +"11378",0.4,"Very Good","J","VS2",62.9,57,596,4.7,4.75,2.97 +"11379",0.34,"Good","E","SI1",63.2,55,596,4.46,4.49,2.83 +"11380",0.34,"Very Good","E","SI1",62.9,56,596,4.45,4.48,2.81 +"11381",0.4,"Good","G","SI2",63.1,59,596,4.65,4.7,2.95 +"11382",0.34,"Ideal","H","VS1",62.5,57,596,4.43,4.46,2.78 +"11383",0.34,"Premium","G","VS2",60.2,58,596,4.51,4.56,2.73 +"11384",0.34,"Premium","G","VS2",60.3,58,596,4.49,4.53,2.72 +"11385",0.34,"Very Good","I","VVS2",61.3,57,596,4.49,4.52,2.76 +"11386",0.34,"Ideal","E","SI1",61,57,596,4.48,4.51,2.74 +"11387",0.34,"Premium","G","VS2",60.3,59,596,4.49,4.53,2.72 +"11388",0.34,"Ideal","H","VS1",62.7,55,596,4.48,4.51,2.82 +"11389",0.34,"Ideal","G","VS2",62.2,53,596,4.46,4.51,2.79 +"11390",0.34,"Very Good","G","VS2",61.2,62,596,4.44,4.48,2.73 +"11391",0.34,"Ideal","E","SI1",62.3,57,596,4.48,4.51,2.8 +"11392",0.34,"Ideal","G","VS2",61.5,56,596,4.47,4.5,2.76 +"11393",0.34,"Ideal","E","SI1",60.7,57,596,4.48,4.51,2.73 +"11394",0.34,"Premium","G","VS2",61.2,59,596,4.43,4.49,2.73 +"11395",0.3,"Very Good","I","VVS2",63,57,596,4.24,4.27,2.68 +"11396",0.34,"Ideal","G","VS2",62.5,57,596,4.46,4.5,2.8 +"11397",0.34,"Very Good","E","SI1",59.6,57,596,4.52,4.61,2.72 +"11398",0.34,"Ideal","E","SI1",60.7,56,596,4.51,4.55,2.75 +"11399",0.34,"Premium","H","VS1",60.6,60,596,4.45,4.49,2.71 +"11400",0.34,"Ideal","H","VS1",62.1,57,596,4.48,4.51,2.79 +"11401",1.19,"Ideal","I","SI1",62.3,57,4998,6.78,6.73,4.21 +"11402",1.04,"Premium","H","SI1",61,58,4999,6.54,6.6,4.01 +"11403",1.17,"Ideal","I","SI2",61.8,54,4999,6.78,6.82,4.2 +"11404",1,"Very Good","H","VS2",63.3,53,5000,6.42,6.37,4.05 +"11405",1.24,"Ideal","J","SI1",61.8,57,5000,6.92,6.86,4.26 +"11406",1.08,"Ideal","I","VS2",61.6,56,5000,6.63,6.59,4.07 +"11407",1.01,"Very Good","I","SI2",62.2,59,5000,6.36,6.41,3.97 +"11408",1.01,"Very Good","I","SI2",63.4,57,5000,6.3,6.39,4.02 +"11409",1.11,"Very Good","G","SI1",60.3,60,5000,6.62,6.67,4.01 +"11410",1.12,"Ideal","E","SI2",60.5,55,5000,6.73,6.79,4.09 +"11411",1.01,"Premium","H","VS1",60.9,62,5000,6.52,6.49,3.96 +"11412",1,"Premium","H","VS2",61.5,61,5000,6.45,6.4,3.95 +"11413",0.9,"Premium","F","VS1",62.7,58,5000,6.17,6.14,3.86 +"11414",1.24,"Premium","I","SI2",62.1,58,5000,6.88,6.84,4.26 +"11415",1.24,"Ideal","F","SI2",60,56,5000,7.03,7,4.21 +"11416",1.5,"Fair","H","SI2",66,64,5000,7.1,6.97,4.64 +"11417",1.16,"Ideal","E","SI2",62.7,56,5001,6.69,6.73,4.21 +"11418",1.16,"Ideal","E","SI2",59.9,57,5001,6.8,6.82,4.08 +"11419",0.9,"Good","G","VVS2",63.6,58,5001,6.1,6.11,3.88 +"11420",0.9,"Very Good","E","VS1",62.3,56,5001,6.1,6.19,3.83 +"11421",0.9,"Premium","D","VS2",62.6,59,5001,6.14,6.17,3.85 +"11422",1.07,"Ideal","I","SI1",61.7,56.1,5002,6.57,6.59,4.06 +"11423",1.1,"Ideal","H","SI2",62,56.5,5002,6.58,6.63,4.09 +"11424",1.2,"Ideal","J","SI1",62.1,55,5002,6.81,6.84,4.24 +"11425",1,"Good","G","VS2",64.1,58,5002,6.22,6.32,4.02 +"11426",1,"Good","G","VS2",63.6,58,5002,6.26,6.35,4.01 +"11427",1.01,"Very Good","E","SI1",63.4,59,5002,6.38,6.34,4.03 +"11428",1.01,"Very Good","E","SI1",63.1,60,5002,6.37,6.34,4.01 +"11429",1.01,"Premium","E","SI1",62.4,60,5002,6.35,6.32,3.95 +"11430",1.16,"Premium","I","SI1",61.5,57,5002,6.79,6.73,4.16 +"11431",1.14,"Ideal","H","SI1",61.6,57,5003,6.7,6.75,4.14 +"11432",1.14,"Premium","H","SI1",60.7,58,5003,6.76,6.82,4.12 +"11433",1.17,"Premium","H","SI1",62.3,57,5004,6.75,6.71,4.19 +"11434",1.11,"Ideal","E","SI2",62.8,55,5004,6.62,6.6,4.15 +"11435",1.09,"Premium","H","VS2",61.2,58,5005,6.63,6.58,4.03 +"11436",1,"Very Good","D","SI1",62.8,58,5005,6.35,6.39,4 +"11437",1,"Good","D","SI1",60.4,64,5005,6.3,6.39,3.83 +"11438",1,"Good","D","SI1",61.9,65,5005,6.31,6.36,3.92 +"11439",1.03,"Ideal","H","SI1",62.2,56,5005,6.45,6.51,4.03 +"11440",1.15,"Good","H","SI1",60.2,61,5005,6.74,6.84,4.09 +"11441",1.14,"Ideal","E","SI2",62.6,56,5005,6.69,6.63,4.17 +"11442",1.2,"Premium","I","VS2",62.2,61,5006,6.74,6.73,4.19 +"11443",0.72,"Ideal","F","VVS1",60.8,56,5006,5.81,5.83,3.54 +"11444",0.92,"Very Good","F","VS1",61,60,5006,6.25,6.27,3.82 +"11445",1.11,"Ideal","I","SI1",62.2,54,5006,6.64,6.68,4.14 +"11446",1.01,"Premium","G","SI1",61.5,59,5006,6.48,6.43,3.97 +"11447",1.01,"Premium","G","SI1",60.6,57,5006,6.52,6.49,3.94 +"11448",1.01,"Premium","D","SI2",61.7,57,5006,6.49,6.44,3.99 +"11449",1.01,"Premium","G","SI1",61.3,59,5006,6.48,6.44,3.96 +"11450",1.01,"Ideal","D","SI2",61.3,54,5006,6.52,6.47,3.99 +"11451",1.01,"Ideal","D","SI2",61.6,57,5006,6.46,6.42,3.97 +"11452",1.01,"Premium","G","SI1",62.6,60,5006,6.36,6.29,3.96 +"11453",1.01,"Ideal","G","SI1",62.3,56,5006,6.42,6.38,3.99 +"11454",1.01,"Premium","G","SI1",62.2,58,5006,6.42,6.4,3.99 +"11455",0.8,"Ideal","E","VS1",61.8,56,5007,5.92,5.96,3.67 +"11456",1.27,"Ideal","J","VS1",62,57,5008,6.96,6.92,4.3 +"11457",1.02,"Premium","H","VS2",60.4,59,5008,6.52,6.55,3.95 +"11458",1.14,"Premium","I","VS2",62.8,60,5008,6.68,6.59,4.17 +"11459",1.14,"Premium","F","SI2",60.8,58,5008,6.79,6.74,4.11 +"11460",1.15,"Ideal","G","VS2",62.2,54,5008,6.74,6.65,4.17 +"11461",1,"Very Good","I","VS1",61.1,59.9,5009,6.37,6.41,3.9 +"11462",1.11,"Very Good","H","SI1",62,56,5010,6.61,6.65,4.11 +"11463",1.03,"Very Good","E","SI1",61.3,60,5010,6.51,6.53,4 +"11464",1.01,"Very Good","F","SI1",62.8,60,5010,6.32,6.38,3.99 +"11465",1.01,"Very Good","F","SI1",63.1,59,5010,6.3,6.37,4 +"11466",1.09,"Good","H","SI1",63.6,56,5010,6.56,6.53,4.16 +"11467",1.03,"Premium","I","VS1",60.4,59,5012,6.51,6.57,3.95 +"11468",1.11,"Ideal","J","VS1",61.3,55,5012,6.65,6.75,4.11 +"11469",1.13,"Premium","E","SI1",62.7,57,5012,6.65,6.62,4.16 +"11470",1.17,"Ideal","G","SI2",62,55,5012,6.81,6.74,4.2 +"11471",1.02,"Very Good","I","VS2",62.1,59,5013,6.37,6.44,3.98 +"11472",1.03,"Ideal","D","SI2",61.8,54,5013,6.46,6.52,4.01 +"11473",0.9,"Ideal","H","VS1",60.9,56,5013,6.25,6.27,3.81 +"11474",0.9,"Ideal","H","VS1",62.1,56,5013,6.15,6.2,3.83 +"11475",0.9,"Ideal","H","VS1",62,54,5013,6.2,6.23,3.86 +"11476",1,"Good","D","SI1",64.8,58,5013,6.23,6.27,4.05 +"11477",1.08,"Very Good","F","SI1",62.9,57,5014,6.53,6.54,4.11 +"11478",1.13,"Very Good","F","SI2",59.1,59,5014,6.81,6.87,4.04 +"11479",1.14,"Very Good","E","SI2",60.2,58,5014,6.71,6.78,4.06 +"11480",0.92,"Ideal","E","SI1",61.7,57,5014,6.24,6.27,3.86 +"11481",1.02,"Ideal","H","SI1",61.9,57,5014,6.46,6.4,3.98 +"11482",1.21,"Very Good","I","SI2",63.2,57,5014,6.7,6.66,4.22 +"11483",1.26,"Premium","J","VS2",62.5,58,5015,6.9,6.92,4.32 +"11484",1.26,"Premium","J","VS2",62.1,58,5015,6.9,6.95,4.3 +"11485",1.11,"Good","D","SI2",58,62,5015,6.77,6.81,3.94 +"11486",1.2,"Very Good","H","SI2",61.9,57,5016,6.78,6.85,4.22 +"11487",1.2,"Very Good","J","VS1",59.1,61,5016,6.94,7,4.12 +"11488",1.09,"Ideal","F","SI2",61.2,55,5016,6.64,6.67,4.07 +"11489",1.02,"Ideal","G","SI1",62.4,55,5016,6.43,6.48,4.03 +"11490",1.16,"Premium","I","VS2",62.4,58,5016,6.69,6.65,4.16 +"11491",1.13,"Very Good","F","SI1",61.2,59,5017,6.72,6.75,4.12 +"11492",1.13,"Very Good","F","SI1",61,58,5017,6.69,6.75,4.1 +"11493",1.04,"Premium","G","SI1",60.9,59,5017,6.57,6.53,3.99 +"11494",1.08,"Very Good","E","SI2",62.9,59,5018,6.44,6.53,4.08 +"11495",1.28,"Good","H","SI2",63.6,56,5018,6.92,6.78,4.37 +"11496",1.03,"Ideal","H","SI1",59.8,57,5018,6.64,6.57,3.95 +"11497",1,"Good","I","VS1",63.7,56,5018,6.34,6.32,4.03 +"11498",1.12,"Ideal","G","SI2",61.5,57,5018,6.74,6.68,4.13 +"11499",1.17,"Ideal","H","SI2",62.3,57,5019,6.74,6.78,4.21 +"11500",1.02,"Very Good","F","SI1",61.9,58,5019,6.43,6.49,4 +"11501",1.05,"Very Good","G","SI1",59.7,58,5019,6.6,6.66,3.96 +"11502",0.71,"Ideal","F","VVS1",61,56,5019,5.77,5.8,3.53 +"11503",0.71,"Ideal","F","VVS1",61.7,56,5019,5.73,5.77,3.55 +"11504",0.71,"Ideal","F","VVS1",61.4,56,5019,5.75,5.78,3.54 +"11505",1,"Very Good","I","VS2",61.9,59,5020,6.35,6.38,3.94 +"11506",1.06,"Very Good","H","SI1",62.6,58,5020,6.4,6.51,4.04 +"11507",1.01,"Ideal","F","SI2",60.4,59,5020,6.48,6.51,3.92 +"11508",1.01,"Ideal","I","SI1",62.5,56,5020,6.4,6.36,3.99 +"11509",1.01,"Ideal","H","SI1",60.4,58,5020,6.5,6.54,3.94 +"11510",1.06,"Ideal","H","SI1",62.1,56,5020,6.51,6.57,4.06 +"11511",1.01,"Good","G","SI1",63.7,60,5021,6.28,6.32,4.01 +"11512",1.01,"Good","G","SI1",63.2,59,5021,6.32,6.36,4.01 +"11513",1.03,"Ideal","D","SI2",62.5,55,5021,6.41,6.48,4.03 +"11514",1.27,"Ideal","J","SI2",61.2,56,5021,6.99,6.95,4.27 +"11515",1.39,"Ideal","F","SI2",62.2,56,5021,7.2,7.15,4.46 +"11516",1.09,"Ideal","G","SI1",62.2,56,5022,6.6,6.55,4.09 +"11517",1.01,"Ideal","I","VS1",62.5,59,5022,6.33,6.41,3.98 +"11518",0.91,"Ideal","G","VS2",61.4,57,5023,6.23,6.28,3.84 +"11519",0.92,"Ideal","E","VS1",62.6,57,5023,6.18,6.13,3.85 +"11520",1.03,"Very Good","G","SI1",62.6,56,5024,6.41,6.44,4.02 +"11521",1.17,"Very Good","G","SI1",63.3,61,5025,6.65,6.59,4.19 +"11522",1,"Very Good","E","SI1",63.3,56,5026,6.31,6.39,4.02 +"11523",1.01,"Very Good","H","SI1",61.9,59,5026,6.4,6.43,3.97 +"11524",1.24,"Premium","J","VS2",61.4,59,5026,6.91,6.83,4.22 +"11525",0.7,"Premium","D","IF",60,59,5027,5.75,5.81,3.47 +"11526",1.12,"Premium","I","VS2",61.9,58,5027,6.63,6.68,4.12 +"11527",1.32,"Premium","E","I1",62.2,58,5027,7.05,6.97,4.36 +"11528",1.07,"Ideal","F","SI2",60.7,56.9,5027,6.62,6.65,4.02 +"11529",1.25,"Premium","H","SI1",60.7,58,5027,7.04,6.99,4.26 +"11530",1,"Premium","E","SI1",62.7,61,5027,6.37,6.32,3.98 +"11531",1,"Fair","E","SI1",57.6,57,5027,6.56,6.52,3.77 +"11532",1.05,"Ideal","H","SI1",62.5,56,5027,6.52,6.43,4.05 +"11533",1.05,"Very Good","H","SI1",63.2,56,5027,6.51,6.47,4.1 +"11534",1.21,"Ideal","F","SI2",61.5,57,5028,6.88,6.82,4.21 +"11535",0.92,"Premium","D","SI1",62.5,59,5028,6.24,6.14,3.87 +"11536",1.01,"Premium","H","VS2",61.3,58,5028,6.46,6.49,3.97 +"11537",1.01,"Very Good","H","VS2",62.1,57,5028,6.39,6.45,3.99 +"11538",1.01,"Ideal","H","VS2",61.9,57,5028,6.42,6.48,3.99 +"11539",0.97,"Ideal","D","SI1",62.8,56,5028,6.24,6.3,3.94 +"11540",1.21,"Fair","F","SI2",65.3,53,5028,6.74,6.68,4.38 +"11541",1.54,"Premium","J","SI1",61.1,58,5028,7.48,7.41,4.55 +"11542",1.21,"Good","I","VS2",64.1,61,5028,6.7,6.66,4.28 +"11543",1.21,"Good","J","VVS2",63.7,56,5028,6.71,6.67,4.26 +"11544",1.03,"Very Good","E","SI1",62.6,58,5029,6.42,6.49,4.04 +"11545",1.22,"Very Good","J","SI1",62.2,59,5029,6.77,6.8,4.22 +"11546",0.86,"Good","D","VVS1",64.3,53,5029,6.02,6.12,3.89 +"11547",1.01,"Ideal","H","SI1",62.3,55,5029,6.46,6.45,4.02 +"11548",1,"Very Good","F","SI1",63.8,56,5030,6.25,6.29,4 +"11549",1.23,"Ideal","J","VS2",61.5,57,5030,6.85,6.9,4.23 +"11550",1.07,"Premium","H","SI1",60,60,5031,6.61,6.65,3.98 +"11551",1.07,"Ideal","H","SI1",60.9,57,5031,6.61,6.68,4.05 +"11552",1.13,"Ideal","I","VS2",62.3,56,5031,6.73,6.63,4.16 +"11553",1.17,"Ideal","F","SI1",63,54,5032,6.71,6.66,4.21 +"11554",0.91,"Premium","H","VVS1",62.5,59,5032,6.16,6.19,3.86 +"11555",1.14,"Very Good","F","SI2",59.2,63,5033,6.78,6.86,4.04 +"11556",0.91,"Very Good","D","SI1",62.8,58,5033,6.16,6.19,3.88 +"11557",1.07,"Premium","E","SI2",62.9,59,5033,6.55,6.46,4.09 +"11558",1.07,"Premium","E","SI2",61.3,59,5033,6.64,6.58,4.05 +"11559",1.16,"Very Good","E","SI2",62.4,55,5034,6.69,6.77,4.2 +"11560",1.01,"Premium","G","SI1",59.6,58,5034,6.61,6.54,3.92 +"11561",1.09,"Ideal","J","SI2",62,55,5034,6.58,6.64,4.1 +"11562",1.01,"Very Good","H","VS2",63.1,56,5034,6.41,6.36,4.03 +"11563",1.01,"Fair","E","SI1",64.7,56,5034,6.34,6.27,4.08 +"11564",1.09,"Very Good","E","SI2",60.9,59,5035,6.61,6.75,4.07 +"11565",1.09,"Ideal","E","SI2",61.6,55,5035,6.6,6.64,4.08 +"11566",1.09,"Ideal","E","SI2",61.9,55,5035,6.6,6.64,4.1 +"11567",1.12,"Very Good","I","VS1",59.6,58,5036,6.82,6.77,4.05 +"11568",1,"Very Good","H","SI1",61.5,59,5036,6.35,6.4,3.92 +"11569",1.03,"Ideal","G","SI1",60.9,57,5037,6.54,6.5,3.97 +"11570",1.23,"Very Good","G","SI2",60.8,59,5037,6.88,6.97,4.21 +"11571",1.1,"Ideal","I","SI1",62.1,57,5037,6.6,6.64,4.11 +"11572",1.03,"Premium","G","SI1",61.9,56,5037,6.54,6.48,4.03 +"11573",1.02,"Premium","F","SI1",59.2,58,5038,6.53,6.5,3.86 +"11574",1.15,"Ideal","I","VS2",61.7,59,5038,6.68,6.73,4.14 +"11575",1.02,"Very Good","F","SI1",63.3,58,5038,6.39,6.35,4.03 +"11576",1.02,"Very Good","F","SI1",62.1,63,5038,6.48,6.36,3.99 +"11577",1.26,"Premium","J","SI2",62.7,58,5038,6.95,6.9,4.34 +"11578",1.23,"Premium","G","SI1",62.5,62,5039,6.87,6.78,4.27 +"11579",1.2,"Premium","H","SI2",62.4,61,5040,6.81,6.78,4.24 +"11580",0.9,"Very Good","D","SI1",60.6,59,5040,6.23,6.28,3.79 +"11581",1.2,"Good","I","SI1",65,59,5040,6.51,6.57,4.25 +"11582",1.25,"Premium","I","SI2",61,60,5040,6.98,6.93,4.24 +"11583",1.2,"Ideal","J","VS1",61.8,55,5040,6.81,6.76,4.19 +"11584",1.5,"Fair","I","I1",65.1,59,5040,7.12,6.96,4.58 +"11585",1.2,"Ideal","H","SI2",62.3,57,5040,6.83,6.75,4.23 +"11586",1.2,"Very Good","I","SI1",63.1,59,5040,6.7,6.67,4.22 +"11587",1,"Premium","E","SI1",61.2,58,5040,6.39,6.35,3.9 +"11588",1,"Fair","F","SI1",61.3,62,5040,6.45,6.37,3.93 +"11589",1.01,"Very Good","I","VS1",63.4,57,5041,6.32,6.39,4.03 +"11590",1.21,"Fair","H","VS2",64.5,56,5041,6.7,6.66,4.31 +"11591",1.07,"Premium","F","SI1",61.7,58,5042,6.54,6.61,4.06 +"11592",1.11,"Very Good","D","SI2",61.3,60,5042,6.54,6.6,4.03 +"11593",1.11,"Very Good","D","SI2",59.9,57,5042,6.72,6.74,4.03 +"11594",1.09,"Ideal","E","SI2",61.7,58,5042,6.58,6.62,4.07 +"11595",1.09,"Premium","D","SI2",61.3,58,5042,6.65,6.62,4.07 +"11596",1.22,"Premium","J","SI1",61.9,58,5042,6.87,6.84,4.24 +"11597",1.06,"Premium","G","SI1",61.9,55,5043,6.61,6.54,4.07 +"11598",1.16,"Very Good","D","SI2",62.5,60,5044,6.64,6.7,4.17 +"11599",1.04,"Ideal","G","SI2",62.4,54,5044,6.49,6.53,4.06 +"11600",1.02,"Ideal","G","SI1",62.2,56,5044,6.46,6.44,4.01 +"11601",1.02,"Ideal","G","SI1",60.6,59,5044,6.55,6.52,3.96 +"11602",1.08,"Premium","G","SI1",59.4,60,5044,6.7,6.63,3.96 +"11603",1.04,"Good","F","SI1",63.4,59,5045,6.4,6.44,4.07 +"11604",1.24,"Very Good","J","SI1",61.6,60,5045,6.89,6.95,4.26 +"11605",1.95,"Premium","H","I1",60.3,59,5045,8.1,8.05,4.87 +"11606",1,"Very Good","H","VS2",59.7,59,5046,6.52,6.57,3.91 +"11607",1.24,"Very Good","I","SI1",62.5,57,5046,6.84,6.89,4.29 +"11608",1.12,"Ideal","F","SI2",61.9,55,5046,6.68,6.72,4.15 +"11609",1.15,"Very Good","H","SI1",60.9,57,5047,6.72,6.8,4.12 +"11610",1.05,"Very Good","H","SI1",60.2,62,5047,6.52,6.57,3.94 +"11611",1.3,"Very Good","J","SI2",61.1,61,5047,6.95,7,4.26 +"11612",1.02,"Very Good","H","SI1",64.4,59,5047,6.24,6.36,4.06 +"11613",1.02,"Ideal","H","SI1",61.7,57,5047,6.45,6.48,3.99 +"11614",1.14,"Premium","D","SI2",59.2,61,5047,6.84,6.82,4.04 +"11615",1.06,"Very Good","H","SI1",59.1,58,5048,6.66,6.71,3.95 +"11616",1.08,"Ideal","H","SI2",61.4,57,5049,6.6,6.66,4.07 +"11617",1.2,"Good","G","SI2",63.6,54,5049,6.71,6.75,4.28 +"11618",1.08,"Ideal","I","SI1",62.6,53.9,5049,6.51,6.56,4.09 +"11619",1.01,"Very Good","G","SI1",62.8,56,5049,6.35,6.43,4.01 +"11620",1.01,"Ideal","G","SI1",60.6,59,5049,6.45,6.49,3.92 +"11621",1.03,"Very Good","H","SI1",60.4,60,5050,6.41,6.53,3.91 +"11622",1.01,"Premium","H","VS2",62.6,61,5050,6.33,6.29,3.95 +"11623",1.2,"Ideal","I","SI2",60.5,58,5050,6.92,6.83,4.16 +"11624",1.01,"Very Good","H","VS2",61,63,5050,6.41,6.38,3.9 +"11625",1.01,"Very Good","H","VS2",63.5,61,5050,6.32,6.24,3.99 +"11626",1.13,"Premium","H","SI1",60.1,60,5050,6.77,6.73,4.06 +"11627",1.13,"Premium","H","SI1",60.9,59,5050,6.79,6.7,4.11 +"11628",1.01,"Good","D","VS1",56.8,61,5050,6.5,6.45,3.68 +"11629",1.13,"Premium","H","SI1",62,58,5050,6.67,6.63,4.12 +"11630",1.01,"Good","G","VS2",60.2,65,5050,6.55,6.48,3.92 +"11631",1.13,"Ideal","H","SI1",62,57,5050,6.73,6.66,4.15 +"11632",1,"Very Good","E","SI1",63.3,57,5051,6.3,6.36,4.01 +"11633",1,"Very Good","E","SI1",63.1,57,5051,6.36,6.39,4.02 +"11634",1.01,"Very Good","G","SI1",63.4,58,5051,6.29,6.4,4.02 +"11635",2,"Premium","J","I1",61.5,59,5051,8.11,8.06,4.97 +"11636",1.11,"Ideal","J","VS2",61.7,54,5051,6.64,6.69,4.11 +"11637",0.92,"Ideal","D","SI2",61.9,55,5051,6.24,6.27,3.87 +"11638",1.01,"Ideal","D","SI2",61.6,57,5051,6.32,6.45,3.93 +"11639",1.01,"Good","G","SI1",58.4,61,5051,6.51,6.61,3.83 +"11640",1,"Good","E","SI1",57.5,62,5051,6.5,6.58,3.76 +"11641",0.72,"Ideal","F","VVS1",60.8,56,5051,5.83,5.81,3.54 +"11642",0.88,"Very Good","F","VVS2",62,59,5052,6.09,6.13,3.79 +"11643",1.13,"Very Good","E","SI2",60.3,58,5052,6.78,6.86,4.11 +"11644",0.65,"Ideal","D","VVS1",60.9,57,5052,5.58,5.61,3.41 +"11645",1.2,"Good","J","VS2",63.7,56,5053,6.67,6.62,4.23 +"11646",1.14,"Very Good","H","VS2",59.9,57,5053,6.78,6.81,4.07 +"11647",1.2,"Premium","J","VS2",62.6,57,5053,6.8,6.72,4.23 +"11648",1.11,"Good","I","VS2",63.6,58,5054,6.57,6.52,4.16 +"11649",1.01,"Good","D","SI1",63.9,62,5055,6.25,6.31,4.01 +"11650",1.01,"Good","D","SI1",63.9,61,5055,6.28,6.31,4.02 +"11651",1.01,"Very Good","D","SI1",58.1,61,5055,6.59,6.66,3.85 +"11652",1.01,"Very Good","H","VS1",59.6,58,5055,6.46,6.5,3.86 +"11653",1.01,"Very Good","H","VS1",63,55,5055,6.35,6.41,4.02 +"11654",1.01,"Good","D","SI1",63.9,60,5055,6.29,6.32,4.03 +"11655",1.02,"Ideal","E","SI1",60.7,57,5055,6.55,6.51,3.97 +"11656",1.02,"Good","G","SI1",63.6,58,5055,6.39,6.34,4.05 +"11657",1.02,"Ideal","G","SI1",62.8,57,5055,6.38,6.35,4 +"11658",1.07,"Premium","H","SI1",62.1,58,5055,6.56,6.49,4.05 +"11659",1.07,"Premium","H","SI1",62.2,57,5055,6.57,6.48,4.06 +"11660",1.24,"Ideal","H","VS1",63,55,5055,6.84,6.81,4.3 +"11661",1.02,"Premium","H","SI1",59.6,57,5055,6.63,6.55,3.93 +"11662",0.91,"Premium","E","VS2",62.3,58,5055,6.21,6.15,3.85 +"11663",1.02,"Premium","D","SI2",62.8,55,5055,6.46,6.38,4.03 +"11664",0.91,"Premium","E","VS2",61.1,58,5055,6.28,6.2,3.81 +"11665",1.12,"Premium","H","VS1",59.6,57,5055,6.82,6.77,4.05 +"11666",1.14,"Good","I","VS1",63.3,56,5056,6.6,6.68,4.2 +"11667",1.01,"Good","I","VS1",59,63.5,5056,6.5,6.57,3.86 +"11668",1.22,"Very Good","J","VS1",59,63,5056,7.05,7.02,4.15 +"11669",1.1,"Premium","H","SI1",60.4,60,5056,6.72,6.68,4.05 +"11670",0.76,"Ideal","E","VVS1",62.2,55,5056,5.86,5.82,3.63 +"11671",0.91,"Premium","E","VS1",62.7,59,5057,6.15,6.19,3.87 +"11672",0.91,"Very Good","E","VS1",62.8,60,5057,6.08,6.11,3.83 +"11673",1.08,"Ideal","G","SI2",61.3,57,5057,6.55,6.64,4.04 +"11674",1.05,"Premium","D","SI2",60.4,57,5057,6.6,6.55,3.97 +"11675",1,"Very Good","F","SI1",61.8,58,5058,6.37,6.44,3.96 +"11676",1,"Premium","F","SI1",59.8,59,5058,6.49,6.55,3.9 +"11677",1.02,"Very Good","F","SI1",63.1,55,5058,6.45,6.38,4.05 +"11678",1.12,"Premium","I","VS1",62.2,59,5058,6.66,6.59,4.12 +"11679",1.26,"Premium","E","SI2",60.3,60,5058,7,6.94,4.2 +"11680",1,"Premium","F","SI1",62.1,59,5060,6.36,6.39,3.96 +"11681",1,"Good","E","SI1",64.2,58,5061,6.25,6.28,4.02 +"11682",1.11,"Ideal","G","SI1",62.6,57,5061,6.64,6.59,4.14 +"11683",1.13,"Ideal","G","SI2",61.1,54,5062,6.77,6.74,4.13 +"11684",1.01,"Fair","H","VS1",61.4,66,5062,6.34,6.24,3.87 +"11685",1.01,"Ideal","H","SI1",61,56,5062,6.48,6.43,3.94 +"11686",1.22,"Premium","H","SI1",60.6,58,5063,6.91,6.86,4.17 +"11687",1.37,"Very Good","J","SI2",60.7,60,5063,7.07,7.19,4.33 +"11688",1.03,"Ideal","H","SI1",62,57,5063,6.53,6.47,4.03 +"11689",1.07,"Ideal","H","VS1",60.2,57,5063,6.61,6.55,3.96 +"11690",1.29,"Ideal","D","I1",61.3,56,5065,6.99,7.05,4.3 +"11691",1.07,"Ideal","H","SI1",61.5,56,5065,6.6,6.66,4.08 +"11692",1.34,"Very Good","E","SI2",62.1,63,5065,7.06,7.01,4.37 +"11693",1.01,"Very Good","J","VVS2",63.7,57,5067,6.31,6.35,4.03 +"11694",1.01,"Very Good","I","VS2",62.9,56,5067,6.38,6.43,4.03 +"11695",1.01,"Very Good","I","VS2",60.9,59,5067,6.42,6.45,3.92 +"11696",1.01,"Very Good","F","SI2",61,60,5067,6.42,6.46,3.93 +"11697",1.25,"Ideal","J","VS2",62.6,54,5067,6.94,6.9,4.33 +"11698",1.04,"Ideal","E","SI2",61.1,56,5067,6.55,6.51,3.99 +"11699",0.9,"Good","E","VS1",62.2,60,5068,6.12,6.16,3.82 +"11700",1.29,"Very Good","J","VS2",61.3,60,5068,6.96,6.98,4.27 +"11701",0.34,"Premium","E","SI1",60.7,60,596,4.48,4.51,2.73 +"11702",0.34,"Premium","G","VS2",61.3,58,596,4.51,4.53,2.77 +"11703",0.34,"Premium","G","VS2",61.1,60,596,4.51,4.53,2.76 +"11704",0.34,"Premium","H","VS1",61.6,59,596,4.49,4.54,2.78 +"11705",0.34,"Ideal","G","VS2",61.3,55,596,4.49,4.51,2.76 +"11706",0.34,"Premium","E","SI1",59.3,58,596,4.55,4.59,2.71 +"11707",0.34,"Premium","G","VS2",61,58,596,4.46,4.49,2.73 +"11708",0.34,"Ideal","G","VS2",61.5,57,596,4.47,4.51,2.76 +"11709",0.34,"Premium","G","VS2",61.2,58,596,4.46,4.5,2.74 +"11710",0.34,"Premium","G","VS2",62,59,596,4.43,4.47,2.76 +"11711",0.4,"Very Good","J","VS2",62.5,60,596,4.67,4.71,2.93 +"11712",0.4,"Very Good","J","VS2",60.9,62,596,4.73,4.76,2.89 +"11713",0.34,"Ideal","E","SI1",61.4,55,596,4.48,4.54,2.77 +"11714",0.34,"Ideal","G","VS2",61.8,56,596,4.48,4.52,2.78 +"11715",0.34,"Ideal","G","VS2",62,55,596,4.46,4.48,2.77 +"11716",0.34,"Premium","G","VS2",62.4,59,596,4.41,4.47,2.77 +"11717",0.34,"Ideal","G","VS2",62,56,596,4.47,4.5,2.78 +"11718",0.4,"Good","I","SI1",63.2,55,596,4.68,4.72,2.97 +"11719",0.34,"Premium","E","SI1",61.9,59,596,4.44,4.48,2.76 +"11720",0.34,"Ideal","E","SI1",61.4,54,596,4.5,4.53,2.77 +"11721",0.34,"Ideal","G","VS2",62.2,57,596,4.44,4.47,2.77 +"11722",0.34,"Ideal","E","SI1",61.8,56,596,4.45,4.48,2.76 +"11723",0.34,"Very Good","H","VS1",61.3,56,596,4.48,4.53,2.76 +"11724",0.34,"Ideal","G","VS2",61.1,55,596,4.52,4.55,2.77 +"11725",0.34,"Good","H","VS1",63.1,57,596,4.4,4.44,2.79 +"11726",0.34,"Good","G","VS2",63.1,57,596,4.43,4.47,2.81 +"11727",0.34,"Ideal","G","VS2",61.4,57,596,4.48,4.51,2.76 +"11728",0.34,"Ideal","G","VS2",61.7,56,596,4.48,4.53,2.78 +"11729",0.34,"Ideal","G","VS2",61.9,55,596,4.49,4.53,2.79 +"11730",0.34,"Premium","H","VS1",60.8,59,596,4.48,4.53,2.74 +"11731",1.44,"Very Good","E","I1",61.1,62,5068,7.15,7.23,4.39 +"11732",1,"Good","G","VS2",62.7,58,5068,6.24,6.33,3.94 +"11733",1.01,"Ideal","E","SI1",62.2,56,5068,6.43,6.4,3.99 +"11734",1,"Premium","H","VS2",59.6,59,5069,6.54,6.47,3.88 +"11735",1.04,"Very Good","G","SI1",61.8,59,5070,6.49,6.55,4.03 +"11736",1.2,"Ideal","J","SI1",61.9,57,5071,6.8,6.87,4.23 +"11737",1.54,"Premium","H","I1",62,60,5071,7.4,7.32,4.56 +"11738",1.09,"Very Good","I","VS2",62.6,57,5072,6.55,6.62,4.12 +"11739",1.16,"Premium","F","SI2",62.1,59,5072,6.71,6.76,4.18 +"11740",1.22,"Very Good","I","SI2",62.9,56,5072,6.79,6.84,4.29 +"11741",1.05,"Very Good","H","SI1",63.2,59,5072,6.39,6.46,4.06 +"11742",1.25,"Premium","J","SI1",62,58,5073,6.88,6.9,4.27 +"11743",1.1,"Very Good","E","SI2",63,56,5073,6.59,6.55,4.14 +"11744",1.11,"Ideal","I","VS2",62.2,56,5073,6.69,6.62,4.14 +"11745",1.51,"Fair","I","I1",65.7,61,5074,7.08,7.02,4.63 +"11746",1.14,"Ideal","I","VS2",62.9,56,5075,6.71,6.67,4.21 +"11747",1.06,"Premium","H","SI1",61,58,5075,6.61,6.57,4.02 +"11748",1.03,"Premium","D","SI2",60.6,60,5076,6.52,6.46,3.93 +"11749",1.02,"Very Good","F","SI1",60.2,60,5077,6.55,6.61,3.96 +"11750",1.07,"Ideal","F","SI2",62,56,5077,6.51,6.55,4.09 +"11751",1.01,"Very Good","E","SI1",63.3,58,5077,6.39,6.37,4.04 +"11752",1.01,"Premium","E","SI1",63,61,5077,6.42,6.37,4.03 +"11753",1.16,"Ideal","G","SI2",61.6,55,5078,6.78,6.8,4.18 +"11754",1.08,"Premium","H","SI1",62.6,58,5078,6.53,6.56,4.1 +"11755",1.01,"Very Good","F","SI1",62.4,60,5078,6.35,6.4,3.98 +"11756",1.01,"Very Good","F","SI1",62.7,56,5078,6.39,6.36,4 +"11757",1.03,"Premium","H","VS2",62.4,58,5078,6.47,6.39,4.01 +"11758",0.93,"Fair","D","VS2",56.3,67,5078,6.52,6.45,3.65 +"11759",1.02,"Ideal","H","SI1",59.9,56,5079,6.54,6.51,3.91 +"11760",1.26,"Premium","I","SI2",60.1,59,5080,7.03,6.99,4.21 +"11761",1.26,"Premium","J","SI1",61.8,58,5080,6.91,6.88,4.26 +"11762",1.2,"Premium","I","SI2",60,58,5080,6.93,6.91,4.15 +"11763",1.08,"Ideal","E","SI2",61.7,57,5080,6.6,6.55,4.06 +"11764",0.9,"Ideal","G","VS1",62.5,57,5080,6.18,6.13,3.84 +"11765",0.9,"Ideal","D","SI1",61.6,55,5081,6.23,6.27,3.85 +"11766",1.1,"Ideal","E","SI2",61.6,56,5082,6.61,6.64,4.08 +"11767",1.1,"Very Good","I","VS1",60.2,59,5082,6.67,6.71,4.03 +"11768",1.2,"Good","H","SI2",62.2,62,5082,6.69,6.75,4.18 +"11769",1,"Very Good","E","SI1",61.1,60,5082,6.42,6.47,3.94 +"11770",1,"Very Good","E","SI1",60.9,59,5082,6.38,6.43,3.9 +"11771",1,"Good","E","SI1",63.7,60,5082,6.24,6.29,3.99 +"11772",1.2,"Very Good","J","SI1",62.5,58,5082,6.74,6.79,4.23 +"11773",1.21,"Premium","H","SI2",58.2,59,5082,7.05,7.03,4.1 +"11774",1.21,"Premium","H","SI2",61.1,60,5082,6.91,6.86,4.21 +"11775",1.21,"Premium","H","SI2",62.1,56,5082,6.8,6.76,4.21 +"11776",1.02,"Ideal","G","SI1",62.2,56,5082,6.44,6.46,4.01 +"11777",1.21,"Premium","H","SI2",60,61,5082,6.88,6.79,4.1 +"11778",1.2,"Very Good","J","SI1",61.8,57.7,5083,6.78,6.91,4.23 +"11779",1.83,"Fair","J","I1",70,58,5083,7.34,7.28,5.12 +"11780",1.23,"Ideal","J","SI2",63.2,58,5083,6.82,6.74,4.29 +"11781",1.02,"Premium","H","SI1",61.1,58,5084,6.51,6.46,3.96 +"11782",1.01,"Very Good","E","SI1",63.1,57,5085,6.33,6.44,4.03 +"11783",1.2,"Good","H","SI2",59.7,63,5085,6.84,6.87,4.09 +"11784",1.09,"Fair","H","SI1",64.4,60,5085,6.49,6.42,4.16 +"11785",1.13,"Very Good","E","SI1",60.8,58,5086,6.71,6.77,4.1 +"11786",0.92,"Very Good","D","SI1",62,58,5086,6.18,6.21,3.84 +"11787",0.72,"Ideal","F","VVS1",61.8,57,5086,5.73,5.76,3.55 +"11788",1.04,"Premium","G","SI1",61.4,57,5086,6.56,6.5,4.01 +"11789",1.03,"Premium","F","SI1",61.5,59,5087,6.49,6.42,3.97 +"11790",1.03,"Premium","F","SI1",58.6,62,5087,6.65,6.6,3.88 +"11791",1.03,"Premium","F","SI1",61.5,57,5087,6.53,6.44,3.99 +"11792",1.03,"Premium","F","SI1",60.9,61,5087,6.54,6.5,3.97 +"11793",0.9,"Premium","F","VS1",62.7,58,5088,6.14,6.17,3.86 +"11794",1.12,"Very Good","G","SI1",62.5,58,5088,6.6,6.64,4.14 +"11795",1.12,"Very Good","G","SI1",59.5,62,5088,6.76,6.81,4.04 +"11796",1.18,"Very Good","E","SI2",62.5,60,5088,6.7,6.74,4.2 +"11797",1.03,"Good","D","SI1",60.1,62,5088,6.55,6.53,3.93 +"11798",1.1,"Premium","G","SI1",62.3,58,5088,6.61,6.55,4.1 +"11799",1,"Premium","G","SI1",59.6,60,5088,6.49,6.43,3.85 +"11800",1.18,"Ideal","I","SI1",62.2,56,5088,6.85,6.75,4.23 +"11801",1.18,"Premium","I","SI1",62.8,56,5088,6.74,6.71,4.22 +"11802",1.1,"Premium","D","SI2",61.5,60,5088,6.64,6.58,4.06 +"11803",1,"Ideal","G","SI1",61.9,56,5088,6.45,6.37,3.97 +"11804",1.02,"Premium","F","SI1",62.2,58,5089,6.4,6.46,4 +"11805",1.01,"Fair","F","VS2",65.2,52,5090,6.31,6.29,4.11 +"11806",1.06,"Very Good","E","SI1",61.4,58,5090,6.53,6.62,4.04 +"11807",1.01,"Premium","H","SI1",62.3,58,5090,6.44,6.4,4 +"11808",1.04,"Premium","H","SI1",61,58,5090,6.6,6.54,4.01 +"11809",1.01,"Premium","F","SI1",62.9,58,5090,6.43,6.35,4.02 +"11810",1.01,"Premium","G","SI1",60.8,60,5090,6.47,6.39,3.91 +"11811",1.16,"Premium","H","SI1",61.9,59,5091,6.73,6.74,4.17 +"11812",1.21,"Ideal","I","SI2",60.6,56,5091,6.92,6.94,4.2 +"11813",1.16,"Ideal","I","SI1",62.6,57,5091,6.71,6.67,4.19 +"11814",1.07,"Premium","G","SI1",63,55,5091,6.55,6.47,4.1 +"11815",1.07,"Premium","G","SI1",61,58,5091,6.66,6.59,4.04 +"11816",1.11,"Premium","F","SI1",60.4,61,5091,6.72,6.65,4.04 +"11817",1.17,"Ideal","I","SI1",60,59,5092,6.82,6.87,4.11 +"11818",1.03,"Ideal","H","SI1",62,56,5093,6.44,6.49,4.01 +"11819",1,"Good","D","SI1",64.2,60,5093,6.22,6.28,4.01 +"11820",1.16,"Ideal","E","SI2",59.9,57,5093,6.82,6.8,4.08 +"11821",1.16,"Ideal","E","SI2",62.7,56,5093,6.73,6.69,4.21 +"11822",1.07,"Ideal","I","SI1",61.7,56,5093,6.59,6.57,4.06 +"11823",1.12,"Good","H","SI1",59.8,61,5094,6.72,6.85,4.06 +"11824",1.33,"Premium","I","SI2",59.7,59,5094,7.21,7.15,4.29 +"11825",1.05,"Ideal","H","SI1",61.4,57,5095,6.49,6.54,4 +"11826",1.08,"Good","E","SI1",63.1,59,5096,6.49,6.53,4.11 +"11827",1.08,"Ideal","E","SI1",62.6,57,5096,6.53,6.56,4.1 +"11828",1,"Fair","D","SI1",67.3,57,5096,6.15,6.04,4.1 +"11829",1,"Premium","D","SI1",61.4,58,5096,6.4,6.34,3.91 +"11830",1.14,"Ideal","I","SI1",60.8,58,5096,6.71,6.74,4.09 +"11831",1.21,"Good","J","VS2",61,64,5096,6.89,6.79,4.17 +"11832",1.01,"Premium","F","SI2",62.2,59,5096,6.41,6.38,3.98 +"11833",1.3,"Premium","H","SI2",61.3,58,5096,6.99,6.95,4.27 +"11834",1,"Premium","H","VS2",61.3,61,5096,6.44,6.38,3.93 +"11835",1.21,"Premium","J","VS2",61.9,59,5096,6.84,6.77,4.21 +"11836",1,"Premium","D","SI1",62.2,58,5096,6.28,6.23,3.89 +"11837",1,"Good","D","SI1",60.4,64,5096,6.39,6.3,3.83 +"11838",1,"Ideal","G","SI1",63,55,5096,6.42,6.41,4.04 +"11839",1.2,"Premium","I","SI1",61.4,57,5098,6.87,6.8,4.2 +"11840",1.09,"Premium","G","VS2",62.1,57,5098,6.6,6.55,4.08 +"11841",1.22,"Ideal","H","SI2",61,57,5099,6.89,6.95,4.22 +"11842",1.01,"Ideal","I","VS2",62,54,5099,6.43,6.47,4 +"11843",1.02,"Premium","H","VS2",61.8,58,5100,6.49,6.43,3.99 +"11844",1.31,"Very Good","J","SI2",61.8,59,5100,6.96,7.02,4.32 +"11845",1.13,"Premium","H","SI1",62.3,58,5101,6.67,6.68,4.16 +"11846",0.95,"Very Good","D","SI1",63.7,55,5101,6.2,6.24,3.96 +"11847",1.05,"Ideal","I","VS1",61.5,55,5101,6.56,6.61,4.05 +"11848",1.03,"Premium","E","SI1",61.3,60,5101,6.53,6.51,4 +"11849",0.91,"Premium","E","VS1",60.6,58,5101,6.32,6.25,3.81 +"11850",1.04,"Premium","H","VVS1",60.4,58,5102,6.58,6.53,3.96 +"11851",0.9,"Very Good","G","VVS2",59.8,60,5102,6.23,6.28,3.74 +"11852",0.9,"Very Good","E","VS1",60.7,61,5102,6.21,6.24,3.78 +"11853",1.04,"Ideal","H","SI1",62.3,57,5102,6.45,6.48,4.03 +"11854",1.11,"Ideal","H","SI1",62,56,5102,6.65,6.61,4.11 +"11855",1.11,"Premium","H","SI1",62.1,58,5102,6.6,6.57,4.09 +"11856",1.07,"Ideal","I","VS1",62.2,58,5103,6.52,6.57,4.07 +"11857",1.36,"Premium","H","SI2",60.1,56,5103,7.23,7.18,4.38 +"11858",1.03,"Premium","I","VS1",60.4,59,5104,6.57,6.51,3.95 +"11859",1.05,"Ideal","D","SI1",60,55,5104,6.66,6.61,3.98 +"11860",1.04,"Ideal","I","VS2",61.5,57,5105,6.49,6.52,4 +"11861",1.03,"Premium","G","SI1",60.5,60,5105,6.52,6.48,3.93 +"11862",1.03,"Ideal","D","SI2",61.8,54,5105,6.52,6.46,4.01 +"11863",1.03,"Premium","H","SI1",59.2,60,5105,6.62,6.58,3.91 +"11864",1.08,"Ideal","F","SI1",62.9,57,5106,6.54,6.53,4.11 +"11865",1.34,"Fair","G","SI2",64.7,55,5106,7.03,6.97,4.53 +"11866",1.01,"Very Good","F","SI1",63.2,56,5107,6.32,6.37,4.01 +"11867",1.01,"Very Good","F","SI1",62,56,5107,6.41,6.47,3.99 +"11868",1.12,"Premium","D","SI2",58.2,60,5107,6.9,6.81,3.99 +"11869",1.16,"Ideal","I","SI1",62.4,57,5107,6.71,6.75,4.2 +"11870",1.01,"Ideal","G","SI1",62.9,56,5107,6.39,6.43,4.03 +"11871",1.26,"Premium","J","VS2",62.5,58,5107,6.92,6.9,4.32 +"11872",1.2,"Premium","J","VS1",59.1,61,5107,7,6.94,4.12 +"11873",1.2,"Ideal","I","SI1",62.5,57,5107,6.77,6.71,4.21 +"11874",1.2,"Very Good","I","VVS2",61.7,63,5107,6.72,6.7,4.13 +"11875",1.5,"Good","J","SI2",63.7,58,5107,7.19,7.13,4.56 +"11876",1.07,"Ideal","H","VS2",61.8,56,5108,6.52,6.55,4.04 +"11877",1.05,"Ideal","D","SI2",61.9,56,5110,6.5,6.53,4.03 +"11878",1.25,"Good","J","SI1",63.6,57,5110,6.86,6.81,4.35 +"11879",0.95,"Very Good","G","VS1",61.7,58,5111,6.26,6.34,3.89 +"11880",1.21,"Very Good","I","SI2",62,56,5111,6.79,6.86,4.23 +"11881",1.03,"Ideal","G","SI1",60.1,59,5111,6.6,6.57,3.96 +"11882",1.08,"Premium","H","VS1",62.5,60,5111,6.55,6.51,4.08 +"11883",1.17,"Ideal","H","SI2",62.3,57,5111,6.78,6.74,4.21 +"11884",0.99,"Very Good","F","SI1",62.5,58,5112,6.36,6.38,3.98 +"11885",0.87,"Ideal","E","SI1",61.5,57,5112,6.12,6.15,3.77 +"11886",1.06,"Premium","G","SI1",62.2,57,5113,6.53,6.47,4.04 +"11887",1,"Very Good","E","SI1",63.3,57,5113,6.28,6.32,3.99 +"11888",1.01,"Good","G","SI1",63.7,60,5113,6.32,6.28,4.01 +"11889",1.01,"Very Good","G","SI1",63.2,59,5113,6.36,6.32,4.01 +"11890",1.06,"Premium","G","SI1",61.5,59,5113,6.57,6.53,4.03 +"11891",1.26,"Premium","J","SI1",61.7,58,5114,6.91,6.99,4.29 +"11892",1.2,"Very Good","H","SI1",63.3,57,5114,6.75,6.7,4.26 +"11893",1.02,"Ideal","F","SI2",62.9,58,5115,6.34,6.42,4.01 +"11894",1.2,"Very Good","G","SI2",62.6,60,5116,6.68,6.74,4.2 +"11895",1.2,"Very Good","G","SI2",59.7,59,5116,6.89,6.94,4.13 +"11896",1.06,"Ideal","I","VS2",61.4,55,5116,6.59,6.61,4.05 +"11897",0.9,"Premium","E","VS1",62.1,59,5116,6.15,6.09,3.8 +"11898",1.01,"Very Good","G","VS2",62.8,58,5119,6.35,6.42,4.01 +"11899",1,"Very Good","F","SI1",60.5,60,5119,6.38,6.45,3.88 +"11900",1.12,"Premium","I","VS2",61.9,58,5119,6.68,6.63,4.12 +"11901",1.13,"Ideal","E","SI2",61.8,57,5120,6.68,6.65,4.12 +"11902",1.01,"Premium","H","VS2",62.1,57,5120,6.45,6.39,3.99 +"11903",1.15,"Premium","I","VS2",62.6,56,5120,6.74,6.67,4.2 +"11904",1.15,"Premium","F","SI2",61.1,57,5120,6.82,6.77,4.15 +"11905",1,"Very Good","H","VS2",62.9,57,5121,6.31,6.35,3.98 +"11906",1.27,"Premium","J","SI1",61.8,58,5121,6.97,6.91,4.29 +"11907",0.9,"Very Good","F","SI1",62.3,57,5122,6.13,6.16,3.83 +"11908",1,"Very Good","F","SI1",63.5,56,5122,6.28,6.35,4.01 +"11909",1.01,"Very Good","D","SI1",62.2,58,5122,6.36,6.4,3.97 +"11910",0.9,"Ideal","F","SI1",61,56,5122,6.17,6.19,3.77 +"11911",1.01,"Fair","D","SI1",66.2,56,5122,6.05,6.1,4.02 +"11912",1.15,"Premium","I","SI2",61.3,57.3,5123,6.71,6.78,4.13 +"11913",0.9,"Very Good","D","SI1",62.3,53,5123,6.2,6.22,3.87 +"11914",1.07,"Premium","H","SI1",60,60,5123,6.65,6.61,3.98 +"11915",1.07,"Premium","H","SI1",61.5,57,5123,6.63,6.55,4.05 +"11916",1.07,"Premium","H","SI1",60.4,59,5123,6.65,6.62,4.01 +"11917",1.07,"Ideal","H","SI1",60.9,57,5123,6.68,6.61,4.05 +"11918",1.21,"Ideal","I","SI1",62.4,55,5124,6.78,6.81,4.24 +"11919",1.16,"Ideal","J","SI1",61.8,55,5124,6.75,6.78,4.18 +"11920",1.3,"Good","J","SI2",62.9,56,5124,6.9,6.94,4.35 +"11921",1.22,"Ideal","I","SI1",62.5,56,5124,6.82,6.79,4.25 +"11922",1.09,"Ideal","H","SI1",62.3,55,5125,6.58,6.61,4.11 +"11923",1.09,"Ideal","H","SI1",61.1,57,5125,6.6,6.69,4.1 +"11924",1.09,"Ideal","H","SI1",62.5,56,5125,6.53,6.58,4.1 +"11925",1.09,"Ideal","H","SI1",61.1,57,5125,6.62,6.71,4.07 +"11926",1.15,"Ideal","J","VS2",60.7,55,5125,6.77,6.83,4.13 +"11927",1.04,"Ideal","E","SI2",61.9,57,5125,6.48,6.51,4.02 +"11928",1.24,"Ideal","J","SI1",61.9,56,5125,6.95,6.88,4.28 +"11929",1.01,"Ideal","H","SI1",62.6,55,5126,6.41,6.44,4.02 +"11930",0.93,"Ideal","G","SI1",60.1,57,5126,6.33,6.41,3.83 +"11931",1.05,"Ideal","G","SI2",62.7,57,5127,6.45,6.51,4.06 +"11932",1.11,"Ideal","G","SI1",62,57,5127,6.69,6.61,4.12 +"11933",1.09,"Premium","E","SI2",60.9,59,5127,6.75,6.61,4.07 +"11934",1.09,"Ideal","E","SI2",61.6,55,5127,6.64,6.6,4.08 +"11935",1.09,"Ideal","E","SI2",61.9,55,5127,6.64,6.6,4.1 +"11936",1.09,"Premium","E","SI2",61.4,58,5127,6.67,6.63,4.08 +"11937",1.24,"Premium","J","VS2",62,58,5128,6.87,6.91,4.27 +"11938",1.05,"Ideal","H","SI1",62.4,57,5128,6.49,6.52,4.06 +"11939",1.03,"Premium","H","SI1",62.5,59,5129,6.46,6.41,4.02 +"11940",1.09,"Very Good","H","SI1",60.6,60,5131,6.61,6.68,4.03 +"11941",1.02,"Very Good","H","SI1",59.9,58,5131,6.57,6.66,3.96 +"11942",1.01,"Premium","G","VS2",61.2,59,5131,6.43,6.37,3.92 +"11943",1.01,"Fair","F","SI1",65,61,5131,6.29,6.23,4.07 +"11944",1.1,"Good","H","SI1",63.6,58,5131,6.55,6.5,4.15 +"11945",1.01,"Good","E","SI1",63.6,60,5132,6.32,6.38,4.04 +"11946",1.01,"Good","E","SI1",63.7,58,5132,6.32,6.36,4.04 +"11947",1.01,"Very Good","D","SI1",61.5,54,5132,6.4,6.47,3.96 +"11948",1.01,"Good","E","SI1",63.4,60,5132,6.3,6.34,4.01 +"11949",1.01,"Very Good","E","SI1",58.2,59,5132,6.54,6.59,3.82 +"11950",1.01,"Very Good","E","SI1",62.8,60,5132,6.38,6.39,4.01 +"11951",1.01,"Ideal","E","SI1",61.8,56,5132,6.46,6.51,4.01 +"11952",1.13,"Premium","D","SI2",60.9,59,5133,6.65,6.72,4.07 +"11953",1.11,"Premium","D","SI2",61.3,60,5134,6.6,6.54,4.03 +"11954",1.05,"Premium","D","SI2",58.9,58,5134,6.74,6.67,3.95 +"11955",1.03,"Premium","H","SI1",59.5,58,5134,6.64,6.58,3.93 +"11956",1.11,"Premium","D","SI2",59.9,57,5134,6.74,6.72,4.03 +"11957",1.14,"Premium","F","SI1",62.5,59,5135,6.65,6.67,4.16 +"11958",0.9,"Very Good","G","VS1",61.4,57,5135,6.2,6.24,3.82 +"11959",1.21,"Very Good","J","VS2",62.2,59,5136,6.79,6.84,4.24 +"11960",1.16,"Premium","D","SI2",62.5,60,5136,6.7,6.64,4.17 +"11961",1.04,"Very Good","F","SI1",63.4,59,5137,6.44,6.4,4.07 +"11962",1.08,"Premium","D","SI2",62.1,58,5138,6.62,6.59,4.1 +"11963",1.01,"Premium","G","SI1",62.3,59,5139,6.38,6.3,3.95 +"11964",1,"Very Good","H","VS2",63.3,53,5139,0,0,0 +"11965",1.15,"Premium","H","SI1",60.9,57,5139,6.8,6.72,4.12 +"11966",1,"Premium","H","VS2",59.7,59,5139,6.57,6.52,3.91 +"11967",1,"Ideal","H","VS2",62.5,56,5139,6.41,6.33,3.98 +"11968",1.33,"Fair","F","SI2",64.5,58,5139,6.97,6.86,4.46 +"11969",1.05,"Premium","H","SI1",60.2,62,5139,6.57,6.52,3.94 +"11970",1.14,"Premium","G","SI2",60.9,56,5139,6.8,6.73,4.12 +"11971",1.2,"Very Good","J","VS2",59.9,60,5140,6.98,6.95,4.17 +"11972",1.01,"Ideal","F","SI1",62.3,55,5140,6.37,6.44,3.99 +"11973",1.21,"Premium","H","SI2",60.6,56,5140,6.92,6.84,4.17 +"11974",1.3,"Premium","J","SI2",61.1,61,5140,7,6.95,4.26 +"11975",1.5,"Very Good","J","I1",63.3,58,5141,7.27,7.23,4.59 +"11976",1.2,"Good","G","SI2",63.6,54,5141,6.75,6.71,4.28 +"11977",1.2,"Premium","I","SI2",62.7,58,5141,6.82,6.76,4.26 +"11978",0.9,"Ideal","F","VS2",61.6,57,5141,6.21,6.16,3.81 +"11979",1.08,"Ideal","H","SI2",61.4,57,5141,6.66,6.6,4.07 +"11980",1.08,"Ideal","I","SI1",62.6,54,5141,6.56,6.51,4.09 +"11981",1.01,"Ideal","G","SI1",61.8,55,5141,6.46,6.43,3.98 +"11982",1.06,"Premium","F","SI1",61,58,5142,6.6,6.65,4.04 +"11983",1.06,"Premium","F","SI1",62.1,58,5142,6.5,6.52,4.04 +"11984",1.06,"Very Good","F","SI1",61.2,57,5142,6.58,6.68,4.06 +"11985",1.2,"Very Good","J","SI1",61.2,55,5142,6.84,6.88,4.2 +"11986",1.07,"Very Good","H","SI1",59.2,61,5143,6.65,6.67,3.94 +"11987",1.09,"Ideal","F","SI2",61.6,55,5143,6.59,6.65,4.08 +"11988",1.03,"Ideal","G","SI1",60.3,58,5143,6.57,6.62,3.98 +"11989",1.06,"Ideal","H","SI1",62.2,57,5143,6.56,6.49,4.06 +"11990",1.01,"Fair","F","SI1",57.9,57,5144,6.53,6.57,3.79 +"11991",0.91,"Very Good","E","VS2",61.1,58,5145,6.2,6.28,3.81 +"11992",1.04,"Ideal","F","SI1",61.2,56,5145,6.54,6.6,4.02 +"11993",1.14,"Ideal","H","SI1",61.6,57,5146,6.68,6.73,4.13 +"11994",1.24,"Good","H","SI1",62,65,5146,6.88,6.84,4.25 +"11995",1.01,"Ideal","D","SI1",62.4,54,5147,6.52,6.38,4.03 +"11996",1.03,"Ideal","G","SI1",61.1,57,5147,6.54,6.58,4.01 +"11997",1.13,"Very Good","E","SI2",63.4,59,5147,6.53,6.59,4.16 +"11998",1.06,"Ideal","E","SI2",60.9,57,5147,6.58,6.62,4.02 +"11999",1.01,"Good","D","SI1",63.9,60,5147,6.32,6.29,4.03 +"12000",1.01,"Good","D","SI1",63.9,62,5147,6.31,6.25,4.01 +"12001",1.01,"Good","D","SI1",63.9,61,5147,6.31,6.28,4.02 +"12002",1.01,"Premium","H","VS1",61.6,57,5147,6.47,6.38,3.96 +"12003",1.01,"Premium","D","SI1",59.8,54,5147,6.6,6.5,3.93 +"12004",1.01,"Premium","D","SI1",59.2,61,5147,6.4,6.34,3.77 +"12005",1.01,"Premium","D","SI1",58.1,61,5147,6.66,6.59,3.85 +"12006",1.01,"Fair","D","SI1",64.4,61,5147,6.17,6.13,3.96 +"12007",1,"Good","G","VS2",63.8,59,5148,6.26,6.34,4.02 +"12008",0.9,"Very Good","G","VS1",61.5,56,5148,6.2,6.23,3.82 +"12009",1.14,"Very Good","I","VS1",63.3,56,5148,6.68,6.6,4.2 +"12010",1.14,"Premium","I","VS1",60.3,57,5148,6.83,6.81,4.11 +"12011",1.13,"Ideal","I","SI1",61.9,57,5149,6.68,6.66,4.13 +"12012",1.09,"Ideal","H","SI1",61.4,57,5149,6.66,6.6,4.07 +"12013",1.09,"Premium","H","SI1",60.5,60,5149,6.72,6.67,4.05 +"12014",1.09,"Ideal","H","SI1",62.3,57,5149,6.58,6.54,4.09 +"12015",0.9,"Very Good","E","VS1",61.1,59,5151,6.14,6.2,3.77 +"12016",0.83,"Ideal","E","VS1",62.2,56,5151,5.99,6.03,3.74 +"12017",1.26,"Premium","I","SI2",60.1,59,5151,7,6.91,4.18 +"12018",1,"Premium","F","SI1",59.8,59,5151,6.55,6.49,3.9 +"12019",1,"Premium","F","SI1",61.8,58,5151,6.44,6.37,3.96 +"12020",1.04,"Very Good","F","SI1",59.7,59,5152,6.67,6.56,3.95 +"12021",1,"Premium","F","SI1",62.5,59,5152,6.39,6.34,3.98 +"12022",1.06,"Premium","H","VS2",61.1,59,5152,6.58,6.51,4 +"12023",1.15,"Ideal","J","VS1",61.5,55,5152,6.81,6.76,4.17 +"12024",1.11,"Ideal","I","VS1",63,56,5152,6.61,6.57,4.15 +"12025",1,"Premium","F","SI1",62.1,59,5152,6.39,6.36,3.96 +"12026",1.11,"Premium","E","SI2",62.6,59,5152,6.71,6.65,4.18 +"12027",1,"Premium","G","SI1",60.5,61,5152,6.51,6.45,3.92 +"12028",1.27,"Ideal","I","SI2",62.1,56,5154,6.92,6.96,4.31 +"12029",1.18,"Ideal","I","SI1",62.1,56,5154,6.79,6.77,4.21 +"12030",0.73,"Ideal","F","VVS1",61.9,56,5154,5.75,5.79,3.57 +"12031",0.34,"Ideal","G","VS2",62.2,55,596,4.47,4.5,2.79 +"12032",0.4,"Good","I","SI1",63.9,57,596,4.66,4.7,2.99 +"12033",0.34,"Ideal","G","VS2",61,57,596,4.48,4.5,2.74 +"12034",0.34,"Premium","G","VS2",61.8,58,596,4.47,4.5,2.77 +"12035",0.34,"Ideal","G","VS2",62.1,57,596,4.46,4.5,2.78 +"12036",0.34,"Premium","G","VS2",61.6,60,596,4.47,4.49,2.76 +"12037",0.34,"Ideal","G","VS2",62.7,55,596,4.48,4.49,2.81 +"12038",0.4,"Very Good","I","SI1",59.8,57,596,4.8,4.83,2.88 +"12039",0.34,"Very Good","E","SI1",62.9,55,596,4.47,4.5,2.82 +"12040",0.34,"Premium","G","VS2",60.2,58,596,4.52,4.55,2.73 +"12041",0.34,"Very Good","E","SI1",63,55,596,4.42,4.47,2.8 +"12042",0.4,"Good","G","SI2",63.2,56,596,4.7,4.73,2.98 +"12043",0.4,"Good","I","SI1",63.2,54,596,4.67,4.69,2.96 +"12044",0.34,"Ideal","G","VS2",62.1,55,596,4.46,4.49,2.78 +"12045",0.4,"Good","G","SI2",63.4,59,596,4.64,4.66,2.95 +"12046",0.34,"Premium","H","VS1",62.2,58,596,4.43,4.48,2.77 +"12047",0.34,"Good","E","SI1",63.3,56,596,4.41,4.44,2.8 +"12048",0.34,"Very Good","E","SI1",59,60,596,4.56,4.62,2.71 +"12049",0.34,"Ideal","G","VS2",62,54,596,4.47,4.5,2.78 +"12050",0.4,"Ideal","I","SI1",61.6,56,596,4.68,4.74,2.9 +"12051",0.34,"Good","I","VVS2",63.1,56,596,4.43,4.47,2.81 +"12052",0.34,"Ideal","H","VS1",62.3,55,596,4.45,4.48,2.78 +"12053",0.34,"Premium","H","VS1",62.1,58,596,4.46,4.49,2.78 +"12054",0.34,"Premium","G","VS2",61.6,58,596,4.45,4.51,2.76 +"12055",0.34,"Very Good","G","VS2",60.3,54,596,4.53,4.56,2.74 +"12056",0.34,"Premium","I","VVS2",61.5,60,596,4.45,4.49,2.75 +"12057",0.26,"Very Good","F","VVS2",60,59,597,4.11,4.15,2.48 +"12058",0.26,"Very Good","F","VVS2",63.2,54,597,4.05,4.08,2.57 +"12059",0.26,"Very Good","F","VVS2",59.9,59,597,4.12,4.2,2.49 +"12060",0.26,"Very Good","E","VVS2",63,58,597,4.08,4.11,2.58 +"12061",0.73,"Ideal","F","VVS1",61.4,56,5154,5.8,5.81,3.56 +"12062",1.01,"Ideal","F","SI2",62.4,54,5154,6.41,6.44,4.01 +"12063",1.01,"Ideal","F","SI2",61.7,56,5154,6.43,6.47,3.98 +"12064",1.08,"Ideal","H","SI1",59.7,60,5154,6.71,6.69,4 +"12065",1.04,"Premium","D","SI2",59.8,58,5154,6.61,6.56,3.94 +"12066",1.04,"Premium","H","SI1",61.6,58,5154,6.53,6.48,4.01 +"12067",1,"Premium","G","SI1",61.9,62,5154,6.22,6.18,3.84 +"12068",1.2,"Premium","G","SI1",62.2,58,5154,6.8,6.7,4.2 +"12069",1.08,"Very Good","H","VS2",62.2,57,5155,6.5,6.55,4.06 +"12070",1.02,"Very Good","F","SI1",60.7,59,5155,6.49,6.55,3.96 +"12071",0.94,"Ideal","D","SI2",62.2,56,5155,6.24,6.27,3.89 +"12072",1.25,"Premium","J","VS1",60.9,59,5156,6.9,6.92,4.21 +"12073",1.05,"Ideal","D","SI2",62.1,56,5156,6.48,6.54,4.04 +"12074",1.37,"Premium","J","SI2",60.7,60,5156,7.19,7.07,4.33 +"12075",1.62,"Premium","J","SI2",61.8,59,5157,7.48,7.44,4.61 +"12076",1.01,"Ideal","H","SI1",61.8,54,5158,6.48,6.44,3.99 +"12077",1.09,"Ideal","I","VS2",62,57,5158,6.64,6.58,4.1 +"12078",1.23,"Ideal","J","SI2",62.4,58,5158,6.79,6.86,4.26 +"12079",1.29,"Ideal","D","I1",61.3,56,5158,7.05,6.99,4.3 +"12080",0.94,"Ideal","F","SI2",60.6,54,5159,6.39,6.34,3.86 +"12081",1.06,"Ideal","D","SI2",62.3,55,5159,6.5,6.54,4.06 +"12082",1.06,"Ideal","G","SI1",62,56,5159,6.52,6.55,4.05 +"12083",1.22,"Very Good","J","VS2",60.8,56,5160,6.95,6.91,4.21 +"12084",0.9,"Very Good","F","VS2",62.7,58,5160,6.12,6.19,3.86 +"12085",0.9,"Ideal","F","VS2",62.3,57,5160,6.18,6.21,3.86 +"12086",1,"Fair","G","VS2",64.5,58,5161,6.26,6.2,4.02 +"12087",1.44,"Premium","E","I1",61.1,62,5161,7.23,7.15,4.39 +"12088",1.05,"Premium","H","SI1",59.3,58,5161,6.65,6.61,3.93 +"12089",1.28,"Premium","H","SI2",62.5,62,5161,6.89,6.84,4.3 +"12090",1.23,"Ideal","F","SI2",61.9,56,5163,6.89,6.93,4.28 +"12091",1.06,"Very Good","G","SI1",63.4,58,5163,6.44,6.47,4.09 +"12092",1.17,"Very Good","E","SI2",62.5,59,5163,6.65,6.7,4.17 +"12093",1.18,"Ideal","I","SI2",61.9,54,5163,6.77,6.84,4.21 +"12094",1.04,"Ideal","E","SI2",61.6,55,5163,6.51,6.54,4.02 +"12095",1.09,"Ideal","D","SI2",62.1,56,5164,6.56,6.59,4.08 +"12096",1.09,"Premium","D","SI2",61.2,60,5164,6.6,6.64,4.05 +"12097",1.08,"Ideal","F","SI2",61.3,55,5164,6.59,6.62,4.05 +"12098",1.13,"Ideal","G","SI2",62.9,54,5164,6.72,6.67,4.21 +"12099",1.16,"Premium","F","SI2",62.1,59,5164,6.76,6.71,4.18 +"12100",1.16,"Premium","F","SI2",62.4,59,5164,6.72,6.64,4.17 +"12101",1.01,"Very Good","I","VS1",61.7,59,5165,6.45,6.51,4 +"12102",1.09,"Very Good","E","SI2",62.2,58,5165,6.54,6.61,4.09 +"12103",1.13,"Ideal","I","VS2",62.2,55,5165,6.69,6.67,4.15 +"12104",1.22,"Premium","I","SI2",62.9,56,5165,6.84,6.79,4.29 +"12105",1.1,"Premium","D","SI1",60.4,59,5166,6.66,6.69,4.03 +"12106",1.01,"Premium","H","VS2",59.1,58,5166,6.58,6.59,3.89 +"12107",1.01,"Ideal","H","VS2",62.7,56,5166,6.35,6.4,4 +"12108",1.01,"Good","H","VS2",63.1,59,5166,6.3,6.34,3.99 +"12109",1.01,"Premium","H","VS2",61.6,59,5166,6.45,6.47,3.98 +"12110",1.01,"Premium","H","VS2",61.6,59,5166,6.39,6.41,3.94 +"12111",1.01,"Premium","H","VS2",61.3,59,5166,6.41,6.45,3.94 +"12112",1.01,"Very Good","D","SI2",64,56,5166,6.3,6.38,4.06 +"12113",1.01,"Ideal","G","SI1",62.2,55,5166,6.44,6.46,4.01 +"12114",1.25,"Premium","J","SI1",62,58,5166,6.9,6.88,4.27 +"12115",1.25,"Premium","I","SI2",60.5,58,5166,7,6.96,4.22 +"12116",1.05,"Premium","H","VS2",62.3,57,5166,6.49,6.45,4.03 +"12117",0.9,"Very Good","F","VS1",61.5,55,5167,6.25,6.28,3.85 +"12118",1.07,"Ideal","I","VS2",60.6,59,5167,6.64,6.62,4.02 +"12119",1.09,"Good","F","SI2",60.8,61.4,5167,6.59,6.64,4.02 +"12120",0.91,"Premium","G","VVS2",61.8,58,5167,6.24,6.16,3.83 +"12121",0.91,"Premium","D","VS2",62,58,5167,6.2,6.15,3.83 +"12122",1.35,"Premium","G","SI2",60.5,60,5167,7.16,7.11,4.32 +"12123",0.91,"Premium","E","VS1",61.9,59,5167,6.23,6.17,3.84 +"12124",1.18,"Good","D","SI2",60.7,63,5168,6.77,6.81,4.12 +"12125",1,"Very Good","D","VS2",63.4,59,5169,6.35,6.3,4.01 +"12126",1.02,"Premium","G","SI1",61.7,58,5169,6.47,6.37,3.96 +"12127",1.3,"Ideal","G","SI2",61.9,57,5169,7.01,6.95,4.32 +"12128",1,"Premium","H","VS1",61.8,61,5169,6.4,6.31,3.93 +"12129",1.25,"Premium","J","VS2",62,59,5170,6.87,6.9,4.27 +"12130",1.57,"Ideal","H","I1",62.8,56,5170,7.42,7.36,4.64 +"12131",0.93,"Ideal","H","VS1",61.8,57,5171,6.23,6.27,3.86 +"12132",1.08,"Fair","H","VVS2",55.9,63,5171,6.9,6.8,3.83 +"12133",1.08,"Premium","H","SI1",62.6,58,5171,6.56,6.53,4.1 +"12134",1.02,"Premium","H","VS2",61.9,57,5171,6.5,6.4,3.99 +"12135",1.16,"Ideal","G","SI2",61.6,55,5171,6.8,6.78,4.18 +"12136",1.01,"Very Good","H","SI1",63,57,5172,6.34,6.36,4 +"12137",1.08,"Ideal","I","VS2",61.9,57,5172,6.54,6.61,4.07 +"12138",1.26,"Premium","J","VS2",62,60,5173,7,6.86,4.3 +"12139",1.2,"Very Good","D","SI2",63.2,60,5174,6.65,6.54,4.17 +"12140",1,"Very Good","E","SI1",63.5,61,5174,6.33,6.24,3.99 +"12141",1.2,"Premium","H","SI2",62.4,61,5174,6.81,6.78,4.24 +"12142",1.2,"Ideal","I","SI1",62.1,55,5174,6.83,6.79,4.23 +"12143",1.01,"Very Good","F","SI1",62.7,57,5174,6.32,6.38,3.98 +"12144",1.01,"Very Good","F","SI1",61,57,5174,6.44,6.54,3.96 +"12145",1.2,"Ideal","I","SI1",62.2,56,5174,6.75,6.73,4.19 +"12146",1.14,"Ideal","J","SI1",61.5,56,5174,6.7,6.74,4.13 +"12147",1,"Good","E","SI1",63.7,60,5174,6.29,6.24,3.99 +"12148",1,"Good","D","VS2",62.1,64,5174,6.38,6.35,3.95 +"12149",1,"Premium","D","VS2",62.9,57,5174,6.37,6.32,3.99 +"12150",1.2,"Premium","H","VVS2",60,60,5174,6.86,6.78,4.09 +"12151",1,"Premium","E","SI1",61.1,60,5174,6.47,6.42,3.94 +"12152",1.1,"Ideal","E","SI2",61.6,56,5174,6.64,6.61,4.08 +"12153",1.1,"Premium","E","SI2",61.7,59,5174,6.64,6.59,4.08 +"12154",1.23,"Ideal","I","SI2",62.1,56,5175,6.84,6.88,4.26 +"12155",1.3,"Good","J","VS2",63.6,59,5175,6.87,6.9,4.38 +"12156",1,"Very Good","E","SI1",63.1,59,5175,6.34,6.4,4.02 +"12157",1.31,"Premium","E","SI2",61.2,60,5176,7.02,6.93,4.27 +"12158",0.91,"Ideal","F","SI1",62,55,5176,6.21,6.24,3.86 +"12159",1.3,"Premium","J","SI1",61.5,58,5176,7.02,6.97,4.3 +"12160",1.08,"Ideal","D","SI2",59.1,60,5177,6.7,6.76,3.98 +"12161",1.07,"Premium","G","VS2",59.8,58,5177,6.67,6.63,3.98 +"12162",1.12,"Ideal","H","SI2",62.4,54,5178,6.65,6.68,4.16 +"12163",1.11,"Fair","H","SI1",65.7,61,5178,6.42,6.39,4.21 +"12164",1.13,"Very Good","H","SI2",62,58,5179,6.67,6.71,4.15 +"12165",1.13,"Premium","E","SI1",60.8,58,5179,6.77,6.71,4.1 +"12166",1.04,"Premium","H","SI1",60.7,58,5179,6.55,6.53,3.97 +"12167",1.03,"Ideal","I","VS1",61.3,53,5181,6.54,6.57,4.01 +"12168",1.23,"Ideal","J","SI1",61.3,54,5181,6.92,6.97,4.26 +"12169",1.18,"Premium","E","SI2",62.5,60,5181,6.74,6.7,4.2 +"12170",1.12,"Premium","G","SI1",59.5,62,5181,6.81,6.76,4.04 +"12171",1.69,"Very Good","J","I1",60.2,61,5182,7.7,7.79,4.66 +"12172",1.18,"Ideal","J","VS1",61.4,56,5182,6.79,6.82,4.18 +"12173",1.18,"Ideal","J","VS1",61.7,56,5182,6.79,6.82,4.2 +"12174",1.01,"Ideal","I","VS1",61.1,54,5182,6.46,6.48,3.95 +"12175",1.18,"Ideal","H","SI2",61.2,57,5182,6.81,6.86,4.18 +"12176",0.92,"Very Good","G","VVS2",62.3,57,5183,6.19,6.27,3.88 +"12177",1.02,"Premium","E","SI1",62.6,58,5183,6.44,6.47,4.05 +"12178",1.2,"Very Good","G","SI2",62.1,56,5183,6.79,6.87,4.24 +"12179",1.02,"Premium","E","SI1",61.5,58,5183,6.46,6.51,3.99 +"12180",1.02,"Good","E","SI1",63.2,61,5183,6.31,6.37,4.01 +"12181",1.06,"Premium","G","SI1",62.7,56,5183,6.55,6.46,4.08 +"12182",1.23,"Premium","H","SI1",62.1,58,5183,6.85,6.78,4.23 +"12183",1.01,"Ideal","F","SI1",62,57,5184,6.38,6.42,3.97 +"12184",1.21,"Premium","I","SI2",62.7,55,5184,6.84,6.79,4.27 +"12185",1.21,"Premium","G","SI2",59.1,55,5184,7.04,6.98,4.14 +"12186",1.21,"Ideal","I","SI2",60.6,56,5184,6.94,6.92,4.2 +"12187",1.01,"Fair","E","SI1",56.8,61,5185,6.59,6.62,3.75 +"12188",1.01,"Very Good","H","VS2",62,59,5186,6.45,6.48,4.01 +"12189",1.15,"Very Good","D","SI2",61.8,61,5186,6.62,6.69,4.11 +"12190",1.09,"Premium","D","SI2",60.3,60,5186,6.68,6.61,4.01 +"12191",1.05,"Fair","F","SI1",64.6,57,5186,6.39,6.33,4.11 +"12192",1.31,"Very Good","I","SI2",59.6,60,5187,7.09,7.17,4.25 +"12193",1.06,"Ideal","H","SI1",61.7,56,5188,6.58,6.55,4.05 +"12194",1.01,"Ideal","H","SI1",62.1,59,5189,6.38,6.43,3.98 +"12195",1.08,"Very Good","E","SI1",63.1,59,5189,6.53,6.49,4.11 +"12196",1.04,"Ideal","H","VS2",61,57,5189,6.56,6.53,3.99 +"12197",1.08,"Ideal","E","SI1",62.6,57,5189,6.56,6.53,4.1 +"12198",1.01,"Premium","H","VS2",61,61,5190,6.47,6.39,3.92 +"12199",1.21,"Very Good","H","SI2",62.1,60,5190,6.77,6.82,4.22 +"12200",1.21,"Very Good","I","SI1",61.2,62,5190,6.81,6.84,4.18 +"12201",1.18,"Premium","G","SI2",61.4,58,5190,6.82,6.77,4.17 +"12202",1.18,"Premium","G","SI2",62.5,54,5190,6.81,6.78,4.25 +"12203",1.23,"Very Good","I","SI2",62.6,59,5191,6.78,6.86,4.27 +"12204",1.15,"Premium","H","VS2",60.2,58,5191,6.86,6.8,4.11 +"12205",1.01,"Very Good","G","SI1",63.7,60,5192,6.31,6.35,4.03 +"12206",1.11,"Very Good","H","SI1",60.8,60,5192,6.62,6.77,4.07 +"12207",1.11,"Very Good","H","SI1",63.2,58,5192,6.53,6.61,4.15 +"12208",1.05,"Ideal","G","SI1",61.8,56,5192,6.5,6.54,4.03 +"12209",1.22,"Ideal","J","SI1",62.3,55,5192,6.91,6.83,4.28 +"12210",1.22,"Very Good","H","SI2",63.1,59,5192,6.81,6.75,4.28 +"12211",1.22,"Premium","H","SI2",61.6,59,5192,6.82,6.75,4.18 +"12212",1.15,"Very Good","E","SI2",63.1,63,5193,6.63,6.53,4.15 +"12213",1.15,"Premium","E","SI2",61.7,59,5193,6.7,6.66,4.12 +"12214",1.13,"Premium","H","SI1",62.3,58,5194,6.68,6.67,4.16 +"12215",1.06,"Ideal","H","SI1",61.4,55,5194,6.62,6.58,4.05 +"12216",0.9,"Very Good","D","VS1",58.9,59,5195,6.22,6.31,3.69 +"12217",1.02,"Ideal","F","SI1",60.3,60,5195,6.55,6.51,3.94 +"12218",1.1,"Very Good","I","VS1",60.8,58.3,5196,6.63,6.68,4.04 +"12219",1,"Premium","F","SI1",62.3,59,5197,6.37,6.43,3.99 +"12220",1,"Premium","F","SI1",61.2,58,5197,6.4,6.44,3.93 +"12221",1,"Premium","F","SI1",60.3,58,5197,6.43,6.47,3.89 +"12222",1,"Ideal","F","SI1",62,57,5197,6.37,6.43,3.97 +"12223",1,"Ideal","F","SI1",61.5,57,5197,6.41,6.46,3.96 +"12224",1,"Premium","F","SI1",60.7,60,5197,6.36,6.4,3.87 +"12225",1,"Premium","F","SI1",61.6,60,5197,6.31,6.41,3.9 +"12226",1,"Ideal","F","SI1",61.9,56,5197,6.36,6.41,3.95 +"12227",1.25,"Good","I","SI2",63.3,55.8,5197,6.83,6.87,4.34 +"12228",1,"Premium","F","SI1",62.7,59,5197,6.36,6.4,4 +"12229",1,"Premium","F","SI1",62.6,60,5197,6.3,6.32,3.95 +"12230",1,"Very Good","F","SI1",61.6,61,5197,6.3,6.37,3.9 +"12231",1.05,"Very Good","G","SI1",61.6,57,5197,6.51,6.54,4.02 +"12232",1.01,"Good","H","SI1",59.5,62,5197,6.49,6.55,3.88 +"12233",1.02,"Good","D","SI1",57.2,54,5198,6.66,6.62,3.8 +"12234",1.19,"Fair","I","SI1",64.9,58,5198,6.64,6.55,4.28 +"12235",1.02,"Premium","D","SI2",59.7,60,5198,6.58,6.55,3.92 +"12236",1.02,"Very Good","D","SI1",63.2,58,5198,6.41,6.35,4.03 +"12237",1.01,"Good","G","VS2",63.1,55,5199,6.36,6.38,4.02 +"12238",1.01,"Premium","H","VS1",62.7,58,5199,6.37,6.39,4 +"12239",1.04,"Ideal","I","VS1",62.4,57,5199,6.44,6.48,4.03 +"12240",1.1,"Ideal","I","SI1",61.6,55,5199,6.66,6.68,4.11 +"12241",1.05,"Ideal","H","SI1",61.1,56,5200,6.52,6.58,4 +"12242",1.01,"Ideal","H","SI1",60.4,58,5200,6.47,6.5,3.92 +"12243",0.9,"Good","E","VS1",62.7,58,5201,6.07,6.12,3.82 +"12244",0.92,"Very Good","D","VS1",60.6,61,5202,6.21,6.29,3.79 +"12245",1.01,"Premium","F","SI1",62.6,58,5202,6.37,6.32,3.97 +"12246",1.01,"Premium","F","SI1",61.7,58,5202,6.44,6.39,3.96 +"12247",2.06,"Premium","J","I1",61.2,58,5203,8.1,8.07,4.95 +"12248",1.01,"Premium","H","SI1",61.8,59,5204,6.38,6.33,3.93 +"12249",1.01,"Very Good","H","VS2",61.6,60,5204,6.46,6.39,3.96 +"12250",1.05,"Ideal","G","SI1",59.7,56,5204,6.67,6.64,3.97 +"12251",1.01,"Ideal","G","SI1",60.8,56,5204,6.53,6.49,3.96 +"12252",1.01,"Premium","G","SI1",60,58,5204,6.54,6.5,3.91 +"12253",1.05,"Ideal","D","SI2",61.9,56,5204,6.53,6.5,4.03 +"12254",1.06,"Premium","H","VS2",60.8,59,5205,6.55,6.58,3.99 +"12255",1.01,"Premium","D","SI2",59.3,59,5206,6.57,6.54,3.89 +"12256",1.16,"Ideal","G","SI2",61.5,54,5206,6.75,6.78,4.16 +"12257",1.01,"Ideal","E","SI1",61.6,57,5206,6.44,6.49,3.98 +"12258",1.03,"Ideal","I","VS1",60.9,56,5206,6.52,6.59,3.99 +"12259",1.01,"Ideal","D","SI2",62.5,57,5206,6.39,6.35,3.98 +"12260",1.26,"Premium","I","SI2",60.1,59,5207,7.03,6.99,4.21 +"12261",1.07,"Ideal","I","VS1",62,57,5207,6.5,6.56,4.05 +"12262",1.16,"Ideal","I","VS2",61.5,57,5207,6.75,6.78,4.16 +"12263",0.77,"Ideal","D","VVS2",62.3,57,5207,5.83,5.85,3.64 +"12264",1.26,"Premium","J","SI1",61.7,58,5207,6.99,6.91,4.29 +"12265",1,"Premium","H","VS2",59.3,61,5208,6.47,6.45,3.83 +"12266",1.5,"Good","H","SI2",64,61,5208,7.18,7.14,4.58 +"12267",1.5,"Good","H","SI2",64,61,5208,7.18,7.14,4.58 +"12268",1.24,"Fair","H","SI2",65,54,5208,6.76,6.73,4.38 +"12269",1.24,"Premium","I","SI1",62.9,60,5208,6.8,6.74,4.26 +"12270",1,"Good","H","VS2",56.9,63,5208,6.6,6.57,3.75 +"12271",1.23,"Premium","J","VS1",60.1,60,5209,6.9,6.95,4.16 +"12272",1.29,"Very Good","J","SI1",61.2,58,5209,6.97,7.02,4.28 +"12273",1.01,"Premium","D","SI1",61.7,59,5210,6.4,6.43,3.96 +"12274",0.92,"Very Good","E","VS1",61.3,57,5210,6.22,6.27,3.83 +"12275",1.21,"Very Good","J","VS2",61.5,58,5211,6.85,6.9,4.23 +"12276",1.26,"Good","J","VS2",63.2,57.3,5211,6.81,6.86,4.32 +"12277",1.2,"Very Good","H","SI2",58.8,61,5211,6.94,6.98,4.09 +"12278",1.2,"Very Good","I","SI1",62.9,57,5211,6.73,6.78,4.25 +"12279",1.2,"Good","I","SI1",62.3,58,5211,6.66,6.72,4.17 +"12280",1.2,"Good","I","SI1",63.9,56,5211,6.62,6.69,4.25 +"12281",1,"Fair","E","SI1",57.4,62,5212,6.54,6.59,3.77 +"12282",0.91,"Ideal","F","VS2",62.8,57,5214,6.18,6.2,3.89 +"12283",1.33,"Premium","H","SI2",61.9,58,5214,7.07,7.01,4.36 +"12284",1.36,"Very Good","J","SI2",62.6,58,5215,7,7.12,4.42 +"12285",1.01,"Ideal","F","SI1",59.9,60,5215,6.59,6.53,3.93 +"12286",1.01,"Very Good","E","SI1",62,61,5216,6.38,6.42,3.97 +"12287",1.15,"Ideal","I","SI2",61.3,57,5216,6.78,6.71,4.13 +"12288",1.23,"Very Good","J","VS2",62.9,58,5217,6.75,6.83,4.27 +"12289",1.02,"Very Good","H","VS2",62.5,56,5217,6.42,6.45,4.02 +"12290",1.02,"Premium","H","VS2",62.5,60,5217,6.38,6.43,4 +"12291",1.02,"Premium","H","VS2",61.2,58,5217,6.47,6.5,3.97 +"12292",1.23,"Ideal","J","VS2",61.5,57,5217,6.9,6.95,4.26 +"12293",1.21,"Premium","H","SI2",61.9,55,5218,6.84,6.79,4.22 +"12294",1.21,"Premium","H","SI2",61.9,55,5218,6.84,6.79,4.22 +"12295",0.9,"Very Good","F","VS2",61.8,57,5218,6.16,6.23,3.83 +"12296",1.1,"Very Good","F","VS2",63.5,55,5218,6.58,6.52,4.16 +"12297",1.21,"Premium","H","SI2",60.9,61,5218,6.88,6.82,4.17 +"12298",1.21,"Ideal","I","SI1",62.4,55,5218,6.81,6.78,4.24 +"12299",1.21,"Premium","I","SI1",62.8,57,5218,6.74,6.67,4.21 +"12300",1.09,"Premium","H","SI1",61.6,57,5219,6.63,6.59,4.07 +"12301",1.09,"Premium","H","SI1",62.4,59,5219,6.53,6.48,4.06 +"12302",1,"Good","H","VS1",61.8,61,5219,6.4,6.31,3.93 +"12303",1.02,"Good","D","SI1",61,63,5219,6.48,6.54,3.97 +"12304",1.09,"Ideal","H","SI1",62.3,55,5219,6.61,6.58,4.11 +"12305",1.09,"Ideal","H","SI1",61.1,57,5219,6.71,6.62,4.07 +"12306",1.09,"Ideal","H","SI1",61.1,57,5219,6.69,6.6,4.1 +"12307",1.09,"Ideal","H","SI1",62.5,56,5219,6.58,6.53,4.1 +"12308",1.13,"Premium","E","SI2",60.4,59,5220,6.7,6.75,4.06 +"12309",1.13,"Very Good","I","VS1",61.7,54,5220,6.71,6.74,4.15 +"12310",1.07,"Ideal","H","SI1",62.1,57,5220,6.5,6.55,4.05 +"12311",1.04,"Ideal","F","SI1",61.4,59,5220,6.46,6.5,3.98 +"12312",1.2,"Very Good","H","SI2",63.5,57,5221,6.67,6.71,4.25 +"12313",1.24,"Ideal","I","SI2",61.9,57,5221,6.87,6.92,4.27 +"12314",1,"Premium","F","SI1",62.3,59,5221,6.44,6.36,3.99 +"12315",1,"Ideal","F","SI1",62.7,57,5221,6.44,6.38,4.02 +"12316",1.11,"Good","I","VVS2",60.1,64,5221,6.73,6.62,4.02 +"12317",1.02,"Very Good","F","SI1",62.2,56,5222,6.39,6.43,3.99 +"12318",0.9,"Ideal","H","VS1",62.2,56,5222,6.16,6.18,3.84 +"12319",1.28,"Very Good","F","SI2",62.5,55,5223,6.91,7,4.35 +"12320",1.06,"Ideal","E","SI2",62.2,55,5223,6.51,6.54,4.06 +"12321",1.04,"Premium","G","SI1",62.7,59,5223,6.47,6.41,4.04 +"12322",1.15,"Ideal","G","SI1",61.7,56,5224,6.72,6.76,4.16 +"12323",1.01,"Very Good","E","SI1",59.5,60,5224,6.49,6.55,3.88 +"12324",1.01,"Very Good","E","SI1",62.3,60,5224,6.36,6.39,3.97 +"12325",1.01,"Very Good","E","SI1",59.9,59,5224,6.46,6.49,3.88 +"12326",1.27,"Very Good","J","SI1",60.9,59,5224,6.96,7.04,4.26 +"12327",0.91,"Good","F","VVS2",62.6,61,5225,6.12,6.19,3.85 +"12328",1.2,"Very Good","J","VS1",62.9,60,5226,6.64,6.69,4.19 +"12329",1.21,"Ideal","G","SI2",62.1,57,5226,6.8,6.85,4.24 +"12330",1.1,"Very Good","D","SI2",61.6,57,5226,6.61,6.67,4.09 +"12331",1.2,"Very Good","I","SI1",61.2,62,5226,6.75,6.84,4.16 +"12332",1.01,"Good","E","SI1",63.6,60,5226,6.38,6.32,4.04 +"12333",1.01,"Very Good","E","SI1",63.4,60,5226,6.34,6.3,4.01 +"12334",1.01,"Good","E","SI1",63.7,58,5226,6.36,6.32,4.04 +"12335",1.01,"Premium","E","SI1",59,59,5226,6.6,6.56,3.88 +"12336",1.22,"Premium","I","SI2",62.5,58,5226,6.8,6.76,4.24 +"12337",1.1,"Ideal","G","SI1",62.3,56,5226,6.64,6.58,4.12 +"12338",1.22,"Premium","G","SI2",61.6,62,5226,6.79,6.75,4.17 +"12339",1.22,"Ideal","I","SI2",61.3,57,5226,6.91,6.85,4.22 +"12340",1.02,"Premium","G","SI1",58.9,59,5226,6.59,6.55,3.87 +"12341",1.01,"Premium","E","SI1",60.5,62,5226,6.5,6.46,3.92 +"12342",0.9,"Ideal","D","SI1",61.2,55,5226,6.25,6.21,3.81 +"12343",1.01,"Premium","E","SI1",62.8,60,5226,6.39,6.38,4.01 +"12344",1.01,"Very Good","F","VS2",63.1,57,5226,6.39,6.29,4 +"12345",1.01,"Fair","F","VS2",64.5,58,5226,6.28,6.18,4.02 +"12346",1.01,"Very Good","E","SI1",63.1,58,5226,6.4,6.31,4.01 +"12347",1,"Very Good","G","VS2",62.8,57,5227,6.33,6.37,3.99 +"12348",1,"Very Good","D","SI2",60.5,60,5227,6.41,6.44,3.89 +"12349",1.05,"Premium","H","SI1",61.3,58,5228,6.52,6.47,3.98 +"12350",1.14,"Premium","F","SI1",62.5,59,5228,6.67,6.65,4.16 +"12351",0.91,"Premium","E","VS1",62.9,56,5228,6.21,6.13,3.88 +"12352",1.01,"Very Good","E","SI1",62.4,58,5229,6.36,6.4,3.99 +"12353",1.04,"Ideal","I","VS1",61.8,56,5229,6.49,6.51,4.02 +"12354",1.01,"Good","H","VS2",60.8,61,5229,6.43,6.5,3.93 +"12355",1.24,"Very Good","H","SI2",61,59,5231,6.93,7,4.25 +"12356",1.04,"Very Good","E","SI1",60.8,60,5231,6.49,6.56,3.97 +"12357",1.01,"Very Good","G","SI1",62.7,58,5231,6.35,6.4,4 +"12358",1.24,"Very Good","J","SI1",60,59,5231,6.99,7.04,4.21 +"12359",1.01,"Ideal","I","VS1",60.3,57,5231,6.51,6.53,3.93 +"12360",1.11,"Ideal","G","SI2",60.7,59,5231,6.72,6.76,4.09 +"12361",0.26,"Very Good","E","VVS2",63,58,597,4,4.03,2.53 +"12362",0.26,"Very Good","E","VVS2",61.5,58,597,4.08,4.12,2.52 +"12363",0.26,"Very Good","E","VVS2",62.6,58,597,4.07,4.11,2.56 +"12364",0.26,"Very Good","D","VVS2",59.1,59,597,4.21,4.28,2.51 +"12365",0.26,"Very Good","D","VVS2",60.4,59,597,4.15,4.19,2.52 +"12366",0.26,"Very Good","F","VVS1",58.7,58,597,4.24,4.25,2.49 +"12367",0.26,"Very Good","F","VVS1",62,59,597,4.08,4.15,2.55 +"12368",0.26,"Very Good","E","VVS1",61.4,58,597,4.12,4.15,2.54 +"12369",0.26,"Very Good","E","VVS1",59.9,58,597,4.17,4.18,2.5 +"12370",0.26,"Ideal","E","VVS2",61.6,57,597,4.13,4.18,2.56 +"12371",0.26,"Ideal","E","VVS2",60.7,56,597,4.13,4.17,2.52 +"12372",0.4,"Ideal","F","SI2",62.5,53,597,4.71,4.76,2.96 +"12373",0.4,"Ideal","F","SI2",62,57,597,4.7,4.72,2.92 +"12374",0.4,"Ideal","F","SI2",62.8,55,597,4.7,4.73,2.96 +"12375",0.4,"Ideal","F","SI2",62.1,53,597,4.76,4.78,2.96 +"12376",0.36,"Ideal","E","SI1",60.9,57,597,4.58,4.62,2.8 +"12377",0.26,"Good","E","VVS1",59.4,61,597,4.13,4.15,2.46 +"12378",0.26,"Good","E","IF",59.6,61,597,4.13,4.16,2.47 +"12379",0.36,"Ideal","J","SI1",61.6,56,597,4.61,4.58,2.83 +"12380",0.39,"Very Good","G","SI2",63.2,57,597,4.65,4.57,2.92 +"12381",0.3,"Very Good","G","VVS2",60.4,59,598,4.33,4.35,2.62 +"12382",0.35,"Ideal","I","VVS2",62,54,598,4.54,4.56,2.82 +"12383",0.35,"Ideal","I","VVS2",61.5,55,598,4.56,4.58,2.81 +"12384",0.35,"Ideal","I","VVS2",61.5,55,598,4.53,4.57,2.8 +"12385",0.4,"Ideal","J","VS2",62.3,55,598,4.72,4.75,2.95 +"12386",0.33,"Ideal","G","VS2",61.3,57,598,4.45,4.49,2.74 +"12387",0.28,"Ideal","E","VS2",61.5,56,598,4.22,4.24,2.6 +"12388",0.33,"Ideal","H","VS1",61.9,55,598,4.46,4.49,2.77 +"12389",0.28,"Ideal","F","VS1",60.2,56,598,4.3,4.31,2.59 +"12390",0.28,"Ideal","F","VS1",62,57,598,4.19,4.23,2.61 +"12391",1.02,"Very Good","E","SI1",58.9,58,5232,6.51,6.54,3.84 +"12392",1.01,"Premium","G","SI1",60.2,59,5232,6.54,6.49,3.92 +"12393",1.21,"Ideal","J","SI1",60.4,54,5232,6.86,6.89,4.15 +"12394",1.07,"Ideal","G","SI1",62.1,57,5232,6.59,6.52,4.07 +"12395",1.01,"Good","E","SI1",64.2,59,5232,6.27,6.19,4 +"12396",1.13,"Ideal","F","SI2",61.8,57,5232,6.71,6.68,4.14 +"12397",1.22,"Premium","I","SI1",62.3,58,5233,6.77,6.81,4.23 +"12398",1.22,"Very Good","H","SI2",62.9,59,5233,6.66,6.76,4.22 +"12399",1.22,"Ideal","I","SI1",62.3,57,5233,6.77,6.87,4.25 +"12400",1.12,"Premium","G","SI1",60.1,58,5233,6.78,6.83,4.09 +"12401",1.12,"Premium","D","SI2",60.5,59,5233,6.72,6.76,4.08 +"12402",1.12,"Very Good","D","SI2",61.2,60,5233,6.63,6.67,4.07 +"12403",1.01,"Good","E","SI1",58.6,62,5233,6.58,6.6,3.86 +"12404",1.01,"Good","E","SI1",57.9,57,5233,6.6,6.67,3.84 +"12405",1.2,"Very Good","J","VS2",58.7,60,5234,6.93,6.96,4.08 +"12406",1.03,"Ideal","E","SI1",62.2,57,5234,6.42,6.48,4.01 +"12407",1.03,"Ideal","E","SI1",62,57,5234,6.44,6.47,4 +"12408",1.01,"Ideal","D","SI1",61.6,56,5234,6.45,6.48,3.98 +"12409",1.02,"Ideal","D","SI2",62,58,5235,6.4,6.51,4 +"12410",1.01,"Ideal","E","SI1",62,57,5235,6.38,6.45,3.98 +"12411",1.05,"Very Good","H","VS2",63.3,58,5236,6.42,6.48,4.08 +"12412",1.19,"Good","I","SI1",63.7,57.2,5236,6.69,6.73,4.28 +"12413",1.14,"Very Good","E","SI2",61.5,58,5236,6.66,6.73,4.12 +"12414",1.12,"Very Good","H","SI1",62.3,55,5236,6.64,6.69,4.15 +"12415",1.06,"Premium","H","VS1",60,58,5236,6.65,6.61,3.98 +"12416",1.06,"Premium","F","SI1",61,58,5236,6.65,6.6,4.04 +"12417",1.29,"Ideal","J","SI1",61.6,57,5237,7,7.06,4.33 +"12418",1.07,"Premium","H","SI1",59.2,61,5237,6.67,6.65,3.94 +"12419",1.09,"Premium","E","SI1",62.7,58,5237,6.6,6.55,4.12 +"12420",1.01,"Ideal","H","VS2",61,59,5238,6.51,6.47,3.96 +"12421",1.09,"Ideal","H","SI1",62.3,55,5238,6.58,6.62,4.11 +"12422",1,"Very Good","E","SI1",61.7,57,5239,6.34,6.47,3.95 +"12423",1,"Ideal","F","SI1",62,55,5239,6.39,6.44,3.98 +"12424",1.72,"Fair","J","I1",68.5,59,5240,7.31,7.24,4.98 +"12425",1.07,"Ideal","F","SI2",61.5,55,5240,6.56,6.62,4.05 +"12426",1.02,"Premium","H","VS2",61.8,58,5241,6.49,6.43,3.99 +"12427",1.03,"Very Good","F","SI1",60.6,63,5241,6.47,6.5,3.93 +"12428",1.03,"Very Good","F","SI1",58,60,5241,6.68,6.74,3.89 +"12429",1.03,"Ideal","G","SI1",61.1,57,5241,6.58,6.54,4.01 +"12430",1.03,"Ideal","G","SI1",61.7,56,5241,6.5,6.47,4 +"12431",1,"Premium","G","VS2",62.3,58,5242,6.35,6.29,3.94 +"12432",1,"Good","G","VS2",63.8,58,5242,6.37,6.29,4.04 +"12433",1,"Premium","G","VS2",62.1,58,5242,6.43,6.39,3.98 +"12434",0.9,"Very Good","F","VS1",60.7,57,5242,6.16,6.23,3.76 +"12435",1.04,"Ideal","J","VVS2",61.1,58,5242,6.49,6.57,3.99 +"12436",1.3,"Good","J","SI1",64,58,5242,6.91,6.84,4.4 +"12437",1.04,"Ideal","I","VS2",61.8,55,5242,6.5,6.54,4.03 +"12438",1,"Good","G","VS2",58.6,65,5242,6.61,6.53,3.85 +"12439",1,"Fair","H","VS1",64.6,59,5242,6.3,6.26,4.06 +"12440",1.2,"Ideal","H","VS1",61.9,57,5242,6.77,6.73,4.18 +"12441",1,"Premium","G","VS2",60.8,58,5242,6.44,6.4,3.9 +"12442",0.9,"Ideal","E","VS1",61.3,57,5242,6.24,6.2,3.81 +"12443",0.9,"Ideal","G","VVS2",61.9,56,5242,6.22,6.15,3.83 +"12444",0.9,"Premium","E","VS1",60.1,56,5242,6.38,6.3,3.81 +"12445",1,"Premium","G","VS1",61.9,60,5242,6.39,6.31,3.93 +"12446",1.17,"Ideal","J","VS1",62.5,57,5242,6.68,6.63,4.16 +"12447",1.3,"Premium","I","VS2",60.3,60,5242,7.01,6.99,4.22 +"12448",1.12,"Very Good","D","SI2",59.3,59,5243,6.76,6.8,4.02 +"12449",0.92,"Ideal","G","VS1",62,57,5243,6.24,6.28,3.88 +"12450",1.21,"Premium","F","SI2",58.9,60,5243,6.81,6.74,3.99 +"12451",1.02,"Very Good","E","SI1",63.5,55,5245,6.3,6.37,4.02 +"12452",1.21,"Very Good","I","SI1",62.9,56,5245,6.73,6.79,4.25 +"12453",1.34,"Very Good","G","SI2",63.2,57,5245,6.98,6.95,4.4 +"12454",1,"Ideal","D","SI2",62.7,58,5246,6.34,6.39,3.99 +"12455",1.2,"Very Good","F","SI2",62.2,62,5247,6.7,6.77,4.19 +"12456",1,"Very Good","H","SI1",62.1,58,5247,6.44,6.45,4 +"12457",1.08,"Ideal","D","SI2",60.2,57,5247,6.63,6.67,4 +"12458",1.06,"Premium","H","VS1",62.1,60,5247,6.52,6.5,4.04 +"12459",1.01,"Very Good","F","SI1",60.7,58,5248,6.4,6.51,3.92 +"12460",1.12,"Very Good","I","VS2",62.9,55.9,5249,6.59,6.62,4.16 +"12461",1.01,"Premium","F","SI1",59.8,60,5249,6.53,6.57,3.92 +"12462",1.01,"Premium","F","SI1",62.2,59,5249,6.36,6.41,3.97 +"12463",1.27,"Premium","I","SI2",61.4,59,5249,6.98,6.94,4.27 +"12464",1.03,"Premium","G","SI1",58.4,58,5249,6.66,6.62,3.88 +"12465",1.27,"Ideal","I","SI2",62.1,56,5249,6.96,6.92,4.31 +"12466",1.03,"Ideal","D","SI1",62.3,56,5249,6.51,6.45,4.04 +"12467",1.06,"Ideal","E","SI1",59.6,54,5250,6.64,6.62,3.95 +"12468",1.02,"Premium","G","VS2",61.5,59,5250,6.4,6.45,3.95 +"12469",1.2,"Premium","G","SI2",59.9,59,5250,6.92,6.98,4.16 +"12470",1.2,"Very Good","G","SI2",62.5,57,5250,6.73,6.84,4.24 +"12471",1.08,"Premium","H","VS2",62.1,58,5250,6.63,6.51,4.08 +"12472",1.25,"Premium","I","SI1",62.5,59,5250,6.89,6.81,4.28 +"12473",1.08,"Premium","H","VS2",62.4,58,5250,6.56,6.49,4.07 +"12474",0.77,"Ideal","E","VVS1",61.6,55,5251,5.87,5.95,3.64 +"12475",1.02,"Ideal","H","SI1",60.8,58,5251,6.47,6.49,3.94 +"12476",1.01,"Good","E","SI1",63.6,57,5251,6.27,6.3,4 +"12477",1.33,"Good","J","VS2",57.4,62,5251,7.3,7.23,4.17 +"12478",1.01,"Very Good","D","SI2",59.9,61,5252,6.46,6.5,3.88 +"12479",1.25,"Ideal","J","SI1",62.4,57,5252,6.86,6.92,4.3 +"12480",1.25,"Ideal","J","SI1",62.1,58,5252,6.86,6.89,4.27 +"12481",0.91,"Ideal","E","SI1",61.4,54,5252,6.26,6.24,3.84 +"12482",1.21,"Good","I","SI1",62.7,59,5252,6.63,6.71,4.18 +"12483",1.06,"Ideal","G","SI1",62,56,5253,6.55,6.52,4.05 +"12484",1.06,"Ideal","D","SI2",62.3,55,5253,6.54,6.5,4.06 +"12485",1.07,"Very Good","H","VS2",61.5,57,5254,6.57,6.63,4.06 +"12486",1,"Good","H","VS2",60.9,61,5254,6.38,6.42,3.9 +"12487",1.05,"Very Good","D","SI1",61.6,61,5255,6.5,6.55,4.02 +"12488",1.06,"Ideal","H","SI1",61.7,60,5255,6.48,6.52,4.01 +"12489",1.02,"Very Good","H","VS2",63.3,60,5255,6.42,6.38,4.05 +"12490",1.02,"Premium","G","SI1",61.1,58,5255,6.52,6.48,3.97 +"12491",1.02,"Fair","F","SI1",64.8,59,5255,6.33,6.23,4.07 +"12492",1.08,"Ideal","G","SI1",61.8,56,5256,6.55,6.58,4.06 +"12493",1.08,"Ideal","D","SI2",61.6,57,5256,6.58,6.62,4.07 +"12494",1.08,"Very Good","F","SI1",58.2,63,5256,6.69,6.78,3.92 +"12495",1.2,"Very Good","J","VS1",63.6,59,5257,6.67,6.72,4.26 +"12496",1.2,"Very Good","H","SI2",62.9,56,5257,6.74,6.77,4.25 +"12497",1,"Very Good","E","SI1",59.6,60,5257,6.58,6.51,3.9 +"12498",1.15,"Very Good","E","SI2",60,59,5257,6.78,6.82,4.08 +"12499",1.2,"Very Good","I","SI1",63.2,58,5257,6.71,6.75,4.25 +"12500",1.02,"Ideal","H","SI1",61.2,56,5257,6.49,6.51,3.98 +"12501",1.02,"Premium","D","SI2",60.2,58,5257,6.56,6.53,3.94 +"12502",1.06,"Very Good","F","SI2",61.8,56.4,5258,6.51,6.56,4.04 +"12503",1.09,"Premium","D","SI2",61.2,60,5258,6.64,6.6,4.05 +"12504",1.09,"Ideal","D","SI2",62.1,56,5258,6.59,6.56,4.08 +"12505",0.91,"Premium","G","VVS2",61.8,58,5259,6.16,6.24,3.83 +"12506",0.91,"Very Good","E","VS1",61.9,59,5259,6.17,6.23,3.84 +"12507",0.91,"Premium","D","VS2",62,58,5259,6.15,6.2,3.83 +"12508",1.25,"Ideal","I","SI2",62,57,5259,6.85,6.92,4.27 +"12509",1.25,"Ideal","I","SI2",61.8,56,5259,6.92,6.94,4.28 +"12510",1.25,"Ideal","G","SI2",61.6,57,5259,6.91,6.98,4.28 +"12511",0.92,"Good","D","SI1",60.2,56,5259,6.28,6.32,3.79 +"12512",1.01,"Premium","H","VS2",61.9,57,5260,6.42,6.35,3.95 +"12513",1.01,"Very Good","H","VS2",63.2,58,5260,6.34,6.26,3.98 +"12514",1.16,"Ideal","H","SI2",62.2,55.7,5260,6.68,6.74,4.18 +"12515",1.01,"Premium","H","VS2",61.6,59,5260,6.41,6.39,3.94 +"12516",1.01,"Premium","H","VS2",61.3,59,5260,6.45,6.41,3.94 +"12517",1.01,"Very Good","H","VS2",63.1,59,5260,6.34,6.3,3.99 +"12518",1.01,"Ideal","H","VS2",62.7,56,5260,6.4,6.35,4 +"12519",1.01,"Premium","H","VS2",60.6,60,5260,6.51,6.49,3.94 +"12520",1.22,"Ideal","I","SI1",61.9,56,5261,6.87,6.83,4.24 +"12521",0.91,"Ideal","F","VS2",62.6,55,5261,6.2,6.23,3.89 +"12522",1.09,"Ideal","H","SI1",61.9,57,5262,6.58,6.63,4.09 +"12523",1.11,"Ideal","E","SI2",61.2,55,5262,6.68,6.72,4.1 +"12524",1.01,"Ideal","E","SI1",61.8,57,5262,6.39,6.49,3.98 +"12525",1.1,"Ideal","E","SI2",61.6,56,5263,6.63,6.66,4.09 +"12526",1.07,"Very Good","H","VS2",62.7,57,5264,6.48,6.53,4.08 +"12527",1.07,"Ideal","F","SI1",61.9,56,5264,6.55,6.61,4.07 +"12528",1.25,"Premium","J","VS2",62,59,5264,6.9,6.87,4.27 +"12529",1.24,"Premium","J","VS2",61.8,57.6,5265,6.84,6.88,4.24 +"12530",1.04,"Very Good","D","SI2",62.9,58,5265,6.41,6.47,4.05 +"12531",1.21,"Premium","J","SI1",62.2,57,5266,6.84,6.76,4.23 +"12532",1.03,"Very Good","H","VS2",62,58,5266,6.45,6.51,4.02 +"12533",1.12,"Premium","H","SI1",62.2,60,5266,6.59,6.65,4.12 +"12534",1.12,"Premium","H","SI1",61.6,59,5266,6.63,6.67,4.1 +"12535",1.02,"Ideal","D","SI1",62.3,56,5266,6.49,6.45,4.03 +"12536",1.21,"Very Good","J","VS1",60.9,60,5267,6.87,6.9,4.19 +"12537",1.09,"Ideal","D","SI2",61.3,57,5267,6.64,6.67,4.08 +"12538",1.1,"Premium","H","SI1",62,58,5267,6.68,6.6,4.12 +"12539",1.2,"Premium","E","SI2",58.2,59,5268,6.98,6.9,4.04 +"12540",1.5,"Fair","J","SI2",65.5,60,5268,7.07,7.03,4.62 +"12541",1.2,"Ideal","E","SI2",61.3,56,5268,6.8,6.71,4.14 +"12542",1.5,"Premium","J","SI2",62.6,56,5268,7.24,7.11,4.51 +"12543",1.3,"Good","J","VS2",63.6,59,5269,6.9,6.87,4.38 +"12544",1.23,"Premium","I","SI2",62.4,58,5269,6.86,6.82,4.27 +"12545",1.23,"Ideal","I","SI2",62.1,56,5269,6.88,6.84,4.26 +"12546",1.23,"Premium","I","SI2",62.5,60,5269,6.82,6.75,4.24 +"12547",1.15,"Very Good","H","SI1",62.4,57,5270,6.68,6.71,4.18 +"12548",1.01,"Good","D","SI1",58.5,64,5271,6.4,6.45,3.76 +"12549",0.95,"Good","E","VS2",57.7,58,5272,6.47,6.52,3.75 +"12550",1.1,"Ideal","I","VS2",61.8,55.4,5273,6.62,6.65,4.1 +"12551",1.34,"Ideal","J","SI2",62.5,57,5273,7,7.08,4.4 +"12552",1.14,"Premium","G","SI1",63,59,5273,6.68,6.62,4.19 +"12553",1.01,"Premium","G","SI1",62.9,61,5273,6.35,6.33,3.99 +"12554",1.01,"Ideal","G","SI1",61.6,57,5273,6.4,6.32,3.92 +"12555",1.01,"Ideal","F","SI1",60,56,5274,6.55,6.49,3.91 +"12556",1.21,"Ideal","J","VS2",62.6,54.2,5275,6.79,6.81,4.26 +"12557",1.21,"Premium","I","SI1",61.8,59,5276,6.85,6.81,4.22 +"12558",1.06,"Ideal","H","VS2",61.2,55,5277,6.57,6.61,4.03 +"12559",1.12,"Ideal","F","SI2",61.8,56,5277,6.65,6.68,4.12 +"12560",1.01,"Good","G","SI1",59.8,61,5277,6.45,6.49,3.87 +"12561",1.69,"Premium","J","I1",60.2,61,5277,7.79,7.7,4.66 +"12562",1.24,"Premium","H","SI2",60.4,59,5277,6.99,6.92,4.2 +"12563",1.52,"Ideal","H","SI2",59.9,55,5277,7.54,7.45,4.49 +"12564",1.02,"Ideal","E","SI1",60.4,55,5278,6.54,6.48,3.93 +"12565",1.06,"Ideal","H","SI1",63,55,5278,6.49,6.44,4.08 +"12566",1.1,"Ideal","H","SI1",61.6,57,5278,6.63,6.61,4.08 +"12567",1.02,"Premium","E","SI1",61.5,58,5278,6.51,6.46,3.99 +"12568",1.02,"Very Good","E","SI1",63.2,61,5278,6.37,6.31,4.01 +"12569",1.2,"Premium","G","SI2",59.2,60,5278,6.92,6.9,4.09 +"12570",1.02,"Premium","E","SI1",62.6,58,5278,6.47,6.44,4.05 +"12571",1.01,"Good","G","VS2",63.8,57,5279,6.27,6.34,4.02 +"12572",1.01,"Premium","E","SI1",61.8,60,5279,6.36,6.4,3.94 +"12573",0.9,"Very Good","F","VS1",62.5,58,5279,6.12,6.17,3.84 +"12574",1.2,"Good","I","SI1",63.5,60.7,5280,6.71,6.75,4.27 +"12575",1.13,"Premium","D","SI2",62,58,5280,6.64,6.68,4.13 +"12576",1.13,"Very Good","G","SI1",60.9,60,5280,6.67,6.76,4.09 +"12577",1.2,"Very Good","H","SI2",62.1,59,5280,6.75,6.8,4.21 +"12578",1.2,"Premium","H","SI2",62.5,58,5280,6.76,6.81,4.24 +"12579",1.2,"Very Good","H","SI2",62,58,5280,6.76,6.91,4.24 +"12580",1.2,"Premium","H","SI2",62.3,58,5280,6.76,6.81,4.23 +"12581",1.2,"Very Good","I","SI1",62.6,58.2,5280,6.71,6.74,4.21 +"12582",1.07,"Ideal","E","SI2",62.4,60,5280,6.49,6.52,4.06 +"12583",1.07,"Ideal","J","SI1",61.5,55,5281,6.58,6.62,4.06 +"12584",1.07,"Ideal","H","SI1",61,56,5281,6.6,6.68,4.05 +"12585",1.11,"Premium","G","SI1",60.1,60,5281,6.73,6.68,4.03 +"12586",1.31,"Premium","I","SI1",62,58,5282,7.01,6.98,4.34 +"12587",1.23,"Premium","D","SI2",58.9,58,5283,6.99,6.97,4.11 +"12588",1.04,"Premium","F","SI1",59.8,59,5284,6.61,6.56,3.94 +"12589",1.37,"Premium","J","SI2",61.9,59,5284,7.1,7.05,4.38 +"12590",1.11,"Premium","F","SI2",62.2,57,5284,6.67,6.61,4.13 +"12591",1.04,"Good","E","SI1",63.5,56,5285,6.37,6.41,4.06 +"12592",1.04,"Very Good","H","SI1",62,58,5285,6.42,6.48,4 +"12593",1.27,"Ideal","J","VS2",61.8,54,5285,6.95,6.98,4.31 +"12594",1.21,"Premium","H","SI2",60,60,5285,6.96,6.91,4.16 +"12595",1.21,"Premium","I","SI1",62,56,5285,6.89,6.83,4.25 +"12596",1,"Premium","D","SI2",60.9,59,5286,6.46,6.41,3.92 +"12597",1.08,"Very Good","H","SI1",63.4,57,5286,6.54,6.51,4.14 +"12598",1.09,"Premium","F","SI1",60.9,59,5287,6.59,6.64,4.03 +"12599",1.09,"Premium","F","SI1",62.7,58,5287,6.51,6.56,4.1 +"12600",1.02,"Very Good","F","SI1",60.9,57,5287,6.52,6.56,3.98 +"12601",1,"Very Good","H","SI1",60.9,58,5287,6.43,6.46,3.93 +"12602",0.99,"Ideal","H","SI1",61.1,56,5287,6.44,6.47,3.94 +"12603",0.75,"Ideal","F","VVS1",60.6,57,5288,5.88,5.94,3.59 +"12604",1.33,"Premium","F","SI2",60.7,62,5288,7.12,7.07,4.31 +"12605",1.01,"Premium","G","VS2",60.9,55,5288,6.5,6.48,3.95 +"12606",1.01,"Premium","F","SI1",62.9,59,5288,6.38,6.31,3.99 +"12607",1.23,"Good","J","VS2",63.6,57,5290,6.74,6.79,4.3 +"12608",1.21,"Good","I","VS2",63.4,57,5290,6.72,6.79,4.28 +"12609",1.21,"Very Good","F","SI2",61.5,61,5290,6.77,6.82,4.18 +"12610",1.21,"Very Good","F","SI2",62.7,57,5290,6.74,6.81,4.25 +"12611",1.04,"Very Good","F","SI1",60.1,62,5290,6.54,6.6,3.95 +"12612",1.28,"Premium","J","SI1",61.9,56,5290,7.13,7,4.37 +"12613",1.02,"Very Good","G","SI1",61.3,56,5291,6.43,6.53,3.97 +"12614",1.14,"Premium","I","VS1",62.3,59,5291,6.69,6.64,4.15 +"12615",1.12,"Ideal","H","SI1",62.3,56,5291,6.7,6.65,4.16 +"12616",1.12,"Premium","H","SI1",62,56,5291,6.68,6.61,4.12 +"12617",1.12,"Premium","H","SI1",61.9,59,5291,6.66,6.52,4.08 +"12618",1.1,"Ideal","I","VS1",60.8,58,5291,6.68,6.63,4.04 +"12619",1.5,"Fair","H","I1",68.9,56,5292,7,6.9,4.79 +"12620",1,"Premium","F","SI1",58.6,58,5292,6.56,6.52,3.83 +"12621",1,"Premium","G","SI1",62.2,58,5292,6.45,6.37,3.99 +"12622",1,"Premium","G","SI1",62.7,59,5292,6.36,6.31,3.97 +"12623",1,"Premium","F","SI1",60.5,56,5292,6.48,6.45,3.91 +"12624",1.04,"Premium","D","SI2",62.4,56,5292,6.5,6.45,4.04 +"12625",1,"Fair","F","SI1",64.8,59,5292,6.29,6.24,4.06 +"12626",1.05,"Very Good","H","VS2",63.2,58,5292,6.46,6.39,4.06 +"12627",1.25,"Ideal","I","SI2",63.3,56,5292,6.87,6.83,4.34 +"12628",1.26,"Premium","I","SI1",60.5,62,5292,6.97,6.92,4.2 +"12629",1,"Premium","F","SI1",62.6,60,5292,6.32,6.3,3.95 +"12630",1,"Ideal","F","SI1",62,57,5292,6.43,6.37,3.97 +"12631",1,"Premium","F","SI1",61.6,60,5292,6.41,6.31,3.9 +"12632",1,"Premium","F","SI1",62.3,59,5292,6.43,6.37,3.99 +"12633",1,"Premium","F","SI1",60.3,58,5292,6.47,6.43,3.89 +"12634",1,"Premium","F","SI1",61.6,61,5292,6.37,6.3,3.9 +"12635",1,"Premium","F","SI1",60.7,60,5292,6.4,6.36,3.87 +"12636",1,"Premium","F","SI1",62.7,59,5292,6.4,6.36,4 +"12637",1,"Premium","F","SI1",61.2,58,5292,6.44,6.4,3.93 +"12638",1,"Ideal","F","SI1",61.9,56,5292,6.41,6.36,3.95 +"12639",1.06,"Very Good","I","VS1",58.5,58.3,5293,6.66,6.79,3.94 +"12640",1.25,"Premium","I","SI1",59.7,59,5293,6.97,7.03,4.18 +"12641",1.06,"Very Good","D","SI2",60.1,58,5293,6.6,6.64,3.98 +"12642",1.06,"Good","I","VS1",57.5,62,5293,6.71,6.83,3.9 +"12643",1.01,"Premium","H","VS1",61.2,61,5294,6.44,6.41,3.93 +"12644",1.01,"Very Good","G","VS2",63.1,55,5294,6.38,6.36,4.02 +"12645",1.01,"Premium","H","VS1",61.2,61,5294,6.44,6.41,3.93 +"12646",1.01,"Fair","G","VS2",68.9,60,5294,6.06,6.02,4.17 +"12647",1.01,"Ideal","G","VS1",61.3,56,5294,6.49,6.44,3.96 +"12648",1.01,"Premium","H","VS1",62.7,58,5294,6.39,6.37,4 +"12649",1.01,"Very Good","G","VS1",63.1,59,5294,6.32,6.23,3.96 +"12650",1.15,"Ideal","H","SI1",61.9,55,5296,6.74,6.77,4.18 +"12651",1.22,"Ideal","G","SI2",62.3,57,5296,6.85,6.8,4.25 +"12652",1.22,"Ideal","J","VS2",62.1,58,5297,6.82,6.84,4.24 +"12653",1,"Ideal","E","SI1",62.3,55,5299,6.34,6.41,3.97 +"12654",1,"Good","E","SI1",63.2,57,5299,6.36,6.39,4.03 +"12655",1,"Premium","E","SI1",60.5,59,5299,6.4,6.45,3.89 +"12656",1.11,"Ideal","G","SI2",61.7,57,5299,6.65,6.69,4.12 +"12657",1.25,"Premium","J","VS2",62.2,59,5299,6.86,6.88,4.27 +"12658",1.04,"Premium","F","SI1",62.2,60,5300,6.48,6.44,4.02 +"12659",1.02,"Premium","F","SI1",62.3,58,5301,6.38,6.46,4 +"12660",1.02,"Good","F","SI1",63.2,59,5301,6.35,6.38,4.02 +"12661",1.02,"Very Good","F","SI1",62.8,55,5301,6.4,6.43,4.03 +"12662",1.26,"Ideal","J","SI1",62,56,5301,6.9,6.93,4.29 +"12663",1.01,"Premium","E","SI1",59.5,60,5301,6.54,6.46,3.87 +"12664",1.16,"Ideal","G","SI2",61.5,54,5301,6.78,6.75,4.16 +"12665",1.07,"Ideal","I","VS1",62,57,5302,6.56,6.5,4.05 +"12666",1.02,"Very Good","I","VS1",62.2,60,5302,6.4,6.43,3.99 +"12667",0.91,"Very Good","F","VS1",62.4,59,5302,6.15,6.16,3.84 +"12668",1.16,"Ideal","I","VS2",61.5,57,5302,6.78,6.75,4.16 +"12669",1.01,"Premium","H","VS2",61.5,59,5303,6.48,6.49,3.99 +"12670",1.07,"Ideal","G","SI1",62.2,57,5303,6.59,6.56,4.09 +"12671",1.07,"Very Good","E","SI2",61.7,58,5304,6.54,6.56,4.04 +"12672",1.23,"Premium","J","VS1",60.1,60,5304,6.95,6.9,4.16 +"12673",1.01,"Very Good","H","VS1",64,54,5305,6.3,6.38,4.06 +"12674",0.9,"Very Good","E","VS2",62.5,58,5305,6.14,6.18,3.85 +"12675",1.09,"Very Good","G","SI1",60.2,60,5305,6.66,6.7,4.02 +"12676",1.01,"Premium","D","SI1",58.3,58,5305,6.65,6.59,3.86 +"12677",1.24,"Premium","H","VS2",62.8,57,5305,6.83,6.79,4.28 +"12678",1.09,"Premium","I","VS2",60.1,59,5306,6.74,6.67,4.03 +"12679",1.01,"Ideal","H","VS2",62.7,57,5306,6.41,6.39,4.01 +"12680",1.15,"Ideal","H","SI2",62.5,58,5306,6.65,6.69,4.17 +"12681",1.09,"Ideal","F","SI2",62,56,5306,6.62,6.58,4.09 +"12682",1.26,"Ideal","J","VS2",63.2,57,5306,6.86,6.81,4.32 +"12683",1.27,"Ideal","F","SI2",62,55,5308,6.9,6.95,4.3 +"12684",1.21,"Very Good","G","SI2",62.7,59,5308,6.66,6.74,4.2 +"12685",1.01,"Good","F","SI1",63.9,59,5309,6.29,6.32,4.03 +"12686",1.2,"Good","G","SI2",62.1,60,5310,6.72,6.78,4.19 +"12687",1.66,"Premium","I","SI2",60,59,5310,7.63,7.56,4.56 +"12688",1.36,"Premium","J","SI2",62.6,58,5310,7.12,7,4.42 +"12689",1.04,"Premium","H","SI1",60.7,62,5311,6.57,6.51,3.97 +"12690",1.01,"Premium","E","SI1",62,61,5311,6.42,6.38,3.97 +"12691",0.28,"Ideal","E","VS1",62,57,598,4.17,4.2,2.59 +"12692",0.26,"Very Good","E","VVS2",61.7,60,599,4.11,4.12,2.54 +"12693",0.38,"Very Good","G","SI1",57.5,60,599,4.83,4.88,2.79 +"12694",0.4,"Ideal","J","VS2",62.6,57,599,4.68,4.71,2.94 +"12695",0.4,"Ideal","J","VS2",62.2,54,599,4.75,4.8,2.97 +"12696",0.27,"Ideal","H","VS2",61.8,56,599,4.15,4.17,2.57 +"12697",0.36,"Ideal","H","VS2",62,55,599,4.58,4.63,2.86 +"12698",0.38,"Ideal","D","SI2",62,53,599,4.68,4.71,2.91 +"12699",0.3,"Fair","F","SI1",64.6,56,599,4.27,4.25,2.75 +"12700",0.26,"Ideal","E","VVS2",62.2,56,599,4.12,4.15,2.57 +"12701",0.26,"Good","E","VVS2",63.1,59,599,4.04,4.08,2.56 +"12702",0.26,"Ideal","F","VVS2",62.5,56,599,4.1,4.12,2.57 +"12703",0.26,"Very Good","E","VVS1",62.9,58,599,4.06,4.08,2.56 +"12704",0.26,"Ideal","E","VVS1",62,56,599,4.09,4.13,2.55 +"12705",0.26,"Ideal","E","VVS1",61.7,57,599,4.07,4.1,2.52 +"12706",0.26,"Premium","E","VVS1",61.7,59,599,4.1,4.14,2.54 +"12707",0.26,"Premium","E","VVS1",62.3,60,599,4.07,4.09,2.54 +"12708",0.26,"Ideal","F","VVS1",61.6,57,599,4.08,4.1,2.52 +"12709",0.26,"Premium","E","VVS1",61.8,58,599,4.11,4.14,2.55 +"12710",0.26,"Ideal","F","VVS1",62.4,56,599,4.1,4.11,2.56 +"12711",0.26,"Ideal","D","VVS2",62.5,56,599,4.08,4.11,2.56 +"12712",0.26,"Ideal","D","VVS2",61.4,56,599,4.12,4.15,2.54 +"12713",0.26,"Ideal","E","VVS2",61.5,56,599,4.08,4.11,2.52 +"12714",0.26,"Ideal","E","VVS2",62.3,57,599,4.06,4.09,2.54 +"12715",0.26,"Ideal","E","VVS2",62,56,599,4.1,4.13,2.55 +"12716",0.26,"Ideal","F","VVS2",61.6,57,599,4.08,4.1,2.52 +"12717",0.4,"Good","D","SI2",64,56,599,4.64,4.7,2.99 +"12718",0.32,"Ideal","E","VS2",61.8,54,599,4.4,4.43,2.73 +"12719",0.32,"Ideal","E","VS2",61.4,56,599,4.41,4.45,2.72 +"12720",0.29,"Very Good","D","VVS2",59.1,61,600,4.33,4.37,2.57 +"12721",1.24,"Premium","D","SI2",61,59,5311,6.93,6.97,4.24 +"12722",1.04,"Ideal","G","SI1",61.9,56,5311,6.46,6.5,4.01 +"12723",1.02,"Premium","H","VS2",61.2,58,5312,6.5,6.47,3.97 +"12724",1.02,"Premium","H","VS2",62.5,56,5312,6.45,6.42,4.02 +"12725",0.9,"Premium","E","VS2",62.6,60,5312,6.15,6.08,3.83 +"12726",0.9,"Premium","E","VS2",59.5,58,5312,6.33,6.28,3.75 +"12727",1.02,"Ideal","H","VS2",61.2,56,5312,6.53,6.48,3.98 +"12728",1.02,"Premium","H","VS2",62.5,60,5312,6.43,6.38,4 +"12729",1.5,"Good","F","I1",60.6,62,5313,7.22,7.24,4.38 +"12730",1.03,"Very Good","D","SI1",60.5,61,5313,6.43,6.47,3.9 +"12731",1.07,"Ideal","F","SI2",61.4,56,5313,6.57,6.63,4.05 +"12732",1.16,"Good","H","SI1",64.2,58.6,5314,6.61,6.66,4.26 +"12733",1.23,"Ideal","I","SI2",61.2,58,5315,6.86,6.9,4.21 +"12734",1.18,"Good","D","SI2",61.7,63,5315,6.67,6.72,4.13 +"12735",1.11,"Premium","H","SI1",62.8,61,5315,6.63,6.56,4.14 +"12736",1.11,"Premium","H","SI1",61.5,59,5315,6.69,6.64,4.1 +"12737",1.11,"Ideal","H","SI1",61,56,5315,6.74,6.7,4.1 +"12738",1.11,"Ideal","H","SI1",60.2,54,5315,6.82,6.7,4.07 +"12739",1.13,"Premium","I","VS1",62.2,58,5316,6.68,6.63,4.14 +"12740",1.13,"Premium","I","VS1",61.7,54,5316,6.74,6.71,4.15 +"12741",1.13,"Premium","E","SI2",60.4,59,5316,6.75,6.7,4.06 +"12742",1.01,"Ideal","H","VS2",60.6,57,5317,6.54,6.49,3.95 +"12743",0.91,"Good","F","VVS2",64,61,5317,6.06,6.13,3.9 +"12744",1.19,"Ideal","H","SI1",62.3,55,5318,6.84,6.8,4.25 +"12745",1.2,"Ideal","J","VS2",61.8,55,5318,6.84,6.86,4.23 +"12746",1.33,"Premium","G","SI2",59.2,62,5318,7.22,7.16,4.26 +"12747",1.28,"Good","I","VS2",58.2,64,5319,7.09,7.03,4.11 +"12748",1.06,"Ideal","E","SI2",62.2,55,5319,6.54,6.51,4.06 +"12749",1.25,"Premium","H","SI1",59.4,62,5320,7.07,7,4.18 +"12750",1.1,"Very Good","D","SI2",61.1,58,5320,6.61,6.69,4.06 +"12751",1,"Very Good","D","SI1",63.2,59,5320,6.29,6.4,4.01 +"12752",1,"Premium","H","VS2",62.6,59,5320,6.37,6.31,3.97 +"12753",1.2,"Very Good","G","SI2",62.9,54,5321,6.76,6.79,4.26 +"12754",1.22,"Ideal","H","SI2",62.3,55.3,5321,6.8,6.87,4.26 +"12755",1.04,"Ideal","F","SI1",61.3,55,5321,6.51,6.53,4 +"12756",1,"Premium","E","SI1",59.7,57,5322,6.56,6.48,3.89 +"12757",1,"Very Good","E","SI1",59.4,63,5322,6.47,6.42,3.83 +"12758",1.2,"Very Good","I","VS1",63.1,58,5322,6.7,6.62,4.2 +"12759",1,"Premium","G","VS2",60.8,60,5322,6.39,6.33,3.87 +"12760",1.05,"Premium","H","VS2",61.1,58,5323,6.57,6.53,4 +"12761",1.21,"Premium","H","SI2",62.7,59,5324,6.75,6.78,4.24 +"12762",1.21,"Very Good","H","SI2",62.6,61,5324,6.7,6.75,4.21 +"12763",1.21,"Very Good","I","SI1",62.1,56,5324,6.76,6.92,4.25 +"12764",1.21,"Ideal","J","VS1",62.3,55,5324,6.81,6.86,4.26 +"12765",0.9,"Very Good","F","VS1",61.2,56,5324,6.18,6.23,3.8 +"12766",1.07,"Ideal","E","SI2",62.2,55,5325,6.54,6.58,4.08 +"12767",1.11,"Ideal","H","SI1",60.6,59,5325,6.75,6.71,4.08 +"12768",1.14,"Premium","G","SI1",62.2,58,5326,6.64,6.7,4.15 +"12769",1.07,"Premium","H","VS2",62.1,59,5327,6.52,6.56,4.06 +"12770",1.33,"Very Good","J","SI1",64,53,5327,6.93,7.01,4.46 +"12771",1.08,"Ideal","F","SI1",62.7,57,5327,6.52,6.49,4.08 +"12772",1.51,"Premium","J","SI2",59.7,62,5327,7.46,7.42,4.44 +"12773",1.06,"Very Good","E","SI1",59.6,57,5328,6.62,6.67,3.96 +"12774",1.11,"Ideal","I","SI1",61.9,55,5329,6.65,6.66,4.12 +"12775",1.12,"Premium","D","SI2",61.2,60,5329,6.67,6.63,4.07 +"12776",1.12,"Premium","G","SI1",59.8,58,5329,6.79,6.76,4.05 +"12777",1.22,"Ideal","I","SI1",62.1,56,5329,6.83,6.79,4.23 +"12778",1.22,"Very Good","F","SI1",63.5,56,5329,6.79,6.75,4.3 +"12779",1.27,"Very Good","F","SI2",61,61,5330,6.95,7.01,4.26 +"12780",1,"Good","E","SI1",58.2,61,5330,6.53,6.57,3.81 +"12781",1.03,"Ideal","E","SI1",62,57,5330,6.47,6.44,4 +"12782",1.03,"Premium","F","VS2",60.5,59,5330,6.6,6.52,3.97 +"12783",1.03,"Ideal","E","SI1",62.2,57,5330,6.48,6.42,4.01 +"12784",0.9,"Very Good","D","VS1",60.3,58,5331,6.23,6.28,3.77 +"12785",1,"Ideal","E","SI1",61.6,57,5331,6.37,6.45,3.95 +"12786",1.01,"Good","H","VS2",64.4,58,5331,6.18,6.24,4 +"12787",1,"Fair","D","SI1",65.5,60,5331,6.18,6.12,4.03 +"12788",1,"Good","D","SI1",58.5,64,5331,6.53,6.49,3.81 +"12789",1.19,"Ideal","I","SI1",63.7,57,5331,6.73,6.69,4.28 +"12790",1.12,"Ideal","H","SI2",63.6,56,5331,6.68,6.54,4.19 +"12791",1.25,"Premium","I","VS1",59.4,60,5331,7.1,7.03,4.2 +"12792",1.2,"Premium","F","SI2",62.5,59,5332,6.74,6.68,4.2 +"12793",1.27,"Fair","H","SI2",65.2,54,5334,6.78,6.71,4.41 +"12794",1.02,"Very Good","H","VS2",60.2,62,5335,6.46,6.54,3.91 +"12795",0.9,"Ideal","G","VVS2",61.9,56,5335,6.15,6.22,3.83 +"12796",0.9,"Ideal","E","VS1",61.3,57,5335,6.2,6.24,3.81 +"12797",1.11,"Very Good","H","SI1",62.5,58,5335,6.61,6.64,4.14 +"12798",1.34,"Very Good","J","SI2",62.7,56,5335,7.05,7.08,4.43 +"12799",1.09,"Premium","H","SI1",59.8,60,5335,6.72,6.66,4 +"12800",1.03,"Ideal","G","SI1",62.5,57,5337,6.4,6.49,4.03 +"12801",0.7,"Ideal","E","VVS1",61.9,56,5338,5.66,5.69,3.51 +"12802",0.7,"Ideal","E","VVS1",61.8,55,5338,5.69,5.73,3.53 +"12803",1.13,"Premium","H","SI1",61.4,59,5338,6.73,6.68,4.12 +"12804",1.01,"Very Good","E","SI1",62.3,56,5339,6.36,6.42,3.98 +"12805",1.01,"Very Good","E","SI1",61.1,57,5339,6.43,6.46,3.94 +"12806",1.14,"Ideal","J","VS1",61.6,56,5339,6.71,6.73,4.14 +"12807",1.01,"Very Good","E","SI2",60.2,60,5340,6.46,6.5,3.9 +"12808",1.21,"Ideal","J","SI1",61.9,54,5341,6.85,6.88,4.25 +"12809",1,"Very Good","D","SI1",62.3,59,5342,6.26,6.29,3.91 +"12810",0.91,"Very Good","D","SI1",62,59,5342,6.19,6.16,3.83 +"12811",1.06,"Ideal","G","SI1",62,57,5342,6.54,6.5,4.04 +"12812",1.05,"Ideal","H","SI1",61.9,57,5342,6.54,6.57,4.06 +"12813",1.13,"Ideal","F","SI1",59.7,57,5342,6.82,6.79,4.06 +"12814",1.04,"Premium","H","VS2",59.6,58,5344,6.63,6.55,3.93 +"12815",1,"Good","E","SI1",57.2,62,5345,6.59,6.56,3.76 +"12816",1.01,"Premium","F","SI1",62.3,58,5345,6.44,6.41,4 +"12817",1.01,"Premium","F","SI1",59.8,60,5345,6.57,6.53,3.92 +"12818",1.01,"Premium","F","SI1",62.2,59,5345,6.41,6.36,3.97 +"12819",1.01,"Premium","F","SI1",60.6,59,5345,6.52,6.49,3.94 +"12820",1.01,"Ideal","F","SI1",60.9,55,5345,6.5,6.48,3.95 +"12821",1.02,"Ideal","G","VS2",62.4,57,5346,6.47,6.36,4 +"12822",1.21,"Very Good","I","SI1",62.8,57,5346,6.73,6.8,4.25 +"12823",1.02,"Premium","G","VS2",61.5,59,5346,6.45,6.4,3.95 +"12824",1.11,"Premium","G","VS2",61,59,5346,6.7,6.67,4.08 +"12825",1.1,"Ideal","H","VS2",60.5,57,5347,6.73,6.7,4.06 +"12826",1.07,"Ideal","G","SI1",61.9,55,5347,6.57,6.62,4.08 +"12827",1.05,"Ideal","I","VS2",60.2,57,5347,6.6,6.65,3.99 +"12828",1.05,"Ideal","F","SI2",61.9,56,5347,6.48,6.5,4.02 +"12829",1,"Premium","F","VS2",61.3,59,5347,6.39,6.35,3.9 +"12830",1.02,"Fair","E","VS2",66.6,57,5350,6.09,6.14,4.07 +"12831",1,"Very Good","E","SI1",59.6,60,5351,6.43,6.48,3.85 +"12832",1,"Very Good","E","SI1",61.2,60,5351,6.39,6.42,3.92 +"12833",1.05,"Premium","D","SI1",61.6,61,5351,6.55,6.5,4.02 +"12834",1.5,"Premium","J","SI2",61.3,59,5351,7.38,7.33,4.51 +"12835",1.2,"Very Good","H","SI2",62,58,5352,6.73,6.79,4.19 +"12836",1.2,"Very Good","I","SI1",63.8,57,5352,6.64,6.72,4.26 +"12837",1.05,"Ideal","I","VVS2",61.8,54,5352,6.55,6.57,4.05 +"12838",1.08,"Ideal","G","SI1",61.8,56,5352,6.58,6.55,4.06 +"12839",1.08,"Ideal","D","SI2",61.6,57,5352,6.62,6.58,4.07 +"12840",1.04,"Very Good","G","VS2",61.4,63,5353,6.51,6.55,4.01 +"12841",1.03,"Very Good","G","SI1",59.4,60,5353,6.61,6.66,3.94 +"12842",1.21,"Premium","I","SI1",61.6,58,5353,6.89,6.84,4.23 +"12843",1.06,"Ideal","F","SI2",61.8,56,5354,6.56,6.51,4.04 +"12844",1.25,"Ideal","I","SI2",62,57,5355,6.92,6.85,4.27 +"12845",1.25,"Ideal","G","SI2",61.6,57,5355,6.98,6.91,4.28 +"12846",1.02,"Premium","H","VS2",62.4,58,5356,6.39,6.43,4 +"12847",1.03,"Ideal","F","SI1",62.8,56,5356,6.38,6.46,4.03 +"12848",1.22,"Good","J","VS1",58.5,61,5356,6.94,7,4.08 +"12849",0.9,"Good","E","VS1",59.3,56,5356,6.27,6.32,3.73 +"12850",1.08,"Ideal","I","VS2",61.8,54.2,5357,6.57,6.6,4.07 +"12851",1.34,"Ideal","G","SI2",62,55,5358,7.06,7.03,4.37 +"12852",1.34,"Ideal","J","SI2",62,56,5358,7.09,7.03,4.38 +"12853",1.11,"Ideal","H","SI1",61.6,56,5358,6.65,6.69,4.11 +"12854",1.09,"Ideal","H","SI1",61.9,57,5358,6.63,6.58,4.09 +"12855",0.92,"Premium","E","VS1",60.9,61,5358,6.25,6.22,3.8 +"12856",1.11,"Ideal","E","SI2",61.2,55,5358,6.72,6.68,4.1 +"12857",1.1,"Ideal","E","SI2",61.6,56,5359,6.66,6.63,4.09 +"12858",1.12,"Very Good","G","SI1",61.1,59,5361,6.69,6.73,4.1 +"12859",1.1,"Ideal","G","SI2",62.1,58,5361,6.61,6.63,4.11 +"12860",1.05,"Ideal","G","SI1",61.9,56,5361,6.51,6.55,4.04 +"12861",1.05,"Ideal","G","SI1",62.3,55,5361,6.47,6.54,4.05 +"12862",1.11,"Good","J","IF",58.3,62,5361,6.77,6.84,3.97 +"12863",1.24,"Ideal","J","VS2",61.8,58,5361,6.88,6.84,4.24 +"12864",1.25,"Very Good","H","SI2",62.7,57,5362,6.82,6.86,4.29 +"12865",1.06,"Ideal","I","VS2",61,57,5362,6.55,6.59,4.01 +"12866",1.12,"Ideal","H","SI1",62,57,5363,6.69,6.64,4.13 +"12867",1.12,"Premium","H","SI1",62.2,60,5363,6.65,6.59,4.12 +"12868",1.12,"Premium","H","SI1",61.6,59,5363,6.67,6.63,4.1 +"12869",1.26,"Ideal","I","SI2",62,56,5363,7,6.94,4.32 +"12870",1.21,"Very Good","G","SI2",59.3,59,5364,6.97,7,4.14 +"12871",1.09,"Ideal","D","SI2",62.4,57,5364,6.55,6.6,4.1 +"12872",1.03,"Premium","H","VS2",63,59,5364,6.47,6.36,4.04 +"12873",1.03,"Ideal","H","VS2",62.3,56,5364,6.46,6.44,4.02 +"12874",1.03,"Premium","H","VS2",60.9,58,5364,6.55,6.48,3.97 +"12875",1.03,"Premium","H","VS2",61.6,61,5364,6.51,6.44,3.99 +"12876",1.03,"Premium","H","VS2",62.6,56,5364,6.43,6.38,4.01 +"12877",1.03,"Ideal","F","SI1",62.6,57,5366,6.42,6.46,4.03 +"12878",1.01,"Premium","E","SI1",58.2,59,5366,6.59,6.54,3.82 +"12879",1.17,"Premium","F","SI1",61.9,60,5366,6.72,6.66,4.14 +"12880",1.16,"Premium","G","SI1",63,58,5366,6.7,6.66,4.21 +"12881",1.14,"Very Good","H","SI1",62.9,59,5367,6.62,6.64,4.17 +"12882",1.07,"Very Good","H","SI1",60.4,58,5367,6.67,6.73,4.05 +"12883",1.02,"Ideal","G","SI1",60.6,57,5367,6.49,6.52,3.94 +"12884",1.22,"Premium","I","SI1",62.1,59,5368,6.8,6.86,4.24 +"12885",1.22,"Premium","I","SI1",61.2,59,5368,6.86,6.9,4.21 +"12886",1.02,"Premium","F","SI1",61.4,58,5369,6.48,6.41,3.96 +"12887",1.13,"Very Good","J","VS1",62.1,59,5370,6.64,6.71,4.14 +"12888",1.05,"Premium","H","VS2",62.7,59,5370,6.43,6.49,4.05 +"12889",1.05,"Very Good","H","VS2",59,59,5370,6.68,6.71,3.95 +"12890",1.1,"Ideal","H","SI1",62,57,5370,6.66,6.7,4.14 +"12891",1.37,"Premium","J","VS1",60,62,5370,7.24,7.21,4.33 +"12892",1.27,"Very Good","I","SI2",59.7,57,5371,6.99,7.04,4.19 +"12893",1.01,"Very Good","E","SI1",61.5,60,5372,6.39,6.42,3.94 +"12894",1.16,"Very Good","G","SI1",60.5,60,5372,6.86,6.77,4.12 +"12895",1.01,"Ideal","E","SI1",62.1,57,5372,6.4,6.45,3.99 +"12896",1.2,"Very Good","D","SI2",63.1,57,5373,6.68,6.75,4.24 +"12897",0.81,"Ideal","E","VVS2",62.2,53.7,5373,5.97,5.99,3.72 +"12898",1.07,"Ideal","I","VS1",62,53,5373,6.61,6.62,4.1 +"12899",1.2,"Ideal","I","SI2",61.1,57,5373,6.86,6.89,4.2 +"12900",0.9,"Ideal","E","SI1",61.9,54,5373,6.19,6.22,3.84 +"12901",1.06,"Ideal","H","VS2",61.2,55,5373,6.61,6.57,4.03 +"12902",1.17,"Ideal","H","SI2",61.4,56,5373,6.83,6.76,4.17 +"12903",1.23,"Premium","H","SI2",61.2,57,5373,6.89,6.86,4.21 +"12904",1.12,"Very Good","F","SI1",61.4,63,5374,6.7,6.68,4.11 +"12905",1.12,"Very Good","H","SI2",61.7,59,5375,6.67,6.71,4.13 +"12906",1.08,"Very Good","H","SI1",61.8,53,5375,6.62,6.63,4.09 +"12907",0.93,"Ideal","H","VS1",61.8,55,5375,6.28,6.26,3.88 +"12908",1.01,"Ideal","E","SI1",62.9,56,5375,6.41,6.38,4.02 +"12909",1.2,"Premium","I","VVS2",63,60,5376,6.71,6.63,4.2 +"12910",1.2,"Very Good","J","VS1",63.1,59,5376,6.75,6.65,4.23 +"12911",1.09,"Ideal","H","SI1",62.1,55,5376,6.6,6.64,4.11 +"12912",1,"Fair","E","VS2",65,58,5376,6.21,6.16,4.02 +"12913",1.13,"Premium","D","SI2",62,58,5376,6.68,6.64,4.13 +"12914",1.13,"Premium","G","SI1",60.9,60,5376,6.76,6.67,4.09 +"12915",1.2,"Premium","H","SI2",62.2,58,5376,6.79,6.74,4.21 +"12916",1.2,"Ideal","I","SI1",63.5,61,5376,6.75,6.71,4.27 +"12917",1.2,"Ideal","I","SI1",62.6,58,5376,6.74,6.71,4.21 +"12918",1.28,"Premium","H","SI2",60.2,60,5376,6.97,6.93,4.31 +"12919",1.2,"Premium","H","SI2",62.5,58,5376,6.81,6.76,4.24 +"12920",1.2,"Premium","H","SI2",62.3,58,5376,6.81,6.76,4.23 +"12921",1.2,"Premium","H","SI2",62,58,5376,6.91,6.76,4.24 +"12922",1,"Good","E","VS2",64,58,5376,6.24,6.2,3.99 +"12923",1.03,"Ideal","I","VS2",61.2,56,5378,6.5,6.51,3.98 +"12924",1.13,"Ideal","I","SI2",62,55,5378,6.68,6.7,4.15 +"12925",1.18,"Ideal","I","SI1",61.5,56,5378,6.77,6.82,4.18 +"12926",1.01,"Good","F","SI1",62.4,59,5378,6.29,6.33,3.94 +"12927",1.03,"Ideal","F","SI1",61.3,57,5378,6.58,6.51,4.01 +"12928",1.01,"Good","E","SI1",64.3,59,5379,6.23,6.28,4.02 +"12929",1.04,"Very Good","E","SI1",63.5,56,5381,6.41,6.37,4.06 +"12930",1.24,"Premium","D","SI2",59.9,59,5382,7.01,6.95,4.18 +"12931",1.31,"Very Good","J","SI1",62.5,55,5382,6.97,7.05,4.38 +"12932",1.14,"Ideal","H","SI1",62.3,56,5382,6.69,6.77,4.19 +"12933",1.02,"Very Good","H","VS2",62.4,57,5383,6.43,6.35,3.99 +"12934",1.01,"Very Good","F","SI1",61.9,58,5383,6.41,6.44,3.98 +"12935",1.11,"Very Good","F","SI1",60.1,61,5384,6.64,6.74,4.06 +"12936",1.13,"Ideal","H","SI1",62.3,56,5384,6.66,6.69,4.16 +"12937",1,"Good","E","SI1",58,60,5384,6.48,6.52,3.77 +"12938",1.09,"Premium","F","SI1",60.9,59,5384,6.64,6.59,4.03 +"12939",1.15,"Premium","G","SI1",63,59,5384,6.68,6.63,4.19 +"12940",1.09,"Premium","F","SI1",62.7,58,5384,6.56,6.51,4.1 +"12941",1,"Very Good","G","VS2",60,55,5385,6.41,6.52,3.88 +"12942",1.2,"Ideal","G","SI2",62.2,56,5385,6.74,6.84,4.22 +"12943",1,"Ideal","I","VS1",60.4,55,5385,6.49,6.52,3.93 +"12944",1.01,"Fair","D","SI1",66,57,5385,6.29,6.22,4.13 +"12945",1.01,"Fair","D","SI1",65,57,5385,6.3,6.22,4.07 +"12946",1.01,"Very Good","D","SI1",60.8,57,5386,6.58,6.54,3.99 +"12947",0.9,"Ideal","F","VS1",61.6,56,5386,6.2,6.23,3.83 +"12948",1.11,"Ideal","H","SI1",62.7,56,5386,6.65,6.59,4.15 +"12949",1.23,"Good","J","VS2",63.6,57,5386,6.79,6.74,4.3 +"12950",0.9,"Very Good","E","SI1",61.4,56,5387,6.19,6.23,3.81 +"12951",1.01,"Ideal","H","SI1",61.7,57,5387,6.37,6.44,3.96 +"12952",1.01,"Ideal","H","SI1",61.2,57,5387,6.42,6.47,3.95 +"12953",1.01,"Ideal","G","SI1",61.2,57,5387,6.44,6.5,3.96 +"12954",1.3,"Ideal","H","VS2",62.9,56,5387,7,6.96,4.39 +"12955",1.21,"Premium","F","SI2",61.5,61,5387,6.82,6.77,4.18 +"12956",1.21,"Very Good","I","VS2",63.4,57,5387,6.79,6.72,4.28 +"12957",1,"Premium","H","VS1",61.5,57,5387,6.44,6.37,3.94 +"12958",1,"Premium","H","VS1",60.7,59,5387,6.44,6.4,3.9 +"12959",1.21,"Ideal","I","VS2",62.3,58,5387,6.79,6.75,4.22 +"12960",1.16,"Ideal","H","SI2",60.9,59,5388,6.72,6.78,4.11 +"12961",1.21,"Ideal","J","SI1",62.7,55.2,5390,6.79,6.84,4.27 +"12962",1,"Very Good","D","SI1",62.1,58,5390,6.34,6.45,3.97 +"12963",1,"Very Good","D","SI1",62.1,61,5390,6.3,6.32,3.92 +"12964",1,"Very Good","D","SI1",61.3,54,5390,6.37,6.39,3.91 +"12965",1,"Premium","D","SI1",61.5,60,5390,6.34,6.38,3.91 +"12966",1.19,"Very Good","J","SI1",60,57,5390,6.93,6.89,4.15 +"12967",0.92,"Good","G","VVS2",58.8,57,5390,6.32,6.37,3.73 +"12968",1.25,"Premium","I","SI1",59.7,59,5390,7.03,6.97,4.18 +"12969",1.12,"Ideal","I","VS2",61.2,54,5392,6.74,6.77,4.13 +"12970",1.14,"Ideal","J","VS1",61.5,57,5392,6.7,6.73,4.13 +"12971",1.06,"Ideal","G","SI1",60.5,57,5393,6.64,6.59,4 +"12972",1.02,"Very Good","H","VS2",60.6,60,5393,6.55,6.48,3.95 +"12973",1.01,"Very Good","H","VS2",61.6,57,5393,6.41,6.44,3.96 +"12974",1.03,"Very Good","E","SI2",61.7,54.9,5393,6.46,6.52,4.01 +"12975",1.03,"Very Good","D","SI1",61.8,57,5393,6.49,6.53,4.02 +"12976",1.07,"Ideal","E","SI2",61.4,57,5393,6.62,6.57,4.05 +"12977",1.06,"Premium","D","SI2",62.5,56,5393,6.61,6.47,4.09 +"12978",0.91,"Good","G","SI1",57.7,58,5394,6.33,6.4,3.67 +"12979",1.01,"Very Good","D","SI1",59.8,56,5394,6.57,6.6,3.94 +"12980",1.25,"Ideal","I","SI2",61.4,55,5395,6.92,6.99,4.27 +"12981",1.11,"Ideal","H","SI1",62.5,56,5395,6.65,6.63,4.15 +"12982",1.11,"Premium","H","VS2",60.9,57,5395,6.77,6.69,4.1 +"12983",1.11,"Premium","H","VS2",62,59,5395,6.66,6.59,4.11 +"12984",1.11,"Ideal","G","SI2",61.7,57,5395,6.69,6.65,4.12 +"12985",1.25,"Premium","J","VS2",62.2,59,5396,6.88,6.86,4.27 +"12986",1,"Premium","E","SI1",60.5,59,5396,6.45,6.4,3.89 +"12987",1,"Very Good","E","SI1",63.2,57,5396,6.39,6.36,4.03 +"12988",1,"Ideal","E","SI1",62.3,55,5396,6.41,6.34,3.97 +"12989",1,"Premium","E","SI1",61.7,58,5396,6.42,6.35,3.94 +"12990",1.22,"Very Good","E","SI1",63.4,56,5397,6.79,6.76,4.29 +"12991",1.02,"Ideal","G","SI1",61.5,57,5398,6.54,6.44,3.99 +"12992",1.02,"Very Good","F","SI1",63.2,59,5398,6.38,6.35,4.02 +"12993",1.26,"Premium","I","SI2",62.2,58,5398,6.98,6.92,4.32 +"12994",1.02,"Premium","F","SI1",62.3,58,5398,6.46,6.38,4 +"12995",1.02,"Ideal","F","SI1",62.8,55,5398,6.43,6.4,4.03 +"12996",1.26,"Ideal","J","SI1",62,56,5398,6.93,6.9,4.29 +"12997",1.01,"Premium","H","VS2",61.5,59,5400,6.49,6.48,3.99 +"12998",1.05,"Premium","E","SI2",60.3,61,5400,6.62,6.57,3.98 +"12999",1.09,"Ideal","I","VS1",62.7,54,5401,6.6,6.54,4.12 +"13000",1.09,"Premium","G","SI1",60.2,60,5402,6.7,6.66,4.02 +"13001",1,"Premium","H","VS2",62.4,59,5404,6.75,6.72,4.2 +"13002",1.22,"Premium","I","VS2",60.1,58,5405,6.92,7,4.18 +"13003",2.14,"Fair","J","I1",69.4,57,5405,7.74,7.7,5.36 +"13004",1.07,"Ideal","F","SI2",61.6,57,5405,6.56,6.53,4.03 +"13005",1.21,"Premium","G","SI2",62.7,59,5405,6.74,6.66,4.2 +"13006",1.27,"Ideal","F","SI2",62,55,5405,6.95,6.9,4.3 +"13007",1.19,"Ideal","D","SI2",60.4,55,5406,6.89,6.91,4.17 +"13008",1.05,"Very Good","H","SI1",60.5,58,5406,6.55,6.6,3.98 +"13009",1.21,"Good","H","SI1",63.8,64,5407,6.72,6.63,4.26 +"13010",1.02,"Premium","G","VS2",62.7,58,5407,6.44,6.36,4.01 +"13011",1.49,"Good","I","SI2",64.3,59,5407,7.2,7.1,4.6 +"13012",1.23,"Ideal","J","SI1",62.2,57,5407,6.89,6.81,4.26 +"13013",1.1,"Ideal","G","SI2",62.5,55,5407,6.61,6.66,4.15 +"13014",1,"Good","F","VS2",64.4,56,5407,6.23,6.28,4.03 +"13015",1.2,"Very Good","H","SI2",60.2,58,5408,6.88,6.94,4.16 +"13016",1.13,"Very Good","D","SI2",62.3,60,5408,6.59,6.7,4.14 +"13017",1.2,"Very Good","I","SI1",62.2,55,5408,6.75,6.92,4.25 +"13018",1.2,"Very Good","I","SI1",60,60,5408,6.81,6.89,4.11 +"13019",1.2,"Very Good","I","SI1",62.8,57,5408,6.7,6.74,4.22 +"13020",1.11,"Ideal","G","SI1",61.9,57,5408,6.63,6.66,4.11 +"13021",0.3,"Very Good","E","VS2",61.6,54,600,4.29,4.32,2.65 +"13022",0.29,"Ideal","G","VVS2",61.3,56,600,4.23,4.25,2.6 +"13023",0.31,"Ideal","G","VS1",62.3,54,600,4.35,4.38,2.72 +"13024",0.31,"Good","E","VS1",59,63,600,4.44,4.47,2.63 +"13025",0.26,"Very Good","H","VVS2",63.3,58,600,4.08,4.04,2.57 +"13026",0.26,"Premium","H","VVS1",62.5,58,600,4.11,4.08,2.56 +"13027",0.26,"Ideal","H","VVS1",61.2,56,600,4.16,4.11,2.53 +"13028",0.26,"Premium","H","VVS2",62.4,58,600,4.07,4.04,2.53 +"13029",0.26,"Ideal","H","IF",61.1,57,600,4.16,4.12,2.53 +"13030",0.23,"Very Good","F","VVS2",58.1,63,600,4.08,4.04,2.36 +"13031",0.26,"Premium","H","VVS1",59.8,59,600,4.17,4.12,2.48 +"13032",0.41,"Good","G","I1",63.8,56,600,4.74,4.7,3.01 +"13033",0.41,"Premium","I","SI2",60.6,59,600,4.84,4.8,2.92 +"13034",0.38,"Premium","J","VS1",62.1,60,600,4.6,4.64,2.87 +"13035",0.36,"Premium","F","SI1",61.1,59,600,4.58,4.62,2.81 +"13036",0.38,"Very Good","F","SI2",61,61,600,4.61,4.67,2.83 +"13037",0.36,"Very Good","F","SI1",60.3,58,600,4.6,4.65,2.79 +"13038",0.36,"Premium","F","SI1",61.1,59,600,4.55,4.59,2.79 +"13039",0.36,"Premium","F","SI1",62.3,59,600,4.5,4.56,2.82 +"13040",0.36,"Ideal","F","SI1",61.5,56,600,4.59,4.62,2.83 +"13041",0.36,"Ideal","F","SI1",62,56,600,4.54,4.59,2.83 +"13042",0.36,"Very Good","F","SI1",61.9,59,600,4.51,4.54,2.8 +"13043",0.36,"Premium","F","SI1",61.5,58,600,4.54,4.6,2.81 +"13044",0.36,"Ideal","F","SI1",60.1,56,600,4.62,4.67,2.79 +"13045",0.36,"Premium","F","SI1",61.6,60,600,4.54,4.61,2.82 +"13046",0.36,"Ideal","F","SI1",61.5,57,600,4.55,4.59,2.81 +"13047",0.26,"Very Good","E","VS2",62.8,58,601,4,4.06,2.53 +"13048",0.38,"Very Good","I","SI1",59.7,62,601,4.7,4.74,2.82 +"13049",0.3,"Ideal","F","VS2",62.1,53.3,601,4.3,4.32,2.68 +"13050",0.3,"Ideal","F","VS2",62.1,53.6,601,4.28,4.31,2.67 +"13051",1.11,"Premium","G","SI1",62.7,57,5408,6.62,6.5,4.11 +"13052",1.11,"Premium","G","SI1",62.3,58,5408,6.61,6.52,4.09 +"13053",1.09,"Ideal","D","SI2",61.7,59,5410,6.64,6.62,4.09 +"13054",1.5,"Premium","F","I1",60.6,62,5410,7.24,7.22,4.38 +"13055",1.03,"Premium","D","SI1",60.5,61,5410,6.47,6.43,3.9 +"13056",1.13,"Premium","H","SI1",62.1,58,5410,6.7,6.66,4.15 +"13057",1,"Premium","F","SI1",60.6,62,5410,6.43,6.4,3.89 +"13058",1.01,"Very Good","E","SI1",59.6,61,5411,6.47,6.51,3.87 +"13059",1.01,"Very Good","E","SI1",62.8,57,5411,6.35,6.39,4 +"13060",0.91,"Ideal","H","VVS2",61.7,57,5411,6.21,6.23,3.84 +"13061",0.93,"Ideal","E","VS2",62.4,56,5411,6.26,6.3,3.92 +"13062",1.03,"Ideal","E","SI1",62,55,5411,6.46,6.5,4.02 +"13063",1.01,"Good","E","SI1",63.2,59,5411,6.27,6.35,3.99 +"13064",1.16,"Fair","H","SI1",65.8,58,5411,6.54,6.46,4.28 +"13065",1.16,"Ideal","H","SI1",64.2,59,5411,6.66,6.61,4.26 +"13066",1.23,"Good","H","SI2",63.8,57.4,5412,6.72,6.78,4.31 +"13067",1.5,"Ideal","I","I1",61.8,57,5412,7.31,7.39,4.54 +"13068",1.2,"Ideal","I","SI1",61.8,56,5412,6.77,6.8,4.19 +"13069",1.23,"Premium","I","SI1",62.5,59,5412,6.8,6.84,4.26 +"13070",1.23,"Premium","J","VS1",62.7,58,5412,6.79,6.82,4.27 +"13071",1.24,"Ideal","J","VS2",61.7,55,5412,6.91,6.96,4.28 +"13072",1.13,"Ideal","D","SI2",60.1,55,5412,6.79,6.85,4.1 +"13073",1.18,"Ideal","I","SI1",61.3,55.6,5412,6.79,6.84,4.18 +"13074",1.17,"Ideal","D","SI2",62.5,56,5412,6.77,6.7,4.21 +"13075",1.26,"Ideal","D","SI2",61.6,56,5412,6.99,6.95,4.3 +"13076",1.26,"Premium","D","SI2",61.9,58,5412,6.88,6.81,4.24 +"13077",1,"Very Good","E","SI1",63.7,55,5413,6.35,6.4,4.06 +"13078",1.06,"Very Good","H","VS2",60.7,59,5415,6.56,6.63,4 +"13079",1.01,"Good","H","VS1",63.8,59,5416,6.3,6.34,4.03 +"13080",1.01,"Very Good","E","SI1",62.8,59,5416,6.41,6.45,4.04 +"13081",1.01,"Premium","H","VS1",61.1,58,5416,6.45,6.48,3.95 +"13082",1.01,"Ideal","F","SI1",62.7,55,5416,6.45,6.4,4.03 +"13083",1.5,"Good","H","SI2",63.8,57,5416,7.21,7.14,4.58 +"13084",1.04,"Premium","H","VS2",62.7,61,5416,6.48,6.44,4.05 +"13085",1.04,"Ideal","H","VS2",59.3,57,5416,6.64,6.58,3.92 +"13086",1.03,"Ideal","H","SI1",61.1,56,5418,6.5,6.53,3.98 +"13087",1.03,"Ideal","H","SI1",61.7,57,5418,6.47,6.53,4.01 +"13088",1.01,"Good","G","VS2",64.4,58,5418,6.23,6.31,4.04 +"13089",1.29,"Premium","H","SI2",61,57,5418,7.13,6.95,4.31 +"13090",1.28,"Ideal","I","SI2",61.7,59,5419,6.96,6.92,4.28 +"13091",1.08,"Premium","D","SI1",61.6,56,5419,6.64,6.57,4.07 +"13092",1,"Good","F","VS2",63.1,56,5420,6.27,6.31,3.97 +"13093",1.46,"Premium","G","SI2",62.8,52,5421,7.31,7.27,4.58 +"13094",1.3,"Premium","G","SI2",61.8,57,5421,7.02,6.94,4.32 +"13095",1.09,"Ideal","I","VS2",61.9,56,5421,6.62,6.67,4.09 +"13096",1.21,"Premium","H","SI2",62.6,61,5421,6.75,6.7,4.21 +"13097",1.21,"Premium","I","SI1",59.3,59,5421,6.98,6.95,4.13 +"13098",1.21,"Ideal","J","VS1",62.3,55,5421,6.86,6.81,4.26 +"13099",1.21,"Premium","I","SI1",62.1,56,5421,6.92,6.76,4.25 +"13100",1.01,"Very Good","D","SI1",60.7,58,5422,6.49,6.45,3.93 +"13101",0.81,"Very Good","D","VVS2",63.9,56,5423,5.79,5.91,3.74 +"13102",1.17,"Ideal","H","SI2",62.4,53,5423,6.74,6.76,4.21 +"13103",1.02,"Very Good","E","SI1",60.6,59,5424,6.47,6.49,3.93 +"13104",1.1,"Ideal","H","SI1",61.4,55,5424,6.68,6.7,4.11 +"13105",1.07,"Premium","H","VS2",62.1,59,5424,6.56,6.52,4.06 +"13106",1.14,"Premium","G","SI1",62.7,58,5424,6.68,6.63,4.17 +"13107",1.02,"Ideal","D","SI2",61.7,58,5426,6.41,6.49,3.98 +"13108",1.02,"Ideal","G","SI1",62.1,55,5426,6.46,6.49,4.02 +"13109",1.02,"Ideal","H","VS2",62,57,5426,6.43,6.4,3.98 +"13110",1.02,"Premium","H","VS2",61.7,58,5426,6.45,6.41,3.97 +"13111",1.24,"Very Good","J","VS1",59.1,62,5427,7.06,7.04,4.17 +"13112",1.27,"Premium","F","SI2",61,61,5428,7.01,6.95,4.26 +"13113",1.11,"Ideal","G","SI1",62.6,57,5428,6.64,6.56,4.13 +"13114",1.09,"Ideal","H","SI1",60.9,55,5428,6.72,6.69,4.08 +"13115",1.02,"Premium","E","SI1",62.8,58,5429,6.45,6.39,4.03 +"13116",1.31,"Good","H","SI2",64.1,57,5429,6.9,6.84,4.41 +"13117",1.21,"Premium","G","SI2",60.3,58,5430,6.9,6.96,4.18 +"13118",1.02,"Very Good","F","SI1",59.4,60,5430,6.48,6.59,3.88 +"13119",2.15,"Fair","J","I1",65.5,57,5430,8.01,7.95,5.23 +"13120",1.01,"Ideal","G","SI1",63.1,53,5430,6.36,6.42,4.03 +"13121",0.91,"Fair","E","VVS2",63.1,55,5430,6.13,6,3.83 +"13122",1.01,"Premium","E","SI1",62.4,59,5430,6.38,6.35,3.97 +"13123",1.01,"Fair","D","SI1",64.7,57,5430,6.33,6.25,4.07 +"13124",1.01,"Premium","E","VS2",62.3,59,5430,6.38,6.33,3.96 +"13125",1.01,"Good","E","VS2",63.8,59,5430,6.26,6.22,3.98 +"13126",1.22,"Good","I","VS2",57.2,60,5431,7.07,7.01,4.03 +"13127",1.21,"Premium","J","VVS2",61.7,60,5431,6.82,6.85,4.22 +"13128",0.91,"Ideal","E","SI1",62.3,55,5431,6.2,6.23,3.87 +"13129",1.02,"Premium","H","VS2",60.2,62,5432,6.54,6.46,3.91 +"13130",1.01,"Very Good","H","SI1",62.9,56,5433,6.34,6.41,4.01 +"13131",1.01,"Very Good","H","SI1",61.2,60,5433,6.41,6.44,3.93 +"13132",1.05,"Premium","E","SI1",61.2,58,5433,6.57,6.53,4.01 +"13133",1.15,"Premium","H","SI1",62,58,5433,6.77,6.71,4.18 +"13134",1.11,"Premium","H","SI1",62.5,58,5433,6.64,6.61,4.14 +"13135",1.11,"Premium","H","SI1",61.1,60,5433,6.68,6.62,4.06 +"13136",1.26,"Premium","H","SI2",60.9,57,5434,7.03,6.96,4.26 +"13137",1.06,"Very Good","G","SI1",61.3,60,5435,6.53,6.55,4.01 +"13138",1.07,"Ideal","F","SI1",59.4,57,5436,6.73,6.67,3.98 +"13139",1.05,"Ideal","E","SI1",62.1,57,5436,6.48,6.5,4.03 +"13140",1.07,"Premium","F","SI1",62.5,59,5436,6.57,6.52,4.09 +"13141",1.22,"Ideal","G","SI2",62.9,56,5436,6.86,6.78,4.29 +"13142",1.22,"Premium","G","SI2",58.3,61,5436,7,6.92,4.06 +"13143",1.01,"Ideal","E","SI2",61.5,55,5437,6.44,6.51,3.98 +"13144",1.33,"Premium","H","SI2",61,59,5437,7.1,7.06,4.32 +"13145",1.05,"Very Good","G","SI1",60.2,58,5438,6.57,6.61,3.97 +"13146",1.3,"Premium","J","SI1",61.8,59,5438,6.99,6.95,4.31 +"13147",1.11,"Good","G","SI2",59.7,61,5438,6.72,6.69,4 +"13148",0.9,"Premium","E","VS1",59.4,59,5438,6.31,6.28,3.74 +"13149",1.01,"Ideal","G","VS2",61.7,57,5439,6.44,6.49,3.99 +"13150",0.9,"Ideal","E","VS2",62,59,5439,6.17,6.21,3.84 +"13151",1.08,"Ideal","G","SI1",61.7,56,5439,6.6,6.63,4.08 +"13152",1.19,"Premium","I","VS2",61.7,57,5439,6.84,6.77,4.2 +"13153",1.11,"Premium","H","SI1",58.8,59,5439,6.79,6.74,3.98 +"13154",1.27,"Ideal","J","VS2",61.5,57,5442,6.93,6.98,4.28 +"13155",1.01,"Good","D","SI1",63.8,58,5443,6.34,6.38,4.06 +"13156",1.01,"Premium","D","SI1",62.6,58,5443,6.33,6.44,4 +"13157",1.01,"Good","D","SI1",61.7,62,5443,6.3,6.34,3.9 +"13158",1.01,"Ideal","D","SI1",61.2,57,5443,6.44,6.47,3.95 +"13159",1.01,"Very Good","D","SI1",62.9,59,5443,6.39,6.43,4.03 +"13160",1.01,"Good","D","SI1",63.1,60,5443,6.32,6.39,4.01 +"13161",1.01,"Good","D","SI1",61.8,60,5443,6.35,6.37,3.93 +"13162",1.01,"Very Good","D","SI1",61.6,60,5443,6.43,6.47,3.97 +"13163",1.2,"Very Good","H","SI1",63.5,58,5443,6.69,6.73,4.26 +"13164",1.24,"Ideal","J","VS2",62.3,56,5443,6.84,6.91,4.28 +"13165",1.24,"Ideal","E","SI2",59.2,55,5444,7.05,7.03,4.17 +"13166",1.24,"Very Good","I","VS1",61.4,63,5444,6.89,6.88,4.23 +"13167",1.07,"Ideal","G","SI1",61.9,55,5444,6.62,6.57,4.08 +"13168",1,"Premium","E","SI1",60.7,59,5445,6.38,6.41,3.88 +"13169",1,"Premium","E","SI1",62.6,60,5445,6.3,6.35,3.97 +"13170",1,"Premium","E","SI1",61.9,60,5445,6.37,6.46,3.97 +"13171",1.06,"Very Good","E","SI1",63.7,55,5445,6.45,6.49,4.12 +"13172",1.2,"Fair","F","SI2",63.4,60,5445,6.56,6.65,4.19 +"13173",1.03,"Ideal","G","SI1",60.5,55,5445,6.59,6.54,3.97 +"13174",1.31,"Premium","J","SI1",59.4,60,5446,7.06,7.12,4.21 +"13175",1.31,"Good","I","SI2",63.6,55.1,5446,6.92,6.98,4.42 +"13176",1.04,"Very Good","H","VS2",60.9,58,5447,6.5,6.6,3.99 +"13177",1.12,"Very Good","E","SI1",58.8,61,5447,6.74,6.8,3.98 +"13178",1.37,"Good","I","VS2",64.1,58,5449,6.92,6.9,4.43 +"13179",1.11,"Premium","H","VS2",61.7,58,5450,6.64,6.69,4.11 +"13180",1.11,"Very Good","H","VS2",62.4,58,5450,6.57,6.69,4.14 +"13181",1.31,"Very Good","J","SI1",62.3,55,5450,6.98,7.02,4.36 +"13182",0.9,"Ideal","E","SI1",62,56,5450,6.18,6.2,3.84 +"13183",1.2,"Very Good","D","SI2",62.6,57,5451,6.74,6.84,4.25 +"13184",1.18,"Very Good","I","VS1",62.2,57,5451,6.72,6.76,4.19 +"13185",1.12,"Ideal","G","SI1",62,55,5451,6.65,6.68,4.13 +"13186",1.04,"Very Good","G","VS2",61.4,63,5451,6.55,6.51,4.01 +"13187",1.24,"Ideal","J","VS2",62.8,56,5451,6.83,6.8,4.28 +"13188",1.21,"Very Good","J","VS1",62.6,57,5452,6.71,6.8,4.23 +"13189",1.21,"Very Good","I","SI1",62.9,55,5452,6.69,6.76,4.23 +"13190",1.18,"Ideal","G","SI2",60.5,55,5452,6.9,6.85,4.16 +"13191",0.92,"Very Good","E","VS1",60.9,61,5453,6.22,6.25,3.8 +"13192",1.07,"Premium","G","SI1",61.6,58,5453,6.6,6.56,4.05 +"13193",1.07,"Ideal","G","SI1",60.2,57,5453,6.7,6.59,4 +"13194",1.16,"Premium","H","SI1",61.2,58,5454,6.76,6.81,4.15 +"13195",1.02,"Premium","H","VS2",62.4,58,5454,6.43,6.39,4 +"13196",1.27,"Very Good","J","VS2",61.8,60,5455,6.9,6.94,4.28 +"13197",1.03,"Very Good","I","VS1",62.9,53,5455,6.45,6.5,4.07 +"13198",1.02,"Very Good","H","SI1",61,59,5455,6.48,6.53,3.97 +"13199",1.27,"Ideal","J","SI1",61.4,57,5455,6.97,7,4.29 +"13200",1.02,"Premium","F","SI1",61,59,5455,6.58,6.47,3.98 +"13201",1.08,"Ideal","I","VS2",61.8,54,5455,6.6,6.57,4.07 +"13202",1.24,"Very Good","I","SI1",60.4,58,5456,6.95,7.02,4.22 +"13203",1.06,"Very Good","H","VS1",62.2,59,5456,6.47,6.52,4.04 +"13204",1.02,"Very Good","E","SI1",63.2,60,5456,6.33,6.42,4.03 +"13205",1.12,"Ideal","D","SI2",62.6,57,5456,6.61,6.65,4.15 +"13206",1.11,"Ideal","H","SI1",62.3,55,5456,6.7,6.65,4.16 +"13207",1.11,"Ideal","H","SI1",61.6,56,5456,6.69,6.65,4.11 +"13208",1.21,"Very Good","I","SI1",60.6,56,5457,6.89,6.97,4.2 +"13209",1.05,"Ideal","F","SI1",62,55,5457,6.5,6.54,4.04 +"13210",1.12,"Ideal","H","SI1",60.7,56,5457,6.74,6.7,4.08 +"13211",1.13,"Ideal","E","SI2",62.2,56,5457,6.7,6.66,4.16 +"13212",1.01,"Ideal","H","SI1",62.7,56,5457,6.37,6.42,4.01 +"13213",1.16,"Premium","I","VS1",60.4,59,5457,6.89,6.82,4.14 +"13214",1.14,"Premium","H","SI1",59.3,59,5458,6.8,6.76,4.02 +"13215",1,"Ideal","E","SI1",61.9,56,5458,6.37,6.45,3.97 +"13216",0.91,"Ideal","E","SI1",61.9,55,5458,6.21,6.23,3.85 +"13217",1.2,"Good","I","SI1",64.4,61,5458,6.52,6.59,4.22 +"13218",1.18,"Premium","G","SI1",62.1,59,5458,6.75,6.71,4.18 +"13219",1.14,"Premium","H","SI1",61.9,58,5458,6.71,6.67,4.14 +"13220",1.14,"Very Good","H","SI1",63.1,58,5458,6.69,6.6,4.19 +"13221",1.06,"Ideal","J","VS2",61.4,56,5459,6.55,6.6,4.04 +"13222",1,"Fair","H","VS1",55.8,60,5460,6.66,6.61,3.7 +"13223",1.5,"Fair","D","I1",64.7,62,5460,7.19,7.04,4.6 +"13224",1.5,"Premium","G","SI2",61.7,55,5460,7.39,7.32,4.54 +"13225",1.01,"Very Good","E","SI1",60,60,5461,6.43,6.51,3.88 +"13226",1.01,"Very Good","E","SI1",62.1,56,5461,6.43,6.48,4.01 +"13227",1.06,"Ideal","G","SI1",62.9,56,5461,6.52,6.49,4.09 +"13228",1.06,"Premium","H","SI1",61,60,5461,6.59,6.56,4.01 +"13229",1.21,"Premium","H","VS2",60.8,62,5461,6.82,6.78,4.13 +"13230",1.29,"Very Good","I","SI1",62.2,58,5463,6.94,6.99,4.33 +"13231",1.29,"Premium","J","VS1",61.7,59,5463,6.93,6.97,4.29 +"13232",1.19,"Premium","I","SI1",61.3,59,5464,6.84,6.79,4.18 +"13233",1.07,"Premium","H","SI1",63,57,5465,6.55,6.44,4.09 +"13234",1.22,"Premium","I","SI1",59,61,5466,7.02,6.98,4.13 +"13235",1.22,"Premium","I","SI1",62.2,57,5466,6.87,6.79,4.25 +"13236",1.22,"Premium","I","SI1",62.1,59,5466,6.86,6.8,4.24 +"13237",1.22,"Premium","H","SI2",60.2,56,5466,6.96,6.93,4.18 +"13238",1.05,"Premium","H","VS2",62.7,59,5468,6.49,6.43,4.05 +"13239",1.05,"Premium","H","VS2",59,59,5468,6.71,6.68,3.95 +"13240",1.02,"Premium","H","VS1",62.1,59,5469,6.38,6.43,3.98 +"13241",1.14,"Ideal","I","SI1",62.3,58,5469,6.65,6.7,4.16 +"13242",1.04,"Ideal","H","SI1",61.7,56,5469,6.51,6.55,4.03 +"13243",1,"Good","D","SI1",64.9,53,5469,6.27,6.3,4.08 +"13244",1,"Premium","E","SI1",60.8,60,5470,6.45,6.42,3.91 +"13245",1.14,"Ideal","E","SI2",62.4,57,5473,6.64,6.7,4.16 +"13246",1.2,"Very Good","G","SI2",60.2,63,5474,6.81,6.84,4.11 +"13247",1.2,"Premium","I","VS2",62.1,59,5474,6.77,6.72,4.19 +"13248",1.01,"Fair","G","VS2",66.6,55,5475,6.27,6.22,4.16 +"13249",0.9,"Very Good","D","VS2",62.3,56,5476,6.14,6.18,3.84 +"13250",1.2,"Very Good","I","SI1",62.6,57,5476,6.74,6.77,4.23 +"13251",1.03,"Ideal","E","SI1",62.1,56,5476,6.43,6.48,4.01 +"13252",1.03,"Ideal","E","SI1",61.3,57,5476,6.48,6.51,3.98 +"13253",1.1,"Premium","H","SI1",60.7,59,5476,6.72,6.7,4.07 +"13254",1.18,"Premium","I","VS1",62.6,59,5477,6.73,6.71,4.21 +"13255",1.01,"Ideal","I","VVS1",61.7,56,5478,6.42,6.47,3.98 +"13256",1.01,"Very Good","E","SI1",64.1,56,5479,6.29,6.35,4.05 +"13257",1.06,"Very Good","H","VS2",62.4,56,5480,6.49,6.56,4.07 +"13258",1.05,"Very Good","G","SI1",62,56,5480,6.47,6.55,4.04 +"13259",0.9,"Good","F","VVS2",61.8,63,5480,6.14,6.19,3.81 +"13260",1.16,"Premium","H","SI1",60.2,59,5480,6.84,6.77,4.1 +"13261",1.31,"Premium","J","SI1",62.5,55,5480,7.05,6.97,4.38 +"13262",1.13,"Very Good","F","SI1",60.6,60,5481,6.67,6.76,4.07 +"13263",1,"Good","G","SI1",62.2,63,5483,6.36,6.41,3.97 +"13264",1.11,"Premium","F","SI1",60.1,61,5483,6.74,6.64,4.06 +"13265",1.13,"Ideal","H","SI1",62.3,56,5483,6.69,6.66,4.16 +"13266",1,"Good","G","VS2",63.7,59,5484,6.38,6.33,4.05 +"13267",1.02,"Premium","F","SI1",62.9,55,5484,6.47,6.41,4.05 +"13268",0.91,"Very Good","G","VS2",62.3,59,5484,6.13,6.17,3.83 +"13269",1,"Good","G","VS2",63.7,57,5484,6.32,6.28,4.01 +"13270",1,"Good","G","VS2",56.6,61,5484,6.65,6.61,3.75 +"13271",1,"Fair","G","VS2",67.6,57,5484,6.2,6.13,4.17 +"13272",1,"Fair","G","VS2",63.7,55,5484,6.28,6.21,3.98 +"13273",1.2,"Ideal","G","SI2",62.2,56,5484,6.84,6.74,4.22 +"13274",1.06,"Premium","E","SI1",62,61,5485,6.55,6.51,4.05 +"13275",1.06,"Premium","E","SI1",60.8,58,5485,6.59,6.54,3.99 +"13276",1.24,"Very Good","H","SI2",63.2,55,5486,6.88,6.83,4.33 +"13277",1.09,"Ideal","I","SI1",61.9,55,5486,6.66,6.62,4.11 +"13278",1.01,"Ideal","F","SI1",62,56,5486,6.44,6.39,3.98 +"13279",1.01,"Good","F","VS2",57.3,62,5487,6.63,6.59,3.79 +"13280",1.14,"Good","H","SI1",62.8,58,5487,6.62,6.67,4.17 +"13281",1.12,"Fair","G","VS1",64.8,56,5487,6.48,6.52,4.21 +"13282",1.38,"Premium","G","SI2",58.3,59,5487,7.34,7.27,4.26 +"13283",1.08,"Premium","F","SI1",61,59,5487,6.67,6.57,4.04 +"13284",1.3,"Fair","J","SI1",66,57.1,5488,6.73,6.82,4.45 +"13285",1,"Premium","D","SI1",61.3,54,5488,6.39,6.37,3.91 +"13286",1,"Premium","D","SI1",59.5,60,5488,6.49,6.42,3.84 +"13287",1,"Premium","D","SI1",62.1,58,5488,6.45,6.34,3.97 +"13288",1,"Premium","D","SI1",61.5,60,5488,6.38,6.34,3.91 +"13289",1,"Premium","D","SI1",62.1,61,5488,6.32,6.3,3.92 +"13290",1,"Ideal","D","SI1",61.7,57,5489,6.39,6.42,3.95 +"13291",1.21,"Ideal","J","SI1",62.7,55,5489,6.84,6.79,4.27 +"13292",1.21,"Premium","J","VS1",60,60,5489,6.95,6.88,4.15 +"13293",1.2,"Very Good","I","SI2",63.7,56,5490,6.66,6.71,4.26 +"13294",1.23,"Good","H","SI1",63.7,59,5490,6.76,6.71,4.29 +"13295",1.06,"Very Good","F","SI1",59.6,60,5491,6.61,6.68,3.96 +"13296",1.06,"Very Good","F","SI1",58.8,57,5491,6.67,6.76,3.95 +"13297",1.03,"Ideal","D","SI2",60.5,58,5491,6.52,6.58,3.96 +"13298",1.03,"Premium","D","SI1",61.8,57,5491,6.53,6.49,4.02 +"13299",1.03,"Ideal","E","SI2",61.7,55,5491,6.52,6.46,4.01 +"13300",1.05,"Good","H","VS2",63.7,58,5492,6.4,6.45,4.09 +"13301",1.02,"Ideal","E","SI1",60.5,56,5493,6.57,6.53,3.96 +"13302",1.05,"Very Good","E","SI1",62.2,56,5494,6.49,6.56,4.06 +"13303",1.2,"Ideal","E","SI2",61.1,55,5494,6.9,6.87,4.21 +"13304",1.04,"Ideal","F","SI1",61.3,56,5495,6.51,6.55,4 +"13305",1.11,"Ideal","H","SI2",61.2,56,5496,6.7,6.69,4.1 +"13306",1.09,"Ideal","G","SI1",62.4,56,5496,6.57,6.61,4.11 +"13307",1.02,"Good","D","SI1",63.3,58,5497,6.35,6.39,4.03 +"13308",1.19,"Ideal","E","SI2",61.9,56,5497,6.8,6.84,4.22 +"13309",1.02,"Good","D","SI1",63.5,61,5497,6.27,6.35,4.01 +"13310",1.24,"Very Good","I","SI2",61.6,59,5497,6.87,6.9,4.24 +"13311",1.01,"Very Good","G","SI1",62.9,58,5497,6.35,6.4,4.01 +"13312",1.01,"Ideal","G","SI1",61.1,58,5497,6.43,6.49,3.95 +"13313",1.01,"Good","G","VS2",62,61,5497,6.29,6.38,3.93 +"13314",1.03,"Very Good","D","SI1",62.6,58,5498,6.44,6.49,4.05 +"13315",1.07,"Ideal","H","SI1",62.1,56,5498,6.53,6.58,4.07 +"13316",1.07,"Premium","H","VS2",62.4,59,5498,6.53,6.46,4.05 +"13317",1.01,"Very Good","E","SI1",62.9,60,5499,6.35,6.43,4.02 +"13318",1.01,"Good","E","SI1",63.3,55,5499,6.37,6.42,4.05 +"13319",1.01,"Very Good","E","SI1",62.8,57,5499,6.37,6.41,4.01 +"13320",1.01,"Very Good","E","SI1",62.9,58,5499,6.35,6.41,4.01 +"13321",1.25,"Premium","J","VS1",62,58,5500,6.89,6.92,4.28 +"13322",1,"Premium","E","SI1",61.6,59,5500,6.38,6.41,3.94 +"13323",1,"Good","G","VS2",63.3,60,5500,6.29,6.37,4.01 +"13324",1.25,"Very Good","I","SI1",58.9,58,5500,7.04,7.08,4.16 +"13325",1.02,"Very Good","F","SI1",59.8,58,5500,6.49,6.55,3.9 +"13326",1.14,"Ideal","H","SI1",62.3,56,5501,6.72,6.69,4.18 +"13327",1.01,"Good","D","SI1",57.6,60,5501,6.59,6.64,3.81 +"13328",1.01,"Fair","F","VS2",65.5,62,5501,6.19,6.23,4.07 +"13329",1.11,"Ideal","D","SI2",62.2,57,5501,6.66,6.62,4.12 +"13330",0.9,"Very Good","H","VS2",62.6,59,5502,6.07,6.16,3.83 +"13331",1.21,"Premium","I","VS2",62.2,59,5502,6.79,6.85,4.24 +"13332",1.22,"Ideal","H","SI2",61,57,5502,6.88,6.93,4.2 +"13333",1.22,"Ideal","H","SI2",61.7,56,5502,6.87,6.93,4.26 +"13334",1.04,"Premium","F","SI1",61.5,59,5504,6.54,6.46,4 +"13335",1.12,"Very Good","G","SI2",61.2,58,5504,6.65,6.69,4.08 +"13336",0.9,"Very Good","F","VVS2",61,63,5504,6.13,6.09,3.73 +"13337",1.22,"Ideal","J","VS1",60.8,57,5504,6.85,6.89,4.18 +"13338",1.23,"Premium","J","VS2",61.9,55,5504,6.94,6.88,4.28 +"13339",1.19,"Premium","D","SI2",58.8,58,5504,7.04,6.9,4.1 +"13340",1.19,"Ideal","D","SI2",60.4,55,5504,6.91,6.89,4.17 +"13341",1.05,"Ideal","G","VS2",61.1,57,5504,6.55,6.52,3.99 +"13342",1.46,"Fair","G","SI2",64.6,54,5504,7.11,7.03,4.57 +"13343",1.26,"Premium","I","SI1",60.9,58,5504,6.99,6.94,4.24 +"13344",1,"Good","F","VS2",63.4,56,5505,6.27,6.35,4 +"13345",1,"Very Good","F","VS2",61.9,59,5505,6.34,6.38,3.94 +"13346",1.02,"Ideal","H","SI1",59.8,58,5505,6.56,6.58,3.93 +"13347",1.02,"Premium","G","VS2",62.7,58,5506,6.44,6.36,4.01 +"13348",1.11,"Ideal","I","VS2",61.7,55,5506,6.66,6.69,4.12 +"13349",1.15,"Premium","H","SI1",62,58,5506,6.77,6.66,4.16 +"13350",1.02,"Very Good","E","SI1",63.1,61,5508,6.42,6.35,4.03 +"13351",0.24,"Very Good","D","VS2",60.2,59,419,4.03,4.04,2.43 +"13352",0.27,"Very Good","D","VS2",63,57,419,4.06,4.1,2.57 +"13353",0.24,"Very Good","E","VS2",60.1,58,419,4.01,4.04,2.42 +"13354",0.24,"Very Good","E","VS2",63.5,53,419,3.96,3.98,2.52 +"13355",0.24,"Very Good","E","VS2",62.1,58,419,4,4.02,2.49 +"13356",0.24,"Very Good","E","VS2",63.1,56,419,3.95,3.98,2.5 +"13357",0.24,"Very Good","E","VS2",63,58,419,3.94,3.97,2.49 +"13358",0.24,"Very Good","E","VS2",61.5,58,419,4.02,4.05,2.48 +"13359",0.24,"Very Good","E","VS2",62.1,59,419,3.98,4.01,2.48 +"13360",0.24,"Very Good","F","VS2",61.4,58,419,3.99,4.05,2.47 +"13361",0.24,"Very Good","F","VS2",62.4,58,419,3.98,4,2.49 +"13362",0.24,"Very Good","F","VS2",62.9,58,419,3.94,4.01,2.5 +"13363",0.24,"Very Good","F","VS2",59.6,58,419,4.08,4.11,2.44 +"13364",0.24,"Very Good","F","VS2",61.9,59,419,3.98,4,2.47 +"13365",0.24,"Very Good","F","VS1",59.9,58,419,4.02,4.06,2.42 +"13366",0.24,"Very Good","F","VS1",63,58,419,3.92,3.95,2.48 +"13367",0.24,"Very Good","F","VS1",62.5,58,419,3.95,3.96,2.47 +"13368",0.24,"Very Good","F","VS1",63,59,419,3.93,3.97,2.49 +"13369",0.24,"Very Good","E","VS1",62.4,59,419,3.94,3.98,2.47 +"13370",0.24,"Very Good","E","VS1",59.8,58,419,4.02,4.11,2.43 +"13371",0.24,"Very Good","D","VS1",61.4,58,419,3.99,4.02,2.46 +"13372",0.24,"Very Good","D","VS1",62.2,58,419,3.95,3.99,2.47 +"13373",0.24,"Very Good","D","VS1",62.9,56,419,3.96,3.99,2.5 +"13374",0.24,"Ideal","F","VS2",62.2,57,419,3.96,4.01,2.48 +"13375",0.24,"Ideal","F","VS2",61.2,57,419,4.04,4.06,2.48 +"13376",0.24,"Ideal","F","VS1",61.3,56,419,4,4.03,2.46 +"13377",0.26,"Very Good","D","VS2",59.6,63,420,4.13,4.16,2.47 +"13378",0.26,"Very Good","D","VS1",63.3,57,420,4.03,4.06,2.56 +"13379",0.32,"Ideal","H","SI2",61.5,56,420,4.43,4.45,2.73 +"13380",0.32,"Ideal","H","SI2",61.9,54,420,4.42,4.46,2.75 +"13381",0.3,"Ideal","F","VS2",62,53.7,601,4.31,4.33,2.68 +"13382",0.3,"Ideal","F","VS2",62.3,53.5,601,4.27,4.32,2.68 +"13383",0.3,"Ideal","F","VS2",62.5,53.3,601,4.28,4.31,2.69 +"13384",0.3,"Ideal","D","VS1",61,58,601,4.3,4.36,2.64 +"13385",0.31,"Ideal","E","SI1",60.1,57,601,4.36,4.39,2.63 +"13386",0.37,"Ideal","J","IF",61.9,54,601,4.63,4.68,2.88 +"13387",0.39,"Fair","E","SI1",65.6,60,601,4.5,4.56,2.97 +"13388",0.35,"Good","D","SI1",63.3,56,601,4.5,4.53,2.86 +"13389",0.35,"Premium","D","SI1",61.5,58,601,4.53,4.55,2.79 +"13390",0.35,"Ideal","D","SI1",62.1,57,601,4.47,4.49,2.78 +"13391",0.38,"Ideal","G","SI2",61.6,55,602,4.64,4.68,2.87 +"13392",0.38,"Ideal","G","SI2",61.2,56,602,4.7,4.74,2.89 +"13393",0.38,"Ideal","F","SI2",62.1,56,602,4.62,4.65,2.88 +"13394",0.32,"Very Good","F","VS2",59.7,62,602,4.38,4.43,2.63 +"13395",0.32,"Good","F","VS2",63.3,57,602,4.34,4.38,2.76 +"13396",0.32,"Ideal","G","VS1",61.9,55,602,4.4,4.42,2.73 +"13397",0.32,"Very Good","F","VS2",58.8,62,602,4.43,4.48,2.62 +"13398",0.32,"Ideal","F","VS2",61.9,55,602,4.41,4.45,2.74 +"13399",0.32,"Ideal","G","VS1",60.7,56,602,4.43,4.46,2.7 +"13400",0.32,"Very Good","F","VS2",63,57,602,4.33,4.37,2.74 +"13401",0.32,"Ideal","F","VS2",62.4,57,602,4.37,4.44,2.75 +"13402",0.32,"Very Good","G","VS1",61.2,62,602,4.41,4.45,2.71 +"13403",0.32,"Premium","H","VVS2",62.2,58,602,4.33,4.38,2.71 +"13404",0.32,"Very Good","F","VS2",61.2,58,602,4.38,4.41,2.69 +"13405",0.32,"Premium","F","VS2",59.5,60,602,4.46,4.48,2.66 +"13406",0.35,"Very Good","H","VS1",60,57,603,4.57,4.6,2.75 +"13407",0.3,"Very Good","E","VS2",62.7,53,603,4.32,4.35,2.72 +"13408",0.3,"Very Good","F","VS1",63.1,59,603,4.2,4.27,2.67 +"13409",0.4,"Very Good","J","SI1",58.9,59,603,4.84,4.87,2.86 +"13410",0.37,"Ideal","I","VS2",61.2,56,603,4.62,4.66,2.84 +"13411",1.18,"Very Good","H","SI1",60.1,59,5508,6.83,6.88,4.11 +"13412",1.16,"Ideal","H","SI2",61.1,56,5509,6.78,6.79,4.15 +"13413",1.02,"Ideal","E","SI1",62.3,54,5509,6.45,6.49,4.03 +"13414",1.2,"Ideal","H","SI1",62.9,57,5510,6.79,6.76,4.26 +"13415",1.2,"Premium","I","SI1",60.7,59,5510,6.9,6.87,4.18 +"13416",1.2,"Premium","H","SI2",62.4,57,5510,6.83,6.75,4.24 +"13417",1.23,"Ideal","H","SI2",63.8,57,5510,6.78,6.72,4.31 +"13418",1.5,"Ideal","I","I1",61.8,57,5510,7.39,7.31,4.54 +"13419",1.2,"Ideal","I","SI1",61.8,56,5510,6.8,6.77,4.19 +"13420",1.23,"Premium","J","VS1",62.7,58,5510,6.82,6.79,4.27 +"13421",1.2,"Premium","I","SI1",61.1,58,5510,6.88,6.8,4.18 +"13422",1,"Very Good","G","SI1",62.3,62,5511,6.34,6.38,3.96 +"13423",0.9,"Very Good","D","VS1",63.4,58,5511,6.15,6.09,3.88 +"13424",1.32,"Very Good","J","SI2",61.7,60,5513,6.95,7.01,4.31 +"13425",1.2,"Good","F","SI2",59,60,5514,6.9,6.97,4.09 +"13426",1.08,"Very Good","H","VS2",62.9,59,5515,6.47,6.56,4.1 +"13427",1.01,"Premium","H","VS1",61.1,58,5515,6.48,6.45,3.95 +"13428",1.01,"Good","H","VS1",63.8,59,5515,6.34,6.3,4.03 +"13429",1.01,"Premium","E","SI1",62.8,59,5515,6.45,6.41,4.04 +"13430",1.08,"Very Good","H","SI1",63.2,58,5516,6.57,6.49,4.13 +"13431",1.06,"Ideal","I","VS2",60.3,57,5516,6.61,6.66,4.01 +"13432",0.92,"Ideal","E","SI1",62.1,56,5516,6.22,6.24,3.87 +"13433",1.08,"Ideal","H","SI1",61.8,54,5517,6.6,6.61,4.09 +"13434",1.27,"Premium","J","VS1",62.6,59,5518,6.88,6.92,4.32 +"13435",1.2,"Very Good","G","SI2",61.7,59,5518,6.81,6.86,4.22 +"13436",1.03,"Ideal","G","SI1",61.6,55,5518,6.48,6.52,4 +"13437",1.01,"Very Good","G","VS2",62.5,60,5519,6.31,6.37,3.96 +"13438",1.16,"Ideal","J","IF",60.6,56,5519,6.79,6.86,4.14 +"13439",1.16,"Ideal","G","SI1",60.9,57,5519,6.79,6.75,4.12 +"13440",1.46,"Premium","I","SI2",62.4,59,5519,7.21,7.16,4.49 +"13441",1.06,"Very Good","F","SI1",63.4,58,5520,6.51,6.42,4.1 +"13442",1.06,"Premium","H","VS2",60.7,59,5520,6.61,6.57,4 +"13443",1.24,"Ideal","G","SI2",61.4,56,5520,6.98,6.92,4.27 +"13444",1.23,"Premium","I","VS2",61.7,58,5521,6.85,6.87,4.23 +"13445",1,"Very Good","F","SI1",63.3,58,5521,6.34,6.36,4.02 +"13446",1.1,"Very Good","H","SI1",62.9,57,5521,6.54,6.59,4.13 +"13447",1.12,"Ideal","H","SI1",61.9,57,5521,6.64,6.68,4.12 +"13448",1,"Very Good","G","SI1",61,56.7,5522,6.44,6.47,3.94 +"13449",1.2,"Very Good","I","SI1",62.6,59,5522,6.75,6.71,4.21 +"13450",1.02,"Ideal","H","SI1",60.9,57,5522,6.51,6.55,3.98 +"13451",1.03,"Premium","H","VS1",62.5,59,5523,6.43,6.47,4.03 +"13452",1.03,"Premium","H","VS1",62,59,5523,6.45,6.48,4.01 +"13453",1.1,"Very Good","I","VS2",61.8,58,5524,6.59,6.62,4.08 +"13454",1.08,"Very Good","H","VS2",58.1,62,5524,6.72,6.74,3.91 +"13455",1.35,"Fair","J","SI1",65.2,56,5524,6.9,7.02,4.54 +"13456",1.04,"Very Good","F","SI1",62.9,54,5525,6.46,6.49,4.07 +"13457",1.01,"Premium","E","SI1",60.7,58,5525,6.5,6.48,3.94 +"13458",1.15,"Ideal","E","SI1",62.7,56,5526,6.73,6.7,4.21 +"13459",1.03,"Good","D","SI1",57.7,62,5526,6.63,6.65,3.83 +"13460",1.13,"Very Good","G","SI1",63.1,58,5526,6.65,6.59,4.18 +"13461",1.01,"Ideal","F","SI1",62,54,5527,6.41,6.49,4 +"13462",1.09,"Ideal","F","SI1",62.5,57,5527,6.59,6.54,4.1 +"13463",1,"Very Good","F","SI1",63.3,58,5528,6.28,6.39,4.01 +"13464",1.04,"Ideal","E","SI1",62.4,57,5528,6.48,6.53,4.06 +"13465",1.21,"Premium","G","SI2",60.3,58,5529,6.96,6.9,4.18 +"13466",1.27,"Very Good","J","VS2",62.7,58,5530,6.88,6.91,4.32 +"13467",0.91,"Very Good","E","VS1",61.8,60,5530,6.17,6.2,3.82 +"13468",1.13,"Very Good","I","VS2",60.7,58,5531,6.72,6.75,4.09 +"13469",1.04,"Ideal","E","SI2",62.3,55,5531,6.46,6.49,4.03 +"13470",1.21,"Premium","J","VVS2",61.7,60,5531,6.85,6.82,4.22 +"13471",1.01,"Premium","D","SI1",58.9,58,5532,6.57,6.54,3.86 +"13472",1.07,"Ideal","G","SI1",61.7,54,5532,6.59,6.61,4.07 +"13473",1.01,"Very Good","D","SI1",59.7,57,5533,6.53,6.56,3.91 +"13474",1.52,"Fair","G","SI2",64.9,59,5533,7.19,7.15,4.65 +"13475",1.01,"Very Good","E","SI1",59.5,57,5534,6.56,6.62,3.92 +"13476",1.22,"Premium","G","SI2",60.2,58,5534,6.92,6.9,4.16 +"13477",1.15,"Ideal","I","VS2",61.7,57,5534,6.72,6.74,4.15 +"13478",1.2,"Ideal","J","VS1",61.3,56,5534,6.83,6.87,4.2 +"13479",1.08,"Ideal","F","SI1",62.7,57,5534,6.53,6.57,4.11 +"13480",1.01,"Ideal","E","SI1",62,56,5534,6.41,6.47,3.99 +"13481",1.01,"Ideal","E","SI1",60.8,56,5534,6.48,6.51,3.95 +"13482",1.06,"Premium","F","SI1",58.4,61,5535,6.73,6.69,3.92 +"13483",0.9,"Premium","E","VS1",59.4,59,5535,6.28,6.31,3.74 +"13484",1.1,"Ideal","G","SI2",62.6,56,5535,6.64,6.58,4.14 +"13485",1.2,"Ideal","I","SI1",62.4,57,5535,6.75,6.8,4.23 +"13486",0.91,"Ideal","D","SI1",62.1,55,5535,6.2,6.24,3.86 +"13487",1.04,"Good","G","VS2",61.4,65,5535,6.53,6.47,3.99 +"13488",1.5,"Premium","J","SI1",62.1,57,5536,7.42,7.26,4.56 +"13489",1.07,"Ideal","E","SI1",61.4,57,5537,6.59,6.53,4.03 +"13490",1.16,"Very Good","H","VS2",63,57,5537,6.64,6.66,4.19 +"13491",1.15,"Very Good","G","SI1",61.3,62,5538,6.68,6.72,4.11 +"13492",1.01,"Good","G","VS2",63.2,64,5538,6.34,6.28,3.99 +"13493",1.01,"Fair","G","VS2",64.5,57,5538,6.26,6.2,4.02 +"13494",1.01,"Premium","G","VS2",58.1,59,5538,6.61,6.53,3.82 +"13495",1.09,"Very Good","E","SI1",62.5,57,5539,6.55,6.61,4.11 +"13496",0.7,"Ideal","D","VVS2",61.4,56,5539,5.72,5.75,3.53 +"13497",0.7,"Ideal","D","VVS2",61.7,55,5539,5.73,5.75,3.54 +"13498",0.7,"Ideal","D","VVS2",60.7,57,5539,5.75,5.78,3.5 +"13499",0.7,"Ideal","D","VVS2",61.3,56,5539,5.72,5.76,3.52 +"13500",0.7,"Ideal","D","VVS2",61.1,55,5539,5.75,5.78,3.52 +"13501",0.9,"Ideal","G","VS1",62.1,56,5540,6.15,6.19,3.83 +"13502",1.21,"Premium","I","VS1",61.2,59,5540,6.86,6.84,4.19 +"13503",1.21,"Premium","J","VS2",60.2,57,5541,6.97,6.91,4.18 +"13504",1.01,"Very Good","D","SI1",61.5,61,5542,6.37,6.47,3.95 +"13505",1.01,"Ideal","D","SI1",61.2,57,5543,6.47,6.44,3.95 +"13506",1.01,"Premium","D","SI1",61.6,60,5543,6.47,6.43,3.97 +"13507",1.01,"Premium","D","SI1",61.7,62,5543,6.34,6.3,3.9 +"13508",1.01,"Premium","D","SI1",61.8,60,5543,6.37,6.35,3.93 +"13509",1.01,"Good","D","SI1",63.8,58,5543,6.38,6.34,4.06 +"13510",1.01,"Very Good","D","SI1",63.1,60,5543,6.39,6.32,4.01 +"13511",1.06,"Premium","G","VS2",62.5,58,5543,6.52,6.47,4.06 +"13512",1.01,"Premium","D","SI1",60,60,5543,6.51,6.45,3.89 +"13513",1.01,"Premium","D","SI1",62.9,59,5543,6.43,6.39,4.03 +"13514",1.01,"Premium","D","SI1",62.6,58,5543,6.44,6.33,4 +"13515",1.01,"Premium","E","SI1",59.8,59,5543,6.52,6.48,3.89 +"13516",1,"Premium","E","SI1",60.3,62,5544,6.33,6.25,3.79 +"13517",1,"Very Good","E","VS2",62.4,62,5544,6.33,6.39,3.97 +"13518",1,"Premium","F","SI1",61.9,60,5544,6.34,6.39,3.94 +"13519",1,"Good","G","VS2",62.9,56,5544,6.33,6.39,4 +"13520",1,"Very Good","G","VS2",62.7,58,5544,6.34,6.42,4 +"13521",1.2,"Good","E","SI2",63.3,55,5544,6.73,6.77,4.27 +"13522",1.01,"Good","H","SI1",60.1,61,5544,6.5,6.47,3.9 +"13523",1.01,"Good","D","SI1",65.1,57,5544,6.3,6.32,4.11 +"13524",1,"Good","H","VS1",61.3,64,5544,6.39,6.33,3.9 +"13525",1.32,"Ideal","I","SI1",61.7,56,5544,7.11,7.05,4.37 +"13526",1,"Premium","E","SI1",61.9,60,5544,6.46,6.37,3.97 +"13527",1,"Premium","E","SI1",60.7,59,5544,6.41,6.38,3.88 +"13528",1,"Premium","E","SI1",62.6,60,5544,6.35,6.3,3.97 +"13529",1.1,"Ideal","I","VS1",61.7,57,5544,6.65,6.62,4.09 +"13530",1.1,"Premium","H","SI1",59.6,58,5544,6.79,6.74,4.03 +"13531",1.1,"Ideal","G","SI1",61.9,55,5545,6.62,6.66,4.11 +"13532",1.35,"Premium","J","SI1",60.9,59,5546,7.07,7.12,4.32 +"13533",1.12,"Ideal","E","SI2",62,57,5546,6.61,6.63,4.11 +"13534",1,"Good","D","SI1",60.5,60,5546,6.37,6.42,3.87 +"13535",1.31,"Premium","J","SI1",59.4,60,5546,7.12,7.06,4.21 +"13536",1.31,"Ideal","I","SI2",63.6,55,5546,6.98,6.92,4.42 +"13537",1.27,"Premium","I","SI1",62.3,56,5547,6.93,6.85,4.29 +"13538",1.11,"Ideal","D","SI2",61.6,55,5547,6.62,6.66,4.09 +"13539",0.9,"Very Good","D","VS1",63,58,5547,6.11,6.14,3.86 +"13540",1.12,"Premium","E","SI1",58.8,61,5547,6.8,6.74,3.98 +"13541",1.14,"Ideal","G","SI1",62.2,56,5548,6.66,6.69,4.15 +"13542",1.14,"Ideal","D","SI2",61.4,56,5548,6.69,6.77,4.13 +"13543",1.14,"Premium","G","SI1",62.3,59,5548,6.66,6.69,4.16 +"13544",1.13,"Very Good","H","VS2",61.4,61,5548,6.67,6.71,4.11 +"13545",0.96,"Very Good","D","SI1",59.9,58,5548,6.4,6.46,3.85 +"13546",1.02,"Ideal","F","SI1",60.1,59,5549,6.59,6.56,3.95 +"13547",1.06,"Premium","H","VS1",62.5,58,5549,6.5,6.47,4.05 +"13548",1.11,"Premium","H","VS2",62.4,58,5550,6.69,6.57,4.14 +"13549",1.23,"Very Good","G","SI2",63.4,58,5550,6.8,6.77,4.3 +"13550",1.06,"Premium","I","VS1",61.2,57.1,5550,6.56,6.59,4.03 +"13551",1.01,"Ideal","H","VS1",59.8,59,5550,6.52,6.56,3.91 +"13552",1.09,"Very Good","H","VS2",63,54,5551,6.61,6.54,4.14 +"13553",1.03,"Very Good","D","SI1",63,59,5551,6.39,6.44,4.04 +"13554",1.03,"Ideal","D","SI1",62.4,57,5551,6.44,6.47,4.03 +"13555",1.07,"Ideal","G","SI1",62.2,56,5551,6.52,6.56,4.07 +"13556",0.9,"Fair","E","VVS2",58.1,59,5551,6.21,6.26,3.62 +"13557",1.18,"Ideal","I","VS1",62.2,57,5551,6.76,6.72,4.19 +"13558",1.2,"Premium","D","SI2",62,58,5551,6.84,6.77,4.22 +"13559",1.2,"Premium","D","SI2",62.6,57,5551,6.84,6.74,4.25 +"13560",1.12,"Ideal","G","SI1",62,55,5551,6.68,6.65,4.13 +"13561",1.02,"Ideal","E","SI1",62.2,57,5553,6.41,6.45,4 +"13562",1.02,"Very Good","E","SI1",59.2,56,5553,6.57,6.63,3.91 +"13563",1.96,"Fair","F","I1",66.6,60,5554,7.59,7.56,5.04 +"13564",1.16,"Premium","H","SI1",61.2,57,5554,6.84,6.76,4.16 +"13565",1.16,"Ideal","H","SI1",62.2,55,5554,6.79,6.74,4.21 +"13566",1.16,"Premium","H","SI1",61.2,58,5554,6.81,6.76,4.15 +"13567",1.05,"Good","H","VS1",63.3,57,5555,6.4,6.45,4.07 +"13568",1.01,"Ideal","G","SI1",62.7,57,5555,6.3,6.34,3.96 +"13569",1.01,"Ideal","G","SI1",63,57,5555,6.37,6.4,4.02 +"13570",1,"Ideal","E","SI1",61.4,57,5555,6.43,6.5,3.97 +"13571",1,"Ideal","E","SI1",61.7,57,5555,6.39,6.42,3.95 +"13572",1,"Ideal","E","SI1",61.4,58,5555,6.41,6.43,3.94 +"13573",1.24,"Premium","I","SI1",60.4,58,5555,7.02,6.95,4.22 +"13574",1.21,"Very Good","G","SI2",59.6,60,5556,6.92,6.94,4.13 +"13575",1.01,"Very Good","E","SI1",60,60,5556,6.45,6.49,3.88 +"13576",1.21,"Ideal","I","SI1",60.6,55,5556,6.92,6.87,4.18 +"13577",1.21,"Premium","I","SI1",62.3,59,5556,6.81,6.77,4.23 +"13578",1.21,"Premium","G","SI1",59.5,62,5556,6.65,6.57,3.84 +"13579",1.21,"Premium","J","VS1",59.5,60,5556,6.99,6.9,4.13 +"13580",1.17,"Ideal","F","SI2",62.2,55,5556,6.73,6.7,4.18 +"13581",1.21,"Premium","I","SI1",60.6,56,5556,6.97,6.89,4.2 +"13582",1,"Very Good","I","VS1",60.8,59,5557,6.39,6.44,3.9 +"13583",1.04,"Very Good","D","SI1",63.4,55,5557,6.41,6.46,4.08 +"13584",1.05,"Premium","F","SI1",61.8,56,5557,6.55,6.45,4.02 +"13585",1.05,"Premium","F","SI1",60.3,60,5557,6.66,6.54,3.98 +"13586",1.05,"Ideal","F","SI1",62,55,5557,6.54,6.5,4.04 +"13587",1.05,"Premium","F","SI1",61.6,57,5557,6.56,6.53,4.03 +"13588",1.21,"Very Good","G","SI2",62.8,60,5558,6.7,6.77,4.23 +"13589",1.01,"Very Good","H","VS2",62.8,59,5559,6.33,6.38,3.99 +"13590",1.08,"Ideal","G","VS2",62.1,57,5559,6.54,6.57,4.07 +"13591",1.01,"Premium","F","SI1",60.6,58,5559,6.54,6.49,3.95 +"13592",1.01,"Good","F","VS2",63.1,56,5560,6.28,6.37,3.99 +"13593",1.01,"Very Good","F","VS2",61,59,5560,6.39,6.46,3.92 +"13594",1.07,"Premium","F","SI1",59.6,58,5561,6.68,6.72,3.99 +"13595",1.07,"Good","F","SI1",63.4,56,5561,6.51,6.52,4.13 +"13596",1.04,"Premium","H","VS2",61.2,59,5561,6.57,6.51,4 +"13597",1.29,"Very Good","I","VS1",61.1,58,5562,6.98,7.03,4.28 +"13598",1.18,"Very Good","G","SI2",62.4,56,5562,6.8,6.83,4.25 +"13599",1.19,"Very Good","D","SI2",63.5,57,5562,6.67,6.75,4.26 +"13600",1.2,"Ideal","G","SI2",58.9,60,5562,6.98,6.94,4.1 +"13601",0.9,"Ideal","G","VVS1",61.6,57,5564,6.24,6.16,3.82 +"13602",1.15,"Ideal","G","VS2",59.2,56,5564,6.88,6.83,0 +"13603",1.02,"Very Good","H","VS2",62.4,57,5565,6.35,6.4,3.98 +"13604",1.02,"Very Good","E","VS2",62.8,59,5565,6.39,6.44,4.03 +"13605",1.2,"Very Good","H","SI1",62.8,58,5567,6.73,6.8,4.25 +"13606",1.17,"Good","D","SI2",60.4,65,5567,6.81,6.77,4.1 +"13607",1.3,"Premium","J","SI1",61,59,5569,7.09,7.01,4.3 +"13608",1.3,"Premium","J","SI1",61.9,56,5569,7.07,7.04,4.37 +"13609",1.02,"Premium","H","VS1",58.5,57,5569,6.65,6.61,3.88 +"13610",1.02,"Premium","H","VS1",62.1,59,5569,6.43,6.38,3.98 +"13611",1.02,"Ideal","H","VS1",62.2,56,5569,6.48,6.42,4.01 +"13612",1.09,"Very Good","F","SI1",62.3,57,5570,6.55,6.61,4.1 +"13613",1.2,"Good","I","VS1",57.8,61,5570,7.02,6.96,4.04 +"13614",1.04,"Ideal","G","SI1",61.9,53,5570,6.53,6.54,4.05 +"13615",1,"Very Good","E","SI1",62.4,59,5571,6.36,6.42,3.99 +"13616",1.01,"Ideal","E","SI1",61.9,56,5571,6.43,6.47,3.99 +"13617",1.13,"Premium","H","VS2",62.8,59,5571,6.63,6.58,4.15 +"13618",1,"Premium","H","VS2",59.4,61,5572,6.51,6.46,3.85 +"13619",1.21,"Premium","J","VVS2",60.8,60,5572,6.86,6.88,4.18 +"13620",0.95,"Very Good","G","VS1",59.9,58,5572,6.37,6.41,3.83 +"13621",1.04,"Ideal","I","VS1",61.4,58,5572,6.46,6.54,3.99 +"13622",1.07,"Premium","H","VS2",62.4,57,5573,6.58,6.52,4.09 +"13623",1,"Premium","F","SI1",62,60,5574,6.42,6.36,3.96 +"13624",1.08,"Good","E","SI1",58.4,60,5575,6.71,6.74,3.93 +"13625",1.11,"Very Good","J","VS1",59.9,56,5576,6.8,6.77,4.07 +"13626",1.16,"Good","H","SI1",64,58,5576,6.56,6.63,4.22 +"13627",1.01,"Ideal","G","SI1",62.6,56,5576,6.41,6.44,4.02 +"13628",1.04,"Ideal","H","VS1",62.7,55,5577,6.43,6.49,4.05 +"13629",1.04,"Ideal","H","VS1",62.7,57,5577,6.42,6.46,4.04 +"13630",1.06,"Ideal","I","VS1",62,55,5577,6.55,6.58,4.07 +"13631",1.2,"Ideal","I","SI1",60.1,56,5578,6.9,6.84,4.13 +"13632",1.2,"Ideal","H","SI2",62.7,55,5578,6.74,6.69,4.21 +"13633",1.35,"Very Good","I","SI2",58.6,63,5579,7.28,7.19,4.24 +"13634",1.03,"Premium","H","VS2",61,58,5579,6.53,6.46,3.96 +"13635",1.05,"Premium","H","VS1",60.9,60,5580,6.58,6.53,3.99 +"13636",1.06,"Premium","F","SI1",60.4,62,5580,6.62,6.59,3.99 +"13637",1.03,"Premium","G","SI1",60.1,60,5581,6.55,6.52,3.93 +"13638",1.02,"Premium","G","VS2",62,57,5581,6.48,6.43,4 +"13639",1.13,"Premium","F","SI1",60.6,60,5581,6.76,6.67,4.07 +"13640",1.31,"Very Good","I","SI2",60.8,57,5582,7.06,7.12,4.31 +"13641",1.08,"Premium","H","VS1",59.6,59,5582,6.72,6.66,3.99 +"13642",1.1,"Ideal","H","SI1",62.7,57,5583,6.6,6.63,4.15 +"13643",1.24,"Premium","F","SI2",62.8,60,5583,6.84,6.82,4.29 +"13644",1.37,"Very Good","I","SI2",63,57,5584,6.98,7.05,4.42 +"13645",1.13,"Very Good","F","SI1",63.2,56,5584,6.66,6.69,4.22 +"13646",1.24,"Very Good","I","SI1",60,59,5584,6.98,7.01,4.2 +"13647",1.17,"Very Good","H","VS2",59.6,59,5585,6.84,6.88,4.09 +"13648",1.22,"Ideal","J","SI1",60.6,56,5586,6.96,6.95,4.22 +"13649",1.05,"Ideal","F","SI1",60.6,59,5586,6.51,6.56,3.96 +"13650",1.33,"Very Good","H","SI2",63.5,57,5586,6.99,6.88,4.4 +"13651",1.15,"Very Good","G","SI1",62.2,59,5587,6.66,6.71,4.16 +"13652",1.16,"Ideal","I","VS2",60.1,62,5587,6.83,6.78,4.09 +"13653",1.16,"Ideal","I","VS2",60.8,56,5587,6.85,6.81,4.15 +"13654",1.09,"Very Good","J","VVS1",63.9,56,5588,6.47,6.51,4.15 +"13655",1.27,"Good","J","VS1",63.4,60,5588,6.8,6.85,4.33 +"13656",1.27,"Premium","I","SI1",60.9,59,5588,6.94,6.99,4.24 +"13657",1.32,"Premium","I","SI2",61.3,59,5588,7.01,6.95,4.28 +"13658",1.01,"Ideal","H","SI1",62.5,56,5589,6.38,6.45,4.01 +"13659",1.01,"Ideal","E","SI1",61.6,59,5590,6.43,6.4,3.95 +"13660",1.24,"Very Good","H","SI2",61.2,57,5592,6.87,7.02,4.25 +"13661",1,"Good","F","VS2",62.5,57,5592,6.34,6.42,3.99 +"13662",1.2,"Premium","H","SI1",62.4,59,5592,6.72,6.68,4.18 +"13663",1.05,"Good","H","VS2",63.7,58,5592,6.45,6.4,4.09 +"13664",1.01,"Very Good","H","VS1",62,60,5593,6.43,6.38,3.97 +"13665",1.5,"Ideal","I","I1",61.3,57,5593,7.36,7.39,4.52 +"13666",1.14,"Very Good","E","SI2",60,54,5593,6.74,6.97,4.11 +"13667",1.02,"Premium","G","VS2",62.9,58,5593,6.41,6.37,4.02 +"13668",1.19,"Very Good","H","SI1",60.8,59,5595,6.84,6.87,4.17 +"13669",1.19,"Very Good","H","SI1",62.7,61,5595,6.66,6.73,4.2 +"13670",1.19,"Premium","H","SI1",61.4,58,5595,6.79,6.83,4.18 +"13671",1.17,"Very Good","G","SI2",61.2,58,5595,6.84,6.86,4.19 +"13672",0.88,"Ideal","E","VS2",61.4,56,5595,6.15,6.17,3.78 +"13673",1.03,"Ideal","F","SI1",61.3,56,5595,6.55,6.51,4 +"13674",1.1,"Ideal","F","SI2",62.4,56,5596,6.58,6.62,4.12 +"13675",0.91,"Very Good","D","VS1",62.5,56,5597,6.14,6.18,3.85 +"13676",1.21,"Good","G","SI1",63.8,58,5597,6.75,6.64,4.27 +"13677",1.02,"Very Good","H","VS1",62.8,59,5598,6.34,6.47,4.02 +"13678",1.02,"Good","H","VS1",59.8,63,5598,6.54,6.61,3.93 +"13679",1.02,"Very Good","D","SI1",63.3,58,5598,6.39,6.35,4.03 +"13680",1.02,"Very Good","D","SI1",63.5,61,5598,6.35,6.27,4.01 +"13681",1.19,"Ideal","E","SI2",61.9,56,5598,6.84,6.8,4.22 +"13682",1.01,"Premium","E","SI1",62.6,58,5599,6.32,6.3,3.95 +"13683",1.01,"Good","G","VS2",63.6,60,5599,6.3,6.35,4.02 +"13684",1.01,"Premium","D","SI1",60.7,58,5599,6.42,6.49,3.92 +"13685",1.01,"Good","G","VS2",63.2,57,5599,6.3,6.35,4 +"13686",1.01,"Good","G","VS2",63.9,54,5599,6.31,6.37,4.05 +"13687",1.01,"Ideal","E","SI1",62.4,56,5599,6.43,6.39,4 +"13688",1.01,"Premium","E","SI1",62.9,58,5599,6.41,6.35,4.01 +"13689",1.01,"Ideal","E","SI1",62.6,57,5599,6.43,6.38,4.01 +"13690",1.01,"Ideal","E","SI1",62.1,54,5599,6.5,6.41,4.01 +"13691",1.01,"Premium","E","SI1",62.8,57,5599,6.41,6.37,4.01 +"13692",1.01,"Premium","F","SI1",61.9,56,5599,6.53,6.45,4.02 +"13693",1.01,"Premium","E","SI1",62.8,59,5599,6.31,6.27,3.95 +"13694",1.01,"Premium","E","SI1",62.9,60,5599,6.43,6.35,4.02 +"13695",1,"Very Good","G","VS2",63.3,60,5600,6.37,6.29,4.01 +"13696",1,"Very Good","G","VS2",61.8,59,5600,6.29,6.37,3.91 +"13697",1.01,"Very Good","D","SI1",59,59,5600,6.57,6.59,3.88 +"13698",1.23,"Ideal","I","SI1",62.1,58,5600,6.82,6.86,4.25 +"13699",1,"Good","G","VS2",63.4,61,5600,6.23,6.29,3.97 +"13700",1.2,"Good","I","VS1",64.8,58,5600,6.6,6.65,4.29 +"13701",1.13,"Premium","G","SI1",60.9,58,5600,6.75,6.72,4.1 +"13702",1,"Premium","E","SI1",61.6,59,5600,6.41,6.38,3.94 +"13703",1.04,"Good","G","VS2",61.4,65,5601,6.53,6.47,3.99 +"13704",1.29,"Very Good","H","SI2",63.8,57,5601,6.8,6.87,4.36 +"13705",1.51,"Good","E","I1",57.5,59,5601,7.56,7.51,4.33 +"13706",1.2,"Good","J","VS1",64.1,57,5601,6.68,6.74,4.3 +"13707",1.09,"Premium","H","VS2",62.6,56,5601,6.62,6.55,4.12 +"13708",1.07,"Ideal","E","SI2",61.5,56,5602,6.58,6.61,4.06 +"13709",1.11,"Good","F","SI1",62.1,61,5602,6.58,6.62,4.1 +"13710",1.22,"Premium","I","SI1",61.3,58,5602,6.94,6.9,4.24 +"13711",0.37,"Ideal","H","VS2",60.7,58,603,4.64,4.68,2.83 +"13712",0.37,"Ideal","H","VS2",62,54,603,4.64,4.65,2.88 +"13713",0.37,"Ideal","H","VS2",61.7,55,603,4.64,4.67,2.87 +"13714",0.3,"Ideal","E","VS2",62.3,56,603,4.27,4.3,2.67 +"13715",0.3,"Ideal","E","VS2",62,57,603,4.26,4.29,2.65 +"13716",0.3,"Ideal","E","VS2",61.8,57,603,4.28,4.3,2.65 +"13717",0.3,"Ideal","E","VS2",62,53,603,4.31,4.33,2.68 +"13718",0.3,"Ideal","E","VS2",60.6,59,603,4.3,4.34,2.62 +"13719",0.37,"Ideal","I","VS1",60.8,56,603,4.67,4.71,2.85 +"13720",0.3,"Ideal","F","VS1",62.3,56,603,4.26,4.28,2.66 +"13721",0.39,"Ideal","G","SI2",61.2,56,603,4.71,4.73,2.89 +"13722",0.41,"Ideal","F","SI2",62.6,57,603,4.68,4.77,2.96 +"13723",0.38,"Ideal","E","SI2",61.5,55,603,4.69,4.72,2.89 +"13724",0.32,"Good","G","VS2",56.7,64,603,4.52,4.55,2.57 +"13725",0.3,"Good","E","VS2",59.7,63,603,4.32,4.35,2.59 +"13726",0.27,"Premium","E","VS1",60.2,59,603,4.24,4.2,2.54 +"13727",0.27,"Ideal","E","VS2",62.7,55,603,4.18,4.15,2.61 +"13728",0.27,"Ideal","E","VS1",61.6,57,603,4.16,4.12,2.55 +"13729",0.27,"Ideal","E","VS1",61.6,56,603,4.17,4.14,2.56 +"13730",0.27,"Premium","E","VS1",61.5,58,603,4.22,4.17,2.58 +"13731",0.27,"Ideal","E","VS1",61.6,55,603,4.18,4.16,2.57 +"13732",0.27,"Premium","D","VS2",62,57,603,4.15,4.11,2.56 +"13733",0.3,"Premium","F","SI1",60.9,58,603,4.37,4.3,2.64 +"13734",0.28,"Very Good","E","VVS2",60.2,58,604,4.24,4.27,2.56 +"13735",0.27,"Very Good","F","VVS1",61.8,55,604,4.13,4.16,2.56 +"13736",0.33,"Ideal","G","VS2",61.7,55.9,604,4.45,4.49,2.75 +"13737",0.33,"Ideal","G","VS2",61.4,56.1,604,4.42,4.45,2.73 +"13738",0.32,"Ideal","F","SI1",60.6,57,604,4.45,4.49,2.71 +"13739",0.41,"Premium","F","SI2",59,58,604,4.87,4.89,2.88 +"13740",0.41,"Ideal","J","VS1",62.2,55,604,4.76,4.79,2.97 +"13741",1.22,"Premium","I","SI1",62.7,58,5602,6.83,6.8,4.27 +"13742",1.22,"Ideal","I","SI1",60.8,57,5602,6.95,6.89,4.21 +"13743",1.22,"Ideal","H","SI2",61.7,56,5602,6.93,6.87,4.26 +"13744",1.22,"Ideal","H","SI2",61,57,5602,6.93,6.88,4.2 +"13745",1.22,"Ideal","I","SI1",61.7,57,5602,6.91,6.86,4.25 +"13746",1.21,"Very Good","J","VS1",59.3,57,5604,6.98,7.04,4.16 +"13747",1.21,"Ideal","J","VS1",61.8,56.2,5604,6.78,6.86,4.2 +"13748",1.04,"Very Good","D","SI1",61.5,58,5605,6.48,6.53,4 +"13749",1.04,"Good","D","SI1",63.7,58,5605,6.39,6.43,4.08 +"13750",1.01,"Good","F","VS1",62.9,64,5606,6.38,6.28,3.98 +"13751",1.1,"Premium","D","SI1",58.8,61,5606,6.73,6.67,3.94 +"13752",1.27,"Ideal","J","VS2",61.6,56.1,5606,6.94,7,4.29 +"13753",1,"Premium","F","VS2",59.9,60,5606,6.11,6.07,3.65 +"13754",1,"Premium","F","VS2",61.9,59,5606,6.38,6.34,3.94 +"13755",1,"Good","F","VS2",64.2,58,5606,6.32,6.26,4.04 +"13756",1.25,"Premium","J","SI1",61.8,55,5607,6.91,6.82,4.24 +"13757",1.2,"Very Good","G","SI1",63,57,5607,6.7,6.75,4.24 +"13758",2.22,"Fair","J","I1",66.7,56,5607,8.04,8.02,5.36 +"13759",1.29,"Ideal","J","SI1",61.6,58,5607,6.96,6.99,4.3 +"13760",1.03,"Ideal","E","SI1",62,53,5608,6.47,6.5,4.02 +"13761",1.2,"Very Good","G","SI2",63.1,57,5609,6.68,6.79,4.25 +"13762",1.2,"Ideal","H","SI2",61,57,5610,6.84,6.9,4.19 +"13763",1.1,"Ideal","G","SI1",61.6,56,5610,6.59,6.68,4.09 +"13764",1.35,"Good","I","VS2",59.2,65,5610,7.18,7.13,4.23 +"13765",1.01,"Premium","H","VS2",62.5,58,5611,6.41,6.33,3.98 +"13766",1.31,"Very Good","I","SI2",63.5,55,5612,6.97,6.89,4.4 +"13767",1.04,"Premium","E","SI1",62.2,56,5612,6.56,6.49,4.06 +"13768",1.31,"Premium","I","SI2",63,58,5612,6.97,6.93,4.38 +"13769",1.35,"Very Good","J","SI1",61.1,61,5613,7.1,7.13,4.35 +"13770",1.2,"Ideal","H","SI2",62.6,58,5613,6.74,6.81,4.24 +"13771",1.06,"Ideal","F","SI1",62.2,57,5613,6.52,6.5,4.05 +"13772",1.05,"Very Good","H","VS2",63.3,56,5614,6.48,6.41,4.08 +"13773",1.16,"Ideal","D","SI2",62.5,56,5615,6.7,6.8,4.23 +"13774",0.93,"Very Good","E","VS2",61.4,58,5616,6.22,6.29,3.84 +"13775",1.01,"Good","F","VS2",64.2,54,5616,6.24,6.31,4.03 +"13776",1.7,"Fair","D","I1",64.7,56,5617,7.46,7.37,4.8 +"13777",1.18,"Premium","I","SI1",61.8,58,5617,6.78,6.74,4.18 +"13778",1.27,"Premium","J","VS1",62.6,59,5618,6.92,6.88,4.32 +"13779",1.52,"Premium","J","SI1",60.4,59,5618,7.44,7.39,4.48 +"13780",1.27,"Premium","D","SI2",58.9,59,5618,7.14,7.02,4.17 +"13781",1,"Very Good","H","VS1",64.2,53,5619,6.27,6.34,4.05 +"13782",1.01,"Very Good","D","SI1",61.1,58,5619,6.46,6.51,3.96 +"13783",1.01,"Premium","G","VS2",62.5,60,5620,6.37,6.31,3.96 +"13784",1.28,"Premium","E","SI2",62.5,58,5620,6.93,6.89,4.32 +"13785",1.03,"Very Good","H","VS2",59.9,59,5620,6.5,6.52,3.9 +"13786",1.12,"Premium","E","SI2",61.1,58,5620,6.73,6.69,4.1 +"13787",1.01,"Premium","G","VS2",59.8,61,5620,6.53,6.44,3.88 +"13788",1.04,"Premium","F","SI1",62.5,60,5621,6.43,6.46,4.03 +"13789",1,"Very Good","D","SI1",59.2,62,5621,6.49,6.54,3.86 +"13790",1,"Very Good","D","SI1",62.2,58,5621,6.34,6.45,3.98 +"13791",1,"Good","G","VS2",63.1,58,5621,6.31,6.39,4.01 +"13792",1.19,"Very Good","F","SI2",58.8,60,5622,6.93,6.98,4.09 +"13793",1.01,"Very Good","D","SI1",63.3,57,5622,6.33,6.37,4.02 +"13794",1,"Ideal","E","SI1",62.7,57,5622,6.39,6.49,4.04 +"13795",1.23,"Premium","I","VS2",61.7,58,5622,6.87,6.85,4.23 +"13796",1.19,"Premium","H","SI1",61.2,60,5622,6.85,6.8,4.18 +"13797",1.19,"Fair","H","SI1",64.4,58,5622,6.69,6.64,4.29 +"13798",1,"Ideal","G","SI1",61,57,5622,6.47,6.44,3.94 +"13799",1,"Very Good","G","VS2",60.6,60,5623,6.4,6.5,3.91 +"13800",1.64,"Premium","J","SI2",63,58,5624,7.54,7.49,4.74 +"13801",1.03,"Premium","H","VS1",62.5,59,5624,6.47,6.43,4.03 +"13802",1.03,"Premium","H","VS1",62,59,5624,6.48,6.45,4.01 +"13803",1.21,"Ideal","H","SI2",62.6,56,5624,6.84,6.77,4.26 +"13804",1.03,"Fair","E","SI1",65.1,58,5624,6.35,6.24,4.1 +"13805",1.21,"Ideal","I","SI1",62.4,57,5624,6.84,6.78,4.25 +"13806",1.13,"Very Good","H","VS2",61.7,56,5625,6.65,6.73,4.13 +"13807",1.08,"Ideal","H","VS2",61.8,56,5625,6.59,6.55,4.06 +"13808",1.35,"Fair","H","VS2",64.5,58,5625,6.98,6.93,4.48 +"13809",1.15,"Ideal","I","VS1",62.1,55,5626,6.76,6.67,4.18 +"13810",1.04,"Ideal","F","SI1",62.9,54,5626,6.49,6.46,4.07 +"13811",1.06,"Very Good","H","VS1",61.9,58,5627,6.57,6.49,4.04 +"13812",1.01,"Very Good","E","SI1",63,57,5627,6.28,6.36,3.98 +"13813",1.01,"Good","E","SI1",58.1,59,5627,6.57,6.65,3.84 +"13814",1.25,"Very Good","J","VS1",60.4,60,5628,6.99,7.08,4.25 +"13815",1.25,"Very Good","J","VS1",61.8,58,5628,6.89,6.93,4.27 +"13816",1.01,"Fair","D","SI1",62.6,57,5628,6.14,6.22,3.87 +"13817",1.09,"Premium","E","SI1",62.5,59,5628,6.58,6.53,4.1 +"13818",1,"Ideal","E","SI1",60.1,62,5629,6.46,6.48,3.89 +"13819",1.12,"Good","E","SI1",64.3,57,5630,6.56,6.5,4.2 +"13820",1.53,"Ideal","H","SI2",59.6,57,5631,7.46,7.38,4.42 +"13821",1.26,"Premium","H","SI1",61,55,5631,7,6.97,4.26 +"13822",1.01,"Premium","G","VS1",59.3,59,5632,6.49,6.52,3.86 +"13823",1.23,"Premium","I","VS1",61.6,58,5632,6.9,6.84,4.23 +"13824",1.11,"Ideal","H","VS2",64,58,5632,6.52,6.46,4.16 +"13825",1.04,"Fair","G","VS1",64.9,58,5633,6.36,6.33,4.12 +"13826",1,"Very Good","E","VS2",63.5,56,5633,6.37,6.32,4.03 +"13827",1.2,"Ideal","I","VS2",62.5,56,5634,6.77,6.74,4.22 +"13828",1.15,"Ideal","F","SI2",60.6,58,5635,6.75,6.79,4.1 +"13829",1.1,"Ideal","H","SI1",62.2,55,5636,6.66,6.62,4.13 +"13830",1.25,"Very Good","H","SI2",61.6,54,5637,6.85,6.95,4.25 +"13831",1.25,"Very Good","H","SI2",61.2,62,5637,6.84,6.95,4.22 +"13832",1.25,"Premium","J","VS1",62.2,58,5637,6.88,6.92,4.29 +"13833",1.01,"Very Good","H","VS2",60.7,58,5638,6.47,6.51,3.94 +"13834",1.24,"Ideal","I","VS2",62.4,57,5638,6.82,6.9,4.28 +"13835",1.2,"Very Good","F","SI1",63.1,58,5638,6.75,6.68,4.24 +"13836",1,"Ideal","D","SI1",62.8,55,5639,6.3,6.38,3.98 +"13837",0.9,"Very Good","G","VVS2",61.4,60,5640,6.18,6.23,3.81 +"13838",0.87,"Ideal","F","VS1",62,55,5640,6.1,6.13,3.79 +"13839",1.09,"Premium","E","SI1",62.5,57,5640,6.61,6.55,4.11 +"13840",1.23,"Premium","F","SI1",62.5,58,5641,6.83,6.76,4.25 +"13841",1.38,"Premium","H","SI2",60.2,60,5641,7.31,7.24,4.37 +"13842",1.23,"Ideal","H","SI2",61.4,54,5641,6.95,6.94,4.26 +"13843",1,"Good","D","SI1",64.2,56,5642,6.23,6.29,4.02 +"13844",1.06,"Premium","E","SI1",58.5,60,5642,6.81,6.7,3.95 +"13845",1.22,"Premium","D","SI2",61.8,58,5643,6.86,6.8,4.22 +"13846",1.19,"Very Good","I","VS1",59.9,61,5644,6.85,6.91,4.12 +"13847",1.01,"Premium","D","SI1",61.5,61,5644,6.47,6.37,3.95 +"13848",1,"Good","G","VS2",63.7,59,5645,6.38,6.33,4.05 +"13849",1.5,"Fair","H","I1",65.5,58,5645,7.02,6.96,4.58 +"13850",1.2,"Very Good","E","SI2",63.3,55,5645,6.77,6.73,4.27 +"13851",1,"Good","G","VS2",64,56,5645,6.33,6.25,4.03 +"13852",1,"Very Good","G","VS2",63.2,58,5645,6.33,6.27,3.98 +"13853",1,"Good","D","VS2",63.6,56,5645,6.38,6.27,4.02 +"13854",1.05,"Premium","E","VS2",62.6,59,5645,6.5,6.43,4.05 +"13855",1.26,"Ideal","I","SI1",62.4,56,5645,6.93,6.85,4.3 +"13856",1,"Premium","G","VS2",62,62,5645,6.41,6.36,3.96 +"13857",1,"Premium","F","SI1",61.9,60,5645,6.39,6.34,3.94 +"13858",1,"Premium","D","SI1",60.3,60,5645,6.31,6.26,3.79 +"13859",1.2,"Premium","I","VS2",62.6,61,5645,6.76,6.68,4.21 +"13860",1,"Very Good","D","SI1",63.1,56,5645,6.34,6.3,3.99 +"13861",1,"Very Good","D","SI1",63.1,56,5645,6.34,6.3,3.99 +"13862",1.15,"Very Good","H","VS2",62.4,56,5646,6.66,6.68,4.16 +"13863",1.15,"Good","H","VS2",63.1,56,5646,6.62,6.7,4.2 +"13864",1.01,"Good","E","SI1",64,56,5646,6.33,6.36,4.06 +"13865",1.01,"Premium","E","SI1",61,59,5646,6.44,6.47,3.94 +"13866",1.29,"Ideal","J","VS2",60.9,58,5646,7.05,7,4.28 +"13867",1.01,"Ideal","F","SI1",62.3,58,5646,6.35,6.42,3.98 +"13868",1.51,"Good","E","I1",63.6,60,5647,7.3,7.26,4.63 +"13869",1.23,"Premium","H","SI2",62.1,61,5648,6.86,6.79,4.24 +"13870",1.23,"Premium","I","SI1",59.6,60,5648,6.96,6.93,4.14 +"13871",1.11,"Ideal","D","SI2",61.6,55,5648,6.66,6.62,4.09 +"13872",1.22,"Ideal","J","VS1",61.5,55,5649,6.86,6.87,4.22 +"13873",1.22,"Premium","I","VS2",62.9,58,5649,6.8,6.75,4.26 +"13874",1.14,"Premium","G","SI1",62.3,59,5650,6.69,6.66,4.16 +"13875",1.13,"Premium","H","VS2",61.4,61,5650,6.71,6.67,4.11 +"13876",1.13,"Premium","H","VS2",62,57,5650,6.68,6.62,4.12 +"13877",1.04,"Premium","F","SI1",62.8,57,5650,6.5,6.43,4.06 +"13878",1.01,"Very Good","F","VS2",63.5,58,5650,6.35,6.32,4.02 +"13879",1.14,"Ideal","D","SI2",61.4,56,5650,6.77,6.69,4.13 +"13880",1.14,"Ideal","G","SI1",62.2,56,5650,6.69,6.66,4.15 +"13881",1.06,"Ideal","I","VS1",61.2,57,5651,6.59,6.56,4.03 +"13882",1.31,"Very Good","I","SI2",60.9,58,5652,7.03,7.07,4.29 +"13883",1.1,"Premium","H","VS2",61.4,58,5652,6.68,6.62,4.08 +"13884",0.9,"Very Good","G","VVS2",62.1,57,5653,6.14,6.2,3.84 +"13885",1.21,"Ideal","J","VS2",62.1,57,5653,6.81,6.82,4.23 +"13886",1.03,"Premium","D","SI1",63,59,5653,6.44,6.39,4.04 +"13887",1.03,"Ideal","D","SI1",62.4,57,5653,6.47,6.44,4.03 +"13888",1.03,"Ideal","G","SI1",60.8,57,5653,6.52,6.47,3.95 +"13889",1.28,"Very Good","I","SI2",62.6,58,5654,6.87,6.89,4.32 +"13890",1.01,"Very Good","D","SI1",63.2,58,5654,6.28,6.34,3.99 +"13891",1.23,"Premium","G","VS2",61.6,58,5654,6.91,6.85,4.24 +"13892",1.06,"Ideal","F","SI1",62.1,57,5655,6.51,6.53,4.05 +"13893",1.2,"Ideal","I","SI1",61.5,60,5655,6.85,6.8,4.2 +"13894",1.01,"Good","G","VS2",60.3,57,5655,6.46,6.51,3.91 +"13895",1.02,"Ideal","E","SI1",62.2,57,5655,6.45,6.41,4 +"13896",1.02,"Premium","E","SI1",59.2,56,5655,6.63,6.57,3.91 +"13897",1.01,"Very Good","D","SI2",62,57,5656,6.41,6.46,3.99 +"13898",1.01,"Premium","D","SI1",62.2,53,5656,6.47,6.43,4.01 +"13899",0.9,"Ideal","D","SI1",62.4,55,5656,6.15,6.19,3.85 +"13900",1.01,"Premium","E","SI1",59.2,60,5656,6.56,6.51,3.87 +"13901",1,"Ideal","F","SI1",63,56,5656,6.41,6.38,4.03 +"13902",1.18,"Ideal","H","SI2",62.2,56,5657,6.74,6.76,4.2 +"13903",1.05,"Very Good","H","VS1",63.3,57,5657,6.45,6.4,4.07 +"13904",1.05,"Premium","D","SI1",60.5,60,5659,6.53,6.62,3.98 +"13905",1.07,"Very Good","J","VVS2",60,60,5661,6.57,6.59,3.95 +"13906",1.07,"Very Good","H","VS1",62.5,56,5661,6.52,6.6,4.1 +"13907",1.08,"Ideal","G","VS2",62.1,57,5661,6.57,6.54,4.07 +"13908",1.04,"Very Good","E","SI1",59.6,59,5662,6.56,6.59,3.92 +"13909",1.01,"Very Good","F","VS2",63.3,56,5662,6.36,6.34,4.02 +"13910",1.01,"Ideal","F","VS2",61,56,5662,6.44,6.4,3.94 +"13911",1.07,"Premium","F","SI1",59.6,58,5662,6.72,6.68,3.99 +"13912",1.04,"Ideal","F","SI1",61.4,56,5663,6.52,6.58,4.02 +"13913",1.06,"Very Good","H","SI1",59.3,59,5664,6.66,6.7,3.96 +"13914",1.01,"Ideal","H","SI1",61.3,57,5664,6.44,6.46,3.95 +"13915",1.01,"Ideal","H","SI1",61.2,56,5664,6.44,6.47,3.95 +"13916",1.29,"Premium","I","VS1",61.1,58,5664,7.03,6.98,4.28 +"13917",1.19,"Premium","I","SI1",62.1,59,5664,6.84,6.78,4.23 +"13918",1.23,"Very Good","H","SI1",63,55,5665,6.72,6.78,4.27 +"13919",1.09,"Ideal","F","SI1",62,56,5665,6.56,6.61,4.08 +"13920",1.23,"Very Good","J","VVS2",61.2,57,5665,6.86,6.92,4.22 +"13921",1.2,"Very Good","G","SI1",63.2,59,5665,6.77,6.74,4.27 +"13922",1.02,"Ideal","H","VS2",62.4,57,5666,6.4,6.35,3.98 +"13923",1.01,"Fair","G","VS2",67.8,59,5666,6.07,6.02,4.1 +"13924",1.05,"Very Good","F","SI1",59.7,60,5666,6.63,6.71,3.98 +"13925",1.02,"Ideal","H","VS2",60.4,57,5666,6.58,6.54,3.96 +"13926",1.02,"Premium","E","VS2",62.8,59,5666,6.44,6.39,4.03 +"13927",1.02,"Premium","H","VS2",61,58,5666,6.56,6.49,3.98 +"13928",0.96,"Ideal","F","VS1",61.2,56,5666,6.38,6.34,3.89 +"13929",1.1,"Very Good","F","SI1",60.5,60,5667,6.65,6.67,4.03 +"13930",2,"Fair","I","I1",66,60,5667,7.78,7.74,5.1 +"13931",1,"Good","G","VS2",59.9,57,5667,6.45,6.51,3.88 +"13932",1,"Good","H","VS1",60.2,63,5668,6.43,6.47,3.88 +"13933",1.27,"Very Good","J","SI1",63.2,55,5669,6.89,6.87,4.35 +"13934",1.2,"Premium","H","SI1",61.8,58,5669,6.8,6.72,4.18 +"13935",1.06,"Ideal","H","VS2",60.5,57,5669,6.63,6.6,4 +"13936",1.25,"Ideal","H","SI2",62.7,56,5670,6.92,6.87,4.32 +"13937",0.9,"Very Good","G","IF",63.1,58,5670,6.18,6.09,3.87 +"13938",1.35,"Ideal","H","SI2",60,57,5670,7.19,7.15,4.3 +"13939",1,"Very Good","D","SI1",59.8,59,5671,6.47,6.51,3.88 +"13940",0.99,"Very Good","D","SI1",62.6,57,5671,6.34,6.37,3.98 +"13941",1.22,"Premium","I","SI1",62.1,58,5671,6.89,6.8,4.25 +"13942",1.22,"Premium","H","SI2",60.7,59,5671,6.91,6.87,4.18 +"13943",1.3,"Premium","H","SI1",62.9,60,5671,6.95,6.88,4.35 +"13944",1.21,"Very Good","I","SI1",61.8,59,5672,6.75,6.78,4.18 +"13945",1.05,"Fair","G","VS2",65.5,57,5673,6.38,6.34,4.17 +"13946",1.1,"Premium","H","VS1",61.3,58,5673,6.66,6.61,4.07 +"13947",1.04,"Premium","H","VS2",60.4,59,5674,6.51,6.66,3.98 +"13948",1.18,"Very Good","H","SI1",62.6,55,5674,6.76,6.79,4.24 +"13949",1.21,"Premium","J","VVS2",60.8,60,5674,6.88,6.86,4.18 +"13950",1.14,"Ideal","G","SI2",61.5,55,5675,6.78,6.71,4.15 +"13951",1.28,"Ideal","H","SI2",61.8,57,5676,7,6.97,4.32 +"13952",1.29,"Ideal","J","VS1",62,57,5676,6.92,6.98,4.31 +"13953",1.09,"Premium","H","VS2",61.4,58,5677,6.64,6.58,4.06 +"13954",1.09,"Premium","H","VS2",59.7,58,5677,6.73,6.66,4 +"13955",1.09,"Premium","H","VS2",60,56,5677,6.73,6.68,4.02 +"13956",1.16,"Very Good","G","SI1",60.7,59,5678,6.74,6.87,4.13 +"13957",1.2,"Premium","H","VS1",62.6,59,5678,6.78,6.74,4.23 +"13958",1.16,"Good","H","SI1",64,58,5678,6.63,6.56,4.22 +"13959",1.01,"Very Good","G","VS2",62.5,57,5679,6.37,6.4,3.99 +"13960",1.02,"Fair","E","SI1",65.7,58,5681,6.23,6.31,4.12 +"13961",1.51,"Premium","I","SI2",61.2,62,5682,7.28,7.19,4.43 +"13962",1.02,"Ideal","H","VS2",62,55,5683,6.47,6.44,4 +"13963",1.24,"Ideal","H","VS2",61.4,57,5683,6.92,6.88,4.24 +"13964",1.01,"Very Good","E","SI1",63.4,58,5684,6.32,6.37,4.02 +"13965",1.03,"Ideal","G","SI1",62.2,59,5684,6.41,6.45,4 +"13966",1.01,"Very Good","H","VVS2",59.6,63,5684,6.55,6.47,3.88 +"13967",1.02,"Premium","F","SI1",60.1,60,5686,6.58,6.53,3.94 +"13968",1.02,"Premium","F","SI1",61.8,59,5686,6.45,6.39,3.97 +"13969",1.01,"Very Good","H","VS1",60.9,55,5687,6.53,6.57,3.99 +"13970",1.11,"Ideal","H","SI1",62.6,57,5688,6.64,6.59,4.14 +"13971",1.85,"Very Good","H","I1",63.3,56,5688,7.8,7.75,4.92 +"13972",1.04,"Very Good","E","SI1",62.8,59,5689,6.46,6.41,4.04 +"13973",1.2,"Premium","G","SI2",60.2,60,5689,6.9,6.83,4.13 +"13974",1.23,"Good","D","SI2",60.5,64,5689,6.94,6.88,4.18 +"13975",1.27,"Premium","I","SI1",62.3,56,5690,6.93,6.85,4.29 +"13976",1.19,"Ideal","I","SI1",62.3,55,5690,6.8,6.82,4.24 +"13977",1.27,"Premium","I","SI1",60.9,59,5690,6.99,6.94,4.24 +"13978",1.27,"Ideal","I","SI1",62.4,56,5690,6.95,6.9,4.32 +"13979",1.27,"Very Good","J","VS1",63.4,60,5690,6.85,6.8,4.33 +"13980",1.21,"Ideal","H","SI2",62.1,55,5692,6.87,6.82,4.25 +"13981",1.1,"Ideal","F","VS2",58.6,57,5692,6.82,6.8,3.99 +"13982",1.2,"Ideal","I","SI1",62.3,53,5694,6.8,6.85,4.25 +"13983",1.01,"Ideal","D","SI1",62.1,56,5694,6.36,6.43,3.97 +"13984",1.24,"Premium","H","SI2",59.9,60,5694,7.02,7,4.2 +"13985",1.24,"Premium","H","SI2",61.2,57,5694,7.02,6.87,4.25 +"13986",1.16,"Very Good","D","SI1",61.8,58,5695,6.72,6.78,4.17 +"13987",1.16,"Ideal","G","SI2",61.6,55,5695,6.74,6.77,4.16 +"13988",1.23,"Premium","F","SI2",61.7,57,5695,6.89,6.86,4.24 +"13989",1.5,"Ideal","I","I1",61.3,57,5695,7.39,7.36,4.52 +"13990",1.01,"Very Good","G","VS2",62.4,58,5696,6.37,6.41,3.99 +"13991",1.18,"Premium","H","SI1",61.8,58,5696,6.74,6.79,4.18 +"13992",2.01,"Fair","I","I1",67.4,58,5696,7.71,7.64,5.17 +"13993",2.01,"Fair","I","I1",55.9,64,5696,8.48,8.39,4.71 +"13994",1.05,"Ideal","I","VS2",60.3,57,5697,6.57,6.63,3.98 +"13995",1.06,"Ideal","I","SI1",61.8,55,5697,6.54,6.57,4.04 +"13996",1.2,"Very Good","G","SI2",62,60,5698,6.78,6.76,4.2 +"13997",1.19,"Very Good","H","SI1",63.3,55,5698,6.76,6.69,4.26 +"13998",1.01,"Ideal","G","SI1",62.6,56,5698,6.37,6.41,4 +"13999",1.07,"Ideal","H","VS2",63.6,59,5698,6.46,6.42,4.09 +"14000",1.19,"Premium","H","SI1",60.8,59,5698,6.87,6.84,4.17 +"14001",1.19,"Premium","H","SI1",62.7,61,5698,6.73,6.66,4.2 +"14002",1.2,"Premium","I","VS2",62.6,58,5699,6.77,6.72,4.22 +"14003",1.2,"Premium","I","VS2",62.6,58,5699,6.77,6.72,4.22 +"14004",1.25,"Very Good","I","SI1",62.1,58,5699,6.86,6.9,4.27 +"14005",1.2,"Premium","I","VS2",61.8,55,5699,6.93,6.8,4.24 +"14006",1.2,"Premium","F","SI2",61.9,59,5699,6.86,6.74,4.21 +"14007",1.2,"Ideal","I","VS2",63.2,59,5699,6.73,6.68,4.24 +"14008",1.14,"Premium","H","VS2",61.3,59,5700,6.76,6.72,4.13 +"14009",1.01,"Good","F","VS2",65.2,57,5700,6.19,6.23,4.05 +"14010",1.01,"Good","D","SI1",58.4,62,5700,6.48,6.5,3.79 +"14011",1.01,"Premium","G","VS2",61.2,57,5701,6.46,6.41,3.94 +"14012",1.02,"Very Good","F","SI1",63.7,56,5701,6.34,6.41,4.06 +"14013",1.01,"Very Good","G","VS2",63.2,57,5701,6.35,6.3,4 +"14014",1.01,"Good","G","VS2",63.6,60,5701,6.35,6.3,4.02 +"14015",1.01,"Good","G","VS2",63.9,54,5701,6.37,6.31,4.05 +"14016",1.01,"Very Good","G","VS2",63.2,55,5701,6.39,6.34,4.02 +"14017",1.01,"Good","G","VS2",63.7,56,5701,6.4,6.32,4.05 +"14018",1.01,"Good","G","VS2",57.5,62,5701,6.58,6.53,3.77 +"14019",1.01,"Premium","G","VS2",61.1,60,5701,6.46,6.37,3.92 +"14020",1.01,"Premium","D","SI1",61.6,62,5701,6.44,6.38,3.95 +"14021",1,"Good","G","VS2",63.1,61,5702,6.33,6.38,4.01 +"14022",1,"Good","G","VS2",63.4,57,5702,6.27,6.31,3.99 +"14023",1,"Very Good","G","VS2",63,59,5702,6.36,6.4,4.02 +"14024",1,"Very Good","G","VS2",62.9,56,5702,6.27,6.42,3.99 +"14025",1.02,"Ideal","E","SI1",61.9,55,5702,6.46,6.49,4.01 +"14026",1.06,"Ideal","I","VS1",61.1,56,5702,6.59,6.61,4.03 +"14027",1.05,"Ideal","D","SI2",62.1,58,5702,6.49,6.52,4.04 +"14028",1.01,"Ideal","D","SI1",62,55,5702,6.39,6.45,3.98 +"14029",1.16,"Premium","H","SI1",62.8,57,5702,6.73,6.67,4.21 +"14030",1.22,"Ideal","H","SI2",61.1,57,5703,6.9,5.92,4.22 +"14031",1.22,"Ideal","H","SI2",61.7,56,5703,6.83,6.91,4.24 +"14032",1.01,"Very Good","D","SI2",63.1,54,5703,6.39,6.35,4.02 +"14033",1.02,"Premium","F","VS2",63,60,5704,6.41,6.35,4.02 +"14034",1.07,"Premium","D","SI1",61.9,58,5704,6.57,6.53,4.05 +"14035",1.07,"Ideal","E","SI2",61.5,56,5704,6.61,6.58,4.06 +"14036",1.05,"Ideal","H","SI1",60.8,56,5704,6.62,6.58,4.01 +"14037",1.25,"Ideal","H","SI2",61.2,57,5706,6.89,6.93,4.23 +"14038",1.09,"Premium","H","SI1",59.5,58,5706,6.73,6.71,4 +"14039",1.02,"Good","G","VS1",57.3,59,5706,6.71,6.65,3.83 +"14040",1.21,"Ideal","J","VS2",62.5,57,5707,6.79,6.74,4.23 +"14041",0.31,"Very Good","F","VS2",61.1,58.1,605,4.33,4.37,2.66 +"14042",0.26,"Ideal","G","VVS1",62.8,54,605,4.07,4.09,2.56 +"14043",0.26,"Ideal","G","VVS1",62.4,56,605,4.11,4.14,2.57 +"14044",0.38,"Ideal","J","VS1",62.2,55.7,605,4.63,4.65,2.89 +"14045",0.41,"Ideal","G","SI2",61.3,56,605,4.78,4.81,2.94 +"14046",0.26,"Ideal","G","IF",62.2,55,605,4.09,4.13,2.55 +"14047",0.26,"Ideal","G","IF",62.5,57,605,4.06,4.1,2.55 +"14048",0.36,"Premium","E","SI2",62.4,58,605,4.56,4.54,2.84 +"14049",0.32,"Ideal","I","VS1",62.1,57,605,4.42,4.37,2.73 +"14050",0.32,"Ideal","I","VS1",62.3,56,605,4.4,4.37,2.73 +"14051",0.32,"Premium","H","VS2",62.7,58,605,4.35,4.33,2.72 +"14052",0.31,"Premium","G","VS2",58.8,62,605,4.41,4.4,2.59 +"14053",0.31,"Premium","G","VS2",61.2,59,605,4.4,4.36,2.68 +"14054",0.31,"Premium","E","SI1",62.7,58,605,4.35,4.32,2.72 +"14055",0.3,"Premium","F","VS2",61.1,59,605,4.29,4.32,2.63 +"14056",0.3,"Very Good","G","VS1",62.3,59,605,4.27,4.3,2.67 +"14057",0.3,"Premium","F","VS2",61.4,60,605,4.29,4.34,2.65 +"14058",0.3,"Very Good","F","VS2",62.7,58,605,4.25,4.3,2.68 +"14059",0.3,"Premium","G","VS1",61.8,59,605,4.34,4.37,2.69 +"14060",0.3,"Ideal","F","VS2",61.1,56,605,4.31,4.33,2.64 +"14061",0.3,"Ideal","F","VS2",60.4,56,605,4.34,4.37,2.63 +"14062",0.3,"Good","H","VVS2",63.5,55,605,4.25,4.28,2.71 +"14063",0.3,"Ideal","H","VVS2",62.6,55,605,4.25,4.28,2.67 +"14064",0.3,"Good","G","VS1",63.4,58,605,4.23,4.25,2.69 +"14065",0.3,"Ideal","F","VS2",61.8,57,605,4.31,4.33,2.67 +"14066",0.3,"Ideal","H","VVS2",61.2,57,605,4.31,4.32,2.64 +"14067",0.3,"Ideal","F","VS2",62.5,55,605,4.27,4.31,2.68 +"14068",0.3,"Ideal","G","VS1",62.6,57,605,4.27,4.29,2.68 +"14069",0.3,"Very Good","F","VS2",62.8,56,605,4.29,4.31,2.7 +"14070",0.3,"Good","H","VVS2",63.6,56,605,4.26,4.29,2.72 +"14071",1.04,"Premium","D","SI1",61.5,58,5708,6.53,6.48,4 +"14072",1.04,"Good","D","SI1",63.7,58,5708,6.43,6.39,4.08 +"14073",0.91,"Premium","F","VVS2",63,56,5708,6.17,6.12,3.87 +"14074",1.02,"Very Good","D","SI1",62.7,60,5709,6.34,6.39,3.99 +"14075",1.03,"Ideal","E","SI1",62,53,5710,6.5,6.47,4.02 +"14076",1.03,"Premium","E","SI1",62.9,56,5710,6.49,6.39,4.05 +"14077",1.2,"Ideal","H","SI2",61.6,57,5712,6.84,6.79,4.2 +"14078",1.01,"Very Good","I","SI1",60.1,59,5712,6.44,6.47,3.88 +"14079",1.2,"Premium","I","SI1",62.6,59,5712,6.85,6.79,4.27 +"14080",1.2,"Premium","F","SI2",62.9,57,5712,6.8,6.72,4.25 +"14081",1.2,"Ideal","H","SI2",61,57,5712,6.9,6.84,4.19 +"14082",1.01,"Very Good","F","SI1",63.5,57,5713,6.38,6.31,4.03 +"14083",1.06,"Very Good","D","SI1",59.4,57,5713,6.65,6.72,3.97 +"14084",1.01,"Premium","F","SI1",58.9,60,5713,6.57,6.5,3.85 +"14085",1.01,"Premium","G","VS2",62.6,56,5713,6.41,6.34,3.99 +"14086",1.24,"Ideal","I","SI1",61.3,56,5714,6.9,6.93,4.24 +"14087",1.22,"Ideal","G","SI2",59.6,56,5714,7.05,7.02,4.19 +"14088",1.27,"Very Good","H","SI2",60.6,59,5715,6.97,7,4.23 +"14089",1.35,"Premium","J","SI1",61.1,61,5715,7.13,7.1,4.35 +"14090",1.23,"Ideal","F","SI2",62.8,57,5715,6.74,6.86,4.27 +"14091",1.35,"Premium","I","SI2",59.8,59,5715,7.26,7.2,4.32 +"14092",1.1,"Premium","F","SI1",59.5,59,5717,6.7,6.77,4.01 +"14093",1.19,"Ideal","E","SI2",60.2,57,5717,6.84,6.87,4.13 +"14094",1.32,"Very Good","H","SI1",63.5,57,5717,6.88,6.92,4.38 +"14095",0.91,"Ideal","D","SI1",60.6,56,5717,6.27,6.3,3.81 +"14096",1.23,"Premium","I","SI1",60.3,58,5717,6.95,6.92,4.18 +"14097",1.23,"Premium","I","SI1",62,57,5717,6.91,6.83,4.26 +"14098",1.23,"Premium","H","SI2",62,59,5717,6.92,6.88,4.28 +"14099",1.2,"Premium","H","SI1",62.4,58,5718,6.76,6.79,4.23 +"14100",1,"Very Good","E","SI1",59.2,59,5718,6.49,6.55,3.86 +"14101",1,"Premium","F","VS2",60.6,59,5718,6.5,6.46,3.93 +"14102",1.28,"Ideal","I","SI2",62.5,59,5719,6.88,6.95,4.32 +"14103",1,"Very Good","E","VS2",62.8,63,5720,6.28,6.33,3.96 +"14104",1.21,"Premium","F","SI1",61.1,61,5720,6.78,6.74,4.13 +"14105",1.22,"Very Good","D","SI2",62.2,58,5721,6.85,6.91,4.28 +"14106",1.32,"Ideal","I","SI2",61.7,55,5721,7.07,7.03,4.35 +"14107",1.03,"Premium","H","VS2",61.8,58,5722,6.48,6.43,3.99 +"14108",1.2,"Ideal","G","SI2",61.1,57,5722,6.83,6.86,4.18 +"14109",1.2,"Ideal","J","VS1",61,57,5722,6.81,6.89,4.18 +"14110",1.31,"Premium","H","VS1",62.1,58,5722,6.98,6.97,4.33 +"14111",1.36,"Very Good","J","SI1",62,59,5723,7.01,7.06,4.36 +"14112",1,"Good","G","VS2",63,58,5723,6.25,6.35,3.97 +"14113",1.4,"Premium","G","SI2",60.6,58,5723,7.26,7.22,4.39 +"14114",1.46,"Fair","H","SI2",56.3,60,5723,7.61,7.55,4.27 +"14115",1,"Very Good","G","VS2",63.1,58,5723,6.39,6.31,4.01 +"14116",1,"Premium","D","SI1",59.2,62,5723,6.54,6.49,3.86 +"14117",1,"Premium","D","SI1",62.2,58,5723,6.45,6.34,3.98 +"14118",1.2,"Very Good","I","VS2",62.5,59,5724,6.73,6.77,4.22 +"14119",1.01,"Good","E","SI1",63.9,56,5724,6.37,6.31,4.05 +"14120",1.04,"Premium","F","SI1",62.5,60,5724,6.46,6.43,4.03 +"14121",1.24,"Very Good","H","SI2",64,56,5725,6.79,6.83,4.36 +"14122",1.21,"Very Good","I","VS1",60.6,60,5726,6.89,6.85,4.16 +"14123",1.05,"Ideal","H","VS2",61.7,57,5728,6.52,6.55,4.03 +"14124",1.3,"Ideal","J","SI1",61.5,55,5728,7.03,7.06,4.33 +"14125",0.99,"Ideal","F","SI1",62.8,57,5728,6.3,6.38,3.98 +"14126",1,"Ideal","E","SI1",62.2,53.9,5728,6.4,6.5,4 +"14127",1,"Ideal","E","SI1",62.8,54.2,5728,6.32,6.4,4.01 +"14128",1.13,"Premium","H","VS2",61.7,56,5728,6.73,6.65,4.13 +"14129",1,"Fair","E","VS2",67,54,5729,6.23,6.18,4.16 +"14130",0.93,"Premium","F","SI1",62.3,59,5729,6.25,6.21,3.88 +"14131",1.1,"Very Good","H","VS2",63.1,57,5729,6.6,6.52,4.14 +"14132",1.1,"Premium","H","VS2",62.5,58,5729,6.59,6.54,4.1 +"14133",1.01,"Good","F","VS2",63.3,55,5731,6.32,6.39,4.02 +"14134",1.01,"Very Good","D","SI1",62.9,58,5731,6.33,6.38,4 +"14135",1.01,"Very Good","D","SI1",62.6,56,5731,6.36,6.39,3.99 +"14136",1.09,"Ideal","H","VS2",61.5,54,5732,6.64,6.65,4.09 +"14137",0.91,"Very Good","F","VVS2",62.6,59,5733,6.1,6.16,3.84 +"14138",1.02,"Very Good","D","SI1",62.8,58,5733,6.37,6.41,4.01 +"14139",2.27,"Fair","J","I1",67.6,55,5733,8.05,8,5.43 +"14140",1.2,"Ideal","I","VS2",62.3,57,5736,6.74,6.8,4.22 +"14141",1.26,"Very Good","H","SI2",62.2,57,5736,6.86,6.9,4.28 +"14142",1.04,"Very Good","H","VS2",60.4,56,5738,6.55,6.59,3.97 +"14143",1.22,"Premium","G","SI2",60.5,58,5739,6.96,6.92,4.2 +"14144",1.21,"Premium","I","VS1",61.9,58,5739,6.76,6.81,4.2 +"14145",1.22,"Premium","G","SI2",61.9,58,5739,6.88,6.79,4.23 +"14146",1.22,"Very Good","E","SI2",63.3,56,5739,6.78,6.75,4.28 +"14147",1.22,"Premium","D","SI1",62.3,60,5739,6.84,6.8,4.25 +"14148",1.25,"Premium","I","SI1",62.4,58,5740,6.89,6.85,4.29 +"14149",1.25,"Premium","H","SI2",61.2,62,5740,6.95,6.84,4.22 +"14150",1.25,"Premium","J","VS1",62.2,58,5740,6.92,6.88,4.29 +"14151",1.25,"Premium","H","SI2",61.6,54,5740,6.95,6.85,4.25 +"14152",1.01,"Premium","G","VS2",63,58,5741,6.42,6.37,4.03 +"14153",1.24,"Premium","F","SI2",62.2,58,5741,6.86,6.8,4.25 +"14154",1.01,"Premium","E","SI1",62.8,58,5741,6.38,6.33,3.99 +"14155",1.01,"Very Good","F","SI1",60.6,60,5743,6.37,6.43,3.88 +"14156",1.17,"Ideal","G","SI2",62.6,55,5743,6.74,6.78,4.23 +"14157",1,"Good","H","VS1",60.1,62,5743,6.38,6.47,3.86 +"14158",1.03,"Premium","H","VS1",61.2,58,5744,6.52,6.55,4 +"14159",1.31,"Premium","I","SI2",59.1,59,5744,7.2,7.15,4.24 +"14160",1.31,"Premium","I","SI2",60.5,59,5744,7.11,7.04,4.28 +"14161",1.08,"Ideal","H","VS2",61.9,54,5745,6.61,6.64,4.1 +"14162",1.21,"Premium","F","SI2",59.9,62,5746,6.92,6.88,4.13 +"14163",1.2,"Premium","H","SI1",62.2,58,5746,6.78,6.72,4.2 +"14164",1.2,"Premium","H","SI1",62.1,55,5746,6.79,6.74,4.2 +"14165",1.2,"Premium","H","SI1",62.7,56,5746,6.78,6.75,4.24 +"14166",1.01,"Very Good","G","VS2",62.7,61,5747,6.32,6.35,3.97 +"14167",1.01,"Good","D","SI1",58.3,59,5747,6.59,6.61,3.85 +"14168",1.19,"Premium","I","VS1",59.9,61,5747,6.91,6.85,4.12 +"14169",1.34,"Ideal","J","VS1",62,57,5748,7.04,7.12,4.39 +"14170",1.06,"Ideal","I","VS2",61.6,57,5748,6.53,6.58,4.04 +"14171",1.07,"Ideal","I","SI1",61.5,57,5748,6.57,6.59,4.05 +"14172",1.01,"Premium","E","SI1",61,59,5749,6.47,6.44,3.94 +"14173",1.51,"Fair","I","I1",65.1,57,5750,7.16,7.12,4.65 +"14174",1.15,"Very Good","H","VS2",63.1,56,5750,6.7,6.62,4.2 +"14175",1.11,"Premium","G","SI1",62.4,58,5750,6.65,6.61,4.14 +"14176",1.01,"Ideal","E","SI1",59.8,60,5751,6.56,6.48,3.9 +"14177",1.17,"Premium","H","SI1",62.5,57,5751,6.79,6.75,4.23 +"14178",1.17,"Ideal","H","SI1",62.1,54,5751,6.83,6.77,4.22 +"14179",1.3,"Premium","E","SI2",61.5,59,5751,7.05,7,4.32 +"14180",1.07,"Very Good","H","SI1",62.3,57,5752,6.53,6.64,4.1 +"14181",0.81,"Ideal","E","VVS1",62.5,54,5752,5.95,5.98,3.73 +"14182",0.9,"Very Good","G","IF",60.1,59,5754,6.22,6.26,3.75 +"14183",1,"Very Good","D","SI1",60.5,58,5755,6.42,6.48,3.9 +"14184",1,"Ideal","D","SI1",62.7,56,5755,6.39,6.43,4.02 +"14185",1.34,"Premium","D","SI2",60.3,59,5756,7.16,7.11,4.3 +"14186",1.08,"Ideal","H","SI1",60.6,59,5756,6.61,6.65,4.02 +"14187",1.01,"Good","G","VS2",58.9,61,5756,6.46,6.55,3.83 +"14188",0.9,"Very Good","D","VS1",63,58,5757,6.11,6.15,3.86 +"14189",0.9,"Very Good","D","VS1",63,56,5757,6.13,6.18,3.88 +"14190",1.07,"Good","H","VS2",63.8,57,5758,6.54,6.47,4.15 +"14191",1.02,"Very Good","G","VS2",63.5,56,5758,6.43,6.38,4.07 +"14192",0.92,"Ideal","H","IF",62.5,55,5758,6.25,6.3,3.92 +"14193",1.08,"Premium","D","SI1",62.6,56,5758,6.62,6.57,4.13 +"14194",1.35,"Premium","E","SI2",61.5,58,5758,7.11,7.06,4.36 +"14195",1.06,"Ideal","F","SI1",62.1,57,5758,6.53,6.51,4.05 +"14196",1.35,"Very Good","J","VS1",62.1,56,5759,7.04,7.1,4.39 +"14197",1.01,"Very Good","G","VS2",60.7,61,5759,6.42,6.46,3.91 +"14198",1.01,"Very Good","G","VS2",61.9,59,5759,6.34,6.38,3.94 +"14199",1.01,"Very Good","G","VS2",61.5,56,5759,6.41,6.47,3.96 +"14200",1,"Very Good","F","VS2",62.7,56,5759,6.29,6.34,3.96 +"14201",1.01,"Very Good","G","VS2",61.6,61,5759,6.36,6.46,3.95 +"14202",1.01,"Premium","G","VS2",60.2,59,5759,6.48,6.55,3.92 +"14203",1.01,"Premium","G","VS2",61.2,58,5759,6.46,6.49,3.96 +"14204",1.01,"Very Good","G","VS2",59.9,60,5759,6.46,6.52,3.89 +"14205",1.01,"Very Good","G","VS2",63,56,5759,6.35,6.41,4.02 +"14206",1.01,"Very Good","E","SI1",61.9,56,5759,6.33,6.41,3.94 +"14207",1.31,"Premium","I","VS1",61.9,56,5759,7.07,6.98,4.35 +"14208",1.31,"Premium","I","VS1",62.8,57,5759,6.98,6.9,4.36 +"14209",1.13,"Ideal","G","SI1",61.8,55,5759,6.71,6.75,4.16 +"14210",1.28,"Good","J","VS1",59.1,62,5759,7.06,7.16,4.2 +"14211",1.01,"Very Good","E","VS2",59.3,59,5760,6.5,6.56,3.87 +"14212",1.21,"Premium","I","SI1",61.6,56,5760,6.89,6.85,4.23 +"14213",1.22,"Ideal","I","VS2",59.5,57,5761,6.91,6.97,4.13 +"14214",1.27,"Ideal","F","SI1",61.8,57,5761,6.96,6.89,4.28 +"14215",1.27,"Premium","J","VVS1",60.1,58,5761,7.06,6.99,4.22 +"14216",1.35,"Ideal","F","SI2",62.9,56,5761,7.05,7.03,4.43 +"14217",1.05,"Premium","D","SI1",60.5,60,5762,6.62,6.53,3.98 +"14218",1.23,"Ideal","J","VS2",61.7,57,5763,6.87,6.8,4.22 +"14219",1.23,"Very Good","I","SI1",60.5,58,5763,6.9,6.94,4.19 +"14220",1.2,"Ideal","I","SI1",60.3,56,5763,6.87,6.97,4.17 +"14221",1.14,"Ideal","H","SI1",62.2,54,5763,6.69,6.74,4.18 +"14222",1.07,"Premium","H","VS1",62.5,56,5764,6.6,6.52,4.1 +"14223",1.68,"Good","E","I1",64.3,60,5765,7.44,7.48,4.8 +"14224",1.2,"Ideal","I","VS1",59.3,57,5765,6.95,7.04,4.15 +"14225",1.38,"Ideal","J","SI2",61,56,5765,7.22,7.26,4.42 +"14226",1.33,"Premium","I","SI2",62.3,59,5765,7.01,6.98,4.36 +"14227",1,"Very Good","G","VS2",59,62,5766,6.49,6.56,3.85 +"14228",1,"Good","G","VS2",59.3,61,5766,6.51,6.57,3.88 +"14229",1.04,"Premium","E","SI1",59.6,59,5766,6.59,6.56,3.92 +"14230",1.2,"Ideal","G","VS1",61.7,56,5766,6.84,6.77,4.2 +"14231",1.56,"Ideal","J","SI2",62.1,55,5766,7.45,7.41,4.62 +"14232",1.04,"Good","E","SI1",63.8,58,5766,6.46,6.39,4.1 +"14233",1.07,"Very Good","D","SI1",61.8,61,5767,6.54,6.57,4.05 +"14234",1.07,"Ideal","D","SI1",61.8,55,5767,6.54,6.59,4.06 +"14235",0.96,"Ideal","F","VS1",61.2,56,5767,6.34,6.38,3.89 +"14236",1.02,"Ideal","I","VVS2",62.1,54,5767,6.47,6.51,4.03 +"14237",1.51,"Premium","H","SI2",60.7,59,5767,7.42,7.37,4.49 +"14238",1.23,"Ideal","H","SI1",63,55,5768,6.78,6.72,4.27 +"14239",1.03,"Good","H","SI2",63.8,63,5768,6.36,6.3,4.04 +"14240",1.09,"Ideal","F","SI1",62,56,5768,6.61,6.56,4.08 +"14241",1.23,"Premium","J","VVS2",61.2,57,5768,6.92,6.86,4.22 +"14242",1.11,"Good","F","SI1",63.1,56,5769,6.59,6.63,4.17 +"14243",1.1,"Very Good","F","SI1",58.9,63,5769,6.73,6.78,3.98 +"14244",1.05,"Very Good","E","SI1",60.7,56,5770,6.54,6.6,3.99 +"14245",1.13,"Fair","H","SI1",65.3,59,5771,6.52,6.44,4.23 +"14246",0.9,"Good","G","IF",63.1,58,5771,6.09,6.18,3.87 +"14247",1.09,"Very Good","E","SI1",62.8,56,5771,6.53,6.6,4.12 +"14248",1.29,"Very Good","I","SI1",63.6,57,5771,6.88,6.92,4.39 +"14249",1.29,"Ideal","J","VS2",62.1,59,5771,6.92,6.96,4.31 +"14250",1.22,"Premium","H","VS1",62.2,58,5773,6.84,6.76,4.23 +"14251",1.02,"Ideal","F","SI1",62.3,56,5773,6.41,6.44,4 +"14252",1.1,"Premium","E","SI1",62.9,58,5773,6.62,6.55,4.14 +"14253",1.22,"Ideal","H","VS1",62.7,55,5773,6.82,6.73,4.25 +"14254",1.03,"Premium","F","VS2",62.6,58,5774,6.45,6.4,4.02 +"14255",1,"Premium","D","SI1",60.3,59,5775,6.44,6.47,3.89 +"14256",1,"Ideal","D","SI1",60.6,56,5775,6.5,6.54,3.95 +"14257",1,"Ideal","D","SI1",60.5,57,5775,6.48,6.52,3.93 +"14258",1,"Premium","D","SI1",62.5,59,5775,6.32,6.38,3.97 +"14259",1.25,"Very Good","H","SI2",62.8,55,5775,6.82,6.87,4.3 +"14260",1,"Premium","D","SI1",61.4,58,5775,6.37,6.43,3.93 +"14261",1.08,"Premium","H","VS2",62.9,55,5775,6.59,6.54,4.13 +"14262",1.24,"Premium","E","SI1",58.5,60,5775,7.08,7.01,4.11 +"14263",1.04,"Premium","H","VS2",60.4,59,5777,6.66,6.51,3.98 +"14264",1.01,"Very Good","E","VS2",61.7,56,5777,6.41,6.45,3.97 +"14265",1.01,"Ideal","H","VS1",62.6,57,5777,6.37,6.4,4 +"14266",1.02,"Very Good","D","SI1",63.3,60,5778,6.33,6.38,4.02 +"14267",1.34,"Ideal","I","SI2",61.3,55,5778,7.16,7.12,4.38 +"14268",1.34,"Premium","J","VS2",62.6,58,5778,7.08,7.01,4.41 +"14269",1.01,"Very Good","G","VS2",62.9,60,5779,6.28,6.35,3.97 +"14270",1.13,"Premium","H","VS2",62.4,58,5779,6.61,6.66,4.14 +"14271",0.92,"Very Good","D","SI1",60.8,58,5779,6.24,6.27,3.8 +"14272",1.2,"Good","H","SI1",63.7,58,5779,6.72,6.68,4.27 +"14273",1.2,"Premium","H","SI2",61.4,58,5779,6.81,6.77,4.17 +"14274",0.92,"Ideal","D","SI1",62.3,56,5779,6.2,6.23,3.87 +"14275",1.29,"Ideal","J","VS1",62,57,5779,6.98,6.92,4.31 +"14276",1.2,"Premium","E","SI2",60.4,58,5779,6.95,6.89,4.18 +"14277",1.11,"Very Good","H","SI1",61.9,58,5780,6.63,6.65,4.11 +"14278",1.01,"Premium","D","SI1",60,59,5780,6.51,6.45,3.89 +"14279",1.01,"Premium","D","SI1",61.2,60,5780,6.47,6.41,3.94 +"14280",1.11,"Premium","H","VS2",62.6,58,5781,6.63,6.59,4.14 +"14281",1.16,"Premium","F","VS2",60.5,59,5781,6.86,6.8,4.13 +"14282",1.24,"Very Good","J","VS1",62.1,58,5783,6.85,6.96,4.29 +"14283",1.24,"Very Good","J","VS1",62.4,59.4,5783,6.81,6.89,4.27 +"14284",1.24,"Very Good","I","VS2",60.1,59,5783,6.95,7.02,4.2 +"14285",1.06,"Premium","H","VS2",62.6,58,5783,6.49,6.54,4.08 +"14286",1.06,"Premium","H","VS2",62,58,5783,6.5,6.57,4.05 +"14287",1.06,"Very Good","H","VS2",62.5,57,5783,6.47,6.49,4.05 +"14288",1.09,"Very Good","G","VS2",59.9,56,5783,6.59,6.73,3.99 +"14289",1,"Good","E","SI1",61.6,62,5784,6.35,6.42,3.93 +"14290",1.01,"Fair","F","VS2",65.1,59,5784,6.17,6.21,4.03 +"14291",1.33,"Very Good","J","VS2",62.7,59,5785,6.97,7.01,4.38 +"14292",1.01,"Good","F","VS1",64,56,5786,6.37,6.32,4.06 +"14293",1.23,"Premium","G","VS1",62.2,58,5786,6.78,6.74,4.27 +"14294",1.34,"Very Good","J","SI2",62.3,61,5787,6.97,7.05,4.37 +"14295",1.01,"Premium","G","VS2",62.4,59,5787,6.45,6.41,4.01 +"14296",1.21,"Good","E","SI2",64,62,5787,6.65,6.59,4.24 +"14297",1.3,"Premium","F","SI2",61.6,58,5788,7.07,6.92,4.33 +"14298",1.23,"Very Good","I","VS2",59.7,58,5789,6.94,7.02,4.17 +"14299",1.01,"Very Good","F","SI1",62.3,55,5789,6.38,6.42,3.99 +"14300",1.08,"Ideal","H","VS1",61.9,57,5791,6.58,6.64,4.09 +"14301",1.03,"Premium","G","SI1",59.5,60,5791,6.6,6.54,3.91 +"14302",1.26,"Ideal","G","VS2",61.5,57,5792,6.94,6.89,4.25 +"14303",1.16,"Ideal","D","SI2",62.1,54,5793,6.74,6.79,4.2 +"14304",1.21,"Premium","H","SI1",62.8,59,5793,6.72,6.68,4.21 +"14305",1.22,"Premium","F","SI2",62.5,57,5794,6.78,6.73,4.22 +"14306",0.9,"Very Good","D","VS1",59.1,60,5795,6.24,6.28,3.7 +"14307",0.91,"Ideal","G","VS1",62.1,57,5795,6.17,6.2,3.84 +"14308",1.28,"Ideal","J","VS2",62.8,57,5795,6.93,6.87,4.33 +"14309",1.04,"Ideal","F","SI1",60.9,56,5795,6.61,6.56,4.01 +"14310",1.38,"Ideal","I","SI2",61.8,57,5796,7.14,7.1,4.4 +"14311",1.24,"Ideal","H","SI2",62,56,5797,6.87,6.9,4.27 +"14312",1.24,"Ideal","I","SI1",62.1,56,5797,6.84,6.88,4.26 +"14313",1.01,"Fair","D","VS2",59.1,68,5797,6.56,6.44,3.84 +"14314",1,"Ideal","F","SI2",62.4,57,5798,6.37,6.42,3.99 +"14315",1.06,"Ideal","E","SI1",61.6,56,5798,6.55,6.59,4.05 +"14316",1.16,"Very Good","H","SI2",62.8,59,5799,6.7,6.64,4.19 +"14317",1.09,"Premium","D","SI1",61.6,58,5799,6.61,6.57,4.06 +"14318",1.35,"Premium","G","SI1",62.4,58,5799,7.07,6.97,4.38 +"14319",1.32,"Premium","J","VS2",60.4,58,5800,7.11,7.14,4.3 +"14320",1.03,"Very Good","E","VS2",61.3,61,5800,6.46,6.53,3.98 +"14321",1.18,"Premium","H","SI1",61.8,58,5801,6.79,6.74,4.18 +"14322",1.51,"Fair","J","SI2",65.1,59,5801,7.13,7.09,4.63 +"14323",1.14,"Premium","G","SI1",60,55,5801,6.85,6.79,4.09 +"14324",1.19,"Premium","H","SI1",62.7,56,5802,6.76,6.7,4.22 +"14325",1.11,"Premium","E","SI1",61.3,58,5802,6.61,6.66,4.07 +"14326",1.02,"Very Good","D","SI1",64.2,58,5803,6.32,6.35,4.07 +"14327",1,"Very Good","F","SI1",61,60,5804,6.38,6.43,3.91 +"14328",1.03,"Ideal","D","SI1",61.2,55,5804,6.51,6.57,4 +"14329",1.03,"Ideal","D","SI1",61.6,55,5804,6.49,6.53,4.01 +"14330",1.03,"Ideal","D","SI1",61,57,5804,6.48,6.53,3.97 +"14331",1,"Ideal","D","SI1",61.9,57,5804,6.39,6.41,3.96 +"14332",1.16,"Ideal","D","SI1",62,56,5805,6.73,6.76,4.18 +"14333",1.08,"Very Good","E","SI2",63,56,5805,6.5,6.52,4.1 +"14334",1.04,"Ideal","H","VS2",60.7,56,5805,6.56,6.61,4 +"14335",0.92,"Ideal","F","VS2",61.2,56,5805,6.25,6.3,3.84 +"14336",1.1,"Premium","H","VS2",61.2,58,5805,6.75,6.64,4.1 +"14337",1,"Premium","G","VS2",63,59,5806,6.4,6.36,4.02 +"14338",1,"Premium","G","VS2",62.9,56,5806,6.42,6.27,3.99 +"14339",1,"Very Good","G","VS2",63.4,57,5806,6.31,6.27,3.99 +"14340",1,"Very Good","G","VS2",63.1,61,5806,6.38,6.33,4.01 +"14341",1,"Premium","G","VS2",62.1,57,5806,6.43,6.39,3.98 +"14342",1.02,"Ideal","E","SI1",61.9,55,5806,6.49,6.46,4.01 +"14343",1.22,"Ideal","I","SI1",60.2,58,5807,6.96,6.9,4.17 +"14344",1.22,"Ideal","I","SI1",60.2,57,5807,6.99,6.93,4.19 +"14345",1.22,"Ideal","H","SI2",61.1,57,5807,6.9,5.92,4.22 +"14346",1.22,"Ideal","H","SI2",61.7,56,5807,6.91,6.83,4.24 +"14347",1.22,"Ideal","I","SI1",62.6,57,5807,6.8,6.77,4.25 +"14348",1.5,"Very Good","G","I1",60.3,61,5808,7.34,7.39,4.44 +"14349",1.32,"Ideal","J","VS1",62.5,57,5808,7,7.04,4.39 +"14350",1.14,"Premium","H","VS1",62,62,5809,6.74,6.65,4.15 +"14351",1.24,"Good","E","SI2",58.5,57,5809,7.03,7.1,4.13 +"14352",1.14,"Premium","D","SI1",60.5,59,5809,6.79,6.73,4.09 +"14353",1.25,"Ideal","H","SI2",61.2,57,5810,6.93,6.89,4.23 +"14354",1.01,"Very Good","D","SI1",61.8,58,5812,6.33,6.38,3.93 +"14355",1.01,"Ideal","D","SI1",61.4,59,5812,6.4,6.44,3.94 +"14356",1.06,"Premium","G","VS2",62.3,59,5813,6.52,6.49,4.05 +"14357",1.13,"Ideal","I","VS1",61.6,54,5813,6.72,6.74,4.15 +"14358",1.07,"Premium","F","SI1",61.7,56,5813,6.66,6.5,4.06 +"14359",1.02,"Very Good","E","SI1",62.6,58,5814,6.4,6.45,4.02 +"14360",1.21,"Ideal","H","SI2",62,54.5,5814,6.81,6.87,4.25 +"14361",1.03,"Premium","G","VS2",62.2,56,5814,6.51,6.48,4.04 +"14362",1.01,"Very Good","D","SI1",61.6,59,5815,6.42,6.47,3.97 +"14363",1.29,"Premium","J","VS2",60.5,58,5815,7.07,6.99,4.25 +"14364",1.18,"Very Good","H","SI1",63.3,55,5815,6.75,6.72,4.26 +"14365",1.02,"Good","G","VS2",63.6,57,5816,6.38,6.41,4.07 +"14366",1.02,"Ideal","G","VS2",62.6,57,5816,6.41,6.43,4.02 +"14367",1.02,"Ideal","G","VS2",62,57,5816,6.38,6.46,3.98 +"14368",1.09,"Ideal","F","SI1",62,56,5816,6.56,6.61,4.08 +"14369",1.09,"Ideal","F","SI1",62,56,5816,6.59,6.61,4.09 +"14370",1.2,"Very Good","I","SI1",62.4,59,5816,6.73,6.79,4.22 +"14371",0.3,"Ideal","H","VVS2",61.3,57,605,4.31,4.33,2.65 +"14372",0.3,"Good","H","VVS2",63.6,55,605,4.24,4.28,2.71 +"14373",0.3,"Ideal","F","VS2",62.7,57,605,4.27,4.31,2.69 +"14374",0.3,"Premium","G","VS1",60,60,605,4.3,4.33,2.59 +"14375",0.3,"Very Good","H","VVS2",61,61,605,4.3,4.32,2.63 +"14376",0.3,"Ideal","H","VVS2",61.5,56,605,4.33,4.35,2.67 +"14377",0.3,"Premium","F","VS2",60.7,58,605,4.32,4.35,2.63 +"14378",0.3,"Ideal","G","VS1",61.8,54,605,4.29,4.32,2.66 +"14379",0.3,"Ideal","H","VVS2",62.2,57,605,4.26,4.29,2.66 +"14380",0.3,"Very Good","G","VS1",62.2,59,605,4.24,4.28,2.65 +"14381",0.3,"Premium","F","VS2",61.4,60,605,4.27,4.3,2.63 +"14382",0.3,"Premium","F","VS2",62.2,58,605,4.28,4.31,2.67 +"14383",0.3,"Very Good","G","VS1",62.8,58,605,4.26,4.28,2.68 +"14384",0.3,"Very Good","G","VS1",62.8,59,605,4.23,4.27,2.67 +"14385",0.3,"Ideal","H","VVS2",61.7,54,605,4.31,4.34,2.67 +"14386",0.3,"Premium","H","VVS2",62.4,58,605,4.26,4.3,2.67 +"14387",0.3,"Ideal","F","VS2",61.8,56,605,4.3,4.31,2.66 +"14388",0.3,"Very Good","G","VS1",60.3,62,605,4.3,4.33,2.6 +"14389",0.3,"Good","H","VVS2",63.7,55,605,4.24,4.27,2.71 +"14390",0.3,"Good","G","VS1",63.1,58,605,4.24,4.28,2.69 +"14391",0.3,"Very Good","H","VVS2",62.8,57,605,4.22,4.25,2.66 +"14392",0.3,"Very Good","G","VS1",62.8,57,605,4.25,4.29,2.68 +"14393",0.3,"Very Good","G","VS1",62.9,58,605,4.27,4.32,2.7 +"14394",0.3,"Very Good","G","VS1",62.5,55,605,4.25,4.32,2.68 +"14395",0.3,"Very Good","G","VS1",62.9,60,605,4.26,4.29,2.69 +"14396",0.3,"Good","H","VVS2",63.4,57,605,4.21,4.24,2.68 +"14397",0.3,"Ideal","H","VVS2",61.5,57,605,4.31,4.34,2.66 +"14398",0.3,"Very Good","G","VS1",62.8,57,605,4.24,4.26,2.67 +"14399",0.3,"Good","G","VS1",63.6,55,605,4.26,4.29,2.72 +"14400",0.3,"Premium","F","VS2",62.2,60,605,4.22,4.27,2.64 +"14401",1.01,"Good","F","VS2",63.1,59,5817,6.31,6.37,4 +"14402",0.95,"Good","G","VVS2",57.7,59.7,5817,6.5,6.58,3.77 +"14403",1.06,"Premium","D","SI1",59.4,57,5817,6.72,6.65,3.97 +"14404",1.08,"Premium","H","VS1",58.6,60,5818,6.84,6.78,3.99 +"14405",1.12,"Ideal","H","SI1",60.9,57,5818,6.7,6.73,4.09 +"14406",1.2,"Good","I","VS1",61.7,62,5818,6.65,6.74,4.13 +"14407",1.2,"Good","I","VS1",59.6,61,5818,6.84,6.89,4.09 +"14408",1.14,"Very Good","F","SI1",61,60,5819,6.67,6.74,4.09 +"14409",1,"Good","E","VS2",63.7,56,5819,6.37,6.34,4.05 +"14410",1.07,"Very Good","H","VS2",61.3,58,5820,6.59,6.62,4.05 +"14411",1.07,"Ideal","H","VS2",62,57,5820,6.55,6.58,4.07 +"14412",1.23,"Ideal","I","SI2",61.8,55,5820,6.87,6.91,4.26 +"14413",1.31,"Ideal","I","SI2",61,59,5820,7.05,7.01,4.29 +"14414",1.05,"Very Good","D","SI1",60.5,56,5821,6.59,6.7,4 +"14415",1.08,"Good","D","SI1",63.8,59,5821,6.39,6.47,4.1 +"14416",1.05,"Premium","G","VS2",61.9,59,5821,6.56,6.52,4.05 +"14417",1.05,"Premium","D","SI1",58.6,60,5821,6.73,6.66,3.92 +"14418",1.05,"Premium","E","SI1",61.8,56,5821,6.57,6.5,4.04 +"14419",1.1,"Premium","F","SI1",59.5,59,5821,6.77,6.7,4.01 +"14420",1.2,"Premium","H","SI1",59.3,60,5822,7,6.92,4.13 +"14421",1.2,"Premium","H","SI1",60.8,60,5822,6.87,6.79,4.15 +"14422",1.2,"Ideal","H","SI1",61.7,55,5822,6.86,6.82,4.22 +"14423",1.2,"Premium","H","SI1",62.2,59,5822,6.79,6.71,4.2 +"14424",1.19,"Ideal","E","SI2",60.2,57,5822,6.87,6.84,4.13 +"14425",1.01,"Good","E","SI1",64,60,5823,6.38,6.28,4.05 +"14426",1.3,"Premium","H","VS2",62.7,58,5824,7.01,6.97,4.38 +"14427",1,"Ideal","G","VS2",62.3,56,5824,6.38,6.36,3.97 +"14428",0.91,"Very Good","D","VS2",59.6,58,5825,6.32,6.34,3.77 +"14429",1.19,"Good","F","SI1",57.6,60,5825,6.98,7.02,4.03 +"14430",1.21,"Very Good","H","SI1",62.4,58,5826,6.83,6.79,4.25 +"14431",1.01,"Premium","H","VS1",62.1,62,5826,6.36,6.32,3.94 +"14432",1.03,"Premium","G","VS2",63,59,5826,6.45,6.4,4.05 +"14433",1.2,"Ideal","G","SI2",61.1,57,5826,6.86,6.83,4.18 +"14434",0.9,"Ideal","F","VS2",60.8,57,5828,6.22,6.24,3.79 +"14435",1.01,"Ideal","H","SI2",59.1,59,5828,6.58,6.61,3.9 +"14436",1.13,"Ideal","D","SI1",61.8,56,5829,6.68,6.74,4.15 +"14437",1.01,"Good","E","VS2",65.6,55,5829,6.16,6.22,4.06 +"14438",1,"Good","F","VS1",64.8,59,5829,6.17,6.23,4.02 +"14439",1.15,"Very Good","H","VS2",60.3,59,5831,6.75,6.79,4.08 +"14440",1.14,"Ideal","H","VS2",61.6,56,5831,6.68,6.72,4.13 +"14441",1.16,"Good","J","VVS2",61.6,57,5831,6.79,6.85,4.2 +"14442",1.37,"Ideal","J","VS2",63,57,5831,7.11,7.05,4.46 +"14443",1.17,"Premium","H","SI1",58.5,62,5831,6.95,6.9,4.05 +"14444",1.27,"Premium","H","VS2",58.9,61,5832,7.09,7.03,4.16 +"14445",1.3,"Very Good","J","VS2",61.6,56,5832,7.02,7.07,4.34 +"14446",1.22,"Premium","I","VS2",62.3,59,5832,6.79,6.83,4.24 +"14447",1.01,"Ideal","D","SI1",62,57,5832,6.37,6.44,3.97 +"14448",1.01,"Very Good","D","SI1",62.5,61,5832,6.34,6.4,3.98 +"14449",1.01,"Very Good","D","SI1",62.8,60,5832,6.36,6.42,4.01 +"14450",1.31,"Premium","I","VS2",60.4,59,5832,7.16,7.05,4.29 +"14451",1.33,"Premium","I","SI2",62.4,58,5832,7.04,7.02,4.39 +"14452",1.2,"Ideal","H","VS2",63,56,5833,6.74,6.65,4.22 +"14453",1.2,"Very Good","H","VS2",63.2,55,5833,6.74,6.67,4.24 +"14454",1.05,"Ideal","H","VS2",61.7,57,5833,6.55,6.52,4.03 +"14455",1,"Fair","F","VS1",65.3,56,5833,6.28,6.25,4.09 +"14456",1.5,"Good","H","SI2",57.3,62,5833,7.55,7.5,4.31 +"14457",1.23,"Good","I","VS1",63.6,59,5834,6.76,6.85,4.33 +"14458",1.37,"Very Good","I","SI2",62.2,59,5834,7.07,7.17,4.43 +"14459",1.06,"Ideal","F","SI1",61.9,57,5834,6.57,6.54,4.06 +"14460",1.24,"Very Good","I","VS2",62.7,55,5836,6.82,6.87,4.29 +"14461",1.03,"Ideal","D","SI2",60.7,58,5836,6.51,6.53,3.96 +"14462",1.08,"Premium","F","SI1",61.3,57,5836,6.63,6.58,4.05 +"14463",1.17,"Ideal","F","SI1",62.2,56,5837,6.71,6.73,4.18 +"14464",1.03,"Ideal","E","SI1",60.3,55,5837,6.62,6.57,3.98 +"14465",1.12,"Ideal","H","SI1",61.8,56,5838,6.67,6.69,4.13 +"14466",1.01,"Premium","G","VS2",62.1,60,5839,6.35,6.37,3.95 +"14467",1.01,"Very Good","G","VS2",61.6,56,5839,6.4,6.46,3.96 +"14468",1.02,"Very Good","D","SI1",62.7,57,5839,6.42,6.5,4.05 +"14469",1.08,"Ideal","H","VS2",62.1,56,5839,6.59,6.56,4.08 +"14470",1.02,"Ideal","E","SI1",62.2,54.7,5840,6.44,6.47,4.01 +"14471",1,"Fair","F","VS2",64.9,56,5840,6.26,6.31,4.08 +"14472",0.74,"Ideal","D","VVS2",61.4,56,5841,5.82,5.87,3.58 +"14473",1.23,"Premium","F","SI2",59.9,58,5841,7.02,6.96,4.19 +"14474",1.17,"Ideal","D","SI2",62.7,57,5842,6.7,6.72,4.21 +"14475",1.05,"Ideal","F","SI1",61.3,54,5842,6.58,6.61,4.04 +"14476",1,"Ideal","F","VS2",62,55,5844,6.43,6.48,4 +"14477",1.09,"Very Good","H","VS1",60.2,61,5845,6.66,6.7,4.02 +"14478",1.12,"Premium","H","VS1",62.1,58,5845,6.6,6.64,4.11 +"14479",1.5,"Fair","J","VS2",64.5,59,5846,7.2,7.07,4.6 +"14480",1.2,"Premium","G","SI2",62.4,58,5846,6.77,6.73,4.21 +"14481",1.2,"Premium","H","SI2",62.3,59,5846,6.82,6.75,4.23 +"14482",1.2,"Premium","F","SI2",62.6,58,5846,6.79,6.73,4.23 +"14483",1.03,"Premium","H","VS1",61.2,58,5849,6.55,6.52,4 +"14484",1.26,"Very Good","H","VS2",63.1,58,5849,6.91,6.81,4.34 +"14485",1.08,"Ideal","H","VS2",61.9,54,5850,6.64,6.61,4.1 +"14486",1.25,"Very Good","F","SI2",58,63,5851,7.16,7.06,4.13 +"14487",1,"Very Good","D","SI1",63.2,60,5851,6.31,6.35,4 +"14488",1.15,"Premium","G","SI1",62.2,56,5851,6.76,6.68,4.18 +"14489",1.15,"Premium","G","SI1",62.6,58,5851,6.71,6.65,4.18 +"14490",1.33,"Ideal","J","VS1",61.3,57,5852,7.08,7.11,4.35 +"14491",1.16,"Ideal","H","SI1",60,60,5852,6.87,6.84,4.11 +"14492",1,"Fair","G","VS1",58.7,67,5853,6.47,6.45,3.79 +"14493",1.2,"Very Good","H","VS1",63.1,57,5853,6.69,6.65,4.2 +"14494",1,"Very Good","H","VS2",61.3,63,5854,6.38,6.4,3.92 +"14495",1.11,"Ideal","H","SI1",61.6,56,5854,6.69,6.73,4.07 +"14496",1.01,"Premium","F","SI1",59.1,56,5854,6.65,6.52,3.89 +"14497",1.01,"Ideal","I","VS2",62.5,56,5855,6.38,6.41,4 +"14498",0.9,"Good","G","IF",61.8,61,5855,6.12,6.17,3.8 +"14499",1.23,"Very Good","I","SI1",63.1,56,5855,6.91,6.79,4.32 +"14500",1.23,"Ideal","I","SI1",62,57,5855,6.91,6.87,4.27 +"14501",1.36,"Premium","I","SI2",62.7,58,5856,7.01,7.08,4.42 +"14502",1.33,"Ideal","J","SI1",62.4,54,5857,7.04,7.07,4.4 +"14503",1.14,"Premium","H","VS2",61.3,59,5858,6.76,6.72,4.13 +"14504",1.24,"Very Good","H","SI2",60,58,5858,6.99,7.05,4.21 +"14505",1.81,"Fair","J","I1",68,57,5859,7.43,7.39,5.04 +"14506",1,"Very Good","G","VS2",61.5,58,5860,6.36,6.39,3.92 +"14507",1,"Good","G","VS2",63.5,59,5860,6.23,6.33,3.99 +"14508",1.09,"Premium","H","VS1",60.2,59,5860,6.71,6.67,4.03 +"14509",1.01,"Premium","D","SI1",61.5,59,5860,6.46,6.39,3.95 +"14510",1.01,"Very Good","H","VS2",61.2,57,5861,6.49,6.41,3.95 +"14511",1.01,"Very Good","F","SI1",62.4,59,5861,6.37,6.42,3.99 +"14512",1.14,"Ideal","H","SI1",60.4,57,5861,6.78,6.83,4.11 +"14513",1.35,"Ideal","J","VS2",61.4,57,5862,7.1,7.13,4.37 +"14514",1.12,"Ideal","H","SI1",62.8,55,5863,6.66,6.61,4.17 +"14515",1.14,"Ideal","I","VS1",61.7,53,5863,6.75,6.77,4.17 +"14516",1,"Good","G","VS1",64.2,61,5863,6.23,6.29,4.02 +"14517",1.01,"Premium","G","VS2",60.7,61,5864,6.46,6.42,3.91 +"14518",1.01,"Premium","G","VS2",61.2,58,5864,6.49,6.46,3.96 +"14519",1.01,"Premium","G","VS2",63,56,5864,6.41,6.35,4.02 +"14520",1.01,"Premium","G","VS2",61.9,59,5864,6.38,6.34,3.94 +"14521",1.01,"Premium","G","VS2",61.6,61,5864,6.46,6.36,3.95 +"14522",1.01,"Premium","G","VS2",61.5,56,5864,6.47,6.41,3.96 +"14523",1,"Good","F","VS2",64,59,5864,6.29,6.25,4.03 +"14524",1,"Premium","F","VS2",62.8,55,5864,6.38,6.35,4 +"14525",1,"Premium","F","VS2",59.9,59,5864,6.46,6.42,3.86 +"14526",1.01,"Premium","G","VS2",60.7,60,5864,6.49,6.45,3.93 +"14527",1.01,"Premium","G","VS2",62.1,59,5864,6.43,6.38,3.98 +"14528",1.01,"Premium","G","VS2",60.2,59,5864,6.55,6.48,3.92 +"14529",1.1,"Ideal","I","VS1",62.3,55,5864,6.64,6.6,4.12 +"14530",1.21,"Very Good","I","VS1",59.4,60,5865,6.9,6.97,4.12 +"14531",1,"Very Good","E","SI1",60.1,60,5865,6.45,6.49,3.89 +"14532",1.21,"Very Good","I","VS1",61.2,58,5866,6.85,6.91,4.21 +"14533",1.24,"Ideal","J","VS1",61.6,57,5866,6.89,6.93,4.26 +"14534",1.24,"Ideal","I","SI2",61.8,58,5866,6.85,6.9,4.25 +"14535",1.08,"Ideal","H","SI1",60,58,5867,6.69,6.66,4.01 +"14536",1.2,"Very Good","H","SI1",62.4,57,5868,6.76,6.8,4.23 +"14537",1.1,"Ideal","G","SI1",62.2,56.6,5868,6.56,6.6,4.09 +"14538",1.2,"Premium","G","SI1",62.5,60,5868,6.74,6.68,4.21 +"14539",1.31,"Premium","I","SI1",63,57,5869,6.96,6.91,4.37 +"14540",1.21,"Very Good","H","SI1",63.1,60,5871,6.74,6.69,4.24 +"14541",1.18,"Good","D","SI2",59.7,61,5871,6.83,6.88,4.09 +"14542",1.68,"Good","E","I1",64.3,60,5871,7.48,7.44,4.8 +"14543",1.21,"Premium","H","SI1",62.5,60,5871,6.77,6.7,4.21 +"14544",1.04,"Good","F","SI1",63.6,59,5871,6.4,6.36,4.06 +"14545",1.07,"Premium","D","SI1",61.8,61,5872,6.57,6.54,4.05 +"14546",1.07,"Ideal","D","SI1",61.8,55,5872,6.59,6.54,4.06 +"14547",1.31,"Premium","J","SI1",59.6,59,5876,7.16,7.13,4.26 +"14548",1.06,"Ideal","E","SI1",58.8,57,5877,6.71,6.66,3.93 +"14549",1.28,"Premium","H","VS2",59.4,60,5878,7.07,7.03,4.19 +"14550",0.93,"Ideal","G","IF",62.2,58,5879,6.25,6.22,3.88 +"14551",0.95,"Ideal","E","VS1",61.5,57,5879,6.3,6.28,3.87 +"14552",1,"Premium","D","SI1",61.3,61,5880,6.52,6.39,3.96 +"14553",1,"Premium","D","SI1",59.6,57,5880,6.54,6.44,3.87 +"14554",1.25,"Ideal","H","SI2",62.8,55,5880,6.87,6.82,4.3 +"14555",1.2,"Very Good","F","SI2",62.8,57,5880,6.73,6.78,4.24 +"14556",1.2,"Ideal","I","VS2",61.5,57,5880,6.8,6.75,4.17 +"14557",1,"Ideal","D","SI1",60.6,56,5880,6.54,6.5,3.95 +"14558",1,"Premium","D","SI1",60.3,59,5880,6.47,6.44,3.89 +"14559",1,"Premium","D","SI1",62.5,59,5880,6.38,6.32,3.97 +"14560",1,"Premium","D","SI1",61.4,58,5880,6.43,6.37,3.93 +"14561",1,"Ideal","D","SI1",62.2,56,5880,6.38,6.35,3.96 +"14562",1,"Ideal","E","SI1",61.6,55,5880,6.45,6.43,3.97 +"14563",1,"Ideal","D","SI1",60.5,57,5880,6.52,6.48,3.93 +"14564",1.01,"Ideal","H","VS1",62.6,57,5882,6.4,6.37,4 +"14565",1.01,"Fair","E","VS2",65.3,59,5882,6.15,6.1,4 +"14566",1.21,"Ideal","H","VS2",62.2,55,5882,6.84,6.79,4.24 +"14567",1.21,"Ideal","H","VS2",62.8,55,5882,6.79,6.74,4.25 +"14568",1.04,"Premium","F","SI1",59.5,60,5882,6.62,6.59,3.93 +"14569",1.04,"Ideal","F","SI1",61.3,56,5882,6.55,6.5,4 +"14570",1.01,"Premium","E","VS2",59.3,59,5882,6.59,6.54,3.89 +"14571",1.04,"Premium","H","VS1",59.7,59,5882,6.64,6.59,3.95 +"14572",1.01,"Premium","E","VS2",59.5,60,5882,6.3,6.24,3.73 +"14573",1,"Very Good","H","VS2",64.7,56,5883,6.23,6.29,4.05 +"14574",1.03,"Premium","H","VS1",62.4,60,5883,6.48,6.43,4.03 +"14575",1.2,"Very Good","I","VS2",61.7,59,5884,6.83,6.88,4.23 +"14576",1.03,"Very Good","I","SI2",63.5,58,5884,6.38,6.4,4.06 +"14577",1.2,"Very Good","H","SI2",61.5,58,5884,6.78,6.84,4.19 +"14578",1.2,"Ideal","I","VS2",62.5,56,5884,6.66,6.74,4.19 +"14579",1.21,"Very Good","E","SI1",61,60,5885,6.83,6.88,4.18 +"14580",1.27,"Ideal","J","VS1",61.4,59,5885,6.95,6.97,4.27 +"14581",1.13,"Premium","H","VS2",60.6,58,5885,6.81,6.72,4.1 +"14582",1.13,"Ideal","H","VS2",62,57,5885,6.7,6.66,4.14 +"14583",1.13,"Premium","H","VS2",62.4,58,5885,6.66,6.61,4.14 +"14584",1.01,"Very Good","G","VS2",60,57,5886,6.53,6.6,3.94 +"14585",0.92,"Ideal","H","VVS1",62.1,54,5886,6.26,6.23,3.88 +"14586",1.05,"Premium","H","VS1",60.1,57,5886,6.62,6.59,3.97 +"14587",0.9,"Very Good","E","VS2",61.3,58,5887,6.16,6.23,3.8 +"14588",1,"Ideal","G","VS2",62.3,56,5887,6.37,6.41,3.98 +"14589",1,"Ideal","G","VS2",62.3,56,5887,6.43,6.32,3.97 +"14590",1,"Premium","G","VS2",61,59,5887,6.41,6.37,3.9 +"14591",1.28,"Ideal","G","SI2",61.4,57,5888,6.96,6.99,4.28 +"14592",1.1,"Ideal","H","VS2",61.3,56,5888,6.64,6.67,4.08 +"14593",1.09,"Premium","G","VS2",59.9,56,5889,6.73,6.59,3.99 +"14594",1.06,"Ideal","H","VS2",62.5,57,5889,6.49,6.47,4.05 +"14595",1.06,"Premium","H","VS2",62,58,5889,6.57,6.5,4.05 +"14596",1.21,"Premium","D","SI2",62.2,60,5889,6.8,6.83,4.24 +"14597",1.24,"Premium","I","VS2",60.1,59,5889,7.02,6.95,4.2 +"14598",1.06,"Premium","H","VS2",62.6,58,5889,6.54,6.49,4.08 +"14599",1.23,"Good","H","SI1",63.9,56,5889,6.81,6.77,4.34 +"14600",1.24,"Ideal","F","SI2",61.7,57,5889,6.95,6.88,4.27 +"14601",1.24,"Premium","I","VS2",62.1,55,5889,6.91,6.87,4.28 +"14602",1.23,"Ideal","H","SI1",63,56,5889,6.83,6.79,4.29 +"14603",1.24,"Premium","F","SI2",61.4,58,5889,6.94,6.9,4.25 +"14604",1.02,"Premium","D","SI1",62.3,59,5890,6.38,6.42,3.99 +"14605",1.15,"Ideal","D","SI2",61.7,57,5891,6.72,6.76,4.16 +"14606",1.17,"Ideal","I","VS1",61.5,57,5892,6.74,6.79,4.16 +"14607",1.21,"Premium","J","VVS1",61.3,59,5893,6.81,6.86,4.19 +"14608",0.99,"Premium","F","VS2",62.6,55,5893,6.5,6.35,4.02 +"14609",1.21,"Good","H","SI1",63.6,56,5893,6.63,6.68,4.23 +"14610",1.23,"Ideal","F","SI2",62.3,58,5894,6.8,6.84,4.25 +"14611",1.04,"Premium","E","SI1",61.2,59,5894,6.54,6.47,3.98 +"14612",1.01,"Very Good","H","VS2",60.2,60,5897,6.46,6.5,3.9 +"14613",0.9,"Ideal","D","VS2",63,57,5897,6.14,6.09,3.85 +"14614",1.29,"Good","J","VS2",58.2,61,5898,7.07,7.12,4.13 +"14615",1.01,"Premium","G","VS1",61.7,59,5898,6.38,6.33,3.92 +"14616",1.16,"Ideal","D","SI2",62.1,54,5898,6.79,6.74,4.2 +"14617",1.14,"Good","E","SI1",60.9,64,5899,6.78,6.68,4.09 +"14618",1.2,"Premium","H","SI1",62.4,59,5899,6.73,6.7,4.19 +"14619",1.26,"Premium","G","SI2",59.1,59,5899,7.09,7.05,4.18 +"14620",1.01,"Very Good","F","VS2",62.9,56,5902,6.38,6.41,4.02 +"14621",1.01,"Good","F","VS2",60.1,60,5902,6.46,6.51,3.9 +"14622",1.5,"Very Good","J","SI2",58.7,60,5902,7.46,7.54,4.4 +"14623",1.21,"Ideal","H","VS1",62,57,5902,6.79,6.75,4.19 +"14624",1.25,"Premium","H","VS2",61.9,58,5902,6.9,6.84,4.25 +"14625",1.24,"Ideal","H","SI2",62,56,5902,6.9,6.87,4.27 +"14626",1.24,"Ideal","I","SI1",62.1,56,5902,6.88,6.84,4.26 +"14627",1.01,"Very Good","H","VS1",59.1,59,5904,6.5,6.59,3.87 +"14628",1.09,"Ideal","I","VS2",61.8,57,5904,6.55,6.59,4.06 +"14629",1,"Good","G","VS1",64.4,58,5906,6.23,6.29,4.03 +"14630",1.03,"Premium","E","VS2",61.3,61,5906,6.53,6.46,3.98 +"14631",0.9,"Ideal","H","VS1",60.4,57,5907,6.27,6.29,3.79 +"14632",1.16,"Ideal","G","SI1",61.8,55,5908,6.75,6.78,4.18 +"14633",1.11,"Premium","E","SI1",61.3,58,5908,6.66,6.61,4.07 +"14634",1.08,"Premium","E","SI1",59.6,60,5908,6.73,6.66,3.99 +"14635",1,"Fair","G","VS1",64.4,56,5908,6.31,6.26,4.05 +"14636",1.07,"Ideal","F","SI1",60.6,57,5909,6.62,6.67,1.07 +"14637",1.22,"Premium","J","VS1",61.7,59,5910,6.92,6.85,4.25 +"14638",1.01,"Very Good","H","VS2",59.7,64,5911,6.45,6.48,3.86 +"14639",1.13,"Ideal","H","SI1",61.9,60,5911,6.63,6.65,4.11 +"14640",1.16,"Ideal","D","SI1",62,56,5911,6.76,6.73,4.18 +"14641",1.38,"Premium","J","SI1",59,59,5912,7.38,7.32,4.34 +"14642",1.33,"Very Good","J","VS2",63.9,57,5913,6.91,6.96,4.43 +"14643",1.2,"Good","D","SI1",63.5,55,5913,6.7,6.78,4.28 +"14644",1,"Premium","H","VVS2",61.4,59,5914,6.49,6.45,3.97 +"14645",1.1,"Very Good","H","VS2",61.3,58,5914,6.63,6.74,4.1 +"14646",2,"Fair","H","I1",69.8,54,5914,7.6,7.56,5.29 +"14647",1.05,"Ideal","D","SI1",61.7,56,5914,6.53,6.59,4.05 +"14648",1.05,"Ideal","D","SI1",62.8,57,5914,6.46,6.48,4.06 +"14649",1,"Very Good","G","VVS2",63.5,55,5914,6.36,6.3,4.02 +"14650",1,"Ideal","F","VVS2",61.3,56,5914,6.44,6.41,3.94 +"14651",1,"Very Good","E","VS1",63.2,53,5914,6.4,6.33,4.02 +"14652",1.2,"Good","E","VS2",63.7,57,5914,6.71,6.64,4.25 +"14653",1.65,"Fair","J","SI1",61.6,66,5914,7.61,7.47,4.66 +"14654",1.2,"Ideal","I","VS2",62.1,57,5914,6.78,6.71,4.19 +"14655",1.5,"Premium","G","I1",60.3,61,5914,7.39,7.34,4.44 +"14656",1.5,"Good","J","SI1",64,56,5914,7.21,7.16,4.6 +"14657",1.11,"Very Good","D","SI1",61.6,57,5915,6.66,6.59,4.08 +"14658",1.02,"Ideal","G","VS2",62.6,58,5915,6.43,6.39,4.01 +"14659",1.31,"Very Good","I","SI2",62.7,58,5916,6.88,6.94,4.33 +"14660",1.52,"Fair","J","SI2",65.8,57,5916,7.18,7.11,4.7 +"14661",1.05,"Very Good","G","VS2",61.7,55,5917,6.5,6.56,4.03 +"14662",1.2,"Very Good","G","SI1",62.9,57,5918,6.73,6.79,4.25 +"14663",1.02,"Premium","D","SI1",60.6,59,5918,6.53,6.47,3.94 +"14664",1.01,"Very Good","G","VS2",61.6,58,5919,6.4,6.45,3.96 +"14665",1.01,"Very Good","G","VS2",59.1,58,5919,6.56,6.63,3.9 +"14666",1.01,"Very Good","G","VS2",63,57,5919,6.35,6.42,4.02 +"14667",1.35,"Premium","I","SI2",62.3,59,5919,7.09,7.03,4.4 +"14668",1.51,"Fair","H","SI2",66.9,57,5919,7.13,7.09,4.75 +"14669",1.51,"Fair","F","SI2",65.4,56,5919,7.2,7.08,4.67 +"14670",1,"Good","G","VS1",63.9,55,5920,6.28,6.34,4.03 +"14671",1.28,"Very Good","I","SI1",63.6,54,5920,6.87,6.9,4.38 +"14672",1.21,"Premium","E","SI2",61.7,59,5920,6.83,6.78,4.2 +"14673",1.32,"Premium","I","SI2",58.4,60,5921,7.24,7.15,4.2 +"14674",1,"Good","G","VS1",58.6,62,5921,6.5,6.53,3.82 +"14675",1.18,"Premium","I","VS1",62.1,58,5921,6.76,6.7,4.18 +"14676",1.21,"Very Good","D","SI2",60.9,58,5922,6.83,6.89,4.18 +"14677",1.02,"Good","G","VS2",63.6,57,5922,6.41,6.38,4.07 +"14678",1.02,"Ideal","G","VS2",62.6,57,5922,6.43,6.41,4.02 +"14679",1.09,"Ideal","F","SI1",62,56,5922,6.61,6.59,4.09 +"14680",1.09,"Ideal","F","SI1",62,56,5922,6.61,6.56,4.08 +"14681",1.27,"Good","I","VS2",63.3,63,5923,6.82,6.87,4.33 +"14682",1.01,"Premium","F","VS2",59.7,60,5923,6.41,6.38,3.82 +"14683",1.03,"Very Good","D","SI1",62.5,59,5924,6.45,6.48,4.04 +"14684",1.29,"Premium","H","SI2",60.1,58,5924,7.02,6.95,4.2 +"14685",1.14,"Premium","F","SI1",61.1,59,5925,6.7,6.75,4.11 +"14686",1.14,"Premium","F","SI1",59.6,58,5925,6.78,6.8,4.05 +"14687",1.27,"Ideal","J","VS2",62.9,54,5925,6.87,6.9,4.33 +"14688",1.25,"Premium","I","VS2",62.2,57,5925,6.92,6.84,4.28 +"14689",1.29,"Ideal","H","SI2",62.1,57,5926,6.95,6.93,4.31 +"14690",1.08,"Good","D","SI1",63.8,59,5927,6.47,6.39,4.1 +"14691",1.05,"Premium","G","VS2",62.5,55,5927,6.59,6.54,4.1 +"14692",1.05,"Premium","D","SI1",60.5,56,5927,6.7,6.59,4 +"14693",1,"Ideal","F","VS2",62.1,57,5929,6.34,6.38,3.95 +"14694",1,"Ideal","D","SI1",59.9,56,5929,6.51,6.54,3.91 +"14695",1,"Very Good","H","VVS2",60.3,59,5929,6.41,6.46,3.88 +"14696",1,"Very Good","F","VS2",62.9,59,5929,6.3,6.33,3.97 +"14697",1,"Very Good","F","VS2",58.7,62,5929,6.51,6.6,3.85 +"14698",1,"Good","F","VS2",63.7,59,5929,6.27,6.32,4.01 +"14699",1.23,"Premium","E","SI2",62.5,58,5929,6.86,6.81,4.27 +"14700",1.02,"Very Good","F","SI1",62.9,56,5930,6.39,6.43,4.03 +"14701",0.3,"Ideal","F","VS2",62.3,57,605,4.3,4.33,2.69 +"14702",0.3,"Ideal","G","VS1",61.4,55,605,4.31,4.36,2.66 +"14703",0.3,"Ideal","G","VS1",61.5,57,605,4.31,4.34,2.66 +"14704",0.3,"Premium","G","VS1",61.3,58,605,4.29,4.33,2.64 +"14705",0.3,"Ideal","F","VS2",60.7,57,605,4.29,4.34,2.62 +"14706",0.3,"Ideal","G","VS1",61.8,55,605,4.31,4.33,2.67 +"14707",0.3,"Very Good","G","VS1",62.9,60,605,4.18,4.22,2.64 +"14708",0.3,"Premium","G","VS1",61.8,60,605,4.29,4.32,2.66 +"14709",0.3,"Ideal","H","VVS2",60.4,56,605,4.32,4.36,2.62 +"14710",0.3,"Good","G","VS1",63.8,55,605,4.25,4.28,2.72 +"14711",0.3,"Ideal","F","VS2",61.6,57,605,4.28,4.32,2.65 +"14712",0.3,"Ideal","F","VS2",61.3,55,605,4.3,4.32,2.64 +"14713",0.3,"Premium","G","VS1",61.9,59,605,4.28,4.32,2.66 +"14714",0.3,"Very Good","H","VVS2",63,56,605,4.23,4.28,2.68 +"14715",0.3,"Premium","H","VVS2",61.5,58,605,4.28,4.3,2.64 +"14716",0.3,"Ideal","G","VS1",62.3,56,605,4.29,4.32,2.68 +"14717",0.3,"Premium","F","VS2",62.5,58,605,4.29,4.32,2.69 +"14718",0.3,"Ideal","F","VS2",60.7,56,605,4.32,4.34,2.63 +"14719",0.3,"Good","H","VVS2",63.1,60,605,4.24,4.28,2.69 +"14720",0.3,"Good","G","VS1",63.6,54,605,4.25,4.31,2.72 +"14721",0.3,"Ideal","G","VS1",62.5,57,605,4.29,4.32,2.69 +"14722",0.3,"Very Good","G","VS1",61.2,59,605,4.28,4.32,2.63 +"14723",0.3,"Premium","H","VVS2",62,58,605,4.3,4.35,2.68 +"14724",0.3,"Very Good","G","VS1",61.4,58,605,4.32,4.35,2.66 +"14725",0.3,"Premium","G","VS1",61.4,60,605,4.3,4.33,2.65 +"14726",0.3,"Very Good","H","VVS2",60.6,58,605,4.33,4.35,2.63 +"14727",0.3,"Ideal","G","VS1",62.2,55,605,4.28,4.31,2.67 +"14728",0.3,"Ideal","H","VVS2",61.6,55,605,4.3,4.34,2.66 +"14729",0.3,"Good","G","VS1",63.1,56,605,4.24,4.26,2.68 +"14730",0.3,"Very Good","F","VS2",62.9,57,605,4.27,4.29,2.69 +"14731",1.15,"Ideal","I","VS1",61.3,56,5930,6.74,6.76,4.14 +"14732",1.22,"Premium","H","VS2",62.7,58,5930,6.77,6.73,4.23 +"14733",1.21,"Very Good","I","VS2",62,57,5931,6.78,6.83,4.22 +"14734",1.15,"Very Good","D","SI1",61.7,58,5932,6.69,6.76,4.15 +"14735",1.05,"Ideal","I","VVS2",61.8,53,5932,6.56,6.57,4.06 +"14736",1.25,"Ideal","H","SI2",62.2,55.4,5932,6.89,6.94,4.29 +"14737",1.01,"Ideal","F","SI1",61.7,56,5932,6.45,6.48,3.99 +"14738",1.09,"Ideal","E","SI1",61.1,55,5935,6.66,6.7,4.08 +"14739",1,"Ideal","E","SI1",62.9,56,5935,6.33,6.38,4 +"14740",1.15,"Good","H","VS1",64.3,54,5935,6.66,6.62,4.27 +"14741",1.01,"Ideal","H","VS2",61.7,56,5936,6.45,6.47,3.98 +"14742",1.13,"Ideal","D","SI1",61.8,56,5936,6.74,6.68,4.15 +"14743",1.21,"Ideal","H","SI1",62,56,5936,6.86,6.81,4.24 +"14744",1.26,"Ideal","G","SI2",60.9,55,5937,7,7.05,4.28 +"14745",1.19,"Ideal","F","SI1",62.1,56,5937,6.81,6.84,4.24 +"14746",1.24,"Ideal","H","SI2",59.5,61,5937,6.98,7.03,4.17 +"14747",1.14,"Ideal","H","VS2",61.6,56,5937,6.72,6.68,4.13 +"14748",1.14,"Premium","H","VS2",61.7,60,5937,6.74,6.67,4.14 +"14749",1.14,"Ideal","H","VS2",61.7,57,5937,6.73,6.68,4.14 +"14750",1.5,"Premium","H","SI2",60.2,59,5937,7.43,7.35,4.45 +"14751",1,"Very Good","F","VS2",62.1,58,5938,6.36,6.45,3.96 +"14752",1.23,"Ideal","H","SI1",62.3,57,5938,6.85,6.89,4.28 +"14753",1.11,"Ideal","E","SI2",61.4,58,5938,6.63,6.66,4.08 +"14754",1,"Ideal","E","SI1",61.7,55,5938,6.44,6.49,3.99 +"14755",1,"Very Good","G","VS2",61.2,56,5939,6.47,6.38,3.93 +"14756",1.01,"Premium","D","SI1",62.3,60,5939,6.4,6.35,3.97 +"14757",1.01,"Premium","D","SI1",61.6,58,5939,6.47,6.42,3.97 +"14758",1.01,"Ideal","D","SI1",62,57,5939,6.44,6.37,3.97 +"14759",1.01,"Premium","D","SI1",62.8,60,5939,6.42,6.36,4.01 +"14760",1.01,"Ideal","D","SI1",60.8,56,5939,6.54,6.48,3.96 +"14761",1.01,"Very Good","G","VS2",63.1,57,5939,6.39,6.35,4.02 +"14762",1,"Premium","G","VS2",61.6,58,5940,6.39,6.43,3.95 +"14763",1,"Very Good","G","VS2",63,58,5940,6.33,6.4,4.01 +"14764",1.23,"Good","I","VS1",63.6,59,5940,6.85,6.76,4.33 +"14765",1,"Premium","G","VS1",62.9,55,5940,6.39,6.33,4 +"14766",1.2,"Very Good","I","VS2",60.5,60,5941,6.86,6.93,4.17 +"14767",1.06,"Premium","F","VS2",61.2,57,5942,6.64,6.49,4.02 +"14768",1.02,"Good","G","VS2",63.7,57,5943,6.24,6.31,4 +"14769",1.01,"Very Good","G","VS2",61.4,59,5944,6.42,6.48,3.96 +"14770",1.22,"Premium","H","VS2",61.4,62,5944,6.92,6.76,4.22 +"14771",1.17,"Ideal","F","SI1",62.2,56,5944,6.73,6.71,4.18 +"14772",1.06,"Ideal","D","SI1",62.7,54,5946,6.52,6.55,4.1 +"14773",1.01,"Premium","G","VS2",62.1,60,5946,6.37,6.35,3.95 +"14774",1.01,"Premium","G","VS2",59,61,5946,6.62,6.56,3.89 +"14775",1.01,"Premium","G","VS2",61.8,59,5946,6.45,6.4,3.97 +"14776",1.01,"Ideal","G","VS2",62.4,56,5946,6.42,6.39,4 +"14777",0.99,"Ideal","F","VS1",61,55,5947,6.46,6.52,3.96 +"14778",1.25,"Premium","D","SI2",63,62,5947,6.86,6.82,4.3 +"14779",1.2,"Premium","D","SI2",61.4,60,5947,6.85,6.79,4.19 +"14780",1.2,"Premium","G","SI1",61.5,61,5947,6.84,6.78,4.19 +"14781",1.03,"Very Good","D","SI1",61.2,54,5948,6.53,6.61,4.02 +"14782",1.21,"Ideal","H","SI1",62.4,56,5948,6.85,6.8,4.26 +"14783",1.21,"Premium","H","SI1",62.5,58,5948,6.75,6.72,4.21 +"14784",1.17,"Ideal","D","SI2",62.7,57,5949,6.72,6.7,4.21 +"14785",1.28,"Premium","H","SI2",61.9,56,5949,7.02,6.94,4.32 +"14786",1.09,"Very Good","H","SI1",62.5,57,5950,6.49,6.54,4.07 +"14787",1.25,"Premium","H","SI2",62.1,58,5950,6.93,6.86,4.28 +"14788",1.25,"Premium","H","SI2",60.4,59,5950,7.02,6.95,4.22 +"14789",1.01,"Fair","G","VS2",65.1,56,5950,6.2,6.15,4.02 +"14790",1.3,"Premium","J","VS2",61.5,58,5951,7.05,7,4.32 +"14791",1.02,"Good","G","VS1",64.3,57,5951,6.28,6.34,4.06 +"14792",1.05,"Premium","E","SI1",62.5,59,5951,6.5,6.43,4.04 +"14793",1.09,"Premium","H","VS1",60.2,61,5951,6.7,6.66,4.02 +"14794",1.23,"Ideal","H","SI2",60.6,57,5951,6.98,6.94,4.22 +"14795",1.05,"Very Good","D","SI1",59.3,59,5952,6.63,6.69,3.95 +"14796",1.12,"Premium","H","VS1",62.1,58,5952,6.64,6.6,4.11 +"14797",1.04,"Ideal","D","SI1",61.7,57,5952,6.55,6.51,4.03 +"14798",1.27,"Very Good","I","SI1",63.1,59,5953,6.83,6.87,4.32 +"14799",1.01,"Good","E","VS2",63.4,56,5954,6.35,6.37,4.03 +"14800",1.2,"Very Good","I","VS2",62.3,56,5955,6.76,6.81,4.23 +"14801",1.2,"Very Good","I","SI1",62.9,54,5955,6.75,6.77,4.25 +"14802",1.02,"Premium","E","SI1",61.4,58,5956,6.48,6.45,3.97 +"14803",1.19,"Very Good","E","SI1",58,63,5956,6.9,6.97,4.02 +"14804",1.1,"Premium","G","VS1",62.2,59,5958,6.61,6.57,4.1 +"14805",1.32,"Premium","H","VS1",61.3,58,5958,7.09,7.01,4.32 +"14806",1.22,"Ideal","I","VS2",62.5,57,5960,6.83,6.9,4.29 +"14807",1.11,"Ideal","E","SI2",60.6,56,5962,6.76,6.78,4.1 +"14808",1.3,"Ideal","H","VS1",62.2,57,5962,7.01,6.98,4.35 +"14809",1.21,"Premium","I","VS2",62.3,58,5962,6.82,6.79,4.24 +"14810",1.36,"Premium","I","SI2",62.7,58,5963,7.08,7.01,4.42 +"14811",1.01,"Premium","G","VVS2",61.5,61,5963,6.44,6.38,3.94 +"14812",1.04,"Very Good","G","VS2",61.3,58,5964,6.45,6.53,3.98 +"14813",1.2,"Ideal","E","SI2",62.5,55,5964,6.77,6.84,4.25 +"14814",1.22,"Very Good","I","VS1",61.6,60,5966,6.86,6.8,4.21 +"14815",1.12,"Very Good","D","SI1",62.2,59,5966,6.65,6.67,4.14 +"14816",1.07,"Premium","G","VS1",59.6,58,5967,6.66,6.7,3.98 +"14817",1,"Premium","G","VS2",61.5,58,5967,6.39,6.36,3.92 +"14818",1,"Very Good","G","VS2",63.5,59,5967,6.33,6.23,3.99 +"14819",1,"Premium","G","VS2",60,59,5967,6.52,6.47,3.9 +"14820",1,"Premium","G","VS2",63,59,5967,6.45,6.32,4.02 +"14821",1,"Ideal","G","VS2",62.6,57,5967,6.47,6.4,4.03 +"14822",1.35,"Ideal","J","VS2",61.4,57,5969,7.13,7.1,4.37 +"14823",1.38,"Ideal","J","SI2",62.6,56,5969,7.05,7.16,4.45 +"14824",1.24,"Premium","D","SI2",59.1,59,5969,7.03,6.98,4.14 +"14825",1.01,"Good","E","VS2",61.2,62,5972,6.34,6.38,3.89 +"14826",1.24,"Premium","I","SI1",58.9,59,5972,7.08,7.02,4.15 +"14827",1.21,"Ideal","H","SI1",61.2,57,5973,6.86,6.93,4.22 +"14828",1.01,"Ideal","E","SI1",62.2,57,5973,6.41,6.35,3.97 +"14829",1.01,"Very Good","E","SI1",63.1,57,5973,6.4,6.37,4.03 +"14830",1.01,"Premium","E","SI1",60,59,5973,6.53,6.47,3.9 +"14831",1.55,"Very Good","E","I1",61.6,58,5974,7.42,7.52,4.6 +"14832",1.03,"Ideal","F","SI1",62,56,5974,6.47,6.5,4.02 +"14833",1.07,"Premium","F","VS2",61.6,60,5974,6.56,6.53,4.03 +"14834",1.25,"Premium","I","VS2",61,59,5975,6.89,6.98,4.23 +"14835",1.25,"Very Good","I","VS2",62.7,58,5975,6.74,6.95,4.29 +"14836",1.25,"Ideal","J","VVS2",61.1,57,5975,6.91,6.94,4.23 +"14837",1.01,"Very Good","F","SI1",61.3,60,5975,6.39,6.43,3.93 +"14838",1.2,"Good","H","SI1",63.6,57,5975,6.79,6.74,4.3 +"14839",1.2,"Premium","G","VS1",62.9,59,5975,6.75,6.69,4.23 +"14840",1.2,"Premium","H","SI1",62.9,55,5975,6.77,6.74,4.25 +"14841",1.26,"Very Good","E","SI2",62.9,59,5976,6.82,6.85,4.3 +"14842",1.24,"Ideal","I","SI1",61.1,60,5976,6.94,6.91,4.23 +"14843",1.24,"Ideal","I","SI1",62.4,57,5976,6.89,6.87,4.29 +"14844",1.02,"Very Good","H","VS1",63.1,57,5977,6.38,6.44,4.04 +"14845",1.02,"Premium","G","VS2",62.6,59,5978,6.39,6.43,4.01 +"14846",0.9,"Ideal","G","VVS1",62.8,56,5978,6.12,6.18,3.86 +"14847",1.22,"Very Good","I","VS2",63.3,57,5979,6.74,6.82,4.29 +"14848",1.51,"Good","D","I1",57,64,5979,7.48,7.53,4.28 +"14849",1.23,"Premium","H","VS2",59.3,58,5979,7,6.94,4.13 +"14850",1.25,"Ideal","J","VVS2",62.1,56,5980,6.81,6.84,4.24 +"14851",0.94,"Premium","D","VS1",62.3,58,5980,6.34,6.28,3.93 +"14852",1.21,"Premium","F","SI2",59,60,5982,6.94,6.99,4.11 +"14853",1.07,"Ideal","F","SI1",62.7,56,5982,6.47,6.53,4.08 +"14854",0.95,"Ideal","E","VS1",61.5,57,5983,6.28,6.3,3.87 +"14855",1.06,"Premium","D","SI1",58.9,61,5983,6.69,6.63,3.92 +"14856",1.26,"Premium","I","VS2",61,59,5983,6.97,6.91,4.23 +"14857",1,"Good","E","VS2",63.3,59,5984,6.29,6.34,4 +"14858",1.28,"Very Good","H","SI2",60.2,58,5984,7.03,7.13,4.26 +"14859",1.22,"Ideal","H","SI1",61.9,56,5985,6.86,6.83,4.24 +"14860",1.2,"Very Good","I","VS2",62.1,60,5986,6.78,6.72,4.19 +"14861",1.14,"Premium","H","VS2",60.2,58,5986,6.74,6.81,4.08 +"14862",1.01,"Good","D","VS2",60.1,64,5986,6.36,6.32,3.81 +"14863",1.44,"Good","G","I1",63.2,54.8,5987,7.18,7.21,4.54 +"14864",1.05,"Very Good","G","VS2",63,57,5987,6.48,6.51,4.09 +"14865",1,"Very Good","D","SI1",59.3,61,5987,6.45,6.5,3.84 +"14866",1.01,"Very Good","F","VS2",61.4,54,5988,6.4,6.47,3.95 +"14867",1.01,"Very Good","F","VS2",59.9,61,5988,6.46,6.5,3.88 +"14868",1.01,"Good","H","VVS2",63.3,57,5988,6.35,6.39,4.03 +"14869",1.01,"Premium","F","VS2",62.1,60,5988,6.36,6.43,3.97 +"14870",1.01,"Premium","F","VS2",62.7,58,5988,6.39,6.4,4.01 +"14871",1.01,"Very Good","F","VS2",61.1,56,5988,6.49,6.56,3.99 +"14872",1.01,"Good","F","VS2",63.6,59,5988,6.32,6.36,4.03 +"14873",1.01,"Good","F","VS2",63.2,58,5988,6.33,6.36,4.01 +"14874",1.2,"Premium","F","SI2",62.8,57,5988,6.78,6.73,4.24 +"14875",1.21,"Very Good","H","SI2",61.1,55.7,5989,6.87,6.92,4.21 +"14876",0.92,"Ideal","G","VS2",62,57,5989,6.21,6.24,3.86 +"14877",1.15,"Ideal","H","VS2",62.6,57,5989,6.75,6.69,4.21 +"14878",1.54,"Good","I","SI2",57.9,62,5989,7.63,7.5,4.38 +"14879",1.16,"Ideal","E","SI2",61.9,55,5991,6.71,6.77,4.17 +"14880",0.93,"Ideal","E","SI1",61.9,56,5992,6.24,6.27,3.87 +"14881",1.09,"Premium","H","VS2",62.3,57,5993,6.63,6.53,4.1 +"14882",1.82,"Fair","H","I1",67.3,58,5993,7.5,7.47,5.04 +"14883",1.05,"Ideal","H","VS2",61.4,55,5993,6.53,6.57,4.02 +"14884",1.04,"Ideal","H","VS2",61.8,55,5994,6.51,6.52,4.03 +"14885",1.54,"Ideal","I","SI2",61.4,55,5994,7.52,7.43,4.59 +"14886",1.01,"Ideal","G","VS2",61.7,57,5995,6.48,6.45,3.99 +"14887",1.28,"Ideal","G","SI2",61.4,57,5995,6.99,6.96,4.28 +"14888",1.01,"Very Good","G","VS1",63.1,57,5995,6.38,6.33,4.01 +"14889",1.21,"Ideal","F","SI2",61.8,57,5996,6.82,6.87,4.23 +"14890",1.2,"Ideal","G","SI1",60.5,56,5996,6.84,6.87,4.15 +"14891",1.33,"Ideal","J","SI1",62.5,56,5996,7.05,6.99,4.39 +"14892",1.29,"Premium","G","SI2",62,58,5996,7.03,6.97,4.34 +"14893",1.22,"Premium","H","SI1",62.4,58,5997,6.82,6.77,4.24 +"14894",0.96,"Very Good","E","VS2",58.7,58,5997,6.47,6.51,3.81 +"14895",1.21,"Premium","D","SI2",62.2,60,5997,6.83,6.8,4.24 +"14896",1.26,"Ideal","H","SI2",61,56,5998,6.99,6.95,4.25 +"14897",1.26,"Premium","H","SI2",58.6,59,5998,7.09,7.04,4.14 +"14898",1.02,"Premium","D","SI1",62.5,59,5998,6.4,6.34,3.98 +"14899",1.7,"Very Good","F","I1",63.1,56,5998,7.62,7.51,4.78 +"14900",1.02,"Premium","G","VS2",62.7,61,5998,6.39,6.34,3.99 +"14901",1.02,"Premium","D","SI1",62.3,59,5998,6.42,6.38,3.99 +"14902",1.26,"Very Good","F","SI2",63.4,55,5998,6.92,6.9,4.38 +"14903",1.02,"Premium","D","SI1",60.6,59,5998,6.53,6.47,3.94 +"14904",1.01,"Very Good","G","VS2",59.2,59,5999,6.52,6.59,3.88 +"14905",1.01,"Good","G","VS2",63.1,59,5999,6.37,6.4,4.03 +"14906",1.01,"Premium","G","VS2",62.4,58,5999,6.38,6.41,3.99 +"14907",1.01,"Ideal","G","VS2",61.8,56,5999,6.42,6.45,3.98 +"14908",1,"Premium","G","VS1",60.9,60,6000,6.51,6.41,3.91 +"14909",1.2,"Very Good","H","VS2",63.3,57,6000,6.78,6.68,4.26 +"14910",1.26,"Very Good","G","SI2",61.3,55,6001,6.94,7,4.27 +"14911",1.21,"Premium","J","VVS1",61.3,59,6001,6.86,6.81,4.19 +"14912",1.07,"Very Good","D","SI1",60.2,55,6002,6.64,6.68,4.01 +"14913",2.03,"Fair","H","I1",64.4,59,6002,7.91,7.85,5.07 +"14914",2.03,"Fair","H","I1",66.6,57,6002,7.81,7.75,5.19 +"14915",0.8,"Ideal","D","VVS2",61.9,56,6004,5.91,5.95,3.67 +"14916",1.01,"Good","E","VS2",65.4,56,6004,6.18,6.23,4.06 +"14917",1.23,"Ideal","G","SI2",58.8,60,6005,7.01,7.08,4.14 +"14918",1.13,"Premium","H","VS1",58.9,58,6005,6.81,6.78,4 +"14919",1,"Premium","G","VS1",60.6,59,6006,6.42,6.48,3.91 +"14920",1.2,"Ideal","E","SI2",61.3,56,6006,6.85,6.88,4.21 +"14921",1.5,"Fair","J","SI1",64.9,58,6006,7.09,7.03,4.58 +"14922",1.5,"Good","G","SI2",57.5,63,6006,7.53,7.49,4.32 +"14923",1.5,"Good","G","SI2",57.5,63,6006,7.53,7.49,4.32 +"14924",1.5,"Good","G","SI2",57.9,61,6006,7.52,7.48,4.35 +"14925",1.02,"Very Good","F","VS2",63.3,58,6007,6.36,6.38,4.03 +"14926",1.27,"Very Good","I","VS2",62.6,59,6007,6.86,6.95,4.32 +"14927",1.73,"Fair","H","SI2",65.9,58,6007,7.52,7.45,4.93 +"14928",1.59,"Premium","E","SI2",62.3,58,6010,7.42,7.37,4.61 +"14929",1.34,"Ideal","J","VS1",62,57,6010,7.12,7.04,4.39 +"14930",1.04,"Ideal","G","VS2",62.5,57,6012,6.45,6.54,4.06 +"14931",1.22,"Premium","E","SI2",61.5,58,6012,6.84,6.86,4.21 +"14932",1.22,"Premium","I","VS1",61.1,58,6012,6.84,6.91,4.2 +"14933",1.22,"Ideal","I","SI1",61.7,57,6012,6.85,6.82,4.22 +"14934",1,"Very Good","F","VS2",61.6,56,6013,6.42,6.47,3.97 +"14935",1.17,"Ideal","I","VS1",62.2,53,6013,6.78,6.81,4.23 +"14936",1.18,"Ideal","H","SI1",61.4,55,6013,6.84,6.78,4.18 +"14937",1.23,"Ideal","J","VS2",61.2,57,6015,6.93,6.88,4.23 +"14938",1.21,"Ideal","G","SI2",62,56,6017,6.83,6.81,4.23 +"14939",1.36,"Premium","I","VS2",59.3,58,6017,7.21,7.18,4.27 +"14940",0.9,"Ideal","E","VS2",62.3,57,6018,6.16,6.19,3.85 +"14941",1.01,"Very Good","G","VS2",62.4,58,6019,6.42,6.4,4 +"14942",1.2,"Very Good","H","SI1",58.9,60,6019,6.94,7.02,4.11 +"14943",1.2,"Very Good","H","SI1",62.9,56,6019,6.74,6.8,4.26 +"14944",1.2,"Very Good","H","SI1",62.5,59,6019,6.66,6.72,4.18 +"14945",1.2,"Very Good","H","SI1",61,58,6019,6.84,6.92,4.2 +"14946",1.2,"Very Good","H","SI1",61.2,57,6019,6.78,6.91,4.19 +"14947",1.2,"Very Good","H","SI1",62.1,58,6019,6.72,6.77,4.19 +"14948",1.01,"Ideal","G","VS2",60.8,59,6019,6.52,6.5,3.96 +"14949",1.01,"Ideal","G","VS2",62.5,57,6019,6.43,6.4,4.01 +"14950",1,"Good","D","SI1",64.1,57,6020,6.32,6.29,4.04 +"14951",1,"Very Good","F","VS1",58.4,63,6021,6.58,6.47,3.81 +"14952",1.2,"Premium","I","VS1",62.8,56,6021,6.8,6.74,4.25 +"14953",1,"Very Good","H","VVS1",62.3,60,6022,6.28,6.36,3.94 +"14954",1.21,"Very Good","H","SI1",62.8,56,6022,6.8,6.83,4.28 +"14955",1.21,"Good","H","SI1",58.2,58,6022,6.98,7.01,4.07 +"14956",1.07,"Premium","G","VS2",60.1,60,6022,6.76,6.6,3.99 +"14957",1.26,"Premium","I","VS2",62.4,58,6023,6.88,6.94,4.31 +"14958",1.01,"Ideal","G","VS2",59.7,57,6024,6.49,6.44,3.86 +"14959",1.21,"Ideal","H","SI1",62.6,53,6025,6.87,6.8,4.28 +"14960",1.66,"Good","F","I1",62.1,57.7,6025,7.56,7.6,4.71 +"14961",1.21,"Good","G","VS1",63.7,57,6025,6.73,6.67,4.27 +"14962",1.21,"Ideal","G","VS1",62.5,57,6025,6.77,6.7,4.21 +"14963",1.21,"Premium","H","SI1",59.5,58,6025,7.02,6.96,4.16 +"14964",1.2,"Premium","G","SI1",63,58,6026,6.72,6.68,4.22 +"14965",1.01,"Premium","G","VS2",61.6,58,6027,6.45,6.4,3.96 +"14966",1.01,"Premium","G","VS2",59.1,58,6027,6.63,6.56,3.9 +"14967",1.01,"Ideal","G","VS2",63,57,6027,6.42,6.35,4.02 +"14968",1.05,"Very Good","G","VS2",60.1,55,6028,6.65,6.73,4.02 +"14969",1.5,"Very Good","F","I1",63.2,57,6028,7.29,7.24,4.59 +"14970",1,"Good","G","VS1",63.9,55,6028,6.34,6.28,4.03 +"14971",1.25,"Ideal","H","SI2",61.6,55,6030,6.89,6.94,4.26 +"14972",1,"Good","F","VS2",62.1,61,6030,6.31,6.38,3.94 +"14973",1.21,"Premium","D","SI2",60.9,58,6031,6.89,6.83,4.18 +"14974",1.57,"Premium","J","SI2",59.6,56,6031,7.59,7.5,4.5 +"14975",1.27,"Very Good","I","VS2",63.3,63,6031,6.87,6.82,4.33 +"14976",1.25,"Good","F","SI2",59,61,6032,7.01,7.06,4.15 +"14977",1.1,"Premium","G","VS2",60.3,57,6032,6.73,6.68,4.04 +"14978",1.02,"Premium","E","VS2",60.3,60,6032,6.58,6.48,3.94 +"14979",1.14,"Premium","F","SI1",61.1,59,6033,6.75,6.7,4.11 +"14980",1.14,"Premium","F","SI1",59.6,58,6033,6.8,6.78,4.05 +"14981",1.03,"Very Good","G","VS2",62.1,57,6036,6.41,6.48,4 +"14982",1.03,"Very Good","G","VS2",62.3,57,6036,6.43,6.51,4.03 +"14983",1.16,"Ideal","H","SI1",62.2,54,6036,6.72,6.75,4.19 +"14984",1.01,"Very Good","F","VS2",58.5,60,6037,6.52,6.54,3.82 +"14985",1.01,"Good","F","VS2",64.1,59,6037,6.16,6.23,3.97 +"14986",1,"Good","F","VS2",63.7,59,6037,6.32,6.27,4.01 +"14987",1,"Premium","H","VVS2",60.3,59,6037,6.46,6.41,3.88 +"14988",1,"Premium","F","VS2",58.7,62,6037,6.6,6.51,3.85 +"14989",1.23,"Premium","F","SI2",61.2,58,6038,6.91,6.84,4.21 +"14990",1.51,"Premium","H","I1",61.9,58,6038,7.39,7.34,4.56 +"14991",0.99,"Ideal","F","SI1",62.1,58,6038,6.33,6.4,3.95 +"14992",1.23,"Very Good","H","VS2",58.5,62,6039,6.98,7,4.09 +"14993",1.01,"Ideal","F","SI1",62.7,54,6039,6.38,6.44,4.02 +"14994",1,"Very Good","D","SI1",61.4,63,6040,6.35,6.41,3.92 +"14995",1.02,"Ideal","D","SI1",61.2,56,6040,6.51,6.56,4 +"14996",1.07,"Ideal","G","VS2",62.2,57,6040,6.55,6.5,4.06 +"14997",1.07,"Premium","G","VS2",62.2,58,6040,6.54,6.48,4.05 +"14998",1.35,"Very Good","I","SI2",61,60,6041,7.09,7.15,4.34 +"14999",1.15,"Premium","D","SI1",61.7,58,6041,6.76,6.69,4.15 +"15000",1.01,"Fair","F","VS2",69,61,6041,6.06,5.99,4.16 +"15001",1.3,"Good","H","SI2",63.7,57,6042,6.94,6.87,4.4 +"15002",1.01,"Very Good","E","VS2",62.6,56,6043,6.39,6.43,4.01 +"15003",1,"Ideal","E","VS2",62,55,6043,6.42,6.38,3.97 +"15004",1.09,"Ideal","E","SI1",61.1,55,6043,6.7,6.66,4.08 +"15005",1.03,"Ideal","F","SI1",61.3,57,6044,6.47,6.53,3.98 +"15006",1.22,"Premium","I","VS2",59.3,59,6045,6.96,7.01,4.14 +"15007",1.13,"Ideal","H","VS2",62,57,6045,6.61,6.69,4.12 +"15008",1.27,"Ideal","G","SI2",61.8,56,6045,6.96,6.93,4.29 +"15009",1.26,"Ideal","G","SI2",60.9,55,6046,7.05,7,4.28 +"15010",1.22,"Premium","D","SI2",62,60,6046,6.8,6.74,4.2 +"15011",1.23,"Ideal","H","SI1",62.3,57,6046,6.89,6.85,4.28 +"15012",1.51,"Good","I","SI1",63.8,57,6046,7.21,7.18,4.59 +"15013",1.51,"Good","I","SI1",63.8,57,6046,7.21,7.18,4.59 +"15014",1.01,"Very Good","G","VS2",61.9,58,6047,6.37,6.42,3.96 +"15015",1.02,"Very Good","F","VS2",61.8,57,6047,6.4,6.44,3.97 +"15016",1.02,"Very Good","D","SI1",62.8,56,6047,6.39,6.44,4.03 +"15017",1,"Premium","F","VS2",62.1,58,6047,6.45,6.36,3.96 +"15018",1,"Premium","G","VS2",60.6,60,6048,6.4,6.3,3.85 +"15019",1,"Premium","G","VS2",61.3,62,6048,6.43,6.32,3.91 +"15020",1.2,"Premium","H","VS2",62.4,57,6048,6.73,6.67,4.18 +"15021",1,"Ideal","E","VS2",61.9,56,6048,6.45,6.4,3.98 +"15022",1,"Premium","G","VS2",63,58,6048,6.4,6.33,4.01 +"15023",1,"Premium","G","VS2",62,57,6048,6.43,6.37,3.97 +"15024",1,"Premium","G","VS2",59.3,60,6048,6.55,6.51,3.87 +"15025",1,"Premium","G","VS2",58.6,61,6048,6.61,6.57,3.86 +"15026",1.5,"Premium","J","SI2",61,60,6048,7.34,7.3,4.46 +"15027",1,"Premium","G","VS2",62.2,58,6048,6.54,6.49,3.94 +"15028",1.35,"Ideal","J","VS1",62.3,54,6048,7.17,7.06,4.43 +"15029",1,"Very Good","G","VS2",63.3,58,6048,6.39,6.27,4.01 +"15030",1,"Premium","G","VS2",61.6,58,6048,6.43,6.39,3.95 +"15031",0.3,"Ideal","G","VS1",61.7,57,605,4.3,4.32,2.66 +"15032",0.3,"Premium","G","VS1",62.2,59,605,4.28,4.31,2.67 +"15033",0.3,"Ideal","F","VS2",62,54,605,4.31,4.34,2.68 +"15034",0.3,"Very Good","H","VVS2",62.9,57,605,4.28,4.31,2.7 +"15035",0.3,"Very Good","G","VS1",62.9,57,605,4.28,4.31,2.7 +"15036",0.3,"Ideal","F","VS2",61.9,55,605,4.31,4.32,2.67 +"15037",0.3,"Very Good","F","VS2",62.9,57,605,4.26,4.29,2.69 +"15038",0.3,"Good","G","VS1",63.6,57,605,4.23,4.26,2.7 +"15039",0.3,"Ideal","H","VVS2",61.1,55,605,4.32,4.36,2.65 +"15040",0.3,"Very Good","F","VS2",62.8,55,605,4.27,4.33,2.7 +"15041",0.3,"Premium","G","VS1",61.9,59,605,4.3,4.32,2.67 +"15042",0.3,"Ideal","G","VS1",61.9,56,605,4.29,4.34,2.67 +"15043",0.3,"Very Good","F","VS2",62.9,57,605,4.29,4.33,2.71 +"15044",0.3,"Good","G","VS1",63.1,59,605,4.25,4.27,2.69 +"15045",0.3,"Very Good","F","VS2",62.8,58,605,4.24,4.29,2.68 +"15046",0.3,"Premium","F","VS2",60.4,58,605,4.31,4.33,2.61 +"15047",0.3,"Ideal","F","VS2",62,55,605,4.31,4.33,2.68 +"15048",0.3,"Very Good","H","VVS2",60.8,58,605,4.34,4.37,2.65 +"15049",0.3,"Ideal","G","VS1",62,54,605,4.3,4.35,2.68 +"15050",0.3,"Ideal","H","VVS2",62.1,56,605,4.28,4.32,2.67 +"15051",0.3,"Ideal","F","VS2",61.4,57,605,4.34,4.36,2.67 +"15052",0.3,"Ideal","G","VS1",59.9,56,605,4.37,4.41,2.63 +"15053",0.3,"Premium","F","VS2",61.5,60,605,4.26,4.29,2.63 +"15054",0.3,"Very Good","G","VS1",62.4,58,605,4.22,4.24,2.64 +"15055",0.3,"Very Good","F","VS2",62.8,58,605,4.25,4.28,2.68 +"15056",0.3,"Premium","H","VVS2",60.8,60,605,4.29,4.33,2.62 +"15057",0.3,"Ideal","G","VS1",61.4,57,605,4.29,4.34,2.65 +"15058",0.3,"Ideal","F","VS2",61.6,57,605,4.3,4.33,2.66 +"15059",0.3,"Good","G","VS1",63.3,56,605,4.26,4.3,2.71 +"15060",0.3,"Premium","F","VS2",61.6,58,605,4.29,4.31,2.65 +"15061",1.07,"Ideal","F","SI1",62.3,53,6049,6.57,6.59,4.1 +"15062",1,"Good","E","VS2",57.4,58,6050,6.57,6.61,3.78 +"15063",1.12,"Premium","H","VS2",60.6,59,6052,6.77,6.7,4.08 +"15064",1.22,"Ideal","J","VS2",61,55,6052,6.92,6.96,4.23 +"15065",1.18,"Very Good","F","SI1",59.9,59,6053,6.85,6.87,4.11 +"15066",1.2,"Premium","F","SI2",59.9,58,6055,6.96,6.9,4.15 +"15067",1.06,"Ideal","D","SI1",62.7,54,6055,6.55,6.52,4.1 +"15068",1.21,"Premium","H","VS1",61.2,60,6056,6.77,6.86,4.17 +"15069",1.03,"Premium","D","SI1",61.2,54,6056,6.61,6.53,4.02 +"15070",1.02,"Good","G","VS2",63.2,57,6058,6.38,6.41,4.04 +"15071",1.02,"Premium","G","VS2",62.7,58,6058,6.4,6.45,4.03 +"15072",1.02,"Very Good","G","VS2",60.5,54,6058,6.48,6.57,3.95 +"15073",1.02,"Very Good","G","VS2",62.1,59,6058,6.41,6.47,4 +"15074",1.21,"Very Good","H","SI1",63.3,57,6058,6.77,6.7,4.26 +"15075",1.03,"Ideal","F","SI1",61.3,56,6059,6.51,6.55,4 +"15076",1.02,"Good","G","VS1",64.3,57,6059,6.34,6.28,4.06 +"15077",1.12,"Ideal","I","VS1",60.9,57,6060,6.7,6.73,4.09 +"15078",1.06,"Ideal","I","VS1",61.8,56,6060,6.5,6.57,4.05 +"15079",1.07,"Ideal","E","SI2",62.5,57,6060,6.56,6.5,4.08 +"15080",1.32,"Fair","I","SI1",64.8,58,6061,6.9,6.83,4.45 +"15081",1.07,"Very Good","F","SI1",61.6,58,6061,6.54,6.6,4.05 +"15082",1.11,"Very Good","H","VS1",63.2,57,6061,6.61,6.53,4.15 +"15083",1.02,"Very Good","G","VS2",63,57,6062,6.37,6.39,4.02 +"15084",1.17,"Very Good","D","SI2",60.9,60,6062,6.72,6.78,4.11 +"15085",1.06,"Very Good","D","SI1",59.3,60,6062,6.64,6.71,3.96 +"15086",1.22,"Ideal","I","SI1",61.7,55.2,6062,6.84,6.9,4.24 +"15087",1.05,"Very Good","D","SI1",59.3,58,6063,6.68,6.74,3.98 +"15088",1.49,"Very Good","F","I1",62.6,53.6,6064,7.28,7.31,4.57 +"15089",1.02,"Ideal","H","VS2",61.8,55,6065,6.48,6.51,4.01 +"15090",1.11,"Ideal","G","SI1",60.8,57,6065,6.83,6.77,4.14 +"15091",1.21,"Premium","E","SI2",58.8,58,6065,7.07,6.91,4.11 +"15092",1.01,"Good","G","VS1",62.7,57,6066,6.33,6.42,4 +"15093",1.01,"Premium","F","VS1",62.6,58,6066,6.37,6.48,4.02 +"15094",1.01,"Ideal","G","VS1",62.4,56,6066,6.37,6.42,3.99 +"15095",1.01,"Good","D","VS2",64.2,60,6066,6.32,6.35,4.07 +"15096",1.01,"Premium","D","SI1",62,60,6066,6.37,6.4,3.96 +"15097",1.25,"Ideal","I","SI1",59.6,59,6066,7.01,7.09,4.2 +"15098",1.26,"Premium","I","SI1",62,58,6068,6.9,6.87,4.27 +"15099",1.21,"Ideal","H","SI1",61.1,57,6069,6.83,6.91,4.2 +"15100",1.06,"Ideal","I","VVS2",62.2,55,6069,6.51,6.55,4.06 +"15101",1.42,"Ideal","I","VS2",62.9,57,6069,7.21,7.07,4.49 +"15102",1.05,"Very Good","G","VS2",62.8,58,6070,6.44,6.48,4.06 +"15103",1.05,"Premium","G","VS2",61.8,58,6070,6.52,6.59,4.05 +"15104",1.14,"Ideal","D","SI1",60.9,56,6070,6.75,6.81,4.13 +"15105",1.33,"Very Good","H","SI2",60.8,59,6071,7.07,7.11,4.31 +"15106",1.22,"Very Good","H","SI1",61.2,60,6071,6.83,6.9,4.2 +"15107",1.21,"Premium","E","SI2",61.9,60,6071,6.78,6.73,4.18 +"15108",1.03,"Premium","E","VS2",62.5,59,6072,6.42,6.44,4.02 +"15109",1.01,"Very Good","F","VS2",61,57,6073,6.42,6.5,3.94 +"15110",1.01,"Very Good","F","VS2",62.3,59,6073,6.37,6.44,3.99 +"15111",1.25,"Very Good","E","SI2",60.8,55,6073,6.94,7,4.24 +"15112",1,"Ideal","D","SI1",62.7,57,6073,6.34,6.38,3.99 +"15113",1,"Good","E","VS2",61.5,62,6073,6.37,6.42,3.93 +"15114",1.01,"Very Good","F","SI1",62.9,57,6075,6.35,6.4,4.01 +"15115",1.24,"Very Good","I","SI1",61.4,59,6075,6.86,6.92,4.23 +"15116",1.13,"Ideal","H","SI1",61.5,56,6075,6.69,6.71,4.12 +"15117",1.01,"Premium","D","SI1",61.8,58,6075,6.42,6.37,3.95 +"15118",1.18,"Ideal","H","SI1",61.6,55.5,6076,6.77,6.85,4.19 +"15119",1.24,"Ideal","I","VS2",62,55,6076,6.9,6.87,4.27 +"15120",1.07,"Premium","G","VS1",61.4,56,6076,6.65,6.61,4.07 +"15121",1.2,"Very Good","H","SI1",60.8,58,6077,6.8,6.85,4.15 +"15122",1.11,"Ideal","I","VS1",61,57,6077,6.68,6.72,4.09 +"15123",1.08,"Ideal","D","SI1",61.8,56,6078,6.62,6.69,4.11 +"15124",1.33,"Fair","G","SI2",63,62,6078,6.9,6.87,4.34 +"15125",1.19,"Premium","H","SI1",61.3,58,6078,6.82,6.78,4.17 +"15126",1.34,"Ideal","H","VS2",61.2,56,6078,7.09,7.05,4.33 +"15127",1.32,"Very Good","J","VS2",62.1,57,6079,7.01,7.04,4.36 +"15128",1.02,"Good","G","VS2",63.8,59,6080,6.34,6.27,4.02 +"15129",1.01,"Fair","D","VS2",65.2,57,6081,6.23,6.19,4.05 +"15130",1.07,"Ideal","H","VS1",62.3,55,6082,6.59,6.54,4.09 +"15131",1.01,"Very Good","F","VS2",62.5,56,6083,6.4,6.44,4.01 +"15132",1.16,"Ideal","H","SI1",61.8,54,6084,6.74,6.81,4.19 +"15133",1.25,"Ideal","J","VVS2",61.1,57,6084,6.94,6.91,4.23 +"15134",1.25,"Premium","I","VS2",61,59,6084,6.98,6.89,4.23 +"15135",1.32,"Very Good","H","SI2",63,59,6085,6.91,6.99,4.38 +"15136",1.2,"Very Good","F","SI2",62.8,55,6085,6.74,6.8,4.25 +"15137",1.26,"Premium","E","SI2",62.9,59,6085,6.85,6.82,4.3 +"15138",1.19,"Very Good","H","VS2",61.1,58,6086,6.81,6.83,4.17 +"15139",1.52,"Premium","H","SI2",62.6,60,6086,7.34,7.3,4.58 +"15140",1.43,"Fair","E","SI2",66,57,6086,7.02,7,4.63 +"15141",1.12,"Ideal","F","SI1",61.6,56,6087,6.66,6.72,4.12 +"15142",1.02,"Premium","G","VS2",62.6,59,6087,6.43,6.39,4.01 +"15143",0.94,"Very Good","G","VVS1",63.3,57,6088,6.21,6.14,3.91 +"15144",1.35,"Very Good","H","SI2",62.2,56,6088,7.02,7.06,4.38 +"15145",1.23,"Ideal","H","SI2",62.1,55.9,6088,6.82,6.85,4.24 +"15146",1.11,"Good","D","SI1",57.8,61,6088,6.83,6.78,3.93 +"15147",1.51,"Good","D","I1",57,64,6088,7.53,7.48,4.28 +"15148",1.52,"Ideal","J","SI2",62.7,56,6089,7.28,7.2,4.54 +"15149",1.01,"Good","F","VS2",62.5,62,6089,6.32,6.38,3.97 +"15150",1.31,"Premium","H","SI2",60,57,6089,7.1,7.07,4.25 +"15151",1.11,"Ideal","I","SI1",61.7,57,6090,6.61,6.64,4.09 +"15152",2.06,"Good","H","I1",64.3,58,6091,8.03,7.99,5.15 +"15153",1.37,"Ideal","J","SI2",62.2,55,6091,7.07,7.11,4.41 +"15154",1.03,"Premium","E","SI1",59.5,60,6091,6.64,6.56,3.93 +"15155",1.21,"Premium","F","SI2",59,60,6092,6.99,6.94,4.11 +"15156",1.35,"Premium","H","VS2",60.5,62,6093,7.16,7.11,4.32 +"15157",1.28,"Premium","I","SI1",62.6,55,6093,6.97,6.93,4.35 +"15158",1.28,"Premium","H","SI2",60.2,58,6093,7.13,7.03,4.26 +"15159",0.99,"Very Good","F","VS2",61.8,57,6094,6.37,6.39,3.94 +"15160",1.04,"Very Good","G","VS2",62.3,54,6095,6.49,6.55,4.06 +"15161",1.14,"Ideal","H","VS2",62.6,56,6095,6.68,6.65,4.17 +"15162",1.14,"Premium","H","VS2",60.2,58,6095,6.81,6.74,4.08 +"15163",1.54,"Ideal","H","SI2",61.8,57,6095,7.43,7.35,4.57 +"15164",1.24,"Ideal","H","SI1",62.5,56,6095,6.92,6.88,4.31 +"15165",1.31,"Premium","H","VS2",59.6,58,6095,7.14,7.08,4.24 +"15166",1.05,"Premium","G","VS2",63,57,6096,6.51,6.48,4.09 +"15167",1.44,"Ideal","G","I1",63.2,55,6096,7.21,7.18,4.54 +"15168",1.08,"Very Good","G","VS2",63.2,60,6096,6.53,6.44,4.1 +"15169",1.01,"Ideal","D","SI1",63,57,6097,6.43,6.34,4.02 +"15170",1,"Premium","G","VS1",60.9,60,6097,6.45,6.42,3.92 +"15171",1.29,"Ideal","I","SI2",61.9,57,6097,6.99,7.04,4.34 +"15172",1.29,"Ideal","J","SI1",61.5,57,6097,7,7.06,4.32 +"15173",1.01,"Premium","F","VS2",59.9,61,6097,6.5,6.46,3.88 +"15174",1.01,"Very Good","H","VVS2",63.3,57,6097,6.39,6.35,4.03 +"15175",1.01,"Premium","F","VS2",61.1,59,6097,6.44,6.35,3.91 +"15176",1.01,"Premium","F","VS2",62,59,6097,6.45,6.38,3.98 +"15177",1.01,"Premium","F","VS2",63,58,6097,6.43,6.36,4.03 +"15178",1.01,"Premium","F","VS2",62.4,58,6097,6.43,6.36,3.99 +"15179",1.01,"Premium","F","VS2",62.7,58,6097,6.4,6.39,4.01 +"15180",1.01,"Good","F","VS2",63.6,59,6097,6.36,6.32,4.03 +"15181",1.01,"Premium","F","VS2",62.1,60,6097,6.43,6.36,3.97 +"15182",1.21,"Premium","I","SI1",61.7,56,6098,6.87,6.82,4.22 +"15183",1,"Very Good","F","VS1",58.1,62,6098,6.57,6.62,3.83 +"15184",1,"Good","F","VS2",63.8,58,6098,6.28,6.32,4.02 +"15185",1,"Very Good","F","VS1",58.4,63,6098,6.58,6.47,3.81 +"15186",1.2,"Very Good","E","SI1",62.6,58,6098,6.73,6.78,4.23 +"15187",1.12,"Very Good","E","SI1",61.3,63,6098,6.68,6.73,4.11 +"15188",1.21,"Ideal","H","SI2",61.1,56,6098,6.92,6.87,4.21 +"15189",1.21,"Premium","H","SI2",58.8,60,6098,6.99,6.95,4.1 +"15190",1.1,"Premium","E","SI1",60.7,55,6098,6.75,6.66,4.07 +"15191",1.29,"Very Good","I","VS2",61.3,58,6099,6.98,7.04,4.3 +"15192",1.23,"Ideal","J","VS1",62.2,55,6100,6.83,6.86,4.26 +"15193",1.31,"Very Good","J","VS1",63.7,55,6101,6.94,7.01,4.44 +"15194",1.07,"Very Good","G","VS2",61.9,60,6101,6.48,6.55,4.03 +"15195",1.02,"Very Good","E","VS2",60.3,60,6103,6.58,6.48,3.94 +"15196",1.02,"Very Good","I","VS2",61.5,57,6104,6.4,6.44,3.95 +"15197",1.51,"Good","J","SI2",58.1,64,6104,7.53,7.57,4.39 +"15198",1.01,"Ideal","G","VS2",61.7,57,6104,6.48,6.45,3.99 +"15199",1.01,"Very Good","G","VS2",61.9,56,6105,6.34,6.42,3.95 +"15200",1.21,"Ideal","F","SI2",61.8,57,6105,6.87,6.82,4.23 +"15201",1.15,"Ideal","H","SI1",62.4,54,6106,6.71,6.76,4.2 +"15202",1.01,"Premium","D","VS2",59.2,56,6108,6.48,6.43,3.82 +"15203",1.01,"Premium","G","VS2",60.6,61,6108,6.4,6.33,3.86 +"15204",1.01,"Very Good","G","VS2",63.1,60,6108,6.36,6.31,4 +"15205",1.01,"Premium","G","VS2",62.9,58,6108,6.39,6.3,3.99 +"15206",1.01,"Ideal","G","VS2",62.4,56,6108,6.41,6.37,3.99 +"15207",1.01,"Premium","G","VS2",58.5,61,6108,6.57,6.52,3.83 +"15208",1.01,"Very Good","G","VS2",63.1,59,6108,6.4,6.37,4.03 +"15209",1.01,"Premium","G","VS2",62.4,58,6108,6.41,6.38,3.99 +"15210",1.01,"Ideal","G","VS2",61.8,56,6108,6.45,6.42,3.98 +"15211",1.01,"Ideal","G","VS2",62.7,56,6108,6.43,6.39,4.02 +"15212",1.01,"Ideal","G","VS2",61.9,55,6108,6.49,6.46,4.01 +"15213",1.01,"Premium","G","VS2",62,59,6108,6.41,6.36,3.96 +"15214",1.01,"Premium","G","VS2",61.6,60,6108,6.51,6.42,3.98 +"15215",1.47,"Fair","F","SI2",65.9,59,6108,6.99,6.94,4.59 +"15216",1.01,"Premium","G","VS2",62.1,54,6108,6.5,6.36,3.99 +"15217",1.01,"Premium","G","VS2",61.5,60,6108,6.45,6.42,3.96 +"15218",1.01,"Premium","G","VS2",59.2,59,6108,6.59,6.52,3.88 +"15219",1.01,"Good","G","VS2",64,59,6109,6.27,6.33,4.03 +"15220",1.12,"Ideal","H","VS2",61.8,55,6110,6.64,6.7,4.12 +"15221",1.15,"Very Good","F","SI1",62.5,59,6110,6.62,6.69,4.16 +"15222",1.24,"Ideal","F","SI2",61.7,57,6111,6.91,6.86,4.25 +"15223",1.07,"Premium","D","SI1",60.2,55,6112,6.68,6.64,4.01 +"15224",1.62,"Good","J","SI2",64.2,62,6112,7.33,7.41,4.73 +"15225",1.04,"Ideal","D","SI1",61.9,57,6112,6.51,6.54,4.04 +"15226",1.18,"Ideal","G","SI1",62.5,55,6112,6.77,6.74,4.22 +"15227",1.25,"Very Good","H","SI1",62.4,55,6113,6.85,6.89,4.29 +"15228",1.01,"Good","D","VS2",67,57,6113,6.11,6.22,4.13 +"15229",1.06,"Ideal","E","SI1",61.8,56,6114,6.59,6.52,4.05 +"15230",1,"Very Good","D","VS2",63.4,57,6115,6.36,6.32,4.02 +"15231",1.5,"Very Good","I","SI2",63.2,52,6115,7.28,7.24,4.59 +"15232",1,"Premium","G","VS1",62,62,6115,6.38,6.33,3.94 +"15233",1,"Premium","G","VS1",59.2,60,6115,6.6,6.54,3.89 +"15234",1,"Fair","F","VS1",64.8,61,6115,6.26,6.21,4.04 +"15235",1,"Fair","F","VS1",65,59,6115,6.19,6.14,4.01 +"15236",1.12,"Premium","H","VS1",61.6,58,6115,6.64,4.11,3.7 +"15237",1.04,"Premium","D","SI1",59.9,56,6115,6.65,6.6,3.97 +"15238",1,"Premium","G","VS1",60.6,59,6115,6.48,6.42,3.91 +"15239",1.27,"Premium","I","VS2",62.6,59,6116,6.95,6.86,4.32 +"15240",1.29,"Premium","G","SI2",61.1,59,6116,7.03,6.95,4.27 +"15241",1.33,"Ideal","J","VS1",61.3,57,6118,7.11,7.08,4.35 +"15242",1.07,"Very Good","E","VS2",62.5,57,6120,6.53,6.6,4.1 +"15243",1.22,"Premium","E","SI2",61.5,58,6121,6.86,6.84,4.21 +"15244",1.22,"Premium","E","SI2",62.5,55,6121,6.9,6.82,4.29 +"15245",1.1,"Premium","G","VS2",59.6,60,6121,6.72,6.7,4 +"15246",1.22,"Premium","I","VS1",61.1,58,6121,6.91,6.84,4.2 +"15247",1.04,"Premium","G","VS2",60,58,6122,6.62,6.54,3.95 +"15248",1.04,"Premium","G","VS2",62.2,58,6122,6.49,6.4,4.01 +"15249",1.03,"Ideal","H","VS2",61.2,56,6123,6.5,6.53,3.98 +"15250",1.07,"Premium","D","SI1",63,57,6124,6.57,6.47,4.11 +"15251",0.9,"Good","F","VVS1",64.2,56,6124,6.07,6.02,3.88 +"15252",1.35,"Ideal","J","SI1",61.9,56,6124,7.1,7.08,4.39 +"15253",1.24,"Premium","F","SI1",62.6,59,6125,6.86,6.76,4.26 +"15254",1.21,"Very Good","D","SI2",62.3,59,6125,6.74,6.78,4.21 +"15255",1.24,"Premium","F","SI1",61.4,62,6125,6.94,6.88,4.24 +"15256",1.02,"Very Good","G","VS1",62,59,6126,6.39,6.45,3.98 +"15257",1.29,"Very Good","D","SI2",61.9,58,6126,6.99,7.03,4.34 +"15258",1.01,"Good","G","VS2",62.7,60,6126,6.27,6.32,3.95 +"15259",1.53,"Premium","J","SI1",60.1,59,6126,7.52,7.5,4.51 +"15260",1.19,"Very Good","G","SI1",62.8,57,6127,6.71,6.77,4.23 +"15261",1.01,"Very Good","E","VS2",62.7,60,6128,6.31,6.38,3.98 +"15262",1.06,"Ideal","G","VS2",61.8,57,6128,6.52,6.56,4.04 +"15263",1.11,"Ideal","D","SI2",61.3,56,6129,6.68,6.74,4.12 +"15264",1.52,"Fair","H","SI2",64.9,58,6129,7.16,7.13,4.64 +"15265",1.2,"Premium","H","SI1",58.9,60,6129,7.02,6.94,4.11 +"15266",1.2,"Premium","H","SI1",61,58,6129,6.92,6.84,4.2 +"15267",1.2,"Premium","H","SI1",61.2,57,6129,6.91,6.78,4.19 +"15268",1.2,"Premium","H","SI1",62.9,56,6129,6.8,6.74,4.26 +"15269",1.2,"Premium","H","SI1",62.1,58,6129,6.77,6.72,4.19 +"15270",1.2,"Very Good","E","SI2",61.4,58,6130,6.81,6.88,4.2 +"15271",1.05,"Very Good","H","VS1",59.5,56,6132,6.62,6.68,3.96 +"15272",1.01,"Very Good","E","SI1",63.6,56,6132,6.3,6.37,4.03 +"15273",1.12,"Very Good","D","SI1",59.9,57,6132,6.76,6.8,4.06 +"15274",1.5,"Premium","H","SI2",61.5,58,6132,7.38,7.32,4.52 +"15275",1.01,"Ideal","G","VS2",59.8,61,6132,6.51,6.54,3.9 +"15276",1.01,"Ideal","G","VS2",60.4,61,6132,6.45,6.5,3.91 +"15277",1.22,"Ideal","F","SI2",61.7,54.9,6132,6.84,6.9,4.24 +"15278",1.01,"Ideal","E","SI1",61.1,55,6132,6.47,6.52,3.97 +"15279",1,"Premium","H","VVS1",62.3,60,6132,6.36,6.28,3.94 +"15280",1.5,"Premium","I","SI2",62.9,57,6132,7.28,7.26,4.57 +"15281",1.16,"Premium","G","SI1",62.5,58,6132,6.73,6.68,4.19 +"15282",1.04,"Ideal","H","VS2",62.2,57,6133,6.46,6.49,4.03 +"15283",1,"Ideal","H","VS2",61.2,60,6133,6.4,6.45,3.93 +"15284",1.13,"Ideal","G","SI1",62,55,6133,6.68,6.71,4.15 +"15285",1.09,"Ideal","D","SI1",61.9,57,6133,6.57,6.61,4.08 +"15286",1.09,"Ideal","D","SI1",62.7,56,6133,6.55,6.59,4.12 +"15287",1.24,"Very Good","I","VS2",60,58,6134,6.98,7.03,4.2 +"15288",1.21,"Ideal","H","VS2",63,57,6134,6.73,6.7,4.23 +"15289",1.21,"Ideal","I","VS2",62,60,6135,6.77,6.84,4.22 +"15290",1.66,"Ideal","F","I1",62.1,58,6135,7.6,7.56,4.71 +"15291",1.31,"Premium","J","VS2",60.7,58,6137,7.1,7.07,4.3 +"15292",1.04,"Very Good","D","SI1",58.9,58,6138,6.66,6.69,3.93 +"15293",1.51,"Very Good","E","I1",62,58,6139,7.31,7.37,4.55 +"15294",1.17,"Ideal","G","VS2",61.5,57,6139,6.86,6.8,4.2 +"15295",1.4,"Ideal","J","SI1",62.7,57,6139,7.13,7.09,4.46 +"15296",1.3,"Very Good","H","SI2",62.8,58,6140,6.93,7.01,4.38 +"15297",1.2,"Ideal","D","SI2",60.2,57,6140,6.88,6.93,4.16 +"15298",1.29,"Premium","I","SI1",62.1,57,6140,7.03,6.92,4.33 +"15299",1.29,"Premium","I","SI1",62.1,58,6140,7.07,6.91,4.34 +"15300",1.29,"Premium","I","SI1",62.2,58,6140,7.03,6.96,4.35 +"15301",1.29,"Premium","I","SI1",62,59,6140,7.03,6.98,4.34 +"15302",1.29,"Good","D","SI2",57.9,59,6140,7.22,7.18,4.17 +"15303",1.04,"Very Good","H","VS1",61.2,55,6141,6.54,6.56,4.01 +"15304",1.12,"Ideal","I","SI1",60.3,57,6143,6.74,6.79,4.08 +"15305",1.14,"Premium","G","VS2",61.9,58,6144,6.68,6.72,4.15 +"15306",1.4,"Very Good","J","SI1",63.5,58,6145,7.05,7.09,4.49 +"15307",1.24,"Premium","G","SI1",58.9,58,6145,7.08,6.98,4.14 +"15308",1.03,"Ideal","G","VS2",59.6,57,6146,6.65,6.6,3.95 +"15309",1.05,"Premium","G","VS1",61.8,58,6146,6.54,6.51,4.03 +"15310",1.1,"Ideal","F","SI1",61.4,55,6146,6.65,6.68,4.09 +"15311",1.03,"Premium","G","VS2",62.1,57,6146,6.48,6.41,4 +"15312",1.03,"Premium","G","VS2",62.3,57,6146,6.51,6.43,4.03 +"15313",1.4,"Premium","E","SI2",62.4,57,6147,7.17,7.12,4.46 +"15314",1.96,"Fair","I","I1",66.8,55,6147,7.62,7.6,5.08 +"15315",1.32,"Good","J","VS1",62.6,62,6147,6.92,7.01,4.36 +"15316",1.37,"Very Good","G","SI2",62.4,58,6148,7,7.1,4.4 +"15317",1.3,"Very Good","F","SI2",61.1,58,6149,6.98,7.02,4.28 +"15318",1.3,"Very Good","F","SI2",61.1,58,6149,6.98,7.02,4.28 +"15319",1.22,"Premium","I","VS2",60.6,58,6149,6.93,6.89,4.19 +"15320",2.08,"Premium","H","I1",61.7,57,6150,8.23,8.18,5.06 +"15321",1.23,"Premium","H","VS2",58.5,62,6150,7,6.98,4.09 +"15322",1.04,"Good","G","VS1",58.9,64,6151,6.6,6.64,3.9 +"15323",1.01,"Very Good","G","VS1",62.8,58,6152,6.34,6.37,3.99 +"15324",1.01,"Very Good","G","VS1",61.9,58,6152,6.42,6.5,4 +"15325",1.23,"Ideal","H","SI2",62.4,57,6152,6.79,6.84,4.25 +"15326",1.33,"Good","D","SI2",59,64,6152,7.22,7.12,4.23 +"15327",1.22,"Premium","H","SI1",62.4,58,6153,6.82,6.77,4.24 +"15328",1.03,"Very Good","F","VS2",62.3,59,6153,6.39,6.45,4 +"15329",1.09,"Premium","G","VS2",60.6,62,6153,6.68,6.58,4.02 +"15330",1,"Premium","F","VS2",62.5,54,6154,6.33,6.3,3.95 +"15331",1.22,"Premium","I","VS2",59.3,59,6156,7.01,6.96,4.14 +"15332",1.51,"Fair","I","SI2",66,57,6156,7.14,7,4.7 +"15333",1.19,"Very Good","D","SI2",61.1,58,6157,6.84,6.88,4.19 +"15334",1.02,"Ideal","D","SI1",61.3,56,6157,6.48,6.53,3.99 +"15335",1.36,"Premium","J","VS2",58.4,59,6157,7.4,7.27,4.28 +"15336",1.02,"Ideal","D","SI1",62.8,56,6158,6.44,6.39,4.03 +"15337",1.01,"Ideal","G","VS2",61.6,57,6159,6.41,6.44,3.96 +"15338",1.01,"Very Good","F","VS2",62.7,56,6159,6.37,6.43,4.01 +"15339",1.01,"Very Good","F","VS2",62.5,59,6159,6.38,6.42,4 +"15340",1.01,"Very Good","F","VS2",62,59,6159,6.38,6.42,3.97 +"15341",1.01,"Very Good","F","VS2",61.5,57,6159,6.4,6.48,3.96 +"15342",1.01,"Good","F","VS2",63.1,60,6159,6.29,6.39,4 +"15343",1.01,"Very Good","F","VS2",61.3,61,6159,6.34,6.38,3.9 +"15344",1.01,"Very Good","F","VS2",61.7,57,6159,6.39,6.44,3.96 +"15345",1.01,"Premium","F","VS2",60.7,60,6159,6.51,6.58,3.97 +"15346",1.01,"Good","E","VS1",65.8,55,6159,6.2,6.23,4.09 +"15347",1.18,"Premium","H","SI1",61.6,59,6159,6.82,6.72,4.17 +"15348",1,"Premium","G","VS2",61.9,58,6160,6.45,6.41,3.98 +"15349",1.2,"Ideal","G","SI1",61.5,54,6160,6.85,6.87,4.22 +"15350",1,"Good","E","VS2",57.4,58,6160,6.61,6.57,3.78 +"15351",1.27,"Very Good","H","SI1",63.2,56,6162,6.92,6.88,4.36 +"15352",1,"Good","D","VS2",65.7,55,6163,6.17,6.22,4.07 +"15353",1.01,"Premium","G","VS1",62.4,59,6163,6.38,6.35,3.97 +"15354",1.17,"Premium","H","VS2",62.4,57,6163,6.74,6.69,4.19 +"15355",1.03,"Very Good","G","VS2",62.9,56,6164,6.43,6.45,4.05 +"15356",1.28,"Premium","I","SI1",60,60,6164,7.08,6.99,4.22 +"15357",1.28,"Premium","H","SI2",62,57,6164,7,6.94,4.32 +"15358",1.01,"Premium","F","VS2",63,58,6165,6.4,6.34,4.01 +"15359",1.05,"Ideal","H","VS2",62.6,56,6165,6.45,6.5,4.05 +"15360",1.23,"Good","I","SI1",60.7,61,6165,6.91,6.93,4.2 +"15361",0.3,"Ideal","H","VVS2",61.3,56,605,4.33,4.35,2.66 +"15362",0.3,"Premium","G","VS1",59.6,59,605,4.34,4.38,2.6 +"15363",0.3,"Very Good","G","VS1",61.7,60,605,4.24,4.28,2.63 +"15364",0.3,"Ideal","G","VS1",61.5,56,605,4.28,4.34,2.65 +"15365",0.3,"Good","G","VS1",63.6,55,605,4.27,4.31,2.73 +"15366",0.3,"Very Good","G","VS1",61.7,56,605,4.29,4.33,2.66 +"15367",0.3,"Very Good","G","VS1",62,60,605,4.23,4.28,2.64 +"15368",0.3,"Ideal","F","VS2",60.9,56,605,4.32,4.35,2.64 +"15369",0.3,"Very Good","G","VS1",62.1,60,605,4.24,4.3,2.65 +"15370",0.3,"Premium","F","VS2",62.5,58,605,4.26,4.28,2.67 +"15371",0.3,"Premium","F","VS2",60.6,60,605,4.36,4.39,2.65 +"15372",0.3,"Ideal","F","VS2",62.1,55,605,4.26,4.31,2.66 +"15373",0.27,"Very Good","E","VVS2",61.2,60,606,4.16,4.17,2.55 +"15374",0.4,"Very Good","J","VS1",62.1,57,606,4.69,4.72,2.92 +"15375",0.36,"Very Good","G","SI1",61.8,57.8,606,4.52,4.58,2.81 +"15376",0.4,"Ideal","J","VS1",61.3,56,606,4.77,4.79,2.93 +"15377",0.35,"Premium","I","SI1",62.5,58,606,4.53,4.49,2.82 +"15378",0.35,"Ideal","I","SI1",61.3,54,606,4.56,4.51,2.78 +"15379",0.35,"Good","I","SI1",63.6,56,606,4.53,4.5,2.87 +"15380",0.38,"Very Good","I","VS1",60.1,60,606,4.66,4.72,2.82 +"15381",0.3,"Ideal","D","VS2",61.8,55,606,4.32,4.35,2.68 +"15382",0.3,"Ideal","D","VS2",59.5,56,606,4.37,4.41,2.61 +"15383",0.41,"Good","J","VS2",64.3,55,606,4.66,4.7,3.01 +"15384",0.37,"Ideal","E","SI1",61.4,56,606,4.6,4.65,2.84 +"15385",0.32,"Very Good","G","VVS2",64,55,607,4.31,4.35,2.77 +"15386",0.29,"Very Good","G","VVS1",61.6,56,607,4.24,4.27,2.62 +"15387",0.29,"Very Good","G","VVS1",62,55,607,4.27,4.29,2.65 +"15388",0.29,"Very Good","G","VVS1",61.5,57,607,4.24,4.27,2.62 +"15389",0.29,"Very Good","G","VVS1",61.4,56,607,4.25,4.28,2.62 +"15390",0.29,"Ideal","H","VVS2",61.6,55,607,4.27,4.29,2.64 +"15391",1.29,"Very Good","I","VS2",62.8,58,6166,6.89,6.93,4.34 +"15392",1.04,"Very Good","F","VS2",59.6,62,6166,6.56,6.62,3.93 +"15393",1.04,"Very Good","H","VVS2",59.1,60,6166,6.6,6.66,3.92 +"15394",1.1,"Ideal","F","VS2",60,57,6166,6.76,6.71,4.04 +"15395",1.2,"Very Good","I","VS1",62.4,56,6167,6.78,6.74,4.22 +"15396",1.08,"Very Good","G","VS2",62,57,6168,6.52,6.55,4.05 +"15397",1.12,"Ideal","E","SI2",61.6,56,6168,6.69,6.71,4.13 +"15398",1.02,"Very Good","G","VS2",63.4,59,6169,6.32,6.3,4 +"15399",1.2,"Ideal","H","SI1",61.9,54,6169,6.8,6.86,4.23 +"15400",1.06,"Very Good","E","SI1",59.8,56,6169,6.63,6.67,3.98 +"15401",1.02,"Premium","G","VS2",62.7,58,6169,6.45,6.4,4.03 +"15402",1.02,"Very Good","G","VS2",63.2,57,6169,6.41,6.38,4.04 +"15403",1.02,"Ideal","G","VS2",62.8,57,6169,6.46,6.41,4.04 +"15404",1.02,"Premium","G","VS2",59.2,59,6169,6.66,6.58,3.92 +"15405",1.02,"Premium","G","VS2",62.1,59,6169,6.47,6.41,4 +"15406",1.02,"Premium","G","VS2",60.5,54,6169,6.57,6.48,3.95 +"15407",1.02,"Premium","G","VS2",59.8,58,6169,6.58,6.54,3.92 +"15408",1.02,"Ideal","G","VS2",61.9,53,6169,6.5,6.48,4.02 +"15409",1.32,"Premium","I","SI1",62.3,58,6171,6.98,7.01,4.36 +"15410",1.32,"Premium","I","SI1",62.2,58,6171,6.99,7.04,4.36 +"15411",1.51,"Very Good","J","SI2",63.2,58,6171,7.28,7.25,4.59 +"15412",1.23,"Premium","E","SI2",62.4,60,6172,6.82,6.78,4.24 +"15413",1.51,"Premium","I","SI2",61.3,55,6173,7.41,7.36,4.53 +"15414",1.04,"Ideal","G","VVS2",61.4,57,6173,6.52,6.44,3.98 +"15415",1.05,"Good","D","SI1",63.7,59,6174,6.42,6.38,4.08 +"15416",1.05,"Premium","D","SI1",59.3,58,6174,6.74,6.68,3.98 +"15417",1.28,"Good","G","SI1",57.6,62,6175,7.17,7.13,4.12 +"15418",1.49,"Ideal","F","I1",62.6,54,6175,7.31,7.28,4.57 +"15419",1.38,"Premium","J","VS2",60.2,59,6175,7.29,7.19,4.36 +"15420",1.01,"Good","D","VS2",64.2,60,6176,6.35,6.32,4.07 +"15421",1.01,"Fair","D","VS2",65.6,61,6176,6.21,6.16,4.06 +"15422",1.01,"Premium","F","VS1",62.6,58,6176,6.48,6.37,4.02 +"15423",1.01,"Ideal","G","VS1",62.9,57,6176,6.43,6.39,4.03 +"15424",1.01,"Good","D","VS2",64,58,6176,6.3,6.24,4.01 +"15425",1.01,"Premium","D","SI1",62,60,6176,6.4,6.37,3.96 +"15426",1.04,"Ideal","G","VS2",62.6,55,6177,6.45,6.49,4.05 +"15427",1.04,"Ideal","G","VS2",61.4,57,6177,6.5,6.53,4 +"15428",1.04,"Very Good","G","VS2",61.9,57,6177,6.46,6.5,4.01 +"15429",1.04,"Premium","G","VS2",62.5,58,6177,6.43,6.47,4.03 +"15430",1.2,"Very Good","H","VS1",62,57,6177,6.77,6.81,4.21 +"15431",1.04,"Very Good","G","VS2",61.8,56,6177,6.47,6.5,4.01 +"15432",1,"Good","G","VS1",62.4,62,6177,6.33,6.37,3.96 +"15433",1.11,"Good","E","SI1",61.4,57.5,6178,6.62,6.66,4.08 +"15434",1.03,"Ideal","F","SI1",62.4,57,6178,6.48,6.44,4.03 +"15435",1.21,"Ideal","H","SI1",61.1,57,6180,6.91,6.83,4.2 +"15436",1.21,"Premium","H","SI1",61.8,58,6180,6.83,6.79,4.21 +"15437",1.05,"Premium","G","VS2",62.8,58,6181,6.48,6.44,4.06 +"15438",1.37,"Premium","F","SI2",62.8,57,6181,7.12,7.08,4.46 +"15439",1.05,"Premium","G","VS2",61.8,58,6181,6.59,6.52,4.05 +"15440",1.2,"Premium","F","VS2",61.4,58,6182,6.8,6.75,4.16 +"15441",1.2,"Good","H","SI1",64.2,60,6182,6.68,6.62,4.27 +"15442",1,"Good","F","VS2",63.2,59,6183,6.3,6.35,4 +"15443",1,"Very Good","F","VS2",62.2,57,6183,6.4,6.43,3.99 +"15444",1,"Good","H","VVS1",63.5,60,6183,6.3,6.36,4.02 +"15445",1,"Very Good","F","VS2",62.9,59,6183,6.4,6.47,4.02 +"15446",1.53,"Premium","G","I1",62.8,58,6183,7.39,7.28,4.61 +"15447",1.23,"Ideal","I","SI1",61.1,58,6183,6.86,6.91,4.21 +"15448",1.03,"Premium","E","VS2",62.5,59,6183,6.44,6.42,4.02 +"15449",1.03,"Ideal","F","SI1",62.1,56,6183,6.5,6.46,4.03 +"15450",1.22,"Premium","H","VS2",62.7,59,6184,6.82,6.81,4.27 +"15451",1.54,"Ideal","G","I1",61.6,55,6186,7.4,7.43,4.57 +"15452",1.26,"Ideal","J","VVS1",61.4,60,6186,6.92,6.95,4.26 +"15453",1,"Good","G","VS1",63.9,60,6187,6.3,6.35,4.04 +"15454",1.3,"Premium","I","SI1",58.1,59,6188,7.19,7.16,4.17 +"15455",1.21,"Very Good","H","VS2",62.9,57,6189,6.75,6.8,4.26 +"15456",1.21,"Very Good","H","VS2",62.9,57,6189,6.75,6.8,4.26 +"15457",1,"Good","D","VS2",60.8,61,6189,6.33,6.4,3.87 +"15458",1,"Good","D","VS2",62.8,61,6189,6.31,6.34,3.97 +"15459",1,"Very Good","D","VS2",61.2,61,6190,6.35,6.39,3.9 +"15460",1.21,"Very Good","G","SI1",62.2,60,6190,6.71,6.73,4.18 +"15461",1.33,"Ideal","J","VS1",62.4,55,6190,7.02,7.05,4.39 +"15462",1.21,"Ideal","D","SI2",62,57,6190,6.81,6.83,4.23 +"15463",1.18,"Ideal","I","VS2",62.3,55.6,6191,6.73,6.76,4.21 +"15464",1.02,"Ideal","D","SI1",62.3,57,6191,6.41,6.44,4 +"15465",1.2,"Very Good","I","VS1",62.6,59,6192,6.69,6.73,4.2 +"15466",1,"Good","F","VS2",62.4,60,6192,6.27,6.29,3.92 +"15467",1.14,"Very Good","F","SI1",61.3,62,6194,6.71,6.77,4.13 +"15468",1.21,"Very Good","H","SI1",62.2,56,6194,6.75,6.79,4.21 +"15469",1,"Good","H","VVS2",63.7,52,6194,6.41,6.36,4.07 +"15470",1.54,"Premium","J","VS1",60.9,61,6194,7.49,7.45,4.55 +"15471",1.58,"Premium","F","SI2",59.1,59,6194,7.68,7.59,4.51 +"15472",1.02,"Very Good","F","SI1",60.2,58,6195,6.49,6.54,3.92 +"15473",1.01,"Very Good","F","VS2",59.1,59,6196,6.58,6.65,3.91 +"15474",1,"Very Good","D","SI1",60.3,58,6196,6.44,6.49,3.9 +"15475",1.05,"Ideal","D","SI1",60.7,60,6196,6.52,6.56,3.97 +"15476",1.19,"Premium","H","VS2",62.6,56,6198,6.81,6.76,4.25 +"15477",1.2,"Very Good","H","SI1",62.4,60,6199,6.75,6.71,4.2 +"15478",1.23,"Premium","I","VS2",59.3,59,6199,7.13,6.97,4.18 +"15479",1.23,"Ideal","H","SI2",60.6,56,6199,6.94,6.92,4.2 +"15480",1.35,"Ideal","I","SI1",62.3,57,6199,7.11,7.05,4.41 +"15481",1.23,"Ideal","H","SI2",62.1,56,6199,6.85,6.82,4.24 +"15482",1.07,"Ideal","F","SI1",62.3,56,6200,6.51,6.53,4.06 +"15483",1.22,"Ideal","J","VS1",61.4,58,6201,6.85,6.87,4.21 +"15484",1.54,"Premium","J","VS2",59.3,59,6202,7.54,7.5,4.46 +"15485",1.16,"Premium","H","VS2",62.3,56,6202,6.77,6.68,4.19 +"15486",1.33,"Very Good","I","VS2",62.5,61,6203,6.99,7.02,4.38 +"15487",1.08,"Ideal","D","SI1",61.3,56,6203,6.63,6.72,4.09 +"15488",1.01,"Very Good","G","VS2",62.5,59,6204,6.34,6.37,3.97 +"15489",1.01,"Very Good","F","VS2",59.2,60,6204,6.46,6.51,3.84 +"15490",1.02,"Very Good","H","VS1",61.4,56.5,6204,6.44,6.47,3.97 +"15491",1.04,"Premium","G","VS2",62.3,54,6206,6.55,6.49,4.06 +"15492",1.23,"Premium","I","VS2",61.1,60,6206,6.95,6.89,4.23 +"15493",1,"Very Good","E","SI1",61.4,60,6207,6.4,6.44,3.94 +"15494",1,"Very Good","G","VS2",62.7,59,6208,6.32,6.38,3.98 +"15495",0.9,"Very Good","D","VS1",62.2,58,6208,6.14,6.18,3.83 +"15496",1,"Premium","G","VVS2",62.8,57,6209,6.38,6.29,3.98 +"15497",1.12,"Ideal","G","VS2",62.1,57,6209,6.6,6.63,4.11 +"15498",1,"Ideal","F","VS2",62.8,57,6209,6.35,6.3,3.97 +"15499",1,"Premium","F","VS2",61.6,55,6209,6.42,6.34,3.93 +"15500",1.1,"Premium","D","VS2",60,59,6209,6.67,6.6,3.98 +"15501",1,"Good","F","VS2",63.8,58,6209,6.32,6.28,4.02 +"15502",1,"Premium","G","VS2",62.9,56,6209,6.42,6.34,4.01 +"15503",1.2,"Good","F","VS1",64,56,6209,6.63,6.58,4.23 +"15504",1.5,"Fair","I","SI2",68.1,59,6209,7.12,6.84,4.75 +"15505",1.2,"Ideal","I","VS1",62.1,56.5,6210,6.8,6.84,4.23 +"15506",1.28,"Premium","H","SI1",62.1,62,6210,6.88,6.83,4.26 +"15507",1,"Fair","F","VS2",64.9,52,6210,6.24,6.33,4.08 +"15508",1.06,"Very Good","G","VS2",60.1,58,6212,6.64,6.67,4 +"15509",1.06,"Good","G","VS2",63.1,59,6212,6.45,6.48,4.08 +"15510",1.01,"Very Good","G","VS2",60.2,58,6213,6.51,6.54,3.93 +"15511",1.07,"Premium","G","VS2",61.9,60,6213,6.55,6.48,4.03 +"15512",1.03,"Premium","G","VS2",62.3,59,6214,6.38,6.42,3.99 +"15513",1.52,"Premium","I","SI2",62.2,59,6214,7.36,7.27,4.56 +"15514",1.24,"Premium","H","SI1",60.1,58,6215,7.04,7.01,4.22 +"15515",1.02,"Premium","E","VS2",61.9,62,6215,6.47,6.38,3.98 +"15516",1.51,"Good","J","SI2",58.1,64,6215,7.57,7.53,4.39 +"15517",1.48,"Premium","H","SI2",59.7,59,6216,7.46,7.42,4.44 +"15518",1,"Premium","G","VS2",61.6,54,6216,6.49,6.46,3.99 +"15519",1.22,"Premium","I","VS2",60.3,59,6217,6.93,6.87,4.16 +"15520",1.06,"Very Good","G","VS2",59.4,59,6217,6.68,6.63,3.95 +"15521",1.03,"Very Good","F","VS2",63.4,62,6218,6.34,6.31,4.01 +"15522",1.02,"Premium","F","VS2",62.7,59,6220,6.41,6.44,4.03 +"15523",1.01,"Premium","G","VS1",62.7,58,6221,6.31,6.36,3.97 +"15524",1.01,"Very Good","E","VS2",62.9,58,6221,6.37,6.47,4.04 +"15525",1.01,"Very Good","E","VS2",63,60,6221,6.32,6.35,3.99 +"15526",1.01,"Good","E","VS2",62.5,58,6221,6.32,6.36,3.96 +"15527",1.01,"Good","E","VS2",63.7,56,6221,6.27,6.29,4 +"15528",1.01,"Good","E","VS2",62.6,58,6221,6.33,6.36,3.97 +"15529",1.32,"Fair","E","SI2",65.2,58,6221,6.86,6.79,4.45 +"15530",1.12,"Ideal","H","VS2",61.8,55,6222,6.7,6.64,4.12 +"15531",1,"Good","F","VS2",63.1,57,6223,6.32,6.36,4 +"15532",1.62,"Good","J","SI2",64.2,62,6223,7.41,7.33,4.73 +"15533",1.21,"Premium","E","SI2",61.5,58,6223,6.86,6.79,4.2 +"15534",1.47,"Premium","J","SI2",60,58,6223,7.36,7.31,4.4 +"15535",1.05,"Very Good","E","SI1",59.7,57,6224,6.63,6.71,3.98 +"15536",1.5,"Premium","G","SI2",61.8,60,6224,7.28,7.25,4.49 +"15537",1.5,"Good","I","SI1",63.8,56,6224,7.26,7.15,4.59 +"15538",1.09,"Ideal","I","VS1",61.8,55,6225,6.59,6.62,4.08 +"15539",1.09,"Ideal","I","VS1",61.4,56,6225,6.61,6.66,4.07 +"15540",1.31,"Ideal","H","SI2",62.3,56,6225,7,6.97,4.35 +"15541",1.21,"Very Good","H","SI1",60.2,58,6229,6.89,6.93,4.16 +"15542",1.03,"Premium","G","VS2",58.9,59,6229,6.65,6.59,3.9 +"15543",1.03,"Ideal","G","VS2",60.3,56,6229,6.59,6.55,3.96 +"15544",1.25,"Premium","H","SI2",62.2,60,6230,6.83,6.8,4.24 +"15545",0.9,"Ideal","E","VS1",61.7,56,6230,6.19,6.22,3.83 +"15546",1.24,"Ideal","I","SI1",62,58,6232,6.83,6.88,4.25 +"15547",1.07,"Premium","E","VS2",62.5,57,6232,6.6,6.53,4.1 +"15548",1.04,"Very Good","G","VS2",63.4,55,6232,6.48,6.42,4.09 +"15549",1.23,"Very Good","F","SI2",61.9,58,6233,6.77,6.79,4.2 +"15550",1,"Ideal","G","VS2",58.9,60,6235,6.53,6.58,3.86 +"15551",1.31,"Premium","J","VS1",62.3,56,6236,7.06,6.99,4.38 +"15552",1.31,"Premium","H","SI2",61.4,60,6236,7.04,7,4.31 +"15553",1.28,"Premium","G","SI2",62.6,58,6236,6.94,6.89,4.33 +"15554",1.34,"Very Good","J","VS1",61.7,59,6237,7.03,7.14,4.37 +"15555",1.34,"Very Good","J","VS1",63,57,6237,6.9,7.01,4.38 +"15556",1.22,"Premium","E","SI2",61.5,58,6237,6.81,6.85,4.2 +"15557",0.9,"Ideal","G","VVS1",62.9,56,6237,6.11,6.19,3.87 +"15558",1.53,"Good","I","SI2",63.9,59,6238,7.31,7.17,4.64 +"15559",1.02,"Premium","G","VS1",62,59,6238,6.45,6.39,3.98 +"15560",1.02,"Premium","F","VS1",61.4,59,6238,6.48,6.42,3.96 +"15561",1.01,"Very Good","G","VS1",60.5,60,6239,6.44,6.52,3.92 +"15562",1.01,"Very Good","G","VS1",60.7,63,6239,6.38,6.4,3.88 +"15563",1.01,"Premium","G","VS1",59.9,59,6239,6.48,6.51,3.89 +"15564",1.01,"Ideal","G","VS2",61.6,56,6239,6.43,6.46,3.97 +"15565",1.26,"Ideal","H","SI2",62,55,6239,6.9,6.97,4.29 +"15566",1.06,"Ideal","G","VS2",61.8,57,6240,6.56,6.52,4.04 +"15567",1.03,"Ideal","G","VS2",61.8,56,6241,6.54,6.48,4.02 +"15568",1.11,"Ideal","D","SI2",61.3,56,6241,6.74,6.68,4.12 +"15569",1.01,"Premium","F","VS2",62.3,58,6244,6.34,6.4,3.97 +"15570",1.01,"Premium","F","VS2",61.5,58,6244,6.41,6.46,3.96 +"15571",1,"Very Good","E","VS2",62.9,59,6245,6.27,6.38,3.98 +"15572",1.56,"Good","I","SI1",64,57,6246,7.32,7.28,4.67 +"15573",1.56,"Good","G","SI2",63.7,54,6246,7.35,7.31,4.67 +"15574",1.3,"Premium","I","VS2",62.7,58,6246,6.97,6.9,4.35 +"15575",1.01,"Good","G","VS1",58.7,62,6247,6.49,6.55,3.83 +"15576",1,"Good","E","VS2",62.4,58,6248,6.33,6.4,3.97 +"15577",1.21,"Very Good","D","SI2",62.4,58,6248,6.77,6.83,4.24 +"15578",1,"Very Good","H","VVS2",62.6,56,6249,6.36,6.39,3.99 +"15579",1.06,"Ideal","F","SI1",61.7,55.1,6249,6.56,6.58,4.06 +"15580",1.03,"Ideal","D","SI1",61.9,57,6250,6.52,6.54,4.04 +"15581",1.01,"Good","E","VS2",60.8,63,6250,6.44,6.46,3.92 +"15582",1.22,"Good","H","SI2",63.5,56,6250,6.84,6.77,4.32 +"15583",1.2,"Premium","H","VS2",60.7,60,6250,6.88,6.82,4.16 +"15584",1.2,"Premium","F","SI1",62.4,58,6250,6.81,6.75,4.23 +"15585",1.2,"Premium","I","VS1",59.9,59,6250,6.96,6.87,4.14 +"15586",1,"Good","D","VS1",64,58,6250,6.27,6.21,3.99 +"15587",1.5,"Premium","H","SI2",61.1,59,6250,7.41,7.35,4.51 +"15588",1.5,"Fair","H","SI2",64.6,59,6250,7.2,7.11,4.62 +"15589",1.39,"Ideal","J","VS2",60.3,57,6252,7.24,7.26,4.37 +"15590",1.35,"Premium","J","VS2",60.5,56,6254,7.19,7.12,4.33 +"15591",1.24,"Ideal","H","SI1",61.3,57,6254,6.95,6.89,4.24 +"15592",1.04,"Ideal","H","VS1",62.2,56.6,6255,6.43,6.49,4.02 +"15593",1.05,"Ideal","H","SI1",61.3,57,6255,6.51,6.54,4 +"15594",1.53,"Ideal","I","SI2",61.8,56,6255,7.4,7.35,4.56 +"15595",1.14,"Premium","G","VS2",61.9,58,6256,6.72,6.68,4.15 +"15596",1.14,"Premium","D","SI1",58.9,59,6256,6.84,6.78,4.01 +"15597",1.33,"Premium","E","SI2",61,60,6256,7.13,7.05,4.33 +"15598",1.24,"Premium","I","VS2",60.2,58,6257,6.98,6.93,4.19 +"15599",1.01,"Very Good","F","VS2",58.8,63,6257,6.51,6.56,3.84 +"15600",1.01,"Very Good","F","VS2",59.2,59,6257,6.49,6.61,3.88 +"15601",1.01,"Very Good","G","VVS2",61.9,58,6257,6.38,6.48,3.98 +"15602",1.01,"Ideal","D","SI1",62.2,54,6257,6.42,6.45,4 +"15603",1.09,"Ideal","D","SI1",62.8,54,6259,6.6,6.62,4.15 +"15604",1.04,"Ideal","E","SI1",62.6,53,6260,6.49,6.52,4.07 +"15605",1.38,"Ideal","J","SI1",61.8,56,6260,7.17,7.14,4.42 +"15606",1.37,"Premium","G","SI2",62.4,58,6260,7.1,7,4.4 +"15607",1.3,"Premium","F","SI2",61.1,58,6261,7.02,6.98,4.28 +"15608",1.21,"Premium","E","SI1",60,60,6261,7.01,6.92,4.18 +"15609",1.21,"Premium","E","SI1",63,57,6261,6.75,6.7,4.24 +"15610",1.54,"Good","E","I1",63.3,60,6261,7.26,7.3,4.61 +"15611",1.21,"Ideal","F","VS2",62.6,55,6261,6.81,6.74,4.24 +"15612",1,"Ideal","E","VS2",62,56,6261,6.42,6.36,3.96 +"15613",1.07,"Very Good","H","VS1",62.5,56,6262,6.52,6.55,4.08 +"15614",1.12,"Very Good","F","SI1",62.9,57,6262,6.6,6.62,4.16 +"15615",1,"Very Good","G","VS1",62.4,60,6263,6.37,6.39,3.98 +"15616",1.31,"Very Good","H","SI2",61.7,59,6263,6.96,7.01,4.31 +"15617",1.02,"Ideal","H","SI1",61.8,57,6264,6.43,6.46,3.98 +"15618",1.01,"Very Good","E","VS2",61.7,60,6265,6.36,6.45,3.95 +"15619",1.51,"Good","I","SI1",63.8,59,6266,7.27,7.21,4.62 +"15620",1.51,"Premium","G","SI2",60,60,6266,7.45,7.4,4.48 +"15621",1,"Good","F","VS2",63.3,55,6267,6.29,6.34,4 +"15622",1.01,"Very Good","F","VS2",63.1,56,6267,6.41,6.37,4.03 +"15623",1.01,"Very Good","E","SI1",60.8,59,6268,6.43,6.5,3.93 +"15624",1,"Fair","E","VS2",57.4,58,6268,6.57,6.64,3.79 +"15625",1.01,"Very Good","D","SI1",61.4,59,6270,6.37,6.43,3.93 +"15626",1.01,"Very Good","D","SI1",63.6,59,6270,6.33,6.37,4.04 +"15627",1.01,"Fair","G","VS2",59.1,56,6271,6.55,6.52,3.86 +"15628",1.01,"Premium","F","VS2",62.4,56,6271,6.43,6.35,3.99 +"15629",1.01,"Premium","F","VS2",58.9,58,6271,6.59,6.51,3.86 +"15630",1.01,"Premium","F","VS2",62.7,58,6271,6.37,6.3,3.97 +"15631",1.01,"Premium","F","VS2",62.3,58,6271,6.34,6.3,3.94 +"15632",1.01,"Good","F","VS2",60.8,61,6271,6.42,6.45,3.91 +"15633",1.01,"Very Good","F","VS2",63.1,60,6271,6.39,6.29,4 +"15634",1.01,"Premium","F","VS2",61.3,61,6271,6.38,6.34,3.9 +"15635",1.01,"Fair","F","VS2",61.1,60,6271,6.49,6.4,3.94 +"15636",1.01,"Premium","D","VS2",61.6,59,6271,6.38,6.32,3.91 +"15637",1.01,"Premium","F","VS2",62.5,58,6271,6.43,6.4,4.01 +"15638",1.01,"Ideal","G","VS2",61.6,57,6271,6.44,6.41,3.96 +"15639",1.01,"Premium","F","VS2",60.4,59,6271,6.52,6.46,3.92 +"15640",1,"Premium","E","VS2",62.8,62,6272,6.29,6.26,3.94 +"15641",1.18,"Ideal","I","VS1",62.2,55,6272,6.8,6.77,4.22 +"15642",1,"Premium","G","VS2",61.6,58,6272,6.44,6.42,3.96 +"15643",1.6,"Fair","F","SI2",65,56,6272,7.35,7.26,4.8 +"15644",1,"Good","E","VS2",57.4,62,6272,6.56,6.53,3.76 +"15645",1,"Ideal","G","VS2",62.3,54,6272,6.42,6.38,3.99 +"15646",1,"Premium","G","VS2",60.1,57,6272,6.42,6.35,3.84 +"15647",1,"Good","E","VS2",63.8,58,6272,6.31,6.19,3.99 +"15648",1,"Premium","E","VS2",59.9,59,6272,6.45,6.38,3.84 +"15649",1.07,"Very Good","G","VS2",62.3,57,6274,6.56,6.47,4.06 +"15650",1.07,"Premium","F","VS2",62.4,57,6274,6.55,6.5,4.07 +"15651",1.19,"Ideal","H","SI1",62,56.4,6275,6.77,6.81,4.2 +"15652",1,"Good","E","SI1",61.1,58,6275,6.43,6.41,3.92 +"15653",1.26,"Ideal","F","SI2",62.7,58,6277,6.91,6.87,4.32 +"15654",1.54,"Premium","I","SI2",61.5,61,6278,7.41,7.31,4.53 +"15655",1.22,"Very Good","G","SI1",63.4,57,6278,6.74,6.77,4.28 +"15656",1.04,"Premium","F","VS2",59.6,62,6278,6.62,6.56,3.93 +"15657",1.04,"Premium","H","VVS2",59.1,60,6278,6.66,6.6,3.92 +"15658",1.36,"Very Good","H","SI2",61.5,58,6279,7.09,7.16,4.38 +"15659",1.05,"Ideal","I","VS2",62.2,55.8,6279,6.49,6.52,4.04 +"15660",1.21,"Ideal","I","VS1",60.3,60,6279,6.89,6.93,4.17 +"15661",1,"Good","E","VS2",60.7,62,6279,6.33,6.46,3.88 +"15662",1.29,"Premium","I","VS2",62.2,57,6279,7.01,6.97,4.35 +"15663",1.35,"Ideal","J","SI1",62.3,57,6281,7.02,7.08,4.39 +"15664",1.2,"Premium","H","SI1",60.8,60,6282,6.9,6.85,4.18 +"15665",1,"Very Good","F","VS2",62.5,58,6283,6.32,6.36,3.96 +"15666",1.32,"Premium","I","SI1",62.2,58,6283,7.04,6.99,4.36 +"15667",1.01,"Good","G","VS1",63.8,56,6283,6.27,6.34,4.02 +"15668",1.1,"Premium","G","VS2",60.5,60,6284,6.67,6.58,4.01 +"15669",1,"Very Good","E","VS2",64,59,6285,6.22,6.31,4.01 +"15670",1,"Fair","E","VS2",57.3,64,6285,6.59,6.46,3.79 +"15671",1.18,"Very Good","G","SI1",60.8,58,6286,6.81,6.85,4.15 +"15672",1.04,"Ideal","G","VS2",62,59,6286,6.43,6.5,4.01 +"15673",1.04,"Ideal","G","VS2",59.4,58,6286,6.63,6.67,3.95 +"15674",1.01,"Very Good","F","VS2",58.8,59,6288,6.55,6.59,3.86 +"15675",1.01,"Very Good","F","VS2",60.8,58,6288,6.44,6.49,3.93 +"15676",1.01,"Very Good","F","VS2",59.4,61,6288,6.48,6.51,3.86 +"15677",1.23,"Ideal","E","SI2",61.2,55,6288,6.92,7.01,4.26 +"15678",1.32,"Ideal","J","VS2",62.3,57,6288,6.96,7,4.35 +"15679",1.09,"Ideal","H","VS2",61.3,56,6288,6.57,6.63,4.05 +"15680",1.01,"Good","F","VS2",61.7,58,6288,6.3,6.34,3.9 +"15681",1.01,"Good","F","VS2",62.1,58,6288,6.28,6.35,3.92 +"15682",1.22,"Premium","G","SI1",62.3,58,6288,6.83,6.76,4.23 +"15683",0.9,"Very Good","E","VVS2",62.2,60,6289,6.04,6.12,3.78 +"15684",1.01,"Very Good","F","VS2",63.7,56,6289,6.29,6.34,4.02 +"15685",2.49,"Fair","J","I1",66.3,58,6289,8.26,8.18,5.45 +"15686",1.23,"Ideal","D","SI2",60.6,54,6289,6.97,7.02,4.24 +"15687",1.23,"Ideal","D","SI2",62.4,56,6289,6.81,6.87,4.27 +"15688",1.3,"Very Good","I","VS2",62.7,57,6290,6.88,6.9,4.32 +"15689",1.04,"Ideal","G","VS2",61.4,57,6290,6.53,6.5,4 +"15690",1.04,"Premium","G","VS2",62.5,58,6290,6.47,6.43,4.03 +"15691",0.29,"Ideal","G","VVS2",61.4,57,607,4.27,4.3,2.63 +"15692",0.29,"Ideal","G","VVS2",60.7,54,607,4.33,4.37,2.64 +"15693",0.29,"Ideal","G","VVS2",61.9,56,607,4.24,4.25,2.62 +"15694",0.36,"Ideal","I","VVS1",61.6,56,607,4.58,4.61,2.83 +"15695",0.29,"Ideal","H","VVS1",62.1,55,607,4.28,4.3,2.66 +"15696",0.29,"Ideal","G","VVS1",62.3,55,607,4.25,4.29,2.66 +"15697",0.29,"Ideal","G","VVS1",62.8,54,607,4.21,4.24,2.65 +"15698",0.35,"Ideal","F","SI1",61.5,54,607,4.57,4.6,2.82 +"15699",0.29,"Ideal","H","IF",62.2,55,607,4.25,4.28,2.65 +"15700",0.29,"Ideal","H","IF",60.7,57,607,4.3,4.33,2.62 +"15701",0.29,"Ideal","H","IF",62.1,55,607,4.26,4.29,2.65 +"15702",0.34,"Ideal","G","SI1",62.7,57,607,4.51,4.48,2.82 +"15703",0.31,"Good","F","VS1",63.9,55,607,4.27,4.3,2.74 +"15704",0.24,"Very Good","F","VVS2",61.8,56,608,4.01,4.04,2.48 +"15705",0.24,"Very Good","F","VVS2",61.7,56,608,3.98,4,2.45 +"15706",0.24,"Very Good","F","VVS2",60.6,59,608,4.04,4.06,2.45 +"15707",0.24,"Very Good","E","VVS2",62.2,56,608,3.96,3.98,2.47 +"15708",0.24,"Very Good","E","VVS2",62.4,54,608,3.96,3.99,2.48 +"15709",0.24,"Very Good","F","VVS1",62.2,57,608,3.97,4,2.48 +"15710",0.24,"Very Good","F","VVS1",62.3,56,608,3.97,4.01,2.49 +"15711",0.24,"Very Good","F","VVS1",60.4,56,608,4.05,4.07,2.45 +"15712",0.24,"Very Good","F","VVS1",62.5,55,608,3.98,4.02,2.49 +"15713",0.37,"Very Good","H","VS2",63.5,59,608,4.51,4.55,2.88 +"15714",0.37,"Ideal","G","SI1",61,56,608,4.61,4.68,2.84 +"15715",0.36,"Premium","G","SI2",59.3,59,608,4.66,4.62,2.75 +"15716",0.36,"Premium","G","SI2",62.4,58,608,4.58,4.56,2.85 +"15717",0.36,"Premium","G","SI2",60.8,58,608,4.61,4.57,2.79 +"15718",0.36,"Premium","G","SI2",61.9,56,608,4.59,4.55,2.83 +"15719",0.3,"Premium","H","VS2",61.1,59,608,4.37,4.3,2.65 +"15720",0.3,"Ideal","I","VS1",61.6,56,608,4.36,4.31,2.67 +"15721",1.04,"Ideal","G","VS2",61.8,56,6290,6.5,6.47,4.01 +"15722",1.04,"Ideal","G","VS2",61.9,57,6290,6.5,6.46,4.01 +"15723",1,"Premium","G","VS1",62.4,62,6290,6.37,6.33,3.96 +"15724",1.04,"Ideal","G","VS2",62.6,55,6290,6.49,6.45,4.05 +"15725",1.04,"Premium","G","VS2",62.6,56,6290,6.44,6.41,4.02 +"15726",1,"Ideal","G","VS1",62.9,57,6290,6.36,6.32,3.99 +"15727",1,"Premium","G","VS1",62.3,58,6290,6.39,6.3,3.95 +"15728",1.01,"Very Good","G","VS2",63.5,57,6291,6.36,6.39,4.05 +"15729",1.23,"Premium","H","VS2",61.4,59,6291,6.85,6.87,4.21 +"15730",1.51,"Fair","H","SI2",65.4,60,6291,7.06,6.96,4.6 +"15731",0.95,"Ideal","F","SI1",61.7,56,6291,6.31,6.34,3.9 +"15732",1.51,"Fair","H","SI2",64.5,59,6291,7.21,7.15,4.63 +"15733",1.11,"Ideal","E","SI1",61.4,58,6291,6.66,6.62,4.08 +"15734",1.21,"Ideal","I","VS1",60.5,58,6292,6.95,6.89,4.19 +"15735",1.03,"Very Good","H","VS1",61.9,59,6294,6.44,6.49,4 +"15736",1.32,"Very Good","G","SI2",62.9,57,6294,6.94,6.98,4.38 +"15737",1.01,"Ideal","G","VS2",62,54.9,6295,6.41,6.44,3.99 +"15738",1.01,"Ideal","G","VS2",59.6,59,6295,6.52,6.57,3.9 +"15739",1.01,"Ideal","G","VS2",62,57,6295,6.4,6.44,3.98 +"15740",1.01,"Ideal","G","VS2",60.6,58,6295,6.44,6.5,3.92 +"15741",1,"Very Good","G","VS2",60.8,55,6296,6.46,6.49,3.94 +"15742",1.06,"Premium","G","VS2",60.4,58,6296,6.64,6.68,4.02 +"15743",1,"Very Good","H","VVS1",63.5,60,6296,6.36,6.3,4.02 +"15744",1,"Premium","F","VS2",62.9,59,6296,6.47,6.4,4.02 +"15745",1,"Premium","F","VS2",62.2,57,6296,6.43,6.4,3.99 +"15746",1,"Very Good","F","VS2",63.2,59,6296,6.35,6.3,4 +"15747",1.21,"Good","J","IF",62.1,60,6299,6.81,6.87,4.25 +"15748",1.03,"Ideal","D","SI1",62.2,56,6299,6.48,6.45,4.02 +"15749",1.54,"Ideal","G","I1",61.6,55,6299,7.43,7.4,4.57 +"15750",1.25,"Premium","G","SI2",60.4,59,6300,6.98,6.96,4.21 +"15751",1.25,"Premium","I","VS2",61.2,58,6300,6.94,6.89,4.23 +"15752",1.32,"Very Good","I","SI2",61.2,58,6300,7.12,7.06,4.34 +"15753",1.5,"Very Good","E","SI2",63.5,60,6300,7.19,7.12,4.54 +"15754",1.29,"Ideal","H","SI2",61.6,54,6300,7,7.02,4.32 +"15755",1.15,"Ideal","I","SI1",61.9,56,6300,6.68,6.72,4.15 +"15756",1.15,"Ideal","I","SI1",61.8,55,6300,6.73,6.76,4.17 +"15757",1.5,"Premium","D","I1",61.7,62,6300,7.28,7.24,4.48 +"15758",1.5,"Good","E","SI2",61.5,65,6300,7.21,7.17,4.42 +"15759",1.25,"Ideal","G","SI2",61.5,56,6300,7,6.92,4.28 +"15760",1.02,"Premium","G","VS2",62.5,58,6301,6.41,6.46,4.02 +"15761",1.02,"Very Good","G","VS1",62.6,58,6301,6.36,6.46,4.01 +"15762",1.16,"Very Good","F","SI1",63.4,55,6301,6.73,6.65,4.24 +"15763",1.21,"Ideal","H","VS2",62.9,57,6302,6.8,6.75,4.26 +"15764",1.3,"Very Good","I","SI1",62.3,58,6302,6.93,6.96,4.33 +"15765",0.9,"Ideal","G","VVS2",61.6,56,6302,6.2,6.23,3.83 +"15766",1.2,"Ideal","I","VS2",61.1,58,6303,6.83,6.86,4.18 +"15767",1,"Premium","D","VS2",61.2,61,6303,6.39,6.35,3.9 +"15768",1.34,"Ideal","D","I1",61.7,55,6303,7.12,7.08,4.38 +"15769",1.18,"Ideal","I","VS2",62.3,56,6304,6.76,6.73,4.21 +"15770",1.02,"Ideal","F","VS2",61.5,57,6306,6.48,6.5,3.99 +"15771",1.5,"Good","J","SI2",63.6,58,6306,7.18,7.25,4.59 +"15772",1.56,"Premium","J","SI2",61.4,58,6306,7.38,7.43,4.55 +"15773",1.3,"Very Good","H","SI1",63.4,57,6307,6.93,6.88,4.38 +"15774",1.03,"Premium","F","VS2",62.4,58,6307,6.47,6.42,4.02 +"15775",1.28,"Ideal","I","VS2",61.4,57,6308,7.04,6.97,4.3 +"15776",1.12,"Ideal","H","VS1",61.9,57,6309,6.66,6.69,4.13 +"15777",1.01,"Very Good","E","VS2",62.3,58,6310,6.39,6.45,4 +"15778",1.11,"Very Good","G","VS2",62.3,58,6311,6.59,6.61,4.11 +"15779",1.83,"Premium","G","I1",62,58,6313,7.84,7.8,4.85 +"15780",1.15,"Ideal","G","SI1",62,55,6313,6.72,6.76,4.18 +"15781",1,"Very Good","E","VS2",63.8,59,6315,6.25,6.32,4.01 +"15782",2.01,"Fair","G","I1",70.2,57,6315,7.53,7.5,5.27 +"15783",1,"Good","E","VS2",64.1,54,6315,6.26,6.31,4.03 +"15784",1.45,"Very Good","J","SI1",62.4,57,6316,7.16,7.23,4.49 +"15785",1.05,"Ideal","E","SI1",60.7,55,6316,6.62,6.67,4.03 +"15786",1.33,"Premium","I","VS2",62.5,61,6316,7.02,6.99,4.38 +"15787",1.12,"Ideal","I","VVS2",61.6,54,6317,6.72,6.74,4.14 +"15788",1.02,"Ideal","H","VS1",61.4,57,6317,6.47,6.44,3.97 +"15789",1.26,"Very Good","I","SI1",61.9,58,6318,6.97,6.92,4.3 +"15790",1,"Very Good","F","VS2",62.7,58,6319,6.38,6.41,4.01 +"15791",1.08,"Very Good","F","VS2",63.1,57,6319,6.56,6.5,4.12 +"15792",1.24,"Premium","D","SI1",59.3,60,6319,7.05,7.01,4.16 +"15793",1.26,"Very Good","H","SI1",62.1,57,6320,6.88,6.94,4.29 +"15794",1.69,"Premium","I","I1",62.4,60,6320,7.56,7.59,4.73 +"15795",1.71,"Ideal","J","SI1",62.8,57,6320,7.58,7.55,4.75 +"15796",1.14,"Premium","F","SI1",60.4,58,6320,6.82,6.79,4.11 +"15797",1.29,"Premium","I","VS2",60.4,58,6321,7.12,7.03,4.27 +"15798",1.29,"Ideal","G","SI2",61.5,55,6321,7.03,6.99,4.31 +"15799",1.17,"Ideal","G","VS2",62.2,57,6321,6.75,6.72,4.19 +"15800",1.12,"Ideal","G","VS2",62.1,57,6322,6.63,6.6,4.11 +"15801",1.31,"Premium","I","VS2",61.9,59,6323,7.02,6.98,4.33 +"15802",1.22,"Very Good","H","SI1",62.4,57,6323,6.78,6.82,4.24 +"15803",1.22,"Very Good","H","SI1",62.5,59,6323,6.79,6.82,4.25 +"15804",1.21,"Very Good","E","SI1",62.9,58,6324,6.78,6.79,4.27 +"15805",1.17,"Ideal","H","VS2",60.3,61,6324,6.84,6.8,4.11 +"15806",1.07,"Ideal","G","VS2",61.1,59,6324,6.62,6.57,4.03 +"15807",1,"Ideal","E","SI1",62.4,55,6324,6.34,6.42,3.98 +"15808",1.2,"Ideal","I","VS1",62.1,57,6324,6.84,6.8,4.23 +"15809",1.06,"Premium","G","VS2",60.1,58,6325,6.67,6.64,4 +"15810",1.06,"Very Good","G","VS2",63.1,59,6325,6.48,6.45,4.08 +"15811",1.01,"Very Good","G","VS1",62.7,56,6326,6.36,6.46,4.02 +"15812",1.3,"Good","D","SI2",57.1,63,6327,7.22,7.27,4.14 +"15813",1.24,"Premium","H","SI1",60.1,58,6327,7.04,7.01,4.22 +"15814",1.29,"Ideal","J","SI1",61.6,57,6327,6.98,7.01,4.32 +"15815",1.03,"Premium","G","VS2",62.3,59,6327,6.42,6.38,3.99 +"15816",2.14,"Fair","H","I1",66.4,56,6328,8,7.92,5.29 +"15817",1.18,"Ideal","E","SI2",60.9,57,6328,6.86,6.89,4.19 +"15818",1,"Good","D","SI1",64.1,56,6328,6.28,6.24,4.01 +"15819",1,"Premium","F","VS2",62.8,59,6328,6.35,6.32,3.98 +"15820",1,"Ideal","G","VS2",60.5,56,6328,6.54,6.49,3.94 +"15821",1,"Premium","F","VS2",62.2,59,6328,6.37,6.29,3.94 +"15822",1.01,"Premium","F","VS2",60.8,58,6330,6.44,6.49,3.93 +"15823",1.01,"Good","F","VS2",63.9,58,6330,6.32,6.39,4.06 +"15824",1.26,"Ideal","J","VS1",62.2,58,6332,6.88,6.92,4.29 +"15825",1.01,"Good","F","VS2",60.6,62,6332,6.52,6.49,3.94 +"15826",1.02,"Premium","F","VS2",62.7,59,6333,6.44,6.41,4.03 +"15827",1.2,"Premium","H","VS2",61.4,59,6333,6.79,6.75,4.16 +"15828",1.02,"Ideal","G","VS2",60.6,56,6333,6.56,6.52,3.96 +"15829",1.04,"Very Good","G","VS2",61.1,56,6334,6.54,6.56,4.01 +"15830",1.22,"Very Good","G","SI1",62.1,58,6334,6.84,6.89,4.26 +"15831",1.3,"Premium","J","VS1",61.6,56,6334,7.06,7,4.33 +"15832",1.3,"Ideal","J","VS1",62.3,57,6334,7.06,6.97,4.37 +"15833",1.01,"Premium","G","VS1",62.7,58,6335,6.36,6.31,3.97 +"15834",1.19,"Ideal","G","SI1",62.3,55,6335,6.76,6.81,4.23 +"15835",1.01,"Good","E","VS2",63.7,56,6335,6.29,6.27,4 +"15836",1.01,"Premium","E","VS2",63,60,6335,6.35,6.32,3.99 +"15837",1.01,"Premium","E","VS2",62.9,58,6335,6.47,6.37,4.04 +"15838",1.01,"Premium","E","VS2",60.2,58,6335,6.56,6.52,3.94 +"15839",1.01,"Very Good","E","VS2",63.1,60,6335,6.3,6.26,3.96 +"15840",1.01,"Premium","G","VS1",61.2,58,6335,6.47,6.33,3.92 +"15841",1.17,"Very Good","H","SI1",59.6,62,6336,6.88,6.82,4.08 +"15842",1.31,"Ideal","J","SI1",62.5,56,6337,6.95,7.04,4.37 +"15843",1.37,"Premium","H","VS2",60.9,59,6337,7.22,7.17,4.38 +"15844",1.31,"Ideal","I","VS2",62.4,57,6338,6.93,6.97,4.34 +"15845",0.81,"Ideal","F","IF",61.5,55,6338,5.98,6.05,3.7 +"15846",1.37,"Ideal","J","SI1",62.1,55,6339,7.13,7.16,4.44 +"15847",1,"Very Good","F","VS2",62.2,55,6340,6.39,6.44,3.99 +"15848",1.01,"Ideal","G","VS2",62.4,57,6340,6.39,6.36,3.98 +"15849",1.02,"Ideal","D","SI1",62.2,56,6340,6.43,6.47,4 +"15850",1.5,"Fair","H","SI1",68,59,6340,7.12,6.82,4.76 +"15851",1.35,"Premium","I","SI1",62.1,58,6340,7.07,7,4.37 +"15852",1.04,"Ideal","G","VS2",62,57,6342,6.49,6.5,4.03 +"15853",1.04,"Very Good","F","VS2",60.1,59,6342,6.56,6.61,3.96 +"15854",1.02,"Ideal","E","SI1",62.6,57,6342,6.41,6.44,4.02 +"15855",1.51,"Premium","E","SI2",62.7,58,6342,7.27,7.24,4.55 +"15856",1.51,"Premium","J","VS2",62.3,59,6342,7.36,7.3,4.57 +"15857",1.37,"Ideal","I","VS2",61.5,56,6343,7.14,7.11,4.38 +"15858",1.22,"Ideal","E","SI2",62.7,57,6343,6.84,6.81,4.28 +"15859",1.2,"Good","D","SI2",63.7,52,6344,6.72,6.68,4.27 +"15860",1.03,"Premium","E","VS2",60,59,6344,6.54,6.6,3.94 +"15861",1.1,"Ideal","H","VS2",62.7,56,6344,6.58,6.63,4.14 +"15862",2,"Premium","H","I1",59.7,62,6344,8.19,8.02,4.85 +"15863",1.2,"Good","D","SI2",62.2,65,6344,6.75,6.7,4.18 +"15864",1.01,"Ideal","E","SI1",60.8,56,6346,6.53,6.47,3.95 +"15865",1.01,"Ideal","E","SI1",61.1,57,6346,6.5,6.47,3.96 +"15866",2.02,"Fair","G","I1",68,55,6346,7.77,7.72,5.27 +"15867",2.02,"Fair","G","I1",65.6,57,6346,7.87,7.8,5.15 +"15868",1.14,"Ideal","G","SI2",62.3,56,6346,6.66,6.69,4.16 +"15869",1.21,"Ideal","H","SI2",62.1,58,6347,6.78,6.84,4.23 +"15870",1,"Ideal","G","VS1",62.2,56,6349,6.35,6.41,3.97 +"15871",1,"Ideal","G","VS1",62.7,54,6349,6.37,6.42,4.01 +"15872",1,"Good","G","VS1",63.6,59,6349,6.3,6.34,4.02 +"15873",1.26,"Premium","I","VS2",61.2,59,6350,7.03,6.9,4.26 +"15874",1.26,"Premium","H","SI2",61.3,57,6350,6.96,6.87,4.24 +"15875",1.2,"Very Good","H","SI1",61.6,61,6350,6.81,6.77,4.18 +"15876",1.62,"Premium","H","SI2",63,58,6350,7.47,7.41,4.69 +"15877",1.4,"Ideal","J","SI1",62.1,57,6350,7.17,7.14,4.44 +"15878",1.05,"Ideal","G","VS2",61.7,56,6350,6.54,6.52,4.03 +"15879",1.26,"Ideal","I","VS2",62.6,55,6350,6.96,6.91,4.34 +"15880",1.22,"Premium","E","SI2",61.5,58,6351,6.85,6.81,4.2 +"15881",1,"Good","F","VS2",63.9,62,6352,6.26,6.32,4.02 +"15882",1.1,"Very Good","D","SI1",60.7,55,6352,6.71,6.74,4.08 +"15883",1,"Very Good","F","VS2",62.9,55,6352,6.34,6.38,4 +"15884",1,"Premium","F","VS2",62.4,60,6352,6.35,6.38,3.97 +"15885",1,"Premium","F","VS2",62.6,60,6352,6.29,6.37,3.96 +"15886",1.02,"Ideal","G","VS2",62.5,57,6352,6.41,6.45,4.02 +"15887",1.25,"Ideal","I","SI1",61,56,6352,6.97,7.02,4.27 +"15888",1.06,"Premium","D","SI1",61.1,59,6352,6.63,6.56,4.03 +"15889",1.01,"Fair","G","VS1",64.6,60,6353,6.34,6.22,4.06 +"15890",1.01,"Premium","G","VS1",59.9,59,6353,6.51,6.48,3.89 +"15891",1.01,"Very Good","G","VS1",60.7,63,6353,6.4,6.38,3.88 +"15892",1.01,"Premium","G","VS1",60.5,60,6353,6.52,6.44,3.92 +"15893",1.01,"Ideal","G","VS2",61.6,56,6353,6.46,6.43,3.97 +"15894",1.01,"Very Good","G","VVS2",61.3,61,6354,6.32,6.47,3.92 +"15895",1.24,"Very Good","G","SI2",60.5,60,6354,6.93,7.01,4.22 +"15896",1.22,"Premium","H","VS2",60.9,58,6354,6.89,6.86,4.19 +"15897",1.22,"Premium","H","SI1",61.9,56,6354,6.89,6.84,4.25 +"15898",1.22,"Premium","I","VS1",60.6,61,6354,6.94,6.88,4.19 +"15899",1.07,"Premium","G","VS2",62.1,58,6355,6.55,6.59,4.08 +"15900",1.07,"Very Good","G","VS2",63,55,6355,6.5,6.55,4.11 +"15901",1.07,"Ideal","G","VS2",62.2,57,6355,6.53,6.55,4.07 +"15902",1.07,"Very Good","G","VS2",60.5,56,6355,6.64,6.71,4.04 +"15903",1.07,"Very Good","G","VS2",60.9,58,6355,6.56,6.6,4.01 +"15904",1.02,"Ideal","G","VS2",60.5,57,6356,6.51,6.55,3.95 +"15905",1.29,"Premium","J","VVS2",62.6,59,6356,6.98,6.91,4.35 +"15906",2.15,"Premium","H","I1",62.9,57,6357,8.25,8.2,5.18 +"15907",1,"Premium","E","VS2",62.9,59,6359,6.38,6.27,3.98 +"15908",0.92,"Ideal","F","VS1",61.3,56,6360,6.26,6.3,3.85 +"15909",1.04,"Good","G","VS1",63.8,57,6360,6.42,6.37,4.08 +"15910",1.04,"Premium","G","VS1",60.2,58,6360,6.65,6.64,4 +"15911",1.04,"Very Good","F","VS2",61,60,6361,6.54,6.48,3.97 +"15912",1.53,"Good","H","I1",62.3,55.6,6361,7.34,7.38,4.59 +"15913",1.26,"Ideal","G","SI2",61.8,57,6362,6.93,6.95,4.29 +"15914",1.19,"Premium","H","VS2",61,59,6363,6.91,6.8,4.18 +"15915",1.06,"Ideal","F","SI1",61.7,55,6363,6.58,6.56,4.06 +"15916",1.5,"Good","I","SI2",65,55,6364,7.15,7.24,4.68 +"15917",1.02,"Very Good","E","VS2",60.6,61,6366,6.44,6.47,3.91 +"15918",1.39,"Ideal","J","VS2",60.3,57,6366,7.26,7.24,4.37 +"15919",1.01,"Fair","F","VS1",64.6,60,6366,6.26,6.16,4.01 +"15920",1.16,"Premium","E","SI1",61.3,60,6366,6.7,6.64,4.09 +"15921",1.01,"Fair","D","VS2",65.3,58,6366,6.29,6.24,4.09 +"15922",1.52,"Premium","J","SI1",61,59,6367,7.41,7.35,4.5 +"15923",1.01,"Very Good","G","VS1",62.3,60,6368,6.35,6.49,4 +"15924",1.53,"Good","J","SI2",64.1,58,6368,7.3,7.18,4.64 +"15925",1.31,"Premium","H","VS2",62.1,58,6368,7.01,6.86,4.31 +"15926",1.04,"Ideal","H","VS1",62.5,53,6368,6.5,6.52,4.07 +"15927",1.04,"Ideal","H","VS1",62,54,6368,6.52,6.54,4.05 +"15928",1.17,"Ideal","H","SI1",61.1,57,6368,6.77,6.83,4.16 +"15929",1.1,"Very Good","G","VS2",61.9,57,6369,6.59,6.65,4.1 +"15930",1.38,"Very Good","H","SI2",62.3,60,6369,7.07,7.12,4.42 +"15931",1,"Good","G","VS2",59.1,62,6369,6.42,6.45,3.8 +"15932",1.01,"Premium","G","VVS2",61.9,58,6371,6.48,6.38,3.98 +"15933",1.01,"Very Good","G","VVS2",62.1,63,6371,6.38,6.31,3.94 +"15934",1.25,"Ideal","G","SI2",61.1,55,6371,6.95,6.99,4.26 +"15935",1.22,"Ideal","D","SI2",61.8,58,6372,6.84,6.92,4.25 +"15936",1.29,"Ideal","I","SI1",61.9,56,6372,6.97,7.03,4.33 +"15937",1.05,"Very Good","D","VS2",62.9,57,6373,6.39,6.51,4.06 +"15938",1.2,"Very Good","E","SI1",63.2,57,6373,6.75,6.69,4.25 +"15939",1.54,"Fair","I","SI2",65,56,6375,7.22,7.14,4.67 +"15940",1,"Very Good","E","VS2",59.4,59,6377,6.44,6.46,3.83 +"15941",2.03,"Fair","G","I1",66.3,56,6377,7.81,7.75,5.16 +"15942",2.03,"Premium","G","I1",61.1,58,6377,8.11,8.06,4.94 +"15943",1,"Ideal","G","VS2",62.4,59,6377,6.36,6.4,3.98 +"15944",1.66,"Ideal","J","SI2",60.8,57,6377,7.68,7.65,4.66 +"15945",1.24,"Premium","E","SI2",61.1,59,6377,6.99,6.89,4.24 +"15946",1,"Ideal","G","VS1",62.6,56,6377,6.39,6.36,3.99 +"15947",1,"Premium","G","VS1",62.4,60,6377,6.39,6.37,3.98 +"15948",1.18,"Ideal","I","VVS1",59.7,54,6378,6.92,6.99,4.15 +"15949",1.13,"Premium","G","VS2",62.7,57,6379,6.67,6.61,4.16 +"15950",1.2,"Ideal","I","VS1",61.5,59,6380,6.82,6.84,4.2 +"15951",1.24,"Ideal","I","SI1",60.6,59,6381,6.97,7.03,4.24 +"15952",1.14,"Fair","G","VS1",57.5,67,6381,0,0,0 +"15953",1,"Very Good","F","VS2",63.3,55,6382,6.34,6.29,4 +"15954",1.24,"Premium","I","VVS2",62.7,58,6383,6.85,6.89,4.31 +"15955",1.27,"Ideal","E","SI2",60.2,57,6383,7.09,7.14,4.28 +"15956",1.51,"Ideal","H","SI2",61.7,57,6384,7.39,7.36,4.55 +"15957",1,"Very Good","G","VS2",62.8,62,6386,6.28,6.33,3.96 +"15958",1.46,"Premium","J","SI2",60.1,58,6387,7.43,7.34,4.44 +"15959",1.22,"Premium","H","SI1",60.6,60,6387,6.92,6.85,4.17 +"15960",1.1,"Premium","G","VS2",62.8,58,6387,6.6,6.58,4.14 +"15961",1.1,"Ideal","G","VS2",62.3,56,6387,6.63,6.59,4.12 +"15962",1.22,"Very Good","H","SI1",63.5,55,6387,6.78,6.73,4.29 +"15963",1.09,"Very Good","G","VS2",60.9,56,6388,6.67,6.7,4.07 +"15964",1.22,"Ideal","H","SI1",62.1,56,6388,6.87,6.81,4.25 +"15965",1,"Very Good","G","VS2",63.8,58,6389,6.31,6.35,4.04 +"15966",1.23,"Ideal","I","SI1",61.8,58,6389,6.87,6.91,4.26 +"15967",1,"Good","D","VS2",64.1,58,6389,6.24,6.33,4.03 +"15968",1,"Good","F","VS1",64.2,60,6389,6.18,6.28,4 +"15969",1.33,"Premium","I","VS1",61.7,58,6390,7.09,7.14,4.39 +"15970",1.01,"Fair","F","VS1",64.5,59,6391,6.27,6.19,4.02 +"15971",1.13,"Ideal","F","SI1",59.6,57,6391,6.83,6.79,4.06 +"15972",1.02,"Ideal","F","VS2",61,56,6393,6.55,6.62,4.02 +"15973",1.51,"Premium","F","SI2",62.7,58,6393,7.33,7.29,4.58 +"15974",1.51,"Good","J","SI1",64.1,61,6394,7.16,7.19,4.6 +"15975",1.35,"Ideal","J","SI1",62.3,57,6396,7.08,7.02,4.39 +"15976",1.27,"Ideal","I","VS1",62.8,57,6396,6.86,6.89,4.32 +"15977",1.02,"Very Good","E","SI1",62.7,60,6397,6.45,6.4,4.03 +"15978",1.36,"Good","E","SI2",58,64,6397,7.26,7.19,4.19 +"15979",1.7,"Ideal","H","I1",61.3,55,6397,7.7,7.63,4.7 +"15980",1.2,"Premium","E","SI2",62.6,56,6397,6.84,6.77,4.26 +"15981",1,"Fair","F","VS1",65.3,59,6397,6.25,6.21,4.07 +"15982",1.02,"Premium","E","VS2",60.4,58,6397,6.51,6.47,3.92 +"15983",1.21,"Fair","G","SI1",64.6,60,6397,6.69,6.62,4.3 +"15984",1.02,"Good","F","VS2",64.2,59,6397,6.4,6.28,4.07 +"15985",1.02,"Premium","G","VS2",62.1,58,6397,6.5,6.44,4.02 +"15986",1.22,"Ideal","H","SI2",62.3,57,6398,6.84,6.89,4.28 +"15987",1.22,"Ideal","I","SI1",62.3,58,6398,6.8,6.82,4.24 +"15988",1.01,"Very Good","E","VS2",60.9,57,6399,6.41,6.47,3.92 +"15989",1.01,"Good","E","VS2",63.3,60,6399,6.3,6.33,4 +"15990",1.01,"Good","E","VS2",63.3,58,6399,6.35,6.38,4.03 +"15991",1.01,"Very Good","E","VS2",62,55,6399,6.42,6.46,3.99 +"15992",1.01,"Very Good","E","VS2",58.1,60,6399,6.51,6.58,3.8 +"15993",1.25,"Very Good","G","SI2",61.4,59,6399,6.97,6.93,4.27 +"15994",1.06,"Ideal","F","VS2",60.5,57,6399,6.6,6.58,3.99 +"15995",0.84,"Ideal","D","VVS1",62,54,6399,6.04,6.08,3.76 +"15996",1.06,"Premium","F","VS2",62.3,58,6399,6.56,6.51,4.07 +"15997",1,"Premium","E","VS2",62.9,58,6400,6.36,6.29,3.98 +"15998",1.35,"Premium","G","SI2",58.4,59,6400,7.32,7.28,4.26 +"15999",1.22,"Ideal","F","SI2",62.5,56.2,6401,6.81,6.85,4.27 +"16000",1.37,"Ideal","I","SI2",62.2,56,6401,7.07,7.14,4.42 +"16001",1.57,"Premium","I","SI2",62.2,60,6401,7.43,7.36,4.6 +"16002",1.27,"Ideal","I","VS2",62.6,57,6401,6.92,6.88,4.32 +"16003",1.47,"Premium","I","SI2",61.6,59,6403,7.29,7.32,4.5 +"16004",1.05,"Ideal","F","VS2",62.7,56,6403,6.52,6.59,4.11 +"16005",1.27,"Ideal","H","SI2",61.8,57,6403,6.93,6.96,4.29 +"16006",1.22,"Premium","E","SI1",59.7,61,6403,7.03,6.9,4.16 +"16007",1.23,"Ideal","E","SI2",61.2,55,6403,7.01,6.92,4.26 +"16008",1.04,"Very Good","F","VS2",59,57,6405,6.64,6.69,3.93 +"16009",1.17,"Ideal","I","SI1",61.7,56,6405,6.73,6.78,4.17 +"16010",1.3,"Premium","J","VVS2",62.9,60,6405,6.91,6.86,4.33 +"16011",1.33,"Premium","H","SI2",62.8,52,6405,7.15,7.06,4.46 +"16012",1.01,"Very Good","G","VS2",61.6,60,6406,6.42,6.47,3.97 +"16013",1.01,"Very Good","G","VS2",63.4,55,6406,6.35,6.4,4.04 +"16014",1.23,"Ideal","H","VS2",59,57,6406,7.05,6.99,4.14 +"16015",1.3,"Premium","H","SI2",60.1,57,6406,7.17,7.13,4.3 +"16016",1.01,"Good","G","VS1",59.2,63,6407,6.5,6.48,3.84 +"16017",1.22,"Very Good","G","SI2",63.2,58,6409,6.82,6.76,4.29 +"16018",1.32,"Ideal","G","SI2",62.9,57,6409,6.98,6.94,4.38 +"16019",1.02,"Ideal","G","VS2",62.5,58,6410,6.36,6.44,4 +"16020",1.08,"Ideal","H","VS2",60.3,57,6411,6.67,6.7,4.03 +"16021",0.3,"Premium","I","VS1",60.3,58,608,4.34,4.32,2.61 +"16022",0.3,"Premium","I","VS1",59.8,60,608,4.36,4.34,2.6 +"16023",0.3,"Premium","I","VS1",60.4,58,608,4.4,4.34,2.64 +"16024",0.3,"Ideal","I","VS1",61,56,608,4.37,4.35,2.66 +"16025",0.3,"Premium","I","VS1",59.1,59,608,4.38,4.35,2.58 +"16026",0.3,"Premium","I","VS1",58.8,61,608,4.43,4.38,2.59 +"16027",0.3,"Premium","I","VS1",60.5,60,608,4.33,4.3,2.61 +"16028",0.3,"Premium","I","VS1",60.8,59,608,4.32,4.3,2.62 +"16029",0.3,"Very Good","I","VS1",63.4,54,608,4.32,4.29,2.73 +"16030",0.3,"Ideal","I","VS1",62.5,54,608,4.32,4.29,2.69 +"16031",0.3,"Ideal","I","VS1",62.5,57,608,4.32,4.29,2.69 +"16032",0.3,"Premium","I","VS1",61.7,58,608,4.32,4.27,2.65 +"16033",0.3,"Premium","I","VS1",62,58,608,4.3,4.25,2.65 +"16034",0.3,"Premium","I","VS1",62.9,58,608,4.29,4.26,2.69 +"16035",0.3,"Premium","I","VS1",61.7,59,608,4.3,4.26,2.64 +"16036",0.3,"Premium","I","VS1",63,53,608,4.31,4.26,2.7 +"16037",0.3,"Premium","I","VS1",61.6,60,608,4.3,4.27,2.64 +"16038",0.3,"Very Good","I","VS1",63.3,59,608,4.23,4.2,2.67 +"16039",0.3,"Premium","I","VS1",62.9,59,608,4.3,4.22,2.68 +"16040",0.3,"Good","I","VS1",63.7,58,608,4.25,4.23,2.7 +"16041",0.3,"Very Good","I","VS1",63.5,57,608,4.29,4.24,2.71 +"16042",0.3,"Premium","H","VS2",62.3,58,608,4.33,4.31,2.69 +"16043",0.3,"Premium","H","VS2",60.9,61,608,4.35,4.32,2.64 +"16044",0.3,"Ideal","H","VS2",60.7,57,608,4.37,4.33,2.64 +"16045",0.3,"Premium","H","VS2",61.8,60,608,4.31,4.26,2.65 +"16046",0.3,"Premium","H","VS2",60.9,61,608,4.3,4.27,2.61 +"16047",0.3,"Very Good","H","VS2",63.5,54,608,4.3,4.27,2.72 +"16048",0.3,"Premium","H","VS2",62.2,59,608,4.31,4.28,2.67 +"16049",0.3,"Premium","H","VS2",61.1,61,608,4.33,4.31,2.64 +"16050",0.3,"Premium","H","VS2",62.5,58,608,4.28,4.26,2.67 +"16051",1.06,"Ideal","G","VS2",62.7,55,6411,6.53,6.49,4.08 +"16052",1.01,"Good","G","VS1",63.2,61,6412,6.33,6.35,4.01 +"16053",1.01,"Premium","G","VS1",59.8,59,6412,6.5,6.55,3.9 +"16054",1.28,"Ideal","G","SI2",61.5,57,6412,6.93,7,4.28 +"16055",1.02,"Ideal","F","VS2",62.1,57,6412,6.44,6.37,3.98 +"16056",1.08,"Premium","G","VS2",59.4,59,6415,6.68,6.75,3.99 +"16057",1.08,"Very Good","G","VS2",62.3,58,6415,6.5,6.54,4.06 +"16058",1.27,"Premium","I","VS1",62.2,59,6415,6.87,6.92,4.29 +"16059",1.02,"Premium","G","VS2",62.5,58,6416,6.46,6.41,4.02 +"16060",1.01,"Ideal","F","VS2",61,57,6416,6.38,6.5,3.93 +"16061",1.01,"Premium","F","VS2",59.2,60,6416,6.51,6.54,3.86 +"16062",1.01,"Good","F","VS2",63.1,60,6416,6.36,6.39,4.02 +"16063",1.01,"Very Good","F","VS2",62.8,59,6416,6.33,6.41,4 +"16064",1.01,"Premium","F","VS2",62.2,60,6416,6.37,6.4,3.97 +"16065",1.01,"Premium","F","VS2",61.7,58,6416,6.42,6.48,3.98 +"16066",1.01,"Ideal","F","VS2",62,56,6416,6.46,6.51,4.02 +"16067",1.2,"Premium","H","VS2",62.5,58,6416,6.77,6.73,4.23 +"16068",1.2,"Premium","H","VS2",62.4,59,6416,6.73,6.69,4.19 +"16069",1.2,"Premium","H","VS2",62.8,58,6416,6.75,6.7,4.22 +"16070",1.02,"Ideal","G","VS2",60.4,57,6416,6.55,6.53,3.95 +"16071",1.02,"Premium","G","VS2",61.5,59,6416,6.44,6.41,3.95 +"16072",1.02,"Ideal","G","VS2",62.5,55,6418,6.43,6.49,4.04 +"16073",1.02,"Ideal","G","VS2",62.8,57,6418,6.36,6.45,4.02 +"16074",1.21,"Ideal","I","VS1",62.2,54.5,6418,6.81,6.86,4.25 +"16075",1.22,"Very Good","I","VS2",59.6,58,6419,6.95,6.98,4.15 +"16076",1.25,"Ideal","I","VS2",62.5,56,6419,6.87,6.92,4.31 +"16077",1.09,"Ideal","H","VS2",61.4,57,6419,6.61,6.65,4.07 +"16078",1.17,"Ideal","G","SI1",60.7,56,6419,6.79,6.84,4.13 +"16079",1.22,"Very Good","G","SI1",63.4,56,6421,6.75,6.78,4.29 +"16080",1.5,"Good","J","SI2",63.6,58,6421,7.25,7.18,4.59 +"16081",1.2,"Very Good","H","VS2",63.2,54,6423,6.73,6.78,4.27 +"16082",1.04,"Very Good","G","VS2",62.8,56,6424,6.42,6.48,4.05 +"16083",1,"Ideal","F","VS2",61.7,58,6424,6.37,6.43,3.95 +"16084",1.29,"Ideal","H","SI1",62.6,56,6424,6.96,6.93,4.35 +"16085",1.49,"Fair","H","I1",66.9,61,6425,6.93,6.89,4.62 +"16086",1.01,"Premium","E","VS2",62.1,58,6425,6.42,6.34,3.96 +"16087",1.08,"Ideal","H","SI1",60.5,57,6426,6.63,6.67,4.02 +"16088",1.06,"Ideal","D","SI1",62.6,56,6426,6.49,6.52,4.07 +"16089",1.29,"Premium","I","SI1",61.8,59,6429,6.99,6.96,4.31 +"16090",1.01,"Good","D","VS2",61.6,61,6429,6.43,6.45,3.97 +"16091",1.27,"Ideal","J","VVS2",62.2,54,6430,6.92,6.98,4.32 +"16092",1.32,"Ideal","I","SI1",62.2,57,6431,7.07,7.01,4.38 +"16093",1.32,"Premium","H","SI2",62.7,58,6431,7.05,6.99,4.4 +"16094",1.02,"Very Good","G","VS2",60.9,56,6432,6.47,6.51,3.95 +"16095",1,"Very Good","G","VS1",59.1,61,6435,6.48,6.54,3.85 +"16096",1.26,"Premium","H","SI1",62.1,57,6435,6.94,6.88,4.29 +"16097",1.23,"Ideal","I","VS1",61.5,56,6435,6.86,6.89,4.23 +"16098",1.14,"Very Good","G","VS2",63.2,56,6435,6.67,6.63,4.2 +"16099",1.2,"Premium","F","SI1",62.9,58,6435,6.76,6.69,4.23 +"16100",1.69,"Premium","I","I1",62.4,60,6436,7.59,7.56,4.73 +"16101",1,"Good","G","SI1",59.9,58,6437,6.44,6.48,3.87 +"16102",1.24,"Very Good","G","SI1",61.8,59,6438,6.85,6.88,4.24 +"16103",1.31,"Premium","I","VS2",61.9,59,6438,7.02,6.98,4.33 +"16104",1.01,"Very Good","F","VS1",59.4,58,6439,6.46,6.54,3.86 +"16105",1.01,"Ideal","G","VS2",61.7,56,6439,6.43,6.46,3.98 +"16106",1.01,"Ideal","G","VS2",61.9,56,6439,6.42,6.46,3.99 +"16107",1.01,"Ideal","G","VS2",61.9,56,6439,6.41,6.45,3.98 +"16108",1.23,"Ideal","H","SI1",61,56,6439,6.96,6.92,4.23 +"16109",1,"Very Good","D","VS2",63.1,59,6440,6.26,6.36,3.98 +"16110",1.18,"Ideal","H","SI1",61.5,57,6440,6.78,6.82,4.18 +"16111",1.25,"Good","F","VS2",63.9,58,6440,6.76,6.71,4.31 +"16112",1.21,"Premium","E","SI1",62.9,58,6440,6.79,6.78,4.27 +"16113",1.07,"Very Good","E","VS2",60.4,58,6441,6.61,6.66,4.01 +"16114",1.58,"Ideal","I","SI2",62.3,57,6441,7.42,7.34,4.6 +"16115",1.01,"Premium","G","VS1",62.7,56,6441,6.46,6.36,4.02 +"16116",0.9,"Premium","D","VS1",61.2,58,6441,6.27,6.25,3.83 +"16117",1.01,"Premium","G","VS1",62,58,6441,6.44,6.4,3.98 +"16118",1.33,"Very Good","J","VS1",61.7,55,6442,7.07,7.12,4.38 +"16119",1.3,"Ideal","F","SI2",62.2,56,6442,6.96,7,4.34 +"16120",1.3,"Premium","I","VS2",60.1,58,6442,7.1,7.14,4.28 +"16121",1.27,"Very Good","I","VS2",62.4,58,6443,6.83,6.89,4.28 +"16122",1.36,"Ideal","D","SI2",61.2,57,6443,7.15,7.19,4.39 +"16123",1.3,"Good","D","SI2",57.1,63,6443,7.27,7.22,4.14 +"16124",1.5,"Premium","H","SI2",61.8,57,6443,7.34,7.31,4.53 +"16125",0.91,"Ideal","D","VS2",60.9,57,6444,6.26,6.32,3.83 +"16126",1,"Good","E","VS2",60.6,65,6445,6.29,6.36,3.83 +"16127",1.11,"Premium","G","VS2",60.4,58,6445,6.76,6.72,4.07 +"16128",1.01,"Good","F","VS2",63.9,58,6446,6.39,6.32,4.06 +"16129",1.01,"Premium","F","VS2",60.9,58,6446,6.47,6.41,3.92 +"16130",1.02,"Very Good","D","VS2",63.9,59,6447,6.29,6.33,4.03 +"16131",1.14,"Premium","F","SI1",61.1,58,6448,6.77,6.72,4.12 +"16132",1.22,"Premium","G","SI1",61.2,60,6449,6.82,6.75,4.15 +"16133",1.01,"Very Good","G","VS2",63.6,56,6449,6.34,6.39,4.05 +"16134",1,"Very Good","G","VS2",62.4,58,6449,6.31,6.38,3.96 +"16135",1.22,"Premium","G","SI1",62.1,58,6449,6.89,6.84,4.26 +"16136",1.01,"Ideal","G","VS2",61.9,58,6449,6.37,6.43,3.96 +"16137",1.33,"Ideal","J","VS1",62.5,58,6449,6.99,7.03,4.38 +"16138",1.23,"Ideal","I","SI1",62.1,57,6449,6.83,6.88,4.26 +"16139",1.01,"Good","D","VS2",64.5,58,6449,6.27,6.31,4.06 +"16140",1.2,"Ideal","H","SI1",62,58,6450,6.78,6.83,4.22 +"16141",1,"Premium","G","VS2",60.6,59,6451,6.42,6.36,3.87 +"16142",1.3,"Ideal","I","SI1",62.3,58,6451,6.94,7,4.34 +"16143",1.28,"Premium","I","VS2",62.5,61,6451,6.89,6.86,4.3 +"16144",1.2,"Premium","H","SI1",61.3,60,6451,6.87,6.81,4.19 +"16145",1.28,"Ideal","H","SI2",62.8,57,6451,6.92,6.87,4.33 +"16146",1,"Premium","G","VS2",60,59,6451,6.54,6.46,3.9 +"16147",1.2,"Premium","G","SI1",62.7,58,6451,6.71,6.66,4.19 +"16148",1.09,"Very Good","G","VS1",59.7,63,6453,6.65,6.74,4 +"16149",1.09,"Ideal","H","VS2",62.9,58,6453,6.56,6.51,4.11 +"16150",1.31,"Good","I","VS1",64.3,58.7,6455,6.84,6.87,4.41 +"16151",1.45,"Fair","F","SI2",64.4,58,6455,7.17,7.11,4.59 +"16152",1.22,"Ideal","F","SI1",62.8,55,6456,6.87,6.79,4.29 +"16153",1.23,"Very Good","H","SI1",61,59,6458,6.91,6.86,4.2 +"16154",1.04,"Ideal","H","SI1",61.6,55,6458,6.51,6.54,4.02 +"16155",1.04,"Premium","F","VS2",60.1,59,6458,6.61,6.56,3.96 +"16156",1.04,"Ideal","G","VS2",62,57,6458,6.5,6.49,4.03 +"16157",1.28,"Ideal","F","SI2",62.3,55,6458,6.96,6.91,4.32 +"16158",1.36,"Premium","F","SI2",61.4,59,6458,7.16,7.12,4.38 +"16159",1.55,"Premium","H","SI2",58,60,6458,7.61,7.58,4.41 +"16160",1.5,"Premium","H","SI2",62.1,58,6458,7.31,7.21,4.51 +"16161",1.12,"Ideal","E","SI1",61.6,55,6458,6.69,6.66,4.11 +"16162",1.23,"Very Good","H","VS2",61.6,59,6459,6.84,6.86,4.22 +"16163",1.23,"Very Good","H","VS2",60.6,59,6459,6.89,6.94,4.19 +"16164",1.22,"Ideal","I","VS1",62.3,54,6459,6.82,6.86,4.26 +"16165",1.07,"Ideal","F","VS2",62,57,6459,6.5,6.47,4.08 +"16166",1.03,"Ideal","D","SI1",59.9,57,6460,6.61,6.68,3.98 +"16167",1.03,"Premium","E","VS2",60,59,6460,6.6,6.54,3.94 +"16168",1.02,"Good","E","VS2",63.2,60,6462,6.29,6.34,3.99 +"16169",1,"Premium","G","VS1",61.2,58,6462,6.49,6.38,3.94 +"16170",1.34,"Very Good","G","SI2",62.2,56,6463,7,7.08,4.38 +"16171",1.34,"Premium","G","SI2",61.7,58,6464,7.04,7.1,4.36 +"16172",1.14,"Very Good","D","SI1",62.7,59,6464,6.64,6.67,4.17 +"16173",1,"Good","G","VS1",63.6,59,6465,6.34,6.3,4.02 +"16174",1,"Ideal","G","VS1",62.2,56,6465,6.41,6.35,3.97 +"16175",1,"Ideal","G","VS1",62.7,54,6465,6.42,6.37,4.01 +"16176",0.9,"Very Good","E","VVS2",62,55,6466,6.08,6.17,3.8 +"16177",1.03,"Ideal","F","VS2",60.4,56,6467,6.59,6.56,3.97 +"16178",1,"Very Good","F","VS1",62.9,56,6468,6.38,6.43,4.03 +"16179",1,"Very Good","F","VS1",62.6,57,6468,6.35,6.42,4 +"16180",1.2,"Good","H","VS2",62.6,56,6468,6.73,6.76,4.22 +"16181",1,"Premium","F","VS2",58.6,61,6468,6.53,6.5,3.82 +"16182",1,"Premium","F","VS2",62.4,60,6468,6.38,6.35,3.97 +"16183",1.25,"Ideal","E","SI1",61.1,57,6468,6.93,6.89,4.22 +"16184",1.1,"Premium","D","SI1",60.7,55,6468,6.74,6.71,4.08 +"16185",1,"Premium","F","VS2",62.6,60,6468,6.37,6.29,3.96 +"16186",1.22,"Ideal","I","VS1",62.3,57,6469,6.81,6.85,4.25 +"16187",1.22,"Ideal","I","VS1",61.9,55.7,6469,6.81,6.84,4.23 +"16188",1.01,"Premium","G","VVS2",61.3,61,6470,6.47,6.32,3.92 +"16189",1.31,"Ideal","F","SI1",62.4,56,6470,6.98,6.9,4.33 +"16190",1.1,"Ideal","H","VS1",61.4,57,6470,6.65,6.64,4.08 +"16191",1.01,"Premium","G","VVS2",61.9,60,6470,6.45,6.41,3.98 +"16192",1.07,"Ideal","G","VS2",63,55,6471,6.55,6.5,4.11 +"16193",1.07,"Premium","G","VS2",60.9,58,6471,6.6,6.56,4.01 +"16194",1.07,"Ideal","G","VS2",62.2,57,6471,6.55,6.53,4.07 +"16195",1.07,"Premium","G","VS2",60.5,56,6471,6.71,6.64,4.04 +"16196",1.07,"Premium","G","VS2",62.1,58,6471,6.59,6.55,4.08 +"16197",1.2,"Ideal","H","SI1",62.2,56,6471,6.8,6.77,4.23 +"16198",1.27,"Ideal","H","SI1",61.5,55,6472,6.97,6.95,4.28 +"16199",1.29,"Ideal","E","SI2",62.8,57,6473,6.94,6.88,4.34 +"16200",1.7,"Good","I","I1",63.6,58,6474,7.52,7.48,4.77 +"16201",1.26,"Ideal","H","SI1",61.7,58,6476,6.95,6.9,4.27 +"16202",1.06,"Good","G","VS1",63.4,57,6477,6.45,6.48,4.1 +"16203",1.53,"Ideal","H","I1",62.3,56,6477,7.38,7.34,4.59 +"16204",1.26,"Ideal","E","SI2",61,57,6477,7.03,6.97,4.27 +"16205",1.21,"Ideal","G","VS2",61.7,56,6478,6.85,6.83,4.22 +"16206",1.02,"Very Good","F","VS2",59.4,58,6479,6.52,6.62,3.9 +"16207",1.02,"Ideal","F","VS2",62.7,54,6479,6.42,6.5,4.05 +"16208",1.02,"Very Good","F","VS2",61.7,58,6479,6.47,6.5,4 +"16209",1.02,"Premium","F","VS2",61.3,58,6479,6.42,6.54,3.97 +"16210",1.02,"Good","F","VS2",63.3,59,6479,6.37,6.4,4.04 +"16211",1.02,"Ideal","F","VS2",62.7,56,6479,6.39,6.44,4.02 +"16212",1.07,"Ideal","H","VS1",60.2,59,6479,6.66,6.69,4.02 +"16213",1.03,"Premium","G","VS1",62.1,59,6479,6.48,6.4,4 +"16214",1.01,"Very Good","E","VS2",63.1,56,6480,6.34,6.4,4.02 +"16215",1.09,"Ideal","G","VS2",62.3,57,6480,6.6,6.57,4.1 +"16216",1.33,"Ideal","H","SI2",62.7,57,6480,7.05,6.98,4.4 +"16217",1.33,"Premium","G","SI2",63,59,6480,7,6.97,4.4 +"16218",1.33,"Very Good","H","SI2",62.5,58,6482,7.04,6.97,4.38 +"16219",1.06,"Very Good","G","VS2",61.7,57,6483,6.5,6.57,4.03 +"16220",1.31,"Ideal","H","SI2",62.2,57,6484,6.96,7,4.34 +"16221",1.03,"Premium","F","VS2",62,58,6484,6.5,6.46,4.02 +"16222",1.2,"Ideal","H","SI1",60.8,57,6485,6.9,6.88,4.19 +"16223",1.05,"Ideal","G","VS2",60.8,57,6486,6.58,6.65,4.02 +"16224",1.05,"Ideal","G","VS2",61.9,56,6486,6.52,6.56,4.05 +"16225",1.05,"Very Good","G","VS2",62.8,57,6486,6.45,6.49,4.06 +"16226",1.03,"Very Good","G","VS1",60.6,58,6487,6.48,6.55,3.95 +"16227",1.2,"Ideal","H","VS2",59.9,57,6487,6.91,6.87,4.13 +"16228",1.01,"Premium","E","VS2",62.4,60,6488,6.39,6.43,4 +"16229",1.01,"Very Good","E","VS2",62.9,57,6488,6.37,6.43,4.02 +"16230",0.94,"Ideal","G","VVS1",62.4,58,6488,6.22,6.27,3.9 +"16231",1.24,"Ideal","H","SI1",60.9,57,6488,6.9,6.95,4.22 +"16232",1.22,"Premium","G","SI1",60.7,59,6492,6.92,6.96,4.21 +"16233",1.15,"Ideal","G","VS2",61.4,57,6492,6.78,6.74,4.15 +"16234",1.15,"Premium","G","VS2",61.5,58,6492,6.76,6.71,4.14 +"16235",1.2,"Premium","G","SI1",63,60,6494,6.81,6.75,4.27 +"16236",1.38,"Very Good","J","VS2",62.7,56,6494,7.06,7.11,4.44 +"16237",1.51,"Premium","E","I1",59,62,6494,7.41,7.36,4.36 +"16238",1.18,"Ideal","I","VVS1",59.7,54,6494,6.99,6.92,4.15 +"16239",1.37,"Premium","G","SI2",59.6,60,6495,7.24,7.18,4.3 +"16240",1.1,"Very Good","H","VVS2",59.7,57.8,6497,6.7,6.76,4.01 +"16241",1.01,"Very Good","G","VS1",62.8,59,6499,6.34,6.37,3.99 +"16242",1.01,"Premium","G","VS1",62.6,59,6499,6.38,6.46,4.02 +"16243",1.01,"Premium","G","VS1",62.6,59,6499,6.38,6.43,4.01 +"16244",1.01,"Good","G","VS1",63.2,58,6499,6.34,6.38,4.02 +"16245",1.01,"Premium","G","VS1",62.7,58,6499,6.38,6.41,4.01 +"16246",1.01,"Good","G","VS1",63.7,57,6499,6.32,6.37,4.04 +"16247",1.01,"Premium","G","VS1",60.8,58,6499,6.44,6.51,3.94 +"16248",1.01,"Premium","G","VS1",62.3,59,6499,6.38,6.42,3.99 +"16249",1.01,"Ideal","G","VS1",61.8,57,6499,6.4,6.45,3.97 +"16250",1.02,"Ideal","G","VS2",61.4,55,6499,6.48,6.51,3.99 +"16251",1.2,"Premium","H","VS2",62.8,59,6500,6.75,6.7,4.22 +"16252",1.14,"Very Good","G","VS2",61.3,57,6500,6.69,6.78,4.13 +"16253",1.01,"Ideal","F","VS2",62.6,57,6501,6.39,6.43,4.01 +"16254",1.01,"Very Good","E","SI1",63.4,55,6501,6.38,6.42,4.06 +"16255",1.2,"Ideal","G","SI1",61.2,56,6502,6.92,6.84,4.21 +"16256",1.35,"Ideal","H","VS2",61.6,55,6502,7.08,7.02,4.34 +"16257",2.07,"Fair","G","I1",67.7,56,6503,7.76,7.73,5.25 +"16258",1.24,"Ideal","F","SI2",61.4,58,6503,6.85,6.9,4.22 +"16259",1.12,"Premium","G","VS2",61.7,56,6503,6.72,6.61,4.11 +"16260",1.01,"Ideal","G","VS1",62,57,6504,6.44,6.36,3.97 +"16261",1.08,"Good","H","VVS1",63.1,57,6504,6.52,6.57,4.13 +"16262",1.09,"Premium","G","VS2",60.9,56,6504,6.7,6.67,4.07 +"16263",1.22,"Premium","I","VS1",59.4,60,6504,7.02,6.96,4.15 +"16264",1.01,"Ideal","G","VS2",61.8,57,6504,6.43,6.41,3.97 +"16265",1.09,"Premium","G","VS2",61.7,58,6504,6.6,6.53,4.05 +"16266",1.02,"Premium","G","VS1",60.8,58,6505,6.52,6.47,3.95 +"16267",1.21,"Premium","H","SI1",61.6,61,6505,6.88,6.83,4.22 +"16268",1.32,"Premium","H","VS2",61.5,59,6505,7.04,7.01,4.32 +"16269",1.21,"Premium","D","SI2",62.5,57,6505,6.79,6.71,4.22 +"16270",1.21,"Premium","D","SI2",62.5,57,6505,6.79,6.71,4.22 +"16271",1.29,"Ideal","F","SI2",61.7,54,6509,7.08,6.99,4.34 +"16272",1.01,"Good","G","VS1",64,60,6509,6.29,6.33,4.04 +"16273",1.01,"Good","E","VS1",64.6,58,6509,6.22,6.29,4.04 +"16274",1.29,"Ideal","I","VS2",62.7,57,6509,6.97,6.91,4.35 +"16275",1.02,"Ideal","F","VS2",62.9,57,6509,6.42,6.33,4.01 +"16276",1.23,"Ideal","G","SI1",61.4,56,6509,6.94,6.91,4.25 +"16277",1.51,"Premium","H","SI2",62.9,58,6511,7.31,7.26,4.58 +"16278",1.51,"Ideal","I","VS2",60.7,57,6511,7.42,7.35,4.48 +"16279",1.51,"Good","J","SI1",64.1,61,6511,7.19,7.16,4.6 +"16280",1.2,"Ideal","H","SI1",62.7,55,6512,6.76,6.73,4.23 +"16281",1.01,"Ideal","G","VS2",60.1,55,6512,6.53,6.58,3.94 +"16282",1.11,"Ideal","F","SI1",61.1,57,6512,6.67,6.69,4.08 +"16283",1.53,"Premium","H","SI2",61.5,60,6512,7.46,7.39,4.56 +"16284",3,"Very Good","H","I1",63.1,55,6512,9.23,9.1,5.77 +"16285",1.33,"Very Good","I","SI1",62.6,56,6513,6.97,7.03,4.38 +"16286",0.92,"Ideal","D","VS2",61.4,56,6513,6.26,6.28,3.85 +"16287",1.01,"Very Good","E","VS2",63.3,58,6516,6.38,6.35,4.03 +"16288",1.01,"Very Good","E","VS2",63.3,60,6516,6.33,6.3,4 +"16289",1.01,"Premium","E","VS2",58.1,60,6516,6.58,6.51,3.8 +"16290",1.01,"Ideal","G","VS2",61.5,57,6516,6.49,6.45,3.98 +"16291",1.01,"Very Good","E","VS2",61.1,62,6517,6.39,6.5,3.94 +"16292",1.01,"Good","E","VS2",58.9,62,6517,6.55,6.63,3.88 +"16293",1.15,"Ideal","E","SI1",60.2,57,6517,6.8,6.77,4.09 +"16294",1,"Very Good","E","VS2",62.6,60,6518,6.35,6.4,3.99 +"16295",1.2,"Ideal","H","SI1",62.1,56,6518,6.83,6.76,4.22 +"16296",1.22,"Ideal","F","SI2",62.5,56,6518,6.85,6.81,4.27 +"16297",1.32,"Premium","H","VVS2",61.3,58,6520,7.05,7.01,4.31 +"16298",1,"Premium","F","VS2",61.9,59,6521,6.36,6.41,3.95 +"16299",2,"Good","J","I1",63.6,62,6521,7.97,7.8,5.02 +"16300",1.01,"Very Good","E","VS2",62.2,58,6522,6.36,6.41,3.97 +"16301",1.01,"Very Good","E","VS2",60.4,58,6522,6.47,6.6,3.95 +"16302",1.01,"Very Good","E","VS2",63.3,56,6522,6.34,6.37,4.02 +"16303",1.01,"Good","E","VS2",58,60,6522,6.64,6.68,3.86 +"16304",1.5,"Good","J","SI1",64.5,56,6523,7.09,7.18,4.6 +"16305",1.07,"Very Good","G","VS2",62.9,59,6525,6.49,6.52,4.09 +"16306",1.13,"Ideal","G","VS2",62.7,57,6525,6.65,6.68,4.18 +"16307",1.19,"Very Good","F","SI1",60.8,59,6526,6.85,6.89,4.18 +"16308",1.2,"Very Good","G","SI1",62.8,60,6526,6.71,6.79,4.24 +"16309",1.2,"Very Good","G","SI1",62.8,57,6526,6.68,6.73,4.21 +"16310",1.11,"Premium","H","VS2",61.1,59,6527,6.66,6.63,4.06 +"16311",1.04,"Ideal","G","VS2",60.8,57,6529,6.55,6.57,3.99 +"16312",1.01,"Premium","G","VS1",59.8,59,6529,6.55,6.5,3.9 +"16313",1.01,"Very Good","G","VS1",63.2,61,6529,6.35,6.33,4.01 +"16314",1.01,"Very Good","G","VS1",63.5,59,6529,6.36,6.31,4.02 +"16315",1.01,"Good","G","VS1",63.7,56,6529,6.37,6.29,4.03 +"16316",1.31,"Premium","H","SI2",60.8,58,6529,7.13,7.08,4.32 +"16317",1.08,"Ideal","G","VS2",62.5,56,6530,6.57,6.54,4.1 +"16318",1.15,"Fair","G","VS1",64.6,57,6530,6.6,6.5,4.23 +"16319",1.22,"Very Good","F","SI1",63.1,58,6530,6.8,6.74,4.27 +"16320",1.22,"Very Good","G","SI2",59.2,61,6531,6.99,6.92,4.12 +"16321",1.09,"Ideal","D","SI1",61.3,55.9,6532,6.61,6.65,4.06 +"16322",1.08,"Premium","G","VS2",62.3,58,6532,6.54,6.5,4.06 +"16323",1.08,"Premium","G","VS2",60.1,59,6532,6.7,6.64,4.01 +"16324",1.08,"Ideal","G","VS2",62.4,55,6532,6.62,6.55,4.11 +"16325",1.08,"Premium","G","VS1",61.5,61,6532,6.62,6.55,4.05 +"16326",1.27,"Premium","I","VS1",62.2,59,6532,6.92,6.87,4.29 +"16327",1.08,"Premium","G","VS2",59.4,59,6532,6.75,6.68,3.99 +"16328",2,"Fair","F","I1",66.1,57,6532,7.84,7.7,5.14 +"16329",1.08,"Premium","G","VS2",62.4,57,6532,6.56,6.49,4.07 +"16330",1.01,"Very Good","F","VS2",63.3,57,6533,6.41,6.33,4.03 +"16331",1.01,"Premium","F","VS2",61.7,58,6533,6.48,6.42,3.98 +"16332",1.01,"Premium","F","VS2",62.2,60,6533,6.4,6.37,3.97 +"16333",1.01,"Premium","F","VS2",59.3,62,6533,6.48,6.44,3.83 +"16334",1.01,"Premium","F","VS2",59.2,60,6533,6.54,6.51,3.86 +"16335",1.01,"Ideal","F","VS2",62,56,6533,6.51,6.46,4.02 +"16336",1.01,"Premium","F","VS2",62.8,59,6533,6.41,6.33,4 +"16337",1.01,"Very Good","F","VS2",63.1,60,6533,6.39,6.36,4.02 +"16338",1.1,"Ideal","G","VS2",62,56,6534,6.6,6.68,4.12 +"16339",1.1,"Premium","G","VS2",60.2,58,6534,6.71,6.75,4.05 +"16340",1.2,"Very Good","E","SI1",61.8,56,6534,6.75,6.82,4.19 +"16341",1.11,"Premium","G","VS2",61.4,58,6534,6.7,6.66,4.1 +"16342",2.21,"Premium","H","I1",62.2,58,6535,8.31,8.27,5.16 +"16343",1,"Ideal","H","VVS1",61.5,59,6535,6.37,6.41,3.93 +"16344",1.1,"Ideal","G","VS1",61.3,54,6535,6.69,6.65,4.09 +"16345",1.29,"Very Good","I","VS2",61.8,58,6537,6.94,6.98,4.3 +"16346",1.03,"Very Good","G","VS1",62.2,57,6539,6.42,6.47,4.01 +"16347",1.03,"Very Good","G","VS1",63,56,6539,6.43,6.46,4.06 +"16348",1.08,"Ideal","D","SI1",62.7,57,6539,6.52,6.56,4.1 +"16349",1.08,"Ideal","D","SI1",60.3,57,6539,6.68,6.71,4.04 +"16350",1.01,"Very Good","F","VS2",63.2,59,6540,6.3,6.36,4 +"16351",0.3,"Premium","H","VS2",62.9,59,608,4.3,4.26,2.69 +"16352",0.3,"Very Good","H","VS2",63.5,58,608,4.27,4.24,2.7 +"16353",0.3,"Premium","H","VS2",63,59,608,4.29,4.25,2.69 +"16354",0.3,"Premium","H","VS2",62.7,59,608,4.26,4.22,2.66 +"16355",0.3,"Premium","H","VS2",62.7,59,608,4.27,4.22,2.66 +"16356",0.3,"Premium","H","VS2",62.6,58,608,4.28,4.22,2.66 +"16357",0.3,"Premium","H","VS2",62.5,59,608,4.28,4.23,2.66 +"16358",0.3,"Very Good","H","VS2",63.5,59,608,4.27,4.2,2.69 +"16359",0.3,"Good","D","VS2",64.1,57,608,4.25,4.21,2.71 +"16360",0.3,"Premium","H","VS2",61.1,61,608,4.32,4.29,2.63 +"16361",0.32,"Ideal","E","VS2",61.4,57,608,4.4,4.46,2.72 +"16362",0.33,"Premium","D","SI1",60.1,59,608,4.46,4.49,2.69 +"16363",0.33,"Ideal","D","SI1",62.5,54,608,4.43,4.44,2.77 +"16364",0.33,"Premium","D","SI1",60.3,58,608,4.47,4.49,2.7 +"16365",0.33,"Very Good","I","VVS1",61.7,61,608,4.43,4.45,2.74 +"16366",0.33,"Ideal","D","SI1",62.4,54,608,4.41,4.44,2.76 +"16367",0.33,"Very Good","D","SI1",60,59,608,4.47,4.5,2.69 +"16368",0.33,"Premium","I","VVS1",61.9,60,608,4.41,4.44,2.74 +"16369",0.33,"Very Good","D","SI1",61.5,60,608,4.41,4.44,2.72 +"16370",0.33,"Ideal","D","SI1",62.7,55,608,4.4,4.44,2.77 +"16371",0.33,"Premium","D","SI1",60.4,60,608,4.41,4.46,2.68 +"16372",0.33,"Ideal","D","SI1",61.3,56,608,4.44,4.46,2.73 +"16373",0.33,"Very Good","D","SI1",62.8,56,608,4.39,4.43,2.77 +"16374",0.33,"Very Good","I","VVS1",62.5,61,608,4.38,4.42,2.75 +"16375",0.33,"Very Good","D","SI1",62.8,55,608,4.41,4.45,2.78 +"16376",0.28,"Ideal","D","VVS1",61.7,57,608,4.2,4.23,2.6 +"16377",0.28,"Very Good","E","VVS2",58.7,60,608,4.31,4.34,2.54 +"16378",0.33,"Very Good","I","VVS1",58.9,61,609,4.52,4.55,2.67 +"16379",0.29,"Very Good","F","VVS1",59.8,61,609,4.31,4.35,2.59 +"16380",0.29,"Very Good","E","VVS1",59.5,61,609,4.29,4.31,2.56 +"16381",1.18,"Ideal","I","VS1",62.6,55.3,6541,6.73,6.79,4.24 +"16382",1.32,"Premium","F","SI2",60.6,60,6541,7.05,7.1,4.29 +"16383",1.04,"Very Good","G","VS1",63.2,56,6541,6.39,6.46,4.06 +"16384",1.22,"Ideal","H","SI1",62.2,56,6541,6.84,6.89,4.27 +"16385",1.04,"Ideal","G","VS2",62.8,56,6542,6.48,6.42,4.05 +"16386",1.23,"Very Good","H","SI1",62.3,58,6542,6.79,6.83,4.24 +"16387",1.32,"Premium","G","SI1",62.1,59,6542,7.03,6.99,4.35 +"16388",1.18,"Premium","F","SI1",62.3,59,6542,6.75,6.67,4.18 +"16389",1.03,"Good","F","VS2",63.9,59,6543,6.35,6.38,4.07 +"16390",1.03,"Ideal","F","VS2",59.1,55,6543,6.6,6.69,3.93 +"16391",1.27,"Ideal","E","VS2",61.8,55,6543,7.03,6.92,4.31 +"16392",1.27,"Ideal","F","VS2",62.8,56,6543,6.9,6.86,4.32 +"16393",1.39,"Ideal","I","SI2",61.6,55,6544,7.14,7.18,4.41 +"16394",1.52,"Premium","H","SI2",60.7,60,6544,7.55,7.32,4.5 +"16395",1.05,"Very Good","F","VS2",62,56,6545,6.48,6.52,4.03 +"16396",1.25,"Premium","I","VS1",60.4,59,6545,6.94,7.01,4.21 +"16397",1.23,"Good","G","SI1",63.1,56,6545,6.78,6.81,4.29 +"16398",1.09,"Very Good","G","VS1",62.5,59,6546,6.56,6.59,4.11 +"16399",1.51,"Very Good","J","SI2",61.9,59,6546,7.26,7.31,4.51 +"16400",1.26,"Very Good","H","SI1",60.6,60,6546,6.97,7,4.23 +"16401",1.43,"Ideal","J","SI1",62.1,58,6546,7.23,7.16,4.47 +"16402",1.2,"Premium","H","VS2",60.6,58,6547,6.82,6.88,4.15 +"16403",1.06,"Ideal","G","VS2",61.1,57,6548,6.56,6.59,4.02 +"16404",1.28,"Ideal","G","SI2",61.1,58,6548,6.98,7.03,4.28 +"16405",0.63,"Ideal","D","IF",62.5,55,6549,5.47,5.5,3.43 +"16406",1.21,"Very Good","G","SI1",61.2,58,6549,6.84,6.91,4.21 +"16407",1.3,"Ideal","H","SI2",61.1,57,6552,7.09,7.04,4.32 +"16408",1.01,"Very Good","E","VS2",62.9,57,6552,6.34,6.42,4.01 +"16409",1.5,"Fair","G","SI2",68.5,66,6552,6.87,6.76,4.67 +"16410",1,"Good","F","VS1",57.8,59,6552,6.57,6.59,3.8 +"16411",1,"Premium","G","VS1",59.1,61,6552,6.54,6.48,3.85 +"16412",1.5,"Good","G","SI2",63.6,58,6552,7.19,7.09,4.54 +"16413",1,"Very Good","G","VS1",63.2,58,6552,6.32,6.27,3.98 +"16414",1.52,"Premium","F","SI2",60.7,61,6554,7.47,7.36,4.5 +"16415",1.15,"Premium","G","VS2",62.6,58,6557,6.68,6.71,4.19 +"16416",1.23,"Ideal","D","SI1",60.9,54,6557,7.01,6.96,4.25 +"16417",1.03,"Ideal","G","VS2",61.8,56,6557,6.47,6.5,4.01 +"16418",1.2,"Very Good","I","VVS2",59.9,55,6558,6.88,6.94,4.14 +"16419",1.17,"Ideal","H","VS2",62.4,58,6558,6.73,6.71,4.19 +"16420",1.03,"Ideal","G","VS1",62.1,57,6558,6.44,6.47,4.01 +"16421",1.07,"Ideal","G","VS2",62.3,57,6558,6.58,6.54,4.09 +"16422",1.27,"Very Good","I","SI1",60.7,61,6559,6.97,6.91,4.21 +"16423",1.21,"Good","G","VVS2",63.8,55,6559,6.74,6.65,4.28 +"16424",1.22,"Ideal","G","SI1",61.6,57,6559,6.89,6.81,4.22 +"16425",1.3,"Ideal","F","SI2",62.2,56,6559,7,6.96,4.34 +"16426",1.03,"Ideal","H","VVS2",62.4,53,6560,6.45,6.51,4.05 +"16427",1.08,"Ideal","G","VS2",62.5,57,6561,6.56,6.6,4.11 +"16428",1.07,"Ideal","E","SI1",61.4,55,6561,6.57,6.62,4.05 +"16429",1.13,"Premium","G","VS2",60.1,59,6561,6.82,6.75,4.08 +"16430",1.05,"Ideal","G","VS2",61.9,57,6562,6.47,6.51,4.03 +"16431",1.08,"Ideal","H","VS1",62,55,6562,6.56,6.6,4.08 +"16432",1.24,"Premium","G","SI1",60.5,58,6562,7.1,7.05,4.13 +"16433",1.01,"Very Good","D","VS2",59.8,60,6563,6.42,6.46,3.85 +"16434",1.13,"Ideal","E","SI1",62.2,55,6563,6.66,6.69,4.15 +"16435",1.02,"Ideal","G","VS1",62.2,57,6563,6.43,6.47,4.01 +"16436",1.11,"Very Good","E","SI1",62.4,57,6563,6.58,6.6,4.11 +"16437",1.01,"Good","D","VS2",62.5,62,6563,6.26,6.34,3.94 +"16438",1.04,"Premium","G","VS2",61,59,6564,6.53,6.42,3.95 +"16439",1.23,"Very Good","I","VS1",63.1,58,6564,6.77,6.91,4.32 +"16440",2.22,"Fair","H","I1",70.1,55,6564,7.77,7.74,5.44 +"16441",1.33,"Premium","G","SI2",60.3,58,6565,7.16,7.19,4.33 +"16442",1.06,"Ideal","D","SI1",61.5,56,6565,6.58,6.55,4.04 +"16443",1.21,"Very Good","H","SI1",63.5,60,6566,6.65,6.61,4.21 +"16444",1.26,"Very Good","I","VS1",61.8,61,6566,6.9,6.95,4.28 +"16445",1.28,"Very Good","F","SI1",63,56,6566,6.9,7.03,4.39 +"16446",1.21,"Premium","H","SI1",60.5,59,6566,6.96,6.89,4.19 +"16447",1.21,"Premium","H","SI1",62.4,56,6566,6.83,6.79,4.25 +"16448",1,"Good","D","SI1",59.9,62,6568,6.41,6.45,3.85 +"16449",1.02,"Very Good","G","VS2",61.9,54,6569,6.45,6.48,4 +"16450",1.2,"Very Good","H","SI1",62.3,57,6569,6.78,6.76,4.22 +"16451",1.2,"Ideal","H","SI1",61.2,60,6569,6.87,6.82,4.19 +"16452",1.2,"Ideal","H","SI1",62.2,58,6569,6.81,6.77,4.22 +"16453",1.09,"Very Good","G","VS1",59.7,63,6570,6.74,6.65,4 +"16454",1.35,"Very Good","I","SI1",59.5,58,6573,7.28,7.17,4.3 +"16455",1.21,"Premium","H","SI1",59.8,58,6573,6.95,6.9,4.14 +"16456",1.21,"Ideal","H","SI1",62.1,59,6573,6.81,6.75,4.21 +"16457",1.31,"Ideal","I","VS1",64.3,59,6573,6.87,6.84,4.41 +"16458",1.01,"Very Good","E","VS2",60.4,57,6577,6.45,6.49,3.91 +"16459",1.23,"Premium","H","VS2",60.6,59,6577,6.94,6.89,4.19 +"16460",1.35,"Premium","I","SI1",59.2,59,6577,7.24,7.18,4.27 +"16461",1.2,"Ideal","H","SI1",61.9,56,6578,6.78,6.82,4.21 +"16462",1.43,"Very Good","J","VS2",62.8,56,6579,7.13,7.19,4.5 +"16463",1.01,"Ideal","D","SI1",63,56,6579,6.36,6.41,4.02 +"16464",1.11,"Premium","D","VS2",59.5,60,6579,6.77,6.7,4.01 +"16465",1.28,"Premium","H","SI1",62.7,58,6580,6.88,6.94,4.33 +"16466",1.28,"Premium","H","SI1",59.9,59,6580,7.05,7.08,4.23 +"16467",1.25,"Ideal","G","SI1",62.5,54,6580,6.88,6.85,4.29 +"16468",1.02,"Very Good","E","VS2",63.2,60,6580,6.34,6.29,3.99 +"16469",1.02,"Premium","E","VS2",61.6,60,6580,6.51,6.42,3.98 +"16470",1.2,"Very Good","G","VS2",63.3,57,6580,6.69,6.64,4.22 +"16471",1,"Ideal","F","VS2",61.7,54,6580,6.42,6.39,3.95 +"16472",1.2,"Ideal","I","VVS2",61.5,57,6581,6.91,6.82,4.22 +"16473",1.34,"Premium","G","SI2",62.2,56,6581,7.08,7,4.38 +"16474",1.02,"Very Good","E","VS2",63.3,57,6582,6.37,6.43,4.05 +"16475",1.06,"Premium","G","VS2",60.9,57,6582,6.65,6.61,4.04 +"16476",1.28,"Premium","I","VS1",61.1,61,6583,7.01,6.96,4.27 +"16477",1.34,"Premium","G","SI2",61.7,58,6583,7.1,7.04,4.36 +"16478",1.2,"Ideal","H","VS2",62.6,56,6586,6.76,6.73,4.22 +"16479",1.08,"Ideal","G","VS2",61.3,56,6586,6.59,6.62,4.05 +"16480",1.2,"Premium","G","SI1",62.3,59,6586,6.84,6.75,4.23 +"16481",1.1,"Ideal","H","VS1",62.3,55,6586,6.57,6.61,4.1 +"16482",1.05,"Ideal","G","VS2",61.8,57,6586,6.53,6.48,4.02 +"16483",1.05,"Very Good","E","VS2",63.5,57,6586,6.51,6.46,4.12 +"16484",1.01,"Premium","F","VS2",61.6,59,6587,6.39,6.43,3.95 +"16485",1.01,"Ideal","G","VS2",62.1,58,6587,6.38,6.43,3.98 +"16486",1.07,"Ideal","D","SI1",60.7,57,6587,6.61,6.64,4.02 +"16487",1.29,"Premium","H","SI1",61.6,57,6588,7.02,6.97,4.31 +"16488",1.29,"Premium","H","SI1",62.9,59,6588,7,6.84,4.35 +"16489",1.2,"Ideal","H","SI1",61.9,54,6588,6.83,6.9,4.25 +"16490",1.2,"Premium","H","SI1",59.5,58,6588,7.02,6.97,4.16 +"16491",1.29,"Ideal","H","SI1",61.6,57,6588,7,6.95,4.3 +"16492",1.04,"Ideal","G","VS2",62.5,57,6589,6.46,6.49,4.05 +"16493",1.04,"Premium","G","VS2",60.1,59,6589,6.56,6.59,3.95 +"16494",1.11,"Premium","F","VS2",63,56,6589,6.62,6.49,4.15 +"16495",1.02,"Ideal","G","VS2",62.6,56,6591,6.4,6.44,4.02 +"16496",1.09,"Premium","G","VS2",59.7,58,6592,6.74,6.7,4.01 +"16497",2.01,"Very Good","H","I1",58.1,63,6592,8.3,8.19,4.79 +"16498",1.11,"Very Good","G","VS2",62.2,55,6593,6.61,6.67,4.13 +"16499",1.11,"Very Good","G","VS2",60.8,58,6593,6.65,6.7,4.06 +"16500",1.28,"Premium","H","SI1",62,62,6595,6.93,6.87,4.28 +"16501",1.06,"Very Good","G","VS1",63.4,57,6595,6.48,6.45,4.1 +"16502",1.51,"Fair","D","SI2",66.2,54,6596,7.19,7.08,4.72 +"16503",1.36,"Very Good","F","SI1",62.8,53,6597,7.05,7.1,4.45 +"16504",1.02,"Very Good","D","VS2",62.3,57,6597,6.41,6.47,4.01 +"16505",2.1,"Fair","G","I1",67.4,59,6597,7.82,7.76,5.24 +"16506",2.1,"Fair","G","I1",64.6,58,6597,8.05,8.01,5.19 +"16507",1.26,"Ideal","H","SI2",61.8,54,6597,6.95,6.99,4.31 +"16508",1.26,"Ideal","I","SI1",62.6,57,6597,6.89,6.92,4.32 +"16509",1.02,"Very Good","F","VS2",63.3,59,6597,6.4,6.37,4.04 +"16510",1.02,"Ideal","F","VS2",62.7,54,6597,6.5,6.42,4.05 +"16511",1.53,"Very Good","H","SI2",60.6,63,6597,7.43,7.38,4.49 +"16512",1.02,"Premium","F","VS2",61.3,58,6597,6.54,6.42,3.97 +"16513",1.01,"Very Good","F","VS2",60,63,6598,6.46,6.48,3.88 +"16514",1,"Ideal","E","VS2",61.6,57,6600,6.38,6.44,3.95 +"16515",1,"Premium","E","VS2",62.7,59,6600,6.31,6.38,3.98 +"16516",1,"Very Good","E","VS2",62.8,60,6600,6.32,6.36,3.98 +"16517",1,"Premium","E","VS2",60,60,6600,6.43,6.43,3.89 +"16518",1,"Premium","E","VS2",61.5,58,6600,6.39,6.42,3.94 +"16519",1,"Very Good","E","VS2",62.8,57,6600,6.34,6.37,3.99 +"16520",1,"Premium","E","VS2",61.8,59,6600,6.38,6.41,3.95 +"16521",1,"Very Good","E","VS2",62.1,59,6600,6.34,6.38,3.95 +"16522",1.31,"Premium","H","SI2",61.4,59,6602,6.99,6.96,4.28 +"16523",1.2,"Very Good","D","SI2",62.9,59,6602,6.7,6.75,4.23 +"16524",1.31,"Ideal","H","SI2",62.2,57,6602,7,6.96,4.34 +"16525",1.33,"Very Good","G","SI2",62,59,6603,7.1,7.04,4.38 +"16526",1.05,"Ideal","G","VS2",60.8,57,6604,6.65,6.58,4.02 +"16527",1.05,"Ideal","G","VS2",62.8,57,6604,6.49,6.45,4.06 +"16528",1.2,"Premium","F","SI1",60.2,58,6604,6.9,6.86,4.14 +"16529",1.26,"Ideal","G","VS1",62.3,57,6604,6.93,6.87,4.3 +"16530",1.05,"Ideal","G","VS2",61.9,56,6604,6.56,6.52,4.05 +"16531",1.04,"Good","F","VS2",63.7,58,6606,6.34,6.43,4.07 +"16532",1,"Premium","G","VS1",62.4,59,6606,6.35,6.4,3.98 +"16533",1.01,"Premium","E","VS2",62.4,60,6606,6.43,6.39,4 +"16534",1.01,"Good","E","VS2",56.7,61,6606,6.71,6.66,3.79 +"16535",1.01,"Premium","E","VS2",60.8,60,6606,6.46,6.43,3.92 +"16536",1.01,"Premium","E","VS2",62.5,58,6606,6.44,6.4,4.01 +"16537",1.01,"Premium","E","VS2",62.9,59,6606,6.36,6.3,3.98 +"16538",1.21,"Premium","H","VS1",61.9,60,6607,6.88,6.78,4.23 +"16539",1.22,"Very Good","D","SI2",59,58,6607,6.96,7.08,4.14 +"16540",1,"Ideal","H","VVS2",62.9,55,6607,6.34,6.39,4 +"16541",0.63,"Ideal","D","IF",62.5,55,6607,5.5,5.47,3.43 +"16542",1.25,"Ideal","G","SI1",60.4,57,6608,7.03,7,4.24 +"16543",1.22,"Premium","H","VS2",62.3,58,6608,6.85,6.77,4.24 +"16544",1,"Premium","F","VS2",61.7,56,6608,6.48,6.39,3.97 +"16545",1,"Premium","F","VS2",62.7,58,6608,6.4,6.33,3.99 +"16546",1.37,"Very Good","G","SI2",62.8,57,6609,7.06,7.12,4.45 +"16547",1.07,"Very Good","G","VS1",58.6,60,6610,6.65,6.76,3.93 +"16548",1.03,"Ideal","D","SI1",61.3,56,6610,6.48,6.54,3.99 +"16549",1.27,"Premium","I","VS1",59.5,61,6611,7.08,7.04,4.2 +"16550",1,"Ideal","G","VS2",62.1,57,6612,6.42,6.37,3.97 +"16551",1.02,"Very Good","E","VS2",59.2,58,6612,6.52,6.58,3.88 +"16552",1.01,"Good","D","VS1",61.1,56,6612,6.36,6.43,3.91 +"16553",1.01,"Very Good","G","VS1",59.1,58,6613,6.56,6.63,3.9 +"16554",1.01,"Very Good","G","VS1",62.2,53,6613,6.48,6.54,4.05 +"16555",1.02,"Ideal","H","VVS2",62,56,6613,6.42,6.45,3.99 +"16556",1.01,"Good","G","VS1",57.7,63,6613,6.55,6.65,3.81 +"16557",1.02,"Ideal","F","VS2",62.7,57,6614,6.44,6.47,4.05 +"16558",1.33,"Premium","H","VS2",59.9,60,6614,7.13,7.09,4.26 +"16559",1.1,"Ideal","H","VVS2",59.7,58,6616,6.76,6.7,4.01 +"16560",1.31,"Ideal","I","VS1",62.1,56,6617,7.01,7.04,4.36 +"16561",1.04,"Ideal","G","VS2",61.6,55,6617,6.51,6.55,4.02 +"16562",1.09,"Ideal","G","VS2",60.9,57,6617,6.69,6.72,4.08 +"16563",1.23,"Ideal","H","SI1",62.4,54,6617,6.83,6.89,4.28 +"16564",1.01,"Premium","G","VS1",62.3,59,6618,6.42,6.38,3.99 +"16565",1.01,"Very Good","G","VS1",63.2,58,6618,6.38,6.34,4.02 +"16566",1.01,"Premium","G","VS1",62.8,59,6618,6.37,6.34,3.99 +"16567",1.01,"Premium","G","VS1",62.6,59,6618,6.43,6.38,4.01 +"16568",1.01,"Ideal","G","VS1",61.8,57,6618,6.45,6.4,3.97 +"16569",1.01,"Good","G","VS1",63.7,57,6618,6.37,6.32,4.04 +"16570",1.01,"Ideal","G","VS1",61.2,57,6618,6.47,6.41,3.94 +"16571",1.01,"Premium","G","VS1",60.2,59,6618,6.58,6.51,3.94 +"16572",1.01,"Premium","G","VS1",62.7,58,6618,6.41,6.38,4.01 +"16573",1.01,"Premium","G","VS1",62.6,59,6618,6.46,6.38,4.02 +"16574",1.01,"Ideal","G","VS2",61.4,58,6618,6.47,6.44,3.97 +"16575",1,"Very Good","F","VS2",61.1,60,6619,6.36,6.43,3.91 +"16576",1.2,"Ideal","D","SI2",61.7,56,6619,6.81,6.88,4.22 +"16577",1.04,"Ideal","H","VVS2",62.2,55,6619,6.48,6.52,4.04 +"16578",1.14,"Premium","G","VS2",61.2,58,6619,6.75,6.71,4.12 +"16579",1.06,"Ideal","H","VS2",62.3,53,6619,6.58,6.56,4.09 +"16580",1.21,"Ideal","H","SI1",60.3,60,6620,6.9,6.87,4.15 +"16581",1.22,"Premium","H","SI1",62,58,6620,6.81,6.76,4.21 +"16582",1.1,"Ideal","F","SI1",61.6,54,6621,6.66,6.69,4.11 +"16583",1.01,"Very Good","E","VS2",59.9,57,6622,6.52,6.57,3.92 +"16584",1.02,"Very Good","G","VS1",62.4,58,6622,6.37,6.42,3.99 +"16585",1.08,"Premium","D","SI1",62.8,58,6623,6.62,6.51,4.12 +"16586",1.08,"Very Good","H","VVS1",63.1,57,6623,6.57,6.52,4.13 +"16587",1.24,"Very Good","H","SI1",62.4,58,6625,6.93,6.82,4.29 +"16588",1.01,"Good","F","VS1",61.8,57,6626,6.34,6.44,3.95 +"16589",1.02,"Premium","F","VS2",61.8,56,6626,6.54,6.46,4.02 +"16590",1.36,"Premium","J","VS2",61.9,59,6626,7.09,7.06,4.38 +"16591",1.2,"Premium","H","VS1",61.3,58,6626,6.85,6.81,4.19 +"16592",1.06,"Very Good","F","VS2",62.7,55,6627,6.54,6.5,4.09 +"16593",1.03,"Premium","G","VS1",62.2,59,6628,6.41,6.46,4 +"16594",1.03,"Very Good","G","VS1",60.7,58,6628,6.5,6.55,3.96 +"16595",1.39,"Very Good","G","SI2",61.5,62,6628,7.09,7.16,4.38 +"16596",1.14,"Ideal","H","VS2",62,54,6628,6.72,6.74,4.17 +"16597",1.04,"Ideal","G","VS2",61.9,57,6628,6.48,6.5,4.02 +"16598",1.21,"Ideal","H","SI1",62.1,56,6629,6.81,6.84,4.23 +"16599",1.57,"Premium","J","VS2",59.9,57,6629,7.56,7.52,4.52 +"16600",1.51,"Very Good","I","SI2",63.1,60,6630,7.19,7.13,4.52 +"16601",1.01,"Very Good","D","SI1",62.1,59,6630,6.37,6.41,3.97 +"16602",1.1,"Ideal","H","VS1",61.7,56,6630,6.61,6.65,4.09 +"16603",1.91,"Fair","H","SI2",64.6,56,6632,7.76,7.7,4.99 +"16604",1.02,"Very Good","F","VS2",59.9,56,6632,6.56,6.6,3.94 +"16605",1.01,"Very Good","G","VS1",64.4,59,6632,6.26,6.31,4.05 +"16606",1.04,"Ideal","G","VS1",61.1,56,6632,6.58,6.55,4.01 +"16607",1.4,"Ideal","J","VS2",62.2,57,6633,7.17,7.08,4.43 +"16608",1.27,"Ideal","H","SI1",61.7,57,6635,6.95,6.93,4.28 +"16609",1.55,"Premium","J","SI2",62.6,60,6635,7.36,7.3,4.59 +"16610",1.69,"Ideal","H","I1",62,56,6636,7.61,7.66,4.73 +"16611",1.2,"Ideal","D","SI2",61,60,6636,6.81,6.84,4.16 +"16612",1.03,"Ideal","H","VVS2",62.2,55,6638,6.43,6.49,4.03 +"16613",1.24,"Ideal","J","VS2",62.1,56,6639,6.86,6.9,4.27 +"16614",1.2,"Ideal","I","VS1",62.5,55,6639,6.76,6.81,4.24 +"16615",1.52,"Premium","I","SI1",58.8,61,6639,7.5,7.46,4.4 +"16616",1.54,"Premium","I","SI2",62.4,59,6640,7.33,7.35,4.58 +"16617",1.21,"Premium","H","SI1",60.2,58,6640,6.93,6.88,4.16 +"16618",1,"Premium","F","VS2",61.9,59,6640,6.41,6.36,3.95 +"16619",1,"Premium","F","VS2",60.5,59,6640,6.57,6.39,3.92 +"16620",1,"Very Good","G","VS1",62.4,57,6642,6.38,6.41,3.99 +"16621",1.09,"Ideal","H","VS1",61.3,54,6643,6.66,6.68,4.09 +"16622",1.13,"Ideal","G","VS2",62.7,57,6644,6.68,6.65,4.18 +"16623",1.07,"Premium","G","VS2",62.9,59,6644,6.52,6.49,4.09 +"16624",1.07,"Premium","G","VS2",62.5,57,6644,6.58,6.5,4.09 +"16625",1.03,"Ideal","G","VS2",62.8,55,6645,6.48,6.44,4.05 +"16626",1.38,"Premium","H","SI2",62.1,60,6646,7.13,7.08,4.41 +"16627",1.02,"Ideal","G","VS2",62.3,55,6648,6.45,6.48,4.03 +"16628",1.02,"Ideal","G","VS2",61.7,56,6648,6.44,6.52,4 +"16629",1.07,"Ideal","G","VS2",62.4,55,6648,6.53,6.58,4.09 +"16630",1.01,"Very Good","F","VS2",60.6,55,6649,6.5,6.56,3.96 +"16631",1.09,"Good","H","VVS2",58.8,61,6651,6.72,6.78,3.97 +"16632",1.01,"Fair","F","VS1",61.7,61,6651,6.6,6.49,4.04 +"16633",1.12,"Ideal","G","VS2",62,56,6652,6.64,6.69,4.13 +"16634",1.2,"Very Good","I","VS1",62.8,54.5,6652,6.75,6.79,4.25 +"16635",1.02,"Premium","F","VS2",62.4,59,6652,6.4,6.45,4.01 +"16636",0.91,"Ideal","D","VS1",62.3,59,6652,6.16,6.19,3.85 +"16637",1.21,"Very Good","I","VVS2",61.1,57,6653,6.83,6.85,4.18 +"16638",2.25,"Fair","H","I1",67.7,58,6653,8.01,7.97,5.41 +"16639",1.1,"Premium","G","VS2",60.2,58,6653,6.75,6.71,4.05 +"16640",1.32,"Premium","I","SI1",60.3,60,6653,7.14,7.09,4.29 +"16641",1.2,"Good","E","SI1",59.9,64,6653,6.84,6.79,4.08 +"16642",1.04,"Good","F","VS1",63.9,55,6653,6.49,6.4,4.12 +"16643",1.1,"Premium","G","VS2",61.2,62,6653,6.64,6.6,4.05 +"16644",1.2,"Premium","E","SI1",61.8,56,6653,6.82,6.75,4.19 +"16645",1.1,"Ideal","G","VS2",62,56,6653,6.68,6.6,4.12 +"16646",1.1,"Ideal","G","VS2",60,57,6653,6.74,6.7,4.03 +"16647",1.22,"Ideal","H","SI1",61.8,57,6654,6.83,6.85,4.23 +"16648",1.27,"Very Good","I","SI1",63,60,6654,6.86,6.8,4.3 +"16649",1.22,"Very Good","G","SI1",61.8,58,6656,6.82,6.88,4.23 +"16650",1.26,"Premium","F","SI2",61.3,58,6657,6.99,6.91,4.26 +"16651",1.02,"Very Good","F","VS2",63.2,57,6659,6.34,6.41,4.03 +"16652",1.03,"Ideal","G","VS1",63,56,6659,6.46,6.43,4.06 +"16653",1.03,"Premium","G","VS1",62.2,57,6659,6.47,6.42,4.01 +"16654",1.53,"Fair","J","VS2",64.7,58,6659,7.24,7.22,4.68 +"16655",1.21,"Ideal","F","SI1",61.1,55,6659,6.87,6.85,4.19 +"16656",1.21,"Premium","F","SI1",60,60,6659,6.96,6.91,4.16 +"16657",1.06,"Ideal","G","VS2",62.2,56,6660,6.51,6.54,4.06 +"16658",1.32,"Premium","F","SI2",60.6,60,6660,7.1,7.05,4.29 +"16659",1.25,"Ideal","H","SI1",62.2,57,6661,6.86,6.9,4.28 +"16660",1.22,"Premium","H","VS1",63,59,6661,6.8,6.73,4.26 +"16661",1.18,"Ideal","I","VS1",62.6,55,6661,6.79,6.73,4.24 +"16662",1.03,"Very Good","F","VS1",61.7,56,6662,6.47,6.49,4 +"16663",1.56,"Very Good","J","SI2",61.4,58,6662,7.4,7.45,4.56 +"16664",1.56,"Very Good","J","SI2",62,57,6662,7.37,7.44,4.59 +"16665",1.19,"Ideal","H","VS2",62.1,59,6662,6.82,6.73,4.21 +"16666",1.03,"Good","F","VS2",63.9,59,6662,6.38,6.35,4.07 +"16667",1.03,"Ideal","F","VS2",60.7,56,6662,6.58,6.56,3.99 +"16668",1.06,"Very Good","G","VS1",62.8,54,6663,6.5,6.56,4.1 +"16669",1.06,"Very Good","G","VS1",63.1,57,6663,6.42,6.49,4.07 +"16670",1.01,"Ideal","G","VS2",60.9,57,6663,6.48,6.51,3.95 +"16671",1.25,"Premium","I","VS1",60.4,59,6664,7.01,6.94,4.21 +"16672",1.26,"Premium","H","SI1",62.2,58,6664,6.93,6.87,4.29 +"16673",1,"Ideal","D","SI1",62.5,55,6664,6.42,6.34,3.99 +"16674",1.23,"Very Good","G","SI1",63.1,56,6665,6.81,6.78,4.29 +"16675",1.2,"Premium","H","VS2",62.8,59,6666,6.75,6.7,4.22 +"16676",1.01,"Very Good","E","VS2",61.9,55,6666,6.38,6.44,3.97 +"16677",1.01,"Very Good","E","VS2",62.9,58,6666,6.36,6.39,4.01 +"16678",1.01,"Very Good","E","VS2",62.7,57,6666,6.31,6.36,3.97 +"16679",1.01,"Good","E","VS2",63.5,58,6666,6.34,6.36,4.03 +"16680",1.01,"Good","E","VS2",63.4,60,6666,6.31,6.37,4.02 +"16681",0.32,"Ideal","H","SI2",61.4,56,420,4.4,4.43,2.71 +"16682",0.29,"Ideal","G","SI1",62.1,54,420,4.25,4.29,2.65 +"16683",0.25,"Ideal","I","VVS1",61.9,55,421,4.07,4.1,2.53 +"16684",0.31,"Ideal","I","VS2",61.2,55,421,4.36,4.4,2.68 +"16685",0.31,"Ideal","H","SI2",61.1,56,421,4.4,4.42,2.69 +"16686",0.31,"Ideal","H","SI2",61.3,55,421,4.35,4.38,2.67 +"16687",0.31,"Ideal","H","SI2",61,56,421,4.36,4.39,2.67 +"16688",0.31,"Ideal","E","SI2",59.5,61,421,4.42,4.45,2.64 +"16689",0.31,"Ideal","H","SI1",61.3,55,421,4.35,4.39,2.68 +"16690",0.31,"Ideal","H","SI1",61.3,55,421,4.36,4.41,2.69 +"16691",0.31,"Ideal","H","SI1",61.3,57,421,4.36,4.38,2.68 +"16692",0.36,"Premium","J","SI1",61.3,60,421,4.52,4.59,2.79 +"16693",0.3,"Very Good","H","SI1",62.2,60,421,4.24,4.28,2.65 +"16694",0.32,"Good","I","SI1",63.5,57,421,4.3,4.33,2.74 +"16695",0.3,"Very Good","H","SI1",62.6,58,421,4.22,4.28,2.66 +"16696",0.32,"Ideal","G","SI2",62.5,55,421,4.37,4.4,2.74 +"16697",0.32,"Good","F","SI2",63.1,56,421,4.34,4.38,2.75 +"16698",0.32,"Premium","J","VS1",61.9,58,421,4.33,4.39,2.7 +"16699",0.3,"Very Good","H","SI1",62.9,57,421,4.28,4.31,2.7 +"16700",0.3,"Good","H","SI1",63.7,56,421,4.2,4.22,2.68 +"16701",0.32,"Premium","J","VS1",61.7,58,421,4.38,4.4,2.71 +"16702",0.3,"Ideal","H","SI1",62.6,55,421,4.28,4.32,2.69 +"16703",0.3,"Very Good","H","SI1",61.6,62,421,4.24,4.3,2.63 +"16704",0.32,"Ideal","J","VS1",61.3,57,421,4.41,4.43,2.71 +"16705",0.3,"Very Good","H","SI1",59.4,63,421,4.35,4.4,2.6 +"16706",0.3,"Premium","H","SI1",61.2,60,421,4.29,4.31,2.63 +"16707",0.32,"Very Good","F","SI2",62.6,56,421,4.37,4.41,2.75 +"16708",0.3,"Good","H","SI1",63.4,58,421,4.26,4.29,2.71 +"16709",0.32,"Good","F","SI2",63.5,56,421,4.35,4.37,2.77 +"16710",0.3,"Very Good","E","SI2",61.7,61,421,4.29,4.33,2.66 +"16711",0.31,"Very Good","F","VS2",58.8,58,609,4.45,4.49,2.63 +"16712",0.31,"Ideal","H","VVS2",61.4,55,609,4.37,4.39,2.69 +"16713",0.31,"Ideal","H","VVS2",61.4,56,609,4.38,4.41,2.7 +"16714",0.31,"Ideal","H","VVS2",62.2,54,609,4.36,4.38,2.72 +"16715",0.39,"Ideal","I","SI1",62.1,55,609,4.66,4.71,2.91 +"16716",0.3,"Ideal","F","SI1",61.9,57,609,4.28,4.31,2.66 +"16717",0.3,"Ideal","F","SI1",61.2,55,609,4.35,4.37,2.67 +"16718",0.3,"Ideal","F","SI1",60.6,57,609,4.34,4.37,2.64 +"16719",0.3,"Very Good","D","VS2",62.9,55,610,4.31,4.34,2.72 +"16720",0.31,"Very Good","E","VS1",64,55,610,4.29,4.33,2.76 +"16721",0.3,"Ideal","H","VVS2",62.3,54.4,610,4.28,4.32,2.68 +"16722",0.32,"Ideal","F","VS2",60.9,56,610,4.41,4.45,2.7 +"16723",0.33,"Ideal","H","VS1",61.6,55,610,4.46,4.48,2.75 +"16724",0.33,"Ideal","H","VS1",62.6,56,610,4.39,4.42,2.75 +"16725",0.38,"Ideal","I","SI1",61.7,56,610,4.64,4.67,2.87 +"16726",0.33,"Premium","H","SI1",63,58,610,4.42,4.4,2.78 +"16727",0.33,"Ideal","H","SI1",63,57,610,4.41,4.39,2.77 +"16728",0.3,"Very Good","D","VS1",61.2,55,610,4.32,4.34,2.65 +"16729",0.3,"Good","D","VS1",64.3,56,610,4.22,4.27,2.73 +"16730",0.3,"Premium","D","VS1",60.2,59,610,4.39,4.42,2.65 +"16731",0.23,"Very Good","D","VS1",61.5,58,611,3.93,3.98,2.43 +"16732",0.4,"Very Good","E","SI2",58.7,57,611,4.88,4.94,2.88 +"16733",0.4,"Very Good","E","SI2",61.6,55,611,4.75,4.83,2.95 +"16734",0.41,"Good","G","SI2",63.6,54,611,4.7,4.74,3 +"16735",0.41,"Premium","J","VS2",61.9,59,611,4.69,4.74,2.92 +"16736",0.41,"Good","G","SI2",63.4,58,611,4.7,4.73,2.99 +"16737",0.41,"Good","J","VS2",63.4,56,611,4.7,4.73,2.99 +"16738",0.41,"Good","I","SI1",63.8,57,611,4.67,4.7,2.99 +"16739",0.41,"Premium","G","SI2",61.4,58,611,4.75,4.8,2.93 +"16740",0.28,"Very Good","E","VVS2",61.4,55,612,4.22,4.25,2.6 +"16741",1.01,"Premium","E","VS2",62,59,6666,6.44,6.46,4 +"16742",1.01,"Very Good","E","VS2",60.4,58,6666,6.47,6.51,3.92 +"16743",1.2,"Ideal","H","VS2",62,56,6666,6.86,6.81,4.24 +"16744",1.2,"Premium","H","VS2",60.6,58,6666,6.88,6.82,4.15 +"16745",1.2,"Very Good","G","SI1",63.5,56,6666,6.77,6.7,4.28 +"16746",1.06,"Ideal","G","VS2",61.1,57,6667,6.59,6.56,4.02 +"16747",1.33,"Premium","F","SI2",59.9,58,6668,7.13,7.17,4.28 +"16748",1.06,"Premium","E","VS1",59.1,58,6669,6.66,6.71,3.95 +"16749",1.01,"Very Good","G","VS1",60.9,60,6669,6.47,6.43,3.93 +"16750",1.04,"Very Good","G","VS1",63.1,57,6669,6.39,6.44,4.05 +"16751",1.01,"Premium","G","VVS2",58.5,59,6670,6.66,6.6,3.88 +"16752",1.25,"Ideal","E","SI2",62.3,57,6670,6.83,6.88,4.27 +"16753",1.01,"Premium","E","VS1",61.2,61,6670,6.41,6.33,3.9 +"16754",1.01,"Premium","G","VVS2",62,56,6670,6.49,6.41,4 +"16755",1.13,"Ideal","H","VS2",61.9,56,6670,6.69,6.63,4.13 +"16756",1.45,"Very Good","J","VS2",62.8,57,6671,7.14,7.17,4.49 +"16757",1.01,"Ideal","F","VS2",60.3,56,6672,6.5,6.56,3.94 +"16758",1.01,"Ideal","G","VS1",62.4,56,6672,6.39,6.44,4 +"16759",1.2,"Very Good","H","VVS1",63.3,56,6672,6.75,6.7,4.26 +"16760",1.21,"Very Good","H","VS2",62.9,58,6673,6.74,6.78,4.25 +"16761",1.06,"Premium","F","VS2",61.8,60,6673,6.58,6.53,4.05 +"16762",1.01,"Premium","F","VS2",60.3,59,6674,6.52,6.45,3.91 +"16763",1.13,"Ideal","E","SI1",61.7,57,6674,6.65,6.81,4.15 +"16764",0.8,"Ideal","F","IF",60.8,56,6674,5.99,6.05,3.66 +"16765",1.2,"Ideal","H","SI1",61.3,57,6675,6.81,6.85,4.19 +"16766",1.31,"Ideal","F","SI2",62.7,57,6676,7.05,6.98,4.4 +"16767",1.4,"Very Good","I","SI2",62.4,59,6677,7.12,7.17,4.46 +"16768",1.18,"Ideal","I","VVS2",62.7,55,6678,6.7,6.79,4.23 +"16769",1.01,"Very Good","F","VS1",63.9,55,6679,6.28,6.36,4.04 +"16770",0.9,"Ideal","G","VVS1",61.5,56,6680,6.22,6.24,3.83 +"16771",1.51,"Premium","J","SI1",60.4,62,6680,7.42,7.32,4.45 +"16772",1.14,"Good","G","VS2",63.2,58,6681,6.63,6.67,4.2 +"16773",1.23,"Ideal","H","SI1",61.5,57,6681,6.92,6.89,4.25 +"16774",1.13,"Ideal","E","SI1",62.2,55,6682,6.69,6.66,4.15 +"16775",1.02,"Ideal","G","VS1",62.2,57,6683,6.47,6.43,4.01 +"16776",1.12,"Premium","G","VS2",62.3,59,6683,6.71,6.61,4.15 +"16777",1.12,"Ideal","G","VS2",60.8,57,6683,6.74,6.69,4.08 +"16778",1.02,"Premium","G","VS1",61,58,6683,6.55,6.49,3.98 +"16779",1.02,"Premium","G","VS1",62,56,6683,6.5,6.43,4.01 +"16780",1.02,"Ideal","G","VS1",62.2,56,6683,6.46,6.4,4 +"16781",1.21,"Very Good","H","VS2",62.8,57,6684,6.77,6.82,4.27 +"16782",1.07,"Ideal","I","VVS1",62.3,57,6685,6.56,6.6,4.1 +"16783",1.33,"Premium","G","SI2",60.3,58,6685,7.19,7.16,4.33 +"16784",1.24,"Premium","H","SI1",60.2,60,6686,6.91,6.94,4.17 +"16785",1.31,"Very Good","I","SI1",62.6,59,6686,6.97,6.86,4.33 +"16786",2.01,"Good","F","I1",64,56,6686,7.93,7.91,5.07 +"16787",1.5,"Good","J","SI1",59.1,64,6687,7.32,7.43,4.36 +"16788",0.9,"Ideal","D","VS2",61.2,56,6689,6.2,6.26,3.81 +"16789",1.08,"Premium","G","VS1",62,60,6689,6.55,6.51,4.05 +"16790",1.21,"Ideal","I","VS1",61.5,56,6691,6.83,6.87,4.22 +"16791",1.21,"Ideal","I","VS1",61.5,58,6691,6.84,6.88,4.22 +"16792",1.04,"Ideal","F","VS2",62.1,57,6692,6.48,6.53,4.04 +"16793",1,"Premium","F","VS1",61.3,59,6692,6.45,6.42,3.95 +"16794",1.04,"Very Good","H","IF",62,55,6694,6.51,6.55,4.05 +"16795",1.02,"Very Good","G","VS1",61.9,58,6694,6.44,6.48,4 +"16796",1.39,"Premium","I","SI1",62.1,57,6694,7.22,7.08,4.44 +"16797",1.22,"Premium","G","SI1",63,57,6695,6.84,6.74,4.28 +"16798",1.01,"Premium","E","VS2",60.4,57,6697,6.49,6.45,3.91 +"16799",1.06,"Ideal","H","VVS2",61.8,60,6698,6.52,6.49,4.02 +"16800",1,"Very Good","G","VS1",60.6,63,6699,6.42,6.45,3.9 +"16801",1,"Very Good","F","VS2",63.2,56,6701,6.32,6.37,4.01 +"16802",1.28,"Premium","H","SI1",59.9,59,6701,7.08,7.05,4.23 +"16803",1.28,"Ideal","H","SI1",62.4,56,6701,6.93,6.91,4.32 +"16804",1.57,"Very Good","J","SI2",62.1,60,6702,7.37,7.41,4.59 +"16805",1,"Premium","G","VVS2",62.5,60,6702,6.43,6.34,3.99 +"16806",1.01,"Premium","F","VS2",60.8,57,6702,6.52,6.47,3.95 +"16807",1.01,"Premium","H","IF",62.1,59,6702,6.47,6.41,4 +"16808",1.2,"Very Good","E","SI1",61,59,6703,6.91,6.83,4.19 +"16809",1.05,"Good","H","IF",64.3,58,6703,6.5,6.35,4.13 +"16810",1.22,"Very Good","G","SI1",62.4,57,6704,6.75,6.8,4.23 +"16811",1.02,"Ideal","E","VS2",60.7,56,6704,6.58,6.61,4 +"16812",1.08,"Ideal","G","VS2",61.3,56,6706,6.62,6.59,4.05 +"16813",1.06,"Very Good","G","VS1",60.5,56,6707,6.65,6.6,4.01 +"16814",1.01,"Premium","F","VS2",61.6,59,6707,6.43,6.39,3.95 +"16815",1.21,"Very Good","F","SI1",59.4,56,6708,6.95,7,4.14 +"16816",1.1,"Very Good","F","VS2",62,59,6708,6.56,6.6,4.08 +"16817",1.21,"Good","E","SI1",64.2,58,6708,6.65,6.59,4.25 +"16818",1.08,"Good","G","VS2",58.9,58,6708,6.69,6.75,3.96 +"16819",1.21,"Premium","H","VS2",58.8,59,6708,7.01,6.98,4.11 +"16820",1.04,"Premium","G","VS2",60.1,59,6709,6.59,6.56,3.95 +"16821",1.04,"Ideal","G","VS2",62.5,57,6709,6.49,6.46,4.05 +"16822",1.04,"Premium","G","VS2",61.8,58,6709,6.51,6.46,4.01 +"16823",1.23,"Very Good","D","SI2",62.3,58,6710,6.78,6.81,4.23 +"16824",1.2,"Good","H","VS2",63.3,59,6710,6.74,6.78,4.28 +"16825",1.21,"Premium","H","VS2",60.8,58,6710,6.91,6.88,4.19 +"16826",1.21,"Premium","H","VS2",61.5,58,6710,6.82,6.78,4.18 +"16827",1.51,"Premium","J","SI2",61.9,56,6712,7.44,7.29,4.56 +"16828",1.2,"Very Good","H","VS1",61.8,56,6713,6.82,6.86,4.23 +"16829",1.22,"Good","I","VS1",59.2,61,6713,7.01,6.95,4.13 +"16830",1.11,"Premium","G","VS2",60.8,58,6713,6.7,6.65,4.06 +"16831",1.11,"Ideal","G","VS2",62.2,55,6713,6.67,6.61,4.13 +"16832",1.11,"Premium","G","VS2",59,59,6713,6.79,6.76,4 +"16833",1.11,"Premium","G","VS2",62.3,58,6713,6.65,6.61,4.13 +"16834",1.01,"Very Good","F","VS2",63.6,59,6714,6.3,6.34,4.02 +"16835",1.01,"Very Good","E","VS2",62.9,60,6714,6.36,6.4,4.01 +"16836",1.3,"Ideal","I","VS2",61.7,56,6714,7.07,7.02,4.35 +"16837",1.26,"Ideal","H","SI1",61,56,6715,7,7.04,4.28 +"16838",1.06,"Premium","E","VS2",62.3,58,6716,6.49,6.52,4.05 +"16839",1.56,"Ideal","H","SI2",62.3,55,6716,7.39,7.35,4.59 +"16840",1.5,"Fair","I","SI2",64.8,58,6717,7.05,7.15,4.6 +"16841",1.01,"Very Good","F","VS1",61,58,6719,6.47,6.54,3.97 +"16842",1,"Premium","E","VS2",62.8,60,6720,6.36,6.32,3.98 +"16843",1,"Premium","E","VS2",62.1,59,6720,6.38,6.34,3.95 +"16844",1.5,"Premium","G","SI2",58.3,61,6720,7.55,7.4,4.34 +"16845",1.5,"Ideal","G","SI2",63,57,6720,7.31,7.2,4.57 +"16846",1.2,"Good","G","VS2",64,59,6720,6.8,6.63,4.3 +"16847",1,"Premium","E","VS2",60.4,57,6720,6.49,6.46,3.91 +"16848",1,"Ideal","E","VS2",61.6,57,6720,6.44,6.38,3.95 +"16849",1,"Ideal","E","VS2",62.8,57,6720,6.37,6.34,3.99 +"16850",1,"Premium","E","VS2",61.5,58,6720,6.42,6.39,3.94 +"16851",1,"Premium","E","VS2",62.7,59,6720,6.38,6.31,3.98 +"16852",1,"Premium","E","VS2",60,60,6720,6.43,6.43,3.89 +"16853",1,"Ideal","E","VS2",62.1,56,6720,6.42,6.39,3.98 +"16854",1.2,"Premium","H","VS1",58.5,61,6720,6.98,6.93,4.07 +"16855",1.21,"Premium","H","VS2",60.5,60,6722,6.95,6.9,4.19 +"16856",1.28,"Very Good","I","VS1",62.8,57,6726,6.9,6.95,4.35 +"16857",1.2,"Premium","H","VS1",62.7,58,6727,6.75,6.65,4.2 +"16858",1.43,"Fair","I","VS1",50.8,60,6727,7.73,7.25,3.93 +"16859",1.21,"Ideal","H","SI1",61.8,55,6727,6.82,6.86,4.23 +"16860",1.22,"Ideal","H","SI1",62.2,54,6727,6.83,6.86,4.26 +"16861",1,"Premium","G","VS1",62.4,59,6727,6.4,6.35,3.98 +"16862",1.56,"Ideal","J","SI1",61.8,57,6727,7.44,7.39,4.58 +"16863",1.04,"Good","F","VS2",63.7,58,6727,6.43,6.34,4.07 +"16864",1.06,"Ideal","G","VS2",61.9,55,6728,6.54,6.57,4.06 +"16865",1.06,"Ideal","G","VS2",61.6,56,6728,6.53,6.59,4.04 +"16866",1.24,"Premium","H","SI1",60.4,59,6729,6.97,6.93,4.2 +"16867",1.07,"Premium","G","VS1",62,58,6730,6.59,6.53,4.07 +"16868",1.07,"Premium","G","VS1",58.6,60,6730,6.76,6.65,3.93 +"16869",1.37,"Ideal","G","SI2",62.8,57,6730,7.12,7.06,4.45 +"16870",1.5,"Good","I","SI2",58.5,60,6731,7.41,7.5,4.36 +"16871",1,"Very Good","E","VS2",61.9,57,6732,6.35,6.38,3.94 +"16872",1.02,"Very Good","E","VS2",58.4,57,6732,6.59,6.64,3.86 +"16873",1.02,"Ideal","E","VS2",62.7,56,6732,6.38,6.44,4.02 +"16874",1.01,"Very Good","H","VVS1",60.6,56,6733,6.5,6.53,3.95 +"16875",1.03,"Very Good","F","VS1",60.2,55,6733,6.62,6.56,3.97 +"16876",1.26,"Very Good","G","SI1",63,59,6733,6.84,6.88,4.32 +"16877",1.26,"Very Good","G","SI1",61.7,60,6733,6.85,6.9,4.24 +"16878",1.01,"Premium","D","VS1",61.1,56,6733,6.43,6.36,3.91 +"16879",1.01,"Ideal","G","VS2",62.1,57,6734,6.4,6.45,3.99 +"16880",1.01,"Ideal","G","VS2",61,56,6734,6.47,6.51,3.96 +"16881",1.02,"Ideal","F","VS2",62.7,57,6734,6.47,6.44,4.05 +"16882",1.02,"Fair","G","VVS2",64.6,59,6736,6.31,6.29,4.07 +"16883",1.31,"Premium","I","VS1",58.5,60,6737,7.18,7.15,4.19 +"16884",1.11,"Ideal","E","SI1",62.5,54,6737,6.62,6.63,4.13 +"16885",1.01,"Very Good","D","VS2",62.9,58,6738,6.35,6.41,4.01 +"16886",1.02,"Good","G","VS1",63.3,58,6738,6.38,6.42,4.05 +"16887",1.26,"Ideal","G","SI1",59.6,57,6738,7.08,7.04,4.21 +"16888",1.2,"Ideal","D","SI2",61.7,56,6740,6.88,6.81,4.22 +"16889",1.14,"Ideal","G","SI1",61.7,56,6741,6.71,6.75,4.15 +"16890",1.2,"Ideal","G","SI1",62.2,58,6741,6.77,6.84,4.23 +"16891",1.47,"Premium","I","SI2",62.4,55,6742,7.34,7.24,4.55 +"16892",1.2,"Premium","E","SI1",62.5,56,6742,6.75,6.71,4.21 +"16893",1.2,"Ideal","H","SI1",62.5,56,6742,6.84,6.79,4.26 +"16894",1,"Very Good","G","VS2",62.2,58,6743,6.35,6.39,3.96 +"16895",1.1,"Ideal","E","SI1",61.3,56,6743,6.65,6.7,4.09 +"16896",1.18,"Good","G","SI1",58,59,6743,6.98,7.03,4.06 +"16897",1.13,"Premium","G","VS2",62.5,58,6743,6.69,6.59,4.15 +"16898",1.21,"Very Good","H","VS2",62.1,60,6745,6.77,6.83,4.22 +"16899",1,"Very Good","D","VS2",59.6,60,6745,6.52,6.57,3.9 +"16900",1.5,"Ideal","J","SI1",59.4,62,6745,7.38,7.35,4.38 +"16901",1.5,"Good","J","SI2",60.9,62,6746,7.3,7.32,4.45 +"16902",1.21,"Good","H","VS1",63.3,58,6748,6.72,6.77,4.27 +"16903",1,"Good","G","VVS2",62.4,61,6748,6.32,6.3,3.94 +"16904",1.03,"Premium","G","VS1",60.7,58,6749,6.55,6.5,3.96 +"16905",1.03,"Premium","G","VS1",62.2,59,6749,6.46,6.41,4 +"16906",1.18,"Ideal","I","VVS1",62.6,54,6750,6.74,6.78,4.23 +"16907",1.5,"Good","J","SI2",63.6,57,6750,7.3,7.23,4.62 +"16908",1.5,"Premium","J","SI2",61.4,61,6750,7.36,7.3,4.5 +"16909",1.23,"Premium","G","SI1",62.4,55,6750,6.89,6.83,4.28 +"16910",1.23,"Ideal","H","SI1",61.7,55,6750,6.94,6.9,4.27 +"16911",1.07,"Very Good","H","VVS2",61.3,56,6751,6.54,6.59,4.03 +"16912",1.03,"Ideal","F","VS2",62.4,56,6751,6.48,6.43,4.03 +"16913",1.37,"Premium","E","SI2",61,57,6751,7.25,7.19,4.4 +"16914",1.41,"Premium","I","SI2",62.9,59,6751,7.14,7.08,4.47 +"16915",1.02,"Very Good","E","VS2",62.9,56,6752,6.37,6.47,4.04 +"16916",2.03,"Fair","F","I1",65.6,56,6753,7.89,7.86,5.16 +"16917",1.14,"Ideal","H","VS2",62.6,53,6753,6.67,6.72,4.19 +"16918",1.24,"Very Good","I","VS1",59.4,58,6754,7.04,7.09,4.2 +"16919",1.01,"Very Good","E","VS2",61.6,58,6754,6.43,6.49,3.98 +"16920",1.35,"Ideal","J","VS2",61.8,54,6754,7.1,7.14,4.4 +"16921",1.41,"Premium","J","VS2",62.7,56,6754,7.2,7.16,4.5 +"16922",1.34,"Premium","I","VS2",61.8,59,6754,7.07,7.04,4.36 +"16923",1.27,"Premium","H","VS2",62.6,59,6755,6.83,6.93,4.31 +"16924",1.16,"Ideal","E","SI1",61.9,55,6755,6.74,6.79,4.19 +"16925",1.51,"Premium","I","SI1",62.2,61,6756,7.35,7.27,4.55 +"16926",1.69,"Ideal","H","I1",62,56,6757,7.66,7.61,4.73 +"16927",1.3,"Very Good","H","SI1",62.3,58,6758,6.97,7.03,4.36 +"16928",1.11,"Ideal","I","VS1",61.2,57,6758,6.67,6.7,4.09 +"16929",1.01,"Premium","G","VS1",60.9,58,6759,6.43,6.47,3.93 +"16930",1.01,"Good","G","VS1",63.8,57,6759,6.35,6.38,4.06 +"16931",1.01,"Fair","F","VS1",64.7,54,6759,6.33,6.28,4.08 +"16932",1.29,"Ideal","H","SI1",63.2,57,6760,6.89,6.96,4.38 +"16933",1.28,"Premium","I","VS2",61.7,60,6762,7.05,6.95,4.32 +"16934",1,"Very Good","D","VS2",62.6,58,6762,6.31,6.38,3.97 +"16935",1.02,"Very Good","E","VS2",59.1,60,6762,6.61,6.51,3.88 +"16936",1.29,"Ideal","F","SI2",60.7,58,6762,7,7.07,4.27 +"16937",1.2,"Ideal","G","SI1",61.8,59,6762,6.77,6.8,4.19 +"16938",1.22,"Premium","I","VS1",62.6,57.4,6763,6.76,6.8,4.24 +"16939",1.22,"Very Good","I","VS1",62.9,53.8,6763,6.79,6.83,4.29 +"16940",1.47,"Very Good","J","VS2",62.5,59,6763,7.18,7.23,4.5 +"16941",1.34,"Very Good","I","SI1",61.1,59,6763,7.05,7.12,4.33 +"16942",1.04,"Premium","E","VS1",58.6,59,6765,6.68,6.64,3.9 +"16943",1.04,"Very Good","G","VVS1",58.2,60,6766,6.66,6.71,3.89 +"16944",1.05,"Very Good","G","VS1",61.8,58,6766,6.5,6.55,4.03 +"16945",1.28,"Very Good","H","SI2",60.4,61,6766,7.08,7.03,4.26 +"16946",1.16,"Ideal","F","SI1",62.6,58,6768,6.68,6.73,4.2 +"16947",0.97,"Premium","F","VVS2",58.1,60,6768,6.53,6.49,3.78 +"16948",1.08,"Ideal","G","VS2",60.3,59,6769,6.62,6.64,4 +"16949",1.01,"Very Good","F","VS2",62.3,59,6770,6.37,6.41,3.98 +"16950",1.5,"Very Good","H","SI2",63.3,57,6770,7.27,7.21,4.59 +"16951",1.5,"Good","H","SI2",63.6,60,6770,7.3,7.23,4.63 +"16952",1.01,"Very Good","E","VS2",64,56,6771,6.22,6.37,4.03 +"16953",1.15,"Ideal","H","VS2",62.8,54,6772,6.7,6.75,4.22 +"16954",1.01,"Very Good","G","VS2",62.9,54,6773,6.35,6.4,4 +"16955",1.01,"Very Good","F","VS2",61.6,57,6773,6.39,6.46,3.96 +"16956",1.51,"Very Good","J","SI2",62.8,59,6773,7.23,7.26,4.55 +"16957",1.04,"Ideal","G","VS2",61.6,57,6773,6.49,6.54,4.01 +"16958",1.02,"Premium","F","VS2",62.4,59,6773,6.45,6.4,4.01 +"16959",1.2,"Premium","F","SI1",61,62,6774,6.96,6.81,4.2 +"16960",1.12,"Premium","G","VS2",60.7,53,6774,6.81,6.7,4.1 +"16961",1.2,"Ideal","I","VS1",62.8,55,6774,6.79,6.75,4.25 +"16962",1.12,"Ideal","G","VS2",62,56,6774,6.69,6.64,4.13 +"16963",1.12,"Ideal","G","VS2",62.2,54,6774,6.65,6.62,4.13 +"16964",1,"Good","E","VS2",63.1,56,6776,6.37,6.41,4.03 +"16965",1.1,"Very Good","E","VS2",61.9,55,6776,6.61,6.67,4.11 +"16966",1.22,"Premium","H","SI1",61.8,57,6776,6.86,6.82,4.23 +"16967",1,"Premium","D","VS2",60.8,61,6776,6.41,6.39,3.89 +"16968",1,"Very Good","D","VS2",63.5,57,6776,6.37,6.32,4.03 +"16969",1.22,"Ideal","H","SI1",61.8,57,6776,6.85,6.83,4.23 +"16970",1.01,"Very Good","H","VVS1",61.1,58,6777,6.41,6.45,3.93 +"16971",1.08,"Very Good","G","VS2",60.6,58,6777,6.65,6.71,4.05 +"16972",1.01,"Very Good","G","VS1",58.8,58,6777,6.52,6.61,3.86 +"16973",1.22,"Premium","G","SI1",61.8,58,6777,6.88,6.82,4.23 +"16974",1.07,"Premium","G","VS2",61.9,58,6779,6.54,6.55,4.05 +"16975",1.25,"Ideal","D","SI2",61.9,54.4,6779,6.9,6.93,4.28 +"16976",1.38,"Premium","G","SI2",59.2,59,6779,7.35,7.29,4.33 +"16977",1.08,"Ideal","G","VS1",62,55,6779,6.62,6.57,4.09 +"16978",1.07,"Very Good","G","VS1",61.2,55,6780,6.63,6.67,4.07 +"16979",1.19,"Very Good","H","VS2",60.5,59,6781,6.97,7,4.17 +"16980",1.37,"Very Good","G","SI2",63.4,61,6781,6.95,7.03,4.43 +"16981",1.04,"Premium","F","VS2",61.7,59,6782,6.45,6.49,3.99 +"16982",1.25,"Good","H","SI1",63.7,58,6783,6.81,6.79,4.33 +"16983",1.03,"Premium","F","VS1",61.7,56,6783,6.49,6.47,4 +"16984",1.25,"Premium","H","SI1",62.2,57,6783,6.91,6.85,4.28 +"16985",1.25,"Ideal","H","SI1",62.2,57,6783,6.9,6.86,4.28 +"16986",1.21,"Ideal","H","VS1",62.7,56,6784,6.79,6.84,4.27 +"16987",1.02,"Very Good","D","VS2",59.8,61,6785,6.54,6.61,3.93 +"16988",1.02,"Very Good","F","VS1",61.3,59,6785,6.45,6.51,3.97 +"16989",1.27,"Ideal","H","SI1",60.6,57,6785,7.07,7,4.26 +"16990",1.03,"Very Good","G","VS2",62.2,57,6786,6.43,6.46,4.01 +"16991",1.01,"Premium","E","VS2",62,59,6787,6.46,6.44,4 +"16992",1.01,"Ideal","E","VS2",61.9,55,6787,6.44,6.38,3.97 +"16993",1.01,"Very Good","E","VS2",63.5,58,6787,6.36,6.34,4.03 +"16994",1.01,"Premium","E","VS2",60.4,58,6787,6.51,6.47,3.92 +"16995",1.01,"Premium","E","VS2",62.7,57,6787,6.36,6.31,3.97 +"16996",1.01,"Very Good","E","VS2",63.4,60,6787,6.37,6.31,4.02 +"16997",1.01,"Very Good","E","VS2",63.2,57,6787,6.38,6.35,4.02 +"16998",1.01,"Very Good","F","VS2",63.1,58,6787,6.4,6.35,4.02 +"16999",1.01,"Premium","G","VS1",60.3,58,6787,6.56,6.5,3.94 +"17000",1.01,"Premium","E","VS2",62.9,58,6787,6.39,6.36,4.01 +"17001",1.01,"Ideal","F","VS2",60.9,57,6787,6.48,6.45,3.94 +"17002",1.01,"Ideal","F","VS2",61.9,55,6787,6.47,6.45,4 +"17003",1.01,"Ideal","F","VS2",62.1,57,6787,6.46,6.42,4 +"17004",1.65,"Premium","G","I1",62,59,6788,7.53,7.57,4.68 +"17005",1.53,"Premium","G","SI2",58.5,59,6788,7.52,7.49,4.39 +"17006",1.15,"Ideal","H","VS2",62.4,56,6788,6.71,6.65,4.17 +"17007",1.43,"Ideal","J","SI1",60.5,58,6789,7.25,7.34,4.41 +"17008",1.33,"Premium","F","SI2",59.9,58,6790,7.17,7.13,4.28 +"17009",1.33,"Ideal","H","SI2",62.3,55,6791,7.01,7.08,4.39 +"17010",1.52,"Premium","I","VS2",61.7,61,6793,7.35,7.3,4.52 +"17011",1.32,"Very Good","I","VS1",63.5,58,6793,6.89,6.94,4.39 +"17012",1.07,"Ideal","G","VS1",61.8,57,6793,6.52,6.58,4.05 +"17013",1.15,"Very Good","H","VVS2",58.8,58,6793,6.87,6.9,4.05 +"17014",1.03,"Ideal","G","VS2",60.7,57,6793,6.53,6.56,3.97 +"17015",1.25,"Ideal","J","VS1",61.2,56,6793,6.93,6.95,4.25 +"17016",1.2,"Good","G","VS2",65.2,56,6793,6.61,6.67,4.33 +"17017",1.52,"Ideal","H","I1",61.6,56,6793,7.75,7.73,4.77 +"17018",1.01,"Very Good","D","VS2",63.3,58,6794,6.35,6.38,4.03 +"17019",1.01,"Good","F","VS1",59,62,6794,6.56,6.6,3.88 +"17020",1.01,"Ideal","G","VS1",62.4,56,6794,6.44,6.39,4 +"17021",1.01,"Ideal","G","VS1",61.5,56,6794,6.48,6.43,3.97 +"17022",1.01,"Ideal","F","VS2",60.3,56,6794,6.56,6.5,3.94 +"17023",1.01,"Very Good","G","VS1",63.1,55,6795,6.34,6.37,4.01 +"17024",1.02,"Ideal","G","VS2",62.3,56,6796,6.46,6.51,4.04 +"17025",2,"Fair","J","I1",66.5,56,6796,7.93,7.8,5.23 +"17026",1.02,"Good","D","VS1",64.6,58,6797,6.22,6.28,4.04 +"17027",1.02,"Ideal","H","VVS2",62.1,56,6797,6.5,6.45,4.02 +"17028",1.02,"Ideal","H","VVS2",62.1,55,6797,6.5,6.46,4.02 +"17029",1.5,"Good","H","SI2",59.8,61,6798,7.39,7.49,4.45 +"17030",1.11,"Ideal","E","SI1",61.1,57,6800,6.64,6.72,4.08 +"17031",0.97,"Ideal","H","VVS1",60.4,57,6801,6.4,6.48,3.89 +"17032",1.05,"Very Good","E","VS2",61.6,58,6803,6.48,6.53,4.01 +"17033",1.14,"Very Good","G","VS2",63.2,58,6803,6.67,6.63,4.2 +"17034",1,"Ideal","F","VS2",62.6,57,6804,6.4,6.35,3.99 +"17035",0.9,"Good","E","IF",63.6,56,6804,6.11,6.02,3.86 +"17036",1.35,"Premium","F","SI2",62.8,60,6804,7.08,7,4.42 +"17037",1.24,"Ideal","D","SI1",61.9,56,6805,6.9,6.87,4.26 +"17038",1.55,"Ideal","J","SI2",62,56,6805,7.42,7.38,4.59 +"17039",1.3,"Ideal","I","VS1",62.1,57,6806,6.98,7.04,4.35 +"17040",1.3,"Premium","I","VS1",62.2,59,6806,6.91,6.97,4.32 +"17041",0.28,"Very Good","E","VVS1",60.9,60,612,4.25,4.26,2.59 +"17042",0.3,"Very Good","E","VS2",60.7,63,612,4.32,4.35,2.63 +"17043",0.41,"Very Good","F","SI2",62.6,54,612,4.75,4.77,2.98 +"17044",0.28,"Very Good","F","IF",62.2,55,612,4.23,4.26,2.64 +"17045",0.28,"Ideal","F","VVS2",61.6,55,612,4.22,4.26,2.61 +"17046",0.28,"Ideal","E","VVS2",60.7,57,612,4.22,4.25,2.57 +"17047",0.32,"Ideal","E","VS2",61.3,56,612,4.41,4.46,2.72 +"17048",0.3,"Ideal","F","VS1",61.5,55,612,4.31,4.34,2.66 +"17049",0.3,"Ideal","F","VS1",62.1,55,612,4.31,4.35,2.69 +"17050",0.3,"Ideal","F","VS1",61.8,55,612,4.31,4.33,2.67 +"17051",0.3,"Ideal","F","VS1",61.9,56,612,4.3,4.32,2.67 +"17052",0.4,"Ideal","I","SI2",61.3,56,612,4.76,4.79,2.93 +"17053",0.41,"Ideal","F","SI2",61.6,54,612,4.78,4.8,2.95 +"17054",0.41,"Ideal","F","SI2",62,53,612,4.77,4.81,2.97 +"17055",0.4,"Ideal","J","SI1",61.6,56,612,4.72,4.77,2.93 +"17056",0.4,"Ideal","J","SI1",61.4,55,612,4.75,4.8,2.93 +"17057",0.28,"Good","E","IF",64.6,58,612,4.09,4.12,2.65 +"17058",0.34,"Ideal","E","SI2",62,56,612,4.48,4.45,2.77 +"17059",0.34,"Premium","E","SI2",61.7,61,612,4.51,4.47,2.77 +"17060",0.32,"Ideal","G","SI1",61.3,56,612,4.42,4.39,2.7 +"17061",0.32,"Premium","G","SI1",62,55,612,4.43,4.41,2.74 +"17062",0.32,"Premium","G","SI1",60.9,56,612,4.45,4.41,2.7 +"17063",0.32,"Premium","G","SI1",59.6,60,612,4.46,4.43,2.65 +"17064",0.32,"Premium","G","SI1",62.6,58,612,4.37,4.35,2.73 +"17065",0.32,"Ideal","G","SI1",63,56,612,4.38,4.35,2.75 +"17066",0.32,"Very Good","G","SI1",63.5,56,612,4.38,4.35,2.77 +"17067",0.32,"Premium","G","SI1",61.6,58,612,4.4,4.36,2.7 +"17068",0.32,"Premium","G","SI1",61,61,612,4.41,4.38,2.68 +"17069",0.32,"Premium","G","SI1",62.6,58,612,4.35,4.31,2.71 +"17070",0.32,"Very Good","D","SI2",63.4,56,612,4.38,4.36,2.77 +"17071",1.5,"Premium","J","SI1",60.5,59,6806,7.38,7.47,4.49 +"17072",1.01,"Ideal","E","VS2",60.5,60,6806,6.46,6.47,3.91 +"17073",1.03,"Very Good","G","VS2",58.8,63,6806,6.7,6.61,3.91 +"17074",0.96,"Ideal","G","VS1",61.1,56,6807,6.34,6.39,3.89 +"17075",1.05,"Very Good","F","VS2",62.8,57,6808,6.45,6.48,4.06 +"17076",1.24,"Premium","H","SI1",60.2,60,6808,6.94,6.91,4.17 +"17077",1.2,"Very Good","E","SI1",61,58,6809,6.83,6.88,4.18 +"17078",1.06,"Ideal","G","VS2",61.3,57,6809,6.56,6.58,4.03 +"17079",1.04,"Ideal","G","VS2",61.9,54,6809,6.53,6.56,4.05 +"17080",1.03,"Ideal","F","VS2",61.4,58,6809,6.49,6.51,3.99 +"17081",1.1,"Very Good","F","VS2",61.4,58,6810,6.63,6.73,4.1 +"17082",1.32,"Very Good","I","SI1",62.1,57,6810,6.99,7.09,4.37 +"17083",1.05,"Ideal","F","VS2",61.6,54,6810,6.54,6.58,4.04 +"17084",1.52,"Premium","D","SI2",62.4,59,6810,7.36,7.29,4.57 +"17085",1.28,"Very Good","D","SI2",61.2,58,6811,6.96,7.09,4.3 +"17086",1.58,"Very Good","F","SI2",63.2,57,6813,7.43,7.38,4.68 +"17087",1.2,"Very Good","G","VS1",63.3,57,6814,6.77,6.71,4.26 +"17088",1.04,"Very Good","G","VS1",63.4,59,6814,6.46,6.38,4.07 +"17089",1.2,"Very Good","H","VS1",63.1,55,6814,6.82,6.77,4.29 +"17090",1.2,"Ideal","H","VS1",62.5,57,6814,6.81,6.73,4.23 +"17091",1.04,"Premium","D","VS2",62,60,6814,6.49,6.45,4.01 +"17092",1.34,"Premium","H","SI1",62.4,57,6814,7.07,6.96,4.38 +"17093",1.04,"Ideal","F","VS2",62.1,57,6814,6.53,6.48,4.04 +"17094",1.17,"Fair","E","VS2",64.5,56,6814,6.75,6.68,4.33 +"17095",1.04,"Premium","G","VS1",61.5,61,6814,6.56,6.51,4.02 +"17096",1.02,"Very Good","E","VS2",62.5,57,6816,6.36,6.41,3.99 +"17097",1.51,"Fair","H","SI2",65.5,56,6816,7.18,7.13,4.69 +"17098",2.17,"Fair","G","I1",55.6,62,6817,8.75,8.69,4.8 +"17099",1.23,"Ideal","I","VS2",62.4,58,6817,6.81,6.88,4.27 +"17100",1.23,"Ideal","I","VS2",62.4,58,6817,6.82,6.86,4.27 +"17101",1,"Very Good","G","VVS2",64.9,57,6818,6.21,6.28,4.05 +"17102",1.06,"Very Good","G","VS2",59.8,58,6818,6.64,6.7,3.99 +"17103",1,"Very Good","F","VS2",63.4,58,6818,6.3,6.39,4.02 +"17104",1.51,"Very Good","I","SI2",63.1,60,6819,7.19,7.13,4.52 +"17105",1.3,"Very Good","I","VS1",62.6,57,6819,6.92,6.95,4.34 +"17106",1.19,"Very Good","H","VS2",61.1,58,6819,6.78,6.83,4.16 +"17107",1.74,"Premium","F","I1",59.9,58,6821,7.88,7.82,4.7 +"17108",1.13,"Premium","F","VS2",59.8,61,6822,6.81,6.76,4.06 +"17109",1,"Good","E","VS1",60.6,63,6822,6.28,6.42,3.85 +"17110",1.31,"Premium","J","VS2",62,59,6822,7.04,6.97,4.34 +"17111",1.06,"Very Good","F","VS2",62.2,57,6823,6.53,6.58,4.08 +"17112",1.01,"Very Good","F","VS1",59.9,59,6825,6.52,6.57,3.92 +"17113",1.01,"Good","F","VS1",61.2,56,6825,6.42,6.49,3.95 +"17114",1.23,"Very Good","I","VS2",61.2,59,6826,6.84,6.81,4.18 +"17115",1.01,"Ideal","G","VS2",60.6,57,6826,6.47,6.53,3.94 +"17116",1.09,"Very Good","G","VS1",62.5,59,6827,6.54,6.57,4.1 +"17117",1.01,"Premium","D","VS2",61,59,6827,6.44,6.41,3.92 +"17118",1.07,"Good","F","VS2",57.6,60,6828,6.83,6.79,3.92 +"17119",1.17,"Ideal","F","SI1",61.1,56,6828,6.77,6.82,4.15 +"17120",1.32,"Good","E","SI1",63.7,56,6830,6.96,6.88,4.41 +"17121",1.02,"Very Good","D","VS2",63.7,55,6830,6.42,6.45,4.1 +"17122",0.9,"Ideal","F","VS2",62.3,56,6830,6.17,6.19,3.85 +"17123",1.15,"Very Good","G","VS2",62.9,58,6831,6.62,6.7,4.19 +"17124",1.39,"Ideal","J","VS2",60.9,57,6831,7.2,7.25,4.4 +"17125",1.04,"Ideal","G","VS1",61.5,55,6831,6.54,6.55,4.02 +"17126",1.05,"Ideal","H","VS1",61.8,55,6833,6.54,6.57,4.05 +"17127",1.28,"Ideal","G","SI2",61.8,56,6833,6.95,6.99,4.31 +"17128",1.2,"Very Good","H","VS2",63.3,59,6833,6.78,6.74,4.28 +"17129",1.23,"Premium","D","SI2",62.3,58,6833,6.81,6.78,4.23 +"17130",1.21,"Ideal","H","VS1",60.7,57,6834,6.86,6.89,4.17 +"17131",0.8,"Very Good","D","IF",63.3,57,6834,5.85,5.87,3.71 +"17132",1.11,"Ideal","H","VVS2",61.4,57,6837,6.63,6.67,4.08 +"17133",1.05,"Ideal","G","VS2",61.6,56,6837,6.52,6.56,4.03 +"17134",1.1,"Ideal","G","SI1",61.6,56,6837,6.62,6.65,4.08 +"17135",1.26,"Ideal","H","SI1",61,56,6837,7.04,7,4.28 +"17136",1.28,"Ideal","I","VS2",61.6,57,6838,7.01,6.98,4.31 +"17137",1.06,"Premium","E","VS2",62.3,58,6838,6.52,6.49,4.05 +"17138",1.5,"Fair","H","SI1",65,57,6838,7.1,7.06,4.6 +"17139",1.5,"Fair","H","SI1",65,57,6838,7.1,7.06,4.6 +"17140",1.24,"Premium","D","SI2",61.4,59,6840,6.87,6.91,4.23 +"17141",1,"Very Good","F","VS2",63.8,56.9,6841,6.29,6.36,4.04 +"17142",1,"Good","F","VS2",61.1,61,6841,6.38,6.45,3.92 +"17143",1.01,"Premium","G","VVS2",60.9,59,6843,6.54,6.59,4 +"17144",1.01,"Good","E","VS2",63.9,59,6843,6.31,6.34,4.04 +"17145",1.01,"Premium","E","VS2",62.2,58,6843,6.36,6.41,3.97 +"17146",1.01,"Good","G","VVS2",63.4,55,6843,6.34,6.41,4.04 +"17147",1.01,"Very Good","G","VVS2",63,59,6843,6.34,6.41,4.01 +"17148",1.01,"Premium","G","VVS2",61.4,58,6843,6.46,6.51,3.98 +"17149",1.1,"Ideal","H","SI1",61.5,56,6844,6.61,6.65,4.08 +"17150",1.01,"Very Good","G","VS1",62.5,56,6846,6.36,6.4,3.99 +"17151",1.5,"Good","H","SI2",60.8,64,6846,7.27,7.2,4.4 +"17152",1.71,"Good","G","SI2",63.7,57,6847,7.54,7.5,4.79 +"17153",1.23,"Very Good","H","VS2",62.4,58,6848,6.8,6.85,4.26 +"17154",1.03,"Very Good","D","VS1",59.6,61,6848,6.57,6.62,3.93 +"17155",1.21,"Premium","H","VS2",59.3,60,6849,6.93,6.99,4.13 +"17156",1.09,"Ideal","E","SI1",61.8,55,6849,6.65,6.58,4.09 +"17157",1.24,"Premium","H","VS2",61.2,59,6850,6.89,6.93,4.23 +"17158",1.51,"Good","J","SI1",63.5,58,6851,7.24,7.29,4.61 +"17159",1.51,"Very Good","J","SI1",61.2,62,6851,7.32,7.36,4.49 +"17160",1.51,"Premium","J","SI1",59.4,59,6851,7.45,7.54,4.45 +"17161",1.09,"Ideal","E","SI2",62.7,55.9,6852,6.52,6.58,4.11 +"17162",1.06,"Premium","G","VS1",62.2,55,6853,6.58,6.51,4.07 +"17163",1.02,"Ideal","E","VS2",62.7,56,6854,6.44,6.38,4.02 +"17164",1.02,"Premium","E","VS2",58.4,57,6854,6.64,6.59,3.86 +"17165",1.02,"Premium","E","VS2",62.1,52,6854,6.55,6.49,4.05 +"17166",2,"Good","G","I1",63.9,58,6854,7.99,7.91,5.08 +"17167",1.26,"Very Good","I","VS1",59.2,60,6855,7.09,7.02,4.18 +"17168",1.01,"Ideal","G","VS2",61,56,6855,6.46,6.49,3.95 +"17169",1.06,"Ideal","D","VS2",62.5,54,6856,6.53,6.6,4.1 +"17170",1.08,"Ideal","H","VVS2",62.4,55,6856,6.53,6.57,4.09 +"17171",1.25,"Premium","G","SI1",60.7,58,6856,6.97,6.9,4.21 +"17172",1.09,"Ideal","G","VS1",62.5,56,6856,6.63,6.55,4.12 +"17173",1.11,"Ideal","G","VS2",61.2,56,6857,6.65,6.68,4.08 +"17174",1.02,"Ideal","G","VS1",62.1,58,6857,6.4,6.45,3.99 +"17175",1.19,"Ideal","D","SI1",62,57,6857,6.77,6.82,4.21 +"17176",1.31,"Good","H","SI1",57.9,62,6857,7.18,7.25,4.18 +"17177",1.72,"Premium","J","SI1",62,56,6857,7.76,7.7,4.79 +"17178",1.27,"Ideal","H","SI1",60.1,58,6858,7.02,7.05,4.23 +"17179",1.12,"Ideal","F","VS2",60.9,55,6858,6.73,6.67,4.08 +"17180",1,"Ideal","E","VS2",61.7,54,6859,6.41,6.46,3.97 +"17181",1.35,"Very Good","E","SI1",62.7,57,6860,7.01,7.05,4.41 +"17182",2.32,"Fair","H","I1",70.5,55,6860,7.93,7.9,5.58 +"17183",1,"Premium","E","VS2",61.8,62,6860,6.47,6.44,3.99 +"17184",1.21,"Good","E","SI1",63.6,58,6861,6.65,6.77,4.27 +"17185",1.02,"Very Good","G","VS1",63.3,58,6861,6.42,6.38,4.05 +"17186",1.11,"Premium","F","VS2",62.7,59,6863,6.58,6.62,4.14 +"17187",1.06,"Very Good","G","VS1",63,56,6863,6.47,6.51,4.09 +"17188",1.02,"Very Good","D","SI1",60.3,56,6863,6.55,6.57,3.96 +"17189",1.02,"Fair","F","VVS2",64.8,58,6863,6.22,6.28,4.05 +"17190",1.03,"Ideal","G","VS1",62.3,56,6864,6.5,6.46,4.04 +"17191",1.05,"Very Good","E","VS2",62.2,57,6865,6.44,6.56,4.04 +"17192",1,"Very Good","G","VS1",59.4,59,6867,6.52,6.54,3.88 +"17193",1.18,"Very Good","I","IF",63.3,58,6867,6.69,6.73,4.25 +"17194",1.24,"Ideal","H","SI1",62.3,54,6867,6.88,6.9,4.29 +"17195",1,"Premium","D","VS2",59.6,60,6868,6.57,6.52,3.9 +"17196",1.2,"Very Good","H","VS2",62.5,59,6870,6.76,6.72,4.21 +"17197",2.72,"Fair","J","I1",68.2,56,6870,8.46,8.43,5.76 +"17198",1.21,"Good","H","VS1",59.5,65,6871,6.88,6.84,4.08 +"17199",1,"Ideal","E","VS2",62.9,55,6871,6.4,6.36,4.01 +"17200",1.21,"Very Good","H","VS1",63.3,58,6871,6.77,6.72,4.27 +"17201",1,"Ideal","E","VS2",62,56,6871,6.46,6.41,3.99 +"17202",0.9,"Very Good","D","VVS2",62.6,59,6872,6.11,6.15,3.84 +"17203",1.2,"Very Good","F","SI1",63.5,57,6872,6.65,6.74,4.25 +"17204",1.09,"Ideal","F","SI1",61.4,56,6872,6.63,6.66,4.08 +"17205",1.31,"Ideal","I","VS2",61.7,55,6873,7,7.1,4.35 +"17206",1.26,"Good","G","SI1",63.2,61,6874,6.81,6.87,4.32 +"17207",1.24,"Premium","F","SI1",61.6,59,6874,6.86,6.9,4.24 +"17208",1.24,"Premium","E","SI1",59.7,59,6875,7.07,6.99,4.2 +"17209",1,"Very Good","E","VS2",59,58,6875,6.49,6.53,3.84 +"17210",1.21,"Ideal","H","SI1",62.2,54,6876,6.8,6.86,4.25 +"17211",1.29,"Premium","I","VS1",63,57,6877,6.99,6.89,4.37 +"17212",1,"Very Good","D","VS2",62.6,56,6881,6.33,6.39,3.98 +"17213",1.01,"Premium","G","VS1",61.7,56,6882,6.53,6.46,4.01 +"17214",1.01,"Good","G","VS1",63.8,57,6882,6.38,6.35,4.06 +"17215",1.01,"Premium","G","VS1",60.9,58,6882,6.47,6.43,3.93 +"17216",1,"Very Good","F","VS1",62.1,60,6883,6.33,6.42,3.96 +"17217",1.35,"Very Good","I","VS2",61.7,59,6884,7.05,7.09,4.36 +"17218",1.08,"Ideal","F","SI1",61.8,55,6884,6.58,6.63,4.08 +"17219",1.31,"Very Good","I","VS1",62.3,58,6885,6.99,7.03,4.37 +"17220",1.07,"Premium","F","VS1",60.6,61,6885,6.62,6.56,3.99 +"17221",1.21,"Ideal","E","SI1",62,56,6887,6.83,6.76,4.21 +"17222",1.21,"Very Good","H","VS2",60.1,57,6887,6.88,6.97,4.16 +"17223",1.83,"Fair","H","I1",68,57,6887,7.47,7.44,5.07 +"17224",1.22,"Ideal","I","VS1",62.9,54,6887,6.83,6.79,4.29 +"17225",1.22,"Ideal","I","VS1",62.6,57,6887,6.8,6.76,4.24 +"17226",1.22,"Premium","F","SI1",61.8,59,6887,6.86,6.83,4.23 +"17227",1.23,"Premium","G","SI1",61.2,59,6888,6.88,6.81,4.19 +"17228",1.5,"Premium","I","SI1",62.3,58,6888,7.33,7.22,4.53 +"17229",0.97,"Very Good","F","VVS2",58.1,60,6889,6.49,6.53,3.78 +"17230",1.41,"Ideal","J","SI1",62.3,55,6889,7.18,7.21,4.48 +"17231",1.06,"Ideal","G","VS2",61.9,54,6890,6.54,6.58,4.06 +"17232",1.04,"Premium","G","VVS1",58.2,60,6890,6.71,6.66,3.89 +"17233",1.55,"Premium","J","SI2",62.6,57,6890,7.37,7.32,4.6 +"17234",1.13,"Ideal","G","VS2",62.7,56,6891,6.61,6.65,4.16 +"17235",0.9,"Very Good","E","VVS2",63.7,57,6892,6.1,6.12,3.89 +"17236",1.21,"Very Good","H","SI1",60.4,58,6892,6.91,6.96,4.19 +"17237",1.27,"Premium","H","SI1",60.2,58,6892,7.04,6.99,4.22 +"17238",1.42,"Very Good","I","VS1",60.1,65,6894,7.28,7.2,4.35 +"17239",1.24,"Ideal","G","SI1",61,56.4,6895,6.93,6.99,4.25 +"17240",1.16,"Ideal","E","SI1",61.9,57,6896,6.72,6.76,4.17 +"17241",1.52,"Good","J","SI1",63.6,60,6897,7.21,7.25,4.6 +"17242",1.6,"Premium","F","SI2",61.8,57,6899,7.51,7.46,4.63 +"17243",1,"Premium","F","VS2",60.7,58,6899,6.45,6.36,3.89 +"17244",1.01,"Premium","F","VS2",59.2,61,6900,6.59,6.55,3.89 +"17245",1.55,"Ideal","E","SI2",62.3,55,6901,7.44,7.37,4.61 +"17246",1.03,"Ideal","F","VS2",62,57,6902,6.4,6.48,3.99 +"17247",1.07,"Premium","G","VS2",61.9,58,6903,6.55,6.54,4.05 +"17248",1.34,"Ideal","H","SI2",61.6,56,6904,7.1,7.05,4.36 +"17249",1.01,"Very Good","D","VS2",62.2,61,6905,6.37,6.43,3.98 +"17250",1.01,"Very Good","D","VS2",60.4,58,6905,6.47,6.57,3.94 +"17251",1.01,"Very Good","G","VS1",63.6,57,6905,6.3,6.35,4.02 +"17252",1.09,"Ideal","G","VS2",62,54,6905,6.61,6.65,4.11 +"17253",1.52,"Fair","I","SI2",64.7,58,6905,7.19,7.22,4.66 +"17254",1.02,"Very Good","G","VS2",60.5,60,6906,6.53,6.49,3.94 +"17255",1.09,"Premium","G","VS2",61,59,6906,6.6,6.65,4.04 +"17256",1.21,"Good","G","VS2",63.7,59,6906,6.59,6.67,4.22 +"17257",1.04,"Premium","F","VS2",61.7,59,6906,6.49,6.45,3.99 +"17258",1.01,"Ideal","F","SI1",62,56,6907,6.41,6.46,3.99 +"17259",1.04,"Premium","F","VS2",61.9,58,6908,6.55,6.51,4.04 +"17260",1.02,"Premium","D","VS2",59.8,61,6909,6.61,6.54,3.93 +"17261",1.23,"Premium","G","SI1",62.5,59,6909,6.84,6.77,4.25 +"17262",1.02,"Very Good","D","VS2",63.4,54,6909,6.38,6.33,4.03 +"17263",1,"Very Good","F","VS1",60.1,63,6910,6.42,6.45,3.87 +"17264",1.02,"Very Good","F","VS2",62.8,57,6911,6.36,6.41,4.01 +"17265",1.19,"Ideal","E","SI1",61.3,57,6911,6.81,6.83,4.18 +"17266",1.01,"Good","D","VS2",61.8,59,6912,6.28,6.35,3.9 +"17267",1.65,"Premium","G","I1",62,59,6912,7.57,7.53,4.68 +"17268",1.03,"Ideal","G","VS1",62,54.8,6913,6.46,6.5,4.02 +"17269",1.05,"Ideal","G","VS2",59.4,59,6914,6.62,6.65,3.94 +"17270",1.51,"Very Good","I","SI2",63.2,58,6914,7.31,7.27,4.61 +"17271",1.02,"Very Good","E","VS2",60,59,6915,6.54,6.59,3.94 +"17272",1.04,"Very Good","D","VS1",60.8,58,6915,6.5,6.53,3.96 +"17273",1.61,"Very Good","G","SI2",63.4,55,6915,7.47,7.35,4.7 +"17274",1.26,"Premium","F","SI1",62.3,58,6915,6.89,6.84,4.28 +"17275",1.31,"Very Good","I","VS2",61.2,58,6917,7.01,7.05,4.3 +"17276",1.07,"Ideal","G","VS1",61.8,57,6917,6.58,6.52,4.05 +"17277",1.15,"Premium","H","VVS2",58.8,58,6917,6.9,6.87,4.05 +"17278",1.12,"Ideal","G","VS1",62.3,57,6918,6.59,6.64,4.12 +"17279",1.29,"Ideal","J","VVS1",61.2,56,6918,7.01,7.05,4.3 +"17280",1.31,"Premium","I","VS2",62.4,61,6921,6.98,6.9,4.33 +"17281",1.31,"Premium","I","VS2",60,58,6921,7.15,7.11,4.28 +"17282",1.26,"Ideal","F","SI1",60.6,56,6922,7.05,6.98,4.25 +"17283",1.5,"Fair","E","SI2",64.8,55,6922,7.26,7.15,4.67 +"17284",1.03,"Ideal","F","VS2",62.3,56,6922,6.52,6.49,4.05 +"17285",1.03,"Premium","E","VS2",62.9,61,6922,6.42,6.36,4.02 +"17286",1.03,"Ideal","F","VS2",61.2,54,6922,6.56,6.51,4 +"17287",1.01,"Premium","F","VS2",61.4,57,6923,6.51,6.45,3.98 +"17288",1.12,"Very Good","F","VS2",62,58,6925,6.63,6.69,4.13 +"17289",1.12,"Good","F","VS2",63.8,57,6925,6.59,6.61,4.21 +"17290",1.14,"Ideal","H","VS1",61.9,53,6926,6.73,6.75,4.17 +"17291",1,"Very Good","F","VS2",61.9,58,6927,6.41,6.49,3.99 +"17292",1.73,"Ideal","J","SI1",62.6,57,6927,7.69,7.65,4.8 +"17293",1.3,"Ideal","G","VS1",62.4,56,6928,7.03,6.95,4.36 +"17294",1.15,"Very Good","E","VS2",62.9,56,6929,6.65,6.68,4.19 +"17295",1.05,"Premium","E","VS2",62.1,58,6930,6.5,6.54,4.05 +"17296",1.03,"Very Good","G","VS2",61,58,6931,6.5,6.54,3.98 +"17297",1.08,"Ideal","G","VS2",61.8,55,6931,6.57,6.63,4.08 +"17298",1.3,"Premium","I","VS1",62.2,59,6931,6.97,6.91,4.32 +"17299",1.3,"Ideal","I","VS1",62.1,57,6931,7.04,6.98,4.35 +"17300",1.22,"Premium","F","SI1",62.5,59,6932,6.78,6.83,4.25 +"17301",1.01,"Premium","G","VS1",60.7,58,6932,6.49,6.52,3.95 +"17302",1.01,"Good","F","VVS2",63.6,60,6932,6.31,6.36,4.03 +"17303",1.05,"Ideal","F","VS2",62.8,57,6933,6.48,6.45,4.06 +"17304",1.09,"Ideal","G","VS1",62.4,57,6934,6.55,6.63,4.11 +"17305",1.22,"Premium","H","VS2",62.4,58,6934,6.84,6.79,4.25 +"17306",1.51,"Ideal","D","SI2",61.2,56,6934,7.4,7.36,4.52 +"17307",1.29,"Premium","D","SI2",59.4,62,6935,7.06,6.99,4.17 +"17308",1.51,"Good","J","VS2",64,58,6936,7.24,7.27,4.64 +"17309",1.05,"Ideal","G","VS1",62,56,6936,6.47,6.53,4.03 +"17310",1.05,"Premium","G","VS1",61.6,58,6936,6.48,6.51,4 +"17311",1.01,"Very Good","G","VS1",63.1,57,6936,6.32,6.39,4.01 +"17312",1.28,"Premium","D","SI2",61.2,58,6936,7.09,6.96,4.3 +"17313",1,"Very Good","D","VS2",61.2,60,6937,6.4,6.42,3.92 +"17314",1.19,"Good","E","VS2",57.4,60,6937,6.9,7,3.99 +"17315",1.01,"Ideal","G","VS2",62.7,54,6937,6.43,6.47,4.04 +"17316",1.1,"Ideal","G","VS2",60.9,56,6939,6.68,6.79,4.1 +"17317",1.51,"Very Good","J","SI1",62.9,59,6942,7.25,7.29,4.57 +"17318",1.15,"Premium","D","SI1",63,57,6942,6.69,6.64,4.2 +"17319",1.01,"Very Good","F","VS2",60.5,59,6944,6.51,6.54,3.95 +"17320",1.25,"Ideal","H","VS2",60,56,6944,7.04,6.99,4.21 +"17321",1.19,"Premium","H","VS2",61.1,58,6944,6.83,6.78,4.16 +"17322",1.06,"Ideal","I","VVS1",60.2,57,6945,6.62,6.66,4 +"17323",1.28,"Premium","H","SI1",62.3,58,6946,7,6.94,4.34 +"17324",1.06,"Premium","F","VS2",62.2,57,6947,6.58,6.53,4.08 +"17325",1.22,"Ideal","H","VS2",61.4,57,6947,6.89,6.85,4.22 +"17326",1.1,"Very Good","G","VS1",60.3,62,6951,6.72,6.67,4.04 +"17327",0.95,"Ideal","G","IF",59.8,59,6951,6.36,6.43,3.82 +"17328",1.09,"Premium","G","VS1",62.5,59,6951,6.57,6.54,4.1 +"17329",1.01,"Ideal","G","VS1",62.7,56,6951,6.4,6.35,4 +"17330",1.01,"Ideal","G","VS1",62.4,58,6951,6.43,6.39,4 +"17331",1.11,"Very Good","G","VS2",62.2,57,6953,6.55,6.6,4.09 +"17332",1.16,"Ideal","H","VS2",62.1,57,6954,6.7,6.73,4.17 +"17333",1.2,"Very Good","F","SI1",63.3,58,6955,6.63,6.57,4.18 +"17334",1.04,"Ideal","G","VS2",60.5,57,6955,6.56,6.62,3.99 +"17335",1.15,"Premium","G","VS2",62.9,58,6955,6.7,6.62,4.19 +"17336",1.01,"Very Good","E","VS2",62.6,59,6956,6.35,6.39,3.99 +"17337",1.2,"Ideal","H","VS2",62.2,55,6956,6.76,6.85,4.23 +"17338",1.01,"Ideal","E","VS2",61.4,57,6956,6.44,6.5,3.97 +"17339",1,"Very Good","F","VS2",62.8,57,6957,6.29,6.35,3.97 +"17340",1.23,"Premium","H","VS2",62.4,61,6957,6.85,6.8,4.26 +"17341",1.21,"Ideal","G","SI1",62.1,57,6958,6.79,6.83,4.23 +"17342",1,"Good","E","VS2",58.2,60,6958,6.52,6.54,3.8 +"17343",1.24,"Ideal","H","SI1",61.6,57,6958,6.92,6.84,4.24 +"17344",1.18,"Ideal","G","SI1",62,56,6960,6.76,6.79,4.2 +"17345",1.35,"Very Good","I","VS2",62.1,62,6961,6.97,7.05,4.35 +"17346",1.08,"Ideal","H","VVS1",62.5,54,6961,6.56,6.58,4.1 +"17347",1.72,"Very Good","F","I1",60.5,59,6962,7.71,7.8,4.69 +"17348",1.12,"Ideal","H","SI1",61.6,56,6962,6.64,6.68,4.11 +"17349",1.11,"Ideal","H","VVS2",61.4,57,6962,6.67,6.63,4.08 +"17350",1.24,"Premium","H","VS2",61.7,59,6962,6.91,6.84,4.24 +"17351",1.22,"Very Good","G","VS2",63.1,56,6962,6.82,6.8,4.3 +"17352",1.11,"Premium","D","SI1",62,58,6962,6.68,6.64,4.13 +"17353",1.33,"Premium","I","VS1",61.5,58,6963,7.02,7.06,4.33 +"17354",1.33,"Good","I","VS1",63.7,56,6963,6.92,6.96,4.42 +"17355",1.33,"Premium","E","SI2",62.5,58,6963,6.99,7.03,4.38 +"17356",1.21,"Premium","E","SI1",62.3,58,6963,6.77,6.74,4.21 +"17357",1.01,"Ideal","G","VS2",62.6,56,6964,6.41,6.44,4.02 +"17358",1.24,"Premium","D","SI2",61.4,59,6965,6.91,6.87,4.23 +"17359",1.56,"Good","J","VS2",57.6,65,6966,7.6,7.62,4.38 +"17360",1.55,"Ideal","J","SI2",62.3,54,6966,7.38,7.42,4.61 +"17361",1.01,"Premium","G","VVS2",60.9,59,6968,6.59,6.54,4 +"17362",1.01,"Ideal","E","VS2",61.3,57,6968,6.49,6.46,3.97 +"17363",1.02,"Ideal","G","VS1",62,55,6968,6.4,6.53,4.01 +"17364",1.2,"Ideal","H","SI1",61.1,56,6968,6.92,6.87,4.21 +"17365",1.01,"Very Good","G","VVS2",63.4,55,6968,6.41,6.34,4.04 +"17366",1.01,"Good","E","VS2",63.9,59,6968,6.34,6.31,4.04 +"17367",1.73,"Premium","H","SI2",60.5,60,6968,7.79,7.71,4.69 +"17368",1.01,"Premium","E","VS2",62.2,58,6968,6.41,6.36,3.97 +"17369",1.22,"Premium","G","SI2",62.4,61,6969,6.79,6.79,4.23 +"17370",1.39,"Good","F","SI2",63.8,55,6969,7.05,7.08,4.51 +"17371",0.32,"Ideal","D","SI2",61.7,55,612,4.4,4.38,2.71 +"17372",0.32,"Ideal","D","SI2",59.5,57,612,4.5,4.47,2.67 +"17373",0.32,"Good","D","SI2",63.9,58,612,4.33,4.31,2.76 +"17374",0.32,"Premium","G","SI1",62.8,56,612,4.36,4.34,2.73 +"17375",0.34,"Premium","I","VS2",62.1,57,612,4.48,4.44,2.77 +"17376",0.34,"Premium","I","VS2",61.8,58,612,4.51,4.48,2.78 +"17377",0.34,"Premium","H","SI1",60.2,58,612,4.52,4.48,2.71 +"17378",0.34,"Premium","H","SI1",62.1,59,612,4.5,4.46,2.78 +"17379",0.34,"Ideal","E","SI2",62.4,57,612,4.5,4.47,2.8 +"17380",0.34,"Premium","E","SI2",59.9,59,612,4.57,4.55,2.73 +"17381",0.34,"Premium","E","SI2",61.7,58,612,4.54,4.5,2.79 +"17382",0.34,"Premium","E","SI2",61.5,58,612,4.52,4.49,2.77 +"17383",0.34,"Premium","E","SI2",62.4,59,612,4.46,4.42,2.77 +"17384",0.34,"Premium","E","SI2",62.5,59,612,4.46,4.43,2.78 +"17385",0.34,"Good","E","SI2",63.7,55,612,4.46,4.43,2.83 +"17386",0.34,"Ideal","E","SI2",62.9,56,612,4.48,4.45,2.81 +"17387",0.32,"Premium","G","SI1",62.5,58,612,4.43,4.4,2.76 +"17388",0.32,"Premium","G","SI1",60.9,58,612,4.44,4.39,2.69 +"17389",0.32,"Ideal","G","SI1",61.3,57,612,4.4,4.37,2.69 +"17390",0.32,"Ideal","G","SI1",62.5,55,612,4.38,4.35,2.73 +"17391",0.32,"Ideal","D","SI2",61.8,55,612,4.42,4.38,2.72 +"17392",0.32,"Ideal","D","SI2",61.1,56,612,4.41,4.39,2.69 +"17393",0.32,"Ideal","D","SI2",59.8,57,612,4.46,4.4,2.65 +"17394",0.32,"Good","D","SI2",63.7,56,612,4.34,4.33,2.76 +"17395",0.32,"Ideal","D","SI2",62.8,57,612,4.38,4.35,2.74 +"17396",0.32,"Ideal","D","SI2",62.4,54,612,4.4,4.38,2.74 +"17397",0.32,"Ideal","D","SI2",62.6,56,612,4.4,4.38,2.75 +"17398",0.34,"Premium","E","SI1",59.3,58,612,4.59,4.55,2.71 +"17399",0.32,"Ideal","G","SI1",61.4,57,612,4.41,4.38,2.7 +"17400",0.32,"Ideal","G","SI1",61.6,57,612,4.42,4.38,2.71 +"17401",1.2,"Good","E","SI1",64,61,6969,6.61,6.67,4.25 +"17402",1.22,"Premium","D","SI2",61.9,60,6969,6.88,6.82,4.24 +"17403",1.09,"Ideal","H","SI1",61.4,56,6970,6.61,6.64,4.07 +"17404",1.71,"Good","F","SI2",63.7,54,6971,7.6,7.49,4.81 +"17405",1.56,"Premium","F","SI2",63,58,6971,7.35,7.28,4.66 +"17406",1.1,"Ideal","G","VS2",60.2,56,6972,6.7,6.74,4.05 +"17407",1.21,"Very Good","H","VS1",63.4,55,6973,6.76,6.81,4.3 +"17408",1.2,"Very Good","F","SI1",62.7,58,6973,6.74,6.72,4.22 +"17409",1.36,"Ideal","J","VVS2",61.9,56,6973,7.16,7.13,4.42 +"17410",1.02,"Very Good","D","VS2",62.7,58,6974,6.35,6.44,4.01 +"17411",1.03,"Premium","D","VS1",59.6,61,6974,6.62,6.57,3.93 +"17412",1.21,"Premium","H","VS2",59.3,60,6974,6.99,6.93,4.13 +"17413",1.01,"Very Good","G","VVS2",63.3,57,6975,6.29,6.36,4.01 +"17414",1.51,"Premium","J","SI1",61.2,62,6976,7.36,7.32,4.49 +"17415",1.51,"Very Good","J","SI1",63.5,58,6976,7.29,7.24,4.61 +"17416",1.51,"Fair","J","SI1",63.4,60,6976,7.31,7.18,4.59 +"17417",1.5,"Premium","H","SI2",61.2,61,6979,7.34,7.27,4.47 +"17418",1.45,"Very Good","J","VS2",62.6,58,6980,7.28,7.16,4.52 +"17419",1.13,"Ideal","I","VS1",61.9,55,6980,6.67,6.7,4.14 +"17420",1.13,"Ideal","I","VS1",61.8,57,6980,6.66,6.7,4.13 +"17421",1.05,"Ideal","G","VS2",61.6,59,6981,6.51,6.54,4.02 +"17422",1.03,"Ideal","G","VS2",61.3,57,6981,6.51,6.54,4 +"17423",1.06,"Ideal","D","VS2",62.5,54,6981,6.6,6.53,4.1 +"17424",1.52,"Good","J","VS2",63.1,61,6982,7.19,7.23,4.55 +"17425",1.08,"Premium","G","VS1",62.9,55,6982,6.6,6.53,4.13 +"17426",1.08,"Premium","G","VS1",62.7,56,6982,6.55,6.52,4.1 +"17427",1.11,"Ideal","G","VS2",61.2,56,6982,6.68,6.65,4.08 +"17428",1.1,"Ideal","G","VS1",61.5,57,6984,6.62,6.65,4.08 +"17429",1.2,"Very Good","F","SI1",61.9,58,6985,6.75,6.82,4.2 +"17430",1.5,"Very Good","J","SI1",62.5,58,6987,7.24,7.29,4.54 +"17431",1.1,"Very Good","F","VS2",61.1,57,6987,6.65,6.71,4.08 +"17432",1.5,"Very Good","J","SI1",62.7,58,6987,7.22,7.26,4.54 +"17433",1.29,"Premium","H","VS2",62.4,57,6987,6.98,6.92,4.34 +"17434",1.41,"Premium","D","SI2",61.1,56,6988,7.19,7.15,4.38 +"17435",1,"Premium","G","VS1",62.9,60,6989,6.36,6.29,3.98 +"17436",1.23,"Ideal","I","VVS1",62.1,57,6989,6.83,6.9,4.26 +"17437",1,"Premium","G","VS1",58.6,61,6989,6.57,6.5,3.83 +"17438",1,"Ideal","E","VS2",61.5,55,6989,6.47,6.44,3.97 +"17439",1.09,"Very Good","F","VS2",61.4,54,6990,6.66,6.7,4.1 +"17440",1.58,"Premium","F","SI2",60.7,60,6990,7.54,7.51,4.57 +"17441",1.24,"Ideal","G","SI1",60.5,60,6994,6.97,6.91,4.2 +"17442",1.01,"Very Good","E","VS1",62,57,6996,6.46,6.38,3.98 +"17443",1.56,"Very Good","J","SI2",58.3,63,6996,7.64,7.7,4.47 +"17444",1.4,"Good","H","SI2",62.5,57,6996,7.07,7.11,4.43 +"17445",1.04,"Premium","G","VS1",62,56,6996,6.53,6.46,4.03 +"17446",1.01,"Very Good","E","VS1",62.1,58,6997,6.39,6.45,3.99 +"17447",1.23,"Very Good","H","SI1",60.3,58,6997,6.93,6.96,4.19 +"17448",1.07,"Very Good","G","VS1",60.9,55,6998,6.6,6.64,4.03 +"17449",1.01,"Good","D","VS2",62.1,59,6998,6.28,6.35,3.92 +"17450",1.31,"Ideal","I","VS2",61.7,55,6999,7.1,7,4.35 +"17451",1.01,"Very Good","F","VS1",62.8,58,6999,6.32,6.39,3.99 +"17452",1.01,"Ideal","D","VS2",59.8,56,6999,6.49,6.52,3.89 +"17453",1.01,"Good","F","VS1",63.3,60,6999,6.32,6.35,4.01 +"17454",1.01,"Premium","F","VS1",61.3,58,6999,6.44,6.52,3.97 +"17455",1.01,"Good","D","VS2",63.1,60,6999,6.35,6.39,4.02 +"17456",1.24,"Premium","F","SI1",61.6,59,7000,6.9,6.86,4.24 +"17457",1.26,"Very Good","G","SI1",63.2,61,7000,6.87,6.81,4.32 +"17458",1.01,"Very Good","D","VS2",60.6,56,7001,6.45,6.51,3.93 +"17459",1.01,"Very Good","F","VS1",63.7,56,7001,6.27,6.33,4.01 +"17460",1.01,"Good","F","VVS2",65.9,54,7001,6.18,6.27,4.1 +"17461",1.3,"Premium","D","SI2",60.2,59,7002,7,7.05,4.23 +"17462",1,"Very Good","E","VS1",61.2,57,7002,6.43,6.47,3.95 +"17463",1.21,"Ideal","I","VVS2",62.7,56,7002,6.8,6.83,4.27 +"17464",1.06,"Very Good","G","VS1",62,58,7003,6.51,6.56,4.05 +"17465",1.16,"Premium","F","VS2",62.7,58,7003,6.71,6.65,4.19 +"17466",1.27,"Premium","G","SI1",61.4,59,7005,6.94,6.98,4.27 +"17467",2.23,"Very Good","G","I1",63.5,57,7006,8.24,8.2,5.22 +"17468",0.91,"Premium","E","VVS2",61.1,61,7006,6.24,6.2,3.8 +"17469",1.39,"Premium","H","VS2",62.5,59,7006,7.17,7.1,4.46 +"17470",1,"Good","G","VVS1",63.8,60,7007,6.31,6.35,4.04 +"17471",1.05,"Very Good","G","VS1",62.3,56,7010,6.45,6.51,4.04 +"17472",1.01,"Ideal","E","VS2",61.9,57,7013,6.43,6.37,3.96 +"17473",1.01,"Ideal","F","VS2",61.9,54,7014,6.45,6.49,4 +"17474",1.04,"Ideal","F","VS1",61.4,57,7015,6.51,6.56,4.01 +"17475",1.34,"Ideal","I","VS1",62.2,57,7016,7.02,7.06,4.38 +"17476",1,"Good","F","VVS2",56.5,63,7016,6.65,6.62,3.75 +"17477",1.13,"Ideal","G","VS2",62.7,56,7016,6.65,6.61,4.16 +"17478",1.01,"Premium","F","VS1",60.8,59,7017,6.45,6.41,3.91 +"17479",1.2,"Ideal","E","SI2",62,57,7018,6.8,6.82,4.22 +"17480",1.51,"Premium","H","SI2",62.3,62,7018,7.32,7.21,4.51 +"17481",1.04,"Premium","E","VS2",62.4,58,7019,6.56,6.51,4.08 +"17482",2.11,"Fair","F","I1",67.6,57,7019,7.88,7.83,5.31 +"17483",1.01,"Very Good","G","VS1",63.6,57,7021,6.34,6.36,4.04 +"17484",1.1,"Premium","G","VS2",59.4,60,7022,6.78,6.72,4.01 +"17485",1.52,"Good","J","SI1",63.6,60,7022,7.25,7.21,4.6 +"17486",1.27,"Ideal","E","SI2",60.8,57,7023,7,7.02,4.26 +"17487",2.01,"Good","H","I1",63.9,59,7024,8.01,7.92,5.09 +"17488",1.05,"Premium","F","VS2",62.6,58,7025,6.47,6.5,4.06 +"17489",1.28,"Ideal","I","VS1",61.3,57,7025,7.02,6.98,4.29 +"17490",2.05,"Good","G","I1",56.9,58,7026,8.46,8.3,4.77 +"17491",1,"Good","D","VS2",60.7,61,7026,6.4,6.46,3.9 +"17492",1.02,"Ideal","F","VS2",62,57,7026,6.46,6.44,4 +"17493",1.05,"Ideal","G","VS1",61.3,57,7027,6.51,6.58,4.01 +"17494",1.05,"Ideal","G","VS2",61.7,57,7028,6.56,6.53,4.04 +"17495",1.27,"Very Good","I","VS1",60.6,59,7031,7.04,6.96,4.24 +"17496",1.01,"Premium","D","VS2",60.4,58,7032,6.57,6.47,3.94 +"17497",1.01,"Premium","D","VS2",62.2,61,7032,6.43,6.37,3.98 +"17498",1.15,"Premium","G","VS1",63,60,7032,6.68,6.6,4.18 +"17499",1.09,"Premium","G","VS2",61,59,7032,6.65,6.6,4.04 +"17500",1.51,"Premium","J","SI1",62.3,58,7034,7.3,7.33,4.56 +"17501",1.04,"Ideal","F","VS2",60.1,59,7035,6.59,6.63,3.97 +"17502",1.29,"Ideal","H","SI1",62.1,55,7036,6.96,7,4.34 +"17503",1.02,"Ideal","F","VS2",62.8,57,7037,6.41,6.36,4.01 +"17504",1.01,"Very Good","F","VS2",61.1,58,7037,6.45,6.51,3.96 +"17505",1.21,"Ideal","I","VS1",61.8,56,7037,6.83,6.87,4.23 +"17506",1.05,"Ideal","G","VS1",62.5,56,7037,6.48,6.54,4.07 +"17507",1.32,"Ideal","E","SI2",62.7,56,7037,7.03,6.97,4.39 +"17508",1.19,"Ideal","E","SI1",61.3,57,7037,6.83,6.81,4.18 +"17509",1.14,"Ideal","I","VS1",61.1,56,7038,6.73,6.76,4.12 +"17510",1.01,"Very Good","E","VS1",62.2,56,7039,6.38,6.42,3.98 +"17511",1.15,"Very Good","H","VS1",62.5,56,7040,6.65,6.72,4.18 +"17512",1.04,"Premium","D","VS1",60.8,58,7041,6.53,6.5,3.96 +"17513",1.14,"Good","G","VS1",63.4,58,7042,6.61,6.67,4.21 +"17514",1.14,"Ideal","G","VS2",61.5,57,7042,6.68,6.72,4.12 +"17515",1.25,"Ideal","I","VS1",61.4,58,7042,6.89,6.93,4.24 +"17516",1.04,"Ideal","G","VS2",61.3,57,7044,6.53,6.56,4.01 +"17517",1.3,"Premium","D","SI2",61.5,58,7044,6.98,6.91,4.27 +"17518",1.04,"Premium","E","VS2",61.1,59,7047,6.54,6.56,4 +"17519",1.21,"Good","G","VS2",64.1,58,7047,6.74,6.67,4.3 +"17520",1.21,"Ideal","H","VS1",60.5,57,7047,6.91,6.88,4.17 +"17521",1.04,"Good","G","VS1",63.8,57,7049,6.4,6.43,4.09 +"17522",1.04,"Very Good","G","VS1",61.8,58,7049,6.5,6.55,4.03 +"17523",1.24,"Very Good","H","SI1",60.8,60,7050,6.9,6.94,4.21 +"17524",1.12,"Good","F","VS2",63.8,57,7051,6.61,6.59,4.21 +"17525",1.3,"Ideal","H","SI1",62.2,56,7054,7.03,6.98,4.36 +"17526",1.11,"Premium","G","VS2",61.5,58,7055,6.69,6.62,4.09 +"17527",1.09,"Ideal","H","VVS1",61.4,56,7055,6.64,6.67,4.09 +"17528",1.02,"Ideal","G","VS1",61.4,57,7055,6.45,6.49,3.98 +"17529",1.26,"Premium","H","SI1",61.3,57,7056,7.01,6.93,4.27 +"17530",1.5,"Fair","F","SI2",64.7,59,7056,7.13,7.05,4.59 +"17531",1,"Premium","F","VS1",62,59,7056,6.42,6.35,3.96 +"17532",1,"Premium","F","VS1",59.2,60,7056,6.53,6.48,3.58 +"17533",1,"Premium","F","VS1",59.2,60,7056,6.53,6.48,3.85 +"17534",1,"Premium","F","VS1",62.7,55,7056,6.39,6.34,3.99 +"17535",1.01,"Ideal","F","VS1",61.7,59,7056,6.44,6.42,3.97 +"17536",1.05,"Premium","E","VS2",62.1,58,7056,6.54,6.5,4.05 +"17537",1.5,"Fair","F","SI2",65.3,57,7056,7.15,7.09,4.65 +"17538",1,"Ideal","F","VS1",61.7,55,7056,6.42,6.39,3.95 +"17539",1.5,"Premium","F","SI2",62.4,58,7056,7.31,7.24,4.54 +"17540",1.5,"Premium","I","SI2",62.2,61,7056,7.24,7.19,4.49 +"17541",1.34,"Ideal","G","SI2",61.1,56,7058,7.11,7.13,4.35 +"17542",1.01,"Ideal","G","VS1",59.1,55,7059,6.6,6.53,3.88 +"17543",1.32,"Ideal","I","VS2",61.7,59,7059,7.03,7.06,4.35 +"17544",1.14,"Ideal","H","VS2",62,55,7059,6.71,6.72,4.16 +"17545",1.01,"Good","F","VVS2",63.6,60,7059,6.36,6.31,4.03 +"17546",1.22,"Premium","F","SI1",62.5,59,7059,6.83,6.78,4.25 +"17547",1.01,"Premium","G","VS1",60.7,58,7059,6.52,6.49,3.95 +"17548",1.01,"Premium","F","VS2",62.5,59,7062,6.41,6.32,3.98 +"17549",1.51,"Good","J","VS2",64,58,7062,7.27,7.24,4.64 +"17550",1.05,"Premium","G","VS1",61.6,58,7063,6.51,6.48,4 +"17551",1.05,"Ideal","G","VS1",62,56,7063,6.53,6.47,4.03 +"17552",1.03,"Ideal","G","VS2",61.6,55,7064,6.49,6.54,4.01 +"17553",1.19,"Good","E","VS2",57.4,60,7064,7,6.9,3.99 +"17554",1.13,"Ideal","D","SI1",61.4,56,7066,6.69,6.74,4.12 +"17555",1.55,"Very Good","H","SI1",63.2,57,7066,7.35,7.31,4.64 +"17556",1.55,"Very Good","H","SI1",63.2,57,7066,7.35,7.31,4.64 +"17557",1.02,"Good","F","VS1",63.7,57,7068,6.35,6.39,4.06 +"17558",1.7,"Ideal","H","I1",62.6,54.1,7068,7.58,7.63,4.77 +"17559",1.01,"Premium","G","VVS2",61.2,59,7068,6.42,6.36,3.91 +"17560",1.07,"Ideal","G","VS1",61.8,55,7069,6.55,6.59,4.06 +"17561",2.25,"Fair","G","I1",64.9,58,7069,8.15,8.12,5.28 +"17562",1.05,"Ideal","G","VS2",62.2,54,7070,6.53,6.55,4.07 +"17563",1,"Premium","F","VS2",59,59,7072,6.54,6.51,3.85 +"17564",1.2,"Very Good","H","VS2",62.5,60,7072,6.72,6.78,4.22 +"17565",1.62,"Very Good","J","SI2",61.6,60,7072,7.52,7.64,4.67 +"17566",1.2,"Ideal","H","VS2",62.8,57,7072,6.75,6.79,4.25 +"17567",1.2,"Ideal","H","VS2",61.2,59,7072,6.84,6.89,4.2 +"17568",1.16,"Ideal","G","VS2",62.3,57,7074,6.66,6.72,4.17 +"17569",1.16,"Premium","G","VS2",59.9,60,7074,6.85,6.88,4.11 +"17570",1.1,"Ideal","G","VS2",62.5,54,7074,6.59,6.62,4.12 +"17571",1.2,"Ideal","E","SI1",62.3,55,7074,6.78,6.84,4.24 +"17572",1.06,"Ideal","F","VS2",61,57,7075,6.57,6.6,4.02 +"17573",1.17,"Very Good","G","VS2",63.2,57,7076,6.73,6.71,4.25 +"17574",1.08,"Fair","G","VS1",64.7,60,7076,6.44,6.41,4.16 +"17575",1.5,"Premium","D","SI2",59.6,59,7076,7.54,7.46,4.47 +"17576",1.02,"Ideal","G","VS1",61.1,56,7077,6.51,6.54,3.99 +"17577",1.02,"Ideal","F","VS2",62,55,7078,6.47,6.5,4.02 +"17578",1.09,"Ideal","G","VS1",60.5,57,7078,6.69,6.73,4.06 +"17579",1.06,"Very Good","E","VS2",61,60,7079,6.57,6.53,4 +"17580",1.32,"Ideal","I","VS2",60.8,57,7079,7.02,7.07,4.28 +"17581",1.01,"Very Good","F","VS1",62.5,60,7079,6.36,6.41,3.99 +"17582",1.2,"Ideal","I","VVS2",62.9,55,7079,6.75,6.79,4.26 +"17583",1.14,"Ideal","H","SI1",61.8,56,7079,6.68,6.72,4.14 +"17584",1.14,"Ideal","H","SI1",61.6,56,7079,6.72,6.74,4.14 +"17585",1.14,"Ideal","H","SI1",61.5,55,7079,6.72,6.75,4.14 +"17586",1.14,"Premium","G","VS2",60.9,57,7079,6.79,6.73,4.12 +"17587",1.32,"Ideal","F","SI1",61.6,56,7079,7.11,7.05,4.36 +"17588",1.08,"Premium","F","VS2",62.8,59,7079,6.55,6.47,4.09 +"17589",1.14,"Premium","G","VS2",61.4,60,7079,6.71,6.68,4.11 +"17590",1.2,"Very Good","I","VVS1",62.6,56,7080,6.7,6.74,4.21 +"17591",1.29,"Ideal","G","VS2",62.9,57,7080,6.91,6.89,4.34 +"17592",1.59,"Fair","I","SI2",65.2,58,7080,7.28,7.24,4.73 +"17593",1.09,"Ideal","G","VS2",62.4,55,7081,6.61,6.56,4.11 +"17594",1,"Fair","D","VS1",55.9,60,7083,6.77,6.71,4.38 +"17595",1,"Good","E","VVS1",64.1,62,7084,6.29,6.26,4.02 +"17596",1.4,"Ideal","H","SI2",61.2,56,7084,7.18,7.23,4.41 +"17597",1.22,"Ideal","E","SI1",61.7,56,7085,6.88,6.92,4.26 +"17598",1.21,"Ideal","I","VVS1",61.6,55,7086,6.88,6.8,4.21 +"17599",1.48,"Premium","I","SI2",61.3,58,7086,7.39,7.32,4.51 +"17600",1.3,"Very Good","I","VS2",61.8,56,7087,6.98,7.04,4.33 +"17601",1.18,"Ideal","D","SI1",61.9,55,7087,6.76,6.8,4.2 +"17602",1.33,"Ideal","H","SI1",62.7,56,7088,6.99,7.04,4.4 +"17603",1.21,"Ideal","E","SI1",62.3,56,7088,6.87,6.81,4.26 +"17604",1.72,"Premium","F","I1",60.5,59,7089,7.8,7.71,4.69 +"17605",1.23,"Premium","H","VS2",62.9,57,7089,6.84,6.77,4.28 +"17606",1.33,"Premium","I","VS1",61.5,58,7090,7.06,7.02,4.33 +"17607",1.33,"Good","I","VS1",63.7,56,7090,6.96,6.92,4.42 +"17608",1.33,"Premium","E","SI2",62.5,58,7090,7.03,6.99,4.38 +"17609",1.12,"Ideal","H","VVS2",62.3,53,7091,6.64,6.7,4.16 +"17610",1.02,"Ideal","F","VS1",60.7,56,7091,6.53,6.61,3.99 +"17611",1.24,"Premium","H","VS1",62.2,59,7092,6.83,6.9,4.27 +"17612",1.24,"Very Good","H","VS1",62.6,54,7092,6.84,6.88,4.29 +"17613",1.3,"Very Good","H","VS2",62.5,59,7092,6.93,6.96,4.34 +"17614",1.13,"Very Good","F","VS1",61.6,58,7092,6.61,6.68,4.09 +"17615",1.18,"Very Good","D","SI1",61.7,57,7093,6.8,6.84,4.21 +"17616",1.01,"Very Good","E","VS2",60.4,60,7094,6.47,6.44,3.9 +"17617",1.21,"Premium","H","VS1",62.3,58,7094,6.77,6.84,4.24 +"17618",1.01,"Very Good","E","VS1",60.9,55,7094,6.48,6.58,3.98 +"17619",1.56,"Good","J","VS2",57.6,65,7094,7.62,7.6,4.38 +"17620",1.16,"Fair","F","VS1",57.8,67,7094,6.97,6.84,3.99 +"17621",1.38,"Ideal","G","SI2",61.4,55,7094,7.2,7.17,4.41 +"17622",1.15,"Ideal","I","VS1",61.7,56,7096,6.73,6.76,4.16 +"17623",1,"Premium","E","VS1",63,60,7096,6.38,6.32,4 +"17624",1.2,"Good","E","SI1",64,61,7096,6.67,6.61,4.25 +"17625",1.39,"Good","F","SI2",63.8,55,7096,7.08,7.05,4.51 +"17626",1.01,"Very Good","F","VS2",62.1,57,7098,6.38,6.43,3.98 +"17627",1.5,"Very Good","G","SI2",63.2,58,7098,7.25,7.19,4.56 +"17628",1.5,"Premium","G","SI2",62.1,60,7098,7.34,7.28,4.54 +"17629",1.5,"Fair","H","SI2",59.3,58,7098,7.31,7.37,4.35 +"17630",1.28,"Ideal","H","VS2",62.3,56,7098,6.97,6.89,4.32 +"17631",1.28,"Premium","H","VS2",61.2,60,7098,6.99,6.94,4.26 +"17632",1.14,"Ideal","G","VS2",60.5,60,7099,6.77,6.75,4.09 +"17633",1.63,"Ideal","F","I1",62,55.1,7100,7.5,7.57,4.68 +"17634",1.15,"Ideal","H","SI1",61.6,55,7100,6.74,6.79,4.17 +"17635",1.02,"Premium","D","VS2",62.7,58,7101,6.44,6.35,4.01 +"17636",1.03,"Very Good","D","VS2",63.3,57,7102,6.39,6.44,4.06 +"17637",1.29,"Good","I","VS2",57.9,61,7102,7.16,7.13,4.14 +"17638",1.51,"Ideal","G","SI2",61.8,57,7103,7.37,7.31,4.54 +"17639",1.36,"Premium","I","VS2",61.9,56,7104,7.17,7.08,4.41 +"17640",1.22,"Premium","H","VS1",62.7,56,7105,6.82,6.74,4.25 +"17641",1.24,"Very Good","G","SI1",61.8,58,7106,6.9,6.96,4.28 +"17642",1.14,"Very Good","D","SI1",60.2,60,7106,6.7,6.85,4.08 +"17643",1.41,"Premium","H","SI2",59.1,57,7106,7.41,7.34,4.36 +"17644",1.01,"Very Good","F","VS1",63.2,58,7107,6.32,6.34,4 +"17645",1.31,"Very Good","G","SI2",62.2,58,7107,7.05,6.98,4.36 +"17646",1.13,"Ideal","H","VVS2",59.7,59,7108,6.89,6.77,4.08 +"17647",1.52,"Ideal","G","SI2",61.9,57,7108,7.43,7.38,4.58 +"17648",1.11,"Ideal","G","VS2",61.7,56,7109,6.62,6.66,4.1 +"17649",1.52,"Very Good","J","VS2",63.1,61,7109,7.23,7.19,4.55 +"17650",1.28,"Ideal","H","SI1",61.8,57,7109,7.02,6.97,4.32 +"17651",1.08,"Ideal","F","VS2",61.9,55,7110,6.58,6.64,4.09 +"17652",1.21,"Ideal","I","VS1",61.7,53,7111,6.89,6.92,4.26 +"17653",1.1,"Ideal","G","VS1",61.5,57,7111,6.65,6.62,4.08 +"17654",1.21,"Very Good","H","VS2",59.1,59,7113,6.95,6.99,4.12 +"17655",1.16,"Ideal","G","VS2",61.7,57,7113,6.72,6.8,4.17 +"17656",1,"Good","D","VS2",63.1,56,7114,6.36,6.4,4.02 +"17657",1.2,"Very Good","F","VS2",62.4,58,7114,6.76,6.8,4.23 +"17658",1,"Premium","F","VS1",62.6,58,7114,6.37,6.4,4 +"17659",1,"Ideal","G","VS1",62.7,53,7114,6.39,6.46,4.03 +"17660",1.1,"Premium","F","VS2",61.1,57,7115,6.71,6.65,4.08 +"17661",1.23,"Ideal","I","VVS1",62.1,57,7117,6.9,6.83,4.26 +"17662",1.07,"Very Good","F","VS1",62,58,7118,6.57,6.59,4.08 +"17663",1.02,"Ideal","D","VS1",62.7,55,7118,6.49,6.4,4.04 +"17664",1.32,"Very Good","H","SI1",62.4,58,7119,7.02,7.09,4.4 +"17665",1.03,"Ideal","G","VS1",62,57,7119,6.45,6.48,4 +"17666",1.03,"Ideal","G","VS1",61.7,54,7119,6.49,6.52,4.01 +"17667",0.94,"Ideal","F","VS2",61.2,57,7120,6.29,6.33,3.86 +"17668",1.01,"Ideal","F","VS1",62.2,57,7122,6.38,6.48,4 +"17669",1.06,"Premium","E","VS2",61.4,60,7123,6.57,6.53,4.02 +"17670",1.59,"Premium","F","SI2",62.2,58,7123,7.49,7.45,4.64 +"17671",1.15,"Ideal","H","VS1",62.7,57,7123,6.68,6.64,4.17 +"17672",1.32,"Very Good","I","VS2",60.5,59,7125,7.02,7.06,4.26 +"17673",1.51,"Very Good","J","SI1",60.6,57,7125,7.38,7.46,4.5 +"17674",1.27,"Very Good","H","SI1",62.3,58,7125,6.87,6.94,4.3 +"17675",1.29,"Ideal","F","SI2",61.9,55,7126,6.95,7.01,4.32 +"17676",1.01,"Premium","F","VS1",61.3,58,7127,6.52,6.44,3.97 +"17677",1.01,"Very Good","F","VS1",63.3,60,7127,6.35,6.32,4.01 +"17678",1.01,"Ideal","D","VS2",59.8,56,7127,6.52,6.49,3.89 +"17679",1.01,"Good","E","VS1",63.8,60,7127,6.25,6.23,3.98 +"17680",1.01,"Very Good","D","VS2",63.1,60,7127,6.39,6.35,4.02 +"17681",1.01,"Premium","F","VS1",62.4,61,7127,6.39,6.36,3.98 +"17682",1.44,"Very Good","H","SI2",58.2,61,7128,7.45,7.51,4.35 +"17683",1.16,"Ideal","G","VS2",60.7,58,7128,6.86,6.81,4.15 +"17684",1.02,"Premium","G","VS1",61,61,7129,6.58,6.53,4 +"17685",1.02,"Ideal","G","VS1",61.6,55,7129,6.53,6.46,4 +"17686",1.23,"Ideal","H","VS2",62.2,55,7130,6.81,6.85,4.25 +"17687",1.06,"Premium","G","VS1",62,58,7130,6.56,6.51,4.05 +"17688",1.06,"Premium","G","VS1",62.8,56,7130,6.52,6.47,4.08 +"17689",1.3,"Premium","D","SI2",60.2,59,7130,7.05,7,4.23 +"17690",1.19,"Premium","G","VS2",62.3,58,7130,6.82,6.77,4.23 +"17691",0.91,"Very Good","E","VVS2",61.1,61,7131,6.24,6.2,3.8 +"17692",2.27,"Fair","G","I1",68.6,56,7131,7.99,7.94,5.47 +"17693",1.06,"Very Good","G","VS1",61.7,57,7132,6.52,6.56,4.04 +"17694",1.27,"Premium","G","SI1",61.4,59,7133,6.98,6.94,4.27 +"17695",1.21,"Ideal","I","VVS2",62.2,55,7134,6.79,6.83,4.23 +"17696",1,"Good","G","VVS1",63.8,60,7134,6.35,6.31,4.04 +"17697",1.01,"Very Good","F","VS2",63.8,55,7135,6.31,6.38,4.05 +"17698",1.51,"Very Good","J","SI1",62.4,58,7136,7.27,7.32,4.55 +"17699",1.11,"Ideal","H","VVS2",61.2,56,7136,6.74,6.7,4.11 +"17700",1.01,"Very Good","G","VVS2",62.5,54,7137,6.38,6.41,4 +"17701",0.32,"Ideal","G","SI1",60.9,57,612,4.46,4.44,2.71 +"17702",0.32,"Ideal","G","SI1",60.8,56,612,4.48,4.44,2.71 +"17703",0.32,"Premium","G","SI1",60.5,59,612,4.43,4.39,2.67 +"17704",0.32,"Ideal","D","SI2",61.4,56,612,4.46,4.43,2.73 +"17705",0.31,"Good","H","VVS1",63.7,56,612,4.3,4.33,2.75 +"17706",0.31,"Premium","H","VVS1",61.8,59,612,4.32,4.36,2.68 +"17707",0.3,"Very Good","F","VVS2",64.1,55,613,4.2,4.25,2.71 +"17708",0.3,"Very Good","F","VVS2",64.2,56,613,4.22,4.26,2.72 +"17709",0.31,"Very Good","I","VVS1",57.7,62,613,4.51,4.53,2.61 +"17710",0.32,"Very Good","F","VS1",59.1,59,613,4.45,4.48,2.64 +"17711",0.41,"Ideal","J","VS2",62.4,55,613,4.75,4.77,2.97 +"17712",0.41,"Ideal","J","VS2",62.4,53,613,4.79,4.83,3 +"17713",0.41,"Ideal","J","VS2",62.2,54,613,4.76,4.79,2.97 +"17714",0.41,"Ideal","J","VS2",61.7,55,613,4.8,4.82,2.97 +"17715",0.41,"Ideal","J","VS2",62.3,54,613,4.77,4.8,2.98 +"17716",0.37,"Ideal","E","SI1",61,56,613,4.66,4.68,2.85 +"17717",0.3,"Good","F","VVS2",66,55,613,4.19,4.21,2.77 +"17718",0.5,"Fair","F","I1",71,57,613,4.87,4.79,3.43 +"17719",0.37,"Very Good","H","SI1",62.6,63,613,4.6,4.5,2.85 +"17720",0.5,"Fair","F","I1",68.4,54,613,4.94,4.82,3.35 +"17721",0.33,"Very Good","H","VVS2",61.6,56,614,4.44,4.47,2.74 +"17722",0.33,"Very Good","H","VVS2",61.9,55,614,4.44,4.46,2.75 +"17723",0.33,"Very Good","H","VVS2",61.8,57,614,4.43,4.46,2.74 +"17724",0.33,"Very Good","H","VVS2",61.9,56,614,4.44,4.47,2.76 +"17725",0.26,"Very Good","E","VVS2",62.9,56,614,4.07,4.1,2.57 +"17726",0.32,"Ideal","H","VVS2",62.3,57,614,4.34,4.37,2.71 +"17727",0.32,"Ideal","G","VS1",61.4,54,614,4.45,4.48,2.74 +"17728",0.39,"Ideal","E","SI2",61,55,614,4.74,4.77,2.9 +"17729",0.3,"Very Good","D","SI1",58.8,63,614,4.35,4.32,2.55 +"17730",0.35,"Very Good","H","VS1",62.6,58,614,4.49,4.52,2.82 +"17731",1.01,"Good","G","VVS2",62.4,61,7137,6.34,6.38,3.97 +"17732",1.01,"Good","G","VVS2",63.2,59,7137,6.27,6.35,3.99 +"17733",1.03,"Ideal","F","VS1",61.7,56,7137,6.49,6.54,4.02 +"17734",1.18,"Premium","G","VS2",62.3,62,7137,6.72,6.69,4.18 +"17735",1.51,"Very Good","I","SI2",62.9,58,7139,7.24,7.3,4.57 +"17736",1.51,"Fair","J","VS1",65.2,56,7139,7.16,7.11,4.65 +"17737",1.13,"Ideal","G","VS2",62.1,53,7140,6.69,6.74,4.17 +"17738",1.5,"Premium","I","SI2",59.5,62,7140,7.46,7.39,4.42 +"17739",1.7,"Premium","I","SI2",61.7,56,7140,7.66,7.57,4.7 +"17740",1.5,"Very Good","I","SI1",60.2,63,7140,7.38,7.33,4.43 +"17741",1.2,"Very Good","I","IF",59.1,61,7141,6.91,6.99,4.11 +"17742",1.21,"Premium","H","VS2",61,58,7142,6.9,6.83,4.19 +"17743",1.23,"Very Good","E","SI1",59.2,62,7143,7,7.05,4.16 +"17744",1.32,"Good","I","VS1",59.2,58,7143,7.14,7.18,4.24 +"17745",1.56,"Premium","J","VS1",61.3,59,7144,7.54,7.49,4.61 +"17746",1,"Very Good","E","SI1",63,54,7145,6.36,6.4,4.02 +"17747",1.51,"Premium","G","SI2",62.7,57,7145,7.33,7.29,4.58 +"17748",1.12,"Ideal","D","SI1",61.2,58,7145,6.65,6.68,4.08 +"17749",1.51,"Ideal","I","SI1",62.2,56,7145,7.36,7.27,4.55 +"17750",1,"Very Good","D","VS2",61.5,63,7146,6.35,6.31,3.89 +"17751",1.46,"Very Good","I","SI1",62.5,57,7146,7.15,7.19,4.48 +"17752",1.31,"Good","G","SI1",63.4,56.5,7147,6.87,6.97,4.4 +"17753",1.19,"Very Good","H","VS1",62.4,59,7147,6.73,6.79,4.22 +"17754",1.13,"Ideal","G","VS2",61.9,56,7147,6.68,6.71,4.14 +"17755",1.33,"Ideal","I","VS2",61.1,54,7148,7.14,7.15,4.37 +"17756",1.06,"Very Good","D","VS2",59.6,60,7149,6.68,6.71,3.99 +"17757",0.92,"Very Good","D","VVS2",62.8,58,7150,6.11,6.22,3.87 +"17758",1.5,"Very Good","I","SI2",63.1,59,7150,7.24,7.15,4.54 +"17759",1.13,"Premium","G","VS2",61.9,58,7151,6.7,6.67,4.14 +"17760",1.19,"Very Good","E","VS2",59.2,60,7152,6.93,6.95,4.11 +"17761",1.22,"Very Good","H","VS1",58.9,59,7152,6.96,7.02,4.12 +"17762",1.19,"Good","H","VS1",60.8,61,7152,6.86,6.88,4.18 +"17763",1.12,"Ideal","D","SI1",60.5,56,7153,6.75,6.78,4.09 +"17764",1.29,"Premium","H","VS2",61.2,60,7153,7.03,6.95,4.28 +"17765",1.05,"Premium","F","VS2",62.6,58,7154,6.5,6.47,4.06 +"17766",1.64,"Good","G","SI2",63.8,58,7154,7.45,7.41,4.74 +"17767",1.22,"Premium","F","VS2",63,60,7154,6.85,6.74,4.28 +"17768",1.51,"Very Good","G","SI2",63.1,58,7154,7.23,7.19,4.55 +"17769",1.59,"Ideal","J","SI2",62.1,54,7155,7.51,7.44,4.64 +"17770",1.17,"Ideal","G","VS1",59.4,57,7155,6.93,6.87,4.1 +"17771",1.05,"Ideal","G","VS1",61.3,57,7155,6.58,6.51,4.01 +"17772",1.56,"Premium","I","SI1",61.7,59,7155,7.44,7.38,4.57 +"17773",1.42,"Ideal","I","SI1",61.9,57,7157,7.23,7.15,4.45 +"17774",1.36,"Ideal","F","SI2",62,56,7157,7.08,7.11,4.4 +"17775",1.13,"Ideal","G","VS2",61.6,57,7159,6.68,6.7,4.12 +"17776",1.06,"Ideal","G","VS2",62.8,55,7160,6.49,6.51,4.08 +"17777",1.5,"Good","H","SI2",64.2,56,7161,7.2,7.26,4.64 +"17778",1.5,"Very Good","H","SI2",62,63,7161,7.24,7.28,4.5 +"17779",1.55,"Premium","E","SI2",58.5,57,7161,7.66,7.57,4.46 +"17780",1.51,"Premium","I","SI2",62.6,59,7162,7.28,7.31,4.57 +"17781",1.32,"Ideal","I","SI1",62,57,7162,6.99,7.04,4.35 +"17782",1.51,"Good","J","SI1",62.4,64,7162,7.31,7.23,4.54 +"17783",1.24,"Premium","F","SI1",61.6,59,7162,6.94,6.89,4.26 +"17784",1,"Very Good","G","VVS2",60.3,62,7163,6.41,6.45,3.88 +"17785",1.32,"Premium","H","SI1",61.5,61,7163,7.05,6.97,4.31 +"17786",1,"Premium","G","VS1",59.7,59,7164,6.57,6.5,3.9 +"17787",1.01,"Ideal","G","VVS2",60.6,57,7167,6.54,6.5,3.95 +"17788",1.07,"Very Good","G","VS1",62.8,58,7168,6.48,6.52,4.08 +"17789",1,"Ideal","E","VS2",59.6,57,7168,6.43,6.42,3.83 +"17790",1,"Premium","E","VS2",61.3,58,7168,6.41,6.38,3.92 +"17791",1,"Premium","E","VS2",63,58,7168,6.25,6.22,3.93 +"17792",1,"Premium","F","VS2",60.7,57,7168,6.5,6.45,3.93 +"17793",1.33,"Premium","H","SI1",61.9,58,7171,6.98,7.04,4.34 +"17794",1.14,"Ideal","G","VS2",61.5,57,7171,6.72,6.68,4.12 +"17795",1.14,"Very Good","G","VS1",63.4,58,7171,6.67,6.61,4.21 +"17796",1.32,"Very Good","G","SI2",61.6,57,7173,6.98,7.05,4.32 +"17797",1.1,"Very Good","F","VS2",62.8,56,7174,6.56,6.59,4.13 +"17798",1.15,"Very Good","G","VS2",60.1,60,7175,6.75,6.8,4.08 +"17799",1.02,"Ideal","F","VS2",62.3,56,7175,6.39,6.54,4 +"17800",1.16,"Ideal","H","VS1",62.4,56,7175,6.71,6.73,4.19 +"17801",1.04,"Premium","E","VS2",61.1,59,7175,6.56,6.54,4 +"17802",1.27,"Very Good","H","VS2",59.2,58,7176,7.07,7.15,4.21 +"17803",1,"Very Good","G","VVS2",63,56,7177,6.37,6.4,4.02 +"17804",1.5,"Good","J","VS2",61.7,56,7177,7.23,7.33,4.49 +"17805",1.5,"Good","J","VS2",63.6,58,7177,7.2,7.23,4.59 +"17806",1.5,"Very Good","J","VS2",60.5,63,7177,7.27,7.32,4.41 +"17807",1,"Ideal","E","VS2",62.5,57,7177,6.38,6.45,4.01 +"17808",1,"Ideal","F","VS1",61.4,56,7177,6.46,6.51,3.98 +"17809",1.04,"Good","G","VS1",63.8,57,7177,6.43,6.4,4.09 +"17810",1.23,"Very Good","H","VS2",60.2,63,7177,6.95,6.91,4.17 +"17811",1.01,"Ideal","G","VS1",61.8,58,7178,6.4,6.42,3.96 +"17812",1.01,"Very Good","G","VS1",60.9,55,7179,6.46,6.51,3.95 +"17813",1.01,"Ideal","G","VS2",61.9,56,7179,6.4,6.44,3.97 +"17814",1.01,"Ideal","G","VS2",61.4,57,7179,6.44,6.5,3.97 +"17815",1.01,"Ideal","G","VS1",61.9,54,7179,6.44,6.48,4 +"17816",1.11,"Premium","F","VS2",61.3,56,7179,6.68,6.63,4.08 +"17817",1.23,"Ideal","I","VS1",61.6,54,7181,6.9,6.94,4.26 +"17818",1.19,"Ideal","H","VS1",62.1,54,7181,6.8,6.83,4.23 +"17819",1.5,"Premium","E","SI2",61.5,60,7182,7.29,7.22,4.46 +"17820",1.35,"Fair","I","VS2",61.6,62,7182,7.15,7.1,4.39 +"17821",1.25,"Ideal","H","SI1",62.2,54,7182,6.93,6.88,4.3 +"17822",1.33,"Ideal","I","VS2",62.5,54,7186,7.02,7.05,4.4 +"17823",1.52,"Fair","J","VS1",65.4,58,7186,7.22,7.17,4.7 +"17824",1.08,"Ideal","G","VS2",62.3,54,7187,6.59,6.61,4.11 +"17825",1.5,"Premium","H","SI2",61.4,62,7187,7.4,7.25,4.49 +"17826",1.5,"Fair","H","SI2",65.5,53,7187,7.14,7.11,4.67 +"17827",1.51,"Fair","H","VS2",65.6,56,7188,7.08,4.7,4 +"17828",1.01,"Very Good","G","VVS2",61.9,58,7188,6.38,6.44,3.97 +"17829",1.31,"Very Good","H","SI1",60.3,58,7189,7.02,7.1,4.26 +"17830",1.07,"Ideal","E","VS2",60,56,7190,6.64,6.62,3.98 +"17831",1.57,"Premium","J","VS1",60.8,61,7190,7.6,7.49,4.59 +"17832",1,"Good","E","VS1",60,65,7190,6.48,6.43,3.87 +"17833",1.2,"Ideal","H","VS2",60.8,55,7190,6.9,6.85,4.18 +"17834",1.2,"Very Good","D","SI1",60.7,58,7191,6.81,6.86,4.15 +"17835",1.03,"Premium","E","VS2",61.2,59,7192,6.53,6.47,3.98 +"17836",1.02,"Ideal","G","VS1",61.3,56,7192,6.49,6.53,3.99 +"17837",1.06,"Ideal","H","VVS1",61.3,57,7193,6.55,6.53,4.01 +"17838",1.12,"Ideal","G","VS2",62.2,54,7193,6.65,6.7,4.15 +"17839",1.01,"Very Good","E","VS2",60.6,59,7195,6.43,6.47,3.91 +"17840",1.21,"Very Good","H","VS1",60.4,59,7196,6.88,6.97,4.18 +"17841",1.02,"Premium","F","VS1",60.5,56,7197,6.61,6.52,3.97 +"17842",1.7,"Ideal","H","I1",62.6,54,7197,7.63,7.58,4.77 +"17843",1.02,"Good","F","VS1",63.7,57,7197,6.39,6.35,4.06 +"17844",1.02,"Good","F","VS1",57.9,59,7197,6.64,6.59,3.83 +"17845",1.36,"Good","F","SI1",57.5,60,7197,7.36,7.31,4.22 +"17846",1.01,"Ideal","E","VS2",61.6,57,7198,6.43,6.46,3.97 +"17847",1.07,"Ideal","G","VS1",61.8,55,7198,6.59,6.55,4.06 +"17848",1.07,"Ideal","G","VS1",62,56,7198,6.58,6.52,4.06 +"17849",1.14,"Ideal","G","VS2",61.9,56,7199,6.69,6.71,4.14 +"17850",1,"Good","D","VS2",63.9,56,7200,6.34,6.31,4.04 +"17851",1.22,"Good","H","VS2",63.8,55,7201,6.77,6.71,4.3 +"17852",1.21,"Premium","E","SI1",62.6,58,7203,6.79,6.82,4.26 +"17853",1.21,"Very Good","H","SI1",59.6,60,7203,6.93,6.94,4.13 +"17854",1.16,"Ideal","G","VS2",62.3,57,7203,6.72,6.66,4.17 +"17855",1.47,"Premium","J","VS2",61.5,58,7203,7.31,7.29,4.49 +"17856",1.16,"Premium","G","VS2",59.9,60,7203,6.88,6.85,4.11 +"17857",1,"Very Good","F","VS1",60.4,59,7204,6.4,6.51,3.9 +"17858",1.33,"Premium","H","SI1",61.1,61,7204,7.05,7.02,4.3 +"17859",1,"Premium","F","VVS2",61.9,61,7204,6.45,6.32,3.95 +"17860",2,"Ideal","H","I1",62.5,57,7204,8.05,7.98,5.01 +"17861",1.04,"Very Good","F","VS1",63,56,7207,6.45,6.5,4.08 +"17862",1.19,"Ideal","I","IF",61.7,56,7207,6.78,6.81,4.19 +"17863",1.51,"Good","J","VS2",63.7,59,7207,7.12,7.2,4.56 +"17864",1.5,"Good","I","SI1",64.2,56,7207,7.25,7.14,4.62 +"17865",1.51,"Good","F","SI2",63.7,59,7208,7.15,7.26,4.59 +"17866",1.04,"Ideal","E","SI1",61.8,56,7208,6.49,6.53,4.02 +"17867",1.32,"Ideal","I","VS2",60.8,57,7209,7.07,7.02,4.28 +"17868",1.01,"Ideal","F","VS1",63.2,56,7209,6.35,6.41,4.03 +"17869",1.24,"Good","H","VS2",58.3,58,7210,7.09,7.15,4.15 +"17870",1.5,"Very Good","I","SI2",63.4,58,7211,7.15,7.21,4.55 +"17871",1.5,"Fair","H","SI1",65.9,56,7211,7.11,7.04,4.66 +"17872",1.03,"Ideal","G","VS1",62.2,59,7211,6.48,6.42,4.01 +"17873",1.15,"Premium","D","SI1",61.1,53,7213,6.83,6.76,4.15 +"17874",1.4,"Ideal","H","SI2",61.2,56,7213,7.23,7.18,4.41 +"17875",1.42,"Fair","G","VS2",59.6,66,7214,7.31,7.23,4.33 +"17876",0.9,"Good","E","VVS1",63.4,60,7214,6.06,6.11,3.86 +"17877",1,"Very Good","G","VVS2",60.7,56,7215,6.5,6.51,3.95 +"17878",1.41,"Very Good","F","SI2",61.4,59,7215,7.17,7.2,4.41 +"17879",1.22,"Ideal","E","SI1",61.7,56,7215,6.92,6.88,4.26 +"17880",1.5,"Good","G","SI2",63.7,58,7216,7.15,7.22,4.58 +"17881",1.18,"Ideal","H","VS1",64.9,58,7216,6.57,6.53,4.25 +"17882",1.18,"Ideal","D","SI1",61.9,55,7216,6.8,6.76,4.2 +"17883",1.33,"Ideal","H","SI1",62.7,56,7217,7.04,6.99,4.4 +"17884",1.36,"Ideal","I","SI1",62,56,7218,7.08,7.11,4.4 +"17885",1.11,"Ideal","E","SI1",62.1,55,7218,6.66,6.68,4.14 +"17886",1.27,"Premium","H","VS2",62.1,60,7219,6.94,6.88,4.29 +"17887",1.27,"Ideal","H","VS2",60.3,56,7219,7.08,7.02,4.25 +"17888",1.01,"Premium","G","IF",61.3,58,7220,6.4,6.48,3.95 +"17889",1.04,"Ideal","D","VS2",61.9,55,7220,6.5,6.52,4.03 +"17890",1.07,"Ideal","G","VS1",61.4,57,7222,6.57,6.6,4.04 +"17891",1.24,"Premium","H","VS1",62.2,59,7222,6.9,6.83,4.27 +"17892",1.24,"Ideal","H","VS1",62.6,54,7222,6.88,6.84,4.29 +"17893",1.24,"Ideal","H","VS1",63,56,7222,6.87,6.82,4.31 +"17894",1,"Ideal","G","VS1",62.5,54,7223,6.41,6.45,4.02 +"17895",1.21,"Premium","H","VS1",62.3,58,7223,6.84,6.77,4.24 +"17896",1.4,"Premium","G","SI2",62,60,7225,7.1,7.16,4.42 +"17897",1.01,"Very Good","G","VVS2",59.7,59,7226,6.5,6.56,3.9 +"17898",2.3,"Premium","G","I1",60.2,59,7226,8.71,8.56,5.19 +"17899",1,"Good","E","VVS2",65.3,56,7226,6.19,6.24,4.06 +"17900",1.25,"Very Good","H","VS2",62.9,60,7227,6.77,6.83,4.28 +"17901",1.09,"Ideal","G","VS2",60.6,57,7227,6.68,6.73,4.06 +"17902",1.01,"Ideal","F","VS2",61.6,56,7229,6.48,6.45,3.98 +"17903",1.63,"Ideal","F","I1",62,55,7229,7.57,7.5,4.68 +"17904",1.34,"Very Good","D","SI2",62.3,59,7230,6.99,7.03,4.37 +"17905",0.85,"Ideal","D","VVS1",62,56,7230,6.05,6.11,3.77 +"17906",1.26,"Ideal","G","SI1",61.3,57,7230,6.94,6.99,4.27 +"17907",1.21,"Ideal","E","SI1",62.2,54.1,7231,6.82,6.86,4.26 +"17908",1.07,"Premium","F","VS1",62.4,58,7232,6.52,6.49,4.06 +"17909",1.51,"Good","I","SI1",63.9,63,7233,7.17,7.2,4.59 +"17910",1.03,"Very Good","F","VS1",62.2,57,7233,6.47,6.51,4.04 +"17911",1.38,"Premium","H","VS1",61,60,7233,7.21,7.16,4.38 +"17912",1.01,"Good","E","VS1",63.4,58,7234,6.36,6.38,4.04 +"17913",1.01,"Very Good","G","VVS2",63,59,7234,6.25,6.38,3.98 +"17914",1.01,"Very Good","G","VVS2",62.8,58,7234,6.38,6.42,4.02 +"17915",1.01,"Very Good","G","VVS2",59.4,58,7234,6.51,6.53,3.93 +"17916",1.51,"Premium","H","SI2",59.4,62,7235,7.47,7.31,4.39 +"17917",1.2,"Ideal","H","VS2",62.4,56.6,7235,6.74,6.8,4.22 +"17918",1.7,"Very Good","H","SI2",63.5,58,7235,7.5,7.43,4.74 +"17919",1,"Premium","H","IF",60.6,57,7235,6.54,6.47,3.94 +"17920",1.21,"Ideal","H","VS2",62.4,59,7236,6.81,6.79,4.24 +"17921",1.31,"Good","I","VS2",62.5,56,7236,7.03,6.98,4.38 +"17922",1.09,"Ideal","F","VS2",61.2,56,7238,6.68,6.65,4.08 +"17923",1.39,"Premium","J","VS1",60.8,58,7239,7.26,7.21,4.4 +"17924",1.52,"Very Good","J","SI1",62.3,57,7239,7.32,7.38,4.58 +"17925",1.01,"Premium","F","VS2",61.7,58,7240,6.47,6.43,3.98 +"17926",1.07,"Ideal","E","VS2",61.8,58,7240,6.53,6.61,4.06 +"17927",1.01,"Ideal","E","VS2",59.3,57,7240,6.57,6.51,3.88 +"17928",1.53,"Ideal","G","SI2",61.7,57,7240,7.44,7.41,4.58 +"17929",1.01,"Premium","E","VS2",58,61,7240,6.53,6.5,3.94 +"17930",1.01,"Premium","E","VS2",59.3,58,7240,6.53,6.49,3.86 +"17931",1.01,"Ideal","F","VS1",62.2,57,7240,6.48,6.39,4 +"17932",1,"Very Good","G","VVS2",62.1,59,7242,6.34,6.45,3.97 +"17933",1.2,"Ideal","G","VS2",62.8,57,7243,6.78,6.72,4.24 +"17934",1.16,"Ideal","G","VS2",61.7,57,7243,6.8,6.72,4.17 +"17935",1.48,"Very Good","H","SI2",62.3,58,7244,7.18,7.23,4.49 +"17936",1,"Premium","F","VS1",62.6,58,7244,6.4,6.37,4 +"17937",1.05,"Premium","F","VS2",62.3,59,7244,6.5,6.46,4.04 +"17938",1.61,"Premium","J","SI2",62.2,59,7245,7.52,7.47,4.66 +"17939",1.21,"Very Good","H","VS1",62.3,58,7246,6.71,6.74,4.19 +"17940",1.25,"Premium","H","VS2",60.4,59,7246,6.92,6.96,4.19 +"17941",1.05,"Ideal","G","VS1",61.5,55,7247,6.56,6.59,4.04 +"17942",1.07,"Good","E","VS2",63.1,56,7250,6.49,6.54,4.11 +"17943",1.21,"Ideal","H","VS2",61.9,55,7250,6.86,6.8,4.23 +"17944",1.7,"Premium","I","SI2",59.4,59,7250,7.83,7.75,4.63 +"17945",1.03,"Good","E","VS1",63.3,59,7251,6.4,6.45,4.07 +"17946",1.02,"Very Good","E","VS1",58.9,59,7253,6.52,6.65,3.88 +"17947",1.5,"Ideal","I","SI2",60.6,59,7253,7.37,7.48,4.5 +"17948",1.51,"Premium","J","SI1",60.6,57,7255,7.46,7.38,4.5 +"17949",1.06,"Ideal","G","VS2",62.3,56,7255,6.49,6.54,4.06 +"17950",1.51,"Good","I","VVS2",63.6,58,7255,7.29,7.26,4.63 +"17951",1.14,"Ideal","G","VS1",62.5,56,7255,6.69,6.66,4.17 +"17952",1.55,"Premium","I","SI2",61.5,58,7256,7.39,7.46,4.57 +"17953",1.23,"Ideal","I","VVS2",62.5,57,7256,6.81,6.86,4.27 +"17954",1.21,"Premium","F","SI1",61.6,59,7257,6.82,6.79,4.19 +"17955",1.02,"Very Good","D","VS2",62.9,60,7257,6.37,6.42,4.02 +"17956",1.02,"Very Good","F","VS1",61.9,59,7257,6.38,6.44,3.97 +"17957",2.31,"Fair","G","I1",67.4,56,7257,8.05,7.99,5.41 +"17958",1.01,"Very Good","F","VS2",62.8,57,7258,6.34,6.44,4.01 +"17959",1.2,"Premium","G","VS2",59.4,58,7258,6.91,6.85,4.09 +"17960",1.2,"Premium","G","VS2",59.6,58,7258,6.94,6.89,4.12 +"17961",2,"Fair","F","I1",64.9,57,7258,7.99,7.82,5.14 +"17962",1.5,"Premium","J","SI1",61.7,59,7258,7.36,7.32,4.53 +"17963",1,"Premium","E","VS1",61.9,60,7260,6.41,6.44,3.98 +"17964",1,"Very Good","G","VVS2",60.5,62,7260,6.39,6.44,3.88 +"17965",1,"Good","E","VS1",63.6,59,7260,6.32,6.35,4.03 +"17966",1.25,"Premium","E","SI1",60.9,59,7260,6.98,7.02,4.26 +"17967",1.23,"Ideal","H","VS2",62.2,55,7260,6.85,6.81,4.25 +"17968",1.23,"Ideal","H","VS2",62.3,56,7260,6.86,6.79,4.25 +"17969",1.22,"Premium","E","SI1",62.6,58,7262,6.78,6.8,4.25 +"17970",1.01,"Ideal","G","VS1",62.1,54,7262,6.41,6.43,3.99 +"17971",1.5,"Premium","I","SI2",62.2,62,7266,7.27,7.2,4.5 +"17972",1.1,"Ideal","H","VVS2",62,56,7267,6.59,6.63,4.1 +"17973",1.01,"Very Good","G","VVS2",63.2,59,7267,6.35,6.27,3.99 +"17974",1.73,"Premium","I","SI2",61.1,62,7270,7.64,7.54,4.64 +"17975",1.32,"Very Good","H","SI1",62.3,57,7270,7.04,6.99,4.37 +"17976",1.05,"Ideal","G","VS1",62.2,53,7270,6.51,6.55,4.06 +"17977",1.1,"Very Good","F","VS2",62.7,58.5,7272,6.5,6.59,4.1 +"17978",1.51,"Ideal","E","SI2",62.7,55,7272,7.27,7.18,4.53 +"17979",1.2,"Very Good","G","VS2",62.4,59,7273,6.68,6.74,4.19 +"17980",1.07,"Ideal","H","VVS1",61.7,56,7273,6.56,6.68,4.06 +"17981",1.7,"Ideal","H","SI2",62.1,57,7273,7.68,7.63,4.75 +"17982",1.23,"Premium","E","SI1",59.2,62,7274,7.05,7,4.16 +"17983",1.2,"Premium","E","SI1",60.9,57,7274,6.86,6.8,4.16 +"17984",1.06,"Premium","E","VS2",61.3,58,7275,6.52,6.56,4.01 +"17985",1.07,"Ideal","G","VS2",61.9,55,7275,6.55,6.57,4.06 +"17986",1.07,"Ideal","G","VS2",61.4,57,7275,6.56,6.63,4.05 +"17987",1.06,"Ideal","E","VS2",61.9,55,7275,6.54,6.58,4.06 +"17988",1.14,"Premium","F","VS2",62,59,7275,6.71,6.64,4.14 +"17989",1.11,"Ideal","F","VS2",60.4,58,7275,6.73,6.66,4.04 +"17990",1.23,"Very Good","H","VS1",61.3,53,7276,6.93,6.98,4.26 +"17991",1.75,"Ideal","H","I1",61.5,54.9,7276,7.75,7.78,4.78 +"17992",1.05,"Very Good","F","VS1",60.2,58,7276,6.62,6.74,4.02 +"17993",1.31,"Premium","H","VS2",62.5,58,7277,6.97,6.94,4.35 +"17994",1.01,"Premium","F","VS2",61.2,57.5,7277,6.43,6.45,3.94 +"17995",1.02,"Very Good","E","SI1",63.7,55,7277,6.29,6.4,4.04 +"17996",1.31,"Ideal","G","SI1",63.4,57,7277,6.97,6.87,4.4 +"17997",1.19,"Premium","H","VS1",62.4,59,7277,6.79,6.73,4.22 +"17998",1.01,"Very Good","D","VS2",62.8,57,7278,6.33,6.4,4 +"17999",1.21,"Very Good","H","VS1",62,58,7279,6.76,6.91,4.24 +"18000",1.21,"Very Good","H","VS1",62.4,60,7279,6.73,6.79,4.22 +"18001",1.01,"Good","G","VVS1",63.1,59,7279,6.33,6.42,4.02 +"18002",1,"Premium","D","VS1",61,58,7280,6.46,6.42,3.93 +"18003",1.06,"Premium","D","VS2",59.6,60,7280,6.71,6.68,3.99 +"18004",1,"Very Good","D","VS2",59.8,60,7281,6.46,6.49,3.87 +"18005",1.09,"Very Good","G","VS1",60,57,7281,6.68,6.71,4.02 +"18006",1,"Very Good","D","VS1",60,60,7281,6.44,6.49,3.88 +"18007",1.2,"Premium","F","SI1",60.1,59,7282,6.92,6.85,4.14 +"18008",1.32,"Very Good","H","SI1",62.8,56,7283,6.94,7,4.38 +"18009",1.05,"Fair","G","VS1",65.6,58,7283,6.25,6.38,4.13 +"18010",1.22,"Premium","H","VS1",58.9,59,7283,7.02,6.96,4.12 +"18011",1.47,"Ideal","I","VS2",62.3,57,7284,7.24,7.3,4.53 +"18012",0.9,"Ideal","E","VVS2",62.8,54,7286,6.11,6.21,3.87 +"18013",1.07,"Ideal","F","SI1",61.5,56,7286,6.58,6.62,4.06 +"18014",1.01,"Premium","E","VS2",59.2,59,7287,6.67,6.6,3.93 +"18015",1.54,"Premium","G","SI2",61.6,58,7287,7.45,7.3,4.57 +"18016",1.01,"Ideal","E","VS2",61.5,57,7288,6.44,6.48,3.97 +"18017",1.36,"Very Good","E","SI2",61.7,59,7288,7.09,7.2,4.41 +"18018",1.25,"Ideal","E","SI2",62.3,58,7289,6.86,6.89,4.28 +"18019",1.01,"Very Good","E","VS2",59.5,60,7290,6.5,6.54,3.88 +"18020",1.01,"Ideal","G","VS1",61.2,57,7290,6.42,6.47,3.95 +"18021",1.13,"Ideal","G","VS2",61.6,57,7290,6.7,6.68,4.12 +"18022",1.5,"Good","F","SI2",64.1,55,7291,7.15,7.11,4.57 +"18023",1.5,"Very Good","H","SI2",62,63,7291,7.28,7.24,4.5 +"18024",1.5,"Good","H","SI2",64.2,56,7291,7.26,7.2,4.64 +"18025",1.24,"Fair","D","SI1",55.6,67,7291,7.27,7.11,4 +"18026",1.5,"Premium","H","SI2",62.3,59,7291,7.27,7.21,4.52 +"18027",1.5,"Good","H","SI2",64.2,61,7291,7.15,7.1,4.57 +"18028",1.02,"Very Good","G","VVS2",61.3,59,7292,6.46,6.53,3.98 +"18029",1.09,"Ideal","G","VS2",62.8,57,7292,6.54,6.58,4.12 +"18030",1.02,"Good","G","VVS2",62.3,60,7292,6.38,6.49,4.01 +"18031",0.35,"Ideal","I","VVS2",62.3,57,614,4.49,4.53,2.81 +"18032",0.35,"Premium","H","VS1",61.7,59,614,4.51,4.53,2.79 +"18033",0.35,"Premium","E","SI1",61.1,59,614,4.5,4.56,2.77 +"18034",0.35,"Premium","H","VS1",62.6,59,614,4.45,4.5,2.8 +"18035",0.35,"Ideal","E","SI1",61.2,57,614,4.52,4.56,2.78 +"18036",0.35,"Ideal","E","SI1",62.3,56,614,4.53,4.56,2.83 +"18037",0.35,"Premium","H","VS1",61.3,59,614,4.54,4.57,2.79 +"18038",0.35,"Very Good","E","SI1",62.7,57,614,4.47,4.52,2.82 +"18039",0.35,"Very Good","E","SI1",61.9,58,614,4.49,4.52,2.79 +"18040",0.35,"Ideal","E","SI1",60.9,55,614,4.53,4.57,2.77 +"18041",0.35,"Very Good","E","SI1",62.9,58,614,4.48,4.52,2.83 +"18042",0.3,"Good","E","VS2",63.4,56,614,4.26,4.29,2.71 +"18043",0.35,"Premium","E","SI1",59.7,60,614,4.53,4.58,2.72 +"18044",0.35,"Premium","E","SI1",61.2,58,614,4.53,4.59,2.79 +"18045",0.35,"Very Good","E","SI1",60.7,59,614,4.52,4.57,2.76 +"18046",0.3,"Very Good","E","VS2",62.6,62,614,4.21,4.25,2.65 +"18047",0.35,"Ideal","H","VS1",62,56,614,4.54,4.56,2.82 +"18048",0.35,"Ideal","E","SI1",61,57,614,4.54,4.57,2.78 +"18049",0.35,"Premium","E","SI1",60.8,60,614,4.51,4.57,2.76 +"18050",0.36,"Very Good","E","SI1",59.9,60,615,4.59,4.62,2.76 +"18051",0.35,"Ideal","G","VS2",62.5,53,615,4.53,4.56,2.84 +"18052",0.34,"Ideal","H","VS1",62.4,55,615,4.48,4.5,2.8 +"18053",0.3,"Ideal","F","VS1",62.3,54,615,4.31,4.33,2.69 +"18054",0.3,"Ideal","I","IF",62,57,615,4.28,4.3,2.66 +"18055",0.3,"Ideal","I","IF",62.5,56,615,4.26,4.28,2.67 +"18056",0.33,"Very Good","D","VS2",60.8,60,615,4.52,4.46,2.73 +"18057",0.32,"Very Good","F","VS1",62.2,55,616,4.37,4.39,2.72 +"18058",0.34,"Ideal","G","VS2",60.8,56,616,4.53,4.55,2.76 +"18059",0.34,"Ideal","G","VS2",61.4,55,616,4.51,4.54,2.78 +"18060",0.36,"Premium","F","SI1",61.1,60,616,4.62,4.57,2.81 +"18061",1.51,"Premium","I","SI2",62.6,59,7292,7.31,7.28,4.57 +"18062",1.51,"Premium","I","SI2",58.7,59,7292,7.53,7.49,4.41 +"18063",1.14,"Very Good","F","VS2",58.3,60,7293,6.87,6.91,4.02 +"18064",1.01,"Good","E","VVS2",64.2,57,7293,6.3,6.34,4.06 +"18065",1.2,"Ideal","H","VS1",62,57,7294,6.69,6.76,4.17 +"18066",1.04,"Ideal","G","VS1",61.7,57,7294,6.47,6.53,4.01 +"18067",1.04,"Ideal","G","VS1",61.5,56,7294,6.53,6.57,4.03 +"18068",2.01,"Fair","F","I1",58.7,66,7294,8.3,8.19,4.84 +"18069",1.08,"Ideal","G","VS2",62.3,57,7295,6.53,6.57,4.08 +"18070",1.03,"Ideal","F","VS1",60.7,56,7296,6.54,6.6,3.99 +"18071",1.27,"Ideal","H","SI1",59.8,57,7297,7.08,7.01,4.22 +"18072",1.23,"Ideal","I","VVS2",62,55,7299,6.86,6.89,4.26 +"18073",1.5,"Fair","G","SI1",56.1,62,7300,7.6,7.52,4.24 +"18074",1.33,"Premium","H","SI1",61.9,58,7302,7.04,6.98,4.34 +"18075",1.63,"Premium","I","SI1",61.5,60,7302,7.59,7.54,4.65 +"18076",1.01,"Good","D","VS1",62.2,62,7303,6.29,6.41,3.95 +"18077",1.52,"Fair","I","VVS2",64.9,56,7303,7.28,7.21,4.7 +"18078",1.54,"Good","I","SI2",63.3,60,7304,7.31,7.34,4.64 +"18079",1.25,"Very Good","H","VS2",62.1,56,7305,6.91,6.96,4.31 +"18080",1.34,"Premium","D","SI2",61.5,58,7305,7.04,7.07,4.34 +"18081",1.01,"Very Good","E","VS1",62.6,57,7306,6.28,6.37,3.96 +"18082",1.01,"Good","G","VVS2",58.2,55,7306,6.65,6.68,3.88 +"18083",1.5,"Very Good","J","VS2",60.5,63,7308,7.32,7.27,4.41 +"18084",1.5,"Good","J","VS2",63.6,58,7308,7.23,7.2,4.59 +"18085",1.5,"Premium","J","VS2",61.7,56,7308,7.33,7.23,4.49 +"18086",1.2,"Very Good","E","SI1",62.7,57,7310,6.7,6.79,4.23 +"18087",1.11,"Premium","F","VS1",62.8,56,7310,6.62,6.57,4.14 +"18088",1.22,"Premium","H","VS2",60.8,59,7310,6.93,6.86,4.19 +"18089",1.39,"Premium","E","SI2",62.7,58,7311,6.99,7.11,4.42 +"18090",1.02,"Premium","E","VS2",60,59,7311,6.56,6.54,3.93 +"18091",1.27,"Very Good","I","VS2",59.2,60,7312,7.11,7.08,4.2 +"18092",1.23,"Very Good","H","SI1",62.5,56,7313,6.79,6.82,4.25 +"18093",1.23,"Ideal","H","SI1",62.3,58,7313,6.85,6.89,4.28 +"18094",1.51,"Good","E","SI2",64.3,58,7314,7.24,7.15,4.62 +"18095",1.51,"Premium","J","SI1",58.4,60,7314,7.58,7.53,4.41 +"18096",1.42,"Premium","H","SI2",61.6,58,7316,7.22,7.17,4.43 +"18097",1.21,"Premium","G","VS2",63,58,7318,6.72,6.67,4.22 +"18098",1.2,"Very Good","G","VS2",62,55,7318,6.8,6.84,4.23 +"18099",1.55,"Premium","H","SI2",62,56,7319,7.41,7.37,4.58 +"18100",1.37,"Premium","J","VVS2",59.4,61,7319,7.29,7.25,4.32 +"18101",1.52,"Very Good","F","SI2",63.1,60,7320,7.25,7.21,4.56 +"18102",1.21,"Premium","G","VS2",62.2,58,7320,6.78,6.88,4.25 +"18103",1.51,"Premium","H","SI2",63,59,7321,7.26,7.16,4.54 +"18104",1.02,"Ideal","G","VS1",61.3,57,7324,6.48,6.51,3.98 +"18105",1.02,"Ideal","G","VS1",61,57,7324,6.48,6.5,3.96 +"18106",1.41,"Ideal","H","SI2",62.7,56,7324,7.11,7.17,4.48 +"18107",1.33,"Ideal","I","VS2",62.6,55,7325,7.01,7.05,4.4 +"18108",1.11,"Ideal","E","VS2",62.2,56,7326,6.59,6.66,4.12 +"18109",1.02,"Ideal","F","VS2",62,56,7326,6.42,6.45,3.99 +"18110",1.56,"Premium","I","VS2",60.8,59,7326,7.56,7.51,4.58 +"18111",1.25,"Premium","H","VS1",62.7,59,7328,6.82,6.86,4.29 +"18112",1.03,"Premium","F","VS1",61.8,59,7328,6.46,6.48,4 +"18113",1.19,"Ideal","I","VS1",61.6,56,7328,6.81,6.83,4.2 +"18114",1.05,"Ideal","H","IF",61.2,55,7329,6.62,6.59,4.04 +"18115",1.01,"Very Good","E","VS1",62.9,60,7332,6.33,6.43,4.01 +"18116",1.01,"Good","G","VVS2",62.4,59,7332,6.32,6.37,3.96 +"18117",1.3,"Very Good","I","VS1",62.1,59,7333,6.97,7.01,4.34 +"18118",1.58,"Fair","H","SI1",64.7,58,7333,7.28,7.22,4.69 +"18119",1.06,"Ideal","F","VS2",62.1,55,7334,6.52,6.55,4.06 +"18120",1.21,"Premium","E","SI1",62.6,58,7334,6.82,6.79,4.26 +"18121",1.13,"Fair","F","VS1",64.5,55,7335,6.62,6.56,4.25 +"18122",1.23,"Ideal","E","SI2",62.1,55,7336,6.91,6.84,4.27 +"18123",1,"Premium","F","VS1",62.3,61,7336,6.38,6.33,3.96 +"18124",1.01,"Ideal","F","VS2",62.5,55,7338,6.38,6.41,4 +"18125",1.44,"Fair","H","VS1",58.1,69,7338,7.49,7.34,4.32 +"18126",1.2,"Premium","D","SI1",59.7,59,7338,6.91,6.86,4.11 +"18127",1.12,"Premium","G","VS1",58.4,58,7338,6.87,6.84,4 +"18128",1.04,"Ideal","F","VS1",63,56,7338,6.5,6.45,4.08 +"18129",1.41,"Very Good","H","SI2",58.5,57,7339,7.36,7.44,4.33 +"18130",1.51,"Good","H","SI2",59.9,64,7340,7.53,7.39,4.47 +"18131",1.51,"Premium","H","SI2",60.2,62,7340,7.43,7.38,4.46 +"18132",1.51,"Premium","H","SI2",62.1,58,7340,7.34,7.2,4.52 +"18133",1.52,"Premium","I","SI2",62.5,56,7341,7.35,7.33,4.59 +"18134",1.33,"Premium","E","SI2",62,57,7341,7.15,7.08,4.41 +"18135",1,"Very Good","F","VS2",61.1,60,7343,6.4,6.46,3.93 +"18136",1.06,"Ideal","F","VS1",61.9,57,7345,6.53,6.55,4.05 +"18137",1.06,"Very Good","D","VS2",62.8,55,7345,6.53,6.56,4.11 +"18138",1.4,"Very Good","F","SI2",59.9,60,7345,7.29,7.38,4.44 +"18139",1.59,"Very Good","I","SI2",61.9,58,7345,7.46,7.5,4.63 +"18140",1.37,"Ideal","I","VS2",61.5,55,7346,7.18,7.2,4.42 +"18141",1.01,"Ideal","F","VS2",61.7,55,7347,6.42,6.46,3.98 +"18142",1.21,"Ideal","F","SI1",61.2,59,7349,6.8,6.85,4.18 +"18143",1.54,"Good","J","SI1",62.9,62,7349,7.3,7.36,4.61 +"18144",1,"Very Good","F","VS1",63.7,57,7350,6.33,6.35,4.04 +"18145",1.24,"Premium","D","SI1",62.4,59,7351,6.82,6.86,4.27 +"18146",1.02,"Premium","F","VS1",62,59,7351,6.39,6.41,3.97 +"18147",1.02,"Premium","F","VS1",61.9,58,7351,6.45,6.5,4.01 +"18148",1.01,"Premium","G","IF",61.3,58,7352,6.48,6.4,3.95 +"18149",1.01,"Premium","F","VS1",59.4,60,7353,6.5,6.46,3.85 +"18150",1.14,"Ideal","H","VVS2",61.9,56,7354,6.69,6.72,4.15 +"18151",1.01,"Ideal","E","VS2",62.1,56,7355,6.41,6.45,3.99 +"18152",1.52,"Ideal","J","SI1",61.9,57,7356,7.33,7.37,4.55 +"18153",1.4,"Premium","G","SI2",62,60,7357,7.16,7.1,4.42 +"18154",1.51,"Premium","J","VS2",60.7,60,7357,7.43,7.36,4.49 +"18155",1.09,"Ideal","G","VS2",61.2,56,7357,6.62,6.64,4.06 +"18156",1.05,"Ideal","G","VS1",62.2,57,7357,6.49,6.51,4.04 +"18157",1.02,"Ideal","G","VS1",61.5,55,7357,6.49,6.52,4 +"18158",1.46,"Very Good","J","VS2",59.7,59,7358,7.36,7.39,4.4 +"18159",1.24,"Premium","H","VS1",61.2,59,7358,6.91,6.94,4.24 +"18160",1.31,"Premium","G","SI1",62.2,56,7358,7.02,6.97,4.35 +"18161",1.21,"Good","G","VS2",59.1,61,7359,6.95,6.89,4.09 +"18162",1.2,"Premium","E","SI1",60.3,57,7362,6.98,6.84,4.17 +"18163",1.51,"Ideal","I","SI2",61.2,58,7362,7.33,7.42,4.51 +"18164",1.12,"Ideal","G","VS2",62.1,55,7364,6.64,6.67,4.13 +"18165",1.5,"Very Good","H","SI2",62.1,59,7365,7.24,7.28,4.51 +"18166",1.37,"Very Good","E","SI2",62.5,59,7365,6.98,7.04,4.38 +"18167",1.51,"Good","I","SI1",63.9,63,7365,7.2,7.17,4.59 +"18168",1.03,"Premium","F","VS1",62.2,57,7365,6.51,6.47,4.04 +"18169",1.25,"Ideal","H","VS2",62.2,57,7365,6.92,6.88,4.29 +"18170",1.01,"Ideal","G","VVS2",60.6,57,7366,6.54,6.5,3.95 +"18171",1.01,"Premium","G","VVS2",59.4,58,7366,6.53,6.51,3.93 +"18172",1.01,"Premium","G","VVS2",63,59,7366,6.38,6.25,3.98 +"18173",1.01,"Very Good","E","VS1",63.4,58,7366,6.38,6.36,4.04 +"18174",1,"Very Good","E","VS1",59.4,56,7367,6.53,6.56,3.89 +"18175",1.2,"Ideal","I","IF",61.5,56,7367,6.79,6.84,4.19 +"18176",1.5,"Good","J","VS2",59.6,60,7368,7.31,7.38,4.38 +"18177",1.13,"Ideal","F","VS2",62.1,56,7369,6.65,6.71,4.15 +"18178",1.01,"Very Good","F","VS2",61.5,54,7370,6.45,6.5,3.98 +"18179",1.52,"Good","J","VS2",63.3,56,7370,7.27,7.33,4.62 +"18180",1.52,"Good","J","VS2",63.5,58,7370,7.24,7.28,4.61 +"18181",1,"Ideal","E","VS2",61.3,58,7370,6.41,6.44,3.94 +"18182",1.2,"Very Good","G","VS2",63.1,57,7371,6.69,6.74,4.24 +"18183",1.14,"Ideal","G","VS2",62,55,7371,6.68,6.77,4.17 +"18184",1.11,"Premium","F","VS2",61.9,58,7371,6.7,6.64,4.13 +"18185",1.01,"Premium","F","VS1",61.7,58,7372,6.4,6.43,3.96 +"18186",1.22,"Very Good","F","SI1",60.5,58,7372,6.91,6.97,4.2 +"18187",1.2,"Very Good","G","SI1",61.9,58,7372,6.74,6.79,4.19 +"18188",1.2,"Ideal","G","SI1",61.6,57,7372,6.85,6.88,4.23 +"18189",1.2,"Ideal","G","SI1",62.7,56,7372,6.78,6.83,4.27 +"18190",1.05,"Ideal","F","VS1",60.4,56,7373,6.61,6.63,4 +"18191",1.04,"Ideal","G","VS1",61.2,58,7375,6.5,6.53,3.99 +"18192",1.09,"Very Good","G","VS1",62.5,58,7378,6.49,6.59,4.09 +"18193",1.25,"Premium","H","VS2",60.4,59,7378,6.96,6.92,4.19 +"18194",1.2,"Good","G","VS2",62.2,58,7380,6.72,6.76,4.19 +"18195",1.51,"Good","D","SI2",61.7,65,7384,7.31,7.38,4.53 +"18196",1.09,"Ideal","F","VS2",60.9,54,7385,6.66,6.73,4.08 +"18197",1.57,"Premium","I","VS2",60.8,59,7385,7.5,7.47,4.55 +"18198",1.57,"Ideal","I","SI2",62.8,57,7385,7.39,7.36,4.63 +"18199",1.23,"Ideal","H","VVS2",61.3,55,7387,6.9,6.94,4.24 +"18200",1.46,"Very Good","I","SI1",62.8,57,7387,7.13,7.21,4.5 +"18201",1.52,"Ideal","H","SI2",62.3,56,7388,7.34,7.24,4.54 +"18202",1.52,"Fair","H","SI2",64.9,58,7388,7.23,7.19,4.68 +"18203",1.52,"Fair","H","SI2",65,57,7388,7.12,7.09,4.62 +"18204",1.32,"Very Good","H","SI1",62.3,58,7389,6.96,7,4.35 +"18205",1.02,"Premium","F","VS1",61.9,59,7389,6.44,6.38,3.97 +"18206",1.19,"Premium","G","VS2",61.9,58,7389,6.86,6.74,4.21 +"18207",1.53,"Premium","I","SI2",62.7,62,7389,7.41,7.23,4.59 +"18208",1.25,"Premium","G","VVS1",62,58,7389,6.96,6.87,4.29 +"18209",1.02,"Premium","D","VS2",62.9,60,7389,6.42,6.37,4.02 +"18210",1.03,"Ideal","G","VS1",61.2,57,7391,6.5,6.54,3.99 +"18211",1.03,"Ideal","G","VS1",62.4,56,7391,6.44,6.47,4.03 +"18212",1,"Premium","E","VS1",58.7,62,7392,6.6,6.55,3.86 +"18213",1,"Fair","E","VS1",64.4,55,7392,6.33,6.3,4.07 +"18214",1.5,"Very Good","I","SI2",60.8,58,7392,7.24,7.34,4.43 +"18215",1.5,"Very Good","I","SI2",62.7,57,7392,7.28,7.35,4.59 +"18216",1.03,"Ideal","F","VS2",62.3,56,7392,6.43,6.45,4.01 +"18217",1,"Premium","G","VVS2",60.5,62,7392,6.44,6.39,3.88 +"18218",1,"Premium","E","VS1",61.9,60,7392,6.44,6.41,3.98 +"18219",1,"Good","E","VS1",63.6,59,7392,6.35,6.32,4.03 +"18220",1,"Premium","D","VS2",59.8,58,7392,6.55,6.47,3.89 +"18221",0.9,"Ideal","D","VS1",61.9,59,7393,6.14,6.17,3.81 +"18222",1.22,"Premium","E","SI1",62.3,59,7395,6.8,6.74,4.22 +"18223",1.22,"Premium","E","SI1",62.6,58,7395,6.8,6.78,4.25 +"18224",1.31,"Premium","H","SI1",59.3,59,7395,7.18,7.13,4.24 +"18225",1.19,"Premium","G","VS2",58.9,61,7397,6.88,6.81,4.03 +"18226",1.04,"Good","F","VS1",63.2,57,7399,6.41,6.44,4.06 +"18227",1.1,"Premium","G","VS1",58.4,60,7399,6.85,6.81,3.99 +"18228",1.51,"Very Good","I","SI2",62.5,59,7400,7.27,7.32,4.56 +"18229",1.26,"Ideal","H","SI1",60.8,57,7400,7.01,6.97,4.25 +"18230",1.5,"Very Good","J","VS2",62.4,60,7402,7.21,7.32,4.53 +"18231",1,"Ideal","G","VVS2",62.6,55,7403,6.37,6.4,4 +"18232",2.04,"Premium","I","I1",61.1,61,7403,8.25,8.12,5 +"18233",1.13,"Premium","G","VS1",58.6,59,7404,6.91,6.84,4.03 +"18234",1.13,"Premium","G","VS1",60,60,7404,6.87,6.72,4.08 +"18235",1.13,"Ideal","G","VS1",61.7,54,7404,6.77,6.71,4.16 +"18236",1.2,"Premium","G","VS2",62.4,59,7405,6.74,6.68,4.19 +"18237",1.1,"Very Good","G","VS2",61.9,56.7,7405,6.57,6.63,4.09 +"18238",1.53,"Very Good","I","SI2",61.6,56,7406,7.39,7.45,4.57 +"18239",1.06,"Premium","E","VS2",61.3,58,7408,6.56,6.52,4.01 +"18240",1.64,"Very Good","J","SI2",62.5,58,7409,7.48,7.56,4.7 +"18241",1.14,"Ideal","H","VS2",61.1,57,7409,6.71,6.78,4.12 +"18242",1.75,"Ideal","H","I1",61.5,55,7409,7.78,7.75,4.78 +"18243",1.01,"Ideal","F","VS2",61.2,58,7409,6.45,6.43,3.94 +"18244",1.01,"Premium","F","VS1",60.4,59,7409,6.54,6.5,3.94 +"18245",1.01,"Very Good","F","VS2",62.9,55,7411,6.36,6.42,4.02 +"18246",1.01,"Ideal","F","VS2",60.9,58,7411,6.43,6.47,3.93 +"18247",1.01,"Very Good","G","VVS1",63.1,59,7412,6.42,6.33,4.02 +"18248",1.01,"Ideal","F","VS1",60.8,57,7412,6.54,6.52,3.97 +"18249",1.17,"Ideal","G","VS2",61.3,56,7413,6.79,6.81,4.17 +"18250",1.2,"Ideal","G","VS2",62.6,57,7413,6.74,6.81,4.24 +"18251",1.17,"Ideal","G","VS2",62,56,7413,6.71,6.74,4.17 +"18252",1.25,"Very Good","H","VS2",60.3,54,7414,7,7.03,4.23 +"18253",1.7,"Premium","G","SI2",62.2,59,7414,7.68,7.6,4.75 +"18254",1.32,"Ideal","G","SI1",61.9,57,7414,7.05,7.01,4.35 +"18255",0.97,"Very Good","G","VVS1",61.9,54,7415,6.33,6.36,3.93 +"18256",1.07,"Very Good","D","VS2",62.4,57,7415,6.51,6.59,4.09 +"18257",1.31,"Very Good","H","VS2",61.4,59,7415,6.96,7.01,4.29 +"18258",1.04,"Ideal","G","VS2",60.7,56,7415,6.59,6.54,3.99 +"18259",1.28,"Ideal","G","SI1",62.4,58,7415,6.89,6.95,4.32 +"18260",1.55,"Ideal","J","VS2",61.7,57,7416,7.37,7.42,4.56 +"18261",1.21,"Very Good","G","VS2",63.1,60,7416,6.72,6.66,4.22 +"18262",1.21,"Very Good","G","VS2",63.1,58,7416,6.77,6.71,4.25 +"18263",1.51,"Premium","J","VS2",59.6,60,7418,7.48,7.58,4.49 +"18264",1.51,"Very Good","J","VS2",60.2,59,7418,7.35,7.36,4.43 +"18265",1.51,"Good","J","VS2",62.8,59,7418,7.17,7.2,4.51 +"18266",1.51,"Very Good","J","VS2",62.8,59,7418,7.2,7.28,4.55 +"18267",1.51,"Premium","J","VS2",62.3,59,7418,7.31,7.35,4.57 +"18268",1.53,"Very Good","J","VS2",62.9,59,7418,7.31,7.34,4.61 +"18269",1.22,"Ideal","H","VS1",62.3,55,7418,6.8,6.84,4.25 +"18270",1.44,"Premium","H","SI2",62.1,55,7419,7.25,7.2,4.49 +"18271",1,"Premium","E","VS1",61.4,58,7420,6.44,6.42,3.95 +"18272",1.01,"Ideal","E","VS2",61.5,57,7421,6.48,6.44,3.97 +"18273",1.36,"Premium","E","SI2",61.7,59,7421,7.2,7.09,4.41 +"18274",2.03,"Premium","H","I1",59.4,59,7421,8.31,8.22,4.91 +"18275",1.09,"Premium","G","VS1",60.2,61,7422,6.71,6.64,4.02 +"18276",1.01,"Very Good","D","VS2",61.9,59,7422,6.35,6.44,3.96 +"18277",1.17,"Ideal","G","VS2",62,57,7423,6.74,6.78,4.19 +"18278",1.25,"Ideal","H","SI1",62,58,7423,6.86,6.89,4.26 +"18279",1.56,"Very Good","J","SI1",59.6,58,7424,7.55,7.59,4.51 +"18280",1.21,"Ideal","E","SI1",61.9,57,7424,6.88,6.79,4.23 +"18281",1.26,"Ideal","H","VS2",61.7,56,7424,6.95,6.89,4.27 +"18282",1.3,"Premium","D","SI1",62.2,58,7426,6.93,6.83,4.28 +"18283",1.21,"Ideal","H","VS2",62.6,54.8,7426,6.78,6.84,4.26 +"18284",1.21,"Very Good","H","VS2",62.9,55,7426,6.75,6.8,4.26 +"18285",1.5,"Very Good","J","VS2",63.3,57,7428,7.2,7.25,4.57 +"18286",1.34,"Ideal","H","VS2",60.2,56,7429,7.23,7.18,4.34 +"18287",1.03,"Ideal","F","VS1",60.7,56,7429,6.6,6.54,3.99 +"18288",1.01,"Good","G","VVS2",63.1,56,7430,6.34,6.4,4.02 +"18289",1.01,"Ideal","E","VS1",61.6,57,7430,6.41,6.45,3.96 +"18290",1.22,"Ideal","I","VS2",60.4,57,7430,6.91,6.99,4.2 +"18291",1.23,"Premium","H","VS2",59.5,59,7431,7.08,7.01,4.19 +"18292",1.17,"Very Good","F","VS2",62.4,56,7432,6.71,6.76,4.2 +"18293",1.52,"Fair","H","SI1",64.6,55,7433,7.24,7.19,4.66 +"18294",1.5,"Good","G","SI1",58.4,65,7434,7.45,7.41,4.34 +"18295",1.19,"Good","D","VS1",63.8,55,7437,6.68,6.64,4.25 +"18296",1.42,"Good","H","SI2",61.8,61,7437,7.01,7.09,4.36 +"18297",1.54,"Very Good","I","SI2",63.3,60,7437,7.34,7.31,4.64 +"18298",1.12,"Premium","F","VS2",62.8,56,7437,6.67,6.61,4.17 +"18299",1.47,"Very Good","H","SI2",59.1,56,7438,7.46,7.51,4.42 +"18300",1.47,"Very Good","H","SI2",62.6,58,7438,7.17,7.24,4.51 +"18301",1.47,"Very Good","H","SI2",59.3,59,7438,7.34,7.39,4.37 +"18302",1.34,"Premium","D","SI2",61.5,58,7438,7.07,7.04,4.34 +"18303",1.18,"Ideal","G","VS2",60.9,56,7439,6.8,6.85,4.16 +"18304",1.07,"Ideal","H","VS1",61,57,7440,6.59,6.63,4.03 +"18305",1.02,"Ideal","G","VS1",62.4,57,7440,6.41,6.43,4.01 +"18306",1.05,"Ideal","G","VS1",62.8,58,7440,6.44,6.48,4.06 +"18307",1.51,"Very Good","I","SI2",60.6,60.2,7441,7.32,7.37,4.45 +"18308",1.51,"Premium","F","SI2",61.8,59,7441,7.36,7.3,4.53 +"18309",1.51,"Premium","J","SI1",63,58,7441,7.32,7.28,4.6 +"18310",1.51,"Very Good","I","SI2",63.5,60,7441,7.28,7.21,4.6 +"18311",1.11,"Ideal","G","VS2",61.4,56,7443,6.65,6.7,4.1 +"18312",1.09,"Ideal","E","VS2",61.2,56,7443,6.62,6.67,4.07 +"18313",1.21,"Very Good","H","VS1",62.6,58,7445,6.71,6.75,4.21 +"18314",1.39,"Premium","E","SI2",62.7,58,7445,7.11,6.99,4.42 +"18315",1.01,"Very Good","D","VS2",63.1,58,7448,6.34,6.38,4.01 +"18316",1,"Very Good","F","VS1",61.9,58,7450,6.34,6.37,3.94 +"18317",1.01,"Very Good","G","VS1",59.3,57,7451,6.55,6.6,3.9 +"18318",1.16,"Ideal","G","VS2",62.5,56,7451,6.67,6.73,4.19 +"18319",1,"Premium","E","VS1",61.1,60,7452,6.41,6.43,3.92 +"18320",1,"Good","G","VVS2",63.1,58,7453,6.33,6.37,4.01 +"18321",1,"Very Good","G","VVS2",59.5,61,7453,6.42,6.46,3.83 +"18322",1.54,"Very Good","J","SI1",61.2,59,7453,7.41,7.45,4.55 +"18323",1,"Very Good","E","VS1",63,56,7453,6.39,6.41,4.03 +"18324",1.1,"Ideal","F","VS2",61.4,56,7453,6.64,6.68,4.09 +"18325",1.34,"Very Good","D","SI2",61.7,58,7453,7.04,7.1,4.36 +"18326",1.21,"Premium","G","VS2",62.2,58,7454,6.88,6.78,4.25 +"18327",1.01,"Very Good","F","VS1",62.9,58,7455,6.29,6.31,3.96 +"18328",1.51,"Premium","J","VS2",63,57,7455,7.38,7.29,4.62 +"18329",1.07,"Very Good","G","VVS2",61.6,57,7457,6.55,6.59,4.05 +"18330",1.04,"Ideal","G","VS1",62.3,56,7457,6.45,6.49,4.03 +"18331",1.04,"Ideal","G","VS1",61.5,57,7457,6.5,6.54,4.01 +"18332",1.01,"Ideal","E","VS1",60.4,59,7458,6.52,6.5,3.93 +"18333",1.31,"Premium","H","VS2",62.5,58,7459,6.97,6.94,4.35 +"18334",1.13,"Ideal","I","VVS1",61.6,57,7459,6.67,6.75,4.12 +"18335",1.04,"Ideal","F","VS2",62,55,7459,6.47,6.52,4.03 +"18336",1.5,"Very Good","H","SI1",62,63,7459,7.24,7.19,4.47 +"18337",1.11,"Ideal","E","VS2",62.2,56,7459,6.66,6.59,4.12 +"18338",1.5,"Fair","E","SI2",65.8,57,7459,7.17,7.11,4.7 +"18339",1.5,"Very Good","H","SI1",63.5,58,7459,7.23,7.17,4.57 +"18340",1.29,"Ideal","G","SI1",60.9,59,7463,6.99,7.04,4.27 +"18341",1.2,"Ideal","F","SI1",61.5,53,7463,6.87,6.9,4.24 +"18342",1.7,"Ideal","J","SI2",62,53,7464,7.68,7.65,4.75 +"18343",1.7,"Good","I","SI2",63.6,59,7464,7.62,7.52,4.8 +"18344",1.01,"Ideal","F","VS1",61.3,57,7465,6.44,6.47,3.96 +"18345",1.01,"Ideal","F","VS1",62.5,54,7465,6.43,6.46,4.03 +"18346",1.01,"Premium","F","VS1",62.5,58,7465,6.37,6.42,4 +"18347",1.01,"Ideal","F","VS1",62,57,7465,6.39,6.45,3.98 +"18348",1.02,"Ideal","E","VS2",60.2,56,7465,6.56,6.62,3.97 +"18349",1.01,"Premium","G","VVS2",61.6,60,7466,6.41,6.38,3.94 +"18350",1.19,"Ideal","H","VS1",62.5,54,7466,6.78,6.82,4.25 +"18351",1.01,"Premium","E","VS1",62.9,60,7466,6.43,6.33,4.01 +"18352",1.01,"Premium","G","VVS2",62.4,59,7466,6.37,6.32,3.96 +"18353",1.01,"Premium","G","VVS2",61.7,59,7466,6.44,6.37,3.95 +"18354",1.01,"Good","E","VS1",63.6,54,7466,6.38,6.32,4.04 +"18355",1.52,"Very Good","J","VS2",62.6,58,7467,7.28,7.31,4.57 +"18356",1.04,"Ideal","G","VS1",61.8,56,7467,6.5,6.52,4.02 +"18357",1,"Good","G","VVS1",58.4,60,7467,6.55,6.61,3.84 +"18358",1.51,"Fair","E","SI1",67.2,53,7468,7.15,7.1,4.79 +"18359",1.5,"Fair","D","SI2",68.8,57,7469,6.9,6.86,4.73 +"18360",1.11,"Ideal","G","VS2",62,56,7472,6.62,6.65,4.12 +"18361",0.37,"Premium","F","SI1",61.6,59,616,4.62,4.67,2.86 +"18362",0.37,"Very Good","F","SI1",62.4,59,616,4.56,4.6,2.86 +"18363",0.37,"Premium","F","SI1",60.3,58,616,4.62,4.66,2.8 +"18364",0.37,"Very Good","F","SI1",62.5,58,616,4.52,4.57,2.84 +"18365",0.37,"Premium","F","SI1",61.5,59,616,4.59,4.62,2.83 +"18366",0.37,"Very Good","F","SI1",62.3,59,616,4.57,4.61,2.86 +"18367",0.37,"Ideal","F","SI1",62.4,54,616,4.6,4.63,2.88 +"18368",0.39,"Good","J","VS1",63.1,56,616,4.62,4.7,2.94 +"18369",0.3,"Good","D","VS2",63.5,53,616,4.3,4.33,2.74 +"18370",0.39,"Very Good","J","VS1",61,62,616,4.66,4.71,2.86 +"18371",0.3,"Ideal","D","VS2",62.4,55,616,4.3,4.32,2.69 +"18372",0.39,"Premium","J","VS1",61.6,59,616,4.67,4.71,2.89 +"18373",0.39,"Good","J","VS1",63.5,58,616,4.59,4.64,2.93 +"18374",0.3,"Ideal","D","VS2",62.3,56,616,4.29,4.31,2.68 +"18375",0.31,"Very Good","G","VVS2",62.3,59,617,4.29,4.32,2.68 +"18376",0.38,"Ideal","J","VS2",61.4,57,617,4.65,4.68,2.87 +"18377",0.29,"Good","E","VVS2",63.2,60,617,4.17,4.19,2.64 +"18378",0.29,"Good","E","VVS2",62.7,62,617,4.19,4.23,2.64 +"18379",0.42,"Good","D","SI2",60.7,61,617,4.78,4.84,2.92 +"18380",0.4,"Good","E","SI2",64.2,57,617,4.68,4.7,3.01 +"18381",0.31,"Premium","G","VS1",59.9,59,617,4.44,4.41,2.65 +"18382",0.32,"Very Good","E","VS1",61.6,56,618,4.4,4.46,2.73 +"18383",0.31,"Good","F","SI1",64.1,61,618,4.29,4.2,2.72 +"18384",0.3,"Ideal","G","VS1",61.7,54.6,618,4.3,4.33,2.67 +"18385",0.26,"Ideal","F","VS1",62.4,53,618,4.11,4.13,2.57 +"18386",0.26,"Ideal","F","VS1",62.1,54,618,4.12,4.13,2.56 +"18387",0.31,"Fair","F","SI1",64.7,56,618,4.28,4.25,2.76 +"18388",0.29,"Very Good","E","VS1",60,57,619,4.33,4.34,2.6 +"18389",0.29,"Very Good","E","VS1",59.2,58,619,4.36,4.39,2.59 +"18390",0.32,"Very Good","D","SI1",60.1,60,619,4.38,4.4,2.64 +"18391",1.33,"Premium","H","SI1",61.5,59,7472,7.06,7.03,4.33 +"18392",1.11,"Ideal","F","VS2",61.7,55,7473,6.65,6.67,4.11 +"18393",1.2,"Ideal","H","VS1",60.8,58,7473,6.85,6.91,4.18 +"18394",1.42,"Ideal","H","SI2",62.2,56,7475,7.21,7.16,4.47 +"18395",1.5,"Premium","I","SI2",61.2,59,7476,7.39,7.36,4.51 +"18396",1.51,"Good","J","VS2",59.5,61,7476,7.45,7.62,4.48 +"18397",1.5,"Fair","H","VVS2",65.8,57,7476,7.19,7.15,4.72 +"18398",1.03,"Ideal","E","VS1",59.5,57,7477,6.6,6.62,3.93 +"18399",1.03,"Very Good","E","VS1",61.5,58,7477,6.43,6.55,3.99 +"18400",1.26,"Very Good","H","SI1",62.5,56,7477,6.88,6.93,4.31 +"18401",1.45,"Ideal","J","VS2",61.9,59,7477,7.16,7.21,4.45 +"18402",1.06,"Ideal","F","VS1",61.9,57,7479,6.55,6.53,4.05 +"18403",1.59,"Premium","I","VS2",62,58,7479,7.44,7.39,4.6 +"18404",1.06,"Premium","D","VS2",59.3,55,7479,6.7,6.65,3.96 +"18405",1.4,"Premium","F","SI2",59.9,60,7479,7.38,7.29,4.39 +"18406",1.32,"Ideal","I","VS1",61.2,57,7480,7.06,7.12,4.34 +"18407",1.11,"Good","E","VS2",58.5,58,7480,6.77,6.84,3.98 +"18408",1.04,"Very Good","G","VVS2",62.8,54,7481,6.39,6.5,4.05 +"18409",1.03,"Ideal","G","VS1",61.4,55,7481,6.5,6.53,4 +"18410",1.07,"Ideal","F","VS2",62.4,55,7483,6.53,6.57,4.09 +"18411",1.5,"Very Good","H","VS2",63.2,58,7484,7.26,7.21,4.57 +"18412",1.57,"Premium","I","SI2",60.9,58,7484,7.53,7.51,4.58 +"18413",1.02,"Premium","D","VS2",61.5,58,7485,6.51,6.44,3.98 +"18414",1.25,"Ideal","I","VS1",61.6,56,7485,6.91,6.95,4.27 +"18415",1.07,"Ideal","G","VS1",62.1,54,7485,6.56,6.59,4.08 +"18416",1.02,"Premium","F","VS1",61.9,58,7485,6.5,6.45,4.01 +"18417",1.02,"Premium","F","VS1",62,59,7485,6.41,6.39,3.97 +"18418",1.24,"Premium","D","SI1",62.4,59,7486,6.86,6.82,4.27 +"18419",1.54,"Premium","F","SI2",62,56,7486,7.51,7.4,4.62 +"18420",1.01,"Very Good","D","VS2",59.8,60,7487,6.46,6.51,3.88 +"18421",1.09,"Ideal","G","VS1",62.1,55.1,7487,6.57,6.63,4.1 +"18422",1.52,"Ideal","J","SI1",61.9,57,7491,7.37,7.33,4.55 +"18423",1.52,"Ideal","H","SI1",62,56,7491,7.38,7.32,4.56 +"18424",1.5,"Very Good","J","VS2",62.6,58,7492,7.25,7.29,4.55 +"18425",1,"Good","G","VVS2",60.9,56,7492,6.49,6.52,3.96 +"18426",1.09,"Good","D","VS1",63.9,57,7493,6.57,6.49,4.17 +"18427",1.24,"Premium","H","VS1",61.2,59,7493,6.94,6.91,4.24 +"18428",1.54,"Premium","F","SI2",62.8,57,7494,7.36,7.28,4.6 +"18429",1.04,"Premium","F","VS1",59.4,60,7495,6.56,6.58,3.9 +"18430",1.12,"Ideal","G","VS1",61,56,7495,6.72,6.76,4.11 +"18431",1.5,"Very Good","H","SI2",63.1,57,7495,7.16,7.27,4.55 +"18432",1.5,"Good","H","SI2",63.6,58,7495,7.15,7.2,4.56 +"18433",1.27,"Premium","H","VS2",60.7,58,7496,7.04,6.97,4.25 +"18434",1.3,"Premium","H","SI1",59.9,59,7498,7.18,7.12,4.28 +"18435",1,"Good","D","VS1",57.8,61,7500,6.62,6.56,3.81 +"18436",1.37,"Ideal","I","VS2",61.3,56,7500,7.15,7.18,4.39 +"18437",1.5,"Premium","H","SI2",62.1,59,7500,7.28,7.24,4.51 +"18438",1.5,"Good","H","SI2",64.3,57,7500,7.18,7.15,4.61 +"18439",1.08,"Premium","F","VS2",62.1,59,7501,6.54,6.59,4.08 +"18440",1.41,"Good","D","SI2",63.9,60,7501,7.08,7,4.5 +"18441",1.55,"Premium","J","SI1",62.5,58,7502,7.36,7.4,4.61 +"18442",1.11,"Very Good","G","VS1",61.5,57.6,7503,6.66,6.7,4.11 +"18443",1.02,"Very Good","E","VS1",61,58,7503,6.46,6.52,3.96 +"18444",1.5,"Ideal","J","VS2",60,57,7503,7.45,7.36,4.44 +"18445",1.5,"Premium","J","VS2",59.6,60,7503,7.38,7.31,4.38 +"18446",1.27,"Premium","H","VS2",60,61,7503,7.03,6.99,4.26 +"18447",1,"Very Good","F","VS1",61.6,56,7504,6.41,6.44,3.96 +"18448",1.34,"Ideal","F","VS2",62.5,56,7504,7.09,7.05,4.42 +"18449",1.13,"Ideal","F","VS2",62.1,56,7504,6.71,6.65,4.15 +"18450",1.52,"Very Good","J","VS2",63.5,58,7504,7.28,7.24,4.61 +"18451",1.52,"Very Good","J","VS2",63.3,56,7504,7.33,7.27,4.62 +"18452",1.52,"Very Good","I","SI1",62.7,59,7506,7.26,7.34,4.58 +"18453",1.22,"Ideal","H","VS2",60.4,57,7506,6.95,6.98,4.21 +"18454",1,"Very Good","G","VVS1",62.3,56,7507,6.29,6.4,3.95 +"18455",1.01,"Premium","F","VS1",61.7,58,7507,6.43,6.4,3.96 +"18456",1.01,"Premium","D","VS2",60,59,7508,6.53,6.48,3.9 +"18457",1.71,"Good","J","SI2",63.9,59,7508,7.55,7.47,4.8 +"18458",1.04,"Ideal","F","VS2",61.1,57,7508,6.52,6.54,3.99 +"18459",1.2,"Ideal","D","SI1",61.8,58,7508,6.76,6.83,4.2 +"18460",2.12,"Premium","G","I1",60,58,7508,8.39,8.28,4.99 +"18461",1.1,"Very Good","F","VS2",60.6,58,7509,6.67,6.77,4.07 +"18462",1.51,"Fair","H","SI1",55.8,61,7509,7.72,7.63,4.28 +"18463",1.03,"Very Good","G","VS1",61.3,56.1,7511,6.5,6.52,3.99 +"18464",1.54,"Premium","I","SI1",61.8,57,7512,7.43,7.37,4.57 +"18465",1.07,"Very Good","F","VS1",62,56,7513,6.51,6.55,4.05 +"18466",1.21,"Ideal","H","VS2",62.9,55,7513,6.77,6.8,4.27 +"18467",1.29,"Ideal","H","SI1",61.8,55,7513,6.99,6.95,4.31 +"18468",1.5,"Ideal","J","VS2",61.6,58,7515,7.33,7.38,4.53 +"18469",1.5,"Premium","J","SI1",61.2,61,7518,7.43,7.37,4.53 +"18470",1.51,"Good","D","SI2",61.7,65,7519,7.38,7.31,4.53 +"18471",1.31,"Ideal","H","SI1",60.8,56,7519,7.12,7.08,4.32 +"18472",1,"Ideal","G","VVS2",62.8,53.9,7520,6.37,6.42,4.02 +"18473",1.5,"Ideal","J","SI1",61.1,56.7,7520,7.35,7.38,4.5 +"18474",1.09,"Ideal","F","VS2",60.9,54,7520,6.73,6.66,4.08 +"18475",1.05,"Very Good","E","VS1",61.6,58,7521,6.53,6.56,4.03 +"18476",1.01,"Premium","E","VS2",60.9,58,7522,6.53,6.47,3.96 +"18477",1.08,"Premium","G","VS1",63,59,7523,6.56,6.5,4.11 +"18478",1.05,"Ideal","G","VS1",61.1,56,7523,6.54,6.59,4.01 +"18479",1.25,"Very Good","H","VS2",63.3,57,7525,6.87,6.82,4.33 +"18480",1.05,"Ideal","G","VS1",61,56,7526,6.62,6.56,4.02 +"18481",1,"Ideal","F","VS1",61.9,57,7526,6.41,6.39,3.96 +"18482",1.33,"Ideal","I","SI1",61.6,57,7526,7.06,7.1,4.36 +"18483",1.5,"Premium","I","SI2",60.8,58,7526,7.34,7.24,4.43 +"18484",1.5,"Premium","I","SI2",62.5,61,7526,7.29,7.24,4.54 +"18485",1.5,"Premium","I","SI2",62.7,57,7526,7.35,7.28,4.59 +"18486",1.31,"Premium","H","SI1",62.4,58,7527,7.02,6.96,4.36 +"18487",1,"Very Good","G","VVS2",62.3,58,7528,6.39,6.45,4 +"18488",1.01,"Ideal","E","VS1",62.7,55,7528,6.4,6.45,4.03 +"18489",1.01,"Very Good","G","VVS2",63,61,7528,6.34,6.36,4 +"18490",1.01,"Good","E","VS1",63.8,55,7528,6.32,6.41,4.06 +"18491",1.01,"Good","G","VVS2",63.2,59,7528,6.34,6.38,4.02 +"18492",1,"Very Good","E","VS1",62.3,53,7528,6.35,6.39,3.97 +"18493",1.1,"Ideal","G","VS1",61.9,55,7528,6.59,6.63,4.09 +"18494",1.72,"Premium","F","I1",60.1,58,7532,7.77,7.74,4.66 +"18495",1,"Very Good","E","VS1",63.2,55,7532,6.34,6.29,3.99 +"18496",1.03,"Ideal","E","VS2",61.7,56,7533,6.45,6.54,4.01 +"18497",1.51,"Premium","H","VS2",61.2,59,7534,7.4,7.38,4.52 +"18498",1.04,"Very Good","F","VS1",63.2,57,7534,6.44,6.41,4.06 +"18499",1.51,"Fair","H","VS2",64.9,53,7534,7.28,7.24,4.71 +"18500",1.15,"Premium","G","VS1",61.7,58,7535,6.73,6.7,4.14 +"18501",1.5,"Premium","G","SI1",62.3,60,7535,7.27,7.17,4.5 +"18502",1.3,"Premium","H","VS2",62.4,58,7536,6.92,6.95,4.33 +"18503",1.02,"Premium","F","VS1",60.8,59,7539,6.46,6.49,3.94 +"18504",1.53,"Premium","I","SI2",62.1,59,7539,7.35,7.37,4.57 +"18505",1.02,"Good","D","VS2",63.2,58,7539,6.36,6.4,4.03 +"18506",1.02,"Very Good","F","VS1",62.8,58,7539,6.4,6.44,4.03 +"18507",1.02,"Very Good","F","VS1",62.7,55,7539,6.37,6.43,4.01 +"18508",1.1,"Ideal","G","VS2",61.9,57,7540,6.63,6.57,4.09 +"18509",1.06,"Premium","D","VS2",62.3,59,7541,6.48,6.52,4.05 +"18510",0.92,"Very Good","D","VS1",61.9,58,7544,6.19,6.24,3.85 +"18511",1.51,"Very Good","J","SI1",58.8,59,7544,7.47,7.56,4.42 +"18512",1.24,"Ideal","I","VS2",61.8,56,7544,6.86,6.89,4.25 +"18513",1.21,"Ideal","F","SI1",62.3,55.7,7546,6.8,6.85,4.25 +"18514",1.2,"Ideal","G","VS2",61.9,56,7548,6.86,6.81,4.23 +"18515",1.17,"Ideal","G","VS2",62,56,7548,6.74,6.71,4.17 +"18516",1.17,"Ideal","G","VS2",61.3,56,7548,6.81,6.79,4.17 +"18517",1.08,"Ideal","E","VS2",62,54,7548,6.62,6.57,4.09 +"18518",1.08,"Premium","E","VS2",59.4,59,7548,6.71,6.68,3.98 +"18519",1.36,"Good","G","SI1",64.3,59,7549,6.93,6.85,4.43 +"18520",1.35,"Very Good","H","VS2",62.3,57,7549,7.06,7.12,4.42 +"18521",1.6,"Very Good","J","SI1",62.7,58,7550,7.37,7.41,4.63 +"18522",1.6,"Premium","J","SI1",62.2,58,7550,7.48,7.54,4.67 +"18523",1.1,"Ideal","G","VS1",61.3,57,7550,6.59,6.66,4.06 +"18524",1.31,"Premium","H","VS2",61.4,59,7550,7.01,6.96,4.29 +"18525",1.53,"Ideal","J","VS2",61.4,58,7550,7.35,7.43,4.54 +"18526",1.17,"Ideal","G","VS2",61.4,56,7550,6.77,6.81,4.17 +"18527",1.07,"Premium","D","VS2",62.4,57,7550,6.59,6.51,4.09 +"18528",1.03,"Ideal","F","VS2",60.2,54,7550,6.64,6.61,3.99 +"18529",1.08,"Ideal","G","VS1",61.4,56,7551,6.59,6.63,4.06 +"18530",1.08,"Ideal","G","VS1",61,56,7553,6.62,6.65,4.05 +"18531",1,"Fair","E","VVS2",56.8,58,7553,6.59,6.64,3.76 +"18532",1.51,"Premium","J","VS2",62.8,59,7553,7.28,7.2,4.55 +"18533",1.51,"Premium","J","VS2",62.3,59,7553,7.35,7.31,4.57 +"18534",1.51,"Premium","J","VS2",62.8,59,7553,7.2,7.17,4.51 +"18535",1.51,"Premium","J","VS2",60.2,59,7553,7.36,7.35,4.43 +"18536",1.51,"Premium","J","VS2",59.6,60,7553,7.58,7.48,4.49 +"18537",1.51,"Premium","J","VS2",59.2,59,7553,7.53,7.47,4.44 +"18538",1.56,"Good","H","SI2",59.2,59,7554,7.46,7.54,4.44 +"18539",1.53,"Premium","J","VS2",62.9,59,7554,7.34,7.31,4.61 +"18540",1.21,"Premium","H","VS1",62.5,59,7555,6.8,6.74,4.23 +"18541",1,"Good","E","VS1",60.1,63,7556,6.42,6.45,3.87 +"18542",1.51,"Very Good","J","VS2",62.2,60,7557,7.27,7.32,4.54 +"18543",1.47,"Premium","G","SI2",61.8,58,7557,7.28,7.22,4.48 +"18544",1.52,"Premium","H","SI1",62,60,7559,7.36,7.28,4.54 +"18545",1.5,"Fair","E","SI2",69.6,62,7560,6.88,6.79,4.76 +"18546",1.5,"Very Good","F","SI2",63.1,54,7560,7.29,7.26,4.59 +"18547",1.5,"Premium","E","SI2",61.1,58,7560,7.34,7.31,4.47 +"18548",1.25,"Premium","H","VS1",59.3,57,7560,7.11,7.05,4.2 +"18549",1.18,"Ideal","F","VS2",62,57,7560,6.82,6.77,4.21 +"18550",1.21,"Premium","H","VS2",59.9,59,7562,6.94,6.92,4.15 +"18551",1.21,"Ideal","H","VS2",62.6,55,7562,6.84,6.78,4.26 +"18552",1.21,"Ideal","H","VS2",62.9,55,7562,6.8,6.75,4.26 +"18553",1.24,"Good","E","SI1",63.5,55,7563,6.82,6.86,4.35 +"18554",1.07,"Ideal","F","VS2",61,54,7564,6.59,6.62,4.03 +"18555",1.02,"Ideal","D","SI1",61.7,56,7564,6.4,6.49,3.97 +"18556",1.17,"Premium","G","VS1",62.4,56,7564,6.81,6.75,4.23 +"18557",1.01,"Ideal","E","VS1",61.6,57,7565,6.45,6.41,3.96 +"18558",1.01,"Very Good","G","VVS2",63.1,56,7565,6.4,6.34,4.02 +"18559",1.26,"Very Good","H","VS2",63.8,52,7567,6.89,6.84,4.38 +"18560",1.3,"Very Good","F","SI1",61.5,58,7567,6.99,7.06,4.32 +"18561",1,"Very Good","D","VS1",61.2,62,7567,6.35,6.39,3.9 +"18562",1.21,"Very Good","G","VS2",62.3,58,7568,6.76,6.8,4.22 +"18563",1.17,"Premium","F","VS2",62.4,56,7568,6.76,6.71,4.2 +"18564",1,"Ideal","E","VS2",62.1,57,7569,6.38,6.41,3.97 +"18565",1.13,"Ideal","H","VS1",61.6,55,7571,6.7,6.74,4.14 +"18566",1,"Good","G","VVS2",61.6,60,7572,6.34,6.38,3.92 +"18567",1.47,"Premium","H","SI2",59.3,59,7573,7.39,7.34,4.37 +"18568",1.25,"Ideal","H","SI1",62.4,55,7573,6.9,6.86,4.3 +"18569",1.47,"Premium","H","SI2",59.1,56,7573,7.51,7.46,4.42 +"18570",1.02,"Ideal","G","VS1",62.8,55,7574,6.45,6.41,4.04 +"18571",1.01,"Premium","D","VS1",62.1,58,7575,6.4,6.37,3.97 +"18572",1.01,"Very Good","D","VS1",63.1,58,7575,6.34,6.3,3.99 +"18573",1.51,"Premium","I","SI2",59.7,59,7577,7.48,7.46,4.46 +"18574",1.07,"Ideal","G","VS2",61.6,57,7577,6.55,6.61,4.05 +"18575",1.07,"Ideal","G","VS2",61.7,55,7577,6.53,6.57,4.04 +"18576",1.51,"Premium","G","SI1",62.3,59,7577,7.29,7.21,4.52 +"18577",1.23,"Premium","H","VS1",61.1,58,7577,6.91,6.86,4.21 +"18578",1.51,"Good","I","VS2",63.8,57,7577,7.24,7.18,4.6 +"18579",1.51,"Ideal","I","SI2",61.8,57,7577,7.43,7.36,4.57 +"18580",1.51,"Premium","I","SI2",60.4,56,7577,7.4,7.36,4.46 +"18581",1.64,"Very Good","J","SI2",63,58,7579,7.42,7.51,4.71 +"18582",1.44,"Premium","I","SI1",62.9,59,7580,7.2,7.15,4.51 +"18583",1.52,"Ideal","I","SI2",61.3,60,7582,7.33,7.39,4.51 +"18584",1.52,"Ideal","I","SI2",61.7,57,7582,7.38,7.41,4.56 +"18585",1.09,"Very Good","G","VVS2",59.8,61,7583,6.64,6.7,3.99 +"18586",1.56,"Very Good","H","SI2",58.7,63,7583,7.73,7.55,4.49 +"18587",1,"Very Good","G","VVS2",59.8,59,7584,6.47,6.51,3.88 +"18588",1.4,"Very Good","I","VS1",61.6,59,7584,7.17,7.22,4.43 +"18589",1.56,"Very Good","I","SI1",62.9,58,7584,7.31,7.35,4.61 +"18590",1.22,"Ideal","H","VS2",62.8,56,7584,6.81,6.75,4.26 +"18591",1.51,"Premium","G","SI1",61.3,61,7585,7.41,7.34,4.52 +"18592",1.51,"Very Good","G","SI1",63.1,56,7585,7.27,7.22,4.57 +"18593",1.02,"Very Good","F","VS1",62.4,58,7587,6.42,6.47,4.02 +"18594",1.15,"Ideal","G","VS2",61.6,55,7587,6.74,6.76,4.16 +"18595",1.03,"Ideal","G","VS1",60.8,57,7587,6.55,6.57,3.99 +"18596",1.03,"Ideal","G","VS1",61.7,56,7587,6.47,6.53,4.01 +"18597",1.12,"Premium","D","VS2",63,57,7587,6.62,6.55,4.15 +"18598",1.09,"Premium","F","VS1",61.3,60,7588,6.67,6.61,4.07 +"18599",1,"Premium","E","VS1",61.1,60,7588,6.43,6.41,3.92 +"18600",1.01,"Ideal","E","VS1",61.5,57,7589,6.44,6.47,3.97 +"18601",1.12,"Very Good","E","VS2",62.8,57,7589,6.61,6.64,4.16 +"18602",1.54,"Very Good","I","SI2",59.4,61,7589,7.49,7.56,4.47 +"18603",1.12,"Ideal","F","VS2",61.9,55,7589,6.68,6.73,4.15 +"18604",1.54,"Very Good","I","SI2",60.1,61,7589,7.41,7.46,4.47 +"18605",1.16,"Very Good","G","VS1",62.9,55,7589,6.65,6.74,4.21 +"18606",1.06,"Ideal","G","VS1",61.4,56,7589,6.55,6.58,4.03 +"18607",1,"Very Good","G","VVS2",63.1,58,7589,6.37,6.33,4.01 +"18608",1.54,"Premium","J","SI1",61.2,59,7589,7.45,7.41,4.55 +"18609",1,"Premium","G","VVS2",59.5,61,7589,6.46,6.42,3.83 +"18610",1.1,"Ideal","F","VS2",61.4,56,7589,6.68,6.64,4.09 +"18611",1.21,"Ideal","D","SI1",63,57,7589,6.82,6.76,4.28 +"18612",1.36,"Premium","I","VS1",62,59,7592,7.1,7.06,4.39 +"18613",1.58,"Ideal","J","SI1",61.6,56,7592,7.53,7.5,4.63 +"18614",1.06,"Ideal","F","VS2",61.2,57,7592,6.58,6.55,4.02 +"18615",1.58,"Premium","J","VVS2",61,58,7592,7.56,7.49,4.59 +"18616",1.07,"Premium","G","VVS2",61.6,57,7593,6.59,6.55,4.05 +"18617",1.06,"Ideal","G","VS1",60.7,56,7594,6.6,6.64,4.02 +"18618",1.06,"Ideal","G","VS1",61.6,56,7594,6.53,6.57,4.04 +"18619",1.07,"Very Good","G","VVS2",59.4,57,7597,6.74,6.69,3.99 +"18620",1.01,"Very Good","E","VS1",63.9,58,7597,6.31,6.36,4.05 +"18621",1.01,"Ideal","G","VVS2",62,58,7597,6.36,6.39,3.95 +"18622",1.01,"Ideal","E","VS2",62.5,54,7597,6.39,6.42,4 +"18623",1.09,"Very Good","F","VS1",62.9,58,7598,6.51,6.55,4.11 +"18624",1.28,"Ideal","G","SI1",62.2,56,7598,6.96,6.9,4.31 +"18625",1.52,"Very Good","H","SI2",63.1,55,7600,7.36,7.28,4.62 +"18626",1.16,"Ideal","G","VS2",62.2,55,7600,6.78,6.75,4.21 +"18627",1.01,"Ideal","F","VS1",62,57,7602,6.45,6.39,3.98 +"18628",1.02,"Premium","G","VVS2",62.6,59,7602,6.41,6.46,4.03 +"18629",1.02,"Good","E","VS1",63.9,56,7602,6.33,6.38,4.06 +"18630",1.02,"Premium","G","VVS2",62.2,60,7602,6.39,6.43,3.99 +"18631",1.11,"Ideal","D","VS2",62,57,7602,6.62,6.67,4.12 +"18632",1.01,"Ideal","D","VS2",60.6,57,7602,6.54,6.46,3.94 +"18633",1.01,"Ideal","F","VS1",61.3,57,7602,6.47,6.44,3.96 +"18634",1.01,"Premium","F","VS1",62.5,58,7602,6.42,6.37,4 +"18635",1.01,"Ideal","F","VS1",62.5,54,7602,6.46,6.43,4.03 +"18636",1.01,"Ideal","D","VS2",62.6,54,7602,6.46,6.42,4.03 +"18637",1.2,"Good","G","VS2",63.3,58,7603,6.66,6.74,4.24 +"18638",1.2,"Premium","G","VS2",61.4,60,7603,6.77,6.81,4.17 +"18639",1.46,"Premium","H","SI2",61.4,59,7604,7.3,7.26,4.47 +"18640",1,"Very Good","E","VS2",61,59,7607,6.41,6.48,3.93 +"18641",1,"Very Good","E","VS2",62.9,57,7607,6.33,6.35,3.99 +"18642",1.53,"Premium","H","SI1",62,60,7608,7.31,7.27,4.55 +"18643",1.11,"Ideal","G","VS2",62,56,7608,6.65,6.62,4.12 +"18644",1.35,"Ideal","H","SI1",61.5,58,7609,7.08,7.11,4.36 +"18645",1.51,"Premium","E","SI2",62,62,7610,7.16,7.09,4.42 +"18646",1.07,"Very Good","G","VS2",60,56,7611,6.67,6.69,4.01 +"18647",1.21,"Premium","G","VS2",62.2,60,7611,6.79,6.75,4.21 +"18648",1.03,"Ideal","F","VS1",59,55,7613,6.62,6.67,3.92 +"18649",1.03,"Premium","E","VS1",61.5,58,7614,6.55,6.43,3.99 +"18650",1.12,"Ideal","H","VS1",60.9,57,7616,6.71,6.73,4.09 +"18651",1.6,"Ideal","F","SI2",62.8,56,7616,7.46,7.41,4.69 +"18652",1.32,"Ideal","I","VS1",61.2,57,7617,7.12,7.06,4.34 +"18653",1.53,"Ideal","H","SI2",62.5,57,7617,7.36,7.39,4.61 +"18654",1.11,"Premium","E","VS2",62.2,58,7619,6.61,6.64,4.12 +"18655",1.35,"Ideal","H","SI1",62.8,57,7619,6.98,7.09,4.42 +"18656",1.3,"Premium","I","IF",61.8,58,7621,6.95,7,4.31 +"18657",1,"Very Good","G","VVS2",61.6,61,7623,6.35,6.38,3.92 +"18658",1.22,"Ideal","H","VS2",62,58,7623,6.81,6.86,4.24 +"18659",1.11,"Premium","F","VS1",60.7,59,7623,6.64,6.61,4.02 +"18660",1.31,"Premium","F","SI1",62.6,58,7625,6.98,7.02,4.38 +"18661",1.08,"Ideal","F","VS2",62.5,57,7625,6.52,6.57,4.09 +"18662",1.06,"Premium","G","VVS2",62.4,55,7627,6.54,6.5,4.07 +"18663",1.5,"Ideal","H","SI1",61.6,57,7627,7.34,7.24,4.49 +"18664",1.08,"Ideal","F","VS2",61.9,55,7629,6.58,6.61,4.09 +"18665",1.34,"Premium","H","VS2",62.3,60,7630,7.05,7.02,4.38 +"18666",1.54,"Premium","I","SI2",61.2,58,7631,7.51,7.43,4.57 +"18667",1.27,"Ideal","E","SI1",62.4,58,7631,6.87,6.91,4.3 +"18668",1.02,"Ideal","F","VS2",62.6,57,7632,6.4,6.47,4.03 +"18669",1.04,"Premium","F","VS1",59.4,60,7632,6.58,6.56,3.9 +"18670",1.12,"Ideal","G","VS1",61,56,7632,6.76,6.72,4.11 +"18671",1.19,"Ideal","H","VS2",62,54,7633,6.79,6.83,4.22 +"18672",1.12,"Ideal","G","VS2",61,57,7634,6.69,6.72,4.09 +"18673",1.08,"Ideal","G","VS1",61.8,58,7635,6.56,6.58,4.06 +"18674",1.41,"Very Good","J","VS1",59.4,59,7636,7.34,7.38,4.37 +"18675",1.61,"Very Good","I","SI2",60.9,63,7636,7.5,7.54,4.58 +"18676",1.34,"Very Good","H","SI1",62.4,58,7636,6.98,7.02,4.37 +"18677",1.5,"Premium","H","SI1",61.4,56,7636,7.47,7.34,4.55 +"18678",1.06,"Ideal","F","VS2",61.1,56.5,7637,6.57,6.6,4.03 +"18679",1.51,"Very Good","J","SI1",62.3,59,7637,7.22,7.28,4.52 +"18680",1.08,"Premium","F","VS2",62.1,59,7637,6.59,6.54,4.08 +"18681",1.55,"Premium","J","SI1",62.5,58,7638,7.4,7.36,4.61 +"18682",1.11,"Ideal","G","VS1",61.5,58,7639,6.7,6.66,4.11 +"18683",1.36,"Good","G","SI1",63.8,55,7639,6.97,6.94,4.44 +"18684",1.57,"Ideal","J","SI1",62,56,7640,7.5,7.46,4.64 +"18685",1.06,"Ideal","F","VS2",61.4,56,7641,6.56,6.61,4.04 +"18686",1.53,"Good","E","SI2",57.1,56,7643,7.69,7.65,4.38 +"18687",1.02,"Premium","D","VS2",62.5,58,7643,6.4,6.37,3.99 +"18688",1,"Premium","G","VVS1",61.3,62,7644,6.37,6.35,3.9 +"18689",1.5,"Premium","F","SI2",58.5,60,7644,7.52,7.48,4.39 +"18690",1.5,"Premium","F","SI2",58.5,60,7644,7.52,7.48,4.39 +"18691",0.32,"Ideal","H","VVS2",61.9,53,619,4.42,4.44,2.74 +"18692",0.33,"Ideal","F","VS2",60.9,56,619,4.47,4.49,2.73 +"18693",0.29,"Ideal","E","VS2",60.1,56,619,4.3,4.34,2.6 +"18694",0.29,"Ideal","E","VS1",61.2,56,619,4.27,4.29,2.61 +"18695",0.29,"Ideal","E","VS1",60.6,55,619,4.33,4.35,2.63 +"18696",0.4,"Ideal","F","SI2",61.6,55,619,4.73,4.75,2.92 +"18697",0.32,"Good","F","VVS2",62.5,61,619,4.32,4.38,2.72 +"18698",0.3,"Ideal","E","VS2",63.8,56,619,4.28,4.2,2.71 +"18699",0.3,"Good","E","VS2",64.2,57,619,4.24,4.13,2.69 +"18700",0.41,"Very Good","D","SI2",59.9,60,619,4.78,4.8,2.87 +"18701",0.36,"Very Good","D","SI1",62.8,57,619,4.51,4.54,2.84 +"18702",0.36,"Ideal","D","SI1",60.6,56,619,4.58,4.63,2.79 +"18703",0.36,"Good","D","SI1",63.2,56,619,4.52,4.56,2.87 +"18704",0.35,"Very Good","I","VVS2",61.3,56,620,4.52,4.54,2.78 +"18705",0.27,"Very Good","F","VVS2",61.9,58,620,4.17,4.2,2.59 +"18706",0.27,"Very Good","F","VVS2",60.1,58,620,4.17,4.22,2.52 +"18707",0.27,"Very Good","E","VVS2",62,59,620,4.14,4.18,2.58 +"18708",0.27,"Very Good","E","VVS2",62.5,59,620,4.09,4.14,2.57 +"18709",0.27,"Very Good","E","VVS2",60.9,58,620,4.14,4.17,2.53 +"18710",0.27,"Very Good","E","VVS2",61.7,58,620,4.12,4.15,2.55 +"18711",0.27,"Very Good","D","VVS2",59.9,59,620,4.23,4.28,2.55 +"18712",0.27,"Very Good","D","VVS2",61.6,59,620,4.15,4.16,2.56 +"18713",0.27,"Very Good","F","VVS1",62,58,620,4.18,4.21,2.6 +"18714",0.27,"Very Good","E","VVS1",60.9,59,620,4.17,4.21,2.55 +"18715",0.27,"Very Good","E","VVS1",59.9,57,620,4.23,4.25,2.54 +"18716",0.27,"Very Good","E","VVS1",62.6,58,620,4.11,4.16,2.59 +"18717",0.27,"Very Good","E","VVS1",61.5,58,620,4.16,4.23,2.58 +"18718",0.3,"Very Good","G","VS1",62.9,55,620,4.25,4.27,2.68 +"18719",0.3,"Very Good","G","VS1",61.7,57,620,4.28,4.32,2.65 +"18720",0.3,"Very Good","G","VS1",60.3,57,620,4.33,4.35,2.62 +"18721",1.4,"Very Good","I","SI1",61.3,59,7644,7.19,7.23,4.42 +"18722",1.17,"Very Good","H","IF",59.3,59,7644,6.92,6.98,4.12 +"18723",1,"Ideal","G","VVS1",62.3,56,7644,6.4,6.29,3.95 +"18724",1.75,"Premium","I","SI1",60.8,58,7644,7.83,7.79,4.75 +"18725",1.05,"Premium","G","VS1",61.1,59,7644,6.6,6.55,4.02 +"18726",1.5,"Fair","F","SI2",65.4,58,7644,7.17,7.1,4.67 +"18727",1.2,"Very Good","D","SI1",62.4,58,7646,6.75,6.78,4.23 +"18728",1,"Ideal","G","VS1",62.5,54,7648,6.4,6.44,4.01 +"18729",1.03,"Ideal","G","VS1",61.3,56,7648,6.52,6.5,3.99 +"18730",1.7,"Premium","J","SI2",63,60,7650,7.59,7.53,4.76 +"18731",1.19,"Ideal","H","VVS2",61.6,56,7651,6.78,6.86,4.2 +"18732",1.51,"Ideal","J","VS2",62.4,57,7651,7.35,7.3,4.57 +"18733",1.01,"Very Good","D","VS2",62.7,57,7652,6.36,6.39,4 +"18734",1.68,"Premium","J","SI2",59.2,57,7652,7.83,7.72,4.6 +"18735",1.04,"Very Good","D","VS2",61.2,56,7653,6.53,6.58,4.02 +"18736",1.02,"Ideal","F","VS1",61,56,7654,6.54,6.5,3.98 +"18737",1.58,"Premium","J","SI1",59.8,58,7654,7.61,7.57,4.54 +"18738",1.34,"Very Good","H","SI1",61.6,59,7655,7.04,7.09,4.35 +"18739",1.04,"Ideal","G","VS1",60.7,55,7655,6.57,6.61,4 +"18740",1.04,"Ideal","G","VS1",61.9,57,7655,6.51,6.55,4.04 +"18741",1.55,"Premium","I","VS2",61.3,58,7656,7.48,7.44,4.57 +"18742",1.02,"Very Good","G","VVS1",63,58,7657,6.4,6.43,4.04 +"18743",1.1,"Ideal","F","VS2",62.2,57,7658,6.62,6.59,4.11 +"18744",1.34,"Ideal","H","SI1",62.4,54,7659,7.05,7.08,4.41 +"18745",1.24,"Premium","G","VS1",62,59,7660,6.88,6.92,4.28 +"18746",1.24,"Very Good","G","VS2",61.5,58,7660,6.89,6.94,4.25 +"18747",1.52,"Ideal","I","SI2",60.2,57,7661,7.47,7.38,4.47 +"18748",1.2,"Premium","G","VS2",61.6,59,7661,6.85,6.81,4.21 +"18749",1.15,"Very Good","D","VS2",61.4,57,7662,6.7,6.78,4.14 +"18750",1.7,"Ideal","H","SI2",62.9,57,7664,7.59,7.55,4.76 +"18751",1.01,"Good","E","VS1",63.6,57,7665,6.41,6.35,4.06 +"18752",1.01,"Premium","G","VVS2",60.5,60,7665,6.58,6.51,3.96 +"18753",1.01,"Premium","G","VVS2",63,61,7665,6.36,6.34,4 +"18754",1.01,"Good","E","VS1",63.8,55,7665,6.41,6.32,4.06 +"18755",1.01,"Very Good","G","VVS2",63.2,59,7665,6.38,6.34,4.02 +"18756",1.01,"Ideal","E","VS1",62.7,55,7665,6.45,6.4,4.03 +"18757",1.21,"Ideal","G","VS2",62,56,7666,6.77,6.87,4.23 +"18758",1.05,"Very Good","E","VS1",59.8,59,7666,6.57,6.75,3.98 +"18759",1.2,"Good","F","VS2",63.8,60,7666,6.6,6.65,4.23 +"18760",1.17,"Premium","G","VS1",60.6,60,7666,6.81,6.79,4.12 +"18761",1.05,"Very Good","G","VVS2",59.8,60,7667,6.54,6.61,3.93 +"18762",1.14,"Ideal","G","VS2",61.4,56,7667,6.74,6.77,4.15 +"18763",1.07,"Premium","E","VS2",59.3,56,7670,6.71,6.69,3.97 +"18764",1,"Good","D","VS1",62.7,62,7672,6.21,6.23,3.9 +"18765",1.08,"Ideal","E","SI1",61.5,55,7672,6.59,6.62,4.06 +"18766",1.7,"Premium","H","SI2",62.1,56,7673,7.66,7.55,4.72 +"18767",1.22,"Very Good","H","VS1",62.4,59,7673,6.91,6.85,4.29 +"18768",1.35,"Premium","H","SI1",62.4,58,7673,7.03,6.95,4.36 +"18769",1,"Very Good","E","VS1",63,58,7676,6.29,6.38,3.99 +"18770",1.32,"Premium","G","SI1",60.6,58,7676,7.12,7.06,4.3 +"18771",1.53,"Very Good","J","VS1",59.5,60,7677,7.55,7.65,4.52 +"18772",1.03,"Very Good","E","VS1",62.8,55,7677,6.4,6.52,4.06 +"18773",1.03,"Premium","E","VS1",61.4,58,7677,6.52,6.58,4.02 +"18774",1.03,"Premium","E","VS1",59.6,59,7677,6.57,6.59,3.92 +"18775",1.02,"Premium","F","VS1",62.8,58,7677,6.44,6.4,4.03 +"18776",1.02,"Premium","F","VS1",62.7,55,7677,6.43,6.37,4.01 +"18777",1.36,"Premium","E","SI2",61.1,58,7677,7.21,7.13,4.38 +"18778",1.02,"Very Good","D","VS2",63.2,58,7677,6.4,6.36,4.03 +"18779",1.02,"Premium","F","VS1",60.8,59,7677,6.49,6.46,3.94 +"18780",1.53,"Ideal","I","SI2",62.4,58,7678,7.31,7.37,4.58 +"18781",1.51,"Ideal","H","SI1",61.9,57,7678,7.4,7.33,4.56 +"18782",1.04,"Very Good","D","VS2",63.1,54,7679,6.44,6.53,4.09 +"18783",1.06,"Premium","D","VS2",62.3,59,7679,6.52,6.48,4.05 +"18784",1.06,"Premium","F","VS1",58.8,60,7679,6.76,6.68,3.95 +"18785",1.75,"Ideal","H","I1",61.6,56,7680,7.73,7.75,4.77 +"18786",1,"Very Good","G","IF",62.2,61,7682,6.38,6.41,3.98 +"18787",1.02,"Very Good","F","VS1",63.6,60,7682,6.25,6.33,4 +"18788",1.32,"Premium","F","SI1",59.7,60,7683,7.11,7.16,4.26 +"18789",1.08,"Premium","D","VS2",61.2,60,7683,6.61,6.63,4.05 +"18790",1.53,"Premium","F","SI2",60.9,60,7685,7.5,7.37,4.53 +"18791",1.12,"Very Good","G","VS1",62.2,59,7687,6.58,6.61,4.1 +"18792",1.13,"Ideal","G","VS1",61,58,7687,6.71,6.74,4.1 +"18793",1.23,"Ideal","H","VS2",61.7,56,7687,6.92,6.88,4.26 +"18794",1.1,"Ideal","G","VS1",61.3,57,7688,6.66,6.59,4.06 +"18795",1.2,"Ideal","G","VVS2",61.7,57,7688,6.84,6.79,4.2 +"18796",1.26,"Ideal","H","VS1",61.4,56,7691,7.01,6.97,4.29 +"18797",1,"Good","E","VVS2",64.1,57,7692,6.32,6.29,4.04 +"18798",1.51,"Ideal","I","SI2",62.8,54,7693,7.28,7.34,4.59 +"18799",1.54,"Very Good","J","VS2",62.7,60,7695,7.34,7.37,4.61 +"18800",1.61,"Very Good","J","SI1",61.7,60,7695,7.45,7.5,4.61 +"18801",1.06,"Very Good","G","VVS2",62.9,56,7695,6.56,6.6,4.14 +"18802",1.59,"Premium","J","SI1",62.5,60,7695,7.42,7.46,4.65 +"18803",1.71,"Ideal","J","SI2",60.8,57,7695,7.69,7.64,4.66 +"18804",1.51,"Ideal","H","SI1",61.3,57,7695,7.41,7.34,4.52 +"18805",1.51,"Good","F","SI2",64.2,61,7695,7.24,7.19,4.63 +"18806",1.51,"Good","G","SI2",63.7,57,7695,7.28,7.21,4.62 +"18807",1.51,"Premium","G","SI2",62.4,57,7695,7.35,7.29,4.57 +"18808",1.12,"Fair","D","VS2",58.9,59,7696,6.84,6.77,4.01 +"18809",1.03,"Ideal","D","VS2",62,54.8,7697,6.47,6.51,4.02 +"18810",1.05,"Ideal","F","VS2",59.1,57,7697,6.67,6.66,3.94 +"18811",1.06,"Good","F","VS1",58.5,57,7699,6.68,6.73,3.92 +"18812",1.24,"Ideal","H","VS2",60.1,59,7701,6.99,7.03,4.21 +"18813",1.26,"Ideal","H","SI1",62,56,7701,6.92,6.94,4.3 +"18814",1.24,"Ideal","E","SI1",63.5,55,7701,6.86,6.82,4.35 +"18815",1.4,"Very Good","I","VS2",59.2,60,7702,7.35,7.3,4.34 +"18816",1.52,"Fair","D","SI2",56.3,61,7702,7.7,7.62,4.31 +"18817",1.61,"Very Good","J","VS2",61.7,59,7703,7.46,7.51,4.62 +"18818",1.21,"Very Good","E","SI1",62.2,60,7703,6.78,6.76,4.21 +"18819",1.06,"Very Good","F","VS2",61.5,58,7706,6.53,6.57,4.03 +"18820",1.54,"Premium","G","SI2",59.4,60,7707,7.49,7.52,4.46 +"18821",1.03,"Ideal","G","VVS1",61.7,56,7708,6.45,6.56,4 +"18822",1.5,"Very Good","H","SI1",63.4,57,7708,7.27,7.23,4.59 +"18823",1,"Very Good","F","VS1",59.8,58,7710,6.49,6.53,3.89 +"18824",1.26,"Ideal","G","SI1",61.9,56,7711,6.92,6.98,4.3 +"18825",0.9,"Premium","D","VVS1",61.3,59,7711,6.18,6.12,3.77 +"18826",1.7,"Very Good","J","SI1",59.1,61,7713,7.79,7.85,4.62 +"18827",1.3,"Premium","H","VS1",61.5,58,7714,6.96,6.98,4.29 +"18828",1.5,"Good","H","SI2",58.4,62,7714,7.44,7.49,4.36 +"18829",1.27,"Very Good","H","VS2",62.6,57,7715,6.91,6.95,4.34 +"18830",1.5,"Premium","I","SI2",62.8,57,7715,7.34,7.25,4.58 +"18831",1.23,"Premium","D","SI1",62.5,58,7715,6.85,6.79,4.27 +"18832",1.01,"Very Good","F","VVS2",62.5,63,7715,6.41,6.38,4 +"18833",1.12,"Ideal","G","VS1",61.6,55,7716,6.69,6.72,4.13 +"18834",1,"Very Good","D","VS2",63.6,56,7717,6.3,6.35,4.02 +"18835",1.03,"Premium","D","VS2",62.9,59,7718,6.43,6.38,4.03 +"18836",1.13,"Premium","G","VS1",61.6,58,7720,6.76,6.68,4.14 +"18837",1.53,"Ideal","J","SI1",62.2,58,7721,7.35,7.37,4.58 +"18838",1.5,"Good","D","SI2",61.1,64,7722,7.26,7.35,4.46 +"18839",1.5,"Very Good","I","SI1",61.4,62,7722,7.26,7.33,4.48 +"18840",1.4,"Premium","I","VS1",61.6,59,7722,7.22,7.17,4.43 +"18841",1.51,"Very Good","H","SI2",60.8,58,7723,7.4,7.51,4.53 +"18842",1.51,"Very Good","H","SI2",60.4,59,7723,7.27,7.3,4.4 +"18843",1.51,"Good","H","SI2",63.1,60,7723,7.23,7.28,4.58 +"18844",1.02,"Very Good","G","VVS2",62.5,59,7724,6.34,6.42,3.99 +"18845",1,"Very Good","G","VVS1",57.8,59,7725,6.59,6.63,3.82 +"18846",1.03,"Ideal","G","VS2",61.1,57,7726,6.51,6.54,3.99 +"18847",1.01,"Ideal","E","VS1",61.5,57,7727,6.47,6.44,3.97 +"18848",1.5,"Good","F","SI2",62.9,59,7727,7.19,7.32,4.56 +"18849",1.54,"Premium","I","SI2",60.1,61,7727,7.46,7.41,4.47 +"18850",1.54,"Fair","I","SI2",64.6,56,7727,7.3,7.26,4.7 +"18851",1.54,"Premium","I","SI2",59.4,61,7727,7.56,7.49,4.47 +"18852",1.12,"Ideal","F","VS2",61.9,55,7727,6.73,6.68,4.15 +"18853",1.2,"Premium","G","VS2",62.1,61,7728,6.74,6.68,4.17 +"18854",1.5,"Very Good","E","SI2",63.3,57,7728,7.28,7.23,4.59 +"18855",1.22,"Premium","G","VS2",61.2,58,7729,6.81,6.91,4.2 +"18856",1.03,"Premium","G","VVS2",60.4,59,7729,6.58,6.56,3.97 +"18857",1.52,"Ideal","H","SI1",61.5,57,7729,7.39,7.31,4.52 +"18858",1.36,"Premium","G","SI1",60.6,59,7729,7.21,7.17,4.36 +"18859",1.53,"Very Good","J","SI1",61.7,58,7730,7.43,7.47,4.6 +"18860",1.7,"Very Good","J","VS2",63.2,58,7730,7.56,7.5,4.76 +"18861",1.29,"Premium","F","SI1",62.5,60,7730,6.97,6.91,4.34 +"18862",1.17,"Premium","G","SI1",62.6,55,7731,6.75,6.7,4.21 +"18863",1.31,"Premium","H","VS2",59.8,58,7732,7.19,7.09,4.27 +"18864",1.55,"Premium","J","VS1",61.6,58,7733,7.39,7.42,4.56 +"18865",1.57,"Ideal","J","SI1",62.3,57,7737,7.45,7.39,4.62 +"18866",1.51,"Very Good","E","SI2",63.3,58,7737,7.19,7.16,4.54 +"18867",1.5,"Good","F","SI2",62.4,55,7738,7.27,7.34,4.56 +"18868",1.02,"Very Good","E","VS1",60.5,60,7738,6.49,6.54,3.94 +"18869",1.22,"Ideal","H","VS1",60.4,57,7738,6.86,6.89,4.15 +"18870",1.41,"Good","G","SI1",63.7,57,7738,7.13,7.03,4.51 +"18871",1.04,"Ideal","G","VVS1",62.8,56,7738,6.49,6.45,4.06 +"18872",1.64,"Very Good","J","SI1",62.6,59,7739,7.45,7.51,4.68 +"18873",1.02,"Very Good","F","VS1",61.3,58,7740,6.46,6.52,3.98 +"18874",1.11,"Ideal","F","VS2",61.6,57,7740,6.65,6.67,4.1 +"18875",1.52,"Ideal","J","VS1",61.3,55,7740,7.42,7.39,4.54 +"18876",1.01,"Premium","F","VVS1",62.5,58,7741,6.35,6.41,3.99 +"18877",1.72,"Good","J","SI2",63.2,57,7741,7.56,7.6,4.79 +"18878",1.02,"Premium","G","VVS2",62.2,60,7741,6.43,6.39,3.99 +"18879",1.02,"Premium","G","VVS2",62.6,59,7741,6.46,6.41,4.03 +"18880",1.2,"Ideal","G","VS2",62.1,56,7741,6.84,6.78,4.23 +"18881",1.2,"Very Good","G","VS2",63.3,58,7741,6.74,6.66,4.24 +"18882",1.33,"Ideal","H","SI1",60.1,57,7742,7.14,7.2,4.31 +"18883",1,"Very Good","G","VS2",61.1,55,7743,6.44,6.5,3.95 +"18884",1.24,"Ideal","H","VS1",61.6,56,7743,6.95,6.87,4.26 +"18885",1.51,"Very Good","J","VS2",61,58,7744,7.35,7.41,4.5 +"18886",1,"Premium","E","VS1",60.4,59,7744,6.51,6.54,3.94 +"18887",1,"Ideal","G","VVS2",60.8,57,7744,6.45,6.47,3.93 +"18888",1.01,"Ideal","F","VS1",62,57,7745,6.42,6.46,3.99 +"18889",1.61,"Premium","H","SI2",61.4,62,7745,7.54,7.48,4.62 +"18890",1.52,"Fair","I","SI1",64.6,58,7746,7.24,7.21,4.68 +"18891",1.3,"Very Good","H","VS1",61.9,56,7747,6.97,7.05,4.34 +"18892",0.9,"Very Good","E","IF",63.9,55,7747,6.05,6.09,3.88 +"18893",1.07,"Ideal","G","VS1",62.2,56,7748,6.53,6.56,4.07 +"18894",1.64,"Very Good","J","SI2",62,59,7750,7.47,7.52,4.65 +"18895",1.14,"Ideal","G","VS1",60.9,57,7750,6.7,6.82,4.12 +"18896",1.04,"Very Good","E","VS1",63,55,7751,6.45,6.5,4.08 +"18897",1.31,"Ideal","I","VS1",62.2,57,7751,7,7.03,4.36 +"18898",1.07,"Premium","D","VS2",61.3,59,7751,6.61,6.53,4.03 +"18899",1.13,"Premium","D","VS2",61.7,58,7751,6.7,6.65,4.12 +"18900",1.03,"Ideal","F","VS1",59,55,7752,6.67,6.62,3.92 +"18901",1.61,"Premium","H","SI1",62.8,58,7754,7.47,7.4,4.67 +"18902",1.57,"Premium","I","VS2",62.2,58,7755,7.43,7.35,4.59 +"18903",1.42,"Premium","F","SI2",59.7,57,7755,7.33,7.3,4.37 +"18904",1.13,"Ideal","F","VS2",61.8,54,7756,6.72,6.73,4.15 +"18905",1.71,"Premium","J","SI1",61.9,58,7757,7.62,7.56,4.7 +"18906",1.52,"Premium","J","VS2",62,59,7758,7.28,7.31,4.52 +"18907",1.11,"Ideal","G","VS1",62.6,57,7758,6.64,6.59,4.14 +"18908",1.51,"Premium","H","SI1",62.8,60,7759,7.22,7.14,4.51 +"18909",1.52,"Very Good","J","SI1",59.9,57,7759,7.45,7.47,4.47 +"18910",1.3,"Premium","I","IF",61.8,58,7760,7,6.95,4.31 +"18911",1.12,"Premium","F","VS1",61.8,59,7761,6.65,6.75,4.14 +"18912",1.2,"Ideal","D","SI1",62.7,55,7761,6.71,6.79,4.23 +"18913",1.1,"Premium","F","VS1",60.9,61,7762,6.7,6.64,4.06 +"18914",1.05,"Ideal","E","VS1",62.6,57,7762,6.5,6.44,4.05 +"18915",1,"Premium","G","VVS2",61.6,61,7762,6.38,6.35,3.92 +"18916",1.56,"Premium","J","VS2",61.7,58,7763,7.41,7.46,4.59 +"18917",1.52,"Premium","H","SI2",62,58,7764,7.37,7.34,4.56 +"18918",1.51,"Premium","I","SI2",62.7,55,7766,7.37,7.28,4.59 +"18919",1.38,"Ideal","F","SI2",62,58,7767,7.12,7.17,4.43 +"18920",1.07,"Very Good","E","VS1",62,60,7768,6.49,6.58,4.05 +"18921",1.2,"Ideal","H","VS1",62.3,54,7768,6.78,6.86,4.25 +"18922",1.01,"Good","E","VVS2",64.3,58,7769,6.34,6.28,4.06 +"18923",1.77,"Ideal","J","SI2",62,56,7771,7.78,7.74,4.81 +"18924",1.49,"Very Good","G","SI2",62.5,58,7773,7.2,7.26,4.52 +"18925",1.42,"Ideal","J","VVS2",61.9,55,7773,7.19,7.24,4.47 +"18926",1.5,"Very Good","H","SI2",61.3,59,7774,7.38,7.41,4.53 +"18927",1.5,"Very Good","H","SI2",62.3,60,7775,7.28,7.22,4.52 +"18928",1.61,"Very Good","I","SI2",60.9,63,7775,7.54,7.5,4.58 +"18929",1.06,"Ideal","F","VS2",61.1,57,7776,6.6,6.57,4.03 +"18930",1,"Very Good","E","VVS2",61.9,61,7777,6.38,6.42,3.96 +"18931",1.03,"Premium","E","VS1",62.4,58,7778,6.41,6.5,4.03 +"18932",1.02,"Very Good","E","VS1",60.1,59,7779,6.48,6.53,3.91 +"18933",1.59,"Premium","D","SI2",59.4,61,7779,7.62,7.56,4.51 +"18934",1.34,"Premium","G","VS2",61,60,7780,7.13,7.07,4.33 +"18935",1.51,"Ideal","H","SI1",61.7,56,7780,7.25,7.18,4.45 +"18936",1.08,"Ideal","F","VS2",61,57,7781,6.61,6.68,4.06 +"18937",1.12,"Premium","F","VS1",62.1,60,7781,6.62,6.58,4.1 +"18938",1.22,"Ideal","G","VS2",62,55,7783,6.83,6.87,4.25 +"18939",1.01,"Very Good","D","VS1",63.1,56,7785,6.38,6.33,4.01 +"18940",1.26,"Very Good","D","SI1",59.9,59,7785,7.02,7.14,4.24 +"18941",1.01,"Premium","D","VS1",61.1,61,7785,6.46,6.4,3.93 +"18942",1.21,"Good","F","VS2",63.5,55,7786,6.71,6.77,4.28 +"18943",1.21,"Very Good","H","VS1",62.8,54.4,7786,6.78,6.81,4.26 +"18944",1.21,"Very Good","G","VS2",62,58,7787,6.73,6.82,4.2 +"18945",1.06,"Ideal","E","VS2",61.8,55,7788,6.59,6.51,4.05 +"18946",1.21,"Ideal","H","IF",61,57,7789,6.79,6.89,4.17 +"18947",1.06,"Ideal","G","VS1",61.2,56,7790,6.56,6.62,4.03 +"18948",1.29,"Ideal","F","SI1",61.4,61,7790,7,6.97,4.29 +"18949",1.01,"Ideal","D","VS2",62.7,57,7792,6.39,6.36,4 +"18950",1.01,"Ideal","F","VS1",60.7,57,7792,6.52,6.49,3.95 +"18951",1.21,"Ideal","G","VS2",61.2,57,7792,6.9,6.85,4.21 +"18952",1.21,"Premium","G","VS2",61.5,58,7792,6.84,6.81,4.2 +"18953",1.01,"Premium","F","VS1",61.4,60,7792,6.45,6.39,3.94 +"18954",1.05,"Very Good","D","VS2",59.7,58,7794,6.56,6.63,3.94 +"18955",1.2,"Premium","G","VS2",58.2,59,7795,7.04,6.95,4.07 +"18956",1.09,"Ideal","E","VS2",60.6,58,7796,6.66,6.7,4.05 +"18957",1.53,"Very Good","I","SI1",63.1,56,7797,7.32,7.26,4.6 +"18958",1.02,"Premium","G","VVS1",63,58,7797,6.43,6.4,4.04 +"18959",1.19,"Premium","G","VS1",61.2,55,7797,6.86,6.81,4.18 +"18960",1.7,"Premium","I","SI1",59.8,59,7797,7.72,7.7,4.61 +"18961",1.23,"Very Good","D","SI1",59.7,58,7799,6.96,7.02,4.17 +"18962",1.02,"Good","G","VVS2",63.1,59,7800,6.38,6.45,4.05 +"18963",1.24,"Premium","G","VS1",62,59,7800,6.92,6.88,4.28 +"18964",1.29,"Premium","H","VS2",60.7,61,7802,7.1,7.01,4.28 +"18965",1.72,"Ideal","E","I1",62.2,55,7802,7.7,7.67,4.78 +"18966",1.23,"Ideal","H","VS1",60.6,57,7803,6.94,6.98,4.22 +"18967",1.16,"Very Good","F","VS2",60.2,63,7803,6.79,6.7,4.07 +"18968",1.01,"Ideal","G","VVS1",61.7,57,7805,6.42,6.39,3.95 +"18969",1.01,"Ideal","G","VVS2",62.4,59,7806,6.34,6.41,3.98 +"18970",1.21,"Ideal","G","VS2",62,56,7806,6.87,6.77,4.23 +"18971",1.13,"Ideal","G","VS1",61,56.4,7808,6.7,6.75,4.1 +"18972",1.56,"Ideal","J","VS2",62.4,57,7809,7.39,7.46,4.63 +"18973",1.21,"Ideal","H","SI1",60.7,57,7810,6.85,6.89,4.17 +"18974",1.21,"Ideal","H","SI1",60.9,56,7810,6.89,6.94,4.21 +"18975",1.59,"Premium","J","VS2",62.6,59,7811,7.43,7.45,4.66 +"18976",1.21,"Ideal","H","VS1",62.4,53,7811,6.83,6.86,4.27 +"18977",1,"Premium","D","VS1",62.1,55,7812,6.41,6.34,3.96 +"18978",1,"Premium","D","VS1",62.7,54,7812,6.38,6.35,3.99 +"18979",1.51,"Very Good","J","SI1",60.9,59,7812,7.33,7.41,4.49 +"18980",1.12,"Ideal","F","SI1",61.7,56,7812,6.64,6.68,4.11 +"18981",1.5,"Premium","H","SI2",62.2,60,7812,7.29,7.24,4.52 +"18982",1,"Premium","D","VS1",62.7,62,7812,6.23,6.21,3.9 +"18983",1.57,"Very Good","J","VS2",62.6,60,7813,7.34,7.41,4.62 +"18984",1.09,"Ideal","E","VS2",62.1,57,7813,6.62,6.56,4.09 +"18985",1.09,"Premium","E","VS2",61.6,59,7813,6.62,6.54,4.05 +"18986",1.01,"Ideal","G","VS2",62.1,59,7814,6.39,6.43,3.98 +"18987",1.51,"Good","I","SI2",63.6,60,7815,7.23,7.27,4.61 +"18988",1.13,"Very Good","G","VS1",60.7,57,7815,6.68,6.72,4.07 +"18989",1.34,"Premium","H","VS2",62.3,60,7816,7.05,7.02,4.38 +"18990",1.22,"Premium","H","VS1",62.5,59,7816,6.85,6.79,4.26 +"18991",1.03,"Premium","E","VS1",59.6,59,7817,6.59,6.57,3.92 +"18992",1.41,"Premium","F","SI2",62.7,56,7817,7.21,7.15,4.5 +"18993",1.14,"Ideal","F","VS2",61.9,57,7819,6.67,6.7,4.13 +"18994",1.5,"Fair","J","VS1",60.1,61,7819,7.25,7.3,4.37 +"18995",1.09,"Ideal","G","VS1",62.3,55,7820,6.59,6.63,4.12 +"18996",1.01,"Premium","E","VS1",62,59,7821,6.38,6.42,3.97 +"18997",1.01,"Premium","E","VS1",60.8,59,7821,6.42,6.46,3.92 +"18998",1.01,"Premium","G","VVS2",61.9,59,7821,6.41,6.45,3.98 +"18999",1.07,"Ideal","H","VVS2",61.3,57,7821,6.6,6.62,4.05 +"19000",1.51,"Premium","J","SI1",59.9,60,7822,7.46,7.41,4.45 +"19001",1,"Premium","G","IF",62.2,61,7822,6.41,6.38,3.98 +"19002",1,"Premium","G","IF",61.4,59,7822,6.47,6.39,3.95 +"19003",1.51,"Very Good","H","SI2",62.3,58,7823,7.29,7.25,4.53 +"19004",1.11,"Ideal","F","VS2",61.9,55,7823,6.62,6.66,4.11 +"19005",1.08,"Premium","D","VS2",61.2,60,7824,6.63,6.61,4.05 +"19006",1.26,"Ideal","F","SI1",61.4,56,7824,6.99,6.93,4.27 +"19007",1.05,"Good","E","VS1",63.1,59,7826,6.45,6.49,4.08 +"19008",1.21,"Ideal","F","VS2",62.6,55,7826,6.8,6.75,4.24 +"19009",1.21,"Very Good","F","VS2",63.3,58,7826,6.73,6.67,4.24 +"19010",1.21,"Very Good","F","VS2",63.5,58,7826,6.76,6.73,4.28 +"19011",1.12,"Premium","G","VS1",62.2,59,7827,6.61,6.58,4.1 +"19012",1.12,"Ideal","G","VS1",62.2,56,7827,6.71,6.67,4.16 +"19013",1.29,"Good","F","SI1",63.8,60,7828,6.9,6.86,4.39 +"19014",1.57,"Very Good","J","VS2",60.2,59,7832,7.53,7.61,4.56 +"19015",1.57,"Very Good","J","VS2",62.6,59,7832,7.39,7.43,4.64 +"19016",1.5,"Fair","H","SI1",66.1,57,7832,7.06,6.98,4.64 +"19017",1.11,"Premium","F","VS1",59.4,58,7832,6.81,6.75,4.03 +"19018",1.5,"Premium","J","VS1",62,61,7832,7.37,7.24,4.53 +"19019",2.11,"Very Good","G","I1",63.2,57,7834,8.13,8.07,5.12 +"19020",1.01,"Very Good","F","VVS2",60.7,59,7835,6.4,6.46,3.9 +"19021",0.3,"Very Good","E","VS1",63.6,54,620,4.28,4.33,2.74 +"19022",0.27,"Ideal","F","VVS2",61.4,57,620,4.17,4.2,2.57 +"19023",0.27,"Ideal","E","VVS2",60.5,57,620,4.18,4.25,2.55 +"19024",0.27,"Ideal","E","VVS2",61.5,57,620,4.14,4.18,2.56 +"19025",0.27,"Ideal","F","VVS1",61,57,620,4.2,4.22,2.57 +"19026",0.34,"Ideal","H","VS1",62.2,55,620,4.47,4.49,2.79 +"19027",0.32,"Ideal","H","VS1",62.5,55,620,4.36,4.38,2.73 +"19028",0.35,"Good","H","VVS2",60.4,56,620,4.57,4.59,2.77 +"19029",0.3,"Premium","H","VVS1",60.7,58,620,4.35,4.38,2.65 +"19030",0.27,"Very Good","E","VVS2",63.8,54,621,4.06,4.09,2.6 +"19031",0.41,"Very Good","G","SI2",59.6,60,621,4.82,4.85,2.88 +"19032",0.3,"Ideal","E","VS2",61.3,57,621,4.3,4.34,2.65 +"19033",0.3,"Ideal","E","VS2",61.4,56,621,4.33,4.36,2.67 +"19034",0.3,"Ideal","E","VS2",61.7,58,621,4.27,4.29,2.64 +"19035",0.3,"Ideal","E","VS2",62.1,55,621,4.32,4.35,2.69 +"19036",0.3,"Ideal","E","VS2",61.3,58,621,4.3,4.32,2.64 +"19037",0.31,"Ideal","D","VS2",61.3,57,621,4.36,4.41,2.69 +"19038",0.3,"Ideal","F","VS1",61.6,54,621,4.32,4.35,2.67 +"19039",0.3,"Ideal","F","VS1",61.8,53,621,4.32,4.36,2.68 +"19040",0.3,"Ideal","F","VS1",62.5,57,621,4.26,4.28,2.67 +"19041",0.3,"Ideal","F","VS1",61.2,57,621,4.32,4.34,2.65 +"19042",0.3,"Ideal","F","VS1",62.2,56,621,4.31,4.34,2.69 +"19043",0.3,"Good","D","VS2",58.9,62,621,4.33,4.36,2.56 +"19044",0.41,"Good","J","VS1",63.2,59,621,4.67,4.7,2.96 +"19045",0.33,"Very Good","G","VS1",61.6,57,621,4.42,4.51,2.75 +"19046",0.33,"Premium","G","VS1",60.3,58,621,4.5,4.52,2.72 +"19047",0.3,"Very Good","E","VVS2",61.1,62,622,4.28,4.33,2.63 +"19048",0.3,"Very Good","E","VVS2",62.4,58,622,4.28,4.31,2.68 +"19049",0.3,"Very Good","E","VVS2",63.2,56,622,4.23,4.28,2.69 +"19050",0.3,"Very Good","E","VVS2",59.7,57,622,4.37,4.43,2.62 +"19051",1.59,"Very Good","I","SI2",61.6,57,7835,7.51,7.56,4.64 +"19052",1.06,"Ideal","G","VVS2",62.9,56,7836,6.6,6.56,4.14 +"19053",1.02,"Ideal","F","VS1",62.2,57,7836,6.39,6.43,3.99 +"19054",1.59,"Premium","J","SI1",62.5,60,7836,7.46,7.42,4.65 +"19055",1.38,"Very Good","H","SI1",63.2,56,7836,7.08,7.03,4.46 +"19056",1.01,"Premium","E","VS1",62.9,60,7839,6.36,6.32,3.99 +"19057",1.25,"Ideal","F","VS1",62.4,57,7840,6.9,6.83,4.29 +"19058",1.5,"Very Good","J","VVS2",62.8,62,7840,7.22,7.25,4.54 +"19059",1.72,"Ideal","H","SI1",62.2,57,7840,7.65,7.55,4.72 +"19060",1,"Premium","G","VVS2",62.8,59,7840,6.43,6.38,4.02 +"19061",1.51,"Very Good","I","SI2",60,59,7841,7.45,7.52,4.49 +"19062",1.61,"Premium","J","VS2",61.7,59,7844,7.51,7.46,4.62 +"19063",1.26,"Ideal","H","VS1",61.5,59,7845,6.94,6.91,4.26 +"19064",1.01,"Very Good","G","VVS2",60.8,59,7847,6.42,6.5,3.93 +"19065",1.73,"Good","J","SI1",63.8,60,7847,7.57,7.5,4.8 +"19066",1.51,"Ideal","J","VS2",61.7,57,7847,7.44,7.4,4.58 +"19067",1,"Premium","G","VVS1",62.9,53,7848,6.39,6.32,4 +"19068",1.51,"Very Good","E","SI2",61.9,57,7848,7.35,7.41,4.57 +"19069",1.51,"Good","J","VS1",60.6,55,7848,7.3,7.36,4.44 +"19070",1.51,"Premium","J","VS1",62.3,59,7848,7.31,7.34,4.56 +"19071",1.51,"Good","J","VS1",63.5,60,7848,7.23,7.29,4.61 +"19072",1.39,"Premium","G","SI1",61.3,59,7848,7.15,7.24,4.41 +"19073",1.54,"Premium","G","SI2",59.4,60,7848,7.52,7.49,4.46 +"19074",1.54,"Fair","F","SI2",64.4,60,7848,7.26,7.16,4.64 +"19075",1.54,"Ideal","I","VS2",60.7,56,7848,7.51,7.46,4.54 +"19076",1.27,"Premium","H","VS2",61.1,58,7849,6.96,6.88,4.23 +"19077",1,"Ideal","F","VVS2",61.5,55,7849,6.46,6.41,3.96 +"19078",1.22,"Premium","G","VS1",61.6,60,7850,6.85,6.88,4.23 +"19079",1.33,"Ideal","H","VS2",62.6,57,7850,7.02,6.98,4.38 +"19080",1.07,"Ideal","F","VS1",62.1,55,7850,6.58,6.56,4.08 +"19081",1.04,"Premium","D","VS2",61.1,60,7852,6.51,6.48,3.97 +"19082",2.5,"Fair","G","I1",64.7,57,7854,8.48,8.44,5.47 +"19083",1.3,"Premium","H","VS1",61.5,58,7855,6.98,6.96,4.29 +"19084",1.74,"Premium","I","SI2",62.2,58,7858,7.65,7.61,4.75 +"19085",1.07,"Ideal","G","VS1",62.1,57,7858,6.48,6.57,4.05 +"19086",1.53,"Ideal","I","SI2",62.4,54,7859,7.34,7.41,4.6 +"19087",1.02,"Very Good","G","VVS1",62.1,59,7861,6.36,6.39,3.96 +"19088",1.02,"Good","G","VVS1",63.6,58,7861,6.37,6.4,4.06 +"19089",1.53,"Very Good","H","SI1",63.1,56,7862,7.32,7.27,4.6 +"19090",1.5,"Good","D","SI2",61.1,64,7862,7.35,7.26,4.46 +"19091",1.56,"Good","H","SI1",63.7,57,7862,7.34,7.25,4.65 +"19092",1.8,"Ideal","D","SI2",62.9,54,7862,7.77,7.74,4.88 +"19093",1.08,"Very Good","G","VVS2",63.1,56,7862,6.58,6.51,4.13 +"19094",1.01,"Premium","F","VS1",58.8,60,7862,6.59,6.51,3.85 +"19095",1.01,"Premium","G","VVS2",60.7,58,7862,6.52,6.49,3.95 +"19096",1.11,"Good","D","VS2",63.2,57,7863,6.61,6.64,4.18 +"19097",1.51,"Premium","H","SI2",62.5,57,7864,7.36,7.26,4.57 +"19098",1.51,"Premium","H","SI2",60.4,59,7864,7.3,7.27,4.4 +"19099",1.19,"Premium","H","VS1",61.9,59,7864,6.83,6.75,4.2 +"19100",1.2,"Premium","F","VS2",60.1,57,7865,6.82,6.76,4.08 +"19101",1.52,"Very Good","I","SI2",59.8,62,7866,7.41,7.47,4.45 +"19102",1.2,"Ideal","H","VS1",62.1,57,7869,6.77,6.82,4.22 +"19103",1.01,"Ideal","F","VS1",61.1,59,7870,6.46,6.5,3.96 +"19104",1.22,"Ideal","H","SI1",61.9,55,7870,6.82,6.87,4.24 +"19105",1.22,"Premium","G","VS2",61.2,58,7870,6.91,6.81,4.2 +"19106",1.13,"Premium","G","VVS2",61.4,58,7875,6.68,6.73,4.12 +"19107",1.51,"Good","F","SI2",62.9,55,7875,7.22,7.28,4.56 +"19108",1.03,"Ideal","G","VVS2",61.6,57,7876,6.48,6.51,4 +"19109",1.54,"Very Good","E","SI2",59,62,7877,7.56,7.59,4.47 +"19110",1,"Very Good","D","VS1",62.7,60,7877,6.31,6.36,3.97 +"19111",1.21,"Very Good","F","SI1",60.2,60,7877,6.92,6.96,4.18 +"19112",1.2,"Ideal","I","VVS2",61.5,56,7877,6.79,6.84,4.19 +"19113",1.05,"Premium","F","VS1",61,58,7879,6.6,6.55,4.01 +"19114",1.03,"Ideal","G","VS1",61.8,56,7880,6.46,6.51,4.01 +"19115",1.18,"Premium","G","VVS2",61,58,7881,6.79,6.84,4.16 +"19116",1.23,"Ideal","I","VS1",61.1,57,7881,6.88,6.9,4.21 +"19117",1.01,"Premium","F","VVS1",62.5,58,7882,6.41,6.35,3.99 +"19118",1.01,"Very Good","G","VVS2",63.3,57,7885,6.31,6.36,4.01 +"19119",1,"Ideal","G","VVS2",59.8,54,7885,6.58,6.54,3.92 +"19120",1,"Ideal","G","VVS2",60.8,57,7885,6.47,6.45,3.93 +"19121",1,"Premium","E","VS1",61.4,59,7885,6.44,6.42,3.95 +"19122",1.33,"Ideal","I","VVS2",62.2,56,7887,7.01,7.04,4.37 +"19123",1.01,"Ideal","F","VS1",62,57,7887,6.46,6.42,3.99 +"19124",1.5,"Very Good","H","SI2",63,58,7888,7.2,7.25,4.55 +"19125",0.83,"Very Good","D","IF",59.7,53,7889,6.14,6.23,3.69 +"19126",1.51,"Very Good","I","SI1",63.1,56,7891,7.28,7.33,4.61 +"19127",1.39,"Very Good","I","VS1",62.2,57,7893,7.17,7.1,4.44 +"19128",1.34,"Ideal","F","SI1",61.7,55,7893,7.07,7.13,4.38 +"19129",1.5,"Good","H","SI2",63.4,59,7897,7.2,7.25,4.58 +"19130",1.02,"Ideal","G","VVS2",61.1,57,7898,6.48,6.51,3.97 +"19131",1.52,"Premium","J","VS2",62,59,7899,7.31,7.28,4.52 +"19132",1.06,"Very Good","E","VS1",63,58,7900,6.46,6.49,4.08 +"19133",1.06,"Ideal","G","VVS2",61,57,7900,6.55,6.57,4 +"19134",1.23,"Ideal","H","VS2",62.8,56,7900,6.76,6.84,4.27 +"19135",1.01,"Ideal","E","VS2",60.4,58,7900,6.49,6.52,3.93 +"19136",1.65,"Very Good","J","SI1",61.7,56,7903,7.61,7.66,4.71 +"19137",1.6,"Premium","J","VS1",62.6,59,7903,7.51,7.4,4.66 +"19138",1.26,"Premium","D","SI1",59.5,59,7903,7.13,7.06,4.22 +"19139",1.2,"Ideal","D","SI1",62.7,55,7903,6.79,6.71,4.23 +"19140",1.12,"Premium","F","VS1",61.8,59,7903,6.75,6.65,4.14 +"19141",1.12,"Premium","F","VS1",61.2,58,7903,6.72,6.68,4.1 +"19142",1.56,"Premium","J","VS2",61.7,58,7904,7.46,7.41,4.59 +"19143",1.21,"Very Good","G","VS2",59.5,58,7906,6.96,7.03,4.16 +"19144",1.6,"Very Good","I","SI2",62.2,59,7906,7.42,7.46,4.63 +"19145",1.03,"Ideal","F","VS1",61.5,56,7906,6.47,6.53,4 +"19146",1.52,"Premium","H","SI2",62,58,7906,7.37,7.34,4.56 +"19147",1.2,"Very Good","D","SI1",62.6,59,7909,6.71,6.75,4.21 +"19148",1.07,"Premium","E","VS1",62,60,7909,6.58,6.49,4.05 +"19149",1.26,"Very Good","G","SI1",63.3,58,7910,6.88,6.84,4.34 +"19150",1.55,"Premium","J","VS2",60.7,59,7911,7.47,7.5,4.54 +"19151",1.67,"Very Good","J","SI1",62.3,59,7911,7.59,7.63,4.74 +"19152",1.21,"Good","F","VS2",63.7,58,7911,6.67,6.71,4.26 +"19153",1.5,"Fair","I","SI1",56.7,63,7912,7.52,7.57,4.28 +"19154",1.01,"Good","F","VVS2",62.7,61,7915,6.3,6.34,3.96 +"19155",1.51,"Very Good","D","SI2",63.2,59,7915,7.25,7.18,4.56 +"19156",1.19,"Ideal","D","VS2",60.4,56,7916,6.87,6.93,4.17 +"19157",1.02,"Ideal","F","VS1",61.5,56,7916,6.47,6.5,3.99 +"19158",1.11,"Ideal","G","VS1",62.1,57,7917,6.61,6.63,4.11 +"19159",1.11,"Ideal","G","VS1",61.6,56,7917,6.64,6.67,4.1 +"19160",1.08,"Ideal","F","VS2",62.3,54,7917,6.6,6.56,4.1 +"19161",1,"Fair","E","VVS2",65.4,56,7918,6.28,6.2,4.08 +"19162",1.35,"Premium","H","VS2",61.5,58,7918,7.09,7.15,4.38 +"19163",1.03,"Premium","E","VS1",62.4,58,7919,6.5,6.41,4.03 +"19164",1.2,"Ideal","G","SI1",61.2,56,7920,6.87,6.88,4.21 +"19165",1.84,"Premium","H","SI2",61,58,7922,7.97,7.87,4.81 +"19166",1.22,"Ideal","G","VS2",62,55,7923,6.83,6.91,4.26 +"19167",1.63,"Ideal","H","SI2",62.4,57,7923,7.59,7.52,4.71 +"19168",1.08,"Ideal","F","VS2",61,57,7923,6.68,6.61,4.06 +"19169",1.25,"Premium","D","SI1",62.4,58,7924,6.89,6.83,4.28 +"19170",1.08,"Ideal","G","VS1",62.4,55,7925,6.57,6.63,4.12 +"19171",1.17,"Ideal","F","VS2",61.8,55,7927,6.74,6.81,4.19 +"19172",1.28,"Very Good","E","SI1",59.8,59.1,7927,6.99,7.05,4.21 +"19173",1.21,"Very Good","F","VS2",63.5,55,7928,6.77,6.71,4.28 +"19174",1.14,"Very Good","D","VS2",58.7,60,7928,6.82,6.88,4.02 +"19175",1.43,"Fair","E","SI1",65.1,56,7928,7.1,7.03,4.61 +"19176",1.21,"Ideal","H","VS1",62.8,54,7928,6.81,6.78,4.26 +"19177",1.51,"Good","H","SI2",62.8,60,7929,7.22,7.26,4.55 +"19178",1.2,"Ideal","G","VS2",61.9,57,7930,6.86,6.83,4.24 +"19179",1.46,"Premium","G","SI2",59.5,59,7931,7.34,7.29,4.35 +"19180",1.74,"Premium","H","SI1",62.1,59,7932,7.69,7.63,4.76 +"19181",1.52,"Good","G","SI2",63.1,58,7933,7.21,7.3,4.58 +"19182",1.06,"Ideal","G","VVS2",61.6,56.3,7934,6.53,6.56,4.03 +"19183",1.01,"Ideal","G","VVS2",60.9,54,7934,6.5,6.53,3.97 +"19184",2.2,"Fair","I","I1",66.3,56,7934,8.05,8,5.32 +"19185",1.5,"Ideal","G","SI2",61.5,57,7936,7.33,7.39,4.53 +"19186",1.27,"Ideal","H","VS2",62.9,54,7937,6.88,6.92,4.34 +"19187",1.21,"Ideal","I","VVS2",61.3,56,7938,6.83,6.87,4.2 +"19188",1.37,"Very Good","I","VS1",61.8,57,7939,7.09,7.14,4.4 +"19189",1.01,"Ideal","G","VVS2",62.5,56,7941,6.38,6.41,4 +"19190",1.42,"Ideal","J","VS2",61.7,56,7942,7.22,7.27,4.47 +"19191",1.02,"Very Good","G","VVS2",63.1,59,7942,6.45,6.38,4.05 +"19192",1.65,"Very Good","J","SI1",61.5,58,7943,7.49,7.62,4.65 +"19193",1.59,"Ideal","J","SI1",61.3,57,7943,7.43,7.52,4.58 +"19194",1.33,"Premium","H","VS2",62.6,58,7943,7.07,7.01,4.41 +"19195",1,"Very Good","G","VVS1",60.7,58,7945,6.46,6.53,3.94 +"19196",1.23,"Ideal","H","VS1",62.1,54,7946,6.87,6.89,4.27 +"19197",1.25,"Premium","G","VS2",61.2,57,7948,6.95,6.91,4.24 +"19198",1.14,"Ideal","G","VS1",62.3,56,7948,6.73,6.7,4.18 +"19199",1.51,"Good","H","VS2",63.8,56,7949,7.24,7.17,4.6 +"19200",1,"Very Good","G","VVS2",62.7,57,7950,6.32,6.37,3.98 +"19201",1.56,"Premium","F","SI2",58.8,59,7950,7.76,7.61,4.52 +"19202",1.56,"Fair","G","SI2",64.8,59,7950,7.38,7.19,4.72 +"19203",1.56,"Fair","I","SI1",64.6,62,7950,7.26,7.23,4.68 +"19204",1.04,"Ideal","G","VS1",61.7,56,7951,6.47,6.52,4.01 +"19205",1.37,"Premium","G","VS2",61.6,59,7951,7.11,7.04,4.36 +"19206",1.51,"Very Good","J","VS1",63.7,55,7953,7.16,7.28,4.6 +"19207",1.04,"Premium","G","VVS2",61.8,58,7953,6.47,6.51,4.01 +"19208",1.59,"Premium","J","VS2",62.6,59,7953,7.45,7.43,4.66 +"19209",1.07,"Premium","D","VS2",60.9,59,7954,6.63,6.58,4.02 +"19210",1.21,"Ideal","H","VVS2",60.4,57,7954,6.9,6.93,4.18 +"19211",1.01,"Good","D","VS1",63.1,59,7955,6.34,6.37,4.01 +"19212",1.05,"Ideal","F","VS1",62.1,56,7955,6.54,6.59,4.08 +"19213",1.21,"Ideal","E","SI1",62.1,56,7955,6.83,6.88,4.26 +"19214",1.5,"Premium","I","SI1",62.3,57,7955,7.28,7.22,4.52 +"19215",1.41,"Very Good","H","SI1",62.9,57,7956,7.04,7.08,4.44 +"19216",1.25,"Very Good","F","SI1",61.4,56,7956,6.91,6.94,4.25 +"19217",1.51,"Good","I","SI2",63.6,60,7957,7.27,7.23,4.61 +"19218",2.01,"Good","H","I1",61.7,63,7959,7.91,7.94,4.89 +"19219",1.02,"Fair","F","VVS1",64.6,59,7960,6.31,6.26,4.06 +"19220",1.09,"Ideal","G","VS2",62.2,55,7961,6.61,6.65,4.13 +"19221",1.16,"Premium","G","VS1",61.9,58,7962,6.72,6.76,4.17 +"19222",1.58,"Premium","E","SI2",61,60,7963,7.54,7.51,4.59 +"19223",1.3,"Very Good","E","SI1",59.1,60,7963,7.12,7.17,4.22 +"19224",1.01,"Premium","G","VVS2",61.9,59,7964,6.45,6.41,3.98 +"19225",1.01,"Premium","E","VS1",60.8,59,7964,6.46,6.42,3.92 +"19226",1.01,"Premium","E","VS1",62.9,61,7964,6.39,6.33,4 +"19227",1.01,"Premium","E","VS1",62,59,7964,6.42,6.38,3.97 +"19228",1.34,"Very Good","H","VS2",61.4,58,7965,7.13,7.07,4.36 +"19229",1.05,"Ideal","D","VS2",61.7,59,7965,6.5,6.53,4.02 +"19230",1,"Ideal","D","VS1",62.4,55,7966,6.4,6.43,4 +"19231",1.53,"Ideal","I","VS1",62.9,57,7968,7.36,7.3,4.61 +"19232",1.05,"Very Good","E","VS1",63.1,59,7969,6.49,6.45,4.08 +"19233",1.12,"Ideal","G","VS1",61.5,55,7970,6.67,6.69,4.11 +"19234",1.53,"Very Good","I","SI1",63.3,58,7971,7.26,7.31,4.61 +"19235",1.5,"Fair","G","SI2",64.7,55,7972,7.16,7.13,4.62 +"19236",1.55,"Premium","I","SI2",58.5,60,7972,7.64,7.58,4.45 +"19237",1.17,"Good","G","VS1",60,64,7972,6.82,6.77,4.08 +"19238",1.01,"Very Good","G","IF",60,61,7974,6.41,6.45,3.86 +"19239",1.01,"Very Good","G","IF",63,60,7974,6.31,6.35,3.99 +"19240",1.07,"Very Good","G","VVS2",62.8,57,7975,6.46,6.56,4.09 +"19241",1.57,"Premium","I","SI2",62.4,58,7976,7.41,7.37,4.61 +"19242",1.15,"Very Good","D","VS1",62.9,54,7978,6.72,6.69,4.22 +"19243",1.09,"Ideal","E","VS2",62.4,55,7978,6.55,6.6,4.1 +"19244",1.59,"Ideal","I","SI2",61.6,57,7978,7.56,7.51,4.64 +"19245",1,"Ideal","G","VVS2",62.8,57,7979,6.37,6.43,4.02 +"19246",1.37,"Ideal","H","VS1",63.8,56,7979,7.01,6.98,4.46 +"19247",1.5,"Good","D","SI1",56.6,64,7980,7.51,7.43,4.23 +"19248",1.27,"Premium","E","SI1",60.9,59,7980,7.03,6.97,4.26 +"19249",1.01,"Premium","F","VS1",61.2,59,7982,6.48,6.42,3.95 +"19250",1.33,"Premium","H","VS2",60.7,59,7982,7.08,7.13,4.31 +"19251",1.32,"Ideal","F","VS2",62.3,57,7983,7.06,6.97,4.37 +"19252",1.2,"Very Good","G","VS2",62.2,57,7983,6.75,6.78,4.21 +"19253",1.6,"Ideal","H","VS2",61.5,56,7983,7.57,7.52,4.64 +"19254",1.5,"Premium","J","VVS2",62.8,62,7983,7.25,7.22,4.54 +"19255",1.3,"Very Good","G","SI1",61,57,7985,7.01,7.06,4.29 +"19256",1.24,"Ideal","G","VVS2",61.9,56,7986,6.87,6.83,4.24 +"19257",1.39,"Premium","H","SI1",62.7,58,7986,7.15,7.08,4.46 +"19258",1.55,"Ideal","J","SI1",61.7,54,7987,7.42,7.55,4.62 +"19259",1.55,"Ideal","J","SI1",61.7,54,7987,7.47,7.5,4.62 +"19260",1.23,"Ideal","G","VS2",61.5,54,7988,6.89,6.92,4.25 +"19261",1.51,"Premium","I","SI1",61.8,60,7989,7.23,7.3,4.49 +"19262",1.19,"Very Good","G","VS1",59.1,58,7989,6.96,7.05,4.14 +"19263",1.52,"Ideal","I","SI2",62.5,58,7990,7.29,7.33,4.57 +"19264",1.51,"Ideal","H","SI2",62.3,58,7990,7.27,7.33,4.55 +"19265",1.53,"Very Good","H","SI2",61.4,60,7991,7.36,7.43,4.54 +"19266",1.51,"Very Good","J","VS1",63.5,60,7991,7.29,7.23,4.61 +"19267",1.39,"Premium","G","SI1",61.3,59,7991,7.24,7.15,4.41 +"19268",1.09,"Very Good","G","VS1",59.9,56,7992,6.74,6.81,4.06 +"19269",1.09,"Ideal","G","VS1",61.7,54,7992,6.65,6.7,4.12 +"19270",1.21,"Ideal","G","VS2",61.9,55,7996,6.9,6.84,4.25 +"19271",1.21,"Ideal","G","VS2",61.1,57,7996,6.95,6.85,4.22 +"19272",1.21,"Premium","G","VS2",62.2,58,7996,6.85,6.81,4.25 +"19273",1.15,"Ideal","G","VS1",61.9,56,7999,6.71,6.73,4.16 +"19274",1.34,"Ideal","H","VS2",60.8,55,7999,7.18,7.12,4.35 +"19275",1.37,"Ideal","I","VS2",61.6,55,8000,7.13,7.16,4.4 +"19276",1.57,"Premium","F","SI2",60.2,60,8001,7.49,7.43,4.49 +"19277",1.52,"Fair","H","SI1",65.3,58,8001,7.14,7.1,4.65 +"19278",1.52,"Premium","H","VS2",61,61,8001,7.45,7.38,4.52 +"19279",1.21,"Ideal","G","VS2",61.8,57,8001,6.83,6.79,4.21 +"19280",1,"Very Good","G","IF",58.3,62,8002,6.51,6.57,3.81 +"19281",1.06,"Premium","G","VVS2",59.6,58,8003,6.61,6.65,3.95 +"19282",1.23,"Premium","H","VVS2",62.8,56,8004,6.9,6.82,4.31 +"19283",1.02,"Good","G","VVS1",63.6,58,8005,6.4,6.37,4.06 +"19284",1.02,"Premium","G","VVS1",62.1,59,8005,6.39,6.36,3.96 +"19285",1.11,"Very Good","D","VS2",63.2,57,8006,6.64,6.61,4.18 +"19286",1,"Very Good","F","VVS1",63,56,8008,6.32,6.37,4 +"19287",1,"Premium","G","VVS1",62.1,59,8008,6.29,6.4,3.94 +"19288",1,"Ideal","D","VS2",62.2,54,8008,6.45,6.42,4 +"19289",1.51,"Fair","H","SI1",66.5,56,8010,7.03,6.99,4.66 +"19290",1.52,"Premium","I","SI2",59.8,62,8010,7.47,7.41,4.45 +"19291",1.02,"Good","F","VS1",62.6,54.3,8011,6.41,6.45,4.02 +"19292",1.02,"Ideal","F","VS1",61,56,8011,6.49,6.52,3.97 +"19293",1.02,"Ideal","E","VS1",62.2,54,8011,6.44,6.46,4.01 +"19294",1.04,"Ideal","G","VVS2",62.1,55.1,8012,6.5,6.51,4.04 +"19295",1.67,"Good","J","SI1",58.8,61,8013,7.71,7.73,4.54 +"19296",1.5,"Very Good","J","VS1",62.2,58,8014,7.19,7.27,4.5 +"19297",1.22,"Ideal","H","VVS2",61.8,57,8014,6.85,6.89,4.25 +"19298",1.22,"Ideal","H","VVS2",62.2,56,8014,6.83,6.87,4.26 +"19299",1.22,"Ideal","H","VVS2",62.7,54,8014,6.77,6.83,4.27 +"19300",1.07,"Premium","E","VS1",59.7,61,8015,6.69,6.64,3.98 +"19301",1.01,"Premium","G","VVS2",61.2,58,8016,6.45,6.49,3.96 +"19302",1.14,"Ideal","F","VS2",61.4,56,8017,6.73,6.78,4.14 +"19303",1.15,"Premium","F","VS1",62.7,58,8018,6.72,6.67,4.2 +"19304",1.42,"Good","E","SI2",60.1,61,8019,7.32,7.42,4.43 +"19305",1.13,"Premium","G","VVS2",61.4,58,8019,6.73,6.68,4.12 +"19306",1.65,"Very Good","H","SI2",63.4,59,8020,7.53,7.49,4.76 +"19307",1.1,"Very Good","G","VVS1",61.5,57,8020,6.61,6.66,4.08 +"19308",1.21,"Ideal","G","VS1",62.5,55,8020,6.79,6.8,4.25 +"19309",1.03,"Ideal","G","VVS2",61.6,57,8020,6.51,6.48,4 +"19310",1,"Premium","D","VS1",62.7,60,8020,6.36,6.31,3.97 +"19311",1.54,"Premium","E","SI2",59,62,8020,7.59,7.56,4.47 +"19312",1.53,"Ideal","I","SI2",61.4,58,8021,7.4,7.42,4.55 +"19313",1.05,"Ideal","G","VS1",61.2,57,8022,6.51,6.55,4 +"19314",1.02,"Ideal","F","VS1",61.2,57,8024,6.45,6.52,3.98 +"19315",1.61,"Premium","F","SI1",62.9,59,8024,7.5,7.43,4.69 +"19316",1.18,"Premium","G","VVS2",61,58,8025,6.84,6.79,4.16 +"19317",1.01,"Ideal","G","VVS2",61.1,57,8029,6.49,6.54,3.98 +"19318",1.01,"Ideal","G","VVS2",60.9,56,8029,6.51,6.55,3.98 +"19319",1.41,"Ideal","H","SI2",62,56,8030,7.17,7.24,4.47 +"19320",1.2,"Premium","G","VS2",62.3,56,8030,6.8,6.68,4.2 +"19321",1.2,"Very Good","G","VS2",63.5,57,8032,6.76,6.66,4.26 +"19322",1.2,"Good","G","VS2",57.8,59,8032,7.06,7,4.06 +"19323",1.2,"Very Good","G","VS2",63.1,57,8032,6.74,6.69,4.24 +"19324",1.51,"Premium","H","SI2",61.4,60,8033,7.37,7.31,4.51 +"19325",1.51,"Premium","F","SI1",62,57,8033,7.36,7.28,4.54 +"19326",1.51,"Ideal","J","VS2",61.1,57,8033,7.36,7.3,4.48 +"19327",1.01,"Ideal","G","VVS2",62.2,56,8034,6.41,6.46,4 +"19328",1.19,"Ideal","G","VS1",61.9,55,8034,6.81,6.87,4.22 +"19329",1.53,"Ideal","H","SI2",62.4,58,8034,7.32,7.38,4.59 +"19330",1.57,"Ideal","J","SI1",62,55.6,8035,7.43,7.47,4.62 +"19331",1.25,"Ideal","H","VVS2",60.6,57,8036,7,6.97,4.23 +"19332",2,"Fair","I","SI2",66.8,55,8037,7.75,7.71,5.16 +"19333",1.38,"Ideal","H","VS1",63.6,56,8037,7.05,7,4.47 +"19334",1.16,"Ideal","D","VS2",62.1,57,8038,6.7,6.73,4.17 +"19335",1.2,"Very Good","H","VS1",60.2,57,8039,6.88,6.95,4.16 +"19336",1.5,"Very Good","J","VS1",61.7,58,8039,7.29,7.33,4.51 +"19337",1.2,"Ideal","H","VS1",61.1,58,8039,6.84,6.88,4.19 +"19338",1.26,"Very Good","G","VS2",63.3,57,8040,6.88,6.93,4.37 +"19339",1.2,"Ideal","G","VS2",62.4,54.7,8040,6.79,6.85,4.25 +"19340",3.01,"Premium","I","I1",62.7,58,8040,9.1,8.97,5.67 +"19341",1.02,"Ideal","G","VVS2",61.1,57,8042,6.51,6.48,3.97 +"19342",1.5,"Good","G","SI2",64.3,57,8043,7.2,7.29,4.66 +"19343",1.06,"Premium","E","VS1",63,58,8044,6.49,6.46,4.08 +"19344",1.06,"Ideal","G","VVS2",61,57,8044,6.57,6.55,4 +"19345",1.5,"Fair","H","VS1",64.8,55,8044,7.25,7.2,4.68 +"19346",1.7,"Premium","I","SI1",61.6,56,8044,7.65,7.55,4.68 +"19347",3,"Fair","H","I1",67.1,57,8044,8.93,8.84,5.97 +"19348",1.56,"Good","I","SI2",58.5,61,8048,7.58,7.63,4.45 +"19349",1.88,"Good","J","SI2",57.9,59,8048,8.16,8.11,4.71 +"19350",1.51,"Very Good","J","SI1",63.1,55,8049,7.25,7.32,4.6 +"19351",0.3,"Ideal","E","VVS2",60.7,57,622,4.36,4.41,2.66 +"19352",0.31,"Ideal","E","VS2",61.8,56,622,4.35,4.37,2.69 +"19353",0.3,"Ideal","E","VS2",62.2,57,622,4.26,4.32,2.67 +"19354",0.4,"Ideal","G","SI2",61.9,54,622,4.75,4.8,2.94 +"19355",0.3,"Good","E","VVS2",63,58,622,4.27,4.34,2.71 +"19356",0.3,"Good","E","VVS2",61.1,61,622,4.32,4.36,2.65 +"19357",0.3,"Good","E","VVS2",59.5,59,622,4.35,4.39,2.6 +"19358",0.27,"Very Good","E","VVS2",63,56,622,4.12,4.14,2.6 +"19359",0.27,"Ideal","D","VVS1",62.2,56,622,4.12,4.15,2.57 +"19360",0.27,"Very Good","D","VVS2",62.3,57,622,4.13,4.15,2.58 +"19361",0.27,"Ideal","E","VVS2",61.8,57,622,4.12,4.16,2.56 +"19362",0.27,"Ideal","E","VVS2",62.2,55,622,4.12,4.17,2.58 +"19363",0.27,"Ideal","D","VVS1",61.9,57,622,4.15,4.18,2.58 +"19364",0.27,"Ideal","E","VVS2",62.1,57,622,4.13,4.15,2.57 +"19365",0.27,"Very Good","E","VVS2",59,59,622,4.24,4.27,2.51 +"19366",0.4,"Very Good","D","SI2",63,59,622,4.64,4.69,2.94 +"19367",0.4,"Good","D","SI2",63.1,57,622,4.72,4.75,2.99 +"19368",0.4,"Good","E","SI2",63.9,57,622,4.65,4.71,2.99 +"19369",0.4,"Good","D","SI2",63.4,59,622,4.67,4.7,2.97 +"19370",0.4,"Good","D","SI2",63.8,54,622,4.7,4.73,3.01 +"19371",0.27,"Ideal","D","VVS2",62.6,56,622,4.13,4.15,2.59 +"19372",0.27,"Ideal","E","VVS2",62.5,57,622,4.1,4.13,2.57 +"19373",0.27,"Ideal","E","VVS1",62.3,56,622,4.15,4.17,2.59 +"19374",0.27,"Very Good","D","VVS2",62.2,59,622,4.08,4.12,2.55 +"19375",0.27,"Premium","E","VVS1",60.6,58,622,4.18,4.2,2.54 +"19376",0.27,"Ideal","E","VVS2",62,55,622,4.12,4.14,2.56 +"19377",0.4,"Good","D","SI2",63.1,56,622,4.65,4.67,2.94 +"19378",0.4,"Good","E","SI2",63.1,57,622,4.7,4.72,2.97 +"19379",0.4,"Good","E","SI2",63.5,56,622,4.68,4.71,2.98 +"19380",0.4,"Good","D","SI2",63.9,53,622,4.68,4.71,3 +"19381",1.51,"Ideal","J","SI1",61.4,57,8049,7.38,7.43,4.55 +"19382",1.51,"Very Good","F","SI2",63.4,58,8050,7.29,7.22,4.6 +"19383",1.13,"Ideal","G","VS1",61.5,56,8051,6.71,6.73,4.13 +"19384",1.47,"Very Good","J","VVS2",62.6,60,8055,7.17,7.24,4.51 +"19385",1.55,"Premium","J","VS2",60.7,59,8055,7.5,7.47,4.54 +"19386",1.55,"Ideal","I","SI2",60.7,60,8056,7.49,7.46,4.54 +"19387",1.2,"Premium","G","VS1",62.4,59,8056,6.73,6.69,4.19 +"19388",1.2,"Premium","G","VS1",62.5,59,8056,6.72,6.64,4.19 +"19389",1.09,"Premium","F","VS1",60.9,58,8057,6.63,6.67,4.05 +"19390",1.51,"Very Good","J","VS1",61.4,57,8057,7.3,7.38,4.51 +"19391",1.58,"Very Good","J","SI1",61.6,57,8057,7.47,7.54,4.62 +"19392",1.09,"Ideal","G","VVS2",61.5,55,8057,6.66,6.61,4.08 +"19393",1.5,"Very Good","H","SI1",62.9,56,8058,7.24,7.33,4.58 +"19394",1.53,"Premium","J","VS1",60.1,59,8058,7.47,7.51,4.5 +"19395",1.53,"Very Good","J","VS1",62.8,59,8058,7.31,7.34,4.6 +"19396",1.1,"Ideal","G","VS1",62,58,8060,6.59,6.64,4.1 +"19397",1.16,"Ideal","G","VS2",62.5,55,8061,6.75,6.69,4.2 +"19398",1.02,"Ideal","F","VS1",61.5,56,8061,6.5,6.47,3.99 +"19399",1.35,"Premium","H","VS2",62.2,56,8062,7.13,7.08,4.42 +"19400",1.22,"Premium","G","VS2",61.1,56,8062,6.94,6.85,4.21 +"19401",1.22,"Ideal","G","VS2",62,57,8062,6.88,6.83,4.25 +"19402",1.53,"Ideal","I","SI2",63.7,58,8062,7.31,7.27,4.64 +"19403",1.35,"Premium","H","VS2",61.5,58,8062,7.15,7.09,4.38 +"19404",1.53,"Ideal","I","SI2",61.3,59,8062,7.42,7.39,4.54 +"19405",1.12,"Ideal","F","VS2",61.2,56,8063,6.67,6.73,4.11 +"19406",1.24,"Very Good","G","VS2",59.1,59,8064,7.02,7.08,4.17 +"19407",2,"Fair","H","I1",66.8,57,8064,7.81,7.72,5.19 +"19408",1.25,"Premium","G","VS2",61.9,58,8064,6.91,6.85,4.26 +"19409",1.5,"Premium","E","SI2",61.5,59,8064,7.3,7.23,4.47 +"19410",1.01,"Premium","D","VVS2",62.2,59,8065,6.36,6.3,3.94 +"19411",1.22,"Ideal","G","VS2",62,55,8067,6.91,6.83,4.26 +"19412",1.51,"Ideal","J","VS1",61.6,58,8067,7.35,7.43,4.55 +"19413",1.22,"Premium","G","VS2",60.9,57,8067,6.94,6.89,4.21 +"19414",1.43,"Very Good","H","SI1",62.8,58,8069,7.08,7.13,4.46 +"19415",1.55,"Premium","I","SI2",58.2,59,8069,7.73,7.63,4.47 +"19416",1.24,"Ideal","H","VVS2",62,56,8069,6.92,6.86,4.27 +"19417",1.12,"Very Good","G","VVS1",58.9,60,8072,6.78,6.91,4.03 +"19418",1.17,"Ideal","F","VS2",61.8,55,8072,6.81,6.74,4.19 +"19419",1.24,"Very Good","E","SI1",61.7,59,8073,6.85,6.89,4.24 +"19420",1.51,"Very Good","I","SI1",61.4,60,8073,7.37,7.33,4.51 +"19421",1.12,"Ideal","F","VS2",62.6,56,8074,6.59,6.63,4.14 +"19422",1.51,"Premium","H","SI2",62.8,60,8074,7.26,7.22,4.55 +"19423",1.4,"Ideal","H","SI1",62.4,56,8075,7.11,7.18,4.46 +"19424",1.62,"Ideal","J","SI1",62.4,53.2,8075,7.47,7.51,4.68 +"19425",1.55,"Good","J","VS1",62.3,56,8076,7.44,7.52,4.66 +"19426",1,"Very Good","D","VS1",60.5,59,8077,6.43,6.46,3.9 +"19427",1.01,"Ideal","F","VS1",60.9,57,8077,6.52,6.49,3.96 +"19428",1.23,"Very Good","D","SI1",62.3,57,8079,6.8,6.87,4.26 +"19429",1.34,"Ideal","I","VVS2",61.4,56,8079,7.07,7.09,4.35 +"19430",1.23,"Ideal","H","VVS2",62,55,8079,6.85,6.9,4.26 +"19431",1,"Good","F","VVS2",60.7,62,8079,6.36,6.4,3.87 +"19432",1.12,"Ideal","G","VS1",61.1,56,8080,6.7,6.73,4.1 +"19433",1.5,"Very Good","I","SI1",63.5,59,8081,7.16,7.08,4.52 +"19434",1.01,"Very Good","F","VS1",62.6,56,8081,6.39,6.36,3.99 +"19435",1.23,"Ideal","G","VS2",62.4,57,8085,6.83,6.88,4.28 +"19436",1.55,"Ideal","J","VS2",61.7,55,8088,7.38,7.43,4.58 +"19437",1.03,"Very Good","F","VS1",62.8,54.1,8089,6.39,6.48,4.05 +"19438",1.04,"Very Good","F","VS1",61.6,60,8090,6.49,6.54,4.01 +"19439",1.51,"Ideal","J","VS1",62.7,56,8092,7.3,7.35,4.59 +"19440",1.54,"Ideal","I","SI2",60.3,59,8092,7.43,7.46,4.49 +"19441",1.06,"Ideal","G","VS1",61.5,57,8093,6.54,6.56,4.03 +"19442",1.06,"Ideal","G","VS1",61.7,55,8093,6.53,6.56,4.04 +"19443",1.06,"Ideal","G","VS1",61.3,57,8093,6.53,6.56,4.01 +"19444",1.06,"Ideal","G","VS1",61.7,57,8093,6.52,6.57,4.04 +"19445",1.34,"Ideal","H","VS2",62.1,57,8094,7,7.05,4.36 +"19446",1.53,"Very Good","G","SI2",61.1,58,8095,7.38,7.41,4.52 +"19447",1.53,"Good","I","SI1",63.1,57,8095,7.28,7.34,4.61 +"19448",1.02,"Ideal","E","VS1",60.1,57,8096,6.52,6.59,3.94 +"19449",1.51,"Good","I","SI1",63.7,61,8097,7.11,7.15,4.54 +"19450",1.21,"Ideal","G","VS2",59.8,57,8097,6.98,6.9,4.15 +"19451",1.04,"Premium","G","VVS2",61.8,58,8098,6.51,6.47,4.01 +"19452",1.25,"Premium","H","VS1",61.3,55,8099,6.96,6.93,4.26 +"19453",1.25,"Premium","H","VS1",62,59,8099,6.88,6.84,4.25 +"19454",1.21,"Good","G","VS2",63.8,56,8099,6.74,6.67,4.28 +"19455",1.05,"Ideal","F","VS1",62.3,55,8100,6.53,6.5,4.06 +"19456",1.01,"Very Good","D","VS1",63.1,59,8101,6.37,6.34,4.01 +"19457",1.42,"Premium","H","SI1",62.3,58,8102,7.15,7.19,4.47 +"19458",1.01,"Ideal","G","VVS2",62.2,54,8104,6.41,6.48,4.01 +"19459",2.01,"Very Good","H","I1",61.7,63,8104,7.94,7.91,4.89 +"19460",2.01,"Good","J","SI1",64.3,54,8104,8.05,7.95,5.14 +"19461",1.31,"Premium","H","VS2",61,58,8106,7.1,7.06,4.32 +"19462",1.02,"Ideal","G","VVS2",59.2,58,8107,6.56,6.62,3.9 +"19463",1.56,"Good","J","VS2",62.3,64,8107,7.41,7.36,4.6 +"19464",1.16,"Premium","G","VS1",61.9,58,8107,6.76,6.72,4.17 +"19465",1.5,"Premium","D","SI2",62.6,59,8108,7.2,7.23,4.52 +"19466",1.5,"Good","D","SI2",63.4,59,8108,7.2,7.25,4.58 +"19467",1.77,"Good","J","SI2",63.4,60,8109,7.61,7.65,4.84 +"19468",1.19,"Premium","G","VS1",62.6,58,8109,6.78,6.71,4.22 +"19469",1.34,"Good","H","VS2",59.1,60,8109,7.15,7.19,4.24 +"19470",1.52,"Premium","J","VS1",62,59,8110,7.34,7.36,4.56 +"19471",1.52,"Premium","J","VS1",62.4,59,8110,7.31,7.36,4.58 +"19472",1.26,"Ideal","H","SI1",61.6,56,8110,6.88,6.93,4.26 +"19473",1.26,"Ideal","H","SI1",61.9,57,8110,6.88,6.93,4.27 +"19474",1.11,"Ideal","G","VS1",61.4,57,8112,6.68,6.65,4.09 +"19475",1.5,"Good","H","SI1",64.9,57,8112,7.08,7.15,4.62 +"19476",1.26,"Premium","G","VS2",60.1,61,8113,7.04,6.97,4.21 +"19477",1.15,"Ideal","D","VS2",58.5,57,8114,6.96,6.93,4.06 +"19478",1.05,"Premium","F","VS1",62.3,55,8114,6.57,6.49,4.07 +"19479",1,"Very Good","G","VVS1",63.4,57,8115,6.33,6.36,4.02 +"19480",1.7,"Good","H","SI2",63.6,56,8115,7.51,7.56,4.79 +"19481",1.47,"Premium","F","SI2",59.4,59,8115,7.47,7.42,4.42 +"19482",1.67,"Premium","H","SI2",62.6,60,8118,7.57,7.52,4.72 +"19483",1.01,"Ideal","D","VS2",62.1,58,8119,6.4,6.42,3.98 +"19484",1.04,"Ideal","G","VVS1",62.5,55,8120,6.45,6.54,4.06 +"19485",1.07,"Ideal","G","VVS2",62.8,57,8120,6.56,6.46,4.09 +"19486",1.01,"Premium","G","IF",60,61,8120,6.45,6.41,3.86 +"19487",1.01,"Premium","G","IF",63,60,8120,6.35,6.31,3.99 +"19488",1.14,"Ideal","G","VS1",61.8,55,8121,6.71,6.76,4.16 +"19489",1.2,"Very Good","G","VS2",62.2,58,8124,6.75,6.79,4.21 +"19490",1.3,"Ideal","H","VS2",62.8,56,8124,7.03,6.93,4.38 +"19491",1,"Premium","D","VS1",59.7,60,8124,6.45,6.42,3.84 +"19492",1.52,"Premium","H","SI2",58.7,62,8127,7.6,7.53,4.44 +"19493",1.5,"Very Good","I","SI1",60.3,60,8127,7.46,7.43,4.49 +"19494",1.23,"Premium","G","VS2",61.1,57,8128,6.96,6.91,4.24 +"19495",1.11,"Ideal","G","VS1",62.8,55,8129,6.6,6.65,4.16 +"19496",1.14,"Very Good","F","VS2",59,60,8131,6.84,6.81,4.03 +"19497",1.52,"Ideal","J","SI1",61.9,56,8131,7.37,7.41,4.57 +"19498",1.21,"Ideal","H","VVS2",61.3,57,8131,6.92,6.87,4.23 +"19499",1.23,"Ideal","G","VS2",61.5,54,8133,6.92,6.89,4.25 +"19500",1.03,"Ideal","F","VS1",62.3,57,8133,6.45,6.52,4.04 +"19501",1.01,"Ideal","F","VS1",62.1,54,8133,6.42,6.44,3.99 +"19502",1.4,"Premium","H","SI1",62.1,60,8133,7.21,7.12,4.45 +"19503",1.57,"Fair","H","VS1",67.3,66,8133,7.85,5.75,3.87 +"19504",1.7,"Good","J","VS2",63.6,59,8134,7.53,7.48,4.77 +"19505",1.51,"Premium","E","SI2",59.3,61,8135,7.57,7.51,4.47 +"19506",1,"Very Good","G","VVS2",63,54,8138,6.37,6.43,4.03 +"19507",1,"Very Good","D","VS2",62.4,57,8138,6.36,6.4,3.98 +"19508",1.6,"Ideal","J","SI1",62.2,55,8138,7.46,7.53,4.66 +"19509",1.28,"Premium","G","VS2",62.1,60,8139,6.95,6.89,4.3 +"19510",1.21,"Premium","F","VS2",61.3,58,8139,6.89,6.84,4.21 +"19511",1.5,"Good","G","SI2",57.9,61,8144,7.47,7.51,4.34 +"19512",1.23,"Premium","G","VS1",59.6,60,8145,6.94,6.99,4.15 +"19513",1.07,"Ideal","G","VVS2",62.3,54,8145,6.54,6.56,4.08 +"19514",1.7,"Good","J","VS2",64,58,8146,7.41,7.47,4.76 +"19515",1.5,"Premium","H","SI2",60.8,58,8148,7.39,7.34,4.48 +"19516",1.5,"Very Good","G","SI2",61.3,63,8148,7.28,7.23,4.45 +"19517",1.09,"Ideal","G","VVS2",62,54.8,8149,6.6,6.63,4.1 +"19518",1.06,"Premium","G","VVS2",59.6,58,8149,6.65,6.61,3.95 +"19519",1.2,"Very Good","G","VS1",62.5,57,8150,6.84,6.75,4.25 +"19520",1.52,"Very Good","G","SI2",60.9,57,8151,7.44,7.5,4.55 +"19521",1,"Premium","F","VVS1",63,56,8154,6.37,6.32,4 +"19522",1,"Premium","G","VVS1",62.1,59,8154,6.4,6.29,3.94 +"19523",1.13,"Ideal","F","VS2",60.1,56,8157,6.76,6.84,4.09 +"19524",1.02,"Ideal","F","VS1",61,56,8157,6.52,6.49,3.97 +"19525",1.02,"Ideal","F","VS1",62.6,54,8157,6.45,6.41,4.02 +"19526",1.09,"Ideal","E","VS2",60.6,57,8158,6.66,6.67,4.04 +"19527",1.5,"Good","I","SI1",62.9,60,8161,7.12,7.16,4.49 +"19528",1.02,"Ideal","G","IF",62.5,57,8162,6.37,6.44,4 +"19529",1.33,"Very Good","F","SI1",63.3,56,8163,6.91,6.95,4.39 +"19530",1.01,"Premium","G","VVS2",61.2,58,8163,6.49,6.45,3.96 +"19531",1.3,"Premium","F","SI1",61.4,59,8164,7.01,6.97,4.29 +"19532",1.5,"Good","H","VS2",64.3,60,8165,7.16,7.08,4.58 +"19533",1.5,"Good","H","VS2",63.9,59,8165,7.25,7.18,4.61 +"19534",1.5,"Very Good","E","SI2",62.7,59,8167,7.22,7.3,4.55 +"19535",1.22,"Ideal","H","VS1",62.6,56,8167,6.83,6.87,4.29 +"19536",1.02,"Ideal","G","VVS1",61.5,57,8168,6.44,6.47,3.97 +"19537",1.03,"Ideal","F","VS1",62.1,55,8169,6.47,6.5,4.03 +"19538",1.06,"Premium","G","VVS1",61.1,58,8170,6.53,6.57,4 +"19539",1.51,"Ideal","J","VS1",61.9,58,8170,7.28,7.33,4.52 +"19540",1,"Very Good","F","VVS2",63.2,56,8172,6.35,6.3,4 +"19541",1.42,"Ideal","I","VS2",60.4,55,8173,7.28,7.38,4.43 +"19542",1.55,"Very Good","H","SI2",62.5,61,8174,7.31,7.34,4.58 +"19543",1.59,"Ideal","J","SI1",62.4,55,8176,7.45,7.48,4.66 +"19544",1,"Premium","E","VS1",59.1,59,8176,6.56,6.51,3.86 +"19545",1.54,"Premium","G","SI1",63,59,8176,7.31,7.26,4.59 +"19546",1.2,"Premium","G","VS1",58.4,61,8177,6.95,6.91,4.05 +"19547",1.5,"Good","F","SI2",59.7,61,8181,7.39,7.44,4.43 +"19548",1.02,"Premium","D","VS1",60.3,58,8181,6.57,6.49,3.94 +"19549",1.02,"Premium","D","VS1",61.3,58,8181,6.52,6.47,3.98 +"19550",1.02,"Ideal","D","VS1",60.5,56,8181,6.55,6.48,3.94 +"19551",1.62,"Premium","J","SI1",62,60,8183,7.52,7.44,4.64 +"19552",1.6,"Premium","H","SI2",59.4,59,8184,7.55,7.6,4.5 +"19553",1.5,"Very Good","H","SI2",62.5,60,8184,7.25,7.32,4.55 +"19554",1.11,"Very Good","G","SI1",60.7,59,8184,6.6,6.65,4.02 +"19555",1.16,"Ideal","D","VS2",62.1,57,8185,6.73,6.7,4.17 +"19556",1.12,"Ideal","G","VS2",60.9,56,8189,6.7,6.74,4.09 +"19557",1.5,"Premium","E","SI2",61.7,58,8190,7.2,7.17,4.43 +"19558",1.5,"Premium","E","SI2",58,60,8190,7.52,7.47,4.35 +"19559",1.5,"Premium","I","SI1",58.6,62,8190,7.46,7.43,4.36 +"19560",1.5,"Premium","G","SI2",62,62,8190,7.31,7.25,4.51 +"19561",1.5,"Fair","E","SI2",59.9,68,8190,7.39,7.3,4.4 +"19562",1.5,"Good","G","SI2",64.3,57,8190,7.29,7.2,4.66 +"19563",1.04,"Very Good","D","VS1",62.3,59,8192,6.39,6.48,4.01 +"19564",1.52,"Very Good","F","SI2",62.3,59,8192,7.33,7.37,4.58 +"19565",1.13,"Ideal","G","VVS2",60.7,57,8192,6.74,6.81,4.11 +"19566",1.51,"Ideal","I","SI1",62.7,57,8193,7.35,7.3,4.59 +"19567",1.52,"Very Good","H","SI2",62.7,57,8194,7.32,7.36,4.6 +"19568",1.48,"Very Good","I","VS2",63,58,8196,7.16,7.19,4.52 +"19569",1.21,"Premium","F","VS1",61.6,58,8196,6.88,6.82,4.22 +"19570",1.01,"Premium","D","VS1",61.8,54,8201,6.44,6.38,3.96 +"19571",1.52,"Premium","J","VVS2",58.3,62,8202,7.61,7.49,4.4 +"19572",1.07,"Ideal","D","VS2",62.5,57,8202,6.48,6.51,4.06 +"19573",1.12,"Ideal","G","VS1",61.5,56,8202,6.7,6.73,4.13 +"19574",1.51,"Ideal","J","VS2",61.5,56,8203,7.37,7.4,4.54 +"19575",1.09,"Premium","F","VS1",60.9,58,8204,6.67,6.63,4.05 +"19576",1.51,"Premium","J","VS1",61.4,57,8204,7.38,7.3,4.51 +"19577",1.53,"Premium","J","VS1",62.8,59,8205,7.34,7.31,4.6 +"19578",1.53,"Premium","J","VS1",60.1,59,8205,7.51,7.47,4.5 +"19579",1.54,"Ideal","J","VS1",62,53,8207,7.41,7.49,4.62 +"19580",1.51,"Good","I","VS1",65.8,57,8210,7.09,7.17,4.69 +"19581",1.01,"Very Good","F","VVS2",59.8,58,8212,6.47,6.55,3.89 +"19582",1.07,"Ideal","G","VVS2",62.8,54,8212,6.51,6.55,4.1 +"19583",1.41,"Good","F","SI1",63.7,58,8212,7.06,7.01,4.48 +"19584",1.22,"Ideal","G","VS2",61.4,56,8213,6.88,6.9,4.23 +"19585",1.22,"Premium","G","VS2",61.8,58,8213,6.84,6.91,4.25 +"19586",1.51,"Very Good","I","SI1",63.5,57,8214,7.19,7.24,4.58 +"19587",1.51,"Very Good","I","SI1",62.8,59,8214,7.17,7.26,4.53 +"19588",1,"Very Good","F","VVS2",61.4,58,8216,6.36,6.41,3.92 +"19589",1.52,"Premium","J","VS1",61.2,59,8216,7.36,7.39,4.51 +"19590",1.4,"Fair","F","VS2",66.5,56,8216,6.83,6.76,4.52 +"19591",1.52,"Very Good","J","VS1",62.2,55,8217,7.35,7.42,4.59 +"19592",1,"Ideal","G","VVS1",61.9,57,8217,6.39,6.43,3.97 +"19593",1.51,"Ideal","J","VS2",62,56,8217,7.3,7.34,4.54 +"19594",1.06,"Very Good","E","VS1",59.6,60,8219,6.68,6.75,4 +"19595",1.12,"Premium","G","VVS1",58.9,60,8219,6.91,6.78,4.03 +"19596",1.51,"Very Good","H","VS2",63.1,57,8219,7.24,7.21,4.56 +"19597",1.73,"Good","E","I1",63.6,59,8220,7.56,7.6,4.82 +"19598",1.62,"Ideal","I","SI2",62.2,57,8220,7.51,7.57,4.69 +"19599",2.33,"Premium","H","I1",60.7,58,8220,8.64,8.56,5.22 +"19600",1.57,"Ideal","J","SI1",62.4,57,8221,7.51,7.4,4.65 +"19601",1.51,"Very Good","I","VS2",63.1,56,8223,7.26,7.32,4.6 +"19602",1.4,"Premium","H","SI1",62.4,57,8223,7.19,7.11,4.46 +"19603",1.4,"Premium","H","SI1",62.2,58,8223,7.16,7.12,4.44 +"19604",1.5,"Ideal","H","VVS2",61.3,56,8224,7.37,7.28,4.49 +"19605",1.04,"Very Good","G","IF",61.7,58,8225,6.47,6.6,4.03 +"19606",1.02,"Ideal","E","VS2",61,56,8225,6.53,6.51,3.98 +"19607",1.25,"Ideal","G","SI1",60.7,56,8226,6.98,7.05,4.26 +"19608",1,"Very Good","F","VVS2",61.1,55,8227,6.49,6.51,3.97 +"19609",1.31,"Ideal","F","SI1",62.4,57,8227,6.96,6.88,4.32 +"19610",1.59,"Ideal","J","VVS2",60.3,57,8227,7.65,7.58,4.59 +"19611",1.57,"Ideal","I","SI2",62.6,58,8228,7.38,7.41,4.63 +"19612",1.32,"Ideal","G","SI1",62.1,57,8231,7.02,7.05,4.37 +"19613",1.2,"Very Good","F","VS2",61.1,58,8232,6.82,6.86,4.18 +"19614",1.5,"Premium","F","SI2",63,59,8232,7.24,7.2,4.55 +"19615",1.11,"Very Good","F","VS1",62.1,58,8233,6.63,6.7,4.14 +"19616",1.11,"Ideal","F","VS2",60.9,57,8233,6.69,6.75,4.09 +"19617",1.23,"Ideal","G","VS2",62.4,57,8233,6.88,6.83,4.28 +"19618",1.27,"Very Good","H","VS1",60.7,54,8235,7.01,7.05,4.27 +"19619",1.07,"Ideal","G","VVS2",62.4,55.6,8235,6.48,6.55,4.07 +"19620",1.03,"Ideal","F","VS1",62.8,54,8237,6.48,6.39,4.05 +"19621",1.26,"Ideal","H","VS1",60.9,57,8238,6.97,6.99,4.25 +"19622",1,"Ideal","G","VVS2",61.2,56,8239,6.47,6.5,3.97 +"19623",0.9,"Good","D","VVS1",62.9,58,8239,6.01,6.1,3.81 +"19624",1.53,"Very Good","I","SI1",63.1,57,8242,7.34,7.28,4.61 +"19625",1.51,"Good","I","SI1",62.5,57,8242,7.25,7.32,4.55 +"19626",1.51,"Good","H","SI2",61,56,8243,7.29,7.37,4.47 +"19627",1.02,"Ideal","E","VS1",60.1,57,8244,6.59,6.52,3.94 +"19628",1.51,"Good","I","SI1",63.7,61,8245,7.15,7.11,4.54 +"19629",1.51,"Good","F","SI2",63.8,59,8245,7.22,7.18,4.59 +"19630",1,"Very Good","G","VVS1",62.3,55,8246,6.34,6.44,3.98 +"19631",1.03,"Ideal","G","VVS1",62,56,8248,6.5,6.54,4.04 +"19632",1.12,"Ideal","F","VS2",62.1,56,8251,6.63,6.67,4.13 +"19633",1.01,"Ideal","G","VVS2",62.2,54,8252,6.48,6.41,4.01 +"19634",1.13,"Ideal","E","VS2",62,54,8253,6.66,6.7,4.14 +"19635",1.54,"Ideal","I","SI2",62,59,8254,7.33,7.38,4.56 +"19636",1.5,"Good","I","SI1",61.1,63,8254,7.27,7.34,4.46 +"19637",1.17,"Premium","F","VS2",60.2,58,8256,6.88,6.85,4.13 +"19638",1.26,"Ideal","D","VS2",62.5,57,8256,6.9,6.85,4.3 +"19639",1.27,"Ideal","D","SI1",62.1,55,8256,6.92,6.96,4.31 +"19640",1.3,"Premium","F","SI1",61.1,53,8256,7.17,7.04,4.34 +"19641",1.35,"Very Good","G","VS1",63.4,56,8256,7.09,7.01,4.47 +"19642",2.04,"Very Good","I","I1",59.3,61,8257,8.25,8.3,4.91 +"19643",1.24,"Ideal","H","VS2",60.8,56,8257,6.92,6.96,4.22 +"19644",1.77,"Very Good","J","SI2",63.4,60,8257,7.65,7.61,4.84 +"19645",1.5,"Good","I","SI1",63.1,54,8258,7.31,7.34,4.62 +"19646",1.54,"Premium","I","SI1",60.9,59,8258,7.42,7.46,4.53 +"19647",1.52,"Premium","J","VS1",62.4,59,8258,7.36,7.31,4.58 +"19648",1.52,"Premium","J","VS1",62,59,8258,7.36,7.34,4.56 +"19649",1.51,"Fair","H","SI1",65.8,62,8260,7.1,7.06,4.66 +"19650",1.31,"Very Good","H","VS2",60.4,58,8261,7.04,7.09,4.27 +"19651",1.31,"Ideal","H","VS2",61.8,57,8261,7.02,7.06,4.35 +"19652",1.7,"Premium","H","SI2",59.8,61,8263,7.67,7.62,4.57 +"19653",1.72,"Fair","D","SI2",64.6,58,8264,7.53,7.46,4.84 +"19654",1.01,"Very Good","F","VVS2",63,56,8265,6.34,6.4,4.01 +"19655",1.19,"Ideal","F","VS2",62,57,8265,6.76,6.78,4.2 +"19656",1.01,"Premium","D","VS1",62.4,58,8265,6.38,6.41,3.99 +"19657",1.2,"Premium","F","VS2",62.8,62,8266,6.69,6.62,4.18 +"19658",1.17,"Ideal","H","IF",61,53,8266,6.89,6.85,4.19 +"19659",1.4,"Very Good","D","SI2",61.8,54,8268,7.16,7.21,4.44 +"19660",1.04,"Ideal","G","VVS1",62.5,55,8268,6.54,6.45,4.06 +"19661",1.53,"Very Good","E","SI2",59.3,60,8270,7.44,7.46,4.42 +"19662",1.39,"Ideal","I","VVS2",61.6,53,8271,7.21,7.22,4.44 +"19663",1.51,"Good","J","VS1",61.5,59,8271,7.26,7.31,4.48 +"19664",1.54,"Ideal","J","VS2",61.9,57,8275,7.39,7.5,4.6 +"19665",1.41,"Ideal","J","VS1",61.6,56,8275,7.19,7.22,4.44 +"19666",1.2,"Ideal","H","VS1",61.6,57,8275,6.82,6.85,4.21 +"19667",1.5,"Good","J","VVS2",63.3,57,8276,7.25,7.28,4.6 +"19668",1.12,"Ideal","D","VS2",62,55,8279,6.63,6.66,4.12 +"19669",1.01,"Ideal","D","VS2",62.6,55,8279,6.42,6.46,4.03 +"19670",1.2,"Premium","E","VS2",62,59,8279,6.78,6.71,4.18 +"19671",1.1,"Ideal","F","VS1",61.7,57,8279,6.67,6.65,4.11 +"19672",1.52,"Good","G","SI2",63,61,8280,7.25,7.28,4.58 +"19673",1.25,"Premium","G","VVS1",58.2,61,8281,7.1,7.05,4.12 +"19674",1.09,"Ideal","G","VVS2",62.5,56,8282,6.54,6.58,4.1 +"19675",1.7,"Good","J","VS2",63.6,59,8282,7.53,7.48,4.77 +"19676",1.51,"Ideal","G","SI1",61.6,56,8283,7.34,7.25,4.5 +"19677",1.51,"Ideal","G","SI1",61.6,56,8283,7.34,7.25,4.5 +"19678",1.41,"Very Good","H","SI1",62.6,59,8283,7.08,7.14,4.45 +"19679",1.03,"Ideal","E","VS1",61.7,56,8284,6.47,6.53,4.01 +"19680",1.06,"Ideal","G","VS1",61.1,57,8285,6.54,6.61,4.02 +"19681",0.4,"Ideal","D","SI2",61.3,56,622,4.72,4.77,2.91 +"19682",0.4,"Very Good","E","SI2",58.7,59,622,4.78,4.82,2.82 +"19683",0.33,"Very Good","G","VS2",61.5,59.4,623,4.45,4.49,2.75 +"19684",0.27,"Ideal","H","VVS2",62.1,57,623,4.15,4.1,2.56 +"19685",0.27,"Premium","H","VVS2",60.7,59,623,4.21,4.19,2.55 +"19686",0.32,"Very Good","H","VS1",58.9,63,624,4.46,4.4,2.61 +"19687",0.32,"Very Good","F","VS2",61.5,59.7,624,4.32,4.39,2.68 +"19688",0.3,"Ideal","G","VS1",61.8,56,624,4.31,4.33,2.67 +"19689",0.3,"Ideal","G","VS1",63.1,55,624,4.25,4.31,2.7 +"19690",0.3,"Ideal","G","VS1",62,56,624,4.29,4.32,2.67 +"19691",0.3,"Ideal","G","VS1",62.2,55,624,4.28,4.31,2.67 +"19692",0.3,"Ideal","G","VS1",60.9,57,624,4.34,4.36,2.65 +"19693",0.3,"Ideal","G","VS1",61.8,57,624,4.29,4.32,2.66 +"19694",0.3,"Ideal","G","VS1",62.4,57,624,4.3,4.32,2.69 +"19695",0.3,"Ideal","G","VS1",60.6,57,624,4.38,4.4,2.66 +"19696",0.4,"Ideal","I","SI1",62.3,55,624,4.72,4.75,2.95 +"19697",0.25,"Ideal","G","IF",61.7,56,624,4.04,4.1,2.51 +"19698",0.36,"Very Good","I","SI1",63.1,57,624,4.55,4.51,2.86 +"19699",0.36,"Premium","I","SI1",60.4,60,624,4.62,4.58,2.78 +"19700",0.37,"Ideal","J","VS1",62.6,57,624,4.57,4.54,2.85 +"19701",0.37,"Ideal","J","VS1",62.4,55,624,4.64,4.59,2.88 +"19702",0.37,"Very Good","G","SI2",63.4,57,624,4.57,4.55,2.89 +"19703",0.37,"Very Good","G","SI2",63.3,55,624,4.61,4.58,2.91 +"19704",0.37,"Premium","F","SI2",60.2,60,624,4.7,4.6,2.8 +"19705",0.37,"Premium","F","SI2",60.7,57,624,4.67,4.62,2.82 +"19706",0.33,"Premium","H","VS2",58.8,62,624,4.53,4.49,2.65 +"19707",0.32,"Premium","E","SI1",62,60,624,4.43,4.38,2.73 +"19708",0.28,"Good","E","VS2",63.7,60,625,4.23,4.18,2.68 +"19709",0.42,"Very Good","D","SI2",58.6,58,625,4.91,4.98,2.9 +"19710",0.41,"Ideal","I","VS2",61.4,54,625,4.81,4.83,2.96 +"19711",1.21,"Ideal","H","VVS1",62.8,55,8286,6.78,6.82,4.27 +"19712",1.01,"Premium","D","VS1",60,58,8286,6.6,6.54,3.94 +"19713",1.51,"Fair","F","SI2",61.8,66,8287,7.18,7.16,4.43 +"19714",1.51,"Fair","I","VS2",64.6,58,8287,7.19,7.15,4.63 +"19715",1.51,"Ideal","H","SI1",61.9,57,8287,7.37,7.32,4.55 +"19716",1.61,"Very Good","E","SI2",61.9,57,8288,7.44,7.48,4.62 +"19717",1.53,"Ideal","H","SI1",61.9,58,8289,7.38,7.42,4.58 +"19718",1.5,"Very Good","E","SI2",62.2,58,8291,7.31,7.35,4.56 +"19719",1.5,"Very Good","I","SI1",63.1,59,8291,7.16,7.23,4.54 +"19720",1.5,"Ideal","I","SI1",62.7,57,8291,7.21,7.3,4.55 +"19721",1.23,"Premium","G","VS1",59.6,60,8293,6.99,6.94,4.15 +"19722",1.21,"Premium","G","VS2",60.3,60,8294,6.89,6.83,4.14 +"19723",1.21,"Premium","H","IF",62.2,58,8294,6.8,6.83,4.24 +"19724",1.21,"Ideal","G","VS2",61.5,56,8294,6.83,6.88,4.22 +"19725",1.09,"Ideal","G","VVS2",61.2,57,8295,6.62,6.66,4.06 +"19726",1.09,"Ideal","G","VS1",60.4,58,8296,6.67,6.7,4.04 +"19727",1.24,"Very Good","G","VS1",62,55,8298,6.89,6.95,4.29 +"19728",1.51,"Ideal","J","VS1",61.3,61,8298,7.34,7.4,4.52 +"19729",1.24,"Ideal","F","VS2",62.2,56,8298,6.94,6.88,4.3 +"19730",1.52,"Premium","I","SI1",61.2,60,8299,7.41,7.36,4.52 +"19731",1.52,"Ideal","E","SI2",61,56,8299,7.45,7.41,4.53 +"19732",1.24,"Ideal","H","VS1",61.6,56,8299,6.88,6.91,4.25 +"19733",1.24,"Ideal","H","VS1",62.1,56,8299,6.85,6.88,4.26 +"19734",1.52,"Premium","G","SI2",60.9,57,8299,7.5,7.44,4.55 +"19735",1.54,"Very Good","H","SI2",62.3,56,8301,7.33,7.38,4.58 +"19736",1.55,"Ideal","J","SI1",62.4,57,8301,7.5,7.45,4.67 +"19737",1.02,"Ideal","E","VS1",62.2,54,8303,6.43,6.46,4.01 +"19738",1.21,"Premium","G","VS1",59.5,58,8305,6.97,7.01,4.16 +"19739",1.09,"Ideal","G","VS1",60.3,57,8305,6.68,6.73,4.04 +"19740",1.02,"Ideal","G","IF",62.5,57,8311,6.44,6.37,4 +"19741",1.51,"Premium","D","SI2",61.4,56,8311,7.37,7.32,4.51 +"19742",1.27,"Very Good","D","SI1",62.5,58,8312,6.87,6.92,4.31 +"19743",1.51,"Good","I","SI1",63.7,58,8313,7.22,7.26,4.61 +"19744",1.22,"Ideal","G","VS1",61.3,56,8313,6.93,6.88,4.23 +"19745",1.47,"Premium","F","SI2",61.6,60,8314,7.38,7.33,4.53 +"19746",1.14,"Very Good","E","VS1",63.1,59,8315,6.63,6.61,4.18 +"19747",1.5,"Good","I","VS2",61.9,60,8316,7.25,7.28,4.5 +"19748",1.5,"Premium","G","SI2",60.7,58,8316,7.39,7.33,4.47 +"19749",1.5,"Premium","E","SI2",62.7,59,8316,7.3,7.22,4.55 +"19750",1.02,"Very Good","E","VS1",62.9,54,8317,6.38,6.46,4.04 +"19751",1.56,"Very Good","H","SI2",59.9,59,8317,7.47,7.52,4.49 +"19752",1.02,"Ideal","G","VVS1",61.5,57,8317,6.47,6.44,3.97 +"19753",1.01,"Premium","F","VVS2",61.8,59,8319,6.46,6.42,3.98 +"19754",1.06,"Premium","G","VVS1",61.1,58,8319,6.57,6.53,4 +"19755",1.2,"Ideal","G","VS2",59.9,61,8321,6.85,6.88,4.11 +"19756",1.08,"Ideal","F","VS1",62.1,53,8321,6.6,6.64,4.11 +"19757",1.72,"Premium","J","SI1",61.7,58,8324,7.71,7.81,4.79 +"19758",1.56,"Premium","J","VS1",61.1,59,8324,7.49,7.52,4.58 +"19759",1.59,"Ideal","J","SI1",62.4,55,8325,7.48,7.45,4.66 +"19760",1.11,"Premium","E","VS1",61.2,58,8329,6.69,6.65,4.08 +"19761",1.01,"Very Good","F","VS2",62,60,8330,6.36,6.39,3.95 +"19762",1.6,"Premium","H","SI2",59.4,59,8333,7.6,7.55,4.5 +"19763",1.5,"Premium","H","SI2",62.5,60,8333,7.32,7.25,4.55 +"19764",1,"Premium","D","VS1",61.9,55,8333,6.4,6.36,3.95 +"19765",1,"Premium","D","VS1",62.2,55,8333,6.46,6.4,4 +"19766",1.2,"Very Good","F","VS2",62.6,56,8334,6.73,6.78,4.23 +"19767",1.2,"Ideal","F","VS2",62.3,55,8334,6.79,6.83,4.24 +"19768",1.65,"Ideal","J","SI1",62.5,56,8334,7.59,7.54,4.73 +"19769",1.01,"Good","D","VS1",64.1,55,8339,6.29,6.38,4.06 +"19770",1.22,"Very Good","G","VS2",62.3,58,8340,6.79,6.82,4.24 +"19771",1.04,"Premium","D","VS1",62.3,59,8341,6.48,6.39,4.01 +"19772",1.04,"Ideal","D","VS1",59.1,56,8341,6.65,6.59,3.91 +"19773",1.51,"Ideal","I","SI1",61.1,59,8342,7.4,7.37,4.51 +"19774",1.52,"Premium","F","SI2",62.3,59,8342,7.37,7.33,4.58 +"19775",1.06,"Ideal","F","VS1",61.7,57,8344,6.55,6.57,4.05 +"19776",1.14,"Ideal","G","VS1",61.4,57,8346,6.75,6.81,4.16 +"19777",1.16,"Premium","E","VS1",58.7,58,8346,6.89,6.87,4.04 +"19778",1.02,"Ideal","D","VS1",62.6,57,8347,6.4,6.44,4.02 +"19779",1.08,"Ideal","G","VVS1",61.6,56,8347,6.6,6.65,4.08 +"19780",1.5,"Good","J","VS1",60.7,61,8347,7.27,7.3,4.42 +"19781",1.01,"Very Good","E","VS1",59.4,59,8348,6.52,6.54,3.88 +"19782",1.21,"Ideal","E","VS1",62.2,57,8348,6.83,6.8,4.24 +"19783",1.21,"Ideal","F","VS2",61.5,56,8348,6.87,6.83,4.21 +"19784",1.15,"Very Good","G","VVS2",58.4,59,8349,6.84,6.92,4.02 +"19785",1.13,"Premium","E","VS1",61.1,59,8353,6.72,6.69,4.1 +"19786",1.51,"Fair","I","SI1",68.3,57,8355,6.95,6.87,4.72 +"19787",1.64,"Very Good","F","SI2",63.2,57,8357,7.56,7.47,4.75 +"19788",1.13,"Very Good","E","VS2",61.9,61,8358,6.61,6.64,4.1 +"19789",1.06,"Ideal","G","VVS2",61.7,56,8358,6.59,6.56,4.06 +"19790",1,"Good","E","VVS1",63.4,59,8359,6.27,6.24,4 +"19791",1.07,"Premium","D","VS1",62,60,8359,6.55,6.49,4.04 +"19792",1.16,"Very Good","G","VVS2",62.3,59,8361,6.69,6.72,4.18 +"19793",1.81,"Fair","J","SI1",56.2,62,8362,8.14,8.09,4.56 +"19794",1.22,"Premium","G","VS2",61.8,58,8362,6.91,6.84,4.25 +"19795",1.22,"Ideal","G","VS2",61.4,56,8362,6.9,6.88,4.23 +"19796",1.57,"Ideal","J","VS2",62.3,54,8363,7.5,7.49,4.67 +"19797",1.74,"Premium","J","VS2",61.9,62,8364,7.62,7.54,4.7 +"19798",1.09,"Ideal","G","VVS2",60.6,57,8364,6.62,6.7,4.05 +"19799",1.25,"Ideal","H","VS1",62.1,57,8365,6.89,6.92,4.29 +"19800",1.53,"Premium","H","SI1",62.4,60,8365,7.34,7.31,4.57 +"19801",1.71,"Premium","I","SI2",59,60,8366,7.86,7.83,4.63 +"19802",1.52,"Premium","J","VS1",61.2,59,8366,7.39,7.36,4.51 +"19803",1,"Ideal","G","VVS1",61.9,57,8366,6.43,6.39,3.97 +"19804",1.52,"Premium","D","SI2",58.6,62,8366,7.56,7.45,4.41 +"19805",1.73,"Good","E","I1",63.6,59,8370,7.6,7.56,4.82 +"19806",1.51,"Premium","J","VS1",62.1,58,8371,7.36,7.4,4.58 +"19807",1.5,"Ideal","I","SI1",62.3,56,8371,7.35,7.41,4.6 +"19808",1.51,"Very Good","H","SI2",60.8,56,8372,7.41,7.46,4.52 +"19809",1.01,"Very Good","G","VVS1",61.8,59,8373,6.47,6.41,3.98 +"19810",1,"Good","D","VVS2",60.2,62,8374,6.42,6.46,3.88 +"19811",1.03,"Very Good","F","VVS2",61.3,57,8375,6.49,6.53,3.99 +"19812",1.22,"Very Good","G","VS2",62.7,58,8377,6.8,6.72,4.24 +"19813",1.6,"Ideal","I","SI2",61.9,57,8377,7.48,7.51,4.64 +"19814",1.6,"Very Good","F","SI2",60.5,60,8377,7.52,7.55,4.56 +"19815",1.2,"Good","E","VS2",63.6,57,8380,6.74,6.68,4.27 +"19816",1.23,"Premium","G","VS1",62.8,56,8381,6.86,6.81,4.29 +"19817",1.23,"Premium","G","VS1",61.8,58,8381,6.88,6.84,4.24 +"19818",1.75,"Good","H","SI2",64.1,56,8385,7.59,7.55,4.85 +"19819",1.03,"Ideal","G","VVS2",60.7,57,8385,6.5,6.58,3.97 +"19820",1.33,"Ideal","H","VS2",59.5,57,8385,7.18,7.23,4.29 +"19821",1.2,"Good","G","VS1",63.6,58,8387,6.59,6.56,4.18 +"19822",1.51,"Fair","F","SI1",65.8,56,8387,7.16,7.12,4.7 +"19823",1.51,"Premium","H","SI2",62.4,58,8388,7.36,7.31,4.58 +"19824",1.5,"Very Good","J","VVS2",63.3,56,8391,7.18,7.29,4.58 +"19825",1.31,"Ideal","H","VS1",62.4,56,8392,7,6.98,4.36 +"19826",1.07,"Ideal","G","VVS2",62.4,54,8393,6.51,6.56,4.08 +"19827",1.12,"Ideal","G","VS1",62.5,54,8394,6.65,6.69,4.17 +"19828",1.51,"Ideal","I","SI1",61.2,60,8396,7.39,7.37,4.52 +"19829",1.51,"Ideal","I","SI1",59.4,61,8396,7.52,7.46,4.45 +"19830",1.7,"Premium","F","SI2",60.2,61,8397,7.79,7.68,4.66 +"19831",1.03,"Ideal","G","VVS1",62,56,8398,6.54,6.5,4.04 +"19832",1.5,"Premium","F","SI1",60,60,8400,7.48,7.42,4.47 +"19833",1.51,"Ideal","I","SI1",62.7,57,8400,7.35,7.3,4.59 +"19834",1.11,"Ideal","G","VS2",61.6,56,8400,6.62,6.65,4.09 +"19835",1,"Premium","F","VVS2",61.2,60,8400,6.43,6.38,3.92 +"19836",1.25,"Ideal","E","VS2",62.6,56,8400,6.89,6.84,4.3 +"19837",1.01,"Very Good","E","VVS2",61.6,58,8401,6.4,6.46,3.96 +"19838",1.02,"Ideal","G","VVS2",62.1,57,8401,6.43,6.45,4 +"19839",1.02,"Ideal","G","VVS2",61.6,57,8401,6.45,6.47,3.98 +"19840",1.02,"Ideal","G","VVS2",62.7,57,8401,6.41,6.45,4.03 +"19841",1.21,"Premium","G","VS2",62.8,59,8402,6.84,6.76,4.27 +"19842",1.21,"Very Good","F","VS2",62.9,54,8403,6.78,6.82,4.28 +"19843",1.01,"Very Good","E","VS1",60.4,60,8403,6.43,6.48,3.9 +"19844",1.13,"Ideal","E","VS2",62,54,8404,6.7,6.66,4.14 +"19845",1.23,"Very Good","H","VVS1",62.5,58,8405,6.77,6.82,4.25 +"19846",1.08,"Ideal","F","VS1",61.4,55,8405,6.61,6.69,4.08 +"19847",1.12,"Very Good","G","VVS1",60.9,57,8408,6.67,6.72,4.08 +"19848",1.52,"Very Good","H","SI2",62.8,58,8408,7.25,7.3,4.57 +"19849",2.04,"Premium","I","I1",59.3,61,8408,8.3,8.25,4.91 +"19850",1.5,"Very Good","I","SI1",63.1,54,8408,7.34,7.31,4.62 +"19851",1.54,"Premium","E","SI2",59.9,60,8408,7.49,7.38,4.46 +"19852",1.18,"Very Good","G","VS2",62.7,54.7,8411,6.74,6.77,4.23 +"19853",1.22,"Ideal","H","VS1",61.9,54,8411,6.88,6.9,4.26 +"19854",1.06,"Ideal","E","VS1",62.1,57,8413,6.49,6.52,4.04 +"19855",1.2,"Ideal","G","VS2",62.8,54,8414,6.75,6.79,4.25 +"19856",1.18,"Ideal","G","VS1",61.3,56,8414,6.81,6.83,4.17 +"19857",1.01,"Good","E","VVS2",63.9,58,8415,6.31,6.37,4.05 +"19858",1.5,"Very Good","J","VVS1",62.3,62,8415,7.16,7.23,4.48 +"19859",1.06,"Very Good","G","IF",61.2,57,8415,6.52,6.56,4 +"19860",1.04,"Ideal","F","VS2",61.6,56,8415,6.53,6.55,4.03 +"19861",1.19,"Ideal","F","VS2",62,57,8415,6.78,6.76,4.2 +"19862",1.3,"Ideal","G","SI1",61.6,55,8416,7.01,7.05,4.33 +"19863",1.01,"Premium","D","VS1",62.4,58,8416,6.41,6.38,3.99 +"19864",1.22,"Premium","F","VS2",59.8,59,8417,6.96,6.92,4.15 +"19865",1.6,"Ideal","J","SI1",62.8,55,8418,7.48,7.42,4.68 +"19866",1.57,"Very Good","G","SI2",61.1,61,8419,7.43,7.46,4.55 +"19867",2.68,"Premium","G","I1",58.6,60,8419,9.11,9.07,5.33 +"19868",1.4,"Premium","D","SI2",61.8,54,8419,7.21,7.16,4.44 +"19869",1.46,"Ideal","E","SI2",62.3,55,8421,7.29,7.25,4.53 +"19870",1.09,"Ideal","F","VS1",60.6,57,8422,6.62,6.64,4.02 +"19871",1.37,"Premium","H","VS1",60.9,59,8424,7.17,7.24,4.39 +"19872",1.44,"Premium","I","VS1",62.6,59,8426,7.08,7.14,4.45 +"19873",1.52,"Premium","J","VS1",62.2,59,8426,7.32,7.38,4.57 +"19874",1.52,"Premium","J","VVS2",58.3,62,8427,7.61,7.49,4.4 +"19875",1.5,"Very Good","J","VVS2",63.3,57,8427,7.28,7.25,4.6 +"19876",1.31,"Ideal","H","VS1",61.5,56,8429,7,7.06,4.32 +"19877",1.31,"Ideal","H","VS1",61.5,55,8429,7.02,7.05,4.33 +"19878",1.13,"Ideal","E","VS2",61.4,58,8430,6.71,6.74,4.13 +"19879",1.12,"Good","F","VVS2",57.9,57,8430,6.86,6.83,3.96 +"19880",1.12,"Ideal","D","VS2",62,55,8430,6.66,6.63,4.12 +"19881",1.23,"Ideal","H","IF",61.3,57,8431,6.87,6.92,4.23 +"19882",1.5,"Very Good","F","SI2",62.3,60,8431,7.29,7.34,4.56 +"19883",1.5,"Premium","I","VS2",62.3,59,8431,7.24,7.3,4.53 +"19884",1.23,"Premium","G","VS2",62,59,8431,6.87,6.8,4.24 +"19885",1.2,"Very Good","F","VS2",61.1,59,8436,6.81,6.87,4.18 +"19886",1.2,"Ideal","F","VS2",62.3,56,8436,6.79,6.82,4.24 +"19887",1.03,"Very Good","D","VS1",60.5,60,8437,6.52,6.57,3.96 +"19888",1.24,"Very Good","H","VVS2",61.3,55,8438,6.94,6.96,4.26 +"19889",1.59,"Good","G","SI1",63.8,56,8441,7.41,7.34,4.71 +"19890",1.2,"Good","G","VS1",63.4,56,8442,6.7,6.74,4.26 +"19891",1.2,"Premium","G","VS1",60.2,60,8442,6.82,6.87,4.12 +"19892",1.2,"Ideal","G","VS1",62.3,56,8442,6.77,6.82,4.23 +"19893",1.2,"Very Good","G","VS1",60.2,60,8442,6.91,7,4.19 +"19894",1.2,"Good","G","VS1",62.8,59,8442,6.64,6.7,4.19 +"19895",2.25,"Very Good","J","SI2",60.6,63,8442,8.45,8.38,5.1 +"19896",1.51,"Very Good","H","SI2",60.2,59,8444,7.33,7.43,4.44 +"19897",1.02,"Premium","F","VVS2",61.5,60,8445,6.5,6.45,3.98 +"19898",1.21,"Premium","H","IF",62.2,58,8446,6.83,6.8,4.24 +"19899",1,"Premium","F","VVS2",59.9,60,8448,6.46,6.5,3.88 +"19900",1.24,"Premium","G","VS1",62,55,8449,6.95,6.89,4.29 +"19901",1.24,"Ideal","G","VS1",61.1,57,8449,6.98,6.91,4.24 +"19902",1.05,"Ideal","D","VS2",61,56,8451,6.54,6.61,4.01 +"19903",1.06,"Ideal","G","VS1",62.3,55,8451,6.5,6.53,4.06 +"19904",1.21,"Ideal","F","VS2",61.2,57,8452,6.87,6.82,4.19 +"19905",1.2,"Very Good","F","VS2",62.9,55,8454,6.75,6.8,4.26 +"19906",1.03,"Ideal","G","VVS1",62.4,57,8454,6.39,6.47,4.01 +"19907",1.09,"Premium","G","VVS2",59.5,61,8454,6.74,6.7,4 +"19908",1.53,"Very Good","G","SI2",62.1,61,8455,7.28,7.3,4.53 +"19909",1.65,"Ideal","E","SI2",58.7,56,8455,7.76,7.73,4.55 +"19910",1.21,"Premium","G","VS1",59.5,58,8456,7.01,6.97,4.16 +"19911",1.21,"Premium","G","VS1",62.7,58,8456,6.79,6.74,4.24 +"19912",1.24,"Ideal","D","SI1",60.4,57,8457,6.95,7.02,4.22 +"19913",1.8,"Premium","I","SI2",61.8,59,8457,7.9,7.8,4.85 +"19914",1.28,"Premium","G","VS2",61.4,58,8458,7,6.92,4.27 +"19915",1.51,"Very Good","F","SI2",63.2,60,8462,7.2,7.27,4.57 +"19916",1.27,"Premium","D","SI1",62.5,58,8463,6.92,6.87,4.31 +"19917",1.51,"Good","I","SI1",63.7,58,8464,7.26,7.22,4.61 +"19918",1.23,"Ideal","G","VS1",61.8,57,8465,6.89,6.86,4.25 +"19919",1.4,"Premium","I","VVS2",62,58,8467,7.22,7.16,4.46 +"19920",1.5,"Good","J","VS1",64.1,55,8467,7.23,7.13,4.6 +"19921",1,"Very Good","F","VVS2",63.2,56,8467,6.42,6.37,4.04 +"19922",2.5,"Premium","H","I1",59.9,60,8467,8.75,8.67,5.22 +"19923",1.03,"Premium","D","VVS2",61.7,59,8469,6.43,6.48,3.98 +"19924",1.56,"Very Good","I","SI1",60.2,61,8470,7.5,7.59,4.54 +"19925",1.01,"Premium","F","VVS2",61.8,59,8470,6.46,6.42,3.98 +"19926",1.5,"Ideal","H","SI2",62.4,58,8471,7.29,7.26,4.54 +"19927",1.5,"Very Good","I","SI1",60.7,58,8475,7.34,7.4,4.47 +"19928",1.56,"Premium","J","VS1",61.1,59,8476,7.52,7.49,4.58 +"19929",1.39,"Premium","F","SI1",62.1,58,8476,7.1,7.16,4.43 +"19930",1.52,"Premium","I","SI1",61.9,58,8477,7.37,7.42,4.58 +"19931",1.54,"Ideal","J","VS2",62.7,56,8479,7.32,7.36,4.6 +"19932",1.34,"Premium","E","VS2",58.2,60,8480,7.26,7.21,4.21 +"19933",1.08,"Ideal","D","VS2",61.9,58,8481,6.54,6.57,4.06 +"19934",1.03,"Ideal","G","VVS2",61.2,57,8483,6.48,6.52,3.98 +"19935",1.22,"Ideal","G","VS2",59.9,56,8485,7.01,6.97,4.19 +"19936",1.02,"Ideal","G","VVS1",62.6,56,8485,6.39,6.42,4.01 +"19937",1.23,"Premium","F","VS2",62.9,58,8486,6.82,6.76,4.27 +"19938",1.2,"Ideal","F","VS2",62.3,55,8486,6.83,6.79,4.24 +"19939",1.2,"Ideal","F","VS2",62.6,56,8486,6.78,6.73,4.23 +"19940",1.66,"Premium","J","SI1",60.7,58,8487,7.72,7.63,4.66 +"19941",1.06,"Ideal","G","VVS1",61.6,57,8488,6.53,6.55,4.03 +"19942",1.02,"Premium","G","IF",61.8,59,8489,6.41,6.46,3.98 +"19943",1.24,"Ideal","H","VVS1",62.3,54,8489,6.88,6.9,4.29 +"19944",1.5,"Premium","H","SI2",62.3,60,8490,7.22,7.3,4.52 +"19945",1.2,"Very Good","G","VS2",63.2,56,8491,6.82,6.75,4.29 +"19946",1.07,"Ideal","G","VVS2",61.8,55,8491,6.57,6.61,4.07 +"19947",2.34,"Premium","I","I1",61.5,60,8491,8.47,8.43,5.2 +"19948",1.5,"Good","E","SI2",64.5,58,8492,7.06,7.11,4.57 +"19949",1.66,"Good","J","VS2",64.4,54,8496,7.45,7.54,4.83 +"19950",1.55,"Ideal","J","VS2",61.4,55,8498,7.41,7.49,4.58 +"19951",1.25,"Ideal","H","VS2",61.1,55,8498,6.94,6.97,4.25 +"19952",1.53,"Premium","H","SI2",62.5,59,8499,7.4,7.36,4.61 +"19953",1.53,"Ideal","H","SI2",61.9,57,8499,7.42,7.34,4.57 +"19954",1.15,"Premium","G","VVS2",58.4,59,8501,6.92,6.84,4.02 +"19955",1.32,"Ideal","I","VVS1",61,56,8501,7.09,7.07,4.32 +"19956",1.21,"Premium","G","VS2",61,58,8504,6.88,6.82,4.18 +"19957",1.24,"Ideal","G","VS2",62.1,56,8504,6.87,6.91,4.28 +"19958",1.21,"Very Good","F","VS2",61.6,58,8505,6.79,6.88,4.21 +"19959",1.7,"Ideal","J","SI2",60.5,57,8505,7.74,7.84,4.71 +"19960",1.11,"Ideal","H","VVS1",60.8,56,8508,6.68,6.76,4.08 +"19961",1.23,"Ideal","H","VVS2",61.6,57,8509,6.87,6.92,4.25 +"19962",1.4,"Premium","G","SI1",62.5,58,8511,7.12,7.06,4.43 +"19963",1.52,"Premium","G","SI1",62.2,58,8512,7.39,7.33,4.58 +"19964",1.08,"Very Good","D","VS1",60.5,58,8513,6.53,6.63,3.98 +"19965",1.59,"Very Good","J","VS1",60.1,60,8515,7.56,7.59,4.55 +"19966",1.59,"Very Good","J","VS1",60.7,59,8515,7.49,7.54,4.56 +"19967",1.56,"Ideal","H","SI2",62.1,58,8517,7.35,7.41,4.58 +"19968",1.5,"Good","D","SI2",62.4,61,8517,7.23,7.36,4.55 +"19969",1.56,"Ideal","E","SI2",61.2,56,8518,7.53,7.49,4.59 +"19970",1.5,"Very Good","D","SI2",63.3,57,8518,7.27,7.2,4.58 +"19971",1.5,"Good","D","SI2",63.8,58,8518,7.2,7.16,4.58 +"19972",1.5,"Premium","D","SI2",58.9,60,8518,7.48,7.45,4.4 +"19973",1.16,"Very Good","E","VS2",62.1,58,8520,6.63,6.7,4.14 +"19974",1.52,"Premium","I","SI1",61.2,60,8521,7.41,7.36,4.52 +"19975",1.2,"Good","D","VS2",62.4,60,8521,6.69,6.77,4.2 +"19976",1.23,"Ideal","F","VS1",61.3,57,8523,6.86,6.93,4.23 +"19977",1.51,"Premium","J","VS1",62.1,58,8524,7.4,7.36,4.58 +"19978",1.51,"Very Good","J","VS1",61.2,63,8524,7.31,7.24,4.45 +"19979",1.51,"Premium","J","VS1",61.8,61,8524,7.26,7.21,4.47 +"19980",1.51,"Ideal","J","VS1",61.9,56,8524,7.41,7.35,4.57 +"19981",1.01,"Very Good","F","VVS2",61.9,56,8525,6.42,6.48,3.99 +"19982",1.59,"Very Good","J","VS2",62.9,58.1,8526,7.39,7.45,4.66 +"19983",1.03,"Premium","F","VVS2",61.3,57,8527,6.53,6.49,3.99 +"19984",1.11,"Very Good","F","VS1",60.7,55,8528,6.69,6.71,4.07 +"19985",1.01,"Fair","E","VVS1",66.1,55,8529,6.19,6.1,4.06 +"19986",1.42,"Ideal","H","SI1",62,56,8529,7.17,7.22,4.46 +"19987",1.53,"Ideal","G","SI1",61.3,57,8529,7.42,7.32,4.52 +"19988",1.6,"Premium","F","SI2",60.5,60,8530,7.55,7.52,4.56 +"19989",1.29,"Premium","G","VS2",61.9,58,8530,7.02,6.97,4.33 +"19990",1.6,"Ideal","I","SI2",61.9,57,8530,7.51,7.48,4.64 +"19991",1.01,"Ideal","F","VVS2",61,57,8532,6.46,6.52,3.96 +"19992",1.01,"Very Good","F","VVS2",61.8,55,8532,6.36,6.45,3.96 +"19993",1.01,"Premium","F","VVS2",62,58,8532,6.36,6.45,3.97 +"19994",1.01,"Ideal","F","VVS2",61.8,56,8532,6.46,6.49,4 +"19995",1.04,"Premium","D","VS1",60.5,59,8532,6.62,6.58,3.99 +"19996",1.22,"Good","G","VS2",59.9,61,8533,6.88,6.91,4.13 +"19997",1.54,"Very Good","I","VS2",62,58,8537,7.38,7.43,4.59 +"19998",1.05,"Very Good","F","VVS2",61.3,59,8537,6.48,6.56,4 +"19999",1.57,"Very Good","J","VS2",62,58,8538,7.45,7.48,4.63 +"20000",1.5,"Very Good","E","SI2",62.8,57,8538,7.17,7.23,4.52 +"20001",1.71,"Premium","J","SI2",62.6,57,8540,7.62,7.58,4.76 +"20002",1.23,"Ideal","H","VS2",61.5,57,8541,6.92,6.87,4.24 +"20003",1.51,"Very Good","H","SI1",63.5,55,8541,7.31,7.22,4.61 +"20004",1.27,"Ideal","G","VS1",60.9,57,8543,7.02,6.97,4.26 +"20005",1.35,"Premium","H","VS1",62.3,58,8543,7.1,7.05,4.41 +"20006",1.2,"Ideal","G","VS1",62.4,57,8545,6.78,6.8,4.24 +"20007",1.2,"Ideal","G","VS1",62,57,8545,6.78,6.81,4.21 +"20008",1.02,"Ideal","E","VS1",62.6,56,8545,6.45,6.42,4.03 +"20009",1.05,"Ideal","G","VVS1",60.1,57,8546,6.63,6.68,4 +"20010",1.55,"Ideal","J","VS1",60.4,57,8548,7.52,7.54,4.55 +"20011",0.3,"Very Good","H","SI1",61.3,61,421,4.25,4.27,2.61 +"20012",0.32,"Good","G","SI2",63.4,55,421,4.32,4.35,2.75 +"20013",0.32,"Premium","G","SI2",61.6,59,421,4.35,4.38,2.69 +"20014",0.32,"Very Good","I","SI1",59.9,61,421,4.44,4.47,2.67 +"20015",0.32,"Premium","I","SI1",61.1,59,421,4.38,4.42,2.69 +"20016",0.3,"Very Good","H","SI1",62.9,58,421,4.22,4.24,2.66 +"20017",0.3,"Very Good","H","SI1",60.8,61,421,4.25,4.3,2.6 +"20018",0.3,"Good","H","SI1",63.4,57,421,4.27,4.31,2.72 +"20019",0.32,"Premium","G","SI2",61,59,421,4.36,4.42,2.68 +"20020",0.3,"Good","H","SI1",63.9,55,421,4.24,4.27,2.72 +"20021",0.3,"Good","E","SI2",63.5,55,421,4.27,4.3,2.72 +"20022",0.32,"Very Good","I","SI1",61.6,61,421,4.36,4.4,2.7 +"20023",0.32,"Ideal","G","SI2",62.5,57,421,4.35,4.38,2.73 +"20024",0.32,"Very Good","G","SI2",62.3,58,421,4.37,4.42,2.74 +"20025",0.32,"Very Good","G","SI2",62.4,59,421,4.35,4.4,2.73 +"20026",0.32,"Good","F","SI2",63.8,55,421,4.34,4.35,2.77 +"20027",0.32,"Premium","F","SI2",59.7,59,421,4.43,4.48,2.66 +"20028",0.3,"Very Good","E","SI2",61.9,58,421,4.28,4.31,2.66 +"20029",0.3,"Very Good","H","SI1",61.2,62,421,4.28,4.31,2.63 +"20030",0.32,"Very Good","J","VS1",60.6,59,421,4.42,4.46,2.69 +"20031",0.3,"Very Good","H","SI1",62.9,56,421,4.28,4.31,2.7 +"20032",0.32,"Very Good","G","SI2",63,56,421,4.32,4.35,2.73 +"20033",0.3,"Very Good","H","SI1",59.5,62,421,4.32,4.35,2.58 +"20034",0.32,"Premium","G","SI2",62.7,58,421,4.35,4.39,2.74 +"20035",0.3,"Very Good","E","SI2",61.6,61,421,4.25,4.29,2.63 +"20036",0.3,"Very Good","H","SI1",62.9,57,421,4.26,4.29,2.69 +"20037",0.3,"Ideal","I","VS2",62.6,56,421,4.29,4.31,2.69 +"20038",0.3,"Very Good","E","SI2",61.7,61,421,4.28,4.31,2.65 +"20039",0.3,"Good","H","SI1",63.4,58,421,4.21,4.24,2.68 +"20040",0.3,"Premium","H","SI1",59.3,59,421,4.36,4.38,2.59 +"20041",0.42,"Ideal","H","SI2",62,54,625,4.83,4.85,3 +"20042",0.42,"Ideal","H","SI2",61.4,56,625,4.81,4.86,2.97 +"20043",0.42,"Ideal","H","SI2",62,54,625,4.81,4.83,2.99 +"20044",0.4,"Ideal","H","SI2",62.6,55,625,4.73,4.76,2.97 +"20045",0.41,"Ideal","E","SI2",61.8,54,625,4.78,4.8,2.96 +"20046",0.4,"Ideal","D","SI2",62,55,625,4.71,4.77,2.94 +"20047",0.28,"Ideal","E","VS1",62,56,625,4.21,4.18,2.6 +"20048",0.28,"Ideal","E","VS1",61.4,56,625,4.24,4.2,2.59 +"20049",0.28,"Ideal","D","VS2",62.4,57,625,4.2,4.16,2.61 +"20050",0.35,"Ideal","D","SI2",62.4,57,625,4.5,4.47,2.8 +"20051",0.31,"Premium","G","VS1",61.2,60,625,4.37,4.39,2.68 +"20052",0.31,"Very Good","G","VS1",62.9,58,625,4.3,4.35,2.72 +"20053",0.31,"Premium","F","VS2",61.2,58,625,4.35,4.37,2.67 +"20054",0.31,"Ideal","F","VS2",62.3,55,625,4.3,4.33,2.69 +"20055",0.31,"Ideal","H","VVS2",62.6,56,625,4.32,4.37,2.72 +"20056",0.31,"Very Good","F","VS2",61.4,62,625,4.32,4.34,2.66 +"20057",0.31,"Very Good","F","VS2",62.9,59,625,4.27,4.32,2.7 +"20058",0.31,"Ideal","G","VS1",62.1,55,625,4.33,4.37,2.7 +"20059",0.31,"Good","G","VS1",63.2,57,625,4.28,4.33,2.72 +"20060",0.31,"Ideal","H","VVS2",62.2,57,625,4.32,4.36,2.7 +"20061",0.31,"Very Good","F","VS2",62.9,58,625,4.27,4.31,2.7 +"20062",0.31,"Very Good","G","VS1",63,57,625,4.28,4.32,2.71 +"20063",0.31,"Premium","F","VS2",60.8,60,625,4.34,4.37,2.65 +"20064",0.31,"Ideal","F","VS2",62.1,53,625,4.34,4.39,2.71 +"20065",0.31,"Ideal","F","VS2",62.6,55,625,4.29,4.33,2.7 +"20066",0.31,"Ideal","F","VS2",60.8,56,625,4.38,4.41,2.67 +"20067",0.31,"Good","G","VS1",63.8,57,625,4.29,4.33,2.75 +"20068",0.31,"Ideal","H","VVS2",61.1,56,625,4.33,4.37,2.66 +"20069",0.31,"Ideal","F","VS2",62.3,57,625,4.3,4.34,2.69 +"20070",0.31,"Ideal","G","VS1",62.1,55,625,4.33,4.36,2.7 +"20071",1.27,"Very Good","G","VS2",60.3,59,8549,6.97,7.09,4.24 +"20072",1.27,"Premium","G","VS2",61,60,8549,6.93,6.97,4.24 +"20073",1.51,"Very Good","J","VVS2",62.6,63,8550,7.24,7.29,4.55 +"20074",1.51,"Good","D","SI2",64.1,61,8550,7.14,7.18,4.59 +"20075",1.45,"Premium","H","VS1",60.6,60,8550,7.27,7.16,4.37 +"20076",1.01,"Ideal","F","VS1",61.7,56,8552,6.48,6.45,3.99 +"20077",1,"Very Good","F","VVS2",60,62,8553,6.43,6.46,3.87 +"20078",1,"Very Good","F","VVS2",62.9,55,8555,6.29,6.36,3.98 +"20079",1.5,"Ideal","I","SI1",59.4,60,8555,7.54,7.5,4.47 +"20080",1.5,"Good","I","VS2",63.3,62,8555,7.08,7.19,4.52 +"20081",1.18,"Ideal","G","VS1",61.9,56,8556,6.81,6.76,4.2 +"20082",1.21,"Ideal","F","VS2",62.9,54,8557,6.82,6.78,4.28 +"20083",1.33,"Ideal","H","VS1",59.3,57,8558,7.18,7.22,4.27 +"20084",1.13,"Very Good","D","VS2",62.9,58,8561,6.59,6.63,4.16 +"20085",1.12,"Premium","G","VVS1",60.9,57,8561,6.72,6.67,4.08 +"20086",1.37,"Premium","H","VS2",62.5,59,8562,7.12,7.05,4.43 +"20087",1.2,"Good","E","VS2",61.8,61,8563,6.69,6.71,4.14 +"20088",1.12,"Very Good","G","VVS2",62.6,59,8564,6.58,6.61,4.13 +"20089",1.18,"Ideal","G","VS2",62.7,55,8564,6.77,6.74,4.23 +"20090",1.52,"Premium","H","SI1",61.2,58,8566,7.53,7.43,4.57 +"20091",1.06,"Ideal","E","VS1",62.1,57,8567,6.52,6.49,4.04 +"20092",1.5,"Premium","J","VVS1",62.3,62,8568,7.23,7.16,4.48 +"20093",1.01,"Good","E","VVS2",63.9,58,8569,6.37,6.31,4.05 +"20094",1.57,"Premium","G","SI2",61.1,61,8572,7.46,7.43,4.55 +"20095",1.41,"Premium","G","SI1",62.1,59,8572,7.23,7.13,4.46 +"20096",1.51,"Premium","I","SI1",58.6,62,8574,7.51,7.45,4.38 +"20097",1.26,"Ideal","E","SI1",61.5,59,8574,6.92,6.96,4.27 +"20098",1.51,"Very Good","G","SI2",63.2,55,8574,7.32,7.27,4.61 +"20099",1.51,"Ideal","I","SI1",62.8,54,8574,7.31,7.27,4.58 +"20100",1.25,"Very Good","G","VS2",63.5,60,8575,6.74,6.64,4.25 +"20101",1.22,"Very Good","F","VS2",62.3,57,8575,6.8,6.84,4.25 +"20102",1.22,"Premium","F","VS2",62,58,8576,6.86,6.89,4.26 +"20103",1.9,"Fair","H","SI2",67.1,64,8576,7.57,7.52,5.06 +"20104",1.2,"Very Good","G","VS1",61,59,8577,6.81,6.86,4.17 +"20105",1.37,"Premium","H","VS1",60.9,59,8577,7.24,7.17,4.39 +"20106",1.01,"Premium","F","VVS2",59.3,60,8579,6.52,6.5,3.86 +"20107",1.5,"Very Good","G","SI2",60.7,61,8580,7.33,7.36,4.46 +"20108",1.5,"Good","I","SI1",64,60,8580,7.13,7.25,4.6 +"20109",1.5,"Ideal","G","SI2",61.4,56,8580,7.34,7.38,4.52 +"20110",1.5,"Ideal","G","SI2",62,57,8580,7.26,7.31,4.52 +"20111",1.5,"Premium","I","SI1",61.8,58,8580,7.26,7.3,4.5 +"20112",1.5,"Very Good","G","SI2",58.5,62,8580,7.4,7.44,4.34 +"20113",1.25,"Very Good","G","VS1",62.7,56,8580,6.81,6.93,4.31 +"20114",1.52,"Premium","J","VS1",62.2,59,8580,7.38,7.32,4.57 +"20115",1.2,"Premium","F","VS1",62.3,58,8580,6.78,6.71,4.2 +"20116",1.51,"Very Good","F","SI2",62.7,60,8581,7.25,7.32,4.57 +"20117",1.29,"Ideal","G","VS2",62.5,57,8582,6.89,6.92,4.35 +"20118",1.31,"Ideal","H","VS1",61.5,55,8583,7.05,7.02,4.33 +"20119",1.31,"Ideal","H","VS1",61.5,56,8583,7.06,7,4.32 +"20120",1.22,"Premium","G","VS1",62.2,59,8583,6.82,6.87,4.26 +"20121",1.58,"Premium","I","VS2",59.4,61,8583,7.66,7.63,4.54 +"20122",1.24,"Ideal","G","VS1",61.9,54,8584,6.89,6.92,4.27 +"20123",1.23,"Ideal","H","IF",61.3,57,8585,6.92,6.87,4.23 +"20124",1.64,"Premium","I","SI2",61.3,58,8587,7.58,7.62,4.66 +"20125",1.2,"Ideal","F","VS2",61.2,53,8588,6.88,6.85,4.2 +"20126",1.5,"Very Good","I","SI1",60.4,61,8590,7.35,7.39,4.45 +"20127",1.65,"Premium","I","SI2",62,59,8590,7.61,7.54,4.7 +"20128",1.2,"Ideal","F","VS2",62.3,56,8590,6.82,6.79,4.24 +"20129",1.04,"Ideal","G","VVS2",62.5,55,8590,6.53,6.47,4.06 +"20130",1.1,"Very Good","G","IF",60.5,55,8592,6.77,6.71,4.08 +"20131",1.15,"Ideal","G","VVS2",62.5,53,8592,6.69,6.72,4.18 +"20132",1.12,"Ideal","G","VVS2",62.5,56,8592,6.59,6.66,4.14 +"20133",1.55,"Premium","J","VS1",62.6,59,8593,7.35,7.4,4.62 +"20134",1.55,"Premium","H","VS1",60.8,60,8593,7.54,7.5,4.57 +"20135",1.57,"Premium","J","VS1",61.3,59,8595,7.44,7.47,4.57 +"20136",1.2,"Premium","G","VS1",61.4,60,8596,6.86,6.81,4.2 +"20137",1.22,"Ideal","H","VS2",61.3,56,8596,6.85,6.88,4.21 +"20138",1.2,"Ideal","G","VS1",62.4,57,8596,6.74,6.82,4.23 +"20139",1.2,"Ideal","G","VS1",62.3,56,8596,6.82,6.77,4.23 +"20140",1.2,"Premium","G","VS1",60.2,60,8596,7,6.91,4.19 +"20141",1.2,"Very Good","G","VS1",63.4,56,8596,6.74,6.7,4.26 +"20142",1.29,"Premium","D","SI1",62.7,55,8597,6.96,6.91,4.35 +"20143",1.51,"Premium","H","SI2",60.2,59,8598,7.43,7.33,4.44 +"20144",1.43,"Ideal","G","SI1",62.8,57,8599,7.17,7.12,4.49 +"20145",1.2,"Premium","E","VS2",62.2,59,8602,6.82,6.78,4.23 +"20146",1.2,"Premium","G","VS1",62.4,58,8602,6.82,6.8,4.25 +"20147",1,"Premium","F","VVS2",59.9,60,8602,6.5,6.46,3.88 +"20148",1,"Premium","F","VVS2",61.3,55,8602,6.44,6.41,3.94 +"20149",1.2,"Premium","G","VS1",62.8,58,8602,6.84,6.75,4.27 +"20150",1.5,"Premium","J","VVS2",61.8,60,8603,7.33,7.36,4.54 +"20151",1.52,"Ideal","J","VS1",62.3,58,8608,7.32,7.35,4.57 +"20152",1.03,"Ideal","G","VVS1",62.4,57,8608,6.47,6.39,4.01 +"20153",1.22,"Ideal","G","VS1",62.5,57,8608,6.82,6.77,4.25 +"20154",1.65,"Ideal","J","SI1",62.2,54,8610,7.52,7.59,4.7 +"20155",1.04,"Premium","F","VVS2",62.1,56,8610,6.54,6.48,4.04 +"20156",1.31,"Ideal","I","VS1",61.8,55,8611,7.03,7.05,4.35 +"20157",1.03,"Ideal","D","VS1",61.8,56,8612,6.46,6.54,4.02 +"20158",1.5,"Ideal","H","SI2",62.8,55,8614,7.27,7.31,4.58 +"20159",1.21,"Premium","G","VS1",62.7,58,8616,6.76,6.85,4.27 +"20160",1.21,"Ideal","G","VS1",62.6,56,8616,6.77,6.81,4.25 +"20161",1.02,"Premium","F","VVS2",60.9,59,8616,6.44,6.56,3.96 +"20162",1.31,"Ideal","H","VS1",62.5,56,8617,6.95,7.03,4.37 +"20163",1.06,"Ideal","F","VVS2",61.1,57,8619,6.57,6.62,4.03 +"20164",1.58,"Very Good","H","SI2",62.4,57,8620,7.36,7.45,4.62 +"20165",1.52,"Ideal","H","SI2",62,60,8620,7.31,7.37,4.55 +"20166",1.01,"Very Good","G","IF",62.8,57,8621,6.39,6.42,4.02 +"20167",1.5,"Very Good","J","VVS2",62.9,58,8622,7.25,7.31,4.58 +"20168",1.05,"Ideal","G","VVS1",60.1,57,8623,6.58,6.63,3.97 +"20169",1.03,"Premium","D","VVS2",61.7,59,8623,6.48,6.43,3.98 +"20170",1.4,"Premium","H","SI1",60.5,60,8624,7.22,7.16,4.35 +"20171",1.02,"Very Good","G","IF",62.3,59,8624,6.36,6.45,3.99 +"20172",1.4,"Good","D","SI1",63.8,60,8624,7.01,6.95,4.45 +"20173",1.06,"Ideal","G","VVS2",60.1,57,8626,6.61,6.66,3.99 +"20174",1.02,"Very Good","F","VVS2",59.4,59,8627,6.58,6.69,3.94 +"20175",1.5,"Fair","G","SI1",65.5,58,8627,7.16,7.12,4.68 +"20176",1.29,"Very Good","H","VS1",60.8,58,8629,7.01,7.04,4.27 +"20177",1.21,"Ideal","F","VS1",62.2,54.9,8629,6.79,6.84,4.24 +"20178",1.03,"Ideal","E","VS1",61.9,57,8629,6.46,6.44,4 +"20179",1.03,"Premium","E","VS1",62.8,58,8629,6.46,6.41,4.04 +"20180",1.72,"Very Good","I","SI2",63.4,57,8630,7.6,7.58,4.81 +"20181",1.6,"Premium","I","SI2",60.8,58,8630,7.59,7.51,4.59 +"20182",1.51,"Premium","H","VS2",58.7,61,8630,7.51,7.45,4.39 +"20183",1.52,"Premium","D","SI2",62.8,58,8631,7.37,7.28,4.6 +"20184",1.52,"Premium","I","SI1",61.9,58,8631,7.42,7.37,4.58 +"20185",1.39,"Premium","F","SI1",62.1,58,8631,7.16,7.1,4.43 +"20186",1.52,"Ideal","D","SI2",62.7,56,8631,7.35,7.28,4.59 +"20187",1.22,"Very Good","G","VS1",62.2,58,8633,6.75,6.81,4.22 +"20188",1.12,"Premium","D","VS1",62.1,57,8633,6.68,6.65,4.14 +"20189",1.51,"Very Good","G","SI2",60.5,54.6,8637,7.36,7.4,4.46 +"20190",1.51,"Very Good","I","SI1",62.2,60,8637,7.23,7.3,4.52 +"20191",1.51,"Very Good","G","SI2",62.8,56,8637,7.22,7.3,4.56 +"20192",1.04,"Ideal","G","VVS1",62.2,55,8637,6.48,6.51,4.04 +"20193",1.51,"Very Good","I","SI1",62.7,61,8637,7.27,7.33,4.58 +"20194",1.51,"Ideal","G","SI2",60.8,57,8637,7.39,7.44,4.51 +"20195",1.51,"Very Good","I","SI1",62.6,60,8637,7.27,7.34,4.57 +"20196",1.02,"Ideal","F","VS1",62,57,8637,6.49,6.44,4.01 +"20197",1.53,"Ideal","I","SI2",61.9,58,8637,7.39,7.34,4.56 +"20198",1,"Very Good","E","VVS2",61,62,8638,6.4,6.46,3.92 +"20199",1.17,"Ideal","G","VS1",61.8,57,8639,6.76,6.8,4.19 +"20200",2.02,"Premium","J","SI2",63,58,8640,8.07,8.02,5.07 +"20201",1.07,"Ideal","F","VS2",61.7,57,8640,6.52,6.54,4.03 +"20202",1.57,"Ideal","G","SI2",62,56,8643,7.44,7.47,4.62 +"20203",1.02,"Premium","G","IF",61.8,59,8643,6.46,6.41,3.98 +"20204",1.06,"Ideal","G","VVS1",61.6,57,8643,6.55,6.53,4.03 +"20205",1.35,"Very Good","H","VVS2",63.1,56,8644,6.95,7.03,4.41 +"20206",1.55,"Very Good","I","SI1",62,62,8644,7.33,7.47,4.59 +"20207",1.28,"Very Good","H","VS1",61.2,55,8645,6.98,7.04,4.29 +"20208",1.05,"Ideal","G","VVS2",62.2,56,8645,6.49,6.53,4.05 +"20209",1.05,"Ideal","G","VVS2",62.5,55,8645,6.49,6.53,4.07 +"20210",1.05,"Ideal","G","VVS2",61.9,57,8645,6.51,6.54,4.04 +"20211",1.03,"Ideal","D","VS1",62.6,57,8645,6.44,6.5,4.05 +"20212",1.5,"Premium","H","SI2",62.3,60,8645,7.3,7.22,4.52 +"20213",1.16,"Ideal","G","VVS2",62,56,8646,6.71,6.75,4.17 +"20214",1.01,"Good","F","VVS2",60.3,62,8647,6.47,6.54,3.92 +"20215",1.01,"Ideal","G","VVS1",61.1,56,8647,6.51,6.49,3.97 +"20216",1.17,"Ideal","F","VS1",62.2,56,8648,6.74,6.77,4.2 +"20217",1.5,"Premium","D","SI2",61.9,58,8649,7.34,7.27,4.52 +"20218",1.09,"Very Good","G","IF",62.9,57,8650,6.52,6.58,4.12 +"20219",1.27,"Ideal","H","VS1",61.4,56,8652,6.95,6.97,4.27 +"20220",1.54,"Premium","J","VVS2",61.1,59,8652,7.45,7.4,4.54 +"20221",1.74,"Premium","H","SI1",61.6,59,8653,7.7,7.62,4.72 +"20222",1.41,"Premium","H","VS2",61.2,60,8654,7.17,7.21,4.4 +"20223",1.43,"Very Good","H","SI1",61.7,59,8654,7.23,7.29,4.48 +"20224",1.53,"Very Good","E","SI2",63.1,59,8654,7.38,7.21,4.61 +"20225",1.04,"Very Good","G","IF",60.7,58,8655,6.52,6.65,4 +"20226",1.54,"Very Good","I","VS2",62.2,58,8656,7.32,7.37,4.57 +"20227",1.02,"Ideal","D","VS1",61.2,56,8658,6.48,6.53,3.98 +"20228",1.02,"Ideal","D","VS1",62,56,8658,6.46,6.5,4.02 +"20229",1.21,"Premium","F","VS2",61.6,58,8660,6.88,6.79,4.21 +"20230",1.5,"Very Good","J","VS1",61.3,59,8662,7.36,7.41,4.53 +"20231",1.5,"Very Good","I","VS2",58.4,61,8662,7.42,7.48,4.35 +"20232",1.5,"Very Good","I","VS2",63,57,8662,7.2,7.25,4.55 +"20233",1.01,"Ideal","G","VVS2",61.6,54,8662,6.51,6.55,4.02 +"20234",1.47,"Very Good","H","SI1",62.9,58,8663,7.18,7.23,4.53 +"20235",1.7,"Premium","I","SI1",58.6,59,8663,7.79,7.75,4.55 +"20236",1.6,"Fair","D","SI2",64.7,58,8666,7.35,7.28,4.73 +"20237",1.01,"Very Good","E","VS1",57.7,62,8668,6.57,6.63,3.81 +"20238",1.5,"Premium","H","SI1",61.6,58,8669,7.33,7.38,4.53 +"20239",1.2,"Ideal","F","VS2",61.9,53,8669,6.84,6.79,4.22 +"20240",1.2,"Premium","F","VS1",61.8,59,8669,6.79,6.76,4.19 +"20241",1.37,"Premium","H","VS1",62.9,58,8669,7.12,7.07,4.46 +"20242",1.24,"Good","G","VS2",61.3,57,8672,6.78,6.88,4.19 +"20243",1.13,"Ideal","F","VS1",61.1,56,8674,6.7,6.79,4.12 +"20244",1.08,"Ideal","E","VS1",61.6,57,8674,6.58,6.61,4.06 +"20245",1.52,"Fair","H","VS2",62.1,66,8674,7.33,7.13,4.5 +"20246",1.26,"Premium","F","VS2",62.8,58,8676,6.89,6.84,4.31 +"20247",1.51,"Ideal","J","VS1",61.8,59,8678,7.36,7.39,4.56 +"20248",1.55,"Ideal","H","SI2",62.1,57,8678,7.39,7.43,4.6 +"20249",1.23,"Ideal","F","VS1",61.3,57,8679,6.93,6.86,4.23 +"20250",1.73,"Premium","I","VS2",59.8,58,8680,7.8,7.79,4.66 +"20251",1.51,"Fair","G","SI1",65,59,8681,6.99,7.07,4.57 +"20252",1.59,"Ideal","J","VS2",62.9,58,8681,7.45,7.39,4.66 +"20253",1.46,"Premium","D","SI2",62,55,8683,7.32,7.23,4.51 +"20254",1.29,"Very Good","G","VS2",58.7,58,8684,7.11,7.27,4.22 +"20255",1.5,"Ideal","I","SI1",62.1,55,8685,7.32,7.36,4.56 +"20256",1.41,"Premium","H","VS2",62,58,8686,7.19,7.12,4.44 +"20257",1.52,"Ideal","J","VS1",62.8,54.3,8687,7.32,7.35,4.61 +"20258",1.2,"Ideal","G","VS1",62.6,54.3,8687,6.76,6.8,4.25 +"20259",1.72,"Ideal","J","SI1",62,57,8688,7.66,7.62,4.74 +"20260",1.01,"Premium","F","VVS2",62,58,8688,6.45,6.36,3.97 +"20261",1.01,"Ideal","F","VVS2",61,57,8688,6.52,6.46,3.96 +"20262",1.53,"Premium","G","SI2",58.7,59,8688,7.51,7.45,4.39 +"20263",1.01,"Premium","F","VVS2",61.8,55,8688,6.45,6.36,3.96 +"20264",1.01,"Ideal","F","VVS2",61.8,56,8688,6.49,6.46,4 +"20265",1.19,"Very Good","G","VVS2",61.8,59,8689,6.75,6.77,4.18 +"20266",1.71,"Very Good","J","SI1",62.9,58,8690,7.58,7.64,4.79 +"20267",1.71,"Premium","J","SI1",61.7,59,8690,7.63,7.7,4.73 +"20268",1.74,"Premium","J","SI2",59.7,57,8690,7.88,7.8,4.68 +"20269",1.21,"Ideal","F","VS2",62.4,59,8691,6.82,6.77,4.24 +"20270",1.24,"Ideal","H","VVS1",61.9,55,8693,6.85,6.91,4.27 +"20271",1.05,"Premium","F","VVS2",61.3,59,8693,6.56,6.48,4 +"20272",1.2,"Premium","D","VS2",61.6,60,8693,6.78,6.72,4.16 +"20273",1.52,"Premium","I","SI1",60.5,60,8694,7.4,7.48,4.5 +"20274",1.11,"Ideal","E","VS2",62.1,53,8698,6.67,6.69,4.14 +"20275",1.2,"Ideal","G","VS1",62.4,57.1,8698,6.72,6.79,4.23 +"20276",1.21,"Ideal","G","VS1",61.1,58,8699,6.9,6.87,4.21 +"20277",1.03,"Ideal","F","VVS2",61.6,56,8701,6.46,6.53,4 +"20278",1.12,"Ideal","G","VVS2",62.1,54.8,8701,6.64,6.66,4.13 +"20279",1.2,"Ideal","G","VS1",62.4,57,8701,6.8,6.78,4.24 +"20280",1.2,"Ideal","G","VS1",62,57,8701,6.81,6.78,4.21 +"20281",1.5,"Very Good","F","SI2",63.1,63,8702,7.27,7.21,4.57 +"20282",1.5,"Good","I","VS2",57.8,60,8702,7.54,7.5,4.35 +"20283",1.05,"Premium","G","VVS2",59.5,61,8702,6.69,6.63,3.96 +"20284",1.52,"Very Good","I","SI1",62.6,60,8703,7.3,7.33,4.58 +"20285",1.73,"Good","J","SI1",65.6,55,8703,7.42,7.47,4.88 +"20286",1.27,"Premium","G","VS2",61,60,8705,6.97,6.93,4.24 +"20287",1.27,"Ideal","G","VS2",62.8,54,8705,6.92,6.87,4.33 +"20288",1.51,"Very Good","J","VVS2",62.6,63,8706,7.29,7.24,4.55 +"20289",1.51,"Good","D","SI2",64.1,61,8706,7.18,7.14,4.59 +"20290",1.01,"Very Good","F","VVS1",63.4,55,8706,6.44,6.34,4.05 +"20291",1.07,"Ideal","G","VVS2",61.5,56,8707,6.58,6.6,4.05 +"20292",0.91,"Ideal","D","VVS2",62,54,8707,6.2,6.25,3.86 +"20293",1.13,"Premium","G","VVS1",59.3,59,8709,6.79,6.87,4.05 +"20294",2.16,"Ideal","H","I1",62.2,56,8709,8.31,8.26,5.15 +"20295",1.6,"Ideal","H","VS2",61.2,57,8709,7.57,7.5,4.61 +"20296",1.51,"Ideal","H","SI2",62.1,57,8710,7.38,7.34,4.57 +"20297",1.21,"Very Good","F","VS2",60.1,55,8711,6.91,7.01,4.18 +"20298",2.5,"Fair","G","I1",65.1,59,8711,8.55,8.39,5.53 +"20299",1.2,"Very Good","G","VVS2",62.4,56,8712,6.68,6.74,4.19 +"20300",1.5,"Very Good","J","VVS2",61.5,60,8712,7.27,7.31,4.48 +"20301",1.33,"Ideal","H","VS1",59.3,57,8714,7.22,7.18,4.27 +"20302",1.71,"Fair","F","SI2",64.9,57,8714,7.51,7.41,4.84 +"20303",1.01,"Fair","D","VVS2",65.4,57,8716,6.2,6.16,4.04 +"20304",1.64,"Premium","I","SI1",62.4,58,8716,7.58,7.52,4.71 +"20305",1.36,"Premium","H","VS2",61.9,58,8718,7.09,7.15,4.41 +"20306",1.24,"Ideal","H","VS1",61,57,8719,6.91,6.95,4.23 +"20307",1.51,"Good","I","VS2",62.9,57,8720,7.23,7.27,4.56 +"20308",1.12,"Premium","G","VVS2",62.6,59,8721,6.61,6.58,4.13 +"20309",1.04,"Premium","F","VVS2",59.2,58,8722,6.68,6.66,3.95 +"20310",1.1,"Very Good","G","VVS1",60.4,57,8724,6.7,6.77,4.07 +"20311",1.06,"Ideal","G","VVS2",61.4,57,8726,6.52,6.55,4.01 +"20312",1.06,"Ideal","G","VVS2",60.3,57,8726,6.61,6.68,4.01 +"20313",1.24,"Ideal","H","VS2",61.8,55,8726,6.91,6.95,4.28 +"20314",1.32,"Ideal","G","VS2",62.4,57,8728,7.05,6.98,4.38 +"20315",1.09,"Ideal","F","VS1",61.7,57,8730,6.58,6.62,4.07 +"20316",1.74,"Good","I","SI2",60.1,64,8731,7.82,7.71,4.67 +"20317",1.22,"Premium","F","VS2",62.3,57,8731,6.84,6.8,4.25 +"20318",1.5,"Good","I","VVS2",65.4,59,8732,7.09,7.14,4.65 +"20319",1.22,"Ideal","F","VS2",62.6,56,8733,6.8,6.78,4.25 +"20320",1.22,"Premium","F","VS2",62,58,8733,6.89,6.86,4.26 +"20321",1.51,"Very Good","J","VS2",59.7,59,8735,7.51,7.47,4.47 +"20322",1.5,"Good","I","SI1",64.3,55,8736,7.24,7.19,4.64 +"20323",1.5,"Good","J","VS1",63.3,57,8736,7.2,7.24,4.57 +"20324",1.5,"Good","I","SI1",63.8,59,8736,7.21,7.11,4.57 +"20325",1.5,"Premium","I","SI1",61.2,61,8736,7.34,7.3,4.48 +"20326",1.5,"Premium","I","SI1",62,62,8736,7.35,7.3,4.54 +"20327",1.5,"Very Good","F","VS2",63.4,61,8736,7.12,7.08,4.5 +"20328",1.5,"Ideal","I","SI1",62.3,55,8736,7.35,7.31,4.57 +"20329",1,"Premium","F","VVS1",62.6,58,8736,6.45,6.33,4 +"20330",1.5,"Premium","G","SI2",58.5,62,8736,7.44,7.4,4.34 +"20331",1.5,"Good","I","SI1",64,60,8736,7.25,7.13,4.6 +"20332",1.5,"Ideal","I","SI1",64.2,59,8736,7.13,7.1,4.57 +"20333",1.5,"Good","H","VS1",64.3,57,8736,7.12,7,4.54 +"20334",1.5,"Ideal","G","SI2",62,57,8736,7.31,7.26,4.52 +"20335",1.5,"Premium","G","SI2",60.7,61,8736,7.36,7.33,4.46 +"20336",1.5,"Ideal","G","SI2",61.4,56,8736,7.38,7.34,4.52 +"20337",1.25,"Premium","G","VS1",60,61,8736,7.03,6.92,4.23 +"20338",2,"Fair","I","SI2",69.1,56,8736,7.84,7.7,5.37 +"20339",1.52,"Premium","D","SI2",60.2,60,8737,7.4,7.46,4.47 +"20340",1.22,"Premium","G","VS1",62.2,59,8739,6.87,6.82,4.26 +"20341",1.53,"Premium","D","SI2",59.9,58,8739,7.54,7.41,4.48 +"20342",1.45,"Premium","G","VS1",60.5,60,8740,7.27,7.16,4.37 +"20343",1.21,"Good","G","VS1",63.6,56,8741,6.8,6.72,4.3 +"20344",1.03,"Ideal","D","VS1",61.5,57,8742,6.48,6.52,4 +"20345",1.51,"Good","D","SI2",61.5,61,8742,7.37,7.42,4.55 +"20346",1.15,"Ideal","F","VVS2",62.1,55,8743,6.69,6.74,4.17 +"20347",1.14,"Ideal","G","VVS2",62.3,55,8743,6.64,6.72,4.18 +"20348",1.7,"Ideal","I","SI2",60.7,59,8743,7.69,7.64,4.65 +"20349",1.64,"Premium","I","SI2",61.3,58,8743,7.62,7.58,4.66 +"20350",1.02,"Very Good","E","VVS2",60.3,58,8745,6.53,6.57,3.95 +"20351",1.35,"Premium","H","VS1",60.5,60,8747,7.19,7.16,4.34 +"20352",1.04,"Very Good","E","VVS2",62.4,58,8748,6.46,6.4,4.01 +"20353",1.55,"Premium","J","VS1",62.6,59,8749,7.4,7.35,4.62 +"20354",1.5,"Good","H","VS1",64.2,56,8749,7.3,7.09,4.62 +"20355",1,"Good","E","VVS2",63.5,55,8750,6.31,6.36,4.02 +"20356",1.01,"Good","E","VVS2",63.3,58,8752,6.31,6.39,4.02 +"20357",1.51,"Ideal","I","SI1",61.2,58,8752,7.35,7.4,4.51 +"20358",1.51,"Ideal","I","SI1",62.4,59,8752,7.27,7.34,4.56 +"20359",1.51,"Premium","H","SI1",61.5,58,8752,7.38,7.31,4.52 +"20360",1.57,"Premium","J","VS1",61.3,59,8752,7.47,7.44,4.57 +"20361",1.57,"Ideal","G","SI1",61.7,55,8752,7.51,7.44,4.61 +"20362",1.09,"Ideal","G","VVS2",61.8,56,8753,6.58,6.62,4.08 +"20363",1.51,"Very Good","I","SI1",63,59,8758,7.26,7.31,4.59 +"20364",1.7,"Ideal","J","SI1",60.9,57,8758,7.73,7.66,4.69 +"20365",1.41,"Premium","G","SI1",59.5,59,8758,7.35,7.3,4.36 +"20366",1.23,"Premium","G","VS1",61.3,58,8759,6.87,6.89,4.22 +"20367",1.28,"Ideal","H","VVS1",61.7,55,8759,6.97,7.01,4.31 +"20368",1.21,"Ideal","G","VS1",62.7,54,8759,6.79,6.83,4.27 +"20369",1.5,"Premium","J","VVS2",61.8,60,8760,7.36,7.33,4.54 +"20370",1.56,"Ideal","J","VS1",62.5,56,8763,7.38,7.46,4.64 +"20371",0.31,"Very Good","G","VS1",59.6,61,625,4.35,4.38,2.6 +"20372",0.31,"Premium","G","VS1",61.2,60,625,4.3,4.33,2.64 +"20373",0.31,"Good","F","VS2",63.4,56,625,4.31,4.34,2.74 +"20374",0.31,"Premium","G","VS1",62.1,58,625,4.31,4.36,2.69 +"20375",0.31,"Very Good","F","VS2",62.9,56,625,4.3,4.32,2.71 +"20376",0.31,"Very Good","G","VS1",62,59,625,4.28,4.3,2.66 +"20377",0.31,"Ideal","H","VVS2",62.4,57,625,4.32,4.36,2.71 +"20378",0.31,"Ideal","F","VS2",61.5,56,625,4.34,4.37,2.68 +"20379",0.31,"Very Good","H","VVS2",61.4,58,625,4.32,4.37,2.67 +"20380",0.31,"Ideal","F","VS2",62.6,57,625,4.29,4.33,2.7 +"20381",0.31,"Premium","F","VS2",62.3,59,625,4.3,4.33,2.69 +"20382",0.31,"Ideal","F","VS2",62,56,625,4.35,4.39,2.71 +"20383",0.31,"Good","H","VVS2",63.6,56,625,4.28,4.33,2.74 +"20384",0.31,"Very Good","H","VVS2",62.8,57,625,4.3,4.33,2.71 +"20385",0.31,"Premium","F","VS2",62.3,60,625,4.32,4.35,2.7 +"20386",0.31,"Premium","G","VS1",59.5,59,625,4.4,4.47,2.64 +"20387",0.31,"Premium","F","VS2",62,60,625,4.3,4.34,2.68 +"20388",0.31,"Premium","H","VVS2",61.2,59,625,4.34,4.38,2.67 +"20389",0.31,"Good","F","VS2",63.4,56,625,4.29,4.32,2.73 +"20390",0.31,"Premium","F","VS2",62.4,58,625,4.31,4.34,2.7 +"20391",0.31,"Ideal","F","VS2",61.6,55,625,4.36,4.37,2.69 +"20392",0.31,"Premium","G","VS1",62.1,58,625,4.31,4.35,2.69 +"20393",0.31,"Good","H","VVS2",63.7,55,625,4.28,4.32,2.74 +"20394",0.31,"Very Good","G","VS1",62.2,56,625,4.32,4.36,2.7 +"20395",0.31,"Very Good","F","VS2",62.8,57,625,4.34,4.36,2.73 +"20396",0.31,"Very Good","G","VS1",62.8,58,625,4.27,4.3,2.69 +"20397",0.31,"Premium","H","VVS2",62.4,59,625,4.31,4.35,2.7 +"20398",0.31,"Ideal","H","VVS2",62.5,55,625,4.34,4.37,2.72 +"20399",0.31,"Premium","H","VVS2",60.6,60,625,4.34,4.38,2.64 +"20400",0.31,"Ideal","H","VVS2",61.5,56,625,4.35,4.37,2.68 +"20401",1.25,"Ideal","F","VS2",62.8,57,8764,6.87,6.85,4.31 +"20402",1.31,"Premium","E","SI1",62.4,58,8767,7.03,6.95,4.36 +"20403",1.02,"Premium","G","VVS1",58,61,8768,6.67,6.58,3.84 +"20404",1.2,"Very Good","E","VS2",60.7,59,8769,6.79,6.86,4.14 +"20405",1.51,"Premium","J","VVS2",62.6,59,8770,7.31,7.33,4.58 +"20406",1.51,"Premium","J","VVS2",62.5,59,8770,7.29,7.34,4.57 +"20407",1.51,"Very Good","J","VVS2",62.9,58,8770,7.21,7.33,4.57 +"20408",1.5,"Ideal","F","SI1",60.9,56,8770,7.43,7.36,4.5 +"20409",1.5,"Premium","F","SI1",62.1,60,8770,7.32,7.27,4.53 +"20410",1.34,"Ideal","H","VS2",61.9,55,8771,7.05,7.08,4.37 +"20411",1,"Very Good","F","VVS2",62.3,57,8772,6.34,6.41,3.97 +"20412",1.12,"Ideal","G","VVS2",62,55,8773,6.67,6.69,4.14 +"20413",1.02,"Premium","F","VVS2",60.9,59,8774,6.56,6.44,3.96 +"20414",1.31,"Ideal","H","VS1",62.5,56,8774,7.03,6.95,4.37 +"20415",1.21,"Ideal","G","VS1",62.6,56,8774,6.81,6.77,4.25 +"20416",1.21,"Premium","G","VS1",62.7,58,8774,6.85,6.76,4.27 +"20417",1.28,"Ideal","G","VS2",62.2,57,8774,6.99,6.94,4.33 +"20418",1.1,"Ideal","G","VS1",61.3,56,8775,6.65,6.69,4.09 +"20419",1.06,"Ideal","F","VVS2",61.1,57,8776,6.62,6.57,4.03 +"20420",1.58,"Premium","H","SI2",62.4,57,8777,7.45,7.36,4.62 +"20421",1.52,"Good","I","VS2",63.3,61,8778,7.23,7.27,4.59 +"20422",1.09,"Ideal","G","VVS1",62.1,55,8778,6.58,6.63,4.1 +"20423",1.01,"Ideal","G","IF",62.8,57,8778,6.42,6.39,4.02 +"20424",1.6,"Ideal","H","SI2",61.5,55,8779,7.53,7.55,4.64 +"20425",1.49,"Fair","F","SI1",59.6,63,8779,7.2,7.34,4.33 +"20426",1.22,"Premium","G","VS1",61.3,58,8779,6.91,6.89,4.23 +"20427",1.5,"Good","I","VS2",60.5,60,8780,7.26,7.32,4.41 +"20428",2.01,"Good","I","SI2",63.8,57,8780,8,7.95,5.1 +"20429",1.34,"Ideal","H","VS1",61.6,57,8780,7.14,7.07,4.38 +"20430",1.58,"Very Good","I","SI1",63.1,55,8782,7.42,7.45,4.69 +"20431",1.22,"Ideal","F","VS2",61.5,57,8783,6.87,6.91,4.24 +"20432",1.04,"Very Good","F","VVS2",62.5,58,8785,6.37,6.46,4.01 +"20433",1.12,"Very Good","E","VS1",60.8,58,8788,6.69,6.73,4.08 +"20434",1.51,"Very Good","J","VVS2",60.6,58,8789,7.36,7.4,4.47 +"20435",1.25,"Ideal","H","VVS2",60.8,57,8789,6.95,6.99,4.24 +"20436",1.5,"Very Good","H","SI1",61.5,62,8791,7.24,7.3,4.47 +"20437",1.22,"Very Good","G","IF",62,59,8793,6.8,6.85,4.23 +"20438",1.51,"Ideal","G","SI2",60.8,57,8794,7.44,7.39,4.51 +"20439",1.64,"Very Good","G","SI2",60.9,57,8794,7.57,7.61,4.62 +"20440",1.52,"Very Good","I","SI1",63.7,58,8794,7.23,7.3,4.63 +"20441",1.51,"Premium","G","SI2",62.8,56,8794,7.3,7.22,4.56 +"20442",1.51,"Fair","G","VS2",56,65,8794,7.68,7.57,4.27 +"20443",1.51,"Premium","I","SI1",62.2,60,8794,7.3,7.23,4.52 +"20444",1.51,"Premium","I","SI1",62.6,60,8794,7.34,7.27,4.57 +"20445",1.51,"Fair","G","SI2",65.5,55,8794,7.14,7.08,4.66 +"20446",1.51,"Good","F","VS2",64,59,8794,7.16,7.08,4.56 +"20447",1.51,"Ideal","G","SI2",60.5,55,8794,7.4,7.36,4.46 +"20448",1.51,"Premium","I","SI1",62.7,61,8794,7.33,7.27,4.58 +"20449",1.04,"Ideal","G","VVS1",62.2,55,8794,6.51,6.48,4.04 +"20450",1.22,"Very Good","G","VS1",61.2,58,8795,6.84,6.86,4.19 +"20451",1.2,"Premium","F","VS2",62.1,54,8796,6.77,6.73,4.19 +"20452",1.1,"Ideal","F","VS1",61.5,55,8796,6.69,6.64,4.1 +"20453",1.1,"Ideal","F","VS1",61.5,59,8796,6.63,6.58,4.06 +"20454",1.2,"Premium","F","VS2",60.4,59,8796,6.91,6.89,4.17 +"20455",1.1,"Premium","D","VS2",58.2,57,8796,6.81,6.77,3.95 +"20456",1.01,"Very Good","E","VVS2",63.4,57,8797,6.45,6.33,4.05 +"20457",1.24,"Ideal","G","VS2",62,56,8797,6.87,6.9,4.27 +"20458",1.24,"Ideal","G","VS2",62.3,57,8799,6.95,6.89,4.31 +"20459",1.53,"Premium","G","SI2",61.3,59,8799,7.49,7.43,4.57 +"20460",1.71,"Fair","I","SI2",65.1,60,8800,7.5,7.46,4.87 +"20461",1.16,"Ideal","G","VVS2",62,56,8803,6.75,6.71,4.17 +"20462",1.17,"Ideal","F","VS1",62.2,56,8806,6.77,6.74,4.2 +"20463",2.74,"Fair","J","I1",64.9,61,8807,8.76,8.66,5.65 +"20464",1.6,"Premium","I","SI1",60.3,59,8808,7.56,7.61,4.57 +"20465",1.54,"Very Good","G","SI2",61.5,61,8808,7.35,7.42,4.54 +"20466",1.43,"Premium","F","SI1",61.5,58,8809,7.27,7.22,4.45 +"20467",1.09,"Ideal","E","VS1",61.3,56,8809,6.71,6.66,4.1 +"20468",1.23,"Premium","G","VVS2",59.6,59,8810,6.95,6.98,4.15 +"20469",1.52,"Premium","E","SI2",62,62,8810,7.2,7.13,4.44 +"20470",1.03,"Ideal","E","VVS2",61.9,57,8811,6.46,6.5,4.01 +"20471",1.41,"Premium","H","VS2",61.2,60,8812,7.21,7.17,4.4 +"20472",1.04,"Premium","G","IF",60.7,58,8813,6.65,6.52,4 +"20473",1.59,"Ideal","I","SI2",60.5,55.1,8814,7.55,7.62,4.59 +"20474",1.48,"Very Good","H","SI1",62.5,59,8815,7.16,7.23,4.5 +"20475",1.73,"Premium","F","SI2",63,60,8816,7.63,7.52,4.77 +"20476",1.31,"Premium","G","VS2",60.3,59,8818,7.08,7.12,4.28 +"20477",1.52,"Fair","H","SI1",61.2,60,8818,7.39,7.29,4.49 +"20478",1.48,"Ideal","E","SI2",62.1,57,8818,7.35,7.28,4.54 +"20479",1.02,"Ideal","D","VS1",60.8,55,8818,6.55,6.5,3.97 +"20480",1.25,"Premium","G","VS2",62.6,58,8820,6.87,6.8,4.28 +"20481",1.5,"Very Good","E","SI2",63.1,57,8820,7.32,7.27,4.6 +"20482",1.5,"Good","F","SI2",62.6,64,8820,7.25,7.19,4.52 +"20483",1.75,"Premium","F","SI2",58,59,8820,7.97,7.92,4.61 +"20484",1.5,"Premium","I","VS2",58.4,61,8820,7.48,7.42,4.35 +"20485",1.5,"Premium","I","VS2",62.3,58,8820,7.31,7.26,4.54 +"20486",1.05,"Ideal","D","VS1",60.5,57,8820,6.61,6.58,3.99 +"20487",1.5,"Premium","G","SI2",60.1,59,8820,7.38,7.36,4.43 +"20488",1.5,"Premium","I","VS2",62.9,58,8820,7.17,7.08,4.48 +"20489",1.5,"Good","E","SI1",64.1,56,8820,7.21,7.14,4.6 +"20490",1.01,"Premium","D","VS1",61.6,58,8823,6.44,6.42,3.96 +"20491",1.21,"Ideal","G","VS1",61.4,56,8824,6.84,6.9,4.22 +"20492",1.52,"Premium","H","VS2",61.1,61,8825,7.4,7.36,4.51 +"20493",1.5,"Very Good","E","SI2",62.7,56,8827,7.33,7.38,4.61 +"20494",1.51,"Premium","F","SI1",60.9,59,8828,7.42,7.33,4.49 +"20495",1.84,"Ideal","J","VS1",62.4,56,8828,7.84,7.8,4.89 +"20496",1.2,"Very Good","F","VS2",62.4,58,8829,6.75,6.81,4.23 +"20497",1.59,"Premium","H","SI1",61,58,8829,7.58,7.51,4.6 +"20498",1.24,"Ideal","G","VS1",61.5,56,8830,6.92,6.97,4.27 +"20499",1.22,"Ideal","G","VS1",62.6,54.4,8830,6.77,6.83,4.26 +"20500",1.55,"Ideal","I","VS2",62.6,56,8831,7.35,7.41,4.62 +"20501",1.71,"Good","J","VS2",62.8,58,8831,7.48,7.55,4.72 +"20502",1.66,"Very Good","H","SI1",63.3,59,8831,7.48,7.45,4.72 +"20503",1.59,"Ideal","I","SI1",62.1,57,8835,7.48,7.46,4.64 +"20504",1.64,"Premium","E","SI2",61.9,61,8835,7.54,7.51,4.66 +"20505",1.51,"Very Good","I","VS2",62.3,60,8836,7.29,7.35,4.56 +"20506",1.51,"Premium","E","SI1",63,58,8836,7.4,7.27,4.62 +"20507",1.75,"Ideal","J","SI1",63.3,59,8840,7.63,7.57,4.81 +"20508",1.77,"Premium","J","SI2",62,55,8840,7.84,7.72,4.82 +"20509",1.7,"Premium","I","VS1",61.5,58,8840,7.74,7.64,4.73 +"20510",1.25,"Premium","F","VS2",61.5,60,8840,6.93,6.89,4.25 +"20511",1.29,"Premium","G","VS2",58.7,58,8842,7.27,7.11,4.22 +"20512",1.11,"Ideal","G","VVS2",63.1,57,8843,6.55,6.6,4.15 +"20513",1.41,"Very Good","H","VS2",62.5,58,8846,7.08,7.12,4.44 +"20514",1.4,"Premium","H","VS2",62.9,55,8847,7.15,7.06,4.47 +"20515",1.02,"Ideal","G","VVS2",62.1,54,8847,6.54,6.51,4.05 +"20516",1.71,"Premium","J","SI1",62.9,58,8848,7.64,7.58,4.79 +"20517",1.54,"Ideal","J","VS1",62.2,59,8848,7.34,7.38,4.58 +"20518",1.01,"Very Good","E","VVS2",63.1,57,8849,6.31,6.39,4.01 +"20519",1.05,"Ideal","G","IF",62.5,56,8850,6.48,6.52,4.06 +"20520",1.05,"Premium","G","IF",60.6,60,8850,6.57,6.59,3.99 +"20521",1.25,"Very Good","E","VS2",61.6,57,8851,6.9,6.94,4.26 +"20522",1.11,"Very Good","E","VS1",61.6,57,8852,6.59,6.63,4.07 +"20523",1.2,"Ideal","H","VS1",60.9,57,8852,6.87,6.9,4.19 +"20524",1.52,"Good","I","SI1",64.1,57,8852,7.26,7.21,4.64 +"20525",1.52,"Premium","I","SI1",58.1,62,8852,7.61,7.56,4.41 +"20526",1.6,"Premium","I","SI1",62.1,58,8852,7.51,7.47,4.65 +"20527",1.52,"Premium","I","SI1",60.5,60,8852,7.48,7.4,4.5 +"20528",1.52,"Ideal","G","SI2",61.3,57,8852,7.39,7.36,4.52 +"20529",1.3,"Premium","G","VS2",62.2,58,8854,6.92,6.98,4.32 +"20530",1.51,"Good","H","SI1",62.2,61,8854,7.25,7.32,4.53 +"20531",1.23,"Premium","F","VS2",59.6,58,8855,6.94,7.02,4.16 +"20532",1.46,"Ideal","H","SI1",62.4,55,8855,7.26,7.22,4.52 +"20533",1.51,"Very Good","I","SI1",59.3,59,8856,7.49,7.59,4.47 +"20534",1.56,"Premium","D","SI2",61.1,56,8858,7.54,7.45,4.58 +"20535",1.56,"Premium","I","VVS2",60.5,58,8858,7.53,7.45,4.53 +"20536",1.11,"Ideal","G","VVS2",61.8,57,8858,6.67,6.64,4.11 +"20537",1.56,"Premium","G","SI2",61.7,59,8858,7.51,7.43,4.61 +"20538",1.56,"Ideal","I","SI1",61.4,56,8858,7.47,7.42,4.57 +"20539",1.03,"Ideal","F","VVS2",61.6,56,8860,6.53,6.46,4 +"20540",1.01,"Ideal","F","VS1",61.8,57,8860,6.41,6.46,3.98 +"20541",1.52,"Good","J","VVS2",57.9,62,8861,7.61,7.63,4.41 +"20542",1.15,"Premium","G","VVS1",60.8,58,8863,6.74,6.77,4.11 +"20543",1.21,"Ideal","E","SI1",61.8,56,8863,6.82,6.86,4.23 +"20544",1.21,"Ideal","G","VS1",61.8,55,8864,6.81,6.87,4.23 +"20545",1.62,"Ideal","H","SI2",61.8,54,8865,7.55,7.6,4.68 +"20546",1.55,"Premium","I","SI1",62.5,60,8866,7.33,7.35,4.59 +"20547",1.52,"Good","D","SI2",63.2,58,8868,7.25,7.31,4.6 +"20548",1.52,"Very Good","D","SI2",61.2,63,8868,7.31,7.39,4.5 +"20549",1.13,"Premium","G","VVS1",59.3,59,8868,6.87,6.79,4.05 +"20550",1.01,"Ideal","G","IF",61.5,58,8869,6.44,6.47,3.97 +"20551",1.01,"Ideal","G","IF",60.8,59,8869,6.47,6.5,3.94 +"20552",1.51,"Fair","E","SI1",65.3,62,8869,7.16,7.09,4.65 +"20553",2,"Very Good","J","SI2",62.1,63,8870,7.96,7.85,4.91 +"20554",1.05,"Ideal","F","VVS2",61.9,57,8870,6.5,6.52,4.03 +"20555",1.6,"Premium","J","VS1",61.3,59,8870,7.49,7.52,4.6 +"20556",1.7,"Very Good","J","SI1",61.9,59,8870,7.59,7.64,4.71 +"20557",1.5,"Premium","J","VVS2",61.5,60,8870,7.31,7.27,4.48 +"20558",1.2,"Very Good","F","VS2",63.5,57,8870,6.73,6.65,4.25 +"20559",1.21,"Premium","F","VS2",60.1,55,8870,7.01,6.91,4.18 +"20560",1.2,"Premium","G","VVS2",62.4,56,8870,6.74,6.68,4.19 +"20561",1.08,"Ideal","G","IF",61.3,57,8873,6.59,6.62,4.05 +"20562",1.55,"Very Good","G","SI2",61.9,60,8873,7.31,7.36,4.54 +"20563",1.39,"Premium","G","VS2",62,56,8874,7.18,7.14,4.44 +"20564",1.28,"Premium","G","VS2",61.6,58,8874,7.02,6.98,4.31 +"20565",1.36,"Premium","H","VS2",61.9,58,8877,7.15,7.09,4.41 +"20566",1.21,"Premium","F","VS2",61.5,57,8877,6.81,6.74,4.17 +"20567",1.51,"Ideal","I","VS2",62.9,57,8879,7.27,7.23,4.56 +"20568",1.51,"Premium","E","SI2",58.8,62,8879,7.5,7.41,4.39 +"20569",1.51,"Fair","I","VS2",64.8,60,8879,7.18,7.1,4.63 +"20570",1.21,"Premium","F","VS1",61.3,57,8879,6.9,6.86,4.22 +"20571",1.21,"Premium","F","VS1",62.5,60,8879,6.77,6.7,4.21 +"20572",1.21,"Very Good","E","VS2",61.5,59,8886,6.82,6.88,4.21 +"20573",1.6,"Ideal","J","VS2",61.9,55,8886,7.51,7.54,4.66 +"20574",1.24,"Ideal","E","VS2",62.7,58,8887,6.79,6.86,4.28 +"20575",1.29,"Ideal","H","VS1",61.2,57,8887,7.01,7.05,4.3 +"20576",1.58,"Premium","H","SI2",60.4,58,8887,7.6,7.52,4.57 +"20577",1.71,"Premium","J","VS2",60.3,61,8887,7.74,7.69,4.65 +"20578",1,"Premium","E","VVS2",62.7,60,8888,6.32,6.34,3.97 +"20579",1,"Premium","E","VVS2",61.6,59,8888,6.42,6.46,3.97 +"20580",1.51,"Ideal","J","SI1",62.6,54,8888,7.26,7.35,4.57 +"20581",1.13,"Ideal","G","VVS2",61.5,57,8889,6.67,6.71,4.12 +"20582",1.78,"Premium","J","SI2",62.6,58,8889,7.78,7.72,4.85 +"20583",1.5,"Ideal","H","VS1",62.1,57,8891,7.37,7.23,4.53 +"20584",1.54,"Very Good","F","SI2",61.1,58,8893,7.36,7.47,4.53 +"20585",1.5,"Very Good","I","VS2",62.5,59,8893,7.26,7.3,4.55 +"20586",1.06,"Ideal","D","VS1",61.7,55,8893,6.53,6.57,4.04 +"20587",1.28,"Very Good","G","VS1",59.2,57,8895,7.05,7.13,4.2 +"20588",1.07,"Ideal","G","VVS1",60.9,56,8895,6.6,6.67,4.04 +"20589",1.74,"Ideal","I","SI2",61.6,57,8896,7.67,7.74,4.75 +"20590",1.71,"Very Good","I","SI2",62.7,58,8896,7.59,7.54,4.74 +"20591",1.5,"Very Good","J","VS1",63.3,57,8896,7.24,7.2,4.57 +"20592",1.52,"Premium","D","SI2",60.2,60,8897,7.46,7.4,4.47 +"20593",1.63,"Premium","I","VS1",60.9,58,8900,7.63,7.58,4.63 +"20594",1.72,"Ideal","J","SI1",62,57,8900,7.66,7.62,4.74 +"20595",1.25,"Good","G","VS1",63.4,55,8901,6.87,6.92,4.37 +"20596",1.66,"Very Good","I","SI1",63,57,8901,7.45,7.5,4.71 +"20597",1.21,"Good","E","VS1",61.7,58,8902,6.73,6.78,4.17 +"20598",1.15,"Ideal","F","VVS2",62.1,55,8903,6.74,6.69,4.17 +"20599",1.51,"Good","H","VS2",63.6,61,8904,7.08,7.03,4.49 +"20600",1.6,"Ideal","J","VS1",62.1,57,8904,7.46,7.54,4.66 +"20601",1.01,"Premium","F","VVS2",59.9,58,8905,6.54,6.49,3.9 +"20602",1.24,"Very Good","F","VS2",60.9,60,8907,6.96,6.93,4.23 +"20603",1.5,"Ideal","I","SI1",61.8,57,8907,7.3,7.34,4.53 +"20604",1.5,"Good","E","SI2",63,59,8910,7.18,7.24,4.54 +"20605",1.5,"Good","E","SI2",63.9,58,8910,7.21,7.26,4.62 +"20606",1.5,"Good","I","VS1",63.3,58,8910,7.19,7.24,4.57 +"20607",1,"Very Good","E","VVS2",63.5,55,8910,6.36,6.31,4.02 +"20608",1.7,"Ideal","D","SI2",60.7,56,8911,7.78,7.71,4.7 +"20609",1.2,"Premium","G","VS1",62,58,8911,6.76,6.73,4.18 +"20610",1.53,"Premium","I","SI1",62.9,59,8911,7.36,7.32,4.62 +"20611",1.53,"Premium","I","SI1",60.8,59,8911,7.54,7.49,4.57 +"20612",1.53,"Premium","I","SI1",61.5,59,8911,7.39,7.32,4.52 +"20613",1.14,"Very Good","F","VVS2",63.3,56,8912,6.56,6.71,4.2 +"20614",1.01,"Very Good","E","VVS2",63.3,58,8912,6.39,6.31,4.02 +"20615",1.27,"Ideal","G","VS2",62,58,8915,6.89,6.95,4.29 +"20616",1.3,"Ideal","H","VS1",61.3,59,8915,6.97,7.03,4.29 +"20617",1.52,"Good","H","SI1",64.1,59,8915,7.11,7.18,4.58 +"20618",1.51,"Very Good","E","SI2",60.6,58,8916,7.41,7.43,4.5 +"20619",1.54,"Premium","I","VS2",61.7,59,8917,7.4,7.34,4.55 +"20620",1.51,"Very Good","I","VS1",61.1,63,8918,7.38,7.32,4.49 +"20621",1.23,"Premium","G","VS1",61.3,58,8919,6.89,6.87,4.22 +"20622",1.23,"Ideal","H","VVS1",61.4,56,8920,6.89,6.91,4.24 +"20623",1.5,"Good","I","VS2",61.3,61,8920,7.31,7.38,4.5 +"20624",1.04,"Ideal","G","IF",62.1,54,8921,6.53,6.55,4.06 +"20625",1.01,"Very Good","F","VVS2",62.3,56,8922,6.38,6.42,3.99 +"20626",1.01,"Very Good","F","VVS2",61.8,58,8922,6.44,6.48,3.99 +"20627",1.31,"Ideal","G","VS2",61.9,56,8922,7.05,7.08,4.37 +"20628",1.54,"Ideal","G","SI2",62.3,60,8923,7.29,7.34,4.56 +"20629",1,"Premium","F","VVS2",60.6,54,8924,6.56,6.52,3.96 +"20630",1,"Premium","F","VVS2",60.6,54,8924,6.56,6.52,3.96 +"20631",1.59,"Ideal","J","VS1",62.1,55,8925,7.47,7.51,4.65 +"20632",1.39,"Premium","F","SI1",62.4,59,8925,7.14,7.09,4.44 +"20633",1.36,"Ideal","G","SI1",61,56,8927,7.17,7.2,4.38 +"20634",1.27,"Very Good","F","VS2",60.7,61,8928,6.97,7.01,4.24 +"20635",1.28,"Ideal","H","VVS1",61.3,55,8928,7.01,7.06,4.31 +"20636",1.2,"Very Good","G","VVS1",63.3,59,8928,6.72,6.64,4.23 +"20637",1.24,"Very Good","F","VS2",59.6,59,8929,7,7.07,4.19 +"20638",1.51,"Premium","J","VVS2",62.5,59,8930,7.34,7.29,4.57 +"20639",1.51,"Premium","J","VVS2",62.9,58,8930,7.33,7.21,4.57 +"20640",1.51,"Premium","J","VVS2",62.6,59,8930,7.33,7.31,4.58 +"20641",1.34,"Ideal","D","SI1",62.2,57,8930,7.07,6.95,4.36 +"20642",1.5,"Very Good","H","SI1",62.9,57,8931,7.24,7.28,4.57 +"20643",1.05,"Ideal","G","VVS1",61.2,57,8931,6.54,6.57,4.01 +"20644",1.1,"Ideal","G","VVS2",62,56,8932,6.68,6.64,4.13 +"20645",1.5,"Very Good","H","VS2",61.5,57,8936,7.32,7.37,4.52 +"20646",1.58,"Premium","H","VS2",60.5,58,8936,7.57,7.54,4.57 +"20647",1.2,"Premium","G","VS1",63,61,8938,6.62,6.59,4.16 +"20648",1.52,"Fair","F","SI2",56.3,64,8938,7.68,7.62,4.31 +"20649",1.52,"Very Good","I","VS2",63.3,61,8938,7.27,7.23,4.59 +"20650",1.02,"Very Good","F","VVS2",62.9,59,8940,6.37,6.42,4.02 +"20651",1.27,"Very Good","G","VVS2",62.5,57,8941,6.86,6.91,4.3 +"20652",1.25,"Very Good","G","VS2",62.2,57,8941,6.84,6.88,4.27 +"20653",1.26,"Ideal","H","VVS2",61.8,56,8941,6.9,6.93,4.28 +"20654",1.01,"Good","D","VVS2",63.5,57,8943,6.32,6.35,4.02 +"20655",1.01,"Good","D","VVS2",63.7,57,8943,6.29,6.36,4.03 +"20656",1.53,"Ideal","J","VS1",62.4,54,8943,7.34,7.38,4.59 +"20657",1.04,"Premium","F","VVS2",62.5,58,8946,6.46,6.37,4.01 +"20658",1.05,"Ideal","G","VVS1",60.7,55,8946,6.6,6.65,4.02 +"20659",1.17,"Ideal","G","VVS2",61.7,55,8947,6.74,6.77,4.17 +"20660",2.01,"Very Good","J","SI2",59.3,63,8949,8.28,8.22,4.89 +"20661",1,"Very Good","F","VVS2",63,59,8950,6.33,6.36,4 +"20662",1.21,"Ideal","H","VVS2",61.3,56,8950,6.85,6.89,4.21 +"20663",1.22,"Premium","D","VS2",59.6,60,8950,6.97,6.95,4.15 +"20664",1.39,"Very Good","H","VS2",59.5,61,8951,7.27,7.33,4.34 +"20665",1.51,"Ideal","H","SI2",61.9,56,8951,7.31,7.36,4.54 +"20666",1.51,"Good","I","VS2",62.2,59,8951,7.19,7.3,4.51 +"20667",1.51,"Very Good","I","VS2",63,60,8952,7.25,7.3,4.58 +"20668",1.33,"Very Good","G","VS2",61.7,59,8953,7.04,7.09,4.36 +"20669",1.14,"Ideal","F","VS1",61.1,55,8953,6.74,6.78,4.13 +"20670",1.06,"Ideal","F","VVS2",62.1,57,8954,6.5,6.54,4.05 +"20671",1.56,"Premium","H","SI2",58.8,59,8954,7.64,7.6,4.48 +"20672",1.64,"Fair","E","SI2",63.1,60,8954,7.58,7.5,4.75 +"20673",1.3,"Ideal","H","VVS2",61.5,55,8954,7.07,7.03,4.34 +"20674",1.03,"Ideal","G","VVS1",59.9,61,8955,6.56,6.63,3.95 +"20675",1.02,"Ideal","G","IF",62.3,57,8955,6.43,6.5,4.03 +"20676",1.01,"Good","F","VVS2",61.1,65,8956,6.38,6.42,3.91 +"20677",1.01,"Ideal","G","IF",62.2,61,8957,6.34,6.4,3.96 +"20678",1,"Ideal","F","VVS2",61.7,53,8958,6.46,6.48,3.99 +"20679",1.23,"Premium","F","VS2",60.8,59,8959,6.9,6.94,4.21 +"20680",1.1,"Ideal","D","VS2",62,56,8959,6.58,6.61,4.09 +"20681",1.55,"Ideal","J","VS1",59.5,60,8959,7.53,7.56,4.49 +"20682",1.26,"Ideal","H","VS1",61,57,8959,6.97,7.03,4.27 +"20683",1,"Good","E","VVS2",57.8,61,8960,6.55,6.46,3.76 +"20684",1.12,"Very Good","G","IF",60.9,57,8962,6.68,6.79,4.1 +"20685",1.2,"Premium","F","VS2",62.8,59,8964,6.78,6.69,4.23 +"20686",1.54,"Premium","G","SI2",61.5,61,8969,7.42,7.35,4.54 +"20687",1.21,"Very Good","D","VS2",62.6,59,8969,6.72,6.79,4.23 +"20688",1.54,"Premium","I","SI1",60.8,61,8969,7.48,7.41,4.53 +"20689",1.54,"Premium","G","SI2",62.4,57,8969,7.39,7.36,4.6 +"20690",1.43,"Ideal","G","SI1",62.6,57,8969,7.18,7.14,4.48 +"20691",1.23,"Ideal","G","VS1",61.4,56,8970,6.91,6.96,4.26 +"20692",1.09,"Ideal","G","VVS2",61.5,57,8970,6.62,6.65,4.08 +"20693",1.23,"Premium","G","VVS2",59.6,59,8971,6.98,6.95,4.15 +"20694",1.01,"Ideal","F","VVS2",61.6,56,8971,6.43,6.49,3.98 +"20695",1.53,"Ideal","I","SI1",61.9,54,8971,7.43,7.5,1.53 +"20696",1.03,"Ideal","E","VVS2",61.9,57,8972,6.5,6.46,4.01 +"20697",1.51,"Very Good","G","SI2",61.7,54,8973,7.37,7.41,4.56 +"20698",1.12,"Good","G","IF",59.6,56,8973,6.8,6.85,4.07 +"20699",1.5,"Very Good","I","VS2",60.1,60,8974,7.38,7.35,4.43 +"20700",1.22,"Very Good","G","VVS2",61.9,58,8975,6.84,6.85,4.24 +"20701",0.31,"Very Good","G","VS1",62.9,57,625,4.3,4.32,2.71 +"20702",0.31,"Very Good","H","VVS2",61.9,58,625,4.3,4.33,2.67 +"20703",0.31,"Ideal","G","VS1",61,55,625,4.39,4.43,2.69 +"20704",0.31,"Premium","F","VS2",61.6,58,625,4.35,4.38,2.69 +"20705",0.31,"Ideal","H","VVS2",62.3,55,625,4.36,4.37,2.72 +"20706",0.31,"Ideal","F","VS2",60.8,57,625,4.36,4.39,2.66 +"20707",0.31,"Premium","H","VVS2",61.4,59,625,4.35,4.38,2.68 +"20708",0.31,"Ideal","F","VS2",62.1,57,625,4.34,4.36,2.7 +"20709",0.31,"Premium","H","VVS2",62.6,60,625,4.29,4.33,2.7 +"20710",0.31,"Premium","F","VS2",61.3,59,625,4.31,4.34,2.65 +"20711",0.31,"Premium","G","VS1",61.8,59,625,4.32,4.35,2.68 +"20712",0.31,"Very Good","G","VS1",60.8,61,625,4.33,4.35,2.64 +"20713",0.31,"Ideal","G","VS1",62.5,57,625,4.34,4.37,2.72 +"20714",0.31,"Ideal","G","VS1",61.4,56,625,4.36,4.37,2.68 +"20715",0.31,"Ideal","F","VS2",61.9,54,625,4.35,4.38,2.7 +"20716",0.31,"Very Good","H","VVS2",61.9,58,625,4.33,4.36,2.69 +"20717",0.31,"Ideal","H","VVS2",62.4,56,625,4.34,4.38,2.72 +"20718",0.31,"Good","G","VS1",63.7,56,625,4.27,4.3,2.73 +"20719",0.31,"Premium","G","VS1",62.4,58,625,4.31,4.34,2.7 +"20720",0.31,"Very Good","H","VVS2",62.6,58,625,4.28,4.31,2.69 +"20721",0.31,"Premium","F","VS2",62,58,625,4.31,4.37,2.69 +"20722",0.31,"Premium","F","VS2",62.7,59,625,4.3,4.34,2.71 +"20723",0.31,"Ideal","F","VS2",62.4,56,625,4.31,4.34,2.7 +"20724",0.31,"Very Good","F","VS2",62.8,56,625,4.28,4.32,2.7 +"20725",0.31,"Very Good","F","VS2",61.4,55,625,4.32,4.34,2.66 +"20726",0.31,"Ideal","F","VS2",61.9,55,625,4.37,4.39,2.71 +"20727",0.31,"Premium","F","VS2",62.3,59,625,4.29,4.34,2.69 +"20728",0.31,"Ideal","F","VS2",61.3,57,625,4.3,4.34,2.65 +"20729",0.31,"Premium","F","VS2",61.7,58,625,4.34,4.38,2.69 +"20730",0.31,"Good","G","VS1",63.2,56,625,4.29,4.32,2.72 +"20731",1.51,"Good","I","VS1",65.9,56,8975,7.02,7.09,4.65 +"20732",1.51,"Good","I","VS1",64,60,8975,7.1,7.19,4.57 +"20733",1.59,"Ideal","I","SI2",60.5,55,8975,7.62,7.55,4.59 +"20734",1.59,"Ideal","D","SI2",61.6,55,8975,7.48,7.45,4.6 +"20735",1.01,"Good","E","VVS2",63.3,55,8976,6.36,6.41,4.04 +"20736",1.1,"Ideal","F","VS2",60.7,57,8977,6.66,6.7,4.05 +"20737",1.36,"Ideal","G","SI1",60.9,56,8977,7.15,7.16,4.36 +"20738",1.4,"Ideal","H","VS2",63,56,8977,7.13,7.07,4.47 +"20739",1.61,"Premium","I","SI1",62,58,8978,7.46,7.51,4.64 +"20740",0.9,"Ideal","D","VVS1",62,56,8979,6.16,6.19,3.83 +"20741",1.31,"Premium","G","VS2",60.3,59,8979,7.12,7.08,4.28 +"20742",1.55,"Ideal","G","SI2",60.5,60,8981,7.46,7.49,4.52 +"20743",1.51,"Ideal","J","SI1",62,55,8981,7.42,7.31,4.57 +"20744",1.53,"Ideal","I","SI1",62.4,57,8981,7.33,7.37,4.59 +"20745",1.05,"Ideal","E","VVS2",62.4,56,8982,6.49,6.52,4.06 +"20746",1.2,"Very Good","F","VS1",62.6,59,8983,6.64,6.71,4.18 +"20747",1.24,"Ideal","F","VS2",61.7,53,8983,6.93,6.9,4.27 +"20748",1.21,"Ideal","G","VS1",61.4,56,8985,6.9,6.84,4.22 +"20749",1.5,"Premium","E","SI2",62.7,56,8988,7.38,7.33,4.61 +"20750",1.36,"Ideal","H","SI1",61.5,56,8989,7.12,7.16,4.39 +"20751",1.02,"Very Good","F","VVS1",62.4,58,8990,6.38,6.41,3.99 +"20752",1.2,"Good","F","VS2",62.3,57,8990,6.74,6.78,4.21 +"20753",1.12,"Ideal","E","VS1",61.3,56,8991,6.7,6.72,4.11 +"20754",1.59,"Very Good","E","SI2",61.1,57,8994,7.48,7.54,4.59 +"20755",1.19,"Good","G","VVS2",61.1,61,8995,6.86,6.83,4.18 +"20756",1.53,"Premium","E","SI2",58.9,59,8996,7.63,7.55,4.47 +"20757",1.53,"Fair","I","VS2",57.7,69,8996,7.6,7.51,4.36 +"20758",1.51,"Premium","I","VS2",62.3,60,8997,7.35,7.29,4.56 +"20759",1.03,"Very Good","F","VVS2",61.5,55,8998,6.48,6.57,4.01 +"20760",1.07,"Ideal","E","VS1",60,58,8998,6.66,6.7,4.01 +"20761",1.08,"Premium","D","VS1",61,59,8999,6.66,6.61,4.05 +"20762",1.05,"Ideal","G","VVS2",60.4,54,9000,6.6,6.65,4 +"20763",1.53,"Very Good","D","SI2",62.9,56,9001,7.25,7.31,4.58 +"20764",1.01,"Very Good","E","VVS2",61.5,58,9002,6.4,6.44,3.95 +"20765",1.22,"Ideal","G","VS1",60.7,57,9002,6.93,6.94,4.21 +"20766",1.21,"Premium","G","VVS1",60.1,61,9003,6.92,6.85,4.14 +"20767",1.61,"Good","H","SI2",63.8,62,9005,7.35,7.38,4.7 +"20768",1.04,"Ideal","F","VVS2",61.2,57,9005,6.5,6.53,3.99 +"20769",1.2,"Very Good","F","VS2",61.8,58,9007,6.75,6.78,4.18 +"20770",1.12,"Ideal","F","VS1",61.8,56,9007,6.67,6.69,4.13 +"20771",1.25,"Premium","G","VS1",61.8,58,9009,6.91,6.94,4.28 +"20772",1.5,"Very Good","D","SI2",58.7,57,9009,7.42,7.48,4.37 +"20773",1.2,"Ideal","G","VVS1",62.2,57,9009,6.77,6.81,4.22 +"20774",1.01,"Good","F","VVS1",63.2,56,9012,6.33,6.39,4.02 +"20775",1.05,"Ideal","G","IF",62.5,56,9012,6.52,6.48,4.06 +"20776",1.05,"Premium","G","IF",60.6,60,9012,6.59,6.57,3.99 +"20777",1.05,"Very Good","G","IF",58.9,61,9013,6.64,6.67,3.92 +"20778",1.14,"Ideal","G","VVS2",61,56,9013,6.74,6.76,4.12 +"20779",1.01,"Premium","F","VVS2",62.1,52,9013,6.5,6.45,4.02 +"20780",1,"Ideal","F","VVS2",59.7,60,9014,6.48,6.52,3.88 +"20781",1.52,"Premium","J","VS1",62.5,58,9014,7.37,7.34,4.6 +"20782",1.23,"Premium","F","VS2",59.6,58,9016,7.02,6.94,4.16 +"20783",1.6,"Premium","H","SI1",62.1,60,9017,7.54,7.49,4.66 +"20784",1.53,"Premium","I","SI1",62.6,57,9022,7.38,7.29,4.59 +"20785",1.16,"Very Good","G","VVS1",60.7,56,9023,6.77,6.83,4.13 +"20786",1.15,"Premium","G","VVS1",60.8,58,9025,6.77,6.74,4.11 +"20787",1.21,"Ideal","G","VS1",62.2,56,9026,6.87,6.85,4.26 +"20788",1.55,"Premium","I","SI1",62.5,60,9027,7.35,7.33,4.59 +"20789",1.52,"Premium","E","SI2",60.8,60,9028,7.36,7.42,4.49 +"20790",1.5,"Good","F","SI2",61.2,63,9028,7.33,7.41,4.51 +"20791",1.52,"Good","F","SI2",58.2,60,9028,7.52,7.63,4.41 +"20792",1.12,"Ideal","F","VS1",62.1,54,9030,6.66,6.73,4.16 +"20793",1.52,"Very Good","D","SI2",63.2,58,9030,7.31,7.25,4.6 +"20794",1.52,"Very Good","D","SI2",61.2,63,9030,7.39,7.31,4.5 +"20795",1.23,"Ideal","G","VS1",62,56,9030,6.92,6.86,4.27 +"20796",1.25,"Ideal","G","VS2",62.4,55,9030,6.93,6.86,4.3 +"20797",1.26,"Ideal","G","VS1",61.2,57,9032,7.03,6.95,4.28 +"20798",1.28,"Premium","G","VS2",62.2,59,9032,6.94,6.89,4.3 +"20799",1.6,"Premium","J","VS1",61.3,59,9032,7.52,7.49,4.6 +"20800",1.05,"Ideal","F","VVS2",61.9,57,9032,6.52,6.5,4.03 +"20801",1.2,"Ideal","F","VS1",62.9,53,9032,6.86,6.81,4.3 +"20802",1.5,"Very Good","I","VS1",62.8,58,9033,7.17,7.23,4.52 +"20803",1.62,"Very Good","D","SI2",61.2,61,9034,7.53,7.6,4.63 +"20804",1.5,"Very Good","H","SI1",61.4,57,9035,7.27,7.33,4.48 +"20805",1.08,"Ideal","G","IF",61.3,57,9035,6.62,6.59,4.05 +"20806",2.16,"Ideal","F","I1",61,57,9036,8.4,8.32,5.1 +"20807",1.58,"Very Good","G","SI2",60,53,9037,7.59,7.64,4.57 +"20808",1.14,"Ideal","G","VVS1",61,56,9037,6.75,6.8,4.13 +"20809",1.23,"Premium","E","VS2",61.7,57,9037,6.87,6.84,4.23 +"20810",1.91,"Premium","G","SI2",61.9,58,9038,7.9,7.84,4.87 +"20811",1.2,"Ideal","G","VS1",61.7,55,9038,6.92,6.88,4.26 +"20812",1.04,"Premium","G","IF",61.3,58,9039,6.52,6.43,3.97 +"20813",1.01,"Ideal","F","VVS2",59.6,60,9040,6.56,6.52,3.9 +"20814",1.08,"Ideal","H","VVS1",61.8,57,9041,6.55,6.59,4.06 +"20815",1.55,"Premium","H","VS1",58.4,61,9041,7.64,7.59,4.45 +"20816",1.02,"Very Good","F","VVS2",61,54,9043,6.53,6.58,4 +"20817",1.55,"Ideal","H","SI2",62,58,9044,7.44,7.39,4.6 +"20818",1.55,"Fair","H","SI2",64.6,58,9045,7.28,7.21,4.68 +"20819",1.37,"Very Good","H","VS1",62,59,9046,7.08,7.12,4.4 +"20820",1.13,"Ideal","G","VVS1",61.2,57,9049,6.65,6.72,4.09 +"20821",1.1,"Very Good","G","VVS2",60.5,55.7,9050,6.7,6.76,4.07 +"20822",1,"Premium","E","VVS2",61.6,59,9050,6.46,6.42,3.97 +"20823",1,"Premium","E","VVS2",62.7,60,9050,6.34,6.32,3.97 +"20824",1.3,"Premium","G","VS2",60.9,60,9051,6.99,7.04,4.27 +"20825",1.1,"Ideal","G","VVS2",61.6,56,9051,6.62,6.69,4.1 +"20826",1.76,"Very Good","J","SI2",60.9,60,9053,7.79,7.83,4.76 +"20827",1.1,"Very Good","G","IF",59.8,56,9053,6.75,6.82,4.06 +"20828",1.5,"Premium","I","VS2",62.5,59,9055,7.3,7.26,4.55 +"20829",1.54,"Premium","F","SI2",61.1,58,9055,7.47,7.36,4.53 +"20830",1.11,"Ideal","F","VS2",61.8,56,9057,6.66,6.7,4.13 +"20831",1.52,"Ideal","F","SI2",61.2,57,9057,7.45,7.39,4.54 +"20832",1.52,"Premium","I","VS2",59,59,9057,7.53,7.46,4.42 +"20833",1.51,"Very Good","E","SI2",62.8,59,9058,7.24,7.31,4.57 +"20834",1.3,"Ideal","G","VS2",61.9,55,9060,7.01,7.04,4.35 +"20835",1.01,"Very Good","G","IF",61.1,56,9063,6.45,6.48,3.95 +"20836",1.01,"Very Good","F","VVS2",61.1,58,9065,6.43,6.47,3.94 +"20837",1.01,"Premium","F","VVS2",60.4,59,9065,6.45,6.49,3.91 +"20838",1.52,"Ideal","I","SI1",61.2,55.4,9067,7.38,7.45,4.54 +"20839",2.28,"Good","J","SI2",63.6,57,9068,8.37,8.32,5.31 +"20840",1.15,"Very Good","G","VVS2",63.2,58,9068,6.68,6.61,4.2 +"20841",1.51,"Good","I","SI1",63.9,59,9069,7.18,7.26,4.61 +"20842",1.51,"Ideal","I","VS2",62.6,56,9069,7.27,7.32,4.57 +"20843",1.51,"Very Good","G","SI2",62.4,56,9069,7.25,7.29,4.54 +"20844",1.51,"Good","D","SI2",62.1,60,9069,7.25,7.3,4.52 +"20845",1.14,"Ideal","F","VVS2",61.4,57,9070,6.76,6.72,4.14 +"20846",1.78,"Good","G","SI2",63.8,57,9071,7.73,7.62,4.9 +"20847",1.26,"Very Good","F","VS2",61.4,59,9071,6.86,6.96,4.24 +"20848",1.5,"Premium","G","SI2",61.8,59,9072,7.29,7.21,4.48 +"20849",1.5,"Good","E","SI2",63.9,58,9072,7.26,7.21,4.62 +"20850",1.5,"Premium","E","SI2",63,59,9072,7.24,7.18,4.54 +"20851",1.5,"Premium","E","SI2",62.4,62,9072,7.29,7.21,4.53 +"20852",2.25,"Ideal","E","I1",61.4,54,9072,8.52,8.46,5.21 +"20853",1.24,"Ideal","F","VS2",61.4,57,9073,6.98,6.86,4.25 +"20854",1.14,"Ideal","F","VS1",61.7,55,9074,6.68,6.71,4.13 +"20855",1.16,"Ideal","G","VVS1",60.5,57,9075,6.78,6.83,4.12 +"20856",1.01,"Very Good","E","VVS2",60.2,60,9076,6.46,6.5,3.9 +"20857",1.57,"Very Good","H","SI2",58.6,62,9077,7.71,7.64,4.5 +"20858",1.01,"Ideal","F","VS1",62.2,56,9077,6.4,6.46,4 +"20859",1.07,"Ideal","D","VS1",61.8,57,9077,6.55,6.58,4.06 +"20860",1.26,"Ideal","G","VS1",61.6,56,9078,6.96,7.03,4.31 +"20861",2.17,"Premium","F","I1",60.7,59,9078,8.43,8.35,5.09 +"20862",1.54,"Premium","H","VS2",60.3,60,9081,7.47,7.45,4.5 +"20863",1.56,"Ideal","H","SI2",62.4,55,9081,7.39,7.48,4.64 +"20864",1.59,"Premium","E","SI2",60.5,59,9082,7.59,7.55,4.58 +"20865",1.06,"Premium","F","VVS2",61.8,58,9082,6.54,6.5,4.03 +"20866",1.31,"Premium","G","VS2",61.3,58,9085,7.05,7.01,4.31 +"20867",1.31,"Ideal","G","VS2",61.9,56,9085,7.08,7.05,4.37 +"20868",1.27,"Premium","E","VS2",61.2,59,9086,7.02,6.97,4.28 +"20869",1.41,"Good","H","VS2",63.8,60,9088,7.04,7.12,4.52 +"20870",1.01,"Very Good","E","VVS2",62.8,56,9089,6.34,6.39,4 +"20871",1.63,"Very Good","I","SI1",62,54,9090,7.6,7.67,4.73 +"20872",1.14,"Ideal","G","VS1",61.7,56,9090,6.67,6.71,4.13 +"20873",1.14,"Ideal","G","VS1",61.8,57,9090,6.67,6.7,4.12 +"20874",1.05,"Ideal","F","VVS2",62.1,54,9092,6.52,6.55,4.06 +"20875",1.06,"Ideal","E","VS2",61.3,57,9092,6.54,6.57,4.02 +"20876",1.59,"Very Good","G","SI2",61.7,59,9094,7.41,7.46,4.59 +"20877",1.18,"Ideal","G","VVS1",61.1,57,9095,6.78,6.84,4.16 +"20878",2.02,"Fair","J","SI2",67.5,59,9095,7.76,7.65,5.2 +"20879",1.57,"Ideal","I","SI1",62,59,9095,7.41,7.45,4.61 +"20880",1.59,"Good","F","SI2",63.6,57,9100,7.43,7.39,4.71 +"20881",1.02,"Premium","F","VVS2",62.9,59,9103,6.42,6.37,4.02 +"20882",1.5,"Ideal","H","SI2",62.4,57,9104,7.29,7.33,4.56 +"20883",1.51,"Ideal","G","SI2",61.2,56.1,9104,7.39,7.41,4.53 +"20884",1.73,"Premium","J","SI1",60.7,58,9105,7.73,7.78,4.71 +"20885",1.29,"Very Good","G","VS1",62.3,58,9105,6.98,7.01,4.36 +"20886",1.62,"Premium","F","SI2",61.6,60,9106,7.52,7.55,4.64 +"20887",1.21,"Premium","F","VS1",61.6,59,9107,6.84,6.77,4.19 +"20888",1.51,"Very Good","H","SI2",62.3,58,9107,7.31,7.35,4.57 +"20889",1.52,"Premium","I","VS2",62.6,59,9108,7.34,7.19,4.55 +"20890",1.17,"Ideal","G","VVS2",61.7,55,9110,6.77,6.74,4.17 +"20891",1.24,"Ideal","E","VS2",62.9,56,9111,6.84,6.79,4.29 +"20892",1.04,"Ideal","F","VVS2",62.2,56,9115,6.46,6.53,4.04 +"20893",1.71,"Premium","I","VS2",61.5,58,9116,7.74,7.54,4.7 +"20894",1.5,"Good","G","SI2",63.1,57,9116,7.25,7.29,4.59 +"20895",1.25,"Very Good","G","VS1",60.7,56,9116,6.93,7.01,4.23 +"20896",1.51,"Fair","I","VS2",58.8,62,9116,7.57,7.51,4.43 +"20897",1.23,"Ideal","G","VS1",61.8,58,9116,6.85,6.9,4.25 +"20898",1.51,"Premium","I","VS2",63,60,9116,7.3,7.25,4.58 +"20899",1.51,"Good","I","VS2",63.7,58,9116,7.23,7.21,4.6 +"20900",1.53,"Ideal","I","VS2",62.1,55,9116,7.43,7.35,4.59 +"20901",1.14,"Ideal","F","VS1",61.1,55,9116,6.78,6.74,4.13 +"20902",1.55,"Ideal","I","SI1",62.3,54.8,9117,7.37,7.39,4.61 +"20903",1.5,"Very Good","I","VS2",58.2,60,9118,7.5,7.58,4.39 +"20904",1.06,"Ideal","F","VVS2",62.1,57,9118,6.54,6.5,4.05 +"20905",1.23,"Ideal","G","VS1",61.2,56,9119,6.92,6.98,4.25 +"20906",1.3,"Premium","G","VS2",62.5,58,9120,6.97,6.93,4.36 +"20907",1.56,"Premium","F","SI1",60.5,59,9120,7.54,7.49,4.55 +"20908",1.79,"Good","G","SI2",57.8,59,9122,8.07,7.94,4.63 +"20909",1.23,"Premium","F","VS2",60.8,59,9122,6.94,6.9,4.21 +"20910",1.66,"Very Good","G","SI2",58.5,62,9123,7.73,7.79,4.54 +"20911",1.24,"Ideal","G","VS1",60.1,58,9123,7.03,6.97,4.21 +"20912",1.52,"Ideal","I","SI1",61.9,56,9124,7.37,7.42,4.58 +"20913",1.12,"Premium","G","IF",60.9,57,9126,6.79,6.68,4.1 +"20914",1.34,"Very Good","G","VS2",60.7,59,9127,7.04,7.07,4.28 +"20915",1.52,"Very Good","I","SI1",62.8,62,9129,7.23,7.29,4.56 +"20916",1.52,"Good","I","SI1",64,58,9129,7.2,7.27,4.63 +"20917",1.03,"Ideal","F","VVS2",61.9,53,9131,6.52,6.54,4.04 +"20918",1.03,"Ideal","F","VVS2",62.1,55,9131,6.47,6.5,4.03 +"20919",1.49,"Ideal","H","SI1",62.4,56,9132,7.28,7.24,4.53 +"20920",1.23,"Ideal","G","VS1",61.4,56,9133,6.96,6.91,4.26 +"20921",1.18,"Premium","G","VVS2",61.6,58,9137,6.77,6.8,4.18 +"20922",1.2,"Very Good","D","VS2",63.5,58,9138,6.68,6.71,4.25 +"20923",1.05,"Ideal","F","VVS2",61.5,57,9138,6.51,6.57,4.02 +"20924",1.12,"Ideal","F","VS2",61.8,55,9138,6.63,6.67,4.11 +"20925",1.2,"Premium","E","VS2",62.7,59,9139,6.7,6.67,4.19 +"20926",1.2,"Premium","E","VS2",63,58,9139,6.75,6.71,4.24 +"20927",1,"Very Good","E","VVS2",59.5,59,9139,6.54,6.58,3.9 +"20928",1,"Very Good","E","VVS2",61.6,60,9139,6.41,6.45,3.96 +"20929",1.2,"Very Good","G","VVS1",60.9,59,9139,6.87,6.79,4.16 +"20930",1.7,"Ideal","E","SI2",61.6,57,9139,7.63,7.57,4.68 +"20931",1,"Premium","F","VVS2",61.5,59,9139,6.4,6.38,3.93 +"20932",1.7,"Ideal","H","SI1",61.2,57,9139,7.71,7.68,4.71 +"20933",1.51,"Very Good","E","SI2",61.2,58,9140,7.3,7.35,4.48 +"20934",1.01,"Very Good","E","VVS2",63.3,55,9140,6.41,6.36,4.04 +"20935",1.61,"Ideal","J","VS2",61.6,56,9141,7.52,7.54,4.64 +"20936",1.64,"Very Good","I","SI1",62.3,58,9144,7.53,7.63,4.72 +"20937",1.11,"Ideal","F","VS2",62.2,54,9144,6.62,6.69,4.14 +"20938",1.05,"Ideal","E","VVS2",62.4,56,9146,6.52,6.49,4.06 +"20939",1.16,"Premium","G","VVS2",60,59,9146,6.89,6.82,4.11 +"20940",1.1,"Ideal","G","VVS2",61.7,56,9148,6.67,6.63,4.1 +"20941",1.51,"Very Good","F","SI1",62,57,9150,7.3,7.38,4.55 +"20942",1.53,"Premium","J","VVS1",61.6,58,9155,7.37,7.4,4.55 +"20943",1.5,"Premium","E","SI2",60.8,59,9157,7.34,7.36,4.47 +"20944",1.5,"Very Good","H","SI1",62.6,57,9157,7.26,7.3,4.56 +"20945",1.26,"Very Good","G","VVS2",62.1,58,9158,6.92,6.83,4.27 +"20946",1.7,"Good","H","SI1",64.1,58,9158,7.54,7.51,4.83 +"20947",1.05,"Ideal","E","VS1",62.1,56,9160,6.57,6.48,4.05 +"20948",1.73,"Premium","J","SI1",61,59,9165,7.75,7.68,4.71 +"20949",1.22,"Ideal","G","VS1",60.7,57,9166,6.94,6.93,4.21 +"20950",1.61,"Premium","H","SI2",60.3,60,9167,7.66,7.57,4.59 +"20951",1.08,"Very Good","D","VS1",60.2,58,9168,6.61,6.67,4 +"20952",1.2,"Very Good","G","VVS2",60.7,60,9169,6.8,6.84,4.14 +"20953",1.07,"Ideal","G","VVS2",61.9,56,9169,6.6,6.62,4.09 +"20954",1.04,"Ideal","F","VVS2",61.2,57,9169,6.53,6.5,3.99 +"20955",1.61,"Good","H","SI2",63.8,62,9169,7.38,7.35,4.7 +"20956",1.71,"Very Good","J","VS2",62.6,55,9170,7.58,7.65,4.77 +"20957",1.54,"Ideal","J","VVS2",62.8,58,9171,7.32,7.37,4.61 +"20958",1.25,"Premium","G","VS1",61.8,58,9173,6.94,6.91,4.28 +"20959",1.5,"Premium","D","SI2",58.7,57,9173,7.48,7.42,4.37 +"20960",1.5,"Good","D","SI2",60.2,65,9173,7.37,7.34,4.43 +"20961",1.5,"Very Good","H","VS1",63.3,59,9173,7.15,7.1,4.51 +"20962",1.2,"Ideal","F","VS2",62.7,57,9176,6.71,6.76,4.22 +"20963",1.58,"Ideal","I","SI1",62.6,56,9176,7.45,7.51,4.68 +"20964",1.21,"Good","E","VS2",62.7,61,9176,6.67,6.72,4.2 +"20965",1.01,"Very Good","F","VVS1",63.2,56,9176,6.39,6.33,4.02 +"20966",1.52,"Ideal","I","VS2",62.1,55,9176,7.41,7.33,4.58 +"20967",1.51,"Premium","I","SI1",61.7,60,9177,7.27,7.31,4.5 +"20968",1.07,"Ideal","E","VS2",61.9,56,9177,6.55,6.58,4.06 +"20969",1.51,"Very Good","I","VS2",60.4,58,9178,7.36,7.42,4.46 +"20970",1.36,"Very Good","H","VS1",59.9,58,9178,7.16,7.2,4.3 +"20971",0.9,"Very Good","D","IF",62.4,54,9182,6.17,6.21,3.86 +"20972",1.53,"Very Good","I","SI1",63,58,9183,7.24,7.32,4.59 +"20973",1.51,"Very Good","I","VS2",61.6,57,9185,7.28,7.34,4.5 +"20974",1.18,"Premium","G","VVS2",58.2,62,9188,6.92,6.89,4.02 +"20975",1.24,"Ideal","G","VS2",62,57,9188,6.87,6.84,4.25 +"20976",1.53,"Ideal","I","VS2",62.3,57,9189,7.3,7.35,4.56 +"20977",1.53,"Ideal","I","VS2",61.7,57,9189,7.36,7.41,4.56 +"20978",2,"Good","J","SI1",64.1,58,9193,7.85,7.79,5.01 +"20979",1.23,"Very Good","E","VS2",58.9,59,9193,6.98,7.05,4.13 +"20980",1.52,"Premium","E","SI2",60.8,60,9193,7.42,7.36,4.49 +"20981",1.54,"Ideal","G","SI2",61.9,55,9193,7.47,7.39,4.6 +"20982",1.14,"Ideal","D","VS1",59.8,57,9193,6.83,6.74,4.06 +"20983",1.71,"Premium","H","SI1",58.1,59,9193,7.88,7.81,4.56 +"20984",1.63,"Very Good","I","SI1",61.9,60,9199,7.51,7.55,4.66 +"20985",1.62,"Premium","D","SI2",61.2,61,9199,7.6,7.53,4.63 +"20986",1,"Very Good","F","VVS1",62.5,57,9201,6.31,6.36,3.96 +"20987",1.2,"Very Good","F","VS1",61.6,61,9203,6.81,6.86,4.21 +"20988",1.22,"Ideal","F","VS2",61.3,56,9203,6.87,6.92,4.23 +"20989",1.16,"Very Good","G","VVS2",61.6,58,9205,6.67,6.73,4.13 +"20990",1.02,"Very Good","F","VVS2",60.9,56,9205,6.44,6.5,3.94 +"20991",1.79,"Premium","J","SI1",60.9,60,9205,7.79,7.83,4.76 +"20992",1.03,"Premium","E","VVS2",59.7,56,9205,6.64,6.56,3.94 +"20993",1.73,"Premium","I","SI2",62,60,9207,7.67,7.63,4.74 +"20994",1.74,"Ideal","J","SI1",62.1,54,9208,7.73,7.69,4.79 +"20995",1.59,"Ideal","I","SI1",62.4,58,9209,7.43,7.48,4.65 +"20996",1.02,"Ideal","F","VVS2",61.9,57,9212,6.53,6.42,4.01 +"20997",1.12,"Ideal","G","VVS2",61.9,57,9214,6.62,6.66,4.11 +"20998",1.13,"Ideal","G","VVS1",61.2,57,9214,6.72,6.65,4.09 +"20999",1.54,"Premium","J","VVS1",62.4,59,9215,7.36,7.38,4.6 +"21000",1.21,"Ideal","E","VS2",62.4,54,9215,6.86,6.8,4.26 +"21001",1.1,"Ideal","G","VVS2",60.5,56,9215,6.76,6.7,4.07 +"21002",1.3,"Premium","G","VS2",60.9,60,9216,7.04,6.99,4.27 +"21003",1.45,"Premium","H","VS2",58.4,59,9216,7.44,7.42,4.34 +"21004",1.51,"Good","H","SI1",61.8,61,9218,7.25,7.32,4.5 +"21005",1.51,"Very Good","H","SI1",59.9,55,9218,7.44,7.52,4.48 +"21006",1.51,"Very Good","H","SI1",61.7,61,9218,7.3,7.35,4.52 +"21007",1.51,"Ideal","H","SI1",62.3,56,9218,7.29,7.34,4.56 +"21008",1.04,"Ideal","F","VVS2",61.7,55,9218,6.51,6.53,4.02 +"21009",1,"Very Good","E","VVS2",63,58,9224,6.33,6.36,4 +"21010",1.64,"Premium","H","SI2",61.9,58,9224,7.58,7.54,4.68 +"21011",1.7,"Premium","J","VS2",62.9,62,9225,7.47,7.38,4.67 +"21012",1.17,"Ideal","G","VVS2",60.6,56,9225,6.87,6.84,4.15 +"21013",1.3,"Ideal","G","VS2",61.9,55,9225,7.04,7.01,4.35 +"21014",1.6,"Premium","H","SI2",62.4,60,9229,7.48,7.43,4.65 +"21015",1.6,"Premium","E","SI1",61.2,58,9229,7.59,7.5,4.62 +"21016",1.6,"Premium","F","SI2",61.1,58,9229,7.57,7.53,4.61 +"21017",1.23,"Ideal","G","VS1",62.1,57,9230,6.87,6.79,4.24 +"21018",1.56,"Very Good","I","VS2",59.7,60,9231,7.53,7.58,4.51 +"21019",1.01,"Premium","F","VVS2",60.4,59,9231,6.49,6.45,3.91 +"21020",1.3,"Ideal","H","VVS1",62.8,55.2,9232,6.94,6.97,4.36 +"21021",1.34,"Ideal","G","VS2",61.9,56,9233,7.05,7.1,4.38 +"21022",1.55,"Ideal","I","VS2",62.6,56,9233,7.41,7.35,4.62 +"21023",1.51,"Ideal","I","VS2",62.6,56,9234,7.32,7.27,4.57 +"21024",1.51,"Premium","D","SI2",62.1,60,9234,7.3,7.25,4.52 +"21025",1.51,"Premium","H","VS1",59.8,61,9234,7.41,7.35,4.41 +"21026",1.51,"Ideal","G","SI2",62.4,56,9234,7.29,7.25,4.54 +"21027",1.51,"Good","I","SI1",63.9,59,9234,7.26,7.18,4.61 +"21028",1.52,"Ideal","H","SI1",60.1,60,9235,7.5,7.42,4.48 +"21029",1.5,"Very Good","F","SI2",58.5,55,9236,7.51,7.56,4.41 +"21030",1.03,"Ideal","G","VVS2",61.6,56,9236,6.48,6.5,4 +"21031",0.31,"Very Good","H","VVS2",61.2,60,625,4.37,4.39,2.68 +"21032",0.31,"Good","F","VS2",63.9,56,625,4.29,4.32,2.75 +"21033",0.31,"Ideal","F","VS2",62.3,55,625,4.33,4.37,2.71 +"21034",0.31,"Premium","F","VS2",59,59,625,4.44,4.47,2.63 +"21035",0.31,"Ideal","G","VS1",61.3,56,625,4.36,4.38,2.68 +"21036",0.31,"Very Good","F","VS2",62.7,57,625,4.3,4.34,2.71 +"21037",0.31,"Good","G","VS1",63.3,56,625,4.29,4.33,2.73 +"21038",0.31,"Premium","H","VVS2",62.3,60,625,4.31,4.36,2.7 +"21039",0.31,"Very Good","F","VS2",61.5,56,625,4.34,4.41,2.69 +"21040",0.31,"Very Good","H","VVS2",62.4,58,625,4.28,4.31,2.68 +"21041",0.31,"Ideal","F","VS2",62.6,57,625,4.27,4.33,2.69 +"21042",0.31,"Premium","G","VS1",61.2,59,625,4.35,4.37,2.67 +"21043",0.31,"Good","H","VVS2",63.4,56,625,4.29,4.32,2.73 +"21044",0.31,"Premium","H","VVS2",61.4,58,625,4.32,4.35,2.66 +"21045",0.31,"Good","G","VS1",63.2,56,625,4.28,4.29,2.71 +"21046",0.31,"Ideal","H","VVS2",61.8,56,625,4.34,4.36,2.69 +"21047",0.31,"Premium","F","VS2",61.4,58,625,4.36,4.4,2.69 +"21048",0.31,"Ideal","H","VVS2",62.4,57,625,4.32,4.36,2.71 +"21049",0.31,"Ideal","G","VS1",62.4,55,625,4.33,4.35,2.71 +"21050",0.31,"Ideal","H","VVS2",62.2,55,625,4.35,4.36,2.71 +"21051",0.31,"Premium","F","VS2",59.3,60,625,4.39,4.41,2.61 +"21052",0.31,"Premium","G","VS1",62.2,58,625,4.34,4.38,2.71 +"21053",0.31,"Very Good","G","VS1",62.4,59,625,4.32,4.34,2.7 +"21054",0.31,"Premium","F","VS2",59.7,60,625,4.39,4.42,2.63 +"21055",0.31,"Ideal","F","VS2",61.8,56,625,4.33,4.37,2.69 +"21056",0.31,"Ideal","F","VS2",61.9,55,625,4.31,4.35,2.68 +"21057",0.31,"Premium","F","VS2",61.8,59,625,4.31,4.33,2.67 +"21058",0.31,"Ideal","F","VS2",62.3,55,625,4.35,4.38,2.72 +"21059",0.31,"Ideal","G","VS1",61.5,56,625,4.39,4.43,2.71 +"21060",0.31,"Good","G","VS1",63.1,59,625,4.27,4.29,2.7 +"21061",1.26,"Ideal","F","VS2",61.4,57,9236,7.02,6.96,4.29 +"21062",1.5,"Very Good","H","SI1",62.4,58,9237,7.29,7.26,4.54 +"21063",1.5,"Premium","J","VS1",62.8,59,9240,7.29,7.19,4.55 +"21064",1.5,"Premium","F","SI2",60.8,59,9240,7.3,7.36,4.46 +"21065",1.24,"Ideal","E","VS2",62,57,9240,6.87,6.9,4.27 +"21066",1.3,"Ideal","D","SI1",61.8,56,9242,6.93,6.96,4.29 +"21067",1.01,"Very Good","F","VVS1",62.8,58,9243,6.35,6.39,4 +"21068",1.29,"Ideal","G","VS2",61.3,57,9243,6.99,7.07,4.31 +"21069",1.26,"Ideal","G","VS1",61.6,56,9243,7.03,6.96,4.31 +"21070",1.03,"Ideal","F","VVS2",62,56,9245,6.45,6.48,4.01 +"21071",1.02,"Very Good","F","VVS2",59.9,57,9246,6.54,6.59,3.93 +"21072",1,"Very Good","F","IF",63.9,56,9248,6.31,6.34,4.04 +"21073",1.16,"Ideal","G","VS1",60.9,55,9248,6.79,6.84,4.15 +"21074",1.16,"Ideal","G","VS1",61.5,55,9248,6.75,6.81,4.17 +"21075",1.16,"Ideal","G","VVS2",62.2,56,9251,6.7,6.74,4.18 +"21076",1.64,"Ideal","J","VS2",62.4,54.5,9251,7.53,7.57,4.71 +"21077",1.18,"Ideal","G","VVS2",62.2,54,9252,6.78,6.82,4.23 +"21078",1.7,"Very Good","J","SI1",63.2,57,9253,7.63,7.55,4.8 +"21079",1.5,"Premium","H","VS2",62.1,59,9253,7.26,7.2,4.49 +"21080",1.35,"Premium","G","VS2",62.7,56,9253,7.08,7.05,4.43 +"21081",1.01,"Ideal","E","VVS2",62.8,56,9254,6.39,6.34,4 +"21082",1.04,"Very Good","D","VVS2",58.3,61,9254,6.63,6.69,3.88 +"21083",1.03,"Ideal","F","VVS2",62.5,56,9254,6.46,6.53,4.06 +"21084",1.41,"Good","H","VS2",63.8,60,9254,7.12,7.04,4.52 +"21085",1.63,"Premium","I","SI1",62,54,9256,7.67,7.6,4.73 +"21086",1.1,"Very Good","G","VVS1",61.4,60,9257,6.59,6.67,4.07 +"21087",1.23,"Premium","D","VS2",62.6,52,9257,6.93,6.88,4.32 +"21088",1.05,"Ideal","F","VVS2",62.1,54,9257,6.55,6.52,4.06 +"21089",1.51,"Good","G","SI1",63.1,56,9258,7.2,7.28,4.57 +"21090",1.14,"Ideal","F","VVS1",61.6,57,9259,6.71,6.76,4.15 +"21091",1.18,"Ideal","G","VVS1",61.1,57,9260,6.84,6.78,4.16 +"21092",1.22,"Very Good","G","VS1",61.2,58,9261,6.85,6.9,4.21 +"21093",1.51,"Premium","H","SI1",59.9,60,9261,7.45,7.4,4.45 +"21094",1.11,"Ideal","G","VS1",61.3,55,9261,6.67,6.71,4.1 +"21095",1.27,"Ideal","G","VS1",59.6,57,9262,7.06,7.09,4.22 +"21096",1.19,"Premium","E","VS1",59.8,58,9263,7.01,6.94,4.17 +"21097",1.5,"Premium","G","SI1",62.6,55,9265,7.31,7.27,4.56 +"21098",1.72,"Premium","H","SI1",62,57,9266,7.67,7.63,4.74 +"21099",1.73,"Premium","J","SI1",60.7,58,9271,7.78,7.73,4.71 +"21100",1.29,"Ideal","H","VS1",61.8,56,9273,6.97,7.02,4.32 +"21101",1,"Premium","D","VVS2",58.3,61,9274,6.55,6.48,3.8 +"21102",1.6,"Ideal","H","SI2",62.1,56,9275,7.43,7.51,4.64 +"21103",1.69,"Premium","F","SI2",62.4,58,9275,7.65,7.57,4.75 +"21104",1.3,"Ideal","D","SI1",62.2,56,9275,6.98,6.94,4.33 +"21105",1.7,"Ideal","J","VS2",62.2,56,9276,7.64,7.61,4.74 +"21106",1.07,"Ideal","G","VVS1",62.6,54,9276,6.58,6.5,4.1 +"21107",1.42,"Very Good","E","SI1",61.1,62,9278,7.17,7.2,4.39 +"21108",1.5,"Good","I","VS1",61.2,62,9278,7.26,7.32,4.46 +"21109",1.52,"Ideal","I","VS2",61.3,56,9278,7.44,7.41,4.55 +"21110",1.21,"Premium","F","VS1",60.1,58,9279,6.89,6.98,4.17 +"21111",1.36,"Ideal","H","VS2",59.9,57,9279,7.2,7.22,4.32 +"21112",1.5,"Very Good","I","VS1",60.8,63,9281,7.37,7.41,4.49 +"21113",1.5,"Very Good","E","SI2",60.1,60,9281,7.35,7.42,4.44 +"21114",1.5,"Good","E","SI2",63.3,57,9281,7.31,7.33,4.63 +"21115",1.5,"Good","E","SI2",63.5,59,9281,7.25,7.28,4.61 +"21116",1.04,"Ideal","F","VVS2",62.2,56,9281,6.53,6.46,4.04 +"21117",1.09,"Ideal","G","VVS1",61,54,9282,6.63,6.72,4.07 +"21118",1.25,"Ideal","G","VS2",61.5,58,9282,6.88,6.93,4.25 +"21119",1.5,"Very Good","G","SI2",63.1,57,9282,7.29,7.25,4.59 +"21120",1.25,"Premium","G","VS1",60.7,56,9282,7.01,6.93,4.23 +"21121",1.51,"Very Good","I","SI1",61.6,58,9283,7.35,7.3,4.51 +"21122",1.54,"Very Good","J","VS1",63.5,57,9285,7.27,7.37,4.65 +"21123",1.02,"Ideal","G","VVS2",61.8,56,9286,6.42,6.46,3.98 +"21124",1.21,"Ideal","G","VS1",62,55,9287,6.84,6.88,4.25 +"21125",1.17,"Ideal","G","VVS2",61.2,56,9289,6.77,6.85,4.17 +"21126",1.52,"Very Good","I","SI1",59.9,60,9290,7.46,7.49,4.48 +"21127",1.21,"Ideal","H","VVS2",61.1,56,9290,6.85,6.89,4.2 +"21128",1.58,"Premium","F","SI2",62.3,60,9290,7.42,7.38,4.61 +"21129",1.03,"Ideal","F","VVS2",62.4,55.6,9290,6.44,6.49,4.02 +"21130",1.22,"Ideal","G","VS1",62.2,56,9292,6.88,6.85,4.27 +"21131",1.73,"Very Good","I","SI2",62,58,9292,7.6,7.69,4.74 +"21132",1.22,"Premium","E","VS2",62.2,55,9292,6.91,6.85,4.28 +"21133",1.51,"Fair","D","SI1",64.1,60,9293,7.18,7.11,4.58 +"21134",1.34,"Premium","G","VS2",60.7,59,9293,7.07,7.04,4.28 +"21135",1,"Ideal","G","VVS2",61.1,58,9294,6.43,6.47,3.94 +"21136",1.56,"Ideal","I","VS2",62.5,57,9295,7.4,7.36,4.63 +"21137",1.52,"Premium","I","SI1",62.8,62,9295,7.29,7.23,4.56 +"21138",1.52,"Good","I","SI1",64,58,9295,7.27,7.2,4.63 +"21139",2,"Premium","J","VS1",63,58,9296,8.04,7.99,5.05 +"21140",1.31,"Premium","G","VS2",60.3,58,9296,7.13,7.1,4.29 +"21141",1.51,"Ideal","I","VS2",62.3,57,9297,7.28,7.37,4.56 +"21142",1.39,"Ideal","H","VVS2",61.2,54,9298,7.23,7.25,4.43 +"21143",1.57,"Ideal","H","SI2",60.7,57,9298,7.49,7.54,4.56 +"21144",1.11,"Premium","E","VS1",59.8,60,9299,6.75,6.72,4.03 +"21145",1.51,"Good","F","SI2",63.4,57,9301,7.25,7.29,4.61 +"21146",1.51,"Premium","I","VS2",61.8,59,9301,7.36,7.4,4.56 +"21147",1.51,"Good","I","VVS1",64,60,9301,7.21,7.26,4.63 +"21148",1.51,"Ideal","F","SI2",62.6,55,9301,7.35,7.39,4.61 +"21149",1.35,"Very Good","G","VS2",62.8,59,9302,7.01,7.04,4.41 +"21150",1.51,"Premium","E","SI2",63,55,9302,7.34,7.3,4.61 +"21151",1.59,"Premium","I","VS2",59.9,60,9304,7.57,7.61,4.55 +"21152",1.18,"Premium","G","VVS2",61.6,58,9304,6.8,6.77,4.18 +"21153",1.18,"Premium","G","VVS2",62.8,57,9304,6.77,6.71,4.23 +"21154",1.5,"Very Good","J","VVS2",62.2,57,9306,7.25,7.31,4.53 +"21155",1.01,"Ideal","E","VVS2",60,55,9310,6.56,6.6,3.95 +"21156",1.65,"Premium","H","VS1",60.9,62,9314,7.58,7.51,4.6 +"21157",1.76,"Fair","J","VS1",56.9,66,9314,8.09,7.94,4.56 +"21158",1.54,"Premium","I","SI1",60.1,58,9314,7.53,7.48,4.51 +"21159",1.53,"Ideal","I","SI1",62.3,56,9315,7.37,7.4,4.6 +"21160",1.14,"Ideal","F","VVS2",62.7,55,9316,6.7,6.6,4.17 +"21161",1.2,"Ideal","D","SI1",61.1,56,9317,6.86,6.89,4.2 +"21162",1.23,"Premium","F","VS1",61.3,60,9319,6.9,6.94,4.24 +"21163",1.53,"Premium","J","VVS1",61.6,58,9322,7.4,7.37,4.55 +"21164",1.21,"Ideal","G","VS1",62.7,54,9323,6.8,6.82,4.27 +"21165",1,"Very Good","E","VVS2",61.7,55,9324,6.38,6.42,3.95 +"21166",1.5,"Good","H","SI1",57.9,62,9324,7.55,7.48,4.35 +"21167",1.17,"Ideal","G","VS1",61.7,57,9326,6.71,6.75,4.15 +"21168",1.51,"Premium","I","VVS2",62.1,58,9328,7.29,7.32,4.54 +"21169",1.7,"Premium","I","SI2",62.9,59,9330,7.57,7.51,4.74 +"21170",1.7,"Premium","I","VS2",61.3,59,9330,7.69,7.59,4.68 +"21171",1.7,"Premium","F","SI2",58.5,60,9330,7.87,7.8,4.58 +"21172",1.2,"Very Good","F","VS2",62.9,57,9331,6.78,6.71,4.24 +"21173",1.31,"Ideal","F","SI1",61.6,55,9331,7.04,7.09,4.35 +"21174",1.53,"Very Good","H","SI1",60.4,60,9332,7.39,7.44,4.48 +"21175",1.51,"Very Good","H","VVS2",63.1,56,9332,7.33,7.28,4.61 +"21176",1.13,"Ideal","G","VVS2",62.3,57,9333,6.62,6.66,4.14 +"21177",1.24,"Ideal","F","VS1",62.2,55,9333,6.89,6.87,4.28 +"21178",1.24,"Premium","F","VS1",61.5,57,9333,6.97,6.86,4.25 +"21179",1.23,"Premium","F","VS2",61.2,58,9333,6.93,6.87,4.22 +"21180",1.51,"Ideal","J","VVS2",61.4,59,9334,7.34,7.39,4.52 +"21181",1.28,"Premium","G","VS1",60.9,58,9335,7.01,7.09,4.29 +"21182",1.58,"Ideal","I","SI1",61.7,56,9335,7.55,7.48,4.64 +"21183",1.21,"Ideal","F","VS1",59.7,57,9335,6.94,6.92,4.14 +"21184",1.76,"Very Good","H","SI1",63,63,9336,7.65,7.63,4.81 +"21185",1.51,"Ideal","H","SI1",61.8,55,9336,7.38,7.42,4.57 +"21186",1.5,"Good","H","SI1",60.8,60,9336,7.28,7.38,4.46 +"21187",1.2,"Very Good","G","VVS2",62.1,58,9337,6.74,6.78,4.2 +"21188",1.22,"Ideal","G","VS1",62,56,9339,6.83,6.88,4.24 +"21189",1.61,"Ideal","H","SI1",62.3,56,9341,7.51,7.47,4.67 +"21190",1.61,"Premium","I","VS2",58.4,59,9341,7.73,7.68,4.5 +"21191",1.61,"Premium","H","SI1",61.4,58,9341,7.59,7.53,4.64 +"21192",1.5,"Very Good","I","VS2",59.4,61,9342,7.41,7.45,4.41 +"21193",1.28,"Ideal","G","VS1",61.7,55,9342,6.97,7.02,4.32 +"21194",1.51,"Good","E","SI2",63.1,58,9343,7.28,7.31,4.6 +"21195",1.51,"Very Good","I","VS1",63,59,9343,7.28,7.3,4.59 +"21196",1.51,"Very Good","E","SI2",61.1,60,9343,7.27,7.37,4.47 +"21197",1.51,"Very Good","E","SI2",63.1,61,9343,7.25,7.3,4.59 +"21198",1.52,"Very Good","D","SI2",60.9,59,9343,7.35,7.4,4.49 +"21199",1.1,"Ideal","F","VVS2",61.2,56,9343,6.71,6.64,4.08 +"21200",1.51,"Ideal","I","SI1",62.6,55,9344,7.37,7.26,4.58 +"21201",1.94,"Very Good","I","SI2",63.1,59,9344,8.01,7.89,5.02 +"21202",1.51,"Premium","I","SI1",61.7,60,9344,7.31,7.27,4.5 +"21203",1.57,"Ideal","J","VVS2",61.4,57,9346,7.45,7.5,4.59 +"21204",1.23,"Very Good","F","VS1",60.6,58,9346,6.88,6.95,4.19 +"21205",1.09,"Ideal","E","VS2",60.7,57,9346,6.66,6.68,4.05 +"21206",1.5,"Ideal","F","SI1",62.7,56,9347,7.25,7.35,4.58 +"21207",1.16,"Ideal","F","VS1",61.9,54,9348,6.75,6.79,4.19 +"21208",1.51,"Ideal","I","VS2",61.6,57,9352,7.34,7.28,4.5 +"21209",1.52,"Ideal","I","VS2",62.4,55,9352,7.35,7.4,4.6 +"21210",1.5,"Very Good","I","VS2",60.5,60,9354,7.31,7.4,4.45 +"21211",1,"Ideal","F","VVS2",61.9,57,9354,6.47,6.42,3.99 +"21212",1.29,"Premium","G","VS1",62.4,58,9354,6.89,6.86,4.29 +"21213",1.62,"Very Good","E","SI2",60.8,59,9355,7.57,7.62,4.62 +"21214",1.21,"Very Good","G","VVS2",62.9,59,9358,6.68,6.74,4.22 +"21215",1.52,"Ideal","I","SI1",61.4,57,9358,7.4,7.43,4.55 +"21216",1.54,"Ideal","G","SI2",61.7,56,9359,7.41,7.44,4.58 +"21217",1.07,"Ideal","G","IF",61.5,57,9361,6.54,6.59,4.04 +"21218",1.23,"Premium","E","VS2",58.9,59,9361,7.05,6.98,4.13 +"21219",1.24,"Ideal","G","VVS2",61.2,56,9362,6.88,6.92,4.22 +"21220",1.18,"Premium","G","VVS2",59.7,58,9366,6.9,6.94,4.13 +"21221",1.22,"Ideal","H","VVS2",61.7,56,9366,6.83,6.87,4.23 +"21222",1.52,"Good","G","SI1",64.4,59,9368,7.18,7.25,4.65 +"21223",1.21,"Premium","G","VVS2",59.6,60,9370,6.89,6.91,4.11 +"21224",1.2,"Premium","F","VS1",61.6,61,9370,6.86,6.81,4.21 +"21225",1.27,"Premium","G","VS1",61.1,60,9371,6.99,7.03,4.28 +"21226",1.28,"Ideal","G","VS1",62.7,53,9372,6.94,6.97,4.36 +"21227",1.2,"Ideal","G","VVS2",62.2,56,9373,6.76,6.81,4.22 +"21228",1.5,"Premium","F","SI2",61.4,60,9374,7.34,7.28,4.49 +"21229",1.23,"Ideal","F","VS2",61.7,57,9376,6.9,6.94,4.27 +"21230",1.6,"Ideal","I","SI1",62,55,9376,7.53,7.59,4.69 +"21231",1.25,"Very Good","F","VS2",62.5,59,9377,6.81,6.89,4.28 +"21232",1.11,"Premium","F","VVS2",59.2,59,9377,6.79,6.82,4.03 +"21233",1.15,"Ideal","G","VVS1",60.6,56,9377,6.83,6.8,4.13 +"21234",1.7,"Good","J","VS2",62.4,61,9380,7.47,7.53,4.68 +"21235",1.54,"Premium","J","VVS1",62.4,59,9383,7.38,7.36,4.6 +"21236",1.19,"Ideal","G","VVS2",60.8,55,9383,6.91,6.9,4.19 +"21237",1.5,"Very Good","G","SI2",63.1,57,9384,7.29,7.25,4.59 +"21238",1.71,"Premium","I","VS2",62.4,61,9384,7.67,7.59,4.76 +"21239",1.53,"Premium","J","VVS1",61.6,59,9384,7.35,7.39,4.54 +"21240",1.59,"Premium","H","SI2",62.6,59,9385,7.42,7.4,4.64 +"21241",1.51,"Fair","H","SI1",65.4,59,9386,7.17,7.11,4.67 +"21242",1.52,"Very Good","D","SI2",60.6,62,9389,7.37,7.42,4.48 +"21243",1.53,"Very Good","H","SI2",61.2,55.9,9391,7.43,7.46,4.56 +"21244",1.54,"Ideal","H","SI1",61.1,56,9391,7.47,7.42,4.56 +"21245",1.51,"Ideal","G","SI2",62.3,56,9391,7.31,7.37,4.57 +"21246",1.5,"Good","H","SI1",61,59,9394,7.31,7.39,4.48 +"21247",1.21,"Ideal","F","VS2",61.3,56,9397,6.86,6.91,4.22 +"21248",1.26,"Ideal","G","VS2",60.8,55,9399,7.02,7.04,4.28 +"21249",1.8,"Ideal","H","SI1",62.2,57,9399,7.79,7.71,4.82 +"21250",1.34,"Ideal","G","VS2",61.9,56,9401,7.1,7.05,4.38 +"21251",1.19,"Ideal","G","VVS2",60.9,53,9403,6.88,6.92,4.2 +"21252",1.56,"Ideal","J","VS1",61.9,55,9404,7.44,7.46,4.61 +"21253",1.52,"Ideal","E","SI2",60.1,57,9405,7.49,7.53,4.51 +"21254",1.24,"Good","G","VS1",60.2,63,9405,6.96,6.99,4.2 +"21255",1.2,"Ideal","G","VVS2",62.2,55,9407,6.77,6.81,4.23 +"21256",1.6,"Ideal","I","SI1",62.4,53.5,9407,7.45,7.5,4.66 +"21257",1.57,"Very Good","H","VS2",63.4,56,9407,7.46,7.4,4.71 +"21258",1.32,"Ideal","G","VS2",61.1,57,9408,7.07,7.13,4.34 +"21259",1.5,"Ideal","I","VS2",62.6,55,9408,7.39,7.31,4.6 +"21260",1.5,"Premium","F","SI2",60.8,59,9408,7.36,7.3,4.46 +"21261",1.24,"Premium","F","VS2",62.2,58,9411,6.89,6.84,4.27 +"21262",1.01,"Premium","F","VVS1",62.8,58,9412,6.39,6.35,4 +"21263",1.03,"Ideal","F","VVS2",62,56,9413,6.48,6.45,4.01 +"21264",1.7,"Ideal","J","VS2",62.5,57,9414,7.6,7.63,4.76 +"21265",1.51,"Very Good","I","VVS2",61.9,56,9416,7.35,7.38,4.56 +"21266",1.57,"Ideal","H","SI1",61.8,55,9416,7.47,7.51,4.63 +"21267",1.51,"Very Good","F","SI1",63.2,57,9417,7.34,7.23,4.6 +"21268",1.21,"Premium","F","VS2",62.2,60,9419,6.75,6.72,4.19 +"21269",1.16,"Ideal","G","VVS2",62.2,56,9419,6.74,6.7,4.18 +"21270",1.53,"Premium","J","IF",61.1,58,9424,7.41,7.45,4.54 +"21271",1.53,"Premium","F","SI2",62.7,60,9424,7.28,7.34,4.58 +"21272",1.2,"Ideal","D","VS2",61.4,55,9424,6.78,6.87,4.19 +"21273",1.65,"Ideal","G","VS2",62.2,55,9425,7.6,7.57,4.72 +"21274",1.7,"Ideal","H","SI1",62.2,53,9425,7.67,7.6,4.75 +"21275",1.55,"Very Good","G","SI1",59.8,59,9428,7.45,7.47,4.46 +"21276",1.77,"Premium","J","VS2",59.6,58,9428,7.94,7.86,4.71 +"21277",1.27,"Ideal","G","VS1",59.6,57,9431,7.09,7.06,4.22 +"21278",1.16,"Ideal","F","VS2",61.3,57,9432,6.76,6.79,4.15 +"21279",1.16,"Ideal","F","VS2",61.4,56,9432,6.83,6.78,4.18 +"21280",1.06,"Very Good","F","IF",60.6,56,9433,6.62,6.69,4.03 +"21281",2.03,"Premium","J","SI2",60.4,59,9435,8.15,8.12,4.91 +"21282",2,"Very Good","I","SI2",63.1,56,9435,7.98,7.84,5 +"21283",1.61,"Ideal","I","SI1",62.7,55,9439,7.48,7.54,4.71 +"21284",1.12,"Premium","G","IF",61.2,58,9440,6.67,6.7,4.09 +"21285",1.2,"Premium","F","VS2",60.2,60,9442,6.91,6.82,4.13 +"21286",1.51,"Ideal","I","VS2",60.6,56,9442,7.44,7.47,4.52 +"21287",1.57,"Very Good","I","VS2",60.2,58,9443,7.51,7.57,4.54 +"21288",1.7,"Ideal","H","SI2",61.2,56,9444,7.71,7.64,4.7 +"21289",1.6,"Ideal","H","SI2",62.1,56,9444,7.51,7.43,4.64 +"21290",1.42,"Premium","E","SI1",61.1,62,9447,7.2,7.17,4.39 +"21291",1.13,"Ideal","D","VS1",61.4,55,9448,6.72,6.74,4.13 +"21292",1.52,"Ideal","H","SI1",61.3,57,9448,7.38,7.32,4.51 +"21293",1.21,"Premium","F","VS1",60.1,58,9448,6.98,6.89,4.17 +"21294",1.21,"Ideal","E","VS2",60.3,60,9449,6.92,6.88,4.16 +"21295",1.5,"Premium","E","SI2",61,58,9450,7.35,7.3,4.47 +"21296",1.5,"Premium","E","SI2",60.1,60,9450,7.42,7.35,4.44 +"21297",1.5,"Very Good","E","SI2",63.5,59,9450,7.28,7.25,4.61 +"21298",1.43,"Very Good","D","SI1",63.5,56,9450,7.24,7.09,4.55 +"21299",1.01,"Very Good","D","VVS2",63.6,59,9451,6.25,6.32,4 +"21300",1.01,"Good","F","IF",62.7,59,9451,6.3,6.42,3.99 +"21301",1.51,"Fair","H","VS2",65,64,9452,7.1,7.03,4.59 +"21302",1.54,"Ideal","H","SI2",60.9,56.4,9452,7.43,7.45,4.53 +"21303",1.15,"Ideal","G","VVS2",61.8,56,9457,6.72,6.75,4.16 +"21304",1.58,"Ideal","I","SI1",62.3,55,9457,7.42,7.49,4.64 +"21305",1.57,"Ideal","I","SI1",62.4,53.6,9460,7.42,7.47,4.64 +"21306",1.12,"Ideal","F","VVS2",61.4,57,9461,6.66,6.69,4.1 +"21307",1.35,"Ideal","H","VS2",60.8,56,9462,7.13,7.17,4.35 +"21308",1.01,"Ideal","F","VVS2",63,57,9463,6.36,6.4,4.02 +"21309",1.51,"Very Good","H","SI1",58.5,59,9464,7.48,7.6,4.41 +"21310",1.04,"Ideal","G","VVS2",61.7,56,9465,6.5,6.54,4.02 +"21311",1.04,"Ideal","G","VVS2",61.5,57,9465,6.51,6.54,4.01 +"21312",1.52,"Ideal","I","VS2",62.1,59,9465,7.3,7.35,4.55 +"21313",1.51,"Very Good","I","VS1",61.8,63,9467,7.28,7.34,4.52 +"21314",1.51,"Premium","I","VS1",62.3,60,9467,7.28,7.32,4.55 +"21315",1.61,"Good","G","VS2",63.8,58,9467,7.43,7.36,4.72 +"21316",1.53,"Ideal","G","SI2",62.3,56,9468,7.39,7.34,4.59 +"21317",1.5,"Premium","I","VS2",61.1,60,9471,7.33,7.36,4.49 +"21318",1.51,"Ideal","I","VS2",59.9,56,9471,7.49,7.42,4.47 +"21319",1.51,"Good","I","VVS1",64,60,9471,7.26,7.21,4.63 +"21320",1.23,"Premium","F","VS1",60.8,58,9471,6.94,6.9,4.21 +"21321",1.51,"Very Good","F","SI2",63.4,57,9471,7.29,7.25,4.61 +"21322",1.51,"Ideal","F","SI2",62.6,55,9471,7.39,7.35,4.61 +"21323",1.35,"Premium","G","VS2",62.8,59,9471,7.04,7.01,4.41 +"21324",1.51,"Ideal","I","VS2",62.9,53,9471,7.37,7.33,4.62 +"21325",1.51,"Premium","I","VS2",60.9,60,9471,7.46,7.33,4.5 +"21326",1.51,"Premium","F","SI2",59.9,58,9471,7.53,7.46,4.49 +"21327",1.01,"Very Good","F","VVS1",62.8,59,9474,6.37,6.43,4.02 +"21328",1.51,"Very Good","E","SI1",61.8,57,9474,7.36,7.43,4.57 +"21329",1.51,"Very Good","E","SI1",62.9,62,9474,7.21,7.31,4.57 +"21330",1.59,"Premium","I","VS2",59.9,60,9474,7.61,7.57,4.55 +"21331",2,"Very Good","G","SI2",63.5,57,9475,7.91,7.86,4.99 +"21332",1.22,"Very Good","E","VS2",60.8,59,9475,6.87,6.91,4.19 +"21333",1.2,"Premium","G","VVS2",59.7,60,9475,7,6.91,4.15 +"21334",1.53,"Premium","G","SI1",58.4,59,9476,7.62,7.55,4.43 +"21335",1.24,"Ideal","F","VS2",62,57,9478,6.83,6.89,4.25 +"21336",1.57,"Premium","I","VS2",62.2,59,9478,7.44,7.42,4.62 +"21337",1.5,"Premium","I","VS2",62.3,60,9479,7.25,7.19,4.5 +"21338",1.01,"Ideal","E","VVS2",60,55,9479,6.6,6.56,3.95 +"21339",2.04,"Very Good","J","SI2",63.4,55,9482,8.07,8.04,5.11 +"21340",1.52,"Ideal","I","VS1",61.4,57,9483,7.42,7.38,4.54 +"21341",1.01,"Ideal","E","VVS2",62,56,9483,6.43,6.35,4.01 +"21342",1.05,"Ideal","F","VVS2",61.6,56,9483,6.55,6.53,4.03 +"21343",1.21,"Very Good","G","VVS2",60.4,56,9484,6.88,6.92,4.17 +"21344",1.1,"Premium","F","VS2",60.5,57,9486,6.7,6.69,4.05 +"21345",1,"Very Good","D","VVS2",61.3,58,9487,6.37,6.42,3.92 +"21346",1.27,"Ideal","G","VS2",61.9,57,9489,6.9,6.93,4.28 +"21347",1.23,"Premium","F","VS1",61.3,60,9489,6.94,6.9,4.24 +"21348",1,"Very Good","F","VVS1",61.7,57,9492,6.39,6.41,3.95 +"21349",1.73,"Premium","F","SI2",62.4,60,9494,7.6,7.55,4.73 +"21350",1.56,"Very Good","I","SI1",61.3,57,9494,7.48,7.54,4.6 +"21351",1.59,"Ideal","J","VS1",61.3,57,9494,7.5,7.55,4.61 +"21352",1.73,"Premium","F","SI2",61.5,60,9494,7.75,7.66,4.74 +"21353",1.22,"Very Good","E","VS2",59.5,60,9495,6.91,7,4.14 +"21354",1.02,"Very Good","E","VVS1",62.6,56,9498,6.35,6.5,4.02 +"21355",1.51,"Premium","I","VVS2",62.1,58,9498,7.32,7.29,4.54 +"21356",1.28,"Ideal","G","VS1",62,57,9498,6.97,6.96,4.32 +"21357",1.02,"Ideal","D","VS2",61.5,56,9502,6.46,6.49,3.99 +"21358",1.01,"Ideal","E","VS1",61.5,56,9503,6.45,6.49,3.98 +"21359",1.63,"Very Good","H","SI2",58.2,62,9504,7.77,7.72,4.51 +"21360",1.28,"Premium","G","VS1",60.9,58,9505,7.09,7.01,4.29 +"21361",0.33,"Ideal","E","VS1",60,57,625,4.47,4.5,2.69 +"21362",0.33,"Good","D","VS2",63.5,56,625,4.36,4.4,2.78 +"21363",0.33,"Good","D","VS2",63.6,56,625,4.38,4.42,2.8 +"21364",0.3,"Very Good","H","VVS1",62.3,56,626,4.26,4.31,2.67 +"21365",0.3,"Ideal","H","VS2",61.4,56,626,4.33,4.36,2.67 +"21366",0.42,"Ideal","F","SI2",61.7,54,626,4.85,4.87,3 +"21367",0.38,"Ideal","I","SI1",61.6,57,626,4.62,4.66,2.86 +"21368",0.36,"Ideal","D","SI1",62.2,53,626,4.57,4.59,2.85 +"21369",0.36,"Ideal","D","SI1",62,54,626,4.58,4.61,2.85 +"21370",0.42,"Premium","I","SI1",62.6,58,626,4.76,4.8,2.99 +"21371",0.34,"Ideal","D","SI1",62,56,626,4.47,4.5,2.78 +"21372",0.34,"Ideal","D","SI1",61.2,57,626,4.48,4.51,2.75 +"21373",0.34,"Very Good","D","SI1",62,59,626,4.42,4.48,2.76 +"21374",0.34,"Premium","D","SI1",62.7,59,626,4.42,4.45,2.78 +"21375",0.34,"Very Good","D","SI1",59.8,61,626,4.5,4.53,2.7 +"21376",0.34,"Very Good","D","SI1",60.2,60,626,4.5,4.54,2.72 +"21377",0.31,"Ideal","D","VS2",62.1,54,626,4.36,4.4,2.72 +"21378",0.31,"Ideal","E","VS1",60.2,56,626,4.39,4.44,2.66 +"21379",0.34,"Very Good","D","SI1",59.6,61,626,4.5,4.53,2.69 +"21380",0.34,"Ideal","D","SI1",60.4,57,626,4.51,4.53,2.73 +"21381",0.34,"Very Good","D","SI1",62.8,58,626,4.44,4.48,2.8 +"21382",0.34,"Ideal","D","SI1",60.1,57,626,4.52,4.56,2.73 +"21383",0.34,"Very Good","D","SI1",62.8,55,626,4.45,4.5,2.81 +"21384",0.34,"Ideal","D","SI1",61.5,53,626,4.51,4.53,2.78 +"21385",0.34,"Premium","D","SI1",61.2,58,626,4.47,4.49,2.74 +"21386",0.42,"Very Good","I","SI1",61.2,60,626,4.78,4.82,2.94 +"21387",0.34,"Very Good","I","VVS1",61.9,58,626,4.43,4.52,2.77 +"21388",0.34,"Ideal","D","SI1",62.3,57,626,4.44,4.48,2.78 +"21389",0.34,"Very Good","D","SI1",59.6,59,626,4.55,4.57,2.72 +"21390",0.34,"Ideal","D","SI1",62.7,56,626,4.45,4.48,2.8 +"21391",1.04,"Premium","F","VVS2",61.6,59,9505,6.53,6.49,4.01 +"21392",1.11,"Ideal","G","VVS2",61.6,57,9507,6.7,6.74,4.14 +"21393",1.73,"Very Good","J","VS2",60.9,59,9510,7.72,7.76,4.71 +"21394",1.51,"Premium","H","SI1",62,58,9511,7.38,7.34,4.56 +"21395",1.51,"Very Good","I","VS1",63.1,53,9513,7.34,7.25,4.6 +"21396",1.24,"Premium","F","VS2",62.4,60,9513,6.83,6.8,4.25 +"21397",1.51,"Very Good","E","SI2",63.4,59,9513,7.26,7.19,4.58 +"21398",1.51,"Very Good","E","SI2",63.1,58,9513,7.31,7.28,4.6 +"21399",1.51,"Premium","E","SI2",61.1,60,9513,7.37,7.27,4.47 +"21400",1.51,"Ideal","E","SI2",62.9,57,9513,7.29,7.23,4.57 +"21401",1.51,"Premium","I","VS1",63,59,9513,7.3,7.28,4.59 +"21402",1.5,"Very Good","G","SI1",62.2,58,9515,7.21,7.28,4.51 +"21403",1.14,"Ideal","E","VS2",62.4,55,9516,6.71,6.64,4.17 +"21404",1.57,"Ideal","J","VVS2",61.4,57,9516,7.5,7.45,4.59 +"21405",1.18,"Premium","G","VS2",61.5,58,9516,6.87,6.79,4.2 +"21406",1.5,"Very Good","I","VS1",62.7,59,9519,7.19,7.26,4.53 +"21407",1.39,"Ideal","D","SI1",61.9,52,9519,7.24,7.25,4.48 +"21408",1.02,"Ideal","F","VVS2",61.1,56.3,9521,6.48,6.52,3.97 +"21409",1.61,"Ideal","G","VS2",62.2,56,9521,7.57,7.5,4.69 +"21410",1.5,"Very Good","H","SI1",61.6,57,9523,7.26,7.35,4.5 +"21411",1.19,"Ideal","G","VVS2",60.8,59,9524,6.84,6.81,4.15 +"21412",1.13,"Premium","G","IF",61.2,59,9525,6.71,6.78,4.13 +"21413",1.23,"Ideal","G","VVS2",61,55,9525,6.93,6.95,4.23 +"21414",1.62,"Premium","E","SI2",61.8,59,9526,7.55,7.52,4.66 +"21415",1.16,"Ideal","G","VVS1",62,57,9526,6.72,6.74,4.17 +"21416",1.62,"Premium","E","SI2",60.8,59,9526,7.62,7.57,4.62 +"21417",1.62,"Good","I","VS1",59.6,65,9526,7.69,7.59,4.55 +"21418",1.75,"Premium","H","VS2",61.5,58,9526,7.75,7.69,4.75 +"21419",1.52,"Premium","H","SI1",62.1,59,9527,7.29,7.36,4.55 +"21420",1.52,"Premium","H","SI1",61,58,9527,7.39,7.44,4.52 +"21421",1.2,"Very Good","E","VS2",60.6,56,9529,6.85,6.87,4.16 +"21422",1.55,"Ideal","G","SI2",60.7,55,9530,7.54,7.51,4.57 +"21423",1.52,"Ideal","G","SI1",60.7,57,9530,7.38,7.41,4.49 +"21424",1.54,"Ideal","G","SI2",61.7,56,9530,7.44,7.41,4.58 +"21425",1.07,"Ideal","G","IF",61.5,57,9532,6.59,6.54,4.04 +"21426",1.5,"Very Good","I","VS2",63.3,55,9533,7.3,7.26,4.61 +"21427",1.5,"Ideal","I","VS1",62.8,57,9533,7.24,7.28,4.56 +"21428",1.5,"Ideal","I","VS1",60.5,56,9533,7.38,7.46,4.49 +"21429",1.52,"Ideal","F","SI2",62.5,57,9533,7.36,7.32,4.59 +"21430",1.18,"Premium","G","VVS2",59.7,58,9537,6.94,6.9,4.13 +"21431",1.13,"Very Good","F","VVS2",59.6,59,9539,6.82,6.87,4.08 +"21432",1.51,"Good","E","SI1",65.5,56,9539,7.12,7.16,4.68 +"21433",1.76,"Ideal","I","SI2",61.2,55,9540,7.76,7.79,4.76 +"21434",1.9,"Very Good","J","SI1",59.2,58,9540,8.1,8.21,4.83 +"21435",1.3,"Ideal","G","VS2",62.3,55,9540,7,6.93,4.34 +"21436",1.52,"Ideal","J","VVS2",62.6,58,9541,7.32,7.34,4.59 +"21437",1.21,"Premium","E","VS1",60.8,59,9541,6.86,6.82,4.16 +"21438",1.21,"Premium","G","VVS2",59.6,60,9541,6.91,6.89,4.11 +"21439",1.21,"Premium","G","VVS2",58.5,58,9541,7.06,6.95,4.1 +"21440",1.42,"Good","F","VS2",63.7,57,9542,7.08,6.99,4.48 +"21441",1.08,"Ideal","D","VS1",61.1,56,9545,6.59,6.63,4.04 +"21442",1.23,"Ideal","F","VS2",61.7,57,9547,6.94,6.9,4.27 +"21443",1.06,"Ideal","F","VVS2",61.3,57,9547,6.56,6.59,4.03 +"21444",1.27,"Ideal","F","VS2",61,59,9547,6.96,6.98,4.25 +"21445",1.6,"Ideal","H","SI1",62.7,56,9548,7.51,7.39,4.67 +"21446",1.5,"Very Good","E","SI2",62.1,59,9548,7.26,7.33,4.53 +"21447",1.28,"Ideal","D","SI1",61.5,55,9548,7.01,7.05,4.32 +"21448",1.11,"Premium","F","VVS2",59.2,59,9548,6.82,6.79,4.03 +"21449",2,"Fair","H","SI2",68.7,55,9549,7.9,7.67,5.35 +"21450",1.02,"Premium","F","VVS1",62.6,59,9550,6.41,6.36,4 +"21451",1.72,"Premium","H","SI1",62.2,59,9551,7.62,7.55,4.72 +"21452",1.72,"Premium","H","SI1",62,57,9551,7.67,7.63,4.74 +"21453",1.49,"Very Good","H","VS2",62.7,60,9552,7.24,7.31,4.56 +"21454",1.52,"Very Good","F","SI2",62.1,58,9552,7.26,7.34,4.53 +"21455",1.04,"Ideal","E","VVS2",62,58,9552,6.54,6.46,4.03 +"21456",1.05,"Ideal","G","VVS2",61.4,56,9555,6.54,6.59,4.03 +"21457",1.57,"Ideal","I","SI1",61.7,56,9555,7.45,7.48,4.61 +"21458",1.51,"Fair","D","SI2",64.7,57,9555,7.17,7.24,4.66 +"21459",1.53,"Premium","J","VVS1",61.6,59,9555,7.39,7.35,4.54 +"21460",1.63,"Good","I","SI1",63.7,58,9556,7.4,7.48,4.74 +"21461",1.63,"Very Good","G","SI2",62.5,57,9556,7.54,7.57,4.72 +"21462",1.55,"Very Good","E","SI2",59.5,56,9557,7.56,7.59,4.51 +"21463",1.52,"Premium","I","VS1",61.1,58,9557,7.44,7.38,4.53 +"21464",1.52,"Premium","D","SI2",60.6,62,9561,7.42,7.37,4.48 +"21465",1.54,"Ideal","H","SI1",61.1,56,9562,7.45,7.42,4.54 +"21466",1.53,"Ideal","H","SI2",61.2,56,9562,7.46,7.43,4.56 +"21467",1.55,"Ideal","D","SI1",61.7,57,9565,7.47,7.43,4.59 +"21468",1.22,"Ideal","F","VS2",60.7,57,9568,6.89,6.94,4.2 +"21469",1.24,"Ideal","F","VS2",61.6,54,9569,6.95,6.91,4.27 +"21470",1.51,"Ideal","H","SI1",62.4,57,9569,7.3,7.34,4.57 +"21471",1.51,"Good","I","VS1",62,56,9569,7.23,7.29,4.5 +"21472",1.2,"Ideal","G","VVS1",61.2,56,9570,6.89,6.86,4.21 +"21473",1.32,"Ideal","H","VVS2",62,54,9571,7.05,7.06,4.37 +"21474",1.53,"Premium","G","SI1",61.7,59,9572,7.31,7.4,4.54 +"21475",1.32,"Ideal","H","VVS1",62.1,55,9572,6.98,7.03,4.35 +"21476",1.5,"Very Good","H","SI1",58.8,63,9573,7.42,7.38,4.35 +"21477",1.23,"Premium","G","VS1",59.8,57,9574,6.99,6.96,4.17 +"21478",1.2,"Very Good","F","VS1",58.7,59,9574,6.89,7.07,4.1 +"21479",1.52,"Ideal","E","SI2",60.1,57,9576,7.53,7.49,4.51 +"21480",1.52,"Premium","E","SI2",62.9,59,9576,7.31,7.26,4.58 +"21481",1.52,"Very Good","I","VS1",62.2,63,9576,7.26,7.23,4.51 +"21482",1.5,"Premium","H","SI1",59.2,62,9576,7.55,7.49,4.45 +"21483",1.32,"Ideal","G","VS2",61.1,57,9580,7.13,7.07,4.34 +"21484",1.35,"Premium","G","VS2",61.1,58,9580,7.16,7.12,4.36 +"21485",1.76,"Premium","E","SI2",62.1,58,9580,7.7,7.62,4.74 +"21486",1.22,"Ideal","F","VS1",62.6,55,9581,6.82,6.86,4.28 +"21487",1.22,"Ideal","F","VS1",61.5,56,9581,6.84,6.89,4.22 +"21488",1.22,"Premium","D","VS2",62,60,9581,6.74,6.79,4.22 +"21489",1.51,"Good","I","VS1",63.6,57,9581,7.14,7.21,4.56 +"21490",1.7,"Very Good","J","VS2",62.9,58,9586,7.55,7.59,4.76 +"21491",1.5,"Ideal","I","VS2",62.6,57,9586,7.26,7.31,4.56 +"21492",1.25,"Ideal","F","VS1",62,55,9586,6.91,6.95,4.3 +"21493",1.2,"Very Good","F","VS1",62.9,57,9586,6.73,6.78,4.25 +"21494",1.19,"Ideal","G","VVS2",60.7,57,9587,6.8,6.85,4.14 +"21495",1.25,"Ideal","G","VS2",60.9,57,9590,6.96,6.99,4.25 +"21496",1.52,"Very Good","J","VVS1",63.6,56,9593,7.26,7.33,4.64 +"21497",1.2,"Ideal","D","VS2",61.4,55,9596,6.87,6.78,4.19 +"21498",1.02,"Very Good","G","VVS2",62.7,58,9596,6.36,6.4,4 +"21499",1.53,"Ideal","I","VS2",62.2,57,9596,7.39,7.33,4.58 +"21500",1.53,"Ideal","G","SI2",62.5,57,9596,7.39,7.32,4.6 +"21501",1.53,"Premium","J","IF",61.1,58,9596,7.45,7.41,4.54 +"21502",1.53,"Premium","F","SI2",62.7,60,9596,7.34,7.28,4.58 +"21503",1.7,"Premium","E","SI2",59.8,59,9596,7.76,7.66,4.61 +"21504",1.2,"Ideal","F","VS1",60.7,57,9596,6.89,6.85,4.17 +"21505",1.02,"Ideal","F","VVS2",62.3,58,9598,6.42,6.45,4.01 +"21506",1.03,"Ideal","F","VVS1",62.6,57,9598,6.49,6.38,4.03 +"21507",1.54,"Ideal","I","VS2",60.2,59,9600,7.52,7.57,4.54 +"21508",1.55,"Premium","G","SI1",59.8,59,9600,7.47,7.45,4.46 +"21509",1.62,"Ideal","I","VS2",62.4,57,9604,7.45,7.51,4.67 +"21510",1.2,"Ideal","H","VVS1",60.2,57,9604,6.87,6.94,4.15 +"21511",1.73,"Premium","H","SI1",61.8,59,9607,7.71,7.66,4.75 +"21512",1.2,"Very Good","G","VVS1",62.8,56,9609,6.73,6.75,4.23 +"21513",1.56,"Good","I","VS2",57.2,62,9609,7.66,7.72,4.4 +"21514",2,"Fair","I","SI2",65,57,9610,8.01,7.96,5.19 +"21515",1.5,"Very Good","I","VS2",62.2,59,9611,7.34,7.3,4.55 +"21516",1.61,"Ideal","I","SI1",62.7,55,9611,7.54,7.48,4.71 +"21517",1.12,"Premium","G","IF",61.2,58,9612,6.7,6.67,4.09 +"21518",1.5,"Very Good","I","VVS2",64,54,9618,7.19,7.27,4.63 +"21519",1.5,"Ideal","I","VS1",62,53,9618,7.4,7.35,4.57 +"21520",1.71,"Ideal","H","VS2",61.9,57,9618,7.67,7.61,4.73 +"21521",1.5,"Good","H","VS2",64,58,9620,7.14,7.17,4.58 +"21522",1.37,"Ideal","H","VVS2",61.3,56,9621,7.13,7.2,4.39 +"21523",1.05,"Ideal","E","VS2",61.7,55,9624,6.54,6.55,4.04 +"21524",1.54,"Ideal","H","SI2",60.9,56,9624,7.45,7.43,4.53 +"21525",1.11,"Ideal","E","VS2",61,57,9625,6.65,6.7,4.08 +"21526",1.2,"Ideal","G","VS1",62,55,9625,6.81,6.87,4.24 +"21527",1.2,"Ideal","G","VS1",61.9,58,9625,6.76,6.8,4.2 +"21528",1.06,"Ideal","D","VS1",62,57,9625,6.49,6.54,4.04 +"21529",1.67,"Premium","H","SI2",61.6,57,9625,7.66,7.61,4.7 +"21530",1.51,"Very Good","D","SI2",59.7,58,9627,7.43,7.48,4.45 +"21531",1.01,"Premium","F","IF",62.3,57,9627,6.5,6.35,4 +"21532",1.17,"Ideal","G","VVS2",61.6,56,9630,6.77,6.83,4.18 +"21533",1.64,"Very Good","H","SI2",60.7,59,9632,7.61,7.65,4.63 +"21534",1.22,"Ideal","F","VS1",62.2,57,9633,6.85,6.81,4.25 +"21535",1.12,"Ideal","F","VVS2",61.4,57,9634,6.69,6.66,4.1 +"21536",0.91,"Ideal","E","VVS1",61.7,56,9636,6.18,6.23,3.83 +"21537",1.51,"Very Good","I","VS1",61.8,63,9640,7.34,7.28,4.52 +"21538",1.51,"Premium","I","VS1",60,58,9640,7.51,7.45,4.49 +"21539",1.1,"Ideal","F","VVS2",61.2,56,9641,6.65,6.68,4.08 +"21540",1.2,"Ideal","F","VS1",62,55,9641,6.81,6.83,4.23 +"21541",1.01,"Very Good","E","VVS2",63.4,56,9642,6.32,6.37,4.02 +"21542",1.52,"Very Good","H","SI1",60.9,59,9642,7.43,7.49,4.54 +"21543",1.5,"Premium","G","SI1",61.2,58,9645,7.34,7.44,4.52 +"21544",1.5,"Very Good","G","SI1",61.5,59,9645,7.31,7.39,4.52 +"21545",1.06,"Ideal","G","VVS2",61.4,56,9645,6.56,6.62,4.04 +"21546",1.02,"Ideal","F","VVS1",62.4,56,9645,6.44,6.42,4.01 +"21547",1.51,"Premium","E","SI1",62.9,62,9647,7.31,7.21,4.57 +"21548",1.18,"Premium","F","VS1",60.7,55,9648,6.87,6.8,4.15 +"21549",1.09,"Ideal","D","VS1",62.3,56,9650,6.63,6.59,4.12 +"21550",2.03,"Good","I","SI2",63.8,63,9651,7.89,7.84,5.02 +"21551",1.44,"Premium","F","SI1",62.9,58,9653,7.2,7.14,4.51 +"21552",1.21,"Very Good","F","VS1",61.1,61,9656,6.79,6.87,4.17 +"21553",2.01,"Premium","I","SI2",62.5,60,9658,8.04,7.95,5 +"21554",2.01,"Premium","I","SI2",62.1,60,9658,8.1,8.03,5.01 +"21555",2.01,"Premium","I","SI2",63,59,9658,8.04,7.97,5.04 +"21556",1.76,"Premium","I","VS2",62.4,58,9659,7.7,7.65,4.79 +"21557",1.76,"Ideal","F","SI2",62.6,55,9659,7.69,7.64,4.8 +"21558",1.54,"Premium","I","VS2",59.8,59,9659,7.61,7.53,4.53 +"21559",1,"Good","F","IF",60.7,64,9660,6.42,6.4,3.89 +"21560",1.23,"Ideal","F","VS1",62.5,54,9660,6.82,6.85,4.27 +"21561",1,"Premium","D","VVS2",61.3,58,9660,6.42,6.37,3.92 +"21562",1.5,"Very Good","H","SI1",60.7,63,9660,7.3,7.27,4.42 +"21563",1.75,"Ideal","J","VS2",62.1,57,9663,7.71,7.66,4.77 +"21564",1.51,"Very Good","G","SI1",63.4,58,9664,7.19,7.3,4.59 +"21565",1.52,"Very Good","I","SI1",62,58,9664,7.34,7.4,4.57 +"21566",1.77,"Premium","G","SI2",62.7,59,9664,7.67,7.66,4.8 +"21567",2.68,"Very Good","I","I1",63.5,56,9665,8.81,8.77,5.58 +"21568",1.01,"Very Good","F","VVS1",62.8,60,9667,6.4,6.34,4 +"21569",1.09,"Ideal","F","VVS2",62.5,55,9668,6.52,6.6,4.1 +"21570",1.1,"Ideal","F","VS1",61.5,56,9669,6.63,6.66,4.09 +"21571",1.51,"Good","D","SI1",64.1,62,9674,7.21,7.15,4.6 +"21572",1.2,"Premium","G","VS2",62.5,58,9677,6.74,6.67,4.19 +"21573",1.44,"Good","G","VS1",63.6,58,9677,7.01,6.96,4.44 +"21574",1.51,"Fair","H","VS2",57.4,61,9678,7.49,7.63,4.34 +"21575",1.06,"Very Good","E","VVS2",63.4,55,9680,6.46,6.51,4.11 +"21576",1.07,"Very Good","D","VS1",59.9,55,9681,6.69,6.71,4.01 +"21577",1.6,"Ideal","J","VS2",62.1,56,9681,7.47,7.51,4.65 +"21578",1.51,"Good","H","SI1",61.8,62,9681,7.25,7.29,4.49 +"21579",1.51,"Premium","I","VS2",60.5,59,9682,7.44,7.41,4.49 +"21580",1.7,"Fair","H","SI2",64.5,55,9682,7.58,7.52,4.87 +"21581",1.33,"Premium","G","VS2",58.6,61,9682,7.21,7.17,4.21 +"21582",1.33,"Premium","G","VS2",62.3,59,9682,7.02,6.97,4.36 +"21583",1.62,"Very Good","I","VS2",62,60,9683,7.5,7.57,4.67 +"21584",1.7,"Very Good","J","VS1",63.6,58,9683,7.52,7.54,4.79 +"21585",1.45,"Very Good","I","IF",60.6,61,9683,7.32,7.41,4.46 +"21586",1.57,"Ideal","J","VS1",62.1,54,9683,7.46,7.49,4.64 +"21587",1.03,"Ideal","G","VVS1",61.5,57,9691,6.47,6.52,3.99 +"21588",1.65,"Premium","F","SI2",60.5,61,9693,7.7,7.65,4.64 +"21589",1.23,"Very Good","F","VS1",59.1,58,9694,7.06,7.09,4.18 +"21590",1.51,"Very Good","H","SI1",62.1,59,9694,7.28,7.33,4.54 +"21591",1.12,"Ideal","D","VS1",61.1,57,9694,6.68,6.75,4.1 +"21592",1.51,"Ideal","H","SI1",62.7,56,9694,7.32,7.38,4.61 +"21593",1.63,"Ideal","I","SI1",61.3,56,9694,7.64,7.56,4.66 +"21594",1.5,"Premium","H","SI1",58.8,59,9697,7.53,7.47,4.41 +"21595",1.5,"Premium","H","SI1",62.4,58,9697,7.33,7.28,4.56 +"21596",1.57,"Very Good","D","SI2",62.9,61,9698,7.37,7.41,4.65 +"21597",1.13,"Premium","G","IF",61.2,59,9698,6.78,6.71,4.13 +"21598",1.23,"Ideal","G","VVS2",61,55,9698,6.95,6.93,4.23 +"21599",1.33,"Premium","G","VS1",62.7,58,9699,6.96,7.01,4.38 +"21600",1.52,"Premium","H","SI1",61,58,9700,7.44,7.39,4.52 +"21601",1.52,"Ideal","H","SI1",61.8,57,9700,7.43,7.32,4.56 +"21602",1.5,"Good","I","VS1",57.2,62,9702,7.64,7.61,4.36 +"21603",1.5,"Good","I","VS1",57.2,62,9702,7.64,7.61,4.36 +"21604",1.25,"Premium","F","VS2",60.8,58,9702,6.98,6.93,4.23 +"21605",1.07,"Ideal","G","VVS1",61.4,55,9703,6.59,6.66,4.06 +"21606",1.52,"Ideal","G","SI1",60.7,57,9704,7.41,7.38,4.49 +"21607",1.77,"Premium","J","SI1",61.3,59,9704,7.83,7.71,4.76 +"21608",1.51,"Very Good","I","VS1",60.5,60,9704,7.42,7.46,4.5 +"21609",1.55,"Ideal","G","SI2",60.7,55,9704,7.54,7.51,4.57 +"21610",1.52,"Premium","H","VS2",60.6,61,9704,7.46,7.42,4.51 +"21611",1.52,"Fair","D","SI1",64.6,64,9704,7.18,7.16,4.63 +"21612",1.04,"Very Good","E","VVS2",62.8,58,9705,6.42,6.45,4.04 +"21613",1.59,"Premium","E","SI1",58.8,59,9705,7.69,7.61,4.5 +"21614",1.22,"Very Good","G","VVS2",59.3,58,9706,6.97,6.99,4.14 +"21615",1.5,"Very Good","H","VS2",62,55,9706,7.26,7.37,4.57 +"21616",1.71,"Very Good","J","VS1",61.2,59,9707,7.65,7.72,4.7 +"21617",1.59,"Premium","G","SI1",62.2,58,9707,7.51,7.45,4.65 +"21618",1.18,"Ideal","E","VS1",62.4,54,9709,6.74,6.79,4.22 +"21619",1.51,"Premium","G","SI1",60.3,59,9710,7.39,7.44,4.47 +"21620",1.12,"Ideal","E","VS2",61.9,56,9710,6.65,6.68,4.13 +"21621",1.01,"Premium","E","VVS2",61.8,59,9711,6.42,6.39,3.96 +"21622",1.01,"Premium","E","VVS2",62.4,58,9711,6.42,6.36,3.99 +"21623",1.06,"Ideal","E","VVS2",61,57,9712,6.63,6.54,4.02 +"21624",1.76,"Ideal","I","SI2",61.2,55,9714,7.79,7.76,4.76 +"21625",1.32,"Ideal","G","VS1",61.4,54,9715,7.09,7.13,4.37 +"21626",2.43,"Premium","G","I1",61.7,60,9716,8.54,8.49,5.25 +"21627",1.53,"Premium","F","SI2",62.6,57,9716,7.37,7.33,4.6 +"21628",1.5,"Good","D","SI1",63.4,63,9718,7.19,7.23,4.57 +"21629",1.26,"Premium","D","VS2",62.5,59,9720,6.91,6.85,4.3 +"21630",1,"Premium","F","VVS1",61,60,9724,6.39,6.43,3.91 +"21631",2.01,"Ideal","J","SI1",62.8,58,9725,8.02,7.97,5.02 +"21632",2.04,"Premium","G","I1",62.4,58,9727,8.08,8.17,5.07 +"21633",1.51,"Very Good","E","SI2",58.8,58,9727,7.53,7.61,4.45 +"21634",2.02,"Premium","J","SI2",59.7,56,9728,8.18,8.13,4.87 +"21635",1.02,"Very Good","F","VVS2",63.7,59,9728,6.34,6.38,4.05 +"21636",1.35,"Very Good","G","VS1",60.1,56,9729,7.16,7.21,4.32 +"21637",1.63,"Premium","I","SI1",61.7,58,9730,7.54,7.51,4.64 +"21638",1.63,"Premium","G","SI2",62.5,57,9730,7.57,7.54,4.72 +"21639",1.5,"Ideal","I","VS2",62.4,54.1,9730,7.3,7.35,4.57 +"21640",1.63,"Good","I","SI1",63.7,58,9730,7.48,7.4,4.74 +"21641",1.51,"Very Good","E","SI2",61.8,57,9731,7.34,7.32,4.53 +"21642",1.11,"Ideal","G","VVS2",61.8,56,9734,6.66,6.69,4.12 +"21643",1.34,"Very Good","H","VVS2",59.7,60,9735,7.19,7.22,4.3 +"21644",1.01,"Ideal","E","VVS2",62.7,56,9735,6.42,6.46,4.04 +"21645",1.24,"Premium","D","VS2",59.3,58,9738,7.03,7.09,4.19 +"21646",1.24,"Premium","F","VS1",60.1,59,9738,6.99,7.02,4.21 +"21647",1.24,"Very Good","G","VS1",60.2,58,9738,6.96,7,4.2 +"21648",1,"Very Good","D","VVS2",59.9,61,9740,6.42,6.5,3.87 +"21649",1,"Very Good","D","VVS2",63,59,9740,6.35,6.38,4.01 +"21650",1.51,"Good","G","VS2",63.7,57,9741,7.21,7.18,4.58 +"21651",1.2,"Ideal","G","VVS1",61.2,56,9744,6.89,6.86,4.21 +"21652",1.5,"Ideal","E","SI1",62.4,56,9744,7.36,7.31,4.58 +"21653",1.7,"Very Good","H","SI2",63.8,55,9745,7.47,7.55,4.79 +"21654",1.53,"Premium","G","SI1",61.7,59,9747,7.4,7.31,4.54 +"21655",1.41,"Ideal","H","VS1",60.7,56,9752,7.31,7.22,1.41 +"21656",1.22,"Premium","D","VS2",59.4,59,9756,6.99,6.92,4.13 +"21657",1.22,"Ideal","F","VS1",61.5,56,9756,6.89,6.84,4.22 +"21658",1.22,"Premium","D","VS2",62,60,9756,6.79,6.74,4.22 +"21659",1.22,"Ideal","F","VS1",62.6,55,9756,6.86,6.82,4.28 +"21660",1.21,"Premium","G","VVS2",62.5,55,9757,6.84,6.8,4.26 +"21661",1.5,"Very Good","I","VS1",60.4,59,9759,7.35,7.42,4.46 +"21662",1.23,"Ideal","F","VS2",61.9,57,9759,6.86,6.9,4.26 +"21663",1.71,"Premium","I","SI2",60.6,57,9760,7.78,7.71,4.69 +"21664",1.5,"Premium","I","VS1",60.8,61,9761,7.39,7.35,4.48 +"21665",1.25,"Ideal","F","VS1",62,55,9761,6.95,6.91,4.3 +"21666",1.5,"Ideal","I","VS2",62.6,57,9761,7.31,7.26,4.56 +"21667",1.51,"Premium","H","SI1",60.3,62,9762,7.54,7.41,4.51 +"21668",1.55,"Premium","H","SI1",60.7,58,9763,7.5,7.46,4.54 +"21669",1.5,"Good","H","SI1",64.3,60,9768,7.14,7.23,4.62 +"21670",1.5,"Premium","H","SI1",62.7,58,9768,7.27,7.34,4.58 +"21671",1.96,"Premium","H","SI2",60.4,62,9769,7.96,7.9,4.79 +"21672",1.46,"Very Good","F","SI1",62.8,59,9770,7.13,7.18,4.49 +"21673",1.58,"Good","H","SI1",63.1,58,9774,7.33,7.38,4.64 +"21674",1.58,"Good","I","VS1",58.6,62,9775,7.59,7.66,4.47 +"21675",1.7,"Premium","G","SI1",62.4,59,9777,7.63,7.57,4.74 +"21676",1.21,"Premium","G","VVS2",61.3,56,9779,6.88,6.85,4.21 +"21677",1.52,"Very Good","H","SI1",63.4,55,9780,7.25,7.3,4.61 +"21678",2.01,"Very Good","I","SI2",61.4,63,9781,8.19,7.96,4.96 +"21679",1.52,"Very Good","D","SI2",59.1,58,9781,7.45,7.48,4.41 +"21680",1.16,"Ideal","G","VVS1",61.9,55,9781,6.75,6.78,4.19 +"21681",1.5,"Very Good","D","SI2",63.1,56,9783,7.17,7.28,4.56 +"21682",1.2,"Ideal","G","VVS1",62.8,56,9784,6.75,6.73,4.23 +"21683",1.56,"Good","F","SI2",57.5,58,9784,7.82,7.67,4.45 +"21684",1.6,"Premium","I","VS2",60.2,58,9784,7.63,7.56,4.57 +"21685",1.56,"Good","I","VS2",57.2,62,9784,7.72,7.66,4.4 +"21686",1.05,"Ideal","F","VVS1",62.7,57,9784,6.5,6.41,4.05 +"21687",1.2,"Ideal","G","VVS2",62.5,54.4,9785,6.75,6.82,4.24 +"21688",1.09,"Ideal","F","VS1",61.6,55,9786,6.62,6.67,4.09 +"21689",1.56,"Ideal","I","SI1",62.5,54,9788,7.45,7.37,4.63 +"21690",1.24,"Ideal","G","VVS2",61.2,56,9788,6.92,6.88,4.22 +"21691",0.34,"Premium","I","VVS1",62.4,59,626,4.4,4.44,2.76 +"21692",0.34,"Good","D","SI1",63.1,57,626,4.44,4.46,2.81 +"21693",0.34,"Ideal","I","VVS1",61.8,56,626,4.47,4.5,2.77 +"21694",0.34,"Premium","I","VVS1",60.5,59,626,4.48,4.54,2.73 +"21695",0.34,"Premium","D","SI1",59.7,59,626,4.54,4.57,2.72 +"21696",0.34,"Very Good","D","SI1",62,56,626,4.43,4.47,2.76 +"21697",0.34,"Ideal","D","SI1",61.3,57,626,4.44,4.5,2.74 +"21698",0.34,"Premium","I","VVS1",62.6,58,626,4.45,4.47,2.79 +"21699",0.34,"Premium","D","SI1",62.4,58,626,4.42,4.46,2.77 +"21700",0.34,"Ideal","D","SI1",60.6,56,626,4.51,4.54,2.74 +"21701",0.31,"Very Good","G","VVS2",62.7,55,627,4.32,4.35,2.72 +"21702",0.41,"Very Good","J","VS2",61.6,57,627,4.79,4.82,2.96 +"21703",0.35,"Ideal","I","VVS1",61.8,55,627,4.53,4.56,2.81 +"21704",0.27,"Ideal","G","VVS1",62.5,56,627,4.15,4.18,2.6 +"21705",0.31,"Ideal","E","VS2",61.7,57,627,4.35,4.37,2.69 +"21706",0.31,"Ideal","G","VS1",60.6,56,627,4.38,4.4,2.66 +"21707",0.31,"Ideal","G","SI1",61.6,56,627,4.36,4.4,2.7 +"21708",0.31,"Ideal","G","SI1",61.6,55,627,4.37,4.39,2.7 +"21709",0.31,"Ideal","G","SI1",61.7,55,627,4.38,4.4,2.71 +"21710",0.27,"Ideal","G","IF",61.2,57,627,4.17,4.2,2.56 +"21711",0.27,"Ideal","G","IF",62,56,627,4.14,4.17,2.58 +"21712",0.5,"Fair","F","I1",67.1,57,627,4.92,4.87,3.28 +"21713",0.5,"Fair","F","I1",68.3,58,627,4.91,4.78,3.32 +"21714",0.33,"Very Good","E","VS2",62.8,56,627,4.4,4.42,2.77 +"21715",0.33,"Very Good","E","VS2",61.9,58,627,4.42,4.47,2.75 +"21716",0.28,"Very Good","F","VVS2",60.2,58,628,4.26,4.28,2.57 +"21717",0.32,"Ideal","H","VVS2",59.8,57,628,4.48,4.52,2.69 +"21718",0.32,"Ideal","H","VVS2",61.5,55,628,4.41,4.44,2.72 +"21719",0.32,"Ideal","H","VVS2",62.2,54,628,4.42,4.46,2.76 +"21720",0.32,"Ideal","H","VVS2",61.6,55,628,4.43,4.46,2.74 +"21721",2.06,"Very Good","F","I1",58.7,61,9789,8.31,8.33,4.88 +"21722",1.52,"Premium","D","SI2",61.5,60,9789,7.44,7.39,4.56 +"21723",1.65,"Very Good","G","SI2",62.2,58,9791,7.55,7.62,4.72 +"21724",1.86,"Good","G","SI2",63.8,55,9791,7.79,7.73,4.95 +"21725",1.88,"Very Good","D","SI2",63.2,60,9791,7.84,7.79,4.94 +"21726",1.11,"Very Good","F","VVS2",60.8,57,9792,6.7,6.73,4.08 +"21727",2.01,"Premium","J","SI1",61.7,60,9793,8.12,8.09,5 +"21728",1.59,"Ideal","G","VS2",61.8,56,9794,7.51,7.44,4.62 +"21729",1.13,"Ideal","E","VS2",61.7,57,9796,6.67,6.71,4.13 +"21730",1.31,"Very Good","F","VS1",59.1,60,9797,7.13,7.18,4.23 +"21731",1.03,"Ideal","D","VVS2",62,56,9798,6.46,6.55,4.03 +"21732",1.17,"Ideal","G","VVS1",62.2,53,9799,6.76,6.79,4.21 +"21733",1.17,"Ideal","G","VVS1",61.9,56,9799,6.73,6.78,4.18 +"21734",1.64,"Ideal","E","SI1",60.7,55,9801,7.67,7.64,4.65 +"21735",1.53,"Very Good","I","VS2",62.8,59,9802,7.27,7.31,4.58 +"21736",1.26,"Very Good","E","VS2",59.5,57,9802,7.03,7.15,4.22 +"21737",2.04,"Fair","I","SI2",66.6,56,9802,7.8,7.77,5.19 +"21738",1.23,"Very Good","G","VVS2",62,58,9803,6.77,6.82,4.21 +"21739",1.5,"Very Good","I","VS2",60.8,58,9804,7.36,7.42,4.49 +"21740",1.07,"Very Good","F","VVS1",60.2,58,9808,6.57,6.65,3.98 +"21741",1.55,"Ideal","F","SI2",62.3,55.5,9808,7.36,7.42,4.61 +"21742",1.01,"Very Good","F","VVS1",61.4,58,9810,6.39,6.44,3.94 +"21743",1.33,"Premium","G","VS1",60.2,60,9813,7.12,7.2,4.31 +"21744",1.59,"Ideal","I","SI1",60.2,57,9813,7.56,7.72,4.6 +"21745",1.5,"Ideal","J","VVS1",62.2,59,9814,7.3,7.32,4.55 +"21746",1,"Very Good","E","VVS2",59.1,58,9815,6.5,6.57,3.86 +"21747",1.5,"Very Good","F","SI2",62.9,55,9817,7.26,7.28,4.57 +"21748",1.52,"Very Good","D","SI2",58.6,59,9817,7.43,7.48,4.37 +"21749",1.1,"Ideal","F","VVS2",61.2,56,9817,6.68,6.65,4.08 +"21750",1.55,"Very Good","H","SI1",61.6,54,9818,7.41,7.47,4.58 +"21751",1.63,"Ideal","J","VS1",61.8,56,9819,7.53,7.58,4.67 +"21752",1.12,"Very Good","G","IF",61,58,9820,6.7,6.72,4.09 +"21753",1.12,"Ideal","G","VVS2",61.6,55,9820,6.68,6.74,4.13 +"21754",1.5,"Premium","H","SI1",61,60,9820,7.33,7.27,4.45 +"21755",1.51,"Good","H","VS2",64,59,9821,7.19,7.25,4.62 +"21756",1.51,"Very Good","H","VS2",62.3,61,9821,7.27,7.3,4.54 +"21757",1.54,"Premium","D","SI2",59.9,62,9821,7.51,7.44,4.48 +"21758",1.53,"Very Good","I","VS1",59.3,58,9823,7.5,7.54,4.46 +"21759",3.11,"Fair","J","I1",65.9,57,9823,9.15,9.02,5.98 +"21760",1.5,"Ideal","I","VS2",60,61,9827,7.39,7.42,4.44 +"21761",1.5,"Very Good","I","VVS2",63.3,58,9828,7.24,7.21,4.57 +"21762",1.5,"Good","I","VS1",57.9,60,9828,7.48,7.44,4.32 +"21763",1.5,"Ideal","E","SI1",61.9,57,9828,7.37,7.31,4.54 +"21764",1.5,"Premium","I","VS1",61.6,59,9828,7.32,7.26,4.49 +"21765",1.52,"Premium","E","SI2",58.1,60,9831,7.59,7.53,4.39 +"21766",1.08,"Ideal","G","IF",62.3,56,9831,6.55,6.59,4.09 +"21767",1.51,"Ideal","H","SI1",61.3,56,9833,7.4,7.44,4.55 +"21768",1.51,"Good","E","SI2",63.2,56,9833,7.26,7.32,4.61 +"21769",1.51,"Premium","H","SI1",61.3,60,9833,7.29,7.33,4.48 +"21770",1.64,"Premium","J","VS1",60.6,59,9836,7.67,7.61,4.63 +"21771",1.23,"Premium","D","VS2",59.3,59,9836,7.03,6.96,4.15 +"21772",1.23,"Ideal","D","VS2",62.3,57,9836,6.86,6.82,4.26 +"21773",1.23,"Ideal","F","VS1",62.5,54,9836,6.85,6.82,4.27 +"21774",1.3,"Very Good","G","VS1",62.5,57,9837,6.92,6.96,4.34 +"21775",1.51,"Very Good","G","SI1",62.9,58,9841,7.25,7.28,4.57 +"21776",1.05,"Ideal","E","VVS2",61.3,56,9843,6.55,6.59,4.03 +"21777",1.7,"Very Good","I","SI1",61.8,58,9845,7.55,7.66,4.7 +"21778",1.09,"Ideal","F","VVS2",62.5,55,9845,6.6,6.52,4.1 +"21779",1.21,"Premium","F","VS1",61.1,57,9846,6.93,6.89,4.22 +"21780",1.57,"Premium","I","VS2",62.5,58,9847,7.5,7.42,4.66 +"21781",1.57,"Premium","I","VS2",62.6,58,9847,7.4,7.36,4.62 +"21782",2.05,"Premium","I","SI2",62.1,59,9850,8.13,8.07,5.03 +"21783",2.05,"Premium","I","SI2",62,58,9850,8.13,8.08,5.02 +"21784",2.05,"Premium","I","SI2",62,58,9850,8.13,8.08,5.02 +"21785",2.02,"Very Good","G","SI2",63.3,57,9853,8.03,7.96,5.06 +"21786",1.53,"Ideal","I","VS2",61.8,57,9853,7.44,7.39,4.58 +"21787",2.02,"Fair","J","SI2",64.6,55,9853,7.93,7.84,5.09 +"21788",1.1,"Ideal","G","VVS2",61,56,9856,6.69,6.73,4.09 +"21789",1.6,"Ideal","G","VS1",62,57,9856,7.47,7.43,4.62 +"21790",1.56,"Very Good","I","VS1",62.7,58,9857,7.42,7.37,4.64 +"21791",1.05,"Premium","E","VVS2",59.6,60,9858,6.61,6.58,3.93 +"21792",1.07,"Ideal","E","VVS2",61.4,56,9863,6.55,6.65,4.05 +"21793",1.23,"Ideal","G","VS1",62,57,9863,6.83,6.87,4.25 +"21794",1.7,"Ideal","H","SI2",61.9,59,9864,7.59,7.67,4.72 +"21795",1,"Good","F","IF",63.2,63,9867,6.24,6.26,3.95 +"21796",1,"Very Good","F","VVS1",61.1,57,9870,6.36,6.51,3.93 +"21797",1.11,"Ideal","D","VS1",61.9,54,9870,6.63,6.68,4.12 +"21798",1.02,"Ideal","F","VVS2",60.9,56,9870,6.54,6.49,3.97 +"21799",1.13,"Ideal","G","VVS1",59.6,57,9872,6.89,6.81,4.08 +"21800",1.2,"Premium","G","VVS2",61.2,58,9873,6.84,6.88,4.2 +"21801",1.21,"Ideal","G","VS2",60.1,57,9873,6.94,6.98,4.18 +"21802",1.36,"Very Good","D","SI1",59.5,61,9874,7.21,7.24,4.3 +"21803",1.57,"Premium","D","SI2",62.9,61,9875,7.41,7.37,4.65 +"21804",1.33,"Premium","G","VS1",62.7,58,9876,7.01,6.96,4.38 +"21805",1.53,"Premium","I","VS1",62,57,9877,7.39,7.35,4.57 +"21806",1.21,"Very Good","G","VVS2",60.4,56,9878,6.96,6.91,4.19 +"21807",1.5,"Good","H","VS1",63.8,61,9878,7.17,7.12,4.56 +"21808",1.74,"Ideal","D","SI2",59.7,55,9880,7.9,7.84,4.7 +"21809",1.03,"Ideal","F","VVS1",61.3,54,9881,6.56,6.62,4.04 +"21810",1.71,"Good","I","SI1",63.2,57,9881,7.49,7.53,4.75 +"21811",1.04,"Premium","E","VVS2",62.8,58,9882,6.45,6.42,4.04 +"21812",1.66,"Premium","J","VVS2",62.6,59,9882,7.54,7.58,4.73 +"21813",1.24,"Very Good","F","VS1",59,60,9885,7,7.07,4.15 +"21814",1.18,"Ideal","E","VS1",62.4,54,9886,6.79,6.74,4.22 +"21815",1.75,"Ideal","J","VS2",62.1,56,9890,7.74,7.69,4.79 +"21816",1.34,"Ideal","G","VS1",62.7,57,9890,7.04,7.1,4.43 +"21817",1.31,"Ideal","G","VS1",62.2,56,9891,7.01,7.05,4.37 +"21818",1.31,"Ideal","G","VS1",61.5,57,9891,7.02,7.06,4.33 +"21819",1.31,"Premium","G","VS1",61.5,59,9891,7,7.06,4.32 +"21820",1.51,"Ideal","I","VS2",62.6,55,9891,7.29,7.34,4.58 +"21821",1.51,"Ideal","I","VS2",61.6,54,9891,7.38,7.42,4.57 +"21822",1.5,"Good","G","SI1",60.2,61,9892,7.27,7.32,4.39 +"21823",1.51,"Premium","D","SI2",63,62,9894,7.28,7.23,4.57 +"21824",1.5,"Very Good","D","SI1",63.4,63,9895,7.23,7.19,4.57 +"21825",1.53,"Very Good","H","VS1",59.5,63,9896,7.44,7.51,4.45 +"21826",1.26,"Premium","F","VS1",62.7,58,9896,6.86,6.93,4.32 +"21827",1.04,"Ideal","E","VVS2",62.4,56,9897,6.51,6.47,4.05 +"21828",1.52,"Good","H","SI1",63.8,60,9898,7.24,7.3,4.64 +"21829",1.52,"Good","H","SI1",63.6,57,9898,7.25,7.3,4.63 +"21830",1.76,"Very Good","I","SI2",62,57,9898,7.7,7.74,4.78 +"21831",1.6,"Very Good","E","SI2",62,57,9900,7.47,7.54,4.65 +"21832",1.5,"Very Good","E","SI2",60.7,55,9900,7.39,7.44,4.5 +"21833",1.5,"Premium","E","SI2",61.2,59,9900,7.36,7.41,4.52 +"21834",1.5,"Premium","I","VS1",62.7,59,9900,7.25,7.3,4.56 +"21835",1.5,"Ideal","I","VS1",61.3,57,9900,7.32,7.35,4.5 +"21836",1.16,"Ideal","G","IF",62.3,55,9901,6.73,6.79,4.21 +"21837",1.16,"Ideal","G","IF",62,57,9901,6.7,6.73,4.16 +"21838",1.1,"Very Good","D","VS1",59.7,58,9901,6.69,6.72,4 +"21839",1.7,"Ideal","I","SI1",62.9,57,9901,7.57,7.5,4.74 +"21840",1.6,"Ideal","I","SI1",62.4,56,9901,7.52,7.48,4.68 +"21841",1.7,"Premium","J","VS2",61,59,9901,7.66,7.62,4.66 +"21842",1.04,"Ideal","E","VVS2",61,57,9901,6.61,6.57,4.02 +"21843",1,"Premium","F","VVS1",61,60,9901,6.43,6.39,3.91 +"21844",1.5,"Very Good","F","SI1",62.8,56,9904,7.26,7.33,4.58 +"21845",1.2,"Very Good","E","VS1",59.4,56,9904,6.94,7,4.14 +"21846",2.04,"Premium","G","I1",62.4,58,9905,8.17,8.08,5.07 +"21847",1.26,"Ideal","G","VS1",61.9,55,9907,6.96,6.91,4.29 +"21848",1.01,"Very Good","F","VVS1",62.1,58,9908,6.37,6.41,3.97 +"21849",1.5,"Good","I","VVS2",63.3,58,9909,7.24,7.27,4.59 +"21850",1.56,"Premium","E","SI2",62.4,60,9909,7.36,7.41,4.61 +"21851",1.3,"Premium","F","VS2",60.4,59,9909,7.06,7.12,4.28 +"21852",1.57,"Ideal","I","VS2",61.5,56,9912,7.49,7.56,4.63 +"21853",1.2,"Ideal","D","VS2",62.3,56,9912,6.81,6.78,4.23 +"21854",1.24,"Premium","F","VS1",60.1,59,9916,7.02,6.99,4.21 +"21855",1.24,"Premium","D","VS2",59.3,58,9916,7.09,7.03,4.19 +"21856",1.19,"Ideal","G","VS1",62.4,54,9918,6.78,6.81,4.24 +"21857",1,"Premium","D","VVS2",63,59,9918,6.38,6.35,4.01 +"21858",1,"Premium","D","VVS2",59.9,61,9918,6.5,6.42,3.87 +"21859",1.22,"Ideal","F","VS1",62.3,57,9920,6.79,6.83,4.24 +"21860",1.23,"Ideal","G","VVS2",62.2,56.1,9921,6.8,6.87,4.25 +"21861",1.23,"Ideal","G","VVS2",62.4,55,9921,6.8,6.88,4.27 +"21862",1.59,"Very Good","I","SI1",62.4,56,9925,7.46,7.48,4.66 +"21863",3.01,"Premium","F","I1",62.2,56,9925,9.24,9.13,5.73 +"21864",1.5,"Ideal","I","SI1",61.5,57,9926,7.4,7.35,4.54 +"21865",1.54,"Premium","F","SI1",62.8,58,9926,7.35,7.32,4.61 +"21866",1.01,"Very Good","E","VVS2",61.7,60,9930,6.32,6.35,3.91 +"21867",1.24,"Premium","F","VS1",58,58,9930,7.16,7.02,4.11 +"21868",1.11,"Ideal","G","IF",61.9,55,9931,6.64,6.68,4.12 +"21869",1.03,"Ideal","E","VVS2",61.7,54,9932,6.49,6.52,4.02 +"21870",1.25,"Ideal","D","VS2",62.6,56,9933,6.84,6.87,4.29 +"21871",1.17,"Premium","D","VS1",61.7,59,9934,6.72,6.77,4.16 +"21872",1.2,"Ideal","D","VS2",61.4,56,9935,6.88,6.79,4.2 +"21873",1.51,"Very Good","E","SI2",62.3,62,9936,7.15,7.26,4.49 +"21874",1.7,"Premium","J","VS2",62.8,59,9939,7.6,7.55,4.76 +"21875",1.21,"Very Good","G","VVS2",59.3,58,9942,7.01,7.05,4.17 +"21876",1.54,"Ideal","I","SI1",63.5,61,9942,7.29,7.33,4.64 +"21877",1.6,"Very Good","H","SI1",63.2,55,9946,7.46,7.41,4.7 +"21878",1.5,"Good","H","SI1",64.3,60,9946,7.23,7.14,4.62 +"21879",1.52,"Ideal","F","SI2",61.9,57,9948,7.33,7.37,4.55 +"21880",1.52,"Premium","G","SI1",61.6,57,9952,7.4,7.33,4.54 +"21881",1.5,"Premium","G","SI1",62.9,55,9954,7.28,7.24,4.57 +"21882",1.21,"Ideal","G","VVS2",59.4,59,9954,6.92,7.01,4.14 +"21883",1.5,"Premium","G","SI1",60,61,9954,7.48,7.43,4.47 +"21884",1.5,"Premium","G","SI1",62.9,56,9954,7.34,7.22,4.58 +"21885",1.22,"Ideal","G","VS2",60.1,57,9954,6.96,7.01,4.2 +"21886",1.5,"Good","G","SI1",59.7,65,9954,7.46,7.34,4.42 +"21887",1.01,"Very Good","E","VS1",63.1,56,9955,6.44,6.39,4.05 +"21888",1.87,"Ideal","J","SI1",62.3,57,9955,7.82,7.88,4.89 +"21889",1.52,"Premium","D","SI2",59.1,58,9959,7.48,7.45,4.41 +"21890",1.5,"Very Good","D","SI2",59.8,63,9959,7.44,7.38,4.43 +"21891",1.56,"Premium","I","VS1",61.7,59,9959,7.46,7.41,4.59 +"21892",1.52,"Premium","H","SI1",60.1,60,9959,7.45,7.39,4.46 +"21893",1.5,"Very Good","I","VS2",63.8,59,9960,7.29,7.23,4.63 +"21894",1.61,"Premium","I","VS1",62.2,58,9961,7.46,7.55,4.67 +"21895",1.61,"Ideal","E","SI2",61.6,56,9961,7.54,7.62,4.67 +"21896",1.01,"Very Good","D","VVS2",60.2,58,9965,6.51,6.57,3.94 +"21897",1.01,"Very Good","F","IF",59.6,62,9965,6.47,6.56,3.88 +"21898",1.15,"Ideal","E","VS2",61.4,57,9967,6.73,6.76,4.14 +"21899",2.06,"Premium","F","I1",58.7,61,9967,8.33,8.31,4.88 +"21900",1.2,"Very Good","G","VVS1",61.8,55,9968,6.79,6.83,4.21 +"21901",1.65,"Premium","G","SI2",62.2,58,9970,7.62,7.55,4.72 +"21902",1.53,"Very Good","G","SI1",62.5,56,9971,7.32,7.36,4.59 +"21903",1.01,"Very Good","F","IF",63.5,59,9972,6.29,6.41,4.03 +"21904",1.59,"Ideal","I","VS2",61.1,55,9972,7.54,7.48,4.59 +"21905",1.59,"Premium","F","SI2",60.3,59,9972,7.6,7.55,4.57 +"21906",1.52,"Very Good","H","SI1",62.5,59,9973,7.26,7.37,4.57 +"21907",1.58,"Ideal","I","SI2",60.9,59,9973,7.48,7.55,4.58 +"21908",1.71,"Very Good","H","VS1",63.5,59,9974,7.59,7.52,4.8 +"21909",1.76,"Ideal","H","SI1",62.2,56,9974,7.73,7.7,4.8 +"21910",1.51,"Very Good","I","VS1",60.7,60,9979,7.43,7.49,4.53 +"21911",1.8,"Good","I","SI2",63.2,58,9979,7.66,7.75,4.87 +"21912",1.32,"Premium","G","VS1",60.6,57,9979,7.14,7.09,4.31 +"21913",1.32,"Ideal","G","VS1",62.6,56,9979,7.05,7,4.4 +"21914",1.02,"Premium","F","VVS1",60.8,58,9980,6.56,6.46,3.96 +"21915",1.2,"Very Good","G","IF",59.4,61,9987,6.92,6.95,4.12 +"21916",1.5,"Very Good","H","SI1",61,55,9987,7.35,7.44,4.51 +"21917",1.33,"Premium","G","VS1",60.2,60,9992,7.2,7.12,4.31 +"21918",1.25,"Ideal","F","VS1",61.7,56,9996,6.93,6.92,4.27 +"21919",1.5,"Ideal","F","SI2",62.9,55,9996,7.28,7.26,4.57 +"21920",1.5,"Very Good","G","SI1",62.8,57,9996,7.19,7.3,4.55 +"21921",1.7,"Premium","I","VS2",62.5,58,9996,7.52,7.45,4.68 +"21922",1.7,"Fair","F","SI2",64.5,57,9996,7.55,7.51,4.86 +"21923",1.06,"Very Good","E","VVS2",61.8,58,9997,6.52,6.56,4.04 +"21924",1.54,"Ideal","I","VS2",61.9,55.8,9998,7.38,7.43,4.58 +"21925",1.23,"Very Good","G","VVS2",62.2,57,9999,6.8,6.87,4.25 +"21926",1.26,"Ideal","F","VS2",61.2,57,9999,6.96,6.99,4.27 +"21927",2,"Good","G","SI2",64.2,60,9999,7.89,7.81,5.04 +"21928",1.51,"Good","H","VS2",64,59,10000,7.25,7.19,4.62 +"21929",1.7,"Ideal","J","VS2",60.5,58,10002,7.73,7.74,4.68 +"21930",1.03,"Ideal","E","VVS2",60.6,59,10003,6.5,6.53,3.95 +"21931",1.23,"Very Good","G","VVS2",60.6,55,10004,6.93,7.02,4.23 +"21932",1.25,"Ideal","F","VS2",61.6,55,10006,6.93,6.96,4.28 +"21933",2.01,"Very Good","I","SI2",61.4,63,10009,8.19,7.96,4.96 +"21934",1.21,"Very Good","F","VS1",62.3,58,10009,6.76,6.85,4.24 +"21935",1.51,"Premium","I","VS2",59.9,60,10010,7.42,7.36,4.43 +"21936",1.01,"Fair","D","SI2",64.6,58,10011,6.25,6.2,4.02 +"21937",1.05,"Ideal","F","VVS2",60.5,55,10011,6.67,6.58,4.01 +"21938",1.6,"Ideal","J","VS1",62,53,10011,7.57,7.56,4.69 +"21939",1.51,"Premium","H","SI1",61.2,60,10012,7.46,7.37,4.54 +"21940",1.35,"Premium","G","VS1",62.1,59,10012,7.06,7.02,4.37 +"21941",1.51,"Very Good","E","SI2",63.2,56,10012,7.32,7.26,4.61 +"21942",1.51,"Premium","H","SI1",61.3,60,10012,7.33,7.29,4.48 +"21943",1.51,"Ideal","H","SI1",61.3,56,10012,7.44,7.4,4.55 +"21944",1.53,"Premium","I","VS2",62,58,10013,7.36,7.41,4.58 +"21945",1.13,"Ideal","F","VS1",60.9,57,10016,6.73,6.76,4.11 +"21946",1.21,"Premium","F","VS1",62.6,59,10018,6.81,6.76,4.25 +"21947",1.01,"Very Good","F","VVS1",62.9,57,10019,6.35,6.41,4.01 +"21948",1.5,"Very Good","G","SI1",60.1,61,10019,7.28,7.4,4.41 +"21949",1.5,"Very Good","G","SI1",62.1,58,10019,7.26,7.3,4.52 +"21950",1.04,"Ideal","E","VVS2",62.9,55,10019,6.47,6.51,4.08 +"21951",1.26,"Very Good","G","VVS2",60.9,56,10020,6.95,7.01,4.25 +"21952",1.51,"Premium","G","SI1",58.7,60,10020,7.55,7.48,4.41 +"21953",1.51,"Premium","H","SI1",60.7,59,10020,7.43,7.39,4.5 +"21954",1.51,"Premium","G","SI1",60.6,58,10020,7.47,7.39,4.5 +"21955",1.51,"Premium","G","SI1",59.7,58,10020,7.5,7.45,4.46 +"21956",1.51,"Premium","G","SI1",62,58,10020,7.31,7.26,4.52 +"21957",1.5,"Very Good","H","VS2",60.9,59,10023,7.37,7.43,4.51 +"21958",1.12,"Premium","F","VVS2",62.4,59,10028,6.58,6.66,4.13 +"21959",1.27,"Premium","F","VS1",60.3,58,10028,7.06,7.04,4.25 +"21960",1.02,"Very Good","E","IF",61.7,60,10029,6.38,6.52,3.98 +"21961",1.66,"Premium","G","SI2",59.1,58,10030,7.77,7.69,4.57 +"21962",1.03,"Very Good","F","IF",62.8,57,10032,6.4,6.47,4.04 +"21963",1.52,"Very Good","I","VS1",62.9,59.9,10032,7.27,7.31,4.59 +"21964",1.24,"Premium","F","VS1",62.5,58,10033,6.87,6.83,4.28 +"21965",1.23,"Very Good","F","VS1",62,59,10035,6.84,6.87,4.25 +"21966",1.54,"Very Good","G","SI1",61.3,59,10036,7.38,7.41,4.53 +"21967",1.5,"Good","G","VS1",63.6,57,10036,7.23,7.14,4.57 +"21968",1.22,"Ideal","G","VVS2",62.3,56,10038,6.81,6.84,4.25 +"21969",1.3,"Ideal","G","VS1",62,55,10038,6.98,7.02,4.34 +"21970",1.5,"Premium","H","SI1",59,62,10038,7.39,7.31,4.56 +"21971",1.59,"Premium","I","VS2",60.2,60,10039,7.58,7.61,4.57 +"21972",2.09,"Premium","I","SI2",60.1,59,10042,8.34,8.3,5 +"21973",1.83,"Premium","I","VS2",60.5,60,10043,7.93,7.86,4.78 +"21974",1.07,"Ideal","E","VVS2",61.4,56,10043,6.65,6.55,4.05 +"21975",1.76,"Premium","I","SI2",62,58,10043,7.76,7.72,4.8 +"21976",1.51,"Very Good","H","VS1",61.5,54,10045,7.34,7.42,4.54 +"21977",1.5,"Very Good","E","SI1",60.5,63,10046,7.42,7.35,4.48 +"21978",1.08,"Ideal","F","VVS2",61.6,57,10046,6.57,6.6,4.06 +"21979",1,"Very Good","F","IF",63.2,63,10046,6.26,6.24,3.95 +"21980",1,"Premium","D","VVS2",61.6,60,10046,6.41,6.36,3.93 +"21981",1.03,"Ideal","F","VVS2",61.1,57,10049,6.51,6.54,3.99 +"21982",1.52,"Very Good","I","VS2",62.3,58,10051,7.32,7.28,4.55 +"21983",1.77,"Ideal","D","SI2",60.9,53,10051,7.92,7.85,4.8 +"21984",1.08,"Ideal","F","VVS2",62.1,55,10052,6.57,6.6,4.09 +"21985",1.2,"Premium","G","VVS2",62.8,59,10053,6.72,6.65,4.2 +"21986",1.51,"Very Good","H","SI1",63.3,57,10053,7.23,7.34,4.61 +"21987",1.11,"Ideal","G","IF",61.2,54,10053,6.71,6.73,4.11 +"21988",1.2,"Premium","E","VS1",60.7,57,10053,6.89,6.81,4.16 +"21989",1.2,"Premium","G","VVS2",61.2,58,10053,6.88,6.84,4.2 +"21990",1.71,"Premium","I","VS1",60.3,62,10055,7.76,7.7,4.66 +"21991",1.89,"Premium","G","SI2",62.9,58,10055,7.87,7.81,4.93 +"21992",1,"Ideal","F","VVS1",62.3,53,10058,6.37,6.43,3.99 +"21993",1.07,"Ideal","F","VVS2",62.3,57,10061,6.56,6.58,4.09 +"21994",1.66,"Premium","J","VVS2",62.6,59,10062,7.58,7.54,4.73 +"21995",1.53,"Ideal","H","SI1",59.8,59,10063,7.48,7.54,4.49 +"21996",1.51,"Premium","H","SI1",58,59,10063,7.57,7.54,4.38 +"21997",1.6,"Premium","D","SI2",61.9,58,10064,7.54,7.49,4.65 +"21998",1.2,"Premium","F","VVS2",60.5,60,10064,6.98,6.87,4.19 +"21999",1.09,"Premium","G","IF",61.3,58,10065,6.64,6.6,4.06 +"22000",1.11,"Very Good","F","VVS1",62.5,59,10069,6.59,6.63,4.13 +"22001",1.34,"Ideal","G","VS1",62.7,57,10070,7.1,7.04,4.43 +"22002",1.31,"Premium","G","VS1",61.5,59,10071,7.06,7,4.32 +"22003",1.31,"Ideal","G","VS1",62.2,56,10071,7.05,7.01,4.37 +"22004",1.31,"Ideal","G","VS1",61.5,57,10071,7.06,7.02,4.33 +"22005",2.52,"Fair","G","I1",66.9,57,10076,8.39,8.33,5.6 +"22006",1.53,"Very Good","H","VS1",59.5,63,10076,7.51,7.44,4.45 +"22007",1.26,"Premium","F","VS1",62.7,58,10076,6.93,6.86,4.32 +"22008",1.73,"Ideal","J","VS2",63,57,10076,7.64,7.6,4.8 +"22009",1.52,"Premium","H","SI1",62.5,58,10078,7.33,7.29,4.57 +"22010",1.6,"Very Good","H","SI1",63.1,58,10078,7.45,7.39,4.68 +"22011",1.52,"Good","H","SI1",63.6,57,10078,7.3,7.25,4.63 +"22012",1.52,"Good","H","SI1",63.8,60,10078,7.3,7.24,4.64 +"22013",1.19,"Ideal","D","VS1",61.1,57,10079,6.84,6.87,4.19 +"22014",1.5,"Very Good","E","SI2",63.5,60,10080,7.25,7.21,4.59 +"22015",1.5,"Ideal","I","VS1",61.3,57,10080,7.35,7.32,4.5 +"22016",1.5,"Premium","I","VS1",62.7,59,10080,7.3,7.25,4.56 +"22017",1.5,"Premium","E","SI2",59.5,55,10080,7.51,7.47,4.46 +"22018",1.5,"Premium","H","SI1",61.4,58,10080,7.41,7.28,4.51 +"22019",1.5,"Ideal","H","VS1",61.3,55,10080,7.37,7.34,4.51 +"22020",1.5,"Premium","E","SI2",61.2,59,10080,7.41,7.36,4.52 +"22021",0.32,"Ideal","H","VVS2",61.4,54,628,4.4,4.43,2.71 +"22022",0.35,"Ideal","I","VVS1",61.6,55,628,4.55,4.58,2.81 +"22023",0.42,"Ideal","J","VS2",62,55,628,4.81,4.87,3 +"22024",0.34,"Ideal","G","VS2",61,55,628,4.56,4.58,2.79 +"22025",0.32,"Ideal","G","VS1",61.4,56,628,4.42,4.47,2.73 +"22026",0.38,"Ideal","E","SI2",62.1,54.1,628,4.64,4.69,2.9 +"22027",0.38,"Ideal","E","SI2",61.8,56,628,4.62,4.66,2.87 +"22028",0.31,"Ideal","F","SI1",62,54,628,4.36,4.38,2.71 +"22029",0.39,"Ideal","E","SI1",61.1,55,628,4.74,4.75,2.9 +"22030",0.32,"Good","G","VS1",57,62,628,4.51,4.54,2.58 +"22031",0.34,"Ideal","H","SI1",62.6,56,628,4.48,4.46,2.8 +"22032",0.34,"Very Good","H","SI1",63.3,56,628,4.46,4.45,2.82 +"22033",0.34,"Ideal","H","SI1",60.7,56,628,4.58,4.52,2.76 +"22034",0.34,"Good","H","SI1",63.7,57,628,4.45,4.44,2.83 +"22035",0.31,"Premium","H","VS2",61.9,58,628,4.39,4.37,2.71 +"22036",0.31,"Ideal","H","VS2",62,57,628,4.38,4.33,2.7 +"22037",0.31,"Premium","H","VS2",59.7,61,628,4.42,4.39,2.63 +"22038",0.31,"Ideal","I","VS1",61.6,55,628,4.36,4.34,2.68 +"22039",0.31,"Ideal","I","VS1",61.9,54,628,4.38,4.34,2.7 +"22040",0.31,"Premium","I","VS1",60.8,59,628,4.41,4.37,2.67 +"22041",0.31,"Premium","I","VS1",59.2,60,628,4.45,4.4,2.62 +"22042",0.31,"Ideal","I","VS1",62.8,55,628,4.35,4.31,2.72 +"22043",0.31,"Very Good","I","VS1",63.2,56,628,4.33,4.28,2.72 +"22044",0.31,"Premium","I","VS1",63,58,628,4.32,4.29,2.71 +"22045",0.31,"Premium","I","VS1",62.6,59,628,4.33,4.29,2.7 +"22046",0.31,"Premium","I","VS1",62.3,59,628,4.35,4.29,2.69 +"22047",0.31,"Good","I","VS1",63.7,55,628,4.33,4.3,2.75 +"22048",0.31,"Ideal","I","VS1",62.8,57,628,4.32,4.28,2.7 +"22049",0.31,"Good","I","VS1",63.9,56,628,4.3,4.28,2.74 +"22050",0.31,"Good","I","VS1",63.8,56,628,4.32,4.27,2.74 +"22051",1.5,"Premium","E","SI2",60.7,55,10080,7.44,7.39,4.5 +"22052",1.5,"Fair","E","SI2",66.3,60,10080,7.09,7.02,4.68 +"22053",1.16,"Ideal","G","IF",62.3,55,10082,6.79,6.73,4.21 +"22054",1.16,"Ideal","G","IF",62,57,10082,6.73,6.7,4.16 +"22055",1.21,"Premium","D","VS1",60.2,59,10083,6.89,6.86,4.14 +"22056",1.71,"Premium","H","VS2",59.2,61,10084,7.83,7.77,4.62 +"22057",1.72,"Good","G","SI2",62.8,59.3,10084,7.55,7.62,4.76 +"22058",1.74,"Ideal","E","SI2",62.3,57,10085,7.8,7.7,4.83 +"22059",1.51,"Good","G","SI1",63.3,58,10085,7.2,7.26,4.58 +"22060",1.74,"Very Good","H","SI2",62.1,59,10086,7.65,7.78,4.79 +"22061",1.5,"Premium","G","SI1",62.7,58,10087,7.28,7.23,4.55 +"22062",1.51,"Good","E","SI1",60.4,61,10088,7.33,7.37,4.44 +"22063",1.82,"Very Good","J","VS1",62.2,56,10090,7.83,7.96,4.91 +"22064",1.51,"Very Good","H","VS2",61.9,57,10090,7.32,7.36,4.54 +"22065",1.3,"Ideal","F","VS2",62.2,56,10090,6.98,6.94,4.33 +"22066",1.3,"Premium","F","VS2",60.4,59,10090,7.12,7.06,4.28 +"22067",1.5,"Very Good","I","VVS2",63.3,58,10090,7.27,7.24,4.59 +"22068",1.56,"Premium","E","SI2",62.4,60,10090,7.41,7.36,4.61 +"22069",1.5,"Premium","D","SI2",59.9,60,10090,7.48,7.41,4.46 +"22070",1.7,"Premium","G","SI2",58.9,62,10091,7.79,7.72,4.57 +"22071",1.57,"Ideal","I","VS2",61.5,56,10093,7.56,7.49,4.63 +"22072",1.07,"Ideal","F","VVS2",60.3,55,10093,6.65,6.68,4.02 +"22073",1.31,"Very Good","E","VS2",63.1,56,10094,6.95,6.9,4.37 +"22074",1.49,"Premium","H","SI1",61.9,57,10096,7.35,7.31,4.54 +"22075",1.71,"Ideal","I","SI2",62.1,58,10096,7.64,7.56,4.72 +"22076",1.51,"Ideal","H","SI1",61.9,58,10096,7.33,7.37,4.55 +"22077",1.33,"Good","G","VS1",62.8,60,10096,6.87,6.92,4.33 +"22078",1.53,"Premium","I","VS1",61.2,59,10098,7.39,7.41,4.53 +"22079",1.75,"Very Good","I","SI2",61.2,57,10098,7.71,7.76,4.73 +"22080",1.61,"Ideal","I","VS2",62.5,57,10098,7.49,7.43,4.66 +"22081",1.31,"Ideal","G","VS1",61.9,56,10099,7.03,7.13,4.38 +"22082",1.22,"Ideal","F","VS1",62.3,57,10100,6.83,6.79,4.24 +"22083",1.64,"Good","I","SI1",57.9,61,10102,7.78,7.74,4.49 +"22084",1.07,"Ideal","E","VVS2",61.7,57,10104,6.55,6.61,4.06 +"22085",1.59,"Ideal","I","SI1",62.4,56,10106,7.48,7.46,4.66 +"22086",1.59,"Very Good","I","VS2",60.5,63,10106,7.52,7.45,4.53 +"22087",1.8,"Very Good","J","SI1",61.4,55,10107,7.86,7.8,4.81 +"22088",1.79,"Ideal","J","SI1",59.8,61,10108,7.87,7.91,4.72 +"22089",1.22,"Premium","G","VVS2",62,58,10111,6.9,6.85,4.26 +"22090",1.09,"Premium","E","VVS2",59.9,59,10111,6.73,6.7,4.02 +"22091",1.58,"Very Good","I","VS1",61.8,57,10112,7.5,7.56,4.64 +"22092",1,"Very Good","D","VVS2",61.7,58,10113,6.37,6.41,3.94 +"22093",1.23,"Ideal","G","VVS1",63.2,56,10113,6.78,6.83,4.3 +"22094",1.51,"Very Good","E","SI1",63.1,56,10113,7.24,7.22,4.56 +"22095",1.25,"Ideal","D","VS2",62.6,56,10114,6.87,6.84,4.29 +"22096",1.17,"Premium","D","VS1",61.7,59,10115,6.77,6.72,4.16 +"22097",1.51,"Very Good","G","SI1",63.3,60,10116,7.2,7.24,4.57 +"22098",1.51,"Premium","D","SI1",62.2,59,10122,7.34,7.29,4.55 +"22099",1.5,"Ideal","D","SI2",63,56,10122,7.3,7.25,4.58 +"22100",1.28,"Ideal","G","VS1",62.1,57,10126,6.91,6.94,4.3 +"22101",1.43,"Ideal","H","VVS2",61.6,54,10129,7.25,7.29,4.48 +"22102",1.51,"Good","H","VS1",59.9,61,10129,7.34,7.39,4.41 +"22103",1.52,"Ideal","F","SI2",61.9,57,10129,7.37,7.33,4.55 +"22104",1.52,"Very Good","I","VS2",61.7,55,10130,7.39,7.32,4.54 +"22105",1.04,"Very Good","D","VVS2",60.8,58,10130,6.49,6.53,3.96 +"22106",1.07,"Ideal","E","VVS2",62.3,56,10133,6.51,6.61,4.09 +"22107",1.66,"Very Good","H","SI1",62.8,56,10134,7.53,7.57,4.74 +"22108",1.5,"Good","F","VS2",64,56,10134,7.18,7.13,4.64 +"22109",1,"Premium","E","VVS1",60.3,54,10134,6.59,6.47,3.94 +"22110",1.87,"Ideal","J","SI1",62.3,57,10137,7.88,7.82,4.89 +"22111",1.21,"Premium","E","VS1",60.3,58,10137,6.95,6.91,4.18 +"22112",1.24,"Ideal","F","VS1",61.5,54,10138,6.93,6.89,4.25 +"22113",1.24,"Ideal","F","VS1",60.9,54,10138,6.98,6.95,4.24 +"22114",1.5,"Very Good","G","SI1",63.1,59,10139,7.22,7.27,4.57 +"22115",1.11,"Very Good","F","VVS1",59.7,55,10141,6.77,6.82,4.06 +"22116",1.1,"Ideal","D","VS1",61.9,56,10144,6.58,6.61,4.09 +"22117",1.52,"Very Good","H","SI1",62.5,58,10145,7.28,7.34,4.57 +"22118",1.53,"Ideal","H","SI1",62.9,60,10145,7.36,7.28,4.61 +"22119",1.5,"Very Good","I","IF",62.9,58,10147,7.21,7.31,4.57 +"22120",1.01,"Premium","D","VVS2",60.2,58,10147,6.57,6.51,3.94 +"22121",1.51,"Ideal","E","SI2",62.6,53,10147,7.4,7.32,4.61 +"22122",1.57,"Premium","H","SI1",62.2,61,10149,7.38,7.32,4.57 +"22123",1.52,"Very Good","G","SI1",62.5,58,10150,7.26,7.3,4.55 +"22124",1.68,"Premium","I","SI1",61.5,59,10151,7.63,7.58,4.68 +"22125",1.53,"Ideal","H","SI1",62.3,57,10153,7.41,7.36,4.6 +"22126",1.31,"Ideal","G","VS1",60.5,57,10155,7.1,7.14,4.31 +"22127",1.2,"Premium","D","VS2",61.1,58,10161,6.85,6.83,4.18 +"22128",1.8,"Very Good","I","SI2",63.2,58,10161,7.75,7.66,4.87 +"22129",1.83,"Premium","H","SI1",60.4,59,10162,7.89,7.85,4.75 +"22130",1.5,"Very Good","I","VS1",62.2,59,10164,7.27,7.3,4.53 +"22131",1.54,"Premium","I","VS1",61.6,58,10164,7.39,7.42,4.56 +"22132",1.54,"Good","I","VS1",63.6,60,10164,7.3,7.33,4.65 +"22133",1.5,"Ideal","I","VS1",62,54,10164,7.32,7.38,4.56 +"22134",1.67,"Very Good","I","VS2",60.7,60,10165,7.61,7.68,4.64 +"22135",1.7,"Very Good","J","VS1",62.9,58,10165,7.54,7.67,4.79 +"22136",1.61,"Premium","J","IF",62.1,58,10165,7.47,7.53,4.66 +"22137",1.2,"Premium","G","IF",59.4,61,10169,6.95,6.92,4.12 +"22138",1.53,"Ideal","I","VS1",60.2,60,10171,7.51,7.48,4.51 +"22139",1.2,"Very Good","F","VVS2",63.8,58,10173,6.67,6.69,4.26 +"22140",1.21,"Ideal","F","VS2",61.5,54,10177,6.88,6.89,4.24 +"22141",2.19,"Premium","J","SI2",58.8,58,10179,8.57,8.53,5.03 +"22142",1.52,"Premium","E","SI1",60.2,58,10180,7.44,7.37,4.46 +"22143",1.01,"Good","G","VS2",63.6,56,10181,6.31,6.24,3.99 +"22144",2.02,"Ideal","I","SI2",62.6,56,10181,8.05,8.01,5.03 +"22145",2.09,"Premium","H","SI2",61,60,10182,8.28,8.19,5.02 +"22146",2.01,"Fair","H","SI2",64.9,56,10184,7.88,7.81,5.09 +"22147",2.01,"Fair","H","SI2",64.9,56,10184,7.88,7.81,5.09 +"22148",2.01,"Good","I","SI1",64.1,60,10184,7.92,7.88,5.06 +"22149",2.01,"Good","I","SI1",64.1,60,10184,7.92,7.88,5.06 +"22150",2.01,"Very Good","H","SI2",63.1,59,10184,7.96,7.88,5 +"22151",1.24,"Very Good","E","VS1",62,58,10185,6.9,6.96,4.3 +"22152",1.51,"Ideal","H","VS1",61.2,58,10186,7.36,7.42,4.52 +"22153",1.35,"Ideal","G","VS1",61.5,56,10193,7.12,7.15,4.39 +"22154",1.53,"Premium","I","VS2",62,58,10196,7.41,7.36,4.58 +"22155",1.09,"Ideal","F","VVS2",62,56,10196,6.63,6.6,4.1 +"22156",1.01,"Ideal","F","VVS1",60.5,60,10197,6.45,6.47,3.91 +"22157",1.58,"Ideal","I","VS2",61.4,55,10197,7.49,7.55,4.62 +"22158",1.61,"Ideal","F","SI1",60.9,57,10197,7.58,7.51,4.6 +"22159",1.57,"Very Good","H","SI1",62,60,10200,7.4,7.44,4.6 +"22160",1.24,"Premium","G","VVS2",59.9,60,10202,6.98,7,4.19 +"22161",1.24,"Very Good","E","VS1",59.9,61,10202,6.96,6.99,4.18 +"22162",1.27,"Premium","G","VVS2",61,58,10203,6.96,7.01,4.26 +"22163",1.08,"Very Good","F","VVS1",61,58,10204,6.64,6.61,4.04 +"22164",1.5,"Very Good","H","VS2",63.4,57,10206,7.27,7.2,4.59 +"22165",1.5,"Fair","H","VS2",65.2,58,10206,7.12,7.06,4.62 +"22166",1.5,"Premium","D","SI2",60.5,59,10206,7.37,7.27,4.43 +"22167",1.57,"Ideal","I","VS1",62.3,57,10209,7.44,7.48,4.65 +"22168",1.56,"Ideal","F","SI2",61.6,56,10210,7.41,7.45,4.58 +"22169",1.51,"Ideal","E","SI2",62.5,57,10210,7.29,7.34,4.57 +"22170",1.12,"Premium","F","VVS2",62.4,59,10211,6.66,6.58,4.13 +"22171",1.52,"Premium","E","SI2",61,59,10214,7.39,7.33,4.49 +"22172",1.52,"Ideal","I","VS1",62.9,60,10214,7.31,7.27,4.59 +"22173",1.52,"Very Good","E","SI2",63.3,58,10214,7.31,7.25,4.61 +"22174",1.5,"Ideal","E","SI1",62.3,57,10214,7.33,7.28,4.55 +"22175",1.2,"Ideal","E","VS2",61.3,56,10214,6.89,6.84,4.21 +"22176",1.51,"Very Good","I","VS1",61.1,61,10215,7.32,7.37,4.49 +"22177",1.63,"Very Good","H","SI1",59.8,60,10216,7.64,7.68,4.58 +"22178",1.51,"Good","G","SI1",58.8,62,10216,7.4,7.49,4.38 +"22179",1.55,"Fair","F","SI1",59.7,66,10217,7.59,7.47,4.49 +"22180",1.5,"Ideal","G","SI1",61.7,56,10219,7.36,7.32,4.53 +"22181",1.54,"Premium","G","SI1",61.3,59,10219,7.41,7.38,4.53 +"22182",1.5,"Premium","G","SI1",60.2,61,10219,7.28,7.2,4.36 +"22183",1.01,"Premium","D","VVS2",62.4,60,10221,6.31,6.36,3.95 +"22184",1.52,"Premium","G","SI1",62.3,58,10221,7.35,7.31,4.57 +"22185",1.3,"Ideal","G","VS1",62,55,10221,7.02,6.98,4.34 +"22186",1.22,"Ideal","G","VVS2",62.3,56,10221,6.84,6.81,4.25 +"22187",1.07,"Ideal","E","VVS2",61.3,56,10222,6.53,6.6,4.02 +"22188",1.59,"Premium","I","VS2",60.2,60,10222,7.61,7.58,4.57 +"22189",1.53,"Premium","H","VS2",59.3,59,10224,7.53,7.59,4.48 +"22190",1.53,"Premium","H","VS2",59.8,58,10224,7.49,7.52,4.49 +"22191",1.51,"Very Good","H","VS2",62.8,58,10225,7.21,7.28,4.55 +"22192",1.37,"Very Good","G","VS1",58.3,60,10226,7.3,7.35,4.27 +"22193",1.13,"Ideal","G","IF",61.7,57,10228,6.65,6.7,4.12 +"22194",1.51,"Ideal","I","SI1",61.8,56,10232,7.37,7.34,4.55 +"22195",1.21,"Ideal","G","VVS1",60.2,57,10232,7.02,6.94,4.2 +"22196",1.51,"Premium","G","SI1",62.5,60,10235,7.28,7.32,4.56 +"22197",1.61,"Ideal","I","SI1",62.4,55,10236,7.49,7.52,4.68 +"22198",1.12,"Ideal","F","VVS2",60.4,56,10236,6.82,6.78,4.11 +"22199",1.6,"Very Good","I","VS1",62.3,59,10238,7.46,7.51,4.66 +"22200",1.52,"Ideal","H","SI1",61.4,55,10239,7.38,7.48,4.56 +"22201",1.16,"Ideal","D","VS1",61.2,58,10241,6.73,6.76,4.13 +"22202",1.31,"Ideal","F","VS2",59.6,60,10243,7.06,7.16,4.24 +"22203",1.35,"Ideal","G","VS1",62.2,57,10244,7.09,7.05,4.4 +"22204",1.21,"Premium","F","VS1",61.9,58,10245,6.82,6.76,4.2 +"22205",1.09,"Ideal","F","VVS2",62.1,56,10246,6.55,6.59,4.08 +"22206",1.7,"Very Good","H","SI2",60.8,56,10255,7.67,7.72,4.68 +"22207",1.34,"Ideal","H","VVS1",62.1,56,10255,7.05,7.11,4.4 +"22208",1.5,"Good","H","VS1",63.4,59,10256,7.2,7.29,4.59 +"22209",1.21,"Ideal","G","VVS2",60.6,56,10256,6.9,6.89,4.18 +"22210",1.14,"Premium","E","VVS2",59.7,58,10258,6.83,6.91,4.1 +"22211",1.04,"Very Good","F","IF",63,55,10264,6.36,6.53,4.06 +"22212",1.07,"Ideal","D","VVS2",61.3,58,10266,6.55,6.64,4.04 +"22213",1.51,"Premium","G","SI1",60.6,60,10267,7.45,7.41,4.5 +"22214",1.72,"Ideal","G","SI2",62.8,59,10268,7.62,7.55,4.76 +"22215",1.74,"Premium","H","SI2",62.1,59,10270,7.78,7.65,4.79 +"22216",1.5,"Good","G","SI1",62.9,58,10271,7.17,7.3,4.55 +"22217",1.51,"Premium","H","SI1",62.3,59,10274,7.29,7.23,4.52 +"22218",1.55,"Ideal","D","SI2",61.1,56,10275,7.45,7.48,4.56 +"22219",1.23,"Very Good","F","VS1",60.8,58,10276,6.9,6.94,4.21 +"22220",1.51,"Good","H","SI1",61.5,61,10277,7.29,7.34,4.5 +"22221",1.55,"Premium","H","SI1",61.8,59,10277,7.45,7.38,4.58 +"22222",1.57,"Ideal","I","VS2",62.7,56,10278,7.36,7.4,4.63 +"22223",1.61,"Premium","D","SI2",61.3,58,10278,7.56,7.49,4.61 +"22224",1.54,"Very Good","H","SI1",62.2,58,10279,7.32,7.45,4.59 +"22225",1.63,"Ideal","D","SI2",59.4,59,10281,7.73,7.67,4.57 +"22226",1.53,"Premium","I","VS1",61.2,59,10282,7.41,7.39,4.53 +"22227",2.04,"Ideal","I","SI2",62.8,57,10282,8.11,8.07,5.08 +"22228",1.21,"Very Good","F","VS2",60.1,58,10283,6.85,6.92,4.14 +"22229",1.01,"Ideal","E","VVS2",61.4,56,10283,6.49,6.45,3.97 +"22230",1.59,"Ideal","H","SI1",61.4,55,10284,7.56,7.51,4.63 +"22231",1.26,"Very Good","F","VS1",62.5,58,10284,6.83,6.94,4.3 +"22232",1.25,"Very Good","E","VS1",61.5,59,10285,6.91,6.95,4.26 +"22233",1.55,"Ideal","I","VS1",61.2,55,10286,7.49,7.47,4.58 +"22234",1.6,"Premium","F","SI2",58.7,58,10286,7.76,7.68,4.53 +"22235",1.07,"Ideal","E","VVS2",61.7,57,10288,6.61,6.55,4.06 +"22236",1.5,"Good","H","VS2",63.6,58,10291,7.22,7.27,4.61 +"22237",1.5,"Good","H","VS2",61.2,61,10291,7.25,7.32,4.46 +"22238",1.5,"Premium","H","VS2",62.2,58,10291,7.27,7.36,4.55 +"22239",1.5,"Premium","H","VS2",60.8,59,10291,7.34,7.36,4.47 +"22240",1.52,"Premium","D","SI2",59.2,62,10291,7.51,7.46,4.43 +"22241",1.08,"Ideal","E","VS1",61.7,55,10292,6.58,6.61,4.07 +"22242",1.61,"Very Good","E","SI2",62.6,60,10293,7.39,7.49,4.66 +"22243",1.21,"Ideal","G","VVS1",61,57,10295,6.87,6.93,4.21 +"22244",1.08,"Ideal","E","VVS2",62.5,57,10300,6.52,6.57,4.09 +"22245",1.52,"Premium","I","VS1",60.6,57,10300,7.51,7.44,4.53 +"22246",1.46,"Ideal","G","VS2",62.3,56,10302,7.28,7.2,4.51 +"22247",1.5,"Good","D","SI2",61.9,61,10302,7.31,7.38,4.55 +"22248",1.26,"Premium","G","VVS2",62.7,58,10302,6.95,6.86,4.33 +"22249",1.23,"Ideal","G","VVS2",60.3,57,10304,6.98,6.97,4.21 +"22250",1.23,"Ideal","G","VVS2",61,57,10304,6.93,6.9,4.22 +"22251",1.12,"Ideal","G","VVS2",61.5,57,10305,6.65,6.67,4.1 +"22252",2.14,"Premium","J","SI2",58.4,58,10306,8.52,8.5,4.97 +"22253",1.52,"Premium","D","SI2",61.4,54,10308,7.51,7.43,4.59 +"22254",1.18,"Ideal","G","VVS2",61.3,55,10308,6.86,6.81,4.19 +"22255",1.59,"Very Good","I","VS2",61.1,58.6,10309,7.49,7.53,4.59 +"22256",1.71,"Ideal","J","VS1",62.4,56,10309,7.59,7.63,4.75 +"22257",1.4,"Ideal","G","VS2",61.7,56,10311,7.2,7.25,4.46 +"22258",1.86,"Ideal","J","VS2",62.6,56,10312,7.95,7.87,4.95 +"22259",1.08,"Ideal","E","VVS2",61.8,56,10313,6.55,6.59,4.06 +"22260",1.14,"Ideal","G","IF",61.1,57,10313,6.7,6.76,4.11 +"22261",1.51,"Very Good","H","SI1",62.8,55,10314,7.29,7.32,4.59 +"22262",1.09,"Ideal","E","VVS2",61.6,56,10314,6.6,6.64,4.08 +"22263",1.04,"Premium","D","VVS2",60.8,58,10314,6.53,6.49,3.96 +"22264",1.54,"Premium","E","SI1",62.7,58,10314,7.37,7.3,4.6 +"22265",1.15,"Ideal","F","VS1",61.1,55,10316,6.76,6.82,4.15 +"22266",1.52,"Ideal","F","SI2",61.8,58,10316,7.38,7.4,4.57 +"22267",1.69,"Very Good","E","SI2",62.6,59,10317,7.53,7.61,4.74 +"22268",1.23,"Ideal","G","VVS2",62.2,55,10317,6.86,6.9,4.28 +"22269",1.23,"Ideal","G","VVS2",62.7,56,10317,6.81,6.84,4.28 +"22270",1.51,"Very Good","H","VS2",63,57,10319,7.25,7.3,4.58 +"22271",1.27,"Very Good","G","VVS2",61.5,58,10321,6.9,6.96,4.26 +"22272",1.13,"Ideal","F","VVS2",61.4,56,10327,6.77,6.72,4.14 +"22273",1.1,"Very Good","F","VVS1",62.2,59,10329,6.56,6.69,4.12 +"22274",1.52,"Premium","H","SI1",60.1,60,10330,7.47,7.45,4.48 +"22275",1.52,"Premium","H","SI1",62.5,58,10330,7.34,7.28,4.57 +"22276",1.7,"Premium","I","SI1",62,59,10331,7.59,7.64,4.72 +"22277",1.51,"Very Good","H","SI1",60.6,59,10331,7.41,7.45,4.5 +"22278",1.56,"Premium","H","VS2",62.4,58,10331,7.44,7.39,4.63 +"22279",1.5,"Premium","I","IF",62.9,58,10332,7.31,7.21,4.57 +"22280",1.09,"Ideal","E","VVS2",60.9,56,10333,6.66,6.7,4.07 +"22281",1.56,"Ideal","I","VS2",61.8,56,10333,7.41,7.45,4.59 +"22282",1.7,"Premium","H","VS2",60.6,58,10333,7.72,7.65,4.66 +"22283",1.7,"Ideal","H","VS2",62.8,55,10333,7.61,7.54,4.76 +"22284",1.7,"Premium","H","VS2",59,58,10333,7.77,7.72,4.57 +"22285",1.21,"Ideal","D","VS1",61,57,10335,6.88,6.85,4.19 +"22286",1.57,"Very Good","I","VS1",59.7,61,10336,7.51,7.62,4.52 +"22287",1.7,"Premium","H","VVS2",61.4,58,10337,7.66,7.62,4.69 +"22288",1.58,"Ideal","I","VS2",61.1,55,10338,7.48,7.53,4.59 +"22289",1.66,"Ideal","F","SI2",62.6,59,10338,7.53,7.57,4.73 +"22290",1.42,"Premium","F","VS1",58.4,59,10338,7.36,7.32,4.29 +"22291",1.53,"Ideal","E","SI2",61.2,57,10339,7.42,7.46,4.55 +"22292",2.18,"Very Good","E","I1",62,60,10340,8.25,8.33,5.14 +"22293",1.6,"Very Good","H","SI2",61.1,57,10340,7.55,7.5,4.6 +"22294",1.29,"Premium","F","VS1",60.9,58,10341,6.97,7.01,4.26 +"22295",1.7,"Very Good","I","SI1",63.1,57,10341,7.51,7.46,4.72 +"22296",1.01,"Premium","F","VVS1",60.8,58,10341,6.55,6.48,3.96 +"22297",1.27,"Ideal","G","VVS2",62.4,53.3,10342,6.94,6.95,4.33 +"22298",1.17,"Ideal","G","VVS1",61.7,57,10342,6.84,6.9,4.13 +"22299",1.23,"Ideal","F","VS2",62.4,54,10342,6.84,6.87,4.28 +"22300",1.58,"Ideal","H","SI1",62.5,57,10345,7.43,7.39,4.63 +"22301",1.6,"Very Good","I","VS2",60,58,10346,7.61,7.68,4.59 +"22302",1,"Very Good","F","IF",60.1,57,10346,6.45,6.52,3.9 +"22303",1.65,"Ideal","H","SI2",61.6,55,10349,7.58,7.62,4.68 +"22304",1.54,"Premium","I","VS1",61.6,58,10349,7.42,7.39,4.56 +"22305",1.54,"Very Good","I","VS1",61.1,63,10349,7.43,7.36,4.52 +"22306",1.54,"Good","I","VS1",63.6,60,10349,7.33,7.3,4.65 +"22307",1.04,"Premium","E","VVS1",62.5,59,10350,6.41,6.46,4.02 +"22308",1.1,"Ideal","D","VS2",61.7,56,10350,6.63,6.67,4.1 +"22309",1.61,"Premium","J","IF",62.1,58,10350,7.53,7.47,4.66 +"22310",1.4,"Very Good","G","VS2",60.1,62,10351,7.16,7.25,4.33 +"22311",1.17,"Ideal","F","VVS2",61.9,54,10351,6.76,6.82,4.2 +"22312",1.21,"Ideal","E","VS1",62.4,57,10351,6.75,6.83,4.24 +"22313",1.5,"Fair","G","SI1",64.5,57,10352,7.15,7.09,4.59 +"22314",1.21,"Ideal","D","VS2",60.9,60,10353,6.91,6.86,4.19 +"22315",1.59,"Very Good","H","SI1",62.2,58,10356,7.45,7.48,4.64 +"22316",1.5,"Very Good","E","SI1",63.2,59,10356,7.24,7.2,4.56 +"22317",1.58,"Ideal","J","VVS1",61.5,56,10357,7.48,7.5,4.61 +"22318",1.63,"Ideal","E","SI2",61.7,57,10357,7.5,7.54,4.64 +"22319",1.31,"Ideal","G","VS1",62,58,10359,6.97,7.02,4.34 +"22320",1.62,"Premium","I","VS1",61.7,59,10362,7.55,7.47,4.63 +"22321",1.57,"Ideal","E","SI2",61.4,56,10362,7.44,7.52,4.59 +"22322",1.51,"Very Good","D","SI2",63.3,58,10362,7.25,7.28,4.6 +"22323",1.65,"Ideal","I","SI1",61.7,55,10365,7.6,7.63,4.7 +"22324",1.26,"Premium","E","VS1",60.7,58,10367,7.02,7.04,4.27 +"22325",1.26,"Ideal","G","VVS2",60.7,56,10367,7.03,7.05,4.27 +"22326",1.2,"Ideal","F","VS1",62.1,58,10367,6.78,6.84,4.23 +"22327",1.16,"Ideal","G","IF",59.9,57,10368,6.85,6.93,4.13 +"22328",1.26,"Ideal","G","VS1",62.2,54,10371,6.89,6.98,4.31 +"22329",1.5,"Very Good","F","SI1",63,55,10372,7.27,7.31,4.59 +"22330",1.5,"Fair","D","SI1",65.1,59,10374,7.1,7.01,4.59 +"22331",1.7,"Premium","F","SI2",61.8,60,10377,7.64,7.56,4.7 +"22332",1.4,"Very Good","G","VS2",62.2,61,10378,7.09,7.13,4.42 +"22333",1.21,"Ideal","G","VVS2",62,56,10378,6.8,6.84,4.23 +"22334",1.35,"Ideal","G","VS1",61.5,56,10378,7.15,7.12,4.39 +"22335",1.5,"Very Good","H","SI1",60.6,60,10380,7.45,7.36,4.49 +"22336",1.55,"Ideal","I","VS1",61.5,54,10384,7.42,7.58,4.61 +"22337",1.02,"Ideal","E","VVS2",61.5,57,10384,6.55,6.5,4.01 +"22338",1.1,"Premium","E","VVS2",60.1,58,10387,6.69,6.76,4.04 +"22339",1.24,"Premium","E","VS1",59.9,61,10388,6.99,6.96,4.18 +"22340",1.24,"Premium","G","VVS2",59.9,60,10388,7,6.98,4.19 +"22341",2.01,"Ideal","I","SI1",62.8,57,10389,8.04,7.98,5.03 +"22342",1.27,"Premium","G","VVS2",61,58,10389,7.01,6.96,4.26 +"22343",1.52,"Ideal","I","VS1",60.7,60,10392,7.4,7.42,4.5 +"22344",1.24,"Ideal","G","VVS2",61.4,58,10395,6.88,6.92,4.24 +"22345",1.13,"Ideal","G","VVS2",61.6,57,10396,6.66,6.75,4.13 +"22346",1.7,"Premium","I","VS2",61.9,56,10396,7.55,7.5,4.66 +"22347",1.56,"Ideal","F","SI2",61.6,56,10396,7.45,7.41,4.58 +"22348",1.53,"Premium","H","SI1",59.5,59,10398,7.53,7.46,4.46 +"22349",1.56,"Ideal","I","VS1",61.2,59,10399,7.43,7.5,4.57 +"22350",2.01,"Premium","J","VS2",58.6,61,10401,8.18,8.14,4.78 +"22351",0.31,"Very Good","I","VS1",63.5,57,628,4.28,4.26,2.71 +"22352",0.31,"Ideal","H","VS2",62.2,55,628,4.39,4.36,2.72 +"22353",0.31,"Ideal","H","VS2",62.2,53,628,4.43,4.38,2.74 +"22354",0.31,"Premium","H","VS2",60,60,628,4.43,4.4,2.65 +"22355",0.31,"Ideal","H","VS2",62.2,55,628,4.39,4.35,2.72 +"22356",0.31,"Premium","H","VS2",62.5,54,628,4.39,4.35,2.73 +"22357",0.31,"Ideal","H","VS2",61.9,55,628,4.38,4.35,2.7 +"22358",0.31,"Ideal","H","VS2",62.2,55,628,4.37,4.35,2.71 +"22359",0.31,"Ideal","H","VS2",61.5,57,628,4.38,4.33,2.68 +"22360",0.31,"Ideal","H","VS2",62.6,57,628,4.38,4.34,2.73 +"22361",0.31,"Premium","H","VS2",62.2,59,628,4.38,4.34,2.71 +"22362",0.31,"Very Good","H","VS2",63.2,57,628,4.35,4.32,2.74 +"22363",0.31,"Premium","H","VS2",61.3,60,628,4.36,4.32,2.66 +"22364",0.31,"Ideal","H","VS2",62.4,55,628,4.36,4.33,2.71 +"22365",0.31,"Very Good","H","VS2",60.5,63,628,4.37,4.33,2.63 +"22366",0.31,"Ideal","H","VS2",62.1,55,628,4.35,4.32,2.69 +"22367",0.31,"Very Good","H","VS2",63.5,57,628,4.34,4.32,2.75 +"22368",0.31,"Premium","H","VS2",62.7,59,628,4.32,4.29,2.7 +"22369",0.31,"Very Good","H","VS2",63.2,58,628,4.33,4.31,2.73 +"22370",0.31,"Premium","H","VS2",62.2,58,628,4.34,4.31,2.69 +"22371",0.31,"Premium","H","VS2",62.4,59,628,4.34,4.31,2.7 +"22372",0.31,"Very Good","H","VS2",63.1,58,628,4.34,4.31,2.73 +"22373",0.31,"Ideal","H","VS2",62.6,57,628,4.35,4.31,2.71 +"22374",0.31,"Premium","H","VS2",62.5,60,628,4.36,4.31,2.71 +"22375",0.31,"Ideal","H","VS2",63,57,628,4.34,4.32,2.73 +"22376",0.31,"Ideal","H","VS2",63,57,628,4.34,4.32,2.73 +"22377",0.31,"Very Good","H","VS2",63.1,57,628,4.32,4.27,2.71 +"22378",0.31,"Very Good","H","VS2",63.1,57,628,4.31,4.28,2.71 +"22379",0.31,"Very Good","H","VS2",63.1,58,628,4.32,4.27,2.71 +"22380",0.31,"Fair","G","VVS2",65.5,58,629,4.25,4.24,2.78 +"22381",1.51,"Premium","I","VS1",61.1,61,10401,7.37,7.32,4.49 +"22382",1.5,"Ideal","I","VS1",62.2,54,10406,7.33,7.4,4.57 +"22383",1.01,"Premium","D","VVS2",62.4,60,10407,6.36,6.31,3.95 +"22384",1.31,"Very Good","D","VS2",59.5,61,10409,7.16,7.19,4.27 +"22385",1.1,"Ideal","D","VVS2",61,56,10410,6.67,6.73,4.09 +"22386",1.51,"Premium","H","VS2",60.6,58,10411,7.42,7.36,4.48 +"22387",2.01,"Premium","J","SI1",59.8,57,10412,8.17,8.13,4.87 +"22388",1.11,"Ideal","F","VVS1",61.9,57,10412,6.62,6.66,4.11 +"22389",2.02,"Ideal","I","SI2",62.2,57,10412,8.06,7.99,4.99 +"22390",1.37,"Premium","G","VS1",58.3,60,10412,7.35,7.3,4.27 +"22391",1.35,"Premium","G","VS1",61,59,10415,7.15,7.09,4.34 +"22392",2,"Good","G","SI2",64.3,60,10416,7.87,7.83,5.05 +"22393",2,"Good","G","SI2",64.3,60,10416,7.87,7.83,5.05 +"22394",1.55,"Premium","I","VS1",58.2,60,10416,7.69,7.59,4.45 +"22395",1.43,"Very Good","G","VS2",62.2,58,10419,7.15,7.18,4.46 +"22396",1.52,"Ideal","I","IF",62.2,57,10419,7.27,7.33,4.54 +"22397",1.32,"Premium","F","VS2",60.9,59,10423,7.12,7.06,4.32 +"22398",1.56,"Premium","H","VS2",62.2,58,10424,7.41,7.44,4.62 +"22399",1.5,"Very Good","H","VS2",58.9,59,10424,7.34,7.43,4.35 +"22400",2.77,"Premium","H","I1",62.6,62,10424,8.93,8.83,5.56 +"22401",1.4,"Ideal","G","VS2",62.1,55,10427,7.12,7.05,4.4 +"22402",1.5,"Good","G","SI1",63.7,59,10428,7.19,7.23,4.59 +"22403",1.5,"Premium","G","SI1",62.3,58,10428,7.27,7.33,4.55 +"22404",1.58,"Premium","I","VS1",61.1,59,10428,7.44,7.52,4.57 +"22405",1.5,"Good","G","SI1",64.2,58,10428,7.14,7.2,4.6 +"22406",1.52,"Good","H","VS2",63.3,57,10428,7.32,7.33,4.64 +"22407",1.71,"Very Good","J","VS1",61.9,59,10428,7.6,7.69,4.73 +"22408",1.75,"Premium","J","VS1",62.2,59,10429,7.7,7.74,4.8 +"22409",1.21,"Very Good","E","VS1",60,58,10430,6.89,6.97,4.16 +"22410",1.34,"Premium","F","VS2",61.1,58,10431,7.12,7.05,4.33 +"22411",1.52,"Premium","D","SI2",59.8,60,10433,7.42,7.5,4.46 +"22412",1.23,"Very Good","G","VVS1",61.3,57,10435,6.88,6.96,4.24 +"22413",1.19,"Ideal","F","VVS2",61.7,56,10436,6.82,6.85,4.22 +"22414",2.63,"Very Good","J","I1",62.3,61,10437,8.76,8.81,5.47 +"22415",1.29,"Premium","F","VS1",59.3,60,10437,7.14,7.1,4.22 +"22416",1.71,"Ideal","I","SI2",61.1,55,10438,7.78,7.73,4.74 +"22417",1.16,"Ideal","F","VVS2",61.8,56.7,10439,6.7,6.78,4.16 +"22418",1.25,"Ideal","D","VS1",61.7,56,10441,6.92,7.01,4.3 +"22419",1.11,"Ideal","D","VS2",61.2,57,10443,6.69,6.71,4.1 +"22420",1.23,"Ideal","G","VVS2",61.3,56,10445,6.89,6.91,4.23 +"22421",1.14,"Premium","E","VVS2",59.7,58,10446,6.91,6.83,4.1 +"22422",1.53,"Very Good","H","SI1",61.3,56,10446,7.42,7.44,4.56 +"22423",1.57,"Very Good","I","VS2",60.3,58,10447,7.58,7.55,4.56 +"22424",1.57,"Very Good","H","SI1",59.6,58,10447,7.61,7.65,4.55 +"22425",1.19,"Ideal","F","VS1",60.5,57,10449,6.82,6.88,4.15 +"22426",1.5,"Fair","F","SI1",64.3,58,10450,7.04,7.09,4.54 +"22427",1.01,"Very Good","D","VVS2",62.5,59,10453,6.34,6.4,3.98 +"22428",1.07,"Ideal","E","VVS2",61.8,54,10453,6.56,6.61,4.07 +"22429",3.05,"Premium","E","I1",60.9,58,10453,9.26,9.25,5.66 +"22430",1.2,"Ideal","G","VVS2",61.1,56,10454,6.88,6.91,4.21 +"22431",1.36,"Ideal","G","VS1",61,56,10455,7.13,7.11,4.34 +"22432",2.1,"Ideal","I","SI2",63,56,10457,8.18,8.15,5.12 +"22433",1.71,"Premium","H","VS1",62.1,59,10457,7.63,7.55,4.71 +"22434",1.57,"Ideal","I","VS2",62.8,57,10462,7.46,7.37,4.66 +"22435",1.09,"Very Good","F","VVS1",61.4,58,10463,6.6,6.65,4.07 +"22436",1,"Very Good","E","VVS1",62.7,54,10463,6.36,6.39,4 +"22437",1.2,"Ideal","G","VVS2",62.2,53,10463,6.8,6.84,4.24 +"22438",1.54,"Premium","H","SI1",62.2,58,10466,7.45,7.32,4.59 +"22439",1.53,"Very Good","H","SI1",61.1,57,10468,7.44,7.45,4.55 +"22440",1.53,"Very Good","H","SI1",61,61,10468,7.4,7.45,4.53 +"22441",2.46,"Premium","E","SI2",59.7,59,10470,8.82,8.76,5.25 +"22442",1.59,"Premium","I","VS2",62.9,56,10471,7.48,7.43,4.69 +"22443",1.35,"Ideal","G","VS1",60.9,54,10471,7.18,7.15,4.36 +"22444",1.6,"Ideal","F","SI2",61.7,56,10472,7.5,7.53,4.64 +"22445",1.7,"Premium","G","SI2",61.9,58,10472,7.61,7.57,4.7 +"22446",1.53,"Very Good","H","SI1",63.4,55,10473,7.3,7.34,4.64 +"22447",1.39,"Very Good","G","VS2",62.6,56,10476,7.08,7.11,4.44 +"22448",1.01,"Very Good","F","IF",61.9,59,10476,6.38,6.45,3.97 +"22449",1.72,"Very Good","J","VS2",60.9,61,10477,7.77,7.79,4.74 +"22450",1.61,"Premium","F","SI1",60.2,58,10477,7.61,7.65,4.59 +"22451",1.5,"Good","H","VS2",63.6,58,10478,7.27,7.22,4.61 +"22452",1.5,"Premium","H","VS2",61.2,61,10478,7.32,7.25,4.46 +"22453",1.5,"Very Good","F","SI1",63,56,10479,7.28,7.32,4.6 +"22454",1.63,"Premium","I","VS2",61,60,10479,7.62,7.59,4.64 +"22455",1.56,"Ideal","I","VVS2",62,56,10481,7.39,7.42,4.6 +"22456",1.21,"Ideal","G","VVS1",61,57,10482,6.93,6.87,4.21 +"22457",1.5,"Premium","I","VVS2",60.2,58,10483,7.5,7.34,4.47 +"22458",1.21,"Ideal","G","VVS1",61.4,58,10483,6.85,6.89,4.22 +"22459",2,"Fair","I","SI2",65.2,59,10483,7.74,7.69,5.03 +"22460",1.6,"Premium","E","SI2",59.4,59,10483,7.61,7.55,4.5 +"22461",2,"Fair","I","SI2",67.7,57,10483,7.88,7.64,5.26 +"22462",1.51,"Premium","H","SI2",61.6,60,10485,7.34,7.27,4.5 +"22463",1.24,"Premium","G","VVS1",60.4,59,10485,7.02,7.01,4.24 +"22464",1.1,"Ideal","F","VVS2",61.2,56,10487,6.66,6.74,4.1 +"22465",1.52,"Premium","D","SI2",61.6,56,10487,7.47,7.39,4.58 +"22466",2.01,"Very Good","J","SI2",63.3,56,10490,7.86,7.96,5.01 +"22467",2,"Ideal","F","I1",60.3,56,10494,8.16,8.27,4.94 +"22468",1.22,"Premium","F","VVS2",63,56,10494,6.88,6.76,4.3 +"22469",1.6,"Very Good","I","VS2",60,60,10497,7.55,7.59,4.54 +"22470",1.52,"Very Good","H","VS1",59.8,57,10497,7.47,7.55,4.49 +"22471",1.51,"Premium","G","SI1",62.2,58,10497,7.26,7.3,4.53 +"22472",1.69,"Very Good","I","SI1",61.8,60,10497,7.58,7.61,4.69 +"22473",1.2,"Very Good","G","IF",60.9,55,10497,6.9,6.93,4.21 +"22474",1.01,"Very Good","E","VVS1",63.2,54,10498,6.41,6.31,4.02 +"22475",1.01,"Very Good","D","VVS2",59.8,57,10499,6.49,6.58,3.91 +"22476",1.55,"Premium","G","VS2",60.5,60,10499,7.49,7.46,4.52 +"22477",1.62,"Ideal","I","VS2",62.1,55,10501,7.53,7.58,4.69 +"22478",1.7,"Premium","I","SI1",59.7,60,10501,7.77,7.72,4.62 +"22479",1.51,"Ideal","H","SI1",62.8,55,10502,7.32,7.29,4.59 +"22480",1.21,"Ideal","F","VS1",61.8,56,10504,6.84,6.86,4.23 +"22481",1.19,"Ideal","G","VVS1",61.6,59,10508,6.78,6.79,4.18 +"22482",1.24,"Premium","G","IF",60.5,60,10508,6.95,6.91,4.19 +"22483",1.52,"Premium","D","SI1",61.2,62,10512,7.38,7.36,4.51 +"22484",1.14,"Ideal","E","VVS2",62.3,55,10512,6.68,6.71,4.17 +"22485",1.51,"Good","F","SI1",64.2,57,10514,7.09,7.2,4.59 +"22486",1.04,"Very Good","F","IF",59.8,56,10515,6.64,6.71,3.99 +"22487",1.5,"Premium","D","SI2",59.9,62,10517,7.4,7.37,4.42 +"22488",1.54,"Very Good","I","VVS2",62.7,57,10518,7.35,7.43,4.63 +"22489",1.51,"Premium","H","SI1",60.6,59,10519,7.45,7.41,4.5 +"22490",1.7,"Ideal","I","SI1",61.8,55,10520,7.62,7.57,4.69 +"22491",1.62,"Very Good","H","SI1",62.8,59,10521,7.4,7.45,4.66 +"22492",1.57,"Ideal","H","SI1",60.5,57,10521,7.6,7.57,4.59 +"22493",1.56,"Very Good","I","VS1",58.2,59,10523,7.65,7.7,4.47 +"22494",2,"Good","D","SI2",63.8,57,10528,7.93,7.88,5.04 +"22495",2,"Premium","I","SI2",62.3,57,10528,8.12,8.05,5.03 +"22496",1.29,"Premium","F","VS1",60.9,58,10530,7.01,6.97,4.26 +"22497",1.71,"Ideal","H","VS2",63,57,10534,7.57,7.53,4.76 +"22498",1.71,"Premium","H","SI2",62.3,58,10534,7.66,7.62,4.76 +"22499",1.56,"Ideal","H","SI1",62.4,53.7,10536,7.43,7.48,4.65 +"22500",1.28,"Ideal","G","VS1",62.1,56,10537,6.97,6.94,4.32 +"22501",1.22,"Ideal","D","VS2",61.7,56,10538,6.89,6.86,4.24 +"22502",1.04,"Premium","E","VVS1",62.5,59,10539,6.46,6.41,4.02 +"22503",1.33,"Ideal","G","VS1",62,55,10539,7.12,7.07,4.4 +"22504",1.59,"Premium","H","SI1",60.6,60,10542,7.59,7.53,4.58 +"22505",1.5,"Ideal","G","SI2",60.5,57,10543,7.4,7.43,4.49 +"22506",1.58,"Ideal","H","SI1",61.4,56,10546,7.46,7.53,4.6 +"22507",1.51,"Very Good","D","SI2",61.7,59,10546,7.28,7.35,4.51 +"22508",1.15,"Ideal","D","VS2",61,57,10546,6.76,6.78,4.13 +"22509",1.03,"Premium","F","VVS1",59.7,60,10546,6.63,6.57,3.94 +"22510",1.55,"Very Good","H","VS2",63.3,56,10546,7.38,7.32,4.65 +"22511",1.51,"Premium","H","VS2",61.5,58,10548,7.45,7.32,4.45 +"22512",1.51,"Premium","H","VS2",63,58,10548,7.34,7.27,4.6 +"22513",1.57,"Ideal","E","SI2",61.4,56,10550,7.52,7.44,4.59 +"22514",1.5,"Very Good","I","VVS2",59.7,60,10551,7.46,7.62,4.5 +"22515",1.66,"Premium","E","SI2",62.6,58,10553,7.53,7.48,4.7 +"22516",1.51,"Ideal","G","VS2",62.8,57,10553,7.33,7.26,4.58 +"22517",1.51,"Fair","G","VS2",58.1,67,10553,7.59,7.49,4.38 +"22518",1.21,"Ideal","E","VS2",61.8,53,10556,6.86,6.9,4.25 +"22519",1.31,"Ideal","G","VS1",62,53,10556,7.06,7.07,4.37 +"22520",1.26,"Ideal","G","VVS2",60.7,56,10556,7.05,7.03,4.27 +"22521",1.5,"Very Good","H","VS2",61.6,55,10558,7.37,7.43,4.56 +"22522",2.01,"Premium","I","SI2",62.7,58,10558,8.02,7.97,5.01 +"22523",1.53,"Ideal","I","VS1",61.5,55,10560,7.4,7.42,4.56 +"22524",1.64,"Ideal","I","VS2",62.5,56,10562,7.58,7.52,4.72 +"22525",1,"Fair","D","VVS2",61.1,57,10562,6.37,6.3,3.87 +"22526",1.5,"Premium","H","SI1",61.8,60,10567,7.31,7.23,4.49 +"22527",1.01,"Good","E","VVS1",63.1,59,10567,6.31,6.34,3.99 +"22528",1.62,"Very Good","H","SI1",63.1,56,10567,7.38,7.51,4.7 +"22529",1.21,"Ideal","G","VVS2",61.3,57,10568,6.83,6.85,4.19 +"22530",1.51,"Premium","E","SI2",60.6,59,10570,7.47,7.41,4.51 +"22531",1.56,"Ideal","F","SI2",61.2,55,10571,7.47,7.57,4.6 +"22532",1.23,"Ideal","G","VVS1",61.8,56,10572,6.8,6.89,4.24 +"22533",1.86,"Premium","G","SI2",62.5,60,10572,7.9,7.8,4.91 +"22534",1.7,"Premium","G","SI2",62.5,58,10574,7.53,7.6,4.73 +"22535",1.32,"Very Good","F","VS1",60.3,57,10575,7.08,7.12,4.28 +"22536",1.51,"Very Good","G","SI1",59.6,60,10576,7.42,7.45,4.43 +"22537",1.51,"Ideal","I","VS1",61.6,56,10576,7.37,7.43,4.56 +"22538",1.1,"Premium","E","VVS2",60.1,58,10577,6.76,6.69,4.04 +"22539",1,"Ideal","F","VVS2",61.3,53,10577,6.44,6.48,3.96 +"22540",2.02,"Ideal","I","SI2",62.3,55,10577,8.1,8.06,5.03 +"22541",3.02,"Fair","I","I1",65.2,56,10577,9.11,9.02,5.91 +"22542",1.02,"Premium","D","VVS2",61.4,58,10580,6.43,6.46,3.96 +"22543",1.61,"Very Good","E","SI2",60.4,58,10580,7.59,7.64,4.6 +"22544",1.2,"Premium","F","VVS2",62.8,60,10580,6.79,6.74,4.25 +"22545",1.23,"Ideal","F","VVS2",63,55,10580,6.89,6.79,4.31 +"22546",1.79,"Premium","J","VS2",62.5,60,10581,7.76,7.69,4.83 +"22547",1.41,"Ideal","G","VS2",60.8,55,10581,7.27,7.2,4.4 +"22548",1.24,"Premium","G","IF",60.5,58,10584,6.94,7,4.22 +"22549",1.5,"Premium","H","VS1",59.3,61,10584,7.53,7.47,4.45 +"22550",1.5,"Very Good","H","VS1",63.4,56,10584,7.29,7.25,4.61 +"22551",1.51,"Ideal","E","SI2",61.9,56,10588,7.31,7.36,4.54 +"22552",1.7,"Ideal","J","VS1",60.9,58,10589,7.73,7.68,4.69 +"22553",1.52,"Ideal","H","SI1",61.5,58,10589,7.4,7.36,4.54 +"22554",1.69,"Premium","I","VS2",62.4,58,10600,7.66,7.53,4.74 +"22555",1.53,"Very Good","I","VS1",62.8,55,10602,7.35,7.4,4.63 +"22556",1.35,"Ideal","D","VS2",61.3,57,10602,7.09,7.13,4.36 +"22557",1.11,"Ideal","F","VVS1",61.9,57,10602,6.66,6.62,4.11 +"22558",1.03,"Ideal","D","VS1",61.7,57,10607,6.45,6.48,3.99 +"22559",1.58,"Very Good","H","VS2",61.4,60,10608,7.49,7.44,4.58 +"22560",1.43,"Premium","G","VS2",62.2,58,10609,7.18,7.15,4.46 +"22561",1.23,"Very Good","F","VS1",59.3,59,10609,6.98,7.01,4.15 +"22562",1.52,"Ideal","I","IF",62.2,57,10609,7.33,7.27,4.54 +"22563",1.29,"Ideal","G","VVS2",62.4,57,10614,6.94,6.97,4.34 +"22564",1.03,"Ideal","F","IF",63.1,55,10615,6.45,6.46,4.07 +"22565",1.5,"Good","G","SI1",63.7,59,10618,7.23,7.19,4.59 +"22566",1.52,"Very Good","H","VS2",63.3,57,10618,7.33,7.32,4.64 +"22567",1.5,"Good","G","SI1",64.2,58,10618,7.2,7.14,4.6 +"22568",1.5,"Premium","G","SI1",62.3,58,10618,7.33,7.27,4.55 +"22569",1.58,"Premium","I","VS1",61.1,59,10618,7.52,7.44,4.57 +"22570",1.03,"Ideal","F","VVS1",62.1,56.3,10619,6.43,6.5,4.02 +"22571",1.75,"Premium","J","VS1",62.2,59,10619,7.74,7.7,4.8 +"22572",1.22,"Ideal","E","VS1",62.4,54,10622,6.77,6.88,4.26 +"22573",1.52,"Fair","G","VS2",55.2,66,10623,7.72,7.67,4.26 +"22574",1.51,"Premium","I","VVS2",61.1,60,10623,7.33,7.36,4.49 +"22575",1.52,"Premium","D","SI2",59.8,60,10623,7.5,7.42,4.46 +"22576",1.4,"Premium","F","VS2",61.5,60,10625,7.25,7.18,4.44 +"22577",1.5,"Very Good","E","SI1",58.6,62,10626,7.43,7.46,4.36 +"22578",1.51,"Good","H","VS2",63.5,60,10628,7.24,7.27,4.61 +"22579",2.63,"Premium","J","I1",62.3,61,10628,8.81,8.76,5.47 +"22580",1.32,"Ideal","G","VS1",62.4,53,10631,7.03,7.08,4.4 +"22581",1.5,"Very Good","G","SI1",63.6,58,10633,7.14,7.29,4.59 +"22582",1.57,"Ideal","I","SI1",62.2,56,10633,7.42,7.47,4.63 +"22583",1.75,"Very Good","I","SI1",62.8,59,10635,7.62,7.66,4.8 +"22584",1.25,"Ideal","G","VVS2",61.5,55,10636,6.92,6.94,4.26 +"22585",1.25,"Ideal","G","VVS2",62.5,54,10636,6.88,6.93,4.31 +"22586",1.35,"Ideal","H","VVS1",61.9,57,10639,7.06,7.09,4.38 +"22587",2,"Good","I","VS2",64,60,10640,7.9,7.83,5.04 +"22588",1.25,"Premium","E","VS2",61.5,58,10640,6.98,6.91,4.27 +"22589",1.52,"Premium","G","VS1",58.8,61,10640,7.54,7.45,4.41 +"22590",1.02,"Very Good","E","VVS1",60.2,60,10641,6.39,6.54,3.89 +"22591",1.52,"Ideal","I","VS1",62.4,57,10641,7.32,7.36,4.58 +"22592",1.56,"Ideal","H","SI1",60.4,59,10642,7.5,7.53,4.54 +"22593",1.15,"Ideal","G","VVS1",62.7,56,10644,6.69,6.67,4.19 +"22594",1.5,"Fair","G","VS2",66.2,53,10644,7.12,7.08,4.7 +"22595",1.6,"Very Good","D","SI2",60.6,58,10646,7.55,7.61,4.59 +"22596",1.5,"Ideal","I","VVS2",61.7,55,10646,7.32,7.39,4.54 +"22597",1.23,"Ideal","G","VVS2",60.8,57,10646,6.89,6.92,4.2 +"22598",1.23,"Very Good","F","VVS2",58.5,59,10650,6.98,7.07,4.11 +"22599",1.5,"Very Good","H","VS1",63.4,59,10652,7.13,7.2,4.54 +"22600",1.3,"Very Good","G","VS1",62.5,58,10654,6.9,6.95,4.33 +"22601",1.51,"Premium","G","SI1",60.4,58,10655,7.46,7.38,4.48 +"22602",1.51,"Premium","H","VS1",59.6,60,10655,7.5,7.41,4.44 +"22603",1.51,"Ideal","I","VS1",63.2,57,10655,7.4,7.28,4.62 +"22604",1.35,"Ideal","G","VS1",62.7,57,10656,7.02,7.07,4.42 +"22605",1.27,"Ideal","F","VS2",61,54,10656,7,7.02,4.28 +"22606",1.79,"Ideal","J","VS2",61.8,56,10658,7.74,7.85,4.82 +"22607",1.53,"Ideal","H","SI1",61.1,57,10659,7.45,7.44,4.55 +"22608",1.53,"Premium","H","SI1",61,61,10659,7.45,7.4,4.53 +"22609",2.22,"Very Good","J","SI2",61.2,63,10662,8.33,8.23,5.07 +"22610",1.7,"Ideal","I","VS2",61.1,57,10662,7.7,7.66,4.69 +"22611",1.6,"Ideal","F","SI2",61.7,56,10662,7.53,7.5,4.64 +"22612",1.7,"Premium","I","VS2",62.7,58,10662,7.57,7.52,4.73 +"22613",1.09,"Very Good","F","IF",61.1,58,10663,6.63,6.69,4.07 +"22614",1.52,"Good","F","SI1",63.6,54,10664,7.33,7.22,4.63 +"22615",2.02,"Good","J","SI2",64.4,60,10666,7.87,7.93,5.09 +"22616",1.78,"Premium","H","SI2",61,61,10666,7.88,7.82,4.79 +"22617",1.5,"Premium","H","VS2",60.6,61,10668,7.34,7.31,4.44 +"22618",1.62,"Premium","I","VS2",60.1,59,10669,7.63,7.6,4.58 +"22619",1.26,"Premium","F","VS1",62,58,10669,6.95,6.88,4.29 +"22620",1.5,"Good","G","VS2",63.7,57,10669,7.29,7.25,4.63 +"22621",2.01,"Fair","I","SI2",66.5,61,10671,7.81,7.75,5.17 +"22622",1.02,"Very Good","E","VVS1",62.2,57,10672,6.4,6.59,4.04 +"22623",1.7,"Very Good","I","SI1",61.9,62,10680,7.52,7.58,4.67 +"22624",1.63,"Ideal","G","SI2",62.6,53,10680,7.55,7.49,4.71 +"22625",1.5,"Very Good","H","VS1",60.7,58,10681,7.35,7.42,4.48 +"22626",1.75,"Very Good","J","VS1",61.5,59,10681,7.75,7.83,4.79 +"22627",1.17,"Very Good","D","VS1",60.5,57,10681,6.79,6.86,4.13 +"22628",1.71,"Very Good","I","SI1",62.4,59,10681,7.63,7.6,4.75 +"22629",1.68,"Ideal","J","VS1",61.1,57,10681,7.64,7.7,4.69 +"22630",1.57,"Very Good","I","VS1",62.7,58,10682,7.41,7.43,4.65 +"22631",1.5,"Very Good","F","SI1",63.4,60,10684,7.2,7.27,4.59 +"22632",1.59,"Very Good","D","SI2",59.9,59,10685,7.6,7.52,4.53 +"22633",1.21,"Ideal","G","VS1",61.3,57,10685,6.82,6.87,4.2 +"22634",1.21,"Ideal","G","VS1",61.6,57,10685,6.85,6.87,4.22 +"22635",1.21,"Ideal","G","VS1",61.8,57,10685,6.81,6.86,4.23 +"22636",1.51,"Premium","H","VS2",60.7,58,10685,7.45,7.4,4.51 +"22637",1.51,"Ideal","H","VS2",62.6,57,10685,7.37,7.33,4.6 +"22638",2,"Ideal","F","I1",60.3,56,10685,8.27,8.16,4.94 +"22639",1.71,"Premium","H","SI2",62.5,57,10687,7.67,7.62,4.78 +"22640",1.01,"Ideal","F","IF",62,58,10688,6.41,6.46,3.99 +"22641",1.51,"Premium","G","SI1",62.2,58,10688,7.3,7.26,4.53 +"22642",1.51,"Premium","G","SI1",62.4,62,10688,7.25,7.12,4.48 +"22643",1.66,"Ideal","I","VS1",61,55,10691,7.67,7.64,4.67 +"22644",1.5,"Good","H","VS2",63.9,60,10692,7.17,7.22,4.6 +"22645",1.5,"Ideal","H","VS2",62.2,57,10692,7.27,7.33,4.54 +"22646",1.01,"Very Good","E","VVS1",61.6,58,10693,6.45,6.57,4.01 +"22647",1.51,"Ideal","F","SI1",62.5,57,10693,7.27,7.32,4.56 +"22648",1.51,"Premium","F","SI1",62.2,58,10693,7.27,7.29,4.53 +"22649",1.54,"Ideal","D","SI1",63,54,10694,7.33,7.28,4.6 +"22650",1.01,"Good","E","VVS1",63.1,57,10696,6.36,6.39,4.02 +"22651",1.51,"Good","E","SI1",63.5,57,10696,7.23,7.28,4.61 +"22652",1.72,"Very Good","G","SI2",62.4,59,10697,7.63,7.67,4.77 +"22653",1.53,"Ideal","E","SI2",61,55,10698,7.44,7.5,4.55 +"22654",1.1,"Very Good","F","VVS1",59.8,54,10701,6.74,6.77,4.04 +"22655",1.82,"Very Good","I","SI2",62.3,60,10701,7.71,7.76,4.82 +"22656",1.56,"Premium","H","VS2",62.5,59,10702,7.3,7.33,4.57 +"22657",1.54,"Premium","H","VS2",61.8,59,10702,7.35,7.4,4.56 +"22658",1.14,"Ideal","E","VVS2",62.3,55,10703,6.71,6.68,4.17 +"22659",1.01,"Very Good","E","VVS1",62.3,56,10704,6.41,6.47,4.01 +"22660",1.21,"Premium","D","VS1",62.6,56,10706,6.83,6.74,4.25 +"22661",1.55,"Very Good","G","SI1",59.2,59,10707,7.51,7.59,4.47 +"22662",1.26,"Ideal","F","VS2",61.5,56,10709,6.97,7.01,4.3 +"22663",1.04,"Ideal","D","VS1",61.6,57,10709,6.52,6.56,4.03 +"22664",1.83,"Premium","J","SI1",60.4,58,10709,7.96,7.94,4.8 +"22665",1.02,"Very Good","E","IF",63.5,58,10710,6.43,6.33,4.05 +"22666",1.55,"Very Good","I","VS1",59,58,10711,7.56,7.63,4.48 +"22667",1.31,"Ideal","E","VS1",61.7,55,10711,7.11,7.05,4.37 +"22668",2.01,"Fair","I","SI2",66.9,58,10711,7.93,7.69,5.21 +"22669",1.53,"Premium","D","SI1",61.6,58,10712,7.35,7.42,4.55 +"22670",1.28,"Premium","G","VVS2",62.1,58,10716,6.96,6.91,4.31 +"22671",2.38,"Premium","J","SI2",60.6,59,10716,8.66,8.63,5.24 +"22672",1.22,"Very Good","F","VVS2",60.7,62,10719,6.81,6.84,4.14 +"22673",1.26,"Ideal","G","VVS1",62.1,57,10720,6.91,7.01,4.32 +"22674",1.63,"Very Good","H","SI1",62.5,58,10721,7.47,7.55,4.69 +"22675",1.24,"Ideal","G","VVS1",62.3,56,10724,6.86,6.89,4.28 +"22676",1.5,"Ideal","H","SI1",61.3,57,10725,7.38,7.4,4.53 +"22677",1.44,"Ideal","D","SI1",63,55,10725,7.23,7.18,4.54 +"22678",1.29,"Ideal","F","VS1",62.3,54.4,10727,6.93,7,4.34 +"22679",1.75,"Very Good","H","SI2",60.8,60,10727,7.72,7.8,4.72 +"22680",1.56,"Ideal","H","SI1",62.4,54,10728,7.48,7.43,4.65 +"22681",0.38,"Ideal","J","VVS2",61.4,56,629,4.68,4.7,2.88 +"22682",0.38,"Ideal","J","VVS2",62,55,629,4.67,4.69,2.9 +"22683",0.4,"Ideal","E","SI2",61.9,58,629,4.71,4.73,2.92 +"22684",0.4,"Ideal","E","SI2",61.3,56,629,4.75,4.78,2.92 +"22685",0.4,"Ideal","E","SI2",61,58,629,4.76,4.78,2.91 +"22686",0.4,"Ideal","E","SI2",62.1,53,629,4.75,4.78,2.96 +"22687",0.38,"Ideal","G","SI1",61,57,629,4.66,4.71,2.86 +"22688",0.43,"Good","J","SI2",63.7,57,629,4.79,4.76,3.04 +"22689",0.36,"Premium","F","VS2",62,59,629,4.51,4.56,2.81 +"22690",0.3,"Very Good","G","VS1",62.5,59,629,4.32,4.25,2.68 +"22691",0.36,"Ideal","F","VS2",61.5,55,629,4.57,4.6,2.82 +"22692",0.29,"Very Good","E","VVS1",60.9,61,629,4.23,4.27,2.59 +"22693",0.38,"Very Good","I","VVS1",62.6,59,630,4.6,4.64,2.89 +"22694",0.32,"Very Good","E","VS1",64,56,630,4.33,4.36,2.78 +"22695",0.4,"Very Good","G","SI2",62.9,57,630,4.68,4.7,2.95 +"22696",0.31,"Ideal","H","VVS2",62.3,54,630,4.36,4.38,2.72 +"22697",0.3,"Premium","G","VS2",59.3,59,630,4.42,4.38,2.61 +"22698",0.35,"Ideal","I","VS2",62.5,57,630,4.53,4.5,2.82 +"22699",0.35,"Premium","H","SI1",61,62,630,4.56,4.52,2.77 +"22700",0.35,"Good","E","SI2",63.9,55,630,4.5,4.48,2.87 +"22701",0.3,"Ideal","J","VS2",61.9,56,630,4.33,4.3,2.67 +"22702",0.3,"Fair","E","SI1",64.5,49,630,4.28,4.25,2.75 +"22703",0.35,"Ideal","H","SI1",62.3,57,630,4.55,4.5,2.82 +"22704",0.3,"Ideal","G","VS2",60.8,57,630,4.38,4.33,2.65 +"22705",0.34,"Ideal","F","SI1",59.4,57,630,4.58,4.54,2.71 +"22706",0.35,"Ideal","I","VS2",59.8,57,630,4.6,4.59,2.75 +"22707",0.35,"Premium","I","VS2",62.9,57,630,4.53,4.5,2.84 +"22708",0.35,"Premium","H","SI1",60,61,630,4.6,4.57,2.75 +"22709",0.35,"Very Good","H","SI1",63.1,58,630,4.51,4.46,2.83 +"22710",0.35,"Ideal","E","SI2",61.7,56,630,4.55,4.53,2.8 +"22711",2.06,"Ideal","I","SI2",61.4,57,10728,8.22,8.18,5.03 +"22712",1.53,"Premium","I","VS1",62.4,59,10729,7.3,7.34,4.57 +"22713",1.78,"Very Good","D","SI2",63.4,60,10730,7.67,7.61,4.85 +"22714",1.23,"Very Good","E","VS1",61.5,58,10730,6.88,6.93,4.25 +"22715",1.5,"Very Good","D","SI2",64,56,10730,7.17,7.23,4.61 +"22716",1.01,"Premium","D","VVS2",62.4,58,10732,6.39,6.44,4 +"22717",1.33,"Ideal","G","VS1",59.9,57.3,10732,7.16,7.21,4.3 +"22718",1.64,"Ideal","F","SI2",61.4,57,10733,7.55,7.59,4.65 +"22719",1.42,"Ideal","G","VS2",62.6,57,10735,7.19,7.15,4.49 +"22720",1.67,"Premium","I","VS2",61.9,56,10736,7.64,7.6,4.72 +"22721",1.58,"Premium","H","SI1",61.5,59,10738,7.47,7.45,4.59 +"22722",1.58,"Ideal","H","SI1",61.4,56,10738,7.53,7.46,4.6 +"22723",1.56,"Ideal","H","SI1",62.1,56,10739,7.44,7.46,4.63 +"22724",1.51,"Premium","G","SI1",61.6,59,10739,7.32,7.3,4.5 +"22725",1.54,"Ideal","D","SI2",61.6,57,10740,7.4,7.44,4.57 +"22726",1.13,"Ideal","F","VVS2",62.1,54,10742,6.67,6.71,4.16 +"22727",1.51,"Premium","H","VS1",62.4,60,10743,7.27,7.34,4.56 +"22728",1.5,"Premium","I","VVS2",59.7,60,10744,7.62,7.46,4.5 +"22729",1.19,"Ideal","F","VVS2",60.8,57,10748,6.85,6.83,4.16 +"22730",1.72,"Premium","H","SI2",59.8,59,10749,7.77,7.74,4.64 +"22731",1.5,"Premium","H","VS2",61.6,55,10750,7.43,7.37,4.56 +"22732",1,"Fair","D","VVS1",56.7,68,10752,6.66,6.64,3.77 +"22733",1,"Premium","D","VVS1",62.9,58,10752,6.34,6.28,3.97 +"22734",1.59,"Ideal","I","VS2",61.7,57,10752,7.47,7.52,4.62 +"22735",2,"Fair","H","SI2",65.3,55,10752,7.88,7.79,5.12 +"22736",1.66,"Ideal","E","SI2",62.7,56,10754,7.45,7.63,4.73 +"22737",1.15,"Ideal","F","VVS2",62.7,57,10757,6.69,6.65,4.18 +"22738",1.54,"Premium","H","VS2",61.9,61,10758,7.41,7.33,4.56 +"22739",1.01,"Very Good","E","VVS1",63.1,59,10760,6.34,6.31,3.99 +"22740",1.73,"Very Good","I","SI1",61.2,60,10761,7.65,7.67,4.69 +"22741",1.01,"Ideal","D","VVS2",61.7,57,10761,6.43,6.47,3.98 +"22742",3.01,"Fair","H","I1",56.1,62,10761,9.54,9.38,5.31 +"22743",1.51,"Ideal","H","VS2",62.5,55,10763,7.29,7.34,4.57 +"22744",1.51,"Good","H","VS2",64.2,58.5,10763,7.16,7.22,4.62 +"22745",1.3,"Premium","G","VVS2",60.2,58,10763,7.17,7.08,4.29 +"22746",1.12,"Ideal","F","VVS2",61.3,57,10764,6.67,6.7,4.1 +"22747",1.78,"Premium","E","SI2",60.5,59,10765,7.89,7.8,4.75 +"22748",1.5,"Very Good","F","SI1",62.6,60,10766,7.18,7.27,4.52 +"22749",1.5,"Good","F","SI1",63.4,58,10766,7.16,7.2,4.55 +"22750",1.56,"Premium","G","SI1",58.8,57,10766,7.68,7.62,4.5 +"22751",1.52,"Premium","E","SI1",62.4,59,10767,7.34,7.37,4.59 +"22752",1.54,"Good","H","VS1",63.1,57,10769,7.34,7.4,4.65 +"22753",1.12,"Ideal","E","VVS2",60.6,57,10769,6.77,6.66,4.07 +"22754",1.34,"Very Good","F","VS1",59.7,60,10771,7.17,7.2,4.29 +"22755",2.01,"Fair","H","SI2",65.3,56,10772,7.95,7.86,5.16 +"22756",2.01,"Fair","H","SI2",66.7,56,10772,7.8,7.76,5.19 +"22757",2.01,"Very Good","H","SI2",63.3,60,10772,7.84,7.77,4.94 +"22758",1.02,"Premium","D","VVS2",61.4,58,10773,6.46,6.43,3.96 +"22759",1.51,"Premium","H","VS1",62.1,58,10775,7.32,7.26,4.53 +"22760",1.5,"Ideal","E","SI1",62.6,56,10777,7.27,7.3,4.56 +"22761",1.71,"Ideal","J","VS1",62.4,56,10778,7.63,7.59,4.75 +"22762",1.29,"Very Good","E","VS1",61.8,57,10780,6.99,6.93,4.3 +"22763",1.51,"Ideal","E","SI2",61.9,56,10781,7.36,7.31,4.54 +"22764",1.14,"Ideal","F","VVS2",61.9,57,10786,6.73,6.68,4.15 +"22765",1.2,"Ideal","G","VVS1",63.1,56,10786,6.74,6.7,4.24 +"22766",1.04,"Ideal","F","IF",61.8,55,10787,6.49,6.56,4.03 +"22767",1.26,"Ideal","G","VVS1",61.1,57,10787,7.02,6.98,4.28 +"22768",1.01,"Ideal","E","VVS1",61.8,54,10789,6.43,6.49,3.99 +"22769",1.4,"Very Good","F","VS2",60,58,10790,7.24,7.29,4.36 +"22770",1.61,"Good","E","SI2",60.9,62,10793,7.46,7.57,4.58 +"22771",1.53,"Ideal","I","VS1",62.8,55,10796,7.4,7.35,4.63 +"22772",1.7,"Good","I","SI1",59.3,58,10796,7.72,7.77,4.59 +"22773",1.35,"Ideal","D","VS2",61.3,57,10796,7.13,7.09,4.36 +"22774",1.01,"Ideal","D","VVS2",60.6,56,10797,6.53,6.48,3.94 +"22775",1.01,"Premium","D","VVS2",61.6,58,10797,6.44,6.39,3.95 +"22776",1.86,"Very Good","J","VS2",62.5,55,10798,7.81,7.9,4.91 +"22777",1.6,"Ideal","E","SI2",62.7,53.9,10798,7.43,7.49,4.68 +"22778",1.01,"Very Good","D","VVS2",63,56,10800,6.35,6.41,4.02 +"22779",1.01,"Very Good","F","IF",59.2,60,10800,6.48,6.59,3.87 +"22780",1.68,"Ideal","I","VS2",62.1,57,10800,7.6,7.54,4.7 +"22781",1.45,"Premium","D","SI1",62.2,58,10800,7.12,7.03,4.4 +"22782",1.29,"Premium","F","VS1",61.3,61,10801,7.05,6.95,4.29 +"22783",1.67,"Ideal","I","VS1",61.2,57,10802,7.69,7.66,4.7 +"22784",1.04,"Ideal","F","VVS2",61.6,57,10804,6.47,6.51,4 +"22785",1.27,"Ideal","G","VVS1",61.7,56,10805,6.9,7.03,4.3 +"22786",1.29,"Ideal","G","VVS2",62.4,57,10807,6.97,6.94,4.34 +"22787",1.7,"Very Good","J","VVS1",62.9,60,10808,7.56,7.61,4.77 +"22788",1.16,"Premium","F","VVS1",60.4,60,10809,6.9,6.77,4.13 +"22789",1.2,"Ideal","G","VVS2",62.3,54,10812,6.82,6.86,4.26 +"22790",1.62,"Premium","H","SI1",61.3,60,10813,7.48,7.53,4.6 +"22791",1.32,"Premium","F","VS2",62.2,58,10814,7.03,6.95,4.35 +"22792",1.51,"Premium","I","VVS2",61.1,60,10817,7.36,7.33,4.49 +"22793",1.51,"Good","H","VS1",58.2,58,10819,7.49,7.56,4.38 +"22794",1.5,"Premium","E","SI1",61.3,59,10819,7.39,7.25,4.49 +"22795",1.51,"Ideal","I","VVS2",61.6,58,10821,7.35,7.4,4.54 +"22796",1.71,"Ideal","J","VS1",61.6,57,10821,7.67,7.62,4.71 +"22797",1.51,"Very Good","H","VS2",63.5,60,10822,7.27,7.24,4.61 +"22798",1.74,"Very Good","I","SI1",58.7,60,10823,7.84,7.9,4.62 +"22799",1.22,"Ideal","E","VS1",61.8,56,10823,6.84,6.88,4.24 +"22800",1.6,"Very Good","I","VS1",58.6,58,10824,7.66,7.72,4.51 +"22801",1.52,"Premium","I","VVS2",61.6,58,10824,7.37,7.41,4.55 +"22802",1.51,"Premium","I","VVS1",61,61,10824,7.47,7.34,4.52 +"22803",1.04,"Ideal","F","VVS1",61.6,55,10825,6.5,6.53,4.02 +"22804",2.02,"Ideal","H","SI2",62.1,57,10826,8.13,8.09,5.04 +"22805",1.55,"Premium","H","VS2",62.7,57,10827,7.42,7.36,4.63 +"22806",1.53,"Premium","H","VS2",59.9,60,10827,7.5,7.46,4.48 +"22807",1.53,"Premium","G","SI1",58.4,59,10830,7.58,7.52,4.41 +"22808",1.59,"Ideal","H","SI1",61.5,57,10832,7.53,7.59,4.65 +"22809",2,"Premium","G","SI2",60.7,60,10833,8.13,8.07,4.92 +"22810",2,"Premium","G","SI2",60.7,60,10833,8.13,8.07,4.92 +"22811",2,"Fair","I","SI2",65.9,57,10833,7.96,7.79,5.19 +"22812",1.23,"Very Good","F","VVS2",62.4,58,10835,6.74,6.89,4.26 +"22813",1.53,"Ideal","E","SI1",62,58,10836,7.33,7.41,4.57 +"22814",1.51,"Very Good","F","SI1",59.4,57,10838,7.48,7.57,4.47 +"22815",1.68,"Ideal","G","VS2",62.1,55,10838,7.64,7.59,4.73 +"22816",1.28,"Ideal","G","VVS2",61.2,54,10839,7.03,7.06,4.31 +"22817",1.23,"Premium","F","VVS2",58.5,59,10844,7.07,6.98,4.11 +"22818",1.2,"Ideal","G","VVS2",61.2,56,10846,6.92,6.89,4.23 +"22819",1.65,"Ideal","D","SI2",61.5,56,10847,7.63,7.69,4.71 +"22820",1.35,"Ideal","G","VS1",62.7,57,10850,7.07,7.02,4.42 +"22821",1.16,"Ideal","F","VVS2",60.5,58,10850,6.77,6.85,4.12 +"22822",1.38,"Premium","G","VS1",62.4,58,10850,7.14,7.09,4.44 +"22823",1.55,"Very Good","E","SI1",62.4,58,10851,7.36,7.42,4.61 +"22824",1.52,"Ideal","I","VS1",61.8,55,10851,7.38,7.41,4.57 +"22825",1.01,"Ideal","E","VVS2",61.7,55,10852,6.44,6.49,3.99 +"22826",1.7,"Ideal","F","SI1",59.7,57,10853,7.73,7.65,4.59 +"22827",1.23,"Ideal","G","VS1",61.6,57,10859,6.84,6.9,4.23 +"22828",1.01,"Ideal","D","VVS2",61.1,57,10860,6.47,6.49,3.96 +"22829",1.7,"Premium","E","SI1",58.2,62,10860,7.86,7.81,4.56 +"22830",1.1,"Ideal","F","VVS1",62.7,57,10861,6.57,6.63,4.14 +"22831",1.51,"Ideal","H","VS2",61.4,58,10861,7.36,7.42,4.54 +"22832",3,"Good","I","I1",57,64,10863,9.38,9.31,5.33 +"22833",1.51,"Premium","F","SI1",62.3,61,10866,7.29,7.22,4.52 +"22834",1.02,"Premium","E","VVS1",62.2,57,10867,6.59,6.4,4.04 +"22835",1.5,"Good","E","SI1",61.3,65,10868,7.17,7.23,4.41 +"22836",1.55,"Ideal","I","VS1",61.9,55,10869,7.43,7.46,4.61 +"22837",1.72,"Premium","H","SI2",62.3,58,10869,7.71,7.6,4.77 +"22838",1.05,"Ideal","F","VVS1",61.6,55,10872,6.57,6.53,4.04 +"22839",1.5,"Very Good","I","VVS2",62,53,10873,7.3,7.34,4.54 +"22840",1.05,"Ideal","F","VVS2",62.1,55,10874,6.54,6.56,4.07 +"22841",1.74,"Premium","H","SI2",59.9,59,10874,7.88,7.8,4.7 +"22842",1.64,"Premium","H","SI1",59.2,58,10874,7.76,7.68,4.57 +"22843",1.14,"Premium","F","VVS1",60.8,58,10878,6.79,6.74,4.11 +"22844",2.03,"Premium","H","SI2",58.1,59,10879,8.36,8.31,4.86 +"22845",1.57,"Premium","H","VS1",61.7,58,10880,7.47,7.56,4.64 +"22846",1.51,"Good","E","SI2",58.9,61,10884,7.54,7.5,4.43 +"22847",1.9,"Premium","J","SI1",61.9,57,10885,7.98,7.95,4.93 +"22848",1.26,"Ideal","G","VVS2",60.9,57,10886,6.98,7.01,4.26 +"22849",1.5,"Good","H","VS2",63.9,60,10886,7.22,7.17,4.6 +"22850",1.5,"Ideal","H","VS2",62.2,57,10886,7.33,7.27,4.54 +"22851",1.01,"Ideal","E","VVS1",62.2,57,10887,6.38,6.44,3.99 +"22852",2.01,"Fair","G","SI2",65.9,57,10887,7.85,7.78,5.15 +"22853",2.01,"Fair","G","SI2",65.9,57,10887,7.85,7.78,5.15 +"22854",1.22,"Ideal","G","VVS1",61.1,56,10888,6.91,6.94,4.23 +"22855",1.01,"Premium","E","VVS1",61.6,58,10888,6.57,6.45,4.01 +"22856",1.53,"Premium","H","VS2",60.1,58,10889,7.57,7.6,4.71 +"22857",1.2,"Very Good","F","VVS2",62.9,59,10891,6.72,6.76,4.24 +"22858",1.61,"Very Good","E","SI2",63,59.9,10891,7.42,7.45,4.68 +"22859",1.51,"Very Good","E","SI1",63.5,57,10891,7.28,7.23,4.61 +"22860",1.01,"Very Good","E","VVS1",63.1,57,10891,6.39,6.36,4.02 +"22861",1.76,"Ideal","G","SI1",62.1,56,10896,7.69,7.77,4.8 +"22862",1.54,"Premium","H","VS2",61.8,59,10897,7.4,7.35,4.56 +"22863",1.63,"Good","F","SI1",57.7,60,10901,7.71,7.79,4.47 +"22864",1.55,"Premium","D","SI2",62,58,10905,7.39,7.44,4.6 +"22865",2,"Very Good","J","SI2",60.9,54,10907,8.12,8.17,4.96 +"22866",1.5,"Ideal","I","VVS2",60.3,57,10907,7.43,7.47,4.49 +"22867",1.16,"Ideal","D","VS2",61.8,55,10907,6.72,6.75,4.16 +"22868",1.53,"Premium","D","SI1",61.6,58,10907,7.42,7.35,4.55 +"22869",1.7,"Premium","I","VS2",62.4,58,10910,7.61,7.56,4.73 +"22870",1.62,"Very Good","H","VS2",62.6,58,10912,7.57,7.45,4.7 +"22871",2.24,"Premium","H","SI2",61.8,58,10913,8.41,8.34,5.18 +"22872",2,"Fair","H","SI2",67.9,55,10913,7.67,7.58,5.18 +"22873",2.32,"Premium","I","SI2",62.1,58,10913,8.47,8.43,5.25 +"22874",1.57,"Premium","G","SI1",59.5,58,10914,7.56,7.61,4.51 +"22875",1.57,"Premium","G","SI1",59.2,59,10914,7.6,7.68,4.52 +"22876",1.05,"Very Good","E","VVS1",59.5,60,10915,6.56,6.66,3.93 +"22877",1.26,"Ideal","G","VVS1",62.1,57,10916,7.01,6.91,4.32 +"22878",1.32,"Ideal","E","VS2",62,56,10919,7.02,7.07,4.37 +"22879",1.5,"Ideal","H","VS2",62.3,56,10920,7.34,7.29,4.56 +"22880",1.58,"Ideal","I","VS1",62.4,54,10920,7.43,7.46,4.64 +"22881",1.26,"Very Good","G","VVS1",60.2,59,10922,6.98,7.07,4.23 +"22882",1.29,"Ideal","F","VS1",62.3,54,10923,7,6.93,4.34 +"22883",1.53,"Premium","I","VS1",62.4,59,10924,7.34,7.3,4.57 +"22884",1.37,"Ideal","G","VS1",62.2,55,10927,7.09,7.12,4.42 +"22885",1.01,"Premium","D","VVS2",62.4,58,10927,6.44,6.39,4 +"22886",1.5,"Very Good","E","SI1",59.3,56,10929,7.43,7.51,4.43 +"22887",1.36,"Premium","F","VS2",59.3,60,10929,7.23,7.2,4.28 +"22888",1.7,"Premium","I","VS2",62,59,10929,7.6,7.55,4.7 +"22889",1.64,"Ideal","F","SI2",61.4,57,10929,7.59,7.55,4.65 +"22890",1.3,"Premium","F","VS1",61,59,10930,7.05,7.08,4.31 +"22891",1.57,"Premium","H","VS1",60.5,61,10930,7.6,7.51,4.57 +"22892",1.2,"Very Good","F","VVS2",61.4,60,10931,6.79,6.83,4.18 +"22893",1.5,"Ideal","I","VVS2",60.7,60,10931,7.35,7.4,4.48 +"22894",1.14,"Ideal","G","VVS1",61.1,58,10933,6.74,6.77,4.13 +"22895",1.58,"Premium","D","SI2",59.6,59,10934,7.67,7.61,4.55 +"22896",1.56,"Ideal","D","SI1",62.2,58,10934,7.37,7.42,4.6 +"22897",1.7,"Very Good","I","VS2",63,58,10935,7.52,7.65,4.78 +"22898",1.51,"Ideal","E","SI2",60.5,57,10935,7.38,7.42,4.48 +"22899",1.91,"Good","I","SI2",62.8,58,10937,7.82,7.89,4.93 +"22900",1.55,"Ideal","F","SI2",61.9,55,10937,7.44,7.4,4.6 +"22901",1.51,"Premium","H","VS1",62.4,60,10939,7.34,7.27,4.56 +"22902",1.5,"Premium","F","SI1",61.9,60,10940,7.26,7.21,4.48 +"22903",1.61,"Premium","H","SI1",62.5,58,10942,7.51,7.46,4.68 +"22904",1.71,"Ideal","J","VVS2",61.6,59,10945,7.65,7.68,4.72 +"22905",1.24,"Ideal","G","VS1",61.8,55,10946,6.85,6.89,4.25 +"22906",1.51,"Very Good","G","SI1",61.5,54,10947,7.35,7.42,4.54 +"22907",1.53,"Ideal","G","SI1",60.1,57,10947,7.46,7.57,4.52 +"22908",1.12,"Ideal","F","VVS2",62.2,55,10949,6.64,6.68,4.14 +"22909",1.51,"Very Good","H","VS2",63.2,57,10950,7.18,7.32,4.58 +"22910",1.51,"Premium","H","VS2",60.2,60,10951,7.5,7.38,4.48 +"22911",1.51,"Premium","G","SI1",62.7,58,10951,7.3,7.25,4.56 +"22912",1.01,"Ideal","E","VVS1",62,57,10954,6.39,6.45,3.98 +"22913",1,"Very Good","E","IF",63.1,56,10954,6.32,6.39,4.01 +"22914",1.54,"Fair","F","SI1",65.8,56,10954,7.22,7.18,4.74 +"22915",1.5,"Premium","I","VVS1",62.4,60,10956,7.29,7.32,4.56 +"22916",1.31,"Ideal","F","VS1",61.9,54,10957,7.03,7.06,4.35 +"22917",1.73,"Premium","I","SI1",61.2,60,10957,7.67,7.65,4.69 +"22918",1.5,"Very Good","H","VS2",62.8,57,10959,7.25,7.3,4.57 +"22919",1.51,"Ideal","H","VS2",64.2,59,10959,7.22,7.16,4.62 +"22920",1.51,"Ideal","H","VS2",62.5,55,10959,7.34,7.29,4.57 +"22921",1.55,"Ideal","H","SI1",62.4,58,10960,7.38,7.4,4.61 +"22922",1.25,"Very Good","G","VVS1",60.6,60,10962,6.92,6.95,4.2 +"22923",1.5,"Premium","F","SI1",62.6,60,10962,7.27,7.18,4.52 +"22924",1.35,"Premium","F","VS2",61.9,58,10962,7.06,7.02,4.36 +"22925",1.5,"Very Good","F","SI1",63.4,58,10962,7.2,7.16,4.55 +"22926",1.59,"Very Good","G","SI1",59.5,61,10963,7.57,7.65,4.53 +"22927",1.52,"Premium","E","SI1",62.4,59,10963,7.37,7.34,4.59 +"22928",1.57,"Ideal","I","VS2",60.4,58,10964,7.55,7.59,4.57 +"22929",1.02,"Very Good","F","IF",62.5,58,10967,6.39,6.54,4.04 +"22930",1.02,"Ideal","D","VVS2",62,56,10967,6.43,6.48,4 +"22931",1.44,"Very Good","D","VS2",63.1,56,10967,7.15,7.12,4.5 +"22932",1.7,"Ideal","I","SI1",60.4,58,10967,7.73,7.67,4.65 +"22933",1.52,"Ideal","I","VVS1",61.9,56,10968,7.34,7.37,4.55 +"22934",1.5,"Very Good","F","SI1",61.2,57,10973,7.34,7.37,4.5 +"22935",1.4,"Ideal","H","IF",60.9,57,10976,7.22,7.29,4.42 +"22936",2,"Premium","I","SI2",60,58,10976,8.23,8.17,4.92 +"22937",1.32,"Premium","F","VS1",61.7,59,10977,6.95,6.99,4.3 +"22938",1.54,"Premium","H","VS2",61,60,10977,7.42,7.46,4.54 +"22939",1.55,"Premium","G","SI1",60.1,58,10980,7.49,7.44,4.52 +"22940",1.2,"Good","F","VVS1",63.6,57,10982,6.71,6.74,4.28 +"22941",1.25,"Ideal","G","VVS2",62.2,55,10983,6.87,6.93,4.29 +"22942",1.04,"Ideal","F","IF",61.8,55,10984,6.56,6.49,4.03 +"22943",1.04,"Premium","D","VVS2",61.1,60,10984,6.54,6.51,3.99 +"22944",1.5,"Ideal","H","SI1",62,55,10989,7.29,7.34,4.54 +"22945",1.56,"Premium","H","SI1",61.9,59,10990,7.46,7.4,4.6 +"22946",1.01,"Very Good","E","VVS1",63.6,55,10993,6.35,6.39,4.05 +"22947",1.51,"Ideal","G","SI1",62.3,54,10993,7.38,7.32,4.58 +"22948",1.66,"Premium","H","VS2",62.3,58,10993,7.62,7.57,4.73 +"22949",1.06,"Ideal","F","IF",61,57,10995,6.55,6.64,4.02 +"22950",1.5,"Good","F","VS2",63.6,59,10995,7.13,7.22,4.56 +"22951",1.25,"Ideal","G","VVS1",61.3,56,10996,6.95,6.98,4.28 +"22952",1.59,"Premium","G","SI1",62.1,58,10996,7.45,7.43,4.62 +"22953",1.27,"Ideal","G","VVS1",61.7,56,11002,7.03,6.9,4.3 +"22954",1.71,"Premium","I","SI1",60.2,58,11003,7.75,7.79,4.68 +"22955",1.22,"Ideal","G","VVS2",60,58,11003,6.95,6.99,4.18 +"22956",1.5,"Very Good","F","SI1",63.9,58,11004,7.12,7.16,4.56 +"22957",1.7,"Premium","J","VVS1",62.9,60,11005,7.61,7.56,4.77 +"22958",1.5,"Premium","I","VVS2",61.4,58,11007,7.38,7.32,4.51 +"22959",1.5,"Fair","H","VS1",61.7,60,11007,7.37,7.27,4.52 +"22960",1.5,"Premium","H","VS1",61.1,58,11007,7.46,7.37,4.53 +"22961",1.41,"Ideal","G","VS1",60.4,57,11009,7.22,7.31,4.39 +"22962",1.37,"Ideal","G","VS1",61.1,55,11009,7.2,7.16,4.39 +"22963",1.41,"Very Good","F","VS1",63.4,63,11010,7.13,6.97,4.47 +"22964",2.01,"Ideal","J","SI2",62.9,54,11011,8.06,7.93,5.05 +"22965",1.55,"Ideal","F","SI1",61.3,56,11011,7.45,7.49,4.58 +"22966",1.52,"Very Good","G","SI1",62.4,60,11014,7.25,7.34,4.55 +"22967",1.01,"Ideal","D","VVS2",61.5,57,11015,6.43,6.48,3.97 +"22968",1.59,"Very Good","I","VS1",61.2,57.8,11018,7.5,7.52,4.6 +"22969",1.07,"Very Good","F","IF",59.4,59,11019,6.64,6.7,3.96 +"22970",1.63,"Ideal","I","VS2",61.9,54.3,11019,7.54,7.58,4.68 +"22971",1.21,"Ideal","D","VS1",60.1,60,11019,6.92,6.99,4.18 +"22972",1.74,"Premium","I","SI1",58.7,60,11020,7.9,7.84,4.62 +"22973",1.2,"Premium","F","VVS2",62.2,58,11021,6.83,6.78,4.23 +"22974",1.52,"Premium","I","VVS2",61.6,58,11021,7.41,7.37,4.55 +"22975",1.6,"Premium","I","VS1",58.6,58,11021,7.72,7.66,4.51 +"22976",1.33,"Good","D","VS2",63.6,58,11023,7.02,6.91,4.43 +"22977",1.05,"Premium","E","IF",59.8,59,11025,6.65,6.62,3.97 +"22978",1.5,"Very Good","H","VS2",60.7,61,11025,7.34,7.41,4.48 +"22979",1.52,"Ideal","G","SI1",60.3,57,11028,7.58,7.48,4.54 +"22980",1.02,"Ideal","E","VVS1",61.4,57,11028,6.39,6.47,3.95 +"22981",1.51,"Very Good","G","SI1",59.6,60,11029,7.43,7.47,4.44 +"22982",1.44,"Premium","G","VS2",59.5,61,11032,7.38,7.3,4.37 +"22983",1.71,"Premium","G","VS2",61.3,58,11032,7.64,7.6,4.67 +"22984",1.52,"Ideal","I","VVS1",62.3,55,11033,7.32,7.37,4.58 +"22985",1.51,"Ideal","F","SI1",63,57,11035,7.29,7.25,4.58 +"22986",2,"Good","J","SI2",61.5,61,11036,7.97,8.06,4.93 +"22987",1.87,"Premium","H","SI2",62.5,58,11037,7.86,7.81,4.9 +"22988",1.56,"Very Good","H","VS2",63.1,60,11039,7.43,7.34,4.66 +"22989",1.23,"Ideal","F","VVS2",61.8,56,11040,6.84,6.89,4.24 +"22990",1.57,"Ideal","I","SI1",61.9,55,11040,7.38,7.44,4.59 +"22991",2.06,"Ideal","H","SI2",62,57,11040,8.1,8.06,5.01 +"22992",2,"Good","G","SI2",58.1,64,11041,8.3,8.27,4.81 +"22993",1.7,"Premium","G","SI2",62,57,11043,7.72,7.63,4.76 +"22994",1.61,"Ideal","H","VS2",61.4,57,11045,7.52,7.57,4.63 +"22995",1.56,"Ideal","F","SI1",61.2,57,11047,7.48,7.52,4.59 +"22996",1.55,"Premium","H","VS2",60.4,60,11048,7.39,7.44,4.48 +"22997",1.74,"Premium","J","VS1",62.5,58,11050,7.67,7.65,4.79 +"22998",2.3,"Premium","I","SI2",61.3,58,11051,8.53,8.46,5.21 +"22999",1.13,"Ideal","F","VVS1",61.7,56,11051,6.68,6.75,4.14 +"23000",1.2,"Ideal","D","VS1",61,59,11053,6.79,6.85,4.16 +"23001",1.01,"Ideal","D","VVS2",61.1,57,11057,6.49,6.47,3.96 +"23002",2.02,"Premium","I","VS2",61.2,60,11059,8.22,8.13,5 +"23003",1.47,"Very Good","G","VS2",62.7,56,11060,7.15,7.18,4.49 +"23004",1.3,"Premium","G","VVS1",60.5,60,11061,7.01,7.05,4.25 +"23005",1.02,"Premium","E","VVS1",61.5,59,11062,6.41,6.46,3.96 +"23006",1.51,"Ideal","H","SI1",62.3,53.7,11062,7.33,7.37,4.58 +"23007",1.7,"Premium","I","VS2",61.7,59,11062,7.63,7.57,4.69 +"23008",1.52,"Premium","H","VS2",61.1,59,11066,7.45,7.38,4.53 +"23009",1.55,"Ideal","I","VS1",61.9,55,11067,7.46,7.43,4.61 +"23010",1.51,"Very Good","H","VS2",60.9,57,11068,7.39,7.43,4.51 +"23011",0.35,"Premium","E","SI2",61.5,59,630,4.56,4.52,2.79 +"23012",0.35,"Premium","E","SI2",61,58,630,4.56,4.52,2.77 +"23013",0.3,"Premium","H","VS1",62.1,59,630,4.28,4.25,2.65 +"23014",0.3,"Premium","H","VS1",62.4,60,630,4.29,4.23,2.66 +"23015",0.3,"Very Good","H","VS1",63.2,58,630,4.26,4.22,2.68 +"23016",0.3,"Premium","G","VS2",61.1,62,630,4.33,4.28,2.63 +"23017",0.3,"Premium","G","VS2",62.6,62,630,4.25,4.21,2.65 +"23018",0.3,"Very Good","G","VS2",63.1,58,630,4.27,4.23,2.68 +"23019",0.4,"Ideal","F","I1",63.3,60,630,4.68,4.64,2.95 +"23020",0.3,"Premium","G","VS2",61.8,60,630,4.29,4.25,2.64 +"23021",0.3,"Fair","E","VS2",66.7,59,630,4.23,4.05,2.78 +"23022",0.35,"Ideal","I","VS2",61.7,57,630,4.56,4.52,2.8 +"23023",0.35,"Premium","I","VS2",61.2,58,630,4.57,4.55,2.79 +"23024",0.35,"Ideal","E","SI2",61.4,56,630,4.55,4.51,2.78 +"23025",0.3,"Very Good","G","VVS2",62.4,56,631,4.27,4.3,2.67 +"23026",0.3,"Very Good","G","VVS2",60.3,57,631,4.35,4.36,2.63 +"23027",0.3,"Very Good","H","VVS1",61,55,631,4.35,4.39,2.66 +"23028",0.3,"Ideal","H","VVS2",61.9,54.5,631,4.31,4.35,2.68 +"23029",0.3,"Ideal","H","VVS2",61.7,54.2,631,4.32,4.35,2.67 +"23030",0.33,"Ideal","G","SI1",61.3,56,631,4.51,4.46,2.75 +"23031",0.33,"Premium","G","SI1",59.8,58,631,4.54,4.52,2.71 +"23032",0.33,"Premium","D","SI2",62.7,58,631,4.41,4.39,2.76 +"23033",0.33,"Premium","D","SI2",61.6,59,631,4.42,4.41,2.72 +"23034",0.33,"Ideal","D","SI2",61.3,56,631,4.49,4.45,2.74 +"23035",0.33,"Premium","G","SI1",61.1,59,631,4.45,4.42,2.71 +"23036",0.33,"Ideal","D","SI2",60.9,56,631,4.48,4.45,2.72 +"23037",0.33,"Ideal","D","SI2",61.1,57,631,4.5,4.47,2.74 +"23038",0.33,"Premium","D","SI2",59.5,59,631,4.5,4.48,2.67 +"23039",0.33,"Ideal","D","SI2",62,57,631,4.46,4.45,2.76 +"23040",0.33,"Very Good","D","SI2",63.4,56,631,4.43,4.4,2.8 +"23041",1.57,"Ideal","H","SI1",62.4,56,11068,7.42,7.45,4.64 +"23042",1.53,"Very Good","E","SI2",59.3,58,11069,7.54,7.57,4.48 +"23043",1.3,"Ideal","G","VVS2",62,57,11073,6.96,7.03,4.34 +"23044",1.11,"Ideal","E","VVS2",62.9,55,11074,6.56,6.62,4.14 +"23045",1.52,"Good","E","SI1",63.5,58,11075,7.29,7.36,4.65 +"23046",1.51,"Very Good","H","VS2",60.9,54,11077,7.38,7.41,4.5 +"23047",1.53,"Premium","D","SI2",60.7,60,11078,7.45,7.41,4.51 +"23048",1.63,"Ideal","H","SI1",61.9,57,11078,7.59,7.53,4.68 +"23049",1.5,"Ideal","G","SI1",62,56,11079,7.29,7.33,4.53 +"23050",1.32,"Ideal","G","VS1",61.7,56,11079,7.03,7.11,4.36 +"23051",1.23,"Very Good","G","VVS1",61.2,55.8,11081,6.9,6.94,4.23 +"23052",1.01,"Ideal","D","VVS2",62.3,53,11082,6.4,6.47,4.02 +"23053",1.69,"Ideal","I","VS2",61.7,56,11086,7.65,7.71,4.74 +"23054",1.53,"Premium","H","VS2",60.1,58,11087,7.6,7.57,4.71 +"23055",1.51,"Good","D","SI1",64.9,60,11087,7.14,7.2,4.65 +"23056",1.51,"Very Good","I","VVS1",63,59,11088,7.24,7.3,4.58 +"23057",1.5,"Premium","H","VS1",62.1,59,11088,7.27,7.31,4.53 +"23058",1.5,"Premium","H","VS1",59.9,60,11088,7.39,7.44,4.44 +"23059",2.2,"Very Good","H","SI2",63.3,57,11088,8.28,8.17,5.21 +"23060",1.25,"Premium","E","VS1",61.5,59,11088,6.95,6.91,4.26 +"23061",1.25,"Ideal","G","VVS2",62,59,11089,6.88,6.96,4.29 +"23062",1.61,"Ideal","E","SI2",63,60,11090,7.45,7.42,4.68 +"23063",1.7,"Very Good","F","SI2",63.4,57,11091,7.54,7.57,4.79 +"23064",1.5,"Premium","H","VS2",62.4,59,11092,7.29,7.32,4.56 +"23065",1.52,"Very Good","G","VS2",62.4,56,11093,7.26,7.36,4.56 +"23066",2.07,"Premium","H","SI2",59.6,60,11094,8.3,8.24,4.93 +"23067",2.01,"Good","G","SI2",63.6,59,11096,7.97,7.9,5.05 +"23068",1.51,"Fair","E","SI1",58.4,70,11102,7.55,7.39,4.36 +"23069",1.55,"Premium","D","SI2",62,58,11103,7.44,7.39,4.6 +"23070",1.18,"Ideal","E","VS1",61.4,57,11104,6.77,6.81,4.17 +"23071",1.22,"Premium","G","IF",59.2,58,11104,7.02,6.97,4.14 +"23072",2.25,"Ideal","I","SI2",60.7,56,11104,8.54,8.5,5.17 +"23073",1.53,"Premium","H","VS2",62.7,56,11104,7.39,7.31,4.61 +"23074",1.71,"Premium","I","SI1",60.2,58,11104,7.79,7.75,4.68 +"23075",1.52,"Premium","H","VS2",59.4,59,11105,7.45,7.49,4.44 +"23076",1.52,"Ideal","G","SI1",60.3,57,11105,7.47,7.51,4.52 +"23077",1.87,"Premium","I","SI2",60.3,61,11105,7.95,7.91,4.78 +"23078",2,"Premium","J","SI2",60.9,54,11106,8.17,8.12,4.96 +"23079",1.54,"Premium","G","SI1",61.8,59,11107,7.32,7.37,4.54 +"23080",1.31,"Very Good","G","VVS2",62.2,59,11108,6.91,6.98,4.32 +"23081",2,"Premium","H","SI2",61.4,59,11108,8.07,8,4.93 +"23082",1.41,"Ideal","G","VS1",60.4,57,11109,7.31,7.22,4.39 +"23083",1.34,"Ideal","H","IF",60.9,57,11109,7.09,7.19,4.35 +"23084",2.01,"Very Good","J","SI2",61,57,11110,8.09,8.14,4.95 +"23085",1.58,"Ideal","I","SI1",61.7,56,11110,7.47,7.5,4.62 +"23086",1.22,"Ideal","G","IF",61.7,56,11111,6.87,6.91,4.25 +"23087",1.75,"Ideal","F","SI2",62.9,57,11113,7.71,7.59,4.81 +"23088",1.57,"Premium","G","SI1",59.5,58,11113,7.61,7.56,4.51 +"23089",1.57,"Premium","G","SI1",59.2,59,11113,7.68,7.6,4.52 +"23090",1.47,"Premium","G","VS2",62.8,57,11113,7.27,7.22,4.55 +"23091",1.62,"Ideal","H","VS2",62.4,57,11114,7.48,7.53,4.68 +"23092",2.25,"Premium","I","SI2",61.9,59,11114,8.42,8.35,5.19 +"23093",1.13,"Ideal","E","VVS2",61.4,57,11115,6.69,6.74,4.12 +"23094",1.13,"Ideal","E","VVS2",61.6,56,11115,6.69,6.71,4.13 +"23095",2.01,"Good","I","VS2",59,64,11115,8.25,8.19,4.85 +"23096",1.02,"Ideal","F","IF",62,58,11116,6.44,6.49,4.01 +"23097",1.34,"Premium","G","VVS2",61.3,58,11118,7.16,7.1,4.37 +"23098",2.34,"Very Good","H","I1",62.4,55.4,11119,8.44,8.51,5.29 +"23099",2.02,"Premium","I","SI1",62.1,58,11119,8.1,8.04,5.01 +"23100",1.59,"Ideal","I","VS1",61.2,58,11119,7.52,7.5,4.6 +"23101",2.09,"Ideal","G","SI2",62.5,57,11119,8.21,8.14,5.11 +"23102",1.16,"Ideal","F","VVS2",60.5,57,11120,6.8,6.86,4.13 +"23103",1.53,"Premium","H","VS1",59.4,59,11127,7.58,7.51,4.48 +"23104",1.5,"Fair","E","SI1",58.2,66,11128,7.45,7.4,4.32 +"23105",1.02,"Ideal","E","VVS1",61.3,57,11128,6.47,6.54,3.99 +"23106",1.51,"Premium","G","SI1",59.6,60,11129,7.47,7.43,4.44 +"23107",1.24,"Very Good","F","VVS2",62,55,11130,6.88,6.95,4.29 +"23108",1.3,"Premium","F","VS1",62,58,11130,6.94,6.9,4.29 +"23109",1.1,"Ideal","D","VVS2",62,57,11132,6.57,6.62,4.09 +"23110",1.1,"Very Good","D","VVS2",61.7,56,11132,6.64,6.65,4.1 +"23111",1.36,"Ideal","F","VS1",61.4,57,11132,7.25,7.09,4.4 +"23112",1.51,"Ideal","H","VS2",62.5,56,11133,7.37,7.33,4.57 +"23113",1.7,"Very Good","H","VVS2",63.2,56,11133,7.59,7.56,4.79 +"23114",1.31,"Ideal","F","VS1",61.7,56,11136,7.02,7.04,4.34 +"23115",1.7,"Premium","D","SI2",63,59,11138,7.67,7.6,4.81 +"23116",1.23,"Ideal","F","VVS2",61.8,56,11141,6.89,6.84,4.24 +"23117",1.31,"Ideal","G","VVS1",61.1,57,11146,7.01,7.06,4.3 +"23118",1.67,"Very Good","H","SI1",59.4,61,11146,7.73,7.78,4.61 +"23119",1.57,"Premium","I","VVS2",60.7,58,11146,7.54,7.51,4.57 +"23120",1.28,"Ideal","G","VVS1",62.1,56,11147,6.93,6.96,4.31 +"23121",1.68,"Ideal","D","SI2",62.7,55,11147,7.45,7.58,4.71 +"23122",2.2,"Premium","H","SI2",58.2,59,11147,8.52,8.47,4.94 +"23123",1.56,"Ideal","F","SI1",61.2,57,11148,7.52,7.48,4.59 +"23124",1.59,"Ideal","E","SI2",62.3,55,11149,7.48,7.52,4.67 +"23125",1.55,"Premium","H","VS2",60.4,60,11149,7.44,7.39,4.48 +"23126",1.77,"Ideal","J","VS1",62.2,56,11150,7.77,7.73,4.82 +"23127",1.62,"Ideal","I","VS1",60.8,56,11152,7.56,7.61,4.62 +"23128",1.51,"Premium","G","SI1",62.6,58,11153,7.27,7.3,4.56 +"23129",1.51,"Very Good","G","SI1",62.9,57,11153,7.27,7.3,4.58 +"23130",1.5,"Fair","F","SI1",64.6,60,11154,7.18,7.1,4.61 +"23131",1.5,"Premium","F","SI1",62.8,56,11154,7.36,7.3,4.6 +"23132",1.52,"Ideal","H","VS1",62.3,55,11154,7.36,7.32,4.57 +"23133",1.01,"Ideal","E","VVS1",62,57,11154,6.45,6.39,3.98 +"23134",1.5,"Premium","I","VVS1",62.4,60,11155,7.32,7.29,4.56 +"23135",1.66,"Ideal","I","VS2",62.3,54,11156,7.58,7.61,4.73 +"23136",2,"Fair","G","SI2",65.1,54,11156,7.88,7.82,5.11 +"23137",2.01,"Fair","E","SI2",65.5,56,11156,7.84,7.79,5.12 +"23138",1.27,"Ideal","G","IF",61.5,58,11157,6.95,6.99,4.29 +"23139",1.5,"Ideal","H","VS2",62.8,57,11159,7.3,7.25,4.57 +"23140",1.64,"Premium","H","SI1",59.3,61,11159,7.68,7.64,4.54 +"23141",1.51,"Very Good","G","VS2",59.3,58,11161,7.32,7.49,4.39 +"23142",1.51,"Very Good","H","VS1",61.8,59,11161,7.27,7.32,4.51 +"23143",1.51,"Premium","H","VS1",61,60,11161,7.29,7.34,4.46 +"23144",1.71,"Premium","H","VS1",58.1,62,11161,8.02,7.84,4.61 +"23145",1.3,"Premium","G","VVS1",60.5,60,11162,7.05,7.01,4.25 +"23146",1.51,"Ideal","H","SI1",62.3,54,11163,7.37,7.33,4.58 +"23147",1.02,"Premium","E","VVS1",61.5,59,11163,6.46,6.41,3.96 +"23148",2.02,"Premium","J","SI2",62.1,60,11165,7.98,8.09,4.99 +"23149",1.51,"Very Good","H","VS2",62.8,60,11166,7.25,7.28,4.56 +"23150",1.08,"Ideal","E","VVS2",61,56,11166,6.64,6.67,4.06 +"23151",1.02,"Premium","F","IF",62.5,58,11167,6.54,6.39,4.04 +"23152",1.02,"Ideal","D","VVS2",62,56,11167,6.48,6.43,4 +"23153",1.52,"Ideal","I","VVS1",61.9,56,11168,7.37,7.34,4.55 +"23154",1.61,"Premium","H","SI1",60.8,56,11169,7.61,7.58,4.62 +"23155",1.6,"Very Good","I","VVS1",59.8,56,11170,7.6,7.68,4.57 +"23156",2.03,"Ideal","I","SI2",61.1,56,11172,8.22,8.17,5.01 +"23157",1.23,"Very Good","E","VVS2",60.4,62,11175,6.88,6.93,4.17 +"23158",1.21,"Premium","F","VVS1",63,59,11175,6.75,6.7,4.24 +"23159",1.3,"Ideal","G","VVS2",62,57,11175,7.03,6.96,4.34 +"23160",1.52,"Very Good","E","SI1",63.5,58,11176,7.36,7.29,4.65 +"23161",1.76,"Premium","J","VS1",62,58,11177,7.74,7.7,4.79 +"23162",1.54,"Premium","H","VS2",61,60,11177,7.46,7.42,4.54 +"23163",1.32,"Premium","F","VS1",61.7,59,11177,6.99,6.95,4.3 +"23164",1.53,"Very Good","H","VS2",62.2,58,11178,7.3,7.34,4.55 +"23165",1.5,"Good","E","SI1",58.9,61,11179,7.43,7.5,4.4 +"23166",1.62,"Ideal","H","SI1",60.9,58,11180,7.53,7.61,4.61 +"23167",1.5,"Ideal","G","SI1",62,56,11180,7.33,7.29,4.53 +"23168",1.7,"Good","G","SI1",58.2,64,11180,7.89,7.85,4.58 +"23169",1.2,"Good","F","VVS1",63.6,57,11182,6.74,6.71,4.28 +"23170",1.23,"Ideal","G","VVS1",61.2,56,11182,6.94,6.9,4.23 +"23171",1.18,"Ideal","E","VVS2",61.6,58,11184,6.78,6.82,4.19 +"23172",2.01,"Premium","J","SI1",60.3,56,11188,8.02,7.96,4.82 +"23173",1.51,"Premium","H","VS2",61.2,58,11188,7.4,7.36,4.52 +"23174",1.5,"Premium","G","VS2",59.9,58,11189,7.38,7.34,4.41 +"23175",1.5,"Premium","H","VS1",62.1,59,11189,7.31,7.27,4.53 +"23176",2,"Fair","J","SI1",66.4,55,11189,7.82,7.67,5.15 +"23177",1.5,"Premium","G","VS2",58.4,58,11189,7.54,7.5,4.39 +"23178",1.5,"Ideal","H","SI1",62,55,11189,7.34,7.29,4.54 +"23179",2,"Very Good","J","SI1",63.3,59,11189,7.95,7.89,5.01 +"23180",1.5,"Premium","H","VS1",59.9,60,11189,7.44,7.39,4.44 +"23181",1.6,"Premium","G","SI1",62.4,61,11189,7.43,7.4,4.63 +"23182",1.7,"Very Good","I","VS2",58.5,59,11190,7.81,7.89,4.59 +"23183",1.51,"Very Good","F","SI1",62.4,55,11190,7.28,7.34,4.56 +"23184",2.06,"Premium","I","SI2",62.2,60,11190,8.14,8.1,5.05 +"23185",1.61,"Ideal","G","SI1",61.2,55,11192,7.57,7.62,4.65 +"23186",1.5,"Very Good","E","SI1",64,58,11194,7.21,7.23,4.62 +"23187",1.5,"Premium","H","VS2",62.4,59,11194,7.32,7.29,4.56 +"23188",1.74,"Ideal","J","VS1",61.1,56,11194,7.85,7.79,4.78 +"23189",1.06,"Ideal","F","IF",61,57,11195,6.64,6.55,4.02 +"23190",1.05,"Ideal","D","VVS2",61.9,54,11196,6.53,6.55,4.05 +"23191",1.29,"Ideal","F","VS1",60.7,57,11197,7.08,7.05,4.29 +"23192",2,"Premium","F","SI2",60.6,62,11198,8.19,7.84,4.86 +"23193",1.71,"Ideal","F","SI2",62.1,54,11199,7.72,7.67,4.78 +"23194",2,"Premium","H","SI1",61.7,58,11200,7.82,7.77,4.81 +"23195",2,"Premium","H","SI2",62.1,60,11202,8.1,8.01,5.3 +"23196",2,"Fair","H","SI2",55.3,65,11202,8.42,8.35,4.64 +"23197",1.38,"Ideal","F","VS2",61.9,55,11205,7.16,7.12,4.42 +"23198",1.52,"Premium","H","VS2",59.4,59,11206,7.49,7.45,4.44 +"23199",1.52,"Ideal","H","VS2",60.7,56,11206,7.49,7.41,4.52 +"23200",1.14,"Ideal","E","VVS2",61.6,57,11206,6.68,6.73,4.13 +"23201",1.27,"Ideal","G","VS1",61.2,57,11206,6.97,6.98,4.27 +"23202",2.04,"Premium","J","VS2",60.9,59,11209,8.25,8.21,5.01 +"23203",1.54,"Premium","G","SI1",61.8,59,11209,7.37,7.32,4.54 +"23204",1.06,"Ideal","D","VVS2",61.1,56,11209,6.58,6.59,4.02 +"23205",1.51,"Good","D","SI1",63.6,61,11212,7.1,7.25,4.56 +"23206",2.01,"Fair","J","SI1",64.4,61,11212,7.74,7.78,5 +"23207",1.28,"Very Good","G","VVS1",60.3,59,11214,6.99,7.03,4.23 +"23208",1,"Very Good","E","IF",62.5,55,11214,6.28,6.39,3.96 +"23209",1.5,"Very Good","G","VS1",59.1,62,11216,7.38,7.42,4.37 +"23210",1.62,"Ideal","I","VS2",61.8,55,11217,7.56,7.59,4.68 +"23211",1.26,"Ideal","G","VVS1",61.7,56,11218,6.96,6.98,4.3 +"23212",1.5,"Very Good","H","VS2",60,62,11220,7.38,7.41,4.44 +"23213",1.52,"Premium","D","SI1",60.8,61,11220,7.39,7.26,4.45 +"23214",1.61,"Ideal","E","SI2",61.3,59,11220,7.47,7.57,4.61 +"23215",2.34,"Ideal","H","I1",62.4,55,11221,8.51,8.44,5.29 +"23216",1.71,"Good","F","SI2",64,59,11225,7.53,7.44,4.79 +"23217",1.72,"Ideal","I","VS2",62.8,57,11226,7.69,7.63,4.81 +"23218",1.14,"Ideal","F","VVS1",60.1,60,11226,6.79,6.83,4.09 +"23219",2.26,"Premium","H","SI2",61.9,58,11226,8.37,8.33,5.17 +"23220",1.71,"Premium","G","SI2",62.6,57,11227,7.66,7.6,4.78 +"23221",1.7,"Ideal","I","SI1",62.4,56,11228,7.68,7.64,4.78 +"23222",1.7,"Premium","F","SI2",60.5,59,11228,7.77,7.73,4.69 +"23223",1.53,"Ideal","F","SI1",62,56,11229,7.43,7.38,4.59 +"23224",1.51,"Premium","G","SI1",60.5,59,11230,7.49,7.41,4.51 +"23225",1.53,"Ideal","G","SI1",62.4,57,11230,7.33,7.41,4.6 +"23226",1.24,"Premium","F","VVS2",62,55,11231,6.95,6.88,4.29 +"23227",1.5,"Premium","E","SI1",61.5,58,11233,7.28,7.36,4.5 +"23228",1.1,"Ideal","F","IF",62,57,11233,6.65,6.57,4.1 +"23229",1.1,"Ideal","D","VVS2",62,57,11233,6.62,6.57,4.09 +"23230",1.1,"Premium","D","VVS2",61.7,56,11233,6.65,6.64,4.1 +"23231",1.24,"Very Good","F","VVS2",59,58,11234,6.98,7.03,4.13 +"23232",2.06,"Ideal","J","SI2",61.9,55,11234,8.19,8.23,5.08 +"23233",1.52,"Good","G","VS2",63.3,57,11235,7.27,7.32,4.62 +"23234",1.31,"Ideal","F","VS1",61.7,56,11237,7.04,7.02,4.34 +"23235",2.36,"Ideal","I","SI2",60.8,54,11238,8.68,8.57,5.24 +"23236",1.71,"Premium","I","VS1",60.6,57,11246,7.82,7.73,4.71 +"23237",1.31,"Ideal","G","VVS1",61.1,57,11247,7.06,7.01,4.3 +"23238",1.71,"Premium","G","SI2",60.9,58,11248,7.68,7.72,4.69 +"23239",1.28,"Ideal","G","VVS1",62.1,56,11248,6.96,6.93,4.31 +"23240",1.67,"Premium","H","SI1",59.4,61,11248,7.78,7.73,4.61 +"23241",1.39,"Premium","E","VS2",61.7,59,11248,7.13,7.09,4.39 +"23242",1.71,"Good","I","VS2",58,60,11250,7.85,7.9,4.57 +"23243",1.59,"Ideal","E","SI2",62.3,55,11251,7.52,7.48,4.67 +"23244",1.5,"Premium","F","VS2",61.1,59,11255,7.37,7.35,4.5 +"23245",1.31,"Premium","G","VVS2",59.6,61,11255,7.23,7.14,4.28 +"23246",2,"Ideal","I","SI2",59.8,55,11255,8.28,8.18,4.92 +"23247",1.51,"Ideal","G","SI1",62.9,57,11255,7.3,7.27,4.58 +"23248",1.51,"Premium","G","SI1",62.6,58,11255,7.3,7.27,4.56 +"23249",1.7,"Ideal","I","VS2",61.7,56,11257,7.64,7.72,4.74 +"23250",1.7,"Premium","I","VS2",61.7,59,11257,7.63,7.68,4.72 +"23251",1.7,"Premium","I","VS2",61.2,59,11257,7.55,7.62,4.64 +"23252",1.58,"Ideal","H","VS2",62.7,56,11262,7.39,7.44,4.65 +"23253",1.4,"Very Good","G","VS1",62.6,58,11262,7.03,7.07,4.41 +"23254",1.78,"Premium","H","SI2",59.1,60,11262,7.93,7.87,4.67 +"23255",1.51,"Very Good","E","SI1",61.4,60,11263,7.3,7.38,4.51 +"23256",1.51,"Premium","H","VS1",61.8,59,11263,7.32,7.27,4.51 +"23257",1.51,"Very Good","H","VS1",63.2,60,11263,7.23,7.17,4.55 +"23258",1.51,"Premium","H","VS1",61,60,11263,7.34,7.29,4.46 +"23259",1.51,"Fair","H","VS1",58,67,11263,7.63,7.57,4.41 +"23260",1.53,"Very Good","F","SI1",62,56,11267,7.39,7.47,4.61 +"23261",1.24,"Very Good","F","VVS2",63.6,56,11268,6.75,6.8,4.31 +"23262",1.51,"Premium","H","VS2",62.9,59,11268,7.31,7.25,4.58 +"23263",1.51,"Premium","H","VS2",62.8,60,11268,7.28,7.25,4.56 +"23264",1.04,"Very Good","E","IF",63.6,58,11269,6.41,6.43,4.08 +"23265",1.41,"Premium","E","VS2",61.3,58,11269,7.29,7.25,4.46 +"23266",1.57,"Premium","H","VS1",59.8,60,11272,7.63,7.56,4.54 +"23267",1.52,"Ideal","H","VS2",62.4,58,11272,7.3,7.37,4.58 +"23268",2.04,"Very Good","J","SI2",61.7,57,11276,8.1,8.13,5.01 +"23269",1.04,"Premium","E","VVS1",60.9,58,11279,6.53,6.61,4 +"23270",1.53,"Premium","H","VS2",62.2,58,11280,7.34,7.3,4.55 +"23271",1.55,"Very Good","D","SI2",58.9,57,11284,7.59,7.63,4.48 +"23272",1.38,"Very Good","F","VS1",61.4,61,11286,7.1,7.14,4.37 +"23273",1.61,"Ideal","G","SI1",61.2,55,11294,7.62,7.57,4.65 +"23274",1.5,"Good","G","VS2",59,58,11294,7.41,7.45,4.38 +"23275",1.58,"Ideal","E","SI1",61.4,55,11294,7.53,7.5,4.61 +"23276",1.5,"Ideal","H","VS1",62.3,54.7,11296,7.29,7.33,4.55 +"23277",1.56,"Premium","F","SI1",60.1,60,11299,7.56,7.52,4.53 +"23278",1.2,"Premium","E","VVS2",62.1,58,11301,6.76,6.7,4.18 +"23279",1.51,"Very Good","F","SI1",62.1,55,11302,7.29,7.37,4.55 +"23280",1.51,"Ideal","F","SI1",60.7,59,11302,7.42,7.44,4.51 +"23281",1.43,"Ideal","G","VS1",59.9,57,11302,7.35,7.3,4.39 +"23282",1.5,"Very Good","H","VVS2",62.7,58,11303,7.21,7.24,4.53 +"23283",1.53,"Good","E","SI1",63.5,58,11303,7.29,7.35,4.65 +"23284",1.61,"Premium","G","SI1",62.6,58,11303,7.48,7.45,4.67 +"23285",1.64,"Ideal","I","VS1",60.5,57,11305,7.68,7.62,4.64 +"23286",1.65,"Premium","D","SI1",60.4,60,11310,7.63,7.58,4.59 +"23287",2.01,"Good","I","SI2",56.9,59,11312,8.41,8.3,4.74 +"23288",2.01,"Premium","I","SI2",63,56,11312,8.05,7.96,5.05 +"23289",2.08,"Good","I","SI2",57,63,11313,8.49,8.45,4.83 +"23290",1.37,"Ideal","E","VS2",60.3,54,11314,7.26,7.2,4.36 +"23291",2.02,"Ideal","J","SI2",62.7,56.9,11314,8.03,8.07,5.05 +"23292",1.7,"Premium","F","SI2",60.1,58,11322,7.74,7.67,4.63 +"23293",2,"Fair","I","VS1",58.5,68,11322,8.26,8.15,4.8 +"23294",1.5,"Premium","H","VS2",60,62,11322,7.41,7.38,4.44 +"23295",1.26,"Ideal","E","VS1",61.2,56,11323,6.97,6.93,4.25 +"23296",1.5,"Very Good","E","SI1",59.4,59,11325,7.42,7.49,4.43 +"23297",1.8,"Premium","J","VS1",58.2,61,11329,8.07,7.95,4.66 +"23298",1.11,"Very Good","E","VVS1",60.2,59,11330,6.67,6.79,4.05 +"23299",1.59,"Very Good","H","VS2",60.7,61.1,11333,7.5,7.56,4.57 +"23300",1.59,"Premium","H","VS2",62.1,58,11333,7.42,7.48,4.63 +"23301",1.52,"Ideal","H","VS2",61.8,55.1,11333,7.38,7.42,4.58 +"23302",1.54,"Ideal","G","SI1",61.5,55,11333,7.4,7.45,4.57 +"23303",1.03,"Premium","D","VVS2",60.1,58,11335,6.55,6.6,3.95 +"23304",1.81,"Good","G","SI2",58.9,55,11336,7.99,8.04,4.72 +"23305",2.06,"Ideal","J","SI2",61.9,55,11337,8.23,8.19,5.08 +"23306",1.52,"Very Good","G","VS2",63.3,57,11338,7.32,7.27,4.62 +"23307",1.67,"Ideal","F","SI2",62.4,54,11341,7.6,7.63,4.75 +"23308",1.56,"Premium","H","VS1",62,57,11345,7.48,7.43,4.62 +"23309",1.41,"Premium","G","VS1",62.1,59,11347,7.1,7.06,4.4 +"23310",1.62,"Very Good","H","SI1",62.2,58,11351,7.46,7.5,4.65 +"23311",1.71,"Premium","G","SI2",60.9,58,11351,7.72,7.68,4.69 +"23312",1.5,"Very Good","D","SI1",63.4,58,11352,7.16,7.25,4.57 +"23313",1.5,"Very Good","D","SI1",63.5,57,11352,7.23,7.28,4.61 +"23314",2,"Fair","G","SI2",65.1,57,11355,7.84,7.78,5.09 +"23315",2,"Premium","G","SI2",61.7,60,11355,7.95,7.9,4.89 +"23316",1.5,"Premium","H","VS2",61.8,59,11360,7.3,7.35,4.53 +"23317",1.7,"Premium","I","VS2",61.2,59,11360,7.62,7.55,4.64 +"23318",1.7,"Premium","I","VS2",61.7,59,11360,7.68,7.63,4.72 +"23319",1.7,"Ideal","I","VS2",61.7,56,11360,7.72,7.64,4.74 +"23320",1.72,"Premium","I","VS2",58.3,61,11360,7.91,7.87,4.6 +"23321",1.55,"Good","H","VS2",61,61,11364,7.42,7.47,4.54 +"23322",1.03,"Ideal","F","IF",61.3,56,11365,6.53,6.55,4.01 +"23323",1.58,"Ideal","H","VS2",62.7,56,11365,7.44,7.39,4.65 +"23324",1.5,"Good","E","SI1",63,54,11368,7.19,7.26,4.55 +"23325",1.4,"Premium","F","VS2",60.7,58,11368,7.26,7.17,4.38 +"23326",1.7,"Premium","I","VS2",60.5,61,11369,7.68,7.65,4.64 +"23327",1.53,"Premium","F","SI1",62,56,11370,7.47,7.39,4.61 +"23328",1.28,"Ideal","G","IF",60.8,57,11372,7.02,7.05,4.28 +"23329",1.51,"Premium","F","SI1",62.2,58,11374,7.32,7.27,4.54 +"23330",1.51,"Premium","F","SI1",62.2,58,11374,7.32,7.27,4.54 +"23331",1.24,"Ideal","G","IF",62.4,56,11376,6.86,6.89,4.29 +"23332",1.52,"Ideal","H","VS2",61.8,54,11379,7.42,7.43,4.59 +"23333",1.52,"Ideal","H","VS2",61.9,55,11379,7.38,7.43,4.58 +"23334",1.53,"Very Good","F","VS1",63.2,58,11379,7.33,7.3,4.62 +"23335",2.03,"Ideal","H","SI2",61.9,57,11379,8.14,8.1,5.03 +"23336",1.58,"Premium","G","VS1",60.8,58,11380,7.58,7.52,4.59 +"23337",1.04,"Premium","E","VVS1",60.9,58,11382,6.61,6.53,4 +"23338",1.23,"Very Good","F","VVS2",62.2,58,11382,6.81,6.86,4.25 +"23339",1.5,"Ideal","E","SI1",62,55,11385,7.32,7.4,4.56 +"23340",1.01,"Premium","E","IF",62.6,58,11387,6.37,6.44,4.01 +"23341",0.3,"Very Good","H","SI1",61.3,58,421,4.29,4.33,2.64 +"23342",0.3,"Very Good","H","SI1",63,54,421,4.27,4.3,2.7 +"23343",0.3,"Very Good","H","SI2",63.4,55,422,4.26,4.22,2.69 +"23344",0.3,"Ideal","G","SI2",61.8,57,422,4.31,4.33,2.67 +"23345",0.3,"Ideal","G","SI2",62.1,58,422,4.27,4.3,2.66 +"23346",0.3,"Ideal","G","SI2",61.4,56,422,4.33,4.34,2.66 +"23347",0.3,"Ideal","G","SI2",61.9,57,422,4.28,4.31,2.66 +"23348",0.3,"Ideal","G","SI2",62,55,422,4.28,4.33,2.67 +"23349",0.3,"Ideal","G","SI2",61.6,56,422,4.32,4.35,2.67 +"23350",0.3,"Ideal","I","SI1",61.7,57,422,4.3,4.32,2.66 +"23351",0.3,"Ideal","I","SI1",61.9,58,422,4.27,4.32,2.66 +"23352",0.3,"Ideal","I","SI1",61.9,57,422,4.28,4.31,2.66 +"23353",0.3,"Ideal","I","SI1",61.9,57,422,4.29,4.31,2.66 +"23354",0.3,"Ideal","I","SI1",62.5,58,422,4.25,4.29,2.67 +"23355",0.3,"Ideal","I","SI1",61.2,58,422,4.28,4.31,2.63 +"23356",0.3,"Ideal","I","SI1",61.5,57,422,4.3,4.35,2.66 +"23357",0.3,"Ideal","I","SI1",61.9,57,422,4.3,4.32,2.67 +"23358",0.3,"Ideal","G","SI1",62.1,53,422,4.32,4.37,2.7 +"23359",0.3,"Ideal","G","SI1",62.2,55,422,4.27,4.32,2.67 +"23360",0.3,"Ideal","G","SI1",60.9,57,422,4.34,4.39,2.66 +"23361",0.26,"Very Good","G","VS2",61.7,57,423,4.11,4.15,2.55 +"23362",0.26,"Very Good","G","VS1",62.4,56,423,4.08,4.1,2.55 +"23363",0.23,"Ideal","H","VS1",61.2,55,423,3.94,3.97,2.42 +"23364",0.23,"Ideal","E","VS2",62.6,57,423,3.88,3.92,2.44 +"23365",0.31,"Ideal","J","VS1",61.2,55,424,4.37,4.39,2.68 +"23366",0.31,"Ideal","J","VS1",62.1,55,424,4.35,4.38,2.71 +"23367",0.31,"Ideal","I","VS1",61.7,55,424,4.36,4.39,2.7 +"23368",0.3,"Ideal","H","SI1",61.3,59,425,4.29,4.33,2.64 +"23369",0.23,"Good","F","VVS2",62.3,61,425,3.93,3.94,2.45 +"23370",0.23,"Good","F","VVS2",64.5,55,425,3.83,3.86,2.48 +"23371",0.33,"Ideal","D","SI2",62.9,56,631,4.43,4.41,2.78 +"23372",0.33,"Ideal","D","SI2",62.4,56,631,4.44,4.41,2.76 +"23373",0.33,"Premium","D","SI2",60.7,56,631,4.46,4.43,2.7 +"23374",0.33,"Premium","D","SI2",62.1,58,631,4.43,4.4,2.74 +"23375",0.33,"Ideal","D","SI2",62.4,57,631,4.42,4.39,2.75 +"23376",0.33,"Very Good","D","SI2",63.3,53,631,4.42,4.39,2.79 +"23377",0.33,"Ideal","G","SI1",61.4,57,631,4.48,4.45,2.74 +"23378",0.33,"Premium","G","SI1",61.6,57,631,4.45,4.42,2.73 +"23379",0.33,"Premium","G","SI1",62.3,59,631,4.44,4.39,2.75 +"23380",0.33,"Very Good","G","SI1",63.2,57,631,4.44,4.39,2.79 +"23381",0.36,"Premium","H","VS1",60.5,59,631,4.6,4.63,2.79 +"23382",0.36,"Good","E","SI1",63.1,58,631,4.49,4.54,2.85 +"23383",0.36,"Ideal","E","SI1",61.9,56,631,4.53,4.58,2.82 +"23384",0.36,"Very Good","E","SI1",60.8,59,631,4.56,4.59,2.78 +"23385",0.36,"Ideal","E","SI1",61.4,57,631,4.56,4.59,2.81 +"23386",0.4,"Premium","F","SI2",62.6,60,631,4.65,4.68,2.92 +"23387",0.3,"Good","I","IF",63.3,57,631,4.23,4.3,2.7 +"23388",0.3,"Good","I","IF",63.3,56,631,4.21,4.26,2.68 +"23389",0.4,"Very Good","J","VS1",63,58,631,4.66,4.7,2.95 +"23390",0.36,"Very Good","E","SI1",62.9,56,631,4.52,4.57,2.86 +"23391",0.36,"Ideal","E","SI1",62.4,55,631,4.55,4.58,2.85 +"23392",0.36,"Very Good","E","SI1",62.4,55,631,4.52,4.55,2.83 +"23393",0.4,"Ideal","J","VS1",62.6,55,631,4.71,4.75,2.96 +"23394",0.36,"Very Good","E","SI1",61.3,56,631,4.58,4.62,2.82 +"23395",0.36,"Very Good","E","VS2",59.9,55,631,4.66,4.69,2.8 +"23396",0.36,"Premium","E","SI1",60.9,60,631,4.56,4.61,2.79 +"23397",0.4,"Premium","J","VS1",60.7,60,631,4.76,4.79,2.9 +"23398",0.36,"Very Good","E","VS2",62.9,56,631,4.52,4.54,2.85 +"23399",0.36,"Ideal","E","SI1",62,57,631,4.53,4.57,2.82 +"23400",0.36,"Ideal","H","VS1",61.8,57,631,4.56,4.6,2.83 +"23401",1.13,"Ideal","E","VVS2",60.1,59,11387,6.77,6.81,4.08 +"23402",1.31,"Premium","G","VVS2",62.7,59,11389,6.96,6.92,4.35 +"23403",1.71,"Very Good","I","VS2",63.4,59,11389,7.53,7.45,4.75 +"23404",2.02,"Very Good","I","SI2",63.3,59,11390,7.93,8,5.04 +"23405",1.52,"Very Good","J","VVS2",62.1,60,11392,7.33,7.36,4.56 +"23406",1.3,"Premium","F","VS1",62.5,58,11392,6.97,6.94,4.35 +"23407",1.21,"Premium","E","VVS2",61.9,58,11395,6.84,6.79,4.22 +"23408",1.5,"Good","F","SI1",60.5,62,11399,7.32,7.38,4.45 +"23409",2,"Good","I","SI2",64.2,52,11400,7.91,7.88,5.07 +"23410",1.01,"Ideal","E","VVS2",61.7,57,11400,6.42,6.44,3.97 +"23411",1.67,"Premium","I","VS1",61.1,58,11400,7.69,7.6,4.67 +"23412",1.28,"Ideal","G","IF",62,55.6,11401,6.94,6.96,4.31 +"23413",1.12,"Ideal","F","VVS1",61,56,11403,6.71,6.74,4.1 +"23414",2,"Very Good","J","SI1",61.9,59,11404,7.96,8,4.94 +"23415",1.52,"Ideal","F","VS2",62.3,55,11405,7.37,7.33,4.58 +"23416",1.5,"Ideal","F","SI1",62,53,11405,7.32,7.29,4.53 +"23417",2.01,"Very Good","J","SI2",60.6,60,11406,8.11,8.19,4.94 +"23418",1.83,"Ideal","J","VS2",62,56,11406,7.84,7.9,4.88 +"23419",1.53,"Very Good","E","SI1",63.5,58,11406,7.35,7.29,4.65 +"23420",1.33,"Ideal","D","VS2",62.8,56,11409,7.08,7.03,4.43 +"23421",1.53,"Premium","H","VS1",60.8,59,11413,7.41,7.36,4.49 +"23422",2,"Premium","F","SI2",61.5,59,11413,8.03,7.95,4.92 +"23423",1.57,"Premium","H","VS2",62.2,58,11415,7.45,7.4,4.62 +"23424",1.18,"Ideal","F","VVS2",60.6,55,11415,6.84,6.88,4.16 +"23425",1.86,"Very Good","H","SI2",62.3,57,11416,7.82,7.85,4.88 +"23426",1.05,"Very Good","F","IF",59.7,55,11417,6.66,6.73,4 +"23427",1.23,"Ideal","G","VVS1",61.4,55,11417,6.89,6.93,4.24 +"23428",1.32,"Ideal","G","VVS2",62.3,57,11419,6.96,7.04,4.36 +"23429",1.58,"Ideal","H","VS2",63,56,11419,7.39,7.46,4.68 +"23430",1.28,"Ideal","E","VS1",61.7,57,11419,6.93,6.97,4.29 +"23431",1.02,"Very Good","E","IF",58.1,59,11420,6.71,6.75,3.91 +"23432",1.53,"Premium","G","SI1",62.3,58,11421,7.35,7.3,4.56 +"23433",1.25,"Ideal","E","VS2",60.7,56,11422,6.97,6.99,4.24 +"23434",1.62,"Very Good","H","VS2",59.6,59,11427,7.59,7.67,4.55 +"23435",1.58,"Ideal","D","SI2",62.5,55,11428,7.39,7.45,4.64 +"23436",1.55,"Premium","H","VS2",61.7,59,11428,7.44,7.4,4.58 +"23437",1.18,"Very Good","F","VVS2",60.1,58,11430,6.88,6.92,4.15 +"23438",1.23,"Premium","F","VVS2",61.6,59,11430,6.8,6.9,4.22 +"23439",1.55,"Ideal","I","VVS2",61.3,59,11430,7.41,7.46,4.56 +"23440",1.7,"Very Good","D","SI2",60.8,59,11431,7.76,7.83,4.75 +"23441",1.53,"Ideal","I","VS2",61.5,56,11434,7.39,7.44,4.55 +"23442",1.07,"Ideal","F","IF",62,57,11434,6.52,6.57,4.06 +"23443",1.42,"Premium","G","VS1",62.1,56,11434,7.27,7.22,4.5 +"23444",1.51,"Premium","H","VS2",60.2,60,11435,7.33,7.35,4.42 +"23445",1.51,"Premium","H","VS2",62.3,59,11435,7.28,7.32,4.55 +"23446",1.51,"Ideal","H","VS2",62.2,57,11435,7.29,7.33,4.55 +"23447",1.58,"Ideal","I","VVS1",61.9,55,11435,7.47,7.51,4.64 +"23448",1.2,"Premium","E","VVS2",61.4,56,11435,6.94,6.83,4.23 +"23449",1.6,"Ideal","E","SI1",61.9,54,11437,7.56,7.5,4.66 +"23450",1.59,"Premium","H","VS2",62.1,58,11437,7.48,7.42,4.63 +"23451",1.59,"Ideal","H","VS2",60.7,61,11437,7.56,7.5,4.57 +"23452",1.5,"Very Good","D","SI1",62.7,59,11442,7.21,7.24,4.53 +"23453",1.5,"Very Good","D","SI1",60.7,62,11442,7.3,7.33,4.44 +"23454",1.01,"Ideal","D","VVS2",61.9,56,11442,6.41,6.45,3.98 +"23455",1.91,"Ideal","J","SI1",60.7,56,11447,8.01,8.09,4.89 +"23456",1.42,"Very Good","G","VS1",62.7,55,11452,7.11,7.17,4.48 +"23457",1.53,"Very Good","H","VS2",60.9,63,11452,7.37,7.41,4.5 +"23458",1.21,"Very Good","F","VVS2",61,58,11455,6.89,6.92,4.21 +"23459",1.71,"Ideal","I","VS2",60.5,56,11455,7.71,7.73,4.67 +"23460",1.2,"Ideal","F","VVS1",62,56,11455,6.76,6.82,4.21 +"23461",1.72,"Premium","H","VS2",59.5,60,11455,7.79,7.75,4.62 +"23462",1.62,"Premium","H","SI1",62.2,58,11455,7.5,7.46,4.65 +"23463",1.2,"Very Good","E","VVS2",63.2,56,11456,6.73,6.78,4.27 +"23464",1.31,"Ideal","G","VVS2",59.2,59,11459,7.12,7.18,4.23 +"23465",1.81,"Premium","H","SI2",62,60,11460,7.79,7.75,4.82 +"23466",1.51,"Very Good","E","SI1",62.8,59,11460,7.26,7.3,4.57 +"23467",1.51,"Good","E","SI1",63.1,58,11460,7.23,7.28,4.58 +"23468",2.02,"Premium","J","SI2",62.7,60,11463,7.98,8.1,5.04 +"23469",1.5,"Premium","H","VS2",61.8,59,11464,7.35,7.3,4.53 +"23470",1.51,"Ideal","G","SI1",61.1,57,11465,7.46,7.4,4.54 +"23471",1.23,"Ideal","G","VVS1",59.5,57,11469,7,6.98,4.16 +"23472",1.57,"Premium","H","VS2",61,59,11470,7.5,7.54,4.59 +"23473",1.53,"Ideal","E","SI1",61,55,11470,7.44,7.49,4.55 +"23474",2.03,"Ideal","I","SI1",62.9,55,11472,8.11,8.04,5.08 +"23475",2.16,"Premium","H","SI2",62.3,57,11473,8.29,8.22,5.14 +"23476",1.07,"Very Good","E","IF",58.6,63,11475,6.7,6.79,3.95 +"23477",2.02,"Very Good","J","SI2",63.5,57,11475,7.94,8.02,5.07 +"23478",1.13,"Ideal","D","VS1",61.2,57,11477,6.7,6.72,4.1 +"23479",1.28,"Very Good","G","VVS2",59.5,56,11478,7.12,7.16,4.25 +"23480",1.01,"Premium","D","VVS1",59.3,59,11480,6.56,6.53,3.88 +"23481",1.51,"Premium","G","VS2",60.4,58,11480,7.38,7.43,4.47 +"23482",1.7,"Premium","I","VVS2",61.8,61,11481,7.57,7.5,4.66 +"23483",1.5,"Premium","F","SI1",61.4,59,11484,7.31,7.34,4.5 +"23484",1.99,"Premium","G","SI2",59.1,61,11486,8.08,8.05,4.77 +"23485",1.51,"Good","E","SI1",62.8,59,11487,7.16,7.2,4.51 +"23486",1.54,"Ideal","G","VS2",61.5,57,11487,7.44,7.41,4.57 +"23487",1.6,"Premium","G","VS2",62.2,59,11489,7.45,7.48,4.64 +"23488",1.5,"Premium","D","SI1",60.5,59,11489,7.44,7.39,4.49 +"23489",1.5,"Ideal","E","SI1",62,55,11489,7.4,7.32,4.56 +"23490",1.5,"Fair","E","SI1",56.2,58,11489,7.71,7.6,4.3 +"23491",1.58,"Premium","H","VS1",61.7,59,11491,7.48,7.42,4.6 +"23492",1.01,"Premium","E","IF",62.6,58,11491,6.44,6.37,4.01 +"23493",1.43,"Ideal","H","VS1",62,55,11498,7.21,7.28,4.49 +"23494",2.07,"Ideal","J","VS2",62.2,56,11500,8.2,8.16,5.09 +"23495",1.02,"Ideal","E","IF",62.6,57,11500,6.41,6.47,4.03 +"23496",2.29,"Very Good","H","SI2",63.4,57,11502,8.4,8.33,5.3 +"23497",1.24,"Ideal","G","VVS1",62.1,56,11503,6.86,6.91,4.28 +"23498",1.5,"Good","G","VS2",58.8,64,11508,7.43,7.4,4.36 +"23499",1.5,"Good","G","VS2",63.8,56,11508,7.2,7.15,4.58 +"23500",1.6,"Premium","H","VS2",62.6,58,11508,7.5,7.45,4.68 +"23501",2,"Very Good","J","SI2",62.8,57,11510,8.02,8.05,5.04 +"23502",1.52,"Ideal","G","SI1",63,55,11510,7.31,7.38,4.63 +"23503",1.04,"Ideal","D","VVS2",60.9,57,11511,6.54,6.6,4 +"23504",1.25,"Ideal","G","IF",60.2,54,11511,6.99,7.03,4.22 +"23505",1.51,"Very Good","I","VVS1",62,58,11512,7.27,7.31,4.52 +"23506",1.51,"Good","H","VS1",59.1,58,11512,7.48,7.52,4.43 +"23507",1.7,"Very Good","I","VS1",60.6,59,11514,7.64,7.67,4.64 +"23508",1.52,"Premium","H","VS1",61.4,58,11516,7.3,7.44,4.55 +"23509",1.06,"Very Good","E","IF",62.7,58,11518,6.48,6.54,4.08 +"23510",1.7,"Premium","I","VS2",61.4,59,11519,7.6,7.68,4.69 +"23511",1.7,"Premium","I","VS2",60.7,59,11519,7.63,7.7,4.65 +"23512",1.4,"Good","G","VVS2",63.4,59,11519,7.04,7.12,4.49 +"23513",1.86,"Premium","H","SI2",62.3,57,11520,7.85,7.82,4.88 +"23514",2.19,"Good","I","SI2",63.7,57,11522,8.23,8.19,5.23 +"23515",1.56,"Ideal","G","SI1",61.2,56,11522,7.49,7.51,4.59 +"23516",1.57,"Ideal","F","SI1",62.4,56,11523,7.46,7.41,4.64 +"23517",1.57,"Premium","F","SI1",62,58,11523,7.47,7.41,4.61 +"23518",1.5,"Good","G","VS1",63.8,59,11524,7.16,7.22,4.59 +"23519",1.53,"Ideal","F","SI1",61.9,55,11525,7.43,7.36,4.58 +"23520",1.53,"Ideal","F","SI1",62.5,57,11525,7.38,7.31,4.59 +"23521",2.01,"Good","J","VS1",63.7,59,11526,7.93,7.86,5.03 +"23522",1.58,"Ideal","I","VVS1",61.7,53,11526,7.52,7.53,4.65 +"23523",1.54,"Very Good","H","VS2",62.1,62,11527,7.31,7.38,4.56 +"23524",1.38,"Ideal","G","VS1",62.2,54,11527,7.18,7.14,4.45 +"23525",1.2,"Ideal","G","VVS2",60.9,56,11530,6.86,6.91,4.19 +"23526",1.2,"Ideal","G","VVS2",61,56,11530,6.86,6.88,4.19 +"23527",1.56,"Ideal","H","VS2",61.5,56,11531,7.46,7.5,4.6 +"23528",1.31,"Ideal","G","VVS2",60.9,56,11531,7.17,7.07,4.32 +"23529",1.51,"Very Good","G","VS2",62.1,57,11532,7.37,7.32,4.5 +"23530",1.5,"Very Good","E","SI1",61.4,59,11533,7.24,7.41,4.5 +"23531",1.23,"Premium","F","VVS2",61.6,59,11534,6.9,6.8,4.22 +"23532",1.63,"Premium","I","VS1",61.1,57,11534,7.7,7.58,4.67 +"23533",1.6,"Very Good","E","SI2",62.5,54,11537,7.5,7.55,4.7 +"23534",1.03,"Premium","E","VVS1",58.8,59,11538,6.63,6.6,3.89 +"23535",1.51,"Ideal","H","VS2",62.2,57,11540,7.33,7.29,4.55 +"23536",1.51,"Premium","H","VS2",60.2,60,11540,7.35,7.33,4.42 +"23537",1.51,"Premium","H","VS2",62.3,59,11540,7.32,7.28,4.55 +"23538",1.51,"Ideal","H","VS2",60.6,57,11540,7.46,7.45,4.52 +"23539",2,"Premium","G","SI2",61.4,59,11544,8.14,8.06,4.97 +"23540",3,"Good","E","I1",64.2,65,11548,9.08,8.96,5.79 +"23541",1.14,"Premium","F","VVS1",59.4,59,11549,6.87,6.8,4.06 +"23542",1.1,"Ideal","D","VVS2",62.2,57,11550,6.58,6.54,4.08 +"23543",2.01,"Good","J","SI2",63.4,59,11554,7.95,7.99,5.05 +"23544",1.73,"Very Good","I","SI1",60.9,59,11554,7.71,7.68,4.69 +"23545",1.5,"Good","E","SI1",58.5,59,11554,7.45,7.49,4.37 +"23546",1.5,"Ideal","H","VS1",61,56.8,11557,7.36,7.4,4.5 +"23547",1.53,"Very Good","H","VS2",60.9,63,11557,7.41,7.37,4.5 +"23548",1.71,"Ideal","I","VS2",60.5,56,11559,7.73,7.71,4.67 +"23549",1.51,"Very Good","F","SI1",60.7,60,11560,7.39,7.43,4.5 +"23550",1.51,"Very Good","F","SI1",62.8,59,11560,7.28,7.31,4.58 +"23551",1.51,"Very Good","F","SI1",63,61,11560,7.27,7.3,4.59 +"23552",1.51,"Good","F","SI1",60.9,61,11560,7.3,7.32,4.45 +"23553",1.7,"Very Good","H","SI1",63.6,59,11560,7.46,7.55,4.77 +"23554",1.55,"Premium","H","VS1",62.6,58,11562,7.4,7.34,4.61 +"23555",1.51,"Very Good","E","SI1",63.1,58,11565,7.28,7.23,4.58 +"23556",1.51,"Premium","E","SI1",62.6,55,11565,7.33,7.25,4.56 +"23557",1.51,"Premium","E","SI1",62.8,59,11565,7.3,7.26,4.57 +"23558",1.51,"Premium","E","SI1",61.5,61,11565,7.41,7.31,4.53 +"23559",2.01,"Very Good","J","SI1",63.4,57,11566,7.97,7.89,5.03 +"23560",1.55,"Premium","H","VS2",60.7,58,11567,7.51,7.47,4.55 +"23561",1.21,"Ideal","G","VVS1",61.5,56,11572,6.83,6.89,4.22 +"23562",1.5,"Ideal","G","SI1",62.8,54,11572,7.31,7.29,4.58 +"23563",1.02,"Ideal","D","VVS2",62.2,59,11573,6.41,6.46,4 +"23564",1.54,"Premium","G","SI1",60.5,61,11574,7.47,7.44,4.51 +"23565",1.55,"Ideal","I","VS2",61.8,55,11574,7.4,7.44,4.58 +"23566",1.57,"Premium","H","VS2",61,59,11575,7.54,7.5,4.59 +"23567",1.75,"Ideal","G","SI2",61.6,54.8,11576,7.73,7.78,4.78 +"23568",2.09,"Good","J","VS2",57.2,64,11576,8.51,8.46,4.85 +"23569",1.5,"Good","G","VS2",63.3,62,11577,7.08,7.2,4.52 +"23570",1.63,"Premium","G","SI1",59.9,60,11578,7.64,7.61,4.57 +"23571",2.18,"Premium","H","SI2",62.3,59,11579,8.37,8.26,5.18 +"23572",1.51,"Ideal","H","VS1",62.6,56,11580,7.28,7.32,4.57 +"23573",1.28,"Ideal","F","VS1",61.7,55,11580,7.01,6.98,4.32 +"23574",1.4,"Very Good","G","VS1",59.9,56,11584,7.31,7.34,4.39 +"23575",1.32,"Ideal","G","VS1",61.7,56,11584,7.04,7.07,4.35 +"23576",1.5,"Very Good","E","SI1",59.6,58,11586,7.38,7.41,4.41 +"23577",1.62,"Ideal","I","VVS2",62.7,54,11587,7.47,7.52,4.7 +"23578",1.5,"Premium","F","SI1",61.4,59,11588,7.34,7.31,4.5 +"23579",1.44,"Premium","G","VS1",61.8,57,11588,7.21,7.09,4.42 +"23580",1.25,"Very Good","G","VVS1",60.2,58,11589,6.97,7.04,4.22 +"23581",2.72,"Ideal","H","I1",59.6,55,11594,9.17,9.13,5.45 +"23582",1.52,"Very Good","D","SI1",62,58,11595,7.37,7.4,4.58 +"23583",1.57,"Ideal","G","SI1",61.8,55,11596,7.43,7.49,4.61 +"23584",2,"Fair","H","SI2",65.2,55,11600,7.9,7.85,5.13 +"23585",1.24,"Ideal","G","VVS2",61.1,56,11601,6.94,6.97,4.25 +"23586",1.28,"Very Good","F","VVS2",62,57,11602,6.92,7.01,4.32 +"23587",1.55,"Very Good","H","VS2",61.3,61,11602,7.39,7.46,4.55 +"23588",2.01,"Ideal","G","SI2",61.5,55,11602,8.15,8.11,5 +"23589",1.57,"Very Good","H","VS1",62.8,60,11605,7.36,7.44,4.65 +"23590",1.7,"Ideal","H","VS2",62.3,57,11605,7.68,7.65,4.78 +"23591",1.02,"Ideal","E","IF",62.6,57,11605,6.47,6.41,4.03 +"23592",1.51,"Premium","F","SI1",62.2,59,11607,7.34,7.3,4.55 +"23593",1.75,"Ideal","J","VVS2",62,55,11609,7.7,7.73,4.78 +"23594",1.58,"Ideal","G","SI1",60.7,56,11610,7.56,7.6,4.6 +"23595",1.03,"Ideal","E","VVS2",61.7,56,11611,6.49,6.51,4.01 +"23596",1.59,"Very Good","G","SI1",62.3,60,11613,7.42,7.49,4.64 +"23597",1.5,"Premium","F","SI1",62.2,58,11613,7.36,7.34,4.57 +"23598",1.76,"Ideal","I","VS1",62,57,11616,7.71,7.74,4.79 +"23599",1.52,"Premium","H","VS1",61.4,58,11621,7.44,7.3,4.55 +"23600",1.4,"Very Good","G","VVS2",63.4,59,11624,7.12,7.04,4.49 +"23601",1.61,"Very Good","H","VS2",59.4,58,11627,7.64,7.74,4.57 +"23602",1.51,"Ideal","E","SI1",61.3,57,11628,7.35,7.42,4.53 +"23603",1.56,"Ideal","G","SI1",61.2,56,11628,7.51,7.49,4.59 +"23604",1.09,"Very Good","F","IF",61.4,56,11631,6.62,6.68,4.08 +"23605",1.54,"Premium","H","VS2",62.1,62,11632,7.38,7.31,4.56 +"23606",1.3,"Ideal","G","VVS2",62.4,56.1,11633,6.97,7.02,4.36 +"23607",2.01,"Premium","H","SI2",61.5,59,11635,8.12,8.08,4.98 +"23608",1.56,"Ideal","H","VS2",61.5,56,11636,7.5,7.46,4.6 +"23609",1.52,"Premium","F","SI1",62.6,59,11637,7.27,7.36,4.58 +"23610",1.52,"Ideal","F","SI1",62.2,56,11637,7.38,7.41,4.6 +"23611",1.5,"Premium","E","SI1",61.4,59,11638,7.41,7.24,4.5 +"23612",1.72,"Very Good","E","SI2",61,57,11638,7.67,7.76,4.71 +"23613",2.33,"Premium","J","SI1",61.1,58,11638,8.6,8.56,5.24 +"23614",1.51,"Very Good","G","VS2",61.5,59,11640,7.34,7.38,4.53 +"23615",1.51,"Good","G","VS2",64.2,54,11640,7.18,7.27,4.64 +"23616",1.34,"Ideal","G","VVS1",62.2,56,11640,7.11,7.04,4.4 +"23617",1.13,"Ideal","E","VVS1",61.5,56,11641,6.68,6.71,4.12 +"23618",1.52,"Ideal","E","SI1",62.2,53,11642,7.38,7.31,4.57 +"23619",1.79,"Ideal","H","SI2",61.5,56,11643,7.77,7.81,4.79 +"23620",1.41,"Premium","E","VS2",62.7,56,11644,7.18,7.1,4.48 +"23621",2.01,"Premium","H","SI2",61.9,59,11646,8.13,7.97,4.98 +"23622",2.01,"Premium","I","SI1",61.3,60,11646,8.09,8.05,4.95 +"23623",2.01,"Premium","H","SI2",61.8,62,11646,8.05,7.97,4.95 +"23624",1.37,"Ideal","F","VS1",59.6,57,11649,7.28,7.22,4.32 +"23625",1.11,"Very Good","F","VVS2",59.4,58,11650,6.74,6.79,4.02 +"23626",1.54,"Very Good","F","SI1",58.8,60,11650,7.54,7.59,4.45 +"23627",1.45,"Premium","F","VS2",61.1,58,11650,7.31,7.23,4.44 +"23628",1.54,"Ideal","I","VS1",61.5,56,11651,7.42,7.47,4.58 +"23629",1.6,"Ideal","G","SI1",62.1,56,11651,7.51,7.48,4.65 +"23630",1.5,"Very Good","H","VVS1",63.8,57,11654,7.17,7.21,4.59 +"23631",1.14,"Premium","F","VVS1",59.4,59,11654,6.87,6.8,4.06 +"23632",1.1,"Ideal","D","VVS2",62.2,57,11654,6.58,6.54,4.08 +"23633",1.75,"Premium","E","SI2",62.5,59,11655,7.71,7.63,4.79 +"23634",1.5,"Premium","I","VS2",61.4,58,11655,7.28,7.24,4.46 +"23635",2,"Fair","H","SI2",64.5,56,11655,7.93,7.86,5.09 +"23636",2.01,"Very Good","J","SI2",63.4,59,11660,7.99,7.95,5.05 +"23637",1.01,"Ideal","D","VVS1",62.5,55,11661,6.39,6.44,4.01 +"23638",2.11,"Premium","J","SI2",62,60,11663,8.19,8.24,5.09 +"23639",1.54,"Premium","H","VS2",61.9,59,11663,7.31,7.33,4.53 +"23640",1.51,"Premium","F","SI1",63,61,11666,7.3,7.27,4.59 +"23641",1.51,"Premium","F","SI1",60.9,61,11666,7.32,7.3,4.45 +"23642",1.51,"Premium","F","SI1",62.8,59,11666,7.31,7.28,4.58 +"23643",1.51,"Premium","F","SI1",60.7,58,11666,7.41,7.38,4.49 +"23644",1.45,"Very Good","F","VS2",62.6,58,11667,7.12,7.2,4.48 +"23645",3.65,"Fair","H","I1",67.1,53,11668,9.53,9.48,6.38 +"23646",1.03,"Very Good","D","VVS2",62.7,58,11677,6.39,6.43,4.02 +"23647",1.67,"Ideal","H","SI1",61.6,55,11678,7.68,7.62,4.71 +"23648",1.52,"Very Good","H","VS2",59.7,55,11681,7.45,7.42,4.44 +"23649",1.51,"Ideal","H","VS1",62.6,56,11686,7.32,7.28,4.57 +"23650",1.73,"Ideal","H","SI1",62.7,56,11688,7.62,7.67,4.79 +"23651",1.5,"Very Good","H","VVS1",60.9,61,11688,7.36,7.39,4.49 +"23652",1.5,"Very Good","E","SI1",60.8,58,11688,7.32,7.36,4.46 +"23653",1.5,"Very Good","E","SI1",62,57,11690,7.25,7.33,4.52 +"23654",1.51,"Ideal","H","VS2",61.9,59,11696,7.29,7.34,4.53 +"23655",1.52,"Good","F","VS2",64.2,59,11696,7.16,7.2,4.61 +"23656",1.57,"Ideal","G","SI1",61.8,55,11702,7.49,7.43,4.61 +"23657",2.01,"Good","J","SI1",59.6,61,11703,8.08,8.14,4.83 +"23658",1.55,"Very Good","G","VS2",63.1,57,11703,7.36,7.31,4.63 +"23659",1.25,"Ideal","G","IF",60.6,57,11705,6.97,6.99,4.23 +"23660",1.54,"Very Good","G","VS2",63,59,11708,7.3,7.36,4.62 +"23661",1.55,"Premium","H","VS2",61.3,61,11708,7.46,7.39,4.55 +"23662",1.7,"Premium","H","SI1",62.5,60,11709,7.54,7.49,4.7 +"23663",1.71,"Ideal","J","VS1",62.1,55,11711,7.73,7.65,4.78 +"23664",1.57,"Premium","G","VS2",62.7,60,11711,7.46,7.38,4.65 +"23665",1.57,"Premium","H","VS1",62.8,60,11711,7.44,7.36,4.65 +"23666",1.65,"Premium","D","SI2",61.6,58,11712,7.59,7.55,4.66 +"23667",1.53,"Ideal","F","SI1",60.3,57,11713,7.45,7.52,4.51 +"23668",1.53,"Very Good","F","SI1",58.5,59,11713,7.55,7.62,4.44 +"23669",2.02,"Ideal","H","SI2",60.8,56,11715,8.21,8.14,4.97 +"23670",1.24,"Very Good","F","VVS1",62.7,61,11716,6.75,6.84,4.26 +"23671",1.59,"Good","F","SI1",63.6,57,11716,7.39,7.43,4.71 +"23672",1.5,"Very Good","E","SI1",61.9,59,11717,7.26,7.32,4.51 +"23673",1.16,"Premium","G","VVS1",61.6,55,11717,6.85,6.72,4.18 +"23674",1.59,"Premium","G","SI1",62.3,60,11719,7.49,7.42,4.64 +"23675",1.63,"Premium","G","SI1",61,59,11721,7.64,7.58,4.64 +"23676",1.53,"Very Good","H","VS2",62.5,61,11722,7.28,7.38,4.58 +"23677",1.76,"Ideal","I","VS1",62,57,11722,7.74,7.71,4.79 +"23678",1.22,"Premium","F","VVS1",61.9,58,11723,6.81,6.85,4.23 +"23679",1.39,"Ideal","E","VS2",60.8,57,11726,7.24,7.21,4.39 +"23680",1.22,"Ideal","F","VVS2",61.9,53,11730,6.9,6.92,4.28 +"23681",1.62,"Premium","F","SI1",60.1,58,11733,7.63,7.59,4.57 +"23682",1.14,"Very Good","F","VVS1",62.2,55.9,11737,6.67,6.69,4.16 +"23683",1.71,"Very Good","D","SI2",62.1,58,11737,7.56,7.64,4.72 +"23684",1.55,"Premium","H","VS2",60.7,59,11738,7.46,7.5,4.54 +"23685",1.51,"Fair","G","VS1",64.9,55,11739,7.25,7.14,4.67 +"23686",1.52,"Premium","F","SI1",62.6,59,11743,7.36,7.27,4.58 +"23687",2.06,"Good","J","SI1",64.1,56,11746,7.97,8.09,5.15 +"23688",1.51,"Good","G","VS2",64.2,54,11746,7.27,7.18,4.64 +"23689",1.51,"Premium","G","VS2",58.1,61,11746,7.57,7.54,4.39 +"23690",1.5,"Very Good","H","VVS2",62.9,59,11748,7.26,7.31,4.58 +"23691",2.19,"Good","I","SI2",63.7,57,11756,8.23,8.19,5.23 +"23692",1.5,"Very Good","D","SI1",61,61,11756,7.28,7.32,4.45 +"23693",1.5,"Good","D","SI1",63.1,57,11756,7.24,7.31,4.59 +"23694",2.02,"Very Good","J","SI2",62.4,55,11757,8.05,8.11,5.04 +"23695",2.02,"Very Good","J","SI2",59.2,60,11757,8.27,8.39,4.91 +"23696",1.51,"Premium","D","SI1",62.5,60,11760,7.27,7.23,4.54 +"23697",1.55,"Very Good","E","SI1",60.1,58,11764,7.5,7.55,4.52 +"23698",2.06,"Very Good","J","SI1",62,57,11764,8.11,8.17,5.05 +"23699",1.02,"Ideal","D","VVS2",61,56,11765,6.52,6.55,3.99 +"23700",1.01,"Ideal","D","VVS1",62.5,55,11767,6.44,6.39,4.01 +"23701",0.36,"Ideal","E","SI1",62.1,56,631,4.56,4.59,2.84 +"23702",0.3,"Premium","I","IF",60.5,59,631,4.32,4.34,2.62 +"23703",0.4,"Premium","J","VS1",59.7,59,631,4.79,4.83,2.87 +"23704",0.36,"Very Good","H","VS1",60.8,59,631,4.59,4.62,2.8 +"23705",0.4,"Good","J","VS1",63.2,57,631,4.7,4.73,2.98 +"23706",0.36,"Ideal","E","SI1",61.6,56,631,4.56,4.59,2.82 +"23707",0.36,"Very Good","H","VS1",61.6,59,631,4.52,4.57,2.8 +"23708",0.4,"Good","J","VS1",63.4,58,631,4.61,4.64,2.93 +"23709",0.34,"Very Good","H","VVS2",61,55,632,4.52,4.55,2.76 +"23710",0.37,"Ideal","I","VVS2",61.9,54,632,4.62,4.66,2.87 +"23711",0.31,"Ideal","E","VS2",61.1,56,632,4.37,4.4,2.68 +"23712",0.4,"Ideal","G","SI2",62,56,632,4.73,4.76,2.94 +"23713",0.3,"Good","D","VS1",61.7,62,632,4.18,4.21,2.59 +"23714",0.25,"Very Good","F","VVS2",61.6,57,633,4.05,4.07,2.5 +"23715",0.25,"Very Good","F","VVS2",62.2,57,633,4.01,4.04,2.5 +"23716",0.25,"Very Good","F","VVS2",60.1,57,633,4.1,4.13,2.47 +"23717",0.25,"Very Good","F","VVS2",62.4,55,633,4.03,4.06,2.52 +"23718",0.25,"Very Good","F","VVS2",61.6,57,633,4.05,4.08,2.5 +"23719",0.25,"Very Good","F","VVS2",62.8,54,633,4,4.03,2.52 +"23720",0.29,"Very Good","E","VVS2",61.4,58,633,4.25,4.31,2.63 +"23721",0.25,"Very Good","F","VVS1",62.2,56,633,4.02,4.03,2.5 +"23722",0.25,"Very Good","F","VVS1",60.8,57,633,4.08,4.1,2.48 +"23723",0.25,"Very Good","F","VVS1",61.8,55,633,4.06,4.09,2.52 +"23724",0.25,"Very Good","F","VVS1",61.1,57,633,4.05,4.08,2.48 +"23725",0.25,"Very Good","F","VVS1",62.9,55,633,4.04,4.06,2.55 +"23726",0.25,"Very Good","E","VVS1",62.3,55,633,4.04,4.06,2.52 +"23727",0.25,"Very Good","F","IF",61.1,54,633,4.08,4.11,2.5 +"23728",0.25,"Very Good","E","IF",61.3,56,633,4.1,4.13,2.53 +"23729",0.33,"Ideal","H","VVS2",61.6,55,633,4.48,4.51,2.77 +"23730",0.25,"Ideal","E","VVS2",61.1,56,633,4.08,4.11,2.5 +"23731",1.54,"Premium","H","VS2",61.9,59,11769,7.33,7.31,4.53 +"23732",1.36,"Very Good","G","VVS2",60.8,60,11774,7.12,7.16,4.34 +"23733",1.7,"Premium","I","VVS2",62.1,59,11775,7.6,7.53,4.7 +"23734",1.52,"Very Good","F","SI1",61.4,59,11776,7.39,7.46,4.56 +"23735",2.01,"Very Good","H","SI2",63.4,60,11780,7.97,7.89,5.03 +"23736",2.01,"Very Good","H","SI2",63.4,60,11780,7.97,7.89,5.03 +"23737",1.68,"Ideal","E","SI2",60.4,55,11781,7.7,7.79,4.68 +"23738",1.7,"Premium","I","VS2",62.2,58,11781,7.6,7.65,4.74 +"23739",1.83,"Very Good","F","SI1",63.2,56,11782,7.78,7.73,4.9 +"23740",1.58,"Premium","G","VS2",58.2,58,11786,7.68,7.64,4.46 +"23741",1.54,"Premium","F","SI1",60.9,59,11790,7.46,7.56,4.57 +"23742",2,"Very Good","J","SI2",61.9,55,11792,8.06,8.09,5 +"23743",2,"Very Good","J","SI2",59.8,60,11792,8.09,8.13,4.85 +"23744",2,"Premium","J","VS1",62,62,11793,8.02,7.91,4.94 +"23745",1.36,"Ideal","D","VS2",62.1,55,11793,7.18,7.13,4.44 +"23746",1.56,"Very Good","F","SI1",60.7,59,11794,7.45,7.55,4.55 +"23747",1.5,"Premium","E","SI1",60,58,11795,7.5,7.47,4.49 +"23748",1.5,"Premium","E","SI1",60.8,58,11795,7.36,7.32,4.46 +"23749",1.54,"Premium","E","SI1",59.3,60,11795,7.58,7.54,4.48 +"23750",1.54,"Premium","D","VS2",59.4,59,11795,7.61,7.55,4.5 +"23751",1.5,"Good","E","SI1",64.1,58,11795,7.24,7.15,4.61 +"23752",1.77,"Very Good","G","SI1",63.1,57,11796,7.68,7.63,4.83 +"23753",1.6,"Premium","H","VS2",62.1,60,11796,7.51,7.44,4.64 +"23754",1.27,"Premium","F","VVS2",61.3,60,11797,6.9,6.99,4.26 +"23755",1.52,"Ideal","H","SI1",61.3,56,11797,7.39,7.44,4.54 +"23756",1.56,"Very Good","H","VS1",63.9,57,11804,7.3,7.37,4.69 +"23757",1.52,"Good","H","VS1",63.5,60,11804,7.24,7.28,4.61 +"23758",1.54,"Premium","G","VS2",63,59,11815,7.36,7.3,4.62 +"23759",1.06,"Very Good","D","VVS1",61.8,57,11815,6.49,6.52,4.03 +"23760",1.71,"Ideal","E","SI2",61.9,57,11816,7.69,7.65,4.75 +"23761",1.41,"Ideal","G","VS1",62.6,56,11817,7.15,7.2,4.49 +"23762",1.51,"Premium","F","SI1",61.4,58,11817,7.43,7.35,4.54 +"23763",1.6,"Premium","G","SI1",62.2,58,11818,7.44,7.5,4.65 +"23764",2.1,"Good","I","SI2",62.9,64,11818,8.15,8.1,5.11 +"23765",2.04,"Premium","H","SI2",58,58,11820,8.45,8.36,4.88 +"23766",2.04,"Good","I","SI1",57.7,64,11820,8.39,8.31,4.82 +"23767",1.53,"Ideal","F","SI1",60.3,57,11820,7.52,7.45,4.51 +"23768",1.53,"Premium","F","SI1",58.5,59,11820,7.62,7.55,4.44 +"23769",1.65,"Very Good","H","VS1",62,56,11823,7.53,7.59,4.68 +"23770",2.01,"Premium","H","SI2",62.5,62,11825,8.09,8.04,5.04 +"23771",2.01,"Very Good","H","SI1",63.1,56,11825,8.05,8,5.06 +"23772",1.51,"Good","H","VVS2",63.1,59,11826,7.26,7.28,4.59 +"23773",1.61,"Ideal","I","VS2",61.7,56,11826,7.52,7.62,4.67 +"23774",1.22,"Premium","F","VVS1",61.9,58,11830,6.85,6.81,4.23 +"23775",2.45,"Very Good","H","SI2",63.5,58,11830,8.7,8.58,5.49 +"23776",1.51,"Ideal","D","SI1",61.9,57,11834,7.35,7.42,4.57 +"23777",1.51,"Very Good","G","SI1",60.3,57,11836,7.44,7.48,4.5 +"23778",1.06,"Ideal","D","VVS2",62,57,11837,6.52,6.54,4.05 +"23779",1.05,"Premium","E","IF",59,58,11838,6.66,6.7,3.94 +"23780",1.2,"Ideal","E","VVS2",62.2,57,11839,6.81,6.77,4.22 +"23781",1.27,"Ideal","E","VS1",61.8,57,11840,6.94,6.98,4.3 +"23782",1.73,"Very Good","I","VS1",63.4,58,11843,7.57,7.6,4.81 +"23783",1.69,"Ideal","G","SI1",61.8,53,11843,7.68,7.71,4.75 +"23784",2.45,"Very Good","J","SI2",60.6,63,11843,8.71,8.66,5.26 +"23785",1.71,"Very Good","D","SI2",63.5,56,11844,7.58,7.51,4.79 +"23786",1.14,"Ideal","F","VVS1",62.2,56,11844,6.69,6.67,4.16 +"23787",1.55,"Premium","H","VS2",60.7,59,11846,7.5,7.46,4.54 +"23788",1.09,"Ideal","F","IF",61.4,55,11846,6.61,6.68,4.09 +"23789",1.36,"Ideal","G","VVS2",61.1,57,11848,7.14,7.2,4.38 +"23790",1.7,"Premium","H","SI1",61.8,61,11848,7.59,7.52,4.67 +"23791",1.71,"Very Good","I","VS2",62.8,59,11850,7.52,7.58,4.74 +"23792",2.08,"Premium","H","SI2",60,60,11851,8.31,8.28,4.98 +"23793",1.46,"Good","E","VS2",63.9,57,11851,7.06,7.12,4.53 +"23794",1.3,"Ideal","G","VVS2",60.9,57,11853,7.04,7.11,4.31 +"23795",1.52,"Premium","H","VS1",58.4,59,11853,7.55,7.52,4.4 +"23796",1.81,"Premium","G","SI1",62.3,58,11854,7.75,7.68,4.81 +"23797",2.06,"Good","J","SI1",64.1,56,11854,8.09,7.97,5.15 +"23798",1.5,"Premium","H","VVS2",62.9,59,11855,7.31,7.26,4.58 +"23799",1.51,"Ideal","H","VS1",60.8,57,11856,7.43,7.46,4.53 +"23800",1.61,"Ideal","G","SI1",62.4,55,11859,7.51,7.48,4.68 +"23801",1.42,"Premium","G","VS1",61.7,55,11861,7.29,7.24,4.48 +"23802",1.5,"Premium","D","SI1",62.1,60,11863,7.28,7.22,4.5 +"23803",1.5,"Premium","D","SI1",61,61,11863,7.32,7.28,4.45 +"23804",1.5,"Very Good","D","SI1",63.1,57,11863,7.31,7.24,4.59 +"23805",1.65,"Premium","G","SI1",61,58,11864,7.66,7.62,4.66 +"23806",1.67,"Very Good","I","VS1",61.6,59.1,11867,7.61,7.64,4.7 +"23807",1.73,"Premium","G","VS1",61.6,60,11867,7.67,7.62,4.71 +"23808",1.35,"Premium","G","VVS2",60.2,59,11868,7.2,7.16,4.32 +"23809",1.55,"Ideal","I","VVS1",62.1,56,11869,7.36,7.43,4.59 +"23810",1.7,"Good","H","SI1",63.9,56,11869,7.61,7.53,4.84 +"23811",1.22,"Ideal","F","VVS2",62.2,54,11870,6.83,6.87,4.26 +"23812",1.55,"Premium","E","SI1",60.1,58,11871,7.55,7.5,4.52 +"23813",1.51,"Premium","E","SI1",63,58,11873,7.33,7.27,4.6 +"23814",1.71,"Very Good","D","SI2",63.5,59,11873,7.57,7.59,4.81 +"23815",1.53,"Very Good","D","SI1",59.2,57,11873,7.52,7.55,4.46 +"23816",1.5,"Premium","F","SI1",62.9,59,11878,7.34,7.29,4.6 +"23817",1.5,"Very Good","I","VS1",63.3,54,11879,7.26,7.33,4.62 +"23818",1.22,"Ideal","F","VVS2",62.7,54,11880,6.79,6.84,4.27 +"23819",1.2,"Ideal","E","VVS2",61.5,57,11883,6.79,6.89,4.21 +"23820",1.83,"Premium","I","SI1",62.9,55,11883,7.9,7.78,4.93 +"23821",1.17,"Ideal","F","VVS1",62.1,57,11886,6.82,6.73,4.21 +"23822",2.08,"Ideal","I","SI2",62,56,11886,8.21,8.1,5.06 +"23823",1.7,"Premium","I","VS2",62.2,58,11888,7.65,7.6,4.74 +"23824",1.09,"Ideal","F","IF",61.6,55,11888,6.59,6.65,4.08 +"23825",1.68,"Ideal","E","SI2",60.4,55,11888,7.79,7.7,4.68 +"23826",1.54,"Premium","F","SI1",60.9,59,11897,7.56,7.46,4.57 +"23827",2,"Premium","J","SI2",61.9,55,11899,8.09,8.06,5 +"23828",2,"Premium","J","SI2",59.8,60,11899,8.13,8.09,4.85 +"23829",1.56,"Premium","F","SI1",60.7,59,11901,7.55,7.45,4.55 +"23830",2.01,"Premium","F","SI2",62,60,11903,7.88,7.82,4.87 +"23831",1.52,"Very Good","H","VVS2",63,60,11904,7.25,7.3,4.58 +"23832",1.27,"Premium","F","VVS2",61.3,60,11905,6.99,6.9,4.26 +"23833",1.18,"Ideal","E","VVS2",61.5,57,11906,6.8,6.75,4.17 +"23834",1.52,"Very Good","H","VS1",63.5,60,11912,7.28,7.24,4.61 +"23835",1.2,"Very Good","F","VVS1",59.8,63,11913,6.82,6.8,4.07 +"23836",1.51,"Ideal","G","SI1",61.6,57,11917,7.34,7.31,4.52 +"23837",1.51,"Ideal","G","SI1",62.4,56,11917,7.36,7.33,4.59 +"23838",1.7,"Good","I","VS1",58,60,11921,7.84,7.88,4.56 +"23839",1.56,"Ideal","H","VS2",61.6,57,11922,7.51,7.45,4.61 +"23840",1.01,"Very Good","D","VVS1",63.9,56,11923,6.32,6.36,4.05 +"23841",1.51,"Very Good","G","VS2",62.8,57,11923,7.25,7.3,4.57 +"23842",2.1,"Fair","G","SI2",65,56,11923,8.09,7.98,5.21 +"23843",1.7,"Ideal","E","SI2",59.6,59,11924,7.73,7.83,4.64 +"23844",2.01,"Very Good","F","SI2",63.3,59,11925,7.98,7.89,5.02 +"23845",1.6,"Premium","G","SI1",62.2,58,11926,7.5,7.44,4.65 +"23846",1.58,"Ideal","G","SI1",62.2,55,11927,7.44,7.5,4.65 +"23847",1.23,"Ideal","F","VVS2",61.9,55,11927,6.92,6.89,4.27 +"23848",1.5,"Very Good","D","SI1",62,63,11933,7.27,7.31,4.52 +"23849",1.51,"Very Good","H","VVS2",63.1,59,11934,7.28,7.26,4.59 +"23850",2,"Fair","G","SI1",65.5,58,11935,7.82,7.73,5.09 +"23851",1.5,"Very Good","E","VS2",61.9,57,11939,7.31,7.38,4.55 +"23852",1.51,"Ideal","D","SI1",61.9,57,11942,7.42,7.35,4.57 +"23853",1.56,"Ideal","F","SI1",62.7,57,11943,7.34,7.39,4.62 +"23854",1.36,"Very Good","F","VS1",62.7,60,11946,7.05,7.02,4.41 +"23855",1.52,"Ideal","H","VS1",60.1,60,11946,7.54,7.51,4.52 +"23856",1.05,"Premium","E","IF",59,58,11946,6.7,6.66,3.94 +"23857",2.1,"Fair","G","SI2",61.4,66,11946,8.26,8.19,5.05 +"23858",1.8,"Premium","I","SI1",61.9,60,11948,7.78,7.74,4.8 +"23859",1.5,"Good","E","SI1",63.9,54,11948,7.26,7.2,4.62 +"23860",1.51,"Ideal","F","SI1",62.4,56,11950,7.34,7.4,4.6 +"23861",2.03,"Ideal","J","SI2",63.2,55,11951,7.99,8.03,5.06 +"23862",2.01,"Good","I","VS2",64.3,60,11954,7.91,7.86,5.07 +"23863",1.34,"Ideal","G","VVS2",62,55,11955,7.02,7.08,4.37 +"23864",1.36,"Ideal","G","VVS2",61.1,57,11956,7.2,7.14,4.38 +"23865",1.51,"Premium","F","SI1",63,58,11957,7.32,7.28,4.6 +"23866",1.55,"Very Good","F","SI1",63.1,56,11957,7.4,7.38,4.66 +"23867",1.51,"Premium","F","SI1",60.6,61,11957,7.41,7.37,4.48 +"23868",1.71,"Premium","I","VS2",62.8,59,11958,7.58,7.52,4.74 +"23869",2.02,"Premium","F","SI2",61,59,11962,8.2,8.13,4.98 +"23870",1.63,"Ideal","I","VS2",61.8,56,11963,7.56,7.59,4.68 +"23871",1.77,"Premium","F","SI1",60.3,59,11965,7.94,7.87,4.77 +"23872",2,"Fair","J","VS2",65.4,58,11966,7.96,7.75,5.14 +"23873",2,"Premium","J","VS2",62.9,60,11966,7.99,7.95,5.01 +"23874",1.51,"Ideal","H","VS1",62.3,57,11967,7.34,7.29,4.55 +"23875",2.03,"Very Good","J","SI2",61.7,61,11968,8.04,8.18,5 +"23876",2.03,"Very Good","J","SI2",60.9,60,11968,8.1,8.21,4.97 +"23877",1.73,"Premium","H","SI1",62.4,58,11969,7.61,7.64,4.76 +"23878",2.24,"Premium","J","VS1",60.9,58,11970,8.46,8.41,5.14 +"23879",1.82,"Very Good","G","SI2",61.3,58,11971,7.83,7.94,4.83 +"23880",1.52,"Ideal","F","SI1",62.3,55.1,11971,7.29,7.39,4.58 +"23881",1.27,"Ideal","F","VS1",61.6,55,11973,6.97,7.03,4.31 +"23882",1.31,"Ideal","G","VVS2",61.3,58,11975,7.03,7.07,4.32 +"23883",2,"Premium","H","SI2",62.8,57,11975,8.05,8.01,5.04 +"23884",1.67,"Ideal","I","VS1",61.6,59,11975,7.64,7.61,4.7 +"23885",1.57,"Premium","D","SI1",62.2,59,11976,7.37,7.45,4.61 +"23886",1.52,"Premium","H","VVS2",61.2,58,11979,7.48,7.41,4.56 +"23887",1.53,"Premium","H","VVS2",60.4,60,11982,7.41,7.46,4.49 +"23888",2.15,"Premium","G","SI2",61.2,58,11985,8.42,8.3,5.1 +"23889",1.52,"Very Good","G","VS2",63.4,58,11986,7.31,7.24,4.61 +"23890",2.4,"Ideal","I","SI2",62.8,57,11988,8.52,8.49,5.34 +"23891",2,"Ideal","H","SI2",59.7,57,11988,8.29,8.22,4.93 +"23892",2,"Good","J","SI1",64.2,61,11988,7.72,7.69,4.95 +"23893",2,"Ideal","G","SI2",62.2,57,11988,8.13,8,5.02 +"23894",1.63,"Very Good","G","SI1",62.5,58,11990,7.48,7.44,4.66 +"23895",1.57,"Very Good","F","SI1",60.3,57,11998,7.55,7.6,4.57 +"23896",1.53,"Ideal","F","SI1",61.6,56,11999,7.34,7.39,4.54 +"23897",1.5,"Very Good","E","SI1",60.4,59,12000,7.35,7.39,4.45 +"23898",1.57,"Ideal","H","VS2",61.8,55,12004,7.45,7.49,4.62 +"23899",1.5,"Very Good","G","VS1",63.4,59,12005,7.25,7.19,4.58 +"23900",1.31,"Ideal","G","VS1",61.6,57,12008,6.99,7.04,4.32 +"23901",1.5,"Ideal","G","SI1",61,57,12009,7.38,7.41,4.51 +"23902",1.75,"Very Good","D","SI2",60.7,57,12012,7.78,7.83,4.74 +"23903",1.52,"Premium","H","VVS2",63,60,12013,7.3,7.25,4.58 +"23904",1.5,"Very Good","G","VS2",60.5,57,12014,7.39,7.43,4.48 +"23905",1.11,"Ideal","D","VVS2",63,57,12016,6.58,6.65,4.17 +"23906",2.03,"Premium","F","SI2",60.9,59,12021,8.15,8.11,4.95 +"23907",1.61,"Very Good","G","SI1",62.6,56,12028,7.44,7.54,4.69 +"23908",2.12,"Very Good","J","SI2",62.3,61,12030,8.16,8.21,5.1 +"23909",1.5,"Premium","F","SI1",62.2,58,12030,7.34,7.29,4.55 +"23910",1.7,"Very Good","E","SI2",63.3,57,12030,7.59,7.51,4.78 +"23911",1.7,"Ideal","I","VS1",63,55,12030,7.75,7.54,4.76 +"23912",1.7,"Premium","I","VS1",58,60,12030,7.88,7.84,4.56 +"23913",1.02,"Ideal","E","IF",62.2,56,12030,6.44,6.38,3.99 +"23914",1.07,"Ideal","E","VVS2",61.3,56,12031,6.57,6.62,4.04 +"23915",1.74,"Good","H","SI1",60.6,62,12032,7.74,7.8,4.71 +"23916",1.02,"Ideal","E","VVS1",62.2,58,12035,6.42,6.44,4 +"23917",1.22,"Ideal","E","VVS2",63,55,12036,6.83,6.78,4.29 +"23918",1.52,"Very Good","G","VS2",62.9,60,12038,7.28,7.31,4.59 +"23919",1.54,"Premium","G","SI1",61,59,12044,7.38,7.43,4.52 +"23920",1.52,"Premium","H","VS1",60.6,58,12047,7.46,7.39,4.5 +"23921",1.59,"Ideal","H","VS1",61.8,57,12047,7.42,7.49,4.61 +"23922",2.01,"Premium","J","SI2",60.8,58,12048,8.19,8.13,4.96 +"23923",2.01,"Premium","J","SI1",60.9,58,12048,8.15,8.07,4.94 +"23924",2.01,"Premium","J","SI1",62.3,59,12048,8.03,7.97,4.98 +"23925",2.01,"Ideal","J","SI1",62.1,56,12048,8.08,8.03,5 +"23926",1.74,"Premium","D","SI2",61.9,58,12052,7.73,7.67,4.77 +"23927",1.06,"Ideal","D","VVS2",62,56,12053,6.53,6.57,4.06 +"23928",1.5,"Ideal","H","VS1",61.2,56,12055,7.39,7.4,4.52 +"23929",1.73,"Premium","H","SI1",62,59,12058,7.68,7.59,4.73 +"23930",1.24,"Ideal","F","VVS2",62,57,12059,6.86,6.91,4.27 +"23931",1.5,"Very Good","D","SI1",60,59,12060,7.41,7.46,4.46 +"23932",1.54,"Ideal","H","VVS2",62.6,56,12061,7.35,7.42,4.62 +"23933",1.28,"Ideal","F","VS1",61.5,55,12061,6.98,7.01,4.3 +"23934",1.76,"Premium","D","SI1",61,60,12063,7.76,7.68,4.77 +"23935",2.09,"Premium","H","SI1",60.5,61,12063,8.32,8.25,5.01 +"23936",1.26,"Ideal","G","VVS2",61.4,55,12066,6.96,6.99,4.29 +"23937",1.51,"Premium","G","VS2",61.4,58,12068,7.4,7.3,4.51 +"23938",1.5,"Premium","D","SI1",62.4,58,12069,7.27,7.31,4.55 +"23939",1.52,"Ideal","F","SI1",62,54,12071,7.36,7.44,4.59 +"23940",2.5,"Premium","H","SI2",62.7,59,12071,8.65,8.61,5.41 +"23941",1.51,"Ideal","H","VS1",62.5,54,12071,7.28,7.34,4.57 +"23942",1.68,"Ideal","G","SI1",61.6,55,12075,7.69,7.64,4.72 +"23943",2.03,"Premium","J","SI2",60.9,60,12078,8.21,8.1,4.97 +"23944",2.03,"Premium","J","SI2",61.7,61,12078,8.18,8.04,5 +"23945",1.73,"Premium","H","SI1",62.4,58,12079,7.64,7.61,4.76 +"23946",1.22,"Ideal","G","VVS1",61.5,56,12081,6.86,6.9,4.23 +"23947",1.82,"Premium","G","SI2",61.3,58,12081,7.94,7.83,4.83 +"23948",1.56,"Ideal","H","SI1",62.2,55,12082,7.41,7.45,4.62 +"23949",2.01,"Very Good","J","SI1",61.6,60,12084,7.99,8.02,4.93 +"23950",2.01,"Very Good","J","SI1",62.2,59,12084,7.93,8.01,4.96 +"23951",1.6,"Premium","H","VS1",62.5,58,12084,7.47,7.37,4.64 +"23952",1.51,"Premium","G","VS1",63,59,12085,7.24,7.19,4.55 +"23953",1.61,"Ideal","F","SI1",62.6,58,12085,7.44,7.48,4.67 +"23954",1.55,"Ideal","H","VS1",60.6,57,12087,7.51,7.47,4.54 +"23955",1.64,"Ideal","I","VS1",62.1,55,12089,7.57,7.59,4.71 +"23956",1.53,"Premium","H","VVS2",60.4,60,12092,7.46,7.41,4.49 +"23957",1.44,"Ideal","G","VS1",62.6,57,12093,7.21,7.19,4.51 +"23958",2.02,"Very Good","G","SI2",63.1,57,12094,8.01,7.97,5.04 +"23959",1.32,"Ideal","G","VS1",61.6,57,12094,6.97,7.05,4.32 +"23960",2.04,"Very Good","J","VS2",59.9,59,12095,8.25,8.32,4.96 +"23961",2.54,"Very Good","I","SI2",63.4,56,12095,8.68,8.64,5.49 +"23962",1.56,"Very Good","H","VVS2",63.3,58,12098,7.3,7.35,4.64 +"23963",1.57,"Premium","H","VVS2",62.1,56,12098,7.47,7.43,4.63 +"23964",1.08,"Ideal","E","VVS1",61,56,12098,6.66,6.62,4.05 +"23965",1.7,"Ideal","I","VS1",60.1,57,12099,7.8,7.77,4.68 +"23966",2.18,"Very Good","F","SI2",63.4,60,12099,8.2,8.17,5.19 +"23967",1.18,"Very Good","E","VVS2",61.5,58,12100,6.78,6.87,4.2 +"23968",1.28,"Premium","E","VS1",60.8,60,12100,7.03,6.98,4.26 +"23969",1.51,"Ideal","G","VS2",60.8,54,12100,7.45,7.43,4.52 +"23970",2.15,"Very Good","I","SI2",63.4,56,12100,8.2,8.15,5.18 +"23971",2.01,"Premium","J","SI2",62.4,59,12105,8.05,8.1,5.04 +"23972",1.51,"Very Good","H","VS2",62.4,55.6,12108,7.28,7.33,4.56 +"23973",2.02,"Premium","D","SI2",61.1,57,12108,8.12,8.05,4.94 +"23974",1.53,"Ideal","F","SI1",61.6,56,12109,7.39,7.34,4.54 +"23975",1.21,"Ideal","E","VS1",61.7,56,12111,6.82,6.85,4.22 +"23976",1.57,"Premium","F","SI1",60.4,59,12112,7.57,7.54,4.56 +"23977",1.7,"Good","H","VS2",63.3,57,12117,7.54,7.59,4.79 +"23978",2.06,"Ideal","H","SI2",61.5,56,12119,8.23,8.18,5.04 +"23979",2.1,"Good","H","SI1",63.7,61,12121,8.1,8.07,5.15 +"23980",2.1,"Good","H","SI1",63.7,61,12121,8.1,8.07,5.15 +"23981",1.52,"Ideal","H","VVS2",61.8,58,12123,7.41,7.35,4.56 +"23982",1.75,"Ideal","I","VS2",61,56,12127,7.75,7.82,4.75 +"23983",2.12,"Premium","J","SI2",62.3,61,12140,8.21,8.16,5.1 +"23984",1.51,"Very Good","F","SI1",62.6,57,12141,7.25,7.31,4.56 +"23985",1.56,"Ideal","H","VS2",60.7,57,12146,7.49,7.53,4.56 +"23986",1.5,"Ideal","I","VVS2",60.8,57,12148,7.38,7.42,4.5 +"23987",1.52,"Premium","G","VS2",62.9,60,12148,7.31,7.28,4.59 +"23988",1.13,"Ideal","D","VVS2",60.1,57,12150,6.78,6.83,4.09 +"23989",1.13,"Ideal","D","VVS2",61.7,57,12150,6.65,6.68,4.11 +"23990",1.46,"Premium","G","VS1",62.3,58,12151,7.2,7.25,4.5 +"23991",1.5,"Very Good","H","VS1",59.6,60,12152,7.39,7.42,4.41 +"23992",1.12,"Premium","D","VVS2",59.8,58,12152,6.87,6.77,4.08 +"23993",1.51,"Ideal","F","SI1",61.5,55,12152,7.39,7.35,4.53 +"23994",1.52,"Ideal","F","SI1",61.2,55,12153,7.4,7.43,4.54 +"23995",2.03,"Ideal","G","SI2",61.5,57,12154,8.15,8.07,4.99 +"23996",1.63,"Ideal","H","VS2",62.4,55,12155,7.53,7.57,4.71 +"23997",1.5,"Very Good","G","VS2",62.1,57,12156,7.21,7.31,4.51 +"23998",1.56,"Premium","E","VS2",61.5,58,12156,7.47,7.43,4.58 +"23999",1.59,"Ideal","H","VS1",61.8,57,12157,7.49,7.42,4.61 +"24000",1.52,"Ideal","G","VS2",61.3,59,12161,7.35,7.4,4.52 +"24001",1.9,"Ideal","I","SI2",60.9,55,12165,8,8.06,4.89 +"24002",2.1,"Ideal","I","SI1",61.6,57,12168,8.24,8.15,5.05 +"24003",1.74,"Premium","I","VS2",58.6,59,12168,7.99,7.87,4.65 +"24004",2,"Premium","H","SI2",62.7,58,12168,8.06,8.01,5.04 +"24005",1.58,"Ideal","H","VS2",61.4,56,12170,7.48,7.54,4.62 +"24006",1.54,"Ideal","H","VVS2",62.6,56,12171,7.42,7.35,4.62 +"24007",1.63,"Ideal","I","VVS2",62.3,54.7,12174,7.49,7.52,4.69 +"24008",1.18,"Very Good","F","VVS1",60.4,59,12175,6.82,6.86,4.13 +"24009",1.5,"Very Good","D","SI1",61,59,12179,7.33,7.39,4.49 +"24010",2.11,"Ideal","H","SI2",61.5,57,12179,8.3,8.25,5.09 +"24011",1.5,"Premium","D","SI1",62.4,58,12179,7.31,7.27,4.55 +"24012",2.08,"Ideal","J","SI2",62.3,55,12179,8.23,8.17,5.11 +"24013",2.01,"Premium","I","SI2",62.3,59,12182,8.01,7.97,4.98 +"24014",1.52,"Ideal","F","SI1",62,54,12182,7.44,7.36,4.59 +"24015",1.52,"Ideal","F","SI1",62.2,56,12183,7.41,7.31,4.58 +"24016",1.09,"Ideal","D","VVS2",61.3,57,12185,6.61,6.66,4.07 +"24017",1.62,"Ideal","I","VVS1",61.5,58,12186,7.54,7.56,4.64 +"24018",1.7,"Ideal","D","SI1",60,54,12190,7.76,7.71,4.64 +"24019",1.15,"Ideal","E","VVS2",61.5,57,12193,6.72,6.75,4.14 +"24020",1.54,"Ideal","F","SI1",61.9,56,12195,7.44,7.38,4.59 +"24021",1.4,"Very Good","E","VS1",59.1,57,12196,7.28,7.38,4.33 +"24022",1.5,"Very Good","G","VS2",61.2,61,12196,7.29,7.34,4.48 +"24023",2.1,"Very Good","J","SI2",62,62,12196,8.17,8.23,5.08 +"24024",2,"Very Good","J","SI1",62.2,59,12196,7.92,7.97,4.94 +"24025",1.8,"Good","F","SI2",57.9,58,12196,8.08,8.13,4.69 +"24026",1.5,"Premium","G","VS2",62.5,59,12196,7.28,7.32,4.56 +"24027",1.54,"Premium","H","IF",62.5,58,12196,7.33,7.38,4.6 +"24028",1.64,"Ideal","I","VS2",60.6,57,12199,7.66,7.69,4.65 +"24029",1.11,"Very Good","D","VVS1",62.5,58,12200,6.67,6.6,4.15 +"24030",1.51,"Premium","F","VS2",61.9,60,12202,7.29,7.25,4.5 +"24031",0.35,"Ideal","G","VS2",61,57,633,4.54,4.57,2.78 +"24032",0.4,"Ideal","J","VS1",62.1,53,633,4.75,4.78,2.96 +"24033",0.4,"Ideal","J","VS1",61.5,58,633,4.73,4.76,2.92 +"24034",0.4,"Ideal","J","VS1",62.2,54,633,4.72,4.76,2.95 +"24035",0.29,"Good","E","VVS2",62.7,61,633,4.2,4.22,2.64 +"24036",0.29,"Good","F","IF",56.8,65,633,4.37,4.4,2.49 +"24037",0.38,"Premium","I","VS2",62.5,58,633,4.58,4.61,2.87 +"24038",0.38,"Very Good","D","SI2",61.1,58,633,4.62,4.68,2.84 +"24039",0.38,"Premium","I","VS2",61.7,59,633,4.6,4.64,2.85 +"24040",0.38,"Premium","H","SI1",59.7,60,633,4.66,4.68,2.79 +"24041",0.38,"Very Good","D","SI2",59.2,61,633,4.67,4.72,2.78 +"24042",0.38,"Premium","I","VS2",61.8,59,633,4.61,4.64,2.86 +"24043",0.43,"Very Good","F","SI2",58.3,62,633,4.91,4.97,2.88 +"24044",0.38,"Good","H","SI1",63.3,57,633,4.58,4.62,2.91 +"24045",0.38,"Very Good","I","VS2",61.5,58,633,4.61,4.62,2.84 +"24046",0.38,"Very Good","H","SI1",61.2,62,633,4.62,4.66,2.84 +"24047",0.38,"Ideal","D","SI2",61.1,56,633,4.65,4.71,2.86 +"24048",0.38,"Premium","I","VS2",60.2,58,633,4.69,4.75,2.84 +"24049",0.38,"Very Good","D","SI2",62.1,55,633,4.62,4.65,2.88 +"24050",0.38,"Very Good","E","SI2",61.6,57,633,4.61,4.65,2.85 +"24051",0.36,"Very Good","F","VS2",63.1,56,634,4.5,4.53,2.85 +"24052",0.3,"Very Good","G","VVS1",62.8,55,635,4.28,4.31,2.7 +"24053",0.31,"Ideal","I","IF",60.9,57,635,4.39,4.44,2.69 +"24054",0.31,"Ideal","I","IF",61.7,55,635,4.36,4.39,2.7 +"24055",0.31,"Ideal","I","IF",60.9,57,635,4.37,4.4,2.67 +"24056",0.31,"Ideal","I","IF",62,54,635,4.38,4.4,2.72 +"24057",0.31,"Ideal","I","IF",62,54,635,4.36,4.42,2.72 +"24058",0.26,"Premium","E","VVS1",60.9,59,635,4.09,4.12,2.5 +"24059",0.38,"Premium","D","SI1",59.1,58,635,4.74,4.77,2.81 +"24060",0.26,"Ideal","E","VVS1",61.7,56,635,4.09,4.11,2.53 +"24061",1.5,"Ideal","D","SI1",60.3,57,12206,7.37,7.4,4.45 +"24062",1.56,"Very Good","F","SI1",61,58,12207,7.41,7.48,4.54 +"24063",1.37,"Ideal","G","VVS2",62.3,55.5,12207,7.05,7.14,4.43 +"24064",1.33,"Ideal","G","VVS2",62.6,57,12209,7.04,6.99,4.39 +"24065",1.7,"Ideal","I","VS1",60.1,57,12209,7.8,7.77,4.68 +"24066",2.01,"Ideal","J","SI1",62.7,56,12209,8.08,8.03,5.05 +"24067",2.01,"Premium","J","SI1",60.7,61,12209,8.15,8.1,4.93 +"24068",2,"Premium","H","SI2",58.9,57,12210,8.09,58.9,8.06 +"24069",1.51,"Ideal","G","VS2",60.8,54,12210,7.45,7.43,4.52 +"24070",1.28,"Premium","E","VS1",60.8,60,12210,7.03,6.98,4.26 +"24071",1.6,"Premium","H","VS1",60,59,12210,7.61,7.58,4.56 +"24072",2,"Ideal","E","SI2",62.3,56,12210,8.04,7.94,4.98 +"24073",2.21,"Very Good","J","SI2",60.6,62,12215,8.37,8.45,5.1 +"24074",2.01,"Good","H","SI2",57.6,60,12215,8.32,8.23,4.76 +"24075",1.51,"Ideal","H","VS2",62.4,56,12219,7.33,7.28,4.56 +"24076",2.18,"Very Good","I","SI2",63.3,58,12220,8.22,8.18,5.19 +"24077",2,"Very Good","I","SI2",63.7,61,12221,7.85,7.97,5.04 +"24078",1.71,"Good","E","SI1",63.8,58,12224,7.54,7.48,4.79 +"24079",1.51,"Premium","H","VVS1",60.6,60,12224,7.4,7.42,4.49 +"24080",1.51,"Very Good","E","SI1",60.3,58,12224,7.43,7.47,4.49 +"24081",1.65,"Ideal","H","VVS2",62.1,56,12225,7.68,7.65,4.76 +"24082",1.56,"Premium","D","SI1",62.6,58,12226,7.36,7.44,4.63 +"24083",2.11,"Ideal","H","SI2",60,56,12226,8.43,8.35,5.03 +"24084",1.53,"Premium","G","VS2",61.3,58,12228,7.48,7.4,4.56 +"24085",1.7,"Very Good","H","VS2",63.3,57,12228,7.59,7.54,4.79 +"24086",1.51,"Premium","G","VS2",59.2,61,12229,7.48,7.44,4.42 +"24087",2.01,"Very Good","H","SI2",63.2,59,12229,8.04,8,5.07 +"24088",1.21,"Ideal","F","VVS1",59.8,60,12230,6.95,6.89,4.14 +"24089",1.61,"Premium","D","SI1",59,60,12231,7.68,7.6,4.51 +"24090",1.52,"Premium","H","VVS2",62.8,57,12232,7.38,7.27,4.6 +"24091",1.51,"Premium","E","SI1",59.6,61,12236,7.53,7.43,4.46 +"24092",1.26,"Ideal","F","VVS2",62.3,57,12237,6.87,6.92,4.3 +"24093",1.75,"Premium","E","SI2",60.9,59,12238,7.78,7.75,4.73 +"24094",1.75,"Ideal","I","VS2",61,56,12238,7.82,7.75,4.75 +"24095",1.61,"Premium","H","VS1",62.5,58,12242,7.57,7.46,4.7 +"24096",1.91,"Fair","I","VS1",59.5,68,12244,8.1,7.91,4.78 +"24097",1.66,"Ideal","H","VS2",60.1,59,12244,7.67,7.64,4.6 +"24098",1.5,"Very Good","E","SI1",59.3,60,12247,7.4,7.5,4.42 +"24099",1.72,"Good","D","SI2",63.4,62,12248,7.53,7.59,4.79 +"24100",1.51,"Ideal","F","SI1",62.6,57,12252,7.31,7.25,4.56 +"24101",1.2,"Very Good","E","VVS2",59.5,54,12253,6.98,6.96,4.15 +"24102",1.33,"Ideal","G","VVS1",62.2,54,12255,7.02,7.06,4.38 +"24103",1.7,"Very Good","H","VS2",61.8,59,12257,7.58,7.66,4.71 +"24104",2.01,"Very Good","J","SI1",59.3,62,12257,8.15,8.2,4.85 +"24105",2.01,"Good","J","SI1",63.6,59,12257,7.96,8.01,5.08 +"24106",2.01,"Premium","G","SI2",60.8,61,12260,8.14,8.07,4.93 +"24107",1.46,"Premium","G","VS1",62.3,58,12261,7.25,7.2,4.5 +"24108",1.51,"Premium","D","SI1",61.1,60,12261,7.37,7.32,4.49 +"24109",1.13,"Ideal","D","VVS2",61.7,57,12261,6.68,6.65,4.11 +"24110",1.13,"Ideal","D","VVS2",60.1,57,12261,6.83,6.78,4.09 +"24111",1.5,"Ideal","E","SI1",60.4,59,12265,7.38,7.43,4.47 +"24112",2.02,"Very Good","J","SI1",63,56,12267,7.95,8.01,5.03 +"24113",2.03,"Premium","J","SI2",61.6,58,12268,8.12,8.15,5.01 +"24114",2.03,"Premium","J","SI2",62.7,59,12268,8.02,8.08,5.05 +"24115",2.31,"Premium","H","SI2",62.1,58,12269,8.55,8.47,5.29 +"24116",2.01,"Premium","H","SI1",60,60,12271,8.16,8.13,4.89 +"24117",2.01,"Very Good","G","SI2",63.3,56,12271,8.06,8.01,5.08 +"24118",2.01,"Very Good","I","SI1",63.5,55,12271,8.07,8.01,5.11 +"24119",1.05,"Ideal","F","VVS1",61.4,57,12273,6.51,6.53,4 +"24120",1.63,"Very Good","F","SI1",59.7,62,12282,7.65,7.73,4.59 +"24121",1.52,"Good","F","VS2",57.8,59,12283,7.58,7.5,4.36 +"24122",2.12,"Ideal","I","SI1",62.2,57,12284,8.21,8.14,5.08 +"24123",2.12,"Ideal","H","SI2",61.4,57,12284,8.28,8.24,5.07 +"24124",1.28,"Very Good","F","VVS2",58.9,57,12285,7.13,7.17,4.21 +"24125",2.36,"Good","J","SI2",58.9,64,12286,8.75,8.68,5.14 +"24126",1.76,"Very Good","H","SI1",63.1,59,12288,7.69,7.59,4.82 +"24127",1.51,"Very Good","I","IF",62.1,59,12291,7.25,7.31,4.52 +"24128",1.51,"Very Good","I","IF",62.2,62,12291,7.3,7.33,4.55 +"24129",2.09,"Very Good","H","SI2",60.1,63,12295,8.21,8.16,4.92 +"24130",1.62,"Ideal","G","SI1",62.2,56,12295,7.48,7.53,4.67 +"24131",1.59,"Very Good","H","VVS2",63,58,12297,7.43,7.48,4.7 +"24132",3.24,"Premium","H","I1",62.1,58,12300,9.44,9.4,5.85 +"24133",1.57,"Very Good","D","SI1",62.3,59,12304,7.39,7.44,4.62 +"24134",1.52,"Premium","E","SI1",62.5,59,12305,7.26,7.33,4.56 +"24135",1.54,"Premium","H","IF",62.5,58,12308,7.38,7.33,4.6 +"24136",1.5,"Premium","G","VS2",62.5,59,12308,7.32,7.28,4.56 +"24137",2,"Premium","J","SI1",62.2,59,12308,7.97,7.92,4.94 +"24138",1.5,"Premium","G","VS2",61.2,61,12308,7.34,7.29,4.48 +"24139",1.5,"Premium","G","VS2",62.9,54,12308,7.31,7.26,4.58 +"24140",1.54,"Premium","G","VS2",61.6,59,12308,7.46,7.4,4.58 +"24141",1.54,"Premium","G","VS2",61.1,59,12308,7.44,7.4,4.53 +"24142",2.1,"Premium","J","SI2",62,62,12308,8.23,8.17,5.08 +"24143",1.8,"Good","F","SI2",57.9,58,12308,8.13,8.08,4.69 +"24144",1.7,"Very Good","I","VS1",62.3,58.1,12311,7.57,7.66,4.74 +"24145",1.51,"Very Good","D","VS2",63.2,57,12311,7.27,7.25,4.59 +"24146",1.16,"Ideal","D","VVS2",61.9,55,12314,6.72,6.76,4.17 +"24147",1.05,"Ideal","F","VVS1",59,60,12315,6.62,6.67,3.92 +"24148",2.3,"Ideal","J","SI1",62.3,57,12316,8.41,8.34,5.22 +"24149",1.51,"Very Good","G","VS1",60.2,63,12317,7.36,7.39,4.44 +"24150",1.51,"Premium","E","SI1",62.4,59,12319,7.33,7.29,4.56 +"24151",1.51,"Good","G","VS1",64,57,12319,7.31,7.2,4.64 +"24152",1.57,"Ideal","F","SI1",61.1,55,12320,7.53,7.55,4.61 +"24153",2.17,"Premium","G","SI2",62.2,62,12321,8.32,8.24,5.15 +"24154",2.21,"Premium","J","SI2",60.6,62,12327,8.45,8.37,5.1 +"24155",1.67,"Ideal","H","VS2",61.7,55,12327,7.68,7.61,4.72 +"24156",2.02,"Ideal","H","SI1",62.3,56,12332,8.11,8.06,5.04 +"24157",1.58,"Ideal","H","VS2",61.4,56,12334,7.5,7.56,4.62 +"24158",1.51,"Premium","H","VVS1",60.6,60,12336,7.42,7.4,4.49 +"24159",1.51,"Premium","E","SI1",60.3,58,12336,7.47,7.43,4.49 +"24160",2.01,"Ideal","I","SI2",62.1,57,12338,8.07,8.03,5 +"24161",2.01,"Premium","I","SI2",62,56,12338,8.01,7.87,4.92 +"24162",2.01,"Premium","I","SI2",62,56,12338,8.01,7.87,4.92 +"24163",1.8,"Premium","D","SI1",61.2,58,12338,7.88,7.7,4.79 +"24164",1.71,"Premium","H","SI1",62.8,58,12338,7.62,7.53,4.76 +"24165",1.88,"Very Good","H","VS2",63.1,55,12339,7.86,7.81,4.94 +"24166",2.04,"Premium","H","SI1",62.2,60,12341,8.07,8,5 +"24167",1.37,"Ideal","G","VVS1",62.6,55,12342,7.07,7.12,4.44 +"24168",2,"Very Good","J","SI2",62.6,57,12342,7.95,7.99,4.99 +"24169",1.5,"Very Good","D","SI1",62.8,58,12342,7.28,7.31,4.58 +"24170",1.71,"Ideal","I","VS2",61.9,54,12342,7.65,7.75,4.77 +"24171",1.52,"Premium","D","SI1",58.4,60,12342,7.57,7.52,4.41 +"24172",1.33,"Premium","E","VS1",60.5,58,12342,7.15,7.1,4.31 +"24173",1.6,"Premium","F","SI1",60.5,58,12343,7.62,7.53,4.58 +"24174",1.33,"Ideal","G","VVS2",61.7,58,12345,7.04,7.07,4.35 +"24175",2.01,"Ideal","I","SI2",62.1,55,12349,8.12,8.08,5.03 +"24176",2.13,"Ideal","I","SI2",62.6,56,12356,8.21,8.14,5.12 +"24177",1.52,"Very Good","G","VS2",62.8,54,12359,7.26,7.36,4.59 +"24178",1.72,"Very Good","D","SI2",63.4,62,12360,7.59,7.53,4.79 +"24179",1.76,"Very Good","H","SI1",62.6,58,12361,7.7,7.66,4.81 +"24180",1.74,"Ideal","D","SI2",64.5,56,12361,7.56,7.54,4.87 +"24181",1.52,"Ideal","F","SI1",61.5,55,12364,7.41,7.44,4.57 +"24182",2.38,"Premium","J","SI1",62.4,58,12364,8.54,8.46,5.31 +"24183",2.01,"Premium","J","SI1",60.5,59,12369,8.12,8.01,4.88 +"24184",2.01,"Premium","J","SI1",59.3,62,12369,8.2,8.15,4.85 +"24185",2.01,"Good","J","SI1",63.6,59,12369,8.01,7.96,5.08 +"24186",2.31,"Very Good","J","SI2",60.7,63,12369,8.52,8.48,5.16 +"24187",1.55,"Ideal","F","SI1",62.1,54,12373,7.42,7.45,4.61 +"24188",1.21,"Ideal","D","VVS2",61.3,57,12375,6.85,6.88,4.21 +"24189",2.18,"Very Good","G","SI2",63.3,59,12377,8.25,8.2,5.2 +"24190",2.09,"Premium","F","SI2",61.3,59,12377,8.19,8.15,5.01 +"24191",2.09,"Premium","F","SI2",61.2,57,12377,8.26,8.21,5.04 +"24192",1.6,"Very Good","H","VS1",61.2,58.6,12378,7.48,7.63,4.62 +"24193",1.77,"Premium","I","VS2",62.3,58,12378,7.74,7.68,4.8 +"24194",1.83,"Very Good","E","SI2",62,57,12379,7.81,7.89,4.87 +"24195",1.6,"Ideal","F","SI1",62.2,55,12379,7.47,7.5,4.65 +"24196",2.03,"Premium","J","SI2",62.7,59,12380,8.08,8.02,5.05 +"24197",2.03,"Premium","J","SI2",61.6,58,12380,8.15,8.12,5.01 +"24198",2.1,"Very Good","J","SI2",59.1,58,12381,8.4,8.46,4.98 +"24199",1.53,"Very Good","E","SI1",62.6,57,12386,7.25,7.41,4.59 +"24200",1.53,"Very Good","E","SI1",60.8,60,12386,7.43,7.51,4.54 +"24201",2,"Premium","G","SI2",60.3,57,12388,8.25,8.06,4.92 +"24202",1.5,"Ideal","F","SI1",61.8,56,12389,7.27,7.34,4.52 +"24203",1.11,"Ideal","D","VVS2",62.3,56,12390,6.59,6.64,4.12 +"24204",2.01,"Very Good","J","SI1",62.4,59,12392,8.02,8.08,5.02 +"24205",2.01,"Very Good","J","SI1",60.3,58,12392,8.11,8.17,4.91 +"24206",1.57,"Very Good","H","SI1",62.4,58,12392,7.39,7.49,4.64 +"24207",1.52,"Ideal","D","VS2",61.6,57,12392,7.42,7.35,4.55 +"24208",1.69,"Very Good","I","VVS2",60.4,59,12394,7.7,7.73,4.66 +"24209",1.63,"Premium","F","SI1",59.7,62,12394,7.73,7.65,4.59 +"24210",1.72,"Very Good","I","VVS2",62.7,58,12396,7.54,7.6,4.75 +"24211",2.14,"Ideal","H","SI2",61.9,57,12400,8.34,8.28,5.14 +"24212",2.1,"Premium","J","VS2",58.3,54,12401,8.49,8.45,4.94 +"24213",1.54,"Ideal","I","VS1",61.3,55,12401,7.39,7.47,4.56 +"24214",2.05,"Very Good","H","SI2",63.1,58,12401,8.05,8,5.07 +"24215",1.4,"Premium","F","VS1",58.8,61,12401,7.35,7.32,4.31 +"24216",2.01,"Premium","J","SI2",62,59,12403,8.04,8.1,5 +"24217",1.67,"Ideal","I","VS2",61.9,57,12406,7.56,7.59,4.69 +"24218",2.01,"Premium","J","SI2",62.8,58,12407,8.09,8,5.05 +"24219",2.01,"Premium","J","SI2",61.4,60,12407,8.14,8.07,4.98 +"24220",1.59,"Premium","H","VVS2",63,58,12409,7.48,7.43,4.7 +"24221",1.53,"Ideal","F","SI1",62.6,55,12415,7.39,7.37,4.62 +"24222",1.75,"Premium","I","VS1",60.6,60,12416,7.8,7.84,4.74 +"24223",1.71,"Ideal","H","SI1",61.4,57,12416,7.63,7.74,4.72 +"24224",1.57,"Premium","D","SI1",62.3,59,12417,7.44,7.39,4.62 +"24225",1.24,"Ideal","D","VS1",61.6,55,12417,6.92,6.9,4.26 +"24226",1.52,"Premium","E","SI1",62.5,59,12418,7.33,7.26,4.56 +"24227",2.01,"Good","H","SI2",63.7,59,12423,7.89,7.84,5.01 +"24228",2.01,"Premium","H","SI2",60.8,59,12423,8.08,8,4.89 +"24229",2.01,"Very Good","H","SI2",62.2,63,12423,8.01,7.93,4.96 +"24230",1.62,"Good","H","VS2",61.5,60.8,12429,7.48,7.53,4.62 +"24231",1.51,"Very Good","G","VS1",60.2,63,12430,7.39,7.36,4.44 +"24232",2.02,"Premium","J","SI1",61.6,58,12431,8.14,8.1,5 +"24233",1.52,"Ideal","E","SI1",62.8,55,12431,7.3,7.35,4.6 +"24234",1.57,"Ideal","F","SI1",61.1,55,12432,7.55,7.53,4.61 +"24235",2,"Ideal","J","SI1",62.4,54,12433,8.02,8.09,5.03 +"24236",1.51,"Ideal","H","IF",62.7,56,12437,7.26,7.38,4.59 +"24237",1.51,"Premium","G","VS2",60.7,60,12437,7.36,7.4,4.48 +"24238",2.11,"Premium","J","SI2",61,58,12440,8.2,8.29,5.03 +"24239",2.11,"Premium","J","SI2",60.7,60,12440,8.2,8.27,5 +"24240",1.9,"Ideal","H","VS2",61.7,55,12443,7.9,7.81,4.85 +"24241",1.15,"Ideal","E","VVS1",60.9,56,12447,6.79,6.8,4.14 +"24242",2.01,"Fair","G","SI2",56.2,63,12450,8.28,8.23,4.64 +"24243",1.72,"Very Good","I","VS1",60.5,59,12451,7.72,7.76,4.68 +"24244",2.08,"Premium","H","SI2",59.7,59,12454,8.38,8.29,4.98 +"24245",2.04,"Fair","E","SI2",67.4,56,12454,7.8,7.76,5.24 +"24246",2.04,"Premium","H","SI1",60.6,61,12454,8.15,8.09,4.92 +"24247",1.37,"Ideal","G","VVS1",62.6,55,12455,7.12,7.07,4.44 +"24248",1.14,"Ideal","G","IF",59,59,12458,6.81,6.91,4.05 +"24249",2.15,"Premium","H","SI2",62.2,56,12458,8.29,8.2,5.13 +"24250",1.58,"Very Good","H","VVS2",60.9,58,12459,7.56,7.65,4.63 +"24251",1.53,"Ideal","H","VS1",61.3,57,12459,7.38,7.41,4.53 +"24252",1.51,"Ideal","F","SI1",62.3,57,12459,7.33,7.3,4.56 +"24253",1.39,"Ideal","G","VVS2",61.4,54,12462,7.22,7.3,4.44 +"24254",1.28,"Ideal","E","VS1",62.2,55,12465,6.94,6.99,4.33 +"24255",1.5,"Ideal","F","SI1",62,60,12466,7.32,7.29,4.53 +"24256",1.6,"Good","E","SI1",63.6,58,12467,7.38,7.44,4.71 +"24257",1.3,"Ideal","G","IF",62.3,56,12467,6.95,6.99,4.34 +"24258",1.5,"Ideal","G","VS2",62.6,56,12468,7.3,7.26,4.56 +"24259",2.4,"Ideal","J","SI1",62,57,12468,8.53,8.47,5.27 +"24260",1.5,"Very Good","E","VS2",59.4,62,12474,7.4,7.48,4.42 +"24261",1.52,"Ideal","F","SI1",61.5,55,12477,7.44,7.41,4.57 +"24262",1.58,"Very Good","H","VS1",60.3,62,12483,7.53,7.57,4.55 +"24263",2.02,"Ideal","H","SI2",62.1,56,12485,8.13,8.09,5.04 +"24264",1.51,"Good","G","VS1",63.1,55,12489,7.3,7.34,4.62 +"24265",1.51,"Good","E","SI1",63.6,56,12490,7.34,7.23,4.63 +"24266",1.83,"Premium","E","SI2",62,57,12492,7.89,7.81,4.87 +"24267",2.03,"Premium","J","SI1",60.1,58,12492,8.26,8.21,4.95 +"24268",1.71,"Very Good","H","VS2",58.8,60,12493,7.8,7.85,4.6 +"24269",1.36,"Ideal","F","VVS2",61.6,56,12494,7.08,7.17,4.39 +"24270",2.1,"Premium","J","SI2",59.1,58,12494,8.46,8.4,4.98 +"24271",1.65,"Ideal","I","VS2",61.5,57,12495,7.59,7.65,4.69 +"24272",1.52,"Premium","G","VVS1",62.7,59,12498,7.32,7.35,4.6 +"24273",1.53,"Premium","E","SI1",62.6,57,12499,7.41,7.25,4.59 +"24274",2.3,"Premium","J","SI1",59.6,59,12499,8.61,8.56,5.12 +"24275",1.53,"Premium","E","SI1",60.8,60,12499,7.51,7.43,4.54 +"24276",2.58,"Fair","F","SI2",65.2,59,12500,8.58,8.51,5.57 +"24277",1.52,"Premium","D","SI1",60.2,58,12502,7.49,7.46,4.5 +"24278",1.57,"Ideal","G","VS2",62.7,55,12506,7.42,7.49,4.68 +"24279",2.22,"Fair","G","SI2",64.4,58,12508,8.32,8.15,5.3 +"24280",1.72,"Premium","I","VVS2",62.7,58,12509,7.6,7.54,4.75 +"24281",1.58,"Premium","F","SI1",61.4,61,12512,7.48,7.45,4.58 +"24282",2.05,"Very Good","G","SI1",63.4,58,12515,8.03,7.96,5.07 +"24283",2,"Premium","G","SI2",59.1,59,12521,8.2,8.14,4.83 +"24284",1.54,"Premium","G","VS2",59.8,58,12522,7.45,7.49,4.47 +"24285",1.5,"Very Good","F","VS2",61.3,58,12526,7.24,7.29,4.45 +"24286",1.75,"Premium","I","VS1",60.6,60,12529,7.84,7.8,4.74 +"24287",1.58,"Premium","G","VS1",62.1,59,12530,7.43,7.46,4.62 +"24288",1.51,"Premium","E","SI1",61.5,58,12530,7.33,7.38,4.52 +"24289",1.75,"Ideal","I","VS2",61.6,55,12531,7.72,7.77,4.77 +"24290",2.03,"Premium","J","SI2",62.7,59,12531,8.08,8.02,5.05 +"24291",1.23,"Ideal","E","VVS2",61.7,57,12539,6.85,6.91,4.25 +"24292",1.06,"Ideal","F","IF",61.9,55,12539,6.54,6.57,4.06 +"24293",2.01,"Premium","J","VS2",61.8,61,12541,8.06,7.97,4.95 +"24294",1.62,"Ideal","H","VS2",61.5,61,12542,7.53,7.48,4.62 +"24295",1.13,"Premium","F","IF",60,58,12543,6.78,6.76,4.06 +"24296",1.07,"Ideal","D","VVS2",60.3,56,12545,6.63,6.68,4.01 +"24297",1.51,"Ideal","F","SI1",62.8,57,12545,7.28,7.33,4.59 +"24298",3.22,"Ideal","I","I1",62.6,55,12545,9.49,9.42,5.92 +"24299",1.6,"Good","H","VS1",59.9,61,12546,7.59,7.56,4.54 +"24300",1.47,"Very Good","E","VS2",62.4,59,12547,7.13,7.2,4.47 +"24301",1.57,"Good","G","VS2",57.8,60,12547,7.66,7.6,4.41 +"24302",1.13,"Premium","F","IF",59.8,60,12549,6.82,6.76,4.06 +"24303",1.51,"Premium","G","VS2",60.7,60,12551,7.4,7.36,4.48 +"24304",1.51,"Very Good","G","VS2",58.7,63,12551,7.45,7.4,4.36 +"24305",1.51,"Ideal","G","VS2",62.1,54,12551,7.34,7.31,4.55 +"24306",1.51,"Very Good","G","VS2",63.1,56,12551,7.33,7.29,4.61 +"24307",2,"Good","H","SI2",63.8,59,12554,7.93,7.88,5.04 +"24308",2.11,"Premium","J","SI2",60.7,60,12554,8.27,8.2,5 +"24309",2,"Fair","H","SI2",65.9,58,12554,7.84,7.8,5.15 +"24310",2.04,"Ideal","J","SI1",59.1,59,12554,8.29,8.24,4.88 +"24311",2.11,"Premium","J","SI2",61,58,12554,8.29,8.2,5.03 +"24312",2,"Good","I","SI1",63.9,57,12554,8.01,7.91,5.09 +"24313",1.64,"Very Good","F","SI1",62.8,59,12555,7.51,7.53,4.72 +"24314",1.21,"Ideal","F","VVS1",61.1,57,12556,6.87,6.91,4.21 +"24315",1.73,"Very Good","I","VS1",62.2,59,12559,7.62,7.65,4.75 +"24316",1.64,"Ideal","H","VS2",60.6,57,12561,7.71,7.67,4.66 +"24317",2.01,"Ideal","J","SI2",62.9,54,12565,8.03,8.07,5.06 +"24318",1.6,"Ideal","H","VS1",61.4,57,12566,7.53,7.59,4.64 +"24319",1.51,"Premium","G","VS2",62,57,12571,7.38,7.33,4.56 +"24320",2.03,"Ideal","G","SI2",62.2,57,12573,8.09,8.06,5.03 +"24321",1.5,"Ideal","G","VS1",61,57,12576,7.32,7.4,4.49 +"24322",2,"Premium","D","SI2",59.3,62,12576,8.12,8.06,4.8 +"24323",1.27,"Ideal","F","VVS2",62.2,54,12576,6.92,6.95,4.31 +"24324",1.6,"Good","E","SI1",63.6,58,12581,7.44,7.38,4.71 +"24325",1.01,"Very Good","D","IF",63.3,55,12581,6.36,6.28,4 +"24326",1.54,"Fair","E","SI1",64.7,56,12581,7.28,7.22,4.69 +"24327",1.25,"Ideal","F","VVS1",62.2,56,12584,6.89,6.93,4.3 +"24328",1.5,"Premium","E","VS2",59.4,62,12587,7.48,7.4,4.42 +"24329",3.5,"Ideal","H","I1",62.8,57,12587,9.65,9.59,6.03 +"24330",2,"Ideal","H","SI2",61.5,57,12587,8.04,8,4.93 +"24331",2.02,"Ideal","J","SI1",62.4,56,12591,8.03,8.19,5.06 +"24332",2.02,"Fair","I","SI2",64.5,60,12592,7.94,7.82,5.08 +"24333",1.54,"Premium","G","SI1",61,59,12592,7.43,7.38,4.52 +"24334",1.52,"Very Good","G","VS2",60.8,57,12596,7.41,7.49,4.53 +"24335",2.02,"Very Good","J","SI1",59.8,59.9,12598,8.16,8.21,4.9 +"24336",1.53,"Premium","G","VS2",61.8,59,12602,7.31,7.45,4.56 +"24337",1.51,"Very Good","G","VS1",63.1,55,12603,7.34,7.3,4.62 +"24338",1.74,"Ideal","H","SI1",61.9,55,12605,7.71,7.74,4.78 +"24339",1.5,"Fair","D","VS2",65.4,53,12606,7.12,7.1,4.65 +"24340",2.01,"Ideal","I","SI1",62.9,55,12606,8.07,8,5.05 +"24341",2.01,"Ideal","J","SI1",62.3,57,12607,8.05,7.99,5 +"24342",1.71,"Premium","H","VS2",58.8,60,12607,7.85,7.8,4.6 +"24343",1.36,"Ideal","F","VVS2",61.6,56,12608,7.17,7.08,4.39 +"24344",1.79,"Very Good","I","VS2",60.5,56,12610,7.87,7.9,4.77 +"24345",2,"Fair","F","SI2",59.8,68,12610,8.13,7.95,4.81 +"24346",2.1,"Very Good","I","SI2",60.6,60,12612,8.29,8.33,5.04 +"24347",1.21,"Ideal","F","VVS1",62,58,12613,6.82,6.86,4.24 +"24348",1.39,"Very Good","E","VS1",60.9,61,12614,7.15,7.19,4.37 +"24349",2.02,"Good","F","SI2",57.1,60,12615,8.31,8.25,4.73 +"24350",1.53,"Ideal","F","SI1",62.2,55,12616,7.35,7.37,4.57 +"24351",1.53,"Ideal","F","SI1",61.5,56,12616,7.38,7.42,4.56 +"24352",2.01,"Fair","H","SI2",65.9,57,12617,7.8,7.74,5.12 +"24353",2.01,"Very Good","H","SI2",63.4,58,12617,8.01,7.94,5.06 +"24354",2.01,"Ideal","I","SI1",62.4,54,12617,8.04,7.96,5 +"24355",2.01,"Premium","I","SI1",61,60,12617,8.16,8.11,4.96 +"24356",2.03,"Ideal","G","SI1",63,56,12618,8.04,7.99,5.05 +"24357",1.63,"Ideal","H","VS2",61.3,56,12620,7.6,7.57,4.65 +"24358",1.7,"Very Good","I","VS1",61.9,57,12621,7.67,7.64,4.74 +"24359",1.53,"Very Good","F","SI1",61.9,56,12621,7.45,7.32,4.57 +"24360",1.58,"Ideal","F","SI1",60.3,56,12621,7.56,7.62,4.58 +"24361",0.26,"Ideal","F","VVS1",62.7,55,635,4.07,4.1,2.56 +"24362",0.3,"Ideal","H","VVS1",62,56,636,4.31,4.34,2.68 +"24363",0.42,"Ideal","J","VS1",62.3,53,636,4.83,4.86,3.02 +"24364",0.36,"Ideal","D","SI1",61.3,56,636,4.61,4.65,2.84 +"24365",0.4,"Very Good","G","SI1",58.3,62,636,4.81,4.86,2.82 +"24366",0.31,"Premium","D","VS2",61.7,58,636,4.32,4.37,2.68 +"24367",0.31,"Very Good","E","VS1",61.9,56,636,4.32,4.37,2.69 +"24368",0.31,"Ideal","D","VS2",62.1,55,636,4.32,4.38,2.7 +"24369",0.31,"Premium","E","VS1",61,60,636,4.35,4.37,2.66 +"24370",0.41,"Ideal","J","VS2",61.8,55,637,4.78,4.81,2.96 +"24371",0.41,"Ideal","J","VS2",62.2,54.4,637,4.72,4.75,2.95 +"24372",0.32,"Ideal","E","VS2",61.6,56,637,4.4,4.43,2.72 +"24373",0.3,"Ideal","G","VS1",60.4,55,637,4.38,4.41,2.66 +"24374",0.38,"Ideal","H","SI1",61.2,55.1,637,4.69,4.73,2.88 +"24375",0.34,"Ideal","E","SI1",61,55,637,4.54,4.56,2.77 +"24376",0.34,"Ideal","E","SI1",61.2,57,637,4.48,4.51,2.75 +"24377",0.31,"Good","F","VS2",58.2,58,637,4.46,4.51,2.61 +"24378",0.3,"Ideal","G","VVS2",61.1,58,638,4.33,4.35,2.65 +"24379",0.31,"Ideal","E","VS1",60.1,55,638,4.42,4.53,2.69 +"24380",0.32,"Good","E","VS1",64.3,59,638,4.28,4.34,2.77 +"24381",0.32,"Fair","F","SI1",64.4,54,638,4.36,4.33,2.8 +"24382",0.32,"Premium","F","SI1",60.7,62,638,4.43,4.4,2.68 +"24383",0.38,"Ideal","F","I1",62.5,57,638,4.64,4.61,2.89 +"24384",0.3,"Very Good","G","VVS2",62.9,55,638,4.28,4.31,2.7 +"24385",0.41,"Good","D","SI2",63.1,54,638,4.72,4.75,2.99 +"24386",0.41,"Good","E","SI2",63.5,55,638,4.69,4.73,2.99 +"24387",0.41,"Good","E","SI2",63.8,57,638,4.68,4.75,3.01 +"24388",0.41,"Very Good","D","SI2",62.3,61,638,4.72,4.75,2.95 +"24389",0.41,"Very Good","E","SI2",62.8,58,638,4.69,4.73,2.96 +"24390",0.41,"Very Good","E","SI2",63,57,638,4.7,4.73,2.97 +"24391",1.7,"Ideal","I","VS1",62.2,55,12622,7.63,7.67,4.76 +"24392",1.7,"Very Good","I","VS1",59.8,59,12622,7.7,7.79,4.63 +"24393",1.51,"Ideal","G","VS2",61.8,55,12626,7.43,7.39,4.58 +"24394",1.3,"Ideal","F","VVS2",62.1,55,12629,6.96,7.04,4.35 +"24395",2.18,"Premium","H","SI2",59.4,61,12631,8.49,8.45,0 +"24396",2.11,"Premium","H","SI2",60.9,59,12633,8.3,8.25,5.04 +"24397",2.11,"Fair","G","SI2",65,56,12633,8.06,8.01,5.22 +"24398",2.08,"Very Good","J","SI1",62.6,58,12637,8.09,8.15,5.08 +"24399",2.01,"Very Good","D","SI2",58.3,63,12639,8.28,8.25,4.82 +"24400",1.71,"Ideal","H","SI1",62.2,56,12641,7.74,7.7,4.8 +"24401",1.5,"Ideal","F","VS2",60.3,57,12641,7.42,7.33,4.45 +"24402",1.06,"Very Good","E","IF",62.4,55,12642,6.5,6.54,4.07 +"24403",1.51,"Premium","E","SI1",58.3,59,12644,7.52,7.47,4.37 +"24404",1.51,"Premium","E","SI1",61.5,58,12644,7.38,7.33,4.52 +"24405",1.58,"Premium","G","VS1",62.1,59,12645,7.46,7.43,4.62 +"24406",1.55,"Ideal","E","SI1",62.3,56,12646,7.43,7.37,4.61 +"24407",1.14,"Very Good","E","IF",63.3,57,12647,6.63,6.71,4.22 +"24408",1.52,"Very Good","H","VVS2",62.8,56,12648,7.3,7.32,4.59 +"24409",1.51,"Ideal","D","SI1",60.7,59,12648,7.47,7.42,4.52 +"24410",1.32,"Fair","F","VVS1",58,66,12648,7.31,7.28,4.23 +"24411",1.53,"Very Good","G","VS1",62.8,56,12654,7.31,7.37,4.61 +"24412",2,"Ideal","H","SI1",61.8,57,12654,8.05,8.01,4.96 +"24413",2.05,"Ideal","J","SI2",61.6,55,12654,8.18,8.11,5.02 +"24414",2,"Good","G","SI2",64.3,56,12654,7.93,7.89,5.09 +"24415",2.23,"Very Good","J","SI2",60.5,61,12655,8.4,8.47,5.1 +"24416",1.51,"Premium","E","SI1",58.6,62,12655,7.58,7.53,4.43 +"24417",2.08,"Premium","H","SI2",62.8,60,12655,8.12,8.03,5.07 +"24418",1.21,"Ideal","D","VVS2",62.8,55,12657,6.77,6.84,4.26 +"24419",1.64,"Premium","F","SI1",62.8,59,12670,7.53,7.51,4.72 +"24420",1.41,"Premium","E","VS1",58.8,59,12671,7.3,7.26,4.28 +"24421",1.58,"Ideal","F","SI1",61.6,55,12671,7.52,7.57,4.65 +"24422",1.5,"Very Good","G","VS2",62.5,59,12672,7.23,7.27,4.53 +"24423",1.73,"Premium","I","VS1",62.2,59,12674,7.65,7.62,4.75 +"24424",1.89,"Ideal","J","VS1",62,56,12674,7.93,7.98,4.93 +"24425",2.06,"Premium","H","SI2",62.6,58,12677,8.06,8.03,5.04 +"24426",2.03,"Ideal","F","SI2",62.4,57,12677,8.09,8.02,5.03 +"24427",2.02,"Ideal","H","SI2",62.4,56,12680,8.14,8.04,5.06 +"24428",2.02,"Premium","H","SI2",61.7,61,12680,8.14,8.08,5.01 +"24429",2.01,"Good","I","SI2",64.6,57,12681,7.82,7.88,5.07 +"24430",1.7,"Premium","G","VS2",61.4,58,12681,7.67,7.63,4.7 +"24431",1.6,"Ideal","H","VS1",61.4,57,12681,7.59,7.53,4.64 +"24432",1.68,"Premium","F","SI1",60.7,62,12681,7.72,7.66,4.67 +"24433",2.01,"Very Good","J","VS2",62.1,60,12683,7.88,8,4.93 +"24434",1.65,"Very Good","H","VS1",62,54,12686,7.55,7.62,4.7 +"24435",2.54,"Ideal","I","SI2",61.4,54,12687,8.83,8.78,5.41 +"24436",1.51,"Ideal","D","SI1",62.3,56,12688,7.3,7.4,4.58 +"24437",2.01,"Premium","J","SI1",60.5,59,12690,8.12,8.01,4.88 +"24438",2.12,"Premium","H","SI2",62.3,58,12693,8.25,8.16,5.12 +"24439",1.5,"Good","F","VS2",60.2,58,12693,7.31,7.35,4.41 +"24440",2.04,"Ideal","J","SI1",62.6,55,12696,8.08,8.12,5.07 +"24441",1.72,"Premium","H","SI1",62.4,62,12696,7.63,7.52,4.73 +"24442",1.51,"Premium","G","VS2",59.6,57,12696,7.52,7.49,4.47 +"24443",1.57,"Very Good","D","SI1",58.9,58,12697,7.57,7.63,4.48 +"24444",1.25,"Ideal","F","VVS1",62.2,56,12698,6.93,6.89,4.3 +"24445",1.91,"Ideal","G","SI2",62.2,55,12700,7.9,7.94,4.93 +"24446",1.5,"Ideal","H","VS1",62.4,56,12702,7.29,7.34,4.57 +"24447",1.52,"Premium","D","SI1",59.8,58,12707,7.51,7.55,4.5 +"24448",2.12,"Ideal","D","SI2",62.9,55,12707,8.17,8.14,5.13 +"24449",1.51,"Good","D","VS2",59.8,65,12709,7.36,7.43,4.42 +"24450",1.62,"Ideal","F","SI1",62.7,56,12712,7.44,7.5,4.68 +"24451",1.37,"Premium","E","VS1",59.4,60,12713,7.27,7.2,4.3 +"24452",2.02,"Ideal","J","SI1",59.8,60,12713,8.21,8.16,4.9 +"24453",2.03,"Very Good","I","SI2",61.2,55,12714,8.14,8.26,5.02 +"24454",2.03,"Ideal","J","SI2",62.1,57,12716,8.06,8.12,5.02 +"24455",1.53,"Premium","G","VS2",61.8,59,12717,7.45,7.31,4.56 +"24456",1.56,"Ideal","E","VS2",60.5,57,12717,7.56,7.5,4.56 +"24457",2.01,"Ideal","I","SI1",62.9,57,12717,8.05,7.98,5.04 +"24458",1.74,"Ideal","H","SI1",61.9,55,12720,7.74,7.71,4.78 +"24459",2.14,"Ideal","H","SI2",63,55,12720,8.25,8.23,5.19 +"24460",1.13,"Premium","F","IF",59.8,60,12722,6.82,6.76,4.06 +"24461",1.7,"Good","H","VS2",62.5,59,12723,7.48,7.58,4.71 +"24462",1.11,"Ideal","E","VVS1",61.3,54,12725,6.68,6.72,4.11 +"24463",1.5,"Ideal","I","IF",61.3,56,12725,7.34,7.41,4.52 +"24464",1.52,"Very Good","G","VS2",61.6,56,12730,7.37,7.43,4.56 +"24465",1.53,"Ideal","H","VVS2",61.9,57,12731,7.35,7.39,4.56 +"24466",1.3,"Ideal","F","VVS2",62.4,57,12734,6.97,6.9,4.33 +"24467",1.32,"Very Good","F","VVS2",61.6,61,12736,6.97,7.02,4.31 +"24468",2.02,"Ideal","J","SI2",62.2,57,12736,8.11,8.18,5.07 +"24469",1.7,"Premium","I","VS1",59.8,59,12737,7.79,7.7,4.63 +"24470",1.7,"Ideal","I","VS1",62.2,55,12737,7.67,7.63,4.76 +"24471",1.51,"Premium","E","SI1",60.6,59,12738,7.45,7.41,4.5 +"24472",1.51,"Premium","D","SI1",59.6,58,12738,7.51,7.48,4.47 +"24473",1.52,"Premium","G","VS2",60.9,61,12738,7.41,7.38,4.5 +"24474",1.51,"Premium","D","SI1",61.6,57,12738,7.41,7.32,4.54 +"24475",1.51,"Ideal","D","SI1",59.5,57,12738,7.56,7.46,4.47 +"24476",2.05,"Ideal","F","SI2",62.2,57,12743,8.19,8.12,5.07 +"24477",1.39,"Ideal","F","VS2",61.5,55,12744,7.19,7.23,4.44 +"24478",1.3,"Ideal","F","VVS2",62.1,55,12745,7.04,6.96,4.35 +"24479",2.2,"Premium","H","SI2",61.5,58,12747,8.44,8.38,5.18 +"24480",1.1,"Ideal","E","VVS1",61.1,56,12748,6.69,6.73,4.1 +"24481",2.13,"Premium","H","SI2",62.4,56,12753,8.26,8.19,5.13 +"24482",1.5,"Good","E","SI1",64.2,55,12754,7.17,7.22,4.62 +"24483",1.71,"Good","I","VS1",63.7,58,12755,7.58,7.54,4.81 +"24484",2.28,"Ideal","J","SI1",61.6,57,12755,8.5,8.43,5.21 +"24485",1.51,"Premium","G","VS2",62.7,58,12756,7.2,7.31,4.55 +"24486",1.51,"Good","G","VS2",63.3,60,12756,7.2,7.28,4.58 +"24487",1.51,"Premium","G","VS2",62.5,59,12756,7.28,7.34,4.57 +"24488",1.51,"Very Good","G","VS2",58.9,60,12756,7.47,7.55,4.42 +"24489",2.01,"Ideal","H","SI2",62.3,57,12762,8.1,8.04,5.03 +"24490",1.52,"Ideal","H","VVS2",62.8,56,12764,7.32,7.3,4.59 +"24491",2,"Fair","H","VS2",65.2,56,12765,7.92,7.87,5.15 +"24492",2.03,"Very Good","D","SI2",63.1,59,12765,8.12,7.99,5.08 +"24493",2.05,"Premium","I","VS1",60.3,59,12766,8.25,8.21,4.96 +"24494",2,"Very Good","J","SI1",60.8,58,12768,7.99,8.07,4.88 +"24495",2.23,"Premium","J","SI2",60.5,61,12770,8.47,8.4,5.1 +"24496",1.73,"Premium","D","SI1",60.6,59,12770,7.76,7.68,4.68 +"24497",2.11,"Very Good","J","SI2",60.8,61,12771,8.21,8.36,5.04 +"24498",1.65,"Very Good","H","VS1",62,58,12773,7.56,7.66,4.72 +"24499",1.19,"Ideal","F","VVS1",61.9,57,12776,6.84,6.79,4.22 +"24500",2.07,"Ideal","J","SI2",62.5,56,12778,8.18,8.08,5.08 +"24501",1.51,"Very Good","E","VS2",62.7,59,12779,7.2,7.32,4.55 +"24502",1.64,"Very Good","E","SI1",61.8,59,12779,7.51,7.55,4.65 +"24503",1.54,"Good","E","SI1",63.8,57,12779,7.31,7.34,4.67 +"24504",1.5,"Ideal","G","VS2",62.5,55,12787,7.26,7.23,4.53 +"24505",1.5,"Premium","G","VS2",60.3,60,12787,7.34,7.26,4.4 +"24506",1.5,"Good","G","VS2",63.6,60,12787,7.24,7.2,4.59 +"24507",1.2,"Premium","E","VVS2",62.3,59,12787,6.83,6.79,4.24 +"24508",1.5,"Premium","G","VS2",62.5,59,12787,7.27,7.23,4.53 +"24509",1.5,"Fair","G","VS2",64.4,56,12787,7.16,7.09,4.59 +"24510",1.13,"Ideal","D","VVS2",62.3,54,12788,6.64,6.7,4.16 +"24511",1.71,"Very Good","H","SI1",59.5,59,12791,7.78,7.81,4.64 +"24512",1.53,"Ideal","E","SI1",62.3,54.2,12791,7.35,7.38,4.59 +"24513",2.14,"Premium","G","SI2",60.1,58,12792,8.4,8.35,5.03 +"24514",2.04,"Premium","G","SI2",61.3,60,12794,8.18,8.13,5 +"24515",1.19,"Ideal","D","VVS2",62,57,12795,6.76,6.86,4.22 +"24516",1.5,"Very Good","G","VVS2",60.9,56,12798,7.34,7.37,4.48 +"24517",2.02,"Good","J","SI1",63.5,60,12798,7.93,7.98,5.05 +"24518",1.58,"Very Good","D","SI1",62.4,60,12799,7.41,7.44,4.63 +"24519",2.04,"Fair","E","SI2",65.4,55,12799,7.87,7.93,5.17 +"24520",1.54,"Premium","G","VS2",60.9,59,12800,7.49,7.45,4.55 +"24521",1.56,"Ideal","G","VS2",62.2,54,12800,0,0,0 +"24522",1.57,"Ideal","H","VS2",61.5,54,12809,7.47,7.5,4.61 +"24523",1.57,"Ideal","H","VS1",62.2,55,12810,7.44,7.49,4.64 +"24524",2.29,"Fair","J","SI1",56.8,66,12811,8.79,8.69,4.96 +"24525",1.9,"Premium","F","SI2",62.9,61,12812,7.78,7.73,4.88 +"24526",2.01,"Ideal","J","SI2",62.1,56,12814,8.06,8.13,5.03 +"24527",1.91,"Ideal","G","SI2",62.2,55,12816,7.94,7.9,4.93 +"24528",1.66,"Very Good","E","SI1",61.7,58,12818,7.52,7.59,4.66 +"24529",1.64,"Premium","F","SI1",61.3,58,12821,7.65,7.59,4.67 +"24530",1.5,"Ideal","G","VS2",63,56,12821,7.32,7.26,4.59 +"24531",1.5,"Premium","G","VVS2",61.2,59,12821,7.4,7.31,4.5 +"24532",1.81,"Very Good","I","VS2",62.7,58,12822,7.68,7.77,4.84 +"24533",1.52,"Premium","D","SI1",59.8,58,12823,7.55,7.51,4.5 +"24534",1.52,"Premium","D","SI1",59.5,61,12823,7.5,7.43,4.44 +"24535",1.52,"Premium","D","SI1",59.2,61,12823,7.59,7.55,4.48 +"24536",1.31,"Ideal","F","VS1",62.1,55,12825,6.97,7,4.34 +"24537",2.18,"Good","H","SI1",63.8,57,12825,8.24,8.17,5.23 +"24538",1.62,"Ideal","F","SI1",62.7,56,12828,7.5,7.44,4.68 +"24539",1.51,"Fair","E","VS2",65,58,12829,7.06,7.12,4.61 +"24540",2.01,"Ideal","G","SI1",61.6,57,12829,8.08,8,4.95 +"24541",2.01,"Very Good","H","SI2",63.4,56,12829,8.09,7.99,5.1 +"24542",2.01,"Premium","I","SI1",60.5,58,12829,8.2,8.06,4.92 +"24543",2.01,"Premium","H","SI1",61.2,62,12829,8.18,8.12,4.99 +"24544",1.72,"Ideal","G","VS2",62.8,57,12830,7.65,7.58,4.78 +"24545",1.51,"Premium","G","VS1",62.4,60,12831,7.3,7.34,4.57 +"24546",2.26,"Ideal","G","SI2",61.9,57,12831,8.44,8.36,5.2 +"24547",2.02,"Premium","J","VS2",61.1,58,12832,8.04,8.1,4.93 +"24548",2.02,"Ideal","J","VS2",62,56,12832,8.06,8.13,5.02 +"24549",1.7,"Very Good","H","VS2",63.3,58,12833,7.48,7.56,4.76 +"24550",2.05,"Very Good","I","SI2",59.8,56,12839,8.32,8.41,5 +"24551",1.52,"Very Good","G","VS2",62.1,58,12840,7.36,7.43,4.59 +"24552",1.52,"Ideal","G","VS2",61.1,57,12840,7.39,7.45,4.53 +"24553",1.28,"Ideal","F","VVS2",62.2,56,12841,6.95,6.91,4.32 +"24554",2.06,"Premium","I","SI2",61.1,57,12842,8.3,8.24,5.05 +"24555",1.78,"Ideal","H","SI1",62.1,57,12843,7.77,7.73,4.81 +"24556",1.58,"Very Good","E","SI1",62.9,59,12844,7.38,7.43,4.66 +"24557",2.03,"Premium","I","SI1",59.8,59,12844,8.29,8.24,4.94 +"24558",2.01,"Very Good","J","VS1",60.2,61,12845,8.16,8.23,4.93 +"24559",1.59,"Very Good","D","VS2",61.4,60,12846,7.47,7.6,4.63 +"24560",1.51,"Ideal","G","VS2",59.8,60,12846,7.45,7.5,4.47 +"24561",1.23,"Ideal","D","VVS2",62,55,12848,6.85,6.92,4.27 +"24562",1.53,"Ideal","H","VVS2",61.9,57,12848,7.39,7.35,4.56 +"24563",1.53,"Premium","E","SI1",61.3,59,12851,7.35,7.4,4.52 +"24564",2.18,"Very Good","J","SI2",62.6,58,12853,8.23,8.25,5.16 +"24565",2.05,"Premium","G","SI2",62.1,56,12857,8.18,8.1,5.04 +"24566",1.62,"Ideal","F","SI1",62.5,55,12857,7.56,7.52,4.71 +"24567",1.5,"Very Good","G","VS1",61.7,63,12862,7.31,7.24,4.49 +"24568",2.03,"Premium","J","SI1",62.1,59,12862,8.06,8.12,5.02 +"24569",1.56,"Ideal","H","VS2",62.2,56,12864,7.45,7.47,4.64 +"24570",1.01,"Ideal","E","IF",61.4,57,12865,6.53,6.46,3.99 +"24571",1.5,"Very Good","F","VS2",62.6,59,12870,7.22,7.31,4.55 +"24572",1.5,"Good","E","SI1",64.2,55,12870,7.22,7.17,4.62 +"24573",1.6,"Ideal","F","SI1",61,57,12871,7.54,7.6,4.62 +"24574",1.51,"Premium","G","VS2",62.5,59,12872,7.34,7.28,4.57 +"24575",1.51,"Premium","G","VS2",62.7,58,12872,7.31,7.2,4.55 +"24576",1.51,"Very Good","G","VS2",63.3,60,12872,7.28,7.2,4.58 +"24577",1.51,"Very Good","G","VS2",63.5,57,12872,7.23,7.19,4.58 +"24578",1.7,"Very Good","H","VS2",61.9,60,12874,7.57,7.61,4.7 +"24579",1.7,"Very Good","H","VS2",62.8,58,12874,7.52,7.57,4.74 +"24580",1.72,"Premium","H","SI1",61.4,59,12880,7.64,7.71,4.71 +"24581",2.48,"Ideal","I","SI2",62.3,57,12883,8.64,8.58,5.36 +"24582",2.08,"Premium","G","SI2",62.2,60,12883,8.16,8.09,5.06 +"24583",2.02,"Ideal","J","SI1",62.7,54.2,12884,8.03,8.08,5.05 +"24584",1.42,"Very Good","G","VVS2",62.6,60,12891,7.14,7.17,4.48 +"24585",2.05,"Premium","D","SI2",60,58,12891,8.31,8.23,4.96 +"24586",1.15,"Very Good","E","IF",59.2,57,12895,6.78,6.86,4.04 +"24587",1.64,"Premium","E","SI1",61.8,59,12896,7.55,7.51,4.65 +"24588",1.58,"Ideal","H","VVS2",62,56,12897,7.44,7.49,4.63 +"24589",2.01,"Premium","E","SI1",60.4,61,12898,8.05,7.98,4.84 +"24590",1.51,"Premium","F","VS2",61.8,56,12899,7.46,7.32,4.57 +"24591",1.49,"Premium","G","VS1",60.8,62,12900,7.41,7.36,4.49 +"24592",1.2,"Very Good","F","IF",62.3,60,12905,6.74,6.8,4.22 +"24593",1.51,"Very Good","G","VS2",63.5,59,12906,7.2,7.13,4.55 +"24594",1.22,"Ideal","F","VVS1",61.5,58,12906,6.85,6.9,4.23 +"24595",2,"Ideal","I","VS1",62.3,56,12907,8.08,8.03,5.02 +"24596",1.53,"Ideal","G","VS2",62.8,57,12907,7.48,7.43,4.63 +"24597",2.28,"Very Good","H","SI2",63.3,54,12907,8.36,8.29,5.27 +"24598",1.52,"Ideal","E","SI1",62,56,12907,7.36,7.34,4.56 +"24599",2,"Fair","I","VS1",66.3,54,12907,7.98,7.88,5.26 +"24600",1.63,"Ideal","H","SI1",61.8,57,12910,7.5,7.54,4.64 +"24601",1.19,"Ideal","D","VVS2",62,57,12912,6.86,6.76,4.22 +"24602",2.02,"Very Good","J","SI1",63.5,60,12915,7.98,7.93,5.05 +"24603",1.52,"Very Good","G","VS1",59.3,59,12916,7.48,7.55,4.46 +"24604",1.75,"Good","D","SI1",63.8,57,12918,7.63,7.53,4.84 +"24605",2.23,"Premium","H","SI2",59.4,59,12921,8.6,8.54,5.09 +"24606",1.98,"Fair","H","VS1",58.3,69,12923,8.28,8.17,4.8 +"24607",2.02,"Good","I","SI2",61,62,12927,8.1,8.14,4.95 +"24608",2.02,"Good","G","SI2",57.5,61,12929,8.37,8.35,4.81 +"24609",2.06,"Premium","H","SI2",62.6,58,12931,8.06,8.03,5.04 +"24610",1.73,"Premium","H","SI1",61.8,57,12931,7.77,7.64,4.76 +"24611",1.3,"Ideal","G","IF",61.3,56,12932,7.03,7.06,4.32 +"24612",2.11,"Very Good","I","SI2",63.8,54,12937,8.13,8.19,5.21 +"24613",2.27,"Ideal","I","SI2",60.5,55,12939,8.63,8.53,5.19 +"24614",1.81,"Premium","I","VS2",62.7,58,12939,7.77,7.68,4.84 +"24615",2,"Premium","H","SI2",62.5,58,12940,8.14,8.03,5.05 +"24616",1.39,"Ideal","G","IF",60.6,55,12943,7.21,7.27,4.39 +"24617",2.3,"Good","I","SI2",63.8,55,12944,8.4,8.35,5.34 +"24618",1.67,"Ideal","H","VS2",62.6,56,12945,7.55,7.57,4.73 +"24619",1.51,"Ideal","G","VS2",62.2,57,12947,7.28,7.36,4.55 +"24620",1.51,"Fair","G","VS1",60.8,66,12948,7.35,7.25,4.44 +"24621",1.51,"Premium","G","VS1",62.4,60,12948,7.34,7.3,4.57 +"24622",1.55,"Ideal","G","SI1",61.7,57,12951,7.4,7.44,4.58 +"24623",1.11,"Ideal","F","VVS1",59.7,58,12956,6.7,6.74,4.01 +"24624",1.11,"Ideal","F","VVS1",62.1,57,12956,6.62,6.69,4.13 +"24625",1.28,"Ideal","F","VVS2",62.2,56,12958,6.95,6.91,4.32 +"24626",1.52,"Premium","G","VS2",62.6,55,12958,7.39,7.28,4.59 +"24627",1.52,"Ideal","G","VS2",61.1,57,12958,7.45,7.39,4.53 +"24628",2.34,"Good","J","VS2",63.9,62,12961,8.4,8.34,5.35 +"24629",2.01,"Premium","J","VS1",60.2,61,12963,8.23,8.16,4.93 +"24630",2.01,"Good","I","SI2",59.1,59,12964,8.09,8.14,4.8 +"24631",1.3,"Good","E","VVS2",62.8,59,12967,6.95,6.99,4.38 +"24632",2.01,"Very Good","J","VS2",60.8,58,12968,8.08,8.16,4.94 +"24633",1.52,"Very Good","G","VS1",62.1,57,12968,7.27,7.32,4.53 +"24634",1.53,"Premium","E","SI1",61.3,59,12968,7.4,7.35,4.52 +"24635",2.18,"Premium","J","SI2",62.6,58,12970,8.25,8.23,5.16 +"24636",2.14,"Premium","I","SI2",62.1,58,12970,8.31,8.23,5.13 +"24637",1.59,"Ideal","H","VVS2",62.6,54,12971,7.43,7.47,4.67 +"24638",1.71,"Ideal","E","SI2",62.7,55,12978,7.62,7.69,4.8 +"24639",1.54,"Ideal","F","VS2",61.9,57,12978,7.42,7.35,4.57 +"24640",2.03,"Premium","J","SI1",62.1,59,12979,8.12,8.06,5.02 +"24641",2.13,"Premium","I","SI2",59.8,58,12980,8.43,8.37,5.02 +"24642",1.51,"Very Good","H","VVS1",61.5,58,12981,7.3,7.39,4.52 +"24643",1.78,"Very Good","D","SI2",62.5,57,12981,7.76,7.8,4.86 +"24644",1.53,"Ideal","D","SI1",61.4,58,12981,7.35,7.44,4.54 +"24645",1.79,"Premium","I","VS1",62.6,59,12985,7.65,7.72,4.81 +"24646",2.01,"Good","I","SI2",63.5,60,12985,7.86,7.94,5.02 +"24647",1.52,"Premium","F","VS2",62.2,58,12985,7.38,7.29,4.56 +"24648",2,"Premium","E","SI2",60.3,58,12987,8.15,8.08,4.89 +"24649",1.5,"Very Good","H","IF",63,59,12988,7.23,7.3,4.58 +"24650",1.16,"Ideal","D","VVS2",62,55,12989,6.68,6.72,4.19 +"24651",1.63,"Ideal","G","SI1",60.6,57,12990,7.63,7.68,4.63 +"24652",1.58,"Ideal","F","SI1",60.2,56,12991,7.57,7.64,4.58 +"24653",1.7,"Premium","H","VS2",61.9,60,12992,7.61,7.57,4.7 +"24654",1.7,"Premium","H","VS2",62.8,58,12992,7.57,7.52,4.74 +"24655",1.01,"Ideal","D","VVS2",61.6,57,12996,6.44,6.48,3.98 +"24656",1.7,"Ideal","I","VS1",61.9,55,12996,7.65,7.72,4.75 +"24657",1.73,"Very Good","H","VS2",61.7,56,12998,7.64,7.7,4.73 +"24658",1.72,"Premium","H","SI1",61.4,59,12998,7.71,7.64,4.71 +"24659",1.5,"Very Good","F","VS2",61.9,60,13001,7.29,7.32,4.52 +"24660",1.52,"Very Good","E","VS2",60.3,59,13001,7.43,7.52,4.51 +"24661",2.01,"Premium","I","VS2",59.5,60,13003,8.26,8.21,4.9 +"24662",1.25,"Ideal","E","VVS2",60.9,60,13006,6.93,6.97,4.23 +"24663",2.15,"Ideal","I","SI1",60.9,56,13006,8.38,8.33,5.09 +"24664",2.1,"Fair","G","SI2",65.2,56,13007,7.97,7.93,5.19 +"24665",2.1,"Very Good","G","SI2",63.4,58,13007,8.19,8.12,5.17 +"24666",2,"Premium","G","SI2",60.8,55,13007,8.09,7.95,4.88 +"24667",1.5,"Premium","G","VS1",62.4,60,13009,7.29,7.22,4.53 +"24668",1.51,"Good","F","VS2",61,63,13010,7.32,7.39,4.49 +"24669",1.51,"Very Good","F","VS2",63.7,60,13012,7.2,7.24,4.6 +"24670",1.58,"Premium","G","VS2",62.6,59,13014,7.44,7.47,4.67 +"24671",1.2,"Very Good","E","VVS1",61.3,60,13015,6.77,6.84,4.17 +"24672",2.07,"Fair","D","SI2",64.5,60,13016,7.99,7.88,5.12 +"24673",1.77,"Ideal","D","SI2",61.8,57,13026,7.77,7.71,4.78 +"24674",2.44,"Premium","I","SI2",61.4,56,13027,8.74,8.7,5.35 +"24675",1.22,"Ideal","F","VVS1",61.2,57,13029,6.88,6.92,4.22 +"24676",1.23,"Ideal","E","VVS2",59.9,57,13034,6.95,7.03,4.19 +"24677",1.5,"Ideal","G","VS1",60.6,57,13034,7.47,7.36,4.49 +"24678",1.52,"Premium","G","VS1",61.4,58,13034,7.38,7.35,4.52 +"24679",1.52,"Premium","G","VS1",62.4,58,13034,7.37,7.3,4.58 +"24680",1.58,"Very Good","G","VS2",59.6,58,13037,7.59,7.69,4.55 +"24681",1.5,"Very Good","F","VS2",63.9,57,13037,7.16,7.23,4.6 +"24682",1.74,"Premium","I","VS1",62.5,57,13037,7.71,7.67,4.81 +"24683",2.08,"Ideal","J","SI1",61.6,58,13038,8.15,8.22,5.04 +"24684",2,"Very Good","J","VS2",60.8,62,13043,8.09,8.12,4.93 +"24685",2.11,"Premium","J","VS2",59.9,60,13046,8.36,8.41,5.02 +"24686",1.61,"Very Good","E","SI1",62.3,57,13047,7.43,7.47,4.64 +"24687",1.75,"Good","I","VS1",58.3,59,13047,7.92,7.97,4.63 +"24688",1.5,"Ideal","G","VS2",62.2,58,13049,7.31,7.29,4.54 +"24689",2.01,"Premium","I","SI2",58.2,61,13052,8.24,8.2,4.78 +"24690",1.05,"Ideal","F","IF",61.7,56,13060,6.48,6.56,4.02 +"24691",0.41,"Good","E","SI2",63.4,58,638,4.71,4.75,3 +"24692",0.41,"Good","E","SI2",63.2,58,638,4.68,4.72,2.97 +"24693",0.41,"Very Good","E","SI2",59.5,62,638,4.8,4.84,2.87 +"24694",0.41,"Good","E","SI2",63.3,56,638,4.69,4.73,2.98 +"24695",0.3,"Very Good","G","VVS2",60.4,60,638,4.3,4.34,2.61 +"24696",0.3,"Ideal","G","VVS2",62.2,54,638,4.29,4.33,2.68 +"24697",0.3,"Very Good","G","VVS2",59.7,63,638,4.34,4.37,2.6 +"24698",0.3,"Very Good","G","VVS2",62.9,58,638,4.26,4.29,2.69 +"24699",0.3,"Very Good","H","VVS1",62.6,56,638,4.25,4.28,2.67 +"24700",0.3,"Very Good","H","VVS1",61.1,61,638,4.27,4.3,2.62 +"24701",0.3,"Good","H","VVS1",63.1,54,638,4.28,4.34,2.72 +"24702",0.3,"Ideal","H","VVS1",62.5,53.8,639,4.31,4.33,2.69 +"24703",0.4,"Ideal","I","VS2",61.8,56,639,4.73,4.79,2.94 +"24704",0.32,"Ideal","E","VS2",62.1,55,639,4.39,4.43,2.74 +"24705",0.32,"Ideal","E","VS2",61.7,56,639,4.39,4.43,2.72 +"24706",0.32,"Ideal","F","VS1",61.5,56,639,4.4,4.44,2.72 +"24707",0.41,"Ideal","I","SI1",61.6,56,639,4.79,4.82,2.96 +"24708",0.38,"Ideal","G","SI1",60.2,57,639,4.72,4.77,2.85 +"24709",0.38,"Ideal","G","SI1",61.9,56,639,4.64,4.67,2.88 +"24710",0.31,"Premium","E","VS2",58.6,58,639,4.46,4.42,2.6 +"24711",0.31,"Premium","E","VS2",58.1,60,639,4.49,4.42,2.59 +"24712",0.3,"Very Good","H","VS1",63.2,59,639,4.31,4.27,2.71 +"24713",0.3,"Very Good","E","VS2",61.5,58,640,4.28,4.31,2.64 +"24714",0.31,"Very Good","G","VS1",61.6,56,640,4.35,4.38,2.69 +"24715",0.31,"Very Good","G","VS1",61.9,54,640,4.36,4.4,2.71 +"24716",0.31,"Very Good","G","VS1",60.5,57,640,4.39,4.42,2.67 +"24717",0.3,"Very Good","E","VS1",58.4,62,640,4.37,4.43,2.57 +"24718",0.3,"Very Good","E","VS1",63.8,59,640,4.21,4.22,2.69 +"24719",0.38,"Very Good","E","SI1",58.3,61,640,4.75,4.86,2.8 +"24720",0.31,"Ideal","F","VS2",61.1,56,640,4.35,4.39,2.67 +"24721",1.03,"Ideal","F","IF",62.3,57,13060,6.44,6.49,4.03 +"24722",1.39,"Ideal","G","IF",60.6,55,13061,7.27,7.21,4.39 +"24723",1.67,"Ideal","H","VS2",62.6,56,13063,7.57,7.55,4.73 +"24724",2.03,"Very Good","I","SI2",62.8,59,13063,8.04,8.08,5.06 +"24725",2.03,"Very Good","I","SI2",62.8,60,13063,7.99,8.05,5.04 +"24726",2.14,"Ideal","E","SI2",62.7,55,13065,8.26,8.21,5.16 +"24727",2.2,"Premium","J","SI2",60.9,60,13065,8.42,8.34,5.1 +"24728",1.51,"Very Good","G","VS2",64,56,13068,7.22,7.3,4.65 +"24729",2.02,"Premium","I","VS2",59.2,58,13068,8.29,8.25,4.89 +"24730",1.71,"Good","H","VS2",63.7,58,13068,7.57,7.54,4.81 +"24731",2.23,"Premium","J","SI1",62.1,59,13069,8.29,8.33,5.16 +"24732",2.11,"Premium","G","SI2",61.4,62,13069,8.25,8.21,5.05 +"24733",1.51,"Premium","F","VS2",62.1,59,13074,7.37,7.26,4.54 +"24734",1.51,"Premium","H","IF",60.2,60,13075,7.41,7.44,4.47 +"24735",1.53,"Premium","G","VS2",59.4,59,13077,7.55,7.51,4.47 +"24736",1.72,"Premium","H","SI1",62.9,58,13078,7.63,7.59,4.79 +"24737",1.56,"Premium","G","VS1",60.2,60,13079,7.47,7.52,4.51 +"24738",1.51,"Very Good","F","VS2",63.2,56,13080,7.22,7.28,4.58 +"24739",1.75,"Premium","H","SI1",61.4,59,13081,7.79,7.69,4.75 +"24740",2.17,"Premium","F","SI2",59.3,61,13084,8.6,8.53,5.08 +"24741",1.77,"Premium","I","VS1",62.2,58,13085,7.76,7.68,4.8 +"24742",1.2,"Ideal","F","VVS1",61.1,55,13088,6.86,6.89,4.2 +"24743",2.09,"Premium","J","SI2",60,60,13092,8.32,8.37,5.01 +"24744",1.91,"Premium","I","SI1",59.6,60,13092,8.02,7.98,4.77 +"24745",2.26,"Very Good","H","SI2",63.2,58,13095,8.38,8.26,5.26 +"24746",1.25,"Ideal","G","VVS1",61.3,57,13096,6.9,6.94,4.24 +"24747",1.71,"Premium","I","VS1",60.7,60,13097,7.74,7.71,4.69 +"24748",1.71,"Ideal","E","SI2",62.7,55,13097,7.69,7.62,4.8 +"24749",2,"Premium","D","SI2",61.9,59,13098,8.02,8,4.98 +"24750",1.96,"Very Good","H","SI2",62.7,58,13099,7.86,7.93,4.95 +"24751",1.73,"Very Good","H","VS2",59.2,61,13102,7.78,7.82,4.62 +"24752",1.79,"Premium","I","VS1",62.6,59,13104,7.72,7.65,4.81 +"24753",1.5,"Premium","H","IF",63,59,13107,7.3,7.23,4.58 +"24754",2.03,"Good","D","SI2",63.1,59,13109,8.12,7.99,5.08 +"24755",2.02,"Ideal","I","SI2",61.7,57,13109,8.05,8.12,4.99 +"24756",2.01,"Very Good","J","VS2",61.1,59,13109,8.04,8.07,4.92 +"24757",1.54,"Ideal","G","VS2",62,55.6,13110,7.35,7.44,4.59 +"24758",1.13,"Very Good","D","VVS2",61.5,58,13111,6.64,6.67,4.09 +"24759",1.5,"Premium","G","VS2",60.5,59,13112,7.39,7.35,4.46 +"24760",2,"Very Good","J","VS2",60.7,59,13113,8.12,8.15,4.94 +"24761",1.51,"Ideal","G","VS2",61.9,57,13115,7.37,7.3,4.54 +"24762",2.02,"Premium","I","SI2",58,58,13117,8.34,8.25,4.81 +"24763",2.02,"Premium","I","SI2",61.2,58,13117,8.11,8.04,4.94 +"24764",2.09,"Premium","H","SI2",60.9,58,13119,8.23,8.2,5 +"24765",1.53,"Premium","G","VS1",60.2,59,13119,7.5,7.45,4.5 +"24766",1.54,"Premium","G","VS2",61.8,58,13120,7.43,7.39,4.58 +"24767",1.72,"Premium","H","VS2",61.9,56,13122,7.74,7.67,4.77 +"24768",1.7,"Premium","I","VVS2",61.7,57.4,13127,7.62,7.67,4.71 +"24769",2.02,"Ideal","J","SI1",62.2,57,13132,8.06,8.11,5.03 +"24770",1.58,"Premium","G","VS2",62.6,59,13132,7.47,7.44,4.67 +"24771",2.01,"Premium","J","SI2",60.8,57.2,13133,8.13,8.15,4.95 +"24772",2,"Premium","H","SI2",61.5,61,13134,8.13,8.1,4.99 +"24773",1.83,"Very Good","E","SI2",62.8,56,13134,7.76,7.82,4.89 +"24774",1.51,"Premium","F","VS1",62.7,59,13134,7.31,7.23,4.56 +"24775",1.5,"Ideal","G","VS2",60.7,54,13135,7.41,7.48,4.53 +"24776",1.5,"Ideal","G","VS2",61.7,54,13135,7.36,7.4,4.55 +"24777",1.5,"Ideal","G","VS2",62,55,13135,7.33,7.36,4.56 +"24778",1.6,"Ideal","F","SI1",61.1,55,13140,7.55,7.58,4.62 +"24779",2.02,"Good","H","SI2",59,61,13144,8.26,8.31,4.89 +"24780",2.13,"Premium","J","SI2",62.6,58,13148,8.21,8.18,5.13 +"24781",1.71,"Very Good","F","SI1",63.3,53,13152,7.54,7.59,4.79 +"24782",1.52,"Ideal","G","VS2",61.5,56,13153,7.38,7.45,4.56 +"24783",1.5,"Ideal","G","VS2",62.2,54,13154,7.39,7.34,4.58 +"24784",1.51,"Good","G","VVS2",63.8,59,13155,7.24,7.28,4.63 +"24785",2.75,"Ideal","D","I1",60.9,57,13156,9.04,8.98,5.49 +"24786",1.51,"Ideal","E","VS2",61.1,57,13157,7.43,7.41,4.53 +"24787",1.51,"Premium","G","VS2",60.8,60,13157,7.42,7.38,4.5 +"24788",1.5,"Good","F","VS2",58.6,64,13160,7.52,7.46,4.39 +"24789",1.52,"Very Good","G","VS2",61.9,56,13161,7.28,7.39,4.54 +"24790",1.51,"Ideal","D","SI1",62,56,13162,7.35,7.39,4.57 +"24791",2,"Premium","J","VS2",60.8,62,13162,8.12,8.09,4.93 +"24792",1.51,"Ideal","G","VS2",62.2,59,13163,7.28,7.34,4.55 +"24793",1.2,"Ideal","D","VVS2",62.7,56,13165,6.78,6.81,4.26 +"24794",1.31,"Ideal","G","VVS2",60.3,56,13168,7.09,7.15,4.29 +"24795",1.71,"Very Good","H","SI1",60.8,56,13169,7.77,7.73,4.71 +"24796",1.55,"Ideal","E","SI1",61.5,56,13171,7.36,7.4,4.54 +"24797",1.62,"Premium","F","SI1",62.6,58,13177,7.48,7.53,4.7 +"24798",1.56,"Premium","G","VS2",61.9,58,13178,7.4,7.44,4.59 +"24799",1.24,"Ideal","G","IF",62,55,13178,6.93,6.89,4.29 +"24800",2.03,"Premium","I","SI2",63,56,13182,8.12,8.05,5.09 +"24801",2.03,"Premium","I","SI2",62.8,59,13182,8.08,8.04,5.06 +"24802",2.03,"Ideal","I","SI2",60,57,13182,8.32,8.2,4.96 +"24803",2.1,"Ideal","I","SI1",61.7,55,13182,8.21,8.13,5.04 +"24804",1.63,"Good","F","SI1",59.8,56,13187,7.57,7.64,4.55 +"24805",1.53,"Very Good","G","VS1",62.8,59,13189,7.32,7.36,4.61 +"24806",1.71,"Ideal","H","VS2",62.4,58,13190,7.64,7.68,4.78 +"24807",1.51,"Premium","H","IF",60.2,60,13194,7.44,7.41,4.47 +"24808",1.51,"Premium","G","VS2",61.2,61,13194,7.44,7.33,4.52 +"24809",1.54,"Very Good","D","SI1",63,59,13196,7.31,7.35,4.62 +"24810",1.71,"Ideal","G","SI1",62.1,56,13196,7.65,7.61,4.74 +"24811",2.06,"Premium","I","SI2",62.7,60,13198,8.11,8.06,5.07 +"24812",2.01,"Premium","H","SI2",61.9,57,13199,8.13,7.96,4.98 +"24813",1.27,"Very Good","F","VVS1",62.5,56,13200,6.99,6.93,4.35 +"24814",2.29,"Ideal","J","SI2",62.3,57,13200,8.39,8.43,5.24 +"24815",2.01,"Ideal","F","SI2",62.9,56,13201,8.05,7.9,5.02 +"24816",2,"Very Good","J","VS1",61,51.6,13203,8.14,8.18,4.97 +"24817",3,"Premium","G","I1",59.7,60,13203,9.42,9.26,5.58 +"24818",2.14,"Premium","J","SI2",61.5,59,13205,8.25,8.3,5.11 +"24819",2.08,"Very Good","H","SI2",63.4,59,13206,8.06,8,5.09 +"24820",1.53,"Premium","G","VS2",59.9,61,13206,7.54,7.45,4.49 +"24821",1.52,"Premium","G","VS1",61.5,58,13207,7.39,7.31,4.52 +"24822",1.63,"Very Good","H","VVS1",59.1,58,13211,7.68,7.84,4.59 +"24823",2.09,"Premium","J","SI2",60,60,13212,8.37,8.32,5.01 +"24824",1.51,"Ideal","G","VS2",59.8,57,13214,7.48,7.53,4.48 +"24825",1.52,"Very Good","F","VS2",60.9,56,13215,7.38,7.44,4.51 +"24826",2.01,"Premium","J","SI1",63,57,13219,8.07,8,5.06 +"24827",1.73,"Premium","H","VS2",59.2,61,13221,7.82,7.78,4.62 +"24828",1.51,"Premium","F","VS2",61.8,56,13221,7.39,7.28,4.53 +"24829",1.53,"Very Good","G","VS2",58.9,59,13225,7.58,7.61,4.47 +"24830",2.01,"Premium","J","VS2",61.5,60,13228,8.13,8.07,4.98 +"24831",1.53,"Very Good","G","VS1",60.3,59,13228,7.52,7.58,4.55 +"24832",2.01,"Premium","J","VS2",61.1,59,13228,8.07,8.04,4.92 +"24833",2.03,"Premium","D","SI2",61.7,58,13229,8.14,8.1,5.01 +"24834",2.02,"Ideal","I","SI2",61.7,57,13229,8.12,8.05,4.99 +"24835",2.02,"Premium","H","SI1",61.4,61,13229,8.09,8.03,4.95 +"24836",1.35,"Ideal","G","VVS2",61.5,55,13230,7.11,7.16,4.39 +"24837",1.5,"Good","D","VS2",64.1,54,13232,7.17,7.24,4.62 +"24838",2.11,"Premium","H","SI2",61,58,13233,8.31,8.27,5.06 +"24839",1.51,"Ideal","G","VS2",62,56,13234,7.32,7.35,4.55 +"24840",1.5,"Very Good","G","VS2",63.5,54,13239,7.26,7.22,4.6 +"24841",2.33,"Good","G","SI2",63.9,60,13242,8.37,8.3,5.32 +"24842",1.7,"Ideal","I","VVS2",61.7,57,13247,7.67,7.62,4.71 +"24843",1.53,"Good","H","IF",63.1,57,13248,7.25,7.34,4.6 +"24844",1.53,"Very Good","G","VS2",61.6,57,13248,7.3,7.4,4.53 +"24845",1.51,"Premium","F","VS2",63,56,13248,7.3,7.26,4.59 +"24846",2.17,"Premium","H","SI1",62.3,58,13248,8.29,8.25,5.15 +"24847",1.73,"Ideal","I","VS1",61.4,57,13250,7.7,7.65,4.71 +"24848",1.38,"Ideal","G","VVS1",61.8,56,13250,7.15,7.12,4.41 +"24849",1.73,"Premium","I","VS1",61.8,58,13250,7.75,7.68,4.76 +"24850",1.63,"Very Good","G","VS2",62.5,57,13253,7.46,7.49,4.67 +"24851",2.01,"Ideal","J","SI2",60.8,57,13253,8.15,8.13,4.95 +"24852",1.51,"Ideal","E","SI1",62.2,56,13254,7.31,7.36,4.56 +"24853",1.83,"Ideal","E","SI2",62.8,56,13254,7.82,7.76,4.89 +"24854",1.7,"Premium","G","SI1",61.7,58,13256,7.69,7.6,4.72 +"24855",1.18,"Ideal","F","VVS1",61.5,55.6,13257,6.79,6.83,4.19 +"24856",1.32,"Ideal","G","VVS2",61.6,56,13261,7.03,7.08,4.35 +"24857",2,"Ideal","J","VS2",62.3,55,13263,8.03,8.06,5.01 +"24858",2.18,"Premium","I","SI1",63,58,13263,8.23,8.17,5.22 +"24859",2.02,"Premium","F","SI2",61.3,58,13267,8.09,8.05,4.95 +"24860",2.01,"Very Good","F","SI1",63.4,58,13275,8.03,7.96,5.07 +"24861",1.51,"Good","G","VVS2",63.8,59,13275,7.28,7.24,4.63 +"24862",1.93,"Very Good","I","SI1",62.8,58,13278,7.89,7.97,4.98 +"24863",2.5,"Fair","H","SI2",64.9,58,13278,8.46,8.43,5.48 +"24864",2.5,"Fair","H","SI2",64.9,58,13278,8.46,8.43,5.48 +"24865",1.52,"Ideal","E","SI1",62.1,56,13280,7.35,7.38,4.57 +"24866",1.52,"Premium","G","VS2",61.9,56,13282,7.39,7.28,4.54 +"24867",1.54,"Very Good","G","VS1",60.7,60,13284,7.43,7.55,4.55 +"24868",2.02,"Good","I","SI1",64.3,56,13286,7.85,7.99,5.09 +"24869",1.5,"Very Good","D","VS2",62.4,59,13287,7.21,7.27,4.52 +"24870",1.52,"Premium","G","VS2",62.7,58,13287,7.38,7.29,4.6 +"24871",1.71,"Good","E","SI1",64,53,13287,7.68,7.54,4.87 +"24872",1.57,"Premium","F","SI1",58.3,58,13288,7.72,7.68,4.49 +"24873",1.64,"Ideal","F","SI1",61.8,55,13289,7.6,7.58,4.69 +"24874",1.55,"Ideal","E","SI1",61.5,56,13291,7.4,7.36,4.54 +"24875",1.54,"Premium","G","VS2",60.2,60,13292,7.51,7.44,4.5 +"24876",1.51,"Premium","G","VS1",61.1,58,13293,7.38,7.36,4.5 +"24877",1.62,"Premium","F","SI1",63,58,13298,7.47,7.43,4.69 +"24878",1.59,"Ideal","D","SI1",61.3,56,13298,7.5,7.6,4.63 +"24879",1.62,"Premium","F","SI1",62.6,58,13298,7.53,7.48,4.7 +"24880",1.7,"Premium","H","VS2",62.4,57,13298,7.6,7.54,4.72 +"24881",1.56,"Premium","G","VS2",61.9,58,13299,7.44,7.4,4.59 +"24882",2.12,"Premium","H","SI2",61.5,59,13307,8.26,8.21,5.06 +"24883",1.5,"Good","G","VS2",61.4,58.8,13307,7.32,7.37,4.5 +"24884",1.01,"Very Good","D","VVS1",62.8,57,13312,6.36,6.41,4.01 +"24885",1.54,"Premium","D","SI1",63,59,13316,7.35,7.31,4.62 +"24886",2.15,"Good","G","SI2",63.8,58,13317,8.23,8.08,5.2 +"24887",2.06,"Premium","G","SI1",59.3,61,13317,8.44,8.36,4.98 +"24888",2.15,"Premium","G","SI2",59.7,60,13317,8.4,8.37,5.01 +"24889",1.27,"Premium","F","VVS1",62.5,56,13320,6.99,6.93,4.35 +"24890",2,"Ideal","H","VS2",60.5,56,13320,8.34,8.22,5.01 +"24891",2,"Very Good","H","SI1",63.2,54,13320,7.97,7.88,5.01 +"24892",2,"Good","E","SI2",57.3,65,13320,8.26,8.22,4.72 +"24893",2,"Ideal","H","SI1",62.9,56,13320,8.06,7.97,5.04 +"24894",1.2,"Premium","E","VVS1",60.2,60,13321,6.84,6.97,4.16 +"24895",2.01,"Very Good","I","SI2",61.8,58,13323,8.01,8.05,4.96 +"24896",1.53,"Ideal","E","SI1",61.2,58,13324,7.39,7.44,4.54 +"24897",1.51,"Ideal","F","VS2",61.7,57,13325,7.37,7.31,4.53 +"24898",1.71,"Premium","D","SI2",60.6,60,13325,7.76,7.69,4.68 +"24899",2.14,"Premium","J","SI2",61.5,59,13326,8.3,8.25,5.11 +"24900",1.58,"Premium","D","SI1",60.2,58,13329,7.6,7.46,4.56 +"24901",1.58,"Premium","D","SI1",59,59,13329,7.68,7.63,4.52 +"24902",1.52,"Ideal","D","SI1",61.2,57,13329,7.47,7.4,4.55 +"24903",1.5,"Premium","F","VS2",62.4,57,13333,7.38,7.29,4.58 +"24904",1.51,"Ideal","F","SI1",61.7,56,13334,7.35,7.41,4.55 +"24905",1.51,"Very Good","G","VVS2",62.1,59,13337,7.28,7.34,4.54 +"24906",1.99,"Good","J","VS2",62.9,61,13338,7.91,8.06,4.99 +"24907",2.1,"Very Good","J","VS2",61.5,60.7,13340,8.16,8.21,5.03 +"24908",2.01,"Premium","H","VS2",62.8,58,13342,7.99,7.9,4.99 +"24909",1.06,"Ideal","E","IF",62,57,13344,6.49,6.54,4.04 +"24910",1.51,"Very Good","G","VS1",61.8,57,13348,7.31,7.42,4.55 +"24911",2,"Ideal","F","SI2",61.6,57,13351,8.16,8.1,5.01 +"24912",1.51,"Ideal","G","VS2",62,56,13355,7.35,7.32,4.55 +"24913",2.19,"Premium","J","SI2",61.8,60,13355,8.35,8.25,5.13 +"24914",2.03,"Ideal","J","SI1",62.6,55,13357,8.06,8.1,5.06 +"24915",1.28,"Ideal","G","IF",61.7,56,13360,6.95,6.99,4.3 +"24916",1.75,"Premium","D","SI2",60.6,60,13363,7.74,7.78,4.7 +"24917",1.63,"Ideal","F","SI1",61.5,56,13363,7.55,7.58,4.66 +"24918",1.73,"Premium","F","SI1",58,62,13365,7.95,7.91,4.6 +"24919",1.91,"Premium","I","SI1",60.9,53,13367,8.11,8.07,4.93 +"24920",1.91,"Premium","I","SI1",63,59,13367,7.91,7.87,4.97 +"24921",1.53,"Ideal","G","VS2",61.6,57,13369,7.4,7.3,4.53 +"24922",1.53,"Very Good","H","IF",63.1,57,13369,7.34,7.25,4.6 +"24923",2.21,"Premium","H","SI2",62.9,60,13369,8.27,8.23,5.19 +"24924",2.13,"Fair","H","SI2",64.5,58,13370,8.09,8.01,5.19 +"24925",2.13,"Premium","I","SI1",62.5,60,13370,8.18,8.13,5.1 +"24926",1.5,"Very Good","D","VS2",63,59,13372,7.24,7.3,4.58 +"24927",2.07,"Ideal","F","SI2",60.5,57,13373,8.28,8.21,4.99 +"24928",1.68,"Ideal","H","SI1",61.9,56,13375,7.63,7.72,4.75 +"24929",1.71,"Premium","H","VS2",62.5,58,13376,7.64,7.52,4.74 +"24930",1.5,"Ideal","G","VS1",61.8,56,13377,7.38,7.31,4.54 +"24931",1.51,"Very Good","G","VS1",62.9,58,13378,7.32,7.41,4.63 +"24932",1.5,"Very Good","G","VS1",62.4,57,13379,7.24,7.31,4.54 +"24933",2.01,"Fair","F","SI1",58.6,95,13387,8.32,8.31,4.87 +"24934",2.01,"Premium","H","SI1",60.6,59,13387,8.23,8.17,4.97 +"24935",2.01,"Premium","E","SI2",62.2,60,13387,8.02,7.96,4.97 +"24936",2.01,"Ideal","E","SI2",62.1,57,13387,8,7.88,4.93 +"24937",1.52,"Premium","F","VS2",60.5,58,13389,7.49,7.53,4.54 +"24938",1.75,"Ideal","I","SI1",61.8,56,13393,7.67,7.71,4.75 +"24939",2.17,"Premium","J","SI2",62.3,60,13395,8.33,8.2,5.15 +"24940",1.58,"Ideal","H","VVS2",61.4,56,13397,7.49,7.52,4.61 +"24941",2.03,"Ideal","I","SI2",60.8,59,13398,8.12,8.2,4.96 +"24942",1.7,"Ideal","G","VS1",62.5,57,13398,7.61,7.57,4.74 +"24943",2.02,"Fair","J","VS1",64.6,59,13399,7.95,7.9,5.12 +"24944",2.01,"Premium","J","VS2",60.5,60,13400,8.13,8.09,4.91 +"24945",2.01,"Premium","I","SI2",60,61,13400,8.13,8.08,4.86 +"24946",2.1,"Ideal","H","VS2",62.5,57,13403,8.21,8.18,5.12 +"24947",1.11,"Premium","D","VVS1",62,54,13405,6.67,6.63,4.16 +"24948",1.31,"Ideal","G","VVS1",61.9,55,13406,7.03,7.05,4.36 +"24949",1.7,"Premium","G","SI1",62.1,57,13417,7.61,7.55,4.71 +"24950",1.86,"Premium","G","SI2",62.8,58,13420,7.83,7.75,4.89 +"24951",2,"Premium","G","SI2",62.9,58,13420,7.98,7.92,5 +"24952",1.55,"Ideal","H","IF",61.4,57,13421,7.42,7.47,4.57 +"24953",2.14,"Premium","H","SI2",61.2,57,13421,8.36,8.32,5.1 +"24954",1.53,"Premium","F","VS2",62.2,58,13423,7.36,7.27,4.55 +"24955",1.68,"Ideal","H","VS2",61.3,56,13427,7.77,7.67,4.73 +"24956",1.5,"Ideal","G","VS2",61.4,59,13428,7.37,7.32,4.5 +"24957",1.58,"Ideal","E","SI1",61,57,13434,7.5,7.55,4.59 +"24958",2.08,"Premium","F","SI2",62,60,13437,8.15,8.1,5.04 +"24959",1.37,"Ideal","G","IF",62.3,54,13439,7.11,7.15,4.43 +"24960",2,"Fair","H","SI1",65.1,59,13442,7.83,7.77,5.08 +"24961",1.68,"Premium","G","VS1",58.2,57,13445,7.89,7.85,4.58 +"24962",1.71,"Very Good","H","VS2",62.6,59,13445,7.54,7.58,4.73 +"24963",1.71,"Ideal","H","VS2",62.5,57,13445,7.59,7.63,4.76 +"24964",1.5,"Premium","D","SI1",61.6,59,13445,7.4,7.3,4.53 +"24965",2.02,"Ideal","F","SI2",62.7,57,13453,8.07,7.93,5.03 +"24966",2.02,"Premium","H","SI1",63,60,13453,7.85,7.79,4.93 +"24967",2.12,"Premium","H","SI2",61.5,59,13460,8.26,8.21,5.06 +"24968",1.57,"Ideal","G","VS1",61.9,55,13462,7.53,7.47,4.64 +"24969",2.1,"Ideal","J","VS2",61.5,61,13462,8.21,8.16,5.03 +"24970",2.01,"Good","I","SI1",64.1,62,13464,7.85,7.94,5.06 +"24971",2.01,"Very Good","I","SI1",61.7,60,13464,7.99,8.12,4.97 +"24972",1.73,"Ideal","I","VS2",61,56,13465,7.72,7.79,4.73 +"24973",1.2,"Ideal","E","VVS1",61.6,57,13474,6.78,6.83,4.19 +"24974",1.51,"Premium","F","VS2",62.2,60,13474,7.25,7.34,4.54 +"24975",2.04,"Premium","J","VS2",61.4,59,13477,8.04,8.14,4.97 +"24976",1.71,"Ideal","H","SI1",61.8,57,13477,7.74,7.69,4.76 +"24977",2,"Good","H","SI2",63.6,57,13480,8.01,7.97,5.08 +"24978",1.52,"Premium","G","VS2",62,58,13483,7.33,7.39,4.56 +"24979",1.13,"Ideal","E","VVS1",61.8,57,13485,6.66,6.71,4.13 +"24980",1.29,"Ideal","D","VS1",62.4,55,13485,6.93,6.99,4.34 +"24981",1.75,"Premium","D","SI2",60.6,60,13485,7.78,7.74,4.7 +"24982",1.72,"Premium","H","VS2",61.3,59,13486,7.69,7.72,4.72 +"24983",2.01,"Very Good","I","SI2",60.9,60,13488,8,8.15,4.92 +"24984",2.07,"Very Good","J","VS2",61.3,56,13495,8.16,8.2,5.02 +"24985",2.01,"Ideal","G","SI2",63,56,13498,7.98,7.9,5 +"24986",2.02,"Very Good","J","VS2",62.6,58,13499,8.03,8.1,5.05 +"24987",1.72,"Good","F","SI1",64.3,60,13499,7.52,7.56,4.85 +"24988",1.72,"Good","F","SI1",63.2,61,13499,7.57,7.62,4.8 +"24989",1.51,"Very Good","G","VVS2",63.6,57,13500,7.2,7.32,4.62 +"24990",2.09,"Very Good","I","SI2",63.1,60,13500,8.04,8.12,5.1 +"24991",2.33,"Very Good","H","SI2",63.2,56,13500,8.44,8.35,5.31 +"24992",2.02,"Fair","H","SI1",66.3,57,13502,7.71,7.79,5.14 +"24993",1.76,"Very Good","H","VS2",62.2,60,13503,7.68,7.72,4.79 +"24994",1.5,"Premium","F","VS2",62,53,13506,7.37,7.33,4.56 +"24995",1.5,"Premium","F","VS2",61.3,58,13506,7.36,7.31,4.5 +"24996",1.54,"Ideal","G","VS2",60.2,59,13508,7.47,7.52,4.51 +"24997",2.2,"Ideal","I","SI2",62.2,56,13512,8.33,8.29,5.17 +"24998",1.5,"Premium","E","VS1",60.1,60,13513,7.42,7.48,4.48 +"24999",1.51,"Good","G","VS1",62.4,59,13515,7.25,7.28,4.53 +"25000",1.5,"Very Good","G","VS2",61.1,60,13528,7.4,7.3,4.49 +"25001",1.29,"Ideal","E","VVS2",59.8,59,13530,7.07,7.11,4.24 +"25002",1.52,"Premium","F","VS2",59.4,60,13530,7.61,7.5,4.49 +"25003",2,"Ideal","H","VS2",61.6,57,13531,8.11,8.08,4.99 +"25004",1.51,"Ideal","G","VS2",62.1,55,13532,7.33,7.38,4.57 +"25005",1.25,"Ideal","E","VVS1",62.6,56,13536,6.83,6.91,4.3 +"25006",1.5,"Very Good","F","VS2",59.7,56,13537,7.42,7.46,4.44 +"25007",1.22,"Ideal","F","VVS1",62,54,13539,6.88,6.9,4.27 +"25008",2.14,"Premium","G","SI2",60.7,59,13540,8.37,8.31,5.06 +"25009",2,"Very Good","J","VS2",60.7,60,13542,8.05,8.17,4.92 +"25010",2,"Good","J","VS2",58,62,13542,8.17,8.25,4.76 +"25011",2,"Good","J","VS2",61.4,63,13542,8.01,8.08,4.94 +"25012",2.05,"Premium","J","VS2",62.3,60,13543,8.09,8.15,5.06 +"25013",1.55,"Ideal","H","IF",61.4,57,13544,7.47,7.42,4.57 +"25014",2.04,"Good","J","VS2",59.6,56,13550,8.26,8.31,4.94 +"25015",2,"Premium","J","VS2",61.5,59,13552,8.06,8.11,4.97 +"25016",1.5,"Fair","G","VVS2",64.8,56,13553,7.18,7.12,4.63 +"25017",2.22,"Premium","F","SI2",59.2,59,13553,8.54,8.46,5.03 +"25018",1.61,"Ideal","G","VS2",62.2,56,13553,7.52,7.47,4.66 +"25019",2.02,"Very Good","G","SI2",63.3,59,13554,8.05,7.96,5.07 +"25020",2.02,"Very Good","G","SI2",63.2,54,13554,7.96,7.82,4.99 +"25021",0.38,"Ideal","F","SI1",61.8,55,640,4.66,4.69,2.89 +"25022",0.3,"Ideal","E","SI1",61.7,57,640,4.29,4.33,2.66 +"25023",0.3,"Ideal","E","SI1",61.3,56,640,4.34,4.37,2.67 +"25024",0.3,"Ideal","E","SI1",61.7,55,640,4.33,4.36,2.68 +"25025",0.3,"Fair","E","VS1",56.3,62,640,4.47,4.49,2.52 +"25026",0.23,"Premium","E","VVS1",60.8,56,640,3.99,3.94,2.41 +"25027",0.23,"Premium","D","VVS2",59.6,61,640,4.03,3.99,2.39 +"25028",0.4,"Premium","E","SI2",60.5,59,640,4.74,4.78,2.88 +"25029",0.34,"Very Good","G","VS1",62.2,55,640,4.48,4.52,2.8 +"25030",0.3,"Very Good","F","VS1",59.8,60,640,4.39,4.31,2.6 +"25031",0.31,"Very Good","D","VS2",63.6,55,641,4.29,4.32,2.74 +"25032",0.36,"Very Good","F","SI1",60.7,54,641,4.64,4.67,2.83 +"25033",0.27,"Ideal","G","VVS2",62.8,56,641,4.12,4.16,2.6 +"25034",0.34,"Ideal","F","VS2",62.2,55,641,4.47,4.5,2.79 +"25035",0.4,"Ideal","J","VS1",60.4,56,641,4.77,4.8,2.89 +"25036",0.34,"Good","E","SI1",60.5,60.1,641,4.5,4.53,2.73 +"25037",0.38,"Good","E","SI1",62.8,61,641,4.6,4.67,2.91 +"25038",0.38,"Premium","I","SI2",62.7,58,641,4.61,4.57,2.88 +"25039",0.3,"Premium","F","SI1",60.9,60,641,4.37,4.33,2.65 +"25040",0.3,"Premium","F","SI1",62.1,61,641,4.29,4.25,2.65 +"25041",0.3,"Premium","F","SI1",62.1,60,641,4.28,4.26,2.65 +"25042",0.3,"Ideal","F","SI1",62.3,54,641,4.3,4.27,2.67 +"25043",0.3,"Good","F","SI1",63.6,55,641,4.33,4.28,2.74 +"25044",0.3,"Premium","F","SI1",61.7,59,641,4.33,4.29,2.66 +"25045",0.3,"Ideal","F","SI1",62.8,56,641,4.26,4.24,2.67 +"25046",0.3,"Very Good","F","SI1",63.5,57,641,4.27,4.24,2.7 +"25047",0.3,"Ideal","F","SI1",62.9,57,641,4.27,4.25,2.68 +"25048",0.3,"Very Good","F","SI1",63.5,59,641,4.22,4.19,2.67 +"25049",0.3,"Very Good","F","SI1",63.5,57,641,4.26,4.21,2.69 +"25050",0.38,"Premium","I","SI2",60,59,641,4.71,4.69,2.82 +"25051",1.63,"Very Good","E","VS2",61.8,58,13555,7.49,7.57,4.65 +"25052",2.17,"Premium","J","SI2",62.3,58,13556,8.31,8.26,5.16 +"25053",1.58,"Ideal","E","SI1",61,57,13557,7.55,7.5,4.59 +"25054",2.3,"Premium","J","SI2",59.7,58,13560,8.63,8.68,5.17 +"25055",1.81,"Premium","E","SI2",58.2,61,13561,8.09,8.02,4.69 +"25056",2.41,"Premium","I","SI2",60.7,59,13563,8.7,8.64,5.26 +"25057",2.02,"Very Good","J","VS2",61.5,59,13564,8.06,8.13,4.98 +"25058",2.01,"Premium","J","VS2",61.5,60,13572,8.13,8.07,4.98 +"25059",2.01,"Ideal","I","SI2",62.9,56,13574,8.06,8.03,5.06 +"25060",2.01,"Premium","I","SI2",59.2,60,13574,8.31,8.27,4.91 +"25061",1.62,"Premium","G","VS2",62.3,58,13578,7.49,7.54,4.68 +"25062",2.22,"Very Good","J","SI2",62.8,57,13579,8.29,8.33,5.22 +"25063",1.61,"Premium","D","SI1",61.4,60,13582,7.56,7.51,4.63 +"25064",1.83,"Very Good","I","VS1",61.9,57,13587,7.85,7.91,4.88 +"25065",2.01,"Fair","H","SI2",65.8,63,13587,7.77,7.68,5.08 +"25066",2.01,"Good","I","SI1",64.1,62,13587,7.94,7.85,5.06 +"25067",2.01,"Fair","H","SI2",61.2,66,13587,8.21,8.09,4.98 +"25068",1.06,"Ideal","D","VVS2",61.8,56,13588,6.49,6.53,4.03 +"25069",1.06,"Ideal","D","VVS2",61.9,56,13588,6.51,6.54,4.04 +"25070",1.51,"Ideal","D","SI1",61.9,56,13588,7.35,7.41,4.57 +"25071",1.16,"Ideal","F","VVS1",61.5,56,13595,6.76,6.81,4.17 +"25072",1.21,"Ideal","E","VVS1",62,55,13595,6.8,6.88,4.24 +"25073",2.01,"Very Good","J","VS2",63.2,55,13596,7.97,8.04,5.07 +"25074",1.5,"Good","G","VS1",63.8,58,13596,7.12,7.21,4.57 +"25075",1.5,"Very Good","G","VS1",60.2,58,13596,7.38,7.41,4.45 +"25076",1.2,"Ideal","E","VVS1",61.6,57,13597,6.83,6.78,4.19 +"25077",2.25,"Very Good","J","SI2",58.4,63,13597,8.6,8.65,5.04 +"25078",2.11,"Premium","G","SI2",62.2,58,13598,8.19,8.23,5.11 +"25079",1.36,"Premium","E","VVS2",59.8,59,13598,7.12,7.2,4.38 +"25080",2.01,"Premium","H","VS2",62.6,59,13599,8.02,7.88,4.98 +"25081",2.04,"Premium","J","VS2",61.4,59,13600,8.14,8.04,4.97 +"25082",1.5,"Good","D","SI1",61.3,61,13603,7.32,7.39,4.51 +"25083",1.7,"Ideal","G","VS1",62.9,57,13605,7.59,7.52,4.75 +"25084",1.52,"Premium","G","VS2",62,58,13606,7.39,7.33,4.56 +"25085",1.88,"Very Good","I","VS2",62.2,57,13607,7.79,7.86,4.87 +"25086",1.54,"Premium","G","VS1",61.9,59,13609,7.34,7.37,4.55 +"25087",2.04,"Very Good","J","VS2",63,58,13609,7.99,8.02,5.04 +"25088",1.72,"Premium","H","VS2",61.3,59,13609,7.72,7.69,4.72 +"25089",2.01,"Premium","F","SI2",58.4,59,13610,8.26,8.24,4.82 +"25090",2.21,"Ideal","H","SI2",61.9,56,13615,8.4,8.36,5.19 +"25091",2.01,"Premium","J","VS2",60.4,59,13619,8.1,8.15,4.91 +"25092",2.03,"Good","G","SI2",62.7,65,13621,8.17,7.92,5.06 +"25093",2.15,"Very Good","J","SI1",62.4,60,13622,8.18,8.24,5.12 +"25094",1.72,"Very Good","F","SI1",63.2,61,13622,7.62,7.57,4.8 +"25095",1.72,"Good","F","SI1",64.3,60,13622,7.56,7.52,4.85 +"25096",1.72,"Fair","F","SI1",64.8,58,13622,7.5,7.46,4.85 +"25097",1.51,"Very Good","E","VS2",62.4,58,13623,7.26,7.33,4.55 +"25098",1.25,"Ideal","F","VVS2",61.8,57,13623,6.9,6.95,4.28 +"25099",1.51,"Very Good","G","VS1",63.5,55,13624,7.26,7.3,4.62 +"25100",1.76,"Premium","H","VS2",62.2,60,13626,7.72,7.68,4.79 +"25101",1.5,"Very Good","D","VS2",63.8,55,13629,7.24,7.28,4.63 +"25102",1.53,"Ideal","H","VVS2",62.2,57,13629,7.32,7.37,4.57 +"25103",1.21,"Very Good","D","VVS2",62.4,56,13630,6.76,6.83,4.24 +"25104",1.59,"Very Good","D","SI1",62.8,54,13631,7.43,7.48,4.68 +"25105",1.7,"Ideal","H","VS2",62.2,57,13632,7.63,7.67,4.76 +"25106",1.51,"Premium","G","VS1",62.4,59,13638,7.28,7.25,4.53 +"25107",2.21,"Premium","J","SI2",62.7,57,13642,8.33,8.25,5.2 +"25108",2.02,"Premium","I","SI2",61.4,57,13642,8.18,8.08,4.99 +"25109",1.69,"Ideal","I","VS2",60.5,56,13645,7.74,7.77,4.69 +"25110",1.51,"Ideal","F","VS2",62.2,53,13646,7.31,7.35,4.56 +"25111",1.5,"Good","E","VS2",63.7,56,13653,7.18,7.16,4.57 +"25112",1.23,"Ideal","D","VVS2",62.4,55,13653,6.87,6.82,4.27 +"25113",1.5,"Ideal","F","VS2",60.2,57,13653,7.43,7.39,4.46 +"25114",2.32,"Good","J","SI1",60.3,61,13654,8.56,8.52,5.15 +"25115",2.02,"Very Good","H","SI2",63.1,54,13655,8.09,7.99,5.07 +"25116",1.78,"Very Good","F","SI1",60.6,57,13659,7.89,7.94,4.8 +"25117",1.71,"Ideal","I","VVS2",61.9,57,13660,7.62,7.67,4.73 +"25118",1.21,"Ideal","E","VVS2",61.7,57,13661,6.8,6.88,4.22 +"25119",1.55,"Ideal","H","VS1",62,57,13665,7.37,7.43,4.59 +"25120",1.71,"Premium","G","SI1",60.6,58,13666,7.79,7.75,4.71 +"25121",2.05,"Premium","J","VS2",62.3,60,13667,8.15,8.09,5.06 +"25122",2.01,"Very Good","I","SI2",59.5,58,13669,8.18,8.21,4.88 +"25123",1.26,"Ideal","F","IF",62.6,57,13671,6.94,6.84,4.31 +"25124",2.07,"Premium","J","VS2",61.5,59,13675,8.16,8.2,5.03 +"25125",2,"Ideal","G","SI1",61.7,55,13675,8.11,8.07,4.99 +"25126",2,"Premium","J","VS2",61.5,59,13675,8.11,8.06,4.97 +"25127",2.02,"Premium","E","SI2",59.9,58,13677,8.18,8.14,4.89 +"25128",1.63,"Premium","E","VS2",61.8,58,13678,7.57,7.49,4.65 +"25129",1.5,"Premium","F","VS2",62.8,58,13680,7.21,7.16,4.51 +"25130",1.7,"Ideal","H","VS2",62.4,57,13681,7.61,7.56,4.73 +"25131",1.51,"Good","G","VS1",63.1,60,13686,7.24,7.3,4.59 +"25132",1.51,"Very Good","G","VS1",62.5,58,13686,7.23,7.27,4.53 +"25133",2.02,"Premium","J","VS2",62,59,13687,8.06,8.08,5 +"25134",1.77,"Very Good","I","VS2",60.2,58,13691,7.88,7.83,4.73 +"25135",2.01,"Very Good","I","SI1",61.8,62,13691,7.98,8.07,4.96 +"25136",2.02,"Very Good","J","VS2",59.3,60,13693,8.28,8.34,4.93 +"25137",2.11,"Premium","I","SI2",62.3,56,13701,8.23,8.13,5.1 +"25138",2.29,"Fair","J","VS2",57,66,13701,8.8,8.6,4.98 +"25139",1.62,"Premium","G","VS2",62.3,58,13702,7.54,7.49,4.68 +"25140",2.22,"Premium","J","SI2",61.8,58,13703,8.42,8.31,5.17 +"25141",2.22,"Ideal","J","SI2",62.8,57,13703,8.33,8.29,5.22 +"25142",1.5,"Very Good","E","VS2",61.7,60,13710,7.29,7.34,4.51 +"25143",2.29,"Premium","G","SI2",60.1,58,13711,8.63,8.58,5.17 +"25144",1.83,"Premium","I","VS1",61.9,57,13711,7.91,7.85,4.88 +"25145",1.57,"Ideal","G","VS2",61.4,55,13713,7.48,7.52,4.61 +"25146",1.53,"Ideal","D","SI1",61.2,56,13714,7.48,7.45,4.57 +"25147",2.2,"Premium","I","SI2",61.8,54,13719,8.45,8.4,5.2 +"25148",1.5,"Premium","G","VS1",59.2,59,13720,7.44,7.39,4.39 +"25149",1.5,"Premium","G","VS1",60.2,58,13720,7.41,7.38,4.45 +"25150",1.5,"Good","G","VS1",63.8,58,13720,7.21,7.12,4.57 +"25151",1.5,"Premium","G","VS1",60.8,61,13720,7.36,7.29,4.45 +"25152",2.01,"Fair","G","SI2",65,60,13721,7.8,7.73,5.05 +"25153",1.56,"Ideal","G","SI1",60.4,56,13724,7.51,7.55,4.55 +"25154",1.3,"Very Good","E","VVS2",60.5,58,13725,7.05,7.11,4.28 +"25155",2.29,"Ideal","J","SI2",61.8,56.4,13726,8.4,8.5,5.23 +"25156",1.5,"Very Good","F","VS2",62.6,59,13728,7.21,7.26,4.53 +"25157",1.4,"Premium","D","VS1",62.8,58,13730,7.17,7.07,4.47 +"25158",2.07,"Premium","J","SI1",61.7,60,13731,8.23,8.15,5.05 +"25159",2.08,"Very Good","J","VS2",60.6,61,13732,8.24,8.34,5.02 +"25160",1.54,"Premium","G","VS1",61.9,59,13733,7.37,7.34,4.55 +"25161",2.04,"Premium","J","VS2",63,58,13734,8.02,7.99,5.04 +"25162",1.54,"Very Good","F","VS2",60.8,58,13735,7.43,7.56,4.56 +"25163",1.5,"Premium","G","VS1",62.7,58,13736,7.32,7.2,4.55 +"25164",1.7,"Premium","F","VS2",62.5,61,13737,7.54,7.45,4.69 +"25165",1.7,"Premium","G","SI1",62.5,61,13737,7.54,7.47,4.69 +"25166",2.01,"Premium","J","VS2",60.4,59,13744,8.15,8.1,4.91 +"25167",2.01,"Fair","J","VS2",64.9,60,13744,7.82,7.78,5.06 +"25168",2.15,"Premium","J","SI1",62.4,60,13746,8.24,8.18,5.12 +"25169",1.51,"Ideal","G","VS2",60.9,57,13752,7.39,7.46,4.52 +"25170",2.1,"Premium","I","VS2",59.2,60,13753,8.38,8.35,4.95 +"25171",2.01,"Premium","I","SI1",58.9,59,13755,8.26,8.22,4.85 +"25172",1.7,"Ideal","H","VS2",62.2,57,13756,7.67,7.63,4.76 +"25173",1.51,"Very Good","E","VS2",63.3,61,13757,7.24,7.17,4.56 +"25174",1.51,"Premium","E","VS2",62.2,58,13757,7.33,7.27,4.54 +"25175",1.51,"Very Good","E","VS2",63.2,56,13757,7.28,7.22,4.58 +"25176",2.13,"Premium","F","SI2",62.4,58,13760,8.22,8.16,5.11 +"25177",1.54,"Ideal","G","VS2",60.6,57,13761,7.55,7.49,4.56 +"25178",1.74,"Ideal","H","VS2",61.5,55,13761,7.79,7.73,4.77 +"25179",2,"Fair","I","SI1",65.9,60,13764,7.8,7.73,5.12 +"25180",2,"Fair","H","SI1",61.2,50,13764,8.17,8.08,4.97 +"25181",1.7,"Premium","F","SI1",62.3,58,13766,7.63,7.59,4.74 +"25182",2.05,"Premium","G","SI1",62.2,56,13767,8.19,8.08,5.06 +"25183",1.52,"Premium","G","VS2",62.8,60,13768,7.26,7.22,4.55 +"25184",1.52,"Ideal","G","VS2",62.1,56,13768,7.39,7.34,4.57 +"25185",2.18,"Ideal","I","VS2",62,57,13769,8.35,8.24,5.14 +"25186",1.51,"Ideal","F","VS2",62.2,53,13771,7.35,7.31,4.56 +"25187",1.51,"Premium","F","VS2",62,62,13771,7.35,7.23,4.52 +"25188",1.52,"Ideal","G","VS1",59.7,57,13777,7.48,7.5,4.47 +"25189",2.01,"Ideal","I","SI2",62.5,55,13777,8.12,8.08,5.06 +"25190",1.84,"Premium","H","SI1",59.7,58,13779,7.98,8.01,4.77 +"25191",2.17,"Very Good","J","SI2",60.8,59,13782,8.37,8.41,5.1 +"25192",2.22,"Very Good","J","SI1",58.7,60,13782,8.51,8.57,5.01 +"25193",2.61,"Good","I","SI2",64.2,63,13784,8.66,8.57,5.53 +"25194",2.07,"Premium","E","SI2",61.4,58,13786,8.24,8.19,5.04 +"25195",2.07,"Premium","E","SI2",58.9,61,13786,8.45,8.35,4.95 +"25196",2.07,"Premium","H","SI1",62,58,13786,8.17,8.09,5.04 +"25197",1.56,"Ideal","G","VS2",62.3,53,13787,7.41,7.49,4.64 +"25198",2.04,"Premium","H","SI2",62.8,57,13790,8.13,8.08,5.09 +"25199",2.04,"Very Good","H","SI2",63.2,58,13790,8.1,8,5.09 +"25200",2.1,"Very Good","H","SI2",63.3,57,13790,8.2,8.08,5.15 +"25201",1.54,"Ideal","G","VS2",61.2,56,13794,7.43,7.47,4.56 +"25202",2.01,"Ideal","I","SI2",62.3,57,13796,8.06,8.08,5.03 +"25203",2.26,"Very Good","H","SI2",63.1,58,13797,8.3,8.22,5.21 +"25204",1.52,"Very Good","D","VS2",62.4,58,13799,7.23,7.28,4.53 +"25205",2.07,"Premium","J","VS2",61.5,59,13800,8.2,8.16,5.03 +"25206",1.24,"Ideal","D","VVS2",62.6,55,13803,6.89,6.94,4.33 +"25207",2.09,"Ideal","I","SI2",61.2,57,13807,8.19,8.27,5.04 +"25208",1.52,"Ideal","G","VS2",62.8,54,13809,7.3,7.36,4.61 +"25209",1.51,"Very Good","G","VS1",63.3,53,13811,7.33,7.26,4.62 +"25210",2.01,"Premium","D","SI2",59.1,60,13811,8.31,8.21,4.88 +"25211",1.51,"Ideal","G","VS1",62.8,56,13811,7.29,7.24,4.56 +"25212",1.51,"Very Good","G","VS1",63.1,60,13811,7.3,7.24,4.59 +"25213",1.51,"Premium","G","VS1",62.5,58,13811,7.27,7.23,4.53 +"25214",2.18,"Very Good","J","SI1",62.9,59,13812,8.21,8.25,5.18 +"25215",2.02,"Premium","J","VS2",62,59,13812,8.08,8.06,5 +"25216",1.82,"Premium","I","VS1",61.4,60,13813,7.8,7.83,4.8 +"25217",1.51,"Ideal","G","VS1",61.7,54,13818,7.36,7.41,4.56 +"25218",1.71,"Very Good","F","VS2",63.5,59,13818,7.51,7.46,4.75 +"25219",1.51,"Good","F","VS2",62,59,13819,7.18,7.37,4.51 +"25220",1.5,"Ideal","G","VS1",61.3,53.9,13820,7.37,7.42,4.53 +"25221",2,"Premium","I","SI2",60.7,61,13820,8.09,8.03,4.89 +"25222",1.7,"Ideal","H","VS1",62.4,55,13823,7.61,7.69,4.77 +"25223",1.27,"Ideal","F","VVS2",61,57,13823,6.98,7.02,4.27 +"25224",1.22,"Premium","E","VVS1",61.1,60,13824,6.87,6.85,4.19 +"25225",2.04,"Very Good","J","VS2",62.4,57,13825,8.04,8.19,5.06 +"25226",2.14,"Fair","F","SI2",64.8,60,13825,8.11,8,5.22 +"25227",2.24,"Premium","J","SI2",62.2,59,13827,8.37,8.33,5.19 +"25228",1.51,"Premium","G","VVS2",62.9,60,13828,7.3,7.21,4.56 +"25229",1.51,"Ideal","G","VS2",62.3,54,13828,7.35,7.33,4.57 +"25230",1.51,"Premium","G","VS2",61.1,58,13828,7.42,7.38,4.45 +"25231",2.31,"Premium","H","SI2",59.2,61,13831,8.65,8.57,5.1 +"25232",2.01,"Premium","I","SI2",62.6,56,13833,8.1,8,5.04 +"25233",1.59,"Ideal","H","VS1",60.7,56,13839,7.54,7.58,4.59 +"25234",2.14,"Ideal","I","VS2",62.2,57,13844,8.22,8.19,5.1 +"25235",2.07,"Premium","H","SI1",61.1,58,13844,8.27,8.2,5.03 +"25236",1.5,"Good","E","VS2",63.9,58,13846,7.21,7.19,4.6 +"25237",1.54,"Ideal","G","VS1",62.3,57,13846,7.35,7.38,4.59 +"25238",2.52,"Fair","H","SI2",65.4,59,13846,8.49,8.42,5.53 +"25239",2.01,"Very Good","I","SI1",60.8,60,13849,8.12,8.15,4.95 +"25240",2.01,"Good","H","SI2",63.1,55,13849,7.99,8.09,5.07 +"25241",2.02,"Premium","H","SI2",62.6,59,13850,8.03,7.97,5.01 +"25242",1.6,"Ideal","F","VS2",60.1,57,13853,7.65,7.59,4.58 +"25243",1.5,"Good","F","VS2",63.6,55,13853,7.27,7.22,4.61 +"25244",1.5,"Fair","F","VS2",65.3,57,13853,7.15,7.12,4.66 +"25245",1.5,"Premium","F","VS2",60.9,60,13853,7.42,7.35,4.5 +"25246",2.03,"Very Good","D","SI2",63.1,58,13858,8.02,7.98,5.05 +"25247",2.09,"Premium","J","SI1",62.2,59,13864,8.23,8.16,5.1 +"25248",2.02,"Very Good","I","SI2",61.1,61,13865,8.08,8.11,4.95 +"25249",1.76,"Premium","D","SI2",59.6,58,13867,7.9,7.86,4.7 +"25250",1.58,"Very Good","D","SI1",62.7,60,13869,7.37,7.41,4.63 +"25251",2.21,"Premium","H","SI2",59,59,13872,8.51,8.46,5.01 +"25252",1.69,"Ideal","F","SI1",63,57,13872,7.62,7.55,4.78 +"25253",1.43,"Premium","D","VS2",62.6,59,13873,7.19,7.21,4.51 +"25254",1.61,"Ideal","H","VS2",61.8,56,13873,7.48,7.52,4.63 +"25255",2.07,"Ideal","I","SI2",61.6,56,13879,8.16,8.18,5.04 +"25256",2.03,"Ideal","J","VS2",62.1,57,13880,8.15,8.08,5.04 +"25257",1.69,"Ideal","H","VS1",61,57,13882,7.72,7.66,4.69 +"25258",2.12,"Premium","E","SI2",62.4,58,13884,8.22,8.18,5.12 +"25259",2.26,"Premium","H","SI2",61.1,57,13885,8.45,8.4,5.15 +"25260",1.67,"Ideal","H","VS1",61.8,55.9,13887,7.57,7.6,4.69 +"25261",1.5,"Very Good","E","VS2",62.9,56,13892,7.31,7.22,4.57 +"25262",2,"Very Good","I","SI2",59.5,61,13892,8.16,8.18,4.86 +"25263",1.5,"Good","E","VS2",63.9,58,13899,7.2,7.24,4.61 +"25264",1.52,"Ideal","G","VS1",59.7,57,13903,7.5,7.48,4.47 +"25265",1.52,"Good","G","VS1",64,58,13903,7.22,7.18,4.61 +"25266",1.71,"Very Good","H","VS1",62,56,13904,7.64,7.68,4.75 +"25267",1.84,"Premium","H","SI1",59.7,58,13905,8.01,7.98,4.77 +"25268",2.28,"Ideal","G","SI2",61.6,57,13907,8.44,8.37,5.18 +"25269",2.06,"Premium","G","SI2",60.7,58,13908,8.18,8.25,4.99 +"25270",1.79,"Ideal","I","VS1",61.3,57,13908,7.86,7.81,4.8 +"25271",1.55,"Ideal","G","VS2",61.6,55,13912,7.45,7.48,4.6 +"25272",2.06,"Premium","I","SI2",61,61,13912,8.18,8.1,5.02 +"25273",1.58,"Ideal","F","VS2",60,57,13917,7.52,7.58,4.53 +"25274",2.2,"Good","H","SI2",63.6,58,13919,8.21,8.17,5.21 +"25275",1.9,"Premium","G","SI2",63,58,13919,7.93,7.86,4.97 +"25276",2.28,"Premium","H","SI1",59.3,58,13919,8.6,8.56,5.09 +"25277",1.52,"Premium","F","VS2",60.9,61,13919,7.46,7.28,4.49 +"25278",2,"Ideal","I","SI2",61.1,59,13921,8.07,8.11,4.94 +"25279",2.26,"Very Good","H","SI2",63.3,59,13923,8.35,8.26,5.25 +"25280",1.53,"Ideal","G","VS1",60.6,54,13926,7.49,7.47,4.53 +"25281",2.01,"Good","H","SI1",56.7,58,13929,8.31,8.36,4.73 +"25282",1.24,"Ideal","D","VVS2",62.6,55,13929,6.94,6.89,4.33 +"25283",2.1,"Premium","J","SI1",62.9,58,13930,8.15,8.09,5.11 +"25284",2.23,"Premium","J","SI2",61.3,60,13931,8.4,8.35,5.13 +"25285",2.09,"Ideal","I","SI2",61.2,57,13933,8.27,8.19,5.04 +"25286",2.18,"Premium","J","SI1",62.9,59,13938,8.25,8.21,5.18 +"25287",1.82,"Premium","I","VS1",61.4,60,13939,7.83,7.8,4.8 +"25288",2.01,"Very Good","G","SI2",61.3,60,13940,8.08,8.17,4.98 +"25289",1.6,"Premium","G","VS2",61.6,60,13942,7.55,7.49,4.63 +"25290",1.51,"Very Good","F","VS2",61.9,63,13945,7.35,7.26,4.52 +"25291",1.51,"Premium","F","VS2",62,59,13945,7.37,7.18,4.51 +"25292",1.51,"Premium","F","VS2",61.7,58,13945,7.33,7.28,4.51 +"25293",1.51,"Premium","F","VS2",62.9,61,13945,7.31,7.22,4.57 +"25294",2.06,"Very Good","J","VS2",61.8,59,13948,8.14,8.2,5.05 +"25295",1.7,"Ideal","H","VS1",62.4,55,13949,7.69,7.61,4.77 +"25296",1.58,"Ideal","H","VS1",60.4,57,13950,7.55,7.65,4.59 +"25297",1.71,"Premium","G","VS2",61.3,58,13951,7.79,7.7,4.75 +"25298",1.25,"Very Good","F","IF",60.3,58,13953,6.96,7.03,4.22 +"25299",2.08,"Good","I","SI2",63.8,58,13956,8.02,8.1,5.14 +"25300",1.5,"Very Good","E","VS2",61,55,13963,7.38,7.45,4.52 +"25301",1.58,"Very Good","G","VS1",62.8,57,13963,7.34,7.4,4.63 +"25302",1.21,"Ideal","D","VVS2",61.3,56,13965,6.86,6.9,4.22 +"25303",1.13,"Ideal","D","VVS1",61.5,55,13968,6.74,6.69,4.13 +"25304",1.71,"Very Good","E","SI1",63.4,56,13970,7.58,7.5,4.78 +"25305",2.01,"Good","I","SI1",63.8,57,13976,7.95,7.91,5.06 +"25306",2.19,"Good","G","SI1",63.7,56,13978,8.26,8.17,5.23 +"25307",2.21,"Premium","H","SI1",61.1,58,13983,8.39,8.34,5.11 +"25308",2,"Premium","H","SI1",59.8,60,13986,8.04,8.01,4.8 +"25309",1.51,"Ideal","E","VS2",59.8,59,13986,7.55,7.47,4.49 +"25310",2,"Premium","G","SI2",61.1,60,13986,8.1,8.03,4.93 +"25311",2.02,"Premium","I","SI2",61.1,61,13991,8.11,8.08,4.95 +"25312",2.02,"Premium","I","SI2",62.9,60,13991,8.05,8.01,5.05 +"25313",2.07,"Premium","H","SI1",62.7,58,13993,8.14,8.09,5.09 +"25314",2.07,"Good","I","SI1",63.6,58,13993,8.09,7.99,5.11 +"25315",1.08,"Ideal","E","VVS1",61.5,58,13994,6.57,6.64,4.06 +"25316",1.53,"Ideal","G","VS1",62.2,56,13994,7.36,7.31,4.56 +"25317",1.51,"Ideal","G","VS1",62.1,55,13995,7.38,7.33,4.57 +"25318",1.58,"Premium","D","SI1",62.7,60,13995,7.41,7.37,4.63 +"25319",2.13,"Very Good","J","SI1",62.8,58,13996,8.13,8.17,5.12 +"25320",2.11,"Premium","J","SI1",62.4,58,13996,8.27,8.17,5.13 +"25321",1.5,"Good","G","IF",59.9,59,13998,7.39,7.46,4.45 +"25322",1.67,"Ideal","H","VS1",61.8,56,14014,7.6,7.57,4.69 +"25323",1.71,"Ideal","H","VS2",62.1,56,14017,7.64,7.7,4.76 +"25324",1.63,"Ideal","E","SI1",60.5,59,14022,7.66,7.62,4.62 +"25325",2.09,"Premium","G","SI2",59.8,59,14024,8.37,8.32,4.99 +"25326",1.5,"Good","E","VS2",63.9,58,14026,7.24,7.2,4.61 +"25327",2.02,"Ideal","I","SI2",60.9,60,14027,8.08,8.14,4.94 +"25328",2.02,"Good","I","SI2",58.2,57,14027,8.31,8.35,4.85 +"25329",1.51,"Very Good","G","VS1",59.5,59,14028,7.41,7.45,4.42 +"25330",1.59,"Ideal","H","VS1",61.8,56,14031,7.49,7.53,4.64 +"25331",2.21,"Premium","H","SI2",61.3,60,14032,8.35,8.33,5.11 +"25332",1.08,"Ideal","E","VVS1",61.7,55,14032,6.6,6.63,4.08 +"25333",1.75,"Ideal","H","VS2",62.2,56.3,14033,7.66,7.71,4.79 +"25334",1.2,"Ideal","D","VVS2",62.7,54,14033,6.8,6.82,4.27 +"25335",2.05,"Ideal","J","SI1",60.3,60,14037,8.17,8.24,4.95 +"25336",1.52,"Ideal","F","VS2",62.8,55,14038,7.37,7.28,4.6 +"25337",1.55,"Ideal","G","VS2",61.6,55,14039,7.48,7.45,4.6 +"25338",2.01,"Ideal","H","SI2",61.9,57,14040,8.09,8.06,5 +"25339",2.3,"Premium","H","SI2",60.6,59,14042,8.4,8.37,5.08 +"25340",2.3,"Premium","H","SI2",60.6,59,14042,8.4,8.37,5.08 +"25341",2,"Good","H","VS2",57.3,59,14042,8.27,8.24,4.73 +"25342",1.58,"Ideal","F","VS2",60,57,14044,7.58,7.52,4.53 +"25343",2.08,"Premium","I","SI2",60.8,61,14047,8.24,8.21,5 +"25344",2,"Very Good","I","SI1",63.6,57,14057,7.9,7.99,5.05 +"25345",1.7,"Premium","H","VS2",62.4,59,14058,7.63,7.54,4.73 +"25346",2.03,"Ideal","I","SI2",61.5,54,14061,8.22,8.2,5.05 +"25347",2.14,"Very Good","J","VS2",62.8,57,14065,8.27,8.16,5.16 +"25348",1.76,"Ideal","I","VVS2",60.2,58,14065,7.84,7.87,4.73 +"25349",1.52,"Very Good","F","VS2",62.7,59,14066,7.3,7.33,4.59 +"25350",2.01,"Premium","F","SI2",61.3,58,14067,8.14,8.07,4.97 +"25351",0.3,"Good","F","SI1",57.2,62,641,4.45,4.39,2.53 +"25352",0.28,"Very Good","F","VVS2",60.6,59,642,4.22,4.26,2.57 +"25353",0.28,"Very Good","F","VVS2",59.7,59,642,4.26,4.28,2.55 +"25354",0.28,"Very Good","E","VVS2",59.1,59,642,4.27,4.33,2.54 +"25355",0.28,"Very Good","E","VVS2",61.8,58,642,4.2,4.24,2.61 +"25356",0.28,"Very Good","E","VVS2",59.8,57,642,4.28,4.32,2.57 +"25357",0.28,"Very Good","E","VVS2",60,56,642,4.26,4.28,2.56 +"25358",0.28,"Very Good","D","VVS2",62.2,59,642,4.18,4.21,2.61 +"25359",0.31,"Very Good","G","VVS1",59.6,59,642,4.4,4.42,2.63 +"25360",0.31,"Very Good","G","VVS1",61.9,55,642,4.36,4.4,2.71 +"25361",0.28,"Very Good","F","VVS1",62.9,57,642,4.13,4.17,2.61 +"25362",0.28,"Very Good","F","VVS1",60.1,59,642,4.24,4.25,2.55 +"25363",0.28,"Very Good","F","VVS1",61.4,60,642,4.19,4.22,2.58 +"25364",0.28,"Very Good","E","VVS1",61.9,59,642,4.16,4.21,2.59 +"25365",0.28,"Very Good","E","VVS1",59.6,59,642,4.3,4.33,2.57 +"25366",0.28,"Very Good","D","VVS1",60.6,58,642,4.23,4.25,2.57 +"25367",0.28,"Very Good","D","VVS1",60.4,59,642,4.23,4.25,2.56 +"25368",0.32,"Very Good","F","VS2",59.6,56,642,4.48,4.51,2.68 +"25369",0.28,"Ideal","F","VVS2",61.8,56,642,4.22,4.26,2.62 +"25370",0.28,"Ideal","F","VVS2",61.1,57,642,4.22,4.26,2.59 +"25371",0.28,"Ideal","F","VVS2",61.4,57,642,4.2,4.24,2.59 +"25372",0.28,"Ideal","F","VVS2",62.5,57,642,4.18,4.21,2.62 +"25373",0.28,"Ideal","F","VVS2",61.8,56,642,4.21,4.24,2.61 +"25374",0.39,"Ideal","J","VS2",61.2,56,642,4.71,4.74,2.89 +"25375",0.31,"Ideal","E","VS2",60.7,57,642,4.39,4.41,2.67 +"25376",0.31,"Ideal","E","VS2",61.5,56,642,4.39,4.42,2.71 +"25377",0.31,"Ideal","E","VS2",61.7,55,642,4.38,4.41,2.71 +"25378",0.31,"Ideal","E","VS2",61.7,55,642,4.35,4.37,2.69 +"25379",0.31,"Ideal","E","VS2",62.2,55,642,4.32,4.36,2.7 +"25380",0.31,"Ideal","E","VS2",62.4,53,642,4.33,4.36,2.71 +"25381",1.5,"Ideal","G","VS1",62.3,57,14067,7.25,7.32,4.54 +"25382",1.3,"Premium","F","VVS1",59.3,59,14068,7.11,7.08,4.22 +"25383",1.5,"Premium","F","VS2",61.6,58,14071,7.31,7.37,4.52 +"25384",2.05,"Very Good","I","SI2",62.8,56,14071,8.1,8.12,5.09 +"25385",1.5,"Premium","F","VS2",61.5,58,14071,7.34,7.36,4.52 +"25386",1.5,"Premium","F","VS2",61.1,58,14071,7.33,7.36,4.49 +"25387",1.5,"Ideal","F","VS2",60.4,57,14071,7.41,7.43,4.48 +"25388",2,"Very Good","G","SI2",64,58,14074,7.86,7.95,5.06 +"25389",2.02,"Fair","H","SI2",56.5,61,14080,8.33,8.37,4.72 +"25390",2.03,"Ideal","J","VS2",60.5,57,14083,8.26,8.2,4.98 +"25391",2.08,"Good","I","SI2",63.8,58,14084,8.1,8.02,5.14 +"25392",1.5,"Ideal","F","VS2",61.7,54,14092,7.28,7.31,4.5 +"25393",2.22,"Premium","I","SI1",62.7,58,14095,8.33,8.28,5.21 +"25394",1.26,"Very Good","F","IF",60,60,14095,7.04,7.09,4.24 +"25395",2.01,"Ideal","I","SI2",61.5,56,14103,8.1,8.16,5 +"25396",1.54,"Ideal","G","VS2",61.4,57,14103,7.47,7.42,4.57 +"25397",1.5,"Premium","G","VS1",61.2,59,14105,7.32,7.36,4.49 +"25398",1.5,"Premium","G","VS1",62.7,58,14105,7.25,7.3,4.56 +"25399",1.52,"Premium","G","VVS2",62.1,58,14105,7.4,7.31,4.57 +"25400",1.55,"Ideal","G","VS2",61.6,56,14106,7.44,7.49,4.6 +"25401",1.64,"Premium","E","SI1",59.5,58,14107,7.64,7.72,4.57 +"25402",2.29,"Premium","G","SI2",62.5,59,14108,8.38,8.33,5.22 +"25403",2.05,"Ideal","J","VS2",61.7,54.9,14111,8.16,8.24,5.05 +"25404",1.51,"Very Good","D","VS2",62.3,59,14112,7.29,7.34,4.56 +"25405",2.06,"Very Good","J","VS2",62.6,58,14119,8.05,8.08,5.05 +"25406",2.06,"Ideal","I","SI2",62.4,55,14120,8.1,8.14,5.07 +"25407",2.01,"Very Good","J","SI1",61.7,59,14125,8.01,8.09,4.97 +"25408",2,"Premium","H","SI1",59.8,60,14126,8.04,8.01,4.8 +"25409",1.79,"Premium","G","SI1",60.5,58,14127,7.88,7.83,4.75 +"25410",2.23,"Premium","J","SI1",62.4,59,14129,8.33,8.36,5.21 +"25411",2.04,"Ideal","J","SI1",61.7,57,14130,8.11,8.17,5.02 +"25412",1.7,"Very Good","H","VS1",62.8,57,14137,7.47,7.57,4.72 +"25413",2.14,"Ideal","I","SI2",60.7,57,14138,8.34,8.4,5.08 +"25414",1.56,"Premium","G","VS1",60.9,58,14139,7.49,7.53,4.57 +"25415",1.7,"Good","H","VVS2",63.1,57,14146,7.52,7.61,4.77 +"25416",2.36,"Ideal","H","SI2",61.8,56,14146,8.57,8.53,5.28 +"25417",1.51,"Good","F","SI1",59.5,58,14148,7.35,7.44,4.4 +"25418",2.01,"Very Good","H","SI2",63.2,57,14150,8.02,7.97,5.05 +"25419",1.67,"Ideal","D","SI1",62.6,54,14154,7.57,7.63,4.76 +"25420",1.51,"Premium","G","VS1",59.5,59,14156,7.45,7.41,4.42 +"25421",1.5,"Premium","G","VVS2",62.7,58,14157,7.28,7.32,4.58 +"25422",1.51,"Very Good","F","VS2",62.8,56,14165,7.27,7.32,4.58 +"25423",1.51,"Very Good","F","VS2",61.1,59,14165,7.32,7.37,4.49 +"25424",1.51,"Premium","F","VS2",62,60,14165,7.23,7.35,4.52 +"25425",1.51,"Very Good","F","VS2",62.5,58,14165,7.21,7.36,4.55 +"25426",1.51,"Very Good","F","VS2",62.5,58,14165,7.22,7.33,4.55 +"25427",2.01,"Ideal","H","SI2",61.9,57,14167,8.09,8.06,5 +"25428",1.51,"Premium","E","VS2",62.2,59,14171,7.31,7.36,4.56 +"25429",1.55,"Ideal","G","VS1",62,57,14174,7.37,7.42,4.58 +"25430",1.81,"Very Good","I","VS1",59.9,61,14177,7.85,7.91,4.72 +"25431",1.5,"Premium","E","VS2",62.3,60,14179,7.27,7.2,4.51 +"25432",1.57,"Premium","G","VS1",59.9,56,14180,7.6,7.55,4.54 +"25433",2.02,"Ideal","H","VS2",62.6,57,14182,8.01,7.97,5 +"25434",2.04,"Premium","H","SI2",62.8,58,14184,8.11,8.06,5.08 +"25435",1.55,"Ideal","F","VS2",62.6,57,14185,7.35,7.39,4.61 +"25436",2.35,"Premium","I","SI1",61.8,58,14185,8.58,8.44,5.26 +"25437",1.54,"Premium","F","VS2",62.8,58,14188,7.33,7.29,4.59 +"25438",1.71,"Premium","E","SI1",62.2,58,14190,7.61,7.67,4.75 +"25439",1.68,"Very Good","G","VS2",62.7,58,14192,7.51,7.54,4.72 +"25440",1.2,"Premium","E","VVS1",60.6,60,14192,6.95,6.85,4.18 +"25441",2.5,"Fair","G","SI2",67,57,14194,8.36,8.29,5.58 +"25442",1.3,"Premium","F","VVS1",59.3,59,14196,7.11,7.08,4.22 +"25443",1.5,"Ideal","F","VS2",62.4,55,14199,7.31,7.25,4.54 +"25444",1.5,"Ideal","F","VS2",60.4,57,14199,7.43,7.41,4.48 +"25445",1.5,"Premium","F","VS2",61.6,58,14199,7.37,7.31,4.52 +"25446",2,"Premium","I","SI2",58.6,61,14199,8.28,8.16,4.82 +"25447",2,"Fair","H","VS1",66,56,14199,7.79,7.72,5.12 +"25448",1.5,"Premium","F","VS2",61.5,58,14199,7.36,7.34,4.52 +"25449",1.5,"Premium","F","VS2",61.1,58,14199,7.36,7.33,4.49 +"25450",1.64,"Premium","G","VS2",62.4,58,14201,7.49,7.52,4.68 +"25451",1.51,"Very Good","D","VS2",63.1,62,14205,7.24,7.22,4.56 +"25452",2,"Fair","G","SI2",66.5,56,14208,7.75,7.7,5.14 +"25453",2,"Premium","I","SI2",61.3,59,14208,8.13,8.09,4.97 +"25454",2.51,"Good","I","SI2",63.7,61,14209,8.51,8.48,5.41 +"25455",2.02,"Premium","I","SI2",59.4,59,14211,8.21,8.25,4.89 +"25456",1.53,"Premium","G","VS1",61,60,14214,7.4,7.43,4.52 +"25457",2.3,"Ideal","H","SI2",62.6,57,14215,8.4,8.35,5.25 +"25458",1.52,"Very Good","F","VS2",63.5,57,14217,7.23,7.29,4.61 +"25459",2.28,"Good","J","SI1",63.7,55,14220,8.28,8.35,5.3 +"25460",1.55,"Ideal","F","SI1",61.9,55,14220,7.47,7.42,4.61 +"25461",3.01,"Premium","G","SI2",59.8,58,14220,9.44,9.37,5.62 +"25462",2.05,"Premium","J","VS1",62.4,58,14224,8.08,8.13,5.06 +"25463",1.66,"Premium","D","SI1",62,59,14224,7.55,7.6,4.7 +"25464",2.1,"Very Good","J","VS2",61.3,59,14229,8.21,8.27,5.05 +"25465",1.4,"Ideal","G","VVS2",62,56,14231,7.18,7.13,4.44 +"25466",1.5,"Premium","G","VS1",62.7,58,14234,7.3,7.25,4.56 +"25467",1.5,"Premium","G","VS1",61.2,59,14234,7.36,7.32,4.49 +"25468",1.36,"Very Good","D","VVS2",62.6,58,14236,7.06,7.21,4.47 +"25469",1.64,"Premium","E","SI1",59.5,58,14236,7.72,7.64,4.57 +"25470",1.56,"Ideal","G","VS2",61.3,56,14237,7.48,7.5,4.59 +"25471",2.02,"Premium","I","VS1",60.5,62,14238,8.18,8.15,4.94 +"25472",2.03,"Very Good","I","SI2",62.2,54,14239,8.11,8.15,5.06 +"25473",2.02,"Premium","I","SI1",61.4,58,14240,8.14,8.07,4.98 +"25474",1.69,"Premium","F","VS2",59.8,60,14242,7.79,7.74,4.64 +"25475",1.5,"Ideal","F","VS2",61.4,55,14242,7.35,7.44,4.54 +"25476",1.5,"Very Good","F","VS2",61.3,61,14242,7.33,7.36,4.5 +"25477",1.85,"Ideal","I","VVS2",62.4,57,14245,7.91,7.86,4.92 +"25478",1.51,"Ideal","F","VS2",62.4,56,14247,7.38,7.31,4.58 +"25479",1.51,"Premium","F","VS2",60.4,59,14247,7.41,7.33,4.45 +"25480",2.27,"Good","H","SI2",63.6,58,14249,8.37,8.29,5.3 +"25481",2.51,"Good","G","SI2",59.5,65,14251,8.87,8.74,5.24 +"25482",1.5,"Very Good","E","VS2",60.7,60,14256,7.32,7.41,4.47 +"25483",1.5,"Very Good","E","VS2",62.1,60,14256,7.27,7.31,4.53 +"25484",2.23,"Premium","J","SI1",62.4,59,14258,8.36,8.33,5.21 +"25485",1.7,"Ideal","H","VS1",62.8,57,14266,7.57,7.47,4.72 +"25486",2.16,"Good","I","VS2",63.6,56,14266,8.18,8.12,5.18 +"25487",2.14,"Ideal","I","SI2",60.7,57,14267,8.4,8.34,5.08 +"25488",1.56,"Premium","G","VS1",60.9,58,14268,7.53,7.49,4.57 +"25489",1.7,"Very Good","H","VVS2",63.1,57,14275,7.61,7.52,4.77 +"25490",2.2,"Ideal","I","SI2",62.2,56,14277,8.34,8.29,5.18 +"25491",2.18,"Ideal","F","SI2",62.6,55,14277,8.27,8.22,5.16 +"25492",1.54,"Ideal","G","VS1",61.2,56,14278,7.45,7.46,4.57 +"25493",2.01,"Premium","F","SI2",62.4,58,14279,8.08,8.05,5.03 +"25494",1.5,"Ideal","F","VS2",60.2,55,14281,7.45,7.51,4.5 +"25495",1.53,"Very Good","E","VS2",61.2,60,14282,7.49,7.4,4.56 +"25496",1.57,"Ideal","G","VS2",61.7,56,14283,7.42,7.49,4.6 +"25497",2.22,"Good","I","SI2",62.7,61.2,14285,8.23,8.31,5.19 +"25498",1.71,"Ideal","H","VS2",61.4,56,14292,7.68,7.71,4.72 +"25499",1.52,"Premium","G","VS1",61.2,60,14293,7.37,7.4,4.52 +"25500",1.51,"Premium","F","VS2",61.1,59,14294,7.37,7.32,4.49 +"25501",1.51,"Ideal","F","VS2",62.8,56,14294,7.32,7.27,4.58 +"25502",1.51,"Premium","F","VS2",62,60,14294,7.35,7.23,4.52 +"25503",1.51,"Premium","F","VS2",62.5,58,14294,7.36,7.21,4.55 +"25504",1.51,"Premium","F","VS2",62.5,58,14294,7.33,7.22,4.55 +"25505",1.52,"Very Good","D","SI1",60.6,57.8,14295,7.4,7.46,4.51 +"25506",2.06,"Very Good","I","SI2",62.3,57,14298,8.12,8.2,5.09 +"25507",2.21,"Premium","H","SI2",61.3,60,14299,8.35,8.33,5.11 +"25508",1.26,"Ideal","E","VVS2",61.1,57,14300,7,6.98,4.27 +"25509",1.2,"Ideal","F","IF",61.6,57,14300,6.84,6.79,4.2 +"25510",1.51,"Premium","E","VS2",62.2,59,14300,7.36,7.31,4.56 +"25511",1.72,"Premium","F","SI1",62.4,60,14300,7.67,7.62,4.77 +"25512",1.5,"Ideal","H","VVS1",61.2,57,14304,7.34,7.4,4.51 +"25513",1.58,"Very Good","F","VS2",59.9,61,14308,7.5,7.6,4.52 +"25514",1.87,"Very Good","H","SI1",62.9,58,14308,7.79,7.83,4.91 +"25515",2.03,"Ideal","E","SI2",62.3,56,14308,8.11,8.09,5.05 +"25516",1.71,"Premium","E","SI1",62.2,58,14319,7.67,7.61,4.75 +"25517",2,"Premium","H","SI1",63,54,14319,8.07,7.99,5.06 +"25518",2.14,"Ideal","I","SI2",61.9,56,14321,8.22,8.26,5.1 +"25519",2,"Ideal","J","VS2",61,57,14323,8.08,8.13,4.94 +"25520",2.16,"Premium","J","SI1",60.5,59,14328,8.41,8.35,5.07 +"25521",1.64,"Premium","G","VS2",62.4,58,14330,7.52,7.49,4.68 +"25522",2.02,"Premium","J","VS2",62.1,59,14330,8.08,7.98,4.99 +"25523",1.51,"Premium","F","VS2",61.9,59,14334,7.31,7.39,4.55 +"25524",1.51,"Very Good","E","VS2",60.8,60,14338,7.3,7.36,4.46 +"25525",2,"Very Good","H","SI2",61,57,14340,8.02,8.18,4.94 +"25526",2.7,"Very Good","H","SI2",63.1,56,14341,8.84,8.78,5.56 +"25527",1.61,"Ideal","G","VS1",61.9,55,14341,7.58,7.55,4.68 +"25528",2.02,"Premium","I","SI2",59.4,59,14341,8.25,8.21,4.89 +"25529",1.53,"Premium","G","VS1",61,60,14344,7.43,7.4,4.52 +"25530",2.25,"Ideal","H","SI1",62.4,56,14348,8.4,8.37,5.23 +"25531",2.02,"Premium","I","SI2",61.7,58,14350,8.07,8,4.96 +"25532",2.28,"Good","J","SI1",63.7,55,14350,8.35,8.28,5.3 +"25533",2.55,"Premium","I","SI2",62.9,58,14351,8.7,8.59,5.44 +"25534",1.5,"Premium","F","VS2",61,58,14352,7.37,7.31,4.48 +"25535",1.66,"Premium","D","SI1",62,59,14354,7.6,7.55,4.7 +"25536",1.75,"Very Good","H","VS1",63.3,56,14359,7.63,7.53,4.8 +"25537",2.14,"Ideal","G","SI2",62.9,56,14359,8.18,8.14,5.13 +"25538",2.1,"Premium","J","VS2",61.3,59,14359,8.27,8.21,5.05 +"25539",1.5,"Very Good","G","VVS1",63.1,62,14361,7.25,7.23,4.57 +"25540",2.27,"Premium","I","SI1",61,58,14362,8.42,8.4,5.19 +"25541",2.01,"Premium","H","SI2",62,60,14364,8.11,8.04,5.02 +"25542",2.01,"Ideal","H","SI2",62.8,57,14364,8.04,7.95,5.02 +"25543",1.5,"Very Good","D","VS2",63.6,55,14368,7.17,7.24,4.58 +"25544",1.5,"Premium","F","VS2",60.8,58,14372,7.44,7.29,4.48 +"25545",1.5,"Premium","F","VS2",61.3,61,14372,7.36,7.33,4.5 +"25546",1.5,"Ideal","F","VS2",61.4,55,14372,7.44,7.35,4.54 +"25547",1.51,"Premium","G","VS1",60.1,58,14375,7.45,7.48,4.49 +"25548",1.51,"Premium","G","VS1",62.6,60,14375,7.19,7.28,4.53 +"25549",1.51,"Ideal","G","VS1",60.6,57,14375,7.38,7.48,4.5 +"25550",1.85,"Ideal","I","VVS2",62.4,57,14375,7.91,7.86,4.92 +"25551",1.6,"Very Good","G","VS2",61,57,14383,7.55,7.59,4.62 +"25552",1.86,"Very Good","H","SI1",62.6,58,14383,7.77,7.82,4.88 +"25553",2.09,"Ideal","H","SI1",60.6,57,14383,8.34,8.29,5.04 +"25554",1.55,"Very Good","G","VS1",60.8,60,14386,7.46,7.51,4.55 +"25555",1.62,"Ideal","F","VS1",61.7,55,14386,7.58,7.53,4.66 +"25556",1.5,"Premium","E","VS2",62.1,60,14386,7.31,7.27,4.53 +"25557",1.5,"Premium","E","VS2",60.7,60,14386,7.41,7.32,4.47 +"25558",1.5,"Premium","E","VS2",59.5,58,14386,7.53,7.46,4.46 +"25559",2.15,"Ideal","I","SI2",61.7,55,14388,8.24,8.43,5.14 +"25560",1.52,"Premium","F","VS2",59.4,55,14388,7.52,7.46,4.45 +"25561",2.1,"Premium","I","VS2",60.7,61,14394,8.28,8.27,5.02 +"25562",1.75,"Ideal","I","VVS2",62.1,56,14394,7.72,7.69,4.79 +"25563",2.14,"Good","H","SI1",57.5,60,14395,8.57,8.48,4.9 +"25564",2.35,"Premium","J","VS1",60.7,60,14399,8.64,8.6,5.23 +"25565",1.62,"Very Good","F","VS2",63.2,56,14400,7.54,7.43,4.73 +"25566",2.01,"Fair","J","VS1",66.6,54,14402,7.76,7.92,5.22 +"25567",2,"Very Good","J","VS2",61.9,60,14403,7.95,8.04,4.95 +"25568",1.63,"Very Good","G","VS1",62.5,60,14404,7.43,7.51,4.67 +"25569",2,"Premium","D","SI2",61,58,14406,8.06,7.97,4.89 +"25570",1.12,"Ideal","E","VVS1",61.5,56,14407,6.7,6.76,4.13 +"25571",2.2,"Ideal","H","SI2",62.6,55,14408,8.34,8.31,5.21 +"25572",1.97,"Premium","F","SI2",61.1,58,14410,8.05,8.11,4.94 +"25573",2.05,"Premium","J","VS1",60.1,58,14411,8.19,8.25,4.94 +"25574",1.52,"Very Good","F","VS2",62.3,56,14412,7.29,7.34,4.56 +"25575",1.22,"Ideal","E","VVS2",61.6,56,14414,6.85,6.88,4.23 +"25576",1.72,"Premium","H","VS1",59.3,59,14414,7.86,7.82,4.65 +"25577",1.51,"Ideal","F","VS2",63,55,14414,7.29,7.24,4.58 +"25578",1.51,"Very Good","D","VS2",63.2,58,14416,7.29,7.33,4.62 +"25579",2.22,"Ideal","I","SI2",62.7,61,14416,8.31,8.23,5.19 +"25580",2.54,"Ideal","G","SI2",62.5,55,14421,8.75,8.69,5.45 +"25581",1.52,"Premium","G","VS1",61.9,58,14424,7.38,7.35,4.56 +"25582",1.52,"Premium","G","VS1",61.2,60,14424,7.4,7.37,4.52 +"25583",2.01,"Good","H","SI2",62.3,60,14426,7.95,7.97,4.96 +"25584",2.01,"Very Good","H","SI2",62.9,55,14426,8.03,8.09,5.07 +"25585",1.71,"Good","D","SI1",64.1,59,14426,7.51,7.46,4.8 +"25586",1.52,"Ideal","D","SI1",60.6,58,14426,7.46,7.4,4.51 +"25587",2.01,"Premium","I","SI2",62.1,56,14428,8.11,8.06,5.02 +"25588",2.06,"Ideal","I","SI2",62.3,57,14428,8.2,8.12,5.09 +"25589",1.26,"Ideal","E","VVS2",61.1,57,14429,7,6.98,4.27 +"25590",1.43,"Ideal","E","VVS2",62.4,57,14429,7.25,7.15,4.49 +"25591",2,"Fair","H","SI1",65.1,56,14430,7.86,7.77,5.09 +"25592",1.2,"Ideal","F","IF",61.6,57,14430,6.84,6.79,4.2 +"25593",1.54,"Very Good","G","VS1",63.4,57,14433,7.28,7.36,4.64 +"25594",1.54,"Premium","G","VS1",61.1,56,14438,7.54,7.48,4.59 +"25595",2.01,"Premium","I","SI2",62.9,58,14444,8.05,8,5.05 +"25596",1.7,"Good","G","VS1",63.5,56,14445,7.53,7.64,4.82 +"25597",1.62,"Premium","G","VS1",60.7,58,14447,7.62,7.54,4.6 +"25598",1.58,"Premium","G","VS1",62.4,60,14451,7.46,7.38,4.63 +"25599",2.14,"Good","I","SI2",63.8,57,14452,8.17,8.14,5.2 +"25600",2.14,"Ideal","I","SI2",61.9,56,14452,8.26,8.22,5.1 +"25601",2.17,"Premium","H","SI1",59.9,61,14452,8.39,8.38,5.02 +"25602",1.58,"Premium","E","VS2",60.1,60,14453,7.53,7.54,4.53 +"25603",1.65,"Ideal","G","VS2",60.8,56,14456,7.65,7.7,4.67 +"25604",2.08,"Premium","H","SI2",58.8,60,14462,8.39,8.35,4.92 +"25605",1.51,"Premium","F","VS2",61.9,59,14465,7.39,7.31,4.55 +"25606",1.6,"Ideal","G","VS2",62.2,55,14474,7.5,7.46,4.65 +"25607",2.07,"Premium","H","SI1",61.2,60,14476,8.2,8.12,4.99 +"25608",2.04,"Very Good","I","SI2",62.5,52,14477,8.02,8.17,5.06 +"25609",1.73,"Good","E","SI1",64.2,58,14479,7.54,7.5,4.83 +"25610",1.51,"Very Good","F","VS1",58.9,60,14481,7.46,7.54,4.42 +"25611",1.51,"Ideal","E","VS2",62.7,57,14482,7.31,7.26,4.57 +"25612",1.52,"Ideal","G","VS1",61.8,56,14482,7.4,7.45,4.59 +"25613",1.51,"Premium","E","VS2",59.8,58,14482,7.55,7.52,4.47 +"25614",1.51,"Very Good","E","VS2",63.3,56,14482,7.3,7.26,4.61 +"25615",1.51,"Ideal","G","VS2",62.1,55,14482,7.38,7.33,4.56 +"25616",1.51,"Ideal","G","VS2",61.8,54,14482,7.42,7.38,4.57 +"25617",1.51,"Ideal","E","VS2",61.7,55,14482,7.37,7.34,4.54 +"25618",1.53,"Premium","F","VS2",58.5,60,14483,7.62,7.56,4.44 +"25619",1.5,"Premium","F","VS2",60.3,58,14486,7.47,7.39,4.48 +"25620",2.06,"Premium","I","SI1",60.9,61,14488,8.32,8.16,4.99 +"25621",1.94,"Very Good","I","VS2",60.2,58,14489,8.04,8.1,4.86 +"25622",2.14,"Premium","H","SI1",62.3,58,14490,8.28,8.22,5.14 +"25623",1.04,"Ideal","D","IF",61.8,57,14494,6.49,6.52,4.02 +"25624",1.58,"Ideal","F","SI1",61.9,55,14495,7.52,7.47,4.64 +"25625",2.02,"Very Good","H","SI2",60.8,60,14498,8.07,8.15,4.93 +"25626",1,"Ideal","D","VVS1",60.7,56,14498,6.47,6.54,3.95 +"25627",2.29,"Ideal","J","SI2",62.8,56,14500,8.36,8.39,5.25 +"25628",2.5,"Ideal","J","SI2",64,55,14502,8.56,8.48,5.46 +"25629",2.01,"Premium","F","SI1",59.5,58,14502,8.21,8.18,4.88 +"25630",2.01,"Premium","H","SI1",60.2,58,14502,8.06,8.03,4.84 +"25631",2.01,"Premium","E","SI2",62.6,58,14502,8.01,7.93,4.99 +"25632",2.12,"Ideal","J","SI1",62.1,56,14503,8.17,8.25,5.1 +"25633",2.06,"Ideal","I","SI2",63.3,54,14505,8.09,8.14,5.13 +"25634",1.51,"Premium","G","VS1",60.1,58,14507,7.48,7.45,4.49 +"25635",1.51,"Ideal","G","VS1",60.6,57,14507,7.48,7.38,4.5 +"25636",1.51,"Premium","G","VS1",62.6,60,14507,7.28,7.19,4.53 +"25637",2.15,"Ideal","I","SI2",61.7,55,14519,8.43,8.24,5.14 +"25638",1.13,"Ideal","E","VVS1",60.6,57,14525,6.72,6.77,4.09 +"25639",2.04,"Very Good","I","SI2",60.9,57,14527,8.14,8.19,4.97 +"25640",2.04,"Very Good","J","VS1",62.6,58,14527,8.06,8.11,5.06 +"25641",1.5,"Very Good","E","VS2",63.2,57,14527,7.29,7.26,4.6 +"25642",1.54,"Ideal","E","VS2",62,56,14529,7.46,7.43,4.61 +"25643",2.15,"Ideal","I","SI1",62.5,57,14534,8.2,8.16,5.11 +"25644",2.01,"Ideal","I","SI1",62.3,58,14540,8.06,8.02,5.01 +"25645",1.51,"Ideal","G","VS1",61.1,57,14542,7.38,7.41,4.52 +"25646",1.51,"Ideal","G","VS1",61.6,56,14542,7.34,7.37,4.53 +"25647",1.51,"Premium","G","VS1",62.2,58,14542,7.29,7.35,4.55 +"25648",1.97,"Premium","F","SI2",61.1,58,14542,8.11,8.05,4.94 +"25649",2.51,"Premium","H","SI2",59.3,61,14543,8.81,8.77,5.21 +"25650",2.51,"Premium","H","SI2",60.6,61,14543,8.88,8.68,5.29 +"25651",1.52,"Premium","F","VS2",62.3,56,14544,7.34,7.29,4.56 +"25652",1.82,"Very Good","F","SI1",63.2,56,14545,7.71,7.64,4.85 +"25653",2.03,"Ideal","I","SI1",62.6,55,14548,8.06,8.11,5.06 +"25654",2.14,"Very Good","J","SI1",62.3,59,14556,8.24,8.26,5.14 +"25655",2.01,"Premium","H","SI2",62.3,60,14558,7.97,7.95,4.96 +"25656",2.01,"Ideal","I","SI1",61.9,56,14558,8.16,8.08,5.03 +"25657",2.01,"Premium","I","SI1",60.1,59,14558,8.24,8.19,4.94 +"25658",1.77,"Very Good","D","SI1",59.2,61,14561,7.86,7.98,4.69 +"25659",1.5,"Good","E","VS2",57.8,63,14565,7.58,7.53,4.37 +"25660",2.02,"Premium","E","SI2",60.4,57,14574,8.21,8.18,4.95 +"25661",2.02,"Premium","H","SI1",62.2,59,14574,8.09,8.05,5.02 +"25662",1.52,"Premium","E","VS2",61.8,59,14577,7.38,7.31,4.54 +"25663",1.54,"Premium","F","VS2",62.4,59,14578,7.43,7.38,4.62 +"25664",2.03,"Ideal","J","VS1",62.5,57,14579,8.14,8.08,5.06 +"25665",1.98,"Ideal","I","SI1",62.6,55,14581,8.04,8.1,5.05 +"25666",1.98,"Ideal","I","SI1",61.5,55,14581,8.04,8.13,4.97 +"25667",2.09,"Premium","H","SI2",61.4,60,14581,8.24,8.2,5.05 +"25668",1.11,"Ideal","D","VVS1",62.1,55,14584,6.63,6.64,4.12 +"25669",1.5,"Premium","F","VS2",61.5,58,14586,7.32,7.34,4.51 +"25670",2.03,"Premium","J","VS1",59.3,60,14588,8.36,8.28,4.93 +"25671",1.5,"Very Good","E","VS2",59.5,58,14592,7.44,7.48,4.44 +"25672",1.34,"Ideal","E","VVS2",62.6,54,14593,7.05,7.07,4.42 +"25673",2.2,"Ideal","J","SI1",61.5,57,14593,8.41,8.37,5.16 +"25674",1.65,"Ideal","G","VS2",61.9,57,14593,7.65,7.61,4.72 +"25675",2.01,"Good","I","SI1",59.4,63,14597,8.18,8.26,4.88 +"25676",2.3,"Very Good","I","SI2",60.6,60,14603,8.51,8.56,5.17 +"25677",1.95,"Very Good","H","SI1",62.9,58,14603,7.86,7.94,4.97 +"25678",1.7,"Ideal","H","VVS1",61.4,57,14603,7.63,7.69,4.7 +"25679",2.04,"Premium","I","SI2",59.8,59,14605,8.3,8.23,4.94 +"25680",1.7,"Premium","F","SI1",62.4,57,14611,7.61,7.56,4.73 +"25681",0.31,"Ideal","F","VS1",61.5,54,642,4.36,4.39,2.69 +"25682",0.31,"Ideal","F","VS1",61,56,642,4.38,4.4,2.68 +"25683",0.3,"Very Good","F","VS2",63.2,59,642,4.27,4.24,2.69 +"25684",0.31,"Ideal","G","VS1",61,56,642,4.35,4.4,2.67 +"25685",0.33,"Very Good","G","VS1",61.2,57,643,4.46,4.49,2.73 +"25686",0.37,"Ideal","D","SI1",61.9,54,643,4.62,4.65,2.87 +"25687",0.33,"Good","F","VS2",59.5,61,643,4.49,4.54,2.68 +"25688",0.36,"Premium","D","SI2",63,59,643,4.52,4.49,2.84 +"25689",0.34,"Ideal","I","VS1",62,54,643,4.51,4.49,2.79 +"25690",0.3,"Very Good","G","VS2",63.5,59,644,4.22,4.17,2.66 +"25691",0.38,"Very Good","F","SI2",60.1,60,644,4.7,4.75,2.84 +"25692",0.4,"Very Good","E","SI2",62.1,60,644,4.65,4.69,2.9 +"25693",0.32,"Very Good","D","SI1",60,56,644,4.5,4.53,2.71 +"25694",0.4,"Ideal","E","SI2",62.6,54,644,4.68,4.71,2.94 +"25695",0.36,"Ideal","F","SI1",59.7,57,644,4.69,4.72,2.81 +"25696",0.4,"Fair","D","SI1",65.1,55,644,4.63,4.68,3.03 +"25697",0.33,"Ideal","E","SI1",59.6,57,644,4.53,4.49,2.69 +"25698",0.35,"Very Good","D","SI1",63,57,644,4.46,4.52,2.83 +"25699",0.35,"Premium","D","SI1",61,60,644,4.54,4.58,2.78 +"25700",0.35,"Premium","D","SI1",61.8,59,644,4.54,4.56,2.81 +"25701",0.34,"Good","D","VS2",63.6,55,644,4.4,4.43,2.81 +"25702",0.35,"Ideal","D","SI1",60.8,55,644,4.56,4.59,2.78 +"25703",0.35,"Very Good","D","SI1",60.2,57,644,4.56,4.61,2.76 +"25704",0.35,"Ideal","D","SI1",61.6,55,644,4.53,4.56,2.8 +"25705",0.35,"Ideal","D","SI1",61.6,57,644,4.54,4.55,2.8 +"25706",0.35,"Premium","D","SI1",62.1,58,644,4.51,4.54,2.81 +"25707",0.35,"Very Good","D","SI1",60.1,61,644,4.56,4.59,2.75 +"25708",0.35,"Ideal","D","SI1",60.7,57,644,4.53,4.57,2.76 +"25709",0.35,"Ideal","D","SI1",62.7,56,644,4.49,4.51,2.82 +"25710",0.35,"Ideal","D","SI1",62.3,57,644,4.5,4.52,2.81 +"25711",2.11,"Premium","I","SI2",58.4,62,14615,8.43,8.39,4.91 +"25712",1.51,"Ideal","G","VVS2",62.3,55,14616,7.29,7.35,4.56 +"25713",1.35,"Ideal","G","IF",62.2,57,14616,7.07,7.11,4.41 +"25714",1.5,"Ideal","E","VS2",63.4,54,14618,7.22,7.25,4.59 +"25715",2.02,"Very Good","I","VS2",58.8,57,14620,8.21,8.29,4.85 +"25716",1.7,"Ideal","E","SI1",60.1,57,14623,7.71,7.74,4.64 +"25717",1.58,"Ideal","G","VS1",61.3,57,14624,7.48,7.54,4.6 +"25718",2.17,"Very Good","H","SI2",58.8,62,14625,8.48,8.53,5 +"25719",1.04,"Ideal","D","IF",61.8,57,14626,6.52,6.49,4.02 +"25720",2.06,"Premium","E","SI2",58.8,58,14634,8.42,8.35,4.93 +"25721",2.01,"Very Good","I","SI2",60.5,59,14637,8.19,8.26,4.98 +"25722",2.03,"Ideal","G","SI1",62,57,14637,8.1,8.05,5.01 +"25723",2.22,"Ideal","G","SI2",62.6,57,14637,8.35,8.29,5.21 +"25724",2.11,"Ideal","J","VS2",61.2,55,14638,8.33,8.3,5.09 +"25725",1.5,"Very Good","E","VS2",62.1,60,14639,7.27,7.32,4.53 +"25726",2.03,"Fair","H","SI1",65.4,58,14646,7.91,7.88,5.16 +"25727",2.03,"Very Good","E","SI2",63.1,56,14646,8.01,7.99,5.05 +"25728",2.38,"Premium","G","SI2",62.4,58,14648,8.59,8.47,5.32 +"25729",1.54,"Ideal","G","VS1",62,57,14650,7.4,7.45,4.6 +"25730",2.5,"Fair","J","SI2",66.9,58,14652,8.36,8.22,5.55 +"25731",1.51,"Good","F","VVS2",63.7,58,14654,7.18,7.24,4.59 +"25732",1.51,"Good","G","IF",62.8,60,14654,7.18,7.24,4.53 +"25733",2.53,"Premium","H","SI2",62.6,60,14659,8.66,8.55,5.39 +"25734",2.04,"Premium","J","VS1",62.6,58,14660,8.11,8.06,5.06 +"25735",2.04,"Premium","I","SI2",60.3,60,14660,8.26,8.19,4.96 +"25736",2.22,"Premium","I","VS2",60.5,59,14662,8.41,8.37,5.08 +"25737",1.26,"Premium","D","VVS2",60.5,58,14663,6.99,7.03,4.24 +"25738",2.32,"Premium","J","SI2",62.5,58,14666,8.47,8.43,5.28 +"25739",2.32,"Premium","J","SI2",59,59,14666,8.69,8.64,5.11 +"25740",1.11,"Ideal","D","VVS1",61.6,55,14667,6.7,6.68,4.12 +"25741",1.51,"Very Good","F","VS1",59.6,63,14673,7.34,7.43,4.4 +"25742",1.51,"Ideal","G","VS1",61.9,57,14674,7.37,7.34,4.55 +"25743",1.51,"Ideal","G","VS1",61.1,57,14674,7.41,7.38,4.52 +"25744",1.51,"Ideal","G","VS1",61.6,56,14674,7.37,7.34,4.53 +"25745",1.51,"Premium","G","VS1",62.2,58,14674,7.35,7.29,4.55 +"25746",1.5,"Premium","D","VS2",62.5,61,14675,7.32,7.25,4.55 +"25747",1.52,"Very Good","D","VS2",63.4,59,14680,7.32,7.24,4.61 +"25748",1.51,"Premium","F","VS2",61.6,58,14683,7.32,7.35,4.52 +"25749",2.03,"Fair","G","SI2",64.9,59,14687,7.85,7.99,5.14 +"25750",2.2,"Ideal","G","SI2",59.9,57,14691,8.54,8.49,5.1 +"25751",2.16,"Ideal","J","SI1",63,55,14691,8.2,8.24,5.18 +"25752",1.52,"Ideal","G","VS2",61.4,56,14692,7.39,7.47,4.56 +"25753",1.52,"Very Good","D","VS2",61.9,56,14698,7.31,7.35,4.54 +"25754",1.53,"Premium","G","VS1",62.6,60,14699,7.39,7.3,4.6 +"25755",2.09,"Very Good","I","SI2",63,57,14704,8.09,8.13,5.11 +"25756",1.51,"Good","E","VS2",62.6,60,14709,7.22,7.28,4.54 +"25757",1.51,"Very Good","E","VS2",62.4,59,14709,7.26,7.36,4.56 +"25758",1.51,"Premium","E","VS2",62.2,59,14709,7.36,7.4,4.59 +"25759",1.51,"Premium","E","VS2",60.7,60,14709,7.37,7.46,4.5 +"25760",2.33,"Premium","J","SI1",59.9,59,14711,8.7,8.65,5.2 +"25761",2.02,"Very Good","I","SI2",61.9,60,14715,8.12,8.06,5.01 +"25762",2.16,"Very Good","J","SI1",61.4,58,14715,8.29,8.31,5.1 +"25763",2.54,"Premium","H","SI2",61.3,58,14717,8.8,8.7,5.36 +"25764",1.5,"Premium","F","VS2",61.5,58,14719,7.34,7.32,4.51 +"25765",2.03,"Good","H","SI2",59.6,61,14720,8.16,8.21,4.88 +"25766",1.66,"Ideal","H","IF",61.5,57,14724,7.59,7.62,4.68 +"25767",2.01,"Very Good","H","SI1",63.5,57,14725,7.96,7.88,5.03 +"25768",2.01,"Ideal","H","SI1",62.1,56,14725,8.11,8.08,5.03 +"25769",2.43,"Premium","I","SI2",62.2,60,14727,8.59,8.53,5.33 +"25770",1.71,"Premium","H","VVS2",61.4,59,14731,7.67,7.77,4.74 +"25771",2.23,"Very Good","J","VS2",61,58,14732,8.36,8.39,5.11 +"25772",1.51,"Ideal","G","VS1",60.8,54,14733,7.4,7.48,4.52 +"25773",2.18,"Very Good","I","SI2",61.4,59.5,14735,8.31,8.37,5.12 +"25774",1.24,"Ideal","D","VVS2",61.5,57,14737,6.88,6.94,4.25 +"25775",2.11,"Very Good","I","SI1",62.4,53,14740,8.17,8.27,5.13 +"25776",2.3,"Ideal","G","SI2",61.4,57,14744,8.51,8.48,5.22 +"25777",2.01,"Good","G","SI2",63,60,14745,7.92,7.99,5.01 +"25778",1.5,"Premium","E","VS2",61.9,57,14745,7.38,7.31,4.55 +"25779",2.58,"Very Good","D","SI2",58.9,63,14749,9.08,9.01,5.33 +"25780",1.82,"Premium","H","VS2",61.6,60,14749,7.78,7.74,4.78 +"25781",2.06,"Fair","J","VS1",64.6,58,14750,7.91,8.04,5.15 +"25782",1.51,"Ideal","G","VVS2",62.3,55,14750,7.35,7.29,4.56 +"25783",2.01,"Premium","I","SI1",60.1,59,14752,8.21,8.15,4.92 +"25784",1.5,"Ideal","F","VS2",62.6,57,14759,7.27,7.34,4.57 +"25785",2,"Premium","I","VS2",58.5,61,14763,8.28,8.19,4.82 +"25786",2,"Very Good","E","SI2",63.4,60,14763,7.97,7.92,5.04 +"25787",2.02,"Ideal","J","VS2",61.8,57,14766,8.11,8.14,5.02 +"25788",2.01,"Very Good","H","SI2",62.7,60,14768,7.94,8.03,5.01 +"25789",1.51,"Premium","D","VS2",60.2,59,14773,7.43,7.33,4.44 +"25790",2.04,"Premium","I","SI1",58.8,60,14775,8.42,8.32,4.92 +"25791",2.55,"Good","H","SI2",63.7,59,14775,8.66,8.57,5.49 +"25792",1.74,"Ideal","F","SI1",62.4,57,14775,7.68,7.64,4.78 +"25793",2.25,"Very Good","H","SI2",61.2,63,14775,8.49,8.38,5.16 +"25794",2.04,"Ideal","I","SI1",62.8,57,14775,8.09,8.02,5.06 +"25795",1.62,"Ideal","G","VS2",61.7,56,14777,7.53,7.57,4.66 +"25796",1.51,"Ideal","G","VS1",60.8,57,14779,7.37,7.44,4.5 +"25797",1.52,"Ideal","G","VS1",61.1,56,14787,7.39,7.43,4.53 +"25798",1.7,"Good","G","VS1",63.9,58,14787,7.46,7.5,4.78 +"25799",1.5,"Premium","E","VS2",61.8,59,14790,7.31,7.38,4.54 +"25800",2.02,"Premium","F","SI2",61.5,60,14790,8.15,8.05,4.98 +"25801",2.01,"Very Good","I","VS1",63.5,59,14792,8.03,7.93,5.07 +"25802",2.02,"Very Good","H","SI2",58.7,62,14795,8.23,8.2,4.82 +"25803",2.01,"Fair","G","SI2",63.8,59,14799,7.77,7.87,4.99 +"25804",2.33,"Very Good","J","VS2",61.8,59,14801,8.41,8.56,5.24 +"25805",2.14,"Ideal","J","VS2",62,54,14802,8.28,8.31,5.15 +"25806",2.06,"Premium","I","SI2",61.8,58,14803,8.22,8.11,5.05 +"25807",2.04,"Very Good","H","SI2",60.8,58,14810,8.14,8.23,4.98 +"25808",2.01,"Very Good","I","SI1",62.8,60,14811,7.99,8.04,5.03 +"25809",2.01,"Very Good","J","VS1",61.2,60,14812,8.06,8.14,4.96 +"25810",2.01,"Very Good","E","SI2",61.2,58,14813,8.05,8.07,4.93 +"25811",1.8,"Ideal","F","SI1",61.9,56,14814,7.78,7.87,4.84 +"25812",1.51,"Premium","F","VS2",61.6,58,14817,7.35,7.32,4.52 +"25813",2.19,"Very Good","I","SI1",62.6,58,14819,8.24,8.33,5.19 +"25814",2.16,"Very Good","H","SI2",62.3,60,14824,8.19,8.31,5.14 +"25815",1.62,"Premium","F","VS2",61.1,60,14826,7.56,7.57,4.62 +"25816",2.31,"Very Good","J","VS2",59.7,60,14830,8.53,8.59,5.11 +"25817",1.61,"Premium","F","VS2",61.6,61,14833,7.54,7.47,4.62 +"25818",2.01,"Ideal","H","SI1",61.5,55,14837,8.11,8.06,4.97 +"25819",2.37,"Premium","I","VS2",61.6,56,14837,8.7,8.6,5.33 +"25820",2.09,"Ideal","I","SI2",63,57,14838,8.13,8.09,5.11 +"25821",1.21,"Premium","D","VVS2",61.1,59,14841,6.9,6.89,4.21 +"25822",1.5,"Very Good","G","VVS1",63.3,58,14842,7.19,7.27,4.58 +"25823",1.32,"Very Good","F","IF",62.4,58,14842,6.97,7.01,4.36 +"25824",1.51,"Ideal","E","VS2",62.8,56,14844,7.31,7.24,4.57 +"25825",1.51,"Premium","E","VS2",60.7,60,14844,7.46,7.37,4.5 +"25826",1.51,"Premium","E","VS2",62.6,60,14844,7.28,7.22,4.54 +"25827",1.51,"Premium","E","VS2",62.2,59,14844,7.4,7.36,4.59 +"25828",1.18,"Ideal","E","IF",61.1,56,14847,6.78,6.91,4.18 +"25829",1.41,"Good","E","VVS2",59.9,61,14853,7.21,7.37,4.37 +"25830",1.58,"Premium","G","VVS2",62.4,56,14855,7.5,7.4,4.65 +"25831",2.07,"Ideal","I","SI1",61.2,57,14857,8.12,8.23,5 +"25832",1.66,"Ideal","H","IF",61.5,57,14859,7.62,7.59,4.68 +"25833",1.7,"Fair","G","VS2",64.5,58,14860,7.51,7.43,4.82 +"25834",2.06,"Premium","H","SI1",62.4,59,14863,8.11,8.07,5.05 +"25835",1.71,"Premium","H","VVS2",61.4,59,14866,7.77,7.67,4.74 +"25836",2.23,"Premium","J","VS2",61,58,14867,8.39,8.36,5.11 +"25837",2.18,"Ideal","I","SI2",61.4,60,14870,8.37,8.31,5.12 +"25838",1.71,"Premium","E","SI1",59.1,58,14882,7.76,7.8,4.6 +"25839",2.04,"Premium","H","SI1",58,59,14888,8.4,8.27,4.83 +"25840",2,"Good","I","VS2",63.5,59,14889,7.93,7.98,5.05 +"25841",1.51,"Ideal","E","VS2",61.2,57,14889,7.37,7.47,4.54 +"25842",1.51,"Very Good","E","VS2",60.1,58,14889,7.51,7.57,4.53 +"25843",1.72,"Premium","F","SI1",62,58,14892,7.68,7.65,4.75 +"25844",1.71,"Very Good","H","VVS2",61.2,62,14893,7.59,7.65,4.66 +"25845",2.04,"Premium","G","SI2",62.1,59,14900,8.14,8.06,5.03 +"25846",1.79,"Premium","H","VS1",62.6,56,14904,7.81,7.76,4.87 +"25847",1.51,"Very Good","E","VS1",63.2,58,14904,7.24,7.16,4.55 +"25848",1.52,"Ideal","F","VS2",62.5,55,14915,7.42,7.31,4.6 +"25849",2,"Premium","G","SI1",59.3,60,14918,8.19,8.13,4.84 +"25850",2,"Premium","G","SI1",59,62,14918,6.16,6.15,4.82 +"25851",3,"Good","J","SI2",59.3,64,14918,9.32,9.19,5.5 +"25852",1.5,"Premium","F","VS1",62.6,58,14918,7.31,7.26,4.56 +"25853",2.06,"Good","I","SI1",59,64,14920,8.39,8.13,4.89 +"25854",1.5,"Premium","E","VS2",61.8,59,14925,7.38,7.31,4.54 +"25855",1.53,"Very Good","E","VS1",60.7,60,14931,7.38,7.52,4.52 +"25856",2.08,"Premium","J","VS2",60.3,59,14933,8.29,8.23,4.98 +"25857",2.07,"Ideal","H","SI1",60.6,56,14935,8.38,8.3,5.05 +"25858",1.41,"Very Good","G","VVS1",61.2,55,14936,7.22,7.25,4.43 +"25859",2.04,"Good","F","SI2",64,57,14936,8.04,7.98,5.13 +"25860",2.27,"Premium","I","SI2",62.5,59,14937,8.45,8.39,5.26 +"25861",1.51,"Very Good","G","VVS2",62.7,57,14938,7.33,7.38,4.61 +"25862",2.01,"Premium","G","SI2",59.4,62,14939,8.27,8.22,4.9 +"25863",2.04,"Premium","H","SI2",60.8,58,14945,8.23,8.14,4.98 +"25864",2.08,"Premium","I","SI2",62.3,58,14947,8.18,8.13,5.08 +"25865",2.01,"Premium","E","SI2",61.2,58,14948,8.07,8.05,4.93 +"25866",2.01,"Fair","E","SI2",62.1,66,14948,7.99,7.92,4.94 +"25867",1.82,"Premium","H","SI1",62,59,14949,7.81,7.77,4.83 +"25868",1.26,"Premium","E","VVS1",59.8,59,14952,6.99,7.08,4.21 +"25869",2.01,"Good","H","SI2",62.2,57,14956,8.05,8.1,5.03 +"25870",1.56,"Ideal","G","VS1",61.3,56,14957,7.46,7.51,4.59 +"25871",1.8,"Ideal","I","VS1",62.4,54,14959,7.77,7.8,4.86 +"25872",1.62,"Premium","F","VS2",61.1,60,14961,7.57,7.56,4.62 +"25873",1.8,"Ideal","H","VS1",62.3,56,14968,7.76,7.79,4.84 +"25874",2.01,"Good","H","SI1",62.8,59,14968,7.98,8.01,5.02 +"25875",2.47,"Premium","I","SI2",62.5,56,14970,8.65,8.6,5.39 +"25876",2,"Good","J","VS1",62.4,58,14973,8.01,8.08,5.02 +"25877",2.05,"Premium","J","VS1",62.5,60,14973,8.09,8.14,5.07 +"25878",2.43,"Fair","G","SI2",64.5,57,14975,8.41,8.36,5.41 +"25879",1.51,"Very Good","F","VS1",62.6,57,14976,7.25,7.29,4.55 +"25880",1.51,"Ideal","G","VVS2",61.8,57,14982,7.31,7.36,4.53 +"25881",2.06,"Premium","I","SI2",61,59,14982,8.24,8.21,5.02 +"25882",2.06,"Premium","I","SI2",60.1,58,14982,8.32,8.26,4.98 +"25883",2.01,"Ideal","H","SI2",62.5,53.9,14998,8.04,8.07,5.04 +"25884",2.01,"Good","I","SI1",58.5,62,14998,8.24,8.31,4.84 +"25885",1.6,"Ideal","G","VS2",61.9,56,15000,7.53,7.47,4.64 +"25886",1.54,"Premium","E","VS2",62.3,58,15002,7.31,7.39,4.58 +"25887",1.19,"Ideal","F","VVS1",61.5,55,15005,6.82,6.84,4.2 +"25888",2.1,"Premium","I","SI1",61.5,57,15007,8.25,8.21,5.06 +"25889",1.69,"Ideal","D","SI1",60.8,57,15011,7.69,7.71,4.68 +"25890",1.5,"Very Good","G","VVS2",62.9,56,15013,7.22,7.32,4.57 +"25891",1.73,"Very Good","G","VS1",62.8,57,15014,7.57,7.72,4.8 +"25892",2.02,"Premium","G","SI2",63,59,15014,8.05,7.95,5.03 +"25893",2.05,"Very Good","F","SI2",61.9,56,15017,8.13,8.18,5.05 +"25894",1.5,"Very Good","F","VS1",61.6,58,15022,7.35,7.43,4.55 +"25895",1.82,"Very Good","G","SI1",62.7,58,15025,7.68,7.75,4.84 +"25896",2,"Very Good","I","VS2",63.5,59,15025,7.98,7.93,5.05 +"25897",1.51,"Ideal","E","VS2",61.2,57,15025,7.47,7.37,4.54 +"25898",1.51,"Premium","E","VS2",60.1,58,15025,7.57,7.51,4.53 +"25899",1.24,"Ideal","F","VVS1",61.2,55,15026,6.94,6.98,4.26 +"25900",2.48,"Fair","I","SI2",56.7,66,15030,8.88,8.64,4.99 +"25901",2.8,"Premium","I","SI2",61.1,59,15030,9.03,8.98,5.5 +"25902",1.33,"Ideal","F","VVS2",61.9,55,15031,7.02,7.07,4.36 +"25903",2.19,"Premium","I","SI2",60.8,60,15032,8.34,8.38,5.08 +"25904",1.83,"Ideal","H","SI1",61.5,56,15032,7.87,7.81,4.82 +"25905",2.09,"Premium","J","VS1",61.2,59,15035,8.22,8.31,5.06 +"25906",2.1,"Ideal","H","SI1",61.7,53,15035,8.3,8.19,5.09 +"25907",2.07,"Ideal","H","SI2",62.3,59,15036,8.1,8.14,5.06 +"25908",2.01,"Very Good","G","SI1",63.5,60,15038,7.98,7.89,5.04 +"25909",2,"Ideal","I","SI1",62.8,56,15043,8.04,7.95,5.02 +"25910",2.06,"Good","I","VS2",60.2,64,15046,8.34,8.14,4.97 +"25911",2.22,"Very Good","I","SI2",62.9,59,15047,8.2,8.24,5.17 +"25912",1.5,"Premium","D","VS2",60.2,59,15052,7.48,7.36,4.47 +"25913",2,"Very Good","I","SI1",59.8,59,15053,8.12,8.17,4.87 +"25914",2.07,"Premium","I","SI2",60.5,60,15055,8.32,8.27,5.02 +"25915",1.54,"Ideal","G","VVS2",62.5,57,15059,7.3,7.36,4.58 +"25916",2.2,"Premium","J","VS1",61.7,59,15064,8.3,8.34,5.13 +"25917",2.02,"Very Good","H","SI2",62.3,58,15064,7.97,8.04,4.99 +"25918",2.08,"Ideal","H","SI2",61.5,57,15065,8.26,8.2,5.06 +"25919",2.08,"Premium","I","SI1",60.3,59,15065,8.26,8.22,4.97 +"25920",2.05,"Premium","J","VS1",60.1,58,15067,8.25,8.19,4.94 +"25921",2,"Good","I","SI1",63,61,15072,7.93,7.97,5.01 +"25922",2.33,"Ideal","I","VS2",62.4,57,15073,8.52,8.47,5.31 +"25923",2,"Very Good","J","VVS2",63,59,15076,7.97,8,5.03 +"25924",1.53,"Very Good","F","VS1",60.3,58,15079,7.48,7.51,4.52 +"25925",1.01,"Good","D","IF",63.2,59,15081,6.34,6.38,4.02 +"25926",1.01,"Good","D","IF",63.4,59,15081,6.26,6.39,4.01 +"25927",2,"Very Good","I","SI1",62.9,59.2,15081,7.95,8.08,5.05 +"25928",1.98,"Very Good","I","VS2",62.7,60,15083,7.9,7.96,4.98 +"25929",2.03,"Very Good","I","VS1",63.2,60,15086,8.01,7.98,5.05 +"25930",1.66,"Good","G","VS2",63.2,56,15091,7.49,7.61,4.77 +"25931",2.2,"Ideal","I","VS1",61.4,57,15092,8.41,8.37,5.15 +"25932",2.04,"Very Good","G","SI2",61.4,58,15092,8.04,8.11,4.96 +"25933",2,"Ideal","I","SI2",61.7,56,15092,8,8.13,4.98 +"25934",2.01,"Good","E","SI1",63.8,55,15093,8,7.96,5.09 +"25935",2.03,"Premium","I","SI1",59.9,58,15095,8.23,8.21,4.92 +"25936",2,"Premium","H","SI1",62,56,15096,8.05,7.94,4.96 +"25937",2.12,"Premium","I","SI2",60.6,59,15097,8.27,8.3,5.02 +"25938",1.7,"Premium","D","SI1",61.9,59,15100,7.61,7.64,4.72 +"25939",1.5,"Premium","D","VS2",61.8,60,15102,7.3,7.37,4.53 +"25940",1.7,"Very Good","G","VS1",63.5,56,15102,7.64,7.53,4.82 +"25941",2.01,"Premium","G","SI1",61.8,59,15105,8.15,8.09,5.02 +"25942",1.8,"Ideal","H","VS1",62.3,56,15105,7.79,7.76,4.84 +"25943",1.8,"Ideal","H","VS1",62.3,56,15105,7.79,7.76,4.84 +"25944",2.05,"Premium","J","VS1",62.5,60,15109,8.14,8.09,5.07 +"25945",1.51,"Very Good","G","VVS2",62.6,59,15110,7.26,7.3,4.56 +"25946",2.13,"Premium","J","VS2",59.6,59,15110,8.43,8.37,5.01 +"25947",1.59,"Premium","E","VS2",62.3,59,15111,7.38,7.43,4.61 +"25948",2.01,"Ideal","I","SI1",62.2,56,15116,8.12,8.06,5.03 +"25949",1.51,"Ideal","G","VVS2",61.8,57,15118,7.36,7.31,4.53 +"25950",2.07,"Good","I","VS2",64.1,57,15119,8.07,8,5.15 +"25951",2.35,"Very Good","I","SI2",58.5,57,15122,8.72,8.77,5.12 +"25952",2.16,"Ideal","I","SI2",61.9,54,15124,8.29,8.33,5.14 +"25953",2.01,"Very Good","I","SI1",60.3,59,15126,8.14,8.21,4.93 +"25954",2.08,"Ideal","I","SI2",62.3,56,15132,8.16,8.22,5.1 +"25955",1.4,"Ideal","G","VVS1",60.8,57,15134,7.21,7.23,4.39 +"25956",2.01,"Premium","F","SI1",63,59,15134,7.99,7.89,5 +"25957",1.53,"Ideal","G","VVS2",61.2,57,15137,7.4,7.44,4.53 +"25958",2.01,"Very Good","I","SI1",58.9,63,15140,8.22,8.16,4.82 +"25959",2.01,"Ideal","I","SI1",62.5,57,15140,8.08,8.01,5.03 +"25960",2.03,"Ideal","H","SI2",61.8,56,15143,8.1,8.15,5.02 +"25961",1.57,"Ideal","G","VVS2",62.3,56,15144,7.48,7.41,4.64 +"25962",2.01,"Very Good","I","SI1",64.1,57,15145,7.89,7.94,5.07 +"25963",2.01,"Good","I","VS2",63.8,58,15147,7.82,7.89,5.01 +"25964",2.01,"Premium","G","SI2",62.3,60,15147,8.04,7.97,4.99 +"25965",2.53,"Premium","H","SI2",61.1,57,15148,8.82,8.76,5.37 +"25966",1.73,"Premium","G","VS1",62.8,57,15151,7.72,7.57,4.8 +"25967",1.51,"Fair","D","VS2",66,57,15152,7.17,7.08,4.7 +"25968",1.5,"Premium","F","VS1",62.3,58,15153,7.28,7.33,4.55 +"25969",2.03,"Very Good","I","SI1",62.9,57,15153,8.02,8.06,5.06 +"25970",1.82,"Premium","G","SI1",62.7,58,15162,7.75,7.68,4.84 +"25971",1.51,"Ideal","G","VVS2",60.5,56,15164,7.42,7.45,4.5 +"25972",1.51,"Premium","G","VVS2",60.9,58,15164,7.38,7.42,4.51 +"25973",1.48,"Good","G","IF",59.8,61,15164,7.54,7.34,4.45 +"25974",2.16,"Very Good","G","SI2",62.6,55,15166,8.2,8.25,5.14 +"25975",2.19,"Premium","I","SI2",60.8,60,15169,8.38,8.34,5.08 +"25976",2.19,"Premium","I","SI2",62.5,58,15169,8.31,8.26,5.18 +"25977",2.09,"Ideal","J","VS1",61.2,59,15172,8.31,8.22,5.06 +"25978",2.1,"Premium","G","SI2",62.6,56,15175,8.2,8.16,5.12 +"25979",1.54,"Premium","E","VS2",62.7,58,15178,7.33,7.37,4.61 +"25980",2.22,"Premium","I","SI2",62.9,59,15184,8.24,8.2,5.17 +"25981",1.54,"Premium","E","VS2",60.8,58,15185,7.39,7.44,4.51 +"25982",2.01,"Premium","J","VS1",60.1,59,15185,8.25,8.18,4.94 +"25983",1.2,"Ideal","E","VVS1",60.1,61,15185,6.83,6.91,4.13 +"25984",2.01,"Very Good","F","SI2",61.6,56,15188,8.17,8.13,5.02 +"25985",1.62,"Premium","G","VS1",59.4,58,15188,7.74,7.68,4.58 +"25986",1.74,"Ideal","I","VS1",61.8,56,15189,7.69,7.73,4.77 +"25987",1.09,"Ideal","E","IF",60.1,58,15193,6.68,6.72,4.03 +"25988",1.72,"Ideal","H","VS2",61.9,56,15197,7.7,7.75,4.78 +"25989",1.54,"Ideal","G","VVS2",62.5,57,15197,7.36,7.3,4.58 +"25990",2.11,"Premium","D","SI2",58.7,60,15198,8.45,8.41,4.95 +"25991",2.2,"Premium","J","VS1",61.7,59,15201,8.34,8.3,5.13 +"25992",1.66,"Ideal","H","VS1",61.5,56,15210,7.6,7.66,4.69 +"25993",1.66,"Ideal","H","VS1",62,55,15210,7.61,7.67,4.74 +"25994",2,"Premium","J","VVS2",63,59,15214,8,7.97,5.03 +"25995",1.53,"Premium","F","VS1",60.3,58,15217,7.51,7.48,4.52 +"25996",2.04,"Premium","G","SI1",60.7,62,15217,8.3,8.15,4.96 +"25997",2,"Ideal","I","SI1",62.9,59,15218,8.08,7.95,5.05 +"25998",1.01,"Very Good","D","IF",63.4,59,15219,6.39,6.26,4.01 +"25999",4.01,"Premium","I","I1",61,61,15223,10.14,10.1,6.17 +"26000",4.01,"Premium","J","I1",62.5,62,15223,10.02,9.94,6.24 +"26001",1.54,"Very Good","G","VVS2",61.1,55,15225,7.5,7.53,4.59 +"26002",1.51,"Ideal","F","VS2",61.5,57,15226,7.39,7.36,4.54 +"26003",1.66,"Very Good","G","VS2",63.2,56,15229,7.61,7.49,4.77 +"26004",1.02,"Premium","D","IF",61.5,60,15231,6.45,6.52,3.99 +"26005",2.02,"Ideal","J","VS1",61.9,58,15231,8.06,8.1,5 +"26006",2.56,"Good","J","SI2",63.6,62,15231,8.62,8.57,5.47 +"26007",2.12,"Premium","I","SI2",60.6,59,15235,8.3,8.27,5.02 +"26008",2.2,"Premium","I","SI2",63,59,15238,8.22,8.19,5.17 +"26009",1.7,"Premium","D","SI1",61.9,59,15238,7.64,7.61,4.72 +"26010",1.52,"Ideal","E","VS2",62.2,57,15239,7.34,7.38,4.58 +"26011",0.35,"Ideal","D","SI1",62.3,55,644,4.52,4.56,2.83 +"26012",0.35,"Ideal","D","SI1",62.3,55,644,4.51,4.54,2.82 +"26013",0.35,"Ideal","D","SI1",61.6,56,644,4.49,4.53,2.78 +"26014",0.35,"Premium","D","SI1",60.9,58,644,4.52,4.55,2.76 +"26015",0.35,"Good","D","SI1",63.3,57,644,4.51,4.53,2.86 +"26016",0.38,"Very Good","H","VS2",61.5,55,645,4.66,4.67,2.86 +"26017",0.3,"Very Good","D","VS1",63,56,645,4.27,4.33,2.71 +"26018",0.36,"Ideal","I","VVS1",61.5,55,645,4.61,4.63,2.84 +"26019",0.38,"Ideal","J","VS1",62,53,645,4.66,4.7,2.9 +"26020",0.31,"Ideal","G","VS1",60.8,57,645,4.39,4.42,2.68 +"26021",0.31,"Ideal","G","VS1",61.3,55,645,4.39,4.42,2.7 +"26022",0.34,"Premium","F","VS2",58.1,61,645,4.6,4.55,2.66 +"26023",0.32,"Ideal","F","VS2",62.3,56,645,4.37,4.4,2.73 +"26024",0.32,"Ideal","F","VS2",61.9,56,645,4.41,4.44,2.74 +"26025",0.32,"Ideal","G","VS1",61.6,57,645,4.38,4.42,2.71 +"26026",0.32,"Ideal","G","VS1",62,56,645,4.37,4.41,2.72 +"26027",0.32,"Ideal","G","VS1",61.2,57,645,4.4,4.43,2.7 +"26028",0.32,"Very Good","F","VS2",62.8,53,645,4.34,4.38,2.74 +"26029",0.32,"Very Good","G","VS1",61.3,62,645,4.39,4.42,2.7 +"26030",0.32,"Ideal","F","VS2",62.6,55,645,4.38,4.41,2.75 +"26031",0.32,"Ideal","G","VS1",61.2,56,645,4.42,4.44,2.71 +"26032",0.32,"Ideal","G","VS1",61.3,57,645,4.37,4.4,2.69 +"26033",0.32,"Ideal","F","VS2",61.3,57,645,4.37,4.4,2.69 +"26034",0.32,"Premium","G","VS1",59.2,59,645,4.45,4.47,2.64 +"26035",0.32,"Very Good","H","VVS2",61,58,645,4.41,4.44,2.7 +"26036",0.32,"Ideal","F","VS2",62.1,57,645,4.35,4.38,2.71 +"26037",0.32,"Premium","G","VS1",61.7,58,645,4.38,4.41,2.71 +"26038",0.32,"Good","F","VS2",63.6,57,645,4.34,4.37,2.77 +"26039",0.32,"Very Good","H","VVS2",61.6,55,645,4.42,4.44,2.73 +"26040",0.32,"Ideal","F","VS2",61.3,56,645,4.41,4.43,2.71 +"26041",1.5,"Premium","D","VS2",61.8,60,15240,7.37,7.3,4.53 +"26042",1.91,"Very Good","G","SI1",63.1,59,15241,7.9,7.86,4.97 +"26043",2.07,"Very Good","I","SI2",63.1,57,15245,8.2,8.1,5.14 +"26044",2.5,"Ideal","J","SI2",63.8,53,15246,8.56,8.5,5.45 +"26045",1.62,"Ideal","G","VS1",62.7,56,15246,7.44,7.51,4.69 +"26046",1.36,"Ideal","F","VVS1",61.3,57,15247,7.13,7.23,4.4 +"26047",1.26,"Ideal","F","VVS1",61.1,57,15247,6.96,6.98,4.26 +"26048",2.41,"Premium","H","SI2",58.7,61,15248,8.85,8.76,5.17 +"26049",2,"Very Good","I","SI1",58.5,58,15249,8.24,8.28,4.83 +"26050",1.59,"Premium","E","VS2",62.3,59,15249,7.43,7.38,4.61 +"26051",1.52,"Ideal","D","VS2",62.3,56,15252,7.41,7.32,4.59 +"26052",1.51,"Premium","F","VS2",59.1,60,15253,7.52,7.45,4.42 +"26053",2.19,"Ideal","I","SI2",62.5,56,15254,8.31,8.24,5.18 +"26054",2.01,"Good","E","SI2",63.1,58,15255,7.89,8.01,5.02 +"26055",1.75,"Very Good","E","SI1",60.3,61,15255,7.74,7.82,4.69 +"26056",2,"Ideal","I","SI1",62.8,56,15258,8.04,7.95,5.02 +"26057",2.13,"Ideal","J","VS2",62.1,55,15258,8.23,8.29,5.13 +"26058",1.7,"Very Good","G","VS2",62.6,57,15259,7.6,7.67,4.78 +"26059",2.02,"Good","F","SI2",61.9,61,15261,8.06,8.02,4.98 +"26060",1.52,"Very Good","G","VVS2",62.9,59,15265,7.25,7.29,4.57 +"26061",2.03,"Ideal","I","SI1",61.8,57,15272,8.07,8.14,5.01 +"26062",1.53,"Ideal","G","VVS2",61.4,59,15275,7.4,7.42,4.55 +"26063",1.77,"Premium","E","VS2",61.6,58,15278,7.78,7.71,4.77 +"26064",1.51,"Very Good","G","VVS1",62.2,58,15281,7.3,7.33,4.55 +"26065",1.65,"Ideal","G","VS1",62.3,55,15281,7.56,7.6,4.72 +"26066",2.11,"Ideal","I","SI1",62,55,15282,8.23,8.18,5.09 +"26067",2.11,"Fair","I","SI1",67.2,60,15282,7.86,7.8,5.26 +"26068",2.25,"Good","J","SI1",62.4,61,15287,8.29,8.35,5.19 +"26069",2.13,"Ideal","H","SI2",61.8,57,15288,8.21,8.25,5.09 +"26070",2.03,"Ideal","I","SI1",62.9,57,15291,8.06,8.02,5.06 +"26071",2.05,"Premium","G","SI1",61.6,59,15291,8.2,8.16,5.04 +"26072",2.05,"Premium","G","SI1",61.6,59,15291,8.2,8.16,5.04 +"26073",1.5,"Premium","F","VS1",62.3,58,15291,7.33,7.28,4.55 +"26074",1.55,"Ideal","E","VS2",61.9,58,15293,7.39,7.45,4.59 +"26075",1.57,"Ideal","G","VS1",61.2,57,15301,7.53,7.6,4.63 +"26076",1.51,"Premium","G","VVS2",60.9,58,15303,7.42,7.38,4.51 +"26077",1.51,"Ideal","G","VVS2",60.5,56,15303,7.45,7.42,4.5 +"26078",1.02,"Very Good","D","IF",62.7,57,15306,6.36,6.46,4.02 +"26079",2.04,"Ideal","I","SI1",60,60,15308,8.3,8.26,4.97 +"26080",1.68,"Very Good","F","VS2",61.1,60,15309,7.63,7.7,4.68 +"26081",2,"Very Good","H","SI2",59.7,61,15312,8.15,8.2,4.88 +"26082",2,"Premium","H","SI2",60.7,60,15312,8.07,8.11,4.91 +"26083",2.24,"Ideal","J","VS2",61.8,54,15316,8.41,8.36,5.18 +"26084",1.54,"Premium","E","VS2",62.7,58,15316,7.37,7.33,4.61 +"26085",1.62,"Ideal","G","VS2",61.7,54,15318,7.57,7.58,4.68 +"26086",2.41,"Premium","J","VS1",61.1,60,15320,8.66,8.6,5.27 +"26087",2.08,"Premium","I","SI2",61.2,58,15321,8.24,8.16,5.02 +"26088",2.03,"Premium","G","SI1",61.9,59,15322,8.14,8.09,5.02 +"26089",2.31,"Premium","J","SI1",61.1,60,15323,8.58,8.51,5.22 +"26090",1.54,"Premium","E","VS2",60.8,58,15323,7.44,7.39,4.51 +"26091",2.51,"Ideal","H","SI1",62.9,56,15324,8.65,8.61,5.43 +"26092",2,"Fair","E","SI1",65.7,60,15330,7.7,7.8,5.09 +"26093",1.56,"Very Good","G","VVS1",59.7,59,15334,7.48,7.57,4.49 +"26094",2.02,"Very Good","D","SI2",60.6,57,15334,8.19,8.25,4.98 +"26095",2.01,"Very Good","I","VS1",61.5,62,15335,7.94,8.07,4.92 +"26096",1.5,"Premium","F","VS1",59.6,60,15338,7.41,7.49,4.44 +"26097",2.03,"Good","I","SI1",62.7,61,15339,8.04,7.93,5.01 +"26098",2.09,"Premium","I","SI1",60.8,59,15339,8.28,8.24,5.02 +"26099",1.52,"Ideal","E","VS2",62.4,55,15348,7.32,7.42,4.6 +"26100",2,"Fair","F","SI2",70.2,57,15351,7.63,7.59,5.34 +"26101",3.04,"Very Good","I","SI2",63.2,59,15354,9.14,9.07,5.75 +"26102",1.92,"Very Good","E","SI2",62.5,59,15364,7.85,7.92,4.93 +"26103",1.53,"Premium","G","VVS2",62.5,60,15365,7.31,7.34,4.58 +"26104",1.53,"Ideal","G","VVS2",61,55,15365,7.44,7.5,4.56 +"26105",2.29,"Premium","G","SI2",62.4,60,15366,8.41,8.36,5.23 +"26106",1.02,"Premium","D","IF",61.5,60,15370,6.52,6.45,3.99 +"26107",2.01,"Good","I","SI1",62.2,61,15371,7.94,8.01,4.96 +"26108",2.24,"Premium","I","SI2",61.9,58,15375,8.29,8.36,5.15 +"26109",1.27,"Ideal","F","IF",61.3,55,15377,6.98,7.02,4.29 +"26110",1.51,"Ideal","F","VS1",62.5,57,15378,7.33,7.3,4.57 +"26111",2.01,"Premium","I","VS2",62.1,59,15379,7.98,8.06,4.98 +"26112",2.2,"Ideal","J","VS2",61.6,57,15384,8.34,8.39,5.15 +"26113",1.7,"Good","E","VS2",64.1,60,15385,7.43,7.52,4.79 +"26114",1.36,"Ideal","F","VVS1",61.3,57,15386,7.23,7.13,4.4 +"26115",2.07,"Premium","I","SI1",59.4,61,15392,8.35,8.31,4.95 +"26116",2,"Good","E","SI2",64.7,57,15393,7.75,7.86,5.05 +"26117",2.06,"Premium","I","VS1",58.4,55,15393,8.42,8.35,4.9 +"26118",2.01,"Good","D","SI2",64.6,55,15394,7.85,7.98,5.11 +"26119",2.54,"Very Good","I","SI2",63.5,58,15394,8.67,8.56,5.47 +"26120",1.75,"Premium","E","SI1",60.3,61,15394,7.82,7.74,4.69 +"26121",1.54,"Ideal","G","VS2",60.8,57,15395,7.44,7.46,4.53 +"26122",2.01,"Premium","H","VS2",62.6,58,15395,8.03,7.94,5 +"26123",2.01,"Ideal","H","VS2",63,55,15395,8.03,7.97,5.04 +"26124",2.25,"Premium","I","SI1",61.3,58,15397,8.52,8.42,0 +"26125",2.04,"Premium","E","SI2",62.7,60,15398,8.04,8,5.03 +"26126",1.52,"Premium","G","VVS2",62.9,59,15404,7.29,7.25,4.57 +"26127",2.04,"Very Good","I","SI1",63.1,58,15412,8.06,7.99,5.06 +"26128",2.28,"Premium","H","SI2",62.5,58,15413,8.39,8.33,5.23 +"26129",1.54,"Ideal","G","VVS2",62,54,15415,7.36,7.43,4.59 +"26130",2.75,"Premium","H","SI2",60.5,61,15415,8.99,8.97,5.48 +"26131",2.14,"Premium","I","VS2",59.3,59,15418,8.39,8.43,5 +"26132",1.51,"Good","G","VVS1",57.9,62,15420,7.54,7.53,4.36 +"26133",1.51,"Premium","G","VVS1",62.2,58,15420,7.33,7.3,4.55 +"26134",2.2,"Very Good","I","SI2",60.2,60,15424,8.42,8.49,5.09 +"26135",1.55,"Ideal","F","VS2",61.8,54,15426,7.44,7.48,4.61 +"26136",1.61,"Ideal","F","VS2",62.9,56,15426,7.52,7.46,4.71 +"26137",1.61,"Premium","F","VS2",62.3,59,15426,7.53,7.47,4.67 +"26138",2.26,"Premium","H","SI2",61.3,60,15428,8.5,8.43,5.19 +"26139",2.47,"Ideal","J","SI2",62.1,57,15430,8.64,8.57,5.34 +"26140",2.3,"Ideal","G","SI2",61.6,57,15433,8.47,8.41,5.2 +"26141",1.51,"Very Good","F","VS1",61.7,59,15440,7.29,7.33,4.51 +"26142",1.5,"Ideal","F","VS2",61.9,56.4,15444,7.31,7.33,4.53 +"26143",1.54,"Very Good","G","IF",59.4,60,15444,7.55,7.61,4.5 +"26144",2,"Very Good","H","SI2",62.6,56,15446,7.98,8.09,5.03 +"26145",2.05,"Ideal","J","VS1",61.8,58,15450,8.12,8.16,5.03 +"26146",2,"Ideal","H","VS2",62.4,55,15451,8.03,7.94,4.99 +"26147",2,"Premium","H","SI2",59.7,61,15451,8.2,8.15,4.88 +"26148",2,"Premium","H","SI2",60.7,60,15451,8.11,8.07,4.91 +"26149",2.13,"Very Good","G","SI2",61.5,57,15454,8.27,8.34,5.11 +"26150",1.64,"Ideal","F","VS2",61.8,53,15458,7.62,7.63,4.71 +"26151",1.78,"Premium","H","VS1",60.2,59,15460,7.83,7.96,4.75 +"26152",1.59,"Premium","F","VS2",60.2,60,15461,7.59,7.62,4.58 +"26153",1.11,"Ideal","E","IF",61.8,55,15464,6.65,6.69,4.12 +"26154",2.18,"Premium","J","VS2",60.1,58,15465,8.46,8.41,5.07 +"26155",1.53,"Very Good","G","VVS2",62.5,57,15466,7.33,7.38,4.6 +"26156",2.01,"Good","H","SI1",63.9,59,15467,7.81,7.91,5.02 +"26157",1.92,"Ideal","H","SI1",61.3,57,15472,8,8.06,4.92 +"26158",2.1,"Very Good","I","SI1",59.9,61,15474,8.26,8.34,4.97 +"26159",2.01,"Premium","I","VS1",61.5,62,15475,8.07,7.94,4.92 +"26160",2.07,"Ideal","H","SI2",61.9,55,15475,8.15,8.23,5.07 +"26161",1.5,"Premium","F","VS1",59.6,60,15478,7.49,7.41,4.44 +"26162",2,"Premium","G","SI2",60.1,62,15485,8.07,8,4.83 +"26163",2,"Very Good","G","SI2",63.5,55,15485,8.03,7.93,5.07 +"26164",2.11,"Ideal","I","SI1",61,57,15486,8.37,8.29,5.08 +"26165",1.52,"Ideal","E","VS2",62.4,55,15488,7.42,7.32,4.6 +"26166",2.06,"Premium","I","SI1",60.8,60,15494,8.25,8.16,4.99 +"26167",1.21,"Ideal","F","IF",62.8,56,15497,6.75,6.84,4.27 +"26168",2.02,"Premium","G","SI2",61,58,15498,8.15,8.22,4.99 +"26169",2.14,"Premium","I","SI1",59.5,59,15499,8.42,8.36,4.99 +"26170",1.53,"Premium","G","VVS2",62.5,60,15505,7.34,7.31,4.58 +"26171",1.53,"Ideal","G","VVS2",61,55,15505,7.5,7.44,4.56 +"26172",1.5,"Very Good","F","VS1",61.9,58,15508,7.34,7.4,4.56 +"26173",2.19,"Ideal","I","SI2",61.5,57,15509,8.31,8.44,5.15 +"26174",2,"Very Good","I","VS2",59.5,62,15510,8.13,8.21,4.86 +"26175",2.1,"Ideal","I","SI2",61.9,56,15511,8.2,8.22,5.08 +"26176",1.55,"Ideal","G","VVS2",61.9,54,15512,7.41,7.45,4.6 +"26177",1.51,"Very Good","D","VS1",62.8,57,15513,7.23,7.29,4.56 +"26178",2.24,"Premium","I","SI2",61.9,58,15515,8.36,8.29,5.15 +"26179",2.06,"Premium","I","SI1",61,58,15517,8.24,8.19,5.01 +"26180",2.01,"Premium","I","VS2",62.1,59,15520,8.06,7.98,4.98 +"26181",1.52,"Premium","F","VS1",61,58,15522,7.42,7.39,4.52 +"26182",2.01,"Premium","H","VS2",61.1,61,15528,8.14,8.09,4.96 +"26183",2.01,"Premium","I","SI1",62.4,61,15528,8.01,7.99,4.99 +"26184",2.01,"Premium","I","SI1",60.9,60,15528,8.1,8.06,4.92 +"26185",1.51,"Ideal","G","VVS2",62.1,58,15529,7.34,7.31,4.54 +"26186",2.11,"Very Good","H","SI2",61.5,60,15530,8.22,8.3,5.08 +"26187",1.51,"Premium","D","VS2",61.7,58,15531,7.33,7.29,4.51 +"26188",1.3,"Ideal","D","VVS1",61.6,55.7,15535,6.98,7.02,4.31 +"26189",2,"Fair","E","SI2",59.9,61,15540,8.16,8.04,4.86 +"26190",2,"Fair","D","SI1",64.8,58,15540,7.98,7.89,5.14 +"26191",2.04,"Premium","I","SI2",60.2,59,15543,8.28,8.22,4.97 +"26192",1.75,"Very Good","D","SI1",61.4,60,15544,7.76,7.8,4.78 +"26193",2.14,"Premium","I","VS2",59.3,59,15559,8.43,8.39,5 +"26194",2.01,"Premium","G","SI2",59.4,58,15562,8.19,8.15,4.85 +"26195",2.01,"Fair","G","SI2",65.6,56,15562,7.89,7.84,6.16 +"26196",2.01,"Ideal","H","SI2",60.1,57,15562,8.24,8.2,4.94 +"26197",2.01,"Very Good","G","SI2",63.3,58,15563,8.01,8.05,5.08 +"26198",1.7,"Premium","G","VS2",62.6,61,15568,7.64,7.54,4.75 +"26199",1.02,"Ideal","D","IF",63,57,15575,6.39,6.35,4.01 +"26200",1.58,"Ideal","E","VS2",62.7,56,15579,7.45,7.55,4.7 +"26201",1.51,"Premium","F","VS1",61.7,59,15581,7.33,7.29,4.51 +"26202",2.22,"Ideal","G","SI2",60.9,57,15584,8.47,8.42,5.14 +"26203",1.5,"Fair","E","VS1",65.4,57,15584,7.14,7.07,4.65 +"26204",1.5,"Ideal","F","VS2",61.9,56,15584,7.33,7.31,4.53 +"26205",1.5,"Very Good","F","VS1",60.5,55,15585,7.39,7.48,4.5 +"26206",2.01,"Good","I","VS2",59.9,65,15587,8.14,8.19,4.89 +"26207",2.09,"Ideal","H","SI2",62,59,15589,8.15,8.2,5.07 +"26208",1.53,"Ideal","F","VS1",61.5,59,15592,7.38,7.46,4.56 +"26209",1.89,"Very Good","D","SI2",62.7,58,15594,7.75,7.81,4.88 +"26210",1.5,"Very Good","D","VS1",60.2,59,15600,7.3,7.36,4.41 +"26211",1.78,"Premium","H","VS1",60.2,59,15601,7.96,7.83,4.75 +"26212",1.59,"Premium","F","VS2",60.2,60,15602,7.62,7.59,4.58 +"26213",2.26,"Ideal","I","SI2",61.5,57,15606,8.36,8.44,5.17 +"26214",2.02,"Premium","H","SI2",61.4,59,15606,8.15,8.08,4.98 +"26215",1.56,"Ideal","G","VVS2",62.3,54,15609,7.41,7.45,4.63 +"26216",1.56,"Ideal","G","VVS2",62.5,55,15609,7.39,7.45,4.64 +"26217",2.15,"Ideal","J","VS1",60.9,55,15613,8.35,8.39,5.1 +"26218",2.1,"Premium","I","SI1",59.9,61,15615,8.34,8.26,4.97 +"26219",2.04,"Very Good","H","SI2",62.7,56,15618,8.06,8.12,5.07 +"26220",2.01,"Very Good","E","SI2",63.3,61,15618,7.86,7.8,4.96 +"26221",2.01,"Good","H","SI1",60.9,65,15618,8.22,8.18,4.99 +"26222",1.53,"Good","F","VS1",60.8,61,15619,7.31,7.39,4.47 +"26223",2.01,"Fair","D","SI2",59.4,66,15627,8.2,8.17,4.86 +"26224",2.18,"Ideal","I","SI1",61.2,56,15646,8.39,8.51,5.17 +"26225",2.12,"Ideal","I","SI2",61,57,15647,8.28,8.31,5.06 +"26226",1.52,"Good","E","VS1",63.9,56,15649,7.21,7.25,4.62 +"26227",1.52,"Very Good","F","VS2",62.9,53.3,15649,7.31,7.36,4.61 +"26228",2.04,"Premium","G","SI2",60.3,59,15651,8.23,8.3,4.98 +"26229",2.01,"Premium","H","VS2",62.8,59,15651,8.03,7.97,5.02 +"26230",2,"Premium","I","VS2",59.5,62,15651,8.21,8.13,4.86 +"26231",2.1,"Ideal","I","SI2",61.9,56,15653,8.22,8.2,5.08 +"26232",2.08,"Premium","I","VVS1",62.2,58,15654,8.22,8.18,5.1 +"26233",1.55,"Very Good","F","VS1",61.6,56,15658,7.38,7.45,4.57 +"26234",1.7,"Premium","E","SI1",62.3,57,15662,7.68,7.6,4.76 +"26235",1.42,"Very Good","F","VVS1",58.4,62,15665,7.35,7.38,4.3 +"26236",2.02,"Very Good","H","SI2",62.7,59,15666,8.04,7.98,5.02 +"26237",1.71,"Premium","G","VS2",59.3,60,15671,7.86,7.81,4.65 +"26238",1.04,"Premium","D","IF",60.6,56,15671,6.6,6.54,3.98 +"26239",2.01,"Premium","H","SI2",62.2,61,15673,8.08,8.04,5.01 +"26240",2.01,"Very Good","I","VS2",62.5,61,15675,7.97,8.03,5 +"26241",2.01,"Ideal","I","SI1",62.3,57,15680,8.04,8.08,5.02 +"26242",2.03,"Premium","I","SI1",61.4,58,15683,8.13,8.09,4.98 +"26243",2.18,"Very Good","I","SI2",58.9,60,15684,8.51,8.55,5.02 +"26244",1.2,"Premium","D","VVS1",62.1,59,15686,0,0,0 +"26245",1.51,"Ideal","F","VS2",62.4,53,15688,7.37,7.32,4.58 +"26246",2.03,"Very Good","E","SI2",63,61,15690,7.99,8.04,5.05 +"26247",2.06,"Ideal","I","VS2",59.2,57,15691,8.39,8.29,4.94 +"26248",2,"Very Good","H","SI2",63,59,15694,7.94,8.07,5.04 +"26249",2.02,"Fair","H","SI1",56.2,61,15695,8.8,8.33,4.81 +"26250",2.08,"Very Good","H","SI2",59,59,15696,8.37,8.41,4.95 +"26251",1.63,"Ideal","G","VS1",61.7,55,15697,7.56,7.6,4.68 +"26252",2.05,"Very Good","H","VS2",63.5,62,15701,8.05,7.91,5.07 +"26253",2.18,"Ideal","I","SI2",62.5,55,15706,8.31,8.34,5.2 +"26254",2.01,"Premium","I","SI1",62.4,61,15707,8.01,7.99,4.99 +"26255",2,"Good","I","VS1",58.8,65,15708,8.03,8.1,4.74 +"26256",1.5,"Premium","F","VS1",62.2,60,15708,7.27,7.3,4.53 +"26257",2.27,"Ideal","I","SI2",63,54,15710,8.36,8.39,5.28 +"26258",2.16,"Ideal","J","VS1",61.4,59,15714,8.27,8.33,5.1 +"26259",2.06,"Premium","I","SI1",60.8,60,15716,8.25,8.16,4.99 +"26260",2.03,"Ideal","G","SI2",62.6,56,15717,8.15,8.1,5.08 +"26261",2.13,"Ideal","I","SI2",62,55,15718,8.25,8.27,5.12 +"26262",1.58,"Ideal","E","VS2",62.7,56,15721,7.55,7.45,4.7 +"26263",2.01,"Good","I","VS2",59.9,65,15729,8.19,8.14,4.89 +"26264",2.01,"Ideal","I","VS2",66.7,56,15729,7.75,7.65,5.14 +"26265",2.01,"Fair","I","VS2",66.3,57,15729,7.79,7.74,5.15 +"26266",2.01,"Ideal","I","VS2",64.8,55,15729,7.91,7.87,5.12 +"26267",2.24,"Ideal","I","SI2",62.1,53.6,15730,8.38,8.41,5.21 +"26268",1.68,"Ideal","G","VS2",62.5,54,15740,7.61,7.64,4.76 +"26269",2,"Very Good","H","SI1",62.2,57,15745,7.97,8.08,4.99 +"26270",2.46,"Ideal","G","SI2",63,56,15745,8.6,8.52,5.44 +"26271",2.48,"Very Good","H","SI2",63.3,56,15746,8.6,8.55,5.43 +"26272",2.15,"Premium","G","SI2",58.9,58,15751,8.46,8.41,4.97 +"26273",2.07,"Very Good","I","SI1",63.1,59,15751,8.11,8.02,5.09 +"26274",1.7,"Ideal","G","VS2",62.9,55,15756,7.66,7.6,4.8 +"26275",2.11,"Premium","G","SI2",59.1,59,15757,8.33,8.4,4.94 +"26276",2.17,"Very Good","I","SI1",62.1,61,15760,8.24,8.27,5.13 +"26277",1.52,"Ideal","G","VVS2",60.6,57,15760,7.45,7.49,4.52 +"26278",2.04,"Premium","H","SI2",62.7,56,15760,8.12,8.06,5.07 +"26279",2,"Fair","H","SI1",65.6,58,15762,7.92,7.76,5.15 +"26280",2.02,"Good","I","VS1",65.5,57,15765,7.88,7.96,5.19 +"26281",2.11,"Ideal","J","VS1",61.8,56.2,15766,8.2,8.23,5.07 +"26282",1.19,"Very Good","D","VVS1",59.4,56,15767,6.95,7,4.14 +"26283",2.14,"Very Good","I","SI1",61.3,61,15769,8.28,8.32,5.09 +"26284",2.01,"Very Good","H","SI2",63,59,15773,7.9,7.93,4.99 +"26285",2.01,"Premium","H","SI2",62.3,58,15773,8.06,8.11,5.04 +"26286",2.09,"Very Good","F","SI2",60.2,61,15773,8.32,8.29,5 +"26287",1.51,"Ideal","D","VS2",60.9,57,15776,7.42,7.45,4.53 +"26288",2.52,"Fair","J","SI2",65.1,56,15776,8.51,8.43,5.51 +"26289",2.27,"Premium","H","SI2",60.7,59,15783,8.5,8.45,5.15 +"26290",2.02,"Ideal","I","SI1",62.3,57,15785,8.07,8.11,5.04 +"26291",2.02,"Ideal","H","SI2",62.7,57,15785,8.05,8,5.03 +"26292",1.5,"Ideal","D","VS2",62,57,15788,7.34,7.37,4.56 +"26293",1.52,"Good","E","VS1",64,55,15792,7.27,7.19,4.63 +"26294",1.52,"Good","E","VS1",63.9,56,15792,7.25,7.21,4.62 +"26295",1.52,"Ideal","F","VS2",62.9,53,15792,7.36,7.31,4.61 +"26296",1.52,"Premium","F","VS2",61.4,58,15792,7.42,7.37,4.54 +"26297",1.55,"Ideal","G","VVS2",62.5,57,15794,7.35,7.33,4.59 +"26298",1.7,"Ideal","G","VS2",61.3,57,15797,7.6,7.67,4.68 +"26299",1.7,"Premium","G","VS2",59,58,15797,7.8,7.85,4.62 +"26300",2.19,"Premium","H","SI1",62.3,62,15801,8.27,8.25,5.15 +"26301",1.72,"Premium","G","VS2",61.1,58,15801,7.69,7.73,4.71 +"26302",1.55,"Premium","F","VS1",61.6,56,15801,7.45,7.38,4.57 +"26303",1.32,"Ideal","D","VVS2",59.3,59,15802,7.16,7.23,4.27 +"26304",1.82,"Ideal","F","SI1",61.8,58,15802,7.8,7.84,4.83 +"26305",1.7,"Premium","E","SI1",60.1,58,15804,7.78,7.74,4.66 +"26306",1.7,"Premium","E","SI1",61.8,58,15804,7.62,7.52,4.68 +"26307",2.06,"Very Good","G","SI2",59.8,61,15805,8.22,8.26,4.93 +"26308",1.76,"Premium","E","SI1",60.5,58,15805,7.93,7.84,4.77 +"26309",1.28,"Premium","E","IF",59.8,59,15806,7.1,7.07,4.24 +"26310",2.02,"Premium","I","VS2",62.9,59,15808,8.03,7.93,5.02 +"26311",2.03,"Very Good","F","SI2",59.8,56,15811,8.21,8.3,4.94 +"26312",1.06,"Ideal","D","IF",61.2,57,15813,6.57,6.61,4.03 +"26313",2.02,"Ideal","G","SI2",63.5,54,15814,7.96,8.02,5.07 +"26314",2.34,"Premium","I","SI1",61.7,60,15818,8.59,8.53,5.28 +"26315",2.1,"Premium","I","SI1",61.5,59,15818,8.28,8.24,5.08 +"26316",2.01,"Very Good","I","VS2",62.5,58,15819,7.97,8.05,5.01 +"26317",1.52,"Very Good","F","VS1",63.8,56,15819,7.25,7.3,4.64 +"26318",1.61,"Ideal","F","VS2",62.1,57,15819,7.49,7.56,4.67 +"26319",1.51,"Ideal","D","VS2",62.1,58,15821,7.32,7.34,4.55 +"26320",1.59,"Ideal","G","VVS2",62.6,55,15823,7.47,7.44,4.67 +"26321",2.4,"Fair","J","SI2",65.4,56,15824,8.35,8.29,5.44 +"26322",2.21,"Very Good","G","SI2",60.7,62,15825,8.42,8.48,5.13 +"26323",2.03,"Very Good","I","VS2",61.4,59,15826,8.06,8.12,4.97 +"26324",2.03,"Ideal","I","VS2",59.9,60,15826,8.17,8.27,4.92 +"26325",2.1,"Fair","F","SI2",64.7,61,15827,7.97,7.92,5.14 +"26326",1.71,"Very Good","G","VS2",62.5,58,15829,7.56,7.66,4.76 +"26327",2,"Ideal","H","VS2",62.4,55,15829,8.03,7.94,4.99 +"26328",2.01,"Good","G","SI2",63.6,59,15832,7.95,8,5.07 +"26329",2.01,"Premium","J","VVS1",62.2,58,15836,8.1,7.89,5 +"26330",2.05,"Premium","I","SI1",61.2,57,15837,8.24,8.21,5.03 +"26331",2,"Very Good","H","SI1",60.1,61,15840,8.1,8.13,4.88 +"26332",2,"Very Good","E","SI2",58.1,60,15840,8.25,8.32,4.81 +"26333",1.63,"Ideal","G","VS1",61.7,55,15840,7.6,7.56,4.68 +"26334",2.01,"Premium","F","SI2",59.5,59,15841,8.24,8.15,4.88 +"26335",2.01,"Ideal","G","SI2",62.8,56,15841,8.07,8.02,5.05 +"26336",1.73,"Ideal","E","SI1",61.9,57,15842,7.74,7.66,4.77 +"26337",1.59,"Ideal","G","VVS2",60.6,59,15843,7.53,7.59,4.58 +"26338",1.55,"Ideal","D","VS2",60.1,58,15845,7.56,7.54,4.54 +"26339",2.07,"Very Good","I","SI1",62.3,60,15847,8.12,8.16,5.07 +"26340",1.74,"Ideal","E","SI1",62.2,56,15847,7.67,7.72,4.79 +"26341",0.32,"Ideal","H","VVS2",61.7,56,645,4.37,4.42,2.71 +"26342",0.32,"Ideal","G","VS1",62.1,55,645,4.4,4.42,2.74 +"26343",0.32,"Ideal","G","VS1",61.2,56,645,4.41,4.45,2.71 +"26344",0.32,"Ideal","F","VS2",60.3,55,645,4.4,4.45,2.67 +"26345",0.32,"Ideal","G","VS1",61.8,55,645,4.42,4.45,2.74 +"26346",0.32,"Very Good","G","VS1",62.8,58,645,4.34,4.39,2.74 +"26347",0.32,"Ideal","F","VS2",61.1,57,645,4.44,4.47,2.72 +"26348",0.32,"Very Good","F","VS2",61.1,58,645,4.39,4.42,2.69 +"26349",0.32,"Ideal","F","VS2",61.2,56,645,4.41,4.44,2.71 +"26350",0.32,"Premium","F","VS2",60.6,59,645,4.4,4.44,2.68 +"26351",0.32,"Very Good","G","VS1",62.4,58,645,4.35,4.4,2.73 +"26352",0.32,"Ideal","F","VS2",61.9,56,645,4.37,4.39,2.71 +"26353",0.32,"Ideal","G","VS1",62.3,54,645,4.37,4.39,2.73 +"26354",0.32,"Very Good","G","VS1",62.8,59,645,4.33,4.37,2.73 +"26355",0.32,"Premium","F","VS2",61.3,60,645,4.37,4.4,2.69 +"26356",0.32,"Ideal","G","VS1",60.8,57,645,4.39,4.42,2.68 +"26357",0.32,"Ideal","G","VS1",61.3,55,645,4.42,4.46,2.72 +"26358",0.32,"Ideal","H","VVS2",61.9,55,645,4.37,4.39,2.71 +"26359",0.32,"Very Good","H","VVS2",62.1,58,645,4.34,4.39,2.71 +"26360",0.32,"Premium","G","VS1",60.6,60,645,4.4,4.44,2.68 +"26361",0.32,"Premium","G","VS1",62.1,58,645,4.37,4.39,2.72 +"26362",0.32,"Ideal","F","VS2",61.7,55,645,4.4,4.41,2.72 +"26363",0.32,"Very Good","F","VS2",60.2,59,645,4.4,4.43,2.66 +"26364",0.32,"Premium","F","VS2",59.7,59,645,4.41,4.44,2.64 +"26365",0.32,"Very Good","G","VS1",63,55,645,4.35,4.38,2.75 +"26366",0.32,"Premium","F","VS2",61.4,60,645,4.38,4.42,2.7 +"26367",0.32,"Ideal","G","VS1",60.9,56,645,4.41,4.45,2.7 +"26368",0.32,"Good","H","VVS2",63.4,56,645,4.34,4.37,2.76 +"26369",0.32,"Very Good","F","VS2",59.5,61,645,4.42,4.46,2.64 +"26370",0.32,"Ideal","F","VS2",62.4,54,645,4.38,4.4,2.74 +"26371",1.5,"Ideal","D","VS2",62.6,56,15848,7.21,7.27,4.53 +"26372",2.02,"Very Good","G","SI2",63.1,56,15848,8.06,8.02,5.07 +"26373",2.18,"Ideal","I","SI2",62.5,55,15850,8.34,8.31,5.2 +"26374",2.02,"Very Good","H","SI2",59.9,55,15851,8.17,8.28,4.93 +"26375",1.5,"Ideal","F","VS1",62.3,56,15851,7.34,7.3,4.56 +"26376",2,"Good","I","VS1",58.8,65,15851,8.1,8.03,4.74 +"26377",1.5,"Premium","F","VS1",62.2,60,15851,7.3,7.27,4.53 +"26378",2,"Very Good","F","SI1",63.3,56,15851,8,7.93,5.04 +"26379",2.24,"Ideal","I","SI2",62.1,57,15852,8.31,8.4,5.19 +"26380",2.05,"Ideal","H","SI2",60.4,58,15857,8.21,8.27,4.98 +"26381",2,"Very Good","E","SI2",63.5,59,15864,7.9,7.98,5.04 +"26382",2.08,"Premium","E","SI2",62.3,59,15873,8.22,8.16,5.1 +"26383",2.04,"Ideal","H","SI2",61.2,56,15874,8.19,8.25,5.03 +"26384",1.3,"Ideal","E","IF",62.3,54,15874,6.97,7.03,4.36 +"26385",2.02,"Very Good","G","SI2",62.8,55,15877,8.06,8.11,5.08 +"26386",1.23,"Very Good","E","VVS1",61.2,59,15878,6.9,6.98,4.25 +"26387",1.55,"Ideal","D","VS2",62.1,59,15887,7.34,7.37,4.57 +"26388",2.01,"Good","H","SI2",64,51,15888,8.08,8.01,5.15 +"26389",2.01,"Fair","H","VS2",66.1,53,15888,7.82,7.92,5.2 +"26390",1.69,"Premium","G","VVS2",62.9,58,15889,7.59,7.51,4.75 +"26391",2.05,"Premium","I","VS2",62.5,59,15897,8.07,8.12,5.06 +"26392",2,"Premium","G","SI2",62.1,59,15897,8.12,8.02,5.01 +"26393",2.2,"Premium","G","SI2",60.4,60,15897,8.44,8.36,5.08 +"26394",2.03,"Good","J","VVS2",63.2,60,15898,7.88,7.94,5 +"26395",2.19,"Very Good","I","SI2",60.3,60,15907,8.29,8.33,5.01 +"26396",2.01,"Premium","H","VS2",61.1,61,15908,8.14,8.09,4.96 +"26397",2.14,"Premium","I","SI1",61.3,61,15913,8.32,8.28,5.09 +"26398",2.14,"Premium","I","SI2",60.1,58,15915,8.41,8.37,5.04 +"26399",2.01,"Premium","H","SI2",62.3,58,15917,8.11,8.06,5.04 +"26400",2.39,"Premium","H","SI1",61.8,58,15917,8.57,8.52,5.28 +"26401",2.01,"Premium","H","SI2",63,59,15917,7.93,7.9,4.99 +"26402",2.01,"Very Good","I","VS2",62.1,60,15919,7.96,8.01,4.96 +"26403",2.01,"Very Good","I","VS2",59.6,62,15919,8.17,8.25,4.89 +"26404",2.01,"Good","H","SI1",63.2,58,15919,7.93,7.98,5.03 +"26405",2.4,"Premium","J","SI1",59.7,58,15920,8.75,8.71,5.21 +"26406",1.52,"Ideal","D","VS2",62.1,58,15922,7.36,7.4,4.58 +"26407",2,"Very Good","I","VS2",58.6,62,15923,8.17,8.2,4.8 +"26408",1,"Good","D","IF",63.3,59,15928,6.33,6.37,4.02 +"26409",2.01,"Very Good","H","VS1",63.5,53,15930,8.04,7.97,5.08 +"26410",2.03,"Premium","H","SI2",61.6,58,15930,8.09,8.17,5.01 +"26411",2.14,"Very Good","I","VS2",62.8,59,15931,8.16,8.21,5.14 +"26412",2.5,"Premium","H","SI2",62.4,59,15934,8.61,8.54,5.35 +"26413",1.7,"Very Good","G","VS2",63.1,57,15937,7.53,7.62,4.78 +"26414",2.06,"Very Good","G","SI2",59,58,15938,8.3,8.38,4.92 +"26415",2.01,"Premium","I","VS2",60.3,62,15939,8.13,8.08,4.89 +"26416",2.01,"Premium","I","VS2",60.3,62,15939,8.13,8.08,4.89 +"26417",1.7,"Premium","G","VS2",60.3,60,15941,7.72,7.64,4.63 +"26418",1.7,"Premium","G","VS2",59,58,15941,7.85,7.8,4.62 +"26419",1.7,"Ideal","G","VS2",61.3,57,15941,7.67,7.6,4.68 +"26420",2.02,"Ideal","I","SI1",61.9,58,15942,8.07,8.18,5.03 +"26421",1.72,"Premium","G","VS2",61.1,58,15946,7.73,7.69,4.71 +"26422",1.72,"Very Good","E","SI1",62.2,58,15948,7.63,7.7,4.77 +"26423",2.21,"Ideal","G","SI2",60.1,60,15948,8.47,8.53,5.11 +"26424",2.05,"Very Good","H","SI2",62.4,58,15949,8.1,8.15,5.07 +"26425",2.06,"Premium","G","SI2",59.8,61,15949,8.26,8.22,4.93 +"26426",2.01,"Very Good","I","VVS2",63.5,58,15952,7.92,7.82,5 +"26427",2.01,"Ideal","F","SI2",62.3,58,15955,8.03,8.01,5 +"26428",1.5,"Very Good","E","VS1",59,62,15957,7.45,7.47,4.4 +"26429",1.52,"Ideal","G","VVS1",62.4,55,15959,7.3,7.39,4.58 +"26430",1.52,"Premium","G","VVS1",60.4,59,15959,7.38,7.48,4.49 +"26431",2,"Good","E","SI2",60.1,54,15962,8.01,8.15,4.86 +"26432",3.4,"Fair","D","I1",66.8,52,15964,9.42,9.34,6.27 +"26433",2.01,"Very Good","I","VS2",62.3,59,15965,8.02,8.1,5.02 +"26434",1.55,"Premium","F","VS1",62,60,15966,7.4,7.31,4.56 +"26435",1.38,"Ideal","F","VVS1",62.9,56,15968,7.04,7.1,4.45 +"26436",2.21,"Premium","G","SI2",60.7,62,15970,8.48,8.42,5.13 +"26437",2.06,"Ideal","F","SI2",62.7,57,15970,8.19,8.09,5.1 +"26438",2.02,"Ideal","H","SI2",63,57,15974,8.01,8.06,5.06 +"26439",2.01,"Good","G","SI2",63.6,59,15977,8,7.95,5.07 +"26440",2.01,"Premium","G","SI2",59.8,58,15977,8.21,8.15,4.89 +"26441",1.54,"Premium","G","VVS2",62.2,59,15983,7.41,7.37,4.6 +"26442",2,"Premium","H","SI1",60.1,61,15984,8.13,8.1,4.88 +"26443",2,"Premium","E","SI2",58.1,60,15984,8.32,8.25,4.81 +"26444",2,"Very Good","H","SI1",63.2,58,15984,7.95,7.93,5.02 +"26445",4,"Very Good","I","I1",63.3,58,15984,10.01,9.94,6.31 +"26446",2.02,"Premium","H","VS2",61.3,60,15987,8.16,8.11,4.99 +"26447",2.02,"Very Good","F","SI1",62.8,59,15987,7.9,7.98,4.99 +"26448",2.5,"Ideal","J","SI2",60.7,55,15990,8.8,8.66,5.3 +"26449",1.55,"Premium","D","VS2",61.5,58,15991,7.48,7.51,4.61 +"26450",1.53,"Ideal","G","VVS1",61.8,55,15992,7.43,7.45,4.59 +"26451",2.3,"Premium","H","SI2",62.7,56,15992,8.46,8.42,5.29 +"26452",2.07,"Very Good","H","SI2",63.3,56,15992,8.1,8.08,5.12 +"26453",1.74,"Ideal","E","SI1",62.2,56,15992,7.72,7.67,4.79 +"26454",1.5,"Ideal","D","VS2",62.6,56,15992,7.27,7.21,4.53 +"26455",2.07,"Premium","I","SI1",62.3,60,15992,8.16,8.12,5.07 +"26456",2.53,"Ideal","J","SI2",61.5,53,15993,8.78,8.74,5.39 +"26457",1.5,"Ideal","D","VS2",62.8,53.5,15996,7.27,7.33,4.58 +"26458",2.02,"Premium","H","SI2",59.9,55,15996,8.28,8.17,4.93 +"26459",2.01,"Good","I","VS2",63.6,57,16003,7.87,7.95,5.03 +"26460",2.25,"Premium","J","SI1",61.8,61,16004,8.46,8.39,5.21 +"26461",2.01,"Good","F","SI2",62.9,58,16013,7.89,8.01,5 +"26462",2.02,"Ideal","I","VS2",61.5,58,16018,8.19,8.11,5.01 +"26463",2.37,"Premium","H","SI2",62.3,57,16021,8.55,8.5,5.31 +"26464",1.5,"Premium","E","VS1",62.5,58,16023,7.21,7.28,4.53 +"26465",2.23,"Premium","J","VS1",61.7,58,16025,8.41,8.34,5.17 +"26466",2,"Premium","H","SI2",62.8,56,16031,8.04,7.98,5.03 +"26467",2.17,"Good","H","SI2",58.9,62,16036,8.48,8.52,5.01 +"26468",3.01,"Ideal","J","SI2",61.7,58,16037,9.25,9.2,5.69 +"26469",2.28,"Very Good","I","SI2",62.9,57,16041,8.34,8.41,5.27 +"26470",2.03,"Very Good","J","VVS2",63.2,60,16043,7.94,7.88,5 +"26471",1.5,"Very Good","F","VS2",59.1,59,16048,7.45,7.48,4.41 +"26472",1.53,"Premium","E","VS2",61.6,58,16049,7.35,7.32,4.52 +"26473",1.56,"Ideal","G","VS1",61.3,56,16052,7.48,7.44,4.57 +"26474",1.52,"Ideal","F","VS1",62.2,55,16055,7.29,7.41,4.57 +"26475",2.37,"Ideal","J","VS2",62.2,57,16059,8.52,8.58,5.32 +"26476",2.3,"Ideal","J","VS2",62.4,56,16062,8.44,8.49,5.28 +"26477",2.13,"Good","H","SI2",59.2,58,16062,8.35,8.41,4.96 +"26478",2,"Very Good","E","SI2",62.9,56,16064,7.94,8,5.01 +"26479",2,"Very Good","E","SI2",60.5,60,16064,8.03,8.08,4.87 +"26480",2.01,"Premium","E","SI2",58.7,54,16064,8.27,8.2,4.83 +"26481",1.6,"Premium","G","VVS2",60.6,60,16068,7.51,7.57,4.57 +"26482",2,"Premium","I","VS2",58.6,62,16068,8.2,8.17,4.8 +"26483",1.75,"Very Good","G","VS2",62.8,59,16073,7.53,7.62,4.76 +"26484",1,"Very Good","D","IF",63.3,59,16073,6.37,6.33,4.02 +"26485",2.03,"Premium","H","SI2",61.6,58,16075,8.17,8.09,5.01 +"26486",2.24,"Very Good","H","SI2",62.3,57,16077,8.3,8.36,5.19 +"26487",2.16,"Very Good","I","VS2",58.6,60,16080,8.48,8.55,4.99 +"26488",1.54,"Very Good","F","VS1",63.3,58,16082,7.34,7.3,4.63 +"26489",2.01,"Good","F","SI2",64.1,57,16085,7.78,7.82,5 +"26490",1.7,"Very Good","G","VS2",61.6,58,16086,7.63,7.67,4.71 +"26491",2.01,"Fair","D","SI2",66.9,57,16086,7.87,7.76,5.23 +"26492",1.01,"Very Good","D","IF",61.6,56,16087,6.43,6.46,3.97 +"26493",1.51,"Premium","G","VS2",61.3,58,16091,7.39,7.33,4.51 +"26494",2,"Very Good","H","SI1",60.3,61,16092,8.11,8.17,4.91 +"26495",2.24,"Premium","I","SI2",62.5,59,16097,8.36,8.28,5.2 +"26496",2.06,"Premium","H","SI2",60,60,16098,6.29,6.25,4.96 +"26497",2.31,"Premium","J","VVS1",62.1,58,16100,8.49,8.42,5.25 +"26498",1.52,"Premium","G","VVS1",60.4,59,16104,7.48,7.38,4.49 +"26499",1.52,"Ideal","G","VVS1",62.4,55,16104,7.39,7.3,4.58 +"26500",2.01,"Very Good","H","SI2",63.4,57,16111,8,7.93,5.05 +"26501",2.1,"Premium","G","SI2",60.9,57.4,16112,8.17,8.27,5 +"26502",1.62,"Premium","F","VS1",61.3,57,16112,7.6,7.55,4.64 +"26503",1.5,"Very Good","F","VVS2",63.8,59,16116,7.17,7.25,4.6 +"26504",1.7,"Premium","G","VS2",60.9,60,16123,7.71,7.68,4.69 +"26505",2.38,"Very Good","J","VS2",62.6,59,16126,8.49,8.52,5.32 +"26506",2.02,"Ideal","I","SI1",62.4,56,16128,8.07,8.11,5.05 +"26507",1.51,"Very Good","E","VS1",59.5,59,16129,7.48,7.54,4.47 +"26508",1.2,"Ideal","D","VVS2",61.9,56,16130,6.81,6.83,4.22 +"26509",1.73,"Ideal","F","VS1",62.1,57,16131,7.73,7.64,4.77 +"26510",1.55,"Premium","D","VS2",61.5,58,16137,7.51,7.48,4.61 +"26511",2.01,"Very Good","H","SI2",60.5,61,16140,8.09,8.14,4.91 +"26512",2.15,"Ideal","H","SI2",60.3,59,16146,8.34,8.41,5.05 +"26513",2.19,"Ideal","I","SI2",62.4,56,16147,8.26,8.3,5.17 +"26514",2.05,"Good","G","SI2",63.7,61,16148,7.99,8.03,5.1 +"26515",2.01,"Good","I","VS2",63.6,57,16149,7.95,7.87,5.03 +"26516",2.01,"Premium","I","VS2",61.6,61,16149,8.08,7.97,4.94 +"26517",2.12,"Very Good","H","SI2",62.3,59,16151,8.15,8.19,5.09 +"26518",1.74,"Very Good","G","VS2",62.9,57,16169,7.64,7.68,4.82 +"26519",1.54,"Ideal","G","VVS1",60.8,57,16169,7.45,7.49,4.54 +"26520",1.5,"Premium","E","VS1",62.5,58,16169,7.28,7.21,4.53 +"26521",2.43,"Very Good","H","SI2",63.2,57,16170,8.56,8.5,5.39 +"26522",1.98,"Premium","I","VS1",62.5,58,16171,7.95,7.99,4.98 +"26523",1.5,"Ideal","G","VS1",61.3,56,16171,7.41,7.37,4.53 +"26524",2.28,"Premium","J","VS1",60.3,58,16174,8.58,8.53,5.16 +"26525",2.02,"Very Good","I","VS2",63.2,53,16179,8.09,8.18,5.14 +"26526",2.3,"Ideal","I","SI2",61.8,57,16181,8.45,8.48,5.23 +"26527",1.62,"Ideal","G","VS2",61.3,55,16183,7.55,7.6,4.64 +"26528",1.52,"Premium","E","VS1",60.1,59,16187,7.49,7.45,4.49 +"26529",2.28,"Ideal","I","SI2",62.9,57,16187,8.41,8.34,5.27 +"26530",2.11,"Very Good","G","SI2",62.2,60,16188,8.15,8.19,5.08 +"26531",2.07,"Ideal","I","SI2",62,55,16189,8.12,8.22,5.07 +"26532",2.2,"Premium","I","SI2",62.4,55,16190,8.41,8.34,5.23 +"26533",2.02,"Premium","I","SI1",62.5,59,16191,8.05,8.01,5.02 +"26534",2.02,"Very Good","I","SI1",59.8,59,16192,8.21,8.3,4.94 +"26535",3.67,"Premium","I","I1",62.4,56,16193,9.86,9.81,6.13 +"26536",2.58,"Premium","H","SI2",62.6,57,16195,8.77,8.73,5.48 +"26537",2.42,"Premium","J","SI2",62.3,58,16198,8.63,8.55,5.35 +"26538",2.42,"Premium","J","SI2",58.5,59,16198,8.85,8.82,5.17 +"26539",2.42,"Premium","J","SI2",62.4,58,16198,8.58,8.53,5.34 +"26540",2,"Good","E","SI2",57.6,63,16206,8.2,8.16,4.73 +"26541",2.09,"Very Good","F","SI2",62.5,60,16210,8.14,8.06,5.06 +"26542",1.6,"Premium","G","VVS2",60.6,60,16215,7.57,7.51,4.57 +"26543",1.53,"Very Good","G","VS1",61.9,57,16219,7.39,7.32,4.55 +"26544",1.75,"Premium","G","VS2",62.8,59,16220,7.62,7.53,4.76 +"26545",1.74,"Good","G","VS1",58.6,62,16223,7.83,7.88,4.6 +"26546",2.03,"Ideal","G","SI1",60.3,56,16224,8.27,8.21,4.97 +"26547",2.01,"Good","F","SI2",58.1,64,16231,8.23,8.19,4.77 +"26548",2.01,"Good","F","SI2",64.1,57,16231,7.82,7.78,5 +"26549",1.87,"Premium","E","SI1",61.9,58,16232,7.94,7.88,4.9 +"26550",1.01,"Premium","D","IF",61.6,56,16234,6.46,6.43,3.97 +"26551",2.06,"Ideal","G","SI2",62.9,56,16235,8.13,8.04,5.08 +"26552",2.05,"Premium","H","VS2",60.7,61,16235,8.25,8.13,4.97 +"26553",2.32,"Premium","F","SI2",62.5,59,16237,8.51,8.44,5.3 +"26554",2.66,"Good","H","SI2",63.8,57,16239,8.71,8.65,5.54 +"26555",2.66,"Good","H","SI2",63.8,57,16239,8.71,8.65,5.54 +"26556",2.2,"Very Good","H","VS2",63.3,58,16239,8.25,8.22,5.21 +"26557",1.6,"Ideal","F","VS2",60.2,55.5,16240,7.6,7.66,4.59 +"26558",1.7,"Ideal","H","VS1",61.5,55,16240,7.69,7.73,4.74 +"26559",1.63,"Ideal","G","VS1",61.5,57,16241,7.58,7.6,4.67 +"26560",2.26,"Good","I","SI2",56.9,60,16241,8.73,8.66,4.95 +"26561",2.26,"Premium","I","SI2",62,58,16241,8.4,8.37,5.2 +"26562",2.01,"Premium","G","SI1",62.3,61,16242,7.96,7.89,5.02 +"26563",1.23,"Ideal","D","VVS1",62.4,57,16253,6.88,6.83,4.28 +"26564",1.73,"Premium","E","SI1",62.6,58,16253,7.67,7.59,4.78 +"26565",1.2,"Ideal","E","VVS1",61.8,56,16256,6.78,6.87,4.22 +"26566",2.02,"Ideal","F","SI2",62.2,57,16256,8.07,8.03,5.01 +"26567",2.04,"Ideal","F","SI2",62.3,57,16261,8.05,8.13,5.04 +"26568",2,"Premium","G","SI2",61.8,58,16262,8.05,7.99,4.96 +"26569",2.38,"Premium","J","VS2",62.6,59,16273,8.52,8.49,5.32 +"26570",2.4,"Ideal","J","SI1",60.6,57,16274,8.62,8.76,5.26 +"26571",1.51,"Premium","E","VS1",59.5,59,16277,7.54,7.48,4.47 +"26572",2.51,"Premium","J","SI2",59.3,58,16278,8.83,8.87,5.25 +"26573",2.03,"Fair","F","SI1",65.4,58,16280,7.9,7.84,5.15 +"26574",2,"Very Good","H","SI1",60.9,58,16280,8.07,8.15,4.94 +"26575",1.74,"Very Good","D","SI1",61.9,58,16286,7.74,7.79,4.81 +"26576",2.01,"Premium","H","SI1",58.2,62,16287,8.26,8.21,4.79 +"26577",2.01,"Premium","H","SI2",60.5,61,16287,8.14,8.09,4.91 +"26578",2.01,"Ideal","I","SI1",64.8,62,16287,7.92,7.82,5.1 +"26579",2.02,"Ideal","F","SI2",61.3,57,16290,8.11,8.16,4.99 +"26580",2,"Good","I","VS2",63.6,60,16291,7.95,8.03,5.08 +"26581",1.66,"Very Good","F","VS2",61.4,58,16294,7.63,7.68,4.7 +"26582",2.09,"Good","I","SI1",57.9,63,16294,8.37,8.46,4.87 +"26583",2.05,"Good","G","SI2",63.7,61,16295,8.03,7.99,5.1 +"26584",1.64,"Ideal","G","VS2",61.5,56,16297,7.59,7.62,4.68 +"26585",2.24,"Ideal","H","SI2",61.4,56,16300,8.38,8.43,5.16 +"26586",1.6,"Ideal","H","IF",61.5,53,16300,7.57,7.69,4.66 +"26587",2.01,"Very Good","I","VS2",59.6,60,16304,8.13,8.19,4.86 +"26588",2.01,"Good","I","VS2",62.4,62,16304,7.91,7.99,4.96 +"26589",2.4,"Premium","J","SI1",59.7,58,16304,8.75,8.71,5.21 +"26590",2.03,"Premium","I","VS2",60.5,62,16309,8.22,8.17,4.96 +"26591",2.03,"Premium","I","VS2",58.5,60,16309,8.37,8.34,4.89 +"26592",1.53,"Ideal","G","VS1",60.5,57,16311,7.42,7.52,4.51 +"26593",2.65,"Premium","G","SI2",62,61,16314,8.82,8.75,5.45 +"26594",1.74,"Ideal","G","VS2",61.7,56,16316,7.72,7.68,4.75 +"26595",1.74,"Ideal","G","VS2",62.9,57,16316,7.68,7.64,4.82 +"26596",1.54,"Ideal","G","VVS1",60.8,57,16316,7.49,7.45,4.54 +"26597",2.04,"Very Good","H","SI2",60,60,16319,8.21,8.17,4.91 +"26598",2.01,"Ideal","J","VS1",60.9,56,16319,8.14,8.18,4.97 +"26599",2.04,"Ideal","H","SI2",62,56,16319,8.18,8.23,5.09 +"26600",2.02,"Premium","G","SI1",62.3,61,16323,8.07,7.96,4.99 +"26601",2.3,"Ideal","I","SI2",61.8,57,16329,8.48,8.45,5.23 +"26602",2.11,"Premium","G","SI2",62.2,60,16336,8.19,8.15,5.08 +"26603",2.07,"Ideal","I","SI2",62,55,16337,8.22,8.12,5.07 +"26604",1.6,"Ideal","G","VVS1",60.8,56,16339,7.58,7.54,4.6 +"26605",2.35,"Premium","H","SI2",62.3,58,16340,8.51,8.44,5.28 +"26606",1.8,"Ideal","F","SI1",61.4,54,16340,7.86,7.82,4.81 +"26607",1.52,"Ideal","G","VVS1",61.4,57,16343,7.38,7.4,4.54 +"26608",2.54,"Very Good","H","SI2",63.5,56,16353,8.68,8.65,5.5 +"26609",2.54,"Very Good","H","SI2",63.5,56,16353,8.68,8.65,5.5 +"26610",2.1,"Premium","F","SI2",62.1,59,16357,8.16,8.18,5.07 +"26611",2.05,"Premium","G","SI2",60.1,59,16357,8.2,8.3,4.96 +"26612",1.62,"Ideal","E","VS2",61.4,57,16358,7.54,7.58,4.64 +"26613",2.11,"Very Good","I","VS2",60.3,60.5,16363,8.22,8.29,4.98 +"26614",1.5,"Fair","F","VVS2",64.7,53,16364,7.22,7.15,4.65 +"26615",1.8,"Ideal","F","SI1",61.8,57,16364,7.79,7.83,4.83 +"26616",2.02,"Premium","I","SI1",60.9,60,16368,8.13,8.1,4.94 +"26617",2.28,"Premium","J","VS2",62.4,58,16369,8.45,8.35,5.24 +"26618",1.51,"Ideal","F","VS1",62.1,56,16370,7.34,7.38,4.57 +"26619",2.07,"Very Good","I","VS2",60.6,58,16378,8.24,8.29,5.01 +"26620",2,"Very Good","E","SI2",63.1,53,16380,7.99,8.11,5.08 +"26621",2.01,"Very Good","I","VS2",59.6,58,16383,8.18,8.23,4.89 +"26622",1.71,"Ideal","F","VS2",61.9,57,16384,7.73,7.62,4.75 +"26623",2.02,"Fair","D","SI1",65,55,16386,7.94,7.84,5.13 +"26624",2.04,"Very Good","G","SI2",59.9,58,16389,8.26,8.31,4.96 +"26625",2.14,"Premium","H","VS2",61.7,58,16390,8.28,8.22,5.09 +"26626",2.03,"Very Good","I","SI1",62.3,60,16392,8.01,8.07,5.01 +"26627",2.07,"Premium","I","SI1",62.9,59,16392,8.15,8.09,5.11 +"26628",2.11,"Premium","H","VS2",60.8,61,16395,8.32,8.28,5.05 +"26629",2.19,"Very Good","I","SI1",60.7,60,16397,8.46,8.4,5.12 +"26630",2.02,"Ideal","J","VS1",61.8,57,16397,8.06,8.13,5 +"26631",2.22,"Good","I","SI2",63.2,57,16398,8.23,8.28,5.22 +"26632",2.16,"Premium","H","SI2",59.7,60,16400,8.38,8.3,4.98 +"26633",1.51,"Very Good","F","VS1",60,60,16402,7.39,7.42,4.44 +"26634",2.11,"Ideal","D","SI2",62.7,56,16404,8.25,8.18,5.14 +"26635",1.09,"Good","D","IF",58.7,61,16406,6.75,6.85,3.99 +"26636",1.5,"Very Good","D","VS1",61.2,63,16407,7.28,7.32,4.47 +"26637",2,"Ideal","I","SI1",61.4,57,16407,8.05,8.11,4.96 +"26638",1.5,"Premium","E","VS1",60.3,60,16409,7.34,7.43,4.45 +"26639",2.01,"Good","F","SI2",62.2,57,16410,7.91,7.97,4.94 +"26640",2.03,"Very Good","E","SI2",63.7,58,16412,7.91,7.94,5.05 +"26641",2.04,"Very Good","I","SI1",63.6,60,16420,7.97,7.86,5.03 +"26642",2.03,"Very Good","I","VS2",59.9,59,16422,8.32,8.24,4.96 +"26643",2,"Good","D","SI2",60.3,56,16425,8.08,8.11,4.88 +"26644",2.04,"Premium","G","SI2",61.8,56,16426,8.13,8.05,5 +"26645",2.51,"Premium","J","SI2",59.3,58,16427,8.87,8.83,5.25 +"26646",2.18,"Ideal","J","VS2",62.2,55,16427,8.32,8.36,5.19 +"26647",2.18,"Ideal","J","VS2",60.3,57,16427,8.41,8.45,5.08 +"26648",2.05,"Premium","H","SI2",62.5,58,16431,8.12,8.08,5.06 +"26649",2.06,"Premium","G","SI2",61.8,58,16437,8.1,8.15,5.02 +"26650",2,"Good","I","VS2",63.6,60,16439,8.03,7.95,5.08 +"26651",2.03,"Very Good","H","SI2",56.8,61,16442,8.52,8.42,4.81 +"26652",2.05,"Ideal","G","SI2",59.8,59,16446,8.22,8.31,4.94 +"26653",2.28,"Ideal","J","VS2",62.7,57,16450,8.43,8.36,5.26 +"26654",1.53,"Premium","G","VVS1",60.6,58,16451,7.45,7.49,4.53 +"26655",2,"Very Good","I","VS2",60.4,60,16459,8.14,8.19,4.93 +"26656",2.13,"Very Good","G","SI2",57.9,60,16462,8.41,8.56,4.91 +"26657",2,"Very Good","E","SI2",59.5,58,16462,8.17,8.27,4.89 +"26658",2.59,"Ideal","J","VS1",61.7,56,16465,8.83,8.77,5.43 +"26659",2.12,"Ideal","H","SI2",62.4,57,16466,8.19,8.16,5.1 +"26660",2.46,"Ideal","J","SI2",62.3,57,16466,8.66,8.57,5.37 +"26661",1,"Ideal","D","IF",60.7,57,16469,6.44,6.48,3.92 +"26662",2.17,"Premium","D","SI2",62.2,59,16472,8.28,8.34,5.17 +"26663",2.1,"Very Good","H","SI2",63,57,16479,8.08,8.13,5.11 +"26664",2.1,"Premium","H","SI2",60.4,59,16479,8.28,8.33,5.02 +"26665",2.03,"Premium","I","VS2",60.5,62,16483,8.22,8.17,4.96 +"26666",2,"Premium","D","SI2",60.8,60,16484,8.15,8.1,4.94 +"26667",1.52,"Very Good","E","VS1",62.4,55,16485,7.33,7.41,4.6 +"26668",1.52,"Ideal","G","VVS1",61.4,57,16492,7.4,7.38,4.54 +"26669",2.01,"Premium","I","SI1",61.5,60,16499,8.12,8.01,4.96 +"26670",2.01,"Premium","H","SI2",61.6,58,16499,8.12,8.02,4.97 +"26671",0.23,"Good","D","VVS1",60.3,66,425,3.91,3.95,2.37 +"26672",0.26,"Very Good","D","VS1",60,56,425,4.15,4.18,2.5 +"26673",0.26,"Very Good","G","VVS2",62.2,56,426,4.08,4.1,2.54 +"26674",0.25,"Ideal","H","VS1",61.9,54,426,4.07,4.1,2.53 +"26675",0.34,"Ideal","F","SI2",61.9,54,426,4.51,4.53,2.8 +"26676",0.3,"Ideal","D","SI2",62,56,426,4.31,4.34,2.68 +"26677",0.27,"Ideal","G","SI1",62.2,54,426,4.13,4.17,2.58 +"26678",0.29,"Very Good","G","VS1",62.1,59,426,4.22,4.25,2.63 +"26679",0.26,"Very Good","I","VVS2",62.7,55,427,4.09,4.12,2.57 +"26680",0.28,"Very Good","G","VS2",62,56,427,4.16,4.19,2.59 +"26681",0.3,"Very Good","J","VS1",59.5,60,427,4.39,4.45,2.63 +"26682",0.3,"Very Good","J","VS1",61.1,61,427,4.33,4.38,2.66 +"26683",0.32,"Ideal","E","SI2",61.3,56,427,4.42,4.45,2.72 +"26684",0.33,"Ideal","E","SI2",62.2,54,427,4.44,4.46,2.77 +"26685",0.33,"Ideal","E","SI2",61.7,55,427,4.44,4.47,2.75 +"26686",0.32,"Ideal","E","SI2",61,56,427,4.42,4.44,2.7 +"26687",0.32,"Ideal","E","SI2",61.6,56,427,4.4,4.43,2.72 +"26688",0.28,"Very Good","E","VS1",62.2,59,428,4.19,4.23,2.62 +"26689",0.23,"Good","G","VVS2",63.8,56,428,3.94,3.9,2.5 +"26690",0.28,"Very Good","H","VS2",61.6,57,429,4.22,4.25,2.61 +"26691",0.28,"Very Good","H","VS1",61.9,56,429,4.22,4.24,2.61 +"26692",0.28,"Very Good","H","VS1",61.9,56,429,4.18,4.2,2.59 +"26693",0.28,"Very Good","H","VS1",63.1,55,429,4.17,4.2,2.64 +"26694",0.28,"Very Good","H","VS1",62.4,56,429,4.2,4.23,2.63 +"26695",0.27,"Very Good","F","VS1",62.4,55,429,4.12,4.15,2.58 +"26696",0.31,"Ideal","J","VS1",61.7,55.1,429,4.36,4.39,2.7 +"26697",0.31,"Ideal","J","VS1",61.9,54.7,429,4.34,4.36,2.69 +"26698",0.31,"Ideal","G","SI2",61.6,55.6,429,4.34,4.37,2.69 +"26699",0.29,"Premium","I","VS2",62.4,58,429,4.23,4.2,2.63 +"26700",0.35,"Premium","H","SI2",62,58,429,4.47,4.5,2.78 +"26701",0.32,"Ideal","G","VS1",62,56,645,4.35,4.39,2.71 +"26702",0.32,"Ideal","F","VS2",61.6,55,645,4.4,4.43,2.72 +"26703",0.32,"Ideal","F","VS2",62.4,56,645,4.35,4.37,2.72 +"26704",0.32,"Ideal","G","VS1",62.3,55,645,4.37,4.4,2.73 +"26705",0.32,"Ideal","F","VS2",62.5,56,645,4.36,4.38,2.73 +"26706",0.32,"Premium","F","VS2",61.7,58,645,4.38,4.41,2.71 +"26707",0.32,"Very Good","H","VVS2",60.2,60,645,4.45,4.48,2.69 +"26708",0.32,"Very Good","G","VS1",61.8,60,645,4.35,4.36,2.69 +"26709",0.32,"Ideal","F","VS2",62.4,55,645,4.41,4.43,2.76 +"26710",0.32,"Ideal","H","VVS2",61.8,55,645,4.38,4.42,2.72 +"26711",0.32,"Very Good","G","VS1",62.1,56,645,4.4,4.43,2.74 +"26712",0.32,"Premium","F","VS2",62.1,59,645,4.35,4.41,2.72 +"26713",0.32,"Ideal","F","VS2",61.5,56,645,4.4,4.42,2.71 +"26714",0.32,"Premium","F","VS2",61.5,58,645,4.39,4.42,2.71 +"26715",0.32,"Good","F","VS2",63.2,58,645,4.32,4.35,2.74 +"26716",0.32,"Ideal","F","VS2",62.2,55,645,4.35,4.37,2.71 +"26717",0.32,"Very Good","G","VS1",62.9,57,645,4.37,4.4,2.76 +"26718",0.32,"Premium","G","VS1",61.4,58,645,4.36,4.4,2.69 +"26719",0.32,"Ideal","F","VS2",61.1,57,645,4.4,4.44,2.7 +"26720",0.32,"Good","G","VS1",63.2,55,645,4.37,4.39,2.77 +"26721",0.32,"Very Good","F","VS2",61,61,645,4.38,4.41,2.68 +"26722",0.32,"Very Good","F","VS2",62.8,57,645,4.33,4.36,2.73 +"26723",0.32,"Ideal","F","VS2",61.6,57,645,4.4,4.43,2.72 +"26724",0.32,"Good","F","VS2",63.4,57,645,4.32,4.36,2.75 +"26725",0.32,"Ideal","G","VS1",61.6,56,645,4.38,4.42,2.71 +"26726",0.32,"Very Good","G","VS1",62.5,60,645,4.29,4.35,2.7 +"26727",0.32,"Ideal","G","VS1",61.2,56,645,4.39,4.43,2.7 +"26728",0.32,"Ideal","F","VS2",61.5,55,645,4.4,4.42,2.71 +"26729",0.32,"Very Good","F","VS2",60.8,58,645,4.41,4.44,2.69 +"26730",0.32,"Premium","G","VS1",61,59,645,4.39,4.43,2.69 +"26731",2.03,"Ideal","G","SI2",62.5,56,16505,8.1,8.05,5.05 +"26732",2.05,"Premium","G","SI2",60.1,59,16506,8.3,8.2,4.96 +"26733",2.1,"Fair","F","SI2",59.5,69,16506,8.35,8.25,4.94 +"26734",1.62,"Ideal","E","VS2",61.4,57,16507,7.58,7.54,4.64 +"26735",2.06,"Good","H","SI2",63.7,57,16512,8.12,8.03,5.14 +"26736",2.11,"Ideal","I","VS2",60.3,61,16512,8.29,8.22,4.98 +"26737",1.8,"Ideal","F","SI1",61.8,57,16513,7.83,7.79,4.83 +"26738",1.51,"Premium","E","VS1",62.7,58,16518,7.25,7.33,4.57 +"26739",1.52,"Good","F","VS1",63.4,60,16519,7.25,7.3,4.61 +"26740",1.51,"Ideal","F","VS1",62.1,56,16520,7.38,7.34,4.57 +"26741",1.7,"Premium","G","VS1",61,59,16521,7.7,7.64,4.68 +"26742",2.2,"Ideal","H","SI2",60,58,16530,8.47,8.5,5.09 +"26743",2.47,"Premium","J","SI2",59.4,59,16532,8.85,8.79,5.24 +"26744",2.44,"Very Good","J","VS2",60.1,59,16533,8.75,8.83,5.28 +"26745",3.01,"Ideal","J","I1",65.4,60,16538,8.99,8.93,5.86 +"26746",2,"Good","I","VS2",63.3,56,16544,7.98,8.03,5.07 +"26747",2,"Premium","I","VS2",60.7,60,16544,8.02,8.07,4.88 +"26748",1.41,"Ideal","F","VVS1",61.1,57,16545,7.2,7.28,4.42 +"26749",1.6,"Ideal","G","IF",59.8,54,16547,7.75,7.63,4.6 +"26750",2.22,"Very Good","I","SI2",63.2,57,16547,8.28,8.23,5.22 +"26751",1.51,"Premium","F","VS1",60,60,16551,7.42,7.39,4.44 +"26752",2.24,"Very Good","I","SI2",61.7,57.7,16558,8.37,8.43,5.18 +"26753",2.21,"Ideal","D","SI2",62,57,16558,8.36,8.31,5.18 +"26754",1.5,"Premium","E","VS1",60.3,60,16558,7.43,7.34,4.45 +"26755",2.02,"Ideal","I","SI1",61.8,56,16560,8.07,8.09,4.99 +"26756",2.01,"Ideal","I","SI1",61.4,57,16562,8.13,8.19,5.01 +"26757",2.28,"Premium","J","VS2",62.9,58,16564,8.42,8.34,5.27 +"26758",2.02,"Good","H","SI2",60.2,55,16565,8.08,8.19,4.9 +"26759",1.57,"Ideal","E","VS2",62.3,57,16570,7.39,7.44,4.62 +"26760",2.25,"Ideal","I","SI2",60.5,56,16575,8.49,8.54,5.15 +"26761",1.71,"Ideal","D","SI1",60.3,60,16575,7.69,7.77,4.66 +"26762",2,"Very Good","F","SI1",63.6,58,16580,7.91,7.98,5.05 +"26763",2.01,"Very Good","H","SI1",60.6,62,16582,8.05,8.08,4.89 +"26764",2.01,"Good","E","SI2",60,64,16582,8.09,8.17,4.88 +"26765",1.69,"Premium","F","VS2",58.7,59,16583,7.87,7.78,4.59 +"26766",2.06,"Premium","G","SI2",61.8,58,16587,8.15,8.1,5.02 +"26767",2.45,"Ideal","F","SI2",62,55,16589,8.67,8.64,5.36 +"26768",2.28,"Ideal","J","VS1",62.6,54.2,16592,8.37,8.41,5.25 +"26769",2.02,"Good","I","VS2",57.9,62,16593,8.28,8.36,4.82 +"26770",1.59,"Ideal","G","VVS1",59.9,56,16599,7.57,7.64,4.55 +"26771",1.53,"Premium","G","VVS1",60.6,58,16601,7.49,7.45,4.53 +"26772",2.06,"Very Good","F","SI2",61.5,56,16603,8.15,8.18,5.02 +"26773",2.05,"Premium","I","SI1",60.6,58,16611,8.22,8.13,4.95 +"26774",1.51,"Very Good","F","VVS2",58,65,16613,7.58,7.62,4.41 +"26775",2.04,"Very Good","I","VS2",61,61,16616,8.08,8.14,4.95 +"26776",2.07,"Ideal","J","VVS2",62.7,54,16617,8.12,8.17,5.11 +"26777",1.71,"Ideal","G","VS1",62.1,55,16618,7.74,7.59,4.76 +"26778",2.01,"Good","D","SI2",59.9,65,16624,8,8.07,4.81 +"26779",2.01,"Very Good","I","VS2",59.2,62,16626,8.14,8.17,4.83 +"26780",2.01,"Premium","I","VS2",60.5,60,16626,8.15,8.17,4.94 +"26781",2.01,"Very Good","I","VS2",62.7,58,16626,7.94,7.98,4.99 +"26782",2.06,"Ideal","I","SI1",61.9,56,16626,8.17,8.19,5.06 +"26783",1.52,"Premium","E","VS1",59.9,60,16628,7.39,7.47,4.45 +"26784",1.52,"Premium","E","VS1",60.6,58,16628,7.38,7.44,4.49 +"26785",2.1,"Premium","H","SI2",60.4,59,16629,8.33,8.28,5.02 +"26786",2.1,"Ideal","H","SI2",63,57,16629,8.13,8.08,5.11 +"26787",2.03,"Premium","E","SI1",62.9,57,16629,8.04,7.98,5.04 +"26788",1.75,"Very Good","G","VS2",62.6,58,16632,7.63,7.67,4.79 +"26789",1.52,"Premium","E","VS1",62.4,55,16636,7.41,7.33,4.6 +"26790",2.05,"Very Good","J","VS1",61.4,58.5,16641,8.13,8.16,5 +"26791",2.03,"Ideal","H","SI2",61.6,55,16642,8.18,8.12,5.02 +"26792",1.67,"Ideal","G","VS1",61.5,55,16643,7.62,7.67,4.7 +"26793",2.38,"Premium","H","SI1",58.2,60,16643,8.81,8.78,5.12 +"26794",2,"Good","H","SI1",63.6,58,16650,7.96,7.87,5.03 +"26795",2,"Ideal","E","SI1",62.6,57,16650,8.08,8.01,5.04 +"26796",2,"Ideal","E","SI2",62.2,57,16650,8.11,8.09,5.04 +"26797",2.24,"Premium","H","SI2",61.4,57,16656,8.43,8.35,5.15 +"26798",2.21,"Premium","F","SI2",59.6,60,16657,8.53,8.49,5.07 +"26799",2.02,"Ideal","H","SI1",62.3,57,16665,8.04,8.14,5.04 +"26800",1.51,"Premium","E","VS1",62.7,58,16669,7.33,7.25,4.57 +"26801",1.52,"Very Good","F","VS1",63.4,60,16670,7.3,7.25,4.61 +"26802",2.01,"Very Good","H","VS2",63.5,59,16677,7.92,7.86,5.01 +"26803",1.8,"Ideal","H","VS1",62,57,16683,7.84,7.78,4.84 +"26804",2.39,"Premium","H","SI1",60.6,58,16687,8.65,8.58,5.22 +"26805",2.4,"Ideal","J","SI1",62.7,57,16687,8.6,8.5,5.36 +"26806",1.51,"Ideal","D","VS1",63,53.4,16688,7.28,7.3,4.6 +"26807",2.22,"Ideal","J","VS1",61.8,59,16689,8.34,8.37,5.16 +"26808",2.18,"Good","H","SI2",60.4,64,16690,8.38,8.47,5.09 +"26809",2.03,"Very Good","I","SI1",62.2,59,16693,8.03,8.09,5.01 +"26810",2,"Very Good","I","VS2",63.3,56,16694,8.03,7.98,5.07 +"26811",2,"Premium","I","VS2",60.7,60,16694,8.07,8.02,4.88 +"26812",2.01,"Premium","I","VS2",61.7,60,16700,8.09,8.02,4.97 +"26813",2.09,"Ideal","H","SI2",60.6,57,16703,8.3,8.2,5 +"26814",2.09,"Ideal","I","SI1",61.4,56,16704,8.23,8.27,5.06 +"26815",2.02,"Ideal","I","SI1",62.2,57,16704,8.1,8.04,5.02 +"26816",2.36,"Ideal","I","SI2",62.8,55,16707,8.47,8.5,5.33 +"26817",2.02,"Premium","I","VS2",59.6,60,16709,8.2,8.25,4.9 +"26818",2.24,"Ideal","I","SI2",61.7,58,16709,8.43,8.37,5.18 +"26819",2.53,"Ideal","I","SI1",62.4,57,16709,8.68,8.59,5.39 +"26820",2.48,"Premium","I","SI1",61,60,16715,8.68,8.61,5.27 +"26821",1.51,"Very Good","F","VVS2",61.9,58,16716,7.3,7.36,4.54 +"26822",1.51,"Very Good","F","VVS2",61.4,58,16716,7.31,7.34,4.5 +"26823",2.17,"Ideal","I","SI1",62.1,57,16716,8.26,8.32,5.15 +"26824",2.51,"Very Good","E","SI2",63.1,56,16717,8.65,8.6,5.44 +"26825",2.04,"Ideal","I","SI1",60.2,56,16718,8.19,8.26,4.95 +"26826",2.04,"Ideal","I","SI1",61,57,16718,8.18,8.21,5 +"26827",2.14,"Premium","H","SI2",62,60,16723,8.27,8.19,5.1 +"26828",2.11,"Ideal","I","VS1",61.9,57,16723,8.28,8.22,5.11 +"26829",2.01,"Very Good","F","SI2",60.3,60,16728,8.08,8.11,4.88 +"26830",2.01,"Good","I","SI1",58.8,60,16731,8.27,8.19,4.84 +"26831",2.01,"Premium","H","SI1",60.6,62,16733,8.08,8.05,4.89 +"26832",2.01,"Premium","H","SI1",60.9,59,16733,8.15,8.04,4.93 +"26833",2.01,"Premium","H","SI1",61.5,53,16733,8.13,8.03,4.97 +"26834",2.01,"Ideal","H","SI1",65.1,56,16733,7.91,7.84,5.12 +"26835",2.01,"Good","E","SI2",60,64,16733,8.17,8.09,4.88 +"26836",2.01,"Premium","G","SI2",59,60,16733,8.31,8.26,4.89 +"26837",1.54,"Premium","D","VS2",59.3,59,16736,7.54,7.61,4.49 +"26838",2.01,"Good","H","SI1",62.2,58,16737,7.99,8.05,4.99 +"26839",2.01,"Very Good","G","SI1",63.2,56,16742,8.04,7.96,5.06 +"26840",2.03,"Premium","H","SI1",61.7,59,16747,8.1,8.17,5.02 +"26841",1.54,"Very Good","D","VS1",59.1,59,16750,7.51,7.55,4.45 +"26842",1.51,"Ideal","F","VVS2",62.6,57,16754,7.36,7.25,4.57 +"26843",2.04,"Premium","I","VS2",61,61,16768,8.14,8.08,4.95 +"26844",2.07,"Ideal","J","VVS2",62.7,54,16769,8.17,8.12,5.11 +"26845",2.01,"Good","D","SI2",59.9,65,16776,8.07,8,4.81 +"26846",2.01,"Premium","D","SI2",62.7,58,16776,8.06,7.99,5.03 +"26847",2.13,"Premium","G","SI2",60.7,60,16778,8.27,8.37,5.05 +"26848",2.01,"Premium","I","VS2",62.8,58,16778,8.01,7.94,5.01 +"26849",2.01,"Premium","I","VS2",62.7,58,16778,7.98,7.94,4.99 +"26850",2.01,"Premium","I","VS2",59.2,62,16778,8.17,8.14,4.83 +"26851",2.01,"Premium","I","VS2",62.6,59,16778,8.04,8.01,5.02 +"26852",2.01,"Premium","I","VS2",61,61,16778,8.15,7.99,4.92 +"26853",2.01,"Premium","I","VS2",60.5,60,16778,8.17,8.15,4.94 +"26854",1.52,"Premium","E","VS1",60.6,58,16779,7.44,7.38,4.49 +"26855",1.52,"Premium","E","VS1",59.9,60,16779,7.47,7.39,4.45 +"26856",1.71,"Premium","F","VS2",60.8,58,16779,7.79,7.7,4.71 +"26857",2.1,"Premium","E","SI2",62.9,59,16783,8.18,8.13,5.13 +"26858",1.75,"Ideal","G","VS2",62.6,56,16783,7.72,7.65,4.81 +"26859",1.5,"Premium","F","VS1",60.2,59,16783,7.41,7.37,4.45 +"26860",1.75,"Premium","G","VS2",61.5,59,16783,7.76,7.66,4.74 +"26861",1.52,"Very Good","F","VVS2",63.7,57,16786,7.28,7.31,4.65 +"26862",2.03,"Premium","I","SI1",61.2,58,16787,8.21,8.16,5.01 +"26863",1.69,"Ideal","F","VS2",62.2,57,16789,7.59,7.66,4.74 +"26864",2.02,"Good","I","VS2",57.9,62,16789,8.25,8.3,4.79 +"26865",2.37,"Ideal","J","VS2",62.2,57,16789,8.58,8.52,5.32 +"26866",1.62,"Ideal","F","VS1",61.3,56,16790,7.54,7.63,4.65 +"26867",2.39,"Very Good","J","VS2",62.2,60,16791,8.49,8.51,5.29 +"26868",2.03,"Ideal","I","VS2",62.7,57,16792,8.02,8.05,5.04 +"26869",1.5,"Premium","D","VS1",62.8,58,16793,7.29,7.26,4.57 +"26870",2.05,"Ideal","J","VS1",61.4,59,16793,8.16,8.13,5 +"26871",2.4,"Premium","F","SI2",62.6,59,16797,8.53,8.49,5.33 +"26872",2.04,"Ideal","H","SI2",61.5,57,16800,8.15,8.18,5.02 +"26873",2.31,"Very Good","I","SI1",62.5,55,16801,8.43,8.5,5.29 +"26874",1.75,"Ideal","G","VS2",62.1,57,16803,7.73,7.69,4.79 +"26875",2.21,"Premium","F","SI1",62.1,59,16804,8.33,8.26,5.15 +"26876",2.23,"Premium","G","SI2",61.4,58,16805,8.41,8.32,5.14 +"26877",1.73,"Very Good","G","VS2",62.9,58,16807,7.58,7.65,4.79 +"26878",1.4,"Ideal","F","VVS1",61.9,57,16808,7.2,7.14,4.44 +"26879",2.01,"Very Good","I","VS1",64.4,56,16811,7.84,7.9,5.07 +"26880",1.71,"Premium","G","VS1",62.7,58,16813,7.66,7.62,4.79 +"26881",1.71,"Ideal","G","VS2",61.8,57,16817,7.7,7.6,4.73 +"26882",2.05,"Very Good","F","SI2",59.5,58,16819,8.26,8.3,4.93 +"26883",2.48,"Premium","I","VS2",60.1,58,16820,8.83,8.76,5.29 +"26884",1.25,"Ideal","E","IF",61.8,55,16823,6.95,6.9,4.28 +"26885",2.09,"Very Good","F","SI2",62.7,61,16824,8.07,8.14,5.08 +"26886",2.42,"Ideal","H","SI2",62.3,57,16826,8.62,8.55,5.35 +"26887",2.51,"Very Good","J","SI1",63.8,55,16842,8.51,8.6,5.46 +"26888",2.18,"Good","H","SI2",60.4,64,16842,8.47,8.38,5.09 +"26889",2.08,"Premium","G","VS2",61.3,58,16854,8.21,8.17,5.02 +"26890",2.06,"Premium","F","SI2",61.7,59,16857,8.21,8.13,5.04 +"26891",2.02,"Premium","I","VS2",59.6,60,16861,8.25,8.2,4.9 +"26892",2.04,"Premium","D","SI2",61.8,60,16872,8.09,8.13,5.01 +"26893",2,"Very Good","H","SI1",63.3,59,16872,8.02,8,5.07 +"26894",2.04,"Very Good","I","VS2",62.5,58,16874,8.09,8.22,5.1 +"26895",2.18,"Very Good","G","SI2",63.1,58,16878,8.29,8.23,5.21 +"26896",1.76,"Premium","G","VS2",61.5,58,16879,7.78,7.74,4.77 +"26897",2.01,"Premium","F","SI2",60.3,60,16881,8.11,8.08,4.88 +"26898",2.01,"Premium","F","SI2",61.3,61,16881,8.11,8.01,4.94 +"26899",1.54,"Premium","D","VS2",59.3,59,16889,7.61,7.54,4.49 +"26900",2.05,"Premium","I","VS2",60.8,58,16896,8.26,8.19,5 +"26901",2.03,"Premium","H","SI1",61.7,59,16900,8.17,8.1,5.02 +"26902",2.03,"Ideal","H","SI1",64.4,54,16900,7.97,7.92,5.12 +"26903",2.03,"Ideal","H","SI1",62.9,57,16900,8.07,7.99,5.05 +"26904",2.01,"Very Good","H","SI1",62.6,59,16901,7.95,7.98,4.99 +"26905",2.26,"Ideal","I","SI1",62.4,57,16904,8.43,8.37,5.24 +"26906",2.14,"Very Good","I","VS2",59.7,57,16914,8.41,8.48,5.04 +"26907",2.01,"Very Good","I","VS1",59.8,63,16914,8.11,8.14,4.86 +"26908",2.01,"Very Good","I","VS1",62.9,62,16914,7.98,8.02,5.03 +"26909",2.63,"Ideal","J","SI2",62.1,57,16914,8.83,8.88,5.5 +"26910",2.49,"Ideal","J","SI1",63.8,54,16915,8.56,8.49,5.45 +"26911",1.52,"Ideal","E","VS1",62.4,54,16916,7.32,7.39,4.59 +"26912",1.54,"Premium","D","VS2",62.7,59,16921,7.33,7.29,4.58 +"26913",2.01,"Ideal","G","SI2",61,54,16922,8.01,8.13,4.92 +"26914",2.02,"Premium","G","SI2",61.3,56,16929,8.22,8.16,5.02 +"26915",2.13,"Premium","G","SI2",60.7,60,16931,8.37,8.27,5.05 +"26916",2.53,"Premium","J","SI2",62.6,57,16934,8.77,8.67,5.46 +"26917",2.37,"Ideal","H","SI2",62.1,55,16937,8.52,8.54,5.3 +"26918",1.93,"Premium","H","VS1",60.5,60,16941,7.98,8.06,4.85 +"26919",2.04,"Premium","I","SI1",62.2,57,16942,8.14,8.07,5.04 +"26920",2.02,"Premium","G","SI2",60.1,59,16944,8.21,8.29,4.96 +"26921",2.03,"Ideal","I","VS2",62.7,57,16945,8.05,8.02,5.04 +"26922",1.5,"Ideal","G","VVS2",62.2,55,16948,7.33,7.35,4.57 +"26923",2.28,"Premium","H","SI2",61.9,61,16954,8.42,8.32,5.18 +"26924",1.7,"Very Good","G","VS1",60.6,59,16955,7.74,7.63,4.66 +"26925",2.5,"Ideal","I","VS2",61.9,57,16955,8.7,8.68,5.38 +"26926",2.01,"Very Good","E","SI1",60.8,59,16956,8.14,8.2,4.97 +"26927",2.01,"Premium","H","SI1",58.5,58,16956,8.3,8.25,4.84 +"26928",2.07,"Premium","E","SI1",61.2,58,16957,8.24,8.19,5.03 +"26929",1.73,"Premium","G","VS2",61.6,58,16960,7.74,7.71,4.76 +"26930",1.73,"Premium","G","VS2",62.9,58,16960,7.65,7.58,4.79 +"26931",2.06,"Ideal","I","SI1",62,56,16960,8.12,8.17,5.05 +"26932",2.28,"Ideal","E","SI2",62,55,16969,8.49,8.45,5.25 +"26933",3,"Premium","I","SI2",60.7,59,16970,9.3,9.14,5.6 +"26934",3,"Fair","I","SI2",64.8,59,16970,8.93,8.73,5.72 +"26935",1.73,"Premium","F","VS2",61.2,58,16975,7.76,7.69,4.73 +"26936",2.02,"Premium","H","SI1",62.1,61,16985,8.06,7.99,4.98 +"26937",1.68,"Ideal","G","VS1",62,55,16985,7.59,7.66,4.73 +"26938",2.41,"Ideal","I","SI2",62.5,57,16987,8.57,8.51,5.34 +"26939",1.5,"Very Good","E","VS1",59.5,61,16988,7.43,7.46,4.43 +"26940",2.12,"Premium","H","SI2",59.1,59,16992,8.47,8.43,4.99 +"26941",2.27,"Premium","J","VS1",62.4,58,16994,8.36,8.41,5.23 +"26942",2.2,"Premium","H","SI2",61.1,59,16996,8.41,8.35,5.12 +"26943",2.31,"Premium","I","SI2",58.8,58,17000,8.7,8.64,5.1 +"26944",2.09,"Premium","H","SI2",62.1,58,17001,8.17,8.22,5.09 +"26945",2.01,"Very Good","H","SI1",61.5,60,17003,8.09,8.01,4.95 +"26946",2.01,"Very Good","F","SI2",62,54,17005,8.03,8.12,5.01 +"26947",2.05,"Ideal","H","SI1",61.9,57,17006,8.09,8.14,5.02 +"26948",1.71,"Ideal","G","VS1",63,56,17009,7.65,7.58,4.8 +"26949",2.26,"Ideal","J","VS2",61.1,57,17010,8.44,8.47,5.17 +"26950",2.06,"Premium","G","SI2",61.7,58,17012,8.2,8.15,5.04 +"26951",2.01,"Premium","G","SI2",59.9,62,17014,8.15,8.04,4.85 +"26952",2.19,"Premium","H","SI1",61.6,58,17016,8.35,8.3,5.13 +"26953",1.75,"Premium","F","VS2",61.4,58,17017,7.72,7.76,4.75 +"26954",2.07,"Very Good","H","SI1",59.8,58,17019,8.23,8.26,4.93 +"26955",2.01,"Very Good","E","SI2",62,61,17024,8.04,8.1,5 +"26956",2.01,"Very Good","E","SI2",58.9,60,17024,8.2,8.24,4.84 +"26957",2.6,"Fair","G","SI2",64.6,57,17027,8.6,8.55,5.54 +"26958",1.67,"Very Good","G","VVS2",61.6,57,17028,7.61,7.69,4.71 +"26959",2.5,"Very Good","J","SI1",62.8,57,17028,8.58,8.65,5.41 +"26960",2.04,"Premium","I","VS2",62.5,58,17028,8.22,8.09,5.1 +"26961",1.54,"Ideal","F","VS2",61,56,17029,7.44,7.49,4.55 +"26962",1.75,"Very Good","G","VS1",59.6,60,17036,7.76,7.9,4.67 +"26963",2.14,"Premium","I","VS2",60.7,59,17038,8.28,8.33,5.04 +"26964",2.4,"Ideal","I","SI2",63.8,58,17039,8.41,8.37,5.35 +"26965",1.71,"Premium","G","VS1",62.3,58,17041,7.61,7.65,4.75 +"26966",1.07,"Ideal","D","IF",60.9,54,17042,6.66,6.73,4.08 +"26967",2.13,"Premium","F","SI2",61.5,58,17045,8.28,8.33,5.11 +"26968",2.07,"Ideal","I","VS2",60.3,59,17045,8.23,8.28,4.98 +"26969",1.71,"Ideal","G","VS1",61.4,57,17049,7.65,7.72,4.72 +"26970",2.04,"Ideal","F","SI2",62.4,56,17049,8.07,8.14,5.06 +"26971",1.6,"Ideal","G","VS1",62,54,17050,7.53,7.5,4.6 +"26972",2.27,"Good","J","VS1",59.3,61,17051,8.47,8.55,5.05 +"26973",2.09,"Ideal","G","VS2",61.8,57,17051,8.24,8.17,5.07 +"26974",1.71,"Very Good","F","VS2",58.5,61,17052,7.88,7.79,4.58 +"26975",2.32,"Premium","J","VS2",62.4,57,17053,8.48,8.4,5.27 +"26976",1.53,"Very Good","F","VVS2",62.8,59,17057,7.28,7.34,4.59 +"26977",2.01,"Premium","G","VS2",60.6,59,17057,8.16,8.12,4.93 +"26978",2.31,"Very Good","I","SI2",62.9,58,17062,8.34,8.43,5.27 +"26979",2.15,"Ideal","H","SI2",61.8,57,17063,8.24,8.3,5.11 +"26980",2.15,"Very Good","H","SI2",62.8,58,17065,8.17,8.22,5.15 +"26981",2.05,"Premium","E","SI2",58.6,59,17066,8.43,8.36,4.92 +"26982",2.12,"Ideal","I","VS2",62.7,56,17068,8.16,8.24,5.14 +"26983",2.01,"Very Good","I","VS1",59.8,63,17068,8.14,8.11,4.86 +"26984",2.01,"Premium","I","VS1",62.9,62,17068,8.02,7.98,5.03 +"26985",2.01,"Ideal","I","VS1",62.5,56,17068,8.08,8.02,5.03 +"26986",2.01,"Premium","H","VS2",60.1,61,17068,8.14,8.06,4.87 +"26987",1.7,"Very Good","G","VVS2",61.5,60,17073,7.59,7.64,4.68 +"26988",2.13,"Premium","H","SI2",62.3,57,17073,8.24,8.16,5.11 +"26989",1.61,"Ideal","G","VS1",61.8,57,17076,7.48,7.51,4.63 +"26990",2.01,"Ideal","F","SI2",62.2,56,17078,8.05,8.08,5.02 +"26991",2.01,"Very Good","D","SI2",61.8,59,17079,8.07,8.15,5.01 +"26992",2.05,"Premium","E","SI2",59.7,59,17081,8.27,8.39,4.97 +"26993",2,"Very Good","I","VS2",63.1,60,17084,7.95,7.99,5.03 +"26994",2,"Good","D","SI2",64.1,57,17094,7.91,7.82,5.04 +"26995",2.07,"Ideal","G","SI2",62,55,17095,8.23,8.13,5.07 +"26996",2.01,"Very Good","H","SI1",60,58,17095,8.16,8.25,4.92 +"26997",1.93,"Premium","H","VS1",60.5,60,17096,8.06,7.98,4.85 +"26998",2.02,"Premium","G","SI2",60.1,59,17099,8.29,8.21,4.96 +"26999",1.02,"Very Good","D","IF",61.7,59,17100,6.42,6.52,3.99 +"27000",2.53,"Fair","H","SI2",64.6,59,17103,8.54,8.45,5.4 +"27001",1.56,"Ideal","F","VS2",62,55,17108,7.41,7.45,4.61 +"27002",1.51,"Good","D","VS1",63.7,55,17111,7.28,7.22,4.62 +"27003",1.7,"Ideal","F","VS2",62.7,55,17114,7.54,7.58,4.74 +"27004",2.09,"Ideal","I","SI1",61.8,56,17114,8.15,8.22,5.06 +"27005",2.01,"Good","E","SI2",62.3,61,17115,7.99,8.04,4.99 +"27006",2.57,"Premium","E","SI2",61.3,60,17116,8.82,8.73,5.38 +"27007",2.01,"Very Good","E","SI2",60.6,59,17118,8.11,8.25,4.96 +"27008",2.22,"Ideal","G","SI2",62.5,54,17123,8.28,8.35,5.2 +"27009",1.72,"Ideal","G","VS2",62.4,55,17125,7.63,7.68,4.78 +"27010",2.01,"Ideal","I","SI1",59.9,60,17126,8.27,8.2,4.93 +"27011",2.14,"Premium","D","SI2",59.8,59,17127,8.4,8.36,5.01 +"27012",2,"Premium","G","SI2",60.4,61,17136,8.21,8.12,4.93 +"27013",2.05,"Very Good","E","SI2",62.5,56,17138,8.08,8.17,5.08 +"27014",2.02,"Ideal","H","SI1",62.4,58,17141,8.07,8.03,5.02 +"27015",2.25,"Ideal","I","SI2",62.4,57,17143,8.39,8.32,5.21 +"27016",1.5,"Premium","E","VS1",59.5,61,17143,7.46,7.43,4.43 +"27017",2.71,"Premium","E","SI2",60.4,59,17146,9.13,9.03,5.48 +"27018",2.27,"Premium","J","VS1",62.4,58,17149,8.41,8.36,5.23 +"27019",2.22,"Good","I","SI1",57.8,58,17151,8.58,8.54,4.95 +"27020",1.5,"Very Good","D","VS2",62.4,57,17153,7.2,7.25,4.51 +"27021",2.02,"Premium","I","VS1",61.2,59,17153,8.13,8.05,4.95 +"27022",2.09,"Premium","H","SI2",62.1,58,17156,8.22,8.17,5.09 +"27023",2.22,"Very Good","I","SI1",62.4,55,17160,8.29,8.35,5.19 +"27024",2.51,"Ideal","H","SI2",62,57,17162,8.72,8.67,5.39 +"27025",2.74,"Very Good","J","SI2",61.5,62,17164,8.87,8.9,5.46 +"27026",2.02,"Premium","H","SI2",61.5,58,17166,8.14,8.1,4.99 +"27027",2.42,"Premium","J","VS2",61.3,59,17168,8.61,8.58,5.27 +"27028",2.42,"Premium","J","VS2",61.3,59,17168,8.61,8.58,5.27 +"27029",1.75,"Premium","F","VS2",61.4,58,17172,7.76,7.72,4.75 +"27030",2,"Premium","F","SI1",58.8,61,17172,8.29,8.23,4.86 +"27031",0.32,"Ideal","G","VS1",61.7,55,645,4.39,4.43,2.72 +"27032",0.32,"Very Good","G","VS1",62.1,55,645,4.41,4.44,2.75 +"27033",0.32,"Ideal","G","VS1",61.9,55,645,4.39,4.43,2.73 +"27034",0.32,"Ideal","F","VS2",62.5,56,645,4.37,4.43,2.75 +"27035",0.32,"Ideal","F","VS2",62.5,56,645,4.37,4.4,2.74 +"27036",0.32,"Premium","H","VVS2",62.3,58,645,4.33,4.37,2.71 +"27037",0.32,"Ideal","F","VS2",62.4,57,645,4.34,4.38,2.72 +"27038",0.32,"Ideal","G","VS1",62.3,56,645,4.37,4.39,2.73 +"27039",0.32,"Premium","F","VS2",60.7,58,645,4.41,4.45,2.69 +"27040",0.32,"Very Good","G","VS1",61.7,55,645,4.37,4.41,2.71 +"27041",0.32,"Ideal","H","VVS2",62,55,645,4.39,4.42,2.73 +"27042",0.32,"Ideal","G","VS1",62.1,55,645,4.38,4.41,2.73 +"27043",0.32,"Premium","F","VS2",59.4,58,645,4.44,4.48,2.65 +"27044",0.32,"Very Good","G","VS1",62.8,54,645,4.38,4.41,2.76 +"27045",0.32,"Ideal","H","VVS2",61.2,56,645,4.4,4.43,2.7 +"27046",0.32,"Ideal","G","VS1",60.5,56,645,4.42,4.44,2.68 +"27047",0.32,"Very Good","H","VVS2",62.9,57,645,4.36,4.39,2.75 +"27048",0.32,"Ideal","H","VVS2",61.8,55,645,4.38,4.42,2.72 +"27049",0.32,"Premium","F","VS2",61.2,59,645,4.4,4.42,2.7 +"27050",0.27,"Very Good","E","SI1",60.6,57,646,4.19,4.25,2.55 +"27051",0.42,"Good","F","SI2",64.1,56,646,4.76,4.72,3.04 +"27052",0.33,"Ideal","I","VVS1",62.2,54,646,4.43,4.45,2.76 +"27053",0.31,"Ideal","H","VS2",61.4,56,646,4.38,4.42,2.7 +"27054",0.35,"Ideal","G","VS2",61.3,56,646,4.54,4.58,2.8 +"27055",0.35,"Ideal","H","VS1",61.8,57,646,4.53,4.56,2.81 +"27056",0.28,"Premium","H","VVS1",59.9,62,646,4.28,4.23,2.55 +"27057",0.28,"Premium","H","VVS1",61.5,58,646,4.22,4.17,2.58 +"27058",0.28,"Premium","G","VVS2",60.2,60,646,4.26,4.24,2.56 +"27059",0.41,"Good","F","I1",63.8,57,646,4.72,4.69,3 +"27060",0.32,"Very Good","D","VS2",58.8,59,646,4.49,4.52,2.65 +"27061",1.57,"Premium","E","VS1",61.4,58,17175,7.44,7.48,4.58 +"27062",1.5,"Ideal","G","VVS2",61.3,56,17176,7.39,7.43,4.55 +"27063",2.01,"Premium","E","SI2",58.9,60,17179,8.24,8.2,4.84 +"27064",2.01,"Premium","E","SI2",62,61,17179,8.1,8.04,5 +"27065",2.03,"Ideal","G","SI2",61.1,57,17182,8.16,8.21,5 +"27066",2.74,"Very Good","H","SI2",63.3,58,17184,8.88,8.84,5.61 +"27067",2.56,"Premium","J","SI1",61.4,58,17186,8.76,8.73,5.37 +"27068",2.01,"Premium","H","VS2",61.6,61,17191,8.14,8.07,4.99 +"27069",1.75,"Premium","G","VS1",59.6,60,17191,7.9,7.76,4.67 +"27070",1.21,"Premium","D","VVS1",60.1,59,17192,6.96,6.88,4.16 +"27071",2.3,"Ideal","I","SI1",62.2,60,17193,8.43,8.39,5.23 +"27072",2.14,"Premium","I","VS2",60.7,59,17193,8.33,8.28,5.04 +"27073",1.67,"Ideal","F","VS2",61.8,57,17194,7.58,7.62,4.7 +"27074",2.01,"Ideal","I","VS2",60.7,57,17197,8.21,8.17,4.97 +"27075",1.71,"Premium","G","VS1",62.3,58,17197,7.65,7.61,4.75 +"27076",1.51,"Very Good","F","VVS2",61.3,61,17203,7.33,7.36,4.5 +"27077",1.5,"Premium","F","VVS2",58.8,58,17203,7.51,7.43,4.39 +"27078",1.6,"Premium","G","VVS1",61.5,58,17204,7.48,7.58,4.63 +"27079",1.71,"Ideal","G","VS1",61.4,57,17204,7.72,7.65,4.72 +"27080",1.71,"Very Good","G","VS1",61.3,54,17206,7.69,7.74,4.73 +"27081",2.6,"Premium","J","SI2",58.3,61,17209,9.05,8.94,5.24 +"27082",2.61,"Ideal","J","SI2",64.6,55,17209,8.61,8.57,5.55 +"27083",2.14,"Ideal","I","SI1",62.1,58,17213,8.21,8.26,5.11 +"27084",2.05,"Ideal","J","VVS2",62.7,56,17214,8.18,8.11,5.11 +"27085",1.41,"Premium","D","VVS2",60.8,57,17216,7.28,7.23,4.41 +"27086",2.31,"Premium","I","SI2",62.9,58,17218,8.43,8.34,5.27 +"27087",1.7,"Very Good","G","VS1",61.8,53,17219,7.63,7.67,4.73 +"27088",2.15,"Ideal","H","SI2",61.8,57,17219,8.3,8.24,5.11 +"27089",2.01,"Ideal","F","SI2",60,56,17220,8.17,8.22,4.92 +"27090",2.15,"Premium","H","SI2",62.8,58,17221,8.22,8.17,5.15 +"27091",1.53,"Ideal","D","VS2",62.7,54,17223,7.35,7.39,4.62 +"27092",2.17,"Ideal","I","SI1",60.4,56,17224,8.36,8.43,5.07 +"27093",2.01,"Ideal","I","VS1",61.4,59,17227,8.06,8.13,4.97 +"27094",1.7,"Premium","G","VVS2",61.5,60,17228,7.64,7.59,4.68 +"27095",2.52,"Ideal","I","SI1",61.5,56,17231,8.76,8.69,5.37 +"27096",2.25,"Premium","H","SI1",61.5,61,17233,8.47,8.41,5.19 +"27097",2.01,"Premium","D","SI2",61.8,59,17235,8.15,8.07,5.01 +"27098",2.01,"Premium","H","SI1",62.3,58,17235,8.04,7.99,4.99 +"27099",2.05,"Premium","E","SI2",59.7,59,17237,8.39,8.27,4.97 +"27100",1.54,"Ideal","F","VS2",61.8,56,17240,7.36,7.39,4.56 +"27101",2.01,"Very Good","F","SI2",60.8,57,17244,8.09,8.15,4.94 +"27102",2.02,"Ideal","H","SI1",62.5,54,17245,8.07,8.1,5.05 +"27103",2,"Very Good","H","SI1",62.7,56,17247,7.98,8.02,5.02 +"27104",2.1,"Ideal","I","SI1",60.8,60,17250,8.24,8.35,5.04 +"27105",2.12,"Premium","I","VS2",61.5,58,17254,8.3,8.26,5.09 +"27106",1.61,"Ideal","F","VS1",62,55,17256,7.52,7.55,4.67 +"27107",2.08,"Premium","H","VS2",62,58,17258,8.19,8.1,5.05 +"27108",2.42,"Premium","I","VS1",59.8,59,17262,8.8,8.78,5.26 +"27109",2.02,"Very Good","D","SI2",62.3,56,17263,7.99,8.06,5 +"27110",2.16,"Ideal","E","SI2",61.4,57,17263,8.36,8.33,5.12 +"27111",2.02,"Ideal","G","SI2",61.7,57,17265,8.15,8.1,5.01 +"27112",2.02,"Premium","H","SI1",62.1,61,17265,8.06,7.99,4.98 +"27113",2.2,"Premium","H","SI1",61.2,59,17265,8.42,8.37,0 +"27114",1.86,"Very Good","H","VVS2",58.6,62,17267,8.07,8.14,4.75 +"27115",1.8,"Very Good","E","SI1",62.2,57,17273,7.81,7.89,4.88 +"27116",2,"Premium","I","VS1",61.1,58,17278,8.08,8.11,4.95 +"27117",1.5,"Very Good","F","VVS1",60,60,17279,7.36,7.44,4.44 +"27118",2.05,"Premium","E","SI2",62.5,56,17294,8.17,8.08,5.08 +"27119",2.35,"Premium","I","SI2",59.9,58,17294,8.68,8.61,5.18 +"27120",2.35,"Premium","I","SI2",61.1,58,17294,8.63,8.56,5.25 +"27121",2.05,"Ideal","H","SI1",62.4,57,17294,8.14,8.08,5.06 +"27122",2.03,"Very Good","I","VS2",59.9,57,17297,8.14,8.25,4.91 +"27123",2.26,"Ideal","H","SI2",62.2,56,17312,8.38,8.35,5.2 +"27124",2.16,"Premium","I","SI1",62.9,55,17313,8.28,8.2,5.18 +"27125",2.01,"Good","F","SI2",64,58,17313,7.94,7.83,5.05 +"27126",2.04,"Very Good","I","VS2",60.3,59,17315,8.18,8.2,4.94 +"27127",1.51,"Very Good","F","VVS2",63.1,56,17317,7.32,7.26,4.6 +"27128",2.04,"Very Good","I","SI1",62.9,54,17323,8.16,8.08,5.1 +"27129",1.7,"Premium","E","VS2",62.9,58,17323,7.57,7.54,4.75 +"27130",2.04,"Ideal","J","IF",61.5,58,17327,8.11,8.14,5 +"27131",4.13,"Fair","H","I1",64.8,61,17329,10,9.85,6.43 +"27132",1.58,"Ideal","G","IF",62.2,57,17329,7.45,7.51,4.65 +"27133",1.7,"Good","F","VS1",57.6,63,17330,7.86,7.81,4.51 +"27134",2.01,"Premium","G","SI1",62.5,58,17334,7.98,8.08,5.02 +"27135",1.69,"Good","G","VS1",58.1,58,17338,7.8,7.84,4.54 +"27136",2.54,"Ideal","G","SI2",62.7,56,17339,8.75,8.67,5.46 +"27137",1.75,"Ideal","G","VS2",61.5,57,17343,7.76,7.72,4.76 +"27138",2.01,"Premium","H","SI1",61.8,58,17347,8.13,8.06,5 +"27139",1.67,"Ideal","F","VS2",61.8,57,17351,7.62,7.58,4.7 +"27140",1.21,"Ideal","E","IF",61.8,56,17353,6.81,6.88,4.23 +"27141",1.93,"Premium","H","VS2",62.8,58,17353,7.91,7.86,4.95 +"27142",2.02,"Very Good","I","SI1",60.4,58,17357,8.2,8.16,4.94 +"27143",1.79,"Premium","G","VS2",61.2,58,17358,7.9,7.82,4.81 +"27144",1.6,"Premium","G","VVS1",61.5,58,17360,7.58,7.48,4.63 +"27145",1.7,"Ideal","F","VS2",62.4,57,17360,7.65,7.57,4.75 +"27146",2.01,"Good","I","VS1",62.5,56,17365,7.96,8,4.99 +"27147",2.39,"Ideal","J","VS1",62.1,57,17365,8.53,8.57,5.31 +"27148",1.59,"Ideal","F","VS1",62.9,57,17366,7.38,7.48,4.62 +"27149",1.95,"Very Good","H","VS2",61.7,55,17374,8,8.05,4.95 +"27150",1.97,"Very Good","H","VS2",62.9,59,17377,7.9,8.01,5 +"27151",2.04,"Premium","E","SI2",58.3,58,17379,8.35,8.31,4.86 +"27152",2.17,"Ideal","I","SI1",60.4,56,17381,8.43,8.36,5.07 +"27153",2.01,"Ideal","H","SI1",60.6,57,17383,8.19,8.09,4.92 +"27154",2.02,"Ideal","H","SI1",62,56,17392,8.06,8.13,5.02 +"27155",1.59,"Premium","E","VS1",61.2,58,17393,7.49,7.58,4.61 +"27156",2.03,"Premium","G","SI2",60.1,60,17393,8.27,8.2,4.95 +"27157",1.69,"Good","E","VS1",63.8,56,17400,7.51,7.57,4.81 +"27158",2.01,"Ideal","H","SI1",61.9,57,17403,8.14,8.05,5.01 +"27159",2.01,"Premium","G","SI2",60.1,60,17403,8.25,8.18,4.94 +"27160",2.01,"Ideal","H","SI1",59.3,58,17403,8.25,8.19,4.87 +"27161",2.01,"Ideal","H","SI1",61.6,57,17403,8.1,8.04,4.97 +"27162",2.5,"Fair","F","SI2",65.8,58,17405,8.38,8.31,5.49 +"27163",2,"Good","G","SI1",63.6,61,17405,7.9,7.83,5 +"27164",2.64,"Ideal","H","SI2",62.3,55,17407,8.88,8.83,5.52 +"27165",2.05,"Fair","I","VS1",67.7,58,17408,7.74,7.68,5.22 +"27166",1.61,"Ideal","F","VS1",62,55,17414,7.55,7.52,4.67 +"27167",2.14,"Premium","I","VS2",62.3,58,17416,8.22,8.16,5.1 +"27168",2.01,"Very Good","I","VS2",63.8,59,17422,7.89,7.85,5.02 +"27169",1.65,"Very Good","F","VS1",62.8,56,17425,7.52,7.57,4.74 +"27170",2.01,"Premium","I","VS2",61.1,60,17433,8.06,8.12,4.94 +"27171",2.19,"Ideal","H","SI2",62,56,17433,8.36,8.48,5.22 +"27172",2.01,"Very Good","H","SI1",62.2,60,17434,8.05,8,4.99 +"27173",2,"Premium","I","VS1",61.1,58,17436,8.11,8.08,4.95 +"27174",1.55,"Ideal","D","VS2",62.5,55,17441,7.38,7.43,4.63 +"27175",1.76,"Ideal","G","VS2",60.3,57,17442,7.9,7.83,4.74 +"27176",2,"Good","H","SI1",58,58,17447,8.21,8.26,4.78 +"27177",2.48,"Very Good","I","SI2",63,62,17448,8.58,8.62,5.42 +"27178",1.5,"Good","E","VVS2",64.3,58,17449,7.2,7.13,4.61 +"27179",2.31,"Premium","J","VS1",62.3,61,17451,8.55,8.43,5.29 +"27180",2.51,"Premium","J","SI1",59.6,60,17452,8.84,8.79,5.25 +"27181",1.56,"Ideal","F","VS1",61.7,56,17455,7.48,7.46,4.61 +"27182",2.01,"Premium","H","SI1",59.6,59,17458,8.27,8.19,4.9 +"27183",2.2,"Ideal","H","VS2",61.7,55,17460,8.41,8.38,5.18 +"27184",2.08,"Ideal","H","SI1",61.3,56,17469,8.24,8.27,5.06 +"27185",2.08,"Ideal","H","SI1",61.7,58,17469,8.13,8.21,5.04 +"27186",2.44,"Very Good","J","SI1",62.9,53,17472,8.58,8.62,5.41 +"27187",2.18,"Premium","H","SI2",59.1,60,17473,8.49,8.45,5.01 +"27188",2.01,"Premium","I","SI1",60.2,59,17474,8.18,8.12,4.91 +"27189",2.18,"Very Good","G","SI2",61,60,17475,8.29,8.33,5.07 +"27190",2.01,"Very Good","H","SI1",60.1,60,17476,8.25,8.2,4.94 +"27191",1.7,"Good","D","VS2",63.6,56,17485,7.56,7.5,4.79 +"27192",2.02,"Premium","H","SI1",61.1,60,17489,8.19,8.11,4.98 +"27193",1.7,"Premium","G","VS1",61.2,57,17492,7.73,7.64,4.7 +"27194",2.01,"Ideal","G","SI1",59.2,57,17492,8.23,8.19,4.86 +"27195",1.31,"Premium","D","VVS1",62.8,55,17496,7.01,6.95,4.38 +"27196",2.01,"Good","I","VS2",65,57,17497,7.85,7.99,5.15 +"27197",1.14,"Good","D","IF",61.7,63,17499,6.64,6.74,4.13 +"27198",2.33,"Ideal","I","VS2",62,57,17504,8.52,8.45,5.26 +"27199",1.91,"Very Good","F","SI1",62.2,54,17509,7.91,7.97,4.94 +"27200",2.14,"Premium","G","SI2",60.4,59,17513,8.32,8.38,5.04 +"27201",2.01,"Very Good","F","SI2",62.3,63,17514,8.07,7.96,4.99 +"27202",1.51,"Premium","D","VS1",62.9,54,17515,7.29,7.22,4.56 +"27203",2.32,"Ideal","I","SI2",62,57,17516,8.45,8.49,5.25 +"27204",2.05,"Premium","H","SI1",60.2,58,17521,8.25,8.22,4.96 +"27205",2.52,"Premium","H","SI2",62.4,57,17522,8.72,8.66,5.43 +"27206",2.01,"Ideal","I","VS1",62.5,56,17523,8,7.96,4.99 +"27207",2.21,"Premium","G","SI2",62.4,60,17525,8.34,8.29,5.19 +"27208",2.02,"Very Good","F","SI1",62.7,59,17530,7.97,8.03,5.02 +"27209",2.02,"Good","I","VS1",57.9,63,17533,8.13,8.21,4.73 +"27210",2.36,"Ideal","J","VS2",60.1,59,17534,8.64,8.69,5.21 +"27211",2,"Ideal","F","SI2",62.9,56,17534,7.94,8.01,5.02 +"27212",1.97,"Premium","H","VS2",62.9,59,17535,8.01,7.9,5 +"27213",2.29,"Premium","H","VS2",61.6,60,17539,8.45,8.43,5.2 +"27214",1.45,"Very Good","D","VVS2",62,56,17545,7.25,7.32,4.52 +"27215",1.57,"Ideal","E","VS2",60.5,57,17548,7.53,7.57,4.57 +"27216",1.59,"Premium","E","VS1",61.2,58,17552,7.58,7.49,4.61 +"27217",1.89,"Ideal","H","VS1",61.6,56,17553,7.92,7.95,4.89 +"27218",2.19,"Premium","H","SI2",61.7,58,17554,8.38,8.28,5.14 +"27219",2.01,"Ideal","G","SI2",61.9,57,17555,8,8.08,4.98 +"27220",1.65,"Ideal","G","IF",62.4,55,17569,7.53,7.61,4.72 +"27221",2.36,"Ideal","H","SI2",62.2,55,17569,8.51,8.56,5.3 +"27222",2.01,"Very Good","I","VS2",62.4,58,17570,8.06,7.99,5.01 +"27223",2,"Premium","I","VS2",62.5,57,17574,8.01,7.92,4.98 +"27224",2.02,"Premium","G","SI1",61.8,58,17579,8.16,8.1,4.94 +"27225",2.02,"Very Good","I","VS2",63.1,55,17581,8,8.09,5.08 +"27226",2.14,"Very Good","F","SI2",58.2,61,17582,8.45,8.5,4.93 +"27227",1.03,"Ideal","D","IF",62,56,17590,6.55,6.44,4.03 +"27228",2.53,"Premium","H","SI2",59.6,59,17591,8.9,8.82,5.29 +"27229",2.01,"Premium","I","VS2",61.1,60,17592,8.12,8.06,4.94 +"27230",1.71,"Ideal","G","VS1",62.2,55,17595,7.72,7.65,4.78 +"27231",1.7,"Very Good","F","VS2",60.8,60,17597,7.65,7.68,4.66 +"27232",1.7,"Good","F","VS2",62.2,56,17597,7.54,7.6,4.71 +"27233",1.38,"Very Good","F","IF",58.2,60,17598,7.32,7.39,4.28 +"27234",2,"Good","H","SI1",63.3,59,17600,7.96,8.03,5.06 +"27235",1.64,"Ideal","G","VVS2",61.8,56,17604,7.59,7.6,4.69 +"27236",1.72,"Premium","G","VS1",59.4,60,17605,7.82,7.86,4.66 +"27237",2.1,"Premium","J","VVS1",61.3,58,17606,8.29,8.24,5.07 +"27238",2,"Ideal","I","VS1",62,57,17607,8.04,7.99,4.97 +"27239",2.48,"Premium","I","SI2",63,62,17607,8.62,8.58,5.42 +"27240",2.52,"Good","G","SI2",63.7,59,17608,8.57,8.52,5.44 +"27241",2.01,"Ideal","G","SI2",60.9,55,17609,8.16,8.19,4.98 +"27242",1.74,"Premium","G","VS2",61,58,17614,7.77,7.75,4.73 +"27243",2.07,"Ideal","G","SI2",62.2,54,17614,8.16,8.21,5.09 +"27244",2.08,"Premium","H","SI1",62.6,59,17617,8.1,8.13,5.08 +"27245",2.2,"Premium","H","SI2",62.7,58,17634,8.33,8.27,5.2 +"27246",2.05,"Premium","I","VS1",60.6,60,17640,8.21,8.18,4.97 +"27247",2.39,"Premium","I","VS1",61.2,60,17642,8.63,8.6,5.27 +"27248",1.51,"Ideal","E","VS1",62.2,57,17649,7.37,7.32,4.57 +"27249",2.06,"Premium","G","SI2",62.7,58,17650,8.12,8.09,5.08 +"27250",2.02,"Very Good","F","SI1",60.1,60,17658,8.21,8.29,4.96 +"27251",1.52,"Ideal","D","VS1",61.2,57,17659,7.4,7.46,4.55 +"27252",1.7,"Ideal","F","VS2",61.3,54,17662,7.72,7.67,4.72 +"27253",1.34,"Premium","E","IF",61.8,58,17663,7.15,7.08,4.4 +"27254",2.29,"Premium","H","SI2",62.5,58,17666,8.43,8.37,5.25 +"27255",1.5,"Premium","E","VVS2",58.7,61,17667,7.49,7.36,4.36 +"27256",2.02,"Very Good","H","SI1",63.4,60,17672,7.96,8.04,5.07 +"27257",2.28,"Premium","I","SI1",61.6,58,17673,8.43,8.46,5.2 +"27258",2.14,"Premium","G","SI2",60.4,59,17673,8.38,8.32,5.04 +"27259",2,"Premium","D","SI2",61.6,59,17674,8.09,8.2,5.02 +"27260",2.01,"Very Good","E","SI1",62.7,57,17676,8.03,8.11,5.06 +"27261",2.32,"Ideal","I","SI2",62,57,17676,8.49,8.45,5.25 +"27262",1.71,"Very Good","F","VS1",61.9,61,17685,7.61,7.67,4.73 +"27263",2.01,"Ideal","E","SI2",62.2,57,17688,8.04,8.09,5.02 +"27264",2.01,"Premium","H","SI1",62.7,59,17688,8.03,8.08,5.05 +"27265",1.51,"Very Good","E","VVS2",60.2,61,17689,7.34,7.4,4.44 +"27266",2.52,"Very Good","G","SI2",63.2,58,17689,8.65,8.61,5.45 +"27267",2.02,"Premium","G","SI1",62.8,60,17692,8.02,7.96,5.02 +"27268",2.12,"Very Good","F","SI2",60.6,58,17694,8.27,8.32,5.03 +"27269",2,"Ideal","F","SI2",62,57,17710,8.03,8.1,5 +"27270",2.11,"Ideal","I","VS2",62.2,55,17712,8.2,8.26,5.12 +"27271",1.99,"Fair","H","VS2",60.5,63,17713,8.2,8.11,4.93 +"27272",2.21,"Premium","I","SI1",61.1,59,17714,8.42,8.37,5.13 +"27273",2.31,"Very Good","I","SI1",62.5,55,17715,8.39,8.44,5.26 +"27274",2,"Premium","I","VS2",61.8,56,17716,8.11,8.04,4.99 +"27275",1.52,"Premium","D","VS1",61,59,17723,7.48,7.53,4.5 +"27276",2,"Very Good","G","SI1",63,55,17724,7.96,8.1,5.06 +"27277",1.65,"Ideal","G","IF",62.4,55,17729,7.61,7.53,4.72 +"27278",2.12,"Ideal","F","SI2",62.3,57,17730,8.19,8.22,5.11 +"27279",2,"Good","G","SI1",64.2,59,17740,7.84,7.93,5.06 +"27280",2.14,"Premium","F","SI2",58.2,61,17742,8.5,8.45,4.93 +"27281",2.01,"Premium","F","SI2",61.3,61,17746,8.02,7.96,4.9 +"27282",2.17,"Ideal","I","SI1",60.7,57,17747,8.38,8.42,5.1 +"27283",2.01,"Very Good","I","VS1",59.7,63,17751,8.24,8.15,4.89 +"27284",2.03,"Very Good","G","SI2",62.7,55,17752,8.07,8.14,5.08 +"27285",2.56,"Ideal","J","SI1",61.4,58,17753,8.73,8.76,5.37 +"27286",2.01,"Very Good","E","SI2",59.3,61,17759,8.14,8.19,4.84 +"27287",2.01,"Very Good","H","SI1",62.8,59,17759,7.99,8.04,5.03 +"27288",2,"Premium","E","SI2",62.2,56,17760,8.14,8.06,5.04 +"27289",2,"Very Good","H","SI1",63.3,59,17760,8.03,7.96,5.06 +"27290",2,"Good","E","SI2",57.7,61,17760,8.31,8.19,4.76 +"27291",2,"Good","D","VS2",63.7,60,17760,7.88,7.81,5 +"27292",2,"Ideal","G","VS2",62.3,57,17760,8.06,7.97,4.99 +"27293",2,"Premium","H","SI1",62.6,56,17760,8.01,7.96,5 +"27294",1.87,"Ideal","H","VS1",59.7,60,17761,7.98,8.04,4.78 +"27295",1.72,"Premium","G","VS1",59.4,60,17765,7.86,7.82,4.66 +"27296",1.71,"Premium","F","VS2",61.4,60,17766,7.72,7.62,4.71 +"27297",2.16,"Very Good","I","SI1",58.5,60,17772,8.49,8.54,4.98 +"27298",1.55,"Premium","D","VS1",59.7,60,17773,7.62,7.56,4.53 +"27299",2.05,"Premium","D","SI1",60.4,58,17776,8.26,8.16,4.96 +"27300",2.08,"Premium","H","SI1",62.6,59,17778,8.13,8.1,5.08 +"27301",2.21,"Very Good","I","SI1",62.9,59,17784,8.3,8.34,5.23 +"27302",2.01,"Ideal","F","SI2",61.3,60,17798,8.05,8.1,4.95 +"27303",2.72,"Ideal","J","SI2",62.1,56,17801,8.97,8.93,5.56 +"27304",1.69,"Very Good","E","VS2",62.7,58,17803,7.52,7.6,4.74 +"27305",2.03,"Premium","F","SI1",61.3,59,17803,8.15,8.22,5.02 +"27306",2.01,"Good","G","SI1",63.9,60,17804,7.81,7.75,4.97 +"27307",2.09,"Premium","H","SI2",60.6,59,17805,8.27,8.22,5 +"27308",2.17,"Ideal","H","SI2",62,56,17805,8.25,8.29,5.13 +"27309",2.05,"Very Good","H","SI1",62.5,57,17811,8.09,8.07,5.05 +"27310",2.11,"Premium","G","SI1",61.6,59,17816,8.24,8.19,5.06 +"27311",2.16,"Ideal","H","SI1",61.9,57,17820,8.3,8.38,5.16 +"27312",1.63,"Ideal","E","VS2",61.3,55,17825,7.6,7.63,4.67 +"27313",2.02,"Premium","E","SI2",59.8,58,17825,8.2,8.16,4.89 +"27314",2.01,"Premium","I","VS2",60.3,58,17826,8.22,8.16,4.94 +"27315",2.36,"Ideal","J","VS1",61.6,57,17829,8.6,8.55,5.28 +"27316",2,"Premium","D","SI2",61.6,59,17835,8.2,8.09,5.02 +"27317",2.1,"Very Good","I","VS2",59.4,60,17837,8.39,8.47,5.01 +"27318",2.01,"Ideal","H","VS1",62.9,54,17838,8.01,7.96,5.02 +"27319",2.09,"Premium","F","SI2",61.7,59,17840,8.21,8.23,5.07 +"27320",2.18,"Premium","G","SI2",61.9,60,17841,8.24,8.29,5.12 +"27321",2.01,"Premium","H","SI1",62.7,59,17849,8.08,8.03,5.05 +"27322",2.01,"Ideal","E","SI2",62.2,57,17849,8.09,8.04,5.02 +"27323",2.01,"Premium","H","SI1",61.1,60,17849,8.15,8.11,4.97 +"27324",2.01,"Premium","H","SI1",61.3,59,17849,8.16,8.08,4.98 +"27325",2.43,"Ideal","I","SI2",62.3,59,17856,8.54,8.61,5.34 +"27326",2.03,"Ideal","H","SI1",60.8,57,17864,8.18,8.24,4.99 +"27327",2,"Good","F","SI1",63,64,17869,7.67,7.76,4.86 +"27328",2.11,"Very Good","E","SI2",62.4,61,17871,8.1,8.19,5.08 +"27329",2,"Ideal","F","SI2",62,57,17871,8.1,8.03,5 +"27330",2.01,"Very Good","I","VS1",62.8,59,17877,8.02,8.07,5.05 +"27331",2.02,"Ideal","H","SI1",61.7,57,17882,8.14,8.08,5 +"27332",2.02,"Very Good","H","VS2",61.5,59,17887,8.08,8.21,5.01 +"27333",1.76,"Very Good","G","VVS2",61.1,59,17888,7.81,7.9,4.8 +"27334",2,"Ideal","I","VS1",62,57,17889,8.04,7.99,4.97 +"27335",2.32,"Ideal","J","VS1",62.5,54.5,17891,8.44,8.47,5.28 +"27336",2.16,"Premium","J","VVS1",61.5,58,17891,8.36,8.26,5.11 +"27337",2.28,"Premium","H","SI2",62.1,59,17892,8.4,8.44,5.23 +"27338",1.7,"Ideal","F","VS2",62.3,56,17892,7.61,7.65,4.75 +"27339",2.01,"Ideal","H","SI1",61.9,60,17892,8.09,8.07,5 +"27340",2.02,"Premium","I","VS2",59,59,17893,8.34,8.27,4.9 +"27341",2.48,"Very Good","H","SI1",63.3,56,17893,8.6,8.55,5.43 +"27342",2.07,"Very Good","H","SI1",62.1,59,17893,8.15,8.2,5.08 +"27343",1.58,"Ideal","E","VS1",62.6,56,17894,7.41,7.44,4.65 +"27344",2.2,"Ideal","I","SI1",61.7,55,17895,8.37,8.41,5.18 +"27345",2,"Good","G","VS2",64.1,55,17898,7.94,7.88,5.07 +"27346",2,"Good","G","SI1",64.2,59,17902,7.93,7.84,5.06 +"27347",1.74,"Premium","G","VS1",61.7,58,17904,7.78,7.69,4.77 +"27348",1.74,"Premium","G","VS1",62.4,58,17904,7.71,7.61,4.78 +"27349",2.2,"Premium","I","VS2",58.9,60,17905,8.63,8.52,5.05 +"27350",1.07,"Very Good","D","IF",59,59,17909,6.63,6.72,3.94 +"27351",2.08,"Ideal","I","VS2",62,56,17916,8.16,8.18,5.06 +"27352",2.01,"Fair","G","VS2",67.5,55,17917,7.7,7.79,5.23 +"27353",2.39,"Very Good","J","VS1",59.6,60,17920,8.71,8.77,5.21 +"27354",2.41,"Good","I","SI2",57.7,61,17923,8.87,8.83,5.11 +"27355",2.57,"Premium","D","SI2",58.9,58,17924,8.99,8.94,5.28 +"27356",2,"Good","G","SI1",59.1,61,17930,8.14,8.18,4.82 +"27357",1.29,"Very Good","D","VVS1",60.8,55,17932,7.03,7.12,4.3 +"27358",2.16,"Premium","I","SI1",58.5,60,17934,8.54,8.49,4.98 +"27359",2.02,"Ideal","I","VS1",62.3,59,17936,8.02,8.06,5.01 +"27360",1.51,"Premium","D","VS1",63,52,17936,7.37,7.3,4.62 +"27361",0.41,"Good","G","SI1",64.3,54,646,4.68,4.72,3.02 +"27362",0.34,"Ideal","E","VS2",62,56,646,4.46,4.48,2.77 +"27363",0.34,"Ideal","E","VS2",62.2,57,646,4.42,4.46,2.76 +"27364",0.28,"Premium","E","VVS2",60.1,59,646,4.22,4.26,2.55 +"27365",0.28,"Ideal","E","VVS2",62.1,56,646,4.19,4.21,2.61 +"27366",0.28,"Very Good","E","VVS1",61.1,60,646,4.17,4.21,2.56 +"27367",0.28,"Ideal","E","VVS2",62.4,56,646,4.16,4.2,2.61 +"27368",0.28,"Premium","E","VVS1",61.3,60,646,4.18,4.21,2.57 +"27369",0.28,"Ideal","F","IF",62.4,55,646,4.17,4.2,2.61 +"27370",0.28,"Ideal","E","VVS2",60.3,57,646,4.21,4.25,2.55 +"27371",0.28,"Ideal","E","VVS1",62,56,646,4.19,4.23,2.61 +"27372",0.31,"Ideal","G","VVS2",62.2,53,647,4.36,4.39,2.72 +"27373",0.34,"Ideal","H","SI1",61.5,55,647,4.53,4.55,2.79 +"27374",0.32,"Ideal","G","SI1",61.5,55,647,4.4,4.44,2.72 +"27375",0.32,"Ideal","G","SI1",61.9,55,647,4.39,4.43,2.73 +"27376",0.29,"Ideal","D","VS1",62.9,55,647,4.25,4.21,2.66 +"27377",0.29,"Ideal","D","VS1",61.7,57,647,4.26,4.23,2.62 +"27378",0.35,"Premium","H","SI1",61.3,55,647,4.58,4.55,2.8 +"27379",0.35,"Premium","H","SI1",62.4,58,647,4.54,4.47,2.81 +"27380",0.35,"Very Good","H","SI1",63.2,57,647,4.51,4.48,2.84 +"27381",0.35,"Very Good","H","SI1",63.3,54,647,4.53,4.51,2.86 +"27382",0.41,"Good","J","VS1",63.7,56,647,4.68,4.71,2.99 +"27383",0.41,"Very Good","F","SI2",60.8,58,647,4.78,4.83,2.92 +"27384",0.41,"Very Good","J","VS1",62,55,647,4.74,4.77,2.95 +"27385",0.41,"Very Good","J","VS1",61.3,59,647,4.74,4.78,2.92 +"27386",0.41,"Ideal","J","VS1",62.1,56,647,4.75,4.79,2.96 +"27387",0.41,"Very Good","J","VS1",60.8,61,647,4.72,4.79,2.89 +"27388",0.41,"Ideal","J","VS1",60.2,57,647,4.81,4.85,2.91 +"27389",0.41,"Premium","J","VS1",62.1,58,647,4.75,4.79,2.96 +"27390",0.41,"Ideal","J","VS1",62.7,57,647,4.72,4.75,2.97 +"27391",2.02,"Premium","E","SI2",58.2,60,17938,8.32,8.25,4.82 +"27392",1.54,"Ideal","F","VS1",60.5,56,17949,7.52,7.49,4.54 +"27393",2.04,"Very Good","H","SI1",62.5,61,17952,8.04,8.08,5.04 +"27394",2.04,"Very Good","H","SI1",63,58,17952,8.03,8.1,5.08 +"27395",2,"Very Good","D","SI2",60,56,17953,8.16,8.23,4.92 +"27396",2.4,"Very Good","I","SI2",60.6,58.5,17955,8.59,8.67,5.24 +"27397",2.39,"Ideal","I","VS2",62.2,55,17955,8.58,8.56,5.33 +"27398",2.05,"Ideal","F","SI2",62,56,17957,8.12,8.19,5.06 +"27399",2.03,"Premium","H","VS2",62.6,59,17975,8.06,8.1,5.06 +"27400",2.01,"Ideal","H","VS1",61.9,57,17983,8.15,8.05,5.01 +"27401",2.08,"Ideal","J","IF",61,55,17986,8.32,8.25,5.05 +"27402",2.01,"Premium","G","VS2",61.4,58,17987,8.11,7.99,4.94 +"27403",2.05,"Premium","G","SI2",58.7,60,17988,8.4,8.32,4.91 +"27404",2.24,"Ideal","F","SI2",60.3,59,17989,8.47,8.5,5.12 +"27405",1.93,"Fair","F","VS1",58.9,62,17995,8.17,7.97,4.75 +"27406",2.54,"Very Good","I","SI2",62.4,60,17996,8.58,8.73,5.4 +"27407",2.09,"Ideal","I","VS2",62.5,56,17999,8.13,8.17,5.1 +"27408",2.35,"Premium","H","SI1",62.6,60,17999,8.42,8.38,5.26 +"27409",2.16,"Ideal","G","SI2",62.5,54.2,18001,8.23,8.27,5.16 +"27410",2.09,"Premium","F","SI2",61.7,59,18002,8.23,8.21,5.07 +"27411",2.18,"Premium","G","SI2",61.9,60,18003,8.29,8.24,5.12 +"27412",2.06,"Very Good","G","SI2",62.3,59,18005,8.07,8.2,5.07 +"27413",2.25,"Premium","D","SI2",60.4,59,18007,8.54,8.48,5.13 +"27414",1.76,"Very Good","G","VS1",62.8,55.4,18014,7.7,7.74,4.85 +"27415",2.05,"Ideal","G","SI2",61.6,56,18017,8.11,8.16,5.01 +"27416",5.01,"Fair","J","I1",65.5,59,18018,10.74,10.54,6.98 +"27417",2.51,"Premium","J","VS2",62.2,58,18020,8.73,8.67,5.41 +"27418",2,"Good","H","VS2",63.8,59,18023,7.88,8.01,5.07 +"27419",2.04,"Good","H","SI1",58.4,60,18026,8.31,8.36,4.87 +"27420",2.03,"Ideal","H","SI1",60.8,57,18026,8.24,8.18,4.99 +"27421",2.32,"Fair","H","SI1",62,62,18026,8.47,8.31,5.2 +"27422",2.32,"Premium","I","SI1",61.2,58,18026,8.57,8.52,5.23 +"27423",2.01,"Very Good","H","SI1",58.2,63,18027,8.32,8.23,4.82 +"27424",2.01,"Good","E","SI1",58.7,59,18027,8.23,8.27,4.84 +"27425",2.26,"Very Good","D","SI2",61.6,61,18028,8.47,8.38,5.19 +"27426",2.51,"Very Good","H","SI2",63.6,58,18029,8.51,8.59,5.44 +"27427",2.16,"Ideal","I","SI1",62,56,18029,8.28,8.3,5.14 +"27428",2.11,"Premium","E","SI2",62.4,61,18034,8.19,8.1,5.08 +"27429",2.25,"Premium","I","SI1",60.1,60,18034,8.55,8.51,5.13 +"27430",2.25,"Premium","H","SI2",62.8,59,18034,0,0,0 +"27431",2.51,"Ideal","I","SI2",58.4,62,18037,8.87,8.79,5.15 +"27432",2.01,"Very Good","I","VS1",62.9,59,18041,7.94,8.03,5.02 +"27433",2.02,"Ideal","H","VS2",61.6,56,18050,8.17,8.12,5.02 +"27434",2.28,"Premium","H","SI2",62.1,59,18055,8.44,8.4,5.23 +"27435",1.7,"Ideal","F","VS2",62.3,56,18055,7.65,7.61,4.75 +"27436",1.58,"Ideal","E","VS1",62.6,56,18057,7.44,7.41,4.65 +"27437",2.2,"Ideal","I","SI1",61.7,55,18059,8.41,8.37,5.18 +"27438",2.21,"Ideal","I","SI1",61.6,57,18062,8.38,8.43,5.18 +"27439",2,"Ideal","H","SI1",61.8,57,18062,8.1,8.15,5.02 +"27440",2.04,"Premium","F","SI2",60.2,58,18066,8.17,8.24,4.94 +"27441",2.19,"Very Good","E","SI2",62.4,61,18067,8.23,8.31,5.16 +"27442",2.29,"Very Good","I","SI1",61.8,59,18068,8.44,8.51,5.24 +"27443",2,"Good","F","SI1",62.8,62,18069,8,8.03,5.03 +"27444",2.11,"Very Good","F","SI2",63.5,55,18071,8.08,8.13,5.15 +"27445",2.01,"Good","G","SI1",60.8,61,18077,7.99,8.09,4.89 +"27446",2.01,"Very Good","G","SI1",59.1,57,18077,8.16,8.23,4.84 +"27447",2.01,"Premium","G","SI1",61.8,60,18077,7.99,8.04,4.95 +"27448",2.02,"Ideal","G","VS2",61.7,53,18077,8.14,8.04,4.99 +"27449",2.32,"Ideal","H","SI1",62.6,57,18080,8.46,8.52,5.32 +"27450",2.51,"Very Good","I","SI2",62.3,57,18090,8.69,8.76,5.44 +"27451",1.51,"Premium","F","IF",60.5,61,18102,7.5,7.4,4.45 +"27452",2.04,"Premium","H","VS1",60.7,61,18104,8.18,8.1,4.94 +"27453",1.7,"Very Good","G","VS2",61.9,55,18107,7.64,7.68,4.74 +"27454",1.7,"Very Good","E","VS2",58.6,60,18107,7.91,7.82,4.61 +"27455",2.3,"Ideal","H","SI2",62.6,54,18108,8.42,8.46,5.28 +"27456",1.14,"Very Good","D","IF",59.1,58,18112,6.83,6.9,4.06 +"27457",2.45,"Ideal","J","VS2",60.4,56,18113,8.72,8.81,5.3 +"27458",1.07,"Very Good","D","IF",60.9,58,18114,6.57,6.67,4.03 +"27459",2.03,"Very Good","E","SI2",58.8,59,18115,8.23,8.28,4.85 +"27460",2.04,"Premium","H","SI1",62.5,61,18115,8.08,8.04,5.04 +"27461",2.04,"Premium","H","SI1",63,58,18115,8.1,8.03,5.08 +"27462",2.02,"Premium","E","SI2",61,59,18117,8.18,8.12,4.97 +"27463",2.12,"Very Good","H","SI1",60.7,55,18118,8.28,8.36,5.05 +"27464",2.33,"Very Good","I","SI1",60.7,56,18119,8.55,8.61,5.21 +"27465",2.03,"Very Good","D","SI2",62.4,59,18120,7.98,8.04,5 +"27466",2.12,"Premium","E","SI2",58.3,59,18120,8.48,8.41,4.92 +"27467",2.1,"Ideal","F","SI2",61,60,18124,8.22,8.2,5.01 +"27468",2.08,"Ideal","G","SI2",61.8,56,18124,8.22,8.18,5.07 +"27469",2.14,"Very Good","E","SI2",61.5,58,18125,8.24,8.31,5.09 +"27470",2.04,"Very Good","I","VS1",61.8,60,18127,8.11,8.21,5.04 +"27471",2.08,"Very Good","E","SI2",62.4,60,18128,8.13,8.15,5.08 +"27472",1.78,"Ideal","F","VS2",60.9,56,18128,7.85,7.88,4.79 +"27473",2.21,"Ideal","G","SI2",60.2,60,18128,8.38,8.47,5.07 +"27474",2.08,"Ideal","E","SI2",60.2,60,18128,8.28,8.32,5 +"27475",2.03,"Premium","H","VS2",62.6,59,18139,8.1,8.06,5.06 +"27476",2.03,"Premium","H","VS2",62.1,56,18139,8.2,8.12,5.07 +"27477",2.23,"Premium","I","VS2",61.2,58,18149,8.43,8.36,5.14 +"27478",2.01,"Very Good","H","SI1",59.1,58,18149,8.29,8.36,4.92 +"27479",2.05,"Very Good","H","VS2",61.8,60,18152,8.14,8.19,5.05 +"27480",2.04,"Ideal","G","SI1",61.9,58,18153,8.12,8.16,5.04 +"27481",1.5,"Ideal","F","VVS2",63.1,57,18159,7.32,7.23,4.59 +"27482",2.12,"Premium","G","SI2",62.6,59,18164,8.18,8.12,5.1 +"27483",2.03,"Premium","G","VS2",60.9,59,18166,8.17,8.14,4.97 +"27484",2.2,"Ideal","G","SI2",62,57,18168,8.31,8.27,5.14 +"27485",2,"Ideal","F","SI2",62.6,57,18172,8.08,8.01,5.04 +"27486",2.01,"Ideal","G","VS2",63,56,18172,8,7.93,5.02 +"27487",1.7,"Very Good","E","VS2",58.6,62,18176,7.84,7.92,4.62 +"27488",1.76,"Ideal","G","VS1",62.8,55,18178,7.74,7.7,4.85 +"27489",1.63,"Ideal","F","VS1",61.6,57,18179,7.53,7.61,4.66 +"27490",2.52,"Premium","F","SI2",60.6,60,18179,8.78,8.7,5.3 +"27491",2.05,"Ideal","G","SI2",61.6,56,18181,8.16,8.11,5.01 +"27492",2.01,"Ideal","F","SI2",61.6,55,18183,8.08,8.02,4.97 +"27493",2,"Very Good","G","SI1",62.5,58,18186,7.98,8.04,5.01 +"27494",2.01,"Ideal","H","SI1",62.8,54,18186,8.03,8.08,5.05 +"27495",2.01,"Premium","H","SI1",61.7,60,18188,8.06,7.96,4.94 +"27496",1.55,"Ideal","E","VVS2",62.5,55,18188,7.38,7.4,4.62 +"27497",2.3,"Ideal","I","VS2",62.6,56,18190,8.45,8.4,5.27 +"27498",2.07,"Premium","I","VS2",61.2,58,18193,8.18,8.2,5.01 +"27499",2.05,"Ideal","E","SI1",62.4,57,18193,8.17,8.09,5.08 +"27500",2.2,"Premium","G","SI1",60.5,55,18193,8.49,8.42,5.11 +"27501",2.07,"Ideal","H","SI2",63.5,53,18198,8.12,8.09,5.14 +"27502",2.01,"Premium","I","VS1",62.9,59,18206,8.03,7.94,5.02 +"27503",2.02,"Premium","H","VS2",60.8,62,18207,8.17,8.12,4.95 +"27504",2.02,"Premium","H","VS2",62.7,53,18207,8.02,7.95,0 +"27505",1.73,"Very Good","G","VVS2",62.6,55,18211,7.66,7.76,4.83 +"27506",2.09,"Very Good","I","VS1",62.9,57,18215,8.09,8.13,5.1 +"27507",2.04,"Premium","F","SI2",60.2,58,18231,8.24,8.17,4.94 +"27508",1.09,"Very Good","D","IF",61.7,58,18231,6.55,6.65,4.07 +"27509",2.19,"Premium","E","SI2",62.4,61,18232,8.31,8.23,5.16 +"27510",2.02,"Very Good","H","SI1",59.3,60,18236,8.14,8.21,4.85 +"27511",2.02,"Very Good","H","SI1",59.6,59,18236,8.27,8.35,4.95 +"27512",2.02,"Very Good","H","SI1",61.1,58,18236,8.07,8.16,4.96 +"27513",2.02,"Good","E","SI2",58.8,61,18236,8.21,8.25,4.84 +"27514",2.3,"Premium","I","VS2",61.8,60,18239,8.47,8.39,5.21 +"27515",3.01,"Premium","I","SI2",60.2,59,18242,9.36,9.31,5.62 +"27516",3.01,"Fair","I","SI2",65.8,56,18242,8.99,8.94,5.9 +"27517",3.01,"Fair","I","SI2",65.8,56,18242,8.99,8.94,5.9 +"27518",3.01,"Good","I","SI2",63.9,60,18242,9.06,9.01,5.77 +"27519",3.01,"Good","I","SI2",63.9,60,18242,9.06,9.01,5.77 +"27520",1.7,"Premium","F","VS2",62.8,58,18251,7.61,7.54,4.76 +"27521",2.01,"Ideal","H","SI1",62.2,56,18252,8.03,8.05,5 +"27522",2.52,"Premium","I","SI1",58.5,59,18252,8.9,8.87,5.2 +"27523",2.53,"Premium","H","SI1",62.1,59,18254,8.83,8.73,5.45 +"27524",2.51,"Premium","I","SI2",62.3,57,18255,8.76,8.69,5.44 +"27525",2.03,"Very Good","G","SI1",61.3,59,18257,8.08,8.11,4.96 +"27526",2.01,"Ideal","G","SI2",61.7,57,18259,8.13,8.1,5.01 +"27527",2.02,"Premium","F","SI2",61.3,59,18274,8.15,8.11,4.98 +"27528",2.13,"Ideal","H","SI1",62.2,55,18275,8.2,8.27,5.12 +"27529",2.21,"Ideal","G","SI2",61.9,55,18276,8.4,8.36,5.19 +"27530",1.7,"Ideal","G","VVS1",61,56,18279,7.62,7.67,4.66 +"27531",1.07,"Premium","D","IF",60.9,58,18279,6.67,6.57,4.03 +"27532",2.08,"Very Good","I","VS2",58.9,61,18281,8.35,8.36,4.92 +"27533",1.62,"Ideal","F","VS2",61.2,57,18281,7.52,7.58,4.62 +"27534",2.03,"Premium","D","SI2",62.4,59,18286,8.04,7.98,5 +"27535",2.14,"Premium","E","SI2",61.5,58,18291,8.31,8.24,5.09 +"27536",2.06,"Ideal","G","SI2",62.3,56,18293,8.16,8.09,5.06 +"27537",1.54,"Ideal","G","VVS1",61.4,56,18294,7.42,7.47,4.57 +"27538",2.01,"Ideal","H","SI1",62.1,55,18295,8.12,8.07,5.03 +"27539",2.01,"Premium","H","SI1",61.4,56,18295,8.19,8.13,5.01 +"27540",2.02,"Ideal","G","SI2",62,55,18296,8.16,8.1,5.04 +"27541",2.24,"Ideal","I","SI1",60.5,59,18299,8.45,8.5,5.13 +"27542",2.3,"Ideal","H","SI2",61.6,56,18304,8.48,8.52,5.24 +"27543",1.93,"Ideal","F","SI1",59.5,60,18306,8.1,8.13,4.83 +"27544",2.51,"Fair","H","SI2",64.7,57,18308,8.44,8.5,5.48 +"27545",2.03,"Premium","E","SI2",61.5,59,18310,8.16,8.24,5.04 +"27546",2.1,"Ideal","G","SI2",61.3,55,18312,8.19,8.25,5.04 +"27547",2.05,"Premium","H","VS2",61.8,60,18318,8.19,8.14,5.05 +"27548",1.61,"Ideal","D","VS2",62,55,18318,7.51,7.5,4.67 +"27549",2.02,"Premium","F","SI2",61.7,58,18320,8.11,8.15,5.02 +"27550",2.02,"Ideal","I","VS1",62.1,56,18324,8.13,8.09,5.04 +"27551",2.5,"Good","J","VS2",62,58,18325,8.63,8.6,5.34 +"27552",2.49,"Premium","I","SI2",61.2,56,18325,8.76,8.7,5.34 +"27553",2.01,"Good","H","VS1",57.6,63,18340,8.23,8.25,4.75 +"27554",2.16,"Ideal","I","VS1",62.7,56,18342,8.28,8.2,5.17 +"27555",1.7,"Premium","E","VS2",58.6,62,18342,7.92,7.84,4.62 +"27556",2.27,"Ideal","G","SI1",61.1,60,18343,8.46,8.42,5.16 +"27557",2.07,"Ideal","F","SI2",61.5,55,18344,8.23,8.28,5.08 +"27558",1.83,"Very Good","G","VS2",60.5,59,18358,7.89,7.99,4.8 +"27559",2.07,"Premium","I","VS2",61.2,58,18359,8.2,8.18,5.01 +"27560",2.22,"Ideal","I","VS2",61.3,56,18363,8.36,8.45,5.15 +"27561",2.2,"Premium","I","VS2",62,57,18364,8.38,8.34,5.18 +"27562",2.6,"Ideal","J","SI2",62.5,56,18369,8.81,8.76,5.49 +"27563",2.06,"Ideal","D","SI2",60.3,56,18371,8.29,8.25,4.99 +"27564",2.32,"Very Good","I","SI1",63.2,59,18371,8.55,8.44,5.37 +"27565",2,"Premium","H","SI1",63,56,18371,7.98,7.93,5.01 +"27566",2,"Premium","H","SI1",58.2,60,18371,8.34,8.26,4.83 +"27567",2.4,"Ideal","H","SI2",62,55,18374,8.57,8.6,5.32 +"27568",2.01,"Good","G","SI1",60.1,61,18374,8.04,8.12,4.86 +"27569",2,"Good","F","SI1",63,61,18376,7.85,7.99,4.99 +"27570",1.73,"Premium","G","VVS2",62.6,55,18377,7.76,7.66,4.83 +"27571",2.09,"Very Good","H","SI1",61.1,56,18392,8.23,8.3,5.05 +"27572",2.01,"Ideal","F","SI2",61.7,56,18394,8.12,8.16,5.02 +"27573",2.01,"Ideal","F","SI2",61.9,55,18395,8.1,8.05,5 +"27574",2.02,"Very Good","H","VS2",62.7,58,18398,7.96,8.01,5.01 +"27575",2.01,"Very Good","G","SI1",62.1,60,18398,7.94,8.03,4.96 +"27576",1.7,"Premium","F","VS1",58.5,60,18398,7.83,7.76,4.56 +"27577",2.08,"Very Good","D","SI2",60.1,59,18405,8.29,8.37,5.01 +"27578",2.11,"Very Good","D","SI2",60.9,60,18407,8.21,8.28,5.02 +"27579",1.54,"Ideal","F","VS1",60.3,57,18416,7.49,7.56,4.54 +"27580",1.79,"Premium","G","VS1",61.7,59,18419,7.85,7.74,4.81 +"27581",1.6,"Ideal","F","VS2",62,55,18421,7.49,7.54,4.66 +"27582",2.03,"Premium","G","SI1",61.3,59,18423,8.11,8.08,4.96 +"27583",2.26,"Premium","H","SI1",60.3,58,18426,8.56,8.51,5.15 +"27584",2.29,"Premium","J","IF",61.4,60,18426,8.45,8.49,5.2 +"27585",2,"Premium","E","SI2",61.8,56,18426,8.12,8.05,5 +"27586",1.79,"Very Good","F","VS2",62.8,59,18429,7.7,7.8,4.87 +"27587",2.44,"Very Good","J","VS2",58.1,60,18430,8.89,8.93,5.18 +"27588",1.74,"Very Good","F","VS2",62,57,18430,7.65,7.7,4.76 +"27589",1.7,"Premium","F","VS1",60.6,58,18430,7.68,7.71,4.66 +"27590",1.72,"Ideal","G","VVS2",62,57,18431,7.63,7.72,4.76 +"27591",2.22,"Premium","I","SI1",59.9,59,18432,8.46,8.41,5.05 +"27592",1.33,"Ideal","F","IF",60.2,57,18435,7.12,7.17,4.3 +"27593",2.06,"Premium","G","SI1",61.5,58,18439,8.2,8.15,5.03 +"27594",2,"Ideal","H","SI1",62.8,52,18440,8.05,8.1,5.06 +"27595",2,"Ideal","H","SI1",63.9,54,18440,7.92,8,5.1 +"27596",2.13,"Ideal","H","SI1",62.2,55,18442,8.27,8.2,5.12 +"27597",2.09,"Premium","H","VS2",62.2,58,18443,8.17,8.12,5.06 +"27598",1.7,"Ideal","G","VVS1",61,56,18445,7.67,7.62,4.66 +"27599",2.5,"Premium","I","SI2",59,60,18447,8.76,8.89,5.21 +"27600",2.08,"Premium","I","VS2",58.9,61,18447,8.36,8.35,4.92 +"27601",2.03,"Ideal","F","SI2",63.3,55,18458,7.96,8.05,5.08 +"27602",2.1,"Ideal","H","SI2",63.1,55,18462,8.17,8.13,5.14 +"27603",2.16,"Ideal","J","VS1",61.4,55,18462,8.34,8.27,5.1 +"27604",2.04,"Good","D","SI1",61.9,60,18468,8.15,8.11,5.03 +"27605",2.15,"Ideal","H","SI1",61.5,60,18470,8.17,8.29,5.06 +"27606",2.09,"Good","F","SI2",63.4,55,18472,8.11,8.18,5.16 +"27607",2.01,"Good","H","VS2",64.1,59,18474,7.91,7.85,5.05 +"27608",2.19,"Ideal","H","SI1",60.6,57,18475,8.39,8.35,5.07 +"27609",2.03,"Premium","E","SI2",61.5,59,18477,8.24,8.16,5.04 +"27610",2.1,"Very Good","H","SI1",62.9,57,18480,8.12,8.19,5.13 +"27611",2.16,"Premium","I","VS2",58.7,60,18481,8.54,8.5,5 +"27612",2.21,"Very Good","F","SI2",61,58,18483,8.36,8.43,5.12 +"27613",2.57,"Premium","J","SI1",63,58,18485,8.77,8.65,5.49 +"27614",2.02,"Premium","F","SI2",61.7,58,18487,8.15,8.11,5.02 +"27615",2.07,"Very Good","H","SI1",59.5,59,18489,8.27,8.3,4.92 +"27616",2,"Premium","F","SI1",62.6,59,18493,8.1,8.04,5.05 +"27617",2.66,"Good","H","SI2",64.3,60,18495,8.71,8.65,5.58 +"27618",2.01,"Very Good","I","VS1",63,59,18500,7.87,7.94,4.98 +"27619",2.01,"Very Good","H","VS2",63.2,58,18507,7.93,8.01,5.04 +"27620",2.03,"Very Good","G","SI1",61.7,54,18507,8.07,8.19,5.02 +"27621",2.32,"Very Good","H","SI2",60.6,58,18508,8.56,8.6,5.2 +"27622",2.37,"Ideal","J","SI1",61.9,55,18508,8.53,8.56,5.29 +"27623",2.09,"Very Good","F","SI2",61.3,59,18509,8.19,8.33,5.06 +"27624",2,"Fair","G","VS2",67.6,58,18515,7.65,7.61,5.16 +"27625",2.38,"Premium","H","VS1",60.9,59,18522,8.62,8.59,5.24 +"27626",2,"Very Good","G","SI1",61.8,61,18524,8,8.09,4.97 +"27627",1.83,"Premium","G","VS2",60.5,59,18525,7.99,7.89,4.8 +"27628",2.14,"Very Good","D","SI2",60.3,60,18526,8.31,8.43,5.05 +"27629",2.14,"Ideal","H","SI1",61.5,57,18528,8.36,8.29,5.12 +"27630",2.22,"Ideal","I","VS2",61.3,56,18531,8.45,8.36,5.15 +"27631",4.5,"Fair","J","I1",65.8,58,18531,10.23,10.16,6.72 +"27632",2.32,"Ideal","G","SI2",61,58,18532,8.5,8.54,5.2 +"27633",2.03,"Ideal","F","SI2",61.4,58,18535,8.12,8.16,5 +"27634",2.4,"Good","I","SI1",56.9,62,18541,8.87,8.81,5.03 +"27635",2.4,"Ideal","H","SI2",62,55,18541,8.6,8.57,5.32 +"27636",1.04,"Very Good","D","IF",61.3,56,18542,6.53,6.55,4.01 +"27637",1.5,"Very Good","F","IF",63.2,58,18552,7.2,7.32,4.59 +"27638",1.72,"Very Good","E","VS2",63.4,56,18557,7.65,7.55,4.82 +"27639",3.04,"Premium","I","SI2",59.3,60,18559,9.51,9.46,5.62 +"27640",2.38,"Premium","J","VS2",62.1,58,18559,8.54,8.49,5.29 +"27641",2.09,"Premium","H","SI1",61.1,56,18559,8.3,8.23,5.05 +"27642",2.01,"Good","H","VS2",57.8,60,18561,8.29,8.35,4.81 +"27643",2.01,"Very Good","H","VS2",60.7,56,18561,8.08,8.17,4.93 +"27644",2.02,"Fair","H","VS2",64.5,57,18565,8,7.95,5.14 +"27645",1.6,"Ideal","F","VS1",60.5,57,18571,7.6,7.63,4.61 +"27646",2.01,"Good","G","SI1",63.1,59,18572,7.98,8.03,5.05 +"27647",2.01,"Fair","G","SI1",70.6,64,18574,7.43,6.64,4.69 +"27648",2.11,"Premium","D","SI2",60.9,60,18575,8.28,8.21,5.02 +"27649",2.03,"Ideal","F","SI2",61.6,55,18578,8.19,8.14,5.03 +"27650",3.01,"Good","H","SI2",57.6,64,18593,9.44,9.38,5.42 +"27651",2.29,"Premium","J","IF",61.4,60,18594,8.49,8.45,5.2 +"27652",1.7,"Premium","F","VS1",60.6,58,18598,7.71,7.68,4.66 +"27653",1.71,"Ideal","G","VVS2",62.1,55,18599,7.63,7.66,4.75 +"27654",2,"Ideal","H","SI1",65,61,18604,7.9,7.79,5.11 +"27655",2.01,"Ideal","G","VS2",61.4,54,18607,8.16,8.09,4.99 +"27656",2.07,"Premium","F","SI2",60.7,59,18611,8.21,8.16,4.97 +"27657",1.49,"Ideal","F","VVS2",61.1,58,18614,7.36,7.38,4.5 +"27658",2.42,"Premium","J","VS2",61.3,59,18615,8.61,8.58,5.27 +"27659",2.01,"Good","G","SI1",60.3,60,18625,8.07,8.18,4.9 +"27660",2.03,"Very Good","G","SI1",60.1,60,18630,8.09,8.18,4.89 +"27661",2.01,"Good","H","VS2",63.3,55,18640,7.87,7.94,5 +"27662",2.09,"Very Good","F","SI2",63.4,55,18640,8.18,8.11,5.16 +"27663",2.1,"Ideal","H","SI1",62.9,57,18648,8.19,8.12,5.13 +"27664",2.29,"Premium","I","VS2",60.8,60,18653,8.47,8.5,5.16 +"27665",2.12,"Premium","H","SI1",61.1,60,18656,8.18,8.26,5.02 +"27666",2.05,"Ideal","H","VS2",61.6,57,18659,8.2,8.14,5.03 +"27667",2.04,"Ideal","G","SI1",59,57,18663,8.32,8.37,4.92 +"27668",2.01,"Ideal","D","SI2",62.1,56,18674,8.02,8.11,5.01 +"27669",2.02,"Premium","F","SI2",62.1,56,18678,8.07,7.99,4.99 +"27670",2.16,"Very Good","F","SI2",62.4,59,18678,8.28,8.33,5.18 +"27671",2.03,"Premium","G","VS2",59.6,60,18680,8.27,8.21,4.91 +"27672",1.42,"Ideal","F","VVS1",60.8,56,18682,7.25,7.32,4.43 +"27673",2.67,"Good","F","SI2",63.8,58,18686,8.69,8.64,5.54 +"27674",1.5,"Very Good","G","VS2",60.7,59,18691,7.31,7.38,4.46 +"27675",2.43,"Premium","J","VS2",62.2,57,18692,8.63,8.54,5.34 +"27676",2.48,"Very Good","F","SI2",63.4,56,18692,8.64,8.55,5.45 +"27677",2.19,"Ideal","D","SI2",61.8,57,18693,8.23,8.49,5.17 +"27678",1.28,"Ideal","E","IF",60.7,57,18700,7.09,6.99,4.27 +"27679",2.02,"Ideal","G","VS2",62,57,18700,8.1,8.05,5.01 +"27680",3.51,"Premium","J","VS2",62.5,59,18701,9.66,9.63,6.03 +"27681",2.01,"Premium","G","SI2",61.2,57.2,18705,8.08,8.14,4.97 +"27682",2.22,"Premium","J","VS1",60,60,18706,8.49,8.43,5.08 +"27683",2.07,"Good","I","VS2",61.8,61,18707,8.12,8.16,5.03 +"27684",2,"Very Good","E","SI1",60.5,59,18709,8.09,8.14,4.94 +"27685",3.01,"Premium","J","SI2",60.7,59,18710,9.35,9.22,5.64 +"27686",3.01,"Premium","J","SI2",59.7,58,18710,9.41,9.32,5.59 +"27687",2.18,"Premium","F","SI1",61.2,60,18717,8.38,8.3,5.1 +"27688",1.7,"Premium","G","VVS2",59.8,59,18718,7.7,7.75,4.62 +"27689",1.51,"Ideal","E","VS1",61.5,57,18729,7.34,7.4,4.53 +"27690",1.72,"Premium","G","VVS2",61.8,60,18730,7.65,7.68,4.74 +"27691",0.38,"Ideal","I","VS2",60.5,56,648,4.71,4.74,2.85 +"27692",0.41,"Ideal","J","VS1",61.5,55,648,4.77,4.79,2.94 +"27693",0.41,"Ideal","J","VS1",62.4,55,648,4.75,4.77,2.97 +"27694",0.41,"Ideal","J","VS1",62.7,54,648,4.75,4.79,2.99 +"27695",0.41,"Ideal","J","VS1",61.3,57,648,4.81,4.84,2.96 +"27696",0.4,"Ideal","G","SI2",62.1,57,648,4.72,4.75,2.94 +"27697",0.41,"Ideal","G","SI2",61.5,55,648,4.76,4.8,2.94 +"27698",0.41,"Ideal","G","SI2",61.7,56,648,4.79,4.81,2.96 +"27699",0.4,"Ideal","D","SI2",60.5,57,648,4.73,4.76,2.87 +"27700",0.32,"Ideal","F","SI1",61.6,55,648,4.41,4.45,2.73 +"27701",0.32,"Ideal","F","SI1",61,55,648,4.45,4.47,2.72 +"27702",0.26,"Ideal","G","IF",61.7,54,648,4.15,4.18,2.57 +"27703",0.26,"Ideal","G","IF",60.8,56,648,4.11,4.15,2.51 +"27704",0.39,"Good","I","VS2",62.3,61,648,4.6,4.61,2.87 +"27705",0.36,"Ideal","H","SI1",61.5,57,648,4.6,4.57,2.82 +"27706",0.36,"Ideal","I","VS2",61.8,55,648,4.61,4.58,2.84 +"27707",0.36,"Premium","I","VS2",61.6,58,648,4.57,4.52,2.8 +"27708",0.36,"Good","E","SI2",63.7,54,648,4.55,4.52,2.89 +"27709",0.32,"Ideal","H","VS2",62.5,55,648,4.42,4.38,2.75 +"27710",0.32,"Ideal","H","VS2",62.2,57,648,4.38,4.36,2.72 +"27711",0.32,"Premium","H","VS2",61.9,58,648,4.39,4.37,2.71 +"27712",0.36,"Premium","I","VS2",62.7,59,648,4.58,4.54,2.86 +"27713",0.36,"Premium","H","SI1",63,55,648,4.54,4.51,2.85 +"27714",0.36,"Ideal","H","SI1",62.3,57,648,4.58,4.54,2.84 +"27715",0.36,"Premium","E","SI2",61.5,58,648,4.61,4.56,2.82 +"27716",0.36,"Premium","E","SI2",60.6,59,648,4.61,4.57,2.78 +"27717",0.36,"Premium","E","SI2",62.6,57,648,4.54,4.5,2.83 +"27718",0.32,"Ideal","I","VS1",60.9,56,648,4.46,4.44,2.71 +"27719",0.32,"Premium","I","VS1",59.8,60,648,4.46,4.44,2.66 +"27720",0.32,"Premium","I","VS1",61,60,648,4.47,4.42,2.71 +"27721",2.02,"Very Good","E","SI1",59.8,59,18731,8.11,8.2,4.88 +"27722",1.94,"Premium","F","SI1",62.6,58,18735,7.91,7.87,4.94 +"27723",2.01,"Ideal","G","SI1",62.1,57,18736,8.07,8.09,5.02 +"27724",2.01,"Ideal","G","SI1",62.2,56,18741,8.02,7.97,4.97 +"27725",2.01,"Very Good","G","SI1",63.1,59,18741,8.03,7.98,5.05 +"27726",2.01,"Premium","G","SI1",60.3,59,18741,8.23,8.15,4.94 +"27727",2.36,"Premium","H","SI2",59.4,58,18745,8.69,8.75,5.18 +"27728",2.61,"Ideal","I","SI2",62.1,56,18756,8.85,8.73,5.46 +"27729",2.03,"Ideal","G","SI1",60,55.8,18757,8.17,8.3,4.95 +"27730",2,"Very Good","F","SI1",57.9,60,18759,8.28,8.34,4.81 +"27731",2.08,"Ideal","H","SI1",58.7,60,18760,8.36,8.4,4.92 +"27732",2.55,"Premium","I","VS1",61.8,62,18766,8.7,8.65,5.36 +"27733",1.71,"Ideal","G","VVS2",62.1,55,18768,7.66,7.63,4.75 +"27734",1.51,"Very Good","F","VVS1",62.6,59,18777,7.33,7.24,4.56 +"27735",2.06,"Ideal","I","VS2",62.2,55,18779,8.15,8.19,5.08 +"27736",1.6,"Ideal","F","VS1",62,56,18780,7.47,7.52,4.65 +"27737",2.03,"Very Good","H","SI1",63,60,18781,8,7.93,5.02 +"27738",2.05,"Premium","F","SI2",60.2,59,18784,8.28,8.33,5 +"27739",2.05,"Ideal","G","SI1",61.9,57,18787,8.1,8.16,5.03 +"27740",2.8,"Good","G","SI2",63.8,58,18788,8.9,8.85,0 +"27741",1.71,"Premium","F","VS2",62.3,59,18791,7.57,7.53,4.7 +"27742",2.15,"Ideal","G","SI2",62.6,54,18791,8.29,8.35,5.21 +"27743",2.04,"Premium","H","SI1",58.1,60,18795,8.37,8.28,4.84 +"27744",2,"Premium","I","VS1",60.8,59,18795,8.13,8.02,4.91 +"27745",2.29,"Premium","I","SI1",61.8,59,18797,8.52,8.45,5.24 +"27746",2,"Very Good","H","SI1",62.8,57,18803,7.95,8,5.01 +"27747",2.07,"Ideal","G","SI2",62.5,55,18804,8.2,8.13,5.11 +"27748",1.51,"Ideal","G","IF",61.7,55,18806,7.37,7.41,4.56 +"27749",2,"Very Good","G","SI1",63.5,56,18818,7.9,7.97,5.04 +"27750",2.29,"Premium","I","VS2",60.8,60,18823,8.5,8.47,5.16 +"27751",0.32,"Very Good","I","VS1",63.2,54,648,4.42,4.38,2.78 +"27752",0.32,"Premium","I","VS1",62.6,58,648,4.4,4.38,2.75 +"27753",0.32,"Very Good","I","VS1",63.1,56,648,4.4,4.38,2.77 +"27754",0.32,"Ideal","I","VS1",62.3,57,648,4.42,4.37,2.74 +"27755",0.32,"Ideal","I","VS1",62.4,54,648,4.39,4.36,2.73 +"27756",0.32,"Premium","I","VS1",61.9,58,648,4.4,4.36,2.71 +"27757",0.32,"Premium","I","VS1",62,58,648,4.4,4.37,2.72 +"27758",0.32,"Ideal","I","VS1",62.4,56,648,4.37,4.31,2.71 +"27759",0.32,"Premium","I","VS1",61.3,58,648,4.39,4.35,2.68 +"27760",0.32,"Premium","H","VS2",59.5,58,648,4.5,4.47,2.67 +"27761",0.32,"Premium","H","VS2",60.5,59,648,4.43,4.39,2.67 +"27762",0.32,"Ideal","H","VS2",61.3,55,648,4.44,4.4,2.71 +"27763",0.32,"Premium","H","VS2",60.7,58,648,4.46,4.43,2.7 +"27764",0.32,"Premium","H","VS2",60.6,58,648,4.47,4.44,2.7 +"27765",0.32,"Premium","H","VS2",60.6,58,648,4.47,4.44,2.7 +"27766",0.32,"Ideal","H","VS2",62,55,648,4.42,4.39,2.73 +"27767",0.32,"Premium","H","VS2",60.7,60,648,4.41,4.39,2.67 +"27768",0.32,"Premium","H","VS2",60.7,61,648,4.41,4.39,2.67 +"27769",0.32,"Premium","H","VS2",61.4,60,648,4.41,4.39,2.7 +"27770",0.32,"Premium","H","VS2",62.7,54,648,4.41,4.39,2.76 +"27771",0.32,"Ideal","H","VS2",62,55,648,4.4,4.38,2.72 +"27772",0.32,"Ideal","H","VS2",62.8,55,648,4.41,4.38,2.76 +"27773",0.32,"Premium","H","VS2",61.7,59,648,4.4,4.35,2.7 +"27774",0.32,"Premium","H","VS2",61,60,648,4.41,4.35,2.67 +"27775",0.32,"Premium","H","VS2",62.3,57,648,4.39,4.37,2.73 +"27776",0.32,"Ideal","H","VS2",62.1,56,648,4.42,4.37,2.73 +"27777",0.32,"Ideal","H","VS2",61.5,56,648,4.4,4.38,2.7 +"27778",0.32,"Ideal","H","VS2",62,57,648,4.39,4.35,2.71 +"27779",0.32,"Ideal","H","VS2",63,57,648,4.38,4.35,2.75 +"27780",0.32,"Premium","H","VS2",62.5,59,648,4.38,4.33,2.72 +"27781",0.32,"Premium","H","VS2",62.4,58,648,4.36,4.33,2.71 +"27782",0.32,"Very Good","H","VS2",63.1,55,648,4.36,4.33,2.74 +"27783",0.3,"Good","G","VS2",58.5,64,648,4.42,4.37,2.57 +"27784",0.32,"Ideal","H","VS2",63,57,648,4.37,4.33,2.74 +"27785",0.44,"Very Good","F","SI2",62.8,60,648,4.82,4.86,3.04 +"27786",0.41,"Premium","H","SI2",60.9,60,649,4.84,4.81,2.94 +"27787",0.37,"Premium","E","SI1",61.8,58,649,4.59,4.64,2.85 +"27788",0.37,"Ideal","E","SI1",61.9,56,649,4.57,4.6,2.84 +"27789",0.37,"Ideal","E","SI1",62.7,54,649,4.55,4.6,2.87 +"27790",0.37,"Premium","E","SI1",59.3,58,649,4.73,4.75,2.81 +"27791",0.37,"Very Good","G","VS2",60.7,57,649,4.64,4.69,2.83 +"27792",0.37,"Premium","G","VS2",61.3,60,649,4.6,4.63,2.83 +"27793",0.37,"Ideal","G","VS2",62.2,57,649,4.59,4.64,2.87 +"27794",0.37,"Very Good","G","VS2",62.8,60,649,4.55,4.59,2.87 +"27795",0.37,"Very Good","G","VS2",61.2,57,649,4.59,4.63,2.82 +"27796",0.37,"Premium","G","VS2",59.3,60,649,4.67,4.71,2.78 +"27797",0.37,"Very Good","E","SI1",60.6,54,649,4.63,4.68,2.82 +"27798",0.37,"Premium","G","VS2",60.1,59,649,4.64,4.68,2.8 +"27799",0.37,"Ideal","G","VS2",60.8,57,649,4.61,4.66,2.82 +"27800",0.37,"Very Good","E","SI1",59.9,59,649,4.68,4.7,2.81 +"27801",0.37,"Premium","H","VS1",60.9,60,649,4.6,4.63,2.81 +"27802",0.37,"Ideal","G","VS2",61.5,56,649,4.59,4.64,2.84 +"27803",0.37,"Ideal","G","VS2",61.3,57,649,4.6,4.64,2.83 +"27804",0.37,"Premium","G","VS2",61.2,60,649,4.58,4.63,2.82 +"27805",0.35,"Very Good","H","VVS2",61,57,650,4.54,4.57,2.77 +"27806",0.3,"Very Good","D","VS2",62.9,55,650,4.25,4.27,2.68 +"27807",0.3,"Ideal","G","VVS2",61.9,57,650,4.3,4.33,2.66 +"27808",0.23,"Ideal","F","VVS2",61.6,54,650,3.97,3.99,2.45 +"27809",0.3,"Ideal","H","VVS1",61.5,55,650,4.31,4.35,2.66 +"27810",0.3,"Ideal","H","VVS1",62.3,57,650,4.25,4.28,2.65 +"27811",0.3,"Ideal","H","VVS1",61.1,56,650,4.33,4.37,2.66 +"27812",0.28,"Ideal","G","VVS1",61.8,55,650,4.19,4.23,2.6 +"27813",0.28,"Ideal","G","IF",61.3,57,650,4.25,4.27,2.6 +"27814",0.28,"Ideal","G","IF",61.5,57,650,4.19,4.21,2.58 +"27815",0.28,"Ideal","G","IF",62.4,55,650,4.17,4.2,2.61 +"27816",0.28,"Ideal","G","IF",60.9,57,650,4.24,4.27,2.59 +"27817",0.34,"Ideal","G","SI1",61.2,57,650,4.56,4.53,2.78 +"27818",0.34,"Good","G","SI1",63.9,58,650,4.43,4.4,2.82 +"27819",0.34,"Premium","G","SI1",59.7,59,650,4.54,4.5,2.7 +"27820",0.34,"Premium","G","SI1",60.8,59,650,4.56,4.46,2.74 +"27821",0.34,"Premium","G","SI1",61.5,56,650,4.52,4.45,2.76 +"27822",0.34,"Very Good","G","SI1",63.4,57,650,4.45,4.42,2.81 +"27823",0.34,"Premium","D","SI2",59.2,59,650,4.58,4.54,2.7 +"27824",0.34,"Premium","D","SI2",60.7,61,650,4.51,4.45,2.72 +"27825",0.34,"Premium","D","SI2",60.6,60,650,4.53,4.48,2.73 +"27826",0.34,"Premium","D","SI2",60.8,60,650,4.53,4.49,2.74 +"27827",0.39,"Very Good","I","VS2",62.9,57,650,4.64,4.68,2.93 +"27828",0.39,"Premium","H","SI1",62,60,650,4.65,4.71,2.9 +"27829",0.39,"Very Good","E","SI2",63,61,650,4.62,4.65,2.92 +"27830",0.38,"Ideal","H","SI1",61.2,56,650,4.63,4.68,2.85 +"27831",0.31,"Very Good","G","VVS2",62.2,56,651,4.31,4.34,2.69 +"27832",0.31,"Very Good","H","VVS1",61.3,56,651,4.35,4.38,2.67 +"27833",0.31,"Very Good","H","VVS1",61.2,56,651,4.37,4.39,2.68 +"27834",0.31,"Very Good","H","VVS1",61.9,57,651,4.33,4.36,2.69 +"27835",0.41,"Very Good","J","IF",60.8,56,651,4.83,4.87,2.95 +"27836",0.31,"Good","H","VS1",59.2,65,651,4.42,4.33,2.59 +"27837",0.39,"Ideal","I","VS2",61.5,55,651,4.7,4.73,2.9 +"27838",0.36,"Ideal","H","VS1",61.5,55,651,4.59,4.62,2.83 +"27839",0.4,"Ideal","G","SI2",60.6,56,651,4.82,4.79,2.91 +"27840",0.39,"Ideal","D","SI2",61.6,56,651,4.69,4.72,2.9 +"27841",0.31,"Good","E","VS2",59.1,56,651,4.41,4.46,2.62 +"27842",0.31,"Premium","E","SI1",61.2,58,651,4.38,4.34,2.67 +"27843",0.31,"Premium","E","SI1",58.7,60,651,4.48,4.45,2.62 +"27844",0.31,"Very Good","G","VS2",63.2,58,651,4.3,4.28,2.71 +"27845",0.31,"Premium","E","SI1",63,58,651,4.31,4.29,2.71 +"27846",0.31,"Very Good","E","SI1",63.4,55,651,4.29,4.26,2.71 +"27847",0.3,"Ideal","D","VS1",62.2,56,651,4.27,4.31,2.67 +"27848",0.3,"Ideal","D","VS1",61,57,651,4.31,4.32,2.63 +"27849",0.33,"Very Good","G","VS1",61,57,652,4.46,4.49,2.72 +"27850",0.31,"Ideal","H","VVS2",61.7,55.8,652,4.35,4.39,2.69 +"27851",0.34,"Ideal","H","VVS2",60.9,55,652,4.52,4.54,2.75 +"27852",0.31,"Ideal","G","VS2",61.8,53,652,4.35,4.39,2.7 +"27853",0.31,"Ideal","G","VS2",61.5,56,652,4.34,4.36,2.68 +"27854",0.3,"Ideal","E","VS2",62.1,53.6,652,4.3,4.35,2.69 +"27855",0.31,"Ideal","G","VS1",61.3,56.4,652,4.36,4.39,2.69 +"27856",0.3,"Ideal","F","VS1",61.6,54.7,652,4.33,4.34,2.67 +"27857",0.3,"Ideal","F","VS1",62.2,54.4,652,4.3,4.33,2.68 +"27858",0.32,"Ideal","F","VS1",61.1,57,652,4.42,4.45,2.71 +"27859",0.3,"Ideal","F","VS1",61.9,55.1,652,4.31,4.34,2.68 +"27860",0.3,"Ideal","F","VS1",62.3,53.8,652,4.3,4.33,2.69 +"27861",0.33,"Good","D","VS2",61.8,61,652,4.4,4.44,2.73 +"27862",0.31,"Ideal","I","IF",61.3,57,652,4.34,4.4,2.68 +"27863",0.31,"Ideal","I","IF",62.2,54,652,4.36,4.39,2.72 +"27864",0.31,"Good","D","VS1",61.7,61,653,4.32,4.34,2.67 +"27865",0.32,"Ideal","G","SI1",61.4,56,653,4.44,4.42,2.72 +"27866",0.3,"Very Good","E","VS1",61.4,59,653,4.32,4.28,2.64 +"27867",0.3,"Very Good","E","VS1",60.2,57,653,4.37,4.3,2.61 +"27868",0.38,"Ideal","E","SI1",61.4,57,653,4.64,4.67,2.86 +"27869",0.42,"Good","D","SI2",63.1,56,653,4.74,4.8,3.01 +"27870",0.38,"Premium","F","SI1",62,58,653,4.6,4.63,2.86 +"27871",0.42,"Good","H","SI1",63.6,57,653,4.74,4.79,3.03 +"27872",0.42,"Good","D","SI2",63.2,57,653,4.75,4.77,3.01 +"27873",0.42,"Very Good","E","SI2",58.8,60,653,4.86,4.9,2.87 +"27874",0.42,"Premium","E","SI2",60.1,58,653,4.87,4.91,2.94 +"27875",0.3,"Very Good","F","VS1",61.5,56,654,4.31,4.34,2.66 +"27876",0.44,"Ideal","H","SI2",62.3,54,654,4.89,4.93,3.06 +"27877",0.4,"Ideal","G","SI2",61.8,56,654,4.75,4.77,2.94 +"27878",0.41,"Ideal","E","SI2",61.5,58,654,4.79,4.83,2.96 +"27879",0.42,"Ideal","I","SI1",62.3,54,654,4.82,4.84,3.01 +"27880",0.4,"Ideal","I","SI1",62.2,55,654,4.72,4.77,2.95 +"27881",0.39,"Ideal","H","SI1",61.9,55.7,654,4.66,4.71,2.9 +"27882",0.41,"Good","E","SI1",63.5,55,654,4.73,4.75,3.01 +"27883",0.3,"Very Good","G","VVS2",62.3,57,655,4.26,4.28,2.66 +"27884",0.3,"Very Good","H","VVS1",62.8,56,655,4.26,4.28,2.68 +"27885",0.36,"Ideal","I","VVS2",61.5,57,655,4.55,4.58,2.8 +"27886",0.3,"Ideal","G","VVS2",62.5,53,655,4.31,4.33,2.7 +"27887",0.3,"Ideal","G","VVS2",60.7,58,655,4.34,4.36,2.64 +"27888",0.3,"Ideal","G","VVS2",61.6,57,655,4.28,4.32,2.65 +"27889",0.3,"Ideal","G","VVS2",62.2,57,655,4.25,4.3,2.66 +"27890",0.3,"Ideal","H","VVS1",61.2,57,655,4.3,4.39,2.66 +"27891",0.44,"Ideal","F","SI2",61.7,54,655,4.9,4.92,3.03 +"27892",0.32,"Ideal","I","IF",62.1,54,655,4.39,4.43,2.74 +"27893",0.32,"Ideal","I","IF",61.6,56,655,4.4,4.43,2.72 +"27894",0.32,"Ideal","I","IF",61.4,57,655,4.39,4.44,2.71 +"27895",0.32,"Ideal","I","IF",61.7,55,655,4.4,4.42,2.72 +"27896",0.39,"Ideal","E","I1",62.8,57,655,4.66,4.61,2.91 +"27897",0.4,"Very Good","I","VS2",61.4,57.6,655,4.73,4.78,2.92 +"27898",0.4,"Good","G","SI1",63.2,58,655,4.61,4.7,2.94 +"27899",0.4,"Good","G","SI1",63.1,56,655,4.72,4.75,2.99 +"27900",0.4,"Good","G","SI1",63.3,58,655,4.66,4.69,2.96 +"27901",0.4,"Good","G","SI1",63.4,58,655,4.66,4.71,2.97 +"27902",0.4,"Very Good","G","SI1",59.6,61,655,4.74,4.76,2.83 +"27903",0.32,"Very Good","E","VS2",61.3,57,656,4.38,4.41,2.69 +"27904",0.41,"Very Good","G","SI2",59.9,60,656,4.82,4.86,2.9 +"27905",0.42,"Very Good","D","SI2",62.9,55,656,4.78,4.82,3.02 +"27906",0.31,"Ideal","D","VS2",61,54,656,4.38,4.44,2.69 +"27907",0.41,"Ideal","D","SI2",62.6,57,656,4.72,4.77,2.97 +"27908",0.26,"Very Good","F","VVS2",61.4,56,657,4.14,4.17,2.55 +"27909",0.26,"Very Good","F","VVS2",62.6,56,657,4.09,4.11,2.56 +"27910",0.26,"Very Good","F","VVS1",61.7,57,657,4.09,4.13,2.53 +"27911",0.26,"Very Good","F","VVS1",60.6,56,657,4.12,4.16,2.51 +"27912",0.26,"Very Good","F","VVS1",62,55,657,4.08,4.13,2.54 +"27913",0.26,"Very Good","E","VVS1",61.5,56,657,4.1,4.15,2.53 +"27914",0.26,"Ideal","E","VVS1",62.5,56,657,4.09,4.12,2.56 +"27915",0.34,"Ideal","G","VS1",61.4,56,657,4.52,4.54,2.78 +"27916",0.26,"Ideal","F","IF",61.6,56,657,4.07,4.11,2.52 +"27917",0.32,"Very Good","D","VS2",62.9,59,657,4.36,4.39,2.75 +"27918",0.32,"Ideal","D","VS2",61.8,55,657,4.41,4.43,2.73 +"27919",0.32,"Good","D","VS2",63.6,55,657,4.35,4.42,2.79 +"27920",0.32,"Ideal","E","VS1",59.5,57,657,4.45,4.49,2.66 +"27921",0.37,"Very Good","G","VS1",58.4,59,657,4.76,4.69,2.76 +"27922",0.35,"Very Good","G","VS2",60.2,60,658,4.54,4.6,2.75 +"27923",0.26,"Very Good","D","SI1",59.7,58,658,4.16,4.22,2.5 +"27924",0.4,"Ideal","J","VS1",62.2,54.3,658,4.73,4.75,2.95 +"27925",0.31,"Ideal","G","VS1",61.5,54,658,4.39,4.43,2.71 +"27926",0.38,"Ideal","G","SI1",60.4,58,658,4.7,4.74,2.85 +"27927",0.38,"Premium","J","SI1",61.3,59,658,4.68,4.62,2.85 +"27928",0.38,"Premium","E","SI1",58.1,58,658,4.85,4.79,2.8 +"27929",0.38,"Ideal","E","SI1",61.7,58,658,4.71,4.63,2.88 +"27930",0.32,"Good","E","VS2",64.1,54,658,4.32,4.36,2.78 +"27931",0.35,"Good","H","SI2",63.2,61,429,4.47,4.49,2.83 +"27932",0.26,"Very Good","H","VS1",62.9,54,430,4.06,4.08,2.56 +"27933",0.24,"Very Good","E","VS1",61.7,60,430,3.97,4,2.46 +"27934",0.31,"Ideal","I","SI1",61.4,56,430,4.35,4.38,2.68 +"27935",0.32,"Ideal","H","SI1",61.2,56,430,4.43,4.46,2.72 +"27936",0.28,"Ideal","G","SI1",60.7,56,430,4.25,4.28,2.59 +"27937",0.25,"Ideal","F","SI1",61.5,56,430,4.06,4.09,2.5 +"27938",0.25,"Ideal","F","SI1",60.1,56,430,4.11,4.13,2.48 +"27939",0.31,"Very Good","J","SI2",63.3,58,430,4.35,4.34,2.75 +"27940",0.23,"Very Good","H","VVS2",62.4,55,431,3.91,3.94,2.45 +"27941",0.23,"Very Good","H","VVS2",62.6,56,431,3.92,3.95,2.46 +"27942",0.23,"Very Good","G","VVS2",62.9,55,431,3.88,3.92,2.45 +"27943",0.23,"Very Good","G","VVS2",62.6,54,431,3.91,3.95,2.46 +"27944",0.23,"Very Good","G","VVS2",62.3,57,431,3.9,3.92,2.43 +"27945",0.23,"Very Good","G","VVS2",62.8,55,431,3.93,3.95,2.47 +"27946",0.25,"Ideal","H","VS1",61.7,57,431,4.04,4.07,2.5 +"27947",0.31,"Premium","G","SI1",61.8,58,431,4.32,4.35,2.68 +"27948",0.31,"Good","G","SI1",63.3,57,431,4.3,4.33,2.73 +"27949",0.3,"Very Good","G","SI1",62.4,54,432,4.33,4.35,2.71 +"27950",0.3,"Very Good","G","SI1",62.5,56,432,4.27,4.3,2.68 +"27951",0.3,"Very Good","G","SI1",61,58,432,4.3,4.32,2.63 +"27952",0.3,"Very Good","G","SI1",62.1,58,432,4.26,4.28,2.65 +"27953",0.27,"Ideal","I","VS1",61.6,56,432,4.15,4.19,2.57 +"27954",0.27,"Ideal","I","VS1",61.9,54,432,4.14,4.19,2.58 +"27955",0.27,"Ideal","I","VS1",62.5,54,432,4.16,4.19,2.61 +"27956",0.27,"Ideal","I","VS1",61.9,54,432,4.15,4.18,2.58 +"27957",0.27,"Ideal","I","VS1",61.9,55,432,4.16,4.18,2.58 +"27958",0.27,"Ideal","I","VS1",62,56,432,4.16,4.19,2.59 +"27959",0.27,"Ideal","I","VS1",61.3,57,432,4.16,4.19,2.56 +"27960",0.27,"Ideal","I","VS1",62.2,54,432,4.16,4.2,2.6 +"27961",0.3,"Premium","E","VS2",59.9,59,658,4.33,4.38,2.61 +"27962",0.3,"Ideal","E","VS2",62.1,56,658,4.25,4.31,2.66 +"27963",0.3,"Very Good","E","VS2",62.4,56,658,4.26,4.33,2.68 +"27964",0.3,"Very Good","E","VS2",62.8,59,658,4.24,4.26,2.67 +"27965",0.3,"Premium","F","VS1",61.5,59,658,4.31,4.33,2.66 +"27966",0.3,"Ideal","E","VS2",62.6,54,658,4.28,4.31,2.69 +"27967",0.3,"Ideal","E","VS2",61.5,55,658,4.28,4.31,2.64 +"27968",0.3,"Ideal","E","VS2",61.8,55,658,4.33,4.35,2.68 +"27969",0.3,"Premium","E","VS2",62.6,58,658,4.26,4.3,2.68 +"27970",0.3,"Premium","E","VS2",59.2,59,658,4.37,4.41,2.6 +"27971",0.3,"Premium","E","VS2",62,59,658,4.27,4.31,2.66 +"27972",0.3,"Ideal","E","VS2",62,56,658,4.31,4.34,2.68 +"27973",0.3,"Premium","E","VS2",62.2,60,658,4.24,4.28,2.65 +"27974",0.3,"Ideal","E","VS2",61.5,56,658,4.29,4.33,2.65 +"27975",0.3,"Ideal","E","VS2",61.3,57,658,4.29,4.33,2.64 +"27976",0.3,"Very Good","E","VS2",62.4,56,658,4.25,4.28,2.66 +"27977",0.3,"Ideal","E","VS2",62.1,55,658,4.32,4.35,2.69 +"27978",0.3,"Very Good","E","VS2",62.4,57,658,4.24,4.29,2.66 +"27979",0.3,"Ideal","E","VS2",61.5,55,658,4.31,4.34,2.66 +"27980",0.3,"Ideal","E","VS2",61.8,56,658,4.31,4.33,2.67 +"27981",0.3,"Ideal","E","VS2",62,55,658,4.3,4.35,2.68 +"27982",0.3,"Ideal","E","VS2",61.6,56,658,4.27,4.3,2.64 +"27983",0.3,"Very Good","E","VS2",62.6,58,658,4.25,4.28,2.67 +"27984",0.3,"Premium","E","VS2",62.3,58,658,4.28,4.32,2.68 +"27985",0.3,"Ideal","E","VS2",61.5,55,658,4.32,4.4,2.68 +"27986",0.3,"Ideal","E","VS2",62,55,658,4.27,4.31,2.66 +"27987",0.3,"Ideal","E","VS2",62.1,55,658,4.28,4.32,2.67 +"27988",0.3,"Very Good","E","VS2",62.1,59,658,4.27,4.29,2.66 +"27989",0.3,"Very Good","E","VS2",61.8,58,658,4.26,4.28,2.64 +"27990",0.3,"Ideal","E","VS2",62.3,56,658,4.28,4.32,2.68 +"27991",0.3,"Ideal","E","VS2",62,55,658,4.25,4.3,2.65 +"27992",0.3,"Premium","E","VS2",62,60,658,4.23,4.26,2.63 +"27993",0.3,"Premium","E","VS2",60.4,58,658,4.3,4.34,2.61 +"27994",0.3,"Ideal","E","VS2",62.2,56,658,4.28,4.3,2.67 +"27995",0.3,"Premium","E","VS2",61.8,58,658,4.31,4.36,2.68 +"27996",0.3,"Ideal","E","VS2",61.2,55,658,4.31,4.35,2.65 +"27997",0.3,"Very Good","E","VS2",61.9,61,658,4.28,4.32,2.66 +"27998",0.3,"Premium","E","VS2",61.7,58,658,4.32,4.34,2.67 +"27999",0.3,"Premium","E","VS2",62.4,59,658,4.26,4.3,2.67 +"28000",0.3,"Premium","E","VS2",62.5,58,658,4.26,4.31,2.68 +"28001",0.3,"Very Good","E","VS2",62.3,57,658,4.27,4.3,2.67 +"28002",0.3,"Ideal","E","VS2",61.8,57,658,4.3,4.34,2.67 +"28003",0.3,"Premium","E","VS2",61.6,58,658,4.31,4.33,2.66 +"28004",0.3,"Premium","E","VS2",59.1,58,658,4.37,4.39,2.59 +"28005",0.3,"Ideal","E","VS2",61.4,55,658,4.32,4.34,2.66 +"28006",0.3,"Premium","E","VS2",60,60,658,4.36,4.4,2.63 +"28007",0.3,"Ideal","E","VS2",61,56,658,4.33,4.36,2.65 +"28008",0.3,"Ideal","E","VS2",62.6,56,658,4.29,4.34,2.7 +"28009",0.3,"Premium","E","VS2",62.5,59,658,4.27,4.3,2.68 +"28010",0.3,"Premium","E","VS2",60.7,59,658,4.3,4.33,2.62 +"28011",0.3,"Ideal","E","VS2",61.6,55,658,4.31,4.33,2.66 +"28012",0.3,"Very Good","E","VS2",62.9,58,658,4.22,4.24,2.66 +"28013",0.3,"Premium","E","VS2",61.9,59,658,4.29,4.33,2.67 +"28014",0.3,"Ideal","E","VS2",61.8,56,658,4.3,4.34,2.67 +"28015",0.3,"Ideal","E","VS2",62.6,54,658,4.29,4.33,2.7 +"28016",0.3,"Ideal","E","VS2",62.3,56,658,4.3,4.34,2.69 +"28017",0.3,"Very Good","E","VS2",61.7,61,658,4.28,4.31,2.65 +"28018",0.3,"Ideal","E","VS2",60.2,57,658,4.36,4.38,2.63 +"28019",0.3,"Ideal","E","VS2",62,56,658,4.3,4.34,2.68 +"28020",0.3,"Ideal","E","VS2",62.3,57,658,4.29,4.32,2.68 +"28021",0.3,"Very Good","F","VS1",61.9,59,658,4.26,4.3,2.65 +"28022",0.3,"Premium","E","VS2",60,58,658,4.37,4.4,2.63 +"28023",0.3,"Ideal","F","VS1",61.4,56,658,4.33,4.37,2.67 +"28024",0.3,"Very Good","E","VS2",62,58,658,4.26,4.29,2.65 +"28025",0.3,"Ideal","E","VS2",62.6,56,658,4.29,4.33,2.7 +"28026",0.3,"Ideal","E","VS2",62.4,57,658,4.29,4.33,2.69 +"28027",0.3,"Very Good","E","VS2",62.4,57,658,4.24,4.26,2.65 +"28028",0.3,"Premium","F","VS1",60.5,60,658,4.29,4.31,2.6 +"28029",0.3,"Premium","E","VS2",62.1,58,658,4.29,4.31,2.67 +"28030",0.3,"Ideal","E","VS2",61.5,55,658,4.29,4.33,2.65 +"28031",0.3,"Ideal","E","VS2",62.1,55,658,4.3,4.33,2.68 +"28032",0.3,"Very Good","E","VS2",62.9,58,658,4.22,4.27,2.67 +"28033",0.3,"Very Good","E","VS2",62.8,56,658,4.28,4.32,2.7 +"28034",0.3,"Ideal","E","VS2",61.7,55,658,4.3,4.32,2.66 +"28035",0.3,"Ideal","E","VS2",62.5,56,658,4.28,4.3,2.68 +"28036",0.3,"Ideal","F","VS1",62,55,658,4.3,4.34,2.68 +"28037",0.3,"Ideal","E","VS2",61.8,56,658,4.29,4.32,2.66 +"28038",0.34,"Very Good","E","VS2",59.8,62,659,4.52,4.54,2.71 +"28039",0.41,"Ideal","G","SI2",62.1,53.6,659,4.75,4.79,2.96 +"28040",0.41,"Good","F","SI1",64.4,56,659,4.69,4.72,3.03 +"28041",0.41,"Fair","H","SI1",65.4,61,659,4.51,4.63,2.99 +"28042",0.38,"Good","I","SI1",63.7,57,659,4.63,4.57,2.93 +"28043",0.27,"Ideal","E","VVS1",61.7,57,659,4.14,4.16,2.56 +"28044",0.35,"Very Good","G","VS1",62.6,56,659,4.49,4.52,2.82 +"28045",0.33,"Very Good","D","VS2",62.9,54,660,4.4,4.44,2.78 +"28046",0.29,"Very Good","G","VS1",58.1,59,660,4.39,4.42,2.56 +"28047",0.32,"Very Good","G","VS1",60.8,56,660,4.45,4.48,2.71 +"28048",0.32,"Very Good","G","VS1",61.9,56,660,4.41,4.45,2.74 +"28049",0.3,"Very Good","E","VS1",63.4,55,660,4.26,4.29,2.71 +"28050",0.38,"Very Good","F","SI1",61.5,54,660,4.69,4.71,2.89 +"28051",0.31,"Ideal","H","VVS1",62,54.2,660,4.35,4.39,2.71 +"28052",0.38,"Ideal","H","VS2",62.4,56,660,4.62,4.65,2.89 +"28053",0.33,"Ideal","F","VS2",62,54.2,660,4.42,4.45,2.75 +"28054",0.32,"Ideal","F","VS2",61.5,55,660,4.4,4.44,2.72 +"28055",0.32,"Ideal","F","VS2",61.4,57,660,4.4,4.43,2.71 +"28056",0.42,"Ideal","D","SI2",62,54,660,4.8,4.85,2.99 +"28057",0.42,"Ideal","D","SI2",61.1,55,660,4.82,4.86,2.96 +"28058",0.38,"Ideal","F","SI1",62.2,54,660,4.64,4.66,2.89 +"28059",0.38,"Ideal","F","SI1",61.1,57,660,4.7,4.72,2.88 +"28060",0.38,"Ideal","E","SI1",62.1,55,660,4.64,4.67,2.89 +"28061",0.38,"Ideal","E","SI1",62.3,53,660,4.65,4.69,2.91 +"28062",0.31,"Ideal","E","SI1",61.5,55,660,4.37,4.41,2.7 +"28063",0.38,"Ideal","E","SI1",59.4,61,660,4.72,4.74,2.81 +"28064",0.31,"Ideal","E","SI1",61.1,56,660,4.39,4.41,2.69 +"28065",0.31,"Good","F","VVS2",63.6,55,660,4.29,4.33,2.74 +"28066",0.31,"Ideal","H","VVS1",61.6,57,660,4.32,4.35,2.67 +"28067",0.31,"Ideal","G","VVS2",62.7,57,660,4.32,4.35,2.72 +"28068",0.39,"Very Good","H","VS2",60.7,56,661,4.77,4.79,2.9 +"28069",0.32,"Very Good","E","VS1",62.9,57,661,4.36,4.39,2.75 +"28070",0.39,"Very Good","F","SI1",60,55,661,4.76,4.79,2.86 +"28071",0.31,"Ideal","G","VVS2",60,58,661,4.38,4.42,2.64 +"28072",0.43,"Good","G","SI2",58.8,61,661,4.92,4.94,2.9 +"28073",0.3,"Premium","D","VS1",60.7,58,661,4.34,4.36,2.64 +"28074",0.3,"Ideal","D","VS1",61.8,56,661,4.3,4.34,2.67 +"28075",0.3,"Very Good","D","VS1",59.4,60,661,4.34,4.38,2.59 +"28076",0.3,"Ideal","D","VS1",62,54,661,4.3,4.34,2.68 +"28077",0.38,"Very Good","H","SI1",60.1,57,662,4.73,4.75,2.85 +"28078",0.4,"Ideal","J","VVS2",61.8,55,662,4.76,4.79,2.95 +"28079",0.4,"Ideal","J","VVS2",61.9,55,662,4.74,4.79,2.95 +"28080",0.4,"Ideal","J","VVS2",62.5,53,662,4.74,4.79,2.98 +"28081",0.4,"Ideal","J","VVS2",61.8,55,662,4.76,4.79,2.95 +"28082",0.32,"Ideal","E","VS2",61,56,662,4.4,4.42,2.69 +"28083",0.31,"Ideal","D","VS2",62.4,57,662,4.34,4.31,2.7 +"28084",0.3,"Premium","D","SI1",58.8,57,662,4.44,4.4,2.6 +"28085",0.3,"Premium","D","SI1",62.1,59,662,4.31,4.29,2.67 +"28086",0.3,"Very Good","D","SI1",63.4,54,662,4.31,4.27,2.72 +"28087",0.3,"Very Good","D","SI1",63.1,56,662,4.28,4.24,2.69 +"28088",0.3,"Very Good","D","SI1",63.4,55,662,4.26,4.22,2.69 +"28089",0.3,"Fair","F","VS2",64.5,55,662,4.31,4.19,2.74 +"28090",0.4,"Good","E","SI1",64.2,57,662,4.66,4.68,3 +"28091",0.3,"Ideal","E","VS1",62.1,54.2,663,4.3,4.32,2.68 +"28092",0.38,"Ideal","E","SI2",62.2,56,663,4.64,4.66,2.89 +"28093",0.31,"Premium","F","SI1",62.7,58,663,4.33,4.31,2.71 +"28094",0.31,"Ideal","F","SI1",60.5,57,663,4.43,4.4,2.67 +"28095",0.31,"Premium","F","SI1",60.5,60,663,4.39,4.37,2.65 +"28096",0.31,"Premium","F","SI1",60.7,58,663,4.38,4.35,2.65 +"28097",0.31,"Ideal","F","SI1",62.9,57,663,4.34,4.31,2.72 +"28098",0.31,"Very Good","F","SI1",63.5,56,663,4.33,4.3,2.74 +"28099",0.31,"Very Good","F","SI1",63.2,56,663,4.31,4.27,2.71 +"28100",0.31,"Very Good","F","SI1",63.1,57,663,4.31,4.28,2.71 +"28101",0.31,"Very Good","F","SI1",63.1,55,663,4.34,4.28,2.72 +"28102",0.34,"Ideal","G","VS2",62.4,57,663,4.48,4.46,2.79 +"28103",0.31,"Ideal","F","SI1",62.3,56,663,4.35,4.32,2.7 +"28104",0.31,"Premium","F","SI1",60.6,60,663,4.37,4.34,2.64 +"28105",0.36,"Good","D","SI1",63.1,55,663,4.54,4.59,2.88 +"28106",0.3,"Very Good","D","VS2",62,62,663,4.24,4.27,2.64 +"28107",0.36,"Premium","D","SI1",61.5,59,663,4.52,4.55,2.79 +"28108",0.36,"Ideal","D","SI1",61.6,56,663,4.54,4.58,2.81 +"28109",0.36,"Ideal","D","SI1",62.7,57,663,4.54,4.59,2.86 +"28110",0.42,"Ideal","J","VS1",60.9,57,663,4.83,4.86,2.95 +"28111",0.36,"Premium","D","SI1",61.4,58,663,4.56,4.59,2.81 +"28112",0.36,"Ideal","D","SI1",62,56,663,4.55,4.61,2.84 +"28113",0.36,"Good","D","SI1",63.4,57,663,4.55,4.57,2.89 +"28114",0.36,"Ideal","D","SI1",59.5,56,663,4.63,4.68,2.77 +"28115",0.36,"Ideal","D","SI1",62.5,56,663,4.55,4.57,2.85 +"28116",0.42,"Ideal","F","SI2",62.1,56,663,4.8,4.83,2.99 +"28117",0.36,"Ideal","D","SI1",62.7,57,663,4.54,4.59,2.86 +"28118",0.36,"Ideal","D","SI1",61.2,57,663,4.59,4.63,2.82 +"28119",0.36,"Ideal","D","SI1",62.1,56,663,4.53,4.58,2.83 +"28120",0.36,"Ideal","D","SI1",60.3,56,663,4.61,4.65,2.79 +"28121",0.36,"Ideal","D","SI1",61.5,56,663,4.56,4.64,2.83 +"28122",0.3,"Ideal","E","VS1",60,56,663,4.39,4.41,2.64 +"28123",0.36,"Very Good","D","SI1",60.1,57,663,4.62,4.66,2.79 +"28124",0.36,"Premium","D","SI1",59.6,58,663,4.61,4.65,2.76 +"28125",0.36,"Very Good","D","SI1",60.4,58,663,4.6,4.64,2.79 +"28126",0.35,"Good","E","VS1",63.1,56,663,4.49,4.54,2.85 +"28127",0.29,"Very Good","F","VVS2",60.2,58,664,4.29,4.35,2.6 +"28128",0.29,"Very Good","F","VVS2",63.1,57,664,4.22,4.3,2.69 +"28129",0.29,"Very Good","F","VVS2",62.7,58,664,4.22,4.26,2.66 +"28130",0.29,"Very Good","F","VVS2",60.1,58,664,4.32,4.37,2.61 +"28131",0.29,"Very Good","E","VVS2",58.5,58,664,4.35,4.37,2.55 +"28132",0.29,"Very Good","D","VVS2",62.9,58,664,4.2,4.29,2.67 +"28133",0.29,"Very Good","D","VVS2",62.3,59,664,4.21,4.26,2.64 +"28134",0.29,"Very Good","F","VVS1",62.3,58,664,4.22,4.25,2.64 +"28135",0.29,"Very Good","E","VVS1",58.9,59,664,4.33,4.4,2.57 +"28136",0.29,"Ideal","D","VVS2",62.8,56,664,4.23,4.3,2.68 +"28137",0.36,"Ideal","G","VS2",60.6,56,664,4.62,4.67,2.81 +"28138",0.42,"Ideal","J","VS1",61.4,55,664,4.83,4.85,2.97 +"28139",0.31,"Ideal","E","VS1",61.3,54,664,4.37,4.4,2.69 +"28140",0.41,"Ideal","G","SI2",61.7,55,664,4.78,4.81,2.96 +"28141",0.3,"Ideal","G","VVS2",62.4,55,665,4.32,4.34,2.7 +"28142",0.3,"Ideal","G","VVS2",62.5,55,665,4.3,4.34,2.7 +"28143",0.3,"Ideal","G","VVS2",61.8,54,665,4.33,4.34,2.68 +"28144",0.3,"Ideal","G","VVS2",62.6,53,665,4.31,4.35,2.71 +"28145",0.3,"Ideal","G","VVS2",62.3,57,665,4.29,4.32,2.68 +"28146",0.3,"Ideal","G","VVS2",61.8,56,665,4.31,4.33,2.67 +"28147",0.3,"Ideal","G","VVS2",61.8,57,665,4.29,4.32,2.66 +"28148",0.3,"Ideal","G","VVS2",61.4,57,665,4.29,4.31,2.64 +"28149",0.3,"Ideal","G","VVS2",62.1,55,665,4.32,4.35,2.69 +"28150",0.3,"Ideal","G","VVS2",62.4,57,665,4.27,4.29,2.67 +"28151",0.3,"Ideal","G","VVS2",61,57,665,4.31,4.34,2.64 +"28152",0.3,"Ideal","H","VVS1",62.2,57,665,4.28,4.31,2.67 +"28153",0.3,"Ideal","H","VVS1",61.1,58,665,4.33,4.35,2.65 +"28154",0.3,"Ideal","H","VVS1",62.3,57,665,4.26,4.28,2.66 +"28155",0.3,"Ideal","H","VVS1",61.4,56,665,4.32,4.35,2.66 +"28156",0.3,"Ideal","H","VVS1",62.3,57,665,4.27,4.3,2.67 +"28157",0.3,"Ideal","H","VVS1",62,56,665,4.29,4.32,2.67 +"28158",0.3,"Ideal","H","VVS1",62.3,55,665,4.3,4.33,2.69 +"28159",0.3,"Ideal","H","VVS1",61.8,55,665,4.34,4.37,2.69 +"28160",0.3,"Ideal","H","VVS1",61.9,57,665,4.3,4.33,2.67 +"28161",0.3,"Ideal","H","VVS1",61.3,57,665,4.32,4.36,2.66 +"28162",0.3,"Ideal","H","VVS1",61.9,58,665,4.27,4.29,2.65 +"28163",0.3,"Ideal","H","VVS1",61.6,57,665,4.3,4.34,2.66 +"28164",0.3,"Ideal","H","VVS1",62.2,56,665,4.28,4.3,2.67 +"28165",0.3,"Ideal","H","VVS1",62.2,55,665,4.3,4.32,2.68 +"28166",0.3,"Ideal","H","VVS1",61.9,57,665,4.29,4.31,2.66 +"28167",0.32,"Ideal","G","VS1",62,55,665,4.43,4.44,2.75 +"28168",0.32,"Ideal","G","VS1",61.6,55,665,4.43,4.5,2.75 +"28169",0.32,"Ideal","G","VS1",61.6,55,665,4.43,4.46,2.74 +"28170",0.28,"Ideal","F","VS1",62,53,665,4.23,4.26,2.63 +"28171",0.39,"Ideal","G","SI1",60.7,57,665,4.69,4.8,2.88 +"28172",0.36,"Good","H","SI1",63.6,57,665,4.53,4.49,2.87 +"28173",0.36,"Premium","H","SI1",61.3,57,665,4.65,4.61,2.84 +"28174",0.36,"Premium","H","SI1",59.3,60,665,4.65,4.62,2.75 +"28175",0.35,"Very Good","E","VS2",61.4,58,665,4.51,4.55,2.78 +"28176",0.35,"Ideal","F","VS1",62.4,55,665,4.49,4.52,2.81 +"28177",0.3,"Very Good","D","VS1",58,62,666,4.44,4.45,2.58 +"28178",0.3,"Very Good","D","VS1",60.1,58,666,4.35,4.37,2.62 +"28179",0.41,"Ideal","G","SI2",61.9,54,666,4.81,4.78,2.97 +"28180",0.37,"Premium","H","SI1",63,58,666,4.59,4.55,2.88 +"28181",0.37,"Premium","I","VS2",61.1,59,666,4.65,4.58,2.82 +"28182",0.37,"Premium","I","VS2",61.6,60,666,4.61,4.58,2.83 +"28183",0.37,"Ideal","I","VS2",61.7,57,666,4.64,4.6,2.85 +"28184",0.37,"Premium","H","SI1",60.4,59,666,4.63,4.58,2.78 +"28185",0.37,"Premium","E","SI2",59.5,61,666,4.7,4.68,2.79 +"28186",0.4,"Premium","D","SI2",61.7,58,666,4.69,4.74,2.91 +"28187",0.4,"Good","D","SI2",63.4,56,666,4.67,4.73,2.98 +"28188",0.4,"Very Good","H","SI1",62.6,57,666,4.66,4.7,2.93 +"28189",0.4,"Premium","D","SI2",60,58,666,4.8,4.84,2.89 +"28190",0.4,"Very Good","H","SI1",62.8,59,666,4.67,4.69,2.94 +"28191",0.4,"Very Good","D","SI2",61.6,59,666,4.68,4.74,2.9 +"28192",0.4,"Good","E","SI2",63.2,57,666,4.66,4.68,2.95 +"28193",0.4,"Premium","D","SI2",61.9,58,666,4.71,4.73,2.92 +"28194",0.4,"Ideal","H","SI1",62,56,666,4.68,4.74,2.92 +"28195",0.4,"Very Good","E","SI2",61.4,57,666,4.68,4.74,2.89 +"28196",0.38,"Premium","G","SI1",60,60,666,4.65,4.72,2.81 +"28197",0.4,"Very Good","E","SI2",62.9,58,666,4.7,4.74,2.97 +"28198",0.4,"Premium","D","SI2",61.1,58,666,4.73,4.76,2.9 +"28199",0.38,"Ideal","G","SI1",62.4,57,666,4.62,4.65,2.89 +"28200",0.4,"Premium","E","SI2",61.4,59,666,4.7,4.75,2.9 +"28201",0.4,"Premium","D","SI2",60.4,59,666,4.8,4.83,2.91 +"28202",0.4,"Very Good","E","SI2",62.9,59,666,4.66,4.69,2.94 +"28203",0.4,"Very Good","H","SI1",62.6,58,666,4.68,4.72,2.94 +"28204",0.4,"Premium","D","SI2",62.2,58,666,4.71,4.75,2.94 +"28205",0.4,"Very Good","D","SI2",62.8,56,666,4.7,4.73,2.96 +"28206",0.38,"Very Good","G","SI1",59.5,62,666,4.67,4.71,2.79 +"28207",0.38,"Ideal","G","SI1",61.3,56,666,4.63,4.67,2.85 +"28208",0.4,"Very Good","H","SI1",62.1,62,666,4.7,4.73,2.93 +"28209",0.4,"Good","I","VS2",63.8,54,666,4.68,4.72,3 +"28210",0.4,"Premium","D","SI2",62.4,58,666,4.69,4.73,2.94 +"28211",0.4,"Ideal","E","SI2",61.2,55,666,4.74,4.77,2.91 +"28212",0.38,"Very Good","G","SI1",61.4,61,666,4.62,4.66,2.85 +"28213",0.4,"Premium","H","SI1",62.7,58,666,4.65,4.69,2.93 +"28214",0.4,"Premium","D","SI2",59.9,60,666,4.74,4.78,2.85 +"28215",0.38,"Good","J","VVS2",63.4,56,666,4.56,4.62,2.91 +"28216",0.38,"Very Good","G","SI1",62.4,59,666,4.59,4.64,2.88 +"28217",0.4,"Very Good","H","SI1",62.9,56,666,4.65,4.7,2.94 +"28218",0.4,"Premium","D","SI2",62.1,60,666,4.69,4.75,2.93 +"28219",0.33,"Ideal","G","VS1",61.6,57,666,4.41,4.45,2.73 +"28220",0.33,"Premium","G","VS1",60.3,59,666,4.44,4.52,2.7 +"28221",0.33,"Very Good","G","VS1",59.7,61,666,4.44,4.47,2.66 +"28222",0.33,"Ideal","F","VS2",60.5,55,666,4.47,4.55,2.73 +"28223",0.33,"Ideal","F","VS2",62.3,56,666,4.41,4.45,2.76 +"28224",0.33,"Premium","G","VS1",61.6,58,666,4.39,4.44,2.72 +"28225",0.33,"Ideal","F","VS2",62.1,55,666,4.45,4.47,2.77 +"28226",0.33,"Good","G","VS1",63.1,57,666,4.38,4.4,2.77 +"28227",0.33,"Ideal","H","VVS2",60.9,57,666,4.48,4.52,2.74 +"28228",0.33,"Premium","G","VS1",60.5,58,666,4.43,4.49,2.7 +"28229",0.33,"Premium","G","VS1",60.8,59,666,4.43,4.45,2.7 +"28230",0.33,"Very Good","F","VS2",61.2,58,666,4.45,4.5,2.74 +"28231",0.33,"Ideal","H","VVS2",62.2,56,666,4.44,4.46,2.77 +"28232",0.33,"Ideal","G","VS1",62.3,54,666,4.45,4.48,2.78 +"28233",0.33,"Ideal","F","VS2",61.9,57,666,4.4,4.42,2.73 +"28234",0.33,"Ideal","F","VS2",61.6,56,666,4.44,4.46,2.74 +"28235",0.33,"Ideal","G","VS1",61.8,56,666,4.42,4.45,2.74 +"28236",0.33,"Ideal","G","VS1",62.3,57,666,4.38,4.42,2.74 +"28237",0.33,"Ideal","F","VS2",62.3,56,666,4.43,4.46,2.77 +"28238",0.33,"Very Good","F","VS2",62.4,57,666,4.39,4.43,2.75 +"28239",0.33,"Ideal","G","VS1",61.4,54,666,4.44,4.48,2.74 +"28240",0.33,"Ideal","F","VS2",61.3,56,666,4.43,4.47,2.73 +"28241",0.33,"Ideal","G","VS1",62.1,56,666,4.4,4.42,2.74 +"28242",0.33,"Premium","H","VVS2",61.6,58,666,4.42,4.45,2.73 +"28243",0.33,"Premium","G","VS1",61.8,59,666,4.39,4.45,2.73 +"28244",0.33,"Very Good","F","VS2",61.9,57,666,4.42,4.44,2.74 +"28245",0.33,"Ideal","H","VVS2",61.7,56,666,4.41,4.44,2.73 +"28246",0.33,"Ideal","H","VVS2",61.9,57,666,4.41,4.44,2.74 +"28247",0.33,"Ideal","G","VS1",61.9,55,666,4.41,4.44,2.74 +"28248",0.33,"Premium","G","VS1",61.6,60,666,4.41,4.46,2.73 +"28249",0.33,"Ideal","G","VS1",62.1,55,666,4.43,4.46,2.76 +"28250",0.33,"Ideal","G","VS1",61.9,56,666,4.44,4.48,2.76 +"28251",0.33,"Premium","F","VS2",60.8,58,666,4.44,4.47,2.71 +"28252",0.33,"Ideal","G","VS1",61.4,55,666,4.44,4.48,2.74 +"28253",0.33,"Premium","F","VS2",62.1,59,666,4.39,4.44,2.74 +"28254",0.33,"Premium","F","VS2",60.1,58,666,4.45,4.47,2.68 +"28255",0.33,"Ideal","F","VS2",62.3,55,666,4.42,4.47,2.77 +"28256",0.33,"Premium","F","VS2",62.1,59,666,4.4,4.45,2.75 +"28257",0.33,"Ideal","G","VS1",62.4,56,666,4.43,4.45,2.77 +"28258",0.33,"Premium","F","VS2",62.2,58,666,4.43,4.44,2.76 +"28259",0.33,"Ideal","H","VVS2",61.9,55,666,4.45,4.47,2.76 +"28260",0.33,"Premium","G","VS1",61.4,59,666,4.43,4.49,2.74 +"28261",0.24,"Very Good","E","VS1",61.5,57,357,3.99,4.07,2.48 +"28262",0.23,"Very Good","D","VS1",61.8,57,357,3.9,3.93,2.42 +"28263",0.25,"Ideal","H","SI1",62.8,54,357,4.05,4.07,2.55 +"28264",0.23,"Good","E","VS2",61.8,63,357,3.88,3.89,2.4 +"28265",0.23,"Good","F","VS2",63.8,57,357,3.93,3.84,2.48 +"28266",0.26,"Ideal","I","VS1",61.9,56,358,4.08,4.16,2.55 +"28267",0.28,"Very Good","H","SI1",61.5,56,360,4.21,4.24,2.6 +"28268",0.3,"Ideal","I","SI2",62,55,360,4.32,4.33,2.68 +"28269",0.27,"Ideal","G","SI2",62.3,55,361,4.14,4.18,2.59 +"28270",0.25,"Good","E","VS1",63.3,60,361,3.99,4.04,2.54 +"28271",0.25,"Fair","E","VS1",55.2,64,361,4.21,4.23,2.33 +"28272",0.32,"Good","D","I1",64,54,361,4.33,4.36,2.78 +"28273",0.23,"Very Good","D","VS2",62.7,58,362,3.86,3.89,2.43 +"28274",0.24,"Very Good","E","VS2",64.1,59,362,3.88,3.92,2.5 +"28275",0.24,"Very Good","E","VS2",60.8,56,362,4.02,4.04,2.45 +"28276",0.26,"Ideal","H","SI2",62.5,53,362,4.09,4.13,2.57 +"28277",0.25,"Ideal","G","SI1",62.3,53,363,4.06,4.09,2.54 +"28278",0.31,"Very Good","J","SI1",61.9,59,363,4.28,4.32,2.66 +"28279",0.31,"Very Good","J","SI1",62.7,59,363,4.29,4.32,2.7 +"28280",0.31,"Premium","J","SI1",60.9,60,363,4.36,4.38,2.66 +"28281",0.31,"Good","J","SI1",63.5,55,363,4.3,4.33,2.74 +"28282",0.24,"Ideal","G","SI1",62.2,54,364,3.97,4,2.48 +"28283",0.23,"Ideal","G","SI1",62,54,364,3.95,3.99,2.46 +"28284",0.23,"Ideal","G","SI1",62.1,53,364,3.93,3.96,2.45 +"28285",0.32,"Premium","J","SI1",62.2,59,365,4.37,4.41,2.73 +"28286",0.33,"Ideal","J","SI2",62.4,54,366,4.43,4.45,2.77 +"28287",0.24,"Very Good","E","VS2",64.5,57,367,3.88,3.93,2.52 +"28288",0.24,"Very Good","D","VS1",61.1,60,367,3.96,3.99,2.43 +"28289",0.3,"Ideal","I","SI2",62.4,54,367,4.32,4.34,2.7 +"28290",0.3,"Ideal","I","SI2",61.9,56,367,4.3,4.32,2.67 +"28291",0.27,"Ideal","I","VS1",62.2,55,432,4.15,4.18,2.59 +"28292",0.27,"Ideal","I","VS1",62.1,54,432,4.16,4.18,2.59 +"28293",0.24,"Ideal","I","VS1",62,56,432,4,4.01,2.48 +"28294",0.3,"Ideal","G","SI1",62.3,56,432,4.29,4.32,2.68 +"28295",0.3,"Ideal","G","SI1",61.6,57,432,4.29,4.34,2.66 +"28296",0.3,"Ideal","G","SI1",62,57,432,4.27,4.31,2.66 +"28297",0.3,"Ideal","G","SI1",60.6,56,432,4.35,4.4,2.65 +"28298",0.24,"Ideal","I","VVS1",62.3,57,432,3.98,3.95,2.47 +"28299",0.24,"Ideal","J","VVS2",62.8,57,432,3.96,3.94,2.48 +"28300",0.3,"Good","H","SI1",63.7,57,432,4.26,4.28,2.72 +"28301",0.32,"Good","I","SI1",63.1,56,432,4.36,4.39,2.76 +"28302",0.32,"Very Good","I","SI1",62.9,58,432,4.33,4.35,2.73 +"28303",0.32,"Ideal","I","SI1",60.7,57,432,4.42,4.47,2.7 +"28304",0.32,"Very Good","I","SI1",62.8,58,432,4.34,4.39,2.74 +"28305",0.3,"Good","H","SI1",63.4,60,432,4.23,4.25,2.69 +"28306",0.3,"Very Good","H","SI1",60.9,59,432,4.29,4.31,2.62 +"28307",0.3,"Very Good","H","SI1",62.9,59,432,4.24,4.28,2.68 +"28308",0.3,"Very Good","H","SI1",62.9,57,432,4.22,4.27,2.67 +"28309",0.3,"Very Good","H","SI1",62.9,58,432,4.24,4.28,2.68 +"28310",0.32,"Good","I","SI1",63.9,55,432,4.34,4.36,2.78 +"28311",0.32,"Premium","I","SI1",61,59,432,4.36,4.39,2.67 +"28312",0.3,"Good","H","SI1",63.3,56,432,4.27,4.29,2.71 +"28313",0.3,"Good","H","SI1",63.1,56,432,4.27,4.29,2.7 +"28314",0.32,"Ideal","I","SI1",62.4,57,432,4.35,4.37,2.72 +"28315",0.32,"Premium","I","SI1",62.7,58,432,4.34,4.37,2.73 +"28316",0.3,"Good","H","SI1",63.8,55,432,4.2,4.26,2.7 +"28317",0.3,"Very Good","H","SI1",60.1,55,432,4.38,4.41,2.64 +"28318",0.3,"Very Good","H","SI1",62.5,57,432,4.25,4.29,2.67 +"28319",0.24,"Premium","H","VVS1",61.2,58,432,3.96,4.01,2.44 +"28320",0.24,"Very Good","H","VVS2",60.7,58,432,4.04,4.07,2.46 +"28321",0.33,"Very Good","G","VS1",62.8,58,666,4.38,4.41,2.76 +"28322",0.33,"Premium","G","VS1",62.3,58,666,4.41,4.45,2.76 +"28323",0.33,"Ideal","F","VS2",62.1,54,666,4.43,4.46,2.76 +"28324",0.33,"Very Good","G","VS1",62,59,666,4.36,4.42,2.72 +"28325",0.33,"Very Good","H","VVS2",62.4,60,666,4.39,4.42,2.75 +"28326",0.33,"Ideal","G","VS1",62.1,55,666,4.43,4.46,2.76 +"28327",0.33,"Premium","G","VS1",61.9,58,666,4.43,4.46,2.75 +"28328",0.33,"Ideal","F","VS2",61.4,57,666,4.45,4.48,2.74 +"28329",0.33,"Ideal","G","VS1",62.1,54,666,4.45,4.47,2.77 +"28330",0.33,"Ideal","F","VS2",61.9,55,666,4.43,4.46,2.75 +"28331",0.33,"Ideal","F","VS2",61.6,55,666,4.45,4.48,2.75 +"28332",0.33,"Ideal","G","VS1",61.9,54,666,4.44,4.48,2.76 +"28333",0.33,"Premium","G","VS1",62.4,59,666,4.41,4.47,2.77 +"28334",0.33,"Ideal","H","VVS2",62.2,54,666,4.44,4.46,2.77 +"28335",0.33,"Premium","G","VS1",61.3,58,666,4.42,4.46,2.72 +"28336",0.33,"Ideal","G","VS1",62.1,54,666,4.42,4.47,2.76 +"28337",0.33,"Premium","G","VS1",61.9,59,666,4.43,4.45,2.75 +"28338",0.33,"Premium","G","VS1",61.3,58,666,4.42,4.45,2.72 +"28339",0.33,"Premium","G","VS1",62.2,58,666,4.39,4.42,2.74 +"28340",0.33,"Very Good","G","VS1",62.9,57,666,4.38,4.43,2.77 +"28341",0.33,"Ideal","F","VS2",62.6,55,666,4.4,4.42,2.76 +"28342",0.33,"Ideal","G","VS1",62.1,56,666,4.4,4.42,2.74 +"28343",0.33,"Good","F","VS2",63.2,56,666,4.39,4.41,2.78 +"28344",0.33,"Ideal","G","VS1",60.1,55,666,4.5,4.55,2.72 +"28345",0.33,"Premium","G","VS1",59.2,59,666,4.51,4.54,2.68 +"28346",0.33,"Ideal","F","VS2",61.2,54,666,4.47,4.49,2.74 +"28347",0.33,"Premium","F","VS2",62.4,58,666,4.37,4.41,2.74 +"28348",0.33,"Ideal","G","VS1",61.7,56,666,4.44,4.47,2.75 +"28349",0.33,"Ideal","G","VS1",61.1,56,666,4.46,4.48,2.73 +"28350",0.33,"Very Good","G","VS1",60.1,61,666,4.44,4.48,2.68 +"28351",0.27,"Very Good","E","VVS1",61.1,55,667,4.18,4.27,2.58 +"28352",0.31,"Very Good","F","VS2",61.4,58.4,667,4.37,4.4,2.69 +"28353",0.41,"Very Good","E","SI1",63.2,57,667,4.69,4.74,2.98 +"28354",0.4,"Very Good","D","SI1",63.4,58,667,4.64,4.67,2.95 +"28355",0.34,"Ideal","H","VVS2",61.7,55,667,4.48,4.5,2.77 +"28356",0.34,"Ideal","H","VVS2",61.2,56,667,4.51,4.54,2.77 +"28357",0.27,"Ideal","F","VVS2",61.2,58,667,4.15,4.19,2.55 +"28358",0.4,"Ideal","I","VS2",62.6,54,667,4.74,4.75,2.97 +"28359",0.4,"Ideal","I","VS2",62.4,53,667,4.75,4.77,2.97 +"28360",0.4,"Ideal","I","VS2",62.3,54,667,4.74,4.77,2.96 +"28361",0.4,"Ideal","I","VS2",62.4,54,667,4.73,4.76,2.96 +"28362",0.4,"Ideal","I","VS2",62.2,55,667,4.73,4.75,2.95 +"28363",0.35,"Ideal","E","SI1",60.7,56,667,4.57,4.59,2.78 +"28364",0.4,"Good","H","SI1",62,61,667,4.69,4.73,2.92 +"28365",0.4,"Good","D","SI1",60.3,61,667,4.74,4.78,2.87 +"28366",0.36,"Ideal","F","SI1",62.7,57,667,4.56,4.53,2.85 +"28367",0.33,"Ideal","D","VS2",60.3,55,667,4.5,4.52,2.72 +"28368",0.33,"Ideal","D","VS2",62.3,54,667,4.43,4.46,2.77 +"28369",0.36,"Very Good","H","VVS2",61.3,55,668,4.58,4.64,2.81 +"28370",0.33,"Very Good","F","VS1",59.3,56,668,4.49,4.55,2.68 +"28371",0.37,"Ideal","G","VS2",62.5,53,668,4.6,4.61,2.88 +"28372",0.37,"Ideal","H","VS1",61.8,55,668,4.63,4.66,2.87 +"28373",0.38,"Ideal","I","SI1",61.5,56,668,4.67,4.7,2.88 +"28374",0.34,"Ideal","I","IF",62.2,53.5,668,4.5,4.52,2.8 +"28375",0.24,"Premium","E","VVS1",60.6,59,668,4.02,4,2.43 +"28376",0.24,"Premium","E","VVS1",60.3,61,668,4.06,4.03,2.44 +"28377",0.24,"Premium","D","VVS2",59.5,62,668,4.06,4.04,2.41 +"28378",0.24,"Premium","D","VVS2",58.8,58,668,4.08,4.05,2.39 +"28379",0.33,"Premium","H","VS2",60.4,60,668,4.52,4.48,2.72 +"28380",0.33,"Premium","I","VS1",61.1,59,668,4.47,4.44,2.72 +"28381",0.33,"Premium","I","VS1",59.5,60,668,4.54,4.5,2.69 +"28382",0.33,"Very Good","I","VS1",63.2,57,668,4.4,4.37,2.77 +"28383",0.33,"Very Good","I","VS1",63.1,56,668,4.4,4.38,2.77 +"28384",0.33,"Premium","I","VS1",62.7,58,668,4.43,4.4,2.77 +"28385",0.33,"Ideal","I","VS1",61.6,57,668,4.46,4.41,2.73 +"28386",0.33,"Premium","I","VS1",61.6,60,668,4.45,4.42,2.73 +"28387",0.33,"Premium","H","VS2",61.3,60,668,4.47,4.44,2.73 +"28388",0.33,"Premium","H","VS2",61.4,58,668,4.49,4.44,2.74 +"28389",0.33,"Ideal","H","VS2",61.2,55,668,4.47,4.45,2.73 +"28390",0.33,"Ideal","H","VS2",60.7,57,668,4.48,4.45,2.71 +"28391",0.33,"Ideal","H","VS2",60.7,57,668,4.5,4.46,2.72 +"28392",0.33,"Premium","H","VS2",62,59,668,4.44,4.4,2.74 +"28393",0.33,"Good","H","VS2",63.8,55,668,4.44,4.4,2.82 +"28394",0.33,"Ideal","H","VS2",62.2,57,668,4.46,4.42,2.76 +"28395",0.33,"Premium","H","VS2",62.3,58,668,4.41,4.38,2.74 +"28396",0.33,"Premium","H","VS2",62.8,59,668,4.44,4.38,2.77 +"28397",0.33,"Premium","H","VS2",61.7,59,668,4.42,4.39,2.72 +"28398",0.33,"Premium","H","VS2",62.4,58,668,4.42,4.39,2.75 +"28399",0.28,"Very Good","E","VVS2",63.2,56,669,4.17,4.21,2.65 +"28400",0.35,"Very Good","E","VS2",60.2,60,669,4.54,4.57,2.74 +"28401",0.29,"Premium","G","VVS1",62,58,669,4.23,4.19,2.61 +"28402",0.35,"Good","G","SI1",63.8,54,669,4.48,4.46,2.85 +"28403",0.35,"Very Good","G","SI1",63.4,56,669,4.5,4.46,2.84 +"28404",0.35,"Ideal","G","SI1",61.3,56,669,4.56,4.54,2.79 +"28405",0.35,"Very Good","D","SI2",63.3,55,669,4.49,4.45,2.83 +"28406",0.35,"Premium","D","SI2",60.8,58,669,4.57,4.51,2.76 +"28407",0.35,"Premium","G","SI1",60.3,60,669,4.59,4.57,2.76 +"28408",0.35,"Premium","D","SI2",62.3,58,669,4.54,4.48,2.81 +"28409",0.35,"Ideal","D","SI2",62.2,56,669,4.55,4.52,2.82 +"28410",0.35,"Ideal","D","SI2",62.4,55,669,4.54,4.53,2.83 +"28411",0.35,"Ideal","D","SI2",61.8,57,669,4.57,4.53,2.81 +"28412",0.35,"Premium","G","SI1",60.6,58,669,4.6,4.58,2.78 +"28413",0.29,"Ideal","E","VVS2",62,55,669,4.25,4.27,2.64 +"28414",0.29,"Ideal","F","VVS1",60.9,57,669,4.29,4.32,2.62 +"28415",0.29,"Ideal","E","VVS1",62.7,55,669,4.2,4.22,2.64 +"28416",0.43,"Good","D","SI2",63.4,57,669,4.78,4.81,3.04 +"28417",0.43,"Good","D","SI2",63.3,57,669,4.79,4.82,3.04 +"28418",0.43,"Good","E","SI2",63.6,55,669,4.8,4.83,3.06 +"28419",0.43,"Good","D","SI2",63.1,59,669,4.8,4.81,3.03 +"28420",0.43,"Ideal","H","SI1",62.1,57,669,4.77,4.83,2.98 +"28421",0.43,"Good","E","SI2",63.4,57,669,4.77,4.82,3.04 +"28422",0.3,"Very Good","D","VS2",62.5,57,670,4.26,4.28,2.67 +"28423",0.42,"Very Good","H","SI1",61.5,54,670,4.87,4.89,3 +"28424",0.38,"Ideal","J","VVS2",61.7,54.6,670,4.65,4.69,2.89 +"28425",0.39,"Ideal","H","VS2",62,54.4,670,4.67,4.72,2.91 +"28426",0.3,"Ideal","D","VS2",62.3,58,670,4.25,4.29,2.66 +"28427",0.3,"Ideal","D","VS2",61.2,57,670,4.29,4.34,2.64 +"28428",0.3,"Ideal","D","VS2",61.4,54,670,4.34,4.39,2.68 +"28429",0.3,"Ideal","D","VS2",60.6,58,670,4.31,4.33,2.62 +"28430",0.3,"Ideal","D","VS2",61.5,58,670,4.27,4.31,2.64 +"28431",0.3,"Ideal","D","VS2",61.4,58,670,4.29,4.31,2.64 +"28432",0.3,"Ideal","D","VS2",61.3,56,670,4.32,4.36,2.66 +"28433",0.3,"Ideal","D","VS2",61.6,56,670,4.31,4.36,2.67 +"28434",0.3,"Ideal","E","VS1",61.9,56,670,4.28,4.31,2.66 +"28435",0.3,"Ideal","E","VS1",61.8,56,670,4.32,4.35,2.68 +"28436",0.3,"Ideal","E","VS1",62.1,57,670,4.3,4.33,2.68 +"28437",0.3,"Ideal","E","VS1",62.1,58,670,4.27,4.3,2.66 +"28438",0.43,"Ideal","I","SI1",62.2,54,670,4.84,4.87,3.02 +"28439",0.3,"Ideal","D","SI1",61.3,57,670,4.34,4.37,2.67 +"28440",0.39,"Very Good","F","SI1",61.3,62,670,4.68,4.71,2.88 +"28441",0.39,"Very Good","E","SI1",59.1,59,670,4.76,4.81,2.83 +"28442",0.43,"Very Good","E","SI2",59.9,57,671,4.88,4.94,2.94 +"28443",0.31,"Ideal","G","VVS2",61.4,57,671,4.38,4.42,2.69 +"28444",0.31,"Ideal","G","VVS2",61.7,57,671,4.36,4.39,2.7 +"28445",0.31,"Ideal","G","VVS2",61.5,57,671,4.32,4.36,2.67 +"28446",0.31,"Ideal","H","VVS1",61.2,58,671,4.35,4.38,2.67 +"28447",0.31,"Ideal","H","VVS1",62,55,671,4.34,4.37,2.7 +"28448",0.31,"Ideal","H","VVS1",60.9,56,671,4.4,4.42,2.69 +"28449",0.31,"Ideal","H","VVS1",61.3,56,671,4.36,4.39,2.68 +"28450",0.37,"Ideal","G","VS2",61.4,56,671,4.63,4.65,2.85 +"28451",0.32,"Ideal","D","VS2",62.1,53,671,4.42,4.44,2.75 +"28452",0.32,"Ideal","D","VS2",61.2,56,671,4.38,4.41,2.69 +"28453",0.38,"Ideal","H","SI1",62,54,671,4.66,4.72,2.91 +"28454",0.41,"Ideal","G","SI1",62.2,56,671,4.75,4.77,2.96 +"28455",0.41,"Very Good","G","SI1",62.8,58,671,4.72,4.74,2.97 +"28456",0.41,"Good","G","SI1",63.4,57,671,4.7,4.73,2.99 +"28457",0.33,"Very Good","G","VVS2",63,56,672,4.42,4.47,2.8 +"28458",0.32,"Very Good","G","VVS2",61.9,57,672,4.39,4.41,2.73 +"28459",0.32,"Very Good","G","VVS2",62.6,54,672,4.37,4.39,2.74 +"28460",0.32,"Very Good","G","VVS2",61.5,54,672,4.4,4.42,2.71 +"28461",0.32,"Very Good","G","VVS2",61.3,57,672,4.39,4.43,2.7 +"28462",0.32,"Very Good","H","VVS1",62.3,56,672,4.35,4.37,2.72 +"28463",0.32,"Very Good","H","VVS1",61.2,57,672,4.39,4.42,2.69 +"28464",0.32,"Very Good","H","VVS1",61.7,56,672,4.4,4.43,2.72 +"28465",0.33,"Very Good","E","VS2",63.1,57,672,4.38,4.43,2.78 +"28466",0.38,"Very Good","F","SI1",61.7,58,672,4.66,4.73,2.89 +"28467",0.39,"Very Good","E","SI2",59.1,56,672,4.76,4.82,2.83 +"28468",0.45,"Ideal","J","VS2",61.4,55,672,4.94,4.97,3.04 +"28469",0.27,"Ideal","G","IF",61,56,672,4.17,4.19,2.55 +"28470",0.32,"Ideal","H","VS1",62.1,55,672,4.4,4.39,2.73 +"28471",0.32,"Ideal","H","VS1",62.7,56,672,4.42,4.39,2.76 +"28472",0.32,"Premium","H","VS1",61.6,59,672,4.39,4.37,2.7 +"28473",0.32,"Premium","G","VS2",58.4,57,672,4.53,4.51,2.64 +"28474",0.32,"Premium","G","VS2",60.1,61,672,4.44,4.41,2.66 +"28475",0.32,"Ideal","G","VS2",62,57,672,4.41,4.37,2.72 +"28476",0.32,"Ideal","G","VS2",62.4,55,672,4.39,4.36,2.73 +"28477",0.32,"Ideal","G","VS2",62.1,56,672,4.4,4.36,2.72 +"28478",0.32,"Premium","E","SI1",60.4,61,672,4.42,4.39,2.66 +"28479",0.32,"Very Good","E","SI1",63.1,54,672,4.41,4.37,2.77 +"28480",0.32,"Premium","E","SI1",61.2,58,672,4.42,4.37,2.69 +"28481",0.32,"Very Good","E","SI1",63.5,56,672,4.38,4.34,2.77 +"28482",0.32,"Very Good","E","SI1",63.1,56,672,4.37,4.34,2.75 +"28483",0.32,"Very Good","E","SI1",63.3,55,672,4.36,4.33,2.75 +"28484",0.32,"Very Good","E","SI1",63.4,56,672,4.34,4.31,2.74 +"28485",0.35,"Premium","E","SI2",59.9,61,672,4.59,4.56,2.74 +"28486",0.34,"Premium","H","VVS1",61.2,58,672,4.48,4.51,2.75 +"28487",0.4,"Good","G","SI2",60.6,55.8,672,4.76,4.82,2.91 +"28488",0.42,"Very Good","D","SI2",62,59,672,4.78,4.83,2.98 +"28489",0.42,"Ideal","J","VVS2",61.7,54,673,4.83,4.86,2.99 +"28490",0.29,"Ideal","G","VVS1",60.2,56,673,4.29,4.33,2.59 +"28491",0.29,"Ideal","G","VVS1",61.5,56,673,4.25,4.28,2.62 +"28492",0.29,"Ideal","G","VVS1",62.4,56,673,4.22,4.24,2.64 +"28493",0.32,"Ideal","G","VS2",62.1,55,673,4.36,4.39,2.71 +"28494",0.3,"Ideal","E","VS2",61.5,55,673,4.3,4.34,2.66 +"28495",0.3,"Ideal","E","VS2",61.8,55,673,4.32,4.33,2.68 +"28496",0.3,"Ideal","F","VS1",61.9,55,673,4.28,4.3,2.66 +"28497",0.3,"Ideal","F","VS1",62.1,56,673,4.29,4.32,2.67 +"28498",0.3,"Ideal","F","VS1",62.4,56,673,4.3,4.32,2.68 +"28499",0.3,"Ideal","E","VS1",62,53,673,4.31,4.33,2.68 +"28500",0.3,"Ideal","E","VS1",61.1,58,673,4.3,4.34,2.64 +"28501",0.4,"Ideal","F","SI2",61.9,57,673,4.71,4.73,2.92 +"28502",0.4,"Ideal","E","SI1",62.2,54,673,4.74,4.78,2.96 +"28503",0.29,"Ideal","G","IF",60.6,57,673,4.28,4.31,2.6 +"28504",0.29,"Ideal","G","IF",61.3,55,673,4.25,4.28,2.61 +"28505",0.29,"Ideal","G","IF",62,56,673,4.23,4.27,2.63 +"28506",0.3,"Ideal","G","VS1",61.1,56,673,4.36,4.35,2.66 +"28507",0.3,"Ideal","G","VS1",61.4,55,673,4.38,4.32,2.67 +"28508",0.3,"Fair","G","VS1",64.4,61,673,4.2,4.16,2.69 +"28509",0.3,"Premium","F","VS2",61.4,55,673,4.37,4.32,2.67 +"28510",0.3,"Premium","F","VS2",58.8,60,673,4.41,4.37,2.58 +"28511",0.3,"Ideal","F","VS2",63,55,673,4.29,4.28,2.7 +"28512",0.3,"Premium","F","VS2",61.8,60,673,4.3,4.27,2.65 +"28513",0.4,"Very Good","G","SI1",61.7,61,673,4.63,4.68,2.87 +"28514",0.36,"Ideal","E","VS2",61.1,57,673,4.56,4.61,2.8 +"28515",0.32,"Premium","I","IF",60.3,58,673,4.41,4.45,2.67 +"28516",0.32,"Ideal","I","IF",60.8,54,673,4.44,4.47,2.71 +"28517",0.31,"Ideal","D","VS1",62,57,673,4.33,4.35,2.69 +"28518",0.32,"Ideal","I","IF",62.2,57,673,4.35,4.37,2.71 +"28519",0.32,"Very Good","I","IF",61.9,59,673,4.37,4.39,2.71 +"28520",0.34,"Very Good","H","VVS2",63.1,57,674,4.41,4.49,2.81 +"28521",0.29,"Very Good","E","VVS2",60.9,57,674,4.29,4.32,2.62 +"28522",0.41,"Very Good","E","SI1",60,58,674,4.79,4.88,2.9 +"28523",0.41,"Ideal","J","VS1",62,53.6,674,4.75,4.79,2.96 +"28524",0.41,"Ideal","J","VS1",62.2,54.5,674,4.75,4.76,2.96 +"28525",0.41,"Ideal","J","VS1",61.6,55.1,674,4.75,4.8,2.95 +"28526",0.31,"Very Good","F","VS1",61.2,55,675,4.35,4.37,2.67 +"28527",0.31,"Very Good","F","VS1",62,56,675,4.32,4.35,2.69 +"28528",0.31,"Very Good","F","VS1",60.9,56,675,4.37,4.38,2.66 +"28529",0.31,"Very Good","F","VS1",60.6,55,675,4.41,4.43,2.67 +"28530",0.38,"Ideal","I","VS2",61.4,55,675,4.66,4.69,2.87 +"28531",0.39,"Ideal","G","SI1",61,55,675,4.75,4.82,2.92 +"28532",0.33,"Ideal","I","IF",62,54,675,4.46,4.48,2.77 +"28533",0.33,"Ideal","I","IF",61.7,55,675,4.45,4.49,2.76 +"28534",0.33,"Ideal","I","IF",61.1,56,675,4.45,4.49,2.73 +"28535",0.42,"Fair","D","SI1",64.7,61,675,4.7,4.73,3.05 +"28536",0.4,"Premium","J","SI1",61.4,58,675,4.79,4.76,2.93 +"28537",0.3,"Very Good","G","VS2",63.5,55,675,4.25,4.22,2.69 +"28538",0.3,"Premium","E","SI1",62.4,58,675,4.28,4.24,2.66 +"28539",0.3,"Premium","E","SI1",62.7,60,675,4.28,4.24,2.67 +"28540",0.3,"Premium","E","SI1",62.5,59,675,4.3,4.28,2.68 +"28541",0.3,"Premium","E","SI1",60.6,58,675,4.34,4.3,2.62 +"28542",0.3,"Premium","E","SI1",59.5,58,675,4.42,4.39,2.62 +"28543",0.3,"Good","E","SI1",63.7,59,675,4.27,4.21,2.7 +"28544",0.3,"Premium","E","SI1",61.8,60,675,4.28,4.23,2.63 +"28545",0.3,"Premium","H","VS1",61.4,59,675,4.33,4.3,2.65 +"28546",0.3,"Premium","I","VVS2",61.8,58,675,4.33,4.28,2.66 +"28547",0.3,"Premium","I","VVS2",61.7,58,675,4.37,4.28,2.67 +"28548",0.3,"Premium","I","VVS2",61,60,675,4.36,4.3,2.64 +"28549",0.3,"Very Good","I","VVS2",60.1,63,675,4.31,4.28,2.58 +"28550",0.3,"Premium","I","VVS2",61.9,61,675,4.32,4.28,2.66 +"28551",0.3,"Premium","H","VS1",61,58,675,4.31,4.28,2.62 +"28552",0.3,"Ideal","H","VS1",62.9,54,675,4.31,4.28,2.7 +"28553",0.3,"Premium","H","VS1",61.3,58,675,4.32,4.29,2.64 +"28554",0.3,"Ideal","H","VS1",62.3,55,675,4.34,4.29,2.69 +"28555",0.3,"Premium","H","VS1",60.1,61,675,4.32,4.3,2.59 +"28556",0.3,"Ideal","H","VS1",61.6,57,675,4.33,4.3,2.66 +"28557",0.3,"Premium","H","VS1",60.4,61,675,4.34,4.3,2.61 +"28558",0.3,"Ideal","H","VS1",61.3,56,675,4.33,4.31,2.65 +"28559",0.3,"Ideal","H","VS1",62.1,54,675,4.35,4.32,2.69 +"28560",0.3,"Ideal","H","VS1",61.4,54,675,4.37,4.33,2.67 +"28561",0.3,"Very Good","H","VS1",63.3,56,675,4.3,4.26,2.71 +"28562",0.3,"Ideal","H","VS1",61.6,55,675,4.3,4.27,2.64 +"28563",0.3,"Premium","H","VS1",60.4,61,675,4.31,4.27,2.59 +"28564",0.3,"Premium","H","VS1",62.5,58,675,4.34,4.27,2.69 +"28565",0.3,"Ideal","H","VS1",62.2,57,675,4.3,4.28,2.67 +"28566",0.3,"Premium","H","VS1",62.6,59,675,4.3,4.26,2.68 +"28567",0.3,"Very Good","H","VS1",63.4,53,675,4.3,4.25,2.71 +"28568",0.3,"Premium","H","VS1",62.3,58,675,4.28,4.26,2.66 +"28569",0.3,"Good","H","VS1",63.9,55,675,4.28,4.26,2.73 +"28570",0.3,"Ideal","H","VS1",62.9,57,675,4.29,4.26,2.69 +"28571",0.3,"Premium","H","VS1",62,58,675,4.28,4.24,2.64 +"28572",0.3,"Very Good","H","VS1",63.2,56,675,4.29,4.25,2.7 +"28573",0.3,"Ideal","H","VS1",62.7,55,675,4.3,4.25,2.68 +"28574",0.3,"Premium","H","VS1",63,58,675,4.28,4.23,2.68 +"28575",0.3,"Premium","H","VS1",62.2,60,675,4.29,4.23,2.65 +"28576",0.3,"Very Good","H","VS1",63.1,57,675,4.26,4.24,2.68 +"28577",0.3,"Ideal","H","VS1",62.5,56,675,4.27,4.24,2.66 +"28578",0.3,"Premium","H","VS1",63,59,675,4.27,4.21,2.67 +"28579",0.3,"Very Good","H","VS1",63.3,57,675,4.25,4.22,2.68 +"28580",0.3,"Ideal","H","VS1",62.9,56,675,4.27,4.22,2.67 +"28581",0.3,"Premium","G","VS2",60.6,60,675,4.34,4.3,2.62 +"28582",0.3,"Premium","G","VS2",60.8,61,675,4.34,4.31,2.63 +"28583",0.3,"Ideal","G","VS2",61.7,56,675,4.35,4.31,2.67 +"28584",0.3,"Ideal","G","VS2",61.4,54,675,4.36,4.31,2.66 +"28585",0.3,"Premium","G","VS2",61.9,58,675,4.33,4.3,2.67 +"28586",0.3,"Good","G","VS2",63.9,55,675,4.28,4.27,2.73 +"28587",0.3,"Ideal","G","VS2",62.3,56,675,4.3,4.27,2.67 +"28588",0.3,"Ideal","G","VS2",62.5,53,675,4.3,4.27,2.68 +"28589",0.3,"Ideal","G","VS2",63,56,675,4.3,4.27,2.7 +"28590",0.3,"Ideal","G","VS2",61.3,56,675,4.3,4.28,2.63 +"28591",0.3,"Ideal","G","VS2",61.3,56,675,4.33,4.28,2.64 +"28592",0.3,"Premium","G","VS2",61.6,60,675,4.33,4.28,2.65 +"28593",0.3,"Ideal","G","VS2",63,55,675,4.31,4.29,2.71 +"28594",0.3,"Ideal","G","VS2",63,55,675,4.31,4.29,2.71 +"28595",0.3,"Premium","G","VS2",60.6,61,675,4.32,4.29,2.61 +"28596",0.3,"Premium","G","VS2",62.2,60,675,4.25,4.24,2.64 +"28597",0.3,"Very Good","G","VS2",63.1,57,675,4.28,4.24,2.69 +"28598",0.3,"Very Good","G","VS2",63.1,56,675,4.28,4.25,2.69 +"28599",0.3,"Very Good","G","VS2",63.5,54,675,4.28,4.25,2.71 +"28600",0.3,"Ideal","G","VS2",62.2,57,675,4.32,4.26,2.67 +"28601",0.3,"Very Good","E","SI1",63.1,53,675,4.32,4.27,2.71 +"28602",0.3,"Premium","E","SI1",61.9,58,675,4.33,4.27,2.66 +"28603",0.3,"Ideal","E","SI1",61.9,57,675,4.33,4.29,2.67 +"28604",0.3,"Premium","E","SI1",59.8,60,675,4.35,4.31,2.59 +"28605",0.3,"Premium","E","SI1",60.6,56,675,4.37,4.35,2.64 +"28606",0.3,"Very Good","E","SI1",63.2,56,675,4.3,4.27,2.71 +"28607",0.3,"Premium","E","SI1",61.3,60,675,4.31,4.27,2.63 +"28608",0.3,"Ideal","E","SI1",62.9,57,675,4.32,4.27,2.7 +"28609",0.3,"Premium","E","SI1",61.7,56,675,4.29,4.27,2.64 +"28610",0.3,"Premium","E","SI1",62.1,60,675,4.29,4.27,2.66 +"28611",0.3,"Ideal","E","SI1",62.9,57,675,4.3,4.25,2.69 +"28612",0.3,"Ideal","E","SI1",62.9,56,675,4.3,4.25,2.69 +"28613",0.3,"Very Good","E","SI1",63.2,57,675,4.3,4.25,2.7 +"28614",0.3,"Ideal","E","SI1",62.9,56,675,4.31,4.24,2.69 +"28615",0.3,"Good","E","SI1",63.8,55,675,4.28,4.25,2.72 +"28616",0.3,"Premium","E","SI1",62.5,60,675,4.27,4.24,2.66 +"28617",0.3,"Good","E","SI1",63.7,58,675,4.27,4.24,2.71 +"28618",0.3,"Premium","E","SI1",61.3,60,675,4.28,4.24,2.61 +"28619",0.3,"Good","E","SI1",63.6,57,675,4.24,4.22,2.69 +"28620",0.3,"Very Good","E","SI1",63.4,56,675,4.25,4.23,2.69 +"28621",0.24,"Premium","H","VVS1",60.8,59,432,4,4.02,2.44 +"28622",0.24,"Very Good","G","VVS1",62.3,59,432,3.92,3.95,2.45 +"28623",0.31,"Very Good","G","SI2",61.7,55,433,4.37,4.4,2.71 +"28624",0.33,"Ideal","H","SI2",61.1,57,433,4.46,4.48,2.73 +"28625",0.33,"Ideal","H","SI2",61.3,55,433,4.48,4.49,2.75 +"28626",0.33,"Ideal","H","SI2",61.4,55,433,4.47,4.49,2.75 +"28627",0.23,"Very Good","H","VVS1",61.6,56,434,3.94,3.97,2.43 +"28628",0.28,"Very Good","E","VS1",62.8,60,434,4.16,4.21,2.63 +"28629",0.26,"Ideal","H","VS2",62.1,55,434,4.08,4.1,2.54 +"28630",0.26,"Ideal","H","VS2",61.3,56,434,4.09,4.13,2.52 +"28631",0.26,"Ideal","I","VS1",62.1,55,434,4.11,4.13,2.56 +"28632",0.32,"Ideal","H","SI2",60.9,56,434,4.41,4.45,2.7 +"28633",0.32,"Ideal","H","SI1",61.5,55,434,4.41,4.43,2.72 +"28634",0.23,"Premium","H","VS1",59.4,61,434,4.05,4,2.39 +"28635",0.33,"Very Good","I","SI1",63,57,434,4.37,4.39,2.76 +"28636",0.33,"Premium","G","SI2",62.6,58,434,4.4,4.42,2.76 +"28637",0.33,"Very Good","J","VS1",62.8,58,434,4.38,4.41,2.76 +"28638",0.33,"Very Good","G","SI2",62.9,55,434,4.41,4.46,2.79 +"28639",0.33,"Very Good","G","SI2",59.4,59,434,4.5,4.52,2.68 +"28640",0.33,"Good","I","SI1",63.6,53,434,4.4,4.43,2.81 +"28641",0.33,"Ideal","G","SI2",61.9,56,434,4.41,4.45,2.74 +"28642",0.33,"Premium","F","SI2",62.3,58,434,4.4,4.43,2.75 +"28643",0.33,"Very Good","J","VS1",61.5,61,434,4.39,4.46,2.72 +"28644",0.33,"Premium","I","SI1",60.4,59,434,4.5,4.54,2.73 +"28645",0.33,"Ideal","J","VS1",62.1,55,434,4.41,4.44,2.75 +"28646",0.33,"Very Good","F","SI2",63,58,434,4.4,4.42,2.78 +"28647",0.29,"Ideal","J","VS1",61.8,56,435,4.23,4.26,2.62 +"28648",0.31,"Ideal","E","SI2",61.7,56,435,4.35,4.4,2.7 +"28649",0.31,"Very Good","E","SI2",60.8,61,435,4.39,4.43,2.68 +"28650",0.31,"Very Good","I","VS2",62.3,57,435,4.32,4.35,2.7 +"28651",0.3,"Ideal","E","SI1",61.6,57,675,4.32,4.29,2.65 +"28652",0.3,"Premium","E","SI1",62.3,58,675,4.32,4.29,2.68 +"28653",0.3,"Premium","E","SI1",60,60,675,4.38,4.36,2.62 +"28654",0.33,"Very Good","E","VS2",60.6,58,675,4.45,4.49,2.71 +"28655",0.32,"Very Good","G","VVS1",60.9,57,676,4.41,4.44,2.69 +"28656",0.35,"Very Good","G","VS1",61.5,60,676,4.51,4.57,2.79 +"28657",0.35,"Ideal","G","VVS2",61.9,57,676,4.49,4.52,2.79 +"28658",0.31,"Ideal","G","VVS1",60.2,58,676,4.37,4.43,2.65 +"28659",0.32,"Ideal","F","VS1",61.3,55,676,4.43,4.46,2.72 +"28660",0.41,"Good","F","SI1",58.4,58,676,4.91,4.96,2.88 +"28661",0.39,"Ideal","E","SI1",62,56,676,4.72,4.65,2.91 +"28662",0.36,"Very Good","E","VS2",60.4,58,677,4.58,4.62,2.78 +"28663",0.31,"Ideal","G","VVS2",62.5,53,677,4.37,4.4,2.74 +"28664",0.31,"Ideal","G","VVS2",61.2,54,677,4.38,4.41,2.69 +"28665",0.31,"Ideal","G","VVS2",62.1,54,677,4.37,4.39,2.72 +"28666",0.4,"Ideal","F","SI2",62.1,54,677,4.75,4.78,2.96 +"28667",0.29,"Ideal","E","SI1",60.4,54,677,4.32,4.36,2.62 +"28668",0.39,"Ideal","E","SI1",60.6,57,677,4.75,4.79,2.89 +"28669",0.32,"Premium","E","VS1",61.3,58,677,4.36,4.39,2.68 +"28670",0.24,"Ideal","F","VVS2",61,56,678,4.05,4.08,2.48 +"28671",0.24,"Ideal","F","VVS2",61.7,55,678,3.99,4.02,2.47 +"28672",0.24,"Ideal","F","VVS2",62,57,678,3.99,4.02,2.48 +"28673",0.24,"Ideal","F","VVS2",62.1,56,678,3.96,3.99,2.46 +"28674",0.24,"Ideal","E","VVS2",61.4,57,678,4,4.04,2.47 +"28675",0.24,"Ideal","E","VVS2",61.6,56,678,4.01,4.04,2.48 +"28676",0.24,"Ideal","F","VVS1",62,56,678,3.99,4.01,2.48 +"28677",0.24,"Ideal","F","VVS1",60.8,55,678,4.03,4.06,2.46 +"28678",0.24,"Ideal","F","VVS1",61.8,55,678,4,4.03,2.48 +"28679",0.24,"Ideal","E","VVS1",60.2,57,678,4.02,4.07,2.44 +"28680",0.24,"Ideal","E","VVS1",61.4,57,678,3.99,4.03,2.46 +"28681",0.24,"Ideal","F","IF",62.9,55,678,3.96,3.98,2.5 +"28682",0.24,"Ideal","F","IF",61.6,57,678,3.97,4,2.45 +"28683",0.24,"Ideal","F","IF",61,57,678,4.04,4.07,2.47 +"28684",0.24,"Ideal","F","IF",60.7,57,678,3.99,4.04,2.43 +"28685",0.3,"Good","G","VVS1",64,57,678,4.23,4.27,2.72 +"28686",0.3,"Good","G","VVS2",62.6,58,678,4.25,4.28,2.67 +"28687",0.36,"Ideal","G","VS1",62.3,57,678,4.55,4.57,2.84 +"28688",0.4,"Good","F","SI1",63.6,59,678,4.64,4.67,2.96 +"28689",0.36,"Very Good","G","VS1",60.6,60,678,4.57,4.61,2.78 +"28690",0.26,"Very Good","F","VVS1",60.8,58,679,4.11,4.18,2.52 +"28691",0.39,"Very Good","I","VS2",60.1,57,679,4.74,4.77,2.86 +"28692",0.31,"Very Good","F","VS1",61,57.5,679,4.37,4.39,2.67 +"28693",0.31,"Very Good","F","VS1",59.7,55,679,4.42,4.46,2.65 +"28694",0.41,"Very Good","F","SI1",62.3,60,679,4.73,4.78,2.96 +"28695",0.43,"Ideal","J","VS1",62.1,55,679,4.84,4.86,3.01 +"28696",0.32,"Ideal","G","VS1",62.4,56,679,4.37,4.38,2.73 +"28697",0.4,"Ideal","E","SI2",61.8,55.2,679,4.75,4.77,2.94 +"28698",0.26,"Good","F","VVS1",64,57,679,4.06,4.03,2.59 +"28699",0.43,"Premium","F","SI2",60.2,60,679,4.85,4.91,2.94 +"28700",0.43,"Very Good","F","SI2",60.5,59,679,4.88,4.91,2.96 +"28701",0.3,"Very Good","G","VVS1",61.9,55,680,4.31,4.32,2.67 +"28702",0.3,"Very Good","G","VVS1",61.1,57,680,4.33,4.37,2.66 +"28703",0.38,"Very Good","I","VS2",61.7,56,680,4.65,4.68,2.88 +"28704",0.41,"Very Good","F","SI1",63.6,57,680,4.72,4.75,3.01 +"28705",0.41,"Very Good","I","SI1",63.3,60,680,4.71,4.64,2.96 +"28706",0.42,"Ideal","J","VS2",61.3,57,680,4.79,4.86,2.96 +"28707",0.38,"Ideal","H","VS2",61.9,56,680,4.63,4.68,2.88 +"28708",0.38,"Ideal","H","SI1",61.5,56,680,4.67,4.69,2.88 +"28709",0.38,"Ideal","E","SI1",60.7,56,680,4.69,4.73,2.86 +"28710",0.38,"Good","E","SI1",58.9,58,680,4.73,4.77,2.8 +"28711",0.23,"Very Good","E","VVS2",63.3,56,680,3.92,3.88,2.47 +"28712",0.23,"Premium","E","VVS2",61.8,58,680,3.94,3.92,2.43 +"28713",0.23,"Premium","E","VVS2",60.9,60,680,3.99,3.96,2.42 +"28714",0.23,"Premium","E","VVS1",58.6,61,680,4.04,4.02,2.36 +"28715",0.23,"Premium","E","VVS1",61.3,60,680,4.01,3.95,2.44 +"28716",0.23,"Premium","E","VVS1",61.1,60,680,4.01,3.95,2.43 +"28717",0.23,"Premium","D","VVS2",60.4,59,680,4,3.95,2.4 +"28718",0.45,"Good","E","SI2",64.1,62,680,4.82,4.75,3.07 +"28719",0.31,"Very Good","E","VS2",62.9,56,680,4.29,4.33,2.71 +"28720",0.31,"Premium","E","VS2",61.6,59,680,4.32,4.35,2.67 +"28721",0.31,"Ideal","E","VS2",61.8,55,680,4.35,4.39,2.7 +"28722",0.31,"Very Good","E","VS2",61.8,59,680,4.3,4.37,2.68 +"28723",0.31,"Premium","E","VS2",62.7,58,680,4.31,4.33,2.71 +"28724",0.31,"Premium","E","VS2",62.6,58,680,4.29,4.33,2.7 +"28725",0.31,"Ideal","E","VS2",61.8,54,680,4.36,4.41,2.71 +"28726",0.31,"Ideal","E","VS2",61.9,55,680,4.36,4.39,2.71 +"28727",0.31,"Very Good","E","VS2",62.8,57,680,4.33,4.37,2.73 +"28728",0.31,"Ideal","E","VS2",61.6,57,680,4.35,4.38,2.69 +"28729",0.31,"Ideal","E","VS2",61.7,56,680,4.31,4.35,2.67 +"28730",0.31,"Ideal","E","VS2",61.6,56,680,4.37,4.4,2.7 +"28731",0.31,"Ideal","E","VS2",60.5,56,680,4.38,4.41,2.66 +"28732",0.31,"Premium","E","VS2",61,58,680,4.37,4.39,2.67 +"28733",0.31,"Ideal","E","VS2",61.5,55,680,4.37,4.41,2.7 +"28734",0.31,"Ideal","E","VS2",61.7,55,680,4.36,4.39,2.7 +"28735",0.31,"Ideal","E","VS2",62,56,680,4.34,4.37,2.7 +"28736",0.31,"Ideal","E","VS2",61.8,56,680,4.34,4.36,2.69 +"28737",0.31,"Ideal","F","VS1",62.1,56,680,4.32,4.35,2.69 +"28738",0.31,"Ideal","E","VS2",61.6,56,680,4.32,4.38,2.68 +"28739",0.31,"Premium","E","VS2",61.3,60,680,4.32,4.39,2.67 +"28740",0.31,"Premium","E","VS2",60.5,60,680,4.34,4.36,2.63 +"28741",0.31,"Ideal","E","VS2",60.8,54,680,4.39,4.4,2.67 +"28742",0.31,"Premium","E","VS2",60,59,680,4.35,4.39,2.62 +"28743",0.31,"Ideal","E","VS2",61.8,55,680,4.33,4.35,2.68 +"28744",0.31,"Ideal","E","VS2",61,54,680,4.37,4.41,2.68 +"28745",0.31,"Ideal","E","VS2",61.7,55,680,4.33,4.36,2.68 +"28746",0.31,"Ideal","E","VS2",61.3,56,680,4.34,4.37,2.67 +"28747",0.31,"Ideal","E","VS2",61.4,54,680,4.33,4.4,2.68 +"28748",0.31,"Ideal","E","VS2",61.8,54,680,4.34,4.37,2.69 +"28749",0.31,"Ideal","E","VS2",61,56,680,4.38,4.41,2.68 +"28750",0.31,"Ideal","E","VS2",61.5,56,680,4.34,4.37,2.68 +"28751",0.31,"Premium","E","VS2",60.3,58,680,4.37,4.42,2.65 +"28752",0.31,"Very Good","E","VS2",62.9,57,680,4.3,4.35,2.72 +"28753",0.31,"Very Good","E","VS2",62.6,56,680,4.3,4.33,2.7 +"28754",0.31,"Ideal","E","VS2",61.4,54,680,4.38,4.41,2.7 +"28755",0.31,"Ideal","E","VS2",61,56,680,4.34,4.38,2.66 +"28756",0.31,"Very Good","E","VS2",61.6,59,680,4.32,4.35,2.67 +"28757",0.31,"Very Good","E","VS2",61,59,680,4.33,4.39,2.66 +"28758",0.31,"Ideal","E","VS2",61.8,55,680,4.37,4.4,2.71 +"28759",0.31,"Ideal","E","VS2",62,55,680,4.33,4.35,2.69 +"28760",0.31,"Very Good","E","VS2",61.7,58,680,4.31,4.34,2.67 +"28761",0.31,"Ideal","E","VS2",60.9,57,680,4.34,4.36,2.65 +"28762",0.31,"Ideal","E","VS2",62.4,54,680,4.31,4.35,2.7 +"28763",0.31,"Ideal","F","VS1",60.6,56,680,4.39,4.42,2.67 +"28764",0.31,"Premium","F","VS1",61.8,60,680,4.35,4.39,2.7 +"28765",0.31,"Premium","E","VS2",60.8,58,680,4.35,4.37,2.65 +"28766",0.31,"Ideal","E","VS2",62,55,680,4.34,4.37,2.7 +"28767",0.31,"Ideal","E","VS2",61.9,55,680,4.34,4.38,2.7 +"28768",0.31,"Premium","E","VS2",60.6,59,680,4.36,4.39,2.65 +"28769",0.31,"Premium","E","VS2",61,59,680,4.35,4.37,2.66 +"28770",0.31,"Ideal","E","VS2",62.3,57,680,4.32,4.35,2.7 +"28771",0.31,"Ideal","E","VS2",61.9,55,680,4.34,4.39,2.7 +"28772",0.33,"Very Good","D","VS2",62.5,59,681,4.39,4.41,2.75 +"28773",0.33,"Very Good","G","VS1",61.3,57,681,4.47,4.49,2.75 +"28774",0.33,"Very Good","G","VS1",60.8,57,681,4.5,4.51,2.74 +"28775",0.43,"Very Good","F","SI2",61.6,59,681,4.8,4.84,2.97 +"28776",0.32,"Ideal","H","VVS1",61.6,54.9,681,4.4,4.43,2.72 +"28777",0.33,"Ideal","D","VS2",61.8,54,681,4.43,4.47,2.75 +"28778",0.34,"Ideal","G","VS1",62,55,681,4.47,4.5,2.78 +"28779",0.39,"Good","F","VS2",64.3,55,681,4.56,4.64,2.96 +"28780",0.4,"Good","H","SI1",60.2,63,681,4.7,4.73,2.84 +"28781",0.33,"Ideal","E","VS2",59.3,58,681,4.53,4.51,2.68 +"28782",0.37,"Premium","I","VVS1",61.6,59,681,4.62,4.66,2.86 +"28783",0.37,"Very Good","D","SI1",62.3,56,681,4.61,4.64,2.88 +"28784",0.37,"Ideal","D","SI1",61.5,57,681,4.6,4.63,2.84 +"28785",0.37,"Good","E","VS2",63.5,56,681,4.55,4.59,2.9 +"28786",0.37,"Very Good","D","SI1",62.2,58,681,4.58,4.62,2.86 +"28787",0.37,"Premium","D","SI1",61.9,59,681,4.62,4.65,2.87 +"28788",0.37,"Premium","D","SI1",60.4,59,681,4.62,4.68,2.81 +"28789",0.37,"Good","D","SI1",63.7,55,681,4.55,4.59,2.91 +"28790",0.37,"Very Good","D","SI1",61,62,681,4.61,4.64,2.82 +"28791",0.37,"Premium","I","VVS1",62.4,58,681,4.55,4.58,2.85 +"28792",0.3,"Very Good","D","VS1",59.7,58,681,4.39,4.32,2.6 +"28793",0.37,"Premium","D","SI1",62.7,58,681,4.55,4.58,2.86 +"28794",0.27,"Very Good","F","VVS2",61.3,57,682,4.14,4.18,2.54 +"28795",0.27,"Very Good","F","VVS2",61.8,57,682,4.15,4.17,2.57 +"28796",0.27,"Very Good","F","VVS2",61.8,56,682,4.19,4.2,2.6 +"28797",0.27,"Very Good","F","VVS2",61.2,57,682,4.14,4.17,2.54 +"28798",0.27,"Very Good","F","VVS1",61.8,56,682,4.15,4.17,2.57 +"28799",0.3,"Very Good","F","VVS1",62.5,56,682,4.27,4.31,2.68 +"28800",0.27,"Very Good","F","VVS1",61.8,56,682,4.17,4.19,2.58 +"28801",0.27,"Very Good","E","VVS1",61.3,57,682,4.15,4.18,2.55 +"28802",0.27,"Very Good","E","VVS1",62.3,56,682,4.16,4.19,2.6 +"28803",0.23,"Very Good","E","VVS1",59.9,55,682,3.99,4.13,2.43 +"28804",0.4,"Very Good","G","SI1",61.9,55,682,4.71,4.75,2.93 +"28805",0.37,"Ideal","G","VS2",60.3,56,682,4.67,4.7,2.83 +"28806",0.33,"Ideal","E","VS2",62.4,54,682,4.44,4.47,2.78 +"28807",0.31,"Ideal","E","VS1",60.5,60,682,4.37,4.39,2.65 +"28808",0.42,"Ideal","G","SI2",61.5,56,682,4.83,4.79,2.96 +"28809",0.32,"Ideal","E","SI1",61.5,55,682,4.4,4.44,2.72 +"28810",0.3,"Good","F","VVS1",61.1,61,682,4.29,4.32,2.63 +"28811",0.38,"Premium","I","VS2",62.4,56,682,4.65,4.58,2.88 +"28812",0.4,"Good","E","SI1",64.2,56,682,4.66,4.69,3 +"28813",0.32,"Very Good","F","VVS2",63.2,52,683,4.38,4.39,2.77 +"28814",0.41,"Ideal","I","VS2",61.5,55,683,4.79,4.83,2.96 +"28815",0.39,"Ideal","G","SI2",62,55,683,4.69,4.73,2.92 +"28816",0.41,"Ideal","H","SI1",61.2,56,683,4.77,4.81,2.93 +"28817",0.31,"Premium","D","VS1",59.6,58,683,4.38,4.41,2.62 +"28818",0.31,"Ideal","D","VS1",62,54,683,4.35,4.36,2.7 +"28819",0.31,"Ideal","D","VS1",61.8,55,683,4.34,4.36,2.69 +"28820",0.31,"Ideal","D","VS1",62.1,57,683,4.32,4.35,2.69 +"28821",0.31,"Ideal","D","VS1",60.5,55,683,4.39,4.43,2.67 +"28822",0.41,"Very Good","H","SI1",62.6,59,683,4.72,4.77,2.97 +"28823",0.41,"Good","H","SI1",63.8,56,683,4.69,4.74,3.01 +"28824",0.41,"Premium","D","SI2",62.3,58,683,4.74,4.77,2.96 +"28825",0.41,"Premium","H","SI1",61.7,60,683,4.71,4.75,2.92 +"28826",0.41,"Very Good","H","SI1",62.8,56,683,4.72,4.77,2.98 +"28827",0.41,"Premium","E","SI2",60,59,683,4.78,4.82,2.88 +"28828",0.41,"Premium","D","SI2",61.9,58,683,4.71,4.73,2.92 +"28829",0.41,"Very Good","E","SI2",62.8,57,683,4.7,4.73,2.96 +"28830",0.41,"Ideal","E","SI2",59.8,55,683,4.81,4.93,2.91 +"28831",0.41,"Very Good","H","SI1",60,61,683,4.77,4.83,2.88 +"28832",0.41,"Premium","E","SI2",61.3,59,683,4.8,4.85,2.96 +"28833",0.41,"Very Good","E","SI2",61.3,57,683,4.79,4.83,2.95 +"28834",0.41,"Ideal","H","SI1",61.2,57,683,4.76,4.78,2.92 +"28835",0.41,"Ideal","E","SI2",60.7,57,683,4.81,4.85,2.93 +"28836",0.41,"Premium","D","SI2",62,58,683,4.74,4.78,2.95 +"28837",0.41,"Very Good","H","SI1",62.9,58,683,4.72,4.73,2.97 +"28838",0.41,"Premium","D","SI2",62.3,58,683,4.73,4.77,2.96 +"28839",0.41,"Good","H","SI1",63.3,56,683,4.71,4.74,2.99 +"28840",0.41,"Ideal","D","SI2",62.3,57,683,4.75,4.78,2.97 +"28841",0.41,"Ideal","D","SI2",62.7,55,683,4.72,4.75,2.97 +"28842",0.41,"Very Good","E","SI2",62.9,58,683,4.72,4.75,2.98 +"28843",0.41,"Very Good","E","SI2",61.9,55,683,4.77,4.8,2.96 +"28844",0.41,"Very Good","H","SI1",62.9,55,683,4.75,4.82,3.01 +"28845",0.41,"Ideal","H","SI1",62.6,55,683,4.77,4.79,2.99 +"28846",0.41,"Very Good","E","SI2",62.9,58,683,4.74,4.77,2.99 +"28847",0.41,"Premium","D","SI2",62.4,60,683,4.71,4.77,2.96 +"28848",0.41,"Very Good","H","SI1",62.4,56,683,4.74,4.78,2.97 +"28849",0.41,"Premium","H","SI1",62,59,683,4.78,4.8,2.97 +"28850",0.41,"Premium","D","SI2",61.2,59,683,4.77,4.8,2.93 +"28851",0.41,"Very Good","D","SI2",62.7,58,683,4.75,4.78,2.99 +"28852",0.41,"Ideal","D","SI2",61,56,683,4.78,4.83,2.93 +"28853",0.41,"Ideal","D","SI2",62.6,55,683,4.76,4.8,2.99 +"28854",0.41,"Very Good","H","SI1",61.4,60,683,4.73,4.78,2.92 +"28855",0.41,"Premium","H","SI1",60.9,60,683,4.79,4.83,2.93 +"28856",0.41,"Premium","E","SI2",62.1,58,683,4.73,4.77,2.95 +"28857",0.41,"Premium","H","SI1",60.5,58,683,4.81,4.85,2.92 +"28858",0.41,"Ideal","E","SI2",61.9,57,683,4.76,4.8,2.96 +"28859",0.4,"Very Good","E","SI1",59.8,61,684,4.76,4.81,2.86 +"28860",0.3,"Ideal","F","VVS2",62.2,55,684,4.29,4.33,2.68 +"28861",0.3,"Ideal","F","VVS2",62.3,54,684,4.32,4.35,2.7 +"28862",0.31,"Ideal","G","VS2",61.1,55,684,4.39,4.41,2.69 +"28863",0.36,"Ideal","F","VS2",62,54,684,4.58,4.61,2.85 +"28864",0.36,"Ideal","H","SI1",61.4,56,684,4.56,4.59,2.81 +"28865",0.4,"Ideal","E","SI1",63.2,56,684,4.66,4.71,2.96 +"28866",0.37,"Good","H","SI1",64,55,684,4.57,4.53,2.91 +"28867",0.37,"Very Good","H","SI1",63.2,57,684,4.58,4.54,2.88 +"28868",0.32,"Premium","F","SI1",62.3,55,684,4.44,4.39,2.75 +"28869",0.37,"Ideal","H","SI1",59.7,56,684,4.71,4.67,2.8 +"28870",0.32,"Premium","F","SI1",60,59,684,4.45,4.42,2.66 +"28871",0.32,"Premium","F","SI1",59.3,58,684,4.5,4.47,2.66 +"28872",0.32,"Premium","F","SI1",62.7,57,684,4.4,4.37,2.75 +"28873",0.32,"Premium","J","IF",61.2,59,684,4.44,4.41,2.71 +"28874",0.32,"Ideal","J","IF",62.2,55,684,4.44,4.4,2.75 +"28875",0.32,"Ideal","J","IF",62.2,56,684,4.41,4.37,2.73 +"28876",0.31,"Ideal","D","SI1",62,56,684,4.39,4.35,2.71 +"28877",0.31,"Ideal","D","SI1",62.5,53,684,4.37,4.34,2.72 +"28878",0.31,"Ideal","D","SI1",61.2,57,684,4.38,4.34,2.67 +"28879",0.31,"Premium","D","SI1",60.6,59,684,4.39,4.35,2.65 +"28880",0.31,"Ideal","D","SI1",61.8,57,684,4.37,4.33,2.69 +"28881",0.31,"Good","D","SI1",63.8,57,684,4.33,4.29,2.75 +"28882",0.39,"Premium","I","SI2",61,58,684,4.75,4.7,2.88 +"28883",0.32,"Very Good","F","SI1",63.2,55,684,4.4,4.37,2.77 +"28884",0.44,"Good","E","SI2",63.2,59,684,4.8,4.85,3.05 +"28885",0.3,"Ideal","G","VVS2",62,57,684,4.29,4.32,2.67 +"28886",0.3,"Ideal","G","VVS1",61.7,57,684,4.31,4.34,2.67 +"28887",0.3,"Very Good","H","VVS1",63,54,684,4.27,4.3,2.7 +"28888",0.3,"Good","G","VVS2",63.2,57,684,4.24,4.27,2.69 +"28889",0.36,"Premium","E","VS2",62.5,58,684,4.52,4.57,2.84 +"28890",0.3,"Very Good","G","VVS2",63,57,684,4.28,4.32,2.71 +"28891",0.3,"Very Good","G","VVS2",62.3,59,684,4.25,4.29,2.66 +"28892",0.3,"Very Good","G","VVS2",61.8,59,684,4.22,4.26,2.62 +"28893",0.3,"Premium","H","VVS1",61.8,58,684,4.32,4.36,2.68 +"28894",0.3,"Premium","G","VVS2",62,60,684,4.25,4.33,2.66 +"28895",0.3,"Very Good","G","VVS2",62.7,56,684,4.24,4.31,2.68 +"28896",0.3,"Very Good","G","VVS2",61.3,58,684,4.28,4.34,2.64 +"28897",0.3,"Good","G","VVS2",63.3,57,684,4.23,4.27,2.69 +"28898",0.3,"Premium","G","VVS2",61.2,59,684,4.31,4.35,2.65 +"28899",0.3,"Good","G","VVS2",63.8,57,684,4.24,4.26,2.71 +"28900",0.3,"Ideal","G","VVS2",61.5,57,684,4.29,4.33,2.65 +"28901",0.3,"Very Good","H","VVS1",62.2,58,684,4.26,4.29,2.66 +"28902",0.3,"Very Good","G","VVS2",62.8,60,684,4.25,4.28,2.68 +"28903",0.3,"Very Good","G","VVS2",61.6,60,684,4.24,4.27,2.62 +"28904",0.3,"Good","H","VVS1",63.3,55,684,4.29,4.34,2.73 +"28905",0.3,"Very Good","H","VVS1",62.6,60,684,4.21,4.26,2.65 +"28906",0.3,"Ideal","G","VVS2",60.9,57,684,4.32,4.35,2.64 +"28907",0.3,"Very Good","H","VVS1",61.3,61,684,4.26,4.29,2.62 +"28908",0.3,"Very Good","H","VVS1",62,59,684,4.26,4.29,2.65 +"28909",0.3,"Good","G","VVS2",63.5,56,684,4.29,4.34,2.74 +"28910",0.39,"Very Good","G","SI1",62.4,58,684,4.67,4.72,2.93 +"28911",0.3,"Premium","G","VVS2",62.6,58,684,4.27,4.29,2.68 +"28912",0.3,"Very Good","G","VVS2",60.6,58,684,4.35,4.36,2.64 +"28913",0.3,"Ideal","G","VVS2",61.1,57,684,4.32,4.35,2.65 +"28914",0.3,"Very Good","H","VVS1",63,56,684,4.24,4.27,2.68 +"28915",0.36,"Ideal","E","VS2",61.7,57,684,4.55,4.59,2.82 +"28916",0.3,"Good","H","VVS1",63.3,60,684,4.22,4.25,2.68 +"28917",0.3,"Premium","G","VVS2",62,58,684,4.26,4.29,2.65 +"28918",0.3,"Ideal","G","VVS2",61.5,56,684,4.31,4.34,2.66 +"28919",0.3,"Very Good","H","VVS1",63,58,684,4.22,4.25,2.67 +"28920",0.3,"Good","G","VVS2",63.8,56,684,4.27,4.29,2.73 +"28921",0.3,"Ideal","H","VVS1",62,55,684,4.3,4.34,2.68 +"28922",0.3,"Good","G","VVS2",63.5,54,684,4.25,4.26,2.7 +"28923",0.3,"Ideal","H","VVS1",62.4,53,684,4.28,4.31,2.68 +"28924",0.3,"Ideal","H","VVS1",61.9,55,684,4.32,4.34,2.68 +"28925",0.39,"Very Good","G","SI1",61.7,57,684,4.77,4.7,2.92 +"28926",0.3,"Ideal","G","VVS2",61.5,55,684,4.3,4.32,2.65 +"28927",0.3,"Premium","G","VVS2",61.2,58,684,4.32,4.34,2.65 +"28928",0.3,"Good","G","VVS2",63.6,57,684,4.26,4.3,2.72 +"28929",0.3,"Very Good","G","VVS2",62.1,59,684,4.23,4.27,2.64 +"28930",0.3,"Very Good","G","VVS2",61.3,57,684,4.29,4.33,2.64 +"28931",0.3,"Premium","G","VVS2",61.9,59,684,4.25,4.28,2.64 +"28932",0.3,"Good","G","VVS2",63.2,57,684,4.23,4.28,2.69 +"28933",0.3,"Premium","G","VVS2",61,60,684,4.3,4.32,2.63 +"28934",0.3,"Very Good","H","VVS1",62.5,59,684,4.26,4.29,2.67 +"28935",0.3,"Premium","G","VVS2",60.8,58,684,4.34,4.38,2.65 +"28936",0.3,"Premium","G","VVS2",62.2,59,684,4.28,4.31,2.67 +"28937",0.3,"Good","E","VVS2",63.2,59,684,4.27,4.28,2.7 +"28938",0.3,"Good","H","VVS1",63.4,55,684,4.28,4.3,2.72 +"28939",0.3,"Very Good","G","VVS2",62.9,55,684,4.3,4.32,2.71 +"28940",0.3,"Premium","H","VVS1",62.7,59,684,4.29,4.32,2.7 +"28941",0.3,"Good","H","VVS1",63.3,59,684,4.22,4.28,2.69 +"28942",0.3,"Ideal","G","VVS2",62.7,57,684,4.26,4.29,2.68 +"28943",0.3,"Very Good","G","VVS2",62.9,55,684,4.24,4.28,2.68 +"28944",0.3,"Ideal","G","VVS2",62.2,55,684,4.29,4.33,2.68 +"28945",0.3,"Good","H","VVS1",63.4,57,684,4.27,4.31,2.72 +"28946",0.3,"Good","G","VVS2",63.1,56,684,4.2,4.23,2.66 +"28947",0.3,"Ideal","G","VVS2",60.6,57,684,4.33,4.35,2.63 +"28948",0.3,"Ideal","G","VVS2",62.7,57,684,4.26,4.32,2.69 +"28949",0.3,"Premium","H","VVS1",62.3,58,684,4.29,4.32,2.68 +"28950",0.32,"Very Good","G","VVS1",60.6,57,685,4.46,4.48,2.71 +"28951",0.31,"Very Good","E","SI2",61.2,61,435,4.36,4.37,2.67 +"28952",0.31,"Good","I","VS2",63.1,54,435,4.31,4.34,2.73 +"28953",0.31,"Good","H","SI1",63.6,57,435,4.28,4.31,2.73 +"28954",0.31,"Very Good","H","SI1",62.9,56,435,4.27,4.31,2.7 +"28955",0.25,"Very Good","F","VS1",61.2,59,435,4.02,4.05,2.47 +"28956",0.25,"Premium","E","VS1",61.5,60,435,4.02,4.04,2.48 +"28957",0.31,"Good","I","VS2",63.2,55,435,4.3,4.4,2.75 +"28958",0.31,"Premium","I","VS2",61.1,58,435,4.36,4.38,2.67 +"28959",0.25,"Premium","E","VS1",60.7,59,435,4.11,4.13,2.5 +"28960",0.31,"Very Good","I","VS2",60.8,60,435,4.37,4.42,2.67 +"28961",0.31,"Ideal","I","VS2",59.9,57,435,4.38,4.4,2.63 +"28962",0.31,"Very Good","I","VS2",60.7,61,435,4.32,4.34,2.63 +"28963",0.31,"Premium","I","VS2",59.9,60,435,4.41,4.44,2.65 +"28964",0.31,"Very Good","H","SI1",61.7,59,435,4.36,4.39,2.7 +"28965",0.31,"Premium","H","SI1",62.7,58,435,4.31,4.34,2.71 +"28966",0.31,"Ideal","E","SI2",60.1,57,435,4.41,4.44,2.66 +"28967",0.31,"Very Good","H","SI1",62.4,57,435,4.31,4.35,2.7 +"28968",0.31,"Premium","I","VS2",62.3,60,435,4.31,4.32,2.69 +"28969",0.31,"Premium","G","VS2",61.8,58,435,4.35,4.39,2.7 +"28970",0.31,"Premium","E","SI2",60.9,60,435,4.35,4.38,2.66 +"28971",0.31,"Very Good","H","SI1",58.7,60,435,4.43,4.47,2.61 +"28972",0.31,"Very Good","H","SI1",61,61,435,4.33,4.39,2.66 +"28973",0.25,"Good","F","VS1",63.6,57,435,4.01,4.04,2.56 +"28974",0.31,"Very Good","H","SI1",62.8,58,435,4.28,4.32,2.7 +"28975",0.31,"Premium","I","VS2",59.8,60,435,4.38,4.42,2.63 +"28976",0.31,"Ideal","E","SI2",61.3,55,435,4.34,4.37,2.67 +"28977",0.31,"Premium","I","VS2",60.8,58,435,4.34,4.37,2.65 +"28978",0.31,"Good","H","VS1",57.5,60,435,4.46,4.51,2.58 +"28979",0.25,"Very Good","E","VS2",63.3,56,436,4.01,4.05,2.55 +"28980",0.25,"Very Good","F","VS1",62.1,58,436,4,4.05,2.5 +"28981",0.38,"Very Good","F","VS2",61.3,57,685,4.67,4.7,2.87 +"28982",0.31,"Ideal","E","VS1",61.9,54.4,685,4.33,4.37,2.69 +"28983",0.38,"Ideal","E","SI1",62.1,55,685,4.64,4.67,2.89 +"28984",0.31,"Ideal","D","VS2",59.4,57,685,4.45,4.5,2.66 +"28985",0.35,"Very Good","D","VS2",62.8,58,685,4.47,4.51,2.82 +"28986",0.41,"Good","E","SI1",63.1,57,685,4.71,4.73,2.98 +"28987",0.41,"Ideal","I","VS1",61.9,55,685,4.78,4.82,2.97 +"28988",0.41,"Good","F","SI1",63.1,56,685,4.69,4.73,2.97 +"28989",0.33,"Ideal","E","VS1",60.6,57,686,4.49,4.52,2.73 +"28990",0.42,"Ideal","G","SI2",62.3,55,686,4.8,4.83,3 +"28991",0.34,"Premium","F","VS2",59.2,60,686,4.56,4.6,2.71 +"28992",0.34,"Ideal","F","VS2",62.1,55,686,4.47,4.51,2.79 +"28993",0.34,"Very Good","F","VS2",62.9,58,686,4.44,4.46,2.8 +"28994",0.34,"Ideal","F","VS2",61,57,686,4.48,4.5,2.74 +"28995",0.34,"Ideal","F","VS2",62.1,56,686,4.45,4.47,2.77 +"28996",0.34,"Premium","F","VS2",62.6,58,686,4.46,4.49,2.8 +"28997",0.34,"Ideal","F","VS2",62.1,56,686,4.47,4.51,2.79 +"28998",0.34,"Good","G","VS1",63.1,57,686,4.4,4.45,2.79 +"28999",0.34,"Premium","F","VS2",61.2,59,686,4.49,4.53,2.76 +"29000",0.34,"Ideal","F","VS2",62.6,54,686,4.46,4.48,2.8 +"29001",0.34,"Ideal","F","VS2",62.5,55,686,4.48,4.51,2.81 +"29002",0.34,"Ideal","F","VS2",61.6,57,686,4.47,4.53,2.77 +"29003",0.34,"Premium","F","VS2",62.6,59,686,4.44,4.48,2.79 +"29004",0.34,"Very Good","H","VVS2",62.7,59,686,4.43,4.47,2.79 +"29005",0.34,"Very Good","F","VS2",62.9,55,686,4.46,4.48,2.81 +"29006",0.34,"Ideal","H","VVS2",62.2,55,686,4.48,4.49,2.79 +"29007",0.34,"Premium","F","VS2",60.7,60,686,4.46,4.5,2.72 +"29008",0.34,"Very Good","F","VS2",62.3,57,686,4.44,4.48,2.78 +"29009",0.34,"Premium","F","VS2",61.2,59,686,4.47,4.52,2.75 +"29010",0.34,"Very Good","H","VVS2",63,55,686,4.44,4.48,2.81 +"29011",0.34,"Very Good","G","VS1",61.7,60,686,4.45,4.49,2.76 +"29012",0.34,"Ideal","H","VVS2",61.8,54,686,4.47,4.49,2.77 +"29013",0.34,"Very Good","H","VVS2",61.4,58,686,4.46,4.5,2.75 +"29014",0.34,"Very Good","G","VS1",60.4,61,686,4.48,4.53,2.72 +"29015",0.39,"Ideal","J","VVS2",62,54.5,687,4.67,4.7,2.9 +"29016",0.31,"Ideal","G","VVS2",61.3,56,687,4.37,4.41,2.69 +"29017",0.31,"Ideal","G","VVS2",61.5,56,687,4.38,4.4,2.7 +"29018",0.31,"Ideal","G","VVS2",61.8,54,687,4.36,4.38,2.7 +"29019",0.31,"Ideal","G","VVS2",61.8,56,687,4.37,4.4,2.71 +"29020",0.31,"Ideal","G","VVS2",60.9,56,687,4.4,4.43,2.69 +"29021",0.31,"Ideal","G","VVS2",62.2,54,687,4.35,4.39,2.72 +"29022",0.31,"Ideal","G","VVS2",62.1,54,687,4.38,4.41,2.73 +"29023",0.31,"Ideal","G","VVS2",62.4,54,687,4.37,4.38,2.73 +"29024",0.31,"Ideal","G","VVS2",60.8,56,687,4.41,4.44,2.69 +"29025",0.3,"Ideal","G","VVS2",62.5,53.8,687,4.26,4.3,2.68 +"29026",0.33,"Ideal","H","VVS1",61.4,53,687,4.5,4.55,2.78 +"29027",0.31,"Ideal","H","VVS1",61.6,55,687,4.37,4.4,2.7 +"29028",0.31,"Ideal","H","VVS1",61.9,55,687,4.38,4.41,2.72 +"29029",0.31,"Ideal","H","VVS1",62.6,53,687,4.35,4.41,2.74 +"29030",0.31,"Ideal","H","VVS1",61.6,55,687,4.37,4.4,2.7 +"29031",0.31,"Ideal","H","VVS1",62.3,54,687,4.37,4.4,2.73 +"29032",0.31,"Ideal","H","VVS1",62.2,54,687,4.34,4.37,2.71 +"29033",0.31,"Ideal","H","VVS1",62.3,53,687,4.35,4.38,2.72 +"29034",0.31,"Ideal","H","VVS1",62,54,687,4.34,4.37,2.7 +"29035",0.31,"Ideal","H","VVS1",61.4,54,687,4.4,4.43,2.71 +"29036",0.24,"Ideal","D","VS1",62.6,57,687,3.92,4,2.48 +"29037",0.42,"Good","G","SI1",63.1,56,687,4.75,4.79,3.01 +"29038",0.4,"Good","E","SI1",63.8,56,687,4.7,4.74,3.01 +"29039",0.4,"Good","E","SI1",63.7,57,687,4.66,4.69,2.98 +"29040",0.4,"Good","E","SI1",63.2,56,687,4.69,4.74,2.98 +"29041",0.42,"Very Good","G","SI1",61.6,61,687,4.79,4.82,2.96 +"29042",0.4,"Good","E","SI1",63.5,55,687,4.67,4.71,2.98 +"29043",0.42,"Premium","G","SI1",62.7,58,687,4.75,4.79,2.99 +"29044",0.4,"Good","F","SI1",63.6,56,687,4.63,4.68,2.96 +"29045",0.42,"Ideal","E","SI2",62.7,55.2,687,4.78,4.79,3 +"29046",0.4,"Very Good","E","SI1",61.4,58,687,4.77,4.81,2.94 +"29047",0.4,"Good","E","SI1",63.9,58,687,4.63,4.67,2.97 +"29048",0.4,"Good","I","VS1",63.5,55,687,4.67,4.71,2.98 +"29049",0.4,"Very Good","E","SI1",62.9,59,687,4.69,4.72,2.96 +"29050",0.4,"Premium","E","SI1",61,59,687,4.71,4.74,2.88 +"29051",0.4,"Very Good","E","SI1",62.2,62,687,4.66,4.69,2.91 +"29052",0.4,"Very Good","F","SI1",62.1,57,687,4.65,4.69,2.9 +"29053",0.42,"Very Good","G","SI1",63,55,687,4.77,4.81,3.02 +"29054",0.4,"Good","E","SI1",63.2,58,687,4.66,4.7,2.96 +"29055",0.42,"Very Good","G","SI1",60.6,62,687,4.82,4.85,2.93 +"29056",0.4,"Good","E","SI1",63.6,57,687,4.65,4.69,2.97 +"29057",0.4,"Very Good","E","SI1",62,61,687,4.67,4.71,2.91 +"29058",0.4,"Good","E","SI1",63.5,57,687,4.7,4.72,2.99 +"29059",0.4,"Good","E","SI1",63.2,56,687,4.65,4.69,2.95 +"29060",0.4,"Good","F","SI1",63.3,58,687,4.69,4.72,2.98 +"29061",0.4,"Very Good","E","SI1",60.8,62,687,4.72,4.76,2.88 +"29062",0.4,"Good","E","SI1",63.7,56,687,4.66,4.69,2.98 +"29063",0.4,"Very Good","F","SI1",62.9,58,687,4.69,4.72,2.96 +"29064",0.4,"Good","E","SI1",63.9,55,687,4.67,4.72,3 +"29065",0.4,"Good","E","SI1",63.3,56,687,4.68,4.74,2.98 +"29066",0.4,"Good","E","SI1",63.5,58,687,4.65,4.67,2.96 +"29067",0.4,"Good","F","SI1",63.1,58,687,4.66,4.69,2.95 +"29068",0.4,"Very Good","E","SI1",63,57,687,4.65,4.68,2.94 +"29069",0.4,"Very Good","E","SI1",61.7,60,687,4.68,4.72,2.9 +"29070",0.34,"Ideal","E","VS1",62,57,687,4.44,4.49,2.77 +"29071",0.34,"Ideal","D","VS2",61.6,55,687,4.48,4.54,2.78 +"29072",0.34,"Premium","D","VS2",59.3,59,687,4.55,4.59,2.71 +"29073",0.3,"Very Good","E","VVS2",62.5,61,688,4.23,4.28,2.66 +"29074",0.28,"Very Good","E","IF",59.6,55,688,4.24,4.31,2.55 +"29075",0.32,"Ideal","F","VS2",61.9,57,688,4.36,4.37,2.71 +"29076",0.4,"Ideal","F","SI2",61.8,53,688,4.77,4.74,2.94 +"29077",0.41,"Ideal","G","SI1",61.7,54,688,4.78,4.81,2.96 +"29078",0.38,"Ideal","G","SI1",61.2,58,688,4.64,4.67,2.85 +"29079",0.23,"Premium","D","VVS2",58.9,60,688,4.03,3.95,2.35 +"29080",0.43,"Very Good","E","SI2",61.8,60,688,4.83,4.85,2.99 +"29081",0.41,"Very Good","D","SI1",64.1,54,689,4.72,4.74,3.03 +"29082",0.36,"Ideal","H","VVS2",61.4,55,689,4.57,4.6,2.82 +"29083",0.4,"Ideal","E","SI2",62.2,53,689,4.73,4.76,2.95 +"29084",0.36,"Premium","G","SI1",61.8,59,689,4.57,4.55,2.82 +"29085",0.36,"Very Good","G","SI1",63.3,56,689,4.53,4.5,2.86 +"29086",0.36,"Premium","G","SI1",62,59,689,4.56,4.53,2.82 +"29087",0.34,"Premium","H","VS2",61.9,56,689,4.49,4.46,2.77 +"29088",0.34,"Ideal","H","VS2",60.5,56,689,4.58,4.54,2.76 +"29089",0.34,"Premium","H","VS2",59,59,689,4.61,4.55,2.7 +"29090",0.34,"Good","H","VS2",63.7,57,689,4.44,4.42,2.82 +"29091",0.36,"Ideal","G","SI1",62.7,55,689,4.59,4.54,2.86 +"29092",0.36,"Very Good","G","SI1",61.2,63,689,4.59,4.56,2.8 +"29093",0.36,"Premium","G","SI1",61.8,60,689,4.57,4.53,2.81 +"29094",0.36,"Premium","D","SI2",60.9,58,689,4.63,4.6,2.81 +"29095",0.36,"Premium","D","SI2",60,58,689,4.62,4.58,2.76 +"29096",0.36,"Ideal","D","SI2",62,56,689,4.6,4.56,2.84 +"29097",0.36,"Premium","D","SI2",61.2,59,689,4.59,4.56,2.8 +"29098",0.36,"Premium","D","SI2",61.5,60,689,4.6,4.54,2.81 +"29099",0.36,"Ideal","D","SI2",62.3,57,689,4.57,4.52,2.83 +"29100",0.34,"Ideal","I","VS1",62.6,56,689,4.47,4.44,2.79 +"29101",0.34,"Ideal","I","VS1",62.4,55,689,4.51,4.47,2.8 +"29102",0.34,"Premium","I","VS1",61,60,689,4.51,4.48,2.74 +"29103",0.34,"Premium","I","VS1",59.5,59,689,4.59,4.55,2.72 +"29104",0.34,"Ideal","H","VS2",62.2,56,689,4.53,4.48,2.8 +"29105",0.34,"Ideal","H","VS2",61.4,57,689,4.55,4.48,2.77 +"29106",0.34,"Ideal","H","VS2",62.5,54,689,4.54,4.49,2.82 +"29107",0.34,"Ideal","H","VS2",61.5,54,689,4.54,4.5,2.78 +"29108",0.34,"Premium","H","VS2",60.2,60,689,4.56,4.51,2.73 +"29109",0.34,"Premium","H","VS2",61.3,60,689,4.53,4.47,2.76 +"29110",0.34,"Premium","H","VS2",61.1,58,689,4.5,4.47,2.74 +"29111",0.34,"Premium","H","VS2",61.7,60,689,4.51,4.47,2.77 +"29112",0.34,"Very Good","H","VS2",63.2,55,689,4.5,4.46,2.83 +"29113",0.34,"Ideal","H","VS2",61.7,57,689,4.48,4.46,2.76 +"29114",0.34,"Premium","H","VS2",62.4,60,689,4.44,4.41,2.76 +"29115",0.34,"Very Good","H","VS2",63.1,56,689,4.46,4.41,2.8 +"29116",0.34,"Premium","H","VS2",61.9,60,689,4.46,4.42,2.75 +"29117",0.34,"Premium","H","VS2",62.6,60,689,4.46,4.42,2.78 +"29118",0.34,"Ideal","H","VS2",62.6,54,689,4.5,4.45,2.8 +"29119",0.34,"Very Good","H","VS2",63.3,56,689,4.45,4.39,2.8 +"29120",0.34,"Good","H","VS1",64,58,689,4.49,4.45,2.86 +"29121",0.3,"Good","D","VVS2",64.2,55,689,4.23,4.28,2.73 +"29122",0.4,"Premium","D","SI1",60.9,60,689,4.74,4.78,2.9 +"29123",0.4,"Very Good","D","SI1",63,59,690,4.69,4.7,2.96 +"29124",0.42,"Ideal","I","SI1",61.6,55,690,4.83,4.85,2.98 +"29125",0.41,"Ideal","F","SI1",62.2,54,690,4.78,4.8,2.98 +"29126",0.4,"Ideal","D","SI1",60.6,57,690,4.75,4.82,2.9 +"29127",0.3,"Very Good","G","VVS1",61.3,56,691,4.34,4.37,2.67 +"29128",0.3,"Very Good","G","VVS1",60.7,57,691,4.35,4.37,2.65 +"29129",0.43,"Very Good","I","SI2",61.5,54,691,4.86,4.89,3 +"29130",0.3,"Very Good","H","IF",62.3,56,691,4.3,4.33,2.68 +"29131",0.44,"Ideal","E","SI2",62,54,691,4.9,4.94,3.05 +"29132",0.42,"Ideal","F","SI1",61.6,56,691,4.81,4.83,2.97 +"29133",0.33,"Very Good","G","VVS2",61.9,56,692,4.46,4.49,2.77 +"29134",0.33,"Very Good","G","VVS2",61.4,55,692,4.46,4.5,2.75 +"29135",0.33,"Very Good","H","VVS1",62.5,55,692,4.43,4.47,2.78 +"29136",0.31,"Very Good","D","VS2",61.6,55,692,4.37,4.4,2.7 +"29137",0.32,"Ideal","G","VVS2",61.4,56,692,4.42,4.44,2.72 +"29138",0.32,"Ideal","H","VVS1",62.7,55,692,4.37,4.4,2.75 +"29139",0.34,"Ideal","E","VS2",62.5,55,692,4.45,4.48,2.79 +"29140",0.33,"Ideal","D","VS2",61.8,55,692,4.43,4.44,2.74 +"29141",0.31,"Ideal","D","VS2",62.8,54,692,4.32,4.34,2.72 +"29142",0.31,"Ideal","D","VS2",60.8,56,692,4.39,4.42,2.68 +"29143",0.34,"Ideal","F","VS1",61.1,57,692,4.51,4.55,2.77 +"29144",0.31,"Ideal","E","VS1",61.3,55,692,4.36,4.38,2.68 +"29145",0.33,"Ideal","E","VS1",61.5,56,692,4.45,4.5,2.75 +"29146",0.31,"Ideal","E","VS1",61.8,55,692,4.36,4.38,2.7 +"29147",0.31,"Ideal","E","VS1",61.1,54,692,4.37,4.4,2.68 +"29148",0.4,"Ideal","I","SI1",61.2,55,692,4.77,4.8,2.93 +"29149",0.4,"Ideal","G","SI1",62,55,692,4.72,4.76,2.94 +"29150",0.31,"Ideal","D","SI1",61.5,55,692,4.38,4.4,2.7 +"29151",0.41,"Premium","I","SI2",61.6,59,692,4.79,4.76,2.94 +"29152",0.41,"Very Good","I","SI2",63.5,57,692,4.72,4.7,2.99 +"29153",0.37,"Premium","E","VS2",61,59,692,4.6,4.65,2.82 +"29154",0.41,"Very Good","J","VS1",61.8,56,693,4.75,4.79,2.95 +"29155",0.38,"Very Good","G","VS1",61.9,54,693,4.65,4.69,2.89 +"29156",0.3,"Ideal","H","VS1",61.5,57,693,4.27,4.31,2.64 +"29157",0.38,"Ideal","F","SI1",62.5,53.7,693,4.64,4.66,2.91 +"29158",0.38,"Ideal","E","SI1",61.8,53.8,693,4.63,4.67,2.88 +"29159",0.33,"Premium","H","VS1",59,62,693,4.52,4.49,2.66 +"29160",0.33,"Premium","H","VS1",62.4,60,693,4.42,4.39,2.75 +"29161",0.33,"Premium","G","VS2",61.3,61,693,4.47,4.43,2.73 +"29162",0.33,"Premium","E","SI1",59.1,59,693,4.59,4.54,2.7 +"29163",0.33,"Very Good","E","SI1",63.1,56,693,4.45,4.42,2.8 +"29164",0.27,"Good","D","VVS2",64.3,55,693,4.14,4.09,2.65 +"29165",0.33,"Fair","F","VVS2",65.7,54,693,4.37,4.3,2.85 +"29166",0.38,"Ideal","F","VS2",61.2,57,693,4.64,4.67,2.85 +"29167",0.38,"Good","E","VS2",63.2,57,693,4.59,4.62,2.91 +"29168",0.4,"Very Good","E","VS2",63,59,693,4.66,4.68,2.94 +"29169",0.33,"Very Good","F","VVS2",63.5,54,694,4.42,4.37,2.79 +"29170",0.3,"Very Good","F","VVS2",62.4,57,694,4.25,4.27,2.66 +"29171",0.4,"Very Good","F","SI1",59.6,58,694,4.81,4.82,2.87 +"29172",0.39,"Very Good","G","SI1",62.5,55,694,4.68,4.7,2.93 +"29173",0.4,"Very Good","E","SI1",62.2,56,694,4.71,4.74,2.94 +"29174",0.4,"Very Good","D","SI1",63.8,54,694,4.68,4.75,3.01 +"29175",0.3,"Ideal","F","VVS2",61.8,55,694,4.33,4.35,2.68 +"29176",0.3,"Ideal","F","VVS2",61.6,53,694,4.35,4.39,2.69 +"29177",0.3,"Ideal","F","VVS2",61.5,55,694,4.33,4.35,2.67 +"29178",0.3,"Ideal","F","VVS2",61.4,56,694,4.32,4.35,2.66 +"29179",0.3,"Ideal","F","VVS2",62.1,57,694,4.25,4.28,2.65 +"29180",0.3,"Ideal","F","VVS2",61.7,56,694,4.32,4.34,2.67 +"29181",0.3,"Ideal","F","VVS2",62.1,57,694,4.27,4.29,2.66 +"29182",0.3,"Ideal","F","VVS2",61.5,58,694,4.3,4.35,2.66 +"29183",0.3,"Ideal","F","VVS2",61.8,57,694,4.28,4.33,2.66 +"29184",0.3,"Ideal","F","VVS2",62.5,56,694,4.28,4.33,2.69 +"29185",0.3,"Ideal","E","VS1",62.1,58,694,4.26,4.28,2.65 +"29186",0.3,"Ideal","E","VS1",62.5,56,694,4.27,4.31,2.68 +"29187",0.3,"Ideal","E","VS1",61.3,58,694,4.29,4.32,2.64 +"29188",0.3,"Ideal","E","VS1",61.9,58,694,4.27,4.29,2.65 +"29189",0.44,"Ideal","G","SI2",61.1,55,694,4.93,4.95,3.02 +"29190",0.4,"Ideal","F","SI1",62,57,694,4.72,4.76,2.94 +"29191",0.4,"Ideal","F","SI1",61.9,57,694,4.71,4.76,2.93 +"29192",0.4,"Ideal","F","SI1",62,54,694,4.76,4.79,2.96 +"29193",0.4,"Ideal","E","SI1",62.4,53,694,4.73,4.75,2.96 +"29194",0.38,"Ideal","E","SI1",61,56,694,4.68,4.69,2.86 +"29195",0.4,"Ideal","E","SI1",62.4,54,694,4.72,4.74,2.95 +"29196",0.33,"Premium","I","IF",62.1,58,694,4.39,4.43,2.74 +"29197",0.33,"Ideal","I","IF",62.1,55,694,4.41,4.44,2.75 +"29198",0.33,"Very Good","I","IF",59,61,694,4.49,4.56,2.67 +"29199",0.44,"Good","J","VS1",63.2,57,694,4.82,4.86,3.06 +"29200",0.33,"Ideal","I","IF",61.6,55,694,4.46,4.47,2.75 +"29201",0.33,"Ideal","I","IF",61.4,56,694,4.41,4.45,2.72 +"29202",0.33,"Very Good","I","IF",62,58,694,4.44,4.46,2.76 +"29203",0.44,"Very Good","J","VS1",61.9,57,694,4.83,4.9,3.01 +"29204",0.44,"Good","J","VS1",63.1,57,694,4.83,4.87,3.06 +"29205",0.33,"Ideal","I","IF",61.8,55,694,4.46,4.47,2.76 +"29206",0.33,"Ideal","I","IF",62.2,56,694,4.42,4.45,2.76 +"29207",0.3,"Very Good","F","VVS1",61.6,56,694,4.34,4.36,2.68 +"29208",0.37,"Very Good","H","VS1",59.8,59,695,4.66,4.7,2.8 +"29209",0.4,"Good","I","VS2",64.1,57,695,4.65,4.61,2.97 +"29210",0.31,"Ideal","F","VVS2",61.3,56,695,4.38,4.39,2.69 +"29211",0.31,"Ideal","E","VS2",59.8,57,695,4.43,4.46,2.65 +"29212",0.32,"Ideal","F","VS1",61.2,56.2,695,4.41,4.44,2.71 +"29213",0.31,"Ideal","F","VS1",61.8,56,695,4.33,4.36,2.68 +"29214",0.31,"Ideal","F","VS1",61.2,57,695,4.36,4.39,2.68 +"29215",0.31,"Ideal","F","VS1",61.6,56,695,4.33,4.36,2.68 +"29216",0.31,"Ideal","F","VS1",60.7,56,695,4.37,4.39,2.66 +"29217",0.38,"Ideal","G","SI1",60.6,57,695,4.71,4.76,2.87 +"29218",0.38,"Ideal","G","SI1",61.5,55,695,4.66,4.68,2.87 +"29219",0.34,"Ideal","I","IF",61.6,54,695,4.5,4.53,2.78 +"29220",0.34,"Ideal","I","IF",61.9,55,695,4.5,4.52,2.79 +"29221",0.34,"Ideal","I","IF",61.3,55,695,4.52,4.55,2.78 +"29222",0.34,"Ideal","I","IF",62.1,54,695,4.49,4.53,2.8 +"29223",0.31,"Premium","G","VS1",60.4,59,695,4.41,4.37,2.65 +"29224",0.31,"Ideal","G","VS1",61.9,56,695,4.38,4.34,2.7 +"29225",0.31,"Premium","G","VS1",62.1,58,695,4.36,4.31,2.69 +"29226",0.31,"Ideal","G","VS1",62.7,57,695,4.34,4.31,2.71 +"29227",0.31,"Fair","G","VS1",64.6,55,695,4.31,4.26,2.77 +"29228",0.25,"Very Good","D","VVS2",59.5,56,696,4.14,4.19,2.48 +"29229",0.39,"Very Good","I","VS2",60.2,61,696,4.74,4.79,2.87 +"29230",0.32,"Very Good","F","VS1",62.3,55,696,4.38,4.42,2.74 +"29231",0.32,"Very Good","F","VS1",61.3,55,696,4.41,4.44,2.71 +"29232",0.33,"Very Good","D","VS1",60.1,59,696,4.46,4.49,2.69 +"29233",0.39,"Very Good","H","SI1",58.4,63,696,4.8,4.85,2.82 +"29234",0.32,"Ideal","G","VS1",59.8,57.9,696,4.44,4.47,2.67 +"29235",0.31,"Ideal","D","VS1",61.6,54,696,4.33,4.37,2.68 +"29236",0.43,"Ideal","G","SI2",62.3,53,696,4.84,4.86,3.02 +"29237",0.4,"Ideal","E","SI1",61.9,57,696,4.74,4.76,2.94 +"29238",0.43,"Good","I","VS2",58,57,696,4.96,5.01,2.89 +"29239",0.34,"Good","F","VS1",60.6,63,696,4.46,4.59,2.74 +"29240",0.37,"Very Good","G","VS1",58.3,62,696,4.72,4.75,2.76 +"29241",0.37,"Very Good","F","VS2",59.2,61,696,4.63,4.69,2.76 +"29242",0.37,"Premium","F","VS2",60.5,59,696,4.62,4.67,2.81 +"29243",0.37,"Very Good","F","VS2",59.7,62,696,4.68,4.7,2.8 +"29244",0.34,"Very Good","E","VS2",62.7,56,696,4.48,4.51,2.82 +"29245",0.34,"Ideal","E","VS2",61.8,57,696,4.48,4.52,2.78 +"29246",0.34,"Good","E","VS2",63.8,56,696,4.44,4.49,2.85 +"29247",0.3,"Very Good","D","VS1",63.5,55,697,4.24,4.29,2.71 +"29248",0.38,"Ideal","H","SI1",61.2,56,697,4.7,4.74,2.89 +"29249",0.39,"Ideal","F","SI1",61.8,57,697,4.68,4.73,2.91 +"29250",0.39,"Ideal","F","SI1",60.1,58,697,4.74,4.78,2.86 +"29251",0.34,"Very Good","D","VS2",59.5,56,698,4.55,4.59,2.72 +"29252",0.41,"Very Good","G","SI1",62.4,56,698,4.75,4.77,2.97 +"29253",0.32,"Ideal","G","VVS2",61.3,55,698,4.4,4.44,2.71 +"29254",0.32,"Ideal","G","VVS2",61.2,58,698,4.39,4.43,2.7 +"29255",0.33,"Ideal","H","VVS1",60.2,60,698,4.49,4.52,2.71 +"29256",0.32,"Ideal","H","VVS1",61.4,55,698,4.4,4.46,2.72 +"29257",0.39,"Ideal","I","VS2",60.8,56,698,4.72,4.75,2.88 +"29258",0.43,"Ideal","F","SI2",61.6,55,698,4.87,4.9,3.01 +"29259",0.39,"Ideal","H","SI1",61.5,56,698,4.69,4.71,2.89 +"29260",0.31,"Ideal","G","VS2",61.4,57,698,4.45,4.35,2.7 +"29261",0.31,"Premium","G","VS2",59,60,698,4.41,4.37,2.59 +"29262",0.31,"Premium","G","VS2",61,56,698,4.37,4.35,2.66 +"29263",0.31,"Premium","G","VS2",60.9,58,698,4.38,4.35,2.66 +"29264",0.31,"Premium","E","SI1",58.3,60,698,4.51,4.48,2.62 +"29265",0.31,"Ideal","E","SI1",62.8,57,698,4.34,4.32,2.72 +"29266",0.31,"Premium","E","SI1",60.1,61,698,4.4,4.35,2.63 +"29267",0.31,"Very Good","E","SI1",63.1,54,698,4.34,4.31,2.73 +"29268",0.31,"Very Good","E","SI1",63.4,55,698,4.33,4.32,2.74 +"29269",0.31,"Very Good","E","SI1",63.4,55,698,4.32,4.29,2.73 +"29270",0.31,"Premium","E","SI1",62.7,58,698,4.33,4.31,2.71 +"29271",0.31,"Ideal","E","SI1",62.4,57,698,4.34,4.31,2.7 +"29272",0.31,"Premium","E","SI1",63,59,698,4.31,4.26,2.7 +"29273",0.31,"Good","E","SI1",63.7,57,698,4.31,4.29,2.74 +"29274",0.31,"Ideal","G","VS2",62.2,56,698,4.34,4.31,2.69 +"29275",0.31,"Premium","I","VVS2",59.4,59,698,4.44,4.41,2.63 +"29276",0.31,"Premium","I","VVS2",62.1,58,698,4.33,4.3,2.68 +"29277",0.31,"Premium","I","VVS2",61.6,59,698,4.33,4.31,2.66 +"29278",0.31,"Premium","I","VVS2",61.7,58,698,4.4,4.38,2.71 +"29279",0.31,"Ideal","I","VVS2",61.6,57,698,4.39,4.35,2.69 +"29280",0.31,"Premium","I","VVS2",62.2,57,698,4.37,4.34,2.71 +"29281",0.25,"Very Good","F","VS1",59.7,57,436,4.13,4.21,2.49 +"29282",0.25,"Very Good","F","VS1",59.6,56,436,4.13,4.16,2.47 +"29283",0.25,"Very Good","E","VS1",59.9,56,436,4.1,4.15,2.47 +"29284",0.25,"Very Good","D","VS1",63,59,436,3.97,4,2.51 +"29285",0.25,"Ideal","F","VS2",62.8,57,436,3.98,4.01,2.51 +"29286",0.24,"Ideal","G","VS1",62.3,57,436,3.99,4.02,2.49 +"29287",0.25,"Ideal","F","VS1",61.8,57,436,4.07,4.09,2.52 +"29288",0.31,"Ideal","G","SI2",62,54,436,4.38,4.42,2.73 +"29289",0.31,"Ideal","G","SI2",62.2,54,436,4.36,4.39,2.72 +"29290",0.31,"Ideal","G","SI2",61.9,55,436,4.37,4.39,2.71 +"29291",0.31,"Ideal","I","SI1",62.1,54,436,4.37,4.39,2.72 +"29292",0.31,"Ideal","I","SI1",61.9,56,436,4.33,4.36,2.69 +"29293",0.31,"Ideal","I","SI1",61.3,56,436,4.37,4.4,2.69 +"29294",0.31,"Ideal","I","SI1",60.8,56,436,4.38,4.41,2.67 +"29295",0.31,"Ideal","I","SI1",61.5,55,436,4.36,4.39,2.69 +"29296",0.31,"Ideal","I","SI1",62,53,436,4.37,4.4,2.72 +"29297",0.31,"Ideal","I","SI1",62.2,54,436,4.36,4.39,2.72 +"29298",0.3,"Ideal","I","VS2",61.3,58,438,4.3,4.31,2.64 +"29299",0.3,"Ideal","I","VS2",61.6,57,438,4.28,4.33,2.65 +"29300",0.3,"Ideal","I","VS2",61.5,58,438,4.28,4.31,2.64 +"29301",0.3,"Ideal","I","VS2",60.3,57,438,4.36,4.39,2.64 +"29302",0.3,"Ideal","I","VS2",61.4,58,438,4.29,4.31,2.64 +"29303",0.3,"Ideal","I","VS2",62.1,54,438,4.32,4.35,2.69 +"29304",0.3,"Ideal","I","VS2",62,55,438,4.3,4.35,2.68 +"29305",0.3,"Ideal","I","VS2",62.7,54,438,4.28,4.3,2.69 +"29306",0.25,"Ideal","G","VS1",62,54,438,4.06,4.07,2.52 +"29307",0.25,"Ideal","G","VS1",62.3,54,438,4.05,4.11,2.54 +"29308",0.25,"Ideal","G","VS1",62.6,53,438,4.01,4.07,2.53 +"29309",0.25,"Ideal","G","VS1",62.7,54,438,4.05,4.08,2.55 +"29310",0.34,"Ideal","F","SI2",61.9,57,438,4.5,4.52,2.79 +"29311",0.31,"Premium","H","VS1",59.7,58,698,4.43,4.41,2.64 +"29312",0.31,"Premium","H","VS1",59.9,60,698,4.45,4.4,2.65 +"29313",0.31,"Premium","H","VS1",59.9,59,698,4.4,4.38,2.63 +"29314",0.31,"Premium","H","VS1",61.4,56,698,4.39,4.37,2.69 +"29315",0.31,"Ideal","H","VS1",62,54,698,4.39,4.35,2.71 +"29316",0.31,"Ideal","H","VS1",61.1,57,698,4.39,4.35,2.67 +"29317",0.31,"Ideal","H","VS1",62.6,55,698,4.38,4.34,2.73 +"29318",0.31,"Premium","H","VS1",61.1,59,698,4.36,4.35,2.66 +"29319",0.31,"Ideal","H","VS1",61.7,57,698,4.38,4.34,2.69 +"29320",0.31,"Ideal","H","VS1",62.4,55,698,4.36,4.33,2.71 +"29321",0.31,"Ideal","H","VS1",61.6,56,698,4.36,4.34,2.68 +"29322",0.31,"Ideal","H","VS1",62.2,57,698,4.37,4.34,2.71 +"29323",0.31,"Premium","H","VS1",61.4,61,698,4.36,4.33,2.67 +"29324",0.31,"Premium","H","VS1",62.4,58,698,4.36,4.32,2.71 +"29325",0.31,"Premium","H","VS1",62.9,58,698,4.34,4.31,2.72 +"29326",0.31,"Very Good","H","VS1",63.1,57,698,4.34,4.31,2.73 +"29327",0.31,"Ideal","H","VS1",62.6,55,698,4.35,4.31,2.71 +"29328",0.31,"Ideal","H","VS1",61.7,57,698,4.34,4.32,2.67 +"29329",0.31,"Premium","H","VS1",61.8,61,698,4.36,4.32,2.68 +"29330",0.31,"Premium","H","VS1",62.8,58,698,4.31,4.29,2.7 +"29331",0.31,"Very Good","H","VS1",63.2,57,698,4.32,4.29,2.72 +"29332",0.31,"Good","H","VS1",63.6,55,698,4.32,4.29,2.74 +"29333",0.31,"Premium","H","VS1",62.6,60,698,4.32,4.3,2.7 +"29334",0.31,"Ideal","H","VS1",62.1,54,698,4.37,4.3,2.69 +"29335",0.31,"Premium","H","VS1",61.5,61,698,4.34,4.31,2.66 +"29336",0.31,"Premium","H","VS1",61.7,61,698,4.34,4.31,2.67 +"29337",0.31,"Good","H","VS1",64,59,698,4.28,4.25,2.73 +"29338",0.31,"Premium","H","VS1",62.4,58,698,4.34,4.28,2.69 +"29339",0.31,"Very Good","H","VS1",63.1,58,698,4.3,4.26,2.7 +"29340",0.31,"Ideal","G","VS2",59.1,57,698,4.48,4.45,2.64 +"29341",0.31,"Premium","G","VS2",59.2,60,698,4.47,4.42,2.63 +"29342",0.31,"Premium","G","VS2",59.8,60,698,4.43,4.4,2.64 +"29343",0.31,"Ideal","G","VS2",59.6,57,698,4.43,4.4,2.63 +"29344",0.31,"Ideal","G","VS2",61.6,55,698,4.39,4.37,2.7 +"29345",0.31,"Premium","G","VS2",59.9,59,698,4.4,4.38,2.63 +"29346",0.31,"Ideal","G","VS2",61.6,54,698,4.41,4.39,2.71 +"29347",0.31,"Ideal","G","VS2",61.7,55,698,4.37,4.35,2.69 +"29348",0.31,"Ideal","G","VS2",62.4,54,698,4.39,4.36,2.73 +"29349",0.31,"Ideal","G","VS2",61.4,56,698,4.36,4.34,2.67 +"29350",0.31,"Ideal","G","VS2",61.8,57,698,4.36,4.34,2.69 +"29351",0.31,"Ideal","G","VS2",62,57,698,4.37,4.34,2.7 +"29352",0.31,"Premium","G","VS2",62.4,59,698,4.38,4.34,2.72 +"29353",0.31,"Ideal","G","VS2",61.7,57,698,4.36,4.33,2.68 +"29354",0.31,"Premium","G","VS2",60.7,61,698,4.37,4.33,2.64 +"29355",0.31,"Ideal","G","VS2",61.4,57,698,4.37,4.33,2.67 +"29356",0.31,"Ideal","G","VS2",63,54,698,4.37,4.33,2.74 +"29357",0.31,"Very Good","G","VS2",63.1,58,698,4.35,4.3,2.73 +"29358",0.31,"Premium","G","VS2",61.5,60,698,4.34,4.31,2.66 +"29359",0.31,"Premium","G","VS2",61.7,59,698,4.34,4.31,2.67 +"29360",0.31,"Ideal","G","VS2",62.7,57,698,4.34,4.31,2.71 +"29361",0.31,"Ideal","G","VS2",62.9,57,698,4.34,4.31,2.72 +"29362",0.31,"Very Good","G","VS2",63.1,56,698,4.37,4.31,2.74 +"29363",0.31,"Premium","G","VS2",61.2,58,698,4.37,4.32,2.66 +"29364",0.31,"Premium","G","VS2",61.5,59,698,4.35,4.33,2.67 +"29365",0.31,"Premium","G","VS2",62.2,59,698,4.35,4.3,2.69 +"29366",0.31,"Premium","G","VS2",62.6,57,698,4.32,4.3,2.7 +"29367",0.31,"Ideal","G","VS2",62.4,55,698,4.32,4.3,2.69 +"29368",0.31,"Good","G","VS2",63.6,56,698,4.29,4.26,2.72 +"29369",0.31,"Ideal","G","VS2",62.9,56,698,4.34,4.28,2.71 +"29370",0.31,"Ideal","G","VS2",62.3,56,698,4.34,4.29,2.69 +"29371",0.31,"Very Good","G","VS2",63.4,59,698,4.32,4.29,2.73 +"29372",0.31,"Very Good","G","VS2",63.5,58,698,4.29,4.22,2.7 +"29373",0.31,"Premium","E","SI1",59.3,59,698,4.48,4.42,2.64 +"29374",0.31,"Premium","E","SI1",59.1,59,698,4.44,4.42,2.62 +"29375",0.31,"Very Good","E","SI1",63.1,55,698,4.36,4.33,2.74 +"29376",0.31,"Very Good","E","SI1",63.3,55,698,4.36,4.33,2.75 +"29377",0.31,"Ideal","E","SI1",62.7,54,698,4.36,4.35,2.73 +"29378",0.31,"Premium","E","SI1",59.2,60,698,4.42,4.36,2.6 +"29379",0.31,"Very Good","E","SI1",63.4,55,698,4.35,4.32,2.75 +"29380",0.31,"Very Good","E","SI1",63.3,55,698,4.35,4.31,2.74 +"29381",0.31,"Very Good","E","SI1",63.5,55,698,4.35,4.31,2.75 +"29382",0.31,"Premium","E","SI1",62.6,60,698,4.35,4.31,2.71 +"29383",0.31,"Ideal","E","SI1",62.7,57,698,4.32,4.29,2.7 +"29384",0.31,"Ideal","E","SI1",63,57,698,4.32,4.29,2.71 +"29385",0.31,"Premium","E","SI1",62.9,58,698,4.33,4.29,2.71 +"29386",0.31,"Premium","E","SI1",62,58,698,4.35,4.3,2.68 +"29387",0.31,"Very Good","E","SI1",63.4,55,698,4.33,4.31,2.74 +"29388",0.31,"Very Good","E","SI1",63.4,57,698,4.33,4.31,2.74 +"29389",0.31,"Very Good","E","SI1",63.1,57,698,4.35,4.3,2.73 +"29390",0.31,"Very Good","E","SI1",63.1,57,698,4.31,4.28,2.71 +"29391",0.31,"Very Good","E","SI1",63.5,57,698,4.32,4.28,2.73 +"29392",0.31,"Very Good","E","SI1",63.2,59,698,4.33,4.28,2.72 +"29393",0.31,"Very Good","E","SI1",63.2,59,698,4.31,4.24,2.7 +"29394",0.31,"Good","E","SI1",63.9,56,698,4.31,4.27,2.74 +"29395",0.31,"Good","E","SI1",63.6,57,698,4.3,4.28,2.73 +"29396",0.31,"Premium","I","VVS2",62.1,58,698,4.37,4.33,2.7 +"29397",0.31,"Premium","G","VS2",61.7,58,698,4.34,4.32,2.67 +"29398",0.31,"Premium","G","VS2",61.5,59,698,4.36,4.32,2.67 +"29399",0.31,"Premium","E","SI1",62.3,56,698,4.4,4.37,2.73 +"29400",0.34,"Ideal","E","VS1",59.1,57,698,4.55,4.58,2.7 +"29401",0.34,"Ideal","E","VS1",62.2,57,698,4.46,4.51,2.79 +"29402",0.4,"Very Good","G","SI1",62.9,57,699,4.69,4.72,2.96 +"29403",0.34,"Ideal","F","VS2",60.8,57,699,4.51,4.54,2.75 +"29404",0.33,"Ideal","G","VS1",61.1,55,699,4.5,4.52,2.75 +"29405",0.33,"Ideal","G","VS1",61.5,56,699,4.45,4.48,2.74 +"29406",0.33,"Ideal","G","VS1",61.6,57,699,4.46,4.49,2.75 +"29407",0.33,"Ideal","G","VS1",61.9,55,699,4.44,4.49,2.77 +"29408",0.31,"Ideal","F","VVS2",61.7,55,700,4.33,4.36,2.68 +"29409",0.38,"Ideal","I","VS1",62,54,700,4.67,4.72,2.91 +"29410",0.38,"Ideal","I","VS1",61.6,55,700,4.68,4.73,2.9 +"29411",0.38,"Premium","H","VS2",60.5,59,700,4.66,4.69,2.83 +"29412",0.38,"Premium","F","SI1",62.7,58,700,4.6,4.62,2.89 +"29413",0.38,"Premium","H","VS2",61.8,58,700,4.63,4.66,2.87 +"29414",0.38,"Very Good","H","VS2",60.6,58,700,4.68,4.7,2.84 +"29415",0.42,"Very Good","E","SI2",62.9,56,700,4.77,4.8,3.01 +"29416",0.42,"Very Good","H","SI1",62.1,59,700,4.78,4.81,2.98 +"29417",0.38,"Very Good","H","VS2",62.8,56,700,4.59,4.62,2.89 +"29418",0.42,"Ideal","H","SI1",62.7,56,700,4.76,4.78,2.99 +"29419",0.38,"Premium","I","VS1",61.3,60,700,4.62,4.65,2.84 +"29420",0.42,"Very Good","H","SI1",62.9,57,700,4.76,4.84,3.02 +"29421",0.42,"Ideal","H","SI1",62.2,57,700,4.78,4.8,2.98 +"29422",0.38,"Ideal","E","SI1",61.9,55,700,4.64,4.7,2.89 +"29423",0.38,"Very Good","H","VS2",63,56,700,4.57,4.61,2.89 +"29424",0.42,"Very Good","H","SI1",59.5,57,700,4.78,5.11,2.94 +"29425",0.42,"Ideal","E","SI2",62.4,55,700,4.77,4.81,2.99 +"29426",0.42,"Ideal","D","SI2",62.4,57,700,4.78,4.81,2.99 +"29427",0.38,"Very Good","E","SI1",61.2,59,700,4.64,4.67,2.85 +"29428",0.42,"Very Good","D","SI2",60,61,700,4.85,4.89,2.92 +"29429",0.42,"Good","H","SI1",63.1,57,700,4.76,4.78,3.01 +"29430",0.42,"Very Good","H","SI1",62,59,700,4.76,4.79,2.96 +"29431",0.42,"Premium","D","SI2",62.1,59,700,4.78,4.82,2.98 +"29432",0.38,"Premium","H","VS2",60.9,60,700,4.62,4.67,2.83 +"29433",0.42,"Ideal","H","SI1",62.4,57,700,4.76,4.79,2.98 +"29434",0.42,"Very Good","D","SI2",60.8,59,700,4.77,4.83,2.92 +"29435",0.42,"Good","H","SI1",63.2,58,700,4.77,4.79,3.02 +"29436",0.38,"Very Good","H","VS2",62.8,55,700,4.64,4.66,2.92 +"29437",0.42,"Premium","H","SI1",60.9,58,700,4.84,4.85,2.95 +"29438",0.38,"Premium","I","VS1",59.9,60,700,4.66,4.72,2.81 +"29439",0.42,"Premium","D","SI2",60.1,58,700,4.83,4.88,2.92 +"29440",0.32,"Very Good","F","VVS2",63.8,55,701,4.33,4.39,2.78 +"29441",0.34,"Very Good","G","VS1",61.2,57,701,4.5,4.54,2.76 +"29442",0.38,"Very Good","E","SI1",62.8,58,701,4.6,4.63,2.9 +"29443",0.38,"Very Good","D","SI1",61.3,57,701,4.67,4.7,2.87 +"29444",0.4,"Ideal","G","SI1",61.3,56,701,4.73,4.76,2.91 +"29445",0.5,"Fair","G","I1",64.6,60,701,5.04,4.96,3.23 +"29446",0.41,"Very Good","F","SI1",62.5,58,702,4.74,4.77,2.97 +"29447",0.34,"Ideal","E","VS2",61.5,56,702,4.48,4.5,2.76 +"29448",0.34,"Ideal","E","VS2",61.2,56,702,4.51,4.54,2.77 +"29449",0.34,"Ideal","E","VS1",62.8,56,702,4.46,4.49,2.81 +"29450",0.33,"Ideal","E","SI1",61.2,56,702,4.46,4.49,2.74 +"29451",0.33,"Ideal","E","SI1",61.6,55,702,4.47,4.49,2.76 +"29452",0.33,"Ideal","E","SI1",61.9,56,702,4.46,4.49,2.77 +"29453",0.3,"Good","E","VVS1",61.5,62,702,4.28,4.34,2.65 +"29454",0.38,"Very Good","H","SI2",63.4,57,702,4.63,4.58,2.92 +"29455",0.4,"Premium","I","SI2",60.5,58,702,4.82,4.76,2.9 +"29456",0.32,"Ideal","E","VS2",60.8,55,702,4.42,4.49,2.71 +"29457",0.33,"Ideal","G","VVS2",62.6,53,702,4.43,4.45,2.78 +"29458",0.33,"Ideal","H","VVS1",62.5,56,702,4.42,4.44,2.77 +"29459",0.39,"Very Good","D","VS2",62.2,58,702,4.63,4.69,2.9 +"29460",0.33,"Very Good","G","VVS2",61.5,62,702,4.39,4.43,2.71 +"29461",0.32,"Ideal","E","VS2",62.2,56,702,4.37,4.41,2.73 +"29462",0.32,"Ideal","F","VS1",61.9,56,702,4.36,4.4,2.71 +"29463",0.32,"Premium","E","VS2",61.7,58,702,4.38,4.41,2.71 +"29464",0.32,"Ideal","E","VS2",61.7,55,702,4.36,4.42,2.71 +"29465",0.4,"Premium","G","SI1",59.3,59,702,4.8,4.82,2.85 +"29466",0.32,"Ideal","E","VS2",62,57,702,4.39,4.41,2.73 +"29467",0.32,"Ideal","E","VS2",62,55,702,4.36,4.38,2.71 +"29468",0.32,"Ideal","E","VS2",61.4,56,702,4.4,4.43,2.71 +"29469",0.32,"Very Good","E","VS2",62.9,56,702,4.36,4.39,2.75 +"29470",0.4,"Very Good","G","SI1",62.7,59,702,4.67,4.71,2.94 +"29471",0.32,"Ideal","E","VS2",62,55,702,4.38,4.46,2.74 +"29472",0.32,"Ideal","E","VS2",62.1,56,702,4.4,4.43,2.74 +"29473",0.32,"Ideal","E","VS2",62,57,702,4.37,4.41,2.72 +"29474",0.32,"Ideal","E","VS2",61.9,55,702,4.42,4.43,2.74 +"29475",0.4,"Premium","G","SI1",62,59,702,4.71,4.74,2.93 +"29476",0.32,"Premium","E","VS2",62.6,58,702,4.36,4.4,2.74 +"29477",0.32,"Premium","E","VS2",61.2,59,702,4.4,4.43,2.7 +"29478",0.32,"Ideal","F","VS1",61.3,56,702,4.4,4.44,2.71 +"29479",0.4,"Premium","G","SI1",61.4,60,702,4.67,4.71,2.88 +"29480",0.32,"Premium","E","VS2",60.5,58,702,4.44,4.48,2.7 +"29481",0.32,"Ideal","E","VS2",61.8,55,702,4.4,4.43,2.73 +"29482",0.32,"Ideal","E","VS2",62.3,56,702,4.38,4.41,2.74 +"29483",0.32,"Ideal","E","VS2",62,55,702,4.39,4.41,2.73 +"29484",0.32,"Very Good","E","VS2",60.5,55,702,4.43,4.49,2.7 +"29485",0.4,"Very Good","G","SI1",62.8,60,702,4.66,4.7,2.94 +"29486",0.32,"Ideal","E","VS2",61.7,56,702,4.41,4.44,2.73 +"29487",0.4,"Very Good","G","SI1",59.2,61,702,4.78,4.81,2.84 +"29488",0.32,"Ideal","E","VS2",62.1,54,702,4.4,4.42,2.74 +"29489",0.32,"Ideal","E","VS2",62.3,57,702,4.41,4.42,2.75 +"29490",0.4,"Ideal","G","SI1",60.2,56,702,4.77,4.83,2.89 +"29491",0.32,"Ideal","E","VS2",62.2,55,702,4.37,4.38,2.72 +"29492",0.32,"Ideal","F","VS1",61.9,56,702,4.35,4.4,2.71 +"29493",0.32,"Ideal","E","VS2",62.1,56,702,4.38,4.41,2.73 +"29494",0.32,"Ideal","E","VS2",61.6,55,702,4.41,4.42,2.72 +"29495",0.32,"Ideal","E","VS2",62.6,53,702,4.37,4.38,2.74 +"29496",0.32,"Ideal","E","VS2",62.3,54,702,4.37,4.4,2.73 +"29497",0.32,"Ideal","E","VS2",61.9,56,702,4.35,4.4,2.71 +"29498",0.32,"Premium","E","VS2",61,59,702,4.44,4.45,2.71 +"29499",0.32,"Very Good","E","VS2",62.8,54,702,4.35,4.38,2.74 +"29500",0.32,"Ideal","E","VS2",62.1,55,702,4.39,4.43,2.74 +"29501",0.32,"Ideal","E","VS2",61.5,55,702,4.38,4.43,2.71 +"29502",0.32,"Ideal","E","VS2",62.2,55,702,4.36,4.38,2.72 +"29503",0.4,"Very Good","G","SI1",60,63,702,4.76,4.8,2.87 +"29504",0.32,"Premium","E","VS2",61.3,59,702,4.35,4.39,2.68 +"29505",0.4,"Premium","G","SI1",62,59,702,4.7,4.72,2.92 +"29506",0.4,"Very Good","G","SI1",61.1,61,702,4.7,4.76,2.89 +"29507",0.32,"Ideal","E","VS2",62.1,55,702,4.36,4.4,2.72 +"29508",0.32,"Ideal","E","VS2",62.7,55,702,4.36,4.38,2.74 +"29509",0.32,"Ideal","E","VS2",62.1,55,702,4.36,4.4,2.72 +"29510",0.32,"Premium","E","VS2",60.5,59,702,4.39,4.43,2.67 +"29511",0.32,"Ideal","E","VS2",61.3,57,702,4.42,4.45,2.72 +"29512",0.4,"Very Good","G","SI1",61.6,59,702,4.66,4.72,2.89 +"29513",0.32,"Ideal","E","VS2",62.1,55,702,4.4,4.42,2.74 +"29514",0.32,"Ideal","E","VS2",61.9,56,702,4.36,4.4,2.71 +"29515",0.32,"Very Good","E","VS2",62,54,702,4.37,4.41,2.72 +"29516",0.39,"Very Good","G","SI1",58.9,61,703,4.74,4.76,2.8 +"29517",0.38,"Ideal","H","VS2",62.2,54,703,4.64,4.68,2.9 +"29518",0.41,"Ideal","J","VS1",62.7,56,703,4.73,4.77,2.98 +"29519",0.43,"Ideal","J","VS1",61.7,58,703,4.8,4.84,2.98 +"29520",0.38,"Ideal","I","VS1",62.4,54.4,703,4.62,4.66,2.9 +"29521",0.38,"Ideal","I","VS1",62.3,53.4,703,4.65,4.69,2.91 +"29522",0.38,"Ideal","I","VS1",61.5,55.1,703,4.66,4.7,2.88 +"29523",0.38,"Ideal","I","VS1",61.9,54.1,703,4.64,4.71,2.89 +"29524",0.38,"Ideal","I","VS1",62.3,55,703,4.63,4.66,2.89 +"29525",0.38,"Ideal","I","VS1",61.7,55.4,703,4.67,4.7,2.89 +"29526",0.38,"Ideal","I","VS1",61.9,54.7,703,4.63,4.68,2.88 +"29527",0.38,"Ideal","I","VS1",61.5,53.9,703,4.66,4.7,2.89 +"29528",0.3,"Ideal","E","VS1",62.5,54,703,4.27,4.32,2.69 +"29529",0.3,"Ideal","E","VS1",62.2,53.8,703,4.3,4.33,2.68 +"29530",0.41,"Ideal","F","SI2",61.1,57,703,4.8,4.86,2.95 +"29531",0.4,"Ideal","F","SI1",61.6,55,703,4.72,4.76,2.92 +"29532",0.37,"Ideal","F","VS1",61,55,703,4.66,4.69,2.85 +"29533",0.31,"Very Good","E","VVS2",58.8,59,704,4.46,4.45,2.62 +"29534",0.3,"Very Good","F","VS1",59.8,59,704,4.3,4.43,2.61 +"29535",0.3,"Very Good","F","VS1",60.9,63,704,4.26,4.31,2.61 +"29536",0.39,"Very Good","F","SI1",60,57,704,4.76,4.8,2.86 +"29537",0.4,"Ideal","J","VVS1",62.4,54,704,4.73,4.75,2.96 +"29538",0.4,"Ideal","H","VS2",62.4,56,704,4.69,4.73,2.94 +"29539",0.35,"Ideal","E","VS2",62,56,704,4.49,4.51,2.79 +"29540",0.27,"Ideal","E","VS1",61.4,57,704,4.17,4.23,2.58 +"29541",0.31,"Ideal","D","VS1",62.1,56,704,4.3,4.36,2.69 +"29542",0.42,"Ideal","G","SI1",62.2,53,704,4.8,4.84,3 +"29543",0.4,"Fair","H","VS2",65.1,59,704,4.58,4.63,3 +"29544",0.43,"Premium","E","SI2",61,60,704,4.87,4.94,2.99 +"29545",0.43,"Good","G","SI1",63.6,55,704,4.79,4.83,3.06 +"29546",0.43,"Good","G","SI1",63.1,58,704,4.75,4.79,3.01 +"29547",0.38,"Very Good","G","VS2",61.6,59,705,4.65,4.7,2.88 +"29548",0.38,"Very Good","H","VS1",61.3,54,705,4.68,4.7,2.88 +"29549",0.29,"Very Good","D","SI2",59.7,56,705,4.37,4.4,2.62 +"29550",0.36,"Ideal","H","VVS2",61.3,55,705,4.62,4.64,2.84 +"29551",0.25,"Ideal","F","VVS2",61.7,56,705,4.06,4.07,2.51 +"29552",0.25,"Ideal","E","VVS2",61.7,56,705,4.05,4.07,2.5 +"29553",0.25,"Ideal","F","VVS1",62.3,56,705,4.01,4.03,2.5 +"29554",0.25,"Ideal","E","VVS1",61.5,55,705,4.09,4.12,2.52 +"29555",0.4,"Ideal","H","SI1",62.6,52,705,4.73,4.76,2.97 +"29556",0.4,"Ideal","H","SI1",62.1,55,705,4.73,4.77,2.95 +"29557",0.4,"Ideal","H","SI1",61.3,57,705,4.77,4.79,2.93 +"29558",0.33,"Ideal","F","SI1",60.6,56,705,4.49,4.46,2.71 +"29559",0.33,"Premium","F","SI1",62.8,58,705,4.42,4.4,2.77 +"29560",0.33,"Premium","F","SI1",60.9,59,705,4.45,4.42,2.7 +"29561",0.33,"Premium","F","SI1",59.9,61,705,4.47,4.44,2.67 +"29562",0.41,"Good","E","SI1",63.6,58,705,4.72,4.74,3.01 +"29563",0.3,"Very Good","G","VVS1",62.4,59,705,4.25,4.31,2.67 +"29564",0.4,"Very Good","E","VS2",62.5,56,705,4.66,4.72,2.93 +"29565",0.41,"Good","F","SI1",63.4,57,705,4.73,4.74,3 +"29566",0.41,"Good","F","SI1",63.3,58,705,4.71,4.74,2.99 +"29567",0.41,"Ideal","E","SI1",61.4,57,705,4.78,4.8,2.94 +"29568",0.41,"Good","E","SI1",63.2,58,705,4.68,4.72,2.97 +"29569",0.41,"Very Good","E","SI1",60.5,63,705,4.77,4.81,2.9 +"29570",0.41,"Good","F","SI1",63.1,59,705,4.7,4.75,2.98 +"29571",0.41,"Ideal","F","SI1",61.6,57,705,4.78,4.8,2.95 +"29572",0.41,"Very Good","E","SI1",59.3,61,705,4.8,4.84,2.86 +"29573",0.41,"Good","F","SI1",63.5,56,705,4.7,4.75,3 +"29574",0.41,"Good","F","SI1",63.7,58,705,4.71,4.74,3.01 +"29575",0.41,"Very Good","E","SI1",61.1,62,705,4.76,4.83,2.93 +"29576",0.41,"Ideal","E","SI1",61.8,56,705,4.77,4.78,2.95 +"29577",0.41,"Very Good","F","SI1",63,56,705,4.71,4.78,2.99 +"29578",0.41,"Premium","E","SI1",61.2,59,705,4.78,4.82,2.94 +"29579",0.41,"Very Good","E","SI1",61.5,61,705,4.75,4.78,2.93 +"29580",0.41,"Very Good","E","SI1",62.8,57,705,4.71,4.75,2.97 +"29581",0.41,"Very Good","E","SI1",62.8,58,705,4.72,4.77,2.98 +"29582",0.41,"Very Good","E","SI1",61.8,60,705,4.74,4.78,2.94 +"29583",0.41,"Good","E","SI1",63.1,57,705,4.73,4.78,3 +"29584",0.41,"Good","E","SI1",63.6,56,705,4.7,4.73,3 +"29585",0.31,"Ideal","F","VVS2",62.2,53,706,4.37,4.41,2.73 +"29586",0.43,"Ideal","J","VS1",61.9,55.5,706,4.81,4.84,2.99 +"29587",0.32,"Ideal","D","VS1",60.4,56,706,4.44,4.46,2.69 +"29588",0.45,"Ideal","E","SI2",61.5,55,706,4.92,4.97,3.04 +"29589",0.45,"Ideal","D","SI2",62,55,706,4.92,4.95,3.06 +"29590",0.43,"Good","F","SI1",60.7,61,706,4.86,4.89,2.96 +"29591",0.32,"Ideal","D","SI1",62.9,56,706,4.4,4.38,2.76 +"29592",0.32,"Ideal","D","SI1",62.9,56,706,4.4,4.38,2.76 +"29593",0.32,"Good","D","SI1",63.8,55,706,4.36,4.35,2.78 +"29594",0.32,"Good","D","SI1",63.7,55,706,4.33,4.31,2.75 +"29595",0.32,"Premium","D","SI1",62.2,60,706,4.37,4.34,2.71 +"29596",0.35,"Ideal","F","VS2",62.4,55,706,4.51,4.53,2.82 +"29597",0.35,"Ideal","G","VS1",62.6,54,706,4.52,4.56,2.84 +"29598",0.35,"Very Good","G","VS1",61.7,61,706,4.49,4.52,2.78 +"29599",0.35,"Premium","H","VVS2",61.9,58,706,4.5,4.54,2.8 +"29600",0.35,"Premium","H","VVS2",62.7,58,706,4.46,4.5,2.81 +"29601",0.35,"Very Good","H","VVS2",63,55,706,4.48,4.5,2.83 +"29602",0.35,"Ideal","G","VS1",60.6,56,706,4.57,4.6,2.78 +"29603",0.35,"Ideal","F","VS2",61.5,57,706,4.52,4.55,2.79 +"29604",0.35,"Very Good","G","VS1",62.9,58,706,4.48,4.49,2.82 +"29605",0.35,"Ideal","F","VS2",62.5,57,706,4.5,4.53,2.82 +"29606",0.35,"Ideal","F","VS2",61.4,54,706,4.54,4.58,2.8 +"29607",0.35,"Ideal","F","VS2",62.1,56,706,4.54,4.57,2.83 +"29608",0.35,"Ideal","H","VVS2",59.2,56,706,4.6,4.65,2.74 +"29609",0.35,"Premium","F","VS2",61.8,58,706,4.48,4.52,2.78 +"29610",0.35,"Premium","G","VS1",61.2,58,706,4.51,4.54,2.77 +"29611",0.23,"Very Good","G","VVS2",58.1,59,438,4.09,4.03,2.36 +"29612",0.27,"Very Good","G","VS2",61.5,57,439,4.18,4.22,2.58 +"29613",0.27,"Very Good","G","VS1",61.9,56,439,4.14,4.17,2.57 +"29614",0.27,"Very Good","G","VS1",61,54,439,4.19,4.21,2.56 +"29615",0.27,"Very Good","G","VS1",61.9,56,439,4.13,4.16,2.56 +"29616",0.3,"Ideal","J","VVS2",62.1,56,439,4.31,4.32,2.68 +"29617",0.3,"Ideal","J","VVS2",62.3,58,439,4.26,4.28,2.66 +"29618",0.36,"Ideal","I","SI2",62.1,54,439,4.56,4.58,2.84 +"29619",0.36,"Ideal","J","SI1",62.3,53,439,4.59,4.62,2.87 +"29620",0.3,"Ideal","I","SI1",60.4,59,439,4.33,4.35,2.62 +"29621",0.23,"Good","E","VVS1",59.9,65,439,3.93,3.95,2.36 +"29622",0.3,"Good","J","SI1",64,55,439,4.28,4.25,2.73 +"29623",0.34,"Ideal","H","SI1",61.4,55,440,4.51,4.55,2.78 +"29624",0.26,"Good","H","VVS2",63.4,55,440,4.05,4.06,2.57 +"29625",0.26,"Very Good","H","VVS2",59.8,61,440,4.15,4.18,2.49 +"29626",0.31,"Ideal","H","SI1",61.8,54,441,4.35,4.4,2.7 +"29627",0.3,"Good","J","VS2",64.1,58,441,4.26,4.23,2.72 +"29628",0.32,"Good","D","SI2",64.1,54,441,4.34,4.37,2.79 +"29629",0.35,"Premium","H","SI2",61.6,58,441,4.49,4.54,2.78 +"29630",0.27,"Very Good","G","VVS2",61.9,57,442,4.12,4.15,2.56 +"29631",0.31,"Very Good","I","VS2",61.5,55,442,4.34,4.36,2.68 +"29632",0.23,"Very Good","E","VS1",61.3,56,442,3.96,3.98,2.43 +"29633",0.24,"Ideal","H","VVS2",62.5,54,442,3.95,3.98,2.48 +"29634",0.32,"Ideal","J","VS1",62,54.7,442,4.39,4.42,2.73 +"29635",0.24,"Ideal","G","VS1",61.8,56,442,3.99,4.04,2.48 +"29636",0.3,"Ideal","H","SI1",62.4,53.7,442,4.29,4.31,2.68 +"29637",0.23,"Good","F","VS2",61,57,442,3.97,4.01,2.44 +"29638",0.3,"Very Good","I","VS1",61.8,63,442,4.26,4.29,2.64 +"29639",0.3,"Very Good","I","VS1",61.6,61,442,4.23,4.28,2.62 +"29640",0.27,"Very Good","J","VVS2",60.8,57,443,4.16,4.2,2.54 +"29641",0.35,"Ideal","F","VS2",61.5,57,706,4.52,4.56,2.79 +"29642",0.35,"Premium","F","VS2",62,59,706,4.51,4.55,2.81 +"29643",0.35,"Premium","F","VS2",62.1,60,706,4.45,4.51,2.78 +"29644",0.35,"Very Good","H","VVS2",62.5,58,706,4.48,4.51,2.81 +"29645",0.35,"Ideal","G","VS1",62.1,56,706,4.52,4.56,2.82 +"29646",0.35,"Very Good","G","VS1",62.5,55,706,4.51,4.55,2.83 +"29647",0.35,"Premium","F","VS2",61.4,59,706,4.53,4.56,2.79 +"29648",0.35,"Ideal","F","VS2",62.6,56,706,4.49,4.52,2.82 +"29649",0.35,"Ideal","F","VS2",60.8,57,706,4.52,4.56,2.76 +"29650",0.35,"Premium","F","VS2",61.9,58,706,4.48,4.54,2.79 +"29651",0.35,"Ideal","F","VS2",61.4,55,706,4.55,4.6,2.81 +"29652",0.35,"Ideal","G","VS1",61.9,55,706,4.52,4.53,2.8 +"29653",0.35,"Ideal","F","VS2",61.4,56,706,4.53,4.56,2.79 +"29654",0.35,"Premium","G","VS1",61.5,58,706,4.5,4.54,2.78 +"29655",0.35,"Ideal","F","VS2",62.1,57,706,4.53,4.55,2.82 +"29656",0.35,"Very Good","F","VS2",61.1,62,706,4.5,4.54,2.76 +"29657",0.35,"Very Good","G","VS1",61.2,56,706,4.53,4.56,2.78 +"29658",0.35,"Ideal","F","VS2",61.4,54,706,4.54,4.58,2.8 +"29659",0.35,"Ideal","G","VS1",60.5,57,706,4.55,4.58,2.76 +"29660",0.35,"Ideal","G","VS1",61.9,55,706,4.51,4.53,2.8 +"29661",0.35,"Premium","F","VS2",61.5,59,706,4.53,4.55,2.79 +"29662",0.35,"Ideal","F","VS2",62.2,55,706,4.48,4.53,2.8 +"29663",0.35,"Premium","G","VS1",62.3,59,706,4.49,4.53,2.81 +"29664",0.35,"Ideal","F","VS2",62.3,55,706,4.53,4.56,2.83 +"29665",0.35,"Ideal","F","VS2",62.4,57,706,4.5,4.51,2.81 +"29666",0.35,"Ideal","F","VS2",61.9,54,706,4.5,4.54,2.8 +"29667",0.35,"Ideal","F","VS2",60.5,57,706,4.52,4.6,2.76 +"29668",0.35,"Ideal","H","VVS2",62.5,57,706,4.48,4.54,2.82 +"29669",0.35,"Very Good","G","VS1",60.7,61,706,4.54,4.58,2.77 +"29670",0.32,"Ideal","G","VS1",61.3,55,707,4.45,4.43,2.72 +"29671",0.28,"Very Good","F","VVS2",62.6,55,707,4.18,4.2,2.62 +"29672",0.28,"Very Good","F","VVS2",61.6,56,707,4.2,4.23,2.59 +"29673",0.28,"Very Good","F","VVS2",61.1,57,707,4.24,4.27,2.6 +"29674",0.28,"Very Good","E","VVS2",61,57,707,4.22,4.25,2.58 +"29675",0.31,"Very Good","E","VVS2",60.5,56,707,4.39,4.47,2.68 +"29676",0.28,"Very Good","F","VVS1",61.5,56,707,4.24,4.27,2.61 +"29677",0.28,"Very Good","E","VVS1",62.1,57,707,4.17,4.21,2.6 +"29678",0.3,"Very Good","D","VS1",63.2,59,707,4.26,4.29,2.7 +"29679",0.39,"Ideal","H","VS2",62.3,55,707,4.67,4.7,2.92 +"29680",0.41,"Ideal","J","VS1",62.8,56,707,4.73,4.79,2.99 +"29681",0.32,"Ideal","D","VS1",61.1,56,707,4.44,4.47,2.72 +"29682",0.35,"Ideal","F","SI1",61.1,56,707,4.56,4.58,2.79 +"29683",0.39,"Ideal","F","SI1",61.3,56,707,4.73,4.77,2.91 +"29684",0.31,"Ideal","F","SI1",62.3,56,707,4.38,4.35,2.72 +"29685",0.32,"Ideal","F","VS2",62.6,57,707,4.41,4.37,2.75 +"29686",0.35,"Ideal","D","VS2",60.5,56,707,4.6,4.63,2.79 +"29687",0.4,"Very Good","F","SI1",61.5,60,707,4.77,4.7,2.91 +"29688",0.4,"Very Good","E","SI1",62.8,59,707,4.67,4.7,2.94 +"29689",0.4,"Very Good","E","SI1",62.9,58,707,4.71,4.74,2.97 +"29690",0.4,"Very Good","E","SI1",62.8,59,707,4.7,4.73,2.96 +"29691",0.31,"Ideal","H","VVS1",62.2,54,707,4.36,4.39,2.72 +"29692",0.31,"Premium","G","VVS2",61.8,58,707,4.32,4.36,2.68 +"29693",0.31,"Ideal","G","VVS2",60.8,56,707,4.38,4.4,2.67 +"29694",0.31,"Premium","G","VVS2",62.2,59,707,4.32,4.36,2.7 +"29695",0.31,"Very Good","H","VVS1",63,58,707,4.33,4.37,2.74 +"29696",0.31,"Premium","G","VVS2",60.5,58,707,4.39,4.43,2.67 +"29697",0.31,"Good","G","VVS2",63.1,57,707,4.3,4.32,2.72 +"29698",0.31,"Ideal","H","VVS1",61.5,54,707,4.36,4.39,2.69 +"29699",0.31,"Premium","H","VVS1",62.1,58,707,4.33,4.36,2.7 +"29700",0.31,"Ideal","G","VVS2",61.7,54,707,4.34,4.38,2.69 +"29701",0.31,"Ideal","G","VVS2",62.1,56,707,4.32,4.35,2.69 +"29702",0.31,"Good","G","VVS2",63.4,59,707,4.26,4.29,2.71 +"29703",0.31,"Ideal","H","VVS1",61.6,55,707,4.35,4.38,2.69 +"29704",0.4,"Ideal","E","SI1",62.5,57,707,4.7,4.74,2.95 +"29705",0.32,"Ideal","E","VS1",61.9,56,707,4.42,4.47,2.75 +"29706",0.31,"Very Good","G","VVS2",62.6,57,707,4.29,4.33,2.7 +"29707",0.31,"Very Good","G","VVS2",60,62,707,4.4,4.44,2.65 +"29708",0.31,"Ideal","G","VVS2",61.4,56,707,4.35,4.38,2.68 +"29709",0.31,"Premium","G","VVS2",61.5,58,707,4.31,4.34,2.66 +"29710",0.31,"Ideal","H","VVS1",62.2,56,707,4.34,4.37,2.71 +"29711",0.31,"Ideal","G","VVS2",62.4,56,707,4.31,4.35,2.7 +"29712",0.31,"Good","G","VVS2",63.3,57,707,4.28,4.31,2.72 +"29713",0.31,"Good","H","VVS1",63.3,56,707,4.3,4.32,2.73 +"29714",0.31,"Ideal","G","VVS2",62.7,57,707,4.31,4.34,2.71 +"29715",0.31,"Very Good","H","VVS1",61.9,58,707,4.32,4.34,2.68 +"29716",0.31,"Good","G","VVS2",63.2,58,707,4.26,4.32,2.71 +"29717",0.31,"Ideal","G","VVS2",61.9,55,707,4.33,4.36,2.69 +"29718",0.31,"Ideal","G","VVS2",62.4,56,707,4.33,4.36,2.71 +"29719",0.31,"Ideal","G","VVS2",62.7,57,707,4.31,4.33,2.71 +"29720",0.31,"Good","G","VVS2",63.8,56,707,4.24,4.28,2.72 +"29721",0.31,"Ideal","H","VVS1",61.5,56,707,4.34,4.38,2.68 +"29722",0.31,"Good","H","VVS1",63.3,58,707,4.28,4.32,2.72 +"29723",0.31,"Very Good","G","VVS2",62.1,56,707,4.27,4.33,2.67 +"29724",0.31,"Premium","H","VVS1",61.8,58,707,4.3,4.34,2.67 +"29725",0.31,"Premium","H","VVS1",62.6,58,707,4.29,4.33,2.7 +"29726",0.31,"Premium","H","VVS1",60.5,58,707,4.4,4.43,2.67 +"29727",0.31,"Ideal","H","VVS1",62.7,54,707,4.33,4.38,2.73 +"29728",0.31,"Ideal","G","VVS2",61.8,56,707,4.31,4.36,2.68 +"29729",0.31,"Very Good","G","VVS2",62.9,58,707,4.28,4.3,2.7 +"29730",0.31,"Good","H","VVS1",63.1,57,707,4.25,4.31,2.7 +"29731",0.31,"Ideal","H","VVS1",61.8,57,707,4.32,4.35,2.68 +"29732",0.31,"Premium","H","VVS1",60.6,59,707,4.36,4.38,2.65 +"29733",0.31,"Very Good","G","VVS2",62.9,58,707,4.27,4.31,2.7 +"29734",0.41,"Good","D","SI1",63.4,56,707,4.73,4.76,3.01 +"29735",0.4,"Very Good","D","SI1",60,56,708,4.82,4.85,2.9 +"29736",0.32,"Ideal","G","VVS2",61.6,55,708,4.4,4.43,2.72 +"29737",0.32,"Ideal","G","VVS2",62,54,708,4.39,4.42,2.73 +"29738",0.32,"Ideal","G","VVS2",62,56,708,4.41,4.43,2.74 +"29739",0.32,"Ideal","G","VVS2",62.1,54,708,4.4,4.42,2.74 +"29740",0.32,"Ideal","G","VVS2",61.6,56,708,4.42,4.44,2.73 +"29741",0.32,"Ideal","H","VVS1",61.2,56,708,4.44,4.48,2.73 +"29742",0.32,"Ideal","H","VVS1",61.6,54,708,4.42,4.45,2.73 +"29743",0.32,"Ideal","H","VVS1",61.9,54,708,4.4,4.42,2.73 +"29744",0.32,"Ideal","H","VVS1",61.3,56,708,4.41,4.43,2.71 +"29745",0.32,"Ideal","H","VVS1",62,54,708,4.39,4.42,2.73 +"29746",0.32,"Ideal","H","VVS1",62,55,708,4.42,4.45,2.75 +"29747",0.43,"Ideal","J","SI1",61.9,54,708,4.88,4.84,3.01 +"29748",0.37,"Premium","G","SI1",62.1,60,708,4.61,4.54,2.84 +"29749",0.37,"Premium","G","SI1",60,57,708,4.7,4.67,2.81 +"29750",0.36,"Very Good","F","VS2",63.1,57,708,4.53,4.51,2.85 +"29751",0.31,"Very Good","D","VS1",63.7,58,709,4.27,4.3,2.73 +"29752",0.39,"Very Good","G","SI1",61.7,59.4,709,4.65,4.7,2.88 +"29753",0.45,"Ideal","G","SI2",61.9,54,709,4.91,4.95,3.05 +"29754",0.35,"Ideal","I","VS1",60.9,57,709,4.59,4.54,2.78 +"29755",0.3,"Premium","D","SI1",62.6,59,709,4.27,4.23,2.66 +"29756",0.3,"Premium","D","SI1",63,58,709,4.27,4.24,2.68 +"29757",0.3,"Premium","D","SI1",62.6,56,709,4.29,4.24,2.67 +"29758",0.3,"Premium","D","SI1",62.5,58,709,4.31,4.27,2.68 +"29759",0.3,"Ideal","D","SI1",62,56,709,4.34,4.3,2.68 +"29760",0.42,"Premium","I","SI2",61.5,59,709,4.84,4.78,2.96 +"29761",0.35,"Premium","I","VS1",61.8,58,709,4.53,4.5,2.79 +"29762",0.35,"Premium","I","VS1",61.1,60,709,4.58,4.52,2.78 +"29763",0.35,"Premium","I","VS1",60.7,62,709,4.59,4.53,2.77 +"29764",0.35,"Ideal","I","VS1",61.6,56,709,4.58,4.54,2.81 +"29765",0.35,"Premium","H","VS2",61.8,56,709,4.58,4.54,2.82 +"29766",0.35,"Premium","H","VS2",59.6,62,709,4.62,4.57,2.74 +"29767",0.3,"Ideal","I","VVS1",61.9,57,709,4.35,4.31,2.68 +"29768",0.3,"Premium","I","VVS1",60.5,60,709,4.34,4.32,2.62 +"29769",0.3,"Ideal","I","VVS1",61.1,57,709,4.36,4.32,2.65 +"29770",0.3,"Premium","I","VVS1",62.2,58,709,4.31,4.28,2.67 +"29771",0.3,"Ideal","I","VVS1",62.4,56,709,4.32,4.3,2.69 +"29772",0.3,"Ideal","I","VVS1",62.1,56,709,4.33,4.3,2.68 +"29773",0.3,"Premium","I","VVS1",61.1,59,709,4.33,4.31,2.64 +"29774",0.3,"Ideal","I","VVS1",61.3,57,709,4.34,4.31,2.65 +"29775",0.3,"Very Good","I","VVS1",63.1,57,709,4.29,4.27,2.7 +"29776",0.3,"Ideal","I","VVS1",62.3,55,709,4.29,4.28,2.67 +"29777",0.3,"Premium","I","VVS1",62.8,59,709,4.29,4.24,2.68 +"29778",0.3,"Premium","I","VVS1",62.6,60,709,4.28,4.25,2.67 +"29779",0.3,"Premium","I","VVS1",61.2,60,709,4.29,4.27,2.62 +"29780",0.3,"Good","I","VVS1",63.8,56,709,4.26,4.23,2.71 +"29781",0.3,"Premium","I","VVS1",62.5,60,709,4.27,4.24,2.66 +"29782",0.3,"Ideal","D","SI1",61,56,709,4.37,4.35,2.66 +"29783",0.3,"Ideal","D","SI1",61.4,56,709,4.35,4.32,2.66 +"29784",0.3,"Ideal","D","SI1",61,54,709,4.35,4.34,2.65 +"29785",0.3,"Premium","D","SI1",59.7,59,709,4.37,4.34,2.6 +"29786",0.3,"Ideal","D","SI1",62.1,54,709,4.35,4.31,2.69 +"29787",0.3,"Ideal","D","SI1",61.9,54,709,4.34,4.32,2.68 +"29788",0.3,"Ideal","D","SI1",61.4,55,709,4.34,4.29,2.65 +"29789",0.3,"Premium","D","SI1",60.6,60,709,4.32,4.3,2.61 +"29790",0.3,"Ideal","D","SI1",61,56,709,4.33,4.3,2.63 +"29791",0.3,"Ideal","D","SI1",62.1,56,709,4.33,4.3,2.68 +"29792",0.3,"Ideal","D","SI1",61.6,56,709,4.34,4.3,2.66 +"29793",0.3,"Premium","D","SI1",61,60,709,4.35,4.3,2.64 +"29794",0.3,"Ideal","D","SI1",61.7,56,709,4.35,4.31,2.67 +"29795",0.3,"Premium","D","SI1",62.3,58,709,4.32,4.28,2.68 +"29796",0.3,"Premium","D","SI1",61.6,58,709,4.32,4.29,2.65 +"29797",0.3,"Ideal","D","SI1",62.5,57,709,4.32,4.29,2.69 +"29798",0.3,"Ideal","D","SI1",61,57,709,4.33,4.29,2.63 +"29799",0.3,"Ideal","D","SI1",62.2,55,709,4.33,4.29,2.68 +"29800",0.3,"Very Good","D","SI1",63.3,55,709,4.31,4.28,2.72 +"29801",0.3,"Ideal","D","SI1",61.6,57,709,4.32,4.28,2.65 +"29802",0.3,"Premium","D","SI1",62.2,58,709,4.31,4.28,2.67 +"29803",0.3,"Premium","D","SI1",62.2,58,709,4.31,4.28,2.67 +"29804",0.3,"Very Good","D","SI1",63.1,55,709,4.31,4.28,2.71 +"29805",0.3,"Premium","D","SI1",61.7,59,709,4.31,4.28,2.65 +"29806",0.3,"Ideal","D","SI1",61.9,56,709,4.31,4.28,2.66 +"29807",0.3,"Premium","D","SI1",62,60,709,4.29,4.26,2.65 +"29808",0.3,"Very Good","D","SI1",63.4,56,709,4.29,4.26,2.71 +"29809",0.3,"Good","D","SI1",63.8,57,709,4.29,4.27,2.73 +"29810",0.3,"Premium","D","SI1",61,61,709,4.29,4.27,2.61 +"29811",0.3,"Premium","D","SI1",62.1,58,709,4.28,4.25,2.65 +"29812",0.3,"Ideal","D","SI1",62.2,56,709,4.3,4.25,2.66 +"29813",0.3,"Ideal","D","SI1",62.5,57,709,4.28,4.26,2.67 +"29814",0.3,"Premium","D","SI1",62.5,59,709,4.28,4.26,2.67 +"29815",0.3,"Premium","D","SI1",62.4,60,709,4.26,4.23,2.65 +"29816",0.3,"Premium","D","SI1",62.7,60,709,4.26,4.23,2.66 +"29817",0.3,"Very Good","D","SI1",63.2,56,709,4.27,4.24,2.69 +"29818",0.3,"Premium","D","SI1",62.2,61,709,4.28,4.24,2.65 +"29819",0.3,"Very Good","D","SI1",63.3,59,709,4.25,4.22,2.68 +"29820",0.3,"Premium","D","SI1",62.3,59,709,4.25,4.22,2.64 +"29821",0.3,"Premium","D","SI1",61.7,60,709,4.28,4.25,2.63 +"29822",0.3,"Premium","F","VS1",61,60,709,4.3,4.22,2.6 +"29823",0.35,"Good","H","VS2",63.7,57,709,4.53,4.48,2.87 +"29824",0.3,"Premium","D","SI1",61.3,60,709,4.32,4.26,2.63 +"29825",0.31,"Very Good","E","VVS2",61.5,55,710,4.37,4.41,2.7 +"29826",0.31,"Very Good","G","VVS1",63,56,710,4.26,4.28,2.69 +"29827",0.3,"Very Good","G","VVS1",63.2,55,710,4.28,4.3,2.71 +"29828",0.38,"Very Good","H","VS2",61.6,56,710,4.68,4.71,2.89 +"29829",0.42,"Very Good","F","SI2",61.5,59,710,4.81,4.85,2.97 +"29830",0.43,"Ideal","J","VVS2",61.8,55,710,4.89,4.91,3.03 +"29831",0.31,"Ideal","E","VVS2",60.4,61,710,4.37,4.44,2.66 +"29832",0.31,"Ideal","E","VVS2",61.8,58,710,4.3,4.34,2.67 +"29833",0.31,"Ideal","G","VVS1",61.3,60,710,4.33,4.38,2.67 +"29834",0.38,"Ideal","G","SI1",61.6,54,710,4.68,4.71,2.89 +"29835",0.38,"Ideal","F","SI1",61.3,55,710,4.63,4.76,2.88 +"29836",0.24,"Premium","E","VVS1",60.7,58,710,4.03,4.01,2.44 +"29837",0.24,"Premium","D","VVS1",61.5,60,710,4,3.97,2.45 +"29838",0.3,"Premium","D","VS2",62.2,60,710,4.28,4.3,2.67 +"29839",0.3,"Ideal","D","VS2",62.5,55,710,4.3,4.31,2.69 +"29840",0.3,"Ideal","D","VS2",62.5,54,710,4.29,4.32,2.69 +"29841",0.3,"Ideal","D","VS2",62.3,54,710,4.3,4.33,2.69 +"29842",0.3,"Very Good","D","VS2",62.5,59,710,4.23,4.28,2.66 +"29843",0.3,"Very Good","D","VS2",62.9,58,710,4.23,4.26,2.67 +"29844",0.3,"Ideal","D","VS2",62.3,56,710,4.29,4.32,2.68 +"29845",0.3,"Premium","D","VS2",60.4,59,710,4.33,4.35,2.62 +"29846",0.3,"Premium","D","VS2",60.5,58,710,4.35,4.38,2.64 +"29847",0.3,"Ideal","D","VS2",60.8,57,710,4.31,4.34,2.63 +"29848",0.3,"Premium","D","VS2",61.9,58,710,4.28,4.32,2.66 +"29849",0.3,"Premium","D","VS2",61.7,58,710,4.3,4.32,2.66 +"29850",0.3,"Ideal","D","VS2",61.4,54,710,4.33,4.34,2.66 +"29851",0.3,"Premium","D","VS2",60.7,60,710,4.33,4.37,2.64 +"29852",0.3,"Ideal","D","VS2",61.6,57,710,4.3,4.33,2.66 +"29853",0.3,"Very Good","D","VS2",62.9,59,710,4.22,4.27,2.67 +"29854",0.3,"Very Good","D","VS2",62.9,56,710,4.24,4.28,2.68 +"29855",0.3,"Premium","D","VS2",60.6,59,710,4.28,4.36,2.62 +"29856",0.3,"Ideal","D","VS2",62.3,54,710,4.29,4.34,2.69 +"29857",0.3,"Ideal","E","VS1",60.8,57,710,4.33,4.36,2.64 +"29858",0.3,"Very Good","D","VS2",62.6,61,710,4.22,4.25,2.65 +"29859",0.3,"Ideal","D","VS2",61.3,57,710,4.32,4.36,2.66 +"29860",0.3,"Premium","D","VS2",60.9,58,710,4.32,4.35,2.64 +"29861",0.3,"Ideal","D","VS2",61.5,55,710,4.3,4.35,2.66 +"29862",0.3,"Ideal","D","VS2",60.8,57,710,4.33,4.38,2.65 +"29863",0.3,"Ideal","D","VS2",62.2,55,710,4.29,4.33,2.68 +"29864",0.3,"Very Good","D","VS2",62,59,710,4.22,4.27,2.63 +"29865",0.3,"Very Good","D","VS2",62.4,56,710,4.27,4.32,2.68 +"29866",0.3,"Premium","D","VS2",61,58,710,4.32,4.34,2.64 +"29867",0.3,"Ideal","D","VS2",61.7,55,710,4.33,4.36,2.68 +"29868",0.3,"Very Good","D","VS2",62.9,61,710,4.27,4.29,2.69 +"29869",0.3,"Ideal","D","VS2",61.8,55,710,4.32,4.36,2.68 +"29870",0.3,"Premium","D","VS2",61,60,710,4.29,4.33,2.63 +"29871",0.3,"Very Good","D","VS2",62.5,58,710,4.26,4.29,2.67 +"29872",0.3,"Premium","E","VS1",61.8,58,710,4.31,4.33,2.67 +"29873",0.3,"Ideal","D","VS2",60.9,57,710,4.32,4.35,2.64 +"29874",0.3,"Ideal","D","VS2",61,55,710,4.33,4.36,2.65 +"29875",0.3,"Ideal","D","VS2",61.4,55,710,4.32,4.34,2.66 +"29876",0.3,"Premium","D","VS2",61.1,59,710,4.26,4.31,2.62 +"29877",0.3,"Ideal","D","VS2",62.3,56,710,4.27,4.3,2.67 +"29878",0.3,"Very Good","D","VS2",62.8,57,710,4.25,4.29,2.68 +"29879",0.3,"Ideal","D","VS2",62.6,56,710,4.28,4.31,2.69 +"29880",0.3,"Very Good","D","VS2",62.8,57,710,4.29,4.31,2.7 +"29881",0.3,"Very Good","D","VS2",62.8,59,710,4.26,4.28,2.68 +"29882",0.3,"Very Good","D","VS2",60.3,60,710,4.28,4.31,2.59 +"29883",0.3,"Ideal","D","VS2",61.9,57,710,4.29,4.33,2.67 +"29884",0.3,"Ideal","D","VS2",62.2,54,710,4.28,4.31,2.67 +"29885",0.3,"Ideal","E","VS1",61.5,56,710,4.31,4.37,2.67 +"29886",0.3,"Ideal","E","VS1",61.7,57,710,4.28,4.31,2.65 +"29887",0.3,"Ideal","D","VS2",61.1,56,710,4.32,4.36,2.65 +"29888",0.3,"Very Good","E","VS1",61.9,60,710,4.26,4.3,2.65 +"29889",0.3,"Ideal","D","VS2",62,56,710,4.33,4.35,2.69 +"29890",0.3,"Very Good","D","VS2",62,58,710,4.29,4.32,2.67 +"29891",0.3,"Ideal","E","VS1",60.7,57,710,4.31,4.36,2.63 +"29892",0.3,"Ideal","D","VS2",61.8,55,710,4.3,4.34,2.67 +"29893",0.3,"Premium","D","VS2",62.3,58,710,4.29,4.32,2.68 +"29894",0.3,"Ideal","D","VS2",62,55,710,4.31,4.34,2.68 +"29895",0.3,"Premium","D","VS2",60.4,59,710,4.32,4.35,2.62 +"29896",0.3,"Premium","D","VS2",61.7,59,710,4.25,4.28,2.63 +"29897",0.3,"Premium","E","VS1",61.3,59,710,4.28,4.33,2.64 +"29898",0.3,"Premium","D","VS2",60.6,58,710,4.32,4.36,2.63 +"29899",0.3,"Ideal","D","VS2",62.5,57,710,4.25,4.29,2.67 +"29900",0.3,"Very Good","D","VS2",62.2,58,710,4.25,4.3,2.66 +"29901",0.31,"Very Good","F","VVS2",61.6,56,711,4.34,4.38,2.68 +"29902",0.4,"Very Good","G","SI1",61,56,711,4.77,4.8,2.92 +"29903",0.44,"Very Good","F","SI2",61.9,59,711,4.85,4.9,3.02 +"29904",0.39,"Ideal","F","SI1",61.8,55,711,4.66,4.71,2.9 +"29905",0.41,"Ideal","F","SI1",61.8,56,711,4.75,4.79,2.95 +"29906",0.41,"Ideal","F","SI1",62.6,54,711,4.74,4.78,2.98 +"29907",0.41,"Ideal","F","SI1",61.8,55,711,4.75,4.8,2.95 +"29908",0.41,"Ideal","E","SI1",61.5,55,711,4.78,4.81,2.95 +"29909",0.35,"Good","E","VS2",57.8,60,711,4.64,4.67,2.69 +"29910",0.39,"Very Good","I","VS2",59.6,57,712,4.77,4.82,2.86 +"29911",0.29,"Very Good","G","VS2",61.5,58,712,4.25,4.27,2.62 +"29912",0.34,"Ideal","F","VVS2",61.8,56,712,4.47,4.49,2.77 +"29913",0.42,"Very Good","I","SI1",61,55.8,712,4.83,4.86,2.96 +"29914",0.3,"Premium","D","VS1",61.9,58,712,4.28,4.32,2.66 +"29915",0.34,"Very Good","G","VVS2",60.4,57,713,4.53,4.56,2.74 +"29916",0.33,"Ideal","G","VVS2",62.3,56,713,4.43,4.47,2.77 +"29917",0.33,"Ideal","G","VVS2",61.9,55,713,4.41,4.44,2.74 +"29918",0.33,"Ideal","G","VVS2",61.5,55,713,4.47,4.51,2.76 +"29919",0.33,"Ideal","H","VVS1",61.8,55,713,4.42,4.44,2.74 +"29920",0.32,"Ideal","D","VS2",61.3,57,713,4.44,4.46,2.73 +"29921",0.32,"Ideal","D","VS2",61.1,56,713,4.42,4.45,2.71 +"29922",0.32,"Ideal","E","VS1",61.4,55,713,4.42,4.44,2.72 +"29923",0.32,"Ideal","E","VS1",61.1,56,713,4.42,4.45,2.71 +"29924",0.31,"Ideal","D","VS1",61.1,56,713,4.33,4.37,2.66 +"29925",0.31,"Ideal","D","VS1",61.6,55,713,4.3,4.33,2.66 +"29926",0.31,"Ideal","D","VS1",60.6,57,713,4.36,4.39,2.65 +"29927",0.36,"Ideal","D","SI1",61.9,55.7,713,4.57,4.59,2.84 +"29928",0.38,"Good","F","VS2",63.4,62,713,4.52,4.56,2.88 +"29929",0.43,"Premium","E","I1",58.4,62,713,5,4.94,2.9 +"29930",0.5,"Fair","F","I1",63.8,58,713,5.08,4.97,3.21 +"29931",0.37,"Very Good","I","VVS2",60.9,58,714,4.64,4.68,2.84 +"29932",0.38,"Ideal","H","VS1",62.1,55.4,714,4.63,4.68,2.89 +"29933",0.32,"Ideal","D","SI1",61.2,56,714,4.45,4.47,2.73 +"29934",0.34,"Premium","G","VS2",59.6,62,714,4.56,4.54,2.71 +"29935",0.34,"Good","G","VS2",57.5,61,714,4.66,4.6,2.66 +"29936",0.34,"Ideal","E","SI1",62.2,54,714,4.5,4.47,2.79 +"29937",0.34,"Very Good","E","SI1",63.4,55,714,4.46,4.44,2.82 +"29938",0.34,"Very Good","E","SI1",63.3,57,714,4.47,4.44,2.82 +"29939",0.34,"Very Good","E","SI1",63.5,55,714,4.47,4.44,2.83 +"29940",0.29,"Ideal","F","VVS2",61.1,58,715,4.26,4.28,2.61 +"29941",0.31,"Ideal","G","SI1",61.3,58,443,4.37,4.4,2.69 +"29942",0.29,"Very Good","H","VS1",62.2,56,444,4.24,4.27,2.64 +"29943",0.29,"Ideal","I","VS1",61.7,56,444,4.22,4.27,2.62 +"29944",0.32,"Premium","E","I1",60.9,58,444,4.42,4.38,2.68 +"29945",0.27,"Very Good","H","VVS2",61.2,58,445,4.16,4.2,2.56 +"29946",0.26,"Very Good","I","SI1",59.2,60,445,4.2,4.24,2.5 +"29947",0.25,"Ideal","H","VS1",61.5,56,445,4.05,4.08,2.5 +"29948",0.25,"Ideal","H","VS1",62.6,53,445,4.04,4.08,2.54 +"29949",0.33,"Very Good","I","SI1",61.4,58,445,4.46,4.5,2.75 +"29950",0.33,"Ideal","I","SI1",61.5,57,445,4.46,4.49,2.75 +"29951",0.33,"Premium","I","SI1",61.3,59,445,4.46,4.51,2.75 +"29952",0.33,"Ideal","I","SI1",62.7,56,445,4.4,4.44,2.77 +"29953",0.33,"Very Good","I","SI1",62.8,58,445,4.39,4.43,2.77 +"29954",0.33,"Good","I","SI1",63.6,57,445,4.39,4.42,2.8 +"29955",0.33,"Good","I","SI1",63.2,58,445,4.36,4.38,2.76 +"29956",0.32,"Ideal","G","SI1",62.6,55,445,4.38,4.41,2.75 +"29957",0.23,"Premium","F","VVS2",61.3,59,445,3.94,3.99,2.43 +"29958",0.34,"Good","E","SI2",63.1,56,445,4.46,4.51,2.83 +"29959",0.35,"Ideal","J","VS2",61.8,55,446,4.54,4.56,2.81 +"29960",0.35,"Ideal","J","VS2",61.4,55,446,4.55,4.57,2.8 +"29961",0.31,"Ideal","G","SI1",61.7,54,446,4.38,4.4,2.71 +"29962",0.31,"Ideal","G","SI1",61.2,55,446,4.37,4.39,2.68 +"29963",0.36,"Premium","F","SI2",60.3,59,446,4.62,4.57,2.77 +"29964",0.31,"Very Good","H","SI1",62.4,60,446,4.32,4.34,2.7 +"29965",0.31,"Very Good","H","SI1",61.1,55,446,4.35,4.39,2.67 +"29966",0.31,"Very Good","H","SI1",61.4,55,446,4.36,4.44,2.7 +"29967",0.31,"Good","H","SI1",63.6,57,446,4.32,4.33,2.75 +"29968",0.31,"Ideal","H","SI1",62.7,56,446,4.33,4.38,2.73 +"29969",0.31,"Very Good","H","SI1",62.3,55,446,4.34,4.36,2.71 +"29970",0.31,"Very Good","H","SI1",61.1,57,446,4.32,4.35,2.65 +"29971",0.29,"Ideal","F","VVS1",61.1,57,715,4.26,4.29,2.61 +"29972",0.32,"Ideal","D","SI1",62.1,54,715,4.4,4.45,2.75 +"29973",0.32,"Ideal","D","SI1",61.5,56,715,4.41,4.44,2.72 +"29974",0.32,"Ideal","D","SI1",60.9,55,715,4.45,4.48,2.72 +"29975",0.32,"Ideal","D","SI1",61.5,54,715,4.42,4.46,2.73 +"29976",0.35,"Ideal","I","IF",61.8,55,715,4.55,4.57,2.82 +"29977",0.35,"Ideal","I","IF",61.1,56,715,4.56,4.6,2.8 +"29978",0.35,"Ideal","I","IF",61.5,55,715,4.53,4.57,2.8 +"29979",0.38,"Very Good","G","VS2",59.7,62,715,4.66,4.68,2.79 +"29980",0.39,"Very Good","F","VS2",62.1,59,716,4.69,4.71,2.92 +"29981",0.39,"Ideal","G","SI2",60.9,56,716,4.78,4.74,2.9 +"29982",0.31,"Ideal","F","VVS2",61.2,56,716,4.4,4.43,2.7 +"29983",0.43,"Ideal","I","VS2",62,55,716,4.84,4.87,3.01 +"29984",0.43,"Ideal","I","VS2",61.9,54,716,4.87,4.88,3.02 +"29985",0.43,"Ideal","I","VS2",61.8,55,716,4.85,4.89,3.01 +"29986",0.32,"Ideal","E","VS2",61.5,56,716,4.43,4.45,2.73 +"29987",0.32,"Ideal","F","VS1",61.9,57,716,4.38,4.41,2.72 +"29988",0.32,"Ideal","F","VS1",61.9,56,716,4.39,4.43,2.73 +"29989",0.32,"Ideal","F","VS1",61,54,716,4.42,4.44,2.7 +"29990",0.32,"Ideal","F","VS1",61.6,57,716,4.39,4.42,2.71 +"29991",0.32,"Ideal","F","VS1",61.7,56,716,4.39,4.42,2.72 +"29992",0.32,"Ideal","F","VS1",61,56,716,4.45,4.48,2.72 +"29993",0.43,"Ideal","D","SI2",62.6,56,716,4.84,4.88,3.04 +"29994",0.43,"Premium","E","SI2",61.2,59,716,4.82,4.89,2.97 +"29995",0.43,"Ideal","H","SI1",62.5,57,716,4.79,4.84,3.01 +"29996",0.43,"Premium","E","SI2",60.8,58,716,4.86,4.88,2.96 +"29997",0.43,"Premium","D","SI2",62.6,58,716,4.79,4.82,3.01 +"29998",0.43,"Ideal","E","SI2",62.1,56,716,4.84,4.85,3.01 +"29999",0.43,"Ideal","D","SI2",61,57,716,4.81,4.86,2.95 +"30000",0.43,"Very Good","H","SI1",60.2,57,716,4.91,4.93,2.96 +"30001",0.43,"Ideal","E","SI2",61.9,57,716,4.83,4.86,3 +"30002",0.43,"Ideal","H","SI1",62.4,56,716,4.81,4.83,3.01 +"30003",0.43,"Premium","H","SI1",59,58,716,4.93,4.96,2.92 +"30004",0.43,"Ideal","H","SI1",62.3,56,716,4.83,4.86,3.02 +"30005",0.43,"Ideal","H","SI1",61.6,55,716,4.87,4.9,3.01 +"30006",0.43,"Premium","D","SI2",60.7,58,716,4.85,4.91,2.96 +"30007",0.43,"Very Good","E","SI2",62.7,55,716,4.83,4.87,3.04 +"30008",0.43,"Very Good","D","SI2",61.1,58,716,4.86,4.9,2.98 +"30009",0.43,"Very Good","H","SI1",61.5,58,716,4.8,4.86,2.97 +"30010",0.35,"Very Good","E","VS2",61.9,61,716,4.5,4.54,2.8 +"30011",0.32,"Very Good","F","VVS2",62,55,717,4.38,4.42,2.73 +"30012",0.42,"Very Good","F","SI1",63.1,56,717,4.77,4.8,3.02 +"30013",0.45,"Ideal","I","VS2",61.9,54,717,4.92,4.94,3.05 +"30014",0.38,"Ideal","E","VS2",61.5,56,717,4.65,4.69,2.87 +"30015",0.31,"Ideal","H","VS1",61.3,55,717,4.36,4.41,2.69 +"30016",0.4,"Very Good","F","SI1",61.7,62,717,4.71,4.76,2.92 +"30017",0.42,"Premium","G","SI1",62.7,59,717,4.72,4.75,2.97 +"30018",0.4,"Good","H","VS2",63.1,62,717,4.75,4.66,2.97 +"30019",0.41,"Very Good","D","SI1",63,57,717,4.64,4.7,2.94 +"30020",0.41,"Very Good","D","SI1",60.3,63,717,4.78,4.8,2.89 +"30021",0.41,"Good","D","SI1",63.1,57,717,4.68,4.73,2.97 +"30022",0.41,"Very Good","D","SI1",63,56,717,4.75,4.8,3.01 +"30023",0.36,"Ideal","E","VS2",61.3,56,718,4.59,4.61,2.82 +"30024",0.3,"Ideal","D","VS1",62.2,57,718,4.26,4.29,2.66 +"30025",0.3,"Ideal","D","VS1",61.6,54,718,4.34,4.36,2.68 +"30026",0.36,"Ideal","F","SI1",61.6,56,718,4.62,4.57,2.83 +"30027",0.32,"Ideal","G","VS1",62.3,55,718,4.41,4.39,2.74 +"30028",0.32,"Ideal","G","VS1",62.5,57,718,4.37,4.34,2.72 +"30029",0.43,"Good","E","SI1",63.4,56,718,4.77,4.79,3.03 +"30030",0.35,"Premium","E","VS1",62.2,58,718,4.47,4.5,2.79 +"30031",0.39,"Good","F","SI1",63.3,54,718,4.62,4.67,2.94 +"30032",0.39,"Very Good","J","VVS1",61.8,56,718,4.64,4.71,2.89 +"30033",0.39,"Good","H","VS2",63.1,58,718,4.63,4.66,2.93 +"30034",0.39,"Ideal","F","SI1",62.5,55,718,4.63,4.68,2.91 +"30035",0.35,"Ideal","E","VS1",61.5,57,718,4.52,4.55,2.79 +"30036",0.39,"Good","F","SI1",63.6,58,718,4.6,4.65,2.94 +"30037",0.39,"Very Good","J","VVS1",62.5,58,718,4.61,4.67,2.9 +"30038",0.39,"Very Good","J","VVS1",62.8,58,718,4.61,4.66,2.91 +"30039",0.3,"Very Good","D","VVS2",59.3,57,719,4.39,4.41,2.61 +"30040",0.32,"Ideal","D","VS2",61.3,56,719,4.4,4.44,2.71 +"30041",0.39,"Ideal","E","SI1",62.1,53,719,4.69,4.72,2.92 +"30042",0.33,"Ideal","I","IF",61.5,56,719,4.43,4.47,2.74 +"30043",0.3,"Good","D","VVS2",61.6,63,719,4.23,4.27,2.62 +"30044",0.38,"Good","F","VS2",60.3,61,719,4.68,4.71,2.83 +"30045",0.47,"Fair","F","SI2",67.6,57,719,4.81,4.72,3.23 +"30046",0.41,"Premium","G","SI1",61.5,59,719,4.75,4.78,2.93 +"30047",0.41,"Very Good","G","SI1",62.5,57,719,4.69,4.72,2.94 +"30048",0.41,"Premium","G","SI1",62.7,58,719,4.7,4.74,2.96 +"30049",0.41,"Premium","G","SI1",61.4,60,719,4.75,4.82,2.94 +"30050",0.41,"Very Good","G","SI1",62.7,55,719,4.77,4.8,3 +"30051",0.41,"Very Good","G","SI1",60.3,60,719,4.76,4.8,2.88 +"30052",0.41,"Premium","G","SI1",59.1,58,719,4.83,4.88,2.87 +"30053",0.41,"Premium","G","SI1",62.5,58,719,4.75,4.78,2.98 +"30054",0.41,"Premium","G","SI1",61.7,59,719,4.71,4.73,2.91 +"30055",0.41,"Premium","G","SI1",62.6,59,719,4.72,4.77,2.97 +"30056",0.41,"Premium","G","SI1",61.3,58,719,4.76,4.8,2.93 +"30057",0.41,"Premium","G","SI1",61.3,60,719,4.75,4.81,2.93 +"30058",0.41,"Very Good","G","SI1",62.9,56,719,4.7,4.75,2.97 +"30059",0.41,"Ideal","G","SI1",62.6,54,719,4.74,4.78,2.98 +"30060",0.41,"Premium","G","SI1",60.3,59,719,4.76,4.79,2.88 +"30061",0.32,"Premium","G","VS2",61.9,58,720,4.43,4.36,2.72 +"30062",0.3,"Ideal","G","VVS1",61.8,56,720,4.34,4.37,2.69 +"30063",0.31,"Ideal","E","VS2",62.5,54,720,4.33,4.37,2.72 +"30064",0.34,"Ideal","G","VS1",60.6,57,720,4.52,4.57,2.75 +"30065",0.3,"Ideal","D","VS1",62,57,720,4.27,4.31,2.66 +"30066",0.32,"Ideal","D","VS1",61.4,56,720,4.38,4.41,2.7 +"30067",0.4,"Good","H","SI2",63.8,57,720,4.7,4.67,2.99 +"30068",0.32,"Ideal","G","VS2",59.8,57,720,4.46,4.43,2.66 +"30069",0.32,"Ideal","G","VS2",60.3,57,720,4.46,4.43,2.68 +"30070",0.32,"Premium","G","VS2",59.9,57,720,4.51,4.47,2.69 +"30071",0.32,"Premium","G","VS2",62.3,60,720,4.4,4.37,2.73 +"30072",0.32,"Ideal","F","SI2",61.7,56,720,4.44,4.41,2.73 +"30073",0.32,"Premium","E","SI1",61.9,59,720,4.39,4.36,2.71 +"30074",0.32,"Premium","E","SI1",62.2,57,720,4.43,4.38,2.74 +"30075",0.32,"Ideal","E","SI1",61.8,55,720,4.45,4.42,2.74 +"30076",0.32,"Premium","E","SI1",60.1,60,720,4.47,4.42,2.67 +"30077",0.32,"Very Good","E","SI1",63.2,56,720,4.38,4.35,2.76 +"30078",0.4,"Good","H","SI2",63.7,59,720,4.69,4.64,2.97 +"30079",0.32,"Ideal","I","VVS2",63,57,720,4.37,4.33,2.74 +"30080",0.32,"Premium","I","VVS2",61.9,59,720,4.38,4.35,2.7 +"30081",0.32,"Premium","I","VVS2",62.1,59,720,4.38,4.35,2.71 +"30082",0.32,"Ideal","I","VVS2",62.6,54,720,4.41,4.37,2.75 +"30083",0.32,"Premium","I","VVS2",60.7,59,720,4.43,4.4,2.68 +"30084",0.32,"Ideal","I","VVS2",61.5,56,720,4.42,4.4,2.71 +"30085",0.32,"Ideal","H","VS1",60.2,56,720,4.49,4.44,2.69 +"30086",0.32,"Ideal","H","VS1",61.3,55,720,4.43,4.41,2.71 +"30087",0.32,"Ideal","H","VS1",61.1,56,720,4.46,4.44,2.72 +"30088",0.32,"Premium","H","VS1",60.2,58,720,4.47,4.43,2.68 +"30089",0.32,"Ideal","H","VS1",61.8,55,720,4.42,4.41,2.73 +"30090",0.32,"Premium","H","VS1",60.5,59,720,4.42,4.41,2.67 +"30091",0.32,"Premium","H","VS1",60.6,60,720,4.44,4.4,2.68 +"30092",0.32,"Ideal","H","VS1",63,57,720,4.39,4.37,2.76 +"30093",0.32,"Premium","H","VS1",61.7,58,720,4.41,4.37,2.71 +"30094",0.32,"Ideal","H","VS1",62.9,54,720,4.41,4.37,2.76 +"30095",0.32,"Premium","H","VS1",61.7,61,720,4.43,4.38,2.72 +"30096",0.32,"Premium","H","VS1",61.7,58,720,4.44,4.38,2.72 +"30097",0.32,"Ideal","H","VS1",61.5,57,720,4.42,4.4,2.71 +"30098",0.32,"Ideal","H","VS1",61.9,55,720,4.42,4.4,2.73 +"30099",0.32,"Ideal","H","VS1",63,55,720,4.42,4.4,2.78 +"30100",0.32,"Ideal","H","VS1",62.8,55,720,4.41,4.35,2.75 +"30101",0.32,"Ideal","H","VS1",63,57,720,4.35,4.32,2.73 +"30102",0.32,"Premium","H","VS1",61.3,60,720,4.38,4.33,2.67 +"30103",0.32,"Very Good","H","VS1",63.1,57,720,4.37,4.34,2.75 +"30104",0.32,"Premium","H","VS1",62.4,58,720,4.4,4.35,2.73 +"30105",0.32,"Premium","H","VS1",62.8,58,720,4.37,4.35,2.74 +"30106",0.32,"Premium","H","VS1",62.3,58,720,4.39,4.34,2.72 +"30107",0.32,"Premium","G","VS2",61,59,720,4.46,4.42,2.71 +"30108",0.32,"Premium","G","VS2",59.8,59,720,4.52,4.48,2.69 +"30109",0.32,"Premium","G","VS2",60.8,59,720,4.44,4.41,2.69 +"30110",0.32,"Premium","G","VS2",60.2,57,720,4.45,4.42,2.67 +"30111",0.32,"Premium","G","VS2",61.1,58,720,4.45,4.42,2.71 +"30112",0.32,"Ideal","G","VS2",61.4,55,720,4.46,4.4,2.72 +"30113",0.32,"Premium","G","VS2",60.5,58,720,4.42,4.41,2.67 +"30114",0.32,"Ideal","G","VS2",61.8,55,720,4.42,4.41,2.73 +"30115",0.32,"Ideal","G","VS2",61.8,55,720,4.43,4.41,2.73 +"30116",0.32,"Premium","G","VS2",61.5,60,720,4.42,4.4,2.71 +"30117",0.32,"Ideal","G","VS2",61.5,57,720,4.41,4.4,2.71 +"30118",0.32,"Premium","G","VS2",61.5,59,720,4.42,4.4,2.71 +"30119",0.32,"Ideal","G","VS2",61.6,57,720,4.41,4.39,2.71 +"30120",0.32,"Ideal","G","VS2",62,57,720,4.41,4.39,2.73 +"30121",0.32,"Premium","G","VS2",60.7,58,720,4.42,4.38,2.67 +"30122",0.32,"Ideal","G","VS2",61.8,57,720,4.42,4.38,2.72 +"30123",0.32,"Ideal","G","VS2",62.5,56,720,4.42,4.38,2.75 +"30124",0.32,"Ideal","G","VS2",61.4,57,720,4.4,4.39,2.7 +"30125",0.32,"Ideal","G","VS2",62,57,720,4.4,4.37,2.72 +"30126",0.32,"Premium","G","VS2",62,59,720,4.41,4.37,2.72 +"30127",0.32,"Ideal","G","VS2",61.7,57,720,4.4,4.38,2.71 +"30128",0.32,"Premium","G","VS2",61.2,59,720,4.41,4.38,2.69 +"30129",0.32,"Ideal","G","VS2",61.8,57,720,4.4,4.37,2.71 +"30130",0.32,"Premium","G","VS2",62.6,58,720,4.39,4.37,2.74 +"30131",0.32,"Ideal","G","VS2",61.4,56,720,4.39,4.37,2.69 +"30132",0.32,"Premium","G","VS2",62.3,58,720,4.41,4.36,2.73 +"30133",0.32,"Very Good","G","VS2",63.3,54,720,4.39,4.36,2.77 +"30134",0.32,"Premium","G","VS2",61.5,60,720,4.39,4.36,2.69 +"30135",0.32,"Premium","G","VS2",62.5,58,720,4.38,4.36,2.73 +"30136",0.32,"Premium","G","VS2",61.5,58,720,4.4,4.35,2.69 +"30137",0.32,"Premium","G","VS2",62.1,60,720,4.39,4.34,2.71 +"30138",0.32,"Premium","G","VS2",62,58,720,4.38,4.33,2.7 +"30139",0.32,"Premium","G","VS2",62.6,59,720,4.36,4.33,2.72 +"30140",0.32,"Premium","G","VS2",62.6,60,720,4.36,4.33,2.72 +"30141",0.32,"Premium","G","VS2",62.4,59,720,4.36,4.33,2.71 +"30142",0.32,"Premium","G","VS2",61.7,60,720,4.4,4.32,2.69 +"30143",0.32,"Premium","G","VS2",62.5,60,720,4.38,4.32,2.72 +"30144",0.32,"Very Good","G","VS2",63.1,57,720,4.35,4.3,2.73 +"30145",0.32,"Premium","G","VS2",62.8,58,720,4.35,4.31,2.72 +"30146",0.32,"Ideal","E","SI1",61.9,56,720,4.43,4.39,2.73 +"30147",0.32,"Premium","E","SI1",60.2,60,720,4.44,4.39,2.66 +"30148",0.32,"Premium","E","SI1",61.6,56,720,4.41,4.39,2.71 +"30149",0.32,"Premium","E","SI1",62.3,58,720,4.4,4.37,2.73 +"30150",0.32,"Very Good","E","SI1",63.4,55,720,4.36,4.35,2.76 +"30151",0.32,"Very Good","E","SI1",63.1,56,720,4.39,4.36,2.76 +"30152",0.32,"Premium","E","SI1",62.2,58,720,4.39,4.36,2.72 +"30153",0.32,"Premium","E","SI1",62.8,57,720,4.39,4.34,2.74 +"30154",0.32,"Very Good","E","SI1",63.3,56,720,4.35,4.34,2.75 +"30155",0.45,"Premium","J","SI2",60.9,57,720,4.95,4.9,3.05 +"30156",0.5,"Very Good","E","I1",63.1,61,720,5.04,4.97,3.16 +"30157",0.3,"Ideal","E","SI1",61.4,56,720,4.36,4.33,2.67 +"30158",0.4,"Good","D","SI1",63.1,61,720,4.67,4.71,2.96 +"30159",0.4,"Good","D","SI1",63.5,55,720,4.67,4.72,2.98 +"30160",0.4,"Very Good","D","SI1",63,57,720,4.66,4.7,2.95 +"30161",0.4,"Good","D","SI1",63.3,57,720,4.68,4.71,2.97 +"30162",0.4,"Very Good","D","SI1",60.3,62,720,4.7,4.75,2.85 +"30163",0.4,"Good","D","SI1",63.6,57,720,4.67,4.7,2.98 +"30164",0.4,"Very Good","D","SI1",63,57,720,4.66,4.7,2.95 +"30165",0.4,"Very Good","D","VS2",60.5,58,720,4.76,4.82,2.9 +"30166",0.4,"Good","D","SI1",63.1,57,720,4.69,4.73,2.97 +"30167",0.4,"Very Good","D","SI1",62.5,61,720,4.66,4.69,2.92 +"30168",0.32,"Very Good","F","VVS2",63,56,721,4.37,4.39,2.76 +"30169",0.31,"Very Good","E","VVS2",64.2,55,721,4.24,4.3,2.74 +"30170",0.27,"Very Good","D","VVS1",62.3,54,721,4.18,4.21,2.61 +"30171",0.35,"Very Good","D","VS2",62.6,56,721,4.48,4.5,2.81 +"30172",0.38,"Ideal","I","VVS2",62,55,721,4.64,4.69,2.89 +"30173",0.3,"Ideal","E","VVS2",62,55,721,4.31,4.34,2.68 +"30174",0.38,"Ideal","G","VS2",61,55,721,4.67,4.71,2.86 +"30175",0.38,"Ideal","G","VS2",59.5,58,721,4.75,4.77,2.83 +"30176",0.38,"Ideal","H","VS1",61.1,55,721,4.68,4.72,2.87 +"30177",0.29,"Ideal","G","IF",61.3,56,721,4.26,4.29,2.62 +"30178",0.38,"Good","H","VS1",64.4,57,721,4.54,4.59,2.94 +"30179",0.35,"Good","G","VS1",58.6,60.5,721,4.62,4.68,2.72 +"30180",0.39,"Premium","H","SI2",62.4,59,721,4.65,4.58,2.88 +"30181",0.33,"Ideal","I","VVS2",61,56,722,4.48,4.51,2.74 +"30182",0.34,"Ideal","G","VVS2",62,55,722,4.47,4.5,2.78 +"30183",0.34,"Ideal","H","VVS1",62.3,54,722,4.46,4.5,2.79 +"30184",0.31,"Ideal","E","VS1",61.6,55,722,4.39,4.41,2.71 +"30185",0.31,"Ideal","E","VS1",61.2,55,722,4.4,4.43,2.7 +"30186",0.41,"Ideal","H","SI1",62.4,53,722,4.78,4.81,2.99 +"30187",0.41,"Ideal","D","SI1",61.3,56,722,4.8,4.82,2.95 +"30188",0.4,"Fair","G","VS2",64.6,55,722,4.62,4.64,2.99 +"30189",0.35,"Ideal","E","VS2",63.5,54,722,4.48,4.43,2.83 +"30190",0.33,"Premium","G","VVS2",61.3,59,722,4.42,4.45,2.72 +"30191",0.42,"Very Good","F","SI1",60.6,61,722,4.83,4.87,2.94 +"30192",0.42,"Very Good","E","SI1",61.5,61,722,4.82,4.87,2.98 +"30193",0.42,"Very Good","E","SI1",59.8,61,722,4.85,4.89,2.91 +"30194",0.42,"Good","F","SI1",63.4,56,722,4.75,4.78,3.02 +"30195",0.42,"Good","F","SI1",63.4,56,722,4.76,4.8,3.03 +"30196",0.42,"Premium","E","SI1",61.5,58,722,4.78,4.84,2.96 +"30197",0.42,"Good","F","SI1",63.6,57,722,4.7,4.76,3.01 +"30198",0.42,"Premium","E","SI1",62,58,722,4.82,4.85,3 +"30199",0.42,"Premium","E","SI1",60,58,722,4.85,4.89,2.92 +"30200",0.42,"Good","F","SI1",63.3,56,722,4.75,4.79,3.02 +"30201",0.42,"Good","F","SI1",63.1,56,722,4.79,4.82,3.03 +"30202",0.42,"Very Good","J","VS2",60.9,58,723,4.81,4.85,2.94 +"30203",0.42,"Very Good","D","SI1",60.2,58,723,4.85,4.89,2.93 +"30204",0.42,"Ideal","J","VS1",62.7,57,723,4.75,4.79,2.99 +"30205",0.34,"Ideal","F","VS1",60.9,57,723,4.53,4.56,2.77 +"30206",0.4,"Ideal","G","SI2",62.5,53,723,4.75,4.79,2.98 +"30207",0.38,"Ideal","G","SI1",61,55,723,4.69,4.73,2.87 +"30208",0.34,"Ideal","E","SI1",60.4,57,723,4.53,4.55,2.74 +"30209",0.43,"Good","E","SI1",60.6,61,723,4.96,4.98,3.01 +"30210",0.33,"Ideal","E","VS2",61,57,723,4.43,4.46,2.71 +"30211",0.33,"Ideal","E","VS2",62.1,57,723,4.41,4.44,2.75 +"30212",0.33,"Ideal","E","VS2",60.3,57,723,4.51,4.54,2.73 +"30213",0.33,"Ideal","E","VS2",62.1,56,723,4.43,4.46,2.76 +"30214",0.33,"Premium","E","VS2",62,59,723,4.39,4.41,2.73 +"30215",0.33,"Ideal","E","VS2",62.3,56,723,4.46,4.47,2.78 +"30216",0.33,"Premium","E","VS2",60.7,58,723,4.47,4.49,2.72 +"30217",0.33,"Ideal","E","VS2",62.3,55,723,4.43,4.46,2.77 +"30218",0.33,"Ideal","E","VS2",62,56,723,4.46,4.48,2.77 +"30219",0.33,"Ideal","E","VS2",61.8,55,723,4.45,4.48,2.76 +"30220",0.33,"Very Good","E","VS2",62.8,56,723,4.41,4.45,2.78 +"30221",0.33,"Premium","E","VS2",60.6,60,723,4.43,4.48,2.7 +"30222",0.33,"Premium","E","VS2",61,60,723,4.42,4.47,2.71 +"30223",0.33,"Premium","E","VS2",61.1,59,723,4.45,4.49,2.73 +"30224",0.33,"Ideal","E","VS2",61.3,55,723,4.46,4.48,2.74 +"30225",0.33,"Premium","E","VS2",61,60,723,4.43,4.46,2.71 +"30226",0.33,"Ideal","E","VS2",60.6,55,723,4.48,4.5,2.72 +"30227",0.33,"Premium","E","VS2",61.5,59,723,4.42,4.46,2.73 +"30228",0.33,"Ideal","E","VS2",62.6,57,723,4.37,4.42,2.75 +"30229",0.33,"Premium","E","VS2",61.7,60,723,4.4,4.45,2.73 +"30230",0.33,"Ideal","E","VS2",61.9,56,723,4.4,4.45,2.74 +"30231",0.33,"Ideal","E","VS2",61.2,56,723,4.45,4.47,2.73 +"30232",0.33,"Ideal","E","VS2",62.3,57,723,4.4,4.43,2.75 +"30233",0.33,"Ideal","E","VS2",60.5,56,723,4.48,4.51,2.72 +"30234",0.33,"Ideal","E","VS2",61.9,54,723,4.42,4.47,2.75 +"30235",0.33,"Ideal","E","VS2",60.8,57,723,4.45,4.47,2.71 +"30236",0.33,"Ideal","E","VS2",62.4,55,723,4.4,4.42,2.75 +"30237",0.33,"Ideal","E","VS2",61.9,56,723,4.43,4.46,2.75 +"30238",0.33,"Ideal","E","VS2",61.1,56,723,4.45,4.48,2.73 +"30239",0.33,"Ideal","E","VS2",61.6,57,723,4.44,4.46,2.74 +"30240",0.33,"Ideal","E","VS2",62.3,57,723,4.37,4.43,2.74 +"30241",0.4,"Good","F","VS2",64.1,56,723,4.65,4.71,3 +"30242",0.33,"Ideal","E","VS2",61.5,57,723,4.41,4.47,2.73 +"30243",0.33,"Ideal","F","VS1",61.2,56,723,4.46,4.49,2.74 +"30244",0.33,"Ideal","E","VS2",62.1,56,723,4.4,4.45,2.75 +"30245",0.33,"Ideal","D","VS2",61.7,55,724,4.46,4.48,2.76 +"30246",0.33,"Good","F","VVS1",60.2,64,724,4.47,4.5,2.7 +"30247",0.26,"Very Good","F","VVS1",63.3,57,724,4.07,4.05,2.57 +"30248",0.26,"Ideal","E","VVS2",62.5,55,724,4.09,4.07,2.55 +"30249",0.26,"Premium","E","VVS2",61.7,61,724,4.12,4.08,2.53 +"30250",0.26,"Premium","E","VVS2",60.8,61,724,4.13,4.12,2.51 +"30251",0.26,"Premium","E","VVS2",58.9,61,724,4.19,4.16,2.46 +"30252",0.26,"Good","D","VVS2",63.6,56,724,4.09,4.06,2.59 +"30253",0.34,"Very Good","F","VVS2",59.6,60,724,4.54,4.59,2.72 +"30254",0.43,"Premium","G","SI1",62.6,59,724,4.8,4.82,3.01 +"30255",0.3,"Very Good","G","VVS1",60.7,56,725,4.32,4.35,2.63 +"30256",0.31,"Very Good","E","VVS1",60.4,61,725,4.34,4.4,2.64 +"30257",0.31,"Very Good","E","VVS1",62.5,59,725,4.3,4.34,2.7 +"30258",0.35,"Very Good","G","VS1",59.2,60,725,4.59,4.64,2.73 +"30259",0.34,"Very Good","D","VS1",59.8,57,725,4.54,4.59,2.73 +"30260",0.4,"Very Good","E","SI1",63,57,725,4.68,4.71,2.96 +"30261",0.31,"Ideal","E","VVS1",59.8,60,725,4.38,4.42,2.63 +"30262",0.4,"Ideal","H","VS2",61.4,55,725,4.76,4.78,2.93 +"30263",0.4,"Ideal","H","VS2",61.9,55,725,4.73,4.75,2.93 +"30264",0.36,"Ideal","G","VS1",61.5,58,725,4.59,4.61,2.83 +"30265",0.32,"Ideal","F","VS1",61.3,55,725,4.4,4.44,2.71 +"30266",0.36,"Ideal","G","SI1",61.8,55,725,4.58,4.61,2.84 +"30267",0.31,"Good","E","VVS1",60.9,61,725,4.32,4.35,2.64 +"30268",0.3,"Very Good","F","VS2",63.4,59,725,4.25,4.23,2.69 +"30269",0.3,"Premium","G","VS1",60.8,61,725,4.34,4.31,2.63 +"30270",0.3,"Premium","G","VS1",60.2,62,725,4.31,4.3,2.59 +"30271",0.31,"Good","H","SI1",63.1,57,446,4.31,4.34,2.73 +"30272",0.31,"Very Good","H","SI1",59,57,446,4.4,4.44,2.61 +"30273",0.31,"Very Good","H","SI1",60.5,60,446,4.33,4.4,2.64 +"30274",0.31,"Ideal","I","VS2",62.1,53.7,447,4.37,4.4,2.72 +"30275",0.31,"Ideal","I","VS2",62.3,53.8,447,4.32,4.36,2.7 +"30276",0.26,"Ideal","F","SI1",61.8,55,447,4.12,4.14,2.55 +"30277",0.23,"Good","F","VS2",63.8,57,447,3.93,3.84,2.48 +"30278",0.3,"Very Good","D","SI2",61.2,60,447,4.28,4.31,2.63 +"30279",0.3,"Very Good","D","SI2",61.4,59,447,4.26,4.31,2.63 +"30280",0.3,"Very Good","D","SI2",62.4,59,447,4.25,4.28,2.66 +"30281",0.3,"Very Good","G","SI1",61,57,447,4.31,4.34,2.64 +"30282",0.34,"Very Good","I","SI1",59.2,61,447,4.57,4.58,2.71 +"30283",0.34,"Very Good","I","SI1",61.3,61,447,4.45,4.49,2.74 +"30284",0.34,"Very Good","F","SI2",60,62,447,4.51,4.55,2.72 +"30285",0.34,"Premium","F","SI2",60,58,447,4.55,4.58,2.74 +"30286",0.34,"Very Good","J","VS1",61.7,58,447,4.41,4.47,2.74 +"30287",0.34,"Very Good","F","SI2",63,58,447,4.45,4.47,2.81 +"30288",0.3,"Very Good","G","SI1",62.6,57,447,4.25,4.34,2.69 +"30289",0.3,"Premium","D","SI2",60.9,58,447,4.29,4.32,2.62 +"30290",0.3,"Good","G","SI1",63.8,56,447,4.26,4.3,2.73 +"30291",0.3,"Very Good","G","SI1",59.8,57,447,4.32,4.37,2.6 +"30292",0.34,"Good","F","SI2",63.3,54,447,4.46,4.48,2.83 +"30293",0.3,"Good","D","SI2",63.3,57,447,4.26,4.3,2.71 +"30294",0.34,"Ideal","F","SI2",60.1,56,447,4.54,4.55,2.73 +"30295",0.34,"Premium","I","SI1",60.2,59,447,4.52,4.55,2.73 +"30296",0.3,"Very Good","G","SI1",60.1,62,447,4.35,4.37,2.62 +"30297",0.3,"Very Good","D","SI2",63,55,447,4.25,4.26,2.68 +"30298",0.3,"Premium","D","SI2",62.4,58,447,4.28,4.31,2.68 +"30299",0.3,"Ideal","D","SI2",61.1,55,447,4.32,4.35,2.65 +"30300",0.3,"Very Good","D","SI2",61,61,447,4.25,4.31,2.61 +"30301",0.3,"Premium","G","VS1",62,60,725,4.31,4.27,2.66 +"30302",0.3,"Very Good","G","VS1",63.3,56,725,4.31,4.28,2.72 +"30303",0.3,"Very Good","G","VS1",63.4,55,725,4.32,4.26,2.72 +"30304",0.3,"Very Good","G","VS1",63.5,58,725,4.26,4.21,2.69 +"30305",0.34,"Premium","F","VS1",60,59,725,4.59,4.55,2.74 +"30306",0.41,"Very Good","E","SI1",60.4,58,725,4.75,4.79,2.88 +"30307",0.41,"Very Good","E","SI1",61,61,725,4.74,4.77,2.9 +"30308",0.44,"Ideal","J","VVS2",62.1,55,726,4.88,4.91,3.04 +"30309",0.38,"Ideal","G","VS2",60.4,57,726,4.68,4.71,2.83 +"30310",0.34,"Ideal","F","VS2",61.5,55,726,4.53,4.57,2.8 +"30311",0.34,"Ideal","F","VS2",62.1,56,726,4.48,4.51,2.79 +"30312",0.31,"Ideal","E","VS1",62.1,54.2,726,4.31,4.35,2.69 +"30313",0.4,"Ideal","D","SI1",61.3,56,726,4.75,4.78,2.92 +"30314",0.4,"Ideal","D","SI1",61.3,57,726,4.74,4.79,2.92 +"30315",0.43,"Premium","I","SI2",59.8,59,726,4.94,4.9,2.94 +"30316",0.36,"Premium","G","VS1",62.2,59,726,4.53,4.57,2.83 +"30317",0.36,"Ideal","F","VS2",62,55,726,4.55,4.58,2.83 +"30318",0.36,"Premium","H","VVS2",60.6,58,726,4.58,4.6,2.78 +"30319",0.36,"Premium","G","VS1",61.7,59,726,4.55,4.59,2.82 +"30320",0.36,"Very Good","G","VS1",59.7,56,726,4.64,4.67,2.78 +"30321",0.36,"Very Good","G","VS1",62.9,57,726,4.56,4.6,2.88 +"30322",0.36,"Ideal","H","VVS2",62.3,57,726,4.52,4.57,2.83 +"30323",0.36,"Premium","G","VS1",59.7,59,726,4.61,4.64,2.76 +"30324",0.36,"Very Good","G","VS1",61.2,60,726,4.56,4.59,2.8 +"30325",0.31,"Ideal","G","VVS2",62,56,726,4.33,4.35,2.69 +"30326",0.36,"Premium","F","VS2",60.5,59,726,4.61,4.64,2.8 +"30327",0.36,"Ideal","F","VS2",60.9,57,726,4.58,4.61,2.8 +"30328",0.36,"Premium","F","VS2",61.4,58,726,4.56,4.6,2.81 +"30329",0.36,"Premium","F","VS2",60.5,60,726,4.55,4.61,2.77 +"30330",0.36,"Ideal","G","VS1",61.6,56,726,4.56,4.59,2.82 +"30331",0.36,"Premium","G","VS1",62.3,59,726,4.5,4.55,2.82 +"30332",0.41,"Very Good","D","SI2",63.8,57,727,4.71,4.73,3.01 +"30333",0.4,"Ideal","I","VS2",62.5,57,727,4.67,4.71,2.93 +"30334",0.33,"Ideal","H","VS1",60.9,56,727,4.46,4.5,2.73 +"30335",0.38,"Premium","J","VS2",60.5,60,727,4.68,4.64,2.82 +"30336",0.34,"Ideal","F","SI1",62.8,56,727,4.46,4.42,2.79 +"30337",0.34,"Premium","F","SI1",59.8,58,727,4.57,4.53,2.72 +"30338",0.34,"Premium","F","SI1",59.4,62,727,4.59,4.54,2.71 +"30339",0.34,"Premium","F","SI1",59.3,60,727,4.58,4.52,2.7 +"30340",0.34,"Ideal","F","SI1",63,54,727,4.5,4.48,2.83 +"30341",0.5,"Fair","G","I1",64.9,57,727,5.01,4.97,3.24 +"30342",0.5,"Fair","G","I1",65.2,56,727,4.95,4.89,3.21 +"30343",0.36,"Ideal","D","VS2",60,56,727,4.66,4.68,2.8 +"30344",0.36,"Premium","D","VS2",60.3,58,727,4.63,4.66,2.8 +"30345",0.36,"Ideal","E","VS1",62.7,57,727,4.55,4.58,2.86 +"30346",0.36,"Premium","E","VS1",61.5,59,727,4.57,4.6,2.82 +"30347",0.33,"Very Good","D","VS1",60.3,61,727,4.48,4.51,2.71 +"30348",0.33,"Ideal","D","VS1",61.1,57,727,4.46,4.48,2.73 +"30349",0.37,"Very Good","E","VS2",64,55,728,4.52,4.57,2.91 +"30350",0.42,"Very Good","E","SI1",61.4,54,728,4.83,4.87,2.98 +"30351",0.4,"Ideal","I","VVS2",61.9,56.4,728,4.72,4.74,2.93 +"30352",0.3,"Ideal","F","VVS2",61.9,54.1,728,4.31,4.33,2.67 +"30353",0.32,"Ideal","F","VVS2",61.4,57,728,4.41,4.45,2.72 +"30354",0.33,"Ideal","D","SI1",62,56,728,4.47,4.44,2.76 +"30355",0.33,"Very Good","D","SI1",63.1,55,728,4.46,4.42,2.8 +"30356",0.33,"Very Good","D","SI1",63.1,55,728,4.4,4.38,2.77 +"30357",0.3,"Very Good","D","VVS2",59,59,729,4.4,4.42,2.6 +"30358",0.32,"Ideal","E","VVS2",61.2,57,729,4.38,4.41,2.69 +"30359",0.31,"Ideal","F","VS1",61.1,57,729,4.34,4.36,2.66 +"30360",0.39,"Ideal","D","SI1",60.6,55,729,4.73,4.78,2.88 +"30361",0.36,"Premium","H","VS2",61,60,729,4.6,4.55,2.79 +"30362",0.36,"Premium","H","VS2",60,62,729,4.62,4.58,2.76 +"30363",0.36,"Ideal","I","VS1",60.5,57,729,4.59,4.56,2.77 +"30364",0.36,"Premium","I","VS1",60.9,61,729,4.61,4.58,2.8 +"30365",0.36,"Premium","I","VS1",60.3,60,729,4.64,4.58,2.78 +"30366",0.36,"Very Good","I","VS1",63.3,56,729,4.56,4.51,2.87 +"30367",0.36,"Premium","I","VS1",62,59,729,4.6,4.53,2.83 +"30368",0.36,"Ideal","I","VS1",62.1,57,729,4.58,4.54,2.83 +"30369",0.36,"Ideal","I","VS1",62.1,56,729,4.59,4.55,2.84 +"30370",0.36,"Very Good","H","VS2",63.5,54,729,4.59,4.55,2.9 +"30371",0.36,"Ideal","H","VS2",62.1,55,729,4.58,4.57,2.84 +"30372",0.36,"Ideal","H","VS2",62.1,55,729,4.61,4.57,2.85 +"30373",0.36,"Premium","H","VS2",60.9,59,729,4.62,4.58,2.8 +"30374",0.36,"Good","H","VS2",63.7,55,729,4.52,4.49,2.87 +"30375",0.3,"Fair","F","VS2",56.3,64,729,4.44,4.39,2.5 +"30376",0.43,"Very Good","G","SI2",61.3,56.2,729,4.87,4.89,2.99 +"30377",0.45,"Very Good","F","SI2",61.5,61,729,4.9,4.95,3.03 +"30378",0.3,"Ideal","E","VS1",61.6,57,729,4.3,4.33,2.66 +"30379",0.41,"Good","H","VS2",64.1,57,729,4.72,4.64,3 +"30380",0.3,"Very Good","F","VVS2",59.9,56,730,4.38,4.44,2.64 +"30381",0.3,"Very Good","F","VVS2",62.5,56,730,4.26,4.29,2.67 +"30382",0.34,"Very Good","F","VS2",61.5,58.2,730,4.49,4.51,2.77 +"30383",0.34,"Very Good","F","VS2",62.5,57.5,730,4.4,4.45,2.77 +"30384",0.43,"Very Good","I","VS1",60.9,55,730,4.89,4.99,3.01 +"30385",0.33,"Ideal","G","VVS2",61.3,56,730,4.46,4.48,2.74 +"30386",0.33,"Ideal","G","VVS2",61.7,55,730,4.46,4.49,2.76 +"30387",0.33,"Ideal","G","VVS2",61.6,54,730,4.44,4.49,2.75 +"30388",0.33,"Ideal","H","VVS1",61.7,55,730,4.48,4.5,2.77 +"30389",0.33,"Ideal","H","VVS1",61.6,55,730,4.45,4.48,2.75 +"30390",0.33,"Ideal","H","VVS1",62.1,53,730,4.47,4.51,2.79 +"30391",0.33,"Ideal","H","VVS1",62.1,53,730,4.48,4.5,2.79 +"30392",0.33,"Ideal","H","VVS1",61.5,55,730,4.44,4.47,2.74 +"30393",0.33,"Ideal","H","VVS1",61.7,55,730,4.48,4.5,2.77 +"30394",0.33,"Ideal","H","VVS1",62.1,55,730,4.46,4.5,2.78 +"30395",0.33,"Ideal","H","VVS1",61.5,56,730,4.46,4.49,2.75 +"30396",0.32,"Ideal","G","VVS2",60.6,57,730,4.41,4.43,2.68 +"30397",0.32,"Premium","G","VVS2",61.6,60,730,4.37,4.4,2.7 +"30398",0.32,"Very Good","G","VVS2",62,55,730,4.39,4.42,2.73 +"30399",0.32,"Ideal","H","VVS1",61.9,56,730,4.38,4.41,2.72 +"30400",0.32,"Ideal","G","VVS2",62.2,56,730,4.34,4.38,2.71 +"30401",0.32,"Premium","H","VVS1",61.4,58,730,4.37,4.42,2.7 +"30402",0.32,"Premium","H","VVS1",62.5,58,730,4.33,4.37,2.72 +"30403",0.32,"Ideal","G","VVS2",62.1,55,730,4.35,4.38,2.71 +"30404",0.32,"Premium","G","VVS2",61.2,59,730,4.39,4.44,2.7 +"30405",0.32,"Ideal","G","VVS2",61.4,55,730,4.4,4.43,2.71 +"30406",0.32,"Ideal","H","VVS1",62.2,56,730,4.37,4.38,2.72 +"30407",0.32,"Premium","G","VVS2",60.8,59,730,4.41,4.44,2.69 +"30408",0.34,"Ideal","D","VS2",60.8,57,730,4.52,4.56,2.76 +"30409",0.34,"Very Good","D","VS2",60,59,730,4.5,4.56,2.72 +"30410",0.4,"Good","H","VS2",59.4,64,730,4.75,4.82,2.84 +"30411",0.32,"Ideal","H","VVS1",61.6,55,730,4.4,4.43,2.72 +"30412",0.32,"Premium","G","VVS2",61.7,59,730,4.37,4.41,2.71 +"30413",0.32,"Premium","G","VVS2",60.2,60,730,4.42,4.45,2.67 +"30414",0.32,"Ideal","G","VVS2",61.3,56,730,4.43,4.44,2.72 +"30415",0.32,"Ideal","G","VVS2",61.8,55,730,4.41,4.43,2.73 +"30416",0.32,"Ideal","G","VVS2",61.7,57,730,4.41,4.44,2.73 +"30417",0.32,"Premium","G","VVS2",62.3,58,730,4.35,4.38,2.72 +"30418",0.32,"Ideal","H","VVS1",60.4,57,730,4.42,4.46,2.68 +"30419",0.32,"Ideal","G","VVS2",62.2,55,730,4.41,4.43,2.75 +"30420",0.32,"Very Good","G","VVS2",62.2,57,730,4.36,4.38,2.72 +"30421",0.32,"Ideal","G","VVS2",62.4,56,730,4.4,4.42,2.75 +"30422",0.32,"Very Good","H","VVS1",62.7,57,730,4.36,4.41,2.75 +"30423",0.32,"Ideal","H","VVS1",61.6,56,730,4.39,4.41,2.71 +"30424",0.32,"Premium","H","VVS1",61.4,58,730,4.38,4.41,2.7 +"30425",0.32,"Ideal","G","VVS2",62.6,57,730,4.34,4.38,2.73 +"30426",0.32,"Ideal","G","VVS2",61.6,55,730,4.41,4.42,2.72 +"30427",0.32,"Premium","H","VVS1",60.9,58,730,4.4,4.43,2.69 +"30428",0.32,"Very Good","G","VVS2",60.9,61,730,4.39,4.41,2.68 +"30429",0.32,"Ideal","G","VVS2",61.5,57,730,4.39,4.43,2.71 +"30430",0.32,"Ideal","G","VVS2",61.9,57,730,4.38,4.41,2.72 +"30431",0.32,"Very Good","H","VVS1",62.9,58,730,4.34,4.37,2.74 +"30432",0.32,"Ideal","G","VVS2",62.1,57,730,4.4,4.42,2.74 +"30433",0.32,"Ideal","G","VVS2",62,55,730,4.4,4.44,2.74 +"30434",0.32,"Ideal","G","VVS1",61.7,56,730,4.37,4.41,2.71 +"30435",0.32,"Ideal","H","VVS1",62.1,54,730,4.4,4.42,2.74 +"30436",0.32,"Very Good","H","VVS1",62.9,57,730,4.33,4.38,2.74 +"30437",0.32,"Ideal","G","VVS2",62.4,54,730,4.37,4.38,2.73 +"30438",0.32,"Ideal","G","VVS2",61.2,56,730,4.41,4.42,2.7 +"30439",0.32,"Ideal","H","VVS1",61.9,55,730,4.37,4.38,2.71 +"30440",0.32,"Very Good","G","VVS2",62.3,54,730,4.38,4.45,2.75 +"30441",0.32,"Ideal","G","VVS2",61.1,55,730,4.42,4.45,2.71 +"30442",0.32,"Very Good","G","VVS2",62.6,58,730,4.35,4.37,2.73 +"30443",0.32,"Premium","H","VVS1",61.5,59,730,4.37,4.41,2.7 +"30444",0.29,"Very Good","F","VVS1",60.5,57,731,4.31,4.34,2.61 +"30445",0.29,"Very Good","F","VVS1",62.1,55,731,4.26,4.28,2.65 +"30446",0.43,"Very Good","J","VS2",60.9,59,731,4.86,4.9,2.97 +"30447",0.3,"Ideal","E","VVS2",61.2,61,731,4.3,4.33,2.64 +"30448",0.3,"Ideal","E","VVS2",62.8,55,731,4.28,4.32,2.7 +"30449",0.3,"Ideal","E","VVS2",61.5,55,731,4.33,4.35,2.67 +"30450",0.41,"Ideal","J","SI2",62.5,54,731,4.78,4.79,2.99 +"30451",0.4,"Ideal","F","SI2",61,56,731,4.76,4.81,2.92 +"30452",0.3,"Ideal","F","VS1",61.3,55,731,4.36,4.32,2.66 +"30453",0.3,"Ideal","F","VS1",61,56,731,4.37,4.35,2.66 +"30454",0.3,"Good","F","VS1",63.7,56,731,4.28,4.26,2.72 +"30455",0.3,"Ideal","F","VS1",62.6,57,731,4.34,4.29,2.7 +"30456",0.3,"Ideal","F","VS1",61.7,56,731,4.34,4.32,2.67 +"30457",0.3,"Premium","F","VS1",61,58,731,4.36,4.33,2.65 +"30458",0.3,"Premium","E","VS2",61.7,60,731,4.31,4.28,2.65 +"30459",0.45,"Very Good","E","SI2",63.2,54,731,4.94,4.82,3.09 +"30460",0.4,"Premium","H","VS1",62.7,59,731,4.63,4.71,2.93 +"30461",0.32,"Ideal","G","VVS1",61.3,60,732,4.39,4.42,2.7 +"30462",0.44,"Ideal","I","VS2",61.9,54,732,4.91,4.95,3.05 +"30463",0.31,"Ideal","D","SI1",62.7,56,732,4.36,4.32,2.72 +"30464",0.41,"Good","J","VS2",64,59,732,4.71,4.64,2.99 +"30465",0.31,"Very Good","D","SI1",63.4,58,732,4.35,4.32,2.75 +"30466",0.31,"Premium","D","SI1",61.1,57,732,4.36,4.35,2.66 +"30467",0.31,"Ideal","D","SI1",61.1,56,732,4.38,4.36,2.67 +"30468",0.31,"Very Good","D","SI1",63.1,57,732,4.32,4.3,2.72 +"30469",0.31,"Very Good","D","SI1",63.5,58,732,4.3,4.27,2.72 +"30470",0.31,"Very Good","D","SI1",63.4,55,732,4.3,4.28,2.72 +"30471",0.31,"Very Good","D","SI1",63.5,57,732,4.32,4.28,2.73 +"30472",0.41,"Good","G","SI2",63.7,55,732,4.75,4.7,3.01 +"30473",0.31,"Ideal","I","VVS1",62.1,56,732,4.38,4.35,2.71 +"30474",0.31,"Ideal","I","VVS1",61.4,54,732,4.41,4.38,2.7 +"30475",0.31,"Ideal","I","VVS1",62,54,732,4.37,4.34,2.7 +"30476",0.31,"Premium","I","VVS1",61,58,732,4.39,4.33,2.66 +"30477",0.31,"Ideal","I","VVS1",62.8,55,732,4.36,4.33,2.73 +"30478",0.31,"Premium","I","VVS1",62.2,60,732,4.32,4.3,2.68 +"30479",0.31,"Very Good","I","VVS1",63.1,59,732,4.31,4.25,2.7 +"30480",0.31,"Premium","D","SI1",60.2,56,732,4.4,4.37,2.64 +"30481",0.31,"Ideal","D","SI1",61.2,55,732,4.49,4.37,2.71 +"30482",0.31,"Premium","D","SI1",60.9,60,732,4.39,4.38,2.67 +"30483",0.31,"Premium","D","SI1",60,61,732,4.43,4.41,2.65 +"30484",0.31,"Ideal","D","SI1",61,57,732,4.41,4.38,2.68 +"30485",0.31,"Premium","D","SI1",61.2,60,732,4.41,4.35,2.68 +"30486",0.31,"Ideal","D","SI1",62,55,732,4.38,4.36,2.71 +"30487",0.31,"Ideal","D","SI1",62.1,56,732,4.37,4.33,2.7 +"30488",0.31,"Ideal","D","SI1",62.3,55,732,4.37,4.33,2.71 +"30489",0.31,"Ideal","D","SI1",62.3,54,732,4.37,4.33,2.71 +"30490",0.31,"Premium","D","SI1",62.2,52,732,4.37,4.34,2.71 +"30491",0.31,"Ideal","D","SI1",62.2,55,732,4.37,4.34,2.71 +"30492",0.31,"Ideal","D","SI1",61.7,57,732,4.38,4.34,2.69 +"30493",0.31,"Premium","D","SI1",61.4,58,732,4.39,4.34,2.68 +"30494",0.31,"Ideal","D","SI1",61.4,55,732,4.38,4.35,2.68 +"30495",0.31,"Ideal","D","SI1",62.6,56,732,4.36,4.33,2.72 +"30496",0.31,"Ideal","D","SI1",61.9,57,732,4.36,4.33,2.69 +"30497",0.31,"Ideal","D","SI1",60.8,56,732,4.37,4.32,2.64 +"30498",0.31,"Premium","D","SI1",61.4,58,732,4.36,4.33,2.67 +"30499",0.31,"Ideal","D","SI1",62.4,56,732,4.35,4.33,2.71 +"30500",0.31,"Ideal","D","SI1",62.4,53,732,4.35,4.33,2.71 +"30501",0.31,"Ideal","D","SI1",61.5,56,732,4.35,4.33,2.67 +"30502",0.31,"Ideal","D","SI1",62.6,57,732,4.33,4.3,2.7 +"30503",0.31,"Premium","D","SI1",62,58,732,4.35,4.3,2.68 +"30504",0.31,"Ideal","D","SI1",62.9,56,732,4.34,4.31,2.72 +"30505",0.31,"Premium","D","SI1",61.7,59,732,4.35,4.31,2.67 +"30506",0.31,"Ideal","D","SI1",62.4,56,732,4.35,4.31,2.7 +"30507",0.31,"Good","D","SI1",63.7,54,732,4.35,4.31,2.76 +"30508",0.31,"Ideal","D","SI1",63,55,732,4.34,4.32,2.73 +"30509",0.31,"Ideal","D","SI1",63,54,732,4.35,4.32,2.73 +"30510",0.31,"Ideal","D","SI1",61.8,57,732,4.36,4.32,2.68 +"30511",0.31,"Premium","D","SI1",62.1,58,732,4.33,4.3,2.68 +"30512",0.31,"Ideal","D","SI1",62.6,57,732,4.32,4.3,2.7 +"30513",0.31,"Very Good","D","SI1",63.5,56,732,4.31,4.29,2.73 +"30514",0.31,"Very Good","D","SI1",63.5,56,732,4.31,4.29,2.73 +"30515",0.31,"Ideal","D","SI1",62.9,57,732,4.32,4.27,2.7 +"30516",0.31,"Good","D","SI1",63.9,54,732,4.3,4.27,2.74 +"30517",0.31,"Very Good","D","SI1",63.5,55,732,4.3,4.27,2.72 +"30518",0.31,"Ideal","D","SI1",61.8,56,732,4.37,4.34,2.69 +"30519",0.3,"Premium","D","VS1",61.2,59,732,4.34,4.29,2.64 +"30520",0.35,"Very Good","H","VVS1",61.1,56,733,4.54,4.57,2.78 +"30521",0.26,"Ideal","E","VVS2",61.3,57,733,4.12,4.15,2.53 +"30522",0.32,"Ideal","G","VVS1",61.3,55,733,4.46,4.38,2.71 +"30523",0.26,"Ideal","F","VVS1",60.3,56,733,4.15,4.17,2.51 +"30524",0.31,"Ideal","E","VS1",60.7,57,733,4.37,4.4,2.66 +"30525",0.26,"Ideal","F","IF",62,56,733,4.07,4.1,2.53 +"30526",0.44,"Good","H","SI1",63.5,57,733,4.82,4.85,3.07 +"30527",0.44,"Ideal","H","SI1",61.9,57,733,4.9,4.92,3.04 +"30528",0.38,"Very Good","D","SI1",58.9,61,733,4.75,4.79,2.81 +"30529",0.38,"Very Good","D","SI1",59.7,60,733,4.66,4.69,2.79 +"30530",0.38,"Premium","D","SI1",60.7,60,733,4.63,4.69,2.83 +"30531",0.38,"Premium","D","SI1",62.2,58,733,4.57,4.63,2.86 +"30532",0.3,"Ideal","G","VVS1",60.6,57,734,4.36,4.38,2.65 +"30533",0.39,"Ideal","E","VS2",61.4,55,734,4.76,4.81,2.94 +"30534",0.4,"Good","J","VS1",64,56,734,4.69,4.66,2.99 +"30535",0.39,"Very Good","G","VS2",59.8,61,734,4.72,4.75,2.83 +"30536",0.39,"Good","G","VS2",63.7,53,734,4.62,4.67,2.96 +"30537",0.39,"Very Good","G","VS2",60.4,61,734,4.71,4.73,2.85 +"30538",0.31,"Ideal","D","VS2",61.5,56,734,4.37,4.41,2.7 +"30539",0.31,"Very Good","D","VS2",62.9,55,734,4.31,4.34,2.72 +"30540",0.31,"Ideal","D","VS2",61.9,56,734,4.34,4.38,2.7 +"30541",0.31,"Premium","E","VS1",60.2,58,734,4.38,4.43,2.65 +"30542",0.31,"Premium","D","VS2",62.6,59,734,4.3,4.33,2.7 +"30543",0.31,"Premium","E","VS1",61.9,58,734,4.31,4.32,2.67 +"30544",0.31,"Ideal","D","VS2",62.5,56,734,4.29,4.32,2.69 +"30545",0.31,"Ideal","E","VS1",61.6,56,734,4.35,4.38,2.69 +"30546",0.31,"Ideal","D","VS2",62.7,57,734,4.3,4.34,2.71 +"30547",0.31,"Ideal","D","VS2",62,55,734,4.33,4.35,2.69 +"30548",0.31,"Premium","E","VS1",61,58,734,4.37,4.39,2.67 +"30549",0.31,"Ideal","D","VS2",61.5,56,734,4.35,4.36,2.68 +"30550",0.31,"Ideal","D","VS2",62.6,56,734,4.33,4.36,2.72 +"30551",0.31,"Ideal","D","VS2",62.5,56,734,4.31,4.36,2.71 +"30552",0.31,"Premium","E","VS1",60,59,734,4.38,4.42,2.64 +"30553",0.31,"Very Good","D","VS2",62.3,55,734,4.32,4.35,2.7 +"30554",0.31,"Ideal","D","VS2",61.3,57,734,4.37,4.4,2.69 +"30555",0.31,"Ideal","D","VS2",62.3,55,734,4.33,4.37,2.71 +"30556",0.31,"Premium","E","VS1",61.7,58,734,4.3,4.36,2.67 +"30557",0.31,"Ideal","D","VS2",61.2,55,734,4.36,4.46,2.7 +"30558",0.31,"Ideal","D","VS2",60.4,56,734,4.39,4.42,2.66 +"30559",0.31,"Premium","D","VS2",61.2,59,734,4.32,4.37,2.66 +"30560",0.31,"Ideal","D","VS2",62.5,56,734,4.34,4.36,2.72 +"30561",0.31,"Ideal","D","VS2",61.7,55,734,4.35,4.4,2.7 +"30562",0.31,"Ideal","E","VS1",61.8,56,734,4.34,4.37,2.69 +"30563",0.31,"Ideal","D","VS2",62.2,54,734,4.31,4.34,2.69 +"30564",0.31,"Ideal","E","VS1",61.6,57,734,4.32,4.35,2.67 +"30565",0.31,"Premium","E","VS1",61.1,58,734,4.34,4.37,2.66 +"30566",0.31,"Ideal","D","VS2",61.2,55,734,4.37,4.39,2.68 +"30567",0.31,"Ideal","D","VS2",62.1,54,734,4.34,4.36,2.7 +"30568",0.31,"Ideal","D","VS2",61.8,55,734,4.33,4.37,2.69 +"30569",0.31,"Ideal","D","VS2",61.8,56,734,4.32,4.36,2.68 +"30570",0.31,"Ideal","D","VS2",61.6,57,734,4.36,4.38,2.69 +"30571",0.31,"Ideal","D","VS2",62.2,56,734,4.32,4.33,2.69 +"30572",0.31,"Ideal","D","VS2",61.2,55,734,4.35,4.38,2.67 +"30573",0.31,"Ideal","E","VS1",60.9,57,734,4.39,4.41,2.68 +"30574",0.31,"Ideal","D","VS2",62.1,54,734,4.33,4.37,2.7 +"30575",0.31,"Very Good","D","VS2",61.8,57,734,4.36,4.41,2.71 +"30576",0.31,"Ideal","D","VS2",61.8,57,734,4.36,4.38,2.7 +"30577",0.31,"Ideal","E","VS1",61.9,56,734,4.32,4.34,2.68 +"30578",0.31,"Ideal","D","VS2",62.1,54,734,4.33,4.37,2.7 +"30579",0.31,"Ideal","D","VS2",62.1,55,734,4.31,4.32,2.68 +"30580",0.31,"Ideal","D","VS2",61.9,56,734,4.37,4.38,2.71 +"30581",0.31,"Ideal","D","VS2",59,57,734,4.44,4.48,2.63 +"30582",0.31,"Premium","D","VS2",62,59,734,4.32,4.36,2.69 +"30583",0.31,"Ideal","D","VS2",62.1,54,734,4.35,4.41,2.72 +"30584",0.31,"Ideal","D","VS2",62.2,57,734,4.31,4.34,2.69 +"30585",0.31,"Ideal","D","VS2",61.5,56,734,4.34,4.37,2.68 +"30586",0.31,"Ideal","D","VS2",61.6,55,734,4.36,4.37,2.69 +"30587",0.31,"Premium","E","VS1",60.5,59,734,4.36,4.37,2.64 +"30588",0.31,"Ideal","D","VS2",61.2,55,734,4.37,4.42,2.69 +"30589",0.31,"Ideal","D","VS2",61.5,56,734,4.35,4.37,2.68 +"30590",0.31,"Ideal","E","VS1",60.4,57,734,4.37,4.4,2.65 +"30591",0.31,"Ideal","E","VS1",61.8,56,734,4.33,4.34,2.68 +"30592",0.31,"Ideal","D","VS2",62.1,56,734,4.34,4.35,2.7 +"30593",0.31,"Ideal","E","VS1",61.7,56,734,4.37,4.41,2.71 +"30594",0.31,"Ideal","D","VS2",62.1,55,734,4.32,4.35,2.69 +"30595",0.31,"Ideal","D","VS2",62,55,734,4.36,4.38,2.71 +"30596",0.31,"Ideal","D","VS2",62.5,57,734,4.31,4.36,2.71 +"30597",0.31,"Premium","D","VS2",60.7,59,734,4.35,4.38,2.65 +"30598",0.31,"Ideal","D","VS2",60.7,56,734,4.35,4.38,2.65 +"30599",0.31,"Ideal","E","VS1",61.4,57,734,4.32,4.37,2.67 +"30600",0.31,"Premium","D","VS2",61.7,59,734,4.31,4.34,2.67 +"30601",0.3,"Very Good","D","SI2",62.9,58,447,4.26,4.29,2.69 +"30602",0.3,"Very Good","G","SI1",61.6,59,447,4.26,4.28,2.63 +"30603",0.3,"Premium","D","SI2",62.3,58,447,4.29,4.32,2.68 +"30604",0.3,"Ideal","D","SI2",60.2,56,447,4.37,4.4,2.64 +"30605",0.3,"Very Good","D","SI2",62.2,59,447,4.25,4.3,2.66 +"30606",0.34,"Very Good","I","SI1",61.8,57,447,4.46,4.51,2.77 +"30607",0.34,"Good","F","SI2",63.5,56,447,4.44,4.48,2.83 +"30608",0.3,"Ideal","D","SI2",62.1,57,447,4.3,4.33,2.68 +"30609",0.34,"Very Good","G","SI2",62.8,59,447,4.45,4.47,2.8 +"30610",0.3,"Very Good","G","SI1",62.8,56,447,4.28,4.32,2.7 +"30611",0.3,"Very Good","G","SI1",62.7,58,447,4.22,4.27,2.66 +"30612",0.3,"Good","D","SI2",63.4,56,447,4.26,4.29,2.71 +"30613",0.3,"Good","D","SI2",63.2,57,447,4.21,4.24,2.67 +"30614",0.3,"Very Good","D","SI2",61.8,58,447,4.29,4.32,2.66 +"30615",0.34,"Very Good","F","SI2",61.7,61,447,4.44,4.48,2.75 +"30616",0.3,"Very Good","G","SI1",58.8,60,447,4.35,4.39,2.57 +"30617",0.3,"Very Good","G","SI1",59.5,63,447,4.29,4.32,2.56 +"30618",0.3,"Very Good","G","SI1",59.7,60,447,4.35,4.39,2.61 +"30619",0.34,"Premium","I","SI1",62.7,58,447,4.4,4.43,2.77 +"30620",0.34,"Very Good","G","SI2",62.8,58,447,4.43,4.46,2.79 +"30621",0.34,"Good","I","SI1",63.7,54,447,4.43,4.48,2.84 +"30622",0.3,"Very Good","G","SI1",61.4,57,447,4.31,4.35,2.66 +"30623",0.3,"Very Good","G","SI1",62.9,59,447,4.24,4.28,2.68 +"30624",0.3,"Premium","D","SI2",60.2,60,447,4.32,4.35,2.61 +"30625",0.28,"Ideal","I","VS1",61.8,55,448,4.2,4.25,2.61 +"30626",0.28,"Ideal","I","VS1",62.5,54,448,4.18,4.23,2.63 +"30627",0.28,"Ideal","I","VS1",62.4,54,448,4.18,4.19,2.61 +"30628",0.26,"Ideal","H","VS1",62.6,56,448,4.07,4.09,2.55 +"30629",0.26,"Ideal","H","VS1",61.9,55,448,4.1,4.13,2.55 +"30630",0.26,"Ideal","H","VS1",62.1,56,448,4.13,4.15,2.56 +"30631",0.31,"Ideal","D","VS2",62.2,56,734,4.32,4.36,2.7 +"30632",0.31,"Ideal","D","VS2",62.2,55,734,4.31,4.34,2.69 +"30633",0.31,"Ideal","D","VS2",62.7,55,734,4.31,4.34,2.71 +"30634",0.41,"Very Good","G","SI1",60.4,58,735,4.77,4.84,2.9 +"30635",0.34,"Ideal","G","VVS2",62,56,735,4.46,4.48,2.77 +"30636",0.3,"Ideal","G","VVS1",60.9,56.8,735,4.34,4.38,2.65 +"30637",0.3,"Ideal","G","VVS1",62,54.9,735,4.3,4.33,2.68 +"30638",0.3,"Ideal","E","VS1",60.6,56,735,4.35,4.36,2.64 +"30639",0.41,"Ideal","D","SI1",62.3,56,735,4.74,4.79,2.97 +"30640",0.36,"Ideal","I","IF",61.8,55,735,4.58,4.61,2.84 +"30641",0.36,"Ideal","I","IF",62,55,735,4.59,4.61,2.85 +"30642",0.36,"Ideal","I","IF",61.9,54,735,4.57,4.6,2.84 +"30643",0.41,"Fair","I","VS1",65.3,58,735,4.62,4.66,3.03 +"30644",0.42,"Good","D","SI1",63.3,58,735,4.73,4.75,3 +"30645",0.42,"Very Good","D","SI1",63,59,735,4.77,4.79,3.01 +"30646",0.3,"Ideal","F","VVS2",61.1,57,736,4.3,4.34,2.64 +"30647",0.3,"Ideal","D","VS2",61.8,55,736,4.27,4.3,2.65 +"30648",0.4,"Ideal","I","VS1",61.5,59,736,4.72,4.75,2.91 +"30649",0.4,"Ideal","I","VS1",61.2,56,736,4.76,4.82,2.93 +"30650",0.4,"Ideal","I","VS1",61.9,57,736,4.73,4.74,2.93 +"30651",0.3,"Ideal","E","VS1",61.3,57,736,4.3,4.34,2.65 +"30652",0.32,"Ideal","D","VS1",61.8,56,736,4.39,4.41,2.72 +"30653",0.4,"Ideal","G","SI1",62.7,57,736,4.65,4.69,2.93 +"30654",0.33,"Ideal","D","SI1",61.9,55,736,4.45,4.47,2.76 +"30655",0.33,"Ideal","D","SI1",60.9,56,736,4.46,4.5,2.73 +"30656",0.31,"Very Good","D","VS1",62.3,56,736,4.33,4.37,2.71 +"30657",0.29,"Very Good","D","SI1",59.8,55,737,4.3,4.35,2.58 +"30658",0.38,"Ideal","I","VVS2",61.7,56,737,4.67,4.7,2.89 +"30659",0.37,"Ideal","E","VS2",61,56,737,4.62,4.66,2.83 +"30660",0.42,"Very Good","G","SI1",62.9,54,737,4.79,4.81,3.02 +"30661",0.3,"Premium","F","VVS2",61.6,58,737,4.28,4.35,2.66 +"30662",0.4,"Ideal","E","SI1",61.8,56,737,4.71,4.74,2.92 +"30663",0.4,"Premium","F","SI1",62.5,59,737,4.67,4.71,2.93 +"30664",0.3,"Premium","F","VVS2",61.1,59,737,4.29,4.32,2.63 +"30665",0.4,"Very Good","E","SI1",62,55,737,4.68,4.74,2.92 +"30666",0.3,"Premium","F","VVS2",61,59,737,4.3,4.33,2.63 +"30667",0.4,"Very Good","I","VS1",63,56,737,4.68,4.72,2.96 +"30668",0.39,"Good","I","VS1",63.1,58,737,4.68,4.61,2.93 +"30669",0.4,"Premium","F","SI1",62.5,59,737,4.67,4.71,2.93 +"30670",0.4,"Very Good","F","SI1",62.8,59,737,4.71,4.72,2.96 +"30671",0.4,"Very Good","F","SI1",62,56,737,4.72,4.77,2.94 +"30672",0.3,"Very Good","G","VVS1",59.8,62,737,4.33,4.36,2.6 +"30673",0.4,"Very Good","F","SI1",62.9,57,737,4.68,4.7,2.95 +"30674",0.4,"Premium","E","SI1",62.6,59,737,4.68,4.71,2.94 +"30675",0.4,"Very Good","F","SI1",62.7,57,737,4.68,4.7,2.94 +"30676",0.4,"Premium","E","SI1",61.3,59,737,4.69,4.74,2.89 +"30677",0.4,"Premium","F","SI1",61.2,58,737,4.71,4.74,2.89 +"30678",0.4,"Very Good","E","SI1",60.9,56,737,4.76,4.8,2.91 +"30679",0.4,"Premium","E","SI1",60.1,59,737,4.76,4.82,2.88 +"30680",0.35,"Ideal","I","IF",62.5,55,737,4.52,4.54,2.83 +"30681",0.4,"Ideal","E","SI1",62.2,55,737,4.71,4.75,2.94 +"30682",0.4,"Ideal","E","SI1",61.2,57,737,4.7,4.74,2.89 +"30683",0.3,"Very Good","G","VVS1",62.6,62,737,4.21,4.26,2.65 +"30684",0.4,"Very Good","F","SI1",62.2,57,737,4.67,4.72,2.92 +"30685",0.4,"Premium","E","SI1",62.2,58,737,4.71,4.74,2.94 +"30686",0.4,"Ideal","E","SI1",62,57,737,4.74,4.78,2.95 +"30687",0.42,"Good","G","SI1",63.2,57,737,4.77,4.79,3.02 +"30688",0.4,"Good","F","SI1",63.6,57,737,4.67,4.7,2.98 +"30689",0.4,"Very Good","E","SI1",62.8,59,737,4.64,4.69,2.93 +"30690",0.3,"Premium","F","VVS2",61.5,58,737,4.29,4.31,2.64 +"30691",0.4,"Ideal","E","SI1",60.5,57,737,4.77,4.81,2.9 +"30692",0.4,"Premium","F","SI1",62.3,60,737,4.7,4.74,2.94 +"30693",0.4,"Very Good","I","VS1",62.9,59,737,4.68,4.73,2.96 +"30694",0.3,"Premium","F","VVS2",61.4,59,737,4.31,4.36,2.66 +"30695",0.4,"Very Good","F","SI1",62.3,57,737,4.67,4.74,2.93 +"30696",0.4,"Ideal","E","SI1",62.7,57,737,4.69,4.72,2.95 +"30697",0.42,"Premium","G","SI1",61.7,58,737,4.76,4.8,2.95 +"30698",0.4,"Very Good","E","SI1",61.3,61,737,4.73,4.76,2.91 +"30699",0.42,"Very Good","G","SI1",62.5,56,737,4.8,4.83,3.01 +"30700",0.4,"Very Good","H","VS2",59.1,61,737,4.81,4.84,2.85 +"30701",0.4,"Good","E","SI1",63.5,56,737,4.67,4.72,2.98 +"30702",0.3,"Premium","G","VVS1",61.3,58,737,4.29,4.33,2.64 +"30703",0.3,"Very Good","F","VVS2",62.4,58,737,4.25,4.28,2.66 +"30704",0.42,"Very Good","G","SI1",62.2,58,737,4.73,4.75,2.95 +"30705",0.4,"Premium","F","SI1",62.6,59,737,4.68,4.74,2.95 +"30706",0.3,"Ideal","G","VVS1",61.4,56,737,4.32,4.34,2.66 +"30707",0.4,"Premium","E","SI1",60.9,60,737,4.75,4.77,2.9 +"30708",0.4,"Good","I","VS1",63.8,55,737,4.65,4.69,2.98 +"30709",0.37,"Very Good","E","VS1",63.7,56,738,4.54,4.6,2.91 +"30710",0.36,"Ideal","E","VS2",60.7,56,738,4.63,4.65,2.82 +"30711",0.33,"Ideal","E","VS2",61.3,55,738,4.46,4.5,2.75 +"30712",0.33,"Ideal","E","VS2",61.1,55,738,4.47,4.51,2.74 +"30713",0.33,"Ideal","E","VS2",60.5,55,738,4.52,4.56,2.74 +"30714",0.33,"Ideal","E","VS2",61.5,55,738,4.47,4.5,2.76 +"30715",0.33,"Ideal","F","VS1",61.6,55,738,4.46,4.47,2.76 +"30716",0.33,"Ideal","F","VS1",61.2,57,738,4.46,4.49,2.74 +"30717",0.33,"Ideal","F","VS1",62.1,55,738,4.43,4.46,2.76 +"30718",0.37,"Good","F","SI1",63.7,55,738,4.59,4.55,2.91 +"30719",0.35,"Fair","E","VVS2",66.2,61,738,4.4,4.36,2.9 +"30720",0.35,"Fair","E","VVS2",66.2,58,738,4.41,4.35,2.9 +"30721",0.41,"Good","D","SI1",63.2,57,738,4.73,4.77,3 +"30722",0.41,"Very Good","D","VS2",62.1,56,738,4.76,4.77,2.96 +"30723",0.41,"Good","D","SI1",63.3,55,738,4.74,4.77,3.01 +"30724",0.41,"Good","D","SI1",63.8,56,738,4.68,4.72,3 +"30725",0.41,"Very Good","D","SI1",59.2,62,738,4.82,4.85,2.86 +"30726",0.41,"Good","D","SI1",63.2,58,738,4.72,4.77,3 +"30727",0.41,"Good","D","SI1",63.4,55,738,4.68,4.72,2.98 +"30728",0.33,"Very Good","F","VVS2",61.1,56,739,4.46,4.48,2.73 +"30729",0.34,"Very Good","F","VS1",61.1,57,739,4.51,4.54,2.76 +"30730",0.32,"Ideal","F","VVS2",62.1,54,739,4.42,4.44,2.75 +"30731",0.32,"Ideal","E","VS1",62.2,54,739,4.39,4.42,2.74 +"30732",0.33,"Ideal","D","VS1",61.7,55,739,4.47,4.48,2.76 +"30733",0.25,"Ideal","F","IF",62.3,54,739,4.06,4.09,2.54 +"30734",0.3,"Good","E","VVS1",61.2,63,739,4.24,4.26,2.6 +"30735",0.41,"Good","G","SI1",64.2,57,739,4.67,4.71,3.01 +"30736",0.35,"Good","D","SI1",57.7,60,739,4.69,4.64,2.69 +"30737",0.31,"Premium","H","IF",60.8,59,739,4.36,4.39,2.66 +"30738",0.43,"Good","E","SI1",63.1,56,739,4.8,4.83,3.04 +"30739",0.43,"Good","E","SI1",63.4,57,739,4.81,4.84,3.06 +"30740",0.43,"Premium","E","SI1",61.5,60,739,4.78,4.85,2.96 +"30741",0.43,"Good","E","SI1",63.2,57,739,4.78,4.84,3.04 +"30742",0.43,"Good","F","SI1",63.6,53,739,4.79,4.83,3.06 +"30743",0.43,"Ideal","F","SI1",61.3,56,739,4.86,4.9,2.99 +"30744",0.43,"Premium","F","SI1",61.7,58,739,4.82,4.84,2.98 +"30745",0.43,"Good","F","SI1",63.8,57,739,4.8,4.82,3.07 +"30746",0.36,"Good","D","VS2",63.4,54,739,4.51,4.57,2.88 +"30747",0.34,"Very Good","G","VVS2",62.3,59,740,4.45,4.48,2.78 +"30748",0.38,"Very Good","E","VS2",61.2,56,740,4.67,4.71,2.87 +"30749",0.34,"Ideal","H","VVS1",62.2,54,740,4.48,4.53,2.8 +"30750",0.39,"Ideal","H","VS1",61.9,57,740,4.71,4.76,2.93 +"30751",0.47,"Ideal","J","SI1",61.9,55,740,5,5.05,3.11 +"30752",0.31,"Fair","F","VVS1",63.1,61,740,4.32,4.37,2.74 +"30753",0.25,"Premium","F","VVS2",62,59,740,4.04,3.99,2.49 +"30754",0.25,"Premium","F","VVS1",60.7,59,740,4.1,4.07,2.48 +"30755",0.25,"Premium","F","IF",61.1,58,740,4.1,4.08,2.5 +"30756",0.25,"Ideal","E","VVS2",61.6,57,740,4.1,4.08,2.52 +"30757",0.25,"Premium","E","VVS2",62,59,740,4.08,4.05,2.52 +"30758",0.25,"Ideal","E","VVS2",62.1,57,740,4.07,4.04,2.52 +"30759",0.25,"Premium","E","VVS2",61.5,59,740,4.04,4.02,2.48 +"30760",0.25,"Premium","E","VVS2",62.5,59,740,4.04,4.02,2.52 +"30761",0.25,"Premium","E","VVS2",62.5,59,740,4.05,4.02,2.52 +"30762",0.25,"Premium","E","VVS1",60.7,60,740,4.11,4.09,2.49 +"30763",0.25,"Very Good","E","VVS2",63.1,56,740,4.05,4,2.54 +"30764",0.25,"Ideal","E","VVS1",61.2,57,740,4.12,4.08,2.51 +"30765",0.25,"Premium","E","VVS1",62.9,58,740,4.03,4.01,2.53 +"30766",0.25,"Premium","E","VVS1",62.9,59,740,4.02,3.99,2.52 +"30767",0.33,"Premium","F","VS2",60,60,740,4.49,4.45,2.68 +"30768",0.36,"Very Good","F","VS2",61.3,59,741,4.55,4.6,2.79 +"30769",0.4,"Very Good","I","VS1",61.7,57,741,4.71,4.73,2.91 +"30770",0.36,"Very Good","G","VS1",61.8,56,741,4.57,4.6,2.84 +"30771",0.33,"Very Good","F","VS1",62.7,59,741,4.35,4.39,2.74 +"30772",0.32,"Ideal","F","VVS2",62.1,56,741,4.4,4.46,2.75 +"30773",0.38,"Ideal","H","VS2",62.2,57,741,4.61,4.66,2.89 +"30774",0.37,"Ideal","G","VS1",61.9,54,741,4.62,4.68,2.88 +"30775",0.35,"Ideal","G","VS1",61.3,54,741,4.58,4.63,2.83 +"30776",0.4,"Ideal","G","SI1",62.3,54,741,4.74,4.77,2.96 +"30777",0.4,"Ideal","G","SI1",62.5,54,741,4.74,4.77,2.97 +"30778",0.3,"Ideal","D","VVS2",59.5,56,741,4.38,4.42,2.62 +"30779",0.3,"Premium","D","VVS2",60.7,59,741,4.33,4.34,2.63 +"30780",0.33,"Ideal","E","VVS2",61,54,741,4.49,4.52,2.75 +"30781",0.4,"Ideal","D","SI1",62.5,55,741,4.71,4.73,2.95 +"30782",0.33,"Premium","E","VVS2",61.3,59,741,4.44,4.47,2.73 +"30783",0.39,"Very Good","G","VS1",61.7,62,741,4.65,4.69,2.88 +"30784",0.3,"Very Good","E","VVS2",62.5,56,742,4.28,4.3,2.68 +"30785",0.36,"Very Good","E","VVS2",60.2,59,742,4.6,4.64,2.78 +"30786",0.33,"Very Good","D","VS1",61.6,53,742,4.45,4.48,2.75 +"30787",0.3,"Very Good","D","VS1",62.2,58,742,4.25,4.27,2.65 +"30788",0.3,"Very Good","D","VS1",62.1,58,742,4.25,4.29,2.65 +"30789",0.3,"Ideal","E","VVS2",61.2,56,742,4.34,4.38,2.67 +"30790",0.3,"Ideal","E","VVS2",62,56,742,4.3,4.34,2.68 +"30791",0.3,"Ideal","E","VVS2",61.1,56,742,4.34,4.37,2.66 +"30792",0.3,"Ideal","E","VVS2",62.1,54,742,4.32,4.35,2.69 +"30793",0.3,"Ideal","E","VVS2",60.8,57,742,4.33,4.35,2.64 +"30794",0.3,"Ideal","E","VVS2",62.4,54,742,4.31,4.34,2.7 +"30795",0.3,"Ideal","E","VVS2",62.3,54,742,4.31,4.36,2.7 +"30796",0.41,"Ideal","I","VS2",62,57,742,4.74,4.77,2.95 +"30797",0.36,"Ideal","E","VS2",61.7,55,742,4.57,4.6,2.83 +"30798",0.3,"Ideal","D","VS1",60.8,58,742,4.31,4.34,2.63 +"30799",0.34,"Ideal","D","VS1",61.3,56,742,4.5,4.54,2.77 +"30800",0.3,"Ideal","D","VS1",62.8,57,742,4.27,4.3,2.69 +"30801",0.3,"Ideal","D","VS1",61.2,59,742,4.29,4.31,2.63 +"30802",0.43,"Ideal","F","SI2",60.7,57,742,4.88,4.91,2.97 +"30803",0.31,"Good","F","VVS1",63.6,61,742,4.21,4.25,2.69 +"30804",0.3,"Good","F","IF",60,63,742,4.3,4.36,2.6 +"30805",0.4,"Good","D","VS1",64,55,742,4.67,4.7,3 +"30806",0.3,"Very Good","E","VVS2",62.4,57,743,4.26,4.27,2.66 +"30807",0.3,"Very Good","G","IF",60.5,58,743,4.35,4.38,2.64 +"30808",0.3,"Fair","F","VVS2",65.5,61,743,4.19,4.15,2.73 +"30809",0.3,"Ideal","E","VVS2",62,55,743,4.3,4.34,2.68 +"30810",0.35,"Ideal","H","VVS1",62,53.9,743,4.5,4.53,2.8 +"30811",0.31,"Ideal","G","VVS1",61.8,55,743,4.35,4.39,2.7 +"30812",0.41,"Ideal","H","VS2",61.5,55,743,4.78,4.81,2.95 +"30813",0.38,"Ideal","G","VS2",61.6,55,743,4.67,4.71,2.89 +"30814",0.38,"Ideal","G","VS2",61.6,57,743,4.62,4.66,2.86 +"30815",0.39,"Good","G","VS2",60.3,60.6,743,4.7,4.71,2.84 +"30816",0.33,"Premium","G","VS2",61.4,60,743,4.45,4.41,2.72 +"30817",0.33,"Ideal","G","VS2",62.8,54,743,4.42,4.4,2.77 +"30818",0.33,"Very Good","E","SI1",63.3,56,743,4.43,4.41,2.8 +"30819",0.33,"Ideal","E","SI1",61.9,57,743,4.46,4.43,2.75 +"30820",0.33,"Premium","E","SI1",59.1,58,743,4.56,4.51,2.68 +"30821",0.33,"Good","E","SI1",63.8,55,743,4.38,4.36,2.79 +"30822",0.33,"Very Good","E","SI1",63.4,55,743,4.4,4.37,2.78 +"30823",0.33,"Premium","E","SI1",62.7,56,743,4.45,4.39,2.77 +"30824",0.33,"Ideal","I","VVS2",62.4,56,743,4.43,4.41,2.76 +"30825",0.33,"Premium","I","VVS2",61,59,743,4.44,4.41,2.7 +"30826",0.33,"Ideal","I","VVS2",62.4,57,743,4.44,4.41,2.76 +"30827",0.33,"Premium","I","VVS2",62.1,56,743,4.45,4.41,2.75 +"30828",0.33,"Premium","I","VVS2",62.2,59,743,4.47,4.41,2.76 +"30829",0.33,"Ideal","I","VVS2",62.7,54,743,4.45,4.42,2.78 +"30830",0.33,"Premium","I","VVS2",61,58,743,4.46,4.42,2.71 +"30831",0.33,"Premium","I","VVS2",61.5,58,743,4.45,4.43,2.73 +"30832",0.33,"Premium","I","VVS2",61.4,58,743,4.48,4.45,2.74 +"30833",0.33,"Good","I","VVS2",63.7,56,743,4.4,4.36,2.79 +"30834",0.33,"Premium","H","VS1",59.7,59,743,4.53,4.52,2.7 +"30835",0.33,"Ideal","H","VS1",60.2,57,743,4.54,4.5,2.72 +"30836",0.33,"Premium","H","VS1",59.2,58,743,4.55,4.5,2.68 +"30837",0.33,"Premium","H","VS1",60,61,743,4.52,4.48,2.7 +"30838",0.33,"Premium","H","VS1",59.5,59,743,4.53,4.48,2.68 +"30839",0.33,"Ideal","H","VS1",61.4,57,743,4.49,4.44,2.74 +"30840",0.33,"Ideal","H","VS1",61.7,54,743,4.47,4.45,2.75 +"30841",0.33,"Premium","H","VS1",61,59,743,4.5,4.45,2.73 +"30842",0.33,"Ideal","H","VS1",61.5,56,743,4.47,4.44,2.74 +"30843",0.33,"Ideal","H","VS1",61.9,56,743,4.48,4.44,2.76 +"30844",0.33,"Ideal","H","VS1",61.8,56,743,4.46,4.41,2.74 +"30845",0.33,"Premium","H","VS1",61.9,58,743,4.45,4.43,2.75 +"30846",0.33,"Premium","H","VS1",62.1,59,743,4.46,4.43,2.76 +"30847",0.33,"Ideal","H","VS1",62,55,743,4.46,4.44,2.76 +"30848",0.33,"Premium","H","VS1",60.2,62,743,4.47,4.44,2.68 +"30849",0.33,"Premium","H","VS1",62.9,59,743,4.4,4.35,2.75 +"30850",0.33,"Premium","H","VS1",61.5,58,743,4.46,4.39,2.72 +"30851",0.33,"Premium","G","VS2",59.4,61,743,4.53,4.49,2.68 +"30852",0.33,"Ideal","G","VS2",61.2,55,743,4.49,4.46,2.74 +"30853",0.33,"Premium","G","VS2",60.9,56,743,4.5,4.46,2.73 +"30854",0.33,"Ideal","G","VS2",61.2,55,743,4.52,4.46,2.75 +"30855",0.33,"Premium","G","VS2",60,58,743,4.49,4.47,2.69 +"30856",0.33,"Premium","G","VS2",59.3,61,743,4.51,4.49,2.67 +"30857",0.33,"Premium","G","VS2",60.6,61,743,4.49,4.46,2.71 +"30858",0.33,"Ideal","G","VS2",62.6,57,743,4.47,4.45,2.79 +"30859",0.33,"Premium","G","VS2",60.8,58,743,4.47,4.45,2.71 +"30860",0.33,"Ideal","G","VS2",62.2,56,743,4.47,4.44,2.77 +"30861",0.33,"Ideal","G","VS2",62,57,743,4.47,4.44,2.76 +"30862",0.33,"Ideal","G","VS2",61.6,55,743,4.46,4.43,2.74 +"30863",0.33,"Premium","G","VS2",61.1,59,743,4.47,4.43,2.72 +"30864",0.33,"Premium","G","VS2",61.3,59,743,4.46,4.44,2.73 +"30865",0.33,"Ideal","G","VS2",62.2,56,743,4.44,4.43,2.76 +"30866",0.33,"Premium","G","VS2",62.6,58,743,4.44,4.41,2.77 +"30867",0.33,"Premium","G","VS2",62,58,743,4.45,4.42,2.75 +"30868",0.33,"Premium","G","VS2",60.8,62,743,4.46,4.42,2.7 +"30869",0.33,"Ideal","G","VS2",62.3,55,743,4.47,4.42,2.77 +"30870",0.33,"Premium","G","VS2",62.1,56,743,4.44,4.41,2.75 +"30871",0.33,"Ideal","G","VS2",62.6,56,743,4.41,4.38,2.75 +"30872",0.33,"Ideal","G","VS2",62.5,57,743,4.41,4.39,2.75 +"30873",0.33,"Ideal","G","VS2",62.3,57,743,4.43,4.4,2.75 +"30874",0.33,"Premium","G","VS2",61.9,59,743,4.46,4.4,2.74 +"30875",0.33,"Premium","G","VS2",62.6,58,743,4.4,4.36,2.74 +"30876",0.33,"Premium","E","SI1",60.4,59,743,4.47,4.43,2.69 +"30877",0.33,"Premium","E","SI1",60.7,57,743,4.47,4.43,2.7 +"30878",0.33,"Premium","E","SI1",61.1,58,743,4.47,4.43,2.72 +"30879",0.33,"Premium","E","SI1",60.9,58,743,4.5,4.46,2.73 +"30880",0.33,"Premium","E","SI1",60.3,60,743,4.49,4.47,2.7 +"30881",0.33,"Premium","E","SI1",60.2,58,743,4.55,4.49,2.72 +"30882",0.33,"Ideal","E","SI1",62,54,743,4.43,4.41,2.74 +"30883",0.33,"Premium","E","SI1",62.2,59,743,4.43,4.41,2.75 +"30884",0.33,"Ideal","E","SI1",62.4,56,743,4.43,4.41,2.76 +"30885",0.33,"Ideal","E","SI1",62.5,55,743,4.45,4.42,2.77 +"30886",0.33,"Ideal","E","SI1",62.5,55,743,4.45,4.42,2.77 +"30887",0.33,"Ideal","E","SI1",63,54,743,4.42,4.38,2.77 +"30888",0.33,"Premium","E","SI1",62,60,743,4.43,4.38,2.73 +"30889",0.33,"Premium","E","SI1",60.6,60,743,4.44,4.41,2.68 +"30890",0.42,"Very Good","E","SI1",60,61,743,4.85,4.88,2.92 +"30891",0.42,"Ideal","E","SI1",62.1,55,743,4.79,4.81,2.98 +"30892",0.32,"Very Good","E","VVS2",62.4,56,744,4.34,4.38,2.72 +"30893",0.38,"Very Good","E","VS2",60.4,58,744,4.67,4.7,2.83 +"30894",0.38,"Ideal","I","VVS1",60.6,58,744,4.69,4.71,2.85 +"30895",0.35,"Ideal","E","VS2",61.6,57,744,4.53,4.56,2.8 +"30896",0.35,"Ideal","E","SI1",61.6,55,744,4.55,4.57,2.81 +"30897",0.41,"Ideal","D","SI1",61.7,56,744,4.77,4.8,2.95 +"30898",0.41,"Ideal","D","SI1",61.9,55,744,4.77,4.8,2.96 +"30899",0.41,"Ideal","D","SI1",63,53,744,4.74,4.79,3 +"30900",0.41,"Ideal","D","SI1",60.5,57,744,4.81,4.85,2.92 +"30901",0.31,"Good","F","VS2",64.2,59,744,4.3,4.23,2.74 +"30902",0.31,"Ideal","F","VS1",62.4,55,744,4.37,4.35,2.72 +"30903",0.39,"Ideal","G","VS2",60.7,54,745,4.74,4.77,2.89 +"30904",0.39,"Ideal","G","VS2",61.5,57,745,4.69,4.74,2.9 +"30905",0.31,"Ideal","E","VS2",60.9,57,745,4.36,4.38,2.66 +"30906",0.32,"Ideal","E","VS1",61.7,56,745,4.41,4.44,2.73 +"30907",0.4,"Ideal","G","SI2",60.4,56,745,4.78,4.82,2.9 +"30908",0.37,"Ideal","G","SI1",61.8,55,745,4.62,4.64,2.86 +"30909",0.43,"Ideal","F","SI1",61.4,55,745,4.88,4.92,3.01 +"30910",0.34,"Very Good","E","VS2",62.6,58,745,4.43,4.45,2.78 +"30911",0.34,"Ideal","E","VS2",62.5,55,745,4.46,4.5,2.8 +"30912",0.34,"Ideal","E","VS2",62.2,55,745,4.48,4.49,2.79 +"30913",0.34,"Ideal","E","VS2",62.1,55,745,4.47,4.49,2.78 +"30914",0.34,"Premium","E","VS2",60.9,60,745,4.49,4.51,2.74 +"30915",0.34,"Ideal","E","VS2",62.4,55,745,4.48,4.53,2.81 +"30916",0.34,"Ideal","F","VS1",62.2,56,745,4.44,4.47,2.77 +"30917",0.34,"Premium","E","VS2",61.1,60,745,4.45,4.48,2.73 +"30918",0.34,"Ideal","E","VS2",62.1,54,745,4.5,4.52,2.8 +"30919",0.34,"Ideal","E","VS2",62.4,54,745,4.48,4.49,2.8 +"30920",0.34,"Ideal","E","VS2",62.6,55,745,4.43,4.45,2.78 +"30921",0.34,"Ideal","F","VS1",62.1,57,745,4.49,4.53,2.8 +"30922",0.34,"Very Good","E","VS2",62.8,58,745,4.43,4.45,2.79 +"30923",0.34,"Very Good","E","VS2",58.8,59,745,4.56,4.59,2.69 +"30924",0.34,"Premium","E","VS2",61.9,58,745,4.43,4.45,2.75 +"30925",0.34,"Ideal","E","VS2",62.6,57,745,4.45,4.47,2.79 +"30926",0.35,"Ideal","F","VVS2",62.1,56,745,4.52,4.56,2.82 +"30927",0.35,"Very Good","H","VVS1",60.1,62,745,4.52,4.57,2.73 +"30928",0.34,"Premium","F","VS1",60.4,58,745,4.51,4.53,2.73 +"30929",0.34,"Ideal","E","VS2",62.4,56,745,4.45,4.49,2.79 +"30930",0.34,"Premium","E","VS2",61,59,745,4.48,4.51,2.74 +"30931",0.26,"Ideal","H","VS1",61.8,56,448,4.12,4.14,2.55 +"30932",0.33,"Ideal","H","SI2",61.2,54,448,4.45,4.5,2.74 +"30933",0.24,"Very Good","H","VVS2",61.3,57,449,4.01,4.04,2.46 +"30934",0.24,"Very Good","H","VVS2",61.4,57,449,4.02,4.04,2.47 +"30935",0.24,"Very Good","H","VVS2",61.9,57,449,3.97,4.01,2.47 +"30936",0.24,"Very Good","H","VVS2",61.5,56,449,3.99,4.01,2.46 +"30937",0.24,"Very Good","G","VVS2",62,56,449,4,4.03,2.49 +"30938",0.24,"Very Good","G","VVS2",62,57,449,4,4.03,2.49 +"30939",0.24,"Very Good","G","VVS2",62,56,449,3.99,4.03,2.48 +"30940",0.24,"Very Good","H","VVS1",61.3,56,449,4.01,4.04,2.46 +"30941",0.24,"Very Good","H","VVS1",62.3,56,449,3.99,4.02,2.49 +"30942",0.27,"Very Good","E","VS2",58.6,57,449,4.3,4.33,2.53 +"30943",0.24,"Very Good","H","IF",61.3,56,449,4.04,4.06,2.48 +"30944",0.24,"Ideal","H","VVS1",62.4,56,449,3.99,4.03,2.5 +"30945",0.27,"Ideal","H","VS1",62.2,56,449,4.12,4.15,2.57 +"30946",0.32,"Ideal","D","SI2",62.1,55,449,4.38,4.4,2.73 +"30947",0.32,"Ideal","G","SI1",61.8,55,449,4.4,4.43,2.73 +"30948",0.23,"Very Good","D","SI2",63.5,57,449,3.87,3.85,2.45 +"30949",0.32,"Premium","H","SI1",61.3,60,449,4.36,4.42,2.69 +"30950",0.32,"Very Good","H","SI1",61.9,59,449,4.38,4.41,2.72 +"30951",0.32,"Very Good","E","SI2",62.4,58,449,4.35,4.4,2.73 +"30952",0.32,"Ideal","I","VS2",62.2,57,449,4.39,4.42,2.74 +"30953",0.32,"Very Good","H","SI1",61.9,58,449,4.34,4.38,2.7 +"30954",0.32,"Ideal","I","VS2",62.5,55,449,4.38,4.39,2.74 +"30955",0.32,"Very Good","I","VS2",62.8,58,449,4.33,4.37,2.73 +"30956",0.32,"Premium","E","SI2",61.2,58,449,4.39,4.44,2.7 +"30957",0.32,"Ideal","E","SI2",62,55,449,4.36,4.41,2.72 +"30958",0.32,"Ideal","I","VS2",62.5,57,449,4.35,4.39,2.73 +"30959",0.32,"Ideal","I","VS2",62,57,449,4.36,4.41,2.72 +"30960",0.32,"Very Good","I","VS2",63,56,449,4.38,4.42,2.77 +"30961",0.4,"Very Good","H","VS2",62.1,56,746,4.72,4.75,2.94 +"30962",0.46,"Ideal","J","VS2",61.4,56,746,4.96,5,3.06 +"30963",0.36,"Ideal","G","VS1",61.3,56,746,4.6,4.64,2.83 +"30964",0.36,"Ideal","G","VS1",61.1,55,746,4.63,4.66,2.84 +"30965",0.37,"Ideal","F","SI1",61.6,56,746,4.61,4.65,2.85 +"30966",0.39,"Premium","G","SI2",62.7,54,746,4.71,4.64,2.93 +"30967",0.39,"Very Good","J","VS2",63.3,56,746,4.63,4.6,2.92 +"30968",0.38,"Ideal","I","SI1",62.3,56,746,4.63,4.58,2.87 +"30969",0.38,"Premium","I","SI1",60.2,60,746,4.68,4.65,2.81 +"30970",0.38,"Premium","I","SI1",60.5,58,746,4.72,4.67,2.84 +"30971",0.39,"Premium","J","VS2",61.3,60,746,4.68,4.65,2.86 +"30972",0.39,"Ideal","J","VS2",61.4,57,746,4.72,4.66,2.88 +"30973",0.37,"Very Good","G","VS1",59.2,61,746,4.63,4.7,2.76 +"30974",0.4,"Very Good","D","VS2",62.3,58,746,4.69,4.72,2.93 +"30975",0.38,"Very Good","F","VS1",61.4,61,746,4.66,4.69,2.87 +"30976",0.37,"Premium","F","VS2",60.6,58,746,4.63,4.67,2.82 +"30977",0.37,"Ideal","F","VS2",60.6,56,746,4.63,4.64,2.81 +"30978",0.37,"Premium","F","VS2",59.7,59,746,4.64,4.68,2.78 +"30979",0.37,"Premium","F","VS2",61.9,58,746,4.54,4.6,2.83 +"30980",0.37,"Very Good","F","VS2",61.2,60,746,4.59,4.63,2.82 +"30981",0.37,"Premium","F","VS2",61.9,59,746,4.57,4.61,2.84 +"30982",0.37,"Good","F","VS2",63.3,56,746,4.56,4.63,2.91 +"30983",0.37,"Premium","F","VS2",62.7,58,746,4.55,4.58,2.86 +"30984",0.37,"Good","G","VS1",63.1,56,746,4.57,4.59,2.89 +"30985",0.37,"Premium","G","VS1",61.4,58,746,4.58,4.61,2.82 +"30986",0.37,"Very Good","G","VS1",61.5,58,746,4.57,4.6,2.82 +"30987",0.37,"Ideal","F","VS2",61.1,57,746,4.63,4.67,2.84 +"30988",0.37,"Very Good","F","VS2",61,58,746,4.61,4.63,2.82 +"30989",0.37,"Very Good","H","VVS2",62.2,59,746,4.54,4.56,2.83 +"30990",0.37,"Premium","H","VVS2",61.3,58,746,4.6,4.63,2.83 +"30991",0.37,"Ideal","F","VS2",61.4,56,746,4.59,4.63,2.83 +"30992",0.37,"Premium","F","VS2",59.8,59,746,4.63,4.66,2.78 +"30993",0.37,"Premium","G","VS1",59.5,58,746,4.67,4.71,2.79 +"30994",0.37,"Premium","F","VS2",61.2,58,746,4.63,4.69,2.85 +"30995",0.3,"Ideal","G","VVS1",60.4,58,747,4.36,4.38,2.64 +"30996",0.3,"Ideal","G","VVS1",61.7,55,747,4.31,4.35,2.67 +"30997",0.41,"Ideal","I","VS2",61.5,55,747,4.8,4.82,2.96 +"30998",0.35,"Ideal","F","VS2",62.1,54,747,4.55,4.58,2.83 +"30999",0.36,"Ideal","E","VS2",61,54,747,4.6,4.64,2.82 +"31000",0.36,"Ideal","E","VS1",61.4,56,747,4.59,4.63,2.83 +"31001",0.35,"Ideal","E","VS1",62.3,57,747,4.51,4.55,2.82 +"31002",0.37,"Ideal","F","SI1",61.6,55,747,4.65,4.67,2.87 +"31003",0.32,"Very Good","E","VVS1",59,61,748,4.44,4.47,2.63 +"31004",0.41,"Good","H","SI1",64.3,54,748,4.72,4.68,3.02 +"31005",0.45,"Ideal","I","VS2",61.3,55,748,4.92,4.96,3.03 +"31006",0.39,"Ideal","G","SI1",61.3,54,748,4.73,4.77,2.91 +"31007",0.29,"Ideal","F","IF",61.9,56,748,4.27,4.3,2.65 +"31008",0.35,"Ideal","F","SI1",62.4,55,748,4.55,4.52,2.83 +"31009",0.35,"Premium","F","SI1",60.2,58,748,4.6,4.54,2.75 +"31010",0.35,"Ideal","F","SI1",62.2,56,748,4.52,4.48,2.8 +"31011",0.35,"Premium","F","SI1",61.7,58,748,4.54,4.51,2.79 +"31012",0.35,"Premium","F","SI1",62.3,58,748,4.53,4.49,2.81 +"31013",0.35,"Ideal","F","SI1",62.5,54,748,4.52,4.5,2.82 +"31014",0.35,"Good","F","SI1",63.6,54,748,4.52,4.51,2.87 +"31015",0.35,"Very Good","F","SI1",63.1,56,748,4.51,4.46,2.83 +"31016",0.31,"Very Good","E","VVS2",62.4,56,749,4.32,4.35,2.7 +"31017",0.31,"Very Good","G","VVS1",61.5,55,749,4.36,4.4,2.69 +"31018",0.31,"Ideal","E","VVS1",59.5,60,749,4.43,4.45,2.64 +"31019",0.41,"Good","F","VS2",59.7,63,749,4.8,4.85,2.88 +"31020",0.31,"Ideal","F","VS2",61.6,56,749,4.39,4.35,2.69 +"31021",0.37,"Premium","I","VS1",61.4,59,749,4.61,4.55,2.81 +"31022",0.37,"Good","H","VS2",63.7,55,749,4.56,4.54,2.9 +"31023",0.37,"Premium","H","VS2",59.5,61,749,4.67,4.64,2.77 +"31024",0.31,"Premium","G","VS1",58.2,61,749,4.45,4.42,2.58 +"31025",0.31,"Ideal","G","VS1",61.9,55,749,4.37,4.36,2.7 +"31026",0.31,"Premium","F","VS2",58.3,61,749,4.48,4.44,2.6 +"31027",0.31,"Premium","F","VS2",59.4,58,749,4.45,4.37,2.62 +"31028",0.31,"Ideal","F","VS2",60.8,57,749,4.41,4.38,2.67 +"31029",0.31,"Ideal","F","VS2",62.2,56,749,4.39,4.36,2.72 +"31030",0.31,"Premium","F","VS2",60.7,61,749,4.4,4.36,2.66 +"31031",0.31,"Ideal","F","VS2",61.6,56,749,4.38,4.35,2.69 +"31032",0.31,"Ideal","F","VS2",61.9,57,749,4.34,4.32,2.68 +"31033",0.31,"Very Good","F","VS2",63.5,55,749,4.32,4.31,2.74 +"31034",0.31,"Premium","F","VS2",63,57,749,4.33,4.27,2.71 +"31035",0.31,"Good","F","VS2",63.6,54,749,4.33,4.28,2.74 +"31036",0.31,"Good","F","VS2",63.7,59,749,4.31,4.26,2.73 +"31037",0.37,"Premium","H","VS2",61.4,58,749,4.64,4.61,2.84 +"31038",0.31,"Very Good","G","VS1",63.3,57,749,4.31,4.28,2.72 +"31039",0.34,"Ideal","D","VS1",60.7,57,749,4.51,4.55,2.75 +"31040",0.34,"Ideal","D","VS1",62.6,56,749,4.49,4.52,2.82 +"31041",0.34,"Ideal","D","VS1",61.4,56,749,4.5,4.53,2.77 +"31042",0.38,"Very Good","I","VS1",62,55,750,4.65,4.67,2.89 +"31043",0.39,"Ideal","I","VVS2",62,56,750,4.67,4.72,2.91 +"31044",0.33,"Ideal","F","VVS2",62.4,55,750,4.43,4.45,2.77 +"31045",0.4,"Good","I","VVS2",59.7,62,750,4.75,4.79,2.85 +"31046",0.34,"Ideal","D","SI1",62,55,750,4.53,4.5,2.8 +"31047",0.34,"Premium","D","SI1",62,58,750,4.47,4.43,2.76 +"31048",0.41,"Ideal","H","VS1",61.8,56,750,4.73,4.78,2.94 +"31049",0.42,"Very Good","G","SI1",62,54,751,4.8,4.82,2.98 +"31050",0.4,"Ideal","I","VVS2",62.6,54,751,4.69,4.73,2.95 +"31051",0.34,"Ideal","G","VVS2",62.4,53,751,4.49,4.52,2.81 +"31052",0.3,"Ideal","F","VVS2",61.6,55,751,4.3,4.33,2.66 +"31053",0.34,"Ideal","H","VVS1",61.6,53,751,4.5,4.52,2.78 +"31054",0.34,"Ideal","H","VVS1",61.1,56,751,4.51,4.56,2.77 +"31055",0.38,"Ideal","E","VS2",61.9,57,751,4.61,4.66,2.87 +"31056",0.38,"Very Good","I","VVS1",63.5,57,752,4.6,4.63,2.93 +"31057",0.38,"Very Good","F","VS2",59.7,57,752,4.73,4.79,2.84 +"31058",0.24,"Ideal","E","VVS1",60.9,56,752,4.01,4.04,2.45 +"31059",0.39,"Ideal","G","VS1",61.3,56,752,4.68,4.71,2.88 +"31060",0.31,"Ideal","D","VS1",60.5,57,752,4.39,4.41,2.66 +"31061",0.38,"Good","F","VS2",62.7,58,752,4.56,4.6,2.87 +"31062",0.27,"Premium","E","VVS2",61.8,59,752,4.18,4.14,2.57 +"31063",0.27,"Ideal","E","VVS1",62,56,752,4.19,4.16,2.59 +"31064",0.27,"Good","E","VVS1",63.9,57,752,4.1,4.07,2.61 +"31065",0.27,"Ideal","D","VVS2",61.5,56,752,4.18,4.15,2.56 +"31066",0.27,"Ideal","D","VVS1",61.7,57,752,4.2,4.16,2.58 +"31067",0.33,"Very Good","G","VVS2",61.2,57,752,4.42,4.44,2.71 +"31068",0.33,"Premium","G","VVS2",61,58,752,4.44,4.48,2.72 +"31069",0.33,"Ideal","G","VVS2",60.1,57,752,4.48,4.51,2.7 +"31070",0.33,"Premium","G","VVS2",62,59,752,4.41,4.46,2.75 +"31071",0.33,"Premium","G","VVS2",61.7,59,752,4.39,4.42,2.72 +"31072",0.33,"Ideal","G","VVS2",61.7,55,752,4.42,4.46,2.74 +"31073",0.33,"Ideal","H","VVS1",62.1,55,752,4.42,4.44,2.75 +"31074",0.33,"Premium","G","VVS2",59.5,60,752,4.52,4.55,2.7 +"31075",0.3,"Good","F","VVS1",63.7,59,752,4.17,4.24,2.68 +"31076",0.33,"Very Good","G","VVS2",60.9,57,752,4.43,4.5,2.72 +"31077",0.33,"Very Good","G","VVS2",61.9,58,752,4.39,4.43,2.73 +"31078",0.33,"Premium","G","VVS2",61.7,58,752,4.39,4.42,2.72 +"31079",0.33,"Ideal","G","VVS2",61.5,56,752,4.45,4.49,2.75 +"31080",0.33,"Very Good","G","VVS2",60.9,59,752,4.45,4.49,2.72 +"31081",0.3,"Very Good","D","VVS2",62.9,56,752,4.27,4.29,2.69 +"31082",0.33,"Premium","H","VVS1",61.4,59,752,4.42,4.44,2.72 +"31083",0.31,"Very Good","E","VVS1",60.3,57,752,4.41,4.44,2.67 +"31084",0.33,"Ideal","G","VVS2",61.7,56,752,4.42,4.46,2.74 +"31085",0.33,"Ideal","H","VVS1",61.7,56,752,4.46,4.48,2.76 +"31086",0.33,"Premium","G","VVS2",60.6,58,752,4.47,4.5,2.72 +"31087",0.33,"Ideal","H","VVS1",62.2,55,752,4.4,4.44,2.75 +"31088",0.3,"Good","D","VVS2",63.6,55,752,4.25,4.31,2.72 +"31089",0.33,"Very Good","G","VVS2",60,63,752,4.45,4.49,2.68 +"31090",0.33,"Ideal","G","VVS2",62.5,54,752,4.41,4.45,2.77 +"31091",0.33,"Very Good","G","VVS2",63,57,752,4.38,4.42,2.77 +"31092",0.33,"Very Good","G","VVS2",62.8,57,752,4.39,4.47,2.78 +"31093",0.3,"Premium","D","VVS2",62.4,58,752,4.26,4.3,2.67 +"31094",0.33,"Ideal","G","VVS2",62.7,55,752,4.41,4.46,2.78 +"31095",0.36,"Very Good","G","VVS2",61.7,56,753,4.56,4.58,2.82 +"31096",0.36,"Very Good","H","VVS1",62,55,753,4.57,4.6,2.84 +"31097",0.3,"Very Good","G","VVS1",62.5,56,753,4.25,4.29,2.67 +"31098",0.41,"Very Good","E","SI1",59.3,59,753,4.86,4.89,2.89 +"31099",0.41,"Ideal","I","VVS2",61.6,56,753,4.79,4.82,2.96 +"31100",0.3,"Ideal","G","VVS1",62.6,55,753,4.27,4.32,2.69 +"31101",0.3,"Ideal","G","VVS1",62.2,56,753,4.27,4.31,2.67 +"31102",0.3,"Ideal","G","VVS1",62.1,58,753,4.26,4.28,2.65 +"31103",0.34,"Ideal","D","VS2",61,58,753,4.49,4.53,2.75 +"31104",0.41,"Ideal","I","VS1",61.8,53,753,4.81,4.84,2.98 +"31105",0.36,"Ideal","E","VS1",61.5,55,753,4.58,4.66,2.84 +"31106",0.41,"Ideal","F","SI1",61.4,57,753,4.76,4.79,2.93 +"31107",0.4,"Premium","G","VS2",61.9,58,753,4.74,4.76,2.94 +"31108",0.4,"Premium","G","VS2",60.4,58,753,4.75,4.78,2.88 +"31109",0.42,"Very Good","F","SI1",60.6,58,753,4.81,4.89,2.94 +"31110",0.41,"Very Good","J","VVS2",63.1,60,754,4.67,4.71,2.96 +"31111",0.31,"Very Good","F","VVS2",62,56,754,4.36,4.39,2.71 +"31112",0.31,"Very Good","F","VVS2",62,55,754,4.34,4.38,2.7 +"31113",0.3,"Very Good","D","VVS2",63,56,754,4.29,4.31,2.71 +"31114",0.3,"Very Good","D","VVS2",63.2,55,754,4.27,4.3,2.71 +"31115",0.42,"Very Good","H","SI1",61.1,57,754,4.84,4.87,2.96 +"31116",0.33,"Ideal","G","VVS2",62,53.5,754,4.44,4.48,2.76 +"31117",0.38,"Ideal","H","VS1",62.4,53,754,4.67,4.69,2.92 +"31118",0.35,"Ideal","F","VS1",62.8,54,754,4.5,4.54,2.84 +"31119",0.37,"Ideal","I","IF",60.7,56,754,4.64,4.68,2.83 +"31120",0.37,"Ideal","I","IF",61.4,55,754,4.65,4.67,2.86 +"31121",0.34,"Good","E","VS2",57.8,64,754,4.6,4.61,2.66 +"31122",0.41,"Good","I","VS1",60.1,60.1,754,4.79,4.82,2.89 +"31123",0.3,"Ideal","F","VS1",61.5,55,754,4.35,4.33,2.67 +"31124",0.43,"Very Good","G","SI1",60.4,58,754,4.87,4.9,2.95 +"31125",0.43,"Very Good","G","SI1",62.3,59,754,4.79,4.81,2.99 +"31126",0.43,"Very Good","G","SI1",62.7,56,754,4.8,4.83,3.02 +"31127",0.43,"Very Good","G","SI1",62.9,55,754,4.83,4.87,3.05 +"31128",0.31,"Ideal","E","VS1",61.2,55,754,4.4,4.42,2.7 +"31129",0.31,"Very Good","H","VVS1",58.5,59,755,4.45,4.5,2.62 +"31130",0.42,"Very Good","H","VS2",62.1,54,755,4.81,4.84,2.99 +"31131",0.3,"Very Good","E","VS1",61.7,56,755,4.3,4.33,2.66 +"31132",0.31,"Ideal","E","VVS2",62.5,54,755,4.34,4.37,2.72 +"31133",0.31,"Ideal","E","VVS2",61.4,58,755,4.33,4.37,2.67 +"31134",0.31,"Ideal","E","VVS2",59.9,62,755,4.4,4.41,2.64 +"31135",0.31,"Ideal","E","VVS2",59.7,61,755,4.4,4.41,2.63 +"31136",0.31,"Ideal","G","VVS1",60.2,61,755,4.39,4.41,2.65 +"31137",0.31,"Ideal","G","VVS1",59,62,755,4.41,4.43,2.61 +"31138",0.38,"Very Good","G","SI1",61.8,53.7,755,4.67,4.69,2.9 +"31139",0.41,"Very Good","E","SI1",62.9,57,755,4.72,4.76,2.98 +"31140",0.41,"Very Good","E","SI1",62.9,57,755,4.73,4.78,2.99 +"31141",0.41,"Very Good","E","SI1",62.9,56,755,4.72,4.76,2.98 +"31142",0.38,"Very Good","G","SI1",62.1,54,755,4.64,4.67,2.9 +"31143",0.38,"Very Good","G","SI1",62,54.8,755,4.64,4.67,2.89 +"31144",0.41,"Very Good","F","SI1",62.6,55,755,4.74,4.78,2.98 +"31145",0.41,"Ideal","E","SI1",62.5,57,755,4.74,4.79,2.98 +"31146",0.41,"Ideal","E","SI1",62.1,54,755,4.76,4.81,2.97 +"31147",0.41,"Good","H","VS2",63.4,58,755,4.77,4.66,2.99 +"31148",0.41,"Very Good","E","SI1",62.8,59,755,4.74,4.75,2.98 +"31149",0.41,"Good","F","SI1",63.2,59,755,4.68,4.72,2.97 +"31150",0.41,"Premium","F","SI1",59.8,59,755,4.82,4.85,2.89 +"31151",0.41,"Ideal","F","SI1",62.7,57,755,4.7,4.74,2.96 +"31152",0.41,"Good","E","SI1",63.3,57,755,4.73,4.75,3 +"31153",0.41,"Premium","F","SI1",61.8,58,755,4.75,4.76,2.94 +"31154",0.41,"Premium","E","SI1",61,59,755,4.78,4.82,2.93 +"31155",0.41,"Ideal","E","SI1",62.5,55,755,4.73,4.77,2.97 +"31156",0.41,"Premium","E","SI1",61.3,58,755,4.76,4.8,2.93 +"31157",0.41,"Good","E","SI1",63.5,57,755,4.69,4.73,2.99 +"31158",0.41,"Ideal","E","SI1",62.6,57,755,4.72,4.73,2.96 +"31159",0.41,"Ideal","I","VS1",60.9,53,755,4.8,4.85,2.94 +"31160",0.41,"Very Good","F","SI1",62.9,56,755,4.71,4.73,2.97 +"31161",0.41,"Very Good","E","SI1",62.4,55,755,4.74,4.78,2.97 +"31162",0.41,"Good","F","SI1",63.9,56,755,4.68,4.74,3.01 +"31163",0.41,"Very Good","F","SI1",62.8,57,755,4.69,4.73,2.96 +"31164",0.41,"Very Good","E","SI1",61.4,56,755,4.77,4.81,2.94 +"31165",0.41,"Ideal","E","SI1",62.7,57,755,4.74,4.77,2.98 +"31166",0.41,"Premium","E","SI1",60.1,60,755,4.79,4.83,2.89 +"31167",0.41,"Good","E","SI1",63.9,58,755,4.7,4.72,3.01 +"31168",0.41,"Very Good","E","SI1",60.5,61,755,4.78,4.8,2.9 +"31169",0.41,"Good","F","SI1",63.3,57,755,4.69,4.72,2.98 +"31170",0.41,"Premium","E","SI1",62.4,58,755,4.75,4.77,2.97 +"31171",0.41,"Premium","F","SI1",61,60,755,4.77,4.81,2.92 +"31172",0.41,"Premium","E","SI1",60.2,60,755,4.78,4.82,2.89 +"31173",0.41,"Good","I","VS1",63.7,57,755,4.67,4.72,2.99 +"31174",0.4,"Very Good","F","SI1",62.1,60,756,4.66,4.7,2.91 +"31175",0.35,"Ideal","G","VVS2",61.8,55,756,4.54,4.56,2.81 +"31176",0.35,"Ideal","H","VVS1",62,55,756,4.52,4.54,2.81 +"31177",0.32,"Ideal","D","VS1",61.4,56,756,4.42,4.47,2.73 +"31178",0.42,"Ideal","G","SI1",60.7,57,756,4.81,4.89,2.95 +"31179",0.32,"Good","E","VS1",60.3,64,756,4.42,4.44,2.67 +"31180",0.32,"Good","E","VS1",59.5,64,756,4.42,4.45,2.64 +"31181",0.32,"Premium","D","SI1",61.3,60,756,4.43,4.41,2.71 +"31182",0.32,"Ideal","D","SI1",60.8,57,756,4.44,4.41,2.69 +"31183",0.32,"Premium","D","SI1",58.9,60,756,4.49,4.47,2.64 +"31184",0.32,"Ideal","D","SI1",62,55,756,4.47,4.37,2.74 +"31185",0.32,"Ideal","D","SI1",61.9,57,756,4.4,4.36,2.71 +"31186",0.32,"Premium","D","SI1",63,58,756,4.4,4.36,2.76 +"31187",0.32,"Ideal","D","SI1",62,57,756,4.4,4.37,2.72 +"31188",0.32,"Ideal","D","SI1",62.8,56,756,4.35,4.34,2.73 +"31189",0.32,"Very Good","D","SI1",63.3,57,756,4.39,4.36,2.77 +"31190",0.32,"Good","D","SI1",63.8,56,756,4.35,4.33,2.77 +"31191",0.32,"Ideal","D","SI1",62,57,756,4.42,4.38,2.73 +"31192",0.4,"Very Good","J","VS1",63.5,56,756,4.7,4.69,2.98 +"31193",0.36,"Premium","G","VS2",62.5,58,756,4.55,4.51,2.83 +"31194",0.36,"Premium","E","SI1",62.2,59,756,4.57,4.53,2.83 +"31195",0.32,"Premium","I","VVS1",60.1,61,756,4.45,4.4,2.66 +"31196",0.32,"Ideal","I","VVS1",61.9,55,756,4.4,4.39,2.72 +"31197",0.32,"Ideal","I","VVS1",61.7,55,756,4.4,4.39,2.71 +"31198",0.32,"Ideal","I","VVS1",62.5,55,756,4.4,4.37,2.74 +"31199",0.32,"Ideal","I","VVS1",62.4,55,756,4.38,4.34,2.72 +"31200",0.32,"Premium","I","VVS1",63,58,756,4.38,4.32,2.74 +"31201",0.32,"Ideal","D","SI1",59.3,55,756,4.53,4.51,2.68 +"31202",0.32,"Premium","D","SI1",58.3,58,756,4.54,4.49,2.63 +"31203",0.32,"Ideal","D","SI1",59.6,57,756,4.47,4.42,2.65 +"31204",0.32,"Premium","D","SI1",60.4,58,756,4.47,4.44,2.69 +"31205",0.32,"Premium","D","SI1",60.8,58,756,4.44,4.41,2.69 +"31206",0.32,"Ideal","D","SI1",61.4,57,756,4.42,4.41,2.71 +"31207",0.32,"Ideal","D","SI1",60.9,56,756,4.43,4.4,2.69 +"31208",0.32,"Premium","D","SI1",60.2,58,756,4.43,4.4,2.66 +"31209",0.32,"Premium","D","SI1",61.5,59,756,4.42,4.39,2.71 +"31210",0.32,"Ideal","D","SI1",61.5,56,756,4.42,4.39,2.71 +"31211",0.32,"Ideal","D","SI1",61.3,55,756,4.42,4.39,2.7 +"31212",0.32,"Ideal","D","SI1",62.5,54,756,4.41,4.39,2.75 +"31213",0.32,"Premium","D","SI1",62.3,55,756,4.42,4.38,2.74 +"31214",0.32,"Premium","D","SI1",60.9,60,756,4.41,4.39,2.68 +"31215",0.32,"Premium","D","SI1",61.4,58,756,4.42,4.38,2.7 +"31216",0.32,"Ideal","D","SI1",62.8,56,756,4.42,4.37,2.76 +"31217",0.32,"Ideal","D","SI1",62.6,55,756,4.39,4.36,2.74 +"31218",0.32,"Very Good","D","SI1",63.1,57,756,4.38,4.37,2.76 +"31219",0.32,"Very Good","D","SI1",63.3,57,756,4.38,4.37,2.77 +"31220",0.32,"Ideal","D","SI1",62.7,54,756,4.4,4.37,2.75 +"31221",0.32,"Ideal","D","SI1",61.3,57,756,4.41,4.37,2.69 +"31222",0.32,"Ideal","D","SI1",62.7,54,756,4.39,4.35,2.74 +"31223",0.32,"Very Good","D","SI1",63.2,54,756,4.38,4.36,2.76 +"31224",0.32,"Very Good","D","SI1",63.1,56,756,4.38,4.34,2.75 +"31225",0.32,"Good","D","SI1",63.7,55,756,4.38,4.35,2.78 +"31226",0.32,"Very Good","D","SI1",63.5,55,756,4.35,4.31,2.75 +"31227",0.32,"Premium","D","SI1",62.6,58,756,4.36,4.33,2.72 +"31228",0.32,"Ideal","D","SI1",62.7,57,756,4.37,4.34,2.73 +"31229",0.32,"Good","D","SI1",63.6,56,756,4.37,4.34,2.77 +"31230",0.31,"Ideal","E","VS2",62,56,756,4.38,4.36,2.71 +"31231",0.45,"Fair","G","SI1",68.6,57,756,4.73,4.5,3.19 +"31232",0.44,"Good","E","SI1",63.4,57,756,4.81,4.85,3.06 +"31233",0.44,"Good","F","SI1",63.8,54,756,4.8,4.85,3.08 +"31234",0.42,"Very Good","D","SI1",63,55,756,4.76,4.79,3.01 +"31235",0.44,"Good","E","SI1",63.2,53,756,4.84,4.87,3.07 +"31236",0.42,"Very Good","D","SI1",61.5,58,756,4.8,4.83,2.96 +"31237",0.42,"Very Good","D","SI1",60.2,57,756,4.85,4.89,2.93 +"31238",0.42,"Ideal","D","SI1",61.9,55,756,4.79,4.84,2.98 +"31239",0.42,"Very Good","D","SI1",63,57,756,4.77,4.81,3.02 +"31240",0.38,"Ideal","G","VS2",61.9,54.1,757,4.66,4.69,2.89 +"31241",0.31,"Ideal","F","VS2",61.6,55,757,4.36,4.38,2.69 +"31242",0.31,"Ideal","F","VS2",61.9,55,757,4.35,4.37,2.7 +"31243",0.31,"Ideal","F","VS2",61.6,55,757,4.38,4.39,2.7 +"31244",0.31,"Ideal","F","VS2",61.9,55,757,4.37,4.39,2.71 +"31245",0.31,"Fair","F","VVS2",56.9,59,757,4.45,4.48,2.54 +"31246",0.34,"Premium","E","VS1",58,60,757,4.63,4.61,2.68 +"31247",0.37,"Very Good","E","VS2",60.6,58,757,4.62,4.65,2.81 +"31248",0.37,"Premium","E","VS2",60.2,58,757,4.65,4.68,2.81 +"31249",0.4,"Ideal","I","VVS2",62,54,758,4.74,4.77,2.95 +"31250",0.4,"Ideal","I","VVS2",62,57,758,4.73,4.75,2.94 +"31251",0.41,"Good","D","SI1",56.5,63,758,4.98,4.94,2.8 +"31252",0.34,"Ideal","E","VS2",62.1,54.1,758,4.47,4.5,2.78 +"31253",0.46,"Ideal","F","SI2",61.5,54,758,4.98,5.01,3.07 +"31254",0.46,"Ideal","F","SI2",61.5,54,758,4.98,5.01,3.07 +"31255",0.4,"Ideal","J","IF",62.5,56,758,4.7,4.74,2.95 +"31256",0.32,"Ideal","D","VS2",61.6,56,758,4.37,4.4,2.7 +"31257",0.32,"Ideal","D","VS2",62,55,758,4.38,4.42,2.73 +"31258",0.32,"Ideal","D","VS2",62.4,57,758,4.34,4.38,2.72 +"31259",0.32,"Ideal","D","VS2",61.9,55,758,4.39,4.43,2.73 +"31260",0.32,"Ideal","E","VS1",61.7,57,758,4.39,4.42,2.72 +"31261",0.32,"Good","H","SI1",63.1,54,449,4.36,4.42,2.77 +"31262",0.32,"Very Good","I","VS2",61.1,57,449,4.39,4.42,2.69 +"31263",0.32,"Ideal","H","SI1",60.6,57,449,4.4,4.44,2.68 +"31264",0.32,"Premium","E","SI2",61.7,60,449,4.38,4.41,2.71 +"31265",0.32,"Good","H","SI1",63.1,55,449,4.34,4.37,2.75 +"31266",0.32,"Very Good","H","SI1",62.2,56,449,4.36,4.39,2.72 +"31267",0.32,"Very Good","I","VS2",63,55,449,4.34,4.39,2.75 +"31268",0.32,"Ideal","I","VS2",62.5,55,449,4.37,4.4,2.74 +"31269",0.32,"Ideal","I","VS2",61.5,56,449,4.4,4.41,2.71 +"31270",0.32,"Very Good","I","VS2",62.9,57,449,4.37,4.4,2.76 +"31271",0.32,"Ideal","I","VS2",60.3,56,449,4.44,4.45,2.68 +"31272",0.32,"Very Good","E","SI2",62.7,57,449,4.34,4.37,2.73 +"31273",0.32,"Good","I","VS2",63.2,56,449,4.32,4.38,2.75 +"31274",0.32,"Ideal","I","VS2",61.6,56,449,4.37,4.39,2.7 +"31275",0.32,"Premium","E","SI2",59.7,60,449,4.43,4.45,2.65 +"31276",0.32,"Very Good","I","VS2",63,57,449,4.33,4.37,2.74 +"31277",0.32,"Ideal","I","VS2",61.3,56,449,4.38,4.43,2.7 +"31278",0.32,"Premium","I","VS2",62.2,59,449,4.35,4.37,2.71 +"31279",0.32,"Good","I","VS2",63.4,55,449,4.33,4.37,2.76 +"31280",0.32,"Ideal","E","SI2",62.7,55,449,4.39,4.42,2.76 +"31281",0.32,"Premium","I","VS2",62.6,58,449,4.37,4.42,2.75 +"31282",0.28,"Very Good","H","VVS2",62.4,54,450,4.2,4.23,2.63 +"31283",0.25,"Ideal","I","VS2",62,57,450,4.02,4.06,2.5 +"31284",0.32,"Ideal","G","SI2",61.6,56,450,4.44,4.46,2.74 +"31285",0.32,"Ideal","G","SI2",61.8,55,450,4.4,4.43,2.73 +"31286",0.32,"Ideal","G","SI2",62.2,53,450,4.4,4.44,2.75 +"31287",0.36,"Ideal","F","SI2",62.2,55,450,4.57,4.59,2.85 +"31288",0.33,"Ideal","F","SI2",62.3,55,450,4.44,4.49,2.78 +"31289",0.36,"Ideal","F","SI2",61.2,56,450,4.61,4.64,2.83 +"31290",0.32,"Ideal","I","SI1",61.9,54,450,4.41,4.45,2.74 +"31291",0.32,"Ideal","D","VS2",61.1,56,758,4.39,4.41,2.69 +"31292",0.32,"Ideal","D","VS2",61,56,758,4.42,4.46,2.71 +"31293",0.32,"Ideal","D","VS2",61.9,55,758,4.41,4.44,2.74 +"31294",0.32,"Ideal","E","VS1",61.6,57,758,4.35,4.39,2.69 +"31295",0.32,"Very Good","D","VS2",62.5,57,758,4.34,4.39,2.73 +"31296",0.32,"Ideal","D","VS2",62.2,56,758,4.38,4.4,2.73 +"31297",0.32,"Premium","D","VS2",61.7,59,758,4.38,4.43,2.72 +"31298",0.32,"Ideal","D","VS2",62.7,54,758,4.36,4.38,2.74 +"31299",0.32,"Ideal","D","VS2",61.7,54,758,4.38,4.43,2.72 +"31300",0.32,"Ideal","D","VS2",61.9,57,758,4.37,4.39,2.71 +"31301",0.32,"Ideal","D","VS2",62.1,56,758,4.39,4.43,2.74 +"31302",0.32,"Very Good","D","VS2",62,57,758,4.38,4.42,2.73 +"31303",0.32,"Very Good","D","VS2",61.8,57,758,4.35,4.36,2.69 +"31304",0.32,"Ideal","D","VS2",61.3,56,758,4.37,4.41,2.69 +"31305",0.32,"Ideal","D","VS2",62.5,56,758,4.38,4.45,2.76 +"31306",0.32,"Ideal","E","VS1",61.5,56,758,4.38,4.4,2.7 +"31307",0.32,"Ideal","D","VS2",62.7,57,758,4.4,4.44,2.77 +"31308",0.32,"Ideal","D","VS2",62.6,57,758,4.37,4.41,2.75 +"31309",0.32,"Ideal","D","VS2",61,57,758,4.42,4.46,2.71 +"31310",0.32,"Premium","D","VS2",60.3,60,758,4.42,4.44,2.67 +"31311",0.32,"Ideal","D","VS2",62,55,758,4.37,4.41,2.72 +"31312",0.32,"Ideal","E","VS1",59.9,55,758,4.46,4.49,2.68 +"31313",0.32,"Ideal","D","VS2",62.2,55,758,4.37,4.41,2.73 +"31314",0.32,"Ideal","D","VS2",62.1,54,758,4.4,4.46,2.75 +"31315",0.32,"Ideal","E","VS1",61.7,56,758,4.39,4.42,2.72 +"31316",0.32,"Premium","D","VS2",61.7,58,758,4.34,4.38,2.69 +"31317",0.32,"Ideal","D","VS2",61.7,57,758,4.36,4.39,2.7 +"31318",0.32,"Ideal","D","VS2",62.2,56,758,4.36,4.39,2.72 +"31319",0.32,"Ideal","D","VS2",61.5,56,758,4.39,4.42,2.71 +"31320",0.32,"Ideal","D","VS2",62.6,55,758,4.37,4.39,2.74 +"31321",0.36,"Premium","I","IF",59.9,59,758,4.58,4.63,2.76 +"31322",0.32,"Ideal","D","VS2",61.5,56,758,4.41,4.44,2.72 +"31323",0.32,"Ideal","D","VS2",60.5,56,758,4.45,4.48,2.7 +"31324",0.32,"Ideal","D","VS2",62.3,57,758,4.39,4.41,2.74 +"31325",0.32,"Ideal","D","VS2",61.6,56,758,4.37,4.4,2.7 +"31326",0.32,"Ideal","E","VS1",61.8,55,758,4.4,4.43,2.73 +"31327",0.32,"Ideal","E","VS1",61.9,56,758,4.38,4.41,2.72 +"31328",0.3,"Very Good","E","VVS2",62.4,57,759,4.28,4.31,2.68 +"31329",0.36,"Very Good","D","VS2",64,56,759,4.49,4.51,2.88 +"31330",0.31,"Ideal","F","VVS2",61.9,56,759,4.32,4.37,2.69 +"31331",0.31,"Ideal","G","VVS1",62.4,54,759,4.31,4.34,2.7 +"31332",0.37,"Ideal","F","VS2",61.7,55,759,4.61,4.73,2.88 +"31333",0.36,"Ideal","F","VS2",61,56,759,4.61,4.64,2.82 +"31334",0.38,"Ideal","G","VS1",62.4,54,759,4.63,4.67,2.9 +"31335",0.41,"Ideal","G","SI1",61.4,56,759,4.81,4.83,2.96 +"31336",0.41,"Ideal","G","SI1",61.9,54,759,4.77,4.82,2.97 +"31337",0.44,"Premium","H","SI2",58.4,60,759,5.05,4.99,2.93 +"31338",0.44,"Premium","H","SI2",59.3,60,759,5.01,4.98,2.96 +"31339",0.44,"Premium","H","SI2",59.6,60,759,4.95,4.93,2.96 +"31340",0.37,"Very Good","D","VS2",60,57,760,4.7,4.76,2.84 +"31341",0.35,"Very Good","F","VS1",61.9,56,760,4.5,4.53,2.79 +"31342",0.43,"Very Good","D","SI1",62.9,56,760,4.78,4.83,3.02 +"31343",0.27,"Very Good","E","IF",59.7,56,760,4.26,4.28,2.55 +"31344",0.27,"Ideal","F","VVS2",62.7,55,760,4.1,4.12,2.58 +"31345",0.27,"Ideal","F","VVS2",62,55,760,4.14,4.16,2.57 +"31346",0.27,"Ideal","E","VVS2",60.2,55,760,4.24,4.27,2.56 +"31347",0.27,"Ideal","E","VVS2",61.9,56,760,4.16,4.19,2.58 +"31348",0.27,"Ideal","F","VVS1",62.5,56,760,4.1,4.14,2.57 +"31349",0.42,"Ideal","H","VS2",62.1,54,760,4.82,4.84,3 +"31350",0.34,"Ideal","E","VS2",61.8,54,760,4.49,4.5,2.78 +"31351",0.34,"Ideal","F","VS1",61.9,55,760,4.49,4.52,2.79 +"31352",0.41,"Ideal","E","SI2",61.2,56,760,4.81,4.84,2.95 +"31353",0.42,"Ideal","H","SI1",60.9,56,760,4.89,4.86,2.97 +"31354",0.42,"Ideal","F","SI1",61.6,56,760,4.81,4.85,2.98 +"31355",0.27,"Ideal","F","IF",61.3,57,760,4.16,4.2,2.56 +"31356",0.27,"Ideal","F","IF",61.8,55,760,4.14,4.21,2.57 +"31357",0.27,"Ideal","F","IF",61.4,57,760,4.17,4.19,2.57 +"31358",0.27,"Ideal","F","IF",63,55,760,4.13,4.16,2.61 +"31359",0.41,"Good","E","SI1",59.5,62,760,4.85,4.87,2.89 +"31360",0.43,"Ideal","F","SI1",62.5,56,760,4.82,4.84,3.02 +"31361",0.43,"Ideal","E","SI1",62.6,56,760,4.79,4.82,3.01 +"31362",0.4,"Very Good","G","VS1",60.4,57,760,4.76,4.77,2.88 +"31363",0.42,"Very Good","H","SI1",58.6,61,761,4.92,4.95,2.89 +"31364",0.33,"Ideal","G","VVS2",60.4,57,761,4.48,4.52,2.72 +"31365",0.33,"Ideal","F","VVS2",60.9,57,761,4.46,4.51,2.73 +"31366",0.33,"Ideal","F","VVS2",61.4,55,761,4.48,4.51,2.76 +"31367",0.33,"Ideal","F","VVS2",61.7,55,761,4.46,4.49,2.76 +"31368",0.33,"Ideal","F","VVS2",60.7,56,761,4.46,4.5,2.72 +"31369",0.33,"Ideal","F","VVS2",61.8,54,761,4.47,4.5,2.77 +"31370",0.36,"Ideal","G","VS1",60.6,57,761,4.58,4.62,2.79 +"31371",0.3,"Ideal","D","VS1",61,57,761,4.3,4.33,2.63 +"31372",0.44,"Ideal","F","SI1",61.4,56,761,4.89,4.94,3.02 +"31373",0.42,"Ideal","D","SI1",62.1,54,761,4.84,4.86,3.01 +"31374",0.3,"Premium","H","VVS1",61.3,58,761,4.32,4.3,2.64 +"31375",0.31,"Ideal","H","IF",60.8,57,761,4.38,4.4,2.67 +"31376",0.31,"Good","G","VVS1",58,62,761,4.42,4.47,2.58 +"31377",0.31,"Very Good","G","VVS1",62.8,57,761,4.3,4.33,2.71 +"31378",0.31,"Ideal","F","VVS2",61.2,56,761,4.37,4.39,2.68 +"31379",0.31,"Premium","H","IF",60.4,58,761,4.41,4.43,2.67 +"31380",0.31,"Very Good","G","VVS1",59.8,62,761,4.35,4.41,2.62 +"31381",0.31,"Ideal","F","VVS2",62.4,55,761,4.33,4.36,2.71 +"31382",0.37,"Ideal","E","VS2",61,56,762,4.64,4.67,2.84 +"31383",0.3,"Ideal","D","VS2",62.3,53.9,762,4.3,4.32,2.69 +"31384",0.33,"Premium","D","VS2",60.8,60,762,4.52,4.46,2.73 +"31385",0.31,"Very Good","E","VVS1",59.9,62,763,4.4,4.41,2.64 +"31386",0.31,"Very Good","E","VVS1",61.2,61,763,4.33,4.36,2.66 +"31387",0.35,"Very Good","D","VS1",60.9,58,763,4.54,4.56,2.77 +"31388",0.37,"Ideal","D","VS2",61.1,54,763,4.63,4.66,2.84 +"31389",0.37,"Ideal","D","VS2",62.3,55,763,4.59,4.62,2.87 +"31390",0.41,"Ideal","H","SI1",61.5,55,763,4.78,4.81,2.95 +"31391",0.43,"Ideal","G","SI1",62.2,54,763,4.84,4.88,3.02 +"31392",0.3,"Good","E","VVS1",57.8,60,763,4.45,4.48,2.58 +"31393",0.3,"Ideal","E","VVS1",62.5,54,763,4.29,4.32,2.69 +"31394",0.32,"Premium","H","IF",61.8,58,763,4.35,4.39,2.7 +"31395",0.38,"Very Good","G","VS1",62,57,764,4.65,4.68,2.89 +"31396",0.45,"Very Good","G","SI2",59.7,61,764,4.95,5,2.97 +"31397",0.47,"Very Good","J","SI1",62.4,58,764,4.94,4.99,3.1 +"31398",0.36,"Ideal","H","VVS1",62,54.8,764,4.57,4.59,2.84 +"31399",0.3,"Ideal","G","VVS1",61.8,57,764,4.32,4.36,2.68 +"31400",0.3,"Ideal","G","VVS1",62.1,57,764,4.27,4.29,2.66 +"31401",0.3,"Ideal","G","VVS1",62.2,57,764,4.3,4.32,2.68 +"31402",0.3,"Ideal","G","VVS1",61.5,57,764,4.28,4.31,2.64 +"31403",0.3,"Ideal","G","VVS1",62,58,764,4.27,4.31,2.66 +"31404",0.3,"Ideal","G","VVS1",61.9,57,764,4.28,4.31,2.66 +"31405",0.3,"Ideal","G","VVS1",61.7,54,764,4.32,4.34,2.67 +"31406",0.3,"Ideal","G","VVS1",61.7,57,764,4.31,4.35,2.67 +"31407",0.3,"Ideal","G","VVS1",61.7,57,764,4.32,4.34,2.67 +"31408",0.3,"Ideal","G","VVS1",61.8,56,764,4.32,4.36,2.68 +"31409",0.3,"Ideal","G","VVS1",61.1,57,764,4.32,4.35,2.65 +"31410",0.3,"Ideal","G","VVS1",62.7,54,764,4.3,4.34,2.71 +"31411",0.3,"Ideal","G","VVS1",61.4,58,764,4.31,4.35,2.66 +"31412",0.3,"Ideal","G","VVS1",62,54,764,4.35,4.36,2.7 +"31413",0.3,"Ideal","G","VVS1",62.3,54,764,4.32,4.35,2.7 +"31414",0.3,"Ideal","G","VVS1",62,58,764,4.28,4.3,2.66 +"31415",0.3,"Ideal","G","VVS1",61.4,57,764,4.32,4.35,2.66 +"31416",0.3,"Ideal","G","VVS1",62.2,57,764,4.28,4.3,2.67 +"31417",0.3,"Ideal","G","VVS1",61.6,58,764,4.31,4.32,2.66 +"31418",0.3,"Ideal","G","VVS1",61.9,54,764,4.33,4.36,2.69 +"31419",0.3,"Ideal","G","VVS1",61.5,55,764,4.33,4.35,2.67 +"31420",0.4,"Ideal","H","VS2",61.8,54.5,764,4.74,4.77,2.94 +"31421",0.34,"Ideal","F","VS1",61.1,55,764,4.53,4.57,2.78 +"31422",0.34,"Ideal","F","VS1",61.7,55,764,4.51,4.53,2.79 +"31423",0.4,"Ideal","F","SI2",61.5,56,764,4.75,4.78,2.93 +"31424",0.41,"Ideal","F","SI1",61.2,58,764,4.76,4.81,2.93 +"31425",0.3,"Ideal","H","IF",61.2,55,764,4.36,4.37,2.67 +"31426",0.3,"Ideal","H","IF",61.5,58,764,4.28,4.3,2.64 +"31427",0.3,"Ideal","H","IF",60.8,56,764,4.36,4.39,2.66 +"31428",0.3,"Ideal","H","IF",62.2,54,764,4.34,4.37,2.71 +"31429",0.3,"Ideal","H","IF",61.8,57,764,4.31,4.36,2.68 +"31430",0.3,"Ideal","H","IF",62.5,56,764,4.31,4.33,2.7 +"31431",0.3,"Ideal","H","IF",62.3,54,764,4.34,4.36,2.71 +"31432",0.3,"Ideal","H","IF",61.5,56,764,4.32,4.33,2.66 +"31433",0.3,"Ideal","H","IF",61.2,56,764,4.36,4.37,2.67 +"31434",0.3,"Ideal","H","IF",61.6,57,764,4.31,4.33,2.66 +"31435",0.3,"Ideal","H","IF",62.1,57,764,4.29,4.31,2.67 +"31436",0.3,"Ideal","H","IF",62,57,764,4.26,4.29,2.65 +"31437",0.3,"Ideal","H","IF",62,55,764,4.33,4.35,2.69 +"31438",0.3,"Ideal","H","IF",61.3,58,764,4.3,4.31,2.64 +"31439",0.33,"Good","F","VVS1",63.3,57,764,4.38,4.44,2.79 +"31440",0.43,"Very Good","E","SI2",59,60,765,4.9,4.96,2.91 +"31441",0.33,"Ideal","F","VS1",62.8,55,765,4.41,4.45,2.78 +"31442",0.4,"Ideal","J","VS2",62.9,57,765,4.75,4.7,2.97 +"31443",0.3,"Ideal","I","VVS2",63,57,765,4.27,4.24,2.68 +"31444",0.34,"Ideal","G","VS2",62.1,57,765,4.5,4.46,2.78 +"31445",0.34,"Premium","G","VS2",60.3,54,765,4.56,4.53,2.74 +"31446",0.4,"Good","J","VS2",64,57,765,4.7,4.67,3 +"31447",0.4,"Very Good","I","SI1",63.2,54,765,4.69,4.67,2.96 +"31448",0.4,"Ideal","I","SI1",61.6,56,765,4.74,4.68,2.9 +"31449",0.4,"Premium","I","SI1",59.8,57,765,4.83,4.8,2.88 +"31450",0.4,"Very Good","G","SI2",63.4,59,765,4.66,4.64,2.95 +"31451",0.34,"Ideal","G","VS2",61.8,56,765,4.52,4.48,2.78 +"31452",0.34,"Ideal","G","VS2",61.1,55,765,4.55,4.52,2.77 +"31453",0.34,"Ideal","G","VS2",61.5,55,765,4.5,4.47,2.76 +"31454",0.34,"Ideal","G","VS2",62.7,55,765,4.49,4.48,2.81 +"31455",0.34,"Premium","E","SI1",59.3,58,765,4.59,4.55,2.71 +"31456",0.34,"Premium","E","SI1",59.6,57,765,4.61,4.52,2.72 +"31457",0.34,"Good","E","SI1",63.9,56,765,4.48,4.44,2.85 +"31458",0.34,"Ideal","E","SI1",60.7,56,765,4.55,4.51,2.75 +"31459",0.4,"Premium","J","VS2",60.9,62,765,4.76,4.73,2.89 +"31460",0.4,"Premium","J","VS2",62.5,60,765,4.71,4.67,2.93 +"31461",0.4,"Good","I","SI1",63.9,57,765,4.7,4.66,2.99 +"31462",0.4,"Very Good","I","SI1",63.2,55,765,4.72,4.68,2.97 +"31463",0.4,"Very Good","G","SI2",63.1,59,765,4.7,4.65,2.95 +"31464",0.4,"Premium","G","SI2",61.9,61,765,4.74,4.69,2.92 +"31465",0.4,"Very Good","G","SI2",63.2,56,765,4.73,4.7,2.98 +"31466",0.34,"Very Good","I","VVS2",63.1,56,765,4.47,4.43,2.81 +"31467",0.34,"Premium","I","VVS2",61.5,60,765,4.49,4.45,2.75 +"31468",0.34,"Premium","I","VVS2",61.3,57,765,4.52,4.49,2.76 +"31469",0.34,"Premium","H","VS1",61.6,59,765,4.54,4.49,2.78 +"31470",0.34,"Premium","H","VS1",61.4,59,765,4.53,4.5,2.77 +"31471",0.34,"Premium","H","VS1",62.1,58,765,4.49,4.46,2.78 +"31472",0.34,"Ideal","H","VS1",62.1,57,765,4.51,4.48,2.79 +"31473",0.34,"Ideal","H","VS1",62.7,55,765,4.51,4.48,2.82 +"31474",0.34,"Premium","H","VS1",60.8,59,765,4.53,4.48,2.74 +"31475",0.34,"Premium","H","VS1",61.3,56,765,4.53,4.48,2.76 +"31476",0.34,"Ideal","H","VS1",62.5,57,765,4.46,4.43,2.78 +"31477",0.34,"Premium","H","VS1",62.2,58,765,4.48,4.43,2.77 +"31478",0.34,"Ideal","H","VS1",62.3,55,765,4.48,4.45,2.78 +"31479",0.34,"Ideal","H","VS1",62.7,57,765,4.48,4.45,2.8 +"31480",0.34,"Premium","H","VS1",60.6,60,765,4.49,4.45,2.71 +"31481",0.34,"Very Good","H","VS1",63.1,57,765,4.44,4.4,2.79 +"31482",0.34,"Premium","G","VS2",60.2,58,765,4.55,4.52,2.73 +"31483",0.34,"Premium","G","VS2",60.3,59,765,4.53,4.49,2.72 +"31484",0.34,"Ideal","G","VS2",61.9,55,765,4.53,4.49,2.79 +"31485",0.34,"Premium","G","VS2",61.1,60,765,4.53,4.51,2.76 +"31486",0.34,"Premium","G","VS2",61.3,58,765,4.53,4.51,2.77 +"31487",0.34,"Premium","G","VS2",60.2,58,765,4.56,4.51,2.73 +"31488",0.34,"Ideal","G","VS2",61,57,765,4.5,4.48,2.74 +"31489",0.34,"Ideal","G","VS2",61.4,57,765,4.51,4.48,2.76 +"31490",0.34,"Ideal","G","VS2",61.7,56,765,4.53,4.48,2.78 +"31491",0.34,"Ideal","G","VS2",61.3,55,765,4.51,4.49,2.76 +"31492",0.34,"Premium","G","VS2",60.3,58,765,4.53,4.49,2.72 +"31493",0.34,"Premium","G","VS2",61.8,58,765,4.5,4.47,2.77 +"31494",0.34,"Ideal","G","VS2",62,54,765,4.5,4.47,2.78 +"31495",0.34,"Ideal","G","VS2",62,56,765,4.5,4.47,2.78 +"31496",0.34,"Ideal","G","VS2",62.2,55,765,4.5,4.47,2.79 +"31497",0.34,"Ideal","G","VS2",61.5,57,765,4.51,4.47,2.76 +"31498",0.34,"Ideal","G","VS2",62.1,55,765,4.49,4.46,2.78 +"31499",0.34,"Premium","G","VS2",61.2,58,765,4.5,4.46,2.74 +"31500",0.34,"Ideal","G","VS2",62.5,57,765,4.5,4.46,2.8 +"31501",0.34,"Ideal","G","VS2",62.2,53,765,4.51,4.46,2.79 +"31502",0.34,"Premium","G","VS2",61.6,60,765,4.49,4.47,2.76 +"31503",0.34,"Ideal","G","VS2",61.5,56,765,4.5,4.47,2.76 +"31504",0.34,"Premium","G","VS2",61.6,58,765,4.51,4.45,2.76 +"31505",0.34,"Ideal","G","VS2",62.9,55,765,4.52,4.45,2.82 +"31506",0.34,"Ideal","G","VS2",62,55,765,4.48,4.46,2.77 +"31507",0.34,"Premium","G","VS2",61,58,765,4.49,4.46,2.73 +"31508",0.34,"Premium","G","VS2",62,59,765,4.47,4.43,2.76 +"31509",0.34,"Very Good","G","VS2",63.1,57,765,4.47,4.43,2.81 +"31510",0.34,"Premium","G","VS2",61.2,59,765,4.49,4.43,2.73 +"31511",0.34,"Ideal","G","VS2",62.2,57,765,4.47,4.44,2.77 +"31512",0.34,"Premium","G","VS2",61.2,62,765,4.48,4.44,2.73 +"31513",0.34,"Premium","E","SI1",59,60,765,4.62,4.56,2.71 +"31514",0.34,"Ideal","E","SI1",61.7,56,765,4.52,4.49,2.78 +"31515",0.34,"Ideal","E","SI1",61.4,54,765,4.53,4.5,2.77 +"31516",0.34,"Premium","E","SI1",60.3,57,765,4.56,4.53,2.74 +"31517",0.34,"Ideal","E","SI1",62.3,57,765,4.51,4.48,2.8 +"31518",0.34,"Ideal","E","SI1",61.4,55,765,4.54,4.48,2.77 +"31519",0.34,"Premium","E","SI1",60.7,60,765,4.51,4.48,2.73 +"31520",0.34,"Ideal","E","SI1",60.7,57,765,4.51,4.48,2.73 +"31521",0.34,"Ideal","E","SI1",61,57,765,4.51,4.48,2.74 +"31522",0.34,"Ideal","E","SI1",62.9,55,765,4.5,4.47,2.82 +"31523",0.34,"Ideal","E","SI1",62.1,55,765,4.51,4.47,2.79 +"31524",0.34,"Very Good","E","SI1",63.2,55,765,4.49,4.46,2.83 +"31525",0.34,"Premium","E","SI1",61.8,58,765,4.5,4.47,2.77 +"31526",0.34,"Very Good","E","SI1",63.3,56,765,4.44,4.41,2.8 +"31527",0.34,"Ideal","E","SI1",63,55,765,4.47,4.42,2.8 +"31528",0.34,"Premium","E","SI1",61.9,59,765,4.48,4.44,2.76 +"31529",0.34,"Ideal","E","SI1",61.8,56,765,4.48,4.45,2.76 +"31530",0.34,"Ideal","E","SI1",62.9,56,765,4.48,4.45,2.81 +"31531",0.34,"Ideal","E","SI1",62.2,55,765,4.49,4.45,2.78 +"31532",0.34,"Ideal","E","SI1",62.7,55,765,4.47,4.46,2.8 +"31533",0.34,"Ideal","E","SI1",62,57,765,4.48,4.46,2.77 +"31534",0.34,"Premium","G","VS2",62.4,59,765,4.47,4.41,2.77 +"31535",0.31,"Very Good","E","VVS2",61.1,55,766,4.39,4.41,2.69 +"31536",0.31,"Ideal","E","VVS2",61.4,56,766,4.36,4.4,2.69 +"31537",0.31,"Ideal","E","VVS2",61.7,56,766,4.37,4.38,2.7 +"31538",0.3,"Ideal","E","VVS2",61.9,59,766,4.27,4.3,2.65 +"31539",0.3,"Ideal","E","VVS2",62.2,57,766,4.28,4.31,2.67 +"31540",0.3,"Ideal","E","VVS2",61.5,58,766,4.29,4.3,2.64 +"31541",0.3,"Ideal","E","VVS2",61.9,55,766,4.3,4.33,2.67 +"31542",0.3,"Ideal","E","VVS2",61.9,58,766,4.28,4.32,2.66 +"31543",0.3,"Ideal","E","VVS2",61.9,58,766,4.27,4.29,2.65 +"31544",0.3,"Ideal","E","VVS2",62.3,57,766,4.29,4.31,2.68 +"31545",0.3,"Ideal","E","VVS2",61.6,58,766,4.28,4.33,2.65 +"31546",0.3,"Ideal","E","VVS2",62.1,57,766,4.27,4.3,2.66 +"31547",0.3,"Ideal","E","VVS2",62.3,56,766,4.28,4.32,2.68 +"31548",0.3,"Ideal","E","VVS2",62.3,57,766,4.29,4.32,2.68 +"31549",0.3,"Ideal","E","VVS2",61.6,56,766,4.32,4.35,2.67 +"31550",0.3,"Ideal","E","VVS2",62.3,56,766,4.3,4.34,2.69 +"31551",0.31,"Ideal","D","VS1",60.5,57,766,4.4,4.43,2.67 +"31552",0.31,"Ideal","D","VS1",61.6,55,766,4.37,4.4,2.7 +"31553",0.38,"Ideal","F","SI1",61.7,56,766,4.68,4.72,2.9 +"31554",0.31,"Ideal","F","IF",59.7,60,766,4.4,4.44,2.64 +"31555",0.38,"Ideal","I","VVS2",62.6,54,766,4.62,4.65,2.9 +"31556",0.38,"Ideal","G","VS2",62.2,56,766,4.62,4.64,2.88 +"31557",0.38,"Very Good","G","VS2",60.4,57,766,4.67,4.7,2.83 +"31558",0.38,"Very Good","G","VS2",59.9,58,766,4.72,4.77,2.84 +"31559",0.38,"Very Good","G","VS2",60.1,61,766,4.63,4.66,2.79 +"31560",0.38,"Premium","H","VS1",61.6,58,766,4.65,4.7,2.88 +"31561",0.38,"Very Good","G","VS2",60.8,61,766,4.65,4.66,2.83 +"31562",0.38,"Very Good","G","VS2",59.2,60,766,4.7,4.73,2.79 +"31563",0.38,"Premium","G","VS2",59.3,59,766,4.71,4.74,2.8 +"31564",0.31,"Ideal","D","VVS2",61.6,56,766,4.34,4.38,2.69 +"31565",0.31,"Ideal","D","VVS2",62.4,56,766,4.34,4.38,2.72 +"31566",0.31,"Ideal","D","VVS2",62,56,766,4.34,4.37,2.7 +"31567",0.31,"Ideal","D","VVS2",61.9,56,766,4.37,4.39,2.71 +"31568",0.31,"Premium","F","VVS1",59.4,58,766,4.41,4.45,2.63 +"31569",0.31,"Ideal","D","VVS2",61.9,57,766,4.31,4.35,2.68 +"31570",0.36,"Premium","F","VVS2",62.7,58,766,4.51,4.55,2.84 +"31571",0.39,"Very Good","J","VVS1",57.8,59,767,4.85,4.9,2.82 +"31572",0.31,"Very Good","F","VVS1",60.7,58,767,4.36,4.4,2.66 +"31573",0.31,"Ideal","E","VVS2",61.9,54,767,4.38,4.41,2.72 +"31574",0.31,"Ideal","E","VVS2",60.8,56,767,4.39,4.42,2.68 +"31575",0.4,"Ideal","F","VS2",62.3,54,767,4.74,4.77,2.96 +"31576",0.36,"Ideal","E","VS1",60.8,55,767,4.58,4.63,2.8 +"31577",0.35,"Ideal","E","VS2",62.1,56,767,4.52,4.53,2.81 +"31578",0.35,"Ideal","E","VS2",61.7,55,767,4.54,4.57,2.81 +"31579",0.35,"Ideal","E","VS2",62,57,767,4.51,4.55,2.81 +"31580",0.35,"Ideal","E","VS2",61.6,56,767,4.52,4.54,2.79 +"31581",0.35,"Premium","E","VS2",61.6,58,767,4.52,4.57,2.8 +"31582",0.35,"Ideal","E","VS2",61.6,55,767,4.49,4.54,2.78 +"31583",0.35,"Ideal","E","VS2",61.7,56,767,4.52,4.56,2.8 +"31584",0.35,"Very Good","E","VS2",62.1,59,767,4.46,4.49,2.78 +"31585",0.35,"Ideal","E","VS2",62.5,55,767,4.5,4.52,2.82 +"31586",0.35,"Ideal","E","VS2",62,55,767,4.52,4.54,2.81 +"31587",0.35,"Premium","E","VS2",59.2,58,767,4.59,4.63,2.73 +"31588",0.35,"Ideal","E","VS2",62.2,56,767,4.51,4.53,2.81 +"31589",0.35,"Premium","E","VS2",60.4,60,767,4.52,4.55,2.74 +"31590",0.35,"Very Good","E","VS2",58.9,59,767,4.59,4.64,2.72 +"31591",0.3,"Ideal","J","SI1",62.3,57,367,4.27,4.3,2.67 +"31592",0.2,"Premium","E","VS2",59.8,62,367,3.79,3.77,2.26 +"31593",0.2,"Premium","E","VS2",59,60,367,3.81,3.78,2.24 +"31594",0.2,"Premium","E","VS2",61.1,59,367,3.81,3.78,2.32 +"31595",0.2,"Premium","E","VS2",59.7,62,367,3.84,3.8,2.28 +"31596",0.2,"Ideal","E","VS2",59.7,55,367,3.86,3.84,2.3 +"31597",0.2,"Premium","F","VS2",62.6,59,367,3.73,3.71,2.33 +"31598",0.2,"Ideal","D","VS2",61.5,57,367,3.81,3.77,2.33 +"31599",0.2,"Very Good","E","VS2",63.4,59,367,3.74,3.71,2.36 +"31600",0.2,"Ideal","E","VS2",62.2,57,367,3.76,3.73,2.33 +"31601",0.2,"Premium","D","VS2",62.3,60,367,3.73,3.68,2.31 +"31602",0.2,"Premium","D","VS2",61.7,60,367,3.77,3.72,2.31 +"31603",0.25,"Ideal","H","VS2",61,55,367,4.09,4.11,2.5 +"31604",0.3,"Premium","J","VS2",62.2,58,368,4.28,4.3,2.67 +"31605",0.3,"Good","H","SI2",63.9,56,368,4.24,4.27,2.72 +"31606",0.3,"Very Good","J","VS2",61.6,61,368,4.28,4.33,2.65 +"31607",0.3,"Good","J","VS2",63.4,57,368,4.22,4.26,2.69 +"31608",0.3,"Premium","J","VS2",60.6,59,368,4.34,4.38,2.64 +"31609",0.3,"Premium","H","SI2",60.9,59,368,4.32,4.35,2.64 +"31610",0.23,"Very Good","G","VS2",62.8,53,369,3.91,3.93,2.46 +"31611",0.23,"Very Good","H","IF",63.9,55,369,3.89,3.9,2.49 +"31612",0.23,"Fair","G","VVS2",61.4,66,369,3.87,3.91,2.39 +"31613",0.24,"Very Good","F","SI1",61.6,57,370,4.02,4.05,2.48 +"31614",0.26,"Ideal","I","VS2",61.8,55,371,4.12,4.17,2.56 +"31615",0.32,"Ideal","I","SI2",61.7,55,371,4.39,4.42,2.72 +"31616",0.27,"Fair","E","VS1",66.4,58,371,3.99,4.02,2.66 +"31617",0.31,"Ideal","I","SI2",62,54.1,372,4.32,4.35,2.69 +"31618",0.24,"Very Good","D","VS2",61.4,60,373,3.98,4,2.45 +"31619",0.23,"Very Good","E","VS2",62.5,59,373,3.91,3.96,2.46 +"31620",0.24,"Very Good","F","VS1",62.5,55,373,3.94,3.97,2.47 +"31621",0.32,"Ideal","I","SI1",61.2,56,450,4.4,4.44,2.7 +"31622",0.32,"Ideal","I","SI1",60.5,58,450,4.43,4.49,2.7 +"31623",0.3,"Ideal","H","SI1",61.9,57,450,4.3,4.32,2.67 +"31624",0.3,"Ideal","H","SI1",62.4,55,450,4.3,4.32,2.69 +"31625",0.3,"Ideal","H","SI1",62.2,57,450,4.26,4.29,2.66 +"31626",0.3,"Ideal","H","SI1",61.3,58,450,4.3,4.34,2.65 +"31627",0.3,"Ideal","H","SI1",62.2,57,450,4.27,4.28,2.66 +"31628",0.3,"Ideal","H","SI1",62.2,57,450,4.26,4.29,2.66 +"31629",0.3,"Ideal","H","SI1",62.2,57,450,4.27,4.31,2.67 +"31630",0.3,"Ideal","H","SI1",62.2,57,450,4.27,4.28,2.66 +"31631",0.3,"Ideal","H","SI1",61.6,54,450,4.33,4.37,2.68 +"31632",0.3,"Ideal","H","SI1",60.9,58,450,4.31,4.33,2.63 +"31633",0.3,"Ideal","H","SI1",62.1,55,450,4.3,4.33,2.68 +"31634",0.3,"Ideal","H","SI1",62,56,450,4.29,4.32,2.67 +"31635",0.3,"Ideal","H","SI1",62.1,56,450,4.29,4.31,2.67 +"31636",0.3,"Very Good","I","SI2",63.3,56,450,4.3,4.26,2.71 +"31637",0.3,"Premium","J","SI1",62.7,59,450,4.27,4.21,2.66 +"31638",0.3,"Very Good","J","SI1",63.4,54,450,4.29,4.23,2.7 +"31639",0.3,"Good","J","SI1",63.8,56,450,4.26,4.23,2.71 +"31640",0.33,"Premium","J","VS2",59.6,61,450,4.53,4.49,2.69 +"31641",0.25,"Very Good","H","VVS1",60.1,62,450,4.08,4.11,2.46 +"31642",0.25,"Ideal","H","VVS1",62.5,56,450,4.03,4.06,2.53 +"31643",0.25,"Premium","H","VVS1",59.8,59,450,4.07,4.09,2.44 +"31644",0.25,"Very Good","G","VVS1",63.7,54,451,3.98,4.03,2.55 +"31645",0.27,"Ideal","H","VS2",61.7,56,451,4.13,4.17,2.56 +"31646",0.33,"Ideal","J","VS1",61.6,54,451,4.5,4.52,2.78 +"31647",0.39,"Ideal","J","SI2",62.6,54,451,4.64,4.69,2.92 +"31648",0.37,"Ideal","J","SI1",62.2,53,451,4.63,4.67,2.89 +"31649",0.28,"Very Good","E","VS1",59,60,452,4.26,4.32,2.53 +"31650",0.28,"Very Good","E","VS1",61.4,60,452,4.16,4.24,2.58 +"31651",0.35,"Ideal","E","VS2",61.5,55,767,4.52,4.56,2.79 +"31652",0.35,"Premium","F","VS1",60.7,58,767,4.54,4.58,2.77 +"31653",0.35,"Premium","E","VS2",60.7,60,767,4.55,4.58,2.77 +"31654",0.35,"Premium","E","VS2",60.9,59,767,4.54,4.56,2.77 +"31655",0.35,"Premium","E","VS2",59.5,58,767,4.59,4.62,2.74 +"31656",0.35,"Ideal","E","VS2",62.4,57,767,4.52,4.55,2.83 +"31657",0.32,"Ideal","E","VS2",61.8,54,768,4.43,4.4,2.73 +"31658",0.32,"Ideal","E","VS2",61.4,56,768,4.45,4.41,2.72 +"31659",0.38,"Ideal","I","VVS2",62,54.5,768,4.66,4.69,2.9 +"31660",0.37,"Ideal","I","VVS1",60.6,57,768,4.63,4.66,2.81 +"31661",0.38,"Ideal","G","VS2",61.5,54.4,768,4.65,4.7,2.88 +"31662",0.38,"Ideal","G","VS2",62.1,54.5,768,4.64,4.69,2.9 +"31663",0.37,"Ideal","E","VS2",60.1,59,768,4.64,4.68,2.8 +"31664",0.38,"Ideal","H","VS1",62.2,53.7,768,4.63,4.68,2.9 +"31665",0.33,"Ideal","E","VS1",61.7,54,768,4.45,4.47,2.75 +"31666",0.26,"Ideal","F","IF",60.9,55,768,4.15,4.23,2.55 +"31667",0.32,"Premium","E","VS2",61.6,59,768,4.43,4.4,2.72 +"31668",0.32,"Ideal","E","VS2",62.1,55,768,4.43,4.4,2.74 +"31669",0.41,"Very Good","F","SI1",61.9,55,769,4.78,4.81,2.97 +"31670",0.4,"Premium","F","SI1",61.7,59,769,4.75,4.72,2.92 +"31671",0.32,"Ideal","E","VS2",60.8,57,769,4.39,4.42,2.68 +"31672",0.26,"Very Good","E","VVS2",63.1,59,769,4.08,4.04,2.56 +"31673",0.26,"Ideal","F","VVS1",62.4,56,769,4.11,4.1,2.56 +"31674",0.26,"Ideal","F","VVS2",61.6,57,769,4.1,4.08,2.52 +"31675",0.26,"Ideal","F","VVS2",62.5,56,769,4.12,4.1,2.57 +"31676",0.26,"Ideal","F","VVS1",61.6,57,769,4.1,4.08,2.52 +"31677",0.26,"Ideal","E","VVS1",62,56,769,4.13,4.09,2.55 +"31678",0.26,"Premium","E","VVS1",61.7,59,769,4.14,4.1,2.54 +"31679",0.26,"Premium","E","VVS1",61.8,58,769,4.14,4.11,2.55 +"31680",0.26,"Ideal","E","VVS2",62.3,57,769,4.09,4.06,2.54 +"31681",0.26,"Ideal","E","VVS2",61.5,56,769,4.11,4.08,2.52 +"31682",0.26,"Ideal","E","VVS2",62,56,769,4.13,4.1,2.55 +"31683",0.26,"Ideal","E","VVS2",62.2,56,769,4.15,4.12,2.57 +"31684",0.26,"Ideal","E","VVS1",61.7,57,769,4.1,4.07,2.52 +"31685",0.26,"Premium","E","VVS1",62.9,58,769,4.08,4.06,2.56 +"31686",0.26,"Premium","E","VVS1",62.3,60,769,4.09,4.07,2.54 +"31687",0.26,"Ideal","D","VVS2",62.5,56,769,4.11,4.08,2.56 +"31688",0.26,"Ideal","D","VVS2",61.4,56,769,4.15,4.12,2.54 +"31689",0.33,"Very Good","E","VVS1",63.2,53,770,4.42,4.47,2.81 +"31690",0.4,"Very Good","H","VS1",61.8,53,770,4.76,4.78,2.95 +"31691",0.4,"Very Good","E","VS2",59.4,58,770,4.78,4.82,2.85 +"31692",0.4,"Ideal","I","VVS2",61.6,56,770,4.75,4.76,2.93 +"31693",0.4,"Ideal","I","VS2",61.7,57,770,4.73,4.77,2.93 +"31694",0.4,"Ideal","H","SI1",61.7,56,770,4.72,4.77,2.93 +"31695",0.36,"Premium","F","SI1",60.3,58,770,4.65,4.6,2.79 +"31696",0.36,"Ideal","F","SI1",60.1,56,770,4.67,4.62,2.79 +"31697",0.36,"Ideal","F","SI1",61.5,57,770,4.59,4.55,2.81 +"31698",0.38,"Premium","F","SI2",61,61,770,4.67,4.61,2.83 +"31699",0.36,"Ideal","F","SI1",61.5,56,770,4.62,4.59,2.83 +"31700",0.36,"Premium","F","SI1",61.5,58,770,4.6,4.54,2.81 +"31701",0.36,"Premium","F","SI1",61.6,60,770,4.61,4.54,2.82 +"31702",0.36,"Premium","F","SI1",61.1,59,770,4.59,4.55,2.79 +"31703",0.36,"Premium","F","SI1",61.1,59,770,4.62,4.58,2.81 +"31704",0.36,"Premium","F","SI1",61.9,59,770,4.54,4.51,2.8 +"31705",0.36,"Ideal","F","SI1",62,56,770,4.59,4.54,2.83 +"31706",0.36,"Premium","F","SI1",62.3,59,770,4.56,4.5,2.82 +"31707",0.5,"Premium","F","I1",60.5,60,770,5.15,5.07,3.1 +"31708",0.31,"Premium","G","VS1",59.9,59,770,4.44,4.41,2.65 +"31709",0.38,"Premium","J","VS1",62.1,60,770,4.64,4.6,2.87 +"31710",0.42,"Very Good","I","VVS2",61.7,55,771,4.81,4.85,2.98 +"31711",0.41,"Premium","E","SI2",60.6,60,771,4.83,4.8,2.92 +"31712",0.42,"Ideal","I","VS1",61.7,54,771,4.8,4.82,2.97 +"31713",0.42,"Ideal","I","VS1",61.5,55,771,4.83,4.86,2.98 +"31714",0.42,"Ideal","I","VS1",61.5,56,771,4.83,4.86,2.98 +"31715",0.35,"Ideal","E","VS1",61.6,55.1,771,4.54,4.58,2.81 +"31716",0.33,"Ideal","E","VS1",61.5,56.2,771,4.42,4.45,2.73 +"31717",0.33,"Ideal","E","VS1",62.3,53.8,771,4.42,4.44,2.76 +"31718",0.41,"Ideal","D","SI1",60.7,55,771,4.83,4.86,2.94 +"31719",0.38,"Good","G","VS2",58.8,62,771,4.68,4.71,2.76 +"31720",0.35,"Very Good","D","VS1",63,57,771,4.48,4.51,2.83 +"31721",0.3,"Fair","D","VVS2",65.2,59,772,4.2,4.18,2.73 +"31722",0.4,"Very Good","J","VVS1",61.2,55,772,4.75,4.8,2.92 +"31723",0.32,"Very Good","G","VVS1",61.4,55,772,4.41,4.45,2.72 +"31724",0.32,"Very Good","G","VVS1",60.6,56,772,4.44,4.47,2.7 +"31725",0.4,"Very Good","G","VS2",61.9,59,772,4.67,4.7,2.9 +"31726",0.33,"Very Good","E","VS2",59.8,59,772,4.5,4.53,2.7 +"31727",0.33,"Very Good","F","VS1",59.1,60,772,4.48,4.52,2.66 +"31728",0.31,"Ideal","G","VVS1",61.4,57,772,4.37,4.39,2.68 +"31729",0.31,"Ideal","G","VVS1",62.5,56,772,4.29,4.34,2.69 +"31730",0.31,"Ideal","G","VVS1",60.8,56,772,4.41,4.43,2.69 +"31731",0.31,"Ideal","G","VVS1",62.5,56,772,4.3,4.34,2.69 +"31732",0.31,"Ideal","G","VVS1",62.3,56,772,4.34,4.37,2.71 +"31733",0.31,"Ideal","G","VVS1",61.4,56,772,4.34,4.37,2.68 +"31734",0.31,"Ideal","G","VVS1",62.4,56,772,4.33,4.36,2.71 +"31735",0.4,"Ideal","E","SI1",60.6,56,772,4.77,4.78,2.9 +"31736",0.31,"Ideal","H","IF",62,56,772,4.36,4.39,2.71 +"31737",0.31,"Ideal","H","IF",61.4,57,772,4.36,4.39,2.68 +"31738",0.41,"Good","E","VS2",58.1,59,772,4.89,4.95,2.86 +"31739",0.35,"Premium","D","SI1",61.5,58,772,4.55,4.53,2.79 +"31740",0.35,"Very Good","D","SI1",63.3,56,772,4.53,4.5,2.86 +"31741",0.35,"Ideal","D","SI1",62.1,57,772,4.49,4.47,2.78 +"31742",0.41,"Premium","G","VS2",60.7,59,772,4.8,4.85,2.93 +"31743",0.4,"Premium","D","SI1",60.8,59,772,4.77,4.8,2.91 +"31744",0.4,"Ideal","D","SI1",62.1,56,772,4.7,4.74,2.93 +"31745",0.4,"Ideal","D","SI1",60.8,57,772,4.77,4.81,2.91 +"31746",0.44,"Premium","G","SI1",61.1,59,772,4.86,4.9,2.98 +"31747",0.4,"Very Good","D","SI1",61.4,56,772,4.72,4.83,2.93 +"31748",0.44,"Very Good","G","SI1",61.6,61,772,4.83,4.88,2.99 +"31749",0.44,"Premium","G","SI1",61.9,58,772,4.83,4.87,3 +"31750",0.4,"Ideal","D","SI1",59.6,57,772,4.77,4.82,2.86 +"31751",0.44,"Premium","G","SI1",61.9,59,772,4.82,4.87,3 +"31752",0.4,"Premium","D","SI1",61.3,60,772,4.71,4.75,2.9 +"31753",0.4,"Ideal","D","SI1",62,56,772,4.68,4.71,2.91 +"31754",0.4,"Premium","D","SI1",59.9,60,772,4.75,4.77,2.85 +"31755",0.4,"Premium","D","SI1",61.6,58,772,4.69,4.73,2.9 +"31756",0.44,"Ideal","G","SI1",62.7,57,772,4.82,4.85,3.03 +"31757",0.44,"Premium","G","SI1",60.1,60,772,4.86,4.95,2.95 +"31758",0.4,"Premium","D","SI1",61.7,58,772,4.7,4.74,2.91 +"31759",0.44,"Ideal","G","SI1",61.5,57,772,4.87,4.88,3 +"31760",0.4,"Ideal","D","SI1",61.8,55,772,4.74,4.78,2.94 +"31761",0.44,"Premium","G","SI1",61,60,772,4.88,4.93,2.99 +"31762",0.4,"Premium","D","SI1",61.1,58,772,4.74,4.75,2.9 +"31763",0.34,"Ideal","F","VVS2",61.5,56,773,4.47,4.5,2.76 +"31764",0.35,"Ideal","H","VVS1",60.9,57,773,4.55,4.58,2.78 +"31765",0.35,"Ideal","H","VVS1",61.6,55,773,4.55,4.57,2.81 +"31766",0.35,"Ideal","E","VS1",61.1,55,773,4.56,4.58,2.79 +"31767",0.32,"Premium","H","VVS2",62.2,58,773,4.38,4.33,2.71 +"31768",0.32,"Ideal","G","VS1",60.7,56,773,4.46,4.43,2.7 +"31769",0.32,"Premium","G","VS1",61.2,62,773,4.45,4.41,2.71 +"31770",0.32,"Ideal","G","VS1",61.9,55,773,4.42,4.4,2.73 +"31771",0.32,"Premium","F","VS2",59.5,60,773,4.48,4.46,2.66 +"31772",0.32,"Premium","F","VS2",58.8,62,773,4.48,4.43,2.62 +"31773",0.32,"Premium","F","VS2",59.7,62,773,4.43,4.38,2.63 +"31774",0.32,"Very Good","F","VS2",63.3,57,773,4.38,4.34,2.76 +"31775",0.32,"Ideal","F","VS2",63,57,773,4.37,4.33,2.74 +"31776",0.32,"Ideal","F","VS2",61.9,55,773,4.45,4.41,2.74 +"31777",0.42,"Very Good","H","VS2",62.9,56,773,4.72,4.79,2.99 +"31778",0.42,"Premium","F","SI1",60.8,58,773,4.83,4.87,2.95 +"31779",0.42,"Very Good","E","SI1",62.8,59,773,4.74,4.78,2.99 +"31780",0.42,"Very Good","E","SI1",62.5,55,773,4.8,4.83,3.01 +"31781",0.42,"Very Good","F","SI1",62.7,55,773,4.8,4.83,3.02 +"31782",0.42,"Very Good","F","SI1",62.9,57,773,4.73,4.77,2.99 +"31783",0.42,"Ideal","F","SI1",62,57,773,4.81,4.83,2.99 +"31784",0.42,"Ideal","E","SI1",62.6,57,773,4.81,4.84,3.02 +"31785",0.42,"Premium","F","SI1",60,59,773,4.85,4.88,2.92 +"31786",0.42,"Ideal","E","SI1",61.5,55,773,4.82,4.9,2.99 +"31787",0.42,"Ideal","H","VS2",62.5,57,773,4.76,4.81,2.99 +"31788",0.42,"Very Good","H","VS2",62.1,57,773,4.76,4.8,2.97 +"31789",0.42,"Ideal","E","SI1",61.3,57,773,4.79,4.81,2.94 +"31790",0.42,"Very Good","E","SI1",62.3,58,773,4.76,4.81,2.98 +"31791",0.42,"Premium","E","SI1",62.7,59,773,4.78,4.79,3 +"31792",0.42,"Good","E","SI1",63.4,56,773,4.74,4.82,3.03 +"31793",0.42,"Premium","E","SI1",61.6,59,773,4.83,4.85,2.98 +"31794",0.42,"Premium","F","SI1",61.8,58,773,4.81,4.84,2.98 +"31795",0.42,"Ideal","E","SI1",62.3,57,773,4.76,4.8,2.98 +"31796",0.42,"Ideal","F","SI1",60.9,55,773,4.84,4.88,2.96 +"31797",0.42,"Very Good","E","SI1",62.7,57,773,4.77,4.83,3.01 +"31798",0.42,"Premium","F","SI1",61.5,58,773,4.8,4.83,2.96 +"31799",0.42,"Ideal","F","SI1",60.6,57,773,4.84,4.9,2.95 +"31800",0.42,"Ideal","I","VS1",62,55,773,4.83,4.85,3 +"31801",0.36,"Ideal","D","VS2",62.5,55,773,4.55,4.57,2.85 +"31802",0.43,"Very Good","J","VVS2",63.6,56,774,4.78,4.85,3.06 +"31803",0.37,"Very Good","G","VVS2",59.9,55,774,4.71,4.75,2.83 +"31804",0.37,"Very Good","H","VVS1",61.9,55,774,4.6,4.66,2.86 +"31805",0.43,"Very Good","G","SI1",58.9,60,774,4.94,4.97,2.92 +"31806",0.3,"Very Good","G","IF",61.4,58,774,4.27,4.33,2.64 +"31807",0.31,"Ideal","D","VS1",61.1,55,774,4.37,4.4,2.68 +"31808",0.31,"Ideal","D","VS1",61.9,53,774,4.36,4.4,2.71 +"31809",0.43,"Ideal","F","VS1",61.9,56,774,4.84,4.85,3 +"31810",0.43,"Very Good","D","SI1",61,57,774,4.85,4.88,2.97 +"31811",0.43,"Good","D","SI1",63.8,55,774,4.79,4.8,3.06 +"31812",0.43,"Ideal","D","SI1",62.5,55,774,4.8,4.83,3.01 +"31813",0.43,"Good","D","SI1",63.4,55,774,4.78,4.84,3.05 +"31814",0.43,"Premium","D","SI1",61,58,774,4.83,4.88,2.96 +"31815",0.43,"Premium","D","SI1",61.2,60,774,4.8,4.84,2.95 +"31816",0.38,"Very Good","G","VS2",62.5,56,775,4.59,4.63,2.88 +"31817",0.31,"Ideal","F","VVS2",61.5,56,775,4.35,4.37,2.68 +"31818",0.36,"Ideal","F","VS1",60.7,59,775,4.59,4.61,2.79 +"31819",0.3,"Ideal","E","VS1",62.2,54,775,4.28,4.3,2.67 +"31820",0.3,"Ideal","E","VS1",60.5,55,775,4.35,4.38,2.64 +"31821",0.41,"Ideal","J","VS1",62.2,55,775,4.79,4.76,2.97 +"31822",0.41,"Premium","F","SI2",59,58,775,4.89,4.87,2.88 +"31823",0.4,"Good","D","SI2",64,56,775,4.7,4.64,2.99 +"31824",0.41,"Premium","E","SI1",60.4,59,775,4.8,4.75,2.88 +"31825",0.34,"Ideal","G","VVS2",61.1,57,775,4.48,4.52,2.75 +"31826",0.34,"Premium","H","VVS1",61.2,60,775,4.46,4.5,2.74 +"31827",0.34,"Very Good","G","VVS2",61.2,59,775,4.46,4.5,2.74 +"31828",0.34,"Ideal","G","VVS2",61.6,56,775,4.47,4.49,2.76 +"31829",0.34,"Good","H","VVS1",63.2,58,775,4.41,4.45,2.8 +"31830",0.34,"Very Good","H","VVS1",62.9,57,775,4.44,4.47,2.8 +"31831",0.34,"Ideal","H","VVS1",61.8,57,775,4.44,4.46,2.75 +"31832",0.34,"Premium","G","VVS2",61.6,58,775,4.44,4.49,2.75 +"31833",0.34,"Ideal","G","VVS2",62.1,55,775,4.44,4.48,2.77 +"31834",0.34,"Ideal","G","VVS2",61.9,57,775,4.44,4.48,2.76 +"31835",0.34,"Very Good","E","VVS2",62.7,59,775,4.41,4.43,2.77 +"31836",0.34,"Very Good","G","VVS2",61.4,59,775,4.47,4.52,2.76 +"31837",0.3,"Good","E","VVS1",63.5,57,775,4.23,4.27,2.7 +"31838",0.34,"Ideal","G","VVS2",62.6,54,775,4.44,4.47,2.79 +"31839",0.34,"Very Good","G","VVS2",61.7,56,775,4.47,4.51,2.77 +"31840",0.34,"Ideal","H","VVS1",62,54,775,4.46,4.48,2.77 +"31841",0.41,"Premium","J","VVS1",62.2,59,775,4.71,4.75,2.94 +"31842",0.41,"Ideal","J","VVS1",61.2,57,775,4.79,4.82,2.94 +"31843",0.41,"Very Good","J","VVS1",60.1,58,775,4.79,4.83,2.89 +"31844",0.41,"Ideal","J","VVS1",62,57,775,4.73,4.79,2.95 +"31845",0.34,"Premium","H","VVS1",61.1,59,775,4.48,4.52,2.75 +"31846",0.34,"Premium","H","VVS1",61.5,60,775,4.45,4.49,2.75 +"31847",0.36,"Ideal","G","VVS2",61.6,57,776,4.58,4.62,2.83 +"31848",0.36,"Ideal","G","VVS2",62.3,56,776,4.55,4.57,2.84 +"31849",0.36,"Ideal","D","VS2",62,54,776,4.6,4.62,2.86 +"31850",0.3,"Ideal","F","VS2",60.9,56,776,4.35,4.32,2.64 +"31851",0.3,"Good","G","VS1",63.6,54,776,4.31,4.25,2.72 +"31852",0.3,"Premium","G","VS1",62.2,59,776,4.28,4.24,2.65 +"31853",0.3,"Ideal","F","VS2",61.6,57,776,4.33,4.3,2.66 +"31854",0.3,"Ideal","H","VVS2",61.2,57,776,4.32,4.31,2.64 +"31855",0.3,"Ideal","H","VVS2",61.3,57,776,4.33,4.31,2.65 +"31856",0.3,"Ideal","H","VVS2",61.5,57,776,4.34,4.31,2.66 +"31857",0.3,"Ideal","H","VVS2",61.7,54,776,4.34,4.31,2.67 +"31858",0.3,"Ideal","H","VVS2",60.4,56,776,4.36,4.32,2.62 +"31859",0.3,"Ideal","H","VVS2",61.1,55,776,4.36,4.32,2.65 +"31860",0.3,"Premium","H","VVS2",60.6,58,776,4.35,4.33,2.63 +"31861",0.3,"Ideal","H","VVS2",61.3,56,776,4.35,4.33,2.66 +"31862",0.3,"Ideal","H","VVS2",61.5,56,776,4.35,4.33,2.67 +"31863",0.3,"Premium","H","VVS2",60.8,58,776,4.37,4.34,2.65 +"31864",0.3,"Premium","H","VVS2",62.1,52,776,4.31,4.29,2.67 +"31865",0.3,"Premium","H","VVS2",60.8,60,776,4.33,4.29,2.62 +"31866",0.3,"Premium","H","VVS2",61,61,776,4.32,4.3,2.63 +"31867",0.3,"Ideal","H","VVS2",61.6,55,776,4.34,4.3,2.66 +"31868",0.3,"Premium","H","VVS2",62,58,776,4.35,4.3,2.68 +"31869",0.3,"Good","H","VVS2",63.6,56,776,4.29,4.26,2.72 +"31870",0.3,"Premium","H","VVS2",62.4,58,776,4.3,4.26,2.67 +"31871",0.3,"Premium","H","VVS2",61.5,58,776,4.3,4.28,2.64 +"31872",0.3,"Premium","H","VVS2",62.9,57,776,4.31,4.28,2.7 +"31873",0.3,"Ideal","H","VVS2",62.1,56,776,4.32,4.28,2.67 +"31874",0.3,"Very Good","H","VVS2",63.1,60,776,4.28,4.24,2.69 +"31875",0.3,"Good","H","VVS2",63.6,55,776,4.28,4.24,2.71 +"31876",0.3,"Ideal","H","VVS2",62.6,55,776,4.28,4.25,2.67 +"31877",0.3,"Very Good","H","VVS2",63.5,55,776,4.28,4.25,2.71 +"31878",0.3,"Ideal","H","VVS2",62.2,57,776,4.29,4.26,2.66 +"31879",0.3,"Very Good","H","VVS2",63.4,57,776,4.24,4.21,2.68 +"31880",0.3,"Ideal","H","VVS2",62.8,57,776,4.25,4.22,2.66 +"31881",0.3,"Premium","H","VVS2",63,56,776,4.28,4.23,2.68 +"31882",0.3,"Good","H","VVS2",63.7,55,776,4.27,4.24,2.71 +"31883",0.3,"Premium","G","VS1",59.6,59,776,4.38,4.34,2.6 +"31884",0.3,"Ideal","G","VS1",59.9,56,776,4.41,4.37,2.63 +"31885",0.3,"Premium","G","VS1",61.8,59,776,4.37,4.34,2.69 +"31886",0.3,"Premium","G","VS1",61.4,58,776,4.35,4.32,2.66 +"31887",0.3,"Premium","G","VS1",60.3,62,776,4.33,4.3,2.6 +"31888",0.3,"Premium","G","VS1",61.4,60,776,4.33,4.3,2.65 +"31889",0.3,"Ideal","G","VS1",62,54,776,4.35,4.3,2.68 +"31890",0.3,"Ideal","G","VS1",61.8,55,776,4.33,4.31,2.67 +"31891",0.3,"Ideal","G","VS1",61.4,55,776,4.36,4.31,2.66 +"31892",0.3,"Ideal","G","VS1",61.9,56,776,4.34,4.29,2.67 +"31893",0.3,"Ideal","G","VS1",61.7,57,776,4.32,4.3,2.66 +"31894",0.3,"Premium","G","VS1",61.9,59,776,4.32,4.3,2.67 +"31895",0.3,"Premium","G","VS1",60,60,776,4.33,4.3,2.59 +"31896",0.3,"Premium","G","VS1",61.8,60,776,4.32,4.29,2.66 +"31897",0.3,"Ideal","G","VS1",62.5,57,776,4.32,4.29,2.69 +"31898",0.3,"Premium","G","VS1",61.3,58,776,4.33,4.29,2.64 +"31899",0.3,"Premium","G","VS1",61.7,56,776,4.33,4.29,2.66 +"31900",0.3,"Ideal","G","VS1",61.4,57,776,4.34,4.29,2.65 +"31901",0.3,"Premium","G","VS1",62.3,59,776,4.3,4.27,2.67 +"31902",0.3,"Good","G","VS1",63.6,55,776,4.31,4.27,2.73 +"31903",0.3,"Premium","G","VS1",62.9,58,776,4.32,4.27,2.7 +"31904",0.3,"Ideal","G","VS1",62.2,55,776,4.31,4.28,2.67 +"31905",0.3,"Premium","G","VS1",62.2,59,776,4.31,4.28,2.67 +"31906",0.3,"Ideal","G","VS1",62.9,57,776,4.31,4.28,2.7 +"31907",0.3,"Premium","G","VS1",61.2,59,776,4.32,4.28,2.63 +"31908",0.3,"Premium","G","VS1",61.9,59,776,4.32,4.28,2.66 +"31909",0.3,"Ideal","G","VS1",61.5,56,776,4.34,4.28,2.65 +"31910",0.3,"Ideal","G","VS1",61.8,54,776,4.32,4.29,2.66 +"31911",0.3,"Ideal","G","VS1",62.6,57,776,4.29,4.27,2.68 +"31912",0.3,"Premium","G","VS1",62.9,60,776,4.29,4.26,2.69 +"31913",0.3,"Good","G","VS1",63.6,55,776,4.29,4.26,2.72 +"31914",0.3,"Very Good","G","VS1",63.3,56,776,4.3,4.26,2.71 +"31915",0.3,"Premium","G","VS1",62.8,58,776,4.28,4.26,2.68 +"31916",0.3,"Premium","G","VS1",62.5,55,776,4.32,4.25,2.68 +"31917",0.3,"Premium","G","VS1",62.1,60,776,4.3,4.24,2.65 +"31918",0.3,"Very Good","G","VS1",63.1,59,776,4.27,4.25,2.69 +"31919",0.3,"Good","G","VS1",63.8,55,776,4.28,4.25,2.72 +"31920",0.3,"Ideal","G","VS1",62.8,57,776,4.29,4.25,2.68 +"31921",0.3,"Very Good","G","VS1",63.1,56,776,4.26,4.24,2.68 +"31922",0.3,"Very Good","G","VS1",63.1,58,776,4.28,4.24,2.69 +"31923",0.3,"Premium","G","VS1",62.8,59,776,4.27,4.23,2.67 +"31924",0.3,"Premium","G","VS1",62,60,776,4.28,4.23,2.64 +"31925",0.3,"Ideal","G","VS1",62.8,57,776,4.26,4.24,2.67 +"31926",0.3,"Very Good","G","VS1",63.4,58,776,4.25,4.23,2.69 +"31927",0.3,"Good","G","VS1",63.6,57,776,4.26,4.23,2.7 +"31928",0.3,"Premium","G","VS1",62.9,60,776,4.22,4.18,2.64 +"31929",0.3,"Premium","G","VS1",62.4,58,776,4.24,4.22,2.64 +"31930",0.3,"Ideal","F","VS2",62,55,776,4.33,4.31,2.68 +"31931",0.3,"Ideal","F","VS2",62,54,776,4.34,4.31,2.68 +"31932",0.3,"Ideal","F","VS2",60.7,56,776,4.34,4.32,2.63 +"31933",0.3,"Premium","F","VS2",60.7,58,776,4.35,4.32,2.63 +"31934",0.3,"Ideal","F","VS2",61.4,57,776,4.36,4.34,2.67 +"31935",0.3,"Ideal","F","VS2",60.4,56,776,4.37,4.34,2.63 +"31936",0.3,"Premium","F","VS2",60.6,60,776,4.39,4.36,2.65 +"31937",0.3,"Ideal","F","VS2",61.8,57,776,4.33,4.31,2.67 +"31938",0.3,"Ideal","F","VS2",62.3,57,776,4.33,4.3,2.69 +"31939",0.3,"Ideal","F","VS2",61.9,55,776,4.32,4.31,2.67 +"31940",0.3,"Premium","F","VS2",60.4,58,776,4.33,4.31,2.61 +"31941",0.3,"Ideal","F","VS2",61.1,56,776,4.33,4.31,2.64 +"31942",0.3,"Ideal","F","VS2",61.3,55,776,4.32,4.3,2.64 +"31943",0.3,"Ideal","F","VS2",62.9,57,776,4.33,4.29,2.71 +"31944",0.3,"Ideal","F","VS2",60.7,57,776,4.34,4.29,2.62 +"31945",0.3,"Premium","F","VS2",61.4,60,776,4.34,4.29,2.65 +"31946",0.3,"Ideal","F","VS2",61.8,56,776,4.31,4.3,2.66 +"31947",0.3,"Premium","F","VS2",62.5,58,776,4.32,4.29,2.69 +"31948",0.3,"Ideal","F","VS2",61.6,57,776,4.32,4.28,2.65 +"31949",0.3,"Premium","F","VS2",61.6,58,776,4.31,4.29,2.65 +"31950",0.3,"Ideal","F","VS2",62.8,56,776,4.31,4.29,2.7 +"31951",0.28,"Very Good","D","VS1",62.2,61,452,4.13,4.16,2.58 +"31952",0.3,"Premium","G","SI2",62.7,55,452,4.29,4.26,2.68 +"31953",0.31,"Ideal","I","VS2",62.1,54,452,4.35,4.38,2.71 +"31954",0.31,"Ideal","I","VS2",61.6,57,452,4.36,4.4,2.7 +"31955",0.31,"Ideal","I","VS2",61.6,55,452,4.37,4.4,2.7 +"31956",0.31,"Ideal","I","VS2",61.4,55,452,4.35,4.41,2.69 +"31957",0.31,"Ideal","I","VS2",61,57,452,4.37,4.38,2.67 +"31958",0.31,"Ideal","I","VS2",62,54,452,4.37,4.4,2.72 +"31959",0.31,"Ideal","I","VS2",62.3,54,452,4.37,4.4,2.73 +"31960",0.31,"Ideal","I","VS2",61.6,55,452,4.38,4.42,2.71 +"31961",0.25,"Ideal","D","SI1",61.5,55,452,4.09,4.14,2.52 +"31962",0.23,"Good","D","VVS2",61.8,65,452,3.9,3.93,2.42 +"31963",0.43,"Premium","H","I1",62,59,452,4.78,4.83,2.98 +"31964",0.26,"Very Good","E","VS2",62.1,56,452,4.11,4.13,2.56 +"31965",0.26,"Ideal","F","VS1",60.9,57,452,4.11,4.13,2.51 +"31966",0.26,"Very Good","E","VS2",60.4,58,452,4.15,4.19,2.52 +"31967",0.26,"Ideal","D","VS1",62,55,452,4.1,4.12,2.55 +"31968",0.26,"Premium","F","VS1",59.5,58,452,4.18,4.22,2.5 +"31969",0.26,"Premium","E","VS1",60.1,60,452,4.1,4.15,2.48 +"31970",0.26,"Ideal","F","VS1",62.3,56,452,4.08,4.1,2.55 +"31971",0.26,"Ideal","E","VS1",61.8,55,452,4.09,4.13,2.54 +"31972",0.26,"Premium","E","VS1",61.9,58,452,4.1,4.11,2.54 +"31973",0.3,"Very Good","I","VS2",60.5,55,453,4.34,4.37,2.63 +"31974",0.26,"Very Good","E","VS2",59.2,58,453,4.18,4.2,2.48 +"31975",0.26,"Very Good","E","VS2",63.2,56,453,4.06,4.1,2.58 +"31976",0.26,"Very Good","F","VS2",58.7,59,453,4.14,4.27,2.47 +"31977",0.26,"Very Good","F","VS2",59,59,453,4.19,4.25,2.49 +"31978",0.26,"Very Good","F","VS2",62.4,58,453,4.06,4.08,2.54 +"31979",0.26,"Very Good","F","VS2",62.9,59,453,4.04,4.07,2.55 +"31980",0.26,"Very Good","F","VS1",59.5,58,453,4.18,4.23,2.5 +"31981",0.3,"Premium","F","VS2",61.1,59,776,4.32,4.29,2.63 +"31982",0.3,"Premium","F","VS2",62.2,58,776,4.31,4.28,2.67 +"31983",0.3,"Ideal","F","VS2",62.5,55,776,4.31,4.27,2.68 +"31984",0.3,"Ideal","F","VS2",62.7,57,776,4.31,4.27,2.69 +"31985",0.3,"Ideal","F","VS2",62.8,55,776,4.33,4.27,2.7 +"31986",0.3,"Premium","F","VS2",61.4,60,776,4.3,4.27,2.63 +"31987",0.3,"Premium","F","VS2",61.5,60,776,4.29,4.26,2.63 +"31988",0.3,"Ideal","F","VS2",62.9,57,776,4.29,4.26,2.69 +"31989",0.3,"Ideal","F","VS2",62.1,55,776,4.31,4.26,2.66 +"31990",0.3,"Ideal","F","VS2",62.9,57,776,4.29,4.27,2.69 +"31991",0.3,"Premium","F","VS2",62.5,58,776,4.28,4.26,2.67 +"31992",0.3,"Premium","F","VS2",62.2,60,776,4.27,4.22,2.64 +"31993",0.3,"Premium","F","VS2",62.8,58,776,4.29,4.24,2.68 +"31994",0.3,"Premium","F","VS2",62.8,58,776,4.28,4.25,2.68 +"31995",0.3,"Premium","F","VS2",62.7,58,776,4.3,4.25,2.68 +"31996",0.3,"Fair","F","VS2",65.4,55,776,4.25,4.22,2.77 +"31997",0.3,"Ideal","G","VS1",61.5,57,776,4.34,4.31,2.66 +"31998",0.3,"Premium","G","VS1",61.7,60,776,4.28,4.24,2.63 +"31999",0.3,"Ideal","G","VS1",62.3,56,776,4.32,4.29,2.68 +"32000",0.3,"Ideal","F","VVS1",61.9,57,776,4.3,4.32,2.67 +"32001",0.28,"Very Good","D","VVS2",62.2,52,777,4.21,4.25,2.63 +"32002",0.42,"Very Good","I","VS1",62.1,57,777,4.78,4.8,2.98 +"32003",0.26,"Ideal","D","VVS2",61.4,55,777,4.1,4.17,2.54 +"32004",0.35,"Ideal","D","VS2",62.1,54,777,4.54,4.58,2.83 +"32005",0.42,"Ideal","G","SI1",62.2,53,777,4.85,4.86,3.02 +"32006",0.41,"Ideal","J","IF",62.1,54,777,4.78,4.81,2.98 +"32007",0.44,"Good","D","SI1",58.8,62,777,4.97,5,2.93 +"32008",0.37,"Ideal","E","SI1",61.4,56,777,4.65,4.6,2.84 +"32009",0.31,"Ideal","D","VVS2",60.9,57,777,4.38,4.42,2.68 +"32010",0.31,"Very Good","F","VVS1",59.2,62,777,4.34,4.41,2.59 +"32011",0.31,"Ideal","D","VVS2",61.9,55,777,4.36,4.39,2.71 +"32012",0.31,"Ideal","D","VVS2",60.1,56,777,4.43,4.46,2.67 +"32013",0.3,"Ideal","D","VS2",61.8,55,778,4.35,4.32,2.68 +"32014",0.3,"Ideal","D","VS2",59.5,56,778,4.41,4.37,2.61 +"32015",0.3,"Ideal","D","VS2",61,55,778,4.38,4.34,2.66 +"32016",0.38,"Premium","J","VVS2",60.5,59,778,4.72,4.69,2.84 +"32017",0.42,"Premium","E","SI2",61.8,61,778,4.84,4.8,2.98 +"32018",0.32,"Very Good","F","VVS2",62.5,55,778,4.39,4.42,2.75 +"32019",0.32,"Very Good","F","VVS2",62.3,57,778,4.38,4.41,2.73 +"32020",0.31,"Very Good","G","VVS1",58.8,59,778,4.44,4.47,2.62 +"32021",0.33,"Very Good","D","VS2",60,62,778,4.47,4.49,2.69 +"32022",0.41,"Very Good","H","SI1",58.1,61,778,4.91,4.97,2.87 +"32023",0.31,"Very Good","H","IF",61.3,55,778,4.37,4.4,2.69 +"32024",0.31,"Ideal","H","VVS2",61.3,56,778,4.37,4.4,2.69 +"32025",0.31,"Ideal","G","VVS1",62.3,53,778,4.37,4.42,2.74 +"32026",0.31,"Ideal","G","VVS1",61.6,54,778,4.36,4.38,2.69 +"32027",0.43,"Ideal","H","VS2",62.3,54,778,4.85,4.88,3.03 +"32028",0.38,"Ideal","G","VS2",61.2,55,778,4.69,4.72,2.88 +"32029",0.35,"Ideal","I","IF",62.7,55,778,4.51,4.55,2.84 +"32030",0.38,"Premium","I","VS1",60.1,60,778,4.72,4.66,2.82 +"32031",0.39,"Premium","E","SI2",60.7,62,778,4.74,4.72,2.87 +"32032",0.3,"Ideal","E","VS1",62.5,56,778,4.3,4.28,2.68 +"32033",0.44,"Premium","E","SI1",62.3,58,778,4.85,4.88,3.03 +"32034",0.31,"Very Good","F","VVS1",59.4,57,779,4.39,4.43,2.62 +"32035",0.32,"Ideal","E","VVS2",61.3,57,779,4.39,4.42,2.7 +"32036",0.32,"Ideal","E","VVS2",62.1,53,779,4.41,4.44,2.75 +"32037",0.32,"Ideal","E","VVS2",60.4,59,779,4.45,4.49,2.7 +"32038",0.3,"Ideal","E","VVS2",62.2,54.4,779,4.3,4.32,2.68 +"32039",0.3,"Ideal","E","VVS2",61.7,53.8,779,4.31,4.34,2.67 +"32040",0.3,"Ideal","E","VVS2",62.3,54.1,779,4.28,4.34,2.69 +"32041",0.32,"Ideal","E","VVS2",61.3,54,779,4.42,4.45,2.72 +"32042",0.31,"Ideal","D","VVS2",61.9,56,779,4.32,4.37,2.69 +"32043",0.32,"Ideal","G","VVS1",60.3,58,779,4.44,4.48,2.69 +"32044",0.32,"Ideal","G","VVS1",61.7,56,779,4.39,4.42,2.72 +"32045",0.31,"Ideal","F","VVS1",60.4,59,779,4.35,4.43,2.65 +"32046",0.31,"Good","F","VS1",63.9,55,779,4.3,4.27,2.74 +"32047",0.37,"Very Good","E","VVS2",61.2,55,779,4.63,4.68,2.85 +"32048",0.41,"Very Good","D","VS2",62.8,58,779,4.73,4.76,2.98 +"32049",0.36,"Very Good","D","VS2",62.4,58,780,4.48,4.53,2.81 +"32050",0.43,"Ideal","I","VS2",62.1,57,780,4.83,4.86,3.01 +"32051",0.34,"Ideal","D","VS1",61.4,57,780,4.49,4.54,2.77 +"32052",0.32,"Ideal","D","VS1",60.3,57,780,4.42,4.44,2.67 +"32053",0.35,"Ideal","D","SI1",61.5,56,780,4.54,4.57,2.8 +"32054",0.35,"Ideal","D","SI1",61.1,56,780,4.55,4.59,2.79 +"32055",0.3,"Good","F","IF",64.3,53,780,4.22,4.27,2.73 +"32056",0.28,"Premium","E","VVS2",58.7,60,780,4.34,4.31,2.54 +"32057",0.28,"Ideal","D","VVS1",61.7,57,780,4.23,4.2,2.6 +"32058",0.33,"Premium","I","VVS1",61.9,60,780,4.44,4.41,2.74 +"32059",0.33,"Premium","I","VVS1",61.7,61,780,4.45,4.43,2.74 +"32060",0.33,"Premium","I","VVS1",62.5,61,780,4.42,4.38,2.75 +"32061",0.33,"Premium","D","SI1",60.3,58,780,4.49,4.47,2.7 +"32062",0.33,"Premium","D","SI1",60,59,780,4.5,4.47,2.69 +"32063",0.33,"Ideal","D","SI1",62.5,54,780,4.44,4.43,2.77 +"32064",0.33,"Ideal","D","SI1",61.3,56,780,4.46,4.44,2.73 +"32065",0.33,"Premium","D","SI1",60.1,59,780,4.49,4.46,2.69 +"32066",0.33,"Ideal","D","SI1",62.8,56,780,4.43,4.39,2.77 +"32067",0.33,"Ideal","D","SI1",62.7,55,780,4.44,4.4,2.77 +"32068",0.33,"Premium","D","SI1",61.5,60,780,4.44,4.41,2.72 +"32069",0.33,"Ideal","D","SI1",62.4,54,780,4.44,4.41,2.76 +"32070",0.33,"Ideal","D","SI1",62.8,55,780,4.45,4.41,2.78 +"32071",0.33,"Premium","D","SI1",60.4,60,780,4.46,4.41,2.68 +"32072",0.32,"Ideal","E","VS2",61.4,57,780,4.46,4.4,2.72 +"32073",0.32,"Good","E","VS2",57,60,780,4.6,4.53,2.6 +"32074",0.36,"Very Good","F","VS1",61.3,54,781,4.63,4.65,2.84 +"32075",0.32,"Ideal","F","VS2",61.4,55,781,4.43,4.46,2.73 +"32076",0.32,"Ideal","F","VS2",61.4,55,781,4.42,4.44,2.72 +"32077",0.33,"Ideal","D","VS2",62.1,56,781,4.44,4.48,2.77 +"32078",0.33,"Ideal","D","VS2",62.1,54,781,4.43,4.46,2.76 +"32079",0.33,"Ideal","D","VS2",61.8,56,781,4.45,4.48,2.76 +"32080",0.33,"Premium","D","VS2",60.7,58,781,4.46,4.5,2.72 +"32081",0.33,"Very Good","D","VS2",62.8,54,781,4.43,4.46,2.79 +"32082",0.33,"Very Good","E","VS1",61.6,56,781,4.43,4.46,2.74 +"32083",0.33,"Ideal","D","VS2",62.3,57,781,4.41,4.45,2.76 +"32084",0.33,"Ideal","E","VS1",59.6,56,781,4.49,4.54,2.69 +"32085",0.33,"Ideal","D","VS2",60.9,55,781,4.47,4.5,2.73 +"32086",0.33,"Ideal","D","VS2",61.9,53,781,4.46,4.49,2.77 +"32087",0.33,"Premium","E","VS1",60.9,58,781,4.45,4.49,2.72 +"32088",0.33,"Ideal","D","VS2",62.3,56,781,4.43,4.46,2.77 +"32089",0.33,"Ideal","D","VS2",62.6,56,781,4.39,4.43,2.76 +"32090",0.33,"Ideal","D","VS2",61.8,56,781,4.4,4.44,2.73 +"32091",0.33,"Premium","E","VS1",61.6,58,781,4.41,4.45,2.73 +"32092",0.33,"Ideal","D","VS2",62.5,55,781,4.41,4.45,2.77 +"32093",0.33,"Ideal","E","VS1",60.2,57,781,4.48,4.52,2.71 +"32094",0.33,"Ideal","D","VS2",60.7,57,781,4.46,4.5,2.72 +"32095",0.33,"Ideal","E","VS1",62.6,57,781,4.4,4.42,2.76 +"32096",0.33,"Premium","E","VS1",61.5,59,781,4.42,4.46,2.73 +"32097",0.33,"Ideal","D","VS2",61.9,57,781,4.42,4.47,2.75 +"32098",0.33,"Ideal","E","VS1",62.7,57,781,4.38,4.45,2.77 +"32099",0.33,"Ideal","D","VS2",60.9,55,781,4.46,4.5,2.73 +"32100",0.33,"Ideal","E","VS1",60.6,57,781,4.5,4.54,2.74 +"32101",0.33,"Ideal","D","VS2",62.1,56,781,4.42,4.47,2.76 +"32102",0.33,"Ideal","D","VS2",62.5,56,781,4.43,4.46,2.78 +"32103",0.33,"Ideal","D","VS2",61.9,56,781,4.42,4.44,2.74 +"32104",0.33,"Premium","D","VS2",61.2,58,781,4.41,4.44,2.71 +"32105",0.33,"Ideal","D","VS2",62.1,55,781,4.43,4.46,2.76 +"32106",0.36,"Ideal","D","VS1",61.8,55,781,4.54,4.58,2.82 +"32107",0.4,"Very Good","I","VVS2",63.7,58,782,4.64,4.68,2.97 +"32108",0.35,"Ideal","F","VS1",61.9,55,782,4.53,4.58,2.82 +"32109",0.36,"Ideal","E","VS1",60.9,57,782,4.6,4.63,2.81 +"32110",0.47,"Ideal","H","SI2",62.4,53,782,4.98,5.02,3.12 +"32111",0.47,"Ideal","H","SI2",61.8,54,782,5.01,5.05,3.11 +"32112",0.3,"Very Good","F","VVS1",61.8,55,783,4.32,4.35,2.68 +"32113",0.36,"Ideal","H","VVS1",62,54,783,4.59,4.61,2.85 +"32114",0.25,"Ideal","E","VVS1",62.3,53,783,4.08,4.11,2.55 +"32115",0.43,"Ideal","H","SI1",61.9,55,783,4.84,4.88,3.01 +"32116",0.32,"Ideal","H","IF",61.9,54.2,783,4.38,4.42,2.72 +"32117",0.4,"Good","G","VS1",63.4,56,783,4.68,4.72,2.98 +"32118",0.39,"Very Good","H","VVS2",62.4,57,784,4.67,4.7,2.92 +"32119",0.37,"Very Good","E","VS1",63.5,59,784,4.55,4.59,2.9 +"32120",0.34,"Very Good","E","VS1",62.3,53,784,4.47,4.52,2.8 +"32121",0.42,"Very Good","D","SI1",62.3,58,784,4.8,4.83,3 +"32122",0.34,"Ideal","F","VVS2",61.7,55,784,4.49,4.52,2.78 +"32123",0.47,"Ideal","G","SI2",61.3,56,784,4.98,5.01,3.06 +"32124",0.47,"Ideal","G","SI2",62.4,55,784,4.96,5.01,3.11 +"32125",0.4,"Good","F","VS2",62.2,61,784,4.71,4.74,2.94 +"32126",0.41,"Good","J","VS2",64.3,55,784,4.7,4.66,3.01 +"32127",0.41,"Premium","J","VS2",61.9,59,784,4.74,4.69,2.92 +"32128",0.41,"Very Good","J","VS2",63.4,56,784,4.73,4.7,2.99 +"32129",0.41,"Good","I","SI1",63.8,57,784,4.7,4.67,2.99 +"32130",0.41,"Very Good","G","SI2",63.4,58,784,4.73,4.7,2.99 +"32131",0.41,"Good","G","SI2",63.6,54,784,4.74,4.7,3 +"32132",0.41,"Premium","G","SI2",61.4,58,784,4.8,4.75,2.93 +"32133",0.41,"Premium","F","SI2",60.9,58,784,4.82,4.8,2.93 +"32134",0.41,"Ideal","I","VVS1",62.3,53,785,4.77,4.79,2.98 +"32135",0.44,"Very Good","G","SI1",60.3,58,786,4.94,4.99,2.99 +"32136",0.3,"Ideal","E","VVS2",60.9,57,786,4.32,4.35,2.64 +"32137",0.36,"Ideal","F","VS2",60.5,57,786,4.61,4.65,2.8 +"32138",0.31,"Ideal","G","IF",62.8,56,786,4.34,4.39,2.74 +"32139",0.31,"Premium","H","VVS1",61.8,59,786,4.36,4.32,2.68 +"32140",0.31,"Good","H","VVS1",63.7,56,786,4.33,4.3,2.75 +"32141",0.32,"Ideal","F","VVS2",61.2,57,786,4.4,4.43,2.7 +"32142",0.4,"Good","D","VS2",63.5,56,786,4.66,4.72,2.98 +"32143",0.32,"Ideal","G","VVS1",61.8,56,786,4.39,4.41,2.72 +"32144",0.32,"Ideal","F","VVS2",62.1,54,786,4.41,4.44,2.75 +"32145",0.32,"Ideal","F","VVS2",61.9,57,786,4.36,4.39,2.71 +"32146",0.32,"Very Good","F","VVS2",61.8,60,786,4.36,4.41,2.71 +"32147",0.32,"Ideal","F","VVS2",62,55,786,4.39,4.41,2.73 +"32148",0.4,"Good","D","VS2",63.2,57,786,4.65,4.71,2.96 +"32149",0.4,"Very Good","F","VS1",62.2,55,786,4.68,4.74,2.93 +"32150",0.28,"Very Good","F","IF",59.8,56,787,4.27,4.29,2.56 +"32151",0.39,"Ideal","I","VVS2",62.3,54,787,4.66,4.69,2.91 +"32152",0.28,"Ideal","F","VVS2",62.6,55,787,4.2,4.23,2.64 +"32153",0.28,"Ideal","F","VVS2",61.8,56,787,4.18,4.22,2.6 +"32154",0.28,"Ideal","F","VVS2",61.5,57,787,4.19,4.24,2.59 +"32155",0.28,"Ideal","F","VVS2",62.2,53,787,4.22,4.23,2.63 +"32156",0.28,"Ideal","F","VVS2",62.6,54,787,4.21,4.22,2.64 +"32157",0.28,"Ideal","E","VVS2",60.8,55,787,4.26,4.29,2.6 +"32158",0.28,"Ideal","E","VVS1",60.6,55,787,4.28,4.3,2.6 +"32159",0.28,"Ideal","E","VVS1",61.2,54,787,4.24,4.26,2.6 +"32160",0.39,"Ideal","G","VS2",62.2,53.9,787,4.66,4.69,2.9 +"32161",0.38,"Ideal","D","VS2",60.8,57,787,4.66,4.68,2.84 +"32162",0.34,"Ideal","D","VS1",61.2,58,787,4.45,4.5,2.74 +"32163",0.47,"Ideal","H","SI1",61.1,55,787,5.04,5.07,3.09 +"32164",0.28,"Ideal","F","IF",62.6,53,787,4.18,4.19,2.62 +"32165",0.28,"Ideal","F","IF",61.4,57,787,4.22,4.25,2.6 +"32166",0.28,"Ideal","F","IF",61.9,56,787,4.18,4.21,2.59 +"32167",0.41,"Ideal","H","SI2",61.7,56,787,4.8,4.77,2.95 +"32168",0.41,"Ideal","H","SI2",60.8,57,787,4.84,4.8,2.93 +"32169",0.46,"Good","F","SI2",64,57,787,4.88,4.83,3.11 +"32170",0.3,"Premium","G","VS1",62.5,59,787,4.32,4.25,2.68 +"32171",0.37,"Premium","G","VVS2",62.2,58,787,4.56,4.6,2.85 +"32172",0.33,"Very Good","H","IF",62.9,58,787,4.38,4.43,2.77 +"32173",0.33,"Very Good","H","IF",61.7,59,787,4.43,4.45,2.74 +"32174",0.3,"Good","D","VVS2",63.5,58,787,4.23,4.31,2.71 +"32175",0.39,"Very Good","G","VS2",62.4,56,787,4.64,4.68,2.91 +"32176",0.39,"Good","G","VS2",63.3,57,787,4.61,4.65,2.93 +"32177",0.39,"Very Good","H","VS1",61.7,57,787,4.65,4.68,2.88 +"32178",0.39,"Premium","G","VS2",61.2,60,787,4.68,4.73,2.88 +"32179",0.39,"Good","G","VS2",63.4,57,787,4.63,4.67,2.95 +"32180",0.39,"Very Good","I","VVS2",63,56,787,4.62,4.68,2.93 +"32181",0.39,"Very Good","G","VS2",60.4,61,787,4.67,4.7,2.83 +"32182",0.39,"Premium","G","VS2",62.3,59,787,4.65,4.69,2.91 +"32183",0.39,"Good","G","VS2",63.8,59,787,4.66,4.59,2.95 +"32184",0.41,"Very Good","H","VS1",61.5,55,788,4.8,4.82,2.96 +"32185",0.42,"Very Good","F","SI1",62.3,56,788,4.78,4.81,2.99 +"32186",0.41,"Ideal","I","VVS2",61.6,55,788,4.78,4.8,2.95 +"32187",0.39,"Ideal","H","VS2",61.6,56,788,4.68,4.71,2.89 +"32188",0.41,"Ideal","G","SI1",61.2,56,788,4.8,4.84,2.95 +"32189",0.35,"Ideal","H","VS1",62,56,788,4.56,4.54,2.82 +"32190",0.35,"Ideal","I","VVS2",62.3,57,788,4.53,4.49,2.81 +"32191",0.35,"Premium","H","VS1",61.3,59,788,4.57,4.54,2.79 +"32192",0.35,"Premium","H","VS1",62.6,59,788,4.5,4.45,2.8 +"32193",0.35,"Premium","H","VS1",62.6,58,788,4.52,4.49,2.82 +"32194",0.35,"Premium","H","VS1",61.7,59,788,4.53,4.51,2.79 +"32195",0.35,"Ideal","E","SI1",60.9,55,788,4.57,4.53,2.77 +"32196",0.35,"Premium","E","SI1",59.7,60,788,4.58,4.53,2.72 +"32197",0.35,"Ideal","E","SI1",61,57,788,4.57,4.54,2.78 +"32198",0.35,"Premium","E","SI1",61.2,58,788,4.59,4.53,2.79 +"32199",0.35,"Ideal","E","SI1",62.3,56,788,4.56,4.53,2.83 +"32200",0.35,"Premium","E","SI1",60.7,59,788,4.57,4.52,2.76 +"32201",0.35,"Ideal","E","SI1",61.2,57,788,4.56,4.52,2.78 +"32202",0.35,"Premium","E","SI1",60.8,60,788,4.57,4.51,2.76 +"32203",0.35,"Premium","E","SI1",61.1,59,788,4.56,4.5,2.77 +"32204",0.35,"Premium","E","SI1",62.7,57,788,4.52,4.47,2.82 +"32205",0.35,"Premium","E","SI1",62.9,58,788,4.52,4.48,2.83 +"32206",0.35,"Premium","E","SI1",61.9,58,788,4.52,4.49,2.79 +"32207",0.3,"Premium","E","VS2",62.6,62,788,4.25,4.21,2.65 +"32208",0.35,"Very Good","H","VS1",60.8,63,788,4.57,4.54,2.77 +"32209",0.35,"Ideal","F","VS1",62.4,57,788,4.49,4.52,2.81 +"32210",0.39,"Good","F","VS2",63.3,55,788,4.63,4.66,2.94 +"32211",0.31,"Premium","D","VS1",59.7,58,788,4.4,4.45,2.64 +"32212",0.31,"Ideal","E","VVS2",61.5,59,789,4.36,4.39,2.69 +"32213",0.31,"Ideal","G","VVS1",60.9,55,789,4.4,4.43,2.69 +"32214",0.31,"Ideal","G","VVS1",62.1,55,789,4.34,4.39,2.71 +"32215",0.31,"Ideal","G","VVS1",61.5,55,789,4.39,4.42,2.71 +"32216",0.31,"Ideal","G","VVS1",62,54,789,4.38,4.39,2.72 +"32217",0.31,"Ideal","G","VVS1",61.3,56,789,4.37,4.41,2.69 +"32218",0.31,"Ideal","G","VVS1",61.8,54,789,4.39,4.41,2.72 +"32219",0.31,"Ideal","G","VVS1",62.5,54,789,4.36,4.38,2.73 +"32220",0.31,"Ideal","G","VVS1",61.8,54,789,4.38,4.42,2.72 +"32221",0.31,"Ideal","G","VVS1",62.3,54,789,4.37,4.4,2.73 +"32222",0.31,"Ideal","G","VVS1",62.2,55,789,4.33,4.38,2.71 +"32223",0.31,"Ideal","G","VVS1",62,56,789,4.38,4.4,2.72 +"32224",0.31,"Ideal","G","VVS1",60.2,58,789,4.37,4.4,2.64 +"32225",0.31,"Ideal","G","VVS1",61.9,55,789,4.38,4.41,2.72 +"32226",0.31,"Ideal","G","VVS1",61.9,54,789,4.38,4.41,2.72 +"32227",0.31,"Ideal","G","VVS1",62.5,54,789,4.34,4.37,2.72 +"32228",0.31,"Ideal","G","VVS1",61.9,54,789,4.35,4.37,2.7 +"32229",0.31,"Ideal","G","VVS1",62,55,789,4.34,4.37,2.7 +"32230",0.31,"Ideal","G","VVS1",61.6,55,789,4.38,4.42,2.71 +"32231",0.31,"Ideal","G","VVS1",62.1,55,789,4.33,4.36,2.7 +"32232",0.31,"Ideal","G","VVS1",62,53,789,4.35,4.39,2.71 +"32233",0.31,"Ideal","G","VVS1",61.6,57,789,4.34,4.36,2.68 +"32234",0.31,"Ideal","G","VVS1",61,57,789,4.38,4.4,2.68 +"32235",0.31,"Ideal","G","VVS1",61.7,54,789,4.36,4.39,2.7 +"32236",0.31,"Ideal","G","VVS1",62.6,53,789,4.37,4.38,2.74 +"32237",0.31,"Ideal","G","VVS1",61,56,789,4.36,4.4,2.67 +"32238",0.31,"Ideal","G","VVS1",61.5,54,789,4.36,4.39,2.69 +"32239",0.31,"Ideal","G","VVS1",62.1,53,789,4.36,4.4,2.72 +"32240",0.38,"Ideal","F","VS2",62.1,53.8,789,4.66,4.67,2.9 +"32241",0.43,"Ideal","I","VS1",62.2,53,789,4.86,4.91,3.04 +"32242",0.43,"Ideal","G","SI1",62.6,56,789,4.79,4.82,3.01 +"32243",0.31,"Ideal","H","IF",61.3,56,789,4.37,4.41,2.69 +"32244",0.31,"Ideal","H","IF",61.4,56,789,4.39,4.41,2.7 +"32245",0.31,"Ideal","H","IF",61.3,56,789,4.39,4.42,2.7 +"32246",0.31,"Ideal","H","IF",61.8,57,789,4.32,4.35,2.68 +"32247",0.31,"Ideal","H","IF",62,54,789,4.38,4.4,2.72 +"32248",0.31,"Ideal","H","IF",62.3,55,789,4.32,4.35,2.7 +"32249",0.31,"Ideal","H","IF",61.2,56,789,4.36,4.4,2.68 +"32250",0.31,"Ideal","H","IF",62.2,54,789,4.38,4.4,2.73 +"32251",0.31,"Ideal","H","IF",62.2,54,789,4.38,4.4,2.73 +"32252",0.36,"Very Good","E","VS2",61.3,60,789,4.55,4.59,2.8 +"32253",0.3,"Premium","G","VVS1",61.8,59,789,4.28,4.33,2.66 +"32254",0.3,"Premium","E","VVS2",60.1,59,789,4.32,4.37,2.61 +"32255",0.3,"Ideal","E","VVS2",60.2,57,789,4.37,4.4,2.64 +"32256",0.3,"Ideal","E","VVS2",61.6,57,789,4.29,4.32,2.65 +"32257",0.3,"Ideal","G","VVS1",62.6,54,789,4.25,4.28,2.67 +"32258",0.36,"Very Good","E","VS2",62.1,59,789,4.55,4.59,2.84 +"32259",0.3,"Ideal","H","IF",60.8,56,789,4.35,4.37,2.65 +"32260",0.3,"Ideal","E","VVS2",61.7,57,789,4.31,4.34,2.67 +"32261",0.3,"Very Good","G","VVS1",62.8,58,789,4.27,4.3,2.69 +"32262",0.3,"Very Good","E","VVS2",61.4,60,789,4.25,4.28,2.62 +"32263",0.36,"Ideal","F","VS1",61.9,56,789,4.56,4.59,2.83 +"32264",0.3,"Very Good","G","VVS1",62.7,59,789,4.22,4.27,2.66 +"32265",0.3,"Ideal","H","IF",61.5,56,789,4.31,4.34,2.66 +"32266",0.3,"Ideal","G","VVS1",62.3,55,789,4.29,4.31,2.68 +"32267",0.3,"Good","G","VVS1",63.3,55,789,4.26,4.3,2.71 +"32268",0.3,"Ideal","E","VVS2",61.7,55,789,4.28,4.31,2.65 +"32269",0.3,"Ideal","G","VVS1",62,55,789,4.31,4.34,2.68 +"32270",0.3,"Ideal","G","VVS1",61.3,56,789,4.3,4.34,2.65 +"32271",0.3,"Ideal","E","VVS2",61.9,57,789,4.28,4.32,2.66 +"32272",0.3,"Very Good","G","VVS1",62.9,57,789,4.26,4.3,2.69 +"32273",0.3,"Very Good","E","VVS2",60.8,60,789,4.27,4.31,2.61 +"32274",0.36,"Very Good","E","VS2",62.3,58,789,4.51,4.55,2.82 +"32275",0.3,"Premium","G","VVS1",60.5,59,789,4.33,4.36,2.63 +"32276",0.3,"Premium","G","VVS1",60.7,58,789,4.34,4.36,2.64 +"32277",0.36,"Ideal","F","VS1",62.5,57,789,4.53,4.56,2.84 +"32278",0.36,"Ideal","F","VS1",60.1,57,789,4.62,4.67,2.79 +"32279",0.3,"Very Good","E","VVS2",61.3,59,789,4.3,4.32,2.64 +"32280",0.3,"Ideal","G","VVS1",62.3,54,789,4.31,4.33,2.69 +"32281",0.26,"Very Good","F","VS1",61.7,58,453,4.1,4.14,2.54 +"32282",0.26,"Very Good","F","VS1",60.5,59,453,4.12,4.18,2.51 +"32283",0.26,"Very Good","E","VS1",63,59,453,4.03,4.06,2.55 +"32284",0.26,"Very Good","E","VS1",60.7,59,453,4.09,4.12,2.49 +"32285",0.31,"Ideal","J","VVS2",62.2,54,453,4.36,4.39,2.72 +"32286",0.31,"Ideal","J","VVS2",61.8,54,453,4.38,4.39,2.71 +"32287",0.26,"Ideal","F","VS2",62.1,57,453,4.06,4.12,2.54 +"32288",0.33,"Ideal","G","SI1",61.8,54,453,4.46,4.5,2.77 +"32289",0.28,"Ideal","F","SI1",62.3,54,453,4.21,4.23,2.63 +"32290",0.26,"Good","F","VS1",58,58,453,4.2,4.25,2.45 +"32291",0.31,"Premium","J","SI1",59.4,62,453,4.43,4.39,2.62 +"32292",0.31,"Premium","J","SI1",58.1,62,453,4.47,4.44,2.59 +"32293",0.3,"Ideal","H","VS2",61.7,57,454,4.28,4.32,2.65 +"32294",0.3,"Ideal","H","VS2",61.4,57,454,4.33,4.36,2.67 +"32295",0.3,"Ideal","I","VS1",61.5,58,454,4.28,4.31,2.64 +"32296",0.25,"Ideal","G","VS1",62.7,56,454,4.01,4.04,2.52 +"32297",0.25,"Ideal","G","VS1",62.5,55,454,4,4.02,2.51 +"32298",0.34,"Ideal","E","SI2",62.4,54,454,4.49,4.52,2.81 +"32299",0.34,"Ideal","E","SI2",61.3,55,454,4.49,4.52,2.76 +"32300",0.34,"Ideal","E","SI2",61.4,55,454,4.5,4.52,2.77 +"32301",0.32,"Ideal","D","SI2",61.7,55,454,4.39,4.42,2.72 +"32302",0.37,"Premium","J","VS2",60.7,60,454,4.65,4.68,2.83 +"32303",0.37,"Premium","J","VS2",61.1,60,454,4.6,4.63,2.82 +"32304",0.35,"Good","E","SI2",64,55,454,4.45,4.49,2.86 +"32305",0.25,"Very Good","I","VVS2",61.6,56,455,4.06,4.09,2.51 +"32306",0.28,"Ideal","G","SI1",61.2,54,455,4.22,4.27,2.6 +"32307",0.26,"Ideal","F","VS2",62.1,54,456,4.09,4.12,2.55 +"32308",0.26,"Ideal","F","VS2",62.3,56,456,4.1,4.12,2.56 +"32309",0.33,"Ideal","J","VS1",61.9,54.3,456,4.45,4.47,2.76 +"32310",0.26,"Ideal","G","VS1",62.1,54,456,4.1,4.14,2.56 +"32311",0.36,"Very Good","E","VS2",62.8,56,789,4.51,4.54,2.84 +"32312",0.3,"Very Good","G","VVS1",62.1,61,789,4.27,4.3,2.66 +"32313",0.36,"Ideal","E","VS2",62.6,56,789,4.52,4.56,2.84 +"32314",0.36,"Premium","F","VS1",60.7,58,789,4.57,4.62,2.79 +"32315",0.36,"Ideal","E","VS2",60.8,56,789,4.6,4.64,2.81 +"32316",0.3,"Ideal","G","VVS1",61.7,57,789,4.3,4.32,2.66 +"32317",0.3,"Premium","G","VVS1",62.6,58,789,4.27,4.29,2.68 +"32318",0.36,"Premium","E","VS2",60.3,59,789,4.58,4.64,2.78 +"32319",0.3,"Good","G","VVS1",63.5,57,789,4.23,4.27,2.7 +"32320",0.3,"Good","G","VVS1",63.5,57,789,4.24,4.27,2.7 +"32321",0.3,"Premium","H","IF",60.4,60,789,4.3,4.34,2.61 +"32322",0.36,"Premium","E","VS2",61.3,60,789,4.54,4.59,2.8 +"32323",0.36,"Very Good","E","VS2",59.8,62,789,4.56,4.61,2.74 +"32324",0.3,"Very Good","G","VVS1",62.4,57,789,4.27,4.29,2.67 +"32325",0.36,"Ideal","E","VS2",62.1,55,789,4.54,4.58,2.83 +"32326",0.3,"Good","G","VVS1",63.2,58,789,4.23,4.25,2.68 +"32327",0.3,"Premium","E","VVS2",61.5,60,789,4.28,4.31,2.64 +"32328",0.3,"Good","G","VVS1",63.1,58,789,4.28,4.31,2.71 +"32329",0.36,"Ideal","E","VS2",61.7,55,789,4.57,4.63,2.84 +"32330",0.3,"Ideal","E","VVS2",61.4,57,789,4.32,4.34,2.66 +"32331",0.3,"Ideal","E","VVS2",61.8,56,789,4.33,4.35,2.68 +"32332",0.36,"Premium","E","VS2",59.3,59,789,4.6,4.68,2.75 +"32333",0.3,"Ideal","G","VVS1",62.6,54,789,4.31,4.32,2.7 +"32334",0.36,"Very Good","E","VS2",60.3,62,789,4.56,4.59,2.76 +"32335",0.3,"Very Good","H","IF",62.9,58,789,4.26,4.29,2.69 +"32336",0.36,"Ideal","E","VS2",61.1,56,789,4.6,4.63,2.82 +"32337",0.3,"Ideal","E","VVS2",61.8,56,789,4.31,4.33,2.67 +"32338",0.3,"Very Good","G","VVS1",61.9,59,789,4.28,4.31,2.66 +"32339",0.36,"Premium","E","VS2",61.8,58,789,4.52,4.57,2.81 +"32340",0.3,"Good","G","VVS1",63.4,56,789,4.27,4.31,2.72 +"32341",0.3,"Very Good","G","VVS1",62.1,56,789,4.29,4.31,2.67 +"32342",0.3,"Very Good","E","VVS2",61.4,58,789,4.25,4.28,2.62 +"32343",0.3,"Ideal","H","IF",61.8,55,789,4.3,4.31,2.66 +"32344",0.3,"Ideal","G","VVS1",62.2,57,789,4.27,4.31,2.67 +"32345",0.3,"Very Good","G","VVS1",60.6,61,789,4.33,4.35,2.63 +"32346",0.3,"Ideal","H","IF",62.1,55,789,4.27,4.3,2.66 +"32347",0.36,"Ideal","E","VS2",61.9,56,789,4.56,4.59,2.83 +"32348",0.3,"Very Good","E","VVS2",61.9,59,789,4.27,4.32,2.66 +"32349",0.36,"Ideal","E","VS2",61.9,56,789,4.55,4.56,2.82 +"32350",0.36,"Ideal","E","VS2",61.2,56,789,4.6,4.62,2.82 +"32351",0.3,"Premium","E","VVS2",61.8,58,789,4.26,4.29,2.64 +"32352",0.3,"Ideal","E","VVS2",61.9,57,789,4.28,4.31,2.66 +"32353",0.31,"Premium","E","VVS1",61.8,59,789,4.31,4.33,2.67 +"32354",0.31,"Premium","E","VVS1",62,59,789,4.3,4.34,2.68 +"32355",0.36,"Ideal","E","VS2",61.2,56,789,4.59,4.63,2.82 +"32356",0.3,"Premium","G","VVS1",60.7,59,789,4.33,4.37,2.64 +"32357",0.36,"Very Good","E","VS2",62.8,55,789,4.49,4.56,2.84 +"32358",0.3,"Good","G","VVS1",63.1,56,789,4.25,4.28,2.69 +"32359",0.3,"Premium","E","VVS2",61.4,59,789,4.32,4.34,2.66 +"32360",0.36,"Premium","E","VS2",62,58,789,4.54,4.56,2.82 +"32361",0.3,"Premium","G","VVS1",61.7,58,789,4.26,4.3,2.64 +"32362",0.3,"Ideal","G","VVS1",61.7,55,789,4.32,4.34,2.67 +"32363",0.3,"Very Good","F","VVS1",61,57,790,4.33,4.36,2.65 +"32364",0.39,"Very Good","G","VS1",60.3,59,790,4.71,4.77,2.86 +"32365",0.35,"Very Good","E","VS1",59.7,59,790,4.59,4.62,2.75 +"32366",0.32,"Ideal","E","VVS2",61.6,55,790,4.42,4.45,2.73 +"32367",0.32,"Ideal","E","VVS2",62,54,790,4.41,4.43,2.74 +"32368",0.4,"Ideal","I","VVS1",61.4,58,790,4.72,4.76,2.91 +"32369",0.4,"Ideal","I","VVS1",63,55,790,4.7,4.73,2.97 +"32370",0.3,"Ideal","F","VVS1",62.4,57,790,4.25,4.28,2.66 +"32371",0.4,"Ideal","F","VS2",62.6,56,790,4.71,4.72,2.95 +"32372",0.35,"Ideal","D","VS2",62.5,56,790,4.51,4.55,2.83 +"32373",0.34,"Ideal","E","VS1",61.2,55,790,4.51,4.54,2.77 +"32374",0.34,"Ideal","E","VS1",61.6,55,790,4.5,4.52,2.78 +"32375",0.32,"Ideal","D","VS1",62.2,54,790,4.41,4.43,2.75 +"32376",0.45,"Ideal","H","SI1",61.3,55,790,4.96,4.99,3.05 +"32377",0.43,"Ideal","G","SI1",61.5,57,790,4.84,4.87,2.98 +"32378",0.3,"Fair","G","VVS1",58.6,66,790,4.36,4.41,2.57 +"32379",0.39,"Very Good","J","VS1",63.5,58,790,4.64,4.59,2.93 +"32380",0.39,"Very Good","J","VS1",63.1,56,790,4.7,4.62,2.94 +"32381",0.39,"Premium","J","VS1",61,62,790,4.71,4.66,2.86 +"32382",0.39,"Premium","J","VS1",61.6,59,790,4.71,4.67,2.89 +"32383",0.3,"Ideal","D","VS2",62.4,55,790,4.32,4.3,2.69 +"32384",0.3,"Ideal","D","VS2",62.3,56,790,4.31,4.29,2.68 +"32385",0.32,"Ideal","D","VVS2",61.7,55,790,4.39,4.42,2.72 +"32386",0.32,"Ideal","D","VVS2",62.2,56,790,4.37,4.41,2.73 +"32387",0.42,"Very Good","F","VS2",60.1,61,790,4.84,4.88,2.92 +"32388",0.32,"Very Good","D","VVS2",60.1,58,791,4.41,4.44,2.66 +"32389",0.42,"Very Good","I","VS1",60.4,60,791,4.82,4.88,2.93 +"32390",0.4,"Very Good","E","VS2",63.8,55,791,4.66,4.71,2.99 +"32391",0.4,"Very Good","E","VS2",60.4,63,791,4.68,4.72,2.84 +"32392",0.4,"Very Good","E","VS2",63,58,791,4.7,4.73,2.97 +"32393",0.4,"Very Good","G","VS1",60.8,59,791,4.75,4.83,2.91 +"32394",0.31,"Ideal","E","VVS2",61.6,55,791,4.37,4.4,2.7 +"32395",0.31,"Ideal","E","VVS2",61.4,57,791,4.37,4.39,2.69 +"32396",0.31,"Ideal","E","VVS2",62.4,53,791,4.33,4.35,2.71 +"32397",0.31,"Ideal","E","VVS2",61.3,55,791,4.35,4.39,2.68 +"32398",0.31,"Ideal","E","VVS2",62,54,791,4.36,4.41,2.72 +"32399",0.31,"Ideal","E","VVS2",62,54,791,4.38,4.4,2.72 +"32400",0.38,"Ideal","I","VVS1",61.6,56,791,4.68,4.71,2.89 +"32401",0.37,"Premium","F","SI1",62.4,59,791,4.6,4.56,2.86 +"32402",0.37,"Premium","F","SI1",60.3,58,791,4.66,4.62,2.8 +"32403",0.37,"Premium","F","SI1",62.5,58,791,4.57,4.52,2.84 +"32404",0.37,"Premium","F","SI1",61.6,59,791,4.67,4.62,2.86 +"32405",0.37,"Premium","F","SI1",62.3,59,791,4.61,4.57,2.86 +"32406",0.37,"Premium","F","SI1",61.5,59,791,4.62,4.59,2.83 +"32407",0.37,"Ideal","F","SI1",62.4,54,791,4.63,4.6,2.88 +"32408",0.41,"Ideal","D","SI1",62.6,57,791,4.74,4.78,2.98 +"32409",0.41,"Ideal","D","SI1",62.7,56,791,4.73,4.78,2.98 +"32410",0.41,"Premium","D","SI1",62.1,59,791,4.74,4.76,2.95 +"32411",0.41,"Ideal","D","SI1",62.3,55,791,4.77,4.79,2.98 +"32412",0.41,"Ideal","D","SI1",60.3,57,791,4.82,4.86,2.92 +"32413",0.41,"Ideal","D","SI1",61.7,54,791,4.78,4.79,2.95 +"32414",0.41,"Good","D","SI1",63.1,59,791,4.7,4.71,2.97 +"32415",0.41,"Ideal","D","SI1",61.6,55,791,4.78,4.8,2.95 +"32416",0.41,"Ideal","D","SI1",61.4,56,791,4.77,4.8,2.94 +"32417",0.41,"Premium","D","SI1",61,59,791,4.76,4.78,2.91 +"32418",0.41,"Ideal","D","SI1",62.2,57,791,4.7,4.76,2.94 +"32419",0.41,"Very Good","D","SI1",62.9,58,791,4.7,4.75,2.97 +"32420",0.41,"Ideal","D","SI1",61,57,791,4.78,4.8,2.92 +"32421",0.41,"Premium","D","SI1",61.4,58,791,4.76,4.78,2.93 +"32422",0.41,"Ideal","D","SI1",60.8,57,791,4.8,4.84,2.93 +"32423",0.41,"Premium","D","SI1",59.6,59,791,4.82,4.85,2.88 +"32424",0.41,"Premium","D","SI1",60.5,60,791,4.77,4.81,2.9 +"32425",0.32,"Very Good","E","VS1",61.1,59.8,792,4.43,4.45,2.71 +"32426",0.35,"Very Good","D","VS1",63.9,55,792,4.49,4.53,2.88 +"32427",0.4,"Ideal","G","VS2",62.5,54,792,4.72,4.75,2.96 +"32428",0.4,"Ideal","G","VS2",62.3,54,792,4.73,4.77,2.96 +"32429",0.4,"Ideal","G","VS2",62.4,54,792,4.74,4.75,2.96 +"32430",0.33,"Ideal","E","VS2",61.7,55,792,4.45,4.47,2.75 +"32431",0.4,"Ideal","H","VS1",61.2,55,792,4.75,4.79,2.92 +"32432",0.33,"Ideal","E","VS2",62.5,55,792,4.46,4.41,2.77 +"32433",0.41,"Premium","D","VS2",62.6,59,792,4.74,4.75,2.97 +"32434",0.43,"Ideal","F","SI1",61.8,56,792,4.84,4.87,3 +"32435",0.43,"Ideal","E","SI1",61.5,56,792,4.85,4.9,3 +"32436",0.43,"Premium","E","SI1",60.2,60,792,4.89,4.94,2.96 +"32437",0.43,"Ideal","F","SI1",61.7,54,792,4.86,4.9,3.01 +"32438",0.43,"Ideal","F","SI1",61.6,57,792,4.8,4.85,2.97 +"32439",0.43,"Very Good","F","SI1",62.4,56,792,4.81,4.84,3.01 +"32440",0.43,"Premium","F","SI1",60.5,60,792,4.84,4.88,2.94 +"32441",0.43,"Very Good","F","SI1",62.9,59,792,4.79,4.84,3.03 +"32442",0.43,"Premium","F","SI1",62.6,58,792,4.77,4.81,3 +"32443",0.43,"Very Good","F","SI1",62.4,57,792,4.79,4.82,3 +"32444",0.43,"Premium","F","SI1",61.3,60,792,4.83,4.86,2.97 +"32445",0.43,"Very Good","F","SI1",62.9,60,792,4.77,4.8,3.01 +"32446",0.43,"Very Good","H","VS2",61.9,55,792,4.8,4.95,3.02 +"32447",0.43,"Very Good","F","SI1",62.5,56,792,4.82,4.85,3.02 +"32448",0.43,"Very Good","E","SI1",62.9,56,792,4.8,4.83,3.03 +"32449",0.43,"Very Good","F","SI1",61.6,59,792,4.83,4.87,2.99 +"32450",0.43,"Ideal","E","SI1",62.3,57,792,4.78,4.82,2.99 +"32451",0.43,"Very Good","E","SI1",62.4,56,792,4.79,4.83,3 +"32452",0.39,"Very Good","E","VS2",60.9,58,793,4.72,4.77,2.89 +"32453",0.32,"Premium","F","VVS2",61.8,59,793,4.42,4.38,2.72 +"32454",0.36,"Very Good","D","VS1",62.8,55,793,4.52,4.55,2.85 +"32455",0.4,"Premium","H","VS1",61.8,59.2,793,4.72,4.74,2.92 +"32456",0.4,"Premium","H","VS1",62.7,58.5,793,4.7,4.74,2.96 +"32457",0.39,"Very Good","E","VS2",62.7,59,794,4.64,4.68,2.92 +"32458",0.39,"Ideal","H","VVS2",62,55,794,4.68,4.7,2.91 +"32459",0.38,"Ideal","H","VVS2",61.6,56,794,4.67,4.72,2.89 +"32460",0.36,"Ideal","G","VVS2",61.5,55,794,4.58,4.62,2.83 +"32461",0.36,"Ideal","G","VVS2",61.8,54,794,4.59,4.61,2.84 +"32462",0.36,"Ideal","G","VVS2",61.7,54,794,4.59,4.62,2.84 +"32463",0.36,"Ideal","H","VVS1",61.5,56,794,4.57,4.6,2.82 +"32464",0.36,"Ideal","H","VVS1",61.8,56,794,4.6,4.63,2.85 +"32465",0.38,"Ideal","G","VS1",61.5,57,794,4.66,4.71,2.88 +"32466",0.3,"Ideal","G","IF",62.6,56,794,4.29,4.32,2.69 +"32467",0.36,"Ideal","D","SI1",60.6,56,794,4.63,4.58,2.79 +"32468",0.36,"Very Good","D","SI1",63.2,56,794,4.56,4.52,2.87 +"32469",0.36,"Ideal","D","SI1",62.8,57,794,4.54,4.51,2.84 +"32470",0.45,"Fair","F","SI1",66.8,59,794,4.79,4.63,3.16 +"32471",0.45,"Fair","F","SI1",57.9,66,794,5.08,4.98,2.91 +"32472",0.37,"Premium","D","VS2",60.5,59,794,4.66,4.69,2.83 +"32473",0.33,"Very Good","G","VVS1",61.2,57,795,4.47,4.5,2.74 +"32474",0.33,"Very Good","G","VVS1",61.2,57,795,4.4,4.44,2.71 +"32475",0.33,"Very Good","G","VVS1",61.8,55,795,4.44,4.48,2.76 +"32476",0.44,"Very Good","I","VS2",62.5,57,795,4.85,4.88,3.04 +"32477",0.34,"Very Good","F","VS1",61.1,60,795,4.46,4.51,2.74 +"32478",0.33,"Very Good","H","IF",61.7,55,795,4.45,4.48,2.75 +"32479",0.35,"Ideal","F","VVS2",61.6,58,795,4.5,4.53,2.78 +"32480",0.35,"Ideal","F","VVS2",61.9,54,795,4.55,4.59,2.83 +"32481",0.3,"Ideal","E","VS2",61.8,55,795,4.34,4.36,2.69 +"32482",0.3,"Ideal","E","VS2",61.4,56,795,4.32,4.34,2.66 +"32483",0.3,"Ideal","G","VS1",61.8,56,795,4.32,4.35,2.68 +"32484",0.3,"Ideal","F","VS1",61.8,55,795,4.32,4.36,2.68 +"32485",0.43,"Ideal","G","SI1",61.8,55,795,4.85,4.89,3.01 +"32486",0.43,"Ideal","G","SI1",62,55,795,4.84,4.87,3.01 +"32487",0.41,"Premium","D","SI2",59.9,60,795,4.8,4.78,2.87 +"32488",0.4,"Very Good","G","SI1",62.6,55.3,795,4.69,4.71,2.93 +"32489",0.32,"Ideal","G","VVS1",62.3,56,796,4.38,4.41,2.73 +"32490",0.32,"Ideal","G","VVS1",61.4,57,796,4.4,4.44,2.71 +"32491",0.32,"Ideal","G","VVS1",61.1,55,796,4.46,4.48,2.73 +"32492",0.38,"Ideal","F","VS2",62,54,796,4.64,4.69,2.89 +"32493",0.39,"Ideal","E","VS2",61.4,56,796,4.68,4.74,2.89 +"32494",0.32,"Ideal","H","IF",61.6,56,796,4.4,4.43,2.72 +"32495",0.27,"Ideal","F","IF",61.8,55,796,4.16,4.19,2.58 +"32496",0.3,"Good","F","IF",58.8,61,796,4.35,4.39,2.57 +"32497",0.3,"Premium","H","VVS1",60.7,58,796,4.38,4.35,2.65 +"32498",0.43,"Premium","D","SI1",62.4,60,796,4.79,4.82,3 +"32499",0.41,"Very Good","J","VS1",63.2,59,797,4.7,4.67,2.96 +"32500",0.33,"Premium","G","VS1",60.3,58,797,4.52,4.5,2.72 +"32501",0.33,"Premium","G","VS1",61.6,57,797,4.51,4.42,2.75 +"32502",0.32,"Very Good","F","VS1",60,62,798,4.44,4.49,2.68 +"32503",0.4,"Very Good","F","SI1",63.3,57,798,4.68,4.73,2.98 +"32504",0.42,"Very Good","G","SI1",61.9,55,798,4.78,4.88,2.99 +"32505",0.31,"Ideal","G","VVS1",60.5,57,798,4.39,4.43,2.67 +"32506",0.37,"Ideal","G","VS1",60.9,57,798,4.65,4.68,2.84 +"32507",0.4,"Fair","G","VS1",57.1,64,798,4.88,4.9,2.79 +"32508",0.4,"Very Good","E","SI2",63.1,57,798,4.72,4.7,2.97 +"32509",0.4,"Premium","E","SI2",58.7,59,798,4.82,4.78,2.82 +"32510",0.4,"Good","E","SI2",64.2,57,798,4.7,4.68,3.01 +"32511",0.4,"Very Good","E","SI2",63.5,56,798,4.71,4.68,2.98 +"32512",0.4,"Good","E","SI2",63.9,57,798,4.71,4.65,2.99 +"32513",0.4,"Ideal","D","SI2",61.3,56,798,4.77,4.72,2.91 +"32514",0.4,"Very Good","D","SI2",63.1,57,798,4.75,4.72,2.99 +"32515",0.4,"Good","D","SI2",63.8,54,798,4.73,4.7,3.01 +"32516",0.4,"Premium","D","SI2",63,59,798,4.69,4.64,2.94 +"32517",0.4,"Good","D","SI2",63.9,53,798,4.71,4.68,3 +"32518",0.4,"Very Good","D","SI2",63.1,56,798,4.67,4.65,2.94 +"32519",0.4,"Very Good","D","SI2",63.4,59,798,4.7,4.67,2.97 +"32520",0.35,"Ideal","G","VVS2",61,57,798,4.54,4.58,2.78 +"32521",0.35,"Premium","H","VVS1",59.9,59,798,4.57,4.61,2.75 +"32522",0.35,"Ideal","H","VVS1",61.5,57,798,4.53,4.54,2.79 +"32523",0.35,"Very Good","G","VVS2",62.4,56,798,4.47,4.53,2.81 +"32524",0.35,"Ideal","G","VVS2",62.1,56,798,4.47,4.51,2.79 +"32525",0.42,"Ideal","G","VVS2",62,56,798,4.79,4.83,2.98 +"32526",0.35,"Ideal","H","VVS1",62.3,55,798,4.51,4.55,2.82 +"32527",0.35,"Very Good","H","VVS1",62.6,57,798,4.45,4.47,2.79 +"32528",0.35,"Premium","H","VVS1",60.6,60,798,4.51,4.57,2.75 +"32529",0.35,"Premium","H","VVS1",61.2,60,798,4.51,4.54,2.77 +"32530",0.35,"Very Good","G","VVS2",62.8,58,798,4.44,4.48,2.8 +"32531",0.35,"Very Good","G","VVS2",62.2,58,798,4.49,4.54,2.81 +"32532",0.35,"Very Good","H","VVS1",61.2,60,798,4.5,4.55,2.77 +"32533",0.35,"Ideal","H","VVS1",61.7,56,798,4.53,4.55,2.8 +"32534",0.35,"Premium","H","VVS1",62.1,58,798,4.46,4.52,2.79 +"32535",0.39,"Very Good","G","VS1",62.7,58,798,4.63,4.69,2.92 +"32536",0.42,"Ideal","G","SI1",62,54,799,4.85,4.82,3 +"32537",0.27,"Premium","E","VVS2",59,59,799,4.27,4.24,2.51 +"32538",0.27,"Ideal","E","VVS2",62.2,55,799,4.17,4.12,2.58 +"32539",0.27,"Ideal","E","VVS2",62.1,57,799,4.15,4.13,2.57 +"32540",0.27,"Premium","E","VVS1",60.6,58,799,4.2,4.18,2.54 +"32541",0.27,"Ideal","E","VVS2",61.8,57,799,4.16,4.12,2.56 +"32542",0.27,"Ideal","E","VVS2",63,56,799,4.14,4.12,2.6 +"32543",0.27,"Ideal","E","VVS2",62,55,799,4.14,4.12,2.56 +"32544",0.27,"Ideal","E","VVS2",62.5,57,799,4.13,4.1,2.57 +"32545",0.27,"Ideal","E","VVS1",62.3,56,799,4.17,4.15,2.59 +"32546",0.27,"Ideal","D","VVS2",62.6,56,799,4.15,4.13,2.59 +"32547",0.27,"Ideal","D","VVS1",61.9,57,799,4.18,4.15,2.58 +"32548",0.27,"Premium","D","VVS2",62.2,59,799,4.12,4.08,2.55 +"32549",0.27,"Ideal","D","VVS2",62.3,57,799,4.15,4.13,2.58 +"32550",0.27,"Ideal","D","VVS1",62.2,56,799,4.15,4.12,2.57 +"32551",0.3,"Fair","E","VS1",64.5,56,799,4.26,4.2,2.73 +"32552",0.3,"Premium","F","VS1",59.8,60,799,4.39,4.31,2.6 +"32553",0.3,"Ideal","G","IF",62.4,55,799,4.3,4.32,2.69 +"32554",0.41,"Very Good","G","VS2",61.4,57,800,4.76,4.81,2.94 +"32555",0.32,"Ideal","F","VVS2",62.1,55,800,4.37,4.39,2.72 +"32556",0.32,"Ideal","F","VVS2",61.2,57,800,4.42,4.44,2.71 +"32557",0.32,"Ideal","F","VVS2",60.9,56,800,4.44,4.46,2.71 +"32558",0.32,"Ideal","F","VVS2",61.2,55,800,4.43,4.46,2.72 +"32559",0.38,"Ideal","I","VVS1",62.4,54.8,800,4.64,4.66,2.9 +"32560",0.4,"Ideal","H","VS2",61.6,57,800,4.71,4.74,2.91 +"32561",0.36,"Ideal","D","VS2",61.8,55,800,4.58,4.61,2.84 +"32562",0.31,"Ideal","E","VS1",62,55,800,4.35,4.38,2.7 +"32563",0.31,"Ideal","E","VS1",61.7,53,800,4.36,4.39,2.7 +"32564",0.31,"Ideal","E","VS1",61.3,55,800,4.4,4.43,2.7 +"32565",0.43,"Ideal","G","SI2",61.1,55,800,4.92,4.9,3 +"32566",0.38,"Ideal","F","VS2",62,56,800,4.63,4.66,2.88 +"32567",0.38,"Very Good","F","VS2",60.9,56,800,4.67,4.72,2.86 +"32568",0.38,"Premium","F","VS2",60.5,59,800,4.67,4.72,2.84 +"32569",0.38,"Ideal","G","VS1",62.5,56,800,4.64,4.58,2.88 +"32570",0.38,"Very Good","F","VS2",61.9,59,800,4.61,4.66,2.87 +"32571",0.38,"Ideal","F","VS2",62.1,57,800,4.61,4.67,2.88 +"32572",0.38,"Very Good","F","VS2",62.8,57,800,4.58,4.62,2.89 +"32573",0.4,"Premium","E","VS1",61.5,58,800,4.73,4.76,2.92 +"32574",0.38,"Ideal","F","VS2",62.2,57,800,4.6,4.63,2.87 +"32575",0.33,"Very Good","F","VVS2",61.6,57,801,4.44,4.46,2.74 +"32576",0.33,"Very Good","F","VVS2",61.2,55,801,4.45,4.47,2.73 +"32577",0.41,"Very Good","F","SI1",62.4,60,801,4.73,4.75,2.96 +"32578",0.41,"Ideal","G","VS2",60.7,56,801,4.77,4.82,2.91 +"32579",0.36,"Ideal","E","VS2",61.5,56.2,801,4.56,4.6,2.82 +"32580",0.36,"Ideal","D","SI1",61.6,56,801,4.59,4.6,2.83 +"32581",0.32,"Good","E","VVS1",59.4,61,801,4.45,4.48,2.65 +"32582",0.32,"Good","E","VS2",58.8,63,801,4.48,4.54,2.65 +"32583",0.31,"Premium","F","VVS1",59.7,59,801,4.45,4.49,2.67 +"32584",0.31,"Ideal","F","VVS1",61.9,55,801,4.37,4.42,2.72 +"32585",0.31,"Ideal","G","IF",62,54,801,4.35,4.39,2.71 +"32586",0.31,"Ideal","E","VVS1",62.4,56,801,4.35,4.37,2.72 +"32587",0.33,"Ideal","E","VVS2",61.4,55,802,4.46,4.5,2.75 +"32588",0.33,"Ideal","E","VVS2",61,57,802,4.46,4.49,2.73 +"32589",0.3,"Ideal","D","VVS2",59.4,60,802,4.39,4.47,2.63 +"32590",0.33,"Ideal","G","VVS1",61.8,59,802,4.45,4.48,2.76 +"32591",0.33,"Ideal","G","VVS1",60.4,58,802,4.5,4.51,2.72 +"32592",0.32,"Ideal","G","VVS1",62.1,54,802,4.4,4.43,2.74 +"32593",0.3,"Ideal","F","VVS1",61.8,54,802,4.33,4.37,2.69 +"32594",0.3,"Ideal","F","VVS1",62,55,802,4.3,4.34,2.68 +"32595",0.3,"Ideal","F","VVS1",62.4,54,802,4.31,4.35,2.7 +"32596",0.3,"Ideal","F","VVS1",61.2,55,802,4.33,4.36,2.66 +"32597",0.3,"Ideal","F","VVS1",62.1,55,802,4.31,4.35,2.69 +"32598",0.3,"Ideal","F","VVS1",61.9,56,802,4.29,4.33,2.67 +"32599",0.3,"Ideal","F","VVS1",58,60,802,4.34,4.37,2.64 +"32600",0.34,"Ideal","D","VS2",61.9,55,802,4.49,4.52,2.79 +"32601",0.39,"Ideal","G","VS1",61.8,55,802,4.72,4.76,2.93 +"32602",0.31,"Premium","F","VS2",61.2,58,802,4.37,4.35,2.67 +"32603",0.31,"Ideal","F","VS2",62.1,57,802,4.36,4.34,2.7 +"32604",0.31,"Premium","F","VS2",59.7,60,802,4.42,4.39,2.63 +"32605",0.31,"Premium","F","VS2",59,59,802,4.47,4.44,2.63 +"32606",0.31,"Ideal","G","VS1",61.3,56,802,4.38,4.36,2.68 +"32607",0.31,"Premium","H","VVS2",61.2,60,802,4.39,4.37,2.68 +"32608",0.31,"Ideal","H","VVS2",61.5,56,802,4.37,4.35,2.68 +"32609",0.31,"Premium","H","VVS2",61.4,59,802,4.38,4.35,2.68 +"32610",0.31,"Ideal","H","VVS2",62.3,55,802,4.37,4.36,2.72 +"32611",0.26,"Ideal","G","VS1",61.4,56,456,4.12,4.16,2.54 +"32612",0.32,"Ideal","E","SI2",61.3,56,456,4.42,4.45,2.72 +"32613",0.33,"Ideal","I","SI1",62,53.5,456,4.46,4.5,2.78 +"32614",0.3,"Good","G","VS2",63.5,58,456,4.24,4.29,2.71 +"32615",0.25,"Very Good","G","VVS1",59.4,63,457,4.07,4.11,2.43 +"32616",0.34,"Very Good","I","VS2",61.6,56,457,4.47,4.51,2.76 +"32617",0.3,"Very Good","H","VS2",62.6,57,457,4.25,4.28,2.67 +"32618",0.3,"Ideal","H","VS2",62.1,55,457,4.3,4.33,2.68 +"32619",0.3,"Ideal","H","VS2",62,57,457,4.27,4.31,2.66 +"32620",0.3,"Ideal","I","VS1",62.3,55,457,4.3,4.34,2.69 +"32621",0.3,"Ideal","I","VS1",62.5,54,457,4.3,4.34,2.7 +"32622",0.3,"Ideal","I","VS1",62,57,457,4.26,4.29,2.65 +"32623",0.31,"Ideal","H","SI1",61.5,56.5,457,4.34,4.36,2.67 +"32624",0.31,"Good","I","VS1",63.9,55,457,4.28,4.3,2.74 +"32625",0.31,"Very Good","H","VS2",58.9,61,457,4.43,4.46,2.62 +"32626",0.23,"Very Good","E","VVS2",61.4,55,458,3.92,3.99,2.43 +"32627",0.23,"Very Good","D","VVS2",62.4,53,458,3.94,3.95,2.46 +"32628",0.23,"Very Good","D","VVS1",59.7,58,458,3.97,4.04,2.39 +"32629",0.28,"Very Good","D","VS1",60.5,58,458,4.23,4.26,2.57 +"32630",0.23,"Good","F","VVS1",58.1,52,458,4.03,4.1,2.36 +"32631",0.23,"Good","E","VVS1",60.6,65,458,3.95,3.97,2.4 +"32632",0.28,"Good","E","VS1",63.1,55,458,4.15,4.18,2.63 +"32633",0.31,"Very Good","F","SI1",58.8,59,459,4.44,4.5,2.63 +"32634",0.27,"Ideal","I","VVS2",62.1,55,459,4.17,4.2,2.6 +"32635",0.36,"Ideal","J","VS2",61.5,55,459,4.6,4.63,2.84 +"32636",0.27,"Ideal","G","VS2",61.4,55,459,4.19,4.21,2.58 +"32637",0.25,"Ideal","G","VS2",61.4,57,459,4.08,4.1,2.51 +"32638",0.25,"Ideal","G","VS2",61.8,58,459,4.04,4.08,2.51 +"32639",0.32,"Ideal","G","SI2",61.6,56,459,4.4,4.43,2.72 +"32640",0.34,"Very Good","I","SI1",60.4,56,459,4.54,4.56,2.75 +"32641",0.31,"Ideal","H","VVS2",62.2,55,802,4.36,4.35,2.71 +"32642",0.31,"Ideal","H","VVS2",62.5,55,802,4.37,4.34,2.72 +"32643",0.31,"Premium","H","VVS2",60.6,60,802,4.38,4.34,2.64 +"32644",0.31,"Premium","H","VVS2",61.2,59,802,4.38,4.34,2.67 +"32645",0.31,"Ideal","H","VVS2",62.4,56,802,4.38,4.34,2.72 +"32646",0.31,"Premium","H","VVS2",61.9,58,802,4.36,4.33,2.69 +"32647",0.31,"Ideal","H","VVS2",61.8,56,802,4.36,4.34,2.69 +"32648",0.31,"Ideal","H","VVS2",61.1,56,802,4.37,4.33,2.66 +"32649",0.31,"Ideal","H","VVS2",62.6,56,802,4.37,4.32,2.72 +"32650",0.31,"Premium","H","VVS2",61.4,58,802,4.37,4.32,2.67 +"32651",0.31,"Ideal","H","VVS2",62.4,57,802,4.36,4.32,2.71 +"32652",0.31,"Ideal","H","VVS2",62.4,57,802,4.36,4.32,2.71 +"32653",0.31,"Ideal","H","VVS2",62.2,57,802,4.36,4.32,2.7 +"32654",0.31,"Premium","H","VVS2",61.4,58,802,4.35,4.32,2.66 +"32655",0.31,"Premium","H","VVS2",62.3,60,802,4.36,4.31,2.7 +"32656",0.31,"Premium","H","VVS2",62.4,59,802,4.35,4.31,2.7 +"32657",0.31,"Good","H","VVS2",63.7,55,802,4.32,4.28,2.74 +"32658",0.31,"Good","H","VVS2",63.6,56,802,4.33,4.28,2.74 +"32659",0.31,"Very Good","H","VVS2",63.4,56,802,4.32,4.29,2.73 +"32660",0.31,"Premium","H","VVS2",62.6,60,802,4.33,4.29,2.7 +"32661",0.31,"Ideal","H","VVS2",62.8,57,802,4.33,4.3,2.71 +"32662",0.31,"Premium","H","VVS2",61.9,58,802,4.33,4.3,2.67 +"32663",0.31,"Premium","H","VVS2",62.4,58,802,4.31,4.28,2.68 +"32664",0.31,"Premium","H","VVS2",62.6,58,802,4.31,4.28,2.69 +"32665",0.31,"Premium","G","VS1",59.5,59,802,4.47,4.4,2.64 +"32666",0.31,"Ideal","G","VS1",61.5,56,802,4.43,4.39,2.71 +"32667",0.31,"Ideal","G","VS1",61,55,802,4.43,4.39,2.69 +"32668",0.31,"Premium","G","VS1",61.2,60,802,4.39,4.37,2.68 +"32669",0.31,"Ideal","G","VS1",61.4,56,802,4.37,4.36,2.68 +"32670",0.31,"Premium","G","VS1",59.6,61,802,4.38,4.35,2.6 +"32671",0.31,"Premium","G","VS1",61.2,59,802,4.37,4.35,2.67 +"32672",0.31,"Ideal","G","VS1",62.4,55,802,4.35,4.33,2.71 +"32673",0.31,"Ideal","G","VS1",62.1,55,802,4.36,4.33,2.7 +"32674",0.31,"Ideal","G","VS1",62.1,55,802,4.37,4.33,2.7 +"32675",0.31,"Ideal","G","VS1",62.5,57,802,4.37,4.34,2.72 +"32676",0.31,"Premium","G","VS1",62.4,59,802,4.34,4.32,2.7 +"32677",0.31,"Premium","G","VS1",61.8,59,802,4.35,4.32,2.68 +"32678",0.31,"Premium","G","VS1",62.2,56,802,4.36,4.32,2.7 +"32679",0.31,"Premium","G","VS1",60.8,61,802,4.35,4.33,2.64 +"32680",0.31,"Premium","G","VS1",62.1,58,802,4.35,4.31,2.69 +"32681",0.31,"Premium","G","VS1",62.1,58,802,4.36,4.31,2.69 +"32682",0.31,"Premium","G","VS1",61.2,60,802,4.33,4.3,2.64 +"32683",0.31,"Premium","G","VS1",62.9,58,802,4.35,4.3,2.72 +"32684",0.31,"Premium","G","VS1",62.4,58,802,4.34,4.31,2.7 +"32685",0.31,"Ideal","G","VS1",62.9,57,802,4.32,4.3,2.71 +"32686",0.31,"Premium","G","VS1",63,57,802,4.32,4.28,2.71 +"32687",0.31,"Very Good","G","VS1",63.2,57,802,4.33,4.28,2.72 +"32688",0.31,"Very Good","G","VS1",63.2,56,802,4.32,4.29,2.72 +"32689",0.31,"Very Good","G","VS1",63.3,56,802,4.33,4.29,2.73 +"32690",0.31,"Good","G","VS1",63.8,57,802,4.33,4.29,2.75 +"32691",0.31,"Very Good","G","VS1",63.1,59,802,4.29,4.27,2.7 +"32692",0.31,"Premium","G","VS1",62.8,58,802,4.3,4.27,2.69 +"32693",0.31,"Good","G","VS1",63.7,56,802,4.3,4.27,2.73 +"32694",0.31,"Very Good","G","VS1",63.2,56,802,4.29,4.28,2.71 +"32695",0.31,"Premium","F","VS2",61.4,58,802,4.4,4.36,2.69 +"32696",0.31,"Ideal","F","VS2",60.8,56,802,4.41,4.38,2.67 +"32697",0.31,"Premium","F","VS2",59.3,60,802,4.41,4.39,2.61 +"32698",0.31,"Premium","F","VS2",61.6,58,802,4.38,4.35,2.69 +"32699",0.31,"Ideal","F","VS2",61.9,54,802,4.38,4.35,2.7 +"32700",0.31,"Ideal","F","VS2",62.3,55,802,4.38,4.35,2.72 +"32701",0.31,"Ideal","F","VS2",62,56,802,4.39,4.35,2.71 +"32702",0.31,"Ideal","F","VS2",61.6,55,802,4.37,4.36,2.69 +"32703",0.31,"Ideal","F","VS2",60.8,57,802,4.39,4.36,2.66 +"32704",0.31,"Ideal","F","VS2",62.1,53,802,4.39,4.34,2.71 +"32705",0.31,"Premium","F","VS2",61.5,56,802,4.41,4.34,2.69 +"32706",0.31,"Premium","F","VS2",60.8,60,802,4.37,4.34,2.65 +"32707",0.31,"Ideal","F","VS2",61.5,56,802,4.37,4.34,2.68 +"32708",0.31,"Premium","F","VS2",61.7,58,802,4.38,4.34,2.69 +"32709",0.31,"Premium","F","VS2",62.3,60,802,4.35,4.32,2.7 +"32710",0.31,"Ideal","F","VS2",61.8,56,802,4.37,4.33,2.69 +"32711",0.31,"Ideal","F","VS2",62.3,55,802,4.37,4.33,2.71 +"32712",0.31,"Ideal","F","VS2",62.8,57,802,4.36,4.34,2.73 +"32713",0.31,"Very Good","F","VS2",63.4,56,802,4.34,4.31,2.74 +"32714",0.31,"Ideal","F","VS2",61.9,55,802,4.35,4.31,2.68 +"32715",0.31,"Premium","F","VS2",62,58,802,4.37,4.31,2.69 +"32716",0.31,"Premium","F","VS2",61.4,55,802,4.34,4.32,2.66 +"32717",0.31,"Premium","F","VS2",61.4,62,802,4.34,4.32,2.66 +"32718",0.31,"Premium","F","VS2",61.3,59,802,4.34,4.31,2.65 +"32719",0.31,"Ideal","F","VS2",62.4,56,802,4.34,4.31,2.7 +"32720",0.31,"Premium","F","VS2",62.4,58,802,4.34,4.31,2.7 +"32721",0.31,"Ideal","F","VS2",62.3,57,802,4.34,4.3,2.69 +"32722",0.31,"Premium","F","VS2",62.7,59,802,4.34,4.3,2.71 +"32723",0.31,"Ideal","F","VS2",62.7,57,802,4.34,4.3,2.71 +"32724",0.31,"Premium","F","VS2",61.8,59,802,4.33,4.31,2.67 +"32725",0.31,"Ideal","F","VS2",62.9,56,802,4.32,4.3,2.71 +"32726",0.31,"Ideal","F","VS2",62.3,55,802,4.33,4.3,2.69 +"32727",0.31,"Premium","F","VS2",62.3,59,802,4.33,4.3,2.69 +"32728",0.31,"Ideal","F","VS2",61.3,57,802,4.34,4.3,2.65 +"32729",0.31,"Premium","F","VS2",62,60,802,4.34,4.3,2.68 +"32730",0.31,"Ideal","F","VS2",62.6,55,802,4.33,4.29,2.7 +"32731",0.31,"Ideal","F","VS2",62.6,57,802,4.33,4.29,2.7 +"32732",0.31,"Premium","F","VS2",62.3,59,802,4.34,4.29,2.69 +"32733",0.31,"Very Good","F","VS2",63.4,56,802,4.32,4.29,2.73 +"32734",0.31,"Good","F","VS2",63.9,56,802,4.32,4.29,2.75 +"32735",0.31,"Premium","F","VS2",62.9,58,802,4.31,4.27,2.7 +"32736",0.31,"Premium","F","VS2",62.9,59,802,4.32,4.27,2.7 +"32737",0.31,"Ideal","F","VS2",62.6,57,802,4.33,4.27,2.69 +"32738",0.31,"Ideal","F","VS2",62.8,56,802,4.32,4.28,2.7 +"32739",0.31,"Premium","F","VS2",59.7,58,802,4.48,4.43,2.66 +"32740",0.31,"Ideal","F","VS2",61.9,55,802,4.39,4.37,2.71 +"32741",0.33,"Ideal","E","VS1",60,57,802,4.5,4.47,2.69 +"32742",0.31,"Premium","G","VS1",62.2,58,802,4.38,4.34,2.71 +"32743",0.31,"Premium","G","VS1",62,59,802,4.3,4.28,2.66 +"32744",0.32,"Ideal","F","VVS1",61.5,56,803,4.39,4.42,2.71 +"32745",0.31,"Ideal","D","VS2",60.7,57,803,4.37,4.4,2.66 +"32746",0.33,"Ideal","D","VS2",60.7,56,803,4.48,4.5,2.73 +"32747",0.36,"Ideal","F","VS1",61.5,55,803,4.57,4.61,2.82 +"32748",0.36,"Ideal","F","VS1",61.3,54,803,4.63,4.65,2.84 +"32749",0.36,"Ideal","F","VS1",61.3,55,803,4.59,4.61,2.82 +"32750",0.36,"Ideal","F","VS1",60.8,56,803,4.61,4.64,2.81 +"32751",0.43,"Ideal","E","SI1",61.2,56.2,803,4.87,4.89,2.99 +"32752",0.42,"Premium","I","SI1",62.6,58,803,4.8,4.76,2.99 +"32753",0.34,"Premium","D","SI1",60.2,60,803,4.54,4.5,2.72 +"32754",0.34,"Premium","D","SI1",62.8,58,803,4.48,4.44,2.8 +"32755",0.34,"Very Good","D","SI1",63.1,57,803,4.46,4.44,2.81 +"32756",0.34,"Ideal","D","SI1",62.3,57,803,4.48,4.44,2.78 +"32757",0.42,"Premium","I","SI1",61.2,60,803,4.82,4.78,2.94 +"32758",0.34,"Premium","I","VVS1",61.9,58,803,4.52,4.43,2.77 +"32759",0.34,"Premium","I","VVS1",62.6,58,803,4.47,4.45,2.79 +"32760",0.34,"Premium","I","VVS1",60.5,59,803,4.54,4.48,2.73 +"32761",0.34,"Premium","I","VVS1",62.4,59,803,4.44,4.4,2.76 +"32762",0.34,"Premium","D","SI1",59.7,59,803,4.57,4.54,2.72 +"32763",0.34,"Premium","D","SI1",59.6,59,803,4.57,4.55,2.72 +"32764",0.34,"Ideal","D","SI1",61.5,53,803,4.53,4.51,2.78 +"32765",0.34,"Ideal","D","SI1",60.6,56,803,4.54,4.51,2.74 +"32766",0.34,"Ideal","D","SI1",60.1,57,803,4.56,4.52,2.73 +"32767",0.34,"Ideal","D","SI1",61.2,57,803,4.51,4.48,2.75 +"32768",0.34,"Premium","D","SI1",59.6,61,803,4.53,4.5,2.69 +"32769",0.34,"Premium","D","SI1",59.8,61,803,4.53,4.5,2.7 +"32770",0.34,"Ideal","D","SI1",60.4,57,803,4.53,4.51,2.73 +"32771",0.34,"Ideal","D","SI1",61.3,57,803,4.5,4.44,2.74 +"32772",0.34,"Ideal","D","SI1",62.7,56,803,4.48,4.45,2.8 +"32773",0.34,"Ideal","D","SI1",62.8,55,803,4.5,4.45,2.81 +"32774",0.34,"Premium","D","SI1",61.2,58,803,4.49,4.47,2.74 +"32775",0.34,"Ideal","D","SI1",62,56,803,4.5,4.47,2.78 +"32776",0.34,"Premium","D","SI1",62.7,59,803,4.45,4.42,2.78 +"32777",0.34,"Premium","D","SI1",62.4,58,803,4.46,4.42,2.77 +"32778",0.34,"Premium","D","SI1",62,59,803,4.48,4.42,2.76 +"32779",0.34,"Premium","D","SI1",62,56,803,4.47,4.43,2.76 +"32780",0.45,"Premium","G","SI2",62,62,803,4.96,4.86,3.05 +"32781",0.34,"Ideal","I","VVS1",61.8,56,803,4.5,4.47,2.77 +"32782",0.37,"Premium","D","VS1",60.2,60,803,4.63,4.68,2.8 +"32783",0.32,"Ideal","D","VVS2",61.2,56,803,4.39,4.43,2.7 +"32784",0.31,"Ideal","D","VS2",62.1,54,804,4.4,4.36,2.72 +"32785",0.31,"Ideal","E","VS1",60.2,56,804,4.44,4.39,2.66 +"32786",0.32,"Very Good","D","VVS2",61.1,59,804,4.39,4.42,2.69 +"32787",0.43,"Very Good","F","VS2",62.5,60,804,4.81,4.86,3.02 +"32788",0.31,"Ideal","D","VVS2",61.2,56,804,4.35,4.37,2.67 +"32789",0.32,"Ideal","D","VVS2",60.3,58,804,4.43,4.46,2.68 +"32790",0.4,"Ideal","G","VS2",62.6,56,804,4.69,4.74,2.95 +"32791",0.33,"Ideal","F","VS2",61.1,56,804,4.47,4.5,2.74 +"32792",0.33,"Premium","E","VS2",61.9,58,804,4.47,4.42,2.75 +"32793",0.32,"Ideal","E","VS2",62,55,804,4.41,4.37,2.72 +"32794",0.31,"Ideal","D","VS2",61.6,55,804,4.4,4.37,2.7 +"32795",0.31,"Ideal","D","VS2",60.2,56,804,4.46,4.41,2.67 +"32796",0.31,"Ideal","E","VS1",61.4,56,804,4.38,4.35,2.68 +"32797",0.39,"Very Good","I","VVS1",61.3,58,805,4.74,4.78,2.92 +"32798",0.31,"Ideal","D","VVS2",61.2,59,805,4.37,4.39,2.68 +"32799",0.39,"Ideal","I","VVS1",60.8,56,805,4.76,4.78,2.9 +"32800",0.38,"Ideal","E","VS2",62,54.2,805,4.66,4.68,2.89 +"32801",0.34,"Ideal","D","VS2",60.6,57,805,4.51,4.53,2.74 +"32802",0.34,"Very Good","D","VS2",62.9,56,805,4.44,4.5,2.81 +"32803",0.34,"Ideal","E","VS1",61.2,57,805,4.45,4.51,2.74 +"32804",0.34,"Ideal","E","VS1",62.4,55,805,4.44,4.47,2.78 +"32805",0.34,"Ideal","D","VS2",62,54,805,4.48,4.52,2.79 +"32806",0.34,"Ideal","E","VS1",61,57,805,4.49,4.52,2.75 +"32807",0.34,"Premium","D","VS2",62.1,58,805,4.45,4.5,2.78 +"32808",0.34,"Ideal","E","VS1",62.1,56,805,4.48,4.5,2.79 +"32809",0.34,"Ideal","E","VS1",62.2,55,805,4.49,4.52,2.8 +"32810",0.34,"Ideal","D","VS2",62.1,55,805,4.46,4.49,2.78 +"32811",0.34,"Ideal","D","VS2",62.3,55,805,4.45,4.48,2.78 +"32812",0.34,"Ideal","E","VS1",61.8,56,805,4.47,4.51,2.78 +"32813",0.34,"Ideal","D","VS2",61.3,57,805,4.47,4.5,2.75 +"32814",0.34,"Very Good","D","VS2",62.9,55,805,4.43,4.47,2.8 +"32815",0.34,"Ideal","E","VS1",62,56,805,4.48,4.52,2.79 +"32816",0.34,"Ideal","E","VS1",61.2,57,805,4.45,4.5,2.74 +"32817",0.34,"Ideal","D","VS2",62.4,53,805,4.49,4.52,2.81 +"32818",0.34,"Ideal","D","VS2",61.4,56,805,4.5,4.53,2.77 +"32819",0.34,"Premium","D","VS2",60.4,60,805,4.51,4.56,2.74 +"32820",0.34,"Premium","D","VS2",59.3,58,805,4.52,4.55,2.69 +"32821",0.34,"Ideal","D","VS2",62.5,57,805,4.4,4.47,2.77 +"32822",0.34,"Ideal","E","VS1",61.8,57,805,4.47,4.5,2.77 +"32823",0.34,"Ideal","D","VS2",62,55,805,4.45,4.48,2.77 +"32824",0.34,"Ideal","D","VS2",62,55,805,4.45,4.49,2.77 +"32825",0.34,"Premium","E","VS1",59.9,58,805,4.54,4.58,2.73 +"32826",0.34,"Ideal","E","VS1",60.8,57,805,4.49,4.53,2.74 +"32827",0.34,"Ideal","D","VS2",60.8,57,805,4.5,4.52,2.74 +"32828",0.33,"Very Good","G","VVS2",59.7,59,806,4.48,4.53,2.69 +"32829",0.35,"Ideal","F","VVS2",61.3,55,806,4.57,4.6,2.81 +"32830",0.33,"Ideal","G","VVS1",60.9,56.7,806,4.47,4.49,2.73 +"32831",0.33,"Ideal","E","VS1",61.5,54,806,4.46,4.49,2.75 +"32832",0.33,"Ideal","H","IF",61.8,55.2,806,4.44,4.47,2.76 +"32833",0.32,"Premium","F","VVS2",62.2,59,806,4.41,4.34,2.72 +"32834",0.6,"Premium","H","I1",60.1,60,806,5.51,5.44,3.29 +"32835",0.42,"Ideal","I","VS2",61,54,807,4.84,4.87,2.96 +"32836",0.35,"Ideal","G","VS2",61.3,56,807,4.55,4.58,2.8 +"32837",0.44,"Ideal","I","VS1",61.1,56,807,4.92,4.96,3.02 +"32838",0.44,"Ideal","I","VS1",61.8,55,807,4.89,4.92,3.03 +"32839",0.46,"Ideal","G","SI2",61.1,57,807,4.97,5.01,3.05 +"32840",0.46,"Ideal","H","SI1",61.7,55,807,4.99,5.02,3.09 +"32841",0.29,"Premium","E","VVS1",60.9,61,807,4.27,4.23,2.59 +"32842",0.36,"Premium","F","VS2",62,59,807,4.56,4.51,2.81 +"32843",0.36,"Ideal","F","VS2",61.5,55,807,4.6,4.57,2.82 +"32844",0.43,"Ideal","D","SI1",61.6,56,807,4.82,4.86,2.98 +"32845",0.4,"Ideal","I","VVS2",62,56,807,4.74,4.77,2.95 +"32846",0.4,"Ideal","I","VVS2",62.4,55,807,4.7,4.73,2.94 +"32847",0.4,"Very Good","G","VS2",62.9,56,807,4.69,4.72,2.96 +"32848",0.4,"Ideal","G","VS2",62.3,57,807,4.7,4.71,2.93 +"32849",0.4,"Very Good","H","VS1",62.7,56,807,4.71,4.73,2.96 +"32850",0.4,"Premium","H","VS1",62.6,58,807,4.66,4.73,2.94 +"32851",0.4,"Good","H","VS1",63.4,58,807,4.74,4.66,2.98 +"32852",0.4,"Ideal","G","VS2",61.2,57,807,4.73,4.78,2.91 +"32853",0.4,"Premium","H","VS1",62.4,60,807,4.69,4.74,2.94 +"32854",0.4,"Good","G","VS2",63.8,59,807,4.64,4.57,2.94 +"32855",0.4,"Very Good","H","VS1",62.6,58,807,4.68,4.71,2.94 +"32856",0.4,"Good","G","VS2",63.5,56,807,4.68,4.7,2.98 +"32857",0.4,"Very Good","G","VS2",62.8,61,807,4.63,4.67,2.92 +"32858",0.4,"Ideal","H","VS1",61.8,56,807,4.74,4.78,2.94 +"32859",0.4,"Premium","H","VS1",62.6,58,807,4.68,4.71,2.94 +"32860",0.31,"Very Good","F","VVS1",61.3,56,808,4.35,4.37,2.67 +"32861",0.39,"Very Good","E","VS2",60,56,808,4.76,4.81,2.87 +"32862",0.32,"Ideal","E","VVS2",61,55,808,4.43,4.45,2.71 +"32863",0.38,"Ideal","D","VS2",60.7,56,808,4.69,4.74,2.86 +"32864",0.32,"Ideal","D","VS2",61.5,55,808,4.43,4.45,2.73 +"32865",0.35,"Ideal","I","IF",61.8,53,808,4.55,4.57,2.81 +"32866",0.32,"Very Good","D","VVS2",60,57,809,4.45,4.49,2.68 +"32867",0.46,"Very Good","F","SI2",61.5,56,809,4.98,5.01,3.07 +"32868",0.38,"Ideal","I","VVS2",63.4,53,809,4.61,4.63,2.93 +"32869",0.32,"Ideal","D","VVS2",61.6,54,809,4.41,4.46,2.73 +"32870",0.32,"Ideal","F","VVS1",61.7,56,809,4.37,4.42,2.71 +"32871",0.37,"Ideal","G","VS2",60.5,56,809,4.65,4.68,2.82 +"32872",0.41,"Ideal","F","VS2",61.7,54,809,4.79,4.81,2.96 +"32873",0.38,"Good","D","VS2",64.1,55,809,4.58,4.62,2.95 +"32874",0.37,"Ideal","G","VS1",61,55,810,4.66,4.68,2.85 +"32875",0.41,"Ideal","G","SI2",60.9,56,810,4.84,4.81,2.94 +"32876",0.36,"Ideal","E","SI1",61.6,56,810,4.59,4.56,2.82 +"32877",0.36,"Ideal","E","SI1",61.9,56,810,4.58,4.53,2.82 +"32878",0.36,"Ideal","E","SI1",62.4,55,810,4.55,4.52,2.83 +"32879",0.36,"Premium","H","VS1",60.8,59,810,4.62,4.59,2.8 +"32880",0.36,"Premium","H","VS1",61.6,59,810,4.57,4.52,2.8 +"32881",0.4,"Very Good","J","VS1",63.2,57,810,4.73,4.7,2.98 +"32882",0.4,"Ideal","J","VS1",62.6,55,810,4.75,4.71,2.96 +"32883",0.4,"Premium","J","VS1",60.7,60,810,4.79,4.76,2.9 +"32884",0.4,"Premium","J","VS1",59.7,59,810,4.83,4.79,2.87 +"32885",0.4,"Premium","J","VS1",63,58,810,4.7,4.66,2.95 +"32886",0.4,"Very Good","J","VS1",63.4,58,810,4.64,4.61,2.93 +"32887",0.4,"Premium","F","SI2",62.6,60,810,4.68,4.65,2.92 +"32888",0.36,"Ideal","H","VS1",61.8,57,810,4.6,4.56,2.83 +"32889",0.36,"Premium","H","VS1",60.5,59,810,4.63,4.6,2.79 +"32890",0.36,"Premium","E","SI1",60.9,60,810,4.61,4.56,2.79 +"32891",0.36,"Premium","E","SI1",61.3,56,810,4.62,4.58,2.82 +"32892",0.36,"Ideal","E","SI1",61.4,57,810,4.59,4.56,2.81 +"32893",0.36,"Ideal","E","SI1",62.1,56,810,4.59,4.56,2.84 +"32894",0.36,"Ideal","E","SI1",62.4,55,810,4.58,4.55,2.85 +"32895",0.36,"Premium","E","SI1",60.8,59,810,4.59,4.56,2.78 +"32896",0.36,"Very Good","E","SI1",63.1,58,810,4.54,4.49,2.85 +"32897",0.36,"Ideal","E","SI1",62.9,56,810,4.57,4.52,2.86 +"32898",0.36,"Ideal","E","SI1",62,57,810,4.57,4.53,2.82 +"32899",0.3,"Very Good","I","IF",63.3,57,810,4.3,4.23,2.7 +"32900",0.3,"Premium","I","IF",60.5,59,810,4.34,4.32,2.62 +"32901",0.3,"Very Good","I","IF",63.3,56,810,4.26,4.21,2.68 +"32902",0.36,"Fair","F","VS1",55.3,67,810,4.79,4.72,2.63 +"32903",0.44,"Premium","H","VS2",61.3,58,810,4.88,4.91,3 +"32904",0.42,"Ideal","D","SI1",61.7,56,810,4.79,4.83,2.97 +"32905",0.33,"Premium","G","VVS1",61.5,59,810,4.42,4.46,2.73 +"32906",0.33,"Ideal","F","VVS2",62.2,56,810,4.43,4.45,2.76 +"32907",0.42,"Ideal","D","SI1",62.4,57,810,4.77,4.84,3 +"32908",0.44,"Ideal","F","SI1",61,57,810,4.89,4.91,2.99 +"32909",0.33,"Ideal","F","VVS2",61.3,56,810,4.44,4.46,2.73 +"32910",0.42,"Ideal","D","SI1",62,55,810,4.83,4.84,3 +"32911",0.44,"Very Good","E","SI1",62.9,58,810,4.85,4.88,3.06 +"32912",0.42,"Premium","D","SI1",59.8,59,810,4.86,4.91,2.92 +"32913",0.33,"Ideal","F","VVS2",61.9,56,810,4.42,4.46,2.75 +"32914",0.44,"Very Good","I","VS1",62.8,56,810,4.83,4.88,3.05 +"32915",0.42,"Very Good","D","SI1",62.8,58,810,4.76,4.79,3 +"32916",0.33,"Ideal","G","VVS1",62.3,55,810,4.42,4.44,2.76 +"32917",0.44,"Ideal","E","SI1",61.1,56,810,4.9,4.92,3 +"32918",0.42,"Ideal","D","SI1",61.8,57,810,4.77,4.81,2.96 +"32919",0.42,"Ideal","D","SI1",61.5,56,810,4.81,4.85,2.97 +"32920",0.42,"Very Good","D","SI1",60.8,59,810,4.82,4.85,2.94 +"32921",0.44,"Very Good","E","SI1",62.2,60,810,4.79,4.86,3 +"32922",0.42,"Ideal","D","SI1",61.9,56,810,4.82,4.84,2.99 +"32923",0.44,"Ideal","E","SI1",62.6,56,810,4.84,4.9,3.05 +"32924",0.37,"Ideal","H","VVS1",62.3,56,810,4.56,4.59,2.85 +"32925",0.44,"Premium","E","SI1",62.3,59,810,4.84,4.88,3.03 +"32926",0.42,"Ideal","D","SI1",61.9,57,810,4.77,4.82,2.97 +"32927",0.42,"Ideal","D","SI1",62.3,57,810,4.77,4.8,2.98 +"32928",0.42,"Premium","D","SI1",61.9,59,810,4.76,4.81,2.96 +"32929",0.42,"Premium","D","SI1",62.1,59,810,4.77,4.79,2.97 +"32930",0.42,"Premium","D","SI1",61.1,60,810,4.79,4.83,2.94 +"32931",0.33,"Very Good","F","VVS2",62.5,59,810,4.4,4.47,2.77 +"32932",0.33,"Ideal","F","VVS2",61.4,56,810,4.44,4.49,2.74 +"32933",0.41,"Very Good","I","VVS2",61.3,60,811,4.77,4.82,2.94 +"32934",0.41,"Ideal","G","VS2",61.7,54,811,4.78,4.81,2.96 +"32935",0.37,"Ideal","E","VS2",62.7,56,811,4.55,4.6,2.87 +"32936",0.37,"Premium","E","VS2",61,59,811,4.59,4.63,2.81 +"32937",0.37,"Premium","E","VS2",60.3,58,811,4.63,4.66,2.8 +"32938",0.37,"Ideal","E","VS2",61.9,53,811,4.62,4.65,2.87 +"32939",0.37,"Premium","E","VS2",61.5,58,811,4.61,4.66,2.85 +"32940",0.37,"Ideal","E","VS2",62.5,56,811,4.58,4.61,2.87 +"32941",0.34,"Ideal","I","SI1",61.9,57,459,4.49,4.52,2.79 +"32942",0.34,"Ideal","I","SI1",60.2,57,459,4.5,4.54,2.72 +"32943",0.34,"Very Good","I","SI1",62.8,57,459,4.43,4.45,2.79 +"32944",0.34,"Premium","I","SI1",60,58,459,4.51,4.55,2.72 +"32945",0.34,"Ideal","I","SI1",62.3,55,459,4.42,4.47,2.77 +"32946",0.34,"Ideal","I","SI1",62.4,56,459,4.45,4.49,2.79 +"32947",0.34,"Very Good","I","SI1",61.7,56,459,4.51,4.54,2.79 +"32948",0.34,"Ideal","I","SI1",61.9,57,459,4.44,4.48,2.76 +"32949",0.33,"Very Good","G","SI2",60,56,460,4.52,4.55,2.73 +"32950",0.25,"Ideal","F","VS2",62.2,54,460,4.03,4.07,2.52 +"32951",0.25,"Ideal","G","VS1",62.3,53,460,4.02,4.07,2.52 +"32952",0.35,"Good","F","SI2",63.8,56,460,4.45,4.48,2.85 +"32953",0.35,"Very Good","F","SI2",62.8,55,460,4.48,4.53,2.83 +"32954",0.35,"Premium","J","VS1",62.2,58,460,4.49,4.54,2.81 +"32955",0.24,"Very Good","E","VS2",61.7,57,461,3.99,4.02,2.47 +"32956",0.24,"Very Good","F","VS2",61.3,54,461,4.02,4.07,2.47 +"32957",0.24,"Very Good","F","VS1",61,57,461,4.01,4.04,2.45 +"32958",0.24,"Very Good","E","VS1",62.4,56,461,3.96,3.97,2.47 +"32959",0.31,"Ideal","J","VVS1",62.4,54,461,4.32,4.35,2.7 +"32960",0.31,"Ideal","I","VS1",61.9,54,461,4.33,4.36,2.69 +"32961",0.32,"Ideal","G","SI1",61.4,55,461,4.4,4.46,2.72 +"32962",0.32,"Ideal","G","SI1",61.3,57,461,4.42,4.45,2.72 +"32963",0.3,"Ideal","F","SI1",62.3,56,461,4.27,4.3,2.67 +"32964",0.3,"Ideal","F","SI1",62.5,57,461,4.27,4.31,2.68 +"32965",0.32,"Premium","H","SI1",62.3,60,461,4.36,4.4,2.73 +"32966",0.32,"Premium","H","SI1",62,58,461,4.38,4.39,2.72 +"32967",0.32,"Very Good","H","SI1",63,59,461,4.33,4.37,2.74 +"32968",0.32,"Good","H","SI1",63.1,58,461,4.33,4.36,2.74 +"32969",0.32,"Good","H","SI1",63.7,55,461,4.3,4.33,2.75 +"32970",0.32,"Very Good","H","SI1",62.6,55,461,4.37,4.38,2.74 +"32971",0.37,"Very Good","E","VS2",59.5,59,811,4.64,4.71,2.78 +"32972",0.37,"Very Good","E","VS2",61.8,59,811,4.56,4.6,2.83 +"32973",0.37,"Very Good","E","VS2",61.1,57,811,4.63,4.66,2.84 +"32974",0.37,"Ideal","E","VS2",62,57,811,4.6,4.63,2.86 +"32975",0.37,"Ideal","E","VS2",62.6,56,811,4.56,4.61,2.87 +"32976",0.37,"Very Good","E","VS2",58.9,61,811,4.66,4.68,2.75 +"32977",0.37,"Ideal","F","VS1",61.7,56,811,4.61,4.63,2.85 +"32978",0.37,"Ideal","E","VS2",61.6,57,811,4.61,4.65,2.85 +"32979",0.37,"Ideal","F","VS1",61.1,57,811,4.61,4.65,2.83 +"32980",0.37,"Very Good","E","VS2",62.3,59,811,4.56,4.59,2.85 +"32981",0.37,"Ideal","E","VS2",61.5,56,811,4.59,4.62,2.83 +"32982",0.37,"Ideal","E","VS2",61.2,57,811,4.58,4.64,2.82 +"32983",0.37,"Ideal","E","VS2",62.3,56,811,4.56,4.59,2.85 +"32984",0.37,"Very Good","E","VS2",63,58,811,4.53,4.58,2.87 +"32985",0.37,"Premium","E","VS2",59.1,60,811,4.66,4.68,2.76 +"32986",0.3,"Ideal","E","VVS2",61,56,812,4.33,4.39,2.66 +"32987",0.38,"Premium","E","SI2",61.6,57,812,4.65,4.61,2.85 +"32988",0.38,"Premium","D","SI2",61.1,58,812,4.68,4.62,2.84 +"32989",0.38,"Ideal","D","SI2",61.1,56,812,4.71,4.65,2.86 +"32990",0.38,"Premium","D","SI2",62.1,55,812,4.65,4.62,2.88 +"32991",0.38,"Premium","I","VS2",62.5,58,812,4.61,4.58,2.87 +"32992",0.38,"Premium","I","VS2",61.7,59,812,4.64,4.6,2.85 +"32993",0.38,"Premium","I","VS2",61.5,58,812,4.62,4.61,2.84 +"32994",0.38,"Premium","I","VS2",61.8,59,812,4.64,4.61,2.86 +"32995",0.38,"Premium","I","VS2",60.2,58,812,4.75,4.69,2.84 +"32996",0.38,"Premium","H","SI1",59.7,60,812,4.68,4.66,2.79 +"32997",0.38,"Premium","H","SI1",61.2,62,812,4.66,4.62,2.84 +"32998",0.38,"Very Good","H","SI1",63.3,57,812,4.62,4.58,2.91 +"32999",0.38,"Premium","D","SI2",59.2,61,812,4.72,4.67,2.78 +"33000",0.38,"Ideal","E","SI2",61.2,57,812,4.71,4.67,2.87 +"33001",0.44,"Very Good","I","VS1",61.9,57,813,4.86,4.89,3.01 +"33002",0.34,"Ideal","G","VVS1",60.4,56,813,4.52,4.55,2.74 +"33003",0.3,"Ideal","E","VVS1",61,56,813,4.34,4.38,2.66 +"33004",0.32,"Ideal","E","VVS1",60.9,56,813,4.41,4.43,2.69 +"33005",0.38,"Ideal","E","VS2",61.5,55,813,4.67,4.7,2.88 +"33006",0.44,"Ideal","G","SI1",61.1,56,813,4.92,4.94,3.01 +"33007",0.3,"Ideal","G","IF",61.8,55,813,4.33,4.35,2.68 +"33008",0.4,"Fair","E","VS2",64.7,58,813,4.63,4.67,3.01 +"33009",0.43,"Premium","F","SI2",58.3,62,813,4.97,4.91,2.88 +"33010",0.41,"Very Good","G","VS2",61.4,59.2,813,4.76,4.78,2.93 +"33011",0.31,"Good","E","IF",64.2,60,813,4.22,4.28,2.73 +"33012",0.3,"Very Good","E","VVS2",60.7,55,814,4.35,4.36,2.65 +"33013",0.3,"Very Good","F","VVS1",61.1,57,814,4.31,4.33,2.64 +"33014",0.3,"Very Good","F","VVS1",62.6,56,814,4.27,4.29,2.68 +"33015",0.4,"Very Good","E","VS2",59.1,60,814,4.81,4.84,2.85 +"33016",0.31,"Good","F","VS1",56.7,60,814,4.57,4.5,2.57 +"33017",0.31,"Fair","E","VS2",54.2,63,814,4.61,4.51,2.47 +"33018",0.31,"Ideal","F","VVS2",60.2,55,814,4.43,4.45,2.67 +"33019",0.33,"Ideal","E","VVS2",60.9,56,814,4.45,4.48,2.72 +"33020",0.33,"Ideal","E","VVS2",61.2,56,814,4.46,4.5,2.74 +"33021",0.33,"Ideal","E","VVS2",61.2,56,814,4.44,4.48,2.73 +"33022",0.3,"Ideal","D","VVS2",61.7,57,814,4.33,4.36,2.68 +"33023",0.3,"Ideal","D","VVS2",62,53,814,4.33,4.35,2.69 +"33024",0.3,"Ideal","D","VVS2",61.9,55,814,4.28,4.31,2.66 +"33025",0.3,"Ideal","D","VVS2",61.6,58,814,4.29,4.32,2.65 +"33026",0.3,"Ideal","D","VVS2",61.7,55,814,4.33,4.36,2.68 +"33027",0.3,"Ideal","D","VVS2",61.6,57,814,4.31,4.32,2.66 +"33028",0.3,"Ideal","D","VVS2",62.4,54,814,4.3,4.32,2.69 +"33029",0.3,"Ideal","D","VVS2",60.7,58,814,4.3,4.33,2.62 +"33030",0.3,"Ideal","D","VVS2",62.1,57,814,4.27,4.3,2.66 +"33031",0.3,"Ideal","D","VVS2",62.2,55,814,4.32,4.33,2.69 +"33032",0.32,"Ideal","G","VVS1",61.2,55,814,4.41,4.44,2.71 +"33033",0.32,"Ideal","G","VVS1",61.4,57,814,4.39,4.41,2.7 +"33034",0.32,"Ideal","G","VVS1",61.9,55,814,4.43,4.46,2.75 +"33035",0.32,"Ideal","G","VVS1",61.2,55,814,4.41,4.44,2.71 +"33036",0.32,"Ideal","G","VVS1",61.7,56,814,4.4,4.42,2.72 +"33037",0.32,"Ideal","G","VVS1",61.6,55,814,4.43,4.47,2.74 +"33038",0.32,"Ideal","G","VVS1",61.4,57,814,4.42,4.44,2.72 +"33039",0.32,"Ideal","G","VVS1",61.1,55,814,4.43,4.45,2.71 +"33040",0.32,"Ideal","G","VVS1",61.1,55,814,4.45,4.48,2.73 +"33041",0.32,"Ideal","G","VVS1",62.2,53,814,4.42,4.45,2.76 +"33042",0.32,"Ideal","G","VVS1",61.2,56,814,4.42,4.44,2.71 +"33043",0.32,"Ideal","G","VVS1",61.8,55,814,4.4,4.43,2.73 +"33044",0.32,"Ideal","G","VVS1",61.8,54,814,4.41,4.43,2.73 +"33045",0.32,"Ideal","G","VVS1",61.8,54,814,4.4,4.43,2.73 +"33046",0.3,"Ideal","F","VVS1",61.8,57,814,4.3,4.34,2.67 +"33047",0.3,"Ideal","F","VVS1",62.2,57,814,4.28,4.31,2.67 +"33048",0.3,"Ideal","F","VVS1",61.6,58,814,4.27,4.3,2.64 +"33049",0.3,"Ideal","F","VVS1",62.6,55,814,4.28,4.31,2.69 +"33050",0.3,"Ideal","F","VVS1",61.6,55,814,4.33,4.37,2.68 +"33051",0.3,"Ideal","F","VVS1",62.5,57,814,4.26,4.29,2.67 +"33052",0.3,"Ideal","F","VVS1",61.9,54,814,4.35,4.37,2.7 +"33053",0.3,"Ideal","F","VVS1",62.1,54,814,4.32,4.35,2.69 +"33054",0.3,"Ideal","F","VVS1",61.5,58,814,4.3,4.32,2.65 +"33055",0.3,"Ideal","F","VVS1",61.9,58,814,4.26,4.3,2.65 +"33056",0.3,"Ideal","F","VVS1",62.5,55,814,4.26,4.29,2.67 +"33057",0.3,"Ideal","F","VVS1",61.7,58,814,4.26,4.3,2.64 +"33058",0.3,"Ideal","F","VVS1",61.1,56,814,4.33,4.38,2.66 +"33059",0.3,"Ideal","F","VVS1",62,58,814,4.26,4.29,2.65 +"33060",0.3,"Ideal","F","VVS1",62.2,56,814,4.28,4.3,2.67 +"33061",0.3,"Ideal","F","VVS1",61.9,56,814,4.3,4.33,2.67 +"33062",0.3,"Ideal","F","VVS1",61.9,57,814,4.3,4.32,2.67 +"33063",0.3,"Ideal","F","VVS1",62.2,56,814,4.27,4.31,2.67 +"33064",0.32,"Ideal","H","IF",61.2,56,814,4.4,4.42,2.7 +"33065",0.32,"Ideal","H","IF",61.8,55,814,4.42,4.45,2.74 +"33066",0.32,"Ideal","H","IF",61.1,56,814,4.45,4.48,2.73 +"33067",0.32,"Ideal","H","IF",61.2,57,814,4.41,4.44,2.71 +"33068",0.32,"Ideal","H","IF",61.6,55,814,4.41,4.42,2.72 +"33069",0.32,"Ideal","H","IF",62.6,54,814,4.38,4.4,2.75 +"33070",0.32,"Ideal","H","IF",62,55,814,4.39,4.42,2.73 +"33071",0.32,"Ideal","H","IF",61.6,54,814,4.41,4.49,2.74 +"33072",0.32,"Ideal","H","IF",61.4,55,814,4.42,4.47,2.73 +"33073",0.32,"Ideal","H","IF",62.2,54,814,4.37,4.41,2.73 +"33074",0.32,"Ideal","H","IF",62.1,54,814,4.41,4.45,2.75 +"33075",0.4,"Good","D","VS2",64.4,56,814,4.62,4.67,2.99 +"33076",0.26,"Ideal","F","VVS1",62.7,55,814,4.1,4.07,2.56 +"33077",0.26,"Ideal","E","VVS1",61.7,56,814,4.11,4.09,2.53 +"33078",0.26,"Premium","E","VVS1",60.9,59,814,4.12,4.09,2.5 +"33079",0.42,"Premium","E","SI2",58.5,60,814,4.94,4.91,2.88 +"33080",0.47,"Premium","I","SI2",61.5,62,814,5.01,4.95,3.06 +"33081",0.3,"Premium","E","VS1",60.2,57,814,4.37,4.3,2.61 +"33082",0.3,"Premium","E","VS1",61.4,59,814,4.32,4.28,2.64 +"33083",0.32,"Premium","E","VVS1",60.8,59,814,4.43,4.45,2.7 +"33084",0.32,"Ideal","E","VVS1",62.5,56,814,4.38,4.42,2.75 +"33085",0.3,"Good","E","VVS2",59.8,64,814,4.34,4.29,2.58 +"33086",0.32,"Ideal","D","VS1",61.4,57,814,4.4,4.43,2.71 +"33087",0.46,"Very Good","F","SI2",62.6,58,815,4.88,4.96,3.08 +"33088",0.29,"Very Good","F","IF",59.9,56,815,4.35,4.37,2.61 +"33089",0.37,"Ideal","G","VVS2",61.6,55,815,4.62,4.66,2.86 +"33090",0.29,"Ideal","E","VVS2",61.9,56,815,4.22,4.24,2.62 +"33091",0.31,"Ideal","D","VVS2",62.4,54,815,4.35,4.37,2.72 +"33092",0.31,"Ideal","D","VVS2",61.7,54,815,4.38,4.43,2.72 +"33093",0.37,"Ideal","H","VVS1",61.4,55,815,4.64,4.67,2.86 +"33094",0.37,"Ideal","H","VVS1",61.9,54,815,4.63,4.65,2.87 +"33095",0.37,"Ideal","H","VVS1",62,53,815,4.63,4.66,2.88 +"33096",0.31,"Ideal","F","VVS1",62.3,54,815,4.38,4.39,2.73 +"33097",0.31,"Ideal","F","VVS1",62,55,815,4.33,4.35,2.69 +"33098",0.29,"Ideal","F","VVS1",61.7,55,815,4.25,4.28,2.63 +"33099",0.4,"Ideal","H","VS1",61.1,57,815,4.74,4.78,2.91 +"33100",0.29,"Ideal","E","IF",61.9,57,815,4.25,4.29,2.64 +"33101",0.38,"Premium","D","SI1",59.1,58,815,4.77,4.74,2.81 +"33102",0.32,"Very Good","E","VVS2",61.6,54,816,4.43,4.46,2.74 +"33103",0.34,"Good","E","VS2",57,61,816,6.65,4.61,2.64 +"33104",0.32,"Ideal","E","VVS2",61.2,56,816,4.39,4.43,2.7 +"33105",0.32,"Ideal","E","VVS2",61.5,56,816,4.43,4.45,2.73 +"33106",0.32,"Ideal","E","VVS2",62.2,53,816,4.39,4.42,2.74 +"33107",0.39,"Ideal","G","VS2",62,57,816,4.68,4.74,2.92 +"33108",0.34,"Ideal","E","VS1",62.2,54.2,816,4.44,4.47,2.78 +"33109",0.4,"Good","G","VS2",59.6,63,816,4.77,4.81,2.85 +"33110",0.31,"Premium","E","VS1",61,60,816,4.37,4.35,2.66 +"33111",0.31,"Premium","E","VS1",61.9,56,816,4.37,4.32,2.69 +"33112",0.4,"Premium","G","SI1",58.3,62,816,4.86,4.81,2.82 +"33113",0.31,"Premium","D","VS2",62.5,52,816,4.4,4.37,2.74 +"33114",0.31,"Premium","D","VS2",61.7,58,816,4.37,4.32,2.68 +"33115",0.34,"Fair","F","VS2",64.7,55,816,4.52,4.41,2.89 +"33116",0.34,"Ideal","E","VS2",59.8,56,816,4.55,4.54,2.72 +"33117",0.31,"Ideal","D","VS2",62.1,55,816,4.38,4.32,2.7 +"33118",0.31,"Ideal","G","VVS1",62.5,57,816,4.31,4.36,2.71 +"33119",0.31,"Ideal","G","VVS1",62.5,55,816,4.33,4.34,2.71 +"33120",0.31,"Ideal","H","IF",60,57,816,4.39,4.41,2.64 +"33121",0.31,"Premium","E","VVS2",61.9,58,816,4.35,4.38,2.7 +"33122",0.31,"Ideal","E","VVS2",61,56,816,4.39,4.43,2.69 +"33123",0.39,"Ideal","I","VS1",62.5,54,816,4.67,4.7,2.92 +"33124",0.31,"Very Good","G","VVS1",63,58,816,4.29,4.32,2.71 +"33125",0.31,"Very Good","G","VVS1",62.5,57,816,4.3,4.4,2.72 +"33126",0.31,"Very Good","G","VVS1",60.4,59,816,4.37,4.41,2.65 +"33127",0.31,"Good","G","VVS1",63.5,57,816,4.3,4.33,2.74 +"33128",0.31,"Ideal","E","VVS2",61.7,56,816,4.33,4.36,2.68 +"33129",0.31,"Premium","G","VVS1",61.1,58,816,4.32,4.35,2.65 +"33130",0.31,"Ideal","E","VVS2",61.6,57,816,4.33,4.37,2.68 +"33131",0.31,"Very Good","E","VVS2",60.8,55,816,4.38,4.43,2.68 +"33132",0.31,"Ideal","H","IF",61.8,56,816,4.36,4.38,2.7 +"33133",0.31,"Premium","G","VVS1",60.7,58,816,4.37,4.4,2.66 +"33134",0.31,"Ideal","G","VVS1",61.9,55,816,4.3,4.36,2.68 +"33135",0.31,"Ideal","G","VVS1",61.2,56,816,4.34,4.38,2.67 +"33136",0.31,"Premium","E","VVS2",61.4,58,816,4.33,4.36,2.67 +"33137",0.31,"Premium","E","VVS2",61.3,60,816,4.33,4.35,2.66 +"33138",0.31,"Ideal","E","VVS2",60.8,57,816,4.36,4.39,2.66 +"33139",0.31,"Very Good","G","VVS1",59.9,62,816,4.35,4.37,2.61 +"33140",0.31,"Premium","G","VVS1",62.1,59,816,4.34,4.39,2.71 +"33141",0.31,"Good","G","VVS1",63.4,57,816,4.32,4.36,2.75 +"33142",0.31,"Ideal","G","VVS1",59.5,56,816,4.41,4.43,2.63 +"33143",0.31,"Ideal","G","VVS1",60.6,57,816,4.38,4.4,2.66 +"33144",0.31,"Premium","G","VVS1",62.2,59,816,4.3,4.32,2.68 +"33145",0.31,"Premium","H","IF",61,58,816,4.34,4.38,2.66 +"33146",0.31,"Good","G","VVS1",63.1,56,816,4.33,4.35,2.74 +"33147",0.31,"Ideal","G","VVS1",61.6,56,816,4.35,4.39,2.69 +"33148",0.31,"Ideal","G","VVS1",60.8,56,816,4.36,4.39,2.66 +"33149",0.31,"Very Good","G","VVS1",62.1,59,816,4.32,4.35,2.69 +"33150",0.31,"Premium","G","VVS1",61.2,59,816,4.32,4.34,2.65 +"33151",0.31,"Premium","G","VVS1",61.4,58,816,4.32,4.35,2.66 +"33152",0.31,"Premium","E","VVS2",60.4,59,816,4.34,4.37,2.63 +"33153",0.31,"Ideal","G","VVS1",61.7,57,816,4.34,4.38,2.69 +"33154",0.31,"Premium","G","VVS1",59.5,60,816,4.39,4.41,2.62 +"33155",0.31,"Premium","G","VVS1",60.5,60,816,4.33,4.4,2.64 +"33156",0.31,"Very Good","G","VVS1",62.8,53,816,4.34,4.36,2.73 +"33157",0.31,"Very Good","G","VVS1",62.6,61,816,4.28,4.31,2.69 +"33158",0.31,"Ideal","G","VVS1",62.5,54,816,4.33,4.37,2.72 +"33159",0.31,"Ideal","H","IF",62.1,54,816,4.33,4.37,2.7 +"33160",0.31,"Premium","H","IF",61.7,58,816,4.33,4.36,2.68 +"33161",0.31,"Ideal","E","VVS2",61.6,55,816,4.35,4.38,2.69 +"33162",0.31,"Premium","G","VVS1",60.2,59,816,4.38,4.43,2.65 +"33163",0.31,"Ideal","G","VVS1",60.7,57,816,4.37,4.4,2.66 +"33164",0.31,"Very Good","E","VVS2",61.4,60,816,4.34,4.36,2.67 +"33165",0.39,"Very Good","I","VVS2",62.7,58,817,4.65,4.67,2.92 +"33166",0.36,"Ideal","F","VVS2",61.4,56,817,4.58,4.61,2.82 +"33167",0.25,"Ideal","F","VVS1",61.3,58,817,4.04,4.08,2.49 +"33168",0.38,"Ideal","G","VS1",62.3,55,817,4.63,4.68,2.9 +"33169",0.36,"Ideal","E","VS1",61.8,56,817,4.55,4.58,2.82 +"33170",0.3,"Ideal","D","VS1",61.9,54.1,817,4.28,4.33,2.67 +"33171",0.37,"Premium","G","VS1",58.4,59,817,4.76,4.69,2.76 +"33172",0.43,"Very Good","G","VS1",58.4,60,817,4.95,4.98,2.9 +"33173",0.38,"Very Good","D","VS2",58.5,59,818,4.76,4.82,2.8 +"33174",0.43,"Ideal","G","SI1",61.7,55,818,4.89,4.87,3.01 +"33175",0.41,"Premium","E","SI2",59.5,62,818,4.84,4.8,2.87 +"33176",0.41,"Ideal","E","SI2",63,57,818,4.73,4.7,2.97 +"33177",0.41,"Very Good","E","SI2",63.4,58,818,4.75,4.71,3 +"33178",0.41,"Premium","E","SI2",62.8,58,818,4.73,4.69,2.96 +"33179",0.41,"Very Good","E","SI2",63.3,56,818,4.73,4.69,2.98 +"33180",0.41,"Very Good","E","SI2",63.5,55,818,4.73,4.69,2.99 +"33181",0.41,"Very Good","E","SI2",63.2,58,818,4.72,4.68,2.97 +"33182",0.41,"Good","E","SI2",63.8,57,818,4.75,4.68,3.01 +"33183",0.41,"Premium","D","SI2",62.3,61,818,4.75,4.72,2.95 +"33184",0.41,"Very Good","D","SI2",63.1,54,818,4.75,4.72,2.99 +"33185",0.41,"Fair","E","SI2",64.7,55,818,4.7,4.67,3.03 +"33186",0.37,"Very Good","E","VS1",62.8,55,818,4.61,4.63,2.9 +"33187",0.37,"Good","E","VS1",63.3,56,818,4.58,4.61,2.91 +"33188",0.4,"Very Good","H","VS1",61.3,59,818,4.79,4.74,2.92 +"33189",0.34,"Very Good","E","VVS2",61.6,58,819,4.5,4.53,2.78 +"33190",0.34,"Very Good","G","VVS1",61.7,56,819,4.49,4.51,2.78 +"33191",0.34,"Very Good","G","VVS1",60.9,57,819,4.53,4.56,2.76 +"33192",0.36,"Ideal","F","VS1",61.6,56,819,4.62,4.64,2.85 +"33193",0.3,"Premium","G","VVS2",60.4,60,819,4.34,4.3,2.61 +"33194",0.3,"Very Good","H","VVS1",63.1,54,819,4.34,4.28,2.72 +"33195",0.3,"Premium","H","VVS1",61.1,61,819,4.3,4.27,2.62 +"33196",0.3,"Ideal","H","VVS1",62.6,56,819,4.28,4.25,2.67 +"33197",0.3,"Very Good","G","VVS2",59.7,63,819,4.37,4.34,2.6 +"33198",0.3,"Ideal","G","VVS2",62.2,54,819,4.33,4.29,2.68 +"33199",0.3,"Ideal","G","VVS2",62.9,55,819,4.31,4.28,2.7 +"33200",0.3,"Premium","G","VVS2",62.9,58,819,4.29,4.26,2.69 +"33201",0.3,"Fair","G","VVS2",64.4,58,819,4.21,4.17,2.7 +"33202",0.4,"Ideal","G","VS1",62.3,57,819,4.68,4.73,2.93 +"33203",0.37,"Very Good","D","VS1",61.1,58,820,4.66,4.7,2.86 +"33204",0.35,"Ideal","G","VVS2",61.8,55,820,4.53,4.56,2.81 +"33205",0.39,"Ideal","I","VVS1",62.5,53.1,820,4.68,4.7,2.93 +"33206",0.33,"Ideal","G","VVS1",61.4,55,820,4.46,4.48,2.74 +"33207",0.33,"Ideal","G","VVS1",62.4,56,820,4.41,4.45,2.76 +"33208",0.4,"Ideal","J","SI1",61.2,56,820,4.77,4.81,2.93 +"33209",0.33,"Ideal","H","IF",61.6,55,820,4.44,4.47,2.74 +"33210",0.4,"Good","G","VS1",59.6,61,820,4.8,4.86,2.88 +"33211",0.27,"Premium","F","IF",61.7,57,820,4.21,4.12,2.57 +"33212",0.36,"Very Good","G","VS1",60.7,57.1,821,4.57,4.65,2.79 +"33213",0.32,"Ideal","H","VVS1",61.3,57,821,4.41,4.43,2.71 +"33214",0.31,"Ideal","F","VS1",61.2,56,821,4.4,4.42,2.7 +"33215",0.31,"Ideal","F","VS1",61.4,55,821,4.39,4.4,2.7 +"33216",0.31,"Ideal","F","IF",62.3,57,821,4.25,4.29,2.66 +"33217",0.4,"Premium","E","SI2",60.5,59,821,4.78,4.74,2.88 +"33218",0.34,"Premium","G","VS1",62.2,55,821,4.52,4.48,2.8 +"33219",0.36,"Very Good","G","VVS1",62.8,57,821,4.52,4.55,2.85 +"33220",0.39,"Ideal","F","VS2",60,57,821,4.7,4.76,2.84 +"33221",0.39,"Very Good","F","VS2",58.8,59,821,4.8,4.83,2.83 +"33222",0.36,"Ideal","G","VVS2",62.3,56,821,4.53,4.56,2.83 +"33223",0.39,"Premium","I","VVS1",61.5,59,821,4.67,4.7,2.88 +"33224",0.39,"Very Good","F","VS2",62.4,58,821,4.61,4.65,2.89 +"33225",0.39,"Very Good","F","VS2",58.4,62,821,4.76,4.79,2.79 +"33226",0.36,"Ideal","H","VVS1",62.3,56,821,4.54,4.57,2.84 +"33227",0.36,"Very Good","G","VVS2",61.9,58,821,4.54,4.6,2.83 +"33228",0.4,"Very Good","G","VS1",61.8,58,822,4.69,4.72,2.91 +"33229",0.38,"Ideal","F","VS2",61.3,57,822,4.65,4.68,2.86 +"33230",0.33,"Ideal","D","VS2",61.1,56,822,4.5,4.54,2.76 +"33231",0.41,"Very Good","G","VS1",60.5,56,823,4.83,4.85,2.93 +"33232",0.39,"Premium","F","SI1",60.1,59,823,4.77,4.74,2.86 +"33233",0.37,"Ideal","D","SI1",61.1,57,823,4.63,4.64,2.83 +"33234",0.4,"Good","H","VVS2",59.1,61,823,4.79,4.82,2.84 +"33235",0.42,"Ideal","G","VS1",61,56,823,4.82,4.86,2.95 +"33236",0.42,"Ideal","H","VVS2",62,57,823,4.79,4.82,2.98 +"33237",0.33,"Ideal","F","VVS2",61.1,55,824,4.46,4.48,2.73 +"33238",0.33,"Ideal","F","VVS2",60.7,57,824,4.48,4.51,2.73 +"33239",0.33,"Ideal","F","VVS2",61.4,57,824,4.43,4.46,2.73 +"33240",0.36,"Ideal","I","VVS1",61.7,56,824,4.59,4.62,2.84 +"33241",0.41,"Ideal","I","VS1",61.9,55,824,4.79,4.81,2.97 +"33242",0.41,"Ideal","F","SI1",61.4,56,824,4.77,4.8,2.94 +"33243",0.41,"Ideal","E","SI1",61.2,55,824,4.8,4.84,2.95 +"33244",0.31,"Ideal","G","VS1",61,56,824,4.4,4.35,2.67 +"33245",0.34,"Very Good","F","VVS2",61.9,57,825,4.48,4.52,2.78 +"33246",0.34,"Very Good","F","VVS2",61,56,825,4.51,4.53,2.76 +"33247",0.36,"Very Good","F","VS1",59.9,58.6,825,4.62,4.66,2.77 +"33248",0.36,"Very Good","F","VS1",60.1,59,825,4.62,4.66,2.78 +"33249",0.4,"Ideal","G","VS2",60.9,58,825,4.76,4.79,2.91 +"33250",0.45,"Ideal","I","VS1",61.6,54,825,4.95,4.99,3.06 +"33251",0.45,"Ideal","I","VS1",61.9,54,825,4.95,4.97,3.07 +"33252",0.45,"Ideal","I","VS1",62.1,55,825,4.9,4.92,3.05 +"33253",0.32,"Ideal","E","VS1",61.5,55,825,4.43,4.45,2.73 +"33254",0.32,"Ideal","E","VS1",61.8,56,825,4.4,4.43,2.73 +"33255",0.32,"Ideal","E","VS1",61,54,825,4.44,4.46,2.72 +"33256",0.32,"Ideal","E","VS1",61.1,55,825,4.44,4.46,2.72 +"33257",0.32,"Ideal","E","VS1",62.3,54,825,4.37,4.4,2.73 +"33258",0.28,"Ideal","F","IF",62,53,825,4.23,4.29,2.64 +"33259",0.3,"Good","D","VVS1",63.3,61,825,4.21,4.23,2.67 +"33260",0.37,"Good","D","VS1",62.1,54,825,4.67,4.73,2.92 +"33261",0.42,"Premium","D","VS2",61.3,58,825,4.8,4.83,2.95 +"33262",0.34,"Ideal","E","VVS2",62.3,55,826,4.49,4.53,2.81 +"33263",0.3,"Ideal","E","VVS1",59.5,60,826,4.36,4.38,2.6 +"33264",0.3,"Ideal","E","VVS1",60,60,826,4.37,4.39,2.63 +"33265",0.3,"Ideal","E","VVS1",62.4,55,826,4.32,4.34,2.7 +"33266",0.3,"Ideal","E","VVS1",62.6,54,826,4.28,4.31,2.69 +"33267",0.3,"Ideal","E","VVS1",62.3,55,826,4.29,4.32,2.68 +"33268",0.4,"Ideal","I","VS1",60.9,56,826,4.76,4.8,2.91 +"33269",0.3,"Ideal","G","IF",62.6,54,826,4.3,4.33,2.7 +"33270",0.34,"Good","G","VVS2",58,61,826,4.56,4.58,2.65 +"33271",0.32,"Premium","H","SI1",60.9,60,461,4.4,4.43,2.69 +"33272",0.32,"Good","H","SI1",63.5,57,461,4.34,4.39,2.77 +"33273",0.32,"Very Good","H","SI1",61.8,56,461,4.4,4.43,2.73 +"33274",0.32,"Good","H","SI1",63.4,55,461,4.36,4.38,2.77 +"33275",0.28,"Very Good","I","VS1",60.9,57,462,4.22,4.25,2.58 +"33276",0.26,"Ideal","H","VS1",62.2,55,462,4.06,4.11,2.54 +"33277",0.28,"Ideal","H","VS1",62.2,54,462,4.19,4.23,2.62 +"33278",0.23,"Good","F","VVS2",61.2,62,462,3.95,3.99,2.43 +"33279",0.25,"Good","D","VVS2",64.6,56,462,3.97,3.99,2.57 +"33280",0.23,"Good","E","VVS1",62.8,62,462,3.9,3.93,2.46 +"33281",0.31,"Very Good","G","SI1",61.5,59,462,4.34,4.38,2.68 +"33282",0.31,"Premium","G","SI1",62.1,58,462,4.33,4.36,2.7 +"33283",0.31,"Good","D","SI2",63.7,58,462,4.27,4.3,2.73 +"33284",0.31,"Very Good","D","SI2",61.8,60,462,4.33,4.37,2.69 +"33285",0.31,"Very Good","D","SI2",62.9,54,462,4.3,4.35,2.72 +"33286",0.31,"Very Good","D","SI2",62.8,53,462,4.35,4.37,2.74 +"33287",0.31,"Good","D","SI2",63.6,54,462,4.31,4.34,2.75 +"33288",0.31,"Very Good","G","SI1",62.8,55,462,4.32,4.38,2.73 +"33289",0.31,"Ideal","G","SI1",62.2,55,462,4.36,4.38,2.72 +"33290",0.31,"Premium","G","SI1",61.8,60,462,4.32,4.35,2.68 +"33291",0.31,"Very Good","D","SI2",62.5,55,462,4.3,4.34,2.7 +"33292",0.31,"Very Good","D","SI2",62.7,59,462,4.3,4.35,2.71 +"33293",0.31,"Premium","D","SI2",62.1,59,462,4.31,4.35,2.69 +"33294",0.31,"Premium","D","SI2",60.1,58,462,4.38,4.4,2.64 +"33295",0.31,"Very Good","G","SI1",63,58,462,4.3,4.34,2.72 +"33296",0.31,"Premium","D","SI2",60.1,60,462,4.38,4.41,2.64 +"33297",0.31,"Good","G","SI1",63.2,54,462,4.31,4.33,2.73 +"33298",0.31,"Ideal","D","SI2",62.1,57,462,4.32,4.34,2.69 +"33299",0.31,"Good","G","SI1",63.6,57,462,4.29,4.33,2.74 +"33300",0.31,"Ideal","G","SI1",62.2,55,462,4.35,4.36,2.71 +"33301",0.31,"Good","E","VVS1",59,59,826,4.4,4.42,2.6 +"33302",0.51,"Premium","E","I1",58,60,826,5.29,5.23,3.05 +"33303",0.4,"Good","F","VS2",63.4,54.4,826,4.68,4.73,2.99 +"33304",0.31,"Very Good","D","VVS1",61.1,56,826,4.35,4.42,2.68 +"33305",0.38,"Very Good","J","IF",60.9,61,827,4.66,4.73,2.86 +"33306",0.33,"Ideal","H","VVS2",61.3,56,827,4.43,4.47,2.73 +"33307",0.28,"Ideal","D","VVS2",61.1,55,827,4.23,4.28,2.6 +"33308",0.4,"Good","D","VS2",61.2,62,827,4.7,4.75,2.89 +"33309",0.41,"Good","F","VS1",64.4,57,827,4.67,4.71,3.02 +"33310",0.41,"Good","E","VS1",62.8,58,827,4.67,4.7,2.94 +"33311",0.35,"Very Good","D","SI1",63.3,57,827,4.53,4.51,2.86 +"33312",0.35,"Ideal","D","SI1",62.3,55,827,4.56,4.52,2.83 +"33313",0.35,"Ideal","D","SI1",60.7,57,827,4.57,4.53,2.76 +"33314",0.35,"Premium","D","SI1",60.2,57,827,4.61,4.56,2.76 +"33315",0.35,"Ideal","D","SI1",61.6,57,827,4.55,4.54,2.8 +"33316",0.35,"Premium","D","SI1",61.8,59,827,4.56,4.54,2.81 +"33317",0.35,"Premium","D","SI1",61,60,827,4.58,4.54,2.78 +"33318",0.35,"Premium","D","SI1",60.1,61,827,4.59,4.56,2.75 +"33319",0.35,"Ideal","D","SI1",60.8,55,827,4.59,4.56,2.78 +"33320",0.35,"Ideal","D","SI1",61.6,55,827,4.56,4.53,2.8 +"33321",0.35,"Premium","D","SI1",62.1,58,827,4.54,4.51,2.81 +"33322",0.35,"Ideal","D","SI1",62.3,55,827,4.54,4.51,2.82 +"33323",0.35,"Premium","D","SI1",60.9,58,827,4.55,4.52,2.76 +"33324",0.35,"Ideal","D","SI1",62.3,57,827,4.52,4.5,2.81 +"33325",0.35,"Ideal","D","SI1",61.6,56,827,4.53,4.49,2.78 +"33326",0.35,"Ideal","D","SI1",62.7,56,827,4.51,4.49,2.82 +"33327",0.35,"Ideal","D","SI1",63,57,827,4.52,4.46,2.83 +"33328",0.35,"Ideal","D","SI1",61.3,57,827,4.57,4.54,2.79 +"33329",0.38,"Ideal","F","SI2",60.6,56,827,4.73,4.7,2.86 +"33330",0.5,"Fair","F","I1",57.5,66,827,5.3,5.17,3.01 +"33331",0.41,"Ideal","I","VVS2",61.6,57,827,4.76,4.78,2.94 +"33332",0.41,"Very Good","G","VS2",60.9,61,827,4.74,4.75,2.89 +"33333",0.41,"Good","I","VVS2",63.5,57,827,4.72,4.76,3.01 +"33334",0.41,"Very Good","G","VS2",59.8,61,827,4.78,4.82,2.87 +"33335",0.32,"Ideal","F","VVS1",61.1,56,827,4.42,4.45,2.71 +"33336",0.41,"Premium","G","VS2",59.8,58,827,4.8,4.84,2.88 +"33337",0.41,"Premium","G","VS2",59.2,58,827,4.8,4.83,2.85 +"33338",0.41,"Ideal","G","VS2",61.4,54,827,4.77,4.84,2.95 +"33339",0.41,"Ideal","G","VS2",62.1,57,827,4.72,4.78,2.95 +"33340",0.41,"Premium","G","VS2",60.8,59,827,4.78,4.8,2.91 +"33341",0.41,"Premium","I","VVS2",62.4,60,827,4.7,4.73,2.94 +"33342",0.41,"Very Good","G","VS2",59.9,59,827,4.82,4.86,2.9 +"33343",0.41,"Premium","G","VS2",59.7,59,827,4.81,4.84,2.88 +"33344",0.41,"Ideal","H","VS1",62.7,56,827,4.73,4.77,2.98 +"33345",0.41,"Premium","G","VS2",62.4,58,827,4.72,4.76,2.96 +"33346",0.41,"Premium","G","VS2",62.6,58,827,4.71,4.74,2.96 +"33347",0.41,"Ideal","G","VS2",62.7,56,827,4.71,4.76,2.97 +"33348",0.41,"Premium","G","VS2",61.8,59,827,4.72,4.76,2.93 +"33349",0.41,"Premium","G","VS2",61.4,59,827,4.75,4.79,2.93 +"33350",0.41,"Ideal","G","VS2",62.4,55,827,4.73,4.76,2.96 +"33351",0.41,"Premium","G","VS2",60.9,58,827,4.8,4.83,2.93 +"33352",0.41,"Ideal","G","VS2",62.7,55,827,4.75,4.79,2.99 +"33353",0.41,"Premium","G","VS2",61.9,59,827,4.73,4.77,2.94 +"33354",0.41,"Ideal","G","VS2",59.8,57,827,4.81,4.85,2.89 +"33355",0.41,"Very Good","G","VS2",61,56,827,4.81,4.83,2.94 +"33356",0.41,"Premium","G","VS2",62.6,59,827,4.73,4.76,2.97 +"33357",0.41,"Premium","G","VS2",61.5,58,827,4.8,4.82,2.96 +"33358",0.41,"Good","I","VVS2",63.9,55,827,4.71,4.74,3.02 +"33359",0.41,"Ideal","G","VS2",62.7,56,827,4.74,4.77,2.98 +"33360",0.41,"Good","J","IF",63.5,54,827,4.7,4.75,3 +"33361",0.41,"Very Good","I","VVS2",62.9,58,827,4.71,4.74,2.97 +"33362",0.41,"Very Good","G","VS2",62.9,59,827,4.7,4.75,2.97 +"33363",0.41,"Ideal","G","VS2",60.9,57,827,4.79,4.84,2.93 +"33364",0.41,"Ideal","G","VS2",62.4,54,827,4.78,4.81,2.99 +"33365",0.41,"Ideal","H","VS1",61.9,56,827,4.75,4.78,2.95 +"33366",0.41,"Premium","G","VS2",61.6,58,827,4.73,4.78,2.93 +"33367",0.41,"Ideal","G","VS2",61.4,55,827,4.75,4.8,2.93 +"33368",0.41,"Very Good","H","VS1",62,56,827,4.74,4.78,2.95 +"33369",0.41,"Very Good","G","VS2",61.3,57,827,4.76,4.8,2.93 +"33370",0.41,"Very Good","H","VS1",62.8,59,827,4.73,4.64,2.94 +"33371",0.41,"Ideal","I","VVS2",61.7,56,827,4.77,4.8,2.95 +"33372",0.41,"Premium","H","VS1",62.6,60,827,4.75,4.77,2.98 +"33373",0.41,"Very Good","G","VS2",61.7,61,827,4.7,4.74,2.91 +"33374",0.41,"Premium","G","VS2",61.8,58,827,4.75,4.77,2.94 +"33375",0.41,"Ideal","G","VS2",62.5,56,827,4.72,4.75,2.96 +"33376",0.41,"Ideal","I","VVS2",62.3,56,827,4.73,4.77,2.96 +"33377",0.41,"Good","I","VVS2",63.1,56,827,4.72,4.75,2.99 +"33378",0.41,"Ideal","G","VS2",62.7,56,827,4.72,4.76,2.97 +"33379",0.41,"Premium","I","VVS2",59.9,58,827,4.81,4.87,2.9 +"33380",0.41,"Ideal","G","VS2",62.5,54,827,4.75,4.78,2.98 +"33381",0.41,"Premium","I","VVS2",62.1,58,827,4.76,4.78,2.96 +"33382",0.41,"Premium","G","VS2",61.4,59,827,4.75,4.79,2.93 +"33383",0.41,"Good","J","IF",63.6,54,827,4.72,4.75,3.01 +"33384",0.41,"Ideal","G","VS2",62.2,57,827,4.71,4.74,2.94 +"33385",0.34,"Ideal","E","VS1",62.4,54,827,4.45,4.49,2.79 +"33386",0.32,"Ideal","E","VVS1",62.2,55,827,4.37,4.41,2.73 +"33387",0.32,"Ideal","E","VVS1",61.6,56,827,4.37,4.43,2.71 +"33388",0.41,"Ideal","H","VS1",61.8,56,827,4.77,4.81,2.96 +"33389",0.36,"Ideal","F","VVS2",61.5,55,828,4.59,4.62,2.83 +"33390",0.31,"Ideal","D","VVS2",61.8,54,828,4.36,4.38,2.7 +"33391",0.31,"Ideal","D","VVS2",61.5,56,828,4.39,4.43,2.71 +"33392",0.32,"Ideal","F","VVS1",61,56,828,4.42,4.47,2.71 +"33393",0.33,"Ideal","F","VVS1",60.6,59,828,4.45,4.5,2.71 +"33394",0.31,"Ideal","F","VVS1",62.1,54,828,4.35,4.38,2.71 +"33395",0.31,"Ideal","F","VVS1",62.4,55,828,4.33,4.36,2.71 +"33396",0.31,"Ideal","F","VVS1",62,55,828,4.34,4.37,2.7 +"33397",0.44,"Ideal","J","VS2",62.3,54,828,4.89,4.86,3.04 +"33398",0.39,"Ideal","F","VS2",62.1,53,828,4.73,4.77,2.95 +"33399",0.32,"Ideal","D","VS2",61,56,828,4.41,4.44,2.7 +"33400",0.4,"Ideal","I","VS1",62,54,828,4.72,4.75,2.94 +"33401",0.36,"Ideal","E","VS1",62,55,828,4.58,4.6,2.85 +"33402",0.47,"Fair","E","SI1",65.2,59,828,4.75,4.82,3.12 +"33403",0.28,"Ideal","F","IF",62.4,55,828,4.2,4.17,2.61 +"33404",0.28,"Premium","E","VVS2",60.1,59,828,4.26,4.22,2.55 +"33405",0.28,"Ideal","E","VVS1",62,56,828,4.23,4.19,2.61 +"33406",0.28,"Ideal","E","VVS2",62.4,56,828,4.2,4.16,2.61 +"33407",0.28,"Ideal","E","VVS2",62.1,56,828,4.21,4.19,2.61 +"33408",0.28,"Ideal","E","VVS2",60.3,57,828,4.25,4.21,2.55 +"33409",0.28,"Premium","E","VVS1",62.9,52,828,4.21,4.18,2.64 +"33410",0.28,"Premium","E","VVS1",61.1,60,828,4.21,4.17,2.56 +"33411",0.28,"Premium","E","VVS1",61.3,60,828,4.21,4.18,2.57 +"33412",0.32,"Ideal","G","VS1",60.8,57,828,4.42,4.39,2.68 +"33413",0.32,"Good","F","VS2",63.6,57,828,4.37,4.34,2.77 +"33414",0.32,"Premium","H","VVS2",61,58,828,4.44,4.41,2.7 +"33415",0.32,"Premium","H","VVS2",61.6,55,828,4.44,4.42,2.73 +"33416",0.32,"Premium","H","VVS2",60.2,60,828,4.48,4.45,2.69 +"33417",0.32,"Premium","H","VVS2",62.3,58,828,4.37,4.33,2.71 +"33418",0.32,"Very Good","H","VVS2",63.4,56,828,4.37,4.34,2.76 +"33419",0.32,"Premium","H","VVS2",62.1,58,828,4.39,4.34,2.71 +"33420",0.32,"Ideal","H","VVS2",62.9,57,828,4.39,4.36,2.75 +"33421",0.32,"Ideal","H","VVS2",61.9,55,828,4.39,4.37,2.71 +"33422",0.32,"Ideal","H","VVS2",61.7,56,828,4.42,4.37,2.71 +"33423",0.32,"Ideal","H","VVS2",61.8,55,828,4.42,4.38,2.72 +"33424",0.32,"Ideal","H","VVS2",61.8,55,828,4.42,4.38,2.72 +"33425",0.32,"Ideal","H","VVS2",62,55,828,4.42,4.39,2.73 +"33426",0.32,"Ideal","H","VVS2",61.2,56,828,4.43,4.4,2.7 +"33427",0.32,"Premium","G","VS1",59.2,59,828,4.47,4.45,2.64 +"33428",0.32,"Ideal","G","VS1",61.3,55,828,4.46,4.42,2.72 +"33429",0.32,"Ideal","G","VS1",60.5,56,828,4.44,4.42,2.68 +"33430",0.32,"Ideal","G","VS1",61.2,56,828,4.44,4.42,2.71 +"33431",0.32,"Ideal","G","VS1",61.8,55,828,4.45,4.42,2.74 +"33432",0.32,"Premium","G","VS1",62.1,56,828,4.43,4.4,2.74 +"33433",0.32,"Premium","G","VS1",60.6,60,828,4.44,4.4,2.68 +"33434",0.32,"Premium","G","VS1",62.1,55,828,4.44,4.41,2.75 +"33435",0.32,"Ideal","G","VS1",61.2,56,828,4.45,4.41,2.71 +"33436",0.32,"Ideal","G","VS1",62.1,55,828,4.42,4.4,2.74 +"33437",0.32,"Ideal","G","VS1",61.2,57,828,4.43,4.4,2.7 +"33438",0.32,"Premium","G","VS1",61.3,62,828,4.42,4.39,2.7 +"33439",0.32,"Premium","G","VS1",61,59,828,4.43,4.39,2.69 +"33440",0.32,"Ideal","G","VS1",61.7,55,828,4.43,4.39,2.72 +"33441",0.32,"Ideal","G","VS1",61.9,55,828,4.43,4.39,2.73 +"33442",0.32,"Ideal","G","VS1",61.6,57,828,4.42,4.38,2.71 +"33443",0.32,"Ideal","G","VS1",62.8,54,828,4.41,4.38,2.76 +"33444",0.32,"Ideal","G","VS1",61.6,56,828,4.42,4.38,2.71 +"33445",0.32,"Ideal","G","VS1",62.1,55,828,4.41,4.38,2.73 +"33446",0.32,"Premium","G","VS1",61.7,58,828,4.41,4.38,2.71 +"33447",0.32,"Ideal","G","VS1",62.9,57,828,4.4,4.37,2.76 +"33448",0.32,"Ideal","G","VS1",61.7,55,828,4.41,4.37,2.71 +"33449",0.32,"Ideal","G","VS1",62,56,828,4.41,4.37,2.72 +"33450",0.32,"Ideal","G","VS1",63,55,828,4.38,4.35,2.75 +"33451",0.32,"Ideal","G","VS1",62,56,828,4.39,4.35,2.71 +"33452",0.32,"Premium","G","VS1",62.4,58,828,4.4,4.35,2.73 +"33453",0.32,"Premium","G","VS1",61.4,58,828,4.4,4.36,2.69 +"33454",0.32,"Premium","G","VS1",62.1,58,828,4.39,4.37,2.72 +"33455",0.32,"Ideal","G","VS1",62.3,54,828,4.39,4.37,2.73 +"33456",0.32,"Ideal","G","VS1",62.3,56,828,4.39,4.37,2.73 +"33457",0.32,"Very Good","G","VS1",63.2,55,828,4.39,4.37,2.77 +"33458",0.32,"Ideal","G","VS1",61.3,57,828,4.4,4.37,2.69 +"33459",0.32,"Ideal","G","VS1",62.3,55,828,4.4,4.37,2.73 +"33460",0.32,"Premium","G","VS1",62.8,58,828,4.39,4.34,2.74 +"33461",0.32,"Premium","G","VS1",61.8,60,828,4.36,4.35,2.69 +"33462",0.32,"Premium","G","VS1",62.8,59,828,4.37,4.33,2.73 +"33463",0.32,"Premium","F","VS2",59.4,58,828,4.48,4.44,2.65 +"33464",0.32,"Ideal","F","VS2",61.1,57,828,4.47,4.44,2.72 +"33465",0.32,"Premium","F","VS2",59.5,61,828,4.46,4.42,2.64 +"33466",0.32,"Premium","F","VS2",60.7,58,828,4.45,4.41,2.69 +"33467",0.32,"Ideal","F","VS2",61.9,56,828,4.44,4.41,2.74 +"33468",0.32,"Premium","F","VS2",60.8,58,828,4.44,4.41,2.69 +"33469",0.32,"Ideal","F","VS2",61.2,56,828,4.44,4.41,2.71 +"33470",0.32,"Premium","F","VS2",59.7,59,828,4.44,4.41,2.64 +"33471",0.32,"Ideal","F","VS2",60.3,55,828,4.45,4.4,2.67 +"33472",0.32,"Ideal","F","VS2",61.3,56,828,4.43,4.41,2.71 +"33473",0.32,"Ideal","F","VS2",62.4,55,828,4.43,4.41,2.76 +"33474",0.32,"Ideal","F","VS2",61.1,57,828,4.44,4.4,2.7 +"33475",0.32,"Premium","F","VS2",61.2,59,828,4.42,4.4,2.7 +"33476",0.32,"Ideal","F","VS2",61.5,56,828,4.42,4.4,2.71 +"33477",0.32,"Ideal","F","VS2",61.5,55,828,4.42,4.4,2.71 +"33478",0.32,"Premium","F","VS2",60.2,59,828,4.43,4.4,2.66 +"33479",0.32,"Ideal","F","VS2",61.6,57,828,4.43,4.4,2.72 +"33480",0.32,"Ideal","F","VS2",61.6,55,828,4.43,4.4,2.72 +"33481",0.32,"Premium","F","VS2",60.6,59,828,4.44,4.4,2.68 +"33482",0.32,"Ideal","F","VS2",61.7,55,828,4.41,4.4,2.72 +"33483",0.32,"Premium","F","VS2",61.5,58,828,4.42,4.39,2.71 +"33484",0.32,"Premium","F","VS2",61.1,58,828,4.42,4.39,2.69 +"33485",0.32,"Premium","F","VS2",61.4,60,828,4.42,4.38,2.7 +"33486",0.32,"Ideal","F","VS2",62.6,55,828,4.41,4.38,2.75 +"33487",0.32,"Premium","F","VS2",61.7,58,828,4.41,4.38,2.71 +"33488",0.32,"Ideal","F","VS2",62.4,54,828,4.4,4.38,2.74 +"33489",0.32,"Premium","F","VS2",61,61,828,4.41,4.38,2.68 +"33490",0.32,"Ideal","F","VS2",62.3,56,828,4.4,4.37,2.73 +"33491",0.32,"Ideal","F","VS2",62.5,56,828,4.38,4.36,2.73 +"33492",0.32,"Ideal","F","VS2",61.9,56,828,4.39,4.37,2.71 +"33493",0.32,"Ideal","F","VS2",61.3,57,828,4.4,4.37,2.69 +"33494",0.32,"Premium","F","VS2",61.3,60,828,4.4,4.37,2.69 +"33495",0.32,"Premium","F","VS2",62.1,59,828,4.41,4.35,2.72 +"33496",0.32,"Ideal","F","VS2",62.2,55,828,4.37,4.35,2.71 +"33497",0.32,"Ideal","F","VS2",62.4,56,828,4.37,4.35,2.72 +"33498",0.32,"Ideal","F","VS2",62.1,57,828,4.38,4.35,2.71 +"33499",0.32,"Ideal","F","VS2",62.8,57,828,4.36,4.33,2.73 +"33500",0.32,"Ideal","F","VS2",62.4,57,828,4.38,4.34,2.72 +"33501",0.32,"Ideal","F","VS2",62.8,53,828,4.38,4.34,2.74 +"33502",0.32,"Very Good","F","VS2",63.4,57,828,4.36,4.32,2.75 +"33503",0.32,"Very Good","F","VS2",63.2,58,828,4.35,4.32,2.74 +"33504",0.3,"Ideal","F","VS2",60.5,56,828,4.37,4.33,2.63 +"33505",0.32,"Ideal","G","VS1",61.2,56,828,4.43,4.39,2.7 +"33506",0.32,"Premium","G","VS1",62.5,60,828,4.35,4.29,2.7 +"33507",0.32,"Ideal","F","VS2",62.5,56,828,4.4,4.37,2.74 +"33508",0.44,"Premium","G","VS2",60.6,58,828,4.9,4.96,2.99 +"33509",0.4,"Very Good","J","IF",62.7,60,828,4.64,4.7,2.93 +"33510",0.4,"Very Good","J","IF",62.2,61,828,4.68,4.71,2.92 +"33511",0.4,"Ideal","J","IF",62.4,56,828,4.71,4.74,2.95 +"33512",0.33,"Ideal","F","VVS1",62.1,56,828,4.43,4.46,2.76 +"33513",0.4,"Ideal","J","IF",62.6,56,828,4.71,4.75,2.96 +"33514",0.32,"Premium","D","VS2",58.8,59,829,4.52,4.49,2.65 +"33515",0.44,"Very Good","F","SI1",62.8,59,829,4.88,4.91,3.07 +"33516",0.42,"Very Good","I","SI1",63.5,54,829,4.76,4.72,3.01 +"33517",0.33,"Premium","E","VS2",62,60,829,4.46,4.41,2.75 +"33518",0.32,"Ideal","F","VVS2",60.4,57,829,4.46,4.47,2.7 +"33519",0.33,"Ideal","F","VVS1",62,59,829,4.42,4.45,2.75 +"33520",0.41,"Ideal","H","VS1",61.6,57,829,4.77,4.81,2.95 +"33521",0.42,"Ideal","G","SI2",60.7,57,829,4.87,4.84,2.95 +"33522",0.34,"Ideal","E","VS2",62,56,829,4.48,4.46,2.77 +"33523",0.34,"Ideal","E","VS2",62.2,57,829,4.46,4.42,2.76 +"33524",0.47,"Fair","E","SI1",67.9,56,829,4.84,4.65,3.24 +"33525",0.35,"Ideal","E","VS1",62.3,56,829,4.5,4.52,2.81 +"33526",0.35,"Ideal","D","VS2",62.5,55,829,4.5,4.55,2.83 +"33527",0.35,"Ideal","D","VS2",61.8,56,829,4.51,4.55,2.8 +"33528",0.35,"Ideal","D","VS2",62.3,55,829,4.52,4.54,2.82 +"33529",0.35,"Premium","D","VS2",61.9,58,829,4.51,4.6,2.82 +"33530",0.35,"Very Good","E","VS1",62.3,60,829,4.5,4.52,2.81 +"33531",0.35,"Ideal","D","VS2",60.6,56,829,4.54,4.57,2.76 +"33532",0.35,"Ideal","D","VS2",61.9,55,829,4.5,4.54,2.8 +"33533",0.35,"Premium","D","VS2",60.4,58,829,4.53,4.58,2.75 +"33534",0.35,"Ideal","D","VS2",60.7,56,829,4.56,4.6,2.78 +"33535",0.35,"Ideal","D","VS2",61.8,55,829,4.53,4.56,2.81 +"33536",0.35,"Premium","D","VS2",62,58,829,4.54,4.56,2.82 +"33537",0.35,"Ideal","D","VS2",61.6,56,829,4.53,4.56,2.8 +"33538",0.35,"Ideal","D","VS2",62.4,57,829,4.51,4.56,2.83 +"33539",0.35,"Ideal","E","VS1",61.6,57,829,4.5,4.53,2.78 +"33540",0.35,"Premium","E","VS1",60.8,58,829,4.55,4.58,2.78 +"33541",0.35,"Ideal","D","VS2",61.3,56,829,4.54,4.56,2.79 +"33542",0.35,"Ideal","D","VS2",60.9,57,829,4.51,4.55,2.76 +"33543",0.35,"Ideal","E","VS1",61.2,56,829,4.53,4.55,2.78 +"33544",0.35,"Ideal","E","VS1",61.9,56,829,4.51,4.53,2.8 +"33545",0.35,"Ideal","D","VS2",62,55,829,4.47,4.53,2.79 +"33546",0.45,"Good","E","SI1",63.9,57,829,4.81,4.86,3.09 +"33547",0.35,"Ideal","D","VS2",62.4,55,829,4.48,4.52,2.81 +"33548",0.35,"Premium","D","VS2",59.7,58,829,4.57,4.61,2.74 +"33549",0.35,"Ideal","D","VS2",61.5,56,829,4.53,4.55,2.79 +"33550",0.31,"Very Good","F","VVS1",61.8,59,830,4.33,4.36,2.69 +"33551",0.35,"Ideal","F","VVS2",62.5,56,830,4.51,4.55,2.83 +"33552",0.42,"Ideal","H","VS1",61.8,55,830,4.82,4.85,2.99 +"33553",0.3,"Ideal","G","IF",62.3,52.8,830,4.29,4.33,2.69 +"33554",0.3,"Ideal","G","IF",62,54.4,830,4.3,4.32,2.67 +"33555",0.46,"Fair","H","VS2",65.6,58,830,4.8,4.84,3.16 +"33556",0.41,"Ideal","J","VS1",60.2,57,830,4.85,4.81,2.91 +"33557",0.41,"Premium","J","VS1",62,55,830,4.77,4.74,2.95 +"33558",0.41,"Premium","J","VS1",61.3,59,830,4.78,4.74,2.92 +"33559",0.41,"Premium","J","VS1",62.1,58,830,4.79,4.75,2.96 +"33560",0.41,"Ideal","J","VS1",62.1,56,830,4.79,4.75,2.96 +"33561",0.41,"Ideal","J","VS1",62.7,57,830,4.75,4.72,2.97 +"33562",0.41,"Premium","J","VS1",60.8,61,830,4.79,4.72,2.89 +"33563",0.41,"Good","J","VS1",63.7,56,830,4.71,4.68,2.99 +"33564",0.41,"Premium","F","SI2",60.8,58,830,4.83,4.78,2.92 +"33565",0.45,"Premium","I","SI2",60.1,59,830,4.96,4.92,3.02 +"33566",0.39,"Good","E","VS2",63.1,56,830,4.63,4.69,2.94 +"33567",0.43,"Premium","D","SI1",60.1,58,830,4.89,4.93,2.95 +"33568",0.43,"Ideal","D","SI1",61.5,56,830,4.82,4.87,2.98 +"33569",0.43,"Premium","D","SI1",61.1,59,830,4.83,4.89,2.97 +"33570",0.43,"Premium","D","SI1",61.2,58,830,4.83,4.87,2.97 +"33571",0.3,"Very Good","G","IF",61.4,59,831,4.27,4.3,2.63 +"33572",0.45,"Ideal","G","SI1",61.6,54,831,4.96,4.98,3.06 +"33573",0.38,"Very Good","D","SI1",62.2,53.8,831,4.65,4.69,2.9 +"33574",0.3,"Very Good","F","VVS1",61.6,59,832,4.29,4.33,2.66 +"33575",0.3,"Very Good","F","VVS1",62.2,56,832,4.28,4.3,2.67 +"33576",0.39,"Very Good","F","VS2",60.1,56,832,4.77,4.82,2.88 +"33577",0.36,"Very Good","D","VS1",59,57,832,4.71,4.74,2.79 +"33578",0.38,"Ideal","H","VVS2",62.2,54.6,832,4.62,4.66,2.89 +"33579",0.38,"Ideal","H","VVS2",62.5,53.4,832,4.63,4.66,2.9 +"33580",0.38,"Ideal","H","VVS2",62.1,53.9,832,4.64,4.69,2.9 +"33581",0.38,"Ideal","H","VVS2",62.3,53.3,832,4.65,4.69,2.91 +"33582",0.38,"Ideal","G","VS1",61.3,55.8,832,4.65,4.71,2.87 +"33583",0.44,"Premium","F","SI2",62.8,60,832,4.86,4.82,3.04 +"33584",0.33,"Ideal","F","VVS2",62.4,56,832,4.41,4.43,2.76 +"33585",0.41,"Very Good","E","VS2",62.7,58,833,4.68,4.73,2.95 +"33586",0.35,"Very Good","G","IF",62.1,56,833,4.54,4.57,2.82 +"33587",0.37,"Premium","F","VS1",62.7,51,833,4.65,4.57,2.89 +"33588",0.42,"Ideal","I","SI1",61.8,55,833,4.81,4.83,2.98 +"33589",0.41,"Fair","G","VVS2",64.7,56,833,4.68,4.72,3.04 +"33590",0.37,"Ideal","G","VS2",61.3,57,833,4.64,4.6,2.83 +"33591",0.37,"Premium","E","SI1",59.9,59,833,4.7,4.68,2.81 +"33592",0.37,"Premium","H","VS1",60.9,60,833,4.63,4.6,2.81 +"33593",0.37,"Premium","G","VS2",60.1,59,833,4.68,4.64,2.8 +"33594",0.37,"Premium","G","VS2",60.7,57,833,4.69,4.64,2.83 +"33595",0.37,"Premium","G","VS2",59.3,60,833,4.71,4.67,2.78 +"33596",0.37,"Premium","G","VS2",61.2,57,833,4.63,4.59,2.82 +"33597",0.37,"Ideal","G","VS2",61.5,56,833,4.64,4.59,2.84 +"33598",0.37,"Ideal","G","VS2",62.2,57,833,4.64,4.59,2.87 +"33599",0.37,"Premium","G","VS2",61.3,60,833,4.63,4.6,2.83 +"33600",0.37,"Ideal","G","VS2",60.8,57,833,4.66,4.61,2.82 +"33601",0.31,"Very Good","G","SI1",58.8,62,462,4.39,4.42,2.59 +"33602",0.31,"Very Good","G","SI1",63,56,462,4.3,4.34,2.72 +"33603",0.31,"Very Good","G","SI1",61.7,55,462,4.37,4.38,2.7 +"33604",0.31,"Very Good","D","SI2",61.5,60,462,4.31,4.34,2.66 +"33605",0.31,"Ideal","D","SI2",61.3,56,462,4.36,4.41,2.69 +"33606",0.31,"Good","D","SI2",63.1,54,462,4.33,4.38,2.75 +"33607",0.31,"Very Good","G","SI1",62.4,55,462,4.31,4.34,2.7 +"33608",0.31,"Ideal","D","SI2",62.3,56,462,4.35,4.38,2.72 +"33609",0.31,"Ideal","D","SI2",62,56,462,4.33,4.35,2.69 +"33610",0.31,"Ideal","D","SI2",62.6,57,462,4.27,4.35,2.7 +"33611",0.31,"Good","G","SI1",63.2,57,462,4.27,4.3,2.71 +"33612",0.31,"Very Good","D","SI2",62.9,59,462,4.28,4.31,2.7 +"33613",0.31,"Good","D","SI2",63.9,57,462,4.28,4.33,2.75 +"33614",0.31,"Very Good","G","SI1",60.4,58,462,4.39,4.42,2.66 +"33615",0.31,"Good","D","SI2",63.7,55,462,4.32,4.35,2.76 +"33616",0.31,"Premium","G","SI1",60.7,60,462,4.34,4.36,2.64 +"33617",0.31,"Premium","G","SI1",62.6,58,462,4.29,4.34,2.7 +"33618",0.31,"Premium","G","SI1",61.4,58,462,4.31,4.35,2.66 +"33619",0.31,"Good","G","SI1",63.1,59,462,4.29,4.33,2.72 +"33620",0.31,"Very Good","G","SI1",61.9,56,462,4.34,4.38,2.7 +"33621",0.27,"Very Good","E","VS1",62.3,54,463,4.17,4.21,2.61 +"33622",0.33,"Ideal","G","SI2",61.4,54,463,4.44,4.48,2.74 +"33623",0.33,"Ideal","G","SI2",61.2,56,463,4.48,4.51,2.75 +"33624",0.33,"Ideal","G","SI2",61.7,55,463,4.46,4.48,2.76 +"33625",0.33,"Ideal","I","SI1",61,57,463,4.45,4.47,2.72 +"33626",0.33,"Ideal","I","SI1",61.3,56,463,4.44,4.47,2.73 +"33627",0.33,"Very Good","E","SI2",60,59,463,4.47,4.49,2.69 +"33628",0.33,"Premium","E","SI2",59.7,58,463,4.48,4.53,2.69 +"33629",0.33,"Premium","I","VS2",60.6,58,463,4.44,4.47,2.7 +"33630",0.33,"Very Good","H","SI1",63,56,463,4.41,4.42,2.78 +"33631",0.37,"Premium","G","VS2",62.8,60,833,4.59,4.55,2.87 +"33632",0.37,"Premium","G","VS2",61.2,60,833,4.63,4.58,2.82 +"33633",0.37,"Premium","E","SI1",60.6,54,833,4.68,4.63,2.82 +"33634",0.37,"Premium","E","SI1",59.3,58,833,4.75,4.73,2.81 +"33635",0.37,"Ideal","E","SI1",61.9,56,833,4.6,4.57,2.84 +"33636",0.37,"Premium","E","SI1",61.8,58,833,4.64,4.59,2.85 +"33637",0.37,"Ideal","E","SI1",62.7,54,833,4.6,4.55,2.87 +"33638",0.38,"Premium","G","VS1",61,58,833,4.67,4.71,2.86 +"33639",0.38,"Premium","G","VS1",60.6,58,833,4.64,4.67,2.82 +"33640",0.38,"Premium","G","VS1",61.9,59,833,4.63,4.67,2.88 +"33641",0.38,"Premium","G","VS1",61.9,58,833,4.62,4.66,2.87 +"33642",0.38,"Ideal","G","VS1",61.8,56,833,4.64,4.65,2.87 +"33643",0.38,"Premium","H","VVS2",62,58,833,4.62,4.64,2.87 +"33644",0.38,"Ideal","H","VVS2",61.4,57,833,4.63,4.65,2.85 +"33645",0.38,"Very Good","G","VS1",61.9,56,833,4.63,4.68,2.88 +"33646",0.38,"Ideal","G","VS1",60.8,56,833,4.66,4.71,2.85 +"33647",0.44,"Very Good","J","VVS2",63.6,58,834,4.8,4.83,3.06 +"33648",0.32,"Very Good","F","VVS1",62.8,60,834,4.32,4.34,2.72 +"33649",0.41,"Very Good","G","VS2",60.5,56,834,4.81,4.85,2.92 +"33650",0.32,"Ideal","D","VVS2",61.7,57,834,4.39,4.42,2.72 +"33651",0.38,"Ideal","H","SI1",61.2,56,834,4.68,4.63,2.85 +"33652",0.39,"Ideal","I","VS2",62.9,57,834,4.68,4.64,2.93 +"33653",0.39,"Premium","H","SI1",62,60,834,4.71,4.65,2.9 +"33654",0.39,"Premium","E","SI2",63,61,834,4.65,4.62,2.92 +"33655",0.41,"Very Good","E","VS1",62.8,56,834,4.72,4.77,2.98 +"33656",0.41,"Very Good","E","VS1",62.8,60,834,4.72,4.77,2.98 +"33657",0.3,"Ideal","D","VS1",62.2,56,835,4.31,4.27,2.67 +"33658",0.3,"Ideal","D","VS1",61,57,835,4.32,4.31,2.63 +"33659",0.35,"Very Good","D","VVS2",60,58,835,4.57,4.59,2.75 +"33660",0.41,"Very Good","G","VS2",62.7,60,835,4.71,4.75,2.96 +"33661",0.38,"Very Good","F","VS1",60.4,60,835,4.7,4.74,2.85 +"33662",0.36,"Ideal","E","VS1",61.4,54,835,4.59,4.63,2.83 +"33663",0.36,"Ideal","E","VS1",61.8,54,835,4.56,4.6,2.83 +"33664",0.36,"Ideal","E","VS1",61.8,55,835,4.58,4.61,2.84 +"33665",0.6,"Premium","H","I1",62.1,62,835,5.33,5.27,3.3 +"33666",0.35,"Very Good","E","VVS1",63,59,835,4.44,4.48,2.81 +"33667",0.3,"Very Good","G","IF",58.4,62,835,4.4,4.43,2.58 +"33668",0.34,"Very Good","G","VVS1",59,62,835,4.56,4.6,2.7 +"33669",0.34,"Ideal","E","VVS2",62.3,57,835,4.44,4.48,2.78 +"33670",0.38,"Ideal","I","VVS2",62,55,836,4.65,4.67,2.89 +"33671",0.41,"Good","G","SI1",64.3,54,836,4.72,4.68,3.02 +"33672",0.41,"Ideal","G","SI2",61,57,836,4.82,4.79,2.93 +"33673",0.41,"Premium","H","SI2",62.2,56,836,4.8,4.72,2.96 +"33674",0.3,"Very Good","E","VVS2",60,55,837,4.36,4.41,2.63 +"33675",0.32,"Ideal","F","VVS2",60.8,58,837,4.39,4.43,2.68 +"33676",0.32,"Ideal","E","VVS2",60.9,55,837,4.41,4.43,2.69 +"33677",0.32,"Ideal","E","VVS2",60.8,56,837,4.43,4.45,2.7 +"33678",0.3,"Ideal","E","VVS2",61.1,55,837,4.34,4.37,2.66 +"33679",0.3,"Ideal","E","VVS2",61.4,55,837,4.32,4.34,2.66 +"33680",0.3,"Ideal","E","VVS2",61.1,57,837,4.34,4.36,2.65 +"33681",0.3,"Ideal","E","VVS2",61.3,54,837,4.34,4.37,2.67 +"33682",0.31,"Ideal","I","IF",62.2,54,837,4.39,4.36,2.72 +"33683",0.31,"Ideal","I","IF",61.3,57,837,4.4,4.34,2.68 +"33684",0.31,"Premium","E","VVS2",60.5,57,837,4.41,4.39,2.66 +"33685",0.4,"Very Good","E","SI1",62.2,54.4,837,4.72,4.76,2.95 +"33686",0.31,"Ideal","E","VVS2",61.6,56,837,4.35,4.39,2.69 +"33687",0.43,"Very Good","I","VVS2",60.5,59,838,4.86,4.89,2.95 +"33688",0.41,"Very Good","D","SI1",63,59,838,4.73,4.76,2.99 +"33689",0.33,"Very Good","H","IF",61.2,56,838,4.46,4.5,2.74 +"33690",0.34,"Ideal","E","VVS2",61.8,56,838,4.48,4.52,2.78 +"33691",0.34,"Ideal","E","VVS2",60.8,58,838,4.51,4.53,2.75 +"33692",0.34,"Ideal","E","VVS2",60.9,56,838,4.52,4.54,2.76 +"33693",0.33,"Ideal","G","VVS1",61.6,55,838,4.46,4.47,2.75 +"33694",0.33,"Ideal","G","VVS1",61.8,55,838,4.47,4.5,2.77 +"33695",0.33,"Ideal","G","VVS1",61.7,54,838,4.46,4.49,2.76 +"33696",0.33,"Ideal","G","VVS1",60.9,57,838,4.49,4.51,2.74 +"33697",0.33,"Ideal","G","VVS1",61.7,55,838,4.44,4.48,2.75 +"33698",0.33,"Ideal","G","VVS1",61.7,55,838,4.48,4.5,2.77 +"33699",0.33,"Ideal","G","VVS1",61.1,56,838,4.47,4.5,2.74 +"33700",0.33,"Ideal","G","VVS1",62,55,838,4.45,4.49,2.77 +"33701",0.3,"Ideal","E","VVS1",61.5,58,838,4.28,4.31,2.64 +"33702",0.3,"Ideal","E","VVS1",61.6,56,838,4.3,4.34,2.66 +"33703",0.3,"Ideal","E","VVS1",61.2,58,838,4.28,4.31,2.63 +"33704",0.3,"Ideal","E","VVS1",61.6,55,838,4.34,4.36,2.68 +"33705",0.3,"Ideal","E","VVS1",62.1,56,838,4.3,4.33,2.68 +"33706",0.3,"Ideal","E","VVS1",62.8,54,838,4.27,4.3,2.69 +"33707",0.3,"Ideal","E","VVS1",62.6,54,838,4.3,4.33,2.7 +"33708",0.3,"Ideal","E","VVS1",61.2,57,838,4.32,4.34,2.65 +"33709",0.3,"Ideal","E","VVS1",61.6,56,838,4.31,4.32,2.66 +"33710",0.34,"Ideal","D","VS1",61.1,55,838,4.52,4.55,2.77 +"33711",0.42,"Ideal","F","SI1",61.6,55,838,4.85,4.83,2.98 +"33712",0.42,"Ideal","F","SI1",61.9,54,838,4.87,4.83,3 +"33713",0.44,"Ideal","D","SI1",61.6,56,838,4.9,4.93,3.03 +"33714",0.33,"Ideal","H","IF",61.6,55,838,4.48,4.51,2.77 +"33715",0.33,"Ideal","H","IF",61.1,56,838,4.47,4.5,2.74 +"33716",0.33,"Ideal","H","IF",61.4,54,838,4.47,4.49,2.75 +"33717",0.33,"Ideal","H","IF",62.1,54,838,4.44,4.48,2.77 +"33718",0.33,"Ideal","H","IF",61.8,54,838,4.47,4.49,2.77 +"33719",0.33,"Ideal","H","IF",62,55,838,4.46,4.48,2.77 +"33720",0.42,"Good","H","SI1",63.6,57,838,4.79,4.74,3.03 +"33721",0.42,"Premium","E","SI2",58.8,60,838,4.9,4.86,2.87 +"33722",0.42,"Premium","E","SI2",60.1,58,838,4.91,4.87,2.94 +"33723",0.42,"Very Good","D","SI2",63.2,57,838,4.77,4.75,3.01 +"33724",0.42,"Very Good","D","SI2",63.1,56,838,4.8,4.74,3.01 +"33725",0.38,"Premium","F","SI1",62,58,838,4.63,4.6,2.86 +"33726",0.38,"Ideal","E","SI1",61.4,57,838,4.67,4.64,2.86 +"33727",0.43,"Premium","H","SI2",62.8,58,839,4.85,4.83,3.04 +"33728",0.41,"Very Good","H","VVS2",61.3,54,839,4.75,4.87,2.95 +"33729",0.37,"Ideal","F","VVS2",60.7,57,839,4.67,4.69,2.84 +"33730",0.37,"Ideal","F","VVS2",60,59,839,4.64,4.66,2.79 +"33731",0.35,"Ideal","H","VVS1",60.5,57,839,4.58,4.59,2.77 +"33732",0.39,"Ideal","E","VS2",60.5,56,839,4.75,4.77,2.88 +"33733",0.39,"Ideal","E","VS2",60.9,55,839,4.73,4.76,2.89 +"33734",0.35,"Ideal","F","VS1",60.9,56,839,4.52,4.56,2.77 +"33735",0.31,"Ideal","G","IF",61.6,56,839,4.37,4.4,2.7 +"33736",0.41,"Very Good","G","VS1",58.9,60,839,4.84,4.87,2.86 +"33737",0.33,"Ideal","D","VS1",61,56,839,4.45,4.47,2.72 +"33738",0.3,"Very Good","E","VVS2",62.9,55,840,4.25,4.27,2.68 +"33739",0.38,"Very Good","G","VS1",63.5,59,840,4.58,4.61,2.92 +"33740",0.33,"Ideal","E","VVS2",62.1,54,840,4.45,4.47,2.77 +"33741",0.31,"Ideal","D","VVS2",62.2,54,840,4.34,4.38,2.71 +"33742",0.31,"Ideal","D","VVS2",61.6,54,840,4.37,4.4,2.7 +"33743",0.31,"Ideal","F","VVS1",61.6,55,840,4.36,4.4,2.7 +"33744",0.31,"Ideal","F","VVS1",61.4,56,840,4.37,4.4,2.69 +"33745",0.31,"Ideal","F","VVS1",61.1,55,840,4.38,4.39,2.68 +"33746",0.31,"Ideal","F","VVS1",62.4,54,840,4.33,4.35,2.71 +"33747",0.31,"Ideal","F","VVS1",62,55,840,4.34,4.37,2.7 +"33748",0.31,"Ideal","F","VVS1",62.2,54,840,4.36,4.39,2.72 +"33749",0.31,"Ideal","F","VVS1",62.1,54,840,4.37,4.39,2.72 +"33750",0.31,"Ideal","F","VVS1",62,54,840,4.37,4.41,2.72 +"33751",0.31,"Ideal","F","VVS1",62.3,54,840,4.34,4.36,2.71 +"33752",0.31,"Ideal","F","VVS1",62,54,840,4.36,4.38,2.71 +"33753",0.31,"Ideal","F","VVS1",61,56,840,4.39,4.43,2.69 +"33754",0.31,"Ideal","F","VVS1",62,54,840,4.34,4.37,2.7 +"33755",0.31,"Ideal","F","VVS1",62.2,53,840,4.35,4.37,2.71 +"33756",0.38,"Ideal","G","VS2",61.5,57,840,4.66,4.68,2.87 +"33757",0.35,"Ideal","E","VS1",62,53.6,840,4.53,4.55,2.81 +"33758",0.31,"Ideal","G","IF",61.5,57,840,4.35,4.37,2.68 +"33759",0.4,"Fair","G","SI1",64.7,55,840,4.68,4.65,3.02 +"33760",0.4,"Very Good","G","SI1",63.1,56,840,4.75,4.72,2.99 +"33761",0.4,"Premium","G","SI1",59.6,61,840,4.76,4.74,2.83 +"33762",0.4,"Very Good","G","SI1",63.4,58,840,4.71,4.66,2.97 +"33763",0.4,"Very Good","G","SI1",63.2,58,840,4.7,4.61,2.94 +"33764",0.4,"Very Good","G","SI1",63.3,58,840,4.69,4.66,2.96 +"33765",0.4,"Ideal","I","VS2",61.4,58,840,4.78,4.73,2.92 +"33766",0.5,"Premium","E","I1",60.7,61,840,5.14,5.05,3.09 +"33767",0.5,"Premium","E","I1",61.4,60,840,5.18,5.03,3.14 +"33768",0.32,"Very Good","D","VVS2",61.9,54,841,4.43,4.46,2.75 +"33769",0.33,"Very Good","F","VVS1",60.1,56,841,4.53,4.56,2.73 +"33770",0.32,"Ideal","D","VVS2",62.3,54,841,4.42,4.44,2.76 +"33771",0.32,"Ideal","F","VVS1",61.7,56,841,4.38,4.41,2.71 +"33772",0.48,"Ideal","G","SI2",62,54,841,5.04,5.06,3.13 +"33773",0.48,"Ideal","I","SI1",61.9,53,841,5.06,5.08,3.14 +"33774",0.48,"Ideal","I","SI1",62.5,54,841,5.04,5.07,3.16 +"33775",0.41,"Ideal","D","SI2",62.6,57,841,4.77,4.72,2.97 +"33776",0.35,"Very Good","G","VVS1",61.2,57,842,4.55,4.58,2.79 +"33777",0.35,"Very Good","F","VS1",60.3,58.6,842,4.56,4.59,2.76 +"33778",0.32,"Ideal","E","VS1",59.5,57,842,4.49,4.45,2.66 +"33779",0.32,"Ideal","D","VS2",61.8,55,842,4.43,4.41,2.73 +"33780",0.32,"Premium","D","VS2",62.9,59,842,4.39,4.36,2.75 +"33781",0.32,"Ideal","G","VVS1",61.9,56,842,4.39,4.4,2.72 +"33782",0.32,"Very Good","G","VVS1",61.9,58,842,4.36,4.39,2.71 +"33783",0.4,"Ideal","F","VS2",60.6,55,842,4.78,4.82,2.91 +"33784",0.32,"Very Good","G","VVS1",60.9,61,842,4.37,4.4,2.67 +"33785",0.4,"Ideal","F","VS2",62.7,56,842,4.73,4.77,2.98 +"33786",0.32,"Premium","H","IF",61.2,58,842,4.37,4.39,2.68 +"33787",0.4,"Premium","F","VS2",62.1,58,842,4.71,4.76,2.94 +"33788",0.4,"Premium","I","VVS1",60.8,58,842,4.76,4.78,2.9 +"33789",0.32,"Ideal","H","IF",60.9,56,842,4.41,4.42,2.69 +"33790",0.32,"Premium","G","VVS1",62.6,58,842,4.38,4.41,2.75 +"33791",0.32,"Ideal","G","VVS1",61.1,57,842,4.41,4.43,2.7 +"33792",0.32,"Premium","E","VVS2",61.1,58,842,4.42,4.45,2.71 +"33793",0.4,"Premium","I","VVS1",62.7,59,842,4.67,4.71,2.94 +"33794",0.4,"Premium","F","VS2",62.6,58,842,4.68,4.72,2.94 +"33795",0.32,"Ideal","E","VVS2",62.3,56,842,4.37,4.4,2.73 +"33796",0.4,"Premium","F","VS2",60.7,60,842,4.75,4.8,2.9 +"33797",0.32,"Ideal","E","VVS2",61.5,57,842,4.4,4.41,2.71 +"33798",0.32,"Ideal","G","VVS1",61.4,55,842,4.42,4.44,2.72 +"33799",0.32,"Ideal","G","VVS1",61.1,53,842,4.4,4.44,2.7 +"33800",0.4,"Premium","F","VS2",61,59,842,4.71,4.76,2.89 +"33801",0.4,"Very Good","F","VS2",62.9,57,842,4.69,4.72,2.96 +"33802",0.4,"Ideal","F","VS2",62,57,842,4.68,4.74,2.92 +"33803",0.32,"Ideal","E","VVS2",62,55,842,4.38,4.4,2.72 +"33804",0.4,"Premium","F","VS2",61,58,842,4.72,4.79,2.9 +"33805",0.32,"Very Good","G","VVS1",58.1,59,842,4.49,4.53,2.62 +"33806",0.32,"Premium","E","VVS2",61.5,58,842,4.36,4.42,2.7 +"33807",0.4,"Good","I","VVS1",63.3,57,842,4.67,4.71,2.97 +"33808",0.32,"Ideal","G","VVS1",62.4,55,842,4.37,4.38,2.73 +"33809",0.32,"Ideal","E","VVS2",62.3,56,842,4.37,4.4,2.73 +"33810",0.4,"Premium","F","VS2",59.7,58,842,4.79,4.83,2.87 +"33811",0.32,"Ideal","G","VVS1",62.4,56,842,4.36,4.39,2.73 +"33812",0.4,"Premium","I","VVS1",59.5,59,842,4.76,4.79,2.84 +"33813",0.4,"Premium","F","VS2",59.3,59,842,4.79,4.83,2.85 +"33814",0.32,"Ideal","E","VVS2",61.6,57,842,4.4,4.43,2.72 +"33815",0.4,"Ideal","I","VVS1",60.5,57,842,4.76,4.79,2.89 +"33816",0.4,"Good","I","VVS1",63.5,57,842,4.65,4.68,2.96 +"33817",0.32,"Premium","E","VVS2",59.9,58,842,4.45,4.5,2.68 +"33818",0.4,"Good","I","VVS1",63.9,56,842,4.64,4.68,2.98 +"33819",0.4,"Premium","F","VS2",61.6,58,842,4.75,4.8,2.94 +"33820",0.32,"Ideal","E","VVS2",60.8,57,842,4.42,4.46,2.7 +"33821",0.32,"Ideal","G","VVS1",60.2,56,842,4.45,4.49,2.69 +"33822",0.4,"Very Good","I","VVS1",61.5,58,842,4.7,4.76,2.91 +"33823",0.32,"Ideal","G","VVS1",60.8,56,842,4.37,4.44,2.68 +"33824",0.32,"Ideal","G","VVS1",62,57,842,4.38,4.42,2.73 +"33825",0.32,"Ideal","G","VVS1",62.2,55,842,4.38,4.4,2.73 +"33826",0.37,"Very Good","E","VVS2",59.3,58,843,4.68,4.73,2.79 +"33827",0.42,"Very Good","H","VS2",59,57,843,4.92,4.95,2.91 +"33828",0.41,"Ideal","I","VVS2",62.4,57,843,4.68,4.75,2.94 +"33829",0.32,"Ideal","E","VVS2",61.9,54,843,4.41,4.44,2.74 +"33830",0.32,"Ideal","E","VVS2",61.4,54,843,4.44,4.45,2.73 +"33831",0.4,"Ideal","F","VS2",62.6,54,843,4.73,4.78,2.98 +"33832",0.42,"Ideal","F","SI1",60.8,54,843,4.83,4.94,2.97 +"33833",0.43,"Very Good","G","VS2",61,56,844,4.87,4.89,2.98 +"33834",0.46,"Very Good","D","SI2",62,60,844,4.89,4.92,3.04 +"33835",0.34,"Ideal","G","VVS1",61.5,56,844,4.47,4.5,2.75 +"33836",0.34,"Ideal","G","VVS1",60.5,55,844,4.53,4.56,2.75 +"33837",0.3,"Ideal","E","VVS1",62,57,844,4.29,4.32,2.67 +"33838",0.53,"Ideal","I","SI2",61.8,55,844,5.22,5.26,3.24 +"33839",0.38,"Ideal","F","SI1",60.9,55,844,4.7,4.72,2.87 +"33840",0.38,"Ideal","F","SI1",60.4,57,844,4.7,4.74,2.85 +"33841",0.38,"Ideal","E","SI1",61.1,55,844,4.69,4.73,2.88 +"33842",0.34,"Ideal","H","IF",61.6,55,844,4.51,4.55,2.78 +"33843",0.3,"Ideal","G","IF",62.2,55,844,4.3,4.32,2.68 +"33844",0.3,"Ideal","G","IF",61,56,844,4.34,4.37,2.65 +"33845",0.3,"Ideal","G","IF",61.8,57,844,4.28,4.31,2.65 +"33846",0.3,"Premium","F","VS1",61.5,59,844,4.33,4.31,2.66 +"33847",0.3,"Ideal","F","VS1",62,55,844,4.34,4.3,2.68 +"33848",0.3,"Premium","E","VS2",61.7,61,844,4.31,4.28,2.65 +"33849",0.3,"Premium","E","VS2",61.6,58,844,4.33,4.31,2.66 +"33850",0.3,"Premium","F","VS1",61.9,59,844,4.3,4.26,2.65 +"33851",0.3,"Ideal","F","VS1",61.4,56,844,4.37,4.33,2.67 +"33852",0.3,"Premium","F","VS1",60.5,60,844,4.31,4.29,2.6 +"33853",0.3,"Ideal","E","VS2",61.5,55,844,4.4,4.32,2.68 +"33854",0.3,"Premium","E","VS2",62.1,58,844,4.31,4.29,2.67 +"33855",0.3,"Premium","E","VS2",60,58,844,4.4,4.37,2.63 +"33856",0.3,"Premium","E","VS2",59.2,59,844,4.41,4.37,2.6 +"33857",0.3,"Premium","E","VS2",59.1,58,844,4.39,4.37,2.59 +"33858",0.3,"Premium","E","VS2",60,60,844,4.4,4.36,2.63 +"33859",0.3,"Ideal","E","VS2",60.2,57,844,4.38,4.36,2.63 +"33860",0.3,"Ideal","E","VS2",61,56,844,4.36,4.33,2.65 +"33861",0.3,"Premium","E","VS2",59.9,59,844,4.38,4.33,2.61 +"33862",0.3,"Premium","E","VS2",61.8,58,844,4.36,4.31,2.68 +"33863",0.3,"Ideal","E","VS2",61.4,55,844,4.34,4.32,2.66 +"33864",0.3,"Premium","E","VS2",61.7,58,844,4.34,4.32,2.67 +"33865",0.3,"Ideal","E","VS2",62.1,55,844,4.35,4.32,2.69 +"33866",0.3,"Ideal","E","VS2",61.8,55,844,4.35,4.33,2.68 +"33867",0.3,"Ideal","E","VS2",61.6,55,844,4.33,4.31,2.66 +"33868",0.3,"Ideal","E","VS2",61.8,56,844,4.33,4.31,2.67 +"33869",0.3,"Ideal","E","VS2",61.5,55,844,4.34,4.31,2.66 +"33870",0.3,"Ideal","E","VS2",62,56,844,4.34,4.31,2.68 +"33871",0.3,"Ideal","E","VS2",61.2,55,844,4.35,4.31,2.65 +"33872",0.3,"Ideal","E","VS2",61.8,57,844,4.34,4.3,2.67 +"33873",0.3,"Ideal","E","VS2",62,56,844,4.34,4.3,2.68 +"33874",0.3,"Ideal","E","VS2",62.3,56,844,4.34,4.3,2.69 +"33875",0.3,"Ideal","E","VS2",62,55,844,4.35,4.3,2.68 +"33876",0.3,"Ideal","E","VS2",61.7,55,844,4.32,4.3,2.66 +"33877",0.3,"Ideal","E","VS2",61.8,56,844,4.34,4.3,2.67 +"33878",0.3,"Premium","E","VS2",60.4,58,844,4.34,4.3,2.61 +"33879",0.3,"Ideal","E","VS2",62.1,55,844,4.33,4.3,2.68 +"33880",0.3,"Premium","E","VS2",60.7,59,844,4.33,4.3,2.62 +"33881",0.3,"Ideal","E","VS2",62.6,56,844,4.33,4.29,2.7 +"33882",0.3,"Ideal","E","VS2",61.5,56,844,4.33,4.29,2.65 +"33883",0.3,"Premium","E","VS2",61.9,59,844,4.33,4.29,2.67 +"33884",0.3,"Ideal","E","VS2",62.4,57,844,4.33,4.29,2.69 +"33885",0.3,"Ideal","E","VS2",62.6,54,844,4.33,4.29,2.7 +"33886",0.3,"Ideal","E","VS2",61.5,55,844,4.33,4.29,2.65 +"33887",0.3,"Ideal","E","VS2",62.8,56,844,4.32,4.28,2.7 +"33888",0.3,"Ideal","E","VS2",61.8,56,844,4.32,4.29,2.66 +"33889",0.3,"Ideal","E","VS2",62.3,57,844,4.32,4.29,2.68 +"33890",0.3,"Ideal","E","VS2",61.3,57,844,4.33,4.29,2.64 +"33891",0.3,"Ideal","E","VS2",62.3,56,844,4.32,4.28,2.68 +"33892",0.3,"Premium","E","VS2",62.3,58,844,4.32,4.28,2.68 +"33893",0.3,"Ideal","E","VS2",62.6,54,844,4.31,4.28,2.69 +"33894",0.3,"Premium","E","VS2",61.9,61,844,4.32,4.28,2.66 +"33895",0.3,"Ideal","E","VS2",62.1,55,844,4.32,4.28,2.67 +"33896",0.3,"Premium","E","VS2",62,59,844,4.31,4.27,2.66 +"33897",0.3,"Ideal","E","VS2",62.2,56,844,4.3,4.28,2.67 +"33898",0.3,"Ideal","E","VS2",62.5,56,844,4.3,4.28,2.68 +"33899",0.3,"Ideal","E","VS2",61.5,55,844,4.31,4.28,2.64 +"33900",0.3,"Ideal","E","VS2",62,55,844,4.31,4.27,2.66 +"33901",0.3,"Ideal","E","VS2",61.6,56,844,4.3,4.27,2.64 +"33902",0.3,"Ideal","E","VS2",62.3,57,844,4.3,4.27,2.67 +"33903",0.3,"Premium","E","VS2",62.6,58,844,4.3,4.26,2.68 +"33904",0.3,"Premium","E","VS2",62.5,58,844,4.31,4.26,2.68 +"33905",0.3,"Premium","E","VS2",62.1,59,844,4.29,4.27,2.66 +"33906",0.3,"Premium","E","VS2",62,58,844,4.29,4.26,2.65 +"33907",0.3,"Premium","E","VS2",62.4,59,844,4.3,4.26,2.67 +"33908",0.3,"Ideal","E","VS2",62,55,844,4.3,4.25,2.65 +"33909",0.3,"Ideal","E","VS2",62.1,56,844,4.31,4.25,2.66 +"33910",0.3,"Premium","E","VS2",61.8,58,844,4.28,4.26,2.64 +"33911",0.3,"Ideal","E","VS2",62.4,56,844,4.28,4.25,2.66 +"33912",0.3,"Premium","E","VS2",62.6,58,844,4.28,4.25,2.67 +"33913",0.3,"Premium","E","VS2",62.8,59,844,4.26,4.24,2.67 +"33914",0.3,"Premium","E","VS2",62.2,60,844,4.28,4.24,2.65 +"33915",0.3,"Ideal","E","VS2",62.4,57,844,4.29,4.24,2.66 +"33916",0.3,"Premium","E","VS2",62,60,844,4.26,4.23,2.63 +"33917",0.3,"Ideal","E","VS2",62.4,57,844,4.26,4.24,2.65 +"33918",0.3,"Premium","E","VS2",62.9,58,844,4.24,4.22,2.66 +"33919",0.3,"Premium","E","VS2",62.9,58,844,4.27,4.22,2.67 +"33920",0.47,"Good","E","SI2",56.5,62,844,5.17,5.09,2.9 +"33921",0.37,"Ideal","F","SI1",60.2,53,844,4.74,4.7,2.84 +"33922",0.3,"Premium","E","VS2",62.5,59,844,4.3,4.27,2.68 +"33923",0.3,"Ideal","E","VS2",62.6,56,844,4.34,4.29,2.7 +"33924",0.3,"Ideal","E","VS2",62.4,56,844,4.33,4.26,2.68 +"33925",0.37,"Ideal","E","VVS2",62.2,56,844,4.6,4.63,2.87 +"33926",0.37,"Ideal","E","VVS2",61.8,54,844,4.6,4.63,2.85 +"33927",0.37,"Very Good","G","VVS2",59.1,60,844,4.69,4.71,2.78 +"33928",0.37,"Premium","E","VVS2",60.9,59,844,4.61,4.65,2.82 +"33929",0.37,"Very Good","E","VVS2",59.7,61,844,4.67,4.71,2.8 +"33930",0.41,"Good","G","VVS1",63.6,56,844,4.72,4.74,3.01 +"33931",0.33,"Very Good","I","VS2",62.6,58,463,4.34,4.42,2.74 +"33932",0.33,"Ideal","I","VS2",61.5,57,463,4.42,4.49,2.74 +"33933",0.33,"Ideal","I","VS2",62.4,56,463,4.39,4.43,2.75 +"33934",0.33,"Premium","I","VS2",62,60,463,4.41,4.46,2.75 +"33935",0.33,"Very Good","I","VS2",61,61,463,4.43,4.46,2.71 +"33936",0.33,"Premium","I","VS2",61.1,59,463,4.4,4.44,2.7 +"33937",0.3,"Ideal","J","VVS1",60.4,57,464,4.36,4.38,2.64 +"33938",0.3,"Ideal","J","VVS1",61.8,56,464,4.31,4.33,2.67 +"33939",0.34,"Ideal","J","VS1",62,54,464,4.52,4.55,2.81 +"33940",0.27,"Ideal","H","VS1",61.2,54,464,4.2,4.23,2.58 +"33941",0.27,"Ideal","H","VS1",62.3,56,464,4.15,4.17,2.59 +"33942",0.29,"Ideal","H","VS1",62.4,54,464,4.23,4.26,2.65 +"33943",0.31,"Ideal","H","SI1",61.1,57,464,4.38,4.42,2.69 +"33944",0.31,"Ideal","H","SI1",61.5,55,464,4.39,4.42,2.71 +"33945",0.31,"Ideal","H","SI1",61.3,56,464,4.36,4.39,2.68 +"33946",0.31,"Ideal","H","SI1",61.8,54,464,4.34,4.36,2.69 +"33947",0.31,"Ideal","H","SI1",62.4,55,464,4.31,4.35,2.7 +"33948",0.31,"Ideal","H","SI1",62.1,54,464,4.37,4.39,2.72 +"33949",0.31,"Ideal","H","SI1",61.1,56,464,4.35,4.39,2.67 +"33950",0.23,"Very Good","F","VVS2",60.4,61,465,3.92,3.96,2.38 +"33951",0.23,"Very Good","F","VVS2",61.3,60,465,3.98,4.01,2.45 +"33952",0.23,"Very Good","F","VVS2",61,59,465,3.93,3.97,2.41 +"33953",0.23,"Very Good","E","VVS2",62.7,59,465,3.93,3.95,2.47 +"33954",0.23,"Very Good","E","VVS2",58,60,465,4.04,4.07,2.35 +"33955",0.23,"Very Good","E","VVS2",61.8,59,465,3.92,3.95,2.43 +"33956",0.23,"Very Good","E","VVS2",60.2,57,465,3.99,4.05,2.42 +"33957",0.23,"Very Good","E","VVS2",61.1,58,465,3.95,4.01,2.43 +"33958",0.23,"Very Good","F","VVS1",60.1,57,465,4,4.02,2.41 +"33959",0.23,"Very Good","E","VVS1",62.2,59,465,3.92,3.96,2.45 +"33960",0.3,"Ideal","H","SI1",61.7,56,465,4.33,4.35,2.68 +"33961",0.41,"Very Good","I","VVS1",63.5,58,845,4.7,4.75,3 +"33962",0.4,"Very Good","D","VS2",63.3,58,845,4.63,4.66,2.94 +"33963",0.4,"Very Good","D","VS2",62.4,60,845,4.66,4.67,2.91 +"33964",0.35,"Premium","G","VS1",62.6,56,845,4.52,4.49,2.82 +"33965",0.35,"Very Good","D","VS1",59.9,56,846,4.61,4.64,2.77 +"33966",0.34,"Ideal","F","VVS2",62,54.2,846,4.47,4.49,2.78 +"33967",0.32,"Ideal","E","VS2",61.3,55,846,4.41,4.43,2.71 +"33968",0.32,"Ideal","E","VS2",61.3,55,846,4.43,4.47,2.73 +"33969",0.32,"Ideal","E","VS2",61.1,56,846,4.46,4.48,2.73 +"33970",0.32,"Ideal","E","VS2",60.9,56,846,4.45,4.48,2.72 +"33971",0.37,"Ideal","F","VS1",61.1,56,846,4.64,4.65,2.84 +"33972",0.27,"Ideal","E","VVS1",61.7,57,846,4.16,4.14,2.56 +"33973",0.31,"Ideal","G","VVS2",62.7,57,846,4.35,4.32,2.72 +"33974",0.31,"Good","F","VVS2",63.6,55,846,4.33,4.29,2.74 +"33975",0.31,"Ideal","H","VVS1",61.6,57,846,4.35,4.32,2.67 +"33976",0.3,"Premium","F","IF",61.6,58,846,4.3,4.34,2.66 +"33977",0.41,"Premium","D","VS2",61.8,58,846,4.76,4.79,2.95 +"33978",0.41,"Very Good","H","VVS2",63.1,58,847,4.71,4.74,2.98 +"33979",0.41,"Very Good","I","VVS1",63.1,58,847,4.68,4.74,2.97 +"33980",0.38,"Very Good","D","VS2",61,58,847,4.7,4.75,2.88 +"33981",0.4,"Very Good","F","VS1",61.2,58,847,4.74,4.86,2.94 +"33982",0.41,"Good","G","VS1",63.3,62,847,4.67,4.71,2.97 +"33983",0.39,"Good","F","VS1",62.8,61,847,4.63,4.67,2.92 +"33984",0.42,"Premium","H","VS1",61.2,60,847,4.77,4.84,2.94 +"33985",0.42,"Premium","G","VS2",60.6,59,847,4.78,4.85,2.92 +"33986",0.42,"Ideal","G","VS2",62.2,56,847,4.8,4.82,2.99 +"33987",0.42,"Ideal","G","VS2",60.8,57,847,4.82,4.85,2.94 +"33988",0.42,"Premium","H","VS1",61.6,58,847,4.79,4.82,2.96 +"33989",0.42,"Very Good","G","VS2",60.1,61,847,4.81,4.84,2.9 +"33990",0.42,"Ideal","H","VS1",62,57,847,4.8,4.82,2.98 +"33991",0.42,"Premium","G","VS2",59.5,59,847,4.83,4.89,2.89 +"33992",0.42,"Ideal","G","VS2",62.1,56,847,4.79,4.84,2.99 +"33993",0.42,"Ideal","G","VS2",62.4,54,847,4.78,4.83,3 +"33994",0.42,"Ideal","G","VS2",61.7,57,847,4.8,4.83,2.97 +"33995",0.42,"Premium","G","VS2",62,58,847,4.77,4.81,2.97 +"33996",0.42,"Ideal","H","VS1",61.4,56,847,4.82,4.85,2.97 +"33997",0.42,"Premium","G","VS2",61.9,58,847,4.77,4.82,2.97 +"33998",0.42,"Ideal","H","VS1",62.4,57,847,4.76,4.79,2.98 +"33999",0.42,"Premium","G","VS2",60.6,58,847,4.83,4.88,2.94 +"34000",0.42,"Ideal","G","VS2",61.6,56,847,4.82,4.83,2.97 +"34001",0.42,"Ideal","G","VS2",62.2,54,847,4.8,4.82,2.99 +"34002",0.42,"Very Good","G","VS2",60.1,61,847,4.79,4.86,2.9 +"34003",0.42,"Very Good","G","VS2",62.6,57,847,4.76,4.8,2.99 +"34004",0.42,"Ideal","G","VS2",61.2,56,847,4.8,4.84,2.95 +"34005",0.42,"Ideal","G","VS2",61.8,56,847,4.81,4.84,2.98 +"34006",0.42,"Premium","H","VS1",61.7,59,847,4.76,4.83,2.96 +"34007",0.42,"Premium","G","VS2",59.8,58,847,4.86,4.9,2.92 +"34008",0.3,"Ideal","D","VS1",62,54,848,4.34,4.3,2.68 +"34009",0.3,"Premium","D","VS1",59.4,60,848,4.38,4.34,2.59 +"34010",0.33,"Very Good","E","VVS1",61.6,53,848,4.46,4.5,2.76 +"34011",0.34,"Ideal","F","VVS2",61.3,56,848,4.52,4.56,2.78 +"34012",0.43,"Ideal","I","VVS1",61.6,54,848,4.88,4.92,3.02 +"34013",0.43,"Ideal","F","VS2",61.4,54,848,4.9,4.93,3.02 +"34014",0.3,"Good","D","VVS1",64.3,57,848,4.27,4.32,2.76 +"34015",0.3,"Premium","D","VS1",60.7,58,848,4.36,4.34,2.64 +"34016",0.3,"Ideal","D","VS1",61.8,56,848,4.34,4.3,2.67 +"34017",0.3,"Premium","D","VS1",59.7,58,848,4.39,4.32,2.6 +"34018",0.41,"Ideal","E","VS2",62.2,56,848,4.75,4.8,2.97 +"34019",0.4,"Very Good","I","VVS1",60.8,58,849,4.75,4.83,2.91 +"34020",0.39,"Ideal","I","VVS2",60.8,56,849,4.74,4.76,2.89 +"34021",0.35,"Ideal","E","VVS2",61,57,849,4.54,4.58,2.78 +"34022",0.35,"Ideal","E","VVS2",62.6,53,849,4.52,4.55,2.84 +"34023",0.4,"Ideal","I","VVS1",61,56,849,4.79,4.81,2.93 +"34024",0.35,"Ideal","G","VVS1",61.7,55,849,4.54,4.57,2.81 +"34025",0.31,"Good","G","VVS1",57.5,62,849,4.47,4.54,2.59 +"34026",0.44,"Very Good","D","SI1",62.9,58,849,4.82,4.85,3.04 +"34027",0.44,"Premium","D","SI1",61.9,59,849,4.86,4.9,3.02 +"34028",0.4,"Very Good","E","VVS2",63,55,849,4.72,4.74,2.98 +"34029",0.43,"Very Good","I","VVS2",62.8,58,850,4.8,4.82,3.02 +"34030",0.4,"Very Good","D","VS2",63.2,57,850,4.66,4.71,2.96 +"34031",0.4,"Very Good","D","VS2",63.6,55,850,4.68,4.72,2.99 +"34032",0.4,"Very Good","D","VS2",62.3,60,850,4.66,4.68,2.91 +"34033",0.4,"Very Good","D","VS2",59.3,58,850,4.8,4.85,2.86 +"34034",0.4,"Very Good","D","VS2",63.5,57,850,4.62,4.67,2.95 +"34035",0.3,"Very Good","G","IF",62.3,55,850,4.31,4.33,2.69 +"34036",0.3,"Ideal","G","VVS2",61.8,57,850,4.31,4.33,2.67 +"34037",0.43,"Ideal","H","VS1",61.2,56,850,4.87,4.9,2.99 +"34038",0.33,"Ideal","E","VS1",62.3,56,850,4.41,4.45,2.75 +"34039",0.33,"Ideal","E","VS1",60.9,57,850,4.47,4.5,2.73 +"34040",0.33,"Ideal","E","VS1",61.1,56,850,4.45,4.48,2.73 +"34041",0.46,"Ideal","I","SI1",61.9,55,850,4.97,4.98,3.08 +"34042",0.3,"Ideal","G","IF",61.7,53,850,4.33,4.36,2.68 +"34043",0.3,"Ideal","G","IF",62.2,56,850,4.26,4.29,2.66 +"34044",0.44,"Very Good","D","VS2",62.8,58,850,4.79,4.86,3.03 +"34045",0.37,"Ideal","G","VS2",61.6,55,851,4.63,4.65,2.86 +"34046",0.46,"Ideal","J","VS1",62.6,53.9,851,4.92,4.95,3.09 +"34047",0.46,"Ideal","F","SI2",62.1,54.7,851,4.95,4.98,3.08 +"34048",0.35,"Good","E","VS1",59.4,55,851,4.6,4.62,2.74 +"34049",0.36,"Very Good","D","SI1",63.4,57,851,4.57,4.55,2.89 +"34050",0.36,"Premium","D","SI1",60.1,57,851,4.66,4.62,2.79 +"34051",0.36,"Ideal","D","SI1",62.1,56,851,4.58,4.53,2.83 +"34052",0.42,"Ideal","J","VS1",60.9,57,851,4.86,4.83,2.95 +"34053",0.42,"Ideal","F","SI2",62.1,56,851,4.83,4.8,2.99 +"34054",0.36,"Ideal","D","SI1",59.5,56,851,4.68,4.63,2.77 +"34055",0.36,"Ideal","D","SI1",60.3,56,851,4.65,4.61,2.79 +"34056",0.36,"Premium","D","SI1",60.4,58,851,4.64,4.6,2.79 +"34057",0.36,"Premium","D","SI1",59.6,58,851,4.65,4.61,2.76 +"34058",0.36,"Premium","D","SI1",61.4,58,851,4.59,4.56,2.81 +"34059",0.36,"Ideal","D","SI1",61.5,56,851,4.64,4.56,2.83 +"34060",0.36,"Ideal","D","SI1",61.2,57,851,4.63,4.59,2.82 +"34061",0.36,"Ideal","D","SI1",62.5,56,851,4.57,4.55,2.85 +"34062",0.36,"Ideal","D","SI1",62,56,851,4.61,4.55,2.84 +"34063",0.36,"Ideal","D","SI1",61.6,56,851,4.58,4.54,2.81 +"34064",0.36,"Ideal","D","SI1",62.7,57,851,4.59,4.54,2.86 +"34065",0.36,"Ideal","D","SI1",62.7,57,851,4.59,4.54,2.86 +"34066",0.36,"Very Good","D","SI1",63.1,55,851,4.59,4.54,2.88 +"34067",0.36,"Premium","D","SI1",61.5,59,851,4.55,4.52,2.79 +"34068",0.3,"Premium","D","VS2",62,62,851,4.27,4.24,2.64 +"34069",0.5,"Premium","F","I1",61.9,58,851,5.15,5.05,3.15 +"34070",0.5,"Fair","E","SI2",58,67,851,5.26,5.17,3.02 +"34071",0.3,"Premium","E","VS1",60.6,62,851,4.3,4.28,2.6 +"34072",0.35,"Ideal","E","VS1",61.9,56,851,4.53,4.55,2.81 +"34073",0.45,"Very Good","E","SI1",62.8,58,851,4.84,4.88,3.05 +"34074",0.4,"Very Good","D","VS2",59.6,58,851,4.8,4.83,2.87 +"34075",0.4,"Very Good","F","VS1",60.9,61,851,4.75,4.78,2.9 +"34076",0.36,"Ideal","E","VS1",62.4,55,852,4.59,4.61,2.87 +"34077",0.36,"Ideal","D","VS2",61,56,852,4.59,4.63,2.81 +"34078",0.34,"Ideal","H","VVS2",61.1,56,852,4.52,4.55,2.77 +"34079",0.34,"Ideal","H","VVS2",61.4,56,852,4.48,4.51,2.76 +"34080",0.36,"Ideal","E","VS1",61.7,56,852,4.56,4.58,2.82 +"34081",0.36,"Ideal","E","VS1",62,56,852,4.57,4.59,2.84 +"34082",0.36,"Premium","D","VS2",59.1,58,852,4.63,4.68,2.75 +"34083",0.36,"Ideal","E","VS1",61.6,57,852,4.54,4.58,2.81 +"34084",0.36,"Ideal","D","VS2",61.1,57,852,4.58,4.62,2.81 +"34085",0.36,"Ideal","D","VS2",61.5,57,852,4.56,4.58,2.81 +"34086",0.36,"Ideal","E","VS1",61.8,56,852,4.56,4.6,2.83 +"34087",0.36,"Premium","E","VS1",60.4,58,852,4.64,4.67,2.81 +"34088",0.36,"Premium","D","VS2",60.5,58,852,4.6,4.63,2.79 +"34089",0.36,"Ideal","D","VS2",61.8,56,852,4.56,4.6,2.83 +"34090",0.41,"Very Good","F","SI1",63.4,58,852,4.75,4.68,2.99 +"34091",0.41,"Premium","E","SI1",58.8,62,852,4.87,4.85,2.86 +"34092",0.33,"Ideal","E","VVS1",62.6,58,852,4.36,4.4,2.74 +"34093",0.31,"Ideal","D","VS2",61.8,55,852,4.33,4.36,2.69 +"34094",0.43,"Ideal","I","SI1",60.9,57,852,4.88,4.9,2.98 +"34095",0.45,"Ideal","G","SI1",62,54,852,4.95,4.98,3.08 +"34096",0.36,"Ideal","I","IF",60.8,57,852,4.6,4.64,2.81 +"34097",0.36,"Premium","D","VS2",61.8,58,852,4.55,4.58,2.82 +"34098",0.36,"Premium","D","VS2",61,59,852,4.57,4.61,2.8 +"34099",0.36,"Premium","E","VS1",61.3,58,852,4.56,4.58,2.8 +"34100",0.36,"Premium","D","VS2",61,58,852,4.59,4.62,2.81 +"34101",0.43,"Very Good","G","VS2",62.4,56,852,4.84,4.87,3.02 +"34102",0.36,"Ideal","D","VS2",61.7,55,852,4.58,4.6,2.83 +"34103",0.36,"Ideal","D","VS2",61.6,56,852,4.55,4.57,2.81 +"34104",0.36,"Ideal","D","VS2",60.6,57,852,4.57,4.61,2.78 +"34105",0.38,"Very Good","G","VVS2",61.5,57,853,4.66,4.68,2.87 +"34106",0.4,"Very Good","G","VS1",60,56,853,4.81,4.85,2.9 +"34107",0.39,"Ideal","H","VVS2",61.4,56.1,853,4.7,4.73,2.89 +"34108",0.39,"Ideal","H","VVS2",62.1,54.3,853,4.63,4.69,2.9 +"34109",0.3,"Ideal","D","VVS1",62.1,56,853,4.31,4.32,2.68 +"34110",0.38,"Good","D","VS1",63.4,55,853,4.61,4.64,2.93 +"34111",0.33,"Premium","G","IF",59.4,59,853,4.49,4.54,2.68 +"34112",0.36,"Ideal","F","VVS2",60.4,58,853,4.61,4.66,2.8 +"34113",0.31,"Ideal","D","VVS2",61,56,853,4.37,4.39,2.67 +"34114",0.35,"Ideal","G","VVS1",61.8,54.5,853,4.54,4.58,2.82 +"34115",0.31,"Ideal","E","VVS1",59.7,60,853,4.41,4.43,2.64 +"34116",0.31,"Ideal","E","VVS1",61.5,56,853,4.34,4.37,2.68 +"34117",0.31,"Ideal","E","VVS1",61.7,56,853,4.38,4.4,2.71 +"34118",0.31,"Ideal","E","VVS1",62.1,55,853,4.34,4.36,2.7 +"34119",0.31,"Ideal","E","VVS1",62.5,54,853,4.33,4.37,2.72 +"34120",0.38,"Ideal","E","VS2",62,56,853,4.62,4.66,2.88 +"34121",0.38,"Ideal","E","VS2",61.7,54.3,853,4.68,4.69,2.89 +"34122",0.39,"Ideal","G","VS1",62.2,54.3,853,4.66,4.69,2.91 +"34123",0.31,"Ideal","G","IF",61.6,54,853,4.36,4.4,2.7 +"34124",0.31,"Ideal","G","IF",60.5,61,853,4.39,4.4,2.66 +"34125",0.35,"Ideal","F","VS1",62.4,55,853,4.52,4.49,2.81 +"34126",0.35,"Premium","E","VS2",61.4,58,853,4.55,4.51,2.78 +"34127",0.39,"Very Good","G","VVS1",62.7,58,854,4.65,4.69,2.93 +"34128",0.42,"Very Good","G","VS2",62.1,55,854,4.8,4.83,2.99 +"34129",0.47,"Very Good","J","VS1",63,60,854,4.92,4.95,3.11 +"34130",0.32,"Ideal","D","VVS2",59.9,59,854,4.45,4.46,2.67 +"34131",0.4,"Ideal","I","VVS1",62.3,56,854,4.67,4.7,2.92 +"34132",0.32,"Ideal","F","VVS1",61.3,55,854,4.42,4.45,2.72 +"34133",0.32,"Ideal","F","VVS1",60.4,57,854,4.41,4.43,2.67 +"34134",0.33,"Ideal","F","VVS1",61.1,55,854,4.48,4.52,2.75 +"34135",0.3,"Ideal","F","VVS1",62,54.2,854,4.31,4.33,2.68 +"34136",0.32,"Ideal","F","VVS1",61.6,55,854,4.4,4.43,2.72 +"34137",0.32,"Ideal","F","VVS1",62.3,55,854,4.37,4.4,2.73 +"34138",0.32,"Ideal","F","VVS1",61.6,55,854,4.42,4.44,2.73 +"34139",0.32,"Ideal","F","VVS1",62.5,53,854,4.4,4.43,2.76 +"34140",0.4,"Ideal","E","VS2",62.1,54,854,4.72,4.75,2.94 +"34141",0.33,"Ideal","F","VS2",60.5,55,854,4.55,4.47,2.73 +"34142",0.33,"Ideal","F","VS2",61.3,56,854,4.47,4.43,2.73 +"34143",0.33,"Premium","F","VS2",62.2,58,854,4.44,4.43,2.76 +"34144",0.33,"Very Good","F","VS2",63.2,56,854,4.41,4.39,2.78 +"34145",0.33,"Ideal","H","VVS2",60.9,57,854,4.52,4.48,2.74 +"34146",0.33,"Ideal","H","VVS2",62.2,56,854,4.46,4.44,2.77 +"34147",0.33,"Ideal","H","VVS2",62.2,54,854,4.46,4.44,2.77 +"34148",0.33,"Ideal","H","VVS2",61.9,55,854,4.47,4.45,2.76 +"34149",0.33,"Ideal","H","VVS2",61.7,56,854,4.44,4.41,2.73 +"34150",0.33,"Ideal","H","VVS2",61.9,57,854,4.44,4.41,2.74 +"34151",0.33,"Premium","H","VVS2",61.6,58,854,4.45,4.42,2.73 +"34152",0.33,"Premium","H","VVS2",62.4,60,854,4.42,4.39,2.75 +"34153",0.33,"Premium","G","VS1",60.3,59,854,4.52,4.44,2.7 +"34154",0.33,"Ideal","G","VS1",62.1,54,854,4.47,4.45,2.77 +"34155",0.33,"Ideal","G","VS1",62.3,54,854,4.48,4.45,2.78 +"34156",0.33,"Ideal","G","VS1",60.1,55,854,4.55,4.5,2.72 +"34157",0.33,"Premium","G","VS1",59.2,59,854,4.54,4.51,2.68 +"34158",0.33,"Premium","G","VS1",61.9,58,854,4.46,4.43,2.75 +"34159",0.33,"Ideal","G","VS1",62.1,55,854,4.46,4.43,2.76 +"34160",0.33,"Ideal","G","VS1",62.1,55,854,4.46,4.43,2.76 +"34161",0.33,"Premium","G","VS1",60.5,58,854,4.49,4.43,2.7 +"34162",0.33,"Premium","G","VS1",61.4,59,854,4.49,4.43,2.74 +"34163",0.33,"Ideal","G","VS1",61.7,56,854,4.47,4.44,2.75 +"34164",0.33,"Premium","G","VS1",60.1,61,854,4.48,4.44,2.68 +"34165",0.33,"Ideal","G","VS1",61.4,55,854,4.48,4.44,2.74 +"34166",0.33,"Ideal","G","VS1",61.4,54,854,4.48,4.44,2.74 +"34167",0.33,"Ideal","G","VS1",61.9,56,854,4.48,4.44,2.76 +"34168",0.33,"Ideal","G","VS1",62.1,54,854,4.47,4.42,2.76 +"34169",0.33,"Premium","G","VS1",60.8,59,854,4.45,4.43,2.7 +"34170",0.33,"Premium","G","VS1",61.9,59,854,4.45,4.43,2.75 +"34171",0.33,"Ideal","G","VS1",62.4,56,854,4.45,4.43,2.77 +"34172",0.33,"Ideal","G","VS1",61.8,56,854,4.45,4.42,2.74 +"34173",0.33,"Premium","G","VS1",61.3,58,854,4.46,4.42,2.72 +"34174",0.33,"Premium","G","VS1",61.6,60,854,4.46,4.41,2.73 +"34175",0.33,"Premium","G","VS1",62.4,59,854,4.47,4.41,2.77 +"34176",0.33,"Premium","G","VS1",61.3,58,854,4.45,4.42,2.72 +"34177",0.33,"Premium","G","VS1",62.3,58,854,4.45,4.41,2.76 +"34178",0.33,"Ideal","G","VS1",61.9,55,854,4.44,4.41,2.74 +"34179",0.33,"Ideal","G","VS1",61.6,57,854,4.45,4.41,2.73 +"34180",0.33,"Ideal","G","VS1",62.1,56,854,4.42,4.4,2.74 +"34181",0.33,"Ideal","G","VS1",62.1,56,854,4.42,4.4,2.74 +"34182",0.33,"Premium","G","VS1",61.8,59,854,4.45,4.39,2.73 +"34183",0.33,"Premium","G","VS1",62.2,58,854,4.42,4.39,2.74 +"34184",0.33,"Premium","G","VS1",61.6,58,854,4.44,4.39,2.72 +"34185",0.33,"Premium","G","VS1",62,59,854,4.42,4.36,2.72 +"34186",0.33,"Very Good","G","VS1",63.1,57,854,4.4,4.38,2.77 +"34187",0.33,"Premium","G","VS1",62.8,58,854,4.41,4.38,2.76 +"34188",0.33,"Ideal","G","VS1",62.3,57,854,4.42,4.38,2.74 +"34189",0.33,"Ideal","G","VS1",62.9,57,854,4.43,4.38,2.77 +"34190",0.33,"Premium","F","VS2",61.2,58,854,4.5,4.45,2.74 +"34191",0.33,"Ideal","F","VS2",61.2,54,854,4.49,4.47,2.74 +"34192",0.33,"Ideal","F","VS2",61.6,56,854,4.46,4.44,2.74 +"34193",0.33,"Premium","F","VS2",60.8,58,854,4.47,4.44,2.71 +"34194",0.33,"Premium","F","VS2",60.1,58,854,4.47,4.45,2.68 +"34195",0.33,"Ideal","F","VS2",62.1,55,854,4.47,4.45,2.77 +"34196",0.33,"Ideal","F","VS2",61.4,57,854,4.48,4.45,2.74 +"34197",0.33,"Ideal","F","VS2",61.9,55,854,4.46,4.43,2.75 +"34198",0.33,"Ideal","F","VS2",62.1,54,854,4.46,4.43,2.76 +"34199",0.33,"Ideal","F","VS2",62.3,56,854,4.46,4.43,2.77 +"34200",0.33,"Ideal","F","VS2",62.3,55,854,4.47,4.42,2.77 +"34201",0.33,"Ideal","F","VS2",61.9,57,854,4.42,4.4,2.73 +"34202",0.33,"Ideal","F","VS2",62.6,55,854,4.42,4.4,2.76 +"34203",0.33,"Ideal","F","VS2",62.3,56,854,4.45,4.41,2.76 +"34204",0.33,"Premium","F","VS2",61.9,57,854,4.44,4.42,2.74 +"34205",0.33,"Premium","F","VS2",62.1,59,854,4.44,4.39,2.74 +"34206",0.33,"Premium","F","VS2",62.4,57,854,4.43,4.39,2.75 +"34207",0.34,"Premium","F","VS2",59.8,59,854,4.55,4.51,2.71 +"34208",0.39,"Premium","G","SI1",61.7,57,854,4.77,4.7,2.92 +"34209",0.33,"Premium","F","VS2",62.4,58,854,4.41,4.37,2.74 +"34210",0.33,"Premium","F","VS2",62.1,59,854,4.45,4.4,2.75 +"34211",0.33,"Ideal","F","VS2",61.6,55,854,4.48,4.45,2.75 +"34212",0.33,"Ideal","D","VS2",62.3,54,855,4.46,4.43,2.77 +"34213",0.33,"Ideal","D","VS2",60.3,55,855,4.52,4.5,2.72 +"34214",0.39,"Very Good","G","VS1",62.4,57,855,4.62,4.68,2.9 +"34215",0.39,"Premium","G","VS1",62.6,58,855,4.66,4.7,2.93 +"34216",0.39,"Very Good","H","VVS2",62.1,58,855,4.63,4.65,2.88 +"34217",0.4,"Ideal","G","SI1",61,55,855,4.76,4.81,2.92 +"34218",0.5,"Good","I","SI2",65.3,56,855,4.91,5.01,3.24 +"34219",0.4,"Ideal","H","SI1",62.6,57,855,4.7,4.66,2.93 +"34220",0.4,"Premium","H","SI1",62.6,58,855,4.72,4.68,2.94 +"34221",0.4,"Ideal","H","SI1",62,56,855,4.74,4.68,2.92 +"34222",0.38,"Premium","G","SI1",59.5,62,855,4.71,4.67,2.79 +"34223",0.38,"Premium","G","SI1",60,60,855,4.72,4.65,2.81 +"34224",0.38,"Premium","G","SI1",62.4,59,855,4.64,4.59,2.88 +"34225",0.4,"Premium","D","SI2",60,58,855,4.84,4.8,2.89 +"34226",0.4,"Good","I","VS2",63.8,54,855,4.72,4.68,3 +"34227",0.4,"Premium","H","SI1",62.7,58,855,4.69,4.65,2.93 +"34228",0.4,"Premium","H","SI1",62.8,59,855,4.69,4.67,2.94 +"34229",0.4,"Premium","H","SI1",62.1,62,855,4.73,4.7,2.93 +"34230",0.4,"Premium","E","SI2",62.9,58,855,4.74,4.7,2.97 +"34231",0.4,"Premium","E","SI2",61.4,59,855,4.75,4.7,2.9 +"34232",0.4,"Ideal","E","SI2",61.2,55,855,4.77,4.74,2.91 +"34233",0.4,"Very Good","E","SI2",63.2,57,855,4.68,4.66,2.95 +"34234",0.4,"Premium","E","SI2",62.9,59,855,4.69,4.66,2.94 +"34235",0.4,"Premium","E","SI2",61.4,57,855,4.74,4.68,2.89 +"34236",0.4,"Premium","D","SI2",61.1,58,855,4.76,4.73,2.9 +"34237",0.4,"Premium","D","SI2",59.9,60,855,4.78,4.74,2.85 +"34238",0.4,"Premium","D","SI2",60.4,59,855,4.83,4.8,2.91 +"34239",0.4,"Premium","D","SI2",61.9,58,855,4.73,4.71,2.92 +"34240",0.4,"Premium","D","SI2",62.2,58,855,4.75,4.71,2.94 +"34241",0.4,"Premium","D","SI2",62.4,58,855,4.73,4.69,2.94 +"34242",0.4,"Premium","D","SI2",61.7,58,855,4.74,4.69,2.91 +"34243",0.4,"Premium","D","SI2",62.1,60,855,4.75,4.69,2.93 +"34244",0.4,"Ideal","D","SI2",62.8,56,855,4.73,4.7,2.96 +"34245",0.4,"Premium","D","SI2",61.6,59,855,4.74,4.68,2.9 +"34246",0.4,"Very Good","D","SI2",63.4,56,855,4.73,4.67,2.98 +"34247",0.38,"Very Good","J","VVS2",63.4,56,855,4.62,4.56,2.91 +"34248",0.38,"Premium","G","SI1",61.4,61,855,4.66,4.62,2.85 +"34249",0.38,"Ideal","G","SI1",61.3,56,855,4.67,4.63,2.85 +"34250",0.38,"Ideal","G","SI1",62.4,57,855,4.65,4.62,2.89 +"34251",0.38,"Ideal","G","SI1",60.9,56,855,4.71,4.68,2.86 +"34252",0.46,"Fair","I","VS2",66.8,55,855,4.82,4.77,3.2 +"34253",0.4,"Ideal","H","SI1",62.9,56,855,4.7,4.65,2.94 +"34254",0.33,"Very Good","D","VVS2",61.9,56,856,4.44,4.48,2.76 +"34255",0.34,"Ideal","F","VS2",61.4,55,856,4.54,4.52,2.78 +"34256",0.53,"Ideal","J","SI2",61.9,54,856,5.2,5.23,3.23 +"34257",0.37,"Ideal","D","VVS2",62.4,56,857,4.56,4.64,2.87 +"34258",0.3,"Ideal","F","VVS1",62.3,56,857,4.3,4.34,2.69 +"34259",0.3,"Ideal","F","VVS1",61.7,56,857,4.33,4.35,2.68 +"34260",0.3,"Ideal","F","VVS1",62.6,56,857,4.26,4.29,2.67 +"34261",0.3,"Ideal","H","SI1",60.7,56,465,4.35,4.37,2.65 +"34262",0.3,"Ideal","H","SI1",62.1,56,465,4.3,4.32,2.67 +"34263",0.23,"Good","E","VVS2",61.9,60,465,3.95,4.03,2.47 +"34264",0.31,"Premium","J","SI1",61.9,59,465,4.32,4.28,2.66 +"34265",0.31,"Very Good","J","SI1",63.5,55,465,4.33,4.3,2.74 +"34266",0.31,"Premium","J","SI1",60.9,60,465,4.38,4.36,2.66 +"34267",0.31,"Premium","J","SI1",62.7,59,465,4.32,4.29,2.7 +"34268",0.29,"Very Good","H","VVS2",62.2,54,466,4.23,4.26,2.64 +"34269",0.32,"Ideal","I","VS2",62.3,55,466,4.39,4.41,2.74 +"34270",0.32,"Ideal","I","VS2",61.5,54,466,4.43,4.45,2.73 +"34271",0.32,"Ideal","I","VS2",62,53,466,4.42,4.45,2.75 +"34272",0.25,"Very Good","H","VVS2",63.3,54,467,3.98,4.02,2.52 +"34273",0.25,"Very Good","H","VVS1",61.6,56,467,4.07,4.1,2.51 +"34274",0.28,"Ideal","H","VS2",62.5,54,467,4.2,4.22,2.63 +"34275",0.28,"Ideal","H","VS2",61.9,55,467,4.2,4.23,2.61 +"34276",0.41,"Good","G","I1",63.8,56,467,4.7,4.74,3.01 +"34277",0.3,"Premium","E","SI2",61.5,62,468,4.31,4.28,2.64 +"34278",0.31,"Very Good","I","VS2",61.6,56,468,4.36,4.39,2.69 +"34279",0.23,"Very Good","D","VS1",62.4,56,468,3.93,3.98,2.46 +"34280",0.31,"Ideal","J","VVS2",62,56.1,468,4.31,4.33,2.68 +"34281",0.32,"Premium","J","SI1",62.2,59,468,4.41,4.37,2.73 +"34282",0.32,"Good","D","I1",64,54,468,4.36,4.33,2.78 +"34283",0.39,"Premium","H","SI2",61.2,58,468,4.51,6.02,4.44 +"34284",0.23,"Very Good","F","VVS2",58.1,63,468,4.04,4.08,2.36 +"34285",0.26,"Ideal","H","IF",61.1,57,468,4.12,4.16,2.53 +"34286",0.26,"Very Good","H","VVS1",62.5,58,468,4.08,4.11,2.56 +"34287",0.26,"Very Good","H","VVS2",62.4,58,468,4.04,4.07,2.53 +"34288",0.26,"Ideal","H","VVS1",61.2,56,468,4.11,4.16,2.53 +"34289",0.26,"Premium","H","VVS1",59.8,59,468,4.12,4.17,2.48 +"34290",0.26,"Good","H","VVS2",63.3,58,468,4.04,4.08,2.57 +"34291",0.3,"Ideal","F","VVS1",61.8,55,857,4.32,4.35,2.68 +"34292",0.3,"Ideal","F","VVS1",62.2,53,857,4.3,4.32,2.68 +"34293",0.3,"Ideal","F","VVS1",61.8,54,857,4.34,4.36,2.69 +"34294",0.43,"Ideal","H","VS2",60.7,55,857,4.96,4.89,2.99 +"34295",0.39,"Ideal","G","VS2",62.5,54,857,4.67,4.7,2.93 +"34296",0.3,"Ideal","D","VS2",60.9,57,857,4.34,4.36,2.65 +"34297",0.3,"Ideal","E","VS1",61.6,55,857,4.34,4.36,2.68 +"34298",0.4,"Fair","F","SI1",64.7,58,857,4.67,4.63,3.01 +"34299",0.4,"Good","E","SI1",64.2,57,857,4.68,4.66,3 +"34300",0.36,"Very Good","G","VVS2",59.5,56,858,4.68,4.73,2.8 +"34301",0.3,"Very Good","F","VVS1",58.1,61,858,4.39,4.42,2.56 +"34302",0.4,"Very Good","E","VS2",62.9,59,858,4.7,4.75,2.97 +"34303",0.32,"Ideal","D","VVS2",62.1,54,858,4.4,4.4,2.74 +"34304",0.33,"Ideal","G","VVS1",61.9,55,858,4.45,4.5,2.77 +"34305",0.34,"Ideal","F","VVS1",61.1,57,858,4.55,4.58,2.79 +"34306",0.37,"Ideal","E","VS1",61.6,54,858,4.6,4.65,2.86 +"34307",0.36,"Good","F","VVS1",62.4,63,858,4.46,4.51,2.8 +"34308",0.29,"Ideal","E","VVS2",62,55,858,4.27,4.25,2.64 +"34309",0.29,"Ideal","F","VVS1",60.9,57,858,4.32,4.29,2.62 +"34310",0.29,"Ideal","E","VVS1",62.7,55,858,4.22,4.2,2.64 +"34311",0.43,"Ideal","H","SI1",62.1,57,858,4.83,4.77,2.98 +"34312",0.43,"Very Good","E","SI2",63.4,57,858,4.82,4.77,3.04 +"34313",0.43,"Good","E","SI2",63.6,55,858,4.83,4.8,3.06 +"34314",0.43,"Very Good","D","SI2",63.4,57,858,4.81,4.78,3.04 +"34315",0.43,"Very Good","D","SI2",63.3,57,858,4.82,4.79,3.04 +"34316",0.43,"Very Good","D","SI2",63.1,59,858,4.81,4.8,3.03 +"34317",0.31,"Very Good","F","VVS1",61.4,56,859,4.37,4.4,2.69 +"34318",0.33,"Very Good","F","VVS1",62,56,859,4.41,4.44,2.74 +"34319",0.46,"Very Good","F","SI2",61.6,55,859,4.98,5.02,3.08 +"34320",0.35,"Very Good","G","VVS1",61.8,57,859,4.5,4.53,2.79 +"34321",0.35,"Ideal","H","IF",61.7,54,859,4.53,4.55,2.8 +"34322",0.36,"Premium","E","VVS2",61.7,59,859,4.52,4.56,2.8 +"34323",0.4,"Ideal","G","VS2",62.1,58,859,4.68,4.72,2.92 +"34324",0.32,"Ideal","E","VVS1",60.7,55,860,4.42,4.45,2.69 +"34325",0.39,"Premium","F","SI1",61.3,62,860,4.71,4.68,2.88 +"34326",0.39,"Premium","E","SI1",59.1,59,860,4.81,4.76,2.83 +"34327",0.4,"Very Good","G","VS1",62.9,54.8,861,4.71,4.76,2.98 +"34328",0.48,"Ideal","J","VS1",62.2,54,861,5.01,5.06,3.13 +"34329",0.33,"Ideal","G","IF",62.7,56,861,4.39,4.44,2.77 +"34330",0.41,"Ideal","G","SI1",62.2,56,861,4.77,4.75,2.96 +"34331",0.41,"Very Good","G","SI1",63.4,57,861,4.73,4.7,2.99 +"34332",0.41,"Premium","G","SI1",62.8,58,861,4.74,4.72,2.97 +"34333",0.3,"Very Good","E","VVS1",62.1,57,862,4.27,4.3,2.66 +"34334",0.3,"Very Good","E","VVS1",62.6,56,862,4.26,4.27,2.67 +"34335",0.3,"Very Good","E","VVS1",60.5,57,862,4.37,4.39,2.65 +"34336",0.42,"Ideal","I","VVS2",62.8,54,862,4.78,4.8,3.01 +"34337",0.3,"Ideal","E","VVS1",62.2,57,862,4.28,4.31,2.67 +"34338",0.3,"Ideal","E","VVS1",61.2,57,862,4.32,4.34,2.65 +"34339",0.3,"Ideal","E","VVS1",62.5,57,862,4.27,4.3,2.68 +"34340",0.3,"Ideal","E","VVS1",62.1,57,862,4.27,4.29,2.66 +"34341",0.3,"Ideal","E","VVS1",62,58,862,4.28,4.3,2.66 +"34342",0.3,"Ideal","E","VVS1",62.1,57,862,4.27,4.3,2.66 +"34343",0.3,"Ideal","E","VVS1",62.5,56,862,4.28,4.3,2.68 +"34344",0.3,"Ideal","E","VVS1",62.3,55,862,4.31,4.32,2.69 +"34345",0.3,"Ideal","E","VVS1",61.7,58,862,4.28,4.31,2.65 +"34346",0.39,"Ideal","F","VS2",59.2,58,862,4.78,4.81,2.84 +"34347",0.36,"Ideal","F","VS1",60.1,56,862,4.65,4.69,2.8 +"34348",0.32,"Ideal","D","VS1",61.5,56,862,4.41,4.43,2.72 +"34349",0.35,"Ideal","D","VS1",60.1,57,862,4.58,4.61,2.76 +"34350",0.33,"Ideal","I","IF",61.2,56,862,4.46,4.49,2.74 +"34351",0.42,"Premium","D","SI2",62,59,862,4.83,4.78,2.98 +"34352",0.34,"Premium","H","VVS1",61.2,58,862,4.51,4.48,2.75 +"34353",0.31,"Ideal","D","VS1",62,57,863,4.35,4.33,2.69 +"34354",0.43,"Very Good","G","VS2",62.9,56,863,4.77,4.8,3.01 +"34355",0.37,"Very Good","F","VS1",58.6,65,863,4.68,4.71,2.75 +"34356",0.3,"Very Good","D","VS1",60.1,55,863,4.37,4.4,2.63 +"34357",0.3,"Very Good","D","VS1",62,55,863,4.31,4.35,2.68 +"34358",0.3,"Very Good","G","IF",62.6,56,863,4.27,4.29,2.68 +"34359",0.41,"Very Good","F","VS2",62.8,57,863,4.73,4.76,2.98 +"34360",0.41,"Good","F","VS2",63.2,57,863,4.74,4.76,3 +"34361",0.41,"Ideal","F","VS2",62.6,57,863,4.76,4.79,2.99 +"34362",0.41,"Ideal","F","VS2",61,57,863,4.76,4.81,2.92 +"34363",0.41,"Premium","F","VS2",60.3,58,863,4.8,4.85,2.91 +"34364",0.41,"Very Good","I","VVS1",62,56,863,4.75,4.77,2.95 +"34365",0.41,"Ideal","F","VS2",61.1,56,863,4.8,4.83,2.94 +"34366",0.41,"Ideal","E","VS1",62.3,53,863,4.74,4.76,2.96 +"34367",0.41,"Premium","F","VS2",61.6,59,863,4.74,4.77,2.93 +"34368",0.41,"Premium","F","VS2",61.3,58,863,4.79,4.84,2.95 +"34369",0.41,"Ideal","F","VS2",62.7,57,863,4.73,4.78,2.98 +"34370",0.41,"Ideal","F","VS2",62.3,57,863,4.75,4.78,2.97 +"34371",0.41,"Ideal","F","VS2",60.8,56,863,4.8,4.81,2.92 +"34372",0.41,"Ideal","F","VS2",60,56,863,4.82,4.88,2.91 +"34373",0.41,"Very Good","F","VS2",62.4,56,863,4.75,4.77,2.97 +"34374",0.41,"Ideal","F","VS2",61.8,57,863,4.75,4.79,2.95 +"34375",0.41,"Ideal","F","VS2",61.9,56,863,4.74,4.76,2.94 +"34376",0.41,"Ideal","F","VS2",62.1,56,863,4.74,4.79,2.96 +"34377",0.41,"Very Good","F","VS2",62.6,58,863,4.75,4.81,2.99 +"34378",0.41,"Ideal","F","VS2",61.4,55,863,4.78,4.83,2.95 +"34379",0.41,"Ideal","I","VVS1",61.8,55,863,4.76,4.79,2.95 +"34380",0.41,"Premium","I","VVS1",61.5,59,863,4.75,4.81,2.94 +"34381",0.41,"Very Good","I","VVS1",59.8,61,863,4.79,4.84,2.88 +"34382",0.41,"Very Good","I","VVS1",61.9,57,863,4.78,4.82,2.97 +"34383",0.41,"Very Good","F","VS2",61.1,56,863,4.79,4.84,2.94 +"34384",0.41,"Ideal","I","VVS1",61.3,56,863,4.8,4.85,2.96 +"34385",0.41,"Ideal","F","VS2",62.7,56,863,4.72,4.78,2.98 +"34386",0.41,"Very Good","F","VS2",62.6,57,863,4.71,4.74,2.96 +"34387",0.41,"Premium","F","VS2",60.3,60,863,4.81,4.84,2.91 +"34388",0.41,"Ideal","F","VS2",61.8,56,863,4.76,4.79,2.95 +"34389",0.41,"Ideal","F","VS2",60.9,57,863,4.74,4.78,2.9 +"34390",0.41,"Ideal","F","VS2",61.8,56,863,4.78,4.8,2.96 +"34391",0.41,"Ideal","F","VS2",61.8,57,863,4.73,4.78,2.94 +"34392",0.41,"Very Good","F","VS2",62.8,58,863,4.69,4.73,2.96 +"34393",0.34,"Ideal","G","VVS1",61.3,55,863,4.54,4.56,2.79 +"34394",0.34,"Ideal","G","VVS1",61.9,54,863,4.49,4.52,2.79 +"34395",0.34,"Ideal","G","VVS1",62.1,53,863,4.49,4.53,2.8 +"34396",0.34,"Ideal","G","VVS1",61.7,56,863,4.5,4.55,2.79 +"34397",0.3,"Ideal","F","VVS1",60.5,56,863,4.34,4.45,2.66 +"34398",0.31,"Ideal","E","VVS1",61.1,56,863,4.36,4.38,2.67 +"34399",0.36,"Ideal","E","VS1",62,54.2,863,4.55,4.58,2.83 +"34400",0.34,"Ideal","H","IF",61.6,54,863,4.49,4.53,2.78 +"34401",0.34,"Ideal","H","IF",61.9,53,863,4.5,4.52,2.79 +"34402",0.34,"Ideal","H","IF",61.7,56,863,4.5,4.51,2.78 +"34403",0.34,"Ideal","H","IF",62,53,863,4.49,4.51,2.79 +"34404",0.34,"Ideal","H","IF",61.8,54,863,4.51,4.55,2.8 +"34405",0.34,"Ideal","H","IF",61.7,55,863,4.5,4.54,2.79 +"34406",0.3,"Ideal","G","IF",61.5,55,863,4.33,4.35,2.67 +"34407",0.3,"Ideal","G","IF",61.6,53,863,4.32,4.35,2.67 +"34408",0.3,"Ideal","G","IF",61.3,55,863,4.33,4.35,2.66 +"34409",0.3,"Ideal","G","IF",62.1,55,863,4.32,4.35,2.69 +"34410",0.3,"Ideal","G","IF",62.4,55,863,4.32,4.34,2.7 +"34411",0.3,"Ideal","G","IF",62.3,56,863,4.31,4.32,2.69 +"34412",0.3,"Ideal","G","IF",61.9,57,863,4.27,4.29,2.65 +"34413",0.3,"Ideal","G","IF",62.4,54,863,4.31,4.34,2.7 +"34414",0.3,"Ideal","G","IF",60.7,57,863,4.34,4.39,2.65 +"34415",0.3,"Ideal","G","IF",62,55,863,4.33,4.35,2.69 +"34416",0.3,"Ideal","G","IF",61.2,57,863,4.35,4.38,2.67 +"34417",0.3,"Ideal","G","IF",62,54,863,4.33,4.35,2.69 +"34418",0.3,"Ideal","G","IF",62.1,55,863,4.32,4.34,2.69 +"34419",0.3,"Ideal","G","IF",60.9,58,863,4.32,4.35,2.64 +"34420",0.3,"Ideal","G","IF",61.6,56,863,4.34,4.36,2.68 +"34421",0.3,"Ideal","G","IF",61.8,55,863,4.32,4.36,2.68 +"34422",0.3,"Ideal","G","IF",62.3,54,863,4.32,4.35,2.7 +"34423",0.3,"Ideal","G","IF",62.1,55,863,4.32,4.35,2.69 +"34424",0.3,"Ideal","G","IF",60.9,56,863,4.34,4.36,2.65 +"34425",0.3,"Ideal","G","IF",61.5,56,863,4.32,4.36,2.67 +"34426",0.3,"Ideal","G","IF",62.1,54,863,4.3,4.33,2.68 +"34427",0.3,"Ideal","G","IF",62.3,56,863,4.29,4.32,2.68 +"34428",0.3,"Ideal","G","IF",61.4,57,863,4.3,4.33,2.65 +"34429",0.3,"Ideal","G","IF",62.2,55,863,4.31,4.34,2.69 +"34430",0.3,"Ideal","G","IF",60.9,57,863,4.35,4.39,2.66 +"34431",0.3,"Ideal","G","IF",62.1,53,863,4.3,4.33,2.68 +"34432",0.3,"Ideal","G","IF",62.5,54,863,4.31,4.33,2.7 +"34433",0.3,"Ideal","G","IF",62.3,55,863,4.3,4.33,2.69 +"34434",0.3,"Ideal","G","IF",61.9,55,863,4.33,4.36,2.69 +"34435",0.3,"Ideal","G","IF",61,57,863,4.31,4.34,2.64 +"34436",0.3,"Ideal","G","IF",62.1,57,863,4.27,4.29,2.66 +"34437",0.5,"Premium","G","SI2",62.4,61,863,5.02,4.98,3.12 +"34438",0.46,"Premium","I","SI2",61,58,863,5.03,4.97,3.05 +"34439",0.36,"Ideal","E","VS2",61.1,57,864,4.61,4.56,2.8 +"34440",0.32,"Ideal","E","VVS2",62.4,56,864,4.39,4.43,2.75 +"34441",0.32,"Ideal","E","VVS2",61.5,55,864,4.41,4.44,2.72 +"34442",0.31,"Ideal","E","VVS2",60.9,55,864,4.42,4.45,2.7 +"34443",0.31,"Ideal","E","VVS2",61.3,55,864,4.34,4.37,2.67 +"34444",0.31,"Ideal","E","VVS2",62,54,864,4.38,4.39,2.72 +"34445",0.31,"Ideal","E","VVS2",61.1,56,864,4.38,4.39,2.68 +"34446",0.31,"Ideal","E","VVS2",60.2,57,864,4.39,4.41,2.65 +"34447",0.31,"Ideal","E","VVS2",62,54,864,4.33,4.35,2.69 +"34448",0.31,"Ideal","E","VVS2",61.8,54,864,4.34,4.36,2.69 +"34449",0.46,"Ideal","G","SI2",62.2,53,864,4.95,4.98,3.09 +"34450",0.4,"Premium","G","SI1",61.7,61,864,4.68,4.63,2.87 +"34451",0.32,"Premium","I","IF",60.3,58,864,4.45,4.41,2.67 +"34452",0.32,"Ideal","I","IF",60.8,54,864,4.47,4.44,2.71 +"34453",0.32,"Premium","I","IF",61.9,59,864,4.39,4.37,2.71 +"34454",0.32,"Ideal","I","IF",62.2,57,864,4.37,4.35,2.71 +"34455",0.4,"Premium","F","SI2",59.6,58,864,4.85,4.81,2.88 +"34456",0.36,"Very Good","H","IF",62.3,56,865,4.55,4.58,2.85 +"34457",0.36,"Very Good","H","IF",61.6,56,865,4.57,4.62,2.83 +"34458",0.36,"Very Good","H","IF",60.8,57,865,4.58,4.6,2.79 +"34459",0.34,"Ideal","D","VS1",60.9,56,865,4.51,4.56,2.76 +"34460",0.42,"Ideal","I","VVS1",60.5,57,865,4.84,4.88,2.94 +"34461",0.31,"Ideal","E","VVS1",61.1,56,865,4.38,4.42,2.69 +"34462",0.31,"Ideal","E","VVS1",61.5,56,865,4.36,4.39,2.69 +"34463",0.31,"Ideal","E","VVS1",61.4,55,865,4.35,4.38,2.68 +"34464",0.31,"Ideal","E","VVS1",61.3,56,865,4.38,4.4,2.69 +"34465",0.31,"Ideal","E","VVS1",60.2,61,865,4.4,4.43,2.66 +"34466",0.38,"Ideal","F","VS1",61.3,56,865,4.67,4.7,2.87 +"34467",0.38,"Ideal","F","VS1",62,54,865,4.65,4.68,2.89 +"34468",0.39,"Ideal","I","IF",60.8,56,865,4.73,4.75,2.88 +"34469",0.41,"Very Good","E","VS2",59.7,58,866,4.79,4.82,2.87 +"34470",0.38,"Ideal","E","VS1",62.2,55,866,4.63,4.67,2.89 +"34471",0.3,"Ideal","D","VVS1",62.2,57,866,4.3,4.35,2.69 +"34472",0.38,"Very Good","E","VS2",59.2,60,866,4.73,4.77,2.81 +"34473",0.38,"Very Good","E","VS2",60.3,58,866,4.67,4.72,2.83 +"34474",0.38,"Premium","E","VS2",62.2,59,866,4.63,4.67,2.89 +"34475",0.38,"Ideal","E","VS2",61.7,55,866,4.66,4.68,2.88 +"34476",0.38,"Very Good","E","VS2",60.5,58,866,4.66,4.7,2.83 +"34477",0.38,"Ideal","E","VS2",60.1,56,866,4.69,4.72,2.83 +"34478",0.38,"Premium","E","VS2",61.8,58,866,4.61,4.64,2.86 +"34479",0.38,"Very Good","E","VS2",60.5,62,866,4.65,4.74,2.84 +"34480",0.39,"Ideal","G","SI1",60.5,56,866,4.77,4.79,2.89 +"34481",0.33,"Premium","E","VS2",60.6,58,866,4.49,4.45,2.71 +"34482",0.4,"Very Good","F","VS2",63.6,56,867,4.66,4.68,2.97 +"34483",0.43,"Premium","G","VS2",60.8,59,867,4.86,4.91,2.97 +"34484",0.43,"Very Good","G","VS2",62.9,59,867,4.78,4.83,3.02 +"34485",0.43,"Very Good","G","VS2",59.1,60,867,4.88,4.93,2.9 +"34486",0.43,"Premium","H","VS1",62.3,58,867,4.75,4.81,2.98 +"34487",0.43,"Premium","G","VS2",61.1,59,867,4.83,4.86,2.96 +"34488",0.43,"Premium","G","VS2",61.2,58,867,4.84,4.9,2.98 +"34489",0.43,"Premium","G","VS2",61.3,58,867,4.83,4.86,2.97 +"34490",0.43,"Premium","H","VS1",60,59,867,4.86,4.98,2.95 +"34491",0.43,"Premium","G","VS2",62.3,58,867,4.81,4.85,3.01 +"34492",0.43,"Premium","G","VS2",61.1,58,867,4.84,4.88,2.97 +"34493",0.32,"Ideal","D","VVS2",61.3,55,867,4.4,4.44,2.71 +"34494",0.32,"Ideal","D","VVS2",62,55,867,4.39,4.41,2.73 +"34495",0.32,"Ideal","F","VVS1",61.5,56,867,4.41,4.43,2.72 +"34496",0.32,"Ideal","F","VVS1",61.7,55,867,4.42,4.46,2.74 +"34497",0.32,"Ideal","F","VVS1",61.7,55,867,4.38,4.43,2.72 +"34498",0.32,"Ideal","F","VVS1",60.6,56,867,4.46,4.48,2.71 +"34499",0.32,"Ideal","F","VVS1",62,56,867,4.37,4.41,2.72 +"34500",0.4,"Ideal","F","VS2",61,62,867,4.71,4.74,2.88 +"34501",0.42,"Good","I","VVS1",59.2,61,867,4.88,4.91,2.9 +"34502",0.47,"Premium","J","SI2",61.9,59,867,4.99,4.96,3.08 +"34503",0.4,"Very Good","G","VVS2",60.6,59,868,4.74,4.8,2.89 +"34504",0.4,"Very Good","G","VVS2",63.2,55,868,4.72,4.74,2.99 +"34505",0.4,"Very Good","D","VS2",60.8,59,868,4.71,4.77,2.88 +"34506",0.4,"Very Good","G","VS1",61.5,58,868,4.72,4.74,2.91 +"34507",0.4,"Very Good","F","VS1",60.4,58,868,4.75,4.79,2.88 +"34508",0.4,"Ideal","H","VVS2",61.1,55,868,4.75,4.78,2.91 +"34509",0.33,"Premium","H","IF",62,58,868,4.39,4.42,2.73 +"34510",0.33,"Ideal","G","VVS1",62.3,55,868,4.43,4.46,2.77 +"34511",0.33,"Premium","G","VVS1",60.9,60,868,4.46,4.5,2.73 +"34512",0.33,"Ideal","E","VVS2",61.2,57,868,4.45,4.47,2.73 +"34513",0.33,"Very Good","H","IF",60.3,59,868,4.47,4.49,2.7 +"34514",0.33,"Premium","G","VVS1",60.4,59,868,4.44,4.47,2.69 +"34515",0.3,"Premium","F","VVS1",62,59,868,4.24,4.28,2.64 +"34516",0.33,"Ideal","G","VVS1",61.7,54,868,4.47,4.48,2.76 +"34517",0.33,"Ideal","H","IF",61.9,55,868,4.42,4.44,2.74 +"34518",0.33,"Ideal","G","VVS1",62,56,868,4.45,4.48,2.77 +"34519",0.3,"Ideal","F","VVS1",62.4,56,868,4.28,4.31,2.68 +"34520",0.33,"Premium","E","VVS2",60.3,58,868,4.47,4.49,2.7 +"34521",0.33,"Premium","G","VVS1",62.1,58,868,4.4,4.43,2.74 +"34522",0.33,"Premium","H","IF",61.8,60,868,4.4,4.44,2.73 +"34523",0.33,"Premium","G","VVS1",61.9,59,868,4.38,4.41,2.72 +"34524",0.33,"Very Good","G","VVS1",61.2,60,868,4.42,4.44,2.71 +"34525",0.33,"Very Good","G","VVS1",61.4,60,868,4.39,4.44,2.71 +"34526",0.33,"Ideal","G","VVS1",60.8,56,868,4.42,4.46,2.7 +"34527",0.33,"Premium","G","VVS1",60.9,58,868,4.43,4.47,2.71 +"34528",0.3,"Ideal","F","VVS1",61.9,57,868,4.3,4.33,2.67 +"34529",0.3,"Premium","F","VVS1",61.8,59,868,4.26,4.29,2.64 +"34530",0.33,"Ideal","G","VVS1",61.7,56,868,4.45,4.47,2.75 +"34531",0.33,"Ideal","G","VVS1",62,56,868,4.45,4.48,2.77 +"34532",0.33,"Ideal","G","VVS1",62.2,57,868,4.41,4.46,2.76 +"34533",0.3,"Ideal","F","VVS1",62.1,55,868,4.31,4.32,2.68 +"34534",0.33,"Very Good","G","VVS1",62.8,59,868,4.38,4.44,2.77 +"34535",0.33,"Ideal","G","VVS1",61.5,56,868,4.45,4.46,2.74 +"34536",0.33,"Ideal","G","VVS1",61.8,55,868,4.42,4.45,2.74 +"34537",0.33,"Ideal","E","VVS2",61.7,57,868,4.41,4.44,2.73 +"34538",0.33,"Ideal","H","IF",62.1,55,868,4.41,4.44,2.75 +"34539",0.35,"Ideal","G","VVS1",60.7,56,868,4.58,4.6,2.79 +"34540",0.43,"Ideal","H","VS1",61.1,57,868,4.88,4.91,2.99 +"34541",0.43,"Ideal","H","VS1",62.3,57,868,4.81,4.84,3 +"34542",0.4,"Ideal","G","VS1",61.8,57,868,4.73,4.75,2.93 +"34543",0.35,"Ideal","H","IF",61.5,57,868,4.55,4.58,2.8 +"34544",0.43,"Very Good","E","VS2",62.2,58,869,4.81,4.87,3.01 +"34545",0.44,"Ideal","G","VS2",62,55,869,4.89,4.91,3.04 +"34546",0.4,"Good","F","SI1",63.6,59,869,4.67,4.64,2.96 +"34547",0.36,"Ideal","G","VS1",62.3,57,869,4.57,4.55,2.84 +"34548",0.36,"Premium","F","VS2",58.5,58,869,4.69,4.65,2.73 +"34549",0.46,"Ideal","E","SI2",61.3,56,870,4.96,5.02,3.06 +"34550",0.4,"Ideal","I","VVS1",62.3,53.7,870,4.72,4.74,2.95 +"34551",0.38,"Ideal","F","VS2",62.3,54,870,4.65,4.69,2.91 +"34552",0.38,"Ideal","F","VS2",62.2,54,870,4.64,4.66,2.89 +"34553",0.41,"Ideal","G","VS1",61.2,57,870,4.77,4.8,2.93 +"34554",0.41,"Ideal","F","SI1",61.1,56,870,4.79,4.83,2.94 +"34555",0.52,"Premium","F","I1",63,56,870,5.18,5.11,3.24 +"34556",0.4,"Ideal","G","SI2",60.6,56,870,4.82,4.76,2.91 +"34557",0.4,"Premium","G","SI1",59.4,60,870,4.85,4.82,2.87 +"34558",0.38,"Very Good","H","VS2",60.4,56,871,4.71,4.73,2.85 +"34559",0.41,"Very Good","D","VS2",63.8,56,871,4.69,4.74,3.01 +"34560",0.4,"Very Good","G","VS1",61.5,57,871,4.73,4.77,2.92 +"34561",0.38,"Very Good","D","VS2",61.5,62,871,4.6,4.63,2.84 +"34562",0.38,"Very Good","D","VS2",58.8,61,871,4.71,4.74,2.78 +"34563",0.38,"Very Good","D","VS2",58.8,61,871,4.72,4.77,2.79 +"34564",0.38,"Ideal","H","VS1",60.6,57,871,4.7,4.73,2.85 +"34565",0.38,"Very Good","F","VS1",60.2,58,871,4.71,4.73,2.84 +"34566",0.38,"Very Good","D","VS2",58.7,61,871,4.74,4.77,2.79 +"34567",0.38,"Good","D","VS2",63.4,55,871,4.63,4.67,2.95 +"34568",0.38,"Ideal","F","VS2",60.4,55,871,4.71,4.76,2.86 +"34569",0.31,"Ideal","E","VS1",61.6,55,871,4.37,4.39,2.7 +"34570",0.31,"Ideal","G","IF",61,55,871,4.39,4.42,2.69 +"34571",0.31,"Ideal","G","IF",62.1,56,871,4.31,4.34,2.69 +"34572",0.31,"Ideal","G","IF",62.5,56,871,4.33,4.37,2.71 +"34573",0.31,"Ideal","G","IF",62.3,56,871,4.34,4.36,2.71 +"34574",0.31,"Ideal","G","IF",61.9,56,871,4.33,4.35,2.68 +"34575",0.31,"Ideal","G","IF",61.5,54,871,4.4,4.41,2.71 +"34576",0.31,"Ideal","G","IF",61.1,57,871,4.38,4.42,2.68 +"34577",0.31,"Ideal","G","IF",61.7,55,871,4.37,4.39,2.7 +"34578",0.31,"Ideal","G","IF",60.7,58,871,4.37,4.41,2.67 +"34579",0.43,"Premium","F","SI2",61.8,57,871,4.88,4.83,3 +"34580",0.43,"Premium","F","SI2",60.2,60,871,4.91,4.85,2.94 +"34581",0.43,"Premium","F","SI2",60.5,59,871,4.91,4.88,2.96 +"34582",0.5,"Fair","E","SI2",68.6,56,871,4.87,4.75,3.3 +"34583",0.36,"Very Good","F","VVS2",61.6,55,872,4.58,4.6,2.83 +"34584",0.32,"Very Good","G","IF",62.9,55,872,4.37,4.4,2.75 +"34585",0.51,"Very Good","J","SI1",61.7,56,872,5.14,5.17,3.18 +"34586",0.35,"Ideal","F","VVS2",61.2,56,872,4.56,4.58,2.8 +"34587",0.35,"Ideal","F","VVS2",60.8,55,872,4.58,4.61,2.79 +"34588",0.42,"Ideal","F","VS2",62,55,872,4.79,4.82,2.98 +"34589",0.37,"Ideal","D","VS1",61.8,56,872,4.61,4.64,2.86 +"34590",0.31,"Ideal","F","VS1",62.1,56,872,4.35,4.32,2.69 +"34591",0.34,"Ideal","J","VS1",61.9,53.9,469,4.5,4.53,2.79 +"34592",0.37,"Ideal","J","SI1",61.4,57,469,4.62,4.66,2.85 +"34593",0.34,"Ideal","I","SI1",61.9,56,469,4.47,4.5,2.77 +"34594",0.3,"Ideal","G","SI1",62.3,54,469,4.29,4.32,2.68 +"34595",0.27,"Very Good","E","VS2",63,57,470,4.12,4.16,2.61 +"34596",0.27,"Very Good","E","VS2",63.1,57,470,4.07,4.11,2.58 +"34597",0.27,"Very Good","E","VS2",61.3,58,470,4.13,4.16,2.54 +"34598",0.27,"Very Good","E","VS2",59.5,56,470,4.2,4.31,2.53 +"34599",0.27,"Very Good","F","VS2",58.7,58,470,4.25,4.3,2.51 +"34600",0.27,"Very Good","F","VS2",63.3,58,470,4.08,4.1,2.59 +"34601",0.27,"Very Good","E","VS1",61.9,59,470,4.16,4.21,2.59 +"34602",0.27,"Very Good","E","VS1",60.4,59,470,4.18,4.2,2.53 +"34603",0.27,"Very Good","E","VS1",62.9,56,470,4.12,4.15,2.6 +"34604",0.27,"Very Good","E","VS1",60.2,58,470,4.19,4.22,2.53 +"34605",0.27,"Very Good","D","VS1",59.9,58,470,4.17,4.24,2.52 +"34606",0.27,"Very Good","D","VS1",63.2,55,470,4.1,4.16,2.61 +"34607",0.27,"Very Good","D","VS1",60.4,59,470,4.15,4.2,2.52 +"34608",0.27,"Ideal","F","VS2",60.3,56,470,4.21,4.25,2.55 +"34609",0.27,"Ideal","D","VS2",60.2,57,470,4.19,4.21,2.53 +"34610",0.3,"Ideal","F","SI1",62.7,54,470,4.29,4.32,2.7 +"34611",0.28,"Good","E","VS1",64.3,55,470,4.14,4.16,2.67 +"34612",0.22,"Premium","F","SI1",61.7,60,470,3.9,3.85,2.39 +"34613",0.27,"Ideal","E","VS1",61.6,55,470,4.16,4.18,2.57 +"34614",0.27,"Ideal","E","VS1",61.6,56,470,4.14,4.17,2.56 +"34615",0.31,"Good","H","VS2",63.8,56,470,4.33,4.29,2.75 +"34616",0.27,"Premium","E","VS1",60.2,59,470,4.2,4.24,2.54 +"34617",0.27,"Ideal","E","VS1",61.6,57,470,4.12,4.16,2.55 +"34618",0.27,"Ideal","E","VS2",62.7,55,470,4.15,4.18,2.61 +"34619",0.27,"Very Good","D","VS2",62,57,470,4.11,4.15,2.56 +"34620",0.27,"Premium","E","VS1",61.5,58,470,4.17,4.22,2.58 +"34621",0.31,"Ideal","F","VS1",60.6,56,872,4.42,4.39,2.67 +"34622",0.31,"Ideal","E","VS2",60.9,57,872,4.36,4.34,2.65 +"34623",0.31,"Premium","E","VS2",60.6,59,872,4.39,4.36,2.65 +"34624",0.31,"Premium","F","VS1",61.8,60,872,4.39,4.35,2.7 +"34625",0.31,"Premium","E","VS2",61,58,872,4.39,4.37,2.67 +"34626",0.31,"Ideal","E","VS2",62.9,57,872,4.35,4.3,2.72 +"34627",0.31,"Ideal","E","VS2",61,56,872,4.41,4.38,2.68 +"34628",0.31,"Ideal","E","VS2",61.4,54,872,4.41,4.38,2.7 +"34629",0.31,"Ideal","E","VS2",60.8,54,872,4.4,4.39,2.67 +"34630",0.31,"Ideal","E","VS2",61.6,56,872,4.4,4.37,2.7 +"34631",0.31,"Ideal","E","VS2",61.8,55,872,4.4,4.37,2.71 +"34632",0.31,"Ideal","E","VS2",61,54,872,4.41,4.37,2.68 +"34633",0.31,"Ideal","E","VS2",61.5,55,872,4.41,4.37,2.7 +"34634",0.31,"Premium","E","VS2",60.3,58,872,4.42,4.37,2.65 +"34635",0.31,"Ideal","E","VS2",60.5,56,872,4.41,4.38,2.66 +"34636",0.31,"Ideal","E","VS2",61.9,55,872,4.39,4.36,2.71 +"34637",0.31,"Ideal","E","VS2",61.8,54,872,4.41,4.36,2.71 +"34638",0.31,"Premium","E","VS2",60,59,872,4.39,4.35,2.62 +"34639",0.31,"Ideal","E","VS2",61.8,55,872,4.39,4.35,2.7 +"34640",0.31,"Ideal","E","VS2",61.7,55,872,4.39,4.36,2.7 +"34641",0.31,"Ideal","E","VS2",61.9,55,872,4.39,4.34,2.7 +"34642",0.31,"Premium","E","VS2",60.8,58,872,4.37,4.35,2.65 +"34643",0.31,"Premium","E","VS2",61,59,872,4.37,4.35,2.66 +"34644",0.31,"Ideal","E","VS2",61.6,57,872,4.38,4.35,2.69 +"34645",0.31,"Ideal","E","VS2",61.9,55,872,4.38,4.34,2.7 +"34646",0.31,"Ideal","E","VS2",61.3,56,872,4.37,4.34,2.67 +"34647",0.31,"Ideal","E","VS2",61.5,56,872,4.37,4.34,2.68 +"34648",0.31,"Ideal","E","VS2",61.8,54,872,4.37,4.34,2.69 +"34649",0.31,"Ideal","E","VS2",62,56,872,4.37,4.34,2.7 +"34650",0.31,"Ideal","E","VS2",62,55,872,4.37,4.34,2.7 +"34651",0.31,"Ideal","E","VS2",61,56,872,4.38,4.34,2.66 +"34652",0.31,"Ideal","E","VS2",61.4,54,872,4.4,4.33,2.68 +"34653",0.31,"Premium","E","VS2",60.5,60,872,4.36,4.34,2.63 +"34654",0.31,"Ideal","E","VS2",61.8,56,872,4.36,4.34,2.69 +"34655",0.31,"Premium","E","VS2",61,59,872,4.39,4.33,2.66 +"34656",0.31,"Ideal","E","VS2",62.8,57,872,4.37,4.33,2.73 +"34657",0.31,"Ideal","E","VS2",62.3,57,872,4.35,4.32,2.7 +"34658",0.31,"Ideal","E","VS2",61.6,56,872,4.38,4.32,2.68 +"34659",0.31,"Premium","E","VS2",61.3,60,872,4.39,4.32,2.67 +"34660",0.31,"Ideal","E","VS2",61.8,55,872,4.35,4.33,2.68 +"34661",0.31,"Ideal","E","VS2",61.7,55,872,4.36,4.33,2.68 +"34662",0.31,"Ideal","E","VS2",62,55,872,4.35,4.33,2.69 +"34663",0.31,"Premium","E","VS2",61.6,59,872,4.35,4.32,2.67 +"34664",0.31,"Premium","E","VS2",61.6,59,872,4.35,4.32,2.67 +"34665",0.31,"Ideal","E","VS2",62.4,54,872,4.35,4.31,2.7 +"34666",0.31,"Ideal","E","VS2",61.7,56,872,4.35,4.31,2.67 +"34667",0.31,"Premium","E","VS2",61.7,58,872,4.34,4.31,2.67 +"34668",0.31,"Premium","E","VS2",62.7,58,872,4.33,4.31,2.71 +"34669",0.31,"Premium","E","VS2",61.8,59,872,4.37,4.3,2.68 +"34670",0.31,"Ideal","E","VS2",62.6,56,872,4.33,4.3,2.7 +"34671",0.31,"Ideal","E","VS2",62.9,56,872,4.33,4.29,2.71 +"34672",0.31,"Premium","E","VS2",62.6,58,872,4.33,4.29,2.7 +"34673",0.41,"Very Good","H","VVS2",62.4,54,873,4.75,4.77,2.97 +"34674",0.41,"Very Good","H","VVS2",62,56,873,4.77,4.81,2.97 +"34675",0.39,"Very Good","G","VVS1",60.3,57,873,4.74,4.78,2.87 +"34676",0.41,"Good","D","VS2",63.4,54,873,4.74,4.79,3.02 +"34677",0.41,"Good","D","VS2",63.8,55,873,4.7,4.73,3.01 +"34678",0.3,"Ideal","G","VVS1",62.1,56,873,4.35,4.28,2.68 +"34679",0.42,"Premium","E","SI1",61.2,60,873,4.86,4.81,2.96 +"34680",0.38,"Ideal","G","VVS2",60.7,57,873,4.7,4.73,2.86 +"34681",0.36,"Ideal","E","VVS2",62.1,56,873,4.53,4.58,2.83 +"34682",0.33,"Ideal","E","VS2",61.6,55,873,4.46,4.5,2.76 +"34683",0.33,"Ideal","E","VS2",61.9,55,873,4.46,4.49,2.77 +"34684",0.4,"Ideal","G","SI1",60.9,55,873,4.8,4.78,2.92 +"34685",0.4,"Ideal","G","SI1",61.8,57,873,4.74,4.78,2.94 +"34686",0.4,"Ideal","G","SI1",60.9,55,873,4.82,4.79,2.93 +"34687",0.3,"Ideal","F","IF",59.4,60,873,4.37,4.39,2.6 +"34688",0.3,"Ideal","F","IF",61.8,55,873,4.31,4.33,2.67 +"34689",0.3,"Ideal","F","IF",61.3,55,873,4.32,4.36,2.66 +"34690",0.3,"Ideal","F","IF",60.5,60,873,4.34,4.36,2.63 +"34691",0.3,"Ideal","F","IF",60.4,60,873,4.32,4.35,2.62 +"34692",0.3,"Ideal","F","IF",61.3,56,873,4.3,4.34,2.65 +"34693",0.3,"Ideal","F","IF",59.8,58,873,4.37,4.46,2.64 +"34694",0.3,"Ideal","F","IF",60,59,873,4.37,4.39,2.63 +"34695",0.3,"Ideal","F","IF",61.7,56,873,4.31,4.35,2.67 +"34696",0.3,"Ideal","F","IF",60.8,57,873,4.34,4.38,2.65 +"34697",0.3,"Ideal","F","IF",60.9,57,873,4.35,4.38,2.66 +"34698",0.3,"Ideal","F","IF",61.3,58,873,4.29,4.33,2.64 +"34699",0.38,"Good","F","VS2",56.2,61,873,4.84,4.87,2.73 +"34700",0.32,"Premium","F","VS1",62.1,60,874,4.37,4.33,2.7 +"34701",0.46,"Very Good","J","VS1",62.5,58,874,4.87,4.92,3.06 +"34702",0.43,"Ideal","I","VVS2",62.6,57,874,4.79,4.82,3.01 +"34703",0.31,"Ideal","F","IF",62.2,56,874,4.31,4.34,2.69 +"34704",0.31,"Ideal","F","IF",62.3,57,874,4.3,4.34,2.69 +"34705",0.31,"Premium","F","IF",60.8,59,874,4.36,4.39,2.66 +"34706",0.31,"Premium","F","IF",61.6,58,874,4.33,4.37,2.68 +"34707",0.38,"Ideal","I","VS1",61.5,56,874,4.67,4.71,2.88 +"34708",0.37,"Ideal","E","VS1",61.4,56,874,4.65,4.66,2.86 +"34709",0.39,"Ideal","H","SI1",61.8,55,874,4.68,4.71,2.9 +"34710",0.38,"Ideal","F","SI1",61,56,874,4.7,4.73,2.87 +"34711",0.37,"Ideal","D","SI1",61.5,57,874,4.63,4.6,2.84 +"34712",0.37,"Premium","I","VVS1",62.4,58,874,4.58,4.55,2.85 +"34713",0.37,"Premium","I","VVS1",61.6,59,874,4.66,4.62,2.86 +"34714",0.37,"Premium","D","SI1",61,62,874,4.64,4.61,2.82 +"34715",0.37,"Premium","D","SI1",62.3,56,874,4.64,4.61,2.88 +"34716",0.37,"Premium","D","SI1",61.9,59,874,4.65,4.62,2.87 +"34717",0.37,"Premium","D","SI1",60.4,59,874,4.68,4.62,2.81 +"34718",0.37,"Premium","D","SI1",62.2,58,874,4.62,4.58,2.86 +"34719",0.37,"Good","D","SI1",63.7,55,874,4.59,4.55,2.91 +"34720",0.37,"Premium","D","SI1",62.7,58,874,4.58,4.55,2.86 +"34721",0.39,"Very Good","G","VVS2",62.1,55,875,4.67,4.7,2.91 +"34722",0.41,"Ideal","I","VVS1",61,56,875,4.79,4.82,2.93 +"34723",0.41,"Ideal","I","VVS1",61.7,57,875,4.73,4.76,2.93 +"34724",0.5,"Ideal","J","VS2",61.7,57,875,5.09,5.12,3.15 +"34725",0.36,"Ideal","F","VS2",61,57,875,4.6,4.62,2.81 +"34726",0.39,"Ideal","E","VS2",60.8,57,875,4.73,4.75,2.88 +"34727",0.41,"Ideal","E","VS2",62.3,54,875,4.74,4.8,2.97 +"34728",0.34,"Ideal","E","VS1",61.2,55,875,4.52,4.56,2.77 +"34729",0.34,"Ideal","E","VS1",60.3,57,875,4.52,4.54,2.73 +"34730",0.32,"Fair","D","VVS1",62.4,61,875,4.38,4.44,2.75 +"34731",0.32,"Very Good","G","VVS1",61.2,59,876,4.41,4.45,2.71 +"34732",0.37,"Ideal","D","VS2",61.6,56,876,4.59,4.63,2.84 +"34733",0.37,"Premium","E","VS1",60.4,58,876,4.61,4.66,2.8 +"34734",0.37,"Ideal","D","VS2",61,56,876,4.65,4.7,2.85 +"34735",0.37,"Ideal","E","VS1",61.2,56,876,4.64,4.67,2.85 +"34736",0.39,"Ideal","E","VS1",60.2,56,876,4.78,4.79,2.88 +"34737",0.39,"Very Good","D","VS1",61.7,59,876,4.64,4.69,2.88 +"34738",0.37,"Ideal","D","VS2",61.3,56,876,4.6,4.64,2.83 +"34739",0.37,"Premium","D","VS2",61,59,876,4.59,4.63,2.81 +"34740",0.32,"Ideal","F","VS1",62,54,876,4.44,4.43,2.75 +"34741",0.32,"Ideal","F","VS1",61.9,55,876,4.41,4.4,2.73 +"34742",0.37,"Ideal","F","VVS2",60.5,60,876,4.65,4.67,2.82 +"34743",0.37,"Ideal","E","VVS2",61.4,56,876,4.64,4.67,2.86 +"34744",0.41,"Ideal","G","SI1",61.8,55,876,4.8,4.81,2.97 +"34745",0.41,"Good","H","SI1",63.8,56,876,4.74,4.69,3.01 +"34746",0.41,"Very Good","H","SI1",63.3,56,876,4.74,4.71,2.99 +"34747",0.41,"Premium","H","SI1",62.6,59,876,4.77,4.72,2.97 +"34748",0.41,"Ideal","H","SI1",62.8,56,876,4.77,4.72,2.98 +"34749",0.41,"Ideal","H","SI1",62.4,56,876,4.78,4.74,2.97 +"34750",0.41,"Ideal","H","SI1",61.2,57,876,4.78,4.76,2.92 +"34751",0.41,"Premium","H","SI1",62,59,876,4.8,4.78,2.97 +"34752",0.41,"Ideal","H","SI1",62.9,55,876,4.82,4.75,3.01 +"34753",0.41,"Ideal","H","SI1",62.6,55,876,4.79,4.77,2.99 +"34754",0.41,"Premium","H","SI1",60,61,876,4.83,4.77,2.88 +"34755",0.41,"Premium","H","SI1",60.9,60,876,4.83,4.79,2.93 +"34756",0.41,"Premium","H","SI1",60.5,58,876,4.85,4.81,2.92 +"34757",0.41,"Premium","H","SI1",61.7,60,876,4.75,4.71,2.92 +"34758",0.41,"Premium","H","SI1",62.9,58,876,4.73,4.72,2.97 +"34759",0.41,"Premium","H","SI1",61.4,60,876,4.78,4.73,2.92 +"34760",0.41,"Ideal","E","SI2",59.8,55,876,4.93,4.81,2.91 +"34761",0.41,"Premium","E","SI2",61.3,59,876,4.85,4.8,2.96 +"34762",0.41,"Ideal","E","SI2",60.7,57,876,4.85,4.81,2.93 +"34763",0.41,"Premium","E","SI2",60,59,876,4.82,4.78,2.88 +"34764",0.41,"Premium","E","SI2",61.3,57,876,4.83,4.79,2.95 +"34765",0.41,"Premium","E","SI2",62.9,58,876,4.77,4.74,2.99 +"34766",0.41,"Ideal","E","SI2",61.9,57,876,4.8,4.76,2.96 +"34767",0.41,"Premium","E","SI2",61.9,55,876,4.8,4.77,2.96 +"34768",0.41,"Ideal","E","SI2",62.8,57,876,4.73,4.7,2.96 +"34769",0.41,"Premium","E","SI2",62.9,58,876,4.75,4.72,2.98 +"34770",0.41,"Premium","E","SI2",62.1,58,876,4.77,4.73,2.95 +"34771",0.41,"Ideal","D","SI2",61,56,876,4.83,4.78,2.93 +"34772",0.41,"Ideal","D","SI2",62.6,55,876,4.8,4.76,2.99 +"34773",0.41,"Premium","D","SI2",61.2,59,876,4.8,4.77,2.93 +"34774",0.41,"Premium","D","SI2",62.3,58,876,4.77,4.74,2.96 +"34775",0.41,"Premium","D","SI2",62,58,876,4.78,4.74,2.95 +"34776",0.41,"Ideal","D","SI2",62.3,57,876,4.78,4.75,2.97 +"34777",0.41,"Premium","D","SI2",62.7,58,876,4.78,4.75,2.99 +"34778",0.41,"Premium","D","SI2",62.3,58,876,4.77,4.73,2.96 +"34779",0.41,"Ideal","D","SI2",62.7,55,876,4.75,4.72,2.97 +"34780",0.41,"Premium","D","SI2",61.9,58,876,4.73,4.71,2.92 +"34781",0.41,"Premium","D","SI2",62.4,60,876,4.77,4.71,2.96 +"34782",0.4,"Premium","H","VVS2",60.9,58,877,4.74,4.79,2.9 +"34783",0.4,"Ideal","H","VVS2",62.3,57,877,4.71,4.73,2.94 +"34784",0.4,"Ideal","G","VS1",62.4,57,877,4.72,4.74,2.95 +"34785",0.4,"Very Good","G","VS1",62.8,56,877,4.67,4.7,2.94 +"34786",0.4,"Premium","G","VS1",61.3,60,877,4.66,4.71,2.87 +"34787",0.4,"Ideal","H","VVS2",62.4,57,877,4.69,4.73,2.94 +"34788",0.4,"Ideal","H","VVS2",62.1,57,877,4.69,4.74,2.93 +"34789",0.4,"Ideal","G","VS1",61.3,55,877,4.75,4.78,2.92 +"34790",0.4,"Ideal","H","VVS2",60.8,55,877,4.79,4.82,2.92 +"34791",0.4,"Premium","G","VS1",60.3,59,877,4.76,4.8,2.88 +"34792",0.4,"Premium","G","VS1",60.7,58,877,4.78,4.81,2.91 +"34793",0.4,"Good","H","VVS2",63.2,55,877,4.7,4.73,2.98 +"34794",0.4,"Ideal","H","VVS2",62.2,56,877,4.7,4.75,2.94 +"34795",0.4,"Premium","H","VVS2",60.6,60,877,4.75,4.79,2.89 +"34796",0.4,"Ideal","G","VS1",62.2,56,877,4.72,4.74,2.94 +"34797",0.5,"Good","J","SI1",63.3,60,877,4.97,4.99,3.15 +"34798",0.4,"Good","F","VS1",63.1,59,877,4.64,4.68,2.94 +"34799",0.42,"Ideal","D","VS2",62.4,55,877,4.79,4.83,3 +"34800",0.4,"Ideal","G","VS1",60.7,57,877,4.77,4.78,2.9 +"34801",0.36,"Ideal","H","IF",62.2,54.1,877,4.57,4.6,2.86 +"34802",0.31,"Ideal","D","VS1",60.5,55,877,4.43,4.39,2.67 +"34803",0.31,"Ideal","D","VS1",62.1,57,877,4.35,4.32,2.69 +"34804",0.31,"Ideal","D","VS1",61.8,55,877,4.36,4.34,2.69 +"34805",0.31,"Ideal","D","VS1",62,54,877,4.36,4.35,2.7 +"34806",0.31,"Premium","D","VS1",59.6,58,877,4.41,4.38,2.62 +"34807",0.31,"Very Good","E","VVS1",62.3,59,878,4.32,4.38,2.71 +"34808",0.31,"Very Good","G","IF",60.8,56,878,4.41,4.44,2.69 +"34809",0.31,"Ideal","F","VVS1",61.2,57,878,4.42,4.4,2.7 +"34810",0.31,"Ideal","F","VVS1",60.7,56,878,4.4,4.37,2.66 +"34811",0.3,"Very Good","E","VVS2",63.2,59,878,4.28,4.27,2.7 +"34812",0.39,"Premium","G","SI1",62.4,58,878,4.72,4.67,2.93 +"34813",0.44,"Very Good","E","SI2",63.2,59,878,4.85,4.8,3.05 +"34814",0.41,"Ideal","I","VS1",61.9,55,878,4.82,4.78,2.97 +"34815",0.41,"Very Good","F","SI1",63.1,56,878,4.73,4.69,2.97 +"34816",0.41,"Very Good","E","SI1",63.1,57,878,4.73,4.71,2.98 +"34817",0.36,"Ideal","E","VS2",61.7,57,878,4.59,4.55,2.82 +"34818",0.36,"Premium","E","VS2",62.5,58,878,4.57,4.52,2.84 +"34819",0.3,"Premium","H","VVS1",61.8,58,878,4.36,4.32,2.68 +"34820",0.3,"Premium","H","VVS1",62.3,58,878,4.32,4.29,2.68 +"34821",0.3,"Premium","H","VVS1",62.7,59,878,4.32,4.29,2.7 +"34822",0.3,"Very Good","H","VVS1",63.3,55,878,4.34,4.29,2.73 +"34823",0.3,"Ideal","H","VVS1",62,55,878,4.34,4.3,2.68 +"34824",0.3,"Ideal","H","VVS1",61.9,55,878,4.34,4.32,2.68 +"34825",0.3,"Very Good","H","VVS1",63.4,57,878,4.31,4.27,2.72 +"34826",0.3,"Very Good","H","VVS1",63.4,55,878,4.3,4.28,2.72 +"34827",0.3,"Ideal","H","VVS1",62.4,53,878,4.31,4.28,2.68 +"34828",0.3,"Ideal","H","VVS1",63,54,878,4.3,4.27,2.7 +"34829",0.3,"Premium","H","VVS1",62.5,59,878,4.29,4.26,2.67 +"34830",0.3,"Premium","H","VVS1",62.2,58,878,4.29,4.26,2.66 +"34831",0.3,"Premium","H","VVS1",63,58,878,4.25,4.22,2.67 +"34832",0.3,"Very Good","H","VVS1",63.3,60,878,4.25,4.22,2.68 +"34833",0.3,"Very Good","H","VVS1",63.3,59,878,4.28,4.22,2.69 +"34834",0.3,"Ideal","H","VVS1",63,56,878,4.27,4.24,2.68 +"34835",0.3,"Premium","H","VVS1",61.3,61,878,4.29,4.26,2.62 +"34836",0.3,"Premium","H","VVS1",62,59,878,4.29,4.26,2.65 +"34837",0.3,"Premium","H","VVS1",62.6,60,878,4.26,4.21,2.65 +"34838",0.3,"Premium","G","VVS2",60.8,58,878,4.38,4.34,2.65 +"34839",0.3,"Premium","G","VVS2",60.6,58,878,4.36,4.35,2.64 +"34840",0.3,"Premium","G","VVS2",61.2,58,878,4.34,4.32,2.65 +"34841",0.3,"Ideal","G","VVS2",60.9,57,878,4.35,4.32,2.64 +"34842",0.3,"Ideal","G","VVS2",61.1,57,878,4.35,4.32,2.65 +"34843",0.3,"Ideal","G","VVS2",60.6,57,878,4.35,4.33,2.63 +"34844",0.3,"Premium","G","VVS2",61.2,59,878,4.35,4.31,2.65 +"34845",0.3,"Premium","G","VVS2",61,60,878,4.32,4.3,2.63 +"34846",0.3,"Ideal","G","VVS2",61.5,55,878,4.32,4.3,2.65 +"34847",0.3,"Ideal","G","VVS2",62.9,55,878,4.32,4.3,2.71 +"34848",0.3,"Ideal","G","VVS2",61.5,56,878,4.34,4.31,2.66 +"34849",0.3,"Very Good","G","VVS2",63.5,56,878,4.34,4.29,2.74 +"34850",0.3,"Ideal","G","VVS2",63,57,878,4.32,4.28,2.71 +"34851",0.3,"Premium","G","VVS2",61.3,58,878,4.34,4.28,2.64 +"34852",0.3,"Ideal","G","VVS2",62,57,878,4.32,4.29,2.67 +"34853",0.3,"Premium","G","VVS2",61.3,57,878,4.33,4.29,2.64 +"34854",0.3,"Ideal","G","VVS2",61.5,57,878,4.33,4.29,2.65 +"34855",0.3,"Premium","G","VVS2",62.2,59,878,4.31,4.28,2.67 +"34856",0.3,"Good","G","VVS2",63.8,56,878,4.29,4.27,2.73 +"34857",0.3,"Ideal","G","VVS2",62.7,57,878,4.32,4.26,2.69 +"34858",0.3,"Premium","G","VVS2",62.6,58,878,4.29,4.27,2.68 +"34859",0.3,"Good","G","VVS2",63.6,57,878,4.3,4.26,2.72 +"34860",0.3,"Ideal","G","VVS2",62.7,57,878,4.29,4.26,2.68 +"34861",0.3,"Premium","G","VVS2",62,58,878,4.29,4.26,2.65 +"34862",0.3,"Premium","G","VVS2",62.3,59,878,4.29,4.25,2.66 +"34863",0.3,"Premium","G","VVS2",62,60,878,4.33,4.25,2.66 +"34864",0.3,"Premium","G","VVS2",61.9,59,878,4.28,4.25,2.64 +"34865",0.3,"Premium","G","VVS2",62.6,58,878,4.28,4.25,2.67 +"34866",0.3,"Premium","G","VVS2",62.8,60,878,4.28,4.25,2.68 +"34867",0.3,"Premium","G","VVS2",62.7,56,878,4.31,4.24,2.68 +"34868",0.3,"Very Good","G","VVS2",63.5,54,878,4.26,4.25,2.7 +"34869",0.3,"Premium","G","VVS2",61.6,60,878,4.27,4.24,2.62 +"34870",0.3,"Very Good","G","VVS2",63.2,57,878,4.27,4.24,2.69 +"34871",0.3,"Premium","G","VVS2",62.9,55,878,4.28,4.24,2.68 +"34872",0.3,"Very Good","G","VVS2",63.2,57,878,4.28,4.23,2.69 +"34873",0.3,"Good","G","VVS2",63.8,57,878,4.26,4.24,2.71 +"34874",0.3,"Premium","G","VVS2",61.8,59,878,4.26,4.22,2.62 +"34875",0.3,"Premium","G","VVS2",62.1,59,878,4.27,4.23,2.64 +"34876",0.3,"Very Good","G","VVS2",63.3,57,878,4.27,4.23,2.69 +"34877",0.3,"Very Good","G","VVS2",63.1,56,878,4.23,4.2,2.66 +"34878",0.3,"Ideal","G","VVS1",61.7,57,878,4.34,4.31,2.67 +"34879",0.3,"Good","G","VVS1",64,57,878,4.27,4.23,2.72 +"34880",0.39,"Premium","G","SI1",60.9,58,878,4.73,4.7,2.87 +"34881",0.3,"Ideal","G","VVS2",62.2,55,878,4.33,4.29,2.68 +"34882",0.4,"Very Good","E","VS2",62,60,879,4.67,4.69,2.9 +"34883",0.34,"Premium","G","IF",60.5,58,879,4.47,4.52,2.72 +"34884",0.31,"Premium","E","VS1",62.6,60,879,4.33,4.29,2.7 +"34885",0.38,"Ideal","G","VVS2",62,57,879,4.64,4.66,2.89 +"34886",0.38,"Ideal","G","VVS2",60,56,879,4.72,4.76,2.84 +"34887",0.32,"Ideal","E","VVS1",61.7,55,879,4.38,4.41,2.71 +"34888",0.38,"Ideal","F","VS1",59.8,57,879,4.72,4.75,2.84 +"34889",0.31,"Ideal","D","VS2",59.4,57,879,4.5,4.45,2.66 +"34890",0.35,"Premium","F","VS2",60.4,59,879,4.57,4.54,2.75 +"34891",0.35,"Premium","F","VS2",60.9,57,879,4.58,4.55,2.78 +"34892",0.31,"Ideal","D","VS2",59.4,56,879,4.45,4.4,2.63 +"34893",0.31,"Ideal","D","VS2",61.8,56,879,4.39,4.35,2.7 +"34894",0.3,"Very Good","D","VVS2",59.6,61,880,4.39,4.34,2.6 +"34895",0.43,"Ideal","G","VS1",61.2,57,880,4.83,4.88,2.97 +"34896",0.33,"Ideal","F","VVS1",61.9,55,880,4.44,4.48,2.76 +"34897",0.33,"Ideal","F","VVS1",62.6,54,880,4.44,4.47,2.79 +"34898",0.33,"Ideal","F","VVS1",62.5,54,880,4.43,4.46,2.78 +"34899",0.33,"Ideal","F","VVS1",62.4,54,880,4.44,4.47,2.78 +"34900",0.33,"Ideal","F","VVS1",62,55,880,4.44,4.47,2.76 +"34901",0.33,"Ideal","F","VVS1",60.6,57,880,4.51,4.53,2.74 +"34902",0.33,"Ideal","F","VVS1",61.8,53,880,4.48,4.51,2.78 +"34903",0.33,"Ideal","F","VVS1",61.7,55,880,4.42,4.46,2.74 +"34904",0.33,"Ideal","F","VVS1",61.9,54,880,4.42,4.46,2.75 +"34905",0.34,"Premium","F","VS2",59.2,60,880,4.6,4.56,2.71 +"34906",0.34,"Premium","F","VS2",61.2,59,880,4.53,4.49,2.76 +"34907",0.34,"Premium","H","VVS2",62.7,59,880,4.47,4.43,2.79 +"34908",0.34,"Premium","H","VVS2",61.4,58,880,4.5,4.46,2.75 +"34909",0.34,"Ideal","H","VVS2",61.8,54,880,4.49,4.47,2.77 +"34910",0.34,"Ideal","H","VVS2",62.2,55,880,4.49,4.48,2.79 +"34911",0.34,"Very Good","G","VS1",63.1,57,880,4.45,4.4,2.79 +"34912",0.34,"Premium","G","VS1",60.4,61,880,4.53,4.48,2.72 +"34913",0.34,"Ideal","F","VS2",61,57,880,4.5,4.48,2.74 +"34914",0.34,"Ideal","F","VS2",62.5,55,880,4.51,4.48,2.81 +"34915",0.34,"Ideal","F","VS2",62.9,55,880,4.48,4.46,2.81 +"34916",0.34,"Premium","F","VS2",60.7,60,880,4.5,4.46,2.72 +"34917",0.34,"Ideal","F","VS2",62.1,55,880,4.51,4.47,2.79 +"34918",0.34,"Ideal","F","VS2",62.1,56,880,4.51,4.47,2.79 +"34919",0.34,"Premium","F","VS2",61.2,59,880,4.52,4.47,2.75 +"34920",0.34,"Ideal","F","VS2",61.6,57,880,4.53,4.47,2.77 +"34921",0.23,"Very Good","F","VS1",62.1,58,373,3.91,3.95,2.44 +"34922",0.23,"Very Good","D","VS1",59,61,373,4.04,4.06,2.39 +"34923",0.3,"Ideal","J","VS1",62.6,53,373,4.28,4.32,2.69 +"34924",0.24,"Good","F","VS1",60.8,64,373,3.96,4,2.42 +"34925",0.26,"Good","F","VS1",62.5,56,373,4.06,4.1,2.55 +"34926",0.24,"Good","F","VS1",58.3,61,373,4.09,4.14,2.4 +"34927",0.23,"Good","E","VS1",64.3,59,373,3.84,3.87,2.48 +"34928",0.28,"Good","E","SI1",62.6,60,373,4.12,4.15,2.59 +"34929",0.32,"Good","J","SI1",63.2,56,374,4.31,4.36,2.74 +"34930",0.32,"Good","I","SI2",63.4,56,374,4.34,4.37,2.76 +"34931",0.32,"Very Good","J","SI1",61.6,58,374,4.36,4.4,2.7 +"34932",0.32,"Very Good","J","SI1",63,58,374,4.32,4.35,2.73 +"34933",0.32,"Good","I","SI2",63.1,58,374,4.34,4.41,2.76 +"34934",0.23,"Ideal","G","SI1",61.2,56,375,3.97,4,2.44 +"34935",0.28,"Good","J","VVS2",58.4,60,375,4.27,4.33,2.51 +"34936",0.28,"Very Good","H","VS2",61.4,57,376,4.21,4.23,2.59 +"34937",0.23,"Good","F","VS1",63.2,58,376,3.86,3.89,2.45 +"34938",0.26,"Ideal","G","SI1",61.8,55,377,4.08,4.11,2.53 +"34939",0.27,"Good","E","VS1",57.5,63,377,4.24,4.28,2.45 +"34940",0.31,"Good","I","SI1",64.3,55,377,4.27,4.29,2.75 +"34941",0.23,"Very Good","H","VVS2",62,55,378,3.93,3.95,2.44 +"34942",0.24,"Very Good","E","VS1",60.1,57,378,4.08,4.1,2.46 +"34943",0.23,"Very Good","E","VS1",59.6,65,378,3.95,3.97,2.36 +"34944",0.23,"Very Good","E","VS1",60.4,62,378,3.93,3.99,2.39 +"34945",0.24,"Good","E","VS2",63,59,378,3.96,4.01,2.51 +"34946",0.3,"Good","H","SI2",63.9,57,378,4.24,4.27,2.72 +"34947",0.3,"Good","H","SI2",63.2,55,378,4.26,4.29,2.7 +"34948",0.3,"Premium","H","SI2",61.9,60,378,4.27,4.29,2.65 +"34949",0.28,"Very Good","I","VS2",61.9,57,379,4.16,4.19,2.58 +"34950",0.31,"Ideal","I","SI2",61,56,379,4.39,4.43,2.69 +"34951",0.24,"Very Good","E","VVS2",62.1,59,471,3.95,4,2.47 +"34952",0.29,"Very Good","G","VS2",61.9,55,471,4.25,4.28,2.64 +"34953",0.29,"Very Good","G","VS2",61.7,56,471,4.27,4.3,2.64 +"34954",0.29,"Very Good","G","VS2",62,55,471,4.24,4.27,2.63 +"34955",0.29,"Very Good","G","VS2",62.5,56,471,4.21,4.24,2.64 +"34956",0.3,"Very Good","F","SI1",60.3,61,471,4.31,4.34,2.61 +"34957",0.32,"Ideal","H","SI1",61,56.6,471,4.4,4.43,2.7 +"34958",0.24,"Good","F","VVS2",64,61,471,3.91,3.93,2.51 +"34959",0.31,"Very Good","G","VS2",58.8,62,471,4.4,4.41,2.59 +"34960",0.32,"Premium","H","VS2",62.7,58,471,4.33,4.35,2.72 +"34961",0.36,"Very Good","E","SI2",62.4,58,471,4.54,4.56,2.84 +"34962",0.32,"Ideal","I","VS1",62.1,57,471,4.37,4.42,2.73 +"34963",0.32,"Ideal","I","VS1",62.3,56,471,4.37,4.4,2.73 +"34964",0.31,"Premium","E","SI1",62.7,58,471,4.32,4.35,2.72 +"34965",0.31,"Premium","G","VS2",61.2,59,471,4.36,4.4,2.68 +"34966",0.23,"Very Good","F","VVS2",60.8,59,472,3.97,3.99,2.42 +"34967",0.23,"Very Good","F","VVS2",63.1,56,472,3.93,3.96,2.49 +"34968",0.23,"Very Good","D","VVS2",58.5,62,472,4.04,4.06,2.37 +"34969",0.23,"Very Good","E","VVS1",61.9,58,472,3.94,3.98,2.45 +"34970",0.23,"Very Good","E","VVS1",61.4,60,472,3.95,3.97,2.43 +"34971",0.23,"Very Good","E","VVS1",61.3,58,472,3.94,3.96,2.42 +"34972",0.23,"Very Good","E","VVS1",62.6,58,472,3.96,4,2.49 +"34973",0.23,"Very Good","E","VVS1",61.8,59,472,3.89,3.91,2.41 +"34974",0.23,"Very Good","D","VVS1",60.5,55,472,4.01,4.02,2.43 +"34975",0.23,"Good","E","VVS2",64.5,55,472,3.85,3.9,2.5 +"34976",0.23,"Good","F","VVS1",60.3,66,472,3.93,3.96,2.38 +"34977",0.23,"Good","E","VVS1",64.4,57,472,3.87,3.9,2.5 +"34978",0.25,"Ideal","H","VS2",61,55,472,4.11,4.09,2.5 +"34979",0.35,"Ideal","I","SI1",61.3,54,472,4.51,4.56,2.78 +"34980",0.35,"Good","I","SI1",63.6,56,472,4.5,4.53,2.87 +"34981",0.34,"Ideal","F","VS2",62.1,56,880,4.47,4.45,2.77 +"34982",0.34,"Ideal","F","VS2",62.6,54,880,4.48,4.46,2.8 +"34983",0.34,"Premium","F","VS2",62.9,58,880,4.46,4.44,2.8 +"34984",0.34,"Premium","F","VS2",62.3,57,880,4.48,4.44,2.78 +"34985",0.34,"Premium","F","VS2",62.6,59,880,4.48,4.44,2.79 +"34986",0.46,"Premium","I","SI2",60.3,62,880,4.95,4.9,2.97 +"34987",0.34,"Premium","F","VS2",62.6,58,880,4.49,4.46,2.8 +"34988",0.34,"Ideal","H","VVS2",63,55,880,4.48,4.44,2.81 +"34989",0.34,"Ideal","E","VS1",62,57,881,4.49,4.44,2.77 +"34990",0.34,"Ideal","D","VS2",61.6,55,881,4.54,4.48,2.78 +"34991",0.34,"Premium","D","VS2",59.3,59,881,4.59,4.55,2.71 +"34992",0.4,"Very Good","D","VS2",61.6,59,881,4.7,4.75,2.91 +"34993",0.35,"Ideal","E","VVS2",61.3,56,881,4.54,4.6,2.8 +"34994",0.46,"Ideal","F","SI2",61.4,56,881,4.97,5,3.06 +"34995",0.4,"Very Good","H","VVS2",59.7,57,882,4.83,4.85,2.89 +"34996",0.31,"Premium","D","VVS1",62.7,58,882,4.3,4.31,2.7 +"34997",0.38,"Ideal","D","VS1",62,57,882,4.69,4.7,2.91 +"34998",0.35,"Ideal","D","VVS2",61.6,56,882,4.55,4.57,2.81 +"34999",0.31,"Ideal","F","VVS1",61.9,53.5,882,4.36,4.39,2.71 +"35000",0.38,"Ideal","G","VS1",62,55,882,4.64,4.68,2.89 +"35001",0.43,"Premium","E","SI2",61.8,60,882,4.85,4.83,2.99 +"35002",0.42,"Premium","G","SI1",60.6,62,882,4.85,4.82,2.93 +"35003",0.42,"Very Good","G","SI1",63.1,56,882,4.79,4.75,3.01 +"35004",0.42,"Ideal","G","SI1",63,55,882,4.81,4.77,3.02 +"35005",0.42,"Premium","G","SI1",61.6,61,882,4.82,4.79,2.96 +"35006",0.42,"Premium","G","SI1",62.7,58,882,4.79,4.75,2.99 +"35007",0.4,"Very Good","I","VS1",63.5,55,882,4.71,4.67,2.98 +"35008",0.4,"Very Good","F","SI1",63.3,58,882,4.72,4.69,2.98 +"35009",0.4,"Premium","F","SI1",62.9,58,882,4.72,4.69,2.96 +"35010",0.4,"Good","F","SI1",63.6,56,882,4.68,4.63,2.96 +"35011",0.4,"Ideal","F","SI1",62.1,57,882,4.69,4.65,2.9 +"35012",0.4,"Very Good","F","SI1",63.1,58,882,4.69,4.66,2.95 +"35013",0.4,"Premium","E","SI1",61.4,58,882,4.81,4.77,2.94 +"35014",0.4,"Premium","E","SI1",60.8,62,882,4.76,4.72,2.88 +"35015",0.4,"Good","E","SI1",63.8,56,882,4.74,4.7,3.01 +"35016",0.4,"Premium","E","SI1",61,59,882,4.74,4.71,2.88 +"35017",0.4,"Premium","E","SI1",61.7,60,882,4.72,4.68,2.9 +"35018",0.4,"Very Good","E","SI1",63.3,56,882,4.74,4.68,2.98 +"35019",0.4,"Premium","E","SI1",62.9,59,882,4.72,4.69,2.96 +"35020",0.4,"Very Good","E","SI1",63.2,56,882,4.74,4.69,2.98 +"35021",0.4,"Very Good","E","SI1",63.5,57,882,4.72,4.7,2.99 +"35022",0.4,"Premium","E","SI1",62,61,882,4.71,4.67,2.91 +"35023",0.4,"Very Good","E","SI1",63.5,55,882,4.71,4.67,2.98 +"35024",0.4,"Good","E","SI1",63.9,55,882,4.72,4.67,3 +"35025",0.4,"Good","E","SI1",64.2,56,882,4.69,4.66,3 +"35026",0.4,"Very Good","E","SI1",63.2,58,882,4.7,4.66,2.96 +"35027",0.4,"Premium","E","SI1",62.2,62,882,4.69,4.66,2.91 +"35028",0.4,"Good","E","SI1",63.7,56,882,4.69,4.66,2.98 +"35029",0.4,"Good","E","SI1",63.7,57,882,4.69,4.66,2.98 +"35030",0.4,"Good","E","SI1",63.9,58,882,4.67,4.63,2.97 +"35031",0.4,"Very Good","E","SI1",63.5,58,882,4.67,4.65,2.96 +"35032",0.4,"Ideal","E","SI1",63,57,882,4.68,4.65,2.94 +"35033",0.4,"Very Good","E","SI1",63.2,56,882,4.69,4.65,2.95 +"35034",0.4,"Good","E","SI1",63.6,57,882,4.69,4.65,2.97 +"35035",0.3,"Premium","F","VVS2",59.5,59,882,4.42,4.38,2.62 +"35036",0.42,"Ideal","E","SI2",62.7,55,882,4.79,4.78,3 +"35037",0.4,"Premium","F","SI1",61.5,60,882,4.77,4.7,2.91 +"35038",0.39,"Very Good","E","VS1",59.7,56,883,4.8,4.85,2.88 +"35039",0.38,"Very Good","F","VS1",62.7,57,883,4.71,4.64,2.93 +"35040",0.44,"Ideal","D","SI1",62.4,57,883,4.86,4.89,3.04 +"35041",0.4,"Ideal","G","VVS2",61.4,53,883,4.73,4.81,2.93 +"35042",0.32,"Ideal","E","VVS2",61.1,55,883,4.41,4.46,2.71 +"35043",0.32,"Ideal","G","IF",62.3,54,883,4.39,4.4,2.74 +"35044",0.4,"Good","F","VS1",63,62,883,4.65,4.68,2.94 +"35045",0.42,"Premium","F","VS2",61.9,58,884,4.76,4.8,2.96 +"35046",0.42,"Ideal","I","VVS1",60.2,57,884,4.85,4.88,2.93 +"35047",0.42,"Ideal","I","VVS1",62.7,55,884,4.77,4.8,3 +"35048",0.42,"Very Good","F","VS2",61.7,59,884,4.75,4.82,2.95 +"35049",0.42,"Ideal","I","VVS1",62.4,57,884,4.79,4.83,3 +"35050",0.36,"Ideal","G","VVS1",62.1,56,884,4.58,4.6,2.85 +"35051",0.42,"Ideal","I","VVS1",62.5,57,884,4.77,4.8,2.99 +"35052",0.42,"Ideal","I","VVS1",62,55,884,4.8,4.88,3 +"35053",0.31,"Ideal","F","VVS1",61.8,56,884,4.33,4.37,2.69 +"35054",0.31,"Ideal","F","VVS1",61,57,884,4.38,4.39,2.67 +"35055",0.47,"Ideal","I","VS2",62.1,54,884,4.99,5.03,3.11 +"35056",0.47,"Ideal","I","VS2",62.1,53,884,4.99,5.02,3.11 +"35057",0.47,"Ideal","I","VS2",62.1,54,884,4.98,5,3.1 +"35058",0.38,"Ideal","D","SI1",61.8,55,884,4.67,4.69,2.89 +"35059",0.38,"Ideal","D","SI1",61.3,57,884,4.67,4.7,2.87 +"35060",0.4,"Premium","D","SI1",60.9,60,884,4.78,4.74,2.9 +"35061",0.35,"Very Good","E","VS1",59.9,59.9,885,4.54,4.59,2.73 +"35062",0.34,"Ideal","D","VVS2",61.2,56,885,4.5,4.52,2.76 +"35063",0.3,"Ideal","D","VS1",61.1,57,885,4.34,4.37,2.66 +"35064",0.3,"Ideal","D","VS1",60.8,56,885,4.37,4.39,2.66 +"35065",0.3,"Ideal","D","VS1",60.7,56,885,4.38,4.41,2.67 +"35066",0.51,"Ideal","J","SI2",62.1,56,885,5.1,5.14,3.18 +"35067",0.42,"Ideal","H","SI1",61.7,55,885,4.84,4.85,2.99 +"35068",0.32,"Very Good","F","VVS1",61.6,56,886,4.37,4.41,2.7 +"35069",0.32,"Very Good","F","VVS1",61.5,56,886,4.38,4.4,2.7 +"35070",0.32,"Very Good","F","VVS1",59.4,59,886,4.45,4.47,2.65 +"35071",0.32,"Very Good","F","VVS1",61.5,57,886,4.38,4.41,2.7 +"35072",0.32,"Very Good","F","VVS1",62.2,55,886,4.39,4.43,2.74 +"35073",0.38,"Very Good","G","VS1",57.1,63,886,4.77,4.86,2.75 +"35074",0.33,"Very Good","E","VS1",58.3,62,886,4.49,4.57,2.64 +"35075",0.3,"Very Good","F","IF",62.4,56,886,4.28,4.31,2.68 +"35076",0.3,"Very Good","F","IF",62,58,886,4.28,4.3,2.66 +"35077",0.3,"Very Good","F","IF",62,55,886,4.33,4.35,2.69 +"35078",0.3,"Very Good","F","IF",62.6,55,886,4.3,4.32,2.7 +"35079",0.3,"Very Good","F","IF",62.1,57,886,4.26,4.3,2.66 +"35080",0.3,"Very Good","F","IF",62.5,56,886,4.27,4.3,2.68 +"35081",0.39,"Ideal","G","VVS2",62.1,56,886,4.67,4.7,2.91 +"35082",0.37,"Ideal","E","VS1",61.6,54.7,886,4.61,4.63,2.85 +"35083",0.39,"Ideal","F","SI1",61.8,55,886,4.7,4.72,2.91 +"35084",0.3,"Ideal","F","IF",61.8,54,886,4.34,4.36,2.69 +"35085",0.3,"Ideal","F","IF",62,58,886,4.25,4.3,2.65 +"35086",0.3,"Ideal","F","IF",61.1,58,886,4.32,4.36,2.65 +"35087",0.3,"Ideal","F","IF",61.8,58,886,4.27,4.3,2.65 +"35088",0.3,"Ideal","F","IF",61.8,56,886,4.29,4.32,2.66 +"35089",0.3,"Ideal","F","IF",62.4,56,886,4.26,4.3,2.67 +"35090",0.3,"Ideal","F","IF",62.3,57,886,4.25,4.29,2.66 +"35091",0.3,"Ideal","F","IF",62.1,57,886,4.29,4.31,2.67 +"35092",0.3,"Ideal","F","IF",61.7,57,886,4.28,4.31,2.65 +"35093",0.3,"Ideal","F","IF",61.4,57,886,4.34,4.36,2.67 +"35094",0.3,"Ideal","F","IF",62.3,55,886,4.3,4.34,2.69 +"35095",0.3,"Ideal","F","IF",62.3,57,886,4.29,4.31,2.68 +"35096",0.3,"Ideal","F","IF",61.7,58,886,4.3,4.32,2.66 +"35097",0.3,"Ideal","F","IF",62.1,54,886,4.32,4.35,2.69 +"35098",0.3,"Ideal","F","IF",61.8,54,886,4.34,4.37,2.69 +"35099",0.3,"Ideal","F","IF",62.2,56,886,4.31,4.34,2.69 +"35100",0.3,"Ideal","F","IF",62.4,54,886,4.33,4.36,2.71 +"35101",0.3,"Ideal","F","IF",61.4,56,886,4.32,4.34,2.66 +"35102",0.3,"Ideal","F","IF",60.9,56,886,4.33,4.37,2.65 +"35103",0.3,"Ideal","F","IF",61.6,58,886,4.28,4.32,2.65 +"35104",0.3,"Ideal","F","IF",61.8,55,886,4.32,4.35,2.68 +"35105",0.3,"Ideal","F","IF",62.2,57,886,4.3,4.32,2.68 +"35106",0.3,"Ideal","F","IF",61.9,57,886,4.29,4.33,2.67 +"35107",0.3,"Ideal","F","IF",62.5,54,886,4.31,4.33,2.7 +"35108",0.3,"Ideal","F","IF",62.6,57,886,4.25,4.28,2.67 +"35109",0.3,"Ideal","F","IF",62.1,57,886,4.27,4.3,2.66 +"35110",0.3,"Ideal","F","IF",61.3,56,886,4.33,4.35,2.66 +"35111",0.3,"Ideal","F","IF",62.1,55,886,4.32,4.35,2.69 +"35112",0.3,"Ideal","F","IF",62.1,55,886,4.31,4.35,2.69 +"35113",0.3,"Ideal","F","IF",62,56,886,4.31,4.33,2.68 +"35114",0.3,"Ideal","F","IF",62.3,53,886,4.34,4.36,2.71 +"35115",0.3,"Ideal","F","IF",62.4,58,886,4.25,4.28,2.66 +"35116",0.3,"Ideal","F","IF",61.8,56,886,4.31,4.33,2.67 +"35117",0.3,"Ideal","F","IF",62.3,55,886,4.29,4.31,2.68 +"35118",0.3,"Ideal","F","IF",62.2,53,886,4.34,4.38,2.71 +"35119",0.38,"Good","I","IF",56.6,59,886,4.82,4.87,2.74 +"35120",0.42,"Ideal","F","SI1",61.6,56,886,4.83,4.81,2.97 +"35121",0.53,"Premium","F","I1",61.3,58,886,5.22,5.18,3.19 +"35122",0.36,"Ideal","E","VVS2",62,54,887,4.56,4.6,2.84 +"35123",0.35,"Ideal","G","VVS1",61.2,56,887,4.55,4.57,2.79 +"35124",0.35,"Ideal","G","VVS1",61,56,887,4.56,4.59,2.79 +"35125",0.35,"Ideal","G","VVS1",61.7,56,887,4.54,4.57,2.81 +"35126",0.35,"Ideal","H","IF",62.1,54,887,4.55,4.59,2.84 +"35127",0.43,"Premium","H","SI2",61.8,59,887,4.86,4.85,3 +"35128",0.37,"Premium","E","VS2",61,59,888,4.65,4.6,2.82 +"35129",0.4,"Very Good","E","VS2",63,57,888,4.67,4.69,2.95 +"35130",0.36,"Ideal","G","VVS2",61.8,55,888,4.57,4.62,2.84 +"35131",0.45,"Ideal","H","VS1",62,54,888,4.92,4.95,3.06 +"35132",0.31,"Ideal","F","IF",60.8,56,888,4.43,4.45,2.7 +"35133",0.41,"Very Good","G","VVS2",59.1,60,889,4.84,4.87,2.87 +"35134",0.41,"Very Good","D","VS2",62.5,60,889,4.72,4.75,2.96 +"35135",0.41,"Very Good","F","VS1",62.9,57,889,4.7,4.74,2.97 +"35136",0.41,"Very Good","F","VS1",62.1,60,889,4.72,4.75,2.94 +"35137",0.39,"Ideal","E","VS1",59.9,57,889,4.78,4.8,2.87 +"35138",0.39,"Very Good","E","VS2",61.3,61,889,4.66,4.7,2.87 +"35139",0.39,"Very Good","E","VS2",60.1,61,889,4.72,4.76,2.85 +"35140",0.39,"Premium","E","VS2",61.4,58,889,4.68,4.73,2.89 +"35141",0.39,"Premium","E","VS2",62.5,60,889,4.64,4.67,2.91 +"35142",0.41,"Ideal","D","VS2",61.2,57,889,4.78,4.82,2.94 +"35143",0.37,"Good","E","VS1",62.8,65,889,4.51,4.54,2.84 +"35144",0.38,"Ideal","F","VS2",61.2,57,889,4.67,4.64,2.85 +"35145",0.31,"Very Good","E","VVS1",61.2,58,890,4.35,4.38,2.67 +"35146",0.4,"Very Good","F","VS1",61.3,54,890,4.8,4.83,2.95 +"35147",0.43,"Ideal","J","IF",62.4,56,890,4.84,4.87,3.03 +"35148",0.35,"Ideal","D","VS1",60.8,57,890,4.57,4.61,2.79 +"35149",0.43,"Very Good","E","VS1",61.3,56,890,4.85,4.88,2.98 +"35150",0.32,"Ideal","E","VVS2",62.3,55,890,4.37,4.4,2.73 +"35151",0.32,"Ideal","E","VVS1",61.3,57,890,4.42,4.45,2.72 +"35152",0.31,"Ideal","E","VVS1",61.7,56,890,4.38,4.41,2.71 +"35153",0.4,"Ideal","D","VS2",61.7,57,890,4.72,4.75,2.92 +"35154",0.4,"Ideal","D","VS2",62.1,53,890,4.77,4.8,2.97 +"35155",0.4,"Ideal","F","VS1",62,56,890,4.73,4.75,2.94 +"35156",0.38,"Very Good","E","VS1",63,56,891,4.61,4.63,2.91 +"35157",0.31,"Very Good","G","IF",61.6,54,891,4.4,4.43,2.72 +"35158",0.33,"Ideal","E","VVS2",61.8,56,891,4.44,4.46,2.75 +"35159",0.32,"Premium","G","IF",59.4,60,891,4.45,4.47,2.65 +"35160",0.32,"Premium","G","IF",61,59,891,4.38,4.41,2.68 +"35161",0.4,"Good","D","VS2",63.5,55,891,4.66,4.69,2.97 +"35162",0.41,"Ideal","I","VVS1",62,54.5,891,4.77,4.8,2.97 +"35163",0.41,"Ideal","G","VS2",62.2,57,891,4.75,4.77,2.96 +"35164",0.4,"Ideal","D","VS2",62.2,54,891,4.73,4.76,2.95 +"35165",0.38,"Ideal","F","VS1",60.9,55,891,4.69,4.73,2.87 +"35166",0.43,"Ideal","H","SI1",60.7,54,891,4.96,4.92,3 +"35167",0.31,"Ideal","G","IF",61.4,55,891,4.35,4.38,2.68 +"35168",0.31,"Ideal","G","IF",61.4,55,891,4.36,4.4,2.69 +"35169",0.31,"Ideal","G","IF",62.2,55,891,4.35,4.4,2.72 +"35170",0.31,"Ideal","G","IF",61.9,55,891,4.35,4.38,2.7 +"35171",0.31,"Ideal","G","IF",61.6,56,891,4.38,4.42,2.71 +"35172",0.31,"Ideal","G","IF",61,56,891,4.38,4.41,2.68 +"35173",0.31,"Ideal","G","IF",61.3,54,891,4.38,4.4,2.69 +"35174",0.31,"Ideal","G","IF",61.4,56,891,4.38,4.41,2.7 +"35175",0.31,"Ideal","G","IF",62.6,53,891,4.36,4.39,2.74 +"35176",0.31,"Ideal","G","IF",61.8,56,891,4.33,4.37,2.69 +"35177",0.31,"Ideal","G","IF",61.9,54,891,4.35,4.37,2.7 +"35178",0.31,"Ideal","G","IF",61.8,55,891,4.35,4.39,2.7 +"35179",0.31,"Ideal","G","IF",61.8,54,891,4.36,4.38,2.7 +"35180",0.31,"Ideal","G","IF",61.9,54,891,4.35,4.38,2.7 +"35181",0.31,"Ideal","G","IF",61,57,891,4.4,4.42,2.69 +"35182",0.31,"Ideal","G","IF",61.7,56,891,4.34,4.38,2.69 +"35183",0.31,"Ideal","G","IF",62,54,891,4.36,4.38,2.71 +"35184",0.31,"Ideal","G","IF",61.7,55,891,4.36,4.39,2.7 +"35185",0.31,"Ideal","G","IF",61.6,55,891,4.37,4.39,2.7 +"35186",0.31,"Ideal","G","IF",61.3,56,891,4.38,4.4,2.69 +"35187",0.31,"Ideal","G","IF",62.1,54,891,4.36,4.37,2.71 +"35188",0.31,"Ideal","G","IF",61.3,57,891,4.39,4.42,2.7 +"35189",0.31,"Ideal","G","IF",62.1,54,891,4.38,4.41,2.73 +"35190",0.31,"Ideal","G","IF",60.2,59,891,4.37,4.4,2.64 +"35191",0.31,"Ideal","G","IF",61.9,53,891,4.36,4.39,2.71 +"35192",0.31,"Ideal","G","IF",61.7,54,891,4.38,4.4,2.71 +"35193",0.31,"Ideal","G","IF",62.1,54,891,4.35,4.38,2.71 +"35194",0.31,"Ideal","G","IF",61,57,891,4.36,4.39,2.67 +"35195",0.31,"Ideal","G","IF",61.6,55,891,4.35,4.38,2.69 +"35196",0.31,"Ideal","G","IF",61.2,56,891,4.36,4.4,2.68 +"35197",0.31,"Ideal","G","IF",61.2,55,891,4.4,4.42,2.7 +"35198",0.31,"Ideal","G","IF",62.1,54,891,4.37,4.39,2.72 +"35199",0.43,"Good","G","VS2",61.8,60.7,891,4.8,4.84,2.99 +"35200",0.41,"Good","F","VS1",58,61,891,4.86,4.9,2.83 +"35201",0.46,"Good","E","SI1",63.7,58,891,4.84,4.9,3.1 +"35202",0.33,"Ideal","I","IF",61.8,55,891,4.47,4.46,2.76 +"35203",0.33,"Ideal","I","IF",62.1,55,891,4.44,4.41,2.75 +"35204",0.44,"Very Good","J","VS1",63.1,57,891,4.87,4.83,3.06 +"35205",0.44,"Premium","J","VS1",61.9,57,891,4.9,4.83,3.01 +"35206",0.44,"Very Good","J","VS1",63.2,57,891,4.86,4.82,3.06 +"35207",0.33,"Premium","I","IF",62,58,891,4.46,4.44,2.76 +"35208",0.33,"Ideal","I","IF",61.6,55,891,4.47,4.46,2.75 +"35209",0.33,"Premium","I","IF",59,61,891,4.56,4.49,2.67 +"35210",0.33,"Premium","I","IF",62.1,58,891,4.43,4.39,2.74 +"35211",0.33,"Ideal","I","IF",62.2,56,891,4.45,4.42,2.76 +"35212",0.33,"Ideal","I","IF",61.4,56,891,4.45,4.41,2.72 +"35213",0.35,"Very Good","G","IF",62.1,54,892,4.53,4.57,2.82 +"35214",0.36,"Ideal","G","VVS1",60,56,892,4.66,4.69,2.81 +"35215",0.32,"Ideal","E","VVS1",61.2,55,892,4.4,4.45,2.71 +"35216",0.32,"Ideal","E","VVS1",61.2,55,892,4.41,4.42,2.7 +"35217",0.3,"Ideal","F","IF",60.8,56,892,4.35,4.36,2.65 +"35218",0.3,"Ideal","F","IF",60.9,56,892,4.32,4.35,2.64 +"35219",0.41,"Good","H","VVS1",62.6,62,892,4.7,4.76,2.96 +"35220",0.33,"Very Good","E","VVS2",59.8,58.7,893,4.47,4.51,2.68 +"35221",0.33,"Very Good","E","VVS2",62.3,56,893,4.4,4.44,2.75 +"35222",0.33,"Ideal","D","VVS2",61.7,55,893,4.46,4.49,2.76 +"35223",0.33,"Ideal","F","VVS1",61.9,55,893,4.43,4.46,2.75 +"35224",0.33,"Ideal","F","VVS1",61.4,55,893,4.47,4.52,2.76 +"35225",0.33,"Ideal","F","VVS1",61.3,55,893,4.46,4.48,2.74 +"35226",0.33,"Ideal","F","VVS1",61.1,56,893,4.45,4.48,2.73 +"35227",0.33,"Ideal","F","VVS1",61.7,54,893,4.46,4.49,2.76 +"35228",0.46,"Ideal","I","VS2",62.2,54.7,893,4.95,4.97,3.09 +"35229",0.27,"Ideal","D","IF",62.4,56,893,4.15,4.12,2.58 +"35230",0.34,"Premium","E","VS2",62.7,56,893,4.51,4.48,2.82 +"35231",0.34,"Good","H","VVS1",64,57,893,4.43,4.38,2.82 +"35232",0.58,"Fair","F","I1",65.8,56,893,5.23,5.12,3.41 +"35233",0.58,"Fair","F","I1",66.3,55,893,5.18,5.1,3.41 +"35234",0.36,"Very Good","E","VS1",60.6,58,894,4.61,4.63,2.8 +"35235",0.41,"Ideal","I","VVS2",60.7,57,894,4.81,4.84,2.93 +"35236",0.39,"Good","G","VVS2",63.4,57,894,4.62,4.65,2.94 +"35237",0.39,"Ideal","F","VS1",60.9,56,894,4.68,4.75,2.87 +"35238",0.39,"Premium","F","VS1",61.7,58,894,4.69,4.71,2.9 +"35239",0.43,"Very Good","E","SI1",63.4,56,894,4.82,4.8,3.05 +"35240",0.38,"Ideal","H","VVS1",62.3,53.3,894,4.63,4.66,2.9 +"35241",0.37,"Premium","F","VS2",59.2,61,894,4.69,4.63,2.76 +"35242",0.37,"Premium","F","VS2",59.7,62,894,4.7,4.68,2.8 +"35243",0.37,"Premium","F","VS2",60.5,59,894,4.67,4.62,2.81 +"35244",0.4,"Very Good","F","VS1",63.1,56,895,4.68,4.7,2.96 +"35245",0.39,"Very Good","F","VS1",63.7,57,895,4.63,4.67,2.96 +"35246",0.3,"Ideal","E","VVS1",60.5,57,895,4.34,4.39,2.64 +"35247",0.34,"Ideal","G","VVS1",62.5,53,895,4.47,4.49,2.8 +"35248",0.3,"Premium","E","VVS1",60,60,895,4.35,4.38,2.62 +"35249",0.3,"Very Good","G","IF",62.9,58,895,4.21,4.25,2.66 +"35250",0.3,"Ideal","E","VVS1",61.4,56,895,4.33,4.37,2.67 +"35251",0.3,"Ideal","E","VVS1",61.2,57,895,4.33,4.36,2.66 +"35252",0.3,"Very Good","G","IF",62.8,57,895,4.27,4.3,2.69 +"35253",0.3,"Very Good","G","IF",63,53,895,4.24,4.3,2.69 +"35254",0.3,"Premium","E","VVS1",61.3,59,895,4.28,4.33,2.64 +"35255",0.3,"Good","G","IF",63.5,55,895,4.26,4.28,2.71 +"35256",0.3,"Very Good","G","IF",61,62,895,4.32,4.34,2.64 +"35257",0.4,"Ideal","E","VVS2",61.1,57,895,4.77,4.79,2.92 +"35258",0.34,"Ideal","G","VVS1",62.1,57,895,4.45,4.47,2.77 +"35259",0.3,"Ideal","G","IF",62.1,55,895,4.31,4.35,2.69 +"35260",0.3,"Ideal","E","VVS1",60.6,57,895,4.33,4.35,2.63 +"35261",0.3,"Premium","G","IF",60,59,895,4.32,4.34,2.6 +"35262",0.3,"Ideal","G","IF",62.6,57,895,4.28,4.32,2.69 +"35263",0.3,"Good","G","IF",63.8,55,895,4.24,4.28,2.72 +"35264",0.3,"Ideal","E","VVS1",61.8,56,895,4.3,4.31,2.66 +"35265",0.34,"Ideal","G","VVS1",62.1,55,895,4.46,4.49,2.78 +"35266",0.3,"Ideal","G","IF",61.7,55,895,4.31,4.34,2.67 +"35267",0.3,"Ideal","G","IF",60.9,57,895,4.29,4.32,2.62 +"35268",0.3,"Premium","G","IF",61.6,60,895,4.29,4.32,2.65 +"35269",0.3,"Very Good","G","IF",62.8,57,895,4.28,4.32,2.7 +"35270",0.3,"Ideal","E","VVS1",60.1,57,895,4.38,4.41,2.64 +"35271",0.3,"Ideal","E","VVS1",61.5,57,895,4.33,4.35,2.67 +"35272",0.3,"Ideal","G","IF",61.4,57,895,4.33,4.37,2.67 +"35273",0.3,"Ideal","G","IF",62,56,895,4.3,4.31,2.67 +"35274",0.3,"Premium","G","IF",60.2,58,895,4.35,4.39,2.63 +"35275",0.32,"Ideal","F","VVS1",61.9,56,895,4.41,4.44,2.74 +"35276",0.4,"Ideal","D","VS2",62.8,57,895,4.68,4.72,2.95 +"35277",0.39,"Ideal","F","VS1",62.5,57,895,4.66,4.69,2.92 +"35278",0.5,"Ideal","I","SI2",62.2,53,895,5.11,5.14,3.19 +"35279",0.5,"Ideal","J","SI1",62.3,55,895,5.07,5.11,3.17 +"35280",0.39,"Ideal","I","IF",62.3,54,895,4.69,4.71,2.93 +"35281",0.35,"Premium","I","SI1",62.5,58,472,4.49,4.53,2.82 +"35282",0.3,"Good","H","SI2",63.9,56,473,4.27,4.24,2.72 +"35283",0.3,"Premium","H","SI2",60.9,59,473,4.35,4.32,2.64 +"35284",0.3,"Premium","J","VS2",62.2,58,473,4.3,4.28,2.67 +"35285",0.3,"Premium","J","VS2",61.6,61,473,4.33,4.28,2.65 +"35286",0.3,"Premium","J","VS2",60.6,59,473,4.38,4.34,2.64 +"35287",0.3,"Very Good","J","VS2",63.4,57,473,4.26,4.22,2.69 +"35288",0.36,"Premium","G","SI2",60.8,58,473,4.57,4.61,2.79 +"35289",0.3,"Very Good","H","VS2",60.9,61,473,4.32,4.35,2.64 +"35290",0.3,"Premium","H","VS2",62.3,58,473,4.31,4.33,2.69 +"35291",0.36,"Premium","G","SI2",62.4,58,473,4.56,4.58,2.85 +"35292",0.3,"Premium","I","VS1",60.3,58,473,4.32,4.34,2.61 +"35293",0.3,"Very Good","H","VS2",62.7,59,473,4.22,4.26,2.66 +"35294",0.3,"Very Good","I","VS1",63,53,473,4.26,4.31,2.7 +"35295",0.3,"Premium","H","VS2",62.5,59,473,4.23,4.28,2.66 +"35296",0.3,"Ideal","I","VS1",62.5,57,473,4.29,4.32,2.69 +"35297",0.3,"Premium","H","VS2",61.8,60,473,4.26,4.31,2.65 +"35298",0.3,"Very Good","I","VS1",62.9,58,473,4.26,4.29,2.69 +"35299",0.3,"Very Good","I","VS1",60.8,59,473,4.3,4.32,2.62 +"35300",0.3,"Very Good","H","VS2",62.5,58,473,4.26,4.28,2.67 +"35301",0.3,"Premium","I","VS1",61.7,58,473,4.27,4.32,2.65 +"35302",0.3,"Very Good","H","VS2",61.1,61,473,4.31,4.33,2.64 +"35303",0.3,"Good","H","VS2",63.5,54,473,4.27,4.3,2.72 +"35304",0.3,"Good","H","VS2",63.5,59,473,4.2,4.27,2.69 +"35305",0.3,"Ideal","I","VS1",61,56,473,4.35,4.37,2.66 +"35306",0.36,"Premium","G","SI2",59.3,59,473,4.62,4.66,2.75 +"35307",0.3,"Ideal","I","VS1",62.5,54,473,4.29,4.32,2.69 +"35308",0.3,"Very Good","H","VS2",60.9,61,473,4.27,4.3,2.61 +"35309",0.3,"Very Good","I","VS1",60.4,58,473,4.34,4.4,2.64 +"35310",0.3,"Premium","I","VS1",59.8,60,473,4.34,4.36,2.6 +"35311",0.4,"Very Good","H","VS2",63.1,62,895,4.75,4.66,2.97 +"35312",0.36,"Ideal","F","VVS2",62.4,55,896,4.54,4.57,2.84 +"35313",0.36,"Ideal","F","VVS2",61.5,56,896,4.58,4.61,2.82 +"35314",0.36,"Ideal","F","VVS2",61.7,57,896,4.58,4.61,2.83 +"35315",0.37,"Ideal","E","VVS2",61.8,54,896,4.61,4.64,2.86 +"35316",0.37,"Ideal","E","VVS2",62.5,53,896,4.59,4.63,2.88 +"35317",0.52,"Ideal","J","SI1",61.4,56.4,896,5.15,5.17,3.17 +"35318",0.4,"Ideal","H","SI1",61.8,57,896,4.75,4.77,2.94 +"35319",0.42,"Ideal","G","SI1",61.6,56,896,4.81,4.84,2.97 +"35320",0.33,"Very Good","F","IF",58.7,55,897,4.56,4.6,2.69 +"35321",0.31,"Very Good","F","VVS1",62.4,60,897,4.28,4.31,2.68 +"35322",0.31,"Very Good","F","VVS1",61.8,59,897,4.33,4.35,2.68 +"35323",0.31,"Ideal","F","VVS1",61.8,56,897,4.34,4.36,2.69 +"35324",0.31,"Ideal","F","VVS1",62.1,56,897,4.35,4.38,2.71 +"35325",0.31,"Very Good","F","VVS1",62.4,57,897,4.3,4.32,2.69 +"35326",0.35,"Very Good","G","IF",62.6,59,898,4.43,4.49,2.79 +"35327",0.33,"Very Good","G","IF",62.6,55,898,4.41,4.44,2.77 +"35328",0.38,"Ideal","H","VVS2",62.1,54,898,4.62,4.66,2.88 +"35329",0.4,"Good","D","VS1",63.2,56,898,4.69,4.74,2.98 +"35330",0.4,"Ideal","E","VS1",62.1,55,898,4.75,4.79,2.96 +"35331",0.33,"Ideal","E","VVS2",60.7,55,898,4.49,4.5,2.73 +"35332",0.32,"Ideal","F","VVS1",62,55,898,4.41,4.43,2.74 +"35333",0.34,"Ideal","G","VS1",61.3,55,898,4.52,4.55,2.78 +"35334",0.32,"Ideal","E","VS1",61.6,55,898,4.43,4.46,2.74 +"35335",0.32,"Ideal","E","VS1",61,57,898,4.4,4.42,2.69 +"35336",0.32,"Ideal","E","VS1",61.4,56,898,4.42,4.44,2.72 +"35337",0.32,"Ideal","G","IF",61.7,57,898,4.39,4.42,2.72 +"35338",0.32,"Ideal","G","IF",61.4,55,898,4.42,4.44,2.72 +"35339",0.32,"Ideal","G","IF",61.8,55,898,4.38,4.42,2.72 +"35340",0.42,"Premium","H","SI1",60.9,58,898,4.85,4.84,2.95 +"35341",0.42,"Premium","H","SI1",62.1,59,898,4.81,4.78,2.98 +"35342",0.42,"Ideal","H","SI1",62.2,57,898,4.8,4.78,2.98 +"35343",0.42,"Ideal","H","SI1",62.9,57,898,4.84,4.76,3.02 +"35344",0.42,"Very Good","H","SI1",63.2,58,898,4.79,4.77,3.02 +"35345",0.42,"Ideal","H","SI1",62.7,56,898,4.78,4.76,2.99 +"35346",0.42,"Very Good","H","SI1",63.1,57,898,4.78,4.76,3.01 +"35347",0.38,"Premium","F","SI1",62.7,58,898,4.62,4.6,2.89 +"35348",0.38,"Ideal","E","SI1",61.9,55,898,4.7,4.64,2.89 +"35349",0.38,"Premium","E","SI1",61.2,59,898,4.67,4.64,2.85 +"35350",0.42,"Premium","H","SI1",62,59,898,4.79,4.76,2.96 +"35351",0.42,"Ideal","H","SI1",62.4,57,898,4.79,4.76,2.98 +"35352",0.42,"Premium","H","SI1",59.5,57,898,5.11,4.78,2.94 +"35353",0.42,"Ideal","E","SI2",62.4,55,898,4.81,4.77,2.99 +"35354",0.42,"Ideal","E","SI2",62.9,56,898,4.8,4.77,3.01 +"35355",0.42,"Ideal","D","SI2",62.4,57,898,4.81,4.78,2.99 +"35356",0.42,"Premium","D","SI2",62.1,59,898,4.82,4.78,2.98 +"35357",0.42,"Premium","D","SI2",60.1,58,898,4.88,4.83,2.92 +"35358",0.42,"Premium","D","SI2",60,61,898,4.89,4.85,2.92 +"35359",0.42,"Premium","D","SI2",60.8,59,898,4.83,4.77,2.92 +"35360",0.38,"Premium","I","VS1",59.9,60,898,4.72,4.66,2.81 +"35361",0.38,"Premium","I","VS1",61.3,60,898,4.65,4.62,2.84 +"35362",0.38,"Premium","H","VS2",61.8,58,898,4.66,4.63,2.87 +"35363",0.38,"Ideal","H","VS2",62.8,55,898,4.66,4.64,2.92 +"35364",0.38,"Premium","H","VS2",60.5,59,898,4.69,4.66,2.83 +"35365",0.38,"Premium","H","VS2",60.6,58,898,4.7,4.68,2.84 +"35366",0.38,"Premium","H","VS2",60.9,60,898,4.67,4.62,2.83 +"35367",0.38,"Premium","H","VS2",63,56,898,4.61,4.57,2.89 +"35368",0.38,"Ideal","H","VS2",62.8,56,898,4.62,4.59,2.89 +"35369",0.38,"Premium","F","SI1",60.4,58,898,4.72,4.68,2.84 +"35370",0.41,"Premium","G","VS1",62.5,59,899,4.73,4.77,2.97 +"35371",0.41,"Very Good","G","VS1",62.7,57,899,4.74,4.77,2.98 +"35372",0.41,"Premium","G","VS1",62.6,58,899,4.7,4.75,2.96 +"35373",0.41,"Ideal","G","VS1",61.7,57,899,4.78,4.81,2.96 +"35374",0.41,"Very Good","G","VS1",62.4,57,899,4.71,4.74,2.95 +"35375",0.41,"Ideal","G","VS1",60.8,57,899,4.8,4.84,2.93 +"35376",0.41,"Ideal","G","VS1",62.4,57,899,4.7,4.75,2.95 +"35377",0.41,"Very Good","G","VS1",60.5,57,899,4.81,4.85,2.92 +"35378",0.41,"Ideal","H","VVS2",62,56,899,4.74,4.78,2.95 +"35379",0.41,"Ideal","G","VS1",61.5,56,899,4.77,4.79,2.94 +"35380",0.41,"Premium","G","VS1",61.9,58,899,4.75,4.78,2.95 +"35381",0.41,"Very Good","G","VS1",61.5,58,899,4.76,4.8,2.94 +"35382",0.41,"Ideal","G","VS1",61.6,57,899,4.74,4.77,2.93 +"35383",0.41,"Very Good","G","VS1",60,61,899,4.77,4.86,2.89 +"35384",0.41,"Very Good","G","VS1",60.7,58,899,4.79,4.83,2.92 +"35385",0.41,"Premium","G","VS1",60.2,59,899,4.79,4.84,2.9 +"35386",0.41,"Ideal","G","VS1",61.4,55,899,4.78,4.8,2.94 +"35387",0.41,"Premium","G","VS1",62.1,60,899,4.72,4.78,2.95 +"35388",0.41,"Premium","G","VS1",61.9,60,899,4.7,4.76,2.93 +"35389",0.41,"Ideal","G","VS1",61.9,57,899,4.76,4.81,2.96 +"35390",0.41,"Ideal","G","VS1",60.8,56,899,4.79,4.82,2.92 +"35391",0.41,"Very Good","G","VS1",62.3,56,899,4.77,4.8,2.98 +"35392",0.41,"Premium","G","VS1",60.5,58,899,4.76,4.8,2.89 +"35393",0.41,"Ideal","H","VVS2",62.5,56,899,4.74,4.77,2.97 +"35394",0.41,"Very Good","G","VS1",61.7,57,899,4.75,4.78,2.94 +"35395",0.41,"Very Good","H","VVS2",62.2,58,899,4.71,4.74,2.94 +"35396",0.41,"Ideal","G","VS1",59.8,57,899,4.81,4.86,2.89 +"35397",0.38,"Good","F","VS2",62.4,54.3,899,4.6,4.65,2.89 +"35398",0.5,"Premium","I","SI2",59.8,56,900,5.23,5.18,3.11 +"35399",0.4,"Very Good","H","VVS1",60.5,59,900,4.73,4.76,2.87 +"35400",0.39,"Very Good","E","VS1",60,59,900,4.76,4.8,2.87 +"35401",0.41,"Ideal","G","VS2",61.6,54,900,4.81,4.84,2.97 +"35402",0.35,"Ideal","E","VS1",62,55,900,4.54,4.58,2.82 +"35403",0.32,"Ideal","F","VS1",61.9,56,900,4.4,4.35,2.71 +"35404",0.32,"Ideal","F","VS1",61.3,56,900,4.44,4.4,2.71 +"35405",0.32,"Ideal","F","VS1",61.9,56,900,4.4,4.36,2.71 +"35406",0.32,"Ideal","E","VS2",61.9,56,900,4.4,4.36,2.71 +"35407",0.32,"Ideal","E","VS2",61.3,57,900,4.45,4.42,2.72 +"35408",0.32,"Ideal","E","VS2",61.9,55,900,4.43,4.42,2.74 +"35409",0.32,"Premium","E","VS2",60.5,55,900,4.49,4.43,2.7 +"35410",0.32,"Ideal","E","VS2",62.3,56,900,4.41,4.38,2.74 +"35411",0.32,"Ideal","E","VS2",62.1,55,900,4.42,4.4,2.74 +"35412",0.4,"Premium","G","SI1",59.2,61,900,4.81,4.78,2.84 +"35413",0.4,"Premium","G","SI1",61.6,59,900,4.72,4.66,2.89 +"35414",0.4,"Ideal","G","SI1",60.2,56,900,4.83,4.77,2.89 +"35415",0.32,"Ideal","E","VS2",62,57,900,4.41,4.39,2.73 +"35416",0.4,"Premium","G","SI1",62,59,900,4.74,4.71,2.93 +"35417",0.4,"Very Good","G","SI1",60,63,900,4.8,4.76,2.87 +"35418",0.4,"Premium","G","SI1",59.3,59,900,4.82,4.8,2.85 +"35419",0.4,"Premium","G","SI1",61.4,60,900,4.71,4.67,2.88 +"35420",0.4,"Premium","G","SI1",62.7,59,900,4.71,4.67,2.94 +"35421",0.4,"Premium","G","SI1",62,59,900,4.72,4.7,2.92 +"35422",0.4,"Premium","G","SI1",61.1,61,900,4.76,4.7,2.89 +"35423",0.4,"Premium","G","SI1",62.8,60,900,4.7,4.66,2.94 +"35424",0.32,"Premium","E","VS2",60.5,58,900,4.48,4.44,2.7 +"35425",0.32,"Premium","E","VS2",61,59,900,4.45,4.44,2.71 +"35426",0.32,"Ideal","E","VS2",60.8,55,900,4.49,4.42,2.71 +"35427",0.32,"Ideal","E","VS2",61.7,56,900,4.44,4.41,2.73 +"35428",0.32,"Ideal","E","VS2",62.3,57,900,4.42,4.41,2.75 +"35429",0.32,"Premium","E","VS2",61.2,59,900,4.43,4.4,2.7 +"35430",0.32,"Ideal","E","VS2",61.4,56,900,4.43,4.4,2.71 +"35431",0.32,"Ideal","E","VS2",61.8,55,900,4.43,4.4,2.73 +"35432",0.32,"Ideal","E","VS2",62.1,56,900,4.43,4.4,2.74 +"35433",0.32,"Ideal","E","VS2",62.1,54,900,4.42,4.4,2.74 +"35434",0.32,"Ideal","E","VS2",62.1,55,900,4.43,4.39,2.74 +"35435",0.32,"Ideal","E","VS2",62,55,900,4.46,4.38,2.74 +"35436",0.32,"Ideal","E","VS2",62,55,900,4.41,4.39,2.73 +"35437",0.32,"Premium","E","VS2",60.5,59,900,4.43,4.39,2.67 +"35438",0.32,"Ideal","E","VS2",61.5,55,900,4.43,4.38,2.71 +"35439",0.32,"Ideal","E","VS2",62,54,900,4.41,4.37,2.72 +"35440",0.32,"Ideal","E","VS2",62.2,56,900,4.41,4.37,2.73 +"35441",0.32,"Premium","E","VS2",61.7,58,900,4.41,4.38,2.71 +"35442",0.32,"Ideal","E","VS2",62.1,56,900,4.41,4.38,2.73 +"35443",0.32,"Ideal","E","VS2",62.6,53,900,4.38,4.37,2.74 +"35444",0.32,"Ideal","E","VS2",62,57,900,4.41,4.37,2.72 +"35445",0.32,"Ideal","E","VS2",62.3,54,900,4.4,4.37,2.73 +"35446",0.32,"Ideal","E","VS2",62.2,55,900,4.38,4.37,2.72 +"35447",0.32,"Ideal","E","VS2",61.7,55,900,4.42,4.36,2.71 +"35448",0.32,"Premium","E","VS2",62.6,58,900,4.4,4.36,2.74 +"35449",0.32,"Ideal","E","VS2",62.1,55,900,4.4,4.36,2.72 +"35450",0.32,"Ideal","E","VS2",62.1,55,900,4.4,4.36,2.72 +"35451",0.32,"Ideal","E","VS2",62.9,56,900,4.39,4.36,2.75 +"35452",0.32,"Ideal","E","VS2",62,55,900,4.38,4.36,2.71 +"35453",0.32,"Ideal","E","VS2",62.7,55,900,4.38,4.36,2.74 +"35454",0.32,"Ideal","E","VS2",62.2,55,900,4.38,4.36,2.72 +"35455",0.32,"Ideal","E","VS2",62.8,54,900,4.38,4.35,2.74 +"35456",0.32,"Premium","E","VS2",61.3,59,900,4.39,4.35,2.68 +"35457",0.32,"Ideal","E","VS2",61.9,56,900,4.4,4.35,2.71 +"35458",0.49,"Premium","J","SI2",59.8,59,900,5.14,5.12,3.07 +"35459",0.32,"Ideal","E","VS2",61.6,55,900,4.42,4.41,2.72 +"35460",0.43,"Premium","D","VS2",59.7,59,901,4.89,4.93,2.93 +"35461",0.33,"Premium","F","VVS2",62.3,60,901,4.43,4.4,2.75 +"35462",0.31,"Ideal","F","IF",60.1,59,901,4.38,4.41,2.64 +"35463",0.31,"Ideal","F","IF",61.1,55,901,4.41,4.43,2.7 +"35464",0.31,"Ideal","F","IF",61.2,56,901,4.38,4.41,2.69 +"35465",0.31,"Ideal","F","IF",61.6,56,901,4.35,4.38,2.69 +"35466",0.31,"Ideal","F","IF",61.7,56,901,4.34,4.38,2.69 +"35467",0.31,"Ideal","F","IF",61.9,54,901,4.38,4.41,2.72 +"35468",0.31,"Ideal","F","IF",62,55,901,4.37,4.41,2.72 +"35469",0.31,"Ideal","F","IF",61.7,56,901,4.38,4.41,2.71 +"35470",0.31,"Ideal","F","IF",60.7,56,901,4.42,4.45,2.69 +"35471",0.33,"Ideal","H","VVS1",62.5,56,901,4.44,4.42,2.77 +"35472",0.33,"Ideal","G","VVS2",62.6,53,901,4.45,4.43,2.78 +"35473",0.33,"Premium","G","VVS2",61.5,62,901,4.43,4.39,2.71 +"35474",0.39,"Ideal","G","VVS2",61.9,56,902,4.68,4.7,2.9 +"35475",0.39,"Ideal","G","VVS2",60.7,55,902,4.75,4.78,2.89 +"35476",0.39,"Ideal","G","VVS2",60.6,57,902,4.72,4.75,2.87 +"35477",0.42,"Ideal","E","VS2",60.9,57,902,4.85,4.87,2.96 +"35478",0.39,"Ideal","F","VS1",61.3,56,902,4.7,4.72,2.89 +"35479",0.39,"Ideal","F","VS1",61.6,57,902,4.7,4.72,2.9 +"35480",0.36,"Very Good","G","VS1",61.4,55,903,4.63,4.65,2.85 +"35481",0.38,"Ideal","H","VVS1",61.2,57,903,4.65,4.67,2.85 +"35482",0.31,"Ideal","F","VVS1",61.6,56,903,4.34,4.36,2.68 +"35483",0.31,"Ideal","E","VVS1",61,57,903,4.39,4.37,2.67 +"35484",0.31,"Ideal","E","VVS1",61.6,57,903,4.38,4.36,2.69 +"35485",0.43,"Good","G","SI1",63.6,55,903,4.83,4.79,3.06 +"35486",0.43,"Premium","E","SI2",61,60,903,4.94,4.87,2.99 +"35487",0.59,"Fair","G","I1",64.6,56,903,5.26,5.2,3.38 +"35488",0.43,"Very Good","G","SI1",63.1,58,903,4.79,4.75,3.01 +"35489",0.46,"Very Good","F","SI1",60.1,57,904,5.01,5.04,3.02 +"35490",0.38,"Good","E","VVS1",62.4,64,904,4.59,4.61,2.87 +"35491",0.43,"Ideal","F","VS2",61.5,56,904,4.85,4.89,2.99 +"35492",0.4,"Ideal","E","VS2",60.9,56,904,4.78,4.81,2.92 +"35493",0.41,"Ideal","F","SI1",61.6,57,904,4.8,4.78,2.95 +"35494",0.41,"Very Good","F","SI1",63.3,58,904,4.74,4.71,2.99 +"35495",0.41,"Good","F","SI1",63.7,58,904,4.74,4.71,3.01 +"35496",0.41,"Ideal","F","SI1",63,56,904,4.78,4.71,2.99 +"35497",0.41,"Very Good","F","SI1",63.4,57,904,4.74,4.73,3 +"35498",0.41,"Very Good","F","SI1",63.1,59,904,4.75,4.7,2.98 +"35499",0.41,"Very Good","F","SI1",63.5,56,904,4.75,4.7,3 +"35500",0.41,"Premium","E","SI1",61.2,59,904,4.82,4.78,2.94 +"35501",0.41,"Premium","E","SI1",59.3,61,904,4.84,4.8,2.86 +"35502",0.41,"Ideal","E","SI1",61.4,57,904,4.8,4.78,2.94 +"35503",0.41,"Very Good","E","SI1",60.5,63,904,4.81,4.77,2.9 +"35504",0.41,"Ideal","E","SI1",61.8,56,904,4.78,4.77,2.95 +"35505",0.41,"Premium","E","SI1",61.1,62,904,4.83,4.76,2.93 +"35506",0.41,"Premium","E","SI1",61.5,61,904,4.78,4.75,2.93 +"35507",0.41,"Ideal","E","SI1",62.8,57,904,4.75,4.71,2.97 +"35508",0.41,"Good","E","SI1",63.6,58,904,4.74,4.72,3.01 +"35509",0.41,"Premium","E","SI1",62.8,58,904,4.77,4.72,2.98 +"35510",0.41,"Very Good","E","SI1",63.1,57,904,4.78,4.73,3 +"35511",0.41,"Premium","E","SI1",61.8,60,904,4.78,4.74,2.94 +"35512",0.41,"Good","E","SI1",63.6,56,904,4.73,4.7,3 +"35513",0.41,"Very Good","E","SI1",63.2,58,904,4.72,4.68,2.97 +"35514",0.4,"Ideal","H","VVS2",61.4,55.7,905,4.72,4.77,2.92 +"35515",0.35,"Ideal","E","VVS1",61.9,56,905,4.53,4.55,2.81 +"35516",0.35,"Ideal","E","VVS1",61.8,56,905,4.5,4.53,2.79 +"35517",0.43,"Very Good","I","VVS1",63,56,905,4.83,4.86,3.05 +"35518",0.43,"Ideal","I","VVS1",62.2,57,905,4.81,4.84,3 +"35519",0.43,"Very Good","F","VS2",61.6,59,905,4.78,4.87,2.97 +"35520",0.43,"Ideal","F","VS2",61.1,56,905,4.88,4.91,2.99 +"35521",0.43,"Very Good","F","VS2",61.1,57,905,4.86,4.9,2.98 +"35522",0.43,"Very Good","F","VS2",61,57,905,4.84,4.87,2.96 +"35523",0.43,"Very Good","F","VS2",61.2,59,905,4.84,4.87,2.97 +"35524",0.43,"Very Good","F","VS2",61.3,59,905,4.81,4.84,2.96 +"35525",0.43,"Premium","F","VS2",59.8,58,905,4.89,4.94,2.94 +"35526",0.32,"Ideal","H","VVS1",61.3,56,905,4.42,4.45,2.72 +"35527",0.32,"Ideal","F","VVS1",60.7,56,905,4.45,4.43,2.7 +"35528",0.3,"Ideal","D","VVS1",61.9,57,905,4.27,4.29,2.65 +"35529",0.38,"Ideal","E","VS1",61.7,53,905,4.69,4.71,2.9 +"35530",0.46,"Ideal","E","SI1",62,54,905,4.97,4.99,3.09 +"35531",0.32,"Ideal","G","IF",61.5,55,905,4.4,4.42,2.71 +"35532",0.32,"Ideal","G","IF",61.3,56,905,4.4,4.44,2.71 +"35533",0.36,"Premium","F","VS2",59.4,56,905,4.71,4.69,2.79 +"35534",0.3,"Premium","G","VVS1",62.4,59,905,4.31,4.25,2.67 +"35535",0.36,"Good","F","VS1",63.9,54,905,4.52,4.5,2.88 +"35536",0.34,"Premium","F","VS1",60,59,905,4.59,4.55,2.74 +"35537",0.41,"Very Good","E","VS1",60.4,59,906,4.8,4.83,2.91 +"35538",0.38,"Very Good","F","VS2",61.9,54.6,906,4.64,4.68,2.89 +"35539",0.38,"Very Good","F","VS2",61.9,54.8,906,4.63,4.69,2.89 +"35540",0.34,"Ideal","F","VVS1",61.4,55,906,4.53,4.56,2.79 +"35541",0.33,"Ideal","E","VVS1",60.7,57,906,4.46,4.5,2.72 +"35542",0.33,"Ideal","E","VVS1",62.2,54,906,4.46,4.48,2.78 +"35543",0.46,"Ideal","I","VS1",62.2,54,906,4.95,4.99,3.09 +"35544",0.35,"Ideal","F","VS2",62.1,57,906,4.55,4.53,2.82 +"35545",0.35,"Ideal","F","VS2",62.5,57,906,4.53,4.5,2.82 +"35546",0.35,"Premium","F","VS2",61.1,62,906,4.54,4.5,2.76 +"35547",0.35,"Ideal","F","VS2",61.4,55,906,4.6,4.55,2.81 +"35548",0.35,"Premium","H","VVS2",62.7,58,906,4.5,4.46,2.81 +"35549",0.35,"Ideal","H","VVS2",63,55,906,4.5,4.48,2.83 +"35550",0.35,"Premium","H","VVS2",62.5,58,906,4.51,4.48,2.81 +"35551",0.35,"Ideal","H","VVS2",62.5,57,906,4.54,4.48,2.82 +"35552",0.35,"Premium","H","VVS2",61.9,58,906,4.54,4.5,2.8 +"35553",0.35,"Ideal","H","VVS2",59.2,56,906,4.65,4.6,2.74 +"35554",0.35,"Ideal","G","VS1",62.6,54,906,4.56,4.52,2.84 +"35555",0.35,"Premium","G","VS1",61.2,56,906,4.56,4.53,2.78 +"35556",0.35,"Premium","G","VS1",60.7,61,906,4.58,4.54,2.77 +"35557",0.35,"Ideal","G","VS1",60.5,57,906,4.58,4.55,2.76 +"35558",0.35,"Premium","G","VS1",62.9,58,906,4.49,4.48,2.82 +"35559",0.35,"Premium","G","VS1",61.7,61,906,4.52,4.49,2.78 +"35560",0.35,"Premium","G","VS1",62.3,59,906,4.53,4.49,2.81 +"35561",0.35,"Premium","G","VS1",61.5,58,906,4.54,4.5,2.78 +"35562",0.35,"Ideal","G","VS1",61.9,55,906,4.53,4.51,2.8 +"35563",0.35,"Premium","G","VS1",61.2,58,906,4.54,4.51,2.77 +"35564",0.35,"Ideal","G","VS1",62.5,55,906,4.55,4.51,2.83 +"35565",0.35,"Ideal","G","VS1",61.9,55,906,4.53,4.52,2.8 +"35566",0.35,"Ideal","G","VS1",62.1,56,906,4.56,4.52,2.82 +"35567",0.35,"Ideal","F","VS2",61.4,54,906,4.58,4.54,2.8 +"35568",0.35,"Ideal","F","VS2",62.3,55,906,4.56,4.53,2.83 +"35569",0.35,"Ideal","F","VS2",62.1,56,906,4.57,4.54,2.83 +"35570",0.35,"Ideal","F","VS2",61.4,54,906,4.58,4.54,2.8 +"35571",0.35,"Ideal","F","VS2",60.5,57,906,4.6,4.52,2.76 +"35572",0.35,"Premium","F","VS2",61.5,59,906,4.55,4.53,2.79 +"35573",0.35,"Ideal","F","VS2",61.4,56,906,4.56,4.53,2.79 +"35574",0.35,"Premium","F","VS2",61.4,59,906,4.56,4.53,2.79 +"35575",0.35,"Ideal","F","VS2",61.5,57,906,4.56,4.52,2.79 +"35576",0.35,"Ideal","F","VS2",60.8,57,906,4.56,4.52,2.76 +"35577",0.35,"Ideal","F","VS2",61.9,54,906,4.54,4.5,2.8 +"35578",0.35,"Premium","F","VS2",62,59,906,4.55,4.51,2.81 +"35579",0.35,"Ideal","F","VS2",62.4,55,906,4.53,4.51,2.82 +"35580",0.35,"Ideal","F","VS2",62.4,57,906,4.51,4.5,2.81 +"35581",0.35,"Premium","F","VS2",62.1,60,906,4.51,4.45,2.78 +"35582",0.35,"Ideal","F","VS2",62.2,55,906,4.53,4.48,2.8 +"35583",0.35,"Premium","F","VS2",61.9,58,906,4.54,4.48,2.79 +"35584",0.35,"Ideal","F","VS2",62.6,56,906,4.52,4.49,2.82 +"35585",0.35,"Premium","F","VS2",61.8,58,906,4.52,4.48,2.78 +"35586",0.35,"Ideal","D","VS2",60.5,56,907,4.63,4.6,2.79 +"35587",0.42,"Ideal","G","VS2",62.2,54.1,907,4.8,4.83,3 +"35588",0.41,"Very Good","D","SI1",63.4,56,907,4.76,4.73,3.01 +"35589",0.4,"Premium","E","SI1",62.9,58,907,4.74,4.71,2.97 +"35590",0.4,"Ideal","E","SI1",62.5,57,907,4.74,4.7,2.95 +"35591",0.4,"Premium","E","SI1",62.8,59,907,4.73,4.7,2.96 +"35592",0.4,"Premium","E","SI1",62.8,59,907,4.7,4.67,2.94 +"35593",0.31,"Ideal","H","VVS1",62.2,54,907,4.39,4.36,2.72 +"35594",0.31,"Premium","H","VVS1",60.5,58,907,4.43,4.4,2.67 +"35595",0.31,"Ideal","H","VVS1",61.5,54,907,4.39,4.36,2.69 +"35596",0.31,"Premium","H","VVS1",60.6,59,907,4.38,4.36,2.65 +"35597",0.31,"Premium","H","VVS1",63,58,907,4.37,4.33,2.74 +"35598",0.31,"Ideal","H","VVS1",62.7,54,907,4.38,4.33,2.73 +"35599",0.31,"Ideal","H","VVS1",62.2,56,907,4.37,4.34,2.71 +"35600",0.31,"Ideal","H","VVS1",61.5,56,907,4.38,4.34,2.68 +"35601",0.31,"Ideal","H","VVS1",61.6,55,907,4.38,4.35,2.69 +"35602",0.31,"Premium","H","VVS1",62.1,58,907,4.36,4.33,2.7 +"35603",0.31,"Premium","H","VVS1",61.9,58,907,4.34,4.32,2.68 +"35604",0.31,"Premium","H","VVS1",61.8,58,907,4.34,4.3,2.67 +"35605",0.31,"Very Good","H","VVS1",63.3,58,907,4.32,4.28,2.72 +"35606",0.31,"Premium","H","VVS1",62.6,58,907,4.33,4.29,2.7 +"35607",0.31,"Very Good","H","VVS1",63.3,56,907,4.32,4.3,2.73 +"35608",0.31,"Very Good","H","VVS1",63.1,57,907,4.31,4.25,2.7 +"35609",0.31,"Ideal","G","VVS2",60.8,56,907,4.4,4.38,2.67 +"35610",0.31,"Premium","G","VVS2",60.5,58,907,4.43,4.39,2.67 +"35611",0.3,"Ideal","H","VS2",60.7,57,473,4.33,4.37,2.64 +"35612",0.3,"Very Good","H","VS2",61.1,61,473,4.29,4.32,2.63 +"35613",0.3,"Good","I","VS1",63.3,59,473,4.2,4.23,2.67 +"35614",0.3,"Premium","I","VS1",59.1,59,473,4.35,4.38,2.58 +"35615",0.3,"Ideal","I","VS1",61.6,56,473,4.31,4.36,2.67 +"35616",0.3,"Premium","I","VS1",61.7,59,473,4.26,4.3,2.64 +"35617",0.3,"Very Good","H","VS2",62.7,59,473,4.22,4.27,2.66 +"35618",0.34,"Ideal","G","SI1",62.7,57,473,4.48,4.51,2.82 +"35619",0.37,"Good","I","VS2",64,56,473,4.58,4.45,2.89 +"35620",0.3,"Good","I","VS1",63.5,57,473,4.24,4.29,2.71 +"35621",0.36,"Very Good","G","SI2",61.9,56,473,4.55,4.59,2.83 +"35622",0.3,"Premium","I","VS1",61.6,60,473,4.27,4.3,2.64 +"35623",0.3,"Very Good","H","VS2",62.9,59,473,4.26,4.3,2.69 +"35624",0.3,"Very Good","H","VS2",63,59,473,4.25,4.29,2.69 +"35625",0.3,"Premium","I","VS1",60.5,60,473,4.3,4.33,2.61 +"35626",0.3,"Very Good","I","VS1",62.9,59,473,4.22,4.3,2.68 +"35627",0.3,"Good","H","VS2",63.5,58,473,4.24,4.27,2.7 +"35628",0.3,"Good","I","VS1",63.7,58,473,4.23,4.25,2.7 +"35629",0.3,"Premium","H","VS2",62.2,59,473,4.28,4.31,2.67 +"35630",0.3,"Very Good","H","VS2",62.6,58,473,4.22,4.28,2.66 +"35631",0.3,"Very Good","I","VS1",62,58,473,4.25,4.3,2.65 +"35632",0.3,"Very Good","I","VS1",58.8,61,473,4.38,4.43,2.59 +"35633",0.3,"Good","I","VS1",63.4,54,473,4.29,4.32,2.73 +"35634",0.29,"Very Good","E","VS1",62.8,44,474,4.2,4.24,2.65 +"35635",0.35,"Ideal","H","SI2",60.3,55,474,4.61,4.65,2.79 +"35636",0.26,"Ideal","H","SI1",60.5,58,474,4.16,4.17,2.52 +"35637",0.36,"Very Good","H","SI2",61.2,55,475,4.59,4.62,2.81 +"35638",0.24,"Very Good","D","SI1",63.1,55,475,3.95,4.01,2.51 +"35639",0.3,"Ideal","H","SI1",62.6,53.1,475,4.27,4.3,2.69 +"35640",0.3,"Ideal","H","SI1",62.5,53.9,475,4.29,4.32,2.69 +"35641",0.31,"Premium","G","VVS2",60,62,907,4.44,4.4,2.65 +"35642",0.31,"Ideal","G","VVS2",61.9,55,907,4.36,4.33,2.69 +"35643",0.31,"Ideal","G","VVS2",62.4,56,907,4.36,4.33,2.71 +"35644",0.31,"Ideal","G","VVS2",61.7,54,907,4.38,4.34,2.69 +"35645",0.31,"Ideal","G","VVS2",61.4,56,907,4.38,4.35,2.68 +"35646",0.31,"Premium","G","VVS2",62.2,59,907,4.36,4.32,2.7 +"35647",0.31,"Ideal","G","VVS2",62.7,57,907,4.34,4.31,2.71 +"35648",0.31,"Ideal","G","VVS2",62.4,56,907,4.35,4.31,2.7 +"35649",0.31,"Ideal","G","VVS2",61.8,56,907,4.36,4.31,2.68 +"35650",0.31,"Premium","G","VVS2",61.8,58,907,4.36,4.32,2.68 +"35651",0.31,"Ideal","G","VVS2",62.1,56,907,4.35,4.32,2.69 +"35652",0.31,"Premium","G","VVS2",61.5,58,907,4.34,4.31,2.66 +"35653",0.31,"Ideal","G","VVS2",62.7,57,907,4.33,4.31,2.71 +"35654",0.31,"Very Good","G","VVS2",63.1,57,907,4.32,4.3,2.72 +"35655",0.31,"Ideal","G","VVS2",62.1,56,907,4.33,4.27,2.67 +"35656",0.31,"Premium","G","VVS2",62.9,58,907,4.3,4.28,2.7 +"35657",0.31,"Very Good","G","VVS2",63.3,57,907,4.31,4.28,2.72 +"35658",0.31,"Ideal","G","VVS2",62.6,57,907,4.33,4.29,2.7 +"35659",0.31,"Very Good","G","VVS2",63.2,58,907,4.32,4.26,2.71 +"35660",0.31,"Premium","G","VVS2",62.9,58,907,4.31,4.27,2.7 +"35661",0.31,"Good","G","VVS2",63.8,56,907,4.28,4.24,2.72 +"35662",0.31,"Very Good","G","VVS2",63.4,59,907,4.29,4.26,2.71 +"35663",0.48,"Fair","E","SI2",55.2,60,907,5.29,5.25,2.91 +"35664",0.41,"Premium","F","SI2",60.3,58,907,4.86,4.82,2.92 +"35665",0.32,"Ideal","D","VS2",59.8,57,907,4.51,4.46,2.68 +"35666",0.31,"Ideal","H","VVS1",61.8,57,907,4.35,4.32,2.68 +"35667",0.41,"Very Good","G","VS1",61.6,59,908,4.74,4.8,2.94 +"35668",0.42,"Ideal","E","VS2",61.6,57,908,4.79,4.82,2.96 +"35669",0.35,"Very Good","F","VVS1",62.3,56,909,4.53,4.57,2.83 +"35670",0.4,"Very Good","F","VS1",63.4,54,909,4.68,4.72,2.98 +"35671",0.4,"Very Good","E","VS1",63.3,55,909,4.66,4.69,2.96 +"35672",0.4,"Good","G","VS2",62.8,54.4,909,4.67,4.7,2.94 +"35673",0.37,"Ideal","G","VVS2",62,56,909,4.62,4.64,2.87 +"35674",0.4,"Ideal","D","VS2",62.2,55,909,4.72,4.74,2.94 +"35675",0.41,"Ideal","F","SI1",60.5,56,909,4.81,4.84,2.92 +"35676",0.42,"Very Good","D","VS2",63.8,54,910,4.74,4.79,3.04 +"35677",0.42,"Very Good","D","VS2",63.2,58,910,4.77,4.79,3.02 +"35678",0.42,"Very Good","D","VS2",60.7,60,910,4.79,4.83,2.92 +"35679",0.41,"Very Good","E","VS2",63.3,56,910,4.71,4.74,2.99 +"35680",0.42,"Very Good","F","VS1",60.9,58,910,4.84,4.88,2.96 +"35681",0.42,"Ideal","H","VVS2",61.1,56,910,4.8,4.85,2.95 +"35682",0.32,"Ideal","D","VVS1",61.8,56,910,4.37,4.4,2.71 +"35683",0.32,"Premium","D","VVS1",62,60,910,4.37,4.4,2.72 +"35684",0.41,"Good","E","VS2",63.1,64,910,4.63,4.66,2.93 +"35685",0.35,"Ideal","D","VVS2",61,57,910,4.54,4.58,2.78 +"35686",0.35,"Ideal","G","IF",61.3,56,910,4.51,4.53,2.77 +"35687",0.3,"Premium","D","VS2",62.6,61,911,4.25,4.22,2.65 +"35688",0.3,"Premium","D","VS2",62,59,911,4.27,4.22,2.63 +"35689",0.39,"Ideal","H","VVS2",61.9,54,911,4.7,4.73,2.92 +"35690",0.46,"Ideal","I","VS1",62.3,56,911,4.93,4.96,3.08 +"35691",0.39,"Ideal","E","VS2",61.3,56,911,4.71,4.75,2.9 +"35692",0.44,"Ideal","H","SI1",61.6,56,911,4.87,4.93,3.02 +"35693",0.3,"Ideal","E","VS1",61.5,56,911,4.37,4.31,2.67 +"35694",0.3,"Ideal","D","VS2",61.3,57,911,4.36,4.32,2.66 +"35695",0.3,"Premium","D","VS2",60.5,58,911,4.38,4.35,2.64 +"35696",0.3,"Ideal","E","VS1",61.7,57,911,4.31,4.28,2.65 +"35697",0.3,"Premium","E","VS1",61.8,58,911,4.33,4.31,2.67 +"35698",0.3,"Ideal","E","VS1",60.7,57,911,4.36,4.31,2.63 +"35699",0.3,"Premium","E","VS1",61.3,59,911,4.33,4.28,2.64 +"35700",0.3,"Ideal","E","VS1",60.8,57,911,4.36,4.33,2.64 +"35701",0.3,"Premium","D","VS2",62.5,59,911,4.28,4.23,2.66 +"35702",0.3,"Premium","E","VS1",61.9,60,911,4.3,4.26,2.65 +"35703",0.3,"Ideal","D","VS2",62.4,56,911,4.32,4.27,2.68 +"35704",0.3,"Ideal","D","VS2",61.4,54,911,4.34,4.33,2.66 +"35705",0.3,"Premium","D","VS2",60.4,59,911,4.35,4.33,2.62 +"35706",0.3,"Ideal","D","VS2",62,56,911,4.35,4.33,2.69 +"35707",0.3,"Ideal","D","VS2",61,55,911,4.36,4.33,2.65 +"35708",0.3,"Ideal","D","VS2",61.7,55,911,4.36,4.33,2.68 +"35709",0.3,"Premium","D","VS2",60.7,60,911,4.37,4.33,2.64 +"35710",0.3,"Ideal","D","VS2",60.8,57,911,4.38,4.33,2.65 +"35711",0.3,"Ideal","D","VS2",60.9,57,911,4.35,4.32,2.64 +"35712",0.3,"Premium","D","VS2",60.9,58,911,4.35,4.32,2.64 +"35713",0.3,"Premium","D","VS2",60.6,58,911,4.36,4.32,2.63 +"35714",0.3,"Ideal","D","VS2",61.1,56,911,4.36,4.32,2.65 +"35715",0.3,"Ideal","D","VS2",61.8,55,911,4.36,4.32,2.68 +"35716",0.3,"Ideal","D","VS2",60.8,57,911,4.34,4.31,2.63 +"35717",0.3,"Ideal","D","VS2",62,55,911,4.34,4.31,2.68 +"35718",0.3,"Premium","D","VS2",61,58,911,4.34,4.32,2.64 +"35719",0.3,"Ideal","D","VS2",61.4,55,911,4.34,4.32,2.66 +"35720",0.3,"Premium","D","VS2",60.4,59,911,4.35,4.32,2.62 +"35721",0.3,"Ideal","D","VS2",61.6,57,911,4.33,4.3,2.66 +"35722",0.3,"Ideal","D","VS2",62.3,54,911,4.33,4.3,2.69 +"35723",0.3,"Ideal","D","VS2",61.8,55,911,4.34,4.3,2.67 +"35724",0.3,"Ideal","D","VS2",61.5,55,911,4.35,4.3,2.66 +"35725",0.3,"Premium","D","VS2",61,60,911,4.33,4.29,2.63 +"35726",0.3,"Ideal","D","VS2",61.9,57,911,4.33,4.29,2.67 +"35727",0.3,"Ideal","D","VS2",62.2,55,911,4.33,4.29,2.68 +"35728",0.3,"Ideal","D","VS2",62.3,54,911,4.34,4.29,2.69 +"35729",0.3,"Ideal","D","VS2",62.5,55,911,4.31,4.3,2.69 +"35730",0.3,"Premium","D","VS2",61.7,58,911,4.32,4.3,2.66 +"35731",0.3,"Premium","D","VS2",62.3,58,911,4.32,4.29,2.68 +"35732",0.3,"Ideal","D","VS2",62.5,54,911,4.32,4.29,2.69 +"35733",0.3,"Ideal","D","VS2",62.8,57,911,4.31,4.29,2.7 +"35734",0.3,"Premium","D","VS2",62,58,911,4.32,4.29,2.67 +"35735",0.3,"Ideal","D","VS2",62.3,56,911,4.32,4.29,2.68 +"35736",0.3,"Premium","D","VS2",60.6,59,911,4.36,4.28,2.62 +"35737",0.3,"Ideal","D","VS2",62.2,54,911,4.31,4.28,2.67 +"35738",0.3,"Ideal","D","VS2",62.6,56,911,4.31,4.28,2.69 +"35739",0.3,"Premium","D","VS2",61.9,58,911,4.32,4.28,2.66 +"35740",0.3,"Premium","D","VS2",61.1,59,911,4.31,4.26,2.62 +"35741",0.3,"Premium","D","VS2",62.9,61,911,4.29,4.27,2.69 +"35742",0.3,"Ideal","D","VS2",62.3,56,911,4.3,4.27,2.67 +"35743",0.3,"Premium","D","VS2",62.2,60,911,4.3,4.28,2.67 +"35744",0.3,"Premium","D","VS2",60.3,60,911,4.31,4.28,2.59 +"35745",0.3,"Ideal","D","VS2",62.5,57,911,4.29,4.25,2.67 +"35746",0.3,"Ideal","D","VS2",62.8,57,911,4.29,4.25,2.68 +"35747",0.3,"Premium","D","VS2",62.2,58,911,4.3,4.25,2.66 +"35748",0.3,"Premium","D","VS2",62.8,59,911,4.28,4.26,2.68 +"35749",0.3,"Premium","D","VS2",62.5,58,911,4.29,4.26,2.67 +"35750",0.3,"Premium","D","VS2",62.9,59,911,4.27,4.22,2.67 +"35751",0.3,"Premium","D","VS2",62.9,58,911,4.26,4.23,2.67 +"35752",0.3,"Ideal","D","VS2",62.9,56,911,4.28,4.24,2.68 +"35753",0.3,"Premium","D","VS2",61.7,59,911,4.28,4.25,2.63 +"35754",0.46,"Fair","G","SI1",63.4,68,911,4.88,4.8,3.07 +"35755",0.3,"Ideal","E","VS2",61.4,59,911,4.3,4.27,2.63 +"35756",0.39,"Very Good","G","VVS1",62.3,59,912,4.63,4.68,2.9 +"35757",0.33,"Very Good","F","VVS1",62,56,912,4.43,4.46,2.75 +"35758",0.33,"Very Good","F","VVS1",61.1,58,912,4.42,4.46,2.71 +"35759",0.41,"Very Good","D","VS2",62.1,53,912,4.78,4.82,2.98 +"35760",0.44,"Ideal","I","VVS2",60.8,56,912,4.9,4.93,2.99 +"35761",0.4,"Premium","E","VS2",61.9,59,912,4.72,4.75,2.93 +"35762",0.4,"Very Good","E","VS2",62.2,56,912,4.72,4.74,2.94 +"35763",0.4,"Very Good","E","VS2",62.2,58,912,4.67,4.72,2.92 +"35764",0.4,"Premium","E","VS2",62.5,58,912,4.65,4.73,2.93 +"35765",0.4,"Very Good","E","VS2",62,57,912,4.66,4.7,2.9 +"35766",0.4,"Ideal","E","VS2",62.3,56,912,4.72,4.75,2.95 +"35767",0.4,"Premium","E","VS2",60.7,60,912,4.7,4.75,2.87 +"35768",0.4,"Ideal","E","VS2",62.6,57,912,4.7,4.73,2.95 +"35769",0.4,"Ideal","E","VS2",61.1,56,912,4.75,4.77,2.91 +"35770",0.4,"Premium","E","VS2",59.3,59,912,4.77,4.81,2.84 +"35771",0.4,"Very Good","E","VS2",62.9,55,912,4.72,4.73,2.97 +"35772",0.4,"Very Good","E","VS2",61.2,60,912,4.79,4.68,2.9 +"35773",0.4,"Ideal","E","VS2",62.4,55,912,4.71,4.74,2.95 +"35774",0.4,"Premium","E","VS2",62.2,59,912,4.71,4.74,2.94 +"35775",0.5,"Good","J","SI1",63.2,55,912,5.03,5.07,3.19 +"35776",0.42,"Very Good","D","VS1",58.4,61,912,4.91,4.95,2.88 +"35777",0.4,"Ideal","E","VS2",62.4,56,912,4.71,4.74,2.95 +"35778",0.4,"Very Good","E","VS2",62.9,55,912,4.73,4.74,2.98 +"35779",0.32,"Ideal","F","VVS1",62.1,54,912,4.41,4.42,2.74 +"35780",0.32,"Ideal","F","VVS1",61.8,55,912,4.39,4.41,2.72 +"35781",0.32,"Ideal","F","VVS1",60.3,57,912,4.42,4.44,2.67 +"35782",0.32,"Ideal","F","VVS1",61.4,56,912,4.4,4.43,2.71 +"35783",0.32,"Ideal","F","VVS1",61,56,912,4.42,4.43,2.7 +"35784",0.32,"Ideal","F","VVS1",61.5,56,912,4.41,4.43,2.72 +"35785",0.3,"Ideal","D","VVS1",61.6,56,912,4.33,4.37,2.68 +"35786",0.32,"Ideal","D","VS2",61.9,55,912,4.43,4.45,2.75 +"35787",0.32,"Ideal","D","VS2",62,54,912,4.39,4.42,2.73 +"35788",0.36,"Ideal","H","IF",61.6,56,912,4.56,4.59,2.82 +"35789",0.31,"Good","E","IF",57.7,55,912,4.51,4.6,2.63 +"35790",0.32,"Good","H","VVS1",64.3,58,912,4.33,4.28,2.77 +"35791",0.4,"Ideal","H","VVS1",62.1,57,913,4.68,4.72,2.92 +"35792",0.34,"Ideal","G","VVS1",61.8,56,913,4.48,4.51,2.78 +"35793",0.32,"Ideal","F","VVS1",62.6,56,913,4.37,4.41,2.75 +"35794",0.39,"Ideal","F","VS1",61.7,56,913,4.68,4.72,2.9 +"35795",0.31,"Ideal","D","VS1",60.1,57,913,4.39,4.4,2.64 +"35796",0.51,"Ideal","I","SI2",62.2,55,913,5.14,5.15,3.2 +"35797",0.34,"Ideal","H","IF",61.9,55,913,4.5,4.55,2.8 +"35798",0.34,"Ideal","F","VVS2",61.8,56,914,4.49,4.47,2.77 +"35799",0.39,"Very Good","E","VS1",62.5,58,914,4.67,4.7,2.93 +"35800",0.31,"Very Good","F","IF",61.2,55,914,4.37,4.39,2.68 +"35801",0.31,"Very Good","F","IF",61.4,55,914,4.39,4.41,2.7 +"35802",0.31,"Very Good","F","IF",61.9,54,914,4.36,4.39,2.71 +"35803",0.31,"Premium","F","IF",61.9,58,914,4.36,4.39,2.71 +"35804",0.39,"Ideal","E","VS1",60.8,56,914,4.74,4.77,2.89 +"35805",0.34,"Ideal","D","VS1",60.3,57,914,4.52,4.55,2.73 +"35806",0.31,"Ideal","F","IF",61.2,56,914,4.37,4.39,2.68 +"35807",0.31,"Ideal","F","IF",61.3,57,914,4.34,4.37,2.67 +"35808",0.31,"Ideal","F","IF",61.9,54,914,4.35,4.38,2.7 +"35809",0.31,"Ideal","F","IF",62.1,54,914,4.33,4.37,2.7 +"35810",0.31,"Ideal","F","IF",61.2,57,914,4.35,4.38,2.67 +"35811",0.31,"Ideal","F","IF",61.1,57,914,4.37,4.4,2.68 +"35812",0.31,"Ideal","F","IF",62.2,55,914,4.35,4.37,2.71 +"35813",0.31,"Ideal","F","IF",62,54,914,4.38,4.4,2.72 +"35814",0.31,"Ideal","F","IF",62.3,54,914,4.33,4.37,2.71 +"35815",0.31,"Ideal","F","IF",61.3,55,914,4.38,4.43,2.7 +"35816",0.31,"Ideal","F","IF",62.1,54,914,4.38,4.41,2.73 +"35817",0.31,"Ideal","F","IF",62.3,54,914,4.37,4.39,2.73 +"35818",0.31,"Ideal","F","IF",62.3,53,914,4.35,4.38,2.72 +"35819",0.31,"Ideal","F","IF",62.1,55,914,4.32,4.38,2.7 +"35820",0.31,"Ideal","F","IF",61,56,914,4.39,4.43,2.69 +"35821",0.31,"Ideal","F","IF",62.1,54,914,4.36,4.4,2.72 +"35822",0.31,"Ideal","F","IF",62,55,914,4.36,4.38,2.71 +"35823",0.31,"Ideal","F","IF",60.9,56,914,4.37,4.4,2.67 +"35824",0.31,"Ideal","F","IF",62.2,54,914,4.37,4.41,2.73 +"35825",0.48,"Good","G","SI1",64.7,58,914,4.84,4.93,3.16 +"35826",0.42,"Ideal","I","SI1",61,56,914,4.86,4.83,2.96 +"35827",0.3,"Premium","D","VS1",61.2,59,914,4.34,4.29,2.64 +"35828",0.41,"Very Good","H","VS2",60,57,915,4.92,4.88,2.94 +"35829",0.4,"Very Good","D","VS2",64.4,52,915,4.63,4.68,3 +"35830",0.41,"Good","F","VVS1",63.9,56,915,4.71,4.74,3.02 +"35831",0.4,"Ideal","G","VVS2",61.1,57,915,4.72,4.78,2.9 +"35832",0.5,"Ideal","J","VS2",62.5,53,915,5.09,5.12,3.19 +"35833",0.44,"Ideal","G","VS1",61.9,54,915,4.89,4.93,3.04 +"35834",0.38,"Ideal","F","VS1",60.4,56,915,4.7,4.74,2.85 +"35835",0.32,"Ideal","F","IF",61.9,55,915,4.38,4.44,2.73 +"35836",0.42,"Very Good","G","SI1",61.7,55,916,4.78,4.81,2.96 +"35837",0.43,"Ideal","I","VVS1",61.1,57,916,4.86,4.9,2.98 +"35838",0.3,"Ideal","E","VVS1",62,57,916,4.27,4.31,2.66 +"35839",0.35,"Ideal","E","VVS1",61.3,56,916,4.52,4.55,2.78 +"35840",0.38,"Ideal","F","VS1",62.5,53.8,916,4.62,4.65,2.89 +"35841",0.4,"Ideal","F","SI1",59.8,57,916,4.82,4.85,2.89 +"35842",0.32,"Very Good","E","VVS1",60.4,57,917,4.42,4.46,2.68 +"35843",0.34,"Very Good","G","IF",59.4,56,917,4.59,4.63,2.74 +"35844",0.4,"Premium","G","VVS2",61.3,59,917,4.74,4.78,2.92 +"35845",0.4,"Ideal","G","VVS2",62.4,57,917,4.7,4.73,2.94 +"35846",0.4,"Ideal","G","VVS2",62.6,53,917,4.72,4.77,2.97 +"35847",0.37,"Ideal","G","VVS2",61.9,54,917,4.63,4.67,2.88 +"35848",0.31,"Ideal","F","VVS2",61.6,55,917,4.35,4.38,2.69 +"35849",0.31,"Ideal","F","VVS2",61.5,56,917,4.35,4.37,2.68 +"35850",0.33,"Ideal","E","VVS2",61.9,57,917,4.44,4.47,2.75 +"35851",0.33,"Ideal","E","VVS2",61.6,55,917,4.43,4.47,2.74 +"35852",0.33,"Ideal","E","VVS1",61.9,54,917,4.43,4.45,2.75 +"35853",0.32,"Ideal","E","VVS1",60.5,57,917,4.44,4.48,2.7 +"35854",0.32,"Ideal","E","VVS1",61.7,55,917,4.39,4.43,2.72 +"35855",0.32,"Ideal","E","VVS1",62.3,54,917,4.37,4.4,2.73 +"35856",0.32,"Ideal","D","VVS1",62.6,57,917,4.34,4.41,2.74 +"35857",0.4,"Ideal","D","VS2",60.8,59,917,4.71,4.76,2.88 +"35858",0.4,"Ideal","D","VS2",61.9,58,917,4.7,4.73,2.92 +"35859",0.4,"Ideal","F","VS1",61.3,57,917,4.74,4.78,2.92 +"35860",0.4,"Ideal","F","VS1",62.4,53,917,4.72,4.76,2.96 +"35861",0.4,"Ideal","F","VS1",61.6,55,917,4.74,4.78,2.93 +"35862",0.4,"Ideal","F","VS1",61.8,54,917,4.75,4.77,2.94 +"35863",0.43,"Ideal","G","SI1",61.3,55,917,4.88,4.9,3 +"35864",0.4,"Ideal","I","IF",62.4,54,917,4.73,4.75,2.96 +"35865",0.41,"Good","E","VS1",58.4,58,917,4.88,4.91,2.86 +"35866",0.34,"Good","F","IF",59,61,917,4.59,4.63,2.72 +"35867",0.41,"Good","H","VS2",64.1,57,917,4.72,4.64,3 +"35868",0.46,"Very Good","I","VS2",62.3,57,918,4.87,4.92,3.05 +"35869",0.4,"Very Good","D","VS2",62.8,56,918,4.71,4.75,2.97 +"35870",0.32,"Very Good","G","IF",62.1,53,918,4.4,4.45,2.75 +"35871",0.34,"Ideal","D","VVS2",60.1,57,918,4.54,4.58,2.74 +"35872",0.3,"Ideal","E","VVS1",61.1,56,918,4.36,4.38,2.67 +"35873",0.41,"Premium","E","VVS2",61.5,58,918,4.75,4.78,2.93 +"35874",0.41,"Ideal","E","VVS2",62,55,918,4.73,4.79,2.95 +"35875",0.4,"Ideal","D","VS2",62.8,56,918,4.66,4.7,2.94 +"35876",0.4,"Ideal","E","VS1",60.4,57,918,4.76,4.81,2.89 +"35877",0.48,"Ideal","F","SI2",61,57,918,5.05,5.08,3.09 +"35878",0.32,"Ideal","G","IF",61.6,55,918,4.42,4.45,2.73 +"35879",0.32,"Ideal","G","IF",61.9,54,918,4.4,4.42,2.73 +"35880",0.32,"Ideal","G","IF",61,56,918,4.41,4.44,2.7 +"35881",0.32,"Ideal","G","IF",62.1,53,918,4.41,4.44,2.75 +"35882",0.32,"Ideal","G","IF",61.3,55,918,4.43,4.47,2.73 +"35883",0.32,"Ideal","G","IF",62.3,53,918,4.41,4.45,2.76 +"35884",0.32,"Ideal","G","IF",61,56,918,4.43,4.45,2.71 +"35885",0.32,"Ideal","G","IF",61,57,918,4.41,4.44,2.7 +"35886",0.32,"Ideal","G","IF",61.7,56,918,4.39,4.42,2.72 +"35887",0.32,"Ideal","G","IF",61.2,56,918,4.4,4.43,2.7 +"35888",0.32,"Ideal","G","IF",61.6,55,918,4.4,4.43,2.72 +"35889",0.32,"Ideal","G","IF",61.1,57,918,4.41,4.43,2.7 +"35890",0.32,"Ideal","G","IF",61.4,55,918,4.42,4.44,2.72 +"35891",0.32,"Ideal","G","IF",61.7,54,918,4.39,4.42,2.72 +"35892",0.32,"Ideal","G","IF",61.3,56,918,4.4,4.44,2.71 +"35893",0.32,"Ideal","G","IF",61,57,918,4.44,4.48,2.72 +"35894",0.32,"Ideal","G","IF",61.8,55,918,4.42,4.45,2.74 +"35895",0.32,"Ideal","G","IF",60.9,57,918,4.41,4.46,2.7 +"35896",0.32,"Ideal","G","IF",61.7,54,918,4.42,4.46,2.74 +"35897",0.32,"Ideal","G","IF",62.2,54,918,4.42,4.45,2.76 +"35898",0.32,"Ideal","G","IF",61.2,55,918,4.41,4.44,2.71 +"35899",0.32,"Ideal","G","IF",62.1,55,918,4.4,4.46,2.75 +"35900",0.32,"Ideal","G","IF",61.3,54,918,4.41,4.47,2.72 +"35901",0.32,"Ideal","G","IF",61.9,55,918,4.38,4.44,2.73 +"35902",0.32,"Ideal","G","IF",62,54,918,4.42,4.45,2.75 +"35903",0.32,"Ideal","G","IF",61.9,53,918,4.42,4.47,2.75 +"35904",0.32,"Ideal","G","IF",62.2,53,918,4.41,4.43,2.75 +"35905",0.32,"Ideal","G","IF",61.5,55,918,4.43,4.45,2.73 +"35906",0.32,"Ideal","G","IF",61.8,55,918,4.41,4.43,2.73 +"35907",0.38,"Premium","G","VS2",59.7,62,918,4.68,4.66,2.79 +"35908",0.4,"Ideal","F","SI1",62.6,54,918,4.77,4.7,2.96 +"35909",0.34,"Ideal","F","VVS1",61.4,55,919,4.52,4.54,2.78 +"35910",0.4,"Ideal","H","VS2",60.9,56,919,4.79,4.83,2.93 +"35911",0.4,"Ideal","I","VS1",61.9,55,919,4.74,4.77,2.94 +"35912",0.38,"Ideal","D","VS1",61.3,56,919,4.68,4.72,2.88 +"35913",0.39,"Ideal","G","SI1",61.4,55,919,4.7,4.74,2.9 +"35914",0.39,"Ideal","F","SI1",61.3,56,919,4.69,4.72,2.88 +"35915",0.47,"Fair","I","VS2",57.1,61,919,5.11,5.15,2.93 +"35916",0.43,"Premium","H","SI1",59,58,919,4.96,4.93,2.92 +"35917",0.43,"Ideal","H","SI1",62.4,56,919,4.83,4.81,3.01 +"35918",0.43,"Premium","H","SI1",60.2,57,919,4.93,4.91,2.96 +"35919",0.43,"Ideal","H","SI1",62.5,57,919,4.84,4.79,3.01 +"35920",0.43,"Premium","H","SI1",61.5,58,919,4.86,4.8,2.97 +"35921",0.43,"Ideal","H","SI1",62.3,56,919,4.86,4.83,3.02 +"35922",0.43,"Ideal","H","SI1",61.6,55,919,4.9,4.87,3.01 +"35923",0.43,"Ideal","E","SI2",62.1,56,919,4.85,4.84,3.01 +"35924",0.43,"Premium","E","SI2",60.8,58,919,4.88,4.86,2.96 +"35925",0.43,"Premium","E","SI2",61.2,59,919,4.89,4.82,2.97 +"35926",0.43,"Ideal","E","SI2",61.9,57,919,4.86,4.83,3 +"35927",0.43,"Premium","E","SI2",62.7,55,919,4.87,4.83,3.04 +"35928",0.43,"Premium","D","SI2",62.6,58,919,4.82,4.79,3.01 +"35929",0.43,"Ideal","D","SI2",61,57,919,4.86,4.81,2.95 +"35930",0.43,"Ideal","D","SI2",62.6,56,919,4.88,4.84,3.04 +"35931",0.43,"Premium","D","SI2",60.7,58,919,4.91,4.85,2.96 +"35932",0.43,"Premium","D","SI2",61.1,58,919,4.9,4.86,2.98 +"35933",0.35,"Premium","E","VS2",61.9,61,919,4.54,4.5,2.8 +"35934",0.33,"Very Good","D","VVS1",62.1,58,920,4.39,4.46,2.75 +"35935",0.37,"Ideal","F","VVS2",61.6,57,920,4.59,4.63,2.84 +"35936",0.38,"Ideal","E","VS1",61.4,56,920,4.66,4.69,2.87 +"35937",0.42,"Premium","G","SI1",62.7,59,920,4.75,4.72,2.97 +"35938",0.41,"Very Good","D","SI1",60.3,63,920,4.8,4.78,2.89 +"35939",0.41,"Ideal","D","SI1",63,56,920,4.8,4.75,3.01 +"35940",0.41,"Very Good","D","SI1",63.1,57,920,4.73,4.68,2.97 +"35941",0.3,"Ideal","H","SI1",62.4,52.8,475,4.28,4.33,2.69 +"35942",0.33,"Ideal","G","SI1",62.2,54,475,4.42,4.45,2.76 +"35943",0.33,"Ideal","G","SI1",61.3,56,475,4.45,4.49,2.74 +"35944",0.3,"Ideal","F","SI1",61.9,56,475,4.3,4.32,2.67 +"35945",0.3,"Ideal","F","SI1",62.4,56,475,4.27,4.32,2.68 +"35946",0.3,"Ideal","F","SI1",60.2,56,475,4.36,4.41,2.64 +"35947",0.3,"Ideal","F","SI1",62.3,54,475,4.3,4.34,2.69 +"35948",0.3,"Ideal","F","SI1",62.4,55,475,4.3,4.32,2.69 +"35949",0.3,"Ideal","F","SI1",61.9,54,475,4.33,4.36,2.69 +"35950",0.3,"Ideal","F","SI1",62.1,55,475,4.31,4.35,2.69 +"35951",0.3,"Ideal","F","SI1",61.4,55,475,4.34,4.36,2.67 +"35952",0.3,"Ideal","F","SI1",61.9,56,475,4.29,4.33,2.67 +"35953",0.3,"Ideal","F","SI1",61.9,57,475,4.31,4.35,2.68 +"35954",0.3,"Ideal","F","SI1",61.4,58,475,4.3,4.33,2.65 +"35955",0.3,"Ideal","F","SI1",62.5,56,475,4.28,4.3,2.68 +"35956",0.3,"Ideal","F","SI1",62.5,57,475,4.3,4.31,2.69 +"35957",0.3,"Ideal","F","SI1",62.3,55,475,4.29,4.31,2.68 +"35958",0.36,"Premium","E","SI2",58.5,59,475,4.67,4.63,2.72 +"35959",0.33,"Very Good","H","SI1",63,58,475,4.4,4.42,2.78 +"35960",0.33,"Very Good","H","SI1",63,57,475,4.39,4.41,2.77 +"35961",0.3,"Very Good","D","SI1",62.6,59,476,4.24,4.26,2.66 +"35962",0.31,"Ideal","J","VVS2",60.3,60,476,4.4,4.45,2.67 +"35963",0.28,"Ideal","H","VS1",62.1,55,476,4.17,4.21,2.6 +"35964",0.28,"Ideal","H","VS1",62.2,54,476,4.18,4.21,2.61 +"35965",0.25,"Good","E","VVS2",58,65,476,4.13,4.18,2.41 +"35966",0.25,"Good","E","VVS2",64.9,58,476,3.95,3.97,2.57 +"35967",0.31,"Good","H","VS1",64.1,55,476,4.25,4.27,2.73 +"35968",0.3,"Ideal","G","SI1",61.8,56,477,4.34,4.37,2.69 +"35969",0.3,"Ideal","G","SI1",62.3,58,477,4.26,4.28,2.66 +"35970",0.3,"Ideal","G","SI1",61,58,477,4.29,4.36,2.64 +"35971",0.41,"Ideal","D","SI1",63,57,920,4.7,4.64,2.94 +"35972",0.4,"Premium","F","SI1",61.7,62,920,4.76,4.71,2.92 +"35973",0.38,"Very Good","D","VS1",59.5,61,921,4.66,4.69,2.78 +"35974",0.32,"Very Good","F","IF",61.7,55,921,4.4,4.41,2.72 +"35975",0.42,"Ideal","F","VS1",60.6,56,921,4.83,4.87,2.94 +"35976",0.42,"Very Good","F","VS1",59.8,57,921,4.85,4.89,2.91 +"35977",0.42,"Very Good","G","VS1",62.4,59,921,4.78,4.8,2.99 +"35978",0.35,"Very Good","G","VVS1",59.3,61,921,4.58,4.62,2.73 +"35979",0.42,"Very Good","H","VVS2",62.4,57,921,4.78,4.83,3 +"35980",0.35,"Ideal","H","IF",61.7,56,921,4.53,4.55,2.8 +"35981",0.42,"Premium","G","VS1",60.8,59,921,4.79,4.85,2.93 +"35982",0.42,"Premium","G","VS1",60.9,58,921,4.81,4.84,2.94 +"35983",0.31,"Ideal","F","VVS1",62.4,55,921,4.32,4.34,2.7 +"35984",0.39,"Very Good","E","VS2",60.4,56,921,4.7,4.73,2.85 +"35985",0.35,"Ideal","H","IF",61.9,55,921,4.51,4.54,2.8 +"35986",0.42,"Ideal","G","VS1",61.3,57,921,4.78,4.81,2.94 +"35987",0.42,"Very Good","H","VVS2",62.9,56,921,4.75,4.79,3 +"35988",0.42,"Very Good","H","VVS2",62.4,55,921,4.78,4.81,2.99 +"35989",0.42,"Ideal","G","VS1",62.5,54,921,4.79,4.84,3.01 +"35990",0.42,"Very Good","G","VS1",60.6,58,921,4.82,4.95,2.96 +"35991",0.42,"Ideal","G","VS1",61.9,56,921,4.77,4.82,2.97 +"35992",0.42,"Ideal","H","VVS2",62.4,56,921,4.78,4.8,2.99 +"35993",0.42,"Ideal","G","VS1",61.2,54,921,4.82,4.86,2.96 +"35994",0.42,"Ideal","G","VS1",61.8,57,921,4.79,4.82,2.97 +"35995",0.42,"Ideal","G","VS1",61.4,56,921,4.82,4.85,2.97 +"35996",0.35,"Ideal","H","IF",60.5,56,921,4.56,4.59,2.77 +"35997",0.42,"Very Good","G","VS1",59.4,59,921,4.86,4.9,2.9 +"35998",0.42,"Premium","G","VS1",62.5,59,921,4.72,4.79,2.97 +"35999",0.42,"Premium","G","VS1",60.5,59,921,4.79,4.83,2.91 +"36000",0.42,"Ideal","G","VS1",61.8,56,921,4.8,4.84,2.98 +"36001",0.42,"Ideal","G","VS1",62,55,921,4.78,4.83,2.98 +"36002",0.42,"Ideal","G","VS1",62.7,54,921,4.8,4.83,3.02 +"36003",0.41,"Ideal","D","VS1",61.6,55,921,4.79,4.82,2.96 +"36004",0.32,"Ideal","E","VVS1",61.8,55,921,4.4,4.43,2.73 +"36005",0.37,"Ideal","E","VS1",63.3,54,921,4.59,4.63,2.91 +"36006",0.31,"Ideal","F","IF",62.2,55,921,4.35,4.38,2.71 +"36007",0.31,"Ideal","F","IF",62.3,54,921,4.33,4.34,2.7 +"36008",0.31,"Ideal","F","IF",61.2,56,921,4.37,4.42,2.69 +"36009",0.31,"Ideal","F","IF",61.1,54,921,4.39,4.42,2.69 +"36010",0.39,"Good","F","SI1",63.6,58,921,4.65,4.6,2.94 +"36011",0.39,"Very Good","F","SI1",63.3,54,921,4.67,4.62,2.94 +"36012",0.39,"Ideal","F","SI1",62.5,55,921,4.68,4.63,2.91 +"36013",0.43,"Very Good","E","SI1",63.4,56,921,4.79,4.77,3.03 +"36014",0.39,"Premium","J","VVS1",61.8,56,921,4.71,4.64,2.89 +"36015",0.39,"Very Good","H","VS2",63.1,58,921,4.66,4.63,2.93 +"36016",0.35,"Ideal","E","VS1",61.5,57,921,4.55,4.52,2.79 +"36017",0.35,"Premium","E","VS1",62.2,58,921,4.5,4.47,2.79 +"36018",0.39,"Very Good","I","VS1",63.1,58,921,4.68,4.61,2.93 +"36019",0.39,"Premium","J","VVS1",62.5,58,921,4.67,4.61,2.9 +"36020",0.39,"Premium","J","VVS1",62.8,58,921,4.66,4.61,2.91 +"36021",0.33,"Fair","H","VVS2",65.1,59,922,4.4,4.32,2.84 +"36022",0.53,"Very Good","I","SI1",59.7,63,923,5.22,5.3,3.14 +"36023",0.35,"Ideal","E","VS2",61.9,54,923,4.53,4.58,2.82 +"36024",0.35,"Ideal","G","VS1",61.1,56,923,4.55,4.58,2.79 +"36025",0.35,"Ideal","F","VS1",61.4,55,923,4.54,4.58,2.8 +"36026",0.45,"Ideal","H","SI1",61.6,56,923,4.94,4.96,3.05 +"36027",0.36,"Good","E","VVS1",58.2,56,923,4.68,4.74,2.74 +"36028",0.53,"Good","I","SI1",65.5,59,923,5.01,5.06,3.3 +"36029",0.41,"Premium","G","SI1",59.1,58,923,4.88,4.83,2.87 +"36030",0.41,"Premium","G","SI1",62.5,58,923,4.78,4.75,2.98 +"36031",0.41,"Premium","G","SI1",62.5,57,923,4.72,4.69,2.94 +"36032",0.41,"Premium","G","SI1",61.7,59,923,4.73,4.71,2.91 +"36033",0.41,"Premium","G","SI1",60.3,59,923,4.79,4.76,2.88 +"36034",0.41,"Premium","G","SI1",60.3,60,923,4.8,4.76,2.88 +"36035",0.41,"Premium","G","SI1",61.3,58,923,4.8,4.76,2.93 +"36036",0.41,"Premium","G","SI1",62.7,55,923,4.8,4.77,3 +"36037",0.41,"Ideal","G","SI1",62.6,54,923,4.78,4.74,2.98 +"36038",0.41,"Premium","G","SI1",61.5,59,923,4.78,4.75,2.93 +"36039",0.41,"Premium","G","SI1",61.3,60,923,4.81,4.75,2.93 +"36040",0.41,"Premium","G","SI1",61.4,60,923,4.82,4.75,2.94 +"36041",0.41,"Premium","G","SI1",62.6,59,923,4.77,4.72,2.97 +"36042",0.41,"Premium","G","SI1",62.7,58,923,4.74,4.7,2.96 +"36043",0.41,"Ideal","G","SI1",62.9,56,923,4.75,4.7,2.97 +"36044",0.45,"Fair","F","VS2",67,56,923,4.77,4.7,3.17 +"36045",0.34,"Ideal","D","VS2",62.1,55,923,4.49,4.46,2.78 +"36046",0.34,"Very Good","G","IF",61,56,924,4.5,4.54,2.76 +"36047",0.31,"Ideal","G","IF",62.7,57,924,4.31,4.34,2.71 +"36048",0.31,"Ideal","E","VVS1",61.8,56,924,4.34,4.36,2.69 +"36049",0.31,"Premium","E","VVS1",61.3,58,924,4.36,4.39,2.68 +"36050",0.31,"Very Good","G","IF",61.6,55,924,4.38,4.42,2.71 +"36051",0.31,"Ideal","G","IF",61.7,56,924,4.34,4.38,2.69 +"36052",0.31,"Ideal","E","VVS1",61,57,924,4.33,4.36,2.65 +"36053",0.31,"Premium","G","IF",61.4,59,924,4.34,4.39,2.68 +"36054",0.31,"Ideal","E","VVS1",61.7,56,924,4.33,4.36,2.68 +"36055",0.31,"Good","G","IF",63.9,58,924,4.27,4.3,2.74 +"36056",0.31,"Ideal","G","IF",61.9,56,924,4.36,4.39,2.71 +"36057",0.31,"Premium","G","IF",61,59,924,4.33,4.36,2.65 +"36058",0.31,"Very Good","G","IF",61.7,54,924,4.33,4.36,2.68 +"36059",0.31,"Ideal","G","IF",61,56,924,4.37,4.39,2.67 +"36060",0.31,"Ideal","G","IF",62.6,57,924,4.3,4.32,2.7 +"36061",0.31,"Ideal","G","IF",61,56,924,4.37,4.38,2.67 +"36062",0.31,"Premium","E","VVS1",61.5,58,924,4.35,4.37,2.68 +"36063",0.31,"Ideal","G","IF",61.6,55,924,4.34,4.39,2.69 +"36064",0.32,"Ideal","D","VVS1",62.1,54,924,4.4,4.43,2.74 +"36065",0.38,"Ideal","E","VS1",61.8,54.7,924,4.66,4.68,2.89 +"36066",0.38,"Ideal","E","VS1",61.6,56,924,4.65,4.7,2.88 +"36067",0.52,"Ideal","J","SI2",61.6,55,924,5.16,5.19,3.19 +"36068",0.4,"Premium","D","SI1",60.3,62,924,4.75,4.7,2.85 +"36069",0.4,"Very Good","D","SI1",63.3,57,924,4.71,4.68,2.97 +"36070",0.4,"Very Good","D","SI1",63.1,57,924,4.73,4.69,2.97 +"36071",0.4,"Ideal","D","SI1",63,57,924,4.7,4.66,2.95 +"36072",0.4,"Premium","D","SI1",63,57,924,4.7,4.66,2.95 +"36073",0.4,"Good","D","SI1",63.6,57,924,4.7,4.67,2.98 +"36074",0.4,"Very Good","D","SI1",63.1,61,924,4.71,4.67,2.96 +"36075",0.4,"Very Good","D","SI1",63.5,55,924,4.72,4.67,2.98 +"36076",0.4,"Premium","D","SI1",62.5,61,924,4.69,4.66,2.92 +"36077",0.4,"Very Good","G","VVS2",61.6,58,925,4.73,4.78,2.93 +"36078",0.4,"Very Good","E","VS2",64,52,925,4.66,4.69,2.99 +"36079",0.37,"Very Good","E","VS1",62,56,925,4.59,4.63,2.86 +"36080",0.37,"Very Good","E","VS1",60.2,56,925,4.68,4.71,2.83 +"36081",0.5,"Good","D","SI2",63.7,60,925,5.09,5.02,3.22 +"36082",0.33,"Ideal","G","IF",61,56,925,4.48,4.51,2.74 +"36083",0.33,"Ideal","G","IF",61,57,925,4.45,4.48,2.72 +"36084",0.33,"Ideal","G","IF",61.9,56,925,4.43,4.47,2.75 +"36085",0.32,"Ideal","F","VVS1",62.3,56,926,4.35,4.38,2.72 +"36086",0.32,"Premium","D","VVS2",61.5,60,926,4.37,4.41,2.7 +"36087",0.32,"Ideal","F","VVS1",61.8,55,926,4.36,4.41,2.71 +"36088",0.44,"Premium","I","VVS1",62.5,60,926,4.82,4.87,3.03 +"36089",0.44,"Premium","I","VVS1",61.5,58,926,4.87,4.95,3.02 +"36090",0.44,"Premium","F","VS2",62.2,58,926,4.83,4.88,3.02 +"36091",0.32,"Very Good","F","VVS1",61.9,59,926,4.34,4.39,2.7 +"36092",0.32,"Very Good","F","VVS1",62.7,60,926,4.32,4.35,2.72 +"36093",0.32,"Ideal","F","VVS1",61.8,56,926,4.42,4.45,2.74 +"36094",0.5,"Good","F","SI2",57.7,62,926,5.22,5.18,3 +"36095",0.39,"Very Good","H","VVS1",61.5,56,926,4.7,4.73,2.9 +"36096",0.32,"Ideal","F","VVS1",61.7,56,926,4.4,4.42,2.72 +"36097",0.32,"Ideal","F","VVS1",62.1,56,926,4.39,4.43,2.74 +"36098",0.32,"Premium","F","VVS1",61.3,58,926,4.37,4.4,2.69 +"36099",0.32,"Ideal","F","VVS1",61.4,56,926,4.38,4.42,2.7 +"36100",0.44,"Very Good","I","VVS1",60.8,57,926,4.88,4.93,2.98 +"36101",0.4,"Ideal","E","VVS2",62.5,54,926,4.75,4.76,2.97 +"36102",0.4,"Ideal","H","VS2",61.4,57,926,4.72,4.79,2.92 +"36103",0.4,"Ideal","G","SI2",62.1,55,926,4.73,4.74,2.94 +"36104",0.37,"Ideal","G","IF",60.5,56,926,4.66,4.7,2.83 +"36105",0.42,"Premium","F","SI1",60.6,61,926,4.87,4.83,2.94 +"36106",0.42,"Very Good","F","SI1",63.4,56,926,4.78,4.75,3.02 +"36107",0.42,"Very Good","F","SI1",63.3,56,926,4.79,4.75,3.02 +"36108",0.42,"Very Good","F","SI1",63.4,56,926,4.8,4.76,3.03 +"36109",0.42,"Very Good","F","SI1",63.1,56,926,4.82,4.79,3.03 +"36110",0.42,"Good","F","SI1",63.6,57,926,4.76,4.7,3.01 +"36111",0.42,"Premium","E","SI1",59.8,61,926,4.89,4.85,2.91 +"36112",0.42,"Premium","E","SI1",60,58,926,4.89,4.85,2.92 +"36113",0.42,"Premium","E","SI1",62,58,926,4.85,4.82,3 +"36114",0.42,"Premium","E","SI1",61.5,61,926,4.87,4.82,2.98 +"36115",0.42,"Premium","E","SI1",61.5,58,926,4.84,4.78,2.96 +"36116",0.4,"Very Good","F","SI1",59.6,61,927,4.79,4.84,2.87 +"36117",0.46,"Very Good","D","SI1",62.2,58,927,4.92,4.98,3.08 +"36118",0.45,"Very Good","D","SI1",61,59,927,4.94,5,3.03 +"36119",0.48,"Ideal","H","SI1",61.2,56,927,5.06,5.1,3.11 +"36120",0.33,"Premium","G","VVS2",61.3,59,927,4.45,4.42,2.72 +"36121",0.36,"Ideal","E","VVS2",61.8,54,928,4.6,4.62,2.85 +"36122",0.36,"Ideal","D","VS2",61.3,55,928,4.58,4.62,2.82 +"36123",0.36,"Ideal","D","VS2",61.1,57,928,4.6,4.63,2.82 +"36124",0.33,"Ideal","E","VS2",60.3,57,928,4.54,4.51,2.73 +"36125",0.33,"Ideal","E","VS2",61.1,56,928,4.48,4.45,2.73 +"36126",0.33,"Ideal","F","VS1",61.2,56,928,4.49,4.46,2.74 +"36127",0.33,"Ideal","E","VS2",62.8,56,928,4.45,4.41,2.78 +"36128",0.34,"Premium","F","VVS2",59.6,60,928,4.59,4.54,2.72 +"36129",0.33,"Ideal","E","VS2",60.6,55,928,4.5,4.48,2.72 +"36130",0.33,"Ideal","E","VS2",60.5,56,928,4.51,4.48,2.72 +"36131",0.33,"Premium","E","VS2",61.1,59,928,4.49,4.45,2.73 +"36132",0.33,"Ideal","E","VS2",62.3,56,928,4.47,4.46,2.78 +"36133",0.33,"Ideal","E","VS2",61.3,55,928,4.48,4.46,2.74 +"36134",0.33,"Ideal","E","VS2",62,56,928,4.48,4.46,2.77 +"36135",0.33,"Premium","E","VS2",60.7,58,928,4.49,4.47,2.72 +"36136",0.33,"Premium","E","VS2",60.6,60,928,4.48,4.43,2.7 +"36137",0.33,"Ideal","E","VS2",61.6,57,928,4.46,4.44,2.74 +"36138",0.33,"Ideal","E","VS2",60.8,57,928,4.47,4.45,2.71 +"36139",0.33,"Ideal","E","VS2",61.2,56,928,4.47,4.45,2.73 +"36140",0.33,"Ideal","E","VS2",61.8,55,928,4.48,4.45,2.76 +"36141",0.33,"Ideal","E","VS2",61,57,928,4.46,4.43,2.71 +"36142",0.33,"Premium","E","VS2",61,60,928,4.46,4.43,2.71 +"36143",0.33,"Ideal","E","VS2",61.9,56,928,4.46,4.43,2.75 +"36144",0.33,"Ideal","E","VS2",62.1,56,928,4.46,4.43,2.76 +"36145",0.33,"Ideal","E","VS2",62.3,55,928,4.46,4.43,2.77 +"36146",0.33,"Premium","E","VS2",61,60,928,4.47,4.42,2.71 +"36147",0.33,"Ideal","E","VS2",61.9,54,928,4.47,4.42,2.75 +"36148",0.33,"Ideal","E","VS2",61.9,56,928,4.45,4.4,2.74 +"36149",0.33,"Ideal","E","VS2",62.1,56,928,4.45,4.4,2.75 +"36150",0.33,"Premium","E","VS2",61.5,59,928,4.46,4.42,2.73 +"36151",0.33,"Ideal","E","VS2",61.5,57,928,4.47,4.41,2.73 +"36152",0.33,"Ideal","E","VS2",62.1,57,928,4.44,4.41,2.75 +"36153",0.33,"Ideal","E","VS2",62.4,55,928,4.42,4.4,2.75 +"36154",0.33,"Ideal","E","VS2",62.3,57,928,4.43,4.4,2.75 +"36155",0.33,"Premium","E","VS2",61.7,60,928,4.45,4.4,2.73 +"36156",0.33,"Ideal","E","VS2",62.3,57,928,4.43,4.37,2.74 +"36157",0.33,"Premium","E","VS2",62,59,928,4.41,4.39,2.73 +"36158",0.33,"Ideal","E","VS2",62.6,57,928,4.42,4.37,2.75 +"36159",0.43,"Ideal","I","VVS2",60.9,57,929,4.85,4.9,2.97 +"36160",0.57,"Very Good","G","I1",59.5,56.9,929,5.42,5.46,3.24 +"36161",0.38,"Ideal","G","VVS2",61.5,55.2,929,4.67,4.71,2.89 +"36162",0.38,"Ideal","G","VVS2",61.9,55.6,929,4.64,4.67,2.88 +"36163",0.38,"Ideal","G","VVS2",62.2,54.3,929,4.63,4.66,2.89 +"36164",0.38,"Ideal","G","VVS2",62.3,53.6,929,4.65,4.67,2.9 +"36165",0.38,"Ideal","G","VVS2",61.3,56.4,929,4.67,4.71,2.88 +"36166",0.38,"Ideal","D","VS2",63,54,929,4.61,4.66,2.92 +"36167",0.38,"Ideal","F","VS1",61.4,57,929,4.65,4.67,2.86 +"36168",0.32,"Ideal","F","IF",61.3,57,929,4.4,4.44,2.71 +"36169",0.32,"Ideal","F","IF",60.9,57,929,4.4,4.44,2.69 +"36170",0.32,"Ideal","F","IF",61.7,55,929,4.4,4.42,2.72 +"36171",0.32,"Ideal","F","IF",60.3,58,929,4.45,4.5,2.7 +"36172",0.32,"Ideal","F","IF",61.9,54,929,4.43,4.46,2.75 +"36173",0.32,"Ideal","F","IF",61.6,56,929,4.43,4.47,2.74 +"36174",0.4,"Good","F","VS2",62,61.3,929,4.69,4.72,2.91 +"36175",0.43,"Premium","G","SI1",62.6,59,929,4.82,4.8,3.01 +"36176",0.51,"Very Good","J","SI1",62.6,59,930,5.06,5.1,3.18 +"36177",0.3,"Very Good","E","IF",62.8,54,930,4.3,4.33,2.71 +"36178",0.52,"Ideal","J","SI1",62,54,930,5.15,5.18,3.2 +"36179",0.46,"Ideal","G","SI1",62,53,930,4.99,5.04,3.11 +"36180",0.45,"Ideal","F","SI1",60.8,56,930,4.97,4.93,3.01 +"36181",0.41,"Ideal","I","IF",61.8,55,930,4.77,4.81,2.96 +"36182",0.41,"Premium","E","SI1",60.4,58,930,4.79,4.75,2.88 +"36183",0.41,"Premium","E","SI1",61,61,930,4.77,4.74,2.9 +"36184",0.31,"Premium","E","VS2",60.8,55,930,4.42,4.39,2.68 +"36185",0.31,"Premium","E","VS1",58.9,59,930,4.5,4.47,2.64 +"36186",0.32,"Very Good","E","VVS1",60.9,58,931,4.49,4.45,2.72 +"36187",0.43,"Very Good","D","VS2",59.1,58,931,4.92,4.96,2.92 +"36188",0.41,"Very Good","F","VS1",63,57,931,4.66,4.7,2.95 +"36189",0.41,"Very Good","E","VS1",62.9,56,931,4.72,4.78,2.99 +"36190",0.47,"Premium","G","SI1",62.7,58,931,4.97,4.99,3.12 +"36191",0.61,"Good","G","I1",61.2,57.2,931,5.44,5.49,3.34 +"36192",0.4,"Ideal","G","VVS2",61.9,55,931,4.72,4.75,2.93 +"36193",0.4,"Ideal","G","VVS2",62.6,57,931,4.68,4.75,2.95 +"36194",0.4,"Ideal","G","VVS2",62.3,54,931,4.75,4.78,2.97 +"36195",0.4,"Ideal","G","VVS2",61.6,56,931,4.76,4.79,2.94 +"36196",0.37,"Ideal","F","VVS1",61.5,56,931,4.59,4.61,2.83 +"36197",0.4,"Ideal","E","VS1",60.1,57,931,4.77,4.82,2.88 +"36198",0.47,"Ideal","E","SI2",61.5,55,931,4.98,5.04,3.08 +"36199",0.42,"Ideal","F","SI1",61.5,55,931,4.82,4.84,2.97 +"36200",0.42,"Ideal","E","SI1",61.8,56,931,4.8,4.84,2.98 +"36201",0.35,"Ideal","H","IF",60.8,56,931,4.61,4.63,2.81 +"36202",0.43,"Good","F","VS1",57.9,61,931,4.99,5.03,2.9 +"36203",0.31,"Ideal","G","VVS2",62,56,931,4.35,4.33,2.69 +"36204",0.41,"Very Good","G","VVS2",61.1,55,932,4.8,4.82,2.94 +"36205",0.41,"Very Good","G","VVS2",61.9,54,932,4.77,4.82,2.96 +"36206",0.41,"Very Good","D","VS2",62.3,58,932,4.75,4.76,2.96 +"36207",0.33,"Ideal","F","VVS1",61.4,57,932,4.49,4.47,2.75 +"36208",0.36,"Premium","F","VS2",60.5,59,932,4.64,4.61,2.8 +"36209",0.36,"Ideal","H","VVS2",62.3,57,932,4.57,4.52,2.83 +"36210",0.36,"Premium","H","VVS2",60.6,58,932,4.6,4.58,2.78 +"36211",0.36,"Ideal","G","VS1",62.9,57,932,4.6,4.56,2.88 +"36212",0.36,"Premium","G","VS1",59.7,56,932,4.67,4.64,2.78 +"36213",0.36,"Premium","G","VS1",61.7,59,932,4.59,4.55,2.82 +"36214",0.36,"Premium","G","VS1",61.2,60,932,4.59,4.56,2.8 +"36215",0.36,"Ideal","G","VS1",61.6,56,932,4.59,4.56,2.82 +"36216",0.36,"Premium","G","VS1",62.3,59,932,4.55,4.5,2.82 +"36217",0.36,"Premium","G","VS1",62.2,59,932,4.57,4.53,2.83 +"36218",0.36,"Ideal","F","VS2",60.9,57,932,4.61,4.58,2.8 +"36219",0.36,"Ideal","F","VS2",62,55,932,4.58,4.55,2.83 +"36220",0.36,"Premium","F","VS2",61.4,58,932,4.6,4.56,2.81 +"36221",0.36,"Premium","F","VS2",60.5,60,932,4.61,4.55,2.77 +"36222",0.36,"Premium","D","VS2",60.3,58,933,4.66,4.63,2.8 +"36223",0.36,"Ideal","D","VS2",60,56,933,4.68,4.66,2.8 +"36224",0.36,"Ideal","E","VS1",62.7,57,933,4.58,4.55,2.86 +"36225",0.36,"Premium","E","VS1",61.5,59,933,4.6,4.57,2.82 +"36226",0.33,"Very Good","D","VVS2",59.5,56,933,4.51,4.56,2.7 +"36227",0.38,"Premium","F","VS1",60.9,58,933,4.68,4.71,2.86 +"36228",0.38,"Very Good","F","VS1",62.8,56,933,4.59,4.64,2.9 +"36229",0.38,"Very Good","D","VS2",60.9,58,933,4.63,4.67,2.83 +"36230",0.38,"Ideal","F","VS1",62.4,54,933,4.64,4.68,2.91 +"36231",0.38,"Very Good","D","VS2",61.6,59,933,4.62,4.66,2.86 +"36232",0.38,"Premium","F","VS1",62.4,59,933,4.57,4.63,2.87 +"36233",0.38,"Ideal","D","VS2",62,56,933,4.64,4.68,2.89 +"36234",0.42,"Ideal","G","VVS2",60.6,56,933,4.86,4.88,2.95 +"36235",0.3,"Ideal","D","VVS1",61.8,55,933,4.33,4.35,2.68 +"36236",0.38,"Ideal","E","VS1",60.7,56,933,4.7,4.72,2.86 +"36237",0.33,"Premium","D","VS1",60.3,61,933,4.51,4.48,2.71 +"36238",0.62,"Premium","G","I1",58.9,60,933,5.65,5.54,3.29 +"36239",0.32,"Ideal","D","VS1",60.2,57,933,4.45,4.42,2.67 +"36240",0.31,"Ideal","D","VVS1",62.1,54,934,4.34,4.36,2.7 +"36241",0.46,"Ideal","G","SI1",62.2,53.4,934,4.95,4.98,3.09 +"36242",0.47,"Very Good","I","VS2",63.2,56,935,4.92,4.98,3.13 +"36243",0.54,"Ideal","I","SI2",60.9,57,935,5.26,5.31,3.22 +"36244",0.41,"Premium","E","VS2",62.1,58,935,4.75,4.78,2.96 +"36245",0.41,"Ideal","E","VS2",61.8,56,935,4.74,4.78,2.94 +"36246",0.41,"Ideal","E","VS2",61.8,57,935,4.76,4.78,2.95 +"36247",0.41,"Ideal","E","VS2",61.6,55,935,4.75,4.79,2.94 +"36248",0.41,"Ideal","E","VS2",62.4,54,935,4.76,4.79,2.98 +"36249",0.41,"Ideal","E","VS2",62.5,55,935,4.74,4.77,2.97 +"36250",0.41,"Ideal","E","VS2",62,56,935,4.72,4.79,2.95 +"36251",0.41,"Ideal","E","VS2",62.1,57,935,4.74,4.79,2.96 +"36252",0.41,"Premium","E","VS2",59.8,60,935,4.83,4.87,2.9 +"36253",0.41,"Good","E","VS1",63.5,54,935,4.71,4.74,3 +"36254",0.41,"Ideal","E","VS2",61.8,54,935,4.76,4.79,2.95 +"36255",0.41,"Ideal","E","VS2",62.3,56,935,4.74,4.77,2.96 +"36256",0.41,"Premium","E","VS2",61.3,58,935,4.74,4.79,2.92 +"36257",0.41,"Ideal","E","VS2",62.1,56,935,4.74,4.76,2.95 +"36258",0.34,"Ideal","F","VVS1",62.9,56,935,4.45,4.48,2.81 +"36259",0.46,"Ideal","E","SI2",61.3,55,935,4.98,5,3.06 +"36260",0.43,"Ideal","G","SI2",61.3,56,935,4.89,4.87,2.99 +"36261",0.37,"Ideal","G","VVS1",61.4,55,936,4.67,4.71,2.88 +"36262",0.31,"Ideal","E","VVS1",62.3,57,936,4.32,4.35,2.7 +"36263",0.44,"Ideal","E","VS2",61.6,54,936,4.9,4.97,3.04 +"36264",0.37,"Ideal","H","IF",61.4,55,936,4.63,4.66,2.85 +"36265",0.37,"Ideal","H","IF",61.8,55,936,4.65,4.67,2.88 +"36266",0.37,"Ideal","H","IF",61.7,53,936,4.66,4.68,2.88 +"36267",0.4,"Good","F","VVS2",62.2,63,936,4.66,4.69,2.91 +"36268",0.3,"Ideal","E","VS1",61.6,57,936,4.33,4.3,2.66 +"36269",0.32,"Ideal","G","VVS2",61.9,57,936,4.41,4.38,2.72 +"36270",0.45,"Premium","F","SI2",61.5,61,936,4.95,4.9,3.03 +"36271",0.3,"Ideal","G","SI1",62,53,477,4.33,4.38,2.7 +"36272",0.3,"Ideal","G","SI1",62.3,56,477,4.29,4.31,2.68 +"36273",0.3,"Ideal","G","SI1",61.4,57,477,4.28,4.32,2.64 +"36274",0.3,"Ideal","G","SI1",62.2,54,477,4.32,4.36,2.7 +"36275",0.3,"Ideal","G","SI1",62.2,57,477,4.26,4.29,2.66 +"36276",0.3,"Ideal","G","SI1",62,58,477,4.27,4.29,2.65 +"36277",0.3,"Ideal","G","SI1",62.3,56,477,4.27,4.3,2.67 +"36278",0.3,"Ideal","G","SI1",62.3,57,477,4.29,4.31,2.68 +"36279",0.34,"Very Good","E","SI2",62.9,56,477,4.45,4.48,2.81 +"36280",0.32,"Good","D","SI2",63.7,56,477,4.33,4.34,2.76 +"36281",0.32,"Good","G","SI1",63.5,56,477,4.35,4.38,2.77 +"36282",0.32,"Premium","G","SI1",61.6,58,477,4.36,4.4,2.7 +"36283",0.34,"Premium","E","SI2",61.5,58,477,4.49,4.52,2.77 +"36284",0.32,"Ideal","D","SI2",62.4,54,477,4.38,4.4,2.74 +"36285",0.34,"Ideal","E","SI2",62,56,477,4.45,4.48,2.77 +"36286",0.34,"Good","E","SI2",63.7,55,477,4.43,4.46,2.83 +"36287",0.34,"Very Good","E","SI2",61.7,61,477,4.47,4.51,2.77 +"36288",0.32,"Premium","G","SI1",62.6,58,477,4.35,4.37,2.73 +"36289",0.34,"Premium","I","VS2",61.8,58,477,4.48,4.51,2.78 +"36290",0.32,"Ideal","G","SI1",61.3,57,477,4.37,4.4,2.69 +"36291",0.32,"Very Good","G","SI1",60.9,56,477,4.41,4.45,2.7 +"36292",0.32,"Good","D","SI2",63.9,58,477,4.31,4.33,2.76 +"36293",0.32,"Very Good","G","SI1",62,55,477,4.41,4.43,2.74 +"36294",0.32,"Ideal","D","SI2",61.1,56,477,4.39,4.41,2.69 +"36295",0.34,"Very Good","I","VS2",62.1,57,477,4.44,4.48,2.77 +"36296",0.34,"Premium","H","SI1",62.1,59,477,4.46,4.5,2.78 +"36297",0.32,"Very Good","D","SI2",62.8,57,477,4.35,4.38,2.74 +"36298",0.34,"Premium","H","SI1",60.2,58,477,4.48,4.52,2.71 +"36299",0.34,"Premium","E","SI2",61.7,58,477,4.5,4.54,2.79 +"36300",0.32,"Very Good","G","SI1",60.9,58,477,4.39,4.44,2.69 +"36301",0.32,"Ideal","H","VVS1",60.4,57,936,4.46,4.42,2.68 +"36302",0.32,"Ideal","H","VVS1",62.2,56,936,4.38,4.37,2.72 +"36303",0.32,"Premium","H","VVS1",61.5,59,936,4.41,4.37,2.7 +"36304",0.32,"Premium","H","VVS1",61.4,58,936,4.42,4.37,2.7 +"36305",0.32,"Premium","H","VVS1",61.4,58,936,4.41,4.38,2.7 +"36306",0.32,"Ideal","H","VVS1",61.9,56,936,4.41,4.38,2.72 +"36307",0.32,"Ideal","H","VVS1",61.6,56,936,4.41,4.39,2.71 +"36308",0.32,"Ideal","H","VVS1",62.1,54,936,4.42,4.4,2.74 +"36309",0.32,"Premium","H","VVS1",60.9,58,936,4.43,4.4,2.69 +"36310",0.32,"Ideal","H","VVS1",61.6,55,936,4.43,4.4,2.72 +"36311",0.32,"Premium","H","VVS1",62.5,58,936,4.37,4.33,2.72 +"36312",0.32,"Ideal","H","VVS1",62.9,57,936,4.38,4.33,2.74 +"36313",0.32,"Premium","H","VVS1",62.9,58,936,4.37,4.34,2.74 +"36314",0.32,"Premium","H","VVS1",62.7,57,936,4.41,4.36,2.75 +"36315",0.32,"Ideal","G","VVS2",61.1,55,936,4.45,4.42,2.71 +"36316",0.32,"Ideal","G","VVS2",61.3,56,936,4.44,4.43,2.72 +"36317",0.32,"Premium","G","VVS2",60.2,60,936,4.45,4.42,2.67 +"36318",0.32,"Ideal","G","VVS2",61.7,57,936,4.44,4.41,2.73 +"36319",0.32,"Premium","G","VVS2",60.8,59,936,4.44,4.41,2.69 +"36320",0.32,"Ideal","G","VVS2",61.8,55,936,4.43,4.41,2.73 +"36321",0.32,"Ideal","G","VVS2",62.2,55,936,4.43,4.41,2.75 +"36322",0.32,"Ideal","G","VVS2",60.6,57,936,4.43,4.41,2.68 +"36323",0.32,"Ideal","G","VVS2",61.4,55,936,4.43,4.4,2.71 +"36324",0.32,"Ideal","G","VVS2",62,55,936,4.44,4.4,2.74 +"36325",0.32,"Ideal","G","VVS2",61.2,56,936,4.42,4.41,2.7 +"36326",0.32,"Ideal","G","VVS2",61.6,55,936,4.42,4.41,2.72 +"36327",0.32,"Ideal","G","VVS2",62.4,56,936,4.42,4.4,2.75 +"36328",0.32,"Premium","G","VVS2",60.9,61,936,4.41,4.39,2.68 +"36329",0.32,"Premium","G","VVS2",62,55,936,4.42,4.39,2.73 +"36330",0.32,"Ideal","G","VVS2",61.5,57,936,4.43,4.39,2.71 +"36331",0.32,"Premium","G","VVS2",61.2,59,936,4.44,4.39,2.7 +"36332",0.32,"Ideal","G","VVS2",62.1,57,936,4.42,4.4,2.74 +"36333",0.32,"Premium","G","VVS2",61.6,60,936,4.4,4.37,2.7 +"36334",0.32,"Premium","G","VVS2",61.7,59,936,4.41,4.37,2.71 +"36335",0.32,"Premium","G","VVS2",62.3,54,936,4.45,4.38,2.75 +"36336",0.32,"Ideal","G","VVS2",62.2,56,936,4.38,4.34,2.71 +"36337",0.32,"Ideal","G","VVS2",62.6,57,936,4.38,4.34,2.73 +"36338",0.32,"Premium","G","VVS2",62.6,58,936,4.37,4.35,2.73 +"36339",0.32,"Ideal","G","VVS2",62.1,55,936,4.38,4.35,2.71 +"36340",0.32,"Premium","G","VVS2",62.3,58,936,4.38,4.35,2.72 +"36341",0.32,"Ideal","G","VVS2",62.2,57,936,4.38,4.36,2.72 +"36342",0.32,"Ideal","G","VVS2",62.4,54,936,4.38,4.37,2.73 +"36343",0.32,"Ideal","G","VVS1",61.7,56,936,4.41,4.37,2.71 +"36344",0.39,"Premium","G","SI1",61.4,56,936,4.75,4.7,2.9 +"36345",0.32,"Ideal","H","VVS1",61.9,55,936,4.38,4.37,2.71 +"36346",0.43,"Very Good","H","SI2",60.4,56,937,4.9,4.93,2.97 +"36347",0.42,"Very Good","I","IF",60.1,58,938,4.83,4.88,2.92 +"36348",0.31,"Very Good","E","IF",63,55,938,4.33,4.37,2.74 +"36349",0.42,"Ideal","G","VVS2",62.7,57,938,4.73,4.78,2.98 +"36350",0.42,"Ideal","D","VS2",62.7,55,938,4.79,4.81,3.01 +"36351",0.35,"Good","E","VS1",61.3,65,938,4.51,4.53,2.77 +"36352",0.4,"Premium","H","VS1",62.7,59,938,4.71,4.63,2.93 +"36353",0.4,"Very Good","F","VS1",63.1,59,938,4.68,4.64,2.94 +"36354",0.5,"Very Good","E","I1",58.6,63,938,5.23,5.15,3.04 +"36355",0.34,"Ideal","F","VS2",60.7,56,938,4.56,4.53,2.76 +"36356",0.5,"Fair","F","SI2",65.8,57,938,4.97,4.83,3.23 +"36357",0.34,"Very Good","F","VVS1",61,56,939,4.52,4.53,2.76 +"36358",0.34,"Very Good","F","VVS1",61.3,57,939,4.49,4.52,2.76 +"36359",0.41,"Very Good","D","VS2",61.7,54,939,4.77,4.82,2.96 +"36360",0.4,"Ideal","I","VVS2",62.2,55,939,4.72,4.76,2.95 +"36361",0.41,"Ideal","G","VVS2",62.2,54,939,4.75,4.8,2.97 +"36362",0.32,"Good","F","VVS1",63.8,54,939,4.38,4.31,2.77 +"36363",0.33,"Ideal","F","VVS1",62.5,56,939,4.43,4.44,2.77 +"36364",0.33,"Ideal","F","VVS1",61.3,55,939,4.45,4.46,2.73 +"36365",0.33,"Ideal","F","VVS1",61.9,55,939,4.46,4.47,2.76 +"36366",0.33,"Ideal","F","VVS1",60.6,56,939,4.47,4.51,2.72 +"36367",0.39,"Ideal","F","VS1",61.9,55.2,939,4.66,4.7,2.89 +"36368",0.39,"Ideal","F","VS1",61.7,56.1,939,4.65,4.7,2.89 +"36369",0.34,"Premium","G","IF",60.5,58,939,4.52,4.47,2.72 +"36370",0.4,"Ideal","E","VS1",61.2,55,940,4.76,4.79,2.92 +"36371",0.33,"Ideal","D","VS2",61.5,56,940,4.47,4.5,2.76 +"36372",0.33,"Ideal","D","VS2",60.9,56,940,4.49,4.51,2.74 +"36373",0.38,"Ideal","E","VS1",60.8,56,940,4.7,4.75,2.86 +"36374",0.32,"Ideal","G","IF",61.9,56,940,4.39,4.46,2.74 +"36375",0.59,"Premium","G","I1",59.7,59,940,5.48,5.45,3.26 +"36376",0.31,"Premium","F","VVS1",59.9,59,940,4.45,4.43,2.66 +"36377",0.37,"Premium","D","VS1",61.9,58,941,4.56,4.62,2.84 +"36378",0.41,"Ideal","H","VS2",61.3,56,941,4.81,4.84,2.96 +"36379",0.34,"Ideal","F","IF",62.2,55,941,4.47,4.5,2.79 +"36380",0.44,"Ideal","H","SI1",61.9,57,941,4.92,4.9,3.04 +"36381",0.44,"Very Good","H","SI1",63.5,57,941,4.85,4.82,3.07 +"36382",0.38,"Premium","D","SI1",62.2,58,941,4.63,4.57,2.86 +"36383",0.38,"Premium","D","SI1",59.7,60,941,4.69,4.66,2.79 +"36384",0.38,"Premium","D","SI1",58.9,61,941,4.79,4.75,2.81 +"36385",0.38,"Premium","D","SI1",60.7,60,941,4.69,4.63,2.83 +"36386",0.45,"Premium","I","SI1",60.3,59,941,4.99,4.93,2.99 +"36387",0.45,"Premium","I","SI1",62.2,58,941,4.89,4.86,3.03 +"36388",0.43,"Ideal","G","VS1",61.2,57,941,4.88,4.83,2.97 +"36389",0.57,"Premium","J","SI2",62.7,60,941,5.25,5.21,3.28 +"36390",0.31,"Premium","D","VVS1",62.7,58,942,4.31,4.3,2.7 +"36391",0.38,"Ideal","D","VS1",62,57,942,4.7,4.69,2.91 +"36392",0.31,"Premium","D","VVS1",62.1,59,942,4.38,4.32,2.7 +"36393",0.31,"Ideal","E","VVS1",60.5,57,942,4.38,4.41,2.66 +"36394",0.43,"Ideal","G","VS2",61.7,55,942,4.85,4.88,3 +"36395",0.4,"Ideal","G","SI1",61.5,57,942,4.74,4.76,2.92 +"36396",0.53,"Good","I","SI2",63.6,58,942,5.08,5.11,3.24 +"36397",0.31,"Ideal","E","VS1",61.9,56,942,4.34,4.32,2.68 +"36398",0.31,"Ideal","E","VS1",61.7,56,942,4.41,4.37,2.71 +"36399",0.31,"Ideal","E","VS1",60.9,57,942,4.41,4.39,2.68 +"36400",0.31,"Ideal","E","VS1",61.8,56,942,4.37,4.34,2.69 +"36401",0.31,"Premium","E","VS1",61.1,58,942,4.37,4.34,2.66 +"36402",0.31,"Premium","D","VS2",62.6,59,942,4.33,4.3,2.7 +"36403",0.31,"Premium","E","VS1",60,59,942,4.42,4.38,2.64 +"36404",0.31,"Premium","E","VS1",60.2,58,942,4.43,4.38,2.65 +"36405",0.31,"Ideal","D","VS2",61.2,55,942,4.46,4.36,2.7 +"36406",0.31,"Ideal","D","VS2",59,57,942,4.48,4.44,2.63 +"36407",0.31,"Premium","E","VS1",61.7,58,942,4.36,4.3,2.67 +"36408",0.31,"Ideal","E","VS1",61.6,57,942,4.35,4.32,2.67 +"36409",0.31,"Ideal","E","VS1",61.4,57,942,4.37,4.32,2.67 +"36410",0.31,"Ideal","E","VS1",61.8,56,942,4.34,4.33,2.68 +"36411",0.31,"Ideal","E","VS1",61.6,56,942,4.38,4.35,2.69 +"36412",0.31,"Premium","E","VS1",60.5,59,942,4.37,4.36,2.64 +"36413",0.31,"Premium","E","VS1",61,58,942,4.39,4.37,2.67 +"36414",0.31,"Ideal","E","VS1",60.4,57,942,4.4,4.37,2.65 +"36415",0.31,"Ideal","D","VS2",61.8,56,942,4.36,4.32,2.68 +"36416",0.31,"Premium","E","VS1",61.9,58,942,4.32,4.31,2.67 +"36417",0.31,"Premium","D","VS2",62,59,942,4.36,4.32,2.69 +"36418",0.31,"Ideal","D","VS2",61.5,56,942,4.36,4.35,2.68 +"36419",0.42,"Premium","D","SI1",63,59,942,4.79,4.77,3.01 +"36420",0.42,"Very Good","D","SI1",63.3,58,942,4.75,4.73,3 +"36421",0.39,"Premium","G","VS2",60.4,61,942,4.73,4.71,2.85 +"36422",0.39,"Premium","G","VS2",59.8,61,942,4.75,4.72,2.83 +"36423",0.39,"Good","G","VS2",63.7,53,942,4.67,4.62,2.96 +"36424",0.31,"Ideal","D","VS2",61.5,56,942,4.41,4.37,2.7 +"36425",0.31,"Ideal","D","VS2",61.2,55,942,4.42,4.37,2.69 +"36426",0.31,"Ideal","D","VS2",60.4,56,942,4.42,4.39,2.66 +"36427",0.31,"Ideal","D","VS2",61.2,55,942,4.39,4.37,2.68 +"36428",0.31,"Ideal","D","VS2",61.3,57,942,4.4,4.37,2.69 +"36429",0.31,"Ideal","D","VS2",61.6,55,942,4.37,4.36,2.69 +"36430",0.31,"Ideal","D","VS2",61.6,57,942,4.38,4.36,2.69 +"36431",0.31,"Ideal","D","VS2",61.9,56,942,4.38,4.37,2.71 +"36432",0.31,"Premium","D","VS2",61.8,57,942,4.41,4.36,2.71 +"36433",0.31,"Ideal","D","VS2",62,55,942,4.38,4.36,2.71 +"36434",0.31,"Ideal","D","VS2",61.8,57,942,4.38,4.36,2.7 +"36435",0.31,"Ideal","D","VS2",61.5,56,942,4.37,4.35,2.68 +"36436",0.31,"Premium","D","VS2",60.7,59,942,4.38,4.35,2.65 +"36437",0.31,"Ideal","D","VS2",60.7,56,942,4.38,4.35,2.65 +"36438",0.31,"Ideal","D","VS2",61.2,55,942,4.38,4.35,2.67 +"36439",0.31,"Ideal","D","VS2",61.7,55,942,4.4,4.35,2.7 +"36440",0.31,"Ideal","D","VS2",62.1,54,942,4.41,4.35,2.72 +"36441",0.31,"Ideal","D","VS2",61.9,56,942,4.38,4.34,2.7 +"36442",0.31,"Ideal","D","VS2",61.5,56,942,4.37,4.34,2.68 +"36443",0.31,"Ideal","D","VS2",62.5,56,942,4.36,4.34,2.72 +"36444",0.31,"Ideal","D","VS2",62.1,56,942,4.35,4.34,2.7 +"36445",0.31,"Ideal","D","VS2",62.1,54,942,4.36,4.34,2.7 +"36446",0.31,"Ideal","D","VS2",61.8,55,942,4.37,4.33,2.69 +"36447",0.31,"Ideal","D","VS2",62.1,54,942,4.37,4.33,2.7 +"36448",0.31,"Ideal","D","VS2",62.1,54,942,4.37,4.33,2.7 +"36449",0.31,"Ideal","D","VS2",62.3,55,942,4.37,4.33,2.71 +"36450",0.31,"Ideal","D","VS2",62.2,56,942,4.36,4.32,2.7 +"36451",0.31,"Premium","D","VS2",61.2,59,942,4.37,4.32,2.66 +"36452",0.31,"Ideal","D","VS2",62,55,942,4.35,4.33,2.69 +"36453",0.31,"Ideal","D","VS2",62.6,56,942,4.36,4.33,2.72 +"36454",0.31,"Premium","D","VS2",62.3,55,942,4.35,4.32,2.7 +"36455",0.31,"Ideal","D","VS2",62.5,57,942,4.36,4.31,2.71 +"36456",0.31,"Ideal","D","VS2",62.5,56,942,4.36,4.31,2.71 +"36457",0.31,"Ideal","D","VS2",62.2,56,942,4.33,4.32,2.69 +"36458",0.31,"Ideal","D","VS2",62.1,55,942,4.35,4.32,2.69 +"36459",0.31,"Ideal","D","VS2",62.2,55,942,4.34,4.31,2.69 +"36460",0.31,"Ideal","D","VS2",62.7,55,942,4.34,4.31,2.71 +"36461",0.31,"Ideal","D","VS2",62.9,55,942,4.34,4.31,2.72 +"36462",0.31,"Premium","D","VS2",61.7,59,942,4.34,4.31,2.67 +"36463",0.31,"Ideal","D","VS2",62.2,54,942,4.34,4.31,2.69 +"36464",0.31,"Ideal","D","VS2",62.2,57,942,4.34,4.31,2.69 +"36465",0.31,"Ideal","D","VS2",62.5,56,942,4.32,4.29,2.69 +"36466",0.31,"Ideal","D","VS2",62.7,57,942,4.34,4.3,2.71 +"36467",0.31,"Ideal","D","VS2",62.1,55,942,4.32,4.31,2.68 +"36468",0.31,"Ideal","H","VVS1",60.8,55,942,4.42,4.39,2.68 +"36469",0.39,"Very Good","G","VVS1",63.2,57,943,4.62,4.65,2.93 +"36470",0.38,"Ideal","G","VVS2",61,56,943,4.67,4.71,2.86 +"36471",0.43,"Good","F","VS1",63.4,57,943,4.76,4.8,3.03 +"36472",0.43,"Ideal","G","VS1",62.3,56,943,4.82,4.85,3.01 +"36473",0.43,"Ideal","G","VS1",61.1,56,943,4.86,4.9,2.98 +"36474",0.43,"Ideal","G","VS1",61.9,55,943,4.84,4.86,3 +"36475",0.43,"Very Good","G","VS1",61,58,943,4.89,4.92,2.99 +"36476",0.43,"Ideal","G","VS1",61.3,57,943,4.85,4.88,2.98 +"36477",0.43,"Ideal","H","VVS2",62.3,55,943,4.82,4.85,3.01 +"36478",0.43,"Premium","G","VS1",61.8,59,943,4.83,4.88,3 +"36479",0.43,"Ideal","H","VVS2",61.3,56,943,4.86,4.9,2.99 +"36480",0.43,"Ideal","G","VS1",61.9,55,943,4.84,4.86,3 +"36481",0.43,"Very Good","G","VS1",60.9,57,943,4.88,4.91,2.98 +"36482",0.43,"Very Good","G","VS1",62.2,59,943,4.81,4.84,3 +"36483",0.32,"Ideal","F","IF",60.9,57,943,4.42,4.45,2.7 +"36484",0.32,"Ideal","F","IF",61.3,57,943,4.42,4.46,2.72 +"36485",0.32,"Ideal","F","IF",60.9,57,943,4.41,4.43,2.69 +"36486",0.32,"Ideal","F","IF",62.5,54,943,4.38,4.42,2.75 +"36487",0.32,"Ideal","F","IF",61.8,54,943,4.44,4.46,2.75 +"36488",0.32,"Ideal","F","IF",62.2,54,943,4.4,4.44,2.75 +"36489",0.3,"Ideal","E","IF",62,54,943,4.31,4.34,2.68 +"36490",0.3,"Ideal","E","IF",62.6,53,943,4.29,4.33,2.7 +"36491",0.3,"Ideal","E","IF",61.7,55,943,4.31,4.34,2.67 +"36492",0.39,"Good","E","VVS2",61.5,61,943,4.73,4.74,2.91 +"36493",0.41,"Very Good","H","VS2",63.4,58,943,4.77,4.66,2.99 +"36494",0.39,"Very Good","F","VVS2",63.3,56,944,4.63,4.66,2.94 +"36495",0.31,"Very Good","E","IF",60.6,60,944,4.4,4.44,2.68 +"36496",0.38,"Very Good","D","VVS2",60.8,55,944,4.67,4.71,2.85 +"36497",0.34,"Ideal","E","VVS2",62.4,55,944,4.47,4.51,2.79 +"36498",0.48,"Ideal","I","VS1",62.2,54,944,5.03,5.06,3.14 +"36499",0.32,"Ideal","E","IF",62,55,944,4.37,4.41,2.72 +"36500",0.37,"Premium","G","VS2",59.7,61,944,4.72,4.66,2.8 +"36501",0.41,"Very Good","G","VVS1",63.1,57,945,4.68,4.73,2.97 +"36502",0.33,"Very Good","E","VVS1",61.8,54,945,4.47,4.49,2.77 +"36503",0.41,"Ideal","H","VVS1",61.5,55,945,4.79,4.81,2.95 +"36504",0.3,"Fair","E","VVS2",51,67,945,4.67,4.62,2.37 +"36505",0.45,"Ideal","F","VS2",62.8,55,945,4.88,4.86,3.06 +"36506",0.45,"Premium","F","VS2",61.4,60,945,4.93,4.87,3.01 +"36507",0.36,"Good","F","VS1",63.6,60,945,4.52,4.47,2.86 +"36508",0.32,"Ideal","F","VVS2",61.6,55,945,4.41,4.42,2.72 +"36509",0.35,"Ideal","D","VVS2",61.6,54,945,4.55,4.57,2.81 +"36510",0.35,"Ideal","F","VVS1",61.8,54,945,4.53,4.56,2.81 +"36511",0.35,"Ideal","F","VVS1",61.8,55,945,4.53,4.57,2.81 +"36512",0.35,"Ideal","F","VVS1",61.5,55,945,4.51,4.56,2.79 +"36513",0.33,"Ideal","E","VVS1",61.9,54,945,4.45,4.47,2.76 +"36514",0.4,"Good","I","IF",62.3,62,945,4.69,4.72,2.93 +"36515",0.3,"Premium","F","VVS2",61,59,945,4.33,4.3,2.63 +"36516",0.3,"Premium","F","VVS2",61.1,59,945,4.32,4.29,2.63 +"36517",0.3,"Premium","F","VVS2",62.4,58,945,4.28,4.25,2.66 +"36518",0.3,"Premium","F","VVS2",61.6,58,945,4.35,4.28,2.66 +"36519",0.3,"Premium","F","VVS2",61.5,58,945,4.31,4.29,2.64 +"36520",0.3,"Premium","F","VVS2",61.4,59,945,4.36,4.31,2.66 +"36521",0.42,"Ideal","G","SI1",62.9,54,945,4.81,4.79,3.02 +"36522",0.42,"Very Good","G","SI1",63.2,57,945,4.79,4.77,3.02 +"36523",0.42,"Ideal","G","SI1",62.5,56,945,4.83,4.8,3.01 +"36524",0.4,"Good","H","VS2",59.4,64,945,4.82,4.75,2.84 +"36525",0.4,"Premium","F","SI1",62.8,59,945,4.72,4.71,2.96 +"36526",0.4,"Premium","E","SI1",62,55,945,4.74,4.68,2.92 +"36527",0.42,"Ideal","I","VVS1",62,55,945,4.88,4.8,3 +"36528",0.42,"Ideal","I","VVS1",60.2,57,945,4.88,4.85,2.93 +"36529",0.42,"Ideal","I","VVS1",62.5,57,945,4.8,4.77,2.99 +"36530",0.42,"Ideal","I","VVS1",62.7,55,945,4.8,4.77,3 +"36531",0.42,"Ideal","I","VVS1",62.4,57,945,4.83,4.79,3 +"36532",0.42,"Premium","G","SI1",61.7,58,945,4.8,4.76,2.95 +"36533",0.42,"Premium","G","SI1",62.2,58,945,4.75,4.73,2.95 +"36534",0.42,"Premium","F","VS2",61.7,59,945,4.82,4.75,2.95 +"36535",0.42,"Premium","F","VS2",61.9,58,945,4.8,4.76,2.96 +"36536",0.4,"Ideal","I","VS1",63,56,945,4.72,4.68,2.96 +"36537",0.4,"Premium","I","VS1",62.9,59,945,4.73,4.68,2.96 +"36538",0.4,"Good","I","VS1",63.8,55,945,4.69,4.65,2.98 +"36539",0.4,"Premium","H","VS2",59.1,61,945,4.84,4.81,2.85 +"36540",0.4,"Premium","F","SI1",62.3,60,945,4.74,4.7,2.94 +"36541",0.4,"Premium","F","SI1",61.2,58,945,4.74,4.71,2.89 +"36542",0.4,"Premium","F","SI1",62.3,57,945,4.74,4.67,2.93 +"36543",0.4,"Premium","F","SI1",62.7,57,945,4.7,4.68,2.94 +"36544",0.4,"Ideal","F","SI1",62.9,57,945,4.7,4.68,2.95 +"36545",0.4,"Premium","F","SI1",62.6,59,945,4.74,4.68,2.95 +"36546",0.4,"Good","F","SI1",63.6,57,945,4.7,4.67,2.98 +"36547",0.4,"Premium","F","SI1",62.5,59,945,4.71,4.67,2.93 +"36548",0.4,"Premium","F","SI1",62.5,59,945,4.71,4.67,2.93 +"36549",0.4,"Premium","F","SI1",62.2,57,945,4.72,4.67,2.92 +"36550",0.4,"Premium","E","SI1",60.9,56,945,4.8,4.76,2.91 +"36551",0.4,"Premium","E","SI1",60.1,59,945,4.82,4.76,2.88 +"36552",0.4,"Ideal","E","SI1",60.5,57,945,4.81,4.77,2.9 +"36553",0.4,"Ideal","E","SI1",62.2,55,945,4.75,4.71,2.94 +"36554",0.4,"Ideal","E","SI1",62,57,945,4.78,4.74,2.95 +"36555",0.4,"Premium","E","SI1",60.9,60,945,4.77,4.75,2.9 +"36556",0.4,"Ideal","E","SI1",61.8,56,945,4.74,4.71,2.92 +"36557",0.4,"Premium","E","SI1",62.2,58,945,4.74,4.71,2.94 +"36558",0.4,"Premium","E","SI1",62.6,59,945,4.71,4.68,2.94 +"36559",0.4,"Ideal","E","SI1",62.7,57,945,4.72,4.69,2.95 +"36560",0.4,"Premium","E","SI1",61.3,59,945,4.74,4.69,2.89 +"36561",0.4,"Ideal","E","SI1",61.2,57,945,4.74,4.7,2.89 +"36562",0.4,"Premium","E","SI1",62.8,59,945,4.69,4.64,2.93 +"36563",0.36,"Ideal","G","VVS1",62.1,56,945,4.6,4.58,2.85 +"36564",0.35,"Ideal","I","IF",62.5,55,945,4.54,4.52,2.83 +"36565",0.3,"Premium","G","VVS1",59.8,62,945,4.36,4.33,2.6 +"36566",0.3,"Ideal","G","VVS1",61.4,56,945,4.34,4.32,2.66 +"36567",0.3,"Premium","G","VVS1",61.3,58,945,4.33,4.29,2.64 +"36568",0.3,"Premium","G","VVS1",62.6,62,945,4.26,4.21,2.65 +"36569",0.4,"Ideal","E","SI1",61.1,56,945,4.79,4.77,2.92 +"36570",0.42,"Good","E","SI1",63.6,61,945,4.73,4.7,3 +"36571",0.45,"Fair","F","VS1",66.9,54,945,4.85,4.75,3.21 +"36572",0.72,"Premium","J","I1",62.9,59,945,5.8,5.63,3.58 +"36573",0.7,"Fair","F","I1",63.9,59,945,5.64,5.5,3.57 +"36574",0.5,"Fair","E","SI2",64.7,57,945,4.98,4.88,3.19 +"36575",0.35,"Ideal","E","VS1",61.3,55,945,4.58,4.55,2.8 +"36576",0.35,"Ideal","D","VS2",62.3,56,945,4.54,4.51,2.82 +"36577",0.36,"Premium","F","VVS2",62.5,56,945,4.6,4.52,2.85 +"36578",0.4,"Very Good","G","VVS2",59.2,63,945,4.88,4.81,2.87 +"36579",0.4,"Premium","F","SI1",62,56,945,4.77,4.72,2.94 +"36580",0.4,"Premium","E","SI1",61.3,61,945,4.76,4.73,2.91 +"36581",0.34,"Ideal","E","VVS1",61,57,946,4.53,4.55,2.77 +"36582",0.33,"Ideal","G","IF",61.5,55,946,4.48,4.5,2.76 +"36583",0.33,"Ideal","G","IF",61.2,56,946,4.47,4.51,2.75 +"36584",0.33,"Ideal","G","IF",61.7,56,946,4.47,4.51,2.77 +"36585",0.33,"Ideal","G","IF",61.8,54,946,4.47,4.49,2.77 +"36586",0.33,"Ideal","G","IF",61.9,55,946,4.44,4.45,2.75 +"36587",0.33,"Ideal","G","IF",60.9,57,946,4.45,4.48,2.72 +"36588",0.33,"Ideal","G","IF",61.3,55,946,4.49,4.51,2.76 +"36589",0.33,"Ideal","G","IF",61,56,946,4.48,4.5,2.74 +"36590",0.33,"Ideal","G","IF",61.7,55,946,4.47,4.48,2.76 +"36591",0.33,"Ideal","G","IF",61,55,946,4.49,4.52,2.75 +"36592",0.5,"Very Good","J","SI2",60.7,57,947,5.11,5.13,3.11 +"36593",0.45,"Very Good","I","VVS1",63,56,947,4.88,4.9,3.08 +"36594",0.3,"Premium","F","IF",60.7,58,947,4.33,4.37,2.64 +"36595",0.3,"Ideal","F","IF",61.1,57,947,4.35,4.39,2.67 +"36596",0.3,"Ideal","F","IF",62,56,947,4.3,4.34,2.68 +"36597",0.3,"Premium","F","IF",61.6,58,947,4.32,4.35,2.67 +"36598",0.36,"Ideal","H","IF",61.9,57,947,4.55,4.6,2.83 +"36599",0.38,"Ideal","E","VVS2",61.8,56,947,4.67,4.72,2.9 +"36600",0.32,"Ideal","F","VVS1",61.5,56,947,4.44,4.45,2.73 +"36601",0.32,"Ideal","G","SI1",61.3,56,477,4.39,4.42,2.7 +"36602",0.32,"Good","D","SI2",63.4,56,477,4.36,4.38,2.77 +"36603",0.32,"Ideal","D","SI2",62.6,56,477,4.38,4.4,2.75 +"36604",0.32,"Ideal","D","SI2",59.5,57,477,4.47,4.5,2.67 +"36605",0.34,"Ideal","E","SI2",62.4,57,477,4.47,4.5,2.8 +"36606",0.32,"Ideal","D","SI2",61.4,56,477,4.43,4.46,2.73 +"36607",0.32,"Very Good","G","SI1",63,56,477,4.35,4.38,2.75 +"36608",0.32,"Very Good","G","SI1",62.8,56,477,4.34,4.36,2.73 +"36609",0.34,"Very Good","E","SI2",62.5,59,477,4.43,4.46,2.78 +"36610",0.32,"Ideal","D","SI2",61.8,55,477,4.38,4.42,2.72 +"36611",0.32,"Ideal","D","SI2",61.7,55,477,4.38,4.4,2.71 +"36612",0.32,"Premium","G","SI1",59.6,60,477,4.43,4.46,2.65 +"36613",0.32,"Premium","G","SI1",62.6,58,477,4.31,4.35,2.71 +"36614",0.32,"Premium","G","SI1",62.5,58,477,4.4,4.43,2.76 +"36615",0.34,"Premium","E","SI2",62.4,59,477,4.42,4.46,2.77 +"36616",0.32,"Very Good","G","SI1",61,61,477,4.38,4.41,2.68 +"36617",0.32,"Ideal","G","SI1",62.5,55,477,4.35,4.38,2.73 +"36618",0.32,"Ideal","D","SI2",59.8,57,477,4.4,4.46,2.65 +"36619",0.34,"Premium","E","SI2",59.9,59,477,4.55,4.57,2.73 +"36620",0.24,"Very Good","F","VVS2",62.5,56,478,3.98,4.02,2.5 +"36621",0.24,"Very Good","F","VVS2",62.1,58,478,3.96,4.03,2.48 +"36622",0.24,"Very Good","E","VVS2",62.8,58,478,3.92,3.95,2.47 +"36623",0.24,"Very Good","E","VVS2",61.1,60,478,4.01,4.07,2.47 +"36624",0.24,"Very Good","E","VVS2",57.7,61,478,4.12,4.13,2.38 +"36625",0.23,"Very Good","E","VVS2",60.6,55,478,4.02,4.07,2.45 +"36626",0.24,"Very Good","E","VVS2",60.6,62,478,4.03,4.06,2.45 +"36627",0.24,"Very Good","D","VVS2",61.9,58,478,4.02,4.03,2.49 +"36628",0.24,"Very Good","D","VVS2",61.5,58,478,3.96,3.98,2.44 +"36629",0.29,"Very Good","H","VVS1",62,55,478,4.24,4.27,2.64 +"36630",0.24,"Very Good","F","VVS1",61.8,58,478,3.95,3.98,2.45 +"36631",0.4,"Ideal","E","VS1",62.5,55,947,4.67,4.71,2.93 +"36632",0.53,"Ideal","I","SI2",61.8,54,947,5.22,5.24,3.23 +"36633",0.41,"Premium","D","SI1",59.2,62,947,4.85,4.82,2.86 +"36634",0.41,"Very Good","D","SI1",63.3,55,947,4.77,4.74,3.01 +"36635",0.41,"Very Good","D","SI1",63.2,58,947,4.77,4.72,3 +"36636",0.41,"Very Good","D","SI1",63.2,57,947,4.77,4.73,3 +"36637",0.41,"Very Good","D","SI1",63.4,55,947,4.72,4.68,2.98 +"36638",0.41,"Good","D","SI1",63.8,56,947,4.72,4.68,3 +"36639",0.33,"Very Good","D","VVS1",61.2,59,948,4.4,4.43,2.7 +"36640",0.42,"Ideal","D","VS2",62.6,56,948,4.76,4.8,2.99 +"36641",0.39,"Ideal","E","VS1",62,54,948,4.68,4.71,2.91 +"36642",0.39,"Ideal","E","VS1",62.2,55,948,4.67,4.7,2.91 +"36643",0.43,"Ideal","F","SI1",61.3,56,948,4.9,4.86,2.99 +"36644",0.43,"Premium","F","SI1",61.7,58,948,4.84,4.82,2.98 +"36645",0.43,"Good","F","SI1",63.8,57,948,4.82,4.8,3.07 +"36646",0.43,"Good","F","SI1",63.6,53,948,4.83,4.79,3.06 +"36647",0.43,"Premium","E","SI1",61.5,60,948,4.85,4.78,2.96 +"36648",0.43,"Very Good","E","SI1",63.1,56,948,4.83,4.8,3.04 +"36649",0.43,"Very Good","E","SI1",63.4,57,948,4.84,4.81,3.06 +"36650",0.43,"Very Good","E","SI1",63.2,57,948,4.84,4.78,3.04 +"36651",0.37,"Premium","F","VVS2",62.9,56,948,4.58,4.52,2.86 +"36652",0.35,"Premium","J","VS1",62.4,58,949,5.67,5.64,3.53 +"36653",0.35,"Premium","J","VS1",62.4,58,949,5.67,5.64,3.53 +"36654",0.4,"Premium","E","VS2",61.2,60,949,4.79,4.68,2.9 +"36655",0.3,"Very Good","E","IF",60.9,59,949,4.29,4.32,2.62 +"36656",0.41,"Good","D","VVS2",63.3,59,949,4.71,4.73,2.99 +"36657",0.3,"Ideal","E","VVS2",60.8,56,949,4.35,4.37,2.65 +"36658",0.3,"Ideal","E","VVS2",61.3,57,949,4.3,4.32,2.64 +"36659",0.3,"Ideal","E","VVS2",61.4,55,949,4.33,4.36,2.67 +"36660",0.3,"Ideal","E","VVS2",61.4,56,949,4.33,4.37,2.67 +"36661",0.38,"Ideal","H","VVS1",61.1,56,949,4.68,4.71,2.87 +"36662",0.38,"Ideal","G","VVS1",61.2,54,949,4.69,4.72,2.88 +"36663",0.31,"Ideal","D","VVS1",62.3,54,949,4.36,4.4,2.73 +"36664",0.41,"Ideal","G","VS2",60.9,56,949,4.82,4.84,2.94 +"36665",0.36,"Ideal","E","VS2",61.8,56,949,4.57,4.59,2.83 +"36666",0.4,"Ideal","E","VS2",62.6,56,949,4.67,4.69,2.93 +"36667",0.36,"Ideal","G","VS1",61.4,56,949,4.55,4.6,2.81 +"36668",0.3,"Ideal","D","VS1",61.8,57,949,4.27,4.3,2.65 +"36669",0.32,"Ideal","F","IF",60.9,56,949,4.42,4.44,2.7 +"36670",0.32,"Ideal","F","IF",61.2,57,949,4.4,4.42,2.7 +"36671",0.49,"Premium","E","SI2",61.7,57,949,5.08,5.06,3.13 +"36672",0.31,"Premium","H","IF",60.8,59,949,4.39,4.36,2.66 +"36673",0.5,"Fair","J","VS1",66.8,57,949,4.89,4.84,3.25 +"36674",0.33,"Ideal","E","VVS2",61,54,950,4.52,4.49,2.75 +"36675",0.3,"Premium","D","VVS2",60.7,59,950,4.34,4.33,2.63 +"36676",0.3,"Ideal","D","VVS2",59.5,56,950,4.42,4.38,2.62 +"36677",0.33,"Premium","E","VVS2",61.3,59,950,4.47,4.44,2.73 +"36678",0.37,"Ideal","E","VS1",60.9,56,950,4.65,4.68,2.84 +"36679",0.52,"Ideal","I","SI1",61.8,54,950,5.17,5.19,3.2 +"36680",0.4,"Ideal","D","SI1",62.5,55,950,4.73,4.71,2.95 +"36681",0.41,"Very Good","F","VS2",59.4,60,951,4.85,4.89,2.89 +"36682",0.4,"Very Good","F","VS1",62,56,951,4.71,4.73,2.92 +"36683",0.41,"Premium","F","VVS2",61.6,59,951,4.73,4.79,2.93 +"36684",0.4,"Ideal","E","VS1",62.2,58,951,4.72,4.74,2.94 +"36685",0.4,"Ideal","E","VS1",62.4,54,951,4.73,4.75,2.96 +"36686",0.43,"Ideal","G","SI1",61.1,57,951,4.88,4.9,2.99 +"36687",0.39,"Premium","E","VS2",61.3,61,951,4.7,4.66,2.87 +"36688",0.39,"Premium","E","VS2",61.4,58,951,4.73,4.68,2.89 +"36689",0.39,"Premium","G","VS1",61.7,62,951,4.69,4.65,2.88 +"36690",0.39,"Premium","E","VS2",60.1,61,951,4.76,4.72,2.85 +"36691",0.39,"Premium","E","VS2",62.5,60,951,4.67,4.64,2.91 +"36692",0.45,"Fair","E","VS2",65.8,58,951,4.81,4.74,3.14 +"36693",0.4,"Very Good","D","VS1",59.4,60,952,4.77,4.83,2.85 +"36694",0.39,"Ideal","G","VVS2",61.6,56.6,952,4.68,4.71,2.9 +"36695",0.39,"Ideal","G","VVS2",62,54.5,952,4.67,4.7,2.91 +"36696",0.39,"Ideal","G","VVS2",61.7,54.2,952,4.69,4.75,2.91 +"36697",0.39,"Ideal","G","VVS2",62.2,54,952,4.67,4.7,2.91 +"36698",0.34,"Ideal","G","IF",61.1,57,952,4.47,4.51,2.75 +"36699",0.34,"Ideal","G","IF",61.5,56,952,4.52,4.54,2.79 +"36700",0.4,"Good","G","VS1",59.6,61,952,4.82,4.85,2.88 +"36701",0.35,"Ideal","D","VS1",60.8,57,952,4.61,4.57,2.79 +"36702",0.43,"Ideal","J","IF",62.4,56,952,4.87,4.84,3.03 +"36703",0.4,"Very Good","D","VS2",63.5,55,952,4.69,4.66,2.97 +"36704",0.32,"Premium","G","IF",59.4,60,952,4.47,4.45,2.65 +"36705",0.32,"Premium","G","IF",61,59,952,4.41,4.38,2.68 +"36706",0.46,"Ideal","I","VS2",62.3,59,952,4.95,4.91,3.07 +"36707",0.47,"Ideal","J","VVS2",62.1,54.5,953,4.97,4.99,3.09 +"36708",0.46,"Ideal","J","VVS1",61.8,56,953,4.93,4.97,3.06 +"36709",0.46,"Ideal","J","VVS1",62.5,56,953,4.89,4.93,3.07 +"36710",0.46,"Ideal","F","SI1",62.5,56,953,4.92,4.94,3.08 +"36711",0.41,"Ideal","I","IF",61.1,57,953,4.78,4.81,2.93 +"36712",0.33,"Ideal","E","VVS2",61.8,56,953,4.46,4.44,2.75 +"36713",0.42,"Premium","E","SI1",60,61,953,4.88,4.85,2.92 +"36714",0.42,"Ideal","E","SI1",62.1,55,953,4.81,4.79,2.98 +"36715",0.56,"Premium","F","I1",62.6,60,953,5.3,5.15,3.27 +"36716",0.41,"Premium","E","SI2",61.7,58,953,4.8,4.76,2.95 +"36717",0.41,"Very Good","E","SI1",63.3,57,953,4.72,4.67,2.98 +"36718",0.42,"Very Good","G","VVS2",61.2,56,954,4.84,4.86,2.97 +"36719",0.4,"Very Good","H","VVS1",62.9,56,954,4.69,4.72,2.96 +"36720",0.41,"Very Good","E","VS1",62.2,58,954,4.74,4.78,2.96 +"36721",0.41,"Very Good","E","VS1",63.2,59,954,4.71,4.75,2.99 +"36722",0.4,"Very Good","D","VS1",60.8,59,954,4.74,4.76,2.89 +"36723",0.43,"Ideal","G","VVS2",62,55,954,4.86,4.89,3.02 +"36724",0.32,"Very Good","G","IF",62.4,55,954,4.4,4.42,2.75 +"36725",0.32,"Ideal","E","VVS1",61.7,55,954,4.39,4.42,2.72 +"36726",0.32,"Ideal","E","VVS1",60.9,57,954,4.42,4.45,2.7 +"36727",0.32,"Very Good","G","IF",62.9,55,954,4.37,4.41,2.76 +"36728",0.32,"Premium","G","IF",59.9,58,954,4.42,4.43,2.65 +"36729",0.32,"Very Good","G","IF",61.8,55,954,4.39,4.45,2.73 +"36730",0.32,"Ideal","E","VVS1",61.7,56,954,4.4,4.42,2.72 +"36731",0.32,"Premium","E","VVS1",60.5,58,954,4.42,4.47,2.69 +"36732",0.32,"Premium","G","IF",59.4,59,954,4.48,4.51,2.67 +"36733",0.32,"Ideal","G","IF",60.5,57,954,4.42,4.44,2.68 +"36734",0.32,"Ideal","E","VVS1",61.3,57,954,4.38,4.43,2.7 +"36735",0.32,"Ideal","G","IF",61.8,55,954,4.41,4.43,2.73 +"36736",0.32,"Very Good","E","VVS1",60.8,58,954,4.38,4.41,2.67 +"36737",0.32,"Ideal","E","VVS1",61.9,55,954,4.38,4.41,2.72 +"36738",0.32,"Ideal","G","IF",61.2,57,954,4.4,4.43,2.7 +"36739",0.32,"Premium","G","IF",62,60,954,4.37,4.41,2.72 +"36740",0.32,"Premium","E","VVS1",61.8,59,954,4.35,4.39,2.7 +"36741",0.32,"Ideal","G","IF",60.9,56,954,4.41,4.43,2.69 +"36742",0.32,"Ideal","E","VVS1",61.6,56,954,4.41,4.42,2.72 +"36743",0.38,"Ideal","F","VVS2",60.9,58,954,4.66,4.7,2.85 +"36744",0.38,"Ideal","D","VS2",61.5,56,954,4.66,4.7,2.88 +"36745",0.41,"Good","E","VS1",61.3,61,954,4.77,4.79,2.93 +"36746",0.4,"Good","D","VS1",60.5,63,954,4.75,4.77,2.88 +"36747",0.33,"Ideal","F","VVS1",61.8,57,955,4.44,4.46,2.75 +"36748",0.33,"Ideal","F","VVS1",61.9,56,955,4.42,4.47,2.75 +"36749",0.33,"Ideal","F","VVS1",61.7,57,955,4.44,4.47,2.75 +"36750",0.33,"Ideal","F","VVS1",61.9,55,955,4.42,4.44,2.74 +"36751",0.33,"Ideal","D","VVS2",60.9,57,955,4.46,4.48,2.72 +"36752",0.33,"Ideal","F","VVS1",62.4,55,955,4.44,4.47,2.78 +"36753",0.33,"Ideal","F","VVS1",62.4,55,955,4.4,4.42,2.75 +"36754",0.33,"Ideal","F","VVS1",61.8,57,955,4.43,4.47,2.75 +"36755",0.33,"Ideal","D","VVS2",61.1,56,955,4.44,4.46,2.72 +"36756",0.38,"Ideal","G","VS2",60.6,57,955,4.7,4.73,2.86 +"36757",0.38,"Ideal","H","VS1",61.7,55,955,4.65,4.7,2.89 +"36758",0.38,"Ideal","D","VS1",61,57,955,4.66,4.69,2.85 +"36759",0.51,"Premium","F","SI2",62.3,62,956,5.09,5.02,3.15 +"36760",0.52,"Ideal","H","SI2",60.5,56,956,5.25,5.23,3.17 +"36761",0.56,"Very Good","H","SI2",62,63,956,5.26,5.21,3.27 +"36762",0.51,"Very Good","I","SI2",61.2,56,956,5.12,5.14,3.14 +"36763",0.35,"Ideal","F","VVS2",62.1,56,956,4.56,4.52,2.82 +"36764",0.3,"Ideal","E","VVS1",61.2,57,956,4.36,4.33,2.66 +"36765",0.3,"Ideal","E","VVS1",60.5,57,956,4.39,4.34,2.64 +"36766",0.3,"Premium","E","VVS1",60,60,956,4.38,4.35,2.62 +"36767",0.3,"Ideal","E","VVS1",60.1,57,956,4.41,4.38,2.64 +"36768",0.39,"Premium","F","VS1",61.7,58,956,4.71,4.69,2.9 +"36769",0.34,"Ideal","E","VS2",62.1,54,956,4.52,4.5,2.8 +"36770",0.34,"Ideal","F","VS1",62.2,56,956,4.47,4.44,2.77 +"36771",0.34,"Ideal","G","VVS1",62.1,57,956,4.47,4.45,2.77 +"36772",0.3,"Premium","E","VVS1",61.3,59,956,4.33,4.28,2.64 +"36773",0.3,"Ideal","E","VVS1",61.4,56,956,4.37,4.33,2.67 +"36774",0.34,"Premium","F","VS1",60.4,58,956,4.53,4.51,2.73 +"36775",0.34,"Ideal","F","VS1",62.1,57,956,4.53,4.49,2.8 +"36776",0.3,"Ideal","G","IF",62,56,956,4.31,4.3,2.67 +"36777",0.3,"Ideal","E","VVS1",60.6,57,956,4.35,4.33,2.63 +"36778",0.3,"Ideal","E","VVS1",61.5,57,956,4.35,4.33,2.67 +"36779",0.3,"Ideal","E","VVS1",61.8,56,956,4.31,4.3,2.66 +"36780",0.51,"Premium","J","SI1",61.7,56,956,5.17,5.14,3.18 +"36781",0.39,"Very Good","G","VVS2",63.4,57,956,4.65,4.62,2.94 +"36782",0.39,"Ideal","F","VS1",60.9,56,956,4.75,4.68,2.87 +"36783",0.35,"Premium","H","VVS1",60.1,62,956,4.57,4.52,2.73 +"36784",0.34,"Ideal","G","VVS1",62.1,55,956,4.49,4.46,2.78 +"36785",0.34,"Ideal","G","VVS1",62.5,53,956,4.49,4.47,2.8 +"36786",0.34,"Premium","E","VS2",60.9,60,956,4.51,4.49,2.74 +"36787",0.34,"Premium","E","VS2",58.8,59,956,4.59,4.56,2.69 +"36788",0.34,"Ideal","E","VS2",62.1,55,956,4.49,4.47,2.78 +"36789",0.34,"Ideal","E","VS2",62.2,55,956,4.49,4.48,2.79 +"36790",0.34,"Ideal","E","VS2",62.4,54,956,4.49,4.48,2.8 +"36791",0.34,"Premium","E","VS2",61,59,956,4.51,4.48,2.74 +"36792",0.34,"Ideal","E","VS2",62.4,55,956,4.53,4.48,2.81 +"36793",0.34,"Ideal","E","VS2",62.6,57,956,4.47,4.45,2.79 +"36794",0.34,"Premium","E","VS2",61.1,60,956,4.48,4.45,2.73 +"36795",0.34,"Ideal","E","VS2",62.4,56,956,4.49,4.45,2.79 +"36796",0.34,"Ideal","E","VS2",62.5,55,956,4.5,4.46,2.8 +"36797",0.34,"Premium","E","VS2",62.6,58,956,4.45,4.43,2.78 +"36798",0.34,"Ideal","E","VS2",62.6,55,956,4.45,4.43,2.78 +"36799",0.34,"Premium","E","VS2",62.8,58,956,4.45,4.43,2.79 +"36800",0.34,"Premium","E","VS2",61.9,58,956,4.45,4.43,2.75 +"36801",0.3,"Premium","G","IF",60,59,956,4.34,4.32,2.6 +"36802",0.3,"Premium","G","IF",61,62,956,4.34,4.32,2.64 +"36803",0.3,"Ideal","G","IF",61.4,57,956,4.37,4.33,2.67 +"36804",0.3,"Premium","G","IF",60.2,58,956,4.39,4.35,2.63 +"36805",0.3,"Ideal","G","IF",62.1,55,956,4.35,4.31,2.69 +"36806",0.3,"Ideal","G","IF",62.8,57,956,4.32,4.28,2.7 +"36807",0.3,"Ideal","G","IF",60.9,57,956,4.32,4.29,2.62 +"36808",0.3,"Premium","G","IF",61.6,60,956,4.32,4.29,2.65 +"36809",0.3,"Ideal","G","IF",61.7,55,956,4.34,4.31,2.67 +"36810",0.3,"Ideal","G","IF",62.8,57,956,4.3,4.27,2.69 +"36811",0.3,"Ideal","G","IF",62.6,57,956,4.32,4.28,2.69 +"36812",0.3,"Premium","G","IF",62.9,58,956,4.25,4.21,2.66 +"36813",0.3,"Good","G","IF",63.8,55,956,4.28,4.24,2.72 +"36814",0.3,"Ideal","G","IF",63,53,956,4.3,4.24,2.69 +"36815",0.3,"Very Good","G","IF",63.5,55,956,4.28,4.26,2.71 +"36816",0.51,"Premium","I","SI2",60.4,59,956,5.2,5.17,3.13 +"36817",0.51,"Premium","F","SI2",62.9,59,956,5.11,5.07,3.2 +"36818",0.7,"Fair","G","I1",67.3,57,956,5.53,5.38,3.68 +"36819",0.7,"Fair","G","I1",67.3,59,956,5.51,5.45,3.69 +"36820",0.7,"Fair","G","I1",65.2,58,956,5.57,5.49,3.61 +"36821",0.7,"Fair","G","I1",64.3,62,956,5.59,5.49,3.57 +"36822",0.7,"Fair","G","I1",66.7,55,956,5.64,5.49,3.71 +"36823",0.33,"Very Good","E","IF",61.8,55,957,4.47,4.52,2.78 +"36824",0.3,"Very Good","E","IF",61.8,54,957,4.34,4.37,2.69 +"36825",0.44,"Ideal","I","VVS2",61.1,57,957,4.91,4.95,3.01 +"36826",0.56,"Very Good","J","SI1",60.3,59,957,5.3,5.34,3.21 +"36827",0.41,"Good","E","VVS1",64.3,54,957,4.68,4.72,3.02 +"36828",0.36,"Ideal","D","VVS2",61.9,53,957,4.57,4.6,2.84 +"36829",0.33,"Ideal","F","IF",62.2,53,957,4.46,4.48,2.78 +"36830",0.33,"Ideal","F","IF",61.2,56,957,4.48,4.5,2.75 +"36831",0.3,"Ideal","E","IF",61.3,58,957,4.28,4.33,2.64 +"36832",0.3,"Ideal","E","IF",61.1,57,957,4.31,4.33,2.64 +"36833",0.3,"Ideal","E","IF",61.2,58,957,4.31,4.38,2.66 +"36834",0.3,"Ideal","E","IF",62.2,55,957,4.32,4.36,2.7 +"36835",0.34,"Good","D","VVS1",57.4,62,957,4.67,4.71,2.69 +"36836",0.37,"Premium","H","VVS2",62.2,59,957,4.56,4.54,2.83 +"36837",0.37,"Premium","H","VVS2",61.3,58,957,4.63,4.6,2.83 +"36838",0.37,"Premium","G","VS1",61.5,58,957,4.6,4.57,2.82 +"36839",0.37,"Premium","G","VS1",61.4,58,957,4.61,4.58,2.82 +"36840",0.37,"Premium","G","VS1",59.2,61,957,4.7,4.63,2.76 +"36841",0.37,"Very Good","G","VS1",63.1,56,957,4.59,4.57,2.89 +"36842",0.37,"Premium","F","VS2",61.2,58,957,4.69,4.63,2.85 +"36843",0.37,"Premium","F","VS2",59.7,59,957,4.68,4.64,2.78 +"36844",0.37,"Ideal","F","VS2",60.6,56,957,4.64,4.63,2.81 +"36845",0.37,"Premium","F","VS2",59.8,59,957,4.66,4.63,2.78 +"36846",0.37,"Premium","F","VS2",60.6,58,957,4.67,4.63,2.82 +"36847",0.37,"Ideal","F","VS2",61.1,57,957,4.67,4.63,2.84 +"36848",0.37,"Premium","F","VS2",61.2,60,957,4.63,4.59,2.82 +"36849",0.37,"Ideal","F","VS2",61.4,56,957,4.63,4.59,2.83 +"36850",0.37,"Premium","F","VS2",61,58,957,4.63,4.61,2.82 +"36851",0.37,"Very Good","F","VS2",63.3,56,957,4.63,4.56,2.91 +"36852",0.37,"Premium","F","VS2",61.9,59,957,4.61,4.57,2.84 +"36853",0.37,"Premium","F","VS2",62.7,58,957,4.58,4.55,2.86 +"36854",0.37,"Premium","F","VS2",61.9,58,957,4.6,4.54,2.83 +"36855",0.33,"Ideal","D","VS1",60.9,57,957,4.5,4.47,2.73 +"36856",0.31,"Very Good","E","IF",61.6,54,958,4.38,4.42,2.71 +"36857",0.5,"Good","D","SI2",58.5,64,958,5.2,5.12,3.02 +"36858",0.5,"Good","D","SI2",63.1,56,958,5.05,4.96,3.16 +"36859",0.42,"Very Good","E","VS2",62.8,59,958,4.76,4.8,3 +"36860",0.42,"Ideal","E","VS2",61.8,57,958,4.77,4.81,2.96 +"36861",0.42,"Ideal","E","VS2",62.4,55,958,4.79,4.83,3 +"36862",0.42,"Premium","E","VS2",60.9,59,958,4.81,4.85,2.94 +"36863",0.42,"Ideal","E","VS2",62.4,55,958,4.79,4.8,2.99 +"36864",0.39,"Ideal","F","VS1",62.2,56,958,4.63,4.7,2.9 +"36865",0.39,"Premium","D","VS2",61.3,58,958,4.7,4.73,2.89 +"36866",0.39,"Very Good","D","VS2",60.2,59,958,4.74,4.76,2.86 +"36867",0.42,"Ideal","E","VS2",62.4,55,958,4.79,4.83,3 +"36868",0.42,"Ideal","E","VS2",62,55,958,4.8,4.82,2.98 +"36869",0.42,"Premium","E","VS2",61,60,958,4.82,4.85,2.95 +"36870",0.42,"Ideal","E","VS2",61.3,56,958,4.81,4.85,2.96 +"36871",0.39,"Very Good","G","VVS2",60.7,61,958,4.7,4.73,2.86 +"36872",0.42,"Premium","E","VS2",61,59,958,4.82,4.85,2.95 +"36873",0.42,"Ideal","E","VS2",62.3,55,958,4.77,4.83,2.99 +"36874",0.42,"Ideal","E","VS2",62.2,55,958,4.79,4.83,2.99 +"36875",0.42,"Very Good","E","VS2",61.9,59,958,4.75,4.81,2.96 +"36876",0.39,"Ideal","F","VS1",62.3,57,958,4.65,4.69,2.91 +"36877",0.39,"Premium","D","VS2",61.4,60,958,4.7,4.72,2.89 +"36878",0.42,"Ideal","E","VS2",62.1,56,958,4.77,4.8,2.97 +"36879",0.42,"Ideal","E","VS2",61.7,56,958,4.8,4.82,2.97 +"36880",0.5,"Ideal","H","SI2",62.9,57,958,5.04,5.01,3.16 +"36881",0.5,"Premium","H","SI2",61,58,958,5.14,5.05,3.11 +"36882",0.32,"Ideal","F","IF",61.2,57,958,4.44,4.45,2.72 +"36883",0.31,"Ideal","E","IF",62.2,53,958,4.35,4.4,2.72 +"36884",0.4,"Very Good","E","VS1",62.9,56,959,4.67,4.71,2.95 +"36885",0.51,"Good","I","SI1",63.1,56,959,5.06,5.14,3.22 +"36886",0.34,"Ideal","F","VVS1",61.7,55,959,4.51,4.5,2.78 +"36887",0.55,"Ideal","H","SI2",61.4,55,959,5.27,5.29,3.24 +"36888",0.35,"Ideal","G","IF",60.7,57,959,4.59,4.61,2.79 +"36889",0.35,"Ideal","G","IF",60.2,57,959,4.6,4.64,2.78 +"36890",0.5,"Good","J","SI1",59.6,60,959,5.15,5.18,3.08 +"36891",0.31,"Ideal","F","VVS1",61.8,56,959,4.36,4.34,2.69 +"36892",0.31,"Ideal","F","VVS1",62.1,56,959,4.38,4.35,2.71 +"36893",0.31,"Premium","F","VVS1",62.4,60,959,4.31,4.28,2.68 +"36894",0.31,"Ideal","F","VVS1",62.4,57,959,4.32,4.3,2.69 +"36895",0.31,"Premium","F","VVS1",61.8,59,959,4.35,4.33,2.68 +"36896",0.33,"Ideal","H","IF",61,55,959,4.5,4.49,2.74 +"36897",0.33,"Ideal","H","IF",60.5,56,959,4.54,4.52,2.74 +"36898",0.33,"Ideal","H","IF",60.6,57,959,4.51,4.5,2.73 +"36899",0.4,"Ideal","E","VS1",62.1,55,960,4.79,4.75,2.96 +"36900",0.41,"Very Good","E","VS2",62.5,56,960,4.75,4.79,2.98 +"36901",0.41,"Ideal","G","VVS2",60.9,56,960,4.81,4.84,2.94 +"36902",0.37,"Ideal","F","VVS1",61.3,55,960,4.62,4.65,2.84 +"36903",0.4,"Ideal","F","VS1",61.4,57,960,4.74,4.77,2.92 +"36904",0.48,"Premium","G","SI1",59.7,59,960,5.07,5.04,3.02 +"36905",0.4,"Fair","G","SI1",59.9,67,960,4.81,4.77,2.87 +"36906",0.32,"Ideal","E","VS2",60.2,57,960,4.51,4.46,2.7 +"36907",0.42,"Ideal","G","VVS2",62.3,53,961,4.83,4.86,3.02 +"36908",0.42,"Ideal","D","VS2",61.5,55,961,4.83,4.86,2.98 +"36909",0.42,"Ideal","I","IF",62.1,54,961,4.82,4.84,3 +"36910",0.42,"Ideal","I","IF",61.7,55,961,4.83,4.86,2.99 +"36911",0.42,"Ideal","I","IF",62,54,961,4.82,4.85,3 +"36912",0.34,"Ideal","D","VS1",62.6,56,961,4.52,4.49,2.82 +"36913",0.41,"Premium","H","VVS2",62.2,58,961,4.74,4.71,2.94 +"36914",0.41,"Ideal","H","VVS2",62.5,56,961,4.77,4.74,2.97 +"36915",0.41,"Ideal","H","VVS2",62,56,961,4.78,4.74,2.95 +"36916",0.41,"Premium","G","VS1",60.7,58,961,4.83,4.79,2.92 +"36917",0.41,"Premium","G","VS1",60.2,59,961,4.84,4.79,2.9 +"36918",0.41,"Ideal","G","VS1",60.8,57,961,4.84,4.8,2.93 +"36919",0.41,"Premium","G","VS1",60.5,57,961,4.85,4.81,2.92 +"36920",0.41,"Ideal","G","VS1",59.8,57,961,4.86,4.81,2.89 +"36921",0.41,"Premium","G","VS1",62.3,56,961,4.8,4.77,2.98 +"36922",0.41,"Premium","G","VS1",60,61,961,4.86,4.77,2.89 +"36923",0.41,"Ideal","G","VS1",61.4,55,961,4.8,4.78,2.94 +"36924",0.41,"Ideal","G","VS1",61.7,57,961,4.81,4.78,2.96 +"36925",0.41,"Ideal","G","VS1",60.8,56,961,4.82,4.79,2.92 +"36926",0.41,"Premium","G","VS1",61.9,58,961,4.78,4.75,2.95 +"36927",0.41,"Premium","G","VS1",60.5,58,961,4.8,4.76,2.89 +"36928",0.41,"Premium","G","VS1",61.5,58,961,4.8,4.76,2.94 +"36929",0.41,"Ideal","G","VS1",61.9,57,961,4.81,4.76,2.96 +"36930",0.41,"Ideal","G","VS1",61.5,56,961,4.79,4.77,2.94 +"36931",0.24,"Very Good","F","VVS1",60.6,60,478,4.03,4.06,2.45 +"36932",0.24,"Very Good","F","VVS1",59.4,60,478,4.04,4.08,2.41 +"36933",0.24,"Very Good","F","VVS1",57.2,63,478,4.1,4.15,2.36 +"36934",0.23,"Very Good","E","VVS1",62.5,54,478,3.94,3.96,2.47 +"36935",0.24,"Very Good","E","VVS1",63.4,57,478,3.91,3.95,2.49 +"36936",0.23,"Very Good","E","VVS1",61.2,57,478,3.96,3.98,2.43 +"36937",0.23,"Very Good","E","VVS1",62.9,58,478,3.94,3.95,2.48 +"36938",0.23,"Very Good","E","VVS1",60.2,59,478,3.97,4.01,2.4 +"36939",0.23,"Very Good","E","VVS1",61.7,59,478,3.97,4,2.46 +"36940",0.24,"Very Good","D","VVS1",59.2,59,478,4.04,4.1,2.41 +"36941",0.23,"Very Good","D","VVS1",63.3,57,478,3.9,3.93,2.48 +"36942",0.34,"Very Good","F","SI2",60.6,58,478,4.55,4.57,2.76 +"36943",0.26,"Ideal","H","VVS2",61.8,55.7,478,4.08,4.1,2.53 +"36944",0.35,"Ideal","J","VS1",61.5,56,478,4.56,4.58,2.81 +"36945",0.26,"Ideal","G","VS1",62.1,55,478,4.09,4.12,2.55 +"36946",0.23,"Good","D","VVS1",64.8,58,478,3.83,3.85,2.49 +"36947",0.32,"Ideal","H","SI1",61.8,55,479,4.39,4.41,2.72 +"36948",0.32,"Ideal","H","SI1",61,56,479,4.4,4.42,2.69 +"36949",0.3,"Very Good","D","SI1",58.8,63,479,4.32,4.35,2.55 +"36950",0.28,"Very Good","H","VVS1",58.5,61,480,4.27,4.31,2.51 +"36951",0.25,"Very Good","E","VS2",61.3,57,480,4.05,4.08,2.49 +"36952",0.25,"Very Good","F","VS1",60.7,57,480,4.06,4.09,2.47 +"36953",0.27,"Ideal","I","VVS2",61.3,56,480,4.15,4.17,2.55 +"36954",0.27,"Ideal","I","VVS2",61.6,55,480,4.17,4.21,2.58 +"36955",0.33,"Ideal","I","VS2",62.3,54,480,4.45,4.48,2.78 +"36956",0.33,"Ideal","I","VS2",61.4,56,480,4.45,4.48,2.74 +"36957",0.27,"Ideal","H","VS1",61.6,56,480,4.16,4.19,2.57 +"36958",0.27,"Ideal","H","VS1",61.6,56,480,4.18,4.2,2.58 +"36959",0.28,"Good","H","VVS1",56,64,480,4.38,4.41,2.46 +"36960",0.32,"Very Good","J","SI1",63.2,56,480,4.36,4.31,2.74 +"36961",0.41,"Premium","G","VS1",61.7,57,961,4.78,4.75,2.94 +"36962",0.41,"Premium","G","VS1",61.9,60,961,4.76,4.7,2.93 +"36963",0.41,"Premium","G","VS1",62.4,57,961,4.74,4.71,2.95 +"36964",0.41,"Premium","G","VS1",62.1,60,961,4.78,4.72,2.95 +"36965",0.41,"Premium","G","VS1",62.5,59,961,4.77,4.73,2.97 +"36966",0.41,"Ideal","G","VS1",61.6,57,961,4.77,4.74,2.93 +"36967",0.41,"Premium","G","VS1",62.7,57,961,4.77,4.74,2.98 +"36968",0.41,"Ideal","G","VS1",62.4,57,961,4.75,4.7,2.95 +"36969",0.41,"Premium","G","VS1",62.6,58,961,4.75,4.7,2.96 +"36970",0.34,"Ideal","D","VS1",60.7,57,961,4.55,4.51,2.75 +"36971",0.39,"Very Good","E","VVS2",62.2,55,962,4.66,4.7,2.91 +"36972",0.42,"Ideal","G","VVS2",61.4,54,962,4.81,4.9,2.98 +"36973",0.41,"Ideal","H","VS1",61.8,56,962,4.78,4.73,2.94 +"36974",0.38,"Good","G","VS1",63.9,60,962,4.59,4.52,2.91 +"36975",0.43,"Premium","D","VS2",59.7,59,963,4.93,4.89,2.93 +"36976",0.4,"Very Good","F","VVS2",63,57,963,4.63,4.7,2.94 +"36977",0.4,"Very Good","D","VS1",63.2,60,963,4.65,4.69,2.95 +"36978",0.42,"Premium","G","VVS2",61.6,60,963,4.8,4.85,2.97 +"36979",0.5,"Good","J","VS2",57.7,60,963,5.28,5.26,3.04 +"36980",0.38,"Ideal","F","VVS2",62,55,963,4.66,4.7,2.9 +"36981",0.38,"Ideal","F","VVS2",61.3,55,963,4.71,4.72,2.89 +"36982",0.38,"Ideal","F","VVS2",60.8,58,963,4.69,4.72,2.86 +"36983",0.38,"Ideal","F","VVS2",60.8,53,963,4.72,4.76,2.88 +"36984",0.24,"Ideal","F","VVS1",61.1,56,963,4.01,4.05,2.47 +"36985",0.5,"Very Good","J","SI1",63.3,60,963,4.99,4.97,3.15 +"36986",0.38,"Ideal","E","VS2",61.9,57,963,4.66,4.61,2.87 +"36987",0.51,"Good","H","SI2",63.7,61,964,4.99,4.96,3.17 +"36988",0.51,"Premium","H","SI2",60,62,964,5.18,5.15,3.1 +"36989",0.41,"Premium","E","VS1",60.7,59,964,4.77,4.79,2.9 +"36990",0.41,"Ideal","E","VS1",62.2,55,964,4.76,4.79,2.97 +"36991",0.33,"Ideal","F","VVS1",61.5,56,964,4.46,4.49,2.75 +"36992",0.54,"Ideal","I","SI2",61.8,54,964,5.24,5.27,3.25 +"36993",0.5,"Ideal","H","SI2",62.4,55,964,5.09,5.11,3.18 +"36994",0.5,"Ideal","H","SI2",62.3,53,964,5.1,5.14,3.19 +"36995",0.54,"Ideal","J","SI1",62.5,54,964,5.22,5.25,3.27 +"36996",0.41,"Ideal","G","SI1",61.1,56,964,4.82,4.84,2.95 +"36997",0.41,"Ideal","G","SI1",61.6,55,964,4.81,4.84,2.97 +"36998",0.35,"Ideal","D","VS2",60.6,57,964,4.63,4.58,2.79 +"36999",0.39,"Very Good","F","VVS2",61.7,56,965,4.7,4.74,2.91 +"37000",0.44,"Premium","G","VS1",62.3,59,965,4.82,4.87,3.02 +"37001",0.5,"Good","J","VS2",63.2,60,965,5.01,5.06,3.18 +"37002",0.5,"Premium","I","SI1",61.7,58,965,5.09,5.15,3.16 +"37003",0.55,"Very Good","J","SI1",62.5,57,965,5.22,5.24,3.27 +"37004",0.3,"Premium","D","VVS2",62.4,58,965,4.3,4.26,2.67 +"37005",0.3,"Ideal","D","VVS2",62.9,56,965,4.29,4.27,2.69 +"37006",0.33,"Ideal","H","VVS1",61.7,56,965,4.48,4.46,2.76 +"37007",0.33,"Premium","H","VVS1",61.4,59,965,4.44,4.42,2.72 +"37008",0.33,"Ideal","H","VVS1",62.1,55,965,4.44,4.42,2.75 +"37009",0.33,"Ideal","H","VVS1",62.2,55,965,4.44,4.4,2.75 +"37010",0.33,"Premium","G","VVS2",60.6,58,965,4.5,4.47,2.72 +"37011",0.33,"Ideal","G","VVS2",60.1,57,965,4.51,4.48,2.7 +"37012",0.33,"Premium","G","VVS2",59.5,60,965,4.55,4.52,2.7 +"37013",0.33,"Very Good","G","VVS2",60,63,965,4.49,4.45,2.68 +"37014",0.33,"Premium","G","VVS2",60.9,59,965,4.49,4.45,2.72 +"37015",0.33,"Ideal","G","VVS2",61.5,56,965,4.49,4.45,2.75 +"37016",0.33,"Premium","G","VVS2",60.9,57,965,4.5,4.43,2.72 +"37017",0.33,"Premium","G","VVS2",61,58,965,4.48,4.44,2.72 +"37018",0.33,"Ideal","G","VVS2",61.7,56,965,4.46,4.42,2.74 +"37019",0.33,"Ideal","G","VVS2",61.7,55,965,4.46,4.42,2.74 +"37020",0.33,"Ideal","G","VVS2",62.7,55,965,4.46,4.41,2.78 +"37021",0.33,"Premium","G","VVS2",61.2,57,965,4.44,4.42,2.71 +"37022",0.33,"Premium","G","VVS2",61.7,58,965,4.42,4.39,2.72 +"37023",0.33,"Premium","G","VVS2",61.7,59,965,4.42,4.39,2.72 +"37024",0.33,"Premium","G","VVS2",61.9,58,965,4.43,4.39,2.73 +"37025",0.33,"Ideal","G","VVS2",62.5,54,965,4.45,4.41,2.77 +"37026",0.33,"Premium","G","VVS2",62,59,965,4.46,4.41,2.75 +"37027",0.33,"Ideal","G","VVS2",63,57,965,4.42,4.38,2.77 +"37028",0.3,"Good","F","VVS1",63.7,59,965,4.24,4.17,2.68 +"37029",0.49,"Premium","H","VS2",59.6,62,965,5.17,5.14,3.07 +"37030",0.33,"Premium","G","VVS2",62.8,57,965,4.47,4.39,2.78 +"37031",0.35,"Very Good","F","VVS1",61.6,56,966,4.53,4.55,2.79 +"37032",0.42,"Premium","F","SI1",60.6,58,966,4.89,4.81,2.94 +"37033",0.4,"Premium","G","VS2",61.9,58,966,4.76,4.74,2.94 +"37034",0.4,"Premium","G","VS2",60.4,58,966,4.78,4.75,2.88 +"37035",0.4,"Very Good","D","VS1",63.3,57,967,4.66,4.72,2.97 +"37036",0.4,"Very Good","D","VS1",64.2,57,967,4.67,4.7,3.01 +"37037",0.4,"Very Good","D","VS1",63.1,55,967,4.7,4.74,2.98 +"37038",0.38,"Premium","H","VVS1",61.2,60,967,4.68,4.7,2.87 +"37039",0.38,"Very Good","H","VVS1",59.1,58,967,4.71,4.76,2.8 +"37040",0.38,"Good","H","VVS1",63.3,58,967,4.57,4.62,2.91 +"37041",0.4,"Ideal","G","VVS1",61.7,57,967,4.75,4.78,2.94 +"37042",0.34,"Ideal","F","VVS1",61.4,57,967,4.5,4.53,2.77 +"37043",0.34,"Ideal","F","VVS1",62,56,967,4.45,4.49,2.77 +"37044",0.34,"Ideal","D","VS2",61,56,967,4.51,4.54,2.76 +"37045",0.34,"Ideal","D","VS2",61.4,55,967,4.51,4.54,2.78 +"37046",0.46,"Good","E","SI1",62.7,58,967,4.87,4.92,3.07 +"37047",0.35,"Ideal","E","VVS1",61.8,56,967,4.53,4.5,2.79 +"37048",0.35,"Ideal","E","VVS1",61.9,56,967,4.55,4.53,2.81 +"37049",0.31,"Ideal","E","VS1",61.2,55,967,4.42,4.4,2.7 +"37050",0.32,"Premium","E","IF",60,61,967,4.5,4.46,2.69 +"37051",0.36,"Very Good","E","VVS2",61.8,58,968,4.55,4.58,2.82 +"37052",0.4,"Very Good","H","VVS1",63.9,57,968,4.62,4.68,2.97 +"37053",0.46,"Very Good","E","SI1",61.8,57,968,4.93,4.98,3.06 +"37054",0.38,"Ideal","E","VS2",61.5,54,968,4.67,4.69,2.88 +"37055",0.33,"Ideal","G","IF",61.7,58,968,4.42,4.46,2.74 +"37056",0.43,"Ideal","G","SI1",62.9,55,968,4.87,4.83,3.05 +"37057",0.43,"Ideal","I","VVS1",62.2,57,968,4.84,4.81,3 +"37058",0.43,"Ideal","I","VVS1",63,56,968,4.86,4.83,3.05 +"37059",0.43,"Premium","G","SI1",62.7,56,968,4.83,4.8,3.02 +"37060",0.43,"Premium","G","SI1",60.4,58,968,4.9,4.87,2.95 +"37061",0.43,"Premium","F","VS2",61.2,59,968,4.87,4.84,2.97 +"37062",0.43,"Premium","F","VS2",61.1,57,968,4.9,4.86,2.98 +"37063",0.43,"Ideal","F","VS2",61.1,56,968,4.91,4.88,2.99 +"37064",0.43,"Premium","F","VS2",59.8,58,968,4.94,4.89,2.94 +"37065",0.43,"Premium","F","VS2",61,57,968,4.87,4.84,2.96 +"37066",0.43,"Premium","F","VS2",61.3,59,968,4.84,4.81,2.96 +"37067",0.43,"Premium","G","SI1",62.3,59,968,4.81,4.79,2.99 +"37068",0.42,"Ideal","H","VVS1",61.8,55,969,4.8,4.85,2.98 +"37069",0.48,"Ideal","G","SI1",61.4,56,969,5.02,5.07,3.1 +"37070",0.55,"Good","J","VS1",63.8,61,969,5.09,5.12,3.26 +"37071",0.41,"Ideal","F","SI1",62.8,57,969,4.73,4.69,2.96 +"37072",0.41,"Good","I","VS1",63.7,57,969,4.72,4.67,2.99 +"37073",0.41,"Ideal","I","VS1",60.9,53,969,4.85,4.8,2.94 +"37074",0.41,"Premium","F","SI1",59.8,59,969,4.85,4.82,2.89 +"37075",0.41,"Premium","F","SI1",61,60,969,4.81,4.77,2.92 +"37076",0.41,"Premium","F","SI1",61.8,58,969,4.76,4.75,2.94 +"37077",0.41,"Premium","F","SI1",62.6,55,969,4.78,4.74,2.98 +"37078",0.41,"Ideal","F","SI1",62.9,56,969,4.73,4.71,2.97 +"37079",0.41,"Ideal","F","SI1",62.7,57,969,4.74,4.7,2.96 +"37080",0.41,"Good","F","SI1",63.9,56,969,4.74,4.68,3.01 +"37081",0.41,"Very Good","F","SI1",63.3,57,969,4.72,4.69,2.98 +"37082",0.41,"Very Good","F","SI1",63.2,59,969,4.72,4.68,2.97 +"37083",0.41,"Premium","E","SI1",60.2,60,969,4.82,4.78,2.89 +"37084",0.41,"Premium","E","SI1",61,59,969,4.82,4.78,2.93 +"37085",0.41,"Premium","E","SI1",60.1,60,969,4.83,4.79,2.89 +"37086",0.41,"Premium","E","SI1",61.4,56,969,4.81,4.77,2.94 +"37087",0.41,"Premium","E","SI1",60.5,61,969,4.8,4.78,2.9 +"37088",0.41,"Ideal","E","SI1",62.1,54,969,4.81,4.76,2.97 +"37089",0.41,"Ideal","E","SI1",62.5,57,969,4.79,4.74,2.98 +"37090",0.41,"Premium","E","SI1",62.4,58,969,4.77,4.75,2.97 +"37091",0.41,"Premium","E","SI1",61.3,58,969,4.8,4.76,2.93 +"37092",0.41,"Ideal","E","SI1",62.6,57,969,4.73,4.72,2.96 +"37093",0.41,"Ideal","E","SI1",62.9,56,969,4.76,4.72,2.98 +"37094",0.41,"Ideal","E","SI1",62.9,57,969,4.76,4.72,2.98 +"37095",0.41,"Very Good","E","SI1",63.3,57,969,4.75,4.73,3 +"37096",0.41,"Ideal","E","SI1",62.5,55,969,4.77,4.73,2.97 +"37097",0.41,"Ideal","E","SI1",62.9,57,969,4.78,4.73,2.99 +"37098",0.41,"Premium","E","SI1",62.8,59,969,4.75,4.74,2.98 +"37099",0.41,"Ideal","E","SI1",62.7,57,969,4.77,4.74,2.98 +"37100",0.41,"Ideal","E","SI1",62.4,55,969,4.78,4.74,2.97 +"37101",0.41,"Good","E","SI1",63.9,58,969,4.72,4.7,3.01 +"37102",0.41,"Very Good","E","SI1",63.5,57,969,4.73,4.69,2.99 +"37103",0.31,"Premium","E","VVS1",58.9,59,969,4.48,4.41,2.62 +"37104",0.38,"Ideal","G","SI1",62.1,54,969,4.67,4.64,2.9 +"37105",0.38,"Ideal","G","SI1",61.8,54,969,4.69,4.67,2.9 +"37106",0.38,"Ideal","G","SI1",62,55,969,4.67,4.64,2.89 +"37107",0.38,"Ideal","F","VS2",62.4,54,969,4.65,4.6,2.89 +"37108",0.38,"Ideal","F","VS2",61.9,55,969,4.69,4.63,2.89 +"37109",0.38,"Ideal","F","VS2",61.9,55,969,4.68,4.64,2.89 +"37110",0.38,"Ideal","G","SI1",61.6,56,969,4.68,4.63,2.86 +"37111",0.4,"Premium","H","SI1",61.9,57,969,4.75,4.71,2.93 +"37112",0.5,"Fair","I","VS1",66.9,56,969,4.85,4.81,3.23 +"37113",0.38,"Very Good","G","VVS1",59.9,56,970,4.73,4.75,2.84 +"37114",0.4,"Ideal","I","VVS2",61.8,56,970,4.76,4.79,2.95 +"37115",0.33,"Ideal","E","VVS2",60,56,970,4.53,4.56,2.72 +"37116",0.39,"Ideal","F","VS2",61.2,57,970,4.69,4.73,2.88 +"37117",0.43,"Good","E","VS1",59.9,61,970,4.89,4.93,2.94 +"37118",0.44,"Good","F","SI1",63.8,54,970,4.85,4.8,3.08 +"37119",0.42,"Premium","D","SI1",61.5,58,970,4.83,4.8,2.96 +"37120",0.42,"Premium","D","SI1",60.2,57,970,4.89,4.85,2.93 +"37121",0.42,"Ideal","D","SI1",63,57,970,4.81,4.77,3.02 +"37122",0.42,"Ideal","D","SI1",61.9,55,970,4.84,4.79,2.98 +"37123",0.42,"Ideal","D","SI1",63,55,970,4.79,4.76,3.01 +"37124",0.44,"Very Good","E","SI1",63.4,57,970,4.85,4.81,3.06 +"37125",0.44,"Very Good","E","SI1",63.2,53,970,4.87,4.84,3.07 +"37126",0.39,"Very Good","E","VVS2",61.9,58,971,4.66,4.68,2.89 +"37127",0.52,"Ideal","D","I1",61.1,57,971,5.18,5.2,3.17 +"37128",0.39,"Very Good","F","VS1",62,56,971,4.72,4.64,2.9 +"37129",0.37,"Premium","D","VVS2",60.7,59,971,4.63,4.66,2.82 +"37130",0.39,"Ideal","F","VS2",62.3,55,971,4.69,4.71,2.93 +"37131",0.37,"Premium","E","VVS2",59.6,60,971,4.75,4.68,2.81 +"37132",0.36,"Ideal","D","VVS2",60.7,56,971,4.59,4.63,2.8 +"37133",0.41,"Ideal","H","VVS1",60.5,55,971,4.83,4.89,2.94 +"37134",0.33,"Ideal","G","VVS1",61,56,971,4.49,4.52,2.75 +"37135",0.4,"Ideal","F","VS1",61.8,55,971,4.76,4.78,2.95 +"37136",0.42,"Ideal","G","SI2",60.9,56,971,4.87,4.89,2.97 +"37137",0.33,"Ideal","F","IF",62.2,53,971,4.47,4.5,2.79 +"37138",0.33,"Ideal","F","IF",61.3,55,971,4.48,4.49,2.75 +"37139",0.37,"Premium","E","VS2",60.2,58,971,4.68,4.65,2.81 +"37140",0.37,"Premium","E","VS2",60.6,58,971,4.65,4.62,2.81 +"37141",0.4,"Very Good","F","VVS2",62.9,55,972,4.72,4.75,2.98 +"37142",0.4,"Ideal","F","VVS2",61.1,57,972,4.73,4.8,2.91 +"37143",0.32,"Ideal","E","VS1",61.5,56,972,4.4,4.38,2.7 +"37144",0.32,"Ideal","E","VS1",61.9,56,972,4.41,4.38,2.72 +"37145",0.32,"Premium","D","VS2",62,57,972,4.42,4.38,2.73 +"37146",0.32,"Ideal","D","VS2",62.4,57,972,4.38,4.34,2.72 +"37147",0.32,"Ideal","E","VS1",61.7,56,972,4.42,4.39,2.72 +"37148",0.32,"Ideal","E","VS1",61.7,57,972,4.42,4.39,2.72 +"37149",0.32,"Ideal","E","VS1",61.8,55,972,4.43,4.4,2.73 +"37150",0.32,"Ideal","E","VS1",61.6,57,972,4.39,4.35,2.69 +"37151",0.32,"Ideal","E","VS1",59.9,55,972,4.49,4.46,2.68 +"37152",0.32,"Ideal","D","VS2",61.7,57,972,4.39,4.36,2.7 +"37153",0.32,"Ideal","D","VS2",62.2,56,972,4.39,4.36,2.72 +"37154",0.36,"Premium","I","IF",59.9,59,972,4.63,4.58,2.76 +"37155",0.32,"Ideal","D","VS2",61,56,972,4.46,4.42,2.71 +"37156",0.32,"Ideal","D","VS2",61,57,972,4.46,4.42,2.71 +"37157",0.32,"Ideal","D","VS2",60.5,56,972,4.48,4.45,2.7 +"37158",0.32,"Ideal","D","VS2",62.1,54,972,4.46,4.4,2.75 +"37159",0.32,"Ideal","D","VS2",61.5,56,972,4.44,4.41,2.72 +"37160",0.32,"Premium","D","VS2",60.3,60,972,4.44,4.42,2.67 +"37161",0.32,"Ideal","D","VS2",62.7,57,972,4.44,4.4,2.77 +"37162",0.32,"Ideal","D","VS2",62.1,56,972,4.43,4.39,2.74 +"37163",0.32,"Ideal","D","VS2",62.3,57,972,4.41,4.39,2.74 +"37164",0.32,"Ideal","D","VS2",61.5,56,972,4.42,4.39,2.71 +"37165",0.32,"Ideal","D","VS2",61.9,55,972,4.43,4.39,2.73 +"37166",0.32,"Ideal","D","VS2",61.1,56,972,4.41,4.39,2.69 +"37167",0.32,"Ideal","D","VS2",62,55,972,4.42,4.38,2.73 +"37168",0.32,"Premium","D","VS2",61.7,59,972,4.43,4.38,2.72 +"37169",0.32,"Ideal","D","VS2",61.7,54,972,4.43,4.38,2.72 +"37170",0.32,"Ideal","D","VS2",62.5,56,972,4.45,4.38,2.76 +"37171",0.32,"Ideal","D","VS2",62.2,56,972,4.4,4.38,2.73 +"37172",0.32,"Ideal","D","VS2",62,55,972,4.41,4.37,2.72 +"37173",0.32,"Ideal","D","VS2",62.2,55,972,4.41,4.37,2.73 +"37174",0.32,"Ideal","D","VS2",61.3,56,972,4.41,4.37,2.69 +"37175",0.32,"Ideal","D","VS2",61.6,56,972,4.4,4.37,2.7 +"37176",0.32,"Ideal","D","VS2",61.6,56,972,4.4,4.37,2.7 +"37177",0.32,"Ideal","D","VS2",62.6,55,972,4.39,4.37,2.74 +"37178",0.32,"Ideal","D","VS2",62.5,57,972,4.39,4.34,2.73 +"37179",0.32,"Ideal","D","VS2",61.8,57,972,4.36,4.35,2.69 +"37180",0.32,"Ideal","D","VS2",62.7,54,972,4.38,4.36,2.74 +"37181",0.32,"Ideal","D","VS2",61.9,57,972,4.39,4.37,2.71 +"37182",0.32,"Premium","D","VS2",61.7,58,972,4.38,4.34,2.69 +"37183",0.48,"Premium","H","SI2",58.5,59,972,5.16,5.13,3.01 +"37184",0.46,"Fair","I","VS1",65.6,57,972,4.85,4.82,3.17 +"37185",0.54,"Premium","H","SI2",61.8,60,972,5.2,5.16,3.2 +"37186",0.32,"Ideal","D","VS2",62.6,57,972,4.41,4.37,2.75 +"37187",0.32,"Ideal","D","VS2",61.9,55,972,4.44,4.41,2.74 +"37188",0.32,"Ideal","D","VVS1",61.8,56,973,4.4,4.37,2.71 +"37189",0.32,"Premium","D","VVS1",62,60,973,4.4,4.37,2.72 +"37190",0.38,"Ideal","G","VVS1",62.1,56,973,4.61,4.64,2.87 +"37191",0.34,"Ideal","E","VVS1",61.4,56,973,4.51,4.54,2.78 +"37192",0.34,"Ideal","E","VVS1",62.2,54,973,4.52,4.55,2.82 +"37193",0.53,"Ideal","I","SI2",62,54,973,5.19,5.23,3.23 +"37194",0.51,"Ideal","G","SI2",60.6,57,973,5.17,5.2,3.14 +"37195",0.46,"Ideal","I","VS1",62.3,56,974,4.96,4.93,3.08 +"37196",0.41,"Very Good","F","VS1",61.5,57,974,4.77,4.81,2.95 +"37197",0.52,"Very Good","I","SI2",60.9,59,974,5.14,5.18,3.14 +"37198",0.39,"Ideal","G","VVS2",61.1,56,974,4.7,4.72,2.88 +"37199",0.35,"Ideal","G","IF",61.8,56,974,4.52,4.57,2.81 +"37200",0.4,"Good","G","VVS2",61.4,64,974,4.65,4.7,2.87 +"37201",0.33,"Ideal","F","VVS2",60.9,56,974,4.47,4.5,2.73 +"37202",0.46,"Ideal","I","VVS1",61.7,57,974,4.96,4.99,3.07 +"37203",0.34,"Ideal","G","IF",61.2,56,974,4.53,4.55,2.78 +"37204",0.34,"Ideal","G","IF",62.1,54,974,4.48,4.5,2.79 +"37205",0.34,"Ideal","G","IF",61.4,56,974,4.5,4.53,2.77 +"37206",0.34,"Ideal","G","IF",61.9,54,974,4.51,4.53,2.8 +"37207",0.34,"Ideal","G","IF",61.5,55,974,4.51,4.53,2.78 +"37208",0.34,"Ideal","G","IF",61,55,974,4.51,4.54,2.76 +"37209",0.34,"Ideal","G","IF",61.3,56,974,4.52,4.55,2.78 +"37210",0.34,"Ideal","G","IF",61.9,54,974,4.5,4.52,2.79 +"37211",0.34,"Ideal","G","IF",60.9,56,974,4.5,4.53,2.75 +"37212",0.34,"Ideal","G","IF",61.9,55,974,4.51,4.54,2.8 +"37213",0.34,"Ideal","G","IF",62.2,53,974,4.49,4.52,2.8 +"37214",0.34,"Ideal","G","IF",61.6,54,974,4.49,4.53,2.78 +"37215",0.34,"Ideal","G","IF",61.3,55,974,4.53,4.57,2.79 +"37216",0.34,"Ideal","G","IF",60.7,57,974,4.51,4.55,2.75 +"37217",0.44,"Good","F","SI2",56.6,63,974,5.11,5.06,2.88 +"37218",0.38,"Good","E","VVS1",62.4,64,975,4.61,4.59,2.87 +"37219",0.38,"Very Good","H","VVS1",60,57,975,4.75,4.79,2.86 +"37220",0.52,"Fair","F","SI2",56.3,59,975,5.41,5.35,3.03 +"37221",0.31,"Ideal","F","VVS1",61.6,55,975,4.36,4.41,2.7 +"37222",0.31,"Ideal","F","VVS1",61.1,56,975,4.37,4.4,2.68 +"37223",0.43,"Ideal","F","SI1",62.5,56,975,4.84,4.82,3.02 +"37224",0.43,"Ideal","E","SI1",62.6,56,975,4.82,4.79,3.01 +"37225",0.4,"Ideal","E","VS2",61.1,56,975,4.77,4.75,2.91 +"37226",0.4,"Premium","E","VS2",59.3,59,975,4.81,4.77,2.84 +"37227",0.4,"Ideal","E","VS2",62.2,56,975,4.74,4.72,2.94 +"37228",0.4,"Premium","E","VS2",61.9,59,975,4.75,4.72,2.93 +"37229",0.4,"Ideal","E","VS2",62.3,56,975,4.75,4.72,2.95 +"37230",0.4,"Ideal","E","VS2",62.9,55,975,4.74,4.73,2.98 +"37231",0.4,"Ideal","E","VS2",62.9,55,975,4.73,4.72,2.97 +"37232",0.4,"Premium","E","VS2",60.7,60,975,4.75,4.7,2.87 +"37233",0.4,"Premium","E","VS2",62.2,59,975,4.74,4.71,2.94 +"37234",0.4,"Ideal","E","VS2",62.4,55,975,4.74,4.71,2.95 +"37235",0.4,"Ideal","E","VS2",62.4,56,975,4.74,4.71,2.95 +"37236",0.4,"Ideal","E","VS2",62.6,57,975,4.73,4.7,2.95 +"37237",0.4,"Ideal","E","VS2",62,57,975,4.7,4.66,2.9 +"37238",0.4,"Premium","E","VS2",62.2,58,975,4.72,4.67,2.92 +"37239",0.4,"Premium","E","VS2",62.5,58,975,4.73,4.65,2.93 +"37240",0.4,"Ideal","F","VS2",61.9,55,975,4.77,4.73,2.94 +"37241",0.52,"Premium","H","SI2",60.9,61,975,5.15,5.1,3.12 +"37242",0.5,"Good","F","SI1",64.3,57,975,5.03,4.94,3.21 +"37243",0.39,"Premium","E","VS2",59.7,59,975,4.83,4.79,2.87 +"37244",0.43,"Very Good","G","VVS2",61.7,56,976,4.84,4.88,2.99 +"37245",0.43,"Very Good","G","VVS2",60.2,56,976,4.95,4.97,2.99 +"37246",0.41,"Very Good","G","VS1",60.6,56,976,4.83,4.87,2.94 +"37247",0.3,"Ideal","G","VVS1",61.9,55,976,4.32,4.34,2.68 +"37248",0.43,"Good","D","VS2",59.9,61,976,4.84,4.88,2.91 +"37249",0.51,"Very Good","J","SI1",63.2,56,977,5.06,5.1,3.21 +"37250",0.4,"Very Good","D","VVS2",59.4,61,977,4.77,4.82,2.85 +"37251",0.4,"Very Good","D","VVS2",58.4,60,977,4.81,4.84,2.82 +"37252",0.4,"Ideal","G","VVS1",61.3,56,977,4.74,4.75,2.91 +"37253",0.32,"Ideal","D","VS1",61.2,55,977,4.41,4.45,2.71 +"37254",0.31,"Ideal","F","VVS2",61.2,56,977,4.39,4.37,2.68 +"37255",0.31,"Ideal","F","VVS2",62.4,55,977,4.36,4.33,2.71 +"37256",0.31,"Ideal","H","IF",60.8,57,977,4.4,4.38,2.67 +"37257",0.31,"Premium","G","VVS1",58,62,977,4.47,4.42,2.58 +"37258",0.31,"Ideal","G","VVS1",62.8,57,977,4.33,4.3,2.71 +"37259",0.31,"Premium","H","IF",60.4,58,977,4.43,4.41,2.67 +"37260",0.31,"Premium","F","IF",61.9,58,977,4.39,4.36,2.71 +"37261",0.32,"Premium","J","SI1",61.6,58,480,4.4,4.36,2.7 +"37262",0.32,"Very Good","I","SI2",63.4,56,480,4.37,4.34,2.76 +"37263",0.32,"Very Good","I","SI2",63.1,58,480,4.41,4.34,2.76 +"37264",0.32,"Premium","J","SI1",63,58,480,4.35,4.32,2.73 +"37265",0.29,"Very Good","E","VS1",61.4,61,481,4.22,4.25,2.6 +"37266",0.28,"Ideal","H","VS1",62.3,55,481,4.21,4.24,2.63 +"37267",0.34,"Ideal","D","SI2",61.4,56,481,4.5,4.55,2.78 +"37268",0.28,"Ideal","F","SI1",60.6,55,481,4.26,4.3,2.6 +"37269",0.32,"Very Good","H","SI1",61.8,56,482,4.38,4.41,2.71 +"37270",0.26,"Ideal","H","VS1",62.3,54,482,4.07,4.11,2.55 +"37271",0.26,"Ideal","H","VS1",62.2,55,482,4.12,4.14,2.57 +"37272",0.26,"Ideal","H","VS1",62.1,55,482,4.07,4.11,2.54 +"37273",0.26,"Ideal","H","VS1",62.2,54,482,4.09,4.11,2.55 +"37274",0.26,"Ideal","H","VS1",62.2,55,482,4.08,4.09,2.54 +"37275",0.35,"Ideal","J","VS1",62.6,53.7,483,4.51,4.54,2.83 +"37276",0.3,"Good","J","VVS2",57.4,61,483,4.41,4.44,2.54 +"37277",0.23,"Very Good","F","VS1",63.2,58,483,3.89,3.86,2.45 +"37278",0.23,"Very Good","G","VVS1",61.5,56,484,3.92,3.96,2.42 +"37279",0.23,"Very Good","G","VVS1",62,56,484,3.95,3.98,2.46 +"37280",0.3,"Very Good","G","VS2",62.1,57,484,4.27,4.29,2.66 +"37281",0.23,"Ideal","H","VVS1",61.1,55,484,3.98,4.01,2.44 +"37282",0.3,"Ideal","G","VS2",61,57,484,4.33,4.36,2.65 +"37283",0.4,"Ideal","I","SI2",61,58,484,4.74,4.77,2.9 +"37284",0.3,"Good","F","VS2",63.1,55,484,4.24,4.29,2.69 +"37285",0.3,"Good","F","VS2",63.5,55,484,4.25,4.28,2.71 +"37286",0.24,"Very Good","E","VVS2",63.6,54,485,3.96,4,2.53 +"37287",0.24,"Very Good","E","VVS2",64.4,53,485,3.92,3.94,2.53 +"37288",0.24,"Very Good","E","VVS2",63.3,57,485,3.95,3.98,2.51 +"37289",0.24,"Very Good","E","VVS2",63.4,57,485,3.95,3.97,2.51 +"37290",0.24,"Very Good","E","VVS2",62.9,57,485,3.96,3.99,2.5 +"37291",0.32,"Good","F","VVS1",63.8,54,977,4.38,4.31,2.77 +"37292",0.31,"Premium","G","VVS1",59.8,62,977,4.41,4.35,2.62 +"37293",0.52,"Good","I","SI1",63.6,60,978,5.05,5.1,3.23 +"37294",0.52,"Very Good","I","SI1",62.5,59,978,5.06,5.12,3.18 +"37295",0.52,"Good","I","SI1",63.3,55,978,5.1,5.13,3.24 +"37296",0.45,"Ideal","J","VVS1",61.9,56,978,4.93,4.95,3.06 +"37297",0.39,"Ideal","G","VVS1",62,56,978,4.66,4.7,2.9 +"37298",0.38,"Ideal","F","VS1",62.5,56,978,4.6,4.62,2.88 +"37299",0.33,"Ideal","D","VS1",61.2,55,978,4.48,4.51,2.75 +"37300",0.33,"Ideal","D","VS1",61,56,978,4.49,4.52,2.75 +"37301",0.54,"Ideal","J","SI2",61.3,58,978,5.24,5.27,3.22 +"37302",0.33,"Ideal","F","IF",61.8,56,978,4.42,4.46,2.74 +"37303",0.5,"Premium","G","SI2",60.7,57,978,5.15,5.07,3.1 +"37304",0.7,"Fair","G","I1",68.3,56,978,5.52,5.4,3.73 +"37305",0.3,"Ideal","E","VVS1",62.5,54,979,4.32,4.29,2.69 +"37306",0.31,"Ideal","F","IF",62,56,979,4.32,4.36,2.69 +"37307",0.31,"Ideal","F","IF",62.1,56,979,4.33,4.36,2.7 +"37308",0.31,"Ideal","F","IF",61.8,54,979,4.33,4.37,2.69 +"37309",0.31,"Ideal","F","IF",62.2,56,979,4.31,4.34,2.69 +"37310",0.31,"Ideal","F","IF",62.1,55,979,4.34,4.35,2.7 +"37311",0.31,"Premium","F","IF",61.5,58,979,4.33,4.35,2.67 +"37312",0.31,"Ideal","E","VVS2",61.2,56,979,4.37,4.39,2.68 +"37313",0.31,"Ideal","E","VVS2",60.9,56,979,4.39,4.41,2.68 +"37314",0.38,"Ideal","G","VVS1",59.7,60,979,4.71,4.74,2.82 +"37315",0.38,"Ideal","E","VS1",62.6,53.5,979,4.61,4.66,2.9 +"37316",0.38,"Ideal","E","VS1",61.9,55.2,979,4.62,4.65,2.87 +"37317",0.39,"Ideal","D","VS1",61.8,57,979,4.68,4.7,2.9 +"37318",0.46,"Ideal","G","SI1",61.5,55,979,4.98,5.01,3.07 +"37319",0.35,"Ideal","G","IF",62.6,57,979,4.51,4.53,2.82 +"37320",0.35,"Ideal","G","IF",60.2,55,979,4.63,4.64,2.79 +"37321",0.35,"Ideal","G","IF",61.2,57,979,4.54,4.57,2.79 +"37322",0.32,"Premium","H","IF",61.8,58,979,4.39,4.35,2.7 +"37323",0.5,"Good","D","SI2",63.7,60,979,5.09,5.02,3.22 +"37324",0.3,"Premium","D","VS1",61.6,57,979,4.33,4.3,2.66 +"37325",0.4,"Very Good","E","VS1",60.3,58,980,4.8,4.82,2.9 +"37326",0.36,"Ideal","H","IF",60.6,56,980,4.64,4.66,2.82 +"37327",0.49,"Premium","F","SI2",60.8,60,980,5.12,5.04,3.09 +"37328",0.4,"Premium","G","VVS2",61.3,59,980,4.78,4.74,2.92 +"37329",0.4,"Ideal","G","VS2",62.8,54,980,4.7,4.67,2.94 +"37330",0.45,"Fair","E","VS2",66.9,60,980,4.78,4.71,3.18 +"37331",0.33,"Very Good","F","VVS1",63.3,57,980,4.44,4.38,2.79 +"37332",0.33,"Very Good","E","VVS2",60.1,63,981,4.45,4.5,2.69 +"37333",0.43,"Ideal","E","VS2",62.1,56,981,4.83,4.87,3.01 +"37334",0.43,"Ideal","E","VS1",61.2,56,981,4.89,4.94,3.01 +"37335",0.43,"Very Good","E","VS2",62.8,56,981,4.79,4.86,3.03 +"37336",0.43,"Ideal","E","VS2",61.9,56,981,4.85,4.88,3.01 +"37337",0.43,"Premium","E","VS2",61.6,59,981,4.81,4.84,2.97 +"37338",0.43,"Ideal","E","VS2",62.2,57,981,4.8,4.84,3 +"37339",0.43,"Ideal","E","VS2",62,57,981,4.82,4.85,3 +"37340",0.4,"Good","E","VVS2",57.7,62,981,4.82,4.88,2.8 +"37341",0.41,"Good","E","VS2",63.1,64,981,4.66,4.63,2.93 +"37342",0.31,"Ideal","D","VVS2",61.6,56,982,4.38,4.34,2.69 +"37343",0.31,"Ideal","D","VVS2",62.4,56,982,4.38,4.34,2.72 +"37344",0.31,"Ideal","D","VVS2",61.9,56,982,4.39,4.37,2.71 +"37345",0.31,"Ideal","D","VVS2",62,56,982,4.37,4.34,2.7 +"37346",0.31,"Premium","F","VVS1",59.4,58,982,4.45,4.41,2.63 +"37347",0.31,"Ideal","D","VVS2",61.9,57,982,4.35,4.31,2.68 +"37348",0.4,"Very Good","F","VVS2",60.5,57,982,4.76,4.79,2.89 +"37349",0.4,"Premium","G","VVS2",62,58,982,4.68,4.74,2.92 +"37350",0.4,"Very Good","G","VVS2",58.9,58,982,4.8,4.84,2.84 +"37351",0.4,"Very Good","D","VS2",59.1,57,982,4.81,4.87,2.86 +"37352",0.4,"Very Good","F","VS1",62.9,58,982,4.67,4.71,2.95 +"37353",0.4,"Ideal","D","VS2",61.5,55,982,4.71,4.75,2.91 +"37354",0.4,"Very Good","F","VS1",62.5,57,982,4.69,4.72,2.94 +"37355",0.4,"Premium","F","VS1",61.9,59,982,4.67,4.7,2.9 +"37356",0.4,"Ideal","D","VS2",61.6,57,982,4.71,4.77,2.92 +"37357",0.4,"Premium","F","VS1",62.4,59,982,4.67,4.69,2.92 +"37358",0.4,"Very Good","G","VVS2",62.5,60,982,4.65,4.7,2.92 +"37359",0.4,"Premium","F","VS1",61.1,59,982,4.71,4.75,2.89 +"37360",0.4,"Premium","G","VVS2",59.7,58,982,4.78,4.8,2.86 +"37361",0.4,"Ideal","F","VS1",61.3,56,982,4.73,4.76,2.91 +"37362",0.4,"Premium","F","VS1",62.5,59,982,4.66,4.69,2.92 +"37363",0.4,"Premium","G","VVS2",61.1,58,982,4.74,4.76,2.9 +"37364",0.4,"Premium","F","VS1",60.5,60,982,4.76,4.8,2.89 +"37365",0.4,"Premium","D","VS2",62.4,59,982,4.7,4.72,2.94 +"37366",0.4,"Premium","D","VS2",61.7,59,982,4.73,4.76,2.93 +"37367",0.4,"Premium","G","VVS2",62.7,59,982,4.69,4.72,2.95 +"37368",0.4,"Premium","F","VS1",62.6,58,982,4.68,4.72,2.94 +"37369",0.4,"Very Good","F","VS1",60.4,61,982,4.74,4.77,2.87 +"37370",0.4,"Ideal","G","VVS2",62.4,56,982,4.72,4.74,2.95 +"37371",0.4,"Premium","D","VS2",62.5,59,982,4.66,4.72,2.93 +"37372",0.4,"Premium","F","VS1",60.4,59,982,4.75,4.76,2.87 +"37373",0.4,"Premium","F","VS1",61.4,58,982,4.73,4.75,2.91 +"37374",0.4,"Premium","F","VS1",60.3,60,982,4.77,4.81,2.89 +"37375",0.4,"Ideal","D","VS2",61.3,57,982,4.75,4.77,2.92 +"37376",0.4,"Premium","D","VS2",60.5,59,982,4.76,4.8,2.89 +"37377",0.4,"Ideal","I","IF",62.4,56,982,4.7,4.73,2.94 +"37378",0.4,"Premium","F","VS1",61.4,58,982,4.73,4.75,2.91 +"37379",0.4,"Very Good","F","VS1",61.5,59,982,4.71,4.76,2.91 +"37380",0.4,"Ideal","G","VVS2",62.4,56,982,4.64,4.68,2.91 +"37381",0.4,"Ideal","F","VS1",62.7,55,982,4.74,4.76,2.98 +"37382",0.4,"Very Good","D","VS2",62.8,57,982,4.68,4.72,2.95 +"37383",0.4,"Premium","D","VS2",61.7,59,982,4.72,4.75,2.92 +"37384",0.4,"Ideal","I","IF",62.2,56,982,4.71,4.75,2.94 +"37385",0.4,"Ideal","D","VS2",60.4,56,982,4.73,4.77,2.87 +"37386",0.4,"Ideal","F","VS1",61.1,56,982,4.75,4.78,2.91 +"37387",0.4,"Ideal","D","VS2",62.3,57,982,4.72,4.75,2.95 +"37388",0.4,"Ideal","D","VS2",61.3,56,982,4.74,4.79,2.92 +"37389",0.4,"Premium","G","VVS2",61.7,59,982,4.73,4.76,2.93 +"37390",0.55,"Ideal","J","SI1",61.2,55,982,5.29,5.3,3.24 +"37391",0.5,"Ideal","I","SI1",62,55,982,5.08,5.11,3.16 +"37392",0.5,"Ideal","I","SI1",61.9,58,982,5.06,5.09,3.14 +"37393",0.5,"Ideal","I","SI1",62,55,982,5.09,5.14,3.17 +"37394",0.41,"Good","E","VS2",61.1,61,982,4.77,4.82,2.93 +"37395",0.3,"Ideal","E","VVS1",61.1,56,982,4.38,4.36,2.67 +"37396",0.46,"Fair","F","VS2",66,58,982,4.9,4.76,3.19 +"37397",0.39,"Good","G","VS2",63.8,59,982,4.66,4.59,2.95 +"37398",0.32,"Very Good","D","VVS1",61.9,54,983,4.42,4.46,2.75 +"37399",0.5,"Very Good","G","SI2",58.6,61,983,5.16,5.21,3.04 +"37400",0.37,"Ideal","D","VVS2",60.5,57,983,4.65,4.68,2.82 +"37401",0.46,"Ideal","H","VS1",62.3,53,983,4.96,4.99,3.1 +"37402",0.38,"Ideal","D","VS1",61.8,54,983,4.67,4.71,2.9 +"37403",0.38,"Ideal","D","VS1",62.3,54,983,4.64,4.7,2.9 +"37404",0.38,"Ideal","D","VS1",61.9,53.5,983,4.66,4.69,2.9 +"37405",0.51,"Ideal","H","SI2",61.8,53,983,5.14,5.18,3.19 +"37406",0.51,"Ideal","H","SI2",62.5,55,983,5.1,5.14,3.2 +"37407",0.51,"Ideal","H","SI2",61.9,54,983,5.13,5.15,3.18 +"37408",0.46,"Ideal","F","SI1",61.6,54,983,4.97,5,3.07 +"37409",0.38,"Premium","G","VS2",59.9,58,983,4.77,4.72,2.84 +"37410",0.38,"Ideal","I","VVS2",62.6,54,983,4.65,4.62,2.9 +"37411",0.38,"Premium","H","VS1",61.6,58,983,4.7,4.65,2.88 +"37412",0.38,"Premium","G","VS2",59.2,60,983,4.73,4.7,2.79 +"37413",0.38,"Premium","G","VS2",59.3,59,983,4.74,4.71,2.8 +"37414",0.38,"Premium","G","VS2",60.4,57,983,4.7,4.67,2.83 +"37415",0.38,"Ideal","G","VS2",62.2,56,983,4.64,4.62,2.88 +"37416",0.38,"Premium","G","VS2",60.1,61,983,4.66,4.63,2.79 +"37417",0.38,"Premium","G","VS2",60.8,61,983,4.66,4.65,2.83 +"37418",0.47,"Ideal","J","SI1",60.6,54,983,5.04,5,3.09 +"37419",0.36,"Premium","F","VVS2",62.7,58,983,4.55,4.51,2.84 +"37420",0.39,"Ideal","H","VS2",60.6,55,983,4.81,4.76,2.9 +"37421",0.33,"Ideal","E","VVS1",61.2,56,984,4.45,4.51,2.74 +"37422",0.33,"Ideal","E","VVS1",61.5,57,984,4.44,4.47,2.74 +"37423",0.33,"Ideal","G","IF",61.8,55,984,4.45,4.48,2.76 +"37424",0.33,"Ideal","E","VVS1",61.8,57,984,4.4,4.43,2.73 +"37425",0.33,"Ideal","E","VVS1",61.5,56,984,4.46,4.49,2.75 +"37426",0.33,"Ideal","G","IF",61.3,57,984,4.42,4.46,2.72 +"37427",0.33,"Ideal","G","IF",61.6,56,984,4.45,4.48,2.75 +"37428",0.33,"Ideal","E","VVS1",60.9,56,984,4.46,4.48,2.72 +"37429",0.34,"Premium","D","VVS2",60.1,58,984,4.53,4.55,2.73 +"37430",0.33,"Ideal","G","IF",61.6,53,984,4.43,4.47,2.74 +"37431",0.33,"Premium","E","VVS1",60.1,58,984,4.47,4.51,2.7 +"37432",0.33,"Ideal","G","IF",61.6,55,984,4.48,4.51,2.77 +"37433",0.33,"Premium","G","IF",60.8,58,984,4.42,4.46,2.7 +"37434",0.33,"Good","G","IF",57.9,60,984,4.55,4.57,2.64 +"37435",0.33,"Ideal","E","VVS1",61.7,56,984,4.46,4.48,2.76 +"37436",0.33,"Ideal","G","IF",62.2,56,984,4.43,4.45,2.76 +"37437",0.33,"Ideal","G","IF",61.7,55,984,4.45,4.47,2.75 +"37438",0.33,"Premium","E","VVS1",59.7,58,984,4.49,4.52,2.69 +"37439",0.33,"Ideal","G","IF",62.1,56,984,4.41,4.44,2.75 +"37440",0.33,"Ideal","E","VVS1",61.7,56,984,4.42,4.46,2.74 +"37441",0.33,"Ideal","E","VVS1",60.2,57,984,4.47,4.5,2.7 +"37442",0.33,"Ideal","G","IF",61.9,54,984,4.42,4.46,2.75 +"37443",0.51,"Good","J","VS2",63.1,56,984,5.1,5.13,3.23 +"37444",0.51,"Premium","I","SI1",62.7,59,984,5.06,5.09,3.18 +"37445",0.51,"Very Good","J","VS2",61.9,61,984,5.09,5.12,3.16 +"37446",0.51,"Ideal","I","SI1",62.2,56,984,5.08,5.12,3.17 +"37447",0.5,"Very Good","H","SI1",63.1,55,984,5.09,5.02,3.19 +"37448",0.31,"Ideal","D","VVS1",60.4,56,984,4.38,4.43,2.66 +"37449",0.3,"Ideal","G","VS2",61.9,57,984,4.26,4.3,2.65 +"37450",0.34,"Ideal","G","IF",62.2,56,984,4.45,4.46,2.77 +"37451",0.32,"Ideal","F","IF",61.1,55,984,4.47,4.44,2.72 +"37452",0.35,"Premium","E","VS2",59.5,58,984,4.62,4.59,2.74 +"37453",0.35,"Ideal","E","VS2",62.2,56,984,4.53,4.51,2.81 +"37454",0.35,"Premium","F","VS1",60.7,58,984,4.58,4.54,2.77 +"37455",0.35,"Premium","E","VS2",60.4,60,984,4.55,4.52,2.74 +"37456",0.35,"Ideal","E","VS2",62.4,57,984,4.55,4.52,2.83 +"37457",0.35,"Ideal","E","VS2",62,57,984,4.55,4.51,2.81 +"37458",0.42,"Premium","H","VVS2",62.4,55,984,4.81,4.78,2.99 +"37459",0.42,"Premium","H","VVS2",62.4,57,984,4.83,4.78,3 +"37460",0.42,"Ideal","H","VVS2",62.9,56,984,4.79,4.75,3 +"37461",0.42,"Ideal","H","VVS2",62.4,56,984,4.8,4.78,2.99 +"37462",0.42,"Premium","G","VS1",59.4,59,984,4.9,4.86,2.9 +"37463",0.42,"Ideal","G","VS1",61.2,54,984,4.86,4.82,2.96 +"37464",0.42,"Premium","G","VS1",60.6,58,984,4.95,4.82,2.96 +"37465",0.42,"Ideal","G","VS1",61.4,56,984,4.85,4.82,2.97 +"37466",0.42,"Ideal","G","VS1",61.8,56,984,4.84,4.8,2.98 +"37467",0.42,"Premium","G","VS1",60.9,58,984,4.84,4.81,2.94 +"37468",0.42,"Ideal","G","VS1",62.7,54,984,4.83,4.8,3.02 +"37469",0.42,"Ideal","G","VS1",62,55,984,4.83,4.78,2.98 +"37470",0.42,"Ideal","G","VS1",61.8,57,984,4.82,4.79,2.97 +"37471",0.42,"Premium","G","VS1",60.5,59,984,4.83,4.79,2.91 +"37472",0.42,"Ideal","G","VS1",62.5,54,984,4.84,4.79,3.01 +"37473",0.42,"Premium","G","VS1",60.8,59,984,4.85,4.79,2.93 +"37474",0.42,"Ideal","G","VS1",61.3,57,984,4.81,4.78,2.94 +"37475",0.42,"Premium","G","VS1",62.4,59,984,4.8,4.78,2.99 +"37476",0.42,"Ideal","G","VS1",61.9,56,984,4.82,4.77,2.97 +"37477",0.42,"Premium","G","VS1",62.5,59,984,4.79,4.72,2.97 +"37478",0.35,"Ideal","H","IF",61.7,56,984,4.55,4.53,2.8 +"37479",0.35,"Ideal","H","IF",60.5,56,984,4.59,4.56,2.77 +"37480",0.35,"Ideal","H","IF",61.9,55,984,4.54,4.51,2.8 +"37481",0.35,"Premium","G","VVS1",59.3,61,984,4.62,4.58,2.73 +"37482",0.35,"Premium","E","VS2",60.9,59,984,4.56,4.54,2.77 +"37483",0.35,"Ideal","E","VS2",61.7,55,984,4.57,4.54,2.81 +"37484",0.35,"Premium","E","VS2",60.7,60,984,4.58,4.55,2.77 +"37485",0.35,"Premium","E","VS2",59.2,58,984,4.63,4.59,2.73 +"37486",0.35,"Premium","E","VS2",58.9,59,984,4.64,4.59,2.72 +"37487",0.35,"Premium","E","VS2",62.1,59,984,4.49,4.46,2.78 +"37488",0.35,"Ideal","E","VS2",61.6,55,984,4.54,4.49,2.78 +"37489",0.35,"Ideal","E","VS2",62.5,55,984,4.52,4.5,2.82 +"37490",0.35,"Ideal","E","VS2",62.1,56,984,4.53,4.52,2.81 +"37491",0.35,"Ideal","E","VS2",61.6,56,984,4.54,4.52,2.79 +"37492",0.35,"Ideal","E","VS2",62,55,984,4.54,4.52,2.81 +"37493",0.35,"Ideal","E","VS2",61.5,55,984,4.56,4.52,2.79 +"37494",0.35,"Ideal","E","VS2",61.7,56,984,4.56,4.52,2.8 +"37495",0.35,"Premium","E","VS2",61.6,58,984,4.57,4.52,2.8 +"37496",0.53,"Premium","E","SI2",62.2,57,984,5.2,5.16,3.22 +"37497",0.53,"Premium","E","SI2",59.9,58,984,5.31,5.27,3.17 +"37498",0.53,"Premium","E","SI2",59.9,58,984,5.31,5.27,3.17 +"37499",0.53,"Premium","E","SI2",62.2,57,984,5.2,5.16,3.22 +"37500",0.35,"Premium","F","VS1",60.5,58,984,4.59,4.57,2.77 +"37501",0.5,"Ideal","J","VS1",63,56,984,5.08,5.05,3.19 +"37502",0.3,"Premium","E","IF",61.9,61,984,4.32,4.27,2.66 +"37503",0.43,"Fair","H","SI1",62.7,66,984,4.78,4.72,2.98 +"37504",0.43,"Good","F","SI1",63.7,57,984,4.79,4.73,3.04 +"37505",0.41,"Premium","H","SI1",61.8,59,984,4.81,4.77,2.96 +"37506",0.46,"Fair","F","SI1",66.3,56,984,4.86,4.79,3.2 +"37507",0.5,"Good","F","SI2",57.7,62,984,5.22,5.18,3 +"37508",0.49,"Very Good","F","SI1",62.3,57,985,5.05,5.07,3.15 +"37509",0.36,"Ideal","G","IF",61.5,56,985,4.59,4.62,2.83 +"37510",0.36,"Ideal","G","IF",61.7,56,985,4.57,4.6,2.83 +"37511",0.34,"Ideal","F","IF",62.3,54,985,4.48,4.51,2.8 +"37512",0.31,"Ideal","F","VVS1",62.4,55,985,4.34,4.32,2.7 +"37513",0.42,"Premium","F","VS1",59.8,57,985,4.89,4.85,2.91 +"37514",0.42,"Ideal","F","VS1",60.6,56,985,4.87,4.83,2.94 +"37515",0.39,"Ideal","E","VS2",60.4,56,985,4.73,4.7,2.85 +"37516",0.44,"Very Good","H","VVS1",61,59,986,4.87,4.9,2.98 +"37517",0.33,"Ideal","E","VVS1",62.2,55,986,4.42,4.46,2.76 +"37518",0.41,"Good","G","VVS1",61,61,986,4.77,4.8,2.92 +"37519",0.41,"Good","D","VS1",60.2,62,986,4.8,4.84,2.9 +"37520",0.44,"Very Good","E","VS2",60.3,58,987,4.9,4.92,2.96 +"37521",0.31,"Very Good","E","IF",58.1,60,987,4.45,4.5,2.6 +"37522",0.47,"Premium","D","SI1",60.6,61,987,5.04,5,3.04 +"37523",0.47,"Good","D","SI1",63.8,59,987,4.9,4.88,3.12 +"37524",0.37,"Ideal","F","VVS2",61.1,56,987,4.62,4.65,2.83 +"37525",0.39,"Ideal","F","VVS2",61.2,56,987,4.7,4.75,2.89 +"37526",0.43,"Ideal","H","VVS1",61.7,56,987,4.86,4.9,3.01 +"37527",0.31,"Ideal","E","IF",61.9,54,987,4.38,4.41,2.72 +"37528",0.31,"Ideal","E","IF",62.2,54,987,4.33,4.35,2.7 +"37529",0.31,"Ideal","E","IF",60.9,55,987,4.39,4.41,2.68 +"37530",0.5,"Good","I","VS2",64.6,59,987,4.9,4.95,3.18 +"37531",0.47,"Good","E","SI1",60.2,64,987,5.1,5.04,3.05 +"37532",0.38,"Very Good","F","VS1",58.7,63,988,4.75,4.79,2.8 +"37533",0.38,"Very Good","F","VS1",59.7,61,988,4.69,4.73,2.81 +"37534",0.38,"Very Good","I","IF",59.5,57,988,4.72,4.76,2.82 +"37535",0.4,"Ideal","E","VVS2",61.5,55,988,4.77,4.79,2.94 +"37536",0.4,"Premium","E","VVS2",60.8,59,988,4.73,4.77,2.89 +"37537",0.4,"Ideal","E","VVS2",61.6,56,988,4.73,4.78,2.93 +"37538",0.4,"Ideal","E","VVS2",61.7,57,988,4.73,4.77,2.93 +"37539",0.4,"Very Good","E","VVS2",61.4,56,988,4.74,4.81,2.93 +"37540",0.39,"Ideal","F","VVS2",61.7,56,988,4.7,4.73,2.91 +"37541",0.39,"Ideal","F","VVS2",62,54,988,4.7,4.72,2.92 +"37542",0.39,"Ideal","F","VVS2",62.1,55,988,4.7,4.74,2.93 +"37543",0.39,"Ideal","F","VVS2",61.6,55,988,4.71,4.74,2.91 +"37544",0.39,"Ideal","F","VVS2",61.3,56,988,4.73,4.77,2.91 +"37545",0.51,"Ideal","J","VS1",61.6,54,988,5.14,5.18,3.18 +"37546",0.38,"Ideal","F","VS1",61.5,55,988,4.68,4.69,2.88 +"37547",0.39,"Ideal","D","VS1",61.8,54,988,4.69,4.73,2.91 +"37548",0.51,"Ideal","J","SI1",62.5,56,988,5.06,5.12,3.18 +"37549",0.31,"Ideal","E","VVS1",61.8,56,988,4.36,4.34,2.69 +"37550",0.31,"Ideal","E","VVS1",61,57,988,4.36,4.33,2.65 +"37551",0.31,"Ideal","E","VVS1",61.7,56,988,4.36,4.33,2.68 +"37552",0.31,"Premium","E","VVS1",61.3,58,988,4.39,4.36,2.68 +"37553",0.31,"Premium","E","VVS1",61.5,58,988,4.37,4.35,2.68 +"37554",0.32,"Ideal","D","VVS1",62.1,54,988,4.43,4.4,2.74 +"37555",0.31,"Ideal","G","IF",61.9,56,988,4.39,4.36,2.71 +"37556",0.31,"Ideal","G","IF",61,56,988,4.38,4.37,2.67 +"37557",0.31,"Ideal","G","IF",61,56,988,4.39,4.37,2.67 +"37558",0.31,"Premium","G","IF",61.6,55,988,4.42,4.38,2.71 +"37559",0.31,"Ideal","G","IF",61.6,55,988,4.39,4.34,2.69 +"37560",0.31,"Premium","G","IF",61.4,59,988,4.39,4.34,2.68 +"37561",0.31,"Premium","G","IF",61,59,988,4.36,4.33,2.65 +"37562",0.31,"Premium","G","IF",61.7,54,988,4.36,4.33,2.68 +"37563",0.31,"Ideal","G","IF",61.7,56,988,4.38,4.34,2.69 +"37564",0.31,"Good","G","IF",63.9,58,988,4.3,4.27,2.74 +"37565",0.31,"Ideal","G","IF",62.6,57,988,4.32,4.3,2.7 +"37566",0.31,"Ideal","G","IF",62.7,57,988,4.34,4.31,2.71 +"37567",0.34,"Ideal","H","IF",60.8,56,988,4.56,4.55,2.77 +"37568",0.31,"Premium","D","VVS2",61.7,58,988,4.39,4.33,2.69 +"37569",0.41,"Good","D","VS1",64.2,55,989,4.72,4.75,3.04 +"37570",0.47,"Ideal","H","VS2",62.7,55,989,4.95,5.08,3.15 +"37571",0.37,"Premium","D","VS2",61,56,989,4.68,4.63,2.84 +"37572",0.5,"Very Good","J","SI1",62.8,58,990,5.05,5.08,3.18 +"37573",0.39,"Good","F","VVS2",63.5,58,990,4.61,4.65,2.94 +"37574",0.4,"Ideal","F","VVS2",60.1,57,990,4.78,4.83,2.89 +"37575",0.41,"Ideal","E","VS1",61.3,55,990,4.8,4.83,2.95 +"37576",0.46,"Ideal","G","SI1",61.4,56,990,4.97,4.99,3.06 +"37577",0.32,"Ideal","F","IF",60.7,56,990,4.43,4.46,2.7 +"37578",0.32,"Ideal","F","VVS1",62.3,56,990,4.38,4.35,2.72 +"37579",0.32,"Ideal","F","VVS1",61.8,56,990,4.45,4.42,2.74 +"37580",0.32,"Premium","D","VVS2",61.5,60,990,4.41,4.37,2.7 +"37581",0.35,"Ideal","D","VS1",63,57,990,4.51,4.48,2.83 +"37582",0.32,"Premium","F","VVS1",61.9,59,990,4.39,4.34,2.7 +"37583",0.32,"Ideal","F","VVS1",61.4,56,990,4.42,4.38,2.7 +"37584",0.32,"Ideal","F","VVS1",61.8,55,990,4.41,4.36,2.71 +"37585",0.32,"Premium","F","VVS1",61.3,58,990,4.4,4.37,2.69 +"37586",0.32,"Ideal","F","VVS1",62.1,56,990,4.43,4.39,2.74 +"37587",0.32,"Ideal","F","VVS1",61.7,56,990,4.42,4.4,2.72 +"37588",0.44,"Ideal","G","SI1",62.7,57,990,4.85,4.82,3.03 +"37589",0.44,"Premium","G","SI1",61.9,58,990,4.87,4.83,3 +"37590",0.44,"Ideal","G","SI1",61.5,57,990,4.88,4.87,3 +"37591",0.24,"Very Good","E","VVS2",64,56,485,3.94,3.97,2.53 +"37592",0.24,"Very Good","E","VVS2",62.5,58,485,3.96,4.01,2.49 +"37593",0.24,"Very Good","E","VVS2",63.9,53,485,3.93,3.96,2.52 +"37594",0.24,"Very Good","E","VVS2",58.9,63,485,4.05,4.07,2.39 +"37595",0.24,"Very Good","E","VVS2",62.2,60,485,3.97,4.01,2.48 +"37596",0.23,"Very Good","E","VVS2",63.8,57,485,3.88,3.9,2.48 +"37597",0.24,"Very Good","E","VVS2",59.7,60,485,4.08,4.1,2.44 +"37598",0.23,"Very Good","E","VVS2",59.7,54,485,4.02,4.05,2.41 +"37599",0.23,"Very Good","E","VVS2",59,63,485,3.98,4.05,2.37 +"37600",0.23,"Very Good","E","VVS2",61.1,62,485,3.92,3.94,2.4 +"37601",0.23,"Very Good","E","VVS2",62.1,62,485,3.91,3.95,2.44 +"37602",0.23,"Very Good","E","VVS2",58.8,62,485,4.04,4.06,2.38 +"37603",0.23,"Very Good","E","VVS2",63.7,55,485,3.87,3.89,2.47 +"37604",0.24,"Very Good","D","VVS2",61.3,58,485,3.99,4.03,2.46 +"37605",0.23,"Very Good","D","VVS2",63.5,58,485,3.86,3.89,2.46 +"37606",0.24,"Very Good","D","VVS2",58.7,61,485,4.04,4.07,2.38 +"37607",0.24,"Very Good","D","VVS2",61.5,61,485,4.02,4.04,2.48 +"37608",0.24,"Very Good","F","VVS1",63.5,54,485,3.92,3.96,2.5 +"37609",0.24,"Very Good","F","VVS1",61.7,56,485,3.98,4,2.46 +"37610",0.24,"Very Good","E","VVS1",62.8,59,485,3.94,3.96,2.48 +"37611",0.24,"Very Good","E","VVS1",61.7,61,485,3.95,3.99,2.45 +"37612",0.24,"Very Good","E","VVS1",61.5,59,485,3.99,4.01,2.46 +"37613",0.24,"Very Good","E","VVS1",61.7,58,485,3.95,3.99,2.45 +"37614",0.24,"Very Good","E","VVS1",61.7,58,485,3.94,4,2.45 +"37615",0.24,"Very Good","E","VVS1",60.4,62,485,3.99,4.02,2.42 +"37616",0.24,"Very Good","E","VVS1",62,60,485,3.96,4.01,2.47 +"37617",0.24,"Very Good","E","VVS1",61.2,55,485,4.03,4.08,2.48 +"37618",0.24,"Very Good","E","VVS1",60.7,60,485,4.01,4.06,2.45 +"37619",0.23,"Very Good","E","VVS1",58.8,61,485,3.98,4.01,2.35 +"37620",0.24,"Very Good","E","VVS1",63.1,55,485,3.96,4,2.51 +"37621",0.44,"Premium","I","VVS1",60.8,57,990,4.93,4.88,2.98 +"37622",0.44,"Premium","I","VVS1",61.5,58,990,4.95,4.87,3.02 +"37623",0.44,"Premium","I","VVS1",62.5,60,990,4.87,4.82,3.03 +"37624",0.44,"Premium","F","VS2",62.2,58,990,4.88,4.83,3.02 +"37625",0.44,"Premium","G","SI1",61.9,59,990,4.87,4.82,3 +"37626",0.44,"Premium","G","SI1",61.6,61,990,4.88,4.83,2.99 +"37627",0.44,"Premium","G","SI1",61,60,990,4.93,4.88,2.99 +"37628",0.4,"Ideal","D","SI1",60.8,57,990,4.81,4.77,2.91 +"37629",0.4,"Ideal","D","SI1",59.6,57,990,4.82,4.77,2.86 +"37630",0.4,"Ideal","D","SI1",61.8,55,990,4.78,4.74,2.94 +"37631",0.4,"Premium","D","SI1",59.9,60,990,4.77,4.75,2.85 +"37632",0.4,"Premium","D","SI1",60.8,59,990,4.8,4.77,2.91 +"37633",0.4,"Premium","D","SI1",61.1,58,990,4.75,4.74,2.9 +"37634",0.4,"Premium","D","SI1",61.3,60,990,4.75,4.71,2.9 +"37635",0.4,"Premium","D","SI1",61.4,56,990,4.83,4.72,2.93 +"37636",0.4,"Ideal","D","SI1",62.1,56,990,4.74,4.7,2.93 +"37637",0.4,"Premium","D","SI1",61.6,58,990,4.73,4.69,2.9 +"37638",0.4,"Premium","D","SI1",61.7,58,990,4.74,4.7,2.91 +"37639",0.4,"Ideal","D","SI1",62,56,990,4.71,4.68,2.91 +"37640",0.39,"Premium","H","VVS1",61.5,56,990,4.73,4.7,2.9 +"37641",0.41,"Premium","H","VS1",58.2,59,990,4.92,4.88,2.85 +"37642",0.41,"Premium","G","VS2",60.7,59,990,4.85,4.8,2.93 +"37643",0.48,"Premium","H","SI1",61.9,58,990,5.04,5.01,3.11 +"37644",0.32,"Premium","F","VVS1",62.7,60,990,4.35,4.32,2.72 +"37645",0.33,"Ideal","F","VS1",59.9,56,990,4.54,4.51,2.71 +"37646",0.44,"Premium","G","SI1",61.1,59,990,4.9,4.86,2.98 +"37647",0.44,"Premium","G","SI1",60.1,60,990,4.95,4.86,2.95 +"37648",0.41,"Very Good","H","VVS1",59.5,58,991,4.82,4.86,2.88 +"37649",0.41,"Very Good","H","VVS1",61.7,58,991,4.74,4.79,2.94 +"37650",0.41,"Very Good","D","VS1",63.4,56,991,4.7,4.76,3 +"37651",0.51,"Ideal","I","SI2",61.3,55,991,5.18,5.19,3.18 +"37652",0.48,"Good","J","SI1",64.4,58,991,4.87,4.92,3.15 +"37653",0.38,"Ideal","D","VVS2",60.3,57,992,4.71,4.77,2.86 +"37654",0.33,"Ideal","G","IF",61.5,56,992,4.46,4.48,2.75 +"37655",0.42,"Ideal","F","SI1",60.6,57,992,4.9,4.84,2.95 +"37656",0.42,"Ideal","I","VS1",62,55,992,4.85,4.83,3 +"37657",0.42,"Ideal","F","SI1",60.9,55,992,4.88,4.84,2.96 +"37658",0.42,"Premium","F","SI1",60,59,992,4.88,4.85,2.92 +"37659",0.42,"Premium","F","SI1",60.8,58,992,4.87,4.83,2.95 +"37660",0.42,"Premium","F","SI1",62.9,57,992,4.77,4.73,2.99 +"37661",0.42,"Premium","F","SI1",61.5,58,992,4.83,4.8,2.96 +"37662",0.42,"Premium","F","SI1",62.7,55,992,4.83,4.8,3.02 +"37663",0.42,"Ideal","F","SI1",62,57,992,4.83,4.81,2.99 +"37664",0.42,"Premium","F","SI1",61.8,58,992,4.84,4.81,2.98 +"37665",0.42,"Premium","E","SI1",61.6,59,992,4.85,4.83,2.98 +"37666",0.42,"Ideal","E","SI1",61.5,55,992,4.9,4.82,2.99 +"37667",0.42,"Premium","E","SI1",62.5,55,992,4.83,4.8,3.01 +"37668",0.42,"Ideal","E","SI1",62.6,57,992,4.84,4.81,3.02 +"37669",0.42,"Premium","E","SI1",62.3,58,992,4.81,4.76,2.98 +"37670",0.42,"Premium","E","SI1",62.7,57,992,4.83,4.77,3.01 +"37671",0.42,"Premium","E","SI1",62.7,59,992,4.79,4.78,3 +"37672",0.42,"Ideal","E","SI1",61.3,57,992,4.81,4.79,2.94 +"37673",0.42,"Premium","E","SI1",62.8,59,992,4.78,4.74,2.99 +"37674",0.42,"Very Good","E","SI1",63.4,56,992,4.82,4.74,3.03 +"37675",0.42,"Ideal","E","SI1",62.3,57,992,4.8,4.76,2.98 +"37676",0.7,"Fair","F","I1",65.4,59,992,5.6,5.49,3.63 +"37677",0.7,"Fair","F","I1",70.8,56,992,5.38,5.33,3.79 +"37678",0.7,"Fair","F","I1",66.5,62,992,5.54,5.49,3.67 +"37679",0.42,"Ideal","H","VS2",62.9,56,992,4.79,4.72,2.99 +"37680",0.42,"Premium","H","VS2",62.1,57,992,4.8,4.76,2.97 +"37681",0.42,"Ideal","H","VS2",62.5,57,992,4.81,4.76,2.99 +"37682",0.4,"Very Good","D","VS2",62.8,58,993,4.66,4.71,2.94 +"37683",0.38,"Ideal","G","VVS1",61.7,55,993,4.67,4.7,2.89 +"37684",0.38,"Ideal","G","VVS1",61.9,56,993,4.67,4.7,2.9 +"37685",0.43,"Premium","D","SI1",61,58,993,4.88,4.83,2.96 +"37686",0.43,"Premium","D","SI1",61,57,993,4.88,4.85,2.97 +"37687",0.43,"Very Good","D","SI1",63.4,55,993,4.84,4.78,3.05 +"37688",0.43,"Good","D","SI1",63.8,55,993,4.8,4.79,3.06 +"37689",0.43,"Ideal","D","SI1",62.5,55,993,4.83,4.8,3.01 +"37690",0.43,"Premium","D","SI1",61.2,60,993,4.84,4.8,2.95 +"37691",0.43,"Very Good","H","VS2",63.4,55,994,4.82,4.86,3.07 +"37692",0.4,"Ideal","F","VVS2",60.4,56,994,4.79,4.82,2.9 +"37693",0.35,"Ideal","F","VVS1",60.6,56,994,4.58,4.59,2.78 +"37694",0.35,"Ideal","F","VVS1",60.6,57,994,4.57,4.6,2.78 +"37695",0.41,"Premium","J","VVS1",60.1,58,994,4.83,4.79,2.89 +"37696",0.41,"Ideal","J","VVS1",61.2,57,994,4.82,4.79,2.94 +"37697",0.41,"Premium","J","VVS1",62.2,59,994,4.75,4.71,2.94 +"37698",0.41,"Ideal","J","VVS1",62,57,994,4.79,4.73,2.95 +"37699",0.48,"Fair","F","SI1",56.4,59,994,5.28,5.26,2.97 +"37700",0.48,"Good","F","SI1",59.3,64,994,5.13,5.1,3.03 +"37701",0.5,"Fair","F","SI1",66.5,59,994,5.01,4.91,3.3 +"37702",0.5,"Fair","F","SI1",65.1,59,994,5.01,4.92,3.23 +"37703",0.51,"Very Good","I","SI2",63.3,58,995,5.09,5.02,3.2 +"37704",0.41,"Very Good","D","VS2",59.2,58,995,4.83,4.87,2.87 +"37705",0.4,"Very Good","D","VS1",64,57,995,4.66,4.69,2.99 +"37706",0.37,"Very Good","F","IF",60.4,57,995,4.65,4.68,2.81 +"37707",0.38,"Very Good","G","VVS1",61.3,57,995,4.62,4.68,2.85 +"37708",0.38,"Very Good","D","VS1",58.2,58,995,4.77,4.81,2.79 +"37709",0.4,"Ideal","G","VVS1",62.6,57,995,4.66,4.73,2.94 +"37710",0.34,"Premium","E","VVS2",62.7,59,995,4.43,4.41,2.77 +"37711",0.47,"Premium","G","SI1",62.7,58,995,4.99,4.97,3.12 +"37712",0.34,"Premium","H","VVS1",61.2,60,995,4.5,4.46,2.74 +"37713",0.34,"Premium","H","VVS1",61.1,59,995,4.52,4.48,2.75 +"37714",0.34,"Very Good","H","VVS1",63.2,58,995,4.45,4.41,2.8 +"37715",0.34,"Ideal","H","VVS1",61.8,57,995,4.46,4.44,2.75 +"37716",0.34,"Ideal","H","VVS1",62.9,57,995,4.47,4.44,2.8 +"37717",0.34,"Premium","H","VVS1",61.5,60,995,4.49,4.45,2.75 +"37718",0.34,"Ideal","H","VVS1",62,54,995,4.48,4.46,2.77 +"37719",0.34,"Premium","G","VVS2",61.4,59,995,4.52,4.47,2.76 +"37720",0.34,"Ideal","G","VVS2",61.1,57,995,4.52,4.48,2.75 +"37721",0.34,"Ideal","G","VVS2",62.6,54,995,4.47,4.44,2.79 +"37722",0.34,"Ideal","G","VVS2",61.9,57,995,4.48,4.44,2.76 +"37723",0.34,"Ideal","G","VVS2",62.1,55,995,4.48,4.44,2.77 +"37724",0.34,"Premium","G","VVS2",61.6,58,995,4.49,4.44,2.75 +"37725",0.34,"Premium","G","VVS2",61.2,59,995,4.5,4.46,2.74 +"37726",0.34,"Ideal","G","VVS2",61.6,56,995,4.49,4.47,2.76 +"37727",0.34,"Premium","G","VVS2",61.7,56,995,4.51,4.47,2.77 +"37728",0.3,"Very Good","E","VVS1",63.5,57,995,4.27,4.23,2.7 +"37729",0.3,"Ideal","F","VVS1",61.9,57,995,4.32,4.3,2.67 +"37730",0.41,"Good","F","VVS2",63.6,56,996,4.68,4.72,2.99 +"37731",0.53,"Very Good","J","VS2",62.7,56,996,5.15,5.18,3.24 +"37732",0.45,"Premium","F","SI2",62.6,57,996,4.94,4.87,3.07 +"37733",0.45,"Ideal","F","SI2",62.5,57,996,4.9,4.86,3.05 +"37734",0.51,"Fair","J","VS2",65.3,55,996,4.97,4.96,3.24 +"37735",0.5,"Very Good","F","SI2",62.2,54,997,5.08,5.14,3.18 +"37736",0.5,"Good","F","SI2",63.5,58,997,4.98,5.03,3.18 +"37737",0.37,"Ideal","D","VVS2",61.6,54,997,4.61,4.64,2.85 +"37738",0.4,"Ideal","G","VVS1",60.2,60,997,4.78,4.82,2.89 +"37739",0.37,"Ideal","F","VVS1",61.3,56,997,4.65,4.68,2.86 +"37740",0.46,"Ideal","I","VS1",62,54,997,4.97,4.99,3.09 +"37741",0.41,"Ideal","E","VS1",60.5,58,997,4.81,4.85,2.92 +"37742",0.31,"Ideal","D","VVS2",61.9,55,997,4.39,4.36,2.71 +"37743",0.31,"Ideal","D","VVS2",60.9,57,997,4.42,4.38,2.68 +"37744",0.5,"Premium","D","SI2",62.9,58,997,5.06,5.01,3.17 +"37745",0.5,"Premium","D","SI2",62.9,58,997,5.06,5.01,3.17 +"37746",0.31,"Fair","D","VVS2",54.2,65,997,4.61,4.58,2.49 +"37747",0.31,"Premium","F","VVS1",59.2,62,997,4.41,4.34,2.59 +"37748",0.43,"Very Good","G","VS1",59.3,58,998,4.97,5.02,2.96 +"37749",0.43,"Very Good","I","IF",61,56,998,4.9,4.93,3 +"37750",0.36,"Ideal","E","VVS2",61.9,55,998,4.57,4.61,2.84 +"37751",0.34,"Ideal","D","VS1",60.3,56,998,4.53,4.56,2.74 +"37752",0.38,"Ideal","F","VS1",62.4,54,998,4.68,4.64,2.91 +"37753",0.38,"Premium","F","VS1",60.9,58,998,4.71,4.68,2.86 +"37754",0.38,"Ideal","D","VS2",62,56,998,4.68,4.64,2.89 +"37755",0.38,"Ideal","F","VS1",62.8,56,998,4.64,4.59,2.9 +"37756",0.38,"Premium","F","VS1",62.4,59,998,4.63,4.57,2.87 +"37757",0.38,"Premium","D","VS2",61.6,59,998,4.66,4.62,2.86 +"37758",0.38,"Premium","D","VS2",60.9,58,998,4.67,4.63,2.83 +"37759",0.38,"Ideal","G","VS1",62.5,56,998,4.64,4.58,2.88 +"37760",0.44,"Premium","E","SI1",62.3,58,998,4.88,4.85,3.03 +"37761",0.34,"Very Good","F","IF",61.1,54,999,4.54,4.56,2.78 +"37762",0.53,"Ideal","J","SI1",61.6,55,999,5.2,5.23,3.21 +"37763",0.34,"Ideal","F","IF",61.8,55,999,4.49,4.51,2.78 +"37764",0.41,"Ideal","E","VS2",61.8,57,999,4.78,4.76,2.95 +"37765",0.41,"Ideal","E","VS2",61.8,54,999,4.79,4.76,2.95 +"37766",0.41,"Ideal","E","VS2",62.4,54,999,4.79,4.76,2.98 +"37767",0.41,"Premium","E","VS2",59.8,60,999,4.87,4.83,2.9 +"37768",0.41,"Premium","E","VS2",61.3,58,999,4.79,4.74,2.92 +"37769",0.41,"Ideal","E","VS2",62.1,57,999,4.79,4.74,2.96 +"37770",0.41,"Premium","E","VS2",62.1,58,999,4.78,4.75,2.96 +"37771",0.41,"Ideal","E","VS2",61.6,55,999,4.79,4.75,2.94 +"37772",0.41,"Ideal","E","VS2",62,56,999,4.79,4.72,2.95 +"37773",0.41,"Ideal","E","VS2",62.1,56,999,4.76,4.74,2.95 +"37774",0.41,"Ideal","E","VS2",62.3,56,999,4.77,4.74,2.96 +"37775",0.41,"Ideal","E","VS2",62.5,55,999,4.77,4.74,2.97 +"37776",0.41,"Ideal","E","VS2",61.8,56,999,4.78,4.74,2.94 +"37777",0.41,"Premium","H","VVS2",59.8,60,999,4.86,4.79,2.88 +"37778",0.37,"Premium","E","VS1",61.5,55,999,4.7,4.66,2.88 +"37779",0.37,"Ideal","E","VS1",61.3,55,999,4.68,4.65,2.86 +"37780",0.38,"Very Good","E","VVS2",61.8,56,1000,4.66,4.68,2.88 +"37781",0.39,"Very Good","F","VS1",57.1,61,1000,4.86,4.91,2.79 +"37782",0.38,"Very Good","E","VS1",61.5,58,1000,4.64,4.69,2.87 +"37783",0.38,"Premium","E","VS1",60.7,59,1000,4.65,4.7,2.84 +"37784",0.38,"Ideal","E","VS1",61.6,56,1000,4.65,4.67,2.87 +"37785",0.53,"Very Good","G","SI2",62.5,55,1000,5.14,5.19,3.23 +"37786",0.57,"Very Good","I","SI2",62.1,57,1000,5.29,5.33,3.3 +"37787",0.38,"Ideal","E","VS1",61.9,56,1000,4.63,4.67,2.88 +"37788",0.5,"Good","E","SI2",63.2,61,1000,5.02,5.05,3.18 +"37789",0.3,"Ideal","D","VVS1",61.3,57,1000,4.29,4.32,2.64 +"37790",0.38,"Premium","E","VS1",60.7,59,1000,4.69,4.73,2.86 +"37791",0.38,"Premium","E","VS1",60.2,58,1000,4.66,4.71,2.82 +"37792",0.3,"Ideal","D","VVS1",61.1,57,1000,4.34,4.36,2.66 +"37793",0.38,"Ideal","E","VS1",62.1,56,1000,4.62,4.65,2.88 +"37794",0.38,"Ideal","E","VS1",61.6,56,1000,4.62,4.66,2.86 +"37795",0.38,"Ideal","E","VS1",62.7,55,1000,4.6,4.65,2.9 +"37796",0.5,"Premium","G","SI2",62.5,57,1000,5.04,5.01,3.14 +"37797",0.34,"Ideal","G","VVS1",61.8,56,1000,4.45,4.51,2.77 +"37798",0.41,"Ideal","G","VVS1",61.8,55,1000,4.76,4.79,2.95 +"37799",0.35,"Ideal","E","VVS1",61.7,54,1000,4.56,4.58,2.82 +"37800",0.53,"Ideal","H","SI2",61.5,56,1000,5.21,5.23,3.21 +"37801",0.51,"Ideal","I","SI1",61.9,54,1000,5.12,5.15,3.18 +"37802",0.51,"Ideal","I","SI1",61.7,54,1000,5.18,5.19,3.2 +"37803",0.43,"Good","H","VVS1",60,61,1000,4.91,4.93,2.95 +"37804",0.5,"Very Good","J","SI1",63.2,55,1000,5.07,5.03,3.19 +"37805",0.35,"Very Good","G","IF",60.5,56,1001,4.56,4.6,2.77 +"37806",0.41,"Ideal","F","VVS1",61.3,56,1001,4.8,4.82,2.95 +"37807",0.34,"Ideal","E","VVS1",61.8,57,1001,4.47,4.5,2.77 +"37808",0.35,"Ideal","G","IF",62,54,1001,4.54,4.56,2.82 +"37809",0.35,"Ideal","G","IF",61.7,55,1001,4.52,4.55,2.8 +"37810",0.35,"Ideal","G","IF",61.5,55,1001,4.53,4.57,2.8 +"37811",0.35,"Ideal","G","IF",61.9,54,1001,4.56,4.58,2.83 +"37812",0.35,"Ideal","G","IF",61.3,55,1001,4.57,4.6,2.81 +"37813",0.44,"Good","E","VS2",59,64,1001,5.01,4.94,2.93 +"37814",0.7,"Fair","G","I1",66.9,55,1001,5.6,5.52,3.72 +"37815",0.52,"Premium","G","SI2",62.5,59,1001,5.1,5.07,3.18 +"37816",0.36,"Ideal","D","VS1",61.8,55,1002,4.58,4.54,2.82 +"37817",0.36,"Very Good","G","IF",60.4,62,1002,4.6,4.64,2.79 +"37818",0.41,"Good","E","VVS1",63.5,57,1002,4.73,4.75,3.01 +"37819",0.51,"Good","G","SI2",63.2,57,1002,5.03,5.07,3.19 +"37820",0.32,"Ideal","F","VVS2",61.3,56,1002,4.42,4.45,2.72 +"37821",0.53,"Ideal","J","SI2",62.3,58,1002,5.13,5.17,3.21 +"37822",0.31,"Ideal","E","IF",61.3,58,1002,4.37,4.4,2.69 +"37823",0.33,"Ideal","D","VS2",62.1,56,1002,4.48,4.44,2.77 +"37824",0.33,"Ideal","E","VS1",61.6,56,1002,4.46,4.43,2.74 +"37825",0.33,"Premium","E","VS1",61.6,58,1002,4.45,4.41,2.73 +"37826",0.33,"Premium","E","VS1",60.9,58,1002,4.49,4.45,2.72 +"37827",0.33,"Ideal","E","VS1",60.2,57,1002,4.52,4.48,2.71 +"37828",0.33,"Ideal","E","VS1",59.6,56,1002,4.54,4.49,2.69 +"37829",0.33,"Ideal","E","VS1",60.6,57,1002,4.54,4.5,2.74 +"37830",0.33,"Ideal","D","VS2",62.1,56,1002,4.47,4.42,2.76 +"37831",0.33,"Ideal","D","VS2",61.8,56,1002,4.48,4.45,2.76 +"37832",0.33,"Ideal","D","VS2",61.8,56,1002,4.44,4.4,2.73 +"37833",0.33,"Ideal","D","VS2",60.7,57,1002,4.5,4.46,2.72 +"37834",0.33,"Ideal","D","VS2",60.9,55,1002,4.5,4.46,2.73 +"37835",0.33,"Ideal","D","VS2",60.9,55,1002,4.5,4.47,2.73 +"37836",0.33,"Ideal","D","VS2",61.9,53,1002,4.49,4.46,2.77 +"37837",0.33,"Premium","D","VS2",60.7,58,1002,4.5,4.46,2.72 +"37838",0.33,"Ideal","D","VS2",62.1,55,1002,4.46,4.43,2.76 +"37839",0.33,"Ideal","D","VS2",62.1,54,1002,4.46,4.43,2.76 +"37840",0.33,"Ideal","D","VS2",62.3,56,1002,4.46,4.43,2.77 +"37841",0.33,"Ideal","D","VS2",62.5,56,1002,4.46,4.43,2.78 +"37842",0.33,"Ideal","D","VS2",62.8,54,1002,4.46,4.43,2.79 +"37843",0.33,"Ideal","D","VS2",62.3,57,1002,4.45,4.41,2.76 +"37844",0.33,"Ideal","D","VS2",62.5,55,1002,4.45,4.41,2.77 +"37845",0.33,"Ideal","D","VS2",61.9,56,1002,4.44,4.42,2.74 +"37846",0.33,"Ideal","D","VS2",61.9,57,1002,4.47,4.42,2.75 +"37847",0.33,"Ideal","D","VS2",62.6,56,1002,4.43,4.39,2.76 +"37848",0.33,"Premium","D","VS2",61.2,58,1002,4.44,4.41,2.71 +"37849",0.33,"Ideal","E","VS1",62.6,57,1002,4.42,4.4,2.76 +"37850",0.33,"Premium","E","VS1",61.5,59,1002,4.46,4.42,2.73 +"37851",0.33,"Ideal","E","VS1",62.7,57,1002,4.45,4.38,2.77 +"37852",0.46,"Fair","G","VS2",65.3,56,1002,4.83,4.76,3.13 +"37853",0.33,"Premium","D","VVS2",62.6,56,1002,4.47,4.44,2.79 +"37854",0.37,"Very Good","G","IF",61.8,56,1003,4.6,4.64,2.85 +"37855",0.4,"Ideal","D","VS1",60.6,56,1003,4.78,4.82,2.91 +"37856",0.44,"Ideal","E","VS2",61.5,56,1003,4.9,4.92,3.02 +"37857",0.44,"Premium","E","VS2",62.3,59,1003,4.81,4.91,3.03 +"37858",0.44,"Premium","E","VS2",60.4,58,1003,4.87,4.93,2.96 +"37859",0.44,"Ideal","E","VS2",62.4,57,1003,4.88,4.9,3.05 +"37860",0.44,"Premium","E","VS2",60.4,59,1003,4.9,4.93,2.97 +"37861",0.44,"Ideal","E","VS2",61.9,55,1003,4.86,4.89,3.02 +"37862",0.34,"Ideal","F","VVS2",61,56,1003,4.54,4.57,2.78 +"37863",0.34,"Ideal","F","VVS2",61.8,55,1003,4.46,4.51,2.77 +"37864",0.4,"Ideal","G","VS2",60.5,57,1003,4.74,4.8,2.89 +"37865",0.37,"Ideal","D","VS2",61.4,55,1003,4.64,4.67,2.86 +"37866",0.39,"Ideal","F","VS1",62,55,1003,4.66,4.69,2.9 +"37867",0.46,"Fair","F","SI1",64.9,58,1003,4.81,4.77,3.11 +"37868",0.4,"Very Good","D","VS1",62.9,55,1004,4.73,4.77,2.99 +"37869",0.39,"Ideal","G","VVS1",58.8,62,1004,4.77,4.79,2.81 +"37870",0.38,"Ideal","F","VS1",61.1,56,1004,4.7,4.65,2.86 +"37871",0.39,"Ideal","E","VS1",62.2,53.3,1004,4.68,4.7,2.92 +"37872",0.39,"Ideal","E","VS1",62.3,54.4,1004,4.66,4.69,2.91 +"37873",0.41,"Ideal","E","VS1",61.6,54,1004,4.77,4.8,2.95 +"37874",0.39,"Ideal","E","VS1",62.7,53.6,1004,4.67,4.69,2.93 +"37875",0.51,"Ideal","J","SI1",61.5,56,1004,5.14,5.17,3.17 +"37876",0.32,"Ideal","E","IF",60.6,60,1004,4.43,4.45,2.69 +"37877",0.51,"Premium","G","SI2",59.9,60,1004,5.14,5.07,3.06 +"37878",0.42,"Very Good","E","VS1",62.9,57,1005,4.75,4.79,3 +"37879",0.38,"Very Good","D","VS2",63.1,55,1005,4.6,4.59,2.9 +"37880",0.43,"Ideal","G","VS1",61.6,55.1,1005,4.85,4.89,3 +"37881",0.4,"Very Good","G","VS1",63.4,56,1005,4.72,4.68,2.98 +"37882",0.4,"Ideal","E","VS1",61.2,55,1005,4.79,4.76,2.92 +"37883",0.48,"Premium","E","SI2",62.9,60,1005,4.93,4.9,3.09 +"37884",0.3,"Very Good","E","VVS1",61.8,56,1006,4.29,4.32,2.66 +"37885",0.46,"Ideal","I","VVS2",61.4,57,1006,4.96,5,3.06 +"37886",0.42,"Ideal","D","VS1",61.4,55,1006,4.8,4.9,2.98 +"37887",0.5,"Premium","G","SI2",61.9,58,1006,5.12,5.09,3.16 +"37888",0.47,"Ideal","H","VS2",62,54,1006,4.99,5.01,3.1 +"37889",0.33,"Ideal","D","VS1",61.3,55,1006,4.46,4.48,2.74 +"37890",0.36,"Ideal","G","IF",62,57,1006,4.54,4.58,2.82 +"37891",0.37,"Premium","D","VS1",61.9,58,1006,4.62,4.56,2.84 +"37892",0.46,"Very Good","F","SI1",63.1,56,1006,4.9,4.87,3.08 +"37893",0.41,"Ideal","F","VS1",62.1,56,1007,4.77,4.8,2.97 +"37894",0.41,"Very Good","G","VVS2",62.9,56,1007,4.7,4.74,2.97 +"37895",0.41,"Ideal","D","VS2",61.6,55,1007,4.74,4.77,2.93 +"37896",0.41,"Ideal","D","VS2",62.4,54,1007,4.74,4.78,2.97 +"37897",0.41,"Ideal","G","VVS2",61.8,56,1007,4.74,4.78,2.94 +"37898",0.41,"Ideal","F","VS1",61.9,55,1007,4.76,4.8,2.96 +"37899",0.41,"Ideal","D","VS2",62.2,57,1007,4.72,4.76,2.95 +"37900",0.41,"Ideal","G","VVS2",62.5,55,1007,4.75,4.76,2.97 +"37901",0.41,"Ideal","D","VS2",61.7,56,1007,4.78,4.81,2.96 +"37902",0.41,"Ideal","F","VS1",61.8,56,1007,4.75,4.79,2.95 +"37903",0.41,"Ideal","F","VS1",61.3,55,1007,4.79,4.83,2.95 +"37904",0.41,"Premium","F","VS1",62.7,58,1007,4.74,4.77,2.98 +"37905",0.41,"Ideal","G","VVS2",61,57,1007,4.78,4.8,2.92 +"37906",0.41,"Ideal","D","VS2",61.9,56,1007,4.77,4.8,2.96 +"37907",0.41,"Ideal","E","VS1",61.4,55,1007,4.8,4.84,2.96 +"37908",0.41,"Ideal","F","VS1",62.1,56,1007,4.74,4.76,2.95 +"37909",0.41,"Ideal","F","VS1",60.8,56,1007,4.76,4.79,2.92 +"37910",0.41,"Ideal","F","VS1",62,55,1007,4.77,4.81,2.97 +"37911",0.41,"Ideal","I","IF",62.6,57,1007,4.74,4.78,2.98 +"37912",0.41,"Very Good","G","VVS2",61.6,56,1007,4.76,4.78,2.94 +"37913",0.41,"Very Good","F","VS1",60.7,56,1007,4.77,4.82,2.91 +"37914",0.41,"Premium","D","VS2",62.4,60,1007,4.71,4.75,2.95 +"37915",0.41,"Ideal","D","VS2",62.4,55,1007,4.76,4.79,2.98 +"37916",0.41,"Ideal","F","VS1",61.9,57,1007,4.73,4.77,2.94 +"37917",0.41,"Ideal","D","VS2",62.2,54,1007,4.77,4.81,2.98 +"37918",0.41,"Premium","F","VS1",62.6,58,1007,4.74,4.75,2.97 +"37919",0.41,"Ideal","F","VS1",60.6,57,1007,4.79,4.84,2.92 +"37920",0.41,"Ideal","F","VS1",62.3,55,1007,4.77,4.79,2.98 +"37921",0.23,"Very Good","E","VVS1",63.3,57,485,3.88,3.95,2.48 +"37922",0.23,"Very Good","E","VVS1",59.3,62,485,3.99,4,2.37 +"37923",0.23,"Very Good","E","VVS1",61,58,485,3.99,4.01,2.44 +"37924",0.23,"Very Good","D","VVS1",61.7,59,485,3.94,3.97,2.44 +"37925",0.23,"Very Good","F","IF",61,62,485,3.95,3.99,2.42 +"37926",0.32,"Ideal","I","VS2",60.6,56,485,4.42,4.46,2.69 +"37927",0.23,"Good","E","VVS2",63.4,61,485,3.85,3.91,2.46 +"37928",0.3,"Good","H","SI2",63.9,57,485,4.27,4.24,2.72 +"37929",0.3,"Very Good","H","SI2",63.2,55,485,4.29,4.26,2.7 +"37930",0.3,"Premium","H","SI2",61.9,60,485,4.29,4.27,2.65 +"37931",0.24,"Premium","D","VS2",61.4,55,485,4.05,3.99,2.47 +"37932",0.26,"Very Good","H","VVS2",62.5,56,486,4.07,4.09,2.55 +"37933",0.26,"Very Good","H","VVS2",60.5,56,486,4.13,4.16,2.51 +"37934",0.26,"Very Good","G","VVS2",62.3,56,486,4.07,4.09,2.54 +"37935",0.26,"Very Good","G","VVS2",62.6,56,486,4.1,4.13,2.57 +"37936",0.26,"Very Good","G","VVS2",62.5,55,486,4.1,4.12,2.57 +"37937",0.26,"Very Good","G","VVS2",62.2,56,486,4.09,4.12,2.55 +"37938",0.3,"Ideal","H","VS2",62.5,53.2,486,4.29,4.34,2.69 +"37939",0.3,"Ideal","H","VS2",61.9,54.6,486,4.27,4.33,2.67 +"37940",0.3,"Ideal","I","VS1",62.2,53.9,486,4.29,4.33,2.68 +"37941",0.24,"Ideal","E","SI1",62.5,56,486,4.01,3.99,2.5 +"37942",0.27,"Premium","H","VVS2",60.7,59,486,4.19,4.21,2.55 +"37943",0.27,"Very Good","H","VVS2",62.1,57,486,4.1,4.15,2.56 +"37944",0.33,"Very Good","H","VS2",58.8,62,486,4.49,4.53,2.65 +"37945",0.36,"Good","I","SI1",63.1,57,486,4.51,4.55,2.86 +"37946",0.36,"Premium","I","SI1",60.4,60,486,4.58,4.62,2.78 +"37947",0.32,"Very Good","E","SI1",62,60,486,4.38,4.43,2.73 +"37948",0.28,"Very Good","E","VS2",63,59,487,4.11,4.15,2.6 +"37949",0.28,"Very Good","E","VS2",60.4,59,487,4.22,4.26,2.56 +"37950",0.28,"Very Good","E","VS2",62.7,58,487,4.15,4.18,2.61 +"37951",0.41,"Premium","F","VS1",61.1,58,1007,4.74,4.78,2.91 +"37952",0.41,"Premium","G","VVS2",61.6,58,1007,4.74,4.8,2.94 +"37953",0.41,"Ideal","F","VS1",61.3,57,1007,4.77,4.79,2.93 +"37954",0.41,"Very Good","F","VS1",58.6,61,1007,4.83,4.87,2.84 +"37955",0.41,"Ideal","G","VVS2",61.3,56,1007,4.77,4.79,2.93 +"37956",0.41,"Ideal","G","VVS2",62.2,56,1007,4.75,4.8,2.97 +"37957",0.41,"Ideal","D","VS2",61.5,57,1007,4.77,4.79,2.94 +"37958",0.41,"Ideal","F","VS1",62.6,55,1007,4.75,4.77,2.98 +"37959",0.41,"Premium","G","VVS2",61.4,58,1007,4.75,4.8,2.93 +"37960",0.41,"Ideal","G","VVS2",61.1,55,1007,4.8,4.83,2.94 +"37961",0.41,"Ideal","F","VS1",62,57,1007,4.73,4.76,2.94 +"37962",0.41,"Ideal","F","VS1",62.5,57,1007,4.75,4.76,2.97 +"37963",0.41,"Premium","F","VS1",62.4,60,1007,4.71,4.77,2.96 +"37964",0.41,"Ideal","F","VS1",62,56,1007,4.77,4.81,2.97 +"37965",0.41,"Very Good","D","VS2",62.8,55,1007,4.7,4.73,2.96 +"37966",0.41,"Ideal","F","VS1",60.8,57,1007,4.77,4.8,2.91 +"37967",0.41,"Very Good","F","VS1",60.8,58,1007,4.76,4.82,2.91 +"37968",0.41,"Ideal","G","VVS2",60.4,56,1007,4.8,4.83,2.91 +"37969",0.41,"Ideal","G","VVS2",61.3,56,1007,4.76,4.77,2.92 +"37970",0.41,"Ideal","F","VS1",62.7,55,1007,4.74,4.77,2.98 +"37971",0.41,"Very Good","F","VS1",61.2,57,1007,4.77,4.8,2.93 +"37972",0.41,"Ideal","E","VS1",61.5,56,1007,4.77,4.79,2.94 +"37973",0.41,"Premium","F","VS1",59.9,58,1007,4.81,4.84,2.89 +"37974",0.33,"Ideal","D","VS1",61.7,55,1007,4.48,4.5,2.77 +"37975",0.4,"Good","G","VS2",63.8,59,1007,4.64,4.57,2.94 +"37976",0.4,"Very Good","H","VS1",63.4,58,1007,4.74,4.66,2.98 +"37977",0.32,"Premium","E","VS1",62,58,1008,4.35,4.29,2.68 +"37978",0.4,"Very Good","G","VVS1",60.6,58,1008,4.69,4.78,2.87 +"37979",0.51,"Very Good","J","VS2",58,62,1008,5.24,5.27,3.05 +"37980",0.51,"Very Good","J","VS2",61.6,58,1008,5.09,5.14,3.15 +"37981",0.51,"Very Good","H","SI1",61.2,55,1008,5.19,5.21,3.18 +"37982",0.39,"Ideal","G","VS1",62,55,1008,4.66,4.71,2.9 +"37983",0.39,"Ideal","G","VS1",62.6,55,1008,4.66,4.69,2.93 +"37984",0.38,"Ideal","E","VVS2",59.9,61,1008,4.71,4.74,2.83 +"37985",0.32,"Ideal","D","VVS2",60.9,57,1008,4.39,4.45,2.7 +"37986",0.39,"Ideal","G","VVS1",61.8,54.4,1008,4.69,4.73,2.92 +"37987",0.39,"Ideal","G","VVS1",62.1,54.7,1008,4.64,4.72,2.91 +"37988",0.39,"Ideal","G","VVS1",62.4,53.6,1008,4.65,4.7,2.92 +"37989",0.5,"Ideal","I","SI1",61.5,54,1008,5.13,5.15,3.16 +"37990",0.32,"Ideal","F","VVS2",61.9,57,1008,4.39,4.36,2.71 +"37991",0.32,"Premium","F","VVS2",61.8,60,1008,4.41,4.36,2.71 +"37992",0.32,"Ideal","F","VVS2",62.1,54,1008,4.44,4.41,2.75 +"37993",0.32,"Ideal","F","VVS2",61.2,57,1008,4.43,4.4,2.7 +"37994",0.32,"Ideal","F","VVS2",62,55,1008,4.41,4.39,2.73 +"37995",0.43,"Ideal","H","VVS2",62.3,55,1008,4.85,4.82,3.01 +"37996",0.43,"Ideal","H","VVS2",61.3,56,1008,4.9,4.86,2.99 +"37997",0.43,"Ideal","G","VS1",61.9,55,1008,4.86,4.84,3 +"37998",0.43,"Ideal","G","VS1",61.9,55,1008,4.86,4.84,3 +"37999",0.43,"Ideal","G","VS1",61.3,57,1008,4.88,4.85,2.98 +"38000",0.43,"Ideal","G","VS1",61.1,56,1008,4.9,4.86,2.98 +"38001",0.43,"Premium","G","VS1",60.9,57,1008,4.91,4.88,2.98 +"38002",0.43,"Premium","G","VS1",61,58,1008,4.92,4.89,2.99 +"38003",0.43,"Premium","G","VS1",62.2,59,1008,4.84,4.81,3 +"38004",0.43,"Ideal","G","VS1",62.3,56,1008,4.85,4.82,3.01 +"38005",0.43,"Premium","G","VS1",61.8,59,1008,4.88,4.83,3 +"38006",0.43,"Very Good","F","VS1",63.4,57,1008,4.8,4.76,3.03 +"38007",0.32,"Ideal","G","VVS1",61.8,56,1008,4.41,4.39,2.72 +"38008",0.4,"Premium","F","VVS2",59.4,59,1008,4.85,4.78,2.86 +"38009",0.42,"Premium","H","SI1",60.5,58,1008,4.85,4.83,2.93 +"38010",0.38,"Premium","D","VVS2",60.8,55,1009,4.71,4.67,2.85 +"38011",0.31,"Very Good","D","VVS2",60.5,56,1009,4.38,4.41,2.66 +"38012",0.42,"Very Good","D","VS1",60.6,58,1009,4.87,4.9,2.96 +"38013",0.44,"Good","D","VS2",63.6,56,1009,4.81,4.84,3.07 +"38014",0.5,"Good","G","SI2",63.8,57,1009,4.98,5.02,3.19 +"38015",0.6,"Ideal","I","SI2",61.8,55,1009,5.44,5.46,3.37 +"38016",0.39,"Premium","I","VVS2",63,56,1009,4.68,4.62,2.93 +"38017",0.39,"Premium","H","VS1",61.7,57,1009,4.68,4.65,2.88 +"38018",0.39,"Premium","G","VS2",62.3,59,1009,4.69,4.65,2.91 +"38019",0.39,"Premium","G","VS2",60.4,61,1009,4.7,4.67,2.83 +"38020",0.39,"Premium","G","VS2",61.2,60,1009,4.73,4.68,2.88 +"38021",0.39,"Very Good","G","VS2",63.3,57,1009,4.65,4.61,2.93 +"38022",0.39,"Very Good","G","VS2",63.4,57,1009,4.67,4.63,2.95 +"38023",0.39,"Premium","G","VS2",62.4,56,1009,4.68,4.64,2.91 +"38024",0.39,"Premium","G","VS2",60.9,59,1009,4.74,4.69,2.87 +"38025",0.5,"Very Good","E","SI2",58,63,1009,5.22,5.19,3.02 +"38026",0.33,"Premium","H","IF",61.7,59,1010,4.45,4.43,2.74 +"38027",0.32,"Ideal","F","IF",62.2,55,1010,4.38,4.4,2.73 +"38028",0.4,"Ideal","D","VVS2",62.5,55,1010,4.73,4.77,2.97 +"38029",0.4,"Very Good","D","VVS2",62.2,62,1010,4.68,4.71,2.92 +"38030",0.38,"Ideal","F","VVS2",61.3,56.2,1010,4.69,4.71,2.88 +"38031",0.38,"Ideal","F","VVS2",62.1,54.6,1010,4.65,4.69,2.9 +"38032",0.38,"Ideal","F","VVS2",61.7,55.4,1010,4.66,4.68,2.88 +"38033",0.38,"Ideal","F","VVS2",62,54.1,1010,4.66,4.68,2.9 +"38034",0.32,"Ideal","E","VVS2",61.3,55,1010,4.41,4.43,2.71 +"38035",0.32,"Ideal","E","VVS2",61.5,56,1010,4.41,4.44,2.72 +"38036",0.4,"Ideal","G","VS2",61,57,1010,4.74,4.77,2.9 +"38037",0.3,"Very Good","D","VVS2",63.5,58,1010,4.31,4.23,2.71 +"38038",0.33,"Premium","H","IF",62.9,58,1010,4.43,4.38,2.77 +"38039",0.39,"Premium","F","VS1",62,56,1010,4.72,4.64,2.9 +"38040",0.37,"Premium","G","VVS2",62.2,58,1010,4.6,4.56,2.85 +"38041",0.35,"Fair","F","VVS1",54.6,59,1011,4.85,4.79,2.63 +"38042",0.35,"Fair","D","VVS2",53.2,62,1011,4.87,4.8,2.57 +"38043",0.55,"Premium","H","SI2",59.8,59,1011,5.33,5.3,3.18 +"38044",0.5,"Ideal","G","SI2",61.2,56,1011,5.13,5.17,3.15 +"38045",0.35,"Ideal","F","VS1",62.4,57,1011,4.52,4.49,2.81 +"38046",0.41,"Ideal","H","VVS1",61.5,55,1011,4.81,4.79,2.95 +"38047",0.39,"Very Good","F","VS2",63.3,55,1011,4.66,4.63,2.94 +"38048",0.49,"Premium","H","SI2",59.9,59,1011,5.17,5.12,3.08 +"38049",0.31,"Premium","D","VS1",59.7,58,1011,4.45,4.4,2.64 +"38050",0.49,"Premium","E","SI2",60.9,57,1011,5.11,5.07,3.1 +"38051",0.31,"Premium","E","VVS1",62,59,1012,4.34,4.3,2.68 +"38052",0.31,"Premium","E","VVS1",61.8,59,1012,4.33,4.31,2.67 +"38053",0.4,"Very Good","F","VVS2",60.5,57,1012,4.76,4.79,2.89 +"38054",0.34,"Fair","E","VVS1",54,56,1012,4.8,4.76,2.58 +"38055",0.4,"Ideal","F","VVS2",62.2,55,1012,4.75,4.77,2.96 +"38056",0.45,"Good","F","VS1",59,62,1012,5.02,5.04,2.97 +"38057",0.57,"Premium","D","SI2",61.3,59,1012,5.32,5.28,3.25 +"38058",0.54,"Premium","F","SI2",61.2,60,1013,5.26,5.16,3.19 +"38059",0.41,"Ideal","E","VVS2",62.5,57,1013,4.71,4.76,2.96 +"38060",0.38,"Ideal","E","VVS2",62.5,53,1013,4.62,4.66,2.9 +"38061",0.38,"Ideal","D","VS2",61.8,56,1013,4.65,4.67,2.88 +"38062",0.38,"Ideal","F","VS1",61.1,56,1013,4.69,4.71,2.87 +"38063",0.3,"Ideal","E","IF",61.1,57,1013,4.31,4.33,2.64 +"38064",0.4,"Good","G","VVS1",59.1,61,1013,4.86,4.88,2.88 +"38065",0.36,"Ideal","F","VS1",60.1,57,1013,4.67,4.62,2.79 +"38066",0.3,"Premium","E","VVS2",61.9,59,1013,4.32,4.27,2.66 +"38067",0.3,"Ideal","E","VVS2",61.9,57,1013,4.31,4.28,2.66 +"38068",0.3,"Premium","E","VVS2",61.3,59,1013,4.32,4.3,2.64 +"38069",0.3,"Premium","F","IF",61.6,58,1013,4.35,4.32,2.67 +"38070",0.3,"Ideal","F","IF",61.1,57,1013,4.39,4.35,2.67 +"38071",0.3,"Premium","E","VVS2",61.8,58,1013,4.29,4.26,2.64 +"38072",0.3,"Premium","E","VVS2",61.4,59,1013,4.34,4.32,2.66 +"38073",0.3,"Ideal","E","VVS2",60.2,57,1013,4.4,4.37,2.64 +"38074",0.3,"Premium","E","VVS2",61.5,60,1013,4.31,4.28,2.64 +"38075",0.3,"Ideal","E","VVS2",61.7,57,1013,4.34,4.31,2.67 +"38076",0.36,"Premium","F","VS1",60.7,58,1013,4.62,4.57,2.79 +"38077",0.3,"Premium","E","VVS2",60.8,60,1013,4.31,4.27,2.61 +"38078",0.3,"Ideal","E","VVS2",61.9,57,1013,4.32,4.28,2.66 +"38079",0.3,"Ideal","E","VVS2",61.8,56,1013,4.33,4.31,2.67 +"38080",0.3,"Premium","F","IF",60.7,58,1013,4.37,4.33,2.64 +"38081",0.3,"Premium","E","VVS2",61.4,60,1013,4.28,4.25,2.62 +"38082",0.3,"Premium","E","VVS2",61.4,58,1013,4.28,4.25,2.62 +"38083",0.36,"Ideal","E","VS2",61.2,56,1013,4.63,4.59,2.82 +"38084",0.36,"Ideal","F","VS1",61.9,56,1013,4.59,4.56,2.83 +"38085",0.3,"Premium","E","VVS2",60.1,59,1013,4.37,4.32,2.61 +"38086",0.3,"Ideal","E","VVS2",61.8,56,1013,4.35,4.33,2.68 +"38087",0.3,"Ideal","F","IF",62,56,1013,4.34,4.3,2.68 +"38088",0.3,"Ideal","E","VVS2",61.7,55,1013,4.31,4.28,2.65 +"38089",0.3,"Ideal","E","VVS2",61.6,57,1013,4.32,4.29,2.65 +"38090",0.3,"Ideal","E","VVS2",61.4,57,1013,4.34,4.32,2.66 +"38091",0.36,"Ideal","E","VS2",60.8,56,1013,4.64,4.6,2.81 +"38092",0.36,"Ideal","E","VS2",62.6,56,1013,4.56,4.52,2.84 +"38093",0.36,"Ideal","E","VS2",61.7,55,1013,4.63,4.57,2.84 +"38094",0.45,"Premium","I","VVS1",63,56,1013,4.9,4.88,3.08 +"38095",0.42,"Premium","F","VS2",60.1,61,1013,4.88,4.84,2.92 +"38096",0.36,"Ideal","H","IF",61.9,57,1013,4.6,4.55,2.83 +"38097",0.36,"Premium","E","VS2",59.3,59,1013,4.68,4.6,2.75 +"38098",0.36,"Ideal","E","VS2",61.9,56,1013,4.59,4.56,2.83 +"38099",0.36,"Premium","E","VS2",59.8,62,1013,4.61,4.56,2.74 +"38100",0.36,"Premium","E","VS2",60.3,59,1013,4.64,4.58,2.78 +"38101",0.36,"Ideal","E","VS2",61.2,56,1013,4.62,4.6,2.82 +"38102",0.36,"Ideal","E","VS2",61.1,56,1013,4.63,4.6,2.82 +"38103",0.36,"Ideal","E","VS2",61.9,56,1013,4.56,4.55,2.82 +"38104",0.36,"Premium","E","VS2",61.3,60,1013,4.59,4.55,2.8 +"38105",0.36,"Premium","E","VS2",62.1,59,1013,4.59,4.55,2.84 +"38106",0.36,"Premium","E","VS2",60.3,62,1013,4.59,4.56,2.76 +"38107",0.36,"Premium","E","VS2",62.3,58,1013,4.55,4.51,2.82 +"38108",0.36,"Premium","E","VS2",61.8,58,1013,4.57,4.52,2.81 +"38109",0.36,"Ideal","E","VS2",62.1,55,1013,4.58,4.54,2.83 +"38110",0.36,"Premium","E","VS2",61.3,60,1013,4.59,4.54,2.8 +"38111",0.36,"Ideal","E","VS2",62.8,55,1013,4.56,4.49,2.84 +"38112",0.36,"Ideal","E","VS2",62.8,56,1013,4.54,4.51,2.84 +"38113",0.3,"Premium","H","IF",60.4,60,1013,4.34,4.3,2.61 +"38114",0.3,"Ideal","H","IF",61.5,56,1013,4.34,4.31,2.66 +"38115",0.3,"Ideal","H","IF",60.8,56,1013,4.37,4.35,2.65 +"38116",0.3,"Premium","H","IF",62.9,58,1013,4.29,4.26,2.69 +"38117",0.3,"Ideal","H","IF",62.1,55,1013,4.3,4.27,2.66 +"38118",0.3,"Ideal","H","IF",61.8,55,1013,4.31,4.3,2.66 +"38119",0.3,"Ideal","G","VVS1",61.7,55,1013,4.34,4.32,2.67 +"38120",0.3,"Premium","G","VVS1",60.6,61,1013,4.35,4.33,2.63 +"38121",0.3,"Premium","G","VVS1",60.5,59,1013,4.36,4.33,2.63 +"38122",0.3,"Premium","G","VVS1",60.7,59,1013,4.37,4.33,2.64 +"38123",0.3,"Premium","G","VVS1",60.7,58,1013,4.36,4.34,2.64 +"38124",0.3,"Ideal","G","VVS1",62,55,1013,4.34,4.31,2.68 +"38125",0.3,"Ideal","G","VVS1",62.6,54,1013,4.32,4.31,2.7 +"38126",0.3,"Ideal","G","VVS1",62.3,54,1013,4.33,4.31,2.69 +"38127",0.3,"Ideal","G","VVS1",62.3,55,1013,4.31,4.29,2.68 +"38128",0.3,"Ideal","G","VVS1",61.7,57,1013,4.32,4.3,2.66 +"38129",0.3,"Ideal","G","VVS1",61.3,56,1013,4.34,4.3,2.65 +"38130",0.3,"Premium","G","VVS1",62.1,56,1013,4.31,4.29,2.67 +"38131",0.3,"Very Good","G","VVS1",63.4,56,1013,4.31,4.27,2.72 +"38132",0.3,"Premium","G","VVS1",61.9,59,1013,4.31,4.28,2.66 +"38133",0.3,"Very Good","G","VVS1",63.1,58,1013,4.31,4.28,2.71 +"38134",0.3,"Premium","G","VVS1",61.8,59,1013,4.33,4.28,2.66 +"38135",0.3,"Ideal","G","VVS1",62.2,57,1013,4.31,4.27,2.67 +"38136",0.3,"Very Good","G","VVS1",63.3,55,1013,4.3,4.26,2.71 +"38137",0.3,"Premium","G","VVS1",62.4,57,1013,4.29,4.27,2.67 +"38138",0.3,"Premium","G","VVS1",62.6,58,1013,4.29,4.27,2.68 +"38139",0.3,"Premium","G","VVS1",62.1,61,1013,4.3,4.27,2.66 +"38140",0.3,"Premium","G","VVS1",62.8,58,1013,4.3,4.27,2.69 +"38141",0.3,"Ideal","G","VVS1",62.6,54,1013,4.28,4.25,2.67 +"38142",0.3,"Very Good","G","VVS1",63.1,56,1013,4.28,4.25,2.69 +"38143",0.3,"Premium","G","VVS1",61.7,58,1013,4.3,4.26,2.64 +"38144",0.3,"Ideal","G","VVS1",62.9,57,1013,4.3,4.26,2.69 +"38145",0.3,"Premium","G","VVS1",62.7,59,1013,4.27,4.22,2.66 +"38146",0.3,"Very Good","G","VVS1",63.5,57,1013,4.27,4.24,2.7 +"38147",0.3,"Very Good","G","VVS1",63.5,57,1013,4.27,4.23,2.7 +"38148",0.3,"Very Good","G","VVS1",63.2,58,1013,4.25,4.23,2.68 +"38149",0.5,"Very Good","I","VS1",63.1,56,1013,5.07,5.01,3.18 +"38150",0.54,"Premium","I","SI2",61.2,60,1013,5.22,5.2,3.19 +"38151",0.36,"Premium","F","VS1",61.3,57,1013,4.58,4.56,2.8 +"38152",0.45,"Ideal","I","VS2",61.7,59,1013,4.96,4.91,3.04 +"38153",0.75,"Good","F","I1",64,59,1013,5.78,5.62,3.66 +"38154",0.25,"Fair","F","SI2",54.4,64,1013,4.3,4.23,2.32 +"38155",0.36,"Premium","E","VS2",62,58,1013,4.56,4.54,2.82 +"38156",0.32,"Ideal","D","VVS2",62.2,56,1014,4.41,4.37,2.73 +"38157",0.32,"Ideal","D","VVS2",61.7,55,1014,4.42,4.39,2.72 +"38158",0.53,"Very Good","J","SI1",62.7,54,1014,5.17,5.23,3.26 +"38159",0.33,"Very Good","F","IF",60.3,58,1014,4.49,4.46,2.7 +"38160",0.34,"Ideal","E","VVS1",62,56,1014,4.48,4.52,2.79 +"38161",0.34,"Ideal","E","VVS1",62.2,56,1014,4.44,4.46,2.77 +"38162",0.34,"Ideal","E","VVS1",62.3,56,1014,4.45,4.48,2.78 +"38163",0.34,"Ideal","E","VVS1",62.1,57,1014,4.46,4.5,2.78 +"38164",0.34,"Ideal","E","VVS1",61.9,56,1014,4.47,4.51,2.78 +"38165",0.34,"Ideal","G","IF",61.9,54,1014,4.46,4.49,2.77 +"38166",0.34,"Ideal","G","IF",61.7,55,1014,4.48,4.5,2.77 +"38167",0.34,"Ideal","E","VVS1",62.2,56,1014,4.45,4.49,2.78 +"38168",0.34,"Ideal","G","IF",60.1,57,1014,4.54,4.58,2.74 +"38169",0.34,"Ideal","G","IF",61.6,56,1014,4.48,4.51,2.77 +"38170",0.34,"Very Good","E","VVS1",61.7,58,1014,4.43,4.48,2.75 +"38171",0.34,"Ideal","G","IF",61.9,57,1014,4.47,4.48,2.77 +"38172",0.34,"Premium","G","IF",62.3,59,1014,4.46,4.49,2.79 +"38173",0.42,"Ideal","E","VS1",61.7,57,1014,4.78,4.81,2.96 +"38174",0.7,"Fair","I","I1",66.3,63,1014,5.58,5.43,3.66 +"38175",0.32,"Very Good","D","VVS1",61.6,54,1015,4.4,4.43,2.72 +"38176",0.4,"Ideal","F","VVS2",62,56,1015,4.73,4.76,2.94 +"38177",0.53,"Premium","H","SI2",62.5,60,1015,5.16,5.18,3.23 +"38178",0.4,"Ideal","F","VVS2",61.5,59,1015,4.75,4.81,2.94 +"38179",0.41,"Ideal","D","SI1",61,57,1015,4.8,4.78,2.92 +"38180",0.41,"Ideal","D","SI1",61.6,55,1015,4.8,4.78,2.95 +"38181",0.41,"Ideal","D","SI1",60.8,57,1015,4.84,4.8,2.93 +"38182",0.41,"Premium","D","SI1",59.6,59,1015,4.85,4.82,2.88 +"38183",0.41,"Ideal","D","SI1",60.3,57,1015,4.86,4.82,2.92 +"38184",0.41,"Premium","D","SI1",61.4,58,1015,4.78,4.76,2.93 +"38185",0.41,"Ideal","D","SI1",62.3,55,1015,4.79,4.77,2.98 +"38186",0.41,"Ideal","D","SI1",61.4,56,1015,4.8,4.77,2.94 +"38187",0.41,"Ideal","D","SI1",61.7,54,1015,4.79,4.78,2.95 +"38188",0.41,"Premium","D","SI1",61,59,1015,4.78,4.76,2.91 +"38189",0.41,"Ideal","D","SI1",62.7,56,1015,4.78,4.73,2.98 +"38190",0.41,"Premium","D","SI1",62.1,59,1015,4.76,4.74,2.95 +"38191",0.41,"Ideal","D","SI1",62.6,57,1015,4.78,4.74,2.98 +"38192",0.41,"Ideal","D","SI1",62.2,57,1015,4.76,4.7,2.94 +"38193",0.41,"Premium","D","SI1",62.9,58,1015,4.75,4.7,2.97 +"38194",0.41,"Very Good","D","SI1",63.1,59,1015,4.71,4.7,2.97 +"38195",0.41,"Very Good","E","SI1",63.2,56,1015,4.74,4.72,2.99 +"38196",0.5,"Very Good","D","SI2",63.1,56,1015,5.05,4.96,3.16 +"38197",0.5,"Good","D","SI2",58.5,64,1015,5.2,5.12,3.02 +"38198",0.41,"Premium","D","SI1",60.5,60,1015,4.81,4.77,2.9 +"38199",0.5,"Premium","F","SI2",62.3,59,1016,5.1,5.04,3.16 +"38200",0.5,"Ideal","F","SI2",61.6,57,1016,5.14,5.08,3.15 +"38201",0.44,"Very Good","H","VVS1",63.1,56,1016,4.83,4.87,3.06 +"38202",0.44,"Very Good","G","SI2",60.6,55,1016,4.94,4.96,3 +"38203",0.51,"Ideal","H","SI2",62.1,55,1016,5.12,5.14,3.18 +"38204",0.43,"Premium","H","VS2",61.9,55,1016,4.95,4.8,3.02 +"38205",0.43,"Premium","F","SI1",62.5,56,1016,4.85,4.82,3.02 +"38206",0.43,"Premium","F","SI1",61.3,60,1016,4.86,4.83,2.97 +"38207",0.43,"Premium","F","SI1",61.6,59,1016,4.87,4.83,2.99 +"38208",0.43,"Ideal","F","SI1",61.8,56,1016,4.87,4.84,3 +"38209",0.43,"Premium","F","SI1",60.5,60,1016,4.88,4.84,2.94 +"38210",0.43,"Ideal","F","SI1",61.7,54,1016,4.9,4.86,3.01 +"38211",0.43,"Ideal","F","SI1",61.6,57,1016,4.85,4.8,2.97 +"38212",0.43,"Premium","F","SI1",62.4,56,1016,4.84,4.81,3.01 +"38213",0.43,"Premium","F","SI1",62.9,60,1016,4.8,4.77,3.01 +"38214",0.43,"Premium","F","SI1",62.4,57,1016,4.82,4.79,3 +"38215",0.43,"Premium","F","SI1",62.6,58,1016,4.81,4.77,3 +"38216",0.43,"Premium","E","SI1",62.4,56,1016,4.83,4.79,3 +"38217",0.43,"Ideal","E","SI1",62.9,56,1016,4.83,4.8,3.03 +"38218",0.43,"Ideal","E","SI1",61.5,56,1016,4.9,4.85,3 +"38219",0.43,"Premium","E","SI1",60.2,60,1016,4.94,4.89,2.96 +"38220",0.43,"Ideal","E","SI1",62.3,57,1016,4.82,4.78,2.99 +"38221",0.43,"Premium","F","SI1",60.6,59,1016,4.87,4.84,2.94 +"38222",0.41,"Premium","F","VVS2",61.6,59,1017,4.79,4.73,2.93 +"38223",0.4,"Very Good","E","VVS2",63.5,54,1017,4.69,4.73,2.99 +"38224",0.4,"Very Good","E","VVS2",60.3,59,1017,4.74,4.78,2.87 +"38225",0.4,"Very Good","E","VVS2",62.4,58,1017,4.7,4.76,2.95 +"38226",0.4,"Premium","H","VVS1",61.8,58,1017,4.69,4.72,2.91 +"38227",0.4,"Ideal","H","VVS1",61.4,57,1017,4.74,4.81,2.93 +"38228",0.4,"Ideal","H","VVS1",62,54,1017,4.72,4.76,2.94 +"38229",0.4,"Ideal","H","VVS1",62.3,54,1017,4.74,4.77,2.96 +"38230",0.4,"Ideal","H","VVS1",62.2,55,1017,4.7,4.75,2.94 +"38231",0.43,"Ideal","H","VVS1",61.6,55,1017,4.85,4.89,3 +"38232",0.5,"Good","H","SI1",64.5,58,1017,4.97,4.99,3.21 +"38233",0.4,"Ideal","H","VS1",62.7,59,1017,4.74,4.7,2.96 +"38234",0.4,"Ideal","H","VS1",61.8,59,1017,4.74,4.72,2.92 +"38235",0.35,"Ideal","H","IF",60.8,56,1017,4.61,4.6,2.8 +"38236",0.35,"Ideal","H","IF",60.7,56,1017,4.62,4.61,2.8 +"38237",0.41,"Very Good","D","VS1",62.3,59,1018,4.72,4.79,2.96 +"38238",0.41,"Very Good","D","VS1",61.7,58,1018,4.76,4.8,2.95 +"38239",0.35,"Very Good","D","VS1",60.8,56,1018,4.56,4.58,2.78 +"38240",0.32,"Very Good","E","IF",61.4,55,1018,4.43,4.46,2.73 +"38241",0.39,"Ideal","D","VVS2",60,56,1018,4.77,4.79,2.87 +"38242",0.41,"Ideal","D","VS1",61.2,57,1018,4.77,4.81,2.93 +"38243",0.41,"Ideal","D","VS1",62.3,56,1018,4.71,4.79,2.96 +"38244",0.32,"Ideal","E","IF",62.3,54,1018,4.38,4.41,2.74 +"38245",0.32,"Ideal","E","IF",62.9,54,1018,4.37,4.41,2.76 +"38246",0.32,"Ideal","E","IF",61.1,56,1018,4.42,4.48,2.72 +"38247",0.32,"Ideal","E","IF",61.1,58,1018,4.42,4.45,2.71 +"38248",0.32,"Ideal","E","IF",62.3,53,1018,4.39,4.41,2.74 +"38249",0.32,"Ideal","E","IF",61.9,55,1018,4.38,4.41,2.72 +"38250",0.36,"Ideal","D","VS1",62.8,55,1018,4.55,4.52,2.85 +"38251",0.31,"Ideal","J","SI1",62.4,53,379,4.38,4.4,2.74 +"38252",0.31,"Very Good","J","VS2",62.3,60,380,4.29,4.34,2.69 +"38253",0.31,"Premium","J","VS2",62.5,60,380,4.31,4.36,2.71 +"38254",0.31,"Very Good","J","VS2",62.7,58,380,4.3,4.34,2.71 +"38255",0.31,"Premium","J","VS2",62.4,60,380,4.29,4.33,2.69 +"38256",0.26,"Very Good","F","VS2",62.5,55,381,4.05,4.08,2.54 +"38257",0.28,"Very Good","G","SI1",62,55,382,4.2,4.25,2.62 +"38258",0.3,"Very Good","I","SI1",62.5,57,382,4.27,4.3,2.68 +"38259",0.3,"Ideal","G","SI2",61.7,57,382,4.26,4.3,2.64 +"38260",0.3,"Ideal","G","SI2",62.5,56,382,4.28,4.3,2.68 +"38261",0.3,"Ideal","I","SI1",61.8,57,382,4.3,4.34,2.67 +"38262",0.26,"Premium","H","VS1",62.3,59,382,4.06,4.1,2.54 +"38263",0.26,"Premium","G","VS1",61.3,60,382,4.07,4.12,2.51 +"38264",0.31,"Very Good","I","SI2",60.6,61,383,4.4,4.45,2.68 +"38265",0.27,"Ideal","H","SI1",61.3,55,383,4.17,4.21,2.57 +"38266",0.24,"Good","F","VS1",60.2,65,383,3.97,4,2.4 +"38267",0.29,"Very Good","I","VS2",62.4,55,384,4.25,4.27,2.66 +"38268",0.26,"Very Good","E","SI1",62,54,384,4.08,4.11,2.54 +"38269",0.3,"Ideal","J","VS2",62.1,56,384,4.29,4.34,2.68 +"38270",0.3,"Ideal","J","VS2",61.6,56,384,4.31,4.33,2.66 +"38271",0.23,"Ideal","G","VS1",61.6,55,384,3.96,3.99,2.45 +"38272",0.32,"Ideal","J","SI1",61.8,54.9,384,4.39,4.42,2.72 +"38273",0.26,"Ideal","I","VS2",62,56,385,4.13,4.09,2.55 +"38274",0.21,"Very Good","E","VS2",63.2,54,386,3.82,3.78,2.4 +"38275",0.21,"Premium","E","VS2",60.5,59,386,3.87,3.83,2.33 +"38276",0.21,"Premium","E","VS2",59.6,56,386,3.93,3.89,2.33 +"38277",0.21,"Premium","D","VS2",61.6,59,386,3.82,3.78,2.34 +"38278",0.21,"Premium","D","VS2",60.6,60,386,3.85,3.81,2.32 +"38279",0.21,"Premium","D","VS2",59.1,62,386,3.89,3.86,2.29 +"38280",0.21,"Premium","D","VS2",58.3,59,386,3.96,3.93,2.3 +"38281",0.28,"Very Good","E","VS2",63.7,58,487,4.12,4.14,2.63 +"38282",0.28,"Very Good","F","VS2",62.7,58,487,4.14,4.15,2.6 +"38283",0.28,"Very Good","F","VS2",61.7,58,487,4.17,4.19,2.58 +"38284",0.28,"Very Good","F","VS2",60.8,58,487,4.19,4.26,2.57 +"38285",0.28,"Very Good","F","VS1",62.1,59,487,4.16,4.21,2.6 +"38286",0.28,"Very Good","F","VS1",60.8,58,487,4.24,4.28,2.59 +"38287",0.28,"Very Good","F","VS1",61,59,487,4.18,4.24,2.57 +"38288",0.28,"Very Good","F","VS1",61,59,487,4.23,4.29,2.6 +"38289",0.28,"Very Good","E","VS1",60.9,59,487,4.19,4.22,2.56 +"38290",0.28,"Very Good","E","VS1",60.2,58,487,4.23,4.27,2.56 +"38291",0.28,"Very Good","E","VS1",59.5,59,487,4.29,4.35,2.57 +"38292",0.28,"Very Good","E","VS1",58.9,58,487,4.27,4.32,2.53 +"38293",0.28,"Very Good","D","VS1",61.7,58,487,4.19,4.24,2.6 +"38294",0.28,"Ideal","D","VS2",61.2,57,487,4.2,4.23,2.58 +"38295",0.3,"Ideal","G","SI1",61.2,56,487,4.33,4.36,2.65 +"38296",0.3,"Ideal","G","SI1",60.6,57,487,4.34,4.37,2.63 +"38297",0.3,"Ideal","G","SI1",61.8,56,487,4.31,4.34,2.67 +"38298",0.28,"Good","F","VS1",58.3,58,487,4.33,4.35,2.53 +"38299",0.28,"Ideal","E","VS1",61.4,56,487,4.2,4.24,2.59 +"38300",0.28,"Ideal","D","VS2",62.4,57,487,4.16,4.2,2.61 +"38301",0.37,"Ideal","J","VS1",62.6,57,487,4.54,4.57,2.85 +"38302",0.35,"Very Good","D","SI2",62.4,57,487,4.47,4.5,2.8 +"38303",0.28,"Ideal","E","VS1",62,56,487,4.18,4.21,2.6 +"38304",0.37,"Ideal","J","VS1",62.4,55,487,4.59,4.64,2.88 +"38305",0.37,"Very Good","F","SI2",60.7,57,487,4.62,4.67,2.82 +"38306",0.37,"Good","G","SI2",63.4,57,487,4.55,4.57,2.89 +"38307",0.37,"Very Good","F","SI2",60.2,60,487,4.6,4.7,2.8 +"38308",0.37,"Good","G","SI2",63.3,55,487,4.58,4.61,2.91 +"38309",0.31,"Good","I","SI1",64.3,55,488,4.29,4.27,2.75 +"38310",0.31,"Premium","J","VS2",62.7,58,488,4.34,4.3,2.71 +"38311",0.46,"Ideal","J","VVS1",61.8,56,1018,4.97,4.93,3.06 +"38312",0.46,"Ideal","J","VVS1",62.5,56,1018,4.93,4.89,3.07 +"38313",0.46,"Ideal","F","SI1",62.5,56,1018,4.94,4.92,3.08 +"38314",0.44,"Premium","F","VS2",61.1,62,1018,4.98,4.92,3.03 +"38315",0.44,"Good","F","SI1",56.9,61,1018,5.12,5.07,2.9 +"38316",0.41,"Very Good","E","VVS2",63.8,58,1019,4.67,4.7,2.99 +"38317",0.52,"Very Good","J","SI1",62.5,59,1019,5.14,5.16,3.22 +"38318",0.41,"Ideal","D","VS1",62.6,55,1019,4.75,4.77,2.98 +"38319",0.52,"Ideal","I","SI1",62,54,1019,5.17,5.19,3.21 +"38320",0.57,"Ideal","G","I1",59.5,57,1019,5.46,5.42,3.24 +"38321",0.5,"Very Good","F","SI2",63.1,60,1020,5,5.04,3.17 +"38322",0.5,"Very Good","F","SI2",62.9,57,1020,5.02,5.06,3.17 +"38323",0.5,"Very Good","F","SI2",62.5,56,1020,5.05,5.09,3.17 +"38324",0.4,"Ideal","E","VS2",61.9,54,1020,4.74,4.73,2.93 +"38325",0.53,"Ideal","H","SI2",61.6,54,1020,5.22,5.26,3.23 +"38326",0.53,"Ideal","H","SI2",61.9,54,1020,5.21,5.23,3.23 +"38327",0.5,"Ideal","F","SI2",61.3,58,1020,5.1,5.12,3.13 +"38328",0.32,"Premium","E","VVS1",60.8,58,1020,4.41,4.38,2.67 +"38329",0.32,"Premium","E","VVS1",60.5,58,1020,4.47,4.42,2.69 +"38330",0.32,"Ideal","E","VVS1",61.7,55,1020,4.42,4.39,2.72 +"38331",0.32,"Ideal","E","VVS1",60.9,57,1020,4.45,4.42,2.7 +"38332",0.32,"Ideal","E","VVS1",61.6,56,1020,4.42,4.41,2.72 +"38333",0.32,"Ideal","E","VVS1",61.3,57,1020,4.43,4.38,2.7 +"38334",0.32,"Ideal","E","VVS1",61.7,56,1020,4.42,4.4,2.72 +"38335",0.32,"Premium","E","VVS1",61.8,59,1020,4.39,4.35,2.7 +"38336",0.32,"Ideal","E","VVS1",61.9,55,1020,4.41,4.38,2.72 +"38337",0.51,"Premium","J","SI1",62.6,59,1020,5.1,5.06,3.18 +"38338",0.32,"Ideal","G","IF",60.5,57,1020,4.44,4.42,2.68 +"38339",0.32,"Premium","G","IF",59.4,59,1020,4.51,4.48,2.67 +"38340",0.32,"Ideal","G","IF",61.8,55,1020,4.43,4.41,2.73 +"38341",0.32,"Premium","G","IF",59.9,58,1020,4.43,4.42,2.65 +"38342",0.32,"Premium","G","IF",62,60,1020,4.41,4.37,2.72 +"38343",0.32,"Ideal","G","IF",62.9,55,1020,4.41,4.37,2.76 +"38344",0.32,"Premium","G","IF",61.8,55,1020,4.45,4.39,2.73 +"38345",0.32,"Ideal","G","IF",62.4,55,1020,4.42,4.4,2.75 +"38346",0.32,"Ideal","G","IF",61.2,57,1020,4.43,4.4,2.7 +"38347",0.32,"Ideal","G","IF",60.9,56,1020,4.43,4.41,2.69 +"38348",0.48,"Premium","F","SI1",59.6,59,1020,5.13,5.11,3.05 +"38349",0.5,"Premium","G","I1",62.2,59,1020,5.07,5.03,3.14 +"38350",0.4,"Ideal","G","SI1",62.6,55,1020,4.71,4.69,2.93 +"38351",0.34,"Premium","F","VS1",61.5,55,1020,4.58,4.49,2.79 +"38352",0.51,"Premium","J","VS2",61.5,58,1020,5.14,5.1,3.15 +"38353",0.47,"Very Good","F","SI1",61.1,61,1021,4.97,5.01,3.05 +"38354",0.36,"Ideal","F","VVS1",61.5,54,1021,4.59,4.62,2.83 +"38355",0.33,"Ideal","F","VVS1",61.8,57,1021,4.47,4.43,2.75 +"38356",0.33,"Ideal","F","VVS1",61.9,56,1021,4.47,4.42,2.75 +"38357",0.33,"Ideal","D","VVS2",60.9,57,1021,4.48,4.46,2.72 +"38358",0.33,"Ideal","F","VVS1",62.4,55,1021,4.42,4.4,2.75 +"38359",0.33,"Ideal","F","VVS1",61.7,57,1021,4.47,4.44,2.75 +"38360",0.33,"Ideal","F","VVS1",62.4,55,1021,4.47,4.44,2.78 +"38361",0.33,"Ideal","F","VVS1",61.9,55,1021,4.44,4.42,2.74 +"38362",0.33,"Ideal","F","VVS1",61.8,57,1021,4.46,4.44,2.75 +"38363",0.33,"Ideal","D","VVS2",61.1,56,1021,4.46,4.44,2.72 +"38364",0.4,"Premium","H","VS1",61.3,59,1021,4.79,4.74,2.92 +"38365",0.38,"Premium","D","VS2",60.8,58,1021,4.73,4.68,2.86 +"38366",0.6,"Very Good","J","SI2",62.9,60,1022,5.34,5.38,3.37 +"38367",0.43,"Premium","D","SI1",62.4,60,1022,4.82,4.79,3 +"38368",0.51,"Ideal","I","SI1",62.5,57,1023,5.07,5.1,3.18 +"38369",0.53,"Good","J","VS2",63.8,57,1023,5.1,5.12,3.26 +"38370",0.53,"Very Good","J","VS2",60.9,59,1023,5.2,5.27,3.19 +"38371",0.53,"Good","J","VS2",63.3,56,1023,5.12,5.18,3.26 +"38372",0.5,"Very Good","J","VS2",63.4,58,1023,5.07,5.02,3.2 +"38373",0.42,"Ideal","G","VVS1",60.9,55,1023,4.83,4.89,2.96 +"38374",0.51,"Ideal","J","SI1",62.5,58,1023,5.11,5.13,3.2 +"38375",0.44,"Premium","F","SI1",60.9,58,1023,4.96,4.92,3.01 +"38376",0.5,"Premium","H","SI2",62.6,61,1024,5.06,5.03,3.1 +"38377",0.41,"Very Good","I","VVS2",59.9,57,1024,4.87,4.91,2.93 +"38378",0.41,"Ideal","H","VS1",61,54,1024,4.84,4.8,2.94 +"38379",0.39,"Ideal","F","VS1",62.3,57,1024,4.69,4.65,2.91 +"38380",0.39,"Ideal","F","VS1",62.2,56,1024,4.7,4.63,2.9 +"38381",0.42,"Premium","E","VS2",61,59,1024,4.85,4.82,2.95 +"38382",0.42,"Premium","E","VS2",61,60,1024,4.85,4.82,2.95 +"38383",0.42,"Ideal","E","VS2",61.3,56,1024,4.85,4.81,2.96 +"38384",0.42,"Ideal","E","VS2",61.7,56,1024,4.82,4.8,2.97 +"38385",0.42,"Ideal","E","VS2",62,55,1024,4.82,4.8,2.98 +"38386",0.42,"Premium","E","VS2",60.9,59,1024,4.85,4.81,2.94 +"38387",0.42,"Ideal","E","VS2",62.3,55,1024,4.83,4.77,2.99 +"38388",0.42,"Ideal","E","VS2",62.4,55,1024,4.8,4.79,2.99 +"38389",0.42,"Ideal","E","VS2",62.2,55,1024,4.83,4.79,2.99 +"38390",0.42,"Ideal","E","VS2",62.4,55,1024,4.83,4.79,3 +"38391",0.42,"Ideal","E","VS2",62.4,55,1024,4.83,4.79,3 +"38392",0.42,"Premium","E","VS2",61.9,59,1024,4.81,4.75,2.96 +"38393",0.42,"Premium","E","VS2",62.8,59,1024,4.8,4.76,3 +"38394",0.42,"Ideal","E","VS2",62.1,56,1024,4.8,4.77,2.97 +"38395",0.42,"Ideal","E","VS2",61.8,57,1024,4.81,4.77,2.96 +"38396",0.39,"Premium","G","VVS2",60.7,61,1024,4.73,4.7,2.86 +"38397",0.39,"Premium","G","VS1",62.7,58,1024,4.69,4.63,2.92 +"38398",0.39,"Premium","D","VS2",61.3,58,1024,4.73,4.7,2.89 +"38399",0.39,"Premium","D","VS2",60.2,59,1024,4.76,4.74,2.86 +"38400",0.35,"Premium","H","VVS1",59.9,59,1024,4.61,4.57,2.75 +"38401",0.35,"Premium","H","VVS1",61.2,60,1024,4.54,4.51,2.77 +"38402",0.35,"Ideal","H","VVS1",62.3,55,1024,4.55,4.51,2.82 +"38403",0.35,"Premium","H","VVS1",60.6,60,1024,4.57,4.51,2.75 +"38404",0.35,"Ideal","H","VVS1",61.5,57,1024,4.54,4.53,2.79 +"38405",0.35,"Ideal","H","VVS1",61.7,56,1024,4.55,4.53,2.8 +"38406",0.35,"Premium","H","VVS1",61.2,60,1024,4.55,4.5,2.77 +"38407",0.35,"Ideal","H","VVS1",62.6,57,1024,4.47,4.45,2.79 +"38408",0.35,"Premium","H","VVS1",62.1,58,1024,4.52,4.46,2.79 +"38409",0.35,"Ideal","G","VVS2",62.1,56,1024,4.51,4.47,2.79 +"38410",0.35,"Premium","G","VVS2",62.4,56,1024,4.53,4.47,2.81 +"38411",0.35,"Premium","G","VVS2",62.2,58,1024,4.54,4.49,2.81 +"38412",0.35,"Ideal","G","VVS2",61,57,1024,4.58,4.54,2.78 +"38413",0.35,"Premium","G","VVS2",62.8,58,1024,4.48,4.44,2.8 +"38414",0.35,"Premium","E","VVS2",60.2,58,1024,4.66,4.61,2.79 +"38415",0.39,"Premium","D","VS2",61.4,60,1024,4.72,4.7,2.89 +"38416",0.35,"Very Good","E","IF",57.9,56,1025,4.71,4.75,2.74 +"38417",0.3,"Ideal","G","IF",62.4,55,1025,4.32,4.3,2.69 +"38418",0.4,"Ideal","E","VS2",62.3,56,1025,4.78,4.72,2.96 +"38419",0.39,"Ideal","E","VS1",62.3,57,1026,4.64,4.67,2.9 +"38420",0.3,"Premium","E","IF",61.9,58,1026,4.26,4.3,2.65 +"38421",0.3,"Very Good","E","IF",60.1,60,1026,4.3,4.32,2.59 +"38422",0.3,"Premium","E","IF",61,59,1026,4.29,4.33,2.63 +"38423",0.39,"Premium","E","VS1",59.6,60,1026,4.72,4.75,2.82 +"38424",0.42,"Very Good","H","VVS1",60.9,62,1026,4.8,4.86,2.94 +"38425",0.51,"Premium","G","SI2",62.5,56,1026,5.12,5.09,3.19 +"38426",0.51,"Premium","G","SI2",58.6,59,1026,5.3,5.25,3.09 +"38427",0.41,"Ideal","F","VVS2",61.4,55.7,1026,4.76,4.79,2.94 +"38428",0.48,"Ideal","H","VS2",62.2,54,1026,5.04,5.05,3.14 +"38429",0.35,"Ideal","D","VS1",61.4,56,1026,4.55,4.58,2.8 +"38430",0.38,"Ideal","F","VS2",62.2,57,1026,4.63,4.6,2.87 +"38431",0.38,"Premium","F","VS2",60.5,59,1026,4.72,4.67,2.84 +"38432",0.38,"Ideal","F","VS2",62.8,57,1026,4.62,4.58,2.89 +"38433",0.38,"Premium","F","VS2",61.9,59,1026,4.66,4.61,2.87 +"38434",0.38,"Ideal","F","VS2",62.1,57,1026,4.67,4.61,2.88 +"38435",0.38,"Ideal","F","VS2",62,56,1026,4.66,4.63,2.88 +"38436",0.38,"Premium","F","VS2",60.9,56,1026,4.72,4.67,2.86 +"38437",0.49,"Premium","G","SI1",60.6,60,1026,5.1,5.06,3.08 +"38438",0.49,"Premium","G","SI1",62.5,58,1026,5.03,4.98,3.13 +"38439",0.3,"Good","E","VVS2",59.8,64,1026,4.34,4.29,2.58 +"38440",0.35,"Very Good","F","IF",62,54,1027,4.55,4.58,2.83 +"38441",0.38,"Ideal","E","VVS2",62.4,56,1027,4.63,4.69,2.91 +"38442",0.38,"Ideal","E","VS1",62.1,57,1027,4.62,4.65,2.88 +"38443",0.45,"Fair","G","VS1",66.3,56,1027,4.82,4.65,3.14 +"38444",0.45,"Ideal","D","SI1",60.6,55,1027,4.99,4.97,3.02 +"38445",0.4,"Very Good","E","VVS2",63.6,55,1028,4.67,4.7,2.98 +"38446",0.35,"Ideal","G","VVS1",61,56,1028,4.56,4.59,2.79 +"38447",0.36,"Ideal","F","VVS1",61,55,1028,4.6,4.62,2.81 +"38448",0.54,"Ideal","G","SI2",61.8,55,1028,5.23,5.26,3.24 +"38449",0.35,"Ideal","H","IF",60.9,57,1028,4.58,4.6,2.8 +"38450",0.33,"Ideal","F","IF",61.8,55,1028,4.47,4.49,2.77 +"38451",0.31,"Ideal","E","VVS1",62.4,56,1028,4.37,4.35,2.72 +"38452",0.31,"Ideal","G","IF",62,54,1028,4.39,4.35,2.71 +"38453",0.31,"Ideal","F","VVS1",61.9,55,1028,4.42,4.37,2.72 +"38454",0.31,"Premium","F","VVS1",59.7,59,1028,4.49,4.45,2.67 +"38455",0.44,"Premium","E","SI2",59.7,61,1028,4.97,4.91,2.95 +"38456",0.51,"Good","G","SI2",63.6,54,1029,5.05,5.08,3.22 +"38457",0.36,"Ideal","G","IF",62.2,53,1029,4.59,4.61,2.86 +"38458",0.36,"Ideal","G","IF",61.9,55,1029,4.56,4.59,2.83 +"38459",0.42,"Premium","G","VVS2",61.6,60,1029,4.85,4.8,2.97 +"38460",0.37,"Premium","D","VS1",60.2,60,1030,4.68,4.63,2.8 +"38461",0.38,"Very Good","D","VVS2",63.8,57,1030,4.57,4.61,2.93 +"38462",0.38,"Very Good","F","VVS1",63.8,58,1030,4.58,4.61,2.93 +"38463",0.46,"Very Good","D","VS2",63.4,59,1030,4.88,4.83,3.08 +"38464",0.38,"Ideal","E","VVS2",62,57,1030,4.64,4.69,2.89 +"38465",0.34,"Ideal","E","VVS1",61.6,55,1030,4.5,4.52,2.78 +"38466",0.35,"Ideal","E","VVS1",60.7,55,1030,4.56,4.6,2.78 +"38467",0.32,"Ideal","D","VVS2",61.2,56,1030,4.43,4.39,2.7 +"38468",0.41,"Premium","E","VS1",60.7,59,1030,4.79,4.77,2.9 +"38469",0.41,"Ideal","E","VS1",62.2,55,1030,4.79,4.76,2.97 +"38470",0.52,"Fair","J","VS2",65.3,56,1030,5.05,5,3.28 +"38471",0.32,"Premium","D","VS1",60.5,59,1030,4.49,4.45,2.7 +"38472",0.4,"Very Good","I","VS2",61.9,55,1031,4.73,4.77,2.94 +"38473",0.38,"Very Good","G","VS1",60.7,55,1031,4.71,4.74,2.87 +"38474",0.38,"Ideal","H","VVS2",62.1,56,1031,4.64,4.67,2.89 +"38475",0.42,"Ideal","F","VS1",61,57,1031,4.84,4.87,2.96 +"38476",0.42,"Ideal","F","VS1",61.9,57,1031,4.79,4.81,2.97 +"38477",0.42,"Ideal","D","VS2",62.2,55,1031,4.75,4.8,2.97 +"38478",0.42,"Ideal","G","VVS2",62.1,57,1031,4.77,4.8,2.97 +"38479",0.42,"Ideal","G","VVS2",61.3,56,1031,4.81,4.82,2.95 +"38480",0.42,"Very Good","G","VVS2",60.4,59,1031,4.78,4.82,2.9 +"38481",0.42,"Premium","F","VS1",61.8,59,1031,4.81,4.83,2.98 +"38482",0.42,"Ideal","D","VS2",61.4,56,1031,4.8,4.84,2.96 +"38483",0.42,"Ideal","F","VS1",61.3,57,1031,4.8,4.85,2.96 +"38484",0.42,"Premium","F","VS1",60.9,59,1031,4.8,4.85,2.94 +"38485",0.42,"Ideal","G","VVS2",60.7,55,1031,4.86,4.89,2.96 +"38486",0.42,"Ideal","D","VS2",61.8,56,1031,4.8,4.84,2.98 +"38487",0.42,"Ideal","F","VS1",61.4,57,1031,4.78,4.83,2.95 +"38488",0.42,"Very Good","F","VS1",59.9,61,1031,4.84,4.88,2.91 +"38489",0.42,"Ideal","G","VVS2",62.6,55,1031,4.77,4.78,2.99 +"38490",0.42,"Ideal","F","VS1",62.3,55,1031,4.77,4.79,2.98 +"38491",0.42,"Ideal","F","VS1",60.9,57,1031,4.84,4.88,2.96 +"38492",0.42,"Ideal","D","VS2",61.2,56,1031,4.8,4.84,2.95 +"38493",0.42,"Premium","F","VS1",61.2,58,1031,4.82,4.86,2.96 +"38494",0.42,"Very Good","F","VS1",61.9,55,1031,4.78,4.82,2.97 +"38495",0.42,"Ideal","G","VVS2",62.4,55,1031,4.79,4.82,3 +"38496",0.42,"Ideal","D","VS2",62.1,54,1031,4.8,4.83,2.99 +"38497",0.42,"Ideal","D","VS2",62.4,55,1031,4.8,4.82,3 +"38498",0.42,"Ideal","G","VVS2",62.7,56,1031,4.74,4.77,2.98 +"38499",0.42,"Ideal","G","VVS2",62.2,56,1031,4.77,4.81,2.98 +"38500",0.4,"Ideal","E","VVS1",60.6,56,1031,4.77,4.8,2.9 +"38501",0.5,"Very Good","H","SI1",61.9,63,1031,5.08,5.04,3.13 +"38502",0.39,"Ideal","F","VVS2",60.4,60,1031,4.73,4.78,2.87 +"38503",0.4,"Ideal","H","SI1",62.2,55,1031,4.72,4.76,2.95 +"38504",0.47,"Good","H","VS1",65.1,59,1031,4.81,4.87,3.15 +"38505",0.44,"Premium","G","VS1",62.3,59,1031,4.87,4.82,3.02 +"38506",0.5,"Fair","F","SI2",65.5,54,1031,5.06,4.92,3.25 +"38507",0.5,"Premium","F","SI2",58,62,1031,5.21,5.18,3.01 +"38508",0.5,"Fair","F","SI2",65.5,54,1031,5.06,4.92,3.25 +"38509",0.5,"Ideal","I","SI1",59.8,59,1031,5.18,5.15,3.09 +"38510",0.5,"Premium","G","SI2",62,59,1031,5.1,5.03,3.14 +"38511",0.5,"Fair","G","VS2",65.7,57,1031,4.97,4.9,3.24 +"38512",0.44,"Ideal","G","SI1",61.7,55,1032,4.88,4.91,3.02 +"38513",0.46,"Very Good","E","SI1",59.3,63,1032,5.09,5.02,3 +"38514",0.4,"Very Good","G","VVS2",61.1,58,1033,4.73,4.76,2.9 +"38515",0.38,"Ideal","F","VVS2",62.7,56,1033,4.61,4.64,2.9 +"38516",0.36,"Ideal","D","VVS2",62,54,1033,4.57,4.63,2.85 +"38517",0.37,"Ideal","G","IF",62.4,56,1033,4.6,4.64,2.88 +"38518",0.53,"Good","I","SI1",61.3,62,1033,5.14,5.17,3.16 +"38519",0.34,"Ideal","D","VS2",62.1,55,1033,4.49,4.46,2.78 +"38520",0.34,"Ideal","E","VS1",62.1,56,1033,4.5,4.48,2.79 +"38521",0.34,"Ideal","E","VS1",62.2,55,1033,4.52,4.49,2.8 +"38522",0.34,"Premium","E","VS1",59.9,58,1033,4.58,4.54,2.73 +"38523",0.34,"Ideal","E","VS1",60.8,57,1033,4.53,4.49,2.74 +"38524",0.34,"Ideal","E","VS1",61.8,57,1033,4.5,4.47,2.77 +"38525",0.34,"Ideal","E","VS1",61.8,56,1033,4.51,4.47,2.78 +"38526",0.34,"Ideal","E","VS1",62,56,1033,4.52,4.48,2.79 +"38527",0.34,"Ideal","E","VS1",62.4,55,1033,4.47,4.44,2.78 +"38528",0.34,"Ideal","D","VS2",62.4,53,1033,4.52,4.49,2.81 +"38529",0.34,"Ideal","E","VS1",61.2,57,1033,4.5,4.45,2.74 +"38530",0.34,"Ideal","E","VS1",61.2,57,1033,4.51,4.45,2.74 +"38531",0.34,"Ideal","E","VS1",61,57,1033,4.52,4.49,2.75 +"38532",0.38,"Premium","H","VVS1",59.1,58,1033,4.76,4.71,2.8 +"38533",0.38,"Premium","H","VVS1",61.2,60,1033,4.7,4.68,2.87 +"38534",0.38,"Very Good","H","VVS1",63.3,58,1033,4.62,4.57,2.91 +"38535",0.34,"Ideal","D","VS2",60.8,57,1033,4.52,4.5,2.74 +"38536",0.34,"Ideal","D","VS2",61.4,56,1033,4.53,4.5,2.77 +"38537",0.34,"Ideal","D","VS2",60.6,57,1033,4.53,4.51,2.74 +"38538",0.34,"Premium","D","VS2",60.4,60,1033,4.56,4.51,2.74 +"38539",0.34,"Premium","D","VS2",59.3,58,1033,4.55,4.52,2.69 +"38540",0.34,"Ideal","D","VS2",62.3,55,1033,4.48,4.45,2.78 +"38541",0.34,"Ideal","D","VS2",62,55,1033,4.49,4.45,2.77 +"38542",0.34,"Premium","D","VS2",62.1,58,1033,4.5,4.45,2.78 +"38543",0.34,"Ideal","D","VS2",61.3,57,1033,4.5,4.47,2.75 +"38544",0.34,"Ideal","D","VS2",62,54,1033,4.52,4.48,2.79 +"38545",0.34,"Ideal","D","VS2",62.5,57,1033,4.47,4.4,2.77 +"38546",0.34,"Ideal","D","VS2",62.9,55,1033,4.47,4.43,2.8 +"38547",0.34,"Ideal","D","VS2",62.9,56,1033,4.5,4.44,2.81 +"38548",0.34,"Ideal","D","VS2",62,55,1033,4.48,4.45,2.77 +"38549",0.34,"Ideal","E","VS1",61.4,57,1033,4.5,4.46,2.75 +"38550",0.6,"Fair","E","SI2",66.5,56,1033,5.31,5.21,3.5 +"38551",0.41,"Premium","H","VS1",62.8,59,1033,4.73,4.64,2.94 +"38552",0.5,"Very Good","J","VS1",61.4,57.8,1034,5.09,5.14,3.15 +"38553",0.55,"Good","J","VS2",64.1,54,1034,5.18,5.21,3.33 +"38554",0.39,"Ideal","E","VVS2",61.9,55,1034,4.7,4.74,2.92 +"38555",0.39,"Ideal","E","VVS2",61.9,55,1034,4.7,4.73,2.92 +"38556",0.31,"Ideal","D","VVS2",61.2,55,1034,4.37,4.42,2.69 +"38557",0.31,"Ideal","D","VVS2",62,56,1034,4.35,4.37,2.7 +"38558",0.31,"Ideal","D","VVS2",61.1,56,1034,4.38,4.39,2.68 +"38559",0.5,"Very Good","I","SI1",62.5,57,1035,5.06,5.09,3.17 +"38560",0.45,"Premium","I","VS1",62.3,58,1035,4.86,4.84,3.02 +"38561",0.5,"Fair","G","SI2",65.6,56,1035,4.99,4.92,3.25 +"38562",0.35,"Ideal","D","VS1",61.2,56,1035,4.54,4.58,2.79 +"38563",0.52,"Ideal","H","SI2",61.5,56,1035,5.17,5.21,3.19 +"38564",0.5,"Ideal","H","SI1",61.7,58,1035,5.07,5.11,3.14 +"38565",0.5,"Ideal","H","SI1",61.8,56,1035,5.1,5.12,3.16 +"38566",0.35,"Ideal","F","IF",60.9,56,1035,4.54,4.56,2.77 +"38567",0.4,"Ideal","H","VS1",61.8,56,1035,4.78,4.74,2.94 +"38568",0.46,"Premium","E","SI1",61.8,57,1035,4.98,4.93,3.06 +"38569",0.42,"Ideal","H","VVS1",61.8,55,1035,4.85,4.8,2.98 +"38570",0.4,"Ideal","I","VVS2",62.4,55,1035,4.73,4.7,2.94 +"38571",0.4,"Ideal","I","VVS2",62,56,1035,4.77,4.74,2.95 +"38572",0.4,"Premium","H","VS1",62.6,58,1035,4.73,4.66,2.94 +"38573",0.4,"Premium","H","VS1",62.6,58,1035,4.71,4.68,2.94 +"38574",0.4,"Premium","H","VS1",62.6,58,1035,4.71,4.68,2.94 +"38575",0.4,"Premium","H","VS1",62.4,60,1035,4.74,4.69,2.94 +"38576",0.4,"Premium","H","VS1",62.7,56,1035,4.73,4.71,2.96 +"38577",0.4,"Premium","G","VS2",62.8,61,1035,4.67,4.63,2.92 +"38578",0.4,"Very Good","G","VS2",63.5,56,1035,4.7,4.68,2.98 +"38579",0.4,"Ideal","G","VS2",62.9,56,1035,4.72,4.69,2.96 +"38580",0.4,"Ideal","G","VS2",62.3,57,1035,4.71,4.7,2.93 +"38581",0.4,"Ideal","G","VS2",61.2,57,1035,4.78,4.73,2.91 +"38582",0.36,"Premium","E","VVS1",62.4,56,1035,4.57,4.53,2.84 +"38583",0.4,"Premium","G","VS1",60,57,1035,4.83,4.74,2.87 +"38584",0.46,"Fair","G","VS1",58,66,1035,5.08,5.03,2.93 +"38585",0.5,"Premium","J","VS1",62.4,61,1035,4.98,4.96,3.1 +"38586",0.41,"Ideal","F","VVS2",62.1,55,1036,4.77,4.79,2.97 +"38587",0.39,"Ideal","F","VVS2",61.9,54.8,1036,4.68,4.69,2.9 +"38588",0.43,"Ideal","D","SI1",61.6,56,1036,4.86,4.82,2.98 +"38589",0.51,"Premium","F","SI2",62.8,60,1036,5.1,5.03,3.18 +"38590",0.51,"Premium","F","SI2",58.3,61,1036,5.18,5.14,3.01 +"38591",0.57,"Very Good","J","SI1",60.6,61,1037,5.36,5.4,3.26 +"38592",0.43,"Ideal","G","VVS1",61.4,57,1037,4.85,4.89,2.99 +"38593",0.55,"Ideal","H","SI2",62.6,56,1037,5.24,5.27,3.29 +"38594",0.43,"Good","H","VVS1",61.2,61,1037,4.84,4.9,2.98 +"38595",0.45,"Fair","F","VS2",64.2,58,1037,4.9,4.75,3.1 +"38596",0.52,"Premium","E","I1",60.8,60,1037,5.2,5.17,3.15 +"38597",0.53,"Ideal","J","VS2",62.6,53,1038,5.21,5.24,3.27 +"38598",0.38,"Ideal","E","VS2",61.7,54,1038,4.66,4.68,2.88 +"38599",0.5,"Ideal","G","SI2",60,57,1038,5.17,5.2,3.11 +"38600",0.53,"Ideal","I","SI1",61.5,54,1038,5.22,5.26,3.22 +"38601",0.37,"Premium","D","VVS2",60.7,59,1038,4.66,4.63,2.82 +"38602",0.4,"Ideal","E","VS2",62.6,57,1038,4.7,4.68,2.93 +"38603",0.4,"Premium","E","VS2",62,58,1038,4.73,4.69,2.92 +"38604",0.31,"Very Good","E","VVS1",60,56,1039,4.45,4.49,2.68 +"38605",0.46,"Ideal","H","SI1",61.2,56,1039,4.99,5.04,3.07 +"38606",0.39,"Ideal","H","IF",61.9,55.6,1039,4.68,4.7,2.91 +"38607",0.4,"Ideal","F","VVS2",62.9,55,1039,4.75,4.72,2.98 +"38608",0.4,"Ideal","F","VVS2",61.1,57,1039,4.8,4.73,2.91 +"38609",0.39,"Very Good","D","VS2",59.5,57,1040,4.79,4.82,2.86 +"38610",0.46,"Ideal","I","VVS2",62.7,56,1040,4.9,4.93,3.08 +"38611",0.31,"Premium","J","VS2",62.5,60,488,4.36,4.31,2.71 +"38612",0.31,"Premium","J","VS2",62.3,60,488,4.34,4.29,2.69 +"38613",0.31,"Premium","J","VS2",62.4,60,488,4.33,4.29,2.69 +"38614",0.28,"Very Good","E","VS1",61.8,55,489,4.21,4.24,2.61 +"38615",0.3,"Very Good","F","SI1",57.9,61,489,4.39,4.49,2.57 +"38616",0.3,"Very Good","F","SI1",58.4,59,489,4.42,4.45,2.59 +"38617",0.3,"Ideal","J","IF",61.5,56,489,4.32,4.33,2.66 +"38618",0.3,"Ideal","J","IF",61.5,57,489,4.29,4.36,2.66 +"38619",0.31,"Ideal","H","VS2",62.2,55,489,4.35,4.39,2.72 +"38620",0.31,"Very Good","I","VS1",63,58,489,4.29,4.32,2.71 +"38621",0.31,"Good","H","VS2",63.1,57,489,4.27,4.32,2.71 +"38622",0.31,"Ideal","H","VS2",62.2,55,489,4.36,4.39,2.72 +"38623",0.31,"Good","I","VS1",63.5,57,489,4.26,4.28,2.71 +"38624",0.31,"Premium","I","VS1",62.6,59,489,4.29,4.33,2.7 +"38625",0.31,"Ideal","H","VS2",62.6,57,489,4.34,4.38,2.73 +"38626",0.31,"Ideal","H","VS2",62.2,53,489,4.38,4.43,2.74 +"38627",0.31,"Good","H","VS2",63.1,57,489,4.28,4.31,2.71 +"38628",0.31,"Good","H","VS2",63.2,57,489,4.32,4.35,2.74 +"38629",0.31,"Ideal","H","VS2",61.5,57,489,4.33,4.38,2.68 +"38630",0.31,"Very Good","H","VS2",62.5,54,489,4.35,4.39,2.73 +"38631",0.31,"Premium","I","VS1",62.3,59,489,4.29,4.35,2.69 +"38632",0.31,"Ideal","H","VS2",62.1,55,489,4.32,4.35,2.69 +"38633",0.31,"Very Good","H","VS2",60,60,489,4.4,4.43,2.65 +"38634",0.31,"Very Good","H","VS2",63,57,489,4.32,4.34,2.73 +"38635",0.31,"Very Good","H","VS2",59.7,61,489,4.39,4.42,2.63 +"38636",0.31,"Premium","I","VS1",60.8,59,489,4.37,4.41,2.67 +"38637",0.31,"Very Good","H","VS2",63,57,489,4.32,4.34,2.73 +"38638",0.31,"Very Good","H","VS2",60.5,63,489,4.33,4.37,2.63 +"38639",0.31,"Ideal","H","VS2",61.9,55,489,4.35,4.38,2.7 +"38640",0.31,"Very Good","H","VS2",62.5,60,489,4.31,4.36,2.71 +"38641",0.42,"Premium","E","VS1",62.3,57,1040,4.83,4.8,3 +"38642",0.34,"Fair","F","VVS1",55.2,59,1040,4.72,4.77,2.62 +"38643",0.33,"Ideal","F","VVS2",62.2,56,1040,4.45,4.43,2.76 +"38644",0.33,"Ideal","F","VVS2",61.9,56,1040,4.46,4.42,2.75 +"38645",0.33,"Ideal","F","VVS2",61.3,56,1040,4.46,4.44,2.73 +"38646",0.33,"Ideal","F","VVS2",61.4,56,1040,4.49,4.44,2.74 +"38647",0.44,"Premium","H","VS2",61.3,58,1040,4.91,4.88,3 +"38648",0.44,"Premium","I","VS1",62.8,56,1040,4.88,4.83,3.05 +"38649",0.44,"Ideal","F","SI1",61,57,1040,4.91,4.89,2.99 +"38650",0.44,"Ideal","E","SI1",61.1,56,1040,4.92,4.9,3 +"38651",0.44,"Premium","E","SI1",62.9,58,1040,4.88,4.85,3.06 +"38652",0.42,"Premium","D","SI1",59.8,59,1040,4.91,4.86,2.92 +"38653",0.42,"Ideal","D","SI1",61.5,56,1040,4.85,4.81,2.97 +"38654",0.42,"Ideal","D","SI1",61.9,56,1040,4.84,4.82,2.99 +"38655",0.42,"Premium","D","SI1",60.8,59,1040,4.85,4.82,2.94 +"38656",0.42,"Ideal","D","SI1",62,55,1040,4.84,4.83,3 +"38657",0.42,"Ideal","D","SI1",61.9,57,1040,4.82,4.77,2.97 +"38658",0.42,"Ideal","D","SI1",62.4,57,1040,4.84,4.77,3 +"38659",0.42,"Premium","D","SI1",61.1,60,1040,4.83,4.79,2.94 +"38660",0.42,"Ideal","D","SI1",61.7,56,1040,4.83,4.79,2.97 +"38661",0.42,"Premium","D","SI1",61.9,59,1040,4.81,4.76,2.96 +"38662",0.42,"Premium","D","SI1",62.1,59,1040,4.79,4.77,2.97 +"38663",0.42,"Ideal","D","SI1",62.3,57,1040,4.8,4.77,2.98 +"38664",0.42,"Ideal","D","SI1",61.8,57,1040,4.81,4.77,2.96 +"38665",0.42,"Premium","D","SI1",62.8,58,1040,4.79,4.76,3 +"38666",0.33,"Ideal","G","VVS1",62.3,55,1040,4.44,4.42,2.76 +"38667",0.38,"Ideal","G","VS1",62.1,56,1040,4.68,4.63,2.89 +"38668",0.33,"Premium","G","VVS1",61.5,59,1040,4.46,4.42,2.73 +"38669",0.33,"Premium","F","VVS2",62.5,59,1040,4.47,4.4,2.77 +"38670",0.7,"Premium","F","I1",63,61,1040,5.69,5.55,3.54 +"38671",0.7,"Good","F","I1",63.9,60,1040,5.65,5.52,3.58 +"38672",0.44,"Premium","E","SI1",62.3,59,1040,4.88,4.84,3.03 +"38673",0.44,"Ideal","E","SI1",62.6,56,1040,4.9,4.84,3.05 +"38674",0.44,"Premium","E","SI1",62.2,60,1040,4.86,4.79,3 +"38675",0.55,"Very Good","I","SI2",63.1,58,1041,5.15,5.19,3.26 +"38676",0.52,"Very Good","I","SI1",60.3,61,1041,5.14,5.2,3.12 +"38677",0.3,"Ideal","D","VVS2",61.4,55,1041,4.34,4.36,2.67 +"38678",0.3,"Ideal","D","VVS2",61.6,56,1041,4.32,4.35,2.67 +"38679",0.3,"Ideal","D","VVS2",61.7,57,1041,4.3,4.32,2.66 +"38680",0.3,"Ideal","D","VVS2",61.5,55,1041,4.34,4.38,2.68 +"38681",0.3,"Ideal","F","VVS1",61.5,56,1041,4.32,4.36,2.67 +"38682",0.3,"Ideal","F","VVS1",61.4,56,1041,4.33,4.37,2.67 +"38683",0.3,"Ideal","F","VVS1",61.9,55,1041,4.32,4.34,2.68 +"38684",0.3,"Ideal","F","VVS1",61.6,57,1041,4.33,4.34,2.67 +"38685",0.3,"Ideal","F","VVS1",61.7,57,1041,4.28,4.31,2.65 +"38686",0.3,"Ideal","F","VVS1",61.1,55,1041,4.36,4.38,2.67 +"38687",0.39,"Good","G","VVS1",61.6,61,1041,4.71,4.74,2.91 +"38688",0.37,"Ideal","E","VS2",61.6,57,1041,4.65,4.61,2.85 +"38689",0.37,"Ideal","E","VS2",61.2,57,1041,4.64,4.58,2.82 +"38690",0.37,"Ideal","E","VS2",62,57,1041,4.63,4.6,2.86 +"38691",0.37,"Ideal","F","VS1",61.7,56,1041,4.63,4.61,2.85 +"38692",0.37,"Ideal","F","VS1",61.1,57,1041,4.65,4.61,2.83 +"38693",0.37,"Ideal","E","VS2",62.5,56,1041,4.61,4.58,2.87 +"38694",0.37,"Premium","E","VS2",61.1,57,1041,4.66,4.63,2.84 +"38695",0.37,"Premium","E","VS2",59.5,59,1041,4.71,4.64,2.78 +"38696",0.37,"Premium","E","VS2",58.9,61,1041,4.68,4.66,2.75 +"38697",0.37,"Ideal","E","VS2",61.9,53,1041,4.65,4.62,2.87 +"38698",0.37,"Premium","E","VS2",60.3,58,1041,4.66,4.63,2.8 +"38699",0.37,"Premium","E","VS2",61,59,1041,4.63,4.59,2.81 +"38700",0.37,"Premium","E","VS2",61.5,58,1041,4.66,4.61,2.85 +"38701",0.37,"Ideal","E","VS2",62.3,56,1041,4.59,4.56,2.85 +"38702",0.37,"Premium","E","VS2",62.3,59,1041,4.59,4.56,2.85 +"38703",0.37,"Ideal","E","VS2",61.5,56,1041,4.62,4.59,2.83 +"38704",0.37,"Ideal","E","VS2",62.6,56,1041,4.61,4.56,2.87 +"38705",0.37,"Premium","E","VS2",61.8,59,1041,4.6,4.56,2.83 +"38706",0.37,"Premium","E","VS2",63,58,1041,4.58,4.53,2.87 +"38707",0.37,"Ideal","E","VS2",62.7,56,1041,4.6,4.55,2.87 +"38708",0.35,"Ideal","G","IF",61.8,56,1041,4.57,4.52,2.81 +"38709",0.37,"Premium","E","VS2",59.1,60,1041,4.68,4.66,2.76 +"38710",0.42,"Very Good","H","VVS1",63.9,56,1042,4.73,4.75,3.03 +"38711",0.46,"Very Good","E","SI1",61.4,62,1042,4.92,4.95,3.03 +"38712",0.54,"Premium","J","VS2",62.6,58,1042,5.16,5.22,3.25 +"38713",0.36,"Ideal","D","VVS2",61.6,57,1042,4.56,4.59,2.82 +"38714",0.33,"Ideal","F","IF",61.5,55,1042,4.44,4.47,2.74 +"38715",0.52,"Ideal","G","SI2",59.7,56,1042,5.28,5.31,3.16 +"38716",0.53,"Ideal","J","SI1",61.4,56,1042,5.2,5.23,3.2 +"38717",0.42,"Good","E","VVS2",61.9,61,1042,4.72,4.78,2.94 +"38718",0.41,"Ideal","G","VS2",61.4,59,1042,4.78,4.76,2.93 +"38719",0.4,"Very Good","E","VVS2",62.3,57,1043,4.68,4.72,2.93 +"38720",0.5,"Good","F","SI1",63.1,61,1043,5.06,4.98,3.17 +"38721",0.41,"Ideal","H","VVS1",62.2,57,1043,4.74,4.78,2.96 +"38722",0.41,"Ideal","H","VVS1",62.7,54,1043,4.78,4.79,3 +"38723",0.41,"Premium","H","VVS1",60.4,58,1043,4.79,4.85,2.91 +"38724",0.41,"Very Good","H","VVS1",61.4,60,1043,4.73,4.78,2.92 +"38725",0.41,"Ideal","H","VVS1",61.4,56,1043,4.77,4.8,2.94 +"38726",0.4,"Ideal","G","VVS1",61.2,56,1043,4.77,4.8,2.93 +"38727",0.4,"Ideal","G","VVS1",62.3,54,1043,4.75,4.76,2.96 +"38728",0.4,"Ideal","G","VVS1",62,56,1043,4.73,4.76,2.94 +"38729",0.4,"Ideal","G","VVS1",62.1,53,1043,4.75,4.79,2.96 +"38730",0.4,"Ideal","G","VVS1",62.3,54,1043,4.75,4.76,2.96 +"38731",0.4,"Ideal","G","VVS1",62.4,54,1043,4.74,4.78,2.97 +"38732",0.4,"Ideal","G","VVS1",62.4,54,1043,4.73,4.75,2.96 +"38733",0.4,"Ideal","G","VVS1",62,55,1043,4.74,4.78,2.95 +"38734",0.4,"Ideal","G","VVS1",62.4,54,1043,4.73,4.76,2.96 +"38735",0.36,"Ideal","E","VVS1",61.4,57,1043,4.64,4.61,2.54 +"38736",0.4,"Ideal","D","VS1",62.2,57,1043,4.71,4.74,2.94 +"38737",0.45,"Ideal","I","IF",62,54,1043,4.94,4.97,3.07 +"38738",0.32,"Ideal","E","VVS1",62.5,56,1044,4.42,4.38,2.75 +"38739",0.32,"Premium","E","VVS1",60.8,59,1044,4.45,4.43,2.7 +"38740",0.53,"Very Good","J","SI1",61.5,56,1044,5.18,5.21,3.19 +"38741",0.4,"Very Good","H","IF",64,56,1044,4.66,4.69,2.99 +"38742",0.35,"Very Good","G","IF",62.2,58,1044,4.45,4.52,2.79 +"38743",0.35,"Premium","E","VVS1",60.7,59,1044,4.55,4.58,2.77 +"38744",0.35,"Ideal","E","VVS1",62.2,56,1044,4.51,4.53,2.81 +"38745",0.35,"Very Good","G","IF",59.1,59,1044,4.59,4.62,2.72 +"38746",0.35,"Ideal","G","IF",61.8,55,1044,4.54,4.56,2.81 +"38747",0.35,"Ideal","G","IF",61.4,55,1044,4.56,4.59,2.81 +"38748",0.35,"Ideal","G","IF",62.3,55,1044,4.5,4.52,2.81 +"38749",0.35,"Premium","E","VVS1",61,58,1044,4.52,4.56,2.77 +"38750",0.35,"Ideal","G","IF",61.1,56,1044,4.54,4.59,2.79 +"38751",0.35,"Ideal","E","VVS1",60.7,57,1044,4.53,4.57,2.76 +"38752",0.35,"Premium","G","IF",60.6,60,1044,4.54,4.57,2.76 +"38753",0.35,"Ideal","E","VVS1",62,56,1044,4.51,4.58,2.82 +"38754",0.41,"Ideal","F","VVS2",61.8,55,1044,4.77,4.81,2.96 +"38755",0.32,"Ideal","D","VS1",61.4,57,1044,4.43,4.4,2.71 +"38756",0.43,"Ideal","H","SI1",61.5,57,1045,4.88,4.84,2.99 +"38757",0.53,"Very Good","H","SI2",61.4,57,1046,5.21,5.25,3.21 +"38758",0.51,"Very Good","I","SI1",63.5,60,1046,5.03,5.05,3.2 +"38759",0.5,"Very Good","E","SI2",60.8,61,1046,5.08,5.09,3.09 +"38760",0.53,"Ideal","I","VS2",62.1,54,1046,5.2,5.24,3.24 +"38761",0.51,"Ideal","F","SI2",62.7,57,1046,5.08,5.1,3.19 +"38762",0.43,"Ideal","I","IF",62.3,53,1046,4.82,4.9,3.02 +"38763",0.31,"Ideal","E","IF",61.9,55,1046,4.38,4.41,2.72 +"38764",0.31,"Ideal","F","IF",62.1,56,1046,4.36,4.33,2.7 +"38765",0.31,"Ideal","F","IF",62,56,1046,4.36,4.32,2.69 +"38766",0.31,"Premium","E","VVS2",61.4,60,1046,4.36,4.34,2.67 +"38767",0.31,"Ideal","E","VVS2",61,56,1046,4.43,4.39,2.69 +"38768",0.31,"Ideal","F","IF",62.2,56,1046,4.34,4.31,2.69 +"38769",0.31,"Ideal","F","IF",61.8,54,1046,4.37,4.33,2.69 +"38770",0.31,"Premium","E","VVS2",60.8,55,1046,4.43,4.38,2.68 +"38771",0.31,"Ideal","E","VVS2",60.8,57,1046,4.39,4.36,2.66 +"38772",0.31,"Premium","E","VVS2",61.4,58,1046,4.36,4.33,2.67 +"38773",0.31,"Ideal","E","VVS2",61.6,55,1046,4.38,4.35,2.69 +"38774",0.31,"Premium","E","VVS2",61.9,58,1046,4.38,4.35,2.7 +"38775",0.31,"Ideal","E","VVS2",61.6,57,1046,4.37,4.33,2.68 +"38776",0.31,"Premium","E","VVS2",60.4,59,1046,4.37,4.34,2.63 +"38777",0.31,"Premium","F","IF",61.5,58,1046,4.35,4.33,2.67 +"38778",0.31,"Ideal","F","IF",62.1,55,1046,4.35,4.34,2.7 +"38779",0.31,"Ideal","E","VVS2",61.7,56,1046,4.36,4.33,2.68 +"38780",0.31,"Premium","E","VVS2",61.3,60,1046,4.35,4.33,2.66 +"38781",0.31,"Ideal","H","IF",60,57,1046,4.41,4.39,2.64 +"38782",0.31,"Premium","H","IF",60.5,58,1046,4.44,4.38,2.67 +"38783",0.31,"Ideal","H","IF",61.8,56,1046,4.38,4.36,2.7 +"38784",0.31,"Premium","H","IF",61,58,1046,4.38,4.34,2.66 +"38785",0.31,"Premium","H","IF",61.7,58,1046,4.36,4.33,2.68 +"38786",0.31,"Ideal","H","IF",62.1,54,1046,4.37,4.33,2.7 +"38787",0.31,"Ideal","G","VVS1",59.5,56,1046,4.43,4.41,2.63 +"38788",0.31,"Premium","G","VVS1",60.2,59,1046,4.43,4.38,2.65 +"38789",0.31,"Premium","G","VVS1",59.5,60,1046,4.41,4.39,2.62 +"38790",0.31,"Ideal","G","VVS1",60.7,57,1046,4.4,4.37,2.66 +"38791",0.31,"Premium","G","VVS1",60.7,58,1046,4.4,4.37,2.66 +"38792",0.31,"Premium","G","VVS1",60.4,59,1046,4.41,4.37,2.65 +"38793",0.31,"Ideal","G","VVS1",60.6,57,1046,4.4,4.38,2.66 +"38794",0.31,"Ideal","G","VVS1",61.7,57,1046,4.38,4.34,2.69 +"38795",0.31,"Premium","G","VVS1",62.1,59,1046,4.39,4.34,2.71 +"38796",0.31,"Premium","G","VVS1",59.9,62,1046,4.37,4.35,2.61 +"38797",0.31,"Ideal","G","VVS1",61.6,56,1046,4.39,4.35,2.69 +"38798",0.31,"Ideal","G","VVS1",60.8,56,1046,4.39,4.36,2.66 +"38799",0.31,"Ideal","G","VVS1",62.8,53,1046,4.36,4.34,2.73 +"38800",0.31,"Ideal","G","VVS1",61.2,56,1046,4.38,4.34,2.67 +"38801",0.31,"Very Good","G","VVS1",63.4,57,1046,4.36,4.32,2.75 +"38802",0.31,"Ideal","G","VVS1",62.5,55,1046,4.34,4.33,2.71 +"38803",0.31,"Very Good","G","VVS1",63.1,56,1046,4.35,4.33,2.74 +"38804",0.31,"Ideal","G","VVS1",62.5,54,1046,4.37,4.33,2.72 +"38805",0.31,"Premium","G","VVS1",60.5,60,1046,4.4,4.33,2.64 +"38806",0.31,"Premium","G","VVS1",61.4,58,1046,4.35,4.32,2.66 +"38807",0.31,"Premium","G","VVS1",62.1,59,1046,4.35,4.32,2.69 +"38808",0.31,"Premium","G","VVS1",61.2,59,1046,4.34,4.32,2.65 +"38809",0.31,"Premium","G","VVS1",61.1,58,1046,4.35,4.32,2.65 +"38810",0.31,"Very Good","G","VVS1",63.5,57,1046,4.33,4.3,2.74 +"38811",0.31,"Ideal","G","VVS1",61.9,55,1046,4.36,4.3,2.68 +"38812",0.31,"Premium","G","VVS1",62.5,57,1046,4.4,4.3,2.72 +"38813",0.31,"Ideal","G","VVS1",62.5,57,1046,4.36,4.31,2.71 +"38814",0.31,"Premium","G","VVS1",62.2,59,1046,4.32,4.3,2.68 +"38815",0.45,"Premium","F","SI1",61.1,58,1046,4.97,4.95,3.03 +"38816",0.31,"Premium","G","VVS1",62.6,61,1046,4.31,4.28,2.69 +"38817",0.31,"Premium","G","VVS1",63,58,1046,4.32,4.29,2.71 +"38818",0.39,"Ideal","I","VS1",62.5,54,1047,4.7,4.67,2.92 +"38819",0.51,"Very Good","J","VS2",62.5,56,1047,5.08,5.12,3.19 +"38820",0.38,"Premium","E","VVS1",60.6,59,1047,4.62,4.65,2.81 +"38821",0.5,"Good","I","VS2",60.4,64,1047,5.12,5.08,3.08 +"38822",0.7,"Very Good","G","I1",61.5,63,1047,5.73,5.65,3.5 +"38823",0.5,"Very Good","I","SI1",62.4,58,1048,5,5.06,3.14 +"38824",0.5,"Very Good","I","SI1",62.2,60,1048,5.02,5.05,3.13 +"38825",0.5,"Very Good","I","SI1",63.5,56,1048,5.02,5.06,3.2 +"38826",0.32,"Ideal","D","VVS2",61.3,55.8,1048,4.43,4.44,2.71 +"38827",0.42,"Ideal","G","VS2",61.9,57,1048,4.83,4.79,2.98 +"38828",0.42,"Ideal","H","VS1",61.2,57,1048,4.87,4.8,2.96 +"38829",0.43,"Ideal","E","VS2",61.9,56,1048,4.88,4.85,3.01 +"38830",0.43,"Premium","E","VS2",61.6,59,1048,4.84,4.81,2.97 +"38831",0.43,"Ideal","E","VS2",62,57,1048,4.85,4.82,3 +"38832",0.43,"Ideal","E","VS2",62.1,56,1048,4.87,4.83,3.01 +"38833",0.43,"Ideal","E","VS2",62.2,57,1048,4.84,4.8,3 +"38834",0.43,"Ideal","E","VS2",62.8,56,1048,4.86,4.79,3.03 +"38835",0.4,"Very Good","F","VVS2",60.9,52,1049,4.81,4.83,2.94 +"38836",0.4,"Very Good","F","VVS2",62,56,1049,4.71,4.74,2.93 +"38837",0.52,"Good","G","SI2",63.1,56,1049,5.08,5.12,3.22 +"38838",0.46,"Very Good","G","VS1",62.8,57,1049,4.92,4.83,3.06 +"38839",0.52,"Very Good","G","SI2",63,55,1049,5.12,5.14,3.23 +"38840",0.37,"Ideal","F","VVS1",62,55,1049,4.6,4.63,2.86 +"38841",0.73,"Fair","I","I1",70.8,55,1049,5.51,5.34,3.84 +"38842",0.39,"Fair","E","VS2",65.4,57,1049,4.61,4.54,2.99 +"38843",0.33,"Very Good","D","VVS2",60.8,58,1050,4.47,4.48,2.72 +"38844",0.47,"Ideal","I","VVS1",61,56,1050,5.02,5.04,3.07 +"38845",0.37,"Ideal","D","VS2",61.1,56,1050,4.64,4.66,2.84 +"38846",0.5,"Fair","G","SI1",65,59,1050,4.99,4.97,3.24 +"38847",0.56,"Premium","J","SI1",60.3,59,1050,5.34,5.3,3.21 +"38848",0.4,"Ideal","I","IF",62.4,56,1050,4.73,4.7,2.94 +"38849",0.4,"Ideal","I","IF",62.2,56,1050,4.75,4.71,2.94 +"38850",0.4,"Premium","G","VVS2",59.7,58,1050,4.8,4.78,2.86 +"38851",0.4,"Premium","G","VVS2",58.9,58,1050,4.84,4.8,2.84 +"38852",0.4,"Premium","G","VVS2",61.7,59,1050,4.76,4.73,2.93 +"38853",0.4,"Premium","G","VVS2",61.1,58,1050,4.76,4.74,2.9 +"38854",0.4,"Ideal","G","VVS2",62.4,56,1050,4.68,4.64,2.91 +"38855",0.4,"Premium","G","VVS2",62.5,60,1050,4.7,4.65,2.92 +"38856",0.4,"Ideal","G","VVS2",62.4,56,1050,4.74,4.72,2.95 +"38857",0.4,"Premium","G","VVS2",62.7,59,1050,4.72,4.69,2.95 +"38858",0.4,"Premium","G","VVS2",62,58,1050,4.74,4.68,2.92 +"38859",0.4,"Premium","F","VS1",60.4,61,1050,4.77,4.74,2.87 +"38860",0.4,"Premium","F","VS1",60.4,59,1050,4.76,4.75,2.87 +"38861",0.4,"Ideal","F","VS1",61.1,56,1050,4.78,4.75,2.91 +"38862",0.4,"Premium","F","VS1",60.5,60,1050,4.8,4.76,2.89 +"38863",0.4,"Premium","F","VS1",60.3,60,1050,4.81,4.77,2.89 +"38864",0.4,"Ideal","F","VS1",61.3,56,1050,4.76,4.73,2.91 +"38865",0.4,"Ideal","F","VS1",62.7,55,1050,4.76,4.74,2.98 +"38866",0.4,"Premium","F","VS1",61.5,59,1050,4.76,4.71,2.91 +"38867",0.4,"Premium","F","VS1",61.4,58,1050,4.75,4.73,2.91 +"38868",0.4,"Premium","F","VS1",61.4,58,1050,4.75,4.73,2.91 +"38869",0.4,"Premium","F","VS1",62.6,58,1050,4.72,4.68,2.94 +"38870",0.4,"Premium","F","VS1",62.5,57,1050,4.72,4.69,2.94 +"38871",0.4,"Premium","F","VS1",61.1,59,1050,4.75,4.71,2.89 +"38872",0.4,"Premium","F","VS1",62.9,58,1050,4.71,4.67,2.95 +"38873",0.4,"Premium","F","VS1",61.9,59,1050,4.7,4.67,2.9 +"38874",0.4,"Premium","F","VS1",62.4,59,1050,4.69,4.67,2.92 +"38875",0.4,"Premium","F","VS1",62.5,59,1050,4.69,4.66,2.92 +"38876",0.4,"Ideal","D","VS2",61.3,57,1050,4.77,4.75,2.92 +"38877",0.4,"Premium","D","VS2",60.5,59,1050,4.8,4.76,2.89 +"38878",0.4,"Premium","D","VS2",59.1,57,1050,4.87,4.81,2.86 +"38879",0.4,"Ideal","D","VS2",62.3,57,1050,4.75,4.72,2.95 +"38880",0.4,"Premium","D","VS2",61.7,59,1050,4.76,4.73,2.93 +"38881",0.4,"Ideal","D","VS2",60.4,56,1050,4.77,4.73,2.87 +"38882",0.4,"Ideal","D","VS2",61.3,56,1050,4.79,4.74,2.92 +"38883",0.4,"Ideal","D","VS2",62.8,57,1050,4.72,4.68,2.95 +"38884",0.4,"Premium","D","VS2",62.4,59,1050,4.72,4.7,2.94 +"38885",0.4,"Ideal","D","VS2",61.5,55,1050,4.75,4.71,2.91 +"38886",0.4,"Ideal","D","VS2",61.6,57,1050,4.77,4.71,2.92 +"38887",0.4,"Premium","D","VS2",61.7,59,1050,4.75,4.72,2.92 +"38888",0.4,"Premium","D","VS2",62.5,59,1050,4.72,4.66,2.93 +"38889",0.4,"Good","G","VVS2",61.4,64,1050,4.7,4.65,2.87 +"38890",0.4,"Ideal","G","VS1",62.3,57,1050,4.73,4.68,2.93 +"38891",0.41,"Very Good","G","VVS2",63.3,59,1051,4.69,4.71,2.97 +"38892",0.43,"Very Good","E","VS1",61.9,53,1051,4.86,4.89,3.02 +"38893",0.4,"Ideal","G","VVS1",61.5,59,1051,4.71,4.75,2.91 +"38894",0.51,"Ideal","I","SI2",60.8,56,1051,5.14,5.26,3.16 +"38895",0.31,"Ideal","E","IF",60.7,56,1051,4.36,4.4,2.66 +"38896",0.51,"Fair","F","SI1",65.6,54,1052,5.07,5.02,3.31 +"38897",0.38,"Ideal","F","VVS2",60.3,55,1052,4.69,4.79,2.86 +"38898",0.42,"Ideal","H","VVS1",61.4,55,1052,4.81,4.83,2.96 +"38899",0.53,"Ideal","I","SI1",62.8,57,1052,5.15,5.2,3.25 +"38900",0.33,"Ideal","E","VVS1",60.2,57,1052,4.5,4.47,2.7 +"38901",0.33,"Ideal","E","VVS1",61.2,56,1052,4.51,4.45,2.74 +"38902",0.33,"Ideal","E","VVS1",61.8,57,1052,4.43,4.4,2.73 +"38903",0.33,"Ideal","E","VVS1",61.7,56,1052,4.48,4.46,2.76 +"38904",0.33,"Ideal","E","VVS1",61.5,56,1052,4.49,4.46,2.75 +"38905",0.34,"Premium","D","VVS2",60.1,58,1052,4.55,4.53,2.73 +"38906",0.33,"Premium","E","VVS1",60.1,58,1052,4.51,4.47,2.7 +"38907",0.33,"Premium","E","VVS1",59.7,58,1052,4.52,4.49,2.69 +"38908",0.33,"Ideal","E","VVS1",61.7,56,1052,4.46,4.42,2.74 +"38909",0.33,"Ideal","E","VVS1",61.5,57,1052,4.47,4.44,2.74 +"38910",0.33,"Ideal","E","VVS1",60.9,56,1052,4.48,4.46,2.72 +"38911",0.51,"Very Good","I","SI1",63.1,56,1052,5.14,5.06,3.22 +"38912",0.33,"Ideal","G","IF",61.6,55,1052,4.51,4.48,2.77 +"38913",0.33,"Good","G","IF",57.9,60,1052,4.57,4.55,2.64 +"38914",0.33,"Ideal","G","IF",62.2,56,1052,4.45,4.43,2.76 +"38915",0.33,"Ideal","G","IF",61.6,53,1052,4.47,4.43,2.74 +"38916",0.33,"Ideal","G","IF",61.7,55,1052,4.47,4.45,2.75 +"38917",0.33,"Ideal","G","IF",61.6,56,1052,4.48,4.45,2.75 +"38918",0.33,"Ideal","G","IF",61.8,55,1052,4.48,4.45,2.76 +"38919",0.33,"Ideal","G","IF",62.1,56,1052,4.44,4.41,2.75 +"38920",0.33,"Premium","G","IF",60.8,58,1052,4.46,4.42,2.7 +"38921",0.33,"Ideal","G","IF",61.3,57,1052,4.46,4.42,2.72 +"38922",0.33,"Ideal","G","IF",61.9,54,1052,4.46,4.42,2.75 +"38923",0.51,"Premium","F","SI2",58.1,59,1052,5.26,5.24,3.05 +"38924",0.51,"Premium","F","SI2",58.1,59,1052,5.26,5.24,3.05 +"38925",0.51,"Premium","G","SI2",60.8,59,1052,5.2,5.19,3.16 +"38926",0.33,"Premium","D","VVS2",60.4,60,1052,4.51,4.46,2.71 +"38927",0.31,"Good","E","IF",64.2,60,1052,4.28,4.22,2.73 +"38928",0.38,"Very Good","E","VVS1",60,59,1053,4.66,4.68,2.8 +"38929",0.48,"Very Good","I","VS1",62.4,55,1053,4.99,5.03,3.12 +"38930",0.36,"Very Good","E","IF",59.5,57,1053,4.68,4.73,2.8 +"38931",0.4,"Premium","E","VS1",61.2,59,1053,4.72,4.76,2.9 +"38932",0.4,"Premium","E","VS1",60.4,59,1053,4.76,4.81,2.89 +"38933",0.4,"Ideal","E","VS1",62.3,56,1053,4.71,4.73,2.94 +"38934",0.4,"Ideal","E","VS1",62.2,55,1053,4.72,4.76,2.95 +"38935",0.4,"Very Good","E","VS1",62.6,56,1053,4.67,4.72,2.94 +"38936",0.4,"Very Good","E","VS1",60.1,58,1053,4.72,4.76,2.85 +"38937",0.4,"Very Good","E","VS1",61.8,56,1053,4.74,4.77,2.94 +"38938",0.4,"Ideal","E","VS1",61.6,56,1053,4.73,4.78,2.93 +"38939",0.4,"Ideal","E","VS1",62,54,1053,4.74,4.77,2.95 +"38940",0.4,"Premium","E","VS1",60.3,58,1053,4.8,4.82,2.9 +"38941",0.31,"Premium","H","VS2",62.2,58,489,4.31,4.34,2.69 +"38942",0.31,"Very Good","H","VS2",62.2,59,489,4.34,4.38,2.71 +"38943",0.31,"Premium","H","VS2",61.3,60,489,4.32,4.36,2.66 +"38944",0.31,"Ideal","I","VS1",61.9,54,489,4.34,4.38,2.7 +"38945",0.31,"Premium","H","VS2",62.7,59,489,4.29,4.32,2.7 +"38946",0.31,"Ideal","H","VS2",62.6,57,489,4.31,4.35,2.71 +"38947",0.31,"Very Good","I","VS1",62.8,55,489,4.31,4.35,2.72 +"38948",0.31,"Ideal","H","VS2",62.2,55,489,4.35,4.37,2.71 +"38949",0.31,"Good","I","VS1",63.8,56,489,4.27,4.32,2.74 +"38950",0.31,"Ideal","H","VS2",62,57,489,4.33,4.38,2.7 +"38951",0.31,"Good","H","VS2",63.1,58,489,4.27,4.32,2.71 +"38952",0.31,"Very Good","I","VS1",62.8,57,489,4.28,4.32,2.7 +"38953",0.31,"Good","H","VS2",63.1,58,489,4.31,4.34,2.73 +"38954",0.31,"Good","I","VS1",63.7,55,489,4.3,4.33,2.75 +"38955",0.31,"Very Good","H","VS2",61.9,58,489,4.37,4.39,2.71 +"38956",0.31,"Good","H","VS2",63.5,57,489,4.32,4.34,2.75 +"38957",0.31,"Good","I","VS1",63.9,56,489,4.28,4.3,2.74 +"38958",0.31,"Premium","I","VS1",59.2,60,489,4.4,4.45,2.62 +"38959",0.31,"Good","H","VS2",63.2,58,489,4.31,4.33,2.73 +"38960",0.31,"Premium","H","VS2",62.4,59,489,4.31,4.34,2.7 +"38961",0.31,"Good","I","VS1",63.2,56,489,4.28,4.33,2.72 +"38962",0.31,"Ideal","I","VS1",61.6,55,489,4.34,4.36,2.68 +"38963",0.31,"Ideal","H","VS2",62.4,55,489,4.33,4.36,2.71 +"38964",0.31,"Very Good","G","SI1",61.8,55,490,4.35,4.38,2.69 +"38965",0.27,"Ideal","G","VS2",61.5,56,490,4.16,4.18,2.56 +"38966",0.27,"Ideal","G","VS2",61.5,55,490,4.18,4.21,2.58 +"38967",0.27,"Ideal","G","VS2",61.6,54,490,4.17,4.2,2.58 +"38968",0.28,"Ideal","F","VS2",61.8,54,490,4.18,4.23,2.6 +"38969",0.27,"Ideal","G","VS1",62.3,56,490,4.14,4.16,2.58 +"38970",0.28,"Ideal","G","VS1",62.1,55,490,4.22,4.25,2.63 +"38971",0.4,"Very Good","E","VS1",60.5,61,1053,4.72,4.74,2.86 +"38972",0.4,"Very Good","E","VS1",62.8,59,1053,4.63,4.67,2.92 +"38973",0.3,"Ideal","E","VVS2",61.4,55,1053,4.34,4.36,2.67 +"38974",0.4,"Very Good","E","VS1",62.4,54,1053,4.71,4.75,2.95 +"38975",0.4,"Ideal","E","VS1",61.2,57,1053,4.74,4.77,2.91 +"38976",0.4,"Premium","E","VS1",62.5,58,1053,4.69,4.72,2.94 +"38977",0.4,"Ideal","E","VS1",61.7,55,1053,4.73,4.76,2.93 +"38978",0.43,"Ideal","E","VS2",61.6,54,1053,4.9,4.88,3.01 +"38979",0.4,"Ideal","D","VS1",61.3,54,1053,4.76,4.8,2.93 +"38980",0.4,"Ideal","I","IF",62.8,54,1053,4.7,4.72,2.96 +"38981",0.36,"Good","E","IF",57.7,54,1053,4.74,4.79,2.75 +"38982",0.39,"Premium","F","VS2",58.8,59,1053,4.83,4.8,2.83 +"38983",0.39,"Ideal","F","VS2",60,57,1053,4.76,4.7,2.84 +"38984",0.39,"Premium","I","VVS1",61.5,59,1053,4.7,4.67,2.88 +"38985",0.39,"Premium","F","VS2",62.4,58,1053,4.65,4.61,2.89 +"38986",0.39,"Premium","F","VS2",58.4,62,1053,4.79,4.76,2.79 +"38987",0.36,"Ideal","H","VVS1",62.3,56,1053,4.57,4.54,2.84 +"38988",0.36,"Premium","G","VVS2",61.9,58,1053,4.6,4.54,2.83 +"38989",0.36,"Ideal","G","VVS2",62.3,56,1053,4.56,4.53,2.83 +"38990",0.36,"Ideal","G","VVS1",62.8,57,1053,4.55,4.52,2.85 +"38991",0.51,"Premium","G","SI1",62,59,1053,5.12,5.1,3.17 +"38992",0.5,"Very Good","I","SI1",62.8,60,1054,5.04,5.08,3.18 +"38993",0.39,"Very Good","E","VVS2",59.5,58,1054,4.74,4.77,2.83 +"38994",0.34,"Ideal","D","VVS2",61.3,56,1054,4.51,4.53,2.77 +"38995",0.5,"Ideal","J","VS2",61.9,54,1054,5.1,5.14,3.17 +"38996",0.53,"Ideal","H","SI2",61.6,56,1054,5.16,5.19,3.19 +"38997",0.52,"Ideal","H","SI2",61,55,1054,5.19,5.23,3.18 +"38998",0.59,"Premium","J","VS2",62.7,61,1055,5.35,5.28,3.33 +"38999",0.37,"Very Good","E","VVS1",60.9,56,1055,4.65,4.67,2.84 +"39000",0.47,"Premium","G","SI1",58.5,60,1055,5.09,5.06,2.97 +"39001",0.41,"Ideal","G","VVS1",61.6,57,1055,4.75,4.77,2.93 +"39002",0.45,"Ideal","G","VS1",59,60,1055,4.98,5.05,2.96 +"39003",0.45,"Ideal","G","VS1",62.8,58,1055,4.83,4.88,3.05 +"39004",0.42,"Ideal","G","VS1",61,56,1055,4.86,4.82,2.95 +"39005",0.42,"Ideal","H","VVS2",62,57,1055,4.82,4.79,2.98 +"39006",0.51,"Premium","G","SI2",63,61,1056,5.08,4.99,3.17 +"39007",0.4,"Ideal","E","VVS2",61.6,56,1056,4.78,4.73,2.93 +"39008",0.4,"Premium","E","VVS2",60.8,59,1056,4.77,4.73,2.89 +"39009",0.4,"Ideal","E","VVS2",61.5,55,1056,4.79,4.77,2.94 +"39010",0.4,"Ideal","E","VVS2",61.7,57,1056,4.77,4.73,2.93 +"39011",0.39,"Very Good","D","VVS2",61.4,59,1056,4.69,4.73,2.89 +"39012",0.43,"Ideal","I","IF",62,55,1056,4.83,4.85,3 +"39013",0.43,"Premium","D","VS2",60.2,59,1056,4.88,4.92,2.95 +"39014",0.43,"Ideal","G","VVS2",61.4,55,1056,4.83,4.88,2.98 +"39015",0.43,"Ideal","G","VVS2",61.9,55,1056,4.84,4.86,3 +"39016",0.43,"Very Good","G","VVS2",62.3,60,1056,4.78,4.85,3 +"39017",0.43,"Ideal","D","VS2",61.8,56,1056,4.81,4.83,2.98 +"39018",0.43,"Very Good","F","VS1",62.2,61,1056,4.75,4.83,2.98 +"39019",0.43,"Premium","F","VS1",62.5,58,1056,4.78,4.85,3.01 +"39020",0.43,"Premium","D","VS2",60.7,58,1056,4.84,4.88,2.95 +"39021",0.43,"Premium","I","IF",61.2,58,1056,4.83,4.88,2.97 +"39022",0.43,"Very Good","F","VS1",61,57,1056,4.84,4.89,2.97 +"39023",0.43,"Premium","F","VS1",59.9,58,1056,4.89,4.93,2.94 +"39024",0.43,"Ideal","D","VS2",62,55,1056,4.81,4.86,3 +"39025",0.43,"Ideal","D","VS2",60.7,57,1056,4.88,4.91,2.97 +"39026",0.43,"Ideal","G","VVS2",60.9,57,1056,4.85,4.9,2.97 +"39027",0.43,"Very Good","G","VVS2",62.2,55,1056,4.81,4.84,3 +"39028",0.43,"Ideal","G","VVS2",60.1,57,1056,4.88,4.91,2.94 +"39029",0.52,"Good","H","SI1",57.6,61,1056,5.34,5.32,3.07 +"39030",0.39,"Ideal","E","VVS2",61.7,56,1056,4.73,4.75,2.92 +"39031",0.36,"Ideal","G","VVS1",60.9,55,1056,4.64,4.68,2.84 +"39032",0.41,"Ideal","I","VS2",61.2,56,1056,4.77,4.81,2.93 +"39033",0.41,"Ideal","H","SI1",62.2,55,1056,4.76,4.79,2.97 +"39034",0.41,"Ideal","H","SI1",61.7,56,1056,4.76,4.8,2.95 +"39035",0.41,"Ideal","H","SI1",61.3,55,1056,4.81,4.85,2.96 +"39036",0.37,"Ideal","G","IF",62.1,55,1056,4.6,4.64,2.87 +"39037",0.37,"Ideal","G","IF",61.4,55,1056,4.63,4.66,2.85 +"39038",0.37,"Ideal","G","IF",61.2,56,1056,4.65,4.67,2.85 +"39039",0.37,"Ideal","G","IF",62.1,54,1056,4.6,4.64,2.87 +"39040",0.37,"Ideal","G","IF",61.2,56,1056,4.61,4.64,2.83 +"39041",0.37,"Ideal","G","IF",61.5,56,1056,4.6,4.64,2.84 +"39042",0.36,"Ideal","F","IF",62.5,54,1056,4.54,4.58,2.85 +"39043",0.39,"Good","D","VVS2",58.1,60,1056,4.82,4.85,2.81 +"39044",0.4,"Premium","E","VVS2",61.4,56,1056,4.81,4.74,2.93 +"39045",0.41,"Premium","G","VVS2",62.2,58,1056,4.82,4.76,2.98 +"39046",0.52,"Very Good","F","SI2",62.3,60,1057,5.1,5.13,3.19 +"39047",0.41,"Very Good","E","VVS1",60,61,1057,4.78,4.86,2.89 +"39048",0.41,"Very Good","E","VVS1",59.8,62,1057,4.79,4.84,2.88 +"39049",0.41,"Ideal","E","VVS1",62.1,56,1057,4.76,4.78,2.96 +"39050",0.41,"Premium","E","VVS1",61.2,58,1057,4.74,4.8,2.92 +"39051",0.55,"Ideal","H","SI2",62.2,54,1057,5.28,5.3,3.29 +"39052",0.54,"Ideal","I","SI1",62.1,54,1057,5.24,5.26,3.26 +"39053",0.54,"Ideal","I","SI1",62,55,1057,5.21,5.25,3.24 +"39054",0.54,"Ideal","I","SI1",61.9,54,1057,5.25,5.28,3.26 +"39055",0.38,"Very Good","F","VS1",62.1,54.7,1058,4.63,4.66,2.89 +"39056",0.39,"Good","F","VVS2",57.7,61,1058,4.91,4.8,2.8 +"39057",0.39,"Very Good","F","VVS2",63.5,58,1058,4.65,4.61,2.94 +"39058",0.57,"Premium","E","SI2",62.5,54,1058,5.35,5.3,3.33 +"39059",0.57,"Premium","E","SI2",62.5,54,1058,5.35,5.3,3.33 +"39060",0.47,"Ideal","H","VS2",62.7,55,1058,5.08,4.95,3.15 +"39061",0.7,"Fair","H","I1",66.5,57,1058,5.51,5.4,3.64 +"39062",0.47,"Very Good","F","SI2",63.3,59,1058,4.9,4.86,3.09 +"39063",0.52,"Very Good","E","SI2",64,55,1059,5.07,5.11,3.26 +"39064",0.36,"Ideal","F","VVS2",61.4,56,1059,4.61,4.64,2.84 +"39065",0.4,"Ideal","G","VVS1",61.2,56,1059,4.74,4.8,2.92 +"39066",0.4,"Ideal","G","VVS1",62.2,54,1059,4.73,4.76,2.95 +"39067",0.4,"Ideal","G","VVS1",61.5,57,1059,4.74,4.79,2.93 +"39068",0.4,"Ideal","G","VVS1",61.8,53,1059,4.75,4.77,2.94 +"39069",0.4,"Ideal","D","VS1",62.3,56,1059,4.74,4.77,2.96 +"39070",0.52,"Ideal","F","SI2",61.8,55,1059,5.17,5.21,3.21 +"39071",0.4,"Good","E","VVS2",58.5,60,1059,4.82,4.86,2.83 +"39072",0.44,"Good","E","VS2",62.2,62,1059,4.79,4.85,3 +"39073",0.55,"Ideal","J","SI1",62.5,57,1059,5.24,5.22,3.27 +"39074",0.5,"Very Good","J","VS2",63.2,60,1059,5.06,5.01,3.18 +"39075",0.5,"Premium","I","SI1",61.7,58,1059,5.15,5.09,3.16 +"39076",0.4,"Ideal","F","VS2",62,59,1059,4.77,4.71,2.95 +"39077",0.4,"Ideal","F","VS2",63.4,54,1059,4.73,4.68,2.99 +"39078",0.59,"Fair","H","SI2",64.5,57,1059,5.37,5.16,3.42 +"39079",0.41,"Premium","E","SI1",62.3,56,1059,4.78,4.76,2.97 +"39080",0.31,"Premium","D","VVS1",61.1,56,1060,4.42,4.35,2.68 +"39081",0.38,"Ideal","D","VVS2",60.3,57,1060,4.77,4.71,2.86 +"39082",0.38,"Very Good","F","VVS2",61.9,59.7,1060,4.64,4.65,2.87 +"39083",0.31,"Premium","E","IF",61,59,1060,4.36,4.39,2.67 +"39084",0.31,"Ideal","E","IF",61.9,56,1060,4.35,4.37,2.7 +"39085",0.41,"Good","E","VVS2",63.1,58,1060,4.72,4.75,2.99 +"39086",0.51,"Ideal","I","VS2",60.6,57,1060,5.16,5.21,3.14 +"39087",0.34,"Ideal","E","VS1",62.4,54,1060,4.49,4.45,2.79 +"39088",0.51,"Good","H","SI2",56.7,60,1060,5.38,5.35,3.04 +"39089",0.48,"Ideal","I","VVS2",62.1,56,1061,5.01,5.04,3.12 +"39090",0.31,"Ideal","F","IF",61.5,55,1061,4.34,4.37,2.68 +"39091",0.31,"Ideal","F","IF",61.4,56,1061,4.38,4.41,2.7 +"39092",0.32,"Ideal","E","VVS1",61.6,56,1061,4.43,4.37,2.71 +"39093",0.41,"Premium","I","VVS2",59.9,58,1061,4.87,4.81,2.9 +"39094",0.41,"Very Good","J","IF",63.5,54,1061,4.75,4.7,3 +"39095",0.41,"Good","J","IF",63.6,54,1061,4.75,4.72,3.01 +"39096",0.41,"Premium","I","VVS2",62.1,58,1061,4.78,4.76,2.96 +"39097",0.41,"Ideal","I","VVS2",61.7,56,1061,4.8,4.77,2.95 +"39098",0.41,"Premium","I","VVS2",62.9,58,1061,4.74,4.71,2.97 +"39099",0.41,"Good","I","VVS2",63.9,55,1061,4.74,4.71,3.02 +"39100",0.41,"Very Good","I","VVS2",63.1,56,1061,4.75,4.72,2.99 +"39101",0.41,"Very Good","I","VVS2",63.5,57,1061,4.76,4.72,3.01 +"39102",0.41,"Ideal","I","VVS2",62.3,56,1061,4.77,4.73,2.96 +"39103",0.41,"Ideal","I","VVS2",61.6,57,1061,4.78,4.76,2.94 +"39104",0.41,"Premium","I","VVS2",62.4,60,1061,4.73,4.7,2.94 +"39105",0.41,"Ideal","H","VS1",61.8,56,1061,4.81,4.77,2.96 +"39106",0.41,"Very Good","H","VS1",63.5,56,1061,4.7,4.69,2.98 +"39107",0.41,"Ideal","H","VS1",62.7,56,1061,4.77,4.73,2.98 +"39108",0.41,"Premium","H","VS1",62,56,1061,4.78,4.74,2.95 +"39109",0.41,"Premium","H","VS1",62.6,60,1061,4.77,4.75,2.98 +"39110",0.41,"Ideal","H","VS1",61.9,56,1061,4.78,4.75,2.95 +"39111",0.41,"Ideal","G","VS2",59.8,57,1061,4.85,4.81,2.89 +"39112",0.41,"Premium","G","VS2",59.9,59,1061,4.86,4.82,2.9 +"39113",0.41,"Premium","G","VS2",60.8,59,1061,4.8,4.78,2.91 +"39114",0.41,"Ideal","G","VS2",62.4,54,1061,4.81,4.78,2.99 +"39115",0.41,"Premium","G","VS2",59.8,61,1061,4.82,4.78,2.87 +"39116",0.41,"Ideal","G","VS2",60.9,57,1061,4.84,4.79,2.93 +"39117",0.41,"Premium","G","VS2",61.5,58,1061,4.82,4.8,2.96 +"39118",0.41,"Premium","G","VS2",59.2,58,1061,4.83,4.8,2.85 +"39119",0.41,"Premium","G","VS2",60.9,58,1061,4.83,4.8,2.93 +"39120",0.41,"Premium","G","VS2",59.8,58,1061,4.84,4.8,2.88 +"39121",0.41,"Premium","G","VS2",61,56,1061,4.83,4.81,2.94 +"39122",0.41,"Premium","G","VS2",59.7,59,1061,4.84,4.81,2.88 +"39123",0.41,"Premium","G","VS2",61.4,59,1061,4.79,4.75,2.93 +"39124",0.41,"Ideal","G","VS2",62.7,55,1061,4.79,4.75,2.99 +"39125",0.41,"Ideal","G","VS2",61.4,55,1061,4.8,4.75,2.93 +"39126",0.41,"Premium","G","VS2",61.3,57,1061,4.8,4.76,2.93 +"39127",0.41,"Ideal","G","VS2",61.4,54,1061,4.84,4.77,2.95 +"39128",0.41,"Premium","G","VS2",61.8,58,1061,4.77,4.75,2.94 +"39129",0.41,"Ideal","G","VS2",62.5,54,1061,4.78,4.75,2.98 +"39130",0.41,"Premium","G","VS2",61.4,59,1061,4.79,4.75,2.93 +"39131",0.41,"Premium","G","VS2",61.6,58,1061,4.78,4.73,2.93 +"39132",0.41,"Premium","G","VS2",60.9,61,1061,4.75,4.74,2.89 +"39133",0.41,"Ideal","G","VS2",62.7,56,1061,4.77,4.74,2.98 +"39134",0.41,"Premium","G","VS2",61.8,59,1061,4.76,4.72,2.93 +"39135",0.41,"Premium","G","VS2",62.4,58,1061,4.76,4.72,2.96 +"39136",0.41,"Ideal","G","VS2",62.7,56,1061,4.76,4.72,2.97 +"39137",0.41,"Ideal","G","VS2",62.1,57,1061,4.78,4.72,2.95 +"39138",0.41,"Ideal","G","VS2",62.4,55,1061,4.76,4.73,2.96 +"39139",0.41,"Premium","G","VS2",62.6,59,1061,4.76,4.73,2.97 +"39140",0.41,"Premium","G","VS2",61.9,59,1061,4.77,4.73,2.94 +"39141",0.41,"Premium","G","VS2",61.7,61,1061,4.74,4.7,2.91 +"39142",0.41,"Premium","G","VS2",62.9,59,1061,4.75,4.7,2.97 +"39143",0.41,"Ideal","G","VS2",62.2,57,1061,4.74,4.71,2.94 +"39144",0.41,"Premium","G","VS2",62.6,58,1061,4.74,4.71,2.96 +"39145",0.41,"Ideal","G","VS2",62.7,56,1061,4.76,4.71,2.97 +"39146",0.41,"Ideal","G","VS2",62.5,56,1061,4.75,4.72,2.96 +"39147",0.32,"Ideal","E","VVS1",62.2,55,1061,4.41,4.37,2.73 +"39148",0.32,"Ideal","F","VVS1",61.1,56,1061,4.45,4.42,2.71 +"39149",0.43,"Ideal","E","VVS2",60.8,57,1062,4.87,4.9,2.97 +"39150",0.55,"Very Good","J","VS2",62.6,57,1062,5.17,5.21,3.25 +"39151",0.33,"Ideal","D","VVS2",60.3,57,1062,4.52,4.47,2.71 +"39152",0.33,"Ideal","F","VVS1",62.1,56,1062,4.46,4.43,2.76 +"39153",0.5,"Ideal","D","SI2",61.3,54,1063,5.11,5.03,3.11 +"39154",0.46,"Premium","G","SI1",60.6,59,1063,5.04,5,3.04 +"39155",0.44,"Premium","I","VVS2",61.5,57,1063,4.92,4.87,3.01 +"39156",0.36,"Ideal","F","IF",61.4,56,1063,4.57,4.61,2.82 +"39157",0.36,"Ideal","F","IF",60.3,57,1063,4.61,4.65,2.79 +"39158",0.35,"Ideal","E","VS1",61.9,56,1063,4.53,4.51,2.8 +"39159",0.35,"Ideal","E","VS1",61.6,57,1063,4.53,4.5,2.78 +"39160",0.35,"Premium","E","VS1",60.8,58,1063,4.58,4.55,2.78 +"39161",0.35,"Ideal","E","VS1",61.2,56,1063,4.55,4.53,2.78 +"39162",0.35,"Premium","E","VS1",62.3,60,1063,4.52,4.5,2.81 +"39163",0.35,"Ideal","E","VS1",62.3,56,1063,4.52,4.5,2.81 +"39164",0.35,"Ideal","D","VS2",61.3,56,1063,4.56,4.54,2.79 +"39165",0.45,"Good","E","SI1",63.9,57,1063,4.86,4.81,3.09 +"39166",0.44,"Premium","G","VS2",60.6,58,1063,4.96,4.9,2.99 +"39167",0.4,"Premium","J","IF",62.7,60,1063,4.7,4.64,2.93 +"39168",0.4,"Premium","J","IF",62.2,61,1063,4.71,4.68,2.92 +"39169",0.4,"Ideal","J","IF",62.4,56,1063,4.74,4.71,2.95 +"39170",0.4,"Ideal","J","IF",62.6,56,1063,4.75,4.71,2.96 +"39171",0.35,"Premium","D","VS2",59.7,58,1063,4.61,4.57,2.74 +"39172",0.35,"Ideal","D","VS2",60.7,56,1063,4.6,4.56,2.78 +"39173",0.35,"Ideal","D","VS2",61.8,55,1063,4.56,4.53,2.81 +"39174",0.35,"Premium","D","VS2",60.4,58,1063,4.58,4.53,2.75 +"39175",0.35,"Premium","D","VS2",62,58,1063,4.56,4.54,2.82 +"39176",0.35,"Ideal","D","VS2",60.6,56,1063,4.57,4.54,2.76 +"39177",0.35,"Ideal","D","VS2",61.6,56,1063,4.56,4.53,2.8 +"39178",0.35,"Ideal","D","VS2",60.9,57,1063,4.55,4.51,2.76 +"39179",0.35,"Premium","D","VS2",61.9,58,1063,4.6,4.51,2.82 +"39180",0.35,"Ideal","D","VS2",62.3,55,1063,4.54,4.52,2.82 +"39181",0.35,"Ideal","D","VS2",61.5,56,1063,4.55,4.53,2.79 +"39182",0.35,"Ideal","D","VS2",62.5,55,1063,4.55,4.5,2.83 +"39183",0.35,"Ideal","D","VS2",61.9,55,1063,4.54,4.5,2.8 +"39184",0.35,"Ideal","D","VS2",62.4,55,1063,4.52,4.48,2.81 +"39185",0.35,"Ideal","D","VS2",62,55,1063,4.53,4.47,2.79 +"39186",0.5,"Very Good","G","SI2",63.3,57,1063,5.03,4.99,3.17 +"39187",0.5,"Premium","F","SI1",61.2,59,1063,5.13,5.1,3.13 +"39188",0.5,"Premium","E","SI2",59.7,59,1063,5.18,5.11,3.07 +"39189",0.35,"Ideal","D","VS2",61.8,56,1063,4.55,4.51,2.8 +"39190",0.35,"Ideal","D","VS2",62.4,57,1063,4.56,4.51,2.83 +"39191",0.31,"Ideal","E","VVS1",61.3,56,1064,4.39,4.43,2.7 +"39192",0.36,"Ideal","D","VS1",61.7,55,1064,4.59,4.62,2.84 +"39193",0.4,"Ideal","D","VS1",62.3,54,1064,4.7,4.74,2.94 +"39194",0.38,"Ideal","H","IF",60,60,1064,4.71,4.76,2.84 +"39195",0.38,"Ideal","H","IF",58.9,58,1064,4.69,4.81,2.8 +"39196",0.38,"Premium","D","VS1",58.2,58,1064,4.81,4.77,2.79 +"39197",0.43,"Premium","D","SI1",60.1,58,1064,4.93,4.89,2.95 +"39198",0.43,"Ideal","D","SI1",61.5,56,1064,4.87,4.82,2.98 +"39199",0.43,"Premium","D","SI1",61.2,58,1064,4.87,4.83,2.97 +"39200",0.43,"Premium","D","SI1",61.1,59,1064,4.89,4.83,2.97 +"39201",0.41,"Good","F","VVS2",63.6,56,1064,4.72,4.68,2.99 +"39202",0.32,"Ideal","D","VVS1",61,57,1064,4.45,4.43,2.71 +"39203",0.38,"Premium","G","VVS1",61.3,57,1064,4.68,4.62,2.85 +"39204",0.37,"Premium","G","IF",59.8,58,1064,4.71,4.69,2.81 +"39205",0.54,"Very Good","H","SI1",61.7,54,1065,5.23,5.27,3.24 +"39206",0.35,"Ideal","D","VS1",61,56,1065,4.53,4.58,2.78 +"39207",0.63,"Ideal","J","SI2",61.4,54,1065,5.54,5.56,3.41 +"39208",0.54,"Ideal","F","SI2",62.2,56,1065,5.21,5.24,3.25 +"39209",0.54,"Ideal","F","SI2",61.8,56,1065,5.26,5.29,3.26 +"39210",0.54,"Ideal","H","SI1",62,54,1065,5.23,5.28,3.26 +"39211",0.39,"Very Good","E","VS2",63.1,56,1065,4.69,4.63,2.94 +"39212",0.52,"Ideal","H","SI2",61,55,1065,5.22,5.19,3.18 +"39213",0.4,"Very Good","E","VVS2",62.8,58,1066,4.68,4.71,2.95 +"39214",0.4,"Very Good","G","VVS1",60.7,55,1066,4.81,4.84,2.93 +"39215",0.42,"Very Good","D","VS1",60.7,60,1066,4.81,4.88,2.94 +"39216",0.32,"Ideal","D","VVS2",60.6,56,1066,4.47,4.5,2.72 +"39217",0.43,"Ideal","F","VS2",61.1,57,1066,4.88,4.91,2.99 +"39218",0.32,"Ideal","D","VS2",61.7,55,1066,4.39,4.42,2.72 +"39219",0.5,"Ideal","I","SI1",61.4,56,1066,5.13,5.16,3.16 +"39220",0.45,"Good","F","VS2",56.8,62,1066,5.1,5.14,2.91 +"39221",0.58,"Premium","H","SI2",59,61,1066,5.45,5.42,3.21 +"39222",0.38,"Ideal","D","SI1",62.2,54,1066,4.69,4.65,2.9 +"39223",0.7,"Fair","J","I1",64.7,59,1066,5.59,5.5,3.59 +"39224",0.32,"Ideal","D","VVS1",61.5,57,1067,4.43,4.45,2.73 +"39225",0.51,"Very Good","E","SI2",63,56,1067,5.12,5.14,3.23 +"39226",0.32,"Ideal","D","VVS1",61.9,56,1067,4.36,4.39,2.71 +"39227",0.38,"Ideal","D","VS1",62,55,1067,4.64,4.68,2.89 +"39228",0.38,"Premium","D","VS1",62.4,59,1067,4.6,4.63,2.88 +"39229",0.32,"Ideal","D","VVS1",61.7,55,1067,4.41,4.44,2.73 +"39230",0.32,"Ideal","D","VVS1",61.3,57,1067,4.39,4.42,2.7 +"39231",0.38,"Ideal","D","VS1",62.2,57,1067,4.63,4.66,2.89 +"39232",0.38,"Ideal","G","VVS1",61.6,57,1067,4.65,4.73,2.89 +"39233",0.38,"Ideal","D","VS1",62.5,56,1067,4.64,4.67,2.91 +"39234",0.38,"Premium","D","VS1",61.9,60,1067,4.62,4.66,2.87 +"39235",0.32,"Ideal","D","VVS1",61.8,56,1067,4.39,4.41,2.72 +"39236",0.32,"Ideal","D","VVS1",61.8,56,1067,4.39,4.41,2.72 +"39237",0.33,"Ideal","F","VVS2",62.4,56,1067,4.43,4.41,2.76 +"39238",0.51,"Very Good","I","SI1",62.5,58,1068,5.05,5.12,3.18 +"39239",0.51,"Very Good","I","SI1",63.5,55,1068,5.07,5.11,3.23 +"39240",0.5,"Very Good","F","SI2",61.4,61,1068,5.09,5.14,3.14 +"39241",0.5,"Very Good","H","SI1",62.9,58,1068,5.01,5.04,3.16 +"39242",0.42,"Ideal","H","VVS1",62.4,55,1068,4.79,4.8,2.99 +"39243",0.42,"Premium","H","VVS1",62,58,1068,4.79,4.82,2.98 +"39244",0.51,"Very Good","I","VS2",60.3,63,1068,5.16,5.13,3.1 +"39245",0.51,"Premium","F","SI2",62.1,56,1068,5.16,5.11,3.19 +"39246",0.32,"Ideal","F","VVS2",60.7,57,1068,4.42,4.45,2.69 +"39247",0.38,"Ideal","E","VVS2",60.9,56,1068,4.71,4.68,2.06 +"39248",0.41,"Ideal","G","VVS1",60.8,56,1068,4.82,4.85,2.94 +"39249",0.41,"Ideal","G","VVS1",62.4,55,1068,4.74,4.78,2.97 +"39250",0.41,"Ideal","G","VVS1",62.4,53,1068,4.79,4.8,2.99 +"39251",0.41,"Ideal","G","VVS1",62.5,53,1068,4.76,4.78,2.98 +"39252",0.37,"Premium","D","VVS1",61.4,58,1069,4.63,4.65,2.85 +"39253",0.42,"Ideal","F","VVS2",61.6,55,1069,4.84,4.87,2.99 +"39254",0.4,"Fair","E","VVS2",57.3,60,1069,4.84,4.89,2.79 +"39255",0.38,"Ideal","E","VS1",61.9,56,1069,4.67,4.63,2.88 +"39256",0.38,"Ideal","E","VS1",61.6,56,1069,4.67,4.65,2.87 +"39257",0.38,"Ideal","E","VS1",62.7,55,1069,4.65,4.6,2.9 +"39258",0.38,"Premium","E","VS1",60.7,59,1069,4.73,4.69,2.86 +"39259",0.38,"Ideal","E","VS1",62.1,56,1069,4.65,4.62,2.88 +"39260",0.3,"Ideal","D","VVS1",61.3,57,1069,4.32,4.29,2.64 +"39261",0.3,"Ideal","D","VVS1",61.1,57,1069,4.36,4.34,2.66 +"39262",0.38,"Ideal","E","VS1",61.6,56,1069,4.66,4.62,2.86 +"39263",0.38,"Premium","H","VVS2",62,58,1069,4.64,4.62,2.87 +"39264",0.38,"Premium","G","VS1",61,58,1069,4.71,4.67,2.86 +"39265",0.38,"Premium","G","VS1",61.9,56,1069,4.68,4.63,2.88 +"39266",0.38,"Ideal","G","VS1",61.8,56,1069,4.65,4.64,2.87 +"39267",0.38,"Premium","G","VS1",60.6,58,1069,4.67,4.64,2.82 +"39268",0.38,"Ideal","G","VS1",60.8,56,1069,4.71,4.66,2.85 +"39269",0.38,"Premium","G","VS1",61.9,59,1069,4.67,4.63,2.88 +"39270",0.38,"Premium","G","VS1",61.9,58,1069,4.66,4.62,2.87 +"39271",0.24,"Ideal","G","VS1",61.8,54,490,4.01,4.02,2.48 +"39272",0.31,"Ideal","F","SI1",61.7,55,490,4.35,4.37,2.69 +"39273",0.31,"Ideal","F","SI1",62.3,55,490,4.34,4.39,2.72 +"39274",0.25,"Good","F","VVS1",59.1,60,490,4.1,4.12,2.43 +"39275",0.32,"Ideal","E","I1",60.7,57,490,4.45,4.41,2.69 +"39276",0.34,"Good","H","SI1",63.3,56,490,4.45,4.46,2.82 +"39277",0.34,"Ideal","H","SI1",60.7,56,490,4.52,4.58,2.76 +"39278",0.34,"Ideal","H","SI1",62.6,56,490,4.46,4.48,2.8 +"39279",0.43,"Good","J","SI2",63.7,57,490,4.76,4.79,3.04 +"39280",0.34,"Good","H","SI1",63.7,57,490,4.44,4.45,2.83 +"39281",0.3,"Ideal","H","VS2",61.7,56,491,4.32,4.34,2.67 +"39282",0.3,"Ideal","H","VS2",62.3,56,491,4.29,4.31,2.68 +"39283",0.3,"Ideal","H","VS2",62.4,54,491,4.31,4.34,2.7 +"39284",0.3,"Ideal","H","VS2",62.2,54,491,4.33,4.35,2.7 +"39285",0.3,"Ideal","H","VS2",62.1,57,491,4.27,4.3,2.66 +"39286",0.3,"Ideal","H","VS2",61.9,57,491,4.28,4.31,2.66 +"39287",0.3,"Ideal","H","VS2",62.1,56,491,4.32,4.34,2.69 +"39288",0.3,"Ideal","H","VS2",61.8,58,491,4.26,4.28,2.64 +"39289",0.3,"Ideal","H","VS2",61.4,55,491,4.34,4.36,2.67 +"39290",0.3,"Ideal","H","VS2",62.1,55,491,4.33,4.36,2.7 +"39291",0.3,"Ideal","H","VS2",60.9,58,491,4.29,4.32,2.62 +"39292",0.3,"Ideal","H","VS2",62.3,57,491,4.25,4.29,2.66 +"39293",0.3,"Ideal","H","VS2",62.3,54,491,4.31,4.36,2.7 +"39294",0.3,"Ideal","H","VS2",62.4,55,491,4.28,4.31,2.68 +"39295",0.3,"Ideal","H","VS2",62.6,55,491,4.28,4.31,2.69 +"39296",0.3,"Ideal","H","VS2",62.5,57,491,4.26,4.29,2.67 +"39297",0.3,"Ideal","H","VS2",62.3,57,491,4.27,4.3,2.67 +"39298",0.3,"Ideal","H","VS2",62.3,56,491,4.27,4.3,2.67 +"39299",0.3,"Ideal","I","VS1",62,58,491,4.28,4.3,2.66 +"39300",0.3,"Ideal","I","VS1",61.4,56,491,4.3,4.33,2.65 +"39301",0.38,"Premium","E","VS1",60.7,59,1069,4.7,4.65,2.84 +"39302",0.38,"Premium","E","VS1",60.2,58,1069,4.71,4.66,2.82 +"39303",0.38,"Premium","E","VS1",61.5,58,1069,4.69,4.64,2.87 +"39304",0.44,"Ideal","H","SI1",61.9,56,1069,4.91,4.87,3.03 +"39305",0.44,"Ideal","H","SI1",60.9,57,1069,4.92,4.9,2.99 +"39306",0.38,"Ideal","H","VVS1",60.7,56,1069,4.75,4.74,2.88 +"39307",0.7,"Fair","G","I1",60.4,58,1069,5.74,5.68,3.45 +"39308",0.7,"Fair","G","I1",67.5,55,1069,5.59,5.37,3.71 +"39309",0.7,"Fair","G","I1",62.5,59,1069,5.65,5.48,3.48 +"39310",0.5,"Fair","F","SI1",64.7,60,1069,4.99,4.84,3.18 +"39311",0.55,"Premium","G","SI2",61.2,59,1069,5.3,5.26,3.23 +"39312",0.33,"Premium","D","VS2",61.1,56,1069,4.54,4.5,2.76 +"39313",0.33,"Premium","E","VS1",61,55,1069,4.51,4.47,2.74 +"39314",0.38,"Ideal","H","VVS2",61.4,57,1069,4.65,4.63,2.85 +"39315",0.51,"Very Good","F","SI2",62.7,56,1070,5.06,5.08,3.18 +"39316",0.53,"Very Good","G","SI2",60.8,58,1070,5.19,5.21,3.16 +"39317",0.38,"Ideal","D","VVS2",61.4,57,1070,4.66,4.72,2.88 +"39318",0.38,"Ideal","F","VVS1",61,57,1070,4.66,4.69,2.85 +"39319",0.46,"Fair","E","VS2",66.8,61,1070,4.84,4.71,3.2 +"39320",0.52,"Very Good","H","SI1",61.3,60,1071,5.15,5.23,3.18 +"39321",0.37,"Premium","D","VVS2",61,60,1071,4.61,4.64,2.82 +"39322",0.37,"Ideal","D","VVS2",61.6,56,1071,4.61,4.65,2.85 +"39323",0.51,"Good","J","SI1",63.9,55,1071,5.01,4.97,3.19 +"39324",0.51,"Very Good","J","SI1",63.3,56,1071,5.12,5.02,3.21 +"39325",0.3,"Ideal","E","VVS1",61.3,57,1071,4.32,4.36,2.66 +"39326",0.3,"Ideal","E","VVS1",61.7,57,1071,4.32,4.34,2.67 +"39327",0.51,"Fair","G","SI1",65.2,55,1071,5.04,5.02,3.28 +"39328",0.34,"Ideal","E","VVS2",62.3,57,1071,4.48,4.44,2.78 +"39329",0.34,"Premium","G","VVS1",59,62,1071,4.6,4.56,2.7 +"39330",0.35,"Premium","E","VVS1",63,59,1071,4.48,4.44,2.81 +"39331",0.51,"Premium","G","SI1",61.4,58,1071,5.17,5.14,3.16 +"39332",0.51,"Ideal","D","I1",62.1,56,1071,5.15,5.06,3.17 +"39333",0.34,"Ideal","F","VVS2",59.1,57,1071,4.66,4.61,2.74 +"39334",0.3,"Premium","G","IF",58.4,62,1071,4.43,4.4,2.58 +"39335",0.4,"Ideal","D","VS1",60.6,56,1072,4.82,4.78,2.91 +"39336",0.57,"Good","I","SI1",63.3,56,1072,5.27,5.29,3.34 +"39337",0.57,"Very Good","J","VS2",60.2,62,1072,5.33,5.4,3.23 +"39338",0.49,"Premium","F","SI1",60.5,60,1072,5.1,5.08,3.08 +"39339",0.49,"Premium","G","SI1",62.4,58,1072,5.05,4.99,3.13 +"39340",0.47,"Premium","E","SI2",58.7,60,1072,5.13,5.09,3 +"39341",0.37,"Ideal","G","VVS2",60.7,55,1073,4.66,4.7,2.84 +"39342",0.52,"Good","H","SI1",63.6,62,1073,5.11,5.04,3.23 +"39343",0.38,"Ideal","E","VVS2",62.1,54.5,1073,4.62,4.66,2.88 +"39344",0.38,"Ideal","E","VVS2",61.9,53.8,1073,4.66,4.7,2.9 +"39345",0.38,"Ideal","E","VVS2",61.8,53.7,1073,4.67,4.69,2.89 +"39346",0.38,"Ideal","E","VVS2",62.2,53.8,1073,4.62,4.66,2.88 +"39347",0.38,"Ideal","E","VVS2",61.8,54.2,1073,4.66,4.69,2.89 +"39348",0.46,"Ideal","I","VS2",62.2,56,1073,4.96,4.9,3.07 +"39349",0.54,"Ideal","H","SI2",61.6,56,1073,5.25,5.28,3.24 +"39350",0.35,"Ideal","F","IF",60.7,57,1073,4.6,4.56,2.78 +"39351",0.52,"Good","I","SI1",63.6,60,1073,5.1,5.05,3.23 +"39352",0.52,"Premium","I","SI1",62.5,59,1073,5.12,5.06,3.18 +"39353",0.52,"Very Good","I","SI1",63.3,55,1073,5.13,5.1,3.24 +"39354",0.44,"Ideal","E","VS2",61.5,56,1073,4.92,4.9,3.02 +"39355",0.44,"Premium","E","VS2",60.4,59,1073,4.93,4.9,2.97 +"39356",0.44,"Premium","E","VS2",60.4,58,1073,4.93,4.87,2.96 +"39357",0.44,"Ideal","E","VS2",62.4,57,1073,4.9,4.88,3.05 +"39358",0.44,"Premium","E","VS2",62.3,59,1073,4.91,4.81,3.03 +"39359",0.44,"Ideal","E","VS2",61.9,55,1073,4.89,4.86,3.02 +"39360",0.52,"Premium","F","SI2",62.7,57,1073,5.11,5.07,3.19 +"39361",0.52,"Premium","F","SI2",62.7,57,1073,5.11,5.07,3.19 +"39362",0.52,"Very Good","G","SI2",63.3,58,1073,5.11,5.06,3.22 +"39363",0.52,"Premium","F","SI2",61.7,58,1073,5.23,5.18,3.15 +"39364",0.5,"Premium","E","SI1",62.2,58,1073,5.03,4.87,3.1 +"39365",0.49,"Premium","F","SI2",62.2,59,1073,5.09,5.04,3.15 +"39366",0.5,"Very Good","I","SI1",63.4,62,1073,5,4.95,3.15 +"39367",0.36,"Premium","G","IF",61,59,1074,4.55,4.6,2.79 +"39368",0.36,"Premium","G","IF",62.5,60,1074,4.49,4.53,2.82 +"39369",0.36,"Ideal","G","IF",61.6,55,1074,4.57,4.59,2.82 +"39370",0.34,"Ideal","F","IF",60.7,57,1074,4.5,4.53,2.74 +"39371",0.5,"Very Good","D","SI2",58.5,60,1074,5.19,5.21,3.04 +"39372",0.5,"Very Good","H","VS2",61.8,63,1074,5.05,5.08,3.13 +"39373",0.41,"Premium","G","VVS1",59.7,60,1074,4.83,4.85,2.89 +"39374",0.31,"Ideal","D","VVS2",61,55,1074,4.38,4.41,2.68 +"39375",0.31,"Ideal","F","VVS1",61.4,55,1074,4.37,4.39,2.69 +"39376",0.5,"Ideal","G","SI2",62.1,55,1074,5.12,5.15,3.19 +"39377",0.52,"Ideal","I","SI1",61.8,55,1074,5.16,5.19,3.2 +"39378",0.52,"Ideal","H","SI1",62.3,54,1074,5.15,5.18,3.22 +"39379",0.4,"Ideal","H","IF",61.9,55,1074,4.76,4.77,2.95 +"39380",0.4,"Ideal","H","IF",60.9,58,1074,4.75,4.78,2.9 +"39381",0.38,"Ideal","G","IF",61.6,56,1074,4.67,4.72,2.89 +"39382",0.31,"Ideal","E","VVS2",61.6,56,1074,4.39,4.35,2.69 +"39383",0.4,"Ideal","E","SI1",62.2,54,1074,4.76,4.72,2.95 +"39384",0.42,"Ideal","D","VS1",61.4,55,1075,4.9,4.8,2.98 +"39385",0.4,"Very Good","E","VVS2",63.7,59,1075,4.66,4.69,2.98 +"39386",0.47,"Fair","E","VS2",56.3,64,1075,5.19,5.14,2.91 +"39387",0.52,"Ideal","I","SI1",61.8,56,1075,5.15,5.18,3.19 +"39388",0.31,"Premium","D","VVS1",61.2,59,1075,4.38,4.35,2.67 +"39389",0.41,"Ideal","G","VVS1",60.2,57,1076,4.8,4.83,2.9 +"39390",0.41,"Ideal","G","VVS1",62.2,54,1076,4.79,4.82,2.99 +"39391",0.5,"Ideal","I","SI1",62.3,56,1076,5.04,5.08,3.15 +"39392",0.55,"Ideal","I","SI1",61.4,54,1076,5.3,5.35,3.27 +"39393",0.42,"Good","G","VVS2",57.7,59.8,1076,4.95,4.96,2.86 +"39394",0.41,"Ideal","D","VS2",62.4,55,1076,4.79,4.76,2.98 +"39395",0.41,"Ideal","I","IF",62.6,57,1076,4.78,4.74,2.98 +"39396",0.41,"Premium","G","VVS2",61.6,56,1076,4.78,4.76,2.94 +"39397",0.41,"Ideal","G","VVS2",61.3,56,1076,4.79,4.77,2.93 +"39398",0.41,"Ideal","G","VVS2",61,57,1076,4.8,4.78,2.92 +"39399",0.41,"Ideal","G","VVS2",60.4,56,1076,4.83,4.8,2.91 +"39400",0.41,"Ideal","G","VVS2",61.1,55,1076,4.83,4.8,2.94 +"39401",0.41,"Premium","G","VVS2",61.4,58,1076,4.8,4.75,2.93 +"39402",0.41,"Ideal","G","VVS2",62.2,56,1076,4.8,4.75,2.97 +"39403",0.41,"Ideal","G","VVS2",61.3,56,1076,4.77,4.76,2.92 +"39404",0.41,"Ideal","G","VVS2",62.5,55,1076,4.76,4.75,2.97 +"39405",0.41,"Premium","G","VVS2",61.6,58,1076,4.8,4.74,2.94 +"39406",0.41,"Ideal","G","VVS2",61.8,56,1076,4.78,4.74,2.94 +"39407",0.41,"Ideal","G","VVS2",62.9,56,1076,4.74,4.7,2.97 +"39408",0.41,"Premium","F","VS1",58.6,61,1076,4.87,4.83,2.84 +"39409",0.41,"Premium","F","VS1",60.7,56,1076,4.82,4.77,2.91 +"39410",0.41,"Premium","F","VS1",59.9,58,1076,4.84,4.81,2.89 +"39411",0.41,"Ideal","F","VS1",60.6,57,1076,4.84,4.79,2.92 +"39412",0.41,"Ideal","F","VS1",61.3,55,1076,4.83,4.79,2.95 +"39413",0.41,"Ideal","F","VS1",62,55,1076,4.81,4.77,2.97 +"39414",0.41,"Ideal","F","VS1",62,56,1076,4.81,4.77,2.97 +"39415",0.41,"Ideal","F","VS1",62.3,55,1076,4.79,4.77,2.98 +"39416",0.41,"Ideal","F","VS1",60.8,57,1076,4.8,4.77,2.91 +"39417",0.41,"Premium","F","VS1",61.2,57,1076,4.8,4.77,2.93 +"39418",0.41,"Ideal","F","VS1",62.1,56,1076,4.8,4.77,2.97 +"39419",0.41,"Ideal","F","VS1",61.3,57,1076,4.79,4.77,2.93 +"39420",0.41,"Ideal","F","VS1",61.9,55,1076,4.8,4.76,2.96 +"39421",0.41,"Premium","F","VS1",60.8,58,1076,4.82,4.76,2.91 +"39422",0.41,"Ideal","F","VS1",62.6,55,1076,4.77,4.75,2.98 +"39423",0.41,"Ideal","F","VS1",61.8,56,1076,4.79,4.75,2.95 +"39424",0.41,"Ideal","F","VS1",60.8,56,1076,4.79,4.76,2.92 +"39425",0.41,"Premium","F","VS1",61.1,58,1076,4.78,4.74,2.91 +"39426",0.41,"Ideal","F","VS1",62.5,57,1076,4.76,4.75,2.97 +"39427",0.41,"Ideal","F","VS1",61.9,57,1076,4.77,4.73,2.94 +"39428",0.41,"Premium","F","VS1",62.6,58,1076,4.75,4.74,2.97 +"39429",0.41,"Ideal","F","VS1",62.7,55,1076,4.77,4.74,2.98 +"39430",0.41,"Premium","F","VS1",62.7,58,1076,4.77,4.74,2.98 +"39431",0.41,"Ideal","F","VS1",62.1,56,1076,4.76,4.74,2.95 +"39432",0.41,"Premium","F","VS1",62.4,60,1076,4.77,4.71,2.96 +"39433",0.41,"Ideal","F","VS1",62,57,1076,4.76,4.73,2.94 +"39434",0.41,"Ideal","D","VS2",61.5,57,1076,4.79,4.77,2.94 +"39435",0.41,"Ideal","D","VS2",61.9,56,1076,4.8,4.77,2.96 +"39436",0.41,"Ideal","D","VS2",62.2,54,1076,4.81,4.77,2.98 +"39437",0.41,"Ideal","D","VS2",61.7,56,1076,4.81,4.78,2.96 +"39438",0.41,"Ideal","D","VS2",62.8,55,1076,4.73,4.7,2.96 +"39439",0.41,"Premium","D","VS2",62.4,60,1076,4.75,4.71,2.95 +"39440",0.41,"Ideal","D","VS2",62.2,57,1076,4.76,4.72,2.95 +"39441",0.41,"Ideal","D","VS2",61.6,55,1076,4.77,4.74,2.93 +"39442",0.41,"Ideal","D","VS2",62.4,54,1076,4.78,4.74,2.97 +"39443",0.52,"Premium","G","SI2",58.4,62,1076,5.33,5.28,3.1 +"39444",0.52,"Premium","G","SI2",58.4,62,1076,5.33,5.28,3.1 +"39445",0.41,"Ideal","E","VS1",61.4,55,1076,4.84,4.8,2.96 +"39446",0.41,"Ideal","E","VS1",61.5,56,1076,4.79,4.77,2.94 +"39447",0.41,"Premium","G","VS1",58.9,60,1076,4.87,4.84,2.86 +"39448",0.53,"Ideal","H","SI1",62.6,56,1077,5.28,5.1,3.25 +"39449",0.5,"Good","E","SI2",63.3,56,1077,5.05,5.09,3.21 +"39450",0.5,"Very Good","E","SI2",61.5,58,1077,5.03,5.09,3.11 +"39451",0.5,"Very Good","E","SI2",62.8,55,1077,5.05,5.08,3.18 +"39452",0.5,"Good","E","SI2",63.7,55,1077,5.03,5.08,3.22 +"39453",0.5,"Very Good","E","SI2",63,57,1077,5.04,5.09,3.19 +"39454",0.5,"Good","E","SI2",63.1,58,1077,5.05,5.09,3.2 +"39455",0.57,"Ideal","H","SI2",62.3,56,1077,5.31,5.28,3.3 +"39456",0.33,"Ideal","D","VS1",61,56,1077,4.47,4.45,2.72 +"39457",0.39,"Ideal","G","VS1",62.6,55,1077,4.69,4.66,2.93 +"39458",0.39,"Ideal","G","VS1",62,55,1077,4.71,4.66,2.9 +"39459",0.47,"Very Good","D","SI2",61.5,55,1078,5,5.04,3.09 +"39460",0.4,"Very Good","D","VVS2",58.3,59,1078,4.88,4.9,2.85 +"39461",0.4,"Ideal","D","VVS2",61.4,56,1078,4.75,4.8,2.93 +"39462",0.53,"Ideal","F","SI2",62.4,54,1078,5.19,5.22,3.25 +"39463",0.53,"Ideal","F","SI2",62.2,53,1078,5.19,5.22,3.24 +"39464",0.5,"Premium","G","SI2",58.6,61,1078,5.21,5.16,3.04 +"39465",0.5,"Fair","H","SI1",62.3,60,1078,5.09,5.06,3.16 +"39466",0.53,"Very Good","G","SI2",63.4,55,1079,5.1,5.19,3.26 +"39467",0.53,"Very Good","G","SI2",60,56,1079,5.28,5.32,3.18 +"39468",0.54,"Very Good","I","SI1",61.3,60,1079,5.2,5.24,3.2 +"39469",0.41,"Ideal","E","VS1",61.8,57,1079,4.76,4.79,2.95 +"39470",0.41,"Ideal","E","VS1",61.4,57,1079,4.79,4.82,2.95 +"39471",0.41,"Premium","E","VS1",60,58,1079,4.8,4.83,2.89 +"39472",0.41,"Premium","E","VS1",61.8,58,1079,4.73,4.75,2.93 +"39473",0.41,"Very Good","E","VS1",62.8,58,1079,4.7,4.72,2.96 +"39474",0.41,"Premium","E","VS1",61.2,58,1079,4.76,4.78,2.92 +"39475",0.41,"Ideal","E","VS1",62.1,55,1079,4.77,4.8,2.97 +"39476",0.41,"Premium","E","VS1",62,60,1079,4.74,4.78,2.95 +"39477",0.41,"Ideal","E","VS1",61.8,55,1079,4.75,4.8,2.95 +"39478",0.41,"Premium","E","VS1",60.8,59,1079,4.76,4.82,2.91 +"39479",0.41,"Ideal","E","VS1",61.7,55,1079,4.75,4.78,2.94 +"39480",0.41,"Premium","E","VS1",60.6,59,1079,4.77,4.8,2.9 +"39481",0.41,"Ideal","E","VS1",62,54,1079,4.76,4.79,2.96 +"39482",0.41,"Ideal","E","VS1",61.9,55,1079,4.76,4.8,2.96 +"39483",0.41,"Ideal","E","VS1",62.7,57,1079,4.72,4.76,2.97 +"39484",0.41,"Ideal","E","VS1",61.7,57,1079,4.76,4.8,2.95 +"39485",0.41,"Premium","E","VS1",59.9,58,1079,4.83,4.88,2.91 +"39486",0.41,"Ideal","E","VS1",62.1,55,1079,4.75,4.78,2.96 +"39487",0.41,"Very Good","E","VS1",59.8,61,1079,4.79,4.85,2.88 +"39488",0.41,"Ideal","E","VS1",62.7,55,1079,4.72,4.76,2.97 +"39489",0.41,"Very Good","E","VS1",62.2,57,1079,4.74,4.78,2.96 +"39490",0.41,"Very Good","E","VS1",62,57,1079,4.74,4.77,2.95 +"39491",0.41,"Premium","E","VS1",62.3,59,1079,4.74,4.76,2.96 +"39492",0.41,"Premium","E","VS1",60.7,58,1079,4.79,4.83,2.92 +"39493",0.41,"Ideal","E","VS1",60.9,57,1079,4.76,4.79,2.91 +"39494",0.41,"Ideal","E","VS1",62.3,57,1079,4.74,4.77,2.96 +"39495",0.41,"Ideal","E","VS1",62,55,1079,4.74,4.77,2.95 +"39496",0.41,"Ideal","E","VS1",62.1,56,1079,4.75,4.78,2.96 +"39497",0.41,"Premium","E","VS1",60.4,58,1079,4.78,4.82,2.9 +"39498",0.41,"Premium","E","VS1",61.9,59,1079,4.77,4.8,2.96 +"39499",0.41,"Premium","E","VS1",60.1,58,1079,4.81,4.84,2.9 +"39500",0.5,"Ideal","F","SI2",61.6,54,1079,5.09,5.14,3.15 +"39501",0.33,"Ideal","E","IF",60.8,57,1079,4.44,4.47,2.71 +"39502",0.48,"Very Good","J","SI2",62.3,63,1080,5.02,4.96,3.11 +"39503",0.36,"Ideal","G","VVS1",60.9,57,1080,4.63,4.57,2.8 +"39504",0.54,"Very Good","J","SI1",61.3,55,1080,5.23,5.28,3.22 +"39505",0.51,"Ideal","J","VS2",62.5,57,1080,5.04,5.08,3.16 +"39506",0.5,"Ideal","G","SI2",62.1,55,1080,5.09,5.12,3.17 +"39507",0.5,"Ideal","F","SI2",61.7,55,1080,5.13,5.15,3.17 +"39508",0.4,"Good","D","VVS2",60.8,62,1080,4.74,4.77,2.89 +"39509",0.4,"Good","F","VVS1",60.6,62,1080,4.71,4.73,2.86 +"39510",0.32,"Ideal","F","IF",62.2,55,1080,4.4,4.38,2.73 +"39511",0.32,"Ideal","E","VVS2",62.3,56,1080,4.4,4.37,2.73 +"39512",0.32,"Ideal","E","VVS2",62,55,1080,4.4,4.38,2.72 +"39513",0.32,"Ideal","E","VVS2",62.3,56,1080,4.4,4.37,2.73 +"39514",0.32,"Premium","E","VVS2",59.9,58,1080,4.5,4.45,2.68 +"39515",0.32,"Ideal","E","VVS2",61.5,57,1080,4.41,4.4,2.71 +"39516",0.32,"Ideal","E","VVS2",61.6,57,1080,4.43,4.4,2.72 +"39517",0.32,"Ideal","E","VVS2",60.8,57,1080,4.46,4.42,2.7 +"39518",0.32,"Premium","E","VVS2",61.5,58,1080,4.42,4.36,2.7 +"39519",0.32,"Premium","E","VVS2",61.1,58,1080,4.45,4.42,2.71 +"39520",0.36,"Premium","E","VS2",62,57,1080,4.57,4.52,2.82 +"39521",0.51,"Premium","J","VS2",61.9,61,1080,5.12,5.09,3.16 +"39522",0.51,"Very Good","J","VS2",63.1,56,1080,5.13,5.1,3.23 +"39523",0.51,"Ideal","I","SI1",62.2,56,1080,5.12,5.08,3.17 +"39524",0.51,"Premium","I","SI1",62.7,59,1080,5.09,5.06,3.18 +"39525",0.4,"Premium","I","VVS1",60.8,58,1080,4.78,4.76,2.9 +"39526",0.4,"Premium","I","VVS1",59.5,59,1080,4.79,4.76,2.84 +"39527",0.4,"Ideal","I","VVS1",60.5,57,1080,4.79,4.76,2.89 +"39528",0.4,"Very Good","I","VVS1",63.5,57,1080,4.68,4.65,2.96 +"39529",0.4,"Premium","I","VVS1",62.7,59,1080,4.71,4.67,2.94 +"39530",0.4,"Very Good","I","VVS1",63.3,57,1080,4.71,4.67,2.97 +"39531",0.4,"Premium","I","VVS1",61.5,58,1080,4.76,4.7,2.91 +"39532",0.4,"Good","I","VVS1",63.9,56,1080,4.68,4.64,2.98 +"39533",0.4,"Premium","F","VS2",60.7,60,1080,4.8,4.75,2.9 +"39534",0.4,"Premium","F","VS2",61.6,58,1080,4.8,4.75,2.94 +"39535",0.4,"Ideal","F","VS2",60.6,55,1080,4.82,4.78,2.91 +"39536",0.4,"Premium","F","VS2",59.3,59,1080,4.83,4.79,2.85 +"39537",0.4,"Premium","F","VS2",59.7,58,1080,4.83,4.79,2.87 +"39538",0.4,"Ideal","F","VS2",62.7,56,1080,4.77,4.73,2.98 +"39539",0.4,"Premium","F","VS2",61,58,1080,4.79,4.72,2.9 +"39540",0.4,"Premium","F","VS2",62.1,58,1080,4.76,4.71,2.94 +"39541",0.4,"Ideal","F","VS2",62.9,57,1080,4.72,4.69,2.96 +"39542",0.4,"Premium","F","VS2",61,59,1080,4.76,4.71,2.89 +"39543",0.4,"Premium","F","VS2",62.6,58,1080,4.72,4.68,2.94 +"39544",0.4,"Ideal","F","VS2",62,57,1080,4.74,4.68,2.92 +"39545",0.32,"Ideal","H","IF",60.9,56,1080,4.42,4.41,2.69 +"39546",0.32,"Premium","H","IF",61.2,58,1080,4.39,4.37,2.68 +"39547",0.32,"Premium","G","VVS1",58.1,59,1080,4.53,4.49,2.62 +"39548",0.32,"Ideal","G","VVS1",61.1,53,1080,4.44,4.4,2.7 +"39549",0.32,"Ideal","G","VVS1",61.1,57,1080,4.43,4.41,2.7 +"39550",0.32,"Ideal","G","VVS1",61.4,55,1080,4.44,4.42,2.72 +"39551",0.32,"Ideal","G","VVS1",60.2,56,1080,4.49,4.45,2.69 +"39552",0.32,"Ideal","G","VVS1",62.4,55,1080,4.38,4.37,2.73 +"39553",0.32,"Premium","G","VVS1",60.9,61,1080,4.4,4.37,2.67 +"39554",0.32,"Ideal","G","VVS1",60.8,56,1080,4.44,4.37,2.68 +"39555",0.32,"Ideal","G","VVS1",62.2,55,1080,4.4,4.38,2.73 +"39556",0.32,"Premium","G","VVS1",62.6,58,1080,4.41,4.38,2.75 +"39557",0.32,"Ideal","G","VVS1",62,57,1080,4.42,4.38,2.73 +"39558",0.32,"Ideal","G","VVS1",61.9,56,1080,4.4,4.39,2.72 +"39559",0.32,"Ideal","G","VVS1",62.4,56,1080,4.39,4.36,2.73 +"39560",0.32,"Premium","G","VVS1",61.9,58,1080,4.39,4.36,2.71 +"39561",0.45,"Fair","F","VS2",64.3,59,1080,4.8,4.75,3.07 +"39562",0.36,"Ideal","E","VS2",60.2,56,1080,4.65,4.62,2.79 +"39563",0.36,"Premium","F","VS1",61.8,58,1080,4.56,4.53,2.81 +"39564",0.4,"Premium","G","VS1",62.2,55,1080,4.83,4.69,2.96 +"39565",0.32,"Premium","F","IF",59.3,58,1080,4.47,4.44,2.62 +"39566",0.64,"Good","E","SI2",56.6,59,1080,5.77,5.74,3.26 +"39567",0.44,"Very Good","F","VS1",61.2,61,1081,4.83,4.88,2.97 +"39568",0.44,"Ideal","E","VS1",61.5,56,1081,4.9,4.92,3.02 +"39569",0.44,"Very Good","G","VVS2",60.9,57,1081,4.89,4.93,2.99 +"39570",0.44,"Ideal","G","VVS2",61.8,56,1081,4.9,4.94,3.04 +"39571",0.44,"Ideal","D","VS2",60.4,56,1081,4.91,4.95,2.98 +"39572",0.44,"Premium","F","VS1",61.9,59,1081,4.84,4.88,3.01 +"39573",0.44,"Premium","G","VVS2",61.3,60,1081,4.88,4.94,3.01 +"39574",0.55,"Premium","G","SI2",60.3,58,1081,5.33,5.35,3.22 +"39575",0.46,"Very Good","E","VS2",61.3,57,1081,4.99,5.02,3.07 +"39576",0.42,"Ideal","I","VS2",61.4,56,1081,4.83,4.85,2.97 +"39577",0.42,"Ideal","I","VS2",62.1,56,1081,4.78,4.85,2.99 +"39578",0.31,"Ideal","H","IF",60.8,56,1081,4.42,4.4,2.68 +"39579",0.41,"Ideal","E","VVS2",62.5,57,1082,4.76,4.71,2.96 +"39580",0.41,"Premium","D","VS1",60.6,59,1082,4.84,4.8,2.92 +"39581",0.5,"Ideal","J","VS1",62.5,57,1082,5.06,5.09,3.17 +"39582",0.39,"Good","E","VS1",57.8,58,1082,4.86,4.9,2.82 +"39583",0.37,"Ideal","E","VVS2",62.2,56,1082,4.63,4.6,2.87 +"39584",0.37,"Premium","G","VVS2",59.1,60,1082,4.71,4.69,2.78 +"39585",0.37,"Ideal","E","VVS2",61.8,54,1082,4.63,4.6,2.85 +"39586",0.37,"Premium","E","VVS2",59.7,61,1082,4.71,4.67,2.8 +"39587",0.37,"Premium","E","VVS2",60.9,59,1082,4.65,4.61,2.82 +"39588",0.42,"Ideal","F","VS1",61.6,56,1082,4.82,4.8,2.96 +"39589",0.38,"Very Good","E","VS1",58.1,59,1083,4.78,4.82,2.79 +"39590",0.54,"Very Good","G","SI2",59.5,60,1083,5.27,5.31,3.15 +"39591",0.46,"Ideal","H","VS2",62.2,54,1083,4.95,4.97,3.09 +"39592",0.41,"Ideal","G","VVS1",62.1,54,1084,4.79,4.84,2.99 +"39593",0.55,"Ideal","H","SI1",62.2,54,1084,5.24,5.28,3.27 +"39594",0.4,"Ideal","G","SI1",60.1,56,1084,4.8,4.85,2.9 +"39595",0.4,"Ideal","G","SI1",61.3,55,1084,4.72,4.81,2.92 +"39596",0.34,"Premium","E","VVS1",61.7,58,1084,4.48,4.43,2.75 +"39597",0.34,"Ideal","E","VVS1",62.1,57,1084,4.5,4.46,2.78 +"39598",0.34,"Ideal","E","VVS1",62.3,56,1084,4.48,4.45,2.78 +"39599",0.34,"Ideal","E","VVS1",61.9,56,1084,4.51,4.47,2.78 +"39600",0.34,"Ideal","E","VVS1",62,56,1084,4.52,4.48,2.79 +"39601",0.3,"Ideal","I","VS1",61,58,491,4.3,4.33,2.63 +"39602",0.3,"Ideal","I","VS1",62.4,54,491,4.3,4.32,2.69 +"39603",0.35,"Ideal","I","SI1",62.2,54,491,4.52,4.55,2.82 +"39604",0.31,"Ideal","H","SI1",62,53.9,491,4.35,4.39,2.7 +"39605",0.32,"Ideal","F","SI1",61.9,55,491,4.38,4.41,2.72 +"39606",0.32,"Ideal","F","SI1",61.3,55,491,4.44,4.47,2.73 +"39607",0.26,"Premium","H","VS1",62.3,59,491,4.1,4.06,2.54 +"39608",0.26,"Premium","G","VS1",61.3,60,491,4.12,4.07,2.51 +"39609",0.35,"Very Good","H","SI1",60,61,491,4.57,4.6,2.75 +"39610",0.35,"Ideal","E","SI2",61.7,56,491,4.53,4.55,2.8 +"39611",0.3,"Very Good","H","VS1",62.4,60,491,4.23,4.29,2.66 +"39612",0.35,"Ideal","H","SI1",62.3,57,491,4.5,4.55,2.82 +"39613",0.35,"Ideal","I","VS2",59.8,57,491,4.59,4.6,2.75 +"39614",0.35,"Ideal","I","VS2",62.5,57,491,4.5,4.53,2.82 +"39615",0.3,"Ideal","G","VS2",60.8,57,491,4.33,4.38,2.65 +"39616",0.35,"Good","E","SI2",63.9,55,491,4.48,4.5,2.87 +"39617",0.35,"Premium","E","SI2",61,58,491,4.52,4.56,2.77 +"39618",0.37,"Very Good","H","SI1",62.6,63,491,4.6,4.5,2.85 +"39619",0.3,"Good","G","VS2",63.1,58,491,4.23,4.27,2.68 +"39620",0.3,"Very Good","G","VS2",59.3,59,491,4.38,4.42,2.61 +"39621",0.35,"Premium","E","SI2",61.5,59,491,4.52,4.56,2.79 +"39622",0.3,"Very Good","G","VS2",62.6,62,491,4.21,4.25,2.65 +"39623",0.35,"Very Good","I","VS2",62.9,57,491,4.5,4.53,2.84 +"39624",0.4,"Good","F","I1",63.3,60.4,491,4.64,4.68,2.95 +"39625",0.3,"Very Good","G","VS2",61.1,62,491,4.28,4.33,2.63 +"39626",0.35,"Premium","I","VS2",61.2,58,491,4.55,4.57,2.79 +"39627",0.3,"Ideal","J","VS2",61.9,56,491,4.3,4.33,2.67 +"39628",0.35,"Ideal","E","SI2",61.4,56,491,4.51,4.55,2.78 +"39629",0.35,"Very Good","H","SI1",61,62,491,4.52,4.56,2.77 +"39630",0.35,"Good","H","SI1",63.1,58,491,4.46,4.51,2.83 +"39631",0.34,"Ideal","E","VVS1",62.2,56,1084,4.49,4.45,2.78 +"39632",0.34,"Ideal","E","VVS1",62.2,56,1084,4.46,4.44,2.77 +"39633",0.34,"Ideal","G","IF",61.9,57,1084,4.48,4.47,2.77 +"39634",0.34,"Ideal","G","IF",61.7,55,1084,4.5,4.48,2.77 +"39635",0.34,"Ideal","G","IF",61.6,56,1084,4.51,4.48,2.77 +"39636",0.34,"Ideal","G","IF",60.1,57,1084,4.58,4.54,2.74 +"39637",0.34,"Ideal","G","IF",61.9,54,1084,4.49,4.46,2.77 +"39638",0.34,"Premium","G","IF",62.3,59,1084,4.49,4.46,2.79 +"39639",0.49,"Premium","G","SI2",59.4,60,1084,5.17,5.14,3.06 +"39640",0.49,"Premium","E","SI1",61.5,58,1084,5.08,5.06,3.12 +"39641",0.51,"Premium","I","SI1",61.3,58,1084,5.16,5.11,3.15 +"39642",0.41,"Ideal","E","VVS2",62.3,58,1085,4.73,4.78,2.96 +"39643",0.4,"Ideal","F","VVS2",62,56,1085,4.76,4.73,2.94 +"39644",0.3,"Premium","F","IF",61.6,58,1085,4.34,4.3,2.66 +"39645",0.41,"Ideal","F","VS2",62.4,58,1085,4.77,4.75,2.97 +"39646",0.47,"Premium","G","SI1",58.8,58,1086,5.11,5.06,2.99 +"39647",0.47,"Fair","G","SI1",58.4,60,1086,5.16,5.12,3 +"39648",0.47,"Very Good","F","SI1",63.3,60,1086,4.98,4.94,3.14 +"39649",0.38,"Very Good","F","VVS1",61.7,56,1087,4.63,4.66,2.86 +"39650",0.55,"Very Good","I","SI2",61.5,60,1087,5.23,5.25,3.22 +"39651",0.5,"Very Good","I","SI1",63.2,57,1087,5.07,5.09,3.21 +"39652",0.4,"Ideal","G","VS1",61.4,55,1087,4.77,4.78,2.93 +"39653",0.37,"Ideal","E","VS1",61.4,55,1087,4.62,4.66,2.85 +"39654",0.42,"Premium","G","VS2",59.8,58,1087,4.9,4.86,2.92 +"39655",0.42,"Premium","H","VS1",61.2,60,1087,4.84,4.77,2.94 +"39656",0.42,"Premium","H","VS1",61.6,58,1087,4.82,4.79,2.96 +"39657",0.42,"Ideal","H","VS1",62,57,1087,4.82,4.8,2.98 +"39658",0.42,"Premium","H","VS1",61.7,59,1087,4.83,4.76,2.96 +"39659",0.42,"Ideal","H","VS1",62.4,57,1087,4.79,4.76,2.98 +"39660",0.42,"Premium","G","VS2",59.5,59,1087,4.89,4.83,2.89 +"39661",0.42,"Ideal","G","VS2",61.8,56,1087,4.84,4.81,2.98 +"39662",0.42,"Ideal","G","VS2",61.6,56,1087,4.83,4.82,2.97 +"39663",0.42,"Ideal","G","VS2",60.8,57,1087,4.85,4.82,2.94 +"39664",0.42,"Premium","G","VS2",60.6,58,1087,4.88,4.83,2.94 +"39665",0.42,"Premium","G","VS2",60.1,61,1087,4.84,4.81,2.9 +"39666",0.42,"Premium","G","VS2",60.1,61,1087,4.86,4.79,2.9 +"39667",0.42,"Ideal","G","VS2",62.2,54,1087,4.82,4.8,2.99 +"39668",0.42,"Ideal","G","VS2",62.2,56,1087,4.82,4.8,2.99 +"39669",0.42,"Ideal","G","VS2",61.7,57,1087,4.83,4.8,2.97 +"39670",0.42,"Ideal","G","VS2",61.2,56,1087,4.84,4.8,2.95 +"39671",0.42,"Premium","G","VS2",61.9,58,1087,4.82,4.77,2.97 +"39672",0.42,"Ideal","G","VS2",62.4,54,1087,4.83,4.78,3 +"39673",0.42,"Premium","G","VS2",60.6,59,1087,4.85,4.78,2.92 +"39674",0.42,"Ideal","G","VS2",62.1,56,1087,4.84,4.79,2.99 +"39675",0.42,"Premium","G","VS2",62,58,1087,4.81,4.77,2.97 +"39676",0.42,"Premium","G","VS2",62.6,57,1087,4.8,4.76,2.99 +"39677",0.41,"Ideal","E","VS2",62.2,56,1087,4.8,4.75,2.97 +"39678",0.47,"Premium","E","SI1",59.3,56,1087,5.07,5.05,3.02 +"39679",0.7,"Fair","F","I1",66.2,59,1087,5.59,5.4,3.65 +"39680",0.42,"Ideal","H","VS1",61.4,56,1087,4.85,4.82,2.97 +"39681",0.47,"Premium","E","SI1",60.2,61,1087,5.05,4.96,3.02 +"39682",0.46,"Premium","G","VS1",62.8,57,1087,4.92,4.83,3.06 +"39683",0.39,"Ideal","D","VVS2",60,56,1088,4.79,4.77,2.87 +"39684",0.52,"Very Good","I","SI1",62.4,55,1088,5.1,5.12,3.19 +"39685",0.4,"Ideal","F","VVS2",61.7,56,1088,4.72,4.74,2.92 +"39686",0.4,"Premium","F","VVS2",60.7,58,1088,4.7,4.75,2.87 +"39687",0.4,"Very Good","F","VVS2",62.8,56,1088,4.69,4.73,2.96 +"39688",0.4,"Premium","F","VVS2",62.2,59,1088,4.65,4.7,2.91 +"39689",0.4,"Ideal","F","VVS2",61.7,55,1088,4.74,4.76,2.93 +"39690",0.4,"Premium","F","VVS2",60.8,59,1088,4.72,4.76,2.88 +"39691",0.4,"Ideal","F","VVS2",62.4,57,1088,4.69,4.73,2.94 +"39692",0.4,"Premium","F","VVS2",60.8,59,1088,4.71,4.73,2.87 +"39693",0.4,"Ideal","F","VVS2",62.4,56,1088,4.72,4.74,2.95 +"39694",0.4,"Very Good","F","VVS2",62.8,57,1088,4.66,4.73,2.95 +"39695",0.52,"Premium","E","SI2",61.1,57,1088,5.23,5.12,3.16 +"39696",0.4,"Good","E","VVS1",59.4,61,1088,4.8,4.83,2.86 +"39697",0.48,"Good","G","VS2",65.4,59,1088,4.79,4.88,3.16 +"39698",0.42,"Good","F","VS1",59.9,65,1088,4.83,4.89,2.91 +"39699",0.4,"Ideal","H","VVS1",62.3,54,1088,4.77,4.74,2.96 +"39700",0.4,"Ideal","H","VVS1",61.4,57,1088,4.81,4.74,2.93 +"39701",0.4,"Premium","H","VVS1",61.8,58,1088,4.72,4.69,2.91 +"39702",0.4,"Ideal","H","VVS1",62.2,55,1088,4.75,4.7,2.94 +"39703",0.4,"Ideal","H","VVS1",62,54,1088,4.76,4.72,2.94 +"39704",0.58,"Fair","F","SI2",64.7,56,1088,5.31,5.24,3.41 +"39705",0.4,"Very Good","F","VS1",62.2,57.6,1089,4.74,4.76,2.96 +"39706",0.5,"Very Good","H","SI1",63.5,56,1089,5.01,5.04,3.19 +"39707",0.46,"Good","I","VVS1",63.5,57,1089,4.85,4.91,3.1 +"39708",0.39,"Ideal","F","VVS1",60.9,55,1089,4.75,4.8,2.91 +"39709",0.58,"Ideal","J","SI1",61.5,55,1089,5.36,5.4,3.31 +"39710",0.44,"Premium","D","SI1",62.9,58,1089,4.85,4.82,3.04 +"39711",0.44,"Premium","D","SI1",61.9,59,1089,4.9,4.86,3.02 +"39712",0.55,"Good","I","SI1",57.7,61,1089,5.37,5.34,3.09 +"39713",0.44,"Ideal","H","VS1",61.3,57,1089,4.98,4.91,3.03 +"39714",0.41,"Fair","D","VVS2",64.5,57,1089,4.68,4.65,3.01 +"39715",0.44,"Very Good","E","VS1",59.7,59,1090,4.94,5.01,2.97 +"39716",0.5,"Good","E","SI1",64,56,1090,5.03,4.97,3.2 +"39717",0.5,"Very Good","E","SI1",62.4,58,1090,5.06,5.01,3.14 +"39718",0.5,"Good","E","SI1",64.2,59,1090,5.03,4.97,3.21 +"39719",0.51,"Very Good","F","SI2",58.9,60,1090,5.19,5.24,3.07 +"39720",0.51,"Very Good","H","SI1",63,57,1090,5.11,5.14,3.23 +"39721",0.54,"Premium","G","SI2",61.4,59,1090,5.21,5.24,3.21 +"39722",0.52,"Ideal","G","SI2",61.6,55,1090,5.16,5.19,3.19 +"39723",0.5,"Good","E","SI1",64,57,1090,5.04,4.99,3.21 +"39724",0.5,"Good","E","SI1",63.7,59,1090,5.07,5.01,3.21 +"39725",0.58,"Very Good","J","VS2",62.8,57,1090,5.28,5.33,3.33 +"39726",0.4,"Ideal","E","VVS2",62.3,54,1090,4.74,4.76,2.96 +"39727",0.4,"Ideal","E","VS2",62.2,55,1090,4.71,4.77,2.95 +"39728",0.56,"Very Good","G","SI2",62.8,58,1091,5.19,5.23,3.27 +"39729",0.51,"Ideal","G","SI2",61.3,58,1091,5.15,5.19,3.17 +"39730",0.35,"Ideal","E","VS1",61.9,56,1091,4.55,4.53,2.81 +"39731",0.45,"Premium","E","SI1",62.8,58,1091,4.88,4.84,3.05 +"39732",0.5,"Premium","H","SI1",58.7,59,1091,5.15,5.11,3.01 +"39733",0.53,"Very Good","G","SI2",60.9,55,1092,5.26,5.29,3.21 +"39734",0.39,"Very Good","D","VVS1",63,60,1092,4.61,4.63,2.91 +"39735",0.4,"Ideal","E","VS2",61.6,57,1092,4.73,4.75,2.92 +"39736",0.38,"Ideal","D","VS1",62.4,54.1,1092,4.62,4.67,2.9 +"39737",0.38,"Ideal","D","VS1",62.1,53.9,1092,4.65,4.67,2.9 +"39738",0.37,"Ideal","F","IF",62,57,1092,4.59,4.62,2.85 +"39739",0.7,"Fair","G","I1",68.6,59,1092,5.45,5.31,3.7 +"39740",0.35,"Ideal","G","VVS2",61.2,55,1092,4.62,4.59,2.82 +"39741",0.52,"Premium","G","SI1",58.6,62,1092,5.28,5.24,3.08 +"39742",0.39,"Premium","F","VS1",60.6,55,1092,4.77,4.73,2.88 +"39743",0.43,"Ideal","F","VVS2",61.4,56,1093,4.87,4.9,3 +"39744",0.47,"Good","I","VVS1",61.8,62,1093,4.94,4.97,3.06 +"39745",0.53,"Premium","J","VS2",62.7,56,1093,5.18,5.15,3.24 +"39746",0.53,"Ideal","G","SI2",62.4,56,1093,5.18,5.14,3.22 +"39747",0.43,"Ideal","G","VS2",62.4,56,1093,4.87,4.84,3.02 +"39748",0.5,"Good","F","SI2",63.8,59,1094,5.02,4.95,3.18 +"39749",0.5,"Ideal","F","SI2",60.9,57,1094,5.15,5.1,3.12 +"39750",0.5,"Premium","H","SI1",62.3,59,1094,5.02,4.99,3.12 +"39751",0.3,"Ideal","D","VVS1",62.1,56,1094,4.32,4.31,2.68 +"39752",0.43,"Ideal","H","VVS1",62.3,54,1094,4.84,4.85,3.02 +"39753",0.5,"Fair","H","SI1",64.9,54,1094,5.01,4.98,3.24 +"39754",0.42,"Ideal","H","VVS1",61.9,54.2,1094,4.8,4.82,2.98 +"39755",0.56,"Ideal","J","VS2",61.7,54,1094,5.31,5.36,3.29 +"39756",0.43,"Ideal","E","VS1",63,55,1094,4.85,4.87,3.06 +"39757",0.36,"Ideal","D","VS1",60.8,57,1094,4.59,4.62,2.8 +"39758",0.36,"Ideal","D","VS1",61.7,55,1094,4.58,4.62,2.84 +"39759",0.51,"Ideal","G","SI2",61.3,55,1094,5.17,5.19,3.17 +"39760",0.56,"Ideal","I","SI1",62.1,54,1094,5.3,5.32,3.3 +"39761",0.53,"Ideal","I","SI1",61.5,56,1094,5.21,5.23,3.21 +"39762",0.52,"Ideal","I","SI1",61.8,54,1094,5.16,5.19,3.2 +"39763",0.36,"Premium","D","VS2",60.5,58,1094,4.63,4.6,2.79 +"39764",0.36,"Ideal","E","VS1",62,56,1094,4.59,4.57,2.84 +"39765",0.36,"Premium","E","VS1",61.3,58,1094,4.58,4.56,2.8 +"39766",0.36,"Ideal","E","VS1",61.8,56,1094,4.6,4.56,2.83 +"39767",0.36,"Ideal","E","VS1",62.4,55,1094,4.61,4.59,2.87 +"39768",0.36,"Ideal","E","VS1",61.6,57,1094,4.58,4.54,2.81 +"39769",0.36,"Ideal","E","VS1",61.7,56,1094,4.58,4.56,2.82 +"39770",0.36,"Premium","E","VS1",60.4,58,1094,4.67,4.64,2.81 +"39771",0.36,"Ideal","D","VS2",61.8,56,1094,4.6,4.56,2.83 +"39772",0.36,"Ideal","D","VS2",61,56,1094,4.63,4.59,2.81 +"39773",0.5,"Very Good","F","SI2",63.5,58,1094,5.03,4.98,3.18 +"39774",0.5,"Premium","F","SI2",62.2,54,1094,5.14,5.08,3.18 +"39775",0.36,"Premium","D","VS2",61,58,1094,4.62,4.59,2.81 +"39776",0.36,"Premium","D","VS2",59.1,58,1094,4.68,4.63,2.75 +"39777",0.36,"Premium","D","VS2",61.8,58,1094,4.58,4.55,2.82 +"39778",0.36,"Ideal","D","VS2",61.5,57,1094,4.58,4.56,2.81 +"39779",0.36,"Ideal","D","VS2",60.6,57,1094,4.61,4.57,2.78 +"39780",0.36,"Premium","D","VS2",61,59,1094,4.61,4.57,2.8 +"39781",0.36,"Ideal","D","VS2",61.7,55,1094,4.6,4.58,2.83 +"39782",0.36,"Ideal","D","VS2",61.6,56,1094,4.57,4.55,2.81 +"39783",0.33,"Premium","G","IF",59.4,59,1094,4.54,4.49,2.68 +"39784",0.36,"Ideal","D","VS2",61.1,57,1094,4.62,4.58,2.81 +"39785",0.3,"Ideal","G","VVS1",62.1,56,1094,4.35,4.28,2.68 +"39786",0.58,"Very Good","J","SI1",62.1,57,1095,5.35,5.41,3.34 +"39787",0.39,"Premium","G","VVS1",59.9,59,1095,4.73,4.75,2.84 +"39788",0.39,"Ideal","D","VS1",61.9,57,1095,4.69,4.71,2.91 +"39789",0.32,"Ideal","E","IF",62.6,55,1095,4.38,4.41,2.75 +"39790",0.39,"Ideal","D","VS1",60.3,56,1095,4.71,4.77,2.86 +"39791",0.32,"Ideal","E","IF",61.9,56,1095,4.4,4.42,2.73 +"39792",0.39,"Premium","G","VVS1",60.4,59,1095,4.72,4.75,2.86 +"39793",0.39,"Ideal","G","VVS1",62.3,57,1095,4.64,4.7,2.91 +"39794",0.39,"Ideal","D","VS1",62,57,1095,4.67,4.71,2.91 +"39795",0.32,"Premium","E","IF",61.6,58,1095,4.38,4.39,2.7 +"39796",0.38,"Ideal","D","VS1",62.4,56,1095,4.64,4.68,2.91 +"39797",0.36,"Ideal","D","VS1",61.1,56,1095,4.6,4.63,2.82 +"39798",0.5,"Ideal","F","SI2",62,58,1095,5.08,5.11,3.16 +"39799",0.38,"Ideal","D","VVS2",59.7,62,1096,4.71,4.74,2.82 +"39800",0.38,"Ideal","D","VVS2",62.5,53,1096,4.63,4.68,2.91 +"39801",0.38,"Ideal","F","VVS1",62.4,53,1096,4.63,4.67,2.9 +"39802",0.38,"Ideal","F","VVS1",62.1,55,1096,4.66,4.71,2.91 +"39803",0.35,"Ideal","F","VVS1",61.3,55,1096,4.55,4.58,2.8 +"39804",0.38,"Ideal","F","VVS1",61,57,1096,4.67,4.71,2.86 +"39805",0.38,"Ideal","F","VVS1",62.3,54,1096,4.64,4.7,2.91 +"39806",0.38,"Ideal","F","VVS1",62.4,54,1096,4.66,4.7,2.92 +"39807",0.38,"Ideal","F","VVS1",61.9,55,1096,4.67,4.7,2.9 +"39808",0.42,"Premium","H","VVS1",60.9,62,1096,4.86,4.8,2.94 +"39809",0.54,"Premium","F","SI2",61.8,61,1097,5.28,5.18,3.23 +"39810",0.57,"Premium","I","SI2",62.1,60,1097,5.32,5.27,3.29 +"39811",0.5,"Very Good","E","SI2",59.9,57,1097,5.12,5.16,3.08 +"39812",0.39,"Ideal","F","VVS2",61.8,55,1097,4.68,4.75,2.92 +"39813",0.4,"Ideal","G","VVS1",60.8,57,1097,4.78,4.81,2.91 +"39814",0.4,"Ideal","G","VVS1",61.7,55,1097,4.75,4.78,2.94 +"39815",0.4,"Ideal","G","VVS1",61.8,56,1097,4.72,4.75,2.92 +"39816",0.4,"Ideal","G","VVS1",61.7,57,1097,4.71,4.74,2.91 +"39817",0.4,"Ideal","G","VVS1",60.8,54,1097,4.8,4.83,2.93 +"39818",0.5,"Very Good","E","SI2",63.2,61,1097,5.05,5.02,3.18 +"39819",0.3,"Premium","E","IF",61,59,1097,4.33,4.29,2.63 +"39820",0.38,"Ideal","E","VS1",62.1,57,1097,4.65,4.62,2.88 +"39821",0.3,"Premium","E","IF",61.9,58,1097,4.3,4.26,2.65 +"39822",0.38,"Ideal","E","VVS2",62.4,56,1097,4.69,4.63,2.91 +"39823",0.3,"Premium","E","IF",60.1,60,1097,4.32,4.3,2.59 +"39824",0.57,"Premium","I","SI2",62.1,57,1097,5.33,5.29,3.3 +"39825",0.39,"Premium","H","VVS2",62.1,58,1097,4.65,4.63,2.88 +"39826",0.39,"Premium","G","VS1",62.6,58,1097,4.7,4.66,2.93 +"39827",0.39,"Premium","G","VS1",62.4,57,1097,4.68,4.62,2.9 +"39828",0.39,"Premium","E","VS1",59.6,60,1097,4.75,4.72,2.82 +"39829",0.39,"Ideal","E","VS1",62.3,57,1097,4.67,4.64,2.9 +"39830",0.39,"Premium","E","VS1",58.8,59,1097,4.76,4.73,2.79 +"39831",0.5,"Premium","E","SI2",62.4,59,1097,5.09,5,3.15 +"39832",0.5,"Premium","E","SI2",61,62,1097,5.13,5.09,3.12 +"39833",0.5,"Very Good","G","SI1",61.1,57,1098,5.14,5.2,3.16 +"39834",0.5,"Very Good","E","SI2",63,57,1098,5.01,5.05,3.17 +"39835",0.51,"Very Good","E","SI2",62,57,1098,5.09,5.13,3.17 +"39836",0.51,"Ideal","E","SI2",61,56,1098,5.16,5.2,3.16 +"39837",0.38,"Very Good","E","VVS1",62.4,57,1098,4.62,4.71,2.91 +"39838",0.51,"Very Good","E","SI2",60.3,56,1098,5.19,5.22,3.14 +"39839",0.54,"Ideal","F","SI2",62,54,1098,5.23,5.28,3.26 +"39840",0.52,"Ideal","H","SI1",61.9,56,1098,5.16,5.22,3.2 +"39841",0.5,"Good","E","SI2",58.2,59,1098,5.24,5.27,3.06 +"39842",0.5,"Fair","E","SI1",66.5,58,1098,4.87,4.9,3.25 +"39843",0.54,"Very Good","H","SI2",62.7,59,1099,5.17,5.2,3.25 +"39844",0.5,"Ideal","J","VS2",61.6,57,1099,5.08,5.12,3.14 +"39845",0.41,"Ideal","H","IF",61.1,54,1099,4.8,4.85,2.95 +"39846",0.3,"Premium","D","VVS2",59.6,61,1099,4.39,4.34,2.6 +"39847",0.51,"Very Good","F","SI2",62.7,56,1100,5.07,5.1,3.19 +"39848",0.55,"Very Good","J","SI1",60.9,56,1100,5.29,5.35,3.24 +"39849",0.38,"Ideal","E","VVS2",62.2,56,1100,4.58,4.65,2.87 +"39850",0.38,"Ideal","E","VVS2",62,57,1100,4.61,4.62,2.86 +"39851",0.38,"Ideal","E","VVS2",61.6,55,1100,4.67,4.72,2.89 +"39852",0.38,"Ideal","E","VVS2",61.6,55,1100,4.63,4.66,2.86 +"39853",0.38,"Ideal","E","VVS2",61.9,57,1100,4.63,4.65,2.87 +"39854",0.57,"Good","J","VS2",63.3,56,1100,5.24,5.28,3.33 +"39855",0.33,"Ideal","D","VVS1",61,55,1100,4.47,4.52,2.74 +"39856",0.39,"Ideal","E","VVS2",62.1,54.6,1100,4.67,4.7,2.91 +"39857",0.52,"Ideal","G","SI2",61.1,56,1100,5.19,5.22,3.18 +"39858",0.51,"Ideal","F","SI2",61,55,1100,5.18,5.21,3.17 +"39859",0.55,"Ideal","J","SI1",60.9,57,1100,5.24,5.3,3.21 +"39860",0.41,"Ideal","H","IF",61.8,55,1100,4.79,4.82,2.97 +"39861",0.51,"Very Good","G","SI2",63.2,57,1100,5.07,5.03,3.19 +"39862",0.38,"Ideal","F","VVS1",62,54.7,1101,4.62,4.67,2.88 +"39863",0.38,"Ideal","F","VVS1",62.3,54.1,1101,4.63,4.66,2.9 +"39864",0.55,"Ideal","J","SI1",61,56,1101,5.31,5.34,3.25 +"39865",0.39,"Ideal","G","IF",61.9,54,1101,4.67,4.73,2.91 +"39866",0.5,"Good","E","SI2",58.3,58,1101,5.23,5.2,3.04 +"39867",0.38,"Premium","F","VS1",62.7,57,1101,4.71,4.64,2.93 +"39868",0.62,"Fair","J","SI1",65.4,59,1101,5.39,5.28,3.49 +"39869",0.42,"Ideal","H","VVS2",61.9,55,1102,4.83,4.86,3 +"39870",0.3,"Ideal","E","VVS1",61.2,57,1102,4.33,4.36,2.66 +"39871",0.49,"Ideal","H","SI1",59.9,56,1102,5.15,5.18,3.1 +"39872",0.36,"Premium","E","VVS2",61.7,59,1102,4.56,4.52,2.8 +"39873",0.47,"Premium","G","VS2",61.8,60,1102,4.98,4.95,3.07 +"39874",0.45,"Fair","F","VS2",65.8,55,1102,4.81,4.73,3.14 +"39875",0.33,"Very Good","E","VVS1",61.5,57,1103,4.44,4.48,2.75 +"39876",0.37,"Ideal","E","VVS1",61.5,56,1103,4.59,4.64,2.84 +"39877",0.56,"Ideal","F","SI2",61.8,57,1103,5.28,5.33,3.28 +"39878",0.35,"Premium","G","VVS1",61.8,57,1103,4.53,4.5,2.79 +"39879",0.42,"Ideal","G","VVS2",60.7,55,1103,4.89,4.86,2.96 +"39880",0.42,"Ideal","G","VVS2",61.3,56,1103,4.82,4.81,2.95 +"39881",0.42,"Ideal","G","VVS2",62.4,55,1103,4.82,4.79,3 +"39882",0.42,"Ideal","G","VVS2",62.7,56,1103,4.77,4.74,2.98 +"39883",0.42,"Ideal","G","VVS2",62.6,55,1103,4.78,4.77,2.99 +"39884",0.42,"Ideal","G","VVS2",62.1,57,1103,4.8,4.77,2.97 +"39885",0.42,"Ideal","G","VVS2",62.2,56,1103,4.81,4.77,2.98 +"39886",0.42,"Premium","G","VVS2",60.4,59,1103,4.82,4.78,2.9 +"39887",0.42,"Premium","F","VS1",59.9,61,1103,4.88,4.84,2.91 +"39888",0.42,"Ideal","F","VS1",60.9,57,1103,4.88,4.84,2.96 +"39889",0.42,"Premium","F","VS1",61.2,58,1103,4.86,4.82,2.96 +"39890",0.42,"Ideal","F","VS1",61,57,1103,4.87,4.84,2.96 +"39891",0.42,"Ideal","F","VS1",61.3,57,1103,4.85,4.8,2.96 +"39892",0.42,"Premium","F","VS1",61.8,59,1103,4.83,4.81,2.98 +"39893",0.42,"Ideal","F","VS1",61.4,57,1103,4.83,4.78,2.95 +"39894",0.42,"Ideal","F","VS1",61.9,57,1103,4.81,4.79,2.97 +"39895",0.42,"Premium","F","VS1",60.9,59,1103,4.85,4.8,2.94 +"39896",0.42,"Ideal","F","VS1",62.3,55,1103,4.79,4.77,2.98 +"39897",0.42,"Premium","F","VS1",61.9,55,1103,4.82,4.78,2.97 +"39898",0.42,"Ideal","D","VS2",61.4,56,1103,4.84,4.8,2.96 +"39899",0.42,"Ideal","D","VS2",61.8,56,1103,4.84,4.8,2.98 +"39900",0.42,"Ideal","D","VS2",61.2,56,1103,4.84,4.8,2.95 +"39901",0.42,"Ideal","D","VS2",62.2,55,1103,4.8,4.75,2.97 +"39902",0.42,"Ideal","D","VS2",62.4,55,1103,4.82,4.8,3 +"39903",0.42,"Ideal","D","VS2",62.1,54,1103,4.83,4.8,2.99 +"39904",0.35,"Ideal","H","IF",61.7,54,1103,4.55,4.53,2.8 +"39905",0.49,"Premium","H","VS2",59.5,62,1103,5.14,5.12,3.05 +"39906",0.56,"Premium","G","SI2",59.6,58,1103,5.42,5.35,3.21 +"39907",0.5,"Fair","G","SI1",67.1,59,1103,4.96,4.84,3.29 +"39908",0.5,"Very Good","E","SI2",60.6,59,1104,5.07,5.12,3.09 +"39909",0.51,"Very Good","E","SI2",60.7,56,1104,5.17,5.21,3.15 +"39910",0.5,"Ideal","E","SI2",62.6,56,1104,5.05,5.11,3.18 +"39911",0.5,"Ideal","E","SI2",61.8,58,1104,5.08,5.11,3.15 +"39912",0.38,"Ideal","F","VVS2",62.7,56,1104,4.64,4.61,2.9 +"39913",0.4,"Ideal","G","VS1",62.9,55,1104,4.76,4.71,2.98 +"39914",0.73,"Fair","H","I1",66.2,56,1104,5.62,5.46,3.69 +"39915",0.54,"Very Good","I","SI2",62.9,57,1105,5.18,5.21,3.27 +"39916",0.51,"Very Good","I","SI2",60.5,56,1105,5.23,5.25,3.17 +"39917",0.45,"Ideal","G","VVS2",61.8,57,1105,4.9,4.94,3.04 +"39918",0.42,"Very Good","E","VS1",62.1,55,1105,4.81,4.85,3 +"39919",0.41,"Ideal","D","VS1",62.4,56,1105,4.75,4.8,2.98 +"39920",0.41,"Premium","D","VVS2",61.9,59,1105,4.75,4.78,2.95 +"39921",0.41,"Ideal","D","VVS2",62.5,57,1105,4.72,4.75,2.96 +"39922",0.41,"Ideal","D","VVS2",61.1,56,1105,4.78,4.81,2.93 +"39923",0.41,"Premium","D","VVS2",62.2,58,1105,4.78,4.8,2.98 +"39924",0.42,"Premium","E","VS1",62.2,59,1105,4.76,4.79,2.97 +"39925",0.42,"Premium","E","VS1",59.5,59,1105,4.86,4.88,2.9 +"39926",0.45,"Very Good","G","VVS2",61.4,61,1105,4.89,4.95,3.02 +"39927",0.42,"Ideal","E","VS1",61.6,57,1105,4.8,4.84,2.97 +"39928",0.31,"Ideal","E","VVS1",61.7,55,1105,4.38,4.4,2.71 +"39929",0.31,"Ideal","E","VVS1",61.3,56,1105,4.38,4.4,2.69 +"39930",0.31,"Ideal","E","VVS1",61.5,56,1105,4.34,4.37,2.68 +"39931",0.35,"Very Good","I","VS2",61.7,57,491,4.52,4.56,2.8 +"39932",0.34,"Ideal","F","SI1",59.4,57,491,4.54,4.58,2.71 +"39933",0.3,"Premium","H","VS1",62.1,59,491,4.25,4.28,2.65 +"39934",0.3,"Good","H","VS1",63.2,58,491,4.22,4.26,2.68 +"39935",0.24,"Very Good","F","VVS2",61.9,56,492,3.97,4.01,2.47 +"39936",0.23,"Very Good","D","VVS2",62.5,58,492,3.89,3.92,2.44 +"39937",0.24,"Very Good","D","VVS2",62.9,59,492,3.95,3.97,2.49 +"39938",0.24,"Very Good","E","VVS1",63.5,57,492,3.94,3.96,2.51 +"39939",0.23,"Very Good","E","VVS1",62,58,492,3.92,3.95,2.44 +"39940",0.24,"Very Good","D","VVS1",61.9,54,492,3.99,4.02,2.48 +"39941",0.23,"Very Good","D","VVS1",61.3,61,492,3.94,3.99,2.43 +"39942",0.28,"Very Good","G","VS2",61.3,57,492,4.21,4.24,2.59 +"39943",0.23,"Very Good","E","IF",59.9,58,492,3.98,4.03,2.4 +"39944",0.28,"Good","F","VVS2",64.9,57,492,4.13,4.16,2.69 +"39945",0.24,"Good","F","VVS2",65,58,492,3.89,3.93,2.54 +"39946",0.24,"Good","E","VVS2",65,58,492,3.85,3.9,2.52 +"39947",0.24,"Good","F","VVS1",64.8,57,492,3.9,3.94,2.54 +"39948",0.24,"Good","E","VVS1",60.8,64,492,3.97,3.99,2.42 +"39949",0.28,"Good","E","VVS1",64.6,55,492,4.15,4.18,2.69 +"39950",0.24,"Good","F","IF",65.1,58,492,3.86,3.88,2.52 +"39951",0.33,"Premium","D","SI2",62.7,58,492,4.39,4.41,2.76 +"39952",0.33,"Ideal","D","SI2",62.4,57,492,4.39,4.42,2.75 +"39953",0.33,"Ideal","D","SI2",62.4,56,492,4.41,4.44,2.76 +"39954",0.33,"Good","G","SI1",63.2,57,492,4.39,4.44,2.79 +"39955",0.33,"Ideal","D","SI2",60.9,56,492,4.45,4.48,2.72 +"39956",0.33,"Good","D","SI2",63.4,56,492,4.4,4.43,2.8 +"39957",0.33,"Premium","D","SI2",59.5,59,492,4.48,4.5,2.67 +"39958",0.33,"Ideal","D","SI2",61.3,56,492,4.45,4.49,2.74 +"39959",0.33,"Good","D","SI2",63.3,53,492,4.39,4.42,2.79 +"39960",0.33,"Premium","D","SI2",61.6,59,492,4.41,4.42,2.72 +"39961",0.5,"Good","J","VVS2",64.1,57,1105,5,4.95,3.19 +"39962",0.63,"Very Good","G","SI2",63.3,59,1105,5.51,5.31,3.45 +"39963",0.52,"Premium","I","SI1",62.9,58,1105,5.14,5.04,3.2 +"39964",0.59,"Premium","H","SI1",62.2,59,1106,5.38,5.32,3.33 +"39965",0.4,"Very Good","E","VVS2",61,55,1106,4.77,4.81,2.92 +"39966",0.53,"Very Good","J","VS1",61.4,56,1106,5.19,5.23,3.2 +"39967",0.4,"Ideal","E","VVS2",62.6,54,1106,4.71,4.74,2.96 +"39968",0.4,"Ideal","E","VVS2",61.4,59,1106,4.71,4.74,2.9 +"39969",0.4,"Ideal","E","VVS2",62.5,54,1106,4.73,4.77,2.97 +"39970",0.5,"Very Good","F","SI1",63.1,61,1106,5.06,4.98,3.17 +"39971",0.5,"Very Good","F","SI1",63.2,58,1106,5.08,5.04,3.2 +"39972",0.39,"Very Good","F","VVS1",60.8,57,1107,4.72,4.75,2.88 +"39973",0.51,"Good","G","SI1",63.1,64,1107,5.08,5.03,3.19 +"39974",0.43,"Fair","E","VS2",60.5,59,1107,4.92,4.9,2.97 +"39975",0.32,"Ideal","D","VVS2",61.6,55,1107,4.41,4.45,2.73 +"39976",0.44,"Ideal","I","VVS1",61.2,55,1107,4.92,4.95,3.02 +"39977",0.34,"Ideal","E","VVS1",61.8,55,1107,4.49,4.5,2.78 +"39978",0.5,"Ideal","G","SI2",61.4,57,1107,5.1,5.13,3.14 +"39979",0.5,"Good","G","SI2",63.8,57,1107,5.02,4.98,3.19 +"39980",0.41,"Ideal","I","VVS1",61.3,56,1107,4.85,4.8,2.96 +"39981",0.41,"Premium","I","VVS1",62,56,1107,4.77,4.75,2.95 +"39982",0.41,"Premium","I","VVS1",61.5,59,1107,4.81,4.75,2.94 +"39983",0.41,"Ideal","I","VVS1",61.8,55,1107,4.79,4.76,2.95 +"39984",0.41,"Premium","I","VVS1",61.9,57,1107,4.82,4.78,2.97 +"39985",0.41,"Premium","I","VVS1",59.8,61,1107,4.84,4.79,2.88 +"39986",0.41,"Ideal","F","VS2",61,57,1107,4.81,4.76,2.92 +"39987",0.41,"Ideal","F","VS2",61.8,56,1107,4.8,4.78,2.96 +"39988",0.41,"Ideal","F","VS2",61.4,55,1107,4.83,4.78,2.95 +"39989",0.41,"Premium","F","VS2",61.1,56,1107,4.84,4.79,2.94 +"39990",0.41,"Premium","F","VS2",61.3,58,1107,4.84,4.79,2.95 +"39991",0.41,"Ideal","F","VS2",60.8,56,1107,4.81,4.8,2.92 +"39992",0.41,"Ideal","F","VS2",61.1,56,1107,4.83,4.8,2.94 +"39993",0.41,"Premium","F","VS2",60.3,58,1107,4.85,4.8,2.91 +"39994",0.41,"Premium","F","VS2",60.3,60,1107,4.84,4.81,2.91 +"39995",0.41,"Ideal","F","VS2",60,56,1107,4.88,4.82,2.91 +"39996",0.41,"Ideal","F","VS2",62.6,57,1107,4.79,4.76,2.99 +"39997",0.41,"Ideal","F","VS2",61.8,56,1107,4.79,4.76,2.95 +"39998",0.41,"Premium","F","VS2",61.6,59,1107,4.77,4.74,2.93 +"39999",0.41,"Ideal","F","VS2",60.9,57,1107,4.78,4.74,2.9 +"40000",0.41,"Ideal","F","VS2",62.1,56,1107,4.79,4.74,2.96 +"40001",0.41,"Premium","F","VS2",62.4,56,1107,4.77,4.75,2.97 +"40002",0.41,"Ideal","F","VS2",62.3,57,1107,4.78,4.75,2.97 +"40003",0.41,"Ideal","F","VS2",61.8,57,1107,4.79,4.75,2.95 +"40004",0.41,"Premium","F","VS2",62.6,58,1107,4.81,4.75,2.99 +"40005",0.41,"Very Good","F","VS2",63.2,57,1107,4.76,4.74,3 +"40006",0.41,"Ideal","F","VS2",61.9,56,1107,4.76,4.74,2.94 +"40007",0.41,"Ideal","F","VS2",62.7,57,1107,4.78,4.73,2.98 +"40008",0.41,"Premium","F","VS2",62.8,58,1107,4.73,4.69,2.96 +"40009",0.41,"Premium","F","VS2",62.6,57,1107,4.74,4.71,2.96 +"40010",0.41,"Ideal","F","VS2",62.7,56,1107,4.78,4.72,2.98 +"40011",0.41,"Ideal","F","VS2",62.8,57,1107,4.76,4.73,2.98 +"40012",0.41,"Ideal","F","VS2",61.8,57,1107,4.78,4.73,2.94 +"40013",0.7,"Premium","I","I1",62.3,58,1107,5.69,5.55,3.51 +"40014",0.31,"Premium","E","VVS2",62.3,56,1107,4.34,4.3,2.69 +"40015",0.37,"Very Good","D","VVS1",62.3,54,1108,4.57,4.65,2.87 +"40016",0.51,"Very Good","D","SI2",61.5,59,1108,5.07,5.14,3.14 +"40017",0.42,"Ideal","H","VVS1",62.8,57,1108,4.79,4.79,3.01 +"40018",0.42,"Very Good","D","VS1",62.5,57,1109,4.75,4.85,3 +"40019",0.46,"Good","F","VS1",56.5,61,1109,5.11,5.05,2.87 +"40020",0.59,"Very Good","I","SI1",62.8,59,1109,5.34,5.36,3.36 +"40021",0.55,"Ideal","I","SI2",60.4,56,1109,5.32,5.36,3.23 +"40022",0.32,"Ideal","E","VVS2",62.4,56,1109,4.43,4.39,2.75 +"40023",0.34,"Ideal","D","VS1",60.9,56,1109,4.56,4.51,2.76 +"40024",0.51,"Premium","D","SI2",60.2,58,1109,5.24,5.2,3.14 +"40025",0.33,"Very Good","D","VS1",63.2,56,1109,4.45,4.44,2.81 +"40026",0.51,"Fair","D","SI2",66.5,58,1109,4.95,4.89,3.27 +"40027",0.53,"Very Good","F","SI2",63.2,55,1110,5.17,5.18,3.27 +"40028",0.48,"Premium","F","SI1",60.6,62,1110,5.06,5,3.05 +"40029",0.5,"Ideal","I","VS2",62.4,55,1110,5.09,5.11,3.18 +"40030",0.5,"Ideal","I","VS2",62,55,1110,5.1,5.12,3.17 +"40031",0.41,"Ideal","G","SI1",61.6,57,1110,4.77,4.81,2.95 +"40032",0.41,"Ideal","G","SI1",62.1,55,1110,4.78,4.81,2.98 +"40033",0.47,"Premium","G","SI1",59.5,60,1110,5.09,5.06,3.02 +"40034",0.4,"Good","E","SI1",60.6,65,1110,4.74,4.71,2.86 +"40035",0.4,"Very Good","F","VVS1",62.9,55,1111,4.71,4.74,2.97 +"40036",0.4,"Very Good","F","VVS1",61.9,59,1111,4.71,4.75,2.93 +"40037",0.4,"Very Good","F","VVS1",62.3,60,1111,4.65,4.69,2.91 +"40038",0.52,"Premium","F","SI2",61.7,58,1111,5.12,5.16,3.17 +"40039",0.52,"Good","H","SI1",63.1,57,1111,5.09,5.14,3.23 +"40040",0.52,"Very Good","H","SI1",62.6,55,1111,5.12,5.16,3.22 +"40041",0.4,"Ideal","D","VVS2",62.8,56,1111,4.68,4.72,2.95 +"40042",0.54,"Ideal","E","SI2",62.7,57,1111,5.2,5.23,3.27 +"40043",0.7,"Good","I","I1",63.9,62,1111,5.62,5.57,3.58 +"40044",0.52,"Very Good","E","SI2",60.7,56,1112,5.17,5.21,3.15 +"40045",0.52,"Premium","F","SI1",62,59,1112,5.18,5.15,3.2 +"40046",0.54,"Good","E","SI2",63.9,54,1112,5.18,5.12,3.29 +"40047",0.38,"Ideal","E","VS2",60.1,56,1112,4.72,4.69,2.83 +"40048",0.3,"Ideal","D","VVS1",62.2,57,1112,4.35,4.3,2.69 +"40049",0.38,"Ideal","E","VS2",61.7,55,1112,4.68,4.66,2.88 +"40050",0.38,"Premium","E","VS2",60.5,62,1112,4.74,4.65,2.84 +"40051",0.38,"Premium","E","VS2",60.5,58,1112,4.7,4.66,2.83 +"40052",0.38,"Premium","E","VS2",60.3,58,1112,4.72,4.67,2.83 +"40053",0.38,"Premium","E","VS2",59.2,60,1112,4.77,4.73,2.81 +"40054",0.38,"Premium","E","VS2",62.2,59,1112,4.67,4.63,2.89 +"40055",0.38,"Premium","E","VS2",61.8,58,1112,4.64,4.61,2.86 +"40056",0.38,"Ideal","E","VS1",62.2,55,1112,4.67,4.63,2.89 +"40057",0.57,"Ideal","J","VS2",62.5,54,1113,5.32,5.34,3.33 +"40058",0.53,"Ideal","G","SI2",62.3,53,1113,5.21,5.25,3.26 +"40059",0.57,"Ideal","I","SI1",61.6,54,1113,5.36,5.38,3.31 +"40060",0.46,"Good","F","VS1",64.4,60,1113,4.88,4.9,3.15 +"40061",0.43,"Premium","G","VS2",60.8,59,1113,4.91,4.86,2.97 +"40062",0.53,"Premium","H","SI2",62.5,60,1113,5.18,5.16,3.23 +"40063",0.43,"Premium","H","VS1",62.3,58,1113,4.81,4.75,2.98 +"40064",0.43,"Premium","H","VS1",60,59,1113,4.98,4.86,2.95 +"40065",0.43,"Premium","G","VS2",61.3,58,1113,4.86,4.83,2.97 +"40066",0.43,"Premium","G","VS2",61.1,58,1113,4.88,4.84,2.97 +"40067",0.43,"Premium","G","VS2",61.2,58,1113,4.9,4.84,2.98 +"40068",0.43,"Premium","G","VS2",59.1,60,1113,4.93,4.88,2.9 +"40069",0.43,"Premium","G","VS2",62.9,59,1113,4.83,4.78,3.02 +"40070",0.43,"Premium","G","VS2",62.3,58,1113,4.85,4.81,3.01 +"40071",0.43,"Premium","G","VS2",61.1,59,1113,4.86,4.83,2.96 +"40072",0.53,"Very Good","J","VS2",62.9,58,1114,5.16,5.18,3.25 +"40073",0.54,"Ideal","I","SI1",61.4,56,1114,5.25,5.27,3.23 +"40074",0.54,"Ideal","I","SI1",61.7,56,1114,5.25,5.29,3.25 +"40075",0.3,"Ideal","F","VVS1",62.1,55,1114,4.32,4.31,2.68 +"40076",0.3,"Ideal","F","VVS1",62.4,56,1114,4.31,4.28,2.68 +"40077",0.3,"Premium","F","VVS1",62,59,1114,4.28,4.24,2.64 +"40078",0.33,"Premium","E","VVS2",60.3,58,1114,4.49,4.47,2.7 +"40079",0.33,"Ideal","F","IF",61.5,55,1114,4.47,4.44,2.74 +"40080",0.3,"Premium","F","VVS1",61.8,59,1114,4.29,4.26,2.64 +"40081",0.36,"Ideal","D","VVS2",61.6,57,1114,4.59,4.56,2.82 +"40082",0.33,"Ideal","E","VVS2",61.7,57,1114,4.44,4.41,2.73 +"40083",0.33,"Ideal","E","VVS2",61.2,57,1114,4.47,4.45,2.73 +"40084",0.3,"Ideal","F","VVS1",61.9,57,1114,4.33,4.3,2.67 +"40085",0.33,"Ideal","H","IF",62.1,55,1114,4.44,4.41,2.75 +"40086",0.33,"Ideal","H","IF",61.9,55,1114,4.44,4.42,2.74 +"40087",0.33,"Premium","H","IF",60.3,59,1114,4.49,4.47,2.7 +"40088",0.33,"Premium","H","IF",62,58,1114,4.42,4.39,2.73 +"40089",0.33,"Premium","H","IF",61.8,60,1114,4.44,4.4,2.73 +"40090",0.33,"Premium","G","VVS1",60.9,60,1114,4.5,4.46,2.73 +"40091",0.33,"Ideal","G","VVS1",61.7,54,1114,4.48,4.47,2.76 +"40092",0.33,"Premium","G","VVS1",60.9,58,1114,4.47,4.43,2.71 +"40093",0.33,"Premium","G","VVS1",60.4,59,1114,4.47,4.44,2.69 +"40094",0.33,"Ideal","G","VVS1",61.5,56,1114,4.46,4.45,2.74 +"40095",0.33,"Ideal","G","VVS1",61.7,56,1114,4.47,4.45,2.75 +"40096",0.33,"Ideal","G","VVS1",62,56,1114,4.48,4.45,2.77 +"40097",0.33,"Ideal","G","VVS1",62,56,1114,4.48,4.45,2.77 +"40098",0.33,"Ideal","G","VVS1",62.2,57,1114,4.46,4.41,2.76 +"40099",0.33,"Premium","G","VVS1",61.2,60,1114,4.44,4.42,2.71 +"40100",0.33,"Ideal","G","VVS1",61.8,55,1114,4.45,4.42,2.74 +"40101",0.33,"Ideal","G","VVS1",60.8,56,1114,4.46,4.42,2.7 +"40102",0.33,"Ideal","G","VVS1",62.3,55,1114,4.46,4.43,2.77 +"40103",0.33,"Premium","G","VVS1",61.9,59,1114,4.41,4.38,2.72 +"40104",0.33,"Premium","G","VVS1",62.8,59,1114,4.44,4.38,2.77 +"40105",0.33,"Premium","G","VVS1",61.4,60,1114,4.44,4.39,2.71 +"40106",0.33,"Premium","G","VVS1",62.1,58,1114,4.43,4.4,2.74 +"40107",0.5,"Fair","E","SI2",59.8,66,1114,5.18,5.09,3.07 +"40108",0.54,"Fair","F","SI1",61.4,66,1114,5.24,5.18,3.2 +"40109",0.5,"Fair","E","SI1",65.1,58,1114,5.04,4.94,3.25 +"40110",0.32,"Ideal","D","VS1",60.9,57,1114,4.48,4.45,2.72 +"40111",0.41,"Ideal","F","VVS2",61.9,55,1115,4.78,4.79,2.96 +"40112",0.41,"Premium","F","VVS2",60.1,59,1115,4.79,4.82,2.89 +"40113",0.41,"Very Good","F","VVS2",60.3,58,1115,4.79,4.83,2.9 +"40114",0.41,"Ideal","F","VVS2",61.9,55,1115,4.74,4.79,2.95 +"40115",0.41,"Ideal","F","VVS2",60.1,57,1115,4.83,4.85,2.91 +"40116",0.41,"Premium","F","VVS2",60.4,58,1115,4.8,4.84,2.91 +"40117",0.41,"Ideal","F","VVS2",61.7,57,1115,4.73,4.8,2.94 +"40118",0.41,"Premium","F","VVS2",61,59,1115,4.77,4.83,2.93 +"40119",0.41,"Ideal","F","VVS2",61,56,1115,4.78,4.82,2.93 +"40120",0.41,"Ideal","F","VVS2",62.6,55,1115,4.73,4.76,2.97 +"40121",0.41,"Premium","F","VVS2",61,59,1115,4.79,4.82,2.93 +"40122",0.41,"Very Good","F","VVS2",62.9,54,1115,4.7,4.74,2.97 +"40123",0.41,"Ideal","F","VVS2",60.6,57,1115,4.81,4.86,2.93 +"40124",0.41,"Ideal","F","VVS2",61.4,56,1115,4.76,4.81,2.94 +"40125",0.41,"Premium","F","VVS2",60.1,58,1115,4.79,4.83,2.89 +"40126",0.41,"Ideal","F","VVS2",61.2,56,1115,4.78,4.8,2.93 +"40127",0.41,"Ideal","F","VVS2",62.3,56,1115,4.73,4.77,2.96 +"40128",0.41,"Ideal","F","VVS2",62.5,56,1115,4.72,4.75,2.96 +"40129",0.41,"Ideal","F","VVS2",61.7,56,1115,4.78,4.81,2.96 +"40130",0.41,"Premium","F","VVS2",60.6,58,1115,4.79,4.84,2.92 +"40131",0.41,"Premium","F","VVS2",62.4,58,1115,4.7,4.76,2.95 +"40132",0.41,"Ideal","E","VS1",60.4,55,1115,4.85,4.89,2.94 +"40133",0.41,"Ideal","H","VVS1",62.7,54,1115,4.79,4.78,3 +"40134",0.41,"Premium","H","VVS1",60.4,58,1115,4.85,4.79,2.91 +"40135",0.41,"Premium","H","VVS1",61.4,60,1115,4.78,4.73,2.92 +"40136",0.41,"Ideal","H","VVS1",62.2,57,1115,4.78,4.74,2.96 +"40137",0.41,"Ideal","H","VVS1",61.4,56,1115,4.8,4.77,2.94 +"40138",0.7,"Premium","G","I1",59.2,61,1115,5.76,5.7,3.39 +"40139",0.7,"Very Good","G","I1",63.1,56,1115,5.6,5.51,3.51 +"40140",0.7,"Fair","G","I1",64.6,59,1115,5.64,5.48,3.6 +"40141",0.51,"Premium","H","SI1",60.6,59,1116,5.17,5.13,3.12 +"40142",0.41,"Very Good","E","VVS2",62.2,57,1116,4.76,4.79,2.97 +"40143",0.4,"Very Good","F","VVS1",63.7,58,1116,4.65,4.68,2.97 +"40144",0.49,"Very Good","F","SI1",62.5,57,1116,4.99,5.02,3.13 +"40145",0.51,"Premium","H","SI1",61.9,56,1116,5.13,5.12,3.17 +"40146",0.51,"Good","H","SI1",63.6,57,1116,5.09,5.04,3.22 +"40147",0.38,"Ideal","F","VS1",61.3,56,1116,4.68,4.72,2.88 +"40148",0.35,"Ideal","E","VVS1",62.2,56,1116,4.53,4.51,2.81 +"40149",0.35,"Ideal","G","IF",61.1,56,1116,4.59,4.54,2.79 +"40150",0.35,"Ideal","E","VVS1",62,56,1116,4.58,4.51,2.82 +"40151",0.35,"Ideal","E","VVS1",60.7,57,1116,4.57,4.53,2.76 +"40152",0.35,"Premium","E","VVS1",60.7,59,1116,4.58,4.55,2.77 +"40153",0.35,"Premium","E","VVS1",61,58,1116,4.56,4.52,2.77 +"40154",0.46,"Ideal","E","SI2",61.3,56,1116,5.02,4.96,3.06 +"40155",0.35,"Premium","G","IF",59.1,59,1116,4.62,4.59,2.72 +"40156",0.35,"Ideal","G","IF",61.4,55,1116,4.59,4.56,2.81 +"40157",0.35,"Premium","G","IF",60.6,60,1116,4.57,4.54,2.76 +"40158",0.35,"Ideal","G","IF",61.8,55,1116,4.56,4.54,2.81 +"40159",0.35,"Ideal","G","IF",62.3,55,1116,4.52,4.5,2.81 +"40160",0.35,"Premium","G","IF",62.2,58,1116,4.52,4.45,2.79 +"40161",0.62,"Good","J","SI1",59.9,65,1116,5.58,5.5,3.32 +"40162",0.32,"Ideal","H","IF",61.1,56,1116,4.46,4.45,2.72 +"40163",0.32,"Premium","H","IF",60.7,58,1116,4.47,4.46,2.71 +"40164",0.47,"Premium","G","VS2",61,59,1116,5.03,5,3.06 +"40165",0.31,"Premium","E","VVS2",62.2,56,1116,4.31,4.28,2.67 +"40166",0.39,"Very Good","F","VVS2",58.2,62,1117,4.77,4.82,2.79 +"40167",0.58,"Very Good","G","SI2",63.3,58,1117,5.26,5.29,3.34 +"40168",0.38,"Ideal","F","VVS2",61,57,1117,4.69,4.72,2.87 +"40169",0.38,"Very Good","D","VS2",63.4,55,1117,4.67,4.63,2.95 +"40170",0.38,"Premium","D","VS2",58.8,61,1117,4.74,4.71,2.78 +"40171",0.38,"Premium","F","VS1",60.2,58,1117,4.73,4.71,2.84 +"40172",0.38,"Premium","D","VS2",61.5,62,1117,4.63,4.6,2.84 +"40173",0.38,"Premium","D","VS2",58.8,61,1117,4.77,4.72,2.79 +"40174",0.38,"Premium","D","VS2",58.7,61,1117,4.77,4.74,2.79 +"40175",0.55,"Ideal","G","SI2",62.1,56,1117,5.25,5.22,3.25 +"40176",0.38,"Ideal","H","VS1",60.6,57,1117,4.73,4.7,2.85 +"40177",0.43,"Ideal","G","VVS1",61.5,56,1118,4.87,4.89,3 +"40178",0.5,"Ideal","F","SI2",60.5,56,1118,5.17,5.19,3.14 +"40179",0.38,"Premium","E","VVS1",60.6,59,1119,4.65,4.62,2.81 +"40180",0.36,"Very Good","D","VVS1",59,59,1119,4.66,4.69,2.76 +"40181",0.44,"Premium","H","VVS1",60.1,58,1119,4.92,4.96,2.97 +"40182",0.51,"Good","H","SI1",63.7,56,1119,5.07,5.1,3.24 +"40183",0.51,"Good","H","SI1",63.4,57,1119,5.06,5.09,3.22 +"40184",0.56,"Ideal","J","SI1",61.8,58,1119,5.27,5.31,3.27 +"40185",0.5,"Ideal","H","SI2",62.3,56,1119,5.14,5.09,3.19 +"40186",0.52,"Good","E","SI2",63.7,56,1120,5.12,5.15,3.27 +"40187",0.52,"Very Good","E","SI2",61.8,54,1120,5.15,5.18,3.19 +"40188",0.52,"Very Good","E","SI2",62.9,56,1120,5.12,5.15,3.23 +"40189",0.43,"Ideal","I","VVS1",60.6,57,1120,4.88,4.94,2.97 +"40190",0.38,"Ideal","F","VVS1",61.5,56,1120,4.68,4.71,2.88 +"40191",0.3,"Ideal","E","IF",60.9,56,1120,4.31,4.33,2.63 +"40192",0.4,"Good","G","IF",59.7,62,1120,4.75,4.8,2.85 +"40193",0.5,"Good","G","SI2",62.3,64,1121,5.1,5.02,3.15 +"40194",0.5,"Premium","G","SI2",62.6,58,1121,5.09,5.03,3.17 +"40195",0.41,"Ideal","G","VS1",61.1,55,1121,4.79,4.83,2.94 +"40196",0.57,"Ideal","H","SI2",62,57,1121,5.3,5.35,3.3 +"40197",0.51,"Ideal","G","SI2",61.9,55,1121,5.12,5.14,3.17 +"40198",0.52,"Ideal","F","SI2",61.5,55,1121,5.17,5.2,3.19 +"40199",0.52,"Ideal","F","SI2",61.3,55,1121,5.18,5.2,3.18 +"40200",0.52,"Premium","G","SI2",59.2,60,1121,5.29,5.21,3.11 +"40201",0.39,"Premium","E","VS2",60.9,60,1121,4.71,4.68,2.86 +"40202",0.41,"Very Good","F","VVS1",61.4,58,1122,4.76,4.78,2.93 +"40203",0.5,"Very Good","F","SI1",60,54,1122,5.13,5.2,3.1 +"40204",0.51,"Very Good","G","SI1",63.4,56,1122,5.03,5.1,3.21 +"40205",0.53,"Good","J","VS2",63.8,57,1122,5.12,5.1,3.26 +"40206",0.53,"Very Good","J","VS2",63.3,56,1122,5.18,5.12,3.26 +"40207",0.53,"Premium","J","VS2",60.9,59,1122,5.27,5.2,3.19 +"40208",0.51,"Ideal","I","SI1",62.5,57,1122,5.1,5.07,3.18 +"40209",0.31,"Ideal","F","IF",62.3,57,1122,4.34,4.3,2.69 +"40210",0.31,"Premium","F","IF",60.8,59,1122,4.39,4.36,2.66 +"40211",0.31,"Premium","F","IF",61.6,58,1122,4.37,4.33,2.68 +"40212",0.5,"Fair","H","VS2",62.4,69,1122,5.07,4.99,3.14 +"40213",0.41,"Ideal","D","SI1",61.8,56,1122,4.78,4.73,2.94 +"40214",0.31,"Ideal","F","IF",62.2,56,1122,4.34,4.31,2.69 +"40215",0.34,"Premium","G","VVS1",61.5,59,1122,4.5,4.47,2.76 +"40216",0.39,"Ideal","E","VS1",60.2,56,1123,4.79,4.78,2.88 +"40217",0.5,"Very Good","D","SI2",58.9,60,1123,5.2,5.23,3.07 +"40218",0.4,"Premium","G","VVS1",62.3,58,1123,4.66,4.72,2.92 +"40219",0.4,"Ideal","D","VS1",59.9,57,1123,4.77,4.82,2.87 +"40220",0.4,"Ideal","G","VVS1",62.4,57,1123,4.74,4.78,2.97 +"40221",0.4,"Very Good","G","VVS1",61.7,58,1123,4.69,4.71,2.9 +"40222",0.4,"Premium","D","VS1",62.1,58,1123,4.7,4.73,2.93 +"40223",0.4,"Very Good","G","VVS1",60.9,57,1123,4.76,4.8,2.91 +"40224",0.4,"Very Good","D","VS1",62.9,56,1123,4.67,4.71,2.95 +"40225",0.4,"Premium","D","VS1",60.9,58,1123,4.78,4.81,2.92 +"40226",0.4,"Premium","D","VS1",62.5,60,1123,4.66,4.72,2.93 +"40227",0.4,"Premium","G","VVS1",61.5,58,1123,4.69,4.74,2.9 +"40228",0.4,"Ideal","G","VVS1",61.6,57,1123,4.75,4.76,2.93 +"40229",0.4,"Ideal","G","VVS1",61.4,55,1123,4.72,4.76,2.91 +"40230",0.4,"Ideal","G","VVS1",61.2,56,1123,4.75,4.79,2.92 +"40231",0.4,"Premium","D","VS1",59.2,59,1123,4.79,4.81,2.84 +"40232",0.41,"Ideal","G","VVS1",61,55,1123,4.8,4.82,2.93 +"40233",0.41,"Ideal","G","VVS1",61.5,57,1123,4.79,4.82,2.95 +"40234",0.39,"Premium","D","VS1",61.7,59,1123,4.69,4.64,2.88 +"40235",0.53,"Very Good","J","VS2",62.4,58,1124,5.15,5.24,3.24 +"40236",0.44,"Ideal","H","VVS1",61.1,57,1124,4.87,4.92,2.99 +"40237",0.39,"Ideal","F","VVS1",62.2,54,1124,4.71,4.74,2.94 +"40238",0.39,"Ideal","F","VVS1",62.3,55,1124,4.67,4.7,2.92 +"40239",0.39,"Ideal","F","VVS1",61.8,55,1124,4.69,4.73,2.91 +"40240",0.39,"Ideal","F","VVS1",61.7,55,1124,4.69,4.71,2.9 +"40241",0.39,"Ideal","F","VVS1",62.1,55,1124,4.69,4.71,2.92 +"40242",0.37,"Premium","E","VS1",60.4,58,1124,4.66,4.61,2.8 +"40243",0.37,"Ideal","E","VS1",61.2,56,1124,4.67,4.64,2.85 +"40244",0.37,"Ideal","D","VS2",61.6,56,1124,4.63,4.59,2.84 +"40245",0.37,"Ideal","D","VS2",61.3,56,1124,4.64,4.6,2.83 +"40246",0.37,"Ideal","D","VS2",61,56,1124,4.7,4.65,2.85 +"40247",0.37,"Premium","D","VS2",61,59,1124,4.63,4.59,2.81 +"40248",0.5,"Good","F","SI1",63.7,61,1125,5.02,4.99,3.19 +"40249",0.5,"Very Good","F","SI2",62.9,63,1125,4.99,4.93,3.12 +"40250",0.5,"Premium","F","SI1",59.6,61,1125,5.15,5.12,3.06 +"40251",0.51,"Premium","H","SI2",62.9,56,1125,5.08,5.06,3.19 +"40252",0.6,"Ideal","I","SI2",62.2,54,1125,5.4,5.44,3.37 +"40253",0.52,"Ideal","I","SI2",61.9,55,1125,5.17,5.23,3.22 +"40254",0.64,"Ideal","H","SI2",60.8,56,1125,5.57,5.61,3.4 +"40255",0.38,"Ideal","G","IF",62,54,1125,4.66,4.7,2.9 +"40256",0.3,"Ideal","E","VVS2",61.4,55,1125,4.36,4.34,2.67 +"40257",0.4,"Premium","E","VS1",60.1,58,1125,4.76,4.72,2.85 +"40258",0.4,"Ideal","H","VVS2",60.8,55,1125,4.82,4.79,2.92 +"40259",0.4,"Premium","H","VVS2",60.9,58,1125,4.79,4.74,2.9 +"40260",0.4,"Premium","H","VVS2",60.6,60,1125,4.79,4.75,2.89 +"40261",0.33,"Premium","G","SI1",62.3,59,492,4.39,4.44,2.75 +"40262",0.33,"Premium","D","SI2",62.1,58,492,4.4,4.43,2.74 +"40263",0.33,"Very Good","G","SI1",61.6,57,492,4.42,4.45,2.73 +"40264",0.33,"Ideal","D","SI2",61.1,57,492,4.47,4.5,2.74 +"40265",0.33,"Very Good","D","SI2",62.9,56,492,4.41,4.43,2.78 +"40266",0.33,"Very Good","G","SI1",59.8,58,492,4.52,4.54,2.71 +"40267",0.33,"Ideal","G","SI1",61.3,56,492,4.46,4.51,2.75 +"40268",0.33,"Very Good","D","SI2",60.7,56,492,4.43,4.46,2.7 +"40269",0.33,"Very Good","G","SI1",61.1,59,492,4.42,4.45,2.71 +"40270",0.33,"Ideal","D","SI2",62,57,492,4.45,4.46,2.76 +"40271",0.37,"Very Good","E","SI2",61.6,56,493,4.61,4.65,2.85 +"40272",0.23,"Ideal","F","VS2",61.8,55,493,3.93,3.96,2.43 +"40273",0.23,"Ideal","F","VS1",61.9,56,493,3.94,3.96,2.44 +"40274",0.31,"Ideal","G","SI1",61.8,55,493,4.38,4.42,2.72 +"40275",0.31,"Ideal","G","SI1",61.6,57,493,4.32,4.35,2.67 +"40276",0.31,"Ideal","G","SI1",61.9,55,493,4.38,4.41,2.72 +"40277",0.31,"Ideal","G","SI1",61.2,56,493,4.37,4.39,2.68 +"40278",0.31,"Ideal","G","SI1",62.1,54,493,4.34,4.36,2.7 +"40279",0.35,"Very Good","F","SI2",61.2,55,494,4.56,4.57,2.79 +"40280",0.32,"Ideal","J","VVS1",62.3,54,494,4.41,4.43,2.75 +"40281",0.32,"Ideal","J","VVS1",60.8,56,494,4.47,4.48,2.72 +"40282",0.3,"Ideal","I","VVS2",62.2,56,495,4.25,4.3,2.66 +"40283",0.3,"Ideal","I","VVS2",62.5,54,495,4.27,4.31,2.68 +"40284",0.34,"Ideal","I","VS2",61.1,55,495,4.51,4.55,2.77 +"40285",0.34,"Ideal","I","VS2",61.5,55,495,4.53,4.55,2.79 +"40286",0.3,"Ideal","G","VS2",62.2,54,495,4.29,4.33,2.68 +"40287",0.3,"Ideal","E","I1",60.3,57,495,4.39,4.36,2.64 +"40288",0.29,"Very Good","E","VS1",62.1,57,496,4.2,4.24,2.62 +"40289",0.27,"Ideal","H","VVS2",61.9,55,496,4.14,4.16,2.57 +"40290",0.3,"Ideal","H","VS2",61.9,55,496,4.28,4.31,2.66 +"40291",0.4,"Ideal","H","VVS2",62.1,57,1125,4.74,4.69,2.93 +"40292",0.4,"Very Good","H","VVS2",63.2,55,1125,4.73,4.7,2.98 +"40293",0.4,"Ideal","H","VVS2",62.2,56,1125,4.75,4.7,2.94 +"40294",0.4,"Ideal","H","VVS2",62.3,57,1125,4.73,4.71,2.94 +"40295",0.4,"Ideal","H","VVS2",62.4,57,1125,4.73,4.69,2.94 +"40296",0.4,"Ideal","G","VS1",62.8,56,1125,4.7,4.67,2.94 +"40297",0.4,"Ideal","G","VS1",62.2,56,1125,4.74,4.72,2.94 +"40298",0.4,"Ideal","G","VS1",62.4,57,1125,4.74,4.72,2.95 +"40299",0.4,"Ideal","G","VS1",61.3,55,1125,4.78,4.75,2.92 +"40300",0.4,"Premium","G","VS1",60.3,59,1125,4.8,4.76,2.88 +"40301",0.4,"Premium","G","VS1",60.7,58,1125,4.81,4.78,2.91 +"40302",0.4,"Premium","G","VS1",61.3,60,1125,4.71,4.66,2.87 +"40303",0.4,"Ideal","E","VS1",61.6,56,1125,4.78,4.73,2.93 +"40304",0.4,"Ideal","E","VS1",61.2,57,1125,4.77,4.74,2.91 +"40305",0.4,"Premium","E","VS1",61.8,56,1125,4.77,4.74,2.94 +"40306",0.4,"Ideal","E","VS1",62,54,1125,4.77,4.74,2.95 +"40307",0.4,"Premium","E","VS1",60.4,59,1125,4.81,4.76,2.89 +"40308",0.4,"Premium","E","VS1",60.3,58,1125,4.82,4.8,2.9 +"40309",0.4,"Premium","E","VS1",62.8,59,1125,4.67,4.63,2.92 +"40310",0.4,"Ideal","E","VS1",62.6,56,1125,4.72,4.67,2.94 +"40311",0.4,"Premium","E","VS1",62.5,58,1125,4.72,4.69,2.94 +"40312",0.4,"Ideal","E","VS1",62.3,56,1125,4.73,4.71,2.94 +"40313",0.4,"Premium","E","VS1",62.4,54,1125,4.75,4.71,2.95 +"40314",0.4,"Premium","E","VS1",60.5,61,1125,4.74,4.72,2.86 +"40315",0.4,"Premium","E","VS1",61.2,59,1125,4.76,4.72,2.9 +"40316",0.4,"Premium","E","VS1",61.8,55,1125,4.76,4.72,2.93 +"40317",0.4,"Ideal","E","VS1",62.2,55,1125,4.76,4.72,2.95 +"40318",0.4,"Ideal","E","VS1",61.7,55,1125,4.76,4.73,2.93 +"40319",0.5,"Premium","F","SI2",59.9,60,1125,5.22,5.16,3.11 +"40320",0.4,"Ideal","D","VS2",60.5,57,1125,4.8,4.76,2.89 +"40321",0.61,"Very Good","J","SI2",58.1,63,1125,5.62,5.6,3.26 +"40322",0.5,"Premium","J","SI1",60.7,58,1125,5.13,5.11,3.11 +"40323",0.36,"Ideal","D","VVS2",61,56,1126,4.57,4.61,2.8 +"40324",0.42,"Ideal","H","IF",61.6,56,1126,4.84,4.87,2.99 +"40325",0.39,"Premium","E","VVS2",59.5,58,1126,4.77,4.74,2.83 +"40326",0.5,"Ideal","G","SI2",61,57,1127,5.13,5.15,3.13 +"40327",0.53,"Ideal","I","SI1",61.6,56.6,1127,5.19,5.21,3.21 +"40328",0.45,"Good","G","VS1",64.1,58.8,1127,4.79,4.86,3.09 +"40329",0.53,"Good","E","SI2",63,60,1127,5.11,5.14,3.23 +"40330",0.39,"Fair","G","IF",57.1,61,1127,4.83,4.88,2.77 +"40331",0.56,"Ideal","G","SI2",61,57,1127,5.34,5.32,3.25 +"40332",0.5,"Very Good","E","SI1",61.4,63,1128,5.06,5.1,3.12 +"40333",0.4,"Ideal","F","VVS1",61.7,57,1128,4.72,4.75,2.92 +"40334",0.4,"Ideal","F","VVS1",61.5,56,1128,4.73,4.77,2.92 +"40335",0.4,"Very Good","D","VVS2",62,61,1128,4.7,4.72,2.92 +"40336",0.51,"Good","H","VS2",61.8,65,1128,5.07,5.02,3.12 +"40337",0.51,"Ideal","E","SI2",61.3,61,1128,5.13,5.15,3.15 +"40338",0.54,"Very Good","J","VS2",63,57,1129,5.17,5.21,3.27 +"40339",0.45,"Very Good","E","VS2",61.8,58,1129,4.9,4.94,3.04 +"40340",0.39,"Premium","E","VVS2",61.1,59,1129,4.68,4.74,2.88 +"40341",0.33,"Premium","D","VVS1",61.8,58,1129,4.4,4.43,2.73 +"40342",0.33,"Ideal","E","IF",61.9,57,1129,4.41,4.45,2.74 +"40343",0.33,"Premium","E","IF",60.8,58,1129,4.46,4.49,2.72 +"40344",0.39,"Ideal","F","VVS1",61.4,54,1129,4.7,4.73,2.9 +"40345",0.51,"Ideal","G","SI2",61.5,55,1129,5.16,5.18,3.18 +"40346",0.51,"Good","G","SI2",63.6,54,1129,5.08,5.05,3.22 +"40347",0.43,"Ideal","I","IF",62,55,1129,4.85,4.83,3 +"40348",0.43,"Premium","I","IF",61.2,58,1129,4.88,4.83,2.97 +"40349",0.43,"Ideal","G","VVS2",61.9,55,1129,4.86,4.84,3 +"40350",0.43,"Ideal","G","VVS2",60.9,57,1129,4.9,4.85,2.97 +"40351",0.43,"Ideal","G","VVS2",60.1,57,1129,4.91,4.88,2.94 +"40352",0.43,"Premium","G","VVS2",62.3,60,1129,4.85,4.78,3 +"40353",0.43,"Premium","G","VVS2",62.2,55,1129,4.84,4.81,3 +"40354",0.43,"Ideal","G","VVS2",61.4,55,1129,4.88,4.83,2.98 +"40355",0.43,"Premium","F","VS1",62.5,58,1129,4.85,4.78,3.01 +"40356",0.43,"Premium","F","VS1",61,57,1129,4.89,4.84,2.97 +"40357",0.43,"Premium","F","VS1",59.9,58,1129,4.93,4.89,2.94 +"40358",0.43,"Premium","F","VS1",62.2,61,1129,4.83,4.75,2.98 +"40359",0.43,"Premium","D","VS2",60.7,58,1129,4.88,4.84,2.95 +"40360",0.43,"Ideal","D","VS2",60.7,57,1129,4.91,4.88,2.97 +"40361",0.43,"Premium","D","VS2",60.2,59,1129,4.92,4.88,2.95 +"40362",0.43,"Ideal","D","VS2",61.8,56,1129,4.83,4.81,2.98 +"40363",0.43,"Ideal","D","VS2",62,55,1129,4.86,4.81,3 +"40364",0.3,"Premium","D","IF",62.1,59,1130,4.27,4.29,2.66 +"40365",0.51,"Good","E","SI2",63.3,56,1130,5.08,5.12,3.23 +"40366",0.34,"Ideal","D","VVS2",61.8,55,1130,4.46,4.48,2.76 +"40367",0.33,"Ideal","E","VVS1",61.3,56,1130,4.43,4.48,2.73 +"40368",0.33,"Ideal","E","VVS1",61.6,55,1130,4.44,4.46,2.74 +"40369",0.5,"Ideal","I","VS1",61.9,54,1130,5.12,5.16,3.18 +"40370",0.46,"Ideal","H","SI1",61.1,55,1130,4.97,5.01,3.05 +"40371",0.48,"Good","G","VS2",60.3,60.7,1130,5.06,5.11,3.06 +"40372",0.41,"Premium","E","VVS1",60,61,1130,4.86,4.78,2.89 +"40373",0.42,"Very Good","F","VVS2",61.6,59,1131,4.83,4.84,2.98 +"40374",0.43,"Premium","E","VS1",62.3,58,1131,4.78,4.82,2.99 +"40375",0.39,"Very Good","F","IF",60.8,55,1131,4.73,4.77,2.89 +"40376",0.54,"Good","H","SI1",59.4,65,1131,5.31,5.22,3.13 +"40377",0.36,"Ideal","E","VVS2",61,55,1131,4.6,4.62,2.81 +"40378",0.56,"Ideal","J","VS2",61.4,56,1131,5.32,5.34,3.27 +"40379",0.51,"Ideal","I","VS2",62.1,54,1131,5.12,5.16,3.19 +"40380",0.36,"Ideal","D","VS1",61.7,55,1131,4.58,4.6,2.83 +"40381",0.3,"Ideal","F","IF",60.7,56,1131,4.35,4.38,2.65 +"40382",0.38,"Ideal","F","VS1",62.1,55,1131,4.66,4.63,2.89 +"40383",0.53,"Premium","H","SI1",59.4,60,1132,5.24,5.26,3.12 +"40384",0.53,"Good","H","SI1",63.7,55,1132,5.12,5.15,3.27 +"40385",0.53,"Very Good","F","SI2",62.5,57,1132,5.11,5.17,3.21 +"40386",0.42,"Ideal","D","VVS2",62,55,1132,4.81,4.84,2.99 +"40387",0.42,"Ideal","D","VVS2",61.7,57,1132,4.8,4.82,2.97 +"40388",0.42,"Ideal","D","VS1",61.8,56,1132,4.82,4.86,2.99 +"40389",0.42,"Premium","D","VVS2",59.6,59,1132,4.9,4.96,2.94 +"40390",0.53,"Good","H","SI1",63.9,55,1132,5.14,5.19,3.3 +"40391",0.53,"Very Good","F","SI2",60.5,60,1132,5.19,5.23,3.15 +"40392",0.53,"Ideal","G","SI2",59.9,57,1132,5.25,5.3,3.16 +"40393",0.58,"Ideal","I","SI1",62.2,54,1132,5.35,5.39,3.34 +"40394",0.4,"Very Good","D","VVS2",60.8,56,1133,4.78,4.82,2.92 +"40395",0.47,"Very Good","G","SI1",62.8,56,1133,4.96,4.93,3.11 +"40396",0.5,"Very Good","G","SI1",59.3,58,1133,5.19,5.24,3.09 +"40397",0.5,"Very Good","H","SI1",60.9,61,1133,5.06,5.15,3.11 +"40398",0.34,"Ideal","D","VVS1",61.7,56,1133,4.46,4.48,2.76 +"40399",0.38,"Ideal","E","VS1",62.2,54.1,1133,4.63,4.65,2.89 +"40400",0.34,"Ideal","D","VVS1",61.7,57,1133,4.49,4.52,2.78 +"40401",0.34,"Ideal","D","VVS1",61.5,56,1133,4.47,4.5,2.76 +"40402",0.34,"Ideal","D","VVS1",62.4,55,1133,4.45,4.49,2.79 +"40403",0.55,"Ideal","J","VS2",60.4,58,1133,5.29,5.34,3.21 +"40404",0.54,"Ideal","G","SI2",61.8,54,1133,5.23,5.25,3.24 +"40405",0.54,"Ideal","G","SI2",61.8,54,1133,5.24,5.28,3.25 +"40406",0.54,"Ideal","G","SI2",62.3,58,1133,5.17,5.2,3.23 +"40407",0.31,"Ideal","E","IF",61.9,56,1133,4.37,4.35,2.7 +"40408",0.31,"Premium","E","IF",61,59,1133,4.39,4.36,2.67 +"40409",0.41,"Very Good","E","VVS2",63.1,58,1133,4.75,4.72,2.99 +"40410",0.57,"Fair","F","SI1",65.8,58,1133,5.2,5.1,3.39 +"40411",0.55,"Premium","E","SI2",58.4,61,1134,5.37,5.31,3.12 +"40412",0.55,"Ideal","I","SI1",61.3,55,1134,5.3,5.33,3.26 +"40413",0.55,"Ideal","I","SI1",61.7,55,1134,5.29,5.31,3.27 +"40414",0.55,"Ideal","H","SI1",61.5,54,1134,5.3,5.33,3.27 +"40415",0.55,"Good","J","VS2",64.1,54,1134,5.21,5.18,3.33 +"40416",0.63,"Good","J","SI1",59.9,64,1134,5.63,5.58,3.36 +"40417",0.58,"Ideal","G","SI2",62,57,1134,5.35,5.29,3.3 +"40418",0.5,"Ideal","J","VS1",61.4,58,1134,5.14,5.09,3.15 +"40419",0.7,"Good","H","I1",56.5,57,1134,5.97,5.86,3.33 +"40420",0.7,"Fair","F","I1",64.9,59,1134,5.58,5.53,3.61 +"40421",0.5,"Fair","H","VS1",67.1,58,1134,4.94,4.89,3.3 +"40422",0.5,"Fair","H","VS1",66.6,58,1134,4.95,4.84,3.26 +"40423",0.5,"Fair","E","SI1",65.3,58,1134,4.99,4.91,3.23 +"40424",0.7,"Good","F","I1",63.8,60,1134,5.64,5.45,3.54 +"40425",0.43,"Ideal","E","VVS2",60.8,57,1135,4.9,4.87,2.97 +"40426",0.54,"Very Good","I","SI1",63.2,57,1135,5.17,5.21,3.28 +"40427",0.45,"Ideal","G","VVS2",61.2,56,1135,4.91,4.96,3.02 +"40428",0.42,"Ideal","H","IF",61,56,1135,4.79,4.82,2.93 +"40429",0.4,"Good","D","VVS2",60.2,63,1135,4.74,4.8,2.87 +"40430",0.4,"Ideal","J","VVS1",61.9,56,1136,4.74,4.79,2.95 +"40431",0.47,"Ideal","H","VS2",61.7,57,1136,4.99,5.03,3.09 +"40432",0.42,"Ideal","G","SI1",61.6,56,1136,4.83,4.85,2.98 +"40433",0.5,"Good","E","SI1",65.5,56,1136,4.9,4.99,3.24 +"40434",0.5,"Fair","H","VS1",66.3,55,1136,4.86,4.91,3.24 +"40435",0.36,"Ideal","F","IF",62.2,55,1137,4.57,4.62,2.86 +"40436",0.55,"Good","E","SI1",63.3,54,1138,5.21,5.24,3.31 +"40437",0.5,"Premium","G","SI1",63,56,1138,5.07,5.02,3.18 +"40438",0.36,"Ideal","F","IF",61.4,55.9,1138,4.58,4.62,2.82 +"40439",0.52,"Good","D","SI2",61.8,58,1138,5.17,5.21,3.21 +"40440",0.7,"Fair","G","I1",65.3,59,1138,5.5,5.47,3.58 +"40441",0.5,"Good","G","SI1",60.2,64,1138,5.11,5.04,3.05 +"40442",0.52,"Premium","H","SI1",61.6,57,1138,5.2,5.15,3.19 +"40443",0.4,"Good","E","VS1",63.8,57,1138,4.72,4.69,3 +"40444",0.7,"Premium","G","I1",61.6,56,1138,5.8,5.63,3.52 +"40445",0.7,"Premium","G","I1",59.7,59,1138,5.76,5.57,3.39 +"40446",0.7,"Fair","H","I1",62.1,66,1138,5.56,5.52,3.44 +"40447",0.4,"Very Good","H","VVS1",62.3,55,1139,4.73,4.77,2.95 +"40448",0.51,"Ideal","F","SI2",61.1,56,1139,5.18,5.21,3.17 +"40449",0.46,"Premium","F","VS1",63,57,1139,4.93,4.79,3.06 +"40450",0.36,"Very Good","E","VVS1",61.4,56,1140,4.6,4.62,2.83 +"40451",0.51,"Very Good","I","VS2",63.3,56,1140,5.02,5.06,3.19 +"40452",0.76,"Fair","H","I1",64.5,57,1140,5.79,5.76,3.73 +"40453",0.31,"Ideal","F","VVS1",60.7,57,1140,4.41,4.39,2.67 +"40454",0.31,"Ideal","F","VVS1",60.6,56,1140,4.44,4.41,2.68 +"40455",0.32,"Ideal","E","VVS1",61.5,56,1140,4.43,4.45,2.73 +"40456",0.5,"Ideal","H","SI1",62.2,57,1140,5.07,5.09,3.16 +"40457",0.5,"Ideal","H","SI1",62.4,56,1140,5.07,5.09,3.17 +"40458",0.5,"Ideal","H","SI1",62.1,58,1140,5.04,5.07,3.14 +"40459",0.5,"Ideal","H","SI1",62.5,57,1140,5.06,5.08,3.17 +"40460",0.5,"Ideal","H","SI1",62,56,1140,5.08,5.11,3.16 +"40461",0.53,"Good","E","SI2",57.9,58,1140,5.34,5.39,3.11 +"40462",0.38,"Ideal","D","VS1",62.5,56,1140,4.67,4.64,2.91 +"40463",0.32,"Ideal","D","VVS1",61.8,56,1140,4.41,4.39,2.72 +"40464",0.32,"Ideal","D","VVS1",61.5,57,1140,4.45,4.43,2.73 +"40465",0.32,"Ideal","D","VVS1",61.8,56,1140,4.41,4.39,2.72 +"40466",0.32,"Ideal","D","VVS1",61.3,57,1140,4.42,4.39,2.7 +"40467",0.32,"Ideal","D","VVS1",61.9,56,1140,4.39,4.36,2.71 +"40468",0.38,"Ideal","D","VS1",62.2,57,1140,4.66,4.63,2.89 +"40469",0.32,"Ideal","D","VVS1",61.7,55,1140,4.44,4.41,2.73 +"40470",0.38,"Ideal","D","VS1",62,55,1140,4.68,4.64,2.89 +"40471",0.38,"Ideal","G","VVS1",61.6,57,1140,4.73,4.65,2.89 +"40472",0.38,"Premium","D","VS1",61.9,60,1140,4.66,4.62,2.87 +"40473",0.38,"Premium","D","VS1",62.4,59,1140,4.63,4.6,2.88 +"40474",0.64,"Good","F","I1",57.3,64,1140,5.75,5.69,3.28 +"40475",0.38,"Premium","D","VS1",61.2,58,1140,4.68,4.63,2.85 +"40476",0.52,"Premium","I","VS1",59.6,60,1141,5.17,5.14,3.07 +"40477",0.52,"Very Good","J","VS2",60.7,56,1141,5.19,5.23,3.16 +"40478",0.53,"Premium","E","SI2",60.5,60,1141,5.21,5.24,3.16 +"40479",0.53,"Good","E","SI2",63.4,56,1141,5.16,5.18,3.28 +"40480",0.53,"Good","E","SI2",63.2,54,1141,5.16,5.19,3.27 +"40481",0.55,"Very Good","G","SI1",60.7,56,1141,5.32,5.38,3.25 +"40482",0.33,"Ideal","F","VVS1",61.8,55,1141,4.44,4.46,2.75 +"40483",0.52,"Ideal","J","VS2",61.6,57,1141,5.16,5.19,3.19 +"40484",0.64,"Good","J","SI2",64.7,54,1141,5.39,5.43,3.5 +"40485",0.5,"Good","D","SI2",57.1,63,1141,5.23,5.27,3 +"40486",0.5,"Premium","H","SI1",60.2,61,1141,5.16,5.14,3.1 +"40487",0.5,"Fair","E","SI2",65.2,57,1141,4.96,4.91,3.22 +"40488",0.4,"Very Good","E","VVS1",63.8,56,1142,4.68,4.72,3 +"40489",0.42,"Ideal","F","VVS2",62.1,55,1142,4.79,4.81,2.98 +"40490",0.42,"Premium","F","VVS2",59.6,59,1142,4.83,4.86,2.89 +"40491",0.42,"Ideal","F","VVS2",61.1,57,1142,4.82,4.84,2.95 +"40492",0.42,"Ideal","F","VVS2",60.6,57,1142,4.82,4.85,2.93 +"40493",0.42,"Premium","F","VVS2",61.7,59,1142,4.78,4.82,2.96 +"40494",0.42,"Ideal","F","VVS2",61.3,57,1142,4.8,4.82,2.95 +"40495",0.42,"Premium","F","VVS2",60.3,59,1142,4.83,4.86,2.92 +"40496",0.42,"Ideal","F","VVS2",61.6,56,1142,4.83,4.85,2.98 +"40497",0.42,"Ideal","F","VVS2",61.7,57,1142,4.78,4.81,2.96 +"40498",0.42,"Ideal","F","VVS2",62.2,56,1142,4.79,4.82,2.99 +"40499",0.53,"Ideal","F","SI2",61.7,56,1142,5.23,5.24,3.23 +"40500",0.42,"Premium","H","VVS1",62,58,1142,4.82,4.79,2.98 +"40501",0.37,"Premium","D","VVS1",61.4,58,1142,4.65,4.63,2.85 +"40502",0.42,"Ideal","H","VVS1",62.4,55,1142,4.8,4.79,2.99 +"40503",0.43,"Very Good","G","VVS1",60.7,57,1143,4.87,4.89,2.96 +"40504",0.41,"Very Good","F","VVS1",63.3,55,1143,4.7,4.74,2.99 +"40505",0.47,"Premium","H","VS1",61.8,58,1143,4.94,4.99,3.07 +"40506",0.44,"Ideal","G","VVS1",61.3,55,1143,4.92,4.94,3.02 +"40507",0.61,"Ideal","J","SI1",62,55,1143,5.45,5.48,3.39 +"40508",0.54,"Premium","J","VS2",62.6,58,1143,5.22,5.16,3.25 +"40509",0.56,"Very Good","H","SI2",59.5,57,1144,5.4,5.43,3.22 +"40510",0.41,"Ideal","E","VS1",61.2,56,1144,4.82,4.89,2.97 +"40511",0.45,"Good","F","VS1",58.6,62.2,1144,5,5.05,2.95 +"40512",0.45,"Good","F","VS1",57.6,62.5,1144,5.05,5.09,2.91 +"40513",0.55,"Very Good","E","SI2",59.6,57,1145,5.34,5.39,3.2 +"40514",0.4,"Good","F","VVS1",63.3,57,1145,4.68,4.7,2.97 +"40515",0.5,"Good","F","SI1",57.9,62,1145,5.18,5.21,3.01 +"40516",0.4,"Ideal","E","VVS2",61.6,56,1145,4.74,4.77,2.93 +"40517",0.44,"Ideal","I","VVS1",60.9,56,1145,4.9,4.96,3 +"40518",0.48,"Ideal","G","SI1",61.6,55,1145,5.06,5.1,3.13 +"40519",0.37,"Ideal","D","VVS2",61.6,56,1145,4.65,4.61,2.85 +"40520",0.37,"Premium","D","VVS2",61,60,1145,4.64,4.61,2.82 +"40521",0.52,"Very Good","E","SI2",61.1,57,1146,5.2,5.24,3.19 +"40522",0.51,"Good","D","SI2",64.2,56,1146,5.02,5.05,3.23 +"40523",0.51,"Ideal","F","SI2",61.3,57,1146,5.16,5.19,3.17 +"40524",0.52,"Ideal","E","SI2",61.8,57,1146,5.14,5.18,3.19 +"40525",0.5,"Very Good","F","SI2",62.4,56,1147,5.08,5.12,3.18 +"40526",0.58,"Very Good","J","VS2",59.5,62,1147,5.41,5.44,3.23 +"40527",0.5,"Good","E","SI1",64,56,1147,5.03,4.9,3.18 +"40528",0.52,"Good","G","SI1",64.3,61,1147,5.01,4.97,3.21 +"40529",0.54,"Ideal","I","VS1",61.5,56,1147,5.24,5.26,3.23 +"40530",0.54,"Ideal","H","SI1",62.5,56,1147,5.2,5.23,3.26 +"40531",0.7,"Fair","I","I1",68.6,57,1147,5.46,5.34,3.71 +"40532",0.72,"Fair","G","I1",65.1,57,1147,5.65,5.55,3.65 +"40533",0.5,"Very Good","H","SI1",60,55,1148,5.2,5.23,3.13 +"40534",0.38,"Premium","G","IF",62.5,60,1148,4.61,4.64,2.89 +"40535",0.43,"Ideal","F","VVS2",61.5,55,1148,4.85,4.88,2.99 +"40536",0.39,"Ideal","F","VVS1",61.7,57,1148,4.68,4.71,2.89 +"40537",0.51,"Ideal","G","SI2",62.1,56,1148,5.1,5.13,3.18 +"40538",0.34,"Ideal","F","IF",60.7,57,1148,4.53,4.5,2.74 +"40539",0.36,"Premium","G","IF",62.5,60,1148,4.53,4.49,2.82 +"40540",0.36,"Premium","G","IF",61,59,1148,4.6,4.55,2.79 +"40541",0.36,"Ideal","G","IF",61.6,55,1148,4.59,4.57,2.82 +"40542",0.41,"Premium","G","VVS1",59.7,60,1148,4.85,4.83,2.89 +"40543",0.35,"Premium","E","IF",59,61,1148,4.64,4.62,2.73 +"40544",0.61,"Very Good","J","SI1",60.8,58,1149,5.46,5.49,3.33 +"40545",0.55,"Very Good","I","SI1",63.6,57,1149,5.15,5.19,3.29 +"40546",0.45,"Good","D","VS2",63.7,61,1149,4.81,4.73,3.04 +"40547",0.42,"Ideal","G","VVS1",61.9,56,1150,4.8,4.85,2.98 +"40548",0.52,"Ideal","G","SI2",61.3,56,1150,5.19,5.22,3.19 +"40549",0.41,"Good","F","VVS2",59.2,63,1150,4.82,4.87,2.87 +"40550",0.4,"Ideal","E","VS2",61.4,57,1150,4.78,4.75,2.92 +"40551",0.57,"Very Good","I","SI1",61.1,61,1151,5.34,5.37,3.27 +"40552",0.41,"Ideal","D","VS1",61.3,54,1151,4.8,4.83,2.95 +"40553",0.41,"Ideal","F","IF",62.2,54,1151,4.76,4.79,2.97 +"40554",0.41,"Very Good","D","VS1",62.9,57,1151,4.73,4.75,2.98 +"40555",0.41,"Ideal","G","VVS1",61.7,55,1151,4.77,4.79,2.95 +"40556",0.41,"Ideal","D","VS1",61,57,1151,4.78,4.82,2.93 +"40557",0.41,"Ideal","D","VS1",61.8,57,1151,4.75,4.8,2.95 +"40558",0.41,"Ideal","G","VVS1",62,56,1151,4.78,4.8,2.97 +"40559",0.41,"Very Good","G","VVS1",60,59,1151,4.83,4.84,2.9 +"40560",0.41,"Very Good","G","VVS1",60.3,60,1151,4.74,4.78,2.87 +"40561",0.41,"Very Good","D","VS1",62.8,57,1151,4.73,4.76,2.98 +"40562",0.41,"Ideal","G","VVS1",61.8,55,1151,4.76,4.78,2.95 +"40563",0.41,"Very Good","G","VVS1",61,61,1151,4.72,4.75,2.89 +"40564",0.41,"Ideal","D","VS1",62.1,56,1151,4.77,4.8,2.97 +"40565",0.41,"Ideal","G","VVS1",62.1,55,1151,4.74,4.79,2.96 +"40566",0.41,"Premium","G","VVS1",59.9,59,1151,4.79,4.83,2.88 +"40567",0.52,"Ideal","J","VS2",61.4,57,1151,5.17,5.21,3.19 +"40568",0.57,"Ideal","H","SI2",61.5,55,1151,5.35,5.38,3.3 +"40569",0.43,"Ideal","H","IF",61.9,55,1151,4.87,4.89,3.02 +"40570",0.52,"Ideal","G","SI2",63,55,1151,5.14,5.12,3.23 +"40571",0.52,"Very Good","G","SI2",63.1,56,1151,5.12,5.08,3.22 +"40572",0.4,"Ideal","D","VVS2",61.4,56,1152,4.8,4.75,2.93 +"40573",0.4,"Premium","D","VVS2",58.3,59,1152,4.9,4.88,2.85 +"40574",0.53,"Very Good","H","SI1",61.7,60,1152,5.17,5.21,3.2 +"40575",0.48,"Premium","E","SI1",60.4,62,1152,5.07,5.03,3.05 +"40576",0.52,"Ideal","I","VS2",62.3,54,1152,5.17,5.2,3.23 +"40577",0.52,"Ideal","I","VS2",61.8,54,1152,5.16,5.2,3.2 +"40578",0.5,"Very Good","G","SI1",62.4,52,1153,5.1,5.15,3.2 +"40579",0.5,"Very Good","G","SI1",62.3,58,1153,5.06,5.08,3.16 +"40580",0.54,"Ideal","G","SI2",60.4,59,1153,5.24,5.29,3.18 +"40581",0.5,"Ideal","G","SI1",62.1,57,1153,5.05,5.09,3.15 +"40582",0.4,"Ideal","H","IF",61.9,56,1153,4.72,4.75,2.93 +"40583",0.41,"Premium","E","VS1",60.7,58,1153,4.83,4.79,2.92 +"40584",0.41,"Premium","E","VS1",59.8,61,1153,4.85,4.79,2.88 +"40585",0.41,"Premium","E","VS1",60,58,1153,4.83,4.8,2.89 +"40586",0.41,"Premium","E","VS1",60.1,58,1153,4.84,4.81,2.9 +"40587",0.41,"Premium","E","VS1",59.9,58,1153,4.88,4.83,2.91 +"40588",0.41,"Ideal","E","VS1",61.4,57,1153,4.82,4.79,2.95 +"40589",0.41,"Premium","E","VS1",60.6,59,1153,4.8,4.77,2.9 +"40590",0.41,"Premium","E","VS1",61.9,59,1153,4.8,4.77,2.96 +"40591",0.29,"Ideal","F","SI2",60.6,59,496,4.31,4.37,2.63 +"40592",0.3,"Fair","F","SI1",63.1,58,496,4.3,4.22,2.69 +"40593",0.28,"Ideal","I","VVS2",62.2,55,497,4.21,4.24,2.63 +"40594",0.28,"Ideal","G","VS2",62.2,54,497,4.21,4.24,2.63 +"40595",0.28,"Ideal","H","VS1",62,55,497,4.21,4.24,2.62 +"40596",0.28,"Ideal","H","VS1",61.8,57,497,4.2,4.22,2.6 +"40597",0.37,"Ideal","J","SI1",60.5,57,497,4.63,4.66,2.81 +"40598",0.34,"Fair","J","SI1",64.5,57,497,4.38,4.36,2.82 +"40599",0.3,"Premium","G","SI1",62.5,61,497,4.29,4.26,2.67 +"40600",0.38,"Ideal","F","I1",62.5,57,497,4.61,4.64,2.89 +"40601",0.32,"Very Good","F","SI1",60.7,62,497,4.4,4.43,2.68 +"40602",0.23,"Very Good","F","VVS2",61.7,55,498,3.99,4.05,2.48 +"40603",0.23,"Very Good","E","VVS2",63,58,498,3.92,3.95,2.48 +"40604",0.23,"Very Good","E","VVS2",60.7,58,498,3.96,4.01,2.42 +"40605",0.24,"Ideal","G","VVS2",61.2,56,498,3.99,4.02,2.45 +"40606",0.29,"Ideal","H","VS2",62.8,55,498,4.24,4.27,2.67 +"40607",0.23,"Ideal","F","VS2",60.9,57,498,3.96,3.99,2.42 +"40608",0.23,"Ideal","F","VS2",61.5,55,498,3.93,3.97,2.43 +"40609",0.23,"Ideal","F","VS2",61.9,55,498,3.94,3.97,2.45 +"40610",0.29,"Ideal","H","VS1",61.8,57,498,4.27,4.31,2.64 +"40611",0.31,"Ideal","I","SI1",62.1,53,498,4.34,4.36,2.7 +"40612",0.33,"Ideal","G","SI1",61.6,56,498,4.43,4.46,2.74 +"40613",0.27,"Good","F","VVS1",61.7,61,498,4.1,4.14,2.54 +"40614",0.25,"Good","E","VVS1",61.4,62,498,4.03,4.05,2.48 +"40615",0.23,"Good","E","VVS1",56.3,62,498,4.1,4.11,2.31 +"40616",0.33,"Very Good","J","VVS2",62.1,56,499,4.44,4.45,2.76 +"40617",0.24,"Very Good","D","VVS2",60.1,57,499,4.03,4.09,2.44 +"40618",0.26,"Very Good","F","VS2",61.4,56,499,4.09,4.12,2.53 +"40619",0.26,"Very Good","F","VS1",61.9,57,499,4.11,4.14,2.55 +"40620",0.26,"Very Good","F","VS1",60.4,56,499,4.14,4.16,2.51 +"40621",0.41,"Ideal","E","VS1",62.1,55,1153,4.8,4.77,2.97 +"40622",0.41,"Premium","E","VS1",60.8,59,1153,4.82,4.76,2.91 +"40623",0.41,"Ideal","E","VS1",62,54,1153,4.79,4.76,2.96 +"40624",0.41,"Ideal","E","VS1",61.7,57,1153,4.8,4.76,2.95 +"40625",0.41,"Ideal","E","VS1",61.9,55,1153,4.8,4.76,2.96 +"40626",0.41,"Ideal","E","VS1",60.9,57,1153,4.79,4.76,2.91 +"40627",0.41,"Ideal","E","VS1",61.8,57,1153,4.79,4.76,2.95 +"40628",0.41,"Premium","E","VS1",61.2,58,1153,4.78,4.76,2.92 +"40629",0.41,"Premium","E","VS1",62.2,57,1153,4.78,4.74,2.96 +"40630",0.41,"Ideal","E","VS1",61.7,55,1153,4.78,4.75,2.94 +"40631",0.41,"Ideal","E","VS1",62.1,56,1153,4.78,4.75,2.96 +"40632",0.41,"Ideal","E","VS1",62.1,55,1153,4.78,4.75,2.96 +"40633",0.41,"Ideal","E","VS1",61.8,55,1153,4.8,4.75,2.95 +"40634",0.41,"Ideal","E","VS1",62,55,1153,4.77,4.74,2.95 +"40635",0.41,"Ideal","E","VS1",62.3,57,1153,4.77,4.74,2.96 +"40636",0.41,"Premium","E","VS1",62,60,1153,4.78,4.74,2.95 +"40637",0.41,"Premium","E","VS1",62.3,59,1153,4.76,4.74,2.96 +"40638",0.41,"Premium","E","VS1",62,57,1153,4.77,4.74,2.95 +"40639",0.41,"Premium","E","VS1",62.8,58,1153,4.72,4.7,2.96 +"40640",0.41,"Premium","E","VS1",61.8,58,1153,4.75,4.73,2.93 +"40641",0.41,"Ideal","E","VS1",62.7,57,1153,4.76,4.72,2.97 +"40642",0.41,"Ideal","E","VS1",62.7,55,1153,4.76,4.72,2.97 +"40643",0.41,"Premium","E","VS1",60.4,58,1153,4.82,4.78,2.9 +"40644",0.42,"Very Good","F","VVS1",63,59,1154,4.75,4.81,3.01 +"40645",0.45,"Very Good","G","VS1",60,57.1,1154,4.99,5.03,3 +"40646",0.4,"Very Good","G","IF",61,59,1154,4.75,4.79,2.91 +"40647",0.54,"Ideal","F","SI2",61.1,56,1154,5.22,5.26,3.2 +"40648",0.5,"Very Good","E","SI2",62.4,57,1154,5.03,5.07,3.15 +"40649",0.54,"Premium","F","SI2",59.6,60,1154,5.25,5.28,3.14 +"40650",0.5,"Ideal","E","SI2",62.5,57,1154,5.04,5.07,3.16 +"40651",0.5,"Very Good","E","SI2",61.3,56,1154,5.08,5.13,3.13 +"40652",0.54,"Ideal","H","SI1",62.2,56,1154,5.19,5.26,3.25 +"40653",0.54,"Premium","H","SI1",61,58,1154,5.23,5.27,3.2 +"40654",0.54,"Ideal","H","SI1",61,56,1154,5.24,5.28,3.21 +"40655",0.5,"Ideal","E","SI2",61.4,57,1154,5.09,5.14,3.14 +"40656",0.5,"Very Good","E","SI2",61.4,58,1154,5.09,5.11,3.13 +"40657",0.5,"Very Good","E","SI2",61.7,58,1154,5.06,5.12,3.14 +"40658",0.54,"Good","H","SI1",63.3,57,1154,5.15,5.22,3.28 +"40659",0.5,"Premium","E","SI2",59.5,59,1154,5.16,5.19,3.08 +"40660",0.38,"Ideal","E","VVS1",61.5,56,1154,4.67,4.7,2.88 +"40661",0.38,"Ideal","E","VVS1",62.3,56,1154,4.64,4.67,2.9 +"40662",0.41,"Ideal","E","VS1",60.8,56,1154,4.84,4.8,2.93 +"40663",0.5,"Ideal","H","SI1",62.2,53,1154,5.06,5.14,3.17 +"40664",0.51,"Ideal","H","SI1",59.8,57,1154,5.22,5.25,3.13 +"40665",0.39,"Ideal","G","IF",61.7,55,1154,4.68,4.72,2.9 +"40666",0.45,"Good","G","VS1",58.1,61.2,1154,5.02,5.07,2.93 +"40667",0.31,"Ideal","F","IF",60.2,57,1155,4.38,4.44,2.65 +"40668",0.44,"Ideal","G","VVS2",61.8,56,1155,4.94,4.9,3.04 +"40669",0.44,"Premium","G","VVS2",60.9,57,1155,4.93,4.89,2.99 +"40670",0.44,"Premium","G","VVS2",61.3,60,1155,4.94,4.88,3.01 +"40671",0.44,"Premium","F","VS1",61.9,59,1155,4.88,4.84,3.01 +"40672",0.44,"Premium","F","VS1",61.2,61,1155,4.88,4.83,2.97 +"40673",0.44,"Ideal","E","VS1",61.5,56,1155,4.92,4.9,3.02 +"40674",0.5,"Fair","H","VS1",66.5,60,1155,4.93,4.85,3.25 +"40675",0.5,"Premium","E","SI1",61.4,58,1155,5.17,5.09,3.15 +"40676",0.5,"Premium","E","SI1",62.3,60,1155,5.16,5.08,3.19 +"40677",0.5,"Good","E","SI1",64,56,1155,5.03,4.97,3.2 +"40678",0.5,"Good","E","SI1",64.2,59,1155,5.03,4.97,3.21 +"40679",0.4,"Premium","G","VVS1",60.3,58,1155,4.83,4.79,2.9 +"40680",0.5,"Premium","E","SI1",62.4,58,1155,5.06,5.01,3.14 +"40681",0.44,"Ideal","D","VS2",60.4,56,1155,4.95,4.91,2.98 +"40682",0.5,"Good","E","SI1",64,57,1155,5.04,4.99,3.21 +"40683",0.5,"Very Good","E","SI1",63.4,58,1155,5.09,5.01,3.2 +"40684",0.5,"Premium","E","SI1",61.4,59,1155,5.09,5.01,3.1 +"40685",0.5,"Good","E","SI1",63.7,59,1155,5.07,5.01,3.21 +"40686",0.53,"Good","E","SI1",63.6,56,1156,5.19,5.1,3.27 +"40687",0.46,"Premium","E","VS2",61.3,57,1156,5.02,4.99,3.07 +"40688",0.5,"Fair","F","SI2",61.1,67,1156,5.07,5.04,3.09 +"40689",0.5,"Premium","H","SI1",59,59,1156,5.22,5.18,3.07 +"40690",0.58,"Fair","D","SI2",65.1,58,1156,5.25,5.22,3.41 +"40691",0.38,"Very Good","E","VVS2",59.7,63,1157,4.71,4.73,2.82 +"40692",0.5,"Good","D","SI2",63.4,59,1157,5,5.03,3.18 +"40693",0.5,"Good","D","SI2",63.2,56,1157,5.01,5.05,3.18 +"40694",0.41,"Ideal","F","VVS1",62.3,56,1157,4.77,4.79,2.98 +"40695",0.46,"Good","F","VS1",56.5,61,1157,5.11,5.05,2.87 +"40696",0.4,"Ideal","E","VVS2",61.5,56,1158,4.74,4.79,2.93 +"40697",0.4,"Ideal","E","VVS2",61.8,56,1158,4.74,4.77,2.94 +"40698",0.4,"Ideal","E","VVS2",62.2,56,1158,4.71,4.78,2.95 +"40699",0.4,"Ideal","E","VVS2",61.7,56,1158,4.73,4.77,2.93 +"40700",0.4,"Ideal","E","VVS2",61.7,55,1158,4.74,4.76,2.93 +"40701",0.4,"Ideal","E","VVS2",62.1,55,1158,4.74,4.76,2.95 +"40702",0.44,"Very Good","E","VS1",60.7,58,1158,4.88,4.91,2.97 +"40703",0.4,"Ideal","H","IF",62.7,57,1158,4.68,4.7,2.94 +"40704",0.4,"Ideal","E","VVS2",62.1,56,1158,4.7,4.73,2.93 +"40705",0.4,"Ideal","E","VVS2",61.8,55,1158,4.74,4.78,2.94 +"40706",0.58,"Ideal","I","SI2",61.3,56,1158,5.38,5.45,3.32 +"40707",0.52,"Ideal","D","SI2",61,56,1158,5.17,5.22,3.17 +"40708",0.7,"Fair","F","I1",65.9,57,1158,5.64,5.5,3.67 +"40709",0.73,"Fair","F","I1",66.9,54,1158,5.62,5.54,3.74 +"40710",0.43,"Premium","D","VVS2",59.5,59,1159,4.95,4.97,2.95 +"40711",0.38,"Good","D","VVS1",61.3,61,1159,4.68,4.72,2.88 +"40712",0.62,"Premium","H","SI2",61,62,1159,5.47,5.42,3.32 +"40713",0.53,"Premium","H","SI1",61.2,60,1159,5.22,5.1,3.16 +"40714",0.41,"Very Good","D","VVS2",62.5,54,1160,4.79,4.81,3 +"40715",0.41,"Very Good","E","VS1",63.4,55,1160,4.7,4.73,2.99 +"40716",0.59,"Very Good","H","SI2",60.3,56,1160,5.43,5.48,3.29 +"40717",0.53,"Very Good","E","SI2",58.3,62,1160,5.3,5.36,3.11 +"40718",0.51,"Fair","G","SI1",64.5,56,1160,5.06,5.01,3.25 +"40719",0.44,"Ideal","G","VVS1",62,54,1160,4.89,4.91,3.04 +"40720",0.38,"Ideal","F","VVS1",61.1,57,1160,4.71,4.69,2.87 +"40721",0.38,"Ideal","F","VVS1",60.9,57,1160,4.73,4.69,2.87 +"40722",0.38,"Ideal","E","VVS1",62.4,54,1160,4.64,4.66,2.9 +"40723",0.5,"Ideal","H","SI1",59.2,62,1160,5.17,5.2,3.07 +"40724",0.41,"Very Good","F","VVS1",62.3,54,1161,4.75,4.79,2.97 +"40725",0.53,"Very Good","G","SI1",63.4,54,1161,5.09,5.13,3.24 +"40726",0.52,"Very Good","H","SI1",62.6,59,1161,5.06,5.13,3.19 +"40727",0.52,"Very Good","G","SI1",60.6,61,1161,5.17,5.19,3.14 +"40728",0.62,"Ideal","I","SI2",62.5,55,1161,5.45,5.49,3.42 +"40729",0.51,"Ideal","H","SI1",62.1,54,1161,5.13,5.15,3.19 +"40730",0.51,"Ideal","H","SI1",61.3,57,1161,5.1,5.14,3.14 +"40731",0.35,"Very Good","D","VVS2",60,56,1162,4.61,4.63,2.77 +"40732",0.37,"Ideal","E","VVS2",61.6,55,1162,4.62,4.63,2.85 +"40733",0.35,"Ideal","D","VVS2",60.8,56,1162,4.58,4.6,2.79 +"40734",0.54,"Ideal","F","SI2",61.2,56,1162,5.27,5.28,3.23 +"40735",0.46,"Very Good","I","VVS1",62.9,57,1163,4.91,4.95,3.1 +"40736",0.34,"Ideal","E","IF",62,56,1163,4.47,4.5,2.78 +"40737",0.34,"Ideal","E","IF",62,56,1163,4.49,4.51,2.79 +"40738",0.34,"Ideal","E","IF",61.7,56,1163,4.46,4.48,2.76 +"40739",0.54,"Ideal","E","SI2",62.1,56,1163,5.18,5.22,3.23 +"40740",0.54,"Good","E","SI2",63.4,56,1163,5.14,5.18,3.27 +"40741",0.54,"Good","E","SI2",63.8,54,1163,5.17,5.18,3.3 +"40742",0.54,"Very Good","E","SI2",61.9,58,1163,5.19,5.24,3.23 +"40743",0.36,"Ideal","G","VVS1",61.7,55,1163,4.58,4.6,2.83 +"40744",0.53,"Ideal","I","VS2",62.2,56,1163,5.15,5.2,3.22 +"40745",0.51,"Ideal","H","VS2",61.6,55,1163,5.13,5.16,3.17 +"40746",0.41,"Ideal","H","VS2",60.7,55,1163,4.83,4.86,2.94 +"40747",0.41,"Ideal","H","VS2",61.7,56,1163,4.77,4.79,2.95 +"40748",0.47,"Ideal","G","SI1",60.8,56,1163,5,5.03,3.05 +"40749",0.36,"Ideal","H","IF",61.3,57,1163,4.59,4.61,2.82 +"40750",0.4,"Ideal","F","VVS2",61.7,55,1163,4.76,4.74,2.93 +"40751",0.4,"Ideal","F","VVS2",61.7,56,1163,4.74,4.72,2.92 +"40752",0.4,"Ideal","F","VVS2",62.4,56,1163,4.74,4.72,2.95 +"40753",0.4,"Premium","F","VVS2",60.8,59,1163,4.76,4.72,2.88 +"40754",0.4,"Premium","F","VVS2",60.8,59,1163,4.73,4.71,2.87 +"40755",0.4,"Premium","F","VVS2",62.2,59,1163,4.7,4.65,2.91 +"40756",0.4,"Ideal","F","VVS2",62.8,57,1163,4.73,4.66,2.95 +"40757",0.4,"Ideal","F","VVS2",62.4,57,1163,4.73,4.69,2.94 +"40758",0.4,"Ideal","F","VVS2",62.8,56,1163,4.73,4.69,2.96 +"40759",0.4,"Premium","F","VVS2",60.7,58,1163,4.75,4.7,2.87 +"40760",0.51,"Premium","H","SI1",60,61,1163,5.2,5.17,3.11 +"40761",0.4,"Very Good","E","VVS1",63.4,57,1164,4.64,4.66,2.95 +"40762",0.42,"Good","F","VVS1",61.2,64,1164,4.75,4.8,2.92 +"40763",0.46,"Very Good","I","VVS1",63.5,57,1164,4.91,4.85,3.1 +"40764",0.55,"Ideal","J","VS2",62.6,57,1165,5.21,5.17,3.25 +"40765",0.41,"Very Good","H","VVS1",62,56,1166,4.77,4.81,2.97 +"40766",0.62,"Premium","J","VS2",61.2,59,1166,5.42,5.52,3.35 +"40767",0.37,"Fair","F","IF",52.3,61,1166,4.96,4.91,2.58 +"40768",0.4,"Ideal","E","VVS2",62.4,59,1166,4.7,4.73,2.94 +"40769",0.5,"Ideal","J","VS2",62,56,1166,5.08,5.12,3.16 +"40770",0.53,"Ideal","G","SI1",62.1,53,1166,5.22,5.27,3.26 +"40771",0.41,"Good","E","VS1",63.9,53,1166,4.75,4.7,3.02 +"40772",0.46,"Fair","D","VS1",67.3,61,1166,4.81,4.71,3.21 +"40773",0.72,"Good","F","I1",63.6,58,1166,5.72,5.62,3.6 +"40774",0.39,"Premium","D","VVS1",63,60,1167,4.63,4.61,2.91 +"40775",0.42,"Very Good","E","VVS2",62.1,56,1167,4.79,4.82,2.98 +"40776",0.42,"Very Good","E","VVS2",59.8,56,1167,4.9,4.92,2.94 +"40777",0.53,"Very Good","E","SI2",63.1,58,1167,5.15,5.18,3.26 +"40778",0.5,"Very Good","D","SI2",61.9,56,1167,5.09,5.14,3.16 +"40779",0.35,"Premium","D","VVS1",60.8,58,1167,4.53,4.55,2.76 +"40780",0.35,"Ideal","D","VVS1",61.5,57,1167,4.52,4.55,2.79 +"40781",0.31,"Premium","D","IF",60.2,59,1167,4.39,4.42,2.65 +"40782",0.43,"Good","F","VS1",61.4,61.1,1167,4.85,4.87,2.98 +"40783",0.4,"Very Good","D","VVS2",62.6,55,1168,4.7,4.72,2.95 +"40784",0.61,"Good","E","I1",63.4,57.1,1168,5.37,5.43,3.42 +"40785",0.4,"Ideal","F","VVS1",61.4,56,1168,4.77,4.81,2.94 +"40786",0.4,"Ideal","F","VVS1",61.8,58,1168,4.72,4.76,2.93 +"40787",0.4,"Ideal","F","VVS1",62.3,54,1168,4.75,4.78,2.97 +"40788",0.4,"Ideal","F","VVS1",61.9,55,1168,4.75,4.78,2.95 +"40789",0.4,"Ideal","F","VVS1",61.7,55,1168,4.77,4.79,2.95 +"40790",0.31,"Ideal","F","IF",61.4,56,1168,4.37,4.42,2.7 +"40791",0.31,"Ideal","F","IF",61,56,1168,4.38,4.41,2.68 +"40792",0.31,"Ideal","F","IF",61.2,57,1168,4.35,4.38,2.67 +"40793",0.31,"Ideal","F","IF",61.4,56,1168,4.4,4.43,2.71 +"40794",0.46,"Good","F","VS1",59.9,61.9,1168,5.02,5.06,3.01 +"40795",0.46,"Good","F","VS1",61.6,62.2,1168,4.84,5,3.04 +"40796",0.41,"Very Good","F","VVS1",63.7,54,1169,4.71,4.74,3.01 +"40797",0.5,"Good","D","SI1",63.5,57,1169,5.05,5.09,3.22 +"40798",0.43,"Ideal","F","VVS2",62.2,55,1169,4.83,4.85,3.01 +"40799",0.43,"Premium","F","VVS2",61.6,60,1169,4.82,4.86,2.98 +"40800",0.43,"Ideal","F","VVS2",61.9,56,1169,4.82,4.87,3 +"40801",0.43,"Ideal","F","VVS2",61.9,56,1169,4.82,4.84,2.99 +"40802",0.43,"Ideal","F","VVS2",61.8,57,1169,4.83,4.85,2.99 +"40803",0.51,"Ideal","F","SI2",60.5,55,1169,5.17,5.21,3.14 +"40804",0.41,"Good","E","VVS1",60.4,61,1169,4.76,4.81,2.89 +"40805",0.43,"Ideal","H","VVS1",62.3,54,1169,4.85,4.84,3.02 +"40806",0.63,"Premium","E","SI2",58.9,59,1169,5.64,5.6,3.31 +"40807",0.6,"Premium","H","SI1",62.4,58,1170,5.4,5.34,3.35 +"40808",0.5,"Very Good","G","SI1",62.8,55,1170,5.03,5.07,3.17 +"40809",0.51,"Very Good","H","SI1",62,57,1170,5.11,5.19,3.19 +"40810",0.51,"Good","E","SI1",63.6,59,1170,5.13,5.06,3.24 +"40811",0.52,"Ideal","G","SI2",61.5,56,1170,5.15,5.19,3.18 +"40812",0.54,"Ideal","I","SI1",60,59,1170,5.29,5.31,3.18 +"40813",0.54,"Ideal","I","SI1",62.4,55,1170,5.19,5.23,3.25 +"40814",0.52,"Good","F","SI2",61.5,60.5,1170,5.11,5.16,3.16 +"40815",0.39,"Ideal","D","VS1",61.9,57,1170,4.71,4.69,2.91 +"40816",0.32,"Ideal","E","IF",62.6,55,1170,4.41,4.38,2.75 +"40817",0.38,"Ideal","D","VS1",62.4,56,1170,4.68,4.64,2.91 +"40818",0.32,"Ideal","E","IF",61.9,56,1170,4.42,4.4,2.73 +"40819",0.32,"Premium","E","IF",61.6,58,1170,4.39,4.38,2.7 +"40820",0.39,"Ideal","D","VS1",62,57,1170,4.71,4.67,2.91 +"40821",0.51,"Ideal","E","SI2",63,56,1170,5.14,5.12,3.23 +"40822",0.39,"Premium","G","VVS1",59.9,59,1170,4.75,4.73,2.84 +"40823",0.39,"Ideal","G","VVS1",62.3,57,1170,4.7,4.64,2.91 +"40824",0.39,"Premium","G","VVS1",60.4,59,1170,4.75,4.72,2.86 +"40825",0.39,"Ideal","D","VS1",60.3,56,1170,4.77,4.71,2.86 +"40826",0.52,"Very Good","G","SI1",63.5,58,1170,5.14,5.1,3.25 +"40827",0.48,"Premium","F","SI1",61.1,61,1170,5.05,5,3.07 +"40828",0.5,"Very Good","G","SI1",60.8,63,1171,5.08,5.11,3.1 +"40829",0.57,"Very Good","G","SI2",60.5,56,1171,5.41,5.44,3.28 +"40830",0.32,"Very Good","D","IF",62,56,1171,4.39,4.43,2.73 +"40831",0.53,"Ideal","G","SI2",61.6,55,1171,5.2,5.25,3.22 +"40832",0.46,"Very Good","G","VS2",61.3,56,1172,4.98,5,3.06 +"40833",0.4,"Ideal","G","VVS2",61.5,57,1172,4.74,4.76,2.92 +"40834",0.55,"Very Good","J","VS2",61.7,54,1172,5.29,5.34,3.28 +"40835",0.56,"Good","E","SI2",63.5,57,1172,5.21,5.24,3.32 +"40836",0.51,"Good","G","SI1",63.7,55,1172,5.07,5.1,3.24 +"40837",0.4,"Ideal","D","VS2",61.7,56,1172,4.72,4.74,2.92 +"40838",0.41,"Good","F","VVS2",58.6,60,1172,4.83,4.87,2.84 +"40839",0.5,"Premium","H","SI1",62.9,58,1172,5.04,5.01,3.16 +"40840",0.5,"Premium","F","SI2",61.4,61,1172,5.14,5.09,3.14 +"40841",0.52,"Very Good","E","SI2",62.7,56,1173,5.07,5.1,3.19 +"40842",0.57,"Very Good","I","SI1",61.8,57,1173,5.31,5.34,3.29 +"40843",0.4,"Very Good","G","IF",62.3,59,1173,4.67,4.7,2.92 +"40844",0.4,"Very Good","G","IF",61.8,58,1173,4.69,4.73,2.91 +"40845",0.58,"Very Good","F","SI2",63,56,1173,5.34,5.26,3.34 +"40846",0.46,"Premium","E","VS2",61.5,60,1173,4.95,4.91,3.03 +"40847",0.46,"Premium","E","VS2",58.5,61,1173,5.1,5.05,2.97 +"40848",0.38,"Ideal","D","VVS1",62,57,1173,4.6,4.69,2.88 +"40849",0.53,"Ideal","I","VS2",61.9,54,1173,5.21,5.23,3.23 +"40850",0.56,"Ideal","G","SI2",61.9,54,1173,5.29,5.34,3.29 +"40851",0.55,"Ideal","G","SI2",62.1,56,1173,5.25,5.28,3.27 +"40852",0.54,"Ideal","F","SI2",61,56,1173,5.24,5.29,3.21 +"40853",0.57,"Ideal","I","SI1",62.5,55,1173,5.28,5.32,3.31 +"40854",0.53,"Premium","G","SI2",60.8,58,1173,5.21,5.19,3.16 +"40855",0.5,"Ideal","G","SI1",62.2,56,1173,5.13,5.08,3.17 +"40856",0.49,"Very Good","D","SI1",58.6,60,1174,5.14,5.2,3.03 +"40857",0.53,"Very Good","E","SI2",63,57,1174,5.13,5.16,3.24 +"40858",0.34,"Ideal","D","VVS2",61.3,56,1174,4.48,4.52,2.76 +"40859",0.34,"Ideal","F","VVS1",61.6,56,1174,4.5,4.53,2.78 +"40860",0.34,"Ideal","F","VVS1",61.1,56,1174,4.5,4.53,2.76 +"40861",0.33,"Ideal","E","VVS1",61.2,55,1174,4.48,4.51,2.75 +"40862",0.61,"Fair","J","VS2",58.2,56,1174,5.74,5.49,3.27 +"40863",0.52,"Very Good","E","SI2",62.4,59,1175,5.13,5.16,3.21 +"40864",0.56,"Very Good","I","SI1",61.8,56,1175,5.22,5.3,3.25 +"40865",0.52,"Very Good","H","SI1",59.3,59,1175,5.25,5.28,3.12 +"40866",0.55,"Ideal","F","SI2",62.4,56,1175,5.22,5.26,3.27 +"40867",0.55,"Ideal","F","SI2",62.3,57,1175,5.22,5.27,3.27 +"40868",0.55,"Ideal","F","SI2",61.2,56,1175,5.23,5.29,3.22 +"40869",0.55,"Good","H","SI1",63.6,55,1175,5.18,5.23,3.31 +"40870",0.55,"Premium","F","SI2",60.6,58,1175,5.28,5.31,3.21 +"40871",0.64,"Ideal","G","SI2",62.2,53,1175,5.54,5.56,3.45 +"40872",0.51,"Ideal","G","SI1",61.5,54,1175,5.17,5.21,3.19 +"40873",0.5,"Good","D","SI2",61.9,63,1175,5.05,5.07,3.13 +"40874",0.5,"Fair","H","VS2",65.1,59,1175,5.02,5.06,3.28 +"40875",0.73,"Fair","I","I1",66.1,58,1175,5.63,5.5,3.68 +"40876",0.5,"Very Good","I","VS2",61.7,58,1176,5.08,5.13,3.15 +"40877",0.42,"Ideal","E","VVS1",61.8,56,1176,4.81,4.83,2.98 +"40878",0.52,"Ideal","F","SI2",61.4,56,1176,5.18,5.21,3.19 +"40879",0.38,"Ideal","E","VVS2",61.6,55,1176,4.72,4.67,2.89 +"40880",0.33,"Ideal","D","VVS1",61,55,1176,4.52,4.47,2.74 +"40881",0.57,"Very Good","I","SI1",63.3,56,1176,5.29,5.27,3.34 +"40882",0.38,"Ideal","E","VVS2",62.2,56,1176,4.65,4.58,2.87 +"40883",0.38,"Ideal","E","VVS2",61.9,57,1176,4.65,4.63,2.87 +"40884",0.38,"Ideal","E","VVS2",61.6,55,1176,4.66,4.63,2.86 +"40885",0.57,"Premium","J","VS2",60.2,62,1176,5.4,5.33,3.23 +"40886",0.57,"Premium","F","SI2",61.7,59,1176,5.34,5.31,3.29 +"40887",0.57,"Premium","F","SI2",61.4,56,1176,5.38,5.29,3.28 +"40888",0.56,"Premium","G","SI1",61.7,58,1176,5.31,5.29,3.27 +"40889",0.42,"Premium","F","VS1",62.7,61,1176,4.77,4.74,2.98 +"40890",0.56,"Fair","F","SI1",61.6,61,1176,5.38,5.21,3.26 +"40891",0.5,"Fair","E","SI1",65,58,1176,4.98,4.9,3.21 +"40892",0.38,"Ideal","E","VVS2",62,57,1176,4.62,4.61,2.86 +"40893",0.51,"Premium","E","SI2",61.8,58,1177,5.08,5.11,3.15 +"40894",0.51,"Ideal","E","SI2",62.7,53,1177,5.09,5.12,3.2 +"40895",0.42,"Ideal","E","VS1",60.6,57,1177,4.84,4.86,2.94 +"40896",0.44,"Ideal","H","IF",61.9,54,1177,4.9,4.95,3.05 +"40897",0.44,"Ideal","H","IF",61.4,55,1177,4.92,4.95,3.03 +"40898",0.41,"Ideal","D","VS2",59.7,57,1177,4.87,4.84,2.9 +"40899",0.41,"Ideal","D","VS2",61.7,55,1177,4.8,4.76,2.95 +"40900",0.47,"Very Good","H","VS2",57.2,60,1178,5.18,5.21,2.97 +"40901",0.45,"Ideal","H","VVS1",61.8,57,1178,4.92,4.95,3.05 +"40902",0.5,"Ideal","H","SI1",62,56,1178,5.09,5.12,3.16 +"40903",0.54,"Ideal","H","SI1",62.1,56,1178,5.18,5.26,3.24 +"40904",0.47,"Ideal","I","IF",62.2,55,1178,4.99,5.01,3.11 +"40905",0.5,"Very Good","H","VS2",61.8,63,1178,5.08,5.05,3.13 +"40906",0.5,"Premium","D","SI2",58.5,60,1178,5.21,5.19,3.04 +"40907",0.55,"Very Good","J","VS2",62.9,54,1179,5.23,5.29,3.31 +"40908",0.46,"Very Good","G","VS1",61.4,59.7,1179,4.94,4.97,3.05 +"40909",0.56,"Very Good","H","SI1",61.2,57,1179,5.28,5.31,3.24 +"40910",0.42,"Ideal","G","VVS1",61.1,56,1179,4.82,4.84,2.95 +"40911",0.42,"Good","G","VVS1",63.6,55,1179,4.75,4.78,3.03 +"40912",0.42,"Premium","G","VVS1",60.2,59,1179,4.82,4.84,2.91 +"40913",0.42,"Ideal","G","VVS1",61.6,55,1179,4.82,4.85,2.98 +"40914",0.42,"Ideal","G","VVS1",61.4,56,1179,4.81,4.83,2.96 +"40915",0.42,"Ideal","D","VS1",62.1,56,1179,4.78,4.82,2.98 +"40916",0.42,"Premium","G","VVS1",59.8,58,1179,4.85,4.88,2.91 +"40917",0.42,"Premium","G","VVS1",59.3,59,1179,4.9,4.92,2.91 +"40918",0.42,"Ideal","G","VVS1",60.6,56,1179,4.86,4.88,2.95 +"40919",0.39,"Ideal","E","VVS1",60.4,56,1179,4.76,4.78,2.88 +"40920",0.42,"Ideal","G","VVS1",61.7,55,1179,4.78,4.84,2.97 +"40921",0.29,"Very Good","E","VS1",60.4,58,499,4.28,4.33,2.6 +"40922",0.3,"Very Good","E","SI1",60.9,58,499,4.31,4.33,2.63 +"40923",0.3,"Ideal","F","SI1",62.3,53.9,499,4.28,4.31,2.68 +"40924",0.3,"Ideal","F","SI1",62.2,54.2,499,4.31,4.34,2.69 +"40925",0.3,"Ideal","F","SI1",62,55.1,499,4.29,4.32,2.67 +"40926",0.3,"Ideal","E","SI1",62.1,58,499,4.27,4.29,2.66 +"40927",0.3,"Ideal","E","SI1",61.1,57,499,4.3,4.34,2.64 +"40928",0.3,"Ideal","E","SI1",62.4,57,499,4.27,4.29,2.67 +"40929",0.3,"Ideal","E","SI1",61.6,54,499,4.32,4.35,2.67 +"40930",0.3,"Ideal","E","SI1",62.3,56,499,4.29,4.32,2.68 +"40931",0.3,"Ideal","E","SI1",62.3,57,499,4.29,4.31,2.68 +"40932",0.3,"Ideal","E","SI1",61.7,58,499,4.29,4.3,2.65 +"40933",0.3,"Ideal","E","SI1",62.1,56,499,4.31,4.36,2.69 +"40934",0.3,"Ideal","E","SI1",62.2,55,499,4.29,4.33,2.68 +"40935",0.24,"Good","E","VVS1",63.8,56,499,3.95,3.98,2.53 +"40936",0.26,"Good","F","VS1",63.1,57,499,4.04,4.07,2.56 +"40937",0.32,"Ideal","J","SI1",62.3,57,499,4.44,4.33,2.73 +"40938",0.23,"Very Good","E","VVS1",60.8,56,499,3.94,3.99,2.41 +"40939",0.23,"Very Good","D","VVS2",59.6,61,499,3.99,4.03,2.39 +"40940",0.25,"Very Good","I","VVS2",62.1,56,500,4.03,4.05,2.51 +"40941",0.31,"Ideal","G","VS2",60.8,56,500,4.4,4.42,2.68 +"40942",0.27,"Ideal","H","VS1",62.3,54,500,4.16,4.19,2.6 +"40943",0.27,"Ideal","H","VS1",62.2,55,500,4.15,4.18,2.59 +"40944",0.23,"Premium","H","VVS2",59.2,61,500,4.04,4,2.38 +"40945",0.31,"Very Good","F","VS2",62.1,54,500,4.34,4.39,2.71 +"40946",0.31,"Very Good","F","VS2",62.7,57,500,4.31,4.36,2.72 +"40947",0.3,"Good","F","SI1",63.6,55,500,4.28,4.33,2.74 +"40948",0.3,"Good","F","SI1",63.5,57,500,4.24,4.27,2.7 +"40949",0.3,"Good","F","SI1",63.5,59,500,4.19,4.22,2.67 +"40950",0.3,"Good","F","SI1",63.5,57,500,4.21,4.26,2.69 +"40951",0.42,"Premium","D","VS1",60.8,59,1179,4.79,4.85,2.93 +"40952",0.42,"Ideal","D","VS1",61.1,57,1179,4.81,4.84,2.95 +"40953",0.42,"Ideal","D","VS1",61.5,54,1179,4.79,4.84,2.96 +"40954",0.42,"Ideal","G","VVS1",61.6,55,1179,4.81,4.87,2.98 +"40955",0.42,"Premium","D","VS1",60.8,60,1179,4.84,4.87,2.95 +"40956",0.42,"Ideal","G","VVS1",61.1,56,1179,4.82,4.87,2.96 +"40957",0.42,"Ideal","G","VVS1",60,57,1179,4.84,4.86,2.91 +"40958",0.42,"Ideal","G","VVS1",61.2,57,1179,4.78,4.82,2.94 +"40959",0.42,"Premium","G","VVS1",62.7,58,1179,4.74,4.79,2.99 +"40960",0.45,"Very Good","F","VS1",62.1,59,1179,4.85,4.81,3 +"40961",0.42,"Ideal","G","VVS1",61.2,56,1179,4.85,4.86,2.97 +"40962",0.42,"Ideal","G","VVS1",62,56,1179,4.81,4.84,2.99 +"40963",0.51,"Premium","I","VS2",62.9,55,1179,5.12,5.08,3.21 +"40964",0.46,"Good","G","VS1",59.5,61.4,1179,4.95,5,2.96 +"40965",0.37,"Ideal","E","VVS1",61.5,56,1179,4.64,4.59,2.84 +"40966",0.49,"Premium","F","SI1",58.7,60,1179,5.2,5.15,3.04 +"40967",0.57,"Very Good","I","SI1",62.5,58,1180,5.22,5.27,3.28 +"40968",0.51,"Very Good","E","SI2",58.3,61.9,1180,5.19,5.2,3.04 +"40969",0.51,"Good","D","SI2",63.9,55,1180,5.04,5.1,3.24 +"40970",0.45,"Good","H","VVS1",56.8,64,1180,5.08,4.99,2.86 +"40971",0.51,"Good","D","SI2",63.8,56,1180,5.07,5.09,3.24 +"40972",0.41,"Ideal","F","VS1",61.5,55,1180,4.8,4.83,2.96 +"40973",0.41,"Ideal","F","VS1",61.7,56,1180,4.76,4.79,2.94 +"40974",0.4,"Ideal","E","VS1",59.2,62,1180,4.8,4.83,2.85 +"40975",0.5,"Ideal","G","SI2",60.7,56,1180,5.13,5.18,3.13 +"40976",0.59,"Good","I","SI2",63.9,57,1180,5.3,5.25,3.37 +"40977",0.41,"Premium","D","VVS2",61.9,59,1181,4.78,4.75,2.95 +"40978",0.41,"Ideal","D","VVS2",61.1,56,1181,4.81,4.78,2.93 +"40979",0.41,"Ideal","D","VVS2",62.5,57,1181,4.75,4.72,2.96 +"40980",0.41,"Premium","D","VVS2",62.2,58,1181,4.8,4.78,2.98 +"40981",0.5,"Fair","F","SI1",64.7,57,1181,4.99,4.94,3.21 +"40982",0.5,"Very Good","E","SI2",63.1,58,1181,5.09,5.05,3.2 +"40983",0.5,"Very Good","E","SI2",63.3,56,1181,5.09,5.05,3.21 +"40984",0.5,"Ideal","E","SI2",62.8,55,1181,5.08,5.05,3.18 +"40985",0.5,"Good","E","SI2",63.7,55,1181,5.08,5.03,3.22 +"40986",0.5,"Premium","E","SI2",61.5,58,1181,5.09,5.03,3.11 +"40987",0.5,"Ideal","E","SI2",63,57,1181,5.09,5.04,3.19 +"40988",0.45,"Ideal","G","VVS2",61.8,57,1181,4.94,4.9,3.04 +"40989",0.45,"Premium","G","VVS2",61.4,61,1181,4.95,4.89,3.02 +"40990",0.42,"Premium","E","VS1",59.5,59,1181,4.88,4.86,2.9 +"40991",0.42,"Ideal","E","VS1",61.6,57,1181,4.84,4.8,2.97 +"40992",0.42,"Premium","E","VS1",62.1,55,1181,4.85,4.81,3 +"40993",0.42,"Premium","E","VS1",62.2,59,1181,4.79,4.76,2.97 +"40994",0.63,"Premium","J","SI1",61.9,59,1181,5.49,5.47,3.39 +"40995",0.5,"Premium","E","SI2",59.4,60,1181,5.21,5.16,3.08 +"40996",0.5,"Premium","E","SI2",61.8,59,1181,5.07,5.03,3.12 +"40997",0.42,"Very Good","G","VVS2",58.5,63,1181,4.9,4.88,2.86 +"40998",0.5,"Very Good","H","SI1",63.1,59,1181,5.02,4.96,3.15 +"40999",0.6,"Ideal","I","SI2",61.9,55,1182,5.43,5.46,3.37 +"41000",0.49,"Good","F","VS1",59.5,62,1182,5.09,5.22,3.06 +"41001",0.39,"Very Good","F","IF",59.9,59,1183,4.78,4.84,2.88 +"41002",0.43,"Ideal","G","VVS1",61.8,55,1183,4.87,4.9,3.02 +"41003",0.39,"Ideal","E","VVS1",62.1,54,1183,4.67,4.7,2.91 +"41004",0.39,"Ideal","E","VVS1",60.8,58,1183,4.72,4.76,2.88 +"41005",0.55,"Ideal","F","SI2",61.7,55,1183,5.26,5.28,3.25 +"41006",0.55,"Ideal","F","SI2",61.4,55,1183,5.27,5.29,3.24 +"41007",0.4,"Very Good","E","VVS2",59.8,60,1184,4.8,4.84,2.88 +"41008",0.41,"Very Good","E","VVS1",61.2,62,1184,4.76,4.78,2.92 +"41009",0.58,"Ideal","H","SI1",61.6,57,1184,5.34,5.38,3.3 +"41010",0.55,"Premium","E","SI2",61.9,58,1185,5.2,5.24,3.23 +"41011",0.42,"Very Good","D","VVS2",62.8,59,1185,4.73,4.76,2.98 +"41012",0.42,"Ideal","D","VVS2",61.7,55,1185,4.79,4.83,2.97 +"41013",0.5,"Ideal","E","SI2",61.1,58,1185,5.09,5.13,3.12 +"41014",0.44,"Ideal","H","IF",61.5,56,1185,4.89,4.93,3.02 +"41015",0.41,"Very Good","F","VVS1",62.7,59,1186,4.75,4.78,2.99 +"41016",0.51,"Good","F","SI1",64,57,1186,5.01,5.06,3.22 +"41017",0.41,"Ideal","E","VVS2",61.4,53.9,1186,4.79,4.81,2.95 +"41018",0.4,"Ideal","F","VVS1",62.2,56,1186,4.71,4.74,2.94 +"41019",0.55,"Premium","G","SI2",60.3,58,1186,5.35,5.33,3.22 +"41020",0.25,"Premium","G","SI2",59,60,1186,5.33,5.28,3.12 +"41021",0.25,"Premium","G","SI2",58.8,60,1186,5.33,5.28,3.12 +"41022",0.44,"Very Good","F","VVS1",62.1,60,1187,4.84,4.92,3.03 +"41023",0.5,"Very Good","G","SI1",63.3,59,1187,4.99,5.02,3.17 +"41024",0.5,"Very Good","G","SI1",64.1,57,1187,5.04,5.07,3.24 +"41025",0.5,"Very Good","G","SI1",62.9,59,1187,5.04,5.07,3.18 +"41026",0.41,"Ideal","E","VVS2",62.2,54,1187,4.76,4.79,2.97 +"41027",0.41,"Ideal","E","VVS2",61.5,55,1187,4.79,4.83,2.96 +"41028",0.41,"Ideal","E","VVS2",61.1,56,1187,4.8,4.85,2.95 +"41029",0.41,"Ideal","E","VVS2",61,56,1187,4.79,4.82,2.93 +"41030",0.41,"Premium","E","VVS2",60.9,60,1187,4.81,4.82,2.93 +"41031",0.41,"Ideal","H","IF",61.8,55,1187,4.76,4.79,2.95 +"41032",0.41,"Ideal","H","IF",62.1,56,1187,4.74,4.76,2.95 +"41033",0.41,"Ideal","E","VVS2",60,57,1187,4.81,4.85,2.9 +"41034",0.41,"Ideal","E","VVS2",62.3,56,1187,4.75,4.78,2.97 +"41035",0.41,"Ideal","E","VVS2",61.6,56,1187,4.78,4.8,2.95 +"41036",0.41,"Very Good","E","VVS2",62.8,54,1187,4.72,4.77,2.98 +"41037",0.41,"Ideal","E","VVS2",61.9,56,1187,4.75,4.78,2.95 +"41038",0.41,"Premium","E","VVS2",61.8,59,1187,4.74,4.78,2.94 +"41039",0.41,"Ideal","E","VVS2",62,56,1187,4.72,4.76,2.94 +"41040",0.41,"Ideal","E","VVS2",60.9,56,1187,4.75,4.81,2.91 +"41041",0.41,"Ideal","E","VVS2",61.4,56,1187,4.77,4.81,2.94 +"41042",0.41,"Ideal","E","VVS2",61.8,57,1187,4.75,4.8,2.95 +"41043",0.41,"Very Good","H","IF",62.9,54,1187,4.71,4.74,2.97 +"41044",0.41,"Ideal","E","VVS2",61.4,57,1187,4.76,4.79,2.93 +"41045",0.54,"Ideal","G","SI1",61.7,55,1187,5.24,5.27,3.24 +"41046",0.31,"Ideal","E","IF",60.4,56,1188,4.43,4.38,2.66 +"41047",0.5,"Ideal","J","VS2",61.6,56,1188,5.08,5.14,3.15 +"41048",0.51,"Ideal","G","SI2",62,56,1188,5.13,5.16,3.19 +"41049",0.44,"Ideal","G","SI1",60.9,56,1188,4.88,4.94,2.99 +"41050",0.66,"Premium","J","SI1",61,61,1188,5.64,5.59,3.43 +"41051",0.5,"Fair","E","VS2",65,58,1188,4.96,4.92,3.21 +"41052",0.5,"Very Good","F","I1",63.3,59,1188,5.03,4.99,3.17 +"41053",0.5,"Good","E","SI1",63.6,56,1188,5.03,5,3.19 +"41054",0.53,"Very Good","H","SI1",61.7,55,1189,5.2,5.24,3.22 +"41055",0.4,"Very Good","E","VVS2",62.1,59,1189,4.67,4.7,2.91 +"41056",0.39,"Ideal","G","IF",62.1,53.7,1189,4.67,4.71,2.91 +"41057",0.42,"Very Good","H","VS2",60.9,55,1190,4.87,4.89,2.97 +"41058",0.52,"Very Good","E","SI2",62.6,58,1190,5.11,5.14,3.21 +"41059",0.53,"Very Good","I","VS2",60.3,60.1,1190,5.22,5.25,3.16 +"41060",0.5,"Very Good","D","SI1",60.7,59,1190,5.11,5.04,3.08 +"41061",0.5,"Good","D","SI1",57.2,60,1190,5.25,5.2,2.99 +"41062",0.5,"Premium","D","SI2",62.2,58,1190,5.08,5.14,3.18 +"41063",0.5,"Good","D","SI1",64.1,56,1190,5.03,4.98,3.21 +"41064",0.49,"Ideal","H","SI2",60.7,56,1190,5.13,5.18,3.13 +"41065",0.4,"Very Good","E","VVS1",62.9,56,1191,4.67,4.71,2.95 +"41066",0.52,"Premium","F","SI1",61.5,60,1191,5.15,5.16,3.17 +"41067",0.52,"Ideal","F","SI2",62.1,55,1191,5.14,5.17,3.2 +"41068",0.51,"Ideal","F","SI2",60.2,55,1191,5.19,5.24,3.14 +"41069",0.54,"Ideal","G","SI2",61.4,56,1192,5.27,5.29,3.24 +"41070",0.51,"Ideal","H","SI1",59.9,56,1192,5.19,5.23,3.12 +"41071",0.46,"Ideal","I","IF",62.2,55,1192,4.94,4.97,3.08 +"41072",0.41,"Premium","F","VVS2",60.1,58,1192,4.83,4.79,2.89 +"41073",0.41,"Ideal","F","VVS2",60.6,57,1192,4.86,4.81,2.93 +"41074",0.41,"Ideal","F","VVS2",60.1,57,1192,4.85,4.83,2.91 +"41075",0.41,"Premium","F","VVS2",60.6,58,1192,4.84,4.79,2.92 +"41076",0.41,"Premium","F","VVS2",60.4,58,1192,4.84,4.8,2.91 +"41077",0.41,"Premium","F","VVS2",60.3,58,1192,4.83,4.79,2.9 +"41078",0.41,"Premium","F","VVS2",61,59,1192,4.83,4.77,2.93 +"41079",0.41,"Ideal","F","VVS2",61.9,55,1192,4.79,4.78,2.96 +"41080",0.41,"Ideal","F","VVS2",61.2,56,1192,4.8,4.78,2.93 +"41081",0.41,"Premium","F","VVS2",61,59,1192,4.82,4.79,2.93 +"41082",0.41,"Premium","F","VVS2",60.1,59,1192,4.82,4.79,2.89 +"41083",0.41,"Ideal","F","VVS2",61,56,1192,4.82,4.78,2.93 +"41084",0.41,"Ideal","F","VVS2",61.7,56,1192,4.81,4.78,2.96 +"41085",0.41,"Ideal","F","VVS2",61.4,56,1192,4.81,4.76,2.94 +"41086",0.41,"Ideal","F","VVS2",61.9,55,1192,4.79,4.74,2.95 +"41087",0.41,"Ideal","F","VVS2",62.9,54,1192,4.74,4.7,2.97 +"41088",0.41,"Premium","F","VVS2",62.4,58,1192,4.76,4.7,2.95 +"41089",0.41,"Ideal","F","VVS2",62.5,56,1192,4.75,4.72,2.96 +"41090",0.41,"Ideal","F","VVS2",62.6,55,1192,4.76,4.73,2.97 +"41091",0.41,"Ideal","F","VVS2",62.3,56,1192,4.77,4.73,2.96 +"41092",0.41,"Ideal","F","VVS2",61.7,57,1192,4.8,4.73,2.94 +"41093",0.42,"Very Good","H","VVS1",62.2,56,1193,4.78,4.81,2.98 +"41094",0.45,"Very Good","G","VVS1",60,57,1193,4.99,5.02,3 +"41095",0.51,"Good","D","SI1",63.4,59,1193,5.07,5.02,3.2 +"41096",0.53,"Premium","H","SI1",60.9,60,1193,5.26,5.19,3.18 +"41097",0.57,"Ideal","G","SI2",61.6,54,1193,5.35,5.37,3.3 +"41098",0.58,"Ideal","I","SI1",61.4,55,1193,5.37,5.42,3.31 +"41099",0.4,"Ideal","G","IF",62,57,1193,4.73,4.75,2.94 +"41100",0.38,"Ideal","F","IF",61,56,1193,4.68,4.7,2.86 +"41101",0.5,"Good","I","VS1",61.2,61,1193,5.03,5.06,3.09 +"41102",0.51,"Fair","F","SI1",65.2,57,1193,5.03,5.09,3.3 +"41103",0.54,"Very Good","H","SI2",60.7,55,1194,5.31,5.34,3.23 +"41104",0.44,"Very Good","H","IF",61.1,57,1194,4.91,4.94,3.01 +"41105",0.46,"Very Good","E","VS2",62.1,57,1194,4.89,4.93,3.05 +"41106",0.51,"Very Good","E","SI2",61.6,57,1195,5.17,5.19,3.19 +"41107",0.35,"Ideal","E","VVS1",62.1,57,1195,4.52,4.55,2.81 +"41108",0.59,"Ideal","F","SI2",61.7,54,1195,5.4,5.46,3.35 +"41109",0.59,"Ideal","F","SI2",61.7,54,1195,5.38,5.44,3.34 +"41110",0.54,"Premium","G","SI2",61.4,59,1195,5.24,5.21,3.21 +"41111",0.51,"Ideal","H","SI1",63,57,1195,5.14,5.11,3.23 +"41112",0.51,"Premium","F","SI2",58.9,60,1195,5.24,5.19,3.07 +"41113",0.59,"Premium","E","SI2",60.8,56,1195,5.43,5.4,3.29 +"41114",0.51,"Good","H","VS2",64.1,54,1195,5.02,5,3.21 +"41115",0.51,"Premium","H","SI1",60.4,58,1195,5.21,5.19,3.14 +"41116",0.44,"Ideal","F","VVS2",60.9,55,1196,4.92,4.96,3.01 +"41117",0.44,"Premium","F","VVS2",61.6,58,1196,4.85,4.89,3 +"41118",0.4,"Ideal","F","VVS2",61.6,56,1196,4.73,4.77,2.93 +"41119",0.41,"Ideal","F","VVS1",61.3,54,1196,4.79,4.84,2.95 +"41120",0.41,"Ideal","F","VVS1",61.6,55,1196,4.79,4.82,2.96 +"41121",0.63,"Ideal","H","SI2",61.7,55,1196,5.51,5.56,3.41 +"41122",0.58,"Ideal","J","VS2",62.8,57,1196,5.33,5.28,3.33 +"41123",0.44,"Premium","H","VVS1",60.1,58,1196,4.96,4.92,2.97 +"41124",0.6,"Premium","D","SI2",62,57,1196,5.43,5.35,3.34 +"41125",0.6,"Premium","D","SI2",62,57,1196,5.43,5.35,3.34 +"41126",0.5,"Fair","E","SI1",66.4,58,1196,4.98,4.87,3.27 +"41127",0.52,"Premium","G","SI2",58.8,62,1196,5.31,5.3,3.12 +"41128",0.52,"Premium","G","SI2",61.5,59,1196,5.19,5.15,3.18 +"41129",0.58,"Very Good","G","SI2",59.5,59,1197,5.41,5.45,3.23 +"41130",0.41,"Very Good","G","IF",60.9,59,1197,4.8,4.85,2.94 +"41131",0.35,"Ideal","E","IF",61.4,56,1197,4.53,4.56,2.79 +"41132",0.35,"Ideal","E","IF",62.2,56,1197,4.51,4.52,2.81 +"41133",0.42,"Very Good","D","VVS1",61.4,55,1197,4.82,4.86,2.97 +"41134",0.5,"Very Good","G","SI1",62.2,60,1197,5.03,5.07,3.14 +"41135",0.56,"Good","H","SI1",63.2,57,1197,5.23,5.27,3.32 +"41136",0.5,"Very Good","G","SI1",60,63,1197,5.06,5.1,3.05 +"41137",0.5,"Very Good","G","SI1",62.8,61,1197,4.99,5.01,3.14 +"41138",0.5,"Good","G","SI1",63.6,55,1197,5.03,5.06,3.21 +"41139",0.5,"Good","G","SI1",63.9,57,1197,5.02,5.06,3.22 +"41140",0.5,"Very Good","F","SI1",62.7,61,1197,5.01,5.07,3.16 +"41141",0.5,"Very Good","G","SI1",62.9,59,1197,5.06,5.09,3.19 +"41142",0.56,"Very Good","H","SI1",61.3,60,1197,5.23,5.28,3.22 +"41143",0.5,"Very Good","G","SI1",62.1,56,1197,5.05,5.09,3.15 +"41144",0.56,"Ideal","H","SI1",61.7,56,1197,5.26,5.3,3.26 +"41145",0.5,"Very Good","G","SI1",62.6,56,1197,5.06,5.1,3.18 +"41146",0.5,"Good","G","SI1",62.5,64,1197,4.93,4.99,3.1 +"41147",0.5,"Very Good","F","SI1",61,60,1197,5.08,5.11,3.11 +"41148",0.39,"Ideal","D","VS2",61.4,56,1197,4.71,4.73,2.9 +"41149",0.53,"Ideal","H","SI1",62.3,57,1197,5.2,5.24,3.25 +"41150",0.52,"Ideal","G","SI1",61.1,55,1197,5.22,5.26,3.2 +"41151",0.6,"Fair","G","SI1",65.7,55,1197,5.31,5.23,3.46 +"41152",0.45,"Good","D","VS2",63.7,61,1197,4.81,4.73,3.04 +"41153",0.49,"Very Good","G","VS2",60.1,56,1198,5.13,5.15,3.09 +"41154",0.43,"Very Good","D","VS1",61.2,58,1199,4.82,4.88,2.97 +"41155",0.41,"Ideal","G","VVS2",61.7,55,1199,4.81,4.85,2.98 +"41156",0.4,"Ideal","G","IF",61.2,56,1199,4.74,4.77,2.91 +"41157",0.48,"Good","G","VS1",58.6,62,1199,5.14,5.2,3.03 +"41158",0.52,"Good","E","SI2",60.5,62,1199,5.15,5.2,3.13 +"41159",0.38,"Very Good","F","VVS1",61.6,58,1200,4.61,4.65,2.85 +"41160",0.38,"Ideal","D","VVS2",61.5,57,1200,4.63,4.67,2.86 +"41161",0.38,"Ideal","F","VVS1",61.9,54,1200,4.67,4.7,2.9 +"41162",0.38,"Ideal","D","VVS2",61.3,56,1200,4.63,4.73,2.87 +"41163",0.38,"Very Good","D","VVS2",61.9,56,1200,4.63,4.65,2.87 +"41164",0.52,"Very Good","E","SI2",62.9,56,1200,5.08,5.12,3.21 +"41165",0.38,"Ideal","F","VVS1",62.2,57,1200,4.64,4.68,2.9 +"41166",0.38,"Very Good","D","VVS2",60,62,1200,4.7,4.73,2.83 +"41167",0.38,"Ideal","D","VVS2",61.5,56,1200,4.64,4.66,2.86 +"41168",0.38,"Premium","F","VVS1",61.6,58,1200,4.63,4.66,2.86 +"41169",0.38,"Premium","F","VVS1",59.2,58,1200,4.76,4.8,2.83 +"41170",0.38,"Ideal","E","VVS1",61.3,55,1200,4.67,4.72,2.88 +"41171",0.39,"Ideal","G","IF",61.4,54,1200,4.71,4.73,2.9 +"41172",0.4,"Premium","G","VVS1",61.5,58,1200,4.74,4.69,2.9 +"41173",0.4,"Ideal","G","VVS1",61.4,55,1200,4.76,4.72,2.91 +"41174",0.4,"Ideal","G","VVS1",62.4,57,1200,4.78,4.74,2.97 +"41175",0.4,"Ideal","G","VVS1",61.6,57,1200,4.76,4.75,2.93 +"41176",0.4,"Ideal","G","VVS1",61.2,56,1200,4.79,4.75,2.92 +"41177",0.4,"Premium","G","VVS1",60.9,57,1200,4.8,4.76,2.91 +"41178",0.4,"Premium","G","VVS1",62.3,58,1200,4.72,4.66,2.92 +"41179",0.4,"Premium","G","VVS1",61.7,58,1200,4.71,4.69,2.9 +"41180",0.4,"Premium","D","VS1",59.2,59,1200,4.81,4.79,2.84 +"41181",0.4,"Premium","D","VS1",60.9,58,1200,4.81,4.78,2.92 +"41182",0.4,"Premium","D","VS1",62.1,58,1200,4.73,4.7,2.93 +"41183",0.4,"Premium","D","VS1",62.5,60,1200,4.72,4.66,2.93 +"41184",0.4,"Ideal","D","VS1",62.9,56,1200,4.71,4.67,2.95 +"41185",0.4,"Ideal","D","VS1",59.9,57,1200,4.82,4.77,2.87 +"41186",0.42,"Ideal","H","IF",62.4,57,1201,4.79,4.82,2.99 +"41187",0.39,"Ideal","G","IF",61.6,56,1201,4.69,4.73,2.9 +"41188",0.5,"Very Good","G","SI1",60.6,56,1202,5.13,5.16,3.12 +"41189",0.51,"Premium","H","VS2",60.9,60,1202,5.19,5.16,3.15 +"41190",0.44,"Ideal","G","VVS1",61.3,56,1202,4.91,4.93,3.01 +"41191",0.44,"Ideal","G","VVS1",62.3,56,1202,4.85,4.87,3.03 +"41192",0.59,"Ideal","I","SI2",62.8,57,1202,5.33,5.37,3.36 +"41193",0.48,"Ideal","I","IF",61.4,55,1202,5.05,5.08,3.11 +"41194",0.51,"Good","D","SI2",57.7,60,1202,5.31,5.26,3.05 +"41195",0.47,"Very Good","G","VS1",60.5,59.4,1203,5.03,5.08,3.06 +"41196",0.52,"Good","D","SI2",63.7,55,1203,5.1,5.11,3.25 +"41197",0.51,"Very Good","F","SI1",62.5,59,1203,5.08,5.1,3.18 +"41198",0.5,"Ideal","F","SI2",60.9,57,1203,5.16,5.13,3.13 +"41199",0.51,"Very Good","D","SI2",60.3,57,1204,5.15,5.17,3.11 +"41200",0.32,"Ideal","F","IF",61.8,56,1204,4.4,4.44,2.73 +"41201",0.32,"Ideal","F","IF",61.2,56,1204,4.41,4.45,2.71 +"41202",0.4,"Very Good","E","VVS2",60.5,58,1205,4.76,4.8,2.89 +"41203",0.46,"Good","D","VS2",63.2,56,1205,4.89,4.92,3.1 +"41204",0.41,"Ideal","F","VVS1",61.2,57,1205,4.79,4.85,2.95 +"41205",0.53,"Ideal","H","SI1",62.2,54,1205,5.18,5.23,3.24 +"41206",0.53,"Ideal","H","SI1",62,54,1205,5.17,5.22,3.22 +"41207",0.53,"Ideal","H","SI1",61.5,54,1205,5.21,5.26,3.22 +"41208",0.51,"Premium","E","SI2",62,57,1205,5.13,5.09,3.17 +"41209",0.51,"Premium","E","SI2",62.7,52,1205,5.15,5.12,3.22 +"41210",0.51,"Ideal","E","SI2",61,56,1205,5.2,5.16,3.16 +"41211",0.51,"Premium","E","SI2",60.3,56,1205,5.22,5.19,3.14 +"41212",0.53,"Premium","G","SI1",62.1,62,1206,5.15,5.13,3.19 +"41213",0.56,"Premium","E","SI2",62.6,59,1206,5.2,5.24,3.27 +"41214",0.52,"Ideal","H","SI1",61.5,56,1206,5.16,5.21,3.19 +"41215",0.4,"Ideal","F","VVS1",61.7,57,1206,4.75,4.72,2.92 +"41216",0.4,"Ideal","F","VVS1",61.5,56,1206,4.77,4.73,2.92 +"41217",0.4,"Premium","D","VVS2",62,61,1206,4.72,4.7,2.92 +"41218",0.7,"Premium","G","I1",62.3,56,1206,5.66,5.61,3.51 +"41219",0.43,"Premium","G","VVS1",62,59,1207,4.8,4.82,2.98 +"41220",0.43,"Ideal","G","VVS1",61.5,56,1207,4.85,4.87,2.99 +"41221",0.43,"Very Good","G","VVS1",62.3,59,1207,4.77,4.83,2.99 +"41222",0.43,"Ideal","G","VVS1",61.4,55,1207,4.86,4.91,3 +"41223",0.43,"Ideal","G","VVS1",62,55,1207,4.82,4.85,3 +"41224",0.43,"Premium","G","VVS1",60.3,58,1207,4.87,4.91,2.95 +"41225",0.43,"Premium","G","VVS1",60.9,58,1207,4.88,4.91,2.98 +"41226",0.43,"Ideal","G","VVS1",60.5,57,1207,4.86,4.92,2.96 +"41227",0.43,"Ideal","D","VS1",62.1,56,1207,4.85,4.87,3.02 +"41228",0.43,"Very Good","G","VVS1",61.3,57,1207,4.85,4.87,2.98 +"41229",0.43,"Premium","G","VVS1",62.2,58,1207,4.78,4.83,2.99 +"41230",0.4,"Very Good","E","IF",62.9,58,1207,4.68,4.77,2.97 +"41231",0.43,"Ideal","D","VS1",61.6,56,1207,4.85,4.86,2.99 +"41232",0.43,"Ideal","D","VS1",62.1,55,1207,4.83,4.86,3.01 +"41233",0.43,"Ideal","D","VS1",61.9,55,1207,4.85,4.87,3.01 +"41234",0.44,"Ideal","G","VVS1",60.3,57,1207,4.92,4.96,2.98 +"41235",0.33,"Ideal","E","VVS1",61.6,56,1207,4.44,4.46,2.74 +"41236",0.39,"Premium","E","VVS2",61.1,59,1207,4.74,4.68,2.88 +"41237",0.33,"Ideal","E","IF",61.9,57,1207,4.45,4.41,2.74 +"41238",0.33,"Premium","E","IF",60.8,58,1207,4.49,4.46,2.72 +"41239",0.33,"Premium","D","VVS1",61.8,58,1207,4.43,4.4,2.73 +"41240",0.57,"Very Good","J","VS2",63.3,56,1207,5.28,5.24,3.33 +"41241",0.73,"Premium","F","I1",59.3,61,1207,5.88,5.75,3.46 +"41242",0.46,"Premium","E","VS2",60.2,60,1208,5.01,4.96,3 +"41243",0.3,"Fair","D","IF",60.5,57,1208,4.47,4.35,2.67 +"41244",0.46,"Premium","I","IF",59.4,60,1208,5.04,5.02,2.99 +"41245",0.34,"Ideal","E","VVS1",61.1,56,1208,4.52,4.55,2.77 +"41246",0.58,"Ideal","F","SI2",62.6,57,1208,5.27,5.33,3.32 +"41247",0.3,"Premium","D","IF",62.1,59,1208,4.29,4.27,2.66 +"41248",0.54,"Ideal","H","SI2",61.2,56,1208,5.27,5.24,3.21 +"41249",0.56,"Premium","G","SI2",60,60,1208,5.48,5.42,3.11 +"41250",0.5,"Very Good","H","VS2",63,55,1209,5.05,5.08,3.19 +"41251",0.3,"Very Good","F","SI1",62.1,60,500,4.26,4.28,2.65 +"41252",0.38,"Very Good","I","SI2",62.7,58,500,4.57,4.61,2.88 +"41253",0.3,"Very Good","F","SI1",62.8,56,500,4.24,4.26,2.67 +"41254",0.3,"Very Good","F","SI1",61.7,59,500,4.29,4.33,2.66 +"41255",0.3,"Ideal","F","SI1",62.3,54,500,4.27,4.3,2.67 +"41256",0.3,"Very Good","F","SI1",62.9,57,500,4.25,4.27,2.68 +"41257",0.38,"Premium","I","SI2",60,59,500,4.69,4.71,2.82 +"41258",0.3,"Very Good","F","SI1",62.1,61,500,4.25,4.29,2.65 +"41259",0.3,"Premium","F","SI1",60.9,60,500,4.33,4.37,2.65 +"41260",0.3,"Ideal","H","VS2",61,56,501,4.33,4.37,2.65 +"41261",0.31,"Premium","H","SI2",59.5,59,501,4.45,4.39,2.63 +"41262",0.36,"Very Good","D","SI2",63,59,501,4.49,4.52,2.84 +"41263",0.34,"Ideal","I","VS1",62,54,501,4.49,4.51,2.79 +"41264",0.33,"Ideal","E","SI1",59.6,57,501,4.49,4.53,2.69 +"41265",0.31,"Ideal","H","VS2",62.1,53.8,502,4.33,4.37,2.7 +"41266",0.31,"Ideal","I","VS1",61.9,53.9,502,4.35,4.38,2.7 +"41267",0.31,"Ideal","I","VS1",62.5,53.4,502,4.31,4.34,2.7 +"41268",0.31,"Ideal","I","VS1",61.9,54.5,502,4.33,4.36,2.69 +"41269",0.31,"Ideal","I","VS1",61.3,54,502,4.39,4.46,2.7 +"41270",0.31,"Ideal","I","VS1",61.7,54.6,502,4.38,4.39,2.71 +"41271",0.31,"Good","D","SI1",63.3,59,502,4.24,4.29,2.7 +"41272",0.28,"Ideal","I","VS2",62.4,56,503,4.19,4.22,2.62 +"41273",0.3,"Ideal","G","VS2",62,56,503,4.29,4.32,2.67 +"41274",0.31,"Ideal","I","VS1",61.9,55,503,4.35,4.38,2.7 +"41275",0.28,"Ideal","I","VS1",62,56,503,4.2,4.24,2.62 +"41276",0.3,"Ideal","H","VS1",60.8,57,503,4.31,4.34,2.63 +"41277",0.35,"Ideal","G","SI1",61.8,55,503,4.54,4.56,2.81 +"41278",0.41,"Good","F","I1",63.8,57,503,4.69,4.72,3 +"41279",0.27,"Very Good","H","VVS2",62.5,55,504,4.12,4.16,2.59 +"41280",0.27,"Very Good","G","VVS2",61,56,504,4.19,4.22,2.56 +"41281",0.31,"Very Good","E","IF",61.5,59,1209,4.34,4.37,2.68 +"41282",0.58,"Ideal","F","SI2",60.9,57,1209,5.4,5.44,3.3 +"41283",0.39,"Ideal","G","IF",60.6,56,1209,4.73,4.76,2.87 +"41284",0.43,"Premium","E","VS1",62.3,58,1209,4.82,4.78,2.99 +"41285",0.53,"Premium","I","VS2",58.5,60,1209,5.37,5.33,3.13 +"41286",0.42,"Premium","D","VVS2",59.6,59,1210,4.96,4.9,2.94 +"41287",0.42,"Ideal","D","VVS2",61.7,57,1210,4.82,4.8,2.97 +"41288",0.42,"Ideal","D","VVS2",62,55,1210,4.84,4.81,2.99 +"41289",0.59,"Very Good","G","SI2",60.6,56,1210,5.47,5.48,3.32 +"41290",0.5,"Good","D","SI1",63.9,56,1210,5.02,4.93,3.18 +"41291",0.52,"Ideal","G","SI2",62.1,56,1210,5.13,5.18,3.2 +"41292",0.36,"Ideal","F","IF",61.7,55,1210,4.58,4.62,2.84 +"41293",0.73,"Good","G","I1",63.9,55,1210,5.76,5.69,3.65 +"41294",0.51,"Premium","E","SI2",60.7,56,1211,5.21,5.17,3.15 +"41295",0.34,"Ideal","D","VVS1",61.7,56,1211,4.48,4.46,2.76 +"41296",0.34,"Ideal","D","VVS1",62.4,55,1211,4.49,4.45,2.79 +"41297",0.34,"Ideal","D","VVS1",61.5,56,1211,4.5,4.47,2.76 +"41298",0.34,"Ideal","D","VVS1",61.7,57,1211,4.52,4.49,2.78 +"41299",0.51,"Premium","I","VVS2",59.4,60,1211,5.26,5.21,3.11 +"41300",0.38,"Ideal","E","VS1",62.2,54,1211,4.65,4.63,2.89 +"41301",0.38,"Ideal","E","VVS1",61.8,56,1211,4.67,4.62,2.87 +"41302",0.39,"Ideal","D","VVS2",62.1,56,1212,4.65,4.69,2.9 +"41303",0.56,"Ideal","F","SI2",61.9,55,1212,5.27,5.31,3.28 +"41304",0.56,"Ideal","I","SI1",61.9,57,1212,5.25,5.29,3.26 +"41305",0.56,"Ideal","I","SI1",61.8,54,1212,5.28,5.31,3.27 +"41306",0.38,"Ideal","F","IF",60.7,57,1212,4.69,4.73,2.86 +"41307",0.38,"Ideal","F","IF",61.5,56,1212,4.67,4.7,2.88 +"41308",0.38,"Ideal","F","IF",62.2,54,1212,4.64,4.69,2.9 +"41309",0.57,"Premium","I","VS1",61.6,58,1212,5.33,5.28,3.27 +"41310",0.5,"Very Good","F","SI1",60.2,62,1213,5.1,5.13,3.08 +"41311",0.39,"Good","G","IF",63.5,56,1213,4.65,4.67,2.96 +"41312",0.55,"Good","G","SI1",63.6,61,1213,5.22,5.16,3.3 +"41313",0.41,"Ideal","F","VVS1",61.8,54,1213,4.78,4.83,2.97 +"41314",0.58,"Ideal","G","SI2",62.1,54,1213,5.36,5.39,3.34 +"41315",0.45,"Ideal","G","VVS2",61.2,56,1213,4.96,4.91,3.02 +"41316",0.42,"Ideal","H","IF",61,56,1213,4.82,4.79,2.93 +"41317",0.5,"Very Good","F","SI1",61.6,60,1214,5.07,5.1,3.13 +"41318",0.5,"Very Good","G","SI1",62.2,58,1214,5.03,5.07,3.14 +"41319",0.57,"Very Good","G","SI2",59.4,58,1214,5.39,5.42,3.21 +"41320",0.5,"Good","F","SI2",62,54.7,1214,5.09,5.12,3.16 +"41321",0.52,"Ideal","I","VS2",61.9,55,1214,5.19,5.21,3.22 +"41322",0.52,"Ideal","I","VS2",61.5,56,1214,5.19,5.21,3.2 +"41323",0.65,"Ideal","J","SI1",62.1,54,1214,5.56,5.59,3.46 +"41324",0.65,"Ideal","J","SI1",61.9,54,1214,5.6,5.62,3.47 +"41325",0.52,"Ideal","H","SI1",61.5,56,1214,5.19,5.22,3.2 +"41326",0.56,"Ideal","H","SI1",61.8,55,1214,5.31,5.34,3.29 +"41327",0.31,"Ideal","E","IF",61.5,56,1214,4.35,4.4,2.69 +"41328",0.31,"Ideal","E","IF",62.5,56,1214,4.34,4.37,2.72 +"41329",0.31,"Ideal","E","IF",63,55,1214,4.34,4.37,2.73 +"41330",0.31,"Ideal","E","IF",61.8,54,1214,4.36,4.38,2.7 +"41331",0.5,"Good","H","VVS2",66.1,58,1214,4.87,4.9,3.23 +"41332",0.57,"Good","E","SI2",58.5,61,1214,5.4,5.43,3.17 +"41333",0.5,"Good","F","SI1",59.6,61,1214,5.12,5.19,3.07 +"41334",0.5,"Good","F","SI1",59.6,58,1214,5.1,5.16,3.06 +"41335",0.36,"Ideal","F","IF",62.2,55,1215,4.62,4.57,2.86 +"41336",0.48,"Fair","E","VS2",64.9,54,1215,4.94,4.92,3.2 +"41337",0.5,"Premium","D","SI1",59.1,61,1215,5.18,5.07,3.03 +"41338",0.46,"Very Good","G","VVS2",62.7,53,1216,4.93,4.96,3.1 +"41339",0.42,"Ideal","E","VVS2",62.3,55,1216,4.76,4.81,2.98 +"41340",0.42,"Ideal","E","VVS2",61.8,56,1216,4.78,4.8,2.96 +"41341",0.42,"Ideal","E","VVS2",61.3,56,1216,4.81,4.85,2.96 +"41342",0.42,"Ideal","H","IF",61.9,56,1216,4.79,4.81,2.97 +"41343",0.42,"Ideal","H","IF",61.7,55,1216,4.82,4.84,2.98 +"41344",0.55,"Ideal","I","VS2",61.3,54,1216,5.28,5.36,3.26 +"41345",0.54,"Ideal","I","VS1",61.9,54,1216,5.24,5.29,3.26 +"41346",0.54,"Ideal","I","VS1",61.6,54,1216,5.26,5.3,3.25 +"41347",0.4,"Very Good","E","VVS1",60,58,1217,4.77,4.8,2.87 +"41348",0.4,"Very Good","F","IF",61.1,57,1217,4.73,4.77,2.9 +"41349",0.59,"Premium","I","SI1",62.8,59,1217,5.36,5.34,3.36 +"41350",0.5,"Good","E","SI1",64,56,1217,5.03,4.9,3.18 +"41351",0.57,"Good","H","SI1",63.1,54,1218,5.28,5.3,3.34 +"41352",0.57,"Premium","H","SI1",59.3,58,1218,5.4,5.46,3.22 +"41353",0.43,"Ideal","H","VS2",62.5,56,1218,4.81,4.85,3.02 +"41354",0.53,"Ideal","J","VS1",61.4,55.2,1218,5.2,5.22,3.2 +"41355",0.43,"Ideal","I","VS1",61.8,55,1218,4.88,4.9,3.02 +"41356",0.43,"Ideal","I","VS1",62.4,56,1218,4.81,4.84,3.01 +"41357",0.38,"Ideal","F","IF",62.2,54,1218,4.65,4.68,2.9 +"41358",0.6,"Premium","H","SI1",60.1,61,1219,5.43,5.39,3.25 +"41359",0.53,"Very Good","G","SI1",61,55,1219,5.21,5.32,3.21 +"41360",0.58,"Very Good","H","SI1",61.8,56,1219,5.34,5.38,3.31 +"41361",0.38,"Ideal","H","VVS1",60.7,55,1219,4.71,4.74,2.87 +"41362",0.52,"Premium","H","SI1",62.6,55,1219,5.16,5.12,3.22 +"41363",0.52,"Very Good","H","SI1",63.1,57,1219,5.14,5.09,3.23 +"41364",0.52,"Premium","F","SI2",61.7,58,1219,5.16,5.12,3.17 +"41365",0.65,"Premium","I","SI2",60.7,58,1219,5.65,5.62,3.42 +"41366",0.5,"Premium","H","SI1",62.1,60,1219,5.06,5.02,3.13 +"41367",0.43,"Very Good","H","VVS1",60.2,55,1220,4.92,4.95,2.97 +"41368",0.5,"Very Good","F","SI1",63.2,57,1220,5.03,5.06,3.19 +"41369",0.4,"Very Good","G","IF",61.2,57,1220,4.77,4.79,2.92 +"41370",0.51,"Very Good","G","SI1",63,53,1220,5.1,5.13,3.22 +"41371",0.51,"Good","G","SI1",63.6,55,1220,5.03,5.06,3.21 +"41372",0.51,"Good","F","SI1",63.1,54,1220,5.06,5.12,3.21 +"41373",0.51,"Very Good","G","SI1",60.3,61,1220,5.12,5.19,3.11 +"41374",0.51,"Premium","G","SI1",62.4,58,1220,5.07,5.13,3.18 +"41375",0.51,"Good","F","SI1",63.6,56,1220,5.08,5.11,3.24 +"41376",0.51,"Good","F","SI1",63.8,56,1220,5.04,5.08,3.23 +"41377",0.5,"Ideal","I","VS2",61.6,54,1220,5.11,5.14,3.16 +"41378",0.53,"Ideal","F","SI2",60.9,55,1220,5.26,5.29,3.21 +"41379",0.41,"Ideal","E","VVS1",61.4,57,1221,4.77,4.8,2.94 +"41380",0.59,"Ideal","F","SI2",59.5,57,1221,5.5,5.54,3.28 +"41381",0.55,"Ideal","E","SI2",62,56,1221,5.27,5.31,3.28 +"41382",0.46,"Ideal","J","IF",61.8,56,1221,4.98,4.95,3.07 +"41383",0.42,"Ideal","F","VVS2",61.6,56,1221,4.85,4.83,2.98 +"41384",0.42,"Premium","F","VVS2",59.6,59,1221,4.86,4.83,2.89 +"41385",0.42,"Ideal","F","VVS2",62.1,55,1221,4.81,4.79,2.98 +"41386",0.42,"Ideal","F","VVS2",62.2,56,1221,4.82,4.79,2.99 +"41387",0.42,"Ideal","F","VVS2",61.3,57,1221,4.82,4.8,2.95 +"41388",0.42,"Ideal","F","VVS2",61.1,57,1221,4.84,4.82,2.95 +"41389",0.42,"Ideal","F","VVS2",60.6,57,1221,4.85,4.82,2.93 +"41390",0.42,"Ideal","F","VVS2",61.7,57,1221,4.81,4.78,2.96 +"41391",0.42,"Premium","F","VVS2",61.7,59,1221,4.82,4.78,2.96 +"41392",0.47,"Premium","H","VS1",61.8,58,1221,4.99,4.94,3.07 +"41393",0.42,"Premium","F","VVS2",60.3,59,1221,4.86,4.83,2.92 +"41394",0.5,"Very Good","E","SI1",62.6,56,1222,5.06,5.07,3.17 +"41395",0.51,"Ideal","H","SI1",61.6,55,1222,5.14,5.18,3.18 +"41396",0.53,"Ideal","E","SI2",60.9,57,1223,5.21,5.23,3.18 +"41397",0.42,"Ideal","D","VVS2",61.7,53,1223,4.85,4.87,3 +"41398",0.42,"Ideal","F","VVS1",62.2,53,1223,4.81,4.83,3 +"41399",0.42,"Ideal","F","VVS1",61.5,56,1223,4.85,4.87,2.99 +"41400",0.52,"Ideal","H","SI1",61,56,1223,5.2,5.23,3.18 +"41401",0.52,"Ideal","F","SI1",62.2,54,1223,5.19,5.23,3.24 +"41402",0.52,"Ideal","F","SI1",62,53,1223,5.16,5.2,3.21 +"41403",0.5,"Good","F","SI1",62.5,60,1223,5.07,5.11,3.18 +"41404",0.55,"Very Good","I","VS2",61,57,1224,5.31,5.32,3.24 +"41405",0.56,"Ideal","J","VS2",62,56,1224,5.27,5.31,3.28 +"41406",0.4,"Very Good","F","VVS1",63.3,57,1224,4.7,4.68,2.97 +"41407",0.53,"Good","E","SI1",63.6,56,1224,5.19,5.1,3.27 +"41408",0.38,"Very Good","D","VVS2",59.1,59.9,1225,4.71,4.75,2.79 +"41409",0.49,"Premium","G","VS2",61,59,1225,5.13,5.06,3.11 +"41410",0.56,"Premium","F","SI2",59.1,58,1225,5.44,5.38,3.2 +"41411",0.5,"Fair","F","VS2",64.9,58,1225,4.99,4.9,3.21 +"41412",0.47,"Very Good","F","VS2",59.6,58.1,1226,5.07,5.11,3.03 +"41413",0.53,"Good","D","SI2",63.9,55,1226,5.1,5.14,3.27 +"41414",0.53,"Very Good","D","SI2",59.3,61,1226,5.26,5.29,3.13 +"41415",0.47,"Ideal","F","VS2",60.7,56.1,1226,5.02,5.08,3.07 +"41416",0.4,"Ideal","D","VS2",61.6,55,1226,4.75,4.79,2.94 +"41417",0.53,"Ideal","H","SI1",62.4,59,1226,5.18,5.21,3.24 +"41418",0.47,"Good","G","VS2",60.1,60.3,1226,5.02,5.07,3.03 +"41419",0.55,"Premium","G","SI1",60.7,56,1226,5.38,5.32,3.25 +"41420",0.52,"Ideal","F","SI2",60.9,57,1226,5.22,5.2,3.17 +"41421",0.58,"Premium","F","SI2",63,56,1226,5.34,5.26,3.34 +"41422",0.52,"Very Good","F","SI1",62.3,55,1227,5.14,5.17,3.21 +"41423",0.46,"Ideal","H","VVS1",62.3,54,1227,4.96,4.99,3.1 +"41424",0.58,"Ideal","J","SI1",62.1,55,1227,5.31,5.39,3.32 +"41425",0.54,"Ideal","H","SI1",62.5,53,1227,5.22,5.25,3.27 +"41426",0.51,"Very Good","H","SI1",63.4,57,1227,5.09,5.06,3.22 +"41427",0.51,"Good","H","SI1",63.7,56,1227,5.1,5.07,3.24 +"41428",0.53,"Very Good","E","SI2",63.4,56,1227,5.18,5.16,3.28 +"41429",0.53,"Very Good","E","SI2",63.2,54,1227,5.19,5.16,3.27 +"41430",0.53,"Premium","E","SI2",60.5,60,1227,5.24,5.21,3.16 +"41431",0.38,"Premium","G","IF",62.5,60,1227,4.64,4.61,2.89 +"41432",0.51,"Premium","F","SI2",61.1,59,1227,5.15,5.09,3.13 +"41433",0.45,"Fair","H","VVS2",65.8,56,1227,4.82,4.7,3.13 +"41434",0.41,"Good","E","VVS1",64.1,55,1228,4.68,4.71,3.01 +"41435",0.57,"Premium","E","SI2",61,60,1228,5.32,5.36,3.26 +"41436",0.42,"Ideal","F","VS1",61.6,55,1228,4.84,4.87,2.99 +"41437",0.55,"Ideal","G","SI2",61.8,55,1228,5.27,5.32,3.27 +"41438",0.59,"Ideal","J","SI1",61.3,57,1228,5.37,5.4,3.3 +"41439",0.48,"Good","G","VS1",58.2,59.2,1228,5.09,5.14,2.98 +"41440",0.46,"Good","F","VS1",59.2,63,1228,5,5.03,2.97 +"41441",0.61,"Ideal","G","SI2",59.5,57,1228,5.55,5.51,3.29 +"41442",0.59,"Fair","I","VS1",64.4,59,1229,5.29,5.21,3.38 +"41443",0.4,"Very Good","G","IF",61.4,54,1229,4.76,4.79,2.93 +"41444",0.36,"Premium","E","IF",59.4,61,1229,4.69,4.61,2.76 +"41445",0.54,"Premium","J","VVS2",58.2,62,1229,5.37,5.31,3.11 +"41446",0.53,"Ideal","E","SI2",61.2,55,1229,5.23,5.26,3.21 +"41447",0.53,"Ideal","E","SI2",60.8,57,1229,5.23,5.26,3.19 +"41448",0.4,"Ideal","G","IF",62,56,1229,4.73,4.76,2.94 +"41449",0.4,"Ideal","G","IF",61.8,55,1229,4.76,4.79,2.95 +"41450",0.4,"Ideal","G","IF",61.7,57,1229,4.7,4.73,2.91 +"41451",0.4,"Ideal","G","IF",61.2,56,1229,4.76,4.81,2.93 +"41452",0.4,"Ideal","G","IF",62.3,55,1229,4.74,4.76,2.96 +"41453",0.4,"Ideal","G","IF",61.1,58,1229,4.72,4.74,2.89 +"41454",0.38,"Ideal","F","IF",62.2,54,1229,4.68,4.71,2.92 +"41455",0.52,"Ideal","E","SI2",62.9,56,1229,5.15,5.12,3.23 +"41456",0.52,"Good","E","SI2",63.7,56,1229,5.15,5.12,3.27 +"41457",0.52,"Premium","E","SI2",61.8,54,1229,5.18,5.15,3.19 +"41458",0.45,"Premium","F","VS1",62.1,59,1229,4.85,4.81,3 +"41459",0.59,"Premium","E","SI2",61.4,59,1229,5.4,5.32,3.29 +"41460",0.56,"Very Good","H","SI1",59.9,60,1230,5.3,5.35,3.19 +"41461",0.41,"Premium","G","VVS1",60,59,1230,4.84,4.83,2.9 +"41462",0.41,"Ideal","G","VVS1",62.1,55,1230,4.79,4.74,2.96 +"41463",0.41,"Ideal","G","VVS1",61.8,55,1230,4.78,4.76,2.95 +"41464",0.41,"Ideal","G","VVS1",61.7,55,1230,4.79,4.77,2.95 +"41465",0.41,"Ideal","G","VVS1",62,56,1230,4.8,4.78,2.97 +"41466",0.41,"Premium","G","VVS1",59.9,59,1230,4.83,4.79,2.88 +"41467",0.41,"Premium","G","VVS1",61,61,1230,4.75,4.72,2.89 +"41468",0.41,"Premium","G","VVS1",60.3,60,1230,4.78,4.74,2.87 +"41469",0.41,"Ideal","D","VS1",61.3,54,1230,4.83,4.8,2.95 +"41470",0.41,"Ideal","D","VS1",61.8,57,1230,4.8,4.75,2.95 +"41471",0.41,"Ideal","D","VS1",62.1,56,1230,4.8,4.77,2.97 +"41472",0.41,"Ideal","D","VS1",61,57,1230,4.82,4.78,2.93 +"41473",0.41,"Ideal","D","VS1",62.9,57,1230,4.75,4.73,2.98 +"41474",0.41,"Ideal","D","VS1",62.8,57,1230,4.76,4.73,2.98 +"41475",0.5,"Very Good","D","SI1",62.5,58,1231,5.06,4.98,3.14 +"41476",0.5,"Premium","F","SI1",61.7,57,1231,5.09,5.06,3.13 +"41477",0.5,"Good","F","SI1",57.9,62,1231,5.21,5.18,3.01 +"41478",0.41,"Premium","E","VVS2",60.9,56,1231,4.84,4.78,2.93 +"41479",0.56,"Premium","J","VS2",60.9,60,1232,5.33,5.27,3.23 +"41480",0.56,"Very Good","J","VS2",60.6,57,1232,5.35,5.38,3.25 +"41481",0.52,"Very Good","G","SI1",61.9,59,1232,5.08,5.13,3.16 +"41482",0.39,"Premium","F","VVS1",59.7,58,1232,4.73,4.75,2.83 +"41483",0.39,"Ideal","D","VVS2",61.8,57,1232,4.67,4.71,2.9 +"41484",0.39,"Very Good","D","VVS2",63,57,1232,4.65,4.69,2.94 +"41485",0.39,"Very Good","D","VVS2",62.9,58,1232,4.62,4.66,2.92 +"41486",0.39,"Very Good","F","VVS1",62.7,57,1232,4.64,4.68,2.92 +"41487",0.39,"Premium","D","VVS2",61.1,60,1232,4.66,4.7,2.86 +"41488",0.52,"Ideal","I","VS2",61.9,58,1232,5.14,5.17,3.19 +"41489",0.52,"Ideal","E","SI2",60.9,56,1232,5.2,5.23,3.17 +"41490",0.52,"Ideal","F","SI1",61.5,57,1232,5.12,5.16,3.16 +"41491",0.5,"Ideal","F","SI1",60.1,56,1232,5.19,5.22,3.13 +"41492",0.5,"Good","E","SI1",64.6,54,1232,4.95,5.05,3.23 +"41493",0.51,"Good","D","SI2",64.2,56,1232,5.05,5.02,3.23 +"41494",0.44,"Premium","D","VS1",60.2,59,1232,4.93,4.91,2.96 +"41495",0.8,"Fair","E","I1",65.5,54,1232,5.84,5.68,3.78 +"41496",0.41,"Very Good","E","VVS2",59.9,60,1233,4.8,4.82,2.88 +"41497",0.37,"Ideal","D","VVS1",62,56,1233,4.59,4.6,2.85 +"41498",0.42,"Ideal","F","VVS1",62,55,1233,4.8,4.84,2.99 +"41499",0.61,"Ideal","J","VS2",59.7,59,1233,5.54,5.47,3.29 +"41500",0.58,"Premium","J","VS2",59.5,62,1233,5.44,5.41,3.23 +"41501",0.62,"Premium","F","SI2",59.1,58,1234,5.6,5.57,3.3 +"41502",0.58,"Very Good","E","SI2",63.1,58,1234,5.29,5.32,3.35 +"41503",0.58,"Ideal","E","SI2",62.7,56,1234,5.29,5.34,3.33 +"41504",0.51,"Fair","H","VS1",55.5,64,1234,5.44,5.4,3.01 +"41505",0.43,"Premium","D","VS2",60,59,1234,4.93,4.91,2.95 +"41506",0.5,"Fair","G","VS1",66.5,58,1234,4.99,4.9,3.29 +"41507",0.57,"Very Good","J","SI2",59.9,60,1235,5.36,5.43,3.23 +"41508",0.57,"Very Good","F","SI2",60.1,56,1235,5.4,5.42,3.25 +"41509",0.5,"Very Good","E","SI2",61.6,58,1235,5.08,5.11,3.14 +"41510",0.54,"Very Good","H","SI1",61.6,56,1235,5.21,5.24,3.22 +"41511",0.44,"Ideal","D","VS1",62.3,55,1235,4.85,4.88,3.03 +"41512",0.44,"Premium","G","VVS1",60.9,59,1235,4.9,4.96,3 +"41513",0.44,"Ideal","G","VVS1",61.6,56,1235,4.88,4.9,3.01 +"41514",0.44,"Ideal","G","VVS1",61.8,55,1235,4.86,4.91,3.02 +"41515",0.44,"Ideal","D","VS1",61.3,56,1235,4.87,4.92,3 +"41516",0.44,"Ideal","D","VS1",61.6,56,1235,4.85,4.92,3.01 +"41517",0.44,"Ideal","D","VS1",61.1,56,1235,4.91,4.95,3.01 +"41518",0.44,"Ideal","D","VS1",62.3,55,1235,4.84,4.88,3.03 +"41519",0.55,"Very Good","I","VS2",58.5,62.2,1235,5.39,5.4,3.16 +"41520",0.32,"Premium","F","VVS1",60.7,58,1235,4.4,4.43,2.68 +"41521",0.43,"Ideal","F","VS1",61.4,56,1235,4.87,4.9,3 +"41522",0.54,"Ideal","F","SI2",60.8,56,1235,5.26,5.34,3.22 +"41523",0.42,"Ideal","G","VVS1",61.2,56,1235,4.86,4.85,2.97 +"41524",0.42,"Premium","G","VVS1",59.8,58,1235,4.88,4.85,2.91 +"41525",0.42,"Ideal","G","VVS1",60.6,56,1235,4.88,4.86,2.95 +"41526",0.42,"Premium","G","VVS1",59.3,59,1235,4.92,4.9,2.91 +"41527",0.42,"Ideal","G","VVS1",61.6,55,1235,4.87,4.81,2.98 +"41528",0.42,"Premium","G","VVS1",60.2,59,1235,4.84,4.82,2.91 +"41529",0.42,"Ideal","G","VVS1",61.6,55,1235,4.85,4.82,2.98 +"41530",0.42,"Ideal","G","VVS1",61.1,56,1235,4.87,4.82,2.96 +"41531",0.42,"Ideal","G","VVS1",60,57,1235,4.86,4.84,2.91 +"41532",0.42,"Premium","G","VVS1",62.7,58,1235,4.79,4.74,2.99 +"41533",0.42,"Good","G","VVS1",63.6,55,1235,4.78,4.75,3.03 +"41534",0.42,"Ideal","G","VVS1",61.2,57,1235,4.82,4.78,2.94 +"41535",0.42,"Ideal","G","VVS1",61.7,55,1235,4.84,4.78,2.97 +"41536",0.42,"Ideal","G","VVS1",61.4,56,1235,4.83,4.81,2.96 +"41537",0.42,"Ideal","G","VVS1",62,56,1235,4.84,4.81,2.99 +"41538",0.42,"Ideal","D","VS1",62.1,56,1235,4.82,4.78,2.98 +"41539",0.42,"Ideal","D","VS1",61.5,54,1235,4.84,4.79,2.96 +"41540",0.42,"Premium","D","VS1",60.8,59,1235,4.85,4.79,2.93 +"41541",0.42,"Ideal","D","VS1",61.1,57,1235,4.84,4.81,2.95 +"41542",0.42,"Premium","D","VS1",60.8,60,1235,4.87,4.84,2.95 +"41543",0.5,"Good","D","SI1",63.7,57,1235,5.01,4.94,3.17 +"41544",0.52,"Premium","G","SI2",61.4,56,1235,5.27,5.18,3.2 +"41545",0.5,"Good","D","SI1",64.1,56,1235,5.03,4.98,3.21 +"41546",0.5,"Premium","D","SI1",60.7,59,1235,5.11,5.04,3.08 +"41547",0.5,"Good","D","SI1",57.2,60,1235,5.25,5.2,2.99 +"41548",0.63,"Fair","H","SI2",64.7,61,1235,5.33,5.27,3.43 +"41549",0.7,"Very Good","I","I1",63.2,59,1235,5.62,5.59,3.54 +"41550",0.42,"Ideal","G","VVS1",61.1,56,1235,4.84,4.82,2.95 +"41551",0.4,"Very Good","F","VVS1",58.9,59,1236,4.81,4.84,2.84 +"41552",0.53,"Ideal","I","VS2",62,55,1236,5.16,5.19,3.21 +"41553",0.53,"Ideal","H","SI1",62.5,56,1236,5.15,5.19,3.23 +"41554",0.41,"Ideal","F","VVS1",62.3,56,1236,4.79,4.77,2.98 +"41555",0.5,"Very Good","G","SI1",62.1,59,1237,5.09,5.12,3.17 +"41556",0.5,"Very Good","G","SI1",62.8,56,1237,5.05,5.08,3.18 +"41557",0.51,"Very Good","G","SI1",61.4,54,1237,5.2,5.22,3.2 +"41558",0.53,"Very Good","G","SI1",61.2,55,1237,5.21,5.34,3.23 +"41559",0.52,"Very Good","D","SI1",62,60,1237,5.18,5.11,3.19 +"41560",0.54,"Premium","F","SI1",61.8,60,1237,5.2,5.22,3.22 +"41561",0.56,"Ideal","I","VS2",62.1,54,1237,5.3,5.33,3.3 +"41562",0.5,"Ideal","G","SI1",61.7,57,1237,5.06,5.08,3.13 +"41563",0.51,"Ideal","G","SI1",61.7,54,1237,5.14,5.2,3.19 +"41564",0.51,"Fair","E","SI1",64.8,58,1237,5.07,5.02,3.27 +"41565",0.51,"Premium","E","SI1",62.6,60,1237,5.13,5.06,3.2 +"41566",0.51,"Very Good","D","SI1",63.4,59,1237,5.07,5.02,3.2 +"41567",0.5,"Premium","E","SI1",61.4,62,1238,5.1,5.07,3.12 +"41568",0.55,"Premium","F","SI1",62.1,62,1238,5.22,5.18,3.23 +"41569",0.43,"Premium","D","VVS2",59.5,59,1238,4.97,4.95,2.95 +"41570",0.55,"Very Good","E","SI2",62.5,54,1238,5.21,5.25,3.27 +"41571",0.41,"Ideal","G","VVS2",61.9,55,1238,4.77,4.79,2.96 +"41572",0.42,"Very Good","D","VVS1",62.4,55,1238,4.79,4.82,3 +"41573",0.55,"Ideal","J","VVS1",62.4,54,1238,5.25,5.29,3.29 +"41574",0.52,"Ideal","H","VS2",61.7,54,1238,5.18,5.22,3.21 +"41575",0.55,"Ideal","I","VS1",62.2,55,1238,5.26,5.29,3.28 +"41576",0.6,"Ideal","H","SI2",61.9,55,1238,5.43,5.46,3.37 +"41577",0.5,"Fair","G","VS2",65.1,56,1238,5.02,4.99,3.26 +"41578",0.5,"Premium","E","SI1",62.4,60,1238,4.98,4.96,3.1 +"41579",0.5,"Very Good","E","SI1",61.4,63,1238,5.1,5.06,3.12 +"41580",0.44,"Premium","E","VS1",60.7,58,1238,4.91,4.88,2.97 +"41581",0.25,"Very Good","D","VS1",62.6,58,388,4.05,4.07,2.54 +"41582",0.25,"Very Good","D","VS1",60.8,60,388,4.07,4.09,2.48 +"41583",0.25,"Very Good","D","VS1",60,63,388,4.05,4.08,2.44 +"41584",0.32,"Very Good","G","SI2",60.7,61,388,4.42,4.47,2.7 +"41585",0.32,"Very Good","I","SI1",62.4,58,388,4.42,4.46,2.77 +"41586",0.3,"Very Good","H","SI1",62.4,58,389,4.23,4.29,2.66 +"41587",0.3,"Ideal","I","VS2",62.1,58,389,4.27,4.29,2.66 +"41588",0.3,"Ideal","H","SI1",61.9,54,389,4.33,4.36,2.69 +"41589",0.23,"Very Good","H","VVS2",59.2,61,389,4,4.04,2.38 +"41590",0.32,"Very Good","J","SI1",62.3,57,389,4.33,4.44,2.73 +"41591",0.31,"Premium","H","SI2",59.5,59,390,4.39,4.45,2.63 +"41592",0.23,"Very Good","G","VS1",62.2,55,391,3.93,3.95,2.45 +"41593",0.24,"Very Good","G","VS1",61.2,56,391,4,4.03,2.46 +"41594",0.24,"Very Good","G","VS1",62.4,56,391,3.99,4.03,2.5 +"41595",0.23,"Very Good","E","VS1",62.8,55,391,3.88,3.9,2.44 +"41596",0.24,"Ideal","H","VS2",61.1,56,391,3.99,4.03,2.45 +"41597",0.32,"Ideal","I","SI2",61.9,56,391,4.38,4.41,2.72 +"41598",0.32,"Ideal","I","SI2",61,56,391,4.43,4.45,2.71 +"41599",0.31,"Ideal","G","SI2",62,55,391,4.34,4.37,2.7 +"41600",0.3,"Good","I","SI1",64.1,57,391,4.25,4.3,2.74 +"41601",0.24,"Very Good","F","VS1",62.9,59,393,3.95,3.97,2.49 +"41602",0.24,"Very Good","F","VS1",59.3,57,393,4.07,4.12,2.43 +"41603",0.27,"Ideal","H","SI1",61.6,57,393,4.13,4.15,2.55 +"41604",0.3,"Very Good","H","SI1",58.7,63,393,4.32,4.37,2.55 +"41605",0.32,"Ideal","J","VS2",62.2,57,393,4.36,4.38,2.72 +"41606",0.32,"Very Good","J","VS2",60,61,393,4.45,4.49,2.68 +"41607",0.3,"Very Good","E","SI2",58.8,60,393,4.39,4.42,2.59 +"41608",0.32,"Premium","J","VS2",61.9,58,393,4.35,4.38,2.7 +"41609",0.32,"Premium","J","VS2",61.9,59,393,4.35,4.38,2.7 +"41610",0.32,"Good","H","SI2",63.2,55,393,4.34,4.36,2.75 +"41611",0.27,"Very Good","G","VVS2",62.4,56,504,4.13,4.16,2.58 +"41612",0.27,"Very Good","G","VVS2",62.1,56,504,4.14,4.18,2.58 +"41613",0.27,"Very Good","G","VVS2",62,56,504,4.14,4.17,2.57 +"41614",0.27,"Very Good","H","VVS1",61.2,57,504,4.15,4.18,2.55 +"41615",0.24,"Very Good","G","VVS1",61.7,56,504,3.98,4.02,2.46 +"41616",0.29,"Very Good","F","VS1",59.1,60,504,4.33,4.36,2.57 +"41617",0.29,"Very Good","F","VS1",63,55,504,4.24,4.27,2.68 +"41618",0.29,"Very Good","F","VS1",61.2,58,504,4.24,4.29,2.61 +"41619",0.29,"Very Good","E","VS1",61.7,58,504,4.23,4.29,2.63 +"41620",0.29,"Very Good","E","VS1",58.9,56,504,4.35,4.37,2.57 +"41621",0.29,"Very Good","E","VS1",61.8,59,504,4.21,4.27,2.62 +"41622",0.24,"Ideal","H","VVS2",61.5,57,504,4,4.03,2.47 +"41623",0.34,"Ideal","J","VVS1",62.1,54.2,504,4.48,4.51,2.79 +"41624",0.24,"Ideal","H","VVS1",60.7,57,504,4.02,4.05,2.44 +"41625",0.24,"Ideal","H","VVS1",61.5,55,504,3.99,4.02,2.46 +"41626",0.29,"Ideal","F","VS2",61.6,56,504,4.28,4.32,2.65 +"41627",0.24,"Ideal","H","IF",62.5,54,504,3.97,4,2.49 +"41628",0.24,"Ideal","H","IF",62.1,57,504,4,4.04,2.5 +"41629",0.24,"Ideal","H","IF",61.8,54,504,3.99,4.03,2.47 +"41630",0.29,"Good","F","VS1",64.4,54,504,4.21,4.24,2.72 +"41631",0.32,"Premium","H","SI2",60.4,59,504,4.42,4.39,2.66 +"41632",0.32,"Very Good","H","SI2",63.2,55,504,4.36,4.34,2.75 +"41633",0.3,"Very Good","H","SI1",58.7,63,504,4.37,4.32,2.55 +"41634",0.32,"Ideal","J","VS2",62.9,56,504,4.4,4.37,2.76 +"41635",0.32,"Ideal","J","VS2",62.1,54,504,4.44,4.38,2.74 +"41636",0.32,"Premium","J","VS2",60,61,504,4.49,4.45,2.68 +"41637",0.32,"Ideal","J","VS2",62.2,57,504,4.38,4.36,2.72 +"41638",0.32,"Premium","J","VS2",61.9,58,504,4.38,4.35,2.7 +"41639",0.32,"Premium","J","VS2",61.9,59,504,4.38,4.35,2.7 +"41640",0.3,"Premium","E","SI2",58.8,60,504,4.42,4.39,2.59 +"41641",0.4,"Ideal","H","IF",62.7,57,1238,4.7,4.68,2.94 +"41642",0.4,"Ideal","E","VVS2",61.8,56,1238,4.77,4.74,2.94 +"41643",0.4,"Ideal","E","VVS2",61.8,55,1238,4.78,4.74,2.94 +"41644",0.4,"Ideal","E","VVS2",61.5,56,1238,4.79,4.74,2.93 +"41645",0.4,"Ideal","E","VVS2",61.7,56,1238,4.77,4.73,2.93 +"41646",0.4,"Ideal","E","VVS2",62.1,55,1238,4.76,4.74,2.95 +"41647",0.4,"Ideal","E","VVS2",62.2,56,1238,4.78,4.71,2.95 +"41648",0.5,"Fair","E","SI1",61.7,68,1238,5.09,5.03,3.12 +"41649",0.4,"Ideal","E","VVS2",61.7,55,1238,4.76,4.74,2.93 +"41650",0.44,"Good","D","VS2",60.6,64,1238,4.97,4.89,2.99 +"41651",0.5,"Fair","D","SI1",64.6,61,1238,5.05,4.95,3.23 +"41652",0.4,"Ideal","E","VVS2",62.1,56,1238,4.73,4.7,2.93 +"41653",0.59,"Very Good","H","SI1",61.8,56,1239,5.39,5.43,3.35 +"41654",0.58,"Very Good","H","SI1",62.1,55,1239,5.35,5.38,3.33 +"41655",0.58,"Very Good","H","SI1",59.7,57,1239,5.41,5.47,3.25 +"41656",0.58,"Ideal","F","SI2",62,57,1239,5.32,5.35,3.31 +"41657",0.5,"Ideal","D","SI2",62.5,55,1239,5.07,5.14,3.19 +"41658",0.5,"Ideal","D","SI2",62.4,56,1239,5.06,5.1,3.17 +"41659",0.58,"Very Good","H","SI1",58.4,59,1239,5.48,5.51,3.21 +"41660",0.5,"Good","H","VS2",56.3,65,1239,5.21,5.24,2.94 +"41661",0.5,"Ideal","D","SI2",61.6,57,1239,5.1,5.13,3.15 +"41662",0.54,"Ideal","J","VVS1",62.2,54,1239,5.23,5.25,3.26 +"41663",0.4,"Ideal","G","IF",63.1,54,1239,4.69,4.73,2.97 +"41664",0.4,"Ideal","G","IF",61.8,55,1239,4.75,4.79,2.95 +"41665",0.51,"Very Good","E","SI2",63.3,56,1239,5.12,5.08,3.23 +"41666",0.61,"Good","I","VS2",63.7,60,1239,5.34,5.28,3.38 +"41667",0.31,"Ideal","E","IF",60.4,56,1239,4.43,4.38,2.66 +"41668",0.4,"Ideal","I","VVS2",62,56,1240,4.74,4.77,2.95 +"41669",0.4,"Ideal","I","VVS2",61.4,56,1240,4.76,4.79,2.93 +"41670",0.46,"Ideal","D","VS2",62.4,56,1240,4.95,4.98,3.1 +"41671",0.4,"Ideal","G","VS2",61.1,56,1240,4.74,4.78,2.91 +"41672",0.4,"Ideal","G","VS2",62,56,1240,4.73,4.78,2.95 +"41673",0.54,"Ideal","J","VS1",61,56.1,1240,5.25,5.28,3.21 +"41674",0.33,"Ideal","F","IF",60.8,55,1240,4.49,4.53,2.74 +"41675",0.33,"Ideal","F","IF",61.2,56,1240,4.47,4.49,2.74 +"41676",0.33,"Ideal","F","IF",61.3,55,1240,4.47,4.5,2.75 +"41677",0.33,"Ideal","F","IF",61.2,56,1240,4.47,4.49,2.74 +"41678",0.5,"Ideal","E","SI2",62.4,57,1240,5.07,5.03,3.15 +"41679",0.5,"Ideal","E","SI2",62.5,57,1240,5.07,5.04,3.16 +"41680",0.54,"Very Good","H","SI1",63.3,57,1240,5.22,5.15,3.28 +"41681",0.54,"Ideal","H","SI1",62.2,56,1240,5.26,5.19,3.25 +"41682",0.54,"Premium","H","SI1",61,58,1240,5.27,5.23,3.2 +"41683",0.54,"Ideal","H","SI1",61,56,1240,5.28,5.24,3.21 +"41684",0.54,"Ideal","F","SI2",61.1,56,1240,5.26,5.22,3.2 +"41685",0.54,"Premium","F","SI2",59.6,60,1240,5.28,5.25,3.14 +"41686",0.5,"Premium","E","SI2",61.4,58,1240,5.11,5.09,3.13 +"41687",0.5,"Ideal","E","SI2",61.4,57,1240,5.14,5.09,3.14 +"41688",0.5,"Premium","E","SI2",59.5,59,1240,5.19,5.16,3.08 +"41689",0.5,"Premium","E","SI2",61.7,58,1240,5.12,5.06,3.14 +"41690",0.5,"Premium","E","SI2",61.3,56,1240,5.13,5.08,3.13 +"41691",0.55,"Ideal","G","SI2",62.1,57,1240,5.3,5.23,3.27 +"41692",0.54,"Premium","F","SI2",60,60,1240,5.27,5.22,3.24 +"41693",0.5,"Ideal","G","SI1",62.5,57,1240,5.09,5.05,3.17 +"41694",0.63,"Good","F","SI2",64.2,56,1240,5.4,5.34,3.45 +"41695",0.45,"Good","H","VVS1",56.8,64,1240,5.08,4.99,2.86 +"41696",0.49,"Premium","G","VS2",59.8,59,1240,5.16,5.14,3.08 +"41697",0.54,"Very Good","G","SI1",62.2,57,1241,5.17,5.22,3.23 +"41698",0.54,"Premium","G","SI1",61.1,57,1241,5.27,5.21,3.2 +"41699",0.45,"Good","E","VS1",61.7,63,1241,4.88,4.91,3.02 +"41700",0.41,"Premium","E","VVS1",61.2,62,1241,4.78,4.76,2.92 +"41701",0.42,"Premium","D","VVS2",62.8,59,1241,4.76,4.73,2.98 +"41702",0.51,"Good","E","SI1",63.6,59,1241,5.13,5.06,3.24 +"41703",0.5,"Very Good","I","VS1",63,55,1242,5.07,5.09,3.2 +"41704",0.53,"Good","H","SI1",63.9,55,1242,5.19,5.14,3.3 +"41705",0.53,"Premium","H","SI1",59.4,60,1242,5.26,5.24,3.12 +"41706",0.53,"Good","H","SI1",63.7,55,1242,5.15,5.12,3.27 +"41707",0.53,"Premium","F","SI2",60.5,60,1242,5.23,5.19,3.15 +"41708",0.53,"Premium","F","SI2",62.5,57,1242,5.17,5.11,3.21 +"41709",0.51,"Very Good","G","SI1",62.7,59,1243,5.07,5.13,3.2 +"41710",0.51,"Very Good","F","SI2",62.3,55,1243,5.13,5.15,3.2 +"41711",0.46,"Very Good","E","VS2",62.2,58,1243,4.95,4.99,3.09 +"41712",0.53,"Ideal","I","VS2",62.3,57,1243,5.15,5.18,3.22 +"41713",0.56,"Ideal","D","SI2",61.3,56,1243,5.3,5.33,3.26 +"41714",0.53,"Ideal","D","SI2",61.7,55,1243,5.2,5.24,3.22 +"41715",0.56,"Ideal","D","SI2",62.2,55,1243,5.29,5.32,3.3 +"41716",0.47,"Good","F","VS1",60,60.1,1243,5.04,5.06,3.03 +"41717",0.47,"Good","F","VS1",59,60.2,1243,5.04,5.09,2.99 +"41718",0.34,"Ideal","E","IF",62,56,1243,4.51,4.49,2.79 +"41719",0.34,"Ideal","E","IF",61.7,56,1243,4.48,4.46,2.76 +"41720",0.34,"Ideal","E","IF",62,56,1243,4.5,4.47,2.78 +"41721",0.41,"Ideal","E","VVS2",61.6,56,1243,4.8,4.78,2.95 +"41722",0.5,"Very Good","D","SI2",63.4,59,1243,5.03,5,3.18 +"41723",0.5,"Very Good","D","SI2",63.2,56,1243,5.05,5.01,3.18 +"41724",0.41,"Ideal","H","IF",61.8,55,1243,4.79,4.76,2.95 +"41725",0.41,"Ideal","H","IF",62.9,54,1243,4.74,4.71,2.97 +"41726",0.41,"Ideal","H","IF",62.1,56,1243,4.76,4.74,2.95 +"41727",0.41,"Ideal","E","VVS2",60,57,1243,4.85,4.81,2.9 +"41728",0.41,"Premium","E","VVS2",60.9,60,1243,4.82,4.81,2.93 +"41729",0.41,"Ideal","E","VVS2",62.2,54,1243,4.79,4.76,2.97 +"41730",0.41,"Ideal","E","VVS2",61.4,56,1243,4.81,4.77,2.94 +"41731",0.41,"Ideal","E","VVS2",61,56,1243,4.82,4.79,2.93 +"41732",0.41,"Ideal","E","VVS2",61.5,55,1243,4.83,4.79,2.96 +"41733",0.41,"Ideal","E","VVS2",61.1,56,1243,4.85,4.8,2.95 +"41734",0.41,"Ideal","E","VVS2",62.8,54,1243,4.77,4.72,2.98 +"41735",0.41,"Premium","E","VVS2",61.8,59,1243,4.78,4.74,2.94 +"41736",0.41,"Ideal","E","VVS2",61.9,56,1243,4.78,4.75,2.95 +"41737",0.41,"Ideal","E","VVS2",62.3,56,1243,4.78,4.75,2.97 +"41738",0.41,"Ideal","E","VVS2",61.8,57,1243,4.8,4.75,2.95 +"41739",0.41,"Ideal","E","VVS2",60.9,56,1243,4.81,4.75,2.91 +"41740",0.41,"Ideal","E","VVS2",61.4,57,1243,4.79,4.76,2.93 +"41741",0.41,"Ideal","E","VVS2",62,56,1243,4.76,4.72,2.94 +"41742",0.5,"Ideal","D","SI2",62.8,56,1243,5.06,5.03,3.17 +"41743",0.5,"Premium","D","SI2",62.6,58,1243,5.04,4.96,3.13 +"41744",0.51,"Very Good","F","SI1",63.4,58,1244,5.06,5.1,3.22 +"41745",0.57,"Very Good","E","SI2",59.7,57,1244,5.4,5.48,3.25 +"41746",0.52,"Good","F","SI1",63.8,56,1244,5.07,5.12,3.25 +"41747",0.52,"Good","G","SI1",63.3,57,1244,5.08,5.11,3.22 +"41748",0.52,"Good","G","SI1",63.6,56,1244,5.07,5.09,3.23 +"41749",0.52,"Good","G","SI1",63.3,55,1244,5.07,5.1,3.22 +"41750",0.52,"Very Good","G","SI1",62.8,61,1244,5.11,5.14,3.22 +"41751",0.52,"Very Good","G","SI1",59.6,62,1244,5.18,5.23,3.1 +"41752",0.52,"Very Good","F","SI1",58.6,61,1244,5.28,5.3,3.1 +"41753",0.52,"Premium","F","SI1",59.5,59,1244,5.24,5.31,3.14 +"41754",0.67,"Very Good","E","SI2",63.1,58,1244,5.62,5.53,3.53 +"41755",0.5,"Ideal","I","VS2",62.5,55,1244,5.05,5.09,3.17 +"41756",0.57,"Ideal","E","SI2",62.1,55,1244,5.34,5.36,3.32 +"41757",0.47,"Premium","H","VS1",60.3,61,1244,5.05,5.04,3.04 +"41758",0.46,"Very Good","E","VS2",62.6,58,1245,4.91,4.96,3.09 +"41759",0.43,"Ideal","H","IF",62.2,55,1245,4.84,4.87,3.02 +"41760",0.43,"Very Good","E","VVS2",60.8,57,1245,4.89,4.92,2.98 +"41761",0.43,"Ideal","E","VVS2",62,57,1245,4.84,4.87,3.01 +"41762",0.42,"Ideal","G","VVS1",62.8,55,1245,4.78,4.8,3.01 +"41763",0.38,"Ideal","E","VVS1",61.9,53.7,1245,4.66,4.67,2.89 +"41764",0.38,"Ideal","E","VVS1",62.4,53.2,1245,4.62,4.66,2.9 +"41765",0.44,"Ideal","I","VS1",61.4,55,1245,4.89,4.92,3.01 +"41766",0.52,"Ideal","H","SI1",61.7,55,1245,5.17,5.21,3.2 +"41767",0.53,"Ideal","H","SI1",61.1,55,1245,5.24,5.28,3.21 +"41768",0.46,"Good","G","VVS2",60.2,60.5,1245,4.98,5.04,3.02 +"41769",0.44,"Very Good","E","VS1",62.2,58,1246,4.8,4.85,3 +"41770",0.54,"Ideal","E","SI2",60.4,57,1246,5.27,5.33,3.2 +"41771",0.54,"Ideal","E","SI2",60.7,56,1246,5.25,5.3,3.2 +"41772",0.54,"Ideal","E","SI2",60.6,57,1246,5.25,5.28,3.19 +"41773",0.45,"Good","G","VS1",60.7,60.4,1246,4.94,4.98,3.01 +"41774",0.55,"Premium","H","SI2",62.4,56,1246,5.23,5.2,3.25 +"41775",0.49,"Ideal","G","VS2",61.1,57,1246,5.12,5.09,3.12 +"41776",0.53,"Good","E","SI1",56.7,59,1246,5.39,5.37,3.05 +"41777",0.42,"Very Good","E","VS1",62.8,57.8,1247,4.8,4.83,3.03 +"41778",0.59,"Very Good","F","SI2",58.6,59,1247,5.53,5.57,3.25 +"41779",0.35,"Premium","D","VVS1",60.8,58,1247,4.55,4.53,2.76 +"41780",0.35,"Ideal","D","VVS1",61.5,57,1247,4.55,4.52,2.79 +"41781",0.57,"Premium","H","SI1",61.6,58,1247,5.37,5.34,3.3 +"41782",0.57,"Ideal","H","SI1",62.1,57,1247,5.32,5.3,3.3 +"41783",0.54,"Ideal","D","SI2",61.3,57,1247,5.27,5.24,3.22 +"41784",0.57,"Premium","F","SI2",60.4,58,1247,5.4,5.37,3.25 +"41785",0.54,"Very Good","H","SI1",61,57,1248,5.22,5.27,3.2 +"41786",0.59,"Ideal","E","SI2",61.6,54,1248,5.42,5.45,3.35 +"41787",0.55,"Ideal","H","SI1",61.5,54,1248,5.3,5.33,3.27 +"41788",0.39,"Ideal","E","IF",62.5,57,1248,4.7,4.74,2.95 +"41789",0.31,"Premium","D","IF",60.2,59,1248,4.42,4.39,2.65 +"41790",0.52,"Premium","G","SI1",62.6,58,1249,5.13,5.1,3.2 +"41791",0.41,"Very Good","E","VVS2",61.6,60,1249,4.75,4.77,2.93 +"41792",0.41,"Very Good","E","VVS1",62.9,58,1249,4.72,4.75,2.98 +"41793",0.54,"Good","D","SI2",63.2,57,1249,5.16,5.19,3.27 +"41794",0.52,"Premium","G","SI1",62.7,58,1249,5.13,5.07,3.2 +"41795",0.52,"Premium","G","SI1",60.6,61,1249,5.19,5.17,3.14 +"41796",0.49,"Fair","D","VS2",57.5,68,1249,5.18,5.11,2.96 +"41797",0.5,"Ideal","E","SI1",60.6,57,1250,5.19,5.14,3.13 +"41798",0.6,"Very Good","E","SI2",63.2,60,1250,5.32,5.28,3.35 +"41799",0.6,"Very Good","E","SI2",63.2,60,1250,5.32,5.28,3.35 +"41800",0.4,"Very Good","E","VS1",62.7,55,1250,4.69,4.72,2.95 +"41801",0.5,"Very Good","F","SI1",62.8,56,1250,5.03,5.06,3.17 +"41802",0.5,"Very Good","F","SI1",62.7,59,1250,5.04,5.07,3.17 +"41803",0.5,"Very Good","F","SI1",61.2,61,1250,5.06,5.1,3.11 +"41804",0.5,"Very Good","F","SI1",62.3,60,1250,5.07,5.11,3.17 +"41805",0.53,"Very Good","F","SI1",59.6,58,1250,5.28,5.33,3.16 +"41806",0.51,"Premium","G","SI1",62,56,1250,5.14,5.12,3.18 +"41807",0.5,"Premium","F","SI1",62.2,59,1250,5.07,5.03,3.14 +"41808",0.4,"Ideal","E","VS1",62.4,58,1250,4.7,4.72,2.94 +"41809",0.6,"Ideal","H","SI2",61.7,54,1250,5.44,5.48,3.37 +"41810",0.52,"Ideal","F","SI1",61.6,57,1250,5.16,5.19,3.19 +"41811",0.54,"Good","E","SI2",63.8,54,1250,5.18,5.17,3.3 +"41812",0.54,"Ideal","E","SI2",62.1,56,1250,5.22,5.18,3.23 +"41813",0.54,"Premium","E","SI2",61.9,58,1250,5.24,5.19,3.23 +"41814",0.54,"Very Good","E","SI2",63.4,56,1250,5.18,5.14,3.27 +"41815",0.43,"Ideal","F","VVS2",62.2,55,1250,4.85,4.83,3.01 +"41816",0.43,"Ideal","F","VVS2",61.8,57,1250,4.85,4.83,2.99 +"41817",0.43,"Ideal","F","VVS2",61.9,56,1250,4.84,4.82,2.99 +"41818",0.43,"Premium","F","VVS2",61.6,60,1250,4.86,4.82,2.98 +"41819",0.43,"Ideal","F","VVS2",61.9,56,1250,4.87,4.82,3 +"41820",0.6,"Ideal","G","SI2",59.1,56,1250,5.58,5.52,3.28 +"41821",0.85,"Fair","H","I1",66.9,54,1250,5.98,5.75,3.94 +"41822",0.5,"Ideal","D","SI2",61,57,1250,5.15,5.12,3.13 +"41823",0.5,"Ideal","D","SI2",62.3,54,1250,5.11,5.06,3.17 +"41824",0.51,"Premium","H","SI1",61.6,56,1250,5.19,5.14,3.18 +"41825",0.51,"Very Good","H","VS2",59.8,57,1251,5.22,5.25,3.13 +"41826",0.48,"Very Good","F","VS2",61.1,58,1251,5.05,5.11,3.11 +"41827",0.31,"Ideal","D","IF",61.1,56,1251,4.39,4.42,2.69 +"41828",0.42,"Ideal","G","IF",62,57,1251,4.8,4.82,2.98 +"41829",0.46,"Ideal","E","VS2",62.1,57,1251,4.93,4.89,3.05 +"41830",0.46,"Ideal","H","VS2",61.5,55,1252,4.98,5.01,3.07 +"41831",0.4,"Ideal","E","VS1",61.3,56,1252,4.76,4.8,2.93 +"41832",0.32,"Good","D","IF",57.8,56,1252,4.55,4.65,2.66 +"41833",0.62,"Premium","G","SI1",59.3,58,1253,5.6,5.56,3.31 +"41834",0.56,"Ideal","H","SI1",60.3,58,1253,5.35,5.4,3.24 +"41835",0.5,"Fair","D","SI1",64.6,59,1253,4.93,4.95,3.19 +"41836",0.62,"Premium","J","VS2",61.2,59,1253,5.52,5.42,3.35 +"41837",0.44,"Premium","F","VVS2",61.6,58,1253,4.89,4.85,3 +"41838",0.44,"Ideal","F","VVS2",60.9,55,1253,4.96,4.92,3.01 +"41839",0.5,"Premium","H","VS1",62.7,59,1253,5.03,4.98,3.14 +"41840",0.59,"Very Good","H","SI2",61.2,60,1254,5.38,5.43,3.31 +"41841",0.51,"Ideal","G","SI1",61.5,55.5,1254,5.13,5.19,3.17 +"41842",0.4,"Good","D","VS1",56.3,59,1254,4.94,4.97,2.79 +"41843",0.35,"Ideal","E","IF",61.4,56,1254,4.56,4.53,2.79 +"41844",0.35,"Ideal","E","IF",62.2,56,1254,4.52,4.51,2.81 +"41845",0.45,"Good","G","VVS1",64,57,1254,4.86,4.82,3.1 +"41846",0.41,"Very Good","F","IF",63.3,56,1255,4.69,4.75,2.99 +"41847",0.54,"Very Good","F","SI1",63,57,1255,5.18,5.23,3.28 +"41848",0.51,"Good","D","SI1",64,58,1255,5.03,5.06,3.23 +"41849",0.58,"Ideal","H","SI1",62.2,57,1255,5.34,5.37,3.33 +"41850",0.53,"Ideal","H","SI1",61.9,56,1255,5.17,5.23,3.22 +"41851",0.53,"Ideal","G","SI1",61.8,58,1255,5.16,5.19,3.2 +"41852",0.53,"Ideal","G","SI1",62,60,1255,5.18,5.2,3.22 +"41853",0.44,"Ideal","H","IF",62,57,1255,4.87,4.91,3.02 +"41854",0.39,"Good","D","VVS2",63.6,60.2,1255,4.58,4.62,2.93 +"41855",0.61,"Ideal","E","I1",63.4,57,1255,5.43,5.37,3.42 +"41856",0.61,"Premium","G","SI1",60.8,60,1255,5.42,5.42,3.31 +"41857",0.7,"Good","H","I1",57.4,63,1255,5.89,5.8,3.36 +"41858",0.55,"Ideal","F","SI2",61.1,56,1256,5.29,5.32,3.24 +"41859",0.46,"Very Good","E","VS1",62.9,52,1257,4.9,4.95,3.1 +"41860",0.59,"Very Good","I","SI1",61.7,55.2,1257,5.39,5.41,3.33 +"41861",0.59,"Very Good","J","VS2",60.8,56.6,1257,5.42,5.47,3.31 +"41862",0.33,"Ideal","D","VVS1",60.5,56,1257,4.5,4.53,2.73 +"41863",0.64,"Ideal","I","SI2",61.2,55,1257,5.54,5.6,3.41 +"41864",0.4,"Ideal","G","IF",61.1,56,1257,4.76,4.79,2.92 +"41865",0.4,"Ideal","G","IF",61.5,57,1257,4.72,4.76,2.91 +"41866",0.38,"Premium","F","VVS1",61.6,58,1257,4.65,4.61,2.85 +"41867",0.38,"Ideal","F","VVS1",61.9,54,1257,4.7,4.67,2.9 +"41868",0.38,"Premium","D","VVS2",61.9,56,1257,4.65,4.63,2.87 +"41869",0.38,"Ideal","D","VVS2",61.5,57,1257,4.67,4.63,2.86 +"41870",0.38,"Ideal","F","VVS1",62.2,57,1257,4.68,4.64,2.9 +"41871",0.38,"Premium","F","VVS1",61.6,58,1257,4.66,4.63,2.86 +"41872",0.38,"Premium","F","VVS1",59.2,58,1257,4.8,4.76,2.83 +"41873",0.38,"Ideal","D","VVS2",61.5,56,1257,4.66,4.64,2.86 +"41874",0.38,"Premium","D","VVS2",60,62,1257,4.73,4.7,2.83 +"41875",0.5,"Very Good","D","SI1",63.5,57,1257,5.09,5.05,3.22 +"41876",0.38,"Ideal","D","VVS2",61.3,56,1257,4.73,4.63,2.87 +"41877",0.5,"Fair","G","VS1",65.7,63,1257,4.97,4.87,3.23 +"41878",0.5,"Fair","G","VS1",67.6,56,1257,5.02,4.89,3.35 +"41879",0.5,"Good","D","SI1",63.9,56,1257,5.02,4.93,3.18 +"41880",0.57,"Premium","F","SI1",61.1,60,1257,5.44,5.33,3.24 +"41881",0.46,"Very Good","F","VS2",59.9,55,1258,5.06,5.08,3.04 +"41882",0.56,"Good","D","SI2",63.2,54,1258,5.24,5.26,3.32 +"41883",0.57,"Ideal","I","VS2",61.6,54,1258,5.35,5.4,3.31 +"41884",0.59,"Ideal","G","SI2",60.6,56,1258,5.44,5.46,3.3 +"41885",0.54,"Ideal","I","VS2",61.5,55,1259,5.25,5.29,3.24 +"41886",0.54,"Ideal","I","VS2",61.1,55,1259,5.27,5.31,3.23 +"41887",0.5,"Ideal","E","SI1",62.4,56,1259,5.03,5.07,3.15 +"41888",0.41,"Ideal","G","IF",62.4,54,1259,4.77,4.82,2.99 +"41889",0.41,"Ideal","G","IF",61.6,55,1259,4.78,4.83,2.96 +"41890",0.41,"Ideal","G","IF",62.4,54,1259,4.76,4.79,2.98 +"41891",0.41,"Ideal","G","IF",61.7,56,1259,4.78,4.81,2.96 +"41892",0.41,"Ideal","G","IF",61.7,56,1259,4.79,4.81,2.96 +"41893",0.5,"Good","G","VS2",59.3,65,1259,5.1,5.12,3.03 +"41894",0.5,"Good","E","SI1",61.8,62,1259,5.05,5.08,3.13 +"41895",0.56,"Very Good","E","SI2",63.5,57,1259,5.24,5.21,3.32 +"41896",0.51,"Good","G","SI1",63.7,55,1259,5.1,5.07,3.24 +"41897",0.55,"Very Good","F","SI1",62.9,58,1260,5.23,5.26,3.3 +"41898",0.44,"Ideal","F","VVS1",61.5,57,1260,4.86,4.9,3 +"41899",0.54,"Ideal","I","VS2",61.9,56,1260,5.2,5.26,3.24 +"41900",0.54,"Ideal","F","SI1",61.5,55,1260,5.23,5.28,3.23 +"41901",0.55,"Ideal","J","VS2",61.7,54,1260,5.34,5.29,3.28 +"41902",0.59,"Very Good","J","VS2",62.1,57,1261,5.34,5.39,3.33 +"41903",0.52,"Very Good","F","SI1",60,58,1261,5.21,5.26,3.14 +"41904",0.52,"Very Good","F","SI1",61.3,56,1261,5.2,5.24,3.2 +"41905",0.51,"Very Good","G","SI1",63.1,56,1261,5.08,5.16,3.23 +"41906",0.51,"Very Good","G","SI1",61.9,57,1261,5.09,5.15,3.17 +"41907",0.51,"Very Good","G","SI1",59.7,58,1261,5.2,5.26,3.12 +"41908",0.4,"Very Good","F","IF",62.9,55,1261,4.68,4.7,2.95 +"41909",0.43,"Ideal","F","VVS1",60.3,59,1261,4.89,4.93,2.96 +"41910",0.4,"Ideal","F","IF",61.8,55,1261,4.74,4.8,2.95 +"41911",0.47,"Ideal","E","VS2",61.7,56,1261,5.01,4.98,3.08 +"41912",0.49,"Premium","F","VS2",59.2,57,1261,5.21,5.16,3.07 +"41913",0.42,"Very Good","E","VVS2",59.4,60,1262,4.88,4.91,2.91 +"41914",0.6,"Very Good","J","VS2",60,59.4,1262,5.47,5.51,3.29 +"41915",0.5,"Very Good","H","VS2",62.8,58,1262,5.03,5.07,3.17 +"41916",0.58,"Very Good","H","SI1",62.4,55,1262,5.32,5.36,3.33 +"41917",0.52,"Very Good","I","VS1",61.5,56.3,1262,5.16,5.19,3.18 +"41918",0.57,"Good","D","SI2",63.8,57,1262,5.24,5.26,3.35 +"41919",1.03,"Fair","E","I1",78.2,54,1262,5.72,5.59,4.42 +"41920",0.48,"Good","G","VS1",57.8,60.9,1262,5.12,5.19,2.97 +"41921",0.45,"Good","F","VS1",60.1,61.8,1262,4.96,4.98,2.99 +"41922",0.53,"Ideal","E","SI2",63,57,1262,5.16,5.13,3.24 +"41923",0.46,"Very Good","D","VS2",63.2,56,1262,4.92,4.89,3.1 +"41924",0.5,"Premium","E","SI2",60.1,60,1262,5.13,5.05,3.06 +"41925",0.4,"Ideal","F","VVS1",62.5,57,1263,4.72,4.75,2.96 +"41926",0.4,"Ideal","F","VVS1",61.7,56,1263,4.72,4.75,2.92 +"41927",0.4,"Premium","F","VVS1",60.8,59,1263,4.74,4.76,2.89 +"41928",0.4,"Premium","D","VVS2",60.4,59,1263,4.76,4.77,2.88 +"41929",0.4,"Ideal","F","VVS1",61.3,56,1263,4.73,4.76,2.91 +"41930",0.4,"Ideal","F","VVS1",61.3,55,1263,4.75,4.78,2.92 +"41931",0.45,"Very Good","G","VVS1",60.1,58,1263,4.95,4.97,2.98 +"41932",0.4,"Very Good","D","VVS2",62.2,54,1263,4.75,4.77,2.96 +"41933",0.4,"Ideal","D","VVS2",61.9,56,1263,4.74,4.76,2.94 +"41934",0.4,"Premium","F","VVS1",61.1,59,1263,4.75,4.78,2.91 +"41935",0.4,"Premium","D","VVS2",60.7,60,1263,4.74,4.78,2.89 +"41936",0.4,"Very Good","F","VVS1",61.9,57,1263,4.69,4.71,2.91 +"41937",0.4,"Ideal","D","VVS2",62,56,1263,4.71,4.74,2.93 +"41938",0.4,"Premium","D","VVS2",60.8,59,1263,4.76,4.81,2.91 +"41939",0.45,"Premium","G","VVS1",60.8,58,1263,4.92,4.98,3.01 +"41940",0.4,"Ideal","F","VVS1",60.7,56,1263,4.77,4.79,2.9 +"41941",0.29,"Very Good","D","VS1",62.9,55,504,4.21,4.25,2.66 +"41942",0.28,"Very Good","H","VVS1",59.9,62,504,4.23,4.28,2.55 +"41943",0.28,"Premium","G","VVS2",60.2,60,504,4.24,4.26,2.56 +"41944",0.28,"Very Good","H","VVS1",61.5,58,504,4.17,4.22,2.58 +"41945",0.35,"Premium","H","SI1",62.4,58,504,4.47,4.54,2.81 +"41946",0.35,"Very Good","H","SI1",61.3,55,504,4.55,4.58,2.8 +"41947",0.35,"Good","H","SI1",63.2,57,504,4.48,4.51,2.84 +"41948",0.29,"Ideal","D","VS1",61.7,57,504,4.23,4.26,2.62 +"41949",0.35,"Good","H","SI1",63.3,54,504,4.51,4.53,2.86 +"41950",0.23,"Very Good","F","VVS2",61.2,55,505,3.97,4.01,2.44 +"41951",0.23,"Very Good","F","VVS2",60.4,61,505,3.93,3.95,2.38 +"41952",0.23,"Very Good","F","VVS2",63.3,57,505,3.91,3.93,2.48 +"41953",0.23,"Very Good","F","VVS2",62.9,57,505,3.9,3.95,2.47 +"41954",0.23,"Very Good","E","VVS2",61.6,61,505,3.92,3.97,2.43 +"41955",0.23,"Very Good","E","VVS2",60.6,60,505,3.93,3.99,2.4 +"41956",0.23,"Very Good","E","VVS2",62.6,59,505,3.93,3.96,2.47 +"41957",0.23,"Very Good","E","VVS2",61.2,60,505,3.97,4,2.44 +"41958",0.23,"Very Good","E","VVS2",61.9,60,505,3.93,3.96,2.44 +"41959",0.23,"Very Good","E","VVS2",60.8,61,505,3.91,3.94,2.39 +"41960",0.23,"Very Good","E","VVS2",61.3,57,505,3.97,4.02,2.45 +"41961",0.23,"Very Good","E","VVS2",64.1,58,505,3.85,3.89,2.48 +"41962",0.23,"Very Good","E","VVS2",61.4,62,505,3.9,3.95,2.41 +"41963",0.23,"Very Good","E","VVS2",61.6,57,505,3.95,3.97,2.44 +"41964",0.23,"Very Good","E","VVS2",62.3,55,505,3.9,3.93,2.44 +"41965",0.23,"Very Good","E","VVS2",62.7,55,505,3.9,3.95,2.46 +"41966",0.23,"Very Good","E","VVS2",61.1,59,505,3.94,3.98,2.42 +"41967",0.23,"Very Good","E","VVS2",61.1,58,505,3.93,3.99,2.42 +"41968",0.23,"Very Good","E","VVS2",62.8,58,505,3.92,3.94,2.47 +"41969",0.23,"Very Good","E","VVS2",61.2,60,505,3.92,3.96,2.41 +"41970",0.23,"Very Good","E","VVS2",61.4,60,505,3.93,3.98,2.43 +"41971",0.4,"Ideal","D","VVS2",61.3,56,1263,4.75,4.78,2.92 +"41972",0.4,"Premium","F","VVS1",60.2,59,1263,4.74,4.76,2.86 +"41973",0.4,"Ideal","D","VVS2",62.2,55,1263,4.72,4.74,2.94 +"41974",0.54,"Good","D","SI1",63.7,57,1263,5.22,5.14,3.3 +"41975",0.53,"Ideal","I","VS1",61.6,55,1263,5.21,5.25,3.22 +"41976",0.55,"Premium","F","SI2",60.6,58,1263,5.31,5.28,3.21 +"41977",0.55,"Good","H","SI1",63.6,55,1263,5.23,5.18,3.31 +"41978",0.55,"Ideal","F","SI2",62.4,56,1263,5.26,5.22,3.27 +"41979",0.55,"Ideal","F","SI2",62.3,57,1263,5.27,5.22,3.27 +"41980",0.55,"Ideal","F","SI2",61.2,56,1263,5.29,5.23,3.22 +"41981",0.51,"Ideal","D","SI2",61.9,56,1264,5.1,5.15,3.17 +"41982",0.51,"Ideal","D","SI2",62.5,55,1264,5.12,5.15,3.21 +"41983",0.51,"Very Good","D","SI2",62.8,57,1264,5.1,5.12,3.21 +"41984",0.51,"Ideal","D","SI2",59.8,55,1264,5.17,5.23,3.11 +"41985",0.51,"Ideal","D","SI2",61.1,56,1264,5.16,5.18,3.16 +"41986",0.51,"Premium","D","SI2",62,58,1264,5.08,5.12,3.16 +"41987",0.43,"Ideal","G","VVS1",60.5,57,1264,4.92,4.86,2.96 +"41988",0.43,"Premium","G","VVS1",60.3,58,1264,4.91,4.87,2.95 +"41989",0.43,"Premium","G","VVS1",60.9,58,1264,4.91,4.88,2.98 +"41990",0.43,"Ideal","G","VVS1",61.4,55,1264,4.91,4.86,3 +"41991",0.43,"Premium","G","VVS1",62.3,59,1264,4.83,4.77,2.99 +"41992",0.43,"Premium","G","VVS1",62.2,58,1264,4.83,4.78,2.99 +"41993",0.43,"Premium","G","VVS1",62,59,1264,4.82,4.8,2.98 +"41994",0.43,"Ideal","G","VVS1",62,55,1264,4.85,4.82,3 +"41995",0.43,"Premium","G","VVS1",61.3,57,1264,4.87,4.85,2.98 +"41996",0.43,"Ideal","G","VVS1",61.5,56,1264,4.87,4.85,2.99 +"41997",0.43,"Ideal","D","VS1",61.6,56,1264,4.86,4.85,2.99 +"41998",0.43,"Ideal","D","VS1",61.9,55,1264,4.87,4.85,3.01 +"41999",0.43,"Ideal","D","VS1",62.1,56,1264,4.87,4.85,3.02 +"42000",0.43,"Ideal","D","VS1",62.1,55,1264,4.86,4.83,3.01 +"42001",0.59,"Premium","H","SI1",62.4,58,1265,5.42,5.35,3.36 +"42002",0.51,"Very Good","F","SI1",62,54,1265,5.15,5.18,3.2 +"42003",0.59,"Very Good","F","SI2",63.7,57,1265,5.31,5.36,3.4 +"42004",0.58,"Very Good","E","SI2",63.5,60,1265,5.24,5.28,3.34 +"42005",0.51,"Very Good","E","SI2",58.3,63,1265,5.21,5.26,3.05 +"42006",0.59,"Premium","H","SI1",62.9,60,1265,5.34,5.24,3.33 +"42007",0.59,"Ideal","F","SI2",61.8,55,1265,5.41,5.44,3.35 +"42008",0.51,"Ideal","E","SI2",62.7,53,1265,5.12,5.09,3.2 +"42009",0.51,"Premium","E","SI2",61.7,58,1265,5.14,5.07,3.15 +"42010",0.59,"Premium","H","SI1",61.9,59,1265,5.43,5.34,3.33 +"42011",0.51,"Premium","E","SI2",61.8,58,1265,5.11,5.08,3.15 +"42012",0.58,"Very Good","J","VS2",62.9,58,1266,5.3,5.32,3.34 +"42013",0.51,"Good","E","SI1",57.4,62,1266,5.24,5.29,3.02 +"42014",0.35,"Ideal","D","VVS1",62,54,1266,4.56,4.57,2.83 +"42015",0.54,"Ideal","I","VS2",60.1,58,1266,5.28,5.34,3.19 +"42016",0.5,"Ideal","I","VS1",61,57,1266,5.11,5.13,3.12 +"42017",0.54,"Ideal","E","SI2",60.4,57,1266,5.27,5.3,3.19 +"42018",0.52,"Ideal","G","SI1",61.7,56,1266,5.18,5.22,3.21 +"42019",0.53,"Premium","F","SI1",62.2,58,1266,5.19,5.16,3.22 +"42020",0.57,"Very Good","I","VS2",62.2,55,1267,5.33,5.34,3.32 +"42021",0.46,"Very Good","E","VS2",59.8,59.6,1267,5.07,5.14,3.05 +"42022",0.52,"Very Good","F","SI1",62.6,58,1267,5.11,5.14,3.21 +"42023",0.52,"Very Good","F","SI1",63.7,58,1267,5.11,5.13,3.26 +"42024",0.52,"Very Good","G","SI1",59.4,60,1267,5.23,5.28,3.12 +"42025",0.52,"Very Good","G","SI1",60,57,1267,5.25,5.29,3.16 +"42026",0.53,"Very Good","G","SI1",62.5,55,1267,5.12,5.24,3.24 +"42027",0.38,"Ideal","E","VVS1",61.9,56,1267,4.64,4.67,2.88 +"42028",0.38,"Ideal","E","VVS1",62.4,56,1267,4.64,4.67,2.9 +"42029",0.38,"Ideal","E","VVS1",62.6,56,1267,4.6,4.64,2.89 +"42030",0.38,"Premium","E","VVS1",61.9,58,1267,4.62,4.66,2.87 +"42031",0.46,"Good","E","VS2",60.9,62,1267,4.93,4.96,3.01 +"42032",0.53,"Good","F","SI1",63.8,56,1268,5.13,5.16,3.28 +"42033",0.53,"Ideal","F","SI1",62.4,57,1268,5.18,5.21,3.24 +"42034",0.53,"Good","G","SI1",63.8,56,1268,5.14,5.18,3.29 +"42035",0.53,"Good","F","SI1",63.8,58,1268,5.12,5.17,3.28 +"42036",0.53,"Premium","G","SI1",61.3,58,1268,5.16,5.21,3.18 +"42037",0.53,"Very Good","F","SI1",62.9,57,1268,5.15,5.18,3.25 +"42038",0.51,"Ideal","I","VS2",60.5,58,1268,5.15,5.2,3.13 +"42039",0.54,"Ideal","H","SI1",61.1,56,1268,5.25,5.27,3.21 +"42040",0.53,"Ideal","H","SI1",61,56,1268,5.23,5.26,3.2 +"42041",0.53,"Ideal","H","SI1",60.8,56,1268,5.27,5.29,3.21 +"42042",0.53,"Ideal","H","SI1",61.3,55,1268,5.23,5.27,3.22 +"42043",0.48,"Good","F","VS1",61.5,60.7,1268,4.99,5.05,3.09 +"42044",0.51,"Good","D","SI2",63.8,56,1268,5.09,5.07,3.24 +"42045",0.51,"Good","D","SI2",63.9,55,1268,5.1,5.04,3.24 +"42046",0.51,"Ideal","E","SI2",58.3,62,1268,5.2,5.19,3.04 +"42047",0.51,"Very Good","H","VS2",63.5,60,1268,5.04,5.01,3.19 +"42048",0.55,"Premium","E","SI2",59.7,58,1269,5.33,5.35,3.19 +"42049",0.41,"Ideal","H","VS1",61.1,56,1269,4.83,4.86,2.96 +"42050",0.41,"Ideal","G","IF",61.5,57,1269,4.78,4.82,2.95 +"42051",0.42,"Good","E","VVS2",64.1,57,1269,4.7,4.73,3.02 +"42052",0.55,"Premium","H","VS2",59.9,61,1270,5.31,5.28,3.17 +"42053",0.57,"Very Good","J","VS1",62.9,57,1270,5.25,5.28,3.31 +"42054",0.55,"Very Good","H","SI1",59.4,58,1270,5.36,5.38,3.19 +"42055",0.38,"Ideal","D","VVS1",60.7,57,1270,4.69,4.74,2.86 +"42056",0.47,"Ideal","D","VS2",60.3,57,1270,5.02,5.07,3.04 +"42057",0.61,"Ideal","F","SI2",61,56,1270,5.48,5.53,3.36 +"42058",0.56,"Ideal","H","SI1",62.3,53,1270,5.28,5.31,3.3 +"42059",0.55,"Ideal","H","SI1",62.4,57,1270,5.23,5.28,3.28 +"42060",0.56,"Ideal","H","SI1",61.9,54,1270,5.3,5.33,3.29 +"42061",0.48,"Premium","H","VS1",60.7,61,1270,5.04,5.01,3.05 +"42062",0.51,"Very Good","F","SI1",63.7,55,1271,5.06,5.11,3.24 +"42063",0.55,"Very Good","F","SI1",63.6,57,1271,5.17,5.21,3.3 +"42064",0.62,"Ideal","I","SI1",61.9,54,1271,5.48,5.5,3.4 +"42065",0.39,"Very Good","G","IF",63.5,56,1271,4.67,4.65,2.96 +"42066",0.39,"Premium","G","IF",59.8,55,1271,4.84,4.77,2.87 +"42067",0.62,"Premium","E","SI2",60.7,58,1271,5.53,5.51,3.35 +"42068",0.5,"Fair","G","VS1",64.9,57,1271,4.98,4.94,3.22 +"42069",0.5,"Ideal","D","SI1",62.7,57,1272,5.06,5.08,3.18 +"42070",0.5,"Premium","D","SI1",62.2,58,1272,5.08,5.12,3.17 +"42071",0.5,"Very Good","F","VS2",63,57,1272,5.02,5.1,3.19 +"42072",0.55,"Good","D","SI2",63.2,56,1272,5.21,5.24,3.3 +"42073",0.55,"Good","D","SI2",63.3,56,1272,5.21,5.24,3.31 +"42074",0.55,"Ideal","D","SI2",61.3,57,1272,5.23,5.28,3.22 +"42075",0.6,"Premium","F","SI2",59.5,61,1272,5.48,5.45,3.26 +"42076",0.34,"Ideal","D","VVS1",61.2,57,1272,4.51,4.54,2.77 +"42077",0.34,"Ideal","D","VVS1",61.8,54,1272,4.49,4.54,2.79 +"42078",0.46,"Very Good","F","VS2",59.6,58.2,1273,4.99,5.06,3 +"42079",0.52,"Very Good","F","SI2",57.9,61,1273,5.28,5.33,3.07 +"42080",0.57,"Very Good","G","SI1",60.4,58,1273,5.37,5.42,3.26 +"42081",0.53,"Ideal","G","SI1",63,54,1273,5.18,5.14,3.25 +"42082",0.53,"Premium","G","SI1",61,59,1273,5.25,5.21,3.19 +"42083",0.53,"Premium","G","SI1",61.3,58,1273,5.22,5.19,3.19 +"42084",0.55,"Ideal","E","SI2",61.8,55,1273,5.26,5.29,3.26 +"42085",0.55,"Premium","E","SI2",61.9,58,1273,5.24,5.2,3.23 +"42086",0.42,"Ideal","H","IF",61.7,55,1273,4.84,4.82,2.98 +"42087",0.42,"Ideal","H","IF",61.9,56,1273,4.81,4.79,2.97 +"42088",0.42,"Ideal","E","VVS2",62.3,55,1273,4.81,4.76,2.98 +"42089",0.42,"Ideal","E","VVS2",61.8,56,1273,4.8,4.78,2.96 +"42090",0.42,"Ideal","E","VVS2",61.3,56,1273,4.85,4.81,2.96 +"42091",0.55,"Ideal","E","SI2",62,56,1273,5.27,5.22,3.25 +"42092",0.7,"Fair","E","I1",66.1,58,1273,5.61,5.51,3.67 +"42093",0.64,"Premium","H","SI1",60,59,1274,5.63,5.57,3.36 +"42094",0.45,"Very Good","H","VVS1",62.3,57,1274,4.9,4.93,3.06 +"42095",0.51,"Ideal","I","VVS2",61.6,54,1274,5.15,5.18,3.18 +"42096",0.44,"Premium","E","VVS2",60,59,1274,4.95,4.99,2.98 +"42097",0.44,"Ideal","E","VVS2",61.9,56,1274,4.88,4.91,3.03 +"42098",0.44,"Ideal","E","VVS2",61.8,56,1274,4.88,4.93,3.03 +"42099",0.44,"Very Good","E","VVS2",60.7,57,1274,4.9,4.92,2.98 +"42100",0.44,"Ideal","E","VVS2",60.9,57,1274,4.9,4.95,3 +"42101",0.51,"Premium","F","SI1",61.3,57,1274,5.19,5.08,3.15 +"42102",0.51,"Ideal","F","SI1",62.8,57,1274,5.09,5.07,3.19 +"42103",0.51,"Good","F","SI1",64.1,58,1274,5.03,5.02,3.22 +"42104",0.51,"Good","F","SI1",64,57,1274,5.06,5.01,3.22 +"42105",0.85,"Fair","H","I1",71.2,54,1274,5.77,5.65,4.07 +"42106",0.52,"Very Good","E","SI1",58.8,59,1276,5.27,5.34,3.12 +"42107",0.41,"Ideal","G","IF",62.1,57,1276,4.76,4.77,2.96 +"42108",0.58,"Ideal","G","SI2",61.5,55,1276,5.38,5.42,3.32 +"42109",0.65,"Ideal","J","SI1",61.4,55,1276,5.58,5.62,3.44 +"42110",0.34,"Ideal","F","IF",61.7,55,1276,4.49,4.52,2.78 +"42111",0.34,"Ideal","F","IF",61.9,55,1276,4.49,4.52,2.79 +"42112",0.34,"Ideal","F","IF",61.7,55,1276,4.49,4.52,2.78 +"42113",0.34,"Ideal","F","IF",61.4,57,1276,4.49,4.5,2.76 +"42114",0.51,"Ideal","I","VS2",62.1,55,1277,5.1,5.13,3.17 +"42115",0.54,"Very Good","E","SI2",62.4,57.7,1278,5.19,5.2,3.25 +"42116",0.4,"Ideal","E","VVS1",60.8,57,1278,4.79,4.82,2.92 +"42117",0.52,"Very Good","E","SI1",63.3,57,1279,5.11,5.13,3.24 +"42118",0.5,"Good","E","SI1",63.5,61,1279,4.98,5.03,3.18 +"42119",0.5,"Very Good","E","SI1",63,61,1279,5.03,5.07,3.18 +"42120",0.5,"Fair","F","VS2",55.8,60,1279,5.31,5.27,2.95 +"42121",0.5,"Good","F","VS2",57.8,63,1279,5.2,5.15,2.99 +"42122",0.4,"Ideal","D","VVS1",62.8,57,1279,4.65,4.68,2.93 +"42123",0.58,"Ideal","I","VS2",62,54,1279,5.35,5.39,3.33 +"42124",0.5,"Ideal","H","VS2",62.3,54,1279,5.11,5.13,3.19 +"42125",0.56,"Ideal","F","SI2",61.4,57,1279,5.3,5.33,3.26 +"42126",0.5,"Premium","D","SI2",62.2,58,1279,5.14,5.08,3.18 +"42127",0.41,"Ideal","E","VVS1",61.4,57,1279,4.8,4.77,2.94 +"42128",0.48,"Ideal","F","VS2",62.4,54,1279,5.03,5.03,3.15 +"42129",0.48,"Premium","F","VS2",61.3,60,1279,5.01,4.97,3.06 +"42130",0.58,"Ideal","F","SI2",61.8,56,1279,5.42,5.39,3.34 +"42131",0.53,"Ideal","I","VS2",60.3,60,1279,5.25,5.22,3.16 +"42132",0.53,"Ideal","F","SI2",63,54,1279,5.24,5.19,3.29 +"42133",0.5,"Premium","D","SI1",62.5,58,1279,5.06,4.98,3.14 +"42134",0.5,"Premium","D","SI1",61.3,60,1279,5.15,5.1,3.14 +"42135",0.5,"Premium","D","SI2",62.1,57,1279,5.12,5.09,3.17 +"42136",0.57,"Good","F","SI2",61.9,57.7,1280,5.32,5.34,3.3 +"42137",0.43,"Ideal","G","IF",61.6,57,1280,4.81,4.84,2.97 +"42138",0.56,"Ideal","J","VS2",61.9,57,1280,5.29,5.31,3.28 +"42139",0.5,"Good","I","VVS2",64.8,56,1280,4.92,4.99,3.21 +"42140",0.52,"Premium","F","SI1",61.5,60,1280,5.16,5.15,3.17 +"42141",0.55,"Premium","G","SI2",61.8,56,1280,5.28,5.23,3.25 +"42142",0.5,"Fair","G","VS1",67,61,1280,4.97,4.91,3.31 +"42143",0.52,"Premium","G","SI1",60.7,59,1280,5.22,5.19,3.16 +"42144",0.5,"Very Good","E","SI1",60.7,59,1281,5.09,5.13,3.1 +"42145",0.55,"Ideal","I","VS2",61.6,55,1281,5.27,5.29,3.25 +"42146",0.51,"Ideal","G","SI1",61.6,56,1281,5.19,5.14,3.18 +"42147",0.51,"Premium","G","SI1",60.9,58,1281,5.21,5.14,3.15 +"42148",0.52,"Very Good","I","VS1",61.4,57,1282,5.17,5.19,3.18 +"42149",0.5,"Premium","F","SI1",59.6,60,1282,5.12,5.15,3.06 +"42150",0.5,"Ideal","F","SI1",62.7,57,1282,5.06,5.09,3.18 +"42151",0.5,"Ideal","F","SI1",59.9,56,1282,5.09,5.36,3.13 +"42152",0.5,"Ideal","I","VS1",62.2,55,1282,5.07,5.11,3.16 +"42153",0.53,"Good","E","SI1",62.6,64,1282,5.13,5.22,3.24 +"42154",0.53,"Good","H","VS1",57.6,64,1282,5.41,5.36,3.1 +"42155",0.45,"Premium","E","VS1",60.8,60,1282,4.94,4.9,2.99 +"42156",0.59,"Very Good","H","SI1",62.8,56,1283,5.35,5.38,3.37 +"42157",0.53,"Very Good","F","SI1",59.2,59,1284,5.31,5.34,3.15 +"42158",0.51,"Very Good","E","SI1",61.4,58,1284,5.09,5.14,3.14 +"42159",0.51,"Very Good","E","SI1",59.4,57,1284,5.2,5.24,3.1 +"42160",0.51,"Very Good","E","SI1",62.9,55,1284,5.06,5.12,3.2 +"42161",0.38,"Very Good","F","IF",60.2,58,1284,4.73,4.7,2.84 +"42162",0.51,"Ideal","G","SI1",63.2,58,1284,5.05,5.08,3.2 +"42163",0.53,"Ideal","G","SI1",61,56,1284,5.23,5.26,3.2 +"42164",0.53,"Ideal","F","SI1",61.6,54,1284,5.23,5.25,3.23 +"42165",0.51,"Ideal","E","SI1",61.2,57,1284,5.14,5.16,3.15 +"42166",0.52,"Premium","D","SI1",62,60,1284,5.18,5.11,3.19 +"42167",0.5,"Ideal","F","SI1",59.9,57,1286,5.19,5.16,3.1 +"42168",0.41,"Premium","D","VS1",59.3,58,1286,4.87,4.85,2.88 +"42169",0.59,"Very Good","E","SI2",63.8,57,1286,5.31,5.34,3.4 +"42170",0.43,"Very Good","G","IF",62.7,58,1286,4.8,4.84,3.02 +"42171",0.53,"Premium","I","VS1",62.3,58,1286,5.18,5.26,3.25 +"42172",0.53,"Very Good","I","VS1",61.6,56.7,1286,5.18,5.21,3.2 +"42173",0.5,"Ideal","F","SI1",62.7,56,1286,5.12,5.05,3.19 +"42174",0.56,"Premium","F","SI2",60.4,60,1286,5.35,5.32,3.22 +"42175",0.51,"Ideal","F","SI2",61.4,56,1286,5.14,5.18,3.17 +"42176",0.59,"Ideal","E","SI2",62.2,55,1286,5.38,5.4,3.35 +"42177",0.5,"Ideal","F","SI1",61,56,1286,5.15,5.17,3.15 +"42178",0.43,"Ideal","G","IF",61.7,57,1286,4.83,4.86,2.99 +"42179",0.5,"Good","G","SI1",63.9,57,1286,5.06,5.02,3.22 +"42180",0.5,"Premium","G","SI1",62.2,60,1286,5.07,5.03,3.14 +"42181",0.5,"Premium","G","SI1",62.9,59,1286,5.09,5.06,3.19 +"42182",0.5,"Premium","G","SI1",62.6,56,1286,5.1,5.06,3.18 +"42183",0.56,"Very Good","H","SI1",63.2,57,1286,5.27,5.23,3.32 +"42184",0.56,"Premium","H","SI1",61.3,60,1286,5.28,5.23,3.22 +"42185",0.5,"Good","G","SI1",63.6,55,1286,5.06,5.03,3.21 +"42186",0.5,"Ideal","G","SI1",62.1,56,1286,5.09,5.05,3.15 +"42187",0.5,"Very Good","G","SI1",60,63,1286,5.1,5.06,3.05 +"42188",0.5,"Good","G","SI1",62.5,64,1286,4.99,4.93,3.1 +"42189",0.5,"Premium","G","SI1",62.8,61,1286,5.01,4.99,3.14 +"42190",0.5,"Premium","F","SI1",62.7,61,1286,5.07,5.01,3.16 +"42191",0.5,"Premium","F","SI1",61,60,1286,5.11,5.08,3.11 +"42192",0.53,"Fair","E","SI1",56.2,64,1286,5.43,5.41,3.05 +"42193",0.5,"Premium","F","SI1",59.1,58,1286,5.23,5.19,3.08 +"42194",0.5,"Premium","E","SI2",60.3,60,1286,5.11,5.07,3.07 +"42195",0.6,"Premium","G","SI1",60.8,58,1286,5.44,5.39,3.29 +"42196",0.59,"Very Good","J","VS2",61.9,58,1287,5.35,5.38,3.32 +"42197",0.58,"Good","G","VS2",63.2,58,1287,5.36,5.28,3.36 +"42198",0.58,"Good","E","SI1",59.3,64,1287,5.48,5.42,3.23 +"42199",0.56,"Ideal","G","SI1",63,55,1287,5.26,5.22,3.3 +"42200",0.56,"Premium","G","SI1",61.1,61,1287,5.31,5.29,3.24 +"42201",0.54,"Ideal","G","SI2",62.7,56,1287,5.23,5.2,3.27 +"42202",0.51,"Ideal","G","SI1",61.7,58,1287,5.12,5.15,3.17 +"42203",0.4,"Good","F","VVS1",59.2,64,1287,4.8,4.83,2.85 +"42204",0.52,"Very Good","I","VVS2",61.9,56,1289,5.16,5.18,3.2 +"42205",0.5,"Very Good","E","SI1",63.4,55,1289,5.02,5.1,3.21 +"42206",0.52,"Good","H","VS2",63.7,54,1289,5.09,5.12,3.25 +"42207",0.52,"Very Good","D","SI2",61.7,56,1289,5.14,5.17,3.18 +"42208",0.52,"Very Good","H","VS2",62,57,1289,5.08,5.12,3.16 +"42209",0.52,"Good","H","VS2",63.6,57,1289,5.05,5.1,3.23 +"42210",0.52,"Very Good","D","SI2",62.9,56,1289,5.14,5.17,3.24 +"42211",0.52,"Ideal","D","SI2",62.5,56,1289,5.08,5.12,3.19 +"42212",0.52,"Very Good","D","SI2",62.4,59,1289,5.05,5.15,3.18 +"42213",0.52,"Good","H","VS2",63.5,58,1289,5.11,5.12,3.25 +"42214",0.38,"Ideal","D","VVS2",61.2,57,1289,4.66,4.68,2.86 +"42215",0.38,"Ideal","D","VVS2",60.7,55,1289,4.69,4.71,2.85 +"42216",0.42,"Ideal","G","IF",61.5,56,1289,4.84,4.85,2.98 +"42217",0.42,"Ideal","G","IF",61.9,53,1289,4.83,4.87,3 +"42218",0.42,"Ideal","G","IF",62.6,53,1289,4.79,4.82,3.01 +"42219",0.42,"Ideal","G","IF",62.3,54,1289,4.82,4.85,3.01 +"42220",0.42,"Ideal","G","IF",62,53,1289,4.83,4.85,3 +"42221",0.42,"Ideal","G","IF",62.2,54,1289,4.81,4.84,3 +"42222",0.33,"Ideal","E","IF",62.1,55,1289,4.43,4.46,2.76 +"42223",0.39,"Ideal","D","VVS2",61.8,57,1290,4.71,4.67,2.9 +"42224",0.39,"Premium","F","VVS1",59.7,58,1290,4.75,4.73,2.83 +"42225",0.52,"Ideal","E","SI2",62.9,56,1290,5.12,5.08,3.21 +"42226",0.39,"Premium","F","VVS1",62.7,57,1290,4.68,4.64,2.92 +"42227",0.39,"Premium","D","VVS2",62.9,58,1290,4.66,4.62,2.92 +"42228",0.39,"Premium","D","VVS2",63,57,1290,4.69,4.65,2.94 +"42229",0.39,"Premium","D","VVS2",61.1,60,1290,4.7,4.66,2.86 +"42230",0.39,"Premium","F","IF",58,61,1290,4.83,4.79,2.79 +"42231",0.62,"Premium","E","SI2",58.6,58,1291,5.58,5.52,3.25 +"42232",0.43,"Very Good","E","VVS2",59.3,59,1291,4.95,4.97,2.94 +"42233",0.53,"Very Good","F","SI1",60.9,56,1291,5.21,5.23,3.18 +"42234",0.46,"Ideal","D","VS2",61.8,56,1291,4.93,4.97,3.06 +"42235",0.4,"Ideal","E","VS1",61.1,57,1291,4.75,4.78,2.97 +"42236",0.54,"Ideal","H","SI1",60.6,57,1291,5.28,5.32,3.21 +"42237",0.64,"Very Good","H","SI2",64.2,58,1292,5.43,5.48,3.5 +"42238",0.54,"Good","F","SI1",63.3,56,1292,5.21,5.24,3.31 +"42239",0.54,"Good","G","SI1",63.2,56,1292,5.16,5.19,3.27 +"42240",0.54,"Very Good","G","SI1",60.3,57,1292,5.24,5.4,3.21 +"42241",0.54,"Ideal","G","SI1",62.6,57,1292,5.18,5.21,3.25 +"42242",0.59,"Ideal","H","SI2",61.9,55,1292,5.37,5.39,3.33 +"42243",0.52,"Ideal","D","SI2",61.9,55,1292,5.16,5.18,3.2 +"42244",0.52,"Ideal","D","SI2",61.2,57,1292,5.2,5.22,3.19 +"42245",0.52,"Ideal","D","SI2",61.7,55,1292,5.17,5.2,3.2 +"42246",0.57,"Ideal","H","SI1",61.8,55,1292,5.31,5.37,3.3 +"42247",0.57,"Ideal","H","SI1",61.3,54,1292,5.34,5.39,3.29 +"42248",0.57,"Ideal","H","SI1",61.8,54,1292,5.35,5.37,3.31 +"42249",0.57,"Ideal","H","SI1",59.3,60,1292,5.44,5.48,3.24 +"42250",0.4,"Ideal","F","IF",62.3,57,1292,4.69,4.71,2.93 +"42251",0.37,"Ideal","D","VVS1",62,56,1292,4.6,4.59,2.85 +"42252",0.5,"Very Good","E","SI1",59.4,60,1293,5.14,5.16,3.06 +"42253",0.5,"Very Good","E","SI1",63.7,58,1293,5.02,5.06,3.21 +"42254",0.47,"Good","E","VS1",65.4,56,1293,4.85,4.9,3.19 +"42255",0.5,"Good","E","SI1",62.5,59,1293,5.04,5.07,3.16 +"42256",0.52,"Good","D","SI2",63.7,55,1293,5.11,5.1,3.25 +"42257",0.56,"Fair","H","VS2",52.7,70,1293,5.71,5.57,2.97 +"42258",0.46,"Premium","E","VS1",62,58,1294,4.95,4.98,3.08 +"42259",0.59,"Good","I","VS2",63.4,56,1294,5.33,5.37,3.39 +"42260",0.47,"Good","E","VS2",58.4,60.3,1294,5.08,5.17,3 +"42261",0.49,"Good","F","VS1",58.5,61.5,1294,5.18,5.21,3.04 +"42262",0.49,"Good","F","VS1",59.2,60.9,1294,5.08,5.18,3.04 +"42263",0.32,"Premium","F","VVS1",60.7,58,1294,4.43,4.4,2.68 +"42264",0.44,"Premium","G","VVS1",60.9,59,1294,4.96,4.9,3 +"42265",0.44,"Ideal","G","VVS1",61.8,55,1294,4.91,4.86,3.02 +"42266",0.44,"Ideal","G","VVS1",61.6,56,1294,4.9,4.88,3.01 +"42267",0.44,"Ideal","D","VS1",62.3,55,1294,4.88,4.84,3.03 +"42268",0.44,"Ideal","D","VS1",62.3,55,1294,4.88,4.85,3.03 +"42269",0.48,"Premium","F","VS2",58.7,58,1294,5.22,5.17,3.05 +"42270",0.48,"Premium","F","VS2",60.1,59,1294,5.12,5.1,3.07 +"42271",0.23,"Very Good","E","VVS2",63,58,505,3.95,3.99,2.5 +"42272",0.23,"Very Good","E","VVS2",61.9,57,505,3.91,3.94,2.43 +"42273",0.23,"Very Good","E","VVS2",62.5,55,505,3.94,3.96,2.47 +"42274",0.23,"Very Good","E","VVS2",59.3,60,505,4,4.1,2.4 +"42275",0.23,"Very Good","E","VVS2",59.4,61,505,4.01,4.04,2.39 +"42276",0.23,"Very Good","E","VVS2",61.6,60,505,3.97,3.99,2.45 +"42277",0.23,"Very Good","D","VVS2",61.9,60,505,3.9,3.95,2.43 +"42278",0.23,"Very Good","F","VVS1",63.2,58,505,3.89,3.93,2.47 +"42279",0.32,"Very Good","G","SI1",62.2,57,505,4.36,4.39,2.72 +"42280",0.23,"Ideal","F","VVS1",62.4,55,505,3.94,3.95,2.46 +"42281",0.36,"Ideal","G","SI2",61.4,54,505,4.59,4.66,2.84 +"42282",0.36,"Ideal","G","SI2",61.1,54,505,4.61,4.65,2.83 +"42283",0.36,"Ideal","G","SI2",62.3,54,505,4.57,4.61,2.86 +"42284",0.36,"Ideal","G","SI2",60.7,58,505,4.62,4.64,2.81 +"42285",0.36,"Ideal","I","SI1",61.3,55,505,4.6,4.64,2.83 +"42286",0.36,"Ideal","I","SI1",61.7,55,505,4.58,4.62,2.84 +"42287",0.23,"Good","F","VVS2",62.8,61,505,3.92,3.95,2.47 +"42288",0.25,"Good","E","VVS2",61.2,62,505,4.04,4.07,2.48 +"42289",0.23,"Good","E","VVS2",62.2,60,505,3.9,3.94,2.44 +"42290",0.32,"Premium","H","VS2",61.9,58,505,4.37,4.39,2.71 +"42291",0.32,"Premium","H","VS2",61,60,505,4.35,4.41,2.67 +"42292",0.32,"Ideal","I","VS1",62.4,54,505,4.36,4.39,2.73 +"42293",0.36,"Very Good","H","SI1",63,55,505,4.51,4.54,2.85 +"42294",0.32,"Very Good","I","VS1",62.6,58,505,4.38,4.4,2.75 +"42295",0.36,"Good","E","SI2",63.7,54,505,4.52,4.55,2.89 +"42296",0.32,"Very Good","H","VS2",63,57,505,4.33,4.37,2.74 +"42297",0.36,"Ideal","H","SI1",61.5,57,505,4.57,4.6,2.82 +"42298",0.32,"Ideal","H","VS2",62,55,505,4.38,4.4,2.72 +"42299",0.32,"Premium","H","VS2",61.4,60,505,4.39,4.41,2.7 +"42300",0.32,"Very Good","H","VS2",62.7,54,505,4.39,4.41,2.76 +"42301",0.51,"Premium","E","SI2",59.5,60,1294,5.25,5.17,3.1 +"42302",0.44,"Ideal","D","VS1",61.1,56,1294,4.95,4.91,3.01 +"42303",0.44,"Ideal","D","VS1",61.3,56,1294,4.92,4.87,3 +"42304",0.44,"Ideal","D","VS1",61.6,56,1294,4.92,4.85,3.01 +"42305",0.5,"Very Good","F","SI1",61.4,57,1295,5.08,5.12,3.13 +"42306",0.55,"Very Good","D","SI2",63.3,56,1295,5.22,5.24,3.31 +"42307",0.41,"Premium","D","VVS2",62.5,58,1295,4.72,4.75,2.96 +"42308",0.41,"Ideal","F","VVS1",62.1,57,1295,4.75,4.79,2.96 +"42309",0.41,"Ideal","F","VVS1",62.3,55,1295,4.74,4.79,2.97 +"42310",0.41,"Ideal","F","VVS1",61.8,55,1295,4.76,4.78,2.95 +"42311",0.41,"Ideal","F","VVS1",62.3,57,1295,4.73,4.77,2.96 +"42312",0.41,"Ideal","F","VVS1",60.3,56,1295,4.8,4.85,2.91 +"42313",0.41,"Premium","F","VVS1",61.3,59,1295,4.73,4.79,2.92 +"42314",0.41,"Premium","F","VVS1",61.8,59,1295,4.74,4.77,2.94 +"42315",0.41,"Ideal","F","VVS1",61.7,57,1295,4.77,4.8,2.95 +"42316",0.41,"Premium","D","VVS2",61.8,58,1295,4.75,4.79,2.95 +"42317",0.41,"Ideal","F","VVS1",60.7,56,1295,4.81,4.85,2.93 +"42318",0.41,"Very Good","F","VVS1",62.1,56,1295,4.78,4.79,2.97 +"42319",0.41,"Ideal","F","VVS1",62.3,53,1295,4.77,4.8,2.98 +"42320",0.41,"Ideal","D","VVS2",62.3,57,1295,4.74,4.76,2.96 +"42321",0.41,"Ideal","D","VVS2",62.1,56,1295,4.76,4.78,2.96 +"42322",0.41,"Ideal","F","VVS1",62,55,1295,4.74,4.78,2.95 +"42323",0.41,"Very Good","D","VVS2",61.2,62,1295,4.78,4.82,2.94 +"42324",0.41,"Ideal","D","VVS2",62.3,55,1295,4.76,4.77,2.97 +"42325",0.41,"Ideal","F","VVS1",61.9,56,1295,4.77,4.79,2.96 +"42326",0.41,"Very Good","F","VVS1",58.9,58,1295,4.84,4.87,2.86 +"42327",0.41,"Ideal","F","VVS1",60.9,56,1295,4.79,4.83,2.93 +"42328",0.58,"Good","G","SI1",63.5,56,1295,5.28,5.34,3.37 +"42329",0.41,"Ideal","F","VVS1",61.8,57,1295,4.75,4.79,2.95 +"42330",0.6,"Ideal","I","SI1",60.7,58,1295,5.43,5.45,3.3 +"42331",0.56,"Ideal","E","SI2",61.9,55,1296,5.32,5.34,3.3 +"42332",0.45,"Premium","D","VS1",60.6,59,1297,4.96,4.98,3.01 +"42333",0.45,"Ideal","G","VVS1",61.7,56,1297,4.93,4.96,3.05 +"42334",0.45,"Ideal","G","VVS1",61.5,57,1297,4.91,4.95,3.03 +"42335",0.62,"Ideal","J","VS1",62.3,54,1297,5.46,5.49,3.41 +"42336",0.55,"Ideal","I","VS1",62.5,57,1297,5.19,5.25,3.26 +"42337",0.56,"Premium","E","SI2",62.6,59,1297,5.24,5.2,3.27 +"42338",0.46,"Ideal","D","VS2",62.4,56,1298,4.98,4.95,3.1 +"42339",0.52,"Very Good","F","SI1",61.9,58,1298,5.1,5.15,3.17 +"42340",0.73,"Very Good","G","I1",62.5,58,1298,5.74,5.82,3.61 +"42341",0.43,"Ideal","H","VVS1",61.5,56,1298,4.86,4.89,3 +"42342",0.41,"Good","E","VVS1",64.1,55,1298,4.71,4.68,3.01 +"42343",0.42,"Ideal","I","VVS2",61.2,57,1299,4.83,4.87,2.97 +"42344",0.57,"Ideal","F","SI1",61.6,56,1299,5.33,5.36,3.29 +"42345",0.5,"Good","E","VS2",64.1,58,1299,5.01,5.03,3.22 +"42346",0.42,"Ideal","H","VS1",61,57,1299,4.85,4.89,2.97 +"42347",0.52,"Ideal","E","SI2",61.9,56,1299,5.17,5.19,3.2 +"42348",0.46,"Ideal","H","SI1",61.2,56,1299,4.97,5,3.05 +"42349",0.39,"Premium","E","VVS1",60.7,58,1300,4.69,4.73,2.86 +"42350",0.39,"Premium","G","IF",59,60,1300,4.75,4.78,2.81 +"42351",0.39,"Ideal","E","VVS2",61.6,56,1300,4.69,4.73,2.9 +"42352",0.39,"Ideal","E","VVS2",60.5,57,1300,4.72,4.74,2.86 +"42353",0.59,"Ideal","I","VS2",62,54,1300,5.4,5.43,3.36 +"42354",0.32,"Ideal","E","IF",61.2,57,1300,4.4,4.43,2.7 +"42355",0.38,"Ideal","E","IF",61.4,55,1300,4.68,4.7,2.88 +"42356",0.51,"Very Good","I","VS1",62.5,59,1301,5.1,5.14,3.2 +"42357",0.51,"Ideal","I","VS1",61.8,56,1301,5.1,5.13,3.16 +"42358",0.59,"Very Good","F","SI2",63.4,57,1301,5.32,5.28,3.36 +"42359",0.5,"Very Good","H","VS2",62.3,58,1302,5.05,5.12,3.17 +"42360",0.46,"Premium","E","VS2",62.2,58,1302,4.99,4.95,3.09 +"42361",0.61,"Premium","F","SI2",60.9,58,1303,5.44,5.52,3.34 +"42362",0.61,"Good","I","VS2",63.4,55,1303,5.42,5.46,3.45 +"42363",0.61,"Ideal","F","SI2",62.3,57,1303,5.38,5.44,3.37 +"42364",0.53,"Ideal","E","SI1",61.2,54,1303,5.21,5.25,3.2 +"42365",0.52,"Premium","E","SI1",59,59,1303,5.3,5.21,3.1 +"42366",0.35,"Ideal","D","VVS1",61,55,1303,4.62,4.59,2.81 +"42367",0.51,"Very Good","E","SI1",62.9,57,1304,5.06,5.11,3.2 +"42368",0.51,"Very Good","E","SI1",61.2,61,1304,5.13,5.16,3.15 +"42369",0.51,"Good","E","SI1",63.3,59,1304,5.05,5.09,3.21 +"42370",0.56,"Premium","G","SI1",62.4,58,1304,5.23,5.29,3.28 +"42371",0.51,"Fair","D","SI1",65.2,55,1304,5.05,5.01,3.28 +"42372",0.54,"Ideal","I","VS1",61.2,58,1304,5.24,5.29,3.22 +"42373",0.57,"Ideal","H","SI1",61.6,60,1304,5.33,5.35,3.29 +"42374",0.5,"Ideal","F","SI1",62,55,1304,5.08,5.12,3.16 +"42375",0.41,"Ideal","F","IF",61.7,56,1304,4.79,4.83,2.97 +"42376",0.43,"Ideal","H","IF",62.2,55,1304,4.87,4.84,3.02 +"42377",0.43,"Ideal","E","VVS2",62,57,1304,4.87,4.84,3.01 +"42378",0.43,"Premium","E","VVS2",60.8,57,1304,4.92,4.89,2.98 +"42379",0.51,"Very Good","E","SI1",63.1,56,1305,5.07,5.1,3.21 +"42380",0.59,"Ideal","E","SI2",62.5,57,1305,5.32,5.37,3.34 +"42381",0.71,"Premium","J","SI2",61.8,54,1305,5.74,5.7,3.53 +"42382",0.6,"Fair","G","SI1",64.5,56,1305,5.27,5.24,3.39 +"42383",0.5,"Ideal","F","SI2",62,55,1305,5.12,5.09,3.16 +"42384",0.5,"Very Good","D","SI2",60.8,55,1306,5.14,5.16,3.13 +"42385",0.46,"Ideal","G","VVS2",62.4,54.4,1306,4.93,4.98,3.09 +"42386",0.5,"Ideal","H","VS2",60.3,55,1306,5.16,5.21,3.13 +"42387",0.61,"Ideal","G","SI2",60.5,56,1306,5.49,5.59,3.35 +"42388",0.6,"Good","J","VS1",58.9,60.5,1306,5.5,5.57,3.26 +"42389",0.6,"Good","F","SI2",62,62,1306,5.33,5.4,3.32 +"42390",0.52,"Premium","G","SI1",59.7,60,1306,5.22,5.2,3.11 +"42391",0.53,"Very Good","D","SI2",60.2,56,1307,5.23,5.26,3.16 +"42392",0.42,"Ideal","E","VVS1",59.7,56,1307,4.88,4.91,2.92 +"42393",0.54,"Ideal","F","SI1",61.2,56,1307,5.23,5.29,3.22 +"42394",0.46,"Good","F","VVS1",66.5,55,1307,4.77,4.82,3.19 +"42395",0.58,"Premium","G","SI2",61.2,59,1307,5.4,5.36,3.29 +"42396",0.53,"Premium","E","SI1",62.3,60,1307,5.27,5.17,3.25 +"42397",0.61,"Premium","D","SI2",60.8,57,1308,5.48,5.4,3.31 +"42398",0.51,"Very Good","F","SI1",62.9,56,1308,5.05,5.1,3.19 +"42399",0.51,"Premium","F","SI1",59.4,60,1308,5.19,5.21,3.09 +"42400",0.51,"Good","F","SI1",63.6,58,1308,5.05,5.08,3.22 +"42401",0.43,"Ideal","E","VVS2",61.8,57,1308,4.79,4.85,2.98 +"42402",0.57,"Ideal","F","SI2",62.2,53,1308,5.34,5.4,3.34 +"42403",0.53,"Ideal","G","SI1",62.3,55,1308,5.13,5.24,3.23 +"42404",0.53,"Ideal","G","SI1",62.7,55,1308,5.15,5.19,3.24 +"42405",0.61,"Premium","I","VS2",58.8,58,1308,5.59,5.53,3.27 +"42406",0.57,"Very Good","H","SI1",63.1,54,1309,5.3,5.28,3.34 +"42407",0.57,"Premium","H","SI1",59.3,58,1309,5.46,5.4,3.22 +"42408",0.52,"Very Good","I","VS1",61,58,1310,5.18,5.22,3.17 +"42409",0.42,"Ideal","H","VVS1",61.1,56,1310,4.86,4.9,2.98 +"42410",0.42,"Ideal","G","IF",62,57,1310,4.82,4.8,2.98 +"42411",0.31,"Ideal","D","IF",61.1,56,1310,4.42,4.39,2.69 +"42412",0.54,"Good","D","SI1",63.7,57,1310,5.22,5.14,3.3 +"42413",0.48,"Very Good","F","VS2",62.6,55,1311,5,5.07,3.15 +"42414",0.45,"Very Good","D","VS2",62.9,58.4,1311,4.83,4.86,3.04 +"42415",0.52,"Very Good","G","SI1",61.7,57,1311,5.13,5.16,3.17 +"42416",0.52,"Very Good","G","SI1",61.1,56,1311,5.19,5.23,3.18 +"42417",0.66,"Very Good","F","SI2",61.6,54,1311,5.62,5.64,3.47 +"42418",0.54,"Very Good","F","SI2",61.2,57.4,1311,5.23,5.25,3.21 +"42419",0.33,"Ideal","E","VVS1",61.9,57,1312,4.43,4.46,2.75 +"42420",0.35,"Ideal","F","IF",60.9,55,1312,4.58,4.61,2.8 +"42421",0.51,"Premium","G","SI1",60.3,61,1312,5.19,5.12,3.11 +"42422",0.51,"Premium","G","SI1",62.4,58,1312,5.13,5.07,3.18 +"42423",0.51,"Good","G","SI1",63.6,55,1312,5.06,5.03,3.21 +"42424",0.51,"Ideal","G","SI1",63,53,1312,5.13,5.1,3.22 +"42425",0.51,"Good","F","SI1",63.6,56,1312,5.11,5.08,3.24 +"42426",0.51,"Very Good","F","SI1",63.1,54,1312,5.12,5.06,3.21 +"42427",0.51,"Good","F","SI1",63.8,56,1312,5.08,5.04,3.23 +"42428",0.51,"Ideal","H","VS2",61.2,53,1312,5.22,5.18,3.18 +"42429",0.41,"Very Good","F","IF",61.6,58,1313,4.75,4.79,2.94 +"42430",0.55,"Ideal","F","SI2",61.1,56,1313,5.25,5.33,3.24 +"42431",0.57,"Ideal","G","VS2",60.7,56,1313,5.4,5.37,3.27 +"42432",0.54,"Very Good","F","SI1",64,59,1314,5.14,5.18,3.3 +"42433",0.53,"Ideal","H","VS2",62.5,56,1314,5.15,5.19,3.23 +"42434",0.46,"Premium","G","VVS2",61.3,60,1314,4.94,5.01,3.05 +"42435",0.53,"Ideal","D","SI2",60.4,57,1314,5.26,5.3,3.19 +"42436",0.53,"Ideal","D","SI2",61.9,55,1314,5.19,5.24,3.23 +"42437",0.53,"Ideal","D","SI2",61.4,56,1314,5.22,5.24,3.21 +"42438",0.53,"Very Good","D","SI2",62.9,54,1314,5.13,5.17,3.24 +"42439",0.53,"Ideal","H","VS2",62.4,56,1314,5.17,5.18,3.23 +"42440",0.43,"Ideal","D","VS2",61.3,55,1314,4.84,4.88,2.98 +"42441",0.55,"Ideal","H","SI1",61.6,55,1314,5.29,5.32,3.27 +"42442",0.54,"Ideal","G","SI1",62.5,56,1314,5.2,5.24,3.26 +"42443",0.5,"Premium","E","SI1",62.6,56,1314,5.07,5.06,3.17 +"42444",0.55,"Premium","I","VS2",61.7,55,1314,5.35,5.29,3.28 +"42445",0.51,"Very Good","E","SI1",61.6,53,1315,5.16,5.19,3.19 +"42446",0.57,"Very Good","E","SI2",61.2,57,1315,5.31,5.35,3.26 +"42447",0.42,"Good","D","VS1",57.3,62,1315,4.95,5,2.85 +"42448",0.53,"Ideal","E","SI2",60.9,57,1315,5.23,5.21,3.18 +"42449",0.53,"Good","I","VS1",64.3,55,1315,5.17,5.13,3.31 +"42450",0.51,"Ideal","I","VVS2",62.5,54.3,1316,5.09,5.12,3.19 +"42451",0.5,"Good","E","SI1",63.3,59,1316,4.99,5.03,3.17 +"42452",0.5,"Good","E","SI1",63.8,55,1316,5.04,5.09,3.23 +"42453",0.5,"Ideal","E","SI1",62.2,57,1316,5.05,5.11,3.16 +"42454",0.5,"Ideal","E","SI1",61.6,57,1316,5.09,5.13,3.15 +"42455",0.5,"Good","E","SI1",63.7,56,1316,5.02,5.06,3.21 +"42456",0.55,"Very Good","F","SI1",60.7,57,1316,5.27,5.3,3.21 +"42457",0.5,"Premium","E","SI1",60.2,58,1316,5.15,5.18,3.11 +"42458",0.5,"Good","G","VS2",57.9,61,1316,5.2,5.23,3.02 +"42459",0.5,"Premium","E","SI1",62,59,1316,5.06,5.1,3.15 +"42460",0.5,"Good","E","SI1",63.2,57,1316,5.03,5.06,3.19 +"42461",0.5,"Very Good","E","SI1",63,58,1316,5.04,5.08,3.19 +"42462",0.55,"Ideal","F","SI1",61.8,55,1316,5.22,5.27,3.24 +"42463",0.5,"Very Good","E","SI1",60.7,61,1316,5.09,5.12,3.1 +"42464",0.5,"Good","E","SI1",63.3,58,1316,4.99,5.03,3.17 +"42465",0.5,"Very Good","E","SI1",61.5,62,1316,5.06,5.09,3.12 +"42466",0.55,"Premium","G","SI1",61.3,59,1316,5.23,5.28,3.22 +"42467",0.5,"Premium","E","SI1",62.3,58,1316,5.09,5.15,3.19 +"42468",0.52,"Ideal","I","VVS2",62.2,57,1316,5.18,5.11,3.2 +"42469",0.55,"Very Good","G","SI1",60.1,61,1316,5.32,5.29,3.19 +"42470",0.66,"Ideal","J","VS2",62.1,55,1316,5.6,5.64,3.49 +"42471",0.53,"Ideal","D","SI2",61.6,55,1316,5.21,5.24,3.22 +"42472",0.54,"Very Good","I","VS2",62.3,56,1317,5.17,5.22,3.24 +"42473",0.5,"Very Good","I","VS1",61.5,55,1317,5.12,5.16,3.16 +"42474",0.5,"Ideal","F","SI1",61.3,56,1317,5.13,5.09,3.13 +"42475",0.5,"Ideal","E","SI1",63,56,1317,5.13,5.06,3.21 +"42476",0.51,"Very Good","E","SI1",62.2,55,1318,5.09,5.11,3.17 +"42477",0.51,"Very Good","E","SI1",60.8,55,1318,5.17,5.2,3.15 +"42478",0.5,"Very Good","D","SI1",61.6,59,1318,5.12,5.14,3.16 +"42479",0.43,"Ideal","G","IF",62.5,54,1318,4.83,4.86,3.03 +"42480",0.43,"Ideal","G","IF",62.4,54,1318,4.84,4.87,3.03 +"42481",0.43,"Ideal","G","IF",61.3,56,1318,4.86,4.9,2.99 +"42482",0.43,"Ideal","G","IF",61.9,53,1318,4.87,4.88,3.02 +"42483",0.59,"Good","F","SI1",59.5,62,1318,5.45,5.5,3.26 +"42484",0.38,"Good","E","IF",59.1,58,1318,4.74,4.77,2.81 +"42485",0.53,"Premium","D","SI2",59.3,61,1318,5.29,5.26,3.13 +"42486",0.53,"Good","D","SI2",63.9,55,1318,5.14,5.1,3.27 +"42487",0.47,"Ideal","D","VS2",61.9,56,1319,4.99,5.03,3.1 +"42488",0.55,"Ideal","H","SI1",62.1,56,1319,5.2,5.26,3.25 +"42489",0.52,"Ideal","G","SI1",62.2,54,1319,5.16,5.19,3.22 +"42490",0.31,"Ideal","E","IF",61,57,1319,4.36,4.39,2.67 +"42491",0.44,"Ideal","F","VVS1",61.5,57,1319,4.9,4.86,3 +"42492",0.59,"Premium","F","SI2",61.9,61,1319,5.38,5.33,3.31 +"42493",0.52,"Very Good","H","VS1",59.6,57,1320,5.25,5.34,3.15 +"42494",0.47,"Very Good","E","VS2",62.6,57,1320,4.92,4.95,3.09 +"42495",0.48,"Very Good","E","VS2",59.9,58.9,1320,5.07,5.12,3.06 +"42496",0.51,"Very Good","F","SI1",61.7,55,1320,5.14,5.16,3.18 +"42497",0.53,"Very Good","F","SI1",61.5,59,1320,5.15,5.19,3.18 +"42498",0.54,"Very Good","E","SI1",62.2,61,1320,5.24,5.15,3.23 +"42499",0.52,"Ideal","D","SI2",60.7,56,1320,5.22,5.25,3.18 +"42500",0.55,"Ideal","I","SI1",61.2,55,1320,5.28,5.33,3.25 +"42501",0.57,"Premium","E","SI2",61,60,1320,5.36,5.32,3.26 +"42502",0.57,"Premium","E","SI2",60.7,57,1320,5.42,5.35,3.27 +"42503",0.46,"Very Good","D","VS2",61.2,57,1321,4.96,5,3.05 +"42504",0.55,"Premium","G","SI1",62.1,56,1321,5.28,5.22,3.26 +"42505",0.55,"Premium","G","SI1",61.8,59,1321,5.25,5.2,3.23 +"42506",0.51,"Ideal","G","SI1",61.9,56,1321,5.11,5.17,3.17 +"42507",0.53,"Very Good","F","SI1",60.9,60,1322,5.16,5.22,3.16 +"42508",0.53,"Very Good","F","SI1",62.5,57,1322,5.19,5.24,3.26 +"42509",0.5,"Ideal","I","VVS2",61.8,57,1322,5.09,5.11,3.15 +"42510",0.41,"Ideal","F","VS2",61.5,56,1322,4.79,4.83,2.96 +"42511",0.56,"Ideal","G","SI1",61.2,59,1322,5.26,5.32,3.24 +"42512",0.51,"Ideal","F","SI1",61.2,56,1322,5.19,5.21,3.18 +"42513",0.54,"Good","E","SI1",57.2,59,1323,5.37,5.32,3.06 +"42514",0.52,"Very Good","D","SI1",62.7,56,1323,5.08,5.13,3.2 +"42515",0.48,"Premium","E","VS2",62.5,61,1323,5.01,4.97,3.12 +"42516",0.41,"Ideal","F","VVS2",61.4,57,1323,4.77,4.81,2.94 +"42517",0.41,"Ideal","F","VVS2",61.2,56,1323,4.78,4.82,2.94 +"42518",0.5,"Fair","F","VS2",64.6,58,1323,5.01,4.99,3.23 +"42519",0.5,"Fair","D","SI1",65.1,58,1323,5,4.96,3.24 +"42520",0.5,"Fair","D","SI1",64.6,58,1323,5,4.97,3.22 +"42521",0.5,"Fair","D","SI1",65.7,56,1323,5.01,4.97,3.28 +"42522",0.45,"Premium","G","VVS1",60.1,58,1323,4.97,4.95,2.98 +"42523",0.45,"Premium","G","VVS1",60.8,58,1323,4.98,4.92,3.01 +"42524",0.4,"Premium","F","VVS1",60.2,59,1323,4.76,4.74,2.86 +"42525",0.4,"Premium","F","VVS1",60.8,59,1323,4.76,4.74,2.89 +"42526",0.4,"Premium","F","VVS1",61.1,59,1323,4.78,4.75,2.91 +"42527",0.4,"Ideal","F","VVS1",61.3,55,1323,4.78,4.75,2.92 +"42528",0.4,"Ideal","F","VVS1",60.7,56,1323,4.79,4.77,2.9 +"42529",0.4,"Premium","F","VVS1",61.9,57,1323,4.71,4.69,2.91 +"42530",0.4,"Ideal","F","VVS1",61.7,56,1323,4.75,4.72,2.92 +"42531",0.4,"Ideal","F","VVS1",62.5,57,1323,4.75,4.72,2.96 +"42532",0.4,"Ideal","F","VVS1",61.3,56,1323,4.76,4.73,2.91 +"42533",0.4,"Premium","D","VVS2",62.2,54,1323,4.77,4.75,2.96 +"42534",0.4,"Ideal","D","VVS2",61.3,56,1323,4.78,4.75,2.92 +"42535",0.4,"Premium","D","VVS2",60.4,59,1323,4.77,4.76,2.88 +"42536",0.4,"Premium","D","VVS2",60.8,59,1323,4.81,4.76,2.91 +"42537",0.4,"Ideal","D","VVS2",62,56,1323,4.74,4.71,2.93 +"42538",0.4,"Ideal","D","VVS2",62.2,55,1323,4.74,4.72,2.94 +"42539",0.4,"Ideal","D","VVS2",61.9,56,1323,4.76,4.74,2.94 +"42540",0.4,"Premium","D","VVS2",60.7,60,1323,4.78,4.74,2.89 +"42541",0.5,"Premium","F","VS2",61.7,60,1323,5.06,5.02,3.11 +"42542",0.5,"Good","F","VS2",64,57,1323,5.08,5.04,3.23 +"42543",0.6,"Premium","F","SI1",62.9,59,1323,5.39,5.31,3.37 +"42544",0.53,"Premium","F","SI1",61.4,58,1324,5.19,5.17,3.18 +"42545",0.58,"Ideal","J","VS2",60.9,57,1324,5.38,5.4,3.28 +"42546",0.58,"Ideal","J","VS1",61.9,58,1324,5.31,5.35,3.3 +"42547",0.85,"Fair","H","I1",61,61,1324,6.2,6,3.73 +"42548",0.85,"Fair","H","I1",66.7,59,1324,5.86,5.78,3.88 +"42549",0.59,"Very Good","E","SI2",60.5,58,1325,5.43,5.51,3.31 +"42550",0.52,"Ideal","G","SI1",62.4,55,1325,5.15,5.17,3.22 +"42551",0.52,"Very Good","F","SI1",61,59,1326,5.18,5.21,3.17 +"42552",0.53,"Very Good","E","SI1",63.3,56,1326,5.13,5.17,3.26 +"42553",0.46,"Ideal","D","VS2",62.7,57,1326,4.89,4.93,3.08 +"42554",0.46,"Very Good","D","VS2",60.9,58,1326,4.94,4.97,3.02 +"42555",0.42,"Premium","F","VVS1",60.5,58,1326,4.81,4.84,2.92 +"42556",0.42,"Ideal","F","VVS1",61.3,56,1326,4.82,4.83,2.96 +"42557",0.42,"Ideal","D","VVS2",62.6,56,1326,4.77,4.79,2.99 +"42558",0.42,"Ideal","F","VVS1",62,55,1326,4.81,4.84,2.99 +"42559",0.42,"Ideal","D","VVS2",62.1,55,1326,4.78,4.81,2.98 +"42560",0.42,"Ideal","D","VVS2",62.5,57,1326,4.77,4.8,2.99 +"42561",0.42,"Ideal","D","VVS2",62.1,55,1326,4.79,4.81,2.98 +"42562",0.42,"Ideal","D","VVS2",61.4,56,1326,4.82,4.85,2.97 +"42563",0.57,"Ideal","I","VS2",61.5,56,1326,5.32,5.35,3.28 +"42564",0.45,"Very Good","G","VVS1",62.2,58,1327,4.9,4.97,3.07 +"42565",0.55,"Very Good","H","VS2",60.2,59,1327,5.36,5.24,3.19 +"42566",0.42,"Ideal","E","VVS1",62,55,1327,4.81,4.83,2.99 +"42567",0.62,"Ideal","G","SI2",62.1,55,1327,5.46,5.49,3.4 +"42568",0.54,"Ideal","F","SI1",61.5,55,1327,5.25,5.28,3.24 +"42569",0.38,"Ideal","E","VVS1",61.9,56,1327,4.67,4.64,2.88 +"42570",0.38,"Ideal","E","VVS1",62.4,56,1327,4.67,4.64,2.9 +"42571",0.38,"Ideal","E","VVS1",62.6,56,1327,4.64,4.6,2.89 +"42572",0.38,"Premium","E","VVS1",61.9,58,1327,4.66,4.62,2.87 +"42573",0.55,"Ideal","I","VS2",58.5,62,1327,5.4,5.39,3.16 +"42574",0.5,"Fair","G","VS1",60.3,66,1327,5.13,5.09,3.08 +"42575",0.59,"Good","E","SI2",57.4,62,1327,5.53,5.49,3.16 +"42576",0.51,"Very Good","H","VS2",60.1,59.8,1328,5.14,5.19,3.1 +"42577",0.53,"Good","E","SI1",57.8,57,1328,5.33,5.29,3.07 +"42578",0.62,"Premium","F","SI2",61.7,60,1329,5.48,5.45,3.37 +"42579",0.43,"Ideal","H","VS1",61.2,55,1329,4.87,4.9,2.99 +"42580",0.51,"Ideal","G","SI1",61.3,55,1329,5.18,5.22,3.19 +"42581",0.53,"Ideal","G","SI1",62.4,55,1329,5.21,5.18,3.24 +"42582",0.59,"Ideal","J","VS1",58.7,56,1330,5.52,5.48,3.23 +"42583",0.51,"Very Good","E","SI1",63,58,1330,4.99,5.08,3.17 +"42584",0.52,"Ideal","E","SI1",61.4,57,1330,5.15,5.18,3.17 +"42585",0.45,"Ideal","D","VS1",62.3,56,1330,4.88,4.91,3.05 +"42586",0.52,"Very Good","E","SI1",63,54,1330,5.11,5.15,3.23 +"42587",0.35,"Ideal","D","VVS1",60.8,55,1330,4.58,4.6,2.79 +"42588",0.35,"Ideal","D","VVS1",60.6,56,1330,4.58,4.59,2.78 +"42589",0.58,"Ideal","G","SI1",61.4,55,1330,5.38,5.41,3.31 +"42590",0.54,"Premium","F","SI1",61.8,60,1330,5.22,5.2,3.22 +"42591",0.65,"Very Good","H","SI2",62,56,1331,5.53,5.56,3.44 +"42592",0.5,"Very Good","E","SI1",62.7,55,1331,5.06,5.09,3.18 +"42593",0.5,"Very Good","E","SI1",60.9,58,1331,5.1,5.14,3.12 +"42594",0.5,"Very Good","E","SI1",61.9,53,1331,5.14,5.16,3.19 +"42595",0.31,"Very Good","D","IF",62,56,1331,4.33,4.35,2.69 +"42596",0.5,"Ideal","E","SI1",62.2,57,1331,5.05,5.08,3.15 +"42597",0.5,"Ideal","E","SI1",62.8,57,1331,5.05,5.08,3.18 +"42598",0.5,"Ideal","E","SI1",59.7,62,1331,5.16,5.19,3.09 +"42599",0.5,"Ideal","E","SI1",59.1,61,1331,5.16,5.19,3.06 +"42600",0.5,"Good","E","SI1",58.5,59,1331,5.2,5.23,3.05 +"42601",0.32,"Premium","H","VS2",59.5,58,505,4.47,4.5,2.67 +"42602",0.32,"Ideal","I","VS1",60.9,56,505,4.44,4.46,2.71 +"42603",0.32,"Good","I","VS1",63.2,54,505,4.38,4.42,2.78 +"42604",0.36,"Ideal","I","VS2",61.8,55,505,4.58,4.61,2.84 +"42605",0.32,"Very Good","I","VS1",62.4,56,505,4.31,4.37,2.71 +"42606",0.32,"Premium","H","VS2",60.7,60,505,4.39,4.41,2.67 +"42607",0.32,"Very Good","I","VS1",59.8,60,505,4.44,4.46,2.66 +"42608",0.36,"Premium","E","SI2",60.6,59,505,4.57,4.61,2.78 +"42609",0.32,"Very Good","H","VS2",60.6,58,505,4.44,4.47,2.7 +"42610",0.32,"Premium","I","VS1",62,58,505,4.37,4.4,2.72 +"42611",0.32,"Ideal","H","VS2",62.1,56,505,4.37,4.42,2.73 +"42612",0.32,"Very Good","H","VS2",62.8,55,505,4.38,4.41,2.76 +"42613",0.36,"Premium","I","VS2",62.7,59,505,4.54,4.58,2.86 +"42614",0.32,"Premium","I","VS1",61.3,58,505,4.35,4.39,2.68 +"42615",0.32,"Good","H","VS2",63.1,55,505,4.33,4.36,2.74 +"42616",0.36,"Very Good","E","SI2",62.6,57,505,4.5,4.54,2.83 +"42617",0.32,"Ideal","H","VS2",62,55,505,4.39,4.42,2.73 +"42618",0.32,"Premium","I","VS1",61,60,505,4.42,4.47,2.71 +"42619",0.32,"Premium","H","VS2",62.5,59,505,4.33,4.38,2.72 +"42620",0.32,"Ideal","H","VS2",62.5,55,505,4.38,4.42,2.75 +"42621",0.32,"Ideal","I","VS1",62.3,57,505,4.37,4.42,2.74 +"42622",0.32,"Very Good","H","VS2",63,57,505,4.35,4.38,2.75 +"42623",0.3,"Very Good","G","VS2",61.8,60,505,4.29,4.25,2.64 +"42624",0.32,"Premium","H","VS2",61.7,59,505,4.35,4.4,2.7 +"42625",0.32,"Very Good","H","VS2",60.7,61,505,4.39,4.41,2.67 +"42626",0.36,"Ideal","H","SI1",62.3,57,505,4.54,4.58,2.84 +"42627",0.32,"Premium","H","VS2",60.6,58,505,4.44,4.47,2.7 +"42628",0.32,"Very Good","H","VS2",62.3,57,505,4.37,4.39,2.73 +"42629",0.32,"Ideal","H","VS2",61.3,55,505,4.4,4.44,2.71 +"42630",0.32,"Ideal","H","VS2",62,57,505,4.35,4.39,2.71 +"42631",0.51,"Ideal","H","SI1",62.1,55,1331,5.17,5.15,3.2 +"42632",0.53,"Good","E","SI1",64.1,54,1332,5.11,5.16,3.29 +"42633",0.58,"Premium","H","SI1",58.4,59,1332,5.51,5.48,3.21 +"42634",0.58,"Premium","H","SI1",59.7,57,1332,5.47,5.41,3.25 +"42635",0.58,"Premium","H","SI1",62.1,55,1332,5.38,5.35,3.33 +"42636",0.58,"Very Good","H","SI1",63.3,56,1332,5.34,5.31,3.37 +"42637",0.58,"Ideal","F","SI2",62,57,1332,5.35,5.32,3.31 +"42638",0.5,"Ideal","D","SI2",62.4,56,1332,5.1,5.06,3.17 +"42639",0.5,"Ideal","D","SI2",62.5,55,1332,5.14,5.07,3.19 +"42640",0.5,"Ideal","D","SI2",61.6,57,1332,5.13,5.1,3.15 +"42641",0.5,"Ideal","H","VS2",61.2,56,1332,5.18,5.14,3.16 +"42642",0.5,"Ideal","F","SI1",61.5,55,1332,5.16,5.12,3.16 +"42643",0.5,"Premium","F","SI1",60.1,59,1332,5.17,5.14,3.1 +"42644",0.5,"Fair","H","VS2",56.3,65,1332,5.24,5.21,2.94 +"42645",0.5,"Premium","H","VS2",60.9,59,1332,5.14,5.11,3.12 +"42646",0.4,"Ideal","E","VVS1",61.7,57,1333,4.7,4.74,2.91 +"42647",0.4,"Ideal","E","VVS1",62.6,56,1333,4.7,4.73,2.95 +"42648",0.4,"Very Good","E","VVS1",61.2,61,1333,4.7,4.74,2.89 +"42649",0.4,"Ideal","E","VVS1",61.5,56,1333,4.7,4.73,2.9 +"42650",0.5,"Good","F","VS2",63.6,58,1333,5.02,5.05,3.2 +"42651",0.4,"Premium","G","IF",59.8,58,1333,4.79,4.85,2.88 +"42652",0.4,"Ideal","G","IF",61.4,55,1333,4.76,4.79,2.93 +"42653",0.4,"Very Good","E","VVS1",62.8,57,1333,4.65,4.71,2.94 +"42654",0.4,"Premium","G","IF",60.8,58,1333,4.73,4.77,2.89 +"42655",0.4,"Premium","E","VVS1",61.4,59,1333,4.68,4.74,2.89 +"42656",0.38,"Ideal","F","IF",62.2,55,1333,4.64,4.66,2.89 +"42657",0.4,"Ideal","E","VVS1",61.5,56,1333,4.75,4.78,2.93 +"42658",0.5,"Very Good","F","VS2",60.6,59,1333,5.03,5.13,3.08 +"42659",0.5,"Good","D","SI1",63.8,60,1333,5,5.03,3.2 +"42660",0.4,"Ideal","E","VVS1",62.4,57,1333,4.67,4.72,2.93 +"42661",0.4,"Ideal","G","IF",62.2,55,1333,4.73,4.76,2.95 +"42662",0.57,"Ideal","D","SI2",62.3,53,1333,5.32,5.34,3.32 +"42663",0.39,"Ideal","E","IF",61.3,56,1333,4.71,4.75,2.9 +"42664",0.39,"Ideal","E","IF",61.1,57,1333,4.73,4.76,2.9 +"42665",0.62,"Good","E","SI2",59.4,65,1333,5.54,5.48,3.27 +"42666",0.56,"Ideal","F","SI1",61.5,55,1334,5.3,5.34,3.27 +"42667",0.44,"Ideal","E","VVS2",60.7,57,1334,4.92,4.9,2.98 +"42668",0.44,"Premium","E","VVS2",60,59,1334,4.99,4.95,2.98 +"42669",0.44,"Ideal","E","VVS2",61.8,56,1334,4.93,4.88,3.03 +"42670",0.44,"Ideal","E","VVS2",60.9,57,1334,4.95,4.9,3 +"42671",0.44,"Ideal","E","VVS2",61.9,56,1334,4.91,4.88,3.03 +"42672",0.51,"Fair","F","VS2",61,66,1334,5.12,5.04,3.1 +"42673",0.85,"Fair","J","I1",65.5,59,1334,5.95,5.82,3.86 +"42674",0.89,"Fair","H","I1",58.8,66,1334,6.21,6.09,3.62 +"42675",0.53,"Premium","G","VS2",59.9,60,1335,5.24,5.28,3.15 +"42676",0.53,"Ideal","F","SI2",60.3,56,1335,5.25,5.3,3.18 +"42677",0.49,"Very Good","D","VS2",64,53,1336,4.94,4.99,3.18 +"42678",0.53,"Very Good","G","SI1",61.6,57,1336,5.18,5.21,3.2 +"42679",0.41,"Ideal","G","IF",62.1,57,1336,4.77,4.76,2.96 +"42680",0.58,"Good","E","SI1",59.3,64,1336,5.48,5.42,3.23 +"42681",0.58,"Very Good","G","VS2",63.2,58,1336,5.36,5.28,3.36 +"42682",0.44,"Very Good","E","VVS2",59.6,59,1337,4.98,4.99,2.97 +"42683",0.5,"Very Good","H","VS2",62.9,58,1337,5.08,5.1,3.2 +"42684",0.5,"Very Good","H","VS2",62.3,57,1337,5.03,5.12,3.16 +"42685",0.5,"Very Good","H","VS2",62.3,56,1337,5.06,5.11,3.17 +"42686",0.5,"Very Good","E","SI1",61.1,55,1337,5.1,5.15,3.13 +"42687",0.5,"Very Good","D","SI1",63.5,57,1337,5.04,5.1,3.22 +"42688",0.45,"Ideal","E","VVS2",61.9,56,1337,4.91,4.95,3.05 +"42689",0.52,"Ideal","F","SI1",60.4,56,1337,5.31,5.29,3.2 +"42690",0.5,"Ideal","E","SI1",60.6,59,1337,5.13,5.16,3.12 +"42691",0.5,"Ideal","E","SI1",61.6,57,1337,5.08,5.11,3.14 +"42692",0.5,"Ideal","E","SI1",61.9,60,1337,5.06,5.09,3.14 +"42693",0.54,"Good","H","VS2",63.2,55,1338,5.2,5.24,3.3 +"42694",0.54,"Ideal","H","VS2",60.1,57,1338,5.28,5.33,3.19 +"42695",0.54,"Very Good","H","VS2",62.6,58,1338,5.16,5.19,3.24 +"42696",0.46,"Ideal","H","VVS1",62.4,53.4,1338,4.95,5.01,3.1 +"42697",0.6,"Ideal","D","SI2",61.3,59,1338,5.42,5.48,3.34 +"42698",0.52,"Premium","F","SI1",59.5,59,1338,5.31,5.24,3.14 +"42699",0.52,"Very Good","G","SI1",63.3,55,1338,5.1,5.07,3.22 +"42700",0.52,"Good","G","SI1",63.6,56,1338,5.09,5.07,3.23 +"42701",0.52,"Very Good","G","SI1",63.3,57,1338,5.11,5.08,3.22 +"42702",0.52,"Premium","G","SI1",59.6,62,1338,5.23,5.18,3.1 +"42703",0.52,"Premium","G","SI1",62.8,61,1338,5.14,5.11,3.22 +"42704",0.52,"Good","F","SI1",63.8,56,1338,5.12,5.07,3.25 +"42705",0.52,"Premium","F","SI1",58.6,61,1338,5.3,5.28,3.1 +"42706",0.56,"Very Good","F","SI1",63.3,56,1338,5.26,5.22,3.32 +"42707",0.52,"Ideal","G","SI1",62.6,56,1338,5.16,5.13,3.22 +"42708",0.5,"Good","F","VS2",65.3,57,1339,4.93,4.97,3.23 +"42709",0.57,"Very Good","G","SI1",61.9,59,1340,5.28,5.31,3.28 +"42710",0.56,"Premium","G","SI1",60.2,59,1340,5.34,5.36,3.22 +"42711",0.56,"Ideal","F","SI1",61.4,57,1340,5.28,5.3,3.25 +"42712",0.56,"Very Good","G","SI1",58.8,59,1340,5.38,5.4,3.17 +"42713",0.56,"Ideal","G","SI1",62.5,56,1340,5.21,5.28,3.28 +"42714",0.56,"Good","F","SI1",63.2,56,1340,5.24,5.29,3.33 +"42715",0.54,"Ideal","E","SI2",60.6,57,1340,5.28,5.25,3.19 +"42716",0.54,"Ideal","E","SI2",60.7,56,1340,5.3,5.25,3.2 +"42717",0.54,"Ideal","E","SI2",60.4,57,1340,5.33,5.27,3.2 +"42718",0.51,"Fair","E","SI1",55.8,61,1340,5.43,5.35,3.01 +"42719",0.51,"Very Good","E","SI1",60.3,63,1340,5.13,5.06,3.07 +"42720",0.51,"Premium","E","SI1",58.2,61,1340,5.27,5.22,3.05 +"42721",0.54,"Premium","G","SI1",61.1,60,1340,5.24,5.2,3.19 +"42722",0.53,"Ideal","I","VVS2",61.2,56,1341,5.21,5.28,3.21 +"42723",0.52,"Ideal","E","SI1",62.1,54,1341,5.17,5.2,3.22 +"42724",0.68,"Good","J","VS1",61.6,65,1341,5.63,5.57,3.45 +"42725",0.6,"Premium","H","SI1",58.9,61,1341,5.54,5.5,3.25 +"42726",0.43,"Ideal","G","IF",61.6,57,1341,4.84,4.81,2.97 +"42727",0.37,"Ideal","F","VVS1",59.2,57,1342,4.71,4.75,2.8 +"42728",0.58,"Ideal","D","SI2",62.7,56,1342,5.3,5.32,3.33 +"42729",0.58,"Ideal","D","SI2",61.2,57,1342,5.36,5.4,3.29 +"42730",0.6,"Ideal","I","SI1",62.2,58,1342,5.37,5.41,3.35 +"42731",0.52,"Very Good","G","SI1",63.1,58,1343,5.11,5.13,3.23 +"42732",0.52,"Very Good","E","SI1",61.1,62,1343,5.16,5.18,3.16 +"42733",0.52,"Very Good","E","SI1",60.8,56,1343,5.17,5.2,3.15 +"42734",0.51,"Ideal","E","SI1",62,55,1343,5.12,5.14,3.18 +"42735",0.51,"Ideal","E","SI1",61.1,56,1343,5.17,5.2,3.17 +"42736",0.51,"Ideal","E","SI1",62.4,55,1343,5.09,5.14,3.19 +"42737",0.51,"Very Good","E","SI1",62.8,61,1343,5.06,5.07,3.18 +"42738",0.51,"Good","G","VS2",63.9,56,1343,5.07,5.1,3.25 +"42739",0.51,"Ideal","E","SI1",62.5,56,1343,5.07,5.1,3.18 +"42740",0.51,"Ideal","E","SI1",61.7,55,1343,5.13,5.17,3.18 +"42741",0.51,"Very Good","E","SI1",61,58,1343,5.1,5.13,3.12 +"42742",0.51,"Ideal","E","SI1",62.3,56,1343,5.12,5.15,3.2 +"42743",0.51,"Good","E","SI1",63.9,56,1343,5.07,5.11,3.25 +"42744",0.51,"Good","G","VS2",63.5,57,1343,5.05,5.06,3.21 +"42745",0.51,"Premium","E","SI1",61.8,58,1343,5.11,5.15,3.17 +"42746",0.51,"Good","E","SI1",63.5,54,1343,5.07,5.1,3.23 +"42747",0.51,"Good","E","SI1",63.2,61,1343,5.05,5.08,3.2 +"42748",0.51,"Premium","G","VS2",61.3,59,1343,5.11,5.17,3.15 +"42749",0.51,"Good","E","SI1",63.9,54,1343,5.05,5.09,3.24 +"42750",0.51,"Very Good","G","VS2",62.6,57,1343,5.1,5.15,3.21 +"42751",0.51,"Very Good","H","VS1",62.5,58,1343,5.09,5.12,3.19 +"42752",0.51,"Ideal","G","VS2",62,56,1343,5.11,5.18,3.19 +"42753",0.58,"Ideal","G","SI2",62.2,55,1343,5.4,5.36,3.35 +"42754",0.56,"Ideal","I","SI1",61.3,56,1343,5.28,5.31,3.25 +"42755",0.56,"Ideal","H","SI1",61.9,58,1343,5.27,5.3,3.27 +"42756",0.54,"Very Good","D","SI2",63.2,57,1343,5.19,5.16,3.27 +"42757",0.52,"Premium","D","SI1",59.7,60,1344,5.26,5.19,3.12 +"42758",0.46,"Very Good","E","VS2",58.9,59.4,1345,5.05,5.1,2.99 +"42759",0.62,"Premium","G","SI2",60.2,61,1345,5.49,5.44,3.29 +"42760",0.56,"Ideal","G","SI1",62.5,57,1345,5.26,5.23,3.28 +"42761",0.5,"Very Good","F","VS2",63.4,57,1345,5.01,4.96,3.16 +"42762",0.56,"Ideal","G","SI1",62.9,56,1345,5.27,5.25,3.31 +"42763",0.56,"Premium","G","SI1",62.8,55,1345,5.28,5.26,3.31 +"42764",0.54,"Very Good","F","SI1",61.2,55,1346,5.23,5.29,3.22 +"42765",0.57,"Very Good","F","SI1",62,55,1346,5.32,5.37,3.32 +"42766",0.54,"Ideal","I","VVS2",61.7,54,1346,5.25,5.29,3.25 +"42767",0.58,"Ideal","E","SI2",62.8,56,1346,5.3,5.37,3.35 +"42768",0.52,"Ideal","G","SI1",60,56,1346,5.24,5.27,3.15 +"42769",0.51,"Ideal","F","SI1",61.9,56,1346,5.11,5.16,3.18 +"42770",0.51,"Ideal","D","SI1",62.9,55,1346,5.07,5.11,3.2 +"42771",0.55,"Premium","J","SI1",60.5,59,1348,5.33,5.28,3.21 +"42772",0.62,"Very Good","F","SI2",63.1,52,1348,5.39,5.53,3.45 +"42773",0.44,"Ideal","G","IF",62.2,54,1348,4.89,4.92,3.05 +"42774",0.44,"Ideal","G","IF",62.2,53,1348,4.9,4.94,3.06 +"42775",0.5,"Good","E","VS2",63.3,64,1348,4.98,5,3.16 +"42776",0.5,"Fair","F","VS1",62.9,68,1348,5.02,4.96,3.14 +"42777",0.5,"Premium","E","SI1",62.4,61,1348,5.1,4.98,3.15 +"42778",0.5,"Very Good","H","VS2",62.6,56,1349,4.99,5.11,3.16 +"42779",0.48,"Very Good","E","SI1",62.7,58.5,1349,4.99,5.01,3.14 +"42780",0.41,"Very Good","D","VVS1",62.7,56,1349,4.74,4.77,2.98 +"42781",0.41,"Premium","D","VVS1",62.2,58,1349,4.71,4.77,2.95 +"42782",0.52,"Good","G","VS2",63.3,57,1349,5.09,5.11,3.23 +"42783",0.5,"Ideal","H","VS2",61.3,56,1349,5.12,5.16,3.15 +"42784",0.4,"Good","F","VVS1",61.9,61,1349,4.71,4.73,2.92 +"42785",0.54,"Premium","F","SI1",63,57,1349,5.23,5.18,3.28 +"42786",0.51,"Good","D","SI1",64,58,1349,5.06,5.03,3.23 +"42787",0.51,"Premium","F","SI1",59.4,61,1349,5.26,5.21,3.11 +"42788",0.53,"Very Good","I","VS1",59.9,58,1350,5.24,5.28,3.15 +"42789",0.54,"Ideal","G","SI1",62.4,56,1350,5.2,5.22,3.25 +"42790",0.54,"Ideal","G","SI1",61.8,58,1350,5.21,5.27,3.24 +"42791",0.52,"Good","F","SI2",58.7,64,1350,5.24,5.26,3.08 +"42792",0.6,"Good","G","SI1",65.3,56,1350,5.21,5.26,3.42 +"42793",0.42,"Ideal","D","VS1",62.3,57,1350,4.8,4.76,2.98 +"42794",0.42,"Ideal","D","VS1",61.4,56,1350,4.86,4.82,2.97 +"42795",0.8,"Good","G","I1",63.7,55,1350,5.91,5.81,3.73 +"42796",0.5,"Fair","G","VS1",65.8,57,1350,5.03,4.91,3.27 +"42797",0.63,"Premium","F","SI2",60.3,61,1351,5.55,5.5,3.33 +"42798",0.5,"Very Good","G","VS2",60.9,58,1351,5.08,5.1,3.1 +"42799",0.5,"Very Good","G","VS2",62,57,1351,5.04,5.12,3.15 +"42800",0.5,"Very Good","E","SI1",60.7,58,1351,5.09,5.13,3.1 +"42801",0.53,"Ideal","I","VVS2",60.9,56,1351,5.26,5.3,3.21 +"42802",0.4,"Ideal","F","VVS2",61.8,55,1351,4.71,4.74,2.92 +"42803",0.49,"Premium","E","VS2",58.8,59,1351,5.2,5.14,3.04 +"42804",0.52,"Ideal","G","SI1",62.2,54,1352,5.18,5.2,3.23 +"42805",0.53,"Good","D","SI2",54.3,65,1352,5.46,5.51,2.98 +"42806",0.59,"Ideal","J","VS2",60.8,57,1352,5.47,5.42,3.31 +"42807",0.59,"Ideal","I","SI1",61.7,55,1352,5.41,5.39,3.33 +"42808",0.4,"Ideal","D","VVS2",60.9,57,1353,4.74,4.78,2.9 +"42809",0.53,"Ideal","H","VS2",62.5,54,1353,5.17,5.2,3.24 +"42810",0.53,"Ideal","H","VS2",62.3,54,1353,5.19,5.21,3.24 +"42811",0.53,"Ideal","H","VS2",62.1,54,1353,5.21,5.23,3.24 +"42812",0.46,"Ideal","H","VS1",61.9,55,1353,4.95,4.99,3.08 +"42813",0.47,"Good","F","VS1",64,60,1353,4.96,4.87,3.15 +"42814",0.52,"Very Good","F","SI1",60.3,61,1354,5.21,5.27,3.16 +"42815",0.5,"Very Good","D","SI1",63.4,56,1354,5.01,5.06,3.19 +"42816",0.5,"Very Good","D","SI1",61.9,62,1354,5.03,5.09,3.13 +"42817",0.5,"Very Good","E","SI1",60.7,61,1354,5.09,5.13,3.1 +"42818",0.5,"Premium","G","VS2",59.4,60,1354,5.14,5.16,3.06 +"42819",0.5,"Very Good","G","VS2",60.3,58,1354,5.15,5.19,3.12 +"42820",0.4,"Ideal","D","VVS1",61.5,55,1354,4.78,4.82,2.95 +"42821",0.51,"Ideal","H","SI1",61.7,55,1354,5.12,5.16,3.17 +"42822",0.51,"Ideal","H","SI1",61,57,1354,5.17,5.22,3.17 +"42823",0.52,"Ideal","G","SI1",60.4,57,1354,5.23,5.27,3.17 +"42824",0.5,"Good","F","VS2",59.7,63,1354,5.08,5.1,3.04 +"42825",0.55,"Premium","F","SI1",62.9,58,1354,5.26,5.23,3.3 +"42826",0.53,"Good","E","SI1",63.1,56,1355,5.15,5.19,3.26 +"42827",0.57,"Ideal","I","VS1",61.6,56,1355,5.33,5.35,3.29 +"42828",0.51,"Ideal","E","SI1",60.9,54,1355,5.17,5.21,3.16 +"42829",0.46,"Premium","E","VS1",62,58,1355,4.98,4.95,3.08 +"42830",0.59,"Premium","G","SI1",59.8,58,1355,5.48,5.43,3.26 +"42831",0.54,"Very Good","F","SI1",63,60,1356,5.13,5.12,3.23 +"42832",0.61,"Very Good","I","SI1",63.4,55,1356,5.39,5.43,3.43 +"42833",0.58,"Ideal","D","SI2",61.7,54,1356,5.4,5.43,3.34 +"42834",0.58,"Ideal","D","SI2",63.4,57,1356,5.29,5.34,3.37 +"42835",0.51,"Ideal","E","SI1",61.5,54,1356,5.15,5.19,3.18 +"42836",0.41,"Premium","F","VVS1",58.9,58,1356,4.87,4.84,2.86 +"42837",0.41,"Ideal","F","VVS1",62.3,53,1356,4.8,4.77,2.98 +"42838",0.41,"Premium","F","VVS1",62.1,56,1356,4.79,4.78,2.97 +"42839",0.41,"Ideal","F","VVS1",60.9,56,1356,4.83,4.79,2.93 +"42840",0.41,"Ideal","F","VVS1",60.3,56,1356,4.85,4.8,2.91 +"42841",0.41,"Ideal","F","VVS1",60.7,56,1356,4.85,4.81,2.93 +"42842",0.41,"Ideal","F","VVS1",62.1,57,1356,4.79,4.75,2.96 +"42843",0.41,"Ideal","F","VVS1",61.8,55,1356,4.78,4.76,2.95 +"42844",0.41,"Ideal","F","VVS1",61.9,56,1356,4.79,4.77,2.96 +"42845",0.41,"Ideal","F","VVS1",61.7,57,1356,4.8,4.77,2.95 +"42846",0.41,"Ideal","F","VVS1",62.3,57,1356,4.77,4.73,2.96 +"42847",0.41,"Premium","F","VVS1",61.3,59,1356,4.79,4.73,2.92 +"42848",0.41,"Premium","F","VVS1",61.8,59,1356,4.77,4.74,2.94 +"42849",0.41,"Ideal","F","VVS1",62,55,1356,4.78,4.74,2.95 +"42850",0.41,"Ideal","F","VVS1",62.3,55,1356,4.79,4.74,2.97 +"42851",0.41,"Ideal","F","VVS1",61.8,57,1356,4.79,4.75,2.95 +"42852",0.41,"Ideal","D","VVS2",62.3,57,1356,4.76,4.74,2.96 +"42853",0.41,"Premium","D","VVS2",61.8,58,1356,4.79,4.75,2.95 +"42854",0.41,"Ideal","D","VVS2",62.3,55,1356,4.77,4.76,2.97 +"42855",0.41,"Premium","D","VVS2",61.2,62,1356,4.82,4.78,2.94 +"42856",0.41,"Ideal","D","VVS2",62.1,56,1356,4.78,4.76,2.96 +"42857",0.41,"Premium","D","VVS2",62.5,58,1356,4.75,4.72,2.96 +"42858",0.54,"Premium","G","SI1",60.8,59,1356,5.27,5.23,3.19 +"42859",0.53,"Premium","H","VS2",59.1,59,1356,5.33,5.26,3.13 +"42860",0.54,"Premium","E","SI1",59.5,61,1356,5.31,5.28,3.15 +"42861",0.5,"Very Good","F","VS2",60.8,61,1357,5.04,5.09,3.08 +"42862",0.51,"Very Good","E","SI1",60.9,57,1357,5.17,5.2,3.16 +"42863",0.57,"Ideal","E","SI2",58.8,57,1357,5.49,5.46,3.22 +"42864",0.52,"Ideal","I","VS1",61.5,56,1357,5.19,5.16,3.18 +"42865",0.52,"Good","F","SI1",63.6,62,1357,5.07,4.96,3.2 +"42866",0.54,"Very Good","E","SI1",60.2,58,1358,5.23,5.37,3.19 +"42867",0.43,"Ideal","F","VVS1",62,57,1358,4.81,4.84,2.99 +"42868",0.43,"Ideal","F","VVS1",62.3,55,1358,4.85,4.88,3.03 +"42869",0.43,"Ideal","F","VVS1",61,56,1358,4.87,4.9,2.98 +"42870",0.43,"Very Good","F","VVS1",61.5,56,1358,4.86,4.9,3 +"42871",0.43,"Premium","F","VVS1",60.3,58,1358,4.88,4.91,2.95 +"42872",0.43,"Ideal","F","VVS1",62.1,55,1358,4.81,4.85,3 +"42873",0.55,"Ideal","G","SI2",61.6,56,1358,5.28,5.31,3.26 +"42874",0.45,"Ideal","G","VVS1",61.5,57,1358,4.95,4.91,3.03 +"42875",0.45,"Ideal","G","VVS1",61.7,56,1358,4.96,4.93,3.05 +"42876",0.45,"Premium","D","VS1",60.6,59,1358,4.98,4.96,3.01 +"42877",0.56,"Fair","E","SI1",64.5,61,1358,5.22,5.09,3.33 +"42878",0.4,"Very Good","D","VVS2",61.4,58.3,1359,4.73,4.74,2.9 +"42879",0.53,"Very Good","F","SI1",61.6,57,1359,5.16,5.23,3.2 +"42880",0.53,"Ideal","F","SI1",60.3,57,1359,5.21,5.24,3.15 +"42881",0.53,"Ideal","F","SI1",62.6,55,1359,5.17,5.22,3.25 +"42882",0.61,"Premium","F","SI1",60.4,56,1359,5.47,5.43,3.29 +"42883",0.39,"Ideal","G","VVS1",60.7,56,1359,4.73,4.77,2.88 +"42884",0.54,"Ideal","H","VS2",61.9,56,1359,5.24,5.26,3.25 +"42885",0.5,"Ideal","E","SI2",60.7,56,1359,5.16,5.19,3.14 +"42886",0.58,"Ideal","E","SI2",62.4,58,1359,5.32,5.35,3.33 +"42887",0.57,"Ideal","D","SI2",61.9,56,1359,5.3,5.34,3.3 +"42888",0.32,"Ideal","E","IF",61.4,56,1359,4.38,4.42,2.7 +"42889",0.51,"Ideal","D","SI2",59.8,55,1359,5.23,5.17,3.11 +"42890",0.51,"Ideal","D","SI2",61.1,56,1359,5.18,5.16,3.16 +"42891",0.51,"Premium","D","SI2",62,58,1359,5.12,5.08,3.16 +"42892",0.51,"Ideal","D","SI2",62.8,57,1359,5.12,5.1,3.21 +"42893",0.51,"Ideal","D","SI2",61.9,56,1359,5.15,5.1,3.17 +"42894",0.51,"Ideal","D","SI2",62.5,55,1359,5.15,5.12,3.21 +"42895",0.51,"Premium","H","VS2",58.5,61,1359,5.26,5.23,3.07 +"42896",0.53,"Ideal","F","SI1",61.8,56,1360,5.19,5.23,3.22 +"42897",0.53,"Ideal","F","SI1",61.9,55,1360,5.19,5.21,3.22 +"42898",0.56,"Very Good","G","SI1",61.8,55,1361,5.28,5.33,3.28 +"42899",0.54,"Premium","E","SI1",60.2,58,1361,5.27,5.3,3.18 +"42900",0.54,"Good","H","VS1",63.2,58,1361,5.12,5.16,3.25 +"42901",0.54,"Good","H","VS1",63.2,60,1361,5.13,5.16,3.25 +"42902",0.59,"Good","F","SI1",59.1,58,1361,5.46,5.5,3.24 +"42903",0.51,"Good","E","SI1",57.4,62,1361,5.29,5.24,3.02 +"42904",0.59,"Very Good","E","SI2",62.9,58,1362,5.33,5.39,3.37 +"42905",0.71,"Fair","J","SI2",66.1,58,1362,5.53,5.43,3.62 +"42906",0.5,"Good","H","VVS2",61.9,64.3,1362,5.01,5.03,3.11 +"42907",0.39,"Premium","E","VVS1",60.7,58,1362,4.73,4.69,2.86 +"42908",0.39,"Premium","G","IF",59,60,1362,4.78,4.75,2.81 +"42909",0.51,"Very Good","E","SI1",60.8,57,1363,5.12,5.17,3.13 +"42910",0.55,"Premium","H","VS2",62.1,58,1363,5.24,5.29,3.27 +"42911",0.55,"Ideal","D","SI2",60.9,57,1363,5.26,5.29,3.21 +"42912",0.52,"Very Good","J","VVS1",61.7,55.5,1363,5.17,5.19,3.19 +"42913",0.41,"Ideal","E","VVS2",61.6,55,1363,4.81,4.84,2.97 +"42914",0.41,"Ideal","E","VVS2",60.5,57,1363,4.83,4.86,2.93 +"42915",0.51,"Good","D","SI1",58.7,58,1363,5.21,5.25,3.07 +"42916",0.53,"Good","G","SI1",63.8,56,1363,5.18,5.14,3.29 +"42917",0.53,"Ideal","F","SI1",62.4,57,1363,5.21,5.18,3.24 +"42918",0.53,"Good","F","SI1",63.8,58,1363,5.17,5.12,3.28 +"42919",0.53,"Good","F","SI1",63.8,56,1363,5.16,5.13,3.28 +"42920",0.53,"Ideal","F","SI1",62.9,57,1363,5.18,5.15,3.25 +"42921",0.5,"Premium","D","SI1",61.4,59,1363,5.12,5.08,3.13 +"42922",0.53,"Fair","E","SI1",64.5,53,1363,5.16,5.15,3.33 +"42923",0.53,"Premium","G","SI1",61.3,58,1363,5.21,5.16,3.18 +"42924",0.41,"Very Good","D","VVS2",61.2,55,1364,4.79,4.82,2.95 +"42925",0.57,"Good","G","SI1",63.3,55,1364,5.29,5.32,3.36 +"42926",0.57,"Ideal","G","SI1",61.7,56,1364,5.33,5.37,3.3 +"42927",0.57,"Good","F","SI1",63.2,55,1364,5.26,5.31,3.34 +"42928",0.57,"Good","G","SI1",63.5,55,1364,5.28,5.3,3.36 +"42929",0.57,"Very Good","F","SI1",58.6,57,1364,5.37,5.59,3.21 +"42930",0.62,"Ideal","F","SI2",61.8,55,1364,5.5,5.51,3.4 +"42931",0.32,"Premium","H","VS2",60.7,58,505,4.43,4.46,2.7 +"42932",0.32,"Ideal","H","VS2",61.5,56,505,4.38,4.4,2.7 +"42933",0.32,"Premium","H","VS2",60.5,59,505,4.39,4.43,2.67 +"42934",0.32,"Very Good","H","VS2",62.4,58,505,4.33,4.36,2.71 +"42935",0.36,"Very Good","I","VS2",61.6,58,505,4.52,4.57,2.8 +"42936",0.32,"Premium","I","VS1",61.9,58,505,4.36,4.4,2.71 +"42937",0.32,"Ideal","H","VS2",62.2,57,505,4.36,4.38,2.72 +"42938",0.36,"Premium","E","SI2",61.5,58,505,4.56,4.61,2.82 +"42939",0.32,"Good","I","VS1",63.1,56,505,4.38,4.4,2.77 +"42940",0.26,"Very Good","E","VVS2",61.4,57,506,4.1,4.13,2.52 +"42941",0.33,"Ideal","G","SI1",61.6,56,506,4.43,4.47,2.74 +"42942",0.3,"Premium","F","SI2",61.3,58,506,4.33,4.28,2.64 +"42943",0.3,"Premium","I","SI1",61.9,61,506,4.29,4.27,2.65 +"42944",0.3,"Premium","I","SI1",61.6,62,506,4.3,4.27,2.64 +"42945",0.3,"Premium","F","SI2",62.6,61,506,4.24,4.2,2.64 +"42946",0.3,"Very Good","F","SI2",63.5,57,506,4.25,4.22,2.69 +"42947",0.3,"Very Good","F","SI2",63.4,56,506,4.29,4.26,2.71 +"42948",0.3,"Premium","F","SI2",62.3,58,506,4.32,4.28,2.68 +"42949",0.3,"Very Good","F","SI2",63.3,55,506,4.33,4.29,2.73 +"42950",0.3,"Ideal","J","VS1",59.7,57,506,4.4,4.37,2.62 +"42951",0.3,"Premium","J","VS1",61.9,56,506,4.32,4.28,2.66 +"42952",0.3,"Premium","J","VS1",61.2,61,506,4.33,4.3,2.64 +"42953",0.3,"Premium","J","VS1",62.6,58,506,4.32,4.27,2.69 +"42954",0.3,"Premium","J","VS1",62.6,58,506,4.31,4.28,2.69 +"42955",0.3,"Very Good","J","VS1",63.5,58,506,4.27,4.24,2.7 +"42956",0.3,"Premium","J","VS1",62.7,59,506,4.28,4.24,2.67 +"42957",0.3,"Very Good","J","VS1",63.4,55,506,4.3,4.25,2.71 +"42958",0.3,"Premium","J","VS1",62.4,58,506,4.3,4.26,2.67 +"42959",0.3,"Good","J","VS1",63.6,52,506,4.29,4.27,2.72 +"42960",0.3,"Premium","J","VS1",63,59,506,4.27,4.24,2.68 +"42961",0.55,"Ideal","D","SI2",61.6,56,1364,5.28,5.31,3.26 +"42962",0.55,"Premium","E","SI2",59.7,58,1364,5.35,5.33,3.19 +"42963",0.42,"Very Good","E","VVS1",60.5,55,1365,4.85,4.9,2.95 +"42964",0.47,"Ideal","I","VVS1",61.6,55,1365,4.99,5.01,3.08 +"42965",0.51,"Ideal","H","VS2",60.9,56.4,1365,5.15,5.18,3.15 +"42966",0.56,"Ideal","F","SI1",61.5,55,1365,5.32,5.35,3.28 +"42967",0.5,"Good","E","VS2",57.8,60,1365,5.2,5.29,3.03 +"42968",0.53,"Very Good","G","SI1",60.2,57,1367,5.22,5.28,3.16 +"42969",0.5,"Ideal","I","VVS2",61.2,56,1367,5.13,5.16,3.15 +"42970",0.46,"Premium","F","VS1",60.5,58,1367,4.97,5.02,3.02 +"42971",0.41,"Ideal","E","VVS1",60.9,55,1367,4.8,4.83,2.93 +"42972",0.41,"Ideal","E","VVS1",60.7,57,1367,4.8,4.85,2.93 +"42973",0.41,"Ideal","E","VVS1",61.7,56,1367,4.78,4.82,2.96 +"42974",0.41,"Ideal","G","IF",61.7,56,1367,4.77,4.8,2.95 +"42975",0.41,"Premium","E","VVS1",62.2,58,1367,4.75,4.77,2.96 +"42976",0.41,"Very Good","E","VVS1",62.9,59,1367,4.72,4.76,2.98 +"42977",0.41,"Premium","E","VVS1",60.7,58,1367,4.8,4.86,2.93 +"42978",0.41,"Ideal","E","VVS1",61.9,55,1367,4.78,4.79,2.96 +"42979",0.41,"Ideal","E","VVS1",61.3,57,1367,4.77,4.79,2.93 +"42980",0.41,"Ideal","G","IF",62.4,54,1367,4.74,4.78,2.97 +"42981",0.41,"Ideal","E","VVS1",61.3,56,1367,4.79,4.81,2.94 +"42982",0.41,"Ideal","G","IF",62.3,55,1367,4.75,4.78,2.97 +"42983",0.41,"Ideal","G","IF",61,57,1367,4.79,4.81,2.93 +"42984",0.41,"Ideal","G","IF",61.7,56,1367,4.77,4.8,2.95 +"42985",0.41,"Ideal","E","VVS1",61.3,55,1367,4.76,4.8,2.93 +"42986",0.55,"Ideal","I","SI1",61.3,56,1367,5.29,5.34,3.26 +"42987",0.5,"Fair","G","VS1",66.8,56,1367,4.85,4.91,3.26 +"42988",0.6,"Fair","F","SI1",55.3,63,1367,5.67,5.61,3.12 +"42989",0.6,"Good","F","SI1",63.7,61,1367,5.24,5.21,3.33 +"42990",0.48,"Fair","G","VVS2",65,54,1367,4.95,4.9,3.2 +"42991",0.55,"Very Good","F","SI1",63.1,56,1368,5.22,5.24,3.3 +"42992",0.36,"Very Good","E","IF",60.3,57,1368,4.6,4.63,2.78 +"42993",0.39,"Ideal","F","IF",61.9,57,1368,4.68,4.69,2.9 +"42994",0.61,"Ideal","E","SI2",62,54,1368,5.46,5.48,3.39 +"42995",0.54,"Ideal","G","SI1",62,54,1368,5.25,5.27,3.26 +"42996",0.54,"Ideal","G","SI1",61.9,54,1368,5.26,5.28,3.26 +"42997",0.55,"Ideal","F","SI1",61,58,1368,5.25,5.28,3.21 +"42998",0.55,"Very Good","D","SI2",63.2,56,1368,5.24,5.21,3.3 +"42999",0.55,"Very Good","D","SI2",63.3,56,1368,5.24,5.21,3.31 +"43000",0.55,"Ideal","D","SI2",61.3,57,1368,5.28,5.23,3.22 +"43001",0.5,"Ideal","D","SI2",60.9,57,1368,5.15,5.12,3.12 +"43002",0.58,"Ideal","I","VVS2",62,56,1369,5.34,5.38,3.32 +"43003",0.52,"Premium","E","SI1",60.3,58,1369,5.2,5.24,3.15 +"43004",0.52,"Very Good","E","SI1",61,61,1369,5.17,5.19,3.16 +"43005",0.52,"Very Good","G","VS2",63,55,1369,5.13,5.16,3.24 +"43006",0.52,"Very Good","G","VS2",63,56,1369,5.09,5.13,3.22 +"43007",0.52,"Very Good","E","SI1",62.8,57,1369,5.09,5.13,3.21 +"43008",0.57,"Ideal","G","SI1",60.5,57,1369,5.4,5.37,3.26 +"43009",0.57,"Very Good","G","SI1",63.4,57,1369,5.26,5.21,3.32 +"43010",0.54,"Premium","F","SI1",59.7,59,1369,5.36,5.3,3.18 +"43011",0.54,"Ideal","F","SI1",59.8,57,1369,5.31,5.29,3.17 +"43012",0.42,"Ideal","E","VVS1",59.7,56,1369,4.91,4.88,2.92 +"43013",0.53,"Very Good","F","SI1",61.7,55,1370,5.22,5.24,3.23 +"43014",0.55,"Very Good","F","SI1",59.1,59,1370,5.36,5.4,3.18 +"43015",0.55,"Very Good","F","SI1",60.5,59,1370,5.29,5.35,3.22 +"43016",0.5,"Ideal","I","VVS1",62.4,53,1370,5.1,5.12,3.19 +"43017",0.5,"Ideal","H","VS1",62.6,53,1370,5.09,5.14,3.2 +"43018",0.5,"Ideal","H","VS1",61.9,54,1370,5.12,5.15,3.18 +"43019",0.5,"Ideal","H","VS1",61.9,53,1370,5.11,5.16,3.18 +"43020",0.5,"Ideal","H","VS1",61.4,54,1370,5.13,5.16,3.16 +"43021",0.52,"Premium","F","SI1",61.1,59,1370,5.21,5.17,3.17 +"43022",0.59,"Ideal","I","VS2",61.8,56,1371,5.39,5.42,3.34 +"43023",0.59,"Ideal","F","SI2",60.1,57,1371,5.45,5.49,3.29 +"43024",0.53,"Ideal","G","SI1",60.7,56,1371,5.22,5.27,3.18 +"43025",0.52,"Very Good","E","SI2",62.6,58,1372,5.05,5.17,3.2 +"43026",0.46,"Premium","E","VS1",61.9,58,1372,4.91,4.94,3.05 +"43027",0.46,"Premium","E","VS1",61.7,59,1372,4.93,4.96,3.05 +"43028",0.42,"Ideal","E","VS1",60.9,57,1372,4.83,4.86,2.95 +"43029",0.63,"Ideal","I","SI1",62,57,1372,5.47,5.49,3.4 +"43030",0.58,"Very Good","F","SI1",62.6,57,1373,5.24,5.36,3.32 +"43031",0.5,"Very Good","G","VS2",62.8,56,1373,5.05,5.08,3.18 +"43032",0.5,"Fair","G","VS1",65.9,57,1373,5,4.87,3.25 +"43033",0.51,"Very Good","F","SI1",61.8,57,1374,5.1,5.13,3.16 +"43034",0.5,"Good","D","SI1",61.1,64,1374,5.05,5.07,3.09 +"43035",0.55,"Premium","F","SI1",60.1,58,1374,5.34,5.3,3.2 +"43036",0.4,"Ideal","G","VVS1",61.7,55,1374,4.73,4.76,2.93 +"43037",0.55,"Ideal","I","VS2",61.8,55,1374,5.28,5.32,3.27 +"43038",0.52,"Ideal","H","VS2",61.6,55,1374,5.17,5.19,3.19 +"43039",0.5,"Ideal","F","SI1",60.2,63,1374,5.12,5.15,3.09 +"43040",0.33,"Ideal","E","VVS1",61.9,57,1374,4.46,4.43,2.75 +"43041",0.5,"Premium","E","SI1",63,61,1374,5.07,5.03,3.18 +"43042",0.5,"Very Good","E","SI1",63.5,61,1374,5.03,4.98,3.18 +"43043",0.5,"Very Good","E","SI1",63.3,57,1374,5.01,4.94,3.15 +"43044",0.51,"Ideal","H","VS2",61.5,55,1375,5.16,5.18,3.18 +"43045",0.51,"Ideal","H","VS2",61.6,55,1375,5.16,5.19,3.19 +"43046",0.51,"Ideal","H","VS2",61.4,56,1375,5.14,5.19,3.17 +"43047",0.54,"Premium","E","SI1",62.2,61,1375,5.24,5.15,3.23 +"43048",0.41,"Very Good","D","VVS1",61.9,60,1376,4.71,4.75,2.93 +"43049",0.54,"Very Good","F","SI1",59.3,60,1376,5.32,5.37,3.17 +"43050",0.5,"Very Good","D","SI1",60.6,59,1376,5.08,5.12,3.09 +"43051",0.52,"Premium","D","SI1",60.7,58,1376,5.23,5.18,3.16 +"43052",0.41,"Ideal","D","VVS1",61.7,55,1376,4.77,4.8,2.95 +"43053",0.51,"Ideal","I","VS1",62,57,1376,5.1,5.13,3.17 +"43054",0.51,"Good","H","VS1",59.4,61.9,1376,5.18,5.2,3.08 +"43055",0.57,"Ideal","F","SI2",61.9,58,1376,5.34,5.32,3.3 +"43056",0.52,"Ideal","I","VVS2",62.2,57,1376,5.18,5.11,3.2 +"43057",0.59,"Ideal","G","SI1",63.4,56,1376,5.36,5.29,3.38 +"43058",0.58,"Very Good","E","SI2",59,62,1377,5.46,5.49,3.23 +"43059",0.51,"Ideal","E","SI1",61.4,56,1377,5.15,5.17,3.17 +"43060",0.53,"Ideal","G","SI1",61.3,56,1377,5.22,5.29,3.22 +"43061",0.57,"Ideal","F","SI1",62.2,55,1377,5.32,5.36,3.32 +"43062",0.45,"Ideal","G","IF",62.8,53,1377,4.92,4.95,3.1 +"43063",0.45,"Ideal","G","IF",61.4,56,1377,4.96,4.97,3.05 +"43064",0.45,"Ideal","G","IF",62,53,1377,4.94,4.99,3.08 +"43065",0.45,"Ideal","G","IF",61,57,1377,4.96,5,3.04 +"43066",0.39,"Ideal","F","IF",61,56,1377,4.72,4.75,2.89 +"43067",0.54,"Good","D","SI2",59.1,65,1377,5.28,5.32,3.13 +"43068",0.55,"Premium","G","SI1",60.1,61,1377,5.32,5.29,3.19 +"43069",0.62,"Very Good","I","VS2",60.7,57.3,1378,5.48,5.52,3.33 +"43070",0.6,"Very Good","J","VS1",62.6,56,1378,5.37,5.41,3.37 +"43071",0.46,"Very Good","G","VS1",60,56,1378,5.05,5.1,3.04 +"43072",0.62,"Premium","I","VS2",61.9,59,1378,5.46,5.5,3.39 +"43073",0.5,"Very Good","D","VS2",62.2,60,1378,5.15,5.05,3.17 +"43074",0.56,"Very Good","D","SI1",62.2,63,1378,5.23,5.28,3.27 +"43075",0.6,"Very Good","H","SI1",60.4,63,1378,5.45,5.41,3.28 +"43076",0.54,"Ideal","H","VS2",62,54,1378,5.22,5.27,3.25 +"43077",0.44,"Ideal","G","IF",61.3,55,1378,4.91,4.95,3.02 +"43078",0.6,"Good","I","VS1",60.1,62,1378,5.42,5.49,3.28 +"43079",0.5,"Premium","F","SI1",59.6,60,1378,5.15,5.12,3.06 +"43080",0.5,"Ideal","F","SI1",62.7,57,1378,5.09,5.06,3.18 +"43081",0.5,"Ideal","F","SI1",59.9,56,1378,5.36,5.09,3.13 +"43082",0.6,"Premium","F","SI2",58.9,59,1378,5.55,5.52,3.26 +"43083",0.58,"Very Good","G","SI1",61.9,56,1379,5.35,5.39,3.32 +"43084",0.54,"Very Good","E","SI1",62.1,59,1379,5.17,5.2,3.22 +"43085",0.51,"Very Good","D","SI1",60,58,1380,5.19,5.24,3.13 +"43086",0.61,"Ideal","I","VS2",62,54,1380,5.44,5.49,3.39 +"43087",0.55,"Very Good","E","SI1",63.2,58,1381,5.21,5.23,3.3 +"43088",0.51,"Premium","E","SI1",62.4,59,1381,5.07,5.12,3.18 +"43089",0.51,"Premium","H","VS1",60.3,58,1381,5.16,5.19,3.12 +"43090",0.54,"Ideal","H","VS1",61.5,56,1381,5.22,5.25,3.22 +"43091",0.51,"Premium","G","VS2",61.1,58,1381,5.17,5.2,3.17 +"43092",0.41,"Ideal","E","VVS2",61.1,57,1381,4.82,4.77,2.93 +"43093",0.52,"Very Good","E","SI1",58.4,58,1382,5.29,5.33,3.1 +"43094",0.46,"Ideal","H","IF",62.3,54,1382,4.94,4.98,3.09 +"43095",0.61,"Premium","H","SI1",59.5,62,1382,5.55,5.51,3.29 +"43096",0.62,"Premium","G","SI1",59.6,58,1382,5.63,5.56,3.34 +"43097",0.51,"Ideal","D","SI2",60.9,56,1383,5.18,5.2,3.16 +"43098",0.52,"Ideal","F","SI1",62,55,1383,5.14,5.17,3.19 +"43099",0.57,"Fair","E","SI1",64.6,59,1383,5.22,5.18,3.36 +"43100",0.53,"Ideal","I","VS1",61.6,57,1383,5.21,5.18,3.2 +"43101",0.53,"Premium","I","VS1",62.3,58,1383,5.26,5.18,3.25 +"43102",0.57,"Very Good","E","SI2",58.8,57.3,1384,5.42,5.46,3.21 +"43103",0.5,"Ideal","H","VS1",61.6,58,1384,5.08,5.11,3.14 +"43104",0.57,"Ideal","G","SI1",62.1,56,1384,5.28,5.32,3.29 +"43105",0.54,"Ideal","G","SI1",61.4,54,1384,5.27,5.35,3.26 +"43106",0.55,"Good","I","VVS2",61,61,1384,5.32,5.36,3.26 +"43107",0.6,"Very Good","E","SI2",62.8,56,1385,5.41,5.45,3.41 +"43108",0.54,"Ideal","F","SI1",62.1,57,1385,5.22,5.24,3.25 +"43109",0.54,"Ideal","F","SI1",61.3,55,1385,5.23,5.27,3.22 +"43110",0.6,"Ideal","E","SI2",62.5,57,1385,5.37,5.39,3.36 +"43111",0.54,"Ideal","F","SI1",60.5,57,1385,5.25,5.27,3.18 +"43112",0.51,"Ideal","H","VS2",61.3,57,1385,5.14,5.16,3.16 +"43113",0.51,"Ideal","E","SI2",62,56,1385,5.12,5.14,3.18 +"43114",0.54,"Ideal","F","SI1",61.6,55,1385,5.24,5.28,3.24 +"43115",0.52,"Ideal","H","VS2",62,57,1385,5.12,5.08,3.16 +"43116",0.52,"Very Good","H","VS2",63.5,58,1385,5.12,5.11,3.25 +"43117",0.52,"Good","H","VS2",63.6,57,1385,5.1,5.05,3.23 +"43118",0.52,"Good","H","VS2",63.7,54,1385,5.12,5.09,3.25 +"43119",0.52,"Ideal","D","SI2",62.5,56,1385,5.12,5.08,3.19 +"43120",0.52,"Premium","D","SI2",61.7,56,1385,5.17,5.14,3.18 +"43121",0.52,"Ideal","D","SI2",62.9,56,1385,5.17,5.14,3.24 +"43122",0.52,"Premium","D","SI2",62.4,59,1385,5.15,5.05,3.18 +"43123",0.6,"Premium","D","SI2",61.4,56,1385,5.43,5.41,3.33 +"43124",0.52,"Ideal","J","IF",62.1,56,1385,5.18,5.12,3.2 +"43125",0.51,"Very Good","E","SI1",62.1,60,1386,5.08,5.03,3.14 +"43126",0.5,"Very Good","E","VS2",63,58,1386,5.07,5.09,3.2 +"43127",0.58,"Ideal","H","SI1",60.6,56,1386,5.44,5.49,3.31 +"43128",0.5,"Very Good","H","VS2",63.9,57,1387,5.04,5.07,3.23 +"43129",0.57,"Very Good","D","SI2",62.1,58,1387,5.26,5.31,3.28 +"43130",0.51,"Very Good","D","SI1",62.3,63,1387,5.08,5.03,3.15 +"43131",0.52,"Premium","E","SI1",60.9,58,1387,5.21,5.17,3.16 +"43132",0.55,"Premium","H","VS2",60.2,59,1387,5.36,5.24,3.19 +"43133",0.52,"Good","E","SI1",63.7,54,1388,5.12,5.15,3.27 +"43134",0.58,"Good","F","SI1",63.1,57,1388,5.29,5.33,3.35 +"43135",0.56,"Premium","D","SI2",60.4,58,1388,5.32,5.37,3.23 +"43136",0.58,"Very Good","G","SI1",62.9,57,1388,5.3,5.35,3.35 +"43137",0.58,"Good","G","SI1",63.2,56,1388,5.3,5.33,3.36 +"43138",0.56,"Ideal","H","VS2",60.9,57,1388,5.32,5.36,3.25 +"43139",0.56,"Ideal","H","VS2",61.2,57,1388,5.29,5.33,3.25 +"43140",0.58,"Good","G","SI1",63.8,56,1388,5.3,5.33,3.39 +"43141",0.42,"Ideal","D","VS1",61.8,57,1388,4.82,4.79,2.97 +"43142",0.46,"Ideal","D","VS2",62.7,57,1388,4.93,4.89,3.08 +"43143",0.46,"Premium","D","VS2",60.9,58,1388,4.97,4.94,3.02 +"43144",0.52,"Very Good","H","VS2",63.5,58,1389,5.08,5.09,3.23 +"43145",0.52,"Very Good","H","VS2",61.4,55,1389,5.19,5.24,3.2 +"43146",0.52,"Very Good","E","SI1",62.9,59,1389,5.12,5.15,3.23 +"43147",0.52,"Very Good","E","SI1",62.8,56,1389,5.13,5.15,3.23 +"43148",0.52,"Very Good","E","SI1",62.7,57,1389,5.1,5.14,3.21 +"43149",0.33,"Ideal","F","IF",62.1,56,1389,4.41,4.44,2.75 +"43150",0.56,"Fair","E","SI2",64.5,61,1389,5.18,5.14,3.33 +"43151",0.58,"Ideal","H","SI1",61.9,59,1389,5.33,5.36,3.31 +"43152",0.52,"Ideal","G","SI1",61.3,55,1389,5.2,5.24,3.2 +"43153",0.52,"Ideal","E","SI1",62.3,56,1389,5.12,5.16,3.2 +"43154",0.52,"Ideal","E","SI1",62.1,57,1389,5.1,5.14,3.18 +"43155",0.52,"Ideal","E","SI1",60.1,59,1389,5.18,5.23,3.13 +"43156",0.5,"Good","E","VS2",64.9,59,1389,4.89,4.94,3.19 +"43157",0.54,"Premium","G","SI1",60.3,57,1389,5.4,5.24,3.21 +"43158",0.54,"Very Good","G","SI1",63.2,56,1389,5.19,5.16,3.27 +"43159",0.54,"Ideal","G","SI1",62.6,57,1389,5.21,5.18,3.25 +"43160",0.54,"Very Good","F","SI1",63.3,56,1389,5.24,5.21,3.31 +"43161",0.42,"Ideal","F","VVS1",62,55,1389,4.84,4.81,2.99 +"43162",0.42,"Ideal","F","VVS1",61.3,56,1389,4.83,4.82,2.96 +"43163",0.42,"Premium","F","VVS1",60.5,58,1389,4.84,4.81,2.92 +"43164",0.42,"Ideal","D","VVS2",61.4,56,1389,4.85,4.82,2.97 +"43165",0.42,"Ideal","D","VVS2",62.1,55,1389,4.81,4.79,2.98 +"43166",0.42,"Ideal","D","VVS2",62.1,55,1389,4.81,4.78,2.98 +"43167",0.42,"Ideal","D","VVS2",62.5,57,1389,4.8,4.77,2.99 +"43168",0.42,"Ideal","D","VVS2",62.6,56,1389,4.79,4.77,2.99 +"43169",0.54,"Premium","H","VS2",61.9,55,1389,5.25,5.22,3.24 +"43170",0.54,"Ideal","H","VS2",62.6,57,1389,5.24,5.2,3.27 +"43171",0.54,"Premium","H","VS2",61.6,58,1389,5.24,5.22,3.22 +"43172",0.54,"Premium","G","SI1",61.7,59,1389,5.2,5.17,3.2 +"43173",0.42,"Premium","F","IF",62.2,56,1389,4.85,4.8,3 +"43174",0.54,"Premium","I","VS1",61.5,58,1389,5.28,5.26,3.24 +"43175",0.54,"Premium","G","SI1",59,60,1389,5.4,5.35,3.17 +"43176",0.64,"Very Good","I","SI1",63,57,1390,5.47,5.52,3.46 +"43177",0.5,"Good","F","VS1",56.4,62,1390,5.31,5.22,2.97 +"43178",0.6,"Ideal","I","SI1",62.1,55,1390,5.39,5.42,3.35 +"43179",0.55,"Ideal","F","SI1",61,56,1390,5.28,5.34,3.24 +"43180",0.42,"Very Good","F","VVS1",61.9,58,1391,4.77,4.82,2.97 +"43181",0.52,"Ideal","H","VS2",62.2,56.4,1391,5.09,5.16,3.19 +"43182",0.59,"Very Good","I","VS2",63.4,56,1391,5.37,5.33,3.39 +"43183",0.59,"Very Good","I","VS2",62.4,58.4,1392,5.3,5.36,3.32 +"43184",0.54,"Very Good","G","SI1",62.8,59,1392,5.14,5.18,3.24 +"43185",0.54,"Very Good","G","SI1",63.2,58,1392,5.15,5.16,3.26 +"43186",0.54,"Very Good","G","SI1",63.8,57,1392,5.16,5.19,3.3 +"43187",0.58,"Ideal","E","SI2",61.4,57.1,1392,5.36,5.38,3.3 +"43188",0.53,"Very Good","I","VS1",61,57,1393,5.22,5.25,3.19 +"43189",0.51,"Very Good","E","VS2",60.2,62,1393,5.16,5.27,3.14 +"43190",0.46,"Ideal","G","VVS1",62.2,57,1393,4.93,4.98,3.08 +"43191",0.55,"Ideal","I","VS2",62.6,57,1393,5.21,5.23,3.27 +"43192",0.46,"Ideal","E","VS1",62.2,54,1393,4.9,4.94,3.06 +"43193",0.58,"Very Good","G","SI1",63.5,56,1393,5.34,5.28,3.37 +"43194",0.51,"Ideal","F","SI1",61.7,56,1394,5.12,5.15,3.17 +"43195",0.56,"Ideal","F","SI1",60.1,58,1394,5.36,5.39,3.23 +"43196",0.42,"Ideal","G","IF",62.4,57,1394,4.79,4.82,3 +"43197",0.5,"Good","F","VS2",63.3,60,1395,4.99,5.03,3.17 +"43198",0.5,"Premium","F","VS2",61.4,60,1395,5.13,5.17,3.16 +"43199",0.5,"Good","D","SI1",63.2,59,1395,5.02,5.04,3.18 +"43200",0.53,"Very Good","E","SI1",61.6,58,1395,5.19,5.23,3.21 +"43201",0.53,"Good","G","VS2",63.4,58,1395,5.13,5.16,3.26 +"43202",0.53,"Premium","E","SI1",62.1,58,1395,5.11,5.19,3.2 +"43203",0.5,"Very Good","D","SI1",62.8,61,1395,5.04,5.08,3.18 +"43204",0.5,"Premium","H","VS1",60.3,58,1395,5.22,5.17,3.13 +"43205",0.42,"Ideal","D","VS1",61.4,56,1395,4.84,4.86,2.98 +"43206",0.62,"Ideal","G","SI2",60.6,57,1395,5.53,5.56,3.36 +"43207",0.52,"Ideal","J","SI1",62.3,56,1395,5.12,5.16,3.2 +"43208",0.54,"Ideal","G","SI1",61.5,55.1,1395,5.25,5.27,3.23 +"43209",0.5,"Good","E","VS2",59.8,57,1395,5.12,5.18,3.08 +"43210",0.73,"Premium","G","I1",62.5,58,1395,5.82,5.74,3.61 +"43211",0.5,"Very Good","F","VS2",62.7,56,1396,5.04,5.07,3.17 +"43212",0.51,"Very Good","G","VS2",61.2,55,1397,5.13,5.16,3.15 +"43213",0.57,"Very Good","E","SI1",62.1,58,1397,5.28,5.32,3.29 +"43214",0.57,"Ideal","F","SI1",61.6,56,1397,5.36,5.33,3.29 +"43215",0.51,"Ideal","H","VS2",62.9,57,1397,5.07,5.1,3.2 +"43216",0.57,"Ideal","H","SI1",61.8,57,1397,5.32,5.36,3.3 +"43217",0.5,"Fair","E","VS2",66.3,55,1397,4.98,4.94,3.29 +"43218",0.5,"Fair","E","VS2",64.9,56,1397,5.01,4.95,3.23 +"43219",0.5,"Good","E","VS2",64.1,58,1397,5.03,5.01,3.22 +"43220",0.4,"Ideal","E","VVS1",62.6,56,1397,4.73,4.7,2.95 +"43221",0.38,"Ideal","F","IF",62.2,55,1397,4.66,4.64,2.89 +"43222",0.4,"Premium","G","IF",59.8,58,1397,4.85,4.79,2.88 +"43223",0.4,"Ideal","G","IF",61.4,55,1397,4.79,4.76,2.93 +"43224",0.4,"Premium","G","IF",60.8,58,1397,4.77,4.73,2.89 +"43225",0.4,"Ideal","G","IF",62.2,55,1397,4.76,4.73,2.95 +"43226",0.4,"Ideal","E","VVS1",61.7,57,1397,4.74,4.7,2.91 +"43227",0.4,"Ideal","E","VVS1",61.5,56,1397,4.78,4.75,2.93 +"43228",0.4,"Ideal","E","VVS1",61.5,56,1397,4.73,4.7,2.9 +"43229",0.4,"Premium","E","VVS1",61.2,61,1397,4.74,4.7,2.89 +"43230",0.4,"Ideal","E","VVS1",62.8,57,1397,4.71,4.65,2.94 +"43231",0.4,"Ideal","E","VVS1",62.4,57,1397,4.72,4.67,2.93 +"43232",0.4,"Premium","E","VVS1",61.4,59,1397,4.74,4.68,2.89 +"43233",0.5,"Very Good","E","VS2",63.2,56,1397,5.06,5.03,3.19 +"43234",0.57,"Very Good","F","SI2",63.5,56,1397,5.28,5.25,3.34 +"43235",0.5,"Fair","E","VS2",65.4,57,1397,5.01,4.81,3.21 +"43236",0.57,"Ideal","F","SI2",61,56,1397,5.37,5.32,3.26 +"43237",0.51,"Very Good","D","SI1",62.2,58,1398,5.08,5.11,3.17 +"43238",0.6,"Very Good","G","SI1",63.3,58,1399,5.34,5.31,3.37 +"43239",0.56,"Ideal","D","SI2",61,57,1399,5.3,5.34,3.24 +"43240",0.41,"Ideal","D","SI1",61.8,58,1399,4.73,4.79,2.94 +"43241",0.52,"Premium","D","SI1",59.7,60,1399,5.26,5.19,3.12 +"43242",0.49,"Very Good","E","SI1",63.6,57.9,1400,4.96,4.99,3.16 +"43243",0.42,"Ideal","E","VVS1",61.6,56,1400,4.82,4.85,2.98 +"43244",0.38,"Ideal","D","VVS1",61.8,56,1400,4.63,4.66,2.87 +"43245",0.42,"Ideal","E","VVS1",62,56,1400,4.78,4.84,2.98 +"43246",0.42,"Ideal","E","VVS1",61.6,56,1400,4.81,4.84,2.97 +"43247",0.42,"Ideal","G","IF",61.6,56,1400,4.85,4.86,2.99 +"43248",0.42,"Ideal","G","IF",60.4,55,1400,4.85,4.86,2.93 +"43249",0.38,"Premium","D","VVS1",60.4,59,1400,4.7,4.71,2.84 +"43250",0.38,"Ideal","D","VVS1",61.3,56,1400,4.65,4.71,2.87 +"43251",0.42,"Ideal","G","IF",62.7,56,1400,4.76,4.77,2.99 +"43252",0.42,"Premium","G","IF",60.2,59,1400,4.8,4.87,2.91 +"43253",0.38,"Premium","D","VVS1",61.4,59,1400,4.63,4.66,2.85 +"43254",0.42,"Ideal","E","VVS1",62.1,55,1400,4.78,4.81,2.98 +"43255",0.42,"Ideal","G","IF",62.1,56,1400,4.8,4.83,2.99 +"43256",0.42,"Ideal","E","VVS1",62.3,57,1400,4.78,4.79,2.98 +"43257",0.42,"Premium","G","IF",61.6,58,1400,4.76,4.79,2.94 +"43258",0.5,"Ideal","G","VS2",61.6,55,1400,5.11,5.14,3.16 +"43259",0.47,"Ideal","E","VS1",61.5,55,1400,5.01,5.04,3.09 +"43260",0.55,"Good","F","SI1",64.3,57.9,1400,5.16,5.21,3.33 +"43261",0.3,"Very Good","J","VS1",63.4,57,506,4.26,4.23,2.69 +"43262",0.3,"Very Good","J","VS1",63.4,57,506,4.26,4.23,2.69 +"43263",0.3,"Premium","J","VS1",62.6,60,506,4.28,4.22,2.66 +"43264",0.3,"Very Good","J","VS1",63.3,60,506,4.25,4.22,2.68 +"43265",0.3,"Premium","I","SI1",61.6,59,506,4.34,4.29,2.66 +"43266",0.3,"Premium","I","SI1",61.4,58,506,4.33,4.3,2.65 +"43267",0.3,"Ideal","I","SI1",61.3,56,506,4.33,4.32,2.65 +"43268",0.3,"Ideal","I","SI1",62.3,56,506,4.35,4.32,2.7 +"43269",0.3,"Premium","I","SI1",60.5,62,506,4.37,4.33,2.63 +"43270",0.3,"Premium","I","SI1",60.9,59,506,4.36,4.34,2.65 +"43271",0.3,"Good","I","SI1",63.8,57,506,4.27,4.19,2.7 +"43272",0.3,"Very Good","I","SI1",63.3,59,506,4.25,4.22,2.68 +"43273",0.3,"Very Good","I","SI1",63.4,57,506,4.25,4.23,2.69 +"43274",0.3,"Very Good","I","SI1",63.3,59,506,4.3,4.23,2.7 +"43275",0.3,"Very Good","I","SI1",63.5,57,506,4.26,4.24,2.7 +"43276",0.3,"Ideal","I","SI1",62.2,57,506,4.27,4.25,2.65 +"43277",0.3,"Good","I","SI1",64.1,57,506,4.3,4.25,2.74 +"43278",0.3,"Good","G","SI2",63.7,54,506,4.25,4.23,2.7 +"43279",0.3,"Very Good","G","SI2",63.3,57,506,4.28,4.25,2.7 +"43280",0.3,"Premium","G","SI2",62.3,59,506,4.29,4.25,2.66 +"43281",0.3,"Premium","G","SI2",62.5,59,506,4.31,4.27,2.68 +"43282",0.3,"Premium","G","SI2",58.1,61,506,4.47,4.41,2.58 +"43283",0.3,"Premium","F","SI2",62.2,58,506,4.33,4.22,2.66 +"43284",0.3,"Premium","F","SI2",61.7,62,506,4.27,4.25,2.63 +"43285",0.31,"Very Good","D","SI1",60.4,60,507,4.4,4.44,2.67 +"43286",0.3,"Ideal","I","VVS2",62.8,57,507,4.26,4.28,2.68 +"43287",0.31,"Ideal","H","VS2",61,57,507,4.38,4.41,2.68 +"43288",0.31,"Ideal","H","VS2",61.7,55,507,4.34,4.38,2.69 +"43289",0.31,"Ideal","H","VS2",61.4,56,507,4.38,4.42,2.7 +"43290",0.31,"Ideal","H","VS2",61.2,56,507,4.36,4.4,2.68 +"43291",0.5,"Ideal","H","VS2",62.3,58,1400,5.12,5.05,3.17 +"43292",0.58,"Very Good","F","SI1",59.9,58,1401,5.35,5.4,3.22 +"43293",0.58,"Very Good","F","SI1",63.1,57,1401,5.28,5.31,3.34 +"43294",0.55,"Very Good","D","SI2",59.7,64,1401,5.26,5.32,3.16 +"43295",0.52,"Ideal","H","VS2",61.6,55,1401,5.19,5.24,3.21 +"43296",0.52,"Ideal","H","VS2",61.3,55,1401,5.2,5.24,3.2 +"43297",0.54,"Ideal","G","VS2",61.7,55,1401,5.22,5.26,3.23 +"43298",0.59,"Ideal","I","VS1",61.8,55,1401,5.41,5.43,3.35 +"43299",0.46,"Ideal","H","VS1",61.2,55,1401,4.96,5.04,3.06 +"43300",0.61,"Ideal","I","SI2",61.1,57,1401,5.46,5.49,3.34 +"43301",0.58,"Ideal","F","SI1",62.3,54,1401,5.36,5.39,3.35 +"43302",0.52,"Fair","I","VVS2",60.4,66,1401,5.26,5.2,3.16 +"43303",0.61,"Premium","F","SI2",60.9,58,1401,5.52,5.44,3.34 +"43304",0.61,"Very Good","I","VS2",63.4,55,1401,5.46,5.42,3.45 +"43305",0.45,"Ideal","E","VVS2",61.9,56,1401,4.95,4.91,3.05 +"43306",0.6,"Very Good","I","VS2",60.6,60,1402,5.46,5.49,3.32 +"43307",0.5,"Very Good","F","VS2",62.8,57,1402,5.05,5.08,3.18 +"43308",0.6,"Very Good","H","SI1",63.1,60,1402,5.3,5.35,3.36 +"43309",0.58,"Very Good","H","SI1",62.5,58,1402,5.29,5.31,3.31 +"43310",0.51,"Premium","F","VS2",62.7,59,1402,5.04,5.07,3.17 +"43311",0.51,"Premium","F","VS2",60.7,59,1402,5.16,5.19,3.14 +"43312",0.5,"Good","D","VS2",64.1,61,1402,4.98,5.01,3.2 +"43313",0.55,"Ideal","H","VS2",61.8,54,1402,5.28,5.3,3.27 +"43314",0.55,"Ideal","H","VS2",62.5,54,1402,5.24,5.29,3.29 +"43315",0.55,"Ideal","H","VS2",61.9,54,1402,5.25,5.28,3.26 +"43316",0.38,"Ideal","E","IF",61.4,55,1402,4.68,4.74,2.89 +"43317",0.38,"Ideal","E","IF",62.2,54.1,1402,4.64,4.67,2.89 +"43318",0.48,"Good","F","VS1",59,60.9,1402,5.09,5.15,3.02 +"43319",0.51,"Premium","E","SI1",61.2,61,1402,5.16,5.13,3.15 +"43320",0.51,"Premium","E","SI1",62.9,57,1402,5.11,5.06,3.2 +"43321",0.51,"Very Good","E","SI1",63.3,59,1402,5.09,5.05,3.21 +"43322",0.53,"Fair","F","VS2",65.5,58,1402,5.09,5.03,3.31 +"43323",0.51,"Ideal","E","SI1",61.7,57,1402,5.15,5.12,3.17 +"43324",0.51,"Very Good","D","SI1",61.7,58,1403,5.09,5.12,3.15 +"43325",0.57,"Very Good","F","SI1",62.6,58,1403,5.28,5.32,3.32 +"43326",0.51,"Ideal","D","SI1",60.6,57,1403,5.15,5.18,3.13 +"43327",0.5,"Very Good","F","VS2",62.6,54,1404,5.1,5.13,3.2 +"43328",0.54,"Very Good","F","SI1",60.2,56,1404,5.28,5.39,3.21 +"43329",0.54,"Very Good","G","SI1",60.4,56,1404,5.29,5.34,3.21 +"43330",0.4,"Good","F","IF",63.5,58,1404,4.69,4.7,2.98 +"43331",0.4,"Very Good","F","IF",62.8,57,1404,4.65,4.68,2.93 +"43332",0.48,"Ideal","F","VS1",60.8,56.3,1404,5.1,5.08,3.1 +"43333",0.5,"Ideal","F","VS2",62.4,56,1404,5.1,5.13,3.19 +"43334",0.54,"Ideal","G","SI1",61.2,58,1404,5.27,5.29,3.23 +"43335",0.5,"Ideal","D","SI1",62,54,1404,5.09,5.13,3.17 +"43336",0.56,"Ideal","E","SI1",61.3,56,1405,5.28,5.32,3.25 +"43337",0.55,"Good","E","SI1",63.1,58,1406,5.2,5.23,3.29 +"43338",0.55,"Very Good","E","SI1",63,59,1406,5.25,5.17,3.28 +"43339",0.56,"Ideal","I","VS1",60.5,55,1406,5.33,5.39,3.24 +"43340",0.4,"Ideal","F","IF",61.9,54,1406,4.75,4.81,2.96 +"43341",0.51,"Premium","F","SI1",59.7,59,1406,5.2,5.15,3.09 +"43342",0.51,"Premium","F","SI1",59.4,60,1406,5.21,5.19,3.09 +"43343",0.51,"Good","F","SI1",63.6,58,1406,5.08,5.05,3.22 +"43344",0.51,"Ideal","F","SI1",62.9,56,1406,5.1,5.05,3.19 +"43345",0.51,"Good","F","SI1",64.2,59,1406,5.04,5.02,3.23 +"43346",0.57,"Premium","E","SI1",58.9,59,1406,5.41,5.35,3.17 +"43347",0.51,"Ideal","F","SI1",60,57,1406,5.25,5.21,3.14 +"43348",0.51,"Ideal","F","SI1",61.3,56,1406,5.19,5.16,3.17 +"43349",0.37,"Ideal","F","VVS1",59.2,57,1406,4.75,4.71,2.8 +"43350",0.51,"Premium","D","SI2",59.5,61,1406,5.19,5.16,3.08 +"43351",0.5,"Very Good","E","VS2",61.3,62,1407,5.05,5.1,3.11 +"43352",0.5,"Good","E","VS2",63.3,56,1407,5.11,5.03,3.21 +"43353",0.5,"Good","E","VS2",63.4,59,1407,5.03,5.06,3.2 +"43354",0.5,"Good","E","VS2",63.7,59,1407,4.99,5.03,3.19 +"43355",0.63,"Ideal","G","SI2",62.8,56.3,1407,5.34,5.54,3.42 +"43356",0.44,"Good","G","IF",58.5,61,1407,4.99,5.03,2.93 +"43357",0.58,"Premium","E","SI1",58.5,55,1407,5.52,5.39,3.19 +"43358",0.56,"Very Good","G","SI1",61.1,56,1408,5.32,5.34,3.26 +"43359",0.58,"Very Good","G","SI1",59.3,58,1408,5.41,5.52,3.24 +"43360",0.58,"Very Good","G","SI1",59.3,59,1408,5.46,5.51,3.25 +"43361",0.53,"Very Good","E","SI1",63,55,1408,5.14,5.18,3.25 +"43362",0.61,"Good","E","SI2",63.1,56,1408,5.4,5.44,3.42 +"43363",0.58,"Very Good","I","VS2",61.7,54.1,1408,5.37,5.4,3.32 +"43364",0.52,"Very Good","G","VS2",61.9,59,1408,5.12,5.16,3.18 +"43365",0.52,"Ideal","H","VS1",61.4,56,1408,5.2,5.23,3.2 +"43366",0.52,"Very Good","D","SI1",60.5,61,1408,5.19,5.23,3.15 +"43367",0.43,"Ideal","G","VVS2",60.9,57,1408,4.86,4.89,2.97 +"43368",0.44,"Ideal","D","VVS2",61.8,54.8,1408,4.89,4.92,3.03 +"43369",0.5,"Ideal","H","VS2",62.6,52,1408,5.06,5.09,3.18 +"43370",0.58,"Ideal","G","SI1",62,58,1408,5.33,5.38,3.32 +"43371",0.58,"Ideal","F","SI1",61.4,57,1408,5.33,5.38,3.29 +"43372",0.53,"Ideal","E","SI1",62.1,53,1408,5.2,5.23,3.24 +"43373",0.38,"Very Good","E","IF",62.5,59,1409,4.61,4.64,2.89 +"43374",0.71,"Fair","J","SI2",65.5,61,1409,5.54,5.49,3.61 +"43375",0.5,"Good","F","VS2",60.9,64,1409,5.12,5.1,3.11 +"43376",0.5,"Ideal","E","SI1",61.9,55,1409,5.18,5.12,3.19 +"43377",0.54,"Ideal","F","SI2",61.2,57,1409,5.25,5.23,3.21 +"43378",0.5,"Premium","F","SI1",62.5,59,1409,5.03,4.99,3.13 +"43379",0.55,"Premium","F","SI1",60.2,58,1410,5.31,5.35,3.21 +"43380",0.5,"Very Good","H","VS1",63,56,1410,5.02,5.05,3.17 +"43381",0.5,"Ideal","E","SI1",60.8,57,1410,5.09,5.14,3.11 +"43382",0.5,"Good","G","VS2",63.2,57,1410,4.99,5.04,3.17 +"43383",0.55,"Ideal","F","SI1",62.4,55,1410,5.23,5.28,3.28 +"43384",0.5,"Premium","E","SI1",59.3,59,1410,5.19,5.24,3.09 +"43385",0.5,"Ideal","E","SI1",60.1,57,1410,5.14,5.27,3.13 +"43386",0.55,"Good","F","SI1",57,62,1410,5.42,5.44,3.1 +"43387",0.55,"Very Good","F","SI1",59.5,61,1410,5.28,5.41,3.18 +"43388",0.5,"Very Good","H","VS1",62.5,58,1410,5.04,5.1,3.17 +"43389",0.5,"Ideal","E","SI1",62.2,57,1410,5.06,5.1,3.16 +"43390",0.5,"Ideal","E","SI1",62.3,56,1410,5.06,5.12,3.17 +"43391",0.62,"Good","D","SI2",64,56,1410,5.42,5.39,3.46 +"43392",0.57,"Ideal","I","VS2",61.8,57,1410,5.31,5.34,3.29 +"43393",0.57,"Ideal","I","VS2",61.9,57,1410,5.3,5.33,3.29 +"43394",0.5,"Ideal","I","VS2",61.9,56,1410,5.08,5.13,3.16 +"43395",0.54,"Ideal","E","SI1",61.6,57,1410,5.23,5.26,3.23 +"43396",0.5,"Ideal","E","SI1",61.6,55,1410,5.09,5.13,3.15 +"43397",0.62,"Fair","D","SI2",64.6,57,1410,5.39,5.33,3.46 +"43398",0.5,"Very Good","H","VS2",61.2,55,1411,5.12,5.16,3.15 +"43399",0.64,"Fair","I","VS2",55.3,69,1411,5.85,5.69,3.19 +"43400",0.59,"Premium","F","SI1",61.7,60,1412,5.37,5.39,3.32 +"43401",0.59,"Very Good","G","SI1",63,57,1412,5.35,5.38,3.38 +"43402",0.59,"Very Good","F","SI1",61.7,57,1412,5.39,5.43,3.34 +"43403",0.46,"Ideal","G","VVS1",62,54,1412,4.97,5,3.09 +"43404",0.46,"Ideal","G","VVS1",61.5,55,1412,4.97,5.01,3.07 +"43405",0.52,"Ideal","E","SI2",61,57,1412,5.18,5.21,3.17 +"43406",0.53,"Ideal","H","VS2",62.5,56,1412,5.19,5.15,3.23 +"43407",0.53,"Ideal","H","VS2",62.4,56,1412,5.18,5.17,3.23 +"43408",0.53,"Ideal","D","SI2",62.9,54,1412,5.17,5.13,3.24 +"43409",0.53,"Ideal","D","SI2",60.4,57,1412,5.3,5.26,3.19 +"43410",0.53,"Ideal","D","SI2",61.4,56,1412,5.24,5.22,3.21 +"43411",0.53,"Ideal","D","SI2",61.9,55,1412,5.24,5.19,3.23 +"43412",0.53,"Ideal","H","VS2",62.6,57,1412,5.17,5.15,3.23 +"43413",0.53,"Premium","H","VS2",61.4,52,1412,5.29,5.26,3.24 +"43414",0.46,"Very Good","G","VVS1",61.7,60,1413,4.94,4.98,3.06 +"43415",0.51,"Ideal","E","VS2",60.8,56,1413,5.18,5.21,3.16 +"43416",0.57,"Very Good","D","SI2",62.9,57,1413,5.26,5.3,3.32 +"43417",0.57,"Ideal","D","SI2",61.4,56,1413,5.33,5.38,3.29 +"43418",0.52,"Ideal","G","SI1",61.2,55,1413,5.17,5.22,3.18 +"43419",0.41,"Ideal","D","VVS1",62.7,56,1413,4.77,4.74,2.98 +"43420",0.41,"Premium","D","VVS1",62.2,58,1413,4.77,4.71,2.95 +"43421",0.51,"Very Good","H","VS2",60.8,58,1414,5.12,5.17,3.13 +"43422",0.57,"Premium","E","SI2",61.2,57,1414,5.35,5.31,3.26 +"43423",0.57,"Premium","H","VS2",60.1,61,1414,5.4,5.29,3.21 +"43424",0.7,"Premium","I","SI2",62.3,59,1415,5.64,5.59,3.5 +"43425",0.35,"Fair","G","VS2",65.9,54,1415,5.57,5.53,3.66 +"43426",0.35,"Fair","G","VS2",65.9,54,1415,5.57,5.53,3.66 +"43427",0.53,"Very Good","E","SI1",59.7,59,1415,5.27,5.29,3.15 +"43428",0.53,"Very Good","D","SI1",59.1,59,1415,5.27,5.33,3.13 +"43429",0.53,"Very Good","D","SI1",60.9,59,1415,5.18,5.2,3.16 +"43430",0.5,"Very Good","D","SI1",60.3,59,1415,5.11,5.14,3.09 +"43431",0.5,"Very Good","D","SI1",62.8,58,1415,5.02,5.05,3.16 +"43432",0.54,"Very Good","E","SI2",60.7,56.5,1415,5.24,5.28,3.19 +"43433",0.62,"Premium","J","VVS2",60.9,58,1415,5.5,5.56,3.37 +"43434",0.5,"Premium","I","VVS1",58.2,62,1415,5.25,5.19,3.04 +"43435",0.53,"Ideal","E","SI1",61.4,56,1415,5.21,5.24,3.21 +"43436",0.5,"Ideal","D","SI1",61.4,58,1415,5.07,5.1,3.12 +"43437",0.5,"Good","F","VS1",58,61,1415,5.18,5.23,3.02 +"43438",0.55,"Premium","G","SI1",61.3,59,1415,5.28,5.23,3.22 +"43439",0.55,"Ideal","F","SI1",61.8,55,1415,5.27,5.22,3.24 +"43440",0.55,"Premium","F","SI1",60.7,57,1415,5.3,5.27,3.21 +"43441",0.5,"Good","G","VS2",57.9,61,1415,5.23,5.2,3.02 +"43442",0.5,"Ideal","E","SI1",61.6,57,1415,5.13,5.09,3.15 +"43443",0.5,"Premium","E","SI1",62.3,58,1415,5.15,5.09,3.19 +"43444",0.5,"Premium","E","SI1",60.2,58,1415,5.18,5.15,3.11 +"43445",0.5,"Premium","E","SI1",60.7,61,1415,5.12,5.09,3.1 +"43446",0.5,"Premium","E","SI1",62,59,1415,5.1,5.06,3.15 +"43447",0.5,"Premium","E","SI1",63,58,1415,5.08,5.04,3.19 +"43448",0.5,"Good","E","SI1",63.8,55,1415,5.09,5.04,3.23 +"43449",0.5,"Ideal","E","SI1",62.2,57,1415,5.11,5.05,3.16 +"43450",0.5,"Premium","E","SI1",61.5,62,1415,5.09,5.06,3.12 +"43451",0.5,"Very Good","E","SI1",63.3,58,1415,5.03,4.99,3.17 +"43452",0.5,"Very Good","E","SI1",63.3,59,1415,5.03,4.99,3.17 +"43453",0.5,"Good","E","SI1",63.7,56,1415,5.06,5.02,3.21 +"43454",0.5,"Very Good","E","SI1",63.2,57,1415,5.06,5.03,3.19 +"43455",0.5,"Premium","G","VS2",61.5,57,1415,5.12,5.09,3.14 +"43456",0.5,"Premium","E","SI1",63,59,1415,5.01,4.99,3.15 +"43457",0.5,"Premium","G","VS2",60.2,60,1415,5.21,5.15,3.12 +"43458",0.61,"Ideal","H","SI1",61.9,54,1416,5.44,5.48,3.38 +"43459",0.51,"Very Good","G","VS2",59.1,60,1417,5.18,5.21,3.07 +"43460",0.46,"Very Good","E","VS1",60.3,59.2,1417,4.96,5.02,3.01 +"43461",0.55,"Very Good","E","SI1",64.2,55,1417,5.18,5.2,3.33 +"43462",0.51,"Very Good","F","VS2",63.2,58,1417,5.07,5.05,3.2 +"43463",0.56,"Ideal","I","VS2",62.2,57,1417,5.27,5.28,3.28 +"43464",0.53,"Ideal","H","VS2",61.4,55.4,1417,5.19,5.24,3.2 +"43465",0.56,"Ideal","G","SI1",61.3,54,1417,5.34,5.37,3.28 +"43466",0.56,"Ideal","G","SI1",62.1,55,1417,5.29,5.33,3.3 +"43467",0.55,"Ideal","G","SI1",61.7,58,1417,5.27,5.29,3.26 +"43468",0.47,"Very Good","F","VVS2",60.9,59,1418,4.99,5.03,3.05 +"43469",0.46,"Ideal","F","VS1",62.7,56,1418,4.91,4.94,3.09 +"43470",0.39,"Ideal","E","IF",61.5,55.5,1418,4.68,4.72,2.88 +"43471",0.59,"Very Good","D","SI2",62.7,58,1419,5.32,5.37,3.35 +"43472",0.59,"Ideal","D","SI2",62.4,58,1419,5.35,5.39,3.35 +"43473",0.59,"Ideal","D","SI2",61.1,56,1419,5.4,5.44,3.31 +"43474",0.41,"Ideal","E","IF",62.1,54,1419,4.75,4.81,2.97 +"43475",0.5,"Good","E","VS2",63.1,61,1419,5,5.05,3.17 +"43476",0.52,"Good","F","VS1",61,61,1419,5.22,5.17,3.17 +"43477",0.52,"Very Good","G","VS1",61.2,57,1420,5.17,5.23,3.18 +"43478",0.51,"Very Good","D","SI1",59.4,59,1420,5.18,5.22,3.09 +"43479",0.5,"Premium","E","VS2",60.1,61,1420,5.2,5.15,3.11 +"43480",0.5,"Premium","E","VS2",58.1,61,1420,5.23,5.17,3.02 +"43481",0.7,"Fair","G","SI2",69.3,60,1420,5.41,5.35,3.72 +"43482",0.5,"Premium","E","VS2",61.8,59,1420,5.07,5.02,3.12 +"43483",0.38,"Very Good","E","IF",59.5,57,1421,4.77,4.84,2.86 +"43484",0.47,"Ideal","G","VVS1",61.6,56,1421,4.99,5.05,3.09 +"43485",0.53,"Ideal","F","SI2",61.7,55,1421,5.22,5.25,3.23 +"43486",0.58,"Ideal","H","SI1",61.8,56,1421,5.36,5.38,3.32 +"43487",0.55,"Ideal","G","SI1",60.9,56,1421,5.3,5.32,3.24 +"43488",0.51,"Premium","F","SI1",61.3,59,1421,5.19,5.15,3.17 +"43489",0.58,"Ideal","H","SI1",60.9,57,1421,5.38,5.33,3.26 +"43490",0.58,"Ideal","H","SI1",60.2,57,1421,5.47,5.43,3.28 +"43491",0.51,"Premium","F","SI1",61.4,59,1421,5.13,5.13,3.16 +"43492",0.51,"Premium","F","SI1",60.7,58,1421,5.14,5.1,3.11 +"43493",0.51,"Premium","F","SI1",60.5,59,1421,5.18,5.13,3.12 +"43494",0.54,"Premium","G","VS2",62.7,58,1422,5.21,5.25,3.28 +"43495",0.54,"Ideal","E","SI1",61.3,56,1422,5.22,5.25,3.21 +"43496",0.54,"Good","G","VS2",63.2,55,1422,5.15,5.2,3.27 +"43497",0.54,"Premium","E","SI1",61.4,60,1422,5.21,5.25,3.21 +"43498",0.54,"Good","G","VS2",63.6,56,1422,5.14,5.17,3.28 +"43499",0.54,"Ideal","G","VS2",61.5,55,1422,5.24,5.27,3.23 +"43500",0.47,"Very Good","D","VS1",59.5,61,1422,5.06,5.03,3.02 +"43501",0.54,"Ideal","E","SI1",61.3,56,1422,5.22,5.25,3.21 +"43502",0.53,"Good","E","VS2",58.6,62,1422,5.26,5.32,3.1 +"43503",0.43,"Ideal","F","VVS1",62.1,55,1422,4.85,4.81,3 +"43504",0.43,"Ideal","F","VVS1",62.3,55,1422,4.88,4.85,3.03 +"43505",0.43,"Premium","F","VVS1",61.5,56,1422,4.9,4.86,3 +"43506",0.43,"Ideal","F","VVS1",61,56,1422,4.9,4.87,2.98 +"43507",0.43,"Premium","F","VVS1",60.3,58,1422,4.91,4.88,2.95 +"43508",0.43,"Ideal","F","VVS1",62,57,1422,4.84,4.81,2.99 +"43509",0.52,"Very Good","G","VS2",62.4,60,1423,5.14,5.18,3.22 +"43510",0.52,"Very Good","G","VS2",59.2,57,1423,5.28,5.37,3.15 +"43511",0.52,"Very Good","G","VS2",62.6,58,1423,5.08,5.11,3.19 +"43512",0.51,"Good","D","SI1",63.3,57,1423,5.06,5.09,3.21 +"43513",0.51,"Very Good","F","VS2",63,57,1423,5.05,5.11,3.2 +"43514",0.63,"Ideal","I","VS2",62.1,54,1423,5.51,5.54,3.43 +"43515",0.61,"Good","D","SI2",59.8,62,1423,5.48,5.53,3.29 +"43516",0.59,"Very Good","F","SI1",63,56,1424,5.3,5.34,3.35 +"43517",0.58,"Very Good","E","SI1",61.5,58,1424,5.31,5.36,3.28 +"43518",0.51,"Good","E","VS2",61.1,65,1424,5.14,5.11,3.13 +"43519",0.61,"Ideal","F","SI2",61.3,55,1424,5.47,5.55,3.38 +"43520",0.59,"Ideal","F","SI1",62.3,54,1424,5.37,5.41,3.36 +"43521",0.59,"Ideal","F","SI1",62,53,1424,5.38,5.43,3.35 +"43522",0.5,"Ideal","G","VS2",62.6,57,1424,5.11,5.05,3.18 +"43523",0.56,"Very Good","F","SI1",63.9,59,1425,5.16,5.22,3.32 +"43524",0.51,"Very Good","D","SI1",60.4,61,1425,5.09,5.14,3.09 +"43525",0.41,"Ideal","G","IF",62,55,1425,4.8,4.81,2.98 +"43526",0.59,"Ideal","D","SI2",59.1,57,1425,5.52,5.48,3.25 +"43527",0.5,"Very Good","H","VS1",64.6,56,1426,4.97,5.06,3.24 +"43528",0.62,"Very Good","E","SI2",63.4,56,1426,5.4,5.45,3.44 +"43529",0.54,"Very Good","E","VS2",62.6,60,1426,5.26,5.19,3.27 +"43530",0.49,"Good","F","VS1",63.6,59,1426,4.95,4.92,3.14 +"43531",0.43,"Ideal","E","VVS2",61.7,55,1426,4.86,4.87,3 +"43532",0.6,"Premium","E","SI2",62,59,1426,5.41,5.37,3.34 +"43533",0.51,"Very Good","E","SI2",59.3,63,1427,5.18,5.25,3.09 +"43534",0.53,"Ideal","H","VS2",61.5,56,1427,5.21,5.26,3.22 +"43535",0.53,"Ideal","H","VS2",61.6,55,1427,5.23,5.25,3.23 +"43536",0.56,"Ideal","H","VS2",61.7,54,1427,5.31,5.33,3.28 +"43537",0.51,"Ideal","G","VS2",61.6,56,1427,5.13,5.18,3.18 +"43538",0.53,"Ideal","I","VS1",62.3,56,1427,5.19,5.23,3.24 +"43539",0.41,"Ideal","D","VS1",61.9,56,1427,4.76,4.8,2.96 +"43540",0.41,"Ideal","D","VS1",61.1,56,1427,4.8,4.83,2.94 +"43541",0.59,"Good","I","VVS2",57.8,61,1427,5.52,5.6,3.21 +"43542",0.52,"Good","F","SI1",65.5,66,1427,4.92,4.98,3.24 +"43543",0.52,"Ideal","G","VS2",61.7,56,1428,5.15,5.19,3.19 +"43544",0.53,"Premium","F","SI1",60.9,59,1428,5.21,5.23,3.18 +"43545",0.6,"Premium","D","SI2",61.3,61,1428,5.46,5.4,3.33 +"43546",0.51,"Ideal","H","VS2",60.1,60,1428,5.19,5.14,3.1 +"43547",0.53,"Premium","F","SI1",62,59,1428,5.23,5.16,3.22 +"43548",0.53,"Premium","H","VS2",59.4,59,1428,5.31,5.27,3.14 +"43549",0.5,"Very Good","H","VS1",62.5,59,1429,5.01,5.04,3.14 +"43550",0.52,"Very Good","D","SI1",61.6,58,1429,5.14,5.22,3.19 +"43551",0.5,"Good","G","VS1",57.5,56,1429,5.3,5.24,3.03 +"43552",0.52,"Ideal","F","VS2",60.3,57,1429,5.2,5.24,3.15 +"43553",0.5,"Ideal","H","VS1",61.7,59,1429,5.07,5.14,3.15 +"43554",0.55,"Ideal","G","SI1",60.8,56,1429,5.3,5.36,3.24 +"43555",0.52,"Ideal","D","SI1",61.2,57,1429,5.18,5.22,3.18 +"43556",0.52,"Ideal","D","SI1",62.2,54,1429,5.14,5.18,3.21 +"43557",0.52,"Ideal","E","SI1",63,54,1429,5.15,5.11,3.23 +"43558",0.52,"Ideal","E","SI1",61.4,57,1429,5.18,5.15,3.17 +"43559",0.57,"Premium","E","SI1",62.5,57,1429,5.28,5.22,3.28 +"43560",0.51,"Good","D","VS2",60.1,65,1430,5.14,5.17,3.1 +"43561",0.51,"Good","D","VS2",64.2,58,1430,5.01,5.06,3.23 +"43562",0.49,"Good","F","VS1",58.9,60.5,1430,5.17,5.21,3.05 +"43563",0.58,"Fair","G","VS2",65,56,1430,5.23,5.17,3.38 +"43564",0.51,"Ideal","F","VS2",62.5,53,1431,5.12,5.15,3.21 +"43565",0.59,"Ideal","G","SI1",62.3,55,1431,5.37,5.39,3.35 +"43566",0.51,"Ideal","D","SI1",61,56,1431,5.15,5.17,3.15 +"43567",0.51,"Ideal","D","SI1",61.5,56,1431,5.15,5.16,3.17 +"43568",0.41,"Ideal","G","IF",61,57,1431,4.81,4.79,2.93 +"43569",0.41,"Ideal","G","IF",62.3,55,1431,4.78,4.75,2.97 +"43570",0.41,"Ideal","G","IF",61.7,56,1431,4.8,4.77,2.95 +"43571",0.41,"Ideal","G","IF",61.7,56,1431,4.8,4.77,2.95 +"43572",0.41,"Ideal","G","IF",62.4,54,1431,4.78,4.74,2.97 +"43573",0.41,"Premium","E","VVS1",60.7,58,1431,4.86,4.8,2.93 +"43574",0.41,"Ideal","E","VVS1",61.7,56,1431,4.82,4.78,2.96 +"43575",0.41,"Ideal","E","VVS1",61.3,56,1431,4.81,4.79,2.94 +"43576",0.41,"Ideal","E","VVS1",60.9,55,1431,4.83,4.8,2.93 +"43577",0.41,"Ideal","E","VVS1",60.7,57,1431,4.85,4.8,2.93 +"43578",0.41,"Premium","E","VVS1",62.9,59,1431,4.76,4.72,2.98 +"43579",0.41,"Premium","E","VVS1",62.2,58,1431,4.77,4.75,2.96 +"43580",0.41,"Ideal","E","VVS1",61.3,55,1431,4.8,4.76,2.93 +"43581",0.41,"Ideal","E","VVS1",61.3,57,1431,4.79,4.77,2.93 +"43582",0.41,"Ideal","E","VVS1",61.9,55,1431,4.79,4.78,2.96 +"43583",0.5,"Premium","D","VS2",62.2,60,1431,5.15,5.05,3.17 +"43584",0.5,"Fair","D","VS2",66.9,57,1431,4.95,4.83,3.27 +"43585",0.5,"Fair","D","VS2",63.7,57,1431,5.05,4.9,3.17 +"43586",0.59,"Good","D","SI1",63.8,57,1431,5.31,5.26,3.37 +"43587",0.53,"Very Good","E","SI1",63.6,57,1432,5.12,5.16,3.27 +"43588",0.56,"Premium","H","VS2",62.2,60,1432,5.28,5.23,3.27 +"43589",0.41,"Ideal","E","VVS2",61.7,56,1432,4.77,4.8,2.95 +"43590",0.57,"Ideal","F","SI2",62.7,56,1432,5.32,5.27,3.32 +"43591",0.31,"Ideal","H","VS2",61.3,56,507,4.36,4.38,2.68 +"43592",0.31,"Ideal","H","VS2",61.5,56,507,4.38,4.4,2.7 +"43593",0.31,"Ideal","H","VS2",62,55,507,4.36,4.38,2.71 +"43594",0.31,"Ideal","H","VS2",61.2,56,507,4.35,4.37,2.67 +"43595",0.31,"Ideal","H","VS2",61.8,57,507,4.32,4.36,2.68 +"43596",0.3,"Ideal","G","VS2",61.8,56,507,4.29,4.32,2.66 +"43597",0.31,"Ideal","I","VS1",62.4,53,507,4.33,4.36,2.71 +"43598",0.31,"Ideal","I","VS1",61.2,55,507,4.37,4.39,2.68 +"43599",0.31,"Ideal","I","VS1",61.8,56,507,4.38,4.39,2.71 +"43600",0.3,"Ideal","H","VS1",62.1,57,507,4.27,4.3,2.66 +"43601",0.29,"Ideal","G","VS1",62.2,54,507,4.23,4.26,2.64 +"43602",0.31,"Very Good","E","SI1",61.2,58,507,4.34,4.38,2.67 +"43603",0.31,"Good","G","VS2",63.2,58,507,4.28,4.3,2.71 +"43604",0.31,"Good","E","SI1",63.4,55,507,4.26,4.29,2.71 +"43605",0.31,"Good","G","VS2",57.6,62,507,4.46,4.5,2.58 +"43606",0.31,"Very Good","E","SI1",58.7,60,507,4.45,4.48,2.62 +"43607",0.34,"Premium","D","SI2",59.2,59,507,4.54,4.58,2.7 +"43608",0.34,"Premium","G","SI1",59.7,59,507,4.5,4.54,2.7 +"43609",0.34,"Very Good","G","SI1",60.8,59,507,4.46,4.56,2.74 +"43610",0.34,"Ideal","G","SI1",61.2,57,507,4.53,4.56,2.78 +"43611",0.34,"Very Good","D","SI2",60.7,61,507,4.45,4.51,2.72 +"43612",0.34,"Good","G","SI1",63.4,57,507,4.42,4.45,2.81 +"43613",0.34,"Premium","D","SI2",60.8,60,507,4.49,4.53,2.74 +"43614",0.31,"Very Good","E","SI1",63,58,507,4.29,4.31,2.71 +"43615",0.34,"Premium","D","SI2",60.6,60,507,4.48,4.53,2.73 +"43616",0.34,"Good","G","SI1",63.9,58,507,4.4,4.43,2.82 +"43617",0.34,"Very Good","G","SI1",61.5,56,507,4.45,4.52,2.76 +"43618",0.26,"Ideal","H","VVS2",62.5,54,508,4.11,4.14,2.58 +"43619",0.28,"Ideal","G","VS2",62.1,56,508,4.19,4.23,2.61 +"43620",0.26,"Ideal","G","VS1",62.5,53,508,4.1,4.13,2.57 +"43621",0.52,"Ideal","F","SI1",60.4,56,1432,5.22,5.28,3.17 +"43622",0.46,"Premium","F","VS1",60.5,58,1432,5.02,4.97,3.02 +"43623",0.57,"Very Good","G","SI1",61.1,57,1433,5.32,5.35,3.26 +"43624",0.43,"Ideal","G","IF",61.2,57,1433,4.81,4.86,2.96 +"43625",0.38,"Ideal","E","IF",62.7,55,1433,4.61,4.67,2.91 +"43626",0.43,"Ideal","G","IF",62.1,54,1433,4.83,4.87,3.01 +"43627",0.38,"Ideal","E","IF",61.9,56,1433,4.65,4.66,2.88 +"43628",0.43,"Premium","G","IF",60.9,59,1433,4.88,4.94,2.99 +"43629",0.43,"Very Good","E","VVS1",60.3,58,1433,4.86,4.93,2.95 +"43630",0.43,"Premium","G","IF",61.1,58,1433,4.86,4.89,2.98 +"43631",0.43,"Premium","G","IF",61.4,59,1433,4.79,4.85,2.96 +"43632",0.43,"Premium","G","IF",61,58,1433,4.82,4.88,2.96 +"43633",0.43,"Ideal","E","VVS1",61.3,57,1433,4.84,4.88,2.98 +"43634",0.43,"Ideal","G","IF",61.8,55,1433,4.85,4.89,3.01 +"43635",0.43,"Very Good","E","VVS1",61.2,56,1433,4.84,4.87,2.97 +"43636",0.43,"Premium","E","VVS1",59.5,58,1433,4.92,4.96,2.94 +"43637",0.43,"Very Good","E","VVS1",61.9,56,1433,4.81,4.85,2.99 +"43638",0.38,"Ideal","E","IF",61.1,56,1433,4.67,4.72,2.87 +"43639",0.43,"Ideal","G","IF",61.8,56,1433,4.86,4.88,3.01 +"43640",0.5,"Premium","F","VS2",60.6,61,1433,5.13,5.1,3.1 +"43641",0.5,"Good","F","VS2",63.6,58,1433,5.05,5.02,3.2 +"43642",0.5,"Premium","F","VS2",60.6,59,1433,5.13,5.03,3.08 +"43643",0.5,"Good","D","SI1",63.8,60,1433,5.03,5,3.2 +"43644",0.39,"Ideal","F","IF",61.9,57,1433,4.69,4.68,2.9 +"43645",0.5,"Good","F","VS2",58.8,64,1433,5.21,5.16,3.05 +"43646",0.5,"Premium","D","SI1",60.3,58,1433,5.12,5.1,3.08 +"43647",0.6,"Premium","H","SI1",62,56,1433,5.44,5.4,3.36 +"43648",0.6,"Premium","G","SI2",60.8,58,1433,5.49,5.44,3.32 +"43649",0.51,"Good","E","SI1",63.6,58,1434,5,4.97,3.17 +"43650",0.53,"Ideal","E","SI1",61.9,55,1435,5.18,5.22,3.22 +"43651",0.53,"Ideal","I","VVS1",62.2,53,1435,5.17,5.21,3.23 +"43652",0.53,"Ideal","H","VS2",61.9,55.2,1435,5.21,5.24,3.24 +"43653",0.53,"Ideal","H","VS2",61.7,56,1435,5.17,5.21,3.2 +"43654",0.51,"Ideal","H","SI2",61.7,55,1435,5.13,5.15,3.17 +"43655",0.51,"Ideal","H","SI2",62,55,1435,5.12,5.14,3.18 +"43656",0.62,"Fair","E","SI2",58.2,60,1435,5.7,5.51,3.26 +"43657",0.53,"Premium","G","VS2",59.9,60,1435,5.28,5.24,3.15 +"43658",0.71,"Fair","J","VS2",64.9,54,1435,5.63,5.53,3.62 +"43659",0.5,"Very Good","F","VS2",59.4,59,1436,5.19,5.22,3.09 +"43660",0.57,"Ideal","E","SI1",61.5,56,1436,5.32,5.35,3.28 +"43661",0.5,"Good","D","SI1",63.2,57,1436,5.02,5.07,3.19 +"43662",0.56,"Premium","F","SI1",60.8,58,1436,5.31,5.34,3.24 +"43663",0.5,"Very Good","D","SI1",61,61,1436,5.08,5.11,3.11 +"43664",0.5,"Ideal","F","VS2",62.7,57,1436,5.06,5.11,3.19 +"43665",0.5,"Very Good","D","SI1",58.8,60,1436,5.18,5.2,3.05 +"43666",0.5,"Ideal","F","VS2",62.7,57,1436,5.08,5.1,3.19 +"43667",0.5,"Very Good","D","SI1",60.8,63,1436,5.1,5.13,3.11 +"43668",0.5,"Good","F","VS2",63.2,56,1436,5.01,5.05,3.18 +"43669",0.56,"Ideal","F","SI1",62.3,55,1436,5.27,5.32,3.3 +"43670",0.5,"Good","F","VS2",63.3,57,1436,5.02,5.06,3.19 +"43671",0.5,"Very Good","F","VS2",62.9,57,1436,5.06,5.11,3.2 +"43672",0.5,"Premium","D","SI1",62.4,60,1436,5.07,5.09,3.17 +"43673",0.5,"Very Good","D","SI1",58.9,61,1436,5.16,5.19,3.05 +"43674",0.5,"Very Good","D","SI1",62.8,53,1436,5.04,5.08,3.18 +"43675",0.5,"Very Good","F","VS2",63,55,1436,5.04,5.09,3.19 +"43676",0.5,"Very Good","D","SI1",61.9,61,1436,5.09,5.12,3.16 +"43677",0.5,"Ideal","F","VS2",62.5,57,1436,5.07,5.11,3.18 +"43678",0.5,"Premium","F","VS2",62.3,58,1436,5.02,5.06,3.14 +"43679",0.5,"Very Good","F","VS2",60.6,58,1436,5.07,5.12,3.09 +"43680",0.5,"Good","F","VS2",63.3,57,1436,5.01,5.07,3.19 +"43681",0.56,"Very Good","F","SI1",62.9,56,1436,5.25,5.27,3.31 +"43682",0.5,"Ideal","F","VS2",61.2,57,1436,5.1,5.13,3.13 +"43683",0.5,"Premium","F","VS2",62.7,59,1436,5.05,5.09,3.18 +"43684",0.5,"Good","D","SI1",63.7,56,1436,5.05,5.09,3.23 +"43685",0.5,"Good","F","VS2",63.8,55,1436,5.03,5.06,3.22 +"43686",0.5,"Very Good","D","SI1",58.8,60,1436,5.17,5.23,3.06 +"43687",0.5,"Good","D","SI1",63.3,56,1436,5.07,5.1,3.22 +"43688",0.5,"Good","F","VS2",63.3,58,1436,4.98,5.03,3.17 +"43689",0.5,"Good","D","SI1",62.9,59,1436,4.94,5.01,3.13 +"43690",0.5,"Very Good","D","SI1",58.5,60,1436,5.13,5.19,3.02 +"43691",0.5,"Very Good","F","VS2",62.5,56,1436,5.06,5.09,3.17 +"43692",0.5,"Good","F","VS2",63.2,58,1436,5,5.03,3.17 +"43693",0.5,"Very Good","D","SI1",60.8,58,1436,5.07,5.13,3.1 +"43694",0.5,"Premium","F","VS2",62.2,59,1436,5.06,5.1,3.16 +"43695",0.5,"Very Good","F","VS2",63,58,1436,5.05,5.08,3.19 +"43696",0.5,"Premium","F","VS2",60.9,58,1436,5.1,5.14,3.12 +"43697",0.5,"Good","D","SI1",63.6,54,1436,5.02,5.08,3.21 +"43698",0.5,"Good","F","VS2",63.6,57,1436,5.03,5.07,3.21 +"43699",0.5,"Very Good","D","SI1",62,60,1436,5.08,5.12,3.16 +"43700",0.5,"Good","D","SI1",63.6,58,1436,5.05,5.08,3.22 +"43701",0.5,"Very Good","F","VS2",61.5,61,1436,5.09,5.12,3.14 +"43702",0.5,"Very Good","F","VS2",62.8,56,1436,5.05,5.07,3.18 +"43703",0.51,"Very Good","H","VS2",61.4,55.8,1436,5.14,5.19,3.17 +"43704",0.51,"Good","E","VS2",63.1,59,1436,5.04,5.07,3.19 +"43705",0.58,"Ideal","D","SI2",61.2,57,1436,5.38,5.41,3.3 +"43706",0.67,"Fair","I","VS2",57.2,70,1436,5.82,5.75,3.31 +"43707",0.61,"Very Good","F","SI2",62.9,56.6,1437,5.38,5.45,3.4 +"43708",0.46,"Premium","E","VS1",61.7,59,1437,4.96,4.93,3.05 +"43709",0.46,"Premium","E","VS1",61.9,58,1437,4.94,4.91,3.05 +"43710",0.59,"Premium","G","SI1",60.5,59,1437,5.44,5.41,3.28 +"43711",0.51,"Ideal","I","VS2",61.1,56,1437,5.16,5.18,3.16 +"43712",0.59,"Ideal","G","SI1",61.5,57,1437,5.36,5.4,3.31 +"43713",0.51,"Ideal","E","SI1",61.7,55,1437,5.18,5.2,3.2 +"43714",0.51,"Ideal","E","SI1",60.8,57,1437,5.17,5.22,3.16 +"43715",0.45,"Good","G","IF",59.6,61,1437,5,5.04,2.99 +"43716",0.61,"Fair","I","VS2",57.4,60.9,1437,5.6,5.65,3.23 +"43717",0.51,"Very Good","H","VS1",63.4,57,1437,5.09,5.06,3.22 +"43718",0.51,"Very Good","D","SI1",59.1,63,1437,5.27,5.15,3.08 +"43719",0.52,"Very Good","E","SI1",59.3,59,1438,5.26,5.3,3.13 +"43720",0.51,"Very Good","G","VS2",62.5,59,1438,5.05,5.1,3.17 +"43721",0.51,"Very Good","G","VS2",62.4,62,1438,5.07,5.09,3.17 +"43722",0.51,"Ideal","H","VS1",62.7,57,1438,5.08,5.13,3.2 +"43723",0.51,"Ideal","E","SI1",61.3,55,1438,5.11,5.17,3.15 +"43724",0.51,"Very Good","G","VS2",62.9,57,1438,5.06,5.12,3.2 +"43725",0.51,"Very Good","G","VS2",62.9,54,1438,5.08,5.12,3.21 +"43726",0.51,"Very Good","G","VS2",62.2,57,1438,5.1,5.15,3.19 +"43727",0.51,"Ideal","E","SI1",62.2,57,1438,5.08,5.12,3.17 +"43728",0.51,"Very Good","G","VS2",62.7,57,1438,5.05,5.12,3.19 +"43729",0.51,"Ideal","H","VS1",61.1,56,1438,5.11,5.16,3.14 +"43730",0.51,"Ideal","H","VS1",62.6,57,1438,5.09,5.13,3.2 +"43731",0.51,"Very Good","G","VS2",62.9,58,1438,5.06,5.11,3.2 +"43732",0.51,"Ideal","H","VS1",62.7,54,1438,5.12,5.15,3.22 +"43733",0.51,"Ideal","E","SI1",61.5,55,1438,5.16,5.18,3.18 +"43734",0.51,"Ideal","G","VS2",62.4,56,1438,5.11,5.14,3.2 +"43735",0.51,"Very Good","E","SI1",62.3,58,1438,5.05,5.12,3.17 +"43736",0.51,"Very Good","G","VS2",62.4,57,1438,5.09,5.11,3.18 +"43737",0.51,"Very Good","G","VS2",62.7,58,1438,5.09,5.12,3.2 +"43738",0.51,"Very Good","E","SI1",61.3,54,1438,5.13,5.18,3.16 +"43739",0.51,"Very Good","E","SI1",60.8,57,1438,5.19,5.24,3.17 +"43740",0.51,"Ideal","E","SI1",59.6,57,1438,5.2,5.24,3.11 +"43741",0.51,"Ideal","G","VS2",61.7,57,1438,5.12,5.15,3.17 +"43742",0.51,"Good","H","VS1",63.7,55,1438,5.07,5.1,3.24 +"43743",0.51,"Very Good","G","VS2",62.9,58,1438,5.05,5.12,3.2 +"43744",0.51,"Ideal","E","SI1",62.7,55,1438,5.07,5.1,3.19 +"43745",0.51,"Very Good","E","SI1",62.5,57,1438,5.06,5.09,3.17 +"43746",0.51,"Very Good","E","SI1",62.8,55,1438,5.07,5.12,3.2 +"43747",0.51,"Premium","G","VS2",61.2,60,1438,5.12,5.17,3.15 +"43748",0.51,"Very Good","E","SI1",62.8,56,1438,5.07,5.15,3.21 +"43749",0.51,"Premium","G","VS2",62.4,58,1438,5.11,5.12,3.19 +"43750",0.51,"Ideal","E","SI1",62.1,55,1438,5.09,5.15,3.18 +"43751",0.51,"Very Good","G","VS2",62.3,59,1438,5.07,5.1,3.17 +"43752",0.58,"Very Good","D","SI2",62.9,56,1438,5.31,5.35,3.35 +"43753",0.44,"Ideal","E","VVS1",59.9,57,1438,4.93,4.97,2.96 +"43754",0.53,"Ideal","E","SI2",61.4,56,1438,5.21,5.25,3.21 +"43755",0.61,"Premium","I","VS2",61.8,56,1438,5.44,5.41,3.35 +"43756",0.41,"Ideal","F","IF",61.3,56,1439,4.76,4.77,2.92 +"43757",0.41,"Ideal","F","IF",61.9,56,1439,4.77,4.79,2.96 +"43758",0.41,"Premium","F","IF",62.6,58,1439,4.73,4.76,2.97 +"43759",0.41,"Ideal","F","IF",61.6,56,1439,4.79,4.82,2.96 +"43760",0.41,"Ideal","F","IF",61.4,56,1439,4.77,4.81,2.94 +"43761",0.41,"Ideal","F","IF",62.1,55,1439,4.76,4.81,2.97 +"43762",0.41,"Ideal","F","IF",61.9,56,1439,4.78,4.81,2.97 +"43763",0.53,"Ideal","G","SI1",61,55,1439,5.23,5.26,3.2 +"43764",0.41,"Ideal","F","IF",61.4,58,1439,4.78,4.83,2.95 +"43765",0.41,"Ideal","F","IF",61.4,56,1439,4.81,4.83,2.96 +"43766",0.41,"Ideal","F","IF",62.3,55,1439,4.78,4.82,2.99 +"43767",0.41,"Ideal","F","IF",61.7,56,1439,4.79,4.83,2.97 +"43768",0.54,"Ideal","H","VS2",60.1,57,1439,5.33,5.28,3.19 +"43769",0.54,"Premium","H","VS2",62.6,58,1439,5.19,5.16,3.24 +"43770",0.54,"Very Good","H","VS2",63.2,55,1439,5.24,5.2,3.3 +"43771",0.54,"Premium","G","SI1",61.6,58,1439,5.26,5.21,3.23 +"43772",0.58,"Premium","H","VS2",59.7,59,1439,5.42,5.33,3.21 +"43773",0.58,"Very Good","F","SI1",62.2,57,1440,5.32,5.36,3.32 +"43774",0.56,"Very Good","E","SI1",60.2,57,1440,5.36,5.4,3.24 +"43775",0.54,"Very Good","E","SI1",63.2,57,1440,5.15,5.2,3.27 +"43776",0.54,"Ideal","E","SI1",60.6,58,1440,5.27,5.29,3.2 +"43777",0.63,"Good","I","VS2",56.1,65,1440,5.73,5.78,3.23 +"43778",0.53,"Good","H","IF",61.2,65,1440,5.16,5.27,3.19 +"43779",0.37,"Fair","D","IF",61.2,57,1440,4.68,4.73,2.88 +"43780",0.4,"Ideal","D","VVS1",60.3,57,1441,4.81,4.78,2.89 +"43781",0.47,"Ideal","G","VVS1",61.3,56,1441,5.03,5.05,3.09 +"43782",0.62,"Ideal","F","SI2",61.3,55,1441,5.55,5.47,3.38 +"43783",0.57,"Ideal","G","SI1",62.1,55,1441,5.32,5.34,3.31 +"43784",0.57,"Ideal","G","SI1",62.3,54,1441,5.34,5.35,3.33 +"43785",0.57,"Ideal","G","SI1",62.2,55,1441,5.33,5.35,3.32 +"43786",0.46,"Ideal","G","IF",62.5,57,1441,4.89,4.94,3.07 +"43787",0.56,"Ideal","F","SI1",61.4,57,1441,5.3,5.28,3.25 +"43788",0.56,"Premium","G","SI1",58.8,59,1441,5.4,5.38,3.17 +"43789",0.56,"Ideal","G","SI1",62.5,56,1441,5.28,5.21,3.28 +"43790",0.56,"Premium","G","SI1",60.2,59,1441,5.36,5.34,3.22 +"43791",0.56,"Very Good","F","SI1",63.2,56,1441,5.29,5.24,3.33 +"43792",0.54,"Ideal","G","VS2",62.8,55,1441,5.23,5.17,3.27 +"43793",0.58,"Very Good","F","SI1",59.4,58,1442,5.45,5.5,3.25 +"43794",0.51,"Very Good","D","SI1",63,58,1442,5.05,5.07,3.19 +"43795",0.7,"Good","J","SI1",64.3,56,1442,5.62,5.57,3.6 +"43796",0.41,"Ideal","E","VVS1",61.9,58,1442,4.77,4.8,2.96 +"43797",0.6,"Ideal","H","VS2",62.1,55,1442,5.42,5.46,3.38 +"43798",0.51,"Ideal","H","VS2",60.8,57,1442,5.14,5.16,3.13 +"43799",0.51,"Ideal","F","VS2",62.5,55,1442,5.08,5.13,3.19 +"43800",0.59,"Ideal","I","VS1",62.2,57,1442,5.33,5.38,3.33 +"43801",0.58,"Ideal","G","SI1",61.4,55.8,1442,5.34,5.38,3.29 +"43802",0.58,"Ideal","F","SI1",59.9,56,1442,5.41,5.47,3.26 +"43803",0.58,"Ideal","D","SI2",61.2,57,1442,5.4,5.36,3.29 +"43804",0.58,"Ideal","D","SI2",62.7,56,1442,5.32,5.3,3.33 +"43805",0.51,"Ideal","G","VS2",62.8,55,1443,5.1,5.06,3.19 +"43806",0.51,"Very Good","G","VS2",63.4,55,1443,5.06,5.03,3.2 +"43807",0.51,"Ideal","G","VS2",62.2,54,1443,5.11,5.14,3.19 +"43808",0.51,"Premium","H","VS1",62.5,58,1443,5.12,5.09,3.19 +"43809",0.51,"Premium","G","VS2",61.3,59,1443,5.17,5.11,3.15 +"43810",0.51,"Ideal","G","VS2",62,56,1443,5.18,5.11,3.19 +"43811",0.51,"Premium","G","VS2",62.6,57,1443,5.15,5.1,3.21 +"43812",0.51,"Good","G","VS2",63.9,56,1443,5.1,5.07,3.25 +"43813",0.51,"Ideal","E","SI1",61.7,55,1443,5.17,5.13,3.18 +"43814",0.51,"Ideal","E","SI1",61.1,56,1443,5.2,5.17,3.17 +"43815",0.51,"Ideal","E","SI1",62.4,55,1443,5.14,5.09,3.19 +"43816",0.51,"Premium","E","SI1",61,58,1443,5.13,5.1,3.12 +"43817",0.51,"Premium","E","SI1",61.8,58,1443,5.15,5.11,3.17 +"43818",0.51,"Ideal","E","SI1",62,55,1443,5.14,5.12,3.18 +"43819",0.51,"Ideal","E","SI1",62.3,56,1443,5.15,5.12,3.2 +"43820",0.51,"Good","E","SI1",63.9,54,1443,5.09,5.05,3.24 +"43821",0.51,"Premium","E","SI1",62.8,61,1443,5.07,5.06,3.18 +"43822",0.51,"Ideal","E","SI1",62.5,56,1443,5.1,5.07,3.18 +"43823",0.51,"Very Good","E","SI1",63.5,54,1443,5.1,5.07,3.23 +"43824",0.51,"Good","E","SI1",63.9,56,1443,5.11,5.07,3.25 +"43825",0.51,"Very Good","E","SI1",63.2,61,1443,5.08,5.05,3.2 +"43826",0.51,"Premium","E","SI1",58.8,58,1443,5.28,5.23,3.09 +"43827",0.51,"Premium","E","SI1",60.3,56,1443,5.27,5.17,3.15 +"43828",0.51,"Very Good","G","VS2",63.5,57,1443,5.06,5.05,3.21 +"43829",0.51,"Good","F","VS2",63.1,59,1444,5.04,5.1,3.2 +"43830",0.41,"Ideal","E","VVS1",61.5,56,1444,4.81,4.82,2.96 +"43831",0.49,"Premium","D","SI1",61.3,57,1444,5.21,5.02,3.14 +"43832",0.59,"Very Good","I","VS2",61.2,57,1445,5.4,5.42,3.31 +"43833",0.59,"Very Good","I","VS2",60.3,59,1445,5.41,5.43,3.27 +"43834",0.59,"Ideal","H","SI1",61.1,57,1445,5.39,5.41,3.3 +"43835",0.55,"Premium","G","VS2",62.7,60,1445,5.27,5.19,3.28 +"43836",0.52,"Very Good","G","VS2",63.7,56,1446,5.08,5.13,3.25 +"43837",0.52,"Very Good","G","VS2",60.2,56,1446,5.23,5.27,3.16 +"43838",0.5,"Very Good","E","VS2",63.6,59,1446,4.99,5.04,3.19 +"43839",0.62,"Very Good","H","SI1",60.1,61,1446,5.55,5.59,3.35 +"43840",0.52,"Very Good","D","SI1",63.2,57,1446,5.11,5.15,3.24 +"43841",0.5,"Ideal","H","VS2",60.8,56,1446,5.17,5.19,3.14 +"43842",0.52,"Ideal","F","VS2",61.6,56,1446,5.14,5.18,3.18 +"43843",0.62,"Ideal","F","SI2",62,58,1446,5.44,5.49,3.39 +"43844",0.5,"Ideal","H","SI1",61.9,56,1446,5.08,5.13,3.16 +"43845",0.58,"Ideal","G","SI1",62.2,55,1446,5.33,5.37,3.33 +"43846",0.4,"Ideal","F","VVS1",61.7,57,1446,4.74,4.7,2.91 +"43847",0.5,"Fair","F","VS1",56.4,62,1446,5.31,5.22,2.97 +"43848",0.52,"Premium","G","VS2",60.9,58,1447,5.19,5.22,3.17 +"43849",0.5,"Good","F","VS2",62.8,61,1447,4.94,5,3.12 +"43850",0.5,"Good","F","VS2",61.3,61,1447,5.05,5.1,3.11 +"43851",0.47,"Good","E","VS1",58.3,61.2,1447,5.11,5.15,2.98 +"43852",0.5,"Good","D","SI1",60.5,57,1447,5.1,5.14,3.1 +"43853",0.5,"Very Good","I","VVS1",62.8,61,1448,4.98,5.05,3.15 +"43854",0.55,"Ideal","E","SI1",60.9,56,1448,5.28,5.32,3.23 +"43855",0.55,"Premium","G","VS2",59.6,59,1448,5.32,5.36,3.18 +"43856",0.55,"Ideal","G","VS2",62.4,56,1448,5.23,5.25,3.27 +"43857",0.57,"Ideal","I","VS1",62.2,55,1448,5.28,5.33,3.3 +"43858",0.55,"Ideal","F","SI1",60.2,56,1448,5.32,5.37,3.22 +"43859",0.71,"Very Good","F","I1",63.2,55,1448,5.64,5.57,3.54 +"43860",0.53,"Very Good","G","VS2",60.1,59,1449,5.22,5.26,3.15 +"43861",0.6,"Premium","D","SI2",62.3,59,1449,5.41,5.31,3.34 +"43862",0.5,"Ideal","G","VS2",62,56,1449,5.08,5.11,3.16 +"43863",0.5,"Ideal","G","VS2",62,57,1449,5.08,5.11,3.16 +"43864",0.5,"Ideal","G","VS2",62.5,57,1449,5.04,5.07,3.16 +"43865",0.5,"Ideal","G","VS2",60.9,58,1449,5.1,5.12,3.11 +"43866",0.5,"Ideal","G","VS2",61.7,54,1449,5.14,5.16,3.18 +"43867",0.5,"Ideal","G","VS2",62,56,1449,5.09,5.11,3.16 +"43868",0.5,"Ideal","H","VS1",60.5,57,1449,5.15,5.19,3.13 +"43869",0.53,"Ideal","H","VS1",62.3,54,1449,5.18,5.22,3.24 +"43870",0.55,"Very Good","F","SI1",63.3,58,1449,5.21,5.18,3.29 +"43871",0.53,"Very Good","G","VS2",62.5,56,1450,5.16,5.18,3.23 +"43872",0.46,"Ideal","H","IF",62.2,55,1450,4.94,4.99,3.09 +"43873",0.51,"Ideal","G","VS2",61.9,55,1450,5.07,5.1,3.15 +"43874",0.52,"Very Good","G","VS2",63.3,57,1450,5.11,5.09,3.23 +"43875",0.5,"Ideal","E","VS2",62.7,55,1451,5.08,5.12,3.2 +"43876",0.52,"Ideal","F","VS2",61.3,56,1451,5.14,5.2,3.17 +"43877",0.52,"Premium","F","VS2",60.2,59,1451,5.19,5.21,3.13 +"43878",0.5,"Very Good","E","VS2",62.1,62,1451,5.08,5.1,3.16 +"43879",0.46,"Very Good","E","VS1",58.7,60,1452,5.08,5.15,3 +"43880",0.52,"Very Good","D","SI1",63.8,56,1452,5.06,5.1,3.24 +"43881",0.59,"Very Good","F","SI1",62.4,59,1452,5.33,5.37,3.34 +"43882",0.54,"Ideal","I","VS1",62.3,57,1452,5.2,5.24,3.25 +"43883",0.58,"Very Good","E","SI1",59.6,57,1453,5.41,5.42,3.23 +"43884",0.46,"Ideal","G","VVS1",60.7,57,1453,4.98,5.03,3.04 +"43885",0.54,"Ideal","H","VS2",61.6,55,1453,5.23,5.25,3.23 +"43886",0.54,"Ideal","H","VS2",61.5,55,1453,5.25,5.28,3.24 +"43887",0.54,"Ideal","I","VS1",63.1,55,1453,5.18,5.22,3.27 +"43888",0.5,"Very Good","D","SI1",61.6,56,1454,5.09,5.11,3.14 +"43889",0.52,"Ideal","I","VVS1",60.1,56,1454,5.24,5.27,3.16 +"43890",0.54,"Ideal","H","VS1",61.2,55,1454,5.25,5.31,3.23 +"43891",0.34,"Ideal","H","SI1",61.1,56,508,4.52,4.55,2.77 +"43892",0.32,"Ideal","G","SI1",62.3,57,508,4.38,4.41,2.74 +"43893",0.3,"Ideal","D","SI1",61.8,56,508,4.31,4.33,2.67 +"43894",0.3,"Ideal","D","SI1",62.4,54,508,4.32,4.34,2.7 +"43895",0.33,"Ideal","J","VVS1",62.1,54,509,4.45,4.47,2.77 +"43896",0.35,"Ideal","I","VS2",61.1,57,509,4.55,4.58,2.79 +"43897",0.35,"Ideal","I","VS2",61.4,55,509,4.54,4.58,2.8 +"43898",0.27,"Premium","G","VS2",62.4,59,509,4.13,4.11,2.57 +"43899",0.27,"Ideal","H","VS2",60.5,57,509,4.19,4.17,2.53 +"43900",0.38,"Ideal","H","SI2",61.3,54,510,4.68,4.7,2.87 +"43901",0.29,"Ideal","H","VVS2",61.7,56,511,4.29,4.33,2.66 +"43902",0.23,"Ideal","F","VVS2",62.5,55,511,3.94,3.96,2.47 +"43903",0.31,"Ideal","I","VVS1",62.1,54,511,4.34,4.39,2.71 +"43904",0.31,"Ideal","G","VS2",62.1,54,511,4.34,4.36,2.7 +"43905",0.33,"Ideal","H","SI1",61,55,511,4.45,4.49,2.73 +"43906",0.33,"Ideal","H","SI1",60.9,56,511,4.5,4.53,2.75 +"43907",0.39,"Very Good","E","I1",62.8,57,511,4.61,4.66,2.91 +"43908",0.25,"Very Good","D","VVS2",64.2,55,512,3.98,4,2.56 +"43909",0.25,"Very Good","D","VVS2",63,56,512,3.98,4.02,2.52 +"43910",0.23,"Ideal","H","VS2",62.3,53,512,3.96,3.99,2.48 +"43911",0.25,"Good","E","IF",65.6,54,512,3.91,3.95,2.58 +"43912",0.35,"Premium","I","SI2",60.9,58,512,4.56,4.53,2.77 +"43913",0.3,"Good","H","VS1",63.2,59,512,4.31,4.27,2.71 +"43914",0.31,"Good","F","SI1",63.2,56,512,4.27,4.31,2.71 +"43915",0.31,"Ideal","H","VS2",62.1,55,513,4.34,4.36,2.7 +"43916",0.31,"Ideal","H","VS2",61.5,55.2,513,4.36,4.39,2.7 +"43917",0.36,"Ideal","J","VS1",61.7,53.7,513,4.58,4.62,2.84 +"43918",0.31,"Ideal","I","VS1",61.4,55.2,513,4.32,4.35,2.66 +"43919",0.31,"Ideal","I","VS1",61.3,55.6,513,4.37,4.4,2.69 +"43920",0.23,"Premium","E","VS2",62.4,60,513,3.92,3.9,2.44 +"43921",0.23,"Premium","E","VS1",61.8,60,513,3.95,3.91,2.43 +"43922",0.38,"Premium","J","SI1",61.3,59,513,4.62,4.68,2.85 +"43923",0.28,"Very Good","D","VS1",62.4,56,514,4.15,4.18,2.6 +"43924",0.28,"Ideal","H","VVS2",61.6,56,514,4.22,4.26,2.61 +"43925",0.28,"Ideal","H","VVS2",61.2,55,514,4.18,4.22,2.57 +"43926",0.26,"Ideal","G","VVS2",62.7,53,514,4.09,4.11,2.57 +"43927",0.3,"Ideal","H","SI1",61.9,54,514,4.31,4.34,2.68 +"43928",0.3,"Ideal","H","SI1",62.2,53,514,4.29,4.32,2.68 +"43929",0.3,"Ideal","I","VVS2",62.1,56,515,4.29,4.31,2.67 +"43930",0.3,"Ideal","I","VVS2",62.6,56,515,4.26,4.3,2.68 +"43931",0.3,"Ideal","I","VVS2",62.2,56,515,4.27,4.31,2.67 +"43932",0.3,"Ideal","I","VVS2",62.2,55,515,4.3,4.32,2.68 +"43933",0.3,"Ideal","I","VVS2",62,56,515,4.29,4.32,2.67 +"43934",0.31,"Ideal","H","VS2",61.2,59,515,4.36,4.4,2.68 +"43935",0.31,"Ideal","F","SI1",62,55.2,515,4.32,4.35,2.69 +"43936",0.3,"Good","G","VS2",58.5,64,515,4.42,4.37,2.57 +"43937",0.3,"Premium","D","SI1",62.1,59,515,4.29,4.31,2.67 +"43938",0.3,"Very Good","D","SI1",58.8,57,515,4.4,4.44,2.6 +"43939",0.3,"Good","D","SI1",63.4,54,515,4.27,4.31,2.72 +"43940",0.3,"Good","D","SI1",63.1,56,515,4.24,4.28,2.69 +"43941",0.3,"Good","D","SI1",63.4,55,515,4.22,4.26,2.69 +"43942",0.32,"Ideal","H","VS1",61.8,53,516,4.41,4.43,2.73 +"43943",0.4,"Ideal","H","SI2",61.6,56,516,4.73,4.75,2.92 +"43944",0.34,"Ideal","H","SI1",61.3,56,516,4.48,4.52,2.76 +"43945",0.31,"Ideal","E","SI1",61.9,53,516,4.36,4.4,2.71 +"43946",0.32,"Ideal","E","SI1",61.6,54,516,4.42,4.45,2.73 +"43947",0.32,"Ideal","E","SI1",62.2,54,516,4.38,4.4,2.73 +"43948",0.31,"Ideal","E","SI1",62.1,55,516,4.33,4.36,2.7 +"43949",0.31,"Ideal","E","SI1",61.6,54,516,4.39,4.41,2.71 +"43950",0.31,"Ideal","E","SI1",61.1,55,516,4.36,4.41,2.68 +"43951",0.31,"Premium","F","SI1",62.7,58,516,4.31,4.33,2.71 +"43952",0.31,"Very Good","F","SI1",62.9,57,516,4.31,4.34,2.72 +"43953",0.31,"Good","F","SI1",63.5,56,516,4.3,4.33,2.74 +"43954",0.31,"Very Good","F","SI1",60.6,60,516,4.34,4.37,2.64 +"43955",0.31,"Very Good","F","SI1",60.7,58,516,4.35,4.38,2.65 +"43956",0.31,"Good","F","SI1",63.1,57,516,4.28,4.31,2.71 +"43957",0.31,"Ideal","F","SI1",60.5,57,516,4.4,4.43,2.67 +"43958",0.31,"Good","F","SI1",63.1,55,516,4.28,4.34,2.72 +"43959",0.31,"Premium","F","SI1",60.5,60,516,4.37,4.39,2.65 +"43960",0.31,"Ideal","F","SI1",62.3,56,516,4.32,4.35,2.7 +"43961",0.34,"Ideal","H","VS2",61.8,55,517,4.49,4.51,2.78 +"43962",0.34,"Ideal","H","VS2",61.2,55,517,4.49,4.53,2.76 +"43963",0.35,"Ideal","G","SI2",61.2,56,517,4.56,4.59,2.8 +"43964",0.26,"Good","F","VVS2",60.4,61,517,4.13,4.18,2.51 +"43965",0.32,"Premium","H","SI2",61.8,55,517,4.42,4.35,2.71 +"43966",0.32,"Good","H","SI2",63.8,56,517,4.38,4.36,2.79 +"43967",0.32,"Very Good","H","SI2",63.1,56,517,4.37,4.34,2.75 +"43968",0.34,"Ideal","G","VS2",62.4,57,517,4.46,4.48,2.79 +"43969",0.23,"Very Good","E","VVS1",62.9,59,518,3.9,3.95,2.47 +"43970",0.27,"Very Good","F","VS2",61.8,57,518,4.14,4.18,2.57 +"43971",0.27,"Very Good","F","VS1",62.5,56,518,4.14,4.18,2.6 +"43972",0.27,"Very Good","F","VS1",60.5,57,518,4.21,4.23,2.55 +"43973",0.27,"Very Good","E","VS1",61.8,55,518,4.18,4.21,2.59 +"43974",0.31,"Ideal","H","VS2",61.5,54,518,4.35,4.4,2.69 +"43975",0.3,"Ideal","I","VS1",62.2,56,518,4.27,4.31,2.67 +"43976",0.3,"Ideal","I","VS1",62.6,54,518,4.24,4.29,2.67 +"43977",0.37,"Ideal","G","SI2",61.3,55,518,4.64,4.66,2.85 +"43978",0.29,"Premium","F","SI1",62.4,58,518,4.26,4.24,2.65 +"43979",0.36,"Premium","E","SI2",61.5,61,518,4.63,4.57,2.83 +"43980",0.36,"Very Good","H","SI1",59.3,60,518,4.62,4.65,2.75 +"43981",0.32,"Very Good","H","SI2",60.4,59,393,4.39,4.42,2.66 +"43982",0.32,"Ideal","J","VS2",62.1,54,393,4.38,4.44,2.74 +"43983",0.32,"Very Good","J","VS2",62.9,56,393,4.37,4.4,2.76 +"43984",0.28,"Very Good","H","VS2",59.7,60,394,4.25,4.29,2.55 +"43985",0.26,"Ideal","G","SI1",62.2,54,394,4.11,4.12,2.56 +"43986",0.26,"Ideal","G","SI1",62,55,394,4.08,4.11,2.54 +"43987",0.26,"Ideal","G","SI1",62,54,394,4.08,4.11,2.54 +"43988",0.28,"Good","G","VS2",61.8,61,394,4.2,4.21,2.6 +"43989",0.31,"Premium","F","I1",62.9,59,394,4.33,4.29,2.71 +"43990",0.21,"Premium","E","SI2",61.9,56,394,3.84,3.82,2.37 +"43991",0.3,"Very Good","J","VS1",62.7,59,394,4.24,4.28,2.67 +"43992",0.3,"Premium","J","VS1",62.6,58,394,4.28,4.31,2.69 +"43993",0.3,"Very Good","F","SI2",62.3,58,394,4.28,4.32,2.68 +"43994",0.3,"Very Good","F","SI2",62.2,58,394,4.22,4.33,2.66 +"43995",0.3,"Ideal","I","SI1",61.3,56,394,4.32,4.33,2.65 +"43996",0.3,"Good","J","VS1",63.4,57,394,4.23,4.26,2.69 +"43997",0.3,"Ideal","I","SI1",62.3,56,394,4.32,4.35,2.7 +"43998",0.3,"Good","F","SI2",63.3,55,394,4.29,4.33,2.73 +"43999",0.3,"Premium","I","SI1",60.9,59,394,4.34,4.36,2.65 +"44000",0.3,"Ideal","J","VS1",59.7,57,394,4.37,4.4,2.62 +"44001",0.3,"Good","G","SI2",63.7,54,394,4.23,4.25,2.7 +"44002",0.3,"Good","G","SI2",63.3,57,394,4.25,4.28,2.7 +"44003",0.3,"Good","I","SI1",63.5,57,394,4.24,4.26,2.7 +"44004",0.3,"Good","I","SI1",63.8,57,394,4.19,4.27,2.7 +"44005",0.3,"Premium","J","VS1",62.6,60,394,4.22,4.28,2.66 +"44006",0.3,"Good","J","VS1",63.4,55,394,4.25,4.3,2.71 +"44007",0.3,"Very Good","I","SI1",61.6,62,394,4.27,4.3,2.64 +"44008",0.3,"Very Good","G","SI2",58.1,61,394,4.41,4.47,2.58 +"44009",0.3,"Very Good","F","SI2",61.7,62,394,4.25,4.27,2.63 +"44010",0.3,"Premium","F","SI2",61.3,58,394,4.28,4.33,2.64 +"44011",0.51,"Premium","G","VS2",61.2,60,1546,5.17,5.12,3.15 +"44012",0.51,"Ideal","G","VS2",62.9,54,1546,5.12,5.08,3.21 +"44013",0.51,"Premium","G","VS2",62.4,57,1546,5.11,5.09,3.18 +"44014",0.51,"Premium","G","VS2",62.7,58,1546,5.12,5.09,3.2 +"44015",0.51,"Premium","G","VS2",62.2,57,1546,5.15,5.1,3.19 +"44016",0.51,"Ideal","G","VS2",62.7,57,1546,5.12,5.05,3.19 +"44017",0.51,"Premium","G","VS2",62.9,58,1546,5.11,5.06,3.2 +"44018",0.51,"Premium","G","VS2",62.3,59,1546,5.1,5.07,3.17 +"44019",0.51,"Ideal","E","SI1",59.6,57,1546,5.24,5.2,3.11 +"44020",0.51,"Premium","E","SI1",61.3,54,1546,5.18,5.13,3.16 +"44021",0.51,"Ideal","E","SI1",61.5,55,1546,5.18,5.16,3.18 +"44022",0.51,"Premium","E","SI1",60.8,57,1546,5.24,5.19,3.17 +"44023",0.51,"Ideal","E","SI1",62.8,56,1546,5.15,5.07,3.21 +"44024",0.51,"Ideal","E","SI1",62.2,57,1546,5.12,5.08,3.17 +"44025",0.51,"Ideal","E","SI1",62.1,55,1546,5.15,5.09,3.18 +"44026",0.51,"Ideal","E","SI1",61.3,55,1546,5.17,5.11,3.15 +"44027",0.51,"Premium","E","SI1",62.5,57,1546,5.09,5.06,3.17 +"44028",0.51,"Ideal","E","SI1",62.7,55,1546,5.1,5.07,3.19 +"44029",0.51,"Ideal","E","SI1",62.8,55,1546,5.12,5.07,3.2 +"44030",0.51,"Premium","E","SI1",62.3,58,1546,5.12,5.05,3.17 +"44031",0.51,"Premium","G","VS2",62.4,58,1546,5.12,5.11,3.19 +"44032",0.5,"Very Good","E","VS2",61.8,57,1547,5.05,5.11,3.14 +"44033",0.72,"Good","J","SI1",60.1,64,1547,5.75,5.83,3.48 +"44034",0.42,"Ideal","D","VVS1",61.8,55,1547,4.83,4.85,2.99 +"44035",0.42,"Ideal","D","VVS1",61.6,56,1547,4.79,4.82,2.96 +"44036",0.42,"Very Good","D","VVS1",62.8,56,1547,4.76,4.8,3 +"44037",0.42,"Ideal","D","VVS1",61.8,56,1547,4.79,4.82,2.97 +"44038",0.61,"Premium","F","SI1",62.4,59,1547,5.37,5.33,3.34 +"44039",0.52,"Ideal","D","SI1",61.1,57,1547,5.19,5.25,3.19 +"44040",0.97,"Fair","G","I1",57.2,60,1547,6.59,6.36,3.72 +"44041",0.53,"Very Good","H","VVS2",61.3,61,1548,5.15,5.2,3.17 +"44042",0.55,"Very Good","H","VS2",62,55.2,1548,5.28,5.31,3.28 +"44043",0.51,"Ideal","D","SI1",62.4,57,1548,5.11,5.15,3.2 +"44044",0.61,"Very Good","G","SI1",59.7,63,1548,5.5,5.43,3.26 +"44045",0.45,"Ideal","G","IF",61.7,55,1548,4.93,4.96,3.05 +"44046",0.45,"Good","F","VVS1",63.8,58,1548,4.85,4.78,3.07 +"44047",0.45,"Premium","D","VVS2",59.8,59,1548,5.01,4.85,2.96 +"44048",0.51,"Very Good","E","VS2",64.1,57,1549,5.02,5.06,3.23 +"44049",0.51,"Very Good","E","VS2",60,57,1549,5.15,5.19,3.1 +"44050",0.51,"Good","D","VS2",63.7,57,1549,5,5.05,3.2 +"44051",0.52,"Ideal","G","VS2",61.9,55,1549,5.15,5.18,3.2 +"44052",0.52,"Ideal","E","VS2",62.3,53,1549,5.17,5.2,3.23 +"44053",0.53,"Ideal","G","SI1",61.1,55,1549,5.24,5.26,3.21 +"44054",0.55,"Ideal","J","VS1",62.3,56,1550,5.26,5.24,3.27 +"44055",0.52,"Very Good","F","VS2",61.9,59,1550,5.11,5.14,3.17 +"44056",0.52,"Very Good","F","VS2",63.9,57,1550,5.08,5.12,3.26 +"44057",0.5,"Very Good","F","VS1",59.9,61,1550,5.13,5.16,3.08 +"44058",0.5,"Very Good","F","VS1",62.9,58,1550,5.05,5.09,3.19 +"44059",0.67,"Ideal","H","SI1",62.1,54,1550,5.61,5.66,3.5 +"44060",0.59,"Premium","E","SI1",58.7,57,1550,5.53,5.47,3.23 +"44061",0.55,"Very Good","E","SI1",61,61,1551,5.25,5.3,3.22 +"44062",0.55,"Ideal","E","SI1",61.7,57,1551,5.23,5.27,3.24 +"44063",0.55,"Ideal","E","SI1",61.4,55,1551,5.26,5.29,3.24 +"44064",0.55,"Ideal","E","SI1",62.3,56,1551,5.23,5.26,3.27 +"44065",0.54,"Premium","D","SI1",60,58,1551,5.26,5.3,3.17 +"44066",0.54,"Good","D","SI1",63.2,55,1551,5.17,5.21,3.28 +"44067",0.54,"Very Good","F","VS2",58.2,60,1551,5.34,5.39,3.12 +"44068",0.55,"Very Good","G","VS2",62.3,56,1551,5.24,5.29,3.28 +"44069",0.55,"Ideal","E","SI1",61.7,56,1551,5.24,5.29,3.25 +"44070",0.55,"Ideal","E","SI1",60.6,56,1551,5.3,5.33,3.22 +"44071",0.55,"Ideal","E","SI1",60.7,57,1551,5.27,5.3,3.21 +"44072",0.55,"Ideal","E","SI1",62.1,55,1551,5.21,5.26,3.25 +"44073",0.55,"Premium","E","SI1",61.2,59,1551,5.25,5.28,3.22 +"44074",0.59,"Very Good","H","VS2",61.8,56,1552,5.37,5.41,3.33 +"44075",0.56,"Premium","E","VS2",61.1,59,1552,5.27,5.34,3.24 +"44076",0.62,"Premium","G","SI1",62.6,60,1552,5.42,5.38,3.38 +"44077",0.53,"Ideal","I","VS1",61.8,55,1552,5.19,5.23,3.22 +"44078",0.51,"Very Good","F","VS2",63.1,59,1552,5.1,5.04,3.2 +"44079",0.5,"Very Good","D","VS2",63.7,56,1553,4.95,5.03,3.18 +"44080",0.51,"Ideal","D","SI1",62,55,1553,5.11,5.15,3.18 +"44081",0.51,"Very Good","E","VS2",61.2,60,1554,5.11,5.18,3.15 +"44082",0.5,"Very Good","E","VS1",61.6,59,1554,5.06,5.14,3.14 +"44083",0.6,"Very Good","F","SI1",62.4,56,1554,5.37,5.4,3.36 +"44084",0.6,"Very Good","F","SI1",60,61,1554,5.48,5.52,3.3 +"44085",0.6,"Very Good","G","SI1",61.1,57,1554,5.36,5.47,3.31 +"44086",0.52,"Good","E","VS2",63.3,56,1554,5.08,5.12,3.23 +"44087",0.52,"Very Good","G","VS1",59.1,60,1554,5.24,5.19,3.08 +"44088",0.5,"Ideal","E","VS2",62.1,55,1554,5.11,5.13,3.18 +"44089",0.5,"Ideal","E","VS2",61.5,55,1554,5.11,5.16,3.16 +"44090",0.5,"Ideal","E","VS2",61.6,56,1554,5.1,5.13,3.15 +"44091",0.57,"Ideal","H","VS1",61.7,54,1554,5.33,5.36,3.3 +"44092",0.57,"Ideal","H","VS1",61.3,56,1554,5.36,5.38,3.29 +"44093",0.51,"Good","E","VS2",59.2,62,1554,5.22,5.29,3.11 +"44094",0.59,"Very Good","G","SI1",59.3,58,1555,5.45,5.51,3.25 +"44095",0.52,"Very Good","D","VS2",60.9,58,1555,5.22,5.16,3.16 +"44096",0.5,"Ideal","E","SI1",61.2,56,1555,5.12,5.15,3.14 +"44097",0.52,"Ideal","E","SI1",61.6,55,1555,5.16,5.19,3.19 +"44098",0.54,"Premium","E","VS2",59.6,59,1555,5.32,5.26,3.16 +"44099",0.54,"Premium","F","SI1",60.4,58,1555,5.29,5.2,3.17 +"44100",0.59,"Very Good","G","VS2",62.8,56,1556,5.3,5.34,3.34 +"44101",0.7,"Good","I","SI2",63.2,60,1556,5.55,5.62,3.53 +"44102",0.55,"Premium","G","VS2",60.3,62,1556,5.33,5.29,3.2 +"44103",0.55,"Ideal","E","SI1",60.9,56,1556,5.32,5.28,3.23 +"44104",0.5,"Premium","I","VVS1",62.8,61,1556,5.05,4.98,3.15 +"44105",0.55,"Ideal","G","VS2",62.4,56,1556,5.25,5.23,3.27 +"44106",0.55,"Premium","G","VS2",59.6,59,1556,5.36,5.32,3.18 +"44107",0.6,"Very Good","H","VS2",60.8,60,1557,5.39,5.44,3.29 +"44108",0.51,"Ideal","G","VS2",60.7,56,1557,5.18,5.23,3.16 +"44109",0.51,"Ideal","G","VS2",61.3,55,1557,5.16,5.19,3.17 +"44110",0.51,"Ideal","G","VS2",61.8,55,1557,5.15,5.18,3.19 +"44111",0.5,"Very Good","F","VS1",61.9,62,1558,5.02,5.06,3.12 +"44112",0.57,"Ideal","H","VS2",61.6,55,1558,5.34,5.36,3.29 +"44113",0.58,"Ideal","G","VS2",61.2,55,1558,5.4,5.45,3.32 +"44114",0.46,"Ideal","G","IF",61.6,54,1558,4.97,5,3.07 +"44115",0.53,"Premium","F","VS1",61.5,61,1558,5.17,5.11,3.16 +"44116",0.5,"Ideal","E","VS2",62.7,55,1559,5.12,5.08,3.2 +"44117",0.54,"Very Good","E","SI1",59.6,62,1559,5.31,5.36,3.18 +"44118",0.55,"Very Good","E","SI1",59.7,60,1559,5.31,5.41,3.2 +"44119",0.5,"Very Good","E","VS2",62.9,55,1559,5.07,5.11,3.2 +"44120",0.5,"Premium","E","VS2",62.7,59,1559,5.02,5.06,3.16 +"44121",0.5,"Very Good","E","VS2",62.9,60,1559,5.07,5.1,3.2 +"44122",0.5,"Ideal","E","VS2",62.3,57,1559,5.04,5.08,3.15 +"44123",0.5,"Very Good","E","VS2",62.8,60,1559,5.02,5.08,3.17 +"44124",0.5,"Premium","E","VS2",62,58,1559,5.07,5.09,3.15 +"44125",0.5,"Premium","G","VS1",60,59,1559,5.12,5.18,3.09 +"44126",0.5,"Premium","E","VS2",62.6,58,1559,5.07,5.12,3.19 +"44127",0.5,"Ideal","E","VS2",62,56,1559,5.06,5.1,3.15 +"44128",0.5,"Premium","E","VS2",62.1,62,1559,5.1,5.08,3.16 +"44129",0.51,"Very Good","G","VS1",63.3,56,1560,5.05,5.08,3.21 +"44130",0.54,"Ideal","H","VS1",61,56,1560,5.25,5.27,3.21 +"44131",0.66,"Ideal","E","SI2",61.9,55,1560,5.61,5.64,3.48 +"44132",0.46,"Ideal","G","IF",60.9,57,1560,4.98,5.01,3.04 +"44133",0.53,"Very Good","H","VS1",63.3,56,1561,5.13,5.17,3.26 +"44134",0.59,"Very Good","H","VS1",62.4,58,1561,5.39,5.42,3.37 +"44135",0.5,"Very Good","E","VS2",60.2,60,1561,5.13,5.17,3.1 +"44136",0.53,"Good","E","VS2",63.5,59,1561,5.13,5.17,3.27 +"44137",0.59,"Ideal","E","SI1",62.2,55,1561,5.39,5.42,3.36 +"44138",0.57,"Good","D","SI1",59.3,61,1561,5.34,5.38,3.18 +"44139",0.59,"Premium","F","SI1",62.4,59,1561,5.37,5.33,3.34 +"44140",0.59,"Ideal","F","SI1",62,57,1561,5.41,5.34,3.33 +"44141",0.51,"Ideal","F","VS2",61.3,56,1562,5.14,5.11,3.14 +"44142",0.51,"Ideal","F","VS2",62.7,57,1562,5.11,5.06,3.19 +"44143",0.6,"Ideal","F","SI2",61.7,56,1562,5.41,5.38,3.33 +"44144",0.51,"Ideal","F","VS2",61.3,56,1562,5.17,5.14,3.16 +"44145",0.51,"Very Good","D","SI1",63.2,55,1562,5.12,5.07,3.22 +"44146",0.5,"Premium","E","SI1",61,61,1562,5.11,5.09,3.11 +"44147",0.55,"Very Good","G","VS2",61.6,56,1563,5.26,5.3,3.25 +"44148",0.54,"Very Good","G","VS1",64,59.5,1563,5.12,5.17,3.3 +"44149",0.51,"Ideal","H","VS2",61.7,56,1563,5.13,5.18,3.18 +"44150",0.54,"Ideal","F","VS2",62,55,1563,5.25,5.32,3.28 +"44151",0.62,"Ideal","G","SI1",61.6,56,1563,5.46,5.55,3.39 +"44152",0.5,"Ideal","D","SI1",60.9,57,1563,5.11,5.13,3.12 +"44153",0.54,"Good","F","VS2",60.6,61,1563,5.22,5.3,3.19 +"44154",0.55,"Good","F","VS2",62.8,63,1563,5.13,5.19,3.24 +"44155",0.58,"Good","D","SI2",56.7,60,1563,5.59,5.53,3.15 +"44156",0.54,"Ideal","I","VVS1",62.7,57,1564,5.14,5.22,3.25 +"44157",0.53,"Ideal","E","SI1",61.4,56,1564,5.2,5.26,3.21 +"44158",0.7,"Fair","F","SI2",66.4,56,1564,5.51,5.42,3.63 +"44159",0.6,"Very Good","I","VVS2",63.7,57.4,1565,5.36,5.41,3.42 +"44160",0.57,"Very Good","G","VS2",60.7,58,1565,5.31,5.37,3.24 +"44161",0.6,"Very Good","G","SI1",63.1,57,1565,5.32,5.41,3.39 +"44162",0.6,"Very Good","G","SI1",63.5,59.9,1565,5.28,5.3,3.36 +"44163",0.5,"Very Good","D","VS2",61.1,58,1565,5.09,5.18,3.14 +"44164",0.5,"Ideal","F","VS2",61.1,58,1565,5.1,5.13,3.13 +"44165",0.63,"Ideal","J","SI1",61.8,56,1565,5.47,5.52,3.39 +"44166",0.5,"Good","F","VS2",60.9,60.4,1565,5.13,5.2,3.14 +"44167",0.5,"Good","G","VS1",61.9,61.5,1565,5.03,5.04,3.12 +"44168",0.6,"Good","G","SI1",61.3,61.2,1565,5.4,5.45,3.33 +"44169",0.47,"Very Good","E","VS1",61.8,58,1566,4.97,5.03,3.09 +"44170",0.53,"Ideal","F","VS2",62.3,55,1566,5.17,5.2,3.23 +"44171",0.53,"Ideal","D","SI1",62.3,56,1566,5.15,5.18,3.22 +"44172",0.53,"Ideal","D","SI1",62,57,1566,5.19,5.23,3.23 +"44173",0.53,"Premium","D","SI1",61.4,58,1566,5.19,5.23,3.2 +"44174",0.55,"Ideal","E","SI1",60.8,56,1566,5.31,5.34,3.24 +"44175",0.58,"Very Good","E","VS2",61.1,63,1566,5.41,5.33,3.28 +"44176",0.54,"Ideal","E","VS2",61.8,55,1567,5.22,5.26,3.24 +"44177",0.57,"Ideal","F","VS2",61.6,56,1567,5.34,5.37,3.3 +"44178",0.54,"Ideal","G","VS1",61.4,57,1567,5.2,5.23,3.2 +"44179",0.51,"Premium","E","VS2",61.5,60,1567,5.12,5.09,3.14 +"44180",0.51,"Premium","E","VS2",61.6,58,1567,5.18,5.15,3.18 +"44181",0.71,"Premium","H","SI2",61.7,59,1567,5.76,5.72,3.54 +"44182",0.5,"Very Good","E","VS2",62.4,57,1568,5.01,5.03,3.13 +"44183",0.56,"Ideal","D","SI2",60,58,1568,5.42,5.38,3.24 +"44184",0.5,"Very Good","H","VVS2",62.9,56,1569,5.03,5.08,3.18 +"44185",0.5,"Very Good","D","VS2",63.3,56,1569,5,5.05,3.18 +"44186",0.5,"Very Good","G","VS1",62.9,58,1569,5.06,5.08,3.19 +"44187",0.51,"Premium","D","SI1",60.1,60,1569,5.15,5.17,3.1 +"44188",0.51,"Ideal","F","VS2",60.6,56,1569,5.17,5.19,3.14 +"44189",0.51,"Very Good","D","SI1",60.9,59,1569,5.13,5.19,3.14 +"44190",0.51,"Very Good","D","SI1",61,60,1569,5.15,5.18,3.15 +"44191",0.51,"Ideal","D","SI1",61.6,56,1569,5.1,5.12,3.15 +"44192",0.51,"Premium","D","SI1",60.3,59,1569,5.2,5.22,3.14 +"44193",0.51,"Very Good","D","SI1",62.3,57,1569,5.08,5.13,3.18 +"44194",0.51,"Premium","F","VS2",62.1,58,1569,5.09,5.12,3.17 +"44195",0.51,"Premium","D","SI1",60.1,60,1569,5.14,5.18,3.1 +"44196",0.51,"Very Good","F","VS2",62.9,55,1569,5.08,5.12,3.21 +"44197",0.51,"Ideal","D","SI1",61.8,55,1569,5.14,5.18,3.19 +"44198",0.51,"Ideal","D","SI1",61.7,55,1569,5.11,5.16,3.17 +"44199",0.51,"Ideal","D","SI1",62.4,57,1569,5.09,5.13,3.19 +"44200",0.51,"Premium","D","SI1",61.6,58,1569,5.12,5.14,3.16 +"44201",0.51,"Very Good","D","SI1",62.8,56,1569,5.07,5.09,3.19 +"44202",0.51,"Very Good","F","VS2",62.9,57,1569,5.09,5.11,3.21 +"44203",0.51,"Ideal","F","VS2",61.4,56,1569,5.13,5.16,3.16 +"44204",0.51,"Good","F","VS2",63.2,56.5,1569,5.05,5.08,3.2 +"44205",0.51,"Very Good","F","VS2",61,58,1569,5.1,5.17,3.13 +"44206",0.61,"Ideal","J","VS1",61.1,56,1569,5.44,5.49,3.33 +"44207",0.5,"Ideal","G","VS1",62,54,1569,5.11,5.15,3.18 +"44208",0.5,"Ideal","G","VS1",62.6,57,1569,5.05,5.08,3.17 +"44209",0.58,"Ideal","F","SI1",60.9,55,1569,5.39,5.41,3.29 +"44210",0.51,"Ideal","D","SI1",61.9,54,1569,5.14,5.2,3.19 +"44211",0.4,"Ideal","G","IF",61.9,56,1570,4.7,4.76,2.93 +"44212",0.91,"Fair","F","I1",67,62,1570,5.97,5.89,3.98 +"44213",0.52,"Very Good","E","VS2",62.8,58,1571,5.11,5.14,3.22 +"44214",0.42,"Ideal","G","VVS2",61.7,56,1571,4.84,4.88,3 +"44215",0.52,"Ideal","E","VS2",62.2,55,1571,5.16,5.22,3.23 +"44216",0.56,"Ideal","H","SI2",60.7,56,1571,5.34,5.37,3.25 +"44217",0.55,"Ideal","D","SI1",62.1,56,1571,5.21,5.25,3.25 +"44218",0.57,"Premium","F","SI1",61.8,57,1571,5.34,5.31,3.29 +"44219",0.57,"Premium","F","SI1",60.7,58,1571,5.36,5.32,3.24 +"44220",0.57,"Ideal","F","SI1",61.6,57,1571,5.37,5.34,3.3 +"44221",0.57,"Premium","F","SI1",59.5,58,1571,5.43,5.36,3.21 +"44222",0.57,"Premium","F","SI1",62.7,59,1571,5.3,5.26,3.31 +"44223",0.57,"Ideal","F","SI1",61.4,57,1571,5.35,5.3,3.27 +"44224",0.5,"Ideal","D","VS1",63,57,1571,5.06,5,3.17 +"44225",0.57,"Premium","G","VS2",61.1,59,1571,5.39,5.32,3.27 +"44226",0.54,"Ideal","E","SI1",61.7,56,1571,5.27,5.24,3.24 +"44227",0.46,"Very Good","H","VVS1",62,56,1572,4.96,4.98,3.07 +"44228",0.61,"Very Good","I","VS2",62.4,57,1572,5.4,5.43,3.38 +"44229",0.52,"Very Good","H","VS1",63.5,58,1572,5.08,5.13,3.24 +"44230",0.59,"Premium","H","VS2",60.7,56,1572,5.46,5.41,3.3 +"44231",0.59,"Ideal","D","SI2",60.2,57,1572,5.47,5.42,3.28 +"44232",0.59,"Premium","D","SI2",61.2,60,1572,5.42,5.37,3.3 +"44233",0.59,"Ideal","D","SI2",62.3,55,1572,5.41,5.38,3.36 +"44234",0.54,"Ideal","F","VS2",61.3,57,1572,5.28,5.25,3.23 +"44235",0.62,"Premium","G","SI1",59.9,58,1572,5.56,5.49,3.31 +"44236",0.59,"Good","F","VS2",63.5,55,1573,5.31,5.36,3.39 +"44237",0.57,"Ideal","H","VS2",60.2,59,1573,5.35,5.38,3.23 +"44238",0.51,"Ideal","H","VS1",61.8,57,1573,5.11,5.14,3.16 +"44239",0.52,"Ideal","H","VS2",61.8,56,1573,5.19,5.16,3.2 +"44240",0.48,"Ideal","G","VVS2",62,57,1574,5.01,5.04,3.11 +"44241",0.51,"Premium","D","SI1",62.7,59,1574,5.08,5.06,3.18 +"44242",0.51,"Premium","F","VS2",62.4,58,1574,5.13,5.1,3.19 +"44243",0.51,"Very Good","F","VS2",63.1,57,1574,5.1,5.08,3.21 +"44244",0.51,"Very Good","F","VS2",63.1,58,1574,5.11,5.09,3.22 +"44245",0.51,"Very Good","F","VS2",63.2,56,1574,5.1,5.06,3.21 +"44246",0.51,"Premium","F","VS2",62.3,60,1574,5.1,5.07,3.17 +"44247",0.51,"Very Good","F","VS2",63.5,56,1574,5.09,5.05,3.22 +"44248",0.51,"Premium","F","VS2",63,55,1574,5.1,5.06,3.2 +"44249",0.51,"Good","F","VS2",63.7,56,1574,5.05,5.03,3.21 +"44250",0.51,"Ideal","D","SI1",62.9,57,1574,5.12,5.09,3.21 +"44251",0.51,"Ideal","D","SI1",61.8,55,1574,5.15,5.11,3.17 +"44252",0.51,"Premium","D","SI1",62.3,61,1574,5.11,5.07,3.17 +"44253",0.51,"Very Good","D","SI1",63.5,55,1574,5.09,5.08,3.23 +"44254",0.51,"Good","D","SI1",63.6,57,1574,5.08,5.05,3.22 +"44255",0.51,"Premium","D","SI1",63,59,1574,5.11,5.05,3.2 +"44256",0.51,"Very Good","D","SI1",63.5,56,1574,5.08,5.06,3.22 +"44257",0.51,"Premium","F","VS2",60.1,59,1574,5.2,5.18,3.12 +"44258",0.51,"Ideal","H","VVS2",61,57,1574,5.22,5.18,3.17 +"44259",0.54,"Ideal","G","SI1",59.6,59,1574,5.34,5.3,3.17 +"44260",0.51,"Premium","D","SI1",59.9,61,1574,5.18,5.14,3.09 +"44261",0.51,"Ideal","I","VVS2",60.6,56,1575,5.18,5.22,3.15 +"44262",0.5,"Ideal","E","VS2",61.6,57,1575,5.09,5.13,3.15 +"44263",0.52,"Ideal","H","VS1",62,55.4,1575,5.16,5.21,3.21 +"44264",0.53,"Very Good","D","SI1",61.2,54,1576,5.23,5.26,3.21 +"44265",0.52,"Ideal","E","VS2",61.4,54,1576,5.2,5.23,3.2 +"44266",0.52,"Ideal","G","VS1",61.3,56,1576,5.17,5.2,3.18 +"44267",0.52,"Ideal","E","VS2",62.1,56,1576,5.17,5.2,3.22 +"44268",0.52,"Good","G","VS1",63.9,56,1576,5.08,5.12,3.26 +"44269",0.52,"Premium","E","VS2",62.5,60,1576,5.1,5.14,3.2 +"44270",0.52,"Ideal","E","VS2",61.3,57,1576,5.19,5.22,3.19 +"44271",0.56,"Very Good","H","VS2",61.8,54.1,1576,5.31,5.34,3.29 +"44272",0.52,"Ideal","E","VS2",60.7,56,1576,5.2,5.24,3.17 +"44273",0.52,"Ideal","E","VS2",61.7,57,1576,5.1,5.17,3.17 +"44274",0.52,"Ideal","E","VS2",60.4,57,1576,5.17,5.22,3.14 +"44275",0.52,"Premium","E","VS2",61.6,59,1576,5.14,5.16,3.17 +"44276",0.52,"Good","E","VS2",63.4,57,1576,5.12,5.16,3.26 +"44277",0.52,"Ideal","E","VS2",61.5,56,1576,5.18,5.2,3.19 +"44278",0.51,"Very Good","H","VVS2",62.2,61,1577,5.06,5.1,3.16 +"44279",0.51,"Very Good","E","VS2",63.6,59,1577,4.99,5.07,3.2 +"44280",0.49,"Premium","E","VS1",58.1,62,1577,5.2,5.13,3 +"44281",0.53,"Ideal","G","VS2",61.8,55,1577,5.19,5.22,3.21 +"44282",0.53,"Ideal","G","VS2",61.2,56,1577,5.19,5.22,3.19 +"44283",0.53,"Ideal","H","VS1",61.6,57,1577,5.18,5.24,3.21 +"44284",0.51,"Ideal","G","VS1",62.5,57,1577,5.08,5.1,3.18 +"44285",0.52,"Ideal","G","VS2",62,55,1577,5.19,5.13,3.2 +"44286",0.52,"Premium","H","VS1",61.4,57,1577,5.27,5.16,3.2 +"44287",0.52,"Very Good","G","VS2",63.2,58,1577,5.12,5.1,3.23 +"44288",0.52,"Ideal","H","VS1",62.4,55,1577,5.19,5.17,3.23 +"44289",0.52,"Premium","H","VS1",59.2,60,1577,5.27,5.23,3.11 +"44290",0.52,"Very Good","I","VVS1",63.1,58,1577,5.13,5.1,3.23 +"44291",0.52,"Premium","G","VS2",62.1,58,1577,5.18,5.15,3.21 +"44292",0.52,"Premium","G","VS2",62.4,56,1577,5.19,5.16,3.23 +"44293",0.52,"Premium","G","VS2",62,58,1577,5.2,5.16,3.21 +"44294",0.52,"Premium","G","VS2",61,60,1577,5.19,5.13,3.15 +"44295",0.52,"Premium","G","VS2",61.7,58,1577,5.16,5.14,3.18 +"44296",0.52,"Ideal","G","VS2",62.2,55,1577,5.18,5.14,3.21 +"44297",0.52,"Ideal","E","SI1",61.6,55,1577,5.19,5.16,3.19 +"44298",0.52,"Premium","E","SI1",59.8,61,1577,5.2,5.17,3.1 +"44299",0.52,"Premium","E","SI1",62.3,59,1577,5.16,5.08,3.19 +"44300",0.6,"Premium","E","SI1",63,60,1577,5.44,5.39,3.41 +"44301",0.5,"Fair","F","VS1",65,55,1577,5.01,4.96,3.24 +"44302",0.53,"Very Good","F","VS2",63.2,58,1578,5.13,5.16,3.25 +"44303",0.56,"Very Good","D","SI1",63.9,56,1578,5.2,5.26,3.34 +"44304",0.56,"Very Good","D","SI1",62.5,58,1578,5.23,5.27,3.28 +"44305",0.56,"Ideal","D","SI1",62.3,57,1578,5.24,5.26,3.27 +"44306",0.53,"Premium","E","VS2",61.4,58,1579,5.24,5.19,3.2 +"44307",0.61,"Ideal","G","SI1",62,54,1579,5.48,5.5,3.4 +"44308",0.62,"Premium","E","SI2",61.1,59,1579,5.53,5.5,3.37 +"44309",0.62,"Premium","E","SI2",61.1,59,1579,5.51,5.46,3.35 +"44310",0.72,"Premium","J","SI1",60.9,57,1579,5.84,5.78,3.54 +"44311",0.33,"Premium","H","SI2",61.2,57,520,4.49,4.43,2.73 +"44312",0.3,"Premium","D","SI1",62.5,59,520,4.26,4.22,2.65 +"44313",0.36,"Ideal","F","SI1",62.7,57,520,4.53,4.56,2.85 +"44314",0.34,"Very Good","H","VS2",60,58,521,4.52,4.56,2.72 +"44315",0.33,"Very Good","G","SI1",61.2,56,521,4.44,4.46,2.72 +"44316",0.34,"Very Good","G","SI1",63.4,57,521,4.4,4.45,2.81 +"44317",0.32,"Ideal","J","IF",61,57,521,4.42,4.46,2.71 +"44318",0.31,"Good","H","SI1",64,54,521,4.31,4.29,2.75 +"44319",0.31,"Premium","I","VS2",59.3,59,521,4.42,4.38,2.61 +"44320",0.33,"Very Good","H","VS2",62,59,521,4.4,4.44,2.74 +"44321",0.33,"Premium","H","VS2",61.7,59,521,4.39,4.42,2.72 +"44322",0.33,"Ideal","I","VS1",61.6,57,521,4.41,4.46,2.73 +"44323",0.33,"Ideal","H","VS2",60.7,57,521,4.46,4.5,2.72 +"44324",0.33,"Premium","I","VS1",61.1,59,521,4.44,4.47,2.72 +"44325",0.33,"Good","I","VS1",63.2,57,521,4.37,4.4,2.77 +"44326",0.33,"Premium","H","VS2",62.4,58,521,4.39,4.42,2.75 +"44327",0.33,"Very Good","H","VS2",62.8,59,521,4.38,4.44,2.77 +"44328",0.33,"Ideal","H","VS2",60.7,57,521,4.45,4.48,2.71 +"44329",0.3,"Good","D","VS2",63.6,54,521,4.26,4.32,2.73 +"44330",0.33,"Premium","I","VS1",59.5,60,521,4.5,4.54,2.69 +"44331",0.33,"Ideal","H","VS2",61.2,55,521,4.45,4.47,2.73 +"44332",0.33,"Premium","I","VS1",62.7,58,521,4.4,4.43,2.77 +"44333",0.33,"Good","I","VS1",63.1,56,521,4.38,4.4,2.77 +"44334",0.33,"Premium","I","VS1",61.6,60,521,4.42,4.45,2.73 +"44335",0.33,"Premium","H","VS2",61.3,60,521,4.44,4.47,2.73 +"44336",0.33,"Premium","H","VS2",62.3,58,521,4.38,4.41,2.74 +"44337",0.33,"Very Good","H","VS2",61.4,58,521,4.44,4.49,2.74 +"44338",0.33,"Very Good","H","VS2",62.2,57,521,4.42,4.46,2.76 +"44339",0.24,"Very Good","D","VVS2",59.5,62,521,4.04,4.06,2.41 +"44340",0.24,"Very Good","E","VVS1",60.3,61,521,4.03,4.06,2.44 +"44341",0.72,"Premium","J","SI1",60.4,61,1579,5.87,5.82,3.53 +"44342",0.5,"Very Good","D","VS2",63.8,56,1580,5.05,5.08,3.23 +"44343",0.5,"Very Good","G","VS1",63.2,59,1580,5.03,5.07,3.19 +"44344",0.56,"Very Good","G","VS2",62.5,57,1580,5.25,5.28,3.29 +"44345",0.56,"Very Good","H","VS1",62.8,56,1580,5.23,5.28,3.3 +"44346",0.55,"Ideal","F","VS2",61.2,55,1580,5.28,5.3,3.24 +"44347",0.56,"Ideal","G","VS2",61,57,1580,5.32,5.34,3.25 +"44348",0.56,"Ideal","E","SI1",62.7,57,1580,5.23,5.27,3.29 +"44349",0.56,"Ideal","E","SI1",61.7,56,1580,5.3,5.33,3.28 +"44350",0.56,"Ideal","G","VS2",61.7,56,1580,5.3,5.34,3.28 +"44351",0.56,"Ideal","G","VS2",61.9,55,1580,5.28,5.32,3.28 +"44352",0.56,"Ideal","G","VS2",61.2,56,1580,5.29,5.33,3.25 +"44353",0.56,"Ideal","I","VVS1",62,57,1580,5.29,5.33,3.29 +"44354",0.56,"Ideal","G","VS2",62.1,56,1580,5.29,5.31,3.29 +"44355",0.56,"Very Good","G","VS2",60.9,58,1580,5.34,5.36,3.26 +"44356",0.55,"Ideal","F","VS2",62.7,55,1580,5.24,5.26,3.29 +"44357",0.55,"Very Good","D","SI1",61.6,56,1580,5.24,5.28,3.24 +"44358",0.56,"Ideal","G","VS2",62,56,1580,5.28,5.3,3.28 +"44359",0.56,"Very Good","I","VVS1",62.4,56,1580,5.24,5.28,3.28 +"44360",0.56,"Ideal","E","SI1",62.3,56,1580,5.26,5.3,3.29 +"44361",0.7,"Very Good","I","SI2",62.5,58,1580,5.64,5.72,3.55 +"44362",0.55,"Premium","F","VS2",62.2,58,1580,5.22,5.26,3.26 +"44363",0.56,"Ideal","E","SI1",60.9,56,1580,5.32,5.35,3.25 +"44364",0.55,"Premium","D","SI1",62.7,59,1580,5.22,5.25,3.28 +"44365",0.56,"Ideal","G","VS2",60.6,57,1580,5.33,5.36,3.24 +"44366",0.56,"Ideal","I","VVS1",62,56,1580,5.26,5.29,3.27 +"44367",0.58,"Ideal","I","VVS1",62.3,53,1580,5.38,5.4,3.36 +"44368",0.54,"Ideal","G","VS2",62,54,1580,5.22,5.27,3.25 +"44369",0.51,"Ideal","F","SI1",61.5,55,1580,5.13,5.18,3.17 +"44370",0.51,"Ideal","F","SI1",61.1,57,1580,5.14,5.17,3.15 +"44371",0.58,"Ideal","E","SI1",62.2,58,1580,5.3,5.38,3.32 +"44372",0.43,"Ideal","F","IF",61.5,56,1580,4.89,4.86,3 +"44373",0.43,"Ideal","F","IF",62,56,1580,4.87,4.84,3.01 +"44374",0.43,"Ideal","F","IF",60.9,57,1580,4.89,4.86,2.97 +"44375",0.4,"Premium","E","IF",61.3,58,1580,4.77,4.73,2.91 +"44376",0.6,"Ideal","F","SI1",61.5,55,1580,5.49,5.44,3.36 +"44377",0.52,"Very Good","F","VS2",60.4,56,1581,5.27,5.29,3.19 +"44378",0.52,"Very Good","G","VS1",61.8,58,1581,5.19,5.16,3.2 +"44379",0.52,"Ideal","H","VVS2",61.8,57,1581,5.16,5.19,3.2 +"44380",0.5,"Premium","E","VS2",60.7,59,1581,5.11,5.13,3.11 +"44381",0.5,"Premium","E","VS2",60.5,60,1581,5.09,5.13,3.09 +"44382",0.5,"Ideal","F","VS2",62,56,1581,5.07,5.11,3.15 +"44383",0.67,"Good","J","VS1",64.2,55.6,1581,5.54,5.57,3.57 +"44384",0.52,"Ideal","H","VS1",62.5,58,1582,5.14,5.17,3.22 +"44385",0.41,"Premium","D","VVS1",61.6,58,1582,4.78,4.74,2.93 +"44386",0.41,"Ideal","D","VVS1",62.3,55,1582,4.78,4.75,2.97 +"44387",0.41,"Premium","D","VVS1",62.3,53,1582,4.78,4.75,2.97 +"44388",0.41,"Ideal","D","VVS1",62.2,56,1582,4.8,4.78,2.98 +"44389",0.41,"Ideal","D","VVS1",60.6,57,1582,4.82,4.79,2.91 +"44390",0.41,"Ideal","D","VVS1",62.3,57,1582,4.77,4.73,2.96 +"44391",0.54,"Very Good","D","VS2",61.1,59,1583,5.25,5.29,3.22 +"44392",0.51,"Very Good","E","VS1",58.1,60,1583,5.28,5.32,3.08 +"44393",0.5,"Premium","E","VS2",61,59,1583,5.13,5.07,3.11 +"44394",0.51,"Ideal","F","VS2",60.6,57,1583,5.17,5.2,3.14 +"44395",0.4,"Ideal","F","IF",60.9,57,1583,4.81,4.84,2.94 +"44396",0.5,"Premium","G","VS1",62.5,60,1583,5.13,5.08,3.19 +"44397",0.5,"Very Good","E","VS2",63.4,58,1583,5.08,5.05,3.21 +"44398",0.5,"Premium","E","VS2",63,58,1583,5.07,5.02,3.18 +"44399",0.5,"Premium","G","VS1",60.9,59,1583,5.14,5.11,3.12 +"44400",0.5,"Very Good","E","VS2",62.9,56,1584,5.06,5.11,3.2 +"44401",0.43,"Premium","D","VVS1",59.6,58,1584,4.89,4.94,2.93 +"44402",0.43,"Ideal","D","VVS1",62.3,56,1584,4.81,4.82,3 +"44403",0.66,"Ideal","E","SI2",62.4,56,1584,5.61,5.55,3.48 +"44404",0.55,"Ideal","H","SI1",61.4,56,1584,5.28,5.31,3.25 +"44405",0.55,"Ideal","H","SI1",60.8,56,1584,5.3,5.33,3.23 +"44406",0.53,"Ideal","D","VS2",61.4,55,1585,5.21,5.24,3.21 +"44407",0.56,"Ideal","G","VS2",62.2,57,1585,5.29,5.25,3.28 +"44408",0.51,"Ideal","G","VS2",61,56,1585,5.17,5.2,3.16 +"44409",0.51,"Ideal","E","SI1",60.9,56,1585,5.16,5.19,3.15 +"44410",0.53,"Ideal","E","SI1",61.9,55,1585,5.2,5.24,3.23 +"44411",0.56,"Premium","H","VS1",60.1,58,1585,5.4,5.35,3.23 +"44412",0.46,"Ideal","E","VVS1",62.6,57,1586,4.89,4.98,3.09 +"44413",0.52,"Ideal","G","VS2",61.2,56,1586,5.16,5.2,3.17 +"44414",0.52,"Ideal","G","VS2",61.9,55,1586,5.15,5.19,3.2 +"44415",0.54,"Ideal","I","SI1",62.3,55,1586,5.22,5.27,3.27 +"44416",0.52,"Ideal","E","SI1",61,55,1586,5.19,5.23,3.18 +"44417",0.58,"Premium","F","VS2",62.2,55,1586,5.4,5.31,3.33 +"44418",0.55,"Very Good","E","SI1",58.5,65,1587,5.33,5.38,3.13 +"44419",0.53,"Ideal","D","SI1",61.2,57,1587,5.19,5.24,3.19 +"44420",0.49,"Very Good","H","VVS2",62.3,57,1588,5.02,5.05,3.14 +"44421",0.51,"Very Good","G","VS1",61,56,1588,5.17,5.19,3.16 +"44422",0.52,"Ideal","F","VS1",62.5,57,1588,5.13,5.17,3.22 +"44423",0.75,"Premium","J","SI2",62.9,56,1588,5.76,5.72,3.61 +"44424",0.55,"Ideal","G","VS2",62.2,54,1588,5.27,5.28,3.28 +"44425",0.55,"Ideal","H","VS1",61.9,55,1588,5.25,5.28,3.26 +"44426",0.5,"Premium","D","SI1",63,60,1588,5.06,5.03,3.18 +"44427",0.61,"Ideal","F","SI2",61.9,57,1588,5.45,5.41,3.36 +"44428",0.61,"Premium","H","SI1",61.2,58,1588,5.45,5.43,3.33 +"44429",0.72,"Premium","G","SI2",60.6,61,1588,5.83,5.75,3.51 +"44430",0.55,"Very Good","E","VS2",58.1,62,1589,5.38,5.46,3.15 +"44431",0.5,"Good","D","VS2",64,56,1589,5.02,5.04,3.22 +"44432",0.64,"Ideal","I","VS1",60.8,54,1589,5.55,5.6,3.39 +"44433",0.61,"Very Good","H","VS2",63.3,57.5,1590,5.38,5.4,3.41 +"44434",0.56,"Very Good","G","VS2",63.4,58,1590,5.23,5.28,3.33 +"44435",0.48,"Ideal","H","VVS2",62.5,56,1590,4.98,5.02,3.12 +"44436",0.54,"Ideal","E","VS2",61.8,57,1590,5.23,5.26,3.24 +"44437",0.51,"Good","G","VS1",63.4,57,1590,5.04,5.08,3.21 +"44438",0.51,"Premium","E","VS2",62.5,60,1590,5.08,5.1,3.18 +"44439",0.51,"Ideal","E","VS2",61.7,53,1590,5.18,5.2,3.2 +"44440",0.51,"Very Good","E","VS2",63,59,1590,5.05,5.08,3.19 +"44441",0.59,"Premium","D","SI2",62.6,61,1590,5.33,5.27,3.32 +"44442",0.57,"Premium","E","SI1",62.2,55,1590,5.36,5.31,3.32 +"44443",0.59,"Premium","H","VS2",60.2,60,1590,5.45,5.42,3.27 +"44444",0.52,"Very Good","F","VS2",61.1,56,1591,5.21,5.24,3.19 +"44445",0.61,"Ideal","H","VS2",62,53,1591,5.47,5.49,3.4 +"44446",0.61,"Ideal","H","VS2",62.5,54,1591,5.43,5.45,3.4 +"44447",0.51,"Ideal","F","VS2",61.9,55,1591,5.11,5.15,3.18 +"44448",0.51,"Ideal","F","VS2",61,55,1591,5.17,5.21,3.17 +"44449",0.52,"Ideal","F","VS2",61.7,56,1591,5.16,5.18,3.19 +"44450",0.55,"Ideal","G","VS1",60.9,56,1591,5.29,5.35,3.24 +"44451",0.5,"Ideal","E","VS1",62.7,57,1591,5.01,5.03,3.15 +"44452",0.56,"Ideal","G","SI1",62.3,53,1591,5.31,5.28,3.3 +"44453",0.51,"Premium","G","VS1",61,58,1591,5.2,5.16,3.16 +"44454",0.53,"Good","G","VS1",63.8,56,1591,5.17,5.11,3.28 +"44455",0.53,"Very Good","F","VS2",62.7,57,1592,5.1,5.14,3.21 +"44456",0.5,"Very Good","G","VS1",61.3,58,1592,5.03,5.09,3.1 +"44457",0.5,"Very Good","G","VS1",62.9,55,1592,5.06,5.09,3.19 +"44458",0.57,"Very Good","J","IF",59.8,59,1592,5.39,5.41,3.23 +"44459",0.55,"Very Good","D","SI1",63.1,56,1593,5.19,5.22,3.28 +"44460",0.54,"Very Good","D","SI1",60,59.8,1593,5.3,5.34,3.18 +"44461",0.55,"Ideal","I","VVS1",61.7,56,1593,5.24,5.29,3.25 +"44462",0.55,"Premium","I","VVS1",61.3,59,1593,5.27,5.3,3.24 +"44463",0.55,"Ideal","I","VVS1",62.7,57,1593,5.17,5.23,3.26 +"44464",0.52,"Ideal","H","VS2",61.5,55,1593,5.18,5.22,3.2 +"44465",0.52,"Ideal","H","VS2",60.3,57,1593,5.21,5.23,3.15 +"44466",0.5,"Premium","D","SI1",62.8,57,1593,5.08,5.05,3.18 +"44467",0.51,"Ideal","F","SI1",61.1,55,1593,5.22,5.16,3.17 +"44468",0.5,"Premium","E","SI1",59.9,58,1593,5.18,5.17,3.1 +"44469",0.51,"Premium","E","SI1",61.5,58,1593,5.14,5.11,3.15 +"44470",0.52,"Good","F","VS1",58.6,63,1594,5.27,5.34,3.11 +"44471",0.54,"Ideal","E","SI1",61.5,56,1594,5.31,5.26,3.25 +"44472",0.59,"Very Good","F","SI1",61.4,58,1595,5.39,5.45,3.33 +"44473",0.54,"Ideal","D","SI1",62.6,55,1595,5.19,5.23,3.26 +"44474",0.54,"Premium","D","SI1",62.3,60,1595,5.18,5.22,3.24 +"44475",0.52,"Ideal","G","VS2",60.8,57,1595,5.19,5.21,3.16 +"44476",0.51,"Ideal","F","VS2",62,56,1595,5.11,5.14,3.18 +"44477",0.51,"Ideal","G","VS1",61.3,55.7,1595,5.15,5.18,3.16 +"44478",0.56,"Premium","D","SI1",60.2,60,1595,5.38,5.33,3.22 +"44479",0.62,"Premium","F","SI1",61.7,59,1595,5.51,5.48,3.39 +"44480",0.55,"Ideal","E","VS2",62,55,1596,5.24,5.28,3.26 +"44481",0.55,"Ideal","E","VS2",60.3,57,1596,5.28,5.3,3.19 +"44482",0.5,"Good","H","VVS1",63.3,57,1596,5.02,5.06,3.19 +"44483",0.55,"Ideal","E","VS2",59.8,57,1596,5.3,5.34,3.18 +"44484",0.6,"Very Good","H","VS2",64.2,57,1597,5.27,5.32,3.4 +"44485",0.51,"Premium","D","VS2",60.9,58,1597,5.14,5.18,3.14 +"44486",0.51,"Ideal","D","VS2",61.9,55,1597,5.15,5.19,3.2 +"44487",0.51,"Very Good","D","VS2",62.9,56,1597,5.07,5.1,3.2 +"44488",0.58,"Ideal","D","SI1",62,54,1597,5.36,5.39,3.33 +"44489",0.7,"Premium","F","SI2",61.6,60,1597,5.78,5.68,3.53 +"44490",0.5,"Very Good","H","VS1",61.6,57,1598,5.11,5.13,3.15 +"44491",0.5,"Very Good","H","VS1",61,56,1598,5.1,5.13,3.12 +"44492",0.55,"Ideal","F","SI1",61.7,56.4,1598,5.26,5.3,3.25 +"44493",0.53,"Ideal","G","VS2",60.9,57,1598,5.25,5.26,3.2 +"44494",0.52,"Ideal","H","VS1",62,56,1598,5.14,5.2,3.21 +"44495",0.55,"Very Good","F","VS2",62.5,62,1599,5.2,5.24,3.26 +"44496",0.51,"Very Good","D","VS2",63.7,55,1599,5.05,5.09,3.23 +"44497",0.51,"Very Good","G","VS1",62.7,58,1599,5.05,5.09,3.18 +"44498",0.51,"Ideal","G","VS1",61.4,54,1599,5.15,5.18,3.17 +"44499",0.51,"Ideal","G","VS1",62.2,55,1599,5.13,5.16,3.2 +"44500",0.51,"Ideal","G","VS1",61.6,54,1599,5.16,5.19,3.19 +"44501",0.6,"Good","F","SI1",57.1,61,1599,5.68,5.57,3.21 +"44502",0.6,"Very Good","F","SI1",63.2,57,1599,5.39,5.33,3.39 +"44503",0.9,"Premium","H","I1",58.8,62,1599,6.32,6.26,3.7 +"44504",0.54,"Very Good","F","VS1",61.6,59,1600,5.26,5.2,3.22 +"44505",0.52,"Ideal","D","SI1",62.4,56,1600,5.12,5.17,3.21 +"44506",0.52,"Ideal","D","SI1",61.8,57,1600,5.14,5.19,3.19 +"44507",0.52,"Ideal","F","VS2",62.5,54,1600,5.14,5.17,3.22 +"44508",0.52,"Ideal","D","SI1",62.7,56,1600,5.14,5.17,3.23 +"44509",0.52,"Ideal","D","SI1",60,56,1600,5.19,5.24,3.13 +"44510",0.52,"Ideal","D","SI1",62.2,57,1600,5.13,5.16,3.2 +"44511",0.52,"Very Good","F","VS2",60.7,59,1600,5.14,5.18,3.13 +"44512",0.52,"Ideal","D","SI1",62.4,57,1600,5.14,5.18,3.22 +"44513",0.54,"Good","E","SI1",61.5,56,1600,5.22,5.26,3.23 +"44514",0.52,"Premium","D","SI1",61.4,58,1600,5.16,5.19,3.18 +"44515",0.52,"Ideal","D","SI1",61.5,55,1600,5.19,5.22,3.2 +"44516",0.52,"Premium","F","VS2",62.1,59,1600,5.12,5.15,3.19 +"44517",0.52,"Ideal","D","SI1",60.9,57,1600,5.17,5.21,3.16 +"44518",0.54,"Premium","H","VS1",62.6,59,1600,5.19,5.22,3.26 +"44519",0.52,"Premium","F","VS2",62.2,58,1600,5.12,5.17,3.2 +"44520",0.58,"Ideal","H","VS2",62.4,58,1600,5.3,5.34,3.32 +"44521",0.51,"Very Good","F","VS2",62,58,1601,5.08,5.11,3.16 +"44522",0.51,"Very Good","F","VS2",60.6,60,1601,5.18,5.22,3.15 +"44523",0.53,"Very Good","D","VS2",63.2,56,1601,5.1,5.15,3.24 +"44524",0.52,"Very Good","E","VS2",59.2,59,1601,5.23,5.27,3.11 +"44525",0.52,"Very Good","E","VS1",63.4,54,1601,5.08,5.11,3.23 +"44526",0.5,"Ideal","E","SI1",61.3,56.2,1601,5.12,5.14,3.15 +"44527",0.5,"Ideal","G","VS2",62.2,54.1,1601,5.07,5.12,3.17 +"44528",0.6,"Ideal","E","SI1",61.4,57,1601,5.52,5.46,3.37 +"44529",0.53,"Ideal","H","VS1",61.2,56,1601,5.23,5.26,3.21 +"44530",0.5,"Ideal","F","VS1",61.4,58,1601,5.07,5.12,3.13 +"44531",0.54,"Good","E","SI1",59.9,63,1601,5.25,5.3,3.16 +"44532",0.5,"Very Good","D","VS2",63.3,58,1602,5.03,5.05,3.19 +"44533",0.51,"Fair","F","VS2",56.3,61,1602,5.34,5.29,2.99 +"44534",0.51,"Premium","D","SI1",62,59,1602,5.15,5.11,3.18 +"44535",0.5,"Very Good","G","VS1",61.9,59,1603,5.06,5.08,3.14 +"44536",0.5,"Ideal","E","VS1",62.2,57,1603,5.1,5.13,3.18 +"44537",0.7,"Very Good","I","SI2",60.9,59,1603,5.7,5.76,3.49 +"44538",0.5,"Ideal","E","VS1",62.3,55,1603,5.09,5.12,3.18 +"44539",0.5,"Very Good","E","VS1",63.9,55,1604,4.98,5.03,3.2 +"44540",0.51,"Very Good","F","VS1",61.4,60,1604,5.07,5.13,3.13 +"44541",0.55,"Ideal","G","VS2",61.2,56.8,1604,5.28,5.31,3.24 +"44542",0.53,"Ideal","H","VS2",61.7,54,1604,5.23,5.2,3.22 +"44543",0.56,"Premium","D","SI1",61,60,1605,5.28,5.25,3.21 +"44544",0.56,"Very Good","G","VS2",62.6,58,1605,5.22,5.32,3.31 +"44545",0.5,"Very Good","E","VS2",60.9,58,1605,5.14,5.17,3.14 +"44546",0.57,"Very Good","H","VS2",61.7,54.8,1605,5.34,5.37,3.3 +"44547",0.56,"Ideal","I","VVS1",60.8,57,1605,5.31,5.34,3.24 +"44548",0.54,"Ideal","G","VS2",61.7,56,1605,5.21,5.24,3.23 +"44549",0.54,"Ideal","G","VS2",61.2,56,1605,5.25,5.26,3.22 +"44550",0.51,"Ideal","E","VS2",61.5,58,1605,5.12,5.15,3.16 +"44551",0.55,"Ideal","G","SI1",61.9,57,1605,5.23,5.27,3.25 +"44552",0.55,"Ideal","G","SI1",61.3,56,1605,5.26,5.31,3.24 +"44553",0.55,"Ideal","G","SI1",61.7,55,1605,5.25,5.28,3.25 +"44554",0.58,"Good","G","VS2",58.4,59,1605,5.4,5.46,3.17 +"44555",0.52,"Premium","F","VS2",62.5,58,1605,5.17,5.13,3.22 +"44556",0.52,"Premium","F","VS2",61.4,62,1605,5.19,5.16,3.18 +"44557",0.52,"Good","F","VS2",63.6,56,1605,5.12,5.07,3.24 +"44558",0.52,"Ideal","F","VS2",63,56,1605,5.16,5.1,3.23 +"44559",0.52,"Premium","F","VS2",61.8,59,1605,5.15,5.11,3.17 +"44560",0.52,"Ideal","D","SI1",61.8,56,1605,5.18,5.15,3.19 +"44561",0.52,"Premium","D","SI1",62.7,58,1605,5.2,5.16,3.25 +"44562",0.52,"Premium","D","SI1",60.9,61,1605,5.15,5.13,3.13 +"44563",0.52,"Good","D","SI1",63.9,58,1605,5.12,5.08,3.26 +"44564",0.52,"Good","D","SI1",63.7,55,1605,5.12,5.09,3.25 +"44565",0.52,"Ideal","D","SI1",62.9,56,1605,5.16,5.11,3.23 +"44566",0.52,"Ideal","D","SI1",63,57,1605,5.14,5.12,3.23 +"44567",0.52,"Very Good","D","SI1",63.3,58,1605,5.15,5.12,3.25 +"44568",0.52,"Very Good","H","VVS2",61.7,63,1605,5.26,5.16,3.22 +"44569",0.52,"Premium","E","SI1",61.6,58,1605,5.17,5.12,3.17 +"44570",0.57,"Premium","J","VS1",62.2,58,1606,5.34,5.3,3.31 +"44571",0.57,"Premium","J","VS1",60.6,59,1606,5.37,5.36,3.25 +"44572",0.5,"Very Good","E","VS2",63.3,57,1606,5.1,5.07,3.22 +"44573",0.52,"Very Good","F","VS2",62.4,57,1607,5.12,5.13,3.2 +"44574",0.53,"Very Good","F","VS1",60.6,57,1607,5.21,5.25,3.17 +"44575",0.53,"Ideal","E","VS2",62.5,57,1607,5.16,5.18,3.23 +"44576",0.53,"Ideal","G","VS1",61.7,55,1607,5.18,5.22,3.21 +"44577",0.53,"Very Good","G","VS1",61.9,57,1607,5.19,5.22,3.22 +"44578",0.53,"Good","E","VS2",63.7,55,1607,5.12,5.15,3.27 +"44579",0.53,"Very Good","E","VS2",58.3,62,1607,5.26,5.31,3.08 +"44580",0.53,"Very Good","G","VS1",63,58,1607,5.15,5.17,3.25 +"44581",0.53,"Ideal","E","VS2",62,55,1607,5.17,5.21,3.22 +"44582",0.53,"Ideal","E","VS2",61,57,1607,5.23,5.26,3.2 +"44583",0.53,"Ideal","G","VS1",61.6,57,1607,5.21,5.24,3.22 +"44584",0.53,"Good","G","VS1",63.4,56,1607,5.1,5.15,3.25 +"44585",0.53,"Very Good","E","VS2",61.4,55,1607,5.21,5.24,3.21 +"44586",0.53,"Good","E","VS2",64,55,1607,5.11,5.14,3.28 +"44587",0.53,"Ideal","E","VS2",60.9,59,1607,5.17,5.21,3.16 +"44588",0.58,"Ideal","D","SI2",60.9,56,1607,5.4,5.44,3.3 +"44589",0.59,"Ideal","E","SI1",62,57,1607,5.36,5.39,3.33 +"44590",0.54,"Ideal","D","SI1",62.1,55,1607,5.18,5.23,3.23 +"44591",0.53,"Premium","H","VS1",60.5,57,1607,5.34,5.27,3.21 +"44592",0.53,"Premium","I","VVS1",63,56,1607,5.19,5.13,3.25 +"44593",0.53,"Ideal","H","VS1",61.7,56,1607,5.22,5.18,3.21 +"44594",0.53,"Ideal","H","VS1",62.1,56,1607,5.21,5.19,3.23 +"44595",0.53,"Ideal","H","VS1",61.2,56,1607,5.26,5.21,3.2 +"44596",0.53,"Very Good","H","VS1",63.4,56,1607,5.16,5.13,3.26 +"44597",0.53,"Premium","H","VS1",62.3,58,1607,5.17,5.13,3.21 +"44598",0.53,"Ideal","H","VS1",61.3,57,1607,5.22,5.18,3.19 +"44599",0.53,"Ideal","G","VS2",62.5,56,1607,5.2,5.17,3.24 +"44600",0.53,"Ideal","G","VS2",62.5,55,1607,5.2,5.17,3.24 +"44601",0.53,"Premium","G","VS2",61.2,57,1607,5.26,5.19,3.2 +"44602",0.53,"Ideal","G","VS2",60.4,57,1607,5.27,5.23,3.17 +"44603",0.53,"Premium","G","VS2",62.4,59,1607,5.16,5.13,3.21 +"44604",0.53,"Premium","G","VS2",62.5,56,1607,5.19,5.18,3.24 +"44605",0.53,"Ideal","G","VS2",61.8,56,1607,5.21,5.18,3.21 +"44606",0.53,"Premium","G","VS2",62,58,1607,5.21,5.18,3.22 +"44607",0.53,"Premium","G","VS2",62.6,58,1607,5.18,5.11,3.22 +"44608",0.53,"Premium","E","SI1",61.9,56,1607,5.22,5.19,3.22 +"44609",0.53,"Ideal","E","SI1",61.6,56,1607,5.23,5.19,3.21 +"44610",0.53,"Ideal","E","SI1",60.6,57,1607,5.27,5.23,3.18 +"44611",0.53,"Ideal","E","SI1",62,55,1607,5.21,5.17,3.22 +"44612",0.53,"Ideal","E","SI1",61.8,56,1607,5.21,5.17,3.21 +"44613",0.53,"Ideal","E","SI1",62,56,1607,5.19,5.17,3.21 +"44614",0.53,"Premium","E","SI1",60,60,1607,5.27,5.24,3.21 +"44615",0.53,"Ideal","G","VS2",61.6,56,1607,5.24,5.19,3.21 +"44616",0.53,"Premium","G","VS2",60.7,59,1607,5.24,5.18,3.16 +"44617",0.53,"Ideal","G","VS2",60.1,54,1607,5.31,5.3,3.19 +"44618",0.5,"Ideal","H","VVS2",60.3,58,1608,5.14,5.21,3.12 +"44619",0.5,"Ideal","H","VVS2",60.4,55,1608,5.16,5.2,3.13 +"44620",0.57,"Ideal","G","VS2",61.8,56,1608,5.3,5.35,3.29 +"44621",0.57,"Very Good","G","VS2",62.6,55,1608,5.26,5.31,3.31 +"44622",0.57,"Ideal","E","SI1",61.9,56,1608,5.32,5.35,3.3 +"44623",0.57,"Ideal","G","VS2",61.8,57,1608,5.3,5.32,3.28 +"44624",0.57,"Ideal","E","SI1",62.1,56,1608,5.3,5.33,3.3 +"44625",0.57,"Very Good","G","VS2",62.1,57,1608,5.27,5.3,3.28 +"44626",0.57,"Ideal","G","VS2",61.6,57,1608,5.32,5.36,3.29 +"44627",0.57,"Premium","G","VS2",59.7,59,1608,5.37,5.41,3.22 +"44628",0.56,"Ideal","E","VS1",62.7,56,1608,5.26,5.3,3.31 +"44629",0.56,"Ideal","D","SI1",62.5,56,1608,5.24,5.28,3.29 +"44630",0.56,"Ideal","F","VS2",62.3,55,1608,5.28,5.32,3.3 +"44631",0.57,"Premium","E","SI1",61.4,58,1608,5.28,5.34,3.26 +"44632",0.57,"Premium","I","VVS1",62.1,58,1608,5.25,5.32,3.28 +"44633",0.57,"Ideal","I","VVS1",61.7,56,1608,5.31,5.35,3.29 +"44634",0.57,"Very Good","E","SI1",60.3,57,1608,5.34,5.4,3.24 +"44635",0.57,"Ideal","E","SI1",61.8,57,1608,5.28,5.33,3.28 +"44636",0.57,"Very Good","G","VS2",62.8,57,1608,5.23,5.28,3.3 +"44637",0.58,"Very Good","E","VS2",60.3,57,1608,5.41,5.44,3.27 +"44638",0.41,"Ideal","E","VVS1",61.1,56,1608,4.8,4.82,2.94 +"44639",0.51,"Ideal","E","VS2",62.1,54,1608,5.13,5.15,3.19 +"44640",0.54,"Ideal","E","VS2",61.7,55,1609,5.23,5.2,3.22 +"44641",0.24,"Very Good","D","VVS2",58.8,58,521,4.05,4.08,2.39 +"44642",0.24,"Very Good","E","VVS1",60.6,59,521,4,4.02,2.43 +"44643",0.33,"Good","H","VS2",63.8,55,521,4.4,4.44,2.82 +"44644",0.33,"Premium","H","VS2",60.4,60,521,4.48,4.52,2.72 +"44645",0.28,"Very Good","H","VVS2",62.7,54,522,4.16,4.19,2.61 +"44646",0.28,"Very Good","H","VVS2",62,55,522,4.21,4.23,2.62 +"44647",0.28,"Very Good","G","VVS2",61.4,55,522,4.21,4.24,2.59 +"44648",0.28,"Very Good","G","VVS2",62.3,56,522,4.16,4.19,2.6 +"44649",0.28,"Very Good","G","VVS2",61.1,56,522,4.25,4.27,2.6 +"44650",0.28,"Very Good","G","VVS2",62.5,53,522,4.18,4.21,2.62 +"44651",0.28,"Ideal","H","VVS2",62,57,522,4.21,4.24,2.62 +"44652",0.28,"Ideal","G","VVS1",62.7,55,522,4.16,4.2,2.62 +"44653",0.35,"Good","G","SI1",63.8,54,522,4.46,4.48,2.85 +"44654",0.35,"Ideal","G","SI1",61.3,56,522,4.54,4.56,2.79 +"44655",0.29,"Very Good","G","VVS1",62,58,522,4.19,4.23,2.61 +"44656",0.35,"Good","D","SI2",63.3,55,522,4.45,4.49,2.83 +"44657",0.35,"Premium","G","SI1",60.3,60,522,4.57,4.59,2.76 +"44658",0.35,"Ideal","D","SI2",62.2,56,522,4.52,4.55,2.82 +"44659",0.35,"Ideal","D","SI2",61.8,57,522,4.53,4.57,2.81 +"44660",0.35,"Premium","D","SI2",60.8,58,522,4.51,4.57,2.76 +"44661",0.35,"Premium","D","SI2",62.3,58,522,4.48,4.54,2.81 +"44662",0.35,"Good","G","SI1",63.4,56,522,4.46,4.5,2.84 +"44663",0.35,"Ideal","D","SI2",62.4,55,522,4.53,4.54,2.83 +"44664",0.24,"Ideal","I","VVS2",61.5,56,523,4.02,4.05,2.48 +"44665",0.36,"Ideal","I","VS2",61.8,55,523,4.58,4.61,2.84 +"44666",0.36,"Ideal","I","VS2",61.6,55,523,4.6,4.65,2.85 +"44667",0.36,"Ideal","I","VS2",61.8,55,523,4.6,4.63,2.85 +"44668",0.32,"Ideal","H","VS2",61.5,55,523,4.41,4.44,2.72 +"44669",0.32,"Ideal","H","VS2",61.3,56,523,4.42,4.45,2.72 +"44670",0.32,"Ideal","H","VS2",62,54,523,4.41,4.43,2.74 +"44671",0.55,"Very Good","F","VS2",62.6,57,1609,5.19,5.23,3.26 +"44672",0.7,"Very Good","J","SI2",63.6,56,1609,5.57,5.63,3.56 +"44673",0.49,"Ideal","E","VS2",61.3,55,1609,5.11,5.13,3.14 +"44674",0.66,"Ideal","H","SI1",62.4,58,1609,5.53,5.56,3.46 +"44675",0.55,"Ideal","E","SI1",62.5,56,1609,5.21,5.25,3.27 +"44676",0.55,"Ideal","E","SI1",61.8,58,1609,5.24,5.28,3.25 +"44677",0.71,"Ideal","J","SI1",62.6,57,1609,5.7,5.65,3.55 +"44678",0.71,"Premium","J","SI2",60.7,59,1609,5.75,5.71,3.48 +"44679",0.72,"Good","F","SI2",63.8,59,1609,5.64,5.58,3.58 +"44680",0.53,"Very Good","F","VS2",60.5,55,1610,5.24,5.29,3.19 +"44681",0.53,"Ideal","D","VS2",60.2,55,1610,5.26,5.3,3.18 +"44682",0.5,"Premium","D","SI1",62.3,58,1610,5.08,5.07,3.16 +"44683",0.5,"Premium","D","SI1",61.1,59,1610,5.08,5.04,3.09 +"44684",0.5,"Premium","D","SI1",62.8,58,1610,5.06,5.03,3.17 +"44685",0.5,"Ideal","D","SI1",62.1,57,1610,5.08,5.03,3.14 +"44686",0.73,"Good","I","SI2",63.7,57,1610,5.76,5.67,3.63 +"44687",0.73,"Premium","G","SI2",61.2,56,1610,5.76,5.67,3.5 +"44688",0.51,"Ideal","H","VVS2",60.1,57,1611,5.19,5.22,3.12 +"44689",0.55,"Ideal","D","SI1",61.3,56,1611,5.28,5.33,3.25 +"44690",0.53,"Very Good","E","VS2",60.1,60,1612,5.21,5.28,3.15 +"44691",0.5,"Ideal","D","VS2",61.5,57,1612,5.07,5.11,3.13 +"44692",0.51,"Very Good","E","VS2",61.4,56,1612,5.15,5.18,3.17 +"44693",0.51,"Very Good","E","VS2",62.8,56,1612,5.11,5.14,3.22 +"44694",0.57,"Ideal","F","VS2",61.3,57,1612,5.35,5.39,3.29 +"44695",0.56,"Ideal","H","SI1",61.6,56,1612,5.29,5.33,3.27 +"44696",0.65,"Premium","G","SI1",61.9,58,1612,5.54,5.51,3.42 +"44697",0.57,"Ideal","G","VS2",60.7,55,1613,5.41,5.39,3.28 +"44698",0.54,"Ideal","E","VS2",61.3,55,1613,5.24,5.26,3.22 +"44699",0.6,"Ideal","E","SI1",60.6,57,1613,5.43,5.47,3.3 +"44700",0.47,"Good","E","VVS1",65.2,56,1613,4.86,4.89,3.18 +"44701",0.5,"Good","F","VS1",61.4,61,1613,5.03,5.04,3.09 +"44702",0.5,"Good","F","VS1",61.5,61,1613,5.01,5.07,3.1 +"44703",0.57,"Good","G","VS2",64.1,55,1613,5.28,5.27,3.38 +"44704",0.57,"Premium","H","VS1",61.7,58,1613,5.33,5.3,3.28 +"44705",0.57,"Premium","E","SI1",59.4,58,1613,5.42,5.38,3.21 +"44706",0.57,"Ideal","E","SI1",61.9,56,1613,5.33,5.3,3.29 +"44707",0.57,"Ideal","E","SI1",61.2,57,1613,5.37,5.32,3.27 +"44708",0.57,"Ideal","E","SI1",62.2,57,1613,5.33,5.31,3.31 +"44709",0.57,"Ideal","E","SI1",62.2,55,1613,5.37,5.31,3.32 +"44710",0.56,"Very Good","F","VS2",62,56,1614,5.2,5.22,3.23 +"44711",0.61,"Premium","D","SI1",61.6,58,1614,5.37,5.34,3.3 +"44712",0.51,"Premium","E","VS2",60.6,60,1614,5.2,5.19,3.15 +"44713",0.5,"Ideal","E","VS2",61.4,55,1614,5.13,5.16,3.16 +"44714",0.5,"Ideal","E","VS2",61.4,55,1614,5.12,5.14,3.15 +"44715",0.51,"Ideal","E","VS2",62,54,1614,5.16,5.13,3.19 +"44716",0.5,"Premium","D","VS2",61.3,59,1614,5.09,5.04,3.11 +"44717",0.61,"Premium","I","VS1",60,61,1614,5.53,5.5,3.31 +"44718",0.62,"Very Good","I","VVS2",61.3,58.8,1615,5.48,5.52,3.37 +"44719",0.62,"Ideal","I","VVS2",62.6,57,1615,5.47,5.5,3.44 +"44720",0.5,"Good","F","VS2",62.9,54.9,1615,5.08,5.12,3.21 +"44721",0.5,"Very Good","F","VS2",61.4,59,1615,5.1,5.12,3.14 +"44722",0.53,"Ideal","G","VS2",61.4,55,1615,5.23,5.26,3.22 +"44723",0.54,"Ideal","F","VS2",61,56,1615,5.27,5.32,3.23 +"44724",0.48,"Ideal","G","VS1",61.9,55,1615,5.02,5.06,3.12 +"44725",0.53,"Ideal","G","VS1",61.5,57,1615,5.26,5.21,3.22 +"44726",0.47,"Very Good","F","VVS2",62.1,56,1616,4.96,4.99,3.09 +"44727",0.48,"Very Good","E","VS1",59.1,62,1616,5.14,5.18,3.05 +"44728",0.51,"Very Good","D","VS1",58.8,60,1616,5.18,5.26,3.07 +"44729",0.56,"Ideal","I","VVS1",61.5,55,1616,5.33,5.37,3.29 +"44730",0.62,"Ideal","H","VS2",61.2,54,1616,5.51,5.6,3.4 +"44731",0.56,"Ideal","G","VS2",62,55,1616,5.28,5.33,3.29 +"44732",0.56,"Ideal","H","VS1",61.8,55,1616,5.3,5.34,3.29 +"44733",0.47,"Ideal","D","VS1",61,55,1617,5.03,5.01,3.06 +"44734",0.57,"Very Good","G","VS2",62.2,60,1617,5.28,5.3,3.29 +"44735",0.57,"Very Good","G","VS2",63,58,1617,5.24,5.27,3.31 +"44736",0.52,"Ideal","E","VS2",62.1,57,1617,5.22,5.19,3.23 +"44737",0.55,"Premium","F","SI1",61.9,59,1617,5.29,5.24,3.26 +"44738",0.5,"Ideal","E","SI1",61.8,56,1617,5.11,5.07,3.14 +"44739",0.59,"Very Good","G","VS2",61.5,59,1618,5.32,5.41,3.3 +"44740",0.52,"Very Good","G","VS1",60.2,57,1618,5.22,5.26,3.15 +"44741",0.47,"Ideal","G","VVS2",62.2,53,1618,5,5.04,3.12 +"44742",0.62,"Ideal","H","SI1",61.4,56,1618,5.51,5.49,3.38 +"44743",0.53,"Ideal","F","VS1",61.6,55,1619,5.21,5.24,3.22 +"44744",0.7,"Very Good","J","SI1",62,56,1619,5.66,5.72,3.53 +"44745",0.56,"Ideal","F","VS2",60.8,57,1619,5.35,5.42,3.28 +"44746",0.5,"Ideal","E","VS1",62.2,56,1619,5.1,5.13,3.18 +"44747",0.54,"Ideal","F","VS2",62,55,1619,5.26,5.23,3.25 +"44748",0.54,"Good","D","SI1",64.1,55,1619,5.15,5.11,3.29 +"44749",0.52,"Ideal","I","VVS1",62,55,1619,5.19,5.17,3.21 +"44750",0.52,"Premium","I","VVS1",63,58,1619,5.12,5.1,3.22 +"44751",0.51,"Ideal","F","VS2",59.2,56,1619,5.23,5.18,3.08 +"44752",0.51,"Premium","F","VS2",61.4,58,1619,5.13,5.09,3.14 +"44753",0.51,"Premium","D","SI1",62.2,58,1619,5.13,5.06,3.17 +"44754",0.51,"Ideal","D","SI1",62.6,57,1619,5.11,5.08,3.19 +"44755",0.51,"Ideal","F","VS2",61,57,1619,5.16,5.11,3.13 +"44756",0.52,"Premium","D","VS2",60.9,58,1619,5.22,5.16,3.16 +"44757",0.51,"Ideal","F","VS2",62.8,57,1619,5.1,5.06,3.19 +"44758",0.52,"Ideal","F","VS2",61.8,55.4,1620,5.13,5.17,3.18 +"44759",0.59,"Very Good","D","SI1",62.9,58,1621,5.31,5.34,3.35 +"44760",0.52,"Ideal","G","VS1",62.1,54,1621,5.14,5.17,3.2 +"44761",0.52,"Very Good","E","VS2",62.8,55,1621,5.11,5.15,3.22 +"44762",0.52,"Ideal","E","VS2",61.3,56,1621,5.17,5.21,3.18 +"44763",0.52,"Very Good","G","VS1",59.5,58,1621,5.21,5.28,3.12 +"44764",0.52,"Ideal","E","VS2",62.4,57,1621,5.12,5.14,3.2 +"44765",0.53,"Ideal","F","VS2",61.9,55,1621,5.2,5.23,3.23 +"44766",0.55,"Ideal","E","SI1",61.6,56,1621,5.26,5.28,3.25 +"44767",0.55,"Ideal","E","SI1",60.1,57,1621,5.36,5.38,3.22 +"44768",0.53,"Ideal","D","SI1",61.6,56,1621,5.2,5.23,3.21 +"44769",0.41,"Ideal","F","IF",61.1,58,1621,4.82,4.84,2.95 +"44770",0.42,"Ideal","D","VVS1",61.8,55,1621,4.85,4.83,2.99 +"44771",0.42,"Ideal","D","VVS1",62.8,56,1621,4.8,4.76,3 +"44772",0.42,"Ideal","D","VVS1",61.6,56,1621,4.82,4.79,2.96 +"44773",0.42,"Ideal","D","VVS1",61.8,56,1621,4.82,4.79,2.97 +"44774",0.54,"Ideal","F","VS2",62.8,57,1621,5.25,5.2,3.28 +"44775",0.7,"Premium","H","I1",60,59,1621,5.8,5.77,3.47 +"44776",0.61,"Very Good","D","SI1",62.4,59,1622,5.42,5.45,3.39 +"44777",0.56,"Ideal","I","VVS1",61.1,55,1622,5.33,5.35,3.26 +"44778",0.56,"Premium","I","VVS1",60.6,59,1622,5.29,5.33,3.22 +"44779",0.59,"Very Good","F","VS2",62.9,55,1622,5.32,5.39,3.37 +"44780",0.59,"Ideal","G","VS2",62.9,56,1622,5.35,5.33,3.36 +"44781",0.52,"Premium","E","VS2",60.6,58,1622,5.23,5.2,3.16 +"44782",0.52,"Premium","G","VS1",59.1,60,1622,5.24,5.19,3.08 +"44783",0.59,"Very Good","G","VS2",62.8,59,1623,5.28,5.33,3.33 +"44784",0.51,"Ideal","D","VS2",61.8,54,1623,5.12,5.17,3.18 +"44785",0.5,"Very Good","E","VS2",61.2,63,1623,5.14,5.09,3.13 +"44786",0.5,"Ideal","D","SI1",61.7,56,1623,5.16,5.11,3.17 +"44787",0.62,"Very Good","E","SI2",58.8,63,1624,5.58,5.61,3.29 +"44788",0.5,"Premium","E","VS2",61.3,60,1624,5.07,5.11,3.12 +"44789",0.5,"Premium","E","VS2",61.4,58,1624,5.07,5.12,3.13 +"44790",0.5,"Premium","E","VS2",61.8,58,1624,5.07,5.09,3.14 +"44791",0.5,"Very Good","E","VS2",61.4,59,1624,5.09,5.13,3.14 +"44792",0.5,"Ideal","E","VS2",62.2,54,1624,5.08,5.11,3.17 +"44793",0.5,"Very Good","E","VS2",61.1,61,1624,5.11,5.13,3.13 +"44794",0.5,"Ideal","G","VS1",62.3,55,1624,5.07,5.11,3.17 +"44795",0.5,"Very Good","E","VS2",62.8,57,1624,5.04,5.12,3.19 +"44796",0.5,"Ideal","E","VS2",61.8,55,1624,5.06,5.11,3.14 +"44797",0.5,"Very Good","E","VS2",61.5,56,1624,5.07,5.11,3.13 +"44798",0.5,"Premium","G","VS1",59.8,58,1624,5.15,5.19,3.09 +"44799",0.5,"Very Good","G","VS1",59.4,60,1624,5.13,5.17,3.06 +"44800",0.5,"Very Good","E","VS2",62.7,54,1624,5.07,5.1,3.19 +"44801",0.5,"Premium","E","VS2",62.3,60,1624,5.05,5.09,3.16 +"44802",0.5,"Ideal","E","VS2",61.5,57,1624,5.11,5.14,3.15 +"44803",0.5,"Very Good","E","VS2",61.3,58,1624,5.06,5.12,3.12 +"44804",0.5,"Very Good","E","VS2",61.8,58,1624,5.05,5.11,3.14 +"44805",0.5,"Premium","G","VS1",62.2,59,1624,5.04,5.09,3.15 +"44806",0.5,"Very Good","E","VS2",61.3,59,1624,5.05,5.1,3.11 +"44807",0.5,"Premium","G","VS1",60.7,60,1624,5.09,5.12,3.1 +"44808",0.5,"Premium","G","VS1",59.9,59,1624,5.12,5.16,3.08 +"44809",0.5,"Ideal","E","VS2",60,57,1624,5.12,5.15,3.08 +"44810",0.5,"Ideal","E","VS2",62.1,54,1624,5.11,5.13,3.18 +"44811",0.5,"Very Good","G","VS1",61,59,1624,5.09,5.14,3.12 +"44812",0.5,"Ideal","E","VS2",61.4,57,1624,5.08,5.11,3.13 +"44813",0.5,"Ideal","E","VS2",62.2,55,1624,5.07,5.09,3.16 +"44814",0.5,"Ideal","E","VS2",61.3,57,1624,5.13,5.15,3.15 +"44815",0.5,"Ideal","G","VS1",62,55,1624,5.05,5.11,3.15 +"44816",0.5,"Ideal","E","VS2",62.6,54,1624,5.08,5.11,3.19 +"44817",0.5,"Premium","G","VS1",62.5,58,1624,5.07,5.11,3.18 +"44818",0.5,"Premium","G","VS1",59.7,60,1624,5.11,5.14,3.06 +"44819",0.5,"Very Good","E","VS2",62.9,59,1624,5.06,5.09,3.19 +"44820",0.5,"Ideal","E","VS2",61.6,55,1624,5.09,5.14,3.15 +"44821",0.5,"Very Good","G","VS1",62.1,55,1624,5.06,5.22,3.19 +"44822",0.5,"Premium","G","VS1",62.5,60,1624,5.06,5.08,3.17 +"44823",0.52,"Ideal","F","VS2",61.3,57,1624,5.22,5.19,3.19 +"44824",0.53,"Ideal","F","VS1",61.5,56,1624,5.21,5.25,3.22 +"44825",0.39,"Ideal","G","IF",60.1,57,1624,4.74,4.77,2.85 +"44826",0.55,"Good","F","VS2",58.2,58,1624,5.42,5.46,3.16 +"44827",0.53,"Good","F","VS1",61.8,62.8,1624,5.13,5.16,3.18 +"44828",0.52,"Ideal","F","SI1",62,54,1624,5.19,5.16,3.21 +"44829",0.52,"Ideal","F","SI1",61.8,55,1624,5.19,5.15,3.2 +"44830",0.51,"Good","E","SI1",64.3,54,1624,5.1,5.07,3.27 +"44831",0.51,"Ideal","E","SI1",62.9,57,1624,5.1,5.09,3.2 +"44832",0.51,"Premium","E","SI1",61.7,59,1624,5.12,5.09,3.15 +"44833",0.51,"Premium","E","SI1",61.3,59,1624,5.15,5.13,3.15 +"44834",0.51,"Good","E","SI1",64.3,55,1624,5.12,5.05,3.27 +"44835",0.52,"Premium","E","SI1",61.8,60,1624,5.18,5.15,3.19 +"44836",0.52,"Very Good","E","VS2",61.5,58,1625,5.18,5.24,3.2 +"44837",0.6,"Ideal","G","VS2",62.1,57,1625,5.36,5.43,3.35 +"44838",0.55,"Very Good","F","VS2",62.5,56,1625,5.23,5.27,3.28 +"44839",0.6,"Premium","E","SI1",60.8,58,1625,5.46,5.5,3.33 +"44840",0.56,"Ideal","E","VS2",61.6,57,1625,5.3,5.32,3.27 +"44841",0.52,"Ideal","H","VVS1",61.7,56,1625,5.17,5.2,3.19 +"44842",0.42,"Ideal","H","VVS1",61.3,56,1625,4.83,4.86,2.97 +"44843",0.56,"Ideal","H","VS2",61.3,56,1625,5.32,5.27,3.25 +"44844",0.53,"Ideal","G","VS2",61,55,1625,5.23,5.24,3.2 +"44845",0.52,"Ideal","F","VS2",61.1,56,1625,5.19,5.23,3.18 +"44846",0.52,"Ideal","F","VS2",61.2,56,1625,5.19,5.37,3.2 +"44847",0.52,"Good","E","VS2",64.3,56,1625,5.02,5.14,3.27 +"44848",0.53,"Good","D","VS2",58.4,58,1625,5.31,5.38,3.12 +"44849",0.7,"Fair","I","SI2",65.9,58,1625,5.46,5.5,3.61 +"44850",0.71,"Very Good","J","VS2",62.6,57,1626,5.64,5.7,3.55 +"44851",0.58,"Ideal","I","VS2",61.8,55,1626,5.36,5.38,3.32 +"44852",0.5,"Ideal","H","VS2",61.7,55,1626,5.11,5.14,3.16 +"44853",0.5,"Ideal","H","VS2",61.5,56,1626,5.11,5.13,3.15 +"44854",0.5,"Good","F","VS2",57.7,61,1626,5.28,5.25,3.04 +"44855",0.56,"Very Good","F","VS2",60,57,1627,5.34,5.39,3.22 +"44856",0.5,"Very Good","D","VS2",62.8,60,1627,5.02,5.08,3.17 +"44857",0.5,"Very Good","D","VS2",63.4,57,1627,5.05,5.08,3.21 +"44858",0.51,"Very Good","F","VS1",63.3,57,1627,5.06,5.09,3.21 +"44859",0.51,"Premium","F","VS1",60.7,59,1627,5.11,5.13,3.11 +"44860",0.61,"Ideal","I","VS2",62,57,1627,5.43,5.46,3.37 +"44861",0.54,"Premium","D","VS2",61.6,56,1627,5.24,5.18,3.21 +"44862",0.51,"Very Good","H","VS1",60.7,56,1628,5.18,5.21,3.16 +"44863",0.51,"Very Good","H","VS1",62.3,56,1628,5.1,5.13,3.18 +"44864",0.51,"Very Good","H","VS1",60.7,56,1628,5.16,5.2,3.15 +"44865",0.51,"Very Good","H","VS1",62.3,57,1628,5.1,5.12,3.18 +"44866",0.5,"Very Good","D","VS2",61.2,56,1628,5.14,5.16,3.15 +"44867",0.73,"Good","E","I1",56.9,60,1628,5.98,5.93,3.39 +"44868",0.5,"Ideal","D","VS2",62,56,1628,5.1,5.13,3.17 +"44869",0.5,"Ideal","D","VS2",61.8,54,1628,5.13,5.16,3.18 +"44870",0.63,"Ideal","G","SI1",61.7,54,1628,5.52,5.56,3.42 +"44871",0.63,"Ideal","G","SI1",62,55,1628,5.49,5.54,3.42 +"44872",0.55,"Very Good","E","VS2",61.7,59,1629,5.2,5.27,3.23 +"44873",0.52,"Very Good","G","VS1",62.3,58,1629,5.14,5.17,3.21 +"44874",0.64,"Very Good","D","SI2",62.8,54,1629,5.5,5.52,3.46 +"44875",0.52,"Ideal","F","VS2",62.5,56,1629,5.12,5.16,3.21 +"44876",0.52,"Ideal","D","VS2",61.9,54,1629,5.13,5.18,3.19 +"44877",0.52,"Ideal","G","VS1",62.3,54,1629,5.15,5.18,3.22 +"44878",0.5,"Premium","E","VS2",62.9,60,1629,5.04,5.01,3.16 +"44879",0.5,"Premium","G","VS1",58.9,59,1629,5.21,5.15,3.05 +"44880",0.5,"Premium","G","VS1",61.1,60,1629,5.1,5.05,3.1 +"44881",0.5,"Premium","G","VS1",60.7,62,1629,5.1,5.08,3.09 +"44882",0.5,"Premium","G","VS1",60.3,60,1629,5.1,5.08,3.07 +"44883",0.5,"Premium","E","VS2",61.3,56,1629,5.16,5.11,3.15 +"44884",0.5,"Ideal","E","VS2",61,56,1629,5.17,5.12,3.14 +"44885",0.5,"Ideal","E","VS2",62.9,54,1629,5.14,5.1,3.22 +"44886",0.5,"Ideal","E","VS2",62.2,56,1629,5.12,5.11,3.18 +"44887",0.5,"Very Good","E","VS2",60,63,1629,5.12,5.08,3.06 +"44888",0.5,"Ideal","E","VS2",61.4,56,1629,5.12,5.08,3.13 +"44889",0.5,"Premium","E","VS2",61.8,59,1629,5.12,5.08,3.15 +"44890",0.5,"Premium","E","VS2",61.4,58,1629,5.1,5.07,3.12 +"44891",0.5,"Ideal","E","VS2",62.1,57,1629,5.1,5.05,3.15 +"44892",0.5,"Ideal","E","VS2",63,54,1629,5.09,5.04,3.19 +"44893",0.5,"Ideal","E","VS2",62.5,57,1629,5.1,5.04,3.17 +"44894",0.5,"Very Good","E","VS2",63.5,54,1629,5.08,5.03,3.21 +"44895",0.5,"Very Good","E","VS2",63.4,58,1629,5.06,5.04,3.2 +"44896",0.5,"Very Good","E","VS2",63.5,58,1629,5.07,5.04,3.21 +"44897",0.5,"Premium","E","VS2",62.4,62,1629,5.07,5.03,3.15 +"44898",0.5,"Very Good","E","VS2",63.2,57,1629,5.06,5.03,3.19 +"44899",0.5,"Very Good","E","VS2",63.2,56,1629,5.06,5.03,3.19 +"44900",0.5,"Ideal","E","VS2",63,57,1629,5.04,4.99,3.16 +"44901",0.5,"Premium","E","VS2",62.6,60,1629,5.03,5,3.14 +"44902",0.76,"Premium","G","I1",63,55,1629,5.83,5.74,3.65 +"44903",0.5,"Premium","G","VS1",60.8,60,1629,5.16,5.14,3.13 +"44904",0.5,"Very Good","E","VS2",63.4,59,1629,5.09,5.06,3.22 +"44905",0.55,"Premium","E","SI1",62.4,57.6,1630,5.23,5.28,3.27 +"44906",0.54,"Ideal","H","VS1",61.6,59,1630,5.22,5.24,3.22 +"44907",0.53,"Ideal","F","VS1",61.7,56,1630,5.2,5.22,3.21 +"44908",0.59,"Ideal","E","SI1",62.2,57,1630,5.34,5.37,3.33 +"44909",0.53,"Premium","D","SI1",60,58,1631,5.24,5.29,3.16 +"44910",0.53,"Very Good","D","SI1",61.4,57,1631,5.2,5.26,3.21 +"44911",0.53,"Ideal","D","SI1",62,55,1631,5.22,5.24,3.24 +"44912",0.53,"Very Good","F","VS2",61.9,58,1631,5.17,5.2,3.21 +"44913",0.53,"Ideal","F","VS2",61.8,55,1631,5.19,5.23,3.22 +"44914",0.53,"Ideal","F","VS2",61.5,55,1631,5.2,5.27,3.22 +"44915",0.53,"Premium","D","SI1",61,58,1631,5.18,5.22,3.17 +"44916",0.53,"Ideal","F","VS2",61.1,56,1631,5.22,5.26,3.2 +"44917",0.53,"Ideal","D","SI1",62.2,56,1631,5.19,5.23,3.24 +"44918",0.53,"Very Good","F","VS2",60.6,55,1631,5.23,5.26,3.18 +"44919",0.53,"Premium","F","VS2",61.4,60,1631,5.18,5.21,3.19 +"44920",0.53,"Ideal","D","SI1",61.7,56,1631,5.15,5.23,3.2 +"44921",0.56,"Ideal","G","SI1",62,57,1631,5.25,5.27,3.26 +"44922",0.73,"Fair","F","SI2",64.7,56,1631,5.6,5.53,3.6 +"44923",0.74,"Very Good","E","SI2",63.3,59,1632,5.82,5.78,3.67 +"44924",0.5,"Ideal","F","VS2",61.4,57,1632,5.16,5.13,3.16 +"44925",0.58,"Ideal","G","VS2",62.3,53.7,1632,5.35,5.38,3.34 +"44926",0.51,"Ideal","G","VS1",60.2,56,1632,5.18,5.24,3.14 +"44927",0.51,"Ideal","G","VS1",60.2,57,1632,5.16,5.21,3.13 +"44928",0.51,"Ideal","G","VS1",59,59,1632,5.25,5.28,3.11 +"44929",0.51,"Ideal","F","VS1",61.8,54,1632,5.15,5.18,3.19 +"44930",0.5,"Very Good","D","VS2",63.2,60,1632,5.04,5.02,3.18 +"44931",0.57,"Very Good","G","VS2",59.9,54.6,1633,5.43,5.46,3.26 +"44932",0.51,"Very Good","D","VS2",63.2,60,1633,5.04,5.06,3.19 +"44933",0.58,"Very Good","H","VS2",61.2,55.8,1633,5.39,5.41,3.3 +"44934",0.51,"Ideal","D","VS2",61.7,56,1633,5.12,5.15,3.17 +"44935",0.54,"Ideal","H","VS1",61.3,55.9,1633,5.23,5.27,3.21 +"44936",0.56,"Ideal","G","SI1",61.5,56,1633,5.31,5.32,3.27 +"44937",0.51,"Ideal","F","SI1",60.8,57,1633,5.15,5.18,3.14 +"44938",0.59,"Ideal","E","SI1",61.7,56,1633,5.35,5.45,3.33 +"44939",0.68,"Fair","G","SI1",58,71,1633,5.85,5.7,3.35 +"44940",0.56,"Ideal","G","SI1",61.2,54,1633,5.36,5.32,3.27 +"44941",0.62,"Premium","F","SI1",61.3,60,1633,5.48,5.45,3.35 +"44942",0.51,"Very Good","E","VS1",64.4,55,1634,5.03,5.07,3.25 +"44943",0.55,"Ideal","G","VS2",60.1,55,1634,5.33,5.37,3.22 +"44944",0.55,"Ideal","H","VS1",62.3,56,1634,5.22,5.27,3.27 +"44945",0.51,"Ideal","G","VS1",61.2,55,1634,5.15,5.19,3.16 +"44946",0.58,"Premium","F","SI1",61,57,1634,5.41,5.34,3.28 +"44947",0.58,"Premium","F","SI1",62.2,61,1634,5.33,5.25,3.29 +"44948",0.5,"Good","D","VS2",63.4,56,1635,5.05,5.1,3.22 +"44949",0.5,"Good","D","VS2",63.3,54,1635,5.04,5.07,3.2 +"44950",0.5,"Good","D","VS2",63.4,57,1635,5.04,5.09,3.21 +"44951",0.5,"Very Good","D","VS2",62.8,58,1635,5,5.03,3.15 +"44952",0.5,"Good","D","VS2",63.7,56,1635,5.05,5.09,3.23 +"44953",0.5,"Ideal","D","VS2",62.4,55,1635,5.1,5.13,3.19 +"44954",0.53,"Very Good","G","VS1",60.9,56,1636,5.24,5.27,3.2 +"44955",0.51,"Ideal","E","VS1",62.7,56,1636,5.1,5.14,3.21 +"44956",0.51,"Very Good","E","VS1",62,61,1636,5.11,5.14,3.18 +"44957",0.58,"Very Good","I","VVS1",63,57,1636,5.29,5.34,3.35 +"44958",0.58,"Ideal","E","SI1",61.5,55,1636,5.34,5.39,3.3 +"44959",0.58,"Ideal","E","SI1",61.6,55,1636,5.33,5.38,3.3 +"44960",0.58,"Ideal","G","VS2",61.9,56,1636,5.34,5.38,3.32 +"44961",0.58,"Premium","I","VVS1",62.6,59,1636,5.27,5.31,3.31 +"44962",0.55,"Ideal","F","VS2",62,56,1636,5.3,5.25,3.27 +"44963",0.53,"Very Good","F","VS2",63.4,56,1636,5.16,5.13,3.26 +"44964",0.53,"Premium","F","VS2",62.1,58,1636,5.21,5.16,3.22 +"44965",0.53,"Good","D","SI1",63.8,56,1636,5.16,5.12,3.28 +"44966",0.69,"Premium","I","SI1",62,59,1636,5.66,5.63,3.5 +"44967",0.7,"Premium","G","SI2",58.9,59,1636,5.73,5.7,3.37 +"44968",0.53,"Very Good","D","SI1",63.4,58,1636,5.15,5.11,3.25 +"44969",0.5,"Very Good","G","VS1",62.7,59,1637,5.04,5.07,3.17 +"44970",0.54,"Ideal","G","VS1",62.2,56,1637,5.19,5.23,3.24 +"44971",0.32,"Ideal","H","VS2",60.8,56,523,4.46,4.49,2.72 +"44972",0.32,"Ideal","H","VS2",61.2,56,523,4.42,4.44,2.71 +"44973",0.32,"Ideal","H","VS2",60.9,56,523,4.42,4.44,2.7 +"44974",0.32,"Ideal","H","VS2",61.2,55,523,4.41,4.45,2.71 +"44975",0.32,"Ideal","I","VS1",62.4,54,523,4.38,4.4,2.74 +"44976",0.32,"Ideal","I","VS1",60.9,57,523,4.43,4.47,2.71 +"44977",0.32,"Ideal","I","VS1",61.3,56,523,4.43,4.45,2.72 +"44978",0.32,"Ideal","I","VS1",62,54,523,4.37,4.41,2.72 +"44979",0.35,"Ideal","H","SI1",61.5,56,523,4.56,4.58,2.81 +"44980",0.35,"Ideal","H","SI1",60.8,56,523,4.58,4.6,2.79 +"44981",0.31,"Premium","I","SI1",61.3,58,523,4.37,4.34,2.67 +"44982",0.31,"Premium","G","SI2",61.8,59,523,4.34,4.3,2.67 +"44983",0.31,"Premium","G","SI2",63,57,523,4.35,4.32,2.73 +"44984",0.31,"Premium","G","SI2",62.3,57,523,4.37,4.33,2.71 +"44985",0.31,"Ideal","G","SI2",61.7,56,523,4.38,4.34,2.69 +"44986",0.31,"Premium","G","SI2",60.3,59,523,4.37,4.35,2.63 +"44987",0.31,"Ideal","G","SI2",60.5,57,523,4.4,4.36,2.65 +"44988",0.31,"Premium","G","SI2",61.3,58,523,4.4,4.37,2.69 +"44989",0.31,"Premium","J","VS1",61.8,59,523,4.33,4.31,2.67 +"44990",0.31,"Premium","J","VS1",60.7,60,523,4.39,4.34,2.65 +"44991",0.31,"Ideal","I","SI1",62.7,56,523,4.34,4.3,2.71 +"44992",0.31,"Good","I","SI1",63.8,55,523,4.34,4.31,2.76 +"44993",0.31,"Ideal","I","SI1",63,57,523,4.34,4.32,2.73 +"44994",0.31,"Premium","I","SI1",60.7,60,523,4.37,4.33,2.64 +"44995",0.31,"Premium","I","SI1",61.5,59,523,4.37,4.35,2.68 +"44996",0.31,"Premium","I","SI1",61.4,61,523,4.39,4.34,2.68 +"44997",0.31,"Very Good","I","SI1",63.3,53,523,4.32,4.3,2.73 +"44998",0.31,"Premium","I","SI1",62.3,59,523,4.32,4.29,2.68 +"44999",0.31,"Very Good","I","SI1",63.5,56,523,4.32,4.28,2.73 +"45000",0.31,"Very Good","G","SI2",63.3,54,523,4.34,4.29,2.73 +"45001",0.57,"Ideal","F","VS2",62.3,55,1637,5.3,5.36,3.32 +"45002",0.57,"Ideal","F","VS2",62.1,55,1637,5.31,5.35,3.31 +"45003",0.57,"Very Good","F","VS2",62,54,1637,5.31,5.34,3.3 +"45004",0.57,"Ideal","F","VS2",59.2,57,1637,5.45,5.5,3.24 +"45005",0.54,"Good","E","VS2",63.1,58,1637,5.13,5.21,3.26 +"45006",0.54,"Very Good","E","VS2",60.7,56,1637,5.29,5.32,3.22 +"45007",0.54,"Premium","G","VS1",61.1,60,1637,5.23,5.28,3.21 +"45008",0.46,"Ideal","D","VS1",62.6,56,1637,4.92,4.95,3.09 +"45009",0.46,"Ideal","D","VS1",61.6,57,1637,4.95,4.98,3.06 +"45010",0.4,"Ideal","D","VVS1",61.6,56,1637,4.74,4.77,2.93 +"45011",0.5,"Ideal","H","VS1",61.1,56,1637,5.1,5.14,3.13 +"45012",0.62,"Ideal","F","SI1",62.7,54,1637,5.47,5.53,3.45 +"45013",0.54,"Premium","H","VS1",61.3,58,1637,5.25,5.22,3.21 +"45014",0.54,"Premium","G","VS2",62,58,1637,5.21,5.18,3.22 +"45015",0.54,"Ideal","G","VS2",61.9,57,1637,5.23,5.18,3.22 +"45016",0.54,"Ideal","G","VS2",60.7,56,1637,5.29,5.25,3.2 +"45017",0.54,"Premium","H","VS1",61.9,56,1637,5.29,5.24,3.26 +"45018",0.54,"Premium","I","VVS1",60.8,61,1637,5.28,5.22,3.19 +"45019",0.54,"Ideal","H","VS1",62.4,56,1637,5.22,5.2,3.25 +"45020",0.54,"Ideal","H","VS1",61.9,56,1637,5.24,5.2,3.23 +"45021",0.54,"Premium","H","VS1",62.4,55,1637,5.25,5.2,3.26 +"45022",0.54,"Premium","H","VS1",60.8,61,1637,5.29,5.23,3.2 +"45023",0.54,"Ideal","H","VS1",62.7,57,1637,5.23,5.17,3.26 +"45024",0.54,"Ideal","H","VS1",61.5,56,1637,5.24,5.23,3.22 +"45025",0.54,"Premium","G","VS2",60,59,1637,5.42,5.22,3.19 +"45026",0.54,"Ideal","G","VS2",62.3,54,1637,5.27,5.23,3.27 +"45027",0.54,"Ideal","G","VS2",60.4,57,1637,5.33,5.26,3.2 +"45028",0.54,"Premium","G","VS2",62.7,58,1637,5.19,5.15,3.24 +"45029",0.54,"Premium","G","VS2",61,60,1637,5.24,5.18,3.18 +"45030",0.54,"Ideal","E","SI1",60.5,57,1637,5.3,5.28,3.2 +"45031",0.54,"Ideal","E","SI1",61.5,57,1637,5.25,5.22,3.22 +"45032",0.54,"Premium","E","SI1",62.2,58,1637,5.26,5.23,3.26 +"45033",0.54,"Ideal","E","SI1",62.1,56,1637,5.24,5.19,3.24 +"45034",0.54,"Premium","G","VS2",58.7,62,1637,5.36,5.34,3.14 +"45035",0.54,"Good","G","VS2",56.9,62,1637,5.42,5.4,3.08 +"45036",0.54,"Premium","E","SI1",61.6,61,1637,5.23,5.2,3.21 +"45037",0.96,"Fair","H","I1",61.5,63,1637,6.22,6.06,3.78 +"45038",0.51,"Very Good","E","VS2",63.3,55,1638,5.12,5.09,3.23 +"45039",0.51,"Very Good","E","VS2",63.5,57,1638,5.09,5.05,3.22 +"45040",0.55,"Ideal","E","VS2",62,56,1639,5.26,5.25,3.26 +"45041",0.54,"Very Good","F","VS2",60.9,55,1639,5.25,5.31,3.21 +"45042",0.54,"Ideal","H","VVS2",61.6,56,1639,5.24,5.27,3.24 +"45043",0.52,"Ideal","H","VVS1",60.7,57,1639,5.23,5.25,3.18 +"45044",0.53,"Ideal","F","SI1",61.5,56,1639,5.2,5.24,3.21 +"45045",0.53,"Ideal","F","SI1",61.9,55,1639,5.19,5.21,3.22 +"45046",0.63,"Very Good","H","VS2",61.2,59.2,1640,5.48,5.51,3.36 +"45047",0.51,"Very Good","E","VS2",61.8,58,1640,5.13,5.07,3.15 +"45048",0.5,"Ideal","I","VVS2",60.5,57,1640,5.14,5.17,3.12 +"45049",0.54,"Good","G","VS1",59,62,1640,5.3,5.28,3.12 +"45050",0.47,"Premium","E","VS1",61.8,58,1640,5.03,4.97,3.09 +"45051",0.65,"Premium","E","SI2",61.4,59,1640,5.57,5.52,3.41 +"45052",0.52,"Very Good","E","VS2",63,58,1641,5.07,5.12,3.21 +"45053",0.52,"Very Good","G","VS1",63.8,58,1641,5.06,5.09,3.24 +"45054",0.58,"Ideal","G","VS2",61.1,55,1641,5.45,5.42,3.32 +"45055",0.63,"Ideal","H","VS2",62.1,54,1641,5.51,5.54,3.43 +"45056",0.58,"Very Good","E","SI1",63.1,56,1641,5.36,5.32,3.37 +"45057",0.58,"Premium","E","SI1",62.7,58,1641,5.33,5.32,3.34 +"45058",0.62,"Fair","F","SI1",55.1,66,1641,5.85,5.7,3.18 +"45059",0.58,"Premium","E","SI1",60.7,61,1641,5.47,5.27,3.28 +"45060",0.59,"Premium","E","VS2",59.1,61,1641,5.61,5.53,3.29 +"45061",0.57,"Very Good","G","VS2",63.3,56,1641,5.3,5.25,3.34 +"45062",0.58,"Fair","E","SI1",64.4,57,1641,5.26,5.24,3.38 +"45063",0.53,"Very Good","G","VS1",63.1,56,1642,5.12,5.15,3.24 +"45064",0.57,"Ideal","G","VS2",60.2,59,1642,5.38,5.42,3.25 +"45065",0.57,"Good","F","VS2",62.8,62,1642,5.22,5.25,3.29 +"45066",0.51,"Premium","D","SI1",61.9,60,1642,5.15,5.12,3.18 +"45067",0.67,"Fair","F","SI1",56,67,1642,5.81,5.78,3.25 +"45068",0.55,"Very Good","H","VS1",61,56,1643,5.26,5.3,3.22 +"45069",0.55,"Ideal","E","VS2",59.3,57,1643,5.39,5.43,3.21 +"45070",0.71,"Very Good","J","SI1",60.7,58,1643,5.78,5.81,3.52 +"45071",0.46,"Ideal","F","VS1",61.7,56,1643,4.93,4.96,3.05 +"45072",0.59,"Good","F","VS2",64.9,57,1643,5.2,5.25,3.39 +"45073",0.48,"Very Good","E","VS1",62.2,62,1644,4.95,4.99,3.09 +"45074",0.51,"Ideal","D","VS2",60.5,56,1644,5.2,5.21,3.15 +"45075",0.52,"Ideal","E","VS2",61.5,56,1644,5.14,5.17,3.17 +"45076",0.52,"Ideal","E","VS2",61.3,55,1644,5.19,5.22,3.19 +"45077",0.52,"Ideal","E","VS2",61,57,1644,5.19,5.21,3.17 +"45078",0.71,"Good","J","VS2",63.5,64,1644,5.65,5.6,3.57 +"45079",0.54,"Ideal","G","VS2",61,57,1644,5.24,5.28,3.21 +"45080",0.54,"Good","D","VS2",60.9,60,1644,5.28,5.36,3.24 +"45081",0.57,"Premium","E","VS2",62.5,55,1645,5.33,5.27,3.31 +"45082",0.55,"Ideal","D","VS2",61,56,1645,5.28,5.31,3.23 +"45083",0.5,"Good","G","VS1",59.8,63,1645,5.12,5.15,3.07 +"45084",0.55,"Premium","G","VS2",61.5,61,1645,5.27,5.23,3.23 +"45085",0.5,"Very Good","D","VS2",63.4,58,1646,5.04,5.06,3.2 +"45086",0.5,"Very Good","D","VS2",61.1,58,1646,5.07,5.11,3.11 +"45087",0.52,"Ideal","E","VS2",61.3,54,1646,5.21,5.2,3.19 +"45088",0.52,"Premium","E","VS2",60.9,58,1646,5.2,5.18,3.16 +"45089",0.5,"Ideal","D","VS2",60.1,59,1646,5.14,5.17,3.1 +"45090",0.6,"Ideal","F","SI1",61.5,58,1646,5.38,5.41,3.32 +"45091",0.59,"Ideal","D","SI1",62.5,55,1646,5.4,5.42,3.38 +"45092",0.64,"Good","F","SI1",57.9,64,1646,5.76,5.65,3.3 +"45093",0.56,"Premium","F","SI1",61,58,1646,5.36,5.33,3.26 +"45094",0.6,"Premium","G","SI1",61.9,61,1646,5.38,5.34,3.32 +"45095",0.6,"Premium","G","SI1",61.8,60,1646,5.38,5.37,3.32 +"45096",0.53,"Very Good","E","VS2",59.1,60,1647,5.3,5.26,3.12 +"45097",0.54,"Ideal","I","IF",61.6,53,1647,5.26,5.3,3.25 +"45098",0.53,"Very Good","G","VS1",62.3,55,1648,5.15,5.18,3.22 +"45099",0.53,"Very Good","G","VS1",61.2,57,1648,5.22,5.26,3.2 +"45100",0.57,"Very Good","G","VS1",59.3,56,1648,5.38,5.44,3.21 +"45101",0.5,"Ideal","H","VVS1",62.5,53,1648,5.09,5.12,3.19 +"45102",0.5,"Ideal","H","VVS1",61.9,54,1648,5.13,5.14,3.18 +"45103",0.6,"Ideal","H","VS2",61.1,56,1648,5.47,5.49,3.35 +"45104",0.52,"Ideal","H","VS1",61.1,57,1648,5.17,5.22,3.17 +"45105",0.59,"Ideal","H","VS2",62.2,59,1648,5.38,5.34,3.33 +"45106",0.54,"Premium","F","VS1",61.8,59,1649,5.16,5.23,3.21 +"45107",0.55,"Ideal","F","VS2",61.3,54,1649,5.27,5.33,3.25 +"45108",0.5,"Ideal","E","VS1",62.5,57,1649,4.99,5.05,3.14 +"45109",0.56,"Ideal","E","SI1",61.6,55,1649,5.31,5.33,3.28 +"45110",0.51,"Ideal","E","SI1",61.5,55,1649,5.18,5.15,3.18 +"45111",0.54,"Very Good","D","SI1",60.3,61,1650,5.26,5.29,3.18 +"45112",0.53,"Ideal","F","VS2",62.2,55,1650,5.16,5.19,3.22 +"45113",0.54,"Ideal","D","SI1",61.7,55,1650,5.23,5.27,3.24 +"45114",0.54,"Premium","D","SI1",62.6,57,1650,5.21,5.12,3.23 +"45115",0.7,"Premium","G","I1",61.9,58,1650,5.74,5.69,3.54 +"45116",0.71,"Good","I","SI1",63.6,63,1651,5.61,5.64,3.58 +"45117",0.71,"Good","I","SI1",60,64,1651,5.71,5.79,3.45 +"45118",0.57,"Very Good","D","VS2",60.4,57,1651,5.35,5.38,3.24 +"45119",0.52,"Ideal","E","VS2",61,55,1651,5.2,5.26,3.19 +"45120",0.52,"Ideal","D","SI1",62.5,56,1651,5.19,5.14,3.23 +"45121",0.52,"Premium","F","VS2",60,57,1651,5.24,5.22,3.14 +"45122",0.52,"Premium","F","VS2",58.5,60,1651,5.29,5.24,3.08 +"45123",0.52,"Premium","D","SI1",61.5,55,1651,5.21,5.19,3.2 +"45124",0.77,"Fair","D","SI2",65.1,63,1651,5.71,5.65,3.7 +"45125",0.85,"Fair","G","I1",62.7,60,1651,6.05,5.96,3.77 +"45126",0.59,"Very Good","E","SI1",62.9,58,1652,5.31,5.34,3.35 +"45127",0.51,"Ideal","G","VS1",62.3,53.5,1652,5.09,5.14,3.19 +"45128",0.59,"Ideal","F","SI1",61.7,56,1652,5.36,5.4,3.32 +"45129",0.62,"Ideal","H","VS2",62.8,57,1652,5.43,5.4,3.4 +"45130",0.53,"Ideal","E","VS2",62.8,55,1653,5.21,5.17,3.26 +"45131",0.52,"Very Good","E","VS2",62.5,58,1653,5.13,5.18,3.22 +"45132",0.54,"Very Good","F","VS1",61.8,59,1653,5.15,5.22,3.21 +"45133",0.54,"Very Good","F","VS1",60,59,1653,5.26,5.32,3.17 +"45134",0.53,"Very Good","E","VS2",62.8,57,1653,5.16,5.19,3.25 +"45135",0.56,"Premium","H","VS1",59.8,62,1653,5.36,5.31,3.19 +"45136",0.5,"Ideal","D","VS2",62.4,55,1653,5.09,5.1,3.18 +"45137",0.56,"Premium","E","SI1",62.5,59,1653,5.24,5.2,3.26 +"45138",0.53,"Ideal","I","IF",62.1,55,1654,5.18,5.22,3.23 +"45139",0.57,"Ideal","E","VS2",62.1,55,1654,5.33,5.37,3.32 +"45140",0.57,"Very Good","E","VS2",63,59,1654,5.25,5.29,3.32 +"45141",0.56,"Premium","F","VS2",59.6,58,1654,5.34,5.36,3.19 +"45142",0.46,"Ideal","G","IF",62.1,56,1654,4.93,4.96,3.07 +"45143",0.5,"Premium","F","VS2",60.7,58,1654,5.16,5.12,3.12 +"45144",0.5,"Ideal","F","VS2",61.6,53,1654,5.13,5.09,3.15 +"45145",0.5,"Premium","F","VS2",61.1,60,1654,5.12,5.1,3.12 +"45146",0.5,"Ideal","F","VS2",62.9,55,1654,5.1,5.07,3.2 +"45147",0.5,"Premium","F","VS2",61.3,60,1654,5.13,5.08,3.13 +"45148",0.5,"Premium","F","VS2",61.9,56,1654,5.13,5.08,3.16 +"45149",0.5,"Premium","F","VS2",62.4,60,1654,5.08,5.05,3.16 +"45150",0.5,"Premium","F","VS2",61.7,59,1654,5.09,5.05,3.13 +"45151",0.5,"Premium","F","VS2",61.8,58,1654,5.1,5.06,3.14 +"45152",0.5,"Premium","F","VS2",61.8,58,1654,5.1,5.07,3.14 +"45153",0.5,"Premium","F","VS2",62.1,58,1654,5.1,5.01,3.14 +"45154",0.5,"Premium","F","VS2",62.8,61,1654,5.07,5.03,3.17 +"45155",0.5,"Ideal","D","SI1",60.9,57,1654,5.18,5.14,3.14 +"45156",0.5,"Ideal","D","SI1",60.8,56,1654,5.14,5.12,3.12 +"45157",0.5,"Ideal","D","SI1",61.6,55,1654,5.13,5.1,3.15 +"45158",0.5,"Premium","D","SI1",62.2,59,1654,5.13,5.1,3.18 +"45159",0.5,"Premium","D","SI1",61.2,60,1654,5.14,5.09,3.13 +"45160",0.5,"Premium","D","SI1",62.2,57,1654,5.11,5.08,3.17 +"45161",0.5,"Premium","D","SI1",60.7,61,1654,5.12,5.09,3.1 +"45162",0.5,"Premium","D","SI1",62.1,58,1654,5.1,5.07,3.16 +"45163",0.5,"Ideal","D","SI1",62.9,57,1654,5.08,5.06,3.19 +"45164",0.5,"Ideal","D","SI1",62.6,57,1654,5.1,5.06,3.18 +"45165",0.5,"Ideal","D","SI1",61.9,57,1654,5.08,5.06,3.14 +"45166",0.5,"Premium","D","SI1",62.3,58,1654,5.07,5.04,3.15 +"45167",0.5,"Premium","D","SI1",62.6,56,1654,5.05,5.04,3.16 +"45168",0.6,"Ideal","F","SI1",62.7,54,1654,5.43,5.39,3.39 +"45169",0.53,"Premium","E","SI1",62.2,56,1654,5.22,5.16,3.23 +"45170",0.73,"Premium","J","VS2",62.8,58,1654,5.77,5.71,3.6 +"45171",0.5,"Premium","E","VS2",58.6,60,1654,5.21,5.16,3.04 +"45172",0.5,"Premium","E","VS2",60.6,59,1654,5.17,5.06,3.1 +"45173",0.53,"Very Good","G","VS1",59.6,58,1655,5.24,5.31,3.15 +"45174",0.57,"Ideal","H","VS2",61.6,57,1655,5.35,5.37,3.3 +"45175",0.53,"Ideal","F","VS2",61.2,56,1655,5.22,5.25,3.2 +"45176",0.53,"Ideal","F","VS2",61.1,54,1655,5.26,5.29,3.22 +"45177",0.5,"Ideal","E","VS2",60.6,59,1655,5.1,5.2,3.12 +"45178",0.58,"Very Good","E","VS2",61.9,58,1656,5.31,5.36,3.3 +"45179",0.51,"Ideal","G","VS1",61.7,56,1656,5.1,5.14,3.16 +"45180",0.51,"Ideal","E","VS2",61.8,57,1656,5.14,5.15,3.18 +"45181",0.51,"Very Good","G","VS1",62.9,58,1656,5.05,5.1,3.19 +"45182",0.51,"Ideal","G","VS1",62.7,56,1656,5.08,5.1,3.19 +"45183",0.51,"Ideal","E","VS2",61.8,56,1656,5.12,5.14,3.17 +"45184",0.51,"Ideal","E","VS2",62,56,1656,5.11,5.15,3.18 +"45185",0.51,"Ideal","G","VS1",62.1,55,1656,5.14,5.17,3.2 +"45186",0.51,"Ideal","E","VS2",61.7,54,1656,5.13,5.18,3.18 +"45187",0.51,"Ideal","G","VS1",62.2,55,1656,5.11,5.14,3.19 +"45188",0.51,"Premium","G","VS1",62.1,60,1656,5.1,5.11,3.17 +"45189",0.51,"Very Good","E","VS2",61.3,60,1656,5.11,5.16,3.15 +"45190",0.51,"Ideal","G","VS1",62.5,57,1656,5.07,5.14,3.19 +"45191",0.51,"Ideal","G","VS1",62.7,54,1656,5.08,5.1,3.19 +"45192",0.51,"Premium","G","VS1",62.3,59,1656,5.06,5.12,3.17 +"45193",0.51,"Ideal","E","VS2",60.4,57,1656,5.15,5.18,3.12 +"45194",0.51,"Ideal","G","VS1",61.9,56,1656,5.1,5.14,3.17 +"45195",0.51,"Ideal","E","VS2",61.6,56.3,1656,5.14,5.15,3.16 +"45196",0.51,"Ideal","E","VS2",60.9,56,1656,5.15,5.2,3.15 +"45197",0.51,"Ideal","G","VS1",59.7,57,1656,5.2,5.25,3.12 +"45198",0.51,"Premium","G","VS1",62.5,58,1656,5.09,5.11,3.19 +"45199",0.51,"Premium","E","VS2",61.7,58,1656,5.12,5.15,3.17 +"45200",0.51,"Ideal","E","VS2",62.6,55,1656,5.08,5.11,3.19 +"45201",0.51,"Premium","E","VS2",60.3,59,1656,5.2,5.22,3.14 +"45202",0.51,"Premium","E","VS2",61.9,59,1656,5.06,5.11,3.15 +"45203",0.51,"Premium","E","VS2",61,60,1656,5.12,5.17,3.14 +"45204",0.51,"Premium","G","VS1",61.1,58,1656,5.12,5.19,3.15 +"45205",0.51,"Very Good","G","VS1",62.7,56,1656,5.08,5.13,3.2 +"45206",0.51,"Ideal","E","VS2",61.5,57,1656,5.09,5.12,3.14 +"45207",0.51,"Premium","G","VS1",62.3,58,1656,5.08,5.13,3.18 +"45208",0.51,"Ideal","G","VS1",61.7,55,1656,5.14,5.17,3.18 +"45209",0.51,"Ideal","G","VS1",61,55,1656,5.11,5.21,3.15 +"45210",0.51,"Ideal","E","VS2",62.5,55,1656,5.08,5.13,3.19 +"45211",0.51,"Ideal","G","VS1",62,56,1656,5.06,5.16,3.17 +"45212",0.51,"Premium","E","VS2",62.5,59,1656,5.06,5.11,3.18 +"45213",0.51,"Premium","E","VS2",61.3,58,1656,5.13,5.15,3.15 +"45214",0.51,"Good","E","VS2",63.3,56,1656,5.08,5.12,3.23 +"45215",0.51,"Very Good","E","VS2",60.5,56,1656,5.18,5.24,3.15 +"45216",0.51,"Ideal","E","VS2",61.4,57,1656,5.13,5.16,3.16 +"45217",0.51,"Ideal","E","VS2",61.9,55,1656,5.13,5.17,3.19 +"45218",0.51,"Ideal","E","VS2",61.9,56,1656,5.12,5.16,3.18 +"45219",0.51,"Ideal","E","VS2",62.2,57,1656,5.08,5.11,3.17 +"45220",0.51,"Ideal","E","VS2",62.4,57,1656,5.1,5.13,3.19 +"45221",0.42,"Ideal","F","VVS1",61.4,56,1656,4.83,4.85,2.97 +"45222",0.52,"Ideal","E","SI1",61.1,57,1656,5.2,5.17,3.16 +"45223",0.52,"Ideal","E","SI1",62.4,58,1656,5.16,5.13,3.21 +"45224",0.52,"Ideal","E","SI1",60.7,55,1656,5.23,5.22,3.18 +"45225",0.5,"Very Good","F","VS1",58.8,60,1657,5.18,5.2,3.05 +"45226",0.54,"Very Good","F","VS1",60,61,1657,5.31,5.26,3.17 +"45227",0.7,"Premium","J","VS1",62,58,1657,5.68,5.74,3.54 +"45228",0.7,"Ideal","J","VS1",61.6,57,1657,5.72,5.77,3.54 +"45229",0.46,"Very Good","F","VVS1",61.4,57,1657,4.95,4.99,3.05 +"45230",0.46,"Ideal","E","VVS2",62.6,55,1657,4.92,4.95,3.09 +"45231",0.58,"Ideal","F","VS2",61.5,57,1657,5.34,5.39,3.3 +"45232",0.59,"Ideal","E","VS2",61.4,58,1657,5.38,5.4,3.31 +"45233",0.5,"Good","D","VS1",60.9,62,1657,5.05,5.06,3.08 +"45234",0.6,"Very Good","D","VS2",63.1,54,1657,5.41,5.33,3.39 +"45235",0.51,"Very Good","D","VS2",63.1,56,1658,5.06,5.12,3.21 +"45236",0.56,"Ideal","G","VS2",61.4,56,1658,5.33,5.35,3.28 +"45237",0.52,"Very Good","H","VS1",62.2,55,1659,5.15,5.18,3.21 +"45238",0.52,"Very Good","H","VS1",61.7,55,1659,5.15,5.17,3.19 +"45239",0.61,"Very Good","G","SI1",62,58,1659,5.43,5.48,3.38 +"45240",0.53,"Ideal","D","VS2",61,56,1659,5.26,5.29,3.22 +"45241",0.53,"Ideal","D","VS2",61.4,56,1659,5.18,5.21,3.19 +"45242",0.56,"Very Good","E","SI1",62.8,57.6,1659,5.26,5.31,3.32 +"45243",0.55,"Ideal","G","VS2",61.8,58,1659,5.23,5.26,3.24 +"45244",0.53,"Ideal","E","VS2",61.7,58,1659,5.16,5.27,3.22 +"45245",0.53,"Ideal","G","VS1",62.4,54,1659,5.18,5.21,3.24 +"45246",0.61,"Ideal","G","SI1",61.4,56,1659,5.46,5.49,3.36 +"45247",0.61,"Ideal","G","SI1",61.7,55,1659,5.46,5.49,3.38 +"45248",0.65,"Fair","I","VS2",65.1,55.6,1659,5.44,5.5,3.56 +"45249",0.43,"Ideal","D","VVS1",62.3,56,1659,4.82,4.81,3 +"45250",0.43,"Premium","D","VVS1",59.6,58,1659,4.94,4.89,2.93 +"45251",0.5,"Fair","G","VVS2",66.1,62,1659,4.92,4.88,3.24 +"45252",0.54,"Good","E","VS2",63.3,55,1660,5.2,5.26,3.31 +"45253",0.51,"Ideal","G","VS2",62.3,54,1660,5.17,5.12,3.21 +"45254",0.51,"Ideal","F","VS2",61.7,56,1660,5.13,5.15,3.17 +"45255",0.51,"Ideal","D","VS2",61.9,54,1660,5.14,5.17,3.19 +"45256",0.52,"Good","E","VS2",61.5,61,1660,5.16,5.09,3.15 +"45257",0.6,"Very Good","F","SI1",60.6,57,1661,5.46,5.5,3.32 +"45258",0.51,"Ideal","F","VS2",61.6,57,1661,5.14,5.15,3.17 +"45259",0.46,"Ideal","E","VVS1",62.6,57,1661,4.98,4.89,3.09 +"45260",0.54,"Ideal","F","VS2",62.2,57,1662,5.21,5.24,3.25 +"45261",0.54,"Very Good","D","SI1",62.1,56,1662,5.22,5.25,3.25 +"45262",0.54,"Ideal","D","SI1",61.5,56,1662,5.23,5.25,3.22 +"45263",0.54,"Ideal","D","SI1",60.7,56,1662,5.27,5.3,3.21 +"45264",0.54,"Ideal","D","SI1",62.4,57,1662,5.19,5.23,3.25 +"45265",0.54,"Ideal","F","VS2",62.3,56,1662,5.17,5.2,3.23 +"45266",0.54,"Ideal","F","VS2",60.1,56,1662,5.28,5.31,3.18 +"45267",0.54,"Very Good","D","SI1",62.9,57,1662,5.17,5.22,3.27 +"45268",0.54,"Ideal","D","SI1",62.1,56,1662,5.21,5.25,3.25 +"45269",0.54,"Premium","D","SI1",60.4,60,1662,5.22,5.24,3.16 +"45270",0.54,"Ideal","F","VS2",61.4,57,1662,5.2,5.25,3.21 +"45271",0.54,"Very Good","D","SI1",62,55,1662,5.21,5.24,3.24 +"45272",0.54,"Very Good","F","VS2",59.5,58,1662,5.29,5.36,3.17 +"45273",0.54,"Premium","F","VS2",61.8,58,1662,5.22,5.29,3.25 +"45274",0.54,"Very Good","F","VS2",59.4,57,1662,5.29,5.35,3.16 +"45275",0.54,"Premium","H","VVS2",60.6,60,1662,5.29,5.31,3.21 +"45276",0.54,"Very Good","D","SI1",62.1,58,1662,5.21,5.23,3.24 +"45277",0.54,"Ideal","F","VS2",60.3,55,1662,5.26,5.32,3.19 +"45278",0.54,"Ideal","D","SI1",60.8,57,1662,5.25,5.31,3.21 +"45279",0.56,"Ideal","G","VS2",60.9,56,1662,5.34,5.36,3.26 +"45280",0.56,"Ideal","G","VS2",60.7,55,1662,5.32,5.35,3.24 +"45281",0.56,"Ideal","G","VS2",60.8,55,1662,5.33,5.37,3.25 +"45282",0.55,"Ideal","G","VS2",61.4,56.3,1662,5.26,5.29,3.24 +"45283",0.56,"Ideal","G","VS2",59.6,57,1662,5.37,5.39,3.21 +"45284",0.52,"Ideal","F","VS2",60.6,55,1662,5.19,5.27,3.17 +"45285",0.52,"Ideal","G","VS1",61.2,56,1662,5.19,5.22,3.18 +"45286",0.52,"Ideal","G","VS1",60.9,56,1662,5.2,5.24,3.18 +"45287",0.51,"Premium","G","VS1",62.1,58,1662,5.12,5.09,3.17 +"45288",0.51,"Ideal","G","VS1",61.6,56,1662,5.18,5.15,3.18 +"45289",0.51,"Premium","G","VS1",62.2,58,1662,5.11,5.09,3.17 +"45290",0.51,"Premium","E","VS2",59.3,58,1662,5.23,5.2,3.09 +"45291",0.51,"Ideal","E","VS2",61.5,55,1662,5.23,5.14,3.19 +"45292",0.51,"Premium","E","VS2",59.2,61,1662,5.17,5.16,3.06 +"45293",0.51,"Ideal","E","VS2",61.4,55,1662,5.2,5.15,3.18 +"45294",0.51,"Ideal","E","VS2",61,57,1662,5.21,5.12,3.15 +"45295",0.51,"Ideal","E","VS2",61.9,57,1662,5.12,5.09,3.16 +"45296",0.51,"Premium","E","VS2",60.6,58,1662,5.15,5.12,3.11 +"45297",0.51,"Very Good","E","VS2",63.1,55,1662,5.13,5.1,3.23 +"45298",0.51,"Ideal","E","VS2",62,54,1662,5.13,5.1,3.17 +"45299",0.51,"Very Good","E","VS2",63.1,57,1662,5.12,5.08,3.22 +"45300",0.51,"Very Good","E","VS2",63.3,57,1662,5.12,5.05,3.22 +"45301",0.31,"Very Good","G","SI2",63.2,55,523,4.33,4.31,2.73 +"45302",0.31,"Premium","F","SI2",63,58,523,4.36,4.34,2.74 +"45303",0.3,"Very Good","D","SI1",62.3,57,524,4.26,4.31,2.67 +"45304",0.3,"Ideal","D","SI1",62,53,524,4.33,4.35,2.69 +"45305",0.3,"Ideal","D","SI1",62.1,57,524,4.25,4.28,2.65 +"45306",0.3,"Ideal","D","SI1",61.9,55,524,4.31,4.35,2.68 +"45307",0.3,"Ideal","D","SI1",61.9,55,524,4.32,4.34,2.68 +"45308",0.3,"Ideal","D","SI1",61.7,57,524,4.28,4.31,2.65 +"45309",0.3,"Ideal","D","SI1",61.9,57,524,4.28,4.32,2.66 +"45310",0.26,"Good","F","VVS1",64,57,524,4.03,4.06,2.59 +"45311",0.3,"Premium","F","VS2",61.8,60,524,4.27,4.3,2.65 +"45312",0.3,"Very Good","F","VS2",58.8,60,524,4.37,4.41,2.58 +"45313",0.3,"Ideal","G","VS1",61.1,56,524,4.35,4.36,2.66 +"45314",0.3,"Ideal","G","VS1",61.4,55,524,4.32,4.38,2.67 +"45315",0.32,"Ideal","H","VS1",62.7,56,524,4.39,4.42,2.76 +"45316",0.32,"Very Good","G","VS2",60.1,61,524,4.41,4.44,2.66 +"45317",0.32,"Very Good","G","VS2",58.4,57,524,4.51,4.53,2.64 +"45318",0.32,"Premium","H","VS1",61.6,59,524,4.37,4.39,2.7 +"45319",0.32,"Ideal","G","VS2",62.4,55,524,4.36,4.39,2.73 +"45320",0.32,"Good","E","SI1",63.5,56,524,4.34,4.38,2.77 +"45321",0.32,"Ideal","G","VS2",62,57,524,4.37,4.41,2.72 +"45322",0.32,"Very Good","E","SI1",60.4,61,524,4.39,4.42,2.66 +"45323",0.3,"Very Good","F","VS2",63,55,524,4.28,4.29,2.7 +"45324",0.3,"Very Good","F","VS2",61.4,55,524,4.32,4.37,2.67 +"45325",0.32,"Good","E","SI1",63.1,54,524,4.37,4.41,2.77 +"45326",0.32,"Good","E","SI1",63.1,56,524,4.34,4.37,2.75 +"45327",0.32,"Good","E","SI1",63.4,56,524,4.31,4.34,2.74 +"45328",0.32,"Ideal","H","VS1",62.1,55,524,4.39,4.4,2.73 +"45329",0.32,"Premium","E","SI1",61.2,58,524,4.37,4.42,2.69 +"45330",0.32,"Ideal","G","VS2",62.1,56,524,4.36,4.4,2.72 +"45331",0.51,"Very Good","E","VS2",63.5,56,1662,5.08,5.06,3.22 +"45332",0.51,"Good","E","VS2",63.6,54,1662,5.09,5.06,3.23 +"45333",0.51,"Ideal","E","VS2",62.9,57,1662,5.11,5.07,3.2 +"45334",0.51,"Premium","E","VS2",62.5,59,1662,5.09,5.08,3.18 +"45335",0.51,"Good","E","VS2",63.8,57,1662,5.07,5.05,3.23 +"45336",0.51,"Good","E","VS2",63.8,55,1662,5.08,5.05,3.23 +"45337",0.51,"Premium","E","VS2",59.2,58,1662,5.27,5.23,3.11 +"45338",0.67,"Ideal","G","SI1",60.4,57,1662,5.67,5.65,3.42 +"45339",0.51,"Ideal","G","VS1",61.8,57,1662,5.14,5.12,3.17 +"45340",0.57,"Ideal","G","SI1",62,55,1662,5.35,5.32,3.31 +"45341",0.7,"Premium","F","SI2",59.5,61,1662,5.78,5.68,3.41 +"45342",0.72,"Good","J","SI1",60.1,64,1663,5.83,5.75,3.48 +"45343",0.52,"Very Good","H","VVS1",63.9,59,1664,5.08,5.1,3.25 +"45344",0.52,"Very Good","D","VS2",60,57,1664,5.22,5.25,3.14 +"45345",0.52,"Very Good","D","VS2",63.6,59,1664,5.09,5.13,3.25 +"45346",0.53,"Very Good","G","VS1",62.2,59,1664,5.14,5.18,3.21 +"45347",0.59,"Ideal","E","SI1",62.4,55,1664,5.34,5.39,3.35 +"45348",0.59,"Very Good","G","VS2",61.1,57,1664,5.4,5.43,3.31 +"45349",0.59,"Very Good","E","SI1",62.9,57,1664,5.33,5.36,3.36 +"45350",0.59,"Ideal","G","VS2",62.6,54,1664,5.32,5.38,3.35 +"45351",0.59,"Ideal","E","SI1",61.4,56,1664,5.36,5.39,3.3 +"45352",0.59,"Ideal","E","SI1",62,55,1664,5.37,5.4,3.34 +"45353",0.59,"Premium","E","SI1",61.8,60,1664,5.33,5.39,3.31 +"45354",0.55,"Premium","E","VS2",59.1,62,1664,5.37,5.32,3.16 +"45355",0.56,"Ideal","F","VS2",62,56,1664,5.27,5.31,3.28 +"45356",0.52,"Ideal","D","VS2",61.4,56,1664,5.16,5.19,3.18 +"45357",0.56,"Ideal","D","SI1",61.2,57,1664,5.37,5.35,3.28 +"45358",0.67,"Good","D","SI2",64.7,55,1664,5.5,5.54,3.57 +"45359",0.55,"Premium","E","VS2",59.1,60,1664,5.35,5.31,3.15 +"45360",0.55,"Ideal","H","VS2",62,55,1664,5.31,5.28,3.28 +"45361",0.52,"Very Good","E","VS2",62.2,56,1665,5.16,5.17,3.21 +"45362",0.54,"Very Good","G","VS1",61.6,54,1665,5.26,5.3,3.25 +"45363",0.5,"Very Good","E","VS1",62.5,58,1665,5.04,5.11,3.17 +"45364",0.64,"Very Good","G","SI1",64,53.8,1665,5.49,5.53,3.53 +"45365",0.52,"Ideal","H","VS1",61.7,55,1665,5.17,5.21,3.2 +"45366",0.4,"Ideal","D","VVS1",61.1,56,1665,4.77,4.82,2.93 +"45367",0.55,"Ideal","E","VS2",61.5,57,1665,5.25,5.29,3.24 +"45368",0.57,"Ideal","I","VS1",61,56,1665,5.37,5.41,3.29 +"45369",0.52,"Ideal","G","VS1",61.7,57,1665,5.16,5.18,3.19 +"45370",0.5,"Ideal","E","VS1",62.2,54,1665,5.1,5.13,3.18 +"45371",0.53,"Ideal","G","SI1",61.6,57,1665,5.19,5.24,3.21 +"45372",0.51,"Good","D","VS2",63.7,57,1665,5.05,5,3.2 +"45373",0.5,"Good","G","VVS2",64.1,56,1666,5.02,5.06,3.23 +"45374",0.58,"Ideal","F","VS2",62.1,55,1666,5.33,5.37,3.32 +"45375",0.7,"Premium","J","SI1",61.6,58,1666,5.66,5.73,3.51 +"45376",0.7,"Very Good","I","VS2",62.2,59,1666,5.64,5.71,3.53 +"45377",0.7,"Very Good","J","SI1",61.9,58,1666,5.64,5.67,3.5 +"45378",0.58,"Ideal","F","VS2",62.1,56,1666,5.33,5.37,3.32 +"45379",0.72,"Very Good","J","SI1",62.7,56,1666,5.66,5.72,3.57 +"45380",0.5,"Ideal","H","SI1",61.3,56,1666,5.12,5.16,3.15 +"45381",0.5,"Ideal","H","SI1",61.3,54,1666,5.12,5.16,3.15 +"45382",0.5,"Premium","F","VS1",62.9,58,1666,5.09,5.05,3.19 +"45383",0.5,"Premium","F","VS1",59.9,61,1666,5.16,5.13,3.08 +"45384",0.68,"Premium","H","SI1",59.5,59,1666,5.77,5.73,3.42 +"45385",0.58,"Very Good","F","VS2",63,59,1667,5.27,5.39,3.36 +"45386",0.55,"Ideal","E","VS2",61.8,57,1667,5.27,5.34,3.28 +"45387",0.55,"Ideal","E","VS2",61.4,56,1667,5.26,5.32,3.25 +"45388",0.55,"Very Good","G","VS1",59.4,62,1667,5.32,5.36,3.17 +"45389",0.55,"Ideal","G","VS1",61.3,57,1667,5.25,5.28,3.23 +"45390",0.72,"Premium","J","SI2",60.3,58,1667,5.81,5.73,3.48 +"45391",0.54,"Premium","F","VS2",58.2,60,1667,5.39,5.34,3.12 +"45392",0.54,"Premium","D","SI1",60,58,1667,5.3,5.26,3.17 +"45393",0.54,"Very Good","D","SI1",63.2,55,1667,5.21,5.17,3.28 +"45394",0.54,"Premium","F","VS2",58.9,59,1667,5.37,5.32,3.15 +"45395",0.63,"Premium","I","VS1",62,58,1667,5.52,5.45,3.4 +"45396",0.56,"Premium","E","VS2",61.1,59,1668,5.34,5.27,3.24 +"45397",0.51,"Very Good","H","VVS1",60.9,56,1668,5.17,5.22,3.16 +"45398",0.51,"Very Good","G","VS1",61.1,56,1668,5.17,5.2,3.17 +"45399",0.55,"Ideal","H","VVS2",61.9,56,1668,5.22,5.25,3.24 +"45400",0.55,"Ideal","H","VVS2",62.1,55,1668,5.25,5.28,3.27 +"45401",0.55,"Ideal","H","VVS2",61.6,55,1668,5.3,5.31,3.26 +"45402",0.55,"Ideal","H","VVS2",60.7,55,1668,5.32,5.34,3.24 +"45403",0.51,"Good","D","VS2",63.5,56,1668,5.07,5.1,3.23 +"45404",0.51,"Very Good","D","VS2",62.5,58,1668,5.12,5.18,3.22 +"45405",0.51,"Good","D","VS2",63.5,56,1668,5.04,5.1,3.22 +"45406",0.52,"Premium","E","VS1",61.6,58,1668,5.14,5.18,3.18 +"45407",0.51,"Good","D","VS2",63.1,58,1668,5.08,5.13,3.22 +"45408",0.52,"Ideal","E","VS1",62.5,56,1668,5.11,5.16,3.21 +"45409",0.52,"Ideal","E","VS1",62.6,57,1668,5.11,5.15,3.21 +"45410",0.51,"Ideal","H","VS1",62,56,1668,5.14,5.17,3.2 +"45411",0.51,"Ideal","H","VS1",61.6,55,1668,5.17,5.19,3.19 +"45412",0.51,"Ideal","G","VS1",61.9,56,1668,5.11,5.14,3.17 +"45413",0.51,"Ideal","G","VS1",61.7,56,1668,5.1,5.2,3.18 +"45414",0.51,"Ideal","G","VS1",60.4,59,1668,5.16,5.21,3.13 +"45415",0.61,"Good","G","VS2",59.9,61,1668,5.48,5.6,3.32 +"45416",0.55,"Premium","G","VS2",62.3,56,1668,5.29,5.24,3.28 +"45417",0.55,"Ideal","E","SI1",60.7,57,1668,5.3,5.27,3.21 +"45418",0.55,"Ideal","E","SI1",60.6,56,1668,5.33,5.3,3.22 +"45419",0.55,"Ideal","E","SI1",61.7,57,1668,5.27,5.23,3.24 +"45420",0.55,"Ideal","E","SI1",61.7,56,1668,5.29,5.24,3.25 +"45421",0.55,"Premium","E","SI1",61.2,59,1668,5.28,5.25,3.22 +"45422",0.55,"Premium","E","SI1",61,61,1668,5.3,5.25,3.22 +"45423",0.55,"Ideal","E","SI1",61.4,55,1668,5.29,5.26,3.24 +"45424",0.55,"Ideal","E","SI1",62.3,56,1668,5.26,5.23,3.27 +"45425",0.55,"Ideal","E","SI1",62.1,55,1668,5.26,5.21,3.25 +"45426",0.51,"Fair","D","VS2",64.4,54,1668,5.06,5.03,3.25 +"45427",0.55,"Very Good","E","VS2",62.3,61,1669,5.16,5.21,3.23 +"45428",0.51,"Ideal","H","VVS2",61.2,57,1669,5.14,5.19,3.16 +"45429",0.54,"Ideal","F","SI1",61.8,56,1669,5.22,5.23,3.23 +"45430",0.54,"Ideal","I","IF",60.8,56,1669,5.28,5.37,3.24 +"45431",0.6,"Very Good","F","SI1",60.3,59,1670,5.42,5.5,3.29 +"45432",0.58,"Ideal","E","VS2",61.9,56,1670,5.34,5.38,3.32 +"45433",0.57,"Ideal","E","SI1",60.8,55,1670,5.39,5.41,3.28 +"45434",0.52,"Very Good","E","VS2",63.3,56,1670,5.12,5.08,3.23 +"45435",0.5,"Very Good","D","VS1",63.7,57,1671,5.08,5.13,3.25 +"45436",0.58,"Ideal","H","VS1",61.2,55,1671,5.39,5.42,3.31 +"45437",0.59,"Ideal","D","SI1",61.7,56,1671,5.39,5.43,3.34 +"45438",0.51,"Very Good","E","VS2",59.5,63,1671,5.22,5.17,3.09 +"45439",0.57,"Premium","E","VS2",62.9,57,1672,5.29,5.24,3.31 +"45440",0.35,"Ideal","D","VVS1",61.4,55,1672,4.55,4.57,2.8 +"45441",0.56,"Ideal","F","VS2",61.6,56,1672,5.28,5.31,3.26 +"45442",0.54,"Ideal","D","VS2",61.1,56,1672,5.23,5.27,3.21 +"45443",0.7,"Fair","J","VS2",64.6,58,1672,5.58,5.56,3.6 +"45444",0.7,"Very Good","I","SI2",63.2,60,1672,5.62,5.55,3.53 +"45445",0.5,"Premium","E","VS1",60.1,58,1672,5.21,5.17,3.12 +"45446",0.55,"Ideal","D","VS2",61.6,57,1673,5.25,5.3,3.25 +"45447",0.67,"Ideal","F","SI2",62,58,1673,5.6,5.63,3.48 +"45448",0.52,"Good","E","VS2",58.3,61,1673,5.26,5.31,3.08 +"45449",0.72,"Good","H","SI2",64.1,58,1674,5.65,5.68,3.63 +"45450",0.53,"Ideal","H","VVS2",61.8,56,1674,5.2,5.22,3.22 +"45451",0.51,"Ideal","D","VS2",61.5,56,1674,5.21,5.17,3.19 +"45452",0.61,"Very Good","G","VS2",63,58,1675,5.4,5.43,3.41 +"45453",0.71,"Very Good","J","VS2",62.1,58,1675,5.71,5.73,3.55 +"45454",0.5,"Premium","E","VS1",62.4,59,1675,5.06,5.1,3.17 +"45455",0.5,"Very Good","E","VS1",62.7,56,1675,5.09,5.12,3.2 +"45456",0.5,"Very Good","E","VS1",61.7,57,1675,5.12,5.16,3.17 +"45457",0.5,"Ideal","E","VS1",61.9,55,1675,5.08,5.13,3.16 +"45458",0.7,"Good","I","SI2",63.5,56,1675,5.59,5.63,3.56 +"45459",0.5,"Premium","E","VS1",62.2,58,1675,5.03,5.06,3.14 +"45460",0.51,"Ideal","E","VS2",61.9,55,1675,5.1,5.14,3.17 +"45461",0.52,"Ideal","G","SI1",61.2,55,1675,5.2,5.23,3.19 +"45462",0.52,"Ideal","G","SI1",61.4,56,1675,5.18,5.21,3.19 +"45463",0.55,"Ideal","E","SI1",61.7,54,1675,5.26,5.27,3.25 +"45464",0.55,"Very Good","F","VS2",61.8,57,1676,5.23,5.28,3.25 +"45465",0.54,"Very Good","E","VS1",61.7,58,1676,5.24,5.27,3.24 +"45466",0.53,"Ideal","E","VS2",61.5,56,1676,5.18,5.23,3.2 +"45467",0.53,"Ideal","E","VS2",61.8,56,1676,5.17,5.21,3.21 +"45468",0.5,"Premium","E","VS2",62.6,58,1676,5.12,5.07,3.19 +"45469",0.5,"Ideal","E","VS2",62.9,55,1676,5.11,5.07,3.2 +"45470",0.5,"Premium","E","VS2",62.9,60,1676,5.1,5.07,3.2 +"45471",0.5,"Premium","E","VS2",62,58,1676,5.09,5.07,3.15 +"45472",0.5,"Ideal","E","VS2",62,56,1676,5.1,5.06,3.15 +"45473",0.5,"Ideal","E","VS2",62.3,57,1676,5.08,5.04,3.15 +"45474",0.5,"Premium","E","VS2",62.8,60,1676,5.08,5.02,3.17 +"45475",0.5,"Premium","E","VS2",62.7,59,1676,5.06,5.02,3.16 +"45476",0.72,"Premium","F","SI2",61.3,59,1676,5.81,5.76,3.55 +"45477",0.76,"Premium","G","SI2",58.8,59,1676,5.97,5.93,3.5 +"45478",0.57,"Premium","F","SI1",59.5,60,1676,5.43,5.42,3.23 +"45479",0.52,"Ideal","D","VS2",60.3,56,1677,5.24,5.27,3.17 +"45480",0.56,"Ideal","D","SI1",61.9,55,1677,5.29,5.31,3.28 +"45481",0.51,"Very Good","D","VS2",62.2,57,1678,5.11,5.14,3.19 +"45482",0.51,"Ideal","D","VS2",62.2,58,1678,5.1,5.12,3.18 +"45483",0.5,"Ideal","D","VS2",61.7,53,1678,5.14,5.16,3.18 +"45484",0.51,"Ideal","D","VS2",62.4,55,1678,5.12,5.14,3.2 +"45485",0.53,"Ideal","H","VS1",61.7,56,1678,5.21,5.23,3.22 +"45486",0.53,"Ideal","H","VS1",61.6,55,1678,5.2,5.22,3.21 +"45487",0.53,"Ideal","H","VS1",61.8,56,1678,5.22,5.26,3.24 +"45488",0.5,"Ideal","E","VS1",62.4,58,1678,5.04,5.06,3.15 +"45489",0.5,"Good","F","VVS2",64.5,62.3,1678,4.92,4.93,3.17 +"45490",0.53,"Very Good","E","VS2",63.5,59,1678,5.17,5.13,3.27 +"45491",0.6,"Very Good","H","VS1",60.2,60,1679,5.45,5.48,3.29 +"45492",0.56,"Very Good","F","SI1",60,57,1679,5.41,5.38,3.24 +"45493",0.55,"Ideal","F","VS2",61.3,55,1679,5.29,5.31,3.25 +"45494",0.52,"Ideal","D","VS2",62,56,1679,5.17,5.19,3.21 +"45495",0.5,"Ideal","F","VS1",62,55.1,1679,5.05,5.11,3.16 +"45496",0.5,"Ideal","F","VS1",62.5,52.4,1679,5.07,5.11,3.18 +"45497",0.51,"Very Good","F","VS1",60,59,1680,5.18,5.22,3.12 +"45498",0.52,"Very Good","F","VS2",60,61.5,1680,5.19,5.23,3.13 +"45499",0.58,"Ideal","I","VVS1",62.1,56,1680,5.32,5.34,3.31 +"45500",0.54,"Ideal","F","VS2",60.5,56,1680,5.27,5.29,3.2 +"45501",0.54,"Ideal","F","VS2",59.8,58,1680,5.29,5.34,3.18 +"45502",0.51,"Ideal","F","VS1",60.4,56,1680,5.18,5.21,3.14 +"45503",0.57,"Good","F","VS2",60,61,1680,5.36,5.43,3.24 +"45504",0.54,"Ideal","I","VVS1",62.7,57,1681,5.22,5.14,3.25 +"45505",0.61,"Ideal","F","SI1",61.4,56,1681,5.46,5.42,3.34 +"45506",1,"Premium","J","I1",58.3,58,1681,6.61,6.51,3.82 +"45507",0.53,"Very Good","D","VS2",62.6,58,1682,5.14,5.18,3.23 +"45508",0.52,"Very Good","E","VS1",60.7,54,1682,5.22,5.29,3.19 +"45509",0.5,"Very Good","D","VS2",61.2,55,1682,5.07,5.12,3.12 +"45510",0.56,"Ideal","G","VS1",60.7,57,1682,5.27,5.34,3.22 +"45511",0.55,"Ideal","F","VS1",60.3,57,1682,5.32,5.37,3.23 +"45512",0.51,"Ideal","E","SI1",61.5,57,1682,5.11,5.16,3.16 +"45513",0.55,"Good","F","VS1",59.5,62,1682,5.3,5.35,3.17 +"45514",0.64,"Premium","E","SI1",61.2,62,1682,5.56,5.52,3.39 +"45515",0.52,"Ideal","E","SI1",61,57,1682,5.22,5.2,3.18 +"45516",0.58,"Ideal","E","VS2",62.3,54,1683,5.39,5.43,3.37 +"45517",0.58,"Ideal","E","VS2",61.7,57,1683,5.35,5.42,3.32 +"45518",0.43,"Ideal","G","IF",61.3,55,1683,4.86,4.89,2.99 +"45519",0.53,"Ideal","F","VS2",62.3,55,1683,5.2,5.17,3.23 +"45520",0.53,"Ideal","D","SI1",62.3,56,1683,5.18,5.15,3.22 +"45521",0.53,"Ideal","D","SI1",62,57,1683,5.23,5.19,3.23 +"45522",0.5,"Premium","D","VS2",61.1,58,1683,5.18,5.09,3.14 +"45523",0.54,"Ideal","E","VS2",61.8,55,1684,5.26,5.22,3.24 +"45524",0.57,"Ideal","F","VS2",61.6,56,1684,5.37,5.34,3.3 +"45525",0.54,"Premium","G","VS1",61.1,59,1684,5.2,5.24,3.19 +"45526",0.57,"Ideal","D","SI1",61.4,55,1684,5.34,5.35,3.28 +"45527",0.5,"Ideal","H","VVS1",61.4,57,1684,5.08,5.11,3.12 +"45528",0.59,"Ideal","D","SI1",62.1,56,1684,5.36,5.4,3.34 +"45529",0.54,"Ideal","G","VS1",61.4,57,1684,5.23,5.2,3.2 +"45530",0.5,"Premium","E","VS2",59.3,62,1684,5.25,5.18,3.09 +"45531",0.56,"Ideal","F","SI1",61.1,55.9,1685,5.33,5.35,3.26 +"45532",0.54,"Good","G","VS1",60.8,62,1685,5.22,5.24,3.18 +"45533",0.56,"Very Good","G","VS1",60.2,56,1686,5.35,5.37,3.23 +"45534",0.55,"Ideal","H","VS1",61.2,56,1686,5.26,5.3,3.23 +"45535",0.81,"Fair","H","SI2",66.2,58,1687,5.78,5.74,3.81 +"45536",0.51,"Ideal","D","SI1",60.4,55,1687,5.48,5.18,3.16 +"45537",0.56,"Ideal","H","VS2",62.4,56,1687,5.27,5.23,3.28 +"45538",0.51,"Ideal","F","VS2",61.4,56,1687,5.16,5.13,3.16 +"45539",0.51,"Ideal","F","VS2",60.6,56,1687,5.19,5.17,3.14 +"45540",0.51,"Premium","F","VS2",61,58,1687,5.17,5.1,3.13 +"45541",0.51,"Premium","F","VS2",62.1,58,1687,5.12,5.09,3.17 +"45542",0.51,"Ideal","F","VS2",62.9,55,1687,5.12,5.08,3.21 +"45543",0.51,"Ideal","F","VS2",62.9,57,1687,5.11,5.09,3.21 +"45544",0.51,"Ideal","D","SI1",61.8,55,1687,5.18,5.14,3.19 +"45545",0.51,"Premium","D","SI1",60.1,60,1687,5.17,5.15,3.1 +"45546",0.51,"Premium","D","SI1",61,60,1687,5.18,5.15,3.15 +"45547",0.51,"Premium","D","SI1",60.3,59,1687,5.22,5.2,3.14 +"45548",0.51,"Premium","D","SI1",62.3,57,1687,5.13,5.08,3.18 +"45549",0.51,"Ideal","D","SI1",62.4,57,1687,5.13,5.09,3.19 +"45550",0.51,"Ideal","D","SI1",61.6,56,1687,5.12,5.1,3.15 +"45551",0.51,"Ideal","D","SI1",61.7,55,1687,5.16,5.11,3.17 +"45552",0.51,"Premium","D","SI1",61.6,58,1687,5.14,5.12,3.16 +"45553",0.51,"Premium","D","SI1",60.9,59,1687,5.19,5.13,3.14 +"45554",0.51,"Premium","D","SI1",60.1,60,1687,5.18,5.14,3.1 +"45555",0.51,"Ideal","D","SI1",62.8,56,1687,5.09,5.07,3.19 +"45556",0.51,"Ideal","F","VS2",63.2,57,1687,5.08,5.05,3.2 +"45557",0.54,"Premium","E","VS2",59,60,1687,5.38,5.32,3.15 +"45558",0.56,"Very Good","H","VS1",59.8,56,1688,5.35,5.38,3.21 +"45559",0.5,"Very Good","D","VS2",63,57,1688,5.03,5.06,3.18 +"45560",0.64,"Very Good","F","SI1",60.7,59,1688,5.51,5.59,3.37 +"45561",0.53,"Good","F","VS1",64.2,56,1688,5.11,5.14,3.29 +"45562",0.52,"Ideal","E","VS2",62.6,57,1689,5.09,5.17,3.21 +"45563",0.52,"Good","G","VS1",63.3,55,1689,5.09,5.12,3.23 +"45564",0.52,"Ideal","E","VS2",61.8,55,1689,5.17,5.19,3.2 +"45565",0.52,"Ideal","G","VS1",62.3,55,1689,5.14,5.16,3.21 +"45566",0.52,"Ideal","E","VS2",61.1,57,1689,5.18,5.2,3.17 +"45567",0.52,"Ideal","E","VS2",59.5,57,1689,5.25,5.27,3.13 +"45568",0.52,"Premium","G","VS1",61.2,60,1689,5.13,5.19,3.16 +"45569",0.52,"Premium","E","VS2",60.7,58,1689,5.17,5.21,3.15 +"45570",0.52,"Very Good","E","VS2",60.3,60,1689,5.17,5.21,3.13 +"45571",0.52,"Very Good","E","VS2",62.5,56,1689,5.15,5.18,3.23 +"45572",0.52,"Ideal","E","VS2",62.2,56,1689,5.11,5.15,3.19 +"45573",0.52,"Ideal","E","VS2",61.1,55,1689,5.2,5.27,3.2 +"45574",0.52,"Ideal","G","VS1",62.7,56,1689,5.14,5.16,3.23 +"45575",0.52,"Very Good","G","VS1",61.1,58,1689,5.16,5.19,3.16 +"45576",0.52,"Premium","G","VS1",62.4,59,1689,5.13,5.16,3.21 +"45577",0.52,"Ideal","E","VS2",61.7,55,1689,5.16,5.21,3.2 +"45578",0.52,"Very Good","G","VS1",61.7,56,1689,5.17,5.21,3.2 +"45579",0.52,"Ideal","G","VS1",61.1,55,1689,5.15,5.19,3.16 +"45580",0.52,"Ideal","G","VS1",61.8,55,1689,5.17,5.21,3.21 +"45581",0.52,"Very Good","G","VS1",62.4,60,1689,5.11,5.12,3.19 +"45582",0.52,"Ideal","G","VS1",60.9,55,1689,5.16,5.22,3.16 +"45583",0.52,"Ideal","E","VS2",61.2,56,1689,5.16,5.23,3.18 +"45584",0.52,"Ideal","G","VS1",62.4,56,1689,5.11,5.15,3.2 +"45585",0.52,"Ideal","G","VS1",62.7,57,1689,5.12,5.15,3.22 +"45586",0.52,"Ideal","E","VS2",62,55,1689,5.14,5.19,3.2 +"45587",0.52,"Ideal","E","VS2",61.9,56,1689,5.12,5.16,3.18 +"45588",0.57,"Premium","F","VS1",59.9,59,1689,5.35,5.4,3.22 +"45589",0.52,"Very Good","E","VS2",60.9,57,1689,5.17,5.2,3.16 +"45590",0.52,"Premium","G","VS1",62.6,59,1689,5.08,5.11,3.19 +"45591",0.52,"Very Good","E","VS2",62.3,57,1689,5.1,5.17,3.2 +"45592",0.52,"Ideal","E","VS2",60.9,57,1689,5.21,5.23,3.18 +"45593",0.52,"Ideal","H","VS2",61.7,55,1689,5.2,5.23,3.22 +"45594",0.52,"Ideal","D","VS2",62.1,57,1689,5.13,5.17,3.2 +"45595",0.51,"Ideal","G","VS1",62.4,57,1689,5.1,5.13,3.19 +"45596",0.56,"Ideal","I","IF",61.9,54,1689,5.29,5.34,3.29 +"45597",0.53,"Ideal","E","VS2",62.1,54.6,1690,5.19,5.21,3.23 +"45598",0.5,"Ideal","D","VS2",61.9,55,1690,5.09,5.12,3.16 +"45599",0.5,"Ideal","D","VS2",61.9,57,1690,5.08,5.1,3.15 +"45600",0.58,"Ideal","G","SI1",61.5,56,1690,5.35,5.38,3.3 +"45601",0.5,"Good","G","VVS2",61.2,63.3,1690,5.06,5.08,3.1 +"45602",0.47,"Good","E","VVS1",64,62,1690,4.9,4.97,3.16 +"45603",0.5,"Good","E","VS1",60.3,62,1690,5.1,5.11,3.08 +"45604",0.71,"Premium","J","SI1",62.4,61,1690,5.68,5.63,3.53 +"45605",0.61,"Ideal","D","SI2",59.9,57,1690,5.55,5.53,3.32 +"45606",0.71,"Fair","G","SI2",65.6,56,1691,5.54,5.49,3.63 +"45607",0.54,"Premium","F","VS2",62.4,58,1691,5.25,5.2,3.26 +"45608",0.57,"Ideal","G","VS2",61.5,55,1691,5.33,5.37,3.29 +"45609",0.5,"Ideal","F","VS2",62.7,56,1691,5.07,5.1,3.19 +"45610",0.56,"Ideal","H","VS1",62.2,55.3,1691,5.26,5.31,3.28 +"45611",0.52,"Ideal","G","VS1",60.8,55,1691,5.2,5.26,3.18 +"45612",0.51,"Ideal","G","VS1",61.9,56,1691,5.12,5.16,3.18 +"45613",0.56,"Ideal","E","SI1",61.6,56,1691,5.29,5.33,3.27 +"45614",0.69,"Fair","G","SI2",65.4,63,1691,5.49,5.43,3.57 +"45615",0.7,"Fair","J","VVS1",67.6,54,1691,5.56,5.41,3.71 +"45616",0.5,"Very Good","F","VS1",62,58,1692,5.08,5.11,3.16 +"45617",0.55,"Very Good","D","SI1",60.7,58,1692,5.24,5.3,3.2 +"45618",0.55,"Very Good","D","SI1",61.2,58,1692,5.24,5.29,3.22 +"45619",0.55,"Ideal","F","VS2",61.7,57,1692,5.24,5.29,3.25 +"45620",0.55,"Ideal","F","VS2",61.1,57,1692,5.27,5.3,3.23 +"45621",0.55,"Ideal","F","VS2",61.1,56,1692,5.27,5.31,3.23 +"45622",0.55,"Premium","D","SI1",61,58,1692,5.27,5.29,3.22 +"45623",0.55,"Ideal","F","VS2",61.7,56,1692,5.26,5.3,3.26 +"45624",0.55,"Very Good","F","VS2",61.7,56,1692,5.25,5.29,3.25 +"45625",0.55,"Ideal","D","SI1",60.6,56,1692,5.27,5.32,3.21 +"45626",0.61,"Ideal","J","VVS1",60.9,56,1692,5.45,5.51,3.34 +"45627",0.53,"Ideal","G","VS1",62.2,55,1692,5.18,5.21,3.23 +"45628",0.69,"Fair","I","VS1",57.9,63,1692,5.73,5.77,3.33 +"45629",0.53,"Very Good","F","VS2",59.2,58,1693,5.29,5.31,3.14 +"45630",0.4,"Ideal","D","VVS2",61.2,56,1693,4.76,4.78,2.92 +"45631",0.32,"Good","E","SI1",63.3,55,524,4.33,4.36,2.75 +"45632",0.3,"Very Good","H","VVS2",61.5,57,525,4.32,4.36,2.66 +"45633",0.28,"Very Good","H","VVS1",62.9,54,525,4.2,4.23,2.65 +"45634",0.25,"Very Good","G","VVS1",61.7,56,525,4.07,4.09,2.51 +"45635",0.25,"Very Good","G","VVS1",63,54,525,4.02,4.04,2.54 +"45636",0.25,"Very Good","G","VVS1",61.8,56,525,4.03,4.06,2.5 +"45637",0.25,"Very Good","G","VVS1",60.6,55,525,4.12,4.14,2.5 +"45638",0.25,"Very Good","G","VVS1",61.8,57,525,4.04,4.07,2.5 +"45639",0.25,"Very Good","G","VVS1",61.4,56,525,4.04,4.07,2.49 +"45640",0.23,"Very Good","F","VVS1",60.7,55,525,3.98,4,2.42 +"45641",0.36,"Ideal","J","VVS2",61.7,55,525,4.61,4.63,2.85 +"45642",0.25,"Ideal","G","VVS2",62,54,525,4.05,4.08,2.52 +"45643",0.25,"Ideal","G","VVS2",62.1,57,525,4.01,4.07,2.5 +"45644",0.25,"Ideal","G","VVS2",61.5,56,525,4.06,4.08,2.5 +"45645",0.25,"Ideal","G","VVS2",62.1,56,525,4.02,4.05,2.5 +"45646",0.25,"Ideal","G","VVS2",61.9,55,525,4.07,4.1,2.53 +"45647",0.25,"Ideal","H","VVS1",60.2,56,525,4.1,4.11,2.47 +"45648",0.25,"Ideal","H","VVS1",62.4,55,525,4.04,4.08,2.53 +"45649",0.29,"Ideal","G","VS2",61.6,56,525,4.26,4.29,2.63 +"45650",0.29,"Ideal","G","VS2",60.7,55,525,4.31,4.35,2.63 +"45651",0.38,"Ideal","J","SI1",62,54,525,4.66,4.7,2.9 +"45652",0.38,"Ideal","J","SI1",62,54,525,4.67,4.71,2.91 +"45653",0.38,"Ideal","J","SI1",61.8,54,525,4.68,4.7,2.9 +"45654",0.25,"Ideal","H","IF",61.4,57,525,4.05,4.08,2.49 +"45655",0.25,"Premium","E","VS2",59.7,61,525,4.1,4.08,2.44 +"45656",0.25,"Very Good","E","VVS2",63.1,55,526,3.98,4.04,2.53 +"45657",0.25,"Very Good","E","VVS1",60.1,57,526,4.08,4.11,2.46 +"45658",0.3,"Very Good","E","SI1",59.7,59.9,526,4.36,4.4,2.61 +"45659",0.25,"Very Good","F","IF",63.3,59,526,3.99,4.04,2.54 +"45660",0.24,"Ideal","F","VVS2",62.4,55,526,3.99,4.02,2.5 +"45661",0.54,"Premium","F","SI1",62.3,58,1693,5.26,5.2,3.26 +"45662",0.5,"Very Good","G","VS1",61,58,1694,5.08,5.15,3.12 +"45663",0.59,"Ideal","D","SI1",61.2,56,1694,5.38,5.43,3.31 +"45664",0.59,"Good","D","SI1",63.7,56,1694,5.32,5.35,3.4 +"45665",0.52,"Ideal","G","VS1",62.8,55,1694,5.16,5.13,3.23 +"45666",0.52,"Ideal","G","VS1",63,54,1694,5.17,5.12,3.24 +"45667",0.53,"Ideal","D","VS2",61.8,57,1694,5.17,5.21,3.21 +"45668",0.52,"Ideal","G","VS1",61.3,56,1694,5.2,5.17,3.18 +"45669",0.52,"Ideal","E","VS2",61.4,54,1694,5.23,5.2,3.2 +"45670",0.52,"Ideal","E","VS2",61.5,56,1694,5.2,5.18,3.19 +"45671",0.52,"Ideal","E","VS2",61.3,57,1694,5.22,5.19,3.19 +"45672",0.52,"Ideal","E","VS2",62.1,56,1694,5.2,5.17,3.22 +"45673",0.52,"Ideal","E","VS2",60.4,57,1694,5.22,5.17,3.14 +"45674",0.52,"Very Good","E","VS2",63.4,57,1694,5.16,5.12,3.26 +"45675",0.52,"Premium","E","VS2",61.6,59,1694,5.16,5.14,3.17 +"45676",0.52,"Premium","E","VS2",62.5,60,1694,5.14,5.1,3.2 +"45677",0.52,"Ideal","E","VS2",61.7,57,1694,5.17,5.1,3.17 +"45678",0.56,"Ideal","H","VS2",61.8,54,1694,5.34,5.31,3.29 +"45679",0.52,"Ideal","H","VVS1",62.4,55,1695,5.11,5.15,3.2 +"45680",0.5,"Ideal","E","VS2",61.3,55,1695,5.13,5.15,3.15 +"45681",0.54,"Ideal","E","VS2",61.6,59,1695,5.21,5.24,3.22 +"45682",0.53,"Ideal","G","VS1",61.9,55,1695,5.22,5.25,3.24 +"45683",0.5,"Ideal","F","VS1",61.6,57,1695,5.07,5.09,3.13 +"45684",0.5,"Ideal","F","VS1",61.2,56,1695,5.13,5.17,3.15 +"45685",0.55,"Good","E","VS2",59.8,61,1695,5.29,5.32,3.17 +"45686",0.54,"Ideal","H","VVS2",61.1,56,1696,5.23,5.28,3.21 +"45687",0.54,"Ideal","H","VVS2",61.8,56,1696,5.25,5.27,3.25 +"45688",0.71,"Premium","I","SI2",62.1,58,1696,5.7,5.67,3.53 +"45689",0.7,"Fair","D","SI2",71.6,55,1696,5.47,5.28,3.85 +"45690",0.51,"Very Good","F","VS1",62.4,59,1697,5.04,5.09,3.16 +"45691",0.51,"Very Good","E","VS1",60.4,59,1697,5.16,5.2,3.13 +"45692",0.53,"Ideal","F","VS1",60.7,55,1697,5.32,5.25,3.21 +"45693",0.51,"Ideal","E","VS1",61.8,55,1697,5.15,5.18,3.19 +"45694",0.7,"Good","H","SI2",64.2,58,1697,5.56,5.6,3.58 +"45695",0.7,"Fair","I","SI1",65.8,57,1697,5.46,5.55,3.62 +"45696",0.54,"Very Good","G","VS1",63.6,56,1698,5.17,5.24,3.31 +"45697",0.51,"Very Good","H","SI1",61,55,1698,5.18,5.21,3.17 +"45698",0.5,"Premium","E","VS1",58.8,62,1698,5.17,5.14,3.03 +"45699",0.59,"Ideal","I","VVS1",61.6,55,1698,5.4,5.45,3.34 +"45700",0.58,"Ideal","E","VS2",60.9,59,1698,5.36,5.44,3.29 +"45701",0.57,"Ideal","E","VS2",62.2,55,1698,5.3,5.34,3.31 +"45702",0.6,"Ideal","D","SI1",61.4,55,1698,5.43,5.45,3.34 +"45703",0.56,"Ideal","I","VVS1",62,56,1698,5.29,5.26,3.27 +"45704",0.56,"Premium","I","VVS1",62.4,56,1698,5.28,5.24,3.28 +"45705",0.56,"Ideal","I","VVS1",62,57,1698,5.33,5.29,3.29 +"45706",0.56,"Ideal","G","VS2",62.1,56,1698,5.31,5.29,3.29 +"45707",0.56,"Ideal","G","VS2",61,57,1698,5.34,5.32,3.25 +"45708",0.56,"Ideal","H","VS1",62.8,56,1698,5.28,5.23,3.3 +"45709",0.56,"Ideal","G","VS2",61.2,56,1698,5.33,5.29,3.25 +"45710",0.56,"Ideal","G","VS2",61.7,56,1698,5.34,5.3,3.28 +"45711",0.56,"Ideal","G","VS2",60.6,57,1698,5.36,5.33,3.24 +"45712",0.56,"Premium","G","VS2",60.9,58,1698,5.36,5.34,3.26 +"45713",0.56,"Premium","G","VS2",62.5,57,1698,5.28,5.25,3.29 +"45714",0.56,"Ideal","G","VS2",62,56,1698,5.3,5.28,3.28 +"45715",0.56,"Ideal","G","VS2",61.9,55,1698,5.32,5.28,3.28 +"45716",0.56,"Ideal","E","SI1",62.3,56,1698,5.3,5.26,3.29 +"45717",0.56,"Ideal","E","SI1",61.7,56,1698,5.33,5.3,3.28 +"45718",0.56,"Ideal","E","SI1",60.9,56,1698,5.35,5.32,3.25 +"45719",0.56,"Ideal","E","SI1",62.7,57,1698,5.27,5.23,3.29 +"45720",0.55,"Ideal","F","VS2",61.2,55,1698,5.3,5.28,3.24 +"45721",0.55,"Premium","F","VS2",62.2,58,1698,5.26,5.22,3.26 +"45722",0.55,"Ideal","F","VS2",62.7,55,1698,5.26,5.24,3.29 +"45723",0.55,"Premium","D","SI1",61.6,56,1698,5.28,5.24,3.24 +"45724",0.55,"Premium","D","SI1",62.7,59,1698,5.25,5.22,3.28 +"45725",0.6,"Premium","E","SI1",60,57,1698,5.52,5.48,3.3 +"45726",0.72,"Very Good","H","SI2",63.3,57,1698,5.7,5.67,3.6 +"45727",0.63,"Ideal","F","SI1",62.6,56,1698,5.53,5.49,3.45 +"45728",0.55,"Premium","D","SI1",60.5,60,1698,5.3,5.27,3.2 +"45729",0.55,"Premium","E","SI1",60.8,58,1698,5.32,5.29,3.22 +"45730",0.55,"Premium","F","VS2",59.7,58,1698,5.37,5.31,3.19 +"45731",0.7,"Good","J","SI2",61.6,57.2,1699,5.65,5.68,3.49 +"45732",0.7,"Good","I","SI2",63.4,59,1699,5.66,5.57,3.56 +"45733",0.56,"Ideal","E","VS2",62.8,57,1699,5.21,5.23,3.28 +"45734",0.52,"Ideal","H","VS1",62,55,1699,5.15,5.19,3.2 +"45735",0.52,"Ideal","H","VS1",61,56,1699,5.15,5.23,3.17 +"45736",0.5,"Premium","E","VS2",60.7,59,1699,5.13,5.11,3.11 +"45737",0.5,"Premium","E","VS2",60.5,60,1699,5.13,5.09,3.09 +"45738",0.73,"Premium","H","SI2",61.2,59,1699,5.83,5.77,3.55 +"45739",0.62,"Very Good","D","SI1",62.4,58,1700,5.42,5.47,3.4 +"45740",0.53,"Ideal","E","VS1",60.9,57,1700,5.19,5.25,3.18 +"45741",0.55,"Ideal","F","SI1",61.9,55,1700,5.25,5.29,3.26 +"45742",0.5,"Ideal","E","SI1",61.5,57,1700,5.08,5.1,3.13 +"45743",0.52,"Good","D","VS2",63.4,56,1701,5.09,5.16,3.25 +"45744",0.52,"Very Good","D","VS2",59.4,61,1701,5.23,5.24,3.11 +"45745",0.52,"Good","D","VS2",63.5,57,1701,5.08,5.13,3.24 +"45746",0.52,"Ideal","D","VS2",62,53,1701,5.17,5.21,3.22 +"45747",0.5,"Good","D","VS1",64.2,55,1701,5.01,5.08,3.24 +"45748",0.58,"Fair","G","VS1",64.7,60,1701,5.23,5.28,3.41 +"45749",0.51,"Ideal","H","VVS1",62.7,57,1702,5.12,5.15,3.22 +"45750",0.55,"Ideal","F","VS2",60.9,57,1702,5.3,5.34,3.24 +"45751",0.7,"Ideal","I","SI2",61.5,53,1702,5.74,5.77,3.54 +"45752",0.5,"Very Good","D","VS2",59.1,59,1703,5.19,5.24,3.08 +"45753",0.53,"Ideal","D","VS2",61.4,55,1704,5.24,5.21,3.21 +"45754",0.61,"Premium","G","VS1",61.7,60,1704,5.46,5.4,3.35 +"45755",0.61,"Premium","E","VS2",61.2,62,1704,5.48,5.44,3.34 +"45756",0.49,"Fair","E","VVS2",65.5,58,1705,4.91,4.86,3.2 +"45757",0.59,"Ideal","G","VS2",62,57,1705,5.31,5.4,3.32 +"45758",0.58,"Ideal","F","SI1",62.2,57,1705,5.37,5.33,3.33 +"45759",0.96,"Fair","H","I1",61.1,60,1705,6.26,6.07,3.77 +"45760",0.96,"Fair","H","I1",66.9,60,1705,6.15,6.04,4.09 +"45761",0.61,"Very Good","I","VS2",62.7,57,1706,5.39,5.42,3.39 +"45762",0.56,"Very Good","F","VS2",60.8,57,1706,5.29,5.33,3.23 +"45763",0.51,"Very Good","F","VS1",61,59,1706,5.16,5.1,3.13 +"45764",0.5,"Very Good","H","IF",61.3,60,1706,5.08,5.17,3.14 +"45765",0.58,"Ideal","F","VS2",60.2,57,1706,5.43,5.48,3.28 +"45766",0.61,"Ideal","H","VS1",61.6,56.9,1706,5.4,5.49,3.36 +"45767",0.61,"Good","H","VS1",60.1,60.3,1706,5.47,5.5,3.29 +"45768",0.53,"Ideal","D","SI1",61.2,57,1706,5.24,5.19,3.19 +"45769",0.52,"Ideal","F","VS1",62.5,57,1707,5.17,5.13,3.22 +"45770",0.54,"Very Good","E","VS2",61.2,58,1707,5.21,5.28,3.21 +"45771",0.52,"Ideal","D","VS1",60.9,56,1707,5.17,5.21,3.16 +"45772",0.52,"Premium","G","VVS2",61,58,1707,5.15,5.21,3.16 +"45773",0.53,"Ideal","E","VS2",60.8,55,1707,5.26,5.3,3.21 +"45774",0.53,"Ideal","E","VS2",61.4,55,1707,5.19,5.24,3.2 +"45775",0.54,"Very Good","I","IF",58.8,61,1708,5.29,5.35,3.13 +"45776",0.65,"Premium","E","SI1",58.5,58,1708,5.68,5.64,3.31 +"45777",0.56,"Ideal","F","VS2",61,55,1708,5.33,5.35,3.26 +"45778",0.52,"Ideal","E","VS2",61.7,56,1708,5.13,5.18,3.18 +"45779",0.51,"Ideal","G","VS1",61.5,54.9,1708,5.13,5.25,3.17 +"45780",0.51,"Ideal","G","VS1",60.9,56,1708,5.16,5.19,3.15 +"45781",0.51,"Ideal","E","VS1",61.5,53,1708,5.17,5.24,3.2 +"45782",0.56,"Ideal","D","SI1",61.3,55,1708,5.32,5.35,3.27 +"45783",0.67,"Good","I","VS2",60.7,61.4,1708,5.6,5.64,3.41 +"45784",0.5,"Good","D","VS2",64,56,1708,5.04,5.02,3.22 +"45785",0.66,"Premium","E","SI1",61.1,56,1708,5.68,5.62,3.45 +"45786",0.55,"Premium","E","VS2",58.1,62,1708,5.46,5.38,3.15 +"45787",0.68,"Premium","H","SI1",58.7,60,1708,5.8,5.76,3.39 +"45788",0.64,"Ideal","J","VVS2",62.4,57,1709,5.48,5.51,3.43 +"45789",0.59,"Very Good","I","VVS1",62.8,58,1709,5.3,5.34,3.34 +"45790",0.54,"Premium","E","VS2",60,58,1709,5.34,5.29,3.19 +"45791",0.55,"Ideal","F","VS2",61.7,56,1709,5.25,5.31,3.26 +"45792",0.55,"Ideal","F","VS2",60.9,56,1709,5.3,5.34,3.24 +"45793",0.54,"Ideal","H","VS1",61.8,56,1709,5.21,5.25,3.23 +"45794",0.51,"Very Good","G","VS1",63.4,57,1709,5.08,5.04,3.21 +"45795",0.51,"Ideal","E","VS2",61.7,53,1709,5.2,5.18,3.2 +"45796",0.51,"Premium","E","VS2",62.5,60,1709,5.1,5.08,3.18 +"45797",0.51,"Premium","E","VS2",63,59,1709,5.08,5.05,3.19 +"45798",0.62,"Very Good","H","VS2",61.7,63,1709,5.48,5.42,3.36 +"45799",0.51,"Fair","E","VS2",65.5,51,1709,5.06,5.01,3.3 +"45800",0.51,"Premium","G","VS1",60.2,57,1709,5.24,5.2,3.14 +"45801",0.5,"Premium","H","VVS1",62.5,58,1710,5.05,5.1,3.17 +"45802",0.5,"Good","H","VVS1",63.5,58,1710,4.98,5.03,3.18 +"45803",0.5,"Premium","F","VS1",61.3,59,1710,5.09,5.15,3.14 +"45804",0.5,"Premium","F","VS1",61.8,60,1710,5.06,5.1,3.14 +"45805",0.5,"Premium","F","VS1",62,58,1710,5.03,5.1,3.14 +"45806",0.5,"Very Good","F","VS1",62.3,55,1710,5.06,5.09,3.16 +"45807",0.5,"Ideal","F","VS1",62.5,57,1710,5.06,5.09,3.17 +"45808",0.5,"Ideal","H","VVS1",60.6,55,1710,5.13,5.17,3.12 +"45809",0.52,"Good","F","VS1",61.2,62,1710,5.12,5.05,3.11 +"45810",0.51,"Ideal","F","VS2",62.3,56,1711,5.12,5.08,3.18 +"45811",0.63,"Ideal","G","SI1",62.3,58,1711,5.44,5.48,3.4 +"45812",0.69,"Ideal","G","SI2",62.7,54,1711,5.71,5.64,3.56 +"45813",0.56,"Very Good","F","VS1",62,59,1712,5.3,5.34,3.3 +"45814",0.53,"Premium","F","VS2",61.6,57.1,1712,5.15,5.21,3.19 +"45815",0.59,"Very Good","E","VS2",61.8,59,1712,5.35,5.4,3.32 +"45816",0.52,"Ideal","E","VS2",61.3,55,1712,5.18,5.2,3.18 +"45817",0.5,"Ideal","D","VS2",61.9,59,1712,5.07,5.1,3.15 +"45818",0.56,"Ideal","G","VS1",61.8,55,1712,5.28,5.37,3.29 +"45819",0.66,"Ideal","I","SI1",61.2,57,1712,5.6,5.64,3.44 +"45820",0.53,"Ideal","H","IF",60.2,56,1712,5.29,5.32,3.19 +"45821",0.56,"Good","F","VS1",59.1,62,1712,5.36,5.42,3.19 +"45822",0.56,"Good","F","VS1",63.2,61,1712,5.2,5.28,3.3 +"45823",0.56,"Good","F","VS1",58.6,62,1712,5.3,5.45,3.16 +"45824",0.55,"Ideal","I","VVS1",62.7,57,1712,5.23,5.17,3.26 +"45825",0.55,"Ideal","I","VVS1",61.7,56,1712,5.29,5.24,3.25 +"45826",0.55,"Premium","I","VVS1",61.3,59,1712,5.3,5.27,3.24 +"45827",0.65,"Premium","G","SI1",59.9,59,1712,5.69,5.62,3.39 +"45828",0.5,"Very Good","D","VS2",60.1,63,1712,5.13,5.09,3.07 +"45829",0.98,"Fair","G","I1",69.7,58,1712,6.08,5.98,4.21 +"45830",0.5,"Fair","G","VVS2",64.9,58,1712,5,4.95,3.23 +"45831",0.71,"Ideal","J","SI1",61,57,1713,5.78,5.8,3.53 +"45832",0.61,"Ideal","I","VVS1",62.5,54,1713,5.43,5.49,3.41 +"45833",0.54,"Ideal","E","VS2",62.8,55,1713,5.21,5.24,3.28 +"45834",0.52,"Ideal","E","SI1",60.9,57,1713,5.17,5.2,3.16 +"45835",0.5,"Good","E","VS1",61,61,1714,5.07,5.12,3.11 +"45836",0.55,"Ideal","E","VS2",60.3,57,1715,5.3,5.28,3.19 +"45837",0.55,"Ideal","E","VS2",59.8,57,1715,5.34,5.3,3.18 +"45838",0.55,"Ideal","E","VS2",62,55,1715,5.28,5.24,3.26 +"45839",0.7,"Ideal","H","SI2",60.6,54,1715,5.73,5.65,3.45 +"45840",0.56,"Premium","F","SI2",60.2,58,1715,5.36,5.33,3.22 +"45841",0.6,"Very Good","F","SI1",62.1,57.4,1715,5.39,5.45,3.35 +"45842",0.5,"Very Good","G","VVS2",62.1,61,1715,5.07,5.1,3.16 +"45843",0.5,"Good","G","VVS2",63.8,56,1715,5.03,5.06,3.22 +"45844",0.5,"Good","G","VVS2",63.9,58,1715,5,5.05,3.21 +"45845",0.5,"Very Good","G","VVS2",62.2,61,1715,5.07,5.09,3.16 +"45846",0.5,"Good","G","VVS2",63.4,57,1715,5.06,5.1,3.22 +"45847",0.5,"Very Good","G","VVS2",60.5,62,1715,5.07,5.14,3.09 +"45848",0.55,"Ideal","H","VVS2",61.7,57,1715,5.26,5.28,3.25 +"45849",0.71,"Good","I","SI1",64.2,57,1715,5.59,5.57,3.58 +"45850",0.6,"Ideal","I","VVS1",62,56,1715,5.39,5.43,3.35 +"45851",0.55,"Ideal","G","VS2",61.8,55,1715,5.25,5.3,3.26 +"45852",0.55,"Ideal","F","VS2",61.4,56,1715,5.28,5.31,3.25 +"45853",0.56,"Ideal","H","VS1",61.1,57,1715,5.31,5.34,3.25 +"45854",0.55,"Good","E","VS2",60.3,61,1715,5.31,5.37,3.22 +"45855",0.54,"Premium","D","SI1",62.3,60,1715,5.22,5.18,3.24 +"45856",0.54,"Ideal","D","SI1",62.6,55,1715,5.23,5.19,3.26 +"45857",0.5,"Very Good","H","VVS1",63.3,57,1715,5.06,5.02,3.19 +"45858",0.5,"Premium","F","VS1",58,59,1715,5.3,5.22,3.05 +"45859",0.7,"Very Good","G","SI2",63.2,57,1715,5.66,5.59,3.55 +"45860",0.7,"Very Good","G","SI2",63.4,57,1715,5.62,5.58,3.55 +"45861",0.8,"Fair","G","I1",64.5,57,1715,5.86,5.83,3.77 +"45862",0.5,"Premium","F","VS1",61.6,58,1715,5.11,5.06,3.13 +"45863",0.7,"Premium","I","SI2",63,56,1715,5.71,5.63,3.57 +"45864",0.5,"Very Good","D","VS1",63.1,57,1715,5.04,5,3.17 +"45865",0.61,"Premium","E","SI2",61.3,59,1715,5.48,5.39,3.33 +"45866",0.32,"Fair","F","VS2",59.6,60,1715,4.42,4.34,2.61 +"45867",0.71,"Very Good","D","I1",59.7,63,1715,5.8,5.7,3.43 +"45868",0.51,"Ideal","D","VS2",62.9,56,1716,5.1,5.07,3.2 +"45869",0.51,"Ideal","D","VS2",61.4,57,1716,5.13,5.16,3.16 +"45870",0.51,"Very Good","D","VS2",62,59,1716,5.08,5.12,3.16 +"45871",0.51,"Premium","D","VS2",62.7,59,1716,5.05,5.09,3.18 +"45872",0.51,"Premium","D","VS2",62,60,1716,5.07,5.12,3.16 +"45873",0.5,"Ideal","E","VS1",61.9,56,1716,5.09,5.12,3.16 +"45874",0.51,"Premium","D","VS2",60.9,58,1716,5.18,5.14,3.14 +"45875",0.51,"Ideal","D","VS2",61.9,55,1716,5.19,5.15,3.2 +"45876",0.51,"Very Good","E","VS1",60,57,1717,5.18,5.25,3.13 +"45877",0.51,"Very Good","E","VS1",61,59,1717,5.13,5.17,3.14 +"45878",0.71,"Premium","G","SI2",59.9,59,1717,5.79,5.82,3.48 +"45879",0.59,"Premium","G","VS2",62.6,56,1717,5.39,5.34,3.36 +"45880",0.57,"Ideal","D","VS2",60.3,57,1718,5.42,5.4,3.26 +"45881",0.36,"Ideal","D","VVS1",61.5,55,1718,4.61,4.63,2.84 +"45882",0.59,"Ideal","G","SI1",61.8,56,1718,5.37,5.39,3.32 +"45883",0.55,"Ideal","F","SI1",61.7,56,1718,5.3,5.26,3.25 +"45884",0.55,"Very Good","E","VS2",61.6,60,1719,5.23,5.27,3.23 +"45885",0.58,"Ideal","G","VS2",61.1,56,1719,5.4,5.43,3.31 +"45886",0.58,"Ideal","G","VS2",60.6,55,1719,5.42,5.45,3.3 +"45887",0.61,"Premium","H","VS2",62.8,59,1719,5.44,5.3,3.37 +"45888",0.52,"Ideal","I","VS1",62.7,57,1720,5.17,5.14,3.23 +"45889",0.54,"Ideal","J","VVS2",61.6,57,1720,5.25,5.23,3.23 +"45890",0.58,"Very Good","D","SI1",63.5,58,1720,5.29,5.32,3.37 +"45891",0.57,"Ideal","H","VS1",61.3,55.1,1720,5.34,5.42,3.29 +"45892",0.52,"Premium","F","VS2",60.7,59,1720,5.18,5.14,3.13 +"45893",0.52,"Ideal","F","VS2",62.5,54,1720,5.17,5.14,3.22 +"45894",0.52,"Premium","F","VS2",62.1,59,1720,5.15,5.12,3.19 +"45895",0.52,"Premium","F","VS2",62.2,58,1720,5.17,5.12,3.2 +"45896",0.52,"Ideal","D","SI1",60.9,57,1720,5.21,5.17,3.16 +"45897",0.52,"Ideal","D","SI1",61.5,55,1720,5.22,5.19,3.2 +"45898",0.52,"Ideal","D","SI1",60,56,1720,5.24,5.19,3.13 +"45899",0.52,"Premium","D","SI1",61.4,58,1720,5.19,5.16,3.18 +"45900",0.52,"Ideal","D","SI1",61.8,57,1720,5.19,5.14,3.19 +"45901",0.52,"Ideal","D","SI1",62.4,56,1720,5.17,5.12,3.21 +"45902",0.52,"Ideal","D","SI1",62.2,57,1720,5.16,5.13,3.2 +"45903",0.52,"Ideal","D","SI1",62.7,56,1720,5.17,5.14,3.23 +"45904",0.52,"Ideal","D","SI1",62.4,57,1720,5.18,5.14,3.22 +"45905",0.54,"Premium","D","SI1",60.2,62,1720,5.31,5.25,3.18 +"45906",0.78,"Good","G","SI2",57.9,63,1720,6.05,6,3.49 +"45907",0.54,"Ideal","E","SI1",61.5,56,1720,5.26,5.22,3.23 +"45908",0.54,"Premium","H","VS1",62.6,59,1720,5.22,5.19,3.26 +"45909",0.7,"Fair","I","SI1",65,56,1720,5.6,5.5,3.61 +"45910",0.52,"Premium","D","SI1",58.7,58,1720,5.32,5.28,3.11 +"45911",0.53,"Premium","E","VS2",60.9,60,1721,5.16,5.22,3.16 +"45912",0.53,"Ideal","E","VS2",61.3,55,1721,5.2,5.24,3.2 +"45913",0.53,"Ideal","G","VS1",62.7,55,1721,5.16,5.18,3.24 +"45914",0.53,"Premium","G","VS1",62.4,58,1721,5.16,5.2,3.23 +"45915",0.53,"Ideal","E","VS2",60,57,1721,5.24,5.3,3.16 +"45916",0.53,"Ideal","E","VS2",61.9,56,1721,5.19,5.21,3.22 +"45917",0.53,"Ideal","E","VS2",61.4,56,1721,5.18,5.25,3.2 +"45918",0.53,"Ideal","G","VS1",61.9,56,1721,5.19,5.21,3.22 +"45919",0.53,"Ideal","G","VS1",62.1,57,1721,5.16,5.18,3.21 +"45920",0.53,"Very Good","E","VS2",61.6,57,1721,5.18,5.21,3.2 +"45921",0.53,"Ideal","E","VS2",62.1,56,1721,5.17,5.2,3.22 +"45922",0.53,"Ideal","E","VS2",61.9,55,1721,5.19,5.22,3.22 +"45923",0.53,"Ideal","E","VS2",61.4,56,1721,5.21,5.24,3.21 +"45924",0.53,"Ideal","G","VS1",62.6,54,1721,5.16,5.19,3.24 +"45925",0.53,"Ideal","E","VS2",62.4,56,1721,5.16,5.2,3.23 +"45926",0.53,"Ideal","G","VS1",61.8,55,1721,5.17,5.22,3.21 +"45927",0.53,"Premium","E","VS2",59.8,58,1721,5.26,5.27,3.15 +"45928",0.53,"Ideal","E","VS2",62.7,54,1721,5.15,5.18,3.24 +"45929",0.53,"Very Good","G","VS1",60.1,58,1721,5.27,5.32,3.18 +"45930",0.53,"Ideal","G","VS1",61.9,56,1721,5.17,5.2,3.21 +"45931",0.61,"Very Good","E","SI1",60.1,59,1721,5.48,5.51,3.3 +"45932",0.52,"Ideal","G","VS1",61.6,54,1721,5.21,5.24,3.22 +"45933",0.47,"Ideal","E","VS1",61.8,53,1721,4.99,5.04,3.1 +"45934",0.5,"Ideal","G","VS2",62.2,54,1721,5.12,5.07,3.17 +"45935",0.51,"Very Good","D","VS2",63.2,56,1722,5.04,5.08,3.2 +"45936",0.53,"Very Good","G","VS1",60.2,55,1722,5.25,5.28,3.17 +"45937",0.51,"Very Good","F","VS1",63.3,59,1722,5.09,5.12,3.23 +"45938",0.42,"Very Good","F","IF",60,58,1722,4.87,4.9,2.93 +"45939",0.53,"Ideal","D","VS2",61.7,55,1722,5.2,5.24,3.22 +"45940",0.52,"Ideal","G","VS1",61.4,56,1722,5.18,5.21,3.19 +"45941",0.52,"Ideal","G","VS1",61.6,56,1722,5.18,5.22,3.2 +"45942",0.52,"Ideal","G","VS1",61.9,55,1722,5.16,5.18,3.2 +"45943",0.5,"Very Good","G","VVS2",62.4,56,1723,5.06,5.1,3.17 +"45944",0.59,"Very Good","F","VS2",61.8,58,1723,5.35,5.4,3.32 +"45945",0.56,"Very Good","H","VVS2",59.8,57,1723,5.39,5.48,3.25 +"45946",0.56,"Ideal","F","VS2",62.6,55,1723,5.25,5.29,3.3 +"45947",0.56,"Premium","D","SI1",61.9,58,1723,5.27,5.33,3.28 +"45948",0.56,"Ideal","D","SI1",62.5,56,1723,5.24,5.26,3.28 +"45949",0.56,"Ideal","D","SI1",61.2,56,1723,5.31,5.34,3.26 +"45950",0.56,"Ideal","F","VS2",61.3,54,1723,5.34,5.37,3.28 +"45951",0.56,"Very Good","D","SI1",59.9,60,1723,5.33,5.39,3.21 +"45952",0.56,"Premium","D","SI1",60.6,59,1723,5.34,5.36,3.24 +"45953",0.56,"Ideal","D","SI1",60.5,57,1723,5.31,5.36,3.23 +"45954",0.56,"Premium","D","SI1",60.8,60,1723,5.29,5.31,3.22 +"45955",0.56,"Ideal","D","SI1",62.3,56,1723,5.26,5.33,3.3 +"45956",0.54,"Ideal","H","VVS1",61.2,57,1723,5.21,5.25,3.2 +"45957",0.56,"Ideal","F","VS2",62.1,57,1723,5.28,5.29,3.28 +"45958",0.56,"Ideal","F","VS2",61.6,55,1723,5.29,5.32,3.27 +"45959",0.56,"Ideal","D","SI1",61.4,57,1723,5.31,5.34,3.27 +"45960",0.56,"Premium","D","SI1",61.4,58,1723,5.29,5.33,3.26 +"45961",0.24,"Ideal","F","VVS2",61.7,59,526,4.01,4.03,2.48 +"45962",0.24,"Ideal","E","VVS2",61.7,58,526,3.96,4.01,2.46 +"45963",0.24,"Ideal","E","VVS2",61.3,57,526,4,4.02,2.46 +"45964",0.24,"Ideal","D","VVS2",61,57,526,4.03,4.07,2.47 +"45965",0.24,"Ideal","F","VVS1",61.8,59,526,4,4.03,2.48 +"45966",0.34,"Ideal","H","SI1",61.3,57,526,4.54,4.55,2.78 +"45967",0.24,"Good","E","VVS1",58,60,526,4.08,4.12,2.38 +"45968",0.35,"Very Good","J","SI1",63.3,56,526,4.53,4.5,2.86 +"45969",0.32,"Very Good","D","SI1",63,57,526,4.35,4.38,2.75 +"45970",0.3,"Very Good","E","SI1",62.4,58,526,4.24,4.28,2.66 +"45971",0.3,"Good","G","VS2",63.5,55,526,4.22,4.25,2.69 +"45972",0.3,"Premium","H","VS1",62.3,58,526,4.26,4.28,2.66 +"45973",0.3,"Good","E","SI1",63.2,57,526,4.25,4.3,2.7 +"45974",0.3,"Premium","E","SI1",62.5,60,526,4.24,4.27,2.66 +"45975",0.3,"Very Good","G","VS2",60.6,60,526,4.3,4.34,2.62 +"45976",0.3,"Very Good","H","VS1",62,58,526,4.24,4.28,2.64 +"45977",0.3,"Very Good","H","VS1",60.1,61,526,4.3,4.32,2.59 +"45978",0.3,"Premium","H","VS1",61,58,526,4.28,4.31,2.62 +"45979",0.3,"Ideal","H","VS1",62.1,54,526,4.32,4.35,2.69 +"45980",0.3,"Premium","E","SI1",61.3,60,526,4.27,4.31,2.63 +"45981",0.3,"Good","E","SI1",63.8,55,526,4.25,4.28,2.72 +"45982",0.3,"Very Good","H","VS1",62.9,54,526,4.28,4.31,2.7 +"45983",0.3,"Good","H","VS1",63.2,56,526,4.25,4.29,2.7 +"45984",0.3,"Good","H","VS1",63.4,53,526,4.25,4.3,2.71 +"45985",0.3,"Ideal","H","VS1",61.6,57,526,4.3,4.33,2.66 +"45986",0.3,"Very Good","H","VS1",62.9,56,526,4.22,4.27,2.67 +"45987",0.3,"Premium","G","VS2",61.9,58,526,4.3,4.33,2.67 +"45988",0.3,"Good","H","VS1",63.3,56,526,4.26,4.3,2.71 +"45989",0.3,"Good","E","SI1",63.4,56,526,4.23,4.25,2.69 +"45990",0.3,"Very Good","H","VS1",63,58,526,4.23,4.28,2.68 +"45991",0.53,"Ideal","F","VS2",61.3,55,1723,5.22,5.25,3.21 +"45992",0.7,"Fair","J","SI1",63,57,1723,5.55,5.6,3.51 +"45993",0.7,"Fair","E","SI2",58.7,68,1723,5.77,5.72,3.37 +"45994",0.5,"Ideal","E","VS1",62.2,57,1724,5.13,5.1,3.18 +"45995",0.5,"Ideal","E","VS1",62.3,55,1724,5.12,5.09,3.18 +"45996",0.53,"Very Good","G","VVS2",60.5,59,1724,5.24,5.29,3.19 +"45997",0.53,"Very Good","D","SI1",60,59.8,1724,5.25,5.26,3.15 +"45998",0.54,"Ideal","G","VS1",61.8,56,1724,5.21,5.26,3.24 +"45999",0.54,"Ideal","F","VS1",61.8,54,1724,5.24,5.27,3.25 +"46000",0.7,"Premium","I","SI2",62.1,60,1724,5.65,5.62,3.5 +"46001",0.55,"Very Good","E","VS2",61.2,57,1725,5.22,5.27,3.21 +"46002",0.64,"Very Good","F","SI1",61.2,58,1725,5.54,5.6,3.41 +"46003",0.57,"Ideal","G","VS2",61,55,1725,5.38,5.4,3.29 +"46004",0.54,"Ideal","D","VS2",61.2,56,1725,5.24,5.28,3.22 +"46005",0.57,"Ideal","H","VS2",61.7,55,1725,5.37,5.34,3.3 +"46006",0.61,"Very Good","E","SI1",63.3,60,1726,5.36,5.29,3.37 +"46007",0.57,"Very Good","H","VVS2",60.2,56,1726,5.41,5.44,3.27 +"46008",0.57,"Very Good","H","VVS2",62.2,56,1726,5.32,5.35,3.31 +"46009",0.54,"Very Good","E","VS2",61.5,59,1726,5.21,5.23,3.21 +"46010",0.54,"Ideal","G","VS1",61.7,57,1726,5.23,5.25,3.23 +"46011",0.52,"Ideal","E","VS1",61.3,56,1726,5.18,5.22,3.19 +"46012",0.53,"Very Good","G","VS1",63.2,55,1727,5.15,5.13,3.25 +"46013",0.53,"Ideal","G","VS1",61.7,55,1727,5.22,5.18,3.21 +"46014",0.53,"Ideal","G","VS1",61.6,57,1727,5.24,5.21,3.22 +"46015",0.53,"Premium","G","VS1",63,58,1727,5.17,5.15,3.25 +"46016",0.53,"Premium","E","VS2",58.3,62,1727,5.31,5.26,3.08 +"46017",0.53,"Premium","E","VS2",61.4,55,1727,5.24,5.21,3.21 +"46018",0.53,"Ideal","E","VS2",61,57,1727,5.26,5.23,3.2 +"46019",0.53,"Ideal","E","VS2",62,55,1727,5.21,5.17,3.22 +"46020",0.53,"Good","E","VS2",63.7,55,1727,5.15,5.12,3.27 +"46021",0.53,"Ideal","E","VS2",62.5,57,1727,5.18,5.16,3.23 +"46022",0.53,"Very Good","G","VS1",63.4,56,1727,5.15,5.1,3.25 +"46023",0.57,"Ideal","E","VS2",61.6,56,1728,5.34,5.38,3.3 +"46024",0.57,"Ideal","E","VS2",60.8,56,1728,5.35,5.4,3.27 +"46025",0.57,"Ideal","E","VS2",60.4,57,1728,5.36,5.4,3.25 +"46026",0.51,"Ideal","F","VS1",61.7,55,1728,5.13,5.17,3.18 +"46027",0.57,"Ideal","G","VS2",61.8,57,1728,5.32,5.3,3.28 +"46028",0.57,"Ideal","I","VVS1",61.7,56,1728,5.35,5.31,3.29 +"46029",0.57,"Premium","I","VVS1",62.1,58,1728,5.32,5.25,3.28 +"46030",0.57,"Ideal","G","VS2",61.8,56,1728,5.35,5.3,3.29 +"46031",0.57,"Ideal","G","VS2",61.6,57,1728,5.36,5.32,3.29 +"46032",0.57,"Premium","G","VS2",59.7,59,1728,5.41,5.37,3.22 +"46033",0.57,"Premium","G","VS2",62.8,57,1728,5.28,5.23,3.3 +"46034",0.57,"Premium","G","VS2",62.6,55,1728,5.31,5.26,3.31 +"46035",0.57,"Premium","G","VS2",62.1,57,1728,5.3,5.27,3.28 +"46036",0.57,"Premium","E","SI1",60.3,57,1728,5.4,5.34,3.24 +"46037",0.57,"Ideal","E","SI1",62.1,56,1728,5.33,5.3,3.3 +"46038",0.57,"Ideal","E","SI1",61.9,56,1728,5.35,5.32,3.3 +"46039",0.57,"Ideal","E","SI1",61.8,57,1728,5.33,5.28,3.28 +"46040",0.57,"Premium","E","SI1",61.4,58,1728,5.34,5.28,3.26 +"46041",0.57,"Good","H","VS1",63.7,51,1728,5.36,5.29,3.39 +"46042",0.55,"Premium","D","SI1",61.7,59,1728,5.3,5.23,3.25 +"46043",0.5,"Very Good","G","VVS2",61.3,57,1729,5.12,5.15,3.15 +"46044",0.56,"Ideal","F","VS2",62.3,55,1729,5.32,5.28,3.3 +"46045",0.56,"Ideal","D","SI1",62.5,56,1729,5.28,5.24,3.29 +"46046",0.52,"Ideal","H","SI1",62,55,1730,5.16,5.2,3.21 +"46047",0.73,"Premium","D","SI2",61,61,1730,5.81,5.74,3.52 +"46048",0.53,"Ideal","H","VS1",61.9,55,1731,5.18,5.21,3.22 +"46049",0.5,"Ideal","F","VS1",61,56,1731,5.14,5.15,3.14 +"46050",0.5,"Ideal","F","VS1",62.1,55,1731,5.08,5.12,3.17 +"46051",0.57,"Very Good","E","VS2",60.7,58,1732,5.37,5.33,3.25 +"46052",0.54,"Ideal","E","VS1",62.6,55,1732,5.2,5.22,3.26 +"46053",0.51,"Ideal","E","SI1",61.4,56,1732,5.14,5.16,3.16 +"46054",0.51,"Ideal","E","SI1",61.7,56,1732,5.13,5.17,3.18 +"46055",0.52,"Premium","I","VVS1",60.1,58,1733,5.26,5.23,3.15 +"46056",0.51,"Premium","E","VS2",61.4,56,1733,5.18,5.15,3.17 +"46057",0.51,"Ideal","E","VS2",62.8,56,1733,5.14,5.11,3.22 +"46058",0.46,"Ideal","G","IF",62.1,56,1733,4.96,4.93,3.07 +"46059",0.64,"Fair","E","SI1",59.5,64,1733,5.65,5.39,3.31 +"46060",0.62,"Very Good","H","VS2",61.8,57,1734,5.47,5.5,3.39 +"46061",0.53,"Good","D","VS2",63.4,55,1734,5.11,5.23,3.28 +"46062",0.53,"Premium","D","VS2",59.9,58,1734,5.26,5.29,3.16 +"46063",0.7,"Very Good","J","SI1",63,56,1735,5.61,5.66,3.55 +"46064",0.7,"Premium","J","SI1",61.3,59,1735,5.73,5.75,3.52 +"46065",0.55,"Premium","E","VS2",60.1,59,1735,5.36,5.29,3.2 +"46066",0.52,"Very Good","G","VS1",62.2,63,1736,5.22,5.13,3.22 +"46067",0.7,"Very Good","F","I1",63.2,61,1736,5.57,5.48,3.49 +"46068",0.54,"Ideal","G","SI1",61.9,55,1736,5.24,5.26,3.25 +"46069",0.56,"Good","E","VS2",61.4,62,1736,5.34,5.28,3.26 +"46070",0.46,"Ideal","E","VVS2",62.6,55,1736,4.95,4.92,3.09 +"46071",0.46,"Premium","F","VVS1",61.4,57,1736,4.99,4.95,3.05 +"46072",0.63,"Premium","F","SI1",60.9,56,1736,5.58,5.56,3.39 +"46073",0.63,"Premium","F","SI1",59.1,57,1736,5.64,5.6,3.32 +"46074",0.5,"Ideal","F","VS2",62.9,55,1736,5.12,5.08,3.21 +"46075",0.5,"Premium","F","VS2",61.4,59,1736,5.12,5.1,3.14 +"46076",0.45,"Premium","D","VVS1",61.5,55,1736,5.02,4.97,3.07 +"46077",0.58,"Ideal","D","SI1",61.1,57,1737,5.36,5.41,3.29 +"46078",0.52,"Ideal","G","VS2",61.3,56,1737,5.18,5.21,3.18 +"46079",0.57,"Ideal","F","VS2",61.6,55,1737,5.35,5.37,3.3 +"46080",0.64,"Ideal","G","SI1",61.6,55,1737,5.55,5.59,3.43 +"46081",0.52,"Ideal","E","SI1",60.8,55,1737,5.2,5.24,3.18 +"46082",0.56,"Fair","E","VS2",64.7,60,1737,5.13,5.14,3.32 +"46083",0.5,"Very Good","F","VS1",62.6,59,1738,5.03,5.06,3.16 +"46084",0.6,"Premium","E","SI1",61.9,58,1738,5.39,5.43,3.35 +"46085",0.6,"Ideal","E","SI1",61.5,56,1738,5.39,5.51,3.35 +"46086",0.49,"Good","D","VS1",57.5,60,1738,5.18,5.25,3 +"46087",0.56,"Ideal","F","VS2",60,57,1739,5.36,5.38,3.22 +"46088",0.56,"Ideal","F","VS2",62.2,55,1739,5.25,5.28,3.28 +"46089",0.53,"Ideal","E","VS2",61.3,55,1739,5.22,5.25,3.21 +"46090",0.53,"Ideal","E","VS2",62,56,1739,5.16,5.2,3.21 +"46091",0.52,"Premium","E","VS1",59.2,59,1739,5.29,5.25,3.12 +"46092",0.96,"Fair","H","I1",64.3,59,1739,6.38,5.88,3.98 +"46093",0.96,"Fair","H","I1",69.2,56,1739,5.97,5.83,4.08 +"46094",0.51,"Ideal","D","VS2",61,57,1740,5.15,5.18,3.15 +"46095",0.53,"Ideal","F","VS1",61.6,55,1740,5.24,5.21,3.22 +"46096",0.71,"Premium","G","SI2",62,59,1740,5.69,5.65,3.52 +"46097",0.71,"Very Good","G","SI2",63.4,56,1740,5.71,5.6,3.59 +"46098",0.57,"Very Good","F","VS1",63.2,56,1741,5.27,5.31,3.34 +"46099",0.5,"Ideal","G","VVS2",61.9,58,1741,5.06,5.09,3.14 +"46100",0.51,"Very Good","G","VS1",59.6,58,1741,5.21,5.22,3.11 +"46101",0.55,"Ideal","E","VS2",62.2,54,1741,5.29,5.26,3.28 +"46102",0.55,"Ideal","H","VVS1",60.5,57,1741,5.32,5.35,3.23 +"46103",0.57,"Good","F","VS1",58.3,61,1741,5.49,5.54,3.21 +"46104",0.56,"Very Good","E","VS1",58.6,57,1742,5.43,5.46,3.19 +"46105",0.52,"Ideal","E","VS1",61.7,56,1742,5.13,5.18,3.18 +"46106",0.61,"Ideal","I","VVS1",62,55,1742,5.46,5.49,3.39 +"46107",0.59,"Ideal","I","VVS1",61,55,1742,5.43,5.48,3.33 +"46108",0.58,"Ideal","E","SI1",60.1,55,1742,5.42,5.56,3.3 +"46109",0.55,"Very Good","G","VS1",62.8,57,1743,5.2,5.21,3.27 +"46110",0.59,"Ideal","D","SI1",61.6,57,1743,5.41,5.44,3.34 +"46111",0.59,"Very Good","D","SI1",62.8,57,1743,5.32,5.38,3.36 +"46112",0.53,"Ideal","H","VVS1",61.6,54,1743,5.2,5.25,3.22 +"46113",0.53,"Ideal","H","VVS1",62.4,54,1743,5.18,5.2,3.24 +"46114",0.53,"Ideal","E","VS2",60.7,57,1743,5.27,5.3,3.2 +"46115",0.48,"Good","D","VS1",59.3,58,1743,5.09,5.13,3.03 +"46116",0.56,"Ideal","I","VVS1",61.1,55,1743,5.35,5.33,3.26 +"46117",0.59,"Ideal","F","VS2",62.9,55,1743,5.39,5.32,3.37 +"46118",0.56,"Premium","I","VVS1",60.6,59,1743,5.33,5.29,3.22 +"46119",0.52,"Ideal","G","VS1",62.1,54,1743,5.17,5.14,3.2 +"46120",0.52,"Ideal","E","VS2",61.3,56,1743,5.21,5.17,3.18 +"46121",0.52,"Ideal","E","VS2",62.4,57,1743,5.14,5.12,3.2 +"46122",0.52,"Premium","E","VS2",62.8,55,1743,5.15,5.11,3.22 +"46123",0.72,"Ideal","F","SI2",62,57,1743,5.68,5.64,3.51 +"46124",0.51,"Very Good","H","VVS1",63.2,57,1744,5.06,5.1,3.21 +"46125",0.55,"Very Good","E","VS2",62.1,60,1744,5.19,5.24,3.24 +"46126",0.51,"Ideal","F","VS1",61.7,54,1744,5.14,5.17,3.18 +"46127",0.51,"Ideal","F","VS1",61.9,56,1744,5.11,5.17,3.18 +"46128",0.51,"Ideal","F","VS1",62.5,55,1744,5.08,5.13,3.19 +"46129",0.51,"Ideal","F","VS1",62.1,56,1744,5.13,5.15,3.19 +"46130",0.51,"Premium","F","VS1",61.4,58,1744,5.15,5.18,3.17 +"46131",0.65,"Good","I","VS1",61.1,61.7,1744,5.55,5.59,3.4 +"46132",0.73,"Premium","I","SI2",59.2,58,1744,5.9,5.85,3.47 +"46133",0.56,"Ideal","H","VVS2",62.1,57,1745,5.26,5.3,3.27 +"46134",0.54,"Very Good","F","VS2",63,56.8,1745,5.18,5.22,3.28 +"46135",0.54,"Good","F","VS2",64.2,53.8,1745,5.12,5.19,3.31 +"46136",0.41,"Ideal","E","VVS1",61.1,56,1745,4.8,4.82,2.94 +"46137",0.54,"Ideal","G","VS1",62,53.9,1745,5.22,5.24,3.24 +"46138",0.54,"Ideal","G","VS1",62.1,55.1,1745,5.2,5.23,3.23 +"46139",0.5,"Ideal","E","VS1",62.7,57,1745,5.04,5.11,3.18 +"46140",0.56,"Ideal","D","SI1",61.9,56,1745,5.24,5.29,3.26 +"46141",0.57,"Premium","F","SI2",62.1,59,1746,5.33,5.29,3.3 +"46142",0.57,"Premium","F","SI2",60.7,59,1746,5.38,5.33,3.25 +"46143",0.56,"Very Good","D","SI1",63,58,1746,5.21,5.24,3.29 +"46144",0.5,"Premium","E","VS2",61.3,59,1746,5.1,5.05,3.11 +"46145",0.5,"Ideal","G","VS1",62,55,1746,5.11,5.05,3.15 +"46146",0.5,"Premium","G","VS1",59.8,58,1746,5.19,5.15,3.09 +"46147",0.55,"Premium","F","VS2",62.5,56,1746,5.27,5.23,3.28 +"46148",0.5,"Premium","G","VS1",60.7,60,1746,5.12,5.09,3.1 +"46149",0.5,"Premium","G","VS1",61,59,1746,5.14,5.09,3.12 +"46150",0.5,"Premium","G","VS1",60.9,58,1746,5.23,5.09,3.14 +"46151",0.5,"Premium","G","VS1",59.7,60,1746,5.14,5.11,3.06 +"46152",0.5,"Premium","G","VS1",59.4,60,1746,5.17,5.13,3.06 +"46153",0.5,"Premium","G","VS1",62.5,60,1746,5.08,5.06,3.17 +"46154",0.5,"Premium","G","VS1",62.1,55,1746,5.22,5.06,3.19 +"46155",0.5,"Ideal","G","VS1",62.3,55,1746,5.11,5.07,3.17 +"46156",0.5,"Premium","G","VS1",62.5,58,1746,5.11,5.07,3.18 +"46157",0.5,"Ideal","E","VS2",61.3,57,1746,5.15,5.13,3.15 +"46158",0.5,"Ideal","E","VS2",62.1,54,1746,5.13,5.11,3.18 +"46159",0.5,"Ideal","E","VS2",61.5,57,1746,5.14,5.11,3.15 +"46160",0.5,"Ideal","E","VS2",60,57,1746,5.15,5.12,3.08 +"46161",0.5,"Ideal","E","VS2",61.6,55,1746,5.14,5.09,3.15 +"46162",0.5,"Premium","E","VS2",61.1,61,1746,5.13,5.11,3.13 +"46163",0.5,"Premium","E","VS2",61.4,59,1746,5.13,5.09,3.14 +"46164",0.5,"Ideal","E","VS2",61.4,57,1746,5.11,5.08,3.13 +"46165",0.5,"Ideal","E","VS2",62.2,54,1746,5.11,5.08,3.17 +"46166",0.5,"Ideal","E","VS2",62.6,54,1746,5.11,5.08,3.19 +"46167",0.5,"Premium","E","VS2",61.5,56,1746,5.11,5.07,3.13 +"46168",0.5,"Premium","E","VS2",61.4,58,1746,5.12,5.07,3.13 +"46169",0.5,"Premium","E","VS2",61.3,60,1746,5.11,5.07,3.12 +"46170",0.5,"Premium","E","VS2",62.7,54,1746,5.1,5.07,3.19 +"46171",0.5,"Premium","E","VS2",61.3,58,1746,5.12,5.06,3.12 +"46172",0.5,"Premium","E","VS2",61.8,58,1746,5.09,5.07,3.14 +"46173",0.5,"Ideal","E","VS2",62.2,55,1746,5.09,5.07,3.16 +"46174",0.5,"Ideal","E","VS2",61.8,55,1746,5.11,5.06,3.14 +"46175",0.5,"Premium","E","VS2",62.3,60,1746,5.09,5.05,3.16 +"46176",0.5,"Premium","E","VS2",61.8,58,1746,5.11,5.05,3.14 +"46177",0.5,"Ideal","E","VS2",62.8,57,1746,5.12,5.04,3.19 +"46178",0.6,"Ideal","G","VS2",62.1,57,1746,5.43,5.36,3.35 +"46179",0.57,"Premium","G","VS1",60.5,58,1746,5.39,5.32,3.24 +"46180",0.5,"Premium","E","VS2",62.9,59,1746,5.09,5.06,3.19 +"46181",0.5,"Premium","G","VS1",62.2,59,1746,5.09,5.04,3.15 +"46182",0.5,"Ideal","I","VVS1",61.6,56,1747,5.1,5.13,3.15 +"46183",0.56,"Ideal","E","VS2",61.6,57,1747,5.32,5.3,3.27 +"46184",0.57,"Very Good","D","VS2",62.5,59,1748,5.28,5.32,3.31 +"46185",0.52,"Very Good","F","VS1",63.2,57,1748,5.09,5.1,3.22 +"46186",0.59,"Very Good","E","SI1",61.3,58,1748,5.41,5.45,3.33 +"46187",0.65,"Premium","F","SI1",61.4,57.8,1748,5.5,5.56,3.39 +"46188",0.71,"Good","I","VS2",64,59,1748,5.55,5.61,3.57 +"46189",0.52,"Ideal","H","VVS1",61,56,1748,5.17,5.21,3.17 +"46190",0.7,"Premium","H","SI2",61.3,61,1749,5.67,5.62,3.46 +"46191",0.52,"Ideal","H","VVS2",61,57,1749,5.16,5.2,3.16 +"46192",0.52,"Very Good","D","VS2",62.8,58,1749,5.11,5.14,3.22 +"46193",0.52,"Premium","D","VS2",62.4,58,1749,5.09,5.13,3.19 +"46194",0.62,"Ideal","E","SI1",61.5,57,1749,5.44,5.49,3.36 +"46195",0.51,"Premium","F","VS1",62.2,58,1749,5.14,5.12,3.19 +"46196",0.5,"Ideal","F","VS2",60.9,57,1749,5.14,5.16,3.14 +"46197",0.6,"Ideal","E","SI1",61.4,58,1749,5.44,5.47,3.35 +"46198",0.7,"Fair","I","SI1",65.2,58,1749,5.6,5.56,3.64 +"46199",0.51,"Premium","F","VS1",60,58,1749,5.21,5.19,3.12 +"46200",0.84,"Good","F","I1",60.8,64,1749,6.05,6.03,3.67 +"46201",0.68,"Premium","G","SI1",61.9,60,1749,5.66,5.62,3.49 +"46202",0.51,"Premium","H","VVS2",60.8,61,1749,5.12,5.08,3.1 +"46203",0.98,"Fair","G","I1",68,63,1749,6.13,6.02,4.13 +"46204",0.58,"Very Good","D","VS2",61,58,1750,5.37,5.42,3.29 +"46205",0.5,"Very Good","D","VS1",62,56,1750,5.09,5.11,3.16 +"46206",0.6,"Very Good","D","SI1",62.2,58,1750,5.4,5.44,3.37 +"46207",0.51,"Ideal","G","VVS2",62,57,1750,5.1,5.13,3.17 +"46208",0.51,"Very Good","G","VVS2",62.9,57,1750,5.06,5.12,3.2 +"46209",0.51,"Ideal","G","VVS2",61.6,56,1750,5.12,5.14,3.16 +"46210",0.51,"Good","G","VVS2",63.5,56,1750,5.07,5.11,3.23 +"46211",0.54,"Very Good","G","VVS2",61.8,57,1751,5.22,5.26,3.24 +"46212",0.51,"Very Good","F","VS1",62.5,54,1751,5.13,5.15,3.21 +"46213",0.51,"Ideal","F","VS1",61.8,55,1751,5.13,5.16,3.18 +"46214",0.57,"Ideal","F","SI1",62.2,56,1751,5.33,5.31,3.31 +"46215",0.64,"Premium","D","SI2",62.8,54,1751,5.52,5.5,3.46 +"46216",0.55,"Ideal","G","VS2",61.6,55,1752,5.31,5.25,3.25 +"46217",0.51,"Very Good","G","VS1",62.4,60,1752,5.05,5.08,3.16 +"46218",0.51,"Ideal","D","VS1",60.9,57,1752,5.17,5.2,3.16 +"46219",0.51,"Ideal","D","VS1",61.7,54,1752,5.12,5.15,3.17 +"46220",0.5,"Good","E","VS2",63.8,54,1752,5.05,5.07,3.23 +"46221",0.5,"Very Good","D","VS2",62.8,56,1752,5.04,5.08,3.18 +"46222",0.5,"Premium","D","VS2",61.9,58,1752,5.04,5.1,3.14 +"46223",0.5,"Premium","D","VS2",61.1,58,1752,5.09,5.12,3.12 +"46224",0.5,"Premium","D","VS2",61.4,59,1752,5.11,5.15,3.15 +"46225",0.61,"Premium","H","VVS2",60.9,60,1752,5.47,5.5,3.34 +"46226",0.61,"Ideal","D","SI1",62.1,55,1752,5.42,5.43,3.37 +"46227",0.5,"Ideal","D","VS2",62.3,55,1752,5.07,5.11,3.17 +"46228",0.5,"Very Good","D","VS2",62.8,58,1752,5.05,5.08,3.18 +"46229",0.5,"Ideal","D","VS2",62.5,54,1752,5.05,5.09,3.17 +"46230",0.5,"Premium","D","VS2",61.2,60,1752,5.08,5.12,3.12 +"46231",0.5,"Very Good","D","VS2",62.9,61,1752,4.96,5.03,3.14 +"46232",0.5,"Very Good","D","VS2",62.8,58,1752,5.03,5.07,3.17 +"46233",0.5,"Premium","D","VS2",62.1,58,1752,5.03,5.08,3.14 +"46234",0.5,"Ideal","D","VS2",62.6,56,1752,5.05,5.08,3.17 +"46235",0.58,"Ideal","E","VS2",62,57,1752,5.33,5.35,3.31 +"46236",0.52,"Ideal","D","VS2",61.8,57,1752,5.16,5.2,3.2 +"46237",0.55,"Ideal","E","SI1",62.4,58,1752,5.28,5.23,3.27 +"46238",0.56,"Ideal","D","VS2",62.7,57,1753,5.25,5.28,3.3 +"46239",0.53,"Ideal","F","VS2",61.1,56,1753,5.26,5.22,3.2 +"46240",0.53,"Premium","F","VS2",60.6,55,1753,5.26,5.23,3.18 +"46241",0.53,"Premium","F","VS2",61.9,58,1753,5.2,5.17,3.21 +"46242",0.53,"Premium","F","VS2",61.4,60,1753,5.21,5.18,3.19 +"46243",0.53,"Ideal","F","VS2",61.8,55,1753,5.23,5.19,3.22 +"46244",0.53,"Ideal","F","VS2",61.5,55,1753,5.27,5.2,3.22 +"46245",0.53,"Premium","D","SI1",61.4,57,1753,5.26,5.2,3.21 +"46246",0.53,"Ideal","D","SI1",62,55,1753,5.24,5.22,3.24 +"46247",0.53,"Premium","D","SI1",60,58,1753,5.29,5.24,3.16 +"46248",0.53,"Ideal","D","SI1",61.7,56,1753,5.23,5.15,3.2 +"46249",0.53,"Premium","D","SI1",61,58,1753,5.22,5.18,3.17 +"46250",0.53,"Ideal","D","SI1",62.2,56,1753,5.23,5.19,3.24 +"46251",0.53,"Premium","D","SI1",61.6,59,1753,5.2,5.16,3.19 +"46252",0.57,"Very Good","F","VS2",59.5,57,1754,5.39,5.43,3.22 +"46253",0.57,"Ideal","D","SI1",61,57,1754,5.31,5.34,3.25 +"46254",0.52,"Ideal","H","VVS1",61.7,55,1754,5.17,5.2,3.2 +"46255",0.54,"Very Good","G","VS1",61.6,56,1754,5.23,5.26,3.23 +"46256",0.57,"Very Good","D","SI1",61.1,56,1754,5.33,5.38,3.27 +"46257",0.54,"Ideal","E","VS2",60.8,57,1754,5.24,5.29,3.2 +"46258",0.54,"Premium","G","VS1",61.1,59,1754,5.22,5.26,3.2 +"46259",0.54,"Ideal","G","VS1",61.3,57,1754,5.25,5.28,3.23 +"46260",0.57,"Ideal","F","VS2",61.7,57,1754,5.33,5.36,3.3 +"46261",0.54,"Ideal","G","VS1",62.3,55,1754,5.2,5.24,3.25 +"46262",0.54,"Ideal","E","VS2",61.4,57,1754,5.21,5.25,3.21 +"46263",0.54,"Ideal","G","VS1",62,56,1754,5.21,5.24,3.24 +"46264",0.57,"Ideal","D","SI1",62.4,56,1754,5.29,5.32,3.31 +"46265",0.54,"Ideal","E","VS2",61,56,1754,5.25,5.28,3.21 +"46266",0.54,"Ideal","E","VS2",61.9,55,1754,5.2,5.24,3.23 +"46267",0.54,"Premium","E","VS2",59.2,58,1754,5.32,5.35,3.16 +"46268",0.54,"Ideal","E","VS2",62.2,55,1754,5.21,5.24,3.25 +"46269",0.54,"Ideal","E","VS2",60.5,56,1754,5.26,5.28,3.19 +"46270",0.54,"Ideal","E","VS2",61.7,55,1754,5.24,5.27,3.24 +"46271",0.54,"Ideal","E","VS2",61.9,57,1754,5.2,5.23,3.23 +"46272",0.54,"Ideal","G","VS1",61.8,54,1754,5.22,5.24,3.23 +"46273",0.57,"Premium","F","VS2",60.3,58,1754,5.4,5.44,3.27 +"46274",0.43,"Ideal","D","VVS1",61.9,54,1754,4.83,4.87,3 +"46275",0.4,"Ideal","D","VVS1",61.8,55,1754,4.72,4.76,2.93 +"46276",0.53,"Ideal","G","VS1",61.2,55,1754,5.23,5.26,3.21 +"46277",0.55,"Ideal","F","VS1",62.3,53,1754,5.28,5.31,3.3 +"46278",0.52,"Good","G","VVS1",58.3,59,1754,5.26,5.3,3.08 +"46279",0.55,"Very Good","D","VS2",60.4,59,1755,5.29,5.34,3.21 +"46280",0.56,"Very Good","E","VS2",61.7,56,1755,5.25,5.31,3.26 +"46281",0.56,"Very Good","E","VS2",61,58,1755,5.29,5.34,3.24 +"46282",0.5,"Very Good","E","VS1",61.4,55,1755,5.09,5.14,3.14 +"46283",0.5,"Very Good","E","VS1",62.6,57,1755,5.02,5.08,3.16 +"46284",0.55,"Premium","F","VS1",61,59,1755,5.26,5.29,3.22 +"46285",0.56,"Premium","E","SI1",61.5,60,1755,5.27,5.3,3.25 +"46286",0.59,"Ideal","E","VS2",61.4,56,1755,5.33,5.42,3.3 +"46287",0.55,"Ideal","D","VS2",62.7,57,1755,5.2,5.23,3.27 +"46288",0.5,"Ideal","E","VS1",62,58,1755,5.09,5.14,3.17 +"46289",0.56,"Ideal","G","SI1",61.6,59,1755,5.27,5.32,3.26 +"46290",0.71,"Good","J","SI1",61.5,62,1755,5.61,5.66,3.47 +"46291",0.3,"Premium","H","VS1",61.3,58,526,4.29,4.32,2.64 +"46292",0.3,"Good","G","VS2",63.5,54,526,4.25,4.28,2.71 +"46293",0.3,"Very Good","G","VS2",61.4,54,526,4.31,4.36,2.66 +"46294",0.3,"Ideal","E","SI1",61.9,57,526,4.29,4.33,2.67 +"46295",0.3,"Good","E","VS2",63.3,55,526,4.26,4.3,2.71 +"46296",0.3,"Very Good","E","SI1",61.7,56,526,4.27,4.29,2.64 +"46297",0.3,"Premium","I","VVS2",61,60,526,4.3,4.36,2.64 +"46298",0.3,"Good","H","VS1",63.1,57,526,4.24,4.26,2.68 +"46299",0.3,"Very Good","E","SI1",62.9,57,526,4.27,4.32,2.7 +"46300",0.3,"Very Good","G","VS2",63,56,526,4.27,4.3,2.7 +"46301",0.3,"Ideal","H","VS1",61.3,56,526,4.31,4.33,2.65 +"46302",0.3,"Very Good","G","VS2",60.6,61,526,4.29,4.32,2.61 +"46303",0.3,"Good","G","VS2",63.1,56,526,4.25,4.28,2.69 +"46304",0.3,"Very Good","H","VS1",63,59,526,4.21,4.27,2.67 +"46305",0.3,"Ideal","G","VS2",61.7,56,526,4.31,4.35,2.67 +"46306",0.3,"Good","E","SI1",63.6,57,526,4.22,4.24,2.69 +"46307",0.3,"Premium","E","SI1",62.5,59,526,4.28,4.3,2.68 +"46308",0.3,"Very Good","H","VS1",62.9,57,526,4.26,4.29,2.69 +"46309",0.3,"Ideal","G","VS2",62.2,57,526,4.26,4.32,2.67 +"46310",0.3,"Premium","E","SI1",59.8,60,526,4.31,4.35,2.59 +"46311",0.3,"Very Good","G","VS2",63,55,526,4.29,4.31,2.71 +"46312",0.3,"Premium","I","VVS2",61.8,58,526,4.28,4.33,2.66 +"46313",0.3,"Ideal","H","VS1",62.3,55,526,4.29,4.34,2.69 +"46314",0.3,"Ideal","G","VS2",62.3,56,526,4.27,4.3,2.67 +"46315",0.3,"Good","H","VS1",63.9,55,526,4.26,4.28,2.73 +"46316",0.3,"Very Good","H","VS1",60.4,61,526,4.3,4.34,2.61 +"46317",0.3,"Good","E","SI1",63.1,53,526,4.27,4.32,2.71 +"46318",0.3,"Good","G","VS2",63.9,55,526,4.27,4.28,2.73 +"46319",0.3,"Very Good","E","SI1",61.8,60,526,4.23,4.28,2.63 +"46320",0.3,"Ideal","H","VS1",61.4,54,526,4.33,4.37,2.67 +"46321",0.58,"Ideal","H","VS2",61.2,56,1755,5.41,5.39,3.3 +"46322",0.51,"Very Good","D","VS1",61,57,1756,5.15,5.18,3.15 +"46323",0.59,"Very Good","H","VS1",62.1,55,1757,5.37,5.41,3.35 +"46324",0.69,"Very Good","H","SI1",62.5,57.6,1757,5.66,5.72,3.55 +"46325",0.51,"Ideal","G","VS1",61.8,60,1757,5.08,5.12,3.15 +"46326",0.6,"Good","G","VS1",60.1,61,1757,5.44,5.5,3.29 +"46327",0.51,"Ideal","E","VS1",62.7,56,1758,5.14,5.1,3.21 +"46328",0.5,"Very Good","D","VS2",60.8,56,1758,5.14,5.16,3.13 +"46329",0.51,"Ideal","E","VS1",61.5,56,1758,5.11,5.16,3.16 +"46330",0.58,"Good","E","VS2",63.1,56,1758,5.26,5.33,3.34 +"46331",0.51,"Premium","E","VS1",61.8,58,1758,5.13,5.09,3.16 +"46332",0.52,"Ideal","G","VS1",62.4,55.1,1758,5.11,5.15,3.2 +"46333",0.56,"Good","F","VS1",63,59,1758,5.24,5.27,3.31 +"46334",0.5,"Premium","D","VS2",62.8,58,1758,5.03,5,3.15 +"46335",0.58,"Premium","I","VVS1",62.6,59,1758,5.31,5.27,3.31 +"46336",0.58,"Ideal","I","VVS1",63,57,1758,5.34,5.29,3.35 +"46337",0.58,"Ideal","G","VS2",61.9,56,1758,5.38,5.34,3.32 +"46338",0.58,"Ideal","E","SI1",61.6,55,1758,5.38,5.33,3.3 +"46339",0.58,"Ideal","E","SI1",61.5,55,1758,5.39,5.34,3.3 +"46340",0.51,"Premium","E","VS1",62,61,1758,5.14,5.11,3.18 +"46341",0.5,"Good","D","VS2",63.7,56,1758,5.09,5.05,3.23 +"46342",0.5,"Very Good","D","VS2",63.4,56,1758,5.1,5.05,3.22 +"46343",0.5,"Very Good","D","VS2",63.3,54,1758,5.07,5.04,3.2 +"46344",0.5,"Very Good","D","VS2",63.4,57,1758,5.09,5.04,3.21 +"46345",0.7,"Ideal","E","SI1",62.3,56,1758,5.68,5.62,3.52 +"46346",0.7,"Good","E","SI2",56.9,63,1758,5.78,5.71,3.27 +"46347",0.71,"Very Good","D","SI2",59.6,63,1758,5.8,5.71,3.44 +"46348",0.9,"Fair","H","I1",66.9,63,1758,6.04,5.91,4 +"46349",0.57,"Ideal","H","VS2",61.5,57,1759,5.35,5.38,3.3 +"46350",0.58,"Ideal","H","VS1",61.1,57,1759,5.38,5.42,3.3 +"46351",0.5,"Ideal","E","VS1",61.9,54.1,1759,5.09,5.15,3.17 +"46352",0.51,"Ideal","E","VS1",60.9,56,1759,5.16,5.22,3.16 +"46353",0.57,"Ideal","F","SI1",61.9,56,1759,5.33,5.37,3.31 +"46354",0.61,"Good","D","SI1",59,57,1759,5.54,5.57,3.28 +"46355",0.5,"Ideal","G","VVS2",62.2,56,1760,5.02,5.11,3.15 +"46356",0.71,"Very Good","J","SI1",61,61,1760,5.66,5.71,3.47 +"46357",0.57,"Premium","F","VS2",59.8,59,1760,5.4,5.37,3.22 +"46358",0.58,"Ideal","G","VS2",61.2,56,1760,5.37,5.41,3.3 +"46359",0.52,"Ideal","E","VS2",61.5,56,1760,5.16,5.18,3.18 +"46360",0.51,"Good","E","VS1",57.9,63,1760,5.24,5.39,3.08 +"46361",0.63,"Fair","H","VS1",57.3,62.5,1760,5.65,5.7,3.25 +"46362",0.57,"Ideal","F","VS2",62.1,55,1760,5.35,5.31,3.31 +"46363",0.57,"Ideal","F","VS2",62.3,55,1760,5.36,5.3,3.32 +"46364",0.57,"Premium","F","VS2",62,54,1760,5.34,5.31,3.3 +"46365",0.54,"Ideal","G","VS1",62.2,56,1760,5.23,5.19,3.24 +"46366",0.54,"Premium","E","VS2",60.7,56,1760,5.32,5.29,3.22 +"46367",0.54,"Very Good","E","VS2",63.1,58,1760,5.21,5.13,3.26 +"46368",0.54,"Premium","G","VS1",61.6,58,1760,5.25,5.21,3.22 +"46369",0.54,"Premium","G","VS1",61.1,60,1760,5.28,5.23,3.21 +"46370",0.57,"Premium","F","VS2",60.4,60,1760,5.36,5.31,3.22 +"46371",0.57,"Premium","F","VS2",59.5,60,1760,5.44,5.35,3.21 +"46372",0.71,"Ideal","F","I1",60.1,57,1761,5.79,5.76,3.47 +"46373",0.58,"Ideal","G","VS2",61.9,55,1761,5.33,5.36,3.31 +"46374",0.58,"Ideal","G","VS2",60,56,1761,5.45,5.48,3.28 +"46375",0.56,"Ideal","F","VS2",62.6,56,1761,5.28,5.3,3.31 +"46376",0.58,"Ideal","E","VS2",62.1,55,1761,5.35,5.34,3.32 +"46377",0.51,"Very Good","G","VVS2",62.2,56,1762,5.1,5.13,3.18 +"46378",0.54,"Ideal","H","VS1",60.9,55,1762,5.28,5.3,3.22 +"46379",0.72,"Fair","J","SI2",66.1,55,1762,5.51,5.56,3.66 +"46380",0.55,"Ideal","G","VS1",61.5,57,1763,5.23,5.28,3.23 +"46381",0.7,"Good","I","SI1",61.6,63,1763,5.59,5.68,3.47 +"46382",0.7,"Very Good","I","SI1",62.8,59,1763,5.63,5.67,3.55 +"46383",0.54,"Ideal","D","VS2",60.9,56,1763,5.3,5.27,3.22 +"46384",0.54,"Ideal","I","IF",62.5,55,1763,5.21,5.26,3.27 +"46385",0.57,"Premium","E","VS2",62,58,1763,5.38,5.33,3.32 +"46386",0.59,"Very Good","F","VS2",62,58,1764,5.35,5.42,3.34 +"46387",0.71,"Very Good","J","SI2",61.1,58,1764,5.67,5.76,3.49 +"46388",0.5,"Very Good","G","VVS2",62.8,57,1764,5.05,5.07,3.18 +"46389",0.5,"Good","G","VVS2",63.6,57,1764,5.04,5.08,3.22 +"46390",0.55,"Ideal","E","VS1",61.5,57,1764,5.23,5.27,3.23 +"46391",0.7,"Premium","J","VVS2",60.6,58,1764,5.73,5.82,3.5 +"46392",0.37,"Ideal","D","VVS1",61.3,56,1764,4.6,4.63,2.83 +"46393",0.58,"Ideal","H","VS1",62.3,57,1764,5.33,5.36,3.33 +"46394",0.5,"Premium","F","VS1",60.6,59,1764,5.19,5.14,3.13 +"46395",0.72,"Premium","G","SI2",59.1,61,1764,5.89,5.85,3.47 +"46396",0.72,"Premium","G","SI2",62.7,57,1764,5.74,5.7,3.59 +"46397",0.5,"Ideal","D","SI1",59.9,60,1764,5.15,5.13,3.08 +"46398",0.54,"Ideal","E","VS2",62.4,56,1765,5.23,5.19,3.25 +"46399",0.51,"Ideal","F","VS1",60.2,56,1765,5.22,5.24,3.15 +"46400",0.5,"Ideal","G","VVS2",62.1,57,1766,5.06,5.09,3.15 +"46401",0.5,"Ideal","G","VVS2",61.8,54,1766,5.11,5.15,3.17 +"46402",0.51,"Ideal","H","VVS1",62.2,56,1766,5.12,5.14,3.19 +"46403",0.6,"Ideal","H","SI1",61.4,55,1766,5.46,5.49,3.36 +"46404",0.62,"Premium","F","SI1",59.8,60,1766,5.56,5.51,3.31 +"46405",0.53,"Premium","F","VS1",59.4,58,1766,5.32,5.28,3.15 +"46406",0.55,"Ideal","E","VS2",59.3,57,1767,5.43,5.39,3.21 +"46407",0.51,"Ideal","D","VS2",60.5,56,1767,5.21,5.2,3.15 +"46408",0.52,"Very Good","E","VS1",59.6,58,1767,5.21,5.26,3.12 +"46409",0.52,"Ideal","H","VVS1",62.1,53.8,1767,5.17,5.19,3.21 +"46410",0.52,"Ideal","F","VS1",62.1,56,1767,5.14,5.2,3.2 +"46411",0.7,"Ideal","J","SI2",61.4,55,1767,5.72,5.75,3.52 +"46412",0.63,"Good","H","VS1",62.9,54,1767,5.47,5.56,3.47 +"46413",0.54,"Good","D","SI1",57.9,60,1767,5.36,5.39,3.11 +"46414",0.52,"Ideal","E","VS2",61,57,1767,5.21,5.19,3.17 +"46415",0.52,"Ideal","E","VS2",61.3,55,1767,5.22,5.19,3.19 +"46416",0.52,"Ideal","E","VS2",61.5,56,1767,5.17,5.14,3.17 +"46417",0.55,"Ideal","D","VS2",61,56,1768,5.31,5.28,3.23 +"46418",0.51,"Very Good","G","VVS2",60.9,56,1768,5.17,5.21,3.16 +"46419",0.51,"Very Good","G","VVS2",62.6,59,1768,5.08,5.11,3.19 +"46420",0.5,"Ideal","E","VS2",60.8,55,1768,5.19,5.16,3.15 +"46421",0.5,"Ideal","E","VS2",60.8,57,1768,5.16,5.13,3.13 +"46422",0.66,"Very Good","E","SI2",61.3,57.2,1769,5.59,5.66,3.45 +"46423",0.53,"Ideal","G","VS2",61.6,57,1769,5.15,5.2,3.19 +"46424",0.51,"Ideal","D","VS2",60.8,57,1769,5.18,5.21,3.16 +"46425",0.53,"Ideal","E","SI1",60.9,57,1769,5.21,5.24,3.18 +"46426",0.53,"Good","G","VVS2",64.3,58,1769,5.11,5.15,3.3 +"46427",0.59,"Premium","F","VS2",61.5,58,1769,5.45,5.41,3.34 +"46428",0.56,"Very Good","E","VS2",61.1,57,1770,5.33,5.38,3.27 +"46429",0.56,"Ideal","H","VS1",61.8,55,1770,5.29,5.33,3.28 +"46430",0.54,"Premium","D","SI1",58.3,61,1770,5.38,5.32,3.12 +"46431",0.7,"Fair","D","SI2",67.8,58,1770,5.51,5.44,3.71 +"46432",0.54,"Premium","F","VS1",60,59,1770,5.3,5.23,3.16 +"46433",0.62,"Premium","G","VS1",62.9,58,1770,5.41,5.37,3.39 +"46434",0.59,"Very Good","H","VVS2",61.1,57,1771,5.39,5.48,3.32 +"46435",0.7,"Good","H","SI1",64.2,58,1771,5.59,5.62,3.6 +"46436",0.54,"Good","E","VS2",60.2,61,1771,5.27,5.32,3.19 +"46437",0.6,"Premium","E","SI1",59.4,60,1771,5.57,5.51,3.29 +"46438",0.59,"Very Good","D","SI1",63.1,61,1771,5.35,5.3,3.36 +"46439",0.58,"Ideal","F","VS1",61.9,54,1772,5.33,5.37,3.31 +"46440",0.54,"Ideal","F","VS1",60.9,57,1772,5.21,5.26,3.19 +"46441",0.6,"Very Good","F","VS2",62.1,57,1772,5.37,5.39,3.34 +"46442",0.53,"Ideal","E","VS1",60.4,57,1772,5.27,5.26,3.18 +"46443",0.6,"Ideal","H","VS1",62,53,1772,5.44,5.46,3.38 +"46444",0.53,"Ideal","G","VS1",61.6,55.7,1772,5.21,5.24,3.22 +"46445",0.6,"Very Good","G","VS2",62.9,59,1773,5.35,5.39,3.38 +"46446",0.52,"Very Good","E","VS2",63.5,54,1773,5.19,5.11,3.27 +"46447",0.61,"Very Good","I","VVS2",62,54.4,1773,5.47,5.51,3.4 +"46448",0.56,"Ideal","E","VS1",61.6,56,1773,5.26,5.32,3.26 +"46449",0.54,"Premium","F","VS1",61.8,59,1773,5.23,5.16,3.21 +"46450",0.96,"Fair","H","I1",68.9,59,1773,6.09,5.96,4.15 +"46451",0.71,"Premium","I","SI1",61.7,56,1774,5.73,5.71,3.53 +"46452",0.51,"Very Good","F","VS2",58.6,58,1774,5.22,5.29,3.08 +"46453",0.52,"Premium","D","VS2",61.8,58,1774,5.15,5.2,3.2 +"46454",0.52,"Ideal","D","VS2",61,57,1774,5.18,5.21,3.17 +"46455",0.52,"Ideal","D","VS2",62.1,57,1774,5.13,5.17,3.2 +"46456",0.71,"Good","J","VS2",63.8,58,1774,5.61,5.58,3.57 +"46457",0.54,"Ideal","H","VVS1",61.9,54,1774,5.22,5.25,3.24 +"46458",0.59,"Ideal","G","VS2",62.1,57,1774,5.36,5.39,3.34 +"46459",0.54,"Ideal","E","VS2",61.6,56,1774,5.24,5.28,3.24 +"46460",0.54,"Ideal","F","VS1",61.1,57,1774,5.28,5.3,3.23 +"46461",0.6,"Ideal","D","SI1",61.1,57,1774,5.39,5.51,3.33 +"46462",0.71,"Good","I","SI1",63.6,63,1774,5.64,5.61,3.58 +"46463",0.71,"Good","I","SI1",60,64,1774,5.79,5.71,3.45 +"46464",0.57,"Premium","D","VS2",60.4,57,1775,5.38,5.35,3.24 +"46465",0.5,"Premium","E","VS1",62.8,59,1775,5.09,5,3.17 +"46466",0.7,"Premium","J","VS2",62,62,1775,5.63,5.59,3.48 +"46467",0.53,"Ideal","H","VVS1",62.2,56,1775,5.16,5.2,3.22 +"46468",0.53,"Good","D","VS1",60.2,56,1775,5.22,5.28,3.16 +"46469",0.63,"Premium","E","SI2",58.5,61,1775,5.64,5.58,3.28 +"46470",0.7,"Very Good","I","SI2",63.4,59,1775,5.66,5.57,3.56 +"46471",0.58,"Ideal","F","SI2",60.9,56,1776,5.42,5.39,3.29 +"46472",0.53,"Good","E","VS1",63.2,56,1776,5.14,5.18,3.26 +"46473",0.53,"Very Good","E","VS1",63,56,1776,5.13,5.16,3.24 +"46474",0.51,"Ideal","H","VVS1",61.8,55,1776,5.15,5.18,3.19 +"46475",0.51,"Ideal","H","VVS1",61.4,55,1776,5.13,5.16,3.16 +"46476",0.53,"Ideal","E","VS2",62.8,57,1776,5.19,5.16,3.25 +"46477",0.29,"Fair","F","SI1",55.8,60,1776,4.48,4.41,2.48 +"46478",0.6,"Very Good","D","SI1",62,55,1777,5.36,5.44,3.35 +"46479",0.6,"Very Good","D","SI1",60.3,58,1777,5.44,5.51,3.3 +"46480",0.55,"Very Good","F","VS2",61.6,56.1,1777,5.29,5.31,3.27 +"46481",0.55,"Very Good","F","VS2",62.1,55.4,1777,5.25,5.27,3.26 +"46482",0.54,"Ideal","E","SI1",60.3,57,1777,5.28,5.3,3.19 +"46483",0.58,"Good","G","VS1",59,62,1777,5.44,5.48,3.22 +"46484",0.56,"Very Good","D","SI1",63.1,57,1777,5.22,5.19,3.29 +"46485",0.62,"Premium","F","SI1",63,59,1777,5.43,5.39,3.41 +"46486",0.9,"Premium","G","I1",61.3,59,1777,6.2,6.15,3.78 +"46487",0.62,"Premium","D","SI2",62,59,1777,5.48,5.45,3.39 +"46488",0.57,"Ideal","E","VS2",62.1,55,1778,5.37,5.33,3.32 +"46489",0.46,"Very Good","D","VVS1",62.2,56,1778,4.94,4.97,3.08 +"46490",0.54,"Very Good","F","VS1",59.9,57,1778,5.35,5.3,3.19 +"46491",0.51,"Very Good","E","VS1",61.6,59,1778,5.1,5.12,3.15 +"46492",0.52,"Ideal","F","VS1",61.2,57,1778,5.16,5.2,3.17 +"46493",0.52,"Ideal","H","VVS1",60.4,57,1778,5.2,5.23,3.15 +"46494",0.52,"Ideal","F","VS1",62,57,1778,5.13,5.16,3.19 +"46495",0.52,"Ideal","F","VS1",62.3,55,1778,5.16,5.21,3.23 +"46496",0.52,"Ideal","F","VS1",62.2,55,1778,5.14,5.18,3.21 +"46497",0.5,"Very Good","F","VVS2",60.4,61,1778,5.12,5.14,3.1 +"46498",0.52,"Very Good","F","VS1",61.7,56,1778,5.14,5.17,3.18 +"46499",0.4,"Ideal","E","VVS1",61.7,55,1778,4.74,4.76,2.93 +"46500",0.4,"Ideal","E","VVS1",61.3,56,1778,4.75,4.78,2.92 +"46501",0.54,"Ideal","E","SI1",61.5,55,1778,5.24,5.26,3.23 +"46502",0.46,"Good","E","VVS2",60.7,62,1778,4.97,5.01,3.03 +"46503",0.57,"Premium","E","VS2",63,59,1778,5.29,5.25,3.32 +"46504",0.53,"Fair","E","VS1",62.3,67,1778,5.22,5.11,3.22 +"46505",0.56,"Ideal","F","VS2",60.8,56,1778,5.33,5.3,3.23 +"46506",0.56,"Premium","F","VS2",59.6,58,1778,5.36,5.34,3.19 +"46507",0.5,"Ideal","G","VVS2",61,56,1779,5.13,5.14,3.13 +"46508",0.51,"Ideal","D","VS1",62.4,57,1779,5.09,5.13,3.19 +"46509",0.51,"Ideal","D","VS1",62.5,57,1779,5.08,5.13,3.19 +"46510",0.57,"Ideal","I","IF",61,55,1779,5.38,5.41,3.29 +"46511",0.47,"Ideal","F","VVS1",61.9,55,1779,4.98,5,3.09 +"46512",0.62,"Ideal","E","SI1",62.4,53,1779,5.47,5.5,3.42 +"46513",0.63,"Ideal","D","SI1",61.1,56,1779,5.52,5.58,3.39 +"46514",0.47,"Very Good","G","VVS1",60.6,55,1780,5.05,5.09,3.07 +"46515",0.51,"Ideal","H","VS1",61.2,55,1780,5.17,5.19,3.17 +"46516",0.66,"Ideal","H","SI1",60.9,55,1780,5.63,5.7,3.45 +"46517",0.53,"Ideal","H","VVS1",60.8,56,1781,5.24,5.26,3.19 +"46518",0.53,"Ideal","H","VVS1",61.3,56,1781,5.21,5.23,3.2 +"46519",0.53,"Ideal","H","VVS1",61.3,56,1781,5.22,5.24,3.21 +"46520",0.51,"Ideal","G","VS1",62.7,54,1781,5.1,5.08,3.19 +"46521",0.51,"Ideal","G","VS1",59.7,57,1781,5.25,5.2,3.12 +"46522",0.51,"Ideal","G","VS1",62.2,55,1781,5.14,5.11,3.19 +"46523",0.51,"Ideal","G","VS1",61,55,1781,5.21,5.11,3.15 +"46524",0.51,"Premium","G","VS1",61.1,58,1781,5.19,5.12,3.15 +"46525",0.51,"Ideal","G","VS1",61.7,55,1781,5.17,5.14,3.18 +"46526",0.51,"Ideal","G","VS1",62.1,55,1781,5.17,5.14,3.2 +"46527",0.51,"Premium","G","VS1",62.3,58,1781,5.13,5.08,3.18 +"46528",0.51,"Premium","G","VS1",62.1,60,1781,5.11,5.1,3.17 +"46529",0.51,"Ideal","G","VS1",61.9,56,1781,5.14,5.1,3.17 +"46530",0.51,"Ideal","G","VS1",62.7,56,1781,5.1,5.08,3.19 +"46531",0.51,"Premium","G","VS1",62.9,58,1781,5.1,5.05,3.19 +"46532",0.51,"Premium","G","VS1",62,52,1781,5.37,5.05,3.23 +"46533",0.51,"Ideal","G","VS1",62,56,1781,5.16,5.06,3.17 +"46534",0.51,"Ideal","G","VS1",62.5,57,1781,5.14,5.07,3.19 +"46535",0.51,"Premium","E","VS2",60.5,56,1781,5.24,5.18,3.15 +"46536",0.51,"Premium","E","VS2",60.3,59,1781,5.22,5.2,3.14 +"46537",0.51,"Ideal","E","VS2",61.9,55,1781,5.17,5.13,3.19 +"46538",0.51,"Ideal","E","VS2",61.7,54,1781,5.18,5.13,3.18 +"46539",0.51,"Ideal","E","VS2",60.4,57,1781,5.18,5.15,3.12 +"46540",0.51,"Ideal","E","VS2",60.9,56,1781,5.2,5.15,3.15 +"46541",0.51,"Ideal","E","VS2",61.4,57,1781,5.16,5.13,3.16 +"46542",0.51,"Premium","E","VS2",61.3,58,1781,5.15,5.13,3.15 +"46543",0.51,"Premium","E","VS2",61,60,1781,5.17,5.12,3.14 +"46544",0.51,"Premium","E","VS2",61.7,58,1781,5.15,5.12,3.17 +"46545",0.51,"Ideal","E","VS2",61.9,56,1781,5.16,5.12,3.18 +"46546",0.51,"Ideal","E","VS2",61.8,56,1781,5.14,5.12,3.17 +"46547",0.51,"Premium","E","VS2",61.3,60,1781,5.16,5.11,3.15 +"46548",0.51,"Ideal","E","VS2",62,56,1781,5.15,5.11,3.18 +"46549",0.51,"Ideal","E","VS2",62.4,57,1781,5.13,5.1,3.19 +"46550",0.51,"Ideal","E","VS2",61.5,57,1781,5.12,5.09,3.14 +"46551",0.51,"Ideal","E","VS2",62.5,55,1781,5.13,5.08,3.19 +"46552",0.51,"Very Good","E","VS2",63.3,56,1781,5.12,5.08,3.23 +"46553",0.51,"Ideal","E","VS2",62.6,55,1781,5.11,5.08,3.19 +"46554",0.51,"Premium","E","VS2",61.9,59,1781,5.11,5.06,3.15 +"46555",0.51,"Premium","E","VS2",62.5,59,1781,5.11,5.06,3.18 +"46556",0.51,"Ideal","E","VS2",62.2,57,1781,5.11,5.08,3.17 +"46557",0.51,"Ideal","E","VS2",61.8,57,1781,5.15,5.14,3.18 +"46558",0.51,"Good","E","VS2",56.6,59,1781,5.37,5.26,3.01 +"46559",0.51,"Very Good","F","VS2",60.5,63,1781,5.17,5.11,3.11 +"46560",0.51,"Premium","G","VS1",62.3,59,1781,5.12,5.06,3.17 +"46561",0.7,"Ideal","J","VS1",62.2,56,1782,5.67,5.71,3.54 +"46562",0.59,"Ideal","G","SI1",61.3,56,1782,5.38,5.42,3.31 +"46563",0.53,"Ideal","D","VS2",61.4,56,1783,5.21,5.18,3.19 +"46564",0.53,"Ideal","D","VS2",61,56,1783,5.29,5.26,3.22 +"46565",0.53,"Premium","D","VS2",62.4,59,1783,5.14,5.18,3.22 +"46566",0.53,"Ideal","D","VS2",60.9,57,1783,5.17,5.24,3.17 +"46567",0.59,"Ideal","D","SI1",61.4,55,1783,5.41,5.43,3.33 +"46568",0.71,"Good","E","SI2",57.5,58,1783,5.91,5.89,3.39 +"46569",0.71,"Good","E","SI2",57.5,58,1783,5.91,5.89,3.39 +"46570",0.5,"Very Good","G","VVS2",61.6,58,1784,5.07,5.09,3.13 +"46571",0.59,"Very Good","F","VS2",61.6,56,1784,5.39,5.41,3.33 +"46572",0.5,"Ideal","G","VVS2",62.7,54,1784,5.05,5.09,3.18 +"46573",0.52,"Ideal","G","VVS2",61.6,56,1784,5.15,5.18,3.18 +"46574",0.52,"Fair","F","VS1",57.2,59,1784,5.35,5.39,3.07 +"46575",0.56,"Ideal","E","SI1",62.8,58,1784,5.31,5.26,3.32 +"46576",1,"Fair","J","I1",65,59,1784,6.27,6.17,4.05 +"46577",0.57,"Very Good","E","VS2",61,57,1785,5.33,5.35,3.26 +"46578",0.56,"Very Good","E","SI1",58.5,59,1785,5.42,5.45,3.18 +"46579",0.58,"Very Good","D","SI1",60.2,58,1785,5.37,5.46,3.26 +"46580",0.72,"Premium","J","SI1",62,58,1785,5.74,5.77,3.57 +"46581",0.61,"Good","G","VS1",60.2,61,1785,5.47,5.52,3.3 +"46582",0.81,"Premium","I","SI2",61.5,60,1786,5.94,5.9,3.64 +"46583",0.55,"Premium","E","VS2",60.5,58,1786,5.26,5.32,3.2 +"46584",0.55,"Ideal","G","VS1",61.6,55,1786,5.29,5.32,3.27 +"46585",0.55,"Ideal","G","VS1",60.9,55,1786,5.29,5.32,3.23 +"46586",0.55,"Very Good","E","VS2",61.4,57,1786,5.27,5.29,3.24 +"46587",0.55,"Very Good","G","VS1",62,57,1786,5.25,5.3,3.27 +"46588",0.55,"Very Good","E","VS2",61.5,56,1786,5.25,5.28,3.24 +"46589",0.53,"Ideal","E","VS2",60.9,56,1786,5.27,5.28,3.21 +"46590",0.64,"Good","H","VS1",61.8,60.3,1786,5.47,5.53,3.4 +"46591",0.54,"Premium","H","VVS2",60.6,60,1786,5.31,5.29,3.21 +"46592",0.54,"Premium","F","VS2",59.4,57,1786,5.35,5.29,3.16 +"46593",0.54,"Premium","F","VS2",59.5,58,1786,5.36,5.29,3.17 +"46594",0.54,"Ideal","F","VS2",60.3,55,1786,5.32,5.26,3.19 +"46595",0.54,"Ideal","F","VS2",60.1,56,1786,5.31,5.28,3.18 +"46596",0.54,"Ideal","F","VS2",61.4,57,1786,5.25,5.2,3.21 +"46597",0.54,"Ideal","F","VS2",62.2,57,1786,5.24,5.21,3.25 +"46598",0.54,"Premium","F","VS2",61.8,58,1786,5.29,5.22,3.25 +"46599",0.54,"Ideal","F","VS2",62.3,56,1786,5.2,5.17,3.23 +"46600",0.54,"Ideal","D","SI1",60.8,57,1786,5.31,5.25,3.21 +"46601",0.54,"Ideal","D","SI1",60.7,56,1786,5.3,5.27,3.21 +"46602",0.54,"Ideal","D","SI1",62.1,56,1786,5.25,5.21,3.25 +"46603",0.54,"Premium","D","SI1",60.4,60,1786,5.24,5.22,3.16 +"46604",0.54,"Premium","D","SI1",62.1,56,1786,5.25,5.22,3.25 +"46605",0.54,"Ideal","D","SI1",61.5,56,1786,5.25,5.23,3.22 +"46606",0.54,"Premium","D","SI1",62,55,1786,5.24,5.21,3.24 +"46607",0.54,"Premium","D","SI1",62.1,58,1786,5.23,5.21,3.24 +"46608",0.54,"Ideal","D","SI1",62.4,57,1786,5.23,5.19,3.25 +"46609",0.54,"Ideal","D","SI1",62.9,57,1786,5.22,5.17,3.27 +"46610",0.54,"Very Good","D","VS2",63.2,55,1786,5.21,5.17,3.28 +"46611",0.9,"Fair","I","I1",67.2,60,1786,5.96,5.88,3.98 +"46612",0.5,"Ideal","G","VVS2",61.4,56,1787,5.11,5.15,3.15 +"46613",0.51,"Ideal","D","VS2",62.7,55,1787,5.09,5.12,3.2 +"46614",0.51,"Very Good","D","VS2",60.5,60,1787,5.16,5.19,3.13 +"46615",0.51,"Very Good","D","VS2",61.1,59,1787,5.12,5.16,3.14 +"46616",0.51,"Ideal","D","VS2",61.8,55,1787,5.15,5.18,3.19 +"46617",0.51,"Ideal","D","VS2",61.8,55,1787,5.1,5.16,3.17 +"46618",0.51,"Ideal","D","VS2",61.9,56,1787,5.11,5.14,3.17 +"46619",0.51,"Ideal","D","VS2",62.3,55,1787,5.12,5.19,3.21 +"46620",0.51,"Ideal","D","VS2",62.3,57,1787,5.09,5.12,3.18 +"46621",0.3,"Premium","H","VS1",61.4,59,526,4.3,4.33,2.65 +"46622",0.3,"Very Good","G","VS2",62.2,60,526,4.24,4.25,2.64 +"46623",0.3,"Ideal","H","VS1",61.6,55,526,4.27,4.3,2.64 +"46624",0.3,"Premium","H","VS1",62.5,58,526,4.27,4.34,2.69 +"46625",0.3,"Premium","H","VS1",62.2,60,526,4.23,4.29,2.65 +"46626",0.3,"Premium","H","VS1",62.6,59,526,4.26,4.3,2.68 +"46627",0.3,"Premium","E","SI1",60,60,526,4.36,4.38,2.62 +"46628",0.3,"Ideal","H","VS1",62.2,57,526,4.28,4.3,2.67 +"46629",0.3,"Ideal","G","VS2",61.3,56,526,4.28,4.33,2.64 +"46630",0.3,"Very Good","E","SI1",60.6,56,526,4.35,4.37,2.64 +"46631",0.3,"Ideal","H","VS1",62.7,55,526,4.25,4.3,2.68 +"46632",0.3,"Very Good","E","SI1",62.9,56,526,4.25,4.3,2.69 +"46633",0.3,"Good","G","VS2",63.1,57,526,4.24,4.28,2.69 +"46634",0.3,"Very Good","E","SI1",62.9,56,526,4.24,4.31,2.69 +"46635",0.3,"Very Good","E","SI1",62.7,60,526,4.24,4.28,2.67 +"46636",0.3,"Good","E","SI1",63.7,59,526,4.21,4.27,2.7 +"46637",0.3,"Ideal","G","VS2",61.3,56,526,4.28,4.3,2.63 +"46638",0.3,"Good","E","SI1",63.7,58,526,4.24,4.27,2.71 +"46639",0.3,"Premium","I","VVS2",61.7,58,526,4.28,4.37,2.67 +"46640",0.3,"Good","E","SI1",63.2,56,526,4.27,4.3,2.71 +"46641",0.3,"Very Good","I","VVS2",60.1,63,526,4.28,4.31,2.58 +"46642",0.3,"Very Good","E","SI1",62.9,57,526,4.25,4.3,2.69 +"46643",0.3,"Premium","E","SI1",61.3,60,526,4.24,4.28,2.61 +"46644",0.4,"Very Good","J","SI1",61.4,58,526,4.76,4.79,2.93 +"46645",0.3,"Premium","E","SI1",60.6,58,526,4.3,4.34,2.62 +"46646",0.3,"Very Good","E","SI1",62.1,60,526,4.27,4.29,2.66 +"46647",0.3,"Very Good","G","VS2",60.8,61,526,4.31,4.34,2.63 +"46648",0.3,"Very Good","E","SI1",61.9,58,526,4.27,4.33,2.66 +"46649",0.3,"Very Good","G","VS2",63,55,526,4.29,4.31,2.71 +"46650",0.3,"Good","H","VS1",63.3,57,526,4.22,4.25,2.68 +"46651",0.51,"Premium","D","VS2",59.7,58,1787,5.18,5.24,3.11 +"46652",0.51,"Ideal","D","VS2",61.5,57,1787,5.11,5.14,3.15 +"46653",0.51,"Ideal","D","VS2",61.9,57,1787,5.09,5.15,3.17 +"46654",0.51,"Ideal","D","VS2",61.9,57,1787,5.11,5.13,3.17 +"46655",0.51,"Ideal","D","VS2",61.2,55,1787,5.16,5.18,3.16 +"46656",0.51,"Ideal","D","VS2",61.7,55,1787,5.11,5.14,3.16 +"46657",0.51,"Ideal","D","VS2",62.1,56,1787,5.11,5.16,3.19 +"46658",0.51,"Ideal","D","VS2",61.6,56,1787,5.15,5.17,3.18 +"46659",0.51,"Ideal","D","VS2",62.4,55,1787,5.11,5.14,3.2 +"46660",0.51,"Ideal","D","VS2",61.5,55,1787,5.13,5.18,3.17 +"46661",0.51,"Ideal","D","VS2",61.9,55,1787,5.11,5.13,3.17 +"46662",0.51,"Ideal","D","VS2",61.2,55,1787,5.13,5.17,3.15 +"46663",0.51,"Ideal","D","VS2",60.9,56,1787,5.16,5.19,3.15 +"46664",0.56,"Ideal","F","VS1",62.7,56,1787,5.25,5.3,3.31 +"46665",0.56,"Ideal","H","VVS1",62.3,55,1787,5.26,5.3,3.29 +"46666",0.97,"Fair","F","I1",68.5,54,1787,6.26,6.05,4.22 +"46667",0.7,"Very Good","J","SI2",61.7,59,1788,5.64,5.67,3.49 +"46668",0.72,"Very Good","J","SI2",60.1,58,1788,5.79,5.82,3.49 +"46669",0.71,"Good","I","SI1",62.6,63,1788,5.54,5.61,3.49 +"46670",0.57,"Fair","F","VS1",64.5,61,1788,5.23,5.19,3.36 +"46671",0.59,"Very Good","E","VS2",62.3,55,1789,5.39,5.43,3.37 +"46672",0.59,"Ideal","E","VS2",61.5,56,1789,5.38,5.42,3.32 +"46673",0.59,"Ideal","G","VS2",62.6,54,1789,5.38,5.32,3.35 +"46674",0.59,"Premium","G","VS2",61.1,57,1789,5.43,5.4,3.31 +"46675",0.59,"Premium","E","SI1",61.8,60,1789,5.39,5.33,3.31 +"46676",0.59,"Ideal","E","SI1",62.4,55,1789,5.39,5.34,3.35 +"46677",0.59,"Ideal","E","SI1",61.4,56,1789,5.39,5.36,3.3 +"46678",0.59,"Ideal","E","SI1",62,55,1789,5.4,5.37,3.34 +"46679",0.59,"Ideal","E","SI1",62.9,57,1789,5.36,5.33,3.36 +"46680",0.99,"Fair","J","I1",73.6,60,1789,6.01,5.8,4.35 +"46681",0.58,"Very Good","I","VVS1",63,57,1790,5.31,5.35,3.36 +"46682",0.7,"Ideal","J","VVS2",62.7,56,1790,5.67,5.71,3.57 +"46683",0.7,"Good","H","SI2",62.8,57,1790,5.58,5.66,3.53 +"46684",0.7,"Good","I","SI1",62.8,59,1790,5.59,5.65,3.53 +"46685",0.7,"Ideal","I","SI1",61.3,57,1790,5.72,5.75,3.52 +"46686",0.7,"Very Good","G","SI2",58.2,63,1790,5.82,5.79,3.38 +"46687",0.59,"Ideal","E","SI1",61.1,56,1790,5.38,5.44,3.31 +"46688",0.58,"Ideal","F","VS2",62.1,56,1790,5.37,5.33,3.32 +"46689",0.58,"Ideal","F","VS2",62.1,55,1790,5.37,5.33,3.32 +"46690",0.52,"Ideal","H","VS1",61.7,55,1790,5.21,5.17,3.2 +"46691",0.5,"Very Good","G","VVS2",63,58,1791,4.98,5.02,3.15 +"46692",0.53,"Ideal","G","VS1",61.5,57,1791,5.21,5.23,3.21 +"46693",0.56,"Ideal","E","VS1",62.3,57,1791,5.3,5.26,3.29 +"46694",0.56,"Ideal","E","VS1",60.8,55,1791,5.37,5.32,3.25 +"46695",0.48,"Ideal","G","IF",61.9,55,1791,5.03,5.08,3.13 +"46696",0.5,"Good","G","VVS2",64.1,56,1791,5.06,5.02,3.23 +"46697",0.5,"Fair","G","VVS2",62.9,67,1791,5.02,4.96,3.14 +"46698",0.56,"Ideal","E","VS2",61.5,57,1792,5.29,5.32,3.26 +"46699",0.5,"Ideal","D","VS1",61.9,54,1792,5.1,5.14,3.17 +"46700",0.5,"Fair","D","VVS1",65.9,64,1792,4.92,5.03,3.28 +"46701",0.55,"Premium","G","VS1",59.4,62,1792,5.36,5.32,3.17 +"46702",0.55,"Ideal","G","VS1",61.3,57,1792,5.28,5.25,3.23 +"46703",0.55,"Ideal","E","VS2",61.4,56,1792,5.32,5.26,3.25 +"46704",0.55,"Ideal","E","VS2",61.8,57,1792,5.34,5.27,3.28 +"46705",0.7,"Fair","F","SI2",64.8,57,1792,5.65,5.59,3.64 +"46706",0.77,"Premium","J","VS2",62.3,58,1792,5.86,5.8,3.63 +"46707",0.7,"Premium","F","SI2",61.2,59,1792,5.75,5.72,3.51 +"46708",0.7,"Very Good","F","SI2",63.2,59,1792,5.66,5.61,3.56 +"46709",0.7,"Good","F","SI2",64.1,58,1792,5.58,5.53,3.56 +"46710",0.52,"Ideal","E","VS1",62.6,57,1793,5.15,5.11,3.21 +"46711",0.52,"Ideal","E","VS1",62.5,56,1793,5.16,5.11,3.21 +"46712",0.59,"Ideal","E","SI1",60.7,56,1793,5.45,5.49,3.32 +"46713",0.59,"Ideal","D","SI1",61.3,59,1793,5.36,5.4,3.3 +"46714",0.6,"Good","G","VS2",64.3,57,1793,5.31,5.38,3.43 +"46715",0.6,"Good","G","VS2",59.8,61.9,1793,5.45,5.5,3.27 +"46716",0.7,"Good","E","SI2",56.9,61,1793,5.85,5.9,3.34 +"46717",0.61,"Good","E","SI1",61.3,61,1793,5.4,5.44,3.32 +"46718",0.52,"Premium","E","VS1",61.6,58,1793,5.18,5.14,3.18 +"46719",0.51,"Very Good","D","VS2",63.1,58,1793,5.13,5.08,3.22 +"46720",0.51,"Very Good","D","VS2",63.5,56,1793,5.1,5.07,3.23 +"46721",0.51,"Very Good","D","VS2",63.5,56,1793,5.1,5.04,3.22 +"46722",0.61,"Premium","H","VS1",59.6,61,1793,5.53,5.44,3.27 +"46723",0.52,"Very Good","G","VVS2",62,57,1794,5.15,5.19,3.2 +"46724",0.51,"Ideal","G","VVS2",62.1,55.5,1794,5.08,5.13,3.18 +"46725",0.58,"Premium","E","SI1",61.6,59,1794,5.38,5.33,3.3 +"46726",0.47,"Very Good","D","VS1",60,59,1795,5.07,5.09,3.06 +"46727",0.5,"Good","D","VS1",64.3,54,1795,5.02,5.06,3.24 +"46728",0.7,"Very Good","I","SI2",62.4,58,1795,5.64,5.68,3.53 +"46729",0.7,"Very Good","I","SI2",59.5,58,1795,5.73,5.79,3.43 +"46730",0.6,"Ideal","G","VS2",62.1,56,1795,5.4,5.45,3.37 +"46731",0.51,"Ideal","E","VS2",61.2,57,1795,5.13,5.16,3.15 +"46732",0.55,"Very Good","D","VS2",62.2,60,1796,5.2,5.25,3.25 +"46733",0.85,"Premium","I","I1",59.6,58,1796,6.24,6.14,3.69 +"46734",0.53,"Ideal","G","VVS2",62.3,54,1797,5.18,5.2,3.24 +"46735",0.58,"Ideal","F","VS2",60.6,55,1798,5.4,5.43,3.28 +"46736",0.58,"Ideal","F","VS2",62.4,57,1798,5.31,5.33,3.32 +"46737",0.52,"Ideal","H","IF",61.8,55,1798,5.17,5.19,3.2 +"46738",0.72,"Very Good","H","SI2",63.5,55,1799,5.66,5.62,3.58 +"46739",0.5,"Very Good","H","IF",61,60,1799,5.08,5.12,3.11 +"46740",0.55,"Ideal","G","VVS2",62.3,53,1799,5.27,5.29,3.29 +"46741",0.55,"Very Good","D","VS2",62.8,57,1799,5.24,5.27,3.3 +"46742",0.54,"Ideal","F","VS1",62.2,55,1799,5.23,5.25,3.26 +"46743",0.72,"Fair","H","SI2",66,60,1799,5.58,5.51,3.66 +"46744",0.72,"Good","H","SI2",64.1,58,1799,5.68,5.65,3.63 +"46745",0.72,"Fair","I","SI1",64.8,54,1799,5.69,5.67,3.68 +"46746",0.6,"Premium","D","SI1",62.9,58,1799,5.39,5.33,3.37 +"46747",0.72,"Premium","I","SI1",60.6,57,1799,5.88,5.73,3.52 +"46748",0.51,"Premium","F","VS1",60.3,57,1799,5.22,5.2,3.14 +"46749",0.51,"Very Good","G","VVS1",62.9,57,1800,5.08,5.12,3.21 +"46750",0.51,"Good","G","VVS2",63.7,54,1800,5.08,5.1,3.24 +"46751",0.51,"Good","G","VVS2",63.3,58,1800,5.04,5.07,3.2 +"46752",0.51,"Good","G","VVS2",63.4,57,1800,5.06,5.09,3.22 +"46753",0.61,"Ideal","E","SI1",61.2,56,1800,5.5,5.48,3.36 +"46754",0.46,"Ideal","G","VVS1",61.6,55,1800,5,5.03,3.09 +"46755",0.57,"Ideal","H","VS1",60.9,56,1800,5.34,5.36,3.26 +"46756",0.53,"Ideal","F","VS1",61.4,57,1800,5.18,5.2,3.19 +"46757",0.61,"Premium","G","VS2",63,58,1800,5.43,5.4,3.41 +"46758",0.53,"Ideal","H","VVS2",61.8,56,1800,5.22,5.2,3.22 +"46759",0.71,"Ideal","H","SI2",62.6,56,1800,5.75,5.69,3.58 +"46760",0.65,"Very Good","I","VVS1",61.8,56,1801,5.53,5.57,3.43 +"46761",0.5,"Very Good","E","VS1",60.9,58,1801,5.07,5.11,3.1 +"46762",0.54,"Ideal","G","VVS2",62.6,57,1801,5.19,5.23,3.26 +"46763",0.57,"Good","F","VS1",60,61,1801,5.35,5.38,3.22 +"46764",0.7,"Very Good","I","SI2",63.5,56,1801,5.63,5.59,3.56 +"46765",0.53,"Ideal","E","VS2",61.5,56,1801,5.23,5.18,3.2 +"46766",0.53,"Ideal","E","VS2",61.8,56,1801,5.21,5.17,3.21 +"46767",0.5,"Premium","E","VS1",60.4,60,1801,5.16,5.1,3.1 +"46768",0.52,"Ideal","D","VS2",60.3,56,1802,5.27,5.24,3.17 +"46769",0.73,"Fair","J","VS1",64.6,60,1802,5.68,5.59,3.64 +"46770",0.52,"Ideal","D","VS2",61.9,55,1802,5.19,5.21,3.22 +"46771",0.66,"Premium","F","SI1",60.6,58,1802,5.69,5.63,3.43 +"46772",0.7,"Fair","H","SI1",65,59,1803,5.54,5.5,3.59 +"46773",0.52,"Ideal","G","VS1",61.2,56,1803,5.19,5.23,3.19 +"46774",0.52,"Ideal","G","VS1",61.9,55.5,1803,5.13,5.16,3.18 +"46775",0.56,"Ideal","D","SI1",61.9,55,1803,5.31,5.29,3.28 +"46776",0.53,"Ideal","F","VS2",61.6,57,1803,5.21,5.15,3.19 +"46777",0.59,"Ideal","G","VS1",64.1,54,1803,5.37,5.3,3.42 +"46778",0.74,"Premium","I","SI2",60.6,60,1803,5.89,5.8,3.54 +"46779",0.5,"Very Good","D","VS1",62.3,60,1804,5.07,5.1,3.17 +"46780",0.54,"Ideal","G","VS1",61.8,55.3,1804,5.22,5.24,3.23 +"46781",0.61,"Very Good","F","VS2",62.6,60,1805,5.34,5.39,3.36 +"46782",0.71,"Very Good","J","SI2",60.7,61,1805,5.75,5.81,3.51 +"46783",0.55,"Ideal","F","VS1",61.4,55,1805,5.24,5.28,3.23 +"46784",0.58,"Ideal","I","VVS1",62.1,56,1805,5.34,5.32,3.31 +"46785",1,"Fair","I","I1",68.6,56,1805,6.2,6.08,4.22 +"46786",0.52,"Very Good","E","VS1",62.3,59,1806,5.14,5.17,3.21 +"46787",0.5,"Very Good","E","VS1",59,60,1806,5.19,5.22,3.07 +"46788",0.5,"Very Good","E","VS1",60,60,1806,5.13,5.2,3.1 +"46789",0.5,"Good","E","VS1",58.2,61,1806,5.19,5.22,3.03 +"46790",0.46,"Good","F","IF",57.5,58,1806,5.12,5.18,2.96 +"46791",0.46,"Good","F","IF",56.2,61,1806,5.16,5.24,2.92 +"46792",0.5,"Very Good","G","VVS2",63.4,57,1806,5.1,5.06,3.22 +"46793",0.5,"Premium","G","VVS2",62.2,61,1806,5.09,5.07,3.16 +"46794",0.5,"Premium","G","VVS2",62.1,61,1806,5.1,5.07,3.16 +"46795",0.5,"Premium","G","VVS2",60.5,62,1806,5.14,5.07,3.09 +"46796",0.5,"Good","G","VVS2",63.9,58,1806,5.05,5,3.21 +"46797",0.5,"Good","G","VVS2",63.8,56,1806,5.06,5.03,3.22 +"46798",0.7,"Very Good","D","SI2",63.1,58,1806,5.63,5.57,3.53 +"46799",0.7,"Good","F","SI2",63.6,56,1806,5.63,5.56,3.56 +"46800",0.7,"Premium","F","SI2",60.6,57,1806,5.81,5.74,3.5 +"46801",0.7,"Premium","F","SI2",60.3,58,1806,5.79,5.76,3.48 +"46802",0.52,"Ideal","F","VS2",60,62,1806,5.23,5.19,3.13 +"46803",0.55,"Ideal","H","VVS2",61.7,57,1806,5.28,5.26,3.25 +"46804",0.7,"Fair","D","SI2",65.5,57,1806,5.56,5.43,3.6 +"46805",0.7,"Premium","D","SI2",59.8,59,1806,5.75,5.72,3.43 +"46806",0.72,"Premium","F","SI2",61.1,59,1806,5.83,5.79,3.55 +"46807",0.57,"Very Good","E","VS2",62.1,59,1807,5.29,5.27,3.28 +"46808",0.7,"Very Good","H","SI2",63.8,59,1807,5.6,5.63,3.58 +"46809",0.77,"Very Good","J","SI1",62.3,58,1807,5.86,5.89,3.66 +"46810",0.53,"Ideal","G","VS2",60.9,56,1807,5.25,5.21,3.18 +"46811",0.51,"Premium","D","VS2",62,59,1807,5.12,5.08,3.16 +"46812",0.51,"Premium","D","VS2",62.7,59,1807,5.09,5.05,3.18 +"46813",0.51,"Premium","D","VS2",62,60,1807,5.12,5.07,3.16 +"46814",0.51,"Ideal","D","VS2",61.4,57,1807,5.16,5.13,3.16 +"46815",0.5,"Premium","D","VS1",62.8,58,1807,5.05,5.01,3.16 +"46816",0.53,"Premium","D","VS2",60.2,58,1808,5.23,5.26,3.16 +"46817",0.71,"Premium","G","SI2",59.9,59,1808,5.82,5.79,3.48 +"46818",0.6,"Premium","D","VS2",60.9,61,1808,5.43,5.4,3.3 +"46819",0.7,"Fair","H","SI1",64.8,57,1808,5.49,5.59,3.59 +"46820",0.72,"Premium","E","SI2",59.3,60,1808,5.88,5.85,3.48 +"46821",0.5,"Ideal","D","VS2",61.2,55,1808,5.12,5.07,3.12 +"46822",0.7,"Premium","H","SI2",60.5,61,1808,5.75,5.72,3.47 +"46823",0.96,"Fair","H","I1",60.1,62,1808,6.21,6,3.68 +"46824",0.96,"Fair","H","I1",67.4,62,1808,6.13,5.96,4.08 +"46825",0.62,"Ideal","H","VS1",63,56,1808,5.43,5.36,3.4 +"46826",0.58,"Ideal","E","VS2",61.7,57,1809,5.42,5.35,3.32 +"46827",0.58,"Ideal","E","VS2",62.3,54,1809,5.43,5.39,3.37 +"46828",0.52,"Ideal","H","VVS1",61.2,57,1809,5.17,5.22,3.18 +"46829",0.58,"Ideal","F","VS2",60.6,56,1809,5.41,5.44,3.29 +"46830",0.58,"Ideal","E","VS2",60.6,56,1809,5.43,5.47,3.3 +"46831",0.53,"Ideal","D","VS2",62.2,56,1809,5.17,5.18,3.22 +"46832",0.54,"Ideal","G","VS1",61.7,56,1809,5.22,5.25,3.23 +"46833",0.55,"Ideal","F","VS1",61.3,57,1809,5.25,5.28,3.23 +"46834",0.67,"Premium","F","SI1",61.3,59,1809,5.65,5.63,3.46 +"46835",0.67,"Ideal","G","SI1",62.9,54,1809,5.63,5.6,3.53 +"46836",0.76,"Good","J","SI1",63.8,57,1809,5.78,5.74,3.67 +"46837",0.79,"Very Good","G","SI2",63.4,60,1809,5.83,5.77,3.68 +"46838",0.51,"Ideal","G","VVS1",62.8,53,1810,5.09,5.14,3.21 +"46839",0.51,"Ideal","D","VS1",62.2,55,1810,5.15,5.17,3.21 +"46840",0.57,"Ideal","D","SI1",61.4,55,1810,5.35,5.34,3.28 +"46841",0.58,"Ideal","F","VS2",61.9,60,1811,5.32,5.35,3.3 +"46842",0.67,"Good","G","SI1",62.9,59,1811,5.58,5.62,3.52 +"46843",0.7,"Fair","H","VS1",67.2,55,1811,5.48,5.54,3.7 +"46844",0.56,"Ideal","F","SI1",61.1,56,1811,5.35,5.33,3.26 +"46845",0.64,"Premium","E","SI1",61.3,58,1811,5.57,5.53,3.4 +"46846",0.53,"Ideal","F","VS1",62.1,57,1812,5.16,5.21,3.22 +"46847",0.53,"Ideal","F","VS1",61.8,56,1812,5.2,5.22,3.22 +"46848",0.53,"Ideal","F","VS1",62.2,55,1812,5.17,5.22,3.23 +"46849",0.53,"Ideal","F","VS1",62.3,55,1812,5.18,5.22,3.24 +"46850",0.53,"Ideal","F","VS1",62,55,1812,5.15,5.2,3.21 +"46851",0.58,"Premium","E","SI1",62.1,58,1812,5.35,5.31,3.31 +"46852",0.61,"Premium","E","SI1",60.1,59,1812,5.51,5.48,3.3 +"46853",0.51,"Premium","D","VS2",61.9,62,1812,5.12,5.09,3.16 +"46854",0.51,"Good","E","VS2",57.6,62,1812,5.33,5.3,3.06 +"46855",0.51,"Very Good","F","VS1",59.9,63,1812,5.22,5.16,3.11 +"46856",0.59,"Very Good","F","VS2",60.1,57,1813,5.44,5.48,3.28 +"46857",0.54,"Very Good","F","VS1",61,58,1813,5.24,5.25,3.2 +"46858",0.51,"Ideal","G","VVS2",60.1,56,1813,5.22,5.24,3.14 +"46859",0.5,"Very Good","G","VVS2",61.4,57,1813,5.1,5.16,3.15 +"46860",0.53,"Ideal","D","VS1",61.5,55,1813,5.19,5.22,3.2 +"46861",0.51,"Good","G","VVS2",58.1,62,1813,5.24,5.3,3.06 +"46862",0.53,"Premium","G","VS1",60.1,58,1813,5.32,5.27,3.18 +"46863",0.53,"Ideal","G","VS1",61.8,55,1813,5.22,5.17,3.21 +"46864",0.53,"Ideal","G","VS1",61.9,56,1813,5.21,5.19,3.22 +"46865",0.53,"Ideal","G","VS1",62.6,54,1813,5.19,5.16,3.24 +"46866",0.53,"Premium","G","VS1",62.4,58,1813,5.2,5.16,3.23 +"46867",0.53,"Ideal","G","VS1",61.9,56,1813,5.2,5.17,3.21 +"46868",0.53,"Ideal","G","VS1",62.1,57,1813,5.18,5.16,3.21 +"46869",0.53,"Ideal","G","VS1",62.7,55,1813,5.18,5.16,3.24 +"46870",0.53,"Ideal","E","VS2",60,57,1813,5.3,5.24,3.16 +"46871",0.53,"Premium","E","VS2",59.8,58,1813,5.27,5.26,3.15 +"46872",0.53,"Ideal","E","VS2",61.9,55,1813,5.22,5.19,3.22 +"46873",0.53,"Ideal","E","VS2",61.3,55,1813,5.24,5.2,3.2 +"46874",0.53,"Ideal","E","VS2",61.4,56,1813,5.24,5.21,3.21 +"46875",0.53,"Premium","E","VS2",61.6,57,1813,5.21,5.18,3.2 +"46876",0.53,"Ideal","E","VS2",61.4,56,1813,5.25,5.18,3.2 +"46877",0.53,"Ideal","E","VS2",61.9,56,1813,5.21,5.19,3.22 +"46878",0.53,"Ideal","E","VS2",62.7,54,1813,5.18,5.15,3.24 +"46879",0.53,"Ideal","E","VS2",62.4,56,1813,5.2,5.16,3.23 +"46880",0.53,"Premium","E","VS2",60.9,60,1813,5.22,5.16,3.16 +"46881",0.53,"Ideal","E","VS2",62.1,56,1813,5.2,5.17,3.22 +"46882",0.56,"Ideal","H","VVS2",60.9,57,1814,5.38,5.33,3.26 +"46883",0.72,"Ideal","H","SI2",61.8,55,1814,5.79,5.76,3.57 +"46884",0.7,"Premium","I","VS2",61,59,1814,5.71,5.66,3.47 +"46885",0.7,"Ideal","G","SI2",61.6,57,1814,5.68,5.65,3.49 +"46886",0.7,"Premium","G","SI2",62.5,62,1814,5.58,5.56,3.48 +"46887",0.54,"Premium","F","VS2",62.4,55,1814,5.23,5.19,3.25 +"46888",0.7,"Very Good","G","SI2",63.3,57,1814,5.61,5.51,3.52 +"46889",0.72,"Premium","J","VS2",62.6,58,1814,5.72,5.66,3.56 +"46890",0.47,"Ideal","G","IF",62.1,54,1814,4.99,5.02,3.11 +"46891",0.7,"Fair","I","VS2",66.1,56,1814,5.53,5.48,3.64 +"46892",0.56,"Ideal","F","VS2",62.1,57,1814,5.29,5.28,3.28 +"46893",0.56,"Ideal","F","VS2",61.6,55,1814,5.32,5.29,3.27 +"46894",0.56,"Premium","H","VVS2",59.8,57,1814,5.48,5.39,3.25 +"46895",0.56,"Ideal","F","VS2",62.6,55,1814,5.29,5.25,3.3 +"46896",0.6,"Premium","D","SI1",61.5,52,1814,5.5,5.43,3.36 +"46897",0.56,"Ideal","F","VS2",61.3,54,1814,5.37,5.34,3.28 +"46898",0.56,"Ideal","D","SI1",61.2,56,1814,5.34,5.31,3.26 +"46899",0.56,"Ideal","D","SI1",61.4,57,1814,5.34,5.31,3.27 +"46900",0.56,"Ideal","D","SI1",60.5,57,1814,5.36,5.31,3.23 +"46901",0.56,"Premium","D","SI1",59.9,60,1814,5.39,5.33,3.21 +"46902",0.56,"Premium","D","SI1",60.6,59,1814,5.36,5.34,3.24 +"46903",0.56,"Ideal","D","SI1",62.3,56,1814,5.33,5.26,3.3 +"46904",0.56,"Premium","D","SI1",61.9,58,1814,5.33,5.27,3.28 +"46905",0.56,"Premium","D","SI1",60.8,60,1814,5.31,5.29,3.22 +"46906",0.56,"Premium","D","SI1",61.4,58,1814,5.33,5.29,3.26 +"46907",0.56,"Ideal","D","SI1",62.5,56,1814,5.26,5.24,3.28 +"46908",0.54,"Ideal","H","VVS1",61.2,57,1814,5.25,5.21,3.2 +"46909",0.72,"Very Good","I","SI2",63.2,62,1814,5.71,5.67,3.59 +"46910",0.72,"Very Good","J","VS2",63.2,60,1814,5.77,5.7,3.63 +"46911",0.56,"Fair","F","VS2",57,67,1814,5.49,5.36,3.09 +"46912",0.5,"Premium","F","VVS2",60.6,58,1814,5.2,5.1,3.12 +"46913",0.65,"Very Good","F","SI1",60,63,1814,5.62,5.54,3.35 +"46914",0.54,"Ideal","F","VS1",60.9,56,1814,5.31,5.27,3.22 +"46915",0.7,"Premium","G","SI2",59,60,1814,5.84,5.82,3.44 +"46916",0.57,"Ideal","G","VS1",61.6,55,1815,5.34,5.38,3.3 +"46917",0.57,"Ideal","G","VS1",60.6,57,1815,5.38,5.41,3.27 +"46918",0.7,"Ideal","J","SI1",62,55,1815,5.69,5.73,3.54 +"46919",0.7,"Ideal","J","SI1",62.1,54,1815,5.72,5.74,3.56 +"46920",0.52,"Ideal","G","VS1",62.4,56,1815,5.15,5.11,3.2 +"46921",0.52,"Very Good","G","VS1",63.3,55,1815,5.12,5.09,3.23 +"46922",0.52,"Premium","G","VS1",61.7,56,1815,5.21,5.17,3.2 +"46923",0.52,"Ideal","G","VS1",61.8,55,1815,5.21,5.17,3.21 +"46924",0.52,"Ideal","G","VS1",61.1,55,1815,5.19,5.15,3.16 +"46925",0.52,"Premium","G","VS1",61.1,58,1815,5.19,5.16,3.16 +"46926",0.52,"Ideal","G","VS1",60.9,55,1815,5.22,5.16,3.16 +"46927",0.52,"Ideal","G","VS1",62.7,57,1815,5.15,5.12,3.22 +"46928",0.52,"Premium","G","VS1",62.4,59,1815,5.16,5.13,3.21 +"46929",0.52,"Premium","G","VS1",61.2,60,1815,5.19,5.13,3.16 +"46930",0.52,"Ideal","G","VS1",62.3,55,1815,5.16,5.14,3.21 +"46931",0.52,"Ideal","G","VS1",62.7,56,1815,5.16,5.14,3.23 +"46932",0.52,"Premium","G","VS1",62.6,59,1815,5.11,5.08,3.19 +"46933",0.52,"Premium","G","VS1",62.4,60,1815,5.12,5.11,3.19 +"46934",0.52,"Ideal","E","VS2",61.1,55,1815,5.27,5.2,3.2 +"46935",0.52,"Ideal","E","VS2",60.9,57,1815,5.23,5.21,3.18 +"46936",0.52,"Ideal","E","VS2",59.5,57,1815,5.27,5.25,3.13 +"46937",0.52,"Ideal","E","VS2",61.1,57,1815,5.2,5.18,3.17 +"46938",0.52,"Premium","E","VS2",60.3,60,1815,5.21,5.17,3.13 +"46939",0.52,"Premium","E","VS2",60.7,58,1815,5.21,5.17,3.15 +"46940",0.52,"Ideal","E","VS2",61.8,55,1815,5.19,5.17,3.2 +"46941",0.52,"Premium","E","VS2",60.9,57,1815,5.2,5.17,3.16 +"46942",0.52,"Ideal","E","VS2",62,55,1815,5.19,5.14,3.2 +"46943",0.52,"Premium","E","VS2",62.5,56,1815,5.18,5.15,3.23 +"46944",0.52,"Ideal","E","VS2",61.7,55,1815,5.21,5.16,3.2 +"46945",0.52,"Ideal","E","VS2",61.2,56,1815,5.23,5.16,3.18 +"46946",0.52,"Ideal","E","VS2",61.9,56,1815,5.16,5.12,3.18 +"46947",0.52,"Premium","E","VS2",62.3,57,1815,5.17,5.1,3.2 +"46948",0.52,"Ideal","E","VS2",62.2,56,1815,5.15,5.11,3.19 +"46949",0.52,"Ideal","E","VS2",62.6,57,1815,5.17,5.09,3.21 +"46950",0.62,"Very Good","G","VS2",63.2,55,1815,5.42,5.4,3.42 +"46951",0.3,"Ideal","H","VS1",62.5,56,526,4.24,4.27,2.66 +"46952",0.3,"Ideal","G","VS2",62.5,53,526,4.27,4.3,2.68 +"46953",0.3,"Very Good","I","VVS2",61.9,61,526,4.28,4.32,2.66 +"46954",0.3,"Premium","E","SI1",59.5,58,526,4.39,4.42,2.62 +"46955",0.3,"Premium","G","VS2",61.6,60,526,4.28,4.33,2.65 +"46956",0.3,"Very Good","H","VS1",60.4,61,526,4.27,4.31,2.59 +"46957",0.3,"Premium","I","VS1",61.9,59,527,4.31,4.24,2.65 +"46958",0.35,"Very Good","I","VS2",62.6,54,527,4.5,4.53,2.82 +"46959",0.27,"Ideal","H","VVS2",62.2,56,527,4.15,4.18,2.59 +"46960",0.27,"Ideal","G","VS1",62.3,53,527,4.16,4.19,2.6 +"46961",0.36,"Premium","J","SI1",61.6,60,527,4.58,4.54,2.81 +"46962",0.37,"Fair","F","SI1",65.3,56,527,4.53,4.47,2.94 +"46963",0.32,"Good","F","SI1",61.6,60.1,528,4.38,4.4,2.71 +"46964",0.32,"Ideal","E","SI1",63.2,55,528,4.37,4.33,2.75 +"46965",0.37,"Good","H","SI1",64,55,528,4.53,4.57,2.91 +"46966",0.33,"Very Good","J","IF",60.9,54,529,4.47,4.53,2.74 +"46967",0.3,"Ideal","I","VVS2",61.8,56,529,4.31,4.33,2.67 +"46968",0.32,"Ideal","H","VS2",61.7,57,529,4.38,4.4,2.71 +"46969",0.32,"Ideal","I","VS1",61.7,55.6,529,4.41,4.43,2.73 +"46970",0.32,"Ideal","I","VS1",61.4,55.3,529,4.39,4.42,2.7 +"46971",0.32,"Ideal","I","VS1",60.9,56.7,529,4.41,4.44,2.69 +"46972",0.28,"Premium","E","SI1",60.3,58,529,4.26,4.22,2.55 +"46973",0.38,"Good","I","SI1",63.7,57,529,4.63,4.57,2.93 +"46974",0.32,"Premium","D","SI2",62.5,58,530,4.38,4.33,2.72 +"46975",0.23,"Very Good","F","VVS2",59.6,57,530,3.98,4,2.38 +"46976",0.23,"Very Good","F","VVS2",59.3,57,530,4.01,4.05,2.39 +"46977",0.23,"Very Good","F","VVS2",60.3,58,530,3.99,4.03,2.42 +"46978",0.23,"Very Good","F","VVS2",61.2,58,530,3.96,3.98,2.43 +"46979",0.23,"Very Good","F","VVS2",59.7,58,530,4.02,4.06,2.41 +"46980",0.23,"Very Good","F","VVS2",62,58,530,3.89,3.92,2.42 +"46981",0.57,"Premium","F","VS1",61.3,54,1815,5.41,5.35,3.3 +"46982",0.55,"Premium","D","SI1",61.9,60,1815,5.23,5.14,3.21 +"46983",0.55,"Ideal","G","VS1",61,56,1815,5.34,5.32,3.25 +"46984",0.59,"Ideal","D","SI1",61,57,1816,5.43,5.46,3.32 +"46985",0.59,"Ideal","D","SI1",61.8,56,1816,5.37,5.4,3.33 +"46986",0.59,"Very Good","D","SI1",62.3,54,1816,5.38,5.41,3.36 +"46987",0.71,"Good","G","SI2",63.6,58,1816,5.6,5.54,3.55 +"46988",0.46,"Ideal","E","VVS1",62.6,53,1816,4.93,4.97,3.1 +"46989",0.55,"Ideal","E","VS2",62,55,1816,5.26,5.28,3.27 +"46990",0.57,"Good","G","VS2",58.2,66,1816,5.34,5.45,3.14 +"46991",0.71,"Good","E","SI2",64,56,1816,5.68,5.61,3.62 +"46992",0.64,"Premium","F","SI1",61.2,58,1816,5.6,5.54,3.41 +"46993",0.57,"Very Good","G","VS1",61,55,1817,5.36,5.43,3.28 +"46994",0.7,"Very Good","J","SI1",60.2,61,1817,5.69,5.73,3.44 +"46995",0.54,"Very Good","D","VS2",61.7,55,1817,5.21,5.26,3.23 +"46996",0.54,"Ideal","D","VS2",61.9,55,1817,5.23,5.24,3.24 +"46997",0.7,"Premium","H","SI2",61.1,58,1817,5.72,5.84,3.53 +"46998",0.7,"Ideal","H","SI2",61.1,57,1817,5.73,5.76,3.51 +"46999",0.45,"Ideal","E","VVS2",61.6,56,1817,4.96,4.98,3.06 +"47000",0.62,"Very Good","I","VS1",61.8,55,1818,5.5,5.53,3.41 +"47001",0.53,"Ideal","G","VVS2",60.4,56,1818,5.29,5.24,3.18 +"47002",0.53,"Ideal","G","VVS2",62.5,54,1818,5.19,5.21,3.25 +"47003",0.53,"Ideal","G","VVS2",62.6,56,1818,5.16,5.19,3.24 +"47004",0.31,"Ideal","F","IF",61.2,57,1818,4.35,4.38,2.67 +"47005",0.53,"Ideal","F","VS1",60.4,57,1818,5.25,5.22,3.16 +"47006",0.51,"Premium","D","VS2",61.9,58,1818,5.19,5.12,3.19 +"47007",0.71,"Good","F","SI2",64,58,1818,5.65,5.59,3.6 +"47008",0.75,"Good","G","SI2",63.6,58,1819,5.75,5.7,3.64 +"47009",0.56,"Ideal","E","VS2",61.9,55,1819,5.29,5.34,3.29 +"47010",0.56,"Ideal","E","VS2",60.9,56,1819,5.32,5.35,3.25 +"47011",0.56,"Ideal","E","VS2",61.5,57,1819,5.27,5.3,3.25 +"47012",0.56,"Very Good","G","VS1",60.5,59,1819,5.26,5.31,3.2 +"47013",0.6,"Premium","E","VS2",62.7,58,1819,5.34,5.37,3.36 +"47014",0.56,"Very Good","E","VS2",61.8,56,1819,5.28,5.31,3.27 +"47015",0.56,"Ideal","E","VS2",60.7,57,1819,5.31,5.34,3.23 +"47016",0.56,"Very Good","E","VS2",61.9,55,1819,5.25,5.31,3.27 +"47017",0.56,"Ideal","E","VS2",61.7,54,1819,5.28,5.35,3.28 +"47018",0.56,"Ideal","G","VS1",62.2,55,1819,5.27,5.31,3.29 +"47019",0.56,"Premium","G","VS1",62.4,58,1819,5.22,5.3,3.28 +"47020",0.56,"Ideal","E","VS2",62.6,57,1819,5.26,5.29,3.3 +"47021",0.56,"Premium","G","VS1",61.2,60,1819,5.26,5.3,3.23 +"47022",0.56,"Premium","E","VS2",61.8,59,1819,5.27,5.34,3.28 +"47023",0.56,"Very Good","E","VS2",62.1,57,1819,5.27,5.3,3.28 +"47024",0.56,"Ideal","E","VS2",61.9,56,1819,5.27,5.32,3.28 +"47025",0.56,"Ideal","G","VS1",60.6,56,1819,5.33,5.36,3.24 +"47026",0.56,"Very Good","E","VS2",61.4,61,1819,5.28,5.31,3.25 +"47027",0.52,"Premium","E","VS1",61.7,58,1819,5.17,5.11,3.17 +"47028",0.56,"Ideal","H","VVS1",62.1,54,1819,5.28,5.31,3.29 +"47029",0.54,"Ideal","F","VS1",62.5,56,1819,5.18,5.22,3.25 +"47030",0.57,"Ideal","E","VS2",61.6,56,1819,5.38,5.34,3.3 +"47031",0.57,"Ideal","E","VS2",60.8,56,1819,5.4,5.35,3.27 +"47032",0.57,"Ideal","E","VS2",60.4,57,1819,5.4,5.36,3.25 +"47033",0.55,"Premium","F","VS2",61.7,56,1819,5.29,5.25,3.25 +"47034",0.55,"Ideal","F","VS2",61.7,56,1819,5.3,5.26,3.26 +"47035",0.55,"Ideal","F","VS2",61.1,57,1819,5.3,5.27,3.23 +"47036",0.55,"Ideal","F","VS2",61.1,56,1819,5.31,5.27,3.23 +"47037",0.55,"Ideal","F","VS2",61.7,57,1819,5.29,5.24,3.25 +"47038",0.55,"Ideal","D","SI1",60.6,56,1819,5.32,5.27,3.21 +"47039",0.55,"Premium","D","SI1",61,58,1819,5.29,5.27,3.22 +"47040",0.55,"Premium","D","SI1",60.7,58,1819,5.3,5.24,3.2 +"47041",0.55,"Premium","D","SI1",61.2,58,1819,5.29,5.24,3.22 +"47042",0.67,"Premium","D","SI2",62.9,56,1819,5.65,5.6,3.54 +"47043",0.57,"Premium","G","VS1",60.2,57,1819,5.42,5.37,3.25 +"47044",0.57,"Premium","G","VS1",61,57,1819,5.4,5.35,3.28 +"47045",0.5,"Premium","D","VS2",59.7,57,1819,5.13,5.08,3.05 +"47046",0.5,"Very Good","D","VS2",63.3,57,1819,5.08,5.06,3.21 +"47047",0.5,"Ideal","D","VS2",62.9,54,1819,5.09,5.05,3.19 +"47048",0.6,"Ideal","H","VS1",61.6,56,1820,5.4,5.42,3.33 +"47049",0.59,"Ideal","D","SI1",62.5,55,1820,5.35,5.4,3.36 +"47050",0.54,"Ideal","F","VS2",61.1,57,1820,5.3,5.27,3.23 +"47051",0.53,"Very Good","F","VS1",61.5,59,1821,5.19,5.22,3.2 +"47052",0.68,"Very Good","E","SI2",63.1,54.5,1821,5.61,5.64,3.55 +"47053",0.71,"Premium","I","SI2",60.3,58,1821,5.72,5.78,3.47 +"47054",0.71,"Very Good","J","VS2",62.8,61,1821,5.63,5.71,3.56 +"47055",0.63,"Ideal","G","VS2",62.6,55,1821,5.5,5.46,3.43 +"47056",0.61,"Ideal","G","VS2",61.4,55.7,1821,5.43,5.53,3.37 +"47057",0.61,"Good","H","VVS2",60.3,60.5,1821,5.44,5.48,3.29 +"47058",0.61,"Good","G","VS2",61.2,62.8,1821,5.38,5.42,3.3 +"47059",0.61,"Good","G","VS2",59.6,61.5,1821,5.47,5.52,3.27 +"47060",0.59,"Ideal","D","SI1",61.2,56,1821,5.43,5.38,3.31 +"47061",0.59,"Good","D","SI1",63.7,56,1821,5.35,5.32,3.4 +"47062",0.52,"Very Good","E","VS1",63.3,58,1822,5.07,5.11,3.22 +"47063",0.52,"Very Good","E","VS1",62.6,56,1822,5.11,5.14,3.21 +"47064",0.52,"Ideal","D","VS2",61.8,55,1822,5.16,5.19,3.2 +"47065",0.52,"Ideal","D","VS2",61.6,55,1822,5.15,5.2,3.19 +"47066",0.52,"Ideal","D","VS2",61.7,56,1822,5.16,5.18,3.19 +"47067",0.52,"Ideal","D","VS2",62.6,56,1822,5.11,5.14,3.21 +"47068",0.52,"Ideal","D","VS2",62.3,54,1822,5.14,5.19,3.22 +"47069",0.52,"Ideal","D","VS2",61.3,56,1822,5.15,5.2,3.17 +"47070",0.52,"Ideal","D","VS2",61.8,55,1822,5.16,5.19,3.2 +"47071",0.52,"Ideal","D","VS2",61.5,56,1822,5.15,5.19,3.18 +"47072",0.52,"Ideal","D","VS2",62.2,56,1822,5.13,5.16,3.2 +"47073",0.52,"Ideal","D","VS2",61.9,57,1822,5.14,5.17,3.19 +"47074",0.52,"Ideal","D","VS2",62.3,56,1822,5.11,5.16,3.2 +"47075",0.52,"Premium","D","VS2",61.2,58,1822,5.16,5.2,3.17 +"47076",0.52,"Very Good","D","VS2",60.6,56,1822,5.22,5.25,3.17 +"47077",0.52,"Ideal","D","VS2",61.8,56,1822,5.15,5.17,3.19 +"47078",0.52,"Ideal","D","VS2",61.8,57,1822,5.16,5.2,3.2 +"47079",0.52,"Ideal","D","VS2",62.6,55,1822,5.12,5.14,3.21 +"47080",0.52,"Ideal","D","VS2",62.7,53,1822,5.14,5.17,3.23 +"47081",0.56,"Ideal","G","VS1",62,56,1822,5.28,5.3,3.28 +"47082",0.69,"Ideal","H","SI1",62.1,57,1822,5.65,5.62,3.5 +"47083",0.69,"Premium","H","SI1",62.8,58,1822,5.65,5.62,3.54 +"47084",0.54,"Ideal","E","VS1",62.6,55,1823,5.22,5.2,3.26 +"47085",0.62,"Premium","G","VS2",62.2,55,1823,5.51,5.46,3.41 +"47086",0.56,"Ideal","G","VS1",60.3,57,1824,5.37,5.41,3.25 +"47087",0.7,"Good","J","SI2",58.7,58,1824,5.74,5.85,3.4 +"47088",0.7,"Good","J","SI2",61.2,64,1824,5.68,5.73,3.49 +"47089",0.73,"Premium","H","SI2",60.5,57,1824,5.84,5.76,3.51 +"47090",0.4,"Ideal","E","VVS1",61.3,56,1824,4.78,4.75,2.92 +"47091",0.4,"Ideal","E","VVS1",61.7,55,1824,4.76,4.74,2.93 +"47092",0.51,"Ideal","G","VVS2",62.5,59,1825,5.08,5.12,3.19 +"47093",0.53,"Ideal","D","VS2",61.1,56,1825,5.28,5.24,3.21 +"47094",0.52,"Ideal","E","VS2",62.2,54,1825,5.13,5.16,3.2 +"47095",0.54,"Ideal","E","VS2",61.1,57,1825,5.24,5.26,3.21 +"47096",0.53,"Premium","D","VS2",59.9,58,1825,5.29,5.26,3.16 +"47097",0.53,"Very Good","D","VS2",63.4,55,1825,5.23,5.11,3.28 +"47098",0.71,"Premium","H","SI2",61.5,60,1826,5.72,5.7,3.51 +"47099",0.57,"Very Good","E","VS2",59.5,56,1826,5.45,5.47,3.25 +"47100",0.71,"Fair","J","VS2",64.4,56,1826,5.64,5.6,3.62 +"47101",0.51,"Ideal","D","VS1",60.7,57,1826,5.18,5.23,3.16 +"47102",0.7,"Ideal","J","SI2",61.6,57,1826,5.68,5.65,3.49 +"47103",0.53,"Very Good","G","VVS2",62.2,54,1827,5.19,5.23,3.23 +"47104",0.51,"Ideal","G","VVS2",62.2,56,1827,5.09,5.13,3.18 +"47105",0.51,"Ideal","G","VVS2",61.6,56,1827,5.12,5.14,3.16 +"47106",0.61,"Premium","H","VVS2",62.4,59,1827,5.4,5.43,3.38 +"47107",0.43,"Ideal","E","VVS1",61,57,1827,4.85,4.88,2.97 +"47108",0.7,"Premium","J","SI1",63,56,1827,5.66,5.61,3.55 +"47109",0.53,"Ideal","E","VS1",60.9,57,1827,5.25,5.19,3.18 +"47110",0.75,"Fair","J","SI1",55,66,1827,6.2,6.04,3.37 +"47111",0.65,"Premium","E","SI2",62.6,59,1827,5.54,5.49,3.45 +"47112",0.7,"Premium","J","SI1",61.3,59,1827,5.75,5.73,3.52 +"47113",0.87,"Ideal","G","I1",61.5,57,1827,6.09,6.04,3.73 +"47114",0.65,"Very Good","I","VVS2",61.3,59.3,1828,5.52,5.59,3.4 +"47115",0.65,"Very Good","G","SI1",62,58,1828,5.5,5.58,3.43 +"47116",0.61,"Very Good","D","SI1",58.5,58,1828,5.54,5.64,3.27 +"47117",0.79,"Very Good","J","SI1",58.8,62,1828,6.01,6.03,3.54 +"47118",0.59,"Ideal","F","VS2",61,56,1828,5.41,5.44,3.31 +"47119",0.62,"Ideal","H","VS1",61.8,54,1828,5.5,5.53,3.41 +"47120",0.65,"Good","G","SI1",59.6,60.3,1828,5.64,5.71,3.38 +"47121",0.52,"Premium","D","VS2",59.4,61,1828,5.24,5.23,3.11 +"47122",0.52,"Very Good","D","VS2",63.4,56,1828,5.16,5.09,3.25 +"47123",0.52,"Very Good","D","VS2",63.5,57,1828,5.13,5.08,3.24 +"47124",0.86,"Premium","I","I1",62.6,56,1828,6.11,6.03,3.8 +"47125",0.71,"Fair","H","SI1",65.9,57,1828,5.54,5.48,3.63 +"47126",0.7,"Fair","E","SI2",70.6,56,1828,5.45,5.35,3.81 +"47127",0.65,"Premium","E","SI1",60.5,59,1828,5.61,5.49,3.36 +"47128",0.52,"Very Good","D","VS1",62.5,57,1829,5.11,5.16,3.21 +"47129",0.61,"Very Good","E","SI1",62.1,55,1829,5.43,5.46,3.38 +"47130",0.54,"Ideal","G","VVS2",61.8,55,1829,5.22,5.3,3.24 +"47131",0.52,"Ideal","G","VVS1",62.1,56,1829,5.15,5.17,3.2 +"47132",0.58,"Ideal","D","SI1",61.1,57,1829,5.41,5.36,3.29 +"47133",0.53,"Very Good","E","VS1",61.9,59,1830,5.16,5.21,3.21 +"47134",0.7,"Very Good","H","SI1",62.6,57,1830,5.64,5.7,3.55 +"47135",0.53,"Ideal","F","VS1",61.2,56,1830,5.22,5.24,3.2 +"47136",0.6,"Premium","E","SI1",61.9,58,1830,5.43,5.39,3.35 +"47137",0.6,"Ideal","E","SI1",61.5,56,1830,5.51,5.39,3.35 +"47138",0.58,"Ideal","G","VS1",60.1,55,1830,5.44,5.4,3.26 +"47139",0.55,"Very Good","E","VS2",61,59,1831,5.31,5.34,2.25 +"47140",0.51,"Premium","E","VS1",61.9,58,1831,5.1,5.15,3.17 +"47141",0.51,"Premium","E","VS1",61.3,58,1831,5.14,5.17,3.16 +"47142",0.51,"Good","D","VS2",58,60,1831,5.26,5.29,3.06 +"47143",0.64,"Ideal","H","VS2",62.3,54,1831,5.52,5.55,3.44 +"47144",0.72,"Ideal","J","SI1",62.7,56,1832,5.67,5.75,3.58 +"47145",0.53,"Ideal","F","VS1",62.4,57,1832,5.18,5.21,3.24 +"47146",0.7,"Ideal","J","SI2",60.9,57,1832,5.72,5.76,3.49 +"47147",0.66,"Good","H","VS1",59.9,60.3,1832,5.61,5.67,3.37 +"47148",0.51,"Ideal","D","VS2",61,57,1832,5.18,5.15,3.15 +"47149",0.53,"Ideal","F","VS2",61.7,57,1832,5.23,5.21,3.22 +"47150",0.71,"Fair","H","VS2",62.1,70,1832,5.67,5.6,3.5 +"47151",0.72,"Ideal","J","VS1",62.3,55,1832,5.77,5.69,3.57 +"47152",0.55,"Premium","F","VS1",60.3,58,1832,5.32,5.29,3.2 +"47153",0.62,"Very Good","F","VS2",59.5,63,1832,5.54,5.49,3.28 +"47154",0.52,"Very Good","G","VVS2",59.9,56,1833,5.22,5.27,3.14 +"47155",0.52,"Very Good","G","VVS2",63.2,57,1833,5.08,5.11,3.22 +"47156",0.52,"Ideal","G","VVS2",62.1,56,1833,5.14,5.16,3.2 +"47157",0.45,"Ideal","F","VVS1",61.8,55,1833,4.92,4.95,3.05 +"47158",0.55,"Ideal","G","VS2",61.1,57,1833,5.29,5.31,3.24 +"47159",0.55,"Ideal","G","VS2",61.2,55,1833,5.3,5.35,3.26 +"47160",0.76,"Ideal","J","SI2",61.5,54,1833,5.9,5.93,3.64 +"47161",0.47,"Premium","E","VVS2",60.5,58,1833,5.05,5,3.04 +"47162",0.51,"Premium","G","VS1",59.6,58,1833,5.22,5.21,3.11 +"47163",0.59,"Ideal","H","VVS2",61.8,56,1834,5.37,5.41,3.33 +"47164",0.59,"Ideal","F","VS2",60.6,56,1834,5.43,5.48,3.31 +"47165",0.46,"Ideal","E","VS1",61.7,56,1834,4.95,5,3.07 +"47166",0.46,"Ideal","E","VS1",61.9,55,1834,4.94,4.97,3.06 +"47167",0.46,"Ideal","E","VS1",60.3,56,1834,5.02,5.06,3.04 +"47168",0.52,"Ideal","D","VS1",60.9,56,1835,5.21,5.17,3.16 +"47169",0.52,"Ideal","G","VVS2",62.1,57,1835,5.13,5.15,3.19 +"47170",0.52,"Premium","G","VVS2",61,58,1835,5.21,5.15,3.16 +"47171",0.59,"Ideal","D","SI1",61.6,57,1835,5.44,5.41,3.34 +"47172",0.59,"Premium","D","SI1",62.8,57,1835,5.38,5.32,3.36 +"47173",0.7,"Very Good","J","SI1",58.4,62,1836,5.85,5.87,3.42 +"47174",0.5,"Ideal","G","VVS2",62.7,55,1836,5.07,5.1,3.19 +"47175",0.54,"Premium","I","IF",58.8,61,1836,5.35,5.29,3.13 +"47176",0.51,"Ideal","F","VS1",62.5,55,1836,5.13,5.08,3.19 +"47177",0.51,"Ideal","F","VS1",61.9,56,1836,5.17,5.11,3.18 +"47178",0.51,"Ideal","F","VS1",62.1,56,1836,5.15,5.13,3.19 +"47179",0.51,"Ideal","F","VS1",61.7,54,1836,5.17,5.14,3.18 +"47180",0.51,"Premium","F","VS1",61.4,58,1836,5.18,5.15,3.17 +"47181",0.6,"Very Good","E","SI1",63.2,56,1836,5.38,5.32,3.38 +"47182",0.51,"Ideal","F","VS1",61.3,54,1836,5.23,5.12,3.17 +"47183",0.51,"Premium","F","VS1",60.9,57,1836,5.27,5.17,3.18 +"47184",0.54,"Ideal","F","VS2",61.9,56,1836,5.22,5.21,3.23 +"47185",0.51,"Ideal","H","VVS1",61.7,57,1837,5.12,5.15,3.16 +"47186",0.57,"Ideal","G","VS1",62.3,53.7,1837,5.32,5.35,3.32 +"47187",0.56,"Ideal","G","VS1",60.8,55,1837,5.34,5.36,3.25 +"47188",0.57,"Ideal","G","VS1",62.2,54,1837,5.31,5.33,3.31 +"47189",0.59,"Premium","I","VVS1",62.8,58,1837,5.34,5.3,3.34 +"47190",0.54,"Ideal","F","VS2",63,57,1837,5.22,5.18,3.28 +"47191",0.54,"Ideal","F","VS2",64.2,54,1837,5.19,5.12,3.31 +"47192",0.51,"Premium","E","VS1",62.3,56,1837,5.14,5.13,3.2 +"47193",0.5,"Premium","F","SI1",62.4,57,1838,5.13,5.1,3.19 +"47194",0.55,"Very Good","G","VVS1",60.8,58,1838,5.25,5.3,3.21 +"47195",0.46,"Very Good","F","VVS1",62.3,56,1838,4.94,4.98,3.09 +"47196",0.59,"Very Good","E","VS2",59.9,56,1838,5.46,5.49,3.28 +"47197",0.51,"Very Good","D","VS1",63.1,58,1838,5.05,5.1,3.2 +"47198",0.5,"Premium","G","VVS2",59.6,60,1838,5.15,5.18,3.08 +"47199",0.5,"Premium","G","VVS2",60.9,59,1838,5.09,5.12,3.11 +"47200",0.5,"Ideal","G","VVS2",61.2,56,1838,5.1,5.13,3.13 +"47201",0.5,"Very Good","G","VVS2",60.9,61,1838,5.11,5.13,3.12 +"47202",0.5,"Ideal","G","VVS2",61.4,57,1838,5.1,5.13,3.14 +"47203",0.5,"Premium","G","VVS2",61.6,60,1838,5.1,5.13,3.15 +"47204",0.5,"Ideal","G","VVS2",60.5,55,1838,5.13,5.15,3.11 +"47205",0.5,"Very Good","G","VVS2",62.9,57,1838,5.04,5.11,3.19 +"47206",0.5,"Very Good","G","VVS2",62.8,57,1838,4.99,5.04,3.15 +"47207",0.5,"Ideal","G","VVS2",62.1,55,1838,5.05,5.09,3.15 +"47208",0.5,"Ideal","G","VVS2",62.3,56,1838,5.05,5.09,3.16 +"47209",0.5,"Very Good","G","VVS2",60.7,57,1838,5.1,5.14,3.11 +"47210",0.5,"Ideal","G","VVS2",62,56,1838,5.09,5.13,3.17 +"47211",0.64,"Good","D","SI1",57.7,57,1838,5.69,5.75,3.3 +"47212",0.59,"Ideal","I","VVS1",62.2,55,1838,5.38,5.39,3.35 +"47213",0.59,"Ideal","E","VS2",62.2,58,1838,5.35,5.39,3.34 +"47214",0.5,"Ideal","H","VVS1",60.6,55,1838,5.17,5.13,3.12 +"47215",0.5,"Very Good","H","VVS1",63.5,58,1838,5.03,4.98,3.18 +"47216",0.5,"Premium","H","VVS1",62.5,58,1838,5.1,5.05,3.17 +"47217",0.5,"Premium","F","VS1",62.3,55,1838,5.09,5.06,3.16 +"47218",0.5,"Ideal","F","VS1",62.5,57,1838,5.09,5.06,3.17 +"47219",0.5,"Premium","F","VS1",61.8,60,1838,5.1,5.06,3.14 +"47220",0.5,"Premium","F","VS1",61.3,59,1838,5.15,5.09,3.14 +"47221",0.5,"Premium","F","VS1",62,58,1838,5.1,5.03,3.14 +"47222",0.8,"Premium","J","SI1",61.4,57,1838,5.98,5.95,3.66 +"47223",0.51,"Very Good","E","VS1",61.1,59,1839,5.14,5.2,3.16 +"47224",0.51,"Ideal","G","VVS1",60.8,56,1839,5.21,5.22,3.17 +"47225",0.71,"Ideal","G","SI2",62.8,57,1840,5.68,5.63,3.55 +"47226",0.52,"Very Good","E","VS1",59.8,61,1840,5.19,5.22,3.11 +"47227",0.59,"Very Good","H","VVS2",62.3,55,1840,5.42,5.33,3.35 +"47228",0.6,"Ideal","D","SI1",62.3,57,1840,5.42,5.37,3.36 +"47229",0.55,"Ideal","D","SI1",60.9,57,1840,5.29,5.32,3.23 +"47230",0.7,"Good","H","SI1",65.4,59,1840,5.46,5.52,3.59 +"47231",0.7,"Fair","H","SI1",66,56,1840,5.5,5.53,3.64 +"47232",0.71,"Good","I","VS2",64,59,1840,5.61,5.55,3.57 +"47233",0.71,"Fair","I","VS2",61.6,67,1840,5.76,5.61,3.5 +"47234",0.71,"Very Good","I","VS2",63.4,56,1840,5.65,5.61,3.57 +"47235",0.66,"Very Good","H","VS2",60.9,57,1841,5.63,5.65,3.43 +"47236",0.51,"Very Good","E","VS1",59.6,56,1841,5.19,5.24,3.11 +"47237",0.71,"Very Good","J","SI1",62.8,57,1841,5.64,5.67,3.55 +"47238",0.6,"Very Good","D","SI1",60,56,1841,5.46,5.51,3.29 +"47239",0.55,"Ideal","G","VS1",60.9,55,1841,5.27,5.31,3.22 +"47240",0.51,"Ideal","E","VS1",62,57,1841,5.11,5.15,3.18 +"47241",0.51,"Good","E","VS1",61.3,63,1841,5.11,5.16,3.15 +"47242",0.62,"Premium","G","VS2",60.9,59,1841,5.52,5.48,3.35 +"47243",0.62,"Premium","G","VS2",60.2,60,1841,5.58,5.52,3.34 +"47244",0.62,"Premium","G","VS2",61.1,59,1841,5.56,5.5,3.38 +"47245",0.65,"Ideal","F","SI1",61.4,58,1841,5.56,5.5,3.39 +"47246",0.52,"Good","F","VS1",64.2,58,1841,5.1,5.02,3.25 +"47247",0.5,"Ideal","H","VVS2",61.6,57,1842,5.08,5.14,3.15 +"47248",0.5,"Ideal","G","VVS2",62.2,56,1842,5.08,5.11,3.17 +"47249",0.54,"Ideal","D","VS2",61.2,56,1842,5.23,5.29,3.22 +"47250",0.51,"Very Good","G","VVS2",63.5,55,1842,5.09,5.05,3.22 +"47251",0.53,"Ideal","H","VVS1",61.2,56,1842,5.25,5.27,3.22 +"47252",0.52,"Premium","D","VS2",62.8,58,1842,5.14,5.11,3.22 +"47253",0.52,"Premium","D","VS2",62.4,58,1842,5.13,5.09,3.19 +"47254",0.51,"Ideal","G","VVS2",61.6,56,1842,5.14,5.12,3.16 +"47255",0.51,"Ideal","G","VVS2",62.9,57,1842,5.12,5.06,3.2 +"47256",0.51,"Very Good","G","VVS2",63.5,56,1842,5.11,5.07,3.23 +"47257",0.51,"Ideal","G","VVS2",62,57,1842,5.13,5.1,3.17 +"47258",0.5,"Very Good","G","VVS1",61.5,56,1843,5.11,5.14,3.15 +"47259",0.5,"Very Good","G","VVS1",60.9,57,1843,5.1,5.15,3.12 +"47260",0.7,"Premium","J","VS2",61.2,60,1843,5.7,5.73,3.5 +"47261",0.77,"Very Good","J","VS2",62.1,62,1843,5.82,5.87,3.63 +"47262",0.71,"Premium","J","VVS2",60.3,59,1843,5.79,5.82,3.5 +"47263",0.7,"Good","J","VS2",63.2,61,1843,5.59,5.62,3.54 +"47264",0.7,"Ideal","J","VS2",61.6,56,1843,5.65,5.71,3.5 +"47265",0.7,"Premium","J","VVS2",61.9,58,1843,5.67,5.73,3.53 +"47266",0.65,"Good","F","SI1",58.1,61,1843,5.66,5.74,3.31 +"47267",0.53,"Very Good","E","VS1",61.7,59,1844,5.18,5.2,3.2 +"47268",0.51,"Ideal","G","VVS2",62.1,58,1844,5.09,5.12,3.17 +"47269",0.7,"Premium","J","VVS1",60.9,58,1844,5.74,5.79,3.51 +"47270",0.59,"Ideal","G","VS2",61.9,56,1844,5.39,5.44,3.35 +"47271",0.5,"Ideal","D","VS2",61.7,56,1844,5.12,5.14,3.16 +"47272",0.52,"Ideal","E","VS1",61.8,55,1844,5.17,5.22,3.21 +"47273",0.5,"Ideal","H","IF",61.1,58,1844,5.1,5.14,3.13 +"47274",0.5,"Ideal","H","IF",62.4,54,1844,5.1,5.13,3.19 +"47275",0.58,"Good","E","SI1",61,62,1844,5.36,5.33,3.26 +"47276",0.7,"Premium","J","SI1",62.8,59,1844,5.65,5.6,3.53 +"47277",0.51,"Ideal","D","VS1",60.9,57,1845,5.2,5.17,3.16 +"47278",0.51,"Ideal","D","VS1",61.7,54,1845,5.15,5.12,3.17 +"47279",0.55,"Ideal","H","VVS1",61.7,55,1845,5.27,5.3,3.27 +"47280",0.55,"Ideal","H","VVS1",62.4,56,1845,5.21,5.24,3.26 +"47281",0.3,"Very Good","I","SI1",61.9,61,394,4.27,4.29,2.65 +"47282",0.3,"Very Good","J","VS1",61.9,56,394,4.28,4.32,2.66 +"47283",0.3,"Good","I","SI1",63.3,59,394,4.22,4.25,2.68 +"47284",0.3,"Very Good","I","SI1",61.6,59,394,4.29,4.34,2.66 +"47285",0.3,"Premium","G","SI2",62.5,59,394,4.27,4.31,2.68 +"47286",0.3,"Good","I","SI1",63.4,57,394,4.23,4.25,2.69 +"47287",0.3,"Very Good","J","VS1",62.4,58,394,4.26,4.3,2.67 +"47288",0.3,"Very Good","F","SI2",62.6,61,394,4.2,4.24,2.64 +"47289",0.3,"Very Good","J","VS1",63,59,394,4.24,4.27,2.68 +"47290",0.3,"Good","J","VS1",63.5,58,394,4.24,4.27,2.7 +"47291",0.3,"Good","F","SI2",63.5,57,394,4.22,4.25,2.69 +"47292",0.3,"Good","J","VS1",63.3,60,394,4.22,4.25,2.68 +"47293",0.3,"Premium","G","SI2",62.3,59,394,4.25,4.29,2.66 +"47294",0.3,"Premium","J","VS1",62.6,58,394,4.27,4.32,2.69 +"47295",0.3,"Good","I","SI1",63.3,59,394,4.23,4.3,2.7 +"47296",0.3,"Good","F","SI2",63.4,56,394,4.26,4.29,2.71 +"47297",0.3,"Good","J","VS1",63.4,57,394,4.23,4.26,2.69 +"47298",0.3,"Very Good","I","SI1",62.2,57,394,4.25,4.27,2.65 +"47299",0.3,"Very Good","I","SI1",61.4,58,394,4.3,4.33,2.65 +"47300",0.3,"Very Good","I","SI1",60.5,62,394,4.33,4.37,2.63 +"47301",0.3,"Very Good","J","VS1",61.2,61,394,4.3,4.33,2.64 +"47302",0.31,"Ideal","I","SI1",61.3,55,395,4.39,4.42,2.7 +"47303",0.25,"Ideal","G","SI1",62.6,53,395,4.04,4.07,2.54 +"47304",0.23,"Good","G","VVS1",56.2,60,395,4.14,4.19,2.34 +"47305",0.31,"Ideal","J","VS2",62.2,55,396,4.32,4.36,2.7 +"47306",0.31,"Ideal","J","VS2",62.3,54,396,4.35,4.38,2.72 +"47307",0.26,"Very Good","G","VS2",62.4,57,397,4.09,4.12,2.56 +"47308",0.24,"Very Good","I","VS1",61.8,56,397,3.98,4.01,2.46 +"47309",0.26,"Ideal","G","VS2",62.3,54,397,4.09,4.1,2.55 +"47310",0.26,"Ideal","H","SI1",62.2,54,397,4.1,4.13,2.56 +"47311",0.23,"Very Good","F","VVS2",61.9,59,530,3.94,3.97,2.45 +"47312",0.23,"Very Good","F","VVS2",61.5,58,530,3.9,3.94,2.41 +"47313",0.23,"Very Good","F","VVS2",60,57,530,4,4.04,2.41 +"47314",0.23,"Very Good","E","VVS2",59.4,59,530,4.03,4.08,2.41 +"47315",0.23,"Very Good","E","VVS2",61.5,59,530,3.95,3.98,2.44 +"47316",0.23,"Very Good","E","VVS2",62.4,59,530,3.89,3.93,2.44 +"47317",0.23,"Very Good","E","VVS2",61.2,58,530,3.93,3.98,2.42 +"47318",0.23,"Very Good","E","VVS2",60.9,59,530,3.96,3.99,2.42 +"47319",0.23,"Very Good","E","VVS2",60,56,530,4.03,4.07,2.43 +"47320",0.23,"Very Good","E","VVS2",62.4,59,530,3.91,3.94,2.45 +"47321",0.23,"Very Good","D","VVS2",61,59,530,3.95,3.98,2.42 +"47322",0.23,"Very Good","D","VVS2",62.2,58,530,3.94,3.97,2.46 +"47323",0.23,"Very Good","D","VVS2",61.3,59,530,3.91,3.99,2.42 +"47324",0.23,"Very Good","D","VVS2",62.5,58,530,3.92,3.95,2.46 +"47325",0.23,"Very Good","D","VVS2",61.3,58,530,3.93,3.97,2.42 +"47326",0.23,"Very Good","D","VVS2",62.6,58,530,3.89,3.94,2.45 +"47327",0.23,"Very Good","D","VVS2",61.9,58,530,3.91,3.94,2.43 +"47328",0.23,"Very Good","D","VVS2",62,58,530,3.94,3.96,2.45 +"47329",0.23,"Very Good","D","VVS2",61.4,58,530,3.92,3.96,2.42 +"47330",0.23,"Very Good","F","VVS1",59.3,58,530,4.02,4.04,2.39 +"47331",0.23,"Very Good","F","VVS1",61.4,58,530,3.93,3.95,2.42 +"47332",0.23,"Very Good","E","VVS1",61.3,59,530,3.93,3.97,2.42 +"47333",0.23,"Very Good","E","VVS1",60.9,58,530,3.95,3.96,2.41 +"47334",0.23,"Very Good","E","VVS1",62.9,59,530,3.93,3.95,2.48 +"47335",0.23,"Very Good","E","VVS1",60,59,530,3.97,4.03,2.4 +"47336",0.23,"Very Good","E","VVS1",63.5,54,530,3.92,3.95,2.5 +"47337",0.23,"Very Good","E","VVS1",61.4,59,530,3.93,3.99,2.43 +"47338",0.23,"Very Good","E","VVS1",62.3,58,530,3.88,3.99,2.45 +"47339",0.23,"Very Good","E","VVS1",61.8,59,530,3.9,3.93,2.42 +"47340",0.23,"Very Good","E","VVS1",62.1,58,530,3.9,3.93,2.43 +"47341",0.59,"Good","E","VS2",61.3,62,1845,5.36,5.4,3.3 +"47342",0.5,"Ideal","D","VS2",62.3,55,1845,5.11,5.07,3.17 +"47343",0.5,"Premium","D","VS2",61.2,60,1845,5.12,5.08,3.12 +"47344",0.5,"Premium","D","VS2",61.4,59,1845,5.15,5.11,3.15 +"47345",0.5,"Premium","D","VS2",61.1,58,1845,5.12,5.09,3.12 +"47346",0.5,"Premium","D","VS2",62.8,58,1845,5.08,5.05,3.18 +"47347",0.5,"Ideal","D","VS2",62.5,54,1845,5.09,5.05,3.17 +"47348",0.5,"Ideal","D","VS2",61.9,57,1845,5.09,5.06,3.14 +"47349",0.5,"Premium","D","VS2",62.1,58,1845,5.08,5.03,3.14 +"47350",0.5,"Ideal","D","VS2",62.8,56,1845,5.08,5.04,3.18 +"47351",0.5,"Premium","D","VS2",61.9,58,1845,5.1,5.04,3.14 +"47352",0.5,"Ideal","D","VS2",62.6,56,1845,5.08,5.05,3.17 +"47353",0.5,"Premium","D","VS2",62.9,61,1845,5.03,4.96,3.14 +"47354",0.5,"Premium","D","VS2",62.8,58,1845,5.07,5.03,3.17 +"47355",0.5,"Ideal","E","VS2",63.8,54,1845,5.07,5.05,3.23 +"47356",0.5,"Premium","D","VS2",60.2,57,1845,5.21,5.15,3.12 +"47357",0.56,"Ideal","D","VS2",62.7,57,1846,5.28,5.25,3.3 +"47358",0.54,"Ideal","H","VVS1",61.7,57,1846,5.23,5.24,3.23 +"47359",0.5,"Premium","H","IF",60.3,58,1846,5.14,5.18,3.11 +"47360",0.54,"Very Good","H","VVS1",62,57,1846,5.2,5.25,3.24 +"47361",0.72,"Premium","J","VS2",61.4,58,1846,5.74,5.76,3.53 +"47362",0.54,"Ideal","H","VVS1",61.8,55,1846,5.21,5.24,3.23 +"47363",0.54,"Ideal","H","VVS1",61.1,57,1846,5.22,5.26,3.2 +"47364",0.54,"Ideal","H","VVS1",60.4,55,1846,5.27,5.32,3.2 +"47365",0.54,"Ideal","H","VVS1",60.3,56,1846,5.28,5.33,3.2 +"47366",0.69,"Good","I","VS1",61.6,61.9,1846,5.65,5.68,3.48 +"47367",0.78,"Premium","H","SI2",61.1,59,1846,5.91,5.88,3.6 +"47368",0.63,"Premium","E","SI1",58.8,59,1846,5.68,5.62,3.32 +"47369",0.52,"Very Good","D","VS2",62.9,59,1847,5.11,5.13,3.22 +"47370",0.5,"Very Good","D","VS1",62.3,57,1847,5.04,5.07,3.15 +"47371",0.52,"Ideal","G","VVS2",61.4,57,1847,5.17,5.19,3.18 +"47372",0.54,"Ideal","E","VS2",61.8,55,1847,5.26,5.24,3.24 +"47373",0.54,"Ideal","G","VS1",61.9,54,1847,5.25,5.28,3.26 +"47374",0.57,"Ideal","F","VS2",61.7,57,1847,5.36,5.33,3.3 +"47375",0.57,"Premium","F","VS2",60.3,58,1847,5.44,5.4,3.27 +"47376",0.57,"Ideal","D","SI1",62.4,56,1847,5.32,5.29,3.31 +"47377",0.57,"Ideal","D","SI1",61,57,1847,5.34,5.31,3.25 +"47378",0.57,"Premium","D","SI1",61.1,56,1847,5.38,5.33,3.27 +"47379",0.54,"Ideal","G","VS1",61.3,57,1847,5.28,5.25,3.23 +"47380",0.54,"Ideal","G","VS1",62.3,55,1847,5.24,5.2,3.25 +"47381",0.54,"Ideal","G","VS1",62,56,1847,5.24,5.21,3.24 +"47382",0.54,"Ideal","G","VS1",61.8,54,1847,5.24,5.22,3.23 +"47383",0.54,"Premium","G","VS1",61.1,59,1847,5.26,5.22,3.2 +"47384",0.54,"Premium","G","VS1",61.6,56,1847,5.26,5.23,3.23 +"47385",0.54,"Ideal","E","VS2",60.5,56,1847,5.28,5.26,3.19 +"47386",0.54,"Premium","E","VS2",59.2,58,1847,5.35,5.32,3.16 +"47387",0.54,"Ideal","E","VS2",61,56,1847,5.28,5.25,3.21 +"47388",0.54,"Ideal","E","VS2",61.9,55,1847,5.24,5.2,3.23 +"47389",0.54,"Ideal","E","VS2",62.2,55,1847,5.24,5.21,3.25 +"47390",0.54,"Ideal","E","VS2",61.4,57,1847,5.25,5.21,3.21 +"47391",0.54,"Ideal","E","VS2",61.7,55,1847,5.27,5.24,3.24 +"47392",0.54,"Ideal","E","VS2",60.8,57,1847,5.29,5.24,3.2 +"47393",0.54,"Ideal","E","VS2",61.9,57,1847,5.23,5.2,3.23 +"47394",0.57,"Premium","D","SI1",60.2,60,1847,5.36,5.34,3.22 +"47395",0.52,"Ideal","H","VVS1",61.7,55,1847,5.2,5.17,3.2 +"47396",0.57,"Good","D","SI1",62.2,64,1847,5.29,5.23,3.27 +"47397",0.54,"Premium","D","VS1",60.5,58,1847,5.27,5.21,3.17 +"47398",0.55,"Premium","G","SI1",60.2,59,1848,5.32,5.28,3.19 +"47399",0.7,"Premium","D","SI2",58.6,60,1848,5.89,5.78,3.42 +"47400",0.55,"Ideal","D","VS2",61.7,57,1848,5.21,5.26,3.23 +"47401",0.53,"Ideal","H","VS1",60.8,57,1848,5.24,5.29,3.2 +"47402",0.5,"Ideal","D","SI1",61.8,55,1848,5.11,5.15,3.17 +"47403",0.7,"Fair","I","SI1",62,67,1848,5.54,5.5,3.42 +"47404",0.56,"Premium","E","SI1",61.5,60,1848,5.3,5.27,3.25 +"47405",0.5,"Very Good","F","VS1",61.4,58,1849,5.05,5.14,3.13 +"47406",0.51,"Very Good","D","VS1",62.4,58,1849,5.13,5.16,3.21 +"47407",0.54,"Ideal","F","VS1",60.7,59,1849,5.27,5.3,3.21 +"47408",0.52,"Fair","G","IF",65.5,55,1849,4.98,5.06,3.29 +"47409",0.5,"Ideal","F","VVS2",62.3,57,1850,5.06,5.08,3.16 +"47410",0.62,"Good","G","VS2",61,62,1850,5.41,5.5,3.33 +"47411",0.57,"Ideal","E","VS2",61.8,55,1851,5.34,5.38,3.31 +"47412",0.57,"Premium","E","VS2",61,58,1851,5.31,5.34,3.25 +"47413",0.57,"Ideal","G","VS1",62.1,56,1851,5.3,5.33,3.3 +"47414",0.57,"Ideal","G","VS1",62,55,1851,5.29,5.35,3.3 +"47415",0.57,"Ideal","E","VS2",61.7,56,1851,5.34,5.36,3.3 +"47416",0.57,"Ideal","G","VS1",61.3,56,1851,5.34,5.36,3.28 +"47417",0.57,"Ideal","E","VS2",61.9,57,1851,5.29,5.31,3.28 +"47418",0.57,"Premium","E","VS2",61.4,58,1851,5.32,5.37,3.28 +"47419",0.57,"Premium","G","VS1",62.4,58,1851,5.29,5.32,3.31 +"47420",0.57,"Ideal","E","VS2",61.6,56,1851,5.33,5.38,3.3 +"47421",0.57,"Ideal","E","VS2",61.8,56,1851,5.29,5.33,3.28 +"47422",0.57,"Very Good","E","VS2",62.9,57,1851,5.26,5.29,3.32 +"47423",0.7,"Good","F","SI2",64.3,57,1851,5.6,5.53,3.58 +"47424",0.7,"Good","F","SI2",64.1,55,1851,5.58,5.52,3.56 +"47425",0.51,"Ideal","E","VS1",61.8,56,1851,5.17,5.19,3.2 +"47426",0.51,"Ideal","E","VS1",61.5,56,1851,5.16,5.11,3.16 +"47427",0.53,"Very Good","E","VS2",60.1,59,1852,5.24,5.27,3.16 +"47428",0.53,"Very Good","E","VS1",58.5,61,1852,5.28,5.39,3.12 +"47429",0.54,"Ideal","G","VVS2",60.8,56,1852,5.28,5.31,3.22 +"47430",0.51,"Ideal","G","VS1",61.8,56,1852,5.1,5.15,3.17 +"47431",0.51,"Ideal","G","VS1",60.2,56,1852,5.2,5.24,3.14 +"47432",0.55,"Very Good","F","VS1",60.7,60,1853,5.29,5.32,3.22 +"47433",0.65,"Premium","F","VS2",59,62,1853,5.68,5.65,3.34 +"47434",0.57,"Ideal","E","VS2",62.5,56,1853,5.3,5.33,3.32 +"47435",0.72,"Ideal","J","SI1",61.7,56,1853,5.77,5.81,3.57 +"47436",0.71,"Premium","J","SI1",61,61,1853,5.71,5.66,3.47 +"47437",0.55,"Ideal","G","VS2",60.4,56,1854,5.38,5.31,3.23 +"47438",0.5,"Ideal","D","VS2",60.7,57,1854,5.12,5.22,3.14 +"47439",0.7,"Very Good","J","VS1",59.6,62,1855,5.7,5.77,3.42 +"47440",0.56,"Ideal","G","VS1",60.7,55,1855,5.33,5.36,3.25 +"47441",0.53,"Ideal","F","VS1",61.5,56,1856,5.26,5.22,3.22 +"47442",0.7,"Very Good","I","SI1",61.6,63,1856,5.68,5.59,3.47 +"47443",0.7,"Good","H","SI2",63.8,57,1856,5.58,5.55,3.55 +"47444",0.55,"Ideal","G","VS1",61.5,57,1856,5.28,5.23,3.23 +"47445",0.55,"Ideal","E","VS1",61.5,57,1857,5.27,5.23,3.23 +"47446",0.59,"Very Good","E","VS2",61.7,60,1857,5.36,5.4,3.32 +"47447",0.53,"Premium","D","VS2",60.4,58,1857,5.23,5.26,3.17 +"47448",0.53,"Ideal","D","VS2",61.2,56,1857,5.2,5.23,3.19 +"47449",0.53,"Ideal","D","VS2",62.3,56,1857,5.14,5.17,3.21 +"47450",0.53,"Ideal","D","VS2",62.2,56,1857,5.16,5.19,3.22 +"47451",0.53,"Ideal","D","VS2",62.1,55,1857,5.17,5.2,3.22 +"47452",0.53,"Ideal","D","VS2",61.7,55,1857,5.21,5.23,3.22 +"47453",0.53,"Ideal","D","VS2",61.2,57,1857,5.2,5.26,3.2 +"47454",0.53,"Ideal","D","VS2",62.6,56,1857,5.14,5.18,3.23 +"47455",0.53,"Very Good","E","VS2",62.3,56.7,1857,5.19,5.23,3.25 +"47456",0.53,"Ideal","D","VS2",60.2,57,1857,5.24,5.26,3.16 +"47457",0.53,"Ideal","D","VS2",61.4,55,1857,5.21,5.25,3.21 +"47458",0.53,"Ideal","D","VS2",60.6,57,1857,5.24,5.28,3.19 +"47459",0.53,"Premium","D","VS2",61.5,58,1857,5.2,5.24,3.21 +"47460",0.53,"Ideal","D","VS2",61.5,56,1857,5.17,5.23,3.2 +"47461",0.53,"Ideal","D","VS2",61.4,56,1857,5.2,5.23,3.2 +"47462",0.53,"Ideal","D","VS2",61.2,55,1857,5.21,5.25,3.2 +"47463",0.55,"Ideal","F","VS1",61,55,1857,5.29,5.33,3.24 +"47464",0.5,"Ideal","G","SI1",60.2,57,1857,5.16,5.2,3.12 +"47465",0.52,"Ideal","G","VVS2",60.9,56,1858,5.22,5.26,3.19 +"47466",0.5,"Ideal","G","VVS2",62.8,57,1858,5.07,5.05,3.18 +"47467",0.5,"Good","G","VVS2",63.6,57,1858,5.08,5.04,3.22 +"47468",0.75,"Premium","D","SI2",61.3,59,1858,5.88,5.83,3.59 +"47469",0.72,"Premium","I","SI1",60.8,58,1858,5.83,5.78,3.53 +"47470",0.51,"Ideal","G","VVS2",62.2,53.4,1859,5.11,5.15,3.19 +"47471",0.76,"Ideal","J","SI1",61.9,53,1859,5.85,5.92,3.64 +"47472",0.75,"Very Good","J","SI1",61.7,56,1859,5.81,5.92,3.62 +"47473",0.64,"Ideal","E","SI1",62.7,57,1859,5.54,5.47,3.45 +"47474",0.48,"Ideal","G","IF",61.6,54,1859,5.03,5.1,3.12 +"47475",0.52,"Very Good","D","VS1",62.6,59,1860,5.03,5.13,3.18 +"47476",0.7,"Good","E","SI2",62.2,63,1860,5.65,5.6,3.5 +"47477",0.61,"Very Good","G","VS2",62,57,1861,5.44,5.47,3.38 +"47478",0.71,"Very Good","J","SI1",59.1,61,1861,5.82,5.85,3.45 +"47479",0.6,"Ideal","G","VS2",60.4,57,1861,5.49,5.51,3.32 +"47480",0.6,"Ideal","G","VS2",62,54,1861,5.43,5.47,3.38 +"47481",0.59,"Good","F","VS1",60.5,61,1861,5.43,5.5,3.31 +"47482",0.65,"Ideal","E","SI1",61.8,55,1862,5.57,5.6,3.45 +"47483",0.58,"Premium","E","VS2",59.4,60,1862,5.47,5.43,3.24 +"47484",0.6,"Good","E","SI1",62.7,60.1,1863,5.31,5.36,3.35 +"47485",0.69,"Premium","H","VS2",60.8,59,1863,5.77,5.74,3.5 +"47486",0.83,"Ideal","H","SI2",61.8,57,1863,6.08,5.99,3.73 +"47487",0.57,"Ideal","D","VS2",62.1,56,1864,5.29,5.34,3.3 +"47488",0.72,"Ideal","J","SI1",61.8,54,1864,5.76,5.8,3.57 +"47489",0.72,"Ideal","J","SI1",61.9,54,1864,5.76,5.8,3.58 +"47490",0.72,"Ideal","J","SI1",62.3,56,1864,5.75,5.78,3.59 +"47491",0.56,"Premium","E","VS2",61.1,57,1864,5.38,5.33,3.27 +"47492",0.49,"Very Good","G","IF",59.7,56,1865,5.16,5.19,3.09 +"47493",0.53,"Ideal","G","VVS2",60,57,1865,5.27,5.29,3.17 +"47494",0.5,"Ideal","G","VVS1",62.2,55,1865,5.09,5.14,3.18 +"47495",0.5,"Ideal","G","VVS1",62.1,53.5,1865,5.08,5.13,3.17 +"47496",0.5,"Ideal","G","VVS1",61.8,54,1865,5.13,5.16,3.18 +"47497",0.55,"Ideal","F","VS2",61.4,57,1865,5.29,5.25,3.24 +"47498",0.57,"Ideal","D","VS2",61.7,57,1865,5.3,5.33,3.28 +"47499",0.47,"Ideal","H","IF",61.9,56,1865,4.99,5.02,3.1 +"47500",0.47,"Ideal","H","IF",62.4,57,1865,4.97,5,3.11 +"47501",0.7,"Fair","H","SI1",65.5,57,1865,5.59,5.55,3.65 +"47502",0.7,"Good","H","SI1",64.2,58,1865,5.62,5.59,3.6 +"47503",0.7,"Fair","H","SI1",65.3,55,1865,5.58,5.54,3.63 +"47504",0.58,"Ideal","F","VS1",61.9,54,1865,5.37,5.33,3.31 +"47505",0.74,"Fair","E","I1",58.2,65,1865,6.03,5.89,3.47 +"47506",0.56,"Premium","D","SI1",62.3,58,1865,5.28,5.21,3.27 +"47507",0.74,"Good","G","SI1",64.2,59,1865,5.69,5.62,3.63 +"47508",0.74,"Good","G","SI1",63.6,58,1865,5.73,5.71,3.64 +"47509",0.72,"Ideal","G","SI2",61.8,57,1866,5.73,5.69,3.53 +"47510",0.72,"Very Good","J","SI1",61.1,57,1866,5.75,5.8,3.53 +"47511",0.59,"Premium","I","IF",61.2,58,1866,5.38,5.41,3.3 +"47512",0.54,"Ideal","F","VS1",60.9,57,1866,5.26,5.21,3.19 +"47513",0.6,"Ideal","F","VS2",62.1,57,1866,5.39,5.37,3.34 +"47514",0.67,"Very Good","H","VS2",62.9,55,1867,5.56,5.6,3.51 +"47515",0.55,"Very Good","D","VS2",59.8,57,1867,5.31,5.35,3.19 +"47516",0.5,"Ideal","G","VVS2",61.4,56,1867,5.13,5.17,3.16 +"47517",0.53,"Ideal","G","VVS2",61.9,54,1867,5.2,5.23,3.23 +"47518",0.7,"Very Good","I","VS2",62.8,55,1867,5.63,5.67,3.55 +"47519",0.7,"Very Good","I","VS2",63,60,1867,5.59,5.62,3.53 +"47520",0.38,"Ideal","D","VVS1",60.3,56,1867,4.72,4.74,2.85 +"47521",0.61,"Ideal","I","VVS2",62,54,1867,5.51,5.47,3.4 +"47522",0.54,"Ideal","G","VVS2",62.2,55,1868,5.22,5.27,3.26 +"47523",0.44,"Ideal","E","VVS1",61.4,55,1868,4.92,4.95,3.03 +"47524",0.57,"Ideal","G","VS1",62.1,56,1868,5.31,5.34,3.3 +"47525",0.54,"Ideal","G","VS1",61.4,55,1868,5.26,5.3,3.24 +"47526",0.52,"Ideal","D","VS2",61,57,1868,5.21,5.18,3.17 +"47527",0.52,"Premium","D","VS2",61.8,58,1868,5.2,5.15,3.2 +"47528",0.52,"Ideal","D","VS2",62.1,57,1868,5.17,5.13,3.2 +"47529",0.71,"Very Good","J","VS2",60.1,61,1869,5.77,5.82,3.48 +"47530",0.58,"Premium","F","VS2",62.4,55,1869,5.38,5.36,3.35 +"47531",0.57,"Ideal","F","VS2",60.8,57,1869,5.34,5.37,3.25 +"47532",0.75,"Fair","J","VS1",61.9,67,1869,5.8,5.7,3.56 +"47533",0.59,"Very Good","H","VVS1",63.7,56,1870,5.35,5.38,3.42 +"47534",0.51,"Ideal","F","VS1",61.6,55,1870,5.14,5.18,3.18 +"47535",0.62,"Very Good","I","VVS1",63.1,58,1871,5.4,5.44,3.42 +"47536",0.51,"Very Good","G","VVS1",63.2,59,1871,5.04,5.09,3.2 +"47537",0.57,"Very Good","F","VS1",60.3,58,1871,5.36,5.39,3.24 +"47538",0.63,"Premium","G","VS2",61.5,57,1871,5.54,5.51,3.4 +"47539",0.55,"Ideal","F","VS2",61.6,56,1871,5.31,5.29,3.27 +"47540",0.55,"Ideal","F","VS2",62.1,55,1871,5.27,5.25,3.26 +"47541",0.58,"Very Good","G","VVS2",62.1,58,1872,5.35,5.4,3.34 +"47542",0.51,"Good","G","VVS1",63.2,58,1872,5.08,5.11,3.22 +"47543",0.52,"Ideal","F","VS1",61.6,56,1872,5.2,5.16,3.18 +"47544",0.47,"Ideal","E","VS1",61.2,56,1872,5.01,5.05,3.08 +"47545",0.52,"Ideal","F","VS1",62.2,55,1872,5.18,5.14,3.21 +"47546",0.52,"Ideal","H","VVS1",60.4,57,1872,5.23,5.2,3.15 +"47547",0.52,"Ideal","F","VS1",62,57,1872,5.16,5.13,3.19 +"47548",0.52,"Premium","F","VS1",61.7,56,1872,5.17,5.14,3.18 +"47549",0.52,"Ideal","F","VS1",61.2,57,1872,5.2,5.16,3.17 +"47550",0.52,"Ideal","F","VS1",62.3,55,1872,5.21,5.16,3.23 +"47551",0.64,"Very Good","G","VS2",62.7,59,1873,5.44,5.5,3.43 +"47552",0.51,"Premium","D","VS1",59.5,57,1873,5.24,5.21,3.11 +"47553",0.51,"Ideal","D","VS1",62.5,57,1873,5.13,5.08,3.19 +"47554",0.51,"Ideal","D","VS1",62.4,57,1873,5.13,5.09,3.19 +"47555",0.53,"Very Good","E","VS1",61.8,60,1874,5.13,5.22,3.2 +"47556",0.7,"Ideal","J","VS2",62.6,57,1874,5.64,5.67,3.54 +"47557",0.7,"Ideal","J","VS2",61.8,53,1874,5.73,5.76,3.55 +"47558",0.7,"Ideal","J","VS2",62.4,55,1874,5.68,5.7,3.55 +"47559",0.7,"Ideal","I","SI2",62.3,55,1874,5.67,5.72,3.55 +"47560",0.52,"Very Good","E","VS1",59.1,58,1875,5.31,5.38,3.16 +"47561",0.71,"Very Good","I","SI2",63.7,57,1875,5.64,5.67,3.6 +"47562",0.51,"Ideal","G","VVS2",61.3,57,1875,5.12,5.15,3.15 +"47563",0.51,"Premium","G","VVS2",61.7,58,1875,5.11,5.14,3.16 +"47564",0.51,"Very Good","G","VVS2",61.7,58,1875,5.13,5.18,3.18 +"47565",0.51,"Good","G","VVS2",63.1,58,1875,5.07,5.11,3.21 +"47566",0.51,"Very Good","G","VVS2",61.5,56,1875,5.12,5.15,3.16 +"47567",0.51,"Ideal","G","VVS2",60.1,56,1875,5.19,5.22,3.13 +"47568",0.51,"Ideal","G","VVS2",61.8,56,1875,5.1,5.16,3.17 +"47569",0.51,"Ideal","G","VVS2",61.9,55,1875,5.15,5.19,3.2 +"47570",0.51,"Very Good","G","VVS2",62.9,57,1875,5.09,5.12,3.21 +"47571",0.51,"Ideal","G","VVS2",61.5,57,1875,5.13,5.18,3.17 +"47572",0.51,"Ideal","G","VVS2",61.1,56,1875,5.15,5.19,3.16 +"47573",0.51,"Ideal","G","VVS2",62.6,57,1875,5.1,5.12,3.2 +"47574",0.51,"Premium","G","VVS2",59.1,59,1875,5.18,5.21,3.07 +"47575",0.51,"Ideal","G","VVS2",61.2,55,1875,5.15,5.18,3.16 +"47576",0.51,"Ideal","G","VVS2",61.6,56,1875,5.12,5.17,3.17 +"47577",0.6,"Premium","E","VS1",61,61,1875,5.46,5.39,3.31 +"47578",0.54,"Ideal","H","VVS1",61.3,56,1875,5.23,5.27,3.22 +"47579",0.51,"Ideal","F","VS2",62.6,55,1875,5.15,5.1,3.21 +"47580",0.6,"Ideal","F","VS2",61.9,55,1875,5.43,5.46,3.37 +"47581",0.59,"Ideal","E","VS2",62.1,55,1875,5.4,5.42,3.36 +"47582",0.7,"Premium","G","SI2",61,58,1875,5.75,5.72,3.5 +"47583",0.72,"Premium","J","VS1",63,56,1875,5.72,5.67,3.59 +"47584",0.7,"Very Good","I","SI2",58.8,60,1876,5.8,5.83,3.42 +"47585",0.57,"Ideal","G","VS1",60.3,57,1876,5.4,5.42,3.26 +"47586",0.58,"Ideal","H","VS2",61.8,55,1876,5.36,5.39,3.32 +"47587",0.58,"Ideal","D","VS2",61.2,57,1876,5.37,5.41,3.3 +"47588",0.51,"Ideal","H","VVS2",61.6,55,1877,5.11,5.14,3.16 +"47589",0.51,"Ideal","G","VVS2",62,57,1877,5.11,5.15,3.18 +"47590",0.61,"Very Good","H","VVS2",62.8,58,1877,5.4,5.42,3.4 +"47591",0.61,"Premium","D","SI1",62.3,58,1877,5.4,5.45,3.38 +"47592",0.51,"Very Good","D","VS2",60.1,59,1877,5.16,5.19,3.11 +"47593",0.51,"Ideal","E","VS2",60.7,56,1877,5.17,5.21,3.15 +"47594",0.73,"Ideal","J","SI1",61.8,56,1877,5.78,5.81,3.58 +"47595",0.53,"Premium","D","VS2",62.4,59,1877,5.18,5.14,3.22 +"47596",0.53,"Ideal","D","VS2",60.9,57,1877,5.24,5.17,3.17 +"47597",0.79,"Premium","G","SI2",60.8,58,1877,6,5.98,3.61 +"47598",0.59,"Very Good","G","VS1",62,56,1878,5.35,5.39,3.33 +"47599",0.62,"Ideal","H","VS1",61.4,56,1878,5.47,5.51,3.37 +"47600",0.52,"Ideal","G","VVS2",61.6,56,1878,5.18,5.15,3.18 +"47601",0.52,"Ideal","G","VVS2",60.8,57,1878,5.2,5.17,3.15 +"47602",0.7,"Good","F","SI1",64.3,62,1878,5.55,5.49,3.55 +"47603",0.52,"Ideal","G","VVS2",61.2,55,1878,5.22,5.2,3.19 +"47604",0.55,"Very Good","G","VVS2",57.1,63,1879,5.39,5.47,3.1 +"47605",0.51,"Ideal","H","IF",62.3,54,1879,5.14,5.17,3.21 +"47606",0.51,"Ideal","H","IF",62,54,1879,5.14,5.18,3.2 +"47607",0.72,"Premium","J","SI1",62,58,1879,5.77,5.74,3.57 +"47608",0.58,"Premium","D","SI1",60.2,58,1879,5.46,5.37,3.26 +"47609",0.53,"Very Good","F","VVS2",59.6,56,1880,5.27,5.31,3.16 +"47610",0.64,"Ideal","H","SI1",61.7,55,1880,5.54,5.57,3.43 +"47611",0.64,"Ideal","H","SI1",61.8,55,1880,5.56,5.57,3.44 +"47612",0.53,"Ideal","G","VVS2",61.5,56,1881,5.18,5.22,3.2 +"47613",0.53,"Ideal","G","VVS2",60.4,55,1881,5.26,5.3,3.19 +"47614",0.55,"Very Good","H","VVS1",61.1,57,1881,5.26,5.35,3.24 +"47615",0.55,"Ideal","F","VS1",61.9,56,1881,5.25,5.29,3.26 +"47616",0.71,"Good","J","VS1",63.3,55,1881,5.62,5.66,3.57 +"47617",0.55,"Ideal","F","VS1",62,55,1881,5.26,5.29,3.27 +"47618",0.55,"Ideal","F","VS1",61.6,57,1881,5.23,5.29,3.24 +"47619",0.52,"Ideal","G","VVS1",61.6,56,1881,5.16,5.2,3.19 +"47620",0.55,"Premium","G","VS1",62,57,1881,5.3,5.25,3.27 +"47621",0.55,"Ideal","G","VS1",60.9,55,1881,5.32,5.29,3.23 +"47622",0.55,"Ideal","G","VS1",61.6,55,1881,5.32,5.29,3.27 +"47623",0.55,"Premium","E","VS2",61.5,56,1881,5.28,5.25,3.24 +"47624",0.55,"Premium","E","VS2",60.5,58,1881,5.32,5.26,3.2 +"47625",0.55,"Premium","E","VS2",61.4,57,1881,5.29,5.27,3.24 +"47626",0.65,"Fair","F","VS2",58.3,64,1881,5.7,5.62,3.3 +"47627",0.75,"Premium","F","SI2",59.8,60,1881,5.96,5.92,3.55 +"47628",0.51,"Ideal","D","VS2",61.2,55,1882,5.18,5.16,3.16 +"47629",0.51,"Very Good","D","VS1",63.3,57,1882,5.07,5.1,3.22 +"47630",0.51,"Ideal","D","VS1",62.3,56,1882,5.09,5.12,3.18 +"47631",0.67,"Good","I","VVS2",58.9,51,1882,5.74,5.78,3.4 +"47632",0.56,"Ideal","H","VVS1",62.3,55,1882,5.3,5.26,3.29 +"47633",0.51,"Ideal","D","VS2",60.9,56,1882,5.19,5.16,3.15 +"47634",0.51,"Premium","D","VS2",59.7,58,1882,5.24,5.18,3.11 +"47635",0.51,"Ideal","D","VS2",61.6,56,1882,5.17,5.15,3.18 +"47636",0.51,"Ideal","D","VS2",61.8,55,1882,5.18,5.15,3.19 +"47637",0.51,"Premium","D","VS2",60.5,60,1882,5.19,5.16,3.13 +"47638",0.51,"Ideal","D","VS2",61.2,55,1882,5.17,5.13,3.15 +"47639",0.51,"Ideal","D","VS2",61.5,55,1882,5.18,5.13,3.17 +"47640",0.51,"Ideal","D","VS2",61.9,55,1882,5.13,5.11,3.17 +"47641",0.23,"Very Good","D","VVS1",62.5,58,530,3.94,3.96,2.47 +"47642",0.23,"Very Good","D","VVS1",63.3,58,530,3.9,3.93,2.48 +"47643",0.23,"Very Good","D","VVS1",62.4,58,530,3.91,3.97,2.46 +"47644",0.23,"Very Good","F","IF",59.5,58,530,4,4.03,2.39 +"47645",0.23,"Ideal","F","VVS2",62.3,56,530,3.95,4.01,2.48 +"47646",0.23,"Ideal","F","VVS2",60.9,57,530,3.95,3.97,2.41 +"47647",0.23,"Ideal","F","VVS2",62,56,530,3.92,3.98,2.45 +"47648",0.23,"Ideal","F","VVS2",61.9,57,530,3.93,3.96,2.44 +"47649",0.23,"Ideal","F","VVS2",60.3,57,530,3.99,4.03,2.42 +"47650",0.23,"Ideal","F","VVS2",61,57,530,3.98,4.02,2.44 +"47651",0.23,"Ideal","E","VVS2",62.5,57,530,3.92,3.99,2.47 +"47652",0.23,"Ideal","E","VVS2",62.8,57,530,3.91,3.96,2.47 +"47653",0.23,"Ideal","D","VVS2",62.1,57,530,3.92,3.97,2.45 +"47654",0.23,"Ideal","F","VVS1",62.7,57,530,3.9,3.92,2.45 +"47655",0.31,"Ideal","H","SI1",61,56,530,4.38,4.41,2.68 +"47656",0.34,"Ideal","D","I1",61.4,55,530,4.52,4.5,2.77 +"47657",0.34,"Ideal","D","I1",62.5,57,530,4.49,4.47,2.8 +"47658",0.32,"Premium","I","SI2",60,58,530,4.48,4.45,2.68 +"47659",0.23,"Very Good","E","VVS2",60.9,60,530,3.96,3.99,2.42 +"47660",0.23,"Very Good","E","VVS1",61.1,60,530,3.95,4.01,2.43 +"47661",0.23,"Very Good","E","VVS1",61.3,60,530,3.95,4.01,2.44 +"47662",0.23,"Very Good","E","VVS1",58.6,61,530,4.02,4.04,2.36 +"47663",0.23,"Very Good","E","VVS2",61.8,58,530,3.92,3.94,2.43 +"47664",0.23,"Good","E","VVS2",63.3,56,530,3.88,3.92,2.47 +"47665",0.23,"Very Good","D","VVS2",60.4,59,530,3.95,4,2.4 +"47666",0.34,"Ideal","G","SI1",61.9,55.5,531,4.49,4.54,2.79 +"47667",0.34,"Ideal","G","SI1",61.8,54.4,531,4.49,4.52,2.79 +"47668",0.37,"Ideal","G","SI1",61.1,56,531,4.64,4.66,2.84 +"47669",0.31,"Good","G","VS2",64.4,54,531,4.24,4.29,2.75 +"47670",0.23,"Premium","G","VVS1",61.3,59,531,3.96,3.94,2.42 +"47671",0.51,"Ideal","D","VS2",61.5,57,1882,5.14,5.11,3.15 +"47672",0.51,"Ideal","D","VS2",61.7,55,1882,5.14,5.11,3.16 +"47673",0.51,"Ideal","D","VS2",61.9,56,1882,5.14,5.11,3.17 +"47674",0.51,"Ideal","D","VS2",62.4,55,1882,5.14,5.11,3.2 +"47675",0.51,"Ideal","D","VS2",62.1,56,1882,5.16,5.11,3.19 +"47676",0.51,"Premium","D","VS2",61.1,59,1882,5.16,5.12,3.14 +"47677",0.51,"Ideal","D","VS2",62.3,55,1882,5.19,5.12,3.21 +"47678",0.51,"Ideal","D","VS2",61.8,55,1882,5.16,5.1,3.17 +"47679",0.51,"Ideal","D","VS2",61.9,57,1882,5.13,5.11,3.17 +"47680",0.51,"Ideal","D","VS2",62.3,57,1882,5.12,5.09,3.18 +"47681",0.51,"Ideal","D","VS2",62.7,55,1882,5.12,5.09,3.2 +"47682",0.51,"Ideal","D","VS2",61.9,57,1882,5.15,5.09,3.17 +"47683",0.56,"Ideal","E","VS2",61.4,57,1882,5.35,5.31,3.27 +"47684",0.51,"Premium","E","VVS2",62,62,1882,5.09,5.04,3.14 +"47685",0.56,"Premium","E","VS1",60.1,61,1882,5.38,5.31,3.21 +"47686",0.51,"Premium","F","VVS2",61.2,59,1882,5.19,5.1,3.15 +"47687",0.56,"Premium","E","VS2",58.8,59,1882,5.45,5.36,3.18 +"47688",0.56,"Premium","E","VS2",61,62,1882,5.36,5.28,3.24 +"47689",0.54,"Good","H","VVS2",60.9,57.2,1883,5.22,5.26,3.19 +"47690",0.59,"Premium","H","VVS1",62,58,1883,5.36,5.38,3.33 +"47691",0.57,"Very Good","E","VS1",62.9,57,1883,5.27,5.29,3.32 +"47692",0.7,"Very Good","F","SI2",63.4,58,1883,5.62,5.58,3.55 +"47693",0.47,"Ideal","E","VVS2",62,55,1883,4.97,5,3.09 +"47694",0.5,"Ideal","G","VVS1",62.2,55,1883,5.09,5.11,3.17 +"47695",0.5,"Ideal","G","VVS1",62.2,54,1883,5.1,5.13,3.18 +"47696",0.5,"Ideal","G","VVS1",61.9,58,1883,5.06,5.09,3.14 +"47697",0.52,"Ideal","E","VS1",60,56,1883,5.25,5.29,3.16 +"47698",0.71,"Very Good","I","SI1",62.6,63,1883,5.61,5.54,3.49 +"47699",0.59,"Ideal","E","VS2",61.5,56,1883,5.42,5.38,3.32 +"47700",0.59,"Premium","E","VS2",62.3,55,1883,5.43,5.39,3.37 +"47701",0.71,"Premium","H","SI1",61,58,1883,5.75,5.67,3.49 +"47702",0.61,"Very Good","E","VS2",60.1,60,1884,5.5,5.54,3.32 +"47703",0.58,"Premium","G","VS1",61.5,58,1884,5.35,5.41,3.31 +"47704",0.58,"Ideal","G","VS1",62.6,54,1884,5.3,5.34,3.33 +"47705",0.58,"Ideal","E","VS2",61.9,56,1884,5.35,5.38,3.32 +"47706",0.58,"Ideal","E","VS2",61.1,57,1884,5.39,5.41,3.3 +"47707",0.58,"Ideal","E","VS2",61.6,55,1884,5.33,5.38,3.3 +"47708",0.58,"Ideal","E","VS2",61.9,57,1884,5.33,5.37,3.31 +"47709",0.58,"Ideal","G","VS1",62,57,1884,5.32,5.35,3.31 +"47710",0.57,"Ideal","E","VS1",61.6,55,1884,5.32,5.36,3.29 +"47711",0.57,"Ideal","E","VS1",60.5,57,1884,5.33,5.38,3.24 +"47712",0.51,"Ideal","D","SI1",60.7,56,1884,5.18,5.2,3.15 +"47713",0.5,"Very Good","G","VVS1",63.3,53,1885,5.06,5.09,3.21 +"47714",0.54,"Very Good","D","VS2",60.5,59,1885,5.24,5.28,3.18 +"47715",0.63,"Very Good","D","SI1",62.8,57,1885,5.4,5.46,3.41 +"47716",0.51,"Good","G","VVS2",57.6,56,1885,5.27,5.35,3.06 +"47717",0.66,"Ideal","G","SI1",61.7,55,1885,5.64,5.6,3.47 +"47718",0.72,"Very Good","J","SI1",58.3,62,1886,5.87,5.93,3.44 +"47719",0.52,"Ideal","E","VS1",61.3,56,1886,5.18,5.22,3.19 +"47720",0.59,"Premium","H","VVS2",62.3,55,1886,5.42,5.33,3.35 +"47721",0.5,"Very Good","G","VVS1",59.6,63,1887,5.11,5.16,3.06 +"47722",0.52,"Ideal","G","VS1",60.4,57,1887,5.21,5.24,3.16 +"47723",0.52,"Ideal","E","VS2",61.7,56,1888,5.16,5.21,3.2 +"47724",0.56,"Ideal","H","VS1",60.2,57,1888,5.38,5.35,3.23 +"47725",0.54,"Very Good","E","VS1",61.8,58,1889,5.23,5.28,3.25 +"47726",0.56,"Ideal","G","VVS2",62.5,56,1889,5.24,5.28,3.29 +"47727",0.7,"Premium","H","SI1",61.9,59,1889,5.67,5.74,3.53 +"47728",0.54,"Very Good","F","VS2",62,59,1889,5.16,5.22,3.22 +"47729",0.58,"Ideal","D","VS2",61.2,54,1889,5.4,5.42,3.31 +"47730",0.71,"Ideal","J","SI1",61.6,57,1889,5.72,5.75,3.53 +"47731",0.7,"Very Good","H","SI2",63.8,55,1890,5.57,5.59,3.56 +"47732",0.7,"Very Good","H","SI2",63.3,56,1890,5.64,5.68,3.58 +"47733",0.7,"Very Good","I","SI1",63.8,59,1890,5.56,5.6,3.56 +"47734",0.7,"Very Good","I","SI1",63.2,59,1890,5.59,5.62,3.54 +"47735",0.55,"Ideal","D","VS1",61.7,55,1890,5.25,5.26,3.24 +"47736",0.6,"Ideal","E","SI1",61.3,56,1890,5.49,5.44,3.35 +"47737",0.56,"Ideal","G","VS1",61.2,54,1890,5.36,5.32,3.27 +"47738",0.55,"Ideal","F","VS1",60.6,56,1890,5.33,5.37,3.24 +"47739",0.7,"Premium","I","SI2",62.4,58,1890,5.68,5.64,3.53 +"47740",0.7,"Premium","I","SI2",59.5,58,1890,5.79,5.73,3.43 +"47741",0.5,"Fair","E","VS1",55.3,65,1890,5.35,5.31,2.95 +"47742",0.7,"Premium","F","SI2",62,58,1890,5.7,5.64,3.52 +"47743",0.5,"Very Good","F","VVS2",61.2,57,1891,5.1,5.13,3.13 +"47744",0.59,"Ideal","G","SI1",61.3,56,1891,5.41,5.43,3.32 +"47745",0.54,"Ideal","D","VS2",61.1,56,1892,5.25,5.29,3.22 +"47746",0.54,"Ideal","D","VS2",61.8,56,1892,5.21,5.24,3.23 +"47747",0.54,"Ideal","D","VS2",61.1,57,1892,5.22,5.25,3.2 +"47748",0.54,"Very Good","D","VS2",61.1,55,1892,5.24,5.37,3.24 +"47749",0.54,"Ideal","D","VS2",61.3,56,1892,5.22,5.26,3.21 +"47750",0.54,"Very Good","D","VS2",61.7,58,1892,5.16,5.24,3.21 +"47751",0.54,"Ideal","D","VS2",61.1,57,1892,5.19,5.29,3.2 +"47752",0.54,"Very Good","D","VS2",60.6,58,1892,5.26,5.3,3.2 +"47753",0.54,"Premium","D","VS2",60.9,58,1892,5.27,5.31,3.22 +"47754",0.54,"Ideal","D","VS2",62.6,57,1892,5.18,5.24,3.26 +"47755",0.54,"Premium","D","VS2",61.5,58,1892,5.21,5.26,3.22 +"47756",0.54,"Ideal","D","VS2",61.8,57,1892,5.22,5.26,3.24 +"47757",0.5,"Ideal","E","VS2",60.4,56,1892,5.15,5.21,3.13 +"47758",0.73,"Fair","I","SI2",61.3,67,1892,5.77,5.64,3.51 +"47759",0.5,"Very Good","D","VS1",59.8,58,1893,5.12,5.14,3.07 +"47760",0.53,"Ideal","G","VVS2",62.1,54,1893,5.18,5.22,3.23 +"47761",0.52,"Ideal","H","VVS1",61.7,53,1893,5.19,5.25,3.22 +"47762",0.51,"Ideal","G","VVS1",60.5,59,1893,5.16,5.19,3.13 +"47763",0.5,"Ideal","D","VS2",61.8,56,1893,5.11,5.14,3.16 +"47764",0.52,"Ideal","E","VS1",62,53,1893,5.16,5.2,3.21 +"47765",0.58,"Ideal","E","VS1",62.6,56,1893,5.33,5.27,3.32 +"47766",0.5,"Ideal","D","VS1",61,56,1893,5.13,5.17,3.14 +"47767",0.62,"Good","G","VS1",62.5,60.8,1893,5.37,5.47,3.39 +"47768",0.55,"Premium","D","VS2",61.6,56,1894,5.33,5.28,3.27 +"47769",0.55,"Ideal","D","VS2",62.8,57,1894,5.27,5.24,3.3 +"47770",0.7,"Very Good","E","SI2",63.5,59,1894,5.63,5.51,3.53 +"47771",0.7,"Very Good","H","SI2",60.9,58,1895,5.68,5.74,3.48 +"47772",0.53,"Ideal","G","VVS2",61,56,1895,5.19,5.23,3.18 +"47773",0.51,"Good","G","VVS2",63.7,54,1895,5.1,5.08,3.24 +"47774",0.51,"Very Good","G","VVS2",63.4,57,1895,5.09,5.06,3.22 +"47775",0.51,"Very Good","G","VVS2",63.3,58,1895,5.07,5.04,3.2 +"47776",0.7,"Fair","D","SI1",52.2,65,1895,6.04,5.99,3.14 +"47777",0.7,"Very Good","J","VS2",58.2,60,1896,5.86,5.9,3.42 +"47778",0.6,"Very Good","D","SI1",62.2,56,1896,5.4,5.44,3.37 +"47779",0.6,"Premium","D","SI1",60.4,60,1896,5.44,5.48,3.3 +"47780",0.6,"Premium","D","SI1",61.6,58,1896,5.42,5.45,3.35 +"47781",0.55,"Ideal","F","VS1",61.5,56,1896,5.26,5.3,3.25 +"47782",0.76,"Ideal","J","SI1",62.9,54,1896,5.82,5.85,3.67 +"47783",0.7,"Fair","J","VS2",67.4,58,1896,5.34,5.37,3.61 +"47784",0.52,"Ideal","G","VVS2",61.3,56,1897,5.18,5.2,3.18 +"47785",0.52,"Ideal","G","VVS2",61.6,57,1897,5.16,5.2,3.19 +"47786",0.6,"Ideal","E","VS2",61.8,56,1897,5.41,5.46,3.36 +"47787",0.5,"Ideal","G","VVS1",62.2,56,1897,5.08,5.11,3.17 +"47788",0.67,"Good","F","SI1",60.2,61,1897,5.64,5.69,3.41 +"47789",0.52,"Ideal","E","VS2",60.5,56,1897,5.27,5.21,3.17 +"47790",0.46,"Premium","D","VVS1",60,59,1898,5,5.04,3.01 +"47791",0.71,"Very Good","I","SI1",61.9,58,1898,5.66,5.69,3.51 +"47792",0.58,"Very Good","E","VS2",60.9,58,1899,5.4,5.39,3.29 +"47793",0.7,"Good","H","SI2",61.5,63,1899,5.59,5.63,3.45 +"47794",0.7,"Good","I","SI1",63.5,59,1899,5.62,5.65,3.58 +"47795",0.71,"Ideal","J","VS2",62.4,54,1899,5.72,5.76,3.58 +"47796",0.58,"Ideal","G","VS1",60.6,56,1899,5.43,5.48,3.3 +"47797",0.58,"Ideal","G","VS1",62.2,55,1899,5.32,5.35,3.32 +"47798",0.57,"Ideal","G","VS1",60.8,56.8,1899,5.36,5.39,3.26 +"47799",0.58,"Ideal","F","VS1",62.2,55,1899,5.34,5.37,3.33 +"47800",0.51,"Ideal","H","IF",60.3,58,1899,5.15,5.17,3.11 +"47801",0.71,"Ideal","J","SI2",61.3,56,1901,5.73,5.78,3.53 +"47802",0.55,"Ideal","F","VS1",61.4,55,1901,5.28,5.24,3.23 +"47803",0.99,"Fair","J","I1",62.9,58,1901,6.33,6.1,3.91 +"47804",0.66,"Ideal","E","SI1",62.8,57,1901,5.58,5.53,3.49 +"47805",0.72,"Ideal","H","SI2",60.9,56,1901,5.87,5.78,3.55 +"47806",0.64,"Premium","F","SI1",60.1,60,1901,5.62,5.57,3.36 +"47807",0.57,"Very Good","F","VVS2",62.6,58,1902,5.32,5.38,3.34 +"47808",0.57,"Very Good","F","VVS2",63.2,56,1902,5.28,5.32,3.35 +"47809",0.71,"Very Good","J","VS2",62.6,54,1902,5.68,5.72,3.57 +"47810",0.71,"Very Good","I","SI2",62.2,58,1902,5.61,5.7,3.52 +"47811",0.71,"Very Good","I","SI2",61.9,54,1902,5.67,5.74,3.53 +"47812",0.51,"Ideal","G","VVS2",61.3,56,1902,5.16,5.19,3.17 +"47813",0.71,"Good","G","SI2",58.2,64,1902,5.82,5.77,3.37 +"47814",0.55,"Ideal","G","VS1",61.5,56.7,1902,5.25,5.28,3.24 +"47815",0.73,"Ideal","J","SI1",62,56,1902,5.74,5.78,3.57 +"47816",0.57,"Fair","F","VVS2",65.2,56.2,1902,5.19,5.23,3.4 +"47817",0.71,"Premium","G","SI2",58.2,60,1902,5.91,5.88,3.43 +"47818",0.58,"Ideal","E","VS2",61.8,57,1903,5.32,5.36,3.3 +"47819",0.5,"Very Good","G","VVS2",62.9,55,1904,5.05,5.09,3.19 +"47820",0.53,"Very Good","G","VVS1",60.3,54,1904,5.29,5.33,3.2 +"47821",0.7,"Very Good","J","VS1",60.9,58,1904,5.66,5.73,3.47 +"47822",0.72,"Ideal","J","VS2",60.8,59,1904,5.76,5.81,3.52 +"47823",0.61,"Ideal","D","SI1",61.4,56,1904,5.46,5.48,3.36 +"47824",0.61,"Ideal","D","SI1",61.6,55,1904,5.49,5.51,3.39 +"47825",0.53,"Premium","D","VS2",60.2,58,1904,5.26,5.23,3.16 +"47826",0.76,"Premium","J","SI1",58.4,59,1904,6.01,5.97,3.51 +"47827",0.55,"Ideal","H","IF",62.3,54,1905,5.25,5.28,3.28 +"47828",0.51,"Ideal","H","IF",62.1,55,1905,5.14,5.2,3.21 +"47829",0.73,"Premium","J","SI1",58.2,59,1905,5.99,5.91,3.46 +"47830",0.63,"Premium","F","VS2",61.5,59,1905,5.53,5.5,3.39 +"47831",0.58,"Very Good","E","VS2",59.6,59,1906,5.4,5.44,3.23 +"47832",0.57,"Very Good","D","SI1",59.8,60,1906,5.4,5.34,3.21 +"47833",0.52,"Ideal","G","VVS2",62.2,56,1906,5.13,5.16,3.2 +"47834",0.52,"Ideal","G","VVS2",62.7,55,1906,5.12,5.15,3.22 +"47835",0.52,"Ideal","G","VVS2",62.3,56,1906,5.15,5.18,3.22 +"47836",0.51,"Good","E","VVS2",63.4,64,1906,5.03,5.07,3.2 +"47837",0.64,"Good","G","VS2",64.1,55.3,1906,5.43,5.45,3.49 +"47838",0.7,"Very Good","J","VS2",62,59,1907,5.61,5.65,3.49 +"47839",0.53,"Very Good","D","VS1",59.4,59,1907,5.25,5.32,3.14 +"47840",0.72,"Very Good","I","SI2",63.4,56,1907,5.67,5.72,3.61 +"47841",0.53,"Ideal","F","SI1",60,57,1908,5.3,5.27,3.17 +"47842",0.4,"Ideal","F","VVS1",61.1,56,1908,4.78,4.81,2.93 +"47843",0.65,"Ideal","H","SI1",61.5,55,1908,5.59,5.63,3.45 +"47844",0.53,"Ideal","F","VS1",62.2,55,1908,5.22,5.17,3.23 +"47845",0.53,"Ideal","F","VS1",62.3,55,1908,5.22,5.18,3.24 +"47846",0.53,"Ideal","F","VS1",61.8,56,1908,5.22,5.2,3.22 +"47847",0.53,"Ideal","F","VS1",62,55,1908,5.2,5.15,3.21 +"47848",0.53,"Ideal","F","VS1",62.1,57,1908,5.21,5.16,3.22 +"47849",0.53,"Premium","E","VS2",58.5,61,1908,5.33,5.26,3.1 +"47850",0.53,"Very Good","E","VS1",62.6,59,1909,5.19,5.25,3.27 +"47851",0.77,"Good","J","SI1",63.3,57,1909,5.79,5.84,3.68 +"47852",0.77,"Premium","J","SI1",61.8,59,1909,5.82,5.86,3.61 +"47853",0.72,"Good","I","SI1",63.6,59,1909,5.61,5.58,3.56 +"47854",0.5,"Premium","G","VVS2",61.4,57,1909,5.16,5.1,3.15 +"47855",0.51,"Ideal","E","VS2",60.1,57,1909,5.23,5.19,3.13 +"47856",0.78,"Ideal","H","SI2",62.6,56,1909,5.88,5.81,3.66 +"47857",0.68,"Premium","D","SI1",59.8,59,1909,5.72,5.66,3.4 +"47858",0.74,"Very Good","F","SI2",63.1,58,1909,5.76,5.72,3.62 +"47859",0.52,"Ideal","F","VS2",60.1,57,1909,5.26,5.23,3.15 +"47860",0.67,"Ideal","G","VS2",61.4,57,1910,5.7,5.67,3.49 +"47861",0.64,"Very Good","D","SI1",63.7,54,1910,5.47,5.52,3.5 +"47862",0.56,"Premium","D","VS2",61.5,58,1910,5.28,5.33,3.26 +"47863",0.67,"Premium","E","SI1",59.2,61,1910,5.74,5.72,3.39 +"47864",0.59,"Good","G","VS1",60.4,61.2,1910,5.38,5.43,3.26 +"47865",0.52,"Ideal","G","VVS2",61.7,55,1911,5.19,5.22,3.21 +"47866",0.52,"Premium","G","VVS2",61.2,59,1911,5.14,5.16,3.15 +"47867",0.52,"Ideal","G","VVS2",60.8,57,1911,5.16,5.21,3.15 +"47868",0.52,"Ideal","G","VVS2",61.8,57,1911,5.14,5.19,3.19 +"47869",0.52,"Ideal","G","VVS2",59.8,57,1911,5.24,5.26,3.14 +"47870",0.52,"Ideal","G","VVS2",62.1,56,1911,5.14,5.17,3.2 +"47871",0.52,"Ideal","G","VVS2",62.4,55,1911,5.17,5.19,3.23 +"47872",0.52,"Ideal","G","VVS2",61.7,56,1911,5.14,5.16,3.18 +"47873",0.52,"Ideal","G","VVS2",61,56,1911,5.18,5.24,3.18 +"47874",0.52,"Ideal","G","VVS2",61.5,56,1911,5.18,5.2,3.19 +"47875",0.52,"Ideal","G","VVS2",61.9,55,1911,5.14,5.16,3.19 +"47876",0.52,"Very Good","G","VVS2",61.8,59,1911,5.13,5.16,3.18 +"47877",0.52,"Ideal","G","VVS2",62.1,57,1911,5.13,5.17,3.2 +"47878",0.52,"Premium","G","VVS2",61.1,59,1911,5.15,5.2,3.16 +"47879",0.52,"Ideal","G","VVS2",62.3,55,1911,5.12,5.16,3.2 +"47880",0.58,"Ideal","G","VS1",61.5,55,1911,5.36,5.41,3.31 +"47881",0.58,"Ideal","G","VS1",61.8,55,1911,5.35,5.39,3.32 +"47882",0.61,"Ideal","H","VVS2",60.2,57,1911,5.53,5.47,3.31 +"47883",0.6,"Very Good","G","VS1",61.6,56,1912,5.4,5.44,3.34 +"47884",0.56,"Very Good","G","VS1",59.9,60,1912,5.37,5.41,3.23 +"47885",0.5,"Ideal","F","VVS2",60.7,57,1912,5.12,5.16,3.12 +"47886",0.74,"Good","J","VS2",60.6,62.6,1912,5.79,5.85,3.53 +"47887",0.59,"Ideal","D","SI1",61,57,1912,5.46,5.43,3.32 +"47888",0.59,"Premium","D","SI1",62.3,54,1912,5.41,5.38,3.36 +"47889",0.59,"Ideal","D","SI1",61.8,56,1912,5.4,5.37,3.33 +"47890",0.52,"Very Good","G","VVS1",60.9,56,1913,5.18,5.24,3.17 +"47891",0.74,"Very Good","J","SI1",62.2,59,1913,5.74,5.81,3.59 +"47892",0.54,"Premium","D","VS2",61.6,55,1913,5.28,5.24,3.24 +"47893",0.54,"Ideal","D","VS2",61.9,55,1913,5.24,5.23,3.24 +"47894",0.54,"Premium","D","VS2",61.7,55,1913,5.26,5.21,3.23 +"47895",0.57,"Very Good","H","VVS1",59.6,58,1914,5.4,5.43,3.23 +"47896",0.48,"Very Good","F","VVS1",62.3,55,1914,5.02,5.05,3.13 +"47897",0.72,"Very Good","J","VS1",62.2,59.9,1914,5.67,5.69,3.53 +"47898",0.54,"Ideal","G","VVS2",61.2,56,1914,5.25,5.3,3.22 +"47899",0.54,"Ideal","G","VVS2",61.2,56,1914,5.25,5.28,3.22 +"47900",0.54,"Ideal","G","VVS2",61.7,57,1914,5.23,5.26,3.23 +"47901",0.76,"Good","I","SI1",64.1,59,1914,5.73,5.75,3.68 +"47902",0.53,"Premium","G","VVS2",60.8,58,1914,5.25,5.18,3.17 +"47903",0.59,"Ideal","F","VS2",60.2,57,1914,5.48,5.44,3.29 +"47904",0.57,"Ideal","D","VS2",62.5,57,1914,5.28,5.31,3.31 +"47905",0.52,"Ideal","D","VS1",62.1,57,1914,5.13,5.2,3.21 +"47906",0.53,"Ideal","G","VVS2",62.6,56,1914,5.19,5.16,3.24 +"47907",0.53,"Ideal","G","VVS2",62.5,54,1914,5.21,5.19,3.25 +"47908",0.67,"Premium","G","SI1",60.5,60,1914,5.69,5.65,3.43 +"47909",0.58,"Very Good","F","VS2",60.7,63,1914,5.39,5.36,3.26 +"47910",0.7,"Premium","I","SI1",61.8,62,1914,5.69,5.64,3.5 +"47911",0.57,"Premium","G","SI1",62.6,56,1915,5.29,5.26,3.3 +"47912",0.59,"Very Good","G","VS1",57.4,63,1915,5.54,5.58,3.19 +"47913",0.56,"Ideal","F","VS1",61.7,56,1915,5.28,5.32,3.27 +"47914",0.7,"Good","G","SI1",64,55,1915,5.59,5.62,3.59 +"47915",0.56,"Very Good","F","VS1",58.2,60,1915,5.38,5.41,3.14 +"47916",0.5,"Very Good","F","VVS2",60.8,59,1915,5.08,5.11,3.1 +"47917",0.56,"Ideal","F","VS1",61.7,56,1915,5.3,5.33,3.28 +"47918",0.56,"Ideal","F","VS1",61.7,54,1915,5.28,5.32,3.27 +"47919",0.57,"Premium","F","VS1",61.3,58,1915,5.38,5.26,3.26 +"47920",0.7,"Fair","G","SI1",68.4,58,1915,5.59,5.55,3.61 +"47921",0.76,"Premium","H","SI1",60.9,59,1915,5.91,5.86,3.58 +"47922",0.6,"Premium","E","VS2",62.7,58,1915,5.37,5.34,3.36 +"47923",0.56,"Premium","G","VS1",60.5,59,1915,5.31,5.26,3.2 +"47924",0.56,"Ideal","G","VS1",62.2,55,1915,5.31,5.27,3.29 +"47925",0.56,"Ideal","G","VS1",60.6,56,1915,5.36,5.33,3.24 +"47926",0.56,"Premium","G","VS1",62.4,58,1915,5.3,5.22,3.28 +"47927",0.56,"Premium","G","VS1",61.2,60,1915,5.3,5.26,3.23 +"47928",0.56,"Ideal","E","VS2",61.9,55,1915,5.34,5.29,3.29 +"47929",0.56,"Ideal","E","VS2",60.9,56,1915,5.35,5.32,3.25 +"47930",0.56,"Ideal","E","VS2",60.7,57,1915,5.34,5.31,3.23 +"47931",0.56,"Ideal","E","VS2",61.9,56,1915,5.32,5.27,3.28 +"47932",0.56,"Premium","E","VS2",61.8,59,1915,5.34,5.27,3.28 +"47933",0.56,"Premium","E","VS2",61.4,61,1915,5.31,5.28,3.25 +"47934",0.56,"Premium","E","VS2",61.8,56,1915,5.31,5.28,3.27 +"47935",0.56,"Ideal","E","VS2",61.7,54,1915,5.35,5.28,3.28 +"47936",0.56,"Premium","E","VS2",61.9,55,1915,5.31,5.25,3.27 +"47937",0.56,"Ideal","E","VS2",62.6,57,1915,5.29,5.26,3.3 +"47938",0.56,"Ideal","E","VS2",61.5,57,1915,5.3,5.27,3.25 +"47939",0.56,"Premium","E","VS2",62.1,57,1915,5.3,5.27,3.28 +"47940",0.6,"Premium","E","VS2",59.9,61,1915,5.53,5.48,3.3 +"47941",0.38,"Ideal","D","VVS1",60.3,56,1915,4.74,4.72,2.85 +"47942",0.55,"Ideal","G","VVS2",62.2,54,1916,5.23,5.3,3.27 +"47943",0.51,"Ideal","G","VVS2",62.4,56,1916,5.1,5.13,3.19 +"47944",0.59,"Ideal","G","VS1",62.1,55,1916,5.35,5.4,3.34 +"47945",0.55,"Ideal","I","VVS1",61.6,55,1916,5.26,5.3,3.25 +"47946",0.59,"Ideal","G","VS1",61.1,58,1916,5.39,5.41,3.3 +"47947",0.71,"Very Good","J","SI1",63.5,58,1917,5.63,5.67,3.59 +"47948",0.81,"Premium","J","SI1",61.4,60,1917,5.98,5.94,3.66 +"47949",0.53,"Ideal","E","VS1",61.5,55,1917,5.22,5.24,3.22 +"47950",0.31,"Ideal","D","IF",60.5,57,1917,4.39,4.41,2.66 +"47951",0.5,"Good","E","VVS2",64.8,58,1917,4.97,5,3.23 +"47952",0.71,"Premium","J","VS2",62.8,61,1917,5.71,5.63,3.56 +"47953",0.71,"Premium","I","SI2",60.3,58,1917,5.78,5.72,3.47 +"47954",0.96,"Fair","F","I1",62.9,66,1917,6.29,6.07,3.91 +"47955",0.66,"Very Good","F","SI1",59.2,58,1918,5.69,5.72,3.38 +"47956",0.7,"Very Good","I","SI1",62.7,56,1918,5.64,5.68,3.55 +"47957",0.68,"Very Good","E","SI1",58.2,60,1918,5.75,5.79,3.36 +"47958",0.55,"Ideal","D","VS1",61.5,56,1918,5.26,5.28,3.24 +"47959",0.57,"Premium","D","VS2",60.8,59,1918,5.34,5.38,3.26 +"47960",0.7,"Ideal","H","SI1",60.6,57,1919,5.73,5.78,3.49 +"47961",0.51,"Ideal","G","VVS1",61.9,53,1919,5.14,5.2,3.2 +"47962",0.51,"Ideal","G","VVS1",62.7,54,1919,5.1,5.14,3.21 +"47963",0.57,"Ideal","E","VS2",60.8,56,1919,5.34,5.37,3.26 +"47964",0.52,"Premium","D","VS2",61.2,58,1919,5.2,5.16,3.17 +"47965",0.52,"Ideal","D","VS2",61.8,57,1919,5.2,5.16,3.2 +"47966",0.52,"Premium","D","VS2",60.6,56,1919,5.25,5.22,3.17 +"47967",0.52,"Ideal","D","VS2",61.6,55,1919,5.2,5.15,3.19 +"47968",0.52,"Ideal","D","VS2",61.7,56,1919,5.18,5.16,3.19 +"47969",0.52,"Ideal","D","VS2",61.8,55,1919,5.19,5.16,3.2 +"47970",0.52,"Ideal","D","VS2",61.8,55,1919,5.19,5.16,3.2 +"47971",0.28,"Very Good","D","VVS2",64,56,532,4.14,4.17,2.66 +"47972",0.26,"Very Good","E","VVS1",61.4,55,532,4.12,4.16,2.54 +"47973",0.3,"Ideal","I","VVS2",62.3,53.7,532,4.29,4.32,2.68 +"47974",0.3,"Ideal","I","VVS2",62.5,53.6,532,4.29,4.33,2.69 +"47975",0.3,"Ideal","I","VVS1",62.2,54,532,4.29,4.35,2.68 +"47976",0.38,"Ideal","J","VS2",62.1,54,532,4.65,4.69,2.9 +"47977",0.29,"Ideal","G","VS1",61.9,55,532,4.25,4.28,2.64 +"47978",0.38,"Ideal","G","SI2",62,55,532,4.66,4.69,2.9 +"47979",0.37,"Ideal","I","SI1",60.7,60,532,4.6,4.62,2.8 +"47980",0.32,"Ideal","E","SI1",62.1,54,532,4.4,4.42,2.74 +"47981",0.32,"Ideal","E","SI1",61.5,55,532,4.4,4.44,2.72 +"47982",0.33,"Ideal","E","SI1",61.5,55,532,4.46,4.49,2.75 +"47983",0.26,"Good","D","VVS1",64.3,55,532,4.05,4.1,2.62 +"47984",0.3,"Very Good","I","VVS2",62.1,56,533,4.27,4.31,2.66 +"47985",0.3,"Very Good","H","VVS2",62,55,533,4.28,4.32,2.67 +"47986",0.24,"Very Good","F","VVS2",58,60,533,4.09,4.12,2.38 +"47987",0.25,"Very Good","E","VVS2",61.1,61,533,4.03,4.06,2.47 +"47988",0.25,"Very Good","D","VVS1",63.8,54,533,3.94,3.99,2.53 +"47989",0.32,"Very Good","F","SI1",62.3,55,533,4.39,4.44,2.75 +"47990",0.32,"Very Good","F","SI1",62.7,57,533,4.37,4.4,2.75 +"47991",0.32,"Good","F","SI1",63.2,55,533,4.37,4.4,2.77 +"47992",0.32,"Premium","J","IF",61.2,59,533,4.41,4.44,2.71 +"47993",0.32,"Very Good","F","SI1",59.3,58,533,4.47,4.5,2.66 +"47994",0.32,"Ideal","J","IF",62.2,55,533,4.4,4.44,2.75 +"47995",0.32,"Ideal","J","IF",62.2,56,533,4.37,4.41,2.73 +"47996",0.32,"Premium","F","SI1",60,59,533,4.42,4.45,2.66 +"47997",0.37,"Ideal","H","SI1",59.7,56,533,4.67,4.71,2.8 +"47998",0.37,"Good","H","SI1",63.2,57,533,4.54,4.58,2.88 +"47999",0.31,"Ideal","D","SI1",62.5,53,533,4.34,4.37,2.72 +"48000",0.31,"Premium","D","SI1",60.6,59,533,4.35,4.39,2.65 +"48001",0.52,"Ideal","D","VS2",61.5,56,1919,5.19,5.15,3.18 +"48002",0.52,"Ideal","D","VS2",61.3,56,1919,5.2,5.15,3.17 +"48003",0.52,"Ideal","D","VS2",62.3,54,1919,5.19,5.14,3.22 +"48004",0.52,"Ideal","D","VS2",61.8,56,1919,5.17,5.15,3.19 +"48005",0.52,"Ideal","D","VS2",62.7,53,1919,5.17,5.14,3.23 +"48006",0.52,"Ideal","D","VS2",62.6,55,1919,5.14,5.12,3.21 +"48007",0.52,"Ideal","D","VS2",62.2,56,1919,5.16,5.13,3.2 +"48008",0.52,"Ideal","D","VS2",61.9,57,1919,5.17,5.14,3.19 +"48009",0.52,"Ideal","D","VS2",62.3,56,1919,5.16,5.11,3.2 +"48010",0.52,"Ideal","D","VS2",62.6,56,1919,5.14,5.11,3.21 +"48011",0.54,"Ideal","G","VVS2",62,56,1920,5.23,5.27,3.25 +"48012",0.51,"Ideal","H","IF",62.6,56,1920,5.1,5.13,3.2 +"48013",0.53,"Ideal","H","IF",62,54,1920,5.19,5.23,3.23 +"48014",0.56,"Good","E","VS2",62.3,63,1920,5.22,5.27,3.27 +"48015",0.7,"Fair","F","SI2",58.2,66,1920,5.77,5.74,3.35 +"48016",0.5,"Premium","E","VS2",60.3,58,1920,5.15,5.13,3.1 +"48017",0.63,"Premium","H","VS1",62.9,60,1921,5.45,5.33,3.39 +"48018",0.5,"Ideal","H","VS2",62.3,55,1921,5.09,5.12,3.18 +"48019",0.63,"Premium","E","SI1",61.3,58,1921,5.57,5.52,3.4 +"48020",0.72,"Premium","I","SI1",62,52,1922,5.71,5.67,3.53 +"48021",0.71,"Very Good","J","VS2",59,61,1922,5.81,5.85,3.44 +"48022",0.7,"Good","J","VVS2",63.2,55,1922,5.63,5.57,3.54 +"48023",0.53,"Ideal","G","VS1",61.3,57,1922,5.18,5.22,3.19 +"48024",0.5,"Ideal","D","VS1",61.1,56,1922,5.12,5.23,3.16 +"48025",0.7,"Good","J","VVS2",64.3,56,1922,5.57,5.63,3.6 +"48026",0.71,"Good","J","VS2",60.6,61,1922,5.7,5.79,3.48 +"48027",0.71,"Good","I","SI2",61.3,63,1922,5.66,5.7,3.48 +"48028",0.57,"Ideal","H","VS1",61,57,1922,5.37,5.34,3.26 +"48029",0.74,"Very Good","J","SI2",59.1,58,1923,5.93,5.99,3.52 +"48030",0.71,"Premium","I","VS2",59.7,60,1923,5.83,5.86,3.49 +"48031",0.75,"Ideal","J","VS2",62.3,57,1923,5.81,5.84,3.63 +"48032",0.5,"Very Good","H","IF",61.4,61,1923,5.14,5.03,3.12 +"48033",0.5,"Ideal","H","IF",61,56,1923,5.15,5.17,3.15 +"48034",0.5,"Ideal","D","VS1",61.6,57,1923,5.09,5.13,3.15 +"48035",0.6,"Ideal","F","VS2",58.6,60,1923,5.54,5.62,3.27 +"48036",0.56,"Ideal","D","VS1",61.7,56,1924,5.3,5.33,3.28 +"48037",0.56,"Ideal","D","VS1",60.4,56,1924,5.33,5.36,3.23 +"48038",0.44,"Ideal","E","VVS1",61.1,56,1924,4.91,4.94,3.01 +"48039",0.68,"Good","F","SI1",61.2,61,1924,5.59,5.63,3.43 +"48040",0.79,"Premium","J","SI1",58.8,62,1924,6.03,6.01,3.54 +"48041",0.51,"Premium","G","VVS1",60.2,58,1925,5.2,5.24,3.14 +"48042",0.51,"Good","G","VVS1",63.9,57,1925,5.06,5.08,3.24 +"48043",0.51,"Premium","G","VVS1",62.4,58,1925,5.09,5.13,3.19 +"48044",0.55,"Ideal","D","VS2",61.6,56,1925,5.25,5.3,3.25 +"48045",0.7,"Very Good","E","SI1",63.3,58,1926,5.63,5.57,3.55 +"48046",0.51,"Ideal","G","VVS2",61.9,55,1926,5.14,5.17,3.19 +"48047",0.71,"Very Good","I","SI1",60.4,63,1926,5.73,5.8,3.48 +"48048",0.64,"Premium","E","VS2",61.6,62,1926,5.48,5.46,3.37 +"48049",0.48,"Ideal","F","VVS1",62,55,1926,4.99,5.04,3.11 +"48050",0.72,"Ideal","J","SI2",61.7,55,1926,5.77,5.81,3.57 +"48051",0.7,"Ideal","J","SI1",60.4,56,1926,5.71,5.74,3.46 +"48052",0.54,"Ideal","G","VVS2",61.9,55,1927,5.2,5.3,3.25 +"48053",0.61,"Ideal","D","SI1",62,55,1927,5.44,5.47,3.38 +"48054",0.72,"Ideal","I","SI2",60.7,60,1927,5.75,5.78,3.5 +"48055",0.62,"Ideal","D","SI1",60.8,59,1927,5.48,5.5,3.34 +"48056",0.73,"Premium","I","SI2",62,57,1927,5.79,5.76,3.58 +"48057",0.73,"Premium","H","SI2",58.7,58,1927,5.94,5.91,3.48 +"48058",0.55,"Premium","E","VS2",61.1,58,1928,5.28,5.3,3.23 +"48059",0.55,"Premium","D","VS2",61.3,60,1928,5.28,5.29,3.24 +"48060",0.55,"Ideal","D","VS2",61.5,56,1928,5.25,5.28,3.24 +"48061",0.55,"Ideal","D","VS2",61.4,57,1928,5.27,5.31,3.25 +"48062",0.55,"Ideal","D","VS2",62.3,55,1928,5.24,5.29,3.28 +"48063",0.55,"Ideal","D","VS2",61.8,54,1928,5.26,5.29,3.26 +"48064",0.53,"Ideal","E","VS1",61.5,57,1928,5.22,5.25,3.22 +"48065",0.51,"Premium","E","VS1",61.3,58,1928,5.17,5.14,3.16 +"48066",0.51,"Premium","E","VS1",61.9,58,1928,5.15,5.1,3.17 +"48067",0.7,"Ideal","F","I1",62.1,57,1928,5.67,5.64,3.52 +"48068",0.51,"Premium","D","VS2",58,60,1928,5.29,5.26,3.06 +"48069",0.56,"Very Good","F","VS1",61.2,58,1929,5.32,5.33,3.26 +"48070",0.56,"Ideal","H","VVS1",60.8,57,1929,5.3,5.35,3.24 +"48071",0.56,"Ideal","H","VVS1",60,56,1929,5.37,5.4,3.23 +"48072",0.57,"Ideal","H","VVS1",61.8,55,1929,5.33,5.38,3.31 +"48073",0.72,"Ideal","J","SI1",62.7,56,1929,5.75,5.67,3.58 +"48074",0.56,"Ideal","D","VS2",62.2,56,1929,5.28,5.26,3.28 +"48075",0.7,"Good","E","SI2",63.9,59,1929,5.68,5.56,3.59 +"48076",0.71,"Very Good","J","VS2",62.3,57,1930,5.65,5.69,3.53 +"48077",0.56,"Premium","E","VS1",62.6,58,1930,5.23,5.28,3.29 +"48078",0.56,"Ideal","E","VS1",61.3,55,1930,5.29,5.32,3.25 +"48079",0.6,"Ideal","G","VS2",61.1,55,1930,5.46,5.48,3.34 +"48080",0.56,"Very Good","E","VS1",62.7,60,1931,5.25,5.28,3.3 +"48081",0.6,"Ideal","H","VVS2",62.2,55,1931,5.38,5.43,3.36 +"48082",0.55,"Premium","F","VS2",59,58,1931,5.38,5.33,3.16 +"48083",0.74,"Premium","J","SI1",61.6,59,1931,5.82,5.77,3.57 +"48084",0.71,"Very Good","J","SI1",59.2,58,1932,5.86,5.9,3.48 +"48085",0.53,"Ideal","G","VVS2",60.6,56,1932,5.25,5.28,3.19 +"48086",0.71,"Ideal","J","VS1",61.9,55,1932,5.69,5.75,3.54 +"48087",0.5,"Good","E","VS1",61.1,58.2,1932,5.08,5.12,3.11 +"48088",0.63,"Very Good","H","VVS2",63.2,60,1932,5.49,5.39,3.44 +"48089",0.63,"Ideal","F","SI1",59.9,59,1932,5.59,5.63,3.36 +"48090",0.52,"Ideal","G","VVS2",62.1,57,1932,5.15,5.13,3.19 +"48091",1,"Premium","H","I1",60.4,61,1932,6.39,6.32,3.84 +"48092",0.98,"Fair","G","I1",58.7,57,1932,6.54,6.43,3.8 +"48093",0.98,"Fair","G","I1",67.3,60,1932,6.17,6.11,4.14 +"48094",0.62,"Premium","G","VS1",59.8,58,1933,5.55,5.58,3.33 +"48095",0.51,"Ideal","G","VVS1",61,57,1933,5.17,5.19,3.16 +"48096",0.51,"Ideal","G","VVS1",60.4,57,1933,5.2,5.22,3.15 +"48097",0.51,"Ideal","G","VVS1",61.6,56,1933,5.12,5.16,3.17 +"48098",0.57,"Very Good","G","VS1",59.9,57,1934,5.38,5.47,3.25 +"48099",0.49,"Ideal","D","VS1",62.3,55,1934,5.03,5.05,3.14 +"48100",0.62,"Ideal","D","SI1",61.6,55,1934,5.49,5.51,3.39 +"48101",0.7,"Good","G","SI2",64.1,56,1935,5.64,5.59,3.6 +"48102",0.5,"Ideal","G","VVS2",62,56,1935,5.13,5.09,3.17 +"48103",0.5,"Premium","G","VVS2",59.6,60,1935,5.18,5.15,3.08 +"48104",0.5,"Ideal","G","VVS2",61.4,57,1935,5.13,5.1,3.14 +"48105",0.5,"Premium","G","VVS2",61.6,60,1935,5.13,5.1,3.15 +"48106",0.5,"Premium","G","VVS2",60.7,57,1935,5.14,5.1,3.11 +"48107",0.5,"Premium","G","VVS2",60.9,61,1935,5.13,5.11,3.12 +"48108",0.5,"Ideal","G","VVS2",60.5,55,1935,5.15,5.13,3.11 +"48109",0.5,"Ideal","G","VVS2",62.1,55,1935,5.09,5.05,3.15 +"48110",0.5,"Ideal","G","VVS2",62.3,56,1935,5.09,5.05,3.16 +"48111",0.5,"Premium","G","VVS2",60.9,59,1935,5.12,5.09,3.11 +"48112",0.5,"Ideal","G","VVS2",61.2,56,1935,5.13,5.1,3.13 +"48113",0.5,"Ideal","G","VVS2",62.9,57,1935,5.11,5.04,3.19 +"48114",0.5,"Ideal","G","VVS2",62.8,57,1935,5.04,4.99,3.15 +"48115",0.56,"Premium","F","VS2",60.5,59,1935,5.42,5.33,3.25 +"48116",0.52,"Ideal","G","VVS1",61.9,54.4,1936,5.15,5.18,3.2 +"48117",0.66,"Ideal","H","SI1",61.6,55,1936,5.63,5.66,3.48 +"48118",0.54,"Ideal","F","VS1",60.9,56,1937,5.27,5.29,3.21 +"48119",0.5,"Ideal","D","VS1",61.9,55,1937,5.09,5.12,3.16 +"48120",0.7,"Ideal","J","SI1",62.6,56,1937,5.66,5.68,3.55 +"48121",0.71,"Very Good","I","SI2",61.1,56,1938,5.75,5.79,3.53 +"48122",0.56,"Good","E","VS1",61.7,65,1938,5.21,5.23,3.22 +"48123",0.5,"Very Good","G","VVS2",60.6,66,1939,5.06,5.1,3.08 +"48124",0.54,"Good","D","VS1",63.2,56,1939,5.21,5.23,3.3 +"48125",0.54,"Ideal","E","VS1",62,56,1939,5.17,5.25,3.23 +"48126",0.54,"Premium","E","VS1",60.3,58,1939,5.26,5.32,3.19 +"48127",0.54,"Ideal","E","VS1",61,56,1939,5.24,5.35,3.23 +"48128",0.63,"Very Good","D","SI1",62.8,57,1939,5.46,5.49,3.44 +"48129",0.53,"Ideal","F","VS1",60.8,55,1939,5.26,5.3,3.21 +"48130",0.54,"Ideal","D","VS2",61.2,56,1939,5.29,5.23,3.22 +"48131",0.9,"Fair","G","I1",65.1,58,1939,6.05,5.99,3.92 +"48132",0.9,"Good","H","I1",57.4,63,1939,6.38,6.33,3.65 +"48133",0.9,"Premium","G","I1",62.3,53,1939,6.16,6.12,3.82 +"48134",0.9,"Premium","H","I1",62.8,61,1939,6.09,6.07,3.82 +"48135",0.6,"Very Good","F","VS2",59.5,57.8,1940,5.48,5.56,3.28 +"48136",0.5,"Very Good","G","VVS1",61.3,57,1940,5.15,5.07,3.13 +"48137",0.7,"Very Good","F","SI2",59.9,59,1940,5.75,5.81,3.46 +"48138",0.7,"Very Good","F","SI2",60.9,58,1940,5.7,5.77,3.49 +"48139",0.7,"Very Good","F","SI2",62.1,57,1940,5.63,5.68,3.51 +"48140",0.55,"Ideal","E","VS1",61.6,55,1940,5.33,5.28,3.27 +"48141",0.49,"Premium","D","VVS2",58.8,60,1940,5.26,5.14,3.06 +"48142",0.71,"Ideal","J","SI1",61.4,56,1940,5.75,5.78,3.54 +"48143",0.6,"Good","F","VS2",58.8,60.7,1940,5.52,5.55,3.25 +"48144",0.77,"Premium","J","VS2",62.1,62,1940,5.87,5.82,3.63 +"48145",0.7,"Very Good","J","VS2",63.2,61,1940,5.62,5.59,3.54 +"48146",0.7,"Ideal","J","VS2",61.6,56,1940,5.71,5.65,3.5 +"48147",0.7,"Premium","J","VS2",61.2,60,1940,5.73,5.7,3.5 +"48148",0.53,"Premium","D","VS1",62.4,61,1940,5.25,5.14,3.24 +"48149",0.55,"Very Good","E","VS1",62.8,56,1941,5.2,5.24,3.28 +"48150",0.53,"Ideal","G","VVS2",61.8,58,1941,5.18,5.2,3.21 +"48151",0.72,"Premium","J","VS2",61.7,58,1941,5.67,5.77,3.53 +"48152",0.56,"Ideal","H","VVS1",61.7,55,1941,5.3,5.33,3.28 +"48153",0.56,"Ideal","H","VVS1",61.4,56,1941,5.3,5.32,3.26 +"48154",0.59,"Ideal","E","VS2",60.2,59,1941,5.47,5.49,3.3 +"48155",0.59,"Ideal","E","VS2",60.2,61,1941,5.43,5.47,3.28 +"48156",0.54,"Ideal","D","VS1",62,56,1941,5.21,5.25,3.24 +"48157",0.57,"Very Good","E","VS1",62.9,56,1942,5.31,5.35,3.35 +"48158",0.72,"Very Good","H","SI2",63.5,58,1942,5.65,5.68,3.6 +"48159",0.59,"Very Good","G","VS1",62.5,53,1942,5.46,5.35,3.38 +"48160",0.71,"Very Good","G","SI1",61.1,61,1942,5.71,5.72,3.49 +"48161",0.5,"Very Good","F","VVS2",62.7,56,1942,5.08,5.03,3.17 +"48162",0.7,"Premium","H","SI2",62.9,61,1942,5.57,5.53,3.49 +"48163",0.57,"Ideal","G","VS1",61.2,55,1942,5.35,5.38,3.29 +"48164",0.57,"Ideal","G","VS1",59.3,57,1942,5.42,5.45,3.23 +"48165",0.57,"Ideal","E","VS1",62.1,53,1942,5.36,5.41,3.34 +"48166",0.51,"Good","F","VVS2",60.2,62,1942,5.16,5.21,3.12 +"48167",0.62,"Premium","F","VS1",60.1,58,1942,5.56,5.48,3.32 +"48168",0.53,"Ideal","F","VVS2",62.3,56,1943,5.2,5.24,3.25 +"48169",0.57,"Ideal","G","VS1",62.5,54.2,1943,5.29,5.31,3.31 +"48170",0.79,"Good","F","SI2",64.3,60,1943,5.82,5.75,3.72 +"48171",0.54,"Fair","F","SI1",64.8,59,1944,5.11,5.05,3.29 +"48172",0.54,"Very Good","F","SI1",63.5,58,1944,5.21,5.15,3.29 +"48173",0.54,"Premium","I","VVS2",60.9,59,1944,5.28,5.26,3.21 +"48174",0.57,"Premium","D","VS2",61.9,58,1944,5.32,5.35,3.3 +"48175",0.57,"Premium","D","VS2",61.7,60,1944,5.28,5.32,3.27 +"48176",0.72,"Premium","J","VS2",61.4,58,1944,5.76,5.74,3.53 +"48177",0.54,"Ideal","H","VVS1",60.4,55,1944,5.32,5.27,3.2 +"48178",0.54,"Ideal","H","VVS1",60.3,56,1944,5.33,5.28,3.2 +"48179",0.54,"Ideal","H","VVS1",61.7,57,1944,5.24,5.23,3.23 +"48180",0.54,"Ideal","H","VVS1",61.1,57,1944,5.26,5.22,3.2 +"48181",0.54,"Ideal","H","VVS1",61.8,55,1944,5.24,5.21,3.23 +"48182",0.54,"Premium","H","VVS1",62,57,1944,5.25,5.2,3.24 +"48183",0.75,"Fair","J","VS2",59.1,66,1944,5.99,5.82,3.49 +"48184",0.75,"Ideal","J","SI2",60.8,57,1944,5.91,5.87,3.58 +"48185",0.6,"Good","D","SI1",63.8,57,1944,5.32,5.27,3.38 +"48186",0.72,"Premium","J","VS2",60.2,59,1944,5.85,5.81,3.51 +"48187",0.65,"Very Good","D","SI1",62.4,58,1945,5.52,5.57,3.46 +"48188",0.91,"Good","J","I1",63.1,57,1945,6.06,6.12,3.84 +"48189",0.7,"Ideal","J","VVS1",61.6,58,1945,5.69,5.71,3.51 +"48190",0.72,"Good","H","SI2",65.8,59,1945,5.51,5.58,3.65 +"48191",0.53,"Ideal","G","VVS2",60.4,59,1946,5.26,5.3,3.19 +"48192",0.53,"Ideal","G","VVS2",61,56,1946,5.21,5.25,3.19 +"48193",0.69,"Premium","F","SI1",61.2,58,1946,5.73,5.7,3.5 +"48194",0.53,"Premium","E","VS2",59.9,61,1946,5.3,5.25,3.16 +"48195",0.7,"Fair","F","SI2",64.6,57,1947,5.6,5.57,3.61 +"48196",0.71,"Ideal","I","SI2",61.6,56,1947,5.72,5.74,3.53 +"48197",0.52,"Ideal","E","VS2",61.2,56,1947,5.2,5.16,3.17 +"48198",0.46,"Premium","D","VVS1",60,59,1947,5.04,5,3.01 +"48199",0.53,"Very Good","G","VVS1",61.7,57,1948,5.19,5.22,3.21 +"48200",0.59,"Very Good","D","VS2",63.2,57,1948,5.28,5.32,3.35 +"48201",0.55,"Ideal","G","VVS2",60.5,56,1948,5.36,5.37,3.24 +"48202",0.53,"Ideal","G","VVS2",61.4,57,1948,5.19,5.26,3.21 +"48203",0.53,"Ideal","G","VVS2",62.2,54,1948,5.17,5.22,3.23 +"48204",0.53,"Ideal","G","VVS2",61.7,56,1948,5.2,5.23,3.22 +"48205",0.53,"Ideal","G","VVS2",60.4,56,1948,5.24,5.29,3.18 +"48206",0.7,"Premium","H","SI1",61.1,58,1948,5.74,5.79,3.52 +"48207",0.53,"Ideal","E","VS2",61.5,56,1948,5.22,5.25,3.22 +"48208",0.7,"Good","G","SI2",59.4,61,1948,5.77,5.81,3.44 +"48209",0.58,"Premium","G","SI1",62.4,60,1949,5.34,5.3,3.32 +"48210",0.62,"Very Good","D","SI1",61.3,58,1949,5.47,5.49,3.36 +"48211",0.56,"Ideal","G","VVS2",62,54,1949,5.28,5.32,3.29 +"48212",0.57,"Ideal","F","VS1",62.6,56,1949,5.27,5.33,3.32 +"48213",0.76,"Very Good","J","VS2",59.9,59,1949,5.92,5.94,3.55 +"48214",0.57,"Ideal","F","VS1",61.9,56,1949,5.3,5.39,3.31 +"48215",0.57,"Ideal","H","VVS1",60.9,56,1949,5.36,5.38,3.27 +"48216",0.57,"Ideal","E","VS2",60.4,57,1949,5.4,5.35,3.25 +"48217",0.7,"Fair","G","SI1",66,53,1949,5.53,5.47,3.63 +"48218",0.56,"Ideal","H","VS1",61.6,56,1949,5.31,5.34,3.28 +"48219",0.53,"Ideal","H","IF",62,54,1949,5.22,5.27,3.25 +"48220",0.57,"Ideal","G","VS1",62,55,1949,5.35,5.29,3.3 +"48221",0.57,"Ideal","G","VS1",62.1,56,1949,5.33,5.3,3.3 +"48222",0.57,"Ideal","G","VS1",61.3,56,1949,5.36,5.34,3.28 +"48223",0.57,"Premium","G","VS1",62.4,58,1949,5.32,5.29,3.31 +"48224",0.57,"Ideal","E","VS2",61.7,56,1949,5.36,5.34,3.3 +"48225",0.57,"Ideal","E","VS2",61.8,55,1949,5.38,5.34,3.31 +"48226",0.57,"Ideal","E","VS2",61.9,57,1949,5.31,5.29,3.28 +"48227",0.57,"Ideal","E","VS2",61.8,56,1949,5.33,5.29,3.28 +"48228",0.57,"Premium","E","VS2",61,58,1949,5.34,5.31,3.25 +"48229",0.57,"Premium","E","VS2",61.4,58,1949,5.37,5.32,3.28 +"48230",0.57,"Ideal","E","VS2",61.6,56,1949,5.38,5.33,3.3 +"48231",0.57,"Ideal","E","VS2",62.9,57,1949,5.29,5.26,3.32 +"48232",0.57,"Premium","D","SI1",58.9,59,1949,5.46,5.41,3.2 +"48233",0.58,"Premium","E","SI1",60.6,56,1949,5.42,5.38,3.27 +"48234",0.57,"Premium","D","SI1",63,59,1949,5.27,5.23,3.31 +"48235",0.7,"Ideal","J","SI1",60.1,59,1949,5.79,5.75,3.47 +"48236",0.56,"Ideal","F","VS2",61.8,55,1950,5.3,5.34,3.29 +"48237",0.46,"Ideal","F","IF",62,55,1950,4.96,4.98,3.08 +"48238",0.7,"Good","H","SI2",60.2,63,1950,5.7,5.73,3.44 +"48239",0.53,"Premium","E","VS1",58.5,61,1950,5.39,5.28,3.12 +"48240",0.54,"Ideal","G","VVS2",60.8,56,1950,5.31,5.28,3.22 +"48241",0.86,"Very Good","J","SI2",63.2,61,1950,6.05,5.97,3.79 +"48242",0.5,"Fair","E","VS1",56.1,64,1950,5.31,5.28,2.97 +"48243",0.69,"Very Good","F","SI1",62.6,59.6,1951,5.59,5.66,3.52 +"48244",0.58,"Ideal","G","VS2",61.1,55,1951,5.42,5.38,3.3 +"48245",0.56,"Good","E","VS1",59.8,61,1951,5.35,5.36,3.2 +"48246",0.69,"Good","F","SI1",58.4,61.7,1951,5.75,5.82,3.38 +"48247",0.49,"Very Good","F","VVS1",62.2,56,1952,5.04,5.08,3.14 +"48248",0.73,"Very Good","J","VS2",60.6,61,1952,5.77,5.81,3.51 +"48249",0.7,"Very Good","J","VS2",61.1,61,1952,5.64,5.69,3.46 +"48250",0.63,"Very Good","E","SI1",61,57.6,1952,5.48,5.51,3.36 +"48251",0.71,"Premium","I","VS2",60,58,1952,5.79,5.85,3.49 +"48252",0.53,"Ideal","D","VS1",61.3,56,1952,5.21,5.23,3.2 +"48253",0.63,"Fair","E","SI1",64.6,57.7,1952,5.36,5.41,3.47 +"48254",0.51,"Premium","F","VVS2",62.3,58,1953,5.08,5.1,3.17 +"48255",0.72,"Very Good","H","SI2",61,56,1953,5.75,5.8,3.52 +"48256",0.7,"Ideal","J","VS2",62,58,1953,5.66,5.69,3.52 +"48257",0.58,"Ideal","F","VS1",61.4,56,1953,5.38,5.4,3.31 +"48258",0.7,"Premium","J","VS1",59.6,62,1953,5.77,5.7,3.42 +"48259",0.78,"Premium","J","SI1",63,60,1954,5.88,5.82,3.66 +"48260",1,"Fair","G","I1",67.3,57,1954,6.26,6.12,4.18 +"48261",0.54,"Very Good","E","VVS2",63.3,60,1955,5.1,5.17,3.25 +"48262",0.53,"Ideal","G","VVS2",60.8,57,1955,5.24,5.28,3.2 +"48263",0.7,"Good","F","SI1",64.3,63,1955,5.55,5.58,3.58 +"48264",0.46,"Ideal","E","VVS1",62.5,53,1955,4.95,5,3.11 +"48265",0.57,"Ideal","D","VS2",61.8,57,1955,5.29,5.32,3.28 +"48266",0.54,"Ideal","D","VS1",61.4,53,1955,5.28,5.3,3.25 +"48267",0.53,"Ideal","G","VVS1",61.8,56,1956,5.19,5.24,3.22 +"48268",0.52,"Ideal","H","IF",62.1,57,1956,5.13,5.16,3.19 +"48269",0.53,"Premium","D","VS2",60.4,58,1956,5.26,5.23,3.17 +"48270",0.53,"Ideal","D","VS2",60.2,57,1956,5.26,5.24,3.16 +"48271",0.53,"Ideal","D","VS2",60.6,57,1956,5.28,5.24,3.19 +"48272",0.53,"Premium","D","VS2",61.5,58,1956,5.24,5.2,3.21 +"48273",0.53,"Ideal","D","VS2",61.2,57,1956,5.26,5.2,3.2 +"48274",0.53,"Ideal","D","VS2",61.7,55,1956,5.23,5.21,3.22 +"48275",0.53,"Ideal","D","VS2",61.4,55,1956,5.25,5.21,3.21 +"48276",0.53,"Ideal","D","VS2",61.2,55,1956,5.25,5.21,3.2 +"48277",0.53,"Ideal","D","VS2",62.6,56,1956,5.18,5.14,3.23 +"48278",0.53,"Ideal","D","VS2",62.2,56,1956,5.19,5.16,3.22 +"48279",0.53,"Ideal","D","VS2",62.1,55,1956,5.2,5.17,3.22 +"48280",0.53,"Ideal","D","VS2",61.5,56,1956,5.23,5.17,3.2 +"48281",0.53,"Ideal","D","VS2",61.2,56,1956,5.23,5.2,3.19 +"48282",0.53,"Ideal","D","VS2",61.4,56,1956,5.23,5.2,3.2 +"48283",0.53,"Ideal","D","VS2",62.3,56,1956,5.17,5.14,3.21 +"48284",0.77,"Fair","J","SI1",60.2,66,1956,5.97,5.81,3.55 +"48285",0.53,"Ideal","E","VS2",62,56,1956,5.29,5.2,3.25 +"48286",0.53,"Ideal","E","VS2",60.8,56,1956,5.28,5.25,3.21 +"48287",0.53,"Ideal","E","VS2",62.3,57,1956,5.23,5.19,3.25 +"48288",0.73,"Ideal","J","SI1",61.3,57,1956,5.82,5.8,3.56 +"48289",0.52,"Ideal","G","VVS2",61.4,55.3,1957,5.18,5.21,3.19 +"48290",0.52,"Ideal","G","VVS2",61.6,55,1957,5.14,5.18,3.19 +"48291",0.53,"Premium","H","IF",62.5,59,1957,5.15,5.18,3.23 +"48292",0.54,"Ideal","G","VS1",61.6,56,1957,5.24,5.28,3.24 +"48293",0.54,"Ideal","G","VS1",60.6,56,1957,5.28,5.31,3.21 +"48294",0.54,"Ideal","G","VS1",61,57,1957,5.25,5.28,3.21 +"48295",0.54,"Ideal","G","VS1",60.1,57,1957,5.29,5.31,3.18 +"48296",0.52,"Ideal","G","VVS2",61.6,54,1958,5.17,5.22,3.2 +"48297",0.53,"Ideal","G","VVS1",62.1,56,1958,5.19,5.21,3.23 +"48298",0.75,"Premium","J","SI1",61.7,56,1958,5.92,5.81,3.62 +"48299",0.75,"Very Good","J","SI1",63.1,57,1958,5.79,5.74,3.64 +"48300",0.51,"Very Good","D","VS1",62.2,59,1959,5.1,5.13,3.18 +"48301",0.31,"Ideal","D","SI1",61.8,57,533,4.33,4.37,2.69 +"48302",0.31,"Ideal","D","SI1",61.2,57,533,4.34,4.38,2.67 +"48303",0.31,"Ideal","D","SI1",62,56,533,4.35,4.39,2.71 +"48304",0.31,"Good","D","SI1",63.8,57,533,4.29,4.33,2.75 +"48305",0.27,"Ideal","I","VS2",62.1,56,534,4.14,4.18,2.58 +"48306",0.32,"Ideal","H","VS2",61.7,56,534,4.39,4.42,2.72 +"48307",0.32,"Ideal","H","VS2",61.5,57,534,4.41,4.45,2.72 +"48308",0.33,"Ideal","I","VS1",62.1,53.9,534,4.43,4.45,2.76 +"48309",0.39,"Ideal","I","SI1",62.4,54,534,4.67,4.69,2.92 +"48310",0.33,"Very Good","H","SI2",63.5,57,534,4.39,4.36,2.78 +"48311",0.25,"Ideal","F","VS2",61.6,55,535,4.06,4.08,2.51 +"48312",0.25,"Ideal","F","VS2",62.9,55,535,4.01,4.05,2.53 +"48313",0.25,"Ideal","F","VS2",61.7,56,535,4.04,4.07,2.5 +"48314",0.25,"Ideal","E","VS2",62.1,57,535,4.01,4.05,2.5 +"48315",0.25,"Ideal","E","VS2",60.6,57,535,4.08,4.11,2.48 +"48316",0.25,"Ideal","E","VS2",62.1,57,535,4.02,4.06,2.5 +"48317",0.28,"Very Good","F","VS1",62.3,52,536,4.2,4.26,2.62 +"48318",0.34,"Very Good","G","SI1",61.2,54,536,4.53,4.56,2.78 +"48319",0.31,"Ideal","I","VVS1",61.2,55.6,536,4.33,4.38,2.67 +"48320",0.23,"Ideal","G","VVS1",61.9,58,536,3.93,3.96,2.44 +"48321",0.23,"Ideal","G","VVS1",61.5,57,536,3.94,3.97,2.43 +"48322",0.23,"Ideal","G","VVS1",60.8,57,536,3.96,3.99,2.41 +"48323",0.23,"Ideal","G","IF",61.8,56,536,3.92,3.94,2.43 +"48324",0.23,"Ideal","G","IF",62.8,55,536,3.93,3.96,2.48 +"48325",0.23,"Ideal","G","IF",61.7,55,536,3.94,3.98,2.44 +"48326",0.33,"Good","F","SI1",61.8,62,536,4.4,4.45,2.74 +"48327",0.24,"Ideal","F","VS1",62,56,536,3.99,3.94,2.46 +"48328",0.24,"Ideal","F","VS2",61.8,57,536,4.02,3.97,2.47 +"48329",0.24,"Premium","E","VS2",62.6,58,536,4.03,3.99,2.51 +"48330",0.34,"Premium","H","SI2",58.6,62,536,4.62,4.6,2.7 +"48331",0.7,"Very Good","J","SI2",63.2,60,1959,5.58,5.62,3.54 +"48332",0.7,"Very Good","J","SI1",61.1,60,1959,5.66,5.7,3.47 +"48333",0.62,"Ideal","D","SI1",62.2,55,1959,5.45,5.51,3.41 +"48334",0.72,"Good","J","VS1",63.7,54,1959,5.68,5.71,3.63 +"48335",0.51,"Ideal","D","VS1",62.1,55,1959,5.14,5.2,3.21 +"48336",0.63,"Very Good","G","VS1",61.5,56,1960,5.53,5.49,3.39 +"48337",0.54,"Premium","E","VS1",61.3,56,1960,5.27,5.23,3.22 +"48338",0.63,"Premium","F","VS2",58.2,61,1960,5.68,5.62,3.29 +"48339",0.5,"Ideal","F","VVS2",62.1,58,1960,5.07,5.11,3.16 +"48340",0.71,"Premium","H","SI2",61.5,57,1960,5.76,5.69,3.52 +"48341",0.71,"Good","G","SI2",63.8,56,1960,5.65,5.6,3.59 +"48342",0.51,"Very Good","F","VS1",60.8,59,1961,5.15,5.18,3.14 +"48343",0.58,"Ideal","H","VVS1",62.1,53.6,1961,5.35,5.38,3.34 +"48344",0.56,"Ideal","H","VVS1",62.1,53.8,1961,5.27,5.33,3.29 +"48345",0.57,"Ideal","H","VVS1",61.6,56,1961,5.32,5.35,3.28 +"48346",0.58,"Ideal","H","VVS1",62.4,55,1961,5.32,5.36,3.33 +"48347",0.57,"Ideal","F","VS1",62.3,57,1961,5.29,5.32,3.3 +"48348",0.7,"Ideal","I","SI2",61.3,57,1961,5.7,5.73,3.5 +"48349",0.74,"Premium","H","SI2",60.9,61,1962,5.84,5.75,3.53 +"48350",0.54,"Ideal","G","VVS2",62.4,53.4,1962,5.22,5.25,3.26 +"48351",0.51,"Ideal","D","VS1",61.6,57,1962,5.13,5.16,3.17 +"48352",0.54,"Ideal","E","VS1",61.2,57,1962,5.25,5.27,3.22 +"48353",0.74,"Fair","H","SI2",62,53,1962,5.85,5.74,3.6 +"48354",0.56,"Ideal","D","VS2",61.4,57,1963,5.32,5.36,3.28 +"48355",0.56,"Ideal","D","VS2",61.9,57,1963,5.26,5.3,3.27 +"48356",0.56,"Ideal","D","VS2",60.9,56,1963,5.32,5.35,3.25 +"48357",0.56,"Ideal","D","VS2",61.6,56,1963,5.27,5.31,3.26 +"48358",0.56,"Ideal","D","VS2",60.9,56,1963,5.31,5.36,3.25 +"48359",0.56,"Ideal","D","VS2",61.2,56,1963,5.3,5.35,3.26 +"48360",0.56,"Ideal","D","VS2",62.2,56,1963,5.24,5.28,3.27 +"48361",0.56,"Very Good","E","VS2",61.1,57,1963,5.33,5.37,3.27 +"48362",0.56,"Ideal","D","VS2",61.1,56,1963,5.3,5.33,3.25 +"48363",0.56,"Ideal","D","VS2",61.4,55,1963,5.33,5.35,3.28 +"48364",0.56,"Ideal","D","VS2",60.6,56,1963,5.33,5.37,3.24 +"48365",0.56,"Ideal","D","VS2",61,57,1963,5.28,5.35,3.24 +"48366",0.56,"Premium","D","VS2",61.1,58,1963,5.3,5.34,3.25 +"48367",0.56,"Very Good","D","VS2",62.8,57,1963,5.25,5.29,3.31 +"48368",0.56,"Ideal","D","VS2",61.5,57,1963,5.28,5.33,3.26 +"48369",0.56,"Ideal","D","VS2",62.1,57,1963,5.25,5.28,3.27 +"48370",0.71,"Premium","G","SI2",62.4,59,1963,5.67,5.61,3.52 +"48371",0.51,"Ideal","G","VVS1",61.4,56,1963,5.14,5.15,3.16 +"48372",0.74,"Ideal","J","SI1",61.7,56,1963,5.81,5.85,3.6 +"48373",0.57,"Ideal","D","VS2",62.1,56,1963,5.34,5.29,3.3 +"48374",0.57,"Ideal","D","VS2",62.4,57,1963,5.32,5.26,3.3 +"48375",0.68,"Very Good","F","SI1",60.1,57.9,1964,5.69,5.74,3.43 +"48376",0.7,"Very Good","E","SI2",60.2,64,1964,5.67,5.7,3.42 +"48377",0.63,"Ideal","D","SI1",61.5,56,1964,5.52,5.53,3.4 +"48378",0.88,"Good","J","VS1",64,56,1964,5.98,5.9,3.8 +"48379",0.57,"Ideal","E","VS1",61.4,57,1965,5.32,5.37,3.28 +"48380",0.58,"Ideal","E","VS1",60.1,57,1965,5.41,5.47,3.27 +"48381",0.75,"Good","J","SI1",61,59,1965,5.79,5.85,3.55 +"48382",0.59,"Premium","I","IF",61.2,58,1965,5.41,5.38,3.3 +"48383",0.7,"Ideal","G","SI2",61.8,56,1966,5.66,5.6,3.48 +"48384",0.7,"Premium","G","SI2",62,59,1966,5.62,5.58,3.47 +"48385",0.72,"Very Good","J","SI1",63,57,1966,5.69,5.74,3.6 +"48386",0.5,"Ideal","G","VVS1",62.2,56,1966,5.1,5.12,3.18 +"48387",0.5,"Premium","G","VVS1",61,60,1966,5.08,5.12,3.11 +"48388",0.59,"Ideal","G","VVS2",62.2,56,1966,5.37,5.4,3.35 +"48389",0.5,"Good","G","VVS1",63.3,56,1966,5.07,5.1,3.22 +"48390",0.5,"Very Good","G","VVS1",62.3,59,1966,5.01,5.04,3.13 +"48391",0.5,"Ideal","G","VVS1",62.7,57,1966,5.07,5.1,3.19 +"48392",0.7,"Very Good","G","SI2",58.2,63,1966,5.82,5.79,3.38 +"48393",0.72,"Ideal","J","SI1",62.6,56,1966,5.67,5.74,3.57 +"48394",0.5,"Good","G","VVS1",60,62,1966,5.12,5.18,3.09 +"48395",0.7,"Premium","I","VS2",63,60,1966,5.62,5.59,3.53 +"48396",0.7,"Premium","F","SI2",58.4,61,1966,5.86,5.79,3.4 +"48397",0.64,"Very Good","D","SI1",62.2,55,1967,5.51,5.55,3.44 +"48398",0.64,"Ideal","D","SI1",62.1,56,1967,5.5,5.55,3.43 +"48399",0.52,"Ideal","H","IF",59.2,58,1967,5.23,5.31,3.12 +"48400",0.59,"Ideal","E","VS2",62.3,55,1968,5.35,5.38,3.34 +"48401",0.71,"Premium","J","VS2",60.1,61,1968,5.82,5.77,3.48 +"48402",0.83,"Good","F","SI2",63.7,59,1968,5.91,5.86,3.75 +"48403",0.7,"Very Good","J","VVS2",63.2,55,1968,5.63,5.57,3.54 +"48404",0.64,"Very Good","D","SI1",62.3,58,1969,5.49,5.53,3.43 +"48405",0.72,"Good","G","SI1",64,59,1969,5.59,5.63,3.59 +"48406",0.52,"Ideal","G","VVS1",61,57,1969,5.18,5.2,3.17 +"48407",0.61,"Very Good","H","VVS2",60.5,57,1970,5.52,5.54,3.35 +"48408",0.61,"Very Good","H","VVS2",61.4,57,1970,5.46,5.5,3.36 +"48409",0.72,"Very Good","H","SI2",62.6,53,1970,5.75,5.78,3.61 +"48410",0.72,"Very Good","H","SI2",62.9,57,1970,5.64,5.68,3.56 +"48411",0.51,"Very Good","E","VS1",61.8,54.7,1970,5.12,5.15,31.8 +"48412",0.51,"Very Good","E","VS1",62.8,57.1,1970,5.07,5.1,3.2 +"48413",0.6,"Ideal","F","VS2",61.9,57,1970,5.39,5.43,3.35 +"48414",0.76,"Premium","G","SI2",62.6,55,1970,5.87,5.82,3.66 +"48415",0.65,"Premium","F","VS2",59.6,58,1970,5.65,5.62,3.36 +"48416",0.73,"Premium","F","SI2",60.2,59,1971,5.87,5.82,3.52 +"48417",0.61,"Very Good","F","VS2",62.9,58,1971,5.33,5.39,3.37 +"48418",0.7,"Very Good","I","VS1",62.4,58,1971,5.62,5.67,3.52 +"48419",0.61,"Very Good","F","VS2",59.6,61,1971,5.5,5.58,3.3 +"48420",0.51,"Premium","G","VVS1",61.6,59,1971,5.12,5.08,3.14 +"48421",0.7,"Ideal","J","VS2",61.5,57,1971,5.7,5.74,3.52 +"48422",0.61,"Good","F","VS2",63,64.2,1971,5.29,5.32,3.34 +"48423",0.51,"Very Good","G","VVS1",63.2,58,1971,5.11,5.08,3.22 +"48424",0.7,"Premium","E","SI1",61.1,60,1971,5.69,5.56,3.44 +"48425",0.5,"Premium","H","IF",61.4,61,1971,5.14,5.03,3.12 +"48426",0.51,"Premium","F","VS1",61.7,58,1971,5.11,5.07,3.14 +"48427",0.71,"Very Good","H","SI2",63.7,56,1972,5.62,5.65,3.59 +"48428",0.57,"Ideal","G","VS1",61.4,55,1972,5.34,5.38,3.29 +"48429",0.7,"Very Good","I","SI1",63.8,56,1973,5.58,5.62,3.57 +"48430",0.7,"Ideal","H","SI2",63.1,54,1973,5.64,5.68,3.57 +"48431",0.7,"Ideal","J","VS2",61.9,57,1974,5.65,5.69,3.51 +"48432",0.7,"Ideal","J","SI1",62.3,57,1974,5.69,5.71,3.55 +"48433",0.51,"Premium","G","VVS2",59.1,59,1974,5.21,5.18,3.07 +"48434",0.51,"Ideal","G","VVS2",60.1,56,1974,5.22,5.19,3.13 +"48435",0.51,"Premium","G","VVS2",61.7,58,1974,5.18,5.13,3.18 +"48436",0.51,"Ideal","G","VVS2",61.2,55,1974,5.18,5.15,3.16 +"48437",0.51,"Ideal","G","VVS2",61.1,56,1974,5.19,5.15,3.16 +"48438",0.51,"Ideal","G","VVS2",61.9,55,1974,5.19,5.15,3.2 +"48439",0.51,"Ideal","G","VVS2",61.5,57,1974,5.18,5.13,3.17 +"48440",0.51,"Ideal","G","VVS2",61.3,57,1974,5.15,5.12,3.15 +"48441",0.51,"Premium","G","VVS2",61.5,56,1974,5.15,5.12,3.16 +"48442",0.51,"Ideal","G","VVS2",61.6,56,1974,5.17,5.12,3.17 +"48443",0.51,"Ideal","G","VVS2",62.9,57,1974,5.12,5.09,3.21 +"48444",0.51,"Ideal","G","VVS2",62.6,57,1974,5.12,5.1,3.2 +"48445",0.51,"Ideal","G","VVS2",61.8,56,1974,5.16,5.1,3.17 +"48446",0.51,"Premium","G","VVS2",61.7,58,1974,5.14,5.11,3.16 +"48447",0.51,"Very Good","G","VVS2",63.1,58,1974,5.11,5.07,3.21 +"48448",0.7,"Premium","H","SI2",61,59,1974,5.76,5.71,3.5 +"48449",0.7,"Fair","F","SI1",65.3,54,1974,5.58,5.54,3.63 +"48450",0.55,"Ideal","E","VS1",61.7,55,1975,5.27,5.29,3.26 +"48451",0.55,"Very Good","D","VS2",58.5,58.4,1975,5.39,5.42,3.16 +"48452",0.55,"Ideal","E","VS1",62.2,55,1975,5.22,5.26,3.26 +"48453",0.55,"Ideal","E","VS1",61.1,55,1975,5.3,5.33,3.25 +"48454",0.55,"Premium","D","VS1",62,58,1975,5.26,5.28,3.27 +"48455",0.55,"Very Good","F","VS1",61.2,56.4,1975,5.28,5.33,3.25 +"48456",0.58,"Premium","G","VVS2",61.4,61,1975,5.43,5.38,3.32 +"48457",0.58,"Premium","G","VVS2",61.5,60,1975,5.37,5.33,3.29 +"48458",0.73,"Very Good","E","SI2",63.1,59,1975,5.76,5.72,3.62 +"48459",0.51,"Ideal","G","VVS2",62.7,55,1976,5.08,5.1,3.19 +"48460",0.57,"Ideal","G","VVS2",60.5,56,1976,5.36,5.38,3.25 +"48461",0.5,"Good","G","IF",64,55,1976,5.05,5.08,3.24 +"48462",0.56,"Ideal","G","VVS2",61.6,56,1976,5.29,5.32,3.27 +"48463",0.61,"Good","H","VVS2",58.7,64,1976,5.53,5.5,3.24 +"48464",0.61,"Premium","D","SI1",62.3,58,1976,5.45,5.4,3.38 +"48465",0.58,"Very Good","D","VS2",60.2,57,1977,5.41,5.45,3.27 +"48466",0.7,"Very Good","I","SI2",61.8,58,1977,5.65,5.71,3.51 +"48467",0.71,"Premium","G","SI2",62.3,55,1977,5.72,5.68,3.55 +"48468",0.51,"Premium","D","VS2",60.1,59,1977,5.19,5.16,3.11 +"48469",0.5,"Very Good","F","VVS1",63.5,60,1978,4.98,5.04,3.18 +"48470",0.74,"Very Good","J","VS2",62.3,55,1978,5.79,5.83,3.62 +"48471",0.66,"Very Good","H","VS1",61.6,58.1,1978,5.54,5.58,3.42 +"48472",0.52,"Ideal","F","VVS2",62.1,54,1978,5.17,5.2,3.22 +"48473",0.59,"Ideal","D","VS2",61.4,57,1978,5.39,5.4,3.31 +"48474",0.56,"Ideal","E","VS1",61,57,1978,5.32,5.34,3.25 +"48475",0.66,"Good","H","VS1",59.8,60.9,1978,5.62,5.68,3.38 +"48476",0.7,"Good","F","SI2",63.3,58,1978,5.57,5.61,3.54 +"48477",0.58,"Very Good","H","VVS1",63.3,55,1979,5.27,5.31,3.35 +"48478",0.71,"Very Good","J","SI1",59.7,57,1979,5.84,5.88,3.5 +"48479",0.7,"Very Good","J","SI1",61.7,57,1979,5.65,5.69,3.5 +"48480",0.56,"Ideal","G","VVS2",61.2,55,1979,5.35,5.37,3.28 +"48481",0.58,"Ideal","F","VS1",61.2,57,1979,5.36,5.39,3.29 +"48482",0.58,"Ideal","F","VS1",59.9,59,1979,5.42,5.47,3.26 +"48483",0.51,"Good","E","VVS2",62,60.5,1980,5.05,5.08,3.15 +"48484",0.55,"Premium","H","VVS1",61.1,57,1980,5.35,5.26,3.24 +"48485",0.55,"Ideal","F","VS1",62,55,1980,5.29,5.26,3.27 +"48486",0.55,"Ideal","F","VS1",61.6,57,1980,5.29,5.23,3.24 +"48487",0.55,"Ideal","F","VS1",61.9,56,1980,5.29,5.25,3.26 +"48488",0.5,"Premium","D","VS2",61.3,61,1980,5.1,5.04,3.11 +"48489",0.5,"Fair","D","VVS2",67.6,57,1980,4.95,4.84,3.31 +"48490",0.75,"Premium","G","SI1",59.4,62,1980,5.95,5.91,3.52 +"48491",0.67,"Very Good","H","VS1",63.4,59,1981,5.53,5.57,3.52 +"48492",0.55,"Ideal","G","VVS2",62,56,1981,5.26,5.28,3.27 +"48493",0.54,"Ideal","G","VVS2",61.9,57,1981,5.22,5.25,3.24 +"48494",0.66,"Ideal","D","VS2",61.8,56,1981,5.6,5.57,3.45 +"48495",0.52,"Ideal","F","VS2",61.5,56,1981,5.19,5.21,3.2 +"48496",0.57,"Ideal","D","VS2",61.8,55,1981,5.32,5.34,3.29 +"48497",0.56,"Ideal","F","VS1",61.7,55.1,1981,5.29,5.33,3.27 +"48498",0.54,"Ideal","H","IF",61.5,54,1981,5.27,5.3,3.25 +"48499",0.7,"Fair","H","VS2",57,58,1981,5.87,5.89,3.35 +"48500",0.7,"Fair","H","VS2",64.9,56,1981,5.49,5.51,3.57 +"48501",0.71,"Very Good","J","VS1",63.3,55,1981,5.66,5.62,3.57 +"48502",0.57,"Ideal","E","VS1",62.9,57,1982,5.29,5.27,3.32 +"48503",0.54,"Ideal","G","VVS1",61.3,56,1982,5.23,5.28,3.22 +"48504",0.57,"Ideal","D","VS1",61.8,55,1982,5.31,5.37,3.3 +"48505",0.59,"Premium","H","VVS1",62,58,1982,5.38,5.36,3.33 +"48506",0.74,"Fair","J","VS1",58.8,68,1982,5.91,5.8,3.44 +"48507",0.7,"Premium","H","SI2",61.7,58,1982,5.72,5.69,3.52 +"48508",0.7,"Fair","G","SI1",65,59,1982,5.57,5.5,3.6 +"48509",0.54,"Very Good","G","VVS1",60.6,55,1983,5.28,5.31,3.21 +"48510",0.61,"Very Good","E","SI1",62.2,60,1983,5.44,5.4,3.37 +"48511",0.58,"Ideal","F","VS1",62.1,56,1983,5.32,5.38,3.32 +"48512",0.54,"Ideal","H","VVS2",60.9,57,1983,5.26,5.22,3.19 +"48513",0.6,"Very Good","D","VS2",61.5,59,1984,5.4,5.43,3.33 +"48514",0.58,"Ideal","E","VS2",61.1,57,1984,5.41,5.39,3.3 +"48515",0.58,"Ideal","G","VS1",62.6,54,1984,5.34,5.3,3.33 +"48516",0.58,"Premium","G","VS1",61.5,58,1984,5.41,5.35,3.31 +"48517",0.58,"Ideal","E","VS2",61.9,57,1984,5.37,5.33,3.31 +"48518",0.58,"Ideal","E","VS2",61.6,55,1984,5.38,5.33,3.3 +"48519",0.58,"Ideal","E","VS2",61.9,56,1984,5.38,5.35,3.32 +"48520",0.76,"Premium","H","SI2",59,59,1985,6.05,6.02,3.56 +"48521",0.54,"Ideal","G","VVS2",61.4,55,1985,5.22,5.3,3.23 +"48522",0.54,"Ideal","G","VVS2",60.6,56,1985,5.26,5.27,3.19 +"48523",0.54,"Ideal","G","VVS2",61,56,1985,5.25,5.3,3.22 +"48524",0.54,"Ideal","G","VVS2",61.8,56,1985,5.23,5.25,3.24 +"48525",0.54,"Ideal","G","VVS2",62.1,56,1985,5.19,5.22,3.23 +"48526",0.54,"Ideal","G","VVS2",61.5,54,1985,5.24,5.26,3.23 +"48527",0.51,"Ideal","E","VS2",61.6,55,1985,5.15,5.2,3.19 +"48528",0.74,"Ideal","J","VS1",61.2,56,1985,5.82,5.87,3.58 +"48529",0.59,"Very Good","D","VS2",59.2,56,1986,5.47,5.54,3.26 +"48530",0.55,"Very Good","E","VS1",61.6,55,1986,5.26,5.28,3.25 +"48531",0.71,"Very Good","J","SI2",60.9,55,1986,5.76,5.87,3.54 +"48532",0.73,"Very Good","G","SI2",62.6,56,1986,5.77,5.79,3.62 +"48533",0.51,"Ideal","D","VS2",61.1,56,1986,5.16,5.2,3.17 +"48534",0.71,"Very Good","H","SI1",62.5,63,1986,5.66,5.63,3.53 +"48535",0.54,"Ideal","D","VS1",61.6,54,1987,5.24,5.25,3.23 +"48536",0.46,"Ideal","G","IF",61.7,56,1987,4.97,5.01,3.08 +"48537",0.46,"Ideal","G","IF",61.1,56,1987,5,5.02,3.06 +"48538",0.7,"Premium","D","SI2",60.8,61,1987,5.69,5.64,3.45 +"48539",0.5,"Premium","G","VVS1",61.3,57,1987,5.15,5.07,3.13 +"48540",0.5,"Premium","F","VVS2",62.7,56,1987,5.08,5.03,3.17 +"48541",0.72,"Premium","J","SI1",62.1,59,1987,5.75,5.71,3.56 +"48542",0.5,"Very Good","G","VVS1",59.6,63,1987,5.16,5.11,3.06 +"48543",0.72,"Very Good","J","VS1",62.7,58,1988,5.67,5.72,3.57 +"48544",0.54,"Very Good","D","VS1",59.9,57,1988,5.38,5.3,3.2 +"48545",0.52,"Ideal","I","IF",60.2,56,1988,5.23,5.27,3.16 +"48546",0.7,"Good","F","SI1",63.5,59,1988,5.58,5.64,3.56 +"48547",0.61,"Very Good","F","VS2",61.8,56,1989,5.42,5.46,3.36 +"48548",0.72,"Very Good","J","SI1",63,58,1989,5.67,5.7,3.58 +"48549",0.74,"Good","H","VS2",59.2,64,1989,5.79,5.66,3.4 +"48550",0.65,"Ideal","E","SI1",62.7,54,1989,5.58,5.56,3.49 +"48551",0.54,"Premium","F","VS2",62,59,1989,5.22,5.16,3.22 +"48552",0.51,"Premium","E","VS1",61.6,57,1989,5.13,5.1,3.15 +"48553",0.55,"Ideal","D","VS1",61.7,55,1990,5.26,5.25,3.24 +"48554",0.7,"Very Good","D","SI2",60.9,60,1990,5.68,5.72,3.47 +"48555",0.58,"Premium","G","VVS2",59.7,59,1990,5.4,5.45,3.24 +"48556",0.67,"Good","G","VS2",63.8,60,1990,5.5,5.47,3.5 +"48557",0.53,"Ideal","G","VVS1",62.1,54,1990,5.2,5.23,3.24 +"48558",0.7,"Fair","F","SI2",57.1,64,1990,5.81,5.86,3.33 +"48559",0.63,"Very Good","H","VS1",61.1,57,1991,5.5,5.54,3.37 +"48560",0.71,"Ideal","E","SI2",62.6,55,1991,5.72,5.68,3.57 +"48561",0.64,"Ideal","D","SI1",62.1,57,1991,5.52,5.49,3.42 +"48562",0.56,"Ideal","D","VS2",61.2,56,1991,5.31,5.38,3.27 +"48563",0.55,"Ideal","G","VS1",60.9,55,1991,5.34,5.37,3.26 +"48564",0.52,"Ideal","D","VS1",60.9,56,1991,5.19,5.22,3.17 +"48565",0.64,"Ideal","I","IF",62,54,1991,5.53,5.56,3.44 +"48566",0.5,"Good","G","VVS2",64.4,57,1991,4.97,5.05,3.22 +"48567",0.72,"Premium","I","VS2",61.1,61,1991,5.79,5.74,3.52 +"48568",0.59,"Premium","G","VS1",62.5,53,1991,5.46,5.35,3.38 +"48569",0.38,"Ideal","D","VVS1",61.6,55,1992,4.66,4.69,2.88 +"48570",0.63,"Ideal","D","SI1",62,56,1992,5.55,5.48,3.42 +"48571",0.46,"Very Good","D","VVS1",61.6,59,1993,4.92,4.97,3.05 +"48572",0.71,"Very Good","J","VS1",64.1,58,1993,5.61,5.65,3.61 +"48573",0.59,"Very Good","E","VS1",61.6,61,1993,5.34,5.37,3.3 +"48574",0.71,"Very Good","G","SI2",63,56,1993,5.62,5.65,3.55 +"48575",0.53,"Ideal","G","VVS2",61.7,54.5,1993,5.2,5.26,3.23 +"48576",0.56,"Ideal","G","VVS1",61.7,57,1993,5.29,5.31,3.27 +"48577",0.54,"Premium","E","VS2",61.3,59,1993,5.26,5.21,3.21 +"48578",0.54,"Premium","D","VS2",61.1,55,1993,5.37,5.24,3.24 +"48579",0.54,"Ideal","D","VS2",61.1,56,1993,5.29,5.25,3.22 +"48580",0.54,"Premium","D","VS2",60.6,58,1993,5.3,5.26,3.2 +"48581",0.54,"Premium","D","VS2",60.9,58,1993,5.31,5.27,3.22 +"48582",0.54,"Ideal","D","VS2",61.1,57,1993,5.25,5.22,3.2 +"48583",0.54,"Ideal","D","VS2",61.3,56,1993,5.26,5.22,3.21 +"48584",0.54,"Ideal","D","VS2",61.8,57,1993,5.26,5.22,3.24 +"48585",0.54,"Ideal","D","VS2",62.6,57,1993,5.24,5.18,3.26 +"48586",0.54,"Ideal","D","VS2",61.1,57,1993,5.29,5.19,3.2 +"48587",0.54,"Ideal","D","VS2",61.8,56,1993,5.24,5.21,3.23 +"48588",0.54,"Premium","D","VS2",61.5,58,1993,5.26,5.21,3.22 +"48589",0.54,"Premium","D","VS2",61.7,58,1993,5.24,5.16,3.21 +"48590",0.54,"Premium","D","VS1",61.1,58,1994,5.24,5.3,3.22 +"48591",0.59,"Ideal","E","SI1",61.6,55,1994,5.41,5.43,3.34 +"48592",0.71,"Fair","G","SI2",65.6,61,1994,5.46,5.37,3.55 +"48593",0.52,"Very Good","D","VS1",59.6,57,1995,5.24,5.3,3.14 +"48594",0.7,"Good","I","SI1",63.6,55,1995,5.62,5.58,3.56 +"48595",0.7,"Fair","H","SI1",61,66,1995,5.68,5.64,3.45 +"48596",0.7,"Very Good","H","SI2",63.1,55,1995,5.71,5.66,3.59 +"48597",0.7,"Very Good","I","VS1",63.3,55,1995,5.64,5.6,3.56 +"48598",0.7,"Fair","G","SI1",61.6,66,1995,5.62,5.57,3.45 +"48599",0.7,"Fair","I","VS2",64.4,55,1996,5.6,5.55,3.59 +"48600",0.55,"Ideal","E","VS1",61.2,54,1996,5.3,5.32,3.25 +"48601",0.6,"Ideal","D","SI1",62.2,56,1996,5.44,5.4,3.37 +"48602",0.6,"Premium","D","SI1",60.4,60,1996,5.48,5.44,3.3 +"48603",0.72,"Ideal","J","VVS2",61.6,56,1996,5.76,5.73,3.54 +"48604",0.63,"Premium","H","VS1",61.7,59,1996,5.53,5.49,3.4 +"48605",0.77,"Premium","G","SI2",61.2,58,1996,5.99,5.96,3.64 +"48606",0.7,"Very Good","J","VS2",63.2,57,1997,5.63,5.66,3.57 +"48607",1,"Fair","I","I1",66.9,57,1997,6.15,6.03,4.09 +"48608",0.57,"Very Good","D","VS2",61.4,56,1998,5.34,5.37,3.29 +"48609",0.57,"Ideal","D","VS2",61.8,56,1998,5.31,5.34,3.29 +"48610",0.7,"Fair","E","SI2",64.4,58,1998,5.58,5.51,3.57 +"48611",0.7,"Fair","E","SI2",65.3,56,1998,5.57,5.54,3.63 +"48612",0.51,"Ideal","F","VVS2",62.2,55,1998,5.12,5.11,3.18 +"48613",0.51,"Ideal","F","VVS2",61.9,56,1998,5.13,5.15,3.18 +"48614",0.51,"Ideal","F","VVS2",61.7,56,1998,5.12,5.15,3.17 +"48615",0.79,"Premium","H","SI2",61.6,58,1998,5.98,5.94,3.67 +"48616",0.75,"Premium","J","VS1",61.6,57,1998,5.88,5.84,3.61 +"48617",0.54,"Ideal","G","SI1",60,57,1999,5.31,5.36,3.2 +"48618",0.7,"Fair","G","SI2",61.5,66,1999,5.55,5.6,3.43 +"48619",0.7,"Very Good","H","SI2",61.5,63,1999,5.63,5.59,3.45 +"48620",0.7,"Very Good","I","SI1",63.5,59,1999,5.65,5.62,3.58 +"48621",0.7,"Premium","H","SI2",62.1,62,1999,5.67,5.63,3.51 +"48622",0.7,"Good","H","SI2",63.6,54,1999,5.67,5.62,3.59 +"48623",0.56,"Premium","G","VS1",61,60,1999,5.39,5.32,3.27 +"48624",0.59,"Very Good","F","SI1",63.4,54,2000,5.35,5.4,3.41 +"48625",0.7,"Ideal","J","VS1",62.8,56,2000,5.64,5.66,3.55 +"48626",0.7,"Good","E","SI1",64.4,58,2000,5.48,5.52,3.54 +"48627",0.7,"Fair","E","SI1",57.2,66,2000,5.76,5.74,3.29 +"48628",0.58,"Very Good","F","VS1",61.5,60,2001,5.32,5.38,3.29 +"48629",0.77,"Very Good","J","SI2",61.2,56,2001,5.91,5.96,3.63 +"48630",0.77,"Very Good","J","SI2",61.3,58,2001,5.84,5.91,3.6 +"48631",0.3,"Fair","D","SI2",64.6,54,536,4.29,4.25,2.76 +"48632",0.34,"Premium","J","VS2",62.3,60,536,4.49,4.46,2.79 +"48633",0.34,"Good","F","SI2",63.9,56,536,4.43,4.4,2.82 +"48634",0.3,"Very Good","G","SI1",63.2,55,536,4.29,4.26,2.7 +"48635",0.3,"Good","D","SI2",60.8,65,536,4.29,4.26,2.6 +"48636",0.37,"Very Good","H","VS2",61.2,54,537,4.62,4.7,2.85 +"48637",0.37,"Ideal","I","VS2",61.5,56,537,4.6,4.63,2.84 +"48638",0.34,"Ideal","F","SI1",61.1,56,537,4.52,4.55,2.77 +"48639",0.31,"Premium","I","SI1",62.3,58,537,4.38,4.35,2.72 +"48640",0.31,"Premium","I","SI1",60.1,59,537,4.41,4.38,2.64 +"48641",0.31,"Premium","I","SI1",59.6,58,537,4.44,4.39,2.63 +"48642",0.31,"Premium","I","SI1",62.8,60,537,4.31,4.29,2.7 +"48643",0.31,"Ideal","I","SI1",62.5,56,537,4.35,4.29,2.7 +"48644",0.31,"Ideal","I","SI1",62.2,56,537,4.37,4.34,2.71 +"48645",0.27,"Ideal","E","VS2",60.8,56,537,4.25,4.23,2.58 +"48646",0.31,"Premium","D","SI1",58.5,59,537,4.49,4.44,2.61 +"48647",0.23,"Good","G","VVS2",63.8,56,537,3.94,3.9,2.5 +"48648",0.34,"Ideal","H","VS2",61.7,57,537,4.46,4.48,2.76 +"48649",0.34,"Premium","I","VS1",61,60,537,4.48,4.51,2.74 +"48650",0.34,"Good","H","VS2",63.7,57,537,4.42,4.44,2.82 +"48651",0.34,"Premium","H","VS2",61.1,58,537,4.47,4.5,2.74 +"48652",0.36,"Premium","G","SI1",61.8,59,537,4.55,4.57,2.82 +"48653",0.36,"Premium","D","SI2",61.2,59,537,4.56,4.59,2.8 +"48654",0.36,"Good","G","SI1",63.3,56,537,4.5,4.53,2.86 +"48655",0.34,"Premium","H","VS2",61.7,60,537,4.47,4.51,2.77 +"48656",0.34,"Very Good","H","VS2",62.4,60,537,4.41,4.44,2.76 +"48657",0.34,"Premium","I","VS1",59.5,59,537,4.55,4.59,2.72 +"48658",0.34,"Premium","H","VS2",60.2,60,537,4.51,4.56,2.73 +"48659",0.34,"Good","H","VS2",63.1,56,537,4.41,4.46,2.8 +"48660",0.34,"Good","H","VS2",63.2,55,537,4.46,4.5,2.83 +"48661",0.72,"Very Good","G","SI2",63.4,57,2001,5.67,5.71,3.61 +"48662",0.73,"Very Good","H","SI1",62.2,57,2001,5.77,5.8,3.6 +"48663",0.55,"Ideal","E","VS1",61.2,57,2001,5.28,5.3,3.24 +"48664",0.55,"Ideal","E","VS1",62,56,2001,5.24,5.27,3.26 +"48665",0.53,"Ideal","G","VVS1",61.4,57,2001,5.18,5.21,3.19 +"48666",0.75,"Ideal","J","VS2",61.5,54,2001,5.87,5.9,3.62 +"48667",0.71,"Ideal","J","SI1",60.7,61,2001,5.72,5.77,3.49 +"48668",0.57,"Premium","D","SI1",62.6,56,2001,5.4,5.34,3.36 +"48669",0.61,"Ideal","F","VS2",62.4,55,2002,5.42,5.45,3.39 +"48670",0.71,"Fair","E","SI2",64.8,63,2002,5.63,5.51,3.61 +"48671",0.74,"Premium","E","SI2",62.2,57,2002,5.79,5.77,3.59 +"48672",0.5,"Very Good","F","VVS2",61.9,56,2003,5.09,5.12,3.16 +"48673",0.5,"Very Good","E","VVS2",60.9,59,2003,5.07,5.11,3.1 +"48674",0.74,"Very Good","J","VS2",60.8,58,2003,5.79,5.85,3.54 +"48675",0.71,"Very Good","I","SI2",60.4,59,2003,5.76,5.79,3.49 +"48676",0.54,"Very Good","D","VS1",62.1,59,2004,5.18,5.19,3.22 +"48677",0.56,"Ideal","G","VVS2",61.4,54,2004,5.33,5.35,3.28 +"48678",0.54,"Ideal","D","VS1",62.1,57,2004,5.19,5.22,3.23 +"48679",0.51,"Ideal","G","VVS1",62.6,57,2005,5.08,5.14,3.2 +"48680",0.51,"Very Good","G","VVS1",60.1,56,2005,5.16,5.35,3.16 +"48681",0.51,"Ideal","G","VVS1",62.3,55,2005,5.1,5.14,3.19 +"48682",0.53,"Ideal","G","VVS1",60.8,56,2005,5.22,5.24,3.18 +"48683",0.53,"Ideal","G","VVS1",61.8,56,2005,5.18,5.2,3.21 +"48684",0.53,"Ideal","G","VVS1",61.2,55,2005,5.19,5.23,3.19 +"48685",0.7,"Premium","J","VS1",60.9,58,2005,5.73,5.66,3.47 +"48686",0.77,"Premium","J","VS1",62.2,61,2005,5.85,5.82,3.63 +"48687",0.77,"Fair","J","VS1",61.2,66,2005,5.92,5.83,3.6 +"48688",0.77,"Good","E","SI2",64.1,56,2005,5.84,5.77,3.72 +"48689",0.71,"Ideal","H","SI1",60.8,57,2006,5.77,5.81,3.52 +"48690",0.72,"Ideal","J","VS1",62.7,57,2006,5.71,5.74,3.59 +"48691",0.71,"Premium","H","SI1",61,58,2006,5.73,5.77,3.51 +"48692",0.58,"Ideal","H","VVS1",61.6,56,2006,5.35,5.39,3.31 +"48693",0.76,"Very Good","D","SI2",59.1,63,2006,5.91,5.84,3.47 +"48694",0.67,"Very Good","D","SI1",60.2,60,2007,5.61,5.68,3.4 +"48695",0.71,"Good","I","VS1",64.2,57,2007,5.62,5.57,3.59 +"48696",0.54,"Ideal","G","VVS1",62.2,53.9,2007,5.22,5.25,3.26 +"48697",0.57,"Very Good","E","VS1",59.1,57,2008,5.43,5.5,3.23 +"48698",0.71,"Very Good","I","SI1",62.9,59,2008,5.66,5.7,3.57 +"48699",0.5,"Good","E","VVS1",58.3,62,2008,5.16,5.23,3.03 +"48700",0.65,"Very Good","G","VS2",63.2,57,2009,5.54,5.47,3.48 +"48701",0.54,"Premium","D","VS2",62.2,56,2009,5.27,5.21,3.26 +"48702",0.62,"Premium","F","VS2",62.3,60,2009,5.46,5.39,3.38 +"48703",0.56,"Very Good","G","VVS2",61.4,57,2010,5.26,5.32,3.25 +"48704",0.56,"Very Good","G","VVS2",61.6,56,2010,5.29,5.31,3.27 +"48705",0.6,"Very Good","D","VS2",63.7,56,2010,5.34,5.36,3.41 +"48706",0.7,"Good","I","VS2",57.1,61,2010,5.9,5.93,3.38 +"48707",0.56,"Ideal","E","VS1",61.1,56,2010,5.29,5.34,3.25 +"48708",0.7,"Good","I","VS2",63.6,58,2010,5.57,5.59,3.55 +"48709",0.7,"Very Good","G","SI1",61.7,57,2010,5.65,5.8,3.53 +"48710",0.56,"Ideal","E","VS1",61.8,55,2010,5.28,5.33,3.28 +"48711",0.7,"Premium","G","SI1",61.5,58,2010,5.69,5.76,3.52 +"48712",0.56,"Ideal","E","VS1",61.8,56,2010,5.28,5.33,3.28 +"48713",0.7,"Premium","H","VS2",61.7,59,2010,5.66,5.68,3.5 +"48714",0.67,"Ideal","G","VS2",62.5,56,2010,5.64,5.56,3.5 +"48715",0.52,"Ideal","D","VS1",61,56,2010,5.2,5.23,3.18 +"48716",0.77,"Premium","J","SI1",61.8,59,2010,5.86,5.82,3.61 +"48717",0.77,"Very Good","J","SI1",63.3,57,2010,5.84,5.79,3.68 +"48718",0.7,"Ideal","F","SI2",62.6,53,2011,5.72,5.69,3.57 +"48719",0.56,"Premium","D","VS2",61.5,58,2011,5.33,5.28,3.26 +"48720",0.63,"Fair","E","VS2",65.7,60,2011,5.41,5.31,3.52 +"48721",0.52,"Premium","G","VVS2",61.5,62,2012,5.17,5.14,3.17 +"48722",0.52,"Ideal","G","VVS2",60.8,57,2012,5.21,5.16,3.15 +"48723",0.52,"Ideal","G","VVS2",61.8,57,2012,5.19,5.14,3.19 +"48724",0.52,"Premium","G","VVS2",61.1,59,2012,5.2,5.15,3.16 +"48725",0.52,"Ideal","G","VVS2",62.4,55,2012,5.19,5.17,3.23 +"48726",0.52,"Ideal","G","VVS2",61.5,56,2012,5.2,5.18,3.19 +"48727",0.52,"Ideal","G","VVS2",61,56,2012,5.24,5.18,3.18 +"48728",0.52,"Ideal","G","VVS2",59.8,57,2012,5.26,5.24,3.14 +"48729",0.52,"Ideal","G","VVS2",62.1,56,2012,5.17,5.14,3.2 +"48730",0.52,"Ideal","G","VVS2",61.9,55,2012,5.16,5.14,3.19 +"48731",0.52,"Ideal","G","VVS2",61.7,56,2012,5.16,5.14,3.18 +"48732",0.52,"Premium","G","VVS2",61.2,59,2012,5.16,5.14,3.15 +"48733",0.52,"Ideal","G","VVS2",62.1,57,2012,5.17,5.13,3.2 +"48734",0.52,"Ideal","G","VVS2",62.3,55,2012,5.16,5.12,3.2 +"48735",0.52,"Premium","G","VVS2",61.8,59,2012,5.16,5.13,3.18 +"48736",0.78,"Ideal","I","VS2",62,56,2012,5.93,5.87,3.66 +"48737",0.78,"Ideal","H","SI2",61.9,54,2012,5.89,5.85,3.63 +"48738",0.5,"Very Good","F","VVS2",61,61,2013,5.09,5.11,3.11 +"48739",0.63,"Ideal","D","VS2",61.5,54,2013,5.54,5.58,3.42 +"48740",0.56,"Premium","G","VS1",59.9,60,2013,5.41,5.37,3.23 +"48741",0.72,"Very Good","G","SI2",62.1,59,2015,5.66,5.73,3.54 +"48742",0.53,"Ideal","G","VVS1",61.3,56,2015,5.22,5.26,3.21 +"48743",0.57,"Good","D","VS2",58.3,61,2015,5.42,5.45,3.17 +"48744",0.76,"Good","J","VS1",62.6,61.9,2015,5.7,5.75,3.58 +"48745",0.71,"Good","D","SI2",56.6,63,2015,5.9,5.76,3.3 +"48746",0.7,"Premium","G","SI1",59.9,58,2016,5.8,5.68,3.44 +"48747",0.56,"Premium","F","SI1",62.7,59,2016,5.27,5.22,3.29 +"48748",0.8,"Premium","J","SI1",58.4,59,2016,6.12,6.04,3.55 +"48749",0.54,"Very Good","D","VS1",63,54,2016,5.19,5.23,3.28 +"48750",0.55,"Ideal","G","VVS2",60.5,58,2016,5.3,5.34,3.22 +"48751",0.56,"Ideal","F","VS1",61.7,54,2016,5.34,5.3,3.28 +"48752",0.56,"Ideal","F","VS1",61.9,55,2016,5.36,5.32,3.3 +"48753",0.5,"Ideal","F","VVS2",59.9,58,2016,5.14,5.17,3.09 +"48754",0.76,"Good","I","SI1",64.1,59,2016,5.75,5.73,3.68 +"48755",0.7,"Good","G","SI1",64,55,2016,5.62,5.59,3.59 +"48756",0.7,"Fair","G","SI1",64.8,59,2016,5.65,5.56,3.63 +"48757",0.56,"Ideal","F","VS1",61.7,56,2016,5.32,5.28,3.27 +"48758",0.56,"Ideal","F","VS1",61.7,54,2016,5.32,5.28,3.27 +"48759",0.56,"Ideal","F","VS1",61.7,56,2016,5.33,5.3,3.28 +"48760",0.5,"Premium","F","VVS2",60.9,58,2016,5.13,5.09,3.11 +"48761",0.5,"Ideal","F","VVS2",62,56,2016,5.08,5.05,3.14 +"48762",0.56,"Premium","F","VS1",58.2,60,2016,5.41,5.38,3.14 +"48763",0.6,"Premium","E","SI1",59.6,59,2016,5.52,5.48,3.28 +"48764",0.66,"Good","F","SI1",60.4,60.1,2017,5.59,5.65,3.39 +"48765",1.01,"Premium","I","I1",59.2,57,2017,6.58,6.44,3.85 +"48766",0.7,"Very Good","H","SI1",59.2,59,2018,5.79,5.86,3.45 +"48767",0.5,"Ideal","F","VVS1",62,58,2018,5.06,5.07,3.14 +"48768",0.55,"Ideal","D","SI1",60.9,56,2018,5.31,5.34,3.24 +"48769",0.59,"Ideal","G","VS1",62.1,55,2018,5.4,5.35,3.34 +"48770",0.6,"Ideal","D","VS2",60.4,57,2019,5.49,5.53,3.33 +"48771",0.53,"Ideal","E","VS1",61.6,55.6,2019,5.19,5.24,3.22 +"48772",0.57,"Premium","D","VS2",60.8,59,2019,5.38,5.34,3.26 +"48773",0.72,"Premium","E","SI2",61.6,59,2019,5.83,5.68,3.55 +"48774",0.7,"Very Good","F","SI2",58.8,57,2020,5.85,5.89,3.45 +"48775",0.7,"Premium","H","SI1",62.3,58,2020,5.63,5.57,3.49 +"48776",0.7,"Good","F","SI2",58.1,61,2020,5.76,5.8,3.36 +"48777",0.55,"Ideal","D","VS1",61.5,56,2020,5.28,5.26,3.24 +"48778",0.51,"Good","E","VVS1",58.6,65,2020,5.32,5.24,3.1 +"48779",0.7,"Premium","H","SI1",62.2,59,2020,5.7,5.65,3.53 +"48780",0.7,"Premium","H","SI1",62.7,59,2020,5.68,5.63,3.55 +"48781",0.51,"Premium","E","VS1",58.2,58,2020,5.33,5.29,3.09 +"48782",0.58,"Very Good","G","VVS2",59.1,59.6,2021,5.39,5.42,3.19 +"48783",0.52,"Very Good","E","VS1",61.8,60,2021,5.14,5.18,3.19 +"48784",0.59,"Very Good","E","VS1",60,56,2021,5.46,5.5,3.29 +"48785",0.7,"Very Good","I","SI1",61.1,56,2021,5.74,5.75,3.51 +"48786",0.53,"Ideal","D","SI1",60.4,57,2021,5.28,5.31,3.2 +"48787",0.53,"Ideal","D","SI1",61.5,55,2021,5.19,5.22,3.2 +"48788",0.62,"Very Good","D","VS2",59,59,2022,5.59,5.66,3.32 +"48789",0.55,"Ideal","G","VVS2",61.9,56,2022,5.23,5.27,3.25 +"48790",0.55,"Ideal","G","VVS2",62,57,2022,5.22,5.26,3.25 +"48791",0.55,"Ideal","G","VVS2",62.5,56,2022,5.22,5.25,3.27 +"48792",0.72,"Premium","G","SI2",62.8,61,2022,5.68,5.59,3.54 +"48793",0.8,"Premium","J","SI2",60.2,59,2022,6.07,5.95,3.62 +"48794",0.83,"Premium","J","SI1",59.3,59,2022,6.17,6.1,3.64 +"48795",0.78,"Premium","J","SI2",60.6,58,2022,5.94,5.91,3.59 +"48796",0.73,"Good","F","SI2",63.4,55,2023,5.71,5.75,3.63 +"48797",0.7,"Premium","F","SI1",60.8,59,2023,5.73,5.71,3.48 +"48798",0.71,"Ideal","G","SI2",62.2,56,2023,5.7,5.74,3.56 +"48799",0.71,"Ideal","H","SI2",61.8,55,2024,5.75,5.7,3.54 +"48800",0.59,"Ideal","G","VVS2",61,57,2024,5.41,5.44,3.31 +"48801",0.7,"Very Good","I","VS2",60.7,59,2025,5.75,5.79,3.5 +"48802",0.61,"Very Good","E","VS1",59.6,63,2025,5.44,5.57,3.28 +"48803",0.55,"Ideal","G","VS1",62.2,54.3,2025,5.24,5.27,3.27 +"48804",0.51,"Ideal","F","VVS2",61.4,56,2025,5.16,5.17,3.17 +"48805",0.5,"Ideal","F","VVS2",62.2,54,2025,5.07,5.12,3.17 +"48806",0.5,"Ideal","F","VVS2",62,53.6,2025,5.09,5.13,3.18 +"48807",0.75,"Ideal","J","VS2",62.3,57,2025,5.84,5.81,3.63 +"48808",0.5,"Ideal","D","VS1",61.6,57,2025,5.13,5.09,3.15 +"48809",0.56,"Ideal","D","VS1",60.4,56,2026,5.36,5.33,3.23 +"48810",0.72,"Very Good","I","SI1",59.8,58,2026,5.84,5.87,3.5 +"48811",0.76,"Ideal","J","VS2",61.8,54,2026,5.87,5.91,3.64 +"48812",0.76,"Ideal","J","VS2",61.7,56,2026,5.85,5.88,3.62 +"48813",0.55,"Ideal","F","VS2",61.4,57,2026,5.26,5.3,3.24 +"48814",0.7,"Good","E","SI2",59.9,57,2026,5.75,5.8,3.46 +"48815",0.56,"Ideal","D","VS1",61.7,56,2026,5.33,5.3,3.28 +"48816",0.56,"Very Good","E","VS1",62,58.9,2027,5.25,5.29,3.27 +"48817",0.51,"Ideal","G","VVS1",61.4,55,2027,5.15,5.18,3.17 +"48818",0.51,"Premium","G","VVS1",62.4,58,2027,5.13,5.09,3.19 +"48819",0.51,"Good","G","VVS1",63.9,57,2027,5.08,5.06,3.24 +"48820",0.51,"Premium","G","VVS1",60.2,58,2027,5.24,5.2,3.14 +"48821",0.72,"Very Good","J","VS2",62.2,58,2028,5.68,5.73,3.55 +"48822",0.7,"Very Good","I","SI1",61.4,57,2028,5.72,5.75,3.52 +"48823",0.55,"Ideal","G","VVS2",61.4,56,2028,5.27,5.28,3.24 +"48824",0.7,"Good","E","SI2",62.9,56,2028,5.63,5.66,3.55 +"48825",0.71,"Good","I","VS2",64.2,58,2028,5.52,5.57,3.56 +"48826",0.7,"Good","I","SI1",58.2,61,2028,5.8,5.84,3.39 +"48827",0.71,"Very Good","I","SI1",60.4,63,2028,5.8,5.73,3.48 +"48828",0.71,"Premium","H","SI2",62.4,56,2028,5.7,5.64,3.54 +"48829",0.71,"Good","G","VS2",63.5,59,2029,5.63,5.67,3.59 +"48830",0.52,"Ideal","G","VVS1",62,55,2029,5.15,5.18,3.2 +"48831",0.7,"Good","H","SI1",63.3,60,2029,5.57,5.65,3.55 +"48832",0.61,"Ideal","D","SI1",62,55,2029,5.47,5.44,3.38 +"48833",0.53,"Ideal","F","VVS2",62.7,56,2030,5.16,6.2,3.25 +"48834",0.72,"Premium","F","SI1",59.3,60,2030,5.91,5.86,3.49 +"48835",0.54,"Ideal","G","VVS1",62,57,2030,5.25,5.21,3.24 +"48836",0.57,"Ideal","E","VS1",61.6,56.9,2030,5.29,5.36,3.28 +"48837",0.55,"Premium","E","VS2",62.3,60,2030,5.26,5.18,3.25 +"48838",0.55,"Ideal","D","VS2",61.4,57,2030,5.31,5.27,3.25 +"48839",0.55,"Premium","D","VS2",61.3,60,2030,5.29,5.28,3.24 +"48840",0.55,"Ideal","D","VS2",61.5,56,2030,5.28,5.25,3.24 +"48841",0.55,"Ideal","D","VS2",61.8,54,2030,5.29,5.26,3.26 +"48842",0.55,"Ideal","D","VS2",62.3,55,2030,5.29,5.24,3.28 +"48843",0.55,"Ideal","E","VS2",62.5,56,2030,5.26,5.23,3.28 +"48844",0.55,"Premium","E","VS2",61.1,58,2030,5.3,5.28,3.23 +"48845",0.73,"Very Good","J","SI1",60.1,62,2031,5.85,5.9,3.53 +"48846",0.53,"Ideal","H","VS2",61.4,56,2031,5.2,5.23,3.2 +"48847",0.71,"Ideal","G","SI2",61.8,56,2031,5.7,5.72,3.53 +"48848",0.81,"Fair","F","SI2",65.7,57,2031,5.8,5.75,3.79 +"48849",0.63,"Very Good","F","VS2",63,56.2,2032,5.38,5.48,3.42 +"48850",0.73,"Fair","G","SI1",65.5,56,2032,5.68,5.62,3.7 +"48851",0.56,"Ideal","E","VS1",61.3,55,2032,5.32,5.29,3.25 +"48852",0.56,"Premium","E","VS1",62.6,58,2032,5.28,5.23,3.29 +"48853",0.7,"Good","E","SI2",63.6,65,2032,5.67,5.55,3.57 +"48854",0.82,"Good","J","SI1",57.5,62,2033,6.2,6.25,3.58 +"48855",0.82,"Good","J","SI1",57.4,59,2033,6.19,6.25,3.57 +"48856",0.5,"Ideal","D","VS1",62.3,54.3,2033,5.05,5.12,3.17 +"48857",0.5,"Ideal","D","VS1",62.4,53.7,2033,5.08,5.12,3.18 +"48858",0.5,"Ideal","D","VS1",62.2,54.4,2033,5.07,5.11,3.16 +"48859",0.7,"Very Good","I","VS2",64.2,55,2034,5.57,5.61,3.59 +"48860",0.59,"Very Good","F","VS1",61.7,59,2034,5.35,5.38,3.31 +"48861",0.7,"Good","I","SI1",64.3,57,2034,5.59,5.63,3.61 +"48862",0.7,"Good","I","SI1",63.6,61,2034,5.59,5.63,3.57 +"48863",0.7,"Very Good","H","SI2",59.9,57,2034,5.74,5.77,3.45 +"48864",0.7,"Good","I","SI1",63.8,57,2034,5.63,5.66,3.6 +"48865",0.7,"Very Good","H","SI2",62.8,59,2034,5.62,5.65,3.54 +"48866",0.71,"Ideal","J","VS1",61.9,55,2034,5.75,5.69,3.54 +"48867",0.5,"Ideal","E","VS1",61.1,58,2034,5.12,5.08,3.11 +"48868",0.52,"Very Good","F","VVS2",62.9,57,2035,5.11,5.13,3.22 +"48869",0.78,"Very Good","J","SI1",59.4,62,2035,6.01,6.05,3.58 +"48870",0.78,"Good","J","SI1",58,62,2035,6.01,6.05,3.5 +"48871",0.7,"Fair","F","SI2",64.9,58,2035,5.46,5.59,3.59 +"48872",0.51,"Premium","G","VVS2",60.9,61,2035,5.17,5.11,3.13 +"48873",1,"Fair","I","I1",64.5,58,2035,6.33,6.1,4.01 +"48874",0.61,"Very Good","E","VS2",60,57,2036,5.52,5.55,3.32 +"48875",0.71,"Very Good","F","SI2",60.9,56,2036,5.8,5.83,3.54 +"48876",0.71,"Very Good","F","SI2",63.3,56,2036,5.68,5.73,3.61 +"48877",0.58,"Premium","F","VS2",61.9,57,2036,5.47,5.36,3.35 +"48878",0.76,"Very Good","J","VS1",59.3,63,2036,6.12,5.93,3.55 +"48879",1.01,"Fair","E","I1",64.5,54,2036,6.31,6.22,4.03 +"48880",0.56,"Very Good","E","VS1",61.9,57,2037,5.29,5.31,3.28 +"48881",0.7,"Premium","E","SI2",61.8,58,2037,5.73,5.7,3.53 +"48882",0.6,"Premium","D","VS2",62.8,59,2037,5.39,5.35,3.37 +"48883",0.73,"Premium","J","VS1",60.2,58,2037,5.87,5.82,3.52 +"48884",0.73,"Premium","J","VS1",61.3,61,2037,5.83,5.78,3.56 +"48885",1.04,"Fair","I","I1",67.3,56,2037,6.34,6.23,4.22 +"48886",0.7,"Good","E","SI1",65,57,2038,5.53,5.58,3.61 +"48887",0.7,"Very Good","F","SI2",59.6,61,2039,5.8,5.88,3.48 +"48888",0.7,"Very Good","I","SI1",62.5,60,2039,5.64,5.68,3.54 +"48889",0.71,"Very Good","G","SI1",58.2,57,2039,5.89,5.93,3.44 +"48890",0.71,"Premium","G","SI2",60.8,60,2039,5.74,5.78,3.5 +"48891",0.57,"Ideal","G","VVS2",61.9,56,2039,5.29,5.3,3.28 +"48892",0.57,"Ideal","F","VS1",61.8,55,2039,5.33,5.35,3.3 +"48893",0.57,"Ideal","F","VS1",61.3,56,2039,5.35,5.36,3.28 +"48894",0.57,"Ideal","F","VS1",61.7,55,2039,5.35,5.39,3.31 +"48895",0.54,"Ideal","D","VS1",61.4,57,2039,5.21,5.24,3.21 +"48896",0.56,"Very Good","E","VVS2",62.1,58,2040,5.27,5.33,3.3 +"48897",0.52,"Very Good","G","VVS1",62.3,55,2040,5.13,5.15,3.2 +"48898",0.71,"Premium","F","SI2",62.2,57,2040,5.66,5.6,3.5 +"48899",0.63,"Ideal","H","VS1",61.2,57,2040,5.5,5.55,3.37 +"48900",0.68,"Premium","G","VS2",61.7,57,2040,5.67,5.65,3.49 +"48901",0.59,"Premium","G","VVS2",62.8,54,2040,5.41,5.34,3.38 +"48902",0.54,"Ideal","D","VS2",61.8,56,2041,5.25,5.23,3.24 +"48903",0.51,"Very Good","F","VVS2",62,55,2041,5.11,5.14,3.17 +"48904",0.51,"Very Good","F","VVS2",62,56,2041,5.1,5.15,3.17 +"48905",0.5,"Very Good","F","VVS2",61.9,59,2041,5.07,5.11,3.15 +"48906",0.51,"Very Good","F","VVS2",60.8,56,2041,5.17,5.2,3.15 +"48907",0.62,"Very Good","F","VS2",59.8,58,2041,5.55,5.59,3.33 +"48908",0.54,"Ideal","E","VS1",62,56,2041,5.26,5.23,3.25 +"48909",0.54,"Ideal","G","VVS1",61.3,56,2041,5.25,5.27,3.23 +"48910",0.54,"Ideal","G","VVS1",61.6,55,2041,5.22,5.24,3.22 +"48911",0.54,"Ideal","G","VVS1",61.9,54,2041,5.23,5.25,3.24 +"48912",0.54,"Ideal","G","VVS1",61.7,56,2041,5.24,5.26,3.24 +"48913",0.61,"Ideal","G","VS1",61.8,56,2041,5.43,5.48,3.37 +"48914",0.58,"Ideal","E","VS1",62.2,55,2041,5.38,5.42,3.36 +"48915",0.58,"Good","E","VS1",61.5,61.9,2041,5.3,5.34,3.27 +"48916",0.63,"Ideal","D","SI1",62.8,57,2041,5.49,5.46,3.44 +"48917",0.54,"Ideal","E","VS1",62,56,2041,5.25,5.17,3.23 +"48918",0.54,"Ideal","E","VS1",61,56,2041,5.35,5.24,3.23 +"48919",0.54,"Premium","E","VS1",60.3,58,2041,5.32,5.26,3.19 +"48920",0.7,"Very Good","J","VVS1",63.3,55,2042,5.63,5.68,3.58 +"48921",0.7,"Very Good","G","SI1",62.5,60,2042,5.64,5.68,3.54 +"48922",0.7,"Very Good","H","VS2",61.8,58,2042,5.66,5.73,3.52 +"48923",0.7,"Premium","G","SI1",59.1,59,2042,5.77,5.83,3.43 +"48924",0.7,"Premium","G","SI1",61.2,60,2042,5.7,5.74,3.5 +"48925",0.7,"Very Good","G","SI1",60.6,57,2042,5.73,5.79,3.49 +"48926",0.7,"Very Good","G","SI1",61.9,56,2042,5.68,5.73,3.53 +"48927",0.74,"Very Good","F","SI2",63.2,58,2042,5.75,5.71,3.62 +"48928",0.55,"Ideal","G","VVS1",62,55,2042,5.25,5.27,3.26 +"48929",0.74,"Premium","F","SI1",58.8,61,2042,5.88,5.82,3.44 +"48930",0.74,"Premium","E","SI1",61.4,57,2042,5.83,5.79,3.57 +"48931",0.74,"Premium","I","SI2",59.8,58,2042,5.93,5.88,3.53 +"48932",0.53,"Very Good","E","VVS2",63.1,60,2043,5.12,5.08,3.22 +"48933",0.7,"Premium","F","SI2",61.5,58,2043,5.74,5.67,3.51 +"48934",0.57,"Ideal","D","VS1",61.1,57,2043,5.33,5.37,3.27 +"48935",0.57,"Ideal","D","VS1",61.6,55,2043,5.33,5.39,3.3 +"48936",0.72,"Premium","D","SI2",59.1,58,2043,5.88,5.83,3.46 +"48937",0.72,"Premium","J","VS2",61.7,58,2043,5.77,5.67,3.53 +"48938",0.7,"Very Good","J","VS2",63.3,58,2044,5.61,5.63,3.56 +"48939",0.53,"Ideal","F","VVS2",62.3,56,2045,5.24,5.2,3.25 +"48940",0.52,"Very Good","G","VVS1",61.9,61,2045,5.11,5.13,3.17 +"48941",0.52,"Very Good","G","VVS1",59.2,58,2045,5.28,5.31,3.14 +"48942",0.69,"Premium","E","VS2",61,60,2045,5.68,5.63,3.45 +"48943",0.71,"Fair","G","SI1",65,58,2045,5.57,5.53,3.61 +"48944",0.8,"Premium","J","VS2",62.7,61,2045,5.89,5.84,3.68 +"48945",0.58,"Very Good","F","VS1",62.4,55,2046,5.33,5.34,3.33 +"48946",0.53,"Ideal","F","VS1",61.7,55,2046,5.18,5.22,3.21 +"48947",0.58,"Ideal","E","VS1",61.8,57,2046,5.33,5.35,3.3 +"48948",0.98,"Premium","H","I1",59.6,60,2046,6.61,6.48,3.89 +"48949",0.71,"Ideal","J","VS2",61.5,59,2047,5.71,5.74,3.52 +"48950",0.7,"Ideal","J","SI2",61.6,57,2047,5.73,5.69,3.52 +"48951",0.57,"Premium","D","VS2",61.7,60,2047,5.32,5.28,3.27 +"48952",0.57,"Premium","D","VS2",61.9,58,2047,5.35,5.32,3.3 +"48953",0.72,"Very Good","I","VS1",64,56,2048,5.65,5.73,3.65 +"48954",0.7,"Very Good","H","SI1",57.7,60,2048,5.85,5.9,3.39 +"48955",0.7,"Very Good","H","SI1",63,55,2048,5.59,5.64,3.54 +"48956",0.7,"Very Good","H","SI1",62,60,2048,5.65,5.7,3.52 +"48957",0.7,"Very Good","H","SI1",63.3,58,2048,5.61,5.64,3.56 +"48958",0.7,"Very Good","H","SI1",62.9,56,2048,5.64,5.68,3.56 +"48959",0.79,"Good","J","VS2",57.6,59,2048,6.13,6.06,3.51 +"48960",0.61,"Ideal","I","VVS1",61.9,56,2048,5.41,5.45,3.36 +"48961",0.36,"Ideal","D","SI2",62,56,537,4.56,4.6,2.84 +"48962",0.36,"Very Good","G","SI1",62,59,537,4.53,4.56,2.82 +"48963",0.34,"Premium","H","VS2",61.3,60,537,4.47,4.53,2.76 +"48964",0.34,"Premium","H","VS2",59,59,537,4.55,4.61,2.7 +"48965",0.36,"Very Good","G","SI1",61.8,60,537,4.53,4.57,2.81 +"48966",0.34,"Very Good","H","VS2",61.9,56,537,4.46,4.49,2.77 +"48967",0.34,"Ideal","H","VS2",62.2,56,537,4.48,4.53,2.8 +"48968",0.34,"Ideal","H","VS2",62.6,54,537,4.45,4.5,2.8 +"48969",0.34,"Ideal","H","VS2",61.5,54,537,4.5,4.54,2.78 +"48970",0.34,"Very Good","H","VS2",61.9,60,537,4.42,4.46,2.75 +"48971",0.36,"Ideal","G","SI1",62.7,55,537,4.54,4.59,2.86 +"48972",0.34,"Ideal","I","VS1",62.4,55,537,4.47,4.51,2.8 +"48973",0.36,"Very Good","G","SI1",61.2,63,537,4.56,4.59,2.8 +"48974",0.34,"Ideal","I","VS1",62.6,56,537,4.44,4.47,2.79 +"48975",0.34,"Good","H","VS2",63.3,56,537,4.39,4.45,2.8 +"48976",0.34,"Ideal","H","VS2",62.5,54,537,4.49,4.54,2.82 +"48977",0.36,"Premium","D","SI2",61.5,60,537,4.54,4.6,2.81 +"48978",0.36,"Premium","D","SI2",60,58,537,4.58,4.62,2.76 +"48979",0.36,"Ideal","D","SI2",62.3,57,537,4.52,4.57,2.83 +"48980",0.34,"Premium","H","VS2",62.6,60,537,4.42,4.46,2.78 +"48981",0.34,"Ideal","H","VS2",60.5,56,537,4.54,4.58,2.76 +"48982",0.34,"Ideal","H","VS2",61.4,57,537,4.48,4.55,2.77 +"48983",0.24,"Very Good","F","VVS2",61.4,57,538,4.03,4.06,2.48 +"48984",0.24,"Very Good","F","VVS2",61.9,56,538,4,4.02,2.48 +"48985",0.38,"Very Good","J","SI1",63.2,59,538,4.59,4.62,2.91 +"48986",0.23,"Ideal","F","VVS2",61.4,57,538,3.96,3.99,2.44 +"48987",0.36,"Ideal","H","SI1",62.3,53,538,4.57,4.61,2.86 +"48988",0.36,"Ideal","H","SI1",61.6,56,538,4.6,4.62,2.84 +"48989",0.36,"Ideal","H","SI1",61.7,54,538,4.56,4.62,2.83 +"48990",0.36,"Ideal","H","SI1",62.4,53,538,4.58,4.59,2.86 +"48991",0.72,"Ideal","I","VS1",61,57,2048,5.76,5.83,3.56 +"48992",0.72,"Good","I","VS1",61.8,61,2048,5.67,5.72,3.53 +"48993",0.7,"Good","H","SI1",64.2,60,2048,5.52,5.6,3.57 +"48994",0.7,"Fair","H","SI1",65.5,57,2048,5.53,5.59,3.64 +"48995",0.7,"Fair","H","SI1",65.2,58,2048,5.49,5.55,3.6 +"48996",0.91,"Very Good","J","I1",63.1,57,2048,6.12,6.06,3.84 +"48997",0.71,"Premium","H","SI1",62.3,61,2049,5.65,5.61,3.51 +"48998",0.59,"Ideal","I","VVS1",61.2,56,2049,5.42,5.46,3.33 +"48999",0.71,"Fair","H","SI1",65.1,55,2049,5.69,5.65,3.69 +"49000",0.72,"Very Good","G","SI2",59.7,56,2050,5.83,5.89,3.5 +"49001",0.73,"Fair","G","SI2",64.7,60,2050,5.68,5.64,3.66 +"49002",0.67,"Premium","G","VS2",61,57,2050,5.68,5.63,3.45 +"49003",0.67,"Premium","G","VS2",61,61,2050,5.66,5.61,3.44 +"49004",0.74,"Premium","I","SI2",61,60,2051,5.8,5.75,3.52 +"49005",0.51,"Very Good","F","VVS2",62.7,56,2051,5.11,5.13,3.21 +"49006",0.53,"Ideal","G","VVS2",60.4,56,2051,5.29,5.24,3.18 +"49007",0.53,"Ideal","G","VVS2",61.7,56,2051,5.23,5.2,3.22 +"49008",0.53,"Ideal","G","VVS2",61.4,57,2051,5.26,5.19,3.21 +"49009",0.53,"Ideal","G","VVS2",62.2,54,2051,5.22,5.17,3.23 +"49010",0.7,"Fair","H","SI1",64.7,58,2051,5.59,5.54,3.6 +"49011",0.57,"Premium","F","SI1",62.1,59,2052,5.31,5.28,3.29 +"49012",0.71,"Very Good","I","VS2",62.3,58,2052,5.68,5.72,3.55 +"49013",0.62,"Ideal","H","VVS2",62,56,2052,5.46,5.48,3.39 +"49014",0.5,"Very Good","F","VVS2",61.8,56,2052,5.11,5.15,3.17 +"49015",0.5,"Ideal","F","VVS2",62,55,2052,5.1,5.12,3.17 +"49016",0.5,"Premium","F","VVS2",61.9,58,2052,5.07,5.1,3.15 +"49017",0.5,"Very Good","F","VVS2",63,57,2052,5.01,5.05,3.17 +"49018",0.5,"Ideal","F","VVS2",61.6,56,2052,5.08,5.11,3.14 +"49019",0.5,"Ideal","F","VVS2",62.2,54,2052,5.09,5.11,3.17 +"49020",0.5,"Premium","F","VVS2",62.3,58,2052,5.06,5.11,3.17 +"49021",0.71,"Ideal","J","VS2",62,56,2052,5.7,5.75,3.55 +"49022",0.5,"Good","F","VVS2",58.5,62,2052,5.23,5.27,3.07 +"49023",0.57,"Ideal","H","VVS1",60.9,56,2052,5.38,5.36,3.27 +"49024",0.57,"Ideal","F","VS1",62.6,56,2052,5.33,5.27,3.32 +"49025",0.57,"Ideal","F","VS1",61.9,56,2052,5.39,5.3,3.31 +"49026",0.76,"Premium","J","VS2",59.9,59,2052,5.94,5.92,3.55 +"49027",0.59,"Good","J","IF",63.7,59,2053,5.3,5.28,3.37 +"49028",0.56,"Ideal","D","SI1",61.9,57,2053,5.27,5.3,3.27 +"49029",0.61,"Ideal","H","VS1",60.8,56,2053,5.51,5.47,3.34 +"49030",0.51,"Very Good","F","VVS2",60.8,56,2054,5.18,5.21,3.16 +"49031",0.77,"Very Good","I","VS2",62.4,63,2054,5.8,5.84,3.63 +"49032",0.51,"Ideal","F","VVS2",60.4,56,2054,5.18,5.22,3.14 +"49033",0.73,"Ideal","J","VS2",62.8,55,2054,5.69,5.72,3.58 +"49034",0.55,"Ideal","D","VS1",61.4,57,2054,5.26,5.29,3.24 +"49035",0.7,"Ideal","I","SI1",61.9,58,2054,5.67,5.7,3.52 +"49036",0.62,"Ideal","E","SI1",61.7,54,2054,5.53,5.49,3.4 +"49037",0.71,"Very Good","H","SI2",63.3,58,2055,5.65,5.69,3.59 +"49038",0.52,"Ideal","G","IF",61.5,56,2055,5.16,5.21,3.19 +"49039",0.56,"Ideal","G","VVS1",62.3,55,2055,5.25,5.31,3.29 +"49040",0.66,"Good","G","VS1",59,62,2055,5.66,5.72,3.35 +"49041",0.71,"Fair","G","SI2",64.8,58,2055,5.6,5.57,3.62 +"49042",0.5,"Premium","E","VS1",61.9,59,2055,5.1,5.08,3.15 +"49043",0.51,"Very Good","E","VVS2",62.1,55,2056,5.14,5.16,3.2 +"49044",0.7,"Ideal","G","SI2",62.9,56,2056,5.69,5.66,3.57 +"49045",0.7,"Premium","G","SI2",61.8,61,2056,5.66,5.63,3.49 +"49046",0.71,"Good","H","SI1",63.4,54,2056,5.6,5.67,3.57 +"49047",0.51,"Ideal","D","VS2",61.6,57,2056,5.19,5.14,3.18 +"49048",0.7,"Ideal","I","VS2",62.4,56,2056,5.71,5.66,3.55 +"49049",0.72,"Good","H","SI2",57.9,58,2056,5.98,5.91,3.44 +"49050",0.51,"Premium","F","VVS2",62.3,58,2056,5.1,5.08,3.17 +"49051",0.7,"Premium","G","SI2",58.1,60,2056,5.81,5.79,3.37 +"49052",0.51,"Ideal","D","VS2",62.5,56,2056,5.13,5.11,3.2 +"49053",0.73,"Very Good","G","SI2",62.2,58,2057,5.71,5.77,3.57 +"49054",0.7,"Very Good","G","SI2",60.6,58,2057,5.72,5.77,3.48 +"49055",0.61,"Very Good","I","IF",60.2,57,2057,5.49,5.58,3.33 +"49056",0.59,"Ideal","G","VS2",61.9,56,2057,5.38,5.42,3.34 +"49057",0.56,"Ideal","D","VS1",62.6,55,2057,5.25,5.29,3.3 +"49058",0.69,"Good","E","VS2",58.7,64,2057,5.73,5.79,3.38 +"49059",0.7,"Very Good","H","SI2",60.7,57,2058,5.72,5.75,3.48 +"49060",0.7,"Very Good","G","SI2",62.6,56,2058,5.65,5.69,3.55 +"49061",0.7,"Very Good","I","SI1",59.4,62,2058,5.77,5.82,3.44 +"49062",0.72,"Ideal","F","SI2",61.9,57,2058,5.74,5.79,3.57 +"49063",0.72,"Premium","F","SI2",61.7,58,2058,5.73,5.78,3.55 +"49064",0.7,"Good","F","SI1",63.1,64,2058,5.58,5.61,3.53 +"49065",0.7,"Very Good","F","SI1",58.4,63,2058,5.77,5.84,3.39 +"49066",0.56,"Ideal","G","VVS2",60.7,56,2058,5.32,5.33,3.23 +"49067",0.7,"Ideal","E","SI1",61.8,57,2058,5.71,5.68,3.52 +"49068",0.74,"Good","J","SI1",59.9,64,2058,5.82,5.86,3.5 +"49069",1,"Premium","H","I1",62.7,59,2058,6.39,6.33,3.98 +"49070",0.73,"Ideal","E","SI2",59.9,57,2059,5.87,5.82,3.5 +"49071",0.57,"Premium","G","VVS2",60.2,60,2059,5.44,5.36,3.25 +"49072",0.53,"Ideal","H","IF",61.4,55,2059,5.21,5.24,3.21 +"49073",0.48,"Ideal","F","IF",62,54,2059,5,5.05,3.11 +"49074",0.7,"Good","F","SI1",64.3,63,2059,5.58,5.55,3.58 +"49075",0.64,"Very Good","H","VVS2",60,59,2060,5.59,5.65,3.37 +"49076",0.64,"Very Good","G","VS1",60.4,62,2060,5.54,5.58,3.36 +"49077",0.54,"Ideal","G","VVS2",61.5,57,2060,5.21,5.26,3.22 +"49078",0.71,"Premium","F","SI2",62.3,60,2060,5.67,5.7,3.54 +"49079",0.74,"Fair","G","SI1",64.8,59,2060,5.63,5.6,3.64 +"49080",0.51,"Premium","E","VVS2",61,61,2060,5.17,5.13,3.14 +"49081",0.57,"Ideal","G","VS1",61.1,57,2060,5.34,5.36,3.27 +"49082",0.71,"Very Good","J","VS1",62.4,58,2061,5.67,5.7,3.55 +"49083",0.7,"Ideal","E","SI2",62,56,2061,5.71,5.74,3.55 +"49084",0.6,"Ideal","E","VS2",62,57,2061,5.41,5.42,3.36 +"49085",0.6,"Ideal","D","VS2",62.8,57,2061,5.37,5.39,3.38 +"49086",0.6,"Ideal","G","VS1",62.2,55,2061,5.41,5.45,3.38 +"49087",0.57,"Ideal","E","VS1",60.8,54.8,2061,5.36,5.4,3.27 +"49088",0.56,"Ideal","D","SI1",61.8,55,2061,5.32,5.36,3.3 +"49089",0.53,"Premium","E","VS2",59.6,58,2061,5.36,5.32,3.18 +"49090",0.51,"Very Good","E","VVS2",60,58,2062,5.19,5.21,3.12 +"49091",0.71,"Very Good","J","VS1",63.3,57,2062,5.59,5.69,3.57 +"49092",0.7,"Good","F","SI2",62.2,59,2062,5.62,5.64,3.5 +"49093",0.72,"Good","J","VS1",63.7,54,2062,5.71,5.68,3.63 +"49094",0.62,"Ideal","D","SI1",62.2,55,2062,5.51,5.45,3.41 +"49095",0.51,"Very Good","G","IF",63.8,58,2063,5.06,5.09,3.24 +"49096",0.71,"Very Good","I","SI1",60.2,58,2063,5.76,5.83,3.49 +"49097",0.52,"Ideal","G","VVS1",61.6,55,2063,5.14,5.18,3.18 +"49098",0.51,"Ideal","H","IF",59.6,59,2063,5.2,5.24,3.11 +"49099",0.64,"Good","F","VS2",59.3,60.7,2063,5.59,5.66,3.34 +"49100",0.64,"Fair","F","VS2",57,62.5,2063,5.67,5.78,3.26 +"49101",0.52,"Very Good","F","VVS2",62.1,58,2064,5.12,5.16,3.19 +"49102",0.52,"Very Good","F","VVS2",58.9,60,2064,5.23,5.3,3.1 +"49103",0.55,"Ideal","G","VVS2",60.8,56.9,2064,5.27,5.31,3.22 +"49104",0.55,"Ideal","G","VVS2",61.2,55.8,2064,5.27,5.33,3.24 +"49105",0.55,"Ideal","G","VVS2",62,53.8,2064,5.25,5.28,3.27 +"49106",0.63,"Premium","E","VS1",61.8,60,2064,5.51,5.49,3.4 +"49107",0.52,"Ideal","F","VVS2",62.5,57,2064,5.15,5.19,3.23 +"49108",0.63,"Ideal","I","VVS1",62.8,58,2064,5.44,5.49,3.43 +"49109",0.98,"Premium","I","I1",59.6,60,2064,6.43,6.3,3.79 +"49110",0.98,"Premium","I","I1",62.5,60,2064,6.31,6.25,3.93 +"49111",0.52,"Ideal","G","VVS1",60.7,55,2065,5.19,5.29,3.18 +"49112",0.57,"Ideal","F","VS1",61.4,55,2065,5.38,5.39,3.3 +"49113",0.5,"Good","D","VVS2",57.8,62,2065,5.23,5.28,3.04 +"49114",0.6,"Good","E","VS1",58.1,63,2065,5.53,5.63,3.24 +"49115",0.62,"Premium","F","VS2",61.4,59,2065,5.5,5.47,3.37 +"49116",0.72,"Very Good","J","VS1",62.8,58,2066,5.71,5.73,3.59 +"49117",0.72,"Very Good","J","VS1",64,57,2066,5.67,5.71,3.64 +"49118",0.67,"Very Good","I","IF",61.4,56,2066,5.59,5.65,3.45 +"49119",0.56,"Ideal","G","VVS2",61.6,55,2066,5.32,5.35,3.28 +"49120",0.7,"Very Good","H","SI1",60.9,62,2066,5.67,5.72,3.47 +"49121",0.7,"Good","H","SI1",63.4,61,2066,5.58,5.62,3.55 +"49122",0.7,"Very Good","H","SI1",62.4,59,2066,5.63,5.75,3.55 +"49123",0.7,"Good","H","SI1",63.8,58,2066,5.59,5.66,3.59 +"49124",0.7,"Very Good","E","SI2",63.1,54,2066,5.73,5.65,3.59 +"49125",0.56,"Ideal","D","VS2",61.4,55,2066,5.35,5.33,3.28 +"49126",0.56,"Ideal","D","VS2",60.6,56,2066,5.37,5.33,3.24 +"49127",0.56,"Ideal","D","VS2",61.4,57,2066,5.36,5.32,3.28 +"49128",0.56,"Ideal","D","VS2",61.2,56,2066,5.35,5.3,3.26 +"49129",0.56,"Ideal","D","VS2",60.9,56,2066,5.36,5.31,3.25 +"49130",0.56,"Ideal","D","VS2",60.9,56,2066,5.35,5.32,3.25 +"49131",0.56,"Ideal","D","VS2",61,57,2066,5.35,5.28,3.24 +"49132",0.56,"Ideal","D","VS2",61.1,56,2066,5.33,5.3,3.25 +"49133",0.56,"Premium","D","VS2",61.1,58,2066,5.34,5.3,3.25 +"49134",0.56,"Ideal","D","VS2",62.8,57,2066,5.29,5.25,3.31 +"49135",0.56,"Ideal","D","VS2",61.9,57,2066,5.3,5.26,3.27 +"49136",0.56,"Ideal","D","VS2",61.6,56,2066,5.31,5.27,3.26 +"49137",0.56,"Ideal","D","VS2",61.5,57,2066,5.33,5.28,3.26 +"49138",0.56,"Ideal","D","VS2",62.2,56,2066,5.28,5.24,3.27 +"49139",0.56,"Ideal","D","VS2",62.1,57,2066,5.28,5.25,3.27 +"49140",0.51,"Ideal","D","VS1",61.6,57,2066,5.16,5.13,3.17 +"49141",0.56,"Ideal","E","VS2",61.1,57,2066,5.37,5.33,3.27 +"49142",1.05,"Good","E","I1",64.1,58,2066,6.46,6.32,4.09 +"49143",0.53,"Ideal","D","VS2",60.8,56,2067,5.24,5.27,3.2 +"49144",0.58,"Ideal","D","VS1",61.4,57,2067,5.41,5.34,3.3 +"49145",0.5,"Very Good","D","VS1",62.1,58,2068,5.07,5.1,3.16 +"49146",0.59,"Very Good","E","VS2",60.8,57,2068,5.37,5.42,3.28 +"49147",0.72,"Ideal","G","SI2",61.9,57,2068,5.73,5.77,3.56 +"49148",0.72,"Good","I","VS2",63.3,59,2068,5.62,5.66,3.57 +"49149",0.96,"Fair","G","I1",64.5,60,2068,6.16,6.11,3.96 +"49150",0.57,"Ideal","E","VS1",61.4,57,2068,5.37,5.32,3.28 +"49151",0.6,"Ideal","E","SI1",61.2,57,2069,5.43,5.45,3.33 +"49152",0.74,"Fair","E","SI1",66,56,2069,5.6,5.67,3.72 +"49153",0.57,"Premium","E","VS2",61.9,60,2069,5.35,5.31,3.3 +"49154",0.7,"Very Good","F","SI2",62.3,58,2070,5.65,5.71,3.54 +"49155",0.59,"Ideal","G","VVS2",62.2,56,2070,5.4,5.37,3.35 +"49156",0.5,"Ideal","G","VVS1",62.7,57,2070,5.1,5.07,3.19 +"49157",0.5,"Very Good","G","VVS1",63.3,56,2070,5.1,5.07,3.22 +"49158",0.5,"Premium","G","VVS1",61,60,2070,5.12,5.08,3.11 +"49159",0.5,"Ideal","G","VVS1",62.2,56,2070,5.12,5.1,3.18 +"49160",0.5,"Premium","G","VVS1",62.3,59,2070,5.04,5.01,3.13 +"49161",0.69,"Fair","G","VS1",57.8,66,2070,5.9,5.84,3.39 +"49162",0.69,"Very Good","I","VS2",63.3,57,2070,5.64,5.57,3.55 +"49163",0.75,"Premium","I","SI2",61.1,57,2070,5.88,5.84,3.58 +"49164",0.75,"Premium","G","SI2",58.8,60,2070,5.99,5.89,3.49 +"49165",0.58,"Premium","G","VS1",59.9,58,2071,5.49,5.37,3.25 +"49166",0.71,"Very Good","G","SI1",64.2,56,2072,5.6,5.65,3.61 +"49167",0.71,"Good","F","SI2",63.6,60,2072,5.64,5.61,3.58 +"49168",0.71,"Premium","F","SI2",62.6,59,2072,5.64,5.6,3.52 +"49169",0.62,"Ideal","F","VS1",62.3,56,2073,5.43,5.46,3.39 +"49170",0.72,"Very Good","I","SI1",63.3,57,2074,5.73,5.67,3.61 +"49171",0.7,"Very Good","G","SI1",60.7,58,2074,5.7,5.73,3.47 +"49172",0.7,"Very Good","H","VS2",62.2,56,2074,5.69,5.75,3.56 +"49173",0.7,"Premium","H","VS2",62.2,58,2074,5.69,5.72,3.55 +"49174",0.7,"Good","G","SI1",63.5,61,2074,5.61,5.64,3.57 +"49175",0.7,"Ideal","G","SI1",61.2,57,2074,5.71,5.79,3.52 +"49176",0.8,"Premium","J","SI2",61.4,57,2074,5.99,5.93,3.66 +"49177",0.68,"Good","F","SI1",58.1,60,2074,5.8,5.91,3.4 +"49178",0.72,"Good","G","SI1",64,59,2074,5.63,5.59,3.59 +"49179",0.64,"Premium","D","SI1",62.3,58,2074,5.53,5.49,3.43 +"49180",0.78,"Premium","H","SI2",59.7,59,2074,6.03,5.97,3.58 +"49181",0.64,"Ideal","F","VS2",62.5,56,2074,5.55,5.53,3.46 +"49182",0.72,"Premium","I","VVS2",62,56,2074,5.75,5.73,3.56 +"49183",0.72,"Ideal","F","SI2",61.6,57,2074,5.75,5.68,3.52 +"49184",0.82,"Ideal","I","SI2",61.1,57,2075,6.05,6.09,3.71 +"49185",0.56,"Ideal","E","VS1",61.7,57,2075,5.3,5.32,3.27 +"49186",0.7,"Premium","F","SI2",62.6,58,2075,5.64,5.6,3.52 +"49187",0.51,"Ideal","E","VS1",62.8,57,2075,5.1,5.07,3.2 +"49188",0.61,"Premium","F","VS2",59.6,61,2075,5.58,5.5,3.3 +"49189",0.7,"Fair","F","SI2",65.3,55,2075,5.6,5.49,3.62 +"49190",0.51,"Ideal","E","VS1",61.8,55,2075,5.15,31.8,5.12 +"49191",0.71,"Very Good","H","SI1",62.4,58,2076,5.67,5.7,3.55 +"49192",0.71,"Very Good","H","SI1",61.4,58,2076,5.72,5.78,3.53 +"49193",0.71,"Very Good","H","SI1",61.2,56,2076,5.69,5.72,3.49 +"49194",0.61,"Good","F","VS1",61.9,60,2076,5.39,5.41,3.34 +"49195",0.7,"Very Good","H","SI2",60,60,2077,5.76,5.8,3.47 +"49196",0.55,"Ideal","G","VVS1",61.2,56,2077,5.27,5.3,3.24 +"49197",0.55,"Ideal","G","VVS1",60,56,2077,5.35,5.39,3.21 +"49198",0.58,"Very Good","G","VVS2",62,57,2078,5.33,5.34,3.31 +"49199",0.59,"Ideal","D","VS2",61.7,56,2078,5.39,5.41,3.33 +"49200",0.52,"Very Good","F","VVS2",61.5,57,2079,5.18,5.22,3.19 +"49201",0.72,"Very Good","G","SI2",62.5,56,2079,5.68,5.71,3.56 +"49202",0.6,"Ideal","E","VS2",61.2,56,2079,5.44,5.45,3.33 +"49203",0.55,"Ideal","E","VS1",61.9,55,2079,5.3,5.24,3.25 +"49204",0.7,"Ideal","I","SI2",62.1,57,2079,5.66,5.71,3.53 +"49205",0.72,"Ideal","G","SI2",62.1,54,2079,5.77,5.82,3.6 +"49206",0.72,"Ideal","G","SI2",62.5,57,2079,5.71,5.75,3.58 +"49207",0.66,"Ideal","D","SI1",62.7,55,2079,5.56,5.61,3.5 +"49208",0.52,"Fair","E","VVS2",57.2,64,2079,5.27,5.36,3.04 +"49209",0.55,"Ideal","E","VS1",62.2,55,2079,5.26,5.22,3.26 +"49210",0.55,"Ideal","E","VS1",61.7,55,2079,5.29,5.27,3.26 +"49211",0.55,"Ideal","E","VS1",61.1,55,2079,5.33,5.3,3.25 +"49212",0.7,"Good","E","SI1",59.8,64,2079,5.75,5.69,3.42 +"49213",0.55,"Ideal","D","VS2",58.5,58,2079,5.42,5.39,3.16 +"49214",0.55,"Ideal","F","VS1",61.2,56,2079,5.33,5.28,3.25 +"49215",0.67,"Very Good","G","VS2",60.4,61,2080,5.61,5.64,3.4 +"49216",0.54,"Ideal","G","VVS1",62.2,56,2080,5.19,5.22,3.24 +"49217",0.54,"Ideal","G","VVS1",62.2,56,2080,5.18,5.23,3.24 +"49218",1.06,"Very Good","G","I1",60.7,63,2080,6.59,6.56,3.99 +"49219",0.71,"Very Good","G","SI2",61.3,58,2081,5.73,5.75,3.52 +"49220",0.5,"Premium","F","VVS1",61.1,55,2081,5.15,5.13,3.14 +"49221",0.5,"Good","G","IF",64,55,2081,5.08,5.05,3.24 +"49222",0.68,"Premium","G","VS2",61.6,59,2081,5.65,5.64,3.48 +"49223",0.56,"Ideal","G","VVS2",61.6,56,2081,5.32,5.29,3.27 +"49224",0.61,"Very Good","G","VS1",62.7,57,2082,5.36,5.43,3.38 +"49225",0.58,"Very Good","E","VS1",62.9,54,2082,5.31,5.34,3.35 +"49226",0.58,"Very Good","E","VS1",61.8,55,2082,5.35,5.39,3.32 +"49227",0.51,"Ideal","F","VVS2",62.2,57,2082,5.12,5.14,3.19 +"49228",0.5,"Very Good","E","VVS2",61.7,61,2083,5.09,5.12,3.15 +"49229",0.75,"Very Good","J","SI1",62.4,56,2083,5.78,5.82,3.62 +"49230",0.7,"Good","H","VS2",63.8,60,2083,5.59,5.51,3.54 +"49231",0.51,"Ideal","F","VVS2",62.2,57,2083,5.12,5.17,3.2 +"49232",0.54,"Ideal","F","VS1",61.1,55,2083,5.26,5.32,3.23 +"49233",0.7,"Ideal","I","SI1",59.9,59,2083,5.75,5.8,3.46 +"49234",0.7,"Ideal","I","SI1",60.8,59,2083,5.74,5.78,3.5 +"49235",0.7,"Ideal","I","SI1",62.1,58,2083,5.68,5.72,3.54 +"49236",0.62,"Fair","F","VS1",60,64,2083,5.69,5.48,3.36 +"49237",0.82,"Premium","J","SI1",62.2,58,2083,5.98,5.94,3.71 +"49238",0.51,"Very Good","G","IF",59.3,57,2084,5.25,5.31,3.13 +"49239",0.64,"Ideal","H","VVS1",61.1,55,2084,5.58,5.61,3.43 +"49240",0.58,"Good","F","VS1",62.2,62,2084,5.37,5.44,3.36 +"49241",0.65,"Very Good","I","VVS1",62.9,58,2085,5.51,5.53,3.47 +"49242",0.6,"Very Good","E","VS2",62.9,59,2085,5.34,5.38,3.37 +"49243",0.51,"Ideal","E","VS2",61.6,55,2085,5.16,5.19,3.19 +"49244",0.71,"Ideal","J","VS1",62.3,55,2085,5.7,5.73,3.56 +"49245",0.51,"Ideal","F","VS1",61.7,55,2085,5.14,5.17,3.18 +"49246",0.51,"Ideal","F","VS1",60.9,56,2085,5.17,5.2,3.16 +"49247",0.56,"Ideal","E","VS1",61.2,56,2085,5.3,5.34,3.26 +"49248",0.73,"Good","H","SI2",60.9,65,2085,5.86,5.69,3.51 +"49249",0.77,"Very Good","J","SI1",61,59,2086,5.94,5.99,3.64 +"49250",0.71,"Fair","D","SI1",55.5,62,2086,6,5.97,3.32 +"49251",0.71,"Very Good","G","SI2",63.4,56,2086,5.68,5.62,3.58 +"49252",0.47,"Ideal","D","VS1",60.5,57,2086,5.04,5.07,3.06 +"49253",0.71,"Ideal","H","SI2",62.1,56,2086,5.76,5.71,3.56 +"49254",0.73,"Ideal","F","SI2",61.7,57,2087,5.78,5.82,3.58 +"49255",0.7,"Premium","G","SI2",62,60,2087,5.7,5.62,3.51 +"49256",0.51,"Premium","D","VVS2",61.6,59,2087,5.12,5.08,3.14 +"49257",0.54,"Ideal","G","VVS1",61.3,56,2087,5.28,5.23,3.22 +"49258",0.71,"Good","I","SI1",60.9,64,2087,5.72,5.67,3.47 +"49259",0.7,"Very Good","G","SI1",63.3,57,2088,5.58,5.63,3.55 +"49260",0.71,"Ideal","D","SI2",62.5,57,2088,5.7,5.73,3.57 +"49261",0.71,"Very Good","F","SI1",60.7,57,2088,5.78,5.81,3.52 +"49262",0.71,"Very Good","F","SI1",63,56,2088,5.65,5.72,3.58 +"49263",0.71,"Fair","F","SI1",62.6,57,2088,5.73,5.68,3.57 +"49264",0.7,"Good","H","SI1",61.9,62,2088,5.57,5.61,3.46 +"49265",0.62,"Fair","F","VVS2",57.1,60,2088,5.65,5.7,3.24 +"49266",0.58,"Ideal","F","VS1",62.1,56,2088,5.38,5.32,3.32 +"49267",0.8,"Premium","J","SI1",60,60,2088,6.1,5.97,3.66 +"49268",0.77,"Premium","I","SI1",60.4,58,2089,5.96,5.99,3.61 +"49269",0.7,"Ideal","F","SI1",62.6,56,2089,5.66,5.69,3.55 +"49270",0.72,"Ideal","G","SI2",62.1,55.3,2089,5.72,5.74,3.56 +"49271",0.64,"Ideal","E","SI1",62,56,2089,5.57,5.53,3.44 +"49272",0.6,"Ideal","E","SI1",62.3,55,2090,5.45,5.4,3.38 +"49273",0.54,"Ideal","G","VVS2",61.5,54,2090,5.26,5.24,3.23 +"49274",0.54,"Ideal","G","VVS2",61,56,2090,5.3,5.25,3.22 +"49275",0.54,"Ideal","G","VVS2",60.6,56,2090,5.27,5.26,3.19 +"49276",0.54,"Ideal","G","VVS2",62.1,56,2090,5.22,5.19,3.23 +"49277",0.54,"Ideal","G","VVS2",61.4,55,2090,5.3,5.22,3.23 +"49278",0.54,"Ideal","G","VVS2",61.8,56,2090,5.25,5.23,3.24 +"49279",0.54,"Premium","G","VVS2",60.5,55,2090,5.28,5.24,3.18 +"49280",0.54,"Good","F","VS1",63.7,55,2090,5.16,5.11,3.27 +"49281",0.6,"Ideal","G","VS1",61.3,60,2091,5.39,5.41,3.31 +"49282",0.57,"Ideal","D","VS1",61.7,56,2091,5.31,5.33,3.28 +"49283",0.52,"Very Good","E","VS1",58.9,64,2092,5.23,5.3,3.1 +"49284",0.7,"Very Good","F","SI2",62.8,56,2092,5.64,5.69,3.56 +"49285",0.52,"Ideal","F","VVS2",61.5,55,2092,5.17,5.21,3.19 +"49286",0.7,"Ideal","G","SI2",62.4,56,2092,5.65,5.67,3.53 +"49287",0.7,"Good","E","SI2",59.7,63,2092,5.71,5.78,3.43 +"49288",0.7,"Fair","E","SI2",64.6,53,2092,5.58,5.63,3.62 +"49289",0.73,"Very Good","I","SI2",63,58,2093,5.71,5.75,3.61 +"49290",0.51,"Ideal","F","VVS2",62.6,57,2093,5.1,5.13,3.2 +"49291",0.26,"Very Good","E","VVS1",61.8,59,539,4.11,4.14,2.55 +"49292",0.33,"Ideal","H","VS2",61.8,54,539,4.45,4.48,2.76 +"49293",0.33,"Ideal","H","VS2",60.6,56,539,4.51,4.54,2.74 +"49294",0.33,"Ideal","H","VS2",61.1,56,539,4.5,4.54,2.76 +"49295",0.33,"Ideal","H","VS2",61,55,539,4.49,4.52,2.75 +"49296",0.3,"Ideal","H","VS1",62.3,55.1,539,4.29,4.32,2.68 +"49297",0.3,"Ideal","H","VS1",62.2,54,539,4.29,4.33,2.68 +"49298",0.39,"Ideal","J","SI1",62.6,53,539,4.68,4.71,2.94 +"49299",0.41,"Good","I","SI2",63.5,57,539,4.7,4.72,2.99 +"49300",0.41,"Premium","I","SI2",61.6,59,539,4.76,4.79,2.94 +"49301",0.31,"Good","H","VS1",64,59,539,4.25,4.28,2.73 +"49302",0.32,"Very Good","G","SI1",62,58.5,540,4.36,4.41,2.72 +"49303",0.32,"Ideal","I","VVS2",61.7,56,540,4.4,4.42,2.72 +"49304",0.24,"Ideal","F","VVS2",61.4,59,540,4,4.05,2.47 +"49305",0.24,"Ideal","F","VVS2",61.5,56,540,3.99,4.01,2.46 +"49306",0.35,"Ideal","J","VVS1",62.1,53,540,4.53,4.55,2.82 +"49307",0.3,"Ideal","I","VVS1",62.1,57,540,4.29,4.34,2.68 +"49308",0.3,"Ideal","I","VVS1",61.8,54,540,4.32,4.35,2.68 +"49309",0.3,"Ideal","I","VVS1",62.1,54,540,4.29,4.31,2.67 +"49310",0.4,"Ideal","H","SI2",62.6,55,540,4.7,4.72,2.95 +"49311",0.4,"Ideal","H","SI2",62.2,55,540,4.75,4.77,2.96 +"49312",0.34,"Ideal","G","SI1",61.9,55,540,4.5,4.52,2.79 +"49313",0.34,"Ideal","G","SI1",61.5,55,540,4.49,4.52,2.77 +"49314",0.34,"Ideal","G","SI1",61.8,54,540,4.48,4.51,2.78 +"49315",0.3,"Good","G","VVS2",57.9,61,540,4.4,4.42,2.56 +"49316",0.32,"Ideal","G","SI2",63,56,540,4.35,4.32,2.73 +"49317",0.32,"Premium","G","SI2",61.6,59,540,4.38,4.35,2.69 +"49318",0.32,"Premium","G","SI2",62.4,59,540,4.4,4.35,2.73 +"49319",0.32,"Ideal","G","SI2",62.5,55,540,4.4,4.37,2.74 +"49320",0.32,"Very Good","F","SI2",63.5,56,540,4.37,4.35,2.77 +"49321",0.51,"Ideal","F","VVS2",61.2,56,2093,5.17,5.19,3.17 +"49322",0.51,"Premium","F","VVS2",60.5,59,2093,5.15,5.17,3.12 +"49323",0.72,"Very Good","J","VVS1",61.4,61,2093,5.7,5.77,3.52 +"49324",0.51,"Ideal","F","VVS2",62.2,56,2093,5.08,5.12,3.17 +"49325",0.51,"Ideal","F","VVS2",62.4,57,2093,5.08,5.12,3.18 +"49326",0.75,"Very Good","H","SI2",62.2,58,2093,5.77,5.83,3.61 +"49327",0.51,"Ideal","F","VVS2",61.2,56,2093,5.17,5.19,3.17 +"49328",0.52,"Good","G","IF",59.8,57,2093,5.24,5.27,3.14 +"49329",0.7,"Fair","D","SI1",66,56,2093,5.45,5.52,3.62 +"49330",0.57,"Premium","D","VS1",60.9,57,2093,5.43,5.37,3.29 +"49331",0.59,"Very Good","E","VS2",60.6,60,2094,5.44,5.49,3.31 +"49332",0.6,"Very Good","G","VS1",61.9,56,2094,5.41,5.45,3.36 +"49333",0.7,"Very Good","H","SI2",63.4,55,2094,5.59,5.64,3.56 +"49334",0.79,"Good","I","SI1",63.9,55,2095,5.85,5.8,3.72 +"49335",0.7,"Very Good","G","SI1",62.2,58,2095,5.63,5.66,3.51 +"49336",0.57,"Ideal","G","VVS2",60.7,55,2095,5.34,5.36,3.25 +"49337",0.57,"Ideal","G","VVS2",61.7,56,2095,5.3,5.33,3.28 +"49338",0.57,"Ideal","G","VVS2",61.7,54,2095,5.32,5.41,3.31 +"49339",0.79,"Very Good","I","SI1",63.3,57,2095,5.86,5.83,3.7 +"49340",0.81,"Very Good","G","SI2",63.2,60,2095,5.82,5.79,3.67 +"49341",0.58,"Premium","G","VVS2",59.7,59,2095,5.45,5.4,3.24 +"49342",0.71,"Good","H","SI1",63.5,57,2096,5.63,5.67,3.59 +"49343",0.71,"Good","H","SI1",63.1,57,2096,5.61,5.65,3.55 +"49344",0.71,"Good","H","SI1",63.5,57,2096,5.64,5.67,3.59 +"49345",0.71,"Very Good","H","SI1",62.5,60,2096,5.68,5.75,3.57 +"49346",0.71,"Premium","H","SI1",62.1,58,2096,5.72,5.75,3.56 +"49347",0.61,"Very Good","D","VS1",62.4,57,2096,5.44,5.46,3.4 +"49348",0.71,"Premium","E","SI2",60.4,61,2096,5.79,5.77,3.49 +"49349",0.57,"Ideal","F","VS2",60.7,56,2096,5.37,5.41,3.27 +"49350",0.7,"Ideal","J","SI1",60.3,57,2096,5.75,5.79,3.48 +"49351",0.7,"Ideal","J","SI1",61,56,2096,5.69,5.82,3.51 +"49352",0.54,"Ideal","H","IF",60.9,57,2096,5.26,5.31,3.22 +"49353",0.51,"Ideal","G","IF",62.4,54,2096,5.12,5.17,3.21 +"49354",0.56,"Ideal","F","VS1",62.1,56,2097,5.32,5.28,3.29 +"49355",0.71,"Very Good","F","SI2",59,58,2098,5.84,5.89,3.46 +"49356",0.71,"Very Good","F","SI2",63.6,56,2098,5.58,5.67,3.58 +"49357",0.71,"Very Good","I","SI1",62,56,2098,5.69,5.72,3.54 +"49358",0.51,"Ideal","F","VVS2",61.8,56,2098,5.13,5.16,3.18 +"49359",0.51,"Ideal","F","VVS2",61.7,56,2098,5.14,5.16,3.18 +"49360",0.51,"Ideal","F","VVS2",61.9,56,2098,5.09,5.14,3.16 +"49361",0.55,"Ideal","I","IF",60.1,56,2098,5.33,5.38,3.22 +"49362",0.73,"Good","J","VS2",60.8,63,2098,5.67,5.78,3.48 +"49363",1,"Good","F","I1",63.9,59,2098,6.27,6.2,3.99 +"49364",0.53,"Premium","E","SI1",61.8,60,2099,5.21,5.18,3.21 +"49365",0.72,"Ideal","J","VS2",61.4,57,2099,5.76,5.8,3.55 +"49366",0.6,"Ideal","F","VS2",60.9,55,2099,5.49,5.51,3.34 +"49367",0.57,"Ideal","D","VS2",61.7,56,2099,5.3,5.37,3.29 +"49368",0.7,"Ideal","E","SI2",62.9,56,2100,5.66,5.6,3.54 +"49369",0.7,"Very Good","F","SI1",63.2,56,2100,5.61,5.5,3.51 +"49370",0.56,"Very Good","E","VVS2",62.6,57,2100,5.25,5.23,3.28 +"49371",0.7,"Very Good","F","SI2",61.2,57,2100,5.67,5.74,3.49 +"49372",0.5,"Ideal","D","VVS2",60.4,54,2100,5.17,5.23,3.14 +"49373",0.81,"Ideal","J","SI2",62.2,57,2100,5.95,5.92,3.69 +"49374",0.7,"Good","F","SI2",59,57,2100,5.8,5.83,3.43 +"49375",0.54,"Premium","D","VS1",61.1,58,2100,5.3,5.24,3.22 +"49376",0.7,"Fair","H","VS1",62,73,2100,5.65,5.54,3.47 +"49377",0.7,"Premium","G","SI2",61.3,58,2100,5.75,5.67,3.5 +"49378",0.5,"Ideal","E","VS2",60.5,56,2100,5.18,5.16,3.13 +"49379",0.73,"Very Good","J","VS2",62.7,57,2101,5.71,5.74,3.59 +"49380",0.73,"Ideal","J","VS2",62.3,55,2101,5.74,5.78,3.59 +"49381",0.66,"Good","G","VS2",58.1,59.9,2101,5.68,5.72,3.31 +"49382",0.55,"Very Good","F","VVS2",63.1,56,2102,5.19,5.23,3.29 +"49383",0.51,"Very Good","G","IF",62.6,56,2102,5.09,5.13,3.2 +"49384",0.48,"Ideal","E","VVS2",60.7,56,2102,5.04,5.08,3.07 +"49385",0.75,"Fair","F","SI2",65.1,57,2102,5.7,5.66,3.7 +"49386",0.62,"Premium","E","VS2",60,59,2102,5.58,5.56,3.34 +"49387",0.73,"Premium","H","SI2",61.2,58,2102,5.84,5.8,3.56 +"49388",0.71,"Fair","F","SI2",65.2,55.5,2103,5.52,5.58,3.62 +"49389",0.57,"Ideal","D","VS2",61.8,56,2103,5.34,5.31,3.29 +"49390",0.57,"Ideal","D","VS2",61.4,56,2103,5.37,5.34,3.29 +"49391",0.59,"Ideal","D","VS2",61.9,56,2103,5.39,5.34,3.32 +"49392",0.7,"Very Good","D","SI2",63.7,58,2104,5.56,5.62,3.56 +"49393",0.71,"Very Good","G","SI1",62.3,57,2104,5.7,5.76,3.57 +"49394",0.71,"Good","I","VS1",63.8,53,2104,5.7,5.64,3.62 +"49395",0.71,"Fair","I","VS1",64.5,56,2104,5.61,5.56,3.6 +"49396",0.75,"Ideal","J","VS2",61.2,56,2104,5.86,5.9,3.6 +"49397",0.5,"Ideal","G","IF",61.5,56,2104,5.11,5.14,3.15 +"49398",0.71,"Premium","I","VS1",61.9,58,2104,5.76,5.71,3.55 +"49399",0.5,"Very Good","E","VVS2",62.6,59,2105,5.02,5.05,3.15 +"49400",0.5,"Very Good","E","VVS2",61.5,59,2105,5.08,5.1,3.13 +"49401",0.5,"Very Good","E","VVS2",62,55,2105,5.08,5.11,3.16 +"49402",0.6,"Premium","G","VVS2",59.7,60,2105,5.55,5.5,3.3 +"49403",0.6,"Ideal","G","VS1",61.3,57,2105,5.4,5.47,3.33 +"49404",0.52,"Ideal","E","VS1",61.9,55,2105,5.16,5.18,3.2 +"49405",0.58,"Premium","E","VS1",60.7,58,2105,5.41,5.36,3.27 +"49406",0.5,"Very Good","E","VVS2",59.1,61,2106,5.19,5.23,3.08 +"49407",0.75,"Very Good","H","SI2",60.4,60,2106,5.89,5.93,3.57 +"49408",0.7,"Very Good","H","SI1",63.5,57,2106,5.59,5.66,3.59 +"49409",0.74,"Ideal","J","VVS2",61.7,55,2106,5.83,5.87,3.61 +"49410",0.7,"Very Good","G","SI1",61.8,56,2106,5.7,5.76,3.54 +"49411",0.7,"Premium","G","SI1",62.2,58,2106,5.69,5.76,3.56 +"49412",0.7,"Very Good","G","SI1",62.5,57,2106,5.63,5.7,3.54 +"49413",0.7,"Very Good","I","VVS2",58.6,60,2106,5.79,5.91,3.43 +"49414",0.7,"Very Good","G","SI1",62.1,58,2106,5.66,5.7,3.53 +"49415",0.7,"Very Good","H","VS2",62.1,55,2106,5.66,5.71,3.53 +"49416",0.63,"Ideal","D","VS2",61.1,55,2106,5.6,5.56,3.41 +"49417",0.6,"Premium","D","SI1",62.8,61,2106,5.41,5.33,3.37 +"49418",0.53,"Ideal","G","VVS1",61.4,57,2106,5.21,5.18,3.19 +"49419",0.65,"Ideal","H","VS1",61.8,55,2106,5.6,5.56,3.45 +"49420",0.55,"Ideal","E","VS1",62,56,2107,5.27,5.24,3.26 +"49421",0.55,"Ideal","E","VS1",61.2,57,2107,5.3,5.28,3.24 +"49422",0.77,"Ideal","F","SI2",62,56,2107,5.92,5.86,3.65 +"49423",0.71,"Very Good","G","SI2",63.2,59,2107,5.6,5.64,3.55 +"49424",0.7,"Very Good","H","SI1",62.2,56,2107,5.64,5.67,3.52 +"49425",0.7,"Very Good","H","SI1",61.5,57,2107,5.64,5.68,3.48 +"49426",0.7,"Very Good","H","SI1",61,58,2107,5.67,5.7,3.47 +"49427",0.7,"Very Good","H","SI1",62.7,56,2107,5.6,5.62,3.52 +"49428",0.7,"Premium","F","SI2",61.9,62,2107,5.69,5.66,3.51 +"49429",0.7,"Premium","F","SI2",61.7,62,2107,5.69,5.65,3.5 +"49430",0.7,"Ideal","J","VS1",61.4,55,2107,5.72,5.75,3.53 +"49431",0.7,"Ideal","H","SI1",61.1,58,2107,5.69,5.7,3.48 +"49432",0.7,"Ideal","H","SI1",61.9,57,2107,5.66,5.69,3.51 +"49433",0.73,"Premium","H","SI1",62.2,57,2107,5.8,5.77,3.6 +"49434",0.61,"Ideal","F","VS2",62.4,55,2108,5.45,5.42,3.39 +"49435",1.01,"Very Good","G","I1",63.1,60,2108,6.42,6.25,3.99 +"49436",0.72,"Very Good","I","VS2",61.8,60,2109,5.72,5.76,3.55 +"49437",0.54,"Ideal","F","VVS2",61,57,2109,5.26,5.3,3.22 +"49438",0.6,"Ideal","G","VS1",60.2,57,2109,5.49,5.54,3.32 +"49439",0.7,"Good","F","SI2",60.6,61,2109,5.71,5.77,3.48 +"49440",0.7,"Good","F","SI2",61.6,61,2109,5.66,5.68,3.49 +"49441",0.74,"Premium","G","SI2",62.8,57,2109,5.77,5.73,3.61 +"49442",0.57,"Ideal","E","VS1",61.3,57,2110,5.34,5.37,3.28 +"49443",0.7,"Ideal","H","SI2",62.1,55,2110,5.69,5.72,3.54 +"49444",0.7,"Ideal","H","SI2",61.6,54,2110,5.71,5.75,3.53 +"49445",0.7,"Ideal","I","SI1",61.6,53,2110,5.73,5.76,3.54 +"49446",0.7,"Ideal","I","SI1",61.9,58,2110,5.66,5.68,3.51 +"49447",0.7,"Ideal","I","SI1",62.5,55,2110,5.68,5.71,3.56 +"49448",0.7,"Ideal","I","SI1",62.5,55,2110,5.7,5.73,3.57 +"49449",0.51,"Ideal","G","VVS1",61,57,2111,5.17,5.16,3.15 +"49450",0.71,"Very Good","I","VS2",59.5,57,2111,5.85,5.88,3.49 +"49451",0.75,"Very Good","F","SI2",58.6,60,2111,5.99,6.03,3.52 +"49452",0.7,"Ideal","I","VS2",61.1,57,2111,5.7,5.75,3.5 +"49453",0.71,"Ideal","I","SI1",62.6,54,2111,5.68,5.73,3.57 +"49454",0.52,"Ideal","I","IF",60.9,57,2111,5.17,5.21,3.16 +"49455",0.7,"Good","E","SI1",61.6,61,2111,5.64,5.66,3.48 +"49456",0.51,"Ideal","G","VVS1",62.6,57,2111,5.14,5.08,3.2 +"49457",0.51,"Ideal","G","VVS1",62.3,55,2111,5.14,5.1,3.19 +"49458",0.51,"Premium","G","VVS1",60.1,56,2111,5.35,5.16,3.16 +"49459",0.6,"Very Good","E","VS1",60.9,58,2112,5.43,5.48,3.32 +"49460",0.71,"Premium","H","SI1",62.4,59,2112,5.65,5.6,3.51 +"49461",0.6,"Ideal","E","VS2",62,56,2112,5.4,5.43,3.36 +"49462",0.71,"Fair","H","SI1",65.1,56,2112,5.63,5.55,3.64 +"49463",0.72,"Ideal","H","SI2",61.4,55,2112,5.81,5.78,3.56 +"49464",0.72,"Ideal","J","VS1",62.7,57,2112,5.74,5.71,3.59 +"49465",1,"Fair","I","I1",65.4,57,2112,6.28,6.2,4.08 +"49466",0.55,"Premium","E","VS2",59.7,57,2112,5.39,5.36,3.21 +"49467",0.52,"Very Good","G","VVS1",61.1,58,2113,5.19,5.22,3.18 +"49468",0.54,"Very Good","D","VS2",60.7,57,2113,5.24,5.29,3.2 +"49469",0.47,"Ideal","E","VVS2",61.6,56,2113,4.97,5.01,3.07 +"49470",0.47,"Ideal","F","VVS1",61.6,56,2113,5,5.02,3.09 +"49471",0.7,"Ideal","H","SI1",62.1,56,2113,5.74,5.67,3.54 +"49472",0.64,"Very Good","E","VS2",63.4,54,2114,5.52,5.49,3.49 +"49473",0.68,"Very Good","G","VS1",60.7,58,2114,5.68,5.75,3.47 +"49474",0.72,"Very Good","G","SI2",60.6,57,2114,5.79,5.86,3.53 +"49475",0.72,"Very Good","G","SI2",60.6,61,2114,5.73,5.79,3.49 +"49476",0.5,"Very Good","D","VVS2",61.7,59,2115,5.02,5.09,3.12 +"49477",0.72,"Premium","G","SI2",62.6,60,2115,5.7,5.65,3.55 +"49478",0.54,"Very Good","F","VVS2",63.2,54,2115,5.2,5.18,3.28 +"49479",0.61,"Ideal","E","VS2",59.7,57,2115,5.57,5.52,3.31 +"49480",0.75,"Good","G","SI2",63.9,62,2115,5.66,5.61,3.6 +"49481",0.78,"Good","I","SI1",63.1,56,2116,5.82,5.88,3.69 +"49482",0.52,"Ideal","E","VVS2",62.3,57,2116,5.12,5.15,3.2 +"49483",0.55,"Ideal","G","VVS1",62.6,56,2116,5.24,5.27,3.29 +"49484",0.7,"Good","E","SI2",61,64,2116,5.63,5.69,3.45 +"49485",0.7,"Fair","I","VS2",64.7,60,2117,5.55,5.49,3.57 +"49486",0.7,"Very Good","G","SI1",63.2,58,2117,5.64,5.6,3.55 +"49487",0.7,"Good","G","SI1",63.8,59,2117,5.62,5.58,3.57 +"49488",0.58,"Ideal","F","VS1",60.6,55,2117,5.41,5.48,3.3 +"49489",0.7,"Good","H","SI1",65,57,2117,5.52,5.59,3.61 +"49490",0.7,"Good","I","VS2",63.6,58,2117,5.59,5.57,3.55 +"49491",0.56,"Ideal","E","VS1",61.8,55,2117,5.33,5.28,3.28 +"49492",0.56,"Ideal","E","VS1",61.1,56,2117,5.34,5.29,3.25 +"49493",0.56,"Ideal","E","VS1",61.8,56,2117,5.33,5.28,3.28 +"49494",0.7,"Very Good","G","SI2",63.2,57,2117,5.7,5.66,3.59 +"49495",0.7,"Fair","G","SI2",65.2,56,2117,5.63,5.54,3.64 +"49496",1,"Fair","J","SI2",69.9,61,2117,6.13,5.86,4.23 +"49497",0.7,"Fair","I","VVS2",64.7,55,2117,5.62,5.51,3.6 +"49498",0.56,"Ideal","H","VVS2",61.8,56,2118,5.28,5.33,3.28 +"49499",0.56,"Ideal","F","VVS2",61,56,2119,5.33,5.35,3.26 +"49500",0.55,"Ideal","F","VS1",60.5,57,2119,5.3,5.34,3.22 +"49501",0.55,"Ideal","F","VS1",61.8,55,2119,5.28,5.3,3.27 +"49502",0.55,"Ideal","D","VS1",61.8,55,2119,5.29,5.32,3.28 +"49503",0.76,"Very Good","I","SI1",62,58,2120,5.84,5.9,3.64 +"49504",0.55,"Ideal","H","IF",61.5,55,2120,5.25,5.29,3.25 +"49505",0.55,"Ideal","H","IF",61.9,56,2120,5.26,5.34,3.26 +"49506",0.61,"Good","F","VS1",60.6,60.3,2120,5.46,5.51,3.32 +"49507",0.71,"Good","E","SI2",58.8,63,2120,5.75,5.88,3.42 +"49508",0.7,"Fair","G","SI1",56.6,61,2120,5.86,5.95,3.34 +"49509",0.5,"Very Good","F","VVS1",62.2,57,2121,5.03,5.07,3.14 +"49510",0.73,"Ideal","J","VS1",62,53,2121,5.78,5.82,3.6 +"49511",0.7,"Good","F","SI1",63.8,58,2121,5.56,5.67,3.58 +"49512",0.7,"Good","G","SI1",64,57,2121,5.63,5.58,3.59 +"49513",0.7,"Fair","F","SI1",66,56,2121,5.59,5.56,3.68 +"49514",0.8,"Ideal","H","SI2",62.4,57,2122,5.91,5.83,3.66 +"49515",0.5,"Very Good","F","VVS1",61.1,55,2122,5.14,5.18,3.15 +"49516",0.75,"Premium","I","SI1",62.5,58,2122,5.77,5.82,3.62 +"49517",0.73,"Ideal","I","SI1",62,56,2122,5.75,5.8,3.58 +"49518",0.57,"Ideal","D","VS1",61.5,54,2122,5.36,5.38,3.3 +"49519",0.71,"Ideal","H","SI2",61.5,56,2122,5.71,5.74,3.52 +"49520",0.71,"Ideal","H","SI2",62.1,57,2122,5.68,5.76,3.55 +"49521",0.61,"Very Good","H","VS1",60.1,56,2123,5.55,5.59,3.35 +"49522",0.72,"Very Good","J","SI1",57.6,63,2123,5.89,5.95,3.41 +"49523",0.71,"Very Good","E","SI2",62.1,57,2123,5.71,5.76,3.56 +"49524",0.54,"Ideal","G","VVS1",61.8,55,2123,5.24,5.27,3.25 +"49525",0.54,"Very Good","G","VVS1",60.7,56,2123,5.25,5.3,3.2 +"49526",0.54,"Ideal","G","VVS1",62.2,56,2123,5.2,5.22,3.24 +"49527",0.71,"Very Good","D","SI2",59.7,60,2123,5.79,5.84,3.47 +"49528",0.52,"Ideal","F","VS1",61.3,56,2123,5.19,5.22,3.19 +"49529",0.59,"Premium","F","SI1",62.2,60,2124,5.37,5.33,3.33 +"49530",0.59,"Very Good","F","SI1",63.1,57,2124,5.39,5.36,3.39 +"49531",0.61,"Good","E","VS2",60.8,59,2124,5.41,5.48,3.31 +"49532",0.6,"Premium","E","VS2",59.3,60,2124,5.51,5.46,3.25 +"49533",0.6,"Ideal","D","VS2",60.4,57,2125,5.53,5.49,3.33 +"49534",0.78,"Very Good","H","SI2",62.9,55,2125,5.83,5.87,3.68 +"49535",0.59,"Ideal","G","VVS2",62.7,56,2125,5.33,5.36,3.35 +"49536",0.59,"Ideal","G","VVS2",62.6,57,2125,5.33,5.37,3.35 +"49537",0.71,"Good","F","SI1",64.3,57,2125,5.62,5.55,3.59 +"49538",0.72,"Very Good","E","SI2",59.4,63,2125,5.87,5.82,3.47 +"49539",0.72,"Fair","E","SI2",68.4,64,2125,5.38,5.32,3.66 +"49540",0.72,"Premium","E","SI2",61.7,58,2125,5.79,5.74,3.56 +"49541",0.7,"Fair","E","SI1",65.1,56,2125,5.49,5.41,3.55 +"49542",0.72,"Very Good","F","SI2",58.5,60,2126,5.86,5.93,3.45 +"49543",0.63,"Very Good","H","VVS1",62,57,2127,5.47,5.5,3.4 +"49544",0.7,"Good","F","SI1",63.1,56,2127,5.63,5.66,3.56 +"49545",0.71,"Premium","I","VS2",62.7,59,2127,5.66,5.69,3.56 +"49546",0.54,"Very Good","G","IF",62.5,58,2128,5.19,5.27,3.27 +"49547",0.7,"Very Good","I","VS1",63.1,54,2129,5.61,5.67,3.56 +"49548",0.77,"Very Good","H","SI2",63.6,58,2129,5.77,5.81,3.68 +"49549",0.71,"Very Good","F","SI2",59.5,58,2129,5.82,5.87,3.48 +"49550",0.59,"Ideal","G","VS1",61.3,55,2129,5.42,5.44,3.33 +"49551",0.55,"Ideal","G","VVS2",62.5,56,2129,5.25,5.22,3.27 +"49552",0.55,"Ideal","G","VVS2",62,57,2129,5.26,5.22,3.25 +"49553",0.55,"Ideal","G","VVS2",61.9,56,2129,5.27,5.23,3.25 +"49554",0.77,"Premium","G","SI2",61.3,58,2129,5.94,5.88,3.62 +"49555",0.91,"Fair","I","SI2",65,58,2129,6.05,6.02,3.92 +"49556",0.81,"Premium","J","VS2",60.6,60,2129,6.04,6,3.65 +"49557",0.71,"Good","F","SI2",64.1,60,2130,0,0,0 +"49558",0.71,"Good","F","SI2",64.1,60,2130,0,0,0 +"49559",0.6,"Very Good","G","VVS2",62.2,56,2130,5.39,5.42,3.36 +"49560",0.78,"Very Good","I","SI2",60.6,60,2130,5.91,5.93,3.59 +"49561",0.67,"Very Good","G","VS2",59.4,59.4,2131,5.71,5.8,3.41 +"49562",0.67,"Very Good","G","VS2",61.7,59.7,2131,5.56,5.61,3.45 +"49563",0.7,"Very Good","F","SI2",62.9,56,2131,5.68,5.71,3.58 +"49564",0.53,"Ideal","F","VVS2",61.6,55,2131,5.21,5.24,3.22 +"49565",0.66,"Ideal","H","VS1",61,57,2131,5.61,5.66,3.43 +"49566",0.6,"Ideal","G","VS1",61.6,56,2131,5.44,5.47,3.36 +"49567",0.72,"Ideal","H","SI2",61.5,56,2131,5.8,5.75,3.55 +"49568",0.62,"Good","F","VVS2",59.9,62,2131,5.51,5.53,3.3 +"49569",0.67,"Good","G","VS2",57.5,60.1,2131,5.78,5.83,3.34 +"49570",0.71,"Good","H","SI1",58.3,61,2131,5.84,5.79,3.39 +"49571",0.72,"Fair","I","VVS2",65.7,57,2131,5.56,5.64,3.68 +"49572",0.64,"Premium","F","VS2",62.2,55,2131,5.53,5.5,3.43 +"49573",0.74,"Premium","G","SI1",58.3,58,2131,5.97,5.93,3.47 +"49574",0.59,"Ideal","G","VVS2",61,57,2131,5.44,5.41,3.31 +"49575",0.5,"Very Good","E","VVS2",61.5,60,2132,5.04,5.08,3.11 +"49576",0.78,"Very Good","I","SI2",62.5,58,2132,5.82,5.89,3.66 +"49577",0.58,"Ideal","G","VVS2",61.9,57,2132,5.33,5.36,3.31 +"49578",0.55,"Ideal","G","VS1",62.2,54,2132,5.27,5.24,3.27 +"49579",0.58,"Ideal","G","VVS2",61.8,56,2133,5.35,5.36,3.31 +"49580",0.83,"Fair","H","SI2",65.1,59,2133,5.84,5.81,3.79 +"49581",0.55,"Ideal","D","VS2",61.7,55,2133,5.27,5.29,3.26 +"49582",0.55,"Ideal","H","IF",61.7,55,2133,5.27,5.29,3.26 +"49583",0.71,"Very Good","F","SI2",59.2,60,2134,5.85,5.91,3.48 +"49584",0.65,"Premium","D","SI1",60.5,58,2134,5.61,5.57,3.38 +"49585",1.04,"Fair","F","I1",65.4,60,2134,6.39,6.3,4.15 +"49586",0.7,"Very Good","H","SI2",62,59,2135,5.68,5.7,3.53 +"49587",0.58,"Ideal","G","VVS2",61.6,56,2135,5.37,5.4,3.31 +"49588",0.7,"Premium","E","SI2",62,55,2135,5.65,5.61,3.49 +"49589",0.7,"Premium","E","SI2",59.8,61,2135,5.76,5.74,3.44 +"49590",0.56,"Ideal","H","IF",61.3,56,2135,5.32,5.35,3.27 +"49591",0.53,"Very Good","G","VVS1",58.9,60,2136,5.23,5.3,3.1 +"49592",0.72,"Very Good","J","VS1",62.3,57,2136,5.73,5.77,3.58 +"49593",0.7,"Very Good","I","SI1",62.2,58,2136,5.63,5.66,3.51 +"49594",0.72,"Ideal","J","VVS2",60.9,58,2136,5.74,5.78,3.51 +"49595",0.71,"Ideal","G","SI1",61.4,57,2136,5.76,5.8,3.55 +"49596",0.71,"Very Good","G","VS2",63.5,59,2137,5.67,5.63,3.59 +"49597",0.71,"Very Good","I","VVS2",61.9,58,2137,5.72,5.75,3.55 +"49598",0.7,"Very Good","H","VS2",63.2,57,2137,5.58,5.62,3.54 +"49599",0.71,"Very Good","G","SI1",63.2,58,2137,5.58,5.68,3.56 +"49600",0.71,"Premium","F","SI2",60.2,60,2137,5.8,5.77,3.48 +"49601",0.52,"Ideal","F","VVS2",60.6,56,2137,5.22,5.24,3.17 +"49602",0.6,"Ideal","E","VS2",62.3,53.8,2137,5.41,5.45,3.38 +"49603",0.53,"Ideal","G","IF",62.7,56,2137,5.23,5.13,3.25 +"49604",0.7,"Good","H","VS2",64.1,58,2137,5.51,5.57,3.55 +"49605",0.7,"Good","H","VS2",64.5,57,2137,5.53,5.57,3.58 +"49606",0.7,"Good","G","SI1",64.6,59,2137,5.49,5.54,3.56 +"49607",0.74,"Very Good","H","SI2",63.1,55,2138,5.72,5.78,3.63 +"49608",0.71,"Very Good","F","SI2",60.5,62,2138,5.75,5.79,3.49 +"49609",0.7,"Very Good","H","VS2",61.4,54,2138,5.77,5.66,3.51 +"49610",0.51,"Ideal","F","VVS2",60.3,56,2138,5.2,5.23,3.15 +"49611",0.52,"Ideal","F","VS1",61.5,56,2138,5.19,5.22,3.2 +"49612",0.7,"Ideal","H","SI1",61.2,58,2138,5.74,5.77,3.52 +"49613",0.9,"Fair","E","I1",59.9,66,2138,6.18,6.14,3.69 +"49614",0.66,"Good","F","VS2",64.1,56,2138,5.5,5.46,3.51 +"49615",0.7,"Ideal","F","SI2",62.8,55,2138,5.68,5.65,3.56 +"49616",0.9,"Fair","H","SI2",64.4,59,2138,6.03,5.99,3.87 +"49617",0.72,"Ideal","J","VVS1",62.4,58,2139,5.71,5.76,3.58 +"49618",0.72,"Ideal","G","SI2",62.1,59,2139,5.71,5.76,3.56 +"49619",0.66,"Good","G","VS1",61.6,61,2139,5.56,5.63,3.43 +"49620",0.46,"Good","D","IF",58.6,59,2139,5.06,5.11,2.98 +"49621",0.32,"Ideal","F","SI2",62.6,56,540,4.41,4.37,2.75 +"49622",0.32,"Very Good","F","SI2",63.1,56,540,4.38,4.34,2.75 +"49623",0.3,"Ideal","I","VS2",62.6,56,540,4.31,4.29,2.69 +"49624",0.3,"Very Good","H","SI1",59.4,63,540,4.4,4.35,2.6 +"49625",0.3,"Good","H","SI1",63.9,55,540,4.27,4.24,2.72 +"49626",0.3,"Premium","H","SI1",61.3,61,540,4.27,4.25,2.61 +"49627",0.3,"Premium","H","SI1",62.9,56,540,4.31,4.28,2.7 +"49628",0.3,"Premium","E","SI2",61.9,58,540,4.31,4.28,2.66 +"49629",0.32,"Ideal","J","VS1",61.3,57,540,4.43,4.41,2.71 +"49630",0.32,"Premium","J","VS1",60.6,59,540,4.46,4.42,2.69 +"49631",0.32,"Premium","J","VS1",61.9,58,540,4.39,4.33,2.7 +"49632",0.32,"Premium","J","VS1",61.7,58,540,4.4,4.38,2.71 +"49633",0.32,"Premium","I","SI1",61.6,61,540,4.4,4.36,2.7 +"49634",0.32,"Premium","I","SI1",61.1,59,540,4.42,4.38,2.69 +"49635",0.32,"Premium","I","SI1",59.9,61,540,4.47,4.44,2.67 +"49636",0.32,"Very Good","I","SI1",63.5,57,540,4.33,4.3,2.74 +"49637",0.32,"Premium","G","SI2",61,59,540,4.42,4.36,2.68 +"49638",0.32,"Premium","G","SI2",62.3,58,540,4.42,4.37,2.74 +"49639",0.32,"Very Good","G","SI2",63.4,55,540,4.35,4.32,2.75 +"49640",0.32,"Premium","G","SI2",62.7,58,540,4.39,4.35,2.74 +"49641",0.32,"Ideal","G","SI2",62.5,57,540,4.38,4.35,2.73 +"49642",0.32,"Premium","F","SI2",59.7,59,540,4.48,4.43,2.66 +"49643",0.32,"Good","F","SI2",63.8,55,540,4.35,4.34,2.77 +"49644",0.3,"Ideal","H","SI1",62.6,55,540,4.32,4.28,2.69 +"49645",0.3,"Premium","H","SI1",61.2,60,540,4.31,4.29,2.63 +"49646",0.3,"Premium","H","SI1",61.3,58,540,4.33,4.29,2.64 +"49647",0.3,"Premium","H","SI1",59.5,62,540,4.35,4.32,2.58 +"49648",0.3,"Premium","H","SI1",59.3,59,540,4.38,4.36,2.59 +"49649",0.3,"Premium","H","SI1",62.9,58,540,4.24,4.22,2.66 +"49650",0.3,"Premium","H","SI1",62.6,58,540,4.28,4.22,2.66 +"49651",0.7,"Premium","F","SI2",59.6,60,2139,5.77,5.71,3.42 +"49652",0.59,"Ideal","F","VS1",61.1,56,2140,5.43,5.47,3.33 +"49653",0.82,"Good","J","SI1",57.4,59,2140,6.25,6.19,3.57 +"49654",0.82,"Good","J","SI1",57.5,62,2140,6.25,6.2,3.58 +"49655",0.71,"Very Good","H","SI2",61.8,58,2141,5.67,5.73,3.52 +"49656",0.7,"Very Good","G","SI2",60.7,58,2141,5.74,5.76,3.49 +"49657",0.7,"Very Good","G","SI2",60.7,58,2141,5.74,5.8,3.5 +"49658",0.7,"Very Good","G","SI2",61.7,60,2141,5.67,5.7,3.51 +"49659",0.71,"Very Good","I","SI1",61.8,56,2141,5.73,5.76,3.55 +"49660",0.71,"Very Good","I","SI1",61.5,58,2141,5.67,5.72,3.5 +"49661",0.71,"Very Good","I","SI1",58.9,59,2141,5.78,5.84,3.42 +"49662",0.71,"Very Good","H","SI1",64,58,2141,5.57,5.61,3.58 +"49663",0.71,"Ideal","I","VS2",61,58,2141,5.77,5.81,3.53 +"49664",0.6,"Ideal","E","VS2",60.6,56,2141,5.47,5.52,3.33 +"49665",0.62,"Ideal","G","VS1",61.8,57,2141,5.47,5.5,3.39 +"49666",0.6,"Very Good","H","VVS1",61.5,56,2142,5.43,5.46,3.35 +"49667",0.75,"Premium","I","SI1",62.7,61,2142,5.75,5.71,3.59 +"49668",0.7,"Ideal","I","VS1",63.1,54,2142,5.61,5.67,3.56 +"49669",0.7,"Ideal","I","VS1",63,54,2142,5.63,5.7,3.57 +"49670",0.7,"Good","I","SI1",63.8,57,2142,5.66,5.63,3.6 +"49671",0.7,"Ideal","H","SI2",59.9,57,2142,5.77,5.74,3.45 +"49672",0.7,"Good","I","SI1",63.6,61,2142,5.63,5.59,3.57 +"49673",0.7,"Good","I","SI1",64.3,57,2142,5.63,5.59,3.61 +"49674",0.6,"Premium","F","VS1",59.4,58,2142,5.52,5.45,3.26 +"49675",0.6,"Ideal","F","VS1",62.9,57,2142,5.35,5.31,3.35 +"49676",0.7,"Premium","H","SI2",62.8,59,2142,5.65,5.62,3.54 +"49677",0.6,"Ideal","F","VVS2",63,55,2143,5.39,5.37,3.39 +"49678",0.9,"Good","F","I1",64.3,58,2143,6.09,6.05,3.9 +"49679",0.53,"Ideal","E","VS1",61.4,56,2143,5.21,5.25,3.21 +"49680",0.53,"Ideal","E","VS1",60.1,57,2143,5.25,5.31,3.17 +"49681",0.76,"Ideal","G","SI2",62.1,54,2143,5.88,5.84,3.64 +"49682",0.72,"Very Good","J","VVS2",63,59,2144,5.7,5.72,3.6 +"49683",0.73,"Good","I","VS2",63.7,58,2144,5.69,5.64,3.61 +"49684",0.52,"Fair","F","IF",64.6,58,2144,5.04,5.17,3.3 +"49685",0.72,"Premium","H","SI2",61.8,56,2144,5.79,5.73,3.56 +"49686",0.56,"Ideal","E","VS1",61.9,57,2145,5.31,5.29,3.28 +"49687",0.59,"Very Good","E","VS2",59.4,63,2145,5.42,5.46,3.23 +"49688",0.71,"Ideal","I","VVS2",61.6,56,2145,5.72,5.8,3.56 +"49689",0.7,"Very Good","H","VS1",62.2,57,2145,5.67,5.72,3.54 +"49690",0.7,"Very Good","H","VS1",62.4,57,2145,5.64,5.7,3.54 +"49691",0.51,"Ideal","D","VVS2",62,55,2145,5.13,5.16,3.19 +"49692",0.5,"Ideal","F","VVS1",62.6,53.1,2145,5.08,5.11,3.19 +"49693",0.71,"Good","I","VS2",61.1,60.6,2145,5.71,5.74,3.49 +"49694",0.51,"Very Good","E","VVS2",62.8,57,2146,5.06,5.1,3.19 +"49695",0.52,"Ideal","D","VS1",60.4,56,2146,5.24,5.26,3.17 +"49696",0.51,"Ideal","G","IF",62.9,58,2146,5.07,5.11,3.2 +"49697",0.55,"Very Good","F","VVS2",62.4,59,2147,5.2,5.22,3.25 +"49698",0.62,"Very Good","E","VS1",60.1,56,2147,5.56,5.58,3.35 +"49699",0.71,"Very Good","F","SI2",62.8,58,2147,5.63,5.7,3.56 +"49700",0.7,"Very Good","I","SI1",63,56,2147,5.61,5.66,3.55 +"49701",0.7,"Very Good","I","SI1",62.2,55,2147,5.62,5.67,3.51 +"49702",0.53,"Premium","D","VS1",60,61,2147,5.3,5.26,3.17 +"49703",0.71,"Very Good","G","SI1",63.2,58,2147,5.68,5.65,3.58 +"49704",0.61,"Ideal","D","VS2",61,57,2147,5.45,5.47,3.33 +"49705",0.6,"Ideal","G","VS1",61.2,56,2147,5.43,5.47,3.33 +"49706",0.6,"Ideal","G","VS1",61.1,57,2147,5.41,5.45,3.32 +"49707",0.6,"Ideal","G","VS1",62.5,56,2147,5.37,5.41,3.36 +"49708",0.77,"Ideal","J","SI1",61.6,55,2147,5.87,5.93,3.63 +"49709",0.71,"Premium","G","SI2",60.6,59,2147,5.78,5.74,3.49 +"49710",0.57,"Ideal","G","VVS2",61.9,56,2147,5.3,5.29,3.28 +"49711",0.53,"Premium","D","VS1",59.2,60,2147,5.37,5.31,3.16 +"49712",0.71,"Premium","G","SI2",62.7,60,2147,5.69,5.63,3.55 +"49713",0.73,"Fair","D","SI2",65.5,60,2147,5.64,5.54,3.66 +"49714",0.5,"Very Good","E","VVS1",62.1,56,2148,5.06,5.11,3.16 +"49715",0.56,"Ideal","G","VVS2",62.6,53,2148,5.27,5.31,3.31 +"49716",0.76,"Premium","J","VS1",61.1,58,2148,5.85,5.91,3.59 +"49717",0.72,"Premium","I","SI1",61.5,59,2148,5.73,5.78,3.54 +"49718",0.63,"Very Good","F","VS1",59.2,57,2149,5.56,5.66,3.32 +"49719",0.71,"Fair","F","SI1",57,62,2149,5.84,5.87,3.34 +"49720",0.72,"Ideal","J","VVS2",61.5,57,2150,5.74,5.77,3.54 +"49721",0.7,"Premium","J","IF",60.5,59,2150,5.67,5.73,3.45 +"49722",0.7,"Premium","G","SI1",63,59,2150,5.64,5.6,3.54 +"49723",0.7,"Fair","G","SI1",63.1,57,2150,5.64,5.58,3.54 +"49724",0.7,"Good","G","SI1",63.7,60,2150,5.57,5.51,3.53 +"49725",0.7,"Good","E","SI1",57.8,62,2150,5.79,5.84,3.36 +"49726",0.71,"Fair","D","SI1",64.6,60,2151,5.55,5.6,3.6 +"49727",0.7,"Fair","H","VS1",64.9,56,2152,5.68,5.56,3.65 +"49728",0.5,"Very Good","F","VVS2",62.8,55,2153,5,5.13,3.18 +"49729",0.53,"Ideal","G","VVS1",61.6,57,2153,5.2,5.22,3.21 +"49730",0.52,"Premium","G","VVS1",61.9,61,2153,5.13,5.11,3.17 +"49731",0.52,"Premium","G","VVS1",59.2,58,2153,5.31,5.28,3.14 +"49732",0.7,"Ideal","I","VS2",62.2,55,2154,5.69,5.73,3.55 +"49733",0.7,"Premium","I","VS2",60.8,59,2154,5.68,5.71,3.46 +"49734",0.53,"Ideal","H","VVS1",61.1,57,2154,5.22,5.25,3.2 +"49735",0.74,"Ideal","J","VS1",61.6,57,2154,5.77,5.83,3.57 +"49736",0.72,"Ideal","J","SI1",62.3,55,2154,5.73,5.76,3.58 +"49737",0.48,"Ideal","F","IF",62.1,55,2154,5,5.05,3.12 +"49738",0.59,"Very Good","G","VVS2",62.5,57,2155,5.32,5.36,3.34 +"49739",0.77,"Very Good","J","VS2",62.9,58,2155,5.83,5.87,3.68 +"49740",0.7,"Very Good","F","SI1",60.5,56,2155,5.73,5.8,3.49 +"49741",0.59,"Ideal","G","VVS2",62.3,56,2155,5.34,5.39,3.34 +"49742",0.7,"Premium","H","SI1",62,58,2155,5.65,5.71,3.52 +"49743",0.7,"Premium","H","SI1",61.3,58,2155,5.71,5.74,3.51 +"49744",0.72,"Premium","D","SI2",61.3,59,2155,5.79,5.76,3.54 +"49745",0.64,"Ideal","G","VS1",62.3,54,2155,5.54,5.56,3.46 +"49746",0.7,"Good","G","SI1",61.8,62,2155,5.68,5.72,3.52 +"49747",0.73,"Ideal","E","SI2",62.1,57,2155,5.75,5.71,3.56 +"49748",0.71,"Good","H","SI1",64,61,2156,5.61,5.54,3.57 +"49749",0.63,"Ideal","E","VS2",62.1,56,2156,5.54,5.51,3.43 +"49750",0.62,"Ideal","E","SI1",60.7,56,2156,5.54,5.57,3.37 +"49751",0.63,"Very Good","G","VS1",63.1,58,2157,5.42,5.46,3.43 +"49752",0.56,"Ideal","H","IF",60.4,57,2157,5.35,5.39,3.24 +"49753",0.56,"Ideal","H","IF",61.3,55,2157,5.31,5.33,3.26 +"49754",0.72,"Very Good","F","SI2",60.4,59,2158,5.8,5.83,3.51 +"49755",0.53,"Ideal","F","VVS2",62.2,56,2158,5.18,5.2,3.23 +"49756",0.77,"Very Good","I","SI2",60.8,56,2159,5.89,5.92,3.59 +"49757",0.7,"Premium","E","SI2",61.8,59,2159,5.69,5.76,3.54 +"49758",0.7,"Good","E","SI2",63.1,56,2159,5.63,5.66,3.56 +"49759",0.77,"Ideal","J","VS2",61.4,55,2159,5.9,5.95,3.64 +"49760",0.59,"Ideal","G","VS2",61.7,55,2159,5.38,5.41,3.33 +"49761",0.83,"Good","J","SI1",60.6,63,2159,6.03,6.08,3.67 +"49762",0.7,"Premium","H","SI2",58.8,59,2159,5.92,5.84,3.44 +"49763",0.72,"Very Good","H","SI2",62.4,59,2160,5.67,5.71,3.55 +"49764",0.53,"Ideal","F","VVS2",61.9,56,2160,5.18,5.22,3.22 +"49765",0.53,"Ideal","F","VVS2",60.8,56,2160,5.22,5.24,3.18 +"49766",0.53,"Ideal","F","VVS2",61.3,57,2160,5.2,5.24,3.2 +"49767",0.5,"Premium","F","VVS2",63,57,2160,5.05,5.01,3.17 +"49768",0.5,"Premium","F","VVS2",62.3,58,2160,5.11,5.06,3.17 +"49769",0.5,"Premium","F","VVS2",61.9,58,2160,5.1,5.07,3.15 +"49770",0.5,"Ideal","F","VVS2",61.6,56,2160,5.11,5.08,3.14 +"49771",0.5,"Ideal","F","VVS2",62.2,54,2160,5.11,5.09,3.17 +"49772",0.5,"Ideal","F","VVS2",62,55,2160,5.12,5.1,3.17 +"49773",0.5,"Premium","F","VVS2",61.8,56,2160,5.15,5.11,3.17 +"49774",0.34,"Fair","F","I1",55.8,62,2160,4.72,4.6,2.6 +"49775",0.62,"Very Good","G","VS1",60.1,58,2161,5.52,5.54,3.32 +"49776",0.7,"Premium","F","SI1",61.3,59,2161,5.71,5.74,3.51 +"49777",0.7,"Good","F","SI1",63.1,57,2161,5.61,5.65,3.55 +"49778",0.7,"Very Good","F","SI1",59.8,59,2161,5.78,5.82,3.47 +"49779",0.7,"Ideal","F","SI1",61.2,56,2161,5.72,5.78,3.52 +"49780",0.7,"Very Good","F","SI1",62.6,59,2161,5.64,5.7,3.55 +"49781",0.7,"Very Good","F","SI1",62.3,58,2161,5.62,5.78,3.55 +"49782",0.61,"Ideal","E","VS1",61.6,57,2161,5.42,5.45,3.35 +"49783",0.7,"Very Good","F","SI1",61.4,57,2161,5.73,5.77,3.53 +"49784",0.75,"Ideal","J","VS1",61.9,56,2161,5.81,5.85,3.61 +"49785",0.71,"Ideal","F","SI2",59.9,59,2161,5.79,5.83,3.48 +"49786",0.71,"Good","I","VS1",64.2,56,2161,5.62,5.66,3.62 +"49787",0.77,"Ideal","G","SI2",60.3,56,2162,5.96,5.92,3.58 +"49788",0.71,"Ideal","J","VVS2",60.5,58,2162,5.77,5.8,3.5 +"49789",0.51,"Ideal","G","IF",61.6,54,2162,5.17,5.19,3.19 +"49790",0.77,"Very Good","I","VS2",62.4,63,2162,5.84,5.8,3.63 +"49791",0.73,"Premium","G","SI1",60.8,58,2163,5.82,5.85,3.55 +"49792",0.73,"Premium","G","SI1",62,58,2163,5.75,5.8,3.58 +"49793",0.85,"Good","J","SI1",59.2,64,2163,6.13,6.17,3.64 +"49794",0.51,"Ideal","F","VVS1",61.7,57,2163,5.12,5.15,3.17 +"49795",0.53,"Ideal","E","VS2",61.8,55,2163,5.21,5.24,3.23 +"49796",0.7,"Ideal","I","VS1",62.7,57,2163,5.63,5.67,3.54 +"49797",0.7,"Ideal","F","SI2",60.1,57,2163,5.78,5.81,3.48 +"49798",0.51,"Ideal","G","IF",61.3,56,2163,5.15,5.19,3.16 +"49799",0.73,"Ideal","F","SI2",59.6,56,2164,5.89,5.85,3.5 +"49800",0.78,"Very Good","J","SI1",58,61,2164,6.07,6.13,3.54 +"49801",0.7,"Very Good","E","SI1",63.2,61,2164,5.61,5.49,3.51 +"49802",0.57,"Ideal","E","VS1",61.5,55,2164,5.35,5.37,3.3 +"49803",0.56,"Ideal","G","VVS1",62.3,55,2164,5.31,5.25,3.29 +"49804",0.52,"Ideal","G","IF",61.5,56,2164,5.21,5.16,3.19 +"49805",0.73,"Fair","F","SI2",59.2,64,2164,5.92,5.83,3.48 +"49806",0.73,"Fair","F","SI2",53.4,65,2164,6.19,6.15,3.3 +"49807",0.7,"Good","E","SI1",64.3,57,2164,5.63,5.56,3.6 +"49808",0.82,"Ideal","G","SI2",61,55,2165,6.04,5.99,3.67 +"49809",0.75,"Ideal","H","SI1",62.1,57,2165,5.82,5.78,3.6 +"49810",0.5,"Ideal","E","VVS2",61.1,57,2165,5.13,5.15,3.14 +"49811",0.5,"Ideal","F","VVS1",61,57,2165,5.13,5.16,3.14 +"49812",0.5,"Ideal","F","VVS1",60.4,56,2165,5.16,5.21,3.13 +"49813",0.71,"Good","I","SI1",59.9,65,2165,5.71,5.74,3.43 +"49814",0.7,"Very Good","I","VS2",61.1,60,2166,5.67,5.75,3.49 +"49815",0.59,"Ideal","G","VVS1",61.5,57,2166,5.4,5.46,3.34 +"49816",0.61,"Ideal","G","VS1",61.6,55,2166,5.45,5.49,3.37 +"49817",0.7,"Fair","D","SI2",65.6,55,2167,5.59,5.5,3.64 +"49818",0.76,"Ideal","J","VVS2",62,57,2167,5.86,5.81,3.62 +"49819",0.7,"Good","F","SI1",57.7,65,2167,5.78,5.72,3.32 +"49820",0.73,"Ideal","I","VS1",62.1,54,2167,5.77,5.8,3.59 +"49821",0.61,"Ideal","G","VS1",60.9,57,2167,5.46,5.5,3.34 +"49822",0.61,"Ideal","G","VS1",61.9,56,2167,5.43,5.45,3.37 +"49823",0.61,"Ideal","G","VS1",62.1,56,2167,5.42,5.44,3.37 +"49824",0.7,"Good","F","SI1",63.1,64,2167,5.61,5.58,3.53 +"49825",0.7,"Fair","F","SI1",65.9,59,2167,5.53,5.49,3.63 +"49826",0.7,"Fair","F","SI1",64.8,60,2167,5.57,5.54,3.6 +"49827",0.56,"Ideal","G","VVS2",60.7,56,2167,5.33,5.32,3.23 +"49828",0.7,"Fair","D","SI2",64.5,60,2167,5.53,5.47,3.55 +"49829",0.56,"Premium","G","VVS1",59.7,59,2167,5.41,5.35,3.21 +"49830",0.7,"Premium","D","SI2",58.3,61,2167,5.74,5.7,3.33 +"49831",0.56,"Premium","E","VS2",59.9,58,2167,5.37,5.34,3.21 +"49832",0.84,"Fair","D","SI2",64.5,60,2167,5.92,5.84,3.79 +"49833",0.6,"Fair","G","VVS2",57.9,67,2167,5.66,5.47,3.23 +"49834",0.5,"Very Good","E","VVS2",59.3,56,2168,5.25,5.3,3.13 +"49835",0.72,"Very Good","H","SI1",63.7,57,2168,5.66,5.7,3.62 +"49836",0.82,"Premium","J","SI1",61.2,58,2168,5.99,6.04,3.68 +"49837",0.52,"Ideal","F","VVS2",61.6,57,2168,5.16,5.2,3.19 +"49838",0.52,"Ideal","F","VVS2",62,55,2168,5.16,5.2,3.21 +"49839",0.54,"Ideal","F","VVS2",61.9,56,2168,5.2,5.23,3.23 +"49840",0.71,"Ideal","F","SI2",61.6,56,2168,5.73,5.67,3.51 +"49841",0.59,"Ideal","G","VVS2",62.2,56,2169,5.35,5.39,3.34 +"49842",0.71,"Premium","H","VS2",61.3,58,2169,5.76,5.82,3.55 +"49843",0.71,"Premium","F","SI2",62.1,60,2169,5.68,5.62,3.51 +"49844",0.78,"Ideal","J","SI1",61.1,56,2169,5.95,5.97,3.64 +"49845",0.71,"Premium","F","SI2",62.3,60,2169,5.7,5.67,3.54 +"49846",0.74,"Very Good","J","VS1",62.7,58,2170,5.75,5.8,3.62 +"49847",0.53,"Very Good","D","VS1",60.5,58,2170,5.27,5.3,3.2 +"49848",0.72,"Very Good","G","SI1",63.6,56,2170,5.69,5.72,3.63 +"49849",0.7,"Premium","G","SI1",60.3,58,2170,5.73,5.77,3.47 +"49850",0.56,"Ideal","D","VS1",62.6,59,2170,5.24,5.31,3.3 +"49851",0.72,"Ideal","G","SI2",61.6,54,2170,5.78,5.82,3.57 +"49852",0.87,"Premium","F","I1",59.1,58,2170,6.25,6.21,3.68 +"49853",0.71,"Very Good","G","SI2",62.4,59,2171,5.68,5.7,3.55 +"49854",0.71,"Very Good","G","SI2",62.4,54,2171,5.72,5.76,3.58 +"49855",0.63,"Premium","E","VS1",60.4,58,2171,5.59,5.64,3.39 +"49856",0.67,"Premium","H","VVS2",60.6,61,2171,5.65,5.61,3.41 +"49857",0.67,"Very Good","F","VS2",63.2,60,2171,5.55,5.5,3.49 +"49858",0.6,"Ideal","E","VS1",61,56,2171,5.44,5.47,3.33 +"49859",0.7,"Ideal","F","SI2",61.8,56,2171,5.69,5.71,3.52 +"49860",0.77,"Premium","E","SI2",62.5,60,2171,5.84,5.8,3.64 +"49861",0.59,"Ideal","E","VS1",61.6,57,2172,5.35,5.39,3.31 +"49862",0.57,"Premium","H","VVS1",61.6,58,2172,5.39,5.35,3.31 +"49863",0.62,"Ideal","G","VS1",62,56,2173,5.45,5.49,3.39 +"49864",0.71,"Premium","I","SI1",60.2,58,2173,5.83,5.76,3.49 +"49865",0.71,"Ideal","F","SI2",62.2,56,2173,5.76,5.7,3.56 +"49866",0.51,"Good","D","VVS2",63.1,58,2174,5.07,5.1,3.21 +"49867",0.72,"Good","I","VS2",60.1,60.5,2174,5.76,5.85,3.48 +"49868",0.82,"Very Good","J","SI2",62,58,2175,5.93,5.98,3.69 +"49869",0.7,"Very Good","G","SI1",62.1,56,2175,5.64,5.67,3.51 +"49870",0.53,"Very Good","F","VVS2",61.4,57,2175,5.2,5.22,3.2 +"49871",0.53,"Ideal","F","VVS2",62.2,54,2175,5.19,5.22,3.24 +"49872",0.53,"Ideal","F","VVS2",62.1,56,2175,5.15,5.22,3.22 +"49873",0.71,"Ideal","H","VS1",61.6,57,2175,5.74,5.79,3.55 +"49874",0.59,"Ideal","D","VS1",60.9,56,2175,5.39,5.44,3.3 +"49875",0.76,"Premium","I","VS2",62.8,61,2175,5.78,5.74,3.62 +"49876",0.7,"Premium","H","SI1",62,61,2176,6.65,5.69,3.46 +"49877",0.7,"Premium","H","SI1",60.9,62,2176,5.72,5.67,3.47 +"49878",0.7,"Very Good","H","SI1",63.4,61,2176,5.62,5.58,3.55 +"49879",0.7,"Good","H","SI1",63.8,58,2176,5.66,5.59,3.59 +"49880",0.7,"Fair","H","SI1",64.5,59,2176,5.54,5.51,3.56 +"49881",0.7,"Premium","H","SI1",60.3,55,2176,5.8,5.75,3.48 +"49882",0.7,"Good","H","SI1",60.2,64,2176,5.72,5.65,3.42 +"49883",0.7,"Very Good","F","SI2",56.9,62,2177,5.87,5.9,3.35 +"49884",0.72,"Ideal","G","SI2",61.7,56,2177,5.76,5.71,3.54 +"49885",0.7,"Premium","G","SI2",61.1,60,2177,5.67,5.62,3.45 +"49886",0.63,"Premium","H","VVS1",61.3,61,2177,5.49,5.44,3.35 +"49887",0.53,"Ideal","F","VVS2",62,57,2177,5.17,5.2,3.21 +"49888",0.65,"Ideal","H","VVS1",62.4,54,2177,5.55,5.57,3.47 +"49889",0.61,"Ideal","G","VS1",62.4,55,2177,5.39,5.44,3.38 +"49890",0.57,"Ideal","E","VS1",62,55,2177,5.31,5.34,3.3 +"49891",0.51,"Ideal","D","VS1",61.9,57,2177,5.17,5.14,3.19 +"49892",0.54,"Ideal","G","IF",61.5,56,2177,5.28,5.25,3.24 +"49893",0.72,"Very Good","I","VS2",63.3,59,2177,5.66,5.62,3.57 +"49894",0.54,"Ideal","D","VS2",60,56,2177,5.39,5.28,3.2 +"49895",0.6,"Very Good","E","VS1",63.2,56,2177,5.39,5.3,3.38 +"49896",0.7,"Ideal","G","SI2",62.7,57,2177,5.62,5.6,3.52 +"49897",0.59,"Premium","E","VS2",60.8,57,2177,5.42,5.37,3.28 +"49898",0.72,"Ideal","J","VS1",61.1,56,2177,5.84,5.82,3.56 +"49899",0.65,"Very Good","G","VVS2",61.3,59,2178,5.51,5.61,3.41 +"49900",0.66,"Ideal","H","VS2",61.4,56,2178,5.62,5.65,3.46 +"49901",0.62,"Ideal","G","VS1",62.4,57,2178,5.44,5.46,3.4 +"49902",0.71,"Ideal","H","SI2",62.7,57,2178,5.66,5.69,3.56 +"49903",0.71,"Ideal","I","SI1",61.9,56,2178,5.7,5.73,3.54 +"49904",0.61,"Very Good","E","SI1",63.9,54,2179,5.38,5.42,3.45 +"49905",0.74,"Very Good","E","SI2",61.7,56,2179,5.76,5.9,3.6 +"49906",0.5,"Very Good","G","VVS1",63.7,58,2180,5.01,5.04,5.06 +"49907",0.75,"Very Good","H","SI2",63,58,2180,5.76,5.79,3.64 +"49908",0.75,"Very Good","I","SI1",59.1,58,2180,5.87,5.91,3.48 +"49909",0.54,"Ideal","F","VVS2",62.1,54,2180,5.24,5.26,3.26 +"49910",0.71,"Premium","G","SI1",58.9,62,2181,5.85,5.79,3.43 +"49911",0.71,"Premium","H","VS2",62.8,59,2181,5.68,5.63,3.55 +"49912",0.61,"Ideal","G","VS1",61.5,56,2182,5.48,5.5,3.38 +"49913",0.63,"Ideal","F","VS2",61.2,56,2182,5.56,5.51,3.39 +"49914",0.7,"Ideal","F","SI2",61.1,56,2183,5.71,5.78,3.51 +"49915",0.5,"Good","E","VVS2",58.9,61,2183,5.18,5.2,3.06 +"49916",0.7,"Premium","F","SI1",62.6,55,2184,5.65,4.5,3 +"49917",0.71,"Very Good","G","SI1",62.9,56,2184,5.68,5.73,3.59 +"49918",0.7,"Ideal","H","SI1",61.2,56,2184,5.69,5.74,3.5 +"49919",0.7,"Premium","G","SI1",61.8,59,2184,5.68,5.59,3.48 +"49920",0.7,"Very Good","G","SI1",63.3,61,2184,5.6,5.55,3.53 +"49921",0.7,"Premium","G","SI1",62,61,2184,5.67,5.62,3.5 +"49922",0.73,"Ideal","J","SI1",62,55,2184,5.75,5.86,3.6 +"49923",0.77,"Good","I","VS1",64.1,55,2184,5.8,5.86,3.73 +"49924",0.77,"Fair","I","VS1",65.1,57,2184,5.65,5.77,3.72 +"49925",0.7,"Very Good","G","SI1",63.5,61,2184,5.64,5.61,3.57 +"49926",0.7,"Very Good","E","SI1",59.1,63,2184,5.89,5.81,3.46 +"49927",0.7,"Premium","H","SI2",60.2,61,2184,5.76,5.66,3.44 +"49928",0.7,"Ideal","H","VS2",61.4,54,2184,5.77,5.66,3.51 +"49929",0.7,"Premium","F","SI2",62.9,60,2184,5.57,5.49,3.48 +"49930",0.7,"Premium","F","SI2",62.9,57,2184,5.64,5.61,3.53 +"49931",0.7,"Premium","F","SI2",59.8,56,2184,5.78,5.73,3.44 +"49932",0.7,"Ideal","H","SI1",62,55,2184,5.71,5.68,3.53 +"49933",0.7,"Premium","H","VS2",62.2,58,2184,5.74,5.68,3.55 +"49934",0.51,"Premium","E","VVS2",62.1,57,2185,5.18,5.15,3.21 +"49935",0.71,"Very Good","I","VS2",62.8,59,2185,5.64,5.67,3.55 +"49936",0.71,"Very Good","I","VS2",60.4,60,2185,5.72,5.8,3.48 +"49937",0.58,"Good","E","VS1",58.6,64,2185,5.4,5.46,3.18 +"49938",0.7,"Ideal","I","SI1",62.6,56,2187,5.66,5.69,3.55 +"49939",0.7,"Good","H","VS2",58.9,65,2187,5.69,5.76,3.37 +"49940",0.7,"Good","H","VS2",56.7,63,2187,5.87,5.92,3.34 +"49941",0.63,"Very Good","G","VVS2",63.3,59.2,2188,5.42,5.44,3.44 +"49942",0.7,"Very Good","I","VS2",62.1,56,2188,5.7,5.74,3.55 +"49943",0.56,"Very Good","D","VS1",60.8,60,2188,5.32,5.34,3.24 +"49944",0.71,"Very Good","H","SI1",62.2,56,2188,5.72,5.76,3.57 +"49945",0.72,"Good","F","SI1",63.9,62,2188,5.7,5.63,3.62 +"49946",0.52,"Ideal","F","VVS1",60.9,57,2188,5.2,5.25,3.18 +"49947",0.63,"Good","F","VS1",61.6,60.7,2188,5.46,5.52,3.38 +"49948",0.58,"Very Good","F","VVS2",62.6,56,2189,5.37,5.27,3.33 +"49949",0.57,"Ideal","F","VS1",61.9,55,2189,5.34,5.32,3.3 +"49950",0.64,"Ideal","F","VS2",62.3,56,2189,5.53,5.49,3.43 +"49951",0.3,"Premium","H","SI1",62.2,60,540,4.28,4.24,2.65 +"49952",0.3,"Premium","H","SI1",61.6,62,540,4.3,4.24,2.63 +"49953",0.3,"Premium","H","SI1",60.8,61,540,4.3,4.25,2.6 +"49954",0.3,"Ideal","H","SI1",62.9,57,540,4.29,4.26,2.69 +"49955",0.3,"Very Good","H","SI1",63.4,58,540,4.29,4.26,2.71 +"49956",0.3,"Ideal","H","SI1",63,54,540,4.3,4.27,2.7 +"49957",0.3,"Very Good","H","SI1",63.4,57,540,4.31,4.27,2.72 +"49958",0.3,"Premium","H","SI1",61.2,62,540,4.31,4.28,2.63 +"49959",0.3,"Ideal","H","SI1",62.9,57,540,4.31,4.28,2.7 +"49960",0.3,"Good","H","SI1",63.7,56,540,4.22,4.2,2.68 +"49961",0.3,"Very Good","H","SI1",63.4,58,540,4.24,4.21,2.68 +"49962",0.3,"Premium","E","SI2",61.6,61,540,4.29,4.25,2.63 +"49963",0.3,"Very Good","E","SI2",63.5,55,540,4.3,4.27,2.72 +"49964",0.3,"Premium","E","SI2",61.7,61,540,4.31,4.28,2.65 +"49965",0.3,"Premium","E","SI2",61.7,61,540,4.33,4.29,2.66 +"49966",0.3,"Premium","E","SI2",62.7,59,540,4.26,4.22,2.66 +"49967",0.33,"Very Good","E","SI1",59.1,59,540,4.54,4.59,2.7 +"49968",0.33,"Premium","H","VS1",62.4,60,540,4.39,4.42,2.75 +"49969",0.33,"Good","E","SI1",63.1,56,540,4.42,4.45,2.8 +"49970",0.33,"Very Good","G","VS2",61.3,61,540,4.43,4.47,2.73 +"49971",0.33,"Very Good","H","VS1",59,62,540,4.49,4.52,2.66 +"49972",0.29,"Very Good","H","VVS2",61.2,56,541,4.26,4.29,2.61 +"49973",0.29,"Very Good","H","VVS2",61.7,55,541,4.27,4.3,2.64 +"49974",0.29,"Very Good","G","VVS2",62.2,55,541,4.24,4.27,2.64 +"49975",0.29,"Very Good","G","VVS2",60.9,57,541,4.28,4.32,2.61 +"49976",0.29,"Very Good","G","VVS2",61.9,56,541,4.27,4.3,2.65 +"49977",0.29,"Very Good","G","VVS2",61.6,56,541,4.24,4.28,2.63 +"49978",0.29,"Very Good","G","VVS2",60.2,59,541,4.27,4.3,2.58 +"49979",0.31,"Very Good","I","VVS1",63.6,55,541,4.27,4.32,2.73 +"49980",0.3,"Very Good","G","VS2",61.7,56,541,4.32,4.35,2.67 +"49981",0.8,"Good","F","SI2",63.9,57,2189,5.86,5.84,3.74 +"49982",0.6,"Ideal","E","VS2",61.2,56,2189,5.45,5.44,3.33 +"49983",0.73,"Premium","F","SI1",60.6,59,2190,5.81,5.77,3.51 +"49984",0.6,"Ideal","G","VVS2",61.2,56,2190,5.43,5.45,3.33 +"49985",0.71,"Ideal","E","SI2",62.3,57,2190,5.66,5.74,3.55 +"49986",0.74,"Good","F","SI2",59.3,61,2190,5.87,5.97,3.51 +"49987",0.7,"Good","F","SI1",57.9,63,2190,5.8,5.84,3.37 +"49988",0.73,"Good","F","SI2",58.1,62,2191,5.92,5.93,3.44 +"49989",0.7,"Very Good","F","SI1",63.7,55,2192,5.62,5.69,3.6 +"49990",0.7,"Good","E","SI2",63.7,61,2192,5.6,5.64,3.58 +"49991",0.5,"Ideal","E","VS1",61.7,57,2192,5.11,5.13,3.16 +"49992",0.57,"Ideal","E","VS1",61.8,55,2192,5.34,5.39,3.32 +"49993",0.58,"Ideal","E","VS1",60.6,57,2192,5.4,5.45,3.29 +"49994",0.58,"Ideal","E","VS1",62.9,54,2192,5.34,5.31,3.35 +"49995",0.58,"Premium","E","VS1",61.8,55,2192,5.39,5.35,3.32 +"49996",0.61,"Premium","G","VS1",62.7,57,2192,5.43,5.36,3.38 +"49997",0.58,"Fair","E","VS1",57.9,56,2192,5.52,5.49,3.19 +"49998",0.58,"Premium","E","VS2",59.6,59,2192,5.43,5.38,3.22 +"49999",0.58,"Premium","D","VS1",61.4,58,2192,5.37,5.34,3.29 +"50000",0.59,"Ideal","H","VVS1",62.1,55,2193,5.38,5.41,3.35 +"50001",0.57,"Ideal","F","VS1",61,56,2193,5.36,5.4,3.28 +"50002",0.76,"Fair","H","SI1",65.5,59,2193,5.75,5.66,3.74 +"50003",0.74,"Premium","I","VS1",62.9,57,2193,5.79,5.76,3.63 +"50004",0.74,"Fair","H","VS1",66.3,63,2193,5.63,5.5,3.69 +"50005",0.7,"Premium","E","SI1",62.4,60,2194,5.72,5.63,3.54 +"50006",0.71,"Ideal","G","SI2",59.5,57,2194,5.86,5.78,3.46 +"50007",0.7,"Very Good","F","SI2",60.7,58,2195,5.73,5.77,3.49 +"50008",0.83,"Good","J","SI1",63.8,58,2195,5.95,5.97,3.8 +"50009",0.57,"Ideal","H","IF",62.2,56,2195,5.3,5.33,3.3 +"50010",0.51,"Good","F","VVS2",62.4,63,2195,5.05,5.08,3.16 +"50011",0.95,"Premium","J","I1",61.7,59,2195,6.32,6.26,3.88 +"50012",0.73,"Very Good","H","SI1",62.8,55,2196,5.71,5.75,3.6 +"50013",0.62,"Premium","E","VS1",62.2,58,2196,5.41,5.46,3.38 +"50014",0.7,"Ideal","F","SI1",61.3,57,2196,5.76,5.79,3.54 +"50015",0.7,"Premium","F","SI1",60.4,58,2196,5.76,5.82,3.5 +"50016",0.7,"Very Good","F","SI1",62.7,57,2196,5.63,5.67,3.54 +"50017",0.7,"Very Good","F","SI1",62.4,56,2196,5.64,5.7,3.54 +"50018",0.7,"Premium","F","SI1",62.3,58,2196,5.67,5.72,3.55 +"50019",0.7,"Very Good","F","SI1",59.8,60,2196,5.75,5.83,3.46 +"50020",0.7,"Premium","F","SI1",62.1,59,2196,5.68,5.72,3.54 +"50021",0.7,"Very Good","F","SI1",62.3,57,2196,5.65,5.69,3.53 +"50022",0.7,"Very Good","F","SI1",62.6,56,2196,5.66,5.72,3.56 +"50023",0.61,"Good","F","VS1",60,65,2196,5.53,5.47,3.3 +"50024",0.51,"Ideal","G","VVS2",61.8,56,2197,5.11,5.15,3.16 +"50025",0.51,"Ideal","G","VVS2",61.6,55,2197,5.13,5.16,3.17 +"50026",0.73,"Very Good","D","SI1",62.2,57,2197,5.74,5.78,3.58 +"50027",0.73,"Premium","F","SI2",61.4,58,2197,5.83,5.8,3.57 +"50028",0.73,"Premium","I","VS1",61.8,62,2197,5.78,5.72,3.55 +"50029",0.51,"Ideal","F","VVS2",61.7,56,2197,5.11,5.13,3.16 +"50030",0.62,"Ideal","H","VVS1",61.1,56,2197,5.48,5.52,3.36 +"50031",0.72,"Ideal","H","SI1",60.3,59,2197,5.77,5.83,3.5 +"50032",0.54,"Very Good","F","VVS2",60.2,59,2198,5.27,5.3,3.18 +"50033",0.74,"Very Good","H","SI2",62.8,59,2198,5.72,5.77,3.61 +"50034",0.72,"Very Good","H","SI1",63,58,2198,5.68,5.71,3.59 +"50035",0.71,"Premium","F","SI1",60.9,59,2198,5.74,5.69,3.48 +"50036",0.71,"Very Good","F","SI1",63.2,56,2198,5.66,5.61,3.56 +"50037",0.71,"Very Good","F","SI1",63.3,60,2198,5.61,5.54,3.53 +"50038",0.71,"Fair","D","SI2",64.6,60,2198,5.62,5.59,3.62 +"50039",0.71,"Fair","F","SI1",57,68,2198,6.05,5.87,3.4 +"50040",0.71,"Very Good","I","VS1",63.3,58,2198,5.68,5.66,3.59 +"50041",0.9,"Very Good","F","I1",61.9,59,2199,6.16,6.18,3.82 +"50042",0.81,"Premium","J","SI1",61.8,57,2199,6.02,5.96,3.7 +"50043",0.49,"Ideal","E","VVS2",61.9,56,2199,5.05,5.1,3.14 +"50044",0.79,"Premium","J","SI1",59.1,57,2199,6.08,6.06,3.59 +"50045",0.7,"Very Good","I","VS2",61.8,59,2200,5.67,5.73,3.52 +"50046",0.59,"Very Good","D","VS2",62.9,56.7,2200,5.37,5.39,3.38 +"50047",0.59,"Very Good","E","VS1",61.2,58,2200,5.4,5.45,3.32 +"50048",0.7,"Very Good","H","SI1",61.5,55,2200,5.72,5.76,3.53 +"50049",0.9,"Very Good","E","I1",62.4,63,2200,6.13,6.01,3.79 +"50050",0.78,"Premium","F","SI2",62.8,56,2200,5.9,5.86,3.69 +"50051",0.7,"Ideal","F","SI1",62.6,56,2200,5.69,5.66,3.55 +"50052",0.83,"Ideal","H","SI2",60.7,57,2201,6.08,6.05,3.68 +"50053",0.58,"Very Good","F","VVS2",60,57,2201,5.44,5.42,3.26 +"50054",0.71,"Very Good","G","SI1",62.7,59,2201,5.65,5.67,3.55 +"50055",0.74,"Premium","H","SI1",60.9,60,2201,5.81,5.75,3.52 +"50056",0.6,"Ideal","F","VS1",61.9,55,2201,5.4,5.42,3.35 +"50057",0.83,"Ideal","I","VS2",62.9,56,2201,5.98,5.94,3.75 +"50058",0.7,"Very Good","I","VS2",62.8,59,2202,5.56,5.61,3.51 +"50059",0.57,"Ideal","E","VS2",61.3,57,2202,5.29,5.38,3.27 +"50060",0.57,"Ideal","E","VS2",61,54,2202,5.39,5.43,3.3 +"50061",0.56,"Ideal","G","VVS1",62,56,2202,5.28,5.3,3.28 +"50062",0.71,"Very Good","I","VS1",63.1,57,2202,5.68,5.58,3.55 +"50063",0.71,"Premium","I","VS1",62.5,61,2202,5.68,5.64,3.54 +"50064",0.8,"Premium","J","VS1",61.6,60,2202,5.94,5.88,3.64 +"50065",0.56,"Ideal","F","VVS2",61.2,57,2202,5.31,5.35,3.26 +"50066",0.61,"Ideal","D","VS2",62,56,2202,5.43,5.48,3.38 +"50067",0.54,"Ideal","F","VS1",61.5,55,2202,5.26,5.27,3.24 +"50068",0.7,"Ideal","H","SI2",61.6,56,2202,5.69,5.71,3.51 +"50069",0.71,"Ideal","F","SI2",61.6,56,2202,5.68,5.74,3.52 +"50070",0.69,"Good","G","VS1",60.8,64,2202,5.77,5.66,3.47 +"50071",0.71,"Premium","I","VS1",62.5,59,2202,5.75,5.71,3.58 +"50072",0.51,"Premium","F","VS2",61.1,58,2203,5.19,5.16,3.16 +"50073",0.72,"Premium","J","VVS1",61.4,61,2203,5.77,5.7,3.52 +"50074",0.51,"Premium","F","VVS2",60.5,59,2203,5.17,5.15,3.12 +"50075",0.51,"Ideal","F","VVS2",62.2,56,2203,5.12,5.08,3.17 +"50076",0.72,"Fair","H","SI2",65.9,57,2203,5.6,5.54,3.67 +"50077",0.51,"Ideal","F","VVS2",62.6,57,2203,5.13,5.1,3.2 +"50078",0.51,"Ideal","F","VVS2",62.4,57,2203,5.12,5.08,3.18 +"50079",0.51,"Ideal","F","VVS2",61.2,56,2203,5.19,5.17,3.17 +"50080",0.51,"Ideal","F","VVS2",61.2,56,2203,5.19,5.17,3.17 +"50081",0.51,"Premium","D","VS1",60,58,2203,5.19,5.14,3.1 +"50082",0.52,"Very Good","F","VVS1",61.7,56,2205,5.17,5.22,3.2 +"50083",0.63,"Ideal","E","VS2",62.1,56,2205,5.49,5.52,3.42 +"50084",0.76,"Very Good","J","VS2",61.2,57,2206,5.86,5.91,3.6 +"50085",0.71,"Very Good","G","SI1",62.1,58,2206,5.68,5.72,3.54 +"50086",0.71,"Very Good","G","SI1",62.4,57,2206,5.66,5.69,3.54 +"50087",0.72,"Very Good","H","VS1",62.8,56,2206,5.72,5.77,3.61 +"50088",1.01,"Premium","H","I1",58.4,60,2206,6.53,6.48,3.8 +"50089",0.74,"Premium","G","SI2",60.1,58,2206,5.89,5.86,3.53 +"50090",0.5,"Ideal","E","VVS2",61.7,55.7,2206,5.09,5.12,3.13 +"50091",0.62,"Ideal","G","VS1",60.7,55,2206,5.55,5.59,3.38 +"50092",0.57,"Ideal","G","VVS2",60.7,55,2206,5.36,5.34,3.25 +"50093",0.57,"Ideal","G","VVS2",61.7,56,2206,5.33,5.3,3.28 +"50094",0.57,"Ideal","G","VVS2",61.7,54,2206,5.41,5.32,3.31 +"50095",0.61,"Premium","D","VS1",62.4,57,2207,5.46,5.44,3.4 +"50096",0.71,"Premium","H","SI1",62.4,62,2207,5.67,5.64,3.53 +"50097",0.62,"Ideal","I","VVS1",61.1,55,2207,5.52,5.57,3.39 +"50098",0.61,"Ideal","D","VS2",61,57,2207,5.49,5.53,3.36 +"50099",0.71,"Very Good","H","SI1",63.5,57,2207,5.67,5.64,3.59 +"50100",0.71,"Premium","H","SI1",62.5,60,2207,5.75,5.68,3.57 +"50101",0.71,"Very Good","H","SI1",63.1,57,2207,5.65,5.61,3.55 +"50102",0.71,"Very Good","H","SI1",63.5,57,2207,5.67,5.63,3.59 +"50103",0.71,"Good","H","SI1",64,61,2207,5.61,5.54,3.57 +"50104",0.71,"Fair","I","VS2",64.7,60,2208,5.54,5.46,3.56 +"50105",0.72,"Very Good","J","VVS1",60.1,58,2208,5.8,5.84,3.5 +"50106",0.51,"Ideal","F","VVS1",60.9,57,2208,5.16,5.21,3.16 +"50107",0.62,"Ideal","E","VS2",62,54.5,2208,5.46,5.48,3.39 +"50108",0.51,"Ideal","G","IF",61.4,54,2208,5.18,5.24,3.2 +"50109",0.7,"Fair","G","SI2",58.6,56,2208,5.8,5.74,3.38 +"50110",0.71,"Premium","G","SI2",62.1,58,2208,5.72,5.68,3.54 +"50111",0.7,"Very Good","G","SI1",63.6,58,2209,5.61,5.65,3.58 +"50112",0.7,"Very Good","G","SI1",62.8,58,2209,5.64,5.69,3.56 +"50113",0.71,"Ideal","H","VS1",62.1,55,2209,5.68,5.72,3.54 +"50114",0.51,"Ideal","E","VVS2",61.7,57,2209,5.11,5.14,3.16 +"50115",0.7,"Good","G","SI1",62.7,59,2209,5.57,5.63,3.51 +"50116",0.71,"Very Good","H","SI1",63.1,56,2210,5.62,5.69,3.57 +"50117",0.7,"Very Good","D","SI1",63.7,59,2210,5.59,5.65,3.58 +"50118",0.65,"Ideal","H","VVS2",61.6,58,2210,5.56,5.6,3.44 +"50119",0.5,"Ideal","F","VVS2",60.5,56,2210,5.15,5.09,3.1 +"50120",0.5,"Ideal","F","VVS2",61.3,59,2210,5.05,5.1,3.11 +"50121",0.73,"Ideal","G","SI2",61.8,56,2210,5.76,5.8,3.57 +"50122",0.54,"Ideal","H","IF",60.3,55,2210,5.29,5.33,3.2 +"50123",0.57,"Ideal","H","IF",61,57,2210,5.35,5.38,3.27 +"50124",0.5,"Ideal","D","VVS2",60.4,54,2211,5.23,5.17,3.14 +"50125",0.66,"Very Good","G","VVS2",60.5,59,2211,5.67,5.72,3.44 +"50126",0.51,"Very Good","E","VVS2",61.4,59,2211,5.1,5.16,3.15 +"50127",0.47,"Fair","D","IF",60.6,60,2211,5.09,4.98,3.05 +"50128",0.51,"Ideal","E","VVS2",62.8,56,2211,5.13,5.15,3.23 +"50129",0.58,"Ideal","D","VS1",61.8,56,2211,5.34,5.37,3.31 +"50130",0.58,"Ideal","H","IF",61.6,57,2211,5.34,5.37,3.3 +"50131",0.63,"Premium","F","VS2",61,61,2211,5.6,5.49,3.38 +"50132",0.63,"Very Good","D","SI1",63.1,58,2211,5.49,5.44,3.45 +"50133",0.67,"Premium","F","VS2",62.5,59,2211,5.58,5.53,3.47 +"50134",0.7,"Good","F","VS2",63.5,56,2212,5.64,5.45,3.52 +"50135",0.7,"Very Good","G","VS1",62.9,59,2212,5.56,5.63,3.52 +"50136",0.72,"Premium","G","SI1",61.2,62,2212,5.75,5.72,3.51 +"50137",0.7,"Very Good","H","SI1",62.1,59,2213,5.62,5.66,3.5 +"50138",0.7,"Premium","F","SI2",61.8,60,2213,5.65,5.71,3.51 +"50139",0.59,"Very Good","E","VVS2",59.8,57,2214,5.48,5.53,3.29 +"50140",0.71,"Good","I","VS2",64.3,63,2214,5.63,5.56,3.6 +"50141",0.7,"Very Good","H","SI1",62.8,57,2214,5.61,5.66,3.54 +"50142",0.61,"Ideal","E","VS1",62.2,56,2214,5.43,5.41,3.37 +"50143",0.6,"Premium","D","VS2",59.6,59,2214,5.53,5.47,3.28 +"50144",0.75,"Premium","E","SI2",61.9,55,2214,5.89,5.84,3.63 +"50145",0.71,"Ideal","G","SI1",62.5,57,2215,5.72,5.64,3.55 +"50146",0.71,"Good","G","SI1",63.9,56,2215,5.62,5.59,3.58 +"50147",0.73,"Ideal","I","SI1",62,57,2215,5.74,5.77,3.56 +"50148",0.64,"Ideal","E","SI1",60.9,57,2215,5.56,5.58,3.39 +"50149",0.7,"Premium","E","SI2",61.1,61,2215,5.74,5.69,3.49 +"50150",0.71,"Good","E","SI2",57.8,60,2215,5.86,5.83,3.38 +"50151",0.71,"Good","D","SI2",64.3,56,2215,5.64,5.59,3.61 +"50152",0.71,"Premium","G","SI1",62.8,61,2215,5.64,5.59,3.53 +"50153",0.71,"Premium","E","SI2",62.1,62,2215,5.7,5.67,3.53 +"50154",0.71,"Premium","G","SI1",58.5,58,2215,5.87,5.82,3.42 +"50155",0.75,"Premium","G","SI2",61,58,2216,5.9,5.94,3.61 +"50156",0.54,"Ideal","F","VVS2",61.2,55,2216,5.25,5.27,3.22 +"50157",0.72,"Premium","I","VS2",60.9,60,2216,5.76,5.8,3.52 +"50158",0.52,"Ideal","F","VVS2",61.8,56,2216,5.2,5.17,3.2 +"50159",0.52,"Ideal","D","VVS2",59.9,57,2217,5.21,5.28,3.14 +"50160",0.57,"Ideal","G","VVS1",61.9,57,2217,5.31,5.35,3.3 +"50161",0.71,"Very Good","J","VVS1",59.7,58,2218,5.8,5.83,3.47 +"50162",0.72,"Very Good","G","SI2",61.9,59,2218,5.67,5.71,3.52 +"50163",0.71,"Very Good","I","SI1",62.6,59,2218,5.67,5.7,3.56 +"50164",0.7,"Good","H","SI1",63.7,59,2218,5.53,5.59,3.54 +"50165",0.7,"Premium","H","VS2",60.8,58,2218,5.71,5.68,3.46 +"50166",0.7,"Good","G","SI1",63.9,58,2218,5.57,5.51,3.54 +"50167",0.54,"Ideal","F","VVS2",61.4,56,2218,5.27,5.29,3.24 +"50168",0.73,"Ideal","I","SI2",62.4,56,2218,5.74,5.77,3.59 +"50169",0.71,"Ideal","I","SI1",62.5,57,2218,5.69,5.74,3.57 +"50170",0.7,"Premium","D","SI1",61.4,59,2218,5.67,5.64,3.47 +"50171",0.56,"Premium","F","VVS1",61.1,56,2218,5.41,5.3,3.27 +"50172",0.71,"Very Good","I","VS2",61.4,56,2219,5.73,5.79,3.53 +"50173",0.5,"Very Good","F","IF",59.7,60,2219,5.18,5.24,3.11 +"50174",0.51,"Very Good","D","VVS2",62.4,58,2220,5.1,5.13,3.19 +"50175",1.03,"Good","J","I1",58.2,64,2220,6.64,6.69,3.88 +"50176",0.52,"Ideal","E","VVS2",60.9,56,2220,5.21,5.24,3.18 +"50177",0.55,"Ideal","E","VS1",61.5,56,2220,5.26,5.29,3.24 +"50178",0.71,"Very Good","F","SI1",62.1,58,2221,5.64,5.72,3.53 +"50179",0.7,"Good","D","SI2",63.1,60,2221,5.56,5.62,3.53 +"50180",0.64,"Very Good","E","VS2",60.5,58.1,2222,5.59,5.62,3.39 +"50181",0.74,"Very Good","H","SI2",62.1,58,2222,5.82,5.78,3.6 +"50182",0.64,"Ideal","F","VS1",61.9,56.8,2222,5.55,5.6,3.45 +"50183",0.64,"Good","F","VS1",57.7,61,2222,5.68,5.75,3.29 +"50184",0.66,"Ideal","H","VS1",62.7,55,2222,5.6,5.57,3.5 +"50185",0.7,"Premium","D","SI2",61.8,55,2222,5.71,5.68,3.52 +"50186",0.51,"Very Good","F","VVS1",62.6,57,2223,5.06,5.1,3.18 +"50187",0.8,"Very Good","J","SI1",61.6,56,2224,5.94,5.98,3.67 +"50188",0.7,"Very Good","E","SI2",61.8,60,2224,5.61,5.65,3.48 +"50189",0.55,"Ideal","D","VS2",60.6,56,2224,5.3,5.36,3.23 +"50190",0.64,"Ideal","D","VS2",60.7,59,2224,5.58,5.62,3.4 +"50191",0.72,"Ideal","F","SI2",62,55,2224,5.75,5.79,3.58 +"50192",0.68,"Premium","E","SI1",62,59,2224,5.67,5.65,3.51 +"50193",0.71,"Premium","H","SI2",60.5,60,2224,5.81,5.73,3.49 +"50194",0.71,"Very Good","E","SI2",63.3,57,2225,5.65,5.69,3.59 +"50195",0.91,"Good","E","I1",57.7,63,2225,6.3,6.35,3.65 +"50196",0.61,"Ideal","E","VS2",61.7,56,2225,5.46,5.43,3.36 +"50197",0.52,"Ideal","D","VS2",61.8,55,2225,5.19,5.23,3.22 +"50198",0.71,"Very Good","J","VVS2",61.1,58,2226,5.7,5.75,3.5 +"50199",0.71,"Very Good","I","VS1",62.9,59,2226,5.68,5.71,3.58 +"50200",0.71,"Ideal","J","VVS2",60.3,61,2226,5.76,5.79,3.48 +"50201",0.9,"Good","G","I1",63.6,61,2226,6.03,6.07,3.85 +"50202",0.71,"Good","E","SI2",58.7,61,2226,5.73,5.78,3.38 +"50203",0.69,"Very Good","D","SI1",57.6,62,2227,5.83,5.9,3.38 +"50204",0.76,"Premium","H","SI1",59.8,57,2227,5.93,5.91,3.54 +"50205",0.8,"Premium","J","SI1",60.1,57,2227,6.03,5.98,3.61 +"50206",0.58,"Ideal","F","VS1",62.4,57,2227,5.36,5.32,3.33 +"50207",0.58,"Ideal","F","VS1",61.9,56,2227,5.36,5.33,3.31 +"50208",0.58,"Ideal","F","VS1",60.3,57,2227,5.47,5.44,3.29 +"50209",0.75,"Very Good","H","SI2",61.9,56,2228,5.79,5.87,3.61 +"50210",0.78,"Very Good","I","SI1",63.1,56,2228,5.88,5.82,3.69 +"50211",0.74,"Ideal","I","SI1",62,53,2229,5.83,5.84,3.62 +"50212",0.7,"Good","E","SI2",57.5,58,2229,5.8,5.85,3.35 +"50213",0.8,"Good","D","SI2",64,60,2229,5.91,5.81,3.75 +"50214",0.72,"Good","F","SI1",63.9,62,2229,5.7,5.63,3.62 +"50215",0.7,"Very Good","E","SI2",61.1,62,2230,5.68,5.72,3.48 +"50216",0.7,"Ideal","F","SI1",61.9,57,2230,5.66,5.75,3.53 +"50217",0.7,"Very Good","F","SI1",62.2,58,2230,5.66,5.69,3.53 +"50218",0.7,"Ideal","F","SI1",62.2,57,2230,5.67,5.74,3.55 +"50219",0.7,"Premium","F","SI1",61.9,58,2230,5.69,5.74,3.54 +"50220",0.7,"Very Good","F","SI1",61.8,58,2230,5.67,5.72,3.52 +"50221",0.7,"Very Good","F","SI1",61.7,61,2230,5.67,5.7,3.51 +"50222",0.7,"Very Good","F","SI1",61.6,55,2230,5.66,5.7,3.5 +"50223",0.52,"Ideal","E","VVS2",62,54,2230,5.16,5.19,3.21 +"50224",0.53,"Ideal","E","VVS2",62,58,2230,5.16,5.2,3.21 +"50225",0.56,"Ideal","G","VS1",61,56,2230,5.31,5.35,3.25 +"50226",0.7,"Very Good","F","SI1",60.6,58,2231,5.73,5.78,3.49 +"50227",0.54,"Ideal","F","VVS2",61,54,2231,5.28,5.3,3.23 +"50228",0.54,"Ideal","F","VVS2",61.6,56,2231,5.23,5.26,3.23 +"50229",0.71,"Premium","H","SI2",62.7,57,2231,5.71,5.64,3.56 +"50230",0.82,"Very Good","G","SI2",63.4,55,2232,5.96,5.93,3.77 +"50231",0.7,"Ideal","I","VS2",62.2,55,2232,5.66,5.69,3.53 +"50232",0.7,"Ideal","I","VS2",62.5,56,2232,5.66,5.7,3.55 +"50233",0.7,"Ideal","G","SI2",62.4,55,2232,5.66,5.72,3.55 +"50234",0.7,"Ideal","G","SI2",62.6,55,2232,5.66,5.69,3.55 +"50235",0.7,"Ideal","G","SI2",61.4,57,2232,5.69,5.74,3.51 +"50236",0.72,"Ideal","F","SI2",62.4,55,2232,5.72,5.76,3.58 +"50237",0.62,"Premium","H","VVS1",61.9,58,2232,5.49,5.46,3.39 +"50238",0.71,"Ideal","I","VS2",62.3,59,2233,5.68,5.71,3.55 +"50239",0.51,"Ideal","E","VS1",61.4,56,2233,5.14,5.16,3.16 +"50240",0.71,"Ideal","G","SI1",60.6,57,2233,5.72,5.8,3.49 +"50241",0.58,"Ideal","H","IF",60.2,56,2233,5.43,5.46,3.28 +"50242",0.7,"Very Good","G","SI1",62,61,2234,5.68,5.71,3.53 +"50243",0.7,"Good","H","VS2",59.1,65,2234,5.75,5.85,3.43 +"50244",0.75,"Premium","H","SI2",62.3,57,2234,5.79,5.73,3.59 +"50245",0.7,"Premium","I","VS1",62.9,61,2234,5.64,5.62,3.54 +"50246",0.7,"Ideal","G","SI2",61.3,58,2234,5.67,5.69,3.48 +"50247",0.7,"Good","I","VS2",59.4,57,2234,5.77,5.82,3.44 +"50248",0.73,"Ideal","I","SI1",62,56,2234,5.8,5.75,3.58 +"50249",0.7,"Fair","I","VS1",60.2,66,2234,5.77,5.62,3.44 +"50250",0.7,"Premium","F","SI2",59.6,58,2234,5.79,5.72,3.43 +"50251",0.73,"Premium","H","SI2",62.5,58,2234,5.73,5.69,3.57 +"50252",0.7,"Premium","F","SI2",59.5,58,2234,5.82,5.72,3.44 +"50253",0.7,"Premium","F","SI2",58.8,58,2234,5.82,5.77,3.41 +"50254",0.73,"Premium","I","VVS2",59.3,59,2234,5.91,5.87,3.49 +"50255",0.7,"Premium","I","VS1",61.7,61,2234,5.69,5.63,3.49 +"50256",0.71,"Ideal","F","SI1",63,54,2235,5.73,5.69,3.6 +"50257",0.69,"Fair","G","VS1",61.2,65.4,2235,5.58,5.64,3.42 +"50258",0.71,"Premium","D","SI2",59.7,60,2235,5.84,5.79,3.47 +"50259",0.56,"Very Good","F","VVS2",59.5,61,2236,5.36,5.33,3.18 +"50260",0.5,"Ideal","E","VVS2",61.5,57,2236,5.09,5.12,3.14 +"50261",0.54,"Ideal","G","VVS1",61.8,55,2236,5.27,5.24,3.25 +"50262",0.54,"Premium","G","VVS1",60.7,56,2236,5.3,5.25,3.2 +"50263",0.54,"Ideal","G","VVS1",62.2,56,2236,5.22,5.2,3.24 +"50264",0.61,"Ideal","H","VVS1",60.3,56,2237,5.52,5.55,3.34 +"50265",0.7,"Ideal","F","SI2",60.6,57.2,2237,5.75,5.77,3.49 +"50266",0.71,"Very Good","E","SI2",62.2,58,2238,5.68,5.74,3.55 +"50267",0.5,"Very Good","F","IF",61.4,60,2238,5.07,5.1,3.12 +"50268",0.52,"Ideal","G","VVS2",61.7,55,2238,5.15,5.2,3.19 +"50269",0.55,"Very Good","E","VVS2",60.8,55,2238,5.26,5.33,3.22 +"50270",0.74,"Premium","G","SI2",62.7,60,2238,5.78,5.73,3.61 +"50271",0.64,"Ideal","E","VS2",62,55,2238,5.52,5.55,3.43 +"50272",0.58,"Premium","F","VVS2",62.6,56,2238,5.37,5.27,3.33 +"50273",0.7,"Very Good","E","SI1",62.8,56,2239,5.69,5.72,3.58 +"50274",0.7,"Very Good","E","SI1",62.6,58,2239,5.66,5.68,3.55 +"50275",0.7,"Good","E","SI1",61.9,58,2239,5.63,5.67,3.5 +"50276",0.7,"Good","E","SI1",62.7,61,2239,5.59,5.67,3.53 +"50277",0.7,"Very Good","E","SI1",61.5,56,2239,5.74,5.8,3.55 +"50278",0.7,"Very Good","E","SI1",58.7,60,2239,5.85,5.88,3.44 +"50279",0.7,"Very Good","E","SI1",60.3,58,2239,5.73,5.85,3.49 +"50280",0.97,"Ideal","I","I1",61.6,53,2239,6.4,6.43,3.95 +"50281",0.3,"Very Good","G","VS2",62.1,56,541,4.27,4.3,2.66 +"50282",0.3,"Very Good","H","VS1",61.9,55,541,4.32,4.37,2.69 +"50283",0.3,"Very Good","H","VS1",62.3,56,541,4.29,4.32,2.68 +"50284",0.37,"Very Good","E","SI2",61.9,55,541,4.63,4.67,2.87 +"50285",0.35,"Ideal","H","SI1",61.9,55,541,4.54,4.57,2.82 +"50286",0.31,"Ideal","D","SI1",62.3,55,541,4.33,4.34,2.7 +"50287",0.31,"Ideal","D","SI1",61.7,56,541,4.35,4.37,2.69 +"50288",0.36,"Premium","J","SI1",61.3,60,541,4.59,4.52,2.79 +"50289",0.31,"Very Good","G","VS1",62.7,54,542,4.35,4.36,2.73 +"50290",0.3,"Ideal","H","VVS2",61.9,56,542,4.28,4.31,2.65 +"50291",0.31,"Ideal","E","SI1",61.8,53.9,542,4.32,4.35,2.68 +"50292",0.31,"Premium","G","VS1",62.1,58,542,4.31,4.36,2.69 +"50293",0.31,"Ideal","G","VS1",62.7,57,542,4.31,4.34,2.71 +"50294",0.31,"Very Good","G","VS1",60.4,59,542,4.37,4.41,2.65 +"50295",0.31,"Ideal","G","VS1",61.9,56,542,4.34,4.38,2.7 +"50296",0.23,"Ideal","E","VS2",62.6,57,543,3.92,3.88,2.44 +"50297",0.27,"Very Good","F","VVS2",62.5,59,544,4.11,4.15,2.58 +"50298",0.27,"Very Good","E","VVS2",60.5,60,544,4.19,4.2,2.54 +"50299",0.28,"Very Good","E","VVS2",62,56,544,4.22,4.3,2.63 +"50300",0.32,"Very Good","J","VVS1",60.2,60,544,4.42,4.49,2.68 +"50301",0.27,"Very Good","F","VVS1",59.7,59,544,4.19,4.22,2.51 +"50302",0.27,"Very Good","E","VVS1",60,58,544,4.21,4.22,2.53 +"50303",0.27,"Very Good","D","VVS1",61,61,544,4.14,4.15,2.53 +"50304",0.32,"Very Good","G","VS2",62.3,55,544,4.38,4.41,2.73 +"50305",0.33,"Very Good","F","SI1",61.2,58.1,544,4.48,4.51,2.75 +"50306",0.31,"Ideal","I","VS1",61.7,55,544,4.39,4.36,2.7 +"50307",0.31,"Ideal","H","VS1",62,54,544,4.35,4.39,2.71 +"50308",0.31,"Premium","H","VS1",62.6,60,544,4.3,4.32,2.7 +"50309",0.31,"Ideal","E","SI1",62.4,57,544,4.31,4.34,2.7 +"50310",0.31,"Very Good","E","SI1",59.1,59,544,4.42,4.44,2.62 +"50311",0.7,"Good","E","SI2",57.8,61,2239,5.89,5.85,3.39 +"50312",0.7,"Premium","F","SI1",59.4,60,2239,5.77,5.74,3.42 +"50313",0.7,"Premium","F","SI1",61.2,59,2239,5.7,5.64,3.47 +"50314",0.71,"Good","I","VS1",59.1,63.4,2239,5.76,5.81,3.42 +"50315",0.7,"Premium","D","SI2",63,56,2239,5.67,5.64,3.56 +"50316",0.7,"Ideal","E","SI2",61.2,55,2239,5.76,5.68,3.5 +"50317",1.06,"Fair","I","I1",64.5,57,2239,6.47,6.33,4.13 +"50318",0.71,"Very Good","G","SI1",63.1,60,2240,5.6,5.69,3.56 +"50319",0.78,"Ideal","G","SI2",61.9,55,2240,5.91,5.94,3.67 +"50320",0.7,"Ideal","I","VS2",62,54.1,2240,5.7,5.73,3.55 +"50321",0.7,"Ideal","I","VS2",61.9,53.2,2240,5.68,5.71,3.56 +"50322",0.7,"Ideal","I","VS2",62.1,54.6,2240,5.68,5.72,3.54 +"50323",0.7,"Ideal","H","SI1",61.4,57,2240,5.64,5.76,3.5 +"50324",0.71,"Good","G","SI1",64.1,58,2240,5.6,5.63,3.6 +"50325",0.65,"Very Good","F","VS2",64,55.3,2241,5.5,5.57,3.54 +"50326",0.63,"Very Good","G","VS1",59.9,57,2241,5.57,5.62,3.35 +"50327",0.58,"Ideal","E","VS1",60.8,57,2241,5.41,5.42,3.29 +"50328",0.7,"Fair","E","SI1",66.7,59,2241,5.49,5.45,3.65 +"50329",0.72,"Ideal","F","SI2",62.1,57,2241,5.72,5.75,3.56 +"50330",0.65,"Good","G","VS1",60,60.4,2241,5.6,5.7,3.39 +"50331",0.83,"Ideal","J","VS2",61.5,57,2241,6.08,6.03,3.72 +"50332",0.83,"Premium","J","SI2",59.1,60,2241,6.13,6.12,3.62 +"50333",0.7,"Very Good","D","SI1",64,53,2242,5.57,5.61,3.58 +"50334",0.61,"Ideal","G","VVS2",61.6,54,2242,5.45,5.49,3.37 +"50335",0.55,"Ideal","F","VVS2",62.4,55,2242,5.24,5.28,3.28 +"50336",0.65,"Ideal","G","VS1",60.6,60,2242,5.58,5.61,3.39 +"50337",0.7,"Good","D","SI2",58.3,60,2242,5.81,5.89,3.41 +"50338",0.7,"Good","F","SI1",63.7,58,2242,5.62,5.65,3.59 +"50339",0.61,"Very Good","E","VS1",61.1,58,2243,5.47,5.52,3.36 +"50340",0.64,"Premium","D","VS2",60.9,59,2243,5.6,5.63,3.42 +"50341",0.5,"Ideal","D","VS2",61.1,57,2243,5.11,5.13,3.13 +"50342",0.62,"Ideal","D","VS2",61.2,56,2243,5.49,5.52,3.37 +"50343",0.58,"Good","E","VVS1",61.9,63,2243,5.27,5.33,3.28 +"50344",0.67,"Good","F","VS1",64.4,57,2244,5.55,5.6,3.6 +"50345",0.85,"Good","G","SI1",64.2,58,2244,6.01,5.92,3.83 +"50346",0.7,"Premium","H","VS1",60.5,58,2245,5.73,5.77,3.48 +"50347",0.58,"Ideal","G","VVS2",61.9,57,2245,5.36,5.33,3.31 +"50348",0.58,"Ideal","F","VS1",60.4,57,2245,5.42,5.37,3.26 +"50349",0.9,"Very Good","E","I1",62.4,63,2245,6.13,6.01,3.79 +"50350",0.52,"Ideal","F","VS2",62.3,57,2246,5.18,5.13,3.21 +"50351",0.52,"Premium","H","VVS2",61.1,59,2246,5.21,5.17,3.17 +"50352",0.8,"Good","G","SI2",64.2,55,2246,5.89,5.83,3.76 +"50353",0.71,"Very Good","H","SI1",62.9,58,2246,5.62,5.66,3.55 +"50354",0.73,"Premium","I","VS2",59.7,59,2246,5.81,5.94,3.51 +"50355",0.8,"Fair","G","SI2",61.2,58,2246,5.96,5.93,3.64 +"50356",0.61,"Ideal","F","VS1",61.9,57,2246,5.42,5.46,3.37 +"50357",0.72,"Very Good","G","SI2",63.3,58,2246,5.72,5.68,3.61 +"50358",0.78,"Ideal","G","SI2",61.7,55,2246,5.92,5.88,3.64 +"50359",0.72,"Premium","G","SI1",60.6,59,2246,5.8,5.76,3.5 +"50360",0.72,"Premium","G","SI1",60.6,62,2246,5.81,5.77,3.51 +"50361",0.72,"Very Good","F","SI2",63.1,58,2246,5.69,5.63,3.57 +"50362",0.77,"Premium","F","SI2",61.6,58,2247,5.9,5.88,3.63 +"50363",0.53,"Ideal","G","IF",61.8,57,2247,5.18,5.22,3.21 +"50364",0.53,"Ideal","G","IF",61.4,56,2247,5.2,5.24,3.21 +"50365",0.53,"Ideal","G","IF",61.9,56,2247,5.18,5.22,3.21 +"50366",0.7,"Good","D","SI2",63.6,62,2247,5.61,5.55,3.55 +"50367",0.61,"Ideal","E","VS2",61.9,53,2248,5.45,5.5,3.39 +"50368",0.75,"Ideal","F","SI2",59.2,60,2248,5.87,5.92,3.49 +"50369",0.71,"Premium","H","VS2",62,54,2249,5.73,5.69,3.54 +"50370",0.72,"Ideal","J","VVS1",62.5,56,2249,5.71,5.74,3.58 +"50371",0.7,"Ideal","I","VS2",61.2,55,2249,5.75,5.77,3.53 +"50372",0.71,"Premium","D","SI1",58.1,61,2249,5.81,5.79,3.37 +"50373",0.7,"Very Good","F","SI1",62.8,57,2250,5.61,5.66,3.54 +"50374",0.53,"Ideal","G","VVS2",61.4,57,2250,5.17,5.2,3.18 +"50375",0.7,"Very Good","F","VS2",61.1,62,2250,5.64,5.69,3.46 +"50376",0.53,"Ideal","E","VVS2",62.5,57,2250,5.12,5.18,3.22 +"50377",0.6,"Ideal","H","VS1",61.3,55,2250,5.47,5.49,3.36 +"50378",0.44,"Good","D","VVS1",59.2,57,2250,4.96,5,2.95 +"50379",0.75,"Premium","G","SI2",63,58,2250,5.81,5.77,3.62 +"50380",0.7,"Fair","G","VS1",68.5,58,2250,5.47,5.34,3.7 +"50381",0.7,"Very Good","F","VS2",63.5,56,2250,5.64,5.45,3.52 +"50382",0.75,"Good","J","SI1",63.9,56,2250,5.76,5.71,3.66 +"50383",0.55,"Very Good","D","VS1",59.5,56,2251,5.35,5.38,3.19 +"50384",0.7,"Premium","H","VS2",61,59,2251,5.72,5.65,3.47 +"50385",0.52,"Ideal","F","VVS1",59.8,59,2251,5.21,5.25,3.13 +"50386",0.52,"Ideal","F","VVS1",61.9,55,2251,5.17,5.2,3.21 +"50387",0.55,"Ideal","D","VS1",61.3,56,2251,5.28,5.32,3.25 +"50388",0.71,"Good","G","SI1",62.3,56,2251,5.68,5.72,3.55 +"50389",0.61,"Premium","D","VS2",62.3,55,2251,5.47,5.42,3.39 +"50390",0.78,"Very Good","H","SI2",61.8,59,2252,5.85,5.9,3.63 +"50391",0.72,"Very Good","E","SI2",62.3,58,2252,5.7,5.76,3.57 +"50392",0.72,"Ideal","H","SI2",60.8,56,2252,5.79,5.83,3.53 +"50393",0.76,"Ideal","F","SI2",61.6,57,2253,5.91,5.85,3.62 +"50394",0.7,"Good","H","VS2",61.4,56,2253,5.73,5.8,3.54 +"50395",0.52,"Very Good","E","VVS2",61.2,58,2254,5.17,5.19,3.17 +"50396",0.59,"Very Good","D","VS1",62.6,58,2254,5.34,5.39,3.36 +"50397",0.72,"Good","D","SI2",64.1,57,2254,5.64,5.71,3.64 +"50398",0.52,"Ideal","G","VS2",62,55,2255,5.16,5.19,3.21 +"50399",0.73,"Ideal","F","SI2",61.5,55,2255,5.79,5.85,3.58 +"50400",0.73,"Ideal","F","SI2",60.5,59,2255,5.83,5.88,3.54 +"50401",0.71,"Ideal","I","SI1",61.4,56,2255,5.73,5.77,3.53 +"50402",0.71,"Ideal","I","SI1",61.7,55,2255,5.74,5.77,3.55 +"50403",0.59,"Very Good","G","VVS1",61.5,55,2256,5.4,5.43,3.33 +"50404",0.71,"Very Good","E","SI2",61.9,63,2256,5.69,5.74,3.54 +"50405",0.58,"Ideal","G","VVS1",61.3,56,2256,5.36,5.4,3.3 +"50406",0.73,"Premium","E","SI2",62.2,55,2256,5.81,5.71,3.58 +"50407",0.57,"Ideal","E","SI1",61.9,57,2257,5.35,5.31,3.3 +"50408",0.7,"Very Good","E","SI2",62,60,2257,5.67,5.72,3.53 +"50409",0.77,"Ideal","J","VS2",62.5,57,2257,5.8,5.91,3.66 +"50410",0.77,"Ideal","J","SI1",62,57,2257,5.84,5.87,3.63 +"50411",1.01,"Premium","F","I1",62.6,57,2257,6.42,6.3,3.99 +"50412",0.71,"Ideal","E","SI1",61.6,53,2258,5.79,5.73,3.55 +"50413",0.73,"Ideal","J","VS2",62,56,2258,5.76,5.79,3.58 +"50414",0.71,"Good","G","VS2",64.1,56,2258,5.64,5.6,3.6 +"50415",0.71,"Good","F","SI1",64.3,58,2258,5.61,5.55,3.59 +"50416",0.67,"Good","D","SI1",63.8,57,2258,5.53,5.48,3.51 +"50417",0.71,"Ideal","H","SI2",59.4,57,2258,5.87,5.81,3.47 +"50418",0.71,"Very Good","H","SI1",60.1,63,2258,5.72,5.69,3.43 +"50419",0.71,"Very Good","H","SI2",63.2,58,2259,5.63,5.67,3.57 +"50420",0.53,"Ideal","F","VVS2",61,56,2259,5.26,5.24,3.2 +"50421",0.55,"Ideal","F","VVS2",60.7,56,2259,5.31,5.34,3.23 +"50422",0.57,"Ideal","G","VVS1",62,55,2259,5.33,5.35,3.31 +"50423",0.7,"Ideal","F","SI2",62,55,2259,5.69,5.73,3.54 +"50424",0.83,"Very Good","G","SI2",63.1,61,2259,5.96,5.92,3.75 +"50425",0.5,"Very Good","G","VVS2",60,56,2260,5.18,5.21,3.12 +"50426",1.07,"Premium","I","I1",59.8,59,2260,6.68,6.62,3.98 +"50427",0.56,"Ideal","F","VVS2",62.2,54.3,2260,5.26,5.29,3.28 +"50428",0.62,"Ideal","E","VS2",61.9,57,2260,5.47,5.44,3.38 +"50429",0.73,"Ideal","H","SI2",61.6,57,2260,5.79,5.81,3.57 +"50430",0.74,"Very Good","F","SI2",63.1,55,2261,5.77,5.74,3.63 +"50431",0.74,"Very Good","G","SI2",62.8,59,2262,5.71,5.76,3.6 +"50432",0.71,"Ideal","F","SI1",62.5,57,2262,5.68,5.74,3.57 +"50433",0.71,"Ideal","D","SI2",60.2,57,2262,5.77,5.83,3.49 +"50434",0.71,"Premium","F","SI1",60.3,60,2262,5.76,5.79,3.48 +"50435",0.77,"Very Good","I","VS2",63.4,58,2262,5.81,5.74,3.66 +"50436",0.76,"Premium","J","VS1",61.1,58,2262,5.91,5.85,3.59 +"50437",0.77,"Good","H","SI2",58.6,64,2262,6.01,5.93,3.5 +"50438",0.72,"Premium","I","SI1",61.5,59,2262,5.78,5.73,3.54 +"50439",0.7,"Very Good","E","SI2",62,59,2263,5.61,5.68,3.5 +"50440",0.7,"Very Good","E","SI2",61.5,60,2263,5.65,5.7,3.49 +"50441",0.7,"Very Good","E","SI2",59.8,58,2263,5.72,5.85,3.46 +"50442",0.7,"Very Good","E","SI2",62.6,55,2263,5.62,5.69,3.54 +"50443",0.8,"Very Good","H","SI2",59.7,58,2263,6.03,6.09,3.62 +"50444",0.58,"Ideal","F","VVS2",61.8,56,2263,5.37,5.41,3.33 +"50445",0.53,"Ideal","E","VVS2",61.9,55,2263,5.19,5.22,3.22 +"50446",0.6,"Ideal","D","SI1",61.4,55,2263,5.45,5.47,3.35 +"50447",0.6,"Ideal","D","SI1",61.7,56,2263,5.39,5.44,3.34 +"50448",0.7,"Very Good","F","SI1",63.3,59,2264,5.57,5.62,3.54 +"50449",0.7,"Very Good","F","SI1",63.5,59,2264,5.59,5.65,3.57 +"50450",0.7,"Very Good","F","SI1",63.4,59,2264,5.59,5.64,3.56 +"50451",0.7,"Very Good","F","SI1",61.1,59,2264,5.68,5.78,3.5 +"50452",0.7,"Ideal","F","SI1",59.9,57,2264,5.74,5.82,3.46 +"50453",0.7,"Premium","F","SI1",60.5,58,2264,5.77,5.84,3.51 +"50454",0.71,"Ideal","G","SI2",61.5,55,2264,5.74,5.78,3.54 +"50455",0.71,"Ideal","G","SI2",61.1,56,2264,5.75,5.77,3.52 +"50456",0.7,"Good","D","SI2",63.3,56,2264,5.6,5.65,3.56 +"50457",0.77,"Good","I","SI1",62.3,55,2264,5.88,5.93,3.68 +"50458",0.7,"Good","F","SI1",58.7,61,2264,5.77,5.81,3.4 +"50459",0.7,"Premium","J","IF",60.5,59,2264,5.73,5.67,3.45 +"50460",0.74,"Very Good","H","SI2",63.1,56,2264,5.78,5.75,3.64 +"50461",1,"Premium","G","I1",59,60,2264,6.49,6.43,3.82 +"50462",0.78,"Very Good","H","SI2",63.5,56,2265,5.82,5.86,3.71 +"50463",0.72,"Very Good","G","SI1",62.8,59,2265,5.69,5.74,3.59 +"50464",0.72,"Premium","E","SI1",62.1,58,2265,5.69,5.72,3.54 +"50465",0.72,"Ideal","E","SI1",59.8,57,2265,5.86,5.91,3.52 +"50466",0.71,"Ideal","I","VS2",63.1,57,2265,5.66,5.71,3.59 +"50467",0.72,"Ideal","I","VS1",62.3,55,2265,5.79,5.69,3.58 +"50468",0.61,"Very Good","D","VS2",61.5,57,2266,5.45,5.48,3.36 +"50469",0.71,"Very Good","H","SI1",60.7,60,2266,5.73,5.76,3.49 +"50470",0.71,"Very Good","G","SI1",61.2,61,2266,5.66,5.71,3.48 +"50471",0.53,"Ideal","D","VS2",61.6,56,2266,5.2,5.22,3.21 +"50472",0.71,"Ideal","G","SI2",61.7,55,2266,5.71,5.74,3.53 +"50473",0.71,"Ideal","G","SI2",62.3,56,2266,5.68,5.72,3.55 +"50474",0.55,"Good","F","IF",60.8,60,2266,5.26,5.36,3.23 +"50475",0.71,"Premium","I","VS1",61.9,59,2266,5.71,5.67,3.52 +"50476",0.71,"Very Good","F","SI2",63.4,57,2266,5.7,5.63,3.59 +"50477",0.71,"Ideal","I","VS1",62,58,2266,5.75,5.72,3.55 +"50478",0.7,"Very Good","F","SI1",62.3,57,2267,5.62,5.65,3.51 +"50479",0.52,"Ideal","G","IF",61.7,56,2267,5.15,5.19,3.19 +"50480",0.7,"Good","G","SI2",60.1,65,2268,5.7,5.65,3.41 +"50481",0.7,"Premium","H","SI1",62.2,57,2268,5.74,5.71,3.56 +"50482",0.55,"Ideal","F","VVS2",62,55,2268,5.26,5.29,3.27 +"50483",0.7,"Ideal","I","VS2",62.2,55,2268,5.73,5.69,3.55 +"50484",0.7,"Ideal","G","SI2",62.6,56,2268,5.69,5.66,3.55 +"50485",0.7,"Good","I","VS2",63.9,65,2268,5.6,5.56,3.56 +"50486",0.7,"Premium","G","SI2",58,60,2268,5.91,5.88,3.42 +"50487",0.7,"Good","I","VS2",57.5,62,2268,5.81,5.78,3.33 +"50488",0.7,"Premium","G","SI2",60,60,2268,5.69,5.65,3.51 +"50489",0.7,"Premium","F","SI1",62.5,62,2268,5.63,5.57,3.5 +"50490",0.7,"Premium","I","VS2",60.8,59,2268,5.71,5.68,3.46 +"50491",0.7,"Fair","H","VS2",65,56,2268,5.6,5.5,3.61 +"50492",0.7,"Premium","G","SI2",58.5,60,2268,5.85,5.81,3.41 +"50493",0.7,"Premium","G","SI2",61.9,58,2268,5.64,5.6,3.48 +"50494",0.75,"Premium","G","SI2",62.7,58,2268,5.82,5.76,3.63 +"50495",0.7,"Premium","F","SI1",61.8,59,2268,5.76,5.67,3.53 +"50496",0.73,"Ideal","H","SI1",62.9,56,2269,5.79,5.75,3.63 +"50497",0.53,"Ideal","F","VVS2",61,57,2269,5.23,5.26,3.22 +"50498",0.6,"Very Good","F","VS2",60.8,56,2270,5.45,5.48,3.32 +"50499",0.6,"Very Good","E","VS1",60,58,2270,5.5,5.56,3.32 +"50500",0.7,"Ideal","I","VS2",61.4,56,2270,5.72,5.75,3.52 +"50501",0.7,"Ideal","G","SI2",61.2,56,2270,5.73,5.78,3.52 +"50502",0.6,"Ideal","H","IF",61.9,56,2270,5.4,5.45,3.36 +"50503",0.67,"Good","E","VS2",61.6,61,2270,5.57,5.6,3.44 +"50504",0.71,"Ideal","I","VS2",62.1,57,2270,5.72,5.64,3.53 +"50505",0.71,"Good","I","VS2",64.3,63,2270,5.63,5.56,3.6 +"50506",0.78,"Very Good","I","SI2",60.6,58,2271,5.92,5.97,3.6 +"50507",0.53,"Ideal","E","VVS2",62.9,54,2271,5.19,5.15,3.25 +"50508",0.54,"Ideal","G","IF",62.3,56,2271,5.19,5.21,3.24 +"50509",0.54,"Ideal","G","IF",62.5,57,2271,5.16,5.2,3.24 +"50510",0.7,"Good","I","VS1",64.4,60,2271,5.51,5.58,3.57 +"50511",0.7,"Good","I","VS1",64.3,58,2271,5.56,5.61,3.59 +"50512",0.71,"Premium","E","SI2",61.8,57,2271,5.73,5.67,3.52 +"50513",0.5,"Ideal","D","VVS2",61,56,2272,5.11,5.15,3.13 +"50514",0.71,"Ideal","I","VS2",62,54,2272,5.73,5.77,3.56 +"50515",0.7,"Very Good","I","VS2",62.3,58,2273,5.58,5.65,3.5 +"50516",0.7,"Very Good","H","SI1",60.9,59,2273,5.72,5.75,3.49 +"50517",0.75,"Premium","I","SI1",62,60,2273,5.8,5.75,3.57 +"50518",0.7,"Premium","E","SI2",62.1,59,2273,5.65,5.63,3.5 +"50519",0.7,"Premium","E","SI2",62.9,59,2273,5.71,5.64,3.57 +"50520",0.53,"Ideal","E","VVS2",62.2,54,2273,5.19,5.23,3.24 +"50521",0.53,"Ideal","F","VVS1",62.1,53.2,2273,5.17,5.21,3.22 +"50522",0.7,"Fair","G","VS2",57.3,63,2273,5.78,5.84,3.33 +"50523",0.7,"Very Good","E","SI2",63.1,56,2273,5.66,5.63,3.56 +"50524",0.61,"Very Good","F","VVS2",60.5,58.5,2274,5.44,5.64,3.34 +"50525",0.71,"Very Good","G","SI1",63.3,56,2274,5.66,5.69,3.59 +"50526",0.71,"Very Good","G","SI1",62.7,58,2274,5.7,5.72,3.58 +"50527",0.7,"Ideal","E","VS2",61.4,57,2274,5.72,5.78,3.53 +"50528",0.75,"Very Good","F","SI2",60.5,57,2274,5.88,5.95,3.58 +"50529",0.75,"Premium","F","SI2",60.9,58,2274,5.88,5.91,3.59 +"50530",0.7,"Very Good","I","VS1",62.4,59,2274,5.55,5.64,3.49 +"50531",0.7,"Good","I","VS1",63.2,55,2274,5.58,5.63,3.54 +"50532",0.71,"Fair","G","VS2",65.7,56,2274,5.51,5.54,3.63 +"50533",0.81,"Premium","G","SI2",59,57,2274,6.14,6.1,3.61 +"50534",0.57,"Premium","E","VS2",62.2,59,2274,5.29,5.26,3.28 +"50535",0.54,"Ideal","G","VS1",60.7,57,2274,5.29,5.26,3.2 +"50536",0.5,"Very Good","E","VVS2",62.4,55,2275,5.08,5.11,3.18 +"50537",0.48,"Very Good","E","VVS1",60.6,56,2275,5.13,5.06,3.09 +"50538",0.7,"Very Good","E","SI1",61.3,61,2275,5.66,5.7,3.48 +"50539",0.77,"Ideal","G","SI2",61.2,57,2275,5.94,5.98,3.65 +"50540",0.77,"Premium","I","VS2",61.6,58,2275,5.92,5.96,3.66 +"50541",0.53,"Ideal","F","VVS2",61.4,56,2275,5.19,5.23,3.2 +"50542",0.52,"Ideal","E","VS1",61.8,56,2275,5.17,5.19,3.2 +"50543",0.66,"Good","F","VS2",61.5,60.8,2275,5.55,5.6,3.43 +"50544",0.66,"Good","G","VS1",59.6,60.2,2275,5.66,5.71,3.38 +"50545",0.79,"Premium","H","SI1",61.8,59,2275,5.97,5.91,3.67 +"50546",0.71,"Premium","F","SI2",62.1,60,2275,5.7,5.66,3.53 +"50547",0.7,"Very Good","H","VS2",62.9,58,2276,5.6,5.65,3.54 +"50548",0.7,"Very Good","H","VS2",62.3,56,2276,5.66,5.7,3.54 +"50549",0.7,"Very Good","G","SI1",62.8,57,2276,5.62,5.66,3.54 +"50550",0.7,"Very Good","G","SI1",63,59,2276,5.64,5.67,3.56 +"50551",0.7,"Ideal","I","VVS2",62.5,54,2276,5.69,5.74,3.57 +"50552",0.7,"Ideal","I","VVS2",62.1,58,2276,5.63,5.68,3.51 +"50553",0.73,"Ideal","F","SI2",62.1,56,2276,5.77,5.8,3.59 +"50554",0.73,"Ideal","F","SI2",62.7,57,2276,5.75,5.79,3.62 +"50555",0.7,"Ideal","G","SI1",62.1,58,2276,5.67,5.69,3.53 +"50556",0.7,"Ideal","G","SI1",62.4,56,2276,5.66,5.69,3.54 +"50557",0.7,"Good","I","SI1",58.5,61,2276,5.76,5.82,3.39 +"50558",0.74,"Very Good","J","IF",60.3,58,2277,5.82,5.86,3.52 +"50559",0.72,"Good","H","SI1",63.7,59,2277,5.63,5.68,3.6 +"50560",0.72,"Premium","H","SI1",62.7,59,2277,5.69,5.73,3.58 +"50561",0.72,"Very Good","H","SI1",61.5,56,2277,5.77,5.8,3.56 +"50562",0.74,"Very Good","G","SI2",63,56,2277,5.75,5.77,3.63 +"50563",0.71,"Very Good","H","VS1",62.8,58,2277,5.67,5.7,3.57 +"50564",0.79,"Ideal","I","SI2",62.1,56,2277,5.92,5.97,3.69 +"50565",0.55,"Premium","E","VS1",59.6,60,2277,5.41,5.36,3.15 +"50566",0.7,"Very Good","F","SI1",59.1,59,2278,5.76,5.91,3.45 +"50567",0.7,"Very Good","F","SI1",63.1,54,2278,5.64,5.67,3.57 +"50568",0.77,"Very Good","F","SI2",61.1,59,2278,5.85,5.95,3.59 +"50569",0.75,"Good","E","SI2",63.2,57,2278,5.76,5.82,3.66 +"50570",0.75,"Ideal","E","SI2",62.1,57,2278,5.81,5.85,3.62 +"50571",0.73,"Ideal","G","SI1",61.6,57,2278,5.81,5.79,3.57 +"50572",0.61,"Ideal","E","VS2",62.2,54,2278,5.51,5.49,3.42 +"50573",0.85,"Good","J","SI1",59.2,64,2278,6.17,6.13,3.64 +"50574",0.73,"Fair","H","VS2",65.9,55,2278,5.68,5.64,3.74 +"50575",0.73,"Ideal","H","SI2",62.3,56,2278,5.78,5.72,3.58 +"50576",0.73,"Premium","E","SI2",61.8,58,2278,5.76,5.71,3.54 +"50577",0.7,"Very Good","H","VS1",60.3,63,2279,5.73,5.77,3.47 +"50578",0.56,"Premium","E","VVS2",61.5,58,2279,5.3,5.33,3.27 +"50579",0.56,"Ideal","G","IF",62,56,2279,5.28,5.33,3.29 +"50580",0.72,"Ideal","J","IF",62,55,2279,5.74,5.77,3.57 +"50581",0.71,"Very Good","D","SI2",61.8,63,2279,5.73,5.67,3.52 +"50582",0.53,"Very Good","E","VVS2",62.3,55,2280,5.18,5.22,3.23 +"50583",1,"Fair","F","I1",68,57,2280,6.14,6.05,4.15 +"50584",0.7,"Very Good","G","SI1",62.7,55,2281,5.63,5.66,3.54 +"50585",0.7,"Very Good","E","SI2",59.5,56,2281,5.79,5.81,3.45 +"50586",0.56,"Ideal","F","VVS2",62.3,54,2281,5.29,5.34,3.31 +"50587",0.53,"Good","F","VVS2",62.5,65,2281,5.11,5.17,3.21 +"50588",0.74,"Very Good","E","SI2",63,58,2282,5.73,5.77,3.62 +"50589",0.7,"Good","G","VS2",63.1,58,2282,5.66,5.69,3.58 +"50590",0.7,"Very Good","G","VS2",58.2,60,2282,5.84,5.78,3.38 +"50591",0.71,"Good","F","SI2",64.5,55.6,2282,5.58,5.61,3.6 +"50592",0.71,"Good","H","SI1",58.4,62.1,2282,5.8,5.83,3.4 +"50593",0.65,"Ideal","E","VS2",62,56,2282,5.6,5.57,3.46 +"50594",0.77,"Premium","F","SI2",62.2,58,2282,5.9,5.85,3.66 +"50595",0.81,"Very Good","J","VS2",60.4,59,2283,6.04,6.11,3.67 +"50596",0.71,"Good","I","VVS2",63.7,56,2283,5.68,5.63,3.6 +"50597",0.71,"Premium","G","SI1",62.3,56,2283,5.69,5.65,3.53 +"50598",0.5,"Ideal","F","VVS2",61.8,53,2283,5.13,5.18,3.19 +"50599",0.61,"Ideal","F","VS1",61.8,57,2283,5.43,5.47,3.37 +"50600",0.7,"Ideal","E","SI2",62.5,54,2283,5.68,5.71,3.56 +"50601",0.82,"Premium","J","SI1",61.2,58,2283,6.04,5.99,3.68 +"50602",0.59,"Ideal","G","VVS2",62.2,56,2283,5.39,5.35,3.34 +"50603",0.92,"Fair","H","SI2",66.1,57,2283,6.22,6,4.05 +"50604",0.72,"Very Good","D","SI1",62.9,58,2285,5.7,5.72,3.59 +"50605",0.7,"Premium","G","SI1",61.6,58,2285,5.71,5.65,3.5 +"50606",0.7,"Premium","G","SI1",61.6,61,2285,5.7,5.63,3.49 +"50607",0.61,"Ideal","E","VS1",61.7,55,2285,5.45,5.47,3.37 +"50608",0.7,"Ideal","H","SI2",60.4,58,2285,5.82,5.77,3.5 +"50609",0.61,"Ideal","G","VS2",61.6,55,2286,5.46,5.48,3.37 +"50610",0.7,"Very Good","H","VS2",60,55,2287,5.73,5.77,3.45 +"50611",0.27,"Ideal","H","VS2",60.5,57,397,4.17,4.19,2.53 +"50612",0.27,"Premium","G","VS2",62.4,59,397,4.11,4.13,2.57 +"50613",0.26,"Very Good","H","VS1",62,56,399,4.08,4.11,2.54 +"50614",0.25,"Very Good","D","VS2",61.1,60,399,4.07,4.11,2.5 +"50615",0.27,"Very Good","G","VS1",58.8,57,399,4.25,4.36,2.53 +"50616",0.24,"Good","F","VS1",62.5,60,399,3.96,3.98,2.48 +"50617",0.25,"Good","D","VS1",57.6,60,399,4.15,4.18,2.4 +"50618",0.31,"Ideal","J","VS2",61.8,54.1,400,4.35,4.38,2.7 +"50619",0.31,"Ideal","J","VS2",62.1,53.6,400,4.36,4.39,2.72 +"50620",0.23,"Very Good","E","VS2",62.4,60,400,3.9,3.92,2.44 +"50621",0.23,"Premium","E","VS1",61.8,60,400,3.91,3.95,2.43 +"50622",0.26,"Very Good","F","SI1",61.3,55,401,4.15,4.21,2.56 +"50623",0.26,"Very Good","F","SI1",61.4,56,401,4.13,4.16,2.54 +"50624",0.3,"Ideal","E","SI2",62.1,54,401,4.32,4.35,2.69 +"50625",0.3,"Ideal","E","SI2",62.1,55,401,4.3,4.33,2.68 +"50626",0.3,"Ideal","E","SI2",62,54,401,4.33,4.35,2.69 +"50627",0.3,"Ideal","E","SI2",60.9,59,401,4.29,4.32,2.62 +"50628",0.25,"Good","H","VVS1",60.6,64,401,4.05,4.07,2.46 +"50629",0.23,"Very Good","D","VS2",61.6,58,402,3.96,3.99,2.45 +"50630",0.23,"Very Good","D","VS2",63.1,58,402,3.91,3.95,2.48 +"50631",0.23,"Very Good","D","VS2",62.9,57,402,3.92,3.97,2.48 +"50632",0.23,"Very Good","E","VS2",60.8,58,402,3.98,4.02,2.43 +"50633",0.23,"Very Good","E","VS2",60.5,58,402,3.92,3.95,2.38 +"50634",0.23,"Very Good","E","VS2",60.8,58,402,3.97,4.05,2.44 +"50635",0.23,"Very Good","F","VS2",63.4,56,402,3.84,3.89,2.45 +"50636",0.23,"Very Good","F","VS2",61,59,402,3.95,3.99,2.42 +"50637",0.23,"Very Good","F","VS2",59.1,59,402,4.02,4.07,2.39 +"50638",0.23,"Very Good","F","VS2",61.6,59,402,3.96,4,2.45 +"50639",0.23,"Very Good","F","VS2",59.4,57,402,4.06,4.09,2.42 +"50640",0.23,"Very Good","F","VS1",61.9,58,402,3.9,4.02,2.45 +"50641",0.31,"Premium","G","VS2",61.2,58,544,4.32,4.37,2.66 +"50642",0.31,"Good","G","VS2",63.6,56,544,4.26,4.29,2.72 +"50643",0.31,"Good","E","SI1",63.7,57,544,4.29,4.31,2.74 +"50644",0.31,"Ideal","H","VS1",62.2,57,544,4.34,4.37,2.71 +"50645",0.31,"Ideal","G","VS2",61.7,57,544,4.33,4.36,2.68 +"50646",0.31,"Very Good","E","SI1",63,57,544,4.29,4.32,2.71 +"50647",0.31,"Ideal","E","SI1",62.7,57,544,4.29,4.32,2.7 +"50648",0.31,"Good","E","SI1",63.6,57,544,4.28,4.3,2.73 +"50649",0.31,"Good","H","VS1",63.2,57,544,4.29,4.32,2.72 +"50650",0.31,"Premium","E","VS2",60.5,60,544,4.34,4.39,2.64 +"50651",0.31,"Good","E","SI1",63.5,55,544,4.31,4.35,2.75 +"50652",0.31,"Very Good","G","VS2",63,54,544,4.33,4.37,2.74 +"50653",0.31,"Premium","H","VS1",62.4,58,544,4.32,4.36,2.71 +"50654",0.31,"Ideal","G","VS2",61.4,57,544,4.33,4.37,2.67 +"50655",0.31,"Very Good","E","SI1",63,59,544,4.26,4.31,2.7 +"50656",0.31,"Good","E","SI1",63.4,55,544,4.29,4.32,2.73 +"50657",0.31,"Good","G","VS2",63.5,58,544,4.22,4.29,2.7 +"50658",0.31,"Very Good","E","SI1",62,58,544,4.3,4.35,2.68 +"50659",0.31,"Ideal","H","VS1",62.6,55,544,4.31,4.35,2.71 +"50660",0.31,"Ideal","G","VS2",61.4,56,544,4.34,4.36,2.67 +"50661",0.3,"Very Good","E","VS2",62.9,58,544,4.27,4.31,2.7 +"50662",0.31,"Good","E","SI1",63.2,59,544,4.28,4.33,2.72 +"50663",0.31,"Ideal","G","VS2",61.7,55,544,4.35,4.37,2.69 +"50664",0.31,"Very Good","H","VS1",61.4,56,544,4.37,4.39,2.69 +"50665",0.31,"Very Good","E","SI1",62.7,58,544,4.31,4.33,2.71 +"50666",0.31,"Good","E","SI1",63.1,57,544,4.28,4.31,2.71 +"50667",0.31,"Ideal","G","VS2",61.8,57,544,4.34,4.36,2.69 +"50668",0.31,"Premium","I","VVS2",59.4,59,544,4.41,4.44,2.63 +"50669",0.31,"Ideal","G","VS2",59.6,57,544,4.4,4.43,2.63 +"50670",0.31,"Very Good","I","VVS2",61.6,59,544,4.31,4.33,2.66 +"50671",0.7,"Very Good","G","VS1",60.5,62,2287,5.72,5.76,3.47 +"50672",0.34,"Ideal","D","IF",62.1,57,2287,4.46,4.52,2.79 +"50673",0.34,"Ideal","D","IF",59.8,57,2287,4.57,4.59,2.74 +"50674",0.7,"Ideal","I","SI1",62.6,54,2287,5.63,5.71,3.55 +"50675",0.7,"Ideal","I","SI1",62.8,56,2287,5.64,5.67,3.55 +"50676",0.7,"Ideal","I","SI1",61,57,2287,5.71,5.74,3.5 +"50677",0.5,"Ideal","G","IF",60.8,54,2287,5.19,5.2,3.16 +"50678",0.76,"Premium","F","SI2",59.3,59,2287,5.97,5.93,3.53 +"50679",1.01,"Fair","G","I1",64.5,56,2287,6.32,6.26,4.06 +"50680",0.7,"Very Good","I","VS1",62.7,58,2288,5.61,5.65,3.53 +"50681",0.73,"Very Good","I","VS1",62.4,56,2288,5.72,5.76,3.58 +"50682",0.53,"Ideal","E","VVS2",62.4,56,2288,5.15,5.17,3.22 +"50683",0.76,"Ideal","H","SI2",63,56,2288,5.81,5.84,3.67 +"50684",0.7,"Ideal","F","SI1",61.3,57,2288,5.72,5.77,3.52 +"50685",0.62,"Good","D","VS2",58.9,64,2288,5.62,5.55,3.29 +"50686",0.74,"Ideal","H","SI2",61.4,56,2289,5.78,5.84,3.57 +"50687",0.54,"Ideal","G","IF",61.2,57,2289,5.26,5.28,3.22 +"50688",0.54,"Ideal","G","IF",61.5,55,2289,5.24,5.3,3.23 +"50689",0.51,"Very Good","D","VVS2",63.1,58,2289,5.1,5.07,3.21 +"50690",0.7,"Good","F","SI1",64.1,56,2289,5.63,5.6,3.6 +"50691",0.53,"Premium","F","VS2",60.6,58,2290,5.26,5.2,3.17 +"50692",0.53,"Ideal","F","VS2",61.6,56,2290,5.26,5.23,3.23 +"50693",0.57,"Very Good","F","VVS2",62.6,58,2290,5.28,5.3,3.31 +"50694",0.7,"Very Good","E","SI2",60.1,56,2290,5.76,5.79,3.47 +"50695",0.7,"Fair","G","VS1",65.2,57,2290,5.56,5.52,3.61 +"50696",0.44,"Ideal","D","VVS1",60.6,56,2290,4.95,4.99,3.01 +"50697",0.44,"Ideal","D","VVS1",61,57,2290,4.91,4.93,3 +"50698",0.53,"Ideal","F","VVS2",62.1,56,2290,5.22,5.15,3.22 +"50699",0.53,"Ideal","F","VVS2",62.2,54,2290,5.22,5.19,3.24 +"50700",0.7,"Good","F","VS2",63.8,60,2290,5.61,5.52,3.55 +"50701",0.56,"Premium","F","VVS2",59.5,61,2290,5.36,5.33,3.18 +"50702",0.53,"Premium","F","VVS2",61.4,57,2290,5.22,5.2,3.2 +"50703",0.53,"Ideal","F","VVS2",61.3,55,2291,5.23,5.27,3.22 +"50704",0.53,"Ideal","F","VVS2",61.3,56,2291,5.21,5.24,3.2 +"50705",0.71,"Ideal","F","SI2",60.7,57,2291,5.78,5.81,3.52 +"50706",1.01,"Very Good","D","I1",63.4,61,2291,6.38,6.3,4.02 +"50707",0.74,"Premium","D","SI2",61.8,59,2291,5.85,5.83,3.61 +"50708",0.8,"Premium","J","VS1",60.8,59,2292,6,5.94,3.63 +"50709",0.77,"Ideal","J","VS2",61.9,54,2292,5.89,5.94,3.66 +"50710",0.56,"Ideal","D","VS1",62.5,56,2292,5.26,5.3,3.3 +"50711",0.77,"Fair","I","VVS2",59.2,66,2292,5.96,5.9,3.51 +"50712",0.7,"Very Good","G","SI1",63.5,56,2293,5.64,5.7,3.6 +"50713",0.77,"Very Good","H","SI2",63.3,58,2293,5.78,5.76,3.65 +"50714",0.53,"Ideal","G","IF",60.6,56,2293,5.27,5.33,3.21 +"50715",0.53,"Ideal","G","IF",60.3,56,2293,5.29,5.33,3.2 +"50716",0.67,"Good","F","VS1",62.3,62,2293,5.5,5.59,3.46 +"50717",0.7,"Premium","H","VS1",62.3,59,2293,5.71,5.66,3.54 +"50718",1.05,"Fair","H","I1",61.8,57,2293,6.51,6.4,3.99 +"50719",0.7,"Very Good","I","VS1",61.4,57,2294,5.72,5.74,3.52 +"50720",0.72,"Very Good","D","SI2",59.8,60,2294,5.76,5.81,3.46 +"50721",0.8,"Very Good","H","SI2",62.7,57,2294,5.88,5.95,3.71 +"50722",0.71,"Premium","I","VS2",62.1,59,2294,5.7,5.73,3.55 +"50723",0.55,"Ideal","F","VVS2",61.5,57,2294,5.24,5.27,3.23 +"50724",0.55,"Ideal","F","VVS2",60.8,56,2294,5.27,5.32,3.22 +"50725",0.59,"Ideal","E","VS1",62.3,56,2294,5.4,5.38,3.36 +"50726",0.7,"Ideal","H","SI1",62.5,56,2294,5.64,5.69,3.54 +"50727",0.7,"Ideal","H","SI1",62.6,55,2294,5.65,5.7,3.55 +"50728",0.7,"Ideal","H","SI1",62.5,55,2294,5.69,5.71,3.56 +"50729",0.7,"Ideal","H","SI1",62.2,55,2294,5.67,5.71,3.54 +"50730",0.85,"Premium","J","VS2",60.7,58,2295,6.12,6.08,3.71 +"50731",0.72,"Ideal","G","SI2",62.6,52,2295,5.74,5.77,3.6 +"50732",0.72,"Ideal","G","SI2",62.3,54,2295,5.76,5.79,3.6 +"50733",0.75,"Premium","I","SI1",59.1,58,2295,5.91,5.87,3.48 +"50734",0.74,"Ideal","F","SI2",60.3,58,2295,5.84,5.82,3.51 +"50735",0.75,"Premium","H","SI2",63,58,2295,5.79,5.76,3.64 +"50736",0.7,"Very Good","H","SI1",60.4,61,2296,5.68,5.77,3.46 +"50737",0.79,"Very Good","I","SI1",61.8,60,2296,5.92,5.96,3.67 +"50738",0.52,"Ideal","D","VS1",62.2,56,2296,5.16,5.13,3.2 +"50739",0.58,"Premium","G","VS2",62.2,58,2297,5.35,5.32,3.32 +"50740",0.53,"Very Good","E","VVS2",60.7,59,2297,5.19,5.28,3.18 +"50741",0.64,"Very Good","D","VS2",62.2,58,2297,5.49,5.54,3.43 +"50742",0.71,"Premium","F","SI1",60.4,58,2297,5.8,5.83,3.51 +"50743",0.5,"Ideal","E","VVS2",61.8,53.6,2297,5.1,5.13,3.16 +"50744",0.57,"Ideal","E","VS1",61,56,2297,5.38,5.4,3.29 +"50745",0.72,"Ideal","G","SI2",61.4,56,2297,5.76,5.83,3.56 +"50746",0.69,"Ideal","G","SI1",62.4,56,2297,5.66,5.69,3.55 +"50747",0.81,"Fair","I","VS1",66.5,53,2297,5.76,5.83,3.86 +"50748",0.58,"Premium","E","VS1",62.2,58,2297,5.35,5.3,3.31 +"50749",0.74,"Very Good","F","SI2",59.6,60,2298,5.85,6,3.53 +"50750",0.7,"Very Good","E","SI2",63.2,56,2298,5.6,5.64,3.55 +"50751",0.7,"Very Good","E","SI2",61.5,56,2298,5.71,5.73,3.52 +"50752",0.56,"Ideal","F","VVS2",61.9,56,2298,5.28,5.32,3.28 +"50753",0.7,"Good","D","SI1",64.2,60,2298,5.59,5.62,3.6 +"50754",0.6,"Ideal","F","VVS2",61.8,57,2298,5.36,5.42,3.33 +"50755",0.72,"Ideal","F","SI2",61.7,55,2298,5.79,5.75,3.56 +"50756",0.7,"Ideal","H","SI2",61.8,57,2298,5.67,5.72,3.52 +"50757",0.56,"Ideal","G","IF",61.7,55,2298,5.29,5.34,3.28 +"50758",0.56,"Ideal","G","IF",61.8,54,2298,5.31,5.33,3.29 +"50759",0.72,"Premium","F","SI2",60.5,59,2298,5.83,5.8,3.52 +"50760",0.57,"Good","F","VVS2",57.6,60,2298,5.49,5.45,3.15 +"50761",0.7,"Premium","D","SI2",62.1,60,2299,5.71,5.73,3.55 +"50762",0.79,"Very Good","J","VS2",60.8,56,2300,5.98,6.02,3.65 +"50763",0.75,"Very Good","I","SI1",63.7,56,2300,5.73,5.77,3.66 +"50764",0.87,"Very Good","J","SI1",61.4,57,2300,6.14,6.17,3.78 +"50765",0.71,"Premium","I","VS2",59.3,59,2300,5.89,5.81,3.47 +"50766",0.74,"Premium","H","SI1",62.4,58,2300,5.75,5.7,3.57 +"50767",0.75,"Ideal","J","VS1",62.9,57,2300,5.74,5.81,3.63 +"50768",0.72,"Ideal","F","SI2",61.2,58,2300,5.72,5.78,3.52 +"50769",0.71,"Premium","I","VS2",60.4,60,2300,5.8,5.72,3.48 +"50770",0.71,"Fair","G","SI1",65.5,55,2300,5.59,5.56,3.65 +"50771",0.71,"Premium","I","VS2",62.8,59,2300,5.67,5.64,3.55 +"50772",0.71,"Good","F","SI1",57.9,53,2300,5.84,5.8,3.37 +"50773",0.71,"Fair","G","SI2",64.4,58,2300,5.59,5.56,3.59 +"50774",0.81,"Fair","F","SI2",68.8,79,2301,5.26,5.2,3.58 +"50775",0.51,"Ideal","E","VVS2",62.5,57,2301,5.06,5.12,3.18 +"50776",0.52,"Ideal","E","VVS2",61.8,56,2301,5.16,5.19,3.2 +"50777",0.52,"Ideal","D","VVS2",61.4,56,2302,5.23,5.2,3.2 +"50778",0.59,"Very Good","F","VVS2",63.5,59,2302,5.28,5.3,3.36 +"50779",0.54,"Ideal","D","VVS2",61.2,55,2302,5.25,5.31,3.23 +"50780",0.73,"Ideal","I","VS1",62.1,55.8,2302,5.77,5.81,3.6 +"50781",0.7,"Very Good","G","VS2",63.1,58,2302,5.69,5.66,3.58 +"50782",0.52,"Premium","E","VVS1",59.8,58,2302,5.27,5.24,3.14 +"50783",0.77,"Ideal","H","SI2",60.8,57,2302,5.96,5.89,3.6 +"50784",0.51,"Ideal","G","VVS2",61.2,56,2303,5.16,5.17,3.16 +"50785",0.76,"Premium","E","SI2",61.3,59,2303,5.85,5.83,3.58 +"50786",0.55,"Ideal","H","VVS1",61.6,55,2303,5.26,5.29,3.25 +"50787",0.8,"Premium","E","SI2",59.1,61,2304,6.03,5.99,3.55 +"50788",0.56,"Very Good","E","VVS2",60.3,57,2304,5.33,5.37,3.23 +"50789",0.7,"Very Good","I","VS1",61.9,58,2304,5.7,5.73,3.54 +"50790",0.7,"Very Good","G","SI1",62.8,56,2304,5.64,5.66,3.55 +"50791",0.51,"Very Good","F","IF",59.4,60,2304,5.18,5.23,3.09 +"50792",0.96,"Fair","J","I1",59.5,60,2304,6.28,6.23,3.72 +"50793",0.71,"Ideal","F","SI2",62.2,56,2304,5.71,5.74,3.56 +"50794",0.72,"Good","E","SI1",63.9,58,2305,5.72,5.64,3.63 +"50795",0.7,"Very Good","H","SI2",61.6,56.1,2306,5.72,5.77,3.53 +"50796",0.71,"Good","I","VS1",63.3,56,2306,5.65,5.69,3.59 +"50797",0.71,"Premium","I","VS1",61.8,58,2306,5.72,5.76,3.55 +"50798",0.71,"Good","I","VS1",63.6,56,2306,5.65,5.7,3.61 +"50799",0.71,"Ideal","I","VS1",62.1,56,2306,5.68,5.72,3.54 +"50800",0.71,"Premium","E","SI2",61.1,58,2306,5.76,5.73,3.51 +"50801",0.61,"Premium","D","VS1",61.5,58,2306,5.46,5.4,3.34 +"50802",0.71,"Premium","E","SI2",61.4,59,2306,5.74,5.7,3.51 +"50803",0.61,"Ideal","F","VS2",61.5,54,2306,5.48,5.51,3.38 +"50804",0.6,"Ideal","E","VS1",62.2,56,2306,5.36,5.44,3.36 +"50805",0.72,"Fair","G","VS2",64.6,55,2306,5.66,5.71,3.67 +"50806",0.7,"Premium","F","SI1",59.9,58,2306,5.73,5.69,3.42 +"50807",0.61,"Ideal","F","VS1",60.7,56,2306,5.52,5.49,3.34 +"50808",0.87,"Ideal","H","SI2",63,57,2307,6.07,6.02,3.81 +"50809",0.78,"Very Good","F","SI2",61.5,59,2307,5.88,5.95,3.63 +"50810",0.7,"Very Good","E","SI2",63.2,61,2307,5.62,5.59,3.54 +"50811",0.7,"Premium","E","SI2",60.6,59,2307,5.76,5.73,3.48 +"50812",0.54,"Ideal","D","VS2",61.6,55,2307,5.25,5.27,3.24 +"50813",0.81,"Ideal","J","SI1",62,56,2307,6,6.03,3.73 +"50814",0.7,"Good","E","SI2",63.7,61,2307,5.64,5.6,3.58 +"50815",0.7,"Premium","E","SI2",62.9,59,2307,5.67,5.59,3.54 +"50816",0.75,"Premium","D","SI2",60.3,61,2307,5.88,5.86,3.54 +"50817",0.76,"Ideal","J","VS1",61.9,54,2307,5.88,5.84,3.63 +"50818",0.71,"Ideal","G","SI1",61.1,57,2307,5.79,5.73,3.52 +"50819",0.71,"Ideal","I","VVS2",62.4,54,2308,5.72,5.75,3.58 +"50820",0.71,"Ideal","E","SI1",61.5,57,2308,5.74,5.78,3.54 +"50821",0.71,"Ideal","E","SI1",62,56,2308,5.72,5.77,3.56 +"50822",0.72,"Good","E","SI2",57.9,56,2308,5.93,5.85,3.41 +"50823",0.72,"Ideal","E","SI2",61.8,55,2308,5.77,5.75,3.56 +"50824",0.71,"Good","F","SI1",63.7,58,2308,5.65,5.62,3.59 +"50825",0.64,"Ideal","H","VVS1",62.2,58,2308,5.49,5.51,3.42 +"50826",0.67,"Very Good","F","VS2",59.4,59.5,2309,5.7,5.76,3.4 +"50827",0.67,"Very Good","G","VS1",59.9,57.4,2309,5.69,5.75,3.42 +"50828",0.73,"Premium","F","SI2",61.6,58,2309,5.79,5.73,3.55 +"50829",0.74,"Ideal","G","SI1",62.7,56,2309,5.78,5.74,3.61 +"50830",0.67,"Good","F","VS2",58.1,62,2309,5.76,5.83,3.36 +"50831",0.67,"Good","F","VS2",58.7,61.5,2309,5.67,5.79,3.37 +"50832",0.61,"Ideal","G","VS1",62.6,55,2309,5.46,5.43,3.41 +"50833",0.7,"Ideal","D","SI1",61.2,54,2310,5.79,5.75,3.53 +"50834",0.5,"Very Good","D","VVS2",63.3,55,2310,5.08,5.06,3.21 +"50835",0.7,"Very Good","G","SI1",61.7,56,2310,5.66,5.75,3.52 +"50836",0.7,"Premium","E","SI1",62.4,60,2310,5.72,5.63,3.54 +"50837",0.7,"Very Good","E","SI2",59.6,63,2310,5.76,5.71,3.42 +"50838",0.62,"Very Good","D","VS1",63.4,55,2310,5.46,5.43,3.45 +"50839",0.51,"Premium","F","VVS2",61.9,56,2310,5.17,5.13,3.19 +"50840",0.7,"Ideal","G","SI1",61.9,58,2310,5.69,5.72,3.53 +"50841",0.9,"Fair","G","I1",66,58,2310,5.96,5.88,3.91 +"50842",0.7,"Good","E","SI2",57.8,61,2310,5.88,5.82,3.38 +"50843",0.7,"Good","D","SI2",58.5,65,2310,5.79,5.76,3.38 +"50844",0.7,"Very Good","E","SI2",63.5,54,2310,5.69,5.64,3.6 +"50845",0.62,"Very Good","D","VS2",59.2,59.1,2311,5.55,5.6,3.3 +"50846",0.72,"Good","G","VS2",63.4,53,2311,5.72,5.79,3.64 +"50847",0.83,"Good","J","SI1",63.8,58,2311,5.97,5.95,3.8 +"50848",0.72,"Premium","H","SI1",62.2,57,2311,5.75,5.72,3.57 +"50849",0.83,"Premium","J","SI1",62.8,58,2311,6,5.95,3.75 +"50850",0.55,"Very Good","E","VVS2",59.6,59,2312,5.32,5.39,3.19 +"50851",0.78,"Very Good","J","VS2",63,58,2312,5.84,5.87,3.69 +"50852",0.7,"Very Good","H","VS2",63.6,56,2312,5.6,5.63,3.57 +"50853",0.7,"Very Good","F","SI1",61.4,59,2312,5.67,5.7,3.49 +"50854",0.7,"Very Good","F","SI1",60.3,59,2312,5.73,5.78,3.47 +"50855",0.7,"Very Good","F","SI1",61.3,58,2312,5.7,5.72,3.5 +"50856",0.7,"Very Good","E","SI1",60.3,60,2312,5.77,5.81,3.49 +"50857",0.78,"Fair","F","SI2",64.6,53,2312,5.83,5.78,3.75 +"50858",0.72,"Ideal","I","VS2",61.6,55,2312,5.76,5.78,3.55 +"50859",0.7,"Ideal","G","SI1",61.1,57,2312,5.72,5.77,3.51 +"50860",0.7,"Good","D","SI2",59.3,64,2312,5.8,5.76,3.43 +"50861",0.54,"Premium","E","VVS2",61,59,2313,5.28,5.27,3.22 +"50862",0.7,"Very Good","F","SI1",61.7,59,2313,5.64,5.68,3.49 +"50863",0.71,"Very Good","E","SI2",62.2,58,2313,5.68,5.73,3.55 +"50864",0.82,"Very Good","J","SI1",62.9,57,2313,5.88,5.94,3.72 +"50865",0.6,"Ideal","G","VVS2",61.4,59,2313,5.37,5.41,3.31 +"50866",0.71,"Ideal","I","SI1",61.9,55,2313,5.7,5.74,3.54 +"50867",0.71,"Ideal","H","SI1",62.7,55,2313,5.66,5.7,3.56 +"50868",0.71,"Ideal","H","SI1",61.1,57,2313,5.71,5.75,3.5 +"50869",0.71,"Ideal","H","SI1",62.1,57,2313,5.68,5.73,3.54 +"50870",0.7,"Good","F","SI1",60,62,2313,5.73,5.83,3.47 +"50871",0.63,"Ideal","D","SI1",62,56,2313,5.5,5.47,3.4 +"50872",0.81,"Premium","I","SI1",61.8,58,2313,5.97,5.91,3.68 +"50873",0.81,"Ideal","H","SI2",63,57,2313,5.94,5.9,3.73 +"50874",0.81,"Premium","H","SI2",61.6,62,2313,6,5.92,3.67 +"50875",0.52,"Very Good","F","VVS1",62,57,2314,5.11,5.15,3.18 +"50876",0.55,"Very Good","G","IF",60.2,60,2314,5.29,5.38,3.21 +"50877",0.7,"Good","E","VS2",63.8,56,2314,5.58,5.61,3.57 +"50878",0.72,"Premium","F","SI1",61.6,60,2314,5.79,5.73,3.55 +"50879",0.7,"Premium","G","VS2",62.1,60,2314,5.71,5.65,3.53 +"50880",0.71,"Good","H","VS1",63.6,55,2315,5.58,5.65,3.57 +"50881",0.71,"Ideal","I","VS2",62.1,59,2315,5.73,5.7,3.55 +"50882",0.7,"Very Good","I","VS2",60.1,57,2316,5.79,5.82,3.49 +"50883",0.78,"Very Good","H","SI2",62.7,56,2316,5.85,5.89,3.68 +"50884",0.76,"Very Good","I","SI1",57.5,62,2316,6.03,6.08,3.48 +"50885",0.83,"Good","H","SI2",63.9,56,2316,5.93,5.99,3.81 +"50886",0.72,"Premium","G","SI1",61.3,56,2316,5.79,5.76,3.54 +"50887",0.9,"Premium","F","I1",61.9,59,2316,6.18,6.16,3.82 +"50888",0.6,"Premium","F","VVS2",62.4,56,2316,5.44,5.39,3.38 +"50889",0.72,"Premium","H","VS2",61.7,56,2316,5.77,5.73,3.55 +"50890",0.59,"Very Good","H","IF",61.7,56,2317,5.42,5.48,3.36 +"50891",0.7,"Premium","G","VS2",61.7,58,2317,5.68,5.73,3.52 +"50892",0.7,"Premium","G","VS2",60.8,58,2317,5.75,5.8,3.51 +"50893",0.71,"Ideal","G","SI1",62.3,56,2317,5.73,5.7,3.56 +"50894",0.71,"Premium","F","SI1",61.1,62,2317,5.76,5.72,3.51 +"50895",0.71,"Premium","D","SI2",61.6,60,2317,5.7,5.64,3.49 +"50896",0.51,"Ideal","E","VVS1",62.4,55,2317,5.08,5.12,3.18 +"50897",0.79,"Premium","I","SI1",61.8,60,2317,5.96,5.92,3.67 +"50898",0.73,"Fair","E","SI1",64.6,59,2317,5.69,5.64,3.66 +"50899",0.71,"Ideal","H","SI2",62.7,55,2317,5.68,5.64,3.56 +"50900",0.56,"Ideal","F","VS2",62.7,55,2318,5.32,5.27,3.32 +"50901",0.56,"Premium","F","VS2",60.7,57,2318,5.39,5.35,3.26 +"50902",0.54,"Very Good","D","VVS2",62.1,55,2318,5.21,5.26,3.25 +"50903",0.65,"Very Good","H","VVS1",61.6,58,2318,5.57,5.62,3.42 +"50904",0.72,"Very Good","G","SI1",63.3,53,2318,5.73,5.68,3.61 +"50905",0.72,"Ideal","G","SI1",62,56,2318,5.75,5.71,3.55 +"50906",0.8,"Fair","G","SI2",64.6,55,2318,5.86,5.75,3.75 +"50907",0.71,"Fair","I","VS1",57.1,57,2318,5.87,5.9,3.36 +"50908",0.7,"Good","D","SI1",64.2,60,2318,5.62,5.59,3.6 +"50909",0.7,"Fair","E","SI1",65.2,58,2318,5.57,5.54,3.62 +"50910",0.7,"Fair","D","SI1",64.6,57,2318,5.6,5.57,3.61 +"50911",0.56,"Ideal","G","VVS1",62,56,2318,5.3,5.28,3.28 +"50912",0.56,"Ideal","F","VVS2",61.9,56,2318,5.32,5.28,3.28 +"50913",0.72,"Premium","H","VS2",61.1,58,2318,5.78,5.74,3.52 +"50914",0.72,"Premium","F","SI1",62.6,59,2318,5.74,5.69,3.58 +"50915",0.7,"Very Good","E","SI1",63.4,56,2318,5.7,5.6,3.58 +"50916",0.6,"Ideal","F","VVS2",61.8,57,2318,5.42,5.36,3.33 +"50917",0.56,"Ideal","F","VVS2",60.3,56,2318,5.39,5.35,3.24 +"50918",0.7,"Very Good","D","SI1",62.5,63,2318,5.7,5.63,3.54 +"50919",0.7,"Good","D","SI1",64.2,62,2318,5.52,5.48,3.53 +"50920",0.72,"Premium","G","SI1",60.8,58,2318,5.8,5.74,3.51 +"50921",0.74,"Very Good","F","SI2",61.7,57,2319,5.78,5.85,3.59 +"50922",0.71,"Very Good","F","VS2",63.2,59,2319,5.66,5.6,3.56 +"50923",0.7,"Ideal","F","SI1",61.6,56,2319,5.73,5.67,3.51 +"50924",0.7,"Premium","F","SI1",60.2,58,2319,5.76,5.7,3.45 +"50925",0.7,"Premium","F","SI1",61.9,58,2319,5.69,5.65,3.51 +"50926",0.61,"Premium","F","VVS2",63,60,2319,5.35,5.29,3.35 +"50927",0.59,"Ideal","D","VS1",62,56,2319,5.35,5.39,3.33 +"50928",0.71,"Ideal","I","SI1",61.6,55,2319,5.72,5.74,3.53 +"50929",0.71,"Ideal","I","SI1",60.2,60,2319,5.77,5.79,3.48 +"50930",0.71,"Ideal","I","SI1",62.3,53,2319,5.69,5.82,3.56 +"50931",0.71,"Ideal","I","SI1",62,54,2319,5.72,5.75,3.55 +"50932",0.71,"Ideal","I","SI1",62.1,55,2319,5.67,5.73,3.55 +"50933",0.71,"Ideal","I","SI1",61,56,2319,5.75,5.78,3.52 +"50934",0.7,"Premium","D","SI2",62.1,60,2319,5.73,5.71,3.55 +"50935",0.57,"Ideal","E","VS2",61.3,57,2319,5.38,5.29,3.27 +"50936",0.57,"Ideal","E","VS2",61,54,2319,5.43,5.39,3.3 +"50937",0.51,"Very Good","E","VVS2",61.3,55,2320,5.14,5.16,3.16 +"50938",0.51,"Very Good","E","VVS2",61.8,56,2320,5.13,5.16,3.18 +"50939",0.71,"Good","F","VS2",63,59,2320,5.59,5.65,3.54 +"50940",0.63,"Ideal","G","VS2",61.9,58,2320,5.48,5.51,3.4 +"50941",0.73,"Ideal","H","SI1",62.6,57,2320,5.66,5.74,3.57 +"50942",0.72,"Premium","E","SI2",60.4,58,2320,5.82,5.78,3.5 +"50943",0.56,"Very Good","F","VVS1",61.7,56,2321,5.26,5.3,3.26 +"50944",0.73,"Ideal","G","SI1",62.3,54,2321,5.81,5.78,3.61 +"50945",0.8,"Very Good","J","VS1",63.4,56,2321,5.9,5.87,3.73 +"50946",0.57,"Ideal","F","VVS2",60.2,57,2321,5.38,5.41,3.25 +"50947",0.62,"Ideal","G","VS2",61.6,55,2321,5.51,5.53,3.4 +"50948",0.56,"Ideal","G","IF",62.2,54,2321,5.3,5.34,3.31 +"50949",0.56,"Ideal","G","IF",62,54,2321,5.3,5.32,3.29 +"50950",0.53,"Premium","D","VS1",61.3,58,2321,5.27,5.2,3.21 +"50951",0.87,"Premium","J","SI1",61.4,57,2321,6.17,6.14,3.78 +"50952",0.71,"Premium","E","SI2",62.7,59,2322,5.66,5.7,3.56 +"50953",0.74,"Good","G","VS2",64.2,53,2322,5.72,5.69,3.66 +"50954",0.95,"Fair","J","I1",64.9,56,2322,6.17,6.12,3.99 +"50955",0.57,"Ideal","F","VVS2",61.6,57,2322,5.32,5.36,3.29 +"50956",0.59,"Ideal","G","VVS1",61.5,57,2322,5.36,5.4,3.31 +"50957",0.66,"Very Good","H","VVS1",61.9,59,2323,5.59,5.65,3.48 +"50958",0.81,"Ideal","I","SI1",62.2,57,2323,5.95,5.98,3.71 +"50959",1.01,"Very Good","I","SI1",60.9,63,2323,6.51,6.43,3.94 +"50960",0.51,"Premium","E","VVS1",61.4,60,2323,5.11,5.05,3.12 +"50961",0.54,"Ideal","D","VVS2",61.2,55,2323,5.31,5.25,3.23 +"50962",0.54,"Premium","D","VVS2",59.1,60,2323,5.36,5.34,3.16 +"50963",0.7,"Very Good","E","SI2",60.8,57,2324,5.66,5.72,3.46 +"50964",0.61,"Ideal","E","VS1",62.1,57,2324,5.41,5.47,3.38 +"50965",0.7,"Very Good","F","VS2",62.2,56,2325,5.67,5.75,3.55 +"50966",0.6,"Ideal","D","VS2",61.5,55,2325,5.42,5.45,3.34 +"50967",0.71,"Ideal","G","SI2",60.6,57,2325,5.81,5.87,3.54 +"50968",0.71,"Very Good","I","VS1",62.3,60,2326,5.69,5.73,3.56 +"50969",0.71,"Very Good","F","SI2",61.6,59,2326,5.7,5.76,3.53 +"50970",0.72,"Very Good","I","VS2",62.1,57.5,2326,5.72,5.74,3.57 +"50971",0.31,"Very Good","H","VS1",62.4,58,544,4.28,4.34,2.69 +"50972",0.31,"Good","E","SI1",63.4,57,544,4.31,4.33,2.74 +"50973",0.31,"Very Good","H","VS1",61.5,61,544,4.31,4.34,2.66 +"50974",0.31,"Good","E","SI1",63.3,55,544,4.33,4.36,2.75 +"50975",0.31,"Very Good","H","VS1",61.8,61,544,4.32,4.36,2.68 +"50976",0.31,"Premium","G","VS2",62.4,59,544,4.34,4.38,2.72 +"50977",0.31,"Very Good","E","SI1",58.3,60,544,4.48,4.51,2.62 +"50978",0.31,"Premium","G","VS2",59.2,60,544,4.42,4.47,2.63 +"50979",0.31,"Premium","G","VS2",61.5,60,544,4.31,4.34,2.66 +"50980",0.31,"Very Good","G","VS2",61,56,544,4.35,4.37,2.66 +"50981",0.31,"Ideal","H","VS1",61.6,56,544,4.34,4.36,2.68 +"50982",0.31,"Good","E","SI1",63.1,54,544,4.31,4.34,2.73 +"50983",0.31,"Good","E","SI1",63.4,55,544,4.32,4.33,2.74 +"50984",0.31,"Premium","G","VS2",61.7,58,544,4.32,4.34,2.67 +"50985",0.31,"Good","E","SI1",63.1,55,544,4.33,4.36,2.74 +"50986",0.31,"Ideal","H","VS1",62.4,55,544,4.33,4.36,2.71 +"50987",0.31,"Very Good","H","VS1",62.9,58,544,4.31,4.34,2.72 +"50988",0.31,"Ideal","G","VS2",62.7,57,544,4.31,4.34,2.71 +"50989",0.31,"Ideal","H","VS1",62.1,54,544,4.3,4.37,2.69 +"50990",0.31,"Ideal","G","VS2",61.6,55,544,4.37,4.39,2.7 +"50991",0.31,"Good","E","SI1",63.1,57,544,4.3,4.35,2.73 +"50992",0.31,"Good","G","VS2",63.4,59,544,4.29,4.32,2.73 +"50993",0.31,"Very Good","E","SI1",62.3,56,544,4.37,4.4,2.73 +"50994",0.31,"Very Good","E","SI1",62.8,57,544,4.32,4.34,2.72 +"50995",0.31,"Premium","G","VS2",61.7,59,544,4.31,4.34,2.67 +"50996",0.31,"Very Good","G","VS2",60.7,61,544,4.33,4.37,2.64 +"50997",0.31,"Premium","G","VS2",60.9,58,544,4.35,4.38,2.66 +"50998",0.31,"Very Good","I","VVS2",62.2,57,544,4.34,4.37,2.71 +"50999",0.31,"Premium","I","VVS2",62.1,58,544,4.3,4.33,2.68 +"51000",0.31,"Good","E","VS2",63.4,55,544,4.32,4.35,2.75 +"51001",0.73,"Very Good","F","SI1",61.6,62,2326,5.71,5.76,3.53 +"51002",0.73,"Very Good","F","SI1",59.3,61,2326,5.82,5.85,3.46 +"51003",0.59,"Premium","D","VS1",61.9,58,2326,5.37,5.32,3.31 +"51004",0.71,"Ideal","H","SI1",62.3,54,2326,5.74,5.76,3.58 +"51005",0.76,"Good","I","SI1",64.3,60,2326,5.69,5.64,3.64 +"51006",0.68,"Premium","G","VS1",58.6,59,2326,5.8,5.77,3.39 +"51007",0.7,"Ideal","H","SI2",61.6,56,2326,5.77,5.72,3.53 +"51008",1,"Fair","G","SI2",70.2,58,2326,6,5.73,4.13 +"51009",0.74,"Very Good","I","VS2",60.8,59,2327,5.83,5.85,3.55 +"51010",0.73,"Ideal","I","VS2",62.1,54,2327,5.79,5.8,3.6 +"51011",0.73,"Ideal","I","VS2",61.6,54,2327,5.81,5.84,3.59 +"51012",0.74,"Ideal","H","SI2",62.1,57,2327,5.75,5.81,3.59 +"51013",0.74,"Ideal","I","SI1",62.3,57,2327,5.76,5.79,3.6 +"51014",0.74,"Good","H","VS2",63,57,2327,5.72,5.77,3.62 +"51015",0.71,"Premium","I","VS1",61.8,58,2327,5.76,5.72,3.55 +"51016",0.71,"Good","I","VS1",63.6,56,2327,5.7,5.65,3.61 +"51017",0.71,"Ideal","I","VS1",62.1,56,2327,5.72,5.68,3.54 +"51018",0.71,"Very Good","I","VS1",63.3,56,2327,5.69,5.65,3.59 +"51019",0.71,"Good","I","VS1",61.5,64,2327,5.76,5.65,3.51 +"51020",0.71,"Fair","F","SI2",60.1,68,2327,5.8,5.72,3.46 +"51021",1.14,"Good","G","I1",63.7,56,2327,6.63,6.55,4.2 +"51022",0.71,"Very Good","I","VS1",59,57,2328,5.85,5.88,3.46 +"51023",0.74,"Premium","F","SI2",61.4,57,2328,5.82,5.8,3.57 +"51024",0.74,"Premium","F","SI2",59.6,58,2328,5.91,5.87,3.51 +"51025",0.72,"Ideal","D","SI2",61.2,57,2328,5.76,5.8,3.54 +"51026",0.71,"Ideal","H","SI1",60.7,59,2328,5.75,5.81,3.51 +"51027",0.76,"Fair","H","SI1",61.9,70,2328,5.84,5.77,3.59 +"51028",0.74,"Premium","G","SI2",62.8,54,2328,5.76,5.73,3.61 +"51029",0.7,"Premium","G","VS2",58.2,60,2328,5.84,5.78,3.38 +"51030",0.71,"Ideal","E","SI1",62,56,2329,5.77,5.72,3.56 +"51031",0.71,"Ideal","E","SI1",61.5,57,2329,5.78,5.74,3.54 +"51032",0.7,"Premium","G","VS1",62.9,59,2329,5.63,5.56,3.52 +"51033",0.48,"Very Good","D","VVS2",59.5,57,2329,5.16,5.12,3.06 +"51034",0.73,"Very Good","I","VS2",59,61,2329,5.84,5.88,3.46 +"51035",0.8,"Very Good","I","SI2",60.7,56,2329,6.01,6.03,3.66 +"51036",0.76,"Premium","E","SI2",59.3,62,2329,6.01,5.96,3.55 +"51037",0.71,"Premium","E","SI1",58.9,61,2329,5.79,5.75,3.4 +"51038",0.75,"Premium","H","SI1",60.2,59,2329,5.92,5.88,3.55 +"51039",0.73,"Premium","F","SI2",62,57,2329,5.79,5.76,3.58 +"51040",0.75,"Premium","I","VS2",60,57,2329,5.93,5.9,3.55 +"51041",0.82,"Premium","E","SI2",60,56,2329,6.11,6.08,3.66 +"51042",0.7,"Premium","H","VS2",60.8,59,2330,5.71,5.74,3.48 +"51043",0.7,"Good","H","VS2",64.2,58,2330,5.58,5.61,3.59 +"51044",0.7,"Good","H","VS2",63.9,59,2330,5.6,5.64,3.59 +"51045",0.7,"Premium","H","VS2",61.8,60,2330,5.68,5.71,3.52 +"51046",0.73,"Very Good","G","SI1",59.8,61,2330,5.83,5.85,3.49 +"51047",0.7,"Very Good","H","VS2",61.6,55,2330,5.71,5.75,3.53 +"51048",0.73,"Ideal","H","SI1",62.8,57,2330,5.77,5.72,3.61 +"51049",0.73,"Fair","I","VS1",55.9,66,2330,6.11,6.01,3.39 +"51050",0.75,"Premium","H","SI1",60.7,62,2331,5.87,5.82,3.55 +"51051",0.61,"Ideal","G","VVS2",62.4,53.8,2331,5.42,5.45,3.39 +"51052",0.71,"Good","F","SI1",63.9,57,2331,5.57,5.61,3.57 +"51053",0.55,"Premium","D","VVS2",58.7,57,2331,5.44,5.39,3.18 +"51054",0.7,"Premium","H","SI1",62.8,57,2331,5.66,5.61,3.54 +"51055",0.7,"Premium","H","SI1",60.9,62,2331,5.72,5.65,3.46 +"51056",0.7,"Premium","H","SI1",60,60,2331,5.79,5.72,3.5 +"51057",0.7,"Premium","H","SI1",59,60,2331,5.86,5.81,3.44 +"51058",0.71,"Ideal","F","SI2",59.3,57,2331,5.86,5.81,3.46 +"51059",0.71,"Premium","F","SI2",60.2,60,2331,5.8,5.77,3.48 +"51060",0.7,"Very Good","G","VS2",63.5,57,2331,5.68,5.66,3.6 +"51061",0.53,"Premium","E","VVS2",62.4,56,2331,5.19,5.17,3.23 +"51062",0.7,"Very Good","I","VS1",62.2,57,2332,5.69,5.72,3.55 +"51063",0.71,"Very Good","I","VS1",61.1,57,2332,5.75,5.8,3.53 +"51064",0.64,"Very Good","D","VS2",58.6,59,2332,5.7,5.74,3.35 +"51065",0.65,"Very Good","I","IF",61,55,2332,5.65,5.73,3.47 +"51066",0.78,"Ideal","H","SI2",61.6,54,2332,5.94,5.88,3.64 +"51067",0.7,"Ideal","E","SI2",62,58,2332,5.66,5.7,3.52 +"51068",0.7,"Ideal","E","SI2",61,55,2332,5.76,5.78,3.52 +"51069",0.72,"Premium","E","SI1",62.8,52,2333,5.78,5.72,3.61 +"51070",0.54,"Ideal","F","VS2",61.3,57,2333,5.29,5.24,3.23 +"51071",0.71,"Very Good","F","SI1",61.1,57,2333,5.71,5.74,3.5 +"51072",0.71,"Very Good","F","SI1",61.9,56,2333,5.67,5.7,3.52 +"51073",0.7,"Premium","F","SI1",62.5,59,2333,5.65,5.67,3.54 +"51074",0.96,"Good","I","I1",58.6,64,2333,6.34,6.26,3.69 +"51075",0.54,"Ideal","F","VVS2",61.8,55,2333,5.27,5.25,3.25 +"51076",0.7,"Premium","H","VS1",62.3,60,2333,5.65,5.61,3.51 +"51077",0.7,"Premium","E","SI1",62.9,58,2333,5.68,5.61,3.55 +"51078",0.52,"Ideal","F","VVS1",62.3,56,2333,5.14,5.16,3.21 +"51079",0.54,"Ideal","F","VVS2",61.2,55,2333,5.27,5.25,3.22 +"51080",0.72,"Good","G","SI2",63.7,59,2333,5.74,5.65,3.63 +"51081",0.72,"Premium","I","VS2",60.9,60,2333,5.8,5.76,3.52 +"51082",0.72,"Very Good","F","SI1",63.1,55,2333,5.75,5.7,3.61 +"51083",0.71,"Very Good","G","SI1",61.7,56,2334,5.7,5.74,3.53 +"51084",0.77,"Very Good","F","SI2",59.7,57,2334,5.97,6.05,3.59 +"51085",0.54,"Ideal","F","VVS2",62.3,53.7,2334,5.22,5.26,3.26 +"51086",0.89,"Fair","I","VS1",68.2,65,2334,5.82,5.74,3.94 +"51087",0.52,"Ideal","D","VVS2",59.9,57,2334,5.28,5.21,3.14 +"51088",0.72,"Premium","H","SI1",59.9,58,2334,5.85,5.81,3.49 +"51089",0.7,"Very Good","H","VS2",60,57,2335,5.74,5.8,3.46 +"51090",0.7,"Very Good","E","SI2",59.8,58,2335,5.74,5.76,3.44 +"51091",0.73,"Premium","E","SI2",60.6,59,2335,5.85,5.8,3.53 +"51092",0.73,"Ideal","I","VS2",62.2,54,2335,5.76,5.78,3.59 +"51093",0.7,"Ideal","G","SI1",61.1,55,2335,5.72,5.76,3.51 +"51094",0.71,"Ideal","F","SI1",60.9,56,2335,5.79,5.81,3.53 +"51095",0.7,"Good","I","VVS2",59.7,59,2335,5.73,5.77,3.43 +"51096",0.73,"Very Good","E","SI2",63.2,60,2335,5.76,5.71,3.62 +"51097",0.71,"Very Good","G","VS2",62.3,63,2335,5.7,5.64,3.53 +"51098",0.7,"Good","H","SI1",63.7,59,2335,5.59,5.53,3.54 +"51099",0.7,"Premium","E","SI2",63,58,2335,5.69,5.64,3.57 +"51100",0.59,"Ideal","G","VS2",61.9,57,2336,5.41,5.38,3.34 +"51101",0.56,"Very Good","G","VVS2",62.1,55.6,2336,5.29,5.31,3.29 +"51102",1.17,"Fair","I","I1",64.5,59,2336,6.67,6.47,4.25 +"51103",1.03,"Premium","H","I1",62.9,59,2336,6.41,6.3,4 +"51104",0.72,"Very Good","I","VS2",63.3,55,2337,5.7,5.74,3.62 +"51105",0.72,"Very Good","I","VS2",61.1,56,2337,5.76,5.79,3.53 +"51106",0.72,"Very Good","I","VS2",63.9,58,2337,5.65,5.68,3.62 +"51107",0.73,"Very Good","H","VS2",63.1,57.3,2337,5.65,5.7,3.59 +"51108",0.7,"Very Good","D","SI2",61.4,58,2337,5.7,5.74,3.51 +"51109",0.72,"Ideal","I","VS2",61.1,56,2337,5.76,5.82,3.54 +"51110",0.72,"Ideal","E","SI2",61.7,57,2337,5.72,5.78,3.55 +"51111",0.7,"Good","F","SI1",59.7,64,2337,5.71,5.74,3.42 +"51112",0.75,"Premium","D","SI2",60.6,56,2337,5.94,5.9,3.59 +"51113",0.83,"Good","H","SI2",63.9,56,2337,5.99,5.93,3.81 +"51114",0.52,"Ideal","G","VVS2",61.7,55,2338,5.21,5.23,3.22 +"51115",0.77,"Good","H","SI1",63,65,2338,5.82,5.74,3.64 +"51116",0.7,"Very Good","G","VS2",63.4,58,2338,5.63,5.57,3.55 +"51117",0.76,"Ideal","H","SI1",61.7,56,2338,5.87,5.84,3.61 +"51118",0.97,"Fair","F","SI2",67.2,61,2338,6.09,6,4.06 +"51119",0.7,"Fair","G","VS2",65.3,57,2338,5.58,5.47,3.61 +"51120",0.57,"Ideal","F","VVS2",62,55,2339,5.3,5.31,3.29 +"51121",0.57,"Ideal","F","VVS2",62.1,56,2339,5.31,5.35,3.31 +"51122",0.71,"Very Good","H","SI2",62.2,55.1,2339,5.7,5.72,3.55 +"51123",0.82,"Fair","G","SI1",66.4,54,2339,5.87,5.82,3.88 +"51124",0.7,"Premium","D","SI1",62.1,62,2339,5.63,5.58,3.48 +"51125",0.7,"Fair","D","SI1",66.5,55,2339,5.51,5.47,3.65 +"51126",0.57,"Ideal","F","VVS1",61.9,54.8,2339,5.3,5.36,3.3 +"51127",0.6,"Ideal","E","VS1",59.6,59,2339,5.52,5.45,3.27 +"51128",1.05,"Premium","I","I1",61.8,56,2339,6.53,6.48,4.02 +"51129",0.72,"Ideal","I","VVS2",62.4,53,2340,5.75,5.78,3.6 +"51130",0.71,"Ideal","E","SI2",58.7,57,2340,5.89,5.86,3.44 +"51131",0.58,"Ideal","F","VVS2",62,55,2340,5.32,5.4,3.31 +"51132",0.72,"Ideal","F","SI2",61.7,55,2340,5.77,5.81,3.57 +"51133",0.78,"Premium","F","SI2",60.6,57,2340,5.98,5.94,3.61 +"51134",0.53,"Ideal","D","VS1",61.6,56,2340,5.23,5.19,3.21 +"51135",0.71,"Premium","E","SI2",60.5,59,2340,5.78,5.75,3.49 +"51136",0.65,"Ideal","F","VS1",62.2,57,2340,5.6,5.53,3.46 +"51137",0.78,"Ideal","E","SI2",60.8,56,2340,5.98,5.92,3.62 +"51138",0.73,"Premium","E","SI2",60.1,59,2341,5.87,5.82,3.51 +"51139",0.51,"Premium","F","VVS1",62.6,57,2341,5.1,5.06,3.18 +"51140",1.01,"Fair","I","I1",56.1,63,2342,6.7,6.65,3.74 +"51141",0.71,"Ideal","G","SI1",62.8,56,2342,5.72,5.75,3.6 +"51142",0.91,"Good","E","I1",57.7,63,2342,6.35,6.3,3.65 +"51143",0.7,"Premium","E","SI2",61.8,60,2342,5.65,5.61,3.48 +"51144",0.7,"Very Good","F","SI1",60.3,57,2343,5.73,5.77,3.47 +"51145",0.71,"Very Good","F","SI1",63.1,57,2343,5.69,5.66,3.58 +"51146",0.7,"Ideal","I","SI1",61.2,55,2343,5.71,5.76,3.51 +"51147",0.7,"Ideal","F","SI1",61.8,58,2343,5.7,5.75,3.54 +"51148",0.71,"Premium","E","SI2",62.7,59,2343,5.7,5.66,3.56 +"51149",0.71,"Very Good","E","SI2",58.4,63,2343,5.85,5.8,3.4 +"51150",0.71,"Premium","F","SI2",62,59,2343,5.68,5.65,3.51 +"51151",1.02,"Good","G","I1",57.4,59,2344,6.64,6.6,3.8 +"51152",0.81,"Premium","H","SI2",60,59,2344,6.03,5.97,3.62 +"51153",0.9,"Good","G","I1",63.6,61,2344,6.07,6.03,3.85 +"51154",0.62,"Fair","E","VS1",58.8,67,2344,5.66,5.57,3.29 +"51155",0.63,"Premium","E","VS2",62.4,59,2344,5.5,5.46,3.42 +"51156",0.62,"Ideal","F","VS1",61.9,55,2344,5.46,5.19,3.39 +"51157",0.71,"Very Good","F","SI1",64,58,2345,5.59,5.66,3.6 +"51158",0.72,"Very Good","E","SI2",59.8,58,2345,5.84,5.86,3.5 +"51159",0.72,"Very Good","I","SI1",63.2,57,2345,5.71,5.75,3.62 +"51160",0.71,"Premium","F","SI1",60.2,60,2345,5.79,5.71,3.46 +"51161",0.72,"Ideal","E","SI2",62.7,57,2345,5.71,5.78,3.6 +"51162",0.71,"Ideal","G","SI1",61.5,57,2345,5.74,5.78,3.54 +"51163",0.59,"Ideal","F","VVS2",61.2,56,2345,5.45,5.43,3.33 +"51164",0.71,"Premium","F","SI1",58.5,59,2345,5.87,5.82,3.42 +"51165",0.71,"Good","F","SI1",63.6,54,2345,5.65,5.61,3.58 +"51166",0.51,"Premium","F","VS1",60.2,58,2346,5.25,5.21,3.15 +"51167",0.71,"Very Good","F","SI1",62.1,59,2346,5.64,5.73,3.53 +"51168",0.8,"Premium","H","SI2",62.2,58,2346,5.99,5.93,3.71 +"51169",0.71,"Ideal","F","SI1",62.7,55,2346,5.65,5.74,3.57 +"51170",0.79,"Good","H","SI2",59.2,58,2346,6.05,6.07,3.59 +"51171",0.5,"Ideal","E","VVS2",62.4,54,2346,5.11,5.09,3.18 +"51172",0.5,"Ideal","E","VVS2",62.2,57,2346,5.08,5.05,3.15 +"51173",0.73,"Premium","F","SI1",59.3,61,2346,5.85,5.82,3.46 +"51174",0.34,"Ideal","D","IF",62.1,57,2346,4.52,4.46,2.79 +"51175",0.34,"Ideal","D","IF",59.8,57,2346,4.59,4.57,2.74 +"51176",0.73,"Premium","F","SI1",61.6,62,2346,5.76,5.71,3.53 +"51177",0.73,"Premium","F","SI1",62.4,55,2346,5.78,5.71,3.59 +"51178",0.75,"Very Good","F","SI1",63.1,58,2347,5.7,5.74,3.61 +"51179",0.76,"Very Good","F","SI2",63.3,55,2347,5.79,5.83,3.68 +"51180",0.6,"Ideal","G","VVS2",62,57,2347,5.41,5.46,3.37 +"51181",0.71,"Ideal","E","VS2",62.5,56,2347,5.7,5.75,3.58 +"51182",0.7,"Good","H","VS2",59.7,57,2347,5.75,5.8,3.45 +"51183",0.72,"Ideal","I","VS2",62.1,58,2347,5.74,5.72,3.57 +"51184",0.78,"Very Good","H","SI2",63.1,56,2348,5.84,5.88,3.7 +"51185",0.78,"Very Good","I","SI1",63.5,57,2348,5.79,5.86,3.7 +"51186",0.7,"Premium","D","SI2",62.8,61,2348,5.61,5.57,3.51 +"51187",0.79,"Very Good","H","SI2",63.2,55,2348,5.93,5.9,3.74 +"51188",0.7,"Premium","F","SI1",62.8,59,2348,5.66,5.59,3.53 +"51189",0.7,"Premium","F","SI1",61.6,55,2348,5.7,5.66,3.5 +"51190",0.7,"Premium","F","SI1",61.7,61,2348,5.7,5.67,3.51 +"51191",0.91,"Good","I","SI1",64,58,2348,6.01,5.99,3.84 +"51192",0.7,"Ideal","F","SI1",61.5,56,2348,5.74,5.7,3.52 +"51193",0.7,"Very Good","E","SI1",62.9,57,2349,5.6,5.66,3.54 +"51194",0.7,"Premium","E","SI1",60.1,58,2349,5.81,5.83,3.5 +"51195",0.81,"Premium","J","VS1",61.7,61,2350,5.94,5.9,3.65 +"51196",0.6,"Premium","F","VVS2",61.3,59,2350,5.45,5.41,3.33 +"51197",0.73,"Ideal","G","SI1",62.5,55,2351,5.78,5.74,3.6 +"51198",0.61,"Very Good","G","VVS2",62.3,59,2351,5.4,5.45,3.38 +"51199",0.57,"Very Good","F","VVS2",60.7,58,2351,5.32,5.35,3.24 +"51200",0.73,"Fair","I","VVS2",64.4,59,2351,5.65,5.62,3.63 +"51201",0.7,"Ideal","I","VS2",61.6,56,2351,5.67,5.72,3.51 +"51202",0.72,"Ideal","I","SI1",61.3,56,2351,5.78,5.81,3.55 +"51203",0.7,"Fair","H","VS2",67.8,56,2351,5.42,5.38,3.66 +"51204",0.7,"Good","H","VS2",64.2,58,2351,5.61,5.58,3.59 +"51205",0.7,"Good","H","VS2",63.9,59,2351,5.64,5.6,3.59 +"51206",0.73,"Ideal","G","SI1",62.1,54,2351,5.81,5.76,3.59 +"51207",0.73,"Premium","G","SI1",62.8,59,2351,5.76,5.68,3.59 +"51208",0.73,"Premium","F","SI2",60.5,57,2351,5.84,5.8,3.52 +"51209",0.73,"Premium","I","VVS2",61.5,58,2351,5.78,5.73,3.54 +"51210",0.74,"Very Good","I","SI1",63.8,58,2352,5.72,5.76,3.66 +"51211",0.76,"Very Good","I","SI1",62,56,2352,5.81,5.84,3.61 +"51212",0.71,"Premium","H","VS2",62.2,59,2352,5.68,5.64,3.52 +"51213",0.71,"Premium","F","SI1",62.2,58,2352,5.74,5.67,3.55 +"51214",0.7,"Ideal","G","SI1",61.9,57,2352,5.69,5.65,3.51 +"51215",0.7,"Premium","G","SI1",60.3,61,2352,5.75,5.72,3.46 +"51216",0.7,"Ideal","G","SI1",62.2,56,2352,5.72,5.69,3.55 +"51217",0.7,"Premium","G","SI1",62.8,58,2352,5.66,5.62,3.54 +"51218",0.71,"Ideal","G","SI1",62.9,57,2352,5.67,5.62,3.55 +"51219",0.59,"Ideal","D","VS2",60.9,57,2352,5.42,5.48,3.32 +"51220",0.5,"Ideal","H","IF",61.8,56,2352,5.1,5.13,3.16 +"51221",0.7,"Premium","I","VVS2",60.1,59,2352,5.8,5.72,3.46 +"51222",0.71,"Good","F","SI1",63.9,57,2352,5.61,5.57,3.57 +"51223",0.71,"Fair","E","SI1",64.7,59,2352,5.61,5.58,3.62 +"51224",0.71,"Fair","D","SI1",65.1,59,2352,5.59,5.56,3.63 +"51225",0.7,"Premium","G","SI1",62,61,2352,5.71,5.68,3.53 +"51226",0.7,"Fair","G","SI1",61.7,66,2352,5.7,5.58,3.48 +"51227",0.7,"Premium","G","SI1",59,62,2352,5.77,5.75,3.4 +"51228",0.7,"Fair","D","SI1",64.9,64,2352,5.57,5.5,3.59 +"51229",0.7,"Good","H","VS2",59.1,65,2352,5.85,5.75,3.43 +"51230",0.72,"Premium","G","SI1",62.8,60,2352,5.78,5.68,3.6 +"51231",0.7,"Fair","E","VS2",65.6,61,2352,5.62,5.47,3.64 +"51232",0.56,"Ideal","E","VS1",60,55,2352,5.43,5.4,3.25 +"51233",0.7,"Ideal","G","SI1",62.7,57,2352,5.69,5.64,3.55 +"51234",0.71,"Premium","G","SI1",60.4,59,2352,5.81,5.75,3.49 +"51235",0.7,"Very Good","G","VS2",63.2,57,2353,5.61,5.66,3.56 +"51236",0.72,"Very Good","G","SI1",63.1,57,2353,5.66,5.72,3.59 +"51237",0.7,"Ideal","I","VVS2",62.5,54,2353,5.68,5.71,3.56 +"51238",0.7,"Ideal","I","VVS2",62.3,55,2353,5.66,5.7,3.54 +"51239",0.7,"Ideal","I","VVS2",62.1,56,2353,5.65,5.71,3.53 +"51240",0.7,"Good","G","VS2",63.8,59,2353,5.51,5.55,3.53 +"51241",0.74,"Very Good","I","VS1",63.4,57,2353,5.81,5.76,3.67 +"51242",0.71,"Very Good","H","SI1",62.1,61,2354,5.63,5.71,3.52 +"51243",0.7,"Premium","F","SI1",61.5,57,2354,5.74,5.68,3.51 +"51244",0.72,"Ideal","H","SI1",62.3,54,2354,5.78,5.75,3.59 +"51245",0.71,"Good","H","SI1",57.9,62,2354,5.82,5.86,3.38 +"51246",0.7,"Premium","F","SI1",62.5,59,2354,5.67,5.65,3.54 +"51247",0.7,"Very Good","D","SI2",63.3,57,2354,5.64,5.6,3.56 +"51248",0.7,"Premium","D","SI2",60.5,58,2354,5.8,5.74,3.49 +"51249",0.7,"Good","H","VVS2",64.3,60,2355,5.59,5.55,3.58 +"51250",0.72,"Premium","E","SI2",62.6,59,2355,5.7,5.74,3.58 +"51251",0.72,"Ideal","E","SI2",62.4,57,2355,5.73,5.77,3.59 +"51252",0.7,"Ideal","F","SI2",62,56,2355,5.68,5.71,3.53 +"51253",0.73,"Ideal","F","SI2",62.2,60,2355,5.72,5.75,3.57 +"51254",0.7,"Ideal","I","VS1",62.2,57,2355,5.69,5.66,3.53 +"51255",0.7,"Premium","D","SI1",61.8,59,2355,5.64,5.6,3.47 +"51256",0.54,"Very Good","F","VVS1",59.7,56,2356,5.33,5.35,3.19 +"51257",0.54,"Ideal","F","VVS1",60.8,56,2356,5.28,5.34,3.23 +"51258",0.54,"Ideal","F","VVS1",60.5,55,2356,5.31,5.33,3.22 +"51259",0.97,"Fair","I","I1",67.3,55,2357,6.08,6.02,4.07 +"51260",0.63,"Ideal","G","VS2",60.9,56,2357,5.57,5.6,3.4 +"51261",0.58,"Ideal","E","VS2",61.6,55,2357,5.36,5.39,3.31 +"51262",0.56,"Ideal","G","VVS2",62.1,56,2357,5.31,5.29,3.29 +"51263",0.7,"Premium","D","SI1",58.8,59,2357,5.86,5.84,3.44 +"51264",0.97,"Ideal","I","I1",61.6,53,2357,6.43,6.4,3.95 +"51265",0.83,"Good","F","SI2",57.5,61,2358,6.22,6.17,3.56 +"51266",0.6,"Ideal","F","VS2",61.5,56,2358,5.43,5.47,3.35 +"51267",0.76,"Ideal","I","SI1",61.9,56,2358,5.85,5.88,3.63 +"51268",0.7,"Fair","D","SI2",58.1,60,2358,5.79,5.82,3.37 +"51269",0.82,"Fair","H","SI2",65.1,58,2358,5.86,5.81,3.8 +"51270",0.72,"Very Good","I","VS2",61.6,59,2359,5.71,5.75,3.53 +"51271",0.73,"Very Good","E","SI2",59.6,57,2359,5.87,5.91,3.51 +"51272",0.73,"Very Good","H","SI1",62.7,59,2359,5.74,5.77,3.61 +"51273",0.52,"Ideal","F","VVS2",60.8,55,2359,5.21,5.25,3.19 +"51274",0.55,"Ideal","F","VVS1",62.1,56,2359,5.25,5.28,3.27 +"51275",0.72,"Ideal","F","SI2",62,57,2359,5.72,5.76,3.56 +"51276",0.72,"Ideal","H","SI1",61.8,54,2359,5.76,5.8,3.57 +"51277",0.72,"Ideal","H","SI1",61.7,54,2359,5.77,5.81,3.57 +"51278",0.84,"Fair","I","VS2",65.1,57,2359,5.91,5.85,3.83 +"51279",0.58,"Ideal","E","VS1",60.8,57,2359,5.42,5.41,3.29 +"51280",0.78,"Fair","G","SI1",64.6,56,2359,5.86,5.79,3.76 +"51281",0.7,"Very Good","I","VS2",60.8,61,2360,5.72,5.76,3.49 +"51282",0.73,"Very Good","F","SI1",63.5,56,2360,5.68,5.72,3.62 +"51283",0.77,"Premium","E","SI2",58.2,60,2360,6.01,5.95,3.48 +"51284",0.71,"Ideal","I","VS2",62.3,58,2360,5.67,5.72,3.55 +"51285",0.57,"Ideal","F","VVS2",62,55,2360,5.31,5.3,3.29 +"51286",0.57,"Ideal","F","VVS2",62.1,56,2360,5.35,5.31,3.31 +"51287",0.72,"Premium","F","SI1",59.3,59,2360,5.85,5.81,3.46 +"51288",0.71,"Ideal","H","SI2",62.2,55,2360,5.72,5.7,3.55 +"51289",0.57,"Premium","D","VS1",60.6,59,2360,5.38,5.32,3.24 +"51290",0.77,"Ideal","E","SI2",61,57,2360,5.95,5.92,3.62 +"51291",0.57,"Ideal","F","VVS2",61.5,57,2360,5.36,5.31,3.28 +"51292",0.75,"Premium","E","SI1",59.8,60,2360,5.9,5.84,3.51 +"51293",1.2,"Premium","F","I1",62.9,58,2360,6.86,6.79,4.29 +"51294",0.72,"Good","E","SI1",63.7,58,2361,5.71,5.66,3.62 +"51295",0.72,"Ideal","H","SI1",62,57,2361,5.73,5.76,3.56 +"51296",0.54,"Ideal","G","IF",61.6,57,2361,5.22,5.27,3.23 +"51297",0.73,"Ideal","E","SI1",60.9,56,2361,5.84,5.79,3.54 +"51298",0.7,"Premium","F","SI2",59.1,58,2362,5.85,5.83,3.45 +"51299",0.7,"Very Good","F","VS2",61,59,2362,5.69,5.75,3.49 +"51300",0.7,"Good","F","VS2",62.9,58,2362,5.61,5.65,3.54 +"51301",0.31,"Ideal","G","VS2",62,57,544,4.34,4.37,2.7 +"51302",0.31,"Premium","E","SI1",59.3,59,544,4.42,4.48,2.64 +"51303",0.31,"Very Good","H","VS1",62.8,58,544,4.29,4.31,2.7 +"51304",0.31,"Good","E","SI1",63.5,57,544,4.28,4.32,2.73 +"51305",0.31,"Premium","I","VVS2",61.7,58,544,4.38,4.4,2.71 +"51306",0.31,"Ideal","H","VS1",61.7,57,544,4.32,4.34,2.67 +"51307",0.31,"Premium","G","VS2",59.8,60,544,4.4,4.43,2.64 +"51308",0.31,"Very Good","G","VS2",59,60,544,4.37,4.41,2.59 +"51309",0.31,"Premium","E","SI1",62.6,60,544,4.31,4.35,2.71 +"51310",0.31,"Good","E","SI1",63.4,55,544,4.32,4.35,2.75 +"51311",0.31,"Good","H","VS1",63.6,55,544,4.29,4.32,2.74 +"51312",0.31,"Ideal","G","VS2",59.1,57,544,4.45,4.48,2.64 +"51313",0.31,"Ideal","G","VS2",62.3,56,544,4.29,4.34,2.69 +"51314",0.31,"Premium","H","VS1",59.9,59,544,4.38,4.4,2.63 +"51315",0.31,"Ideal","H","VS1",61.7,57,544,4.34,4.38,2.69 +"51316",0.31,"Ideal","G","VS2",62.4,55,544,4.3,4.32,2.69 +"51317",0.31,"Good","G","VS2",63.1,56,544,4.31,4.37,2.74 +"51318",0.31,"Ideal","H","VS1",61.1,57,544,4.35,4.39,2.67 +"51319",0.31,"Premium","G","VS2",61.5,59,544,4.33,4.35,2.67 +"51320",0.31,"Good","H","VS1",63.1,58,544,4.26,4.3,2.7 +"51321",0.31,"Ideal","E","SI1",62.7,54,544,4.35,4.36,2.73 +"51322",0.31,"Premium","H","VS1",61.1,59,544,4.35,4.36,2.66 +"51323",0.31,"Good","E","SI1",63.9,56,544,4.27,4.31,2.74 +"51324",0.31,"Very Good","G","VS2",62.9,56,544,4.28,4.34,2.71 +"51325",0.31,"Very Good","G","VS2",62.6,57,544,4.3,4.32,2.7 +"51326",0.31,"Good","E","SI1",63.3,55,544,4.31,4.35,2.74 +"51327",0.31,"Ideal","H","VS1",62.6,55,544,4.34,4.38,2.73 +"51328",0.31,"Very Good","G","VS2",62.9,57,544,4.31,4.34,2.72 +"51329",0.31,"Premium","I","VVS2",62.1,58,544,4.33,4.37,2.7 +"51330",0.31,"Very Good","E","SI1",62.9,58,544,4.29,4.33,2.71 +"51331",0.7,"Very Good","F","VS2",62.3,56,2362,5.66,5.71,3.54 +"51332",0.7,"Very Good","F","VS2",61.6,58,2362,5.7,5.72,3.52 +"51333",0.7,"Very Good","F","VS2",62.6,57,2362,5.62,5.69,3.54 +"51334",0.7,"Very Good","F","VS2",58.9,58,2362,5.77,5.8,3.41 +"51335",0.7,"Very Good","F","VS2",62.4,57,2362,5.63,5.69,3.53 +"51336",0.71,"Premium","I","VS2",62.9,60,2362,5.66,5.62,3.55 +"51337",0.55,"Ideal","E","VVS2",61.1,57,2362,5.25,5.29,3.22 +"51338",0.52,"Ideal","D","VVS2",62.4,56,2362,5.15,5.17,3.22 +"51339",0.52,"Ideal","D","VVS2",62.3,56,2362,5.12,5.15,3.2 +"51340",0.79,"Premium","H","VS2",61.1,59,2362,5.96,5.93,3.63 +"51341",0.71,"Premium","G","SI2",62,55,2362,5.77,5.71,3.56 +"51342",0.74,"Good","H","SI1",62.4,65,2362,5.78,5.71,3.59 +"51343",0.79,"Fair","G","SI1",65.3,76,2362,5.52,5.13,3.35 +"51344",0.75,"Very Good","E","SI2",59,58,2363,5.95,5.99,3.52 +"51345",0.71,"Premium","H","VS2",60.9,58,2363,5.72,5.77,3.5 +"51346",0.71,"Premium","H","VS2",61.3,59,2363,5.74,5.77,3.53 +"51347",0.96,"Ideal","I","I1",62,56,2363,6.3,6.34,3.92 +"51348",0.8,"Good","G","SI2",62.8,58,2363,5.86,5.9,3.69 +"51349",0.75,"Fair","F","SI1",64.5,60,2363,5.65,5.54,3.61 +"51350",0.7,"Ideal","I","VS1",62.7,53.4,2363,5.66,5.74,3.57 +"51351",0.78,"Good","E","SI2",63.7,54,2363,5.82,5.77,3.69 +"51352",0.71,"Premium","F","SI2",60.6,58,2363,5.77,5.72,3.48 +"51353",0.71,"Very Good","G","SI1",63.4,56,2364,5.64,5.68,3.59 +"51354",0.72,"Premium","F","SI1",62,60,2364,5.74,5.77,3.57 +"51355",0.76,"Premium","G","SI2",62.8,60,2364,5.81,5.79,3.64 +"51356",0.61,"Ideal","D","VS2",61.6,56,2364,5.46,5.49,3.37 +"51357",0.71,"Premium","H","SI1",62.9,58,2364,5.66,5.62,3.55 +"51358",0.7,"Premium","H","VS1",60.5,58,2364,5.77,5.73,3.48 +"51359",1.01,"Premium","G","I1",61.7,62,2364,6.41,6.35,3.93 +"51360",0.72,"Premium","F","SI2",59.3,57,2364,5.89,5.85,3.48 +"51361",0.72,"Fair","D","SI1",65.6,60,2364,5.62,5.54,3.66 +"51362",0.72,"Premium","G","SI2",61.6,55,2364,5.79,5.76,3.56 +"51363",0.51,"Very Good","E","VVS2",60,58,2365,5.2,5.23,3.13 +"51364",0.78,"Ideal","F","SI2",60.6,55,2365,5.99,6,3.63 +"51365",0.78,"Ideal","J","VS1",61.9,57,2365,5.88,5.91,3.65 +"51366",0.71,"Ideal","F","SI2",62.1,54,2365,5.73,5.76,3.57 +"51367",0.71,"Ideal","F","SI2",62.1,54,2365,5.72,5.74,3.56 +"51368",0.71,"Ideal","F","SI2",61.2,55,2365,5.77,5.79,3.54 +"51369",0.73,"Premium","I","VS2",59.7,59,2365,5.94,5.81,3.51 +"51370",0.3,"Very Good","D","VVS2",60.6,58,2366,4.33,4.35,2.63 +"51371",0.61,"Ideal","F","VS1",62.3,55,2366,5.46,5.49,3.41 +"51372",0.85,"Ideal","J","SI1",62.3,55,2366,6.1,6.06,3.79 +"51373",0.74,"Good","E","SI1",62.1,64,2366,5.76,5.71,3.56 +"51374",0.55,"Premium","D","VVS2",61.2,57,2366,5.3,5.26,3.23 +"51375",0.7,"Good","H","VS1",63.9,58,2367,5.67,5.59,3.6 +"51376",0.7,"Very Good","I","VVS2",63,58,2367,5.64,5.69,3.57 +"51377",0.62,"Very Good","H","IF",60.3,59,2367,5.52,5.55,3.34 +"51378",0.7,"Ideal","I","VVS2",62.1,56,2367,5.68,5.72,3.54 +"51379",0.7,"Good","D","SI2",63.7,58,2367,5.6,5.64,3.58 +"51380",0.7,"Premium","H","VS1",62.8,60,2367,5.61,5.56,3.51 +"51381",0.7,"Premium","H","VS1",61.9,56,2367,5.7,5.67,3.52 +"51382",0.7,"Good","G","VS2",62.1,61,2367,5.68,5.69,3.53 +"51383",0.71,"Very Good","H","VS2",61.8,58,2368,5.66,5.7,3.51 +"51384",0.71,"Very Good","G","SI1",63.4,58,2368,5.65,5.68,3.59 +"51385",0.71,"Very Good","E","SI2",63.1,56,2368,5.67,5.71,3.58 +"51386",0.71,"Ideal","I","VS1",62.3,59,2368,5.68,5.72,3.55 +"51387",0.71,"Ideal","H","SI1",62,57,2368,5.73,5.76,3.56 +"51388",0.71,"Ideal","H","SI1",61.3,58,2368,5.73,5.78,3.53 +"51389",0.71,"Ideal","G","SI1",60.6,56,2368,5.76,5.82,3.51 +"51390",0.81,"Premium","E","SI2",60.1,59,2368,6.09,6.03,3.65 +"51391",1.16,"Premium","H","I1",61.7,62,2368,6.68,6.64,4.11 +"51392",0.71,"Fair","D","VS2",55.6,73,2368,6.01,5.96,3.33 +"51393",0.71,"Very Good","G","VS1",63.5,56,2368,5.67,5.63,3.59 +"51394",0.66,"Premium","F","VS1",60.8,58,2368,5.67,5.64,3.44 +"51395",0.71,"Premium","D","SI2",62.8,57,2368,5.69,5.64,3.56 +"51396",0.51,"Very Good","E","VVS1",59.7,59,2369,5.19,5.2,3.1 +"51397",0.73,"Very Good","I","VS2",62.2,57,2369,5.75,5.76,3.58 +"51398",0.72,"Very Good","I","VS1",63.5,57,2369,5.66,5.68,3.6 +"51399",0.74,"Good","H","VS2",57.5,57,2369,5.94,6.01,3.44 +"51400",0.7,"Premium","F","VS2",61.1,62,2369,5.69,5.64,3.46 +"51401",0.74,"Premium","D","SI1",59.5,60,2369,5.95,5.88,3.52 +"51402",0.77,"Premium","H","SI1",60.7,58,2369,5.95,5.91,3.6 +"51403",0.56,"Ideal","D","VS1",61.6,57,2369,5.33,5.29,3.27 +"51404",0.7,"Fair","F","VS2",65.5,57,2369,5.55,5.41,3.59 +"51405",0.71,"Very Good","F","SI1",63.7,56,2370,5.63,5.67,3.6 +"51406",0.54,"Premium","E","VVS1",62.7,58,2370,5.16,5.21,3.25 +"51407",0.97,"Ideal","J","I1",61.6,54,2370,6.34,6.28,3.89 +"51408",0.7,"Good","E","SI1",58.3,64,2370,5.77,5.69,3.34 +"51409",0.71,"Ideal","E","SI2",61.7,57,2370,5.72,5.76,3.54 +"51410",0.79,"Premium","H","SI2",62.8,57,2370,5.91,5.88,3.7 +"51411",0.73,"Premium","I","VS1",61.2,59,2371,5.82,5.84,3.57 +"51412",0.73,"Premium","I","VS1",60.3,58,2371,5.83,5.87,3.53 +"51413",0.8,"Premium","F","SI2",58.5,62,2371,6.08,6.05,3.55 +"51414",0.52,"Ideal","E","VVS2",61.9,55,2371,5.15,5.19,3.2 +"51415",0.77,"Good","E","SI2",58.1,63,2371,6.02,6.06,3.5 +"51416",0.76,"Ideal","H","SI1",62.4,55,2371,5.87,5.83,3.65 +"51417",0.7,"Ideal","G","VS2",62.1,55,2371,5.63,5.61,3.49 +"51418",0.62,"Ideal","F","VS1",61.2,54,2371,5.55,5.52,3.39 +"51419",0.72,"Ideal","H","SI2",61.3,56,2372,5.75,5.77,3.53 +"51420",0.53,"Ideal","G","IF",62.1,57,2372,5.16,5.21,3.22 +"51421",0.75,"Very Good","F","SI1",63.5,56,2372,5.75,5.71,3.64 +"51422",0.75,"Premium","E","SI2",63,58,2372,5.78,5.71,3.62 +"51423",0.57,"Ideal","E","VVS2",62.5,54,2372,5.35,5.28,3.32 +"51424",0.85,"Good","J","VS1",63.6,57,2372,6.01,5.94,3.8 +"51425",0.71,"Fair","D","SI1",66.3,56,2372,5.61,5.49,3.68 +"51426",0.7,"Very Good","F","SI1",61.5,58,2373,5.65,5.7,3.49 +"51427",0.7,"Good","F","VS2",64.3,59,2373,5.6,5.56,3.59 +"51428",0.77,"Good","G","SI1",63.7,54,2373,5.85,5.8,3.71 +"51429",0.61,"Ideal","E","VS2",61.3,55,2373,5.48,5.45,3.35 +"51430",0.63,"Ideal","D","VS2",62.1,55,2373,5.5,5.52,3.42 +"51431",0.7,"Ideal","D","SI2",62.6,57,2373,5.63,5.68,3.54 +"51432",0.7,"Premium","F","SI2",62.5,60,2373,5.66,5.61,3.52 +"51433",0.73,"Very Good","D","SI2",60.3,60,2374,5.82,5.89,3.53 +"51434",0.93,"Very Good","F","I1",61.3,59,2374,6.22,6.27,3.83 +"51435",0.7,"Very Good","D","SI1",62.5,63,2374,5.7,5.63,3.54 +"51436",0.55,"Ideal","E","VVS2",61.9,56,2374,5.25,5.29,3.26 +"51437",0.74,"Ideal","I","VS2",61.9,57,2374,5.83,5.81,3.6 +"51438",0.54,"Ideal","E","VVS2",61.1,57,2375,5.27,5.24,3.21 +"51439",0.71,"Very Good","E","SI2",61.9,63,2375,5.74,5.69,3.54 +"51440",0.81,"Ideal","H","SI2",61.4,57,2375,6,5.96,3.67 +"51441",0.74,"Ideal","H","SI1",62.1,56,2375,5.86,5.84,3.63 +"51442",0.7,"Ideal","H","SI1",61.7,57,2375,5.7,5.68,3.51 +"51443",0.7,"Premium","H","VS1",61.8,62,2375,5.69,5.63,3.5 +"51444",0.7,"Premium","G","SI1",58.6,62,2375,5.83,5.8,3.41 +"51445",0.77,"Premium","I","VS2",60.3,58,2375,5.96,5.94,3.59 +"51446",1.07,"Fair","G","I1",64.8,56,2375,6.53,6.43,4.2 +"51447",0.7,"Ideal","G","VS2",62.9,56,2375,5.7,5.65,3.57 +"51448",0.7,"Ideal","E","SI2",60.5,56,2375,5.8,5.77,3.5 +"51449",0.5,"Ideal","D","VVS2",60.7,57,2376,5.2,5.15,3.14 +"51450",0.55,"Premium","F","VS2",62.5,58,2376,5.25,5.22,3.27 +"51451",0.55,"Premium","F","VS2",62.7,58,2376,5.28,5.25,3.3 +"51452",0.6,"Premium","H","VS1",60.8,59,2376,5.49,5.43,3.32 +"51453",0.9,"Fair","H","SI2",66,63,2376,5.89,5.79,3.86 +"51454",0.75,"Fair","D","SI1",65.1,57,2376,5.64,5.6,3.66 +"51455",0.72,"Ideal","H","VS2",62.8,57,2376,5.74,5.7,3.59 +"51456",0.71,"Ideal","H","SI2",62.6,56,2376,5.65,5.75,3.57 +"51457",0.73,"Ideal","G","SI2",61.1,57,2376,5.8,5.82,3.55 +"51458",0.71,"Ideal","I","SI1",62.2,55,2376,5.7,5.75,3.56 +"51459",0.71,"Ideal","I","SI1",61.4,56,2376,5.73,5.77,3.53 +"51460",0.72,"Premium","E","SI2",62.6,59,2376,5.74,5.7,3.58 +"51461",0.7,"Premium","E","SI2",62,60,2376,5.72,5.67,3.53 +"51462",0.7,"Premium","E","SI2",62.1,57,2376,5.68,5.6,3.5 +"51463",1.2,"Fair","I","I1",66.7,57,2376,6.57,6.05,4.37 +"51464",1.2,"Fair","I","I1",65.1,55,2376,6.65,6.59,4.31 +"51465",1.2,"Fair","G","I1",66.6,57,2376,6.57,6.5,4.34 +"51466",0.72,"Premium","H","SI1",61.5,59,2376,5.71,5.67,3.5 +"51467",0.9,"Fair","G","SI2",65.4,57,2376,6.01,5.97,3.98 +"51468",0.72,"Very Good","E","SI2",63.5,59,2376,5.66,5.61,3.58 +"51469",0.72,"Premium","E","SI2",62.9,58,2376,5.74,5.68,3.59 +"51470",0.7,"Ideal","E","SI2",61,56,2376,5.78,5.72,3.51 +"51471",0.84,"Ideal","J","VS2",60.7,56,2376,6.17,6.12,3.73 +"51472",0.7,"Very Good","H","VS2",62.7,59,2377,5.59,5.64,3.52 +"51473",0.73,"Very Good","H","SI1",62.6,58,2377,5.75,5.76,3.6 +"51474",0.73,"Ideal","H","SI1",62.9,58,2377,5.72,5.75,3.61 +"51475",0.73,"Ideal","G","SI1",61.7,60,2377,5.77,5.8,3.57 +"51476",0.78,"Premium","I","SI1",60.8,60,2377,5.97,5.94,3.62 +"51477",0.47,"Ideal","D","VVS1",61.9,54,2378,4.98,5,3.09 +"51478",0.75,"Ideal","G","SI2",62.5,55,2378,5.82,5.77,3.62 +"51479",0.54,"Ideal","D","VS1",61.3,56,2378,5.3,5.27,3.24 +"51480",1.05,"Premium","G","I1",61.7,59,2378,6.58,6.47,4.02 +"51481",0.78,"Good","E","SI2",64,57,2379,5.84,5.81,3.73 +"51482",0.87,"Very Good","J","SI1",63.1,60,2379,6.03,5.96,3.78 +"51483",0.74,"Ideal","F","SI1",60.4,56,2379,5.86,5.83,3.53 +"51484",0.58,"Ideal","F","VVS2",62.5,56,2380,5.29,5.34,3.32 +"51485",0.58,"Ideal","F","VVS2",61.9,56,2380,5.35,5.38,3.32 +"51486",0.55,"Ideal","F","VVS1",61.9,55,2380,5.27,5.3,3.27 +"51487",0.7,"Premium","G","VS2",63,57,2381,5.67,5.6,3.55 +"51488",0.7,"Ideal","F","VS1",62.2,55,2381,5.72,5.69,3.55 +"51489",0.71,"Ideal","F","SI1",62.9,57,2381,5.71,5.65,3.57 +"51490",0.75,"Good","I","VVS1",63.9,61,2381,5.7,5.67,3.63 +"51491",0.71,"Premium","F","SI1",63,59,2381,5.69,5.62,3.56 +"51492",0.71,"Premium","F","SI1",61.6,60,2381,5.79,5.73,3.55 +"51493",0.71,"Premium","F","SI1",62.7,58,2381,5.74,5.68,3.58 +"51494",0.71,"Premium","F","SI1",61.6,57,2381,5.73,5.7,3.52 +"51495",0.7,"Good","F","VS1",64,57,2381,5.62,5.54,3.57 +"51496",0.7,"Fair","F","VS1",64.5,57,2381,5.65,5.58,3.62 +"51497",0.7,"Fair","F","VS1",67.8,60,2381,5.5,5.39,3.69 +"51498",0.7,"Fair","F","VS1",65.8,59,2381,5.58,5.48,3.64 +"51499",0.71,"Very Good","G","VS2",64.5,57,2382,5.56,5.6,3.6 +"51500",0.7,"Very Good","F","SI1",62.4,58,2382,5.64,5.7,3.54 +"51501",0.77,"Ideal","I","SI1",61.7,56,2382,5.89,5.91,3.64 +"51502",0.7,"Ideal","F","SI1",62.3,56,2382,5.65,5.68,3.53 +"51503",0.7,"Good","D","SI2",59.2,60,2382,5.75,5.78,3.41 +"51504",0.72,"Ideal","G","VS2",61.7,57,2383,5.77,5.8,3.57 +"51505",0.75,"Very Good","E","SI2",60.9,59,2383,5.83,5.9,3.57 +"51506",0.72,"Ideal","G","VS2",62,56,2383,5.75,5.79,3.58 +"51507",1.12,"Premium","G","I1",60.4,59,2383,6.71,6.67,0 +"51508",0.75,"Ideal","I","SI1",61.5,58,2383,5.82,5.86,3.59 +"51509",0.55,"Ideal","G","IF",61.1,57,2383,5.26,5.31,3.23 +"51510",0.74,"Premium","F","SI2",59.2,60,2383,5.96,5.9,3.51 +"51511",0.7,"Ideal","H","SI1",61.4,57,2383,5.73,5.7,3.51 +"51512",0.7,"Premium","H","SI1",61.1,58,2383,5.73,5.69,3.49 +"51513",0.71,"Very Good","I","VS2",61.1,60,2384,5.72,5.77,3.51 +"51514",0.7,"Fair","G","VS1",56.2,65,2384,5.93,5.88,3.32 +"51515",0.7,"Ideal","D","SI2",61.6,56,2384,5.73,5.69,3.52 +"51516",0.7,"Fair","G","VS1",65.8,61,2384,5.61,5.46,3.64 +"51517",0.7,"Fair","G","VS1",65.6,60,2384,5.57,5.5,3.63 +"51518",0.72,"Premium","E","SI1",62.1,58,2385,5.72,5.69,3.54 +"51519",0.72,"Ideal","G","SI1",63,56,2385,5.71,5.68,3.59 +"51520",0.72,"Very Good","G","SI1",63.1,57,2385,5.71,5.67,3.59 +"51521",0.72,"Ideal","F","SI1",60.9,53,2385,5.83,5.79,3.54 +"51522",0.6,"Ideal","D","VS2",62.2,53,2385,5.43,5.44,3.38 +"51523",0.72,"Premium","F","SI1",62,60,2385,5.77,5.74,3.57 +"51524",0.75,"Very Good","I","VS1",63.3,57,2385,5.82,5.74,3.66 +"51525",0.72,"Very Good","I","VVS2",62.7,54,2386,5.74,5.8,3.62 +"51526",0.7,"Premium","E","SI1",61.3,58,2386,5.71,5.84,3.54 +"51527",0.7,"Good","E","SI1",63.6,62,2386,5.57,5.6,3.55 +"51528",0.7,"Very Good","E","SI1",62.9,56,2386,5.57,5.65,3.53 +"51529",0.83,"Ideal","F","SI2",59.5,57,2386,6.13,6.1,3.64 +"51530",0.78,"Ideal","F","SI2",60.6,55,2386,6,5.99,3.63 +"51531",0.71,"Premium","I","VVS2",61.4,56,2386,5.79,5.75,3.54 +"51532",0.71,"Premium","G","SI1",61.3,57,2386,5.74,5.72,3.51 +"51533",0.71,"Ideal","G","SI1",62.4,56,2386,5.74,5.71,3.57 +"51534",0.7,"Premium","G","SI1",63,56,2386,5.68,5.65,3.57 +"51535",0.7,"Ideal","I","VVS1",62.8,56.3,2386,5.65,5.69,3.56 +"51536",0.81,"Ideal","I","SI2",61.7,59,2386,5.92,6,3.68 +"51537",0.71,"Ideal","F","SI2",61.6,57,2386,5.72,5.75,3.53 +"51538",0.71,"Premium","G","SI1",61.2,61,2386,5.71,5.66,3.48 +"51539",0.71,"Ideal","G","SI1",62.2,56,2386,5.75,5.69,3.56 +"51540",0.71,"Premium","G","SI1",61.7,58,2386,5.74,5.71,3.53 +"51541",0.71,"Ideal","G","SI1",61.4,57,2386,5.76,5.71,3.52 +"51542",0.78,"Good","G","SI1",63.9,64,2386,5.82,5.7,3.68 +"51543",0.83,"Premium","G","SI2",62.9,57,2386,5.99,5.96,3.76 +"51544",0.83,"Fair","G","SI2",64.4,57,2386,5.93,5.86,3.8 +"51545",0.71,"Premium","E","SI2",62.2,57,2386,5.74,5.68,3.55 +"51546",0.71,"Ideal","I","VVS2",62.2,54,2387,5.7,5.75,3.56 +"51547",0.71,"Ideal","I","VVS2",62,54,2387,5.72,5.76,3.56 +"51548",0.78,"Premium","I","SI1",61.9,58,2387,5.93,5.87,3.65 +"51549",0.51,"Premium","D","VVS2",62.4,59,2387,5.13,5.06,3.18 +"51550",0.52,"Ideal","G","VVS1",60.6,57,2387,5.21,5.26,3.17 +"51551",0.71,"Ideal","G","SI2",61.3,55,2387,5.76,5.79,3.54 +"51552",0.52,"Ideal","G","IF",61.7,56,2387,5.19,5.15,3.19 +"51553",0.65,"Premium","D","VS1",59.4,62,2387,5.72,5.66,3.38 +"51554",1.02,"Premium","G","I1",61.3,57,2387,6.47,6.35,3.93 +"51555",0.51,"Premium","D","VVS2",60.8,60,2387,5.23,5.14,3.15 +"51556",0.73,"Good","E","SI2",63.3,57,2388,5.69,5.72,3.61 +"51557",0.71,"Ideal","E","SI2",59.3,56,2388,5.89,5.84,3.48 +"51558",0.52,"Ideal","F","VVS1",62,54,2388,5.16,5.19,3.2 +"51559",0.7,"Good","D","SI2",63.7,58,2388,5.64,5.6,3.58 +"51560",0.71,"Premium","G","SI1",62,60,2388,5.68,5.64,3.51 +"51561",0.7,"Very Good","I","VVS1",58.8,61,2389,5.78,5.82,3.41 +"51562",0.7,"Very Good","H","VS1",62.8,58,2389,5.59,5.69,3.54 +"51563",0.79,"Premium","G","SI1",61.7,60,2389,5.93,5.91,3.65 +"51564",0.76,"Ideal","G","SI2",62.1,59,2389,5.81,5.84,3.62 +"51565",0.62,"Premium","H","IF",58.9,58,2389,5.65,5.58,3.31 +"51566",0.7,"Very Good","I","VVS1",61.6,58,2390,5.69,5.71,3.51 +"51567",0.7,"Good","I","VS1",63.1,57,2390,5.59,5.67,3.55 +"51568",0.7,"Good","F","SI2",64.1,59,2390,5.53,5.58,3.56 +"51569",0.7,"Ideal","I","VS2",62.3,54,2390,5.67,5.72,3.55 +"51570",0.7,"Ideal","I","VS2",62.5,54,2390,5.68,5.71,3.56 +"51571",0.71,"Good","E","SI2",62.2,56,2390,5.63,5.66,3.51 +"51572",0.91,"Fair","J","SI1",66.3,56,2390,5.92,5.99,3.95 +"51573",0.63,"Premium","G","VS2",60.4,58,2391,5.6,5.59,3.38 +"51574",0.74,"Very Good","E","SI2",61.8,60,2391,5.78,5.8,3.58 +"51575",0.54,"Premium","F","IF",61.9,60,2391,5.26,5.21,3.24 +"51576",0.77,"Premium","G","SI2",61.9,59,2391,5.88,5.84,3.63 +"51577",0.54,"Good","E","VVS2",57.5,61,2391,5.47,5.39,3.12 +"51578",0.77,"Very Good","I","VS2",63.1,58,2391,5.86,5.7,3.65 +"51579",0.65,"Ideal","D","VS2",62.7,57,2392,5.56,5.5,3.47 +"51580",0.61,"Premium","F","VVS2",59.7,58,2392,5.56,5.53,3.31 +"51581",1.03,"Premium","J","I1",62.8,55,2392,6.43,6.41,4.03 +"51582",0.72,"Very Good","I","VS2",63.3,57,2393,5.66,5.72,3.6 +"51583",0.73,"Very Good","H","SI1",59.5,58,2393,5.85,5.91,3.5 +"51584",0.6,"Premium","E","VVS2",62.4,61,2393,5.36,5.31,3.33 +"51585",0.52,"Ideal","F","IF",61.7,56,2393,5.16,5.18,3.19 +"51586",0.73,"Premium","I","VS1",60.3,58,2393,5.87,5.83,3.53 +"51587",0.73,"Premium","F","SI2",59.5,62,2393,5.89,5.84,3.49 +"51588",0.75,"Ideal","F","SI2",62.6,55,2393,5.86,5.81,3.65 +"51589",0.73,"Premium","F","SI2",58.3,58,2393,5.95,5.91,3.46 +"51590",0.72,"Ideal","H","SI2",61.3,56,2393,5.77,5.75,3.53 +"51591",0.73,"Premium","I","VS1",61.2,59,2393,5.84,5.82,3.57 +"51592",0.77,"Good","H","SI1",63,65,2393,5.82,5.74,3.64 +"51593",0.7,"Very Good","H","VS1",61.5,58,2394,5.66,5.72,3.5 +"51594",0.7,"Very Good","I","VVS2",62.4,61,2394,5.6,5.75,3.54 +"51595",0.7,"Good","E","VS2",63,61,2394,5.51,5.64,3.51 +"51596",0.7,"Premium","G","SI1",61.4,60,2394,5.69,5.74,3.51 +"51597",0.7,"Ideal","G","SI1",60.9,57,2394,5.77,5.79,3.52 +"51598",0.7,"Good","I","VVS2",63.4,59,2394,5.57,5.6,3.54 +"51599",0.7,"Good","I","VVS2",63.3,55,2394,5.61,5.67,3.57 +"51600",0.7,"Good","E","VS2",64.2,60,2394,5.58,5.64,3.6 +"51601",0.7,"Good","H","VS2",63.4,60,2394,5.59,5.61,3.55 +"51602",0.7,"Premium","H","VS2",60.7,59,2394,5.66,5.68,3.44 +"51603",0.7,"Premium","E","SI1",59.7,60,2394,5.81,5.79,3.46 +"51604",0.7,"Good","H","SI1",63.7,57,2394,5.58,5.57,3.55 +"51605",0.7,"Very Good","I","VS1",63.2,55,2394,5.63,5.58,3.54 +"51606",0.7,"Premium","I","VS1",62.4,59,2394,5.64,5.55,3.49 +"51607",0.7,"Fair","F","SI2",65.1,52,2394,5.64,5.57,3.65 +"51608",0.75,"Premium","F","SI2",60.5,58,2394,5.91,5.86,3.56 +"51609",0.7,"Premium","F","SI1",60.1,56,2394,5.84,5.78,3.49 +"51610",0.79,"Very Good","G","SI1",60.9,63,2394,5.89,5.84,3.57 +"51611",0.7,"Premium","F","SI1",60.8,56,2394,5.72,5.66,3.46 +"51612",0.7,"Ideal","F","SI2",65,53,2394,5.61,5.56,3.63 +"51613",0.73,"Very Good","E","SI2",62.1,58,2395,5.75,5.81,3.59 +"51614",0.73,"Very Good","E","SI2",59.3,57,2395,5.88,5.95,3.51 +"51615",0.53,"Very Good","F","IF",59.6,58,2395,5.28,5.32,3.16 +"51616",0.71,"Very Good","H","VS2",62.6,59,2395,5.66,5.68,3.55 +"51617",0.58,"Ideal","F","VVS2",61.8,56,2395,5.36,5.39,3.32 +"51618",0.7,"Fair","H","VS1",59.6,66,2395,5.8,5.74,3.44 +"51619",0.76,"Very Good","H","SI1",62.6,58,2396,5.76,5.84,3.63 +"51620",0.72,"Very Good","H","VS2",62.9,58,2396,5.7,5.75,3.6 +"51621",0.72,"Very Good","G","SI1",62.8,60,2396,5.78,5.68,3.6 +"51622",0.71,"Good","F","SI1",66.2,55,2396,5.49,5.53,3.65 +"51623",0.93,"Premium","F","I1",61.3,59,2396,6.27,6.22,3.83 +"51624",0.7,"Very Good","E","SI1",59.6,63,2396,5.72,5.65,3.39 +"51625",1.05,"Fair","I","I1",61.8,66,2396,6.48,6.37,3.97 +"51626",0.7,"Premium","E","SI1",61.2,62,2396,6.65,5.73,3.48 +"51627",1.21,"Fair","I","I1",65,58,2396,6.65,6.59,4.3 +"51628",0.7,"Premium","E","SI1",61.8,59,2396,5.63,5.57,3.46 +"51629",0.72,"Fair","G","VS1",66.4,57,2396,5.6,5.51,3.69 +"51630",0.71,"Very Good","F","SI2",63.2,57,2397,5.66,5.7,3.59 +"51631",0.31,"Premium","E","SI1",59.2,60,544,4.36,4.42,2.6 +"51632",0.31,"Good","E","SI1",63.4,55,544,4.31,4.33,2.74 +"51633",0.31,"Very Good","E","SI1",60.1,61,544,4.35,4.4,2.63 +"51634",0.31,"Very Good","H","VS1",61.4,61,544,4.33,4.36,2.67 +"51635",0.31,"Very Good","H","VS1",61.7,61,544,4.31,4.34,2.67 +"51636",0.31,"Ideal","G","VS2",62.4,54,544,4.36,4.39,2.73 +"51637",0.31,"Premium","H","VS1",59.7,58,544,4.41,4.43,2.64 +"51638",0.31,"Good","H","VS1",63.1,57,544,4.31,4.34,2.73 +"51639",0.31,"Ideal","G","VS2",61.6,54,544,4.39,4.41,2.71 +"51640",0.31,"Ideal","G","VS2",61.4,57,544,4.35,4.45,2.7 +"51641",0.31,"Ideal","G","VS2",62.2,56,544,4.31,4.34,2.69 +"51642",0.31,"Good","G","VS2",63.1,58,544,4.3,4.35,2.73 +"51643",0.31,"Premium","G","VS2",59.9,59,544,4.38,4.4,2.63 +"51644",0.31,"Good","E","SI1",63.2,59,544,4.24,4.31,2.7 +"51645",0.31,"Premium","G","VS2",62.2,59,544,4.3,4.35,2.69 +"51646",0.31,"Ideal","I","VVS2",61.6,57,544,4.35,4.39,2.69 +"51647",0.26,"Very Good","G","VVS1",61.4,56,545,4.13,4.15,2.54 +"51648",0.26,"Very Good","G","VVS1",61.2,56,545,4.1,4.13,2.52 +"51649",0.26,"Very Good","G","VVS1",61.6,56,545,4.14,4.17,2.55 +"51650",0.26,"Very Good","G","VVS1",61.8,57,545,4.06,4.1,2.52 +"51651",0.35,"Very Good","H","VS2",59.8,62,545,4.57,4.63,2.75 +"51652",0.26,"Ideal","G","VVS2",62,56,545,4.12,4.15,2.56 +"51653",0.26,"Ideal","G","VVS2",61.4,56,545,4.11,4.14,2.53 +"51654",0.26,"Ideal","G","VVS2",62.3,56,545,4.07,4.1,2.54 +"51655",0.26,"Ideal","H","VVS1",62.2,55,545,4.09,4.11,2.55 +"51656",0.3,"Ideal","G","VS2",61.8,54,545,4.34,4.37,2.69 +"51657",0.3,"Ideal","G","VS2",62.3,58,545,4.26,4.28,2.66 +"51658",0.3,"Ideal","G","VS2",62,54,545,4.33,4.35,2.69 +"51659",0.3,"Ideal","G","VS2",61.2,55,545,4.35,4.38,2.67 +"51660",0.3,"Ideal","G","VS2",61.6,58,545,4.27,4.3,2.64 +"51661",0.71,"Very Good","E","SI2",62.7,59,2397,5.7,5.75,3.59 +"51662",0.71,"Ideal","I","VS1",61.6,54.7,2397,5.71,5.85,3.54 +"51663",0.73,"Ideal","I","VS1",60.7,56,2397,5.85,5.81,3.54 +"51664",0.7,"Very Good","I","VVS2",63.1,57,2398,5.63,5.68,3.57 +"51665",0.7,"Very Good","I","VS1",62.4,56,2398,5.65,5.69,3.54 +"51666",0.55,"Ideal","G","IF",62,55,2398,5.25,5.29,3.27 +"51667",0.7,"Ideal","H","VS2",62.4,56,2398,5.63,5.72,3.54 +"51668",0.7,"Ideal","I","VS1",62.4,56,2398,5.66,5.68,3.54 +"51669",0.7,"Ideal","I","VS1",62.1,57,2398,5.69,5.71,3.54 +"51670",0.7,"Ideal","F","SI2",62.1,57,2398,5.65,5.69,3.52 +"51671",0.72,"Ideal","E","SI2",62.3,54,2398,5.75,5.78,3.59 +"51672",0.72,"Ideal","E","SI2",61.9,55,2398,5.76,5.78,3.57 +"51673",0.7,"Ideal","E","SI2",61.9,57,2398,5.66,5.69,3.51 +"51674",0.71,"Ideal","E","SI2",61.2,57,2398,5.74,5.82,3.54 +"51675",0.67,"Good","F","VVS2",63.8,61,2398,5.46,5.54,3.52 +"51676",0.72,"Premium","H","SI1",62.7,59,2398,5.73,5.69,3.58 +"51677",0.71,"Premium","H","VS1",62.8,58,2398,5.7,5.67,3.57 +"51678",0.72,"Premium","H","SI1",62.5,57,2398,5.73,5.67,3.56 +"51679",0.72,"Ideal","H","SI1",58.9,56,2398,5.91,5.88,3.47 +"51680",0.74,"Premium","G","SI2",62.5,56,2398,5.81,5.75,3.61 +"51681",0.72,"Premium","H","SI1",61.5,56,2398,5.8,5.77,3.56 +"51682",0.72,"Good","H","SI1",63.7,59,2398,5.68,5.63,3.6 +"51683",0.74,"Premium","G","SI2",63,56,2398,5.77,5.75,3.63 +"51684",1,"Fair","G","I1",64.9,56,2398,6.2,6.14,4.01 +"51685",0.74,"Very Good","G","SI2",63.3,57,2398,5.73,5.7,3.62 +"51686",0.55,"Very Good","E","VVS2",60.4,56,2399,5.36,5.38,3.24 +"51687",0.76,"Ideal","I","SI1",61.6,54,2399,5.86,5.92,3.63 +"51688",0.55,"Ideal","G","IF",60.6,56,2399,5.31,5.33,3.22 +"51689",0.56,"Ideal","G","IF",62,56,2399,5.33,5.28,3.29 +"51690",0.7,"Very Good","H","VS1",60.3,63,2399,5.77,5.73,3.47 +"51691",0.62,"Premium","G","VVS2",59.2,59,2399,5.58,5.56,3.3 +"51692",0.7,"Fair","F","VS1",55.9,62,2399,5.94,5.83,3.29 +"51693",0.76,"Premium","E","SI2",60,59,2399,5.94,5.9,3.55 +"51694",0.76,"Ideal","I","SI1",61.8,57,2399,5.89,5.83,3.62 +"51695",0.71,"Very Good","I","VVS2",59.5,60,2400,5.82,5.87,3.48 +"51696",0.7,"Very Good","H","VS1",60.1,61,2400,5.74,5.81,3.47 +"51697",0.7,"Very Good","F","VS2",61.4,57,2400,5.73,5.76,3.53 +"51698",0.7,"Very Good","F","VS2",60.5,57,2400,5.74,5.79,3.49 +"51699",0.78,"Ideal","I","VS2",60.9,57,2400,5.92,5.97,3.62 +"51700",0.7,"Very Good","F","VS2",62.2,56,2400,5.7,5.74,3.56 +"51701",0.7,"Very Good","F","VS2",62.4,59,2400,5.64,5.71,3.54 +"51702",0.7,"Very Good","F","VS2",62.9,56,2400,5.66,5.73,3.58 +"51703",0.7,"Very Good","F","VS2",60.3,59,2400,5.76,5.79,3.48 +"51704",0.7,"Very Good","F","VS2",62.1,58,2400,5.68,5.72,3.54 +"51705",0.7,"Very Good","F","VS2",61.2,56,2400,5.72,5.78,3.52 +"51706",0.7,"Very Good","F","VS2",58.9,57,2400,5.79,5.85,3.43 +"51707",0.58,"Very Good","D","VVS2",63,56,2400,5.28,5.35,3.35 +"51708",0.71,"Ideal","G","SI1",61.2,58,2400,5.77,5.79,3.54 +"51709",0.8,"Fair","G","SI2",67.1,56,2400,5.76,5.73,3.85 +"51710",0.58,"Ideal","F","VS2",61.8,57,2401,5.39,5.35,3.32 +"51711",0.72,"Very Good","I","VS1",60.7,56,2401,5.78,5.82,3.52 +"51712",0.7,"Very Good","F","SI1",63.5,56,2401,5.58,5.66,3.57 +"51713",0.78,"Very Good","G","SI2",63.7,55.9,2401,5.82,5.85,3.72 +"51714",0.72,"Very Good","E","SI2",62.2,59,2401,5.72,5.79,3.58 +"51715",0.7,"Very Good","F","SI1",62.9,59,2401,5.62,5.67,3.55 +"51716",0.7,"Very Good","F","SI1",61.3,59,2401,5.68,5.74,3.5 +"51717",0.7,"Good","F","SI1",61.6,65,2401,5.71,5.66,3.5 +"51718",0.7,"Good","F","SI1",57.2,63,2401,5.84,5.87,3.35 +"51719",0.7,"Premium","F","SI1",62.2,59,2401,5.69,5.73,3.55 +"51720",0.7,"Good","F","SI1",63.8,60,2401,5.6,5.63,3.58 +"51721",0.7,"Good","F","VS1",64,56,2401,5.6,5.65,3.6 +"51722",0.77,"Ideal","F","SI2",61.7,56,2401,5.91,5.96,3.66 +"51723",0.7,"Ideal","F","SI1",61.8,55,2401,5.71,5.75,3.54 +"51724",0.7,"Very Good","F","SI1",59.8,59,2401,5.74,5.8,3.45 +"51725",0.7,"Ideal","D","SI2",60.3,56,2401,5.73,5.77,3.47 +"51726",0.7,"Premium","F","SI1",61.9,59,2401,5.69,5.71,3.53 +"51727",0.7,"Good","F","SI1",63.2,57,2401,5.62,5.68,3.57 +"51728",0.72,"Ideal","E","SI2",61.3,55,2401,5.75,5.84,3.55 +"51729",0.78,"Fair","G","SI2",64.9,55.2,2401,5.75,5.82,3.76 +"51730",0.58,"Ideal","F","VVS2",61.9,56,2401,5.38,5.35,3.32 +"51731",0.73,"Fair","G","VS2",60.1,65,2401,5.91,5.81,3.52 +"51732",0.71,"Fair","H","VS1",66.4,62,2401,5.54,5.49,3.66 +"51733",0.71,"Premium","H","VS1",61.7,56,2401,5.81,5.67,3.54 +"51734",0.58,"Ideal","F","VVS2",62.5,56,2401,5.34,5.29,3.32 +"51735",0.58,"Premium","D","VS1",59.2,60,2401,5.46,5.41,3.22 +"51736",0.73,"Very Good","G","SI1",61.5,59,2402,5.76,5.81,3.56 +"51737",0.57,"Ideal","F","VVS2",61.7,56,2402,5.31,5.35,3.29 +"51738",0.65,"Ideal","D","VS2",61.6,57,2402,5.55,5.59,3.43 +"51739",0.61,"Very Good","G","VVS2",62.4,55,2403,5.44,5.47,3.4 +"51740",0.7,"Very Good","F","SI1",59.7,56.9,2403,5.73,5.86,3.46 +"51741",0.76,"Ideal","F","SI2",61.9,57,2403,5.87,5.9,3.64 +"51742",0.81,"Premium","F","SI1",59.4,60,2403,6.11,6.07,3.62 +"51743",0.71,"Very Good","F","SI1",61.9,57,2404,5.72,5.79,3.56 +"51744",0.72,"Very Good","F","SI1",62.2,59,2404,5.72,5.76,3.57 +"51745",0.56,"Ideal","E","VVS2",61,56,2404,5.32,5.36,3.26 +"51746",0.63,"Good","H","IF",59.3,62,2404,5.66,5.7,3.37 +"51747",0.76,"Ideal","H","SI2",61.7,56,2404,5.88,5.86,3.62 +"51748",0.71,"Ideal","E","SI1",61.9,56,2404,5.76,5.71,3.55 +"51749",0.7,"Very Good","I","VS1",61.4,57,2405,5.71,5.74,3.52 +"51750",0.78,"Very Good","H","SI2",62.6,59,2405,5.81,5.85,3.65 +"51751",0.82,"Premium","I","SI1",62.6,57,2405,5.98,5.94,3.73 +"51752",0.7,"Ideal","E","SI2",60.6,56,2405,5.73,5.78,3.49 +"51753",0.7,"Good","E","SI2",60.7,61,2405,5.69,5.71,3.46 +"51754",0.72,"Premium","G","VS2",62.3,59,2405,5.77,5.69,3.57 +"51755",0.65,"Very Good","F","VS1",59.3,56,2406,5.64,5.76,3.37 +"51756",0.7,"Premium","H","VVS1",60.9,60,2406,5.76,5.71,3.49 +"51757",0.62,"Ideal","F","VS1",62,54,2406,5.46,5.5,3.4 +"51758",0.65,"Good","E","VS2",57.8,61.2,2406,5.72,5.78,3.32 +"51759",0.65,"Good","F","VS1",61.7,60.3,2406,5.53,5.57,3.42 +"51760",0.7,"Ideal","E","SI1",62.4,55,2407,5.69,5.64,3.54 +"51761",0.7,"Premium","E","SI1",61.9,59,2407,5.74,5.66,3.53 +"51762",0.53,"Ideal","D","VVS2",62.2,56,2407,5.19,5.23,3.24 +"51763",0.53,"Ideal","E","VVS1",61.7,57,2407,5.17,5.21,3.2 +"51764",0.7,"Good","E","SI1",63.6,62,2407,5.6,5.57,3.55 +"51765",0.7,"Very Good","F","SI1",60.3,59,2409,5.73,5.82,3.48 +"51766",0.7,"Very Good","F","SI1",61.1,57,2409,5.7,5.73,3.49 +"51767",0.7,"Very Good","D","SI1",61,59,2409,5.67,5.7,3.47 +"51768",0.7,"Ideal","F","SI1",62.2,56,2409,5.68,5.7,3.54 +"51769",0.7,"Ideal","F","SI1",62.1,55,2409,5.68,5.72,3.54 +"51770",0.7,"Good","F","SI1",58.7,60,2409,5.75,5.81,3.39 +"51771",0.73,"Very Good","E","SI2",63.3,57,2409,5.72,5.69,3.61 +"51772",0.8,"Premium","H","SI2",61.6,59,2409,5.92,5.86,3.63 +"51773",0.71,"Premium","F","SI2",59.6,59,2409,5.79,5.75,3.44 +"51774",0.73,"Premium","E","SI2",60.8,60,2409,5.87,5.78,3.54 +"51775",0.72,"Ideal","H","SI2",61.3,55,2410,5.78,5.81,3.55 +"51776",0.74,"Ideal","F","SI2",61.6,55,2410,5.81,5.87,3.6 +"51777",0.7,"Ideal","F","SI1",62.6,55,2410,5.67,5.7,3.56 +"51778",0.71,"Premium","E","SI2",59,60,2410,5.9,5.87,3.47 +"51779",0.61,"Very Good","G","IF",63,58,2411,5.36,5.43,3.4 +"51780",0.7,"Good","F","SI2",64.1,59,2411,5.58,5.53,3.56 +"51781",0.7,"Very Good","I","VS1",63.1,57,2411,5.67,5.59,3.55 +"51782",0.6,"Ideal","G","VVS2",61.6,55,2413,5.44,5.47,3.36 +"51783",0.8,"Very Good","I","VS2",63.3,55,2414,5.88,5.93,3.74 +"51784",0.81,"Fair","I","VS2",64.6,59,2414,5.83,5.78,3.75 +"51785",0.7,"Ideal","G","SI1",61.9,56,2414,5.66,5.71,3.52 +"51786",0.72,"Fair","D","VS2",65.4,56,2414,5.68,5.6,3.69 +"51787",0.7,"Premium","F","SI1",60.8,58,2415,5.78,5.74,3.5 +"51788",0.74,"Premium","F","SI1",60.7,59,2415,5.85,5.82,3.54 +"51789",0.7,"Fair","H","VS1",65.8,56,2415,5.54,5.49,3.63 +"51790",0.7,"Ideal","G","SI1",60.9,57,2415,5.79,5.77,3.52 +"51791",0.7,"Very Good","I","VVS2",63.4,59,2415,5.6,5.57,3.54 +"51792",0.7,"Very Good","I","VVS2",63.3,55,2415,5.67,5.61,3.57 +"51793",0.7,"Good","E","VS2",64.2,60,2415,5.64,5.58,3.6 +"51794",0.7,"Very Good","I","VVS2",60.1,63,2415,5.81,5.74,3.47 +"51795",0.7,"Ideal","F","SI1",62,55,2415,5.72,5.7,3.54 +"51796",0.7,"Premium","E","VS2",63,61,2415,5.64,5.51,3.51 +"51797",0.7,"Good","F","VS2",63.9,53,2415,5.65,5.61,3.6 +"51798",0.7,"Premium","D","VS2",61.3,58,2415,5.72,5.67,3.48 +"51799",0.7,"Premium","G","SI1",62.6,60,2415,5.61,5.57,3.5 +"51800",0.75,"Premium","D","SI2",60.6,56,2415,5.94,5.9,3.59 +"51801",0.7,"Premium","H","VS2",60.7,59,2415,5.68,5.66,3.44 +"51802",0.7,"Very Good","H","VS2",63.4,60,2415,5.61,5.59,3.55 +"51803",0.7,"Premium","I","VVS2",62.4,61,2415,5.75,5.6,3.54 +"51804",0.7,"Ideal","D","SI2",62,57,2415,5.68,5.65,3.51 +"51805",0.7,"Premium","G","SI1",60.5,57,2415,5.75,5.68,3.46 +"51806",0.75,"Premium","G","SI1",60.4,58,2415,5.88,5.84,3.54 +"51807",0.71,"Very Good","F","SI1",63,55,2416,5.65,5.71,3.58 +"51808",0.71,"Good","E","VS2",63.2,57,2416,5.63,5.66,3.56 +"51809",0.72,"Ideal","E","SI1",60.9,57,2416,5.83,5.86,3.56 +"51810",0.71,"Ideal","D","SI2",62.3,56,2416,5.68,5.72,3.55 +"51811",0.71,"Ideal","D","SI2",61.5,55,2416,5.72,5.8,3.54 +"51812",0.71,"Ideal","F","SI1",61.6,56,2416,5.71,5.75,3.53 +"51813",1.01,"Ideal","I","I1",61.6,56,2416,6.45,6.43,3.97 +"51814",0.7,"Ideal","I","SI1",62.8,56,2417,5.63,5.68,3.55 +"51815",0.76,"Very Good","H","SI2",59.8,58,2418,5.94,5.96,3.56 +"51816",0.72,"Premium","H","VS2",61.6,57,2418,5.84,5.78,3.58 +"51817",0.64,"Ideal","F","VS2",62.3,56,2419,5.51,5.53,3.44 +"51818",0.64,"Ideal","F","VS2",61.1,56,2419,5.57,5.59,3.41 +"51819",0.5,"Ideal","F","IF",61.2,57,2419,5.11,5.15,3.14 +"51820",0.51,"Premium","E","VVS2",59.3,59,2419,5.25,5.17,3.09 +"51821",0.72,"Ideal","I","VVS2",62.2,54,2420,5.73,5.78,3.58 +"51822",0.71,"Good","E","SI1",63.1,59,2420,5.62,5.75,3.59 +"51823",0.71,"Very Good","E","SI1",62,55,2420,5.72,5.76,3.56 +"51824",0.79,"Premium","H","SI1",63,54,2420,5.9,5.86,3.69 +"51825",0.72,"Ideal","G","SI2",61.5,55,2420,5.79,5.82,3.57 +"51826",0.64,"Ideal","H","IF",60.5,57,2420,5.58,5.62,3.39 +"51827",0.7,"Very Good","I","VVS1",60.9,60,2421,5.68,5.71,3.47 +"51828",0.7,"Very Good","H","VS1",59.5,60,2421,5.74,5.76,3.42 +"51829",0.7,"Very Good","E","SI1",63.1,56,2421,5.62,5.69,3.57 +"51830",0.7,"Ideal","F","SI2",61.4,55,2421,5.73,5.77,3.53 +"51831",0.7,"Good","H","VS1",59.4,62,2421,5.71,5.74,3.4 +"51832",0.72,"Good","F","SI1",63.6,55,2421,5.71,5.64,3.61 +"51833",0.58,"Ideal","D","VVS2",63,56,2421,5.35,5.28,3.35 +"51834",0.7,"Very Good","H","VS1",62.1,56,2422,5.65,5.68,3.52 +"51835",0.76,"Very Good","G","SI2",62,57,2422,5.82,5.86,3.62 +"51836",0.72,"Ideal","F","SI2",62,55,2422,5.76,5.79,3.58 +"51837",0.72,"Ideal","F","SI2",61.2,54,2422,5.81,5.86,3.57 +"51838",0.72,"Very Good","G","VS1",63.5,55,2422,5.75,5.68,3.63 +"51839",0.78,"Ideal","I","VS2",60.9,57,2422,5.97,5.92,3.62 +"51840",0.9,"Fair","I","SI2",67.7,61,2422,6.04,5.86,4.03 +"51841",0.71,"Very Good","H","VS1",62.6,58,2423,5.72,5.75,3.59 +"51842",0.74,"Very Good","G","SI2",63.8,56,2423,5.7,5.74,3.65 +"51843",0.71,"Very Good","E","SI2",62.2,58,2423,5.65,5.7,3.53 +"51844",0.74,"Ideal","G","SI2",62.7,56,2423,5.75,5.8,3.62 +"51845",0.71,"Ideal","G","SI1",61.4,55,2423,5.75,5.79,3.54 +"51846",0.7,"Good","F","SI1",63.8,60,2423,5.63,5.6,3.58 +"51847",0.7,"Premium","F","SI1",62.9,59,2423,5.67,5.62,3.55 +"51848",0.7,"Premium","F","SI1",62.2,59,2423,5.73,5.69,3.55 +"51849",0.7,"Ideal","F","SI1",61.8,55,2423,5.75,5.71,3.54 +"51850",0.7,"Premium","F","SI1",61.3,59,2423,5.74,5.68,3.5 +"51851",0.7,"Premium","F","SI1",61.9,59,2423,5.71,5.69,3.53 +"51852",0.7,"Very Good","F","SI1",63.2,57,2423,5.68,5.62,3.57 +"51853",0.7,"Ideal","D","SI2",60.3,56,2423,5.77,5.73,3.47 +"51854",0.7,"Premium","D","SI2",59.5,60,2423,5.78,5.73,3.43 +"51855",0.7,"Premium","F","SI1",61,59,2423,5.75,5.69,3.49 +"51856",0.54,"Ideal","G","VVS2",61.4,55,2424,5.28,5.31,3.25 +"51857",0.79,"Very Good","I","SI1",62.5,57,2425,5.89,5.91,3.69 +"51858",0.76,"Good","G","SI1",57.7,63,2425,5.97,6.05,3.47 +"51859",0.77,"Ideal","I","SI2",61.6,57,2425,5.87,5.92,3.63 +"51860",0.76,"Premium","F","SI2",62.3,55,2425,5.88,5.84,3.65 +"51861",0.76,"Premium","H","SI1",60,60,2425,5.8,5.76,3.76 +"51862",0.52,"Very Good","D","VVS2",59.8,55,2426,5.28,5.35,3.18 +"51863",0.73,"Very Good","I","VS2",62.8,59,2426,5.72,5.75,3.6 +"51864",0.74,"Very Good","H","SI1",62.4,58,2426,5.71,5.76,3.58 +"51865",0.52,"Ideal","D","VVS2",62,56,2426,5.14,5.18,3.2 +"51866",0.52,"Ideal","D","VVS2",60.4,57,2426,5.25,5.28,3.18 +"51867",0.73,"Ideal","I","VS2",61.9,56,2426,5.77,5.82,3.59 +"51868",0.78,"Ideal","J","VS1",61.4,57,2426,5.9,5.93,3.63 +"51869",0.56,"Fair","E","VVS2",57.3,60,2426,5.5,5.57,3.17 +"51870",0.71,"Very Good","F","SI1",62.8,59,2427,5.62,5.66,3.54 +"51871",0.71,"Ideal","F","SI1",61.4,55,2427,5.75,5.82,3.55 +"51872",0.52,"Ideal","F","IF",60.3,60,2427,5.24,5.27,3.17 +"51873",0.67,"Good","E","VS1",60.4,65,2427,5.67,5.65,3.42 +"51874",0.7,"Good","H","VVS2",63.7,54,2427,5.72,5.62,3.61 +"51875",0.71,"Very Good","H","VS1",62.8,59,2428,5.61,5.7,3.55 +"51876",0.71,"Good","I","VVS2",63.1,58,2428,5.64,5.71,3.58 +"51877",0.71,"Premium","I","VVS2",61.9,60,2428,5.69,5.75,3.54 +"51878",0.71,"Good","G","SI1",63.6,56,2428,5.65,5.67,3.6 +"51879",0.71,"Very Good","H","VS2",59.2,63,2428,5.81,5.85,3.45 +"51880",0.71,"Good","I","VVS2",63.6,57,2428,5.66,5.69,3.61 +"51881",0.7,"Good","H","VS2",62.2,61.6,2428,5.63,5.66,3.51 +"51882",0.7,"Very Good","H","VS2",62.8,58,2429,5.67,5.7,3.57 +"51883",0.61,"Very Good","D","VS1",62.4,59.1,2429,5.42,5.45,3.39 +"51884",0.8,"Premium","G","SI2",61.8,58,2429,5.92,5.98,3.68 +"51885",0.8,"Ideal","G","SI2",62.1,57,2429,5.95,6.03,3.72 +"51886",0.56,"Ideal","E","VVS2",61.5,57,2429,5.27,5.34,3.26 +"51887",0.7,"Ideal","H","VS2",62.4,58,2429,5.67,5.71,3.55 +"51888",0.72,"Premium","D","SI2",60.5,60,2429,5.82,5.72,3.49 +"51889",0.73,"Very Good","H","VS2",61.3,60,2430,5.72,5.79,3.53 +"51890",0.78,"Good","D","SI2",57.5,63,2430,6.13,6.05,3.5 +"51891",0.52,"Ideal","E","VVS2",61.8,56,2430,5.15,5.18,3.19 +"51892",0.72,"Ideal","I","VS1",61.7,54.5,2430,5.77,5.8,3.57 +"51893",0.72,"Ideal","I","VS1",62.1,55,2430,5.73,5.76,3.56 +"51894",0.6,"Very Good","D","VS1",61.4,59,2431,5.41,5.44,3.33 +"51895",0.73,"Ideal","E","SI2",61.3,54,2431,5.8,5.88,3.58 +"51896",0.73,"Ideal","E","SI2",62.8,55,2431,5.73,5.76,3.61 +"51897",0.78,"Ideal","F","SI2",59.7,57,2431,6.01,5.98,3.58 +"51898",0.71,"Very Good","H","VS2",62.6,56,2432,5.68,5.72,3.57 +"51899",0.71,"Very Good","I","VS1",62.2,59,2432,5.7,5.74,3.56 +"51900",0.71,"Ideal","I","VS1",61.5,60,2432,5.7,5.74,3.52 +"51901",0.7,"Very Good","G","VS2",61.3,57,2433,5.66,5.7,3.48 +"51902",0.66,"Premium","E","VS1",60.8,59,2433,5.58,5.6,3.4 +"51903",0.53,"Ideal","E","VVS2",61.8,55,2433,5.16,5.19,3.2 +"51904",0.73,"Very Good","G","SI1",60.8,56,2434,5.82,5.85,3.55 +"51905",0.61,"Ideal","E","VS2",61.4,56,2434,5.47,5.51,3.37 +"51906",0.73,"Ideal","E","SI2",61,57,2434,5.81,5.87,3.56 +"51907",0.73,"Ideal","E","SI2",60.4,56,2434,5.81,5.89,3.54 +"51908",0.7,"Good","E","SI2",63.7,55,2435,5.63,5.58,3.57 +"51909",0.72,"Ideal","D","SI2",62.3,57,2435,5.75,5.8,3.6 +"51910",0.7,"Premium","H","VS1",60.2,56,2435,5.78,5.71,3.46 +"51911",0.81,"Ideal","H","SI1",62.1,54,2435,6,6.02,3.73 +"51912",0.73,"Good","F","SI1",64.3,59,2435,5.67,5.62,3.63 +"51913",0.71,"Good","D","SI2",63.3,55,2436,5.65,5.72,3.6 +"51914",0.71,"Very Good","F","SI1",62.3,60,2436,5.65,5.68,3.53 +"51915",0.71,"Very Good","F","SI1",61.8,58,2436,5.72,5.81,3.56 +"51916",0.7,"Ideal","E","SI2",62.3,58,2436,5.66,5.7,3.54 +"51917",0.7,"Ideal","I","SI1",61.8,57,2436,5.67,5.72,3.52 +"51918",0.7,"Very Good","G","VS2",59,60,2437,5.76,5.83,3.42 +"51919",0.7,"Very Good","G","VS1",62.5,58,2437,5.63,5.69,3.54 +"51920",0.7,"Very Good","F","VS2",60.5,58,2437,5.78,5.83,3.51 +"51921",0.7,"Very Good","F","VS2",62.7,57,2437,5.61,5.65,3.53 +"51922",0.7,"Ideal","G","VS1",62.7,57,2437,5.66,5.7,3.56 +"51923",0.71,"Very Good","E","VS2",63.2,57,2437,5.66,5.63,3.56 +"51924",0.5,"Good","E","VVS2",61.6,62,2437,5.04,5.09,3.12 +"51925",0.7,"Fair","E","VS2",65.7,55,2437,5.45,5.51,3.6 +"51926",0.9,"Fair","J","SI1",64.6,61,2438,5.92,5.87,3.81 +"51927",0.61,"Ideal","H","IF",62,54.4,2438,5.44,5.47,3.38 +"51928",0.93,"Good","J","SI1",63.7,54,2438,6.15,6.09,3.9 +"51929",0.96,"Fair","G","SI2",72.2,56,2438,6.01,5.81,4.28 +"51930",0.81,"Ideal","I","SI1",62.5,57,2439,5.98,5.92,3.72 +"51931",0.72,"Very Good","F","SI1",62.6,55,2440,5.71,5.76,3.59 +"51932",0.78,"Good","H","VS2",63.7,60,2440,5.77,5.73,3.66 +"51933",0.74,"Ideal","I","VS1",62.1,56,2440,5.75,5.82,3.59 +"51934",0.63,"Ideal","D","VS1",61.6,55,2440,5.52,5.55,3.41 +"51935",0.72,"Ideal","F","SI1",62.5,57,2440,5.65,5.74,3.56 +"51936",0.72,"Ideal","F","SI1",61.8,57,2440,5.68,5.74,3.53 +"51937",0.72,"Ideal","F","SI1",62.1,55,2440,5.73,5.8,3.58 +"51938",0.55,"Ideal","G","IF",60,57,2440,5.33,5.39,3.22 +"51939",0.72,"Very Good","I","VS1",63.7,57,2441,5.66,5.7,3.62 +"51940",0.72,"Very Good","I","VS1",63.8,59,2441,5.63,5.71,3.62 +"51941",0.73,"Very Good","E","SI1",58.6,57,2441,5.91,6,3.49 +"51942",0.7,"Good","F","VS1",64,57,2441,5.62,5.54,3.57 +"51943",0.7,"Good","F","VS1",63.7,57,2441,5.55,5.62,3.56 +"51944",0.7,"Premium","F","SI1",61.6,58,2441,5.7,5.73,3.52 +"51945",0.56,"Ideal","E","VVS2",62.6,54,2441,5.28,5.32,3.32 +"51946",0.72,"Premium","G","VS2",62.4,57,2441,5.73,5.72,3.57 +"51947",0.71,"Premium","E","SI1",59.1,60,2441,5.87,5.84,3.46 +"51948",0.71,"Premium","E","SI1",60.4,62,2441,5.72,5.67,3.44 +"51949",0.52,"Ideal","H","IF",61.4,56,2441,5.19,5.23,3.2 +"51950",0.71,"Very Good","E","SI1",63.1,59,2441,5.75,5.62,3.59 +"51951",0.7,"Premium","E","SI2",60.6,58,2442,5.78,5.73,3.49 +"51952",0.56,"Very Good","E","VVS2",60.5,57,2442,5.32,5.36,3.23 +"51953",0.56,"Very Good","E","VVS2",60.7,57,2442,5.31,5.36,3.24 +"51954",0.63,"Ideal","G","VVS2",62.6,56,2442,5.45,5.48,3.42 +"51955",0.57,"Ideal","E","VVS2",62.1,54.6,2442,5.31,5.35,3.31 +"51956",0.85,"Ideal","J","VS2",61.7,55,2442,6.08,6.11,3.76 +"51957",0.6,"Ideal","E","VS1",61.6,55,2442,5.43,5.48,3.36 +"51958",0.79,"Ideal","I","SI1",61.6,57,2442,5.94,6,3.68 +"51959",0.56,"Ideal","G","IF",62,56,2442,5.3,5.32,3.29 +"51960",0.56,"Ideal","G","IF",61.4,57,2442,5.29,5.32,3.26 +"51961",0.3,"Ideal","G","VS2",62.6,58,545,4.25,4.28,2.67 +"51962",0.3,"Ideal","G","VS2",61.6,57,545,4.3,4.33,2.66 +"51963",0.3,"Ideal","H","VS1",61.4,57,545,4.31,4.32,2.65 +"51964",0.3,"Ideal","H","VS1",62.1,56,545,4.28,4.32,2.67 +"51965",0.3,"Ideal","H","VS1",61.9,58,545,4.3,4.32,2.67 +"51966",0.3,"Ideal","H","VS1",62.2,57,545,4.28,4.31,2.67 +"51967",0.3,"Ideal","H","VS1",62.4,55,545,4.32,4.34,2.7 +"51968",0.3,"Ideal","G","SI1",62,55,545,4.28,4.3,2.66 +"51969",0.26,"Ideal","H","IF",62.1,55,545,4.09,4.13,2.55 +"51970",0.26,"Ideal","H","IF",61.2,57,545,4.13,4.16,2.53 +"51971",0.29,"Good","F","SI1",57.4,61,545,4.39,4.42,2.53 +"51972",0.33,"Premium","E","SI1",59.6,60,545,4.51,4.48,2.68 +"51973",0.26,"Premium","D","VS1",60,56,546,4.18,4.15,2.5 +"51974",0.24,"Very Good","F","VVS2",60.9,55,547,4.07,4.08,2.48 +"51975",0.26,"Very Good","E","VVS2",64.3,57,547,3.99,4.03,2.58 +"51976",0.26,"Very Good","F","VVS1",59,61,547,4.17,4.2,2.47 +"51977",0.26,"Very Good","E","VVS1",62.9,61,547,4.01,4.06,2.54 +"51978",0.26,"Very Good","E","IF",58.7,63,547,4.19,4.23,2.47 +"51979",0.32,"Ideal","H","SI1",61.9,54,547,4.39,4.43,2.73 +"51980",0.31,"Ideal","E","SI1",61.5,55,547,4.39,4.42,2.71 +"51981",0.3,"Ideal","D","SI1",61,58,547,4.32,4.33,2.64 +"51982",0.29,"Premium","G","VS1",62.1,59,547,4.25,4.22,2.63 +"51983",0.38,"Good","H","SI2",63.4,57,547,4.58,4.63,2.92 +"51984",0.25,"Very Good","F","VVS2",61.9,57,548,4.07,4.11,2.53 +"51985",0.25,"Very Good","F","VVS2",63,57,548,3.98,4.08,2.54 +"51986",0.25,"Very Good","F","VVS2",59.3,59,548,4.15,4.18,2.47 +"51987",0.25,"Very Good","E","VVS2",62.2,57,548,4.02,4.12,2.53 +"51988",0.25,"Very Good","E","VVS2",62.2,58,548,4.03,4.11,2.53 +"51989",0.25,"Very Good","E","VVS2",61.7,57,548,4.08,4.12,2.53 +"51990",0.25,"Very Good","E","VVS2",63.2,59,548,3.98,4,2.52 +"51991",0.56,"Ideal","G","IF",61.8,56,2442,5.28,5.34,3.28 +"51992",0.59,"Fair","F","VS2",64.4,56,2443,5.31,5.28,3.41 +"51993",0.66,"Very Good","E","VS2",63.3,56.3,2443,5.47,5.55,3.48 +"51994",0.72,"Ideal","H","VS2",62,56,2443,5.8,5.74,3.58 +"51995",0.71,"Ideal","G","VS2",62.9,56,2443,5.73,5.68,3.59 +"51996",0.71,"Premium","G","VS2",60.3,59,2443,5.79,5.76,3.48 +"51997",0.7,"Good","I","VS1",61.1,61,2443,5.65,5.7,3.47 +"51998",0.71,"Premium","G","VS2",63,54,2443,5.69,5.64,3.57 +"51999",0.76,"Premium","F","SI1",62.5,59,2443,5.79,5.77,3.61 +"52000",0.83,"Very Good","J","VS2",60.5,55,2444,6.08,6.11,3.69 +"52001",0.81,"Very Good","I","VS2",62.6,59.7,2444,5.86,5.92,3.69 +"52002",0.72,"Very Good","H","VS2",62.5,58,2444,5.67,5.73,3.56 +"52003",0.78,"Premium","F","SI2",62.7,56,2444,5.87,5.84,3.67 +"52004",0.7,"Premium","E","SI1",62,60,2444,5.72,5.67,3.53 +"52005",0.7,"Premium","E","SI1",60,62,2444,5.79,5.75,3.46 +"52006",0.7,"Premium","E","SI1",61.2,60,2444,5.71,5.69,3.49 +"52007",0.81,"Ideal","I","VS2",62.4,54.8,2444,5.98,6.01,3.75 +"52008",0.6,"Ideal","D","VS2",62,55,2444,5.39,5.42,3.35 +"52009",0.83,"Ideal","I","SI2",61.2,59,2444,6.03,6.06,3.7 +"52010",0.59,"Ideal","G","IF",62,54,2444,5.38,5.43,3.35 +"52011",0.78,"Good","F","SI2",62.7,61,2444,5.8,5.84,3.65 +"52012",0.7,"Good","D","SI1",59.9,63,2444,5.74,5.81,3.46 +"52013",0.85,"Premium","G","SI2",62,58,2444,6.08,6.04,3.76 +"52014",0.6,"Premium","G","VVS1",60,58,2444,5.53,5.43,3.29 +"52015",0.7,"Very Good","F","SI1",63.1,60,2445,5.62,5.63,3.55 +"52016",0.73,"Very Good","F","SI1",62.5,56,2445,5.69,5.73,3.57 +"52017",0.7,"Ideal","F","SI1",60.8,60,2445,5.74,5.78,3.5 +"52018",0.7,"Good","F","SI1",61.1,61,2445,5.68,5.71,3.48 +"52019",0.71,"Ideal","F","SI2",65.3,53,2445,5.64,5.58,3.67 +"52020",0.73,"Very Good","H","VS1",58.7,61,2446,5.9,5.95,3.48 +"52021",0.72,"Good","F","SI1",60.4,61,2446,5.75,5.8,3.49 +"52022",0.73,"Premium","F","VS2",58.9,60,2446,5.9,5.81,3.45 +"52023",0.57,"Ideal","E","VVS2",62,57,2447,5.29,5.33,3.29 +"52024",0.57,"Ideal","E","VVS2",61.5,56,2447,5.31,5.35,3.28 +"52025",0.53,"Ideal","F","IF",62.4,55,2447,5.2,5.19,3.24 +"52026",0.74,"Premium","G","SI1",59.6,59,2447,5.94,5.87,3.52 +"52027",0.74,"Premium","E","SI2",59,55,2447,6.03,5.94,3.53 +"52028",0.76,"Good","G","SI1",57.7,63,2447,6.05,5.97,3.47 +"52029",0.8,"Premium","F","SI2",61.4,58,2447,5.95,5.93,3.65 +"52030",0.71,"Very Good","I","VVS2",61.5,58,2448,5.73,5.81,3.55 +"52031",0.71,"Very Good","G","SI1",61.7,59,2448,5.72,5.78,3.55 +"52032",0.72,"Ideal","G","SI2",60.8,57,2449,5.79,5.82,3.52 +"52033",0.71,"Good","I","VVS2",63.6,57,2450,5.69,5.66,3.61 +"52034",0.71,"Very Good","I","VVS2",63.1,58,2450,5.71,5.64,3.58 +"52035",0.71,"Premium","I","VVS2",61.9,60,2450,5.75,5.69,3.54 +"52036",0.71,"Very Good","E","VS2",63.4,60,2450,5.71,5.67,3.61 +"52037",0.71,"Very Good","E","VS2",63.4,61,2450,5.6,5.57,3.54 +"52038",0.71,"Premium","G","SI1",58.9,62,2450,5.92,5.83,3.46 +"52039",0.71,"Ideal","I","VVS1",61.2,57,2450,5.79,5.76,3.53 +"52040",0.71,"Good","D","SI1",56.8,62,2450,5.93,5.89,3.37 +"52041",0.71,"Very Good","H","VS2",59.2,63,2450,5.85,5.81,3.45 +"52042",0.71,"Premium","E","SI2",62.6,58,2450,5.7,5.67,3.56 +"52043",0.71,"Ideal","H","VS2",60.9,55,2450,5.76,5.74,3.5 +"52044",0.74,"Very Good","H","VS2",62.9,57,2451,5.73,5.78,3.62 +"52045",0.76,"Premium","E","SI2",62.4,58,2451,5.83,5.86,3.65 +"52046",0.55,"Very Good","G","VVS1",61.5,55.1,2451,5.26,5.28,3.24 +"52047",0.73,"Ideal","I","VVS2",60.1,56,2451,5.88,5.86,3.53 +"52048",0.8,"Premium","G","SI2",61.4,56,2451,5.99,5.96,3.67 +"52049",0.8,"Very Good","G","SI2",63.1,59,2451,5.85,5.78,3.67 +"52050",0.72,"Ideal","G","SI2",61.3,56,2451,5.76,5.81,3.55 +"52051",0.79,"Good","I","VS2",58.5,62,2451,5.99,6.04,3.52 +"52052",0.72,"Good","I","VS1",61.3,63,2451,5.67,5.75,3.5 +"52053",0.72,"Ideal","I","VVS2",61.2,59,2452,5.75,5.79,3.53 +"52054",0.74,"Premium","F","SI1",58.7,58,2452,5.93,5.86,3.46 +"52055",0.71,"Ideal","D","SI2",61.9,56,2452,5.78,5.73,3.56 +"52056",1.02,"Premium","F","I1",59.6,59,2452,6.51,6.45,3.87 +"52057",0.7,"Very Good","H","VS1",62.5,61,2453,5.62,5.67,3.53 +"52058",0.7,"Very Good","H","VS1",61.2,55,2453,5.68,5.72,3.49 +"52059",0.7,"Very Good","F","SI1",59.2,60,2453,5.77,5.79,3.42 +"52060",0.7,"Very Good","E","SI2",60.4,59,2453,5.7,5.75,3.46 +"52061",0.7,"Ideal","E","SI2",62.1,56,2453,5.65,5.68,3.52 +"52062",0.75,"Good","E","SI2",63.8,55,2453,5.74,5.8,3.68 +"52063",0.7,"Good","E","SI2",63.5,56,2453,5.6,5.68,3.58 +"52064",0.7,"Very Good","E","SI2",62.8,59,2453,5.64,5.69,3.56 +"52065",0.73,"Ideal","I","VS2",61.7,55,2453,5.79,5.82,3.58 +"52066",0.7,"Ideal","F","SI1",62.6,57,2453,5.59,5.62,3.51 +"52067",0.79,"Ideal","G","SI2",60.8,57,2453,5.99,5.96,3.63 +"52068",0.71,"Very Good","G","VS2",63.5,57,2454,5.61,5.64,3.57 +"52069",0.54,"Ideal","F","VVS2",62,55,2454,5.24,5.25,3.25 +"52070",0.5,"Ideal","D","VS1",60.6,57,2454,5.15,5.18,3.13 +"52071",0.96,"Premium","I","SI2",59.1,62,2454,6.48,6.38,3.79 +"52072",0.71,"Very Good","E","SI1",61.9,56,2455,5.68,5.72,3.53 +"52073",0.81,"Ideal","J","VS2",62.1,56,2455,5.94,5.97,3.7 +"52074",0.73,"Ideal","F","SI2",62.5,56,2455,5.73,5.75,3.59 +"52075",0.7,"Very Good","F","VS2",63.4,56,2455,5.69,5.63,3.59 +"52076",0.71,"Very Good","I","VVS1",63,58,2456,5.68,5.72,3.59 +"52077",0.71,"Very Good","I","VVS1",63.5,57,2456,5.65,5.68,3.6 +"52078",0.75,"Ideal","G","SI1",62.2,57,2456,5.8,5.84,3.62 +"52079",0.82,"Premium","G","SI2",62.3,58,2456,5.96,5.98,3.72 +"52080",0.53,"Ideal","E","VVS2",60.5,57,2456,5.24,5.28,3.18 +"52081",0.78,"Ideal","J","VS2",62.3,55,2456,5.88,5.91,3.67 +"52082",0.72,"Ideal","F","SI2",61.8,57,2456,5.75,5.78,3.56 +"52083",0.84,"Ideal","J","VS1",62,55,2456,6.07,6.06,3.76 +"52084",0.77,"Good","H","SI1",57.2,65,2457,6.08,6.02,3.46 +"52085",0.77,"Premium","H","SI1",60.9,60,2457,5.89,5.87,3.58 +"52086",0.77,"Premium","H","SI1",61.6,60,2457,5.91,5.87,3.59 +"52087",0.72,"Ideal","D","SI2",62.3,57,2457,5.8,5.75,3.6 +"52088",0.71,"Premium","F","SI1",62.3,57,2458,5.73,5.66,3.55 +"52089",0.71,"Ideal","E","SI2",61.9,56,2458,5.73,5.76,3.56 +"52090",0.72,"Ideal","H","SI1",62.2,58,2458,5.72,5.76,3.57 +"52091",0.71,"Premium","F","SI1",62.3,60,2458,5.68,5.65,3.53 +"52092",0.71,"Very Good","D","SI2",63.3,55,2458,5.72,5.65,3.6 +"52093",0.71,"Fair","F","SI1",59.8,70,2458,5.89,5.72,3.48 +"52094",0.75,"Ideal","F","SI2",62.4,56,2458,5.84,5.79,3.63 +"52095",0.74,"Very Good","I","VS2",60.9,56,2459,5.83,5.86,3.56 +"52096",0.7,"Very Good","E","SI1",62.6,56,2459,5.65,5.69,3.55 +"52097",0.81,"Ideal","G","SI2",61.7,57,2459,5.98,6.01,3.7 +"52098",0.7,"Premium","F","VS2",61.2,59,2459,5.73,5.68,3.49 +"52099",0.7,"Premium","G","VS1",58.3,58,2459,5.9,5.86,3.43 +"52100",0.74,"Ideal","I","VS2",61.5,57,2459,5.81,5.86,3.59 +"52101",0.55,"Ideal","D","VS2",60.2,56,2459,5.33,5.38,3.22 +"52102",0.69,"Ideal","F","SI1",61.3,55,2459,5.72,5.74,3.51 +"52103",0.7,"Ideal","E","SI1",62.3,57,2459,5.67,5.7,3.54 +"52104",0.7,"Good","E","SI1",61.7,59,2459,5.62,5.66,3.48 +"52105",0.8,"Very Good","F","SI2",61,60,2460,5.95,5.98,3.64 +"52106",0.47,"Ideal","D","VVS1",62.1,55,2460,4.98,5.01,3.1 +"52107",0.47,"Ideal","D","VVS1",62,54,2460,4.99,5.01,3.1 +"52108",0.7,"Ideal","G","SI1",60.5,57,2460,5.74,5.79,3.49 +"52109",0.61,"Ideal","H","IF",59.4,59,2461,5.55,5.59,3.31 +"52110",0.7,"Good","D","SI2",59.3,60,2461,5.74,5.8,3.42 +"52111",0.91,"Premium","F","SI2",60.5,59,2461,6.21,6.19,3.75 +"52112",0.91,"Good","F","SI2",56.9,62,2461,6.51,6.45,3.69 +"52113",0.71,"Very Good","G","VS2",63.1,56,2462,5.58,5.77,3.58 +"52114",0.75,"Very Good","G","SI1",62.3,59,2462,5.77,5.81,3.61 +"52115",0.72,"Very Good","H","VS2",61.4,57,2462,5.75,5.79,3.54 +"52116",0.56,"Ideal","F","VVS2",61.9,56,2462,5.29,5.32,3.28 +"52117",0.71,"Ideal","I","VVS2",60.6,57,2463,5.73,5.78,3.49 +"52118",0.74,"Very Good","H","VS2",59.9,57,2463,5.87,5.91,3.53 +"52119",0.75,"Very Good","F","SI1",60.6,60,2463,5.88,5.91,3.57 +"52120",0.56,"Ideal","E","VVS2",62.6,54,2463,5.32,5.28,3.32 +"52121",0.7,"Premium","F","SI1",61.6,58,2463,5.73,5.7,3.52 +"52122",0.7,"Premium","E","SI2",60.8,59,2463,5.75,5.7,3.48 +"52123",0.7,"Very Good","G","VS2",63.3,56,2464,5.59,5.66,3.56 +"52124",0.7,"Very Good","E","SI2",61.5,59,2464,5.7,5.74,3.52 +"52125",0.91,"Premium","E","I1",59.6,59,2464,6.29,6.32,3.76 +"52126",0.74,"Ideal","E","SI2",61.9,56,2464,5.8,5.83,3.6 +"52127",0.76,"Ideal","G","SI2",62.7,56,2466,5.81,5.86,3.66 +"52128",0.72,"Ideal","F","SI2",61.1,59,2466,5.74,5.79,3.52 +"52129",0.6,"Ideal","G","VVS2",61.3,56,2467,5.43,5.46,3.34 +"52130",0.75,"Very Good","G","VS2",63.3,58,2467,5.78,5.75,3.65 +"52131",0.73,"Ideal","E","SI2",62.1,56,2467,5.74,5.79,3.58 +"52132",0.52,"Premium","E","VVS2",60.1,59,2467,5.27,5.22,3.15 +"52133",0.52,"Premium","D","VVS2",59.8,60,2467,5.28,5.22,3.14 +"52134",0.52,"Ideal","E","VVS1",59.9,57,2467,5.28,5.24,3.15 +"52135",0.73,"Premium","H","VS1",61.7,58,2468,5.75,5.72,3.54 +"52136",0.74,"Ideal","J","VS1",61.7,57,2468,5.79,5.84,3.59 +"52137",0.7,"Good","D","SI1",58.8,64,2468,5.74,5.79,3.39 +"52138",0.74,"Very Good","G","SI1",63.5,60,2468,5.73,5.68,3.62 +"52139",0.57,"Very Good","E","VVS2",59.6,58,2469,5.39,5.41,3.22 +"52140",0.76,"Ideal","F","SI2",61.1,55,2469,5.9,5.94,3.62 +"52141",0.76,"Premium","F","SI2",61.8,58,2469,5.83,5.88,3.62 +"52142",0.76,"Very Good","F","SI2",62.7,55,2469,5.74,5.83,3.63 +"52143",0.78,"Premium","F","SI1",62.3,57,2469,5.86,5.85,3.65 +"52144",0.7,"Ideal","I","VS1",61.8,55,2469,5.67,5.72,3.52 +"52145",0.62,"Ideal","H","IF",61.9,55,2469,5.5,5.52,3.41 +"52146",0.7,"Premium","F","SI1",61.6,60,2470,5.68,5.72,3.51 +"52147",0.72,"Ideal","F","SI1",61.7,55,2470,5.74,5.77,3.55 +"52148",0.71,"Ideal","E","SI2",61.5,57,2470,5.74,5.78,3.54 +"52149",0.7,"Good","F","SI1",62.8,58,2470,5.6,5.65,3.53 +"52150",0.71,"Very Good","H","SI1",61.5,56,2471,5.71,5.75,3.53 +"52151",0.79,"Premium","H","SI2",60.4,61,2471,5.99,5.96,3.61 +"52152",0.53,"Very Good","D","VVS2",61.1,55,2472,5.22,5.28,3.21 +"52153",0.7,"Very Good","F","VS2",62.4,56,2473,5.63,5.66,3.52 +"52154",0.7,"Very Good","F","VS2",62.9,57,2473,5.59,5.63,3.53 +"52155",0.7,"Very Good","G","VS1",63.2,58,2473,5.61,5.65,3.56 +"52156",0.73,"Very Good","F","SI1",59.7,60,2473,5.83,5.9,3.5 +"52157",0.8,"Very Good","I","SI1",61.9,56,2473,5.94,5.98,3.69 +"52158",0.7,"Good","E","VS2",61.5,61,2473,5.64,5.74,3.5 +"52159",0.7,"Very Good","G","VS1",59.3,62,2473,5.74,5.8,3.42 +"52160",0.7,"Very Good","E","VS2",58.8,56,2473,5.79,5.84,3.42 +"52161",0.7,"Premium","D","SI1",60.8,58,2473,5.79,5.66,3.48 +"52162",0.6,"Ideal","D","VS2",61.4,53,2473,5.45,5.5,3.36 +"52163",0.55,"Ideal","G","VVS1",61.5,55,2473,5.28,5.26,3.24 +"52164",0.72,"Very Good","E","SI1",62.6,59,2474,5.66,5.71,3.56 +"52165",0.76,"Ideal","I","SI1",62.3,57,2474,5.81,5.87,3.64 +"52166",0.8,"Good","H","SI2",58.4,61,2474,6.02,6.06,3.53 +"52167",0.81,"Good","G","SI2",59.2,64,2474,6.11,6.15,3.63 +"52168",0.7,"Very Good","H","SI1",58.5,65,2475,5.81,5.84,3.41 +"52169",0.7,"Very Good","G","VS1",62.8,57,2475,5.63,5.68,3.55 +"52170",0.7,"Ideal","G","VS1",62.2,55,2475,5.69,5.72,3.55 +"52171",0.5,"Ideal","D","VVS2",62.5,53,2475,5.05,5.13,3.18 +"52172",0.7,"Ideal","H","VS2",62.6,54,2475,5.7,5.73,3.58 +"52173",0.77,"Ideal","I","SI1",61.8,55,2475,5.89,5.93,3.65 +"52174",0.7,"Premium","E","SI2",60.4,59,2475,5.75,5.7,3.46 +"52175",0.7,"Premium","E","SI2",62.8,59,2475,5.69,5.64,3.56 +"52176",0.91,"Premium","I","SI1",60.8,59,2475,6.23,6.2,3.78 +"52177",0.7,"Good","H","VVS2",61.4,64,2475,5.73,5.61,3.48 +"52178",0.7,"Ideal","E","SI2",62.1,56,2475,5.68,5.65,3.52 +"52179",0.7,"Very Good","D","SI1",62.9,63,2475,5.64,5.59,3.53 +"52180",0.7,"Very Good","E","SI1",62.3,58,2476,5.6,5.67,3.51 +"52181",0.7,"Very Good","E","SI1",63.5,56,2476,5.65,5.68,3.6 +"52182",0.72,"Ideal","E","SI1",62,57,2476,5.72,5.66,3.53 +"52183",0.72,"Premium","E","SI1",61.4,57,2476,5.83,5.73,3.55 +"52184",0.78,"Very Good","F","SI2",58.3,62,2477,6.04,6.11,3.54 +"52185",0.7,"Good","H","VVS2",63.7,54,2477,5.72,5.62,3.61 +"52186",0.72,"Very Good","G","VS2",63.3,57,2477,5.71,5.67,3.6 +"52187",0.75,"Ideal","G","SI1",62.2,57,2478,5.84,5.8,3.62 +"52188",0.7,"Ideal","G","SI1",61.6,56,2478,5.69,5.73,3.52 +"52189",0.7,"Ideal","G","SI1",62.5,56,2478,5.67,5.69,3.55 +"52190",0.7,"Ideal","G","SI1",62.4,56,2478,5.66,5.69,3.54 +"52191",0.77,"Ideal","H","VS2",62.4,56,2479,5.89,5.85,3.66 +"52192",0.7,"Fair","G","VS2",64.9,57,2479,5.55,5.54,3.6 +"52193",0.72,"Very Good","E","SI1",60,57,2479,5.8,5.84,3.49 +"52194",0.77,"Ideal","H","VS2",60.6,57,2479,5.93,5.89,3.58 +"52195",0.7,"Premium","G","VS2",61.8,60,2479,5.66,5.63,3.49 +"52196",0.7,"Premium","G","VS2",62.5,55,2479,5.69,5.64,3.54 +"52197",0.7,"Premium","G","VS2",61.8,58,2479,5.66,5.64,3.49 +"52198",0.7,"Premium","G","VS2",62.1,58,2479,5.68,5.63,3.51 +"52199",0.7,"Premium","G","VS2",61.8,60,2479,5.67,5.63,3.49 +"52200",0.71,"Premium","E","SI1",60.3,58,2479,5.78,5.76,3.48 +"52201",0.54,"Ideal","E","VVS2",61.9,54.5,2479,5.22,5.25,3.23 +"52202",0.67,"Good","F","VS1",59.8,60.3,2479,5.62,5.69,3.38 +"52203",0.7,"Very Good","G","VS2",63.1,58,2479,5.65,5.61,3.55 +"52204",0.7,"Ideal","G","SI2",61.8,53,2480,5.73,5.69,3.53 +"52205",0.71,"Ideal","D","SI2",62.4,55,2480,5.71,5.74,3.57 +"52206",0.7,"Ideal","G","SI1",61.3,56,2480,5.73,5.78,3.53 +"52207",0.7,"Ideal","G","SI1",61,56,2480,5.77,5.8,3.53 +"52208",0.63,"Very Good","G","VVS2",62.3,55,2481,5.5,5.54,3.44 +"52209",0.61,"Very Good","D","VS1",60.9,56,2481,5.49,5.51,3.35 +"52210",0.8,"Very Good","H","SI2",62.7,56,2481,5.83,5.91,3.68 +"52211",0.7,"Very Good","E","SI1",59.4,63,2481,5.79,5.73,3.42 +"52212",0.7,"Very Good","H","VS1",62.6,57,2482,5.64,5.73,3.56 +"52213",0.9,"Very Good","J","SI2",62.9,55,2482,6.13,6.17,3.87 +"52214",0.72,"Very Good","G","SI1",62.4,59,2482,5.67,5.7,3.55 +"52215",0.79,"Very Good","G","SI2",62.4,56,2482,5.87,5.92,3.68 +"52216",0.81,"Very Good","J","SI1",63.1,59,2482,5.88,5.91,3.72 +"52217",0.73,"Ideal","J","VVS2",61.2,56,2482,5.81,5.85,3.57 +"52218",0.81,"Ideal","H","SI1",62.8,57,2482,5.95,5.92,3.73 +"52219",0.81,"Premium","G","SI2",61.7,57,2482,5.99,5.94,3.68 +"52220",0.5,"Ideal","D","VVS2",61.4,55,2482,5.13,5.16,3.16 +"52221",0.71,"Very Good","G","SI1",63.3,57,2482,5.65,5.6,3.56 +"52222",0.71,"Premium","F","SI2",61.6,59,2482,5.75,5.71,3.53 +"52223",0.7,"Very Good","I","VVS1",59.5,58,2484,5.78,5.81,3.45 +"52224",0.7,"Very Good","H","VS1",63.3,59,2484,5.62,5.66,3.57 +"52225",0.75,"Premium","H","VS2",60.8,57,2484,5.9,5.87,3.58 +"52226",0.8,"Premium","G","SI2",62.1,55,2484,5.96,5.9,3.68 +"52227",0.8,"Good","G","SI2",63.7,58,2484,5.88,5.83,3.73 +"52228",0.7,"Ideal","H","VS1",61.9,55,2484,5.66,5.72,3.52 +"52229",0.8,"Premium","G","SI2",59.7,62,2484,6.02,5.98,3.58 +"52230",0.75,"Premium","D","SI1",61.3,59,2484,5.89,5.82,3.59 +"52231",0.6,"Fair","F","VVS2",60.1,66,2484,5.48,5.44,3.28 +"52232",0.72,"Premium","H","VS2",61.4,57,2484,5.79,5.75,3.54 +"52233",0.72,"Premium","D","SI2",60.3,58,2484,5.81,5.76,3.49 +"52234",0.73,"Very Good","F","SI2",58,61,2485,5.94,5.99,3.46 +"52235",0.6,"Very Good","G","VVS1",60,58,2485,5.53,5.43,3.29 +"52236",0.57,"Very Good","E","VVS2",60,61,2485,5.36,5.44,3.24 +"52237",0.8,"Very Good","H","SI1",63.3,58,2485,5.93,5.89,3.74 +"52238",0.61,"Ideal","E","VS1",62.2,54,2485,5.43,5.45,3.38 +"52239",0.78,"Ideal","G","SI2",61.7,54,2485,5.93,5.97,3.67 +"52240",0.74,"Premium","H","VS2",59.9,57,2485,5.91,5.87,3.53 +"52241",0.73,"Ideal","I","VVS2",63.3,57,2485,5.77,5.73,3.64 +"52242",0.91,"Premium","E","I1",59.6,59,2486,6.32,6.29,3.76 +"52243",0.78,"Premium","G","SI2",60.6,58,2486,6.02,5.99,3.64 +"52244",0.8,"Very Good","J","VS1",62.7,58,2487,5.91,5.95,3.72 +"52245",0.8,"Very Good","H","SI2",57,63,2487,6.09,6.18,3.5 +"52246",0.7,"Ideal","I","VVS2",62.4,53.6,2487,5.68,5.72,3.55 +"52247",0.7,"Ideal","I","VVS2",62.7,54,2487,5.65,5.69,3.55 +"52248",0.7,"Ideal","I","VVS2",61.6,56.5,2487,5.65,5.72,3.51 +"52249",0.71,"Ideal","H","VS1",60.3,59,2487,5.75,5.79,3.48 +"52250",0.74,"Ideal","G","SI2",61.9,55,2487,5.82,5.84,3.61 +"52251",0.71,"Ideal","D","SI2",62.5,56,2487,5.7,5.73,3.57 +"52252",0.7,"Ideal","H","SI1",61,56,2487,5.74,5.76,3.51 +"52253",0.71,"Ideal","F","SI1",60.8,57,2487,5.75,5.8,3.51 +"52254",0.72,"Very Good","G","SI1",62.5,60,2488,5.69,5.73,3.57 +"52255",1.01,"Premium","J","I1",60.7,59,2488,6.39,6.42,3.89 +"52256",0.7,"Good","G","VS2",64.3,56,2488,5.51,5.58,3.57 +"52257",0.71,"Very Good","E","SI1",58.7,61,2489,5.83,5.86,3.43 +"52258",0.52,"Ideal","F","VVS2",60.9,56,2489,5.19,5.23,3.17 +"52259",0.7,"Ideal","I","VVS1",61.4,55,2489,5.7,5.76,3.52 +"52260",0.76,"Ideal","G","SI2",62.3,55,2489,5.83,5.89,3.65 +"52261",0.78,"Premium","H","SI1",60,60,2489,5.93,5.92,3.62 +"52262",0.74,"Ideal","E","SI1",62.6,56,2489,5.74,5.7,3.58 +"52263",0.73,"Ideal","I","VVS1",61.7,53,2490,5.8,5.84,3.59 +"52264",0.7,"Ideal","I","VS1",61.5,56,2490,5.73,5.76,3.53 +"52265",0.57,"Ideal","E","VS2",61.5,57,2491,5.35,5.32,3.28 +"52266",0.74,"Very Good","I","VS1",62.3,60,2491,5.78,5.8,3.61 +"52267",0.71,"Ideal","F","SI1",61.3,56,2491,5.73,5.79,3.53 +"52268",0.76,"Premium","F","SI2",60.5,60,2491,5.92,5.89,3.57 +"52269",0.91,"Fair","D","I1",66.2,57,2491,6,5.94,3.95 +"52270",0.76,"Premium","F","SI2",61.8,58,2491,5.88,5.83,3.62 +"52271",0.76,"Premium","F","SI2",62.7,55,2491,5.83,5.74,3.63 +"52272",0.71,"Very Good","G","VS2",60.4,61,2492,5.77,5.81,3.5 +"52273",0.72,"Premium","D","SI2",60.2,56,2492,5.85,5.82,3.51 +"52274",0.72,"Premium","F","SI1",61.7,59,2492,5.74,5.7,3.53 +"52275",0.7,"Ideal","I","VVS1",61.8,56,2492,5.72,5.74,3.54 +"52276",0.7,"Ideal","H","VS1",61,56,2492,5.74,5.76,3.51 +"52277",0.62,"Ideal","E","VS1",60.3,57,2492,5.52,5.57,3.35 +"52278",0.72,"Premium","F","SI1",60.1,59,2492,5.83,5.81,3.5 +"52279",0.7,"Premium","F","SI1",61,60,2492,5.75,5.72,3.5 +"52280",0.81,"Very Good","G","SI2",62.9,56.9,2493,5.89,5.96,3.73 +"52281",0.72,"Ideal","I","VVS1",62.9,57,2493,5.68,5.77,3.6 +"52282",0.84,"Ideal","J","SI1",61.8,56,2493,6.04,6.07,3.74 +"52283",0.85,"Fair","I","SI1",65.8,65,2493,5.88,5.79,3.84 +"52284",0.59,"Very Good","E","VVS2",61.7,59,2494,5.37,5.36,3.31 +"52285",0.71,"Good","E","SI1",63.2,57,2494,5.67,5.72,3.6 +"52286",0.71,"Good","F","VS2",63.6,58,2494,5.67,5.62,3.59 +"52287",0.71,"Very Good","G","VS1",63.3,56,2494,5.67,5.64,3.58 +"52288",0.71,"Ideal","E","SI1",61.7,56,2494,5.74,5.77,3.55 +"52289",0.58,"Good","F","VVS2",62.2,61,2494,5.37,5.44,3.36 +"52290",0.71,"Very Good","I","VVS2",62.5,57,2495,5.68,5.74,3.57 +"52291",0.25,"Very Good","E","VVS2",62.2,61,548,3.98,4.03,2.49 +"52292",0.25,"Very Good","D","VVS2",62.1,57,548,4.02,4.07,2.51 +"52293",0.25,"Very Good","D","VVS2",62,61,548,3.99,4.04,2.49 +"52294",0.25,"Very Good","D","VVS2",61.1,59,548,4.03,4.05,2.47 +"52295",0.25,"Very Good","D","VVS2",62.8,56,548,4,4.03,2.52 +"52296",0.25,"Very Good","F","VVS1",64.2,58,548,3.96,4.01,2.56 +"52297",0.25,"Very Good","E","VVS1",57.7,62,548,4.16,4.19,2.41 +"52298",0.25,"Very Good","E","VVS1",62.6,57,548,3.98,4.01,2.5 +"52299",0.32,"Very Good","G","VS2",59.9,59,548,4.46,4.48,2.67 +"52300",0.25,"Very Good","F","IF",59.4,62,548,4.12,4.13,2.45 +"52301",0.32,"Ideal","I","VVS2",61.2,56,548,4.41,4.45,2.71 +"52302",0.23,"Ideal","E","VS2",61.7,55,548,3.98,4,2.46 +"52303",0.23,"Ideal","E","VS2",61.8,54,548,3.94,3.96,2.44 +"52304",0.23,"Ideal","F","VS1",61.4,55,548,3.96,3.99,2.44 +"52305",0.23,"Ideal","F","VS1",61.1,56,548,3.97,3.99,2.43 +"52306",0.25,"Good","D","VVS2",57.5,61,548,4.16,4.19,2.4 +"52307",0.32,"Good","G","VS1",60.8,62,548,4.4,4.45,2.69 +"52308",0.29,"Premium","E","SI1",58.4,60,548,4.34,4.32,2.53 +"52309",0.31,"Ideal","D","SI1",61.9,57,548,4.36,4.39,2.71 +"52310",0.31,"Ideal","D","SI1",62.3,56,548,4.32,4.35,2.7 +"52311",0.23,"Very Good","D","VVS2",58.9,60,549,4.03,3.95,2.35 +"52312",0.38,"Very Good","I","VS2",62.4,56,549,4.65,4.58,2.88 +"52313",0.3,"Ideal","F","SI1",61.4,55,550,4.31,4.34,2.65 +"52314",0.3,"Ideal","F","SI1",60.9,55,550,4.34,4.38,2.66 +"52315",0.23,"Premium","G","VVS2",58.1,59,550,4.09,4.03,2.36 +"52316",0.32,"Premium","D","SI1",62.2,60,550,4.34,4.37,2.71 +"52317",0.32,"Good","D","SI1",63.8,55,550,4.35,4.36,2.78 +"52318",0.33,"Very Good","F","SI1",59.9,61,550,4.44,4.47,2.67 +"52319",0.33,"Premium","F","SI1",60.9,59,550,4.42,4.45,2.7 +"52320",0.33,"Very Good","F","SI1",62.8,58,550,4.4,4.42,2.77 +"52321",0.5,"Very Good","E","VVS1",60.1,56,2495,5.16,5.19,3.11 +"52322",0.71,"Very Good","H","VS2",61.6,60,2495,5.7,5.73,3.52 +"52323",0.8,"Ideal","F","SI2",62,57,2495,5.96,5.98,3.7 +"52324",0.7,"Premium","G","VS1",59.3,62,2496,5.8,5.74,3.42 +"52325",0.7,"Very Good","E","SI1",61.9,60,2496,5.6,5.67,3.49 +"52326",0.7,"Good","E","SI1",63.2,57,2496,5.61,5.63,3.55 +"52327",0.73,"Ideal","I","VVS2",62.3,55,2496,5.76,5.77,3.59 +"52328",0.73,"Premium","I","VVS2",60.6,58,2496,5.78,5.84,3.52 +"52329",0.73,"Premium","H","VS2",61,58,2496,5.76,5.84,3.54 +"52330",0.75,"Premium","H","VS2",59.1,58,2496,5.93,6.02,3.53 +"52331",0.73,"Premium","I","VVS2",61.5,58,2496,5.73,5.78,3.54 +"52332",0.78,"Ideal","G","SI1",61,57,2496,5.94,5.99,3.64 +"52333",0.56,"Premium","E","VVS2",59.2,56,2496,5.49,5.39,3.22 +"52334",0.7,"Premium","E","VS2",61.1,58,2496,5.78,5.7,3.51 +"52335",0.7,"Good","G","VS2",63.8,55,2496,5.66,5.59,3.59 +"52336",0.74,"Ideal","H","VS2",62.5,54,2497,5.76,5.82,3.62 +"52337",0.72,"Good","H","VS2",61.8,61,2497,5.68,5.75,3.53 +"52338",0.75,"Good","E","SI2",59.7,62,2497,5.85,5.88,3.5 +"52339",0.7,"Very Good","G","VS1",63.1,57,2497,5.7,5.61,3.57 +"52340",0.7,"Very Good","H","VS2",62.9,57,2498,5.6,5.66,3.54 +"52341",0.71,"Premium","H","VVS2",61.9,59,2498,5.73,5.7,3.54 +"52342",0.73,"Premium","D","SI1",60.5,58,2498,5.85,5.82,3.53 +"52343",0.72,"Ideal","I","VS1",61.4,58,2498,5.73,5.77,3.53 +"52344",0.7,"Good","E","SI1",57.5,62,2498,5.81,5.85,3.35 +"52345",0.72,"Fair","E","SI1",56.9,61,2498,5.91,5.97,3.38 +"52346",0.79,"Premium","H","SI1",60.1,60,2498,6.04,5.98,3.61 +"52347",0.55,"Very Good","E","VVS2",60.6,56,2499,5.33,5.36,3.24 +"52348",0.55,"Ideal","E","VVS2",61.4,56,2499,5.28,5.31,3.25 +"52349",0.7,"Ideal","H","SI1",61.8,53,2499,5.71,5.74,3.54 +"52350",0.82,"Premium","H","SI2",59.5,62,2499,6.13,6.07,3.63 +"52351",0.75,"Very Good","F","SI1",62.1,57,2500,5.82,5.88,3.63 +"52352",0.7,"Fair","H","VVS2",65.8,58,2500,5.49,5.42,3.59 +"52353",0.51,"Very Good","E","VVS1",59.9,57,2501,5.22,5.24,3.14 +"52354",0.7,"Very Good","G","VS2",59.6,60,2501,5.71,5.8,3.43 +"52355",0.77,"Very Good","I","VS1",62.6,55,2501,5.85,5.9,3.68 +"52356",0.72,"Ideal","G","SI2",61.8,56,2501,5.72,5.76,3.55 +"52357",0.74,"Ideal","E","SI2",59.2,59,2501,5.92,5.97,3.52 +"52358",0.74,"Ideal","E","SI2",61.7,57,2501,5.78,5.82,3.58 +"52359",0.62,"Ideal","H","IF",60.5,58,2501,5.48,5.52,3.33 +"52360",0.75,"Premium","F","SI2",62.2,58,2501,5.87,5.8,3.57 +"52361",0.8,"Very Good","H","SI2",63.4,58,2502,5.87,5.84,3.71 +"52362",0.71,"Very Good","I","SI1",60,56,2502,5.86,5.83,3.51 +"52363",0.54,"Ideal","E","VVS2",61.1,56,2502,5.26,5.31,3.22 +"52364",0.54,"Good","E","VVS2",60.1,61,2502,5.3,5.38,3.21 +"52365",0.73,"Very Good","F","VS2",58.9,60,2503,5.9,5.81,3.45 +"52366",0.63,"Ideal","E","VS1",61.5,56,2503,5.5,5.53,3.39 +"52367",0.9,"Good","I","SI2",64,55,2503,6.11,6.05,3.89 +"52368",0.81,"Very Good","H","SI2",62.1,56,2504,5.95,5.99,3.71 +"52369",0.73,"Premium","F","SI1",61.9,60,2504,5.78,5.81,3.59 +"52370",0.73,"Ideal","D","SI2",62.4,56,2504,5.72,5.75,3.58 +"52371",0.7,"Premium","F","SI1",62.1,58,2504,5.64,5.7,3.52 +"52372",0.52,"Ideal","F","IF",60.3,57,2504,5.23,5.28,3.17 +"52373",0.74,"Very Good","G","SI2",60.3,57,2505,5.85,5.87,3.54 +"52374",0.72,"Very Good","H","SI1",60.3,55,2505,5.84,5.85,3.52 +"52375",0.54,"Premium","D","VVS2",62,59,2505,5.17,5.22,3.22 +"52376",0.71,"Very Good","F","SI1",59,61,2505,5.84,5.88,3.46 +"52377",0.71,"Ideal","D","SI2",61,56,2505,5.77,5.8,3.53 +"52378",0.44,"Ideal","G","IF",61.6,55,2506,4.9,4.93,3.03 +"52379",0.7,"Very Good","G","VS2",60.6,60,2507,5.67,5.78,3.47 +"52380",0.7,"Very Good","G","VS2",61.9,55,2507,5.63,5.71,3.51 +"52381",0.7,"Very Good","G","VS2",62.7,57,2507,5.65,5.7,3.56 +"52382",0.7,"Very Good","F","VS2",63,58,2507,5.59,5.62,3.53 +"52383",0.62,"Ideal","G","VVS2",62.6,57,2507,5.42,5.47,3.41 +"52384",0.57,"Ideal","E","VVS2",61,57,2507,5.37,5.36,3.27 +"52385",0.7,"Ideal","G","VS2",60.8,57,2507,5.67,5.74,3.47 +"52386",0.79,"Ideal","I","SI1",61.2,55,2507,5.95,5.98,3.65 +"52387",0.57,"Premium","E","VVS2",60,61,2507,5.44,5.36,3.24 +"52388",0.8,"Premium","I","SI1",60.9,60,2507,6.01,5.95,3.64 +"52389",0.57,"Ideal","F","VVS1",60.7,57,2507,5.39,5.36,3.26 +"52390",0.7,"Very Good","H","VS2",57.9,62,2508,5.8,5.9,3.39 +"52391",0.71,"Very Good","D","SI1",63.1,56,2508,5.66,5.62,3.56 +"52392",0.62,"Ideal","D","VS1",61.9,57,2508,5.47,5.55,3.41 +"52393",0.58,"Ideal","G","IF",60.9,57,2508,5.39,5.46,3.3 +"52394",0.82,"Fair","F","SI2",56.7,70,2508,6.28,6.16,3.53 +"52395",0.7,"Very Good","D","SI1",63.2,55,2509,5.62,5.65,3.56 +"52396",0.58,"Ideal","F","VVS2",62,56,2509,5.32,5.36,3.31 +"52397",0.58,"Ideal","F","VVS2",62.2,56,2509,5.32,5.35,3.32 +"52398",0.6,"Ideal","G","VVS1",61.5,56,2509,5.44,5.47,3.35 +"52399",0.56,"Ideal","G","VVS2",61,57,2510,5.32,5.36,3.26 +"52400",0.73,"Premium","E","SI1",61.8,59,2510,5.8,5.73,3.56 +"52401",0.56,"Ideal","F","VVS1",62.1,56,2510,5.29,5.3,3.29 +"52402",0.65,"Premium","G","VVS1",59.3,57,2510,5.59,5.47,3.28 +"52403",0.71,"Very Good","E","SI1",63.1,58,2511,5.65,5.69,3.58 +"52404",0.72,"Ideal","I","VS2",62.2,56,2511,5.69,5.75,3.56 +"52405",0.6,"Good","E","VVS2",64.2,55,2511,5.31,5.34,3.42 +"52406",0.71,"Good","E","SI1",60.8,62,2511,5.7,5.74,3.48 +"52407",0.71,"Ideal","E","SI2",59.5,57,2511,5.87,5.82,3.48 +"52408",0.71,"Ideal","G","VS2",62.5,57,2511,5.72,5.68,3.56 +"52409",0.71,"Ideal","G","VS2",61.7,57,2511,5.75,5.72,3.54 +"52410",0.71,"Ideal","E","SI2",65.5,55,2511,5.62,5.56,3.66 +"52411",0.52,"Ideal","E","VS1",61.4,57,2512,5.21,5.18,3.19 +"52412",0.7,"Very Good","G","VS1",60.8,56,2512,5.72,5.76,3.49 +"52413",0.7,"Premium","G","VS1",61,59,2512,5.68,5.77,3.49 +"52414",0.7,"Ideal","G","VS1",60.6,57,2512,5.7,5.75,3.47 +"52415",0.7,"Premium","G","VS1",61.4,59,2512,5.59,5.74,3.51 +"52416",0.7,"Premium","G","VS1",62.6,60,2512,5.58,5.66,3.52 +"52417",0.7,"Good","D","SI1",63.6,60,2512,5.59,5.51,3.51 +"52418",0.82,"Premium","G","SI2",60.7,61,2512,6.01,5.98,3.64 +"52419",0.74,"Premium","E","SI2",58.8,60,2512,5.93,5.91,3.48 +"52420",0.82,"Good","G","SI2",63.8,60,2512,5.89,5.84,3.74 +"52421",0.78,"Very Good","E","SI2",60,63,2512,5.99,5.95,3.58 +"52422",0.7,"Premium","D","SI1",61.2,58,2512,5.74,5.7,3.5 +"52423",1.3,"Fair","H","I1",64.4,57,2512,6.93,6.86,4.44 +"52424",0.77,"Very Good","I","VS2",63.2,58,2513,5.79,5.85,3.68 +"52425",0.77,"Very Good","H","VS2",63,57,2513,5.79,5.87,3.67 +"52426",0.7,"Very Good","G","VS2",58.2,59,2513,5.87,5.95,3.44 +"52427",0.73,"Ideal","I","VVS2",61.9,55,2513,5.8,5.84,3.6 +"52428",0.75,"Very Good","H","VS1",59.3,59,2513,5.87,6,3.52 +"52429",0.7,"Very Good","I","VVS1",61.2,58,2513,5.65,5.72,3.48 +"52430",0.7,"Premium","I","VVS1",61.2,59,2513,5.65,5.69,3.47 +"52431",0.7,"Very Good","E","VS2",61.7,60,2513,5.67,5.7,3.51 +"52432",0.7,"Very Good","H","VS2",63,55.4,2513,5.67,5.7,3.58 +"52433",0.7,"Ideal","I","VVS1",62.3,55,2513,5.64,5.7,3.53 +"52434",0.7,"Very Good","E","VS2",62.6,56,2513,5.65,5.69,3.55 +"52435",0.7,"Very Good","I","VVS1",62.9,58,2513,5.65,5.67,3.56 +"52436",0.7,"Premium","I","VVS1",59.1,60,2513,5.77,5.8,3.42 +"52437",0.7,"Premium","H","VVS2",62.1,58,2513,5.66,5.71,3.53 +"52438",0.63,"Ideal","E","VS2",60.8,57,2513,5.53,5.55,3.37 +"52439",0.63,"Ideal","E","VS2",61.5,56,2513,5.48,5.54,3.39 +"52440",0.71,"Ideal","G","SI1",62.1,54,2513,5.72,5.77,3.57 +"52441",0.71,"Ideal","G","SI1",62.1,54,2513,5.72,5.75,3.56 +"52442",0.7,"Very Good","E","SI2",62.6,57,2514,5.64,5.67,3.54 +"52443",0.72,"Ideal","D","SI2",61.1,58,2514,5.76,5.79,3.53 +"52444",0.72,"Ideal","F","SI1",62.4,57,2514,5.71,5.74,3.57 +"52445",0.53,"Premium","E","VVS1",60.8,59,2514,5.23,5.17,3.16 +"52446",0.53,"Premium","D","VVS2",62.7,60,2514,5.19,5.12,3.23 +"52447",0.71,"Very Good","G","SI1",61.6,61,2515,5.7,5.72,3.52 +"52448",0.78,"Very Good","F","SI2",63,57,2515,5.85,5.9,3.7 +"52449",0.59,"Premium","D","VVS2",62.6,58,2515,5.34,5.4,3.36 +"52450",0.71,"Premium","G","VS2",62.8,58,2515,5.74,5.69,3.59 +"52451",0.71,"Ideal","G","VS2",62.4,57,2515,5.69,5.66,3.54 +"52452",0.59,"Ideal","E","VVS2",61.8,56,2515,5.39,5.42,3.34 +"52453",0.59,"Ideal","E","VVS2",61,58,2515,5.39,5.43,3.3 +"52454",0.7,"Ideal","F","SI1",62.3,56,2515,5.68,5.72,3.55 +"52455",0.7,"Ideal","F","SI1",62.7,57,2515,5.66,5.7,3.56 +"52456",0.71,"Very Good","G","VS2",63.1,58,2515,5.69,5.6,3.56 +"52457",0.71,"Premium","G","VS2",60.4,61,2515,5.81,5.77,3.5 +"52458",0.81,"Premium","G","SI2",62.5,57,2515,5.95,5.89,3.7 +"52459",0.7,"Ideal","G","VS2",61.2,57,2515,5.77,5.7,3.51 +"52460",0.7,"Fair","F","VS2",66.4,53,2516,5.51,5.49,3.65 +"52461",0.71,"Premium","E","SI1",61.8,56,2516,5.77,5.72,3.55 +"52462",0.71,"Ideal","D","SI2",60.4,56,2516,5.79,5.83,3.51 +"52463",0.68,"Good","F","VS1",60,60.8,2516,5.67,5.71,3.41 +"52464",0.71,"Very Good","E","SI1",63.2,57,2516,5.72,5.67,3.6 +"52465",0.7,"Ideal","F","SI1",61.1,57,2516,5.75,5.71,3.5 +"52466",0.7,"Very Good","G","SI1",64.3,56,2517,5.56,5.58,3.58 +"52467",0.75,"Very Good","E","SI1",62.4,57,2517,5.79,5.85,3.63 +"52468",0.76,"Very Good","H","VS2",63.4,58,2517,5.78,5.74,3.65 +"52469",0.8,"Ideal","G","SI2",62,56,2517,5.98,5.92,3.69 +"52470",0.71,"Good","H","VVS2",63,59,2517,5.64,5.67,3.56 +"52471",0.96,"Fair","J","SI1",67.3,56,2517,6.06,6.01,4.06 +"52472",0.71,"Ideal","G","SI1",61.7,56,2518,5.74,5.77,3.55 +"52473",0.7,"Premium","E","SI1",61.9,60,2518,5.67,5.6,3.49 +"52474",0.7,"Very Good","E","SI1",63.2,57,2518,5.63,5.61,3.55 +"52475",0.76,"Fair","D","SI2",55.5,69,2518,6.16,6.07,3.39 +"52476",0.73,"Premium","D","SI2",62.4,58,2519,5.72,5.67,3.56 +"52477",0.71,"Very Good","D","SI2",60.2,58,2519,5.76,5.8,3.48 +"52478",0.77,"Ideal","E","SI2",61,57,2519,5.91,5.93,3.61 +"52479",0.77,"Premium","E","SI2",60.8,58,2519,5.96,5.98,3.63 +"52480",0.73,"Ideal","I","VVS2",62.3,55,2519,5.77,5.76,3.59 +"52481",0.73,"Premium","I","VVS2",60.6,58,2519,5.84,5.78,3.52 +"52482",0.73,"Premium","I","VVS2",61.5,58,2519,5.78,5.73,3.54 +"52483",0.73,"Premium","H","VS2",61,58,2519,5.84,5.76,3.54 +"52484",1.01,"Premium","H","I1",60.1,58,2520,6.49,6.44,3.89 +"52485",0.82,"Ideal","I","VS1",62.3,57,2522,5.98,6.02,3.74 +"52486",0.56,"Ideal","F","VVS2",61.1,56,2522,5.35,5.37,3.27 +"52487",0.71,"Ideal","H","VS2",61.4,57,2522,5.71,5.75,3.52 +"52488",0.71,"Ideal","G","SI1",59.7,60,2522,5.79,5.81,3.46 +"52489",0.73,"Very Good","E","SI1",63.3,60,2523,5.65,5.7,3.59 +"52490",0.51,"Good","E","VVS2",60.7,57.7,2523,5.17,5.19,3.14 +"52491",0.75,"Ideal","H","SI1",62.9,57,2523,5.75,5.8,3.63 +"52492",0.73,"Ideal","E","SI1",62.1,59,2523,5.74,5.79,3.58 +"52493",0.77,"Good","D","SI2",64.9,53,2523,5.84,5.75,3.76 +"52494",0.6,"Ideal","G","VVS1",62,55.5,2524,5.37,5.42,3.35 +"52495",0.51,"Ideal","E","VVS1",62.3,53.7,2524,5.1,5.12,3.19 +"52496",0.51,"Ideal","F","IF",62.4,55,2524,5.11,5.14,3.2 +"52497",0.77,"Premium","I","VS1",62.6,55,2524,5.9,5.85,3.68 +"52498",0.71,"Very Good","D","SI1",63.3,59,2525,5.55,5.66,3.55 +"52499",0.5,"Premium","D","VVS1",61.5,58,2525,5.12,5.06,3.13 +"52500",0.71,"Ideal","I","VS1",61.5,55,2525,5.73,5.78,3.54 +"52501",0.71,"Ideal","I","VS1",61.3,57,2525,5.73,5.75,3.51 +"52502",0.71,"Ideal","I","VS1",60.9,55,2525,5.8,5.81,3.53 +"52503",0.71,"Ideal","F","SI2",61.4,55,2525,5.76,5.78,3.54 +"52504",0.7,"Good","D","SI1",58,60,2525,5.79,5.93,3.4 +"52505",0.72,"Ideal","E","SI2",61.4,55,2526,5.78,5.8,3.56 +"52506",0.68,"Ideal","G","VS1",61.7,55,2526,5.71,5.66,3.51 +"52507",0.63,"Ideal","E","VS1",61.5,56,2526,5.53,5.5,3.39 +"52508",0.7,"Very Good","G","VS2",60,58,2527,5.73,5.77,3.45 +"52509",0.73,"Premium","F","SI1",62.1,58,2527,5.74,5.72,3.56 +"52510",0.51,"Ideal","E","VVS1",62,57,2527,5.12,5.14,3.18 +"52511",0.6,"Ideal","D","VS1",61.9,54.9,2527,5.4,5.43,3.35 +"52512",0.7,"Premium","F","SI1",62.1,58,2527,5.7,5.64,3.52 +"52513",0.73,"Premium","F","SI1",61.7,58,2527,5.74,5.7,3.53 +"52514",0.73,"Ideal","F","SI1",59.6,57,2527,5.88,5.86,3.5 +"52515",0.73,"Premium","F","SI1",61.9,60,2527,5.81,5.78,3.59 +"52516",0.74,"Premium","E","SI2",61.3,59,2527,5.83,5.78,3.56 +"52517",0.6,"Very Good","G","VVS1",61.2,56,2528,5.41,5.46,3.32 +"52518",0.77,"Premium","G","SI1",62.6,58,2528,5.85,5.88,3.67 +"52519",0.7,"Ideal","F","SI1",62.8,56,2528,5.63,5.68,3.55 +"52520",0.7,"Ideal","F","SI1",61.5,57,2528,5.67,5.74,3.51 +"52521",0.7,"Ideal","F","SI1",61.8,56,2528,5.68,5.75,3.53 +"52522",0.58,"Ideal","G","IF",62.1,56,2528,5.35,5.37,3.32 +"52523",0.58,"Ideal","G","IF",61.3,56,2528,5.36,5.39,3.29 +"52524",0.71,"Premium","F","SI1",59,61,2528,5.88,5.84,3.46 +"52525",0.8,"Ideal","F","SI2",62.4,57,2529,5.92,5.97,3.71 +"52526",0.58,"Ideal","E","VVS2",62.1,56,2529,5.33,5.36,3.32 +"52527",0.5,"Ideal","F","IF",60.6,58,2529,5.13,5.16,3.12 +"52528",0.72,"Very Good","I","VVS2",62.5,56,2530,5.7,5.72,3.57 +"52529",0.76,"Very Good","I","VS1",59.8,61,2530,5.92,5.96,3.55 +"52530",0.76,"Very Good","E","SI2",62,54,2530,5.84,5.91,3.64 +"52531",0.7,"Ideal","I","VVS2",61.8,56,2530,5.69,5.75,3.54 +"52532",0.72,"Ideal","I","VVS2",61.7,55,2530,5.71,5.76,3.54 +"52533",0.7,"Ideal","I","VVS2",61.1,56,2530,5.73,5.76,3.52 +"52534",0.74,"Premium","H","VS2",60.2,58,2530,5.88,5.92,3.55 +"52535",0.72,"Premium","F","VS2",60.8,58,2530,5.78,5.74,3.5 +"52536",0.71,"Ideal","I","VVS1",62.4,57,2530,5.67,5.71,3.55 +"52537",0.7,"Ideal","H","VS1",61.6,55,2530,5.73,5.76,3.54 +"52538",0.72,"Ideal","E","SI2",62.5,55,2530,5.69,5.74,3.57 +"52539",1,"Fair","H","SI2",67.8,53,2530,6.08,6.02,4.1 +"52540",0.71,"Very Good","E","SI1",63,58,2531,5.68,5.72,3.59 +"52541",0.71,"Ideal","D","SI1",61.2,53,2531,5.8,5.76,3.54 +"52542",0.71,"Premium","H","VS2",62.8,56,2531,5.75,5.68,3.59 +"52543",0.72,"Very Good","I","VVS2",61.7,55,2532,5.76,5.81,3.57 +"52544",0.77,"Very Good","J","VVS1",62.8,58,2532,5.78,5.84,3.65 +"52545",0.74,"Premium","H","VS2",62.1,56,2532,5.83,5.79,3.61 +"52546",0.76,"Very Good","F","SI1",62.7,57,2533,5.81,5.86,3.66 +"52547",0.65,"Ideal","E","VS1",61.4,59,2533,5.53,5.57,3.41 +"52548",0.6,"Ideal","G","IF",62.2,55,2533,5.36,5.44,3.36 +"52549",0.81,"Premium","H","SI2",62.2,56,2534,5.98,5.92,3.7 +"52550",0.57,"Ideal","E","VVS2",61.9,55,2534,5.34,5.36,3.31 +"52551",0.81,"Good","H","SI1",63,58,2534,5.79,5.87,3.67 +"52552",0.7,"Premium","G","VS1",61,59,2535,5.77,5.68,3.49 +"52553",0.58,"Premium","E","VS2",61.5,58,2535,5.41,5.38,3.32 +"52554",0.7,"Ideal","F","VS2",60.8,56,2535,5.77,5.71,3.49 +"52555",0.7,"Ideal","F","VS2",62,57,2535,5.71,5.67,3.53 +"52556",0.7,"Very Good","G","VS1",63.2,56,2535,5.61,5.56,3.53 +"52557",0.7,"Premium","G","VS1",62.8,57,2535,5.67,5.64,3.55 +"52558",0.7,"Premium","G","VS1",62.6,60,2535,5.66,5.58,3.52 +"52559",0.7,"Ideal","G","VS1",60.6,57,2535,5.75,5.7,3.47 +"52560",0.7,"Premium","G","VS1",61.4,59,2535,5.74,5.59,3.51 +"52561",0.7,"Ideal","H","VVS2",61.5,56,2536,5.74,5.71,3.52 +"52562",0.7,"Ideal","G","VS2",62.1,57,2536,5.66,5.7,3.53 +"52563",0.7,"Ideal","I","VVS1",62.3,55,2536,5.7,5.64,3.53 +"52564",0.7,"Premium","I","VVS1",61.2,59,2536,5.69,5.65,3.47 +"52565",0.7,"Premium","I","VVS1",61.2,58,2536,5.72,5.65,3.48 +"52566",0.9,"Fair","F","SI2",69,59,2536,5.89,5.82,4.04 +"52567",0.7,"Premium","I","VVS1",62.9,58,2536,5.67,5.65,3.56 +"52568",0.7,"Premium","I","VVS1",59.1,60,2536,5.8,5.77,3.42 +"52569",0.9,"Fair","J","SI2",66.6,54,2536,6.05,5.99,4.01 +"52570",0.7,"Ideal","H","SI1",60.6,57,2536,5.77,5.74,3.48 +"52571",0.7,"Ideal","H","VS2",63,55,2536,5.7,5.67,3.58 +"52572",0.7,"Premium","H","VVS2",62.1,58,2536,5.71,5.66,3.53 +"52573",0.7,"Premium","H","VVS2",58.8,58,2536,5.88,5.78,3.43 +"52574",0.9,"Fair","I","SI2",65.3,57,2536,5.98,5.93,3.89 +"52575",0.7,"Premium","D","SI2",61.9,58,2536,5.71,5.67,3.52 +"52576",0.7,"Very Good","E","SI1",60.9,59,2537,5.67,5.76,3.48 +"52577",0.7,"Very Good","E","SI1",63,55,2537,5.61,5.66,3.55 +"52578",0.71,"Ideal","G","VS2",61.6,55,2537,5.74,5.78,3.55 +"52579",0.7,"Ideal","E","SI1",62.8,56,2537,5.69,5.72,3.58 +"52580",0.7,"Ideal","E","SI1",60.6,57,2537,5.71,5.77,3.48 +"52581",0.7,"Ideal","E","SI1",61.9,55,2537,5.74,5.77,3.56 +"52582",0.7,"Very Good","G","VS2",63.3,57,2538,5.62,5.66,3.57 +"52583",0.59,"Premium","D","VVS2",62.6,58,2538,5.4,5.34,3.36 +"52584",0.97,"Fair","J","SI2",60.8,67,2538,6.41,6.32,3.87 +"52585",0.7,"Very Good","G","VS2",59.3,60,2539,5.77,5.83,3.43 +"52586",0.79,"Good","D","SI2",63.9,56,2539,5.89,5.84,3.75 +"52587",0.72,"Ideal","I","VS1",60.7,57,2539,5.78,5.81,3.51 +"52588",0.79,"Ideal","I","SI1",60.5,58,2539,5.97,5.99,3.62 +"52589",0.73,"Fair","D","SI1",64.5,56,2539,5.7,5.65,3.66 +"52590",0.96,"Fair","G","SI2",66.8,61,2539,6.15,6.04,4.07 +"52591",0.7,"Very Good","H","VS1",62.3,57,2540,5.68,5.72,3.55 +"52592",0.72,"Very Good","F","SI1",62.3,57,2540,5.72,5.77,3.58 +"52593",1.03,"Good","I","I1",57.9,59,2540,6.67,6.62,3.85 +"52594",0.96,"Fair","I","SI2",66.3,58,2540,6.07,5.9,3.97 +"52595",0.7,"Ideal","H","VVS1",62,57,2541,5.66,5.7,3.52 +"52596",0.75,"Good","D","SI2",59.9,61,2541,5.9,5.96,3.55 +"52597",0.53,"Very Good","D","VVS2",60.5,57,2542,5.23,5.31,3.19 +"52598",0.53,"Very Good","E","IF",59.8,60,2542,5.28,5.35,3.18 +"52599",0.8,"Good","E","SI2",61.4,59,2542,5.94,6.01,3.67 +"52600",0.7,"Ideal","E","SI1",62.2,57,2542,5.72,5.67,3.54 +"52601",0.71,"Very Good","G","VS2",61.5,57,2543,5.69,5.73,3.51 +"52602",0.83,"Very Good","G","SI2",63.3,57,2543,5.97,5.91,3.76 +"52603",0.83,"Premium","G","SI2",61.9,56,2543,6.04,5.97,3.72 +"52604",0.71,"Ideal","G","VS2",62.5,56,2543,5.67,5.72,3.56 +"52605",0.84,"Very Good","J","VS1",61.9,58,2544,6.03,6.05,3.74 +"52606",0.61,"Ideal","G","VVS1",62.7,58,2544,5.39,5.43,3.39 +"52607",0.83,"Premium","E","SI2",62,61,2544,6.05,5.98,3.73 +"52608",0.82,"Premium","F","SI2",62.5,59,2544,6,5.94,3.73 +"52609",0.7,"Very Good","G","SI1",62.5,59,2545,5.69,5.73,3.57 +"52610",0.75,"Very Good","G","SI1",60.9,58,2545,5.84,5.88,3.57 +"52611",0.81,"Very Good","G","SI2",63.4,58,2545,5.87,5.92,3.74 +"52612",0.51,"Ideal","E","VVS2",60.7,58,2545,5.19,5.17,3.14 +"52613",0.72,"Ideal","F","VS2",62.5,56,2546,5.73,5.76,3.59 +"52614",0.57,"Ideal","D","VS2",61.3,56,2546,5.35,5.42,3.3 +"52615",0.7,"Good","D","SI1",62.6,62,2546,5.61,5.64,3.52 +"52616",0.77,"Premium","H","VS2",59.4,60,2546,6,5.96,3.55 +"52617",0.71,"Good","D","SI1",64.1,56,2547,5.63,5.6,3.6 +"52618",0.71,"Premium","D","SI1",59.2,62,2547,5.83,5.8,3.44 +"52619",0.7,"Very Good","H","SI1",61.1,56,2548,5.72,5.76,3.51 +"52620",0.73,"Very Good","D","SI1",63.6,57,2548,5.68,5.71,3.62 +"52621",0.32,"Very Good","D","SI1",62.9,56,550,4.38,4.4,2.76 +"52622",0.32,"Good","D","SI1",63.7,55,550,4.31,4.33,2.75 +"52623",0.33,"Ideal","F","SI1",60.6,56,550,4.46,4.49,2.71 +"52624",0.31,"Very Good","I","VVS2",62.5,55,551,4.33,4.36,2.71 +"52625",0.34,"Very Good","F","SI1",60.9,60,551,4.52,4.55,2.76 +"52626",0.33,"Ideal","H","VS2",60.7,55,551,4.48,4.51,2.73 +"52627",0.36,"Ideal","F","SI1",61.1,57,551,4.57,4.6,2.8 +"52628",0.35,"Very Good","H","SI2",63.2,61,551,4.49,4.47,2.83 +"52629",0.35,"Premium","H","SI2",62,58,551,4.5,4.47,2.78 +"52630",0.37,"Premium","G","SI1",62.1,60,551,4.54,4.61,2.84 +"52631",0.37,"Very Good","G","SI1",60,57,551,4.67,4.7,2.81 +"52632",0.32,"Ideal","G","VS1",61.3,55,551,4.43,4.45,2.72 +"52633",0.33,"Very Good","I","VVS2",61.6,57,552,4.43,4.45,2.73 +"52634",0.3,"Very Good","G","VVS2",61.6,56,552,4.27,4.3,2.64 +"52635",0.27,"Very Good","F","VVS2",61.3,62,552,4.15,4.2,2.56 +"52636",0.24,"Very Good","F","VVS2",62.2,58,552,3.97,4.01,2.48 +"52637",0.24,"Very Good","F","VVS2",62.3,58,552,3.95,3.98,2.47 +"52638",0.24,"Very Good","F","VVS2",62.8,58,552,3.95,3.98,2.49 +"52639",0.24,"Very Good","F","VVS2",62,58,552,3.95,3.98,2.46 +"52640",0.24,"Very Good","F","VVS2",60.5,59,552,3.98,4.05,2.43 +"52641",0.27,"Very Good","E","VVS2",62,60,552,4.15,4.17,2.58 +"52642",0.24,"Very Good","E","VVS2",62.9,59,552,3.97,4.01,2.51 +"52643",0.24,"Very Good","E","VVS2",60.8,58,552,3.99,4.03,2.44 +"52644",0.24,"Very Good","E","VVS2",63.1,56,552,3.92,3.97,2.49 +"52645",0.24,"Very Good","E","VVS2",60.3,58,552,4.03,4.06,2.44 +"52646",0.24,"Very Good","E","VVS2",60,57,552,4.07,4.1,2.45 +"52647",0.24,"Very Good","E","VVS2",62.4,58,552,3.96,3.99,2.48 +"52648",0.24,"Very Good","E","VVS2",60.9,58,552,4.03,4.05,2.46 +"52649",0.24,"Very Good","E","VVS2",61.6,59,552,3.98,4.01,2.46 +"52650",0.24,"Very Good","E","VVS2",58.5,59,552,4.04,4.09,2.38 +"52651",0.62,"Ideal","G","VVS2",61.8,57,2548,5.44,5.47,3.37 +"52652",0.72,"Ideal","H","VS2",62.3,52,2548,5.76,5.82,3.61 +"52653",0.7,"Ideal","H","SI1",60.5,57,2548,5.81,5.79,3.51 +"52654",0.72,"Ideal","G","SI1",61.4,54,2548,5.79,5.81,3.56 +"52655",0.73,"Ideal","G","SI1",60.1,57,2548,5.87,5.91,3.54 +"52656",0.72,"Ideal","G","SI1",61.9,54,2548,5.78,5.81,3.59 +"52657",0.71,"Very Good","G","VS2",63.3,56,2549,5.67,5.74,3.61 +"52658",0.73,"Very Good","F","SI1",60.4,57,2549,5.86,5.89,3.55 +"52659",0.71,"Very Good","I","VVS1",63,58,2549,5.6,5.67,3.55 +"52660",0.71,"Premium","H","VS2",62.1,58.5,2549,5.68,5.73,3.55 +"52661",0.71,"Good","I","VVS1",63.8,56,2549,5.65,5.7,3.62 +"52662",0.71,"Good","I","VVS1",63.4,57,2549,5.67,5.71,3.61 +"52663",0.71,"Very Good","I","VVS1",63,58,2549,5.66,5.68,3.57 +"52664",0.71,"Premium","I","VVS1",62,58,2549,5.65,5.7,3.52 +"52665",0.77,"Good","G","SI2",63.9,59,2550,5.84,5.78,3.71 +"52666",0.74,"Very Good","I","VVS2",61,59,2550,5.83,5.85,3.56 +"52667",0.72,"Very Good","H","VS2",60.8,59,2550,5.74,5.77,3.55 +"52668",0.78,"Very Good","F","SI2",62.2,59,2550,5.89,5.94,3.68 +"52669",0.72,"Premium","G","VS2",62.3,57,2550,5.74,5.69,3.56 +"52670",0.8,"Ideal","G","VS2",60.1,57,2550,6.05,6.02,3.63 +"52671",0.7,"Premium","D","SI1",62.6,58,2550,5.67,5.6,3.53 +"52672",0.52,"Ideal","D","VS1",61.3,56,2550,5.21,5.22,3.2 +"52673",0.71,"Ideal","E","SI2",62.7,56,2550,5.68,5.71,3.57 +"52674",0.7,"Premium","G","VS2",62.9,62,2550,5.63,5.57,3.52 +"52675",0.72,"Premium","G","VS2",61.4,57,2550,5.83,5.77,3.56 +"52676",0.88,"Fair","I","VS2",57.4,67,2550,6.49,6.36,3.69 +"52677",0.7,"Fair","D","SI1",66.2,57,2550,5.56,5.41,3.63 +"52678",0.76,"Very Good","I","VS2",63.3,57,2551,5.79,5.83,3.68 +"52679",0.75,"Very Good","D","SI2",63.3,58,2551,5.76,5.8,3.66 +"52680",0.59,"Ideal","F","VVS2",61.7,56,2551,5.38,5.41,3.33 +"52681",0.59,"Ideal","F","VVS2",62.1,57,2551,5.37,5.38,3.34 +"52682",0.76,"Ideal","I","VS2",61.8,58,2551,5.84,5.87,3.62 +"52683",0.71,"Ideal","D","SI2",62.7,55,2551,5.67,5.71,3.57 +"52684",0.7,"Ideal","D","SI2",60.4,56,2551,5.78,5.81,3.5 +"52685",0.7,"Ideal","F","SI1",60.6,56,2551,5.72,5.79,3.49 +"52686",0.59,"Ideal","G","IF",59.5,58,2551,5.49,5.57,3.29 +"52687",0.58,"Ideal","E","VVS2",62.1,56,2551,5.36,5.33,3.32 +"52688",0.7,"Very Good","F","VS2",62.8,58,2552,5.6,5.64,3.53 +"52689",0.7,"Very Good","F","VS2",63.9,59,2552,5.56,5.61,3.57 +"52690",0.71,"Premium","E","SI1",60.1,60,2552,5.78,5.73,3.45 +"52691",0.74,"Premium","G","SI1",61,60,2553,5.85,5.76,3.54 +"52692",0.69,"Very Good","G","VVS2",63.8,53.7,2553,5.6,5.72,3.61 +"52693",0.7,"Very Good","F","SI1",60,58,2553,5.75,5.79,3.46 +"52694",0.7,"Very Good","F","SI1",61.5,60,2553,5.65,5.7,3.49 +"52695",0.71,"Very Good","F","SI1",62.4,58,2553,5.64,5.68,3.53 +"52696",0.7,"Ideal","E","VS2",61.9,57,2553,5.69,5.74,3.54 +"52697",0.7,"Very Good","E","VS2",61.4,57,2553,5.7,5.73,3.51 +"52698",0.7,"Very Good","E","VS2",62.8,57,2553,5.66,5.68,3.56 +"52699",0.75,"Premium","H","VS2",62.8,56,2553,5.8,5.76,3.63 +"52700",0.8,"Very Good","H","SI1",63.2,54,2553,5.93,5.88,3.73 +"52701",0.59,"Ideal","E","VVS2",60.2,56,2553,5.46,5.51,3.3 +"52702",0.76,"Ideal","G","SI2",61.7,55,2553,5.87,5.9,3.63 +"52703",0.7,"Ideal","D","SI2",62.1,55,2553,5.68,5.73,3.54 +"52704",0.7,"Fair","G","VS1",57.1,62,2553,5.89,5.94,3.38 +"52705",0.74,"Premium","H","VS2",60.2,58,2553,5.92,5.88,3.55 +"52706",0.8,"Premium","H","SI1",62.5,55,2553,5.97,5.93,3.72 +"52707",0.74,"Fair","H","VS2",66.1,61,2553,5.6,5.57,3.69 +"52708",0.8,"Premium","H","SI1",62.5,59,2553,5.96,5.91,3.71 +"52709",0.8,"Ideal","H","SI1",62.4,57,2553,5.97,5.95,3.72 +"52710",0.74,"Premium","F","SI1",62.7,59,2553,5.78,5.73,3.61 +"52711",0.74,"Premium","G","SI1",60.5,58,2553,5.93,5.88,3.57 +"52712",0.74,"Premium","E","SI2",59.1,60,2553,5.98,5.94,3.52 +"52713",0.52,"Premium","D","VVS1",58.8,61,2553,5.31,5.27,3.11 +"52714",0.63,"Premium","D","VS1",59.2,61,2554,5.6,5.55,3.3 +"52715",0.59,"Very Good","F","IF",62.8,56,2554,5.31,5.36,3.35 +"52716",0.71,"Premium","E","SI1",60.8,55,2554,5.85,5.8,3.54 +"52717",0.56,"Ideal","F","VVS2",61.3,57,2554,5.31,5.35,3.26 +"52718",0.71,"Premium","E","SI1",63,58,2554,5.72,5.68,3.59 +"52719",0.57,"Ideal","F","VVS1",62.3,55,2555,5.31,5.32,3.31 +"52720",0.79,"Premium","F","SI2",62.2,57,2555,5.94,5.9,3.68 +"52721",0.74,"Ideal","F","SI2",60.6,57,2555,5.88,5.84,3.55 +"52722",0.61,"Ideal","E","VS2",61.8,56,2556,5.42,5.46,3.36 +"52723",0.73,"Very Good","H","VS1",61.4,58,2557,5.75,5.85,3.56 +"52724",0.76,"Very Good","H","SI1",61.4,57,2557,5.89,5.94,3.63 +"52725",0.82,"Ideal","I","VS1",61.4,57,2557,5.98,6.03,3.69 +"52726",0.74,"Ideal","I","VS1",60.8,57,2557,5.86,5.88,3.57 +"52727",0.71,"Ideal","I","VS1",62.2,54,2557,5.71,5.75,3.56 +"52728",0.73,"Ideal","D","SI2",61.9,57,2557,5.76,5.81,3.58 +"52729",0.7,"Very Good","H","VVS2",62.6,57,2558,5.63,5.65,3.53 +"52730",0.7,"Very Good","H","VVS2",62.5,55,2558,5.65,5.68,3.54 +"52731",0.74,"Very Good","D","SI2",61.4,57,2558,5.82,5.84,3.58 +"52732",0.88,"Good","I","SI1",60.2,64,2558,6.18,6.22,3.73 +"52733",0.55,"Ideal","F","VVS2",62.3,54,2558,5.27,5.29,3.29 +"52734",0.77,"Ideal","I","VS2",61.2,59,2558,5.91,5.95,3.63 +"52735",0.71,"Very Good","I","VVS1",63.3,57,2559,5.65,5.69,3.59 +"52736",0.7,"Very Good","F","VS2",61.7,57,2559,5.71,5.74,3.54 +"52737",0.71,"Very Good","H","VS1",62.7,57,2559,5.66,5.72,3.57 +"52738",0.71,"Ideal","I","VVS2",61.4,58,2559,5.7,5.76,3.52 +"52739",0.73,"Ideal","E","SI2",60.9,57,2559,5.8,5.83,3.54 +"52740",0.71,"Good","F","VS1",58,61,2559,5.83,5.85,3.39 +"52741",0.81,"Ideal","E","SI2",62,55,2559,6,5.96,3.71 +"52742",0.81,"Premium","E","SI2",59.9,61,2559,6.08,6.05,3.63 +"52743",0.51,"Ideal","E","VVS2",62.4,59,2559,5.07,5.12,3.18 +"52744",0.71,"Ideal","I","VVS1",62.6,57,2559,5.66,5.69,3.55 +"52745",0.71,"Ideal","I","VVS1",62.4,55,2559,5.69,5.76,3.57 +"52746",0.71,"Ideal","H","VS2",61.7,55,2559,5.73,5.77,3.55 +"52747",0.71,"Ideal","H","VS1",62.2,57,2559,5.66,5.73,3.54 +"52748",0.71,"Ideal","H","VS1",62.4,56,2559,5.66,5.71,3.55 +"52749",0.7,"Good","E","VS2",59.2,64,2559,5.8,5.75,3.42 +"52750",0.6,"Premium","F","VVS2",61.1,58,2560,5.41,5.45,3.32 +"52751",0.7,"Ideal","E","SI2",62.2,56,2560,5.67,5.64,3.52 +"52752",0.7,"Fair","D","VS2",65.2,59,2560,5.58,5.55,3.63 +"52753",0.74,"Premium","F","VS2",62.3,58,2560,5.77,5.72,3.58 +"52754",0.78,"Ideal","G","SI2",62.1,54,2561,5.92,5.94,3.68 +"52755",0.73,"Ideal","I","VVS1",61.7,57,2561,5.83,5.78,3.58 +"52756",0.72,"Very Good","I","VVS1",62.8,56,2562,5.69,5.75,3.59 +"52757",0.7,"Very Good","G","VS2",62.5,54,2562,5.63,5.69,3.54 +"52758",0.71,"Very Good","H","VS1",63.9,60,2562,5.54,5.6,3.56 +"52759",0.72,"Very Good","E","SI1",62,57,2562,5.73,5.76,3.56 +"52760",0.81,"Very Good","H","SI1",59.1,57,2562,6.09,6.16,3.62 +"52761",0.62,"Ideal","D","VS1",61,57,2562,5.51,5.54,3.37 +"52762",0.7,"Premium","D","SI2",59.3,59,2562,5.79,5.74,3.42 +"52763",0.75,"Ideal","I","VS1",59.9,57,2562,5.96,5.9,3.56 +"52764",0.7,"Very Good","D","SI1",58.3,62,2563,5.78,5.84,3.39 +"52765",0.77,"Premium","G","SI1",60.7,58,2563,5.95,5.98,3.62 +"52766",0.7,"Very Good","G","VS2",58.7,53,2563,5.83,5.86,3.43 +"52767",0.53,"Ideal","D","VVS2",62.2,56,2563,5.18,5.21,3.23 +"52768",0.77,"Ideal","E","SI2",62,54,2563,5.89,5.92,3.66 +"52769",0.72,"Good","F","SI1",64,61,2563,5.67,5.62,3.61 +"52770",0.73,"Very Good","E","SI1",60.2,60,2564,5.81,5.86,3.51 +"52771",0.73,"Very Good","G","SI1",58.8,61,2564,5.87,5.93,3.47 +"52772",0.8,"Very Good","F","SI2",59.7,56,2564,6.05,6.11,3.63 +"52773",0.8,"Ideal","F","SI2",61.8,56,2564,5.97,6,3.7 +"52774",0.75,"Ideal","I","VS1",61.9,54.1,2564,5.82,5.85,3.61 +"52775",0.71,"Ideal","D","SI2",61.5,56.2,2564,5.73,5.75,3.53 +"52776",0.91,"Premium","F","SI2",59.8,58,2564,6.29,6.26,3.75 +"52777",0.73,"Very Good","I","VVS2",62.3,58,2565,5.75,5.78,3.59 +"52778",0.7,"Very Good","I","VVS1",62.1,58,2565,5.62,5.65,3.5 +"52779",0.78,"Very Good","E","SI1",63.4,56,2565,5.84,5.9,3.72 +"52780",0.7,"Very Good","D","SI1",63.7,60,2565,5.57,5.61,3.56 +"52781",0.63,"Ideal","E","VS1",61.9,55,2565,5.46,5.5,3.4 +"52782",0.83,"Ideal","H","SI2",62.3,54,2565,6.04,6.07,3.77 +"52783",0.7,"Very Good","H","VS2",61.8,58,2567,5.64,5.68,3.5 +"52784",0.72,"Very Good","E","SI1",62.9,54,2567,5.72,5.76,3.61 +"52785",0.58,"Ideal","F","VVS2",62.2,56,2567,5.32,5.36,3.32 +"52786",0.7,"Ideal","G","SI1",61.9,58,2567,5.66,5.69,3.51 +"52787",0.72,"Premium","D","SI1",63,57,2567,5.74,5.69,3.6 +"52788",0.97,"Very Good","I","SI2",63.4,58,2567,6.34,6.2,3.98 +"52789",0.58,"Very Good","E","VVS1",59.4,63,2568,5.42,5.32,3.19 +"52790",0.72,"Ideal","F","VS2",61.9,54,2568,5.77,5.74,3.56 +"52791",0.6,"Ideal","H","VVS1",61,56,2568,5.44,5.47,3.33 +"52792",0.61,"Very Good","G","VVS1",61.1,56,2569,5.47,5.5,3.35 +"52793",0.71,"Very Good","H","VS1",62.1,55,2569,5.71,5.72,3.55 +"52794",0.7,"Good","E","SI1",63.8,57,2569,5.59,5.63,3.58 +"52795",0.7,"Good","E","SI1",63.3,60,2569,5.56,5.59,3.53 +"52796",0.7,"Very Good","E","SI1",59.1,62,2569,5.74,5.8,3.41 +"52797",0.7,"Very Good","E","SI1",61.7,62,2569,5.64,5.68,3.49 +"52798",0.7,"Good","E","SI1",63.5,58,2569,5.62,5.65,3.58 +"52799",0.55,"Ideal","F","VVS1",62.2,57,2569,5.25,5.27,3.27 +"52800",0.71,"Very Good","E","SI1",60.3,58,2570,5.8,5.85,3.51 +"52801",0.83,"Ideal","J","VS2",62.1,56,2570,5.98,6.03,3.73 +"52802",0.6,"Ideal","G","IF",62,55,2570,5.39,5.44,3.36 +"52803",0.7,"Good","D","SI1",61.6,62,2570,5.67,5.72,3.51 +"52804",0.94,"Ideal","F","I1",61.5,55,2571,6.34,6.37,3.91 +"52805",0.71,"Premium","F","VS2",61,59,2571,5.72,5.69,3.48 +"52806",1.3,"Fair","E","I1",66.5,58,2571,6.79,6.75,4.5 +"52807",0.71,"Premium","I","VVS1",62,58,2572,5.7,5.65,3.52 +"52808",0.71,"Very Good","I","VVS1",63.4,57,2572,5.71,5.67,3.61 +"52809",0.71,"Premium","I","VVS1",63,58,2572,5.67,5.6,3.55 +"52810",0.71,"Good","I","VVS1",63.8,56,2572,5.7,5.65,3.62 +"52811",0.71,"Premium","I","VVS1",63,58,2572,5.68,5.66,3.57 +"52812",0.71,"Premium","H","VS1",62.9,57,2572,5.72,5.67,3.58 +"52813",0.71,"Premium","H","VS1",62.4,58,2572,5.73,5.68,3.56 +"52814",0.71,"Premium","H","VS1",59.1,61,2572,5.87,5.83,3.46 +"52815",0.71,"Ideal","H","VS2",62.1,59,2572,5.73,5.68,3.55 +"52816",0.71,"Premium","H","VS1",61.2,57,2572,5.83,5.77,3.55 +"52817",0.71,"Very Good","E","SI1",59.3,55,2573,5.83,5.9,3.48 +"52818",0.71,"Very Good","E","SI1",62,59,2573,5.69,5.76,3.55 +"52819",0.71,"Very Good","E","SI1",62.9,57,2573,5.66,5.7,3.57 +"52820",0.72,"Very Good","E","SI2",59.9,57,2573,5.85,5.9,3.52 +"52821",0.7,"Very Good","F","SI1",62.4,56,2573,5.63,5.69,3.53 +"52822",0.75,"Very Good","F","SI1",62.3,58,2573,5.8,5.86,3.63 +"52823",0.7,"Ideal","F","SI1",61.4,57,2573,5.67,5.69,3.49 +"52824",0.7,"Premium","D","SI2",60.4,60,2573,5.74,5.79,3.48 +"52825",0.75,"Premium","F","SI1",61.7,58,2573,5.85,5.88,3.62 +"52826",0.7,"Good","F","SI1",58.7,64,2573,5.77,5.78,3.39 +"52827",0.7,"Very Good","F","SI1",59.4,59,2573,5.75,5.8,3.43 +"52828",0.7,"Ideal","F","SI1",62.1,56,2573,5.65,5.67,3.51 +"52829",0.7,"Ideal","G","VS1",61.4,55,2573,5.74,5.69,3.51 +"52830",0.84,"Premium","G","SI2",62.6,58,2573,6.01,5.98,3.75 +"52831",0.71,"Good","E","SI1",61.5,61,2573,5.64,5.67,3.48 +"52832",0.71,"Good","E","SI1",58.4,61,2573,5.85,5.93,3.44 +"52833",0.7,"Ideal","F","VS2",62.8,56,2573,5.7,5.67,3.57 +"52834",0.7,"Premium","F","VS2",62,56,2573,5.72,5.67,3.53 +"52835",0.84,"Premium","E","SI2",62.4,58,2574,5.99,5.97,3.74 +"52836",0.71,"Very Good","G","VS2",63.1,54,2574,5.64,5.7,3.58 +"52837",0.71,"Very Good","E","SI1",59.7,58,2574,5.76,5.8,3.45 +"52838",0.74,"Very Good","E","SI2",61,57,2574,5.83,5.88,3.57 +"52839",0.74,"Premium","G","VS1",59.5,58,2574,5.95,5.89,3.52 +"52840",0.7,"Very Good","E","SI1",62.7,55,2575,5.63,5.67,3.54 +"52841",0.52,"Ideal","F","IF",60.6,57,2575,5.21,5.22,3.16 +"52842",0.73,"Ideal","I","VVS1",61.9,55,2575,5.78,5.82,3.59 +"52843",0.7,"Ideal","D","SI2",61.3,57,2575,5.73,5.76,3.52 +"52844",0.7,"Ideal","D","SI2",60.6,56.6,2575,5.75,5.77,3.49 +"52845",0.7,"Ideal","D","SI2",62.1,56,2575,5.67,5.71,3.53 +"52846",0.7,"Ideal","E","SI1",62.3,56,2575,5.68,5.72,3.55 +"52847",0.7,"Ideal","E","SI1",60.2,57,2575,5.78,5.82,3.49 +"52848",0.61,"Ideal","G","IF",61.7,55,2575,5.44,5.49,3.37 +"52849",0.7,"Fair","G","VS2",66.5,57,2575,5.4,5.46,3.61 +"52850",0.7,"Premium","E","SI1",61,56,2576,5.75,5.69,3.49 +"52851",0.7,"Ideal","E","SI1",61.8,56,2576,5.72,5.68,3.52 +"52852",0.67,"Ideal","G","VVS1",62.4,55,2577,5.6,5.62,3.5 +"52853",0.7,"Good","G","VS1",63.5,61,2577,5.6,5.64,3.57 +"52854",0.83,"Fair","I","VS2",64.9,58,2577,5.9,5.84,3.81 +"52855",0.59,"Premium","E","VS2",62.5,56,2578,5.4,5.36,3.36 +"52856",0.59,"Premium","E","VS2",60.1,59,2578,5.46,5.42,3.27 +"52857",0.72,"Very Good","G","VS2",62,56,2578,5.75,5.77,3.57 +"52858",0.72,"Very Good","E","SI1",62.1,57,2578,5.69,5.75,3.55 +"52859",0.72,"Ideal","G","VS2",62.7,56,2578,5.72,5.76,3.6 +"52860",0.76,"Ideal","H","SI1",62,56,2578,5.89,5.85,3.64 +"52861",0.5,"Fair","E","VS2",79,73,2579,5.21,5.18,4.09 +"52862",0.5,"Fair","E","VS2",79,73,2579,5.21,5.18,4.09 +"52863",0.51,"Very Good","E","VVS1",62.2,60,2579,5.08,5.12,3.17 +"52864",0.76,"Very Good","G","SI1",63.7,58,2579,5.75,5.8,3.68 +"52865",0.73,"Premium","D","SI1",62.5,59,2579,5.75,5.68,3.57 +"52866",0.89,"Fair","G","SI2",58.9,66,2579,6.26,6.16,3.66 +"52867",0.76,"Premium","E","SI2",60.8,57,2580,5.89,5.85,3.57 +"52868",0.73,"Ideal","E","SI2",61.2,54,2581,5.88,5.86,3.59 +"52869",0.73,"Ideal","E","SI1",61.9,57,2581,5.74,5.79,3.57 +"52870",0.88,"Good","I","SI1",60.2,64,2581,6.22,6.18,3.73 +"52871",0.73,"Ideal","E","SI2",60.9,57,2581,5.83,5.8,3.54 +"52872",0.73,"Premium","G","VS2",60.3,57,2581,5.88,5.82,3.53 +"52873",0.55,"Ideal","F","VVS2",62.3,54,2581,5.29,5.27,3.29 +"52874",0.54,"Ideal","F","VVS2",60.7,56,2582,5.27,5.3,3.21 +"52875",0.71,"Ideal","I","VS2",61.6,57,2582,5.7,5.62,3.49 +"52876",0.53,"Good","E","VVS2",63.4,61,2582,5.11,5.18,3.26 +"52877",0.82,"Very Good","I","VS1",63.6,58.9,2583,5.88,5.93,3.76 +"52878",0.74,"Very Good","F","SI1",61.5,58,2583,5.82,5.85,3.59 +"52879",0.74,"Very Good","F","SI1",59.8,58,2583,5.89,5.94,3.54 +"52880",0.78,"Ideal","G","SI1",62.8,56,2583,5.88,5.84,3.68 +"52881",0.54,"Ideal","D","VVS2",61.6,54,2583,5.25,5.27,3.24 +"52882",0.73,"Ideal","H","VS2",62,54,2583,5.79,5.83,3.6 +"52883",0.73,"Ideal","G","SI1",62.1,54,2583,5.78,5.81,3.6 +"52884",0.73,"Ideal","G","SI1",62,54,2583,5.81,5.84,3.61 +"52885",0.74,"Ideal","F","SI1",62.2,54,2583,5.79,5.85,3.62 +"52886",0.7,"Good","D","SI2",58.2,63,2583,5.78,5.83,3.38 +"52887",0.72,"Premium","H","VS2",60.7,59,2583,5.84,5.8,3.53 +"52888",0.77,"Very Good","I","VS2",60.2,59,2584,5.89,5.97,3.57 +"52889",0.84,"Very Good","G","SI2",62.9,55,2584,5.99,6.12,3.8 +"52890",0.72,"Premium","F","VS2",62.7,59,2584,5.71,5.75,3.59 +"52891",0.55,"Very Good","D","VVS2",61.3,57,2585,5.26,5.28,3.23 +"52892",0.55,"Very Good","E","VVS1",61.2,57,2585,5.27,5.29,3.23 +"52893",0.73,"Very Good","G","SI1",60.6,59,2585,5.83,5.85,3.54 +"52894",0.7,"Very Good","H","VVS2",58.8,58,2585,5.88,5.78,3.43 +"52895",0.72,"Ideal","H","VS1",61.9,56,2585,5.73,5.78,3.56 +"52896",0.72,"Very Good","E","VS2",61.9,56,2585,5.75,5.79,3.57 +"52897",0.73,"Ideal","G","SI2",61.8,56,2585,5.76,5.83,3.58 +"52898",0.81,"Premium","H","SI1",59.1,57,2585,6.16,6.09,3.62 +"52899",0.71,"Very Good","I","VVS2",60.6,56,2586,5.82,5.77,3.51 +"52900",0.78,"Very Good","F","SI2",62.4,59,2586,5.86,5.91,3.67 +"52901",0.73,"Ideal","G","VS2",62.5,56,2586,5.78,5.74,3.6 +"52902",0.72,"Ideal","I","VS1",61.4,58,2586,5.73,5.76,3.53 +"52903",0.72,"Ideal","I","VS1",62.5,55,2586,5.74,5.78,3.6 +"52904",0.75,"Ideal","F","SI2",62.1,55,2586,5.83,5.87,3.63 +"52905",0.72,"Ideal","F","SI1",62.7,57,2586,5.69,5.73,3.58 +"52906",0.7,"Premium","G","VS2",58.7,53,2586,5.86,5.83,3.43 +"52907",0.77,"Very Good","G","SI1",63.2,57,2586,5.86,5.76,3.67 +"52908",0.64,"Ideal","G","VVS2",60.7,57,2587,5.58,5.63,3.4 +"52909",0.64,"Ideal","G","VVS2",61.8,56,2587,5.53,5.56,3.43 +"52910",0.64,"Ideal","G","VVS2",61.8,54,2587,5.53,5.56,3.42 +"52911",0.76,"Ideal","H","SI1",61.8,56,2587,5.88,5.84,3.62 +"52912",0.71,"Ideal","G","VS2",62.1,57,2587,5.71,5.63,3.52 +"52913",0.71,"Very Good","F","VS2",63.1,58,2588,5.65,5.7,3.58 +"52914",0.73,"Ideal","F","SI2",61.9,55,2588,5.78,5.82,3.59 +"52915",0.75,"Premium","H","VS1",58.9,62,2588,5.96,5.93,3.5 +"52916",0.7,"Premium","D","SI1",59.8,57,2589,5.79,5.74,3.45 +"52917",0.72,"Good","F","VS2",64.1,64,2589,5.66,5.6,3.61 +"52918",0.71,"Very Good","H","VS1",63.7,57,2590,5.63,5.67,3.6 +"52919",0.71,"Very Good","E","SI1",59.3,59,2590,5.83,5.87,3.47 +"52920",0.71,"Very Good","F","SI1",62.4,59,2590,5.64,5.7,3.54 +"52921",0.71,"Premium","E","VS2",62.4,60,2590,5.66,5.68,3.54 +"52922",0.71,"Very Good","E","VS2",62.9,55,2590,5.72,5.76,3.61 +"52923",0.58,"Ideal","D","VS2",60.8,57,2590,5.4,5.42,3.29 +"52924",0.58,"Ideal","D","VS2",61.5,56,2590,5.37,5.4,3.31 +"52925",0.71,"Ideal","H","VS1",60.9,58,2590,5.74,5.79,3.51 +"52926",0.71,"Ideal","E","SI1",60.3,57,2590,5.77,5.81,3.49 +"52927",0.72,"Ideal","E","SI1",62.9,54,2590,5.76,5.72,3.61 +"52928",0.57,"Very Good","F","VVS1",61.9,56,2591,5.31,5.34,3.29 +"52929",0.8,"Very Good","I","VS2",62,54.2,2591,5.94,5.99,3.7 +"52930",0.7,"Very Good","G","VS1",61,57,2591,5.69,5.72,3.48 +"52931",0.77,"Very Good","H","SI1",60.4,58,2591,5.9,5.93,3.57 +"52932",0.72,"Ideal","I","VVS2",61.3,56,2591,5.77,5.8,3.55 +"52933",0.7,"Good","F","VS2",60.1,56,2591,5.73,5.78,3.46 +"52934",0.7,"Good","F","VS2",62.9,61,2591,5.6,5.63,3.53 +"52935",0.7,"Good","F","VS2",62.6,61,2591,5.56,5.62,3.5 +"52936",0.7,"Good","G","VS1",60.6,61,2591,5.71,5.77,3.48 +"52937",0.7,"Premium","E","SI1",59.1,62,2592,5.8,5.74,3.41 +"52938",0.7,"Very Good","E","SI1",63.5,58,2592,5.65,5.62,3.58 +"52939",0.7,"Very Good","E","SI1",63.3,60,2592,5.59,5.56,3.53 +"52940",0.7,"Premium","E","SI1",62.5,61,2592,5.72,5.57,3.55 +"52941",0.7,"Premium","E","SI1",61.7,62,2592,5.68,5.64,3.49 +"52942",0.7,"Very Good","F","VS2",61.6,60,2593,5.63,5.71,3.49 +"52943",0.7,"Very Good","F","VS2",62.3,61,2593,5.55,5.62,3.48 +"52944",0.7,"Very Good","F","VS2",63.3,56,2593,5.62,5.66,3.57 +"52945",0.76,"Very Good","H","SI1",63,58,2593,5.78,5.8,3.65 +"52946",0.76,"Very Good","H","SI1",63.3,58,2593,5.79,5.81,3.67 +"52947",0.7,"Very Good","E","VS2",60.2,57,2593,5.77,5.82,3.49 +"52948",0.7,"Very Good","E","VS2",62.5,57,2593,5.64,5.68,3.54 +"52949",0.7,"Ideal","G","VS2",61.8,54,2593,5.71,5.74,3.54 +"52950",0.84,"Ideal","H","SI2",59.9,59,2593,6.13,6.2,3.69 +"52951",0.24,"Very Good","D","VVS2",60.6,59,552,4,4.02,2.43 +"52952",0.24,"Very Good","D","VVS2",62.9,58,552,3.96,3.99,2.5 +"52953",0.24,"Very Good","D","VVS2",62.4,58,552,3.94,4.01,2.48 +"52954",0.24,"Very Good","F","VVS1",59.2,59,552,4.04,4.07,2.4 +"52955",0.24,"Very Good","F","VVS1",59,58,552,4.07,4.1,2.41 +"52956",0.24,"Very Good","F","VVS1",59,59,552,4.05,4.08,2.4 +"52957",0.24,"Very Good","F","VVS1",58.7,59,552,4.04,4.1,2.39 +"52958",0.24,"Very Good","F","VVS1",61.8,59,552,3.93,4,2.45 +"52959",0.24,"Very Good","E","VVS1",62.2,59,552,3.99,4.02,2.49 +"52960",0.24,"Very Good","E","VVS1",59.7,58,552,4.07,4.1,2.44 +"52961",0.24,"Very Good","E","VVS1",63.7,57,552,3.92,3.93,2.5 +"52962",0.24,"Very Good","E","VVS1",62.5,59,552,3.96,4.01,2.49 +"52963",0.24,"Very Good","E","VVS1",62.7,59,552,3.97,4,2.5 +"52964",0.24,"Very Good","F","IF",60.4,58,552,4.02,4.06,2.44 +"52965",0.24,"Very Good","F","IF",60,57,552,4.07,4.1,2.45 +"52966",0.24,"Ideal","F","VVS2",60.7,56,552,3.98,4.03,2.43 +"52967",0.24,"Ideal","F","VVS2",61.1,57,552,4.03,4.06,2.47 +"52968",0.24,"Ideal","F","VVS2",62.6,57,552,3.93,3.96,2.47 +"52969",0.24,"Ideal","F","VVS2",61.8,56,552,3.97,4.02,2.47 +"52970",0.24,"Ideal","F","VVS2",61.6,54,552,4,4.09,2.49 +"52971",0.4,"Ideal","J","SI1",62.2,57,552,4.71,4.74,2.94 +"52972",0.37,"Ideal","H","SI1",61.1,55,552,4.64,4.69,2.85 +"52973",0.37,"Ideal","H","SI1",62.1,56,552,4.6,4.61,2.86 +"52974",0.37,"Ideal","H","SI1",60.9,57,552,4.63,4.67,2.83 +"52975",0.35,"Ideal","F","SI1",61.5,54,552,4.54,4.6,2.81 +"52976",0.24,"Good","F","VVS1",58.3,57,552,4.1,4.14,2.4 +"52977",0.3,"Very Good","D","SI1",63,58,552,4.24,4.27,2.68 +"52978",0.35,"Very Good","H","VS2",61.8,56,552,4.54,4.58,2.82 +"52979",0.3,"Premium","D","SI1",59.7,59,552,4.34,4.37,2.6 +"52980",0.3,"Ideal","D","SI1",61,56,552,4.3,4.33,2.63 +"52981",0.82,"Premium","E","SI2",62,59,2593,6.02,5.94,3.71 +"52982",0.71,"Very Good","H","VVS2",62.5,56,2594,5.65,5.68,3.54 +"52983",0.72,"Very Good","H","VS1",60.1,57,2594,5.79,5.85,3.5 +"52984",0.72,"Ideal","I","VVS2",61.5,58,2594,5.78,5.79,3.56 +"52985",0.72,"Ideal","I","VVS2",62.5,56,2594,5.71,5.74,3.58 +"52986",0.72,"Ideal","I","VVS2",62.8,57,2594,5.69,5.74,3.59 +"52987",0.71,"Ideal","H","VVS2",61.5,54,2594,5.74,5.8,3.55 +"52988",0.74,"Ideal","E","SI2",60.9,57,2594,5.83,5.89,3.57 +"52989",0.74,"Premium","E","SI2",62.6,58,2594,5.73,5.77,3.6 +"52990",0.72,"Ideal","H","VS2",61.7,57,2594,5.74,5.77,3.55 +"52991",0.77,"Fair","H","VS1",64.6,56.4,2594,5.78,5.84,3.75 +"52992",0.94,"Ideal","F","I1",61.5,55,2594,6.37,6.34,3.91 +"52993",0.7,"Fair","G","VVS2",64.5,61,2595,5.43,5.52,3.53 +"52994",1.29,"Fair","H","I1",67.7,62,2596,6.69,6.59,4.5 +"52995",0.7,"Premium","G","VS2",61.3,58,2596,5.74,5.68,3.5 +"52996",0.73,"Ideal","I","VS1",61.6,55,2596,5.77,5.79,3.56 +"52997",0.73,"Ideal","I","VS1",61.1,56,2596,5.79,5.83,3.55 +"52998",0.73,"Ideal","I","VS1",61,56,2596,5.82,5.86,3.56 +"52999",0.78,"Ideal","E","SI2",61.2,54,2596,5.96,6,3.66 +"53000",0.71,"Fair","D","VS2",64.4,56,2596,5.63,5.58,3.61 +"53001",0.7,"Ideal","F","SI1",61.4,57,2596,5.69,5.67,3.49 +"53002",0.7,"Premium","F","SI1",62.4,56,2596,5.69,5.63,3.53 +"53003",0.7,"Premium","D","SI2",60.4,60,2596,5.79,5.74,3.48 +"53004",0.7,"Premium","F","SI1",59.5,57,2596,5.81,5.79,3.45 +"53005",0.7,"Premium","F","SI1",60,60,2596,5.62,5.55,3.6 +"53006",0.7,"Premium","D","SI2",60,60,2596,5.72,5.56,3.5 +"53007",0.74,"Fair","F","VS2",64.6,55,2596,5.74,5.66,3.68 +"53008",0.7,"Premium","H","VVS2",61,57,2596,5.76,5.72,3.5 +"53009",0.7,"Ideal","F","SI1",60.8,57,2596,5.73,5.71,3.48 +"53010",0.7,"Premium","F","SI1",59.4,59,2596,5.8,5.75,3.43 +"53011",0.7,"Ideal","F","SI1",62.1,56,2596,5.67,5.65,3.51 +"53012",0.7,"Premium","D","SI2",60.6,58,2596,5.75,5.7,3.47 +"53013",0.7,"Ideal","F","SI1",62.3,57,2596,5.68,5.64,3.53 +"53014",0.71,"Very Good","G","VS2",62.9,57,2598,5.69,5.72,3.59 +"53015",0.77,"Ideal","I","VVS2",62.1,55,2598,5.85,5.9,3.65 +"53016",0.52,"Ideal","F","IF",60.6,57,2598,5.22,5.21,3.16 +"53017",0.71,"Good","G","VS2",64,55,2599,5.65,5.67,3.62 +"53018",0.71,"Good","G","VS2",64.2,58,2599,5.59,5.62,3.6 +"53019",0.71,"Very Good","G","VS2",62.1,62,2599,5.65,5.71,3.53 +"53020",0.76,"Very Good","H","VS2",58.7,61,2599,5.96,5.99,3.51 +"53021",0.81,"Good","H","SI1",65,56,2599,5.85,5.88,3.81 +"53022",0.73,"Premium","F","SI1",61.2,60,2599,5.78,5.73,3.52 +"53023",0.74,"Very Good","I","VVS2",62.8,55,2600,5.75,5.78,3.62 +"53024",0.78,"Very Good","H","SI1",63.1,58,2600,5.85,5.88,3.7 +"53025",0.7,"Fair","E","SI2",65,54,2600,5.56,5.52,3.6 +"53026",0.76,"Very Good","I","VS1",63.1,58,2601,5.77,5.79,3.65 +"53027",0.61,"Ideal","G","IF",61.8,52,2601,5.46,5.55,3.4 +"53028",0.82,"Very Good","I","SI1",60.5,58,2602,6.01,6.08,3.66 +"53029",0.82,"Very Good","I","SI1",62.3,58,2602,5.94,6,3.72 +"53030",0.72,"Ideal","I","VVS2",61,57,2602,5.81,5.84,3.55 +"53031",0.72,"Ideal","I","VVS2",61.6,57,2602,5.73,5.76,3.54 +"53032",1.01,"Premium","J","I1",60.7,59,2602,6.42,6.39,3.89 +"53033",0.7,"Premium","H","VVS1",58.3,60,2603,5.83,5.8,3.39 +"53034",0.7,"Very Good","E","SI1",62.3,57,2604,5.63,5.7,3.53 +"53035",0.71,"Very Good","G","SI1",62.8,55,2604,5.68,5.73,3.58 +"53036",0.71,"Very Good","G","SI1",60.2,58,2604,5.71,5.75,3.45 +"53037",0.7,"Very Good","D","SI1",59.4,63,2604,5.76,5.78,3.43 +"53038",0.7,"Very Good","F","VS1",62.4,56,2604,5.62,5.7,3.53 +"53039",0.53,"Ideal","E","VVS1",62.1,55,2604,5.18,5.23,3.23 +"53040",0.74,"Ideal","G","VS2",61.3,55,2604,5.82,5.89,3.59 +"53041",0.71,"Ideal","G","SI1",62.5,57,2604,5.67,5.69,3.55 +"53042",0.81,"Good","D","SI2",63.8,55,2604,5.91,5.89,3.77 +"53043",0.73,"Ideal","H","SI1",61.5,55,2605,5.79,5.84,3.57 +"53044",0.71,"Good","E","SI1",63.8,54,2606,5.66,5.72,3.63 +"53045",0.71,"Very Good","E","SI1",61.1,57,2606,5.69,5.73,3.49 +"53046",0.71,"Very Good","E","SI1",61.7,61,2606,5.74,5.76,3.55 +"53047",0.71,"Ideal","I","VVS1",61.4,56,2606,5.73,5.76,3.53 +"53048",0.71,"Ideal","I","VVS1",62.3,56,2606,5.7,5.73,3.56 +"53049",0.8,"Ideal","I","VS2",61.6,58,2606,5.99,6.03,3.7 +"53050",0.7,"Good","E","VS2",60.1,62,2606,5.77,5.74,3.46 +"53051",0.72,"Premium","F","VS2",62.7,59,2607,5.75,5.71,3.59 +"53052",0.7,"Ideal","H","VS2",62.8,55,2607,5.67,5.63,3.55 +"53053",0.76,"Ideal","F","SI1",62.7,57,2607,5.82,5.85,3.66 +"53054",0.76,"Premium","F","SI1",60.3,58,2607,5.91,5.96,3.58 +"53055",0.76,"Ideal","F","SI1",60.1,57,2607,5.95,5.99,3.59 +"53056",0.72,"Ideal","F","VS2",61.1,56,2607,5.83,5.79,3.55 +"53057",0.72,"Ideal","F","VS2",62,57,2607,5.77,5.72,3.56 +"53058",0.72,"Premium","G","VS1",60.9,60,2607,5.78,5.75,3.51 +"53059",0.92,"Premium","F","I1",60.7,58,2607,6.29,6.26,3.81 +"53060",0.54,"Premium","E","VS1",62.7,60,2608,5.14,5.1,3.21 +"53061",0.72,"Very Good","E","SI1",63.1,60,2608,5.65,5.7,3.58 +"53062",0.75,"Good","D","SI1",64.1,54,2608,5.78,5.76,3.7 +"53063",0.72,"Ideal","E","SI1",62.1,57,2608,5.71,5.75,3.56 +"53064",0.72,"Ideal","H","VS1",61.9,56,2608,5.78,5.73,3.56 +"53065",0.72,"Fair","H","VVS2",56.5,68,2608,6.03,5.89,3.37 +"53066",0.72,"Very Good","E","SI2",63.4,58,2608,5.66,5.64,3.58 +"53067",0.7,"Good","H","VVS2",63.8,57,2608,5.61,5.51,3.55 +"53068",0.81,"Good","E","I1",64.1,59,2608,5.89,5.85,3.76 +"53069",0.55,"Ideal","E","VVS1",62.9,57,2609,5.25,5.21,3.29 +"53070",0.75,"Ideal","E","SI2",61.7,55,2609,5.9,5.86,3.63 +"53071",0.74,"Ideal","I","VS1",60.7,55,2609,5.84,5.88,3.56 +"53072",0.72,"Very Good","E","SI1",57.9,58,2610,5.92,5.96,3.44 +"53073",0.71,"Ideal","D","SI2",61.3,57,2610,5.71,5.78,3.52 +"53074",0.71,"Ideal","F","SI1",61.5,56,2610,5.69,5.76,3.52 +"53075",0.71,"Ideal","D","SI2",61.5,56,2610,5.74,5.78,3.54 +"53076",0.89,"Premium","H","SI2",62.2,59,2610,6.17,6.15,3.83 +"53077",0.59,"Very Good","G","IF",60.9,57,2611,5.38,5.42,3.29 +"53078",0.9,"Ideal","F","I1",61.8,57,2611,6.13,6.2,3.81 +"53079",0.59,"Ideal","F","VVS2",62,55,2611,5.36,5.38,3.33 +"53080",0.59,"Ideal","G","IF",62.5,57,2611,5.34,5.38,3.35 +"53081",0.7,"Good","H","VVS2",60.5,62,2611,5.66,5.74,3.45 +"53082",1.02,"Ideal","J","SI2",61.6,55,2611,6.49,6.43,3.98 +"53083",0.56,"Very Good","D","VVS2",61.6,59,2612,5.27,5.34,3.27 +"53084",0.72,"Very Good","D","SI2",62.3,59,2612,5.67,5.73,3.55 +"53085",0.56,"Ideal","D","VVS2",61.7,58,2612,5.26,5.3,3.26 +"53086",0.57,"Ideal","G","VVS1",60.9,56,2612,5.37,5.41,3.28 +"53087",0.71,"Ideal","D","SI2",61.1,57,2612,5.77,5.79,3.53 +"53088",0.71,"Ideal","E","SI1",62.8,53,2612,5.67,5.7,3.57 +"53089",0.7,"Ideal","D","SI1",62.5,56,2612,5.67,5.73,3.56 +"53090",0.77,"Ideal","H","SI1",61.7,56,2612,5.9,5.85,3.62 +"53091",0.71,"Premium","E","VS2",62.4,60,2613,5.68,5.66,3.54 +"53092",0.71,"Ideal","E","VS2",62.9,55,2613,5.76,5.72,3.61 +"53093",0.7,"Very Good","G","VS1",62.8,58,2613,5.62,5.68,3.55 +"53094",0.83,"Premium","H","SI1",58.6,61,2613,6.2,6.16,3.62 +"53095",0.76,"Very Good","E","SI1",63.2,57,2613,5.8,5.75,3.65 +"53096",0.75,"Ideal","I","VS1",63,57,2613,5.8,5.82,3.66 +"53097",0.71,"Premium","G","SI1",62.5,58,2613,5.66,5.61,3.52 +"53098",0.71,"Ideal","F","SI2",62.1,55.7,2614,5.7,5.75,3.56 +"53099",0.77,"Premium","E","SI2",61.7,61,2614,5.93,5.9,3.65 +"53100",0.71,"Ideal","I","VS2",61.8,55,2614,5.7,5.73,3.53 +"53101",0.7,"Ideal","E","SI1",62.4,55,2614,5.67,5.7,3.55 +"53102",0.7,"Ideal","E","SI1",62.7,57,2614,5.64,5.66,3.54 +"53103",0.7,"Ideal","E","SI1",60.6,57,2614,5.76,5.79,3.5 +"53104",0.83,"Good","G","SI2",63.7,56,2614,5.92,5.95,3.78 +"53105",0.57,"Ideal","E","VVS2",62.3,54,2615,5.3,5.35,3.32 +"53106",0.57,"Ideal","E","VVS2",61.9,54.3,2615,5.31,5.33,3.29 +"53107",0.57,"Ideal","E","VVS2",61.5,55.9,2615,5.31,5.35,3.28 +"53108",0.8,"Very Good","G","SI2",63,55,2616,5.92,5.95,3.74 +"53109",0.8,"Premium","I","VS2",62.9,61,2616,5.84,5.77,3.65 +"53110",0.7,"Ideal","E","VS2",62.2,55,2616,5.72,5.69,3.55 +"53111",0.81,"Premium","G","SI2",62.2,59,2616,5.96,5.9,3.69 +"53112",0.81,"Very Good","I","VS2",60.4,63,2616,5.97,5.95,3.6 +"53113",0.54,"Ideal","E","VVS2",62.2,54,2616,5.23,5.26,3.26 +"53114",0.7,"Ideal","I","VS1",61.9,56,2616,5.69,5.72,3.53 +"53115",0.78,"Ideal","H","SI1",61.1,57,2616,5.9,5.94,3.62 +"53116",0.7,"Very Good","E","SI1",63.2,57,2617,5.6,5.67,3.56 +"53117",0.7,"Very Good","E","SI1",62.5,59,2617,5.66,5.7,3.55 +"53118",0.75,"Very Good","G","SI1",62.3,55,2617,5.81,5.85,3.63 +"53119",0.81,"Good","I","VS2",63.8,58,2617,5.84,5.89,3.74 +"53120",0.58,"Ideal","D","VVS2",62.1,57,2617,5.32,5.4,3.32 +"53121",0.7,"Ideal","E","SI1",60.2,58,2617,5.75,5.78,3.47 +"53122",0.74,"Premium","E","SI2",62.6,58,2617,5.77,5.73,3.6 +"53123",0.74,"Fair","E","SI2",66.7,62,2617,5.49,5.43,3.64 +"53124",0.74,"Very Good","E","SI2",63.1,57,2617,5.8,5.76,3.65 +"53125",0.82,"Ideal","H","SI1",62.4,56,2617,6.05,6,3.76 +"53126",0.74,"Ideal","E","SI2",60.9,57,2617,5.89,5.83,3.57 +"53127",0.66,"Very Good","E","VS1",61,57.8,2618,5.64,5.69,3.45 +"53128",0.72,"Very Good","E","SI1",62.5,58,2618,5.68,5.72,3.56 +"53129",0.75,"Very Good","D","SI2",63.6,58,2618,5.71,5.76,3.65 +"53130",0.62,"Premium","E","VVS2",62,56,2618,5.48,5.42,3.38 +"53131",0.7,"Ideal","H","VVS1",61.7,54,2618,5.72,5.76,3.54 +"53132",0.53,"Ideal","F","VVS1",61.4,56,2618,5.21,5.25,3.21 +"53133",0.72,"Ideal","D","SI2",61.8,56,2618,5.75,5.78,3.56 +"53134",0.75,"Ideal","D","SI2",61.5,55,2618,5.85,5.89,3.61 +"53135",0.93,"Very Good","D","I1",63.4,60,2618,6.18,6.15,3.91 +"53136",0.71,"Ideal","E","SI2",61.2,57,2619,5.75,5.78,3.53 +"53137",0.7,"Ideal","I","VVS1",61.5,57,2620,5.72,5.75,3.52 +"53138",0.72,"Good","D","SI2",59.7,61,2620,5.78,5.84,3.47 +"53139",0.74,"Premium","G","VS2",60.2,60,2621,5.84,5.82,3.51 +"53140",0.56,"Ideal","E","VVS2",62.1,57,2622,5.26,5.3,3.28 +"53141",0.71,"Ideal","H","VS2",62.2,56,2622,5.68,5.74,3.55 +"53142",0.7,"Ideal","F","VS2",62.3,55,2622,5.71,5.65,3.54 +"53143",0.78,"Ideal","F","SI2",61.2,56,2622,5.93,5.97,3.64 +"53144",0.8,"Ideal","F","SI2",62.7,55,2622,5.94,5.9,3.71 +"53145",0.76,"Premium","H","VS2",58.7,61,2622,5.99,5.96,3.51 +"53146",0.75,"Premium","G","SI1",59.1,59,2622,5.98,5.9,3.51 +"53147",1.2,"Fair","F","I1",65.7,56,2622,6.65,6.58,4.35 +"53148",0.73,"Very Good","I","VVS1",61.9,57,2623,5.75,5.79,3.57 +"53149",0.8,"Very Good","E","SI2",62.4,55,2623,5.88,5.92,3.68 +"53150",0.74,"Ideal","F","SI2",61.9,56,2623,5.81,5.85,3.61 +"53151",0.7,"Ideal","I","SI1",61.6,56,2623,5.69,5.71,3.51 +"53152",0.7,"Ideal","I","SI1",60.4,57,2623,5.75,5.79,3.49 +"53153",0.71,"Good","G","VS2",64.2,58,2623,5.62,5.59,3.6 +"53154",0.71,"Premium","G","VS2",62.1,62,2623,5.71,5.65,3.53 +"53155",0.71,"Fair","G","VS2",57,66,2623,5.83,5.81,3.32 +"53156",0.73,"Very Good","F","SI2",61.7,60,2624,5.71,5.8,3.55 +"53157",0.93,"Premium","E","I1",62.3,60,2624,6.2,6.23,3.87 +"53158",0.76,"Ideal","F","SI2",60.3,60,2624,5.86,5.89,3.54 +"53159",0.7,"Good","G","VS1",64.3,57,2625,5.59,5.64,3.61 +"53160",0.59,"Ideal","F","VVS1",62.4,56,2625,5.36,5.38,3.35 +"53161",0.72,"Premium","E","VS2",60.4,59,2626,5.74,5.78,3.48 +"53162",0.81,"Ideal","J","VS1",62.3,57,2626,5.93,5.98,3.71 +"53163",0.72,"Ideal","E","SI1",62,57,2626,5.7,5.75,3.55 +"53164",0.84,"Premium","H","SI2",61.3,58,2628,6.1,6.04,3.72 +"53165",0.84,"Ideal","H","SI2",63,56,2628,6.04,6.02,3.8 +"53166",0.71,"Good","G","VS1",58.1,59,2628,5.85,5.92,3.42 +"53167",0.7,"Very Good","D","SI1",59.4,63,2628,5.78,5.76,3.43 +"53168",0.55,"Ideal","F","VVS2",61.1,57,2629,5.28,5.31,3.24 +"53169",0.71,"Premium","E","SI1",61.7,61,2629,5.76,5.74,3.55 +"53170",0.71,"Premium","E","SI1",61.1,57,2629,5.73,5.69,3.49 +"53171",0.71,"Premium","E","SI1",59.5,62,2629,5.85,5.74,3.45 +"53172",0.71,"Premium","E","SI1",60.8,60,2629,5.75,5.69,3.48 +"53173",0.82,"Premium","H","SI2",60.4,58,2629,6.11,6.07,3.68 +"53174",0.71,"Very Good","F","VS2",63.5,60,2630,5.64,5.67,3.59 +"53175",0.71,"Very Good","G","VS1",64,56,2630,5.65,5.67,3.62 +"53176",0.71,"Very Good","E","VS2",61.6,56,2630,5.74,5.81,3.56 +"53177",0.71,"Very Good","E","VS2",58.5,57,2630,5.87,5.9,3.44 +"53178",0.71,"Premium","E","VS2",61.3,59,2630,5.7,5.76,3.51 +"53179",0.71,"Ideal","E","VS2",61.8,57,2630,5.7,5.73,3.53 +"53180",0.73,"Ideal","G","SI1",61.4,58,2630,5.77,5.79,3.55 +"53181",0.7,"Very Good","G","VS1",62.3,58,2631,5.63,5.67,3.52 +"53182",0.74,"Ideal","I","VS1",60.7,56,2631,5.86,5.9,3.57 +"53183",0.71,"Good","E","SI1",65.9,57,2631,5.51,5.57,3.65 +"53184",0.76,"Premium","F","SI1",60.9,59,2631,5.89,5.83,3.57 +"53185",0.76,"Premium","F","SI1",62.7,58,2631,5.83,5.78,3.64 +"53186",0.75,"Premium","G","SI1",60.9,58,2631,5.87,5.83,3.56 +"53187",0.59,"Very Good","F","IF",59.9,63,2632,5.44,5.47,3.27 +"53188",0.55,"Ideal","G","VVS1",61.2,56,2632,5.27,5.29,3.23 +"53189",0.57,"Ideal","E","VVS1",62.3,53.5,2632,5.29,5.33,3.31 +"53190",0.73,"Ideal","D","SI1",60.2,56,2632,5.86,5.94,3.55 +"53191",0.71,"Premium","F","SI1",62.7,57,2633,5.68,5.65,3.55 +"53192",0.51,"Very Good","F","VVS2",60.3,55,2633,5.22,5.26,3.16 +"53193",0.7,"Good","G","VS2",63.1,55,2633,5.61,5.64,3.55 +"53194",0.7,"Very Good","G","VS2",62.2,61,2633,5.54,5.59,3.46 +"53195",0.7,"Ideal","E","VS2",61.4,57,2633,5.76,5.8,3.55 +"53196",0.7,"Ideal","G","VS2",60,57,2633,5.8,5.84,3.49 +"53197",0.77,"Very Good","G","SI1",62.7,57,2633,5.79,5.85,3.65 +"53198",0.7,"Ideal","E","VS2",62.1,57,2633,5.68,5.73,3.54 +"53199",0.7,"Premium","G","VS2",61.6,58,2633,5.69,5.73,3.52 +"53200",0.79,"Very Good","F","SI1",62.8,55,2633,5.88,5.94,3.71 +"53201",0.71,"Ideal","D","SI2",60,57,2633,5.83,5.81,3.49 +"53202",0.71,"Ideal","F","SI1",61.5,56,2633,5.76,5.69,3.52 +"53203",0.71,"Ideal","D","SI2",61.3,57,2633,5.78,5.71,3.52 +"53204",0.71,"Ideal","D","SI2",61.5,56,2633,5.78,5.74,3.54 +"53205",0.71,"Premium","F","SI1",59.7,60,2633,5.82,5.77,3.46 +"53206",0.71,"Premium","F","SI1",59.8,61,2633,5.81,5.79,3.47 +"53207",0.75,"Very Good","G","SI1",62.1,60,2634,5.79,5.83,3.61 +"53208",0.61,"Ideal","F","VVS2",62.2,55,2634,5.42,5.45,3.38 +"53209",0.61,"Ideal","F","VVS2",61.8,55,2634,5.43,5.47,3.37 +"53210",0.9,"Ideal","F","I1",61.8,57,2634,6.2,6.13,3.81 +"53211",0.77,"Very Good","G","SI1",58.4,63,2635,5.95,6.03,3.5 +"53212",0.85,"Ideal","H","SI2",61.8,54,2635,6.07,6.1,3.76 +"53213",0.77,"Ideal","I","VS1",61.4,56,2635,5.86,5.9,3.61 +"53214",0.7,"Ideal","F","SI1",61.8,54,2635,5.71,5.75,3.54 +"53215",0.7,"Ideal","F","SI1",61.8,53,2635,5.7,5.75,3.54 +"53216",0.58,"Very Good","F","VVS1",59.7,57,2636,5.48,5.51,3.28 +"53217",0.7,"Premium","H","VS1",60.6,59,2636,5.81,5.74,3.5 +"53218",0.72,"Good","H","VS1",60,61.2,2637,5.74,5.83,3.47 +"53219",0.71,"Ideal","F","SI2",62.1,56,2637,5.75,5.7,3.56 +"53220",0.71,"Ideal","I","VS1",61.9,55,2637,5.75,5.71,3.55 +"53221",0.71,"Ideal","I","VS1",61.8,54,2637,5.77,5.72,3.56 +"53222",0.74,"Very Good","E","SI2",59.9,59,2638,5.93,5.95,3.56 +"53223",0.74,"Very Good","E","VS2",61.4,63,2638,5.79,5.77,3.55 +"53224",0.5,"Ideal","D","VVS2",61.9,55.1,2639,5.07,5.1,3.15 +"53225",0.5,"Ideal","D","VVS2",61.8,54.1,2639,5.1,5.14,3.16 +"53226",0.9,"Fair","E","SI2",64.4,58,2639,6.07,6.01,3.89 +"53227",0.8,"Good","E","SI2",57.7,65,2640,6.13,6.08,3.52 +"53228",0.73,"Very Good","H","VS1",61.6,59,2641,5.74,5.81,3.56 +"53229",0.71,"Good","D","SI1",64,56,2641,5.59,5.63,3.59 +"53230",0.81,"Good","I","VS2",63.8,58,2641,5.89,5.84,3.74 +"53231",0.72,"Ideal","E","SI1",61.2,56,2642,5.75,5.79,3.53 +"53232",0.72,"Very Good","E","SI1",63,56,2642,5.73,5.76,3.62 +"53233",0.77,"Good","F","SI1",63.2,57,2642,5.82,5.85,3.69 +"53234",0.77,"Good","D","SI2",63.8,58,2642,5.78,5.81,3.7 +"53235",0.77,"Ideal","F","SI1",61.9,57,2642,5.88,5.91,3.65 +"53236",0.72,"Ideal","I","VVS1",61.3,57,2642,5.74,5.77,3.53 +"53237",0.72,"Ideal","I","VVS1",61.4,57,2642,5.77,5.8,3.55 +"53238",0.72,"Ideal","H","VS1",61.6,59,2642,5.75,5.78,3.55 +"53239",0.72,"Ideal","F","SI1",61.5,58,2642,5.72,5.76,3.53 +"53240",0.7,"Very Good","E","SI1",63.1,58,2643,5.61,5.64,3.55 +"53241",0.82,"Very Good","F","SI2",62.9,59,2643,5.89,5.93,3.72 +"53242",0.59,"Ideal","E","VVS2",62,55,2643,5.36,5.41,3.34 +"53243",0.71,"Very Good","G","SI1",57.5,61,2644,5.91,5.96,3.41 +"53244",0.63,"Ideal","F","VS1",62.3,56,2644,5.46,5.49,3.41 +"53245",0.73,"Ideal","E","SI1",60.5,57,2644,5.85,5.88,3.55 +"53246",0.7,"Premium","H","VVS2",61,62,2644,5.72,5.66,3.47 +"53247",0.55,"Ideal","D","VVS2",61.1,57,2644,5.32,5.29,3.24 +"53248",0.73,"Premium","F","SI1",58.7,59,2644,5.97,5.92,3.49 +"53249",0.7,"Ideal","H","VVS2",62.5,56,2644,5.7,5.63,3.54 +"53250",0.76,"Premium","E","SI1",61.6,59,2644,5.83,5.79,3.58 +"53251",0.5,"Ideal","F","IF",62,55,2645,5.09,5.13,3.17 +"53252",0.72,"Very Good","E","SI1",58.9,58,2646,5.88,5.91,3.47 +"53253",0.72,"Premium","G","VS1",62.3,61,2646,5.73,5.66,3.55 +"53254",0.72,"Premium","F","VS2",61.5,58,2646,5.73,5.69,3.51 +"53255",0.78,"Premium","I","VS2",62.7,58,2646,5.89,5.82,3.68 +"53256",0.71,"Very Good","G","VS2",61.8,56,2647,5.69,5.74,3.53 +"53257",0.72,"Good","F","SI1",63.1,56,2647,5.67,5.68,3.58 +"53258",0.86,"Good","G","SI2",63.2,53,2647,6.06,6.1,3.84 +"53259",0.72,"Ideal","D","SI2",62.7,55,2647,5.7,5.72,3.58 +"53260",0.72,"Good","F","SI1",63.4,58,2647,5.66,5.69,3.6 +"53261",0.93,"Premium","E","I1",62.3,60,2647,6.23,6.2,3.87 +"53262",0.74,"Premium","F","SI1",61.4,59,2648,5.81,5.82,3.57 +"53263",0.7,"Premium","G","VS1",62.6,58,2648,5.64,5.61,3.52 +"53264",0.7,"Premium","G","VS1",60.6,62,2648,5.68,5.64,3.43 +"53265",0.7,"Premium","G","VS1",62.2,57,2648,5.69,5.66,3.53 +"53266",0.7,"Premium","F","VS2",63,61,2648,5.64,5.59,3.54 +"53267",0.7,"Premium","F","VS2",62.5,56,2648,5.67,5.63,3.53 +"53268",0.7,"Premium","F","VS2",62.2,59,2648,5.68,5.64,3.52 +"53269",0.7,"Premium","F","VS2",60.5,58,2648,5.78,5.76,3.49 +"53270",0.82,"Premium","I","VS2",62.6,59,2648,5.91,5.87,3.69 +"53271",0.66,"Ideal","F","VS2",62.4,54,2648,5.55,5.61,3.48 +"53272",0.7,"Ideal","H","VS1",62,59,2648,5.68,5.71,3.53 +"53273",0.75,"Fair","F","VS2",65.4,58,2648,5.63,5.68,3.7 +"53274",0.71,"Very Good","G","VS2",62.1,58,2649,5.69,5.77,3.56 +"53275",0.81,"Very Good","G","SI2",62.7,56,2649,5.91,5.96,3.72 +"53276",0.79,"Very Good","H","SI1",63.4,57,2649,5.86,5.9,3.73 +"53277",0.71,"Ideal","G","SI1",61.6,56,2649,5.73,5.76,3.54 +"53278",0.71,"Good","G","VS2",58.9,61,2649,5.81,5.84,3.43 +"53279",0.8,"Good","G","SI1",63.9,57,2650,5.84,5.81,3.72 +"53280",0.72,"Ideal","I","VS2",61.7,56,2650,5.75,5.8,3.56 +"53281",0.3,"Good","D","SI1",63.1,55,552,4.28,4.31,2.71 +"53282",0.3,"Ideal","D","SI1",62.2,56,552,4.25,4.3,2.66 +"53283",0.3,"Very Good","D","SI1",62.6,56,552,4.24,4.29,2.67 +"53284",0.3,"Premium","D","SI1",62,60,552,4.26,4.29,2.65 +"53285",0.3,"Premium","D","SI1",62.4,60,552,4.23,4.26,2.65 +"53286",0.3,"Premium","I","VVS1",62.6,60,552,4.25,4.28,2.67 +"53287",0.3,"Very Good","D","SI1",62.5,59,552,4.26,4.28,2.67 +"53288",0.3,"Ideal","D","SI1",62.1,54,552,4.31,4.35,2.69 +"53289",0.3,"Very Good","D","SI1",61,60,552,4.3,4.35,2.64 +"53290",0.35,"Good","H","VS2",63.7,57,552,4.48,4.53,2.87 +"53291",0.3,"Premium","D","SI1",62.3,58,552,4.28,4.32,2.68 +"53292",0.3,"Good","D","SI1",63.3,55,552,4.28,4.31,2.72 +"53293",0.3,"Ideal","I","VVS1",61.9,57,552,4.31,4.35,2.68 +"53294",0.3,"Good","D","SI1",63.3,59,552,4.22,4.25,2.68 +"53295",0.3,"Very Good","I","VVS1",60.5,60,552,4.32,4.34,2.62 +"53296",0.3,"Ideal","D","SI1",61.4,55,552,4.29,4.34,2.65 +"53297",0.3,"Good","I","VVS1",63.8,56,552,4.23,4.26,2.71 +"53298",0.3,"Ideal","D","SI1",61.7,56,552,4.31,4.35,2.67 +"53299",0.3,"Very Good","I","VVS1",61.2,60,552,4.27,4.29,2.62 +"53300",0.3,"Ideal","D","SI1",61.4,56,552,4.32,4.35,2.66 +"53301",0.3,"Very Good","I","VVS1",62.8,59,552,4.24,4.29,2.68 +"53302",0.3,"Ideal","I","VVS1",61.3,57,552,4.31,4.34,2.65 +"53303",0.3,"Ideal","D","SI1",62.2,55,552,4.29,4.33,2.68 +"53304",0.3,"Premium","D","SI1",61.6,58,552,4.29,4.32,2.65 +"53305",0.3,"Premium","D","SI1",62.5,58,552,4.27,4.31,2.68 +"53306",0.3,"Ideal","I","VVS1",62.3,55,552,4.28,4.29,2.67 +"53307",0.3,"Good","D","SI1",63.4,56,552,4.26,4.29,2.71 +"53308",0.3,"Very Good","D","SI1",62.3,59,552,4.22,4.25,2.64 +"53309",0.3,"Premium","D","SI1",62.7,60,552,4.23,4.26,2.66 +"53310",0.3,"Very Good","I","VVS1",62.5,60,552,4.24,4.27,2.66 +"53311",0.72,"Ideal","I","VS2",61.8,55,2650,5.75,5.78,3.56 +"53312",0.72,"Ideal","I","VS2",61.2,57,2650,5.75,5.79,3.53 +"53313",0.72,"Ideal","I","VS2",61.7,56,2650,5.73,5.78,3.55 +"53314",0.72,"Ideal","I","VS2",61.8,56,2650,5.72,5.77,3.56 +"53315",0.71,"Ideal","G","SI1",62.1,56,2650,5.69,5.74,3.55 +"53316",0.72,"Ideal","F","SI2",61.9,54.1,2651,5.73,5.83,3.57 +"53317",0.72,"Very Good","E","SI2",60.1,55.8,2651,5.83,5.85,3.51 +"53318",0.71,"Ideal","E","SI1",62.9,57,2651,5.67,5.72,3.58 +"53319",0.71,"Good","E","SI1",59.2,61,2651,5.8,5.85,3.45 +"53320",0.76,"Very Good","G","SI1",62.6,56,2652,5.86,5.9,3.68 +"53321",0.8,"Very Good","F","SI2",61.5,56,2652,5.93,5.98,3.66 +"53322",0.71,"Very Good","D","SI1",63.2,56,2652,5.69,5.73,3.61 +"53323",0.6,"Ideal","F","VVS2",62.3,56,2652,5.37,5.41,3.36 +"53324",0.78,"Ideal","I","VS2",61.2,58,2652,5.88,5.92,3.61 +"53325",0.78,"Ideal","I","VS2",59.8,58,2652,5.98,6.02,3.59 +"53326",0.75,"Ideal","E","SI1",61.5,56,2652,5.88,5.84,3.6 +"53327",0.72,"Ideal","I","VVS1",61.3,57,2654,5.75,5.77,3.53 +"53328",0.73,"Ideal","G","SI1",62.1,56,2654,5.74,5.79,3.58 +"53329",0.74,"Ideal","G","SI1",61.9,56,2654,5.8,5.83,3.6 +"53330",0.71,"Ideal","E","SI1",61.5,57,2654,5.7,5.75,3.52 +"53331",0.71,"Ideal","E","VS2",61.8,57,2654,5.73,5.7,3.53 +"53332",0.79,"Very Good","F","SI2",62.6,57,2655,5.84,5.86,3.66 +"53333",0.72,"Very Good","E","SI2",59.7,59,2655,5.77,5.82,3.46 +"53334",0.81,"Very Good","I","VS1",63.2,59,2655,5.9,5.84,3.71 +"53335",0.74,"Ideal","F","SI2",62,56,2655,5.78,5.82,3.6 +"53336",0.62,"Ideal","G","IF",62.2,54,2655,5.46,5.51,3.41 +"53337",0.74,"Ideal","D","SI1",62.2,57,2655,5.81,5.77,3.6 +"53338",0.74,"Premium","D","SI1",60.6,60,2655,5.88,5.84,3.55 +"53339",1.2,"Fair","G","I1",64.4,55,2655,6.77,6.61,4.31 +"53340",0.55,"Very Good","E","VVS2",59.9,58,2656,5.29,5.33,3.18 +"53341",0.7,"Very Good","D","SI1",60.3,60,2656,5.74,5.77,3.47 +"53342",0.84,"Very Good","F","SI2",62.8,57,2656,5.99,6.04,3.78 +"53343",0.73,"Ideal","H","SI1",62,55,2656,5.76,5.85,3.6 +"53344",0.7,"Ideal","E","SI1",62.6,57,2656,5.64,5.67,3.54 +"53345",0.7,"Ideal","E","SI1",62.6,55,2656,5.62,5.66,3.53 +"53346",0.7,"Ideal","E","SI1",61.4,57,2656,5.71,5.75,3.52 +"53347",0.57,"Ideal","F","IF",61.3,56,2656,5.32,5.36,3.28 +"53348",0.79,"Premium","F","SI1",62.8,55,2656,5.94,5.88,3.71 +"53349",0.7,"Fair","G","VS2",64.4,56,2657,5.64,5.57,3.61 +"53350",0.7,"Premium","F","SI1",58.6,59,2657,5.83,5.78,3.4 +"53351",0.7,"Good","H","VVS2",63.8,57,2657,5.61,5.51,3.55 +"53352",0.7,"Premium","E","VS2",62,60,2657,5.7,5.59,3.5 +"53353",1,"Good","D","I1",57.8,62,2657,6.51,6.47,3.75 +"53354",1,"Ideal","J","SI2",61.2,56,2657,6.49,6.38,3.94 +"53355",0.8,"Ideal","G","SI2",63,56,2657,5.85,5.9,3.7 +"53356",0.8,"Ideal","G","SI2",62.2,57,2657,5.93,5.96,3.7 +"53357",0.7,"Good","E","VS1",65.5,57,2657,5.46,5.54,3.6 +"53358",0.7,"Premium","G","VS2",58.1,55,2657,5.83,5.8,3.38 +"53359",0.7,"Very Good","G","VS2",63.3,56,2657,5.63,5.59,3.55 +"53360",0.7,"Premium","G","VS2",59.4,59,2657,5.79,5.76,3.43 +"53361",0.7,"Premium","G","VS2",60.9,60,2657,5.72,5.68,3.47 +"53362",0.7,"Ideal","F","VS2",61.6,57,2657,5.76,5.71,3.53 +"53363",0.7,"Premium","F","VS2",60.2,59,2657,5.78,5.74,3.47 +"53364",0.7,"Premium","G","VS2",62.2,61,2657,5.59,5.54,3.46 +"53365",0.77,"Premium","G","SI1",62.7,57,2657,5.85,5.79,3.65 +"53366",0.7,"Very Good","G","VS2",63.1,55,2657,5.64,5.61,3.55 +"53367",0.77,"Premium","G","SI1",61.6,59,2657,5.9,5.85,3.62 +"53368",0.7,"Premium","E","SI1",58.6,60,2657,5.78,5.75,3.38 +"53369",0.53,"Ideal","F","IF",61.3,57,2658,5.19,5.21,3.19 +"53370",0.61,"Ideal","D","VS1",61.9,56,2658,5.43,5.45,3.37 +"53371",0.67,"Premium","G","VVS2",60.1,60,2658,5.66,5.58,3.38 +"53372",0.61,"Ideal","G","IF",62.3,56,2659,5.42,5.46,3.39 +"53373",0.71,"Premium","D","VS2",62.7,58,2659,5.53,5.67,3.54 +"53374",0.75,"Ideal","I","VS1",61.1,59,2659,5.85,5.87,3.58 +"53375",0.73,"Ideal","G","SI1",60.7,56,2659,5.89,5.81,3.55 +"53376",0.85,"Ideal","H","SI2",61.8,54,2659,6.1,6.07,3.76 +"53377",0.61,"Ideal","F","VVS2",61.5,56,2660,5.44,5.49,3.36 +"53378",0.71,"Ideal","I","SI1",61.9,56,2660,5.71,5.74,3.54 +"53379",0.71,"Ideal","I","SI1",61.3,56,2660,5.72,5.75,3.52 +"53380",0.73,"Ideal","E","SI1",60.1,56,2661,5.91,5.87,3.54 +"53381",0.87,"Premium","F","SI2",61.5,57,2661,6.13,6.1,3.76 +"53382",0.7,"Very Good","F","SI1",60.6,60,2662,5.71,5.75,3.47 +"53383",0.71,"Very Good","F","VS2",62.2,56,2662,5.7,5.72,3.55 +"53384",0.7,"Ideal","F","SI1",61.7,54,2662,5.72,5.75,3.54 +"53385",0.7,"Ideal","F","SI1",62.6,55,2662,5.67,5.68,3.55 +"53386",0.7,"Ideal","F","SI1",61.7,58,2662,5.67,5.7,3.51 +"53387",0.8,"Good","G","SI1",65.3,57,2662,5.78,5.85,3.8 +"53388",0.79,"Very Good","H","SI1",63.2,59,2663,5.87,5.84,3.7 +"53389",0.76,"Very Good","H","SI1",61.6,58,2663,5.88,5.91,3.63 +"53390",0.71,"Ideal","E","SI1",61.7,56,2663,5.72,5.75,3.54 +"53391",0.55,"Ideal","E","VVS2",61.1,57,2664,5.3,5.33,3.24 +"53392",0.78,"Ideal","E","SI1",62.7,56,2664,5.88,5.83,3.67 +"53393",0.77,"Good","D","SI2",63.8,58,2665,5.81,5.78,3.7 +"53394",0.7,"Ideal","F","SI1",59.8,55,2665,5.83,5.75,3.46 +"53395",0.74,"Very Good","I","VVS1",62.6,57,2666,5.76,5.78,3.61 +"53396",0.9,"Fair","I","VS2",65.8,55,2666,6.05,6.01,3.97 +"53397",0.72,"Premium","E","SI1",61.3,58,2666,5.81,5.78,3.55 +"53398",0.83,"Ideal","H","SI2",61.1,59,2666,6.05,6.1,3.71 +"53399",0.72,"Premium","E","SI1",63,56,2666,5.76,5.73,3.62 +"53400",0.72,"Ideal","E","SI1",61.2,56,2666,5.79,5.75,3.53 +"53401",0.77,"Very Good","F","SI2",60.1,56,2667,5.94,5.97,3.58 +"53402",0.72,"Very Good","E","VS2",61.4,58,2667,5.78,5.82,3.56 +"53403",0.71,"Ideal","F","SI2",61.8,57,2667,5.69,5.72,3.53 +"53404",0.58,"Premium","F","VS1",61.1,59,2668,5.39,5.35,3.28 +"53405",0.76,"Very Good","E","SI1",63,59,2668,5.76,5.8,3.64 +"53406",0.76,"Ideal","H","VS2",62.7,57,2668,5.82,5.86,3.66 +"53407",0.82,"Ideal","E","SI2",62.1,55,2668,6.04,6.01,3.74 +"53408",0.71,"Ideal","F","SI2",61.5,55,2668,5.78,5.75,3.54 +"53409",0.7,"Premium","F","VS1",61.7,60,2669,5.67,5.64,3.49 +"53410",0.71,"Ideal","F","SI1",60.9,55,2669,5.74,5.88,3.54 +"53411",0.7,"Premium","F","VS1",62.2,58,2669,5.63,5.59,3.49 +"53412",0.96,"Premium","I","SI2",61.3,60,2669,6.45,6.25,3.9 +"53413",0.77,"Very Good","G","SI1",63,59,2670,5.82,5.84,3.67 +"53414",0.8,"Very Good","H","SI1",62.3,59,2670,5.95,6,3.72 +"53415",0.7,"Ideal","G","VS1",62.6,56,2670,5.65,5.7,3.55 +"53416",0.72,"Very Good","F","SI1",63.1,56,2670,5.68,5.67,3.58 +"53417",0.72,"Ideal","D","SI2",62.7,55,2670,5.72,5.7,3.58 +"53418",0.72,"Premium","D","SI2",60.5,58,2670,5.88,5.79,3.53 +"53419",0.72,"Premium","F","SI1",59.5,62,2670,5.85,5.74,3.45 +"53420",0.72,"Very Good","F","SI1",63.4,58,2670,5.69,5.66,3.6 +"53421",0.72,"Very Good","G","VS1",60,59,2671,5.8,5.84,3.49 +"53422",0.7,"Very Good","E","VS1",62.7,60,2671,5.59,5.64,3.52 +"53423",0.71,"Premium","G","VS2",60.3,60,2671,5.76,5.81,3.49 +"53424",0.71,"Very Good","G","VS2",61.9,62,2671,5.69,5.72,3.53 +"53425",0.54,"Ideal","D","VVS2",61.3,56,2671,5.22,5.26,3.21 +"53426",0.7,"Ideal","F","VS2",62,56,2671,5.71,5.74,3.55 +"53427",0.7,"Ideal","F","VS2",61.8,54,2671,5.68,5.71,3.52 +"53428",0.73,"Ideal","D","SI2",61.8,57,2671,5.75,5.78,3.56 +"53429",0.7,"Ideal","F","SI1",60.3,58,2671,5.76,5.81,3.49 +"53430",0.7,"Ideal","F","SI1",60.7,57,2671,5.78,5.82,3.52 +"53431",0.7,"Ideal","F","SI1",61.1,56,2671,5.74,5.78,3.52 +"53432",0.72,"Good","F","VS2",58,57,2671,5.93,6.01,3.46 +"53433",0.74,"Premium","F","SI1",61.4,59,2671,5.82,5.81,3.57 +"53434",0.7,"Very Good","F","SI1",62.5,59,2672,5.66,5.54,3.5 +"53435",0.96,"Fair","H","SI2",67.6,63,2672,5.99,5.84,4.01 +"53436",0.72,"Very Good","F","SI1",61.1,54,2673,5.82,5.84,3.56 +"53437",0.7,"Very Good","E","VS2",62.9,56,2673,5.61,5.67,3.55 +"53438",0.7,"Premium","E","VS2",60.9,59,2673,5.68,5.71,3.47 +"53439",0.7,"Premium","E","VS2",60.8,58,2673,5.7,5.74,3.48 +"53440",0.73,"Good","H","VS1",64.1,58.8,2673,5.63,5.67,3.62 +"53441",0.81,"Ideal","E","SI2",61.4,57,2673,6,5.97,3.68 +"53442",0.7,"Very Good","G","SI1",59.1,62,2674,5.8,5.91,3.46 +"53443",0.92,"Very Good","D","I1",63,58,2674,6.13,6.18,3.88 +"53444",0.75,"Good","E","SI1",63.4,57,2674,5.75,5.77,3.65 +"53445",0.71,"Premium","E","SI1",60.3,60,2674,5.77,5.74,3.47 +"53446",0.72,"Ideal","F","SI2",61.9,54,2674,5.83,5.73,3.57 +"53447",0.72,"Ideal","F","SI2",60.8,56,2674,5.82,5.79,3.53 +"53448",0.72,"Ideal","E","SI2",60.1,56,2674,5.85,5.83,3.51 +"53449",0.73,"Very Good","F","SI1",61.4,60,2675,5.74,5.76,3.53 +"53450",0.52,"Ideal","E","VVS2",61.3,56,2675,5.18,5.2,3.18 +"53451",0.7,"Very Good","G","VS1",59.2,58,2676,5.8,5.83,3.44 +"53452",0.7,"Very Good","G","VS1",61.7,59,2676,5.66,5.69,3.5 +"53453",0.91,"Good","I","SI1",64.2,59,2676,5.98,6.05,3.86 +"53454",0.56,"Ideal","F","VVS2",61.1,57,2676,5.32,5.35,3.25 +"53455",0.7,"Ideal","F","VS2",62.2,55,2676,5.66,5.72,3.54 +"53456",0.7,"Very Good","D","SI1",61.1,57,2677,5.74,5.66,3.48 +"53457",0.48,"Very Good","D","IF",60.6,55,2677,5.08,5.12,3.09 +"53458",0.77,"Ideal","E","SI2",62.4,56,2677,5.83,5.86,3.65 +"53459",0.8,"Ideal","I","SI1",62.6,56.1,2677,5.87,5.92,3.7 +"53460",0.7,"Ideal","E","SI1",62.8,55,2677,5.65,5.69,3.56 +"53461",0.92,"Good","G","SI2",63.8,57,2677,6.19,6.13,3.93 +"53462",0.72,"Ideal","I","VVS1",61.3,57,2678,5.77,5.75,3.53 +"53463",0.73,"Very Good","E","SI1",63.2,58,2679,5.71,5.74,3.62 +"53464",0.72,"Premium","G","VVS2",60.7,60,2679,5.8,5.87,3.54 +"53465",0.7,"Premium","E","SI1",60.7,58,2679,5.73,5.74,3.48 +"53466",0.59,"Ideal","F","VVS2",62,54,2679,5.36,5.38,3.33 +"53467",0.76,"Ideal","I","VS1",61.5,57,2679,5.85,5.89,3.61 +"53468",0.64,"Ideal","E","VS1",60.8,56,2679,5.61,5.59,3.41 +"53469",0.9,"Good","I","SI2",60.9,63,2680,6.13,6.21,3.76 +"53470",0.71,"Ideal","E","SI1",61.7,56,2680,5.69,5.72,3.52 +"53471",0.75,"Ideal","I","VS2",60.4,59,2680,5.86,5.9,3.55 +"53472",0.76,"Ideal","E","SI2",61.5,55,2680,5.88,5.93,3.63 +"53473",0.76,"Ideal","E","SI2",61.6,55,2680,5.87,5.92,3.63 +"53474",0.76,"Ideal","E","SI2",61.5,57,2680,5.83,5.87,3.6 +"53475",0.76,"Good","E","SI2",58.8,59,2680,5.95,5.99,3.51 +"53476",0.7,"Very Good","G","VVS2",63.6,57,2681,5.59,5.63,3.57 +"53477",0.71,"Very Good","D","SI1",63.2,58,2681,5.65,5.68,3.58 +"53478",0.7,"Very Good","D","SI1",58.2,60,2681,5.75,5.79,3.36 +"53479",0.7,"Good","D","SI1",62.6,60,2681,5.57,5.61,3.5 +"53480",0.71,"Ideal","I","VS2",62.2,55,2681,5.71,5.73,3.56 +"53481",0.71,"Ideal","E","SI1",62.4,56,2681,5.68,5.7,3.55 +"53482",0.9,"Premium","F","SI2",58.5,60,2681,6.3,6.25,3.67 +"53483",0.77,"Very Good","I","VS1",62.2,59,2682,5.83,5.85,3.63 +"53484",0.71,"Very Good","E","VS2",63.7,54,2682,5.65,5.66,3.6 +"53485",0.76,"Ideal","F","SI1",61.7,55,2682,5.87,5.9,3.63 +"53486",0.76,"Ideal","D","SI2",62.2,57,2682,5.83,5.85,3.63 +"53487",0.57,"Ideal","F","VVS1",62.5,56,2682,5.27,5.32,3.31 +"53488",0.5,"Ideal","E","VVS1",61.9,58,2682,5.07,5.11,3.15 +"53489",0.53,"Ideal","F","IF",61.3,57,2682,5.21,5.19,3.19 +"53490",0.7,"Very Good","H","VVS1",63.5,58,2682,5.63,5.59,3.56 +"53491",0.71,"Premium","D","VS2",62.7,58,2683,5.67,5.53,3.54 +"53492",0.71,"Very Good","D","SI1",61,58,2683,5.71,5.87,3.53 +"53493",0.75,"Premium","F","SI1",61.5,58,2683,5.83,5.87,3.6 +"53494",0.73,"Ideal","D","SI2",62.4,56,2683,5.74,5.77,3.59 +"53495",1.01,"Premium","J","SI2",58.3,62,2683,6.49,6.43,3.77 +"53496",1.01,"Fair","J","SI2",66.9,58,2683,6.13,6.07,4.08 +"53497",0.73,"Premium","G","VS1",63,57,2683,5.75,5.67,3.6 +"53498",0.73,"Premium","F","VS2",62.3,60,2683,5.77,5.73,3.58 +"53499",1.01,"Premium","J","SI2",59.3,56,2683,6.51,6.45,3.84 +"53500",0.74,"Very Good","F","SI1",62.9,57,2684,5.76,5.79,3.63 +"53501",0.71,"Very Good","E","SI1",63.5,57,2685,5.63,5.68,3.59 +"53502",0.72,"Premium","G","VS1",61.7,59,2685,5.71,5.66,3.51 +"53503",0.71,"Ideal","H","VS1",62.8,57,2685,5.65,5.72,3.57 +"53504",0.74,"Good","F","SI2",62.6,65,2685,5.66,5.69,3.55 +"53505",0.71,"Fair","G","VS1",65.5,55,2686,5.62,5.53,3.65 +"53506",0.7,"Very Good","D","SI1",63.5,58,2686,5.61,5.64,3.57 +"53507",0.7,"Very Good","D","SI1",62.1,56,2686,5.65,5.69,3.52 +"53508",0.71,"Ideal","G","VS1",61,57,2686,5.77,5.74,3.51 +"53509",0.71,"Premium","F","VS2",59.6,59,2686,5.81,5.77,3.45 +"53510",0.7,"Premium","F","VS2",62.4,59,2686,5.68,5.64,3.53 +"53511",0.71,"Premium","G","VS1",60.8,59,2686,5.76,5.72,3.49 +"53512",0.71,"Premium","F","VS2",61.9,59,2686,5.75,5.72,3.55 +"53513",0.71,"Ideal","F","VS2",62.8,56,2686,5.66,5.61,3.54 +"53514",0.73,"Ideal","I","VS2",61.9,56,2686,5.77,5.8,3.59 +"53515",0.72,"Ideal","G","SI1",61.4,56,2686,5.75,5.78,3.54 +"53516",0.8,"Fair","H","VS2",65.3,58,2686,5.78,5.73,3.76 +"53517",0.9,"Very Good","J","VS2",63.3,56,2686,6.13,6.1,3.87 +"53518",0.71,"Premium","F","VS2",62.4,59,2686,5.71,5.66,3.55 +"53519",0.72,"Very Good","E","SI1",61.6,58,2688,5.74,5.78,3.55 +"53520",0.72,"Very Good","E","SI2",61.4,58,2688,5.76,5.8,3.55 +"53521",0.72,"Ideal","E","SI1",62.1,54,2688,5.76,5.8,3.59 +"53522",0.82,"Premium","F","SI2",59.5,62,2688,6.13,6.08,3.63 +"53523",0.76,"Premium","E","SI2",61.5,58,2688,5.86,5.81,3.59 +"53524",0.77,"Ideal","E","SI2",62.3,57,2689,5.88,5.91,3.67 +"53525",0.71,"Very Good","G","VS2",61.3,59,2690,5.72,5.76,3.52 +"53526",0.74,"Very Good","G","SI1",61.6,58,2690,5.78,5.81,3.57 +"53527",0.71,"Very Good","D","SI1",60.9,60,2690,5.71,5.76,3.49 +"53528",0.76,"Ideal","H","VVS2",61.8,57,2690,5.84,5.91,3.63 +"53529",0.74,"Ideal","I","VS1",62.5,56,2690,5.76,5.8,3.61 +"53530",0.74,"Ideal","G","SI2",61.7,56,2690,5.8,5.87,3.6 +"53531",0.74,"Ideal","D","SI2",62.2,57,2690,5.78,5.82,3.61 +"53532",0.71,"Ideal","D","SI2",61.6,56,2690,5.78,5.82,3.57 +"53533",0.74,"Ideal","D","SI2",61.1,57,2690,5.81,5.84,3.56 +"53534",0.71,"Ideal","D","SI1",61.3,57,2690,5.74,5.78,3.53 +"53535",0.72,"Fair","E","VS2",64.4,59,2691,5.67,5.64,3.64 +"53536",0.9,"Good","J","VS2",64.1,56,2691,6.12,6.08,3.91 +"53537",0.72,"Ideal","E","VS2",62.7,55,2691,5.76,5.73,3.6 +"53538",0.51,"Ideal","E","VVS1",61.1,54.7,2691,5.16,5.2,3.17 +"53539",0.7,"Ideal","H","VS1",61.8,56,2691,5.69,5.72,3.53 +"53540",0.72,"Fair","F","SI1",64.8,55,2691,5.64,5.6,3.64 +"53541",0.9,"Fair","G","SI1",72.9,54,2691,5.74,5.67,4.16 +"53542",0.72,"Premium","D","SI1",60.4,59,2691,5.77,5.72,3.47 +"53543",0.78,"Fair","H","VS2",54.7,67,2691,6.25,6.15,3.4 +"53544",0.76,"Ideal","H","VS2",62.7,57,2692,5.86,5.82,3.66 +"53545",0.72,"Very Good","D","SI2",61.3,59,2692,5.74,5.78,3.53 +"53546",0.82,"Ideal","G","SI2",61.6,56,2692,5.98,6.04,3.7 +"53547",0.82,"Premium","I","VS2",62.2,59,2692,5.97,6.03,3.73 +"53548",0.75,"Very Good","F","SI1",63.7,58,2693,5.73,5.77,3.66 +"53549",0.71,"Very Good","D","SI1",61.7,59,2693,5.7,5.74,3.53 +"53550",0.9,"Very Good","J","SI2",62.3,59,2693,6.15,6.18,3.84 +"53551",0.9,"Good","J","SI2",63.9,56,2693,6.1,6.17,3.92 +"53552",0.7,"Ideal","H","VVS2",62.5,56,2693,5.7,5.63,3.54 +"53553",0.7,"Ideal","E","VS2",62.5,55,2693,5.73,5.7,3.57 +"53554",0.78,"Very Good","I","VS1",60.9,55,2694,5.94,5.98,3.63 +"53555",0.58,"Ideal","E","VVS2",61.8,57,2694,5.37,5.4,3.33 +"53556",0.8,"Ideal","I","VS2",62.6,54,2694,5.93,5.96,3.72 +"53557",0.76,"Ideal","F","SI2",61.5,55,2694,5.87,5.9,3.62 +"53558",0.71,"Premium","F","VS2",60.8,58,2694,5.79,5.76,3.51 +"53559",0.71,"Ideal","D","SI1",63,55,2694,5.64,5.57,3.53 +"53560",0.71,"Premium","G","VS2",60.3,60,2694,5.81,5.76,3.49 +"53561",0.71,"Premium","G","VS2",61.9,62,2694,5.72,5.69,3.53 +"53562",0.71,"Premium","G","VVS1",62.7,58,2694,5.71,5.67,3.57 +"53563",0.71,"Premium","G","VS1",60.9,58,2694,5.77,5.73,3.5 +"53564",0.71,"Very Good","H","VVS2",63,56,2695,5.63,5.68,3.56 +"53565",1,"Premium","H","I1",61.3,60,2695,6.39,6.43,3.93 +"53566",0.7,"Very Good","E","VS1",63.4,62,2695,5.64,5.56,3.55 +"53567",0.7,"Premium","E","VS1",62.7,60,2695,5.64,5.59,3.52 +"53568",0.56,"Ideal","E","VVS2",60.9,56,2696,5.4,5.33,3.27 +"53569",0.7,"Good","E","SI1",60.4,61,2696,5.73,5.76,3.47 +"53570",0.7,"Premium","E","VS2",60.8,58,2697,5.74,5.7,3.48 +"53571",0.7,"Premium","E","VS2",60.9,59,2697,5.71,5.68,3.47 +"53572",0.71,"Very Good","F","VS2",60.6,58,2697,5.74,5.81,3.5 +"53573",0.72,"Very Good","D","VS2",61,59,2697,5.74,5.77,3.51 +"53574",0.7,"Ideal","E","VS2",62.8,57,2697,5.71,5.62,3.56 +"53575",0.63,"Ideal","E","VVS2",61.6,57,2697,5.52,5.49,3.39 +"53576",0.7,"Ideal","E","VS2",62.7,56,2697,5.73,5.63,3.56 +"53577",0.54,"Good","E","VVS1",60.3,61,2697,5.3,5.32,3.2 +"53578",0.7,"Fair","E","VS2",60.6,64,2697,5.77,5.62,3.45 +"53579",0.7,"Fair","E","SI1",64.4,53,2697,5.61,5.57,3.6 +"53580",0.7,"Ideal","F","SI1",62.2,55,2697,5.73,5.68,3.55 +"53581",0.74,"Very Good","F","SI1",61.7,55,2698,5.83,5.87,3.61 +"53582",0.75,"Premium","E","SI1",62.8,56,2698,5.78,5.75,3.62 +"53583",0.6,"Ideal","F","VVS2",60.9,57,2698,5.45,5.48,3.33 +"53584",0.75,"Very Good","E","SI1",63.4,57,2698,5.77,5.75,3.65 +"53585",0.92,"Premium","D","I1",63,58,2698,6.18,6.13,3.88 +"53586",0.88,"Very Good","I","SI1",62.5,56,2699,6.06,6.19,3.83 +"53587",0.8,"Ideal","G","SI1",60.8,57,2699,6.02,6.05,3.67 +"53588",0.8,"Premium","H","SI1",62,59,2699,5.91,5.96,3.68 +"53589",0.7,"Ideal","G","SI1",62,56,2699,5.66,5.69,3.52 +"53590",0.71,"Ideal","F","SI1",61.3,57,2699,5.72,5.79,3.53 +"53591",0.74,"Ideal","E","SI1",61.6,54,2699,5.82,5.9,3.61 +"53592",0.7,"Ideal","D","SI1",61.4,57,2699,5.68,5.72,3.5 +"53593",0.7,"Good","H","VVS2",58.9,61.5,2699,5.77,5.84,3.42 +"53594",0.7,"Good","G","VS2",62.6,61,2699,5.57,5.61,3.5 +"53595",0.76,"Fair","H","VVS2",64.8,57,2699,5.67,5.81,3.71 +"53596",1.22,"Premium","G","I1",59.2,60,2699,6.97,6.9,4.1 +"53597",0.72,"Good","F","VS2",63.5,55,2700,5.7,5.74,3.63 +"53598",0.78,"Ideal","F","SI1",62.4,54,2700,5.95,5.9,3.7 +"53599",0.71,"Ideal","J","SI1",60.6,57,2700,5.78,5.83,3.52 +"53600",0.91,"Good","I","SI1",64.2,59,2700,6.05,5.98,3.86 +"53601",0.91,"Premium","I","SI1",58.4,55,2700,6.34,6.32,3.7 +"53602",0.75,"Fair","F","SI1",64.6,57,2700,5.7,5.67,3.67 +"53603",0.7,"Ideal","F","SI1",61,56,2700,5.75,5.72,3.5 +"53604",0.7,"Ideal","F","SI1",61.3,57,2700,5.75,5.71,3.51 +"53605",0.81,"Very Good","I","SI1",60.3,58,2701,6,6.04,3.63 +"53606",0.7,"Ideal","F","VVS2",61.9,55,2701,5.72,5.68,3.53 +"53607",0.71,"Ideal","I","IF",61.7,59,2701,5.7,5.74,3.53 +"53608",0.74,"Ideal","F","SI1",62.5,56,2702,5.8,5.76,3.61 +"53609",0.75,"Good","E","SI2",62.3,58,2702,5.78,5.81,3.61 +"53610",0.72,"Premium","G","VVS2",60.7,60,2703,5.87,5.8,3.54 +"53611",0.35,"Ideal","I","VS1",61.6,56,552,4.54,4.58,2.81 +"53612",0.35,"Very Good","H","VS2",59.6,62,552,4.57,4.62,2.74 +"53613",0.3,"Very Good","D","SI1",62.2,58,552,4.28,4.31,2.67 +"53614",0.3,"Very Good","D","SI1",62.2,61,552,4.24,4.28,2.65 +"53615",0.3,"Premium","D","SI1",62.2,58,552,4.28,4.31,2.67 +"53616",0.3,"Ideal","I","VVS1",62.4,56,552,4.3,4.32,2.69 +"53617",0.3,"Very Good","D","SI1",62.1,58,552,4.25,4.28,2.65 +"53618",0.3,"Very Good","D","SI1",61,61,552,4.27,4.29,2.61 +"53619",0.3,"Ideal","D","SI1",61.9,56,552,4.28,4.31,2.66 +"53620",0.3,"Ideal","I","VVS1",61.1,57,552,4.32,4.36,2.65 +"53621",0.3,"Good","D","SI1",63.2,56,552,4.24,4.27,2.69 +"53622",0.35,"Premium","I","VS1",61.1,60,552,4.52,4.58,2.78 +"53623",0.3,"Good","D","SI1",63.8,57,552,4.27,4.29,2.73 +"53624",0.3,"Premium","I","VVS1",62.2,58,552,4.28,4.31,2.67 +"53625",0.3,"Ideal","D","SI1",62,56,552,4.3,4.34,2.68 +"53626",0.3,"Good","I","VVS1",63.1,57,552,4.27,4.29,2.7 +"53627",0.35,"Very Good","I","VS1",60.7,62,552,4.53,4.59,2.77 +"53628",0.3,"Very Good","D","SI1",61.3,60,552,4.26,4.32,2.63 +"53629",0.3,"Premium","D","SI1",61.7,59,552,4.28,4.31,2.65 +"53630",0.35,"Premium","I","VS1",61.8,58,552,4.5,4.53,2.79 +"53631",0.3,"Very Good","D","SI1",60.6,60,552,4.3,4.32,2.61 +"53632",0.3,"Ideal","D","SI1",61,54,552,4.34,4.35,2.65 +"53633",0.3,"Premium","I","VVS1",61.1,59,552,4.31,4.33,2.64 +"53634",0.3,"Ideal","D","SI1",61.9,54,552,4.32,4.34,2.68 +"53635",0.3,"Ideal","D","SI1",61.6,56,552,4.3,4.34,2.66 +"53636",0.3,"Ideal","I","VVS1",62.1,56,552,4.3,4.33,2.68 +"53637",0.3,"Ideal","D","SI1",61.6,57,552,4.28,4.32,2.65 +"53638",0.3,"Very Good","D","SI1",62.5,57,552,4.26,4.28,2.67 +"53639",0.3,"Ideal","D","SI1",61,57,552,4.29,4.33,2.63 +"53640",0.3,"Ideal","D","SI1",61,56,552,4.35,4.37,2.66 +"53641",0.73,"Very Good","F","SI1",59.4,60,2703,5.84,5.87,3.48 +"53642",0.73,"Very Good","D","SI2",60.4,59,2703,5.8,5.86,3.52 +"53643",0.7,"Ideal","E","SI1",62.4,55,2703,5.66,5.69,3.54 +"53644",0.7,"Premium","E","SI1",60.7,58,2703,5.74,5.73,3.48 +"53645",0.73,"Premium","E","SI1",62.7,58,2703,5.76,5.7,3.59 +"53646",0.9,"Very Good","I","SI2",60.9,63,2704,6.21,6.13,3.76 +"53647",0.71,"Ideal","E","SI1",61.7,56,2704,5.72,5.69,3.52 +"53648",0.71,"Ideal","E","SI1",59.9,56,2704,5.86,5.8,3.49 +"53649",0.71,"Ideal","E","SI1",61.3,57,2704,5.81,5.78,3.55 +"53650",1.05,"Very Good","J","I1",59.6,63,2705,6.61,6.55,3.92 +"53651",0.72,"Good","F","VS2",61.1,60,2705,5.72,5.76,3.51 +"53652",0.7,"Premium","D","SI1",58.2,60,2705,5.79,5.75,3.36 +"53653",0.78,"Ideal","G","SI2",61.5,56,2706,5.94,5.97,3.66 +"53654",0.72,"Ideal","F","SI1",61.7,59,2706,5.75,5.79,3.56 +"53655",0.76,"Ideal","D","SI2",62.2,57,2706,5.85,5.83,3.63 +"53656",0.76,"Good","F","SI1",57.9,56,2706,6.08,6,3.5 +"53657",0.76,"Premium","D","SI2",58.8,57,2706,6.03,5.98,3.51 +"53658",0.86,"Ideal","I","VS2",63,53,2706,6.1,6.06,3.83 +"53659",0.76,"Premium","F","SI1",62,60,2706,5.88,5.76,3.61 +"53660",0.73,"Ideal","D","SI2",62.4,56,2707,5.77,5.74,3.59 +"53661",0.71,"Fair","F","VS1",57.3,67,2707,5.96,5.76,3.36 +"53662",0.73,"Ideal","E","SI1",61.6,57,2707,5.81,5.78,3.57 +"53663",0.73,"Very Good","G","VS1",61,60,2708,5.76,5.84,3.54 +"53664",0.8,"Very Good","D","SI2",63.7,57,2708,5.87,5.9,3.75 +"53665",0.72,"Good","G","VS2",63.1,57,2708,5.71,5.74,3.61 +"53666",1.09,"Premium","I","SI2",62.3,62,2708,6.63,6.57,4.11 +"53667",0.81,"Ideal","J","VS2",62.1,56,2708,5.92,5.97,3.69 +"53668",0.71,"Very Good","H","VVS2",63,58,2709,5.64,5.72,3.58 +"53669",0.71,"Very Good","F","VS2",61.3,56,2709,5.7,5.76,3.51 +"53670",0.74,"Very Good","H","VS1",61.9,59.1,2709,5.74,5.77,3.56 +"53671",0.84,"Ideal","J","VS2",61.1,57,2709,6.09,6.12,3.73 +"53672",0.71,"Ideal","E","VS2",61.7,56,2709,5.73,5.75,3.54 +"53673",0.7,"Ideal","H","VS1",61.9,56,2710,5.7,5.73,3.54 +"53674",0.7,"Fair","G","VVS2",65.3,61,2710,5.58,5.48,3.61 +"53675",0.71,"Very Good","G","SI1",60,59,2711,5.76,5.8,3.47 +"53676",0.71,"Premium","E","VS2",59.9,58,2711,5.78,5.81,3.47 +"53677",0.71,"Premium","E","VS2",62.1,59,2711,5.68,5.72,3.54 +"53678",0.71,"Premium","E","VS2",59,59,2711,5.78,5.88,3.44 +"53679",0.56,"Ideal","E","VVS2",61.7,56,2712,5.31,5.33,3.28 +"53680",0.79,"Ideal","I","VS2",63,58,2712,5.85,5.89,3.7 +"53681",0.73,"Ideal","F","SI2",62.1,56,2712,5.8,5.76,3.59 +"53682",0.74,"Very Good","D","SI2",62.2,59,2713,5.75,5.79,3.59 +"53683",0.74,"Very Good","D","SI2",63.1,58,2713,5.69,5.79,3.62 +"53684",0.58,"Very Good","D","VVS2",60,55,2714,5.44,5.49,3.28 +"53685",0.81,"Very Good","I","VS2",64,60,2714,5.84,5.88,3.75 +"53686",0.74,"Very Good","F","SI1",62.7,58,2715,5.71,5.78,3.6 +"53687",0.8,"Very Good","E","SI2",62.9,54,2715,5.91,6.02,3.75 +"53688",0.74,"Ideal","I","VVS1",62.3,55,2715,5.77,5.82,3.61 +"53689",0.82,"Very Good","G","SI1",63.1,52,2716,6.02,5.97,3.78 +"53690",0.55,"Ideal","F","VVS1",60.6,57,2716,5.33,5.36,3.24 +"53691",0.82,"Premium","I","VS2",62.2,59,2716,6.03,5.97,3.73 +"53692",0.9,"Premium","J","SI2",62.7,57,2717,6.09,6.06,3.8 +"53693",1,"Good","F","I1",64.2,59,2717,6.26,6.3,4.03 +"53694",0.77,"Ideal","F","SI1",61.3,56,2717,5.91,5.94,3.63 +"53695",0.71,"Ideal","E","SI1",61.8,57,2717,5.72,5.76,3.55 +"53696",0.75,"Good","E","VS2",59.7,65,2717,5.85,5.8,3.48 +"53697",0.7,"Premium","H","VVS2",59.6,59,2717,5.83,5.78,3.46 +"53698",0.7,"Fair","H","VVS2",64.5,65,2717,5.52,5.45,3.54 +"53699",1.05,"Fair","H","SI2",64.8,55,2717,6.39,6.32,4.12 +"53700",0.9,"Premium","J","SI2",63,59,2717,6.14,6.11,3.86 +"53701",0.7,"Ideal","F","VS2",61.3,56,2717,5.74,5.71,3.51 +"53702",0.7,"Premium","F","VS2",62.6,61,2717,5.66,5.61,3.53 +"53703",0.9,"Good","J","SI2",63.9,56,2717,6.17,6.1,3.92 +"53704",0.51,"Ideal","D","VVS2",61.7,56,2718,5.14,5.16,3.18 +"53705",0.51,"Ideal","D","VVS2",61.3,57,2718,5.14,5.17,3.16 +"53706",0.6,"Ideal","F","VVS2",61,57,2718,5.43,5.46,3.32 +"53707",0.81,"Good","F","SI1",64.3,53,2718,5.91,5.97,3.81 +"53708",0.72,"Premium","D","SI1",61.8,58,2718,5.81,5.75,3.57 +"53709",0.91,"Ideal","F","SI2",61.8,56,2718,6.19,6.17,3.82 +"53710",0.75,"Very Good","E","SI2",60.2,57,2719,5.89,5.94,3.56 +"53711",0.71,"Good","D","SI1",63.1,56,2719,5.68,5.73,3.6 +"53712",0.71,"Ideal","D","SI1",62.5,55,2719,5.69,5.74,3.57 +"53713",0.71,"Ideal","D","SI1",61.5,56,2719,5.7,5.75,3.52 +"53714",0.76,"Ideal","F","SI1",62.6,56,2719,5.82,5.88,3.66 +"53715",0.76,"Ideal","F","SI1",62.6,57,2719,5.84,5.89,3.67 +"53716",0.57,"Ideal","E","VVS2",60.6,56.2,2719,5.36,5.4,3.26 +"53717",0.7,"Ideal","E","VS2",60.3,57,2719,5.7,5.8,3.47 +"53718",0.51,"Ideal","E","VVS1",61.9,54,2720,5.11,5.17,3.18 +"53719",0.72,"Premium","G","VVS2",61.6,58,2720,5.78,5.81,3.57 +"53720",0.55,"Ideal","D","VVS2",61.6,56,2720,5.23,5.29,3.24 +"53721",0.83,"Ideal","H","SI1",62.4,57,2720,6.03,5.98,3.75 +"53722",0.78,"Very Good","G","SI1",63,58,2721,5.82,5.86,3.68 +"53723",0.78,"Very Good","G","SI1",63.3,56,2721,5.83,5.86,3.7 +"53724",0.7,"Good","F","VVS2",63.1,58,2721,5.6,5.66,3.55 +"53725",0.71,"Ideal","I","SI1",61.5,55,2721,5.76,5.79,3.55 +"53726",0.72,"Premium","D","VS2",61.1,60,2721,5.74,5.69,3.49 +"53727",0.72,"Premium","D","VS2",61,59,2721,5.77,5.74,3.51 +"53728",0.78,"Fair","E","SI2",66.9,57,2721,5.7,5.66,3.6 +"53729",0.82,"Premium","H","SI1",59.9,57,2721,6.11,6.07,3.65 +"53730",0.57,"Ideal","F","VVS2",60.6,56,2722,5.35,5.38,3.25 +"53731",0.78,"Ideal","D","SI2",61.3,56,2722,5.95,5.99,3.66 +"53732",0.72,"Very Good","E","SI1",63.1,58,2723,5.69,5.72,3.6 +"53733",0.8,"Very Good","G","SI1",59.4,60,2723,6.03,6.06,3.59 +"53734",0.82,"Premium","F","SI2",60.3,57,2723,6.07,6.03,3.65 +"53735",0.77,"Premium","E","SI2",61.3,55,2723,5.9,5.85,3.6 +"53736",0.7,"Ideal","G","VS2",62.3,57,2723,5.65,5.68,3.53 +"53737",0.7,"Ideal","G","VS2",62.3,57,2723,5.66,5.7,3.54 +"53738",0.7,"Ideal","G","VS2",62.7,54,2723,5.66,5.7,3.56 +"53739",0.7,"Ideal","G","VS2",62.3,57,2723,5.67,5.7,3.54 +"53740",0.73,"Good","E","VS2",63.3,60,2723,5.67,5.73,3.61 +"53741",0.77,"Premium","E","SI2",59.8,56,2723,6.01,5.96,3.58 +"53742",0.78,"Good","E","SI1",57.9,62,2723,6.06,6.03,3.5 +"53743",0.74,"Ideal","G","VS2",62.9,54,2723,5.81,5.78,3.64 +"53744",0.74,"Premium","F","SI1",62.3,61,2723,5.8,5.76,3.6 +"53745",0.74,"Ideal","D","SI1",62.2,56,2723,5.82,5.78,3.61 +"53746",1,"Fair","G","I1",61.7,57,2723,6.39,6.28,3.91 +"53747",0.71,"Very Good","D","SI1",61.1,56,2724,5.74,5.78,3.52 +"53748",0.7,"Very Good","D","SI1",61.1,61,2724,5.67,5.76,3.49 +"53749",0.56,"Very Good","E","IF",59.9,60,2724,5.31,5.38,3.2 +"53750",0.7,"Ideal","G","VS1",61.9,57,2724,5.7,5.68,3.52 +"53751",0.72,"Ideal","G","VS1",62.7,55,2724,5.71,5.68,3.57 +"53752",0.72,"Ideal","F","VS2",60.3,56,2724,5.84,5.81,3.51 +"53753",0.72,"Premium","F","VS2",61.6,58,2724,5.76,5.73,3.54 +"53754",0.72,"Premium","F","VS2",62.1,57,2724,5.73,5.71,3.55 +"53755",0.72,"Ideal","F","VS2",62.6,57,2724,5.72,5.68,3.57 +"53756",0.7,"Good","F","VS1",63.7,55,2724,5.56,5.61,3.56 +"53757",0.84,"Fair","G","VS1",55.6,64,2724,6.42,6.32,3.54 +"53758",0.72,"Fair","F","VS2",55.4,64,2724,6.06,5.97,3.34 +"53759",0.72,"Very Good","F","VS2",59.6,63,2724,5.92,5.75,3.48 +"53760",0.72,"Premium","F","VS2",62,56,2724,5.78,5.68,3.55 +"53761",0.83,"Very Good","G","SI2",61.6,57,2725,6.02,6.06,3.72 +"53762",0.76,"Ideal","F","VS2",61.6,55,2725,5.88,5.9,3.63 +"53763",0.81,"Ideal","G","SI1",62.6,55,2725,5.97,5.94,3.73 +"53764",0.76,"Very Good","G","VS2",59.8,58,2726,5.92,5.96,3.55 +"53765",0.7,"Very Good","D","SI1",62.6,57,2726,5.67,5.7,3.56 +"53766",0.7,"Very Good","D","SI1",61.8,55,2726,5.73,5.76,3.55 +"53767",0.7,"Ideal","F","VS1",62.5,56,2726,5.7,5.73,3.57 +"53768",0.7,"Ideal","F","VS1",62,55,2726,5.71,5.74,3.55 +"53769",0.7,"Very Good","F","VS1",60.5,57,2726,5.77,5.8,3.5 +"53770",0.51,"Ideal","F","VVS1",61.4,56,2726,5.15,5.17,3.17 +"53771",0.75,"Ideal","D","SI2",60.3,57,2726,5.85,5.89,3.54 +"53772",0.7,"Ideal","D","SI1",62.3,53,2726,5.7,5.72,3.56 +"53773",0.7,"Ideal","D","SI1",62,54,2726,5.73,5.76,3.56 +"53774",0.7,"Ideal","D","SI1",62.5,55,2726,5.68,5.72,3.56 +"53775",0.79,"Good","G","SI1",63.6,57,2726,5.86,5.84,3.72 +"53776",0.81,"Ideal","F","SI2",62.9,57,2726,5.97,5.93,3.74 +"53777",0.79,"Premium","H","VS2",62.6,61,2726,5.9,5.86,3.68 +"53778",0.62,"Premium","E","VVS2",60.7,60,2727,5.51,5.43,3.32 +"53779",0.72,"Very Good","G","VS2",62.5,59,2728,5.69,5.71,3.56 +"53780",0.74,"Very Good","E","SI2",59.1,60,2728,5.88,5.93,3.49 +"53781",0.8,"Ideal","G","VS2",62.1,56,2728,5.94,6,3.71 +"53782",0.58,"Ideal","F","VVS1",61.6,57,2728,5.33,5.38,3.3 +"53783",0.73,"Ideal","E","SI1",61.8,56,2728,5.77,5.81,3.58 +"53784",0.73,"Ideal","E","SI1",62.8,57,2728,5.73,5.74,3.6 +"53785",0.7,"Ideal","E","SI1",61.1,56,2728,5.76,5.79,3.53 +"53786",0.89,"Good","E","SI2",64.3,65,2728,6,5.95,3.84 +"53787",0.73,"Premium","F","SI1",62.2,56,2728,5.79,5.73,3.58 +"53788",0.9,"Good","J","SI1",63.2,60,2729,6.09,6.12,3.86 +"53789",0.77,"Ideal","F","SI2",61.3,56,2729,5.89,5.92,3.62 +"53790",0.73,"Ideal","D","SI2",61.8,56,2729,5.77,5.82,3.58 +"53791",0.54,"Ideal","F","IF",62.2,54,2729,5.24,5.27,3.27 +"53792",0.7,"Very Good","E","SI1",62.1,60,2730,5.62,5.66,3.5 +"53793",0.51,"Ideal","F","IF",62.5,54,2730,5.12,5.16,3.21 +"53794",1.01,"Very Good","I","SI1",63.3,59,2730,6.26,6.22,3.95 +"53795",0.92,"Premium","I","SI1",60.4,59,2730,6.31,6.24,3.79 +"53796",0.62,"Ideal","E","VS1",61.3,56,2731,5.52,5.54,3.39 +"53797",0.72,"Ideal","E","SI1",62.6,57,2731,5.69,5.74,3.58 +"53798",0.72,"Ideal","E","SI1",61.3,56,2731,5.77,5.81,3.55 +"53799",0.72,"Ideal","D","SI1",61.6,55,2731,5.75,5.8,3.56 +"53800",0.66,"Ideal","F","VVS2",61.2,57,2732,5.63,5.58,3.43 +"53801",0.9,"Fair","I","VS1",68.7,62,2732,5.83,5.79,3.99 +"53802",0.53,"Ideal","D","VVS1",62,57,2732,5.16,5.2,3.21 +"53803",0.72,"Premium","D","SI1",62.6,59,2732,5.74,5.7,3.58 +"53804",0.9,"Good","H","SI1",63.8,56,2732,6.07,6.02,3.86 +"53805",0.72,"Premium","E","SI1",59.5,59,2732,5.87,5.83,3.48 +"53806",0.72,"Ideal","F","VS2",62.8,55,2732,5.74,5.69,3.59 +"53807",0.9,"Premium","H","SI2",61.1,58,2732,6.21,6.13,3.77 +"53808",0.72,"Very Good","G","VS2",63.1,57,2732,5.74,5.71,3.61 +"53809",0.81,"Very Good","G","SI1",60.7,56,2733,6.06,6.09,3.69 +"53810",0.7,"Ideal","H","VS2",61.4,56,2733,5.72,5.75,3.52 +"53811",0.73,"Ideal","I","SI1",61.7,55,2733,5.78,5.82,3.58 +"53812",0.52,"Ideal","F","IF",61.7,57,2733,5.13,5.17,3.18 +"53813",0.75,"Very Good","F","SI1",63.4,58,2734,5.75,5.79,3.66 +"53814",0.7,"Very Good","D","SI1",63.4,58,2734,5.63,5.66,3.58 +"53815",0.77,"Good","H","VVS2",64.3,57.9,2734,5.7,5.86,3.71 +"53816",0.71,"Premium","E","VS2",59,59,2735,5.88,5.78,3.44 +"53817",0.71,"Premium","E","VS2",62.1,59,2735,5.72,5.68,3.54 +"53818",0.71,"Very Good","E","SI1",61.3,59,2735,5.69,5.73,3.5 +"53819",0.81,"Very Good","E","SI2",63.7,57,2735,5.86,5.94,3.76 +"53820",0.71,"Premium","E","VS2",62.5,60,2735,5.7,5.66,3.55 +"53821",0.71,"Premium","G","VS2",63,56,2735,5.7,5.69,3.59 +"53822",0.71,"Premium","E","VS2",59.9,58,2735,5.81,5.78,3.47 +"53823",0.79,"Premium","D","SI2",61.8,58,2735,5.95,5.89,3.66 +"53824",0.77,"Ideal","I","VS1",60.9,57,2736,5.92,5.94,3.61 +"53825",0.7,"Very Good","F","VS2",61.6,60,2737,5.59,5.65,3.46 +"53826",0.7,"Very Good","F","VS2",61.7,63,2737,5.61,5.64,3.47 +"53827",0.7,"Premium","E","VS2",62.8,61,2737,5.66,5.62,3.54 +"53828",0.7,"Premium","E","VS2",62.3,59,2737,5.7,5.64,3.53 +"53829",0.7,"Very Good","E","VS2",60.5,63,2737,5.74,5.7,3.46 +"53830",0.73,"Ideal","F","SI1",62.6,55,2737,5.75,5.78,3.61 +"53831",0.72,"Ideal","F","SI1",61.2,55,2737,5.78,5.82,3.55 +"53832",0.72,"Ideal","F","SI1",62,55,2737,5.76,5.78,3.58 +"53833",0.72,"Ideal","F","SI1",62,55,2737,5.76,5.79,3.58 +"53834",0.72,"Ideal","F","SI1",61.7,54,2737,5.77,5.8,3.57 +"53835",0.7,"Premium","E","VS2",62.5,59,2737,5.65,5.62,3.52 +"53836",0.7,"Premium","G","VVS2",59.6,61,2737,5.86,5.78,3.47 +"53837",0.85,"Premium","D","SI2",60.5,60,2737,6.11,6.06,3.68 +"53838",0.77,"Ideal","H","VS2",62,56,2738,5.86,5.89,3.64 +"53839",0.8,"Good","D","SI1",63.7,57,2738,5.88,5.8,3.72 +"53840",0.71,"Ideal","G","SI1",61.6,57,2738,5.72,5.76,3.53 +"53841",0.71,"Good","H","VVS2",60.4,63,2738,5.69,5.74,3.45 +"53842",0.8,"Very Good","H","SI1",63.8,56,2739,5.85,5.91,3.75 +"53843",0.71,"Ideal","H","VVS1",62,57,2739,5.71,5.75,3.55 +"53844",0.57,"Ideal","E","VVS1",61.8,56,2739,5.33,5.35,3.3 +"53845",0.74,"Very Good","D","SI2",61.5,59,2740,5.79,5.82,3.57 +"53846",0.7,"Very Good","G","VS1",60,56,2741,5.77,5.83,3.48 +"53847",0.82,"Very Good","E","SI1",63.2,57,2741,5.92,5.97,3.76 +"53848",0.71,"Ideal","H","VVS1",60.8,56,2741,5.75,5.83,3.52 +"53849",0.82,"Ideal","J","VS2",61.6,56,2741,6,6.04,3.71 +"53850",0.56,"Ideal","D","VS1",61.1,56,2741,5.3,5.33,3.25 +"53851",0.71,"Very Good","F","SI1",61.1,58,2742,5.71,5.77,3.51 +"53852",0.71,"Ideal","H","VVS1",62.1,57,2742,5.67,5.7,3.53 +"53853",0.83,"Ideal","J","VS2",62.3,55,2742,6.01,6.03,3.75 +"53854",0.72,"Premium","F","SI1",59.9,58,2742,5.85,5.81,3.49 +"53855",0.51,"Ideal","D","VVS2",61.7,56,2742,5.16,5.14,3.18 +"53856",0.51,"Ideal","D","VVS2",61.3,57,2742,5.17,5.14,3.16 +"53857",0.53,"Premium","D","VS1",61.3,58,2743,5.2,5.18,3.18 +"53858",0.71,"Premium","D","SI2",61.7,59,2743,5.67,5.71,3.51 +"53859",0.71,"Very Good","D","SI1",63.1,56,2743,5.73,5.68,3.6 +"53860",0.71,"Premium","E","SI1",62.2,58,2743,5.74,5.67,3.55 +"53861",0.71,"Premium","D","SI1",60.9,59,2743,5.72,5.71,3.48 +"53862",0.71,"Premium","D","SI1",60.5,59,2743,5.81,5.79,3.51 +"53863",0.71,"Premium","E","SI1",62.7,56,2743,5.71,5.64,3.56 +"53864",1,"Fair","I","SI2",66.8,56,2743,6.22,6.12,4.13 +"53865",0.7,"Very Good","F","VS2",62.8,57,2744,5.64,5.69,3.56 +"53866",0.7,"Very Good","F","VS2",61.7,60,2744,5.63,5.65,3.48 +"53867",0.7,"Very Good","F","VS2",62.3,59,2744,5.63,5.7,3.53 +"53868",0.76,"Premium","G","VS2",61.8,58,2744,5.85,5.89,3.63 +"53869",0.75,"Premium","F","SI1",61.1,59,2744,5.86,5.79,3.56 +"53870",0.75,"Ideal","F","SI1",62.3,57,2744,5.82,5.77,3.61 +"53871",0.7,"Ideal","G","SI1",60.7,55,2744,5.76,5.8,3.51 +"53872",0.74,"Premium","F","SI1",61.2,59,2744,5.88,5.82,3.58 +"53873",0.74,"Premium","H","VS1",60.6,60,2744,5.91,5.84,3.56 +"53874",0.8,"Very Good","F","SI1",61.6,59,2745,5.9,5.96,3.65 +"53875",0.71,"Very Good","D","VS2",62.5,60,2745,5.61,5.65,3.52 +"53876",1.04,"Very Good","I","I1",61.6,61,2745,6.45,6.47,3.98 +"53877",0.7,"Ideal","E","SI1",61.7,55,2745,5.71,5.74,3.53 +"53878",0.77,"Premium","F","SI1",60,61,2745,5.97,5.93,3.57 +"53879",0.51,"Ideal","E","VVS1",61.9,54,2745,5.17,5.11,3.18 +"53880",1.04,"Fair","G","SI2",65.2,57,2745,6.25,6.23,4.07 +"53881",0.73,"Premium","G","VS2",60.7,58,2746,5.82,5.87,3.55 +"53882",0.72,"Ideal","G","VS1",62.6,53,2746,5.76,5.78,3.61 +"53883",0.71,"Fair","D","VS1",65.4,59,2747,5.62,5.58,3.66 +"53884",0.7,"Very Good","G","VS1",61.4,55,2748,5.7,5.74,3.51 +"53885",0.81,"Ideal","D","SI1",61.5,57,2748,6,6.03,3.7 +"53886",0.75,"Very Good","I","VVS2",62,59,2749,5.81,5.83,3.61 +"53887",0.7,"Good","D","VS2",58,62,2749,5.78,5.87,3.38 +"53888",0.52,"Ideal","F","IF",61.5,57,2749,5.15,5.19,3.18 +"53889",0.83,"Premium","G","SI2",61.6,57,2749,6.06,6.02,3.72 +"53890",0.8,"Ideal","G","SI2",62.2,56,2749,5.95,5.91,3.69 +"53891",0.73,"Good","E","SI1",57.9,55,2749,6,5.96,3.46 +"53892",0.56,"Ideal","E","VVS1",62.1,56,2750,5.28,5.29,3.28 +"53893",0.7,"Ideal","F","VS1",62.5,56,2751,5.73,5.7,3.57 +"53894",0.7,"Ideal","F","VS1",62,55,2751,5.74,5.71,3.55 +"53895",0.71,"Ideal","G","SI1",60.5,56.4,2751,5.76,5.8,3.5 +"53896",0.7,"Good","F","VS1",57.8,61,2751,5.83,5.79,3.36 +"53897",0.83,"Ideal","G","SI2",62.4,54,2751,6.01,6.08,3.77 +"53898",1.02,"Good","H","I1",64.3,63,2751,6.28,6.23,4.02 +"53899",0.65,"Very Good","D","VS1",60.8,57.2,2752,5.55,5.63,3.4 +"53900",0.72,"Ideal","H","VVS2",62.3,56,2752,5.74,5.81,3.6 +"53901",0.73,"Ideal","H","VS2",62.5,58,2752,5.71,5.75,3.58 +"53902",0.57,"Premium","E","VS1",61.6,58,2753,5.36,5.33,3.29 +"53903",0.77,"Very Good","E","SI2",59.9,61,2753,5.98,6.01,3.59 +"53904",0.75,"Very Good","E","SI1",62.9,57,2753,5.79,5.84,3.66 +"53905",0.7,"Premium","E","SI1",61.3,58,2753,5.68,5.71,3.49 +"53906",0.7,"Premium","E","SI1",60,59,2753,5.75,5.79,3.46 +"53907",0.75,"Very Good","E","SI1",63,55,2753,5.76,5.79,3.64 +"53908",0.7,"Very Good","E","SI1",61,57,2753,5.68,5.73,3.48 +"53909",0.7,"Very Good","E","SI1",61.2,57,2753,5.68,5.73,3.49 +"53910",0.7,"Very Good","E","SI1",62.7,59,2753,5.63,5.67,3.54 +"53911",0.7,"Premium","E","SI1",60.5,58,2753,5.74,5.77,3.48 +"53912",0.57,"Premium","E","IF",59.8,60,2753,5.43,5.38,3.23 +"53913",0.61,"Premium","F","VVS1",61.8,59,2753,5.48,5.4,3.36 +"53914",0.8,"Good","G","VS2",64.2,58,2753,5.84,5.81,3.74 +"53915",0.84,"Good","I","VS1",63.7,59,2753,5.94,5.9,3.77 +"53916",0.77,"Ideal","E","SI2",62.1,56,2753,5.84,5.86,3.63 +"53917",0.74,"Good","D","SI1",63.1,59,2753,5.71,5.74,3.61 +"53918",0.9,"Very Good","J","SI1",63.2,60,2753,6.12,6.09,3.86 +"53919",0.76,"Premium","I","VS1",59.3,62,2753,5.93,5.85,3.49 +"53920",0.76,"Ideal","I","VVS1",62.2,55,2753,5.89,5.87,3.66 +"53921",0.7,"Very Good","E","VS2",62.4,60,2755,5.57,5.61,3.49 +"53922",0.7,"Very Good","E","VS2",62.8,60,2755,5.59,5.65,3.53 +"53923",0.7,"Very Good","D","VS1",63.1,59,2755,5.67,5.58,3.55 +"53924",0.73,"Ideal","I","VS2",61.3,56,2756,5.8,5.84,3.57 +"53925",0.73,"Ideal","I","VS2",61.6,55,2756,5.82,5.84,3.59 +"53926",0.79,"Ideal","I","SI1",61.6,56,2756,5.95,5.97,3.67 +"53927",0.71,"Ideal","E","SI1",61.9,56,2756,5.71,5.73,3.54 +"53928",0.79,"Good","F","SI1",58.1,59,2756,6.06,6.13,3.54 +"53929",0.79,"Premium","E","SI2",61.4,58,2756,6.03,5.96,3.68 +"53930",0.71,"Ideal","G","VS1",61.4,56,2756,5.76,5.73,3.53 +"53931",0.71,"Premium","E","SI1",60.5,55,2756,5.79,5.74,3.49 +"53932",0.71,"Premium","F","SI1",59.8,62,2756,5.74,5.73,3.43 +"53933",0.7,"Very Good","E","VS2",60.5,59,2757,5.71,5.76,3.47 +"53934",0.7,"Very Good","E","VS2",61.2,59,2757,5.69,5.72,3.49 +"53935",0.72,"Premium","D","SI1",62.7,59,2757,5.69,5.73,3.58 +"53936",0.72,"Ideal","D","SI1",60.8,57,2757,5.75,5.76,3.5 +"53937",0.72,"Good","D","SI1",63.1,55,2757,5.69,5.75,3.61 +"53938",0.7,"Very Good","D","SI1",62.8,60,2757,5.66,5.68,3.56 +"53939",0.86,"Premium","H","SI2",61,58,2757,6.15,6.12,3.74 +"53940",0.75,"Ideal","D","SI2",62.2,55,2757,5.83,5.87,3.64 diff --git a/Week3/Lab3/ggplot.jpg b/Week3/Lab3/ggplot.jpg new file mode 100644 index 0000000..cbd4136 Binary files /dev/null and b/Week3/Lab3/ggplot.jpg differ diff --git a/Week3/Lab3/references.bib b/Week3/Lab3/references.bib new file mode 100644 index 0000000..b68e761 --- /dev/null +++ b/Week3/Lab3/references.bib @@ -0,0 +1,6 @@ +@book{chambers2018graphical, + title={Graphical methods for data analysis}, + author={Chambers, John M}, + year={2018}, + publisher={Chapman and Hall/CRC} +} \ No newline at end of file diff --git a/Week3/Lecture6/Lecture6_agenda.tex b/Week3/Lecture6/Lecture6_agenda.tex new file mode 100644 index 0000000..174ad53 --- /dev/null +++ b/Week3/Lecture6/Lecture6_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Case study (Chapter 2.3) + \item \hl{This time: } Probability (Chapter 3.1) + \item \hl{Reading: } Chapters 3.2-3.3 for next time + \item \hl{Deadlines/Announcements: } HW 1.2 due today + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week3/Lecture6/Lecture6_draft.tex b/Week3/Lecture6/Lecture6_draft.tex new file mode 100644 index 0000000..b040133 --- /dev/null +++ b/Week3/Lecture6/Lecture6_draft.tex @@ -0,0 +1,635 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp3@path{../../Chp 3} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 6]{MA213: Lecture 6} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\input{Lecture6_agenda.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Defining probability} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Probability} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Random processes} + +\twocol{0.5}{0.5} +{ +\begin{itemize} + +\item A \hl{random process} is a situation in which we know what outcomes could happen, but we don't know which particular outcome will happen. + +\item Examples: coin tosses, die rolls, iTunes shuffle, whether the stock market goes up or down tomorrow, etc. + +\item It can be helpful to model a process as random even if it is not truly random. + +\end{itemize} +}{ +\begin{center} +\includegraphics[width=\textwidth]{\chp3@path/3-1_define_probability/figures/iTunes} +\end{center} +\ct{ \webURL{http://www.cnet.com.au/itunes-just-how-random-is-random-339274094.htm}} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Probability} + +\begin{itemize} + +\item There are several possible interpretations of probability but they (almost) completely agree on the mathematical rules probability must follow. +\begin{itemize} +\item $P(A)$ = Probability of event A +\item $0 \le P(A) \le 1$ +\end{itemize} + +\pause + +\item \hl{Frequentist interpretation:} +\begin{itemize} +\item The probability of an outcome is the proportion of times the outcome would occur if we observed the random process an infinite number of times. +\end{itemize} + +\pause + +\item \hl{Bayesian interpretation:} +\begin{itemize} +\item A Bayesian interprets probability as a subjective degree of belief: For the same event, two separate people could have different viewpoints and so assign different probabilities. +\item Largely popularized by revolutionary advance in computational technology and methods during the last twenty years. +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{Which of the following events would you be most surprised by?} + +% \begin{enumerate}[(a)] +% \item exactly 3 heads in 10 coin flips +% \item exactly 3 heads in 100 coin flips +% \solnMult{exactly 3 heads in 1000 coin flips} +% \end{enumerate} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Law of large numbers} + +\hl{Law of large numbers} states that as more observations are collected, the proportion of occurrences with a particular outcome, \mathhl{\hat{p}_n}, converges to the probability of that outcome, \mathhl{p}. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Law of large numbers (cont.)} + +\dq{When tossing a \textit{fair} coin, if heads comes up on each of the first 10 tosses, what do you think the chance is that another head will come up on the next toss? 0.5, less than 0.5, or more than 0.5?} + +\[ \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{H} \hspace{1mm} \underline{?} \] + +\begin{itemize} +\item<2-> The probability is still 0.5, or there is still a 50\% chance that another head will come up on the next toss. +\[ P(H \text{ on 11}^{th} \text{ toss}) = P(T \text{ on 11}^{th} \text{ toss}) = 0.5 \] +\item<3-> The coin is not ``due" for a tail. +\item<4-> The common misunderstanding of the LLN is that random processes are supposed to compensate for whatever happened in the past; this is just not true and is also called \hl{gambler's fallacy} (or \hl{law of averages}). +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demo: LLN} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Disjoint or mutually exclusive outcomes} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Disjoint and non-disjoint outcomes} + +\hl{Disjoint (mutually exclusive) outcomes:} Cannot happen at the same time. +\begin{itemize} +\item The outcome of a single coin toss cannot be a head and a tail. +\item A student both cannot fail and pass a class. +\item A single card drawn from a deck cannot be an ace and a queen. +\end{itemize} + +\pause + +\hl{Non-disjoint outcomes:} Can happen at the same time. +\begin{itemize} +\item A student can get an A in Stats and A in Econ in the same semester. +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Union of non-disjoint events} + +\dq{What is the probability of drawing a jack or a red card from a well shuffled full deck?} + +\begin{figure} +\includegraphics[width=0.7\textwidth]{\chp3@path/3-1_define_probability/figures/cards} +\end{figure} + +\vspace{-0.75cm} + +\soln{\onslide<2->{ +\begin{align*} +P(jack~or~red) &= P(jack) + P(red) - \orange{$P(jack~and~red)$} \\ +&= \frac{4}{52} + \frac{26}{52} - \frac{2}{52} = \frac{28}{52} +\end{align*} +}} + +\vfill + +\ct{Figure from \webURL{http://www.milefoot.com/math/discrete/counting/cardfreq.htm}.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Probabilities when events are not disjoint} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{What is the probability that a randomly sampled student thinks marijuana should be legalized \underline{or} they agree with their parents' political views?} + +% {\small +% \begin{center} +% \begin{tabular}{l cc c} +% & \multicolumn{2}{c}{\textit{Share Parents' Politics}} & \\ +% \cline{2-3} +% \textit{Legalize MJ} & No & Yes & Total \\ +% \hline +% No & 11 & 40 & 51 \\ +% Yes & 36 & 78 & 114 \\ +% \hline +% Total & 47 & 118 & 165 +% \end{tabular} +% \end{center} +% } + +% \begin{enumerate}[(a)] +% \item $\frac{40 + 36 - 78}{165}$ +% \solnMult{$\frac{114 + 118 - 78}{165}$} +% \item $\frac{78}{165}$ +% \item $\frac{78}{188}$ +% \item $\frac{11}{47}$ +% \end{enumerate} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap} + +\formula{General addition rule}{\[ P(A~or~B) = P(A) + P(B) - P(A~and~B) \]} + +\Note{For disjoint events $P(A~and~B) = 0$, so the above formula simplifies to $P(A~or~B) = P(A) + P(B)$.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Probability distributions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Probability distributions} + +A \hl{probability distribution} lists all possible events and the probabilities with which they occur. + +\begin{itemize} +\item The probability distribution for the gender of one kid: +{\footnotesize +\begin{center} +\begin{tabular}{r | c | c} +Event & Male & Female \\ +\hline +Probability & 0.5 & 0.5 \\ +\end{tabular} +\end{center} +} + +\pause + +\item Rules for probability distributions: +\begin{enumerate} +\item The events listed must be disjoint +\item Each probability must be between 0 and 1 +\item The probabilities must total 1 +\end{enumerate} + +\pause + +\item The probability distribution for the genders of two kids: +\soln{ +\only<2->{ +{\footnotesize +\begin{center} +\begin{tabular}{r | c | c | c | c} +Event & MM & FF & MF & FM \\ +\hline +Probability & 0.25 & 0.25 & 0.25 & 0.25 \\ +\end{tabular} +\end{center} +}}} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{In a survey, 52\% of respondents said they are Democrats. What is the probability that a randomly selected respondent from this sample is a Republican?} + +% \begin{enumerate}[(a)] +% \item 0.48 +% \item more than 0.48 +% \item less than 0.48 +% \solnMult{cannot calculate using only the information given} +% \end{enumerate} + +% \soln{\only<2>{\orange{If the only two political parties are Republican and Democrat, then (a) is possible. However it is also possible that some people do not affiliate with a political party or affiliate with a party other than these two. Then (c) is also possible. However (b) is definitely not possible since it would result in the total probability for the sample space being above 1.}}} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Complement of an event} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Sample space and complements} + +\hl{Sample space} is the collection of all possible outcomes of a trial. + +\begin{itemize} +\item A couple has one kid, what is the sample space for the gender of this kid? $S = \{ M, F \}$ +\item A couple has two kids, what is the sample space for the gender of these kids? \soln{\pause{$S = \{ MM, FF, FM, MF \}$}} +\end{itemize} + +\pause + +\hl{Complementary events} are two mutually exclusive events whose probabilities that add up to 1. + +\begin{itemize} +\item A couple has one kid. If we know that the kid is not a boy, what is gender of this kid? +\{ \sout{\textcolor{gray}{M}}, \orange{F} \} $\rightarrow$ Boy and girl are \hl{complementary} outcomes. +\item A couple has two kids, if we know that they are not both girls, what are the possible gender combinations for these kids? +\soln{\pause{\{ \orange{MM}, \sout{\textcolor{gray}{FF}}, \orange{FM}, \orange{MF} \} }} +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Independence} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Independence} + +Two processes are \hl{independent} if knowing the outcome of one provides no useful information about the outcome of the other. + +\pause + +\begin{itemize} + +\item Knowing that the coin landed on a head on the first toss \underline{does not} provide any useful information for determining what the coin will land on in the second toss. $\rightarrow$ Outcomes of two tosses of a coin are independent. + +\pause + +\item Knowing that the first card drawn from a deck is an ace \underline{does} provide useful information for determining the probability of drawing an ace in the second draw. $\rightarrow$ Outcomes of two draws from a deck of cards (without replacement) are dependent. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{\small{Between January 9-12, 2013, SurveyUSA interviewed a random sample of 500 NC residents asking them whether they think widespread gun ownership protects law abiding citizens from crime, or makes society more dangerous. 58\% of all respondents said it protects citizens. 67\% of White respondents, 28\% of Black respondents, and 64\% of Hispanic respondents shared this view. Which of the below is true?}} + +% Opinion on gun ownership and race ethnicity are most likely +% \begin{enumerate}[(a)] +% \item complementary +% \item mutually exclusive +% \item independent +% \solnMult{dependent} +% \item disjoint +% \end{enumerate} + +% \ct{\webURL{http://www.surveyusa.com/client/PollReport.aspx?g=a5f460ef-bba9-484b-8579-1101ea26421b}} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\formula{Checking for independence}{If P(A occurs, given that B is true) = $P(A~|~B) = P(A)$, then A and B are independent.} + +$\:$ \\ + +\soln{\pause{P(protects citizens) = 0.58 \\ +\pause +$\:$ \\ +P(randomly selected NC resident says gun ownership protects citizens, given that the resident is white) = \\ P(protects citizens $|$ White) = 0.67 \\ +$\:$ \\ +P(protects citizens $|$ Black) = 0.28 \\ +$\:$ \\ +P(protects citizens $|$ Hispanic) = 0.64 \\ +$\:$ \\ +\pause +P(protects citizens) varies by race/ethnicity, therefore opinion on gun ownership and race ethnicity are most likely dependent. +}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Determining dependence based on sample data} + +\begin{itemize} + +\item If conditional probabilities calculated based on sample data suggest dependence between two variables, the next step is to conduct a hypothesis test to determine if the observed difference between the probabilities is likely or unlikely to have happened by chance. + +\item If the observed difference between the conditional probabilities is large, then there is stronger evidence that the difference is real. + +\item If a sample is large, then even a small difference can provide strong evidence of a real difference. + +\end{itemize} + +\pause + +\dq{{\small We saw that P(protects citizens $|$ White) = 0.67 and P(protects citizens $|$ Hispanic) = 0.64. Under which condition would you be more convinced of a real difference between the proportions of Whites and Hispanics who think gun widespread gun ownership protects citizens? $n = 500$ or $n = 50,000$}} \pause \soln{$n = 50,000$} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\formula{Product rule for independent events}{\[P(A~and~B) = P(A) \times P(B) \] +\small{Or more generally, $P(A_1~and~\cdots~and~A_k) = P(A_1) \times \cdots \times P(A_k)$}} + +\pause + +\dq{You toss a coin twice, what is the probability of getting two tails in a row?} + +\pause + +\[ P(\text{T on the first toss}) \times P(\text{T on the second toss}) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4} \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{A recent Gallup poll suggests that 25.5\% of Texans do not have health insurance as of June 2012. Assuming that the uninsured rate stayed constant, what is the probability that two randomly selected Texans are both uninsured?} + +% \twocol{0.4}{0.6} +% { +% \begin{enumerate}[(a)] +% \item $25.5^2$ +% \solnMult{ $0.255^2$ } +% \item $0.255 \times 2$ +% \item $(1 - 0.255)^2$ +% \end{enumerate} +% } +% { +% \includegraphics[width=0.9\textwidth]{\chp3@path/3-1_define_probability/figures/uninsured} +% } + +% \ct{ \webURL{http://www.gallup.com/poll/156851/uninsured-rate-stable-across-states-far-2012.aspx}} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Recap} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Disjoint vs. complementary} + +\dq{Do the sum of probabilities of two disjoint events always add up to 1?} + +\pause + +\soln{Not necessarily, there may be more than 2 events in the sample space, e.g. party affiliation.} + +\pause +$\:$ \\ + +\dq{Do the sum of probabilities of two complementary events always add up to 1?} + +\pause + +\soln{Yes, that's the definition of complementary, e.g. heads and tails. } + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Putting everything together...} + +\dq{If we were to randomly select 5 Texans, what is the probability that at least one is uninsured?} + +\begin{itemize} + +\item If we were to randomly select 5 Texans, the sample space for the number of Texans who are uninsured would be: +\[ S = \{0, 1, 2, 3, 4, 5\} \] + +\item We are interested in instances where at least one person is uninsured: +\[ S = \{0, \orange{$1, 2, 3, 4, 5$} \} \] + +\item So we can divide up the sample space into two categories: +\[ S = \{0, \orange{at~least~one} \} \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Putting everything together...} + +Since the probability of the sample space must add up to 1: +\begin{eqnarray*} +Prob(at~least~1~uninsured) &=& 1 - Prob(none~uninsured) \\ +\pause +&=& 1 - [(1-0.255)^5] \\ +\pause +&=& 1- 0.745^5 \\ +\pause +&=& 1 - 0.23 \\ +\pause +&=& 0.77 +\end{eqnarray*} + +$\:$ \\ +$\:$ \\ + +\formula{At least 1}{\[P(at~least~one) = 1 - P(none)\]} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{Roughly 20\% of undergraduates at a university are vegetarian or vegan. What is the probability that, among a random sample of 3 undergraduates, at least one is vegetarian or vegan?} + +% \twocol{0.3}{0.6}{ +% \begin{enumerate}[(a)] +% \item $1 - 0.2 \times 3$ +% \item $1 - 0.2^3$ +% \item $0.8^3$ +% \item $1 - 0.8 \times 3$ +% \solnMult{$1 - 0.8^3$} +% \end{enumerate} +% } +% { +% \soln{ \only<2>{ +% $P(at~least~1~from~veg) = 1- P(none~veg)$ \\ +% $= 1 - (1 - 0.2)^3$ \\ +% $= 1 - 0.8^3$ \\ +% $= 1 - 0.512 = 0.488$ }} +% } + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week3/Lecture6/Lecture6_plan.tex b/Week3/Lecture6/Lecture6_plan.tex new file mode 100644 index 0000000..ee77822 --- /dev/null +++ b/Week3/Lecture6/Lecture6_plan.tex @@ -0,0 +1,44 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 4 min Lecture (4 frames): Probability, Law of Large Numbers + \item 3 min Edfinity quiz (quick LLN intuition, e.g. coin flips) + \item 5 min R demonstration: LLN + \item 4 min Edfinity quiz (LLN concept check) + \item 4 min Lecture (2+ frames): disjoint outcomes + \item 6 min Edfinity quiz: computing probabilities of disjoint and non-disjoint events (several questions) + \item 4 min Board work: solutions to quiz questions + \item 5 min Lecture (3 frames): Probability distributions, Sample space, complements + \item 3 min Edfinity quiz (complements) + \item 4 min Lecture (4 frames): independence + \item 5 min Edfinity quiz (checking for independence) + \item 2 min Lecture (3 frames): recap + putting everything together + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2, LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2, LO2: Apply the Law of Large Numbers and Its Implications:} Explain the Law of Large Numbers, why it holds, and its implications for predicting long-term averages in probability and statistics. + \item \textbf{Compute Probabilities Using Various Tools:} Use logic, Venn diagrams, and probability rules to compute probabilities for events. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Design LLN intuition and concept check quizzes +% TODO: Design R demo on LLN +% TODO: Add slide introducing Venn Diagrams to disjoint/non-disjoint section +% TODO: Design Quiz for computing probabilities of disjoint and non-disjoint events, with several questions (disjoint/non-disjoint on the same scenario). Look into applets. Plan the board work to explain the answers, using venn diagrams +% TODO: Design Quiz for Complements +% TODO: Design Quiz for independence + + + diff --git a/Week3/Lecture7/Lecture7_agenda.tex b/Week3/Lecture7/Lecture7_agenda.tex new file mode 100644 index 0000000..126051a --- /dev/null +++ b/Week3/Lecture7/Lecture7_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Probability (Chapter 3.1) + \item \hl{This time: } Conditional Probability, Sampling (Chapters 3.2-3.3) + \item \hl{Reading: } Chapter 3.4 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week3/Lecture7/Lecture7_draft.tex b/Week3/Lecture7/Lecture7_draft.tex new file mode 100644 index 0000000..21305da --- /dev/null +++ b/Week3/Lecture7/Lecture7_draft.tex @@ -0,0 +1,589 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp3@path{../../Chp 3} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 7]{MA213: Lecture 7} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture7_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Conditional probability} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Exploring probabilities with a contingency table} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Relapse} + +Researchers randomly assigned 72 chronic users of cocaine into three groups: desipramine (antidepressant), lithium (standard treatment for cocaine) and placebo. Results of the study are summarized below. + +{\small +\begin{center} +\begin{tabular}{l | c c | c} + & & no & \\ + & relapse & relapse & total \\ +\hline +desipramine & 10 & 14 & 24 \\ +lithium & 18 & 6 & 24 \\ +placebo & 20 & 4 & 24 \\ +\hline +total & 48 & 24 & 72 +\end{tabular} +\end{center} +} + +\ct{\webURL{http://www.oswego.edu/~srp/stats/2_way_tbl_1.htm}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\dq{What is the probability that a patient did not relapse?} + + +{\small +\begin{center} +\begin{tabular}{l | c c | c} + & & no & \\ + & relapse & relapse & total \\ +\hline +desipramine & 10 & 14 & 24 \\ +lithium & 18 & 6 & 24 \\ +placebo & 20 & 4 & 24 \\ +\hline +total & 48 & 24 & 72 +\end{tabular} +\end{center} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Marginal and joint probabilities} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Marginal probability} + +\dq{What is the probability that a patient relapsed?} + +{\small +\begin{center} +\begin{tabular}{l | c c | c} + & & no & \\ + & relapse & relapse & total \\ +\hline +desipramine & 10 & 14 & 24 \\ +lithium & 18 & 6 & 24 \\ +placebo & 20 & 4 & 24 \\ +\hline +total & \only<1>{48}\only<2->{\red{48}} & 24 & \only<1>{72}\only<2->{\red{72}} +\end{tabular} +\end{center} +} + +\onslide<2->{P(relapsed) = $\frac{48}{72} \approx 0.67$} \\ + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Joint probability} + +\dq{What is the probability that a patient received the antidepressant (desipramine) \underline{and} relapsed?} + +{\small +\begin{center} +\begin{tabular}{l | c c | c} + & & no & \\ + & relapse & relapse & total \\ +\hline +desipramine & \only<1>{10} \only<2->{\red{10}} & 14 & 24 \\ +lithium & 18 & 6 & 24 \\ +placebo & 20 & 4 & 24 \\ +\hline +total & 48 & 24 & \only<1>{72} \only<2->{\red{72}} +\end{tabular} +\end{center} +} + +\onslide<2->{P(relapsed and desipramine) = $\frac{10}{72} \approx 0.14$} \\ + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Defining conditional probability} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditional probability} + +\formula{Conditional probability}{ +The conditional probability of the outcome of interest $A$ given condition $B$ is calculated as +\[ P(A|B) = \frac{P(A~and~B)}{P(B)} \] +} + +\pause + +\twocol{0.5}{0.5} +{ +{\small +\begin{center} +\begin{tabular}{l | c c | c} + & & no & \\ + & relapse & relapse & total \\ +\hline +desipramine & 10 & 14 & 24 \\ +lithium & 18 & 6 & 24 \\ +placebo & 20 & 4 & 24 \\ +\hline +total & 48 & 24 & 72 +\end{tabular} +\end{center} +} +} +{ +\begin{eqnarray*} +&&P(relapse | desipramine) \\ +&&= \frac{P(relapse ~ and ~ desipramine)}{P(desipramine)} \\ +\pause +&&= \frac{10 / 72}{24 / 72} \\ +\pause +&&= \frac{10}{24} \\ +\pause +&&= 0.42 +\end{eqnarray*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditional probability (cont.)} + +\dq{If we know that a patient received the antidepressant (desipramine), what is the probability that they relapsed?} + +{\small +\begin{center} +\begin{tabular}{l | c c | c} + & & no & \\ + & relapse & relapse & total \\ +\hline +\rowcolor[gray]{.7} +desipramine & \only<1>{10} \only<2->{\red{10}} & 14 & \only<1>{24} \only<2->{\red{24}} \\ +lithium & 18 & 6 & 24 \\ +placebo & 20 & 4 & 24 \\ +\hline +total & 48 & 24 & 72 +\end{tabular} +\end{center} +} + +\onslide<2->{P(relapse $|$ desipramine) = $\frac{10}{24} \approx 0.42$} \\ + +\onslide<3->{ +$\:$ \\ +P(relapse $|$ lithium) = $\frac{18}{24} \approx 0.75$ \\ +P(relapse $|$ placebo) = $\frac{20}{24} \approx 0.83$ \\ +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditional probability (cont.)} + +\dq{If we know that a patient relapsed, what is the probability that they received the antidepressant (desipramine)?} + +{\small +\begin{center} +\begin{tabular}{l | >{\columncolor[gray]{0.7}[0pt]}c c | c} + & & no & \\ + & relapse & relapse & total \\ +\hline +desipramine & \only<1>{10} \only<2->{\red{10}} & 14 & 24 \\ +lithium & 18 & 6 & 24 \\ +placebo & 20 & 4 & 24 \\ +\hline +total & \only<1>{48} \only<2->{\red{48}} & 24 & 72 +\end{tabular} +\end{center} +} + +\onslide<2->{P(desipramine $|$ relapse) = $\frac{10}{48} \approx 0.21$} \\ + +\onslide<3->{ +$\:$ \\ +P(lithium $|$ relapse) = $\frac{18}{48} \approx 0.375$ \\ +P(placebo $|$ relapse) = $\frac{20}{48} \approx 0.42$ \\ +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{General multiplication rule} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{General multiplication rule} + +\begin{itemize} + +\item Earlier we saw that if two events are independent, their joint probability is simply the product of their probabilities. If the events are not believed to be independent, the joint probability is calculated slightly differently. + +\pause + +\item If $A$ and $B$ represent two outcomes or events, then +\formula{\[ P(A~and~B) = P(A|B) \times P(B) \]} +Note that this formula is simply the conditional probability formula, rearranged. +\pause + +\item It is useful to think of $A$ as the outcome of interest and $B$ as the condition. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Independence considerations in conditional probability} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Independence and conditional probabilities} + +Consider the following (hypothetical) distribution of gender and major of students in an introductory statistics class: + +{\small +\begin{center} +\begin{tabular}{l | c c | c} + & social & non-social & \\ + & science & science & total \\ +\hline +female & 30 & 20 & 50 \\ +male & 30 & 20 & 50 \\ +\hline +total & 60 & 40 & 100 +\end{tabular} +\end{center} +} + +\pause + +\begin{itemize} + +\item The probability that a randomly selected student is a social science major is \pause $\frac{60}{100} = 0.6$. + +\pause + +\item The probability that a randomly selected student is a social science major given that they are female is \pause $\frac{30}{50} = 0.6$. + +\pause + +\item Since $P(SS | M)$ also equals 0.6, major of students in this class does not depend on their gender: P(SS $|$ F) = P(SS). + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Independence and conditional probabilities (cont.)} + +Generically, if $P(A|B) = P(A)$ then the events $A$ and $B$ are said to be independent. + +\pause + +\begin{itemize} + +\item Conceptually: Giving $B$ doesn't tell us anything about $A$. + +\pause + +\item Mathematically: We know that if events $A$ and $B$ are independent, $P(A~and~B) = P(A) \times P(B)$. Then, +\[ P(A|B) = \frac{P(A~and~B)}{P(B)} = \frac{P(A) \times P(B)}{P(B)} = P(A) \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Board Work} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Tree diagrams} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Breast cancer screening} + +\begin{itemize} + +\item American Cancer Society estimates that about 1.7\% of women have breast cancer. \\ +{\small\webURL{http://www.cancer.org/cancer/cancerbasics/cancer-prevalence}} + +\item Susan G. Komen For The Cure Foundation states that mammography correctly identifies about 78\% of women who truly have breast cancer. \\ +{\small\webURL{http://ww5.komen.org/BreastCancer/AccuracyofMammograms.html}} + +\item An article published in 2003 suggests that up to 10\% of all mammograms result in false positives for patients who do not have cancer. \\{\small \webURL{http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1360940}} + +\end{itemize} + +\vfill + +\Note{These percentages are approximate, and very difficult to estimate.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Inverting probabilities} + +\dq{When a patient goes through breast cancer screening there are two competing claims: patient had cancer and patient doesn't have cancer. If a mammogram yields a positive result, what is the probability that patient actually has cancer?} + +\pause + +\twocol{0.7}{0.3}{ +\includegraphics[width=\textwidth]{\chp3@path/3-2_conditional_probability/figures/cancer_tree/cancer_tree_first} +} +{ +\pause +{\footnotesize +\begin{eqnarray*} +&&P(C | +) \\ +\pause +&&= \frac{P(C~and~+)}{P(+)} \\ +\pause +&&= \frac{0.0133}{0.0133 + 0.0983} \\ +\pause +&&= 0.12 +\end{eqnarray*} +} +} + +\pause + +\Note{Tree diagrams are useful for inverting probabilities: we are given $P(+|C)$ and asked for $P(C|+)$.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Board Work} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +% \begin{frame} +% \frametitle{Practice} + +% \pq{Suppose a woman who gets tested once and obtains a positive result wants to get tested again. In the second test, what should we assume to be the probability of this specific woman having cancer?} + +% \begin{enumerate}[(a)] +% \item 0.017 +% \solnMult{0.12} +% \item 0.0133 +% \item 0.88 +% \end{enumerate} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{What is the probability that this woman has cancer if this second mammogram also yielded a positive result?} + +% \twocol{0.2}{0.7} +% { +% \begin{enumerate}[(a)] +% \item 0.0936 +% \item 0.088 +% \item 0.48 +% \solnMult{0.52} +% \end{enumerate} +% } +% { +% \solnGr{\only<2->{ +% \includegraphics[width=\textwidth]{\chp3@path/3-2_conditional_probability/figures/cancer_tree/cancer_tree_second} +% }} +% } + +% \soln{\only<3->{ +% {\small \[P(C | +) = \frac{P(C~and~+)}{P(+)} = \frac{0.0936}{0.0936+0.088} = 0.52\]} +% }} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Bayes' Theorem} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Bayes' Theorem} + +\begin{itemize} + +\item The conditional probability formula we have seen so far is a special case of the Bayes' Theorem, which is applicable even when events have more than just two outcomes. + +\pause + +\item \hl{Bayes' Theorem:} +\formula{ +\[ P(outcome~A_1~of~variable~1~|~outcome~B~of~variable~2) \] +\[ = \frac{P(B|A_1)P(A_1)}{P(B|A_1)P(A_1) + P(B|A_2)P(A_2) + \cdots + P(B|A_k)P(A_k)} \] +} +where $A_2$, $\cdots$, $A_k$ represent all other possible outcomes of variable 1. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Bayes' Theorem} + +(TODO: Venn diagram description of Law of Total Probability) + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Board Work} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +% \begin{frame} +% \frametitle{Application activity: Inverting probabilities} + +% \app{{\footnotesize A common epidemiological model for the spread of diseases is the SIR model, where the population is partitioned into three groups: Susceptible, Infected, and Recovered. This is a reasonable model for diseases like chickenpox where a single infection usually provides immunity to subsequent infections. Sometimes these diseases can also be difficult to detect. \vspace{2mm} \\ +% Imagine a population in the midst of an epidemic where 60\% of the population is considered susceptible, 10\% is infected, and 30\% is recovered. The only test for the disease is accurate 95\% of the time for susceptible individuals, 99\% for infected individuals, but 65\% for recovered individuals. (Note: In this case accurate means returning a negative result for susceptible and recovered individuals and a positive result for infected individuals). \vspace{2mm} \\ +% Draw a probability tree to reflect the information given above. If the individual has tested positive, what is the probability that they are actually infected? +% }} + +% \end{frame} + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Application activity: Inverting probabilities (cont.)} + +% \vspace{-0.5cm} + +% \includegraphics[width=\textwidth]{\chp3@path/3-2_conditional_probability/figures/sir_tree/sir_tree} + +% \pause + +% \[ P(inf | +) = \frac{P(inf~and~+)}{P(+)} = \frac{0.099}{0.03 + 0.099 + 0.105} \approx 0.423 \] + + +% \end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week3/Lecture7/Lecture7_plan.tex b/Week3/Lecture7/Lecture7_plan.tex new file mode 100644 index 0000000..b5152d7 --- /dev/null +++ b/Week3/Lecture7/Lecture7_plan.tex @@ -0,0 +1,38 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 7 min Lecture (7 frames): Conditional, marginal, and joint probability + \item 4 min Edfinity quiz (several easy subquestions: probability concept review, one question on disjoint) + \item 4 min Lecture (3 frames): General multiplication rule, independence and conditional probabilities + \item 6 min Edfinity quiz (4 subquestions: Computing probabilities using table and checking for independence using the general multiplication rule: one is independent, one isn't) + \item 4 min Board work: computing the solutions to the quiz + \item 5 min Lecture + Board work (2 frames): inverting probabilities (Consider removing the tree diagram slide, doing it on the board) + \item 4 min Edfinity quiz (1 subquestion: Computing probabilities with multiplication rule and inversion) + \item 2 min Board work: computing the solutions to the quiz + \item 4 min Lecture (2+ frames): Bayes' Theorem and the Law of Total Probability + \item 6 min Edfinity quiz (2 subquestions: (1) Law of total probability (2) Bayes' Theorem) + \item 4 min Board work: computing the solutions to the quiz + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M2, LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2, LO3: Compute Probabilities Using Various Tools:} Use logic, Venn diagrams, and probability rules to compute probabilities for events. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Design RVs and probability Edfinity quiz +% TODO: Design multiplication rule / independence Edfinity quiz +% TODO: Design board work computing solutions to the quiz +% TODO: Design board work and Edfinity quiz for Tree diagrams / Inverting probabilities +% TODO: Rework slides on Bayes' rule to include the law of total probability +% TODO: Quiz/board work on Law of Total probability and Bayes' rule diff --git a/Week3/Lecture8/Lecture8_agenda.tex b/Week3/Lecture8/Lecture8_agenda.tex new file mode 100644 index 0000000..17aef89 --- /dev/null +++ b/Week3/Lecture8/Lecture8_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Conditional Probability, Sampling (Chapters 3.2-3.3) + \item \hl{This time: } Random Variables (Chapter 3.4) + \item \hl{Reading: } Chapter 3.5 for next time + \item \hl{Deadlines/Announcements: } Quiz 1 in discussions next week + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week3/Lecture8/Lecture8_draft.tex b/Week3/Lecture8/Lecture8_draft.tex new file mode 100644 index 0000000..e9fb749 --- /dev/null +++ b/Week3/Lecture8/Lecture8_draft.tex @@ -0,0 +1,557 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp3@path{../../Chp 3} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 8]{MA213: Lecture 8} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture8_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Sampling from a small population} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Sampling with replacement} + +When sampling \hl{with replacement}, you put back what you just drew. + +\pause + +\begin{itemize} + +\item Imagine you have a bag with 5 red, 3 blue and 2 orange chips in it. What is the probability that the first chip you draw is blue? +\begin{center} +5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} +\end{center} + +\pause + +\[ Prob(1^{st} \text{ chip } B) = \frac{3}{5 + 3 + 2} = \frac{3}{10} = 0.3 \] + +\pause + +\item Suppose you did indeed pull a blue chip in the first draw. If drawing with replacement, what is the probability of drawing a blue chip in the second draw? + +\pause + +\begin{center} +$1^{st}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} \\ + +\pause + +$2^{nd}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} +\end{center} + +\pause + +\[ Prob(2^{nd} \text{ chip } B | 1^{st} \text{ chip } B) = \frac{3}{10} = 0.3 \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Sampling with replacement (cont.)} + +\begin{itemize} + +\item Suppose you actually pulled an orange chip in the first draw. If drawing with replacement, what is the probability of drawing a blue chip in the second draw? + +\pause + +\begin{center} +$1^{st}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} \\ +\pause +$2^{nd}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} +\end{center} +\pause +\[ Prob(2^{nd} \text{ chip } B | 1^{st} \text{ chip } O) = \frac{3}{10} = 0.3 \] + +\pause +\item If drawing with replacement, what is the probability of drawing two blue chips in a row? +\begin{center} + +\pause +$1^{st}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} \\ +$2^{nd}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} +\end{center} +\pause +\[ Prob(1^{st} \text{ chip } B) \cdot Prob(2^{nd} \text{ chip } B | 1^{st} \text{ chip } B) = 0.3 \times 0.3 \] +\[ = 0.3^2 = 0.09 \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Sampling with replacement (cont.)} + +\begin{itemize} + +\item When drawing with replacement, probability of the second chip being blue does not depend on the color of the first chip since whatever we draw in the first draw gets put back in the bag. +\[ Prob(B | B) = Prob(B | O) \] + +\item In addition, this probability is equal to the probability of drawing a blue chip in the first draw, since the composition of the bag never changes when sampling with replacement. +\[ Prob(B | B) = Prob(B) \] + +\item \hl{When drawing with replacement, draws are independent.} + +\end{itemize} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Sampling without replacement} + +When drawing \hl{without replacement} you do not put back what you just drew. + +\begin{itemize} + +\pause + +\item Suppose you pulled a blue chip in the first draw. If drawing without replacement, what is the probability of drawing a blue chip in the second draw? +\pause +\begin{center} +$1^{st}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} \\ +\pause +$2^{nd}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 2 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} +\end{center} +\pause +\[ Prob(2^{nd} \text{ chip } B | 1^{st} \text{ chip } B) = \frac{2}{9} = 0.22 \] + +\pause + +\item If drawing without replacement, what is the probability of drawing two blue chips in a row? +\begin{center} + +\pause +$1^{st}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 3 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} \\ +$2^{nd}$ draw: 5 \textcolor{red}{$\CIRCLE$}~, 2 \textcolor{blue}{$\CIRCLE$}~, 2 \textcolor{orange}{$\CIRCLE$} +\end{center} +\pause +\[ Prob(1^{st} \text{ chip } B) \cdot Prob(2^{nd} \text{ chip } B | 1^{st} \text{ chip } B) = 0.3 \times 0.22 \] +\[ = 0.066 \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Sampling without replacement (cont.)} + +\begin{itemize} + +\item When drawing without replacement, the probability of the second chip being blue given the first was blue is not equal to the probability of drawing a blue chip in the first draw since the composition of the bag changes with the outcome of the first draw. +\[ Prob(B | B) \ne Prob(B) \] + +\pause + +\item \hl{When drawing without replacement, draws are not independent.} + +\pause + +\item This is especially important to take note of when the sample sizes are small. If we were dealing with, say, 10,000 chips in a (giant) bag, taking out one chip of any color would not have as big an impact on the probabilities in the second draw. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{In most card games cards are dealt without replacement. What is the probability of being dealt an ace and then a 3? Choose the closest answer.} + +% \twocol{0.3}{0.6}{ +% \begin{enumerate}[(a)] +% \item 0.0045 +% \item 0.0059 +% \solnMult{0.0060} +% \item 0.1553 +% \end{enumerate} +% } +% { +% \soln{ +% \pause +% \[ P(ace~then~3) = \frac{4}{52} \times \frac{4}{51} \approx 0.0060 \] +% }} + +% \end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \section{R Demonstration: Sampling} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Random variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Random variables} + +\begin{itemize} + +\item A \hl{random variable} is a numeric quantity whose value depends on the outcome of a random event +\begin{itemize} +\item We use a capital letter, like $X$, to denote a random variable +\item The values of a random variable are denoted with a lowercase letter, in this case $x$ +\item For example, $P(X = x)$ +\end{itemize} + +\item There are two types of random variables: +\begin{itemize} +\item \hl{Discrete random variables} often take only integer values +\begin{itemize} +\item Example: Number of credit hours, Difference in number of credit hours this term vs last +\end{itemize} +\item \hl{Continuous random variables} take real (decimal) values +\begin{itemize} +\item Example: Cost of books this term, Difference in cost of books this term vs last +\end{itemize} +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Distribution of a discrete random variable} + +\dq{In a game of cards you win \$1 if you draw a heart, \$5 if you draw an ace (including the ace of hearts), \$10 if you draw the king of spades and nothing for any other card you draw. Write the probability model for your winnings, and calculate your expected winning.} + +\pause + +\begin{center} +\renewcommand{\arraystretch}{1.5} +\begin{tabular}{l | c | c | c } +Event & $X$ & $P(X)$ \\ +\hline +Heart (not ace) & $1$ & $\frac{12}{52}$ \\ +Ace & $5$ & $\frac{4}{52}$ \\ +King of spades & $10$ & $\frac{1}{52}$ \\ +All else & $0$ & $\frac{35}{52}$ \\ +\hline +Total & & 1 +\end{tabular} + +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Distribution of a discrete random variable} + +Below is a visual representation of the probability distribution of winnings from this game: + +\begin{center} +\includegraphics[width=0.8\textwidth]{\chp3@path/3-4_random_variables/figures/card_game/card_game} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Expectation} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expectation} + +\begin{itemize} + +\item We are often interested in the average outcome of a random variable. + +\item We call this the \hl{expected value} (mean), and it is a weighted average of the possible outcomes +\formula{\[\mu = E(X) = \sum_{i = 1}^k x_i ~ P(X = x_i)\]} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected value of a discrete random variable} + +\dq{In a game of cards you win \$1 if you draw a heart, \$5 if you draw an ace (including the ace of hearts), \$10 if you draw the king of spades and nothing for any other card you draw. Write the probability model for your winnings, and calculate your expected winning.} + +\begin{center} +\renewcommand{\arraystretch}{1.5} +\begin{tabular}{l | c | c | c } +Event & $X$ & $P(X)$ & $X ~ P(X)$ \\ +\hline +Heart (not ace) & $1$ & $\frac{12}{52}$ & $\frac{12}{52}$ \\ +Ace & $5$ & $\frac{4}{52}$ & $\frac{20}{52}$ \\ +King of spades & $10$ & $\frac{1}{52}$ & $\frac{10}{52}$ \\ +All else & $0$ & $\frac{35}{52}$ & $0$ \\ +\hline +Total & & 1 & $E(X) = \frac{42}{52} \approx 0.81$ +\end{tabular} + +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Variability in random variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Variability} + +We are also often interested in the variability in the values of a random variable. + +\formula{ +\[ \sigma^2 = Var(X) = \sum_{i = 1}^k (x_i - E(X))^2 P(X = x_i) \] +\[ \sigma = SD(X) = \sqrt{Var(X)} \] +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Variability of a discrete random variable} + +\dq{For the previous card game example, how much would you expect the winnings to vary from game to game?} + +\vspace{2mm} +\only<2->{ +{\footnotesize +\begin{center} +\renewcommand{\arraystretch}{2} +\begin{tabular}{c | c | c | l | p{4cm}} +$X$ & $P(X)$ & $X ~ P(X)$ & \multicolumn{1}{c|}{$(X - E(X))^2$} & \multicolumn{1}{c}{$P(X) ~ (X - E(X))^2$} \\ +\hline +1 & $\frac{12}{52}$ & $1 \times \frac{12}{52} = \frac{12}{52}$ & $(1 - 0.81)^2 = 0.0361$ & $\frac{12}{52} \times 0.0361 = 0.0083$ \\ +\hline +5 & $\frac{4}{52}$ & $5 \times \frac{4}{52} = \frac{20}{52}$ & $(5 - 0.81)^2 = 17.5561$ & $\frac{4}{52} \times 17.5561 = 1.3505$ \\ +\hline +10 & $\frac{1}{52}$ & $10 \times \frac{1}{52} = \frac{10}{52}$ & $(10 - 0.81)^2 = 84.4561$ & $\frac{1}{52} \times 84.0889 = 1.6242$ \\ +\hline +0 & $\frac{35}{52}$ & $0 \times \frac{35}{52} = 0$ & $(0 - 0.81)^2 = 0.6561$ & $\frac{35}{52} \times 0.6561 = 0.4416$ \\ +\hline + & & $E(X) = 0.81$ & & \soln{\only<3->{$V(X) = 3.4246$}} \\ + & & & & \soln{\only<4>{$SD(X) = \sqrt{3.4246} = 1.85$}} \\ +\end{tabular} +\end{center} +} +} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Linear combinations of random variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Linear combinations} + +\begin{itemize} + +\item A \hl{linear combination} of random variables $X$ and $Y$ is given by + +\[ aX + bY \] + +where $a$ and $b$ are some fixed numbers. + +\pause + +\item The average value of a linear combination of random variables is given by +\formula{\[ E(aX + bY) = a \times E(X) + b \times E(Y) \]} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Calculating the expectation of a linear combination} + +(TODO: E[aX+bY]) + +% \dq{On average you take 10 minutes for each statistics homework problem and 15 minutes for each chemistry homework problem. This week you have 5 statistics and 4 chemistry homework problems assigned. What is the total time you expect to spend on statistics and chemistry homework for the week?} + +% \soln{ +% \pause +% \begin{align*} +% E(S + S + S + S + S + C + C + C + C) &= 5 \times E(S) + 4 \times E(C) \\ +% &= 5 \times 10 + 4 \times 15 \\ +% &= 50 + 60 \\ +% &= 110~min +% \end{align*} +% } + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Variability in linear combinations of random variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Linear combinations} + +\begin{itemize} + +\item The variability of a linear combination of two independent random variables is calculated as +\formula{\[ V(aX + bY) = a^2 \times V(X) + b^2 \times V(Y) \]} + +\pause + +\item The standard deviation of the linear combination is the square root of the variance. + +\end{itemize} + +\pause +\vfill + +\Note{If the random variables are not independent, the variance calculation gets a little more complicated and is beyond the scope of this course.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Calculating the variance of a linear combination} + +(TODO: Var[aX+bY]) + +% \dq{The standard deviation of the time you take for each statistics homework problem is 1.5 minutes, and it is 2 minutes for each chemistry problem. What is the standard deviation of the time you expect to spend on statistics and physics homework for the week if you have 5 statistics and 4 chemistry homework problems assigned? Suppose that the time it takes to complete each problem is independent of another.} + +% \soln{ +% \pause +% \begin{align*} +% V(S + S + S + S + S + C + C + C + C) &= V(S) + V(S) + V(S) + V(S) + V(S) + V(C) + V(C) + V(C) + V(C) \\ +% &= 5 \times V(S) + 4 \times V(C) \\ +% &= 5 \times 1.5^2 + 4 \times 2^2 \\ +% &= 27.25 +% \end{align*} +% } + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week3/Lecture8/Lecture8_plan.tex b/Week3/Lecture8/Lecture8_plan.tex new file mode 100644 index 0000000..e24fbc8 --- /dev/null +++ b/Week3/Lecture8/Lecture8_plan.tex @@ -0,0 +1,42 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 6 min Lecture (5 frames): Sampling from a small population + \item 4 min Edfinity Quiz: Sampling with/without replacement + % \item 4 min R Demonstration: Sampling with and without replacement in R (use it for a LLN refresher demo?) + \item 4 min Lecture (3 frames): Random variables and Discrete probability distributions + \item 4 min Edfinity Quiz: (3 multiple choice subquestions: Identifying Discrete Probability Distributions as Table, Bar plot, Formula) + \item 8 min Lecture + Board work (4 frames): Expectation and variability + \item 5 min Edfinity Quiz: computing expectation and Variance + \item 4 min Board work: Quiz solutions + \item 8 min R Demo: Interpreting theoretical mean and variance (sample the card game RV, make a histogram of the samples, compare it to the discrete distribution, compute mean and variance of the samples, compare them to the theoretical mean and variance) + \item 4 min Lecture (4 frames): Linear combinations + \item 3 min Edfinity quiz: Linear combinations + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2, LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2, LO3: Compute Probabilities Using Various Tools:} Use logic, Venn diagrams, and probability rules to compute probabilities for events. + \item \textbf{M2, LO4: Understand and Compute Expectations and Variances:} Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Edfinity quiz on sampling with/without replacement +% TODO: (If needed) Quick R demo on sampling with/without replacement +% TODO: Edfinity quiz on discrete distributions +% TODO: Design Board work for Expectation and Variance (consider simplifying the example to make it easier to do on the board) +% TODO: Edfinity quiz on computing E and V, with board work solutions +% TODO: Design R demo on interpreting theoretical mean and variance +% TODO: Redo the example slides on calculating the expectation/variance of a linear combination to have an "a" and a "b" for only 2 RVs +% TODO: Quick Edfinity quiz on linear combinations (easy, plug and chug (not word problems yet)) \ No newline at end of file diff --git a/Week4/Lecture10/Lecture10_agenda.tex b/Week4/Lecture10/Lecture10_agenda.tex new file mode 100644 index 0000000..a4853cd --- /dev/null +++ b/Week4/Lecture10/Lecture10_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Continuous Distributions (Chapter 3.5) + \item \hl{This time: } Normal distribution (Chapter 4.1) + \item \hl{Reading: } + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week4/Lecture10/Lecture10_draft.tex b/Week4/Lecture10/Lecture10_draft.tex new file mode 100644 index 0000000..821170d --- /dev/null +++ b/Week4/Lecture10/Lecture10_draft.tex @@ -0,0 +1,515 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp4@path{../../Chp 4} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 10]{MA213: Lecture 10} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture10_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Normal distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Normal distribution} + +\begin{itemize} + +\item Unimodal and symmetric, bell shaped curve + +\item Many variables are nearly normal, but none are exactly normal + +\item Denoted as \mathhl{N(\mu,\sigma)} $\rightarrow$ Normal with mean $\mu$ and standard deviation $\sigma$ + +\end{itemize} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp4@path/4-1_normal_distribution/figures/simpleNormal/simpleNormal} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Heights of males} + +\twocol{0.5}{0.5}{ +\includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/ok_cupid/ok_cupid_men} \\ +} +{ +\pause +{\footnotesize``The male heights on OkCupid very nearly follow the expected normal distribution -- except the whole thing is shifted to the right of where it should be. Almost universally guys like to add a couple inches." + +``You can also see a more subtle vanity at work: starting at roughly 5' 8", the top of the dotted curve tilts even further rightward. This means that guys as they get closer to six feet round up a bit more than usual, stretching for that coveted psychological benchmark." +} +} + +\ct{\webURL{http://blog.okcupid.com/index.php/the-biggest-lies-in-online-dating/}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Heights of females} + +\twocol{0.5}{0.5}{ +\includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/ok_cupid/ok_cupid_women} \\ +} +{ +\pause +{\footnotesize ``When we looked into the data for women, we were surprised to see height exaggeration was just as widespread, though without the lurch towards a benchmark height." +} +} + +\vfill + +\ct{\webURL{http://blog.okcupid.com/index.php/the-biggest-lies-in-online-dating/}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Normal distribution model} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Normal distributions with different parameters} + +\vspace{-0.5cm} +\begin{center} +$\mu$: mean, $\sigma$: standard deviation +\[N(\mu = 0, \sigma = 1) \hspace{1.4cm} N(\mu = 19, \sigma = 4) \] +\includegraphics[width=0.6\textwidth]{\chp4@path/4-1_normal_distribution/figures/twoSampleNormals/twoSampleNormals} \\ +\includegraphics[width=0.6\textwidth]{\chp4@path/4-1_normal_distribution/figures/twoSampleNormalsStacked/twoSampleNormalsStacked} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Normal distributions with different parameters} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Standardizing with Z scores} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\dq{SAT scores are distributed nearly normally with mean 1500 and standard deviation 300. ACT scores are distributed nearly normally with mean 21 and standard deviation 5. A college admissions officer wants to determine which of the two applicants scored better on their standardized test with respect to the other test takers: Pam, who earned an 1800 on her SAT, or Jim, who scored a 24 on his ACT?} + +\begin{center} +\includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/satActNormals/satActNormals} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Standardizing with Z scores} + +Since we cannot just compare these two raw scores, we instead compare how many standard deviations beyond the mean each observation is. + +\begin{itemize} + +\item Pam's score is $\frac{1800 - 1500}{300} = 1$ standard deviation above the mean. + +\item Jim's score is $\frac{24 - 21}{5} = 0.6$ standard deviations above the mean. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp4@path/4-1_normal_distribution/figures/satActNormals/satActNormalsStandardized} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Standardizing with Z scores (cont.)} + +\begin{itemize} + +\item These are called \hl{standardized} scores, or \hl{Z scores}. + +\item Z score of an observation is the number of standard deviations it falls above or below the mean. +\formula{\[Z = \frac{observation - mean}{SD}\]} + +\item Z scores are defined for distributions of any shape, but only when the distribution is normal can we use Z scores to calculate percentiles. + +\item Observations that are more than 2 SD away from the mean ($|Z| > 2$) are usually considered unusual. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Percentiles} + +\begin{itemize} + +\item \hl{Percentile} is the percentage of observations that fall below a given data point. + +\item Graphically, percentile is the area below the probability distribution curve to the left of that observation. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp4@path/4-1_normal_distribution/figures/satBelow1800/satBelow1800} +\end{center} + +\end{frame} + +\subsection{Finding tail areas} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Calculating percentiles - using computation} + +There are many ways to compute percentiles/areas under the curve: + +\begin{itemize} +\item R: +\end{itemize} +\begin{beamerboxesrounded}[shadow = false, lower = code body]{} +{\small \begin{verbatim} +> pnorm(1800, mean = 1500, sd = 300) +[1] 0.8413447 +\end{verbatim} +} +\end{beamerboxesrounded} +\begin{itemize} +\item Applet: {\small \webURL{https://gallery.shinyapps.io/dist_calc/}} +\begin{center} +\includegraphics[width=0.8\textwidth]{\chp4@path/4-1_normal_distribution/figures/applet} +\end{center} + +\end{itemize} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Calculating percentiles - using tables} + +{\footnotesize +\begin{tabular}{c | >{\columncolor[gray]{0.6}[0pt]}rrrrr | rrrrr |} + \cline{2-11} +&&&& \multicolumn{4}{c}{Second decimal place of $Z$} &&& \\ + \cline{2-11} +$Z$ & 0.00 & 0.01 & 0.02 & 0.03 & 0.04 & 0.05 & 0.06 & 0.07 & 0.08 & 0.09 \\ + \hline + \hline +0.0 & \tiny{0.5000} & \tiny{0.5040} & \tiny{0.5080} & \tiny{0.5120} & \tiny{0.5160} & \tiny{0.5199} & \tiny{0.5239} & \tiny{0.5279} & \tiny{0.5319} & \tiny{0.5359} \\ + 0.1 & \tiny{0.5398} & \tiny{0.5438} & \tiny{0.5478} & \tiny{0.5517} & \tiny{0.5557} & \tiny{0.5596} & \tiny{0.5636} & \tiny{0.5675} & \tiny{0.5714} & \tiny{0.5753} \\ + 0.2 & \tiny{0.5793} & \tiny{0.5832} & \tiny{0.5871} & \tiny{0.5910} & \tiny{0.5948} & \tiny{0.5987} & \tiny{0.6026} & \tiny{0.6064} & \tiny{0.6103} & \tiny{0.6141} \\ + 0.3 & \tiny{0.6179} & \tiny{0.6217} & \tiny{0.6255} & \tiny{0.6293} & \tiny{0.6331} & \tiny{0.6368} & \tiny{0.6406} & \tiny{0.6443} & \tiny{0.6480} & \tiny{0.6517} \\ + 0.4 & \tiny{0.6554} & \tiny{0.6591} & \tiny{0.6628} & \tiny{0.6664} & \tiny{0.6700} & \tiny{0.6736} & \tiny{0.6772} & \tiny{0.6808} & \tiny{0.6844} & \tiny{0.6879} \\ + \hline + 0.5 & \tiny{0.6915} & \tiny{0.6950} & \tiny{0.6985} & \tiny{0.7019} & \tiny{0.7054} & \tiny{0.7088} & \tiny{0.7123} & \tiny{0.7157} & \tiny{0.7190} & \tiny{0.7224} \\ + 0.6 & \tiny{0.7257} & \tiny{0.7291} & \tiny{0.7324} & \tiny{0.7357} & \tiny{0.7389} & \tiny{0.7422} & \tiny{0.7454} & \tiny{0.7486} & \tiny{0.7517} & \tiny{0.7549} \\ + 0.7 & \tiny{0.7580} & \tiny{0.7611} & \tiny{0.7642} & \tiny{0.7673} & \tiny{0.7704} & \tiny{0.7734} & \tiny{0.7764} & \tiny{0.7794} & \tiny{0.7823} & \tiny{0.7852} \\ + 0.8 & \tiny{0.7881} & \tiny{0.7910} & \tiny{0.7939} & \tiny{0.7967} & \tiny{0.7995} & \tiny{0.8023} & \tiny{0.8051} & \tiny{0.8078} & \tiny{0.8106} & \tiny{0.8133} \\ + 0.9 & \tiny{0.8159} & \tiny{0.8186} & \tiny{0.8212} & \tiny{0.8238} & \tiny{0.8264} & \tiny{0.8289} & \tiny{0.8315} & \tiny{0.8340} & \tiny{0.8365} & \tiny{0.8389} \\ + \hline + \hline +\rowcolor[gray]{.6} + 1.0 & \orange{\tiny{0.8413}} & \tiny{0.8438} & \tiny{0.8461} & \tiny{0.8485} & \tiny{0.8508} & \tiny{0.8531} & \tiny{0.8554} & \tiny{0.8577} & \tiny{0.8599} & \tiny{0.8621} \\ + 1.1 & \tiny{0.8643} & \tiny{0.8665} & \tiny{0.8686} & \tiny{0.8708} & \tiny{0.8729} & \tiny{0.8749} & \tiny{0.8770} & \tiny{0.8790} & \tiny{0.8810} & \tiny{0.8830} \\ + 1.2 & \tiny{0.8849} & \tiny{0.8869} & \tiny{0.8888} & \tiny{0.8907} & \tiny{0.8925} & \tiny{0.8944} & \tiny{0.8962} & \tiny{0.8980} & \tiny{0.8997} & \tiny{0.9015} \\ +\end{tabular} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Normal probability examples} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Six sigma} + +% ``The term \textit{six sigma process} comes from the notion that if one has six standard deviations between the process mean and the nearest specification limit, as shown in the graph, practically no items will fail to meet specifications." + +% \begin{center} +% \includegraphics[width=0.35\textwidth]{\chp4@path/4-1_normal_distribution/figures/sixsigma} +% \end{center} + +% \ct{\webURL{http://en.wikipedia.org/wiki/Six_Sigma}} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Quality control} + +\dq{{\small At Heinz ketchup factory the amounts which go into bottles of ketchup are supposed to be normally distributed with mean 36 oz. and standard deviation 0.11 oz. Once every 30 minutes a bottle is selected from the production line, and its contents are noted precisely. If the amount of ketchup in the bottle is below 35.8 oz. or above 36.2 oz., then the bottle fails the quality control inspection. What percent of bottles have less than 35.8 ounces of ketchup?}} + +\soln{\pause +Let $X$ = amount of ketchup in a bottle: $X \sim N(\mu = 36, \sigma = 0.11)$ \\ +\pause +\twocol{0.4}{0.6}{ +\begin{center} +\includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/ketchup/ketchupLT358} +\end{center} +} +{ +\pause +\[ Z = \frac{35.8 - 36}{0.11} = -1.82 \] +} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame}[fragile] +% \frametitle{Finding the exact probability - using R} + +% \begin{beamerboxesrounded}[shadow = true, lower = code body]{} +% {\small \begin{verbatim} +% > pnorm(-1.82, mean = 0, sd = 1) +% [1] 0.0344 +% \end{verbatim} +% } +% \end{beamerboxesrounded} + +% $\:$ \\ +% \pause + +% OR + +% $\:$ \\ +% \pause + +% \begin{beamerboxesrounded}[shadow = true, lower = code body]{} +% {\small \begin{verbatim} +% > pnorm(35.8, mean = 36, sd = 0.11) +% [1] 0.0345 +% \end{verbatim} +% } +% \end{beamerboxesrounded} + + +% \end{frame} + +\begin{frame} +\frametitle{Quality Control} + +TODO: show a table to compute the probability in the Quality Control example + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Z scores, percentiles} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Computing probabilities} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{What percent of bottles \underline{pass} the quality control inspection?} + +% \vspace{-0.5cm} +% \begin{multicols}{2} +% \begin{enumerate}[(a)] +% \item 1.82\% +% \item 3.44\% +% \item 6.88\% +% \solnMult{93.12\%} +% \item 96.56\% +% \item[] +% \end{enumerate} +% \end{multicols} + +% \soln{ +% \vspace{-0.5cm} +% \pause +% \begin{columns}[c] +% \column{0.3\textwidth} +% \pause +% \includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/ketchup/ketchupBET} +% \column{0.05\textwidth} +% = +% \pause +% \column{0.3\textwidth} +% \includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/ketchup/ketchupLT362} +% \column{0.05\textwidth} +% - +% \pause +% \column{0.3\textwidth} +% \includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/ketchup/ketchupLT358} +% \end{columns} +% \pause +% \begin{eqnarray*} +% Z_{35.8} &=& \frac{35.8 - 36}{0.11} = -1.82 \\ \pause +% Z_{36.2} &=& \frac{36.2 - 36}{0.11} = 1.82 \\ \pause +% P(35.8 < X < 36.2) &=& P(-1.82 < Z < 1.82) = 0.9656 - 0.0344 = 0.9312 +% \end{eqnarray*} +% } + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Cutoff points / Geometric logic of the Normal distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame}[fragile] +% \frametitle{Finding cutoff points} + +% \dq{Body temperatures of healthy humans are distributed nearly normally with mean 98.2$\degree$F and standard deviation 0.73$\degree$F. What is the cutoff for the lowest 3\% of human body temperatures?} + +% \pause + +% \twocol{0.3}{0.7} +% { +% \includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/temp/tempLOW3PERC} +% } +% { +% \pause +% \begin{eqnarray*} +% P(X < x) &=& 0.03 \rightarrow P(Z < \orange{-1.88}) = 0.03 \\ \pause +% Z &=& \frac{obs~-~mean}{SD} \rightarrow \frac{x - 98.2}{0.73} = -1.88 \\ \pause +% x &=& (-1.88 \times 0.73) + 98.2 = 96.8\degree F +% \end{eqnarray*} +% } +% $\:$ \\ +% \begin{beamerboxesrounded}[shadow = true, lower = code body]{} +% {\small \begin{verbatim} +% > qnorm(0.03) +% [1] -1.880794 +% \end{verbatim} +% } +% \end{beamerboxesrounded} + +% \ct{Mackowiak, Wasserman, and Levine (1992), \textit{A Critical Appraisal of 98.6 Degrees F, the Upper Limit of the Normal Body Temperature, and Other Legacies of Carl Reinhold August Wunderlick}.} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame}[fragile] +% \frametitle{Practice} + +% \pq{Body temperatures of healthy humans are distributed nearly normally with mean 98.2$\degree$F and standard deviation 0.73$\degree$F. What is the cutoff for the highest 10\% of human body temperatures?} + +% \vspace{-0.5cm} +% \begin{multicols}{2} +% \begin{enumerate}[(a)] +% \item 97.3$\degree$F +% \solnMult{99.1$\degree$F} +% \item 99.4$\degree$F +% \item 99.6$\degree$F +% \end{enumerate} +% \end{multicols} + +% \soln{ +% \vspace{-0.5cm} +% \pause +% \twocol{0.3}{0.7} +% { +% \includegraphics[width=\textwidth]{\chp4@path/4-1_normal_distribution/figures/temp/tempHIGH10PERC} +% } +% { +% \pause +% \begin{eqnarray*} +% P(X > x) &=& 0.10 \rightarrow P(Z < \orange{1.28}) = 0.90 \\ \pause +% Z &=& \frac{obs~-~mean}{SD} \rightarrow \frac{x - 98.2}{0.73} = 1.28 \\ \pause +% x &=& (1.28 \times 0.73) + 98.2 = 99.1 +% \end{eqnarray*} +% } +% } + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week4/Lecture10/Lecture10_plan.tex b/Week4/Lecture10/Lecture10_plan.tex new file mode 100644 index 0000000..6dea6e2 --- /dev/null +++ b/Week4/Lecture10/Lecture10_plan.tex @@ -0,0 +1,37 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 5 min Lecture (4 frames): Normal distribution + \item 5 min R Demonstration: Normal distribution examples, different parameters + \item xx min Lecture (7 frames): Standardization, percentiles + \item xx min Edfinity quiz: Z scores and percentiles + \item xx min Lecture/Board work: review quiz answers + \item xx min R Demonstration: computing probabilities with R + \item xx min Edfinity Quiz/Board work: cutoff points / geometric intuition + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2 LO3: Compute Probabilities Using Various Tools:} Use logic, Venn diagrams, and probability rules to compute probabilities for events. + \item \textbf{M2 LO4: Understand and Compute Expectations and Variances:} Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. + \item \textbf{M2 LO6: Assess Data Using the Normal Distribution:} Use the normal distribution to assess the "unusualness" of data points, apply the 68-95-99.7% rule, evaluate normality through histograms and q-q plots, and determine when a normal approximation to the binomial model is valid for calculating binomial probabilities. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Fill in planned durations +% TODO: R demo on normal distribution +% TODO: Edfinity quiz on z scores and percentiles, using a table +% TODO: Make a slide for the Quality Control example that shows how to get the probability with a table +% TODO: R demo on computing probabilities with R +% TODO: Edfinity quiz / board work on cutoff points / geometric logic with the normal distribution (using symmetry and 1-x to compute probabilities using logic) diff --git a/Week4/Lecture11/Lecture11_agenda.tex b/Week4/Lecture11/Lecture11_agenda.tex new file mode 100644 index 0000000..facb80a --- /dev/null +++ b/Week4/Lecture11/Lecture11_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Normal distribution (Chapter 4.1) + \item \hl{This time: } Normal distribution, continued + \item \hl{Reading: } Chapter 4.2 for next time + \item \hl{Deadlines/Announcements: } HW 2.2 due Monday + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week4/Lecture11/Lecture11_draft.tex b/Week4/Lecture11/Lecture11_draft.tex new file mode 100644 index 0000000..1f196cd --- /dev/null +++ b/Week4/Lecture11/Lecture11_draft.tex @@ -0,0 +1,218 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp4@path{../../Chp 4} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 11]{MA213: Lecture 11} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture11_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Normal distribution, continued} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{68-95-99.7 rule} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{68-95-99.7 Rule} + +\begin{itemize} + +\item For nearly normally distributed data, +\begin{itemize} +\item about 68\% falls within 1 SD of the mean, +\item about 95\% falls within 2 SD of the mean, +\item about 99.7\% falls within 3 SD of the mean. +\end{itemize} + +\item It is possible for observations to fall 4, 5, or more standard deviations away from the mean, but these occurrences are very rare if the data are nearly normal. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp4@path/4-1_normal_distribution/figures/6895997/6895997} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Describing variability using the 68-95-99.7 Rule} + +SAT scores are distributed nearly normally with mean 1500 and standard deviation 300. + +\pause +\begin{itemize} + +\item $\sim$68\% of students score between 1200 and 1800 on the SAT. + +\item $\sim$95\% of students score between 900 and 2100 on the SAT. + +\item $\sim$99.7\% of students score between 600 and 2400 on the SAT. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.65\textwidth]{\chp4@path/4-1_normal_distribution/figures/sat_empirical/sat_empirical} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Number of hours of sleep on school nights} + +\only<1 | handout:0>{ +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp4@path/4-1_normal_distribution/figures/sleep/sleep-hist} +\end{center} +\vspace{-0.25cm} +\begin{itemize} +\item Mean = 6.88 hours, SD = 0.92 hrs +\item[] \textcolor{white}{72\% of the data are within 1 SD of the mean: $6.88 \pm 0.93$} +\item[] \textcolor{white}{92\% of the data are within 2 SD of the mean: $6.88 \pm 2 \times 0.93$} +\item[] \textcolor{white}{99\% of the data are within 3 SD of the mean: $6.88 \pm 3 \times 0.93$} +\end{itemize} +} + +\only<2 | handout:0>{ +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp4@path/4-1_normal_distribution/figures/sleep/sleep-hist-sd1} +\end{center} +\vspace{-0.25cm} +\begin{itemize} +\item Mean = 6.88 hours, SD = 0.92 hrs +\item 72\% of the data are within 1 SD of the mean: $6.88 \pm 0.93$ +\item[] \textcolor{white}{92\% of the data are within 2 SD of the mean: $6.88 \pm 2 \times 0.93$} +\item[] \textcolor{white}{99\% of the data are within 3 SD of the mean: $6.88 \pm 3 \times 0.93$} +\end{itemize} +} + +\only<3 | handout:0>{ +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp4@path/4-1_normal_distribution/figures/sleep/sleep-hist-sd2} +\end{center} +\vspace{-0.25cm} +\begin{itemize} +\item Mean = 6.88 hours, SD = 0.92 hrs +\item 72\% of the data are within 1 SD of the mean: $6.88 \pm 0.93$ +\item 92\% of the data are within 1 SD of the mean: $6.88 \pm 2 \times 0.93$ +\item[] \textcolor{white}{99\% of the data are within 3 SD of the mean: $6.88 \pm 3 \times 0.93$} +\end{itemize} +} + +\only<4>{ +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp4@path/4-1_normal_distribution/figures/sleep/sleep-hist-sd3} +\end{center} +\vspace{-0.25cm} +\begin{itemize} +\item Mean = 6.88 hours, SD = 0.92 hrs +\item 72\% of the data are within 1 SD of the mean: $6.88 \pm 0.93$ +\item 92\% of the data are within 2 SD of the mean: $6.88 \pm 2 \times 0.93$ +\item 99\% of the data are within 3 SD of the mean: $6.88 \pm 3 \times 0.93$ +\end{itemize} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{Which of the following is \underline{false}?} + +% \begin{enumerate}[(a)] +% \item Majority of Z scores in a right skewed distribution are negative. +% \solnMult{In skewed distributions the Z score of the mean might be different than 0.} +% \item For a normal distribution, IQR is less than $2 \times SD$. +% \item Z scores are helpful for determining how unusual a data point is compared to the rest of the data in the distribution. +% \end{enumerate} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz: Geometric logic} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Variability with 68-95-99.7 rule} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz: Variability, concept review} +% Thinking like the last Practice slide, commented out above +% ES: Make it into a think/pair/share? + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week4/Lecture11/Lecture11_plan.tex b/Week4/Lecture11/Lecture11_plan.tex new file mode 100644 index 0000000..91a6ae4 --- /dev/null +++ b/Week4/Lecture11/Lecture11_plan.tex @@ -0,0 +1,34 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture (3 frames): Normal distribution (cont.), 68-95-99.7, describing variability + \item xx min Edfinity Quiz: Geometric logic with 68-95-99.7 rule (e.g. computing tail probabilities) + \item xx min R Demonstration: 68-95-99.7 rule examples (more on variability) + \item xx min Edfinity quiz/thinkpairshare: Variability + \item xx min Lecture/board work: review quiz answers + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2 LO3: Compute Probabilities Using Various Tools:} Use logic, Venn diagrams, and probability rules to compute probabilities for events. + \item \textbf{M2 LO4: Understand and Compute Expectations and Variances:} Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. + \item \textbf{M2 LO6: Assess Data Using the Normal Distribution:} Use the normal distribution to assess the "unusualness" of data points, apply the 68-95-99.7% rule, evaluate normality through histograms and q-q plots, and determine when a normal approximation to the binomial model is valid for calculating binomial probabilities. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Edfinity quiz on Geometric logic with 68-95-99.7 rule +% TODO: R demo on 68-95-99.7 rule +% TODO: Edfinity quiz or think/pair/share on variability +% TODO: Prepare slides or board work to follow up on the variability activity + diff --git a/Week4/Lecture9/Lecture9_agenda.tex b/Week4/Lecture9/Lecture9_agenda.tex new file mode 100644 index 0000000..1446705 --- /dev/null +++ b/Week4/Lecture9/Lecture9_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Random Variables (Chapter 3.4) + \item \hl{This time: } Continuous Distributions (Chapter 3.5) + \item \hl{Reading: } Chapter 4.1 for next time + \item \hl{Deadlines/Announcements: } Quiz 1 in discussions this week, HW 2.1 due today + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week4/Lecture9/Lecture9_draft.tex b/Week4/Lecture9/Lecture9_draft.tex new file mode 100644 index 0000000..63f9335 --- /dev/null +++ b/Week4/Lecture9/Lecture9_draft.tex @@ -0,0 +1,317 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp3@path{../../Chp 3} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 9]{MA213: Lecture 9} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture9_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Recap} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Practice} + +\pq{A casino game costs \$5 to play. If the first card you draw is red, then you get to draw a second card (without replacement). If the second card is the ace of clubs, you win \$500. If not, you don't win anything, i.e. lose your \$5. What is your expected profits/losses from playing this game? {\small Remember: profit/loss = winnings - cost.}} + +\begin{multicols}{2} +\begin{enumerate}[(a)] +\item A profit of 5\textcent +\solnMult{A loss of 10\textcent} +\item A loss of 25\textcent +\item A loss of 30\textcent +\end{enumerate} +\end{multicols} + +\soln{ +\only<2>{ +{\small +\renewcommand\arraystretch{1.25} +\begin{tabular}{l c c c r} +Event & Win & Profit: $X$ & $P(X)$ & $ X \times P(X)$ \\ +\hline +\orange{Red}, {A}{$\clubsuit$} & 500 & 500 - 5 = 495 & $\frac{26}{52} \times \frac{1}{51} = 0.0098$ & $495 \times 0.0098 = 4.851$ \\ +Other & 0 & 0 - 5 = -5 & $1 - 0.0098 = 0.9902$ & $-5 \times 0.9902 = -4.951$ \\ +\hline + & & & & $E(X) = -0.1$ +\end{tabular} +} +} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Fair game} + +A \hl{fair} game is defined as a game that costs as much as its expected payout, i.e. expected profit is 0. + +\pause + +$\:$ + +\dq{Do you think casino games in Vegas cost more or less than their expected payouts?} + +\soln{ +\pause +\begin{columns}[c] +\column{0.6\textwidth} +If those games cost less than their expected payouts, it would mean that the casinos would be losing money on average, and hence they wouldn't be able to pay for all this: +\column{0.4\textwidth} +\includegraphics[width=\textwidth]{\chp3@path/3-4_random_variables/figures/bellagio.jpg} +\end{columns} +\ct{Image by Moyan\_Brenn on Flickr \webURL{http://www.flickr.com/photos/aigle\_dore/5951714693}.} +} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Simplifying random variables} + +Random variables do not work like normal algebraic variables: +\[ X + X \ne 2X \] + +\pause + +{\small +\twocol{0.45}{0.45} +{ +\begin{align*} +E(X + X) &= E(X) + E(X) \\ +&= 2 E(X) \\ +&~ \\ +E(2X) &= 2 E(X) \\ +&~ +\end{align*} +} +{ +\begin{align*} +Var(X + X) &= Var(X) + Var(X)~{\scriptsize \text{(assuming independence)}} \\ +&= 2~Var(X) \\ +&~ \\ +Var(2X) &= 2^2~Var(X) \\ +&= 4~Var(X) +\end{align*} +} +} + + +\pause + +\vspace{3mm} + +\mathhl{E(X + X) = E(2X)}, but \mathhl{Var(X + X) \ne Var(2X)}. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Adding or multiplying?} + +\dq{A company has 5 Lincoln Town Cars in its fleet. Historical data show that annual maintenance cost for each car is on average \$2,154 with a standard deviation of \$132. What is the mean and the standard deviation of the total annual maintenance cost for this fleet, assuming independence?} + +\pause + +Note that we have 5 cars each with the given annual maintenance cost $(X_1 + X_2 + X_3 + X_4 + X_5)$, not one car that had 5 times the given annual maintenance cost $(5X)$. + +\pause + +{\small +\begin{eqnarray*} +E(X_1 + X_2 + X_3 + X_4 + X_5) &=& E(X_1) + E(X_2) + E(X_3) + E(X_4) + E(X_5) \\ +\pause +&=& 5 \times E(X) = 5 \times 2,154 = \$ 10,770 \\ +\pause +Var(X_1 + X_2 + X_3 + X_4 + X_5) &=& Var(X_1) + Var(X_2) + Var(X_3) + Var(X_4) + Var(X_5) \\ +\pause +&=& 5 \times V(X) = 5 \times 132^2 = \$^2 87,120 \\ +\pause +SD(X_1 + X_2 + X_3 + X_4 + X_5) &=& \sqrt{87,120} = \$ 295.16 +\end{eqnarray*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Adding or multiplying?} + +\dq{A client rents one Lincoln Town car, and their contract requires them to pay 1/5 of the maintenance cost of the car. Historical data show that annual maintenance cost for each car is on average \$2,154 with a standard deviation of \$132. What is the mean and the standard deviation of the annual maintenance cost that the client will pay?} + +\pause + +Note that now we have 1 car, with the annual maintenance cost $\frac{X}{5}$. + +\pause + +{\small +\begin{eqnarray*} +E\left(\frac{X}{5}\right) &=& E\left(X\times \frac{1}{5}\right) = E(X) \times \frac{1}{5} = \frac{2154}{5} = \$ 430.8 \\ +\pause +Var\left(\frac{X}{5}\right) &=& Var\left(X\times \frac{1}{5}\right) = Var(X) \times \left(\frac{1}{5}\right)^2 = \frac{132^2}{5^2} = \$^2 696.96 \\ +\pause +SD\left(\frac{X}{5}\right) &=& \sqrt{696.96} = \$ 26.4 +\end{eqnarray*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Continuous distributions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Continuous distributions} + +\begin{itemize} + +\item Below is a histogram of the distribution of heights of US adults. + +\item The proportion of data that falls in the shaded bins gives the probability that a randomly sampled US adult is between 180 cm and 185 cm (about 5'11" to 6'1"). + +\end{itemize} + +\begin{center} +\includegraphics[width=\textwidth]{\chp3@path/3-5_continuous_distributions/figures/usHeightsHist180185/usHeightsHist180185} +\end{center} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{From histograms to continuous distributions} + +\begin{frame} +\frametitle{From histograms to continuous distributions} + +Since height is a continuous numerical variable, its \hl{probability density function} is a smooth curve. + +\begin{center} +\includegraphics[width=\textwidth]{\chp3@path/3-5_continuous_distributions/figures/fdicHeightContDist/fdicHeightContDist} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Probabilities from continuous distributions} + +\begin{frame} +\frametitle{Probabilities from continuous distributions} + +Therefore, the probability that a randomly sampled US adult is between 180 cm and 185 cm can also be estimated as the shaded area under the curve. + +\begin{center} +\includegraphics[width=\textwidth]{\chp3@path/3-5_continuous_distributions/figures/fdicHeightContDistFilled/fdicHeightContDistFilled} +\end{center} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{By definition...} + +Since continuous probabilities are estimated as ``the area under the curve", the probability of a person being exactly 180 cm (or any exact value) is defined as 0. + +\begin{center} +\includegraphics[width=0.8\textwidth]{\chp3@path/3-5_continuous_distributions/figures/fdicHeightContDist180} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week4/Lecture9/Lecture9_plan.tex b/Week4/Lecture9/Lecture9_plan.tex new file mode 100644 index 0000000..d3cc7bc --- /dev/null +++ b/Week4/Lecture9/Lecture9_plan.tex @@ -0,0 +1,38 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 12 min Lecture / Board work (5 frames): RVs recap + \item 8 min Edfinity Quiz / Group work: linear combinations (word problems) + \item 5 min Lecture (4 frames): Continuous distributions, probability density functions + \item xx min R Demonstration: Continuous distribution examples + \item xx min Edfinity quiz: concepts + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2 LO3: Compute Probabilities Using Various Tools:} Use logic, Venn diagrams, and probability rules to compute probabilities for events. + \item \textbf{M2 LO4: Understand and Compute Expectations and Variances:} Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. + \item \textbf{M2 LO6: Assess Data Using the Normal Distribution:} Use the normal distribution to assess the "unusualness" of data points, apply the 68-95-99.7% rule, evaluate normality through histograms and q-q plots, and determine when a normal approximation to the binomial model is valid for calculating binomial probabilities. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Note: We can leave this space here for now in case we are behind at this point in the semester. But be prepared to do 25 minutes of R demo / active learning on continuous distributions +% TODO: consider changing the numbers in the RVs review to make it easier for board work +% TODO: Edfinity quiz on linear combinations (could do it as think/pair/share interpreting word problems as random variables. And/or break up the questions into (1) translate to RVs, then (2) compute the answer using rules) +% TODO: R demo on continuous distributions + % Normalized Histogram of a continuous RV: increasing sample size, decreasing bin size + % Plot continuous distribution on top + % Point out / think/pair/share: probabilities are areas under the curve, total area is 1 + % Examples of different distributions (Normal, Exponential, Uniform, Bimodal mixture of Gaussians?) +% TODO: Edfinity quiz on continuous distributions diff --git a/Week5/Lab4/Convert_rmd_to_qmd.sh b/Week5/Lab4/Convert_rmd_to_qmd.sh new file mode 100755 index 0000000..fe20b59 --- /dev/null +++ b/Week5/Lab4/Convert_rmd_to_qmd.sh @@ -0,0 +1,41 @@ +#!/bin/bash + +# Check if the user provided an Rmd file name as an argument +if [ "$#" -ne 1 ]; then + echo "Usage: $0 " + exit 1 +fi + +RMD_FILE="$1" + +# Check if the input file exists +if [ ! -f "$RMD_FILE" ]; then + echo "Error: File '$RMD_FILE' not found!" + exit 1 +fi + +# Automatically generate the Qmd file name and title +QMD_FILE="${RMD_FILE%.Rmd}.qmd" # Replace .Rmd with .qmd +TITLE="${RMD_FILE%.Rmd}" # Remove .Rmd to derive the title + +# Define qmd YAML front matter with dynamic title +cat << EOF > "$QMD_FILE" +--- +title: "$TITLE" +format: revealjs +editor: visual +--- + +EOF + +# Extract content strictly from the first "## " up to "## Lab Activities" (case-sensitive), without copying anything after "## Lab Activities" +awk ' +BEGIN { in_section = 0 } +/^## / { in_section = 1 } +/^## Lab Activities$/ { print; exit } +in_section { print } +' "$RMD_FILE" >> "$QMD_FILE" + +# Notify user of success +echo "Conversion completed: $RMD_FILE -> $QMD_FILE" +echo "Title set to: '$TITLE'" \ No newline at end of file diff --git a/Week5/Lab4/Distribution_table.tex b/Week5/Lab4/Distribution_table.tex new file mode 100644 index 0000000..c5c953c --- /dev/null +++ b/Week5/Lab4/Distribution_table.tex @@ -0,0 +1,71 @@ +\documentclass[14pt]{article} +\usepackage{booktabs} % For enhanced table formatting +\usepackage{array} % For improved array and tabular environments +\usepackage{geometry} % To adjust page margins +\usepackage{multirow} % For multi-row cells +\usepackage{caption} % For customizing captions + +\geometry{a4paper, margin=1in} + +\begin{document} + +\title{Distribution of the Sum of Two Dice} +\author{} +\date{} +\maketitle + +\begin{table}[htbp] +\centering +\large +\setlength{\tabcolsep}{14pt} % Increase column separation +\caption{Outcomes, Number of Ways, and Probabilities for the Sum of Two Six-Sided Dice (Fill in the Blanks)} +\label{table:sum_two_dice_empty} +\begin{tabular}{@{}l *{11}{c@{\hspace{1cm}}} @{}} +\toprule +\textbf{Category} & \textbf{2} & \textbf{3} & \textbf{4} & \textbf{5} & \textbf{6} & \textbf{7} & \textbf{8} & \textbf{9} & \textbf{10} & \textbf{11} & \textbf{12} \\ \midrule +\textbf{\# of Ways} & & & & & & & & & & & \\ + & & & & & & & & & & & \\ \\ \\ + & & & & & & & & & & & \\ \\ \\ + & & & & & & & & & & & \\ \\ \\ + & & & & & & & & & & & \\ \\ \\ + & & & & & & & & & & & \\ \midrule +\textbf{$P(X_1 + X_2)$} & & & & & & & & & & & \\ \bottomrule +\end{tabular} +\end{table} + + + +% \newpage + +% % \begin{table}[h!] +% % \centering +% % \caption{Outcomes, Number of Ways, and Probabilities for the Sum of Two Six-Sided Dice} +% % \label{table:sum_two_dice} +% % \begin{tabular}{@{}l *{11}{c} @{}} % 1 + 11 columns +% % \toprule +% % & \textbf{2} & \textbf{3} & \textbf{4} & \textbf{5} & \textbf{6} & \textbf{7} & \textbf{8} & \textbf{9} & \textbf{10} & \textbf{11} & \textbf{12} \\ \midrule +% % \textbf{\# of Ways} & (1,1) & (1,2) & (1,3) & (1,4) & (1,5) & (1,6) & (2,6) & (3,6) & (4,6) & (5,6) & (6,6) \\ +% % & & (2,1) & (2,2) & (2,3) & (2,4) & (2,5) & (2,4) & (3,5) & (4,5) & (5,5) & \\ +% % & & & (3,1) & (3,2) & (3,3) & (3,4) & (3,3) & (3,4) & (3,3) & & \\ +% % & & & & (4,1) & (4,2) & (4,3) & (4,2) & (4,3) & & & \\ +% % & & & & & (5,1) & (5,2) & (5,3) & & & \\ +% % & & & & & & (6,1) & (6,2) & & & \\ \midrule +% % \textbf{$P(X_1 + X_2)$} & $\frac{1}{36}$ & $\frac{2}{36}$ & $\frac{3}{36}$ & $\frac{4}{36}$ & $\frac{5}{36}$ & $\frac{6}{36}$ & $\frac{5}{36}$ & $\frac{4}{36}$ & $\frac{3}{36}$ & $\frac{2}{36}$ & $\frac{1}{36}$ \\ \bottomrule +% % \end{tabular} +% % \end{table} + +% % $$ +% % \begin{aligned} +% % E(X_1 + X_2) &= 2 \times \frac{1}{36} + 3 \times \frac{2}{36} + 4 \times \frac{3}{36} + \dots + 12 \times \frac{1}{36} \\ +% % &= \mu = 7 +% % \end{aligned} +% % $$ + +% % $$ +% % \begin{align} +% % Var(X_1+X_2) &= (2-7)^2 \frac{1}{36} + (3-7)^2 \frac{2}{36} + \dots + (12-7)^2 \frac{1}{36} \\ +% % &= \sigma^2 = 5.83 +% % \end{align} +% % $$ + +\end{document} \ No newline at end of file diff --git a/Week5/Lab4/Group_Divider.Rmd b/Week5/Lab4/Group_Divider.Rmd new file mode 100644 index 0000000..07e6a6e --- /dev/null +++ b/Week5/Lab4/Group_Divider.Rmd @@ -0,0 +1,39 @@ +--- +title: "Group Divider" +author: "Yongho Lim" +date: "2025-06-10" +output: html_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## Group Divider + +```{r, eval=FALSE, echo=FALSE} +library(dplyr) + +num_ppl_each_group = 2 +student_list <- read.csv("StudentList.csv") +N <- nrow(student_list) + +# Sort by last name +student_list <- student_list %>% arrange(Last) +student_list$number <- 1:N + +# Shuffle the student numbers randomly +shuffled <- sample(student_list$number) + +# Create group +group_ids <- rep(1:ceiling(N / num_ppl_each_group), num_ppl_each_group)[1:N] + +# Assign data frame +group_df <- data.frame(number = shuffled, group = group_ids) +grouped_students <- left_join(group_df, student_list, by = "number") + +grouped_students <- grouped_students %>% arrange(group) + +# Output +grouped_students %>% select(!number) +``` diff --git a/Week5/Lab4/Lab4_activity.Rmd b/Week5/Lab4/Lab4_activity.Rmd new file mode 100644 index 0000000..44fee24 --- /dev/null +++ b/Week5/Lab4/Lab4_activity.Rmd @@ -0,0 +1,148 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab4 Activity" +bibliography: references.bib +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## Lab 4: Simulation and Probability Lab Activity + +------------------------------------------------------------------------ + +## Pre-lab activities + +#### Let’s roll a die! You are playing a die-rolling game and are curious about how the game will play out in the end. The rule is that you roll the die once, and the other player rolls it once as well; then you add the outcomes together. What can you expect from this game in the end? Specifically, what are the long-term average and the variability of the game results? In other words, what are the expected value and variance? + +We let $X_1$ be the number on the top face of the first die rolled, and $X_2$ be the number on the top face of the second die rolled. + +Then, what is $E(X_1 + X_2)$ and $Var(X_1 + X_2)$? + +Calculate them by filling out the table given. + +------------------------------------------------------------------------ + +Now, let’s consider implementing a simulation for the game. We will run 10 simulation trials. How would you like to proceed? + +We need these parts + +> 1. Rolling the dice +> 2. Record the result of each run. +> 3. Perform the calculations at the end. + +We need three people: two to roll the dice each time, and one to record the results of each turn. + +| i | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | +|----------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----| +| person 1 | | | | | | | | | | | +| person 2 | | | | | | | | | | | +| outcome | | | | | | | | | | | + +Calculate observed expected value and the variance and compare with the answers above. + +------------------------------------------------------------------------ + +## Lab activities + +## This time, you have a new challenging game. The first player rolls a die, and their outcome is multiplied by 3. The second player then rolls a die, and their outcome is multiplied by 4. The final result is the sum of these two values. What are the expected value and variance of the resulting random variable? + +Q. What are the theoretical expected value and variance of the total outcome? + +``` +``` + +Q. Let's simulate it. Make a function to obtain one trial from this setting. + +```{r} +# +# +# +``` + +Q. Using the function above, Make an another function to obtain the expected value and variance from $n$ iteration. + +```{r} +# +# +# +``` + +Q. Using the function above, could you make a plot with the x-axis is `n` and the y-axis representing the expected value of the outcome? + +```{r} +# +# +# +``` + +Q. Let $X$ be the number on the top face of a rolled die. What are the theoretical values of $E(X)$ and $Var(X)$? Using $E(X)$ and $Var(X)$, calculate $E(3X_1 + 4X_2)$ and $Var(3X_1 + 4X_2)$. Then, compare these to the simulation results above. + +``` +``` + +------------------------------------------------------------------------ + +## Post-lab activities + +Please name your submission as `lab4.R` + +Now, You flip a slightly biased coin where $P(head)=0.40$ and $P(tail)=0.60$. If the result is head, you earn \$20, otherwise you pay \$15. How much money you have at the end? + +1. Calculate theoretical value of $\mu$ and $\sigma^2$. Assign them into `mu` and `sigma_2`, respectively. + +``` r +# for example, +mu <- 7 +sigma_2 <- 14 +``` + +2. You are going to make an function named `my_sim(n)` which takes input of `n` and gives an output list of `mu_simulated` and `sigma_2_simulated` (hint: sample with custom probabilities can be added by `sample(x, size, prob=c(0.40, 0.60))` ). + +``` r +# for example +my_sim(10) +$mu +[1] 7.44 + +$sigma2 +[1] 111.1296 + +# and it is expected that +>out <- my_sim(100) +>out$mu +[1] 7.44 +>out$sigma2 +[1] 111.1296 + +# assign them to object +mu_simulated <- out$mu +sigma_2_simulated <- out$sigma2 +``` + +3. (Optional with extra credit) + +To do this, you include `Optional=TRUE` in your file. + +The table below summarizes the survival outcomes from the Titanic disaster based on gender. + +``` r + Survived + Yes No Total +female 307 156 463 +male 142 708 850 +``` + +We want to simulate the null hypothesis where we pretend that the gender of the passenger and survival are independent. + +Create the **`sim_function()`** for one simulation run to calculate the difference in the proportion of survival between females and males. + +Obtain 100 simulation runs to calculate the difference rates and assign them to **`rates`**. + +Would you reject the null hypothesis or not? Include `Reject_H_not = TRUE` or `Reject_H_not = FALSE` diff --git a/Week5/Lab4/Lab4_guide.Rmd b/Week5/Lab4/Lab4_guide.Rmd new file mode 100644 index 0000000..2ba1970 --- /dev/null +++ b/Week5/Lab4/Lab4_guide.Rmd @@ -0,0 +1,232 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab4 guide" +bibliography: references.bib +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## Lab 4: Simulation and Probability R guide + +------------------------------------------------------------------------ + +## Learning Objectives + +- Validate and Explain Probability Distributions: Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + +- Compute Probabilities Using Various Tools: Use logic, Venn diagrams, and probability rules to compute probabilities for events. + +- Understand and Compute Expectations and Variances: Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. + +- Conduct Hypothesis Testing Using Simulation: Set up null and alternative hypotheses to test for independence between variables, and use simulation techniques to evaluate data support for these hypotheses. + +## How do you roll each run using R? + +`sample()` will randomly sample `size` many sample from the vector `x` + +`sample(x, size, replace = FALSE, prob = NULL)` + +```{r, echo=TRUE} +# example +x <- c("apple", "pear", "strawberry", "orange", "lemon") + +sample(x, 3) # picks 3 unique fruits from the vector (without replacement) +sample(x, 10, replace=TRUE) # picks 10 fruits, allowing repeats (sampling with replacement) + +``` + +## Loops + +Loops repeatedly execute a block of code for various elements. + +```{r, echo=TRUE} +# Example: Print numbers from 1 to 5 +for (i in 1:5) { + print(i) +} + +# Example: Simulate rolling a die 5 times and record it +rolls <- rep(0, 5) # Initialize a vector of length 5 with zeros to store roll results +for (i in 1:5) { + rolls[i] <- sample(1:6, 1) # Sample one number between 1 and 6 and assign it to the i-th position +} +rolls + +``` + +## Function + +Functions allow you to encapsulate reusable blocks of code and parameters. + +```{r, echo=TRUE} +# Example: Function to calculate (a+b)^2 +square <- function(a, b) { + value = (a + b)^2 # Calculate the square of the sum of a and b + return(value) # Return the calculated value +} +square(1,2) # Output: 9 +square(2,3) # Ouptut: 25 + + +``` + +## Function + Loop + +Combine loops and functions for repeated tasks. + +```{r, echo=TRUE} +# Example: Roll a die 3 times using a loop within a function +roll_multiple <- function(runs) { + rolls <- rep(0, runs) # create rolls vector of 0 + + for (i in 1:runs) { + rolls[i] <- sample(1:6, 1) + } + + return(rolls) +} +roll_multiple(5) + + + +``` + +## Let's roll one dice and show the output. + +```{r} + +#Outcome from those two dice + +dice1 <- sample(1:6, 1) +dice2 <- sample(1:6, 1) + +sum_of_two <- dice1 + dice2 +sum_of_two + + +``` + +## Using `for loop`, assign outcome of two dice rolled into `myoutcome` from 100 iterations. + +```{r} + +myoutcome = rep(0, 100) # make a vector of size 100 that has all zero's + +for (i in 1:100){ + dice1 <- sample(1:6, 1) + dice2 <- sample(1:6, 1) + sum_of_two <- dice1 + dice2 + myoutcome[i] <- sum_of_two +} + +head(myoutcome) # print first 6 entries + + +``` + +## Use `replicate()`, it carries out repeated tasks in a more computationally efficient way. + +```{r} + +twodice_outcome <- function(){ + dice1 <- sample(1:6, 1) + dice2 <- sample(1:6, 1) + + sum_of_two <- dice1 + dice2 + myoutcome <- sum_of_two + + return(myoutcome) +} +twodice_outcome() # this function works as one simulation run + + +myoutcome <- replicate(n=30, twodice_outcome()) # 10 runs +myoutcome + + + +``` + +## Calculate probability of each outcome. + +```{r} +myoutcome <- replicate(n=30, twodice_outcome()) +outcome_table <- table(myoutcome) +n <- length(myoutcome) +prob_outcome <- outcome_table/n +prob_outcome + +# how to ensure that it is proper probability? +sum(prob_outcome) # it needs to add up to 1 + +``` + +## Calculate the simulated expected value of the random variable. + +```{r} +outcome_table * prob_outcome +names(outcome_table) # we need this +values <- as.numeric(names(outcome_table) ) + +# or +# values <- 2:12 + +sum(values * prob_outcome) +mu_hat = sum(values * prob_outcome) + + +``` + +## Calculate the simulated variance of the random variable. + +```{r} + + +sigma_2_hat <- sum( (values-mu_hat)^2 * prob_outcome ) +sigma_2_hat +``` + +## Make a function that has an input `n` and a list of output that gives you the simulated expected value and variance. + +```{r} + +sim_fn <- function(n=1000){ + myoutcome = rep(0, n) + + for (i in 1:n){ + dice1 <- sample(1:6, 1) + dice2 <- sample(1:6, 1) + sum_of_two <- dice1 + dice2 + myoutcome[i] <- sum_of_two + } + + outcome_table <- table(myoutcome) + + prob_outcome <- outcome_table/n + + values <- as.numeric(names(outcome_table) ) + + + mu_hat = sum(values * prob_outcome) + + sigma_2_hat <- sum( (values-mu_hat)^2 * prob_outcome ) + output <- list(mu = mu_hat, sigma2 = sigma_2_hat) + return(output) +} + + +sim_fn(100) + +sim_fn(1000) + +sim_fn(10000) + +sim_fn(100000) +``` diff --git a/Week5/Lab4/Lab4_guide2_hypothesis_testing.Rmd b/Week5/Lab4/Lab4_guide2_hypothesis_testing.Rmd new file mode 100644 index 0000000..a3ea39f --- /dev/null +++ b/Week5/Lab4/Lab4_guide2_hypothesis_testing.Rmd @@ -0,0 +1,119 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab4 (Hypothesis Testing Using Simulation)" +bibliography: references.bib +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## Lab 4: Simulation and Probability guide 2 + +### Hypothesis Testing Using Simulation + +Malaria vaccine Example. + +The data shows effectiveness of malaria vaccine named PfSPZ. + +In the study, volunteer participants were randomly assigned to one of two groups: 14 individuals received the experimental vaccine, while 6 received a placebo. Nineteen weeks later, all 20 participants were deliberately exposed to a drug-sensitive strain of the malaria virus. The decision to use a drug-sensitive strain was driven by ethical reasons, ensuring that any resulting infections could be effectively treated. The table below shows that 9 out of the 14 patients who received the treatment did not display any signs of infection, whereas all 6 patients in the control group showed some initial symptoms of infection. + +``` r + + Infection no infection Total +vaccine 5 9 14 +placebo 6 0 6 +Total 11 9 20 +``` + +## What are the null hypothesis and alternative hypothesis in this study? + +Based on the data, `5/14 = 35.7%` of the patients who received the vaccine showed signs of infection, while `6/6 = 100%` of the patients who received a placebo exhibited signs of infection. + +$H_0$ : **Independence model**. The variables treatment and outcome are independent. They have no relationship, and the observed difference between the proportion of patients who developed an infection in the two groups, 64.3%, was due to chance. + +$H_a$ : **Alternative model**. The variables are not independent. The difference in infection rates of 64.3% was not due to chance, and vaccine affected the rate of infection. + +## How to simulate them? + +We take 11 "Infection" and 9 "no infection" as the total data. + +```{r, echo=TRUE} +data <- c(rep("Infection", 11), rep("no infection", 9)) + +data +``` + +Randomly take 6 of them as "placebo" and 14 of them as "vaccine". + +```{r, echo=TRUE} +index <- sample(1:length(data), 6) # this is where we allocate patients regardless of cause of deaths (that means it is under the null hypothesis model) + +placebo <- data[index] +vaccine <- data[-index] + +placebo +vaccine +``` + +Getting the simulated contingency table + +```{r, echo=TRUE} +group <- c(rep("placebo", length(placebo)), rep("vaccine", length(vaccine))) +outcome <- c(placebo, vaccine) +df <- data.frame(Group = group, Outcome = outcome) +df_table <- table(df) +df_table +``` + +Get the ratio difference + +```{r, echo=TRUE} +ratio1 = df_table[3] / 6 +ratio2 = df_table[4] / 14 +ratio2-ratio1 +``` + +Simulate them 100 times + +```{r, echo=TRUE} +sim_function<-function(){ + index <- sample(1:20, 6) + placebo <- data[index] + vaccine <- data[-index] + group <- c(rep("placebo", length(placebo)), rep("vaccine", length(vaccine))) +outcome <- c(placebo, vaccine) +df <- data.frame(Group = group, Outcome = outcome) + + df_table <- table(df) + ratio1 = df_table[3] / 6 + ratio2 = df_table[4] / 14 + + out <- ratio2-ratio1 + + + return(out) +} + +sim_function() +``` + +```{r, echo=TRUE} +library(ggplot2) +rates <- rep(0,100) + +for (i in 1:100){ + rates[i] <- sim_function() +} +sim_df <- data.frame(Difference_prop=rates) +ggplot(data=sim_df, aes(x=Difference_prop)) + geom_dotplot(binwidth=1/100) + + +``` + +Based on the simulation result, we conclude the evidence is statistically significant to reject $H_0$ and conclude that the vaccine was useful. diff --git a/Week5/Lab4/Readme_Convert_rmd.md b/Week5/Lab4/Readme_Convert_rmd.md new file mode 100644 index 0000000..c8f7425 --- /dev/null +++ b/Week5/Lab4/Readme_Convert_rmd.md @@ -0,0 +1,16 @@ +# How to Use the Rmd to Qmd Conversion Script + +This script automates the process of converting an R Markdown (`.Rmd`) file into a Quarto Markdown (`.qmd`) file. + + +# Make sure it is executable (optional if not working) +``` +chmod +x Convert_rmd_to_qmd.sh +``` + + + +# Run the script from the command line, providing the Rmd file name +``` +./Convert_rmd_to_qmd.sh Lab1.Rmd +``` \ No newline at end of file diff --git a/Week5/Lab4/StudentList.csv b/Week5/Lab4/StudentList.csv new file mode 100644 index 0000000..aeeaef9 --- /dev/null +++ b/Week5/Lab4/StudentList.csv @@ -0,0 +1,30 @@ +First,Last +A,AA +B,BB +C,CC +D,DD +E,EE +F,FF +G,GG +H,HH +I,II +J,JJ +K,KK +L,LL +M,MM +N,NN +O,OO +P,PP +Q,QQ +R,RR +S,SS +T,TT +U,UU +V,VV +W,WW +X,XX +Y,YY +Z,ZZ +A2,AA2 +B2,BB2 +C2,CC2 \ No newline at end of file diff --git a/Week5/Lab4/references.bib b/Week5/Lab4/references.bib new file mode 100644 index 0000000..7569a66 --- /dev/null +++ b/Week5/Lab4/references.bib @@ -0,0 +1,10 @@ +@article{salt1991swedish, + title={Swedish Aspirin Low-Dose Trial (SALT) of 75 mg aspirin as secondary prophylaxis after cerebrovascular ischaemic events}, + author={SALT Collaborative Group and others}, + journal={The Lancet}, + volume={338}, + number={8779}, + pages={1345--1349}, + year={1991}, + publisher={Elsevier} +} \ No newline at end of file diff --git a/Week5/Lecture12/Lecture12_agenda.tex b/Week5/Lecture12/Lecture12_agenda.tex new file mode 100644 index 0000000..f38a780 --- /dev/null +++ b/Week5/Lecture12/Lecture12_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Normal distribution (Chapter 4.1) + \item \hl{This time: } Geometric distribution (Chapter 4.2) + \item \hl{Reading: } Chapter 4.3 for next time + \item \hl{Deadlines/Announcements: } HW 2.2 due today + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week5/Lecture12/Lecture12_draft.tex b/Week5/Lecture12/Lecture12_draft.tex new file mode 100644 index 0000000..14b1460 --- /dev/null +++ b/Week5/Lecture12/Lecture12_draft.tex @@ -0,0 +1,320 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp4@path{../../Chp 4} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 12]{MA213: Lecture 12} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture12_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Geometric distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Bernoulli distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Milgram experiment} + +\twocol{0.6}{0.4}{ + +\begin{itemize} + +\item Stanley Milgram, a Yale University psychologist, conducted a series of experiments on obedience to authority starting in 1963. + +\item Experimenter (E) orders the teacher (T), the subject of the experiment, to give severe electric shocks to a learner (L) each time the learner answers a question incorrectly. + +\item The learner is actually an actor, and the electric shocks are not real, but a prerecorded sound is played each time the teacher administers an electric shock. + +\end{itemize} + +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp4@path/4-2_geometric_distribution/figures/milgram} +\end{center} +\ct{\webURL{http://en.wikipedia.org/wiki/File:Milgram_Experiment_v2.png}} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Milgram experiment (cont.)} + +\begin{itemize} + +\item These experiments measured the willingness of study participants to obey an authority figure who instructed them to perform acts that conflicted with their personal conscience. + +\item Milgram found that about 65\% of people would obey authority and give such shocks. + +\item Over the years, additional research suggested this number is approximately consistent across communities and time. + +\end{itemize} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Bernoulli random variables} + +\begin{itemize} + +\item Each person in Milgram's experiment can be thought of as a \hl{trial}. + +\item A person is labeled a \hl{success} if she refuses to administer a severe shock, and \hl{failure} if she administers such shock. + +\item Since only 35\% of people refused to administer a shock, \hl{probability of success} is \mathhl{p = 0.35}. + +\item When an individual trial has only two possible outcomes, it is called a \hl{Bernoulli random variable}. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Bernoulli Random Variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Geometric distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Board work: Deriving the Geometric distribution} + +% \begin{frame} +% \frametitle{Geometric distribution} + +% {\small + +% \dq{Dr. Smith wants to repeat Milgram's experiments but she only wants to sample people until she finds someone who will not inflict a severe shock. What is the probability that she stops after the first person?} + +% \[ P(1^{st}~person~refuses) = 0.35 \] + +% \pause + +% \dq{... the third person?} +% \[ P(1^{st}~and~2^{nd}~shock,~3^{rd}~refuses) = \slot{S}{0.65} \times \slot{S}{0.65} \times \slot{R}{0.35} = 0.65^2 \times 0.35 \approx 0.15 \] + +% \pause + +% \dq{... the tenth person?} +% \soln{ +% \pause +% \[ P(9~shock,~10^{th}~refuses) = \underbrace{\slot{S}{0.65} \times \cdots \times \slot{S}{0.65}}_{9~of~these} \times \slot{R}{0.35} = 0.65^9 \times 0.35 \approx 0.0072 \] +% } +% } + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Geometric distribution (cont.)} + +\hl{Geometric distribution} describes the waiting time until a success for \hl{independent and identically distributed (iid)} Bernouilli random variables. +\begin{itemize} +\item independence: outcomes of trials don't affect each other +\item identical: the probability of success is the same for each trial +\end{itemize} + +$\:$ \\ +$\:$ \\ + +\pause + +\formula{Geometric probabilities}{If $p$ represents probability of success, $(1-p)$ represents probability of failure, and $n$ represents number of independent trials \[P(success~on~the~n^{th}~trial) = (1-p)^{n-1} p\]} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Todo: Geometric pmf as table, figure} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Using the Geometric distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} + +% \pq{Can we calculate the probability of rolling a 6 for the first time on the 6$^{th}$ roll of a die using the geometric distribution? Note that what was a success (rolling a 6) and what was a failure (not rolling a 6) are clearly defined and one or the other must happen for each trial.} + +% \begin{enumerate}[(a)] +% \item no, on the roll of a die there are more than 2 possible outcomes +% \only<1>{\item yes, why not} +% \soln{\only<2>{\item \orange{yes, why not}}} +% \end{enumerate} + +% \soln{ +% \only<2>{ +% \[P(6~on~the~6^{th}~roll) = \pr{ \frac{5}{6} }^5 \pr{ \frac{1}{6} } \approx 0.067 \] +% } +% } + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Bernoulli Random Variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Board work: Deriving the Geometric distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected value} + +\dq{How many people is Dr. Smith expected to test before finding the first one that refuses to administer the shock?} + +\pause + +TODO: set up the problem of computing the expected value of the geometric, using a table and the formula as we did before. +Point out that it is a complicated infinite sum, so we will give them the answer. +give the answer $=...=\frac{1}{p}$ + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected value} + +\dq{How many people is Dr. Smith expected to test before finding the first one that refuses to administer the shock?} + +\pause + +The expected value, or the mean, of a geometric distribution is $\frac{1}{p}$. +\[ \mu = \frac{1}{p} = \frac{1}{0.35} = 2.86 \] + +\pause + +She is expected to test 2.86 people before finding the first one that refuses to administer the shock. + +\pause + +But how can she test a non-whole number of people? + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected value and its variability} + +\formula{Mean and standard deviation of geometric distribution}{ +\[ \mu = \frac{1}{p} \qquad \qquad \sigma = \sqrt{\frac{1-p}{p^2}} \] +} + +\pause + +\begin{itemize} + +\item Going back to Dr. Smith's experiment: + +\[ \sigma = \sqrt{\frac{1-p}{p^2}} = \sqrt{\frac{1-0.35}{0.35^2}} = 2.3 \] + +\pause + +\item Dr. Smith is expected to test 2.86 people before finding the first one that refuses to administer the shock, give or take 2.3 people. + +\pause + +\item These values only make sense in the context of repeating the experiment many many times. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Sampling from Geometric} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Geometric Random Variables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week5/Lecture12/Lecture12_plan.tex b/Week5/Lecture12/Lecture12_plan.tex new file mode 100644 index 0000000..2721ce2 --- /dev/null +++ b/Week5/Lecture12/Lecture12_plan.tex @@ -0,0 +1,45 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture (3 frames): Bernoulli distribution, Bernoulli random variables (motivate Geometric) + \item xx min Edfinity quiz: Bernoulli random variables + \item xx min Board work: Derivation of Geometric distribution from Bernoulli in Milgram's example + \item xx min Lecture: Geometric pmf as formula, table, figure + \item xx min Edfinity quiz: Word problem using the Geometric pmf + \item xx min Lecture: properties of the Geometric distribution + \begin{itemize} + \item Formulas for expectation and variance + \item Variability + \end{itemize} + \item xx min R Demonstration: sampling from Geometric, different parameters + \item xx min Edfinity quiz: mean and variability of Geometric random variables + \item xx min Lecture: review quiz answers + \item Next time: Binomial (another Bernoulli-linked distribution) + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2 LO4: Understand and Compute Expectations and Variances:} Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. + \item \textbf{M2 LO5: Model Data Using Bernoulli, Geometric, and Binomial Distributions:} Recognize when to appropriately model data using the Bernoulli, geometric, and binomial distributions, and compute quantities of interest such as mean, standard deviation, and tail probabilities. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Edfintiy quiz on bernoulli RVs +% TODO: Prepare board work for derivation of the Geometric distribution (using commented slide) +% TODO: Add slide showing the pmf as a formula, table, and picture. Add slide with the pmf picture, with visual indicator of the mean and +/- 1 std, +/- 2 std +% TODO: Edfinity quiz word problem for Geometric pmf (e.g. die roll example from sommented slide) +% TODO: Add a slide setting up the problem of computing the expected value of the geometric, using a table as we did before (but truncated) as well as the formula (with infinite sum). Point out that it is a complicated infinite sum, so we will give them the answer. +% TODO: R demo on sampling from Geometric +% TODO: Edfinity quiz on mean and variability for geometric + diff --git a/Week5/Lecture13/Lecture13_agenda.tex b/Week5/Lecture13/Lecture13_agenda.tex new file mode 100644 index 0000000..ece7f87 --- /dev/null +++ b/Week5/Lecture13/Lecture13_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Geometric distribution (Chapter 4.2) + \item \hl{This time: } Binomial distribution (Chapter 4.3) + \item \hl{Reading: } Chapter 4.5 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week5/Lecture13/Lecture13_draft.tex b/Week5/Lecture13/Lecture13_draft.tex new file mode 100644 index 0000000..7d7eb10 --- /dev/null +++ b/Week5/Lecture13/Lecture13_draft.tex @@ -0,0 +1,662 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp4@path{../../Chp 4} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 13]{MA213: Lecture 13} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture13_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Review} + +\begin{frame} +\frametitle{Last time} + +\begin{itemize} + \item Bernoulli random variables + \item Bernoulli distribution + \item Geometric distribution arising from Bernoulli +\end{itemize} + +Today we will discuss another distribution related to the Bernoulli, but first let's do some counting review. +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Binomial distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{The binomial distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\dq{Suppose we randomly select four individuals to participate in this experiment. What is the probability that exactly 1 of them will refuse to administer the shock?} +\pause +Let's call these people Allen (A), Brittany (B), Caroline (C), and Damian (D). Each one of the four scenarios below will satisfy the condition of ``exactly 1 of them refuses to administer the shock": \\ +\vspace{0.25cm} +\pause +\begin{changemargin}{+1.5cm}{+0cm} +{\footnotesize +\begin{enumerate} +\item[Scenario 1:] $\slot{0.35}{\text{(A) \orange{refuse}}} \times \slot{0.65}{\text{(B) shock}} \times \slot{0.65}{\text{(C) shock}} \times \slot{0.65}{\text{(D) shock}} = 0.0961$ +\pause +\item[Scenario 2:] $\slot{0.65}{\text{(A) shock}} \times \slot{0.35}{\text{(B) \orange{refuse}}}\times \slot{0.65}{\text{(C) shock}} \times \slot{0.65}{\text{(D) shock}} = 0.0961$ +\pause +\item[Scenario 3:] $\slot{0.65}{\text{(A) shock}} \times \slot{0.65}{\text{(B) shock}} \times \slot{0.35}{\text{(C) \orange{refuse}}}\times \slot{0.65}{\text{(D) shock}} = 0.0961$ +\pause +\item[Scenario 4:] $\slot{0.65}{\text{(A) shock}} \times \slot{0.65}{\text{(B) shock}} \times \slot{0.65}{\text{(C) shock}} \times \slot{0.35}{\text{(D) \orange{refuse}}} = 0.0961$ +\end{enumerate} +} +\end{changemargin} +\pause +The probability of exactly one 1 of 4 people refusing to administer the shock is the sum of all of these probabilities. +\[ 0.0961+ 0.0961 + 0.0961 + 0.0961 = 4 \times 0.0961 = 0.3844 \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Board work: Deriving the Binomial distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Binomial distribution} + +The question from the prior slide asked for the probability of given number of successes, \mathhl{k}, in a given number of trials, \mathhl{n}, ($k = 1$ success in $n = 4$ trials), and we calculated this probability as +\[ \#~of~scenarios \times P(single~scenario) \] + +\pause + +\begin{itemize} + +\item $\#~of~scenarios$: there is a less tedious way to figure this out, we'll get to that shortly... + +\pause + +\item $P(single~scenario) = p^k~(1-p)^{(n-k)}$ \\ +{\tiny probability of success to the power of number of successes, probability of failure to the power of number of failures} + +\end{itemize} + +\pause + +The \hl{Binomial distribution} describes the probability of having exactly $k$ successes in $n$ independent Bernouilli trials with probability of success $p$. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Counting the \# of scenarios} + +Earlier we wrote out all possible scenarios that fit the condition of exactly one person refusing to administer the shock. If $n$ was larger and/or $k$ was different than 1, for example, $n = 9$ and $k = 2$: + +\pause + +\begin{center} +\begin{tabular}{c} +\orange{R}\orange{R}SSSSSSS \\ +\pause +S\orange{R}\orange{R}SSSSSS \\ +\pause +SS\orange{R}\orange{R}SSSSS \\ +$\cdots$ \\ +SS\orange{R}SS\orange{R}SSS \\ +$\cdots$ \\ +SSSSSSS\orange{R}\orange{R} \\ +\end{tabular} +\end{center} + +writing out all possible scenarios would be incredibly tedious and prone to errors. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Board work: Deriving the Choose Function} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Calculating the \# of scenarios} + +\formula{Choose function} +{ +The \hl{choose function} is useful for calculating the number of ways to choose $k$ successes in $n$ trials. +\[ {n \choose k} = \frac{n!}{k! (n - k)!} \] +} + +\pause + +\begin{itemize} + +\item $k = 1$, $n = 4$: ${4 \choose 1} = \frac{4!}{1! (4 - 1)!} = \frac{4 \times 3 \times 2 \times 1}{1 \times (3 \times 2 \times 1)} = 4$ + +\pause + +\item $k = 2$, $n = 9$: ${9 \choose 2} = \frac{9!}{2! (9 - 2)!} = \frac{9 \times 8 \times 7!}{2 \times 1 \times 7!} = \frac{72}{2} = 36$ + +\end{itemize} + +\vfill + +\Note{You can also use R for these calculations:} +\begin{beamerboxesrounded}[shadow = true, lower = code body]{} +{\small +\begin{verbatim} +> choose(9,2) +[1] 36 +\end{verbatim} +} +\end{beamerboxesrounded} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame}[fragile] +% \frametitle{Properties of the choose function} + +% \pq{Which of the following is false?} + +% \begin{enumerate}[(a)] +% \item There are $n$ ways of getting 1 success in $n$ trials, ${n \choose 1} = n$. +% \item There is only 1 way of getting $n$ successes in $n$ trials, ${n \choose n} = 1$. +% \item There is only 1 way of getting $n$ failures in $n$ trials, ${n \choose 0} = 1$. +% \solnMult{There are $n-1$ ways of getting $n-1$ successes in $n$ trials, ${n \choose n-1} = n-1$.} +% \end{enumerate} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Binomial distribution (cont.)} + +\formula{Binomial probabilities} +{ +If $p$ represents probability of success, $(1-p)$ represents probability of failure, $n$ represents number of independent trials, and $k$ represents number of successes +\[P(k~successes~in~n~trials) = {n \choose k}~p^k~(1-p)^{(n-k)} \] +} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\pq{Which of the following is not a condition that needs to be met for the binomial distribution to be applicable?} + +\begin{enumerate}[(a)] +\item the trials must be independent +\item the number of trials, $n$, must be fixed +\item each trial outcome must be classified as a \textit{success} or a \textit{failure} +\solnMult{the number of desired successes, $k$, must be greater than the number of trials} +\item the probability of success, $p$, must be the same for each trial +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz: Using the Binomial Distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{} + +% \pq{A 2012 Gallup survey suggests that 26.2\% of Americans are obese. Among a random sample of 10 Americans, what is the probability that exactly 8 are obese?} + +% \begin{enumerate}[(a)] +% \item pretty high +% \solnMult{pretty low} +% \end{enumerate} + +% \vfill + +% \ct{Gallup: \webURL{http://www.gallup.com/poll/160061/obesity-rate-stable-2012.aspx}, January 23, 2013.} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} + +% \pq{A 2012 Gallup survey suggests that 26.2\% of Americans are obese. Among a random sample of 10 Americans, what is the probability that exactly 8 are obese?} + +% \begin{enumerate}[(a)] +% \item $0.262^8 \times 0.738^2$ +% \item ${8 \choose 10} \times 0.262^8 \times 0.738^2$ +% \solnMult{${10 \choose 8} \times 0.262^8 \times 0.738^2$} \soln{\orange{\only<2>{$ = 45 \times 0.262^8 \times 0.738^2 = 0.0005$}}} +% \item ${10 \choose 8} \times 0.262^2 \times 0.738^8$ +% \end{enumerate} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{The birthday problem} + +% \dq{What is the probability that 2 randomly chosen people share a birthday?} + +% \pause + +% Pretty low, $\frac{1}{365} \approx 0.0027$. + +% \pause + +% \dq{What is the probability that at least 2 people out of 366 people share a birthday?} + +% \pause + +% Exactly 1! (Excluding the possibility of a leap year birthday.) + +% \end{frame} + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{The birthday problem (cont.)} + +% \dq{What is the probability that at least 2 people (1 match) out of 121 people share a birthday?} + +% \pause + +% Somewhat complicated to calculate, but we can think of it as the complement of the probability that there are no matches in 121 people. + +% \vspace{-0.75cm} + +% \begin{eqnarray*} +% P(no~matches) &=& 1 \times \pr{1 - \frac{1}{365}} \times \pr{1 - \frac{2}{365}} \times \cdots \times \pr{1 - \frac{120}{365}} \\ +% \pause +% &=& \frac{365 \times 364 \times \cdots \times 245}{365^{121}} \\ +% \pause +% &=& \frac{365!}{365^{121} \times (365-121)!} \\ +% \pause +% &=& \frac{121! \times {365 \choose 121}}{365^{121}} +% \pause +% \approx 0 \\ +% \pause +% P(at~least~1~match) &\approx& 1 +% \end{eqnarray*} + +% \end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected value} + +\dq{A 2012 Gallup survey suggests that 26.2\% of Americans are obese. \\ + +Among a random sample of 100 Americans, how many would you expect to be obese?} + +\pause + +\begin{itemize} + +\item Easy enough, $100 \times 0.262 = 26.2$. + +\pause + +\item Or more formally, $\mu = np = 100 \times 0.262 = 26.2$. + +\pause + +\item But this doesn't mean in every random sample of 100 people exactly 26.2 will be obese. In fact, that's not even possible. In some samples this value will be less, and in others more. How much would we expect this value to vary? + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected value and its variability} + +\formula{Mean and standard deviation of binomial distribution} +{\[ \mu = np \qquad \qquad \sigma = \sqrt{np(1-p)} \] } + +\pause + +\begin{itemize} + +\item Going back to the obesity rate: + +\[ \sigma = \sqrt{np(1-p)} = \sqrt{100 \times 0.262 \times 0.738} \approx 4.4\] + +\pause + +\item We would expect 26.2 out of 100 randomly sampled Americans to be obese, with a standard deviation of 4.4. + +\end{itemize} + +\Note{Mean and standard deviation of a binomial might not always be whole numbers, and that is alright, these values represent what we would expect to see on average.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Unusual observations} + +Using the notion that \hl{observations that are more than 2 standard deviations away from the mean are considered unusual} and the mean and the standard deviation we just computed, we can calculate a range for the plausible number of obese Americans in random samples of 100. + +\[ 26.2 \pm (2 \times 4.4) = (17.4, 35) \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\pq{An August 2012 Gallup poll suggests that 13\% of Americans think home schooling provides an excellent education for children. Would a random sample of 1,000 Americans where only 100 share this opinion be considered unusual?} +\begin{multicols}{2} +\begin{enumerate}[(a)] +\item No +\solnMult{Yes} +\end{enumerate} +\end{multicols} + +\only<1>{ +\begin{center} +\includegraphics[width=0.8\textwidth]{\chp4@path/4-3_binomial_distribution/figures/homeschool} +\end{center} +} + +\vspace{-0.5cm} +\soln{ +{\small +\only<2->{ +\begin{align*} +\mu &= np = 1,000 \times 0.13 = 130 \\ +\sigma &= \sqrt{np(1-p)} = \sqrt{1,000 \times 0.13 \times 0.87} \approx 10.6 +\end{align*} +} +\begin{changemargin}{+1cm}{+0cm} +\pause +\begin{enumerate} +\only<3->{\item[Method 1:] Range of usual observations: $130 \pm 2 \times 10.6 = (108.8, 151.2)$ \\ +100 is outside this range, so would be considered unusual.} +\only<4->{\item[Method 2:] Z-score of observation: $Z = \frac{x - mean}{SD} = \frac{100 - 130}{10.6} = -2.83$ \\ +100 is more than 2 SD below the mean, so would be considered unusual.} +\end{enumerate} +\end{changemargin} +}} + +\vfill + +\ct{\webURL{http://www.gallup.com/poll/156974/private-schools-top-marks-educating-children.aspx}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Sampling from the Binomial, Normal Approximation} +% Note: replacing slide below + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \subsection{Normal approximation to the binomial} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{} + +% \app{Shapes of binomial distributions} +% { +% For this activity you will use a web applet. Go to \webURL{https://gallery.shinyapps.io/dist_calc/} and choose Binomial coin experiment in the drop down menu on the left. +% \begin{itemize} +% \item Set the number of trials to 20 and the probability of success to 0.15. Describe the shape of the distribution of number of successes. +% \item Keeping $p$ constant at 0.15, determine the minimum sample size required to obtain a unimodal and symmetric distribution of number of successes. Please submit only one response per team. +% \item Further considerations: +% \begin{itemize} +% \item What happens to the shape of the distribution as $n$ stays constant and $p$ changes? +% \item What happens to the shape of the distribution as $p$ stays constant and $n$ changes? +% \end{itemize} +% \end{itemize} +% } + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Distributions of number of successes} + +\dq{Hollow histograms of samples from the binomial model where $p = 0.10$ and $n = 10$, $30$, $100$, and $300$. What happens as $n$ increases?} + +\begin{center} +\includegraphics[width=0.60\textwidth]{\chp4@path/4-3_binomial_distribution/figures/fourBinomialModelsShowingApproxToNormal/fourBinomialModelsShowingApproxToNormal} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{How large is large enough?} + +The sample size is considered large enough if the expected number of successes and failures are both at least 10. +\[ np \ge 10 \qquad \text{ and } \qquad n(1-p) \ge 10 \] + +\soln{\only<2->{$10 \times 0.13 = 1.3; 10 \times (1 - 0.13) = 8.7$}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\pq{Below are four pairs of Binomial distribution parameters. Which distribution can be approximated by the normal distribution?} + +\begin{enumerate}[(a)] +\item $n = 100, p = 0.95$ +\solnMult{$n = 25, p = 0.45$} \soln{\only<2>{\orange{$\rightarrow 25 \times 0.45 = 11.25; 25 \times 0.55 = 13.75$}}} +\item $n = 150, p = 0.05$ +\item $n = 500, p = 0.015$ +\end{enumerate} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz: Modeling with the Binomial distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +% \begin{frame} +% \frametitle{An analysis of Facebook users} + +% \dq{A recent study found that ``Facebook users get more than they give". For example: +% \begin{itemize} +% \item 40\% of Facebook users in our sample made a friend request, but 63\% received at least one request +% \item Users in our sample pressed the like button next to friends' content an average of 14 times, but had their content ``liked" an average of 20 times +% \item Users sent 9 personal messages, but received 12 +% \item 12\% of users tagged a friend in a photo, but 35\% were themselves tagged in a photo +% \end{itemize} +% Any guesses for how this pattern can be explained? +% } + +% \soln{\only<2>{Power users contribute much more content than the typical user.}} + +% \ct{\webURL{http://www.pewinternet.org/Reports/2012/Facebook-users/Summary.aspx}} + +% \end{frame} + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{} + +% \dq{This study also found that approximately 25\% of Facebook users are considered power users. The same study found that the average Facebook user has 245 friends. What is the probability that the average Facebook user with 245 friends has 70 or more friends who would be considered power users? Note any assumptions you must make.} + +% We are given that $n = 245, p = 0.25$, and we are asked for the probability $P(K \ge 70)$. To proceed, we need independence, which we'll assume but could check if we had access to more Facebook data. + +% \pause + +% \begin{align*} +% P(X \ge 70) &= P(K = 70\text{ or }K = 71\text{ or }K = 72\text{ or }\cdots\text{ or } K = 245) \\ +% &= P(K = 70) + P(K = 71) + P(K = 72) + \cdots + P(K = 245) +% \end{align*} + +% \pause + +% This seems like an awful lot of work... + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Normal approximation to the binomial} + +% When the sample size is large enough, the binomial distribution with parameters $n$ and $p$ can be approximated by the normal model with parameters $\mu = np$ and $\sigma = \sqrt{np(1-p)}$. + +% \begin{itemize} + +% \item In the case of the Facebook power users, $n = 245$ and $p = 0.25$. +% \[ \mu = 245 \times 0.25 = 61.25 \qquad \sigma = \sqrt{245 \times 0.25 \times 0.75} = 6.78 \] + +% \item $Bin(n = 245, p = 0.25) \approx N(\mu = 61.25, \sigma = 6.78)$. + +% \begin{center} +% \includegraphics[width=0.5\textwidth]{\chp4@path/4-3_binomial_distribution/figures/fb_power_user/fb_power_user} +% \end{center} + +% \end{itemize} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame}[fragile] +% \frametitle{} + +% \dq{What is the probability that the average Facebook user with 245 friends has 70 or more friends who would be considered power users?} + +% \pause + +% \twocol{0.5}{0.5}{ +% \begin{center} +% \includegraphics[width=\textwidth]{\chp4@path/4-3_binomial_distribution/figures/fb_power_user/fb_power_user_norm} +% \end{center} +% } +% { +% \[ Z = \frac{obs - mean}{SD} = \frac{70 - 61.25}{6.78} = 1.29 \] +% \[ P(Z > 1.29) = 1 - 0.9015 = 0.0985 \] +% } + +% \begin{beamerboxesrounded}[shadow = true, lower = code body]{} +% {\small \begin{verbatim} +% > pnorm(1.29) +% [1] 0.9014747 +% \end{verbatim} +% } +% \end{beamerboxesrounded} + +% \end{frame} + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \subsection{The normal approximation breaks down on small intervals} + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{The normal approximation breaks down on small intervals} + +% \begin{itemize} + +% \item The normal approximation to the binomial distribution tends to perform poorly when estimat- ing the probability of a small range of counts, even when the conditions are met. + +% \item This approximation for intervals of values is usually improved if cutoff values are extended by 0.5 in both directions. + +% \item The tip to add extra area when applying the normal approximation is most often useful when examining a range of observations. While it is possible to also apply this correction when computing a tail area, the benefit of the modification usually disappears since the total interval is typically quite wide. + +% \end{itemize} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week5/Lecture13/Lecture13_plan.tex b/Week5/Lecture13/Lecture13_plan.tex new file mode 100644 index 0000000..5769866 --- /dev/null +++ b/Week5/Lecture13/Lecture13_plan.tex @@ -0,0 +1,47 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: Motivation for Binomial using Milgram, enumerating possibilities + \item xx min Board work: Derivation of Binomial distribution (as # ways * p^k*(1-p)^(n-k)) + \item xx min Lecture: Binomial distribution and setting up combinations rule + \item xx min Board work: Review of factorials, deriving combinations + \item xx min Lecture: Full Binomial distribution and examples + \item xx min Edfinity Quiz: Using the binomial pmf + \item xx min Lecture: proprties of the Binomial distribution + \begin{itemize} + \item Probability mass function + \item Formulas for expectation and variance + \item Variability + \end{itemize} + \item xx min Lecture: Normal approximation to the Binomial + \item xx min R Demonstration: sampling from Binomial, different parameters, normal approximation + \item xx min Edfinity quiz: when does modeling with a Binomial distribution make sense? + \item Next time: Poisson + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2 LO4: Understand and Compute Expectations and Variances:} Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. + \item \textbf{M2 LO5: Model Data Using Bernoulli, Geometric, and Binomial Distributions:} Recognize when to appropriately model data using the Bernoulli, geometric, and binomial distributions, and compute quantities of interest such as mean, standard deviation, and tail probabilities. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Note this is a very full lecture +% TODO: prep board work for first binomial derivation: # ways * p^k*(1-p)^(n-k) +% TODO: prep board work for reviewing factorials and deriving the choose function (break up the problem into the number of ways that you can order the elements, divided out the orderings that you don't care about) This may take too much time +% TODO: Add a figure of an example pmf to the final Binomial distribution slide (currently slide 7), with mean and +/- 1 std, +/- 2 std +% TODO: Edfinity quiz on using the binomial pmf (can use obesity survey from commented slides) +% TODO: Consider putting birthday problem back in, but not using these slides +% TODO: R demo on sampling from binomial, normal approximation +% TODO: edfinity quiz: normal approx to the binomial \ No newline at end of file diff --git a/Week5/Lecture14/Lecture14_agenda.tex b/Week5/Lecture14/Lecture14_agenda.tex new file mode 100644 index 0000000..ab833c2 --- /dev/null +++ b/Week5/Lecture14/Lecture14_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 2: Probability, Random Variables, and Distributions} + \begin{itemize} + \item \hl{Previously: } Binomial distribution (Chapter 4.3) + \item \hl{This time: } Poisson distribution (Chapter 4.5) + \item \hl{Reading: } Chapter 5.1 for next time + \item \hl{Deadlines/Announcements: } HW 2.3 due Monday + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week5/Lecture14/Lecture14_draft.tex b/Week5/Lecture14/Lecture14_draft.tex new file mode 100644 index 0000000..2bc4bc0 --- /dev/null +++ b/Week5/Lecture14/Lecture14_draft.tex @@ -0,0 +1,194 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp4@path{../../Chp 4} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 14]{MA213: Lecture 14} +\subtitle{Module 2: Probability, Random Variables, and Distributions} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture14_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Poisson distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Poisson distribution} + +\begin{itemize} + +\item The \hl{Poisson distribution} is often useful for estimating the number of rare events in a large population over a short unit of time for a fixed population if the individuals within the population are independent. + +\item The \hl{rate} for a Poisson distribution is the average number of occurrences in a mostly-fixed population per unit of time, and is typically denoted by \mathhl{\lambda}. + +\item Using the rate, we can describe the probability of observing exactly $k$ rare events in a single unit of time. + +\end{itemize} + +\vfill + +\formula{Poisson distribution} +{ +P(observe $k$ rare events) = $\frac{\lambda^k e^{-\lambda}}{k!}$, \\ +where $k$ may take a value 0, 1, 2, and so on, and $k!$ represents $k$-factorial. The letter $e \approx 2.718$ is the base of the natural logarithm. \\ + +The mean and standard deviation of this distribution are $\lambda$ and $\sqrt{\lambda}$, respectively. +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\dq{Suppose that in a rural region of a developing country electricity power failures occur following a Poisson distribution with an average of 2 failures every week. Calculate the probability that in a given week the electricity fails only once.} + +\pause + +Given $\lambda = 2$. + +\pause + +\begin{eqnarray*} +P(\text{only 1 failure in a week}) &=& \frac{2^1 \times e^{-2}}{1!} \\ +\pause +&=& \frac{2 \times e^{-2}}{1} \\ +\pause +&=& 0.27 +\end{eqnarray*} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\dq{Suppose that in a rural region of a developing country electricity power failures occur following a Poisson distribution with an average of 2 failures every week. Calculate the probability that on a given \underline{day} the electricity fails three times.} + +\pause + +We are given the weekly failure rate, but to answer this question we need to first calculate the average rate of failure on a given day: $\lambda_{day} = \frac{2}{7} = 0.2857$. Note that we are assuming that the probability of power failure is the same on any day of the week, i.e. we assume independence. + +\pause + +\begin{eqnarray*} +P(\text{3 failures on a given day}) &=& \frac{0.2857^3 \times e^{-0.2857}}{3!} \\ +\pause +&=& \frac{0.2857^3 \times e^{-0.2857}}{6} \\ +\pause +&=& 0.0029 +\end{eqnarray*} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Is it Poisson?} + +\begin{itemize} + +\item A random variable may follow a Poisson distribution if the event being considered is rare, the population is large, and the events occur independently of each other + +\item However we can think of situations where the events are not really independent. For example, if we are interested in the probability of a certain number of weddings over one summer, we should take into consideration that weekends are more popular for weddings. + +\item In this case, a Poisson model may sometimes still be reasonable if we allow it to have a different rate for different times; we could model the rate as higher on weekends than on weekdays. + +\item The idea of modeling rates for a Poisson distribution against a second variable (day of the week) forms the +foundation of some more advanced methods called \hl{generalized linear models}. There are beyond the scope of this course, but we will discuss a foundation of linear models in Chapters 7 and 8. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Sampling from the Poisson distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz: Modeling with the Poisson distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Practice} + +% \pq{A random variable that follows which of the following distributions can take on values other than positive integers?} + +% \begin{enumerate}[(a)] +% \item Poisson +% \item Negative binomial +% \item Binomial +% \solnMult{Normal} +% \item Geometric +% \end{enumerate} + +% \end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week5/Lecture14/Lecture14_plan.tex b/Week5/Lecture14/Lecture14_plan.tex new file mode 100644 index 0000000..3e7346a --- /dev/null +++ b/Week5/Lecture14/Lecture14_plan.tex @@ -0,0 +1,51 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min: Intro to Exponential distribution (?) + \begin{itemize} + \item Motivate with a wait time example (neuroscience?) + \item Show pdf as formula and figure + \item Formulas for how to compute areas + \item Edfinity quiz on computing areas + \item Properties: mean and variance + \item (optional) board work on memorylessness -- emily has slides on this (Lecture 17 slides 12-14) + \item R demo: Simulate a poisson process using exponential RVs, then look at the distribution of counts + \end{itemize} + \item xx min Lecture: Poisson distribution + \begin{itemize} + \item Probability mass function + \item Formulas for expectation and variance (the same!) + \item Variability + \end{itemize} + \item xx min R Demonstration: sampling from Poisson, different parameters + \item xx min Edfinity quiz: when does modeling with a Poisson distribution make sense? + \item xx min Lecture: review quiz answers + \item xx min (if time) R demo: Relationship between Poisson and Binomial + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M2 LO4: Understand and Compute Expectations and Variances:} Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. + %\item \textbf{M2 LO5: Model Data Using Bernoulli, Geometric, and Binomial Distributions:} Recognize when to appropriately model data using the Bernoulli, geometric, and binomial distributions, and compute quantities of interest such as mean, standard deviation, and tail probabilities. + \item \textbf{M2 LO6: Assess Data Using the Normal Distribution:} Use the normal distribution to assess the "unusualness" of data points, apply the 68-95-99.7% rule, evaluate normality through histograms and q-q plots, and determine when a normal approximation to the binomial model is valid for calculating binomial probabilities. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: (BIG) Try out Exponential approach, including slides, quiz, R demo +% TODO: optional board work on Exponential memorylessness +% TODO: Add figure of an example Poisson pmf to the distribution slide, with mean, +/- 1 std, +/- 2 std +% TODO: R demo for Poisson Sampling +% TODO: Edfinity quiz on using the Poisson +% TODO: (optional) Consider doing the relationship between poisson and binomial as an R demo -- emily has slides on this (Lecture 14 slides 6 and 7) + diff --git a/Week6/Lab5/1.jpg b/Week6/Lab5/1.jpg new file mode 100644 index 0000000..9e90c43 Binary files /dev/null and b/Week6/Lab5/1.jpg differ diff --git a/Week6/Lab5/2.jpg b/Week6/Lab5/2.jpg new file mode 100644 index 0000000..288680d Binary files /dev/null and b/Week6/Lab5/2.jpg differ diff --git a/Week6/Lab5/3.jpg b/Week6/Lab5/3.jpg new file mode 100644 index 0000000..7b26015 Binary files /dev/null and b/Week6/Lab5/3.jpg differ diff --git a/Week6/Lab5/Group_Divider.Rmd b/Week6/Lab5/Group_Divider.Rmd new file mode 100644 index 0000000..07e6a6e --- /dev/null +++ b/Week6/Lab5/Group_Divider.Rmd @@ -0,0 +1,39 @@ +--- +title: "Group Divider" +author: "Yongho Lim" +date: "2025-06-10" +output: html_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## Group Divider + +```{r, eval=FALSE, echo=FALSE} +library(dplyr) + +num_ppl_each_group = 2 +student_list <- read.csv("StudentList.csv") +N <- nrow(student_list) + +# Sort by last name +student_list <- student_list %>% arrange(Last) +student_list$number <- 1:N + +# Shuffle the student numbers randomly +shuffled <- sample(student_list$number) + +# Create group +group_ids <- rep(1:ceiling(N / num_ppl_each_group), num_ppl_each_group)[1:N] + +# Assign data frame +group_df <- data.frame(number = shuffled, group = group_ids) +grouped_students <- left_join(group_df, student_list, by = "number") + +grouped_students <- grouped_students %>% arrange(group) + +# Output +grouped_students %>% select(!number) +``` diff --git a/Week6/Lab5/Lab5_activity.Rmd b/Week6/Lab5/Lab5_activity.Rmd new file mode 100644 index 0000000..f0c0658 --- /dev/null +++ b/Week6/Lab5/Lab5_activity.Rmd @@ -0,0 +1,308 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab5 activity" +output: + html_document: + code_download: true + pdf_document: default +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +# **Lab 5: Simulation and probability** + +------------------------------------------------------------------------ + +## Lab activities + +![](Sampling_diag.jpeg){width="100%"} + +You are given a hypothetical population. Each group will work with a different population. Your goal is to examine how the sample mean, given by + +$$ +\hat{\mu} = \frac{1}{n} \sum_{i=1}^{n}x_i +$$ is distributed when samples are drawn independently from your chosen population. + +Sample $n= 500$ from your chosen population. The population parameters are given here. + +## Population 1 : Normal distribution + +```{r, eval=FALSE} +sigma <- 0.447 +N <- 100000 +n = 500 +pop <- rnorm(N, mean=2, sd=sigma) + +``` + +```{r echo=FALSE} +sigma <- 0.447 +N <- 100000 +n = 500 +pop <- rnorm(N, mean=2, sd=sigma) +df = data.frame(X=pop) + +ggplot(df, aes(x = X)) + + geom_histogram(bins = 30, fill = "skyblue", color = "black") + + labs(title = "Histogram of Population Distribution", + x = "X", + y = "Frequency") + + theme_minimal() +``` + +## Population 2 : Bernoulli distribution + +```{r, eval=FALSE} + +N <- 100000 +n = 500 +prob = 0.3 +pop <- rbinom(N, 1, prob) +#sqrt(prob * (1-prob)) +sigma <- sd(pop) # since pop is finite here + +``` + +```{r echo=FALSE} +N <- 100000 +n = 500 +prob = 0.3 +pop <- rbinom(N, 1, prob) +df = data.frame(X=pop) + +ggplot(df, aes(x = X)) + + geom_histogram(bins = 30, fill = "skyblue", color = "black") + + labs(title = "Histogram of Population Distribution", + x = "X", + y = "Frequency") + + theme_minimal() +``` + +## Population 3 : Poisson distribution + +```{r, eval=FALSE} +sigma <- 0.447 +N <- 100000 +n = 500 +lambda_pois <- sigma^2 +pop <- rpois(N, lambda = lambda_pois) +``` + +```{r echo=FALSE} +sigma <- 0.447 +N <- 100000 +n = 500 +lambda_pois <- sigma^2 +pop <- rpois(N, lambda = lambda_pois) + +df = data.frame(X=pop) + +ggplot(df, aes(x = X)) + + geom_histogram(bins = 30, fill = "skyblue", color = "black") + + labs(title = "Histogram of Population Distribution", + x = "X", + y = "Frequency") + + theme_minimal() +``` + +## Population 4 : Exponential distribution + +```{r, eval=FALSE} +N <- 100000 +sigma <- 0.447 +lambda_exp <- 1 / sigma +pop <- rexp(N, rate = lambda_exp) +``` + +```{r echo=FALSE} +N <- 100000 +sigma <- 0.447 +lambda_exp <- 1 / sigma +pop <- rexp(N, rate = lambda_exp) + +df = data.frame(X=pop) + +ggplot(df, aes(x = X)) + + geom_histogram(bins = 30, fill = "skyblue", color = "black") + + labs(title = "Histogram of Population Distribution", + x = "X", + y = "Frequency") + + theme_minimal() +``` + +## Population 5 : Gamma Distribution + +```{r, eval=FALSE} +sigma <- 0.447 +n = 500 +N <- 100000 +alpha_gamma <- 4 +beta_gamma <- sqrt(alpha_gamma) / sigma +pop <- rgamma(N, shape = alpha_gamma, rate = beta_gamma) +``` + +```{r echo=FALSE} +sigma <- 0.447 +n = 500 +N <- 100000 +alpha_gamma <- 4 +beta_gamma <- sqrt(alpha_gamma) / sigma +pop <- rgamma(N, shape = alpha_gamma, rate = beta_gamma) + +df = data.frame(X=pop) + +ggplot(df, aes(x = X)) + + geom_histogram(bins = 30, fill = "skyblue", color = "black") + + labs(title = "Histogram of Population Distribution", + x = "X", + y = "Frequency") + + theme_minimal() +``` + +------------------------------------------------------------------------ + +The goal of today is to see the sampling distribution of sample statistic (sample mean). + +### 0. Make your population from one of the populations above. + +```{r} +# +# +# + +``` + +### 1. Obtain one sample of size $n$ from the population. Then, obtain the sample mean $\hat{\mu}$ from the sample. + +(Set `n=100` this time) + +```{r} +# +# +# + +``` + +### 2. Now we are going to obtain `K` many sample means $\hat{\mu}$'s from `K` different sample from the population. Obtain a sample of size $n=100$ from the population and obtain the sample mean. Repeat the sampling process $K=100$ times. + +```{r} +# +# +# + +``` + +### 3. Make the above process as a function of $n$ and $K$ (input : n and `K`, output : $\hat{\mu}$ vector output) and obtain the output with `n=100`, `K=100`. Compare your result with question 2. Think about how you can compare them? + +```{r} +# +# +# + +``` + +### 4. Now using the function, obtain the histogram of $\hat{\mu}$. First, start with `n=20, K=1000`, `n=200, K=1000` and `n=1000, K=1000`. What do you see? + +```{r} +# +# n=20, K=1000 +# + +``` + +```{r} +# +# n=200, K=1000 +# + + +``` + +```{r} +# +# n=1000, K=1000 +# + +``` + +### 5. Now using the function, obtain the histogram of $\hat{\mu}$. First, start with `n=1000, K=20`, `n=1000, K=200` and `n=1000, K=1000`. What do you see? + +```{r} +# +# n=1000, K=20 +# + +``` + +```{r} +# +# n=1000, K=200 +# + +``` + +```{r} +# +# n=1000, K=1000 +# + +``` + +### 5. Using the function, set $K=5000$. Using the empirical rule (68-95-99.7 rule), how big should $n$ be to pass the rule within 0.005? + +Let `rate1`, `rate2` and `rate3` be the rate within 1, 2 and 3 standard deviations from the $\hat{\mu}$ samples, respectively. To pass the test, use the code `all(abs(c(rate1-0.68, rate2-0.95, rate3-0.997))< 0.005)` + +```{r} +# +# +# all(abs(c(rate1-0.68, rate2-0.95, rate3-0.997))< 0.005) +# True to be expected + + +``` + +### 6. Obtain standard error where + +$$ +SE = \frac{\sigma}{\sqrt{n}} +$$ + +### Compare this with the standard deviation of `mu_hat_vector` (Set `n=1000` and `k=1000`). Are they close? + +### Also, compare obtained standard error to other groups. What do you conclude? + +```{r} + +# +# +# + + +``` + +## Post-lab activities + +Recent statistics suggest that 10% of Americans rely on Social Network Sites (SNSs). We are going to have a simulation study if we can verify that CLT really works in this case too. Let's assume that US population is 300,000 for calculation purposes. + +Please name your submission as `lab5.R` + +0. execute this `set.seed(213)` + +1. Produce population data and assign it `population` object. + +2. Obtain mean and standard deviation of the population and assign them to `mean_pop` and `sd_pop` accordingly. + +3. Get the sample mean data for $n=10$ with $k=1000$ iterations. Assign the mean and standard deviation of the sample mean data to `mean_sample` and `sd_sample`. + +4. Do one more time with the sample mean data for $n=50$ with $k=100$ iterations. Assign the mean and standard deviation of the sample mean data to `mean_sample2` and `sd_sample2`. + +5. (Extra) + + 5.1) Show the shape of the distribution of the sample proportion with n=10, k=1000. + + 5.2) Show the shape of the distribution of the sample proportion with n=1000, k=1000. + +6. With $n=1000, K =1000$, assign within 1, 2 and 3 standard deviations of the sample proportions to `first_sd_data`, `second_sd_data` and `third_sd_data`, respectively. diff --git a/Week6/Lab5/Lab5_guide.Rmd b/Week6/Lab5/Lab5_guide.Rmd new file mode 100644 index 0000000..c652798 --- /dev/null +++ b/Week6/Lab5/Lab5_guide.Rmd @@ -0,0 +1,178 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab5 guide" +output: + html_document: + code_download: true + pdf_document: default +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +# **Lab 5: Simulation and probability** + +In this lab session, we will explore key concepts of inferential statistics which include sampling distribution and central limit theorem. + +------------------------------------------------------------------------ + +#### Learning Objectives + +- Apply the Law of Large Numbers and Its Implications: Explain the Law of Large Numbers, why it holds, and its implications for predicting long-term averages in probability and statistics. + +- Model Data Using Bernoulli, Geometric, and Binomial Distributions: Recognize when to appropriately model data using the Bernoulli, geometric, and binomial distributions, and compute quantities of interest such as mean, standard deviation, and tail probabilities. + +- Assess Data Using the Normal Distribution: Use the normal distribution to assess the "unusualness" of data points, apply the 68-95-99.7% rule, evaluate normality through histograms and q-q plots, and determine when a normal approximation to the binomial model is valid for calculating binomial probabilities. + +- Understand Point Estimates and Sampling Variability: Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. + +- Visualize and Interpret Sampling Distributions: Draw and interpret sampling distributions for a point estimate (e.g., population proportion) across different sample sizes, explaining how the distribution changes as the sample size increases. + +- Calculate and Interpret Standard Error: Calculate the standard error for proportions and interpret it as a measure of sampling variability. + +------------------------------------------------------------------------ + +- The role of sampling distribution : Why do we care about sampling distribution? + + 1. What is sampling distribution? + + -\> In inferential statistics, we estimate the characteristics of the population parameter by using characteristics of sample (statistic). + + -\> The distribution of the statistic obtained from sample is called sampling distribution. + +![](Sampling_diag.jpeg){width="100%"} + +Here are steps for the simulation study. + +## Step 0 : Create a hypothetical population + +![](1.jpg) + +## Step 1 : [Sample `n` samples from the population]{.underline} and [get the sample statistic from the sample]{.underline} + +![](2.jpg) + +## Step 2 : Repeat Step 1 `K` times to obtain `K` many sample statistics + +![](3.jpg) + +## Example + +We have a hypothetical population that are + +``` r +pop <- c(rep("Apple", 10000), rep("Android", 4000)) +``` + +So that the true proportion of having apple device is $p=\frac{10000}{14000} = 0.7142$. + +Let's sample them with $n=500$. What does the sampling distribution look like? + +1. Let's take a sample from the population `pop` and assign it to an object called `p_hat`. + + (Hint: Use the `sample()` function. Also, count how many apples are in the sample.) + +```{r} +# Step 0 +pop <- c(rep("Apple", 10000), rep("Android", 4000)) # population +true_proportion <- sum(pop == "Apple") / 14000 +true_proportion # population proportion p + +# Step 1 +n = 1000 # sample size +my_sample <- sample(pop, n) +glimpse(my_sample) # your sample +p_hat <- sum(my_sample == "Apple") / n +p_hat +``` + +2. What is the sampling distribution looks like? To answer this question we need `K` many sample statistics. In other words, we need to repeat steps 1 and 2 $K$ times. + +(hint : Use `for loop` ) + +```{r, eval=False} +# Step 2 + +K = 500 +p_hat_vector <-rep(0,K) + +# +# for loop +# + +p_hat_vector + + +``` + +3. Using `p_hat_vector` , show the shape of sampling distribution. + +```{r, echo=FALSE, include=FALSE} +p_hat_vector = read.csv("p_hat_vector.csv") +p_hat_vector = p_hat_vector$x +``` + +```{r} + +sample_data <- data.frame(p_hat = p_hat_vector) #p_hat is the name of the column + +# Histogram of p_hat +ggplot(data=sample_data, aes(x=p_hat)) + geom_histogram(bins=20) + + +``` + +## Empirical Rule to check Normality + +Can we also check whether $\hat{p}$ follows normal distribution in a different way? + +We can check it through 68-95-99.7 rule. + +```{r} +# get the sample mean and standard deviation of the sampled proportions + +p_hat_data <- data.frame(p_hat = p_hat_vector) + +# mean +p_hat_mean = mean(p_hat_data$p_hat) + +# standard deviation +p_hat_sd = sd(p_hat_data$p_hat) +p_hat_sd + + +``` + +Is within 1 standard deviation data approximately 68% ? + +```{r} + + +# let's check 68-95-99.7 rule + +df <- p_hat_data$p_hat + +# within 1 standard deviation +range <- (df > (p_hat_mean - 1 * p_hat_sd)) & (df < (p_hat_mean + 1 * p_hat_sd)) + +df_temp <- df[ range ] + +rate <- length(df_temp) / length(df) +rate + + + +``` + +How close is this rate to 68% ? Is the difference in the rate less than 0.05? + +```{r} + + +abs(rate - 0.68) < 0.05 # abs function gives absolute value + + + +``` diff --git a/Week6/Lab5/Sampling_diag.jpeg b/Week6/Lab5/Sampling_diag.jpeg new file mode 100644 index 0000000..131e821 Binary files /dev/null and b/Week6/Lab5/Sampling_diag.jpeg differ diff --git a/Week6/Lab5/StudentList.csv b/Week6/Lab5/StudentList.csv new file mode 100644 index 0000000..aeeaef9 --- /dev/null +++ b/Week6/Lab5/StudentList.csv @@ -0,0 +1,30 @@ +First,Last +A,AA +B,BB +C,CC +D,DD +E,EE +F,FF +G,GG +H,HH +I,II +J,JJ +K,KK +L,LL +M,MM +N,NN +O,OO +P,PP +Q,QQ +R,RR +S,SS +T,TT +U,UU +V,VV +W,WW +X,XX +Y,YY +Z,ZZ +A2,AA2 +B2,BB2 +C2,CC2 \ No newline at end of file diff --git a/Week6/Lab5/p_hat_vector.csv b/Week6/Lab5/p_hat_vector.csv new file mode 100644 index 0000000..958bdd1 --- /dev/null +++ b/Week6/Lab5/p_hat_vector.csv @@ -0,0 +1,501 @@ +"","x" +"1",0.721 +"2",0.686 +"3",0.714 +"4",0.693 +"5",0.695 +"6",0.734 +"7",0.715 +"8",0.701 +"9",0.712 +"10",0.705 +"11",0.691 +"12",0.718 +"13",0.712 +"14",0.725 +"15",0.705 +"16",0.739 +"17",0.69 +"18",0.712 +"19",0.705 +"20",0.727 +"21",0.734 +"22",0.709 +"23",0.73 +"24",0.701 +"25",0.697 +"26",0.72 +"27",0.722 +"28",0.717 +"29",0.712 +"30",0.718 +"31",0.722 +"32",0.71 +"33",0.714 +"34",0.707 +"35",0.752 +"36",0.691 +"37",0.713 +"38",0.701 +"39",0.729 +"40",0.709 +"41",0.722 +"42",0.718 +"43",0.712 +"44",0.715 +"45",0.716 +"46",0.729 +"47",0.719 +"48",0.733 +"49",0.727 +"50",0.699 +"51",0.718 +"52",0.726 +"53",0.709 +"54",0.697 +"55",0.72 +"56",0.701 +"57",0.703 +"58",0.731 +"59",0.721 +"60",0.731 +"61",0.715 +"62",0.694 +"63",0.73 +"64",0.721 +"65",0.71 +"66",0.728 +"67",0.716 +"68",0.714 +"69",0.705 +"70",0.711 +"71",0.696 +"72",0.709 +"73",0.737 +"74",0.716 +"75",0.693 +"76",0.719 +"77",0.72 +"78",0.71 +"79",0.714 +"80",0.737 +"81",0.719 +"82",0.703 +"83",0.714 +"84",0.712 +"85",0.717 +"86",0.703 +"87",0.748 +"88",0.72 +"89",0.707 +"90",0.712 +"91",0.696 +"92",0.724 +"93",0.733 +"94",0.727 +"95",0.717 +"96",0.718 +"97",0.711 +"98",0.694 +"99",0.728 +"100",0.734 +"101",0.741 +"102",0.716 +"103",0.739 +"104",0.727 +"105",0.737 +"106",0.717 +"107",0.718 +"108",0.708 +"109",0.709 +"110",0.728 +"111",0.719 +"112",0.705 +"113",0.705 +"114",0.718 +"115",0.702 +"116",0.723 +"117",0.728 +"118",0.725 +"119",0.74 +"120",0.701 +"121",0.72 +"122",0.709 +"123",0.7 +"124",0.72 +"125",0.727 +"126",0.715 +"127",0.705 +"128",0.708 +"129",0.738 +"130",0.703 +"131",0.709 +"132",0.724 +"133",0.699 +"134",0.697 +"135",0.73 +"136",0.705 +"137",0.721 +"138",0.723 +"139",0.739 +"140",0.72 +"141",0.709 +"142",0.694 +"143",0.702 +"144",0.736 +"145",0.723 +"146",0.688 +"147",0.713 +"148",0.73 +"149",0.712 +"150",0.707 +"151",0.729 +"152",0.72 +"153",0.733 +"154",0.727 +"155",0.705 +"156",0.706 +"157",0.699 +"158",0.712 +"159",0.711 +"160",0.731 +"161",0.727 +"162",0.723 +"163",0.724 +"164",0.715 +"165",0.717 +"166",0.718 +"167",0.709 +"168",0.682 +"169",0.719 +"170",0.694 +"171",0.705 +"172",0.722 +"173",0.705 +"174",0.733 +"175",0.729 +"176",0.727 +"177",0.708 +"178",0.705 +"179",0.722 +"180",0.699 +"181",0.712 +"182",0.73 +"183",0.699 +"184",0.716 +"185",0.717 +"186",0.695 +"187",0.725 +"188",0.709 +"189",0.707 +"190",0.739 +"191",0.708 +"192",0.712 +"193",0.706 +"194",0.717 +"195",0.736 +"196",0.713 +"197",0.692 +"198",0.69 +"199",0.71 +"200",0.727 +"201",0.746 +"202",0.727 +"203",0.713 +"204",0.73 +"205",0.698 +"206",0.717 +"207",0.721 +"208",0.719 +"209",0.709 +"210",0.705 +"211",0.71 +"212",0.736 +"213",0.742 +"214",0.7 +"215",0.709 +"216",0.698 +"217",0.697 +"218",0.736 +"219",0.693 +"220",0.729 +"221",0.702 +"222",0.72 +"223",0.71 +"224",0.721 +"225",0.694 +"226",0.738 +"227",0.733 +"228",0.705 +"229",0.727 +"230",0.68 +"231",0.737 +"232",0.703 +"233",0.709 +"234",0.7 +"235",0.729 +"236",0.709 +"237",0.705 +"238",0.714 +"239",0.7 +"240",0.747 +"241",0.706 +"242",0.714 +"243",0.728 +"244",0.719 +"245",0.724 +"246",0.708 +"247",0.735 +"248",0.716 +"249",0.706 +"250",0.706 +"251",0.713 +"252",0.74 +"253",0.718 +"254",0.722 +"255",0.698 +"256",0.717 +"257",0.725 +"258",0.722 +"259",0.715 +"260",0.708 +"261",0.695 +"262",0.702 +"263",0.708 +"264",0.706 +"265",0.724 +"266",0.712 +"267",0.696 +"268",0.725 +"269",0.709 +"270",0.726 +"271",0.716 +"272",0.738 +"273",0.693 +"274",0.714 +"275",0.695 +"276",0.728 +"277",0.677 +"278",0.704 +"279",0.729 +"280",0.705 +"281",0.703 +"282",0.739 +"283",0.695 +"284",0.715 +"285",0.721 +"286",0.697 +"287",0.679 +"288",0.727 +"289",0.703 +"290",0.73 +"291",0.718 +"292",0.703 +"293",0.723 +"294",0.732 +"295",0.728 +"296",0.704 +"297",0.692 +"298",0.747 +"299",0.718 +"300",0.711 +"301",0.678 +"302",0.708 +"303",0.712 +"304",0.717 +"305",0.715 +"306",0.706 +"307",0.686 +"308",0.717 +"309",0.692 +"310",0.701 +"311",0.711 +"312",0.74 +"313",0.717 +"314",0.725 +"315",0.704 +"316",0.704 +"317",0.707 +"318",0.736 +"319",0.735 +"320",0.711 +"321",0.695 +"322",0.706 +"323",0.705 +"324",0.689 +"325",0.707 +"326",0.711 +"327",0.724 +"328",0.705 +"329",0.729 +"330",0.721 +"331",0.733 +"332",0.711 +"333",0.734 +"334",0.721 +"335",0.707 +"336",0.742 +"337",0.67 +"338",0.694 +"339",0.726 +"340",0.708 +"341",0.699 +"342",0.725 +"343",0.722 +"344",0.706 +"345",0.7 +"346",0.714 +"347",0.712 +"348",0.724 +"349",0.706 +"350",0.7 +"351",0.708 +"352",0.695 +"353",0.716 +"354",0.711 +"355",0.7 +"356",0.704 +"357",0.702 +"358",0.695 +"359",0.702 +"360",0.701 +"361",0.694 +"362",0.71 +"363",0.722 +"364",0.703 +"365",0.697 +"366",0.716 +"367",0.738 +"368",0.704 +"369",0.722 +"370",0.706 +"371",0.729 +"372",0.707 +"373",0.699 +"374",0.711 +"375",0.722 +"376",0.719 +"377",0.718 +"378",0.708 +"379",0.728 +"380",0.73 +"381",0.728 +"382",0.708 +"383",0.694 +"384",0.734 +"385",0.709 +"386",0.689 +"387",0.722 +"388",0.703 +"389",0.697 +"390",0.715 +"391",0.719 +"392",0.696 +"393",0.721 +"394",0.742 +"395",0.699 +"396",0.723 +"397",0.694 +"398",0.7 +"399",0.742 +"400",0.719 +"401",0.721 +"402",0.73 +"403",0.695 +"404",0.691 +"405",0.705 +"406",0.695 +"407",0.709 +"408",0.735 +"409",0.686 +"410",0.712 +"411",0.728 +"412",0.742 +"413",0.711 +"414",0.728 +"415",0.69 +"416",0.703 +"417",0.704 +"418",0.73 +"419",0.713 +"420",0.729 +"421",0.714 +"422",0.709 +"423",0.708 +"424",0.74 +"425",0.729 +"426",0.7 +"427",0.698 +"428",0.722 +"429",0.735 +"430",0.702 +"431",0.722 +"432",0.696 +"433",0.718 +"434",0.719 +"435",0.705 +"436",0.703 +"437",0.702 +"438",0.719 +"439",0.735 +"440",0.709 +"441",0.711 +"442",0.712 +"443",0.714 +"444",0.722 +"445",0.718 +"446",0.701 +"447",0.693 +"448",0.733 +"449",0.74 +"450",0.695 +"451",0.697 +"452",0.704 +"453",0.695 +"454",0.732 +"455",0.728 +"456",0.717 +"457",0.716 +"458",0.698 +"459",0.697 +"460",0.743 +"461",0.717 +"462",0.714 +"463",0.731 +"464",0.705 +"465",0.724 +"466",0.701 +"467",0.728 +"468",0.736 +"469",0.731 +"470",0.708 +"471",0.735 +"472",0.705 +"473",0.732 +"474",0.716 +"475",0.716 +"476",0.727 +"477",0.68 +"478",0.707 +"479",0.734 +"480",0.706 +"481",0.708 +"482",0.68 +"483",0.725 +"484",0.714 +"485",0.701 +"486",0.729 +"487",0.709 +"488",0.709 +"489",0.705 +"490",0.712 +"491",0.679 +"492",0.715 +"493",0.711 +"494",0.704 +"495",0.715 +"496",0.711 +"497",0.72 +"498",0.705 +"499",0.709 +"500",0.724 diff --git a/Week6/Lecture15/Lecture15_Demo.R b/Week6/Lecture15/Lecture15_Demo.R new file mode 100644 index 0000000..eb74489 --- /dev/null +++ b/Week6/Lecture15/Lecture15_Demo.R @@ -0,0 +1,122 @@ +library(ggplot2) + +# Testing a cross-platform working directory: +if(!require("rstudioapi")) install.packages("rstudioapi") +#print(getSourceEditorContext()$path) +setwd(dirname(getSourceEditorContext()$path)) + +source("Lec15DemoFunctions.R") + +# ---- 1. Sampling from a population ---- + +# ---- 1a. Creating the population ---- +# Create a set of 250 thousand entries, where 88% of them are "support" +# and 12% are "not". +pop_size <- 250000 +pop_proportion <- 0.88 + +# create the population +population <- create_population(N=pop_size, p=pop_proportion) + +# Check that the proportion of "support" is 0.88 +sum(population == "support") / pop_size + +# Visualize the population with a chart +ggplot(data=data.frame(population), aes(x=population)) + + geom_bar(color=4, fill=4) + + ylim(0,pop_size) + + ggtitle(sprintf("Population proportion (p): %s", pop_proportion)) + +# ---- 1b. Take samples and compute phat ---- + +# Q: if we sample from the population multiple times, do you think the samples +# will all be the same, or different? +sample_size <- 1000 + +samples <- sample(population, size=sample_size) +head(samples,n=10) +sample_proportion <- sum(samples == "support") / sample_size +ggplot(data=data.frame(samples), aes(x=samples)) + + geom_bar(color=4, fill=4) + ylim(0,sample_size) + + ggtitle(sprintf("Sample proportion (phat): %s", sample_proportion)) + +# Q: Do you think a chart of the samples will look like the chart of the +# population values? + +# ---- 2. Repeat the experiment 5000 times ---- +K <- 5000 # Simulation size + +# Write a function to run the simulation and compute p-hat: +sample_phat_fn <- function(pop, n) { + sampled_entries <- sample(pop, size = n) + phat <- sum(sampled_entries == "support") / n + return(phat) +} + +# Simulate the experiment 5000 times +simulation <- replicate(K, sample_phat_fn(population, n=sample_size)) + +# mean and standard deviation of sampling distribution +m = mean(simulation) +s = sd(simulation) + +# Plot the results +title <- sprintf("Histogram of p-hat values from repeating the experiment %s times, \np=%s, sample size=%s", + K, pop_proportion, sample_size) # in case we change the sample/simulation size +ggplot(data=data.frame(simulation), aes(x=simulation)) + + geom_histogram(breaks=seq(0,1,0.01), color=4, fill="white") + + geom_vline(aes(xintercept=pop_proportion), color="red") + + annotate("pointrange", x=m, xmin=m-2*s,xmax=m+2*s,y=K/50, color="blue") + + labs(title=title, x="Sample proportion (phat)", y="Count") + +# Q: What is the shape and center of this distribution? +# Q: Based on this distribution, what is a good guess for the population proportion? +# Q: Why have we set the xlimits of the graph to be (0,1)? + +# ---- 2b. What would happen if ... ---- +sample_plot_sampling_dist_fn <- function(pop_size,pop_proportion,sample_size,K, + sample_phat_fn){ + # Create the new population + population <- create_population(N=pop_size, p=pop_proportion) + + # Run the experiment K times + simulation <- replicate(K, sample_phat_fn(population, n=sample_size)) + + # mean and standard deviation of sampling distribution + m = mean(simulation) + s = sd(simulation) + + # plot the Histogram of phat values + title <- sprintf("Population size=%s; p=%s; sample size=%s; repeats=%s\n Mean=%.3f; St Dev=%.3f", + pop_size, pop_proportion, sample_size,K,m,s) + + ggplot(data=data.frame(simulation), aes(x=simulation)) + + geom_histogram(breaks=seq(0,1,0.01), color=4, fill="white") + + geom_vline(aes(xintercept=pop_proportion), color="red") + + annotate("pointrange", x=m, xmin=m-2*s,xmax=m+2*s,y=K/50, color="blue") + + labs(title=title, x="Sample proportion (phat)", y="Count") +} + +sample_plot_sampling_dist_fn(250000, 0.2, 100, 5000, sample_phat_fn) +sample_plot_sampling_dist_fn(250000, 0.99, 100, 5000, sample_phat_fn) +sample_plot_sampling_dist_fn(250000, 0.2, 10, 5000, sample_phat_fn) + +# ---- 3. Estimating p-hat for a small sample - introducing bias ---- +# Imagine that we have a small sample size and/or a true +# population proportion that is heavily weighted to one side or the other +# (ie very close to 0 or very close to 1), so that we may not actually +# observe both successes and failures in our sample. The Rule of Succession was +# designed for this situation. It defines a new estimator (k+1)/(n+2), that +# cannot be exactly 0 or exactly 1. + +sample_plot_sampling_dist_fn(250000, 0.01, 20, 5000, sample_phat_fn) + +succession_phat_fn <- function(pop, n) { + sampled_entries <- sample(pop, size = n) + phat <- (sum(sampled_entries == "support")+1) / (n+2) + return(phat) +} + +sample_plot_sampling_dist_fn(250000, 0.01, 20, 5000, succession_phat_fn) + + diff --git a/Week6/Lecture15/Lecture15_DemoFunctions.R b/Week6/Lecture15/Lecture15_DemoFunctions.R new file mode 100644 index 0000000..b2d2b87 --- /dev/null +++ b/Week6/Lecture15/Lecture15_DemoFunctions.R @@ -0,0 +1,5 @@ +create_population <- function(N=10000, p=0.5) { + pop <- c(rep("support", p*N), rep("not", (1-p)*N)) + pop <- sample(pop) # need to randomize order of entries + return(pop) +} diff --git a/Week6/Lecture15/Lecture15_agenda.tex b/Week6/Lecture15/Lecture15_agenda.tex new file mode 100644 index 0000000..e9014fb --- /dev/null +++ b/Week6/Lecture15/Lecture15_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 3: Foundations for inference} + \begin{itemize} + \item \hl{Previously: }Probability distributions and random variables (Chapter 4) + \item \hl{This time: }Point estimates and sampling variability (Chapter 5.1) + \item \hl{Reading: }Chapter 5.1 for next time + \item \hl{Deadlines/Announcements: }HW 2.3 due today, Q1 retake in discussions + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week6/Lecture15/Lecture15_binomialDerivation.pdf b/Week6/Lecture15/Lecture15_binomialDerivation.pdf new file mode 100644 index 0000000..45e6a91 Binary files /dev/null and b/Week6/Lecture15/Lecture15_binomialDerivation.pdf differ diff --git a/Week6/Lecture15/Lecture15_draft.tex b/Week6/Lecture15/Lecture15_draft.tex new file mode 100644 index 0000000..2c867b6 --- /dev/null +++ b/Week6/Lecture15/Lecture15_draft.tex @@ -0,0 +1,324 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[t,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp5@path{../../Chp 5} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 15]{MA213: Lecture 15} +\subtitle{Module 3: Foundations for inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\include{Lecture15_agenda} + +\begin{frame} + \frametitle{Module 3: Foundations for inference} + + Up until now, we have talked about: + \begin{itemize} + \item \hl{Module 1. }Exploratory Data Analysis and Study Design + \begin{itemize} + \item Often we don't have access to a whole \hl{population} of interest, so we draw a random \hl{sample} + \item A \hl{sample statistic} is a value computed from a data sample, like a sample mean + \end{itemize} + \pause + \item \hl{Module 2. }Probability, Random Variables, and Distributions + \begin{itemize} + \item We use probability theory to model \hl{random experiments}, like drawing a random sample from a population + \item The parameters of the models are called \hl{population parameters} + \end{itemize} + \end{itemize} + + \pause + \begin{center} + How can we use \hl{sample statistics} to learn about \hl{population parameters}?\\ + \hl{Module 3. }Foundations for inference + \end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Point estimates and sampling variability (Ch. 5.1)} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Point estimates and error} + + \begin{itemize} + + \item We are often interested in \hl{population parameters}. + \item Complete populations are difficult to collect data on, so we use \hl{sample statistics} as \hl{point estimates} for the unknown population parameters of interest. + \item \hl{Error} in the estimate = difference between population parameter and sample statistic + \item \hl{Bias} is systematic tendency to over- or under-estimate the true population parameter. + \item \hl{Sampling error} describes how much an estimate will tend to vary from one sample to the next. + \item Much of statistics is focused on understanding and quantifying sampling error, and \hl{sample size} is helpful for quantifying this error. + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{} + + \dq{Suppose we randomly sample 1,000 adults from each state in the US. Would you expect the sample means of their heights to be the same, somewhat different, or very different?} + + \pause + + \soln{Not the same, but only somewhat different.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Understanding the variability of a point estimate} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{} + + \begin{center} + \includegraphics[width=0.95\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/pew/pew1} \\ + \includegraphics[width=0.95\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/pew/pew2} \\ + \includegraphics[width=0.95\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/pew/pew3} + \end{center} + + \ct{\webURL{http://pewresearch.org/pubs/2191/young-adults-workers-labor-market-pay-careers-advancement-recession}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Margin of error} + + \begin{center} + \includegraphics[width=0.95\textwidth]{\chp5@path/5-1_point_est_sampling_var/figures/pew/pew4} + \end{center} + + \begin{itemize} + + \item 41\% $\pm$ 2.9\%: We are 95\% confident that 38.1\% to 43.9\% of the public believe young adults, rather than middle-aged or older adults, are having the toughest time in today's economy. + + \item 49\% $\pm$ 4.4\%: We are 95\% confident that 44.6\% to 53.4\% of 18-34 years olds have taken a job they didn't want just to pay the bills. + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{} + + \dq{Suppose the proportion of American adults who support the expansion of solar energy is p = 0.88, which is our parameter of interest. Is a randomly selected American adult more or less likely to support the expansion of solar energy?} + + \pause + + \soln{More likely.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{} + + \dq{Suppose that you don't have access to the population of all American adults, which is a quite likely scenario. In order to estimate the proportion of American adults who support solar power expansion, you might sample from the population and use your sample proportion as the best guess for the unknown population proportion.} + + \begin{itemize} + + \item Sample, with replacement, 1000 American adults from the population, and record whether they support or not solar power expansion. + + \item Find the sample proportion. + + \item Plot the distribution of the sample proportions obtained by members of the class. + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demo: Sampling distributions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Sampling distributions are never observed} + + \begin{itemize} + + \item In real-world applications, we never actually observe the sampling distribution, yet it is useful to always think of a point estimate as coming from such a hypothetical distribution. + \item Understanding the sampling distribution will help us characterize and make sense of the point estimates that we do observe. + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Edfinity Quiz} + + \begin{itemize} + + \item If the population proportion were 0.2 and the sample size were 100: + \begin{itemize} + \item Where would you expect the middle of the sampling distribution to be? + \item Would the sampling distribution be symmetrical? + \item Would the sampling distribution be wider/narrower/the same? + \end{itemize} + \item If the population proportion were 0.99 and the sample size were 100: + \begin{itemize} + \item Where would you expect the middle of the sampling distribution to be? + \item Would the sampling distribution be symmetrical? + \item Would the sampling distribution be wider/narrower/the same? + \end{itemize} + + \end{itemize} + +\end{frame} + +\begin{frame} + \frametitle{Edfinity Quiz} + \begin{center} + \includegraphics[width=0.75\textwidth]{sampling_distribution.png} + \end{center} + + \begin{table}[h!] + \centering + \begin{tabular}{|c|c|c|c|} + \hline + & Middle? & Symm? & Wider/Narrower/Same? \\ + \hline + p=0.88, n=1000 & $\sim0.88$ & Yes & Same \\ + \hline + p=0.2, n=100 & & & \\ + \hline + p=0.99, n=100 & & & \\ + \hline + \end{tabular} + \end{table} +\end{frame} + +\begin{frame} + \frametitle{Edfinity Quiz} + What would happen if the sample size were 10? +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demo: What would happen if...} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Board work: Deriving theoretical sampling distribution in the Binomial case} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + \frametitle{Rule of succession} + + There can be multiple statistics that estimate the same population parameter + \begin{itemize} + + \item \hl{The Rule Of Succession} (Laplace, 18th Century) + \item What is the probability that the sun will rise tomorrow, given that it has risen every day for the last 5000 years? + \item 0 is an unsatisfying answer + \item Approach: Pretend we have seen one success and one failure + + \end{itemize} + + Sample proportion: + \begin{align} + \hat{p}=\frac{k}{n} + \end{align} + + Rule of Succession: + \begin{align} + \hat{p}^*=\frac{k +1}{n+2} + \end{align} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demo: Comparing different estimators based on their sampling distributions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week6/Lecture15/Lecture15_plan.tex b/Week6/Lecture15/Lecture15_plan.tex new file mode 100644 index 0000000..362216b --- /dev/null +++ b/Week6/Lecture15/Lecture15_plan.tex @@ -0,0 +1,40 @@ + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Lesson Plan} +\begin{itemize} + \item 5 min Lecture: Sampling Distributions + \item 10 min R demonstration: sampling distribution simulation, binomial case + \begin{itemize} + \item highlight: bias, sampling error + \end{itemize} + \item 5 min Edfinity quiz (what would happen if...) + \item 5 min R demonstration: quiz answer(s) + \item 10 min Board work: Derivation of the theoretical sampling distribution, binomial case + \item xx min Lecture: set up two different estimators (mean vs median on population with outliers) + \item xx min R demonstration: Comparing different estimators based on sampling distribution + \begin{itemize} + \item highlight: choosing an estimator based on bias/variance + \end{itemize} + \item xx min Lecture: Wrap up sampling distribution +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Learning Objectives} +\begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M2 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M3 LO1: Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. [Q3, L4] + \item \textbf{M3 LO2: Visualize and Interpret Sampling Distributions:} Draw and interpret sampling distributions for a point estimate (e.g., population proportion) across different sample sizes, explaining how the distribution changes as the sample size increases. [Q3, L4] \item \textbf{M6 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Edfinity quiz (based on draft in slides) diff --git a/Week6/Lecture15/sampling_distribution.png b/Week6/Lecture15/sampling_distribution.png new file mode 100644 index 0000000..b22168a Binary files /dev/null and b/Week6/Lecture15/sampling_distribution.png differ diff --git a/Week6/Lecture16/Lecture16_Demo.R b/Week6/Lecture16/Lecture16_Demo.R new file mode 100644 index 0000000..2e75b51 --- /dev/null +++ b/Week6/Lecture16/Lecture16_Demo.R @@ -0,0 +1,57 @@ +library(ggplot2) + +# Testing a cross-platform working directory: +if(!require("rstudioapi")) install.packages("rstudioapi") +#print(getSourceEditorContext()$path) +setwd(dirname(getSourceEditorContext()$path)) + +source("Lec16DemoFunctions.R") +source("Lec16ShinyApp.R") + +# ---- 1. From last time: sampling from a population, simulation ---- + +pop_size <- 250000 +pop_proportion <- 0.65 +population <- create_population(N=pop_size, p=pop_proportion) + +sample_size <- 1000 +samples <- sample(population, size=sample_size) +phat <- sum(samples == "support") / sample_size + +K <- 1000 # Simulation size +simulation <- replicate(K, sample_get_phat_fn(population, n=sample_size)) +title <- sprintf("Histogram of p-hat values from experiment with %sx%s samples", + K, sample_size) # in case we change the sample/simulation size + +ggplot(data=data.frame(simulation), aes(x=simulation)) + + geom_vline(aes(xintercept=pop_proportion), color="red") + + geom_histogram(bins=100, alpha=0.5, color=4, fill="white") + + labs(title=title, x="Sample proportion", y="Frequency") + + xlim(c(0,1)) + + +# ---- 2. Normal approximation ---- +# Q: Where do the parameters for the Normal distribution approximating p-hat +# come from? + +bw <- 0.01 +n_obs <- length(simulation) +SE_phat <- sqrt((pop_proportion*(1-pop_proportion))/n_obs) + +# Plot the histogram with the Normal density: +ggplot(data=as.data.frame(simulation), aes(x=simulation)) + + geom_histogram(binwidth=bw, alpha=0.5, color=4, fill="white") + + stat_function(fun = function(x) + dnorm(x, mean=pop_proportion, sd=SE_phat)*bw*n_obs) + + xlab("Sample proportion") + + ggtitle(title) + + xlim(c(0,1)) + + +# 3. ---- Repeat the experiment for different sample sizes ---- +# Q: What happens to the distributions as sample size increases? + +# Run Rshiny app +shinyApp(ui = ui, server = server) +# TODO: fix RShiny app + diff --git a/Week6/Lecture16/Lecture16_DemoFunctions.R b/Week6/Lecture16/Lecture16_DemoFunctions.R new file mode 100644 index 0000000..8272bf4 --- /dev/null +++ b/Week6/Lecture16/Lecture16_DemoFunctions.R @@ -0,0 +1,17 @@ +create_population <- function(N=10000, p=0.5) { + pop <- c(rep("support", p*N), rep("not", (1-p)*N)) + pop <- sample(pop) # need to randomize order of entries + return(pop) +} + +sample_get_phat_fn <- function(population, n) { + sampled_entries <- sample(population, size = n) + phat <- sum(sampled_entries == "support") / n + return(phat) +} + +create_comparison_data <- function(simulation, density, K=1000) { + values <- c(simulation, density) + source <- c(rep("Simulation", K), rep("Normal", K)) + return(data.frame(values, source)) +} diff --git a/Week6/Lecture16/Lecture16_ShinyApp.R b/Week6/Lecture16/Lecture16_ShinyApp.R new file mode 100644 index 0000000..1621a35 --- /dev/null +++ b/Week6/Lecture16/Lecture16_ShinyApp.R @@ -0,0 +1,53 @@ +library(shiny) +source("Lec16DemoFunctions.R") + +# ---- UI ---- +ui <- fluidPage( + titlePanel("CLT Demonstration for p-hat"), + sidebarLayout( + sidebarPanel( + sliderInput("n", "Sample Size (n):", min=0, max=500, value=10, step=10), + sliderInput("p", "Population Proportion (p):", min=0.01, max=1, + value=0.25, step=0.05), + actionButton("simulate", "Run Simulation"), + hr() + ), mainPanel(plotOutput("histPlot")))) + +# ---- Server ---- +server <- function(input, output) { + + # Reactive function to create population + population_result <- reactive({ + pop_size <- 250000 + possible_entries <- c(rep("support", round(input$p * pop_size)), + rep("not", round((1 - input$p) * pop_size))) + possible_entries <- sample(possible_entries) + return(possible_entries) + }) + + # TODO: add checkbox for adjusted estimators (small sample sizes) + observeEvent(input$simulate, { + output$histPlot <- renderPlot({ + K <- 1000 # Number of simulations + population <- population_result() # Get updated population + + # Run simulation + simulation <- replicate(K, sample_get_phat_fn(population, input$n)) + title <- sprintf("Histogram of p-hat values from experiment with %sx%s samples", + K, input$n) + + bw <- 0.01 + n_obs <- length(simulation) + SE <- sqrt((input$p*(1-input$p))/n_obs) + + # Create & display histogram plot + ggplot(data=as.data.frame(simulation), aes(x=simulation)) + + geom_histogram(binwidth=bw, alpha=0.5, color=4, fill="white") + + stat_function(fun = function(x) + dnorm(x, mean=input$p, sd=SE)*bw*n_obs) + + xlab("Sample proportion") + + ggtitle(title) + + xlim(c(0,1)) + }) + }) +} diff --git a/Week6/Lecture16/Lecture16_agenda.tex b/Week6/Lecture16/Lecture16_agenda.tex new file mode 100644 index 0000000..c964a1d --- /dev/null +++ b/Week6/Lecture16/Lecture16_agenda.tex @@ -0,0 +1,16 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 3: Foundations for inference} + \begin{itemize} + \item \hl{Previously: }Point estimates and sampling variability (Chapter 5.1) + \item \hl{This time: }Point estimates and sampling variability, continued (Chapter 5.1) + \item \hl{Reading: }Chapter 5.2 for next time + \item \hl{Deadlines/Announcements: }Q1 retake in discussions + \end{itemize} + +\end{frame} + \ No newline at end of file diff --git a/Week6/Lecture16/Lecture16_draft.tex b/Week6/Lecture16/Lecture16_draft.tex new file mode 100644 index 0000000..c92e36a --- /dev/null +++ b/Week6/Lecture16/Lecture16_draft.tex @@ -0,0 +1,203 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[t,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp5@path{../../Chp 5} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 16]{MA213: Lecture 16} +\subtitle{Module 3: Foundations for inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + + \hfill \includegraphics[width=20mm]{../../oiLogo_highres} + \titlepage + +\end{frame} +} +} + +\include{Lecture16_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Review} + +\begin{frame} +\frametitle{Last time: Point estimates and sampling variability (Ch. 5)} +\begin{itemize} + \item Point estimates, sample size, variability + \item Sampling distributions + \item Binomial distribution + \item Rule of succession for small samples +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demo: Motivate CLT} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Board work: Binomial distribution converges to Normal} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demo: Binomial to Normal} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Central Limit Theorem (Ch. 5.1-5.2)} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Central Limit Theorem} + +\formula{Central limit theorem} +{Sample proportions will be nearly normally distributed with mean equal to the population proportion, $p$, and standard error equal to $\sqrt{\frac{p~(1-p)}{n}}$. +\[ \hat{p} \sim N \pr{ mean = p, SE = \sqrt{\frac{p~(1-p)}{n}} } \] +} + +\begin{itemize} + +\item It wasn't a coincidence that the sampling distribution we saw earlier was symmetric, and centered at the true population proportion. + +\item We won't go through a detailed proof of why $SE = \sqrt{\frac{p~(1-p)}{n}}$, but note that as $n$ increases $SE$ decreases. +\begin{itemize} +\item As $n$ increases samples will yield more consistent $\hat{p}$s, i.e. variability among $\hat{p}$s will be lower. +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{CLT - conditions} + +Certain conditions must be met for the CLT to apply: + +\begin{enumerate} + +\item \hlGr{Independence:} Sampled observations must be independent. \\ + +This is difficult to verify, but is more likely if +\begin{itemize} +\item random sampling/assignment is used, and +\item if sampling without replacement, $n$ $<$ 10\% of the population. +\end{itemize} + +\pause + +\item \hlGr{Sample size:} There should be at least 10 expected successes and 10 expected failures in the observed sample. + +This is difficult to verify if you don't know the population proportion (or can't assume a value for it). In those cases we look for the number of observed successes and failures to be at least 10. + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{When the conditions are not met...} + +\begin{itemize} + +\item When either $np$ or $n(1-p)$ is small, the distribution is more discrete. +\item When $np$ or $n(1-p)$ $<$ 10, the distribution is more skewed. +\item The larger both $np$ and $n(1-p)$, the more normal the distribution. +\item When $np$ and $n(1-p)$ are both very large, the discreteness of the distribution is hardly evident, and the distribution looks much more like a normal distribution. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Extending the framework for other statistics} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Extending the framework for other statistics} + +\begin{itemize} + +\item The strategy of using a sample statistic to estimate a parameter is quite common, and it's a strategy that we can apply to other statistics besides a proportion. + +\begin{itemize} +\item Take a random sample of students at a college and ask them how many extracurricular activities they are involved in to estimate the average number of extra curricular activities all students in this college are interested in. +\end{itemize} + +\item The principles and general ideas are from this chapter apply to other parameters as well, even if the details change a little. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week6/Lecture16/Lecture16_plan.tex b/Week6/Lecture16/Lecture16_plan.tex new file mode 100644 index 0000000..a51152c --- /dev/null +++ b/Week6/Lecture16/Lecture16_plan.tex @@ -0,0 +1,35 @@ + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Lesson Plan} +\begin{itemize} + \item xx min Lecture: Reminder of sampling distribution + \item xx min R demonstration: motivate CLT + \item xx min Board work: Given that the Binomial converges to Normal, derive mean and std error + \item xx min R demonstration: superimpose Normal on simulated sampling dist, show approximation for varying N + \item xx min Lecture: CLT + \item xx min Edfinity quiz: Checking sample size + \item xx min lecture: Wrap up CLT + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Learning Objectives} +\begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3 LO2: Visualize and Interpret Sampling Distributions:} Draw and interpret sampling distributions for a point estimate (e.g., population proportion) across different sample sizes, explaining how the distribution changes as the sample size increases. [Q3, L4] \item \textbf{M6 LO1: Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). + \item \textbf{M3 LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. [Q3, L4] +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Slides to kick off the lecture reminding of sampling distribution with a concrete example +% TODO: board work for mean and variance of normal approximation: use the last page from Lecture 15 notes +% TODO: Cross-reference the R demo in this lecture with the one from Lecture 13, make sure it builds. +% TODO: Edfinity quiz on conditions for CLT diff --git a/Week6/Lecture17/Lecture17_agenda.tex b/Week6/Lecture17/Lecture17_agenda.tex new file mode 100644 index 0000000..e69de29 diff --git a/Week6/Lecture17/Lecture17_plan.tex b/Week6/Lecture17/Lecture17_plan.tex new file mode 100644 index 0000000..c61f4dd --- /dev/null +++ b/Week6/Lecture17/Lecture17_plan.tex @@ -0,0 +1,39 @@ + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Lesson Plan} +\begin{itemize} + \item xx min Lecture: Motivate CIs + \item xx min Board work: given N(mu, sterr), derivation of interval with target level + \item xx min Lecture: Facebook example + \item xx min R demonstration: simulate running the experiment many times, get different answers for the CI, 95\% contain true + \item xx min Edfinity quiz (confidence level) + \item xx min R demonstration: effect of confidence level + \item xx min lecture: Wrap up confidence intervals +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Learning Objectives} +\begin{itemize} + \item \textbf{M1 LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3 LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3 LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M4 LO1: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Make lecture draft file +% TODO: Copy in slides from section 5.2 +% TODO: prep board work on normal distribution CI +% TODO: R Demo on different CIs every time, coverage +% TODO: Edfinity quiz on confidence levels +% TODO: R demo on effect of confidence level + diff --git a/Week7/Lecture18/Lecture18_agenda.tex b/Week7/Lecture18/Lecture18_agenda.tex new file mode 100644 index 0000000..06b9260 --- /dev/null +++ b/Week7/Lecture18/Lecture18_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 3: Foundations for inference} + \begin{itemize} + \item \hl{Previously: }Confidence intervals for a proportion (Chapter 5.2) + \item \hl{This time: }Hypothesis testing for a proportion (Chapter 5.3) + \item \hl{Reading: }Chapter 6.1 for next time + \item \hl{Deadlines/Announcements: }HW 3.1 due today, Q2 in discussions this week + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week7/Lecture18/Lecture18_draft.tex b/Week7/Lecture18/Lecture18_draft.tex new file mode 100644 index 0000000..4cb7087 --- /dev/null +++ b/Week7/Lecture18/Lecture18_draft.tex @@ -0,0 +1,407 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[t,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp5@path{../../Chp 5} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 18]{MA213: Lecture 18} +\subtitle{Module 3: Foundations for inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture18_agenda} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Hypothesis testing for a proportion} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Hypothesis testing framework} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Remember when...} + +Gender discrimination experiment: + +{\footnotesize +\begin{tabular}{ll cc c} + & & \multicolumn{2}{c}{\textit{Promotion}} \\ +\cline{3-4} + & & Promoted & Not Promoted & Total \\ +\cline{2-5} +\multirow{2}{*}{\textit{Gender }} &Male & 21 & 3 & 24 \\ + &Female & 14 & 10 & 24 \\ +\cline{2-5} + &Total & 35 & 13 & 48 \\ +\end{tabular} +} + +\pause + +\[ \hat{p}_{males} = 21 / 24 \approx 0.88 ~ \text{ and } ~ \hat{p}_{females} = 14 / 24 \approx 0.58 \] + +\pause + +Possible explanations: +\begin{itemize} +\item Promotion and gender are \hl{independent}, no gender discrimination, observed difference in proportions is simply due to chance. $\rightarrow$ \orange{null} - {\small (nothing is going on)} +\item Promotion and gender are \hl{dependent}, there is gender discrimination, observed difference in proportions is not due to chance. $\rightarrow$ \orange{alternative} - {\small (something is going on)} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Result} + +\begin{center} +\includegraphics[width=0.75\textwidth]{\chp5@path/5-3_ht_prop/figures/discRandDotPlot/discRandDotPlot} +\end{center} + +\pause + +Since it was quite unlikely to obtain results like the actual data or something more extreme in the simulations (male promotions being 30\% or more higher than female promotions), we decided to reject the null hypothesis in favor of the alternative. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap: hypothesis testing framework} + +\begin{itemize} +\item We start with a \hl{null hypothesis ($H_0$)} that represents the status quo. +\pause +\item We also have an \hl{alternative hypothesis ($H_A$)} that represents our research question, i.e. what we're testing for. +\pause +\item We conduct a hypothesis test under the assumption that the null hypothesis is true, either via simulation or traditional methods based on the central limit theorem (coming up next...). +\pause +\item If the test results suggest that the data do not provide convincing evidence for the alternative hypothesis, we stick with the null hypothesis. If they do, then we reject the null hypothesis in favor of the alternative. +\end{itemize} +\pause +We'll formally introduce the hypothesis testing framework using an example on testing a claim about a proportion. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + \subsection{Testing hypotheses using confidence intervals} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Testing hypotheses using confidence intervals} + +{\small \dq{Earlier we calculated a 95\% confidence interval for the proporton of American Facebook users who think Facebook categorizes their interests accurately as 64\% to 67\%. Based on this confidence interval, do the data support the hypothesis that majority of American Facebook users think Facebook categorizes their interests accurately.}} + +\pause + +\begin{itemize} + +\item The associated hypotheses are: +\begin{itemize} +\item[$H_0$:] $p = 0.50$: 50\% of American Facebook users think Facebook categorizes their interests accurately +\item[$H_A$:] $p > 0.50$: More than 50\% of American Facebook users think Facebook categorizes their interests accurately +\end{itemize} + +\pause + +\item Null value is not included in the interval $\rightarrow$ reject the null hypothesis. + +\pause + +\item This is a quick-and-dirty approach for hypothesis testing, but it doesn't tell us the likelihood of certain outcomes under the null hypothesis (p-value). + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Experiments} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz: Confidence levels} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Decision errors} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Decision errors} + +\begin{itemize} + +\item Hypothesis tests are not flawless. + +\item In the court system innocent people are sometimes wrongly convicted and the guilty sometimes walk free. + +\item Similarly, we can make a wrong decision in statistical hypothesis tests as well. + +\item The difference is that we have the tools necessary to quantify how often we make errors in statistics. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Decision errors (cont.)} + +There are two competing hypotheses: the null and the alternative. In a hypothesis test, we make a decision about which might be true, but our choice might be incorrect. \\ + +\pause + +\begin{center} +\begin{tabular}{l l | c c} +\multicolumn{2}{c}{} & \multicolumn{2}{c}{\textbf{Decision}} \\ +& & fail to reject $H_0$ & reject $H_0$ \\ + \cline{2-4} +& $H_0$ true & \onslide<3->{\green{$\checkmark$}} & \onslide<5->{\orange{Type 1 Error}} \\ +\raisebox{1.5ex}{\textbf{Truth}} & $H_A$ true & \onslide<6->{\orange{Type 2 Error}} & \onslide<4->{\green{$\checkmark$}} \\ + \cline{2-4} +\end{tabular} +\end{center} + +\begin{itemize} +\item \onslide<5->{A \hl{Type 1 Error} is rejecting the null hypothesis when $H_0$ is true.} + +\item \onslide<6->{A \hl{Type 2 Error} is failing to reject the null hypothesis when $H_A$ is true.} + +\item \onslide<7->{We (almost) never know if $H_0$ or $H_A$ is true, but we need to consider all possibilities.} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[shrink] +\frametitle{Hypothesis Test as a trial} + +If we again think of a hypothesis test as a criminal trial then it makes sense to frame the verdict in terms of the null and alternative hypotheses: +\begin{align*} +H_0&:\text{ Defendant is innocent} \\ +H_A&:\text{ Defendant is guilty} +\end{align*} + +Which type of error is being committed in the following circumstances? + +\begin{itemize} +\item Declaring the defendant innocent when they are actually guilty +\soln{\only<2->{\begin{center}\hl{Type 2 error}\end{center}}} +\item Declaring the defendant guilty when they are actually innocent +\soln{\only<3->{\begin{center}\hl{Type 1 error}\end{center}}} +\end{itemize} + +\only<4->{Which error do you think is the worse error to make?} +\only<5>{\begin{center}{\footnotesize ``better that ten guilty persons escape than that one innocent suffer''\\ -- William Blackstone}\end{center}} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Type 1 error rate} + +\begin{itemize} + +\item As a general rule we reject $H_0$ when the p-value is less than 0.05, i.e. we use a \hl{significance level} of 0.05, \mathhl{\alpha = 0.05}. + +\pause + +\item This means that, for those cases where $H_0$ is actually true, we do not want to incorrectly reject it more than 5\% of those times. + +\pause + +\item In other words, when using a 5\% significance level there is about 5\% chance of making a Type 1 error if the null hypothesis is true. +\[ \mathhl{ P(\text{Type 1 error} \: | \: \text{$H_0$ true}) = \alpha } \] + +\pause + +\item This is why we prefer small values of $\alpha$ -- increasing $\alpha$ increases the Type 1 error rate. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Intervals and decision errors} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Formal testing using p-values} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Facebook interest categories} + +\dq{ The same survey asked the 850 respondents how comfortable they are with Facebook creating a list of categories for them. 41\% of the respondents said they are comfortable. Do these data provide convincing evidence that the proportion of American Facebook users are comfortable with Facebook creating a list of interest categories for them is different than 50\%?} + +\vfill + +\ct{\webURL{https://www.pewinternet.org/2019/01/16/facebook-algorithms-and-personal-data/}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Setting the hypotheses} + +\begin{itemize} + +\item The \hl{parameter of interest} is the proportion of \underline{all} American Facebook users who are comfortable with Facebook creating categories of interests for them. + +\pause + +\item There may be two explanations why our sample proportion is lower than 0.50 (minority). +\begin{itemize} +\item The true population proportion is different than 0.50. +\item The true population mean is 0.50, and the difference between the true population proportion and the sample proportion is simply due to natural sampling variability. +\end{itemize} + + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Setting the hypotheses} + +\begin{itemize} + +\item We start with the assumption that 50\% of American Facebook users are comfortable with Facebook creating categories of interests for them +\[ \mathhl{H_0:}~p = 0.50 \] + +\pause + +\item We test the claim that the proportion of American Facebook users who are comfortable with Facebook creating categories of interests for them is different than 50\% +\[ \mathhl{H_A:}~p \ne 0.50 \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Facebook interest categories - conditions} + +\pq{Which of the following is \emph{not} a condition that needs to be met to proceed with this hypothesis test?} + +\begin{enumerate}[(a)] +\item Respondents in the sample should be independent of each other with respect to whether or not they feel comfortable with their interests being categorized by Facebook. +\item Sampling should have been done randomly. +\item The sample size should be less than 10\% of the population of all American Facebook users. +\solnMult{ There should be at least 30 respondents in the sample.} +\item There should be at least 10 expected successes and 10 expected failure. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +Edfinity quiz: Decision errors, concept check + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Intro to test statistics} + +In order to evaluate if the observed sample proportion is unusual for the hypothesized sampling distribution, we determine how many standard errors away from the null it is, which is also called the \hl{test statistic}. + +\pause + +\[ \hat{p} \sim N \pr{ \mu = 0.50, SE = \sqrt{\frac{0.50 \times 0.50}{850} } } \] + +\pause + +\[ Z = \frac{0.41 - 0.50}{0.0171} = -5.26 \] + + \pause + +\dq{The sample proportion is 5.26 standard errors away from the hypothesized value. Is this considered unusually low? That is, is the result \hl{statistically significant}?} + +\pause + +\soln{Yes, and we can quantify how unusual it is using a p-value.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week7/Lecture18/Lecture18_plan.tex b/Week7/Lecture18/Lecture18_plan.tex new file mode 100644 index 0000000..e109e50 --- /dev/null +++ b/Week7/Lecture18/Lecture18_plan.tex @@ -0,0 +1,45 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: Motivate hypothesis tests / reminder of example from Lecture 5 + \item xx min Lecture: Hypothesis testing framework + \item xx min Lecture: Tying in confidence intervals + \item xx min R Demo: Experiments (e.g. show that sometimes you get the wrong answer with a HT) + \item xx min Edfinity Quiz or think/pair/share (e.g. how would a different confidence level affect the hypothesis test?) + \item xx min Lecture: Decision errors, error table + \item xx min R Demonstration: examples of hypothesis tests and decision errors + \begin{enumerate} + \item Highlight: an error that might be easy to make in their own work + \end{enumerate} + \item xx min R Demonstration: computing error rates + \item xx min Edfinity quiz: decision errors, HT concept check + \item xx min Lecture: introduce test statistics (to be continued next time) + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO5: Understand Errors and Significance Levels:} Identify Type I and Type II errors and explain how they are influenced by changes in the significance level. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO3: Conduct and Interpret Hypothesis Tests for Proportions:} Design, execute, and interpret hypothesis tests for population proportions. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: R demo on using CIs to do HTs +% TODO: Edfinity quiz or think/pair/share on how confidence level would affect HT +% TODO: Review use of the word "p-value" before it is defined -- either change the wording or define it earlier +% TODO: R demo on decision errors (now that we've defined them), computing error rates (?) +% TODO: Edfinity quiz on decision errors, HT Concept check + + + + \ No newline at end of file diff --git a/Week7/Lecture19/Lecture19_agenda.tex b/Week7/Lecture19/Lecture19_agenda.tex new file mode 100644 index 0000000..b3c2ac2 --- /dev/null +++ b/Week7/Lecture19/Lecture19_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 3: Foundations for inference} + \begin{itemize} + \item \hl{Previously: }Hypothesis testing for a proportion (Chapter 5.3) + \item \hl{This time: }Hypothesis testing for a proportion (Chapter 5.3), continued + \item \hl{Reading: }Chapter 6.1 for next time + \item \hl{Deadlines/Announcements: }Q2 in discussions this week + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week7/Lecture19/Lecture19_draft.tex b/Week7/Lecture19/Lecture19_draft.tex new file mode 100644 index 0000000..8099ebd --- /dev/null +++ b/Week7/Lecture19/Lecture19_draft.tex @@ -0,0 +1,226 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[t,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} +\def\chp5@path{.} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 19]{MA213: Lecture 19} +\subtitle{Module 3: Foundations for inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture19_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Review: Test statistics, p-values} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Last slide from last lecture: +\begin{frame} +\frametitle{Last time: test statistics} + +In order to evaluate if the observed sample proportion is unusual for the hypothesized sampling distribution, we determine how many standard errors away from the null it is, which is also called the \hl{test statistic}. + +\pause + +\[ \hat{p} \sim N \pr{ \mu = 0.50, SE = \sqrt{\frac{0.50 \times 0.50}{850} } } \] + +\pause + +\[ Z = \frac{0.41 - 0.50}{0.0171} = -5.26 \] + +\pause + +\dq{The sample proportion is 5.26 standard errors away from the hypothesized value. Is this considered unusually low? That is, is the result \hl{statistically significant}?} + +\pause + +\soln{Yes, and we can quantify how unusual it is using a p-value.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{p-values} + +\begin{itemize} + +\item We then use this test statistic to calculate the \hl{p-value}, the probability of observing data at least as favorable to the alternative hypothesis as our current data set, if the null hypothesis were true. + +\pause + +\item If the p-value is \hl{low} (lower than the significance level, $\alpha$, which is usually 5\%) we say that it would be very unlikely to observe the data if the null hypothesis were true, and hence \hl{reject $H_0$}. + +\pause + +\item If the p-value is \hl{high} (higher than $\alpha$) we say that it is likely to observe the data even if the null hypothesis were true, and hence \hl{do not reject $H_0$}. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Facebook interest categories - p-value} + +\hl{p-value:} probability of observing data at least as favorable to $H_A$ as our current data set (a sample proportion lower than 0.41), if in fact $H_0$ were true (the true population proportion was 0.50). + +\pause + +\[ P(\hat{p} < 0.41~\text{ or }~\hat{p} > 0.59~|~p = 0.50) = P(|Z| > 5.26) < 0.0001 \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Facebook interest categories - Making a decision} + +\begin{itemize} + +\item p-value $<$ 0.0001 + +\pause + +\begin{itemize} +\item If 50\% of all American FB users are comfortable with FB creating these interest categories, there is less than a 0.01\% chance of observing a random sample of 850 American Facebook users where 41\% or fewer or 59\% of higher feel comfortable with it. +\pause +\item Pretty low probability to think that observed sample proportion, or something more extreme, is likely to happen by chance. +\end{itemize} + +\pause +\item Since p-value is \orange{low} (lower than 5\%) we \orange{reject $H_0$}. + +\pause +\item The data provide convincing evidence that the proportion of American FB users who are comfortable with FB creating a list of interest categories for them is different than 50\%. + +\pause +\item The difference between the null value of 0.50 and observed sample proportion of 0.41 is \orange{not due to chance} or sampling variability. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Choosing a significance level} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Choosing a significance level} + +\begin{itemize} + +\item While the the traditional level is 0.05, it is helpful to adjust the significance level based on the application. + +\item Select a level that is smaller or larger than 0.05 depending on the consequences of any conclusions reached from the test. + +\item If making a Type 1 Error is dangerous or especially costly, we should choose a small significance level (e.g. 0.01). Under this scenario we want to be very cautious about rejecting the null hypothesis, so we demand very strong evidence favoring $H_A$ before we would reject $H_0$. + +\item If a Type 2 Error is relatively more dangerous or much more costly than a Type 1 Error, then we should choose a higher significance level (e.g. 0.10). Here we want to be cautious about failing to reject $H_0$ when the null is actually false. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{One vs. two sided hypothesis tests} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{One vs. two sided hypothesis tests} + +\begin{itemize} + +\item In two sided hypothesis tests we are interested in whether $p$ is either above or below some null value $p_0$: $H_A: p \ne p_0$. + +\item In one sided hypothesis tests we are interested in $p$ differing from the null value $p_0$ in one direction (and not the other): +\begin{itemize} +\item If there is only value in detecting if population parameter is less than $p_0$, then $H_A: p < p_0$. +\item If there is only value in detecting if population parameter is greater than $p_0$, then $H_A: p > p_0$. +\end{itemize} + +\item Two-sided tests are often more appropriate as we often want to detect if the data goes clearly in the opposite direction of our alternative hypothesis as well. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: p-values, significance, and errors (again)} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz: Interpreting p-values} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week7/Lecture19/Lecture19_plan.tex b/Week7/Lecture19/Lecture19_plan.tex new file mode 100644 index 0000000..ac7a9ed --- /dev/null +++ b/Week7/Lecture19/Lecture19_plan.tex @@ -0,0 +1,35 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: Test statistics, continued - motivate p-values + \item xx min Lecture: p-values, one- vs two-sided tests + \item xx min R Demonstration: p-values, significance level, tie in decision errors + \item xx min Edfinity quiz: examples of interpreting and making decisions from p-values + \item xx min Lecture: review quiz answers + \item xx min Lecture: Recap of hypothesis testing, with 5 elements: H0, HA, Test statistic/p-value, Rejection Region/Significance level, Inference. First 4 steps can happen before experiment, last steps happen once you have the data + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO5: Understand Errors and Significance Levels:} Identify Type I and Type II errors and explain how they are influenced by changes in the significance level. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO3: Conduct and Interpret Hypothesis Tests for Proportions:} Design, execute, and interpret hypothesis tests for population proportions. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: R demo on p-values +% TODO: Edfinity quiz on p-values +% TODO: Consider adding section on issues with p-values +% TODO: Consider adding section relating interpreting a HT in the units of the test statistic -- using a rejection region +% TODO: Add a recap of hypothesis testing to the end, summarizing the key parts \ No newline at end of file diff --git a/Week7/Lecture20/Lecture20_agenda.tex b/Week7/Lecture20/Lecture20_agenda.tex new file mode 100644 index 0000000..30b4140 --- /dev/null +++ b/Week7/Lecture20/Lecture20_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 3: Foundations for inference} + \begin{itemize} + \item \hl{Previously: }Hypothesis testing for a proportion (Chapter 5.3) + \item \hl{This time: }Inference for a single proportion (Chapter 6.1) + \item \hl{Reading: }Chapter 6.2 for next time + \item \hl{Deadlines/Announcements: }HW 3.2 due Monday + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week7/Lecture20/Lecture20_draft.tex b/Week7/Lecture20/Lecture20_draft.tex new file mode 100644 index 0000000..3a05bd9 --- /dev/null +++ b/Week7/Lecture20/Lecture20_draft.tex @@ -0,0 +1,446 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp6@path{../../Chp 6} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 20]{MA213: Lecture 20} +\subtitle{Module 3: Foundations for inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture20_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Inference for a single proportion} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\pq{Two scientists want to know if a certain drug is effective against high blood pressure. The first scientist wants to give the drug to 1000 people with high blood pressure and see how many of them experience lower blood pressure levels. The second scientist wants to give the drug to 500 people with high blood pressure, and not give the drug to another 500 people with high blood pressure, and see how many in both groups experience lower blood pressure levels. Which is the better way to test this drug?} + +\begin{enumerate}[(a)] +\item All 1000 get the drug +\solnMult{500 get the drug, 500 don't} +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Results from the GSS} + +The GSS asks the same question, below is the distribution of responses from the 2010 survey: \\ + +\begin{center} +\begin{tabular}{l c} +All 1000 get the drug & 99 \\ +500 get the drug 500 don't & 571 \\ +\hline +Total & 670 +\end{tabular} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Parameter and point estimate} + +\dq{We would like to estimate the proportion of all Americans who have good intuition about experimental design, i.e. would answer ``500 get the drug 500 don't"? What are the parameter of interest and the point estimate?} + +\pause + +\begin{itemize} + +\item \hl{Parameter of interest:} Proportion of \orange{all} Americans who have good intuition about experimental design. +\[ \mathhl{p}~\scriptsize{(\text{a population proportion})} \] + +\pause + +\item \hl{Point estimate:} Proportion of \orange{sampled} Americans who have good intuition about experimental design. +\[ \mathhl{\hat{p}}~\scriptsize{(\text{a sample proportion})} \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Inference on a proportion} + +\dq{What percent of all Americans have good intuition about experimental design, i.e. would answer ``500 get the drug 500 don't"?} + +\pause + +\begin{itemize} + +\item We can answer this research question using a confidence interval, which we know is always of the form + +\[ \textcolor{orange}{point~estimate \pm ME} \] + +\pause + +\item And we also know that \textcolor{orange}{$ME = critical~value \times standard~error$} of the point estimate. + +\end{itemize} + +\pause + +\formula{Standard error of a sample proportion} +{ +\[ SE_{\hat{p}} = \sqrt{\frac{p~(1-p)}{n}} \] +} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Identifying when a sample proportion is nearly normal} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Sample proportions are also nearly normally distributed} + +\formula{Central limit theorem for proportions} +{ +Sample proportions will be nearly normally distributed with mean equal to the population proportion, $p$, and standard error equal to $\sqrt{\frac{p~(1-p)}{n}}$. +\[ \hat{p} \sim N \pr{ mean = p, SE = \sqrt{\frac{p~(1-p)}{n}} } \] +} + +But of course this is true only under certain conditions... + +\dq{Any guesses?} + +\soln{\pause{Independent observations, at least 10 successes and 10 failures}} + +\pause + +\Note{If $p$ is unknown (most cases), we use $\hat{p}$ in the calculation of the standard error.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%\begin{frame} +%\frametitle{A quick activity} +% +%\pq{Flip a coin 20 times -- this is going to get loud! Record the number of heads and then use your clicker to submit the proportion of heads you obtained.} +% +%\begin{enumerate}[(a)] +%\item $\le$ 0.3 +%\item 0.4 +%\item 0.5 +%\item 0.6 +%\item $\ge$ 0.7 +%\end{enumerate} +% +%\end{frame} +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%\begin{frame} +% +%\formula{Central limit theorem for proportions} +%{ +%Sample proportions will be nearly normally distributed with mean equal to the population mean, $p$, and standard error equal to $\sqrt{\frac{p~(1-p)}{n}}$. +%\[ \hat{p} \sim N \pr{ mean = p, SE = \sqrt{\frac{p~(1-p)}{n}} } \] +%If the population proportion is not available, use the sample proportion to estimate the standard error. +%} +% +%\pause +% +%Assumptions/conditions: +%\begin{enumerate}[1.] +%\item \hl{Independence}: +%\begin{itemize} +%\item \hlGr{Random sample} +%\item \hlGr{10\% condition}: If sampling without replacement, $n <$ 10\% of the population. +%\end{itemize} +%\item \hl{Normality}: At least 10 successes and 10 failures. +%\end{enumerate} +% +%\end{frame} +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Confidence intervals for a proportion} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Back to experimental design...} + +\dq{The GSS found that 571 out of 670 (85\%) Americans answered the question on experimental design correctly. Estimate (using a 95\% confidence interval) the proportion of all Americans who have good intuition about experimental design?} + +\pause +Given: $n = 670, \hat{p} = 0.85$. First, check conditions. + +\pause +\begin{enumerate}[1.] +\item \hl{Independence}: The sample is random, and 670 $<$ 10\% of all Americans, therefore we can assume that one respondent's response is independent of another. +\pause +\item \hl{Success-failure}: 571 people answered correctly (successes) and 99 answered incorrectly (failures), both are greater than 10. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\pq{We are given that $n = 670, \hat{p} = 0.85$, we also just learned that the standard error of the sample proportion is $SE = \sqrt{\frac{p(1-p)}{n}}$. Which of the below is the correct calculation of the 95\% confidence interval?} + +\begin{enumerate}[(a)] +\solnMult{$0.85 \pm 1.96 \times \sqrt{\frac{0.85 \times 0.15}{670}}$} \soln{\only<2>{\orange{$\rightarrow (0.82, 0.88)$}}} +\item $0.85 \pm 1.65 \times \sqrt{\frac{0.85 \times 0.15}{670}}$ +\item $0.85 \pm 1.96 \times \frac{0.85 \times 0.15}{\sqrt{670}}$ +\item $571 \pm 1.96 \times \sqrt{\frac{571 \times 99}{670}}$ +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%\begin{frame} +%\frametitle{Interpretation of the CI} +% +%\pq{Based on this confidence interval, does it appear that more than a 80\% of Americans have a good intuition on experimental design? \\ +%\soln{(0.82, 0.88)} +%} +% +%\begin{enumerate}[(a)] +%\solnMult{Yes} +%\item No +%\item Cannot tell +%\end{enumerate} +% +%\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Effects of sample size} % Note: thinking to replace the slides below + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \subsection{Choosing a sample size when estimating a proportion} + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{Choosing a sample size} + +% \dq{How many people should you sample in order to cut the margin of error of a 95\% confidence interval down to 1\%.} +% \pause +% \[ ME = z^\star \times SE\] +% \pause +% \begin{eqnarray*} +% 0.01 &\ge& 1.96 \times \sqrt{\frac{0.85 \times 0.15}{n}} \orange{$\rightarrow$ \text{Use $\hat{p}$ from previous study}} \\ +% \pause +% 0.01^2 &\ge& 1.96^2 \times \frac{0.85 \times 0.15}{n} \\ +% \pause +% n &\ge& \frac{1.96^2 \times 0.85 \times 0.15}{0.01^2} \\ +% \pause +% n &\ge& 4898.04 \pause \orange{~$\rightarrow$ n \text{ should be at least 4,899}} +% \end{eqnarray*} + +% \end{frame} + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{frame} +% \frametitle{What if there isn't a previous study?} + +% ... use $\hat{p} = 0.5$ + +% \vspace{1cm} + +% \dq{why?} +% \pause + +% \begin{itemize} +% \item if you don't know any better, 50-50 is a good guess +% \pause +% \item $\hat{p} = 0.5$ gives the most conservative estimate -- highest possible sample size +% \end{itemize} + +% \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Hypothesis testing for a proportion} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{CI vs. HT for proportions} + +\begin{itemize} + +\item Success-failure condition: +\begin{itemize} +\item CI: At least 10 \orange{observed} successes and failures +\item HT: At least 10 \orange{expected} successes and failures, calculated using the null value +\end{itemize} + +\item Standard error: +\begin{itemize} +\item CI: calculate using observed sample proportion: $SE = \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}$ +\item HT: calculate using the null value: $SE = \sqrt{\frac{p_0(1-p_0)}{n}}$ +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\dq{The GSS found that 571 out of 670 (85\%) Americans answered the question on experimental design correctly. Do these data provide convincing evidence that more than 80\% of Americans have a good intuition about experimental design?} + +\pause + +\[ H_0: p = 0.80 \qquad H_A: p > 0.80 \] + +\twocol{0.6}{0.4} +{ +\pause +\begin{eqnarray*} +SE &=& \sqrt{\frac{0.80 \times 0.20}{670}} = 0.0154 \\ +\pause +Z &=& \frac{0.85 - 0.80}{0.0154} = 3.25 \\ +\pause +p-value &=& 1 - 0.9994 = 0.0006 \\ +\end{eqnarray*} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp6@path/6-1_single_prop/figures/expdesgn_norm} +\end{center} +} +\pause +Since the p-value is low, we reject $H_0$. The data provide convincing evidence that more than 80\% of Americans have a good intuition on experimental design. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Recap} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\pq{11\% of 1,001 Americans responding to a 2006 Gallup survey stated that they have objections to celebrating Halloween on religious grounds. At 95\% confidence level, the margin of error for this survey is $\pm 3\%$. A news piece on this study's findings states: ``More than 10\% of all Americans have objections on religious grounds to celebrating Halloween." At 95\% confidence level, is this news piece's statement justified?} + +\begin{enumerate}[(a)] +\item Yes +\solnMult{No} +\item Cannot tell +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap - inference for one proportion} + +\begin{itemize} + +\item Population parameter: $p$, point estimate: $\hat{p}$ + +\pause + +\item Conditions: +\begin{itemize} +\item independence \\ +- random sample and 10\% condition +\item at least 10 successes and failures\\ - if not $\rightarrow$ randomization +\end{itemize} + +\pause + +\item Standard error: $SE = \sqrt{ \frac{p(1-p)}{n} }$ +\begin{itemize} +\item for CI: use $\hat{p}$ +\item for HT: use $p_0$ +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity quiz: experimental design examples} % could replace the "back to experimental design" slides above + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week7/Lecture20/Lecture20_plan.tex b/Week7/Lecture20/Lecture20_plan.tex new file mode 100644 index 0000000..3fe556a --- /dev/null +++ b/Week7/Lecture20/Lecture20_plan.tex @@ -0,0 +1,33 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: parameters of interest, point estimates + \item xx min Lecture: inference on a proportion: computing standard error, creating a confidence interval + \item xx min R Demonstration: how does the choice of sample size affect inference results? + \item xx min Edfinity quiz: experimental design examples + \item xx min Lecture: review quiz answers + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3, LO4: Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. + \item \textbf{M3, LO5: Understand Errors and Significance Levels:} Identify Type I and Type II errors and explain how they are influenced by changes in the significance level. + \item \textbf{M4, LO1: Calculate Sample Size for Confidence Intervals:} Calculate the required minimum sample size for a given margin of error and confidence level. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO3: Conduct and Interpret Hypothesis Tests for Proportions:} Design, execute, and interpret hypothesis tests for population proportions. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: R demo: effect of sample size. +% TODO: Edfinity quiz on experimental design for proportion inference \ No newline at end of file diff --git a/Week8/Lecture21/Lecture21_agenda.tex b/Week8/Lecture21/Lecture21_agenda.tex new file mode 100644 index 0000000..e2a8bae --- /dev/null +++ b/Week8/Lecture21/Lecture21_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 3: Foundations for inference} + \begin{itemize} + \item \hl{Previously: }Inference for a single proportion (Chapter 6.1) + \item \hl{This time: }Difference of two proportions (Chapter 6.2) + \item \hl{Reading: }Chapter 6.3 for next time + \item \hl{Deadlines/Announcements: }HW 3.2 due today + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week8/Lecture21/Lecture21_draft.tex b/Week8/Lecture21/Lecture21_draft.tex new file mode 100644 index 0000000..fd21712 --- /dev/null +++ b/Week8/Lecture21/Lecture21_draft.tex @@ -0,0 +1,481 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp6@path{../../Chp 6} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 21]{MA213: Lecture 21} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture21_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Review: Inference for one proportion} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Difference of two proportions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Melting ice cap} + +\pq{Scientists predict that global warming may have big effects on the polar regions within the next 100 years. One of the possible effects is that the northern ice cap may completely melt. Would this bother you a great deal, some, a little, or not at all if it actually happened?} + +\begin{enumerate}[(a)] +\item A great deal +\item Some +\item A little +\item Not at all +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Results from the GSS} + +The GSS asks the same question, below are the distributions of responses from the 2010 GSS as well as from a group of introductory statistics students at Duke University: \\ + +\begin{center} +\begin{tabular}{l r r} +\hline + & GSS & Duke \\ +\hline +A great deal & 454 & 69 \\ +Some & 124 & 30\\ +A little & 52 & 4\\ +Not at all & 50 & 2 \\ +\hline +Total & 680 & 105\\ +\hline +\end{tabular} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Parameter and point estimate} + +\begin{itemize} + +\item \hl{Parameter of interest:} Difference between the proportions of \orange{all} Duke students and \orange{all} Americans who would be bothered a great deal by the northern ice cap completely melting. +\[ \mathhl{ p_{Duke} - p_{US} }\] + +\pause + +\item \hl{Point estimate:} Difference between the proportions of \orange{sampled} Duke students and \orange{sampled} Americans who would be bothered a great deal by the northern ice cap completely melting. +\[ \mathhl{ \hat{p}_{Duke} - \hat{p}_{US} }\] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Inference for comparing proportions} + +\begin{itemize} + +\item The details are the same as before... + +\pause + +\item CI: \textcolor{orange}{$point~estimate \pm margin~of~error$} + +\pause + +\item HT: Use \textcolor{orange}{$Z = \frac{point~estimate - null~value}{SE}$} to find appropriate p-value. + +\pause + +\item We just need the appropriate standard error of the point estimate ($SE_{ \hat{p}_{Duke} - \hat{p}_{US}}$), which is the only new concept. + +\end{itemize} + +\pause + +\formula{Standard error of the difference between two sample proportions} +{ +\[ SE_{(\hat{p}_1 - \hat{p}_2)} = \sqrt{ \frac{p_1(1-p_1)}{n_1} + \frac{p_2(1-p_2)}{n_2} } \] +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Confidence intervals for difference of proportions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditions for CI for difference of proportions} + +\begin{enumerate} + +\item \hl{Independence within groups: } +\begin{itemize} +\item The US group is sampled randomly and we're assuming that the Duke group represents a random sample as well. +\pause +\item 105 $<$ 10\% of all Duke students and 680 $<$ 10\% of all Americans. +\end{itemize} +\pause +We can assume that the attitudes of Duke students in the sample are independent of each other, and attitudes of US residents in the sample are independent of each other as well. + +\pause + +\item \hl{Independence between groups: } +The sampled Duke students and the US residents are independent of each other. + +\pause + +\item \hl{Success-failure:} \\ +At least 10 observed successes and 10 observed failures in the two groups. + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\dq{Construct a 95\% confidence interval for the difference between the proportions of Duke students and Americans who would be bothered a great deal by the melting of the northern ice cap \orange{($p_{Duke} - p_{US}$)}.} + +{\footnotesize +\begin{center} +\begin{tabular}{l | c c} +Data & Duke & US \\ +\hline +A great deal & 69 & 454 \\ +Not a great deal& 36 & 226 \\ +\hline +Total & 105 & 680 \\ +\hline +\pause +$\hat{p}$ & 0.657 & 0.668 +\end{tabular} +\end{center} +} + +\pause + +\soln{ +\begin{eqnarray*} +&& (\hat{p}_{Duke} - \hat{p}_{US}) \pm z^\star \times \sqrt{ \frac{ \hat{p}_{Duke} (1 - \hat{p}_{Duke})}{n_{Duke} } + \frac{ \hat{p}_{US} (1 - \hat{p}_{US})}{n_{US} } } \\ +\pause +&=& (0.657 - 0.668) \pause \pm 1.96 \pause \times \sqrt{ \frac{0.657 \times 0.343}{105} + \frac{0.668 \times 0.332}{680} } \\ +\pause +&=& -0.011 \pm \pause 1.96 \times 0.0497 \\ +\pause +&=& -0.011 \pm 0.097 \\ +\pause +&=& (-0.108, 0.086) +\end{eqnarray*} +} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{R Demonstration: Sample size for proportions} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{HT for comparing proportions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\pq{Which of the following is the correct set of hypotheses for testing if the proportion of all Duke students who would be bothered a great deal by the melting of the northern ice cap differs from the proportion of all Americans who do?} + +\begin{enumerate}[(a)] +\solnMult{ $H_0: p_{Duke} = p_{US}$ \\ +$H_A: p_{Duke} \ne p_{US}$ } +\item $H_0: \hat{p}_{Duke} = \hat{p}_{US}$ \\ +$H_A: \hat{p}_{Duke} \ne \hat{p}_{US}$ +\solnMult{ $H_0: p_{Duke} - p_{US} = 0$ \\ +$H_A: p_{Duke} - p_{US} \ne 0$ } +\item $H_0: p_{Duke} = p_{US}$ \\ +$H_A: p_{Duke} < p_{US}$ +\end{enumerate} + +\soln{ +\only<2>{\orange{Both (a) and (c) are correct.}} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz: Experimental design, HT} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Flashback to working with one proportion} + +\begin{itemize} + +\item When constructing a confidence interval for a population proportion, we check if the \orange{observed} number of successes and failures are at least 10. +\[ n\hat{p} \ge 10 \qquad \qquad n(1-\hat{p}) \ge 10 \] + +\pause + +\item When conducting a hypothesis test for a population proportion, we check if the \orange{expected} number of successes and failures are at least 10. +\[ np_0 \ge 10 \qquad \qquad n(1-p_0) \ge 10 \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Pooled estimate of a proportion} + +\begin{itemize} + +\item In the case of comparing two proportions where $H_0: p_1 = p_2$, there isn't a given null value we can use to calculated the \orange{expected} number of successes and failures in each sample. + +\pause + +\item Therefore, we need to first find a common (\hl{pooled}) proportion for the two groups, and use that in our analysis. + +\pause + +\item This simply means finding the proportion of total successes among the total number of observations. + +\end{itemize} + +$\:$ \\ + +\formula{Pooled estimate of a proportion} +{ \[ \hat{p} = \frac{\#~of~successes_1 + \#~of~successes_2}{n_1 + n_2} \] } + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\dq{Calculate the estimated \underline{pooled proportion} of Duke students and Americans who would be bothered a great deal by the melting of the northern ice cap. Which sample proportion ($\hat{p}_{Duke}$ or $\hat{p}_{US}$) the pooled estimate is closer to? Why?} + +{\footnotesize +\begin{center} +\begin{tabular}{l | c c} +Data & Duke & US \\ +\hline +A great deal & 69 & 454 \\ +Not a great deal& 36 & 226 \\ +\hline +Total & 105 & 680 \\ +\hline +$\hat{p}$ & 0.657 & 0.668 +\end{tabular} +\end{center} +} + +\pause + +\soln{ +\begin{eqnarray*} +\hat{p} &=& \frac{\#~of~successes_1 + \#~of~successes_2}{n_1 + n_2} \\ +\pause +&=& \frac{69+454}{105+680} \pause = \frac{523}{785} \pause = 0.666 +\end{eqnarray*} +} + +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\dq{Do these data suggest that the proportion of all Duke students who would be bothered a great deal by the melting of the northern ice cap differs from the proportion of all Americans who do? Calculate the test statistic, the p-value, and interpret your conclusion in context of the data.} + +{\footnotesize +\begin{center} +\begin{tabular}{l | c c} +Data & Duke & US \\ +\hline +A great deal & 69 & 454 \\ +Not a great deal& 36 & 226 \\ +\hline +Total & 105 & 680 \\ +\hline +$\hat{p}$ & 0.657 & 0.668 +\end{tabular} +\end{center} +} + +\pause + +\soln{ +\begin{eqnarray*} +Z &=& \frac{(\hat{p}_{Duke} - \hat{p}_{US})}{\sqrt{ \frac{ \hat{p} (1 - \hat{p})}{n_{Duke} } + \frac{ \hat{p} (1 - \hat{p})}{n_{US} } }} \\ +\pause +&=& \frac{(0.657 - 0.668)}{\sqrt{ \frac{0.666 \times 0.334}{105} + \frac{0.666 \times 0.334}{680} }} = \pause \frac{-0.011}{0.0495} \pause = -0.22 \\ +\pause +p-value &=& 2 \times P(Z < -0.22) \pause = 2 \times 0.41 = 0.82 +\end{eqnarray*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Edfinity Quiz: HT for a difference in proportions} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Recap} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap - comparing two proportions} + +\begin{itemize} + +\item Population parameter: $(p_1 - p_2)$, point estimate: $(\hat{p}_1 - \hat{p}_2)$ + +\pause + +\item Conditions: +\pause +\begin{itemize} +\item independence within groups \\ +- random sample and 10\% condition met for both groups +\item independence between groups +\item at least 10 successes and failures in each group\\ +- if not $\rightarrow$ randomization (Section 6.4) +\end{itemize} + +\pause + +\item $SE_{(\hat{p}_1 - \hat{p}_2)} = \sqrt{ \frac{p_1(1-p_1)}{n_1} + \frac{p_2(1-p_2)}{n_2} }$ +\begin{itemize} +\item for CI: use $\hat{p}_1$ and $\hat{p}_2$ +\item for HT: +\begin{itemize} +\item when $H_0: p_1 = p_2$: use $\hat{p}_{pool} = \frac{\#~suc_1 + \#suc_2}{n_1 + n_2}$ +\item when $H_0: p_1 - p_2 = $ \textit{(some value other than 0)}: use $\hat{p}_1$ and $\hat{p}_2$ \\ +- this is pretty rare +\end{itemize} +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Reference - standard error calculations} + +\begin{center} +\begin{tabular}{l | l | l} + & one sample & two samples \\ +\hline +& & \\ +mean & $SE = \frac{s}{\sqrt{n}}$ & $SE = \sqrt{ \frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}$ \\ +& & \\ +\hline +& & \\ +proportion & $SE = \sqrt{ \frac{p(1-p)}{n} }$ & $SE = \sqrt{ \frac{p_1(1-p_1)}{n_1} + \frac{p_2(1-p_2)}{n_2} }$ \\ +& & \\ +\end{tabular} +\end{center} + +\pause + +\begin{itemize} + +\item When working with means, it's very rare that $\sigma$ is known, so we usually use $s$. + +\pause + +\item When working with proportions, +\begin{itemize} +\item if doing a hypothesis test, $p$ comes from the null hypothesis +\item if constructing a confidence interval, use $\hat{p}$ instead +\end{itemize} + +\end{itemize} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week8/Lecture21/Lecture21_plan.tex b/Week8/Lecture21/Lecture21_plan.tex new file mode 100644 index 0000000..15dd9a4 --- /dev/null +++ b/Week8/Lecture21/Lecture21_plan.tex @@ -0,0 +1,36 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: recap inference for one proportion, motivate difference of two proportions + \item xx min Lecture: difference of proportions CIs + \item xx min R Demonstration: examples - how does the sample size affect inference this time? (for CIs) + \item xx min Lecture: difference of proportions for HTs + \item xx min Edfinity quiz: experimental design, null/alternative hypotheses examples + \item xx min Lecture: review quiz answers + \item xx min Lecture: pooled proportion + \item xx min Edfinity quiz: Computing test statistic for H0:p1=p2 + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M4, LO1: Calculate Sample Size for Confidence Intervals:} Calculate the required minimum sample size for a given margin of error and confidence level. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO3: Conduct and Interpret Hypothesis Tests for Proportions:} Design, execute, and interpret hypothesis tests for population proportions. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: [can wait until during the semester, in case the lecture divisions are different] Slide(s) to recap difference of one proportion +% TODO: R demo on sample size for two proportions +% TODO: Edfinity quiz on HT design +% TODO: Edfinity quiz on computing test statistic using pooled proportion diff --git a/Week8/Lecture22/Lecture22_agenda.tex b/Week8/Lecture22/Lecture22_agenda.tex new file mode 100644 index 0000000..af70eb6 --- /dev/null +++ b/Week8/Lecture22/Lecture22_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 3: Foundations for inference} + \begin{itemize} + \item \hl{Previously: }Difference of two proportions (Chapter 6.2) + \item \hl{This time: }Testing for goodness of fit using chi-square (Chapter 6.3) + \item \hl{Reading: }Chapter 6.4 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week8/Lecture22/Lecture22_draft.tex b/Week8/Lecture22/Lecture22_draft.tex new file mode 100644 index 0000000..af10a36 --- /dev/null +++ b/Week8/Lecture22/Lecture22_draft.tex @@ -0,0 +1,790 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp6@path{../../Chp 6} +\input{../../lec_style.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 22]{MA213: Lecture 22} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture22_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Review} + +\begin{frame} + \frametitle{Last time: pooled proportion} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: inference about one vs two proportions} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Chi-square test of GOF} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Weldon's dice} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Weldon's dice} + +\twocol{0.75}{0.25} +{ +\begin{itemize} + +\item Walter Frank Raphael Weldon (1860 - 1906), was an English evolutionary biologist and a founder of biometry. He was the joint founding editor of Biometrika, with Francis Galton and Karl Pearson. + +\item In 1894, he rolled 12 dice 26,306 times, and recorded the number of 5s or 6s (which he considered to be a success). + +\end{itemize} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp6@path/6-3_chisq_gof/figures/dice/weldon} +\end{center} +} +\begin{itemize} + +\item It was observed that 5s or 6s occurred more often than expected, and Pearson hypothesized that this was probably due to the construction of the dice. Most inexpensive dice have hollowed-out pips, and since opposite sides add to 7, the face with 6 pips is lighter than its opposing face, which has only 1 pip. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Labby's dice} + +\twocol{0.6}{0.4} +{ +\begin{itemize} + +\item In 2009, Zacariah Labby (U of Chicago), repeated Weldon's experiment using a homemade dice-throwing, pip counting machine. +\begin{center} +\webURL{http://www.youtube.com/watch?v=95EErdouO2w} +\end{center} + +\item The rolling-imaging process took about 20 seconds per roll. + +\end{itemize} +} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp6@path/6-3_chisq_gof/figures/dice/labby} +\end{center} +} + +\begin{itemize} + +\item Each day there were $\sim$150 images to process manually. + +\item At this rate Weldon's experiment was repeated in a little more than six full days. + +\item Recommended reading: \webURL{http://galton.uchicago.edu/about/docs/labby09dice.pdf} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Labby's dice (cont.)} + +\begin{itemize} + +\item Labby did not actually observe the same phenomenon that Weldon observed (higher frequency of 5s and 6s). + +\item Automation allowed Labby to collect more data than Weldon did in 1894, instead of recording ``successes" and ``failures", Labby recorded the individual number of pips on each die. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.5\textwidth]{\chp6@path/6-3_chisq_gof/figures/dice/labbyPipCounts} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection*{Creating a test statistic for one-way tables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected counts} + +\pq{Labby rolled 12 dice 26,306 times. If each side is equally likely to come up, how many 1s, 2s, $\cdots$, 6s would he expect to have observed?} + +\begin{enumerate}[(a)] +\item $\frac{1}{6}$ +\item $\frac{12}{6}$ +\item $\frac{26,306}{6}$ +\solnMult{ $\frac{12 \times 26,306}{6}$ } \soln{\only<2>{\orange{$= 52,612$}}} +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Summarizing Labby's results} + +The table below shows the observed and expected counts from Labby's experiment. + +{\small +\begin{center} +\renewcommand\arraystretch{1.2} +\begin{tabular}{c | c c} +Outcome & Observed & Expected \\ +\hline +1 & 53,222 & 52,612 \\ +2 & 52,118 & 52,612 \\ +3 & 52,465 & 52,612 \\ +4 & 52,338 & 52,612 \\ +5 & 52,244 & 52,612 \\ +6 & 53,285 & 52,612 \\ +\hline +Total & 315,672 & 315,672 +\end{tabular} +\end{center} +} + +\pause +\dq{Why are the expected counts the same for all outcomes but the observed counts are different? At a first glance, does there appear to be an inconsistency between the observed and expected counts?} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Hypotheses about Labby's dice} % to replace slides below + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Setting the hypotheses} + +\dq{Do these data provide convincing evidence of an inconsistency between the observed and expected counts?} + +\pause + +\begin{itemize} +\item[$H_0$:] There is no inconsistency between the observed and the expected counts. \hlGr{The observed counts follow the same distribution as the expected counts.} + +\pause + +\item[$H_A$:] There is an inconsistency between the observed and the expected counts. \hlGr{The observed counts \orange{do not} follow the same distribution as the expected counts.} There is a bias in which side comes up on the roll of a die. +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Evaluating the hypotheses} + +\begin{itemize} + +\item To evaluate these hypotheses, we quantify how different the observed counts are from the expected counts. + +\pause + +\item Large deviations from what would be expected based on sampling variation (chance) alone provide strong evidence for the alternative hypothesis. + +\pause + +\item This is called a \hl{goodness of fit} test since we're evaluating how well the observed data fit the expected distribution. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{The chi-square test statistic} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Anatomy of a test statistic} + +\begin{itemize} + +\item The general form of a test statistic is +\[ \frac{\text{point estimate} - \text{null value}}{\text{SE of point estimate}} \] + +\pause + +\item This construction is based on +\begin{enumerate} +\item identifying the difference between a point estimate and an expected value if the null hypothesis was true, and +\item standardizing that difference using the standard error of the point estimate. +\end{enumerate} +\pause + +These two ideas will help in the construction of an appropriate test statistic for count data. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Chi-square statistic} + +When dealing with counts and investigating how far the observed counts are from the expected counts, we use a new test statistic called the \hl{chi-square ($\chi^2$) statistic}. + +$\:$ \\ + +\pause + +\formula{$\chi^2$ statistic} +{ +\[\chi^2 = \sum_{i = 1}^k \frac{(O - E)^2}{E} \qquad \text{where $k$ = total number of cells} \] +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Calculating the chi-square statistic} + +\begin{center} +\renewcommand\arraystretch{1.8} +\begin{tabular}{c | c c | c} +Outcome & Observed & Expected & $\frac{(O - E)^2}{E}$\\ +\hline +1 & 53,222 & 52,612 & $\frac{(53,222 - 52,612)^2}{52,612} = 7.07$ \\ +\pause +2 & 52,118 & 52,612 & $\frac{(52,118 - 52,612)^2}{52,612} = 4.64$ \\ +\pause +3 & 52,465 & 52,612 & $\frac{(52,465 - 52,612)^2}{52,612} = 0.41$ \\ +\pause +4 & 52,338 & 52,612 & $\frac{(52,338 - 52,612)^2}{52,612} = 1.43$\\ +\pause +5 & 52,244 & 52,612 & $\frac{(52,244 - 52,612)^2}{52,612} = 2.57$\\ +\pause +6 & 53,285 & 52,612 & $\frac{(53,285 - 52,612)^2}{52,612} = 8.61$\ \\ +\hline +\pause +Total & 315,672 & 315,672 & 24.73 +\end{tabular} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Why square?} + + +Squaring the difference between the observed and the expected outcome does two things: +\pause +\begin{itemize} +\item Any standardized difference that is squared will now be positive. +\pause +\item Differences that already looked unusual will become much larger after being squared. +\end{itemize} + +\vspace{1cm} + +\pause +\dq{When have we seen this before?} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{The chi-square distribution and finding areas} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{The chi-square distribution} + +\begin{itemize} + +\item In order to determine if the $\chi^2$ statistic we calculated is considered unusually high or not we need to first describe its distribution. + +\pause + +\item The chi-square distribution has just one parameter called \hl{degrees of freedom (df)}, which influences the shape, center, and spread of the distribution. \\ + +\end{itemize} + +\pause + +$\:$ \\ + +\Remember{So far we've seen three other continuous distributions: +\begin{itemize} +\item[-] normal distribution: unimodal and symmetric with two parameters: mean and standard deviation +\item[-] T distribution: unimodal and symmetric with one parameter: degrees of freedom +\item[-] F distribution: unimodal and right skewed with two parameters: degrees of freedom or numerator (between group variance) and denominator (within group variance) +\end{itemize} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Sampling from chi-squared distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{} + +\pq{Which of the following is false?} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp6@path/6-3_chisq_gof/figures/chiSquareDistributionWithInceasingDF/chiSquareDistributionWithInceasingDF} +\end{center} + +As the df increases, +\begin{enumerate}[(a)] +\item the center of the $\chi^2$ distribution increases as well +\item the variability of the $\chi^2$ distribution increases as well +\solnMult{the shape of the $\chi^2$ distribution becomes more skewed (less like a normal)} +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Finding areas under the chi-square curve} + +\begin{itemize} + +\item p-value = tail area under the chi-square distribution (as usual) + +\pause + +\item For this we can use technology,or a chi-square probability table. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Finding areas under the chi-square curve (cont.)} + +\dq{Estimate the shaded area (above the cutoff value of 10) under the $\chi^2$ curve with $df = 6$.} + +\pause + +\begin{verbatim} + +> pchisq(q = 10, df = 6, lower.tail = FALSE) + +[1] 0.124652 + +\end{verbatim} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Finding areas under the chi-square curve (cont.)} + +\pq{Estimate the shaded area (above the cutoff value of 17) under the $\chi^2$ curve with $df = 9$.} + +\twocol{0.6}{0.4}{ +\begin{center} +\includegraphics[width=0.67\textwidth]{\chp6@path/6-3_chisq_gof/figures/above17WithDF9/above17WithDF9} +\end{center} +} +{ +{\small +\begin{enumerate}[(a)] +\setlength{\itemsep}{0in} +\item 0.05 +\item 0.02 +\solnMult{between 0.02 and 0.05} +\item between 0.05 and 0.1 +\item between 0.01 and 0.02 +\end{enumerate} +} +} + +\pause + +\begin{verbatim} + +> pchisq(q = 17, df = 9, lower.tail = FALSE) + +[1] 0.04871598 + +\end{verbatim} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Finding areas under the chi-square curve (one more)} + +\pq{Estimate the shaded area (above 30) under the $\chi^2$ curve with $df = 10$.} + +\twocol{0.6}{0.4}{ +\begin{center} +\includegraphics[width=0.67\textwidth]{\chp6@path/6-3_chisq_gof/figures/above30WithDF10/above30WithDF10} +\end{center} +} +{ +{\small +\begin{enumerate}[(a)] +\setlength{\itemsep}{0in} +\item greater than 0.3 +\item between 0.005 and 0.001 +\solnMult{less than 0.001} +\item greater than 0.001 +\item cannot tell using this table +\end{enumerate} +} +} + +\pause + +\begin{verbatim} + +> pchisq(q = 30, df = 10, lower.tail = FALSE) + +[1] 0.0008566412 + +\end{verbatim} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Finding a p-value for a chi-square test} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Back to Labby's dice} + +\begin{itemize} + +\item The research question was: Do these data provide convincing evidence of an inconsistency between the observed and expected counts? + +\pause + +\item The hypotheses were: +\begin{itemize} +\item[$H_0$:] There is no inconsistency between the observed and the expected counts. The observed counts follow the same distribution as the expected counts. +\item[$H_A$:] There is an inconsistency between the observed and the expected counts. The observed counts \orange{do not} follow the same distribution as the expected counts. There is a bias in which side comes up on the roll of a die. +\end{itemize} + +\pause + +\item We had calculated a test statistic of \orange{$\chi^2 = 24.67$}. + +\pause + +\item All we need is the $df$ and we can calculate the tail area (the p-value) and make a decision on the hypotheses. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Degrees of freedom for a goodness of fit test} + +\begin{itemize} + +\item When conducting a goodness of fit test to evaluate how well the observed data follow an expected distribution, the degrees of freedom are calculated as the number of cells ($k$) minus 1. +\[ \mathhl{df = k - 1} \] + +\pause + +\item For dice outcomes, $k = 6$, therefore +\[ df = 6 - 1 = 5 \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Finding a p-value for a chi-square test} + +The \hl{p-value} for a chi-square test is defined as the \hl{tail area above the calculated test statistic}. + +\twocol{0.6}{0.4}{ +\begin{center} +\includegraphics[width=0.67\textwidth]{\chp6@path/6-3_chisq_gof/figures/above24Point67WithDF5/above24Point67WithDF5} +\end{center} +} +{ +p-value = $P(\chi^2_{df = 5} > 24.67)$\\ is less than 0.001 +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conclusion of the hypothesis test} + +\pq{We calculated a p-value less than 0.001. At 5\% significance level, what is the conclusion of the hypothesis test?} + +\begin{enumerate}[(a)] +\item Reject $H_0$, the data provide convincing evidence that the dice are fair. +\solnMult{Reject $H_0$, the data provide convincing evidence that the dice are biased.} +\item Fail to reject $H_0$, the data provide convincing evidence that the dice are fair. +\item Fail to reject $H_0$, the data provide convincing evidence that the dice are biased. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Turns out...} + +\begin{itemize} + +\item The 1-6 axis is consistently shorter than the other two (2-5 and 3-4), thereby supporting the hypothesis that the faces with one and six pips are larger than the other faces. + +\item Pearson's claim that 5s and 6s appear more often due to the carved-out pips is not supported by these data. + +\item Dice used in casinos have flush faces, where the pips are filled in with a plastic of the same density as the surrounding material and are precisely balanced. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.3\textwidth]{\chp6@path/6-3_chisq_gof/figures/dice/regular} +\includegraphics[width=0.3\textwidth]{\chp6@path/6-3_chisq_gof/figures/dice/casino} +\end{center} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap: p-value for a chi-square test} + +\begin{itemize} + +\item The p-value for a chi-square test is defined as the tail area \hl{above} the calculated test statistic. + +\item This is because the test statistic is always positive, and a higher test statistic means a stronger deviation from the null hypothesis. + +\end{itemize} + +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp6@path/6-3_chisq_gof/figures/genericChiSquare/genericChiSquare} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditions for the chi-square test} + +\begin{enumerate} + +\item \hlGr{Independence:} Each case that contributes a count to the table must be independent of all the other cases in the table. + +\pause + +\item \hlGr{Sample size:} Each particular scenario (i.e. cell) must have at least 5 \orange{expected} cases. + +\pause + +\item \hlGr{df $>$ 1:} Degrees of freedom must be greater than 1. + +\end{enumerate} + +\pause + +Failing to check conditions may unintentionally affect the test's error rates. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Putting into practice} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{2009 Iran Election} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{2009 Iran Election} + +\dq{There was lots of talk of election fraud in the 2009 Iran election. We'll compare the data from a poll conducted before the election (observed data) to the reported votes in the election to see if the two follow the same distribution.} + +\begin{center} +\begin{tabular}{l | r r} + & \footnotesize{Observed \# of} & \footnotesize{Reported \% of} \\ +\footnotesize{Candidate} & \footnotesize{voters in poll} & \footnotesize{votes in election} \\ +\hline +(1) Ahmedinajad & 338 & 63.29\% \\ +(2) Mousavi & 136 & 34.10\% \\ +(3) Minor candidates & 30 & 2.61\% \\ +\hline +Total & 504 & 100\% \\ +\pause + & \hl{$\downarrow$} & \hl{$\downarrow$} \\ + & \hl{observed} & \hl{expected} \\ + & & \hl{distribution} +\end{tabular} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Hypotheses} + +\dq{What are the hypotheses for testing if the distributions of reported and polled votes are different?} + +\soln{ +\only<2>{ +\begin{itemize} +\item[$H_0$:] The observed counts from the poll follow the same distribution as the reported votes. +\item[$H_A$:] The observed counts from the poll do not follow the same distribution as the reported votes. +\end{itemize} +}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Calculation of the test statistic} + +{\small +\begin{center} +\begin{tabular}{l | r r r} + & \footnotesize{Observed \# of} & \footnotesize{Reported \% of} & \footnotesize{Expected \# of} \\ +\footnotesize{Candidate} & \footnotesize{voters in poll} & \footnotesize{votes in election} & \footnotesize{votes in poll} \\ +\hline +\footnotesize{(1) Ahmedinajad} & 338 & 63.29\% & 504 $\times$ 0.6329 = 319 \\ +\footnotesize{(2) Mousavi} & 136 & 34.10\% & 504 $\times$ 0.3410 = 172 \\ +\footnotesize{(3) Minor candidates} & 30 & 2.61\% & 504 $\times$ 0.0261 = 13\\ +\hline +Total & 504 & 100\% & 504 +\end{tabular} +\end{center} +} + +\pause + +\begin{eqnarray*} +\frac{(O_1 - E_1)^2}{E_1} = \frac{(338 - 319)^2}{319} &=& 1.13 \\ +\pause +\frac{(O_2 - E_2)^2}{E_2} = \frac{(136 - 172)^2}{172} &=& 7.53 \\ +\pause +\frac{(O_3 - E_3)^2}{E_3} = \frac{(30 - 13)^2}{13} &=& 22.23 \\ +\pause + \chi^2_{\mathhl{df = 3 - 1 = 2}} &=& 30.89 +\end{eqnarray*} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conclusion} + +\pq{Based on these calculations what is the conclusion of the hypothesis test?} + +\begin{enumerate}[(a)] +\solnMult{p-value is low, $H_0$ is rejected. The observed counts from the poll do \underline{not} follow the same distribution as the reported votes.} +\item p-value is high, $H_0$ is not rejected. The observed counts from the poll follow the same distribution as the reported votes. +\item p-value is low, $H_0$ is rejected. The observed counts from the poll follow the same distribution as the reported votes +\item p-value is low, $H_0$ is not rejected. The observed counts from the poll do \underline{not} follow the same distribution as the reported votes. +\end{enumerate} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week8/Lecture22/Lecture22_plan.tex b/Week8/Lecture22/Lecture22_plan.tex new file mode 100644 index 0000000..ff51e29 --- /dev/null +++ b/Week8/Lecture22/Lecture22_plan.tex @@ -0,0 +1,43 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + % ES: We could leave out this recap / R demo if we are short on time + \item xx min Lecture: recap pooled proportion + \item xx min R Demonstration: examples comparing one/two proportion inference computations + %%% + \item xx min Lecture: new topic, introduce/motivate chi-squared tests + \item xx min Edfinity quiz: basically slides 7-8 (practice setting hypotheses) + \item xx min Lecture/board work: derive(?) chi-square statistic, chi-squared distribution + \item xx min R Demonstration: show and interpret some examples of chi-squared tests of GOF (and/or something like slides 15-18) + \item xx min Edfinity quiz: putting chi-squared GOF tests into practice (like slides 22, 26-29) + % I like the idea of having a motivating example (Labby's dice here) to return to throughout the lecture, + % if the dice are too simplistic/boring can also introduce the 2009 Iran election case study earlier + % ES: I like the Iran election case! We could use it in the final quiz, and make it extended? + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO3: Conduct and Interpret Hypothesis Tests for Proportions:} Design, execute, and interpret hypothesis tests for population proportions. + \item \textbf{M4, LO4: Conduct and Interpret Chi-Square Tests:} Assess whether the conditions for a chi-square test (goodness of fit or independence) are met, and if so, design, execute, and interpret the test. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: (optional) Fill in review slides +% TODO: (optional) R demo for one vs two proportions +% TODO: Edfinity quiz on dice rolling HT design +% TODO: R Demo on Chi square distribution shapes, compute probabilities +% TODO: Edfinity quiz on working through a Chi square HT Word problem -> design -> test statistic -> target tail area / R code -> inference + + diff --git a/Week8/Lecture23/Lecture23_agenda.tex b/Week8/Lecture23/Lecture23_agenda.tex new file mode 100644 index 0000000..e0152ae --- /dev/null +++ b/Week8/Lecture23/Lecture23_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 3: Foundations for inference} + \begin{itemize} + \item \hl{Previously: }Testing for goodness of fit using chi-square (Chapter 6.3) + \item \hl{This time: }Testing for independence in two-way tables (Chapter 6.4) + \item \hl{Reading: }Chapter 7.1 for next time + \item \hl{Deadlines/Announcements: }HW 4.1 due Monday + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week8/Lecture23/Lecture23_draft.tex b/Week8/Lecture23/Lecture23_draft.tex new file mode 100644 index 0000000..9350653 --- /dev/null +++ b/Week8/Lecture23/Lecture23_draft.tex @@ -0,0 +1,343 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp6@path{../../Chp 6} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 23]{MA213: Lecture 23} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture23_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Review} + +\begin{frame} + \frametitle{Last time: chi-squared goodness-of-fit tests} + + Context: + \begin{itemize} + \item ... + \end{itemize} + + Necessary conditions: + \begin{itemize} + \item ... + \end{itemize} + + Next, another kind of chi-squared test. But first, a challenge question: +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: What hypotheses would you use for testing independence?} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Chi-square test of independence} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Popular kids} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Popular kids} + +\dq{In the dataset \texttt{popular}, students in grades 4-6 were asked whether good grades, athletic ability, or popularity was most important to them. A two-way table separating the students by grade and by choice of most important factor is shown below. Do these data provide evidence to suggest that goals vary by grade?} + +\twocol{0.5}{0.5} +{ +\begin{center} +\begin{tabular}{rrrr} + \hline + & Grades & Popular & Sports \\ + \hline +$4^{th}$ & 63 & 31 & 25 \\ +$5^{th}$ & 88 & 55 & 33 \\ +$6^{th}$ & 96 & 55 & 32 \\ + \hline +\end{tabular} +\end{center} +} +{ +\begin{center} +\includegraphics[width=0.8\textwidth]{\chp6@path/6-4_chisq_indep/figures/popular/popular_mosaic} +\end{center} +} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Chi-square test of independence} + +\begin{itemize} +\item The hypotheses are: +\begin{itemize} +\item[$H_0$:] Grade and goals are independent. Goals do not vary by grade. +\item[$H_A$:] Grade and goals are dependent. Goals vary by grade. +\end{itemize} + +\pause + +\item The test statistic is calculated as +\[ \chi^2_{df} = \sum_{i = 1}^{k} \frac{(O - E)^2}{E} \quad \text{ where } \quad df = (R - 1) \times (C - 1), \] +where $k$ is the number of cells, $R$ is the number of rows, and $C$ is the number of columns. + +\Note{We calculate $df$ differently for one-way and two-way tables.} + +\pause + +\item The p-value is the area under the $\chi^2_{df}$ curve, above the calculated test statistic. + +\end{itemize} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Expected counts in two-way tables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected counts in two-way tables} + +\formula{Expected counts in two-way tables} +{ +\[ \text{Expected Count} = \frac{(\text{row total}) \times (\text{column total})}{\text{table total}} \] +} + +\pause + +{\small +\begin{center} +\begin{tabular}{rrrr|r} + \hline + & Grades & Popular & Sports & Total \\ + \hline +$4^{th}$ & \orange{63} & \green{31} & 25 &119 \\ +$5^{th}$ & 88 & 55 & 33 & 176 \\ +$6^{th}$& 96 & 55 & 32 & 183 \\ + \hline +Total & 247 & 141 & 90 & 478 \\ +\end{tabular} +\end{center} +} + +\pause + +\[ \orange{$E_{row~1, col~1} = \frac{119 \times 247}{478} = 61$} \qquad \pause + \green{$E_{row~1, col~2} = \frac{119 \times 141}{478} = 35$} \] + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Expected counts in two-way tables} + +\pq{What is the expected count for the highlighted cell?} + +{\small +\begin{center} +\begin{tabular}{rrrr|r} + \hline + & Grades & Popular & Sports & Total \\ + \hline +$4^{th}$ & 63 & 31 & 25 &119 \\ +$5^{th}$ & 88 & \orange{55} & 33 & 176 \\ +$6^{th}$ & 96 & 55 & 32 & 183 \\ + \hline +Total & 247 & 141 & 90 & 478 \\ +\end{tabular} +\end{center} +} + +\twocol{0.2}{0.8} +{ +\begin{enumerate}[(a)] +\solnMult{$\frac{176 \times 141}{478}$} +\item $\frac{119 \times 141}{478}$ +\item $\frac{176 \times 247}{478}$ +\item $\frac{176 \times 478}{478}$ +\end{enumerate} +} +{ +\soln{\only<2>{ +\orange{$\rightarrow$ 52\\ +{\small more than expected \# of 5th graders \\ +have a goal of being popular}} +\vspace{0.75cm} +} +} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Calculating the test statistic in two-way tables} + +Expected counts are shown in \ex{blue} next to the observed counts. +\begin{center} +\begin{tabular}{rrrr|r} + \hline + & Grades & Popular & Sports & Total \\ + \hline +$4^{th}$ & 63 \ex{61} & 31 \ex{35} & 25 \ex{23} &119 \\ +$5^{th}$ & 88 \ex{91} & 55 \ex{52} & 33 \ex{33} & 176 \\ +$6^{th}$ & 96 \ex{95} & 55 \ex{54} & 32 \ex{34} & 183 \\ + \hline +Total & 247 & 141 & 90 & 478 \\ +\end{tabular} +\end{center} + +\vspace{0.5cm} + +\pause + +\begin{eqnarray*} +\chi^2 &=& \sum \frac{(63 - 61)^2}{61} + \frac{(31 - 35)^2}{35} + \cdots + \frac{(32 - 34)^2}{34} = 1.3121 \\ +\pause +df &=& (R - 1) \times (C - 1) = (3 - 1) \times (3 - 1) = 2 \times 2 = 4 +\end{eqnarray*} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Practice with two-way tables} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Results} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Calculating the p-value} + +\pq{Which of the following is the correct p-value for this hypothesis test? +\[ \chi^2 = 1.3121 \qquad df = 4 \] +} + +\twocol{0.6}{0.4}{ +\begin{center} +\includegraphics[width=0.67\textwidth]{\chp6@path/6-4_chisq_indep/figures/popular/popular} +\end{center} +} +{ +{\small +\begin{enumerate}[(a)] +\setlength{\itemsep}{0in} +\solnMult{ more than 0.3} +\item between 0.3 and 0.2 +\item between 0.2 and 0.1 +\item between 0.1 and 0.05 +\item less than 0.001 +\end{enumerate} +} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conclusion} + +\dq{Do these data provide evidence to suggest that goals vary by grade?} + +\begin{itemize} + +\item[$H_0$:] Grade and goals are independent. Goals do not vary by grade. + +\item[$H_A$:] Grade and goals are dependent. Goals vary by grade. \\ + +\end{itemize} + +$\:$ \\ + +\soln{\only<2>{Since p-value is high, we fail to reject $H_0$. The data do not provide convincing evidence that grade and goals are dependent. It doesn't appear that goals vary by grade. +} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Putting it all together} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week8/Lecture23/Lecture23_plan.tex b/Week8/Lecture23/Lecture23_plan.tex new file mode 100644 index 0000000..65b930d --- /dev/null +++ b/Week8/Lecture23/Lecture23_plan.tex @@ -0,0 +1,40 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + % last time: chi-squared GOF tests + \item xx min Lecture: brief recap of last time, motivate tests of independence (maybe with an example) + \item xx min Lecture: review the necessary conditions for a chi-squared test + \item xx min Edfinity quiz (very short): what do you think the hypotheses might be in such a test? (open answer) + \item xx min Lecture: explain and interpret the answers, then derive the test statistic and connect it to two-way tables + \item xx min Edfinity quiz: practice computing expected counts with two-way tables + \item xx min Lecture: deriving the test statistic and p-values from a two-way table + \item xx min Edfinity quiz: practice, putting it all together + \item xx min R Demonstration: (not sure about this one, maybe how to compute p-values from R?) + % Might be cool to continue using the motivating example from last lecture here, and making up some table data for it + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + % Commenting out the R LO since I'm not sure what an R demo for this lecture could be + %\item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO3: Conduct and Interpret Hypothesis Tests for Proportions:} Design, execute, and interpret hypothesis tests for population proportions. + \item \textbf{M4, LO4: Conduct and Interpret Chi-Square Tests:} Assess whether the conditions for a chi-square test (goodness of fit or independence) are met, and if so, design, execute, and interpret the test. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Fill in recap slide(s) +% TODO: Edfinity quiz (or forum discussion?) on independence, prep board work or slides to derive the test statistic +% TODO: Edfinity quiz on computing expected counts +% TODO: Edfinity quiz on a complete two-way table problem +% TODO: (Optional) R demo e.g. another interesting problem worked through? diff --git a/Week9/Lab6/.RData b/Week9/Lab6/.RData new file mode 100644 index 0000000..afd10bf Binary files /dev/null and b/Week9/Lab6/.RData differ diff --git a/Week9/Lab6/CI_Plot.jpeg b/Week9/Lab6/CI_Plot.jpeg new file mode 100644 index 0000000..d5c3ee2 Binary files /dev/null and b/Week9/Lab6/CI_Plot.jpeg differ diff --git a/Week9/Lab6/Convert_rmd_to_qmd.sh b/Week9/Lab6/Convert_rmd_to_qmd.sh new file mode 100755 index 0000000..c84e3b4 --- /dev/null +++ b/Week9/Lab6/Convert_rmd_to_qmd.sh @@ -0,0 +1,36 @@ +#!/bin/bash + +if [ "$#" -ne 1 ]; then + echo "Usage: $0 " + exit 1 +fi + +RMD_FILE="$1" + +if [ ! -f "$RMD_FILE" ]; then + echo "Error: File '$RMD_FILE' not found!" + exit 1 +fi + +QMD_FILE="${RMD_FILE%.Rmd}.qmd" +TITLE=$(basename "${RMD_FILE%.Rmd}" | sed -E 's/[_-]/ /g' | awk '{for(i=1;i<=NF;i++) $i=toupper(substr($i,1,1)) substr($i,2)}1') + +cat << EOF > "$QMD_FILE" +--- +title: "$TITLE" +format: revealjs +editor: visual +--- + +EOF + +awk ' + /^----$/ { + if (found_start) exit; + else { found_start=1; next } + } + found_start { print } +' "$RMD_FILE" >> "$QMD_FILE" + +echo "Conversion completed: $RMD_FILE -> $QMD_FILE" +echo "Title set to: '$TITLE'" \ No newline at end of file diff --git a/Week9/Lab6/Group_Divider.Rmd b/Week9/Lab6/Group_Divider.Rmd new file mode 100644 index 0000000..07e6a6e --- /dev/null +++ b/Week9/Lab6/Group_Divider.Rmd @@ -0,0 +1,39 @@ +--- +title: "Group Divider" +author: "Yongho Lim" +date: "2025-06-10" +output: html_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## Group Divider + +```{r, eval=FALSE, echo=FALSE} +library(dplyr) + +num_ppl_each_group = 2 +student_list <- read.csv("StudentList.csv") +N <- nrow(student_list) + +# Sort by last name +student_list <- student_list %>% arrange(Last) +student_list$number <- 1:N + +# Shuffle the student numbers randomly +shuffled <- sample(student_list$number) + +# Create group +group_ids <- rep(1:ceiling(N / num_ppl_each_group), num_ppl_each_group)[1:N] + +# Assign data frame +group_df <- data.frame(number = shuffled, group = group_ids) +grouped_students <- left_join(group_df, student_list, by = "number") + +grouped_students <- grouped_students %>% arrange(group) + +# Output +grouped_students %>% select(!number) +``` diff --git a/Week9/Lab6/Lab6_activity.Rmd b/Week9/Lab6/Lab6_activity.Rmd new file mode 100644 index 0000000..0a1b828 --- /dev/null +++ b/Week9/Lab6/Lab6_activity.Rmd @@ -0,0 +1,215 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab6 Activity" +bibliography: references.bib +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## Lab 6: **Confidence Interval and Hypothesis Test** + +## Lab activities + +## A study asks people in Boston with this question. + +``` +Are you satisfied with your current work-from-home setup? +(Yes/No) +``` + +We will do simulation study from this hypothetical population. The goal is to see how many intervals cover the true population proportion. How do you do it? + +Let's conduct simulation study using the following steps. + +1. Sample $n=150$ +2. Get the estimate +3. Calculate the lower bound, upper bound +4. Record them in the dataset +5. Do these steps (step 1 to 4) $K=1000$ times (1000 rows) + +The confidence interval for $p$ is given by + +$$ +\hat{p} \pm z^{*} \times SE +$$ + +where $z^{*} = 1.96$ for a 95% CI and + +$$ +SE = \sqrt{\frac{p(1-p)}{n} } +$$ We will use the substitution approximation of $p \approx \hat{p}$. + +#### Exercise 1 + +Population -\> Let's assume that all the people in the population have an answer for the question, Are you satisfied with your current work-from-home setup? (Yes/No). + +```{r} +pop <- c(rep("Yes", 1500000), rep("No", 300000)) +N <- length(pop) +true_prop = sum(pop == "Yes") / N +N # population size +true_prop # true proportion + +``` + +Our goal is to make a table as the following + +| \# of Simulation | Proportion Estimate | Lower Bound | Upper Bound | included | +|------------------|---------------------|-------------|-------------|----------| +| 1 | 0.75 | 0.6988 | 0.8611 | No | +| 2 | 0.63 | 0.6119 | 0.8080 | No | +| 3 | 0.77 | 0.6762 | 0.8437 | Yes | +| 4 | 0.72 | 0.6651 | 0.8348 | Yes | +| ... | ... | ... | ... | No | +| K | 0.77 | 0.7021 | 0.8012 | No | + +: Sample Simulated CI Table + +How do we obtain it? and how many intervals cover the true proportion? + +Let's work on R file `Lab6_activity1.R` . + +### Testing Hypotheses using confidence intervals + +Suppose that a market research company is tasked with determining the percentage of adults in Boston who own cell phones. Two hundred randomly selected residents in Boston are surveyed to answer whether they have cell phones. 127 responded yes to the question "do you have a cell phone?" + +#### Exercise 2 + +Construct 95% confidence interval for the proportion of Boston residents who have cell phones and interpret the confidence interval you found. + +```{r} +# +# +# + +``` + +We want to evaluate whether the proportion of Boston residents who have cell phones is different from 50%. Could you explain from the results above using Statistical language? + +--- +# +--- + +### Chi-Square test for independence + +Let's explore more on `Titanic` dataset. + +```{r} +# loading from csv file +df <- read.csv("titanic.csv") + +df2 <- df[,2:3] +head(df2) + +``` + +We want to see whether there is a statistically significant difference in death from passenger class. How do we do it? + +Expected Cell Count is + +$$ +E = \frac{(\text{row total}) \times (\text{column total})}{\text{total sample size}} +$$ + +Chi-Square Test Statistic $X^2$ is given by + +$$ +X^{2} = \frac{(O_{11} - E_{11})^2}{E_{11}} + \frac{(O_{12} - E_{12})^2}{E_{12}} + \dots + \frac{(O_{rc} - E_{rc})^2}{E_{rc}} +$$ + +Obtain the p-value using this Chi-Square Test Statistic $X^2$ where degrees of freedom is $df=(r-1) \times (c-1)$ in a two way table. + +p-value is $P(\chi^2 \geq X^{2})$ + +```{r} + +draw_chisq_p_value <- function(test_stat, df){ +x <- seq(0,25, 0.01) +y <- dchisq(x, df=df) +df_temp <- data.frame(x=x, y=y) +ggplot(data = df_temp, aes(x = x, y = y)) + + geom_line() + + geom_area(data = subset(df_temp, x >= test_stat), aes(x = x, y = y), fill = "red", alpha = 0.5) +} + +# if the calculated chi-square test statistic is 6 and degrees of freedom is 4 +draw_chisq_p_value(6,4) + + + + +``` + +And the actual p-value can be calculated by + +```{r} + +1-pchisq(5,4) + +# or + +pchisq(5,4, lower.tail = FALSE) + + +``` + +#### Exercise 3 + +We are interested in whether survival depends on the class of passengers. Conduct a chi-square test for the data to check whether there is a statistically significant difference in survival based on the class of passengers. (Use a significance level of $\alpha = 0.05$.) + +1. Let's obtain a two way table of `Survived` vs `Pclass` from the dataset. + +```{r} +# loading from csv file +df <- read.csv("titanic.csv") + + + +``` + +2. Calculate the expected counts for each cell. + +```{r} +# +# +# + + + +``` + +3. Obtain the p-value using the Chi-Square test statistic. + +```{r} +# +# +# + + + +``` + +4. What do you conclude? + +--- +## +--- + +## Post-lab activities + +Please name your submission as `lab6.R` + +1. Suppose that a market research company is tasked with determining the percentage of adults in Boston who own a bike. Three hundred randomly selected residents in Boston are surveyed to answer whether they have a bike. 180 responded yes to the question "Do you have a bike?" + + Obtain 95% CI for $p$. Assign the lower bound and upper bound of the CI to objects `lower` and `upper`, respectively. + +2. (`Titanic` dataset) We are interested in whether survival depends on the gender of passengers. Conduct a chi-square test for the data to check whether there is a statistically significant difference in survival based on their gender. (Use a significance level of $\alpha = 0.05$.) + + Obtain the Chi-Square test statistic and assign it to object `chisquare`. diff --git a/Week9/Lab6/Lab6_activity1.R b/Week9/Lab6/Lab6_activity1.R new file mode 100644 index 0000000..e2a0dbd --- /dev/null +++ b/Week9/Lab6/Lab6_activity1.R @@ -0,0 +1,23 @@ +### Hypothetical Population +pop <- c(rep("Yes", 1500000), rep("No", 300000)) +N <- length(pop) +true_prop = sum(pop == "Yes") / N +N # population size +true_prop # true proportion + + + +## Step 1 +## make a function to sample it + + + +## Step 2 +## Using for-loop, construct a simulation dataframe with row size K=1000 + + +## Step 3 +## How many intervals cover the true_prop ? What percentage? + + + diff --git a/Week9/Lab6/Lab6_activity1_sol.R b/Week9/Lab6/Lab6_activity1_sol.R new file mode 100644 index 0000000..d530fa8 --- /dev/null +++ b/Week9/Lab6/Lab6_activity1_sol.R @@ -0,0 +1,57 @@ +### Hypothetical Population +pop <- c(rep("Yes", 1500000), rep("No", 300000)) +N <- length(pop) +true_prop = sum(pop == "Yes") / N +N # population size +true_prop # true proportion + + + +## Step 1 +## make a function to sample it +## (possibly) input : n, output : one row of the dataframe +n = 150 +sample_data = sample(pop, n) +sample_data +prop_est = sum(sample_data=="Yes")/length(sample_data) +prop_est +Lower_bound = p_hat - 1.96 * SE +Upper_bound = p_hat + 1.96 * SE +CI = c(Lower_bound, Upper_bound) +CI +checker = CI[1] <= true_prop & true_prop <= CI[2] + +row_out <- data.frame(prop_est, lower = CI[1], upper = CI[2], checker) +row_out + + +one_CI <- function(n){ + sample_data = sample(pop, n) + prop_est = sum(sample_data=="Yes")/length(sample_data) + SE = sqrt( prop_est * (1-prop_est) /n) + Lower_bound = prop_est - 1.96 * SE + Upper_bound = prop_est + 1.96 * SE + CI = c(Lower_bound, Upper_bound) + checker = CI[1] <= true_prop & true_prop <= CI[2] + row_out <- data.frame(prop_est, lower = CI[1], upper = CI[2], checker) + row_out +} + + +## Step 2 +## Using for-loop, construct a simulation dataframe with row size K=1000 +K = 1000 +data_out = data.frame() +for (k in 1:K){ + data_out = rbind( data_out, one_CI(150)) + +} +head(data_out) + + + +## Step 3 +## How many intervals cover the true_prop ? What percentage? +dim(data_out) +sum(data_out[4])/1000 + diff --git a/Week9/Lab6/Lab6_guide.Rmd b/Week9/Lab6/Lab6_guide.Rmd new file mode 100644 index 0000000..12f2483 --- /dev/null +++ b/Week9/Lab6/Lab6_guide.Rmd @@ -0,0 +1,215 @@ +--- +title: "MA213 Basic Statistics and Probability - Lab6 guide" +bibliography: references.bib +output: + pdf_document: default + html_document: + code_download: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +library(ggplot2) +library(dplyr) +``` + +## Lab 6: **Confidence Interval and Hypothesis Test** + +------------------------------------------------------------------------ + +## Learning Objectives + +- **Understand Errors and Significance Levels**: Identify Type I and Type II errors and explain how they are influenced by changes in the significance level. + +- **Calculate Sample Size for Confidence Intervals**: Calculate the required minimum sample size for a given margin of error and confidence level. + +- **Conduct and Interpret Hypothesis Tests for Proportions**: Design, execute, and interpret hypothesis tests for population proportions. + +- **Conduct and Interpret Chi-Square Tests**: Assess whether the conditions for a chi-square test (goodness of fit or independence) are met, and if so, design, execute, and interpret the test. + +- **Explain and Use the t-Distribution**: Explain how the t-distribution differs from the normal distribution and why it is used for population mean inference. + +- **Conduct and Interpret t-Tests**: Design, execute, and interpret t-tests for a single population mean, a difference of paired means, and a difference of independent means, calculating the standard error appropriately for each. Describe how to obtain a p-value for a t-test and a critical t-score for a confidence interval. + +- **Calculate Test Power and Evaluate Factors**: Calculate the power of a test for a given effect size and significance level, and explain how the power would change with variations in effect size, sample size, significance level, or standard error. + +- **Conduct and Interpret ANOVA**: Assess whether conditions for an ANOVA are met, and if so, design, execute, and interpret the test to compare sample means across several groups. + +## Let's discuss this statement. + +### Based on a 2025 Research poll of 1,500 adults, we are 95% confident that between 60% and 64% of Americans prefer chocolate ice-cream. + +## What does it mean? + +It means that the true proportion of all people who like chocolate ice cream falls somewhere between 60% and 64%. + +## Let's find out using simulation + +What do we need? + +## 1. Population with true proportion + +![](images/Simulation_pop.jpg) + +## 2. Sample from the population K times + +![](images/Simulation_prop.gif) + +## 3. Results should be + +Our goal is to make a table as the following + +| Number of Simulation | Proportion Estimate | Lower Bound | Upper Bound | +|----------------------|---------------------|-------------|-------------| +| 1 | 0.75 | 0.6988 | 0.8611 | +| 2 | 0.63 | 0.6119 | 0.8080 | +| 3 | 0.77 | 0.6762 | 0.8437 | +| 4 | 0.72 | 0.6651 | 0.8348 | +| ... | ... | ... | ... | +| K | 0.77 | 0.7021 | 0.8012 | + +: Sample Simulated CI Table + +------------------------------------------------------------------------ + +We are going to make a hypothetical population where people prefer chocolate ice-cream and the others prefer other flavors. The total number of population is 1.4 million. + +```{r} +# +pop <- c(rep("Chocolate", 1000000), rep("Other", 400000)) +N <- length(pop) +true_prop = sum(pop == "Chocolate") / N + +``` + +This means that we are going to construct $K$ confidence intervals. For example, in this plot, we conducted 10 confidence intervals. Nine of them captures the true population proportion while one does not. The dots are the sample proportion estimates. + +![Confidence Interval Example](CI_Plot.jpeg) + +Let’s think about how to do this. For each row (each simulation for an interval), we need to sample from the population and obtain the proportion estimate, along with the lower and upper bounds. Once we have those, we need to record them in our dataframe (one row per simulation). + +## Let's conduct simulation study using the following steps. + +1. Sample $n=100$ +2. Get the estimate +3. Calculate the lower bound, upper bound +4. Record them in the dataframe +5. Do these steps (step 1 to 4) $K=1000$ times (1000 rows) + +The confidence interval for $p$ is given by + +$$ +\hat{p} \pm z^{*} \times SE +$$ + +where $z^{*} = 1.96$ for a 95% CI and + +$$ +SE = \sqrt{\frac{p(1-p)}{n} } +$$ We will use the substitution approximation of $p \approx \hat{p}$. + +```{r} +# 95% CI for one sampled data +# +# +n = 100 +sample_data <- sample(pop, n) +p_hat <- sum(sample_data == "Chocolate") / n +p_hat + +``` + +Getting $SE$ + +```{r} +# SE +SE = sqrt( p_hat * (1-p_hat) /n) +SE + + +``` + +Confidence Interval + +```{r} +# CI + +Lower_bound = p_hat - 1.96 * SE +Upper_bound = p_hat + 1.96 * SE +CI = c(Lower_bound, Upper_bound) +CI + +``` + +Does it cover the true proportion? + +```{r} +# check if true_prop is within CI +CI[1] <= true_prop & true_prop <= CI[2] + +``` + +We will do these steps K times + +## Chi-Square test for independence + +Let's explore more on `Titanic` dataset. + +```{r} +# loading from csv file +df <- read.csv("titanic.csv") + +df2 <- df[,2:3] +head(df2) + +``` + +We want to see whether there is a statistically significant difference in death from passenger class. How do we do it? + +Expected Cell Count is + +$$ +E = \frac{(\text{row total}) \times (\text{column total})}{\text{total sample size}} +$$ + +Chi-Square Test Statistic $X^2$ is given by + +$$ +X^{2} = \frac{(O_{11} - E_{11})^2}{E_{11}} + \frac{(O_{12} - E_{12})^2}{E_{12}} + \dots + \frac{(O_{rc} - E_{rc})^2}{E_{rc}} +$$ + +Obtain the p-value using this Chi-Square Test Statistic $X^2$ where degrees of freedom is $df=(r-1) \times (c-1)$ in a two way table. + +p-value is $P(\chi^2 \geq X^{2})$ + +```{r} + +draw_chisq_p_value <- function(test_stat, df){ +x <- seq(0,25, 0.01) +y <- dchisq(x, df=df) +df_temp <- data.frame(x=x, y=y) +ggplot(data = df_temp, aes(x = x, y = y)) + + geom_line() + + geom_area(data = subset(df_temp, x >= test_stat), aes(x = x, y = y), fill = "red", alpha = 0.5) +} + +# if the calculated chi-square test statistic is 6 and degrees of freedom is 4 +draw_chisq_p_value(6,4) + + + + +``` + +And the actual p-value can be calculated by + +```{r} + +1-pchisq(5,4) + +# or + +pchisq(5,4, lower.tail = FALSE) + + +``` diff --git a/Week9/Lab6/StudentList.csv b/Week9/Lab6/StudentList.csv new file mode 100644 index 0000000..aeeaef9 --- /dev/null +++ b/Week9/Lab6/StudentList.csv @@ -0,0 +1,30 @@ +First,Last +A,AA +B,BB +C,CC +D,DD +E,EE +F,FF +G,GG +H,HH +I,II +J,JJ +K,KK +L,LL +M,MM +N,NN +O,OO +P,PP +Q,QQ +R,RR +S,SS +T,TT +U,UU +V,VV +W,WW +X,XX +Y,YY +Z,ZZ +A2,AA2 +B2,BB2 +C2,CC2 \ No newline at end of file diff --git a/Week9/Lab6/images/Simulation_pop.jpg b/Week9/Lab6/images/Simulation_pop.jpg new file mode 100644 index 0000000..f60a03d Binary files /dev/null and b/Week9/Lab6/images/Simulation_pop.jpg differ diff --git a/Week9/Lab6/images/Simulation_prop.gif b/Week9/Lab6/images/Simulation_prop.gif new file mode 100644 index 0000000..57dcb08 Binary files /dev/null and b/Week9/Lab6/images/Simulation_prop.gif differ diff --git a/Week9/Lab6/images/clipboard-1468594068.gif b/Week9/Lab6/images/clipboard-1468594068.gif new file mode 100644 index 0000000..a880ebd Binary files /dev/null and b/Week9/Lab6/images/clipboard-1468594068.gif differ diff --git a/Week9/Lab6/titanic.csv b/Week9/Lab6/titanic.csv new file mode 100644 index 0000000..5cc466e --- /dev/null +++ b/Week9/Lab6/titanic.csv @@ -0,0 +1,892 @@ +PassengerId,Survived,Pclass,Name,Sex,Age,SibSp,Parch,Ticket,Fare,Cabin,Embarked +1,0,3,"Braund, Mr. Owen Harris",male,22,1,0,A/5 21171,7.25,,S +2,1,1,"Cumings, Mrs. John Bradley (Florence Briggs Thayer)",female,38,1,0,PC 17599,71.2833,C85,C +3,1,3,"Heikkinen, Miss. Laina",female,26,0,0,STON/O2. 3101282,7.925,,S +4,1,1,"Futrelle, Mrs. Jacques Heath (Lily May Peel)",female,35,1,0,113803,53.1,C123,S +5,0,3,"Allen, Mr. William Henry",male,35,0,0,373450,8.05,,S +6,0,3,"Moran, Mr. James",male,,0,0,330877,8.4583,,Q +7,0,1,"McCarthy, Mr. Timothy J",male,54,0,0,17463,51.8625,E46,S +8,0,3,"Palsson, Master. Gosta Leonard",male,2,3,1,349909,21.075,,S +9,1,3,"Johnson, Mrs. Oscar W (Elisabeth Vilhelmina Berg)",female,27,0,2,347742,11.1333,,S +10,1,2,"Nasser, Mrs. Nicholas (Adele Achem)",female,14,1,0,237736,30.0708,,C +11,1,3,"Sandstrom, Miss. Marguerite Rut",female,4,1,1,PP 9549,16.7,G6,S +12,1,1,"Bonnell, Miss. Elizabeth",female,58,0,0,113783,26.55,C103,S +13,0,3,"Saundercock, Mr. William Henry",male,20,0,0,A/5. 2151,8.05,,S +14,0,3,"Andersson, Mr. Anders Johan",male,39,1,5,347082,31.275,,S +15,0,3,"Vestrom, Miss. Hulda Amanda Adolfina",female,14,0,0,350406,7.8542,,S +16,1,2,"Hewlett, Mrs. (Mary D Kingcome) ",female,55,0,0,248706,16,,S +17,0,3,"Rice, Master. Eugene",male,2,4,1,382652,29.125,,Q +18,1,2,"Williams, Mr. Charles Eugene",male,,0,0,244373,13,,S +19,0,3,"Vander Planke, Mrs. Julius (Emelia Maria Vandemoortele)",female,31,1,0,345763,18,,S +20,1,3,"Masselmani, Mrs. Fatima",female,,0,0,2649,7.225,,C +21,0,2,"Fynney, Mr. Joseph J",male,35,0,0,239865,26,,S +22,1,2,"Beesley, Mr. Lawrence",male,34,0,0,248698,13,D56,S +23,1,3,"McGowan, Miss. Anna ""Annie""",female,15,0,0,330923,8.0292,,Q +24,1,1,"Sloper, Mr. William Thompson",male,28,0,0,113788,35.5,A6,S +25,0,3,"Palsson, Miss. Torborg Danira",female,8,3,1,349909,21.075,,S +26,1,3,"Asplund, Mrs. Carl Oscar (Selma Augusta Emilia Johansson)",female,38,1,5,347077,31.3875,,S +27,0,3,"Emir, Mr. Farred Chehab",male,,0,0,2631,7.225,,C +28,0,1,"Fortune, Mr. Charles Alexander",male,19,3,2,19950,263,C23 C25 C27,S +29,1,3,"O'Dwyer, Miss. Ellen ""Nellie""",female,,0,0,330959,7.8792,,Q +30,0,3,"Todoroff, Mr. Lalio",male,,0,0,349216,7.8958,,S +31,0,1,"Uruchurtu, Don. Manuel E",male,40,0,0,PC 17601,27.7208,,C +32,1,1,"Spencer, Mrs. William Augustus (Marie Eugenie)",female,,1,0,PC 17569,146.5208,B78,C +33,1,3,"Glynn, Miss. Mary Agatha",female,,0,0,335677,7.75,,Q +34,0,2,"Wheadon, Mr. Edward H",male,66,0,0,C.A. 24579,10.5,,S +35,0,1,"Meyer, Mr. Edgar Joseph",male,28,1,0,PC 17604,82.1708,,C +36,0,1,"Holverson, Mr. Alexander Oskar",male,42,1,0,113789,52,,S +37,1,3,"Mamee, Mr. Hanna",male,,0,0,2677,7.2292,,C +38,0,3,"Cann, Mr. Ernest Charles",male,21,0,0,A./5. 2152,8.05,,S +39,0,3,"Vander Planke, Miss. Augusta Maria",female,18,2,0,345764,18,,S +40,1,3,"Nicola-Yarred, Miss. Jamila",female,14,1,0,2651,11.2417,,C +41,0,3,"Ahlin, Mrs. Johan (Johanna Persdotter Larsson)",female,40,1,0,7546,9.475,,S +42,0,2,"Turpin, Mrs. William John Robert (Dorothy Ann Wonnacott)",female,27,1,0,11668,21,,S +43,0,3,"Kraeff, Mr. Theodor",male,,0,0,349253,7.8958,,C +44,1,2,"Laroche, Miss. Simonne Marie Anne Andree",female,3,1,2,SC/Paris 2123,41.5792,,C +45,1,3,"Devaney, Miss. Margaret Delia",female,19,0,0,330958,7.8792,,Q +46,0,3,"Rogers, Mr. William John",male,,0,0,S.C./A.4. 23567,8.05,,S +47,0,3,"Lennon, Mr. Denis",male,,1,0,370371,15.5,,Q +48,1,3,"O'Driscoll, Miss. Bridget",female,,0,0,14311,7.75,,Q +49,0,3,"Samaan, Mr. Youssef",male,,2,0,2662,21.6792,,C +50,0,3,"Arnold-Franchi, Mrs. Josef (Josefine Franchi)",female,18,1,0,349237,17.8,,S +51,0,3,"Panula, Master. Juha Niilo",male,7,4,1,3101295,39.6875,,S +52,0,3,"Nosworthy, Mr. Richard Cater",male,21,0,0,A/4. 39886,7.8,,S +53,1,1,"Harper, Mrs. Henry Sleeper (Myna Haxtun)",female,49,1,0,PC 17572,76.7292,D33,C +54,1,2,"Faunthorpe, Mrs. Lizzie (Elizabeth Anne Wilkinson)",female,29,1,0,2926,26,,S +55,0,1,"Ostby, Mr. Engelhart Cornelius",male,65,0,1,113509,61.9792,B30,C +56,1,1,"Woolner, Mr. Hugh",male,,0,0,19947,35.5,C52,S +57,1,2,"Rugg, Miss. Emily",female,21,0,0,C.A. 31026,10.5,,S +58,0,3,"Novel, Mr. Mansouer",male,28.5,0,0,2697,7.2292,,C +59,1,2,"West, Miss. Constance Mirium",female,5,1,2,C.A. 34651,27.75,,S +60,0,3,"Goodwin, Master. William Frederick",male,11,5,2,CA 2144,46.9,,S +61,0,3,"Sirayanian, Mr. Orsen",male,22,0,0,2669,7.2292,,C +62,1,1,"Icard, Miss. Amelie",female,38,0,0,113572,80,B28, +63,0,1,"Harris, Mr. Henry Birkhardt",male,45,1,0,36973,83.475,C83,S +64,0,3,"Skoog, Master. Harald",male,4,3,2,347088,27.9,,S +65,0,1,"Stewart, Mr. Albert A",male,,0,0,PC 17605,27.7208,,C +66,1,3,"Moubarek, Master. Gerios",male,,1,1,2661,15.2458,,C +67,1,2,"Nye, Mrs. (Elizabeth Ramell)",female,29,0,0,C.A. 29395,10.5,F33,S +68,0,3,"Crease, Mr. Ernest James",male,19,0,0,S.P. 3464,8.1583,,S +69,1,3,"Andersson, Miss. Erna Alexandra",female,17,4,2,3101281,7.925,,S +70,0,3,"Kink, Mr. Vincenz",male,26,2,0,315151,8.6625,,S +71,0,2,"Jenkin, Mr. Stephen Curnow",male,32,0,0,C.A. 33111,10.5,,S +72,0,3,"Goodwin, Miss. Lillian Amy",female,16,5,2,CA 2144,46.9,,S +73,0,2,"Hood, Mr. Ambrose Jr",male,21,0,0,S.O.C. 14879,73.5,,S +74,0,3,"Chronopoulos, Mr. Apostolos",male,26,1,0,2680,14.4542,,C +75,1,3,"Bing, Mr. Lee",male,32,0,0,1601,56.4958,,S +76,0,3,"Moen, Mr. Sigurd Hansen",male,25,0,0,348123,7.65,F G73,S +77,0,3,"Staneff, Mr. Ivan",male,,0,0,349208,7.8958,,S +78,0,3,"Moutal, Mr. Rahamin Haim",male,,0,0,374746,8.05,,S +79,1,2,"Caldwell, Master. Alden Gates",male,0.83,0,2,248738,29,,S +80,1,3,"Dowdell, Miss. Elizabeth",female,30,0,0,364516,12.475,,S +81,0,3,"Waelens, Mr. Achille",male,22,0,0,345767,9,,S +82,1,3,"Sheerlinck, Mr. Jan Baptist",male,29,0,0,345779,9.5,,S +83,1,3,"McDermott, Miss. Brigdet Delia",female,,0,0,330932,7.7875,,Q +84,0,1,"Carrau, Mr. Francisco M",male,28,0,0,113059,47.1,,S +85,1,2,"Ilett, Miss. Bertha",female,17,0,0,SO/C 14885,10.5,,S +86,1,3,"Backstrom, Mrs. Karl Alfred (Maria Mathilda Gustafsson)",female,33,3,0,3101278,15.85,,S +87,0,3,"Ford, Mr. William Neal",male,16,1,3,W./C. 6608,34.375,,S +88,0,3,"Slocovski, Mr. Selman Francis",male,,0,0,SOTON/OQ 392086,8.05,,S +89,1,1,"Fortune, Miss. Mabel Helen",female,23,3,2,19950,263,C23 C25 C27,S +90,0,3,"Celotti, Mr. Francesco",male,24,0,0,343275,8.05,,S +91,0,3,"Christmann, Mr. Emil",male,29,0,0,343276,8.05,,S +92,0,3,"Andreasson, Mr. Paul Edvin",male,20,0,0,347466,7.8542,,S +93,0,1,"Chaffee, Mr. Herbert Fuller",male,46,1,0,W.E.P. 5734,61.175,E31,S +94,0,3,"Dean, Mr. Bertram Frank",male,26,1,2,C.A. 2315,20.575,,S +95,0,3,"Coxon, Mr. Daniel",male,59,0,0,364500,7.25,,S +96,0,3,"Shorney, Mr. Charles Joseph",male,,0,0,374910,8.05,,S +97,0,1,"Goldschmidt, Mr. George B",male,71,0,0,PC 17754,34.6542,A5,C +98,1,1,"Greenfield, Mr. William Bertram",male,23,0,1,PC 17759,63.3583,D10 D12,C +99,1,2,"Doling, Mrs. John T (Ada Julia Bone)",female,34,0,1,231919,23,,S +100,0,2,"Kantor, Mr. Sinai",male,34,1,0,244367,26,,S +101,0,3,"Petranec, Miss. Matilda",female,28,0,0,349245,7.8958,,S +102,0,3,"Petroff, Mr. Pastcho (""Pentcho"")",male,,0,0,349215,7.8958,,S +103,0,1,"White, Mr. Richard Frasar",male,21,0,1,35281,77.2875,D26,S +104,0,3,"Johansson, Mr. Gustaf Joel",male,33,0,0,7540,8.6542,,S +105,0,3,"Gustafsson, Mr. Anders Vilhelm",male,37,2,0,3101276,7.925,,S +106,0,3,"Mionoff, Mr. Stoytcho",male,28,0,0,349207,7.8958,,S +107,1,3,"Salkjelsvik, Miss. Anna Kristine",female,21,0,0,343120,7.65,,S +108,1,3,"Moss, Mr. Albert Johan",male,,0,0,312991,7.775,,S +109,0,3,"Rekic, Mr. Tido",male,38,0,0,349249,7.8958,,S +110,1,3,"Moran, Miss. Bertha",female,,1,0,371110,24.15,,Q +111,0,1,"Porter, Mr. Walter Chamberlain",male,47,0,0,110465,52,C110,S +112,0,3,"Zabour, Miss. Hileni",female,14.5,1,0,2665,14.4542,,C +113,0,3,"Barton, Mr. David John",male,22,0,0,324669,8.05,,S +114,0,3,"Jussila, Miss. Katriina",female,20,1,0,4136,9.825,,S +115,0,3,"Attalah, Miss. Malake",female,17,0,0,2627,14.4583,,C +116,0,3,"Pekoniemi, Mr. Edvard",male,21,0,0,STON/O 2. 3101294,7.925,,S +117,0,3,"Connors, Mr. Patrick",male,70.5,0,0,370369,7.75,,Q +118,0,2,"Turpin, Mr. William John Robert",male,29,1,0,11668,21,,S +119,0,1,"Baxter, Mr. Quigg Edmond",male,24,0,1,PC 17558,247.5208,B58 B60,C +120,0,3,"Andersson, Miss. Ellis Anna Maria",female,2,4,2,347082,31.275,,S +121,0,2,"Hickman, Mr. Stanley George",male,21,2,0,S.O.C. 14879,73.5,,S +122,0,3,"Moore, Mr. Leonard Charles",male,,0,0,A4. 54510,8.05,,S +123,0,2,"Nasser, Mr. Nicholas",male,32.5,1,0,237736,30.0708,,C +124,1,2,"Webber, Miss. Susan",female,32.5,0,0,27267,13,E101,S +125,0,1,"White, Mr. Percival Wayland",male,54,0,1,35281,77.2875,D26,S +126,1,3,"Nicola-Yarred, Master. Elias",male,12,1,0,2651,11.2417,,C +127,0,3,"McMahon, Mr. Martin",male,,0,0,370372,7.75,,Q +128,1,3,"Madsen, Mr. Fridtjof Arne",male,24,0,0,C 17369,7.1417,,S +129,1,3,"Peter, Miss. Anna",female,,1,1,2668,22.3583,F E69,C +130,0,3,"Ekstrom, Mr. Johan",male,45,0,0,347061,6.975,,S +131,0,3,"Drazenoic, Mr. Jozef",male,33,0,0,349241,7.8958,,C +132,0,3,"Coelho, Mr. Domingos Fernandeo",male,20,0,0,SOTON/O.Q. 3101307,7.05,,S +133,0,3,"Robins, Mrs. Alexander A (Grace Charity Laury)",female,47,1,0,A/5. 3337,14.5,,S +134,1,2,"Weisz, Mrs. Leopold (Mathilde Francoise Pede)",female,29,1,0,228414,26,,S +135,0,2,"Sobey, Mr. Samuel James Hayden",male,25,0,0,C.A. 29178,13,,S +136,0,2,"Richard, Mr. Emile",male,23,0,0,SC/PARIS 2133,15.0458,,C +137,1,1,"Newsom, Miss. Helen Monypeny",female,19,0,2,11752,26.2833,D47,S +138,0,1,"Futrelle, Mr. Jacques Heath",male,37,1,0,113803,53.1,C123,S +139,0,3,"Osen, Mr. Olaf Elon",male,16,0,0,7534,9.2167,,S +140,0,1,"Giglio, Mr. Victor",male,24,0,0,PC 17593,79.2,B86,C +141,0,3,"Boulos, Mrs. Joseph (Sultana)",female,,0,2,2678,15.2458,,C +142,1,3,"Nysten, Miss. Anna Sofia",female,22,0,0,347081,7.75,,S +143,1,3,"Hakkarainen, Mrs. Pekka Pietari (Elin Matilda Dolck)",female,24,1,0,STON/O2. 3101279,15.85,,S +144,0,3,"Burke, Mr. Jeremiah",male,19,0,0,365222,6.75,,Q +145,0,2,"Andrew, Mr. Edgardo Samuel",male,18,0,0,231945,11.5,,S +146,0,2,"Nicholls, Mr. Joseph Charles",male,19,1,1,C.A. 33112,36.75,,S +147,1,3,"Andersson, Mr. August Edvard (""Wennerstrom"")",male,27,0,0,350043,7.7958,,S +148,0,3,"Ford, Miss. Robina Maggie ""Ruby""",female,9,2,2,W./C. 6608,34.375,,S +149,0,2,"Navratil, Mr. Michel (""Louis M Hoffman"")",male,36.5,0,2,230080,26,F2,S +150,0,2,"Byles, Rev. Thomas Roussel Davids",male,42,0,0,244310,13,,S +151,0,2,"Bateman, Rev. Robert James",male,51,0,0,S.O.P. 1166,12.525,,S +152,1,1,"Pears, Mrs. Thomas (Edith Wearne)",female,22,1,0,113776,66.6,C2,S +153,0,3,"Meo, Mr. Alfonzo",male,55.5,0,0,A.5. 11206,8.05,,S +154,0,3,"van Billiard, Mr. Austin Blyler",male,40.5,0,2,A/5. 851,14.5,,S +155,0,3,"Olsen, Mr. Ole Martin",male,,0,0,Fa 265302,7.3125,,S +156,0,1,"Williams, Mr. Charles Duane",male,51,0,1,PC 17597,61.3792,,C +157,1,3,"Gilnagh, Miss. Katherine ""Katie""",female,16,0,0,35851,7.7333,,Q +158,0,3,"Corn, Mr. Harry",male,30,0,0,SOTON/OQ 392090,8.05,,S +159,0,3,"Smiljanic, Mr. Mile",male,,0,0,315037,8.6625,,S +160,0,3,"Sage, Master. Thomas Henry",male,,8,2,CA. 2343,69.55,,S +161,0,3,"Cribb, Mr. John Hatfield",male,44,0,1,371362,16.1,,S +162,1,2,"Watt, Mrs. James (Elizabeth ""Bessie"" Inglis Milne)",female,40,0,0,C.A. 33595,15.75,,S +163,0,3,"Bengtsson, Mr. John Viktor",male,26,0,0,347068,7.775,,S +164,0,3,"Calic, Mr. Jovo",male,17,0,0,315093,8.6625,,S +165,0,3,"Panula, Master. Eino Viljami",male,1,4,1,3101295,39.6875,,S +166,1,3,"Goldsmith, Master. Frank John William ""Frankie""",male,9,0,2,363291,20.525,,S +167,1,1,"Chibnall, Mrs. (Edith Martha Bowerman)",female,,0,1,113505,55,E33,S +168,0,3,"Skoog, Mrs. William (Anna Bernhardina Karlsson)",female,45,1,4,347088,27.9,,S +169,0,1,"Baumann, Mr. John D",male,,0,0,PC 17318,25.925,,S +170,0,3,"Ling, Mr. Lee",male,28,0,0,1601,56.4958,,S +171,0,1,"Van der hoef, Mr. Wyckoff",male,61,0,0,111240,33.5,B19,S +172,0,3,"Rice, Master. Arthur",male,4,4,1,382652,29.125,,Q +173,1,3,"Johnson, Miss. Eleanor Ileen",female,1,1,1,347742,11.1333,,S +174,0,3,"Sivola, Mr. Antti Wilhelm",male,21,0,0,STON/O 2. 3101280,7.925,,S +175,0,1,"Smith, Mr. James Clinch",male,56,0,0,17764,30.6958,A7,C +176,0,3,"Klasen, Mr. Klas Albin",male,18,1,1,350404,7.8542,,S +177,0,3,"Lefebre, Master. Henry Forbes",male,,3,1,4133,25.4667,,S +178,0,1,"Isham, Miss. Ann Elizabeth",female,50,0,0,PC 17595,28.7125,C49,C +179,0,2,"Hale, Mr. Reginald",male,30,0,0,250653,13,,S +180,0,3,"Leonard, Mr. Lionel",male,36,0,0,LINE,0,,S +181,0,3,"Sage, Miss. Constance Gladys",female,,8,2,CA. 2343,69.55,,S +182,0,2,"Pernot, Mr. Rene",male,,0,0,SC/PARIS 2131,15.05,,C +183,0,3,"Asplund, Master. Clarence Gustaf Hugo",male,9,4,2,347077,31.3875,,S +184,1,2,"Becker, Master. Richard F",male,1,2,1,230136,39,F4,S +185,1,3,"Kink-Heilmann, Miss. Luise Gretchen",female,4,0,2,315153,22.025,,S +186,0,1,"Rood, Mr. Hugh Roscoe",male,,0,0,113767,50,A32,S +187,1,3,"O'Brien, Mrs. Thomas (Johanna ""Hannah"" Godfrey)",female,,1,0,370365,15.5,,Q +188,1,1,"Romaine, Mr. Charles Hallace (""Mr C Rolmane"")",male,45,0,0,111428,26.55,,S +189,0,3,"Bourke, Mr. John",male,40,1,1,364849,15.5,,Q +190,0,3,"Turcin, Mr. Stjepan",male,36,0,0,349247,7.8958,,S +191,1,2,"Pinsky, Mrs. (Rosa)",female,32,0,0,234604,13,,S +192,0,2,"Carbines, Mr. William",male,19,0,0,28424,13,,S +193,1,3,"Andersen-Jensen, Miss. Carla Christine Nielsine",female,19,1,0,350046,7.8542,,S +194,1,2,"Navratil, Master. Michel M",male,3,1,1,230080,26,F2,S +195,1,1,"Brown, Mrs. James Joseph (Margaret Tobin)",female,44,0,0,PC 17610,27.7208,B4,C +196,1,1,"Lurette, Miss. Elise",female,58,0,0,PC 17569,146.5208,B80,C +197,0,3,"Mernagh, Mr. Robert",male,,0,0,368703,7.75,,Q +198,0,3,"Olsen, Mr. Karl Siegwart Andreas",male,42,0,1,4579,8.4042,,S +199,1,3,"Madigan, Miss. Margaret ""Maggie""",female,,0,0,370370,7.75,,Q +200,0,2,"Yrois, Miss. Henriette (""Mrs Harbeck"")",female,24,0,0,248747,13,,S +201,0,3,"Vande Walle, Mr. Nestor Cyriel",male,28,0,0,345770,9.5,,S +202,0,3,"Sage, Mr. Frederick",male,,8,2,CA. 2343,69.55,,S +203,0,3,"Johanson, Mr. Jakob Alfred",male,34,0,0,3101264,6.4958,,S +204,0,3,"Youseff, Mr. Gerious",male,45.5,0,0,2628,7.225,,C +205,1,3,"Cohen, Mr. Gurshon ""Gus""",male,18,0,0,A/5 3540,8.05,,S +206,0,3,"Strom, Miss. Telma Matilda",female,2,0,1,347054,10.4625,G6,S +207,0,3,"Backstrom, Mr. Karl Alfred",male,32,1,0,3101278,15.85,,S +208,1,3,"Albimona, Mr. Nassef Cassem",male,26,0,0,2699,18.7875,,C +209,1,3,"Carr, Miss. Helen ""Ellen""",female,16,0,0,367231,7.75,,Q +210,1,1,"Blank, Mr. Henry",male,40,0,0,112277,31,A31,C +211,0,3,"Ali, Mr. Ahmed",male,24,0,0,SOTON/O.Q. 3101311,7.05,,S +212,1,2,"Cameron, Miss. Clear Annie",female,35,0,0,F.C.C. 13528,21,,S +213,0,3,"Perkin, Mr. John Henry",male,22,0,0,A/5 21174,7.25,,S +214,0,2,"Givard, Mr. Hans Kristensen",male,30,0,0,250646,13,,S +215,0,3,"Kiernan, Mr. Philip",male,,1,0,367229,7.75,,Q +216,1,1,"Newell, Miss. Madeleine",female,31,1,0,35273,113.275,D36,C +217,1,3,"Honkanen, Miss. Eliina",female,27,0,0,STON/O2. 3101283,7.925,,S +218,0,2,"Jacobsohn, Mr. Sidney Samuel",male,42,1,0,243847,27,,S +219,1,1,"Bazzani, Miss. Albina",female,32,0,0,11813,76.2917,D15,C +220,0,2,"Harris, Mr. Walter",male,30,0,0,W/C 14208,10.5,,S +221,1,3,"Sunderland, Mr. Victor Francis",male,16,0,0,SOTON/OQ 392089,8.05,,S +222,0,2,"Bracken, Mr. James H",male,27,0,0,220367,13,,S +223,0,3,"Green, Mr. George Henry",male,51,0,0,21440,8.05,,S +224,0,3,"Nenkoff, Mr. Christo",male,,0,0,349234,7.8958,,S +225,1,1,"Hoyt, Mr. Frederick Maxfield",male,38,1,0,19943,90,C93,S +226,0,3,"Berglund, Mr. Karl Ivar Sven",male,22,0,0,PP 4348,9.35,,S +227,1,2,"Mellors, Mr. William John",male,19,0,0,SW/PP 751,10.5,,S +228,0,3,"Lovell, Mr. John Hall (""Henry"")",male,20.5,0,0,A/5 21173,7.25,,S +229,0,2,"Fahlstrom, Mr. Arne Jonas",male,18,0,0,236171,13,,S +230,0,3,"Lefebre, Miss. Mathilde",female,,3,1,4133,25.4667,,S +231,1,1,"Harris, Mrs. Henry Birkhardt (Irene Wallach)",female,35,1,0,36973,83.475,C83,S +232,0,3,"Larsson, Mr. Bengt Edvin",male,29,0,0,347067,7.775,,S +233,0,2,"Sjostedt, Mr. Ernst Adolf",male,59,0,0,237442,13.5,,S +234,1,3,"Asplund, Miss. Lillian Gertrud",female,5,4,2,347077,31.3875,,S +235,0,2,"Leyson, Mr. Robert William Norman",male,24,0,0,C.A. 29566,10.5,,S +236,0,3,"Harknett, Miss. Alice Phoebe",female,,0,0,W./C. 6609,7.55,,S +237,0,2,"Hold, Mr. Stephen",male,44,1,0,26707,26,,S +238,1,2,"Collyer, Miss. Marjorie ""Lottie""",female,8,0,2,C.A. 31921,26.25,,S +239,0,2,"Pengelly, Mr. Frederick William",male,19,0,0,28665,10.5,,S +240,0,2,"Hunt, Mr. George Henry",male,33,0,0,SCO/W 1585,12.275,,S +241,0,3,"Zabour, Miss. Thamine",female,,1,0,2665,14.4542,,C +242,1,3,"Murphy, Miss. Katherine ""Kate""",female,,1,0,367230,15.5,,Q +243,0,2,"Coleridge, Mr. Reginald Charles",male,29,0,0,W./C. 14263,10.5,,S +244,0,3,"Maenpaa, Mr. Matti Alexanteri",male,22,0,0,STON/O 2. 3101275,7.125,,S +245,0,3,"Attalah, Mr. Sleiman",male,30,0,0,2694,7.225,,C +246,0,1,"Minahan, Dr. William Edward",male,44,2,0,19928,90,C78,Q +247,0,3,"Lindahl, Miss. Agda Thorilda Viktoria",female,25,0,0,347071,7.775,,S +248,1,2,"Hamalainen, Mrs. William (Anna)",female,24,0,2,250649,14.5,,S +249,1,1,"Beckwith, Mr. Richard Leonard",male,37,1,1,11751,52.5542,D35,S +250,0,2,"Carter, Rev. Ernest Courtenay",male,54,1,0,244252,26,,S +251,0,3,"Reed, Mr. James George",male,,0,0,362316,7.25,,S +252,0,3,"Strom, Mrs. Wilhelm (Elna Matilda Persson)",female,29,1,1,347054,10.4625,G6,S +253,0,1,"Stead, Mr. William Thomas",male,62,0,0,113514,26.55,C87,S +254,0,3,"Lobb, Mr. William Arthur",male,30,1,0,A/5. 3336,16.1,,S +255,0,3,"Rosblom, Mrs. Viktor (Helena Wilhelmina)",female,41,0,2,370129,20.2125,,S +256,1,3,"Touma, Mrs. Darwis (Hanne Youssef Razi)",female,29,0,2,2650,15.2458,,C +257,1,1,"Thorne, Mrs. Gertrude Maybelle",female,,0,0,PC 17585,79.2,,C +258,1,1,"Cherry, Miss. Gladys",female,30,0,0,110152,86.5,B77,S +259,1,1,"Ward, Miss. Anna",female,35,0,0,PC 17755,512.3292,,C +260,1,2,"Parrish, Mrs. (Lutie Davis)",female,50,0,1,230433,26,,S +261,0,3,"Smith, Mr. Thomas",male,,0,0,384461,7.75,,Q +262,1,3,"Asplund, Master. Edvin Rojj Felix",male,3,4,2,347077,31.3875,,S +263,0,1,"Taussig, Mr. Emil",male,52,1,1,110413,79.65,E67,S +264,0,1,"Harrison, Mr. William",male,40,0,0,112059,0,B94,S +265,0,3,"Henry, Miss. Delia",female,,0,0,382649,7.75,,Q +266,0,2,"Reeves, Mr. David",male,36,0,0,C.A. 17248,10.5,,S +267,0,3,"Panula, Mr. Ernesti Arvid",male,16,4,1,3101295,39.6875,,S +268,1,3,"Persson, Mr. Ernst Ulrik",male,25,1,0,347083,7.775,,S +269,1,1,"Graham, Mrs. William Thompson (Edith Junkins)",female,58,0,1,PC 17582,153.4625,C125,S +270,1,1,"Bissette, Miss. Amelia",female,35,0,0,PC 17760,135.6333,C99,S +271,0,1,"Cairns, Mr. Alexander",male,,0,0,113798,31,,S +272,1,3,"Tornquist, Mr. William Henry",male,25,0,0,LINE,0,,S +273,1,2,"Mellinger, Mrs. (Elizabeth Anne Maidment)",female,41,0,1,250644,19.5,,S +274,0,1,"Natsch, Mr. Charles H",male,37,0,1,PC 17596,29.7,C118,C +275,1,3,"Healy, Miss. Hanora ""Nora""",female,,0,0,370375,7.75,,Q +276,1,1,"Andrews, Miss. Kornelia Theodosia",female,63,1,0,13502,77.9583,D7,S +277,0,3,"Lindblom, Miss. Augusta Charlotta",female,45,0,0,347073,7.75,,S +278,0,2,"Parkes, Mr. Francis ""Frank""",male,,0,0,239853,0,,S +279,0,3,"Rice, Master. Eric",male,7,4,1,382652,29.125,,Q +280,1,3,"Abbott, Mrs. Stanton (Rosa Hunt)",female,35,1,1,C.A. 2673,20.25,,S +281,0,3,"Duane, Mr. Frank",male,65,0,0,336439,7.75,,Q +282,0,3,"Olsson, Mr. Nils Johan Goransson",male,28,0,0,347464,7.8542,,S +283,0,3,"de Pelsmaeker, Mr. Alfons",male,16,0,0,345778,9.5,,S +284,1,3,"Dorking, Mr. Edward Arthur",male,19,0,0,A/5. 10482,8.05,,S +285,0,1,"Smith, Mr. Richard William",male,,0,0,113056,26,A19,S +286,0,3,"Stankovic, Mr. Ivan",male,33,0,0,349239,8.6625,,C +287,1,3,"de Mulder, Mr. Theodore",male,30,0,0,345774,9.5,,S +288,0,3,"Naidenoff, Mr. Penko",male,22,0,0,349206,7.8958,,S +289,1,2,"Hosono, Mr. Masabumi",male,42,0,0,237798,13,,S +290,1,3,"Connolly, Miss. Kate",female,22,0,0,370373,7.75,,Q +291,1,1,"Barber, Miss. Ellen ""Nellie""",female,26,0,0,19877,78.85,,S +292,1,1,"Bishop, Mrs. Dickinson H (Helen Walton)",female,19,1,0,11967,91.0792,B49,C +293,0,2,"Levy, Mr. Rene Jacques",male,36,0,0,SC/Paris 2163,12.875,D,C +294,0,3,"Haas, Miss. Aloisia",female,24,0,0,349236,8.85,,S +295,0,3,"Mineff, Mr. Ivan",male,24,0,0,349233,7.8958,,S +296,0,1,"Lewy, Mr. Ervin G",male,,0,0,PC 17612,27.7208,,C +297,0,3,"Hanna, Mr. Mansour",male,23.5,0,0,2693,7.2292,,C +298,0,1,"Allison, Miss. Helen Loraine",female,2,1,2,113781,151.55,C22 C26,S +299,1,1,"Saalfeld, Mr. Adolphe",male,,0,0,19988,30.5,C106,S +300,1,1,"Baxter, Mrs. James (Helene DeLaudeniere Chaput)",female,50,0,1,PC 17558,247.5208,B58 B60,C +301,1,3,"Kelly, Miss. Anna Katherine ""Annie Kate""",female,,0,0,9234,7.75,,Q +302,1,3,"McCoy, Mr. Bernard",male,,2,0,367226,23.25,,Q +303,0,3,"Johnson, Mr. William Cahoone Jr",male,19,0,0,LINE,0,,S +304,1,2,"Keane, Miss. Nora A",female,,0,0,226593,12.35,E101,Q +305,0,3,"Williams, Mr. Howard Hugh ""Harry""",male,,0,0,A/5 2466,8.05,,S +306,1,1,"Allison, Master. Hudson Trevor",male,0.92,1,2,113781,151.55,C22 C26,S +307,1,1,"Fleming, Miss. Margaret",female,,0,0,17421,110.8833,,C +308,1,1,"Penasco y Castellana, Mrs. Victor de Satode (Maria Josefa Perez de Soto y Vallejo)",female,17,1,0,PC 17758,108.9,C65,C +309,0,2,"Abelson, Mr. Samuel",male,30,1,0,P/PP 3381,24,,C +310,1,1,"Francatelli, Miss. Laura Mabel",female,30,0,0,PC 17485,56.9292,E36,C +311,1,1,"Hays, Miss. Margaret Bechstein",female,24,0,0,11767,83.1583,C54,C +312,1,1,"Ryerson, Miss. Emily Borie",female,18,2,2,PC 17608,262.375,B57 B59 B63 B66,C +313,0,2,"Lahtinen, Mrs. William (Anna Sylfven)",female,26,1,1,250651,26,,S +314,0,3,"Hendekovic, Mr. Ignjac",male,28,0,0,349243,7.8958,,S +315,0,2,"Hart, Mr. Benjamin",male,43,1,1,F.C.C. 13529,26.25,,S +316,1,3,"Nilsson, Miss. Helmina Josefina",female,26,0,0,347470,7.8542,,S +317,1,2,"Kantor, Mrs. Sinai (Miriam Sternin)",female,24,1,0,244367,26,,S +318,0,2,"Moraweck, Dr. Ernest",male,54,0,0,29011,14,,S +319,1,1,"Wick, Miss. Mary Natalie",female,31,0,2,36928,164.8667,C7,S +320,1,1,"Spedden, Mrs. Frederic Oakley (Margaretta Corning Stone)",female,40,1,1,16966,134.5,E34,C +321,0,3,"Dennis, Mr. Samuel",male,22,0,0,A/5 21172,7.25,,S +322,0,3,"Danoff, Mr. Yoto",male,27,0,0,349219,7.8958,,S +323,1,2,"Slayter, Miss. Hilda Mary",female,30,0,0,234818,12.35,,Q +324,1,2,"Caldwell, Mrs. Albert Francis (Sylvia Mae Harbaugh)",female,22,1,1,248738,29,,S +325,0,3,"Sage, Mr. George John Jr",male,,8,2,CA. 2343,69.55,,S +326,1,1,"Young, Miss. Marie Grice",female,36,0,0,PC 17760,135.6333,C32,C +327,0,3,"Nysveen, Mr. Johan Hansen",male,61,0,0,345364,6.2375,,S +328,1,2,"Ball, Mrs. (Ada E Hall)",female,36,0,0,28551,13,D,S +329,1,3,"Goldsmith, Mrs. Frank John (Emily Alice Brown)",female,31,1,1,363291,20.525,,S +330,1,1,"Hippach, Miss. Jean Gertrude",female,16,0,1,111361,57.9792,B18,C +331,1,3,"McCoy, Miss. Agnes",female,,2,0,367226,23.25,,Q +332,0,1,"Partner, Mr. Austen",male,45.5,0,0,113043,28.5,C124,S +333,0,1,"Graham, Mr. George Edward",male,38,0,1,PC 17582,153.4625,C91,S +334,0,3,"Vander Planke, Mr. Leo Edmondus",male,16,2,0,345764,18,,S +335,1,1,"Frauenthal, Mrs. Henry William (Clara Heinsheimer)",female,,1,0,PC 17611,133.65,,S +336,0,3,"Denkoff, Mr. Mitto",male,,0,0,349225,7.8958,,S +337,0,1,"Pears, Mr. Thomas Clinton",male,29,1,0,113776,66.6,C2,S +338,1,1,"Burns, Miss. Elizabeth Margaret",female,41,0,0,16966,134.5,E40,C +339,1,3,"Dahl, Mr. Karl Edwart",male,45,0,0,7598,8.05,,S +340,0,1,"Blackwell, Mr. Stephen Weart",male,45,0,0,113784,35.5,T,S +341,1,2,"Navratil, Master. Edmond Roger",male,2,1,1,230080,26,F2,S +342,1,1,"Fortune, Miss. Alice Elizabeth",female,24,3,2,19950,263,C23 C25 C27,S +343,0,2,"Collander, Mr. Erik Gustaf",male,28,0,0,248740,13,,S +344,0,2,"Sedgwick, Mr. Charles Frederick Waddington",male,25,0,0,244361,13,,S +345,0,2,"Fox, Mr. Stanley Hubert",male,36,0,0,229236,13,,S +346,1,2,"Brown, Miss. Amelia ""Mildred""",female,24,0,0,248733,13,F33,S +347,1,2,"Smith, Miss. Marion Elsie",female,40,0,0,31418,13,,S +348,1,3,"Davison, Mrs. Thomas Henry (Mary E Finck)",female,,1,0,386525,16.1,,S +349,1,3,"Coutts, Master. William Loch ""William""",male,3,1,1,C.A. 37671,15.9,,S +350,0,3,"Dimic, Mr. Jovan",male,42,0,0,315088,8.6625,,S +351,0,3,"Odahl, Mr. Nils Martin",male,23,0,0,7267,9.225,,S +352,0,1,"Williams-Lambert, Mr. Fletcher Fellows",male,,0,0,113510,35,C128,S +353,0,3,"Elias, Mr. Tannous",male,15,1,1,2695,7.2292,,C +354,0,3,"Arnold-Franchi, Mr. Josef",male,25,1,0,349237,17.8,,S +355,0,3,"Yousif, Mr. Wazli",male,,0,0,2647,7.225,,C +356,0,3,"Vanden Steen, Mr. Leo Peter",male,28,0,0,345783,9.5,,S +357,1,1,"Bowerman, Miss. Elsie Edith",female,22,0,1,113505,55,E33,S +358,0,2,"Funk, Miss. Annie Clemmer",female,38,0,0,237671,13,,S +359,1,3,"McGovern, Miss. Mary",female,,0,0,330931,7.8792,,Q +360,1,3,"Mockler, Miss. Helen Mary ""Ellie""",female,,0,0,330980,7.8792,,Q +361,0,3,"Skoog, Mr. Wilhelm",male,40,1,4,347088,27.9,,S +362,0,2,"del Carlo, Mr. Sebastiano",male,29,1,0,SC/PARIS 2167,27.7208,,C +363,0,3,"Barbara, Mrs. (Catherine David)",female,45,0,1,2691,14.4542,,C +364,0,3,"Asim, Mr. Adola",male,35,0,0,SOTON/O.Q. 3101310,7.05,,S +365,0,3,"O'Brien, Mr. Thomas",male,,1,0,370365,15.5,,Q +366,0,3,"Adahl, Mr. Mauritz Nils Martin",male,30,0,0,C 7076,7.25,,S +367,1,1,"Warren, Mrs. Frank Manley (Anna Sophia Atkinson)",female,60,1,0,110813,75.25,D37,C +368,1,3,"Moussa, Mrs. (Mantoura Boulos)",female,,0,0,2626,7.2292,,C +369,1,3,"Jermyn, Miss. Annie",female,,0,0,14313,7.75,,Q +370,1,1,"Aubart, Mme. Leontine Pauline",female,24,0,0,PC 17477,69.3,B35,C +371,1,1,"Harder, Mr. George Achilles",male,25,1,0,11765,55.4417,E50,C +372,0,3,"Wiklund, Mr. Jakob Alfred",male,18,1,0,3101267,6.4958,,S +373,0,3,"Beavan, Mr. William Thomas",male,19,0,0,323951,8.05,,S +374,0,1,"Ringhini, Mr. Sante",male,22,0,0,PC 17760,135.6333,,C +375,0,3,"Palsson, Miss. Stina Viola",female,3,3,1,349909,21.075,,S +376,1,1,"Meyer, Mrs. Edgar Joseph (Leila Saks)",female,,1,0,PC 17604,82.1708,,C +377,1,3,"Landergren, Miss. Aurora Adelia",female,22,0,0,C 7077,7.25,,S +378,0,1,"Widener, Mr. Harry Elkins",male,27,0,2,113503,211.5,C82,C +379,0,3,"Betros, Mr. Tannous",male,20,0,0,2648,4.0125,,C +380,0,3,"Gustafsson, Mr. Karl Gideon",male,19,0,0,347069,7.775,,S +381,1,1,"Bidois, Miss. Rosalie",female,42,0,0,PC 17757,227.525,,C +382,1,3,"Nakid, Miss. Maria (""Mary"")",female,1,0,2,2653,15.7417,,C +383,0,3,"Tikkanen, Mr. Juho",male,32,0,0,STON/O 2. 3101293,7.925,,S +384,1,1,"Holverson, Mrs. Alexander Oskar (Mary Aline Towner)",female,35,1,0,113789,52,,S +385,0,3,"Plotcharsky, Mr. Vasil",male,,0,0,349227,7.8958,,S +386,0,2,"Davies, Mr. Charles Henry",male,18,0,0,S.O.C. 14879,73.5,,S +387,0,3,"Goodwin, Master. Sidney Leonard",male,1,5,2,CA 2144,46.9,,S +388,1,2,"Buss, Miss. Kate",female,36,0,0,27849,13,,S +389,0,3,"Sadlier, Mr. Matthew",male,,0,0,367655,7.7292,,Q +390,1,2,"Lehmann, Miss. Bertha",female,17,0,0,SC 1748,12,,C +391,1,1,"Carter, Mr. William Ernest",male,36,1,2,113760,120,B96 B98,S +392,1,3,"Jansson, Mr. Carl Olof",male,21,0,0,350034,7.7958,,S +393,0,3,"Gustafsson, Mr. Johan Birger",male,28,2,0,3101277,7.925,,S +394,1,1,"Newell, Miss. Marjorie",female,23,1,0,35273,113.275,D36,C +395,1,3,"Sandstrom, Mrs. Hjalmar (Agnes Charlotta Bengtsson)",female,24,0,2,PP 9549,16.7,G6,S +396,0,3,"Johansson, Mr. Erik",male,22,0,0,350052,7.7958,,S +397,0,3,"Olsson, Miss. Elina",female,31,0,0,350407,7.8542,,S +398,0,2,"McKane, Mr. Peter David",male,46,0,0,28403,26,,S +399,0,2,"Pain, Dr. Alfred",male,23,0,0,244278,10.5,,S +400,1,2,"Trout, Mrs. William H (Jessie L)",female,28,0,0,240929,12.65,,S +401,1,3,"Niskanen, Mr. Juha",male,39,0,0,STON/O 2. 3101289,7.925,,S +402,0,3,"Adams, Mr. John",male,26,0,0,341826,8.05,,S +403,0,3,"Jussila, Miss. Mari Aina",female,21,1,0,4137,9.825,,S +404,0,3,"Hakkarainen, Mr. Pekka Pietari",male,28,1,0,STON/O2. 3101279,15.85,,S +405,0,3,"Oreskovic, Miss. Marija",female,20,0,0,315096,8.6625,,S +406,0,2,"Gale, Mr. Shadrach",male,34,1,0,28664,21,,S +407,0,3,"Widegren, Mr. Carl/Charles Peter",male,51,0,0,347064,7.75,,S +408,1,2,"Richards, Master. William Rowe",male,3,1,1,29106,18.75,,S +409,0,3,"Birkeland, Mr. Hans Martin Monsen",male,21,0,0,312992,7.775,,S +410,0,3,"Lefebre, Miss. Ida",female,,3,1,4133,25.4667,,S +411,0,3,"Sdycoff, Mr. Todor",male,,0,0,349222,7.8958,,S +412,0,3,"Hart, Mr. Henry",male,,0,0,394140,6.8583,,Q +413,1,1,"Minahan, Miss. Daisy E",female,33,1,0,19928,90,C78,Q +414,0,2,"Cunningham, Mr. Alfred Fleming",male,,0,0,239853,0,,S +415,1,3,"Sundman, Mr. Johan Julian",male,44,0,0,STON/O 2. 3101269,7.925,,S +416,0,3,"Meek, Mrs. Thomas (Annie Louise Rowley)",female,,0,0,343095,8.05,,S +417,1,2,"Drew, Mrs. James Vivian (Lulu Thorne Christian)",female,34,1,1,28220,32.5,,S +418,1,2,"Silven, Miss. Lyyli Karoliina",female,18,0,2,250652,13,,S +419,0,2,"Matthews, Mr. William John",male,30,0,0,28228,13,,S +420,0,3,"Van Impe, Miss. Catharina",female,10,0,2,345773,24.15,,S +421,0,3,"Gheorgheff, Mr. Stanio",male,,0,0,349254,7.8958,,C +422,0,3,"Charters, Mr. David",male,21,0,0,A/5. 13032,7.7333,,Q +423,0,3,"Zimmerman, Mr. Leo",male,29,0,0,315082,7.875,,S +424,0,3,"Danbom, Mrs. Ernst Gilbert (Anna Sigrid Maria Brogren)",female,28,1,1,347080,14.4,,S +425,0,3,"Rosblom, Mr. Viktor Richard",male,18,1,1,370129,20.2125,,S +426,0,3,"Wiseman, Mr. Phillippe",male,,0,0,A/4. 34244,7.25,,S +427,1,2,"Clarke, Mrs. Charles V (Ada Maria Winfield)",female,28,1,0,2003,26,,S +428,1,2,"Phillips, Miss. Kate Florence (""Mrs Kate Louise Phillips Marshall"")",female,19,0,0,250655,26,,S +429,0,3,"Flynn, Mr. James",male,,0,0,364851,7.75,,Q +430,1,3,"Pickard, Mr. Berk (Berk Trembisky)",male,32,0,0,SOTON/O.Q. 392078,8.05,E10,S +431,1,1,"Bjornstrom-Steffansson, Mr. Mauritz Hakan",male,28,0,0,110564,26.55,C52,S +432,1,3,"Thorneycroft, Mrs. Percival (Florence Kate White)",female,,1,0,376564,16.1,,S +433,1,2,"Louch, Mrs. Charles Alexander (Alice Adelaide Slow)",female,42,1,0,SC/AH 3085,26,,S +434,0,3,"Kallio, Mr. Nikolai Erland",male,17,0,0,STON/O 2. 3101274,7.125,,S +435,0,1,"Silvey, Mr. William Baird",male,50,1,0,13507,55.9,E44,S +436,1,1,"Carter, Miss. Lucile Polk",female,14,1,2,113760,120,B96 B98,S +437,0,3,"Ford, Miss. Doolina Margaret ""Daisy""",female,21,2,2,W./C. 6608,34.375,,S +438,1,2,"Richards, Mrs. Sidney (Emily Hocking)",female,24,2,3,29106,18.75,,S +439,0,1,"Fortune, Mr. Mark",male,64,1,4,19950,263,C23 C25 C27,S +440,0,2,"Kvillner, Mr. Johan Henrik Johannesson",male,31,0,0,C.A. 18723,10.5,,S +441,1,2,"Hart, Mrs. Benjamin (Esther Ada Bloomfield)",female,45,1,1,F.C.C. 13529,26.25,,S +442,0,3,"Hampe, Mr. Leon",male,20,0,0,345769,9.5,,S +443,0,3,"Petterson, Mr. Johan Emil",male,25,1,0,347076,7.775,,S +444,1,2,"Reynaldo, Ms. Encarnacion",female,28,0,0,230434,13,,S +445,1,3,"Johannesen-Bratthammer, Mr. Bernt",male,,0,0,65306,8.1125,,S +446,1,1,"Dodge, Master. Washington",male,4,0,2,33638,81.8583,A34,S +447,1,2,"Mellinger, Miss. Madeleine Violet",female,13,0,1,250644,19.5,,S +448,1,1,"Seward, Mr. Frederic Kimber",male,34,0,0,113794,26.55,,S +449,1,3,"Baclini, Miss. Marie Catherine",female,5,2,1,2666,19.2583,,C +450,1,1,"Peuchen, Major. Arthur Godfrey",male,52,0,0,113786,30.5,C104,S +451,0,2,"West, Mr. Edwy Arthur",male,36,1,2,C.A. 34651,27.75,,S +452,0,3,"Hagland, Mr. Ingvald Olai Olsen",male,,1,0,65303,19.9667,,S +453,0,1,"Foreman, Mr. Benjamin Laventall",male,30,0,0,113051,27.75,C111,C +454,1,1,"Goldenberg, Mr. Samuel L",male,49,1,0,17453,89.1042,C92,C +455,0,3,"Peduzzi, Mr. Joseph",male,,0,0,A/5 2817,8.05,,S +456,1,3,"Jalsevac, Mr. Ivan",male,29,0,0,349240,7.8958,,C +457,0,1,"Millet, Mr. Francis Davis",male,65,0,0,13509,26.55,E38,S +458,1,1,"Kenyon, Mrs. Frederick R (Marion)",female,,1,0,17464,51.8625,D21,S +459,1,2,"Toomey, Miss. Ellen",female,50,0,0,F.C.C. 13531,10.5,,S +460,0,3,"O'Connor, Mr. Maurice",male,,0,0,371060,7.75,,Q +461,1,1,"Anderson, Mr. Harry",male,48,0,0,19952,26.55,E12,S +462,0,3,"Morley, Mr. William",male,34,0,0,364506,8.05,,S +463,0,1,"Gee, Mr. Arthur H",male,47,0,0,111320,38.5,E63,S +464,0,2,"Milling, Mr. Jacob Christian",male,48,0,0,234360,13,,S +465,0,3,"Maisner, Mr. Simon",male,,0,0,A/S 2816,8.05,,S +466,0,3,"Goncalves, Mr. Manuel Estanslas",male,38,0,0,SOTON/O.Q. 3101306,7.05,,S +467,0,2,"Campbell, Mr. William",male,,0,0,239853,0,,S +468,0,1,"Smart, Mr. John Montgomery",male,56,0,0,113792,26.55,,S +469,0,3,"Scanlan, Mr. James",male,,0,0,36209,7.725,,Q +470,1,3,"Baclini, Miss. Helene Barbara",female,0.75,2,1,2666,19.2583,,C +471,0,3,"Keefe, Mr. Arthur",male,,0,0,323592,7.25,,S +472,0,3,"Cacic, Mr. Luka",male,38,0,0,315089,8.6625,,S +473,1,2,"West, Mrs. Edwy Arthur (Ada Mary Worth)",female,33,1,2,C.A. 34651,27.75,,S +474,1,2,"Jerwan, Mrs. Amin S (Marie Marthe Thuillard)",female,23,0,0,SC/AH Basle 541,13.7917,D,C +475,0,3,"Strandberg, Miss. Ida Sofia",female,22,0,0,7553,9.8375,,S +476,0,1,"Clifford, Mr. George Quincy",male,,0,0,110465,52,A14,S +477,0,2,"Renouf, Mr. Peter Henry",male,34,1,0,31027,21,,S +478,0,3,"Braund, Mr. Lewis Richard",male,29,1,0,3460,7.0458,,S +479,0,3,"Karlsson, Mr. Nils August",male,22,0,0,350060,7.5208,,S +480,1,3,"Hirvonen, Miss. Hildur E",female,2,0,1,3101298,12.2875,,S +481,0,3,"Goodwin, Master. Harold Victor",male,9,5,2,CA 2144,46.9,,S +482,0,2,"Frost, Mr. Anthony Wood ""Archie""",male,,0,0,239854,0,,S +483,0,3,"Rouse, Mr. Richard Henry",male,50,0,0,A/5 3594,8.05,,S +484,1,3,"Turkula, Mrs. (Hedwig)",female,63,0,0,4134,9.5875,,S +485,1,1,"Bishop, Mr. Dickinson H",male,25,1,0,11967,91.0792,B49,C +486,0,3,"Lefebre, Miss. Jeannie",female,,3,1,4133,25.4667,,S +487,1,1,"Hoyt, Mrs. Frederick Maxfield (Jane Anne Forby)",female,35,1,0,19943,90,C93,S +488,0,1,"Kent, Mr. Edward Austin",male,58,0,0,11771,29.7,B37,C +489,0,3,"Somerton, Mr. Francis William",male,30,0,0,A.5. 18509,8.05,,S +490,1,3,"Coutts, Master. Eden Leslie ""Neville""",male,9,1,1,C.A. 37671,15.9,,S +491,0,3,"Hagland, Mr. Konrad Mathias Reiersen",male,,1,0,65304,19.9667,,S +492,0,3,"Windelov, Mr. Einar",male,21,0,0,SOTON/OQ 3101317,7.25,,S +493,0,1,"Molson, Mr. Harry Markland",male,55,0,0,113787,30.5,C30,S +494,0,1,"Artagaveytia, Mr. Ramon",male,71,0,0,PC 17609,49.5042,,C +495,0,3,"Stanley, Mr. Edward Roland",male,21,0,0,A/4 45380,8.05,,S +496,0,3,"Yousseff, Mr. Gerious",male,,0,0,2627,14.4583,,C +497,1,1,"Eustis, Miss. Elizabeth Mussey",female,54,1,0,36947,78.2667,D20,C +498,0,3,"Shellard, Mr. Frederick William",male,,0,0,C.A. 6212,15.1,,S +499,0,1,"Allison, Mrs. Hudson J C (Bessie Waldo Daniels)",female,25,1,2,113781,151.55,C22 C26,S +500,0,3,"Svensson, Mr. Olof",male,24,0,0,350035,7.7958,,S +501,0,3,"Calic, Mr. Petar",male,17,0,0,315086,8.6625,,S +502,0,3,"Canavan, Miss. Mary",female,21,0,0,364846,7.75,,Q +503,0,3,"O'Sullivan, Miss. Bridget Mary",female,,0,0,330909,7.6292,,Q +504,0,3,"Laitinen, Miss. Kristina Sofia",female,37,0,0,4135,9.5875,,S +505,1,1,"Maioni, Miss. Roberta",female,16,0,0,110152,86.5,B79,S +506,0,1,"Penasco y Castellana, Mr. Victor de Satode",male,18,1,0,PC 17758,108.9,C65,C +507,1,2,"Quick, Mrs. Frederick Charles (Jane Richards)",female,33,0,2,26360,26,,S +508,1,1,"Bradley, Mr. George (""George Arthur Brayton"")",male,,0,0,111427,26.55,,S +509,0,3,"Olsen, Mr. Henry Margido",male,28,0,0,C 4001,22.525,,S +510,1,3,"Lang, Mr. Fang",male,26,0,0,1601,56.4958,,S +511,1,3,"Daly, Mr. Eugene Patrick",male,29,0,0,382651,7.75,,Q +512,0,3,"Webber, Mr. James",male,,0,0,SOTON/OQ 3101316,8.05,,S +513,1,1,"McGough, Mr. James Robert",male,36,0,0,PC 17473,26.2875,E25,S +514,1,1,"Rothschild, Mrs. Martin (Elizabeth L. Barrett)",female,54,1,0,PC 17603,59.4,,C +515,0,3,"Coleff, Mr. Satio",male,24,0,0,349209,7.4958,,S +516,0,1,"Walker, Mr. William Anderson",male,47,0,0,36967,34.0208,D46,S +517,1,2,"Lemore, Mrs. (Amelia Milley)",female,34,0,0,C.A. 34260,10.5,F33,S +518,0,3,"Ryan, Mr. Patrick",male,,0,0,371110,24.15,,Q +519,1,2,"Angle, Mrs. William A (Florence ""Mary"" Agnes Hughes)",female,36,1,0,226875,26,,S +520,0,3,"Pavlovic, Mr. Stefo",male,32,0,0,349242,7.8958,,S +521,1,1,"Perreault, Miss. Anne",female,30,0,0,12749,93.5,B73,S +522,0,3,"Vovk, Mr. Janko",male,22,0,0,349252,7.8958,,S +523,0,3,"Lahoud, Mr. Sarkis",male,,0,0,2624,7.225,,C +524,1,1,"Hippach, Mrs. Louis Albert (Ida Sophia Fischer)",female,44,0,1,111361,57.9792,B18,C +525,0,3,"Kassem, Mr. Fared",male,,0,0,2700,7.2292,,C +526,0,3,"Farrell, Mr. James",male,40.5,0,0,367232,7.75,,Q +527,1,2,"Ridsdale, Miss. Lucy",female,50,0,0,W./C. 14258,10.5,,S +528,0,1,"Farthing, Mr. John",male,,0,0,PC 17483,221.7792,C95,S +529,0,3,"Salonen, Mr. Johan Werner",male,39,0,0,3101296,7.925,,S +530,0,2,"Hocking, Mr. Richard George",male,23,2,1,29104,11.5,,S +531,1,2,"Quick, Miss. Phyllis May",female,2,1,1,26360,26,,S +532,0,3,"Toufik, Mr. Nakli",male,,0,0,2641,7.2292,,C +533,0,3,"Elias, Mr. Joseph Jr",male,17,1,1,2690,7.2292,,C +534,1,3,"Peter, Mrs. Catherine (Catherine Rizk)",female,,0,2,2668,22.3583,,C +535,0,3,"Cacic, Miss. Marija",female,30,0,0,315084,8.6625,,S +536,1,2,"Hart, Miss. Eva Miriam",female,7,0,2,F.C.C. 13529,26.25,,S +537,0,1,"Butt, Major. Archibald Willingham",male,45,0,0,113050,26.55,B38,S +538,1,1,"LeRoy, Miss. Bertha",female,30,0,0,PC 17761,106.425,,C +539,0,3,"Risien, Mr. Samuel Beard",male,,0,0,364498,14.5,,S +540,1,1,"Frolicher, Miss. Hedwig Margaritha",female,22,0,2,13568,49.5,B39,C +541,1,1,"Crosby, Miss. Harriet R",female,36,0,2,WE/P 5735,71,B22,S +542,0,3,"Andersson, Miss. Ingeborg Constanzia",female,9,4,2,347082,31.275,,S +543,0,3,"Andersson, Miss. Sigrid Elisabeth",female,11,4,2,347082,31.275,,S +544,1,2,"Beane, Mr. Edward",male,32,1,0,2908,26,,S +545,0,1,"Douglas, Mr. Walter Donald",male,50,1,0,PC 17761,106.425,C86,C +546,0,1,"Nicholson, Mr. Arthur Ernest",male,64,0,0,693,26,,S +547,1,2,"Beane, Mrs. Edward (Ethel Clarke)",female,19,1,0,2908,26,,S +548,1,2,"Padro y Manent, Mr. Julian",male,,0,0,SC/PARIS 2146,13.8625,,C +549,0,3,"Goldsmith, Mr. Frank John",male,33,1,1,363291,20.525,,S +550,1,2,"Davies, Master. John Morgan Jr",male,8,1,1,C.A. 33112,36.75,,S +551,1,1,"Thayer, Mr. John Borland Jr",male,17,0,2,17421,110.8833,C70,C +552,0,2,"Sharp, Mr. Percival James R",male,27,0,0,244358,26,,S +553,0,3,"O'Brien, Mr. Timothy",male,,0,0,330979,7.8292,,Q +554,1,3,"Leeni, Mr. Fahim (""Philip Zenni"")",male,22,0,0,2620,7.225,,C +555,1,3,"Ohman, Miss. Velin",female,22,0,0,347085,7.775,,S +556,0,1,"Wright, Mr. George",male,62,0,0,113807,26.55,,S +557,1,1,"Duff Gordon, Lady. (Lucille Christiana Sutherland) (""Mrs Morgan"")",female,48,1,0,11755,39.6,A16,C +558,0,1,"Robbins, Mr. Victor",male,,0,0,PC 17757,227.525,,C +559,1,1,"Taussig, Mrs. Emil (Tillie Mandelbaum)",female,39,1,1,110413,79.65,E67,S +560,1,3,"de Messemaeker, Mrs. Guillaume Joseph (Emma)",female,36,1,0,345572,17.4,,S +561,0,3,"Morrow, Mr. Thomas Rowan",male,,0,0,372622,7.75,,Q +562,0,3,"Sivic, Mr. Husein",male,40,0,0,349251,7.8958,,S +563,0,2,"Norman, Mr. Robert Douglas",male,28,0,0,218629,13.5,,S +564,0,3,"Simmons, Mr. John",male,,0,0,SOTON/OQ 392082,8.05,,S +565,0,3,"Meanwell, Miss. (Marion Ogden)",female,,0,0,SOTON/O.Q. 392087,8.05,,S +566,0,3,"Davies, Mr. Alfred J",male,24,2,0,A/4 48871,24.15,,S +567,0,3,"Stoytcheff, Mr. Ilia",male,19,0,0,349205,7.8958,,S +568,0,3,"Palsson, Mrs. Nils (Alma Cornelia Berglund)",female,29,0,4,349909,21.075,,S +569,0,3,"Doharr, Mr. Tannous",male,,0,0,2686,7.2292,,C +570,1,3,"Jonsson, Mr. Carl",male,32,0,0,350417,7.8542,,S +571,1,2,"Harris, Mr. George",male,62,0,0,S.W./PP 752,10.5,,S +572,1,1,"Appleton, Mrs. Edward Dale (Charlotte Lamson)",female,53,2,0,11769,51.4792,C101,S +573,1,1,"Flynn, Mr. John Irwin (""Irving"")",male,36,0,0,PC 17474,26.3875,E25,S +574,1,3,"Kelly, Miss. Mary",female,,0,0,14312,7.75,,Q +575,0,3,"Rush, Mr. Alfred George John",male,16,0,0,A/4. 20589,8.05,,S +576,0,3,"Patchett, Mr. George",male,19,0,0,358585,14.5,,S +577,1,2,"Garside, Miss. Ethel",female,34,0,0,243880,13,,S +578,1,1,"Silvey, Mrs. William Baird (Alice Munger)",female,39,1,0,13507,55.9,E44,S +579,0,3,"Caram, Mrs. Joseph (Maria Elias)",female,,1,0,2689,14.4583,,C +580,1,3,"Jussila, Mr. Eiriik",male,32,0,0,STON/O 2. 3101286,7.925,,S +581,1,2,"Christy, Miss. Julie Rachel",female,25,1,1,237789,30,,S +582,1,1,"Thayer, Mrs. John Borland (Marian Longstreth Morris)",female,39,1,1,17421,110.8833,C68,C +583,0,2,"Downton, Mr. William James",male,54,0,0,28403,26,,S +584,0,1,"Ross, Mr. John Hugo",male,36,0,0,13049,40.125,A10,C +585,0,3,"Paulner, Mr. Uscher",male,,0,0,3411,8.7125,,C +586,1,1,"Taussig, Miss. Ruth",female,18,0,2,110413,79.65,E68,S +587,0,2,"Jarvis, Mr. John Denzil",male,47,0,0,237565,15,,S +588,1,1,"Frolicher-Stehli, Mr. Maxmillian",male,60,1,1,13567,79.2,B41,C +589,0,3,"Gilinski, Mr. Eliezer",male,22,0,0,14973,8.05,,S +590,0,3,"Murdlin, Mr. Joseph",male,,0,0,A./5. 3235,8.05,,S +591,0,3,"Rintamaki, Mr. Matti",male,35,0,0,STON/O 2. 3101273,7.125,,S +592,1,1,"Stephenson, Mrs. Walter Bertram (Martha Eustis)",female,52,1,0,36947,78.2667,D20,C +593,0,3,"Elsbury, Mr. William James",male,47,0,0,A/5 3902,7.25,,S +594,0,3,"Bourke, Miss. Mary",female,,0,2,364848,7.75,,Q +595,0,2,"Chapman, Mr. John Henry",male,37,1,0,SC/AH 29037,26,,S +596,0,3,"Van Impe, Mr. Jean Baptiste",male,36,1,1,345773,24.15,,S +597,1,2,"Leitch, Miss. Jessie Wills",female,,0,0,248727,33,,S +598,0,3,"Johnson, Mr. Alfred",male,49,0,0,LINE,0,,S +599,0,3,"Boulos, Mr. Hanna",male,,0,0,2664,7.225,,C +600,1,1,"Duff Gordon, Sir. Cosmo Edmund (""Mr Morgan"")",male,49,1,0,PC 17485,56.9292,A20,C +601,1,2,"Jacobsohn, Mrs. Sidney Samuel (Amy Frances Christy)",female,24,2,1,243847,27,,S +602,0,3,"Slabenoff, Mr. Petco",male,,0,0,349214,7.8958,,S +603,0,1,"Harrington, Mr. Charles H",male,,0,0,113796,42.4,,S +604,0,3,"Torber, Mr. Ernst William",male,44,0,0,364511,8.05,,S +605,1,1,"Homer, Mr. Harry (""Mr E Haven"")",male,35,0,0,111426,26.55,,C +606,0,3,"Lindell, Mr. Edvard Bengtsson",male,36,1,0,349910,15.55,,S +607,0,3,"Karaic, Mr. Milan",male,30,0,0,349246,7.8958,,S +608,1,1,"Daniel, Mr. Robert Williams",male,27,0,0,113804,30.5,,S +609,1,2,"Laroche, Mrs. Joseph (Juliette Marie Louise Lafargue)",female,22,1,2,SC/Paris 2123,41.5792,,C +610,1,1,"Shutes, Miss. Elizabeth W",female,40,0,0,PC 17582,153.4625,C125,S +611,0,3,"Andersson, Mrs. Anders Johan (Alfrida Konstantia Brogren)",female,39,1,5,347082,31.275,,S +612,0,3,"Jardin, Mr. Jose Neto",male,,0,0,SOTON/O.Q. 3101305,7.05,,S +613,1,3,"Murphy, Miss. Margaret Jane",female,,1,0,367230,15.5,,Q +614,0,3,"Horgan, Mr. John",male,,0,0,370377,7.75,,Q +615,0,3,"Brocklebank, Mr. William Alfred",male,35,0,0,364512,8.05,,S +616,1,2,"Herman, Miss. Alice",female,24,1,2,220845,65,,S +617,0,3,"Danbom, Mr. Ernst Gilbert",male,34,1,1,347080,14.4,,S +618,0,3,"Lobb, Mrs. William Arthur (Cordelia K Stanlick)",female,26,1,0,A/5. 3336,16.1,,S +619,1,2,"Becker, Miss. Marion Louise",female,4,2,1,230136,39,F4,S +620,0,2,"Gavey, Mr. Lawrence",male,26,0,0,31028,10.5,,S +621,0,3,"Yasbeck, Mr. Antoni",male,27,1,0,2659,14.4542,,C +622,1,1,"Kimball, Mr. Edwin Nelson Jr",male,42,1,0,11753,52.5542,D19,S +623,1,3,"Nakid, Mr. Sahid",male,20,1,1,2653,15.7417,,C +624,0,3,"Hansen, Mr. Henry Damsgaard",male,21,0,0,350029,7.8542,,S +625,0,3,"Bowen, Mr. David John ""Dai""",male,21,0,0,54636,16.1,,S +626,0,1,"Sutton, Mr. Frederick",male,61,0,0,36963,32.3208,D50,S +627,0,2,"Kirkland, Rev. Charles Leonard",male,57,0,0,219533,12.35,,Q +628,1,1,"Longley, Miss. Gretchen Fiske",female,21,0,0,13502,77.9583,D9,S +629,0,3,"Bostandyeff, Mr. Guentcho",male,26,0,0,349224,7.8958,,S +630,0,3,"O'Connell, Mr. Patrick D",male,,0,0,334912,7.7333,,Q +631,1,1,"Barkworth, Mr. Algernon Henry Wilson",male,80,0,0,27042,30,A23,S +632,0,3,"Lundahl, Mr. Johan Svensson",male,51,0,0,347743,7.0542,,S +633,1,1,"Stahelin-Maeglin, Dr. Max",male,32,0,0,13214,30.5,B50,C +634,0,1,"Parr, Mr. William Henry Marsh",male,,0,0,112052,0,,S +635,0,3,"Skoog, Miss. Mabel",female,9,3,2,347088,27.9,,S +636,1,2,"Davis, Miss. Mary",female,28,0,0,237668,13,,S +637,0,3,"Leinonen, Mr. Antti Gustaf",male,32,0,0,STON/O 2. 3101292,7.925,,S +638,0,2,"Collyer, Mr. Harvey",male,31,1,1,C.A. 31921,26.25,,S +639,0,3,"Panula, Mrs. Juha (Maria Emilia Ojala)",female,41,0,5,3101295,39.6875,,S +640,0,3,"Thorneycroft, Mr. Percival",male,,1,0,376564,16.1,,S +641,0,3,"Jensen, Mr. Hans Peder",male,20,0,0,350050,7.8542,,S +642,1,1,"Sagesser, Mlle. Emma",female,24,0,0,PC 17477,69.3,B35,C +643,0,3,"Skoog, Miss. Margit Elizabeth",female,2,3,2,347088,27.9,,S +644,1,3,"Foo, Mr. Choong",male,,0,0,1601,56.4958,,S +645,1,3,"Baclini, Miss. Eugenie",female,0.75,2,1,2666,19.2583,,C +646,1,1,"Harper, Mr. Henry Sleeper",male,48,1,0,PC 17572,76.7292,D33,C +647,0,3,"Cor, Mr. Liudevit",male,19,0,0,349231,7.8958,,S +648,1,1,"Simonius-Blumer, Col. Oberst Alfons",male,56,0,0,13213,35.5,A26,C +649,0,3,"Willey, Mr. Edward",male,,0,0,S.O./P.P. 751,7.55,,S +650,1,3,"Stanley, Miss. Amy Zillah Elsie",female,23,0,0,CA. 2314,7.55,,S +651,0,3,"Mitkoff, Mr. Mito",male,,0,0,349221,7.8958,,S +652,1,2,"Doling, Miss. Elsie",female,18,0,1,231919,23,,S +653,0,3,"Kalvik, Mr. Johannes Halvorsen",male,21,0,0,8475,8.4333,,S +654,1,3,"O'Leary, Miss. Hanora ""Norah""",female,,0,0,330919,7.8292,,Q +655,0,3,"Hegarty, Miss. Hanora ""Nora""",female,18,0,0,365226,6.75,,Q +656,0,2,"Hickman, Mr. Leonard Mark",male,24,2,0,S.O.C. 14879,73.5,,S +657,0,3,"Radeff, Mr. Alexander",male,,0,0,349223,7.8958,,S +658,0,3,"Bourke, Mrs. John (Catherine)",female,32,1,1,364849,15.5,,Q +659,0,2,"Eitemiller, Mr. George Floyd",male,23,0,0,29751,13,,S +660,0,1,"Newell, Mr. Arthur Webster",male,58,0,2,35273,113.275,D48,C +661,1,1,"Frauenthal, Dr. Henry William",male,50,2,0,PC 17611,133.65,,S +662,0,3,"Badt, Mr. Mohamed",male,40,0,0,2623,7.225,,C +663,0,1,"Colley, Mr. Edward Pomeroy",male,47,0,0,5727,25.5875,E58,S +664,0,3,"Coleff, Mr. Peju",male,36,0,0,349210,7.4958,,S +665,1,3,"Lindqvist, Mr. Eino William",male,20,1,0,STON/O 2. 3101285,7.925,,S +666,0,2,"Hickman, Mr. Lewis",male,32,2,0,S.O.C. 14879,73.5,,S +667,0,2,"Butler, Mr. Reginald Fenton",male,25,0,0,234686,13,,S +668,0,3,"Rommetvedt, Mr. Knud Paust",male,,0,0,312993,7.775,,S +669,0,3,"Cook, Mr. Jacob",male,43,0,0,A/5 3536,8.05,,S +670,1,1,"Taylor, Mrs. Elmer Zebley (Juliet Cummins Wright)",female,,1,0,19996,52,C126,S +671,1,2,"Brown, Mrs. Thomas William Solomon (Elizabeth Catherine Ford)",female,40,1,1,29750,39,,S +672,0,1,"Davidson, Mr. Thornton",male,31,1,0,F.C. 12750,52,B71,S +673,0,2,"Mitchell, Mr. Henry Michael",male,70,0,0,C.A. 24580,10.5,,S +674,1,2,"Wilhelms, Mr. Charles",male,31,0,0,244270,13,,S +675,0,2,"Watson, Mr. Ennis Hastings",male,,0,0,239856,0,,S +676,0,3,"Edvardsson, Mr. Gustaf Hjalmar",male,18,0,0,349912,7.775,,S +677,0,3,"Sawyer, Mr. Frederick Charles",male,24.5,0,0,342826,8.05,,S +678,1,3,"Turja, Miss. Anna Sofia",female,18,0,0,4138,9.8417,,S +679,0,3,"Goodwin, Mrs. Frederick (Augusta Tyler)",female,43,1,6,CA 2144,46.9,,S +680,1,1,"Cardeza, Mr. Thomas Drake Martinez",male,36,0,1,PC 17755,512.3292,B51 B53 B55,C +681,0,3,"Peters, Miss. Katie",female,,0,0,330935,8.1375,,Q +682,1,1,"Hassab, Mr. Hammad",male,27,0,0,PC 17572,76.7292,D49,C +683,0,3,"Olsvigen, Mr. Thor Anderson",male,20,0,0,6563,9.225,,S +684,0,3,"Goodwin, Mr. Charles Edward",male,14,5,2,CA 2144,46.9,,S +685,0,2,"Brown, Mr. Thomas William Solomon",male,60,1,1,29750,39,,S +686,0,2,"Laroche, Mr. Joseph Philippe Lemercier",male,25,1,2,SC/Paris 2123,41.5792,,C +687,0,3,"Panula, Mr. Jaako Arnold",male,14,4,1,3101295,39.6875,,S +688,0,3,"Dakic, Mr. Branko",male,19,0,0,349228,10.1708,,S +689,0,3,"Fischer, Mr. Eberhard Thelander",male,18,0,0,350036,7.7958,,S +690,1,1,"Madill, Miss. Georgette Alexandra",female,15,0,1,24160,211.3375,B5,S +691,1,1,"Dick, Mr. Albert Adrian",male,31,1,0,17474,57,B20,S +692,1,3,"Karun, Miss. Manca",female,4,0,1,349256,13.4167,,C +693,1,3,"Lam, Mr. Ali",male,,0,0,1601,56.4958,,S +694,0,3,"Saad, Mr. Khalil",male,25,0,0,2672,7.225,,C +695,0,1,"Weir, Col. John",male,60,0,0,113800,26.55,,S +696,0,2,"Chapman, Mr. Charles Henry",male,52,0,0,248731,13.5,,S +697,0,3,"Kelly, Mr. James",male,44,0,0,363592,8.05,,S +698,1,3,"Mullens, Miss. Katherine ""Katie""",female,,0,0,35852,7.7333,,Q +699,0,1,"Thayer, Mr. John Borland",male,49,1,1,17421,110.8833,C68,C +700,0,3,"Humblen, Mr. Adolf Mathias Nicolai Olsen",male,42,0,0,348121,7.65,F G63,S +701,1,1,"Astor, Mrs. John Jacob (Madeleine Talmadge Force)",female,18,1,0,PC 17757,227.525,C62 C64,C +702,1,1,"Silverthorne, Mr. Spencer Victor",male,35,0,0,PC 17475,26.2875,E24,S +703,0,3,"Barbara, Miss. Saiide",female,18,0,1,2691,14.4542,,C +704,0,3,"Gallagher, Mr. Martin",male,25,0,0,36864,7.7417,,Q +705,0,3,"Hansen, Mr. Henrik Juul",male,26,1,0,350025,7.8542,,S +706,0,2,"Morley, Mr. Henry Samuel (""Mr Henry Marshall"")",male,39,0,0,250655,26,,S +707,1,2,"Kelly, Mrs. Florence ""Fannie""",female,45,0,0,223596,13.5,,S +708,1,1,"Calderhead, Mr. Edward Pennington",male,42,0,0,PC 17476,26.2875,E24,S +709,1,1,"Cleaver, Miss. Alice",female,22,0,0,113781,151.55,,S +710,1,3,"Moubarek, Master. Halim Gonios (""William George"")",male,,1,1,2661,15.2458,,C +711,1,1,"Mayne, Mlle. Berthe Antonine (""Mrs de Villiers"")",female,24,0,0,PC 17482,49.5042,C90,C +712,0,1,"Klaber, Mr. Herman",male,,0,0,113028,26.55,C124,S +713,1,1,"Taylor, Mr. Elmer Zebley",male,48,1,0,19996,52,C126,S +714,0,3,"Larsson, Mr. August Viktor",male,29,0,0,7545,9.4833,,S +715,0,2,"Greenberg, Mr. Samuel",male,52,0,0,250647,13,,S +716,0,3,"Soholt, Mr. Peter Andreas Lauritz Andersen",male,19,0,0,348124,7.65,F G73,S +717,1,1,"Endres, Miss. Caroline Louise",female,38,0,0,PC 17757,227.525,C45,C +718,1,2,"Troutt, Miss. Edwina Celia ""Winnie""",female,27,0,0,34218,10.5,E101,S +719,0,3,"McEvoy, Mr. Michael",male,,0,0,36568,15.5,,Q +720,0,3,"Johnson, Mr. Malkolm Joackim",male,33,0,0,347062,7.775,,S +721,1,2,"Harper, Miss. Annie Jessie ""Nina""",female,6,0,1,248727,33,,S +722,0,3,"Jensen, Mr. Svend Lauritz",male,17,1,0,350048,7.0542,,S +723,0,2,"Gillespie, Mr. William Henry",male,34,0,0,12233,13,,S +724,0,2,"Hodges, Mr. Henry Price",male,50,0,0,250643,13,,S +725,1,1,"Chambers, Mr. Norman Campbell",male,27,1,0,113806,53.1,E8,S +726,0,3,"Oreskovic, Mr. Luka",male,20,0,0,315094,8.6625,,S +727,1,2,"Renouf, Mrs. Peter Henry (Lillian Jefferys)",female,30,3,0,31027,21,,S +728,1,3,"Mannion, Miss. Margareth",female,,0,0,36866,7.7375,,Q +729,0,2,"Bryhl, Mr. Kurt Arnold Gottfrid",male,25,1,0,236853,26,,S +730,0,3,"Ilmakangas, Miss. Pieta Sofia",female,25,1,0,STON/O2. 3101271,7.925,,S +731,1,1,"Allen, Miss. Elisabeth Walton",female,29,0,0,24160,211.3375,B5,S +732,0,3,"Hassan, Mr. Houssein G N",male,11,0,0,2699,18.7875,,C +733,0,2,"Knight, Mr. Robert J",male,,0,0,239855,0,,S +734,0,2,"Berriman, Mr. William John",male,23,0,0,28425,13,,S +735,0,2,"Troupiansky, Mr. Moses Aaron",male,23,0,0,233639,13,,S +736,0,3,"Williams, Mr. Leslie",male,28.5,0,0,54636,16.1,,S +737,0,3,"Ford, Mrs. Edward (Margaret Ann Watson)",female,48,1,3,W./C. 6608,34.375,,S +738,1,1,"Lesurer, Mr. Gustave J",male,35,0,0,PC 17755,512.3292,B101,C +739,0,3,"Ivanoff, Mr. Kanio",male,,0,0,349201,7.8958,,S +740,0,3,"Nankoff, Mr. Minko",male,,0,0,349218,7.8958,,S +741,1,1,"Hawksford, Mr. Walter James",male,,0,0,16988,30,D45,S +742,0,1,"Cavendish, Mr. Tyrell William",male,36,1,0,19877,78.85,C46,S +743,1,1,"Ryerson, Miss. Susan Parker ""Suzette""",female,21,2,2,PC 17608,262.375,B57 B59 B63 B66,C +744,0,3,"McNamee, Mr. Neal",male,24,1,0,376566,16.1,,S +745,1,3,"Stranden, Mr. Juho",male,31,0,0,STON/O 2. 3101288,7.925,,S +746,0,1,"Crosby, Capt. Edward Gifford",male,70,1,1,WE/P 5735,71,B22,S +747,0,3,"Abbott, Mr. Rossmore Edward",male,16,1,1,C.A. 2673,20.25,,S +748,1,2,"Sinkkonen, Miss. Anna",female,30,0,0,250648,13,,S +749,0,1,"Marvin, Mr. Daniel Warner",male,19,1,0,113773,53.1,D30,S +750,0,3,"Connaghton, Mr. Michael",male,31,0,0,335097,7.75,,Q +751,1,2,"Wells, Miss. Joan",female,4,1,1,29103,23,,S +752,1,3,"Moor, Master. Meier",male,6,0,1,392096,12.475,E121,S +753,0,3,"Vande Velde, Mr. Johannes Joseph",male,33,0,0,345780,9.5,,S +754,0,3,"Jonkoff, Mr. Lalio",male,23,0,0,349204,7.8958,,S +755,1,2,"Herman, Mrs. Samuel (Jane Laver)",female,48,1,2,220845,65,,S +756,1,2,"Hamalainen, Master. Viljo",male,0.67,1,1,250649,14.5,,S +757,0,3,"Carlsson, Mr. August Sigfrid",male,28,0,0,350042,7.7958,,S +758,0,2,"Bailey, Mr. Percy Andrew",male,18,0,0,29108,11.5,,S +759,0,3,"Theobald, Mr. Thomas Leonard",male,34,0,0,363294,8.05,,S +760,1,1,"Rothes, the Countess. of (Lucy Noel Martha Dyer-Edwards)",female,33,0,0,110152,86.5,B77,S +761,0,3,"Garfirth, Mr. John",male,,0,0,358585,14.5,,S +762,0,3,"Nirva, Mr. Iisakki Antino Aijo",male,41,0,0,SOTON/O2 3101272,7.125,,S +763,1,3,"Barah, Mr. Hanna Assi",male,20,0,0,2663,7.2292,,C +764,1,1,"Carter, Mrs. William Ernest (Lucile Polk)",female,36,1,2,113760,120,B96 B98,S +765,0,3,"Eklund, Mr. Hans Linus",male,16,0,0,347074,7.775,,S +766,1,1,"Hogeboom, Mrs. John C (Anna Andrews)",female,51,1,0,13502,77.9583,D11,S +767,0,1,"Brewe, Dr. Arthur Jackson",male,,0,0,112379,39.6,,C +768,0,3,"Mangan, Miss. Mary",female,30.5,0,0,364850,7.75,,Q +769,0,3,"Moran, Mr. Daniel J",male,,1,0,371110,24.15,,Q +770,0,3,"Gronnestad, Mr. Daniel Danielsen",male,32,0,0,8471,8.3625,,S +771,0,3,"Lievens, Mr. Rene Aime",male,24,0,0,345781,9.5,,S +772,0,3,"Jensen, Mr. Niels Peder",male,48,0,0,350047,7.8542,,S +773,0,2,"Mack, Mrs. (Mary)",female,57,0,0,S.O./P.P. 3,10.5,E77,S +774,0,3,"Elias, Mr. Dibo",male,,0,0,2674,7.225,,C +775,1,2,"Hocking, Mrs. Elizabeth (Eliza Needs)",female,54,1,3,29105,23,,S +776,0,3,"Myhrman, Mr. Pehr Fabian Oliver Malkolm",male,18,0,0,347078,7.75,,S +777,0,3,"Tobin, Mr. Roger",male,,0,0,383121,7.75,F38,Q +778,1,3,"Emanuel, Miss. Virginia Ethel",female,5,0,0,364516,12.475,,S +779,0,3,"Kilgannon, Mr. Thomas J",male,,0,0,36865,7.7375,,Q +780,1,1,"Robert, Mrs. Edward Scott (Elisabeth Walton McMillan)",female,43,0,1,24160,211.3375,B3,S +781,1,3,"Ayoub, Miss. Banoura",female,13,0,0,2687,7.2292,,C +782,1,1,"Dick, Mrs. Albert Adrian (Vera Gillespie)",female,17,1,0,17474,57,B20,S +783,0,1,"Long, Mr. Milton Clyde",male,29,0,0,113501,30,D6,S +784,0,3,"Johnston, Mr. Andrew G",male,,1,2,W./C. 6607,23.45,,S +785,0,3,"Ali, Mr. William",male,25,0,0,SOTON/O.Q. 3101312,7.05,,S +786,0,3,"Harmer, Mr. Abraham (David Lishin)",male,25,0,0,374887,7.25,,S +787,1,3,"Sjoblom, Miss. Anna Sofia",female,18,0,0,3101265,7.4958,,S +788,0,3,"Rice, Master. George Hugh",male,8,4,1,382652,29.125,,Q +789,1,3,"Dean, Master. Bertram Vere",male,1,1,2,C.A. 2315,20.575,,S +790,0,1,"Guggenheim, Mr. Benjamin",male,46,0,0,PC 17593,79.2,B82 B84,C +791,0,3,"Keane, Mr. Andrew ""Andy""",male,,0,0,12460,7.75,,Q +792,0,2,"Gaskell, Mr. Alfred",male,16,0,0,239865,26,,S +793,0,3,"Sage, Miss. Stella Anna",female,,8,2,CA. 2343,69.55,,S +794,0,1,"Hoyt, Mr. William Fisher",male,,0,0,PC 17600,30.6958,,C +795,0,3,"Dantcheff, Mr. Ristiu",male,25,0,0,349203,7.8958,,S +796,0,2,"Otter, Mr. Richard",male,39,0,0,28213,13,,S +797,1,1,"Leader, Dr. Alice (Farnham)",female,49,0,0,17465,25.9292,D17,S +798,1,3,"Osman, Mrs. Mara",female,31,0,0,349244,8.6833,,S +799,0,3,"Ibrahim Shawah, Mr. Yousseff",male,30,0,0,2685,7.2292,,C +800,0,3,"Van Impe, Mrs. Jean Baptiste (Rosalie Paula Govaert)",female,30,1,1,345773,24.15,,S +801,0,2,"Ponesell, Mr. Martin",male,34,0,0,250647,13,,S +802,1,2,"Collyer, Mrs. Harvey (Charlotte Annie Tate)",female,31,1,1,C.A. 31921,26.25,,S +803,1,1,"Carter, Master. William Thornton II",male,11,1,2,113760,120,B96 B98,S +804,1,3,"Thomas, Master. Assad Alexander",male,0.42,0,1,2625,8.5167,,C +805,1,3,"Hedman, Mr. Oskar Arvid",male,27,0,0,347089,6.975,,S +806,0,3,"Johansson, Mr. Karl Johan",male,31,0,0,347063,7.775,,S +807,0,1,"Andrews, Mr. Thomas Jr",male,39,0,0,112050,0,A36,S +808,0,3,"Pettersson, Miss. Ellen Natalia",female,18,0,0,347087,7.775,,S +809,0,2,"Meyer, Mr. August",male,39,0,0,248723,13,,S +810,1,1,"Chambers, Mrs. Norman Campbell (Bertha Griggs)",female,33,1,0,113806,53.1,E8,S +811,0,3,"Alexander, Mr. William",male,26,0,0,3474,7.8875,,S +812,0,3,"Lester, Mr. James",male,39,0,0,A/4 48871,24.15,,S +813,0,2,"Slemen, Mr. Richard James",male,35,0,0,28206,10.5,,S +814,0,3,"Andersson, Miss. Ebba Iris Alfrida",female,6,4,2,347082,31.275,,S +815,0,3,"Tomlin, Mr. Ernest Portage",male,30.5,0,0,364499,8.05,,S +816,0,1,"Fry, Mr. Richard",male,,0,0,112058,0,B102,S +817,0,3,"Heininen, Miss. Wendla Maria",female,23,0,0,STON/O2. 3101290,7.925,,S +818,0,2,"Mallet, Mr. Albert",male,31,1,1,S.C./PARIS 2079,37.0042,,C +819,0,3,"Holm, Mr. John Fredrik Alexander",male,43,0,0,C 7075,6.45,,S +820,0,3,"Skoog, Master. Karl Thorsten",male,10,3,2,347088,27.9,,S +821,1,1,"Hays, Mrs. Charles Melville (Clara Jennings Gregg)",female,52,1,1,12749,93.5,B69,S +822,1,3,"Lulic, Mr. Nikola",male,27,0,0,315098,8.6625,,S +823,0,1,"Reuchlin, Jonkheer. John George",male,38,0,0,19972,0,,S +824,1,3,"Moor, Mrs. (Beila)",female,27,0,1,392096,12.475,E121,S +825,0,3,"Panula, Master. Urho Abraham",male,2,4,1,3101295,39.6875,,S +826,0,3,"Flynn, Mr. John",male,,0,0,368323,6.95,,Q +827,0,3,"Lam, Mr. Len",male,,0,0,1601,56.4958,,S +828,1,2,"Mallet, Master. Andre",male,1,0,2,S.C./PARIS 2079,37.0042,,C +829,1,3,"McCormack, Mr. Thomas Joseph",male,,0,0,367228,7.75,,Q +830,1,1,"Stone, Mrs. George Nelson (Martha Evelyn)",female,62,0,0,113572,80,B28, +831,1,3,"Yasbeck, Mrs. Antoni (Selini Alexander)",female,15,1,0,2659,14.4542,,C +832,1,2,"Richards, Master. George Sibley",male,0.83,1,1,29106,18.75,,S +833,0,3,"Saad, Mr. Amin",male,,0,0,2671,7.2292,,C +834,0,3,"Augustsson, Mr. Albert",male,23,0,0,347468,7.8542,,S +835,0,3,"Allum, Mr. Owen George",male,18,0,0,2223,8.3,,S +836,1,1,"Compton, Miss. Sara Rebecca",female,39,1,1,PC 17756,83.1583,E49,C +837,0,3,"Pasic, Mr. Jakob",male,21,0,0,315097,8.6625,,S +838,0,3,"Sirota, Mr. Maurice",male,,0,0,392092,8.05,,S +839,1,3,"Chip, Mr. Chang",male,32,0,0,1601,56.4958,,S +840,1,1,"Marechal, Mr. Pierre",male,,0,0,11774,29.7,C47,C +841,0,3,"Alhomaki, Mr. Ilmari Rudolf",male,20,0,0,SOTON/O2 3101287,7.925,,S +842,0,2,"Mudd, Mr. Thomas Charles",male,16,0,0,S.O./P.P. 3,10.5,,S +843,1,1,"Serepeca, Miss. Augusta",female,30,0,0,113798,31,,C +844,0,3,"Lemberopolous, Mr. Peter L",male,34.5,0,0,2683,6.4375,,C +845,0,3,"Culumovic, Mr. Jeso",male,17,0,0,315090,8.6625,,S +846,0,3,"Abbing, Mr. Anthony",male,42,0,0,C.A. 5547,7.55,,S +847,0,3,"Sage, Mr. Douglas Bullen",male,,8,2,CA. 2343,69.55,,S +848,0,3,"Markoff, Mr. Marin",male,35,0,0,349213,7.8958,,C +849,0,2,"Harper, Rev. John",male,28,0,1,248727,33,,S +850,1,1,"Goldenberg, Mrs. Samuel L (Edwiga Grabowska)",female,,1,0,17453,89.1042,C92,C +851,0,3,"Andersson, Master. Sigvard Harald Elias",male,4,4,2,347082,31.275,,S +852,0,3,"Svensson, Mr. Johan",male,74,0,0,347060,7.775,,S +853,0,3,"Boulos, Miss. Nourelain",female,9,1,1,2678,15.2458,,C +854,1,1,"Lines, Miss. Mary Conover",female,16,0,1,PC 17592,39.4,D28,S +855,0,2,"Carter, Mrs. Ernest Courtenay (Lilian Hughes)",female,44,1,0,244252,26,,S +856,1,3,"Aks, Mrs. Sam (Leah Rosen)",female,18,0,1,392091,9.35,,S +857,1,1,"Wick, Mrs. George Dennick (Mary Hitchcock)",female,45,1,1,36928,164.8667,,S +858,1,1,"Daly, Mr. Peter Denis ",male,51,0,0,113055,26.55,E17,S +859,1,3,"Baclini, Mrs. Solomon (Latifa Qurban)",female,24,0,3,2666,19.2583,,C +860,0,3,"Razi, Mr. Raihed",male,,0,0,2629,7.2292,,C +861,0,3,"Hansen, Mr. Claus Peter",male,41,2,0,350026,14.1083,,S +862,0,2,"Giles, Mr. Frederick Edward",male,21,1,0,28134,11.5,,S +863,1,1,"Swift, Mrs. Frederick Joel (Margaret Welles Barron)",female,48,0,0,17466,25.9292,D17,S +864,0,3,"Sage, Miss. Dorothy Edith ""Dolly""",female,,8,2,CA. 2343,69.55,,S +865,0,2,"Gill, Mr. John William",male,24,0,0,233866,13,,S +866,1,2,"Bystrom, Mrs. (Karolina)",female,42,0,0,236852,13,,S +867,1,2,"Duran y More, Miss. Asuncion",female,27,1,0,SC/PARIS 2149,13.8583,,C +868,0,1,"Roebling, Mr. Washington Augustus II",male,31,0,0,PC 17590,50.4958,A24,S +869,0,3,"van Melkebeke, Mr. Philemon",male,,0,0,345777,9.5,,S +870,1,3,"Johnson, Master. Harold Theodor",male,4,1,1,347742,11.1333,,S +871,0,3,"Balkic, Mr. Cerin",male,26,0,0,349248,7.8958,,S +872,1,1,"Beckwith, Mrs. Richard Leonard (Sallie Monypeny)",female,47,1,1,11751,52.5542,D35,S +873,0,1,"Carlsson, Mr. Frans Olof",male,33,0,0,695,5,B51 B53 B55,S +874,0,3,"Vander Cruyssen, Mr. Victor",male,47,0,0,345765,9,,S +875,1,2,"Abelson, Mrs. Samuel (Hannah Wizosky)",female,28,1,0,P/PP 3381,24,,C +876,1,3,"Najib, Miss. Adele Kiamie ""Jane""",female,15,0,0,2667,7.225,,C +877,0,3,"Gustafsson, Mr. Alfred Ossian",male,20,0,0,7534,9.8458,,S +878,0,3,"Petroff, Mr. Nedelio",male,19,0,0,349212,7.8958,,S +879,0,3,"Laleff, Mr. Kristo",male,,0,0,349217,7.8958,,S +880,1,1,"Potter, Mrs. Thomas Jr (Lily Alexenia Wilson)",female,56,0,1,11767,83.1583,C50,C +881,1,2,"Shelley, Mrs. William (Imanita Parrish Hall)",female,25,0,1,230433,26,,S +882,0,3,"Markun, Mr. Johann",male,33,0,0,349257,7.8958,,S +883,0,3,"Dahlberg, Miss. Gerda Ulrika",female,22,0,0,7552,10.5167,,S +884,0,2,"Banfield, Mr. Frederick James",male,28,0,0,C.A./SOTON 34068,10.5,,S +885,0,3,"Sutehall, Mr. Henry Jr",male,25,0,0,SOTON/OQ 392076,7.05,,S +886,0,3,"Rice, Mrs. William (Margaret Norton)",female,39,0,5,382652,29.125,,Q +887,0,2,"Montvila, Rev. Juozas",male,27,0,0,211536,13,,S +888,1,1,"Graham, Miss. Margaret Edith",female,19,0,0,112053,30,B42,S +889,0,3,"Johnston, Miss. Catherine Helen ""Carrie""",female,,1,2,W./C. 6607,23.45,,S +890,1,1,"Behr, Mr. Karl Howell",male,26,0,0,111369,30,C148,C +891,0,3,"Dooley, Mr. Patrick",male,32,0,0,370376,7.75,,Q diff --git a/Week9/Lecture24/Lecture24_agenda.tex b/Week9/Lecture24/Lecture24_agenda.tex new file mode 100644 index 0000000..752185a --- /dev/null +++ b/Week9/Lecture24/Lecture24_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 4: Inference} + \begin{itemize} + \item \hl{Previously: }Testing for independence in two-way tables (Chapter 6.4) + \item \hl{This time: }One-sample means with the $t$-distribution (Chapter 7.1) + \item \hl{Reading: }Chapter 7.2 for next time + \item \hl{Deadlines/Announcements: }HW 4.1 due today + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week9/Lecture24/Lecture24_draft.tex b/Week9/Lecture24/Lecture24_draft.tex new file mode 100644 index 0000000..94b8911 --- /dev/null +++ b/Week9/Lecture24/Lecture24_draft.tex @@ -0,0 +1,544 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp7@path{../../Chp 7} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 24]{MA213: Lecture 24} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture24_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\section{One-sample means with the \texorpdfstring{$t$}{t} distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Guinness Quality Control: The Origin of the $t$-test} + +\dq{William Sealy Gosset, working at the Guinness Brewery in the early 1900s, wanted to ensure the quality of stout. He would take a small sample of batches and measure a quality metric, (e.g. alcohol content). Suppose the target mean for alcohol content is 4.5\% ABV (percent alcohol by volume). Below is a sample of 8 batches.} + +{\scriptsize +\begin{center} +\begin{tabular}{r|c} +Batch & Alcohol Content (\% ABV) \\ +\hline +1 & 4.8 \\ +2 & 4.6 \\ +3 & 4.7 \\ +4 & 4.5 \\ +5 & 4.9 \\ +6 & 4.6 \\ +7 & 4.8 \\ +8 & 4.4 \\ +\end{tabular} +\end{center} +} + +\vfill +\rule{2.5cm}{0.25pt} \\ +{\tiny Inspired by the original work of W.S. Gosset ("Student") at Guinness Brewery.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Guinness Quality Control: Framing the Question} + +\begin{itemize} +\item We want to investigate if the mean alcohol content of Guinness stout batches differs from the target value of 4.5\% ABV. +\pause +\item One approach is to take a small sample of batches and compare the sample mean alcohol content to the target. +\pause +\item $H_0:$ The average alcohol content is equal to 4.5\% ABV. \\ +$H_A:$ The average alcohol content is different from 4.5\% ABV. +\pause +\end{itemize} + +$\:$ \\ + +\dq{Each row in the data set represents the alcohol content measured from a batch of Guiness stout. Are the batch measurements independent?} + +\soln{\pause Yes, we will assume that batches are produced independently.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Hypotheses} + +\pq{What are the hypotheses for testing whether the mean alcohol content differs from the target value?} + +\begin{enumerate}[(a)] +\item \mathhl{H_0:} $\mu = 0$ \\ +\mathhl{H_A:} $\mu \ne 0$ +\solnMult{ \mathhl{H_0:} $\mu = 4.5$ \\ +\mathhl{H_A:} $\mu \ne 4.5$} +\item \mathhl{H_0:} $p = 4.5$ \\ +\mathhl{H_A:} $p \ne 4.5$ +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Conditions} + +\begin{itemize} +\item \hl{Independence:} We assume each batch is produced independently. +\pause +\item \hl{Sample size / skew:} $\:$ \\ +\pause\twocol{0.6}{0.4} +{ +{\tiny +\begin{itemize} +\item The sample distribution does not appear to be extremely skewed, but it's difficult to assess with such a small sample size. For alcohol levels, we might expect scores to be fairly symmetric around the target. +\item We do not know $\sigma$ and $n$ is too small to assume $s$ is a reliable estimate for $\sigma$. +\end{itemize} +} +} +{ +\includegraphics[width=\textwidth]{\chp7@path/7-1_one_t/figures/guiness/guinessHist} +} +\end{itemize} +$\:$ \\ +\pause +\dq{So what do we do when the sample size is small?} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Intuition check, and what tools do we have for this problem?} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Board work: Similar tests we've done before} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Review: what purpose does a large sample serve?} + +As long as observations are independent, and the population distribution is not extremely skewed, a large sample would ensure that... + +\begin{itemize} + +\item the sampling distribution of the mean is nearly normal + +\item the estimate of the standard error, as $\frac{s}{\sqrt{n}}$, is reliable + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{The normality condition} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{The normality condition} + +\begin{itemize} + +\item The CLT, which states that sampling distributions will be nearly normal, holds true for \orange{any} sample size as long as the population distribution is nearly normal. + +\pause + +\item While this is a helpful special case, it's inherently difficult to verify normality in small data sets. + +\pause + +\item We should exercise caution when verifying the normality condition for small samples. It is important to not only examine the data but also think about where the data come from. +\begin{itemize} +\item For example, ask: would I expect this distribution to be symmetric, and am I confident that outliers are rare? +\end{itemize} + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Introducing the \texorpdfstring{$t$}{t} distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{The $t$ distribution} + +\begin{itemize} + +\item When the population standard deviation is unknown (almost always), the uncertainty of the standard error estimate is addressed by using a new distribution: the \hl{$t$ distribution}. + +\pause + +\item This distribution also has a bell shape, but its tails are \hl{thicker} than the normal model's. + +\pause + +\item Therefore observations are more likely to fall beyond two SDs from the mean than under the normal distribution. + +\pause + +\item Extra thick tails are helpful for resolving our problem with a less reliable estimate the standard error (since $n$ is small) + +\end{itemize} + +\begin{center} +\includegraphics[width=0.5\textwidth]{\chp7@path/7-1_one_t/figures/tDistCompareToNormalDist/tDistCompareToNormalDist} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{The $t$ distribution (cont.)} + +\begin{itemize} + +\item Always centered at zero, like the standard normal ($z$) distribution. + +\item Has a single parameter: \hl{degrees of freedom} (\mathhl{df}). + +\end{itemize} + +\begin{center} +\includegraphics[width=0.8\textwidth]{\chp7@path/7-1_one_t/figures/tDistConvergeToNormalDist/tDistConvergeToNormalDist} +\end{center} + +\pause + +\dq{What happens to shape of the $t$ distribution as $df$ increases?} + +\soln{\pause Approaches normal.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Evaluating hypotheses using the \texorpdfstring{$t$}{t} distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\section{R Demonstration: Try with \texorpdfstring{$t$}{t} distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Back to Guinness: Sample Statistics} + +\begin{itemize} +\item Sample mean ($\bar{x}$): 4.66 +\item Sample standard deviation ($s$): 0.17 +\item Sample size ($n$): 8 +\end{itemize} + +\begin{align*} +\orange{$\bar{x} = 4.66$} \\ +\orange{s = 0.17} \\ +\orange{n = 8} +\end{align*} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Finding the test statistic} + +\formula{Test statistic for inference on a small sample mean} +{The test statistic for inference on a small sample ($n < 50$) mean is the $T$ statistic with $df = n - 1$. +\[ T_{df} = \frac{\text{point estimate} - \text{null value}}{SE} \]} + +\pause + +\vspace{-0.5cm} + +\hl{in context...} +\begin{eqnarray*} +point~estimate &=& \bar{x} = 4.66 \\ +\pause +SE &=& \frac{s}{\sqrt{n}} = \frac{0.17}{\sqrt{8}} = 0.060 \\ +\pause +T &=& \frac{4.66 - 4.5}{0.060} = 2.73 \\ +\pause +df &=& 8 - 1 = 7 +\end{eqnarray*} + +\vspace{-0.25cm} + +\Note{Null value is 4.5 because in the null hypothesis we set $\mu = 4.5$.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Finding the p-value} + +\begin{itemize} +\item The p-value is calculated as the tail area under the $t$ distribution. +\pause +\item Using R: +\begin{verbatim} +> 2 * pt(2.73, df = 7, lower.tail = FALSE) +[1] 0.029 +\end{verbatim} +\pause +\item Visualized below: +\begin{center} +\includegraphics[width=0.7\textwidth]{\chp7@path/7-1_one_t/figures/guiness/guinessPvalue} +\end{center} +\pause +\item Or when these aren't available, we can use a $t$-table. +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +\begin{frame} +\frametitle{Conclusion of the test} + +\dq{What is the conclusion of this hypothesis test?} + +\pause + +Since the p-value is low, we have evidence that the mean alcohol content differs from the target value of 4.5\% ABV. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Constructing confidence intervals using the \texorpdfstring{$t$}{t} distribution} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{What is the mean alcohol content?} + +\begin{itemize} +\item We found evidence that the mean alcohol content differs from the target. +\pause +\item But it would be more interesting to estimate the mean alcohol content itself. +\pause +\item We can use a confidence interval to estimate the mean. +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: What is the mean alcohol content? Try for yourself!} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Confidence interval for a small sample mean} + +\begin{itemize} +\item Confidence intervals are always of the form +\[ \text{point estimate} \pm {ME} \] +\pause +\item ME is always calculated as the product of a critical value and SE. +\pause +\item Since small sample means follow a $t$ distribution (and not a $z$ distribution), the critical value is a $t^\star$ (as opposed to a $z^\star$). +\[ \text{point estimate} \pm t^{\star} \times SE \] +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame}[fragile] +\frametitle{Finding the critical $t$ ($t^\star$)} + +Using R: +\begin{verbatim} +> qt(p = 0.975, df = 7) + +[1] 2.364624 +\end{verbatim} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Constructing a CI for a small sample mean} + +\pq{Which of the following is the correct calculation of a 95\% confidence interval for the mean alcohol content?} +\[ \bar{x} = 4.66 \qquad s = 0.17 \qquad n = 8 \qquad SE = 0.060 \] + +\twocol{0.35}{0.65} +{ +\begin{enumerate}[(a)] +\item $4.66 \pm 1.96 \times 0.060$ +\solnMult{ $4.66 \pm 2.36 \times 0.060$} +\item $4.66 \pm -2.36 \times 0.060$ +\item $4.66 \pm 2.36 \times 0.17$ +\end{enumerate} +} +{ +\soln{\only<2>{\orange{$\rightarrow$ (4.52, 4.80)}}} +\vspace{0.25cm} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame} +\frametitle{Interpreting the CI} + +\pq{Which of the following is the \orange{best} interpretation for the confidence interval we just calculated? +\[ \mu = (4.52, 4.80) \] +} + +We are 95\% confident that ... + +\begin{enumerate}[(a)] +\solnMult{the mean alcohol content of Guinness stout is between 4.52\% and 4.80\% ABV.} +\item the mean alcohol content is at least 4.5\% ABV. +\item the mean alcohol content is less than 4.7\% ABV. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Synthesis} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Synthesis} + +\dq{Does the conclusion from the hypothesis test agree with the findings of the confidence interval?} + +$\:$ \\ + +\soln{\only<2->{Yes, the hypothesis test found a significant difference, and the CI does not contain the null value of 0.}} + +$\:$ \\ + +\dq{What does this mean for the Guinness quality control process?} + +$\:$ \\ + +\soln{\only<3>{The mean alcohol content of this batch of beer is likely different from their target, so they shouldn't sell this batch, and maybe they should check their manufacturing process for issues.}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap: Inference using the $t$-distribution} + +\begin{itemize} + +\item If $\sigma$ is unknown, use the $t$-distribution with $SE = \frac{s}{\sqrt{n}}$. + +\pause + +\item Conditions: +\begin{itemize} +\item independence of observations (often verified by random sample, and if sampling w/o replacement, $n < $ 10\% of population) +\item no extreme skew +\end{itemize} + +\pause + +\item Hypothesis testing: +\[ T_{df} = \frac{\text{point estimate} - \text{null value}}{SE}\text{, where }df = n - 1 \] + +\pause + +\item Confidence interval: $\text{point estimate} \pm t_{df}^\star \times SE$ + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week9/Lecture24/Lecture24_plan.tex b/Week9/Lecture24/Lecture24_plan.tex new file mode 100644 index 0000000..fbe8232 --- /dev/null +++ b/Week9/Lecture24/Lecture24_plan.tex @@ -0,0 +1,47 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item 5 min Lecture: Motivate using the t distribution + \item 5 min Edfinity quiz: like slides 2-3, check intuition about independence, distribution of the data, and the correct hypotheses + \begin{itemize} + % ES: Love this idea! + % ES: It's probably best to prepare just one R demo -- as long as one person brings up the one sample proportion test, we can steer the class towards z-test logic + % ES: Add some board work to transfer the logic from the one-sample proportion to the z-test + \item Maybe add to the quiz an open (not trick, but tricky) question: do you think we have any tools yet for handling one-sample data? How would you try it? Then: + \item xx min Board work: Assuming independence, normality, large sample, could use a test very similar to one-sample proportion + \end{itemize} + \item xx min Lecture: Examining the normality assumption + \item xx min Lecture: t-distribution test statistic, p-value + \item xx min R Demonstration: compute the test statistic and p-value for the HT in item 2 above, then interpret the results (like slides 10-12) + \item xx min Edfinity quiz (challenge question): how would you determine what the mean is, given all the info (from R) that you need? (like slides 13-16) + \item xx min Lecture: review the answer/the correct workflow, then interpret the result together (incl. something like slide 18) + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO1: Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO6: Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO5: Explain and Use the t-Distribution:} Explain how the t-distribution differs from the normal distribution and why it is used for population mean inference. + \item \textbf{M4, LO6: Conduct and Interpret t-Tests:} Design, execute, and interpret t-tests for a single population mean, a difference of paired means, and a difference of independent means, calculating the standard error appropriately for each. Describe how to obtain a p-value for a t-test and a critical t-score for a confidence interval. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Edfinity quiz on one sample HT design and assumptions, with open question on tools we've used before +% TODO: Plan board work justifying Z test for normal data +% TODO: (BIG) R demo looking at sampling distributions for the sample mean, testing assumptions wrt the standard normal z-test +% TODO: R demo usign t dist to perform HT +% TODO: Edfinity challenge question about CI +% TODO: Edfinity question about interpretations of HT/CIs (e.g. Slide 18) \ No newline at end of file diff --git a/Week9/Lecture25/Lecture25_agenda.tex b/Week9/Lecture25/Lecture25_agenda.tex new file mode 100644 index 0000000..6a3e21e --- /dev/null +++ b/Week9/Lecture25/Lecture25_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 4: Inference} + \begin{itemize} + \item \hl{Previously: }One-sample means with the $t$-distribution (Chapter 7.1) + \item \hl{This time: }Paired data (Chapter 7.2) + \item \hl{Reading: }Chapter 7.3 for next time + \item \hl{Deadlines/Announcements: } + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week9/Lecture25/Lecture25_draft.tex b/Week9/Lecture25/Lecture25_draft.tex new file mode 100644 index 0000000..d007649 --- /dev/null +++ b/Week9/Lecture25/Lecture25_draft.tex @@ -0,0 +1,347 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp7@path{../../Chp 7} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 25]{MA213: Lecture 25} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture25_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Paired data} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Paired observations} + +\begin{frame} + +\dq{200 observations were randomly sampled from the High School and Beyond survey. The same students took a reading and writing test and their scores are shown below. At a first glance, does there appear to be a difference between the average reading and writing test score?} + +\begin{center} +\includegraphics[width=0.5\textwidth]{\chp7@path/7-2_paired/figures/hsb2/hsb2_read_write_box} +\end{center} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} + +\pq{The same students took a reading and writing test and their scores are shown below. Are the reading and writing scores of each student independent of each other?} + +{\small +\begin{center} +\begin{tabular}{rrrr} + \hline + & id & read & write \\ + \hline +1 & 70 & 57 & 52 \\ + 2 & 86 & 44 & 33 \\ + 3 & 141 & 63 & 44 \\ + 4 & 172 & 47 & 52 \\ + $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ \\ + 200 & 137 & 63 & 65 \\ + \hline +\end{tabular} +\end{center} +} + +\begin{multicols}{2} +\begin{enumerate}[(a)] +\item Yes +\solnMult{No} +\end{enumerate} +\end{multicols} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Analyzing paired data} + +\begin{itemize} + +\item When two sets of observations have this special correspondence (not independent), they are said to be \hl{paired}. + +\pause + +\item To analyze paired data, it is often useful to look at the difference in outcomes of each pair of observations. +\[ \text{diff} = \text{read} - \text{write} \] + +\pause + +\item It is important that we always subtract using a consistent order. + +\end{itemize} + +\twocol{0.5}{0.5}{ +{\small +\begin{center} +\begin{tabular}{rrrr >{\columncolor[gray]{.9}}r} + \hline + & id & read & write & diff \\ + \hline +1 & 70 & 57 & 52 & 5 \\ + 2 & 86 & 44 & 33 & 11 \\ + 3 & 141 & 63 & 44 & 19 \\ + 4 & 172 & 47 & 52 & -5 \\ + $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ \\ + 200 & 137 & 63 & 65 & -2 \\ + \hline +\end{tabular} +\end{center} +} +} +{ +\includegraphics[width=\textwidth]{\chp7@path/7-2_paired/figures/hsb2/hsb2_diff_hist} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Do the data appear independent?} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Examining the difference} % Test statistic & point estimates, like slide 4 + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: How would you set up the hypotheses?} % Like slides 5-7 + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Computations} % Like slide 8 + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Interpret the results} % Like slides 9-10 + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Computing the Confidence Interval} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Parameter and point estimate} + +\begin{itemize} + +\item \hl{Parameter of interest:} Average difference between the reading and writing scores of \orange{all} high school students. +\[ \mu_{diff} \] + +$\:$ \\ + +\pause + +\item \hl{Point estimate:} Average difference between the reading and writing scores of \orange{sampled} high school students. +\[ \bar{x}_{diff} \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Inference for paired data} + +\begin{frame} +\frametitle{Setting the hypotheses} + +\dq{If in fact there was no difference between the scores on the reading and writing exams, what would you expect the average difference to be?} + +\pause + +\soln{0} + +$\:$ \\ + +\pause + +\dq{What are the hypotheses for testing if there is a difference between the average reading and writing scores?} + +\pause + +\begin{itemize} +\item[$H_0$:] There is no difference between the average reading and writing score. +\[ \mu_{diff} = 0 \] +\item[$H_A$:] There is a difference between the average reading and writing score. +\[ \mu_{diff} \ne 0 \] +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Nothing new here} + +\begin{itemize} + +\item The analysis is no different than what we have done before. + +\item We have data from \orange{one} sample: differences. + +\item We are testing to see if the average difference is different than 0. + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Checking assumptions \& conditions} + +\pq{Which of the following is true?} + +\begin{enumerate}[(a)] +\solnMult{Since students are sampled randomly and are less than 10\% of all high school students, we can assume that the difference between the reading and writing scores of one student in the sample is independent of another.} +\item The distribution of differences is bimodal, therefore we cannot continue with the hypothesis test. +\item In order for differences to be random we should have sampled with replacement. +\item Since students are sampled randomly and are less than 10\% all students, we can assume that the sampling distribution of the average difference will be nearly normal. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame}[shrink] +\frametitle{Calculating the test-statistic and the p-value} + +\dq{The observed average difference between the two scores is -0.545 points and the standard deviation of the difference is 8.887 points. Do these data provide convincing evidence of a difference between the average scores on the two exams? Use $\alpha = 0.05$.} + +\twocol{0.5}{0.5} +{ +\begin{center} +\includegraphics[width=\textwidth]{\chp7@path/7-2_paired/figures/hsb2/hsb2_read_write_pval} +\end{center} +} +{ +\pause +\begin{eqnarray*} +T &=& \frac{-0.545 - 0}{\frac{8.887}{\sqrt{200}}} \\ +&=& \frac{-0.545}{0.628} = -0.87 \\ +df &=& 200 - 1 = 199 \\ +\pause +p-value &=& 0.1927 \times 2 = 0.3854 +\end{eqnarray*} +} +\pause +$\:$ \\ +Since p-value $>$ 0.05, fail to reject, the data do \underline{not} provide convincing evidence of a difference between the average reading and writing scores. + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Interpretation of p-value} + +\pq{Which of the following is the correct interpretation of the p-value?} + +\begin{enumerate}[(a)] +\item Probability that the average scores on the reading and writing exams are equal. +\item Probability that the average scores on the reading and writing exams are different. +\solnMult{Probability of obtaining a random sample of 200 students where the average difference between the reading and writing scores is at least 0.545 (in either direction), if in fact the true average difference between the scores is 0.} +\item Probability of incorrectly rejecting the null hypothesis if in fact the null hypothesis is true. +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{HT $\leftrightarrow$ CI} + +\pq{Suppose we were to construct a 95\% confidence interval for the average difference between the reading and writing scores. Would you expect this interval to include 0?} + +\begin{enumerate}[(a)] +\solnMult{yes} +\item no +\item cannot tell from the information given +\end{enumerate} + +\soln{\pause +\begin{eqnarray*} +-0.545 \pm 1.97 \frac{8.887}{\sqrt{200}} &=& -0.545 \pm 1.97 \times 0.628 \\ +&=& -0.545 \pm 1.24 \\ +&=& (-1.785, 0.695) +\end{eqnarray*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week9/Lecture25/Lecture25_plan.tex b/Week9/Lecture25/Lecture25_plan.tex new file mode 100644 index 0000000..14b2185 --- /dev/null +++ b/Week9/Lecture25/Lecture25_plan.tex @@ -0,0 +1,48 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + % ES: I like the idea of making this lecture very interactive, since it can reinforce the one-sample t-test material + \begin{itemize} + \item xx min Lecture: motivate paired data problems, give an example (to return to throughout lecture, like the school test data) + \begin{itemize} + \item Something like, "last time we learned about how to do inference for one-sample data, now we're returning to the setting with a larger sample size but we have observations that appear to be paired." + \end{itemize} + % ES: I would interleave slides in here to reinforce concepts, since important points may be lost in demos/quizzes + \item xx min Edfinity quiz (short): given these table data (and maybe a histogram), do the observations appear independent? + \item xx min R Demonstration: anlayzing the difference of the paired data + \item xx min Think/pair/share: how would you set up a hypothesis test for this problem? + \item xx min Lecture: Review hypothesis test workflow for this example + \item xx min R Demonstration: compute test statistic and p-value + \item xx min Think/pair/share: how would you interpret the p-value we got? now create a confidence interval and interpret that too (like slides 28-29) + \item xx min R Demonstration (short): computing the correct CI + \item xx min Lecture: preview of next lecture on difference of two means (?) + \end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO1: Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO6: Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO6: Conduct and Interpret t-Tests:} Design, execute, and interpret t-tests for a single population mean, a difference of paired means, and a difference of independent means, calculating the standard error appropriately for each. Describe how to obtain a p-value for a t-test and a critical t-score for a confidence interval. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Interleave slides, edfinity, r demos +% TODO: Edfinity quiz on independence assumption +% TODO: R demo on visualizing paired differences +% TODO: Edfinity quiz / TPS on designing a hypothesis test +% TODO: R demo on computing test statistic, p-value +% TODO: Edfinity quiz on interpreting the p-value +% TODO: Board work / R demo on computing CI \ No newline at end of file diff --git a/Week9/Lecture26/Lecture26_agenda.tex b/Week9/Lecture26/Lecture26_agenda.tex new file mode 100644 index 0000000..fd27d65 --- /dev/null +++ b/Week9/Lecture26/Lecture26_agenda.tex @@ -0,0 +1,15 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Recap/Agenda +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO better formatting +\begin{frame} + \frametitle{Module 4: Inference} + \begin{itemize} + \item \hl{Previously: }Paired data (Chapter 7.2) + \item \hl{This time: }Difference of two means (Chapter 7.3) + \item \hl{Reading: }Chapter 7.4 for next time + \item \hl{Deadlines/Announcements: }HW 4.2 due Monday, Q3 in discussions next week + \end{itemize} + +\end{frame} \ No newline at end of file diff --git a/Week9/Lecture26/Lecture26_draft.tex b/Week9/Lecture26/Lecture26_draft.tex new file mode 100644 index 0000000..99a5dc1 --- /dev/null +++ b/Week9/Lecture26/Lecture26_draft.tex @@ -0,0 +1,460 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Slide options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Option 1: Slides with solutions + +\documentclass[slidestop,compress,mathserif]{beamer} +\newcommand{\soln}[1]{\textit{#1}} +\newcommand{\solnGr}[1]{#1} + +% Option 2: Handouts without solutions + +%\documentclass[11pt,containsverbatim,handout]{beamer} +%\usepackage{pgfpages} +%\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] +%\newcommand{\soln}[1]{ } +%\newcommand{\solnGr}{ } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Style +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\def\chp7@path{../../Chp 7} +\input{../../lec_style.tex} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preamble +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title[Lecture 26]{MA213: Lecture 26} +\subtitle{Module 4: Inference} +\author{OpenIntro Statistics, 4th Edition} +\institute{$\:$ \\ {\footnotesize Based on slides developed by Mine \c{C}etinkaya-Rundel of OpenIntro. \\ +The slides may be copied, edited, and/or shared via the \webLink{http://creativecommons.org/licenses/by-sa/3.0/us/}{CC BY-SA license.} \\ +Some images may be included under fair use guidelines (educational purposes).}} +\date{} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Begin document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title page +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +{ +\addtocounter{framenumber}{-1} +{\removepagenumbers +\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../OpenIntro_Grid_4_3-01.jpg}} +\begin{frame} + +\hfill \includegraphics[width=20mm]{../../oiLogo_highres} + +\titlepage + +\end{frame} +} +} + +\include{Lecture26_agenda} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Sections +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Motivating Problem} % In slides it's diamonds, but maybe something related to last lecture might be more interesting? + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Workflow/concepts check for this problem} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{R Demonstration: Test statistic and p-values} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Edfinity Quiz: Confidence interval and conclusions} % Rename to "Synthesis" like in slides? + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Difference of two means} % Thinking most of this material (before the recap) will be incorporated into the active learning/R demos above + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Diamonds} + +\begin{itemize} + +\item Weights of diamonds are measured in carats. + +\item 1 carat = 100 points, 0.99 carats = 99 points, etc. + +\item The difference between the size of a 0.99 carat diamond and a 1 carat diamond is undetectable to the naked human eye, but does the price of a 1 carat diamond tend to be higher than the price of a 0.99 diamond? + +\item We are going to test to see if there is a difference between the average prices of 0.99 and 1 carat diamonds. + +\item In order to be able to compare equivalent units, we divide the prices of 0.99 carat diamonds by 99 and 1 carat diamonds by 100, and compare the average point prices. + +\end{itemize} + +\hfill \includegraphics[width=0.2\textwidth]{\chp7@path/7-3_diff_two_mean/figures/diamonds/diamond} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Data} + +\begin{center} +\includegraphics[width=0.55\textwidth]{\chp7@path/7-3_diff_two_mean/figures/diamonds/diamondBox.pdf} +\end{center} + +{\small +\begin{center} +\begin{tabular}{l | c | c} + & {\footnotesize \hl{0.99 carat}} & {\footnotesize \hl{1 carat}} \\ + & pt99 & pt100 \\ +\hline +$\bar{x}$ & 44.50 & 53.43 \\ +$s$ & 13.32 & 12.22 \\ +$n$ & 23 & 30 +\end{tabular} +\end{center} +} + +\Note{These data are a random sample from the \texttt{diamonds} data set in \texttt{ggplot2} R package.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Parameter and point estimate} + +\begin{itemize} + +\item \hl{Parameter of interest:} Average difference between the point prices of \orange{all} 0.99 carat and 1 carat diamonds. +\[ \mu_{pt99} - \mu_{pt100} \] + +$\:$ \\ + +\pause + +\item \hl{Point estimate:} Average difference between the point prices of \orange{sampled} 0.99 carat and 1 carat diamonds. +\[ \bar{x}_{pt99} - \bar{x}_{pt100} \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Hypotheses} + +\pq{Which of the following is the correct set of hypotheses for testing if the average point price of 1 carat diamonds ($_{pt100}$) is higher than the average point price of 0.99 carat diamonds ($_{pt99}$)?} + +\begin{enumerate}[(a)] + +\item \mathhl{H_0:} $\mu_{pt99} = \mu_{pt100}$ \\ +\mathhl{H_A:} $\mu_{pt99} \ne \mu_{pt100}$ + +\item \mathhl{H_0:} $\mu_{pt99} = \mu_{pt100}$ \\ +\mathhl{H_A:} $\mu_{pt99} > \mu_{pt100}$ + +\solnMult{ \mathhl{H_0:} $\mu_{pt99} = \mu_{pt100}$ \\ +\mathhl{H_A:} $\mu_{pt99} < \mu_{pt100}$ } + +\item \mathhl{H_0:} $\bar{x}_{pt99} = \bar{x}_{pt100}$ \\ +\mathhl{H_A:} $\bar{x}_{pt99} < \bar{x}_{pt100}$ + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Conditions} + +\pq{Which of the following does \underline{not} need to be satisfied in order to conduct this hypothesis test using theoretical methods?} + +\begin{enumerate}[(a)] + +\item Point price of one 0.99 carat diamond in the sample should be independent of another, and the point price of one 1 carat diamond should independent of another as well. + +\item Point prices of 0.99 carat and 1 carat diamonds in the sample should be independent. + +\item Distributions of point prices of 0.99 and 1 carat diamonds should not be extremely skewed. + +\solnMult{Both sample sizes should be at least 30.} + +\end{enumerate} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Sampling distribution for the difference of two means} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Test statistic} + +\formula{Test statistic for inference on the difference of two small sample means} +{The test statistic for inference on the difference of two means where $\sigma_1$ and $\sigma_2$ are unknown is the $T$ statistic. +\[ T_{df} = \frac{\text{point estimate} - \text{null value}}{SE} \] +where +\[ SE = \sqrt{ \frac{s_1^2}{n_1} + \frac{s_2^2}{n_2} } \qquad \text{ and } \qquad df = min(n_1 - 1, n_2 - 1) \] +} + +\Note{The calculation of the $df$ is actually much more complicated. For simplicity we'll use the above formula to \underline{estimate} the true $df$ when conducting the analysis by hand.} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Hypothesis testing for the difference of two means} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Test statistic (cont.)} + +{\small +\begin{center} +\begin{tabular}{l | c | c} + & {\footnotesize \hl{0.99 carat}} & {\footnotesize \hl{1 carat}} \\ + & pt99 & pt100 \\ +\hline +$\bar{x}$ & 44.50 & 53.43 \\ +$s$ & 13.32 & 12.22 \\ +$n$ & 23 & 30 +\end{tabular} +\end{center} +} + +\hl{in context...} + +\pause + +{\small +\begin{eqnarray*} +T &=& \frac{\text{point estimate} - \text{null value} }{SE} \\ +\pause +&=& \frac{(44.50 - 53.43) - 0}{ \sqrt{\frac{13.32^2}{23} + \frac{12.22^2}{30} }} \\ +\pause +&=& \frac{-8.93}{3.56} \\ +\pause +&=& -2.508 +\end{eqnarray*} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Test statistic (cont.)} + +\pq{Which of the following is the correct $df$ for this hypothesis test?} + +\twocol{0.3}{0.7} +{ +\begin{enumerate}[(a)] +\solnMult{ 22 } +\item 23 +\item 30 +\item 29 +\item 52 +\end{enumerate} +} +{ +\soln{\only<2>{ +\orange{$\rightarrow df = min(n_{pt99} - 1, n_{pt100} - 1)$ \\ +$= min(23 - 1, 30 - 1)$ \\ +$= min(22,29) = 22$} \\ +\vspace{1cm} +}}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{p-value} + +\pq{Which of the following is the correct p-value for this hypothesis test?} + +\[ T = -2.508 \qquad \only<1-2 | handout:0>{df = 22} \] + +\begin{enumerate}[(a)] +\item between 0.005 and 0.01 +\solnMult{between 0.01 and 0.025} +\item between 0.02 and 0.05 +\item between 0.01 and 0.02 +\end{enumerate} + +\pause + +\begin{verbatim} +> pt(q = -2.508, df = 22) +[1] 0.0100071 +\end{verbatim} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Synthesis} + +\dq{What is the conclusion of the hypothesis test? How (if at all) would this conclusion change your behavior if you went diamond shopping?} + + +\soln{\only<2>{ +\begin{itemize} +\item p-value is small so reject $H_0$. The data provide convincing evidence to suggest that the point price of 0.99 carat diamonds is lower than the point price of 1 carat diamonds. +\item Maybe buy a 0.99 carat diamond? It looks like a 1 carat, but is significantly cheaper. +\end{itemize} +}} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Confidence intervals for the difference of two means} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Equivalent confidence level} + +\pq{What is the equivalent confidence level for a one-sided hypothesis test at $\alpha = 0.05$?} + + +\twocol{0.3}{0.7}{ +\begin{enumerate}[(a)] + +\solnMult{90\%} + +\item 92.5\% + +\item 95\% + +\item 97.5\% + +\end{enumerate} +} +{ +\soln{\only<2>{ +\includegraphics[width=\textwidth]{\chp7@path/7-3_diff_two_mean/figures/middle90/middle90} +}} +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[fragile] +\frametitle{Critical value} + +\pq{What is the appropriate $t^\star$ for a confidence interval for the average difference between the point prices of 0.99 and 1 carat diamonds?} + +\begin{enumerate}[(a)] +\item 1.32 +\solnMult{1.72} +\item 2.07 +\item 2.82 +\end{enumerate} + + +\pause + +\begin{verbatim} +> qt(p = 0.95, df = 22) + +[1] 1.717144 +\end{verbatim} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Confidence interval} + +\dq{Calculate the interval, and interpret it in context.} + +\pause + +\soln{ +\[ \text{point estimate} \pm ME \] +\pause +\begin{eqnarray*} +(\bar{x}_{pt99} - \bar{x}_{pt1}) \pm t^\star_{df} \times SE &=& (44.50 - 53.43) \pm 1.72 \times 3.56 \\ +\pause +&=& -8.93 \pm 6.12 \\ +\pause +&=& (-15.05, -2.81) +\end{eqnarray*} +\pause +We are 90\% confident that the average point price of a 0.99 carat diamond is \$15.05 to \$2.81 lower than the average point price of a 1 carat diamond. +} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Recap} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Recap: Inference using difference of two small sample means} + +\begin{itemize} + +\item If $\sigma_1$ or $\sigma_2$ is unknown, difference between the sample means follow a $t$-distribution with $SE = \sqrt{ \frac{s_1^2}{n_1} + \frac{s_2^2}{n_1} }$. + +\pause + +\item Conditions: +\begin{itemize} +\item independence within groups (often verified by a random sample, and if sampling without replacement, $n < $ 10\% of population) and between groups +\item no extreme skew in either group +\end{itemize} + +\pause + +\item Hypothesis testing: +\[ T_{df} = \frac{\text{point estimate} - \text{null value}}{SE}\text{, where }df = min(n_1 - 1, n_2 - 1) \] + +\pause + +\item Confidence interval: +\[ \text{point estimate} \pm t_{df}^\star \times SE \] + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End document +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file diff --git a/Week9/Lecture26/Lecture26_plan.tex b/Week9/Lecture26/Lecture26_plan.tex new file mode 100644 index 0000000..b9aa19d --- /dev/null +++ b/Week9/Lecture26/Lecture26_plan.tex @@ -0,0 +1,48 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Lesson Plan (50 minutes) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Lesson Plan} + \begin{itemize} + \item xx min Lecture: Review motivation from last time, maybe a related example to the paired-data example + \item \begin{itemize} + \item eg. if we did reading and writing scores last time, maybe this time we look at reading scores of two different schools (and want to see if they differ significantly) + \item or, scores at the same school but different grades (and the question might be, is the higher grade achieving a higher score, i.e. students are improving over time?) + \end{itemize} + \item xx min Edfinity quiz: for this problem, what is the parameter of interest? what is the point estimate? how would you set up hypotheses? (like slides 3-5) + \item xx min Lecture (e.g. slides 6-9): setting up the problem, designing the test statistic + \item xx min R Demonstration: computing the test statistic, p-value + \item xx min Think/pair/share: what can you conclude from this hypothesis test? can you construct a CI? how do you interpret it? (like slides 10-13) *Interleave with lecture* + \item xx min Lecture: Review the worklow and conclusions (like recap, slide 14) + \item xx min Think/pair/share: inference on means similarities/differences (one sample, paired, independent) + \item xx min Lecture: Recap concepts + \end{itemize} +\end{frame} +% Note: a little concerned that all the lectures this week will feel a bit repetitive, since (as planned here) they all follow the same basic steps +% ...though maybe it's good to get the practice? what is the right balance between (productive) reinforcement and (boring) repetition? +% ES: Agreed -- I like how it looks here, where we ask them to figure it out before showing them the answer. But we shouldn't +% leave out the slides entirely, we just need to highlight the aspects that are different. +% Let's add an activity at the end where we challenge them to think about the similarities/differences between the cases + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Learning objectives: +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Learning Objectives} + \begin{itemize} + \item \textbf{M1, LO3: Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. + \item \textbf{M3, LO1: Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. + \item \textbf{M3, LO3: Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. + \item \textbf{M3, LO4: Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. + \item \textbf{M3, LO6: Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. + \item \textbf{M4, LO2: Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. + \item \textbf{M4, LO6: Conduct and Interpret t-Tests:} Design, execute, and interpret t-tests for a single population mean, a difference of paired means, and a difference of independent means, calculating the standard error appropriately for each. Describe how to obtain a p-value for a t-test and a critical t-score for a confidence interval. + \end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% TODO: Fill in slides for motivating two sample problem +% TODO: Edfinity quiz on problem setup +% TODO: R demo for computing the test statistic and p-value +% TODO: Edfinity quiz on conclusions of HT, setting up a CI (possibly think/pair/share) +% TODO: Design think/pair/share and summary slide on the similarities/differences between the mean HT/CIs. E.g. a chart to fill in test statistic, standard error, degrees of freedom, assumptions/conditions \ No newline at end of file diff --git a/learningObjectives.tex b/learningObjectives.tex new file mode 100644 index 0000000..5472e13 --- /dev/null +++ b/learningObjectives.tex @@ -0,0 +1,143 @@ +\documentclass[12pt]{article} + +\usepackage{amsmath,amsthm,amssymb,xcolor} + +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\title{MA 213 Learning Objectives} +\date{} +\maketitle + +%%%%%%%%%%%%%%%%%%%%%%%% + +% \section{Global Module} + +% %%%%%%%%%%%%%%%%%%%%%%%% + +% \begin{enumerate} +% \item I can carry out a complete, reproducible statistical workflow in R (load data, run exploratory analyses, transform variables, run statistical analyses, display and interpret results) using the inference methods from the course with a team. +% \item Given R code for a statistical analysis, I can explain what it does and why (in terms of the methods from the course), and identify both programmatic and statistical errors. +% \item When solving probability and statistics problems, I can support my answers by writing out the steps using the notation and conventions of statistical exposition. +% \item I can recognize whether a statistical workflow is appropriate for the given data and data analysis goals, and explain the results of a statistical analysis to stakeholders: + +% \begin{enumerate} +% \item as a presentation, and +% \item in a written report. +% \end{enumerate} +% \end{enumerate} + +% In addition to the global module, each module of the course has its own learning objectives that will be assessed throughout the semester. + +%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Module 1: Exploratory Data Analysis and Study Design} +(Chapters 1 and 2; 5 objectives) + +%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{enumerate} + \item \textbf{Classify and Analyze Variables:} Categorize variables based on their types (e.g., numerical/categorical, continuous/discrete, ordinal), assess their association (positive, negative, or independent), and determine which make sense as explanatory vs. response variables. [Q1, L2] \textcolor{red}{Core} + \item \textbf{Evaluate Study Design and Its Implications:} Identify and explain experimental design choices (observational vs. experimental, sampling methods, blinding, potential biases), and judge whether results can be generalized to a population or used to infer causation. [Q1, P1] \textcolor{red}{Core} + \item \textbf{Use R for Data Management and Exploration:} Utilize R to load, pre-process, and explore data through visualization and summarization techniques. [Q1, L1, L2] \textcolor{red}{Core} + \item \textbf{Visualize and Describe Data Distributions:} Select appropriate visualizations (scatterplots, histograms, box plots, bar plots) to depict data, and describe distributions qualitatively (shape, center, spread, outliers) and quantitatively (mean, median, mode, range, IQR, standard deviation). [Q1, P1] \textcolor{red}{Core} + \item \textbf{Conduct Hypothesis Testing Using Simulation:} Set up null and alternative hypotheses to test for independence between variables, and use simulation techniques to evaluate data support for these hypotheses. [Q1, L3] \textcolor{blue}{Auxiliary} +\end{enumerate} + +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Module 2: Probability, Random Variables, and Distributions} +(Chapters 3 and 4; 6 objectives) + +%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{enumerate} + \item \textbf{Validate and Explain Probability Distributions:} Assess the validity of a probability distribution using the concepts of outcome, sample space, and probability properties (e.g., disjoint outcomes, probabilities between 0 and 1, and total probabilities summing to 1). [Q2, L3] \textcolor{red}{Core} + \item \textbf{Apply the Law of Large Numbers and Its Implications:} Explain the Law of Large Numbers, why it holds, and its implications for predicting long-term averages in probability and statistics. [Q2, L4] \textcolor{red}{Core} + \item \textbf{Compute Probabilities Using Various Tools:} Use logic, Venn diagrams, and probability rules to compute probabilities for events. [Q2, L3] \textcolor{red}{Core} + \item \textbf{Understand and Compute Expectations and Variances:} Explain the concepts of expectations and variances of random variables, and compute the expectation and variance of a linear combination of random variables. [Q2, L3] \textcolor{red}{Core} + \item \textbf{Model Data Using Bernoulli, Geometric, and Binomial Distributions:} Recognize when to appropriately model data using the Bernoulli, geometric, and binomial distributions, and compute quantities of interest such as mean, standard deviation, and tail probabilities. [Q2, L4] \textcolor{red}{Core} + \item \textbf{Assess Data Using the Normal Distribution:} Use the normal distribution to assess the "unusualness" of data points, apply the 68-95-99.7\% rule, evaluate normality through histograms and q-q plots, and determine when a normal approximation to the binomial model is valid for calculating binomial probabilities. [Q2, L4] \textcolor{red}{Core} +\end{enumerate} + +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Module 3: Foundations for Inference} +(Chapter 5; 6 objectives) + +%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{enumerate} + \item \textbf{Understand Point Estimates and Sampling Variability:} Define a sample statistic (point estimate) for a population parameter, and explain how it varies across different samples. [Q3, L4] \textcolor{red}{Core} + \item \textbf{Visualize and Interpret Sampling Distributions:} Draw and interpret sampling distributions for a point estimate (e.g., population proportion) across different sample sizes, explaining how the distribution changes as the sample size increases. [Q3, L4] \textcolor{red}{Core} + \item \textbf{Calculate and Interpret Standard Error:} Calculate the standard error for proportions and interpret it as a measure of sampling variability. [Q3, L4] \textcolor{red}{Core} + \item \textbf{Explain Hypothesis Testing and Its Limitations:} Discuss the use cases and potential issues with hypothesis testing, including the interpretation of results. [Q3] \textcolor{red}{Core} + \item \textbf{Understand Errors and Significance Levels:} Identify Type I and Type II errors and explain how they are influenced by changes in the significance level. [Q3, L5] \textcolor{red}{Core} + \item \textbf{Distinguish Statistical vs. Practical Significance:} Differentiate between statistical significance and practical significance, and explain the implications of each. [Q3] \textcolor{red}{Core} +\end{enumerate} + +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Module 4: Inference} +(Chapters 6 and 7; 8 objectives) + +%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{enumerate} + \item \textbf{Calculate Sample Size for Confidence Intervals:} Calculate the required minimum sample size for a given margin of error and confidence level. [Q4, L5] \textcolor{blue}{Auxiliary} + \item \textbf{Design and Interpret Confidence Intervals:} Design, execute, and interpret confidence intervals for the population proportion. [Q4, L5] \textcolor{red}{Core} + \item \textbf{Conduct and Interpret Hypothesis Tests for Proportions:} Design, execute, and interpret hypothesis tests for population proportions. [Q4, L5] \textcolor{red}{Core} + \item \textbf{Conduct and Interpret Chi-Square Tests:} Assess whether the conditions for a chi-square test (goodness of fit or independence) are met, and if so, design, execute, and interpret the test. [Q4, L5] \textcolor{blue}{Auxiliary} + \item \textbf{Explain and Use the t-Distribution:} Explain how the t-distribution differs from the normal distribution and why it is used for population mean inference. [Q4, L5] \textcolor{blue}{Auxiliary} + \item \textbf{Conduct and Interpret t-Tests:} Design, execute, and interpret t-tests for a single population mean, a difference of paired means, and a difference of independent means, calculating the standard error appropriately for each. Describe how to obtain a p-value for a t-test and a critical t-score for a confidence interval. [Q4, L5] \textcolor{red}{Core} + \item \textbf{Calculate Test Power and Evaluate Factors:} Calculate the power of a test for a given effect size and significance level, and explain how the power would change with variations in effect size, sample size, significance level, or standard error. [Q4, L5] \textcolor{blue}{Auxiliary} + \item \textbf{Conduct and Interpret ANOVA:} Assess whether conditions for an ANOVA are met, and if so, design, execute, and interpret the test to compare sample means across several groups. [Q4, L5] \textcolor{blue}{Auxiliary} +\end{enumerate} + +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Module 5: Linear Regression} +(Chapter 8; 5 objectives) + +%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{enumerate} + \item \textbf{Describe and Assess Relationships Between Two Variables:} Describe the association between two numerical variables in a scatter plot in terms of direction, shape (linear or nonlinear), and strength, and assess whether linear regression is an appropriate model. [Q5, L6] \textcolor{blue}{Auxiliary} + \item \textbf{Compute and Interpret Correlation and R$^2$} Compute and interpret correlation coefficients and R$^2$ values, while recognizing that correlation does not imply causation. [Q5, L6] \textcolor{blue}{Auxiliary} + \item \textbf{Fit and Interpret Linear Models Using Least Squares:} Fit the intercept and slope of a linear model to data using the least squares method, interpret the fitted values, and use the model to predict responses to new inputs. [Q5, L6] \textcolor{blue}{Auxiliary} + \item \textbf{Explain and Assess Model Fit:} Explain the least squares fitting procedure, assess whether the fit is unduly influenced by any particular points, and distinguish between interpolation and extrapolation in predictions. [Q5] \textcolor{blue}{Auxiliary} + \item \textbf{Perform Inference for Regression Coefficients:} Use fit summary and parameter estimates (e.g., $\beta_1$ and $\sigma^2$) to perform hypothesis tests or construct confidence intervals for the slope, and interpret the results. [Q5, L6] \textcolor{blue}{Auxiliary} +\end{enumerate} + +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Module 6: Global Module} +(Shared with MA 214; 4 objectives) + +%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{enumerate} + \item I can carry out a complete, reproducible statistical workflow in R (load data, run exploratory analyses, transform variables, run statistical analyses, display and interpret results) using the inference methods from the course. [P1, P2] \textcolor{red}{Core} + \item Given R code for a statistical analysis, I can explain what it does and why (in terms of the methods from the course), and identify both programmatic and statistical errors. [Q1, Q4] \textcolor{red}{Core} + \item When solving probability and statistics problems, I can support my answers by writing out the steps using the notation and conventions of statistical exposition. [Quizzes] \textcolor{red}{Core} + \item I can recognize whether a statistical workflow is appropriate for the given data and data analysis goals, and explain the results of a statistical analysis to stakeholders + \begin{enumerate} + \item as a presentation, and [P1] \textcolor{red}{Core} + \item in a written report. [P2] \textcolor{red}{Core} + \end{enumerate} +\end{enumerate} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document} \ No newline at end of file