This project demonstrates how to load and visualize CSV data using PapaParse for parsing and Google Charts for visualization. The program fetches CSV data, processes it, and displays various charts based on user interaction.
Fetch and Parse CSV Data: Uses PapaParse to download and parse a CSV file located in the same directory.
Process Data: Converts the data into numeric format where applicable.
Visualize Data: Uses Google Charts to create and display charts based on the parsed data.
User Interaction: Provides buttons to view different types of charts (views, likes, subscriptions, and viewing time).
- Simple Interface: The interface is easy to use, focusing on functionality without unnecessary complexity.
Clone the project
git clone https://github.com/shwetaj-05/google-chart-CSVdata-analysis.git
Go to the project directory
cd google-chart-CSVdata-analysis
Contributions are always welcome!
If you have suggestions for improvements or new features, feel free to fork this repository and submit a pull request.