{"id":13487235,"url":"https://github.com/adamerose/PandasGUI","last_synced_at":"2025-03-27T21:32:08.962Z","repository":{"id":37271580,"uuid":"191481588","full_name":"adamerose/PandasGUI","owner":"adamerose","description":"A GUI for Pandas DataFrames","archived":false,"fork":false,"pushed_at":"2023-12-07T20:40:17.000Z","size":9085,"stargazers_count":3189,"open_issues_count":74,"forks_count":235,"subscribers_count":54,"default_branch":"master","last_synced_at":"2024-10-29T15:05:05.669Z","etag":null,"topics":["dataframe","gui","pandas","viewer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamerose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-12T02:19:42.000Z","updated_at":"2024-10-28T18:25:19.000Z","dependencies_parsed_at":"2024-01-03T02:30:11.953Z","dependency_job_id":"fd6c634a-3010-4124-82a3-fc0e97450eba","html_url":"https://github.com/adamerose/PandasGUI","commit_stats":{"total_commits":574,"total_committers":14,"mean_commits":41.0,"dds":"0.10627177700348434","last_synced_commit":"e71a97c5809b4e31d878ae08f06cc0a1ea6dc88f"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamerose%2FPandasGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamerose%2FPandasGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamerose%2FPandasGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamerose%2FPandasGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamerose","download_url":"https://codeload.github.com/adamerose/PandasGUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245841742,"owners_count":20681194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataframe","gui","pandas","viewer"],"created_at":"2024-07-31T18:00:56.919Z","updated_at":"2025-03-27T21:32:08.916Z","avatar_url":"https://github.com/adamerose.png","language":"Python","funding_links":["https://www.buymeacoffee.com/adrotog"],"categories":["The Data Science Toolbox","Python","数据可视化","Exploratory Data Analysis"],"sub_categories":["Miscellaneous Tools"],"readme":"- [About](#about)\n- [Demo](#demo)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Features](#features)\n- [More Info](#more-info)\n\n## About\n\nPandasGUI is a GUI for viewing, plotting and analyzing Pandas DataFrames.\n\n## Demo\n\n[![PandasGUI Demo](https://i.imgur.com/u3BzdoS.png)](https://www.youtube.com/watch?v=NKXdolMxW2Y \"PandasGUI Demo\")\n\n## Installation\n\nInstall latest release from PyPi:\n\n```shell\npip install pandasgui\n```\n\nInstall directly from Github for the latest unreleased changes:\n\n```shell\npip install git+https://github.com/adamerose/pandasgui.git\n```\n\n## Usage\n\nCreate and view a simple DataFrame\n\n```python\nimport pandas as pd\nfrom pandasgui import show\ndf = pd.DataFrame({'a':[1,2,3], 'b':[4,5,6], 'c':[7,8,9]})\nshow(df)\n```\n\nPandasGUI comes with sample datasets that will download on first use. You can also import `all_datasets` which is a dictionary of all sample datasets like `Dict[str, DataFrame]`\n\n```python\nfrom pandasgui import show\nfrom pandasgui.datasets import pokemon, titanic, all_datasets\nshow(pokemon, titanic)\nshow(**all_datasets)\n```\n\n## Features\n\n- View DataFrames and Series (with MultiIndex support)\n- Interactive plotting\n- Filtering\n- Statistics summary\n- Data editing and copy / paste\n- Import CSV files with drag \u0026 drop\n- Search toolbar\n\n## More Info\n\n**Issues, feedback and pull requests are welcome.**\n\nThis project is still in version 0.x.y and subject to breaking changes. The latest changes will be on the `develop` branch, and will be occasionally merged to `master` as a release with a tag indicating the version number and published to PyPi.\n\nIf you like this project remember to leave a ⭐! And if you want to give more support you can \u003ca href=\"https://www.buymeacoffee.com/adrotog\" target=\"_blank\"\u003eBuy Me A Coffee\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamerose%2FPandasGUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamerose%2FPandasGUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamerose%2FPandasGUI/lists"}