You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please indicate the following details about the environment in which you found the bug:
SDV version: Any
Python version: 3.x
Operating System: Any
Error Description
When using the load_tabular_demo method to load the student_placements dataset, the types for the duration column are incorrect. Upon further investigation, I noticed that the metadata.json file for that dataset incorrectly annotated the duration column as a Categorical type. The snippet for that is below
This causes the types for that column to be loaded as strings as seen in the "Steps to Reproduce" section. This causes certain operations to not correctly work during the demo.
Solution
The s3 metadata file should be updated to label the correct type for the column.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When using the
load_tabular_demo
method to load thestudent_placements
dataset, the types for theduration
column are incorrect. Upon further investigation, I noticed that themetadata.json
file for that dataset incorrectly annotated theduration
column as aCategorical
type. The snippet for that is belowThis causes the types for that column to be loaded as strings as seen in the "Steps to Reproduce" section. This causes certain operations to not correctly work during the demo.
Solution
The s3 metadata file should be updated to label the correct type for the column.
Steps to reproduce
The text was updated successfully, but these errors were encountered: