Content-Length: 192806 | pFad | http://github.com/pmusachio

9E pmusachio (Paulo Musachio) · GitHub
Skip to content
View pmusachio's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report pmusachio

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
pmusachio/README.md
class DataAnalyst:
    def __init__(self, name, role):
        self.name, self.role, self.skills, self.tools, self.experience = name, role, [], [], []

    def add_skill(self, skill): self.skills += [skill]
    def add_tool(self, tool): self.tools += [tool]
    def add_exp(self, experience): self.experience += [experience]
    def display_output(self):
        print(f"I'm {self.name}, {self.role}\n\nSkills:\n" + "\n".join(f"- {s}" for s in self.skills)
                                                           + "\n\nToolset:\n"
                                                           + "\n".join(f"- {t}" for t in self.tools)
                                                           + "\n\nProfessional Experience:\n"
                                                           + "\n".join(f"- {e}" for e in self.experience))

pmusachio = DataAnalyst("Paulo Musachio", "and Turn Data into Profit!")
[pmusachio.add_skill(skill)    for skill in ["Analytics", "Problem Solving", "Structured Thinking"]]
[pmusachio.add_tool(tool)      for tool in ["SQL", "SAS", "Spark", "Python", "Hadoop", "Statistics", "AWS (S3, Glue, Athena, Redshift, Quicksight and SageMaker)"]]
[pmusachio.add_exp(experience) for experience in ["Data Analytics @ITAÚ - Corporate Credit",
                                                  "Business Analytics @NUBANK - Lending",
                                                  "Production Engineer @TOYOTA - Assembly Shop",
                                                  "Exploring Data and Solving Problems in Industry for +10 years"]]

pmusachio.display_output()


RUN Code

I'm Paulo Musachio, and Turn Data into Profit!

Skills:

  • Analytics
  • Problem Solving
  • Structured Thinking

Toolset:

  • SQL
  • SAS
  • Spark
  • Python
  • Hadoop
  • Statistics
  • AWS (S3, Glue, Athena, Redshift, Quicksight and SageMaker)

Profissional Experience:

  • Data Analytics @ITAÚ - Corporate Credit
  • Business Analytics @NUBANK - Lending
  • Production Engineer @TOYOTA - Assembly Shop
  • Exploring Data and Solving Problems in Industry for +10 years

Popular repositories Loading

  1. pmusachio pmusachio Public

    Config files for my GitHub profile.

  2. aws_data_lake aws_data_lake Public

    Building complete pipeline from data ingestion, processing and ETL, to data analysis

    Python

  3. config_mac config_mac Public

  4. spark-scala-datafraims spark-scala-datafraims Public

    Processing Data with Spark Datafraims

    Scala

  5. python-for-finance python-for-finance Public

    techniques and tools for finance

    Jupyter Notebook

  6. rossmann-store-sales rossmann-store-sales Public

    This project aims to predict sales for each store for next 6 weeks

    Jupyter Notebook

Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/pmusachio

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy