Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Creating a custom dataset?

Hi,

I'd like to create a custom dataset that I can then use within a pipeline. Something like USEquityPricing or Morningstar data.

Is there any recommended way to do it, or an example I could refer to?

Thanks!

2 responses

http://54.174.116.134/recommend/datasets/explore-trends.html Here's a dataset generator that might work

Thanks Ken, but if I understand you correctly this is mainly used to generate the content of the dataset. What I'm interested is in how to create an object that wraps a dataset I own, so it can be used inside of a pipeline.

Essentially, I have the content already, and I'd like to create something like USEquityPricing (the 'package', not the content).

Any help would be appreciated!