Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Jul 4, 2024
1 parent 5454952 commit e656a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabmat/constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def from_polars(
Number of levels of a categorical column under which the column will be stored
as sparse one-hot-encoded columns instead of CategoricalMatrix
object_as_cat : bool, default False
If True, DataFrame columns stored as ``pl.String`` objects will be treated as
If True, DataFrame columns stored as ``pl.String`` will be treated as
categorical columns. Note that this is different from pandas, where all object
columns are converted to categorical columns.
cat_position : str {'end'|'expand'}, default 'expand'
Expand Down

0 comments on commit e656a83

Please sign in to comment.