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

Support null foreign key values in HMA #2100

Draft
wants to merge 2 commits into
base: nullable_foreign_keys
Choose a base branch
from

Conversation

rwedge
Copy link
Contributor

@rwedge rwedge commented Jun 28, 2024

Fixes #2063
CU-86b0wdby9

@sdv-team
Copy link
Contributor

'child_table2': pd.DataFrame({
'id': [1, 2, 3],
'fk1': [1, 2, np.nan],
'fk2': [1, 2, np.nan],
'cat_type': ['siamese','persian', 'american shorthair'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'cat_type': ['siamese','persian', 'american shorthair'],
'cat_type': pd.Series(['siamese','persian', 'american shorthair'], dtype="object")

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.

None yet

3 participants