diff --git a/test.json b/test.json new file mode 100644 index 0000000..50118b8 --- /dev/null +++ b/test.json @@ -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 +} diff --git a/testFile.txt b/testFile.txt new file mode 100644 index 0000000..8c48eaa --- /dev/null +++ b/testFile.txt @@ -0,0 +1 @@ +[THIS IS A TEST FILE AND NOTHING ELSE... :)] \ No newline at end of file