Quantcast
Channel: The Juggling Edge - Forum posts
Viewing all articles
Browse latest Browse all 11976

Post by Orinoco

$
0
0

You can use the <code> tag:


import pandas as pd
records = pd.read_csv('/home/sm/Desktop/records.csv')

sbc = []
for record in records.values:
if 7==record[3] and 'b'==record[4] and 'cas'==record[5]:
sbc.append(record[2])

print np.unique(sbc)
print 'there are', len(np.unique(sbc)), 'jugglers working on 7 ball cascade

Post reply

by Orinoco, in response to this post 2015-11-04 15:48:36


Viewing all articles
Browse latest Browse all 11976

Trending Articles