Skip to content
View jhashw's full-sized avatar

Block or report jhashw

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jhashw/README.md

Hi, I'm Shweta

BI analyst working with Power BI, SQL, Python and R. I build dashboards, tools and analyses that turn messy operational data into decisions.

Currently building a Python data orchestration pipeline with proper failure handling: scheduled runs, quarantine and recovery for bad records, schema contracts, and quality checks. It'll be public here once it's in a state worth showing.

Open to BI and analytics roles. Best way to reach me is LinkedIn or email.


Projects

TidyLens - A browser-based tool for cleaning datasets and running a first pass of exploratory analysis. It automatically flags both obvious and non-obvious issues (placeholder text masking nulls, encoding defects, duplicate keys, casing variants), applies one-click fixes or user-defined column rules (allow-lists, missing-value handling), then profiles the result with linked histograms, scatter plots, and correlations. → Try it

Food Delivery Operations Dashboard - Three-page Power BI dashboard covering executive KPIs, customer retention, and operational bottlenecks. Found that quarter-over-quarter retention sat near 21% with roughly a third of customers ordering only once, and traced a Q4 decline in SLA attainment to prep-time deterioration at a small group of restaurants.

Walmart Sales in Stormy Weather - End-to-end SQL analysis of how rain and snow events shift product demand across 45 stores. Identified weather-sensitive items, separated snow-driven from rain-driven demand, and found anticipatory buying spikes the day before storms, with recommendations for pre-storm inventory positioning.

Uber Demand Forecasting - Hourly pickup demand forecasting for NYC boroughs, benchmarking exponential smoothing, harmonic regression, ARIMA and neural networks against naive baselines.

Life Expectancy Prediction - Predictive modeling across 179 countries using socio-economic and health indicators, comparing linear regression, regression trees, neural networks and XGBoost.


Tools

Power BI and DAX · SQL · Python · R · Excel

Pinned Loading

  1. tidylens tidylens Public

    A browser-based CSV profiling and EDA tool that automatically flags issues (placeholder nulls, casing variants, duplicate keys), enables one-click fixes or user-defined column rules, and generates …

    HTML

  2. food-delivery-operations-dashboard food-delivery-operations-dashboard Public

    Power BI dashboard analyzing food delivery demand trends, customer behavior and retention, and operational bottlenecks

  3. walmart-stormy-sales-sql walmart-stormy-sales-sql Public

    How do rain and snow change what people buy, and which stores absorb the disruption best? A SQL analysis of daily sales across 45 Walmart stores against local weather records.

    SQL

  4. uber-demand-forecasting uber-demand-forecasting Public

    Hourly demand forecasting for three NYC boroughs, comparing benchmark methods, exponential smoothing, harmonic regression, ARIMA and neural network autoregression over a one-month horizon.

    R

  5. life-expectancy-prediction life-expectancy-prediction Public

    Predicting national life expectancy for 179 countries using 15 years of health, mortality, immunization, economic and demographic data. Compares linear regression, regression trees, neural networks…

    R