Crunch-io / scrunch

Pythonic scripting library for cleaning data in Crunch
GNU Lesser General Public License v3.0
5 stars 7 forks source link

Backfill from csv #391

Closed jjdelc closed 3 years ago

jjdelc commented 3 years ago

Add support to backfill values in a dataset using a CSV file as input.

Implements .backfill_from_csv method that performs all the necessary API dance to upload/join/update/delete the CSV data.