标签: python overflow sqldf
我在Python中使用sqldf来过滤包含超过1亿条数据的DataFrame。
sqldf
DataFrame
我收到此错误:
OverflowError:Python int太大而无法转换为SQLite INTEGER
如何解决这个问题?