Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "metadata": {
  3. "name": "",
  4. "signature": "sha256:47d6cf5d6034297bea38c621be8f8764cf48cefdbd03d2cf6a4e1b371de0ca2b"
  5. },
  6. "nbformat": 3,
  7. "nbformat_minor": 0,
  8. "worksheets": [
  9. {
  10. "cells": [
  11. {
  12. "cell_type": "code",
  13. "collapsed": false,
  14. "input": [
  15. "from alchemy.basic_parsing.coals import read, cols"
  16. ],
  17. "language": "python",
  18. "metadata": {},
  19. "outputs": [],
  20. "prompt_number": 1
  21. },
  22. {
  23. "cell_type": "code",
  24. "collapsed": false,
  25. "input": [
  26. "df = read('/eng/field/coal/customers/na/Premier/Premier-1/sample/netflix/2014-11-24/log-0054.20141124-164613.027.qbl.gz')"
  27. ],
  28. "language": "python",
  29. "metadata": {},
  30. "outputs": [],
  31. "prompt_number": 6
  32. },
  33. {
  34. "cell_type": "code",
  35. "collapsed": false,
  36. "input": [
  37. "df.request.fullURL.head()"
  38. ],
  39. "language": "python",
  40. "metadata": {},
  41. "outputs": [
  42. {
  43. "metadata": {},
  44. "output_type": "pyout",
  45. "prompt_number": 7,
  46. "text": [
  47. "0 /?o=AQFz_6VhHRocHwci_lJj3VB1vZ5uf9tq9VD_57r0uG...\n",
  48. "1 /?o=AQGBV07ig6_bhvvxLCwXxFTZ4KVFFKdRbrHqsOpWH9...\n",
  49. "2 /?o=AQHD2mfeKueFOEOhXurr5KzSsnU8383ieVpRLfFUjg...\n",
  50. "3 /?o=AQHD2mfeKueFOEOhXurr5KzSsnU8383ieVpRLfFUjg...\n",
  51. "4 /?o=AQFz_6VhHRocHwci_lJj3VB1vZ5uf9tq9VD_57r0uG...\n",
  52. "Name: fullURL, dtype: object"
  53. ]
  54. }
  55. ],
  56. "prompt_number": 7
  57. },
  58. {
  59. "cell_type": "code",
  60. "collapsed": false,
  61. "input": [],
  62. "language": "python",
  63. "metadata": {},
  64. "outputs": []
  65. }
  66. ],
  67. "metadata": {}
  68. }
  69. ]
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement