{"id":19315606,"url":"https://github.com/emmaccode/stack-ds","last_synced_at":"2026-05-08T09:31:18.623Z","repository":{"id":111393213,"uuid":"202736920","full_name":"emmaccode/Stack-DS","owner":"emmaccode","description":"Stack-DS Pandas IDE","archived":false,"fork":false,"pushed_at":"2019-10-13T02:18:59.000Z","size":389,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T08:57:32.142Z","etag":null,"topics":["data-science","gtk3","pandas","python3"],"latest_commit_sha":null,"homepage":"http://stackds.emmettboudreau.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emmaccode.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-08-16T13:57:22.000Z","updated_at":"2022-06-11T20:25:09.000Z","dependencies_parsed_at":"2023-07-25T01:52:59.044Z","dependency_job_id":null,"html_url":"https://github.com/emmaccode/Stack-DS","commit_stats":null,"previous_names":["emmaccode/stack-ds"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emmaccode/Stack-DS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaccode%2FStack-DS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaccode%2FStack-DS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaccode%2FStack-DS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaccode%2FStack-DS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmaccode","download_url":"https://codeload.github.com/emmaccode/Stack-DS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaccode%2FStack-DS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32774697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data-science","gtk3","pandas","python3"],"created_at":"2024-11-10T01:07:36.882Z","updated_at":"2026-05-08T09:31:18.250Z","avatar_url":"https://github.com/emmaccode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stack-DS\nStack-DS is a Python-3-based Integrated Development Environment for Pandas. Stack-DS speeds up the process of wrangling, cleaning, visualizing, manipulating, understanding, and exporting data from Pandas DataFrames. Stack-DS is not intended to be a replacement for Python. The application allows for manipulation and prediction, but only within the reigns of what is plausible, and ideal for the everyday user.\n## Introduction\nStack-DS is an expansive-soon-to-be category of apps that bring machine learning and data into the hands of the user. The purpose of Stack is to make predictive assumptions based on what is seen in front of them. The Stack-DS Library will include several applications, currently in development are the following Stack-DS Applications:\nzIpy - An IDE capable of editing a multitude of filetypes, and capable of editing ML generated by StackDS\nDashlee - A development environment for HTML Plot.ly dash designed to be used with data opened from Stack-DS\nMore to come - After Development ensues, eventually, more features will be added to Stack.\n### Installation\nVersion 0.1.0 of Stack-DS will be released for MacOS, Linux, and Windows. However, The unstable releases between full releases ,(i.e. 0.0.5), will be available as source.\n#### Stack-DS Dependencies\nIPython (clear_output, Image, display) \\\nGTK (Gtk, GdkPixbuf, Gdk) \\\nNumpy \\\nPandas \\\nimgkit \\\nScikit-Learn\n#### Fix Dependency issues\n##### ipython\n(sudo) pip install ipython\n##### pandas\n(sudo) pip install pandas\n##### numpy\n(sudo) pip install numpy\n##### gtk\n(sudo) pip install gtk\n##### imgkit\nsudo apt-get install wkhtmltopdf\n##### SKLearn\n(sudo) pip install sklearn\n## Install StackDS\n##### Run from source\nEnsure you have the dependencies listed above,\nThen:\npython stackds.py\nStackDS can run under Python 3 and Python 2 as of right now.\nPython 2 is set to be deprecated in early January.\n##### Ubuntu\nApt install is not going to be available until an official release is fabricated.\n##### Snap\nSnap Install not yet available, unfortunately,\n##### Windows\nWindows downloads are and will be available on the StackDS website:\nhttp://stackds.emmettboudreau.com\n##### MacOS/OSX\nMacOS and OSX builds will be available post Beta\nopen up source directory with cd ~/\n## Documentation\nDocumentation is available on the GitHub Wiki page.\n# Changelog\n**Version 0.0.6_____________** \\\nUpdated UI \\\nAdded functionality to certain menus \\\nAdded internal Error GUI \\\nAdded Export to HTML \\\nExtended Content Drop Capability \\\nAdded SKLearn as a dependency \\\nEnabled Pipeline Menu \\\nAdded functionality for opening pipelines \\\nEnabled Debug mode (Not stored) \\\n**Version 0.0.5_____________** \\\nUpdated preferences menu \\\nFixed Title bug \\\nUpdated GUI layout \\\nAdded Clean DataFrame Function \\\nFixed Df Drop Content \\\nAdded extension capability \\\n**Version 0.0.4_____________** \\\nAdded Preferences menu \\\nAdded documentation link \\\nAdded weblinks \\\nAdded pipelines menu \\\nRemoved Debug by default \\\nAdded html5 export to menu \\\nAdded extension loader \\\nAdded extension menu \\\nAdded customizable extensions \\\nAdded export pipeline to menu \\\n**ATTENTION** \\\nThe next version, 0.0.5, will be the last release of a standalone StackDS build, and will instead come standard with Dashly: An application for making visualizations and Plot.ly Dashes with DFs directly through StackDS, and Zipy, an easy to use interface for applied machine learning for making predictions. The standalone Version of StackDS will be available here:\nhttps://github.com/emmettgb/Stack-DS-Standalone \\\n**Version 0.0.3_____________** \\\nAdded Preferences Base \\\nAdded Module menu(Not Visible) \\\nAdded DF - Replace, Drop \\\n**Version 0.0.2_____________** \\\nEnabled Debug by Default for Alpha 0.0.2 \\\nAdded df refresh function \\\nAdded DataFrame Filemenu, \\\nAdded Image Renderer, and CSV export \\\nAdded global CSS \\\nAdded Notebook ID updater \\\n**Version 0.0.1_____________**\n___Init___\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmaccode%2Fstack-ds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmaccode%2Fstack-ds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmaccode%2Fstack-ds/lists"}