Commit 8b0bbb2c by Šimon Podlipský Committed by Ryan McKinley

Typo: fix typo in processDataFrame.ts comment (#18492)

parent b3d2cc3e
......@@ -148,7 +148,7 @@ export const toDataFrame = (data: any): DataFrame => {
if (data.hasOwnProperty('columns')) {
return convertTableToDataFrame(data);
}
// TODO, try to convert JSON/Array to seriesta?
// TODO, try to convert JSON/Array to table?
console.warn('Can not convert', data);
throw new Error('Unsupported data format');
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment