We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc62158 commit d008677Copy full SHA for d008677
1 file changed
src/dataverse_sdk/odata_pandas_wrappers.py
@@ -5,7 +5,7 @@
5
6
Design notes:
7
* All methods are thin convenience wrappers for pandas-specific functionality.
8
-* For creating records, use the core ODataClient.create() method directly - it now
+* For creating records, use the core ODataClient.create() method directly - it
9
natively supports pandas DataFrames and Series with batch processing.
10
* update: updates records based on an id column; returns a DataFrame with
11
per-row success booleans and optional error messages.
0 commit comments