Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
pkanon committed May 28, 2018
1 parent 5346130 commit 8237f04
Show file tree
Hide file tree
Showing 4 changed files with 2,045 additions and 45 deletions.
19 changes: 6 additions & 13 deletions pandas/1_intro/Pandas_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
Expand All @@ -16,9 +14,7 @@
{
"cell_type": "code",
"execution_count": 66,
"metadata": {
"collapsed": false
},
"metadata": {},
"outputs": [
{
"data": {
Expand All @@ -39,7 +35,6 @@
"cell_type": "code",
"execution_count": 67,
"metadata": {
"collapsed": false,
"scrolled": true
},
"outputs": [
Expand All @@ -65,9 +60,7 @@
{
"cell_type": "code",
"execution_count": 69,
"metadata": {
"collapsed": false
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -107,9 +100,9 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [conda root]",
"display_name": "Python 3",
"language": "python",
"name": "conda-root-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -121,7 +114,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.6.5"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Loading

0 comments on commit 8237f04

Please sign in to comment.