Skip to content

The counties of kenya, their sub-counties(constituencies) and wards in each sub-county. Contained in the json named restructured_data.json

Notifications You must be signed in to change notification settings

mbithuka/Counties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspired by this table https://en.wikipedia.org/wiki/Counties_of_Kenya

For the untrained SCRappER 😂

const table = document.querySelector('.wikitable');const data = [];table.querySelectorAll('tr').forEach(row => {const rowData = [];row.querySelectorAll('td').forEach(cell => {rowData.push(cell.textContent.trim());});data.push(rowData);});console.log(data);

About

The counties of kenya, their sub-counties(constituencies) and wards in each sub-county. Contained in the json named restructured_data.json

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages