Python Forum

Full Version: Reading large crapy text file in anaconda to profile data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am new to python and learning on my own pace. i have a large text file with over 200 columns and few million rows. i am trying to profile data of the text file but getting the below message and could not figure out how to solve it. Below are the 2 lines that look not perfect

df = pd.read_csv("./users/sttunuguntla/documents/one.txt" , sep=',', na_values=["?"])
~\Anaconda3\lib\site-packages\pandas\util\_decorators.py in wrapper(*args, **kwargs)
any guidance is appreciated

Thank you
St