Unlock numpy after dropping 3.8 (#1480)

This commit is contained in:
Sharon Hart
2024-11-06 15:21:45 +02:00
committed by GitHub
parent 33808c2837
commit ce63783fcc
8 changed files with 259 additions and 224 deletions

View File

@@ -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
1 id name email street city state postal_code non_pii
2 1 John Doe john.doe@example.com 123 Main St Anytown CA 12345 reallynotpii
3 2 Jane Smith jane.smith@example.com 456 Elm St Somewhere TX 67890 reallynotapii
4 3 Alice Johnson alice.johnson@example.com 789 Pine St Elsewhere NY 11223 reallynotapiiatall