Skip to content

datasketch/python-hddb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-hddb

A Python client for Datasketch and MotherDuck.

Installation

pip install python-hddb

Usage

from python_hddb import HdDB

db_client = HdDB()
df = pd.DataFrame(
    data={"username": ["ddazal", "lcalderon", "pipeleon"], "age": [30, 28, 29]}
)
db_client.create_database(org, db, dataframes=[df], names=["users"])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages