Skip to content

Commit 8e6628e

Browse files
committed
imported pandas
1 parent 414938d commit 8e6628e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

BreitbartEDA.ipynb

+16-5
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,17 @@
379379
"tld_counter.most_common(25)"
380380
]
381381
},
382+
{
383+
"cell_type": "code",
384+
"execution_count": 1,
385+
"metadata": {
386+
"collapsed": true
387+
},
388+
"outputs": [],
389+
"source": [
390+
"import pandas as pd"
391+
]
392+
},
382393
{
383394
"cell_type": "code",
384395
"execution_count": null,
@@ -392,21 +403,21 @@
392403
"metadata": {
393404
"anaconda-cloud": {},
394405
"kernelspec": {
395-
"display_name": "Python [default]",
406+
"display_name": "Python 2",
396407
"language": "python",
397-
"name": "python3"
408+
"name": "python2"
398409
},
399410
"language_info": {
400411
"codemirror_mode": {
401412
"name": "ipython",
402-
"version": 3
413+
"version": 2
403414
},
404415
"file_extension": ".py",
405416
"mimetype": "text/x-python",
406417
"name": "python",
407418
"nbconvert_exporter": "python",
408-
"pygments_lexer": "ipython3",
409-
"version": "3.5.2"
419+
"pygments_lexer": "ipython2",
420+
"version": "2.7.12"
410421
}
411422
},
412423
"nbformat": 4,

0 commit comments

Comments
 (0)