MEHDI IDDAR (@IddarMehdi)
  • Stars
    star
    7
  • Global Rank 1,193,538 (Top 42 %)
  • Followers 2
  • Following 9
  • Registered almost 7 years ago
  • Most used languages
    HTML
    100.0 %
  • Location 🇲🇦 Morocco
  • Country Total Rank 1,218
  • Country Ranking
    HTML
    94

Top repositories

1

Twitter-Data-Scrapping-Cleaning-and-Analyzing

Real-world data rarely comes clean. Using Python and its libraries, I gathered data from a variety of sources and in a variety of formats, assessed its quality and tidiness, then cleaned it. This is called the data wrangling process. The dataset used gathered from Twitter user @dog_rates, also known as WeRateDogs. WeRateDogs is a Twitter account that rates people's dogs with a humorous comment about the dog. These ratings almost always have a denominator of 10. In this project, I conducted a data wrangling process through gathering data from a variety of sources and in a variety of formats: - First is downloaded manually a .csv file named ‘twitter_archive_enhanced.csv’ and stored it in ‘archive’ table - Then, I used the Requests python library to download programmatically a ‘.tsv’ file named ‘tweet-image-predictions.tsv’ and I stored it in the ‘images’ table. This file contains the results of a neural network's analysis which predicts a dog's breed based on images. - After this, I created an API object that I used to programmatically download a JSON file stored as ‘twitter_counts’ table, which contains additional Twitter data. For the second section of the project, which is devoted to data assessing, I first, looked for quality issues that pertain to the content of data I identified ten quality issues, then I examined tidiness issues, which pertain to the structure of data. In the last section of the wrangling process, I structured and cleaned dirty data into the desired format for better analysis and visualizations using Python and its libraries. For each identified issue, I defined the actions to undertake before translating those actions to lines of code. I also tested every code to check the result of the cleaning.
HTML
2
star
2

Analyze_AB_test_results

A/B Testing
HTML
1
star
3

PISA-Test-Analysis

HTML
1
star
4

Medical-Appointments-Dataset-Investigating

Dataset Investigating
HTML
1
star
5

Data-Wrangling-Clinical-trial-data-for-new-oral-insulin

HTML
1
star
6

Machine-Learning-Predictive-Modeling-of-Housing-Prices

The development of a housing price prediction model can assist a house seller or a real estate agent to make better-informed decisions based on house price valuation. In this project, I used machine learning (ML) predictive modeling and classification algorithms to predict the values of properties in California.
HTML
1
star