Posts by André Schuck • 11 points
1 post
-
0
votes1
answer160
viewsQ: Python Encoding Problem
I’m trying to pull the hashtags used in some Instagram profiles using the code: import pandas as pd import requests import re req = requests.get("https://www.instagram.com/globorural/") texto =…