Book Data Analysis Dashboard
Project title: Book analysis based on genre, price and rating
Topics covered by the project:
- Data analysis using the pandas library
- Data visualization using the matplotlib library
- Jupyter Notebook environment
Description:
The project loads a CSV file with information about books (title, genre, price, rating).
It uses pandas to calculate average price and genre distribution.
It uses matplotlib to visualize the data as bar charts and a scatter plot showing the relationship between price and rating.