-
Is there a better way to rename columns in a `DataFrame` than the following code? I could not find any information for renaming columns in the Guide or API doc. In this code, I'm trying to rename colu…
-
` .dropSeries(['id', 'open', 'high', 'low', 'volume', 'startTime']) // Drop certain columns.
^
TypeError: dataForge.readFile(...).parseCSV(...).dropSeries is not a function`
My code loo…
-
Hi.
With the split to `data-forge` and `data-forge-fs`, I'm not sure how to turn an array of JS Objects I have in memory into a CSV file.
`fromObject()` is defined on `data-forge` but `asCSV()` …
-
Hi, I recently upgraded from data-forge-js to data-forge-ts and I'm noticing the following issue (not sure if it was the same in data-forge-js). I have a DataFrame that I want to call fillGaps on. How…
-
i want to have a function that can reindex the dataframe
something like the pandas.DataFrame.reindex
-
I am unable to build my typescript web app with dataforge.
I get the following errors to do with the fs module:
```
ERROR in ./node_modules/data-forge/build/index.js
Module not found: Error: C…
-
Prezados,
Precisamos de desenvolvedor mobile para um app de tracking. Quem puder ajudar, por favor, coloquem sua experiência e conhecimento nessa issue aqui!!!
Obs: demanda da Vale. Terá que dar…
-
Apologies in advance as I'm pretty inexperienced with JavaScript!
I had an issue reading a [CSV](https://cdn.philasd.org/offices/performance/Open_Data/Budget_Staff/District_Budget/budget_informatio…
-
First and foremost, I do not think this is a fault in `data-forge` but I feel like I should raise the issue here so others and author(s) are aware of it
I have the following code:
```javascript
c…
-
Hi,
Thank you for a great library. I was looking for something like this and read about it in the latest [issue of Node Weekly](https://nodeweekly.com/issues/238). Started playing with it but haven…