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
{{ message }}
This repository was archived by the owner on Jan 28, 2023. It is now read-only.
`krangl` is a {K}otlin library for data w{rangl}ing. By implementing a grammar of data manipulation using a modern functional-style API, it allows to filter, transform, aggregate and reshape tabular data.
/** Plot a data-frame with let-plot. To use this mapping add `implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:3.0.1")` or via `%use lets-plot` when using jupyter. */
6
-
fun DataFrame.letsPlot(mapping:GenericAesMapping.() ->Unit = {}) = jetbrains.letsPlot.letsPlot(toMap(), mapping)
6
+
fun DataFrame.letsPlot(mapping:GenericAesMapping.() ->Unit = {}) =org.jetbrains.letsPlot.letsPlot(toMap(), mapping)
0 commit comments