EveripediaNetwork / issues

Issues repo
9 stars 0 forks source link

Investigate on the library that can handle Data-frame like Pandas #1366

Closed Softdev1 closed 1 year ago

Softdev1 commented 1 year ago
s-1-n-t-h commented 1 year ago

started investigating on danfo-js & pandas-js

will analyse it's compatability, comunity support etc and test out with a code implementaion

s-1-n-t-h commented 1 year ago

summary on danfojs-node:

this lib has its recent release on 10/2022, almost a year past.

while the stats show it's having a decent community support https://snyk.io/advisor/npm-package/danfojs-node and minor date realted compatability issues

Documentation is good

s-1-n-t-h commented 1 year ago

summary on pandas-js

https://snyk.io/advisor/npm-package/pandas-js

this package was last updated 6 yrs ago, so we can't consider this with this one stat, since our code has lot of scope to grow in coming time

s-1-n-t-h commented 1 year ago

the other alternative is to use Objects in js, but this can be a good idea if the data underneath is smaller in size.

as we are expecting a larger scraping in the future, this may lead to refactorings if we do it now.

danfo-js has vectorization in place that can handle & apply changes with relatively heavier data

kesar commented 1 year ago

i doubt you are gonna end up in an scenario where memory and objects in js is a problem

s-1-n-t-h commented 1 year ago

i doubt you are gonna end up in an scenario where memory and objects in js is a problem

haha, not really though! Arrays and Objects will be a good take.