Double CSV Load
See original GitHub issueRight now the read_csv loads twice.
Code example (using yours looking at latest)
https://codepen.io/risingodegua/pen/bGwPGMG
The issue

This has been happening for a few versions. When the CSV is hudreds of MB this basically doubles the load time.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
import CSV as double? - matlab - Stack Overflow
I've moved all my .csv's into one folder and I've used a file grabber (obtained from Stackoverflow) to bring the csv data into...
Read more >Can I import double quotation marks using CSV files and ...
Yes. You can import double quotation marks using CSV files and import maps by escaping the double quotation marks. To escape the double...
Read more >Bulk Insert from csv having issues with double quotes
I am using Bulk Insert to load the data from CSV into SQL Table. I have used , (comma) as a field terminator...
Read more >How to load CSV data which has data in double quotes to ...
One has to use "FIELD_OPTIONALLY_ENCLOSED_BY" parameter while loading the data from CSV which has data in double-quotes. ... $snowsql > put file:/ ...
Read more >15 ways to read CSV file with pandas - ListenData
15 ways to read CSV file with pandas · Example 1 : Read CSV file with header row · Example 2 : Read...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ll go file a ticket with TFJS on this and see if I can fix it.
Stale issue message