home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 380966565

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/203#issuecomment-380966565 https://api.github.com/repos/simonw/datasette/issues/203 380966565 MDEyOklzc3VlQ29tbWVudDM4MDk2NjU2NQ== 45057 2018-04-12T22:43:08Z 2018-04-12T22:43:08Z CONTRIBUTOR Looks like [pint](https://pint.readthedocs.io/en/latest/tutorial.html) is pretty good at this. ```python In [1]: import pint In [2]: ureg = pint.UnitRegistry() In [3]: q = 3e6 * ureg('Hz') In [4]: '{:~P}'.format(q.to_compact()) Out[4]: '3.0 MHz' In [5]: q = 0.3 * ureg('m') In [5]: '{:~P}'.format(q.to_compact()) Out[5]: '300.0 mm' In [6]: q = 5 * ureg('') In [7]: '{:~P}'.format(q.to_compact()) Out[7]: '5' ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 313837303  
Powered by Datasette · Queries took 0.97ms