Skip to content

Commit

Permalink
Update advanced-1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkanSah committed May 21, 2024
1 parent c2d682c commit 47ea6d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion advanced-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ print(merged_df.head())

Scraping Data from Web Pages with BeautifulSoup

Using BeautifulSoup to scrape data from web pages for analysis.
### Using BeautifulSoup to scrape data from web pages for analysis.
maybe usefull? [Python-XPath Tutorial](https://github.com/VolkanSah/Python-XPath-Tutorial) | [JavaScript-XPath Tutorial](https://github.com/VolkanSah/JavaScript-XPath-Tutorial)

```python
import requests
Expand Down

0 comments on commit 47ea6d9

Please sign in to comment.