RT

Results 2 issues of RT

#### Code Sample, a copy-pastable example if possible ```python df.to_sql('TableNameHere', engine, if_exists='append', chunksize=900, index=False) ``` #### Problem description I am trying to append a large DataFrame to a SQL table....

Enhancement
IO SQL

Was getting this error when trying to search an email without any "last edited date" on the profile: ``` print(f"Last profile edit : {target.sourceIds[container].lastUpdated.strftime('%Y/%m/%d %H:%M:%S (UTC)')}\n") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object...