-
Wait for https://github.com/MicroUtils/kotlin-logging/issues/153 or drop kotlin-logging completely for native targets.
-
Code (data-forge 1.8.12):
```
const dataForge = require('data-forge');
const data = [100, 100, null, null];
const series = new dataForge.Series(data).where((val) => !isNaN(val));
console.lo…
-
Is it by design nulls/undefineds filtered out from output for `Series.toArray()`?
https://github.com/data-forge/data-forge-ts/blob/master/src/lib/series.ts#L2521
```typescript
const s = new da…
-
I'm working with a dataframe with three columns: 'Name', 'Purchase Date', and 'Item Purchased'. I'm trying to add a new column with generateSeries, 'Total Shopping Trips.' This should be a count of u…
-
Mixed types in a series are not correctly deserialized. See example below.
```js
const df = new dataForge.DataFrame({
columns: {
Col1: ['a', new Date(2020, 11, 1), 1.1, 'd']
},
…
-
Hi,
I am loading a CSV file with the fromCSV function. When I run detectTypes() on the dataframe at that time, I see something like:
0 string 8.1 phone
1 …
-
This project appears to have similar goals to Apache Arrow DataFusion, contains code from DataFusion, and has a very similar name.
The names "DataFuse" and "DataFusion" only differ by a few charac…
-
ive got them in Dataforged, they just need to be formatted properly
-
Does kotlin-jupyter plan to provide a Gradle plugin? Here is [some code](https://gist.github.com/breandan/565e4c4ec560705fc81b60bccd768782) I've been using in case it helps. Although specific to the p…
-
So I got to try out plotting a bit and I was trying to see whether plotting large graphs works well or not.
I don't have the sample results with me sadly, but I'll try to explain. I was trying to c…