Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing github recommend links #4 #15

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"url": "https://api.github.com/repos/apache/arrow/issues/35264",
"repository_url": "https://api.github.com/repos/apache/arrow",
"labels_url": "https://api.github.com/repos/apache/arrow/issues/35264/labels{/name}",
"comments_url": "https://api.github.com/repos/apache/arrow/issues/35264/comments",
"events_url": "https://api.github.com/repos/apache/arrow/issues/35264/events",
"html_url": "https://github.com/apache/arrow/issues/35264",
"id": 1678125145,
"node_id": "I_kwDOAxgDSc5kBihZ",
"number": 35264,
"title": "[Python] Dataframe interchange protocol updates after pandas bug fixes",
"user": {
"login": "AlenkaF",
"id": 16418547,
"node_id": "MDQ6VXNlcjE2NDE4NTQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/16418547?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AlenkaF",
"html_url": "https://github.com/AlenkaF",
"followers_url": "https://api.github.com/users/AlenkaF/followers",
"following_url": "https://api.github.com/users/AlenkaF/following{/other_user}",
"gists_url": "https://api.github.com/users/AlenkaF/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AlenkaF/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AlenkaF/subscriptions",
"organizations_url": "https://api.github.com/users/AlenkaF/orgs",
"repos_url": "https://api.github.com/users/AlenkaF/repos",
"events_url": "https://api.github.com/users/AlenkaF/events{/privacy}",
"received_events_url": "https://api.github.com/users/AlenkaF/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"id": 327425786,
"node_id": "MDU6TGFiZWwzMjc0MjU3ODY=",
"url": "https://api.github.com/repos/apache/arrow/labels/Type:%20enhancement",
"name": "Type: enhancement",
"color": "84b6eb",
"default": false,
"description": ""
},
{
"id": 1406487733,
"node_id": "MDU6TGFiZWwxNDA2NDg3NzMz",
"url": "https://api.github.com/repos/apache/arrow/labels/Component:%20Python",
"name": "Component: Python",
"color": "3572A5",
"default": false,
"description": ""
},
{
"id": 4887841807,
"node_id": "LA_kwDOAxgDSc8AAAABI1aMDw",
"url": "https://api.github.com/repos/apache/arrow/labels/good-first-issue",
"name": "good-first-issue",
"color": "0E8A16",
"default": false,
"description": ""
}
],
"state": "open",
"locked": false,
"assignee": null,
"assignees": [],
"milestone": null,
"comments": 0,
"created_at": "2023-04-21T08:37:34Z",
"updated_at": "2023-04-21T08:37:48Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": "### Describe the enhancement requested\n\nThis issue is meant to include all the updates needed in the dataframe interchange protocol implementation (mainly in tests) as bugs in the pandas implementation are getting fixed:\r\n\r\n- https://github.com/pandas-dev/pandas/issues/50554\r\n- https://github.com/pandas-dev/pandas/issues/49889\r\n- https://github.com/pandas-dev/pandas/issues/52795\r\n- https://github.com/pandas-dev/pandas/issues/49888\n\n### Component(s)\n\nPython",
"reactions": {
"url": "https://api.github.com/repos/apache/arrow/issues/35264/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
},
"timeline_url": "https://api.github.com/repos/apache/arrow/issues/35264/timeline",
"performed_via_github_app": null,
"state_reason": null,
"score": 1.0
}
1 change: 1 addition & 0 deletions testFile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[THIS IS A TEST FILE AND NOTHING ELSE... :)]