Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.
4.3.3 Object
An object is a member of the type Object. It is an unordered collection of properties each of which contains a primitive value, object, or function. A function stored in a property of an object is called a method.
Describe the bug
DataFrame creation is column order dependent, unlike Pandas
To Reproduce
Danfo.js v1.1.2
Expected behavior