csv - putting headers into an array, python -


i have set of data below metadata. i'm looking put headers numpy array used later. first header needs ignored x data header, other columns y headers. how read this?

assuming have understood mean headers (it easier tell few complete lines, if had scale down actual file)...

i first read irregular lines normal python then, on regular lines, use genfromtxt skip_header , usecols (make tuple (i in range(2,102))


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -