Skip to content

Instantly share code, notes, and snippets.

@simgeekiz
Last active August 29, 2015 14:06
Show Gist options
  • Save simgeekiz/3b1a0f83fa9eaf26deda to your computer and use it in GitHub Desktop.
Save simgeekiz/3b1a0f83fa9eaf26deda to your computer and use it in GitHub Desktop.
graphshowproblem
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": "",
"signature": "sha256:890cd3583d1874650580e469f580f9199a7162f7821bd3f49f410a3d9a97f228"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"import pandas as pd\n",
"import matplotlib.pyplot as plt"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 1
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"df = pd.read_csv('dosya/deneme.csv')"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 2
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"df['Age'].plot()\n",
"plt.show()"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 3
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"shell'den ayn\u0131 \u015fekilde ipython notebook diyerek \u00e7al\u0131\u015ft\u0131r\u0131yorum. \n",
"yeni bir pencere a\u00e7\u0131p grafi\u011fi orda \u00e7iziyor.\n"
]
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment