Skip to content
View beryltoo's full-sized avatar

Block or report beryltoo

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
beryltoo/README.md
  • 👋 Hi, I’m Beryl Chebet
  • 👀 Currently learning SQL and Python for data analysis.
  • 💞️ I’m looking to collaborate on various python projects, data analysis projects .
  • 📫 How to reach me [email protected]

Pinned Loading

  1. FordGo-bike-System-Data-Analysis FordGo-bike-System-Data-Analysis Public

    This project is about data analysis of the FordGo bike system which is a bike sharing system in the greater San Franscisco Bay Area. The project aim to use visualizations to uncover trends in the d…

    HTML 1

  2. WeRatedogsproject WeRatedogsproject Public

    WeRateDogProject seeks to analyse the WeRateDog twitter account that provides ratingf for people's remarksin exchange for a witty remark. It is possible to gather tweet chats from the twitter API a…

    Jupyter Notebook

  3. NoshowappointmentsDataAnalysis NoshowappointmentsDataAnalysis Public

    In this project we shall be analyzing the no-show appointments dataset with data about medical appointments and a few patient characteristics.

    Jupyter Notebook

  4. Wikipedia-DataAnalysis Wikipedia-DataAnalysis Public

    The dataset contains the daily number of webpage visits for several Wikipedia webpages. (if you are not familiar with Wikipedia, check it out here https://en.wikipedia.org/wiki/Main_Page). The data…

    Jupyter Notebook

  5. python-if-else-statement python-if-else-statement Public

    if else is a conditional statement, that gives a true or false answer for a specific condition. a true answer allows the next statement after the if statement to be executed .A false answer shifts …

    Python

  6. while-loop while-loop Public

    This python code shows how the while loop is used to create an iterative loop. A secret number is hard coded , then if the user enters a number that is same as the secret number the code stops , ot…

    Python 1