dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Structured data processing in Kotlin

Results 260 dataframe issues
Sort by recently updated
recently updated
newest added

The project uses `org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin:0.6.1` but it requires more work to update it to 0.7.0: https://github.com/Kotlin/kotlinx-kover/blob/v0.7.0/docs/gradle-plugin/migrations/migration-to-0.7.0.md

good first issue

Convert `toLocalTime` uses Java's `LocalTime` instead of Kotlinx's. We should use `kotlinx.datetime.LocalTime` instead of `java.time.LocalTime` if we ever want to go [multiplatform](https://github.com/Kotlin/dataframe/issues/24) and just for general consistency. `parse` uses even...

enhancement
good first issue

https://kotlin.github.io/dataframe/join.html#join-types

documentation
good first issue

https://kotlin.github.io/dataframe/parse.html does not mention that it can parse JSON strings, while it most definitely can.

documentation

This happens because the `Iterable.std()` function accepts `Number` but doesn't convert them to `Double` (like `mean()` does). There are a couple more missing actually: - `cumSum` - Misses `Byte`, `Short`...

bug

https://kotlin.github.io/dataframe/adddf.html Examples of input and output data for the `select` method

bug
documentation

![image](https://github.com/Kotlin/dataframe/assets/17594275/bdab6b98-813c-4751-94ed-52302ac797fc) Currently, the `delimiter =` in the `DataFrame.read()` in csv.kt function has no default value. This causes that read function to fail unless you explicitly specify it. We should either:...

Hi, looks like there is an issue with the sheet functionality for excel files, unless I am missing something. Writing to the same excel file with different sheet names (I...

question

As the library uses https://github.com/Jolanrensen/docProcessorGradlePlugin, we might need to include this in some contribution guide, along with a small tutorial of some sorts.

documentation