Python Forum
Reading large crapy text file in anaconda to profile data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading large crapy text file in anaconda to profile data
#1
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Counting Duplicates in large Data Set jmair 3 1,092 Dec-07-2022, 09:42 AM
Last Post: paul18fr
  Searching Module to plot large data G_rizzle 0 1,422 Dec-06-2021, 08:00 AM
Last Post: G_rizzle
  How to form a dataframe reading separate dictionaries from .txt file? Doug 1 4,199 Nov-09-2020, 09:24 AM
Last Post: PsyPy
  Most Compatible Text Editor to Handle Large Files? Robotguy 2 2,338 Aug-18-2020, 03:51 PM
Last Post: FortyTwo
  Chunking and Sorting a large file Robotguy 1 3,544 Jul-29-2020, 12:48 AM
Last Post: Larz60+
  extracting sublist from a large multiple molecular file juliocollm 2 2,262 May-25-2020, 12:49 PM
Last Post: juliocollm
  Sorting a large CVS file DavidTheGrockle 1 2,014 Oct-31-2019, 12:32 PM
Last Post: ichabod801
  reading tab file Mandiph 1 2,153 Sep-05-2019, 01:03 PM
Last Post: ThomasL
  Reading a .dat file in Python mohd_umair 4 23,484 Apr-24-2019, 12:07 PM
Last Post: mohd_umair
  Validate Excel with text in text file Vinci141 3 3,405 Dec-03-2018, 04:03 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020