We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1bd30 commit aebaf62Copy full SHA for aebaf62
README.md
@@ -1 +1,27 @@
1
-# IMDB-Data-Visualizations
+# IMDB Data Visualizations
2
+scraping multiple web pages of IMDB Site with Python using BeautifulSoup and requests. And perform some simple analysis using pandas, and matplotlib.
3
+
4
+## Getting Started
5
6
+These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
7
8
9
+### Prerequisites
10
11
+What things you need to install
12
13
+```
14
+BeautifulSoup
15
16
17
+requests
18
19
20
+pandas
21
22
23
+matplotlib
24
25
+## Result
26
27
0 commit comments