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

Block or report timiancam

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

Hello (World)!

Hi! My name is Tim Cameron. I'm a Mechanical Engineer who is looking to transition into a data engineering role.

About Me

Github

  • 🔭 I’m currently working on Fortune 500 data ETL

  • 🌱 I’m currently learning:

    • MySQL and PostgreSQL
    • Interfacing with databases with Python
    • Docker
    • AWS EC2
  • 💬 Talk to me about:

    • Python
    • Data Science
    • Data Engineering
    • Open Source
    • New opportunities

Skills

Python AWS Bash CSS Docker Git
HTML Matlab MySQL PostgreSQL Solidworks

Connect with me

 

Pinned

  1. Spotify_daily_top_50_ETL Spotify_daily_top_50_ETL Public

    Produces a summary presentation and .csv file for the one of the Daily Top 50 Playlists on Spotify

    Python

  2. tims_SIF_interpolator tims_SIF_interpolator Public

    Performs 3D interpolation for stress intensity factor coefficients.

    Python

  3. Exploratory Data Analysis of U.S Med... Exploratory Data Analysis of U.S Medical Insurance Costs
    1
    def csv_sample(df):
    2
    
                  
    3
    	column_names = df.columns
    4
    	print(df)
    5
    	print(df.dtypes)
  4. python_package_template python_package_template Public template

    Update description

    Python 1