{"library":"polars-ds","title":"Polars-ds","description":"A Python extension for Polars that adds extra data structures and algorithms (e.g., graph, set operations, linear algebra) as expressions and series. Version 0.11.2, released on PyPI, actively maintained with frequent updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install polars-ds"],"cli":null},"imports":["import polars as pl","from polars_ds.graph import Graph","import polars_ds.ext"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import polars as pl\nimport polars_ds.ext as pds\ndf = pl.DataFrame({'a': [1, 2, 3], 'b': [4, 5, 6]})\nresult = df.select(pds.col('a').l1_normalize())\nprint(result)","lang":"python","description":"Compute L1 normalization on column 'a' using polars-ds extended expressions.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}