home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 763283616

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
763283616 MDU6SXNzdWU3NjMyODM2MTY= 207 sqlite-utils analyze-tables command 9599 closed 0     4 2020-12-12T04:33:12Z 2020-12-13T07:25:23Z 2020-12-13T07:20:13Z OWNER  

A command which analyzes a table (potentially taking quite a while if the table is large) and outputs information for each column - things like:

  • How many unique values does this column have?
  • How many null rows?
  • How many blank rows? (defined as empty string)
  • What are the 10 most common values?
  • What are the 10 least common values?

The command can output this information to the terminal, but it should also provide an option for writing the information to a database table so it can be explored later.

140912432 issue    
{
    "url": "https://api.github.com/repos/simonw/sqlite-utils/issues/207/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 1 row from issues_id in issues_labels
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 1.492ms · About: github-to-sqlite