kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

'RecordCollection' object has no attribute 'peak' #183

Open littlethumb123 opened 5 years ago

littlethumb123 commented 5 years ago

As the title, I am just simply trying this api with the provided example rc = mk.RecordCollection('metasampledata.txt') r= rc.peak()

kobayashi commented 5 years ago

Can you me provide the example you tried?