View this code at http://livecoding.io/5238701
We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
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,Month,State,City,Details,Target,Weap- ons,Killed,Wound | |
1970,January,Illinois,Cairo,,Police,Firearms,0,0 | |
1970,January,California,Oakland,"1/2/1970: Unknown perpetrators detonated explosives at the Pacific Gas & Electric Company Edes substation in Oakland, California, United States. Three transformers were damaged costing an estimated $20,000 to $25,000. There were no casualties.",Utilities,Explosives/ Bombs/ Dynamite,0,0 | |
1970,January,Wisconsin,Madison,,Military,Incendiary,0,0 | |
1970,January,Wisconsin,Madison,,Government (General),Incendiary,0,0 | |
1970,January,Wisconsin,Baraboo,,Military,Explosives/ Bombs/ Dynamite,0,0 | |
1970,January,Colorado,Denver,"1/6/1970: Unknown perpetrators threw a Molotov cocktail into an Army Recruiting Station in Denver, Colorado, United States. There were no casualties but damages to the station were estimated at $305.",Military,Incendiary,0,0 | |
1970,January,Michigan,Detroit,"1/9/1970: Unknown perpetrators set off a firebomb at the Packard Properties building in Detroit, Michigan, Un |
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> | |
<head> | |
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.1.6/d3.min.js"></script> | |
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> | |
<script src="http://use.edgefonts.net/lato.js"></script> | |
<style> | |
body { |
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> | |
<head> | |
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.1.6/d3.min.js"></script> | |
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> | |
<script src="http://use.edgefonts.net/lato.js"></script> | |
<style> | |
body { | |
font-family: lato, serif; |
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> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 12px sans-serif; | |
padding: 2px; | |
} | |
.axis path, |
[ Launch: test2 ] 6e110ef0cd92a4da11d1 by mahir[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 15 columns, instead of 14 in line 2.
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
Investor,Location1,L1,Market Share,Investee,Location2,L2,Market Share,Industry,Relationship,Investment,Date,Notes,Sources,etc | |
Apple,"Cupertino, CA",USA,,Didi,China,China,$10.24B - 9 funding rounds,Ride Sharing,Investment,"$1,000,000,000.00",June 2016,"Apple Inc said it has invested $1 billion in Chinese ride-hailing service Didi Chuxing, a move that Apple Chief Executive Tim Cook said would help the company better understand the critical Chinese market.",http://www.bloomberg.com/news/articles/2016-06-02/where-9-billion-of-ride-sharing-funding-has-gone-so-far-in-2016,http://www.reuters.com/article/us-apple-china-idUSKCN0Y404W | |
General Motors,"Detroit, MI",USA,18.8%,Lyft,"San Francisco, CA",USA,"$2.01B - 9 funding rounds | |
13.9 million trips",Ride Sharing,Investment,"$500,000,000.00",January 2016,"The two companies said the partnership was based on the shared view that self-driving cars will first reach consumers as part of a ride-sharing service, rather than vehicles owned by drivers.",http://www.bloomberg.com/ne |
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
license: mit |
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
license: gpl-3.0 |