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

Block or report JosepER

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

Hi, I'm Josep!👨‍🦲

  • 🔥 I usually write applications in Python, R and Julia.
  • 🌐 I also develop dashboards using Shiny, HTML, CSS and JavaScript.
  • ✉️ You can reach me on jespasareig(add)gmail(dot)com...
  • 🔗 Or connect with me on:
    • Linkedin Badge Twitter: Josepespasa GitHub JosepER

What have I been up to?

(Click to expand)
🗄️ Packages, publications and other things

More about me...

class JosepER:

    def __init__(self):
        self.username = 'joseper'
        self.name = 'Josep Espasa Reig'
        self.position = 'Data Scientist and Developer'
        self.twitter = '@josepespasa'
        self.code = {
            'languages': ['Python', 'R', 'Julia'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3'],
            'devops': ['Docker', 'Linux', 'GitHub Actions', 'AWS'],
            'frontend': ['HTML', 'CSS', 'JavaScript'],
            'tools': ['GIT', 'GitHub', 'Flask', 'SQLAlchemy', 'Apache Airflow'],
            'misc': ['ML', 'causal inference', 'A/B testing']
        }
        self.certifications = 'AWS Certified Cloud Pracitioner'
        self.previous_roles = {
            'LIS - Luxembourg Income Study': 'Data Scientist',
            'NatCen': 'Senior Statistician',
            'PPMI': 'Researcher'
        }

    def __str__(self):
        return f'{self.name} | {self.position}'

if __name__ == '__main__':
    me = JosepER()
    print(me)

Popular repositories

  1. Book_How_to_weight_a_survey Book_How_to_weight_a_survey Public

    This is an introductory guide to survey weighting. It provides a step-by-step walkthrough of the main procedures and explains the statistical principles behind them. The guide includes R code to im…

    HTML 36 11

  2. Inequality.jl Inequality.jl Public

    Julia package for computing inequality indicators

    Julia 12

  3. PPMI_how_to_weight_a_survey PPMI_how_to_weight_a_survey Public

    Very basic steps to weight a survey sample.

    HTML 3

  4. gdansk_workshop gdansk_workshop Public

    Pre-conference workshop on Software and Techniques for Inequality Measurements and Analysis

    Jupyter Notebook 3

  5. ntts2023_julia_for_official_statistics ntts2023_julia_for_official_statistics Public

    Presentation at the NTTS 2023 - Julia for Official Statistics

    2

  6. GoT_public GoT_public Public

    Code for the blog post 'You didn't like the 7th season of GoT? This might be why'

    R 1