home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 335576001

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/1620#issuecomment-335576001 https://api.github.com/repos/pydata/xarray/issues/1620 335576001 MDEyOklzc3VlQ29tbWVudDMzNTU3NjAwMQ== 1217238 2017-10-10T19:06:30Z 2017-10-11T01:43:24Z MEMBER

I think we could probably change this by adding a custom wrapping using descriptors, but I'm not sure that's actually a good idea. This is the standard Python repr for methods, e.g., consider: ```

df = pd.DataFrame({'x': range(1000)}) df.min <bound method DataFrame.min of x 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 18 19 19 20 20 21 21 22 22 23 23 24 24 25 25 26 26 27 27 28 28 29 29 .. ... 970 970 971 971 972 972 973 973 974 974 975 975 976 976 977 977 978 978 979 979 980 980 981 981 982 982 983 983 984 984 985 985 986 986 987 987 988 988 989 989 990 990 991 991 992 992 993 993 994 994 995 995 996 996 997 997 998 998 999 999

[1000 rows x 1 columns]> ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  264209937
Powered by Datasette · Queries took 0.572ms · About: xarray-datasette