NPYViewer icon indicating copy to clipboard operation
NPYViewer copied to clipboard

Insert row/columns

Open aparicioe77 opened this issue 4 years ago • 1 comments
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

aparicioe77 avatar Sep 14 '21 16:09 aparicioe77

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

csmailis avatar Nov 16 '21 00:11 csmailis