Skip to content

A program that accepts a dataframe object, which in this case is a table containing individual reviews for various Python Courses. The data is then manipulated to create a different 'Month' column - from the already existing 'Timestamp' column. This new column only contains the year and month number. Afterwards the data is grouped by 'Month' and…

Notifications You must be signed in to change notification settings

AlexJumaW99/Average-Rating-per-Course-by-Month

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Average-Rating-per-Course-by-Month

A program that accepts a dataframe object, which in this case is a table containing individual reviews for various Python Courses. The data is then manipulated to create a different 'Month' column - from the already existing 'Timestamp' column. This new column only contains the year and month number. Afterwards the data is grouped by 'Month' and 'Course Name', and the mean rating for course each month is found. A chart is then created to visualize this using Justpy and Highcharts.

Project Demo

Demo.mp4

What I Learnt

  1. How to use justpy to utilize JS front-end frameworks
  2. How to create a webpage using the Quasar framework
  3. Using dot notation to make changes to the Highchart chart, which is a JSON object.

About

A program that accepts a dataframe object, which in this case is a table containing individual reviews for various Python Courses. The data is then manipulated to create a different 'Month' column - from the already existing 'Timestamp' column. This new column only contains the year and month number. Afterwards the data is grouped by 'Month' and…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages