Kirill

Results 3 issues of Kirill

Consider the following example: ```python import plotly.express as px import pandas as pd import numpy as np import plotly np.random.seed(0) n_samples = 1000 df = pd.DataFrame({ 'x': np.random.randint(low=1, high=5, size=n_samples),...

When dead proxy is passed via `request_args`, `TrendReq.GetGoogleCookie()` will loop infinitely in attempt to execute request. This is not very useful by itself, and also contradicts handling of proxies passed...