This repository contains a Sunburst plot visualization created using Plotly Express in Python. Sunburst plots are hierarchical visualizations that represent relationships in a dataset through nested rings. This project uses a small dataset for demonstration and is scalable for larger data.
git clone https://github.com/Arpan-14/Sunburst-Plot.git
cd your-repository
pip install plotly pandas
Open Plotly_1st.ipynb or Plotly_2nd.ipynb in Jupyter Notebook or Google Colab.
Run the cells to generate the respective Sunburst plots.
The dataset used for this plot is a attached in the github in the image form. You can replace it with your own data while maintaining the required format.
Sunburst Plot from Plotly_1st.ipynb:
Sunburst Plot from Plotly_2nd.ipynb:
Contributions are welcome! Feel free to submit issues or pull requests to enhance this project.
This project is licensed under the MIT License.