Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 600 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 600 Bytes

SQL for Experiment Analysis

This web app allows you to build SQL queries for analyzing AB test data by combining the assignment data and observation data.

Features

  • Input your AB test assignment, entry point and observation SQL queries.
  • Map columns to ensure proper integration of data.
  • Generate the final SQL query for analysis.
  • Copy the final query to the clipboard.

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/sql-4-exp-analysis.git