Skip to content
View jfalves's full-sized avatar

Block or report jfalves

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.

Content in all repositories owned by your account will be closed.
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
jfalves/README.md

Hey, I'm Jonathan Alves! 👋

Welcome to my github profile, here you can find mainly data projects, and some other random junk. I hope you like it!

What I like to use

python

docker

aws

git

postgresql


Find me elsewhere

linkedin

Pinned Loading

  1. horse_colic_dataset horse_colic_dataset Public

    HTML

  2. licitacao_publica licitacao_publica Public

    Esse é um projeto de Business Intelligence com o objetivo de sumarizar dados de licitações públicas de compra.

    TSQL 8 3

  3. Genetic-Algorithm-from-Scratch-Snippets Genetic-Algorithm-from-Scratch-Snippets
    1
    def crossover(self, partner):
    2
    
                  
    3
        child = DNA(self.size)
    4
        midpoint = random.randint(self.size)
    5
    
                  
  4. medallion-architecture-challenge medallion-architecture-challenge Public

    Python