Skip to content

Conversation

@pravallika10473
Copy link

Add Iris Data Analysis App to Community Gallery

Description

Added a new interactive data analysis application to the community gallery that demonstrates Preswald's capabilities using the classic Iris dataset.

Features

  • Interactive data visualization using Plotly
  • Dynamic data filtering with a slider component
  • SQL query integration for data manipulation
  • Responsive data table with filtered results

Implementation Details

  • Created a new Iris data analysis app in the community gallery
  • Added interactive components:
    • Sepal length threshold slider (range: 0-8)
    • Dynamic scatter plot showing sepal length vs width
    • Interactive data table with filtered results
  • Implemented SQL query functionality for data filtering
  • Added proper data visualization with species color coding

Files Changed

  • community_gallery/iris/hello.py - Main application file
  • community_gallery/iris/data/iris.csv - Dataset
  • community_gallery/iris/README.md - Documentation

Testing

The application has been tested locally and demonstrates:

  • Proper data loading and visualization
  • Interactive filtering functionality
  • Responsive UI updates based on user input

Screenshots

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant