3

I am using Kepler.gl to plot data . It works wonderfully and gives me the required plot. The issue is : I have very huge csv file ( 440 MB) , i read somewhere that on certain browsers like safari kepler.gl supports upto 250MB datasets but it doesn't work for chrome.

How do i import such a huge csv file ?

DiscoveringNew
  • 73
  • 2
  • 13

1 Answers1

1

The 250MB limit is an estimated browser limitation. You should be able to try a larger file with kepler.gl .

If it doesn't work, try increasing Chrome's memory: Max memory usage of a chrome process (tab) & how do I increase it? .

sirhc
  • 6,097
  • 2
  • 26
  • 29