Hoping to get some help on this topic. Is it allowable to save a dataframe built from the QC cloud locally? I really would like to be able to train an AIML algo framework I have built up on my local machine using a dataframe that was built up from features generated from QC algos. I want to be able to exactly replicate how the dataframe is built up in realtime from the QC platform. I will never run the algo locally for live trading, only build the AIML model then get it running from the cloud. The issue is that my stacked models take a long, long, long time to train even with my state of the art GPUs and 24 core processor. Alternatively, is there a way to pipe in my local historical 1 minute futures, ETF, and equity data through the QC framework so I can build the dataframe?