Skip to content
View TJMac93's full-sized avatar
📊
Data Science blogging in R & Python
📊
Data Science blogging in R & Python

Block or report TJMac93

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TJMac93/README.md

Hi, I'm Tom - or maybe you know me as Statnamara 📊

Due to Microsoft's complicity in the Palestine genocide I have joined the Microsoft boycott. Find me on codeberg instead of github.

For more information check https://bdsmovement.net/microsoft
Please consider joining the protest.


WebsiteTwitter Follow

I'm a Data Scientist blogging some of my just-for-fun projects

  • 🧑‍💻 I’m currently undertaking my Master's Degree in Data Analytics
  • 🥁 About me: I also love playing the drums and I'm mad about football ⚽

Connect with me:

Statnamara | TwitterStatnamara | LinkedInStatnamara | Instagram


Languages and Tools:

PythonRGGPlot2DplyrShinyTableau




📕 Latest Blog Posts

➡️ more blog posts...


Pinned Loading

  1. FantasyFootballFantasyFootballPublic

    Pulp FF optimal team solver

    Jupyter Notebook 3 1

  2. Simple logger to report filename and...Simple logger to report filename and incident
    1
    importlogging
    2
    3
    logger=logging.getLogger(__name__)
    4
    5
    # Handler determines where the logs are output
  3. gganimateSoccergganimateSoccerPublic

    use gganimate and ggsoccer to visualise match tracking data

    R

  4. Decorator function to add logging to...Decorator function to add logging to other functions.
    1
    # Logger gist available here:
    2
    # https://gist.github.com/TJMac93/cc17e0aa4546723cfba0d7165dbd9651
    3
    4
    fromloggerimportlogger
    5
    fromfunctoolsimportwraps