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

Block or report quinn0

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

Pinned Loading

  1. SQLitePython_ETL SQLitePython_ETL Public

    Below is an example of an mini ETL workflow implemented through SQLite and Python. Part of a long term BI tool project

    Python

  2. Dashboards_DataScience Dashboards_DataScience Public

    Written in R and Python. The other R and Python files use data.table/piping (R) or pandas (Python) for initial Click Through Rate analysis and important summary insights for engagement with an onli…

    R

  3. Celluar_Automata Celluar_Automata Public

    Run this to visualize a very famous celluar automata (CA) simulation: Conway's Game of Life. CA generally uses random states/seeds and neighbor-checking algorithms to find periodic forms and simula…

    Java

  4. Instructional-Python-Projects Instructional-Python-Projects Public

    Here is a sample of a series of projects (solution code) I wrote to motivate instruction on recursion and parsing data. Please email if interested in project documents. I invite you to play with ge…

    Python

  5. Spotify_Explorer Spotify_Explorer Public

    A work in progress for user-based spotify visualization. Only API and Spotify endpoints are set as proof of concept. Current state just returns all of your spotify playlists. More to come :)

    Python

  6. GOL_R GOL_R Public

    This is an exercise in RCPP when row/col iteration is necessary over large datasets. It simulates [Conway's Game Of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) with wrap-around

    C++