The Wayback Machine - https://web.archive.org/web/20200529072120/https://github.com/topics/memory-mapped-file
Skip to content
#

memory-mapped-file

Here are 24 public repositories matching this topic...

argenisleon
argenisleon commented Feb 22, 2020

Hi,
I am trying to load a CSV with no header using

df = vaex.open('data/star0000-1.csv',sep=",", header=None, error_bad_lines=False)

but I get

could not convert column 0, error: TypeError('getattr(): attribute name must be string'), will try to convert it to string
Giving up column 0, error: TypeError('getattr(): attribute name must be string')
could not convert column 

Improve this page

Add a description, image, and links to the memory-mapped-file topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-mapped-file topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.