query mysql database with pandas selectively

时间:2017-07-20 16:41:49

标签: python mysql pandas

Is there a way to query a mysql table using pandas only when there is an UPDATE or INSERT operation on the corresponding table? I couldn't find a relevant argument in pandas read_sql. I need to query a table frequently so want to avoid pulling the data if there was no update/insert.

Thanks.

0 个答案:

没有答案