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

Block or report Hamdy4456

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

Popular repositories

  1. Explore_Bikeshare_Data Explore_Bikeshare_Data Public

    A python program that displays analysis results of a bicycle-sharing system dataset by asking user to specify a city, month, and day to analyze, loading the specified data and putting it in a panda…

    Python

  2. Investigate_Patients_Dataset Investigate_Patients_Dataset Public

    Cleaning, transforming, analyzing, and visualizing patients' data with python to explore the factors affecting patients' attendance. Results show that the most affecting factors are neighborhood an…

    Jupyter Notebook

  3. MedDRA MedDRA Public

    Writing a python program that takes a search string and the used version from the user and creates a csv file of a dataframe includes all observations that match the search string words as rows, ev…

    Python

  4. ETL_with_python ETL_with_python Public

    Reading csv, xml and json file types using pandas, extracting data from those file types to pandas dataframs, transforming data then loading it to a csv file, and logging every step in a text log f…

    Jupyter Notebook

  5. ETL_with_Airflow ETL_with_Airflow Public

    Developed an Airflow DAG with tasks that unzipped source file, extracted data from CSV, TSV and fixed width files, integrated extracted data, and transformed and loaded integrated data.

    Python

  6. GitHub_API GitHub_API Public

    Implemented a python script that: Extracted the last 100 public repos from GitHub using its API. Transformed data to get two columns of trending programming languages and number of them. Printed to…

    Python