Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Intersections, interpolations, and rotations
- Biaxial bending update
- Linestgap with data in rows
- Retrieving unique values from a range or array ...
- The history of the theory of beam bending - Part 3
- Using LINEST for non-linear curve fitting
- Automatic download of csv files
- Downloads by category
- Converting from global to local coordinates (and vice versa)
- The history of the theory of beam bending - Part 2
Recent Comments
Tag Archives: IndexError
Indexing NumPy arrays with floats …
… now you can’t. I recently updated to the latest version of NumPy (1.12.1), and today I discovered that some of my spreadsheets using NumPy arrays (via xlwings) were returning errors like: IndexError: only integers, slices (`:`), ellipsis (`…`), numpy.newaxis … Continue reading
Posted in Arrays, Excel, Link to Python, NumPy and SciPy, UDFs, VBA
Tagged Float index, IndexError, Numpy, Python, VBA, xlwings
2 Comments