EPubLibre Data Charts.

Check out the GitHub repository and the website.

A webpage that shows Plotly graphs of ePubLibre data.

The repository contains a Python script for analyzing book data stored in a CSV file and generating visualizations using Plotly. The CSV file is provided by ePubLibre Library via RSS. The script loads the data from the CSV file, performs analysis, and creates three types of charts:

Bar Chart of Genre Distribution: Visualizes the distribution of books across different genres.

Pie Chart of Language Distribution: Displays the distribution of books based on their language.

Line Chart of Publication Trend: Illustrates the trend of book publications over the years.

Prerequisites

Python 3.x

Plotly library (pip install plotly)

The Python script can be found in /assets/charts

Related Posts