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
SELECT | |
m.rowid as message_id, | |
(SELECT chat_id FROM chat_message_join WHERE chat_message_join.message_id = m.rowid) as message_group, | |
CASE p.participant_count | |
WHEN 0 THEN "???" | |
WHEN 1 THEN "Individual" | |
ELSE "Group" | |
END AS chat_type, | |
DATETIME(date +978307200, 'unixepoch', 'localtime') AS date, | |
CASE is_from_me |
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> | |
<meta charset="utf-8"> | |
<title>Pi(π) - MonteCarlo</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script> | |
<style id="jsbin-css"> | |
body { font: 11px sans-serif; } |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field 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
Inspection ID,DBA Name,Facility Type,Risk,Address,City,State,Zip,Results,Violations | |
2288987,CABANA BAR,Liquor,Risk 3 (Low),5342 N CUMBERLAND AVE,CHICAGO,IL,60656,Not Ready,"3. MANAGEMENT, FOOD EMPLOYEE AND CONDITIONAL EMPLOYEE; KNOWLEDGE, RESPONSIBILITIES AND REPORTING - Comments: OBSERVED NO EMPLOYEE HEALTH POLICY ON SITE.INSTRUCTED MANAGEMENT TO CREATE AN EMPLOYEE HEALTH POLICY. PRIORITY FOUNDATION VIOLATION 7-38-010 NO CITATION ISSUED | 5. PROCEDURES FOR RESPONDING TO VOMITING AND DIARRHEAL EVENTS - Comments: OBSERVED NO EMPLOYEE HEALTH POLICY ON SITE.INSTRUCTED MANAGEMENT TO CREATE AN EMPLOYEE HEALTH POLICY. PRIORITY FOUNDATION VIOLATION 7-38-010 NO CITATION ISSUED | 10. ADEQUATE HANDWASHING SINKS PROPERLY SUPPLIED AND ACCESSIBLE - Comments: OBSERVED NO SOAP AT ANY OF THE HAND WASH SINKS OR BASINS.INSTRUCTED MANAGEMENT TO SUPPLY SOAP TO THESE SINKS. PRIORITY FOUNDATION VIOLATION 7-38-030(c) | 10. ADEQUATE HANDWASHING SINKS PROPERLY SUPPLIED AND ACCESSIBLE - Comments: Comments: OBSERVED NO HAND DRYING D |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field 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
Inspection_ID,DBA_Name,Facility_Type,Risk,Address,City,State,Zip,Results,Violations,latitude,longitude | |
2288987,CABANA BAR,Liquor,low,5342 N CUMBERLAND AVE,CHICAGO,IL,60656,Not_Ready,"3. MANAGEMENT, FOOD EMPLOYEE AND CONDITIONAL EMPLOYEE; KNOWLEDGE, RESPONSIBILITIES AND REPORTING - Comments: OBSERVED NO EMPLOYEE HEALTH POLICY ON SITE.INSTRUCTED MANAGEMENT TO CREATE AN EMPLOYEE HEALTH POLICY. PRIORITY FOUNDATION VIOLATION 7-38-010 NO CITATION ISSUED | 5. PROCEDURES FOR RESPONDING TO VOMITING AND DIARRHEAL EVENTS - Comments: OBSERVED NO EMPLOYEE HEALTH POLICY ON SITE.INSTRUCTED MANAGEMENT TO CREATE AN EMPLOYEE HEALTH POLICY. PRIORITY FOUNDATION VIOLATION 7-38-010 NO CITATION ISSUED | 10. ADEQUATE HANDWASHING SINKS PROPERLY SUPPLIED AND ACCESSIBLE - Comments: OBSERVED NO SOAP AT ANY OF THE HAND WASH SINKS OR BASINS.INSTRUCTED MANAGEMENT TO SUPPLY SOAP TO THESE SINKS. PRIORITY FOUNDATION VIOLATION 7-38-030(c) | 10. ADEQUATE HANDWASHING SINKS PROPERLY SUPPLIED AND ACCESSIBLE - Comments: Comments: OBSERVED NO HAN |
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
--- | |
title: "Analyzing Google Search Data" | |
author: "Jose Luis Rodriguez" | |
output: | |
html_notebook: default | |
html_document: default | |
date: "August 8, 2018" | |
subtitle: "CME Business Analytics Lab" | |
--- |