Created
March 31, 2021 15:06
-
-
Save pablohfreitas/cc01b78b0e59296cc2b1161268d481b3 to your computer and use it in GitHub Desktop.
PLScrap_imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import selenium | |
import time | |
import pandas as pd | |
import numpy as np | |
from time import sleep | |
from selenium import webdriver as wb | |
from tqdm import tqdm | |
import warnings | |
from warnings import simplefilter | |
warnings.filterwarnings('ignore') | |
simplefilter(action='ignore', category=FutureWarning) | |
pd.set_option('display.max_columns', None) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment