home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1224080105

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1791#issuecomment-1224080105 https://api.github.com/repos/simonw/datasette/issues/1791 1224080105 IC_kwDOBm6k_c5I9frp 1780782 2022-08-23T13:29:51Z 2022-08-23T13:29:51Z NONE

For now I've installed datasette via homebrew.

I then converted my CSV to SQLite via sqlite-utils as per the article Cleaning data with sqlite.

Now I can use my metadata.json file as follows:

datasette mydb.db -m mymetadata.json

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1347717749  
Powered by Datasette · Queries took 0.913ms · About: github-to-sqlite