What’s new?¶
Current¶
Changelog¶
Add new function
redcap_servicethat’s runs a loop and waits forupdate_intervalseconds before going to next iteration.table.insert_rowsnow has an argumenton_conflictto determine what action to take when there is a conflict.table.queryargumentcolumn_namesis now calledinclude_columns.New function
queryto make arbitrarily complex queries.
Bug¶
fetch_surveynow replaces all NaN withNoneto be compatible with PostgreSQL.
API¶
colsis a required column now intable.update_rowandtable.insert_rowstable.query()now does not take a query as a string and returns theentire table as a dataframe.
table.query()now acceptswhereas an argument for filtering rows.