home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 415774106

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
415774106 MDU6SXNzdWU0MTU3NzQxMDY= 2795 Add "unique()" method, mimicking pandas 15331990 open 0     6 2019-02-28T18:58:15Z 2024-01-08T17:31:30Z   CONTRIBUTOR      

Would it be good to add a unique() method that mimics pandas?

import pandas as pd import xarray as xr pd.Series([0, 1, 1, 2]).unique() xr.DataArray([0, 1, 1, 2]).unique() # not implemented

Output: array([0, 1, 2]) AttributeError: 'DataArray' object has no attribute 'unique'

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2795/reactions",
    "total_count": 10,
    "+1": 10,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.817ms · About: xarray-datasette