File size: 148 Bytes
2c3c408
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import tiledb


def from_parquet(uri, parquet_uri):
    import pandas as pd

    df = pd.read_parquet(parquet_uri)

    tiledb.from_pandas(uri, df)