This is part of Udacity Data Analyst Nanodegree. The Project consist on conducting an AB Test for an e-commerce website. AB Testing is a method used to compare 2 versions of a webpage, and analyze based on pre defined metrics the best performing version.
A pdf and html version of the Analysis are available.
If you want to run the codes, you need to install the following:
- Jupyter notebook
- Pandas
- Numpy
- Matplotlib
- Seaborn
Files included in the repository are the csv files
- Analyze_ab_test_results_notebook.html
- Analyze_ab_test_results_notebook.ipynb
- Analyze_ab_test_results_notebook.pdf
- ab_data.csv
- All references used are in specified in the files.