Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ commit_data
Function
commit_data
python/deeplake/__init__.py:239–240 ·
view source on GitHub ↗
(dataset, message="Committing data")
Source
from the content-addressed store, hash-verified
237
""
"
238
239
def
commit_data(dataset, message=
"Committing data"
):
240
dataset.commit()
241
242
def
get_raw_columns(source):
243
return
[
Callers
3
transfer_non_link_data
Function · 0.85
transfer_with_links
Function · 0.85
convert
Function · 0.85
Calls
1
commit
Method · 0.45
Tested by
no test coverage detected