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 b72b89e commit f661ee4Copy full SHA for f661ee4
docs/StardustDocs/topics/adjustSchema.md
@@ -4,7 +4,7 @@
4
but marks [`DataFrame`](DataFrame.md) with a type that represents data schema that this [`DataFrame`](DataFrame.md) is supposed to have.
5
This argument is used to generate [extension properties](extensionPropertiesApi.md) for typed data access.
6
7
-Another place where this argument has special role is [interop with data classes](collectionsInterop.md#interop-with-data-classes):
+Another place where this argument has a special role is in [interop with data classes](collectionsInterop.md#interop-with-data-classes):
8
* `List<T>` -> `DataFrame<T>`: [toDataFrame](createDataFrame.md#todataframe)
9
* `DataFrame<T>` -> `List<T>`: [toList](toList.md)
10
0 commit comments