Nikita Klimenko

Results 59 comments of Nikita Klimenko

@Tapac I tried to solve problem this way, here is the code https://gist.github.com/DisPony/efeacfcff8833e679a6b8141d6764e4f Serialization gives me this result: {"id":7,"email":"t","realName":"f","field":"ddd"} Which mean Gson.toJson() serialize fields of actual class, not of interface....

![image](https://github.com/Kotlin/dataframe/assets/12936457/d232d0c7-8ad1-4f38-ae5a-8bd7c718a68f)

https://github.com/Kotlin/dataframe/issues/352 probably same problem

> What is the work required to close this issue? Is it just to include the [extension function](https://github.com/Kotlin/dataframe/issues/90#issuecomment-1507597926) above in the library somewhere? Looking for a couple of 'good first...

It's quite painful, there are some internal things that cannot become a part of the public API, so we'd have to create 3rd module for these common internals..? For now...

We can evolve existing `df.print` to generate valid markdown. It already almost works ![image](https://github.com/Kotlin/dataframe/assets/12936457/6ea35e10-ed3c-4c25-959b-c5611b581611)

It should. Thank you for finding this problem :)

Actually it's more like missing documentation or API not being clear. It should work like this: ``` df.fillNA("ref").with { prev()?.newValue() } ```

Build failed on TeamCity. I believe it was on a branch with most recent changes. Sadly, it was deleted already :(

Parsing falls into this category of implicit operations. Especially parsing of Double which can produce different result for the same input depending on locale. https://github.com/Kotlin/dataframe/issues/568