done
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
from pandas import (
|
||||
DataFrame,
|
||||
Series,
|
||||
)
|
||||
|
||||
from pandas._typing import JSONSerializable
|
||||
|
||||
def build_table_schema(
|
||||
data: DataFrame | Series,
|
||||
index: bool = True,
|
||||
primary_key: bool | None = True,
|
||||
version: bool = True,
|
||||
) -> dict[str, JSONSerializable]: ...
|
Reference in New Issue
Block a user