Skip to content

Datasets (in CSV), custom queries, and tableau workbook file used to visualize readers' responses to translated chinese webnovel by genre

Notifications You must be signed in to change notification settings

syafa-kh/NU_VizTableau

Repository files navigation

Tableau Visualization and Custom SQL Queries

This repository includes the initial datasets, the custom queries used to transform table, the resulting CSV file, the tableau workbook, and the exported PDF file. The tableau public dashboard can be accessed here

  1. tableau1.csv
    Initial dataset which includes title, genres, tags, vote distribution, and average rating. This is taken from NovelUpdates using a web scraping script which can be accessed here
  2. tableau2.csv
    This dataset include the title, vote distribution, average rating, and one-hot encoded columns of every genre. The encoding is done in Python because of SQL's limitation
  3. tableausql_load data.sql
    Queries used to load data from tableau1.csv and tableau2.csv to local SQL server
  4. tableausql_custom query.sql
    These queries were used to normalize the genres and tags (tableau_title,genres,tags.csv), normalize the genres and include the performance mesures (tableau_title,genres,performances.csv), and the correlation coefficients between each genre-performance measure pair (tableau_genre,perf,corr.csv)

About

Datasets (in CSV), custom queries, and tableau workbook file used to visualize readers' responses to translated chinese webnovel by genre

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages