Skip to content

Commit

Permalink
add README & environment files to data_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
aranas committed Aug 16, 2024
1 parent 189bdb5 commit e36f982
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data_analysis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Analysis

this folder contains several scripts & notebooks to document the analysis

### Content Analysis

- Step 1: Download the files in this folder (or clone but note this will download the entire survey app!)
- Step 2: Create notebook environment using Conda with environment.yml
`conda env create -f environment.yml`
`conda activate myenv`
- Step 3: Move data file into data_analysis folder
- Step 4: Run notebook
`jupyter notebook`
14 changes: 14 additions & 0 deletions data_analysis/content_environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: tea_content
channels:
- defaults
- conda-forge
dependencies:
- python=3.12.2
- pandas=2.2.1
- numpy=1.26.4
- matplotlib=3.8.3
- jupyter
- ipython
- pip
- pip:
- fuzzywuzzy==0.18.0

0 comments on commit e36f982

Please sign in to comment.