You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WEB SCRAPING/WebScraping-Data-Analytics/readme.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,15 @@ This program is able to fetch the:
10
10
* salary
11
11
12
12
### User Story
13
-
As a data analyst I want to be able to get web large information in csv
13
+
As a data analyst I want to be able to get web large information in csv file.
14
14
15
-
# Acceptance Criteria
15
+
###Acceptance Criteria
16
16
Acceptance Criteria
17
17
18
-
- It is done when I can make a request to a specified url It is done when I get response from that url It is done when I get the target content from the url It is done when that content is saved in csv file.
18
+
- It is done when I can make a request to a specified url.
19
+
- It is done when I get response from that url.
20
+
- It is done when I get the target content from the url.
21
+
- It is done when that content is saved in csv file.
19
22
20
23
21
24
#### Sample Output
@@ -36,7 +39,7 @@ Acceptance Criteria
36
39
- Execute the program by running the pydatanalytics.py file using `$ python pydatanalytics.py`
37
40
- The program will then fetch the information and put the information into a csv file.
0 commit comments