Skip to content
View novrizalrnd's full-sized avatar
Block or Report

Block or report novrizalrnd

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
novrizalrnd/README.md

Hi there!

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


class DataAnalyst:

    def __init__(self):
        self.name = "Novrizal Roynanda"
        self.role = "Data Analyst"
        self.language_spoken = ["in_ID", "en_US"]

    def say_hi(self):
        print("Thank you for stopping by. It’s been a pleasure getting to know you!")


me = DataAnalyst()
me.say_hi()

Find me at

LinkedIn




🔧 Technologies & Tools

Python

R

MYSQL

postgreSQL

Microsoft Excel

Microsoft SQL Server

Git





Github

Tableau

Google Data Studio

Google Analytics

MongoDB

Linux

Pinned Loading

  1. credit_risk_analytics credit_risk_analytics Public

    Credit risk analysis determines a borrower's ability to meet debt obligations and the lender's aim when advancing credit. The goal is to identify patterns that indicate if a person is unlikely to r…

    Jupyter Notebook

  2. credit_scoring credit_scoring Public

    Credit scoring is a statistical analysis performed by lenders and financial institutions to determine the creditworthiness of a person or a small owner-operated business. A higher score refers to a…

    Jupyter Notebook

  3. bike_sharing_analytics bike_sharing_analytics Public

    Bike sharing systems are new generation of traditional bike rentals where whole process from membership, rental and return back has become automatic. The goal of this project is to identify the und…

    Jupyter Notebook

  4. image_recognition image_recognition Public

    Image recognition allows machines to identify objects, people, entities, and other variables in images. It is a sub-category of computer vision technology that deals with recognizing patterns and r…

    Jupyter Notebook