We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f6172 commit 569e087Copy full SHA for 569e087
docs/src/tutorials/standardization/notebook.jl
@@ -68,7 +68,7 @@ df = coerce(df,
68
);
69
70
# Let's verify that our schema looks correct:
71
-ScientificTypes.schema(df)
+schema(df)
72
73
# ## Feature Extraction and Data Splitting
74
#
0 commit comments