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
fix(plot-series): remove `label` from arguments and set it with kwargs
If `label` is not in the kwargs, set the default value as the column
name. Same principle is applied for `lw` and `linewidth`.
feat(cast_to_category_pd): add function to cast type to category
If more memory efficient, the functions cast the type of the column to
category dtype.
Closes #22.