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

Block or report shpilla

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 Loading

  1. Get country code for geographical co... Get country code for geographical coordinates listed in a CSV file using the GeoNames API
    1
    from csv import reader
    2
    from requests import post
    3
    
                  
    4
    GEONAMES_USERNAME = 'demo'
    5
    INPUT_FILE_NAME = 'places.csv'
  2. PubMed parser: preparing statistics ... PubMed parser: preparing statistics on articles related to the gene editing
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {