Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataFrame ¶
DataFrame is a thin wrapper around gpandas.DataFrame providing helpers to convert to/from Insyra's DataTable and expose a pandas-like API mapped to gpandas.
func FromDataTable ¶
func FromDataTable(dt insyra.IDataTable) (*DataFrame, error)
FromDataTable converts an insyra.DataTable into a gpandas DataFrame and wraps it. Types are inferred per-column (int64/float64/bool/string) and fallback to Any when mixed.
func FromGPandasDataFrame ¶
FromGPandasDataFrame helper to wrap an existing gpandas.DataFrame.
Click to show internal directories.
Click to hide internal directories.