Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Jan 29, 2025
1 parent 163fe73 commit ba88568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemas/src/dataset-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export const propertiesV1 = {
};

/**
* Prepare data for plain export as part of json / html.
* 1) Arrow tables can store Timestamps as BigInts, convert to ISOString compatible with Kepler.gl timestamp / TIMESTAMP.
* Prepare a data container for export as part of json / html.
* 1) Arrow tables can store Timestamps as BigInts, so convert numbers to ISOStrings compatible with Kepler.gl's TIMESTAMP.
* @param dataContainer A data container to flatten.
* @returns Row based data.
*/
Expand Down

0 comments on commit ba88568

Please sign in to comment.