Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

How do I define min/max values in csv files?

I need to have csv files ready for being plotted in R (similar to python) and I always get the error of min/max values missing, even if I create csv files by Excel.
This page is a permanent link to the reply below and its nested replies. See all post replies »
Northwest · M
A csv file is not a binary file, meaning you can read it in a text editor. You can also use Google Docs. What you need to do, is create a Google spreadsheet, or use Excel. Put min as the header of the first column and max as a header for the second column, fill in the values, and save it as a .csv.