Is there any better tools than Python for handling CSV/TSV file?
-
So far I find Python is the best tool to process CSV/TSV because it's easy, fast and support Unicode well. But I'd like to know new things. Is R language or something else better? The only flaw I find in Python for this kind of jobs is http://bugs.python.org/issue9680, which got me problem when use with Gnuplot, due to the wrong order of columns. By the way, I'd like to know better plotting solutions in Python too. Is matplotlib or something else better?
-
Answer:
You can try the read_csv method in pandas module. It is smarter than simple csv (if your csv file is not very huge). Matplotlib is quite good for plotting.
Muktabh Mayank at Quora Visit the source
Related Q & A:
- How to read csv file using php?Best solution by Stack Overflow
- How to merge multiple CSV files into a single CSV file?Best solution by solveyourtech.com
- How to skip columns empty in CSV file when importing into MySQL table using LOAD DATA INFILE?Best solution by Stack Overflow
- How to covert csv file to excel and back excel file to csv in python?Best solution by completecampaigns.com
- Would a 2009 Ford Falcon FG be better handling than a 2009 Ford Taurus?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.