Skip to content
View samiaab1990's full-sized avatar

Block or report samiaab1990

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

πŸ™‚ About Me

I am a senior data scientist/data engineer with a pharmacy background (PharmD) and 5+ years of experience in the healthcare data science field. My interests include in software development, data engineering and data visualization for applications in healthcare and public health.

Stack

Data Science/Engineering

My Skills

Software Development

My Skills

🌟 Projects

πŸ“Š Data Visualizations

  • A repository of various personal data visualization projects
  • Spatial data visualization projects completed as a part of 30 Day Map Challenge 2022
  • πŸ† Three visualizations longlisted in the Data Visualization Society's Information is Beautiful Awards 2023

πŸ“¦ Libraries

  • An R package that provides gradient color capability on ggplot2 titles and text labels.
  • An R package that allows creating customizable run dates for cron or task scheduler jobs
  • An R package that converts PDF holiday dates from the NYC Office of Payroll into an R vector (list data structure) or R data frame.
  • A Python library that converts PDF holiday dates from the NYC Office of Payroll into a Python array.

πŸ’» Apps

  • A full-stack Python Flask application that allows user to upload a dataset and fill a form to develop data dictionary definitions with pre-filled data type field with the purpose of providing a no-code app to document small to medium CSV, Text or Excel datasets.
  • A Shiny R app that enables users to develop a baseline characteristics table with a small to medium CSV or Excel dataset input.

πŸ’‘ Other

  • An R script to convert AHRQ PQI PDFs into CSV datasets
  • A command-line Python program to parse JSONs into a Python dictionary object
  • Gradient color syntax highlighter theme

Pinned Loading

  1. data-visualizations data-visualizations Public

    Personal Data Visualization Projects

    HTML 6

  2. 30-day-map-challenge 30-day-map-challenge Public

    Contributions to the 30 day map challenge using R and Python

    R 18 1

  3. gradienttext gradienttext Public

    A R package that provides gradient color capability on ggplot2 titles and text labels.

    R

  4. json-parser json-parser Public

    Parser that converts JSON string into Python dictionary object. Inspired by Coding Challenges (https://codingchallenges.fyi/)

    Python