Skip to content
View ubral's full-sized avatar

Block or report ubral

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. WB-to-Postgres-using-python WB-to-Postgres-using-python Public

    The code downloads data for all World Bank data series containing the word 'military' and inserts the data into a MySQL database using the SQLAlchemy library. Specifically, it iterates over each da…

    Python 1

  2. Wikipedia-download-countries Wikipedia-download-countries Public

    This is a Python code that uses the requests library to make a GET request to a Wikipedia page and the BeautifulSoup library to parse the HTML response. It then finds a table with a specific class …

    Python