home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 466794069

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/sqlite-utils/issues/10#issuecomment-466794069 https://api.github.com/repos/simonw/sqlite-utils/issues/10 466794069 MDEyOklzc3VlQ29tbWVudDQ2Njc5NDA2OQ== 9599 2019-02-24T16:55:37Z 2019-02-24T16:55:37Z OWNER

This was fixed by https://github.com/simonw/sqlite-utils/commit/228d595f7d10994f34e948888093c2cd290267c4 - see also #8 ```

db = sqlite_utils.Database(":memory:") dfX=pd.DataFrame({'order':range(3),'col2':range(3)}) db["test"].upsert_all(dfX.to_dict(orient='records'))

<Table test> ```
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
411066700  
Powered by Datasette · Queries took 0.79ms · About: github-to-sqlite