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/pull/6542#issuecomment-1165862649,https://api.github.com/repos/pydata/xarray/issues/6542,1165862649,IC_kwDOAMm_X85Ffab5,13301940,2022-06-24T19:18:08Z,2022-06-24T19:18:08Z,MEMBER,my bad :) thank you for reporting this in #6720. I'm going to look into what;s going on ,"{""total_count"": 2, ""+1"": 2, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1221393104
https://github.com/pydata/xarray/pull/6542#issuecomment-1164899177,https://api.github.com/repos/pydata/xarray/issues/6542,1164899177,IC_kwDOAMm_X85FbvNp,13301940,2022-06-23T21:31:01Z,2022-06-23T21:31:01Z,MEMBER,"Thank you, @delgadom! ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1221393104
https://github.com/pydata/xarray/pull/6542#issuecomment-1118110207,https://api.github.com/repos/pydata/xarray/issues/6542,1118110207,IC_kwDOAMm_X85CpQH_,13301940,2022-05-05T02:37:36Z,2022-05-05T02:37:36Z,MEMBER,"> ImportError: Pandas requires version '0.15.1' or newer of 'xarray' (version '0.1.dev1+gfdf7303' currently installed).
looking at the reported xarray version, i'm curious... 🧐 are you using a shallow git clone of xarray? I'm able to reproduce the version issue via these steps:
```bash
git clone --depth 1 git@github.com:pydata/xarray.git
cd xarray
python -m pip install -e .
```
```bash
conda list xarray ─╯
# packages in environment at /Users/andersy005/mambaforge/envs/test:
#
# Name Version Build Channel
xarray 0.1.dev1+g126051f dev_0
```
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1221393104