├── README.md ├── hacker-news ├── .ipynb_checkpoints │ └── Warby-Parker-Funnels-checkpoint.ipynb └── README.md ├── streeteasy ├── README.md ├── brooklyn.csv ├── manhattan.csv ├── queens.csv └── streeteasy.csv ├── twitch ├── README.md ├── chat.csv └── stream.csv ├── warby-parker ├── .ipynb_checkpoints │ └── Warby-Parker-Funnels-checkpoint.ipynb ├── README.md ├── Warby-Parker-Funnels.ipynb ├── home_try_on.csv ├── purchase.csv ├── quiz.csv └── survey.csv └── yelp ├── .DS_Store ├── Codecademy_Dataset_Agreement_091718.pdf └── README.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/README.md -------------------------------------------------------------------------------- /hacker-news/.ipynb_checkpoints/Warby-Parker-Funnels-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/hacker-news/.ipynb_checkpoints/Warby-Parker-Funnels-checkpoint.ipynb -------------------------------------------------------------------------------- /hacker-news/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/hacker-news/README.md -------------------------------------------------------------------------------- /streeteasy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/streeteasy/README.md -------------------------------------------------------------------------------- /streeteasy/brooklyn.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/streeteasy/brooklyn.csv -------------------------------------------------------------------------------- /streeteasy/manhattan.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/streeteasy/manhattan.csv -------------------------------------------------------------------------------- /streeteasy/queens.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/streeteasy/queens.csv -------------------------------------------------------------------------------- /streeteasy/streeteasy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/streeteasy/streeteasy.csv -------------------------------------------------------------------------------- /twitch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/twitch/README.md -------------------------------------------------------------------------------- /twitch/chat.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/twitch/chat.csv -------------------------------------------------------------------------------- /twitch/stream.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/twitch/stream.csv -------------------------------------------------------------------------------- /warby-parker/.ipynb_checkpoints/Warby-Parker-Funnels-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/warby-parker/.ipynb_checkpoints/Warby-Parker-Funnels-checkpoint.ipynb -------------------------------------------------------------------------------- /warby-parker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/warby-parker/README.md -------------------------------------------------------------------------------- /warby-parker/Warby-Parker-Funnels.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/warby-parker/Warby-Parker-Funnels.ipynb -------------------------------------------------------------------------------- /warby-parker/home_try_on.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/warby-parker/home_try_on.csv -------------------------------------------------------------------------------- /warby-parker/purchase.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/warby-parker/purchase.csv -------------------------------------------------------------------------------- /warby-parker/quiz.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/warby-parker/quiz.csv -------------------------------------------------------------------------------- /warby-parker/survey.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/warby-parker/survey.csv -------------------------------------------------------------------------------- /yelp/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/yelp/.DS_Store -------------------------------------------------------------------------------- /yelp/Codecademy_Dataset_Agreement_091718.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/yelp/Codecademy_Dataset_Agreement_091718.pdf -------------------------------------------------------------------------------- /yelp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/datasets/HEAD/yelp/README.md --------------------------------------------------------------------------------