Skip to content

v0.1.0b7

Pre-release
Pre-release

Choose a tag to compare

@abelmilash-msft abelmilash-msft released this 17 Mar 23:44
· 35 commits to main since this release
ddab5f8

Added

  • DataFrame namespace: client.dataframe.get(), .create(), .update(), .delete() for working with Dataverse records as pandas DataFrames and Series — no manual dict conversion required (#98)
  • Table metadata now includes primary_name_attribute and primary_id_attribute from tables.create() and tables.get_info() (#148)

Changed

  • pandas>=2.0.0 is now a required dependency (#98)