NPYViewer
NPYViewer copied to clipboard
Insert row/columns
trafficstars
Hello,
I am trying to create a .npy file with my .csv file but it just give me 100 rows and I need 263. How can I increase the number of rows?
Thank you
Currently, you can not add/remove rows in version 1.2. However, rows and columns are adjusted properly whenever you load a new .npy file. The tool is primarily intended to be a viewer and format converter for .npy files and not to act as a spreadsheet editor. I plan to add support for adding/removing rows and columns in the next version of the tool most probably.
For the time being, to accomplish the task you want, you can:
- use any external sheet tool (e.g., MS Excel)
- save your data as a .csv
- load this .csv in NPYViewer
- use NPYViewer to convert the .csv to .npy