EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Returns a DataFrame with only the specified columns. Useful for pruning columns to a small set before data is displayed. See drop() on how to drop specific columns instead.
| Name | Type | Description |
|---|---|---|
| columns | List[str] | DataFrame columns to keep. |