danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

How to create empty DataFrame?

Open stefaneidelloth opened this issue 3 years ago • 0 comments

I tried to create an empty DataFrame with

let df = new DataFrame([], {'columns': ['a','b','c']});

but get undefined.

=> How to create an empty DataFrame with a given set of column headers?

stefaneidelloth avatar Aug 04 '22 10:08 stefaneidelloth