About 609,000 results
Open links in new tab
  1. Difference between Excel .csv and plain .csv? - Stack Overflow

    Aug 13, 2014 · The abbreviation (and suffix) "CSV" can mean character-separated values or it can mean comma-separated values. "Microsoft Office Excel comma separated values file" is a …

  2. Opening CSV files in Excel 2016 - Stack Overflow

    Oct 29, 2015 · Despite the comment that csv means 'Character Separated Values', in Office 2016 my .csv file association to Excel still says 'Microsoft Excel Comma Separated Values File'.

  3. Reading an excel data set saved as CSV file in pandas

    Reading an Excel file in python using pandas Except when I attempt to use the solutions posted here I am countered with AttributeError: 'DataFrame' object has no attribute 'read' All I want to …

  4. python pandas read_excel: sep parameter available?

    4 Your Excel file might contain all its data in a single Excel column as comma-separated strings. read_excel doesn't have a sep= parameter, since it's designed to parse Excel files that don't …

  5. What MIME type should I use for CSV? - Stack Overflow

    Aug 16, 2011 · Strange behavior with MS Excel: If i export to "text based, comma-separated format (csv)" this is the mime-type I get after uploading on my webserver: [name] => data.csv

  6. Comma as decimal separator in read_excel for Pandas

    Jul 20, 2021 · The problem is that the numeric values have comma as a decimal separator. And I have read that, differently from read_csv, the read_excel function in Pandas does not have …

  7. reading comma separated numbers from excel row - python pandas

    -3 How to read excel row and check if the numbers of the first row are the same as the numbers of second row and third ( fourth, fifth, sixth and seventh row ) ? I would like to add user defined …

  8. How to open a csv file in Microsoft Excel in Python?

    I know how to open a csv file in Excel, and how to open a csv file in Python, but what does it mean to open a csv file "in Microsoft Excel in Python"? Do you want Python to tell Excel …

  9. python - How to read comma seperated values from excel and …

    Apr 20, 2023 · I'm trying to read some comma separated values [string values] from a particular column in excel. I want to store these values as they are in a list in python. This is the data in …

  10. CSV with comma or semicolon? - Stack Overflow

    Apr 13, 2012 · When I said monstrosity, I meant that Microsoft made it language dependent. Excel opens CSV files and treats them as spreadsheets, and can save spreadsheets in CSV …