We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 6 in line 1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| year;2013;2012;2011;2010;2009;2008;2007;2006;2005;2004;2003;2002;2001;2000 | |
| commercial housing average selling price (yuan/m2);6237;5790,99;5357,1;5032;4681;3800;3863,9;3366,79;3167,66;2778;2359;2250;2170;2112 | |
| commercial residential housing average selling price (yuan/m2);5850;5429,93;4993,17;4725;4459;3576;3645,18;3119,25;2936,96;2608;2197;2092;2017;1948 | |
| villa and upscale housing average selling price (yuan/m2);12591;11460,19;10993,92;10934;9662;7801;7471,25;6584,93;5833,95;5576;4145;4154;4348;4288 | |
| office average selling price (yuan/m2);12997;12306,41;12327,28;11406;10608;8378;8667,02;8052,78;6922,52;5744;4196;4336;4588;4751 | |
| housing for business use average selling price (yuan/m2);9777;9020,91;8488,21;7747;6871;5886;5773,83;5246,62;5021,75;3884;3675,14;3488,57;3273,53;3260,38 | |
| other commercial housing average selling price (yuan/m2);4907;4305,73;4182,11;4099;3671;3219;3351,44;3131,31;2829,35;2235;2240,74;1918,83;2033,08;1864,37 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Loading CSV Data with D3</title> | |
| <script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
| </head> | |
| <body> | |
| <p> Rainbow </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Creating SVG Elements from Data</title> | |
| <script type="text/javascript" src="../d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: #dfddff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Creating SVG Elements from Data</title> | |
| <script type="text/javascript" src="../../d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: #ddcddff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Creating SVG Elements from Data</title> | |
| <script type="text/javascript" src="../../d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: #dddddff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Creating SVG Elements from Data</title> | |
| <script type="text/javascript" src="../../d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: #dddddff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Creating SVG Elements from Data</title> | |
| <script type="text/javascript" src="../../d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: #dddddff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| year | commercialHousingAverageSellingPrice | ||
|---|---|---|---|
| 2013 | 6237 | ||
| 2012 | 5790 | ||
| 2011 | 5357 | ||
| 2010 | 5032 | ||
| 2009 | 4681 | ||
| 2008 | 3800 | ||
| 2007 | 3863 | ||
| 2006 | 3366 | ||
| 2005 | 3167 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Creating SVG Elements from Data</title> | |
| <script type="text/javascript" src="../../d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: #dddddff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>module 4 homework</title> | |
| <script type="text/javascript" src="../../d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: white; |
OlderNewer