Skip to content

Instantly share code, notes, and snippets.

View goodvc78's full-sized avatar
💭
I may be slow to respond.

choikyumin goodvc78

💭
I may be slow to respond.
View GitHub Profile
@goodvc78
goodvc78 / instacart_data_exploratory.ipynb
Created June 26, 2017 16:20
instacart data exploatory
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"# Violin Plot 그려보기\n",
"## 챠트로 나의 PC App사용 트랜드 살펴보기 \n",
"\n",
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* 사용한 color 패턴 : u.make.me.happy (http://www.colourlovers.com/palette/360922/u.make.me.happy)\n",
"* #5CACC4 #8CD19D #CEE879 #FCB653 #FF5254\n",
" \n",
"<img src='./resource/color-pattern.png' style='height: 400px'>"
{"cells": [{"cell_type": "markdown", "source": "\n### brunch\uc758 follower, following \uc815\ubcf4\ub85c \uad00\uc2ec \uc791\uac00 \ubd84\uc11d\ud558\uae30 \n\ube0c\ub7f0\uce58 \uc791\uac00\ub97c \ucd94\ucc9c\ud569\ub2c8\ub2e4.\n\n* <ul class=\"list_follow\">\uac1d\uccb4\uc5d0\uc11c\n* a tag href=\"/@\"\uc73c\ub85c \uc2dc\uc791\ud558\ub294 \uc544\uc774\ub514 \uac00\uc838\uc624\uae30\n\nhttp://stackoverflow.com/questions/12519074/scrape-websites-with-infinite-scrolling\n* brunch \uad00\uc2ec\uc791\uac00, \uad6c\ub3c5\uc790\uac00 \uacf5\uac1c\ub294 \ub418\uc5b4 \uc788\uc9c0\ub9cc, \ubb34\ud55c \uc2a4\ud06c\ub864 \ubc29\uc2dd\uc758 UX\ub97c \uc0ac\uc6a9\ud558\uae30 \ub54c\ubb38\uc5d0 \uc140\ub9ac\ub2842.0(webdriver)\ub97c \ud1b5\ud574 html\uc744 \ud06c\ub864\ub9c1\ud560\uc218 \uc788\ub2e4. \n", "metadata": {}}, {"outputs": [], "execution_count": 1, "cell_type": "code", "source": "import urllib\nimport json\nfrom bs4 import BeautifulSoup\nimport pandas as pd\n\nfrom selenium import webdriver\nfrom selenium.webdr
This file has been truncated, but you can view the full file.
{"nbformat": 4, "nbformat_minor": 0, "metadata": {"language_info": {"version": "3.4.3", "file_extension": ".py", "codemirror_mode": {"version": 3, "name": "ipython"}, "mimetype": "text/x-python", "pygments_lexer": "ipython3", "nbconvert_exporter": "python", "name": "python"}, "kernelspec": {"language": "python", "display_name": "Python 3", "name": "python3"}}, "cells": [{"cell_type": "markdown", "metadata": {}, "source": "## deview\uc758 \uac1c\uc778 \uc2a4\ucf00\uc904 \uacf5\uc720 \ud398\uc774\uc9c0\ub97c \ud06c\ub864\ub9c1\ud558\uc5ec \uac04\ub2e8\ud788 \ubd84\uc11d\ud574 \ubd24\uc2b5\ub2c8\ub2e4. \n### \uc5b4\ub5a4 \ubc1c\ud45c\uac00 \uccad\uc911\uc5d0\uac8c \uad00\uc2ec\uc744 \ub9ce\uc774 \ubc1b\uace0 \n### \uc5b4\ub5a4 \ubc1c\ud45c\ub4e4\uc774 \uc11c\ub85c \uc720\uc0ac\ud55c\uc9c0 \ucc3e\uc544 \ubcf4\uc790\uace0\n"}, {"cell_type": "markdown", "metadata": {}, "source": "### \uac1c\uc778 \uc2dc\uac04\ud45c \ud06c\ub864\ub9c1\n* http://deview.kr/2015/pick/{uno} url\ub97c \ud06c\ub864\ub9c1\ud55c\ub2e4.\n* b
This file has been truncated, but you can view the full file.