Add a row in a data table with python?

Hey there!

Is it possible to add a row in a data table with python? I know about unreal.DataTableFunctionLibrary, which can only fill the entire table from a JSON or CSV.

Thank you!