mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
Closes https://github.com/lancedb/lance/issues/1738 We add a `flatten` parameter to the signature of `to_pandas`. By default this is None and does nothing. If set to True or -1, then LanceDB will flatten structs before converting to a pandas dataframe. All nested structs are also flattened. If set to any positive integer, then LanceDB will flatten structs up to the specified level of nesting. --------- Co-authored-by: Weston Pace <weston.pace@gmail.com>
5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
mkdocs==1.4.2
|
|
mkdocs-jupyter==0.24.1
|
|
mkdocs-material==9.1.3
|
|
mkdocstrings[python]==0.20.0
|
|
pydantic |