Skip to content

JavaScript heap out of memory when importing danfojs library #431

Description

@akhlaq-ha

Node-version:14.5.0
Dependencies attached in screenshot

Hi,
i am using danfojs in React Application like so :

var dfd = require('danfojs');  

const { sheetData } = useContext(SheetDataContext);

useEffect(()=>{

    let df1 = new dfd.DataFrame(rawSheet)

},[])

but project fails at compiling as shown in screen shot
Let me know what am i doing wrong.
Thanks

image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions