User Guide
API reference
Development
GitHub
Twitter
What is NumPy?
Installation
NumPy quickstart
NumPy: the absolute basics for beginners
NumPy fundamentals
Array creation
Indexing
I/O with NumPy
Importing data with
genfromtxt
Data types
Broadcasting
Byte-swapping
Structured arrays
Writing custom array containers
Subclassing ndarray
Miscellaneous
NumPy for MATLAB users
Building from source
Using NumPy C-API
NumPy Tutorials
NumPy How Tos
For downstream package authors
F2PY Users Guide and Reference Manual
Glossary
Under-the-hood Documentation for developers
NumPy’s Documentation
Reporting bugs
Release Notes
Documentation conventions
NumPy license
I/O with NumPy
¶
Importing data with
genfromtxt
Defining the input
Splitting the lines into columns
Skipping lines and choosing columns
Choosing the data type
Setting the names
Tweaking the conversion
Shortcut functions
Indexing
Importing data with
genfromtxt