Skip to content
View ramsun's full-sized avatar

Block or report ramsun

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. ct-ETL ct-ETL Public

    Performed ETL process on Clinicaltrials.gov and bmsstudyconnect.com which were in the XML and HTML formats respectively. Loaded research location data scraped from these websites into a MongoDB dat…

    Jupyter Notebook 3 1

  2. historical-SandP500-trend-analysis historical-SandP500-trend-analysis Public

    Forked from wissemeddine/data_wizards

    Trend analysis of S and P 500. Use of Jupyter notebook and APIs to look at the top 4 companies of the top 4 sectors and how their fluctuations in price affect the market as a whole.

    Jupyter Notebook

  3. sakila-sql-queries sakila-sql-queries Public

    DDL and DML queries made to a sample saikla database provided by MySQL's website.

    PLpgSQL

  4. microtransaction-data-exploration microtransaction-data-exploration Public

    An analysis of age and gender demographics as well as spending patterns of users in the game Heroes of Pymoli. Tables are created with pandas.

    Jupyter Notebook

  5. complex-number-calculator complex-number-calculator Public

    Shows the declaration of a complex number class and how operations can be performed between objects of the complex number class.

    C++

  6. stacks stacks Public

    Shows the declaration of a stack data structure and its usefulness in finding palindromes, converting a base 10 number into a number between base 2 and base 16 inclusive, and determining whether th…

    C++