-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am encountering what I believe to be a strange issue with Excel (in this case, Excel 2007, but maybe also Excel 2003, but don't have access to it as I write this).
I can reliably convert some server data over into a tab-delimited format (been doing this for years) and then open it using Excel -…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a nested list comprising ~30,000 sub-lists, each with three entries, e.g.,
nested_list = [['x', 'y', 'z'], ['a', 'b', 'c']].
I wish to create a function in order to output this data construct into a tab delimited format, e.g.,
x y z
a b c
Any help greatly appreciated…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possible to use fgetcsv in PHP to open a tab-delimited file?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to start a new project, and I want this to be my first Python project. I was looking through the style guide, http://www.python.org/dev/peps/pep-0008/, which "strongly recommends" using a 4-spaces indentation style for new projects. But I just hate this idea! In my opinion, tabs are better…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a tab-delimited file that has over 200 million lines. What's the fastest way in linux to convert this to a csv file? This file does have multiple lines of header information which I'll need to strip out down the road, but the number of lines of header is known. I have seen suggestions for…
>>> More