This web app allows you to build SQL queries for analyzing AB test data by combining the assignment data and observation data.
- use the app at https://sql-4-exp-analysis.streamlit.app/
- 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.
- Clone the repository:
git clone https://github.com/yourusername/sql-4-exp-analysis.git