EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Returns a DataFrame with the specified columns dropped. Useful for removing columns you don't want to see in the final table result. See keep()
on how to specify which columns to keep.
Name | Type | Description |
---|---|---|
columns | Union[str,List[str]] | DataFrame columns to drop, either as a string or a list. |