读取csv的代码: print pd.read_csv("ex1.csv") print "\n" print "Can also use read table with a specific separator" print pd.read_table("ex1.csv",sep=',') print "\n" print "Read a csv and define a row as its
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using Microsoft.Office.Interop.Excel; using Syste