Nov-18-2022, 06:15 PM
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
Thank you
St
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