Skip to content
View ADerbak's full-sized avatar
๐Ÿ˜ฎโ€๐Ÿ’จ
I don't know where I'm going, but I'm going anyway
๐Ÿ˜ฎโ€๐Ÿ’จ
I don't know where I'm going, but I'm going anyway

Block or report ADerbak

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

Hello Friend ๐Ÿ‘‹

Thank you for checking out my profile! Please feel free to star, fork, etc. on anything you find interesting. I am always looking to collaborate, so please feel free to reach out to me if you need collaborators.

Here is a little bit about me:

  • ๐Ÿ”ญ Iโ€™m currently working on updating my GitHub repos
  • ๐ŸŒฑ Iโ€™m currently learning Java, Python, C, and C++
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on data analytics, data automation, and ML/AI projects
  • ๐Ÿค” Iโ€™m looking for help with building pet project automations for all types of users
  • ๐Ÿ’ฌ Ask me about Alteryx, Python, or anything automation!
  • ๐Ÿ˜„ Pronouns: He/Him
  • โšก Fun fact: I played in two St. Louis metal bands before switching to data analytics!

Pinned Loading

  1. 2018-07-R-vs-Alteryx-Blog-Post 2018-07-R-vs-Alteryx-Blog-Post Public

    The Workflows and Markdown of a sample failed bank analysis

    HTML

  2. Udemy_100DaysOfCode Udemy_100DaysOfCode Public

    My work during the 100 Days of Code course.

    Python

  3. aderbak.github.io aderbak.github.io Public

    CSS

  4. JavaProgrammingMasterclass JavaProgrammingMasterclass Public

    Collection of code for Udemy course

    Java

  5. Quote of the Day published to Twitter Quote of the Day published to Twitter
    1
    ## Bring in Libraries 
    2
    import requests
    3
    import pandas as pd
    4
    from tweepy import *
    5