home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 752259345

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/1160#issuecomment-752259345 https://api.github.com/repos/simonw/datasette/issues/1160 752259345 MDEyOklzc3VlQ29tbWVudDc1MjI1OTM0NQ== 9599 2020-12-29T22:11:54Z 2020-12-29T22:11:54Z OWNER

Important detail from https://docs.python.org/3/library/csv.html#csv.reader

If csvfile is a file object, it should be opened with newline=''. [1]

[...]

If newline='' is not specified, newlines embedded inside quoted fields will not be interpreted correctly, and on platforms that use \r\n linendings on write an extra \r will be added. It should always be safe to specify newline='', since the csv module does its own (universal) newline handling.

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