Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "code",
  5. "execution_count": 13,
  6. "metadata": {},
  7. "outputs": [
  8. {
  9. "data": {
  10. "text/plain": [
  11. "0"
  12. ]
  13. },
  14. "execution_count": 13,
  15. "metadata": {},
  16. "output_type": "execute_result"
  17. }
  18. ],
  19. "source": [
  20. "import requests \n",
  21. "import lxml.html as lh\n",
  22. "import bs4 as bs\n",
  23. "import urllib.request\n",
  24. "import numpy as np \n",
  25. "import pandas as pd\n"
  26. ]
  27. },
  28. {
  29. "cell_type": "code",
  30. "execution_count": null,
  31. "metadata": {},
  32. "outputs": [],
  33. "source": []
  34. }
  35. ],
  36. "metadata": {
  37. "kernelspec": {
  38. "display_name": "Python 3",
  39. "language": "python",
  40. "name": "python3"
  41. },
  42. "language_info": {
  43. "codemirror_mode": {
  44. "name": "ipython",
  45. "version": 3
  46. },
  47. "file_extension": ".py",
  48. "mimetype": "text/x-python",
  49. "name": "python",
  50. "nbconvert_exporter": "python",
  51. "pygments_lexer": "ipython3",
  52. "version": "3.6.8"
  53. }
  54. },
  55. "nbformat": 4,
  56. "nbformat_minor": 2
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement