Installation
Install from PyPI:
pip install pysuricata
Optional: install polars
to use polars DataFrames directly:
pip install polars
Verify your installation:
>>> import pandas as pd
>>> from pysuricata import profile
>>> df = pd.DataFrame({"x": [1, 2, 3]})
>>> profile(df).html[:15]
'<!DOCTYPE html>'