Code Monkey home page Code Monkey logo

Hi there, I'm Marco Cruz 👋

I'm Brazilian, married, father, fan of comics and addicted to learning programming!

I especially like extracting data and converting it into useful information.

Linkedin Badge Twitter Badge Gmail Badge Tumblr Badge

Publishing in Power BI

Power BI Badge

Skills List

  • MS Excel + VBA (Advanced)
  • SQL + Data Modeling (Advanced)
  • Power BI (Intermediate)
  • Power Query (Advanced)
  • BI Concepts
  • Construction and Maintenance of Dashboards
  • ETL (Intermediate)
  • Python (Intermediate)
  • Cloud Computing
#!/usr/bin/python
# -*- coding: utf-8 -*-

class sidekick:

    def __init__(self):
        self.name = "Marco Cruz"
        self.role = "Consultant"
        self.language_spoken = ["pt_BR"]
        
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = sidekick()
me.say_hi()

from __future__ import annotations
import json
from dataclasses import asdict, dataclass
@dataclass
class Arsenal:
    languages: tuple[str, ...] = ("Python", "R", "VBA", "DAX", "PHP")
    databases: tuple[str, ...] = ("SQLite", "PostgreSQL", "MySQL", "SQL Server", "Oracle")
    ongoing  : tuple[str, ...] = ("API Rest", "GCP", "Big Query")

    def jsonify(self) -> str:
        return json.dumps(asdict(self), indent=4)


arsenal = Arsenal()
print(arsenal.jsonify())

Github Stats

Marco Cruz's Projects

b3 icon b3

Aplicação básica de web scraping, banco de dados e concorrência

darts icon darts

A python library for easy manipulation and forecasting of time series.

data-economics icon data-economics

This is a repo for economic analysis using the API from BACEN and another sources of data.

excel-favorites icon excel-favorites

:star: This VSTO Add-In creates a custom "Favorites" ribbon. Key distinctive attributes include dedicated buttons for changing the visibility/sort order of sheets, copying visible cells, Excel's camera feature, Snipping Tool, Problem Steps Recorder (PSR) and Windows Calculator. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In.

excelstructurevalidator icon excelstructurevalidator

O Excel Structure Validator é um projeto Python destinado a validar a estrutura de arquivos Excel.

fundspy icon fundspy

Download brazillian investment funds and their benchmarks data from CVM and analyze their performance with pre-built functions.

jupyter-1 icon jupyter-1

Jupyter metapackage for installation, docs and chat

linbot icon linbot

A Python bot to increase your popularity on LinkedIn

pbi_vendas_2023 icon pbi_vendas_2023

exemplo de metricas para segmentação de indicadores, calendário, etc

powerbi icon powerbi

Repository with links and files for using in PowerQuery and PowerBI

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.