Skip to content
View BabitaD's full-sized avatar

Block or report BabitaD

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. stock-price-prediction stock-price-prediction Public

    Jupyter Notebook

  2. gender-prediction gender-prediction Public

    Jupyter Notebook

  3. DS_C4_Exploratory_Analysis DS_C4_Exploratory_Analysis Public

    R

  4. DS_C8_PredictionAssignment DS_C8_PredictionAssignment Public

    HTML

  5. DS_C9_ShinyAppAssignment DS_C9_ShinyAppAssignment Public

    HTML

  6. Web Scraper to fetch top Indian Inst... Web Scraper to fetch top Indian Instagramers
    1
    import pandas as pd
    2
    import requests
    3
    from tqdm import tqdm
    4
    from instaloader import Instaloader,Profile
    5
    from bs4 import BeautifulSoup