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

Block or report felipenunezb

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

Pinned

  1. generador_ejercicios generador_ejercicios Public

    generador ejercicios mate

    Python

  2. recencia_papers recencia_papers Public

    Python

  3. plotting COVID advance plotting COVID advance
    1
    import folium, pandas as pd
    2
    from folium.plugins import MarkerCluster
    3
    
                  
    4
    pdf = pd.read_json('https://tinyurl.com/covid19-github')
    5
    pdf = pdf[pdf.data==pdf.data.max()]