Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R and Tableau are used in data wrangling and data checking. #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 17, 2023

  1. R and Tableau are used in data wrangling and data checking.

    Raw datasets contain four types of data: XML, XLSX, CSV and pdf.
    SukiGit2021 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b7133d0 View commit details
    Browse the repository at this point in the history
  2. R shiny project

    SukiGit2021 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    a5efe15 View commit details
    Browse the repository at this point in the history
  3. Data visualization from raw data.

    The main technology to reformat and data wrangling is python. I used libraries like Pandas, NumPy and Spark Dataframe to process my dataset. Then use D3 version 4 to produce a narrative visualization project. I import some code templates like choropleth map and bar chart with selection. The main diagrams are choropleth maps with tooltips to show smoking and drinking rate in each US state. Bar charts and line chart combined to show the whole changing trend of alcohol consumption. Scatter diagram, bar diagram, line diagram and pie diagram to show cancer cases changes.
    SukiGit2021 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    2c8ef5a View commit details
    Browse the repository at this point in the history