Skip to content

Instantly share code, notes, and snippets.

View DavidLemayian's full-sized avatar
👨‍💻

David Lemayian ✨ DavidLemayian

👨‍💻
View GitHub Profile
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();
@DavidLemayian
DavidLemayian / DataDeskManual.md
Created February 6, 2019 06:42 — forked from munenedenis/DataDeskManual.doc
Data Desk Manual

Introduction

This document is purposely compiled to give guidelines on how to assess an organization's need for a data division, how to set up the data desk as well as addressing the following issues;

Needs Assessment Framework Data Desk Terms of Reference Setup strategies Resources required Barriers envisioned in setting up. Modus operandi

from pyquery import PyQuery
from AlchemyAPI import AlchemyAPI
from itertools import ifilter
import re
import lxml
url="http://www.kenyalaw.org/klr/index.php?id=441"
ao=AlchemyAPI()
ao.loadAPIKey("api-key.txt")