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

Block or report cam-perez

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

all-about-cam

I am not a robot

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"⚡  I'm passionate about coding and human languages",
		"🔭 I’m currently studying a Master's in Business Analytics",
		"🌱 I’m currently learning Python, R, C++ and Java",
		"👯 I’m looking to collaborate on Python/finance related projects",
		"🤔 I’m looking for help with anything related to what I am currently learning 😅",
		"💬 Ask me about finance and statistical analysis",
		"📫 How to reach me at http://linkedin.com/in/cam-perez,
	}
}

Popular repositories

  1. cam-perez cam-perez Public

    I am not a robot

  2. the-blacklist-text-game the-blacklist-text-game Public

    Text game based on the the TV show The Blacklist

    Jupyter Notebook

  3. birthweight-regression birthweight-regression Public

    New bro weight regression analysis

    Jupyter Notebook

  4. GoT-classification GoT-classification Public

    Classification model using a Game of Throne dataset

    Jupyter Notebook

  5. unsupervised-learning unsupervised-learning Public

    Unsupervised learning analysis using a mobile app survey dataset.

    Jupyter Notebook

  6. e-sport-analysis e-sport-analysis Public

    eSport analysis using visualizations