Skip to content

Instantly share code, notes, and snippets.

@emeeks
Created December 8, 2015 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emeeks/613cd391ba7e9a3a4042 to your computer and use it in GitHub Desktop.
Save emeeks/613cd391ba7e9a3a4042 to your computer and use it in GitHub Desktop.
Graduated Symbol and Color Hexbin
(function() {
d3.hexbin = function() {
var width = 1,
height = 1,
r,
x = d3_hexbinX,
y = d3_hexbinY,
dx,
dy;
function hexbin(points) {
var binsById = {};
points.forEach(function(point, i) {
var py = y.call(hexbin, point, i) / dy, pj = Math.round(py),
px = x.call(hexbin, point, i) / dx - (pj & 1 ? .5 : 0), pi = Math.round(px),
py1 = py - pj;
if (Math.abs(py1) * 3 > 1) {
var px1 = px - pi,
pi2 = pi + (px < pi ? -1 : 1) / 2,
pj2 = pj + (py < pj ? -1 : 1),
px2 = px - pi2,
py2 = py - pj2;
if (px1 * px1 + py1 * py1 > px2 * px2 + py2 * py2) pi = pi2 + (pj & 1 ? 1 : -1) / 2, pj = pj2;
}
var id = pi + "-" + pj, bin = binsById[id];
if (bin) bin.push(point); else {
bin = binsById[id] = [point];
bin.i = pi;
bin.j = pj;
bin.x = (pi + (pj & 1 ? 1 / 2 : 0)) * dx;
bin.y = pj * dy;
}
});
return d3.values(binsById);
}
function hexagon(radius) {
var x0 = 0, y0 = 0;
return d3_hexbinAngles.map(function(angle) {
var x1 = Math.sin(angle) * radius,
y1 = -Math.cos(angle) * radius,
dx = x1 - x0,
dy = y1 - y0;
x0 = x1, y0 = y1;
return [dx, dy];
});
}
hexbin.x = function(_) {
if (!arguments.length) return x;
x = _;
return hexbin;
};
hexbin.y = function(_) {
if (!arguments.length) return y;
y = _;
return hexbin;
};
hexbin.hexagon = function(radius) {
if (arguments.length < 1) radius = r;
return "m" + hexagon(radius).join("l") + "z";
};
hexbin.centers = function() {
var centers = [];
for (var y = 0, odd = false, j = 0; y < height + r; y += dy, odd = !odd, ++j) {
for (var x = odd ? dx / 2 : 0, i = 0; x < width + dx / 2; x += dx, ++i) {
var center = [x, y];
center.i = i;
center.j = j;
centers.push(center);
}
}
return centers;
};
hexbin.mesh = function() {
var fragment = hexagon(r).slice(0, 4).join("l");
return hexbin.centers().map(function(p) { return "M" + p + "m" + fragment; }).join("");
};
hexbin.size = function(_) {
if (!arguments.length) return [width, height];
width = +_[0], height = +_[1];
return hexbin;
};
hexbin.radius = function(_) {
if (!arguments.length) return r;
r = +_;
dx = r * 2 * Math.sin(Math.PI / 3);
dy = r * 1.5;
return hexbin;
};
return hexbin.radius(1);
};
var d3_hexbinAngles = d3.range(0, 2 * Math.PI, Math.PI / 3),
d3_hexbinX = function(d) { return d[0]; },
d3_hexbinY = function(d) { return d[1]; };
})();
View raw

(Sorry about that, but we can’t show files that are this big right now.)

We can't make this file beautiful and searchable because it's too large.
"","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
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment