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

Unlock numpy after dropping 3.8 #1480

Merged
merged 17 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/samples/python/csv_sample_data/test_structured.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id,name,email,street,city,state,postal_code
1,John Doe,john.doe@example.com,123 Main St,Anytown,CA,12345
2,Jane Smith,jane.smith@example.com,456 Elm St,Somewhere,TX,67890
3,Alice Johnson,alice.johnson@example.com,789 Pine St,Elsewhere,NY,11223
id,name,email,street,city,state,non_pii
1,John Doe,john.doe@example.com,123 Main St,Anytown,CA,reallynotpii
2,Jane Smith,jane.smith@example.com,456 Elm St,Somewhere,TX,reallynotapii
3,Alice Johnson,alice.johnson@example.com,789 Pine St,Elsewhere,NY,reallynotapiiatall
Loading
Loading