Skip to content

Commit aebaf62

Browse files
update
1 parent fa1bd30 commit aebaf62

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# IMDB-Data-Visualizations
1+
# 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

Comments
 (0)