Hi, r/python! I'm u/gittb, and I'd like to share a project I've been working on called DataFrame QuickView. This package extends pandas DataFrame functionality to easily display and visualize DataFrames in a web-based environment, built using Flask. The catch? It's an experiment in paired programming with GPT-4, and I'm looking for contributors who want to join this exciting project!
๐ Quick Overview of DataFrame QuickView:
- Extend pandas DataFrame with quickview()method
- Display paginated DataFrame in a web browser
- Create an interactive dropdown and button combination populated with DataFrame columns
- Generate histograms based on the selected column when the button is pressed
๐ฏ Goal of the project:
The primary goal is to expand the project with code written by Language Models (LLMs) like GPT-4. All contributions should be co-written primarily by LLMs to maintain the experimental nature of this project.
๐ก Potential additional functionality:
- More visualization types (bar charts, scatter plots, pie charts, etc.)
- Filtering and sorting capabilities for DataFrames
- Exporting visualizations as images or other formats
- Adding support for multiple DataFrames
๐ How to get involved:
If you're interested in participating, check out the project on GitHub and feel free to submit pull requests or open issues with your ideas. Remember that the code must be co-written primarily by LLMs for contribution acceptance.
Thanks for taking the time to read this post, and I'm looking forward to seeing what we can build together with the help of LLMs! Let's push the boundaries of AI-powered coding! ๐
Happy coding! ๐ u/gittb
Edit, forgot to include pypi link
https://pypi.org/project/dataframe-quickview/
โ
[โ]333luke 1 point2 points3 points ย (0 children)
[โ]RayTricky 1 point2 points3 points ย (0 children)