danfojs
danfojs copied to clipboard
How to create empty DataFrame?
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?