Creating a Data Analysis Pipeline in Python
Blogs from ODSC SpeakersConferencesPythonTools & LanguagesEast 2020Snakemakeposted by ODSC Community March 13, 2020
The goal of a data analysis pipeline in Python is to allow you to transform data from one state to another through a set of repeatable, and ideally scalable, steps. Problems for which I have used data analysis pipelines in Python include: Processing financial / stock... Read more