Python Forum
Technical info on reading csv with python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Technical info on reading csv with python
#4
(Apr-12-2018, 05:57 AM)garikhgh0 Wrote: I use sublime.

3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)]

but my PC is 64 bit.
Okay your python is 32-bit so limited to max 2GB,OS is 64-bit but it's limited to what Python use.
You can look solution with Work around that i posted.

I also have Python 32-bit as my main Python(OS is 64-bit),
but i also have Anaconda where Python is 64-bit where in read file as posted over.
No problem to have both on OS,here my tutorial about Anaconda

Not cmd but cmder.
C:\Users\Tom
λ cd\

# My main Python that is set in Windows environment variables Path(work from anywhere/cmd/cmder)
C:\
λ python
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

G:\
λ cd Anaconda3

# Now i use Anaconda Python 64-bit
G:\Anaconda3
λ python
Python 3.6.5 |Anaconda custom (64-bit)| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
Reply


Messages In This Thread
RE: Technical info on reading csv with python - by snippsat - Apr-12-2018, 04:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help for technical choice jikail 3 2,249 Jan-10-2020, 12:13 PM
Last Post: jefsummers

Forum Jump:

User Panel Messages

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