Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add drop feature #393

Merged
merged 3 commits into from
Jul 17, 2024
Merged

add drop feature #393

merged 3 commits into from
Jul 17, 2024

Conversation

tim-quix
Copy link
Contributor

@tim-quix tim-quix commented Jul 2, 2024

Add the ability to drop a column or list of columns from a StreamingDataFrame via:

SDF.drop("col_a") or SDF.drop(["col_a", "col_b"])

@tim-quix tim-quix force-pushed the feature/drop-columns branch from 8d42733 to b89c82e Compare July 17, 2024 17:11
@daniil-quix daniil-quix merged commit 21415a0 into main Jul 17, 2024
4 checks passed
@daniil-quix daniil-quix deleted the feature/drop-columns branch July 17, 2024 18:27
@stereosky
Copy link
Collaborator

Absolutely perfect timing for this as I needed it tomorrow 🙌🏽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants