You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns a promise that later resolves to a DataFrame.
424
424
*
425
425
* @param config Optional configuration file for parsing.
426
+
* The config object is passed directly to [PapaParse.parse](https://www.papaparse.com/docs#strings), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#config).
426
427
*
427
428
* @returns Returns a promise of a dataframe loaded from the file.
428
429
*
@@ -475,6 +476,7 @@ class AsyncFileReader implements IAsyncFileReader {
475
476
* Returns a promise that later resolves to a DataFrame.
476
477
*
477
478
* @param config Optional configuration file for parsing.
479
+
* The config object is passed directly to [PapaParse.parse](https://www.papaparse.com/docs#strings), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#config).
478
480
*
479
481
* @returns Returns a promise of a dataframe loaded from the file.
* @param config Optional configuration file for parsing.
534
+
* The config object is passed directly to [PapaParse.parse](https://www.papaparse.com/docs#strings), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#config).
532
535
*
533
536
* @returns Returns a dataframe that was deserialized from the file.
534
537
*
@@ -579,6 +582,7 @@ class SyncFileReader implements ISyncFileReader {
579
582
* Deserialize a CSV file to a DataFrame.
580
583
*
581
584
* @param config Optional configuration file for parsing.
585
+
* The config object is passed directly to [PapaParse.parse](https://www.papaparse.com/docs#strings), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#config).
582
586
*
583
587
* @returns Returns a dataframe that was deserialized from the file.
0 commit comments