Eavis / web_app

0 stars 0 forks source link

0616python lifelines #22

Open Eavis opened 7 years ago

Eavis commented 7 years ago

quick way to see the csv file

Number of Rows

cat Test.csv | wc -l

Number of Columns

head -1 Test.csv | sed 's/,/\t/g' | wc -w

Eavis commented 7 years ago

https://scriptingmysql.wordpress.com/2011/09/09/retrieving-data-from-mysql-via-python/