Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.51 KB

File metadata and controls

46 lines (36 loc) · 1.51 KB

Data_analysis_and_visualization_Django_web_App

Technologies used:

  1. Python : Programming Language

  2. Django : For web based app.

  3. Pandas: For data analysis.

  4. ChartJS: For data visualisation.

Project description:

In this section we will be building a data analytics and visualisation web app. This app will read data from a raw CSV file in a pre-defined format and will generate visualisation charts for us. In this project, I learn about how to make our Django app read a CSV file submitted by the user and then read data from it. & learn how to convert the CSV data into a pandas data frame so that the data could be manipulated and analysed. then render out this data to a HTML page and display it in a tabular format. Also analyse the data using pandas and then feed the analysed data to a Django template and display it in terms of charts for data visualisation. Make use of a library called as ChartJS to display data on our webpage. Hence in this project we learn how multiple technologies like Django, Pandas, ChartJS integrates together to form a working web app.


ScreenShot Of Web App


           

Django Admin panel and database sqlite