I am running into a problem with the chunksize when I am running a pipeline. My understanding of chunksize: for chunksize I could type in 30, this chunksize of 30 will cause the dataframe that is returned form the run_pipeline function to only show data for securities every 30 days. Whenever I type in 30 for chunksize the returned dataframe continues to show data for the selected stocks for every singe day from start_date to end_date. Does anyone know why this is?
Thank you for your help
Jake