-
Notifications
You must be signed in to change notification settings - Fork 73
Readme update #1251
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
base: master
Are you sure you want to change the base?
Readme update #1251
Conversation
README.md
Outdated
You can use Kotlin DataFrame in [Kotlin Notebook](https://plugins.jetbrains.com/plugin/16340-kotlin-notebook), | ||
or other interactive environment with Kotlin Jupyter Kernel support, such as | ||
[Datalore](https://datalore.jetbrains.com/), | ||
and [Kotlin Jupyter](https://github.com/Kotlin/kotlin-jupyter). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"or other interactive environment with Kotlin Jupyter Kernel support, such as DataLore and Kotlin Jupyter"?
odd sentence
README.md
Outdated
It walks you through the core features of Kotlin DataFrame with minimal setup and clear examples | ||
— perfect for getting up to speed in just a few minutes. | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make the picture clickable? so it takes you to the quickstart guide as well?
@@ -46,31 +57,102 @@ Check out this [notebook with new features](examples/notebooks/feature_overviews | |||
|
|||
## Setup | |||
|
|||
```kotlin | |||
implementation("org.jetbrains.kotlinx:dataframe:1.0.0-Beta2") | |||
> For more detailed instructions on how to get started with Kotlin DataFrame, refer to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe put this at the bottom?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- It's a general recommendation for both KTNB and gradle.
- I'd like user to use website setup guidelines, here it is not detailed enough.
README.md
Outdated
|
||
// Update the DataFrame. | ||
val reposUpdated = repos | ||
// Rename columns to CamelCase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a lot of spaces
Explore [**more examples here**](https://kotlin.github.io/dataframe/guides-and-examples.html). | ||
## Visualisations | ||
|
||
[Kandy](https://kotlin.github.io/kandy/welcome.html) plotting library provides seamless visualizations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
visualizations or visualisations? ;P you write it in two ways
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we follow american english, it should be a z
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it :) just some minor comments
New additions and a lot of updates to main README.