You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to recap what we said yesterday: the column_associations function is missing an "Examples" section in its docstring. It would be great to add a small example section to show generating the associations for a toy example dataframe, so users can see how to call it and what would be the shape and content of the output. something like
Examples
--------
>>> import pandas as pd
>>> from skrub import column_associations
>>> df = ...
>>> column_associations(df)
...
Describe the issue linked to the documentation
https://skrub-data.org/stable/reference/generated/skrub.column_associations.html
Metrics:
Working example from pandas:
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: