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
df=influx_client.query("SELECT last(change_percent_24) as Change, last(price_close) as Price, last(ticker) as ticker FROM market24 WHERE symbol =~ /USDT/ and time > now()-24h and change_percent_24 > 3 group by symbol order by time ").as_dataframe()