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

fix broken links #626

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/StardustDocs/topics/hierarchical.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* [`ColumnGroup`](DataColumn.md#columngroup) is a group of [columns](DataColumn.md)
* [`FrameColumn`](DataColumn.md#framecolumn) is a column of [dataframes](DataFrame.md)

You can read [`DataFrame`](DataFrame.md) [from json](read.md#reading-json) or [from in-memory object graph](createDataFrame.md#todataframe) preserving original tree structure.
You can read [`DataFrame`](DataFrame.md) [from json](read.md#read-from-json) or [from in-memory object graph](createDataFrame.md#todataframe) preserving original tree structure.

Hierarchical columns can also appear as a result of some [modification operations](modify.md):
* [group](group.md) produces [`ColumnGroup`](DataColumn.md#columngroup)
Expand Down
2 changes: 1 addition & 1 deletion docs/StardustDocs/topics/readSqlDatabases.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Find full example project [here](https://github.com/zaleslaw/KotlinDataFrame-SQL
To use the latest version of the Kotlin DataFrame library
and a specific version of the JDBC driver for your database (MariaDB is used as an example below) in your Notebook, run the following cell.

```jupyter
```
%use dataframe

USE {
Expand Down
2 changes: 1 addition & 1 deletion docs/StardustDocs/topics/schemasImportOpenApiJupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!---IMPORT org.jetbrains.kotlinx.dataframe.samples.api.Schemas-->

Similar to [importing OpenAPI Data Schemas in Gradle projects](schemasGradle.md#openapi-schemas),
Similar to [importing OpenAPI Data Schemas in Gradle projects](schemasImportOpenApiGradle.md),
you can also do this in Jupyter Notebooks.

There is only a slight difference in notation:
Expand Down