javascriptdata / danfojs

Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.
https://danfo.jsdata.org/
MIT License
4.81k stars 209 forks source link

Unable to handle NA value from CSV #620

Open Ren-Logronio opened 11 months ago

Ren-Logronio commented 11 months ago

Danfojs seem to be unable recognizing 'NA' as 'Not Available' in CSVs. This is problematic because doing operations with fillNa or dropNa will not filter out those values. What is more baffling is that dataframe.describe() is capable of handling and removing the columns with that value..

0xtceb commented 9 months ago

Same here . This is problematic