Shubham Rana's
Portfolio

Data Analyst well versed in SQL, Python, Tableau, Power BI @ShubhamRana_Twitter

AMAZON WEB SCRAPER
WITH PYTHON

This Python code to utilize BeautifulSoup and requests to scrape and monitor the price of a products on Amazon. The script extracts the product title and price, cleans and formats the data, and appends it to a CSV file with timestamps. The check_price function performs this task, and a while loop runs it at regular intervals (every 24 hours) to continuously update the dataset.

MOVIE CORRELATION
WITH PYTHON

I Analyzed a movie dataset, confirming a positive correlation between a film's budget and gross earnings through visualizations and correlation matrices. It also addresses missing data, explores features, and emphasizes the financial impact on movie success.

CryptoCurrency API
Live Price and Analysis

This Python script fetches cryptocurrency data from the CoinMarketCap API, appends it to a DataFrame every minute, and visualizes the percentage changes in cryptocurrency prices over time using seaborn and matplotlib.