RichardVargas1 / Project_2_UTHOU201808FSF_p2g4

Repo setup.
1 stars 0 forks source link

Data Visualization by Category #18

Closed salilbhise closed 5 years ago

salilbhise commented 5 years ago

Total Dryers = 324 Most Efficient = 17

Total Washers = 200 Most Efficient = 75

Total Dishwashers = 732 Most Efficient = 81

Total Refrigerators = 2,203 Most Efficient = 422

Total Telephones = 249 Most Efficient = (does not have an optimal way to rank)

Total Televisions = 929 Most Efficient = (0 are Energy Star Certified, and that is a column in the data set. Next best option is "Luminance in Energy Star Qualified Picture Setting, it provides 76 results, but they are different types of TVs so providing this data is not ideal)

Total Boilers = 840 Most Efficient = 315

Total Furnaces = 3,257 Most Efficient = (0 are Energy Star Most Efficient... not a lot of other good ranking systems unless we go to an outside website and pick the best ones based off their metrics)

Total Computers = 795 Most Efficient = (Not a good way to rank these without going to outside websites and also possibly creating a disruptive UX because we are choosing Mac over Windows or vice versa. Also, too many specs to categorize together because price points are so different).

Total Displays = 1,291 Most Efficient = 155

salilbhise commented 5 years ago

Opting to remove Computers, Displays, TV, and Telephone for the interim, and may add back once APIs have been added to site.

salilbhise commented 5 years ago

I like this site for possibly displaying the data:

https://d3js.org/

https://github.com/d3/d3/wiki https://github.com/d3/d3/blob/master/API.md

salilbhise commented 5 years ago

Observable: https://beta.observablehq.com/

salilbhise commented 5 years ago

Accidentally closed, this is in progress with intention of creating visualizations for 2018 Energy Star Most Efficient for the following major appliances:

Total Dryers = 324 Most Efficient = 17

Total Washers = 200 Most Efficient = 75

Total Dishwashers = 732 Most Efficient = 81

Total Refrigerators = 2,203 Most Efficient = 422

salilbhise commented 5 years ago

D3 - 2018 Energy Star Most Efficient (HTML, CSS, and Javascript for Pie Charts)

Most Efficient.zip

salilbhise commented 5 years ago

D3 - Energy Star All Brands (HTML, CSS, and Javascript for Bubble Chart)

All Brands.zip

salilbhise commented 5 years ago

For the bubble chart, we may need to factor up for scale and adjust the view/CSS to accommodate this data better on the site.

salilbhise commented 5 years ago

screen shot 2018-12-06 at 7 20 36 am screen shot 2018-12-06 at 7 38 42 am

salilbhise commented 5 years ago

Added table and charts to all category pages. May adjust view settings for smaller bubbles, need to link table data.

salilbhise commented 5 years ago
screen shot 2018-12-08 at 1 52 09 pm
salilbhise commented 5 years ago

Data visualizations added to each product category.

salilbhise commented 5 years ago

Will update smaller brand values to a min level for better visualization as we did with max levels if there is enough time.