Skip to content
View kk-deng's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Toronto, Ontario, Canada
Block or Report

Block or report kk-deng

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kk-deng/README.md

Hi 👋, I'm Kelvin kelvin-deng

A knowledgeable Data Scientist with a passion to solve real-world business challenges.

kk-deng open-source

Typing SVG

#!/usr/bin/python
# -*- coding: utf-8 -*-


class DataProfessional:

    def __init__(self):
        self.name = "Kelvin Deng"
        self.role = "Data Scientist"
        self.company = "CTC"
        self.languages = ["Python", "SQL", "JavaScript", "PySpark", "zh_CN", "en_CA"]

    def say_hi(self):
        print("Thanks for dropping by, this is my journey of learning Data Science.")


me = DataProfessional()
me.say_hi()

Languages and Tools:

azure bash bootstrap chartjs css3 d3js flask gcp git hadoop heroku hive html5 illustrator javascript linux mongodb mssql mysql pandas photoshop postgresql postman python scikit_learn seaborn selenium tensorflow

kk-deng kk-deng

Pinned

  1. AdventureWorksCycle-SQL AdventureWorksCycle-SQL Public

    AdventureWorks Database is a Microsoft product sample for an online transaction processing (OLTP) database. This project created three VIEWs for sales and customer analysis. A Power BI dashboard is…

    Jupyter Notebook 1

  2. automotive-modeling-project automotive-modeling-project Public

    Forked from Dearsu520/automotive-modeling-project

    To analyze the depreciation value of cars over the years by analyzing the sale prices on resale posts. This analysis will also include analysis on various factors like vehicle type, manufacturer, y…

    Jupyter Notebook

  3. citibike-dashboard-powerbi citibike-dashboard-powerbi Public

    A Power BI dashboard for NYC Citi Bike Data to analyze the popularity of starting and ending stations as well as the breakdown of user by gender, subscriber status, etc.

  4. KPMG_Virtual_Internship_Challenge KPMG_Virtual_Internship_Challenge Public

    Forked from Navyhoang/KPMG_Virtual_Internship_Challenge

    Customer Segmentation & Loyalty, and transactions analysis

    Jupyter Notebook

  5. DataJobs-Dashboard-App DataJobs-Dashboard-App Public

    Forked from Navyhoang/Project2-DataJobs-App

    With the Indeed data-related job posting data stored on ElephantSQL, this web app uses JavaScript libraries, including D3.js, Plotly and Leaflet, to visualize data through heatmaps, bar charts, bub…

    CSS