What’s new?¶
Current¶
Changelog¶
Add new function
redcap_service
that’s runs a loop and waits forupdate_interval
seconds before going to next iteration.table.insert_rows
now has an argumenton_conflict
to determine what action to take when there is a conflict.table.query
argumentcolumn_names
is now calledinclude_columns
.New function
query
to make arbitrarily complex queries.
Bug¶
fetch_survey
now replaces all NaN withNone
to be compatible with PostgreSQL.
API¶
cols
is a required column now intable.update_row
andtable.insert_rows
table.query()
now does not take a query as a string and returns theentire table as a dataframe.
table.query()
now acceptswhere
as an argument for filtering rows.