Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if column value is a null type when decoding historical data #58

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

hackerESQ
Copy link
Contributor

Description

Looks like with the recent changes to historical data, we should also be validating if OHLC data is actually null vs. just a string with null.

In addition to checking if the column value is a string of 'null', also check if the column value is actually null.

This resolves issues for some securities where there's missing data (e.g. WBRPOX):

image

In addition to checking if the column value is a string of 'null', also check if the column value is actually`null`.
@scheb
Copy link
Owner

scheb commented Dec 28, 2024

Thanks for adressing that! Would you please do the change requested by php-cs-fixer, then we can merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants