-
Re: Split Dataset Into Files of n Records Each, Deliver via SFTP
It may not be pretty, and I'm currently going to a non-SFTP managed folder, but here is the code I've got working! Feedback is most definitely welcome! %pylab inline# -*- coding: utf-8 -*-i…1 · -
Re: Split Dataset Into Files of n Records Each, Deliver via SFTP
I think the SQL/Python portion of the answer is to be found in this course from Dataiku Academy. Being able to execute SQL directly from Python will allow me to query my dataset as needed. Then the n…1 · -
Split Dataset Into Files of n Records Each, Deliver via SFTP
I have a business requirement to deliver a dataset via SFTP, but the dataset must be split into files each containing n records. There can be a different number of records each time, which means ther…1 ·