Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Created July 22, 2021 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfarah86/63655ca5230c7d809f084cca7f5ca660 to your computer and use it in GitHub Desktop.
Save nfarah86/63655ca5230c7d809f084cca7f5ca660 to your computer and use it in GitHub Desktop.
def insert_data():
"""insert data into a collection"""
doc = [{
"id":"t1", "price": "$125.00 ", "latitude": "37.78097", "longitude": "-122.40305"
}]
rs.Collection.add_docs(collection_name, doc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment