wiseio / paratext

A library for reading text files over multiple cores.
Apache License 2.0
1.06k stars 103 forks source link

Unable to read csv #70

Open alokgogate opened 6 years ago

alokgogate commented 6 years ago

Below is my code import pandas as pd import paratext %%time df = paratext.load_csv_to_pandas("sample.csv")

the last line never comes out of execution mode in jupyter notebook. The file isn't that big (contains about 10k rows and file size ~2mb). Any reasons as to why this may be occurring?

OS: Mac OS 10.12.6 python version: 3.6